.ios,
.ios * {
    cursor: pointer;
}

.header-text-bg-primary>.modal-dialog>.modal-content>.modal-header {
    color: #fff !important;
    /* background-color: RGBA(13, 110, 253, var(--bs-bg-opacity, 1)) !important; */
    background-color: #0036C5;
}

@media screen {
    *,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        /* font-family: 'Roboto', sans-serif; */
        /* font-family: 'ZCOOL KuaiLe', cursive; */
        /* font-family: 'Comfortaa', cursive; */
        /* font-family: 'Didact Gothic', sans-serif; */
        /* font-family: 'Hind Vadodara', sans-serif; */
        /* font-family: 'Montserrat', sans-serif; */
        font-family: 'Gilroy';
        /* font-family: 'Kumbh Sans', sans-serif; */
    }
}

.file-zoom-dialog.modal {
    display: none;
}

/* BOOTBOX */

.bootbox.modal {
    display: flex;
    align-items: center;
}

.bootbox .modal-header {
    display: block;
}

body.page-scroll-hide {
    overflow: hidden !important;
}

/* .modal-xl {
    width: 1200px !important;
} */

.modal-form-button {
    display: none;
}

.bg-gray {
    background-color: #dddddd;
}

.bg-clear {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 5px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.bg-dark-clear {
    background-color: rgba(20, 20, 20, 0.2);
    padding: 5px;
    border: 1px solid rgba(20, 20, 20, 0.2);
    border-radius: 3px;
}

div.section-divider {
    border-bottom: 1px solid #ddd;
    width: 100%
}

.btn-custom {
    --bs-btn-color: white;
    --bs-btn-bg: #0036C5;
    --bs-btn-border-color: #0036C5;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #0036C5;
    --bs-btn-hover-border-color: #0036C5;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #0036C5;
    --bs-btn-active-border-color: #0036C5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #0036C5;
    --bs-btn-disabled-border-color: #0036C5;
}

.btn-primary {
    --bs-btn-color: white;
    --bs-btn-bg: #0036C5;
    --bs-btn-border-color: #0036C5;
    --bs-btn-hover-color: white;
    --bs-btn-hover-bg: #0036C5;
    --bs-btn-hover-border-color: #0036C5;
    --bs-btn-focus-shadow-rgb: 11, 172, 204;
    --bs-btn-active-color: white;
    --bs-btn-active-bg: #0036C5;
    --bs-btn-active-border-color: #0036C5;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: white;
    --bs-btn-disabled-bg: #0036C5;
    --bs-btn-disabled-border-color: #0036C5;
}

.btn-secondary {
    background: #D9D9D9;
    color: #525256;
    border: none;
}

.btn-secondary-inverse {
    background: #525256;
    color: #D9D9D9;
    border: none;
}

.btn-icon {
    margin-right: 10px;
}

.btn-right {
    position: absolute;
    right: 25px;
    margin: -10px;
}

.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: #ced4da;
}

.btn-check:checked+.btn,
:not(.btn-check)+.btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: #ced4da;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 13px 15px;
    font-size: 18px;
    line-height: 1.33;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 18px;
    font-size: 24px;
    line-height: 1.33;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -o-border-radius: 35px;
    border-radius: 35px;
}

.toolbar {
    position: fixed;
    right: 35px;
    z-index: 99;
}

.pop-alert .alert {
    position: fixed;
    width: 400px;
    min-width: 447px;
    left: 50%;
    margin-left: -200px;
    bottom: -20px;
    z-index: 9999;
    opacity: 0;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    -webkit-transition: .8s;
    transition: .3s;
}

.alert-primary-light {
    --bs-alert-color: black;
    --bs-alert-bg: #F5F8FF;
    --bs-alert-border-color: #F5F8FF;
}

.wrap>.container-fluid {
    margin-top: 80px;
}

/* * CUSTOM BREADCRUMBS * */

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #A3ABB2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.breadcrumb-arrow li:first-child a {
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px
}

