
@font-face {
    font-family: 'SolaimanLipi';
    src: url('../font/SolaimanLipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

body,
.popover {
    font-family: Poppins, SolaimanLipi, sans-serif !important;
    color: #000;
}
#kt_content{
    height: calc(100vh - 100px);
    overflow-y: auto;
    overflow-x: hidden;
}
.menu-item.menu-item-active > .menu-link .menu-icon i {
    color: #3699FF !important;
}
.brand-logo img{
    width: 160px;
}
.partners img {
    width: 150px;
}
/* @media screen and (min-width: 992px){
    .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 60px;
    }
} */
.full-width-footer .footer{
    left: 0 !important;
}

.split {
    height: 100%;
}

.split > div {
    float: left;
    height: 100%;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
}
.gutter.gutter-vertical {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=');
    cursor: row-resize;
}
.aside-menu .menu-nav > .menu-item {
    margin-right: 15px;
}
.aside-menu .menu-nav > .menu-item.menu-item-active > .menu-link {
    background-color: #c1e0ff !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.aside-menu .menu-link:hover {
    background-color: #F3F6F9 !important;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
.aside-menu .menu-nav > .menu-item > .menu-link {
    padding: 5px 25px !important;
    min-height: 36px !important;
}
.bootstrap-select > .dropdown-toggle.btn-light .filter-option {
    color: #000000;
}
#kt_quick_cart{
    position: absolute;
}
.offcanvas-overlay{
    position: relative !important;
}
.side-panel-overlay::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    content: "";
    height: 100%;
    width: 100%;
    z-index: 999;
}
.select2-selection, .select2-dropdown {
    border-radius: 0 !important;
}
@media screen and (min-width: 992px){
    .footer-fixed .footer{
        height: auto !important;
    }
}
#loaderWrapper{
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}
#loaderWrapper img{
    height: 50px;
    width: 50px;
}
/* #print_render_view table{
    overflow: hidden !important;
    display: inline-block !important;
    white-space:inherit !important;
} */
@media screen and (min-width: 1200px){
    .custom-modal > .modal-dialog.full-width-modal {
        max-width: 95% !important;
    }
}
#print_render_view table {
    table-layout: fixed !important;
    word-break: break-all !important;
}
#print_render_view table td, #print_render_view table th{
    vertical-align: top;
}
.table thead th, .table thead td, .table tbody td {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.dashboard-select-group.form-group .select2-selection {
    height: auto !important;
    max-height: 100% !important;
    border-color: #d2eaff !important;
}
.dashboard-select-group .select2-selection__rendered{
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.dashboard-select-group .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 0px;
    margin-right: 10px;
    padding: 2px 10px;
    background: #ff0000;
    color: #fff;
    border-radius: 5px;
}
#table_pending_detail td {
    padding: 0.75rem;
}
.ignore {
    display: none;
}

.customdropdown {
    position: relative;
    font-size: 14px;
    color: #333;
}
.customdropdown .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 35px;
    left: 2px;
    right: 2px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    max-height: 66vh;
    overflow-y: scroll;
    z-index: 200;
}
.customdropdown .dropdown-option, .customdropdown .dropdown-option-all {
    display: block;
    padding: 8px 12px;
    /* opacity: 0; */
    transition: opacity 0.15s ease-in-out;
}
/* .customdropdown .dropdown-label {
    display: block;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 6px 12px;
    line-height: 1;
    cursor: pointer;
} */
.customdropdown .dropdown-label:before {
    content: "▼";
    float: right;
}
.customdropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}
.customdropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
}
.customdropdown.on .dropdown-label:before {
    content: "▲";
}
.customdropdown [type=checkbox] {
    position: relative;
    top: -1px;
    margin-right: 4px;
}
@media print {
    @import url('nothi_assets/css/style.bundle.css');
    @page {
        size: landscape;
    }
    body{
        background: transparent !important;
    }
    #kt_content_container{
        padding: 0 !important;
        width: 100% !important;
        background: transparent !important;
    }
    #kt_content {
      visibility: visible;
      padding-top: 0 !important;
    }
    #kt_content {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: auto;
      overflow: visible;
    }
    .toolbar{
        display: none;
    }
    #kt_header{
        display: none;
    }
    .dashboard-sidebar, .btn{
        display: none;
    }
    .dashboard-main-content{
        width: 100% !important;
    }
    #designation_board{
        overflow: visible;
        height: 100% !important;
    }
    #kt_accordion_1{
        page-break-inside: avoid;
    }
    .accordion-item-page-break{
        page-break-inside: avoid !important;
        page-break-after: auto !important;
    }
    .page-break-auto{
        page-break-inside: avoid !important;
        page-break-after: auto !important;
    }
    .page-break-designation-board{
        page-break-inside: auto !important;
        page-break-after: auto !important;
    }
    .box-shadow, .card{
        box-shadow: none !important;
    }
    .col-md-4{
        width: 33.33333333%;
    }
    .col-md-3{
        width: 25%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    #dashboard_graph .col-lg-9 {
        width: 75%;
    }
    #office_graph .col-lg-9 {
        width: 75%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-9 {
        width: 100%;
    }
    /* .accordion-body .d-flex {
        display: table-row !important;
        width: 100%;
    }

    .accordion-body .d-flex > .card-body {
        display: table-cell !important;
    } */
    .d-flex{
        display: flex !important;
        page-break-inside: avoid;
    }
    a {
        pointer-events: none !important;
        cursor: default !important;
        text-decoration: none !important;
        color: inherit !important;
    }
    .no-print:not(.print-part){
        display: none !important;
    }
}
