﻿
/*=======================================*/
/*         Start Custom Scrollbar        */
/*=======================================*/
html, body {
    height: 100%;
}
body {
    overflow: hidden;
}

    body.test, body.model {
        padding-top: 28px;
        height: 100%;
    }

body.modal-open {
    overflow: hidden;
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: #555;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/*=======================================*/
/*          End Custom Scrollbar         */
/*=======================================*/

/* TODO - Remove this and Improve the Breadcrumb Display */
.breadcrumb {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px;
    z-index: 1040;
    display: flex;
    align-items: center;
    background-color: transparent;
}

.breadcrumb > li {
    display: flex;
    align-items: center;
}
    .breadcrumb > li + li:before {
        content: var(--tw-ref-icon-arrow-forward-small);
        font-family: 'twinkle-icons';
        height: 16px;
    }

.main-sidebar, .left-side {
    padding-top: 50px;
}
.fixed .main-header {
    box-shadow: 0 6px 12px #326CFC11;
}
.main-header .logo {
    background-color: white !important;
    border-bottom: 0 solid transparent;
    height: 50px;
}

.fixed .content-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.content {
    padding-top: 0;
}

.main-header .navbar {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 0 1rem;
    background-color: white;
}
.main-header .navbar .nav > li > a, .nav > li > a, .nav > li > a {
    color: black;
}

    .main-header .navbar .nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
        color: #326CFC;
        background: transparent;
    }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #326CFC !important;
    background: transparent;
} 

.main-header .sidebar-toggle:hover {
    color: #326CFC;
}

.navbar-custom-menu {
    background-color: white;
    border-radius: 10px;
    margin-right: 15px;
    /*box-shadow: 0 2px 9px #efeded;*/
}

.navbar-nav > .user-menu > a {
    display: flex;
    align-items: center;
    padding: 8px;
    line-height: 32px;
    height: 50px;
}

