/****** APP CSS  ******/
.big-title {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.section-wrapper {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.section-title {
    margin-bottom: 1rem;
}

figure,
.highlight {
    background-color: #f8f9fa;
}

.highlight {
    padding: 20px;
}

.nt {
    color: #2f6f9f;
}

.na {
    color: #006ee0;
}

.s {
    color: #d73038;
}

.s1 {
    color: #c30;
}

.kd {
    color: #069;
}

.k {
    color: #069;
}

.ct {
    color: #dc890d;
}

.backtotop-button {
    display: inline-block;
    background-color: #FF9800;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.backtotop-button::after {
    /*content: "\f077";*/
    content: "^";
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 54px;
    color: #fff;
}

.backtotop-button:hover {
    cursor: pointer;
    background-color: #333;
    text-decoration: none;
}

.backtotop-button:active {
    background-color: #555;
}

.backtotop-button.show {
    opacity: 1;
    visibility: visible;
}
.control-demo {
    margin-bottom: 20px;
}

/****** SELECT2 CONTROL STYLES  ******/
.select2-results__option {
    font-size: 13px;
    padding: 5px;
}

.select2-container--default .select2-selection--single, .select2-dropdown, .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ecf0f5 !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 30px;
    font-size: 13px;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        display: block;
        padding-left: 12px;
        padding-right: 20px;
    }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 12px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    min-height: 32px;
}

    .select2-container .select2-selection--multiple .select2-selection__rendered {
        padding-left: 8px;
    }

.select2-dropdown {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 36px !important;
        font-size: 13px;
        font-weight: 400;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: calc(1.5em + 0.75rem + 2px);
    }

.select2-container--default .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #4680ff;
        border: 1px solid #4680ff;
        color: #fff;
        border-radius: 3px;
        padding: 2px 10px;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
        color: #fff;
        margin-right: 8px;
    }

        .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
            color: #fff;
        }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 8px;
    margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px;
    outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ecf0f5;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #4680ff;
    color: #fff;
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #ced4da;
    border-radius: 3px;
    outline: 0;
}

    .select2-container--classic .select2-selection--single:focus {
        border: 1px solid #4680ff;
    }

    .select2-container--classic .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: calc(1.5em + 0.75rem + 2px);
    }

    .select2-container--classic .select2-selection--single .select2-selection__arrow {
        background-color: #ecf0f5;
        border-left: 1px solid #ced4da;
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
        height: calc(1.5em + 0.75rem + 2px);
    }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border-right: 1px solid #ced4da;
    border-radius: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #4680ff;
}

.select2-container--classic .select2-selection--multiple {
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 3px;
}

    .select2-container--classic .select2-selection--multiple:focus {
        border: 1px solid #4680ff;
    }

    .select2-container--classic .select2-selection--multiple .select2-selection__choice {
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 3px;
    }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #4680ff;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff;
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #4680ff;
}

.select2-selection.select2-selection--single small.select2-selection-hide,
.select2-container--default .select2-selection--single .select2-selection__rendered small {
    display: none;
}

.select2-selection.select2-selection--single small.select2-selection-hide b,
.select2-container--default .select2-selection--single .select2-selection__rendered b {
    font-weight: normal;
}
/****** END SELECT2 CONTROL STYLES  ******/

