/* Minification failed. Returning unminified contents.
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(86,12): run-time error CSS1031: Expected selector, found '<'
(86,12): run-time error CSS1025: Expected comma or open brace, found '<'
(99,25): run-time error CSS1046: Expect comma, found '255'
(99,32): run-time error CSS1046: Expect comma, found ')'
(152,17): run-time error CSS1039: Token not allowed after unary operator: '-bs-dark-rgb'
(155,35): run-time error CSS1039: Token not allowed after unary operator: '-bs-nav-pills-link-active-bg'
(173,37): run-time error CSS1039: Token not allowed after unary operator: '-bs-success-rgb'
(173,60): run-time error CSS1039: Token not allowed after unary operator: '-bs-bg-opacity'
(177,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(178,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(179,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(180,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(181,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(182,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(183,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(184,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(185,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(186,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(187,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(188,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(189,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(190,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(194,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(195,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(196,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(197,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(198,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(199,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(200,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(201,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(202,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(203,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(204,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(205,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(206,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(207,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/******************************************/
:root {
    --bs-primary-rgb: 3, 30, 142;
    --bs-success-rgb: 72, 204, 136;
    --bs-secondary-color: rgb(144 157 156);
    --bs-font-sans-serif: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/******************************************/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px white;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #808080;
    border-radius: 10px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
/******************************************/
.blink {
    animation-name: blink;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}

@-moz-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}

@keyframes blink {
    0% {
        opacity: 1.0;
    }

    50% {
        opacity: 0.0;
    }

    100% {
        opacity: 1.0;
    }
}


/******************************************/
.open-sans-<uniquifier > {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

/*************************/
.preloader {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255);
    width: 100%;
    height: 100%;
    z-index: 9999;
}

    .preloader > div {
        position: absolute;
        left: 50%;
        top: 50%;
        color: #fff;
        margin-left: -45px;
        margin-top: -15px;
        padding: 10px;
        z-index: 10000;
        text-shadow: 0px 1px 2px #000;
    }
/******************************************/
.dropdown-toggle-none::after {
    display: none;
}
/******************************************/
.figure {
    position: relative;
}

    .figure:before {
        content: "";
        position: absolute;
        top: 0rem;
        right: 0rem;
        width: 50rem;
        height: 30rem;
        background-image: url(images/gallery/figure1.svg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }

    .figure:after {
        content: "";
        position: absolute;
        bottom: 0rem;
        left: -3rem;
        width: 50rem;
        height: 35rem;
        background-image: url(images/gallery/figure2.svg);
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
    }
/******************************************/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-dark-rgb);
    font-weight: bold;
    background-color: transparent;
    border-bottom: 3px solid var(--bs-nav-pills-link-active-bg);
    border-radius: 0;
}
/******************************************/

.step-active {
    position: relative;
}

    .step-active:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -4px;
        right: -40px;
        width: 8px;
        height: 8px;
        border-radius: 90%;
        background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
    }
/******************************************/
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #48cc88;
    --bs-btn-border-color: #48cc88;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #48cc88;
    --bs-btn-hover-border-color: #48cc88;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #48cc88;
    --bs-btn-active-border-color: #48cc88;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #48cc88;
    --bs-btn-disabled-border-color: #48cc88;
}

.btn-outline-success {
    --bs-btn-color: #48cc88;
    --bs-btn-border-color: #48cc88;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #48cc88;
    --bs-btn-hover-border-color: #48cc88;
    --bs-btn-focus-shadow-rgb: 25, 135, 84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #48cc88;
    --bs-btn-active-border-color: #48cc88;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #48cc88;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #48cc88;
    --bs-gradient: none;
}
/******************************************/


.bd-links {
    display: block !important;
    height: 100%;
    padding-left: 0.25rem;
    margin-left: -0.25rem;
    overflow-y: auto;
    font-weight: 600;
}

    .bd-links ul li ul {
        margin-left: 0.5rem;
    }

    .bd-links a {
        margin-bottom: 0.5rem;
        color: rgba(0,0,0,0.65);
        text-decoration: none;
    }

    .bd-links .btn {
        font-size: .85rem;
        padding: 0.25rem 0.5rem;
        font-weight: 600;
        color: rgba(0,0,0,0.65);
        background-color: transparent;
        border: 0;
    }

        .bd-links .btn:focus {
            text-decoration: none !important;
            border: none !important;
            box-shadow: none !important;
        }

        .bd-links .btn:before {
            width: 1.25em;
            line-height: 0;
            content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
            transform: rotate(90deg);
            transition: transform 0.35s ease;
            transform-origin: 0.5em 50%;
        }

        .bd-links .btn[aria-expanded="true"] {
            color: rgba(0,0,0,0.85);
        }

            .bd-links .btn[aria-expanded="true"]::before {
                transform: rotate(-90deg);
            }

    .bd-links a.active {
        position: relative;
        color: #2b2b2b;
        font-weight: 500;
    }

        .bd-links a.active:after {
            content: "";
            position: absolute;
            top: 0;
            left: -20px;
            background-color: #156efd;
            width: 10px;
            height: 100%;
        }

/******************************************/
.table-divider {
    position: relative;
}

    .table-divider:before {
        position: absolute;
        content: "";
        width: 1px;
        height: 26px;
        background: #c9c9c9;
        top: 50%;
        margin-top: -13px;
        left: 50%;
        margin-left: -1.5px;
        transform: rotate(37deg);
    }

/******************************************/