.navbar-nav > .history-menu > a {
    display: flex;
    align-items: center;
    padding: 0px;
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.croppie-container .cr-viewport {
    border: none;
    border-radius: 50%;
    padding: 24px;
    box-shadow: none;
    width: 136px !important;
    height: 136px !important;
}
.croppie-container .cr-boundary {
    border-radius: 50%;
    margin: 12px;
    width: 136px !important;
    height: 136px !important;
}
.notifications-menu {
    padding-left: 15px;
    margin-right: 15px;
}

    .notifications-menu > .dropdown-menu {
        border-radius: 10px !important;
        border: 0;
        margin-top: 10px !important;
    }

.header-count {
    text-align: center;
    padding: 5px;
}

    .user-menu {
        padding-right: 15px;
    }

    .history-menu > .dropdown-menu {
        margin-top: 10px !important;
        border: 0;
        border-radius: 10px !important;
    }

    .user-menu > .dropdown-menu {
        margin-top: 10px !important;
        border: 0;
        border-radius: 10px !important;
    }


.user-menu > .dropdown-menu > .user-footer {
    background-color: #f9f9f9;
    padding: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.user-menu > .dropdown-menu > li.user-header > p {
    color: black !important;
}

.profile-dropdown-icon {
    margin-left: .7rem;
}

.content-header {
    padding: 15px 15px 0 25px !important;
}

.content {
    padding-left: 25px !important;
}

/*SideBar Menu*/
.sidebar {
    padding-bottom: 41px;
    padding-top: 28px;
}
.sidebar-collapse .sidebar {
    overflow: visible !important;
    padding-bottom: 72px;
    /*padding-bottom: 60px;*/
    /*min-height: calc(100vh - 90px);*/
}
.navbar-footer {
    border-top: 1px solid #F6F7FC;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
    .navbar-footer .sidebar-toggle {
        background: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 4px;
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: #160438;
        width: 100%;
        padding: 8px 24px;
        display: flex;
    }

.sidebar-mini.sidebar-collapse .navbar-footer a.sidebar-toggle > span {
    display: none;
}

.slimScrollDiv {
    overflow: visible !important;
}

.sidebar-menu .icon, .navbar-footer .icon {
    margin: 0;
    margin-right: 10px;
    padding: 2px;
    margin-top: 0px;
    overflow: hidden;
    font-size: 20px;
    line-height: 16px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
.sidebar-toggle {
    display: flex;
    align-items: center;

}
.sidebar-collapse .sidebar-toggle {

}
    /*.sidebar-mini .sidebar-toggle {
  
    
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 -2px 10px #e6e6e6;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    font-size: 24px;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}*/
.sidebar-toggle .icon {
    transform: rotate(180deg);
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}
.sidebar-collapse .sidebar-toggle .icon {
    transform: rotate(0deg);
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

/*.sidebar-mini .sidebar-toggle {
    transform: rotate(180deg);
}*/

/*.sidebar-mini.sidebar-collapse .sidebar-toggle {
    transform: rotate(0deg);
}*/

.sidebar-mini.sidebar-collapse .sidebar-menu .icon, .sidebar-toggle .icon {
    margin: 0;
 
}

.sidebar-mini.sidebar-collapse .sidebar-menu .treeview > a > .icon.wi-chevron-down {
    display: none;
}


.sidebar-mini.sidebar-collapse .sidebar-menu > li, .sidebar-toggle {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 0;
    bottom: 0;
}

    .sidebar-mini.sidebar-collapse .sidebar-menu > li > a, .sidebar-toggle a {
        padding: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }




    .sidebar-menu > li > a:hover, .sidebar-menu > li > a:active, .sidebar-menu > li > a:focus {
        outline: none;
        text-decoration: none;
        color: #326CFC;
    }

.sidebar-menu > li > a {
    padding: 8px 12px 8px 24px;
    color: black;
    display: flex;
    font-weight: 600;
    align-items: center;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.sidebar-menu .icon.wi-chevron-down {
    margin-right: 0;
    margin-right: 0;
    position: absolute;
    right: 12px;
}
.sidebar-menu .treeview.active > a > .icon.wi-chevron-down {
    transform: rotate(180deg);
}
.sidebar-menu .treeview-menu {
 
}
 .sidebar-menu .treeview .treeview-menu a .icon {
        display: none;
 }
.sidebar-menu > li > a {
    font-weight: 600;
}
.sidebar-menu.site-menu-system > li > a {
    font-weight: 600;
}
    .sidebar-menu.site-menu-system .treeview .treeview-menu a .icon {
    display: block;
}
.sidebar-menu .treeview .treeview-menu .treeview .treeview-menu a .icon {
    display: none;
}

.sidebar-menu .treeview-menu > li > a {
    display: flex;
    width: 100%;
    align-items: center;
    -webkit-transition: background-color 2s ease-out;
    -moz-transition: background-color 2s ease-out;
    -o-transition: background-color 2s ease-out;
    transition: background-color 2s ease-out;
}

.sidebar-menu > li > a > .fa {
    width: 30px;
    font-size: 16px;
    vertical-align: middle;
    line-height: unset;
}

.sidebar-menu > li > a > span {
    vertical-align: middle;
}

.area-label {
    font-size: 24px;
    font-weight: 700;
    vertical-align: middle;
}
.site-header h1 {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.p-x-16 {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.p-y-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.p-y-10 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.p-y-12 {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}
.p-y-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.p-t-16 {
    padding-top: 16px !important;
}
.p-t-12 {
    padding-top: 12px !important;
}
.p-x-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.p-b-0 {
    padding-bottom: 0 !important;
}

.dt-toolbar label {
    padding-bottom: 0;
    margin-bottom: 0;
}

.site-id-label {
    background-color: transparent;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0px 3px 20px #00000008;
    vertical-align: middle;
    margin-right: 10px;
}

    .site-id-label .fa {
        margin-right: 10px;
    }

.site-name-wrapper {
    padding: 0;
    font-size: 14px;
    font-weight: 700;
    vertical-align: middle;
}

.site-name-text {
    padding-right: 10px;
    border-right: 1px solid white;
    padding-top: 2px;
    padding-bottom: 2px;
}

.site-license-label {
    padding: 10px;
    font-size: 14px;
    vertical-align: middle;
}

.pi-border {
 
    box-shadow: 0 3px 20px #efeded;
}

.main-sidebar {
}
.test .main-sidebar, .model .main-sidebar {
    
}
    .main-sidebar .sidebar-menu, .main-sidebar .sidebar-menu {
        padding-top: 30px;
    }
    \.test .main-sidebar .sidebar-menu, .model .main-sidebar .sidebar-menu {
        padding-top: 28px;
    }

    .client-header {
        position: fixed;
        padding: 15px 25px;
        margin-left: 25px;
        border-radius: 10px;
        font-weight: 900;
        background-color: #e5ecf2;
    }

.jarviswidget {
    border-radius: 10px !important;
}

    .jarviswidget > header {
        background-color: white !important;
        border: 0 !important;
        color: black !important;
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px !important;
        display: flex;
        border-bottom: 2px solid #f2f3f4 !important;
        justify-content: space-between;
        align-items: center;
    }
    .w-dashboard .jarviswidget > header {
        flex-direction: row-reverse;
    }
        .jarviswidget > header h3 {
            align-items: center;
            display: flex;
            line-height: 22px;
        }
        .jarviswidget > header h3 .icon {
            line-height: 24px;
            height: 24px;
            width: 24px;
            font-size: 24px;
            display: flex;
        }


        .jarviswidget > header  span.widget-icon {
            display: inline-block;
        }
    .jarviswidget > header h2 {
           
        }

    .jarviswidget > div {
        border: 0 !important;
        border-bottom-left-radius: 10px !important;
        border-bottom-right-radius: 10px !important;
    }

.dt-toolbar-footer {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sidebar-menu .treeview-menu {
  
}

.sidebar-menu .treeview-menu > li > a {
    color: black;
}

    .sidebar-menu .treeview-menu > li > a:hover {
        color: #326CFC;
    }

.sidebar-menu .treeview-menu > li > a.active {
    color: #326CFC;
}

.sidebar-menu li > a > .pull-right {
    position: absolute;
    top: 25%; 
    right: -10px;
    margin-top: 0; 
}

.sidebar-menu li.active > a > .fa-angle-left {
    transform-origin: 15%;
    transform: rotate(-90deg);
}

.nav-header {
   
}
.sidebar-menu .treeview-menu {
    padding-left: 0;
}
.sidebar-menu .treeview-menu > li > a {
    padding: 8px 24px 8px 24px;
}
.sidebar-menu .treeview-menu {
    padding-left: 35px;
}
.sidebar-menu.site-menu-system .treeview-menu {
    padding-left: 0;
}
.sidebar-menu .treeview-menu .treeview-menu {
    padding-left: 35px;
}

    .logo-mini {
    margin-top: 10px;
}

.form-control {
    border-radius: 5px;
    border: 2px solid #e9e9e9;
}

    .form-control:focus {
        border-color: #326CFC;
        box-shadow: none;
    }

.input-group .input-group-addon {
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    border: 2px solid #e9e9e9;
    border-right: 0;
}

.table-striped > tbody > #row-header {
    background-color: #337ab7;
    border-bottom: 2px solid #f4f4f4;
    color: #fff;
} 

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9fafd;
}

.table-hover > tbody > tr:hover {
    background-color: #e9eaed;
}

.table > tbody > tr > td {
    vertical-align: middle !important;
}

.details-control > .fa {
    color: #326CFC;
    font-size: 3rem;
    padding: 5px;
}
.btn-wi-icon {
    display: flex;
    align-items: center;
    padding: 6px 12px 6px 8px;
    font-weight: 600;
}
.btn-wi-icon-right {
    padding: 6px 8px 6px 12px;
}
.btn-wi-icon .icon {
    font-size: 18px;
    height: 18px;
    line-height:18px;
    margin-right: 8px;
}
.btn-wi-icon-right .icon {
    margin-right: 0;
    margin-left: 8px;
}
.wi-icon-180d {
    transform: rotate(180deg);
}
.wi-icon-90d {
    transform: rotate(90deg);
}
.btn-light-blue {
    background-color: #EBEFFC;
    border-color: #EBEFFC;
    color: #326CFC;
}
.btn-primary {
    background-color: #326CFC;
    border-color: #326CFC;
}

    .btn-primary:focus, .btn-primary.focus, .btn-primary:active:focus {
        color: #fff;
        background-color: #3353a5;
        border-color: #385cb7;
    }

    .btn-primary:hover {
        background-color: #2156dd;
        border-color: #4c77e5;
    }

    .btn-primary.disabled, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:active, .btn-primary[disabled]:focus {
        background-color: #788dc2;
        border-color: #99a5c2;
    }

@media (max-width: 767px) {
    .main-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .breadcrumb {
        display: none;
    }
    .environment-bar-warning i {
        display: none;
    }
}

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar {
        width: 70px !important;
        background-color: white;
    }
}

.navbar-footer .sidebar-toggle.mobile-toggle {
    background-color: white;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    padding: 0;
    padding-left: 0px;
    align-items: center;
    bottom: 20px;
    justify-content: center;
    position: absolute;
    right: -80px;
    box-shadow: 0px 2px 20px #00000044;
}
.desktop-toggle {
    display: none !important;
}
.navbar-footer {
    position: absolute;
    top: auto;
    bottom: 0;
}

    @media (min-width: 768px) {
        .sidebar-mini.sidebar-collapse .main-header .logo {
        }
        .navbar-footer {
            position: absolute;
            top: auto;
            bottom: 0;
        }
        .mobile-toggle {
            display: none !important;
        }
        .desktop-toggle {
            display: flex !important;
        }
    }





.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > i {
    padding-left: 2px;
}


.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right), .sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    left: 50px;
    background-color: #fff;
    width: auto;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
    text-align: left;
    box-shadow: 0 6px 12px #326CFC33;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li.treeview:hover > a > span:not(.pull-right) {
    border-radius: 10px 10px 0 0;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    top: 36px;
    margin-left: 13px;
    border-radius: 0 10px 10px 10px;
    padding: 8px 0;
}

.sidebar-mini.sidebar-collapse .sidebar-menu .treeview-menu > li > a {
    padding: 8px 16px;
}


.sidebar-mini.sidebar-collapse .main-header .navbar {
    margin-left: 70px;
}



.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .right-side, .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 70px !important;
}


div.input-group > div > input.form-control:not(:last-child) {
    border-radius: 0 !important;
}

.jarviswidget > header.tabHeader {
    height: 42px !important;
}

.widget-body-toolbar {
    border-bottom: 2px solid #f2f3f4 !important;
}

.site-menu-system {
    border-top: 2px solid #f2f3f4 !important;
    border-bottom: 2px solid #f2f3f4 !important;
}

.site-menu-system > .treeview > .treeview-menu {
}

.header-dropdown {
    font-weight: 600;
}

.sidebar-menu > li.header {
    font-weight: 600;
    font-size: 14px;
    padding: 12px 24px;
}

.input-group-sm > .input-group-addon {
    line-height: 1 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.p-0 {
    padding: 0 !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #858796 !important;
    border-color: #858796 !important;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #717384 !important;
    border-color: #6b6d7d !important;
}

.nav-pills > li > a {
    border-radius: 5px;
    color: #444;
    border: 2px solid transparent;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff !important;
    background-color: #326CFC;
    border: 2px solid #326CFC;
}

.nav-pills > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #326CFC !important;
    background: transparent;
}

a {
    color: #326CFC;
}

a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #3353a5;
}

.tab-background {
    background-color: #ecf0f5;
    padding: 10px;
    border-radius: 5px;
}

.btn-check {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
    cursor: pointer;
}

.btn-check:not(.disabled):hover, .btn-check:not(.disabled):active, .btn-check:not(.disabled).hover {
    background-color: #e9ecef;
    color: #2b2b2b;
}

.btn-check:disabled, .btn-check.disabled {
    opacity: 0.65;
    box-shadow: none;
    cursor: default !important;
}

.btn-check-primary {
    background-color: #def0fd !important;
    border-color: #008aed !important;
    cursor: pointer;
}

.btn-check-primary:disabled, .btn-check-primary.disabled {
    opacity: 0.65;
    box-shadow: none;
    cursor: default !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.font-1 {
    font-size: 12px;
}

.font-2 {
    font-size: 15px;
}

.height-1 {
    height: 0.25rem;
}

.swal2-popup {
    font-size: 1.5rem !important;
}

.m-1 {
    margin-top: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.icon-status-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    border: 1px solid transparent;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
    z-index: 1;
}

.icon-status-warning > i {
    vertical-align: middle;
    font-size: 25px;
}

.icon-status-warning > span {
    padding-left: 10px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
}

.section-status-sticky {
    display: flex;
    position: sticky;
    top: -2px;
}

.section-status-sticky.updated {
    top: 2px;
}

.icon-status-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border: 1px solid transparent;
    padding: 0.75rem 1.25rem;
    border-radius: 0.25rem;
}

.icon-status-success > i {
    vertical-align: middle;
    font-size: 25px;
}

.icon-status-success > span {
    padding-left: 10px;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 600;
}

.min-width-25 {
    min-width: 25px;
}
    /* NEW STYLE */

    .widget-body-toolbar {
    align-items: center;
    padding: 12px 16px;
}
    .dt-toolbar .col-sm-6.col-xs-12, .dt-toolbar .col-sm-4.col-xs-12 {
        padding: 0;
    }

    .dt-toolbar label {
        padding: 12px 16px;
    }
.btn-mr {
    margin-right: 12px;
}
.action-buttons {
        text-align: center;
}
.action-buttons .btn {
    margin: 4px;
}
.jarviswidget > div {
    overflow: hidden;
}
.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.flex-wrap {
    flex-wrap: wrap;
}
.justify-content-between {
    justify-content: space-between;
}
.justify-content-around {
    justify-content: space-around;
}
.m-auto {
    margin: auto;
}
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 0;
}


.wels-content-wrapper {
    background-color: white;
    border-radius: 10px;
    position: relative;
    margin-bottom: 2rem;
    box-shadow: 0px 3px 20px #00000008;
}
.wels-content-wrapper-section {
    padding: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.p-y-2 {
    padding-left: 2rem;
    padding-right: 2rem;
}
.wels-bg-light {
    background: #EBEFFC;
}
.tabHeader.tab-btn-outline {
    
    border-bottom: 2px solid #EBEFFC;

}
.tab-btn-outline .panel-tabs > li > a {
    color: #000;
    margin-right: 2px;
    line-height: 1;
    border-radius: 10px;
    background-color: #EBEFFC;
    border: solid 1.5px;
    border-color: transparent;
}
@media screen and (max-width: 991.98px) {
    .tabHeader {
        flex-direction: column;
    }
    .tabHeader .left {
        display: flex;
        padding-left: 16px;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
        padding-right: 16px;
    }
    .tab-btn-outline select {
        color: #000;
        margin-right: 2px;
        line-height: 1;
        border-radius: 10px;
        border: solid 1.5px;
        border-color: transparent;
        padding: 10px 16px;
        padding-right: 24px;
        width: 100%;
        background-color: #EBEFFC;
    }

    .tab-btn-outline select:focus {
        border-color: #326CFC !important;
        outline: #326CFC;
    }

    .tab-btn-outline select:focus-within {
        border-color: #326CFC;
        outline: #326CFC;
    }

    .tab-btn-outline select:focus-visible {
        border-color: #326CFC !important;
        outline: #326CFC;
    }


}


/* select + icons *******************************************/

.wi-select.dropdown {
    width: 200px !important;
    padding: 5px;
    border: 1px solid #a8a8a8;
    border-radius: 0px;
    font-size: 18px;
    background-color: #fff;
}

.wi-select .wi-dropdown-menu > li > a:hover, .wi-select .wi-dropdown-menu > li > a:focus, .wi-select .dropdown-submenu:hover > a, .wi-select .dropdown-submenu:focus > a {
    text-decoration: none !important;
    background-color: #ebeffc !important;
    background-image: none !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.wi-select .dropdown-toggle, .wi-dropdown-menu {
    width: 100% !important;
}


.wi-select.dropdown a {
    text-decoration: none;
    color: #000;
}

.wi-select .icon.wi-chevron-down {
    float: right;
    height: 20px;
}

.wi-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 16px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.open > .wi-dropdown-menu {
    display: block;
}

.button-container {
    display: flex;
    flex-wrap: nowrap; /* Prevent buttons from wrapping */
    overflow-x: auto; /* Enable horizontal scrolling */
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    width: 100%; /* Adjust width as needed */
    /* Hide the scrollbar */
    scrollbar-height: thin; /* For Firefox */
    scrollbar-color: transparent transparent; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.button-scroll {
    display: flex;
    width: fit-content; /* Adjust width as needed */
}
.button-scroll a {
    white-space: nowrap; /* Prevent button text from breaking */
}
.button-container::-webkit-scrollbar {
    height: 0; /* For Chrome, Safari, and Opera */
    /*display: none; /* For Chrome, Safari, and Opera */
}

/**********************************/


.tab-btn-outline .panel-tabs > li.active > a, .tab-btn-outline .panel-tabs > li.active > a:hover, .tab-btn-outline .panel-tabs > li.active > a:focus {
    color: #326CFC;
    cursor: default;
    border-radius: 10px;
    background-color: #fff;
    border-color: #326CFC;
    border: solid 1.5px;
    font-weight: 600;
}
.tab-btn-outline .panel-tabs > li:hover > a {
    cursor: pointer;
    color: #326CFC;
    background-color: #EBEFFC;
}

.mt-2 {
    margin-top: 1.5rem !important;
}

.mt-3 {
    margin-top: 3rem !important;
}

.mt-4 {
    margin-top: 3.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.site-bar {
    display: flex;
    align-items: center;
    background: #326CFC;
    color: white;
    border-top: 2px solid #f2f3f4 !important;
    border-bottom: 2px solid #f2f3f4 !important;
    box-sizing: content-box;
    height: 36px;
}
.site-id-label {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    width: fit-content;
    align-items: center;
    display: flex;
    font-weight: 700;
    padding: 0 1.5rem;
    gap: 6px;
    background: #0E51FB;
    border-radius: 0;
    padding-left: 25px !important;
}


.text-limit{
    max-width: 380px !important;
}
    .text-limit .dropdown-menu .inner {
        max-width: 380px !important;
    }
    .text-limit .dropdown-menu .inner .text {
        max-width: 300px !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }
.p-x-standard {
    padding-left: 24px !important;
    padding-right:24px !important;
}

#site-main .hidden-xs, #site-main .hidden-sm {
}

.main-sidebar .sidebar-menu {
    padding-top: 0;
}
    .sidebar-collapse ul.sidebar-menu.site-menu-system {
        visibility: hidden;
    }


.wels-box .full-width {
    width: auto;
}
.wels-box .inner-p-x {
    padding-left: 3rem;
    padding-right: 3rem;
}


/* WELS Container */

.w-content {
    padding: 32px;
}
.w-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    min-height: 35px;
}
}
.w-row .left{
    -webkit-box-flex: 5;
    -ms-flex-positive: 5;
    flex-grow: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    column-gap: 12px;
}
.w-row .right {
    -webkit-box-flex: 3;
    -ms-flex-positive: 3;
    flex-grow: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    column-gap: 12px;
}
.w-title {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
}

.w-container {
    -webkit-transition: all .6s cubic-bezier(.85,0,.15,1);
    transition: all .6s cubic-bezier(.85,0,.15,1);
    position: relative;
    -webkit-box-shadow: 0 2px 12px rgb(87 102 117 / 8%);
    box-shadow: 0 2px 12px rgb(87 102 117 / 8%);
    border-radius: 12px;
    background: #fff;
}
.w-flex-column {
    display: flex;
    flex-direction: column;
}
.w-content .btn:active {
    box-shadow: none !important;
}
.w-content .btn:focus, .w-content .btn:active:focus, .w-content .btn.active:focus, .w-content .btn.focus, .w-content .btn:active.focus, .w-content .btn.active.focus {
    outline: none;
}


    .w-container .w-row {
    margin-bottom: 16px;
}
.w-row-padding {
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 16px;
}
.w-container .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #326CFC22;
}
.w-container .left {
    display: flex;
    padding-left: 12px;
    align-items: center;
    column-gap: 24px;
}
.w-container .right {
    display: flex;
    padding-right: 12px;
    column-gap: 24px;
    align-items: center;
}

.w-title-container {

}
.w-dt {
    margin-bottom: 20px;
}
.w-dt .table-bordered > thead > tr > th {
    border: none;
}
.w-container  .btn-row {
    display: flex;
    align-items: center;
}
.w-dropdown{
    position: relative;
}
.w-filter-panel {
    position: absolute;
    z-index: 999;
    width: 320px;
    -webkit-box-shadow: 0 12px 12px rgb(87 102 117 / 28%), 0 -2px 12px rgb(87 102 117 / 8%);
    box-shadow: 0 8px 12px rgb(87 102 117 / 28%), 0 -2px 12px rgb(87 102 117 / 8%);
    transform: translateY(8px);
    padding-top: 12px;
}
@media screen and (max-height: 768px) {
    .w-filter-panel {
        overflow-y: auto;
        max-height: 55vh;
    }
}
.w-filter-panel .form-group {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 8px;
}
.w-filter-panel .btn-row {
    padding: 12px;
    flex: 0 0 100%;
}
.w-filter-panel label  {
    font-size: 13px;
}
.w-filter-panel .btn-row .btn {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
    align-items: center;
}
.w-container  .btn-wi-icon-left-right .icon:first-child {
    margin-left: 0;
    margin-right: 8px;
}
.w-container .btn-wi-icon-left-right .icon:last-child {
    margin-left: 8px;
    margin-right: 0;
}
.w-container .btn .label {
    position: relative;
    top: 0;
    margin-right: 4px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    display: inline-block;
    border-radius: 16px;
    padding: 0;
    vertical-align: middle;
    text-align: center;
}
.w-container  span.advancedSearchText {
    align-items: center;
    display: flex;
}
.w-btn-row {
    display: flex;
    align-items: center;
}
.w-dt .dt-buttons {
    float: right;
}
.w-container .tabHeader {
    padding: initial !important;
    height: initial !important;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}
.w-dt table.table-bordered.dataTable tbody td {
    border-left-width: 0;
    border-right-width: 0;
    background: white;
    white-space:nowrap;
}
.w-dt table.table-bordered.dataTable tbody td.details-container {
    white-space: normal;
}
.w-dt table.dataTable tbody tr {
    background-color: white;
    padding: 0;
}
.w-dt table.dataTable > tbody > tr.child:hover, .w-dt .table-hover > tbody > tr:hover {
    background: white !important;
}
.w-dt tr.dt-hasChild.parent, .w-dt tr.parent {
    box-shadow: 0 6px 12px #326CFC08;
    z-index: 999;
    position: relative;
}
.w-dt table.dataTable.dtr-column > tbody > tr > td.dtr-control {
    width: 24px;
    padding: 0;
    padding-right: 12px;
    text-align: center;
    vertical-align: middle;
}
.w-dt .w-actions .actions-dropdown .dropdown-toggle {
    padding: 2px;
    border-radius: 24px;
    border: 2px solid #326CFC10;
    color: #131523;
}
.w-dt .w-actions .actions-dropdown .dropdown-toggle {
    padding: 2px;
    border-radius: 24px;
    border: 2px solid #326CFC10;
    color: #131523;
}
    .w-dt .w-actions .actions-dropdown .dropdown-toggle:hover {
        color: #326CFC;
        border: 2px solid #326CFC;
    }
.w-dt .w-actions .actions-dropdown .dropdown-toggle.btn-wi-icon .icon {
    font-size: 24px;
    height: 24px;
    width: 24px;
    line-height: 24px;
}
.w-dt table.dataTable.dtr-column > tbody > tr > td.dtr-control:before {
    background: #fff;
    border: 2px solid #326CFC10;
    font-size: 24px;
    color: #131523;
    font-family: "twinkle-icons" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91e";
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
    height: 28px;
    width: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    transition-duration: .1s;
}
.w-dt table.dataTable.dtr-column > tbody > tr > td.dtr-control:hover:before {
    color: #326CFC;
    border: 2px solid #326CFC;
}

.w-dt table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before {
    content: "\e91e";
    transform: scaleY(-1);
    background: #326CFC;
    color: white;
    transition-duration: .1s;
}
.w-dt .table > thead:first-child > tr:first-child > th {
    vertical-align: middle;
    white-space: nowrap;
}

.dt-print-view .dtr-control, .dt-print-view .w-actions {
    display: none;
}
.dt-print-view .table * {
    background-color: transparent !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-wrap {
    white-space: normal !important;
}
@media print {
    .dtr-control, .w-actions {
        display: none;
    }
    .table * {
        background: transparent !important;
    }
}

#table-size label, #table-search label {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    column-gap: 10px;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
}
.w-search {
    height: 36px;
    padding-right: 32px !important;
    padding-left: 32px;
    font-family: Nunito Sans,sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #160438;
    border: 2px solid #dddee6;
    background-position: 6px 50% !important;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-image: url('Twinkle/svg/ui-actions/search-blue.svg');
}
.w-table-search .add-clear-x {
    top: 50% !important;
    transform: translateY(-50%);
    right: 4px !important;
}


.w-dt .actions-dropdown {
    justify-content: end;
    display: flex;
}
.w-dropdown-menu {
    right: 0;
    left: auto;
    border: none;
    background: #fff;
    border-radius: 12px;
    padding: 8px 0;

    -webkit-box-shadow: 0 12px 12px rgb(87 102 117 / 28%), 0 -2px 12px rgb(87 102 117 / 8%);
    box-shadow: 0 8px 12px rgb(87 102 117 / 28%), 0 -2px 12px rgb(87 102 117 / 8%);
}
    .w-dropdown-menu hr {
        height: 1px;
        margin: 0.5rem 0;
        overflow: hidden;
        border-top: 1px solid #EBEFFC;
    }
    .w-dropdown-menu button {
        width: 100%;
        background: none;
        padding: 4px 18px;
        border: none;
        text-align: left;
    }
        .w-dropdown-menu button:hover {
            background: #326CFC11;
            font-weight: 600;
            color: #326CFC;
        }
        .w-dropdown-menu button.w-btn-delete:hover {
            background: #dd4b39;
            color: white;
        }
.w-dt .table-hover > tbody > tr:hover {
    background-color: transparent;
}
.w-dt .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #326CFC44;
}
.w-dt table.dataTable > tbody > tr.child ul.dtr-details > li {
    border-bottom: none;
    padding: 8px 0;
    min-height: 26px;
    align-items: start;
}
.w-dt .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white
}
.w-dt .table-striped > tbody > tr.odd > td {
    background-color: #326CFC07;
}
.w-dt .table-striped > tbody > tr.odd-child {
    padding:0;
}
.w-dt .table-striped > tbody > tr.odd-child td {
    background-color: #326CFC07;
}
.w-dt .table-bordered > tbody > tr.dt-hasChild > td {
    border-bottom: none;
}
.w-dt table.dataTable > tbody > tr.child span.dtr-title {
    min-width: auto;
    font-weight: bold;
    width: 220px;
    white-space: normal;
}