.breadcrumb-arrow li,
.breadcrumb-arrow li a,
.breadcrumb-arrow li span {
    display: inline-block;
    vertical-align: top
}

.breadcrumb-arrow li:not(:first-child) {
    margin-left: -5px
}

.breadcrumb-arrow li+li:before {
    padding: 0;
    content: ""
}

.breadcrumb-arrow li span {
    padding: 0 10px
}

.breadcrumb-arrow li a,
.breadcrumb-arrow li:not(:first-child) span {
    height: 36px;
    padding: 0 10px 0 25px;
    line-height: 36px
}

.breadcrumb-arrow li:first-child a {
    padding: 0 10px
}

.breadcrumb-arrow li a {
    position: relative;
    color: #fff;
    text-decoration: none;
    background-color: #406ADA;
    border: 1px solid #406ADA;
}

.breadcrumb-arrow li:first-child a {
    padding-left: 10px
}

.breadcrumb-arrow li a:after,
.breadcrumb-arrow li a:before {
    position: absolute;
    top: -1px;
    width: 10PX;
    height: 0;
    content: '';
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent
}

.breadcrumb-arrow li a:before {
    right: -10px;
    z-index: 3;
    border-left-color: #406ADA;
    border-left-style: solid;
    border-left-width: 11px
}

.breadcrumb-arrow li:first-child a {
    background-color: #0036C5;
    z-index: 4;
}

.breadcrumb-arrow li:first-child a:after,
.breadcrumb-arrow li:first-child a:before {
    border-left-color: #0036C5;
}

.breadcrumb-arrow li a:after {
    right: -11px;
    z-index: 2;
    border-left: 11px solid #406ADA
}

.breadcrumb-arrow li a:focus,
.breadcrumb-arrow li a:hover {
    background-color: #DFE8FD;
    border: 1px solid #DFE8FD
}

.breadcrumb-arrow li a:focus:before,
.breadcrumb-arrow li a:hover:before {
    border-left-color: #DFE8FD
}

.breadcrumb-arrow li a:active {
    background-color: #406ADA;
    border: 1px solid #406ADA
}

.breadcrumb-arrow li a:active:after,
.breadcrumb-arrow li a:active:before {
    border-left-color: #406ADA
}

.breadcrumb-arrow li span {
    color: white;
}

@media (max-width: 480px) {
    .breadcrumb-arrow {
        font-size: 8pt;
        height: 30px;
    }
    .breadcrumb-arrow li a,
    .breadcrumb-arrow li:not(:first-child) span {
        height: 30px;
        padding: 0 10px 0 25px;
        line-height: 30px;
    }
    .breadcrumb-arrow li a:before {
        right: -10px;
        z-index: 3;
        border-left-color: #406ADA;
        border-left-style: solid;
        border-left-width: 11px;
    }
    .breadcrumb-arrow li a:after,
    .breadcrumb-arrow li a:before {
        position: absolute;
        top: -1px;
        width: 10PX;
        height: 0;
        content: '';
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
    }
}

/** NAVBAR **/

.navbar {
    padding: 0px;
}

.navbar-nav {
    margin: 10.25px 0px;
}

.navbar-nav>li>a {
    font-weight: bold;
    text-transform: uppercase;
}

.navbar-custom {
    background: white;
    border-color: white;
    color: #0036C5;
}

.dropdown-menu.show {
    background-color: #DFE8FD;
    border: 1px;
    border-radius: 4px;
    color: #0036C5;
}

.dropdown-menu.show a {
    color: #0036C5;
}

.dropdown-item.active,
.dropdown-item:active {
    color: white !important;
    text-decoration: none;
    background-color: #0036C5;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 23px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 23px;
    }
    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav>li {
        float: left;
    }
    .navbar-nav>li>a {
        padding-top: 20.5px;
        padding-bottom: 20.5px;
    }
}

.navbar-form {
    padding: 10px 15px;
    margin-right: -15px;
    margin-left: -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 13.5px;
    margin-bottom: 13.5px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group>.form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        margin-right: 0;
        margin-left: 0;
        border: 0;
        box-shadow: none;
    }
}

