﻿body {
    /*Quitar en nuevo estilo*/
    padding-top: 50px;
    /*padding-bottom: 20px;*/ /*Se quito para el nuevo diseño*/
    /*padding-top: 50px;
    padding-bottom: 40px;
    position: relative;*/
}

a {
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

textarea {
    resize: none;
    overflow: auto;
}



/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Survey Editor Styles*/
#side-bar {
    padding: 5px;
    width: 315px;
    height: 650px;
    float: left;
}

.ui-accordion .ui-accordion-content {
    overflow: hidden !important;
}

#main-bar {
    margin-left: 325px;
    height: 100%;
    vertical-align: top;
    padding: 0px 10px;
}

#mainContent, #SectionContent {
    width: 100%;
    float: left;
    vertical-align: top;
}
/* Content Styles */
.full-section {
    margin-bottom: 10px;
    overflow: hidden;
}

.section-name {
    color: #ffffff;
    background: #6eac2c url("../content/images/ui-bg_gloss-wave_50_6eac2c_500x100.png") 50% 50% repeat-x;
    cursor: pointer;
    border: 3px dotted #808080;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 40px;
    position: relative;
}

    .section-name div {
        padding-top: 6px;
        padding-left: 15px;
        font-size: 18px;
    }

    .section-name input {
        padding-top: 6px;
        padding-left: 15px;
        font-size: 18px;
        background-color: transparent;
        border: none;
        width: 100%;
        color: #ffffff;
    }

.header-control {
    background-color: transparent;
    border-width: 1px;
    border: none;
    width: 100%;
    color: #ffffff;
}

.section-name input:focus {
    border: solid;
}

.section {
    width: 100%;
    float: left;
    padding-top: 20px;
    padding-left: 10px;
    border: 3px dotted #808080;
    border-top: none;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    margin-bottom: 20px;
    background-color: #ededed;
}

.portlet {
    margin: 0 1em 1em 0;
    padding: 0.3em;
}

.portlet-header {
    padding: 0.2em 0.3em;
    margin-bottom: 0.5em;
    position: relative;
    cursor: pointer;
}

.portlet-toggle, .section-toggle {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -8px;
}

.portlet-close, .section-close {
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -8px;
}

.portlet-up, .section-up {
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -8px;
}

.portlet-down, .section-down {
    position: absolute;
    top: 50%;
    right: 70px;
    margin-top: -8px;
}

.ui-icon:hover {
    background-image: url("../content/images/ui-icons_056b93_256x240.png");
}

.portlet-content {
    padding: 0.4em;
    overflow: hidden;
    position: relative;
}

.portlet-placeholder {
    border: 1px dotted black;
    margin: 0 1em 1em 0;
    height: 50px;
    background-color: #FFE45C;
}

.portlet-placeholderSmall {
    border: 1px dotted black;
    margin: 5px;
    height: 78px;
    width: 78px;
    background-color: #FFE45C;
    float: left;
}
/* Side Bar Styles*/
.title {
    font-weight: bold;
    color: #4169E1;
}

.QuestionType, .SectionType {
    width: 72px;
    height: 72px;
    float: left;
    background-color: #0F4376;
    border: 1px dotted #FFFFFF;
    border-radius: 0 3px 3px 3px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 10px;
    cursor: pointer;
    color: #FFFFFF;
    line-height: 10px;
}

.SectionType {
    background-color: #6eac2c;
}

.QuestionType:hover {
    background-color: #c9e2f5;
    color: #000000;
}

.SectionType:hover {
    background-color: #90EE90;
    color: #000000;
}