.w-dt .table-bordered > tbody > tr.child td.child {
    border: none;
    border: 1px solid #326CFC07;
    background-color: #326CFC07;
}
.w-btn-white {
    color: #326CFC;
    background-color: white;
}
div.dt-buttons {
    display: flex;
    float: none;
    justify-content: end;
    align-items: center;
}
button.w-btn-light.dt-button, .w-btn-light {
    display: inline-block;
    padding: 6px 8px;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #131523;
    background: white;
    border: 1.5px solid transparent;
    border-color: #326CFC33;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}
    button.w-btn-light.dt-button:hover, .w-btn-light:hover {
        color: #326CFC;
        background: #326CFC00 !important;
        border: 1.5px solid #326CFC !important;
    }
    button.w-btn-light.dt-button span {
        display: flex;
        align-items: center;
        justify-content: center;
    }

#table-info div.dataTables_info {
    padding-top: 0;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    color: #131523;
}
#table-length label {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
.w-table-pagination {
    display: flex;
    align-items: center;
    column-gap: 12px;
}
#top-table-pagination .paginate_button {
    display: none;
}
#top-table-pagination .paginate_button.previous, 
#top-table-pagination .paginate_button.next {
    display: flex;
}
#top-table-pagination .paginate_button.disabled,
#bottom-table-pagination .paginate_button.disabled {
    display: none;
}
.w-table-pagination .pagination {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 4px;
    margin: 0;
}
.w-table-pagination .pagination > li > a {
    padding: 5px 10px 5px 10px;
    border: 1px solid #f9f9f9;
    background: #f9f9f9;
    border-radius: 3px;
}



