body {
    --main-color: #001f47;
    --btn-bg-color: #dd0741;
    --btn-bg-color-opacity-9: #FBE6EC;
    --btn-bg-color-disabled: #E7517A;
    --btn-bg-color-hover: #dd0741;
    --btn-font-color: #ffffff;
    --btn-font-color-hover: #001f47;
    --navbar-bg-color: #dd0741;
    --navbar-item-color: #ffffff;
    --navbar-item-color-hover: #001f47;
    --navbar-item-active-color: #001f47;
    --navbar-item-active-border: #001f47;
    --navbar-public-bg-color: #dd0741;
    --navbar-public-bg-color-hover: #E33867;
    --navbar-public-item-color: #FFFFFF;
    --navbar-public-item-color-hover: #F3F3F3;
    background-color: transparent;
}

.form-check-input:checked {
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color);
}

.daterangepicker {
    border-radius: 8px !important;
}
.daterangepicker td.in-range {
    background-color: var(--btn-bg-color-opacity-9);
}

.daterangepicker .drp-selected {
    font-size: 14px;
    font-weight: 600;
}

.daterangepicker .drp-buttons .btn {
    padding: 13.5px 16px;
}

.ax-txt-input.validation-valid > span:after {
    font-family: 'feather' !important;
    content: "\e92b";
    float: right;
    margin-top: -44px;
    font-size: 34px;
    margin-right: 4px;
    color: #4CBC6E;
}

.ax-txt-input.validation-invalid > span {
    color: #E5352B;
    font-weight: 500;
    font-size: 12px;
}

.ax-txt-input.validation-invalid > label {
    color: #E5352B;
}

.ax-txt-input.validation-invalid {
    border-color: #E5352B;
}




.ax-input-lg {
    height: 56px;
}

.ax-txt-input.active {
    border: 2px solid var(--btn-bg-color);
}

    .ax-txt-input.active > label {
        color: var(--btn-bg-color);
        font-weight: 500;
        padding: 1px 5px;
    }

    .ax-txt-input.active > input {
        margin: -1px;
        padding: 4px 6px;
    }

.ax-txt-input > input:focus {
    border: none;
}