.QuestionIcon, .SectionIcon, .VideoIcon {
    cursor: default;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    margin: 5px auto;
    background-image: url('../content/QuestionIcons.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.QuestionIcon, .SectionIcon, .ControlIcon {
    cursor: default;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    margin: 5px auto;
    background-image: url('../content/QuestionIcons.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.QuestionIcon, .SectionIcon, .HiddenIcon {
    cursor: default;
    margin: 0 auto;
    width: 28px;
    height: 28px;
    margin: 5px auto;
    background-image: url('../content/QuestionIcons.png');
    background-repeat: no-repeat;
    cursor: pointer;
}

.SectionIcon {
    background-image: url('../content/SectionIcon.png');
}

.VideoIcon {
    background-size: contain;
    background-image: url('../content/VideoIcon.png');
}

.ControlIcon {
    background-size: contain;
    background-image: url('../content/ControlIcon.png');
}

.HiddenIcon {
    background-size: contain;
    background-image: url('../content/HiddenQuestion.png');
}

.QuestionIcon.Text {
    background-position: -56px 0;
}

.QuestionIcon.Email {
    background-position: 0 -28px;
}

.QuestionIcon.Numeric {
    background-position: -56px -28px;
}

.QuestionIcon.Single {
    background-position: -28px -28px;
}

.QuestionIcon.Multiple {
    background-position: 0 -56px;
}

.QuestionIcon.LikertButton {
    background-position: -28px -56px;
}

.QuestionIcon.LikertCheckboxes {
    background-position: -56px -56px;
}

.QuestionIcon.LikertSlider {
    background-position: 0 -84px;
}

.QuestionIcon.Scale {
    background-position: -28px -84px;
}

.QuestionIcon.Interval {
    background-position: -56px -84px;
}

.QuestionIcon.Information {
    background-position: 0 -112px;
}

.QuestionIcon.Image {
    background-position: -56px -112px;
}

.QuestionIcon.DateAndTime {
    background-position: 0 0;
}

.QuestionIcon.Signature {
    background-position: -28px 0;
}

.QuestionIcon.Photo {
    background-position: -28px -112px;
}

.QuestionIcon.Barcode {
    background-position: 0 -140px;
}

.QuestionIcon.DropDown {
    background-position: -56px -140px;
}

.QuestionIcon.TextAutocomplete {
    background-position: -28px -140px;
}

.QuestionIcon.Canvas {
    background-position: 0px -168px;
}

.QuestionIcon.CanvasPhoto {
    background-position: -56px -168px;
}
/*Portle Content*/
.portlet-content section {
    padding: 7px;
    padding-left: 122px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #fff;
    position: relative;
}

    .portlet-content section header {
        position: absolute;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        left: 0;
        bottom: 0px;
        padding: 5px 10px;
        top: 0;
        width: 120px;
        border-right: 1px dotted #ccc;
        font-size: 16px;
        color: #333;
        background-color: #EEEEEE
    }

        .portlet-content section header span {
            font-weight: bold;
        }

.portlet-content .text textarea, .portlet-content .SelectListData textarea {
    width: 100%;
    max-width: 100%;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-bottom: 0;
    padding: 4px;
    border-color: #ddd;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.portlet-content .options table {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    border-color: gray;
}

.portlet-content .options .options-left, .portlet-content .options .options-middle, .portlet-content .options .options-right {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 33%;
    display: table-cell;
    padding: 0 7px;
    vertical-align: top;
}

.portlet-content .options .options-left {
    padding-left: 5px;
}

.portlet-content .options .options-middle {
    width: 34%;
    border-left: 1px dotted #ccc;
    border-right: 1px dotted #ccc;
}

.portlet-content .options .options-right {
    padding-right: 0;
}

.input-sm {
    height: 30px !important;
    padding: 5px 10px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}

.label-sm {
    font-size: 14px !important;
}

.input-lg {
    width: 100%;
}

.response {
    max-width: 100% !important;
}
/*Autocomplete*/
#content-search {
    margin-top: 10px;
    width: 230px;
    height: 460px;
    overflow-y: auto;
    color: #ffffff;
}

.content-holder {
    border: 2px dotted #808080;
    width: 209px;
    margin-bottom: 10px;
    background-color: #ededed;
}

.content-section {
    background-color: #6eac2c;
    width: 203px;
    padding: 3px;
    cursor: pointer;
}

    .content-section:hover {
        background-color: #93C162;
        color: #006400;
    }

.content-question {
    background-color: #2191c0;
    border-top: 3px solid #ededed;
    padding: 3px;
    padding-left: 10px;
    cursor: pointer;
    overflow: hidden;
    width: 203px;
    height: 27px;
}

    .content-question:hover {
        background-color: #A1DAF2;
        color: #026890;
    }
/*Preview Page*/
#divDevices > div {
    background-size: 100%;
    background-repeat: no-repeat;
    margin: 0px auto;
    position: relative;
    display: none;
}

