@font-face {
    font-family: Aeonik;
    src: url(/static/fonts/Aeonik-Regular.ttf) format("truetype")
}

@font-face {
    font-family: Aeonik-Bold;
    src: url(/static/fonts/Aeonik-Bold.ttf) format("truetype")
}

@-webkit-keyframes stickySlideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 99;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        z-index: 99;
    }
}

@keyframes stickySlideDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        z-index: 99;
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        z-index: 99;
    }
}

/*-- Variables --*/
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #9d9d9d;
    --bs-gray-dark: #262626;
    --bs-gray-50: #f5f5f5;
    --bs-gray-100: #e9e9e9;
    --bs-gray-200: #d9d9d9;
    --bs-gray-300: #c4c4c4;
    --bs-gray-400: #9d9d9d;
    --bs-gray-500: #7b7b7b;
    --bs-gray-600: #555;
    --bs-gray-700: #434343;
    --bs-gray-800: #262626;
    --bs-gray-900: #000;
    --bs-primary: #0E79FD;
    --bs-primary-50: #e3f3ff;
    --bs-primary-100: #bbe1ff;
    --bs-primary-200: #8dcfff;
    --bs-primary-300: #57bcff;
    --bs-primary-400: #23acff;
    --bs-primary-500: #009cff;
    --bs-primary-600: #008dff;
    --bs-primary-700: #0e79fd;
    --bs-primary-800: #1a67ea;
    --bs-primary-900: #154CA9;
    --bs-primary-border: #91CEFF;
    --bs-secondary: #154ca9;
    --bs-secondary-50: #eee7fa;
    --bs-secondary-100: #d2c5f3;
    --bs-secondary-200: #b49fec;
    --bs-secondary-300: #9477e5;
    --bs-secondary-400: #7b59df;
    --bs-secondary-500: #603cd5;
    --bs-secondary-600: #5537ce;
    --bs-secondary-700: #45fc5;
    --bs-secondary-800: #342abd;
    --bs-secondary-900: #0f1eae;
    --bs-success: #00a750;
    --bs-success-50: #e4f9ed;
    --bs-success-100: #bef0d2;
    --bs-success-200: #92e6b5;
    --bs-success-300: #59dd97;
    --bs-success-400: #00d47e;
    --bs-success-500: #00ca69;
    --bs-success-600: #00ba5e;
    --bs-success-700: #00a750;
    --bs-success-800: #009545;
    --bs-success-800: #007430;
    --bs-info: #20cae1;
    --bs-info-100: #E5F9F8;
    --bs-info-200: #CCF4F0;
    --bs-info-300: #99E9E2;
    --bs-info-400: #66DED3;
    --bs-info-500: #33D3C4;
    --bs-info-600: #00C8B5;
    --bs-info-700: #009688;
    --bs-info-800: #00322D;
    --bs-warning: #f39725;
    --bs-warning-50: #fef6e2;
    --bs-warning-100: #fde8b5;
    --bs-warning-200: #fbd987;
    --bs-warning-300: #f9cc5a;
    --bs-warning-400: #f7c03d;
    --bs-warning-500: #f6b62b;
    --bs-warning-600: #f5a927;
    --bs-warning-700: #f39725;
    --bs-warning-800: #f28723;
    --bs-warning-900: #f0691e;
    --bs-danger: #ca004f;
    --bs-danger-50: #fee3ea;
    --bs-danger-100: #fdb9cb;
    --bs-danger-200: #fb8ba9;
    --bs-danger-300: #f95a87;
    --bs-danger-400: #f5316d;
    --bs-danger-500: #f00054;
    --bs-danger-600: #e00052;
    --bs-danger-700: #ca004f;
    --bs-danger-800: #b6004c;
    --bs-danger-900: #910047;
    --bs-light: #eeeeee;
    --bs-dark: #424242;
    --bs-primary-rgb: 0, 26, 174;
    --bs-secondary-rgb: 24, 100, 243;
    --bs-success-rgb: 144, 204, 52;
    --bs-info-rgb: 32, 202, 225;
    --bs-warning-rgb: 253, 216, 53;
    --bs-danger-rgb: 229, 57, 53;
    --bs-light-rgb: 245, 245, 245;
    --bs-dark-rgb: 66, 66, 66;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-gray-rgb: 97, 97, 97;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: 'Aeonik', sans-serif;
    --bs-font-heading: 'Aeonik-Bold', sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-heading-font-family: var(--bs-font-heading);
    --bs-body-font-size: 14px;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #444;
    --bs-body-bg: var(--bs-gray-100);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #444;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: var(--bs-primary);
    --bs-link-hover-color: var(--bs-primary-700);
    --bs-code-color: #d63384;
    --bs-highlight-bg: var(--bs-light);
    --bs-shadow: 0 3px 28px 0px rgba(0, 0, 0, .15);
    --bs-shadow-sm: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-shadow-lg: 6px 12px 60px rgba(0, 0, 0, .20);
    --bs-shadow-form-control: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.25);
    --bs-transition-base: all .2s ease-in-out;
    --bs-recently-viewed-item-paddin-y: 0;
    --bs-recently-viewed-item-paddin-x: 1rem;
    --bs-width-menu: 250px;
    --bs-space: 1rem;
    --bs-padding-input-x: .75rem;
    --bs-padding-input-search-x: calc(.75rem * 2);
    --bs-padding-input-y: .375rem;
    --color_text: var(--bs-black);
}

/*-- Normalize --*/
body {
    font-family: var(--bs-font-sans-serif) !important;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
}

/*-- Headers --*/
h1, h2, h3, h4, h5, h6 {
    font-family: var(--bs-font-heading);
    font-weight: 700;
}

/*-- Link --*/
a {
    color: var(--bs-body-color);
}

a:hover {
    color: var(--bs-primary);
}