/**
 * TABS LEFT
 */

.tabs-left>.nav-tabs {
    border: 1px solid #eee;
    padding: 5px;
    background-color: #fff;
}

.tabs-left .tab-content {
    display: grid;
    padding: 19px !important;
    padding-top: 0 !important;
}

.tabs-left .tab-content>.tab-pane,
.tabs-left .pill-content>.pill-pane {
    display: none;
}

.tabs-left .tab-content>.active,
.tabs-left .pill-content>.active {
    display: block;
}

.tabs-left>.nav-tabs>li {
    float: none;
}

.tabs-left>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.tabs-left>.nav-tabs {
    float: left;
}

.tabs-left>.nav-tabs>li>a {
    margin-right: -1px;
}

.tabs-left>.nav-tabs>li>a:hover,
.tabs-left>.nav-tabs>li>a:focus {
    border-color: #fff #fff #fff #fff;
}

.tabs-left>.nav-tabs .active>a,
.tabs-left>.nav-tabs .active>a:hover,
.tabs-left>.nav-tabs .active>a:focus {
    border-color: #ddd transparent #ddd #ddd;
    border-right-color: #ffffff;
}

.navbar-brand {
    float: left;
    height: 64px;
    padding: 20.5px 15px;
    font-size: 17px;
    font-weight: bold;
    line-height: 23px;
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand>img {
    display: block;
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

/* table.table * {
    font-size: 1.5rem;
} */

/* form.main-form input.form-control {
    text-transform: uppercase;
} */

nav .dropdown-header {
    font-weight: bold;
}

.control-label {
    font-weight: bold;
}

.select2-container--krajee .select2-selection--single,
.select2-container--krajee .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 42px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__choice {
    padding: 6px;
}

.select2-container--krajee .select2-selection--multiple .select2-selection__clear {
    top: 1rem;
}

.select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--krajee .select2-selection {
    border-radius: 0;
}

.select2-container--krajee .select2-selection--single {
    line-height: 2;
}

.nav li>form>button.logout {
    padding-top: 22px;
}

.hr {
    border-top: 1px solid #ddd;
}

.bold {
    font-weight: bold !important;
    text-transform: uppercase;
}

li.dropdown-divider {
    border-top: 1px solid #ddd;
    margin: 10px;
}

.action-btn-dropdown {
    left: auto;
    right: 0;
}

.shadow-sm {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.wizard-menu {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
}

.wizard-menu,
.wizard-menu li,
.wizard-menu li a {
    min-height: 70px;
}

.wizard-menu li a {
    line-height: 50px;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    white-space: nowrap;
}

.form-group.btn-group {
    padding-left: 15px;
}

.table .form-control {
    height: 31px;
    padding: 5px 18px;
}

.table .input-group-addon {
    padding: 5px;
}

.table .dropdown-toggle .caret {
    display: none;
}

.tab-content {
    padding: 0 !important;
}

.btn-search {
    position: absolute;
    right: 0;
    top: 0;
}

.card.card-tab {
    border-top: 0;
}

.select2-container--krajee .select2-selection__clear {
    top: 0rem;
}

/* body {
    overflow: hidden;
} */

.loader {
    height: 6px;
    width: 100%;
    position: fixed;
    z-index: 101;
    overflow: hidden;
    background-color: #ddd;
}

.loader:before {
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 6px;
    background: rgba(66, 186, 146, 0.5);
    background: -moz-linear-gradient(39deg, #1e7145 0%, #1e7145 38%, #1e7145 100%);
    background: -webkit-linear-gradient(39deg, #1e7145 0%, #1e7145 38%, #1e7145 100%);
    background: linear-gradient(39deg, #1e7145 0%, #1e7145 38%, #1e7145 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dddddd", endColorstr="#008aff", GradientType=1);
    border-color: #1e7145;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {
        left: -200px;
        width: 30%;
    }
    50% {
        width: 30%;
    }
    70% {
        width: 70%;
    }
    80% {
        left: 50%;
    }
    95% {
        left: 120%;
    }
    to {
        left: 100%;
    }
}

/* .load-bar {
    position: absolute;
    margin-top: -16px;
    z-index: 101;
    width: 100%;
    height: 6px;
    background-color: #fdba2c;
}
.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}
.bar:nth-child(1) {
    background-color: #da4733;
    animation: loading 3s linear infinite;
}
.bar:nth-child(2) {
    background-color: #3b78e7;
    animation: loading 3s linear 1s infinite;
}
.bar:nth-child(3) {
    background-color: #fdba2c;
    animation: loading 3s linear 2s infinite;
}
@keyframes loading {
    from {left: 50%; width: 0;z-index:100;}
    33.3333% {left: 0; width: 100%;z-index: 10;}
    to {left: 0; width: 100%;}
} */

.before-load-mask {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    min-height: 100%;
    background-color: #fff;
    opacity: 0.8;
}

.before-load-mask div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**
 * ANIMATE
 */

.slide-out-right {
    -webkit-animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-right 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.puff-out-center {
    -webkit-animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
    animation: puff-out-center 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) both;
}

.slide-out-left {
    -webkit-animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
    animation: slide-out-left 0.5s cubic-bezier(0.550, 0.085, 0.680, 0.530) both;
}

.slide-top {
    -webkit-animation: slide-top 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
    animation: slide-top 0.35s cubic-bezier(0.250, 0.460, 0.450, 0.940) forwards;
}

.slide-out-blurred-bottom {
    -webkit-animation: slide-out-blurred-bottom 0.35s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
    animation: slide-out-blurred-bottom 0.35s cubic-bezier(0.755, 0.050, 0.855, 0.060) both;
}

.slide-in-fwd-center {
    -webkit-animation: slide-in-fwd-center 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-fwd-center 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.3s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.scale-out-center {
    -webkit-animation: scale-out-center 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
    animation: scale-out-center 0.3s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

.color-change-2x {
    -webkit-animation: color-change-2x 2s linear infinite alternate both;
    animation: color-change-2x 2s linear infinite alternate both;
}

/**
 * ----------------------------------------
 * animation slide-out-right
 * ----------------------------------------
 */

@-webkit-keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}

@keyframes slide-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(1000px);
        transform: translateX(1000px);
        opacity: 0;
    }
}

/**
 * ----------------------------------------
 * animation puff-out-center
 * ----------------------------------------
 */

/* ----------------------------------------------
 * Generated by Animista on 2021-2-24 11:17:58
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes puff-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }
}

@keyframes puff-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        -webkit-filter: blur(2px);
        filter: blur(2px);
        opacity: 0;
    }
}

/**
 * ----------------------------------------
 * animation slide-out-left
 * ----------------------------------------
 */

@-webkit-keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}

@keyframes slide-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }
}

/**
 * ----------------------------------------
 * animation color-change-2x
 * ----------------------------------------
 */

@-webkit-keyframes color-change-2x {
    0% {
        background: #19dcea;
    }
    100% {
        background: #b22cff;
    }
}

@keyframes color-change-2x {
    0% {
        background: #19dcea;
    }
    100% {
        background: #b22cff;
    }
}

/**
 * ----------------------------------------
 * animation slide-out-blurred-bottom
 * ----------------------------------------
 */

@-webkit-keyframes slide-out-blurred-bottom {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
        transform: translateY(1000px) scaleY(2) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}

@keyframes slide-out-blurred-bottom {
    0% {
        -webkit-transform: translateY(0) scaleY(1) scaleX(1);
        transform: translateY(0) scaleY(1) scaleX(1);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateY(1000px) scaleY(2) scaleX(0.2);
        transform: translateY(1000px) scaleY(2) scaleX(0.2);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        -webkit-filter: blur(40px);
        filter: blur(40px);
        opacity: 0;
    }
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}

@keyframes scale-out-center {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }
}