.ax-txt-input {
    display: inline-block;
    padding: 3px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 22px;
}

    .ax-txt-input.no-radius-bottom {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .ax-txt-input.no-radius-top {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }


    .ax-txt-input > input {
        outline: none;
        border: none;
        display: block;
        line-height: 1.2em;
        font-size: 16px;
        color: #4B4B4B;
        width: 100%;
        padding: 2px 6px;
    }

    .ax-txt-input > label {
        display: block;
        font-size: 12px;
        color: #999999;
        padding: 2px 6px;
    }

    .ax-txt-input > textarea {
        outline: none;
        border: none;
        display: block;
        line-height: 1.2em;
        font-size: 16px;
        color: #4B4B4B;
        width: 100%;
        padding: 2px 6px;
    }

.ax-container-head {
    border-bottom: 1px solid #CFCFCF;
    padding: 24px 40px;
}

.ax-container-body {
    padding: 0px 10px;
}

.ax-container.bordered {
    border: 1px solid #CFCFCF;
    border-radius: 8px;
}

.ax-divider {
    height: 1px;
    width: 100%;
    background-color: #E7E7E7;
    display: block;
    margin: 26px 0px;
}

    .ax-divider.medium {
        margin: 12px 0px;
    }

    .ax-divider.smaller {
        margin: 8px 0px;
    }

    .section-title {
        color: #4B4B4B;
        font-size: 23px;
        letter-spacing: -0.46px;
        font-weight: 500;
        display: block;
    }

.section-subtitle {
    color: #737373;
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 400;
    display: block;
}

.form-check-input[type=checkbox] {
    border-color: #4B4B4B;
}

.form-check-input[type=checkbox]:checked {
    border: none;

}

    .form-check-input[type=checkbox]:focus {
        outline: 0 !important;
        box-shadow: none !important;
    }

.ax-checkbox-group {
    padding: 12px;
 /*   cursor: pointer;*/
}

label:hover {
    cursor: pointer;
}

.ax-checkbox-group > div {
    margin-left: 26px;
}

.section2-title {
    color: #4B4B4B;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.24px;
    padding-bottom: 8px;
}







.quantity {
    display: inline-block;
}

    .quantity .input-text.qty {
        width: 40px;
        height: 32px;
        padding: 0 5px;
        text-align: center;
        background-color: transparent;
        border: 1px solid var(--btn-bg-color);
        margin: 0 -5px;
    }

    .quantity.buttons_added {
        text-align: left;
        position: relative;
        white-space: nowrap;
        vertical-align: top;
    }

        .quantity.buttons_added input {
            display: inline-block;
            margin: 0;
            vertical-align: top;
            box-shadow: none;
        }

        .quantity.buttons_added .minus,
        .quantity.buttons_added .plus {
            padding: 4px 6px;
            height: 32px;
            background-color: var(--btn-bg-color);
            border: 1px solid var(--btn-bg-color);
            cursor: pointer;
            color: white;
        }

        .quantity.buttons_added .minus {
            border-right: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .quantity.buttons_added .plus {
            border-left: 0;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

            .quantity.buttons_added .minus:hover,
            .quantity.buttons_added .plus:hover {
                background: var(--btn-bg-color);
                opacity: 0.9;
            }

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        -moz-appearance: none;
        margin: 0;
    }

    .quantity.buttons_added .minus:focus,
    .quantity.buttons_added .plus:focus {
        outline: none;
    }


.state-accordion > div > h2 > .ax-accordion.accordion-button::after {
    top: 25px;
    right: 20px;
    position: absolute;
}

.state-accordion > div > div > div {
    padding-top: 0px;
    font-size: 14px;
    letter-spacing: -0.14px;
}


.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg version='1.1' fill='%234b4b4b' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='123.959px' height='123.958px' viewBox='0 0 123.959 123.958' style='enable-background:new 0 0 123.959 123.958;' xml:space='preserve'%3e %3cg%3e %3cpath d='M117.979,28.017h-112c-5.3,0-8,6.4-4.2,10.2l56,56c2.3,2.3,6.1,2.3,8.401,0l56-56 C125.979,34.417,123.279,28.017,117.979,28.017z'/%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3c/svg%3e");
    transform: rotate(180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg version='1.1' fill='%234b4b4b' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='123.959px' height='123.958px' viewBox='0 0 123.959 123.958' style='enable-background:new 0 0 123.959 123.958;' xml:space='preserve'%3e %3cg%3e %3cpath d='M117.979,28.017h-112c-5.3,0-8,6.4-4.2,10.2l56,56c2.3,2.3,6.1,2.3,8.401,0l56-56 C125.979,34.417,123.279,28.017,117.979,28.017z'/%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3cg%3e %3c/g%3e %3c/svg%3e");
    background-repeat: no-repeat;
    background-size: .75rem;
    transition: transform 0.2s ease-in-out;
}



.btn-primary {
    background-color: var(--btn-bg-color);
    color: var(--btn-font-color);
    border: none;
    font-size: 17px;
}

    .btn-primary:disabled, .btn-primary.disabled {
        background-color: var(--btn-bg-color-disabled);
    }

    .btn-primary:hover {
        background-color: var(--btn-bg-color-hover);
        color: var(--btn-font-color-hover);
    }

  /*  .btn-primary:focus {
        background-color: var(--btn-bg-color-hover);
    }*/

    .btn-primary:active {
        background-color: var(--btn-bg-color-hover);
    }

.btn-secondary {
    background-color: white;
    border: none;
    font-size: 17px;
    color: #4B4B4B;
}


.btn-xl {
    min-height: 48px;
    padding: .65rem .8rem;
}

.btn-secondary-ax {
    background-color: white;
    color: #4B4B4B;
    font-size: 17px;
    letter-spacing: -0.17px;
}

    .btn-secondary-ax:hover {
        background-color: #EDEDED
    }
    .full-width {
        width: 100%;
    }


    .mt-100 {
        margin-top: 100px;
    }

    .mt-120 {
        margin-top: 120px;
    }





h4 {
    font-size: 19px;
    color: #4B4B4B;
    letter-spacing: -0.28px;
}

h5 {
    font-size: 16px;
    color: #4B4B4B;
    letter-spacing: -0.16px;
}

h6 {
    font-size: 14px;
    color: #737373;
    letter-spacing: -0.14px;
    font-weight: 400;
}

.ax-text-label {
    font-size: 12px;
    color: #999999;
    font-weight: 500;
}

.input-group-text {
    background-color: var(--btn-bg-color);
    /*border: none;*/
    color: white;
}

.mt-12 {
    margin-top: 12px;
}

.mt-16 {
    margin-top: 16px;
}

.info-box {
    background-color: #F5F5F6;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 12px 16px;
    margin-bottom: 16px;
}

.pt-34 {
    padding-top: 34px;
}

.pt-32 {
    padding-top: 32px;
}

.pt-28 {
    padding-top: 28px;
}

.pt-40 {
    padding-top: 40px;
}

.p-40 {
    padding: 40px;
}

.p-16 {
    padding: 16px;
}

.p-12 {
    padding: 12px;
}

.br-4 {
    border-radius: 4px;
}

.br-8 {
    border-radius: 8px;
}




.mt--26 {
    margin-top: -26px;
}
.mt--25 {
    margin-top: -25px;
}
.mt--24 {
    margin-top: -24px;
}
.mt--23 {
    margin-top: -23px;
}
.mt--22 {
    margin-top: -22px;
}
.mt--18 {
    margin-top: -18px;
}
.mt--12 {
    margin-top: -12px;
}
.mt--8 {
    margin-top: -8px;
}
.mt--6 {
    margin-top: -6px;
}
.mt--4 {
    margin-top: -4px;
}

.lh-26 {
    line-height: 26px;
}


@media (min-width: 576px) {
    .modal-sm {
        max-width: 400px;
    }

    .modal-md {
        max-width: 612px;
    }
}

.btn-danger {
    background-color: #E5352B;
}

table.sticky-header > thead > tr > th {
    position: sticky;
    top: 0;
    z-index: 1;
    background-color: white;
}


.daterangepicker .drp-calendar {
    min-width: 360px;
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
    min-width: 38px;
    height: 38px;
    font-size: 14px;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 14px;
    padding: 4px;
    border-color: #b4b4b4;
}


.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--btn-bg-color);
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
    font-weight: bold;
}
.daterangepicker .drp-buttons .btn {
    font-size: 14px;
}


.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle,
.btn-check:focus + .btn-primary, .btn-primary:focus,
.btn-primary:hover {
    border: none;
}



.ax-wizard-header {
    text-align: center;
}

    .ax-wizard-header > div {
        display: inline-block;
        font-size: 14px;
        letter-spacing: -0.14px;
        color: #999999;
    }

        .ax-wizard-header > div > span {
            font-size: 12px;
            height: 14px;
            width: 14px;
            border-radius: 50%;
            padding: 4px 6px 3px 6px; 
            margin-right: 8px;
            background-color: #999999;
            color: white;
        }

        .ax-wizard-header > div.active {
            color: var(--btn-bg-color);
            font-weight: 500;
        }

            .ax-wizard-header > div.active > span {
                color: white;
                background-color: var(--btn-bg-color);
            }

        .ax-wizard-header > div.completed {
            color: #4B4B4B;
            font-weight: 500;
        }

            .ax-wizard-header > div.completed > span {
                color: white;
                background-color: #4B4B4B;
            }