/****** MULTISELECT CONTROL STYLES  ******/
.c-multiselect-custom {
    position: relative;
}
.c-multiselect-custom .btn-group {
    width: 100% !important;
}
.custom-select {
    font-size: 14px;
}
.multiselect.custom-select {
    text-align: left;
}
.c-multiselect-custom .btn-group .custom-select {
    border-radius: 5px;
    border-color: #ecf0f5;
    height: 36px;
    text-align: left;
    font-size: 13px;
}
.c-multiselect-custom .multiselect.dropdown-toggle.btn {
    background-color: #fff !important;
    border: 0;
    box-shadow: none;
    text-align: left;
    padding: 6px 10px;
}
.c-multiselect-custom .btn-group .multiselect-container.dropdown-menu {
    width: 100%;
    top: 35px !important;
}
.c-multiselect-custom .btn-group .multiselect-container.dropdown-menu .dropdown-item {
    font-size: 13px;
}
.c-multiselect-custom .btn-group .multiselect-container .multiselect-filter .form-control.multiselect-search {
    height: 30px;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.c-multiselect-custom .btn-group .multiselect-container .multiselect-filter .input-group .input-group-prepend .input-group-text,
.c-multiselect-custom .btn-group .multiselect-container .multiselect-filter .input-group .input-group-append .input-group-text{
    width: 30px;
    font-size: 13px;
    color: #8e8c8c;
    border: none;
    justify-content: center;
}
.c-multiselect-custom .btn-group .multiselect-container .multiselect-all .form-check,
.c-multiselect-custom .btn-group .multiselect-container .multiselect-option .form-check {
    padding: 0;
}
.c-multiselect-custom .btn-group .multiselect-container .multiselect-all .form-check-input,
.c-multiselect-custom .btn-group .multiselect-container .multiselect-option .form-check-input {
    margin-top: 5px;
}
.c-multiselect-custom .btn-group .multiselect-container .multiselect-all .form-check .form-check-label {
    font-weight: 600 !important;
    margin-left: 5px;
}
.c-multiselect-custom .btn-group .multiselect-container .multiselect-option .form-check .form-check-label {
    margin-left: 5px;
}
.form-check-input {
    margin-top: 8px;
    margin-left: -15px;
}
.multiselect-clear-filter {
    display: none;
}
/****** END MULTISELECT CONTROL STYLES  ******/

/****** DATEPICKER CONTROL STYLES ******/
.datepicker td, .datepicker th {
    width: 30px;
    height: 30px;
}
/****** END DATEPICKER CONTROL STYLES ******/

/****** AUTO COMPLETE STYLES ******/
.ui-autocomplete {
    background: #ffffff;
    border: 1px solid #ecf0f5 !important;
    border-radius: 3px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.ui-menu.ui-autocomplete .ui-menu-item {
    font-size: 14px;
}
.ui-menu.ui-autocomplete .ui-menu-item-wrapper {
    padding: 5px 10px;
}
/****** END AUTO COMPLETE STYLES ******/

/****** FORM CONTROL STYLES ******/
.form-control {
    font-size: 13px;
}
input[type="file"].form-control {
    padding: .2rem .75rem;
}
/****** END FORM CONTROL STYLES ******/

/****** BUTTON STYLES ******/
.c-btn {
    min-width: 80px;
    font-size: 14px;
}
.c-btn.-icon > i, .c-btn.-icon > span {
    margin-right: 5px;
}
/****** END BUTTON STYLES ******/

/****** RADIO & CHECKBOX STYLES ******/
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], 
.radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-top: 7px;
}
.checkbox+.checkbox, .radio+.radio {
    margin-top: -5px;
}
.checkbox input[type="checkbox"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}
.checkbox label, .radio label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    min-height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.checkbox label::before {
    -o-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    background-color: #ffffff;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    content: "";
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 0;
    transition: 0.3s ease-in-out;
    width: 17px;
    outline: none !important;
}
.checkbox label::after {
    color: #2b2b2b;
    display: inline-block;
    font-size: 11px;
    height: 16px;
    left: 0;
    padding-left: 3px;
    padding-top: 1px;
    position: absolute;
    top: 4px;
    width: 16px;
}
.checkbox input[type="checkbox"]:checked + label::before {
    background-color: #03a9f3;
    border-color: #03a9f3;
}
.checkbox input[type="checkbox"]:checked + label::after {
    /* content: "\f00c";
    font-family: 'FontAwesome'; */
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYEAQAAAAa7ikwAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQflBRIGEx4nwDC2AAAA00lEQVRIx+2UMQ6CQBBF15AgeB5PABaSwF7UxAKIFHIC70OEZp4FMbgCimGx4pebnff/zCSj1Kp/C3wf8hxJkmXgcr0CQNOA1o5NuCJN1eZwaF8cR7HdLpD8qaIAz1vh0+Dgech+Px2+2yFlacKzDBlYKuK6kGVQVRCG0+BvyeVyGR0LnM/dz6qCILCSvCs6HuF+N036nQzCPyX/xWQW/JuJFXi38Dhub8irye1mzjxNEdf9GT7eyVtysXBfIIp6JrbgpkldLwLvTLSG02nWzFd90wOKwNsxlPV3nQAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAyMS0wNS0xOFQwNjoxOTozMCswMDowMMJ697AAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMjEtMDUtMThUMDY6MTk6MzArMDA6MDCzJ08MAAAAAElFTkSuQmCC");
}
.checkbox input[type="checkbox"]:checked + label::after {
    color: #ffffff;
}
.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
    z-index: 1;
    outline: none !important;
}
.radio label {
    display: inline-block;
    position: relative;
}
.radio label::before {
    -o-transition: border 0.5s ease-in-out;
    -webkit-transition: border 0.5s ease-in-out;
    background-color: #ffffff;
    border-radius: 50%;
    border: 1px solid rgba(120, 130, 140, 0.13);
    content: "";
    display: inline-block;
    height: 17px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: border 0.5s ease-in-out;
    width: 17px;
    outline: none !important;
}
.radio label::after {
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -o-transition: -o-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -webkit-transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    background-color: #2b2b2b;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 10px;
    position: absolute;
    left: 3.5px;
    top: 8.6px;
    transform: scale(0, 0);
    transition: transform 0.3s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    width: 10px;
}
.radio input[type="radio"]:checked + label::after {
    background-color: #03a9f3;
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:checked + label::before {
    border-color: #03a9f3;
}
/****** END RADIO & CHECKBOX STYLES ******/

/****** DROPIFY STYLES ******/
.dropify-wrapper {
    height: 150px;
    border: 2px dashed rgb(0, 135, 247);
    border-radius: 5px;
    background: rgb(245, 246, 247);
}
.dropify-wrapper .dropify-message p {
    font-size: 14px;
    line-height: 22px;
    color: #212529;
}