html,
body {
    height: 100%;
    font-family: 'Helvetica', 'Arial' , 'sans-serif' !important;
}

.body-qoqi {
    height: 100%;
    font-family: 'Montserrat' !important;
}

.container-qoqi {
    width: 100%;
    min-height: 550px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.img-login {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    object-fit: cover;
}

.header-qoqi {
    height: 60px;
    padding: 10px;
    text-align: center;
    background: #F56600;
    color: white;
    font-size: 30px;
}

.navbar-qoqi-logo {
    float: left;
    height: 40px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-qoqi-help {
    padding: 10px;
    color: white;
    float: right;
    font-size: 1.5rem;
    line-height: 20px;
}

* {
    border-radius: 0px !important;
}

textarea {
    resize : none;
}

.hide-input {
    display : none;
}

.display-textbox {
    background-color: #fff !important;
}

.input-summary {
    font-size: 16px;
    font-weight: bold;
}

.panel-heading {
    font-weight: bold !important;
}

.panel-title {
    font-weight: bold !important;
}

.container-table-item {
    display: table;
    min-height: 1px;
    position: absolute;
    font-size: 10px !important;
    color: white;
}

.file-preview-image {
    width: 100%;
    height: 100%;
}

.big-check-box {
    width: 20px;
    height: 20px;
    cursor: pointer !important;
}

/* Start sidebar menu in layout */
@media (max-width: 767px) {
    .main-sidebar {
        transform: translate(-260px, 0) !important;
    }

    .sidebar-open .main-sidebar {
        transform: translate(0, 0) !important;
    }
}

@media (min-width: 768px) {
    .content-wrapper,
    .main-footer {
        -webkit-transition: -webkit-transform .3s ease-in-out, margin .3s ease-in-out;
        -moz-transition: -moz-transform .3s ease-in-out, margin .3s ease-in-out;
        -o-transition: -o-transform .3s ease-in-out, margin .3s ease-in-out;
        transition: transform .3s ease-in-out, margin .3s ease-in-out;
        margin-left: 260px !important;
        z-index: 820 !important;
    }

    .main-header .logo {
        width: 260px;
    }
    .main-header .navbar{
        margin-left: 260px;
    }
}

.main-sidebar, .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-menu>li:hover>.treeview-menu {
    width: 260px !important;
    cursor: default;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {
    left: 260px !important;
}

.treeview-menu {
    background-color: #FFFFFF !important;
}

.treeview-menu>li:hover>a, .treeview-menu>li.active>a {
    color: #3C8DBC !important;
    font-weight: normal !important;
}
/* End sidebar menu in layout */

.table-item {
    /*    cursor: all-scroll !important;
        height: 10vh;
        width: 100% !important;
        font-size: 14px !important;
        font-weight: bold !important;
        display: table-cell !important;
        vertical-align: middle;
        padding-left: 1vh !important;
        padding-right: 1vh !important;   */
}

/* fix kartik datecontrol wiggle on show tooltip */
.kv-date-calendar {
    border-left: 0px !important;
}

.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    opacity:  0.5 !important;
}
.form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    opacity:  0.5 !important;
}
.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    opacity:  0.5 !important;
}
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    opacity:  0.5 !important;
}

.content-header {
    padding: 5px 15px 0px 15px !important;
}

.content-header>.breadcrumb {
    top: 5px !important;
    right: 15px !important;
}

.with-text:after {
    content: "\00a0";
}

.tooltip-inner {
    padding: 10px;
    font-size: 12px;
    font-family: Calibri;
}

.footer {
    height: 60px;
    background-color: #F5F5F5;
    border-top: 1px solid #DDDDDD;
    padding-top: 20px;
}

#loading-div {
    position: fixed;
    width: 100%;
    height: 100%;
    background: center no-repeat url('../images/ajax-loader.gif') rgba(100, 100, 100, 0.7);
    z-index: 10000;
    display: none;
}

.hide-object {
    display: none;
}

.blue-background {
    background-color: #3c8dbc !important;
    color: #fff;
    font-weight: normal !important;
}

.row-error {
    background-color: #d9534f;
} 

.row-warning {
    background-color: #FFB03B;
} 

.row-color-guide {
    background-color: #FFB03B;
    display: inline-block;
    width: 5% !important;
}

/* Start table */
.table-scroll tbody {
    display: block;
    height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-scroll thead, .table-scroll tbody tr {
    display: table;
    width: 100%;
    table-layout:fixed;
}

.table-scroll tbody td:last-child, .table-scroll thead th:last-child {
    border-right: none;
}

.table-vertical-center>tbody>tr>td, .table-vertical-center>tfoot>tr>td {
    padding: 6px !important;
    display: table-cell !important;
    vertical-align: middle !important;
    height: 100% !important;
}

th {
    white-space: nowrap;
    text-align: center;
}

.kv-merged-header, .table-bordered>thead>tr>td {
    border-bottom: 0px !important;
}

td input[type="checkbox"] {
    position: relative;
    top: 5px;
}

td input[type="checkbox"].menu-template-content {
    position: relative;
    top: 0px !important;
}

.kv-row-select input[type="checkbox"] {
    position: relative;
    top: 0px !important;
}

.table tbody tr:focus{
    background-color: #E0FFFF !important;
}

.branch-header-list {
    width: 100%;
    vertical-align: middle;
    cursor: default;
    padding: 15px;
}
/* End table */

/* Tab Style */
/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.tab a {
    background-color: #B8B3B3;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    color: #000;
}

/* Change background color of buttons on hover */
.tab a:hover {
    background-color: #3c8dbc;
    color: #fff;
}

/* Create an active/current tablink class */
.tab a.active {
    background-color: #3c8dbc;
    color: #fff;
}

/* Style the tab content */
.tab-content {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
} 

.sub-tab-content {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
} 

.tab-links {
    color: #000;
} 

.sub-tab-links {
    color: #000;
} 

/* End Tab Style */

/* Start custom kartik grid */
.kv-grid-table{
    font-size: 12px !important;
    line-height: 1 !important;
    overflow: hidden;
    overflow:scroll !important;
    -webkit-overflow-scrolling:touch !important;
}

.kv-panel-after {
    display: none;
}
/* End custom kartik grid */


/* Start add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}
/* End add sorting icons to gridview sort links */


/* Start custom and theming select2 */
.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: 0px !important;
}

.select2-container--krajee.select2-container--open .select2-selection, .select2-container--krajee .select2-selection:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-color: #3C8DBC !important;
}

.select2-container--krajee .select2-dropdown {
    border-color: #3C8DBC !important;
}
/* End custom select2 */