.wizard-header-separator {
    width: 24px;
    height: 2px;
    background-color: #CFCFCF;
    margin-bottom: 4px;
    position: relative;
}

.wizard-edit-btn {
    color: #4B4B4B;
    font-size: 14px;
    letter-spacing: -0.14px;
    font-weight: 600;
    text-decoration: underline;
    cursor: pointer;
}

.bb-gray-2 {
    border-bottom: 2px solid #E7E7E7;
}
.input-group .btn {
    border: 1px solid #ced4da;
}

.btn-sort:focus {
    box-shadow: none;
}


.dropdown-toggle.ax-sort-drp::after {
    display: none;
}
.dropdown-menu.ax {
    box-shadow: 0px 4px 12px #00000066;
    border-radius: 8px;
    border: none;
}

.dropdown-menu.ax.sm {
    border-radius: 4px;
}

.dropdown-menu > li > a {
    padding: 0.45rem 1rem;
}
.dropdown-menu.navbar-public {
    left: 0;
    transform: translateX(85vw);
}

.dropdown > a {
    padding: .65rem 2.6rem .65rem 1rem;
}







.btn-sort {
    border: 1px solid #ced4da;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.ax-upload {
    background-color: #F5F5F6;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 10px 15px 5px 15px;
}

    .ax-upload.error {
        background-color: #E5352B14 !important;
        border: 1px solid #E5352B !important;
    }


    .ax-upload:hover {
        background-color: #EDEDED;
        cursor: pointer;
    }


.ax-upload > div {
    font-size: 28px;
}


.ax-document-download {
    background-color: #F5F5F6;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    padding: 10px 15px;
}

    .ax-document-download > div:nth-child(2) {
        font-size: 16px;
        font-weight: 600;
        color: #4B4B4B;
        margin-bottom: -8px;
    }

    .ax-document-download > div:nth-child(1) {
        font-size: 30px;
        color: #4B4B4B;
    }

    .ax-document-download > a {
        font-size: 14px;
        color: #737373;
       text-decoration: underline;
    }



.icon-shield > img:nth-child(1) {
    width: 40px;
}

.icon-shield > img:nth-child(2) {
    width: 18px;
    margin: 8px 11px;
}

.icon-shield.sm > img:nth-child(1) {
    width: 20px;
}

.icon-shield.sm > img:nth-child(2) {
    width: 10px;
    margin: 4px 5px;
}


.dropdown-toggle::after {
    content: "\e92e";
    font-family: 'feather' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    position: absolute;
    top: 10px;
    font-size: 24px;
}

.mw-700 {
    max-width: 700px;
}

.mw-600 {
    max-width: 600px;
}

.mw-500 {
    max-width: 500px;
}

.mw-400 {
    max-width: 400px;
}

.mw-300 {
    max-width: 300px;
}

.minw-100 {
    min-width: 100px;
}
.minw-120 {
    min-width: 120px;
}




.btn-primary.outline {
    background-color: white;
    border: 1px solid var(--btn-bg-color);
    color: var(--btn-bg-color)
}

.containered {
    /*padding-left: 8.33%;
    padding-right: 8.33%;*/
    padding-left: 59px;
    padding-right: 59px;
}

.rotate-90 {
    -ms-transform: rotate(90deg); /* IE 9 */
    transform: rotate(90deg);
}

.rotate-180 {
    -ms-transform: rotate(180deg); /* IE 9 */
    transform: rotate(180deg);
}


.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        cursor: inherit;
        display: block;
    }

@-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;
}

.p-8 {
    padding: 8px;
}

/*.progress-bar {
    background-color: #4B4B4B;
}*/

.spinner-border.ax {
    width: 1.8rem;
    height: 1.8rem;
    border: 0.18rem solid #4B4B4B;
    border-right-color: transparent;
}
.document-info {
    background-color: #FFFFFF;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
}

.btn-outline-primary {
    color: var(--btn-bg-color-hover);
    border-color: var(--btn-bg-color-hover);
}
    .btn-outline-primary:hover {
        color: var(--btn-font-color-hover);
        border-color: var(--btn-bg-color-hover);
        background-color: var(--btn-bg-color-hover);
    }

.quick-panel-backdrop {
    z-index: 99999;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    position: fixed;
    top: 0;
}

.quick-panel-body {
    z-index: 99999;
    background-color: white;
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    top: 0;
    padding: 24px;
}

.event-img {
    border-radius: 8px 8px 0px 0px;
    max-height: 345px;
}

    .event-img.past {
        filter: grayscale(100%);
        opacity: 0.4;
        background-color: lightgray;
    }

    .progress-password {
        border-radius: 0px;
        height: 4px;
    }

.modal-backdrop {
    z-index: 99999;
}

.btn-check:checked + .btn-filter, .btn-check:active + .btn-filter, .btn-filter:active, .btn-filter.active, .btn-filter.dropdown-toggle.show {
    color: #4B4B4B;
    background-color: transparent;
    border-bottom: 3px solid var(--btn-bg-color) !important;
    outline: 0;
    box-shadow: none;
    font-weight: bold;
    border-radius: 0px;
}