.w-table-pagination .pagination > li > a:hover {
    z-index: 1;
    background: #EBEFFC;
    border-color: #EBEFFC;
    color: #326CFC;
    border-radius: 3px;
}
.w-table-pagination .previous a,
.w-table-pagination .next a {
    background-color: #ececec;
    border-color: #ececec;
    color: #131523;
    display: flex;
    align-items: center;
    padding: 6px !important;
    font-weight: 600;
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}
.w-table-pagination .pagination > li.active > a {
    background: transparent;
    color: #326CFC;
    font-weight: 700;
    border-color: #326CFC;
    border-radius: 3px;
}
#bottom-table-pagination .pagination > li.previous > a {
    
}
#bottom-table-pagination .pagination > li.next > a {
}


/* Assessment Pagination Fix */

.w-dt .dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
    background: none !important;
    border: none !important;
}
    .w-dt .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        padding: 0 !important;
        background: none !important;
        border: none !important;
    }


.w-dt table.dataTable {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.w-dt .dt-toolbar {
    background: transparent;
}
.w-dt span.dtr-data {
    width: 100%;
}
.w-dt span.dtr-data a {
}

.w-dt span.dtr-data select {
    width: auto;
    max-width: 100%;
    height: 24px;
    margin-left: 12px;
    font-size: 13px;
    padding: 0px;
}

.w-dashboard {
    display: flex;
    flex-direction: column;
}
.w-full {
    width: 100%;
}
.w-full > div {
    margin-bottom: 32px;
}
.w-half {
    width: 100%;
}
.w-half > div {
    margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
    .w-dashboard {
        flex-direction: row;
        gap: 32px;
    }
    .w-half {
        width: calc(50% - 16px);
    }
}

.w-widget {
    overflow: hidden;
}
.w-widget-title {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 0 1em;
    gap: .5em;
}
.w-widget-title h3 { 
    font-weight: 700 !important;
}
.w-border-top {
    border-top: 1px solid #326CFC22;
}
.w-row.bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 16px;
}
.w-container .input-group {
    display: flex;
    align-items: stretch;
    justify-content: start;
}
.w-container .input-group-addon {
    padding: 0px 12px !important;
    color: black;
    background-color: #EBEFFC;
    border: 2px solid #EBEFFC;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    width: 36px;
    /*height: 36px;*/
    padding: 0;
}
.w-container .input-group-addon icon {
    display: flex;
}
.w-container .bootstrap-select > .dropdown-toggle, .w-container input.form-control select.form-control {
    background: white;
    border: 2px solid #EBEFFC;
    line-height: 1em;
    height: 34px;
    padding-top: 9px;
}
.w-container  .btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.w-dt table .dtr-control {
    display: none;
}
.w-dt table.collapsed .dtr-control {
    display: table-cell;
}