.divDeviceContent {
    position: absolute;
    overflow: hidden;
    overflow-y: auto;
    background-color: #FFFFFF;
}

#divIpad {
    width: 324px;
    height: 403px;
    background-image: url("images/imgIPad.png");
}

    #divIpad .divDeviceContent {
        width: 250px;
        height: 326px;
        top: 38px;
        left: 39px;
    }

#divIphone {
    width: 318px;
    height: 600px;
    background-image: url("images/imgIPhone.png");
}

    #divIphone .divDeviceContent {
        width: 240px;
        height: 423px;
        top: 91px;
        left: 41px;
    }

#divPhone {
    width: 360px;
    height: 600px;
    background-image: url("images/imgPhone.png");
}

    #divPhone .divDeviceContent {
        width: 232px;
        height: 385px;
        top: 105px;
        left: 64px;
    }

#divTablet {
    width: 572px;
    height: 400px;
    background-image: url("images/ImgTablet.png");
}

    #divTablet .divDeviceContent {
        width: 458px;
        height: 287px;
        top: 55px;
        left: 58px;
    }
/*File Styles*/
.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        text-align: right;
        opacity: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        background: none repeat scroll 0 0 transparent;
        cursor: inherit;
        display: block;
    }

.text-value {
    height: 20px;
    width: 60px;
}

.fixit {
    position: fixed;
    top: 45px;
}

.btn-primary-blocked {
    background-color: #808080;
    border: 1px solid #808080;
}

    .btn-primary-blocked:hover {
        border: 1px solid #808080;
    }

.container-form {
    margin: 0;
    padding: 10px;
    padding-bottom: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(158, 158, 158, 0.65);
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/* styles for details */

.label-design {
    background-color: #f1f1f1;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.label-detail-header {
    font-size: small;
    color: #000;
    overflow-wrap: break-word;
    font-weight: 700;
}

.label-designInside {
    background-color: #f1f1f1;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: -5px;
}

.label-detail {
    font-size: small;
    color: #000;
    overflow-wrap: break-word;
}

.RegistrationRequired label:after {
    color: #e32;
    content: ' *';
    display: inline;
}

/*Dashboard*/

.bigsmall {
    font-size: 20px;
}

.big {
    font-size: 34px;
}

.huge {
    font-size: 40px;
}

.warning {
    color: #c09853 !important;
}

.success {
    color: #468847 !important;
}

.info {
    color: #3a87ad !important;
}

.txt-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.txt-warning {
    color: #ffffff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.txt-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.txt-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/*Device index, groups dropdown*/
#checkbox-dropdown-container {
    padding: 20px;
}

.custom-select {
    background: #FFF url('images/downward-arrow.png') no-repeat center right 10px;
    display: inline-block;
    padding: 5px 15px;
    border: #cccccc 1px solid;
    color: #999999;
    border-radius: 2px;
    width: 200px;
    cursor: pointer;
}

div#custom-select-option-box {
    background: #FFF;
    border: #cccccc 1px solid;
    color: #999999;
    border-radius: 2px;
    position: absolute;
    z-index: 1;
    display: none;
}

.custom-select-option {
    width: 200px;
    padding: 5px 15px;
    margin: 1px 0px;
    cursor: pointer;
}

    .custom-select-option:hover {
    }

.result-list {
    padding-bottom: 20px;
    color: #4d4d4d;
    line-height: 25px;
}

.result-list-heading {
    font-style: italic;
    color: #717171;
    text-decoration: underline;
}

.padding-form {
    padding: 2rem;
}