.btn-check:checked + .btn-filter, .btn-check:active + .btn-filter, .btn-filter:active, .btn-filter.active, .btn-filter.dropdown-toggle.show {
    border: none;
}

.btn-filter {
    color: #4B4B4B;
    border: none;
    font-size: 14px;
    padding: 5px;
    margin-right: 20px;
}

    .btn-filter:hover {
        background-color: transparent;
        color: #4B4B4B;
        font-weight: 600;
    }

    .opacity-02 {
        opacity: 0.2;
    }

.opacity-03 {
    opacity: 0.3;
}

.opacity-05 {
    opacity: 0.5;
}

.opacity-07 {
    opacity: 0.7;
}

.opacity-08 {
    opacity: 0.8;
}

.phone-flag {
    width: 50px !important;
    height: 30px !important;
}

.phone-input {
    width: 84%;
    border-left: none;
    margin-left: -5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}




.btn-upload-dropzone > .dz-preview {
    display: none;
}


.field-validation-error {
    font-size: 12px;
    letter-spacing: 0.12px;
    color: #E5352B;
    font-weight: 500;
}


.ax-scrollbar-1::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #F5F5F5;
    margin-top: 38px;
}

.ax-scrollbar-1::-webkit-scrollbar {
    width: 8px;
}

.ax-scrollbar-1::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #999999;
}


textarea::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #F5F5F5;
}

textarea::-webkit-scrollbar {
    width: 6px;
}

textarea::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #999999;
}


.select2-results__options::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #F5F5F5;
}

.select2-results__options::-webkit-scrollbar {
    width: 8px;
}

.select2-results__options::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #ACACAC;
}

.card img {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

    .card img:hover {
        transform: scale(1.05);
    }

.menu-ham-item {
    width: 24px;
    height: 2px;
    background-color: #4B4B4B;
    margin: 4px 4px;
}

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.modal.right.fade .modal-dialog {
    right: -0px;
    -webkit-transition: opacity 1.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 1.3s linear, right 0.3s ease-out;
    -o-transition: opacity 1.3s linear, right 0.3s ease-out;
    transition: opacity 1.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.btn-user-menu {
    border: 1px solid var(--navbar-item-color);
    border-radius: 4px;
    width: 80px;
    height: 40px;
    display: flex;
    padding: 8px;
    margin-right: 24px;
}

    .btn-user-menu:hover {
        background-color: #F5F5F6;
    }

.btn-lang {
    border: none;
    display: flex;
    padding: 8px;
    margin-right: 24px;
}


.px-833 {
    padding-left: 8.33%;
    padding-right: 8.33%;
}

.ax-grid {
    padding-left: 59px;
    padding-right: 59px;
}

.ms-32 {
    margin-left: 32px;
}

.ms-28 {
    margin-left: 28px;
}

.z-index--1 {
    z-index: -1;
}


.public-nav-item {
    text-decoration: none !important;
    font-size: 16px;
    line-height: 1rem;
}
  .public-nav-brand {
    text-decoration: none !important;
}



.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 18px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 10px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #fff;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 12px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 12px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 28px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 42px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(16px, 0);
    }
}



.label-confirmation-status {
    font-size: 16px;
    padding: 10px 14px 10px 8px;
    border-radius: 4px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 22px;
    background-color: #F5F5F6;
    border: 1px solid #CFCFCF;
    color: #4B4B4B;
    border: none;
}

    .label-confirmation-status:after,
    .label-confirmation-status:before,
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
        font-family: 'feather' !important;
        border-radius: 50%;
        color: white;
        font-size: 14px;
        padding: 1px;
        margin-left: 8px;
        margin-right: 4px;
    }

    .label-confirmation-status.left:after {
        display: none !important;
    }
    .label-confirmation-status.left:before {
        display: normal !important;
    }
    .label-confirmation-status.right:after {
        display: normal !important;
    }
    .label-confirmation-status.right:before {
        display: none !important;
    }
    
    
    .label-confirmation-status.success {
        border: 1px solid #4CBC6E;
        background-color: #4CBC6E14;
        color: #4CBC6E;
    }

        /*.label-confirmation-status.success:after,*/
        .label-confirmation-status.success:before {
            content: "\e92b";
            background-color: #4CBC6E;
        }

    .label-confirmation-status.declined {
        border: 1px solid #4CBC6E;
        background-color: #F9D2CF;
        color: #E5352B;
        
    }

        .label-confirmation-status.declined:after,
        .label-confirmation-status.declined:before {
            content: "\ea02";
            background-color: #E5352B;
        }

    .label-confirmation-status.open,
    .label-confirmation-status.requested {
        padding: 10px 8px 10px 18px;
    }

.label-action:hover {
    background-color: #EDEDED;
    border-radius: 4px;
    cursor: pointer;
}

.btn-order {
    width: 48px;
    padding-top: 6px;
}

    .btn-order:active {
        color: white;
        background-color: var(--btn-bg-color) !important;
    }

    .btn-order > div {
        height: 2px;
        background-color: #4B4B4B;
        margin: 3px 0;
        transition: width 200ms ease-out, height 200ms ease-out;
    }

    .btn-order.pressed > div {        
        background-color: white;
    }

        .btn-order > div:nth-child(1) {
            width: 24px;
        }

        .btn-order > div:nth-child(2) {
            width: 14px;
        }

        .btn-order > div:nth-child(3) {
            width: 8px;
        }

    .btn-order.asc > div:nth-child(1) {
        width: 8px;
    }

    .btn-order.asc > div:nth-child(2) {
        width: 14px;
    }

    .btn-order.asc > div:nth-child(3) {
        width: 24px;
    }

.hover-pointer:hover {
    cursor: pointer;
}