/* .close{
  color:black;
} */

/* .wee{
  position: relative;
  left:60px;
  font-size: 11px;
  border-bottom-right-radius: 50px;
  border-top-right-radius: 50px;
  border: 1px solid black;
  margin-left:0px;
  font-weight: bold ;
} */

.remarks-popover {
    text-decoration: none;
    cursor: pointer;
    color: black;
}

.remarks-popover:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #b5bbbf;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.input-group-addon {
    border-color: #ced4da;
    color: #b5bbbf;
}

.is-valid+.input-group-addon {
    color: #198754;
    border-color: #198754;
    background-color: white;
}

.is-invalid+.input-group-addon {
    color: #ff0039;
    border-color: #ff0039;
    background-color: white;
}

.input-group-addon.login-group#show-password {
    padding: 10px 18px;
    font-size: 15px;
    font-weight: normal;
    line-height: 1;
    color: #999999;
    text-align: center;
    background-color: #ebebeb;
    border: none;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: pointer;
}

.has-success .input-group-addon#show-password {
    color: #3fb618;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #3fb618;
}

.has-error .input-group-addon#show-password {
    color: #ff0039;
    border-top: 1px solid;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #ff0039;
}

.card {
    border-radius: 10px;
}

.card-primary {
    border-color: #0036C5;
}