/* Disable flags laguages*/
.item-lang[disabled] a {
    opacity: 0.75;
    pointer-events: none;
    cursor: not-allowed !important;
}
/*Custom H3*/
.customH3 {
    font-weight: bold;
    color: #6eac2c;
}

.item-lang a {
    display: block;
}
/* Show load for languages */
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*Progress bar*/
#myProgress {
    width: 100%;
    background-color: #ddd;
}

#myBar {
    width: 0%;
    height: 30px;
    background-color: #4CAF50;
    text-align: center;
    line-height: 30px;
    color: white;
}
/*CSS para colapsar las secciones*/
table,
tr,
td,
th {
    border-collapse: collapse;
}

    tr.header {
        cursor: pointer;
    }

.collapsible {
    background-color: #124F8B;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: None;
    text-align: left;
    outline: none;
    font-size: 15px;
}

/*CSS para ver mensajes del chat de ticket*/
.macro-ticket {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 85%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}

.msj-ticket {
    float: left;
    background: white;
}

.msj-rta-ticket {
    float: right;
    background: whitesmoke;
}

.msj-ticket:before {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: -14px;
    position: relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;
}

.msj-rta-ticket:after {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: 14px;
    position: relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent;
}

.message-ticket {
    background: #e0e0de;
    width: 60%;
    height: 300px;
    overflow-y: scroll;
    border-color: darkgray;
    border-style: solid;
}

.message-ticket-close {
    background: #e0e0de;
    width: 100%;
    height: 300px;
    overflow-y: scroll;
    border-color: darkgray;
    border-style: solid;
}

.active, .collapsible:hover {
    background-color: #337AB7;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.btn-primary,
.btn-danger,
.btn-success {
    border-radius: 8px;
    box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
}

label.disabled,
select.disabled,
input.disabled {
    cursor: none;
    pointer-events: none;
}

:not(:defined) {
    /*display: none;*/
}

/** Dialog */

dialog.formax-dialog {
    background: #fff;
    border: none;
    border-radius: 28px;
    box-shadow: 0px 5px 5px rgb(0 0 0 / 25%);
    width: 600px;
    min-width: 400px;
    padding: 0;
}

    dialog.formax-dialog > :is(form,div) {
        display: flex;
        flex-direction: column;
        min-height: 160px;
        max-height: calc(100vh - 48px);
        padding: 0;
    }

        dialog.formax-dialog > :is(form,div) > header {
            display: flex;
            flex-direction: row;
            align-items: center;
            padding: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid #e5e5e5;
        }

            dialog.formax-dialog > :is(form,div) > header h3 {
                margin: 0;
                flex: 1;
            }

            dialog.formax-dialog > :is(form,div) > header .btn {
                font-size: 24px;
            }

        dialog.formax-dialog > :is(form,div) > section {
            display: flex;
            flex-direction: column;
            overflow-y: auto;
            row-gap: 16px;
            padding: 16px 24px;
        }

        dialog.formax-dialog > :is(form,div) > footer {
            flex-direction: row;
            display: flex;
            column-gap: 8px;
            justify-content: flex-end;
            padding: 16px 24px;
            border-top: 1px solid #e5e5e5;
        }

        dialog.formax-dialog > :is(form,div) .btn {
            align-self: flex-end;
        }

    dialog.formax-dialog::backdrop {
        background-color: #333333;
        opacity: 0.58;
    }

@media (max-width: 600px) {

    dialog.formax-dialog[open] {
        width: 100%;
        height: 100%;
        max-width: unset;
        max-height: unset;
        margin: 0;
        border-radius: 0;
    }

    dialog.formax-dialog > :is(form, div) > footer {
        flex-direction: column-reverse;
        row-gap: 8px;
    }

        dialog.formax-dialog > :is(form, div) > footer button.btn {
            width: 100%;
            justify-content: center;
            padding: 12px;
            font-size: 16px;
        }
}

/* Loader cicle */
.progress-circle {
    fill: none;
    height: 80px;
    width: 80px;
    margin: auto;
}

    .progress-circle .path {
        animation-duration: 1.5s;
        animation-iteration-count: infinite;
        animation-name: icon-dash-animation;
        animation-timing-function: ease-in-out;
        stroke-linecap: round;
        stroke-width: 4;
        stroke: #56687E;
    }

/* Button Progress */
.formax-btn-progress {
    align-items: center;
    column-gap: 8px;
    display: inline-flex;
    flex-direction: row;
    font-weight: 500;
    height: max-content;
    min-height: 36px;
    position: relative;
    overflow: hidden;
}

    .formax-btn-progress .progress-circle {
        height: 24px;
        left: calc((100% - 24px) / 2);
        position: absolute;
        transform: translateY(-30px);
        transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
        width: 24px;
    }

        .formax-btn-progress .progress-circle .path {
            stroke-width: 8;
            stroke: #fff;
        }

    .formax-btn-progress > :not(.progress-circle) {
        transform: translateY(0);
        transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1);
    }

    .formax-btn-progress.loading > :not(.progress-circle),
    .loading .formax-btn-progress > :not(.progress-circle) {
        transform: translateY(50px);
        transition: transform 0.2s cubic-bezier(0, 0, 0.2, 1);
    }

    .formax-btn-progress.loading .progress-circle,
    .loading .formax-btn-progress .progress-circle,
    .progress-circle.loading {
        animation-delay: 0.15s;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        animation-name: icon-rotation-animation;
        transform: translateY(0);
        transition: transform 0.2s cubic-bezier(0.4, 0, 1, 1);
    }