.ls--02 {
    letter-spacing: -0.2px;
}
.ls-024 {
    letter-spacing: 0.24px;
}

.ls--046 {
    letter-spacing: -0.46px;
}

.ls--014 {
    letter-spacing: -0.14px;
}

.p-24 {
    padding: 24px;
}

.m-24 {
    margin: 24px;
}

.mb-8p {
    margin-bottom: 8px;
}

.mb-24p {
    margin-bottom: 24px
}


.dropdown-item.active, .dropdown-item:active {
    color: #4B4B4B;
    background-color: rgba(255, 128, 52, 0.12);
}

.high-row > tbody > tr > td {
    height: 64px;
}

.high-row > tbody > tr > td:first-child {
    padding-left: 0px;
}

    .high-row > thead > tr > th:first-child {
        padding-left: 0px;
    }





/* select2 custom start*/

.select2-container {
    vertical-align: top !important;
}

.select2-search--dropdown {
    padding: 12px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 48px;
    border-color: #CFCFCF;
    border-radius: 4px;
}

.select2-results__option {
    padding: 14px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #FFF0E6;
    color: #4B4B4B;
}

.select2-dropdown {
    box-shadow: 0px 4px 12px #00000066;
    border-radius: 8px;
    opacity: 1;
    border-color: white !important;
}

.select2-search__field {
    background: url(../../Content/icons/feather-svg/search-autocomplete.svg) no-repeat scroll 10px 13px;
    padding-left: 40px !important;
}

.select2-container--open {
    z-index: 9999999;
}

select[name="country"] + span > span:nth-child(1) > .select2-selection--single {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px;
}

.select2-container *:focus {
    outline: none;
}

.select2-container--default.select2-container--focus {
    border: 2px solid var(--btn-bg-color) !important;
    border-radius: 6px !important;
    outline: 0;
    outline: none;
    margin: -2px !important;
}


.select2-container--default .select2-selection--single {
    border: 1px solid #CFCFCF;
}

.select2-selection__rendered {
    line-height: 56px !important;
}

.select2-container .select2-selection--single {
    height: 56px !important;
}

.select2-selection__arrow {
    height: 56px !important;
}



.yearselect::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: #F5F5F5;
    margin-top: 38px;
}

.yearselect::-webkit-scrollbar {
    width: 8px;
}

.yearselect::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #999999;
}


/*
.yearselect::-webkit-scrollbar {
    width: 20px;
    background-color: #cccccc;
}
*/

/*comment those lines input select2.css start*/
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    transform: rotate( 45deg );
    -webkit-transform: rotate( 45deg );
    border: solid #999999;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    position: absolute;
    top: 19px;
    right: 12px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    top: 25px;
    border-color: none;
    border-width: 0 2px 2px 0;
}
/*comment those lines input select2.css end*/

.select2-dropdown {
    width: 100%;
}

/* select2 custom end */



.table-action-menu {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 4px 16px #00000033;
    border-radius: 8px;
}

    .table-action-menu > div {
        display: inline-block;
        line-height: 56px;
        padding: 0px 16px;
        margin-top: -1px;
    }

        .table-action-menu > div:not(:first-child):hover {
            cursor: pointer;
            background-color: #f8f8f8;
        }

        .table-action-menu > div:first-child {
            border-right: 1px solid #CFCFCF;
        }

        .table-action-menu > div:last-child {
            border-left: 1px solid #CFCFCF;
        }

    .table-action-menu > .dropdown > button > i {
        font-size: 20px;
        position: absolute;
        top: 18px;
        right: -3px;
    }


tr.active {
    background-color: #eaeaea;
}

.page-link {
    color: var(--btn-bg-color);
}

    .page-link:hover {
        border-color: #CFCFCF;
        background-color: var(--btn-bg-color-hover);
        color: var(--btn-font-color-hover);
    }

.page-item.active .page-link {
    color: var(--btn-font-color);
    background-color: var(--btn-bg-color);
    border-color: var(--btn-bg-color);
}

.page-item.disabled .page-link {
    opacity: 0.5;
}

.page-link {
    padding: 0.2rem 0.65rem;
}

.form-check-input[type=checkbox] {
    border-radius: 2px;
}

.form-check-input[type=checkbox]:hover {
    cursor: pointer;
}

.form-switch > .form-check-input {
    border-radius: 8px !important;
}


/*EXPANDER start*/
.expander.expanded > div:last-child {
    white-space: initial;
}