/* Start dropdown header for user toggle */
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    right: 0px !important;
}

.dropdown-menu-account {
    padding: 0px;
}

.dropdown-menu-account>li {
    height: 50px;
}

.dropdown-menu-account>li>a {
    padding: 15px;
}

.dropdown-menu-account>li>a:hover {
    color: #FFFFFF !important;
    background-color: #3C8DBC !important;
}
/* End dropdown header for user toggle */


/* Start sidebar menu in layout */
@media (max-width: 767px) {
    .main-sidebar {
        transform: translate(-260px, 0) !important;
    }

    .sidebar-open .main-sidebar {
        transform: translate(0, 0) !important;
    }
}

.main-sidebar, .sidebar-menu>li:hover>a>span:not(.pull-right), .sidebar-menu>li:hover>.treeview-menu {
    cursor: default;
}

.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>.pull-right-container {

}

.treeview-menu {
    background-color: #FFFFFF !important;
}

.treeview-menu>li:hover>a, .treeview-menu>li.active>a {
    color: #3C8DBC !important;
    font-weight: normal !important;
}
/* End sidebar menu in layout */


/* Start login box */
.login-box {
    /*width: 420px !important;*/
    margin: 5% auto !important;
    border: 1px solid #CCCCCC;
}

.login-box-body {
    padding: 40px 57px !important;
}

.login-box-qoqi {
    /*width: 420px !important;*/
    margin: 0% auto !important;
    border: 1px solid #CCCCCC;
    width:300px;
    border-radius: 20px!important;
    border: none;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login-box-body-qoqi {
    background: #fff;
    padding: 40px 20px !important;
    height:100%;
    border-radius: 20px!important;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
/* End login box */


/* Start float head table */
.wrapper-table.small-table {
    height: 400px;
    width: 100%;
}

.wrapper-table {
    overflow: auto;
    position: relative;
}

.wrapper-table th, .floatThead-table {
    background-color: #EFEFEF;
}

.floatThead-container {
    z-index: 849 !important;
}

.table-input, .table-display {
    margin-bottom:5px !important;
}

.table-input>tbody>tr>td .form-control, .table-input>tfoot>tr>td .form-control {
    font-size: 12px !important;
    line-height: 26px !important;
    height: 26px !important;
}

.table-input>tbody>tr>td .btn, .table-input>tfoot>tr>td .btn {
    font-size: 12px !important;
    height: 26px !important;
}

.table-input>tbody>tr>td .option, .table-input>tfoot>tr>td .option {
    font-size: 12px !important;
}

.table-input>tbody>tr>td, .table-input>tfoot>tr>td {
    padding: 2px !important;
}

.table-display>tbody>tr>td, .table-display>tfoot>tr>td {
    padding: 5px !important;
}

.table-input>tbody>tr>td .select2-container .select2-selection--single, .table-input>tfoot>tr>td .select2-container .select2-selection--single {
    height: 26px !important;
    font-size: 12px !important;
}

.table-input>tbody>tr>td .select2-container .select2-selection__arrow, .table-input>tfoot>tr>td .select2-container .select2-selection__arrow {
    height: 24px !important;
}

.table-input>tbody>tr>td.text-center-middle {
    font-size: 12px !important;
    text-align: center;
    vertical-align: middle;
    line-height: 26px !important;
    height: 26px !important;
}

/* End float head table */

/* Start Master COA */
#mastercoa .treeview .badge{
    padding: 0px;
    background-color: transparent;
}
#mastercoa .row {
    margin-right: 0px;
    margin-left: 0px;
}
/* End Master Coa */


/* Start dropdown header for user toggle */
.navbar-custom-menu>.navbar-nav>li>.dropdown-menu {
    right: 0px !important;
}

.dropdown-menu-account {
    padding: 0px;
}

.dropdown-menu-account>li {
    height: 50px;
}

.dropdown-menu-account>li>a {
    padding: 15px;
}

.dropdown-menu-account>li>a:hover {
    color: #FFFFFF !important;
    background-color: #3C8DBC !important;
}

.square-box{
    position: relative;
    height: 10vh !important;
    width: 10vh !important;
    overflow: hidden;
    background: #11A00A;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.rectangle-box{
    position: relative;
    height: 10vh !important;
    width: 20vh !important;
    overflow: hidden;
    background: #11A00A;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.circle-box {
    height: 10vh !important;
    width: 10vh !important;
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    -moz-border-radius: 10vh !important;
    -webkit-border-radius: 10vh !important;
    border-radius: 10vh !important;
    background: #11A00A;
}

.small-square-box{
    position: relative;
    height: 6vh !important;
    width: 6vh !important;
    overflow: hidden;
    background: #11A00A;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.small-rectangle-box{
    position: relative;
    height: 6vh !important;
    width: 12vh !important;
    overflow: hidden;
    background: #11A00A;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.unavailable {
    background: #A6A6A6 !important;
}

.div-status {
    display: flex;
    background: #F4F4F4;
    border-radius: 15px !important;
    padding: 10px;
    align-items: center;
}

.circle-status {
    border-radius: 50% !important;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.available-booking {
    background: #11A00A;
}

.input-group-non-browse{
    position: relative;
    display: table;
    border-collapse: separate;
}
/* End dropdown header for user toggle */

/* BEGIN Z-INDEX LEFT MENU */
.main-sidebar {
    z-index: 1010 !important;
}
/* END Z-INDEX LEFT MENU */

/*Browse .kv-thead-float resize*/
#ModalDialogBody .table-responsive.kv-grid-container > div
{
    left: auto !important;
    top: auto !important;
}

.login-pull-right {
    float: right !important;
}
.login-pull-left {
    float: left !important;
}

.brand-logo {
    height:150px;
}

@media (max-width: 992px) {  
    .login-pull-right {
        float: none !important;
    }
    .login-pull-left {
        float: none !important;
    }
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }

}

@media (max-width: 425px){
    .brand-logo {
        height:100px;
    }
}

.notes-box-body {
    padding: 0px 0px !important;
}
.notes-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0px;
}

/*** PANEL DEFAULT ***/
.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
    color: #777;
    background-color: #ddd;
    border-color: transparent;
    cursor: pointer;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border-color: #ddd;
    border-bottom-color: transparent;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #f5f5f5;
    border-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a {
    color: #777;   
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > li > a:focus {
    background-color: #ddd;
}
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.dropdown .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #555;
}

/*file Upload kartik modifed*/

.file-preview {
    padding: 0px;
}

.file-preview .close {
    display: none;
}

.file-upload-indicator, .file-drag-handle{
    display: none;
}