.w-flex-grid {
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
}
.w-card {
    background: white;
    box-shadow: 0 2.8px 2.2px rgb(19 21 35 / 1%), 0 6.7px 5.3px rgb(19 21 35 / 1%), 0 12.5px 10px rgb(19 21 35 / 2%), 0 22.3px 17.9px rgb(19 21 35 / 2%);
    min-height: 100px;
    border-radius: 10px;
    padding: 22px;
    overflow: hidden;
    position: relative;
    margin: 0 !important;
}

.w-3col > * {
    width: calc(33.33% - 20px);
    flex-shrink: 0;
}

.address-validation,
.invalid-address,
.valid-address,
.original-address,
.unexpected-behavior,
.confirm-personator-suggestion, 
.missing-personator-selection {
    display: none;
}

.professionalStaffInfo {
    padding: 1rem;
}

.professionalStaffInfo .widget-body-toolbar {
    display: block;
    width: 100%;
    align-items: center;
}

.ps-info-box-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

.ps-info-box {
    border: 1px solid #7ac0da;
    border-radius: 5px;
    background-color: aliceblue;
    margin-bottom: 0px;
    align-items: center;
}

.ps-info-box .input-group-addon {
    background-color: aliceblue;
    border: none;
}


.address-validation {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #e9ecef;
    border-radius: 1rem;
}