/*-- Buttons --*/
.btn-primary {
    --bs-btn-color: var(--bs-white);
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: var(--bs-white);
    --bs-btn-hover-bg: var(--bs-primary-900);
    --bs-btn-hover-border-color: var(--bs-primary-900);
    --bs-btn-focus-shadow-rgb: var(--bs-primary-rgb);
    --bs-btn-active-color: var(--bs-white);
    --bs-btn-active-bg: var(--bs-primary-900);
    --bs-btn-active-border-color: var(--bs-primary-900);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--bs-white);
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-rounded {
    border-radius: 30rem;
}

.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-btn-color);
    border-radius: 50px;

}

.btn-default {
    color: black;
    font-weight: 700;
    border-radius: 50px;
}

.btn-default:hover {
    background-color: transparent;
    color: black;
    font-weight: 700;
    border: none;
}

.btn-default:focus {
    border: 1px solid white;
    background-color: transparent;
    color: black;
    font-weight: 700;
    border-radius: 50px;
}

.btn-default:disabled {
    border-radius: 50px;
    font-weight: 700;
}

.btn-primary:hover {
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    color: var(--bs-btn-hover-color);
    transition: var(--bs-transition-base);
}

.btn-primary:active, .btn-primary:focus {
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    color: var(--bs-btn-active-color);
    outline: 0;
    outline-offset: 0;
}

.btn-primary:disabled {
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-color);
    color: var(--bs-btn-disabled-border-color);
}

.btn-primary-link {
    color: var(--bs-primary);
}

.btn-primary-link:hover {
    color: var(--bs-primary-900);
    transition: var(--bs-transition-base);
}

.btn-primary-link:active, .btn-primary-link:focus {
    color: var(--bs-primary-900);
    outline: 0 !important;
    outline-offset: 0 !important;
}

.btn-primary:disabled {
    color: var(--bs-btn-disabled-bg);
}

html {
    height: 100%;
}

.login-form-body {
    height: 100%;
    background-color: white;
}

.login-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    padding: 0 60px;
    background-color: var(--bs-white);
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .login-form-container {
        padding: 0 100px;
    }
}

@media (max-width: 575.98px) {
    .login-form-container {
        padding: 0 20px;
    }
}

.login-form-btn-container {
    width: 100%;
}

.login-form-logo {
    display: block;
    max-width: 200px;
    height: auto;
    margin-bottom: 30px;
}

.login-form-container .form-group {
    width: 100%;
}

.login-form-label-container {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 130px;
    color: var(--bs-white);
    background: url(/static/images/bg-title-siesa.svg) no-repeat;
    background-size: cover;
    padding-left: 90px;
}

.login-form-label-container h2 {
    margin: 0;
}

.col-img-login {
    height: 100%;
    padding: 0;
    background: url(/static/images/img-login.jpg) center center no-repeat;
    background-size: cover;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .col-img-login {
        height: 40%;
        background-position: top center;
    }
}

@media (max-width: 575.98px) {
    .col-img-login {
        display: none;
    }
}

.col-form-login {
    height: 100%;
}

@media (min-width: 576px) and (max-width: 991.98px) {
    .col-form-login {
        height: 60%;
    }
}

.form-control {
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
    border-radius: var(--bs-border-radius-xl);
}

.form-control:focus {
    border-color: var(--bs-primary-300);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(87, 188, 255, .6);
}

.h-100 {
    height: 100% !important;
}

.topbar_content {
    height: 50px;
    background: var(--bs-gray-50);
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0 -2px 12px 0 #d6d6d6;
    position: relative;
}

.topbar_content.sticky {
    position: fixed;
    top: 65px;
    width: 100%;
    z-index: 1009;
    box-shadow: none;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-name: stickySlideDown;
    animation-name: stickySlideDown;
    transition: all .5s ease;
}

.topbar_content .topbar_content_title {
    font-family: var(--bs-font-heading);
    font-size: 12pt;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbar_content .topbar_content_title_container {
    -webkit-flex-direction: row;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.topbar_content .topbar_content_btns, .topbar_content .topbar_content_title_container {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-orient: horizontal;
}

.topbar_content .topbar_content_btns {
    white-space: nowrap;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-direction: row-reverse;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.topbar_content .topbar_content_btns::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
    background: transparent !important;
}

.topbar_content .topbar_content_btns .btn {
    border: none;
    background-color: transparent;
    color: #263238 !important;
}

.topbar_content .topbar_content_btns .btn:hover {
    border: 1px solid var(--bs-primary);
}

.topbar_content .topbar_content_btns .btn#top_bar_button_save_record:hover{
    background-color: var(--bs-btn-hover-bg) !important;
}

.topbar_content .topbar_content_btns .btn#top_bar_button_cancel_edit {
    background-color: white;
    color: #263238 !important;
    border-radius: 50px;
}

.topbar_content .topbar_content_btns .btn#top_bar_button_cancel_edit:hover {
    border: none!important;
    background-color: transparent!important;
    color: #263238 !important;
}

.topbar_content .topbar_content_btns .btn#top_bar_button_cancel_edit:active {
    border: white!important;
    background-color: transparent!important;
    color: #263238 !important;
}
 
.btn-primary-border {
    border: 1px solid var(--bs-primary);
    background-color: transparent;
    color: var(--bs-primary);
    border-radius: 50px;
    font-weight: 700;
}

.btn-primary-border:focus {
    border: 3px var(--bs-primary-border) solid;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 50px;
    font-weight: 700;
}

.btn-primary-border:hover {
    border: 1px solid var(--bs-primary);
    background-color: var(--bs-primary);
    color: white;
    border-radius: 50px;
    font-weight: 700;
}

.btn-primary-border:active {
    border: 3px var(--bs-primary-border) solid;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 50px;
    font-weight: 700;
}