.subtitle {
    display: block;
    text-align: center;
    margin: .5rem 0;
}

    .subtitle span {
        font-size: .7rem;
        line-height: 1;
        text-align: center;
        padding: 0 20px;
        position: relative;
        text-transform: uppercase;
        font-weight: bold;
        z-index: 2;
    }

    .subtitle div {
        position: relative;
        text-align: center;
        margin: 0;
    }

        .subtitle div:before {
            content: "";
            display: block;
            border-top: solid 1px #eef0f2;
            width: 100%;
            position: absolute;
            top: 13px;
            z-index: 1;
        }
/******************************************/

@media only screen and (max-width: 767px) {
    .figure:before {
        display: none;
    }

    .figure:after {
        display: none;
    }
}



/******************************************/
.file-drop-area {
    position: relative;
    /*display: flex;*/
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border: 1px dashed #aaa;
    border-radius: 3px;
    transition: 0.2s;
    color: #aaa;
}

.choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    font-size: 12px;
    text-transform: uppercase;
}

.file-message {
    font-size: large;
    font-weight: 600;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
}




/* Web */
.th-control {
    width: 45px;
}
/* Web */
/* Validation */
.input-validation-error {
    box-shadow: 0 0 5px #fe4640 !important;
    border: 1px solid #fe4640 !important;
}
/* Validation */
/* Loader */
.loader-container {
    background: rgba(255, 255, 255, 0.3);
    color: rgb(51, 51, 51);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    z-index: 100041;
    overflow: hidden;
    outline: 0px;
    display: none;
}
.loader-backdrop {
    z-index: 100041;
    background-color: #303030;
    filter: alpha(opacity=30);
    opacity: 0.30;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    height: 100%;
}
.loader-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -45px;
    margin-top: -15px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    z-index: 100041;
    font-size: 14px;
}
/* Loader */
/* JQueryUI Autocomplete */
.ui-autocomplete {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 250px;
}
.ui-widget-content {
    border-radius: 8px;
    padding: 8px 0;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}
.ui-menu-item-wrapper {
    border-bottom: 1px solid #e7e7e7;
}
.ui-state-active {
    border-bottom: 1px solid rgba(0,0,0,0.075) !important;
    background-color: rgba(0,0,0,0.075) !important;
}
.ui-menu-item-header {
}
.ui-menu-item-detail {
    font-size: 75%;
    font-weight: bold;
}
/* JQueryUI Autocomplete */
/* EmptyContainer*/
.empty-container {
    background-color: rgba(0, 0, 0, 0.05);
}
.empty-content {
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.4);
    font-weight: bold;
    text-align: center;
    padding: 1em 0 !important;
    font-size: .9em;
}
/* EmptyContainer */
/* Custom Pager */
.pager-container {
   /* border-top: 1px solid #D8D8D8;*/
   /* padding: 10px 0;*/
}
.pager-caption {
    font-weight: bold;
    color: #6c757d;
    margin: 0;
}
.pager-container .pager-controls {
    float: right;
    padding: 2px 15px;
    border: 1px solid #D8D8D8;
    border-radius: 50px;
}
.pager-controls p, .pager-controls select {
    float: left;
}
.pager-controls p {
    line-height: 30px;
    margin: 0 12px;
}
.pager-controls select {
    width: auto;
}
/* Custom Pager */
/* Calendar Control */
.calendar-control {
    position: relative;
    width:100%
}
.calendar-control input[type=text] {
    padding-left: 36px;
}
.calendar-control input[type=text][readonly] {
    background-color: inherit;
    cursor: default;
}
.calendar-control .icon-calendar, .calendar-control .icon-clear {
    position: absolute;
    top: 0;
    margin: 8px 0;
    width: 32px;
    text-align: center;
}
.calendar-control .icon-calendar {
    left: 0;
    border-right: 1px solid #ccc;
}
.calendar-control .icon-clear {
    right: 0;
    border-left: 1px solid #ccc;
    cursor: pointer;
    color: #7F7F7F;
}
.calendar-control .icon-clear:hover {
    color: #000;
}
/* Calendar Control */
/* PNotify */
.ui-pnotify {
    word-break: break-word;
}
ul.pnotify-errors {
    padding-left: 1.5em;
    margin-bottom: 0;
}
ul.pnotify-errors li {
    list-style: none;
}
ul.pnotify-errors li:not(:last-child) {
    margin-bottom: 0.5em;
}
.ui-pnotify-icon span {
    line-height: 1.5;
}
/* PNotify */


/* Multiselect */
.vscomp-toggle-button {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
    width: 100%;
    line-height: 1.5;
    color: #495160;
    background-color: #fff;
    border: 1px solid #ced4da;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.vscomp-wrapper {
    font-family: inherit !important;
    font-size: inherit !important;
    padding: 0 !important;
}

.vscomp-option.focused {
    background-color: #0b4bb4 !important;
    color: white !important;
}

.vscomp-option.selected {
    /* background-color: #346ab9 !important;
    color: white !important;*/
}

.vscomp-wrapper:not(.has-value) .vscomp-value {
    opacity: 1;
    font-family: inherit !important;
}

.vscomp-wrapper.focused .vscomp-toggle-button, .vscomp-wrapper:focus .vscomp-toggle-button {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.0),0 3px 1px -2px rgba(0,0,0,.0),0 1px 5px 0 rgba(0,0,0,.0);
}

.vscomp-option-text {
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    width: 100%;
    font-size: 0.875rem !important;
    font-family: inherit !important;
}

.vscomp-search-input {
    background-color: rgba(0,0,0,0);
    border: 0;
    color: inherit;
    padding: 10px 0;
    width: calc(100% - 30px);
    font-size: 0.875rem !important;
    font-family: inherit !important;
}
/* Multiselect */