.address-validation-warning {
    border-left-color: darkorange;
    border-color: darkorange;
}

.address-validation-danger {
    border-left-color: #dc3545;
    border-color: #dc3545;
}

/*=======================================*/
/*        Start More Info ListBox        */
/*=======================================*/

.moreInfoSelect option {
    white-space: normal;
    padding: 5px;
    color:black;
}

.moreInfoSelect option:checked, .moreInfoSelect option:focus {
    background-color: blue !important;
    color: white;
}

.moreInfoSelect option:nth-of-type(even) {
    background-color: #e6e6e6;
}

.moreInfoSelect option:nth-of-type(odd) {
    background-color: #fff;
}

.moreInfoSelect {
    padding: 0px !important;
}

/*=======================================*/
/*        End More Info ListBox        */
/*=======================================*/

.w-custom-select.dropdown {
    color: #326CFC;
    cursor: default;
    border-radius: 10px;
    background-color: #fff;
    width: 100% !important;
    justify-content: space-between;
    border-color: #326CFC;
    border: solid 1.5px;
    font-weight: 600;
    padding: 8px;
}

.w-custom-select .dropdown-toggle {
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w-custom-select #options-display {
    gap: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.w-custom-select .wi-dropdown-menu li {
    width: 100%;
    display: flex;
    align-items: center;
}

.w-custom-select .wi-dropdown-menu li a {
    width: 100%;
    display: flex;
    padding: 16px;
    align-items: center;
    gap: 16px;
    font-size: 16px;
    border-radius: 8px;
}

.w-custom-select .wi-dropdown-menu {
    padding: 8px;
}

.m-0 {
    margin: 0 !important;
}

/*Start: Adding colors to the td for boolean values
    Aligning text class
*/
.w-dt table.table-bordered.dataTable tbody td.false {
    background: #f2dede;
}
.w-dt table.table-bordered.dataTable tbody td.true {
    background: #dff0d8;
}
.w-dt table th.text-center {
    text-align: center !important;
}
/*End*/

.ph-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.menu-top-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.google-translate-visible .test-bar {
    top: 40px !important;
}
body.google-translate-visible .test-bar {
    top: 40px !important;
}


/*=======================================*/
/*        Style for dataTables_wrapper   */
/*        To center the loading element  */
/*=======================================*/
div.dataTables_wrapper {
    position: relative;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.75rem;
}

.alert-info-white {
    color: #000;
    border-width: 0;
    padding: 1rem !important;
    padding-left: 4.5rem !important;
    background-color: #fff;
    box-shadow: #ddeff5 0 8px 24px !important;
    box-shadow: rgba(95, 175, 200, .20) 0 8px 24px !important;
}

.alert-info-white:after {
    content: "";
    width: 2rem;
    height: 100%;
    align-items: center;
    display: flex;
    position: absolute;
    background-color: #fff;
    border-radius: 1rem;
    top: 0;
    left: 1rem;
    background-image: url(/Content/Images/Icons/info-solid-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.carousel-indicators li {
    text-indent: 0;
    margin: 0 2px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 20px;
    color: white;
    font-weight: 600;
    transition: all 0.25s ease;
}

.carousel-indicators .active {
    margin: 0 2px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #cdcdcd;
    border: 1px solid #fff;
}

.custom-carousel {
    padding: 5px;
}