.btn-primary-border:disabled {
    border: 3px var(--bs-primary-border) solid !important;
    background-color: transparent;
    border: var(--bs-primary-border);
    border-radius: 50px;
    font-weight: 700;
}

.btn-default-border {
    border: 1px solid white;
    background-color: transparent;
    color: white;
    border-radius: 50px;
    font-weight: 700;
}

.btn-default-border:hover {
    background-color: white;
    color: black;
    border-radius: 50px;
    font-weight: 700;
}

.btn-default-border:focus:active {
    background-color: white;
    color: black;
    border-radius: 50px;
    font-weight: 700;
    border-color: #F5F5F5;
}

.btn-primary-link {
    background-color: transparent;
    border: none;
    color: #0E79FD;
    font-weight: 700;
}

.btn-primary-link:hover {
    background-color: transparent;
    border: none;
    color:  #154CA9;
    font-weight: 700;
}

.btn-primary-link:active {
    background-color: transparent;
    border: none;
    color:  #154CA9;
    font-weight: 700;
}

.btn-secundary {
    background-color: #000000;
    color: white;
    border-radius: 50px;
    font-weight: 700;
}

.btn-secundary:hover {
    background-color: #434343;
    color: white;
    border-radius: 50px;
    font-weight: 700;
}

.btn-secundary:focus {
    background-color: #434343;
    color: white;
    border-radius: 50px;
    font-weight: 700;
}

.btn-secundary-border {
    border: 1px solid #000000;
    background-color: transparent;
    color: #000000;
    border-radius: 50px;
    font-weight: 700;
}

.btn-secundary-border:focus {
    background-color: #000000;
    color: #D9D9D9;
    border-radius: 50px;
    font-weight: 700;
}

.btn-secundary-border:hover {
    background-color: #000000;
    color: white;
    border-radius: 50px;
    font-weight: 700;
}

.btn-secundary-border:active {    
    background-color: #000000;
    color: #D9D9D9;
    border-radius: 50px;
    font-weight: 700;
}

.btn-secundary-border:disabled {
    border: 3px #000000 solid !important;
    background-color: transparent;
    border-radius: 50px;
    font-weight: 700;
}

.btn-secundary-link {
    background-color: transparent;
    border: none;
    color: #000000;
    font-weight: 700;

}

.btn-secundary-link:hover {
    background-color: transparent;
    border: none;
    color: #555555;
    font-weight: 700;

}

.btn-secundary-link:active {
    background-color: transparent;
    border: none;
    color:  #555555;
    font-weight: 700;

}

.btn-primary-icon-sm {
    background-color: #0E79FD;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: white;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-primary-icon-sm::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-primary-icon-sm:hover {
    background-color: #154CA9; 
    color: #fff;
}

.btn-primary-icon-sm:focus{
    background-color: #154CA9; 
    border: 1px solid #91CEFF;
    color: #fff;
}