.card-primary-secondary {
    border-color: #DFE8FD;
}

.text-primary {
    color: #0036C5 !important;
}

/* .card-header:first-child {
  border-radius: 20px 20px 0 0;
} */

.text-bg-primary-secondary {
    color: #0036C5 !important;
    background-color: #DFE8FD !important;
}

.card-header {
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
    margin-bottom: 0;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-bottom: none;
}

.nav-item {
    padding-left: 10px;
    padding-right: 10px;
}

.dropdown-item.active,
.dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #0036C5;
}

/* NAV PILLS */

.nav-pills .nav-item {
    padding: 0px
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #0036C5;
    background-color: #DFE8FD;
    height: 100%;
}

.nav-pills .nav-link {
    border-radius: 0.0rem;
    color: #0036C5;
}

.navbar-nav>.nav-item>.nav-link {
    color: #0036C5;
}

#create-application-tabs .nav-item a p {
    color: black;
}

.nav-pills .nav-link.active a p {
    color: #0036C5;
}

@media (max-width: 400px) {
    #create-application-tabs .nav-item {
        font-size: 8pt;
        text-align: center;
    }
}

/* select2 */

.select2-container--bootstrap .select2-selection--multiple {
    min-height: 43px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 43px;
    line-height: 2;
}

.select2-search__field {
    width: 100% !important;
}

.green-bg {
    background-color: #0036C5;
    color: white;
}

.green-bg>.btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.card-custom {
    border-radius: 20px;
    padding: 20px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #999999;
}

input[type=text]:read-only {
    background-color: rgb(232, 232, 232);
    cursor: not-allowed;
    pointer-events: none;
}

input:read-only[type=text]:focus {
    background-color: rgb(232, 232, 232);
}

.form-label {
    font-weight: bold;
}

@media (max-width: 400px) {
    .form-label {
        font-size: 10pt;
        margin-bottom: 0;
    }
}

.flex-column>label {
    font-weight: bold;
}

.select2-selection__clear {
    padding-right: 5px;
}

li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    /*Altered two below to make word wrap work */
    word-wrap: normal !important;
    white-space: normal;
}

ul.select2-selection__rendered {
    padding-right: 12px !important;
}

li.select2-selection__choice {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.select2-selection__rendered {
    padding-right: 12px !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    text-overflow: clip;
}

.select2-container--krajee-bs5 .select2-selection--multiple .select2-selection__choice {
    display: flex;
}

.sortable li {
    border-left: 5px solid #0036C5;
}

@media (max-width: 480px) {
    h1 {
        font-size: 22pt;
    }
    h2 {
        font-size: 18pt;
    }
    h3 {
        font-size: 15pt;
    }
    h4 {
        font-size: 12pt;
    }
    h5 {
        font-size: 10pt;
    }
    h6 {
        font-size: 8pt;
    }
    p {
        font-size: 8pt;
    }
}