@keyframes icon-rotation-animation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes icon-dash-animation {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}


/* Form control styles */

.form-control-label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.form-control-inline-group {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 16px;
    justify-content: space-around;
}

.form-check-box {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
}

    .form-check-box span {
        white-space: nowrap;
    }

    .form-check-box input[type=checkbox] {
        width: 24px;
    }

.form-control-group h5 {
    font-weight: 600;
}

.dropdown-menu > li > button.btn-opt:hover,
.dropdown-menu > li > button.btn-opt:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
}

.dropdown-menu > li > button.btn-opt {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    width: 100%;
    white-space: nowrap;
    text-align: start;
}

.form-control-group.start-align-wrap {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

    .form-control-group.start-align-wrap .form-control-label {
        width: unset;
    }

.form-control-group.form-group {
    border-top: solid 1px #eee;
    padding: 16px;
}


body.modal-open #chat-widget-container {
    display: none;
}

.loader_div {
    position: absolute;
    top: 0;
    bottom: 0%;
    left: 0;
    right: 0%;
    z-index: 10000;
    opacity: 0.5;
    display: none;
    background: lightgrey url('Images/img_loading.gif') center center no-repeat;
}

.upload-file-container-principal {
    height: 420px;
    width: 300px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 5px;
    background-color: rgba(0, 110, 255, 0.041);
}

.upload-file-container {
    height: auto;
    width: 300px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    gap: 5px;
    background-color: rgba(0, 110, 255, 0.041);
}

.upload-file-header {
    flex: 1;
    width: 100%;
    border: 2px dashed royalblue;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .upload-file-header p {
        text-align: center;
        color: black;
    }

    .upload-file-header .file-upload-img {
        object-fit: contain;
    }

    .upload-file-header svg {
        height: 100px;
    }

.upload-file-footer {
    background-color: rgba(0, 110, 255, 0.075);
    width: 100%;
    height: 40px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: black;
    border: none;
}

    .upload-file-footer p {
        flex: 1;
        text-align: center;
    }

.upload-file-footer-remove {
    background-color: rgba(255, 0, 0, 0.25);
    width: 100%;
    height: 40px;
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    color: black;
    border: none;
}

    .upload-file-footer-remove p {
        flex: 1;
        text-align: center;
    }

input[name="imageFiles"] {
    display: none;
}



@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}


.mgt-50 {
    margin-top: 50px;
}


.blockUI.blockOverlay, .blockUI.blockMsg.blockPage {
    z-index: 1052 !important;
}
