
body {
    font-family: 'Quicksand', sans-serif;
}


/* soft bgcolor  */

.bg-soft-primary {
    background-color: #e3ebf7;
    color: #0067B3;
    font-weight: bold;
}

.bg-soft-secondary {
    background-color: #fff2e9;
    color: #F96900;
    font-weight: bold;
}

.bg-soft-danger {
    background-color: #fee4e7;
    color: #dc3545;
    font-weight: bold;
}

.bg-soft-warning {
    background-color: #fdedc0;
    color: #ffc107;
    font-weight: bold;
}

.bg-soft-success {
    background-color: #E0F4D2;
    color: #2D9C4D;
    font-weight: bold;
}

.bg-soft-info {
    background-color: #e5f3f5;
    color: #17a2b8;
    font-weight: bold;
}

.bg-soft-dark {
    background-color: #c9c9c9;
    color: #343a40;
    font-weight: bold;
}


/* components */

label {
    font-weight: 700;
    color: #0067b3;
}

legend {
    font-size: 1.25rem;
}

.display-4 {
    font-size: 3rem;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}

th {
    font-weight: 700;
    color: #0067b3;
}

.required::after {
    content: '*';
    color: #dc3545;
}

.quicksand-font {
    font-family: 'Quicksand', sans-serif;
}

.lato-font {
    font-family: 'Lato', sans-serif;
}

.mulish-font {
    font-family: 'Mulish', sans-serif;
}

button.dropdown-item:focus {
    outline: none;
}

.done-badge {
    position: absolute;
    top: -2px;
    right: 0;
}

.card {
    /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05); */
    border-radius: .5rem;
    border-style: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.card .card-header {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}

/* normal card */

.cnormal {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem;
    box-shadow: none;
}

.cshadow-alternate {
    box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, .10);
    border-style: none;
}

.invalid-feedback {
    font-weight: 600;
}


/* password */

.toggle-pass {
    width: 20px;
    height: 20px;
    background: url(../image/eye.png);
    background-size: cover;
    cursor: pointer;
}

.toggle-pass.hide {
    background: url(../image/hide.png);
    background-size: cover;
}


/* app css */

/* .card-header-tabs .nav-item .nav-link {
    color: gray;
} */

#wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    width: 250px;
    position: absolute;
    transition: all .3s ease-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    top: 0;
    left: 0;
    height: 100vh;
    background-color: white;
    color: #707070;
    z-index: 99;
    padding: 1rem 0.5rem 0.5rem;
}

#sidebar::-webkit-scrollbar {
    width: 2px;
}

#sidebar::-webkit-scrollbar-thumb {
    background-color: white;
    transition: all .3s;
    border-radius: 25px;
}

#sidebar:hover::-webkit-scrollbar-thumb {
    background-color: #ced9e1;
}

#copyright {
    color: black;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
}

#contentWrapper {
    padding: 0rem 1rem;
    background-color: #f5f5f5;
    min-height: 100vh;
    width: calc(100% - 250px);
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    bottom: 0;
}

#contentWrapper.active {
    width: 100%;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar ul.components {
    padding: 20px 0;
    font-size: 0.9em;
}

#sidebar ul p {
    color: #707070;
    padding: 10px;
}

#sidebar ul li a {
    padding: 8px;
    margin-left: 6px;
    margin-right: 6px;
    font-size: 1em;
    font-weight: 700;
    display: block;
    color: inherit;
    transition: all 0.3s;
    text-decoration: none;
}

#sidebar ul li a:hover {
    color: #0067b3;
    background: #fff;
    text-decoration: none;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #0067b3!important;
    background: #ffffff;
}

a[data-toggle="collapse"] {
    position: relative;
}

.btn-top {
    position: fixed;
    bottom: 1rem;
    right: 1.5rem;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    visibility: hidden;
    z-index: 111;
}

.btn-top:focus {
    outline: none;
    box-shadow: none;
}

#sidebarHeader {
    font-family: 'Quicksand', 'sans-serif';
}

#navbarMain {
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    background: #ffffff;
    z-index: 96;
    border: none;
    border-radius: .5rem;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, .1), 0 0 6px -2px rgba(0, 0, 0, .05);
}

#footer {
    height: 50px;
    padding: 1rem;
    background-color: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    border-radius: .5rem;
    border-style: none;
    overflow: hidden;
}


/* icon  */

#sideArrowLeft {
    transition: all .5s;
}

#sideArrowLeft.active {
    transition: all .5s;
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
}

/* scroll custom */
.scroll-custom{
    overflow: auto;
    -webkit-overflow-scrolling: touch;

}

.scroll-custom::-webkit-scrollbar {
    width: 2px;
}

.scroll-custom::-webkit-scrollbar-thumb {
    background-color: white;
    transition: all .3s;
    border-radius: 25px;
}

.scroll-custom:hover::-webkit-scrollbar-thumb {
    background-color: #ced9e1;
}

@media (max-width: 768px) {
    
    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 97;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

    .overlay.active {
        display: block;
        opacity: .5;
    }

    #sidebar{
        position: fixed;
        left: -250px;
    }

    #sidebar.active {
        margin-left: 0;
        left: 0;
    }

    /* #sidebar.active {
        margin-left: 0;
    } */
    #contentWrapper {
        width: 100%;
    }

    #sidebarCollapse span {
        display: none;
    }
    #sideArrowLeft {
        transform: scaleX(-1);
    }
}