.expander.expanded > div:first-child {
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.expander > div:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expander-triangle {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4b4b4b;
    margin-top: 10px;
    bottom: -6px;
    float: right;
}

    .expander-triangle:hover {
        cursor: pointer;
        border-top: 6px solid black;
    }


.expander {
    background-color: #F5F5F6;
    color: #4B4B4B;
    border-radius: 4px;
    padding: 1rem;
    margin-bottom: 8px;
}

    .expander.open {
        background-color: #F5F5F6;
        color: #4B4B4B;
    }

    .expander.declined {
        background-color: #FDEFEE;
        color: #4B4B4B;
    }

        .expander.declined > div:nth-child(2):before {
            font-family: 'feather' !important;
            content: "\ea02";
            background-color: #E5352B;
            border-radius: 50%;
            color: white;
            font-size: 14px;
            padding: 1px;
            margin-right: 8px;
        }

    .expander.confirmed,
    .expander.success {
        background-color: #4CBC6E14;
        color: #4B4B4B;
    }

        .expander.confirmed > div:nth-child(2):before,
        .expander.success > div:nth-child(2):before {
            font-family: 'feather' !important;
            content: "\e92b";
            background-color: #4CBC6E;
            border-radius: 50%;
            color: white;
            font-size: 14px;
            padding: 1px;
            margin-right: 8px;
        }


    .expander-2.expanded > div:first-child {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.expander-2-triangle {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #4b4b4b;
    margin-top: 10px;
    bottom: -6px;
    float: right;
}

    .expander-2-triangle:hover {
        cursor: pointer;
        border-top: 6px solid black;
    }
/*EXPANDER end*/


.field-validation-error.group-error {
    padding: 7px;
    background-color: #E5352B0D;
    border-radius: 4px;
    border-left: 4px solid #E5352B;
    font-size: 14px;
    display: block;
}


.ax-inline-alert {
    padding: 7px;
    border-radius: 4px;
    font-size: 14px;
    display: block;
}
.ax-inline-alert:empty {
    display: none;
}

.ax-inline-alert-error {
    background-color: #E5352B0D;
    border-left: 4px solid #E5352B;
}
.ax-inline-alert-info {
    background-color: #C6E2E5;
    border-left: 4px solid #00383D;
}
.ax-inline-alert-yellow {
    background-color: #FFF3C6;
    border-left: 4px solid #FFCC00;
}

.ax-inline-alert-green {
    background-color: #4CBC6E14;
    border-left: 4px solid #4CBC6E;
}



.field-icon-pass {
    float: right;
    margin-top: -33px;
    margin-right: 16px;
    position: relative;
    z-index: 2;
    font-size: 26px;
}

    .field-icon-pass:hover {
        cursor: pointer;
        opacity: 1;
    }


.h-100px {
    height: 100px;
}

.miw-80 {
    min-width: 80px;
}

.miw-100 {
    min-width: 100px;
}

.miw-120 {
    min-width: 120px;
}

.miw-130 {
    min-width: 130px;
}

.miw-140 {
    min-width: 140px;
}

.miw-150 {
    min-width: 150px;
}

.miw-160 {
    min-width: 160px;
}

.miw-170 {
    min-width: 170px;
}

.miw-180 {
    min-width: 180px;
}


.spinner-holder > div {
    position: fixed;
    height: 2em;
    width: 2em;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.spinner-holder {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1040;
    top: 0;
    bottom: 0;
    overflow-y: hidden;
    position: fixed;
    transition: .5s ease-out;
}

.page-header {
    height: 160px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #CFCFCF;
    margin-top: 4px;
    position: sticky;
    top: -24px;
    z-index: 3
}

.page-header.small {
    height: 100px;
}

.page-header.alert {
    margin-top: 120px;
    top: 16px;
}


.ax-alert {
   /* padding-left: 8.33%;
    padding-right: 8.33%;*/
   padding-right: 59px;
   padding-left: 59px;
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 40px;
    
    
    width: 100%;
    background-color: #FFCC00;
    z-index: 2222;
}

    .ax-alert.top {
        position: fixed;
        top: 0;
    }

    .ax-alert > div:first-child {
        margin-top: 0.25rem;
        font-weight: bold;
        display: inline-block;
        position: absolute;
    }

    .ax-alert > div:nth-child(2) {
        font-size: 14px;
        font-weight: 600;
        display: inline-block;
        margin-left: 1.5rem;
    }

    .ax-alert > div:nth-child(3) {
        font-weight: bold;
        display: inline-block;
        position: absolute;
        margin-top: 6px;
    }

    .ax-alert > div:nth-child(4) {
        margin-top: 4px;
        font-weight: bold;
        display: inline-block;
        float: right;
    }

    .ms-2rem {
        margin-left: 2rem;
    }

    .size-16 {
        width: 1rem;
        height: 1rem;
    }

.flag-text {
    margin-left: 10px;
}

.opacity-05 {
    opacity: 0.5;
}

.dob-label {
    position: absolute;
    left: 72px;
    font-size: 12px;
    top: 3px;
    font-weight: 400;
    color: #999999;
    z-index: 2222;
}

.ax-center-vertical {
    display: flex;
    align-items: center;
    height: 100%;
}


.dropdown-item.bgc-red:hover, .dropdown-item.bgc-red:focus {
    color: white;
    background-color: #E5352B;
}

.field-validation-error:empty {
    display: none !important;
}



.fade-in {
    animation: fadeIn 0.5s;
    -webkit-animation: fadeIn 0.5s;
    -moz-animation: fadeIn 0.5s;
    -o-animation: fadeIn 0.5s;
    -ms-animation: fadeIn 0.5s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.no-resize {
    resize: none;
}

.text-counter {
    display: block;
    text-align: right;
    font-size: 12px;
    padding-right: 6px;
    color: #999999;
    font-weight: 500;
}

.btn-quickmenu {
    border-radius: 50%;
    padding: 0.25rem 0.2rem;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 128, 49, 0.08)
}

.dropdown-menu.lang {
    margin-top: 10px;
    left: -130px;
    box-shadow: 0px 4px 12px #00000033;
    border-radius: 4px;
    border: none;
}
.dropdown-menu.lang > li > a > span {
    margin-left: 12px;
    vertical-align: middle;
}


.dropdown-menu.profile {
    margin-top: 10px;
    left: -120px;
    box-shadow: 0px 4px 12px #00000033;
    border-radius: 4px;
    border: none;
    min-width: 200px;
}

    .dropdown-menu.profile > li > a {
        padding: 12px 16px
    }

        .dropdown-menu.profile > li > a > div {
            vertical-align: middle;
            display: flex;
        }

            .dropdown-menu.profile > li > a > div > div {
                margin-left: 12px;
                display: inline-block;
                font-size: 14px;
                color: #4B4B4B;
                font-weight: 500;
            }

.blink-me {
    animation: blinker 1s ease-in-out infinite alternate;
}

@keyframes blinker {
    to {
        opacity: 0.4;
    }
}

.holder-document {
    background-color: #F5F5F6;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    max-width: 400px;
    padding: 8px 12px;
    cursor: pointer;
    margin-bottom: 12px;
}

    .holder-document > div > i {
        font-size: 24px;
        margin-top: 10px;
    }

    .holder-document > div:nth-child(2) {
        margin-top: -4px;
    }

    .error-message {
        max-height: 220px;
        overflow-y: auto;
    }

.text-ellipsis {
    text-overflow: ellipsis;
}

.validation-border-invalid {
    border: 1px solid #dc3545 !important;
}

.m-0-auto {
    margin: 0 auto;
}

.btn-fake-upload {
    position: relative;
    margin: 0;
}

    .btn-fake-upload input[type=file] {
        position: absolute;
        top: 0;
        left: -5px;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        width: 240px;
        height: 50px;
        opacity: 0;
        cursor: pointer;
    }

.fail-upload-bg {
    background-color: #ffaaaa;
}

    .fail-upload-bg > td > input,
    .fail-upload-bg > td > select {
        background-color: #ffaaaa;
    }

.success-upload-bg {
    background-color: #a1f1b0;
}

    .success-upload-bg > td > input,
    .success-upload-bg > td > select {
        background-color: #a1f1b0;
    }

.duplicate-upload-bg {
    background-color: #FFF3C6;
}

    .duplicate-upload-bg > td > input,
    .duplicate-upload-bg > td > select {
        background-color: #FFF3C6;
    }


.navbar {
    max-height: 80px !important;
/*    padding-bottom: 0 !important;*/
    width: 100%;
    background-color: var(--navbar-bg-color);
}

    .navbar.public {
        height: 64px !important;
        padding-bottom: 0 !important;
        padding-top: 0 !important;
        width: 100%;
        background-color: var(--navbar-public-bg-color);
    }

    .navbar.public > div:first-child{
        min-height: 40px;
    }




   
.nav-link {
    color: var(--navbar-item-color) !important;
    margin-right: 1rem;
}

    .nav-link.active {
        font-weight: 600;
        color: var(--navbar-item-active-color) !important;
        border-bottom: 4px solid var(--navbar-item-active-border);
        padding: 0.7rem 1rem;
    }


    .nav-link:hover {
        color: var(--navbar-item-color-hover) !important;
    }

   

.navbar-public-logo-title {
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
}


.btn-ax-lineout {
    background-color: transparent;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}

    .btn-ax-lineout:hover {
        background-color: var(--btn-bg-color);
        border: 1px solid;
        border-color: var(--btn-font-color);
        color: white;
    }


.public-nav-item {
    color: var(--navbar-public-item-color) !important;
    flex: 1;
    text-decoration: none; /* Removes underline from links */
    height: 100%; /* Take full height of the container */
    display: flex;
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    flex-wrap: nowrap;
    font-size: 1rem;
}
.public-nav-item-img {
    flex: 1;
    height: 100%; /* Take full height of the container */
    display: flex;
    align-items: center; /* Center text vertically */
    justify-content: center; /* Center text horizontally */
    flex-wrap: nowrap;
    font-size: 1rem;
    justify-content: start;
    align-self: center;
    justify-self: start;
}

.public-nav-item:hover {
    color: var(--navbar-public-item-color-hover) !important;
}

.public-nav-item.btn-outline-primary {
    color: var(--navbar-public-item-color) !important;
    border: 1px solid var(--navbar-public-item-color) !important;
    background-color: transparent;
    border-radius: 6px;
}

    .public-nav-item.btn-outline-primary:hover {
        color: var(--navbar-public-bg-color) !important;
        background-color: var(--navbar-public-item-color-hover) !important;
        border: 1px solid var(--navbar-public-item-color-hover) !important;
    }


.parent {
    transform: scale(1.5);

}
@media(max-width: 768px) {
    .public-nav-item {
        font-size: 0.85rem;
    }
    .public-nav-item.btn-outline-primary{
        transform: scale(0.85);
    }

}

@media(max-width: 680px) {
    .public-nav-item {
        font-size: 0.75rem;
    }
    .public-nav-item-img {
        height: 75%;
        justify-content: start;
        align-self: center;
        justify-self: start;
    }

    .public-nav-item.btn-outline-primary{
        transform: scale(0.75);
    }
}



}



/*.btn-ax-lineout {
    background-color: white;
    color: #FF8034;
    border: 1px solid #FF8034;
}

    .btn-ax-lineout:hover {
        background-color: #FF8034;
        border: 1px solid;
        border-color: #FF8034;
        color: white;
    }*/




.fc-primary {
    color: var(--navbar-item-color) !important;
}

.fc-dark-gray {
    color: #4B4B4B;
}

.fc-dark-grey {
    color: #303030;
}

.fc-gray {
    color: #999999;
}

.fc-light-gray {
    color: #EDEDED !important;
}

.fc-secondary-gray {
    color: #737373;
}

.fc-danger {
    color: #E5352B;
}

.fc-white-2 {
    color: #F6F6F7;
}

.fc-success {
    color: #4CBC6E;
}




.ax-logo {
    max-width: 160px;
}



.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 16px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 0px;
        bottom: -1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: var(--main-color);
}

input:focus + .slider {
    box-shadow: 0 0 1px #FF8034;
}

input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    box-shadow: 0px 0px 2px #00000066;
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.sub-menu-item.active {
    height: 100%;
    border-bottom: 3px solid var(--btn-bg-color);
}

    .sub-menu-item.active > div:nth-child(2) {
        font-weight: bold;
    }



/*textarea:focus,
select:focus,
button:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    border: 2px solid var(--main-color);
}*/

/*select:focus,
button:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    box-shadow: none !important;
    border: 2px solid var(--main-color);
}*/



.icon-action:hover {
    background-color: var(--btn-bg-color);
    border-radius: 50%;
    color: var(--btn-font-color-hover);
    cursor: pointer;
}

.ax-explanation {
    font-size: 0.9rem;
    border: 1px dashed var(--btn-bg-color);
    padding: 8px;
    border-radius: 4px;
    text-align: justify;
}

.ax-explanation:empty {
    display: none;
}

.ax-vertical-middle {
    display: flex;
    margin: auto;
    align-items: center;
    height: 100%;
}

.page-header-admin {
    height: 100px;
    background-color: #FAFAFA;
    border-bottom: 1px solid #CFCFCF;
    margin-top: 4px;
    position: sticky;
    top: -24px;
    z-index: 3;
}

.page-header-admin > div:first-child {
    padding-top: 33px;
    font-size: 32px;
    color: #4B4B4B;
    display: block;
}

.swal2-styled.swal2-confirm {
    background-color: var(--btn-bg-color);
}
.text-counter {
    display: none;
}

.page-title {
    padding-top: 33px;
    font-size: 32px;
    color: #4B4B4B;
}

.page-title.small {
    padding-top: 16px;
    font-size: 32px;
    color: #4B4B4B;
}

.dropdown-toggle.no-chevron:after {
    display: none;
}
.dropdown-toggle.no-chevron {
    padding: .8rem 1rem .5rem 1rem !important;
}



@media only screen and (max-width: 600px) {
    .ax-grid {
        padding-left: 0.5rem;
        padding-right: 0.75rem;
    }

    .mobile-borderless {
        border: none !important;
    }


    .ax-wizard-header {
        text-align: center;
        display: flex;
        overflow: scroll;
    }

        .ax-wizard-header > div {
            margin-right: 0.8rem;
            white-space: nowrap;
            padding-bottom: 1rem;
        }

    .submenu {
        width: 100%;
        overflow: scroll;
        position: relative;
        margin-top: 1rem;
        -ms-overflow-style: none;
        scrollbar-width: none;
        border-bottom: none;
    }
        .submenu::-webkit-scrollbar {
            display: none;
        }


    .sub-menu-item-text {
        white-space: nowrap;
    }

    .page-title {
        padding-top: 12px;
        font-size: 22px;
    }

    .page-header {
        height: 100px;
        margin-top: 4px;
    }

    .navbar-nav {
        background-color: var(--navbar-bg-color);
    }

    .btn-filter {
        white-space: nowrap;
        padding: 0px;
    }

    #table_requests > thead > tr > th {
        top: 76px;
        z-index: 3;
    }

    .nav-link {
        padding: 0;
    }

    .dropdown-toggle:empty::after {
        margin-left: 0px;
    }

    .navbar-collapse {
        margin-left: -16px;
        margin-right: -16px;
    }

    .ax-logo {
        max-width: 110px;
        top: 6px;
    }

    .ax-logo > img {
        max-width: 100%;
    }

    .nav-link.active {
        padding: 0rem 0.3rem;
        border: none;
        border-left: 4px solid var(--navbar-item-active-border);
        padding-left: 16px;
    }

    .sub-menu-item {
        padding-bottom: 13px;
    }

    .btn-filter.btn-radio {
        padding-bottom: 13px !important;
    }

    .btn-radio-filter {
        padding-bottom: 13px !important;
    }
}






