.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1fb264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824b;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #1aa059;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}
.btn-extra-small {
    font-size: 11px;
    padding: 1px 2px;
    /* font-weight: bold; */
}
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed #757580;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #e9e9f3;
    border: 4px dashed #757580;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    /* text-transform: uppercase; */
    color: #000000;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 280px;
    max-width: 280px;
    height: auto; /*modificacion marco*/
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload-btn2 {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1fb264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824b;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn2:hover {
    background: #1aa059;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.file-upload-btn2:active {
    border: 0;
    transition: all 0.2s ease;
}

.file-upload-content2 {
    display: none;
    text-align: center;
}

.file-upload-input2 {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap2 {
    margin-top: 20px;
    border: 4px dashed #757580;
    position: relative;
}

.image-dropping2,
.image-upload-wrap2:hover {
    background-color: #e9e9f3;
    border: 4px dashed #757580;
}

.image-title-wrap2 {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text2 {
    text-align: center;
}

.drag-text2 h3 {
    font-weight: 100;
    /* text-transform: uppercase; */
    color: #000000;
    padding: 60px 0;
}

.file-upload-image2 {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

.remove-image2 {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all 0.2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image2:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all 0.2s ease;
    cursor: pointer;
}

.remove-image2:active {
    border: 0;
    transition: all 0.2s ease;
}

/*animacion gif*/
#cargando {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

/*acortar texto*/
.acortar_text {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*scrool iframe*/
iframe::-webkit-scrollbar {
    width: 5px; /* Width of the entire scrollbar */
}

iframe::-webkit-scrollbar-track {
    background: red; /* Color of the track */
}

iframe::-webkit-scrollbar-thumb {
    background-color: #888; /* Color of the scrollbar handle */
    border-radius: 10px; /* Roundness of the handle */
    border: 3px solid #f1f1f1; /* Padding around handle */
}

iframe::-webkit-scrollbar-thumb:hover {
    background: #555; /* Color of the handle on hover */
}