.krajee-default.file-preview-frame {
    float: none;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: auto;
}

.krajee-default .file-footer-caption {
    padding-top: 0px;
}

.file-caption-main {
    width: 96%;
}


.krajee-default.file-preview-frame {
    margin: 30px;
}

.file-preview-image {
    object-fit: cover;
    max-height: 0%;
    max-width: 0%;
    width: 100% !important;
    height: 100% !important;
    padding: 0px;
}

.file-zoom-content .file-preview-image {
    object-fit: contain;
    height: 100% !important;
}

.is-portrait-gt4 {
    margin-top: 0px !important;
}

.btnImportantNotes {
    background:#3c8dbc;
    animation:blinkStyle 2s;
    -moz-animation:blinkStyle 2s infinite; /* Firefox */
    -webkit-animation:blinkStyle 2s infinite; /* Safari and Chrome */
}

@-moz-keyframes blinkStyle {
    0%   {background:#3c8dbc;}
    50%  {background:#dd4b39;}
    100%   {background:#3c8dbc;}
}
 
@-webkit-keyframes blinkStyle {
    0%   {background:#3c8dbc;}
    50%  {background:#dd4b39;}
    100%   {background:#3c8dbc;}
}

.js-sortable-tr:hover {
    cursor: move;
    color: #ffffff;
    background: #3c8dbc;
}

.js-sortable-tr-menutemplate:hover {
    cursor: move;
    background: #3c8dbc;
}

.menu-icon-wrapper ul {
    list-style-type: none;
    padding:0;
}
  
.menu-icon-wrapper ul li {
    display: inline-block;
}
  
.menu-icon-wrapper input[type="checkbox"][id^="checkbox-menu-icon"] {
    display: none;
}

.menu-icon-wrapper label {
    border: 2px solid #fff;
    border-radius: 8px !important;
    padding: 10px;
    display: block;
    position: relative;
    margin: 10px;
    cursor: pointer;
    text-align: center;
}

.menu-icon-wrapper label:before {
    background-color: white;
    color: white;
    content: " ";
    display: block;
    font-size:10px;
    border-radius: 5px;
    border: 2px solid #3c8dbc;
    position: absolute;
    top: -2px;
    left: -2px;
    text-align: center;
    transition-duration: 0.2s;
    transform: scale(0);
}

.menu-icon-wrapper label img {
    height: 100px;
    width: 100px;
    transition-duration: 0.2s;
    transform-origin: 50% 50%;
    display: block;
}

.menu-icon-wrapper :checked + label {
    border-color: #ddd;
}

.menu-icon-wrapper :checked + label:before {
    content: "✓";
    font-size: 1em;
    height: 25px;
    width: 25px;
    background-color: #3c8dbc;
    transform: scale(1);
    z-index: 1;
}

.menu-icon-wrapper :checked + label img {
    transform: scale(0.9);
    /* box-shadow: 0 0 5px #333; */
    z-index: -1;
}

.setting-create .file-preview {
    width: 50%;
}

.qoqi-login-logo {
    height: calc(100vh - 60px);
    text-align: center;
    position: relative;
}

.qoqi-login-logo-text {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 3.3rem;
    font-weight: bold;
    color: #F56600;
}

.qoqi-input {
    margin-bottom: 20px;
    width: 100%;
    height: 50px;
    background-color: #F1F2F2;
    border-radius: 15px!important;
}

.qoqi-login-form .form-group input {
    width: 95%;
    border: none;
    border-bottom: 1px solid #F56600;
    outline: none;
    box-shadow: none;
    background-color: #F1F2F2;
}

.qoqi-login-form .input-group .input-group-addon {
    border-radius: 15px!important;
    border: none;
    outline: none;
    box-shadow: none;
    background-color: #F1F2F2;
    font-size: 10px;
    padding: 0;
}

.form-control-qoqi {
    padding: 0!important;
    height: 20px!important;
}

.btn-login-qoqi {
    width: 120px;
    background-color: #F56600;
    color: white;
    border-radius: 15px!important;
    font-weight: bold;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}

@media only screen and (min-width: 501px) {
    .qoqi-login-logo-text {
        font-size: 4rem;
        margin-bottom: 25px;
        height: 371px;
    }
    
    .qoqi-login-input {
        height: calc(100vh - 60px); 
    }
}

@media only screen and (max-width: 500px) {
    .qoqi-login-logo-text {
        width: 100%;
    }
    
    .qoqi-logo {
        max-width: 250px;
    }
    
    .qoqi-login-input {
        height: 400px;
    }
    
    .qoqi-login-logo {
        height: 250px;
    }
    
    .login-box-body-qoqi {
        padding: 20px 20px !important;
    }
}

.sp-replacer {
    padding: 2px !important;
}

@media (max-width: 991px) {
    .content-header .breadcrumb {
        right: 0px !important;
    }
}

.close-notification-consolidation {
    position: absolute;
    width: 21px;
    top: 33%;
    right: 2%;
}

@media (max-width: 400px) {
    .close-notification-consolidation {
        position: inherit;
    }
}


/* REDESIGN ESB CORE */

/* DESIGN HEADER */
.content {
    font-family: Roboto !important;
    background: #F2F9FA !important;
}

.content-wrapper {
    background: #F2F9FA !important;
}

.content-header {
    margin-top: 50px;
}

.wrapper {
    height: auto;
}

.main-header {
    position: fixed;
    z-index: 1011 !important;
}

.skin-blue .main-header .navbar {
    background-color: #0090A4;
}

.skin-blue .main-header .logo {
    height: 100px !important;
    background-color: #FFFFFF !important;
    /* border-bottom: 4px solid #008A9D; */
}

.logo-lg {
    position: absolute;
    left: 20px;
}

.wrap-user-info {
    width: 100%; 
    height: 100px; 
    background-color: white; 
    border-bottom: 4px solid #008A9D;
}

.wrap-user-info .row {
    margin-left: 10px;
}

.wrap-user-info .row .text-user {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #4F4F4F;
}

.wrap-user-info .row .text-company {
    color: #4F4F4F;
    font-family: Roboto;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
    width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sidebar-toggle-btn {
    float: left; 
    padding: 15px 15px; 
    cursor: pointer;
}

.sidebar-toggle-btn:hover {
    background: #008193;
}

.sidebar-toggle:before {
    content: " " !important;
}
 
/* END DESIGN HEADER */

/* DESIGN SIDEBAR */

.main-sidebar {
    background: #0090A4 !important;
    position: fixed;
    left: 0;
    bottom: 0;
    min-height: 100% !important;
    padding-top: 100px !important;
    top: 0;
}

.main-sidebar-overflow {
    overflow: auto;
}

.treeview-menu-content {
    max-height: 200px;
    background: #FFFFFF !important;
    -moz-box-shadow: 0px 3px 8px rgb(100,100,100);
    -webkit-box-shadow: 0px 3px 8px rgb(100,100,100);
    box-shadow: 0px 3px 8px rgb(100,100,100);   
    overflow-y: auto;
    overflow-x: hidden;
}

.left-main-shape-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
}

.content {
    margin-top: 25px;
}

.skin-blue .sidebar-menu>li.active>a {
    border-left-color: #FF4F1B;
    background: #00AAC1 !important;
}

.skin-blue .sidebar-menu>li.active>a:focus {
    background: #00AAC1 !important;
}

.skin-blue .sidebar-menu>li>a {
    transition: all .2s ease-in-out;
    color:white;
}

.skin-blue .sidebar-menu>li>a:hover {
    background: #00AAC1 !important;
}

.skin-blue .sidebar-menu>li>a:target {
    background: #00AAC1 !important;
}

.skin-blue .sidebar-menu>li>ul>li>a {
    transition: all .2s ease-in-out;
    font-weight: 500;
}

.skin-blue .sidebar-menu>li>ul>li>a:hover {
    transform: scale(1.02);
    font-weight: 500;
    color: #00AAC1;
}

.skin-blue .sidebar-menu .treeview-menu>li>a {
    color: #4F4F4F;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    background: #00AAC1 !important;
    border-left-color: tomato !important;
}

.treeview-menu {
    background-color: #EAFCFF !important;
}

/* END DESIGN SIDEBAR */


/* DESIGN FOOTER */
.main-footer {
    position: fixed;
    width: 100%;
    border: none;
    padding: 1px;
    bottom: 0;
    right: 0;
    left: 0;
    color: #4F4F4F;
    background: white;
}

.foot-product-name {
    font-size: 11px;
    margin-left: 15px;
}

.foot-company-name {
    font-size: 11px;
    margin-right: 275px;
    margin-top: 4px;
    float: right;
}

/* END DESIGN FOOTER */

/* DESIGN BELL NOTES */
.report-queue-badge {
    top: 2px !important;
}

.report-queue-badge:after {
    content: "";
    font-size: 10px;
    position: absolute;
    height: 13px;
    width: 13px;
    left: 7px;
    top: -5px;
    border-radius: 50%;
    background: #ff1e00;
    display: none;
    justify-items: center;
    justify-content: center;
}

.report-queue-badge.show-report-queue-badge:after {
    content: attr(data-count);
    display: flex;
}


.dropdown-report-queue:before {
    content: " ";
    display: block;
    position: absolute;
    height: 0px;
    width: 0px;
    border-bottom: solid 120px white;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    z-index: -10px;
    left: var(--arrow-left, 10px);
    top: -15px;
}

.dropdown-report-queue {
    width: 500px;
    position: absolute;
    background: white;
    z-index: 10;
    left: -30px;
    top: 57px;
    right: 0;
    border-radius: 5px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
}

.dropdown-report-queue p {
    font-size: 12px;
    color: #A5A5A5;
}

.report-queue-file-icon {
    font-size: 30px;
    color: #11A00A;
    line-height: 100%;
}

.report-queue-file-failed {
    color: #A5A5A5;
}

.report-queue-download-btn {
    background: #0090A4;
    color: white;
    border-radius: 5px !important;
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
}

.report-queue-delete-btn {
    background: #ff1e00;
    color: white;
    border-radius: 5px !important;
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
}

.report-queue-retry-btn {
    background: #e7e7e7;
    color: #000000;
    border-radius: 5px !important;
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
}

.report-queue-item {
    align-items: center;
    justify-content: center;
    display: flex;
}

.report-queue-item h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.bell-release-note:after {
    content: " ";
    display: block;
    position: absolute;
    height: 10px;
    width: 10px;
    right: 12px;
    border: 1px solid #3C8DBC;
    top: 22px;
    border-radius: 50%;
    background: red;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

.dropdown-release-note:before {
    content: " ";
    display: block;
    position: absolute;
    height: 0px;
    width: 0px;
    border-bottom: solid 120px white;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    z-index: -10px;
    left: var(--arrow-left, 10px);
    top: -15px;
}

.dropdown-release-note {
    width: 450px;
    position: absolute;
    background: white;
    z-index: 10;
    left: -30px;
    top: 57px;
    right: 0;
    border-radius: 5px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
}

.dropdown-release-note h6 {
    color: #A5A5A5;
}

.content-release-note {
    font-family: Roboto;
    background: #F8F8F8;
    border-radius: 5px !important;
    padding: 10px;
    overflow: auto;
}

.content-release-note p {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    color: #353535;
}

@-webkit-keyframes blinker {
    from {
        opacity: 6.0;
    }

    to {
        opacity: 0.0;
    }
}
/* END DESIGN BELL NOTES */

/* UPLOAD QUEUE DESIGN */
.upload-queue-badge {
    top: 2px !important;
}

.upload-queue-badge:after {
    content: "";
    font-size: 10px;
    position: absolute;
    height: 13px;
    width: 13px;
    left: 7px;
    top: -5px;
    border-radius: 50%;
    background: #ff1e00;
    display: none;
    justify-items: center;
    justify-content: center;
}

.upload-queue-badge.show-upload-queue-badge:after {
    content: attr(data-count);
    display: flex;
}


.dropdown-upload-queue:before {
    content: " ";
    display: block;
    position: absolute;
    height: 0px;
    width: 0px;
    border-bottom: solid 120px white;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    z-index: -10px;
    left: var(--arrow-left, 10px);
    top: -15px;
}

.dropdown-upload-queue {
    width: 500px;
    position: absolute;
    background: white;
    z-index: 10;
    left: -30px;
    top: 57px;
    right: 0;
    border-radius: 5px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 20px;
}

.dropdown-upload-queue p {
    font-size: 12px;
    color: #A5A5A5;
}

.upload-queue-file-icon {
    font-size: 30px;
    color: #11A00A;
    line-height: 100%;
}

.upload-queue-file-failed {
    color: #A5A5A5;
}

.upload-queue-download-btn {
    background: #0090A4;
    color: white;
    border-radius: 5px !important;
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
}

.upload-queue-delete-btn {
    background: #ff1e00;
    color: white;
    border-radius: 5px !important;
    padding: 8px 10px;
    font-size: 14px;
    cursor: pointer;
}

.upload-queue-item {
    align-items: center;
    justify-content: center;
    display: flex;
}

.upload-queue-item h6 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* END UPLOAD QUEUE DESIGN */

/* MULTI COMPANY DESIGN */

.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    max-width: 50%;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right .modal-content {
    height: 100%;
}

.modal.right .modal-body {
    padding: 20px;
    margin-top: -35px;
    height: 93%;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.content-multi-company {
    background: #FBFBFB;
    position: relative;
    height: 100%;
}

.content-multi-company .row {
    padding: 10px 20px;
    height: 100%;
    overflow: auto;
}

.shape-modal-right {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.radiobtn {
    position: relative;
    display: block;
}

.label-company {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
}

.radiobtn label {
    display: block;
    background: #FFFFFF;
    color: #444;
    border-radius: 7px !important;
    padding: 10px 20px;
    border: 1px solid #C2C2C2;
    margin-bottom: 5px;
    cursor: pointer;
}

.radiobtn label:after,
.radiobtn label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FBFBFB;
}

.radiobtn label:before {
    background: transparent;
    transition: 0.1s width cubic-bezier(0.075, 0.82, 0.165, 1) 0s, 0.3s height cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
    z-index: 2;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 0;
    height: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}

.radiobtn input[type=radio] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.radiobtn input[type=radio]:checked+label {
    background: #EFF9FF;
    -webkit-animation-name: blink;
    animation-name: blink;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    border-color: #0090A4;
}

.radiobtn input[type=radio]:checked+label:after {
    background: #4BD37B;
}

.radiobtn input[type=radio]:checked+label:before {
    width: 20px;
    height: 20px;
}

@-webkit-keyframes blink {
    0% {
        background-color: #EFF9FF;
    }

    10% {
        background-color: #EFF9FF;
    }

    11% {
        background-color: #EFF9FF;
    }

    29% {
        background-color: #EFF9FF;
    }

    30% {
        background-color: #EFF9FF;
    }

    50% {
        background-color: #EFF9FF;
    }

    45% {
        background-color: #EFF9FF;
    }

    50% {
        background-color: #EFF9FF;
    }

    100% {
        background-color: #EFF9FF;
    }
}

@keyframes blink {
    0% {
        background-color: #EFF9FF;
    }

    10% {
        background-color: #EFF9FF;
    }

    11% {
        background-color: #EFF9FF;
    }

    29% {
        background-color: #EFF9FF;
    }

    30% {
        background-color: #EFF9FF;
    }

    50% {
        background-color: #EFF9FF;
    }

    45% {
        background-color: #EFF9FF;
    }

    50% {
        background-color: #EFF9FF;
    }

    100% {
        background-color: #EFF9FF;
    }
}

/* END MULTI COMPANY DESIGN */

/* DESIGN BRANCH LIST */

.list-decoration {
    padding-left: 0;
    list-style: none;
    line-height: 1.5;
}

.list-decoration--border li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #FF2222;
    line-height: 0.25em;
    border-radius: 0.25em;
    border: 3px solid #FF2222;
    margin-right: 0.5em;
}

.list-decoration--border-blue li:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 3px;
    height: 3px;
    background: #0090A4;
    line-height: 0.25em;
    border-radius: 0.25em;
    border: 3px solid #0090A4;
    margin-right: 0.5em;
}

/* END DESIGN BRANCH LIST */

/* DESIGN ACCOUNT */
.dropdown-account:before {
    content: " ";
    display: block;
    position: absolute;
    height: 0px;
    width: 0px;
    border-bottom: solid 120px white;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
    z-index: -10px;
    right: 0;
    top: -15px;
}

.dropdown-account {
    width: 200px;
    position: absolute;
    background: white;
    z-index: 10;
    top: 57px;
    right: 14px;
    border-radius: 5px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 10px;
}

.dropdown-account .content-account-head {
    background: #EBF8FF;
    border-radius: 5px !important;
    padding: 10px;
    text-align: center;
}

.dropdown-account .content-account-head span {
    font-family: Roboto;
    font-style: normal;
    margin-top: 5px;
    color: #337AB7;
    font-weight: 500;
    font-size: 12px;
}

.dropdown-account .content-account-mid {
    padding: 15px;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dropdown-account .content-account-mid a:hover {
    color: #3C8DBC !important;
}

.dropdown-account .content-account-foot {
    background: #FFEBEB;
    border-radius: 5px !important;
    padding: 10px;
    text-align: center;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #0090A4 !important;
}

.btn-apply-search {
    padding: 6px 30px;
    border-radius: 3px !important;
}

.text-primary {
    color: #0090A4;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #0090A4;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
    border-top-color: #0090A4;
}

a {
    color: #0090A4;
}

/* DESIGN ACCOUNT */

/* DESIGN SCROLL */

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FAFAFA;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ccc;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #008A9D;
}

/* END DESIGN SCROLL */

/* DESIGN BURGER MENU */
.burger {
    position: relative;
    width: 1.8rem;
    height: 1rem;
    margin-top: -30px;
    outline: none;
    background: none;
    border: 0;
    font-size: 1rem;
    line-height: 0.5;
}

.burger__line {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #FFFFFF;
    border-radius: 4px;
}

.burger__line--top {
    top: -50%;
}

.burger__line--center {
    top: 0%;
}

.burger__line--bottom {
    top: 50%;
}

.burger:hover {
    cursor: pointer;
}
/* END DESIGN BURGER MENU */


/* DASHBOARD */

.info-box-custom {
    box-shadow: none !important;
    border-radius: 12px !important;
}

.info-box-icon-custom {
    border-bottom-left-radius: 12px !important;
    border-top-left-radius: 12px !important;
    color: white;
}

.info-box-icon-custom--satu {
    background: linear-gradient(180deg, #0090A4 0%, #00A47D 100%);
}

.info-box-icon-custom--dua {
    background: linear-gradient(180deg, #FF4242 0%, #FF7B42 100%);
}
.info-box-icon-custom--tiga {
    background: linear-gradient(180deg, #003F91 0%, #008091 100%);
}
.info-box-icon-custom--empat {
    background: linear-gradient(180deg, #FFA439 0%, #FF7439 100%);
}

.info-box-content-custom {
    background: #F5F5F5;
    height: 90px;
    padding: 15px;
    position: relative;
    border-bottom-right-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.info-box-text-custom {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #666666;
}

.info-box-number-custom {
    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    color: #0090A4;
}

.info-box-number-custom--satu {
    color: #0090A4;
}

.info-box-number-custom--dua {
    color: #FF4242;
}
.info-box-number-custom--tiga {
    color: #003F91;
}
.info-box-number-custom--empat {
    color: #FFA439;
}

.open-table {
    font-size: 2rem;
    position: absolute !important;
    top: 30px !important;
    right: 20px !important;
    bottom: 0 !important;
    margin: 0 auto !important;
    color: #FF4242 !important;
}


.nav-pills>li.active.worst>a, .nav-pills>li.active.worst>a:hover, .nav-pills>li.active.worst>a:focus {
    border-radius: 7px !important;
}

/* END DASHBOARD */

@media only screen and (max-width: 600px) {
    .modal.right .modal-dialog {
        max-width: 80% !important;
    }
}

@media only screen and (max-width: 768px) {
    .dropdown-release-note {
        position: fixed;
        width: auto;
        left: 10px;
        right: 10px;
        top: 57px;
    }
    .dropdown-release-note:before {
        content: " ";
        display: none;
    }

    .dropdown-report-queue {
        position: fixed;
        width: auto;
        left: 10px;
        right: 10px;
        top: 57px;
    }
    .dropdown-report-queue:before {
        content: " ";
        display: none;
    }

    .dropdown-upload-queue {
        position: fixed;
        width: auto;
        left: 10px;
        right: 10px;
        top: 57px;
    }
    .dropdown-upload-queue:before {
        content: " ";
        display: none;
    }

    .skin-blue .main-header .logo {
        height: 50px !important;
        background-color: #FFFFFF !important;
        border-bottom: 4px solid #008A9D;
        /* display: none !important; */
    }

    .wrap-user-info {
        display: none !important;
    }
    
    .main-sidebar {
        background: #0090A4 !important;
        position: fixed;
        left: 0;
        bottom: 0;
        min-height: 100% !important;
        padding-top: 50px !important;
        top: 0;
    }

    section .sidebar {
        margin-top: -50px;
    }

    .main-footer {
        display:none;
    }

    .label-company-name,
    .label-branch-name,
    .label-account-name {
        display: none;
    }
}

@media only screen and (max-width: 990px) {
    .dropdown-release-note {
        position: fixed;
        width: auto;
        left: 10px;
        right: 10px;
        top: 57px;
    }
    .dropdown-release-note:before {
        content: " ";
        display: none;
    }

    .dropdown-report-queue {
        position: fixed;
        width: auto;
        left: 10px;
        right: 10px;
        top: 57px;
    }
    .dropdown-report-queue:before {
        content: " ";
        display: none;
    }

    .dropdown-upload-queue {
        position: fixed;
        width: auto;
        left: 10px;
        right: 10px;
        top: 57px;
    }
    .dropdown-upload-queue:before {
        content: " ";
        display: none;
    }

    .skin-blue .main-header .logo {
        height: 50px !important;
        background-color: #FFFFFF !important;
        border-bottom: 4px solid #008A9D;
        /* display: none !important; */
    }
    
    .wrap-user-info {
        display: none !important;
    }
    
    .main-sidebar {
        background: #0090A4 !important;
        position: fixed;
        left: 0;
        bottom: 0;
        min-height: 100% !important;
        padding-top: 50px !important;
        top: 0;
    }
    
    section .sidebar {
        margin-top: -50px;
    }

    .main-footer {
        display:none;
    }
}

/* START - Popover */
.popover {
    max-width:600px;
    word-wrap: break-word;
}

.wrapword {
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;          /* Chrome & Safari */ 
    white-space: -pre-wrap;                 /* Opera 4-6 */
    white-space: -o-pre-wrap;               /* Opera 7 */
    white-space: pre-wrap;                  /* CSS3 */
    word-wrap: break-word;                  /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}
/* END - Popover */

/* ~ START - ESB Goods ~ */

.card-search {
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 14px;
    color: grey;
    border-radius: 10px !important;
    box-shadow: 0px 0px 13px 0px #d0d0d0;
    position: relative;
}

.card-search h3 {
    color: #555;
}

.card-search .price {
    color: #00b4dd;
    font-weight: bold;
}

.carousel-search {
    visibility: visible;
}

.carousel-search .carousel-cell {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.carousel-search button {
    opacity: 0 !important;
    transition: .4s all;
}

.carousel-search:hover>button {
    opacity: 1 !important;
}

.card-search-inline {
    display: inline;
}

.card-search-grid .card-search {
    height: 100%;
    padding: 1rem;
    margin: auto .2rem;
}

.card-search-grid .card-search h3 {
    font-size: 16px;
    font-weight: 700;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-search-supplier-grid .img-logo {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.card-search-supplier-grid h3 {
    font-size: .9rem;
    font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.card-search-grid .carousel-search .carousel-cell {
    padding-top: 100%;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.px-1 {
    padding-left: 0.25rem !important;
}

.my-2 {
    margin-bottom: 0.5rem !important;
    margin-top: 0.5rem !important;
}
.mx-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.row.card-search-grid {
    display: flex;
    flex-wrap: wrap;
}

.checkbox-prompt .modal-body {
    padding-top: 0;
    padding-bottom: 0;
}

@media (min-width: 1260px) {
    .modal-xlg {
        width: 1200px !important;
    }
}
/* START - Pagination */

.paginate-links,
.pagination-esb-goods {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    justify-content: center;
}

.paginate-links.cartItems {
    justify-content: start;
    margin: 10px 0;
}

.paginate-links > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.paginate-links > li > a {
    background: #fafafa;
    color: #666;
}

.paginate-links > .active > a {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.paginate-links > .disabled {
    cursor: not-allowed;
}

.paginate-links > .number , .paginate-links > li:not(.disabled){
    cursor: pointer;
}

/* ~ END - Pagination ~ */
/* ~ END - ESB Goods ~ */

/* START - Menu Description */
.menu-description-lable {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.menu-description-lable > .button-content {
    display: flex;
    align-items: center;
}

.menu-description-lable > .button-content > span {
    color: #9C51C3;
}

.menu-description-lable > div > button {
    display: flex;
    align-items: center;
    background-color:transparent;
    padding: 2px;
    color: #9C51C3 !important;
    outline: none !important;
    border: none !important;
    border-radius: 10px !important;
}

.menu-description-lable > div > button > img {
    width: 16px;
    margin-right: 5px;
    margin-bottom: 2px;
}

.field-msmenu-description > .input-box {
    border: 1px solid #d2d6de;
    padding-bottom: 20px;
    position: relative;
  }
  
.field-msmenu-description > .input-box span {
    position: absolute;
    right: 5px;
    bottom: 4px;
    color: #98A2B3;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: right;
}
  
.field-msmenu-description > .input-box textarea {
    border: unset;
}

.accurate-accordion-icon[aria-expanded="false"] .glyphicon-chevron-down {
    transform: rotate(0deg);
    transition: 0.5s;
}

.accurate-accordion-icon[aria-expanded="true"] .glyphicon-chevron-down {
    transform: rotate(180deg);
    transition: 0.5s;
}
/* END - Menu Description */

/* START - Custom link update */
.pl-1 {
    padding-left: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.btn-primary-clean {
    border-color: #0090A4;
    background-color: transparent;
    color: #0090A4;
}

#ezoCompanyAliasInput.has-error {
    border-color: #dd4b39;
}

#ezoServerBase.text-grey, #ezoServerUrlInput.text-grey {
    color: #667085;
}

#btnSaveCustomLink[disabled] {
    color: #667085;
    background-color: #D0D5DD !important;
    border-color: #98A2B3 !important;
}
/* END - Custom link update */

.custom-icon {
    width: 16px;
    height: 16px;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #0090A4;
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-mask-image: url("../../assets_b/GoogleMaps/icon/ic-search.svg");
    mask-image: url("../../assets_b/GoogleMaps/icon/ic-search.svg");
}

.zoom-in-icon {
    display: block;
    -webkit-mask-image: url("../../assets_b/GoogleMaps/icon/ic-zoom-in.svg");
    mask-image: url("../../assets_b/GoogleMaps/icon/ic-zoom-in.svg");
}

.zoom-out-icon {
    display: block;
    -webkit-mask-image: url("../../assets_b/GoogleMaps/icon/ic-zoom-out.svg");
    mask-image: url("../../assets_b/GoogleMaps/icon/ic-zoom-out.svg");
}

.current-position-icon {
    display: block;
    -webkit-mask-image: url("../../assets_b/GoogleMaps/icon/ic-current-location.svg");
    mask-image: url("../../assets_b/GoogleMaps/icon/ic-current-location.svg");
}

/* START - Alert Custom New Feature */
.alert-enhancement i.icon {
    padding-top: 4px;
    float: left;
    margin-right: 15px;
}
.alert-enhancement div {
    padding-left: 28px;
}
.alert-enhancement-info {
    color: #000000;
    background-color: #d9edf7;
    border-color: #a1c5cc !important;
}
.alert-enhancement-warning 
{
    color: #000000;
    background-color: #fcf8e3;
    border-color: #d6cbb7 !important;
}
.alert-enhancement {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px !important;
}
/* END - Alert Custom */

/* START - Badge New Feature */
.badge-enhancement-new {
    margin-top: 0 !important;
    margin-bottom: 2px;
	padding: 2px 14px;
    background-color: #ffd5d5;
    color: #fb0000;
    font-size: 9pt;
    margin-left: 10px !important;
    border-radius: 0.35rem !important;
}
/* END - Badge New Feature */

/* START - Style Tooltip info using ul element */
ul.btn-info-tooltip {
    padding-left: 19px;
    list-style-type: '\2012   ';
}

ul.btn-info-tooltip li:not(:last-child) {
    margin-bottom:10px;
}
/* END - Style Tooltip info using ul element */

.btn-outline-info, .btn-outline-info:hover, .btn-outline-info:active, .btn-outline-info:focus {
    border-color: #33A6B6;
    background-color: transparent;
    color: #33A6B6 !important;
    border-radius: 5px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 20px 5px 20px !important;
    max-height: 32px;
}

.btn-outline-dark-no-radius,
.btn-outline-dark-no-radius:hover,
.btn-outline-dark-no-radius:active,
.btn-outline-dark-no-radius:focus {
    border-color: #8A8A8A;;
    background-color: transparent;
    color: #484848 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* START - Custome Toggle Switch */
.toggle-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

.toggle-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2.5px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .toggle-slider {
    background-color: #0090A4;
}

input:focus + .toggle-slider {
    box-shadow: 0 0 1px #0090A4;
}

input:checked + .toggle-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded toggle-sliders */
.toggle-slider.round {
    border-radius: 30px !important;
}

.toggle-slider.round:before {
    border-radius: 50% !important;
}

/* Rounded toggle-sliders */
.toggle-slider.round {
    border-radius: 30px !important;
}

.toggle-slider.round:before {
    border-radius: 50% !important;
}

/* END - Custome Toggle Switch */
.btn-outline-primary {
    display: inline-block !important;
    color: #0090A4;
    background-color: transparent;
    border: 1px solid #0090A4 !important;
    transition: all 0.3s ease-in-out;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #0090A4;
}

.btn-outline-primary:active {
    color: #fff;
    background-color: #0090A4;
}

.btn-outline-primary:focus {
    color: #0090A4;
    background-color: transparent;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-sm {
    border-radius: 0.2rem !important;
}

.rounded-md {
    border-radius: 0.3rem !important;
}

.rounded-lg {
    border-radius: 0.4rem !important;
}

.rounded-xl {
    border-radius: 0.5rem !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

/* START - Card Custom */
.card-body-accurate {
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 5px !important;
    padding: 15px !important;
    margin: auto -5px 15px -5px !important;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-family: 'Inter', sans-serif;
}

.card-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal
}

.card-badge>span {
    margin-top: 0 !important;
    margin-bottom: 2px;
    padding: 4px 14px;
    background-color: #ECECEC;
    size: 14pt;
    font-weight: 600;
    line-height: 19.6px;
    color: #6C6C6C !important;
    margin-left: 10px !important;
    border-radius: 0.35rem !important;
    font-family: 'Inter', sans-serif;
}

.card-title>p {
    size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 20px;
    height: 50px;
    color: #333333;
    font-family: 'Inter', sans-serif;
}

.card-description>p {
    color: #6C6C6C;
    size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    font-family: 'Inter', sans-serif;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.card-button {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    background-color: transparent;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #484848;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Inter', sans-serif;
}

.card-button:hover {
    background-color: #FAFAFA;
    border: 1px solid #E6E6E6;
    color: #484848;
}

.card-button:focus {
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #484848;
}

.card-button:active {
    background-color: #E6E6E6;
    border: 1px solid #E6E6E6;
    color: #484848;
    box-shadow: none;
}
/* END - Card Custom */

/* Online Fund Dashboard ESO Start */
.error-message-eso {
    background-color: #eee;
    height: 174px;
}

.error-message-eso ul {
    padding-left: 2rem;
}
/* Online Fund Dashboard ESO End */

/* MINDMAP */
.btn-group-with-mindmap {
    display: flex;
    gap: .75rem;
}

.mindmap-header {
    width: 180px;
    background-color: #FAFAFA;
    color: #A6A6A6;
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.mindmap-header.active {
    color: #333333;
}

.mindmap-item {
    display: flex;
    flex-direction: column;
    width: 180px;
    border: 1px solid #E6E6E6;
    border-radius: 8px !important;
}

.mindmap-item.active {
    border-color: #0090A4;
}

.mindmap-item:not(.main-reference) {
    opacity: 65%;
}

.mindmap-item:not(.main-reference) a {
    color: #333333;
    pointer-events: none;
    text-decoration: none;
}

.mindmap-item .mm-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #FFFFFF;
    padding: 12px;
    border-radius: 8px !important;
}

.mindmap-item.active .mm-body {
    background-color: #F3FEFF;
}

.mindmap-item .mm-footer {
    width: 100%;
    text-align: center;
    background-color: #DFF6E9;
    color: #16A953;
    font-weight: 600;
    font-size: 14px;
    border-bottom-left-radius: 8px !important;
    border-bottom-right-radius: 8px !important;
}
/* END - MINDMAP */

/* Status Color */
.status-draft {
    background-color: #E6E6E6 !important;
    color: #333333 !important;
}

.status-new {
    background-color: #FBEEFA !important;
    color: #D050C4 !important;
}

.status-danger {
    background-color: #FCE9E9 !important;
    color: #DB1919 !important;
}

.status-verified {
    background-color: #E6F1FD !important;
    color: #0072E5 !important;
}

.status-warning {
    background-color: #FFF9E6 !important;
    color: #D19800 !important;
}

.status-success {
    background-color: #DFF6E9 !important;
    color: #16A953 !important;
}
/* END - Status Color */

/* Custom Modal Size */
@media (min-width: 992px) {
    .modal-xl {
        width: unset;
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        width: unset;
        max-width: 1140px;
    }
}
/* END - Custom Modal Size */

/* START - ENHANCED LANGUAGE DROPDOWN STYLES */
.language-menu {
    position: relative;
}

.language-menu .dropdown-language {
    width: 280px;
    position: absolute;
    background: white;
    z-index: 10;
    left: -60px;
    top: 57px;
    right: 0;
    border-radius: 8px !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    padding: 0 !important;
    display: none;
    overflow: hidden;
}

.language-menu .dropdown-language:before {
    content: " ";
    display: block;
    position: absolute;
    height: 0px;
    width: 0px;
    border-bottom: solid 10px white;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    z-index: 11;
    top: -10px;
    right: 20px;
    filter: drop-shadow(0 -2px 1px rgba(0, 0, 0, 0.1));
}

/* Tooltip Section */
.language-tooltip-section {
    background: linear-gradient(135deg, #0090A4 0%, #00AAC1 100%);
    padding: 15px;
    color: white;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.language-tooltip-section .language-info-icon {
    font-size: 16px;
    color: white;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: help;
    transition: all 0.2s ease;
    padding: 4px;
    border-radius: 50%;
}

.language-tooltip-content {
    flex: 1;
}

.language-tooltip-content strong {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}

.language-tooltip-content p {
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    opacity: 0.9;
}

/* Language Selection Section */
.language-selection-section {
    padding: 12px 0;
}

.language-section-title {
    padding: 0 16px 8px 16px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 8px;
}

.language-menu .language-option {
    color: #333 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    display: block;
    padding: 10px 16px;
    margin: 2px 0;
    background: white;
    position: relative;
    border: none;
    width: 100%;
    text-align: left;
}

.language-menu .language-option:hover {
    background-color: #f8fdff !important;
    color: #0090A4 !important;
    transform: translateX(5px);
}

.language-menu .language-option div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
}

.language-flag {
    font-size: 16px;
    margin-right: 10px;
    width: 20px;
    text-align: center;
    transition: transform 0.2s ease;
}

.language-menu .language-option:hover .language-flag {
    transform: scale(1.1);
}

.language-name {
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    flex: 1;
    transition: all 0.2s ease;
}

.language-selected-indicator {
    color: #0090A4;
    font-weight: bold;
    font-size: 12px;
}

.language-selected-indicator i {
    font-size: 12px;
}

/* Information Section */
.language-info-section {
    background: #f8f9fa;
    padding: 12px 16px;
    border-top: 1px solid #e9ecef;
}

.language-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    color: #666;
    margin-bottom: 6px;
    transition: all 0.2s ease;
}

.language-info-item:last-child {
    margin-bottom: 0;
}

.language-info-item i {
    font-size: 10px;
    color: #0090A4;
    width: 12px;
    transition: transform 0.2s ease;
}

.language-info-item:hover i {
    transform: rotate(15deg);
}

/* Active state for current language */
.language-option[data-lang="<?= Yii::$app->language ?>"] {
    background-color: #f0f9ff !important;
    border-left: 3px solid #0090A4;
}

.language-option[data-lang="<?= Yii::$app->language ?>"] .language-name {
    font-weight: 500;
    color: #0090A4;
}

/* END - ENHANCED LANGUAGE DROPDOWN STYLES */

/* START - RESPONSIVE ENHANCED LANGUAGE DROPDOWN */
@media only screen and (max-width: 768px) {
    .language-menu .dropdown-language {
        width: 90vw;
        max-width: 300px;
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
        top: 57px;
    }
    
    .language-menu .dropdown-language.show {
        transform: translateX(-50%) translateY(0);
    }
    
    .language-menu .dropdown-language:before {
        right: 50%;
        transform: translateX(50%);
    }
}

@media only screen and (max-width: 990px) {
    .language-menu .dropdown-language {
        width: 90vw;
        max-width: 300px;
        left: 50%;
        transform: translateX(-50%) translateY(-10px);
        top: 57px;
    }
    
    .language-menu .dropdown-language.show {
        transform: translateX(-50%) translateY(0);
    }
    
    .language-menu .dropdown-language:before {
        right: 50%;
        transform: translateX(50%);
    }
}
/* END - RESPONSIVE ENHANCED LANGUAGE DROPDOWN */

/* START - TOOLTIP STYLING */
.tooltip-inner {
    text-align: left !important;
    font-family: Roboto;
    font-size: 12px;
    line-height: 1.4;
    padding: 10px;
    background-color: #333;
    border-radius: 4px !important;
    max-width: 300px;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #333 !important;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #333 !important;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #333 !important;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #333 !important;
}

/* Special tooltip styling for language dropdown */
.language-tooltip-section + .tooltip {
    z-index: 9999 !important;
}

.language-tooltip-section + .tooltip .tooltip-inner {
    background: rgba(0, 0, 0, 0.9);
    border: 1px solid #0090A4;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
/* END - TOOLTIP STYLING */