@media (min-width: 576px) {
    .mt-sm-6 {
        margin-top: 5rem !important;
    }

    .mt-sm-7 {
        margin-top: 6rem !important;
    }

}


    .ax-floating-btn {
        right: 22px;
        bottom: 22px;
        z-index: 3
    }

        .ax-floating-btn > button {
            position: fixed;
            width: 60px;
            height: 60px;
            border-radius: 50% !important;
            text-align: center;
            box-shadow: 2px 2px 3px #999;
            padding: 18px;
        }

            .ax-floating-btn > button > i {
                margin-top: 22px;
            }

        .ax-floating-btn > .btn.btn-primary.show > i::before {
            content: "\ea02";
        }

.navbar-toggler {
    border: 1px solid var(--navbar-item-color) !important;
}

.page-overlay {
    z-index: 3000;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.60);
    position: fixed !important;
    margin-top: -100px;
}

.page-overlay-darker {
    background-color: rgba(0, 0, 0, 0.80);
}

.daterangepicker:after,
.daterangepicker:before {
    display: none !important;
}

.font-color-main {
    color: var(--main-color);
}


.footer-link {
    color: #4B4B4B;
    text-decoration: none;
}


.footer {
    display: flex;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0px 0px 24px 0px;
    background-color: white;
}

    .footer > div:first-child {
        max-width: 1160px;
    }

@media screen and (max-width: 500px) {
    .footer > div > div:last-child {
        flex-direction: column;
    }


        .footer > div > div:last-child > div:last-child {
            order: -1;
            flex-grow: 1;
            padding-bottom: 24px;
        }

        .footer > div > div:last-child > div:first-child {
            order: 0;
        }
}


.responsive-public-navbar-image {
    min-width: 110px;
}

/* This applies when the screen width is at least Bootstrap's 'md' size (768px) */
@media (min-width: 768px) {
    .responsive-public-navbar-image {
       width: 147px;
    }
}