/* btn-primay-icon*/
.btn-primary-icon {
    background-color: #0E79FD;
    border: none;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-primary-icon::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-primary-icon:hover {
    background-color: #154CA9; 
    color: #fff;
}

.btn-primary-icon:focus{
    background-color: #154CA9; 
    border: 1px solid #91CEFF;
    color: #fff;
}

/* btn-primay-icon-lg*/
.btn-primary-icon-lg {
    background-color: #0E79FD;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-primary-icon-lg::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-primary-icon-lg:hover {
    background-color: #154CA9; 
    color: #fff;
}

.btn-primary-icon-lg:focus{
    background-color: #154CA9; 
    border: 1px solid #91CEFF;
    color: #fff;
}

/* btn-primay-icon-xl*/

.btn-primary-icon-xl {
    background-color: #0E79FD;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-primary-icon-xl::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-primary-icon-xl:hover {
    background-color: #154CA9; 
    color: #fff;
}

.btn-primary-icon-xl:focus{
    background-color: #154CA9; 
    border: 1px solid #91CEFF;
    color: #fff;
}


/* btn-secundary-icon-sm*/
.btn-secundary-icon-sm {
    background-color: #000000;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: white;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-secundary-icon-sm::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-secundary-icon-sm:hover {
    background-color: #434343; 
    color: #fff;
}

.btn-secundary-icon-sm:focus{
    background-color: #434343; 
    border: 1px solid #D9D9D9;
    color: #fff;
}

/* btn-secundary-icon*/
.btn-secundary-icon {
    background-color: #000000;
    border: none;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    color: white;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-secundary-icon::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-secundary-icon:hover {
    background-color: #434343; 
    color: #fff;
}

.btn-secundary-icon:focus{
    background-color: #434343; 
    border: 1px solid #D9D9D9;
    color: #fff;
}

/* btn-secundary-icon-lg*/

.btn-secundary-icon-lg {
    background-color: #000000;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-secundary-icon-lg::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-secundary-icon-lg:hover {
    background-color: #434343; 
    color: #fff;
}

.btn-secundary-icon-lg:focus{
    background-color: #434343; 
    border: 1px solid #D9D9D9;
    color: #fff;
}

/* btn-secundary-icon-xl*/

.btn-secundary-icon-xl {
    background-color: #000000;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: white;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-secundary-icon-xl::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-secundary-icon-xl:hover {
    background-color: #434343; 
    color: #fff;
}

.btn-secundary-icon-xl:focus{
    background-color: #434343; 
    border: 1px solid #D9D9D9;
    color: #fff;
}


/* btn-default-icon-sm*/
.btn-default-icon-sm {
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #000000;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-default-icon-sm::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-default-icon-sm:hover {
    background-color: #D9D9D9; 
    color: #000000;
}

.btn-default-icon-sm:focus{
    background-color: #D9D9D9; 
    border: 1px solid #E9E9E9;
    color: #000000;
}

/* btn-default-icon*/
.btn-default-icon {
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    color: #000000;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-default-icon::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-default-icon:hover {
    background-color: #D9D9D9; 
    color: #000000;
}

.btn-default-icon:focus{
    background-color: #D9D9D9; 
    border: 1px solid #E9E9E9;
    color: #000000;
}

/* btn-default-icon-lg*/
.btn-default-icon-lg {
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000000;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-default-icon-lg::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-default-icon-lg:hover {
    background-color: #D9D9D9; 
    color: #000000;
}

.btn-default-icon-lg:focus{
    background-color: #D9D9D9; 
    border: 1px solid #E9E9E9;
    color: #000000;
}

/* btn-default-icon-xl*/
.btn-default-icon-xl {
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #000000;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-default-icon-xl::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-default-icon-xl:hover {
    background-color: #D9D9D9; 
    color: #000000;
}

.btn-default-icon-xl:focus{
    background-color: #D9D9D9; 
    border: 1px solid #E9E9E9;
    color: #000000;
}

/* btn-gray-icon-sm*/
.btn-gray-icon-sm {
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #9D9D9D;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-gray-icon-sm::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-gray-icon-sm:hover {
    background-color: #E9E9E9; 
    color: #9D9D9D;
}

.btn-gray-icon-sm:focus{
    background-color: #E9E9E9; 
    border: 1px solid #E9E9E9;
    color: #9D9D9D;
}

/* btn-gray-icon*/
.btn-gray-icon {
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    color: #9D9D9D;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-gray-icon::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-gray-icon:hover {
    background-color: #E9E9E9; 
    color: #9D9D9D;
}

.btn-gray-icon:focus{
    background-color: #E9E9E9; 
    border: 1px solid #E9E9E9;
    color: #9D9D9D;
}

/* btn-gray-icon-lg*/
.btn-gray-icon-lg {
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #9D9D9D;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-gray-icon-lg::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-gray-icon-lg:hover {
    background-color: #E9E9E9; 
    color: #9D9D9D;
}

.btn-gray-icon-lg:focus{
    background-color: #E9E9E9; 
    border: 1px solid #E9E9E9;
    color: #9D9D9D;
}


/* btn-gray-icon-xl*/
.btn-gray-icon-xl {
    background-color: #FFFFFF;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #9D9D9D;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-gray-icon-xl::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-gray-icon-xl:hover {
    background-color: #E9E9E9; 
    color: #9D9D9D;
}

.btn-gray-icon-xl:focus{
    background-color: #E9E9E9; 
    border: 1px solid #E9E9E9;
    color: #9D9D9D;
}

/* btn-primary-flat-sm */
.btn-primary-flat-sm {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #0E79FD;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-primary-flat-sm::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-primary-flat-sm:hover {
    background-color: transparent; 
    color: #154CA9;
}

.btn-primary-flat-sm:focus{
    background-color: transparent; 
    color: #154CA9;
}

/* btn-primary-flat */
.btn-primary-flat {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    color: #0E79FD;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-primary-flat::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-primary-flat:hover {
    background-color: transparent; 
    color: #154CA9;
}

.btn-primary-flat:focus{
    background-color: transparent; 
    color: #154CA9;
}


/* btn-primary-flat-lg */

.btn-primary-flat-lg {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #0E79FD;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-primary-flat-lg::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-primary-flat-lg:hover {
    background-color: transparent; 
    color: #154CA9;
}

.btn-primary-flat-lg:focus{
    background-color: transparent; 
    color: #154CA9;
}

/* btn-primary-flat-xl */

.btn-primary-flat-xl {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #0E79FD;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-primary-flat-xl::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-primary-flat-xl:hover {
    background-color: transparent; 
    color: #154CA9;
}

.btn-primary-flat-xl:focus{
    background-color: transparent; 
    color: #154CA9;
}


/* btn-secundary-icon-flat-sm */
.btn-secundary-flat-sm {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    color: #000000;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-secundary-flat-sm::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-secundary-flat-sm:hover {
    background-color: transparent; 
    color: #434343;
}

.btn-secundary-flat-sm:focus{
    background-color: transparent; 
    color: #434343;
}


/* btn-secundary-icon-flat */
.btn-secundary-flat {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    color: #000000;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-secundary-flat::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-secundary-flat:hover {
    background-color: transparent; 
    color: #434343;
}

.btn-secundary-flat:focus{
    background-color: transparent; 
    color: #434343;
}


/* btn-secundary-icon-flat-lg */
.btn-secundary-flat-lg {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #000000;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-secundary-flat-lg::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-secundary-flat-lg:hover {
    background-color: transparent; 
    color: #434343;
}

.btn-secundary-flat-lg:focus{
    background-color: transparent; 
    color: #434343;
}


/* btn-secundary-icon-flat-xl */
.btn-secundary-flat-xl {
    background-color: transparent;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color: #000000;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.btn-secundary-flat-xl::before {
    content: '\f105';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}

.btn-secundary-flat-xl:hover {
    background-color: transparent; 
    color: #434343;
}

.btn-secundary-flat-xl:focus{
    background-color: transparent; 
    color: #434343;
}

.topbar_content .topbar_content_btns .btn.btn-danger:hover {
    border: 1px solid #ed294e;
}

.topbar_content .topbar_content_btns .btn[type=submit] {
    background-color: var(--bs-primary);
    color: #fff !important;
}

.topbar_content .topbar_content_btns .btn.btn-create {
    font-size: 14px;
}

.topbar_content .topbar_content_btns .dropdown {
    display: inline-block;
}

/*input[type=address].form-control, input[type=email].form-control, input[type=number].form-control, input[type=password].form-control, input[type=phone].form-control, input[type=text].form-control, select.form-control, span.form-control, textarea.form-control {*/
/*    height: 36px;*/
/*    font-size: 13px;*/
/*    color: var(--bs-primary);*/
/*    border-radius: 7px;*/
/*}*/

/*input[type=address].form-control::-webkit-input-placeholder, input[type=email].form-control::-webkit-input-placeholder, input[type=number].form-control::-webkit-input-placeholder, input[type=password].form-control::-webkit-input-placeholder, input[type=phone].form-control::-webkit-input-placeholder, input[type=text].form-control::-webkit-input-placeholder, select.form-control::-webkit-input-placeholder, span.form-control::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder {*/
/*    color: #326fac;*/
/*}*/

/*input[type=address].form-control:-moz-placeholder, input[type=address].form-control::-moz-placeholder, input[type=email].form-control:-moz-placeholder, input[type=email].form-control::-moz-placeholder, input[type=number].form-control:-moz-placeholder, input[type=number].form-control::-moz-placeholder, input[type=password].form-control:-moz-placeholder, input[type=password].form-control::-moz-placeholder, input[type=phone].form-control:-moz-placeholder, input[type=phone].form-control::-moz-placeholder, input[type=text].form-control:-moz-placeholder, input[type=text].form-control::-moz-placeholder, select.form-control:-moz-placeholder, select.form-control::-moz-placeholder, span.form-control:-moz-placeholder, span.form-control::-moz-placeholder, textarea.form-control:-moz-placeholder, textarea.form-control::-moz-placeholder {*/
/*    color: #326fac;*/
/*}*/

/*input[type=address].form-control:-ms-input-placeholder, input[type=email].form-control:-ms-input-placeholder, input[type=number].form-control:-ms-input-placeholder, input[type=password].form-control:-ms-input-placeholder, input[type=phone].form-control:-ms-input-placeholder, input[type=text].form-control:-ms-input-placeholder, select.form-control:-ms-input-placeholder, span.form-control:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder {*/
/*    color: #326fac;*/
/*}*/

/*input[type=address].form-control:focus, input[type=email].form-control:focus, input[type=number].form-control:focus, input[type=password].form-control:focus, input[type=phone].form-control:focus, input[type=text].form-control:focus, select.form-control:focus, span.form-control:focus, textarea.form-control:focus {*/
/*    border-color: var(--bs-primary);*/
/*}*/

/*.input-group-addon {*/
/*    background-color: var(--bs-primary);*/
/*    color: #fff;*/
/*    height: 36px;*/
/*    border-color: #e4e4e4;*/
/*    border-radius: 7px;*/
/*}*/

/*.input-group-addon:focus {*/
/*    border-color: var(--bs-primary);*/
/*}*/

.ui-select-match-text, .ui-select-placeholder {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}

.ui-select-match-item {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.opalo-clear-btn, .opalo-clear-btn:hover {
    position: absolute !important;
    float: right !important;
    top: 7px !important;
    right: 8px !important;
    -webkit-order: none !important;
    -moz-box-ordinal-group: none !important;
    -ms-flex-order: none !important;
    order: none !important;
    background: none !important;
    margin-bottom: -26px !important;
    color: var(--bs-primary);
}

.input-group .ui-select-container .form-control {
    z-index: 1;
}

.smart-widget {
    border-radius: 7px;
    box-shadow: none;
    border: none;
}

.smart-widget .smart-widget-header {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.smart-widget .smart-widget-inner {
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    padding-bottom: 15px;
}

.smart-widget .smart-widget-inner .row {
    margin: 0;
}

.smart-widget .smart-widget-header .smart-widget-option div {
    display: inline-block;
    margin-right: 5px;
    color: #999;
    font-size: 14px;
    outline: 0;
    -webkit-backface-visibility: hidden;
}

.smart-widget .smart-widget-header .smart-widget-option div a {
    cursor: pointer;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.smart-widget-option .widget-options span {
    cursor: pointer;
    margin-left: 5px;
}

.widget-dropdown-option {
    color: var(--bs-primary) !important;
}

.smart-widget-inner .show_data_button {
    font-size: 16px;
    color: #326fac;
    cursor: pointer;
}

.smart-widget-inner .show_data_button:hover {
    color: #2fb6d0;
}

.pagination li a{
    background: var(--bs-primary) !important;
    border-color: var(--bs-primary);
    color: white !important;
    border-radius: 5px !important;
}

.pagination li.active a{
    background: #154CA9 !important;
}

.pagination li a:hover {
    background: #154CA9 !important;
    color: white;
}

.pagination.pagination-sm li {
    display: inline-block;
}

.pagination.pagination-sm li:not(:last-child) {
    margin-right: 0;
}
.pagination li.active a, .pagination li.active a:focus, .pagination li.active a:hover {
    background: var(--bs-primary);
    border-color: var(--bs-primary);
}

.modal-backdrop.in {
    height: 1000%
}

.nav.nav-tabs {
    background-color: #fff;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    scrollbar-width: thin;
    -ms-overflow-style: none;
}

.nav.nav-tabs::-webkit-scrollbar {
    width: 2px !important;
    height: 2px !important;
    background: transparent !important;
}

.nav.nav-tabs > li {
    float: none;
    display: inline-block;
}

.nav.nav-tabs > li > a {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-weight: 700;
    color: #a2a2a3;
}

.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li:hover > a, .nav.nav-tabs > li:hover > a:focus, .nav.nav-tabs > li:hover > a:hover {
    border: none;
    background-color: transparent;
    color: var(--bs-primary);
    font-weight: 700;
    border-bottom: 2px solid;
    border-bottom-color: var(--bs-primary);
}

.fixed-tabbar > .nav.nav-tabs {
    margin: -20px;
    margin-bottom: 0;
}

.inside-tabbar > .nav.nav-tabs {
    margin-top: -20px;
    margin-bottom: 10px;
}

header.top-nav .top-nav-inner {
    border-top: none;
    height: 52px;
    background-color: var(--bs-primary);
}

header.top-nav .nav-container {
    margin-left: 0;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 0;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    z-index: 9999;
}

header.top-nav .nav-container:after, header.top-nav .nav-container:before {
    content: none;
    display: none;
}

header.top-nav .nav-container .sidebar-toggle {
    font-size: 20px;
    cursor: pointer;
}

header.top-nav .nav-container .logo-header {
    display: block;
    height: 30px;
    width: auto;
}

header.top-nav .nav-container .nav-bar-left-block {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

header.top-nav .nav-container .nav-bar-left-block > :not(:first-child) {
    margin-left: 20px;
}

header.top-nav .nav-container .nav-bar-left-block .search-input input[type=text].form-control {
    height: 30px;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: var(--bs-white);
    box-shadow: none;
}

header.top-nav .nav-container .nav-bar-left-block .search-input input[type=text].form-control:hover {
    background-color: rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .3);
    color: var(--bs-body-color);
}
header.top-nav .nav-container .nav-bar-left-block .search-input input[type=text].form-control:focus {
    background-color: rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .3);
    color: var(--bs-body-color);
}


header.top-nav .nav-container .nav-bar-left-block .search-input .input-icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--bs-white);
}

header.top-nav .nav-container .user-block {
    font-size: 20px;
}

header.top-nav .nav-container .user-block .user-detail, header.top-nav .nav-container .user-block a[data-toggle=dropdown] > i.fa {
    color: var(--bs-white);
}

header.top-nav .nav-container .user-block .user-panel {
    position: absolute;
    border: 1px solid #eee;
    padding: 0;
    left: calc(100% - 199px);
}

header.top-nav .nav-container .user-block .user-panel > .panel-body li > a {
    padding-left: 15px;
    padding-right: 15px;
}

header.top-nav .nav-container .user-block .user-panel > .panel-body li span {
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
}

aside.sidebar-menu {
    padding-top: 0;
}

.main-container {
    margin-left: 0 !important;
    margin-top: 65px;
    background: var(--bs-body-bg);
}

.wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.footer {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    background: white;
    box-shadow: 0px 3px 12px rgba(21, 76, 169, 0.30);
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.footer span {
    color: var(--bs-primary);
    font-size: 14px;
}

.footer .footer-brand img {
    width: 104px;
    height: 24px;
}

.footer-content {
    color: #7B7B7B; 
    font-size: 14px; 
    font-weight: 300; 
    word-wrap: break-word;
    text-align: center;
    flex: 1;
    margin-top: 10px;

}

.sidebar-menu {
    background-color: var(--bs-secondary);
    border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-secondary);
    overflow-y: auto;
    color: var(--bs-white);
    z-index: 100000;
    min-width: 30%;
    padding-bottom: 0;
}

.sidebar-menu .recent_actions ul {
    text-align: center;
    overflow: hidden;
}

.sidebar-menu .recent_actions ul li {
    text-align: left;
    display: block;
    padding-left: 20px;
    border: none !important;
}

.sidebar-menu .recent_actions ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 !important;
}

.sidebar-menu .recent_actions ul li .submenu-icon {
    top: 0 !important;
}

.sidebar-menu .recent_actions ul li:nth-child(n+3) {
    display: none;
}

.sidebar-menu .recent_actions .show_more {
    margin-left: 24px;
}

.sidebar-menu .recent_actions .show_more a {
    color: var(--bs-white);
}

.sidebar-menu .recent_actions .show_more a:hover {
    color: var(--bs-gray-100);
}

.sidebar-menu .separator_menu_aside {
    margin-bottom: 0;
}

.sidebar-menu .submenu_header input[type=text] {
    width: 100%;
    border: none;
    outline: none;
    color: #fff;
    background-color: hsla(0, 0%, 100%, .15);
    transition: height 1s;
    -webkit-transition: height 1s;
}

.sidebar-menu .submenu_header input[type=text]::-webkit-input-placeholder {
    color: #c6c6c6;
}

.sidebar-menu .submenu_header input[type=text]::-moz-placeholder {
    color: #c6c6c6;
}

.sidebar-menu .submenu_header input[type=text]:-ms-input-placeholder {
    color: #c6c6c6;
}

.sidebar-menu .submenu_header input[type=text]::placeholder {
    color: #c6c6c6;
}

.sidebar-menu .submenu_header .row_menu {
    padding: 1rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.sidebar-menu .submenu_header .menu-title {
    font-size: 2rem;
    font-weight: 600;
}

.sidebar-menu .submenu_header .title {
    font-weight: 100;
    text-align: center;
}

.sidebar-menu .submenu_header .btn-close-menu {
    padding: 0;
    text-align: right;
}

.sidebar-menu .submenu_header .btn-close-menu i {
    cursor: pointer;
}

.sidebar-menu .submenu_header .icon_1 {
    padding: 0;
    text-align: left;
}

.sidebar-menu .footer_sidebar_menu {
    padding: 50px 0;
    text-align: center;
}

.sidebar-menu .footer_sidebar_menu a {
    color: var(--bs-white);
    text-decoration: underline;
    font-weight: 600;
}

.sidebar-menu .footer_sidebar_menu p {
    color: var(--bs-white);
    padding: 20px 0;
}

.sidebar-menu .sidebar-inner {
    padding-bottom: 45px;
}

.sidebar-menu .badge {
    background-color: var(--bs-secondary);
}

.sidebar-menu .main-menu ul li {
    border: none;
    border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-white);
    color: var(--bs-white);
}

.sidebar-menu .main-menu ul li.open, .sidebar-menu .main-menu ul li:hover {
    background-color: var(--bs-primary);
}

.sidebar-menu .main-menu ul li a, .sidebar-menu .main-menu ul li a .menu-icon {
    color: var(--bs-white);
}

.sidebar-menu .main-menu ul li .submenu {
    background-color: var(--bs-primary);
}

.sidebar-menu .main-menu ul li .submenu li a {
    background-color: var(--bs-black);
    color: var(--bs-white);
}

.sidebar-menu .main-menu ul li .submenu li a:hover {
    background-color: var(--bs-primary);
}

.sidebar-menu .main-menu ul li .submenu.third-level {
    background-color: var(--bs-black);
}

.sidebar-menu .main-menu ul li .submenu.third-level li a {
    background-color: var(--bs-gray-800);
    color: var(--bs-white);
}

.sidebar-menu .main-menu ul li .submenu.third-level li a:hover {
    background-color: var(--bs-primary);;
}

.sidebar-menu .sidebar-fix-bottom {
    background-color: var(--bs-primary);;
}

.dashboard-dropdown {
    cursor: pointer;
}

.dashboard-dropdown .caret {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.dashboard-dropdown ul.dropdown-menu li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.dashboard-dropdown ul.dropdown-menu li > :first-child {
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dashboard-dropdown ul.dropdown-menu li .fa-centered {
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-grow: 0 !important;
    -moz-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.dashboard-dropdown ul.dropdown-menu li.centered {
    display: list-item;
}

.dashboard-dropdown .multidashboard-menu {
    max-width: 300px;
}

.dashboard-dropdown .multidashboard-menu a.action-button {
    padding-left: 10px;
    padding-right: 10px;
}

.dashboard-dropdown .dashboard-title {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.dashboard-loading-containers {
    position: static !important;
}

.title-text, h4, th {
    font-family: var(--bs-font-heading);
}

.title-text {
    font-size: 17px;
    margin-bottom: 20px;
}

table tbody a {
    color: var(--bs-primary);
}

.table-striped > tbody > tr:nth-child(odd) {
    background-color: var(--bs-white);
}

.grid-display {
    display: -ms-grid;
    display: grid;
}

/*# sourceMappingURL=main.style.css.map*/


/*-- Calendar --*/
.calendar_react_content .main-calendar .calendar-header {
    background: var(--bs-primary) !important;
}

.calendar_react_content .btnAddEvent {
    color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
}

.calendar_react_content .day.selected .day-number {
    background-color: var(--bs-primary) !important;
    color: var(--bs-white) !important;
}

.calendar_react_content .day:hover .day-number {
    background-color: var(--bs-primary-300) !important;
    color: var(--bs-white) !important;
}
/*  stylo login ui kit business*/

.s_login_content{
    height: 100vh;
 }
 .s_image_back {
    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
 }
 .s_product_name{
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--bs-primary);
    color: var(--bs-light);
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 300;
    width: 100%;
    min-height: 7.875rem;
    display: flex;
    align-items: center;
    padding: 1rem 1rem 1rem 5rem;
    clip-path: polygon(5rem 0%, 100% 0, 100% 100%, 0 100%, 0% 2.5rem);
 }
 .s_siesa_logo_top{
    position: absolute;
    left: 2.625rem;
    top: 2.625rem;
 }
 .s_siesa_logo_top > img{
    height: 3rem;
 }
 .s_business_logo{
    max-width: 16.25rem;
    max-height: 5rem;
 }
 .s_form_box{
    -webkit-animation: slide-in-top 0.6s ease-in forwards;
    animation: slide-in-top 0.6s ease-in forwards;
 }
 .title_2{
    font-size: 1.125rem;
    color: var(--bs-primary);
    font-weight: 400;
 }
 .btn_secondary_link {
    color: var(--bs-primary) !important;
 }
 .copy_right_text {
    font-size: 0.75rem;
    color: var(--color_text);
    position: absolute !important;
    padding: 1rem;
    bottom: 0;
    width: 100%;
 }
 .btn_primary_def_1 {
    background-color: var(--bs-primary) !important;
    border-color: var(--bs-primary) !important;
    border-radius: var(--border_radius_btn) !important;
    font-weight: 700 !important;
    color: var(--bs-light_text)!important;
 }
 .btn_primary_def_1:hover {
    background-color: var(--bs-dark) !important;
    border-color: var(--bs-dark) !important;
 }
 .s_siesa_log_min{
    display: none;
 }
 .select_connect{
    padding: 0 1rem 0 0 !important;
    margin: 0;
    border: none;
    font-size: .875rem;
    max-width: calc(100% - 3rem);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
 }
 .btn_region {
    min-width: 1rem;
    min-height: 1rem;
    border-radius: var(--border_radius_btn) !important;
    padding: 0 !important;
    overflow: hidden;
    border: none !important;
 }
 .region_tooltip{
    min-width: 230px;
    max-width: 230px;
    max-height: 280px;
    border-radius: var(--border_radius_standar);
    background-color: var(--bs-light);
    position: absolute;
    top: 28px;
    right: -16px;
    z-index: 1;
    box-shadow: var(--shadow_standar);
    display: none;
 }
 .region_tooltip::before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -8px;
    right: 15px;
    border-top: 0px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid var(--bs-light);
    border-left: 9px solid transparent;
 }
 .region_tooltip>div{
    max-height:240px; 
    overflow-y: scroll;
    overflow-x: hidden;
 }
 .region_tooltip_text{
    text-overflow: ellipsis;
    overflow: hidden;
 }
 .s_flag{
    width: 1rem;
    height: 1rem;
    object-fit: cover;
    object-position: center;
 }
 .btn_ghost_def_2 {
    background-color: transparent !important;
    border-color: transparent !important;
    border-radius: var(--border_radius_btn) !important;
    font-weight: 400 !important;
    color: var(--color_text) !important;
    min-width: 31px;
    text-align: right;
 }
 .btn_ghost_def_2:hover, .btn_ghost_def_2:active, .btn_ghost_def_2:focus {
    background-color: var(--color_back_2) !important;
    border-color: var(--color_back_2) !important;
 }
 .col-form-label{
    color: var(--color_text);
 }
 div .form-control, div .form-control:focus {
    color: var(--color_text) !important;
    /* background-color: var(--color_input_back); */
    border: 1px;
    border-style: solid !important;
    border-color: var(--color_form_border);
 }
 button:focus, .form-control:focus{
    box-shadow: 0 0 0 0.25rem var(--color_focus_general) !important;
 }
 input[type="text"]:read-only {
    color: #9D9D9D !important;
    border: 1px solid #C4C4C4 !important;
 }
 input[type="text"]:read-only {
    border-radius: 4px;
    border: 1px solid #C4C4C4;
    background: #D9D9D9;
 }

 select.form-control:disabled {
    color: #9D9D9D !important;
    font-weight: 300;
    word-wrap: break-word;
}

.ui-select-multiple.ui-select-bootstrap {
    color: #9D9D9D !important;
    font-weight: 300;
    word-wrap: break-word;
}

.ui-select-multiple.ui-select-bootstrap:not([required])  {
    border: 1px #D9D9D9 solid;
}

select.form-control:not([required]){
    border: 1px #D9D9D9 solid;
}

.form-control:focus:not([required]) {
    border-color: #91CEFF !important; 
}

textarea.form-control {
    width: 100%;
    height: 100px;
    padding-left: 12px;
    padding-right: 12px;
    background: white;
    border-radius: 4px;
    overflow: auto;
    border: 1px #D9D9D9 solid;
    color: #9D9D9D;
    resize: none;
}

.custom-select select {
    border: 1px #D9D9D9 solid;
}
div .form-control{
    border-radius: 4px;
}

div .form-control select {
    border-radius: 4px;
}

div .form-control:not([required]) {
    border: 1px #C4C4C4 solid!important; 
}

div input.form-control:not(:placeholder-shown) {
    border: 1px #C4C4C4 solid; 
}

 @media (max-width: 991px){
    .s_image_back{
       display: none;
    }
    .s_product_name{
       clip-path: none;
       padding: 1rem 2.625rem;
       position: relative;
       min-height: 7.875rem;
       max-height: 7.875rem;
    }
    .s_product_name::before{
       content: '';
       background: var(--bs-primary);
       position: absolute;
       width: 7.875rem;
       height: 3.938rem;
       left: -0.063rem;
       bottom: -3.875rem;
       clip-path: polygon(0 0, 0% 100%, 100% 0);
    }
    .s_product_text{
       padding-left: 1rem;
       line-height: 1;
    }
    .s_siesa_log_min{
       display: block;
       height: 2.625rem;
       padding-right: 1rem;
       border-right: 1px solid var(--bs-light);
    }
    .s_form_content{
       min-height: calc(100% - 8.25rem);
    }
    .s_siesa_logo_top{
       display: none;
    }
 }
 @media (max-width: 575px){
    .s_product_name{
       clip-path: none;
       padding: 1rem;
       min-height: 5.625rem;
       max-height: 5.625rem;  
       position: relative;
    }
    .s_product_name::before{
       content: '';
       background: var(--bs-primary);
       position: absolute;
       width: 7.875rem;
       height: 2.813rem;
       left: -0.063rem;
       bottom: -2.75rem;
       clip-path: polygon(0 0, 0% 100%, 100% 0);
    }
    .s_product_text{
       padding-left: 1rem;
    }
    .s_siesa_log_min{
       display: block;
       height: 1.875rem;
       padding-right: 1rem;
       border-right: 1px solid var(--bs-light);
    }
    .s_form_content{
       min-height: calc(100% - 5.625rem);
       max-height: calc(100% - 5.625rem);
    }
    .s_product_text{
       font-size: 1.5rem;
    }
 }
 @-webkit-keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-1000px);
              transform: translateY(-1000px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
 }
 @keyframes slide-in-top {
    0% {
      -webkit-transform: translateY(-40px);
              transform: translateY(-40px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
 }

 @media (max-width: 320px) {
    #pwd-container {
        max-width: 65%;
        margin-left: 0;
    }

    .col-form-login {
        width: 100%;
        padding: 0;

        .login-form-container {

            height: 60% !important;

            .login-form-logo {
                max-width: 120px !important;
            }

            .input-lg,
            .form-group-lg .form-control {
                height: 30px !important;
                font-size: 12px !important;
                padding: 5px 16px !important;
            }

            .login-form-btn-container .btn-lg,
            .btn-group-lg>.btn {
                font-size: 12px !important;
            }
        }
    }
 }

 @media (max-width: 375px) {
    #pwd-container {
        max-width: 65%;
        margin-left: 0;
    }

    .col-form-login {
        width: 100%;
        padding: 0;

        .login-form-container {

            height: 60% !important;

            .login-form-logo {
                max-width: 120px !important;
            }

            .input-lg,
            .form-group-lg .form-control {
                height: 30px !important;
                font-size: 12px !important;
                padding: 5px 16px !important;
            }

            .login-form-btn-container .btn-lg,
            .btn-group-lg>.btn {
                font-size: 12px !important;
            }
        }
    }
 }

 @media (max-width: 768px) {
    #pwd-container {
        max-width: 65%;
        margin-left: 0;

        .col-img-login {
            height: 20% !important;

            .s_product_name {
                min-height: 2.875rem !important;
                max-height: 2.875rem !important;
            }

        }

        .col-form-login {
            width: 100%;
            padding: 0;
            padding-top: 20px !important;

            .login-form-container {

                height: 60% !important;

                .login-form-logo {
                    max-width: 120px !important;
                }

                .input-lg,
                .form-group-lg .form-control {
                    height: 30px !important;
                    font-size: 12px !important;
                    padding: 5px 16px !important;
                }

                .login-form-btn-container .btn-lg,
                .btn-group-lg>.btn {
                    font-size: 12px !important;
                }
            }
        }
    }
 }