@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

:root{
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
}

html {
    scroll-behavior: smooth;
}

body {
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Open Sans', sans-serif;
    /* font-family: 'Roboto', sans-serif; */
    /* color: #000000; */
    color: #08032E;
}

.main {
    margin-top: 8rem;
}

body {
    /* font-size: .875rem; */
}

body,.container-main {
    background-color: #F8FAFB;
}

.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.border-radius-1rem {
    border-radius: 1rem;
}

.border-radius-1-5rem {
    border-radius: 1.5rem;
}

.border-radius-1-75rem {
    border-radius: 1.75rem;
}

.border-radius-075rem {
    border-radius: 0.75rem;
}

.border-radius-05rem {
    border-radius: 0.5rem;
}

.border-radius-5px {
    border-radius: 5px;
}

.box-shadow:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03), 0 16px 32px rgba(0, 0, 0, 0.03), 0 32px 64px rgba(0, 0, 0, 0.03);
}

.box-shadows {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03), 0 2px 4px rgba(0, 0, 0, 0.03), 0 4px 8px rgba(0, 0, 0, 0.03), 0 8px 16px rgba(0, 0, 0, 0.03), 0 16px 32px rgba(0, 0, 0, 0.03), 0 32px 64px rgba(0, 0, 0, 0.03);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed),
.accordion-button,
.accordion-button:hover {
    color: #ffffff;
    background-color: transparent;
}

.dataTables_wrapper {
    /*overflow: auto !important;*/
}


/*
   * Sidebar
   */

   .sidebar {
    position: fixed;
    top: 0;
    /* rtl:raw:
    right: 0;
    */
    bottom: 0;
    /* rtl:remove */
    left: 0;
    z-index: 100;
    /* Behind the navbar */
    padding: 48px 0 0;
    /* Height of navbar */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    background-color: #1A212F;
    /*background-color: #6F6AF8;*/
}

@media (max-width: 767.98px) {
    .sidebar {
        top: 5rem;
    }

    #leadtimeChart{
        width: 100% !important;
        height: 400px !important;
    }
}

.sidebar-sticky {
    position: relative;
    top: 0;
    height: calc(100vh - 48px);
    padding-top: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
    font-weight: 500;
    color: #ffffff;
}

.sidebar .nav-link.active {
    color: #FFFFFF;
    /*color: #6F6AF8;*/
    background-color: #F4694D;
    /*background-color: #fff;*/
    border-radius: 1.75rem;
    font-weight: 600;
}

.sidebar .nav-link .feather {
    margin-right: 4px;
    color: #727272;
}

.sidebar .nav-link.active {
    color: #FFFFFF;
    /*color: #2470dc;*/
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
    color: inherit;
}

.sidebar-heading {
    font-size: .75rem;
    text-transform: uppercase;
}


/*
   * Navbar
   */

   .navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1A212F !important;
    /*color: #6F6AF8 !important;*/
    /* background-color: rgba(0, 0, 0, .25); */
    /* box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25); */
}

.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}

.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}

.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.ui-datepicker-calendar {
    display: none;
}

/*.ck-rounded-corners .ck.ck-editor__main>.ck-editor__editable, .ck.ck-editor__main>.ck-editor__editable.ck-rounded-corners {
    height: 300px !important;
    overflow-y: auto;
    }*/

    button.buttons-html5{
        font-size: 14px !important;
    }

    button.btn.btn-secondary.buttons-print,
    button.btn.btn-secondary.buttons-pdf.buttons-html5,
    button.btn.btn-secondary.buttons-excel.buttons-html5,
    button.btn.btn-secondary.buttons-csv.buttons-html5,
    button.btn.btn-secondary.buttons-copy.buttons-html5
    {
        margin-top: 1rem;
        font-size: 14px !important;
        background-color: #0d6efd !important;
        /* background-color: #f8f9fa !important; */
        /* color: #212529 !important; */
        border: 0 !important;
    }

    button.btn.btn-secondary.buttons-print:hover,
    button.btn.btn-secondary.buttons-pdf.buttons-html5:hover,
    button.btn.btn-secondary.buttons-excel.buttons-html5:hover,
    button.btn.btn-secondary.buttons-csv.buttons-html5:hover,
    button.btn.btn-secondary.buttons-copy.buttons-html5:hover
    {
        background-color: #0a58ca !important;
    }
    .ui-autocomplete {
        max-height: 200px;
        max-width: 250px;
        overflow-y: auto;
        /* prevent horizontal scrollbar */
        overflow-x: hidden;
    }
    /* IE 6 doesn't support max-height
     * we use height instead, but this forces the menu to always be this tall
     */
     * html .ui-autocomplete {
        height: 200px;
        width: 250px;
    }

    .autocomplete-search{
        position: absolute;
        z-index: 1000;
        width: 250px;
        max-height: 250px;
        overflow-y: scroll;
    }

    .rounded-1{
        border-radius: var(--bs-border-radius-sm) !important;
    }

    .rounded-2{
        border-radius: var(--bs-border-radius) !important;
    }
    
    .rounded-3{
        border-radius: var(--bs-border-radius-lg) !important;
    }
    
    .rounded-4{
        border-radius: var(--bs-border-radius-xl) !important;
    }
    
    .rounded-5{
        border-radius: var(--bs-border-radius-xxl) !important;
    }

    .rounded-start-1 {
        border-bottom-left-radius: var(--bs-border-radius-sm) !important;
        border-top-left-radius: var(--bs-border-radius-sm) !important;
    }
    
    .rounded-start-2 {
        border-bottom-left-radius: var(--bs-border-radius) !important;
        border-top-left-radius: var(--bs-border-radius) !important;
    }
    
    .rounded-start-3 {
        border-bottom-left-radius: var(--bs-border-radius-lg) !important;
        border-top-left-radius: var(--bs-border-radius-lg) !important;
    }
    
    .rounded-start-4 {
        border-bottom-left-radius: var(--bs-border-radius-xl) !important;
        border-top-left-radius: var(--bs-border-radius-xl) !important;
    }
    
    .rounded-start-5 {
        border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
        border-top-left-radius: var(--bs-border-radius-xxl) !important;
    }

    .rounded-end-1 {
        border-top-right-radius: var(--bs-border-radius-sm) !important;
        border-bottom-right-radius: var(--bs-border-radius-sm) !important;
    }
    .rounded-end-2 {
        border-top-right-radius: var(--bs-border-radius) !important;
        border-bottom-right-radius: var(--bs-border-radius) !important;
    }
    .rounded-end-3 {
        border-top-right-radius: var(--bs-border-radius-lg) !important;
        border-bottom-right-radius: var(--bs-border-radius-lg) !important;
    }
    .rounded-end-4 {
        border-top-right-radius: var(--bs-border-radius-xl) !important;
        border-bottom-right-radius: var(--bs-border-radius-xl) !important;
    }
    .rounded-end-5 {
        border-top-right-radius: var(--bs-border-radius-xxl) !important;
        border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
    }
    .dtfh-floatingparent.dtfh-floatingparenthead{
        top: 5rem !important;
    }