    body {
        font-family: "Poppins", sans-serif;
        background-color: #f8f9fa;
        background: #f8f9fa url('../images/page-bg.png');
    }
    
    .bg-light {
        background-color: #fff !important;
        -webkit-box-shadow: 2px 7px 8px -9px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 2px 7px 8px -9px rgba(0, 0, 0, 0.08);
        box-shadow: 2px 7px 8px -9px rgba(0, 0, 0, 0.08);
        background: #0042d7 !important;
    }
    
    .bg-light a {
        color: #fff;
        font-weight: 700;
    }
    
    .patient-info {
        margin: 0 0 20px 0;
        display: flex;
        flex: 0 0 100%;
        gap: 2%;
    }
    
    .w-10 {
        width: 10%;
        height: 10%;
    }
    
    .patient-card {
        display: flex;
        flex: 1 0 30%;
        padding: 20px;
        background-color: #fff;
        -webkit-box-shadow: 2px 7px 8px -9px rgba(0, 0, 0, 0.4);
        -moz-box-shadow: 2px 7px 8px -9px rgba(0, 0, 0, 0.4);
        box-shadow: 2px 7px 8px -9px rgba(0, 0, 0, 0.4);
    }
    
    .width-100 {
        width: 100px;
    }
    
    .card-content {
        position: relative;
        flex: 1 0 0;
    }
    
    .flex-container {
        display: flex;
        flex: 0 0 100%;
    }
    
    .flex-col {
        flex-direction: column;
    }
    
    .section-icon {
        position: absolute;
        margin: 0;
        width: 40px;
        height: 40px;
        border-radius: 30px;
        background-color: #0d6efd;
        border: 1px solid #fff;
        left: -30px;
        top: -30px;
        padding: 2px 8px;
        font-size: 25px;
        color: #fff;
    }
    
    .section-hd {
        flex-grow: 1;
        font-size: 1em;
        font-weight: 700;
        margin-top: 1rem;
        text-transform: uppercase;
        /* background-color: rgb(247, 250, 255); */
    }
    
    .section-menu {
        flex-grow: 1;
        font-size: 12px;
        font-weight: 700;
        margin-top: 1rem;
    }
    /* .section-menu-icon {
        margin: 0;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background-color: #fff;
        border: 0px solid #0d6efd;
        left: -30px;
        top: -30px;
        padding: 0px 5px;
        font-size: 18px;
        color: #0d6efd;
    } */
    
    .section-menu-icon {
        margin: 0;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background-color: #fff;
        border: 1px solid #0d6efd;
        font-size: 18px;
        color: #0d6efd;
    }
    /* .section-menu-icon .mdi {
        font-size: 20px;
        padding: 0;
        margin: 0;
    } */
    
    .page-wrap {
        padding: 40px;
    }
    
    .page-wrap h3 {
        margin: 0 0 40px 0;
        font-family: 'Mukta', sans-serif;
        font-weight: 600;
    }
    /***********************************
FLEX STYLES
************************************/
    
    .space-between {
        justify-content: space-between;
    }
    /***********************************
FONT SIZES
************************************/
    
    .txt-11 {
        font-size: 11px;
    }
    
    .txt-12 {
        font-size: 12px;
    }
    
    .txt-13 {
        font-size: 13px;
    }
    
    .txt-14 {
        font-size: 14px;
    }
    
    .txt-16 {
        font-size: 16px;
    }
    
    .txt-18 {
        font-size: 18px;
    }
    
    .txt-20 {
        font-size: 20px;
    }
    
    .txt-22 {
        font-size: 22px;
    }
    
    .txt-24 {
        font-size: 24px;
    }
    
    .txt-26 {
        font-size: 26px;
    }
    
    .txt-28 {
        font-size: 28px;
    }
    
    .txt-30 {
        font-size: 30px;
    }
    
    .thin {
        font-weight: 100;
    }
    
    .normal {
        font-weight: 400;
    }
    
    .thick {
        font-weight: 500;
    }
    
    .thicker {
        font-weight: 600;
    }
    
    .thickest {
        font-weight: 700;
    }
    
    .thickestt {
        font-weight: 900;
    }
    
    .mar-left-10 {
        margin-left: 10px;
    }
    
    .mar-left-20 {
        margin-left: 20px;
    }
    
    .mar-left-40 {
        margin-left: 40px;
    }
    
    .mar-right-10 {
        margin-right: 10px;
    }
    
    .mar-right-20 {
        margin-right: 20px;
    }
    
    .mar-left-30 {
        margin-left: 30px;
    }
    
    .mar-right-40 {
        margin-right: 40px;
    }
    
    .mar-right-80 {
        margin-right: 80px;
    }
    
    .mar-btm-10 {
        margin-bottom: 5px;
    }
    
    .mar-btm-5 {
        margin-bottom: 5px;
    }
    
    .mar-top-10 {
        margin-top: 10px;
    }
    
    .mar-top-20 {
        margin-top: 20px;
    }
    
    .mar-btm-20 {
        margin-bottom: 20px;
    }
    
    .pad-top-5 {
        padding-top: 5px;
    }
    
    .pad-btm-5 {
        padding-bottom: 5px;
    }
    
    .pad-top-10 {
        padding-top: 10px;
    }
    
    .pad-btm-10 {
        padding-bottom: 10px;
    }
    
    .pad-left-10 {
        padding-left: 10px;
    }
    
    .pad-right-10 {
        padding-right: 10px;
    }
    
    .grey {
        color: #666;
    }
    
    .dark-grey {
        color: #333;
    }
    
    .light-grey {
        color: #aaa;
    }
    
    label {
        text-transform: uppercase;
    }
    
    .btn-primary {
        border-radius: 0;
        color: #fff;
        border: 1px solid rgba(0, 80, 255, 1);
        background: rgba(0, 80, 255, 1);
        font-weight: 500;
    }
    
    .btn-secondary {
        border-radius: 0;
        background: #0a247c;
        border: 1px solid #0a247c;
        background: #0d6efd;
        border: 1px solid #0d6efd;
    }
    
    .btn-shallow {
        border-radius: 0;
        color: #000;
        background: #fff;
        border: 1px solid #333;
    }
    
    .btn-shallow:hover {
        color: #666;
        border: 1px solid #aaa;
    }
    
    .btn-tietary {
        font-size: 0.8rem;
        font-weight: 700;
        border-radius: 0;
        color: #7f482c;
        background: #f77b3e;
        border: 1px solid #f77b3e;
    }
    
    .btn-bordered {
        font-size: 14px;
        color: #888;
        border-radius: 0;
        border: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        font-weight: 500;
    }
    
    .btn-bordered:hover {
        border-radius: 0;
        border: 1px solid #aaa;
        border-bottom: 1px solid #aaa;
        border-left: 1px solid #aaa;
    }
    
    .form-control {
        border: 1px solid #ccc;
    }
    /*****************
    MAIN MENU
********************/
    
    .menu-nav {
        margin: 0;
        padding: 0px 0 0 0;
        list-style-type: none;
        width: 250px;
        background-color: #fff;
        border-right: 1px solid #ddd;
    }
    
    .menu-nav li {
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
    }
    
    .menu-nav li:first-child {
        padding: 8px 0;
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
    }
    
    .menu-nav li:last-child {
        padding: 8px 0;
        border-bottom: 0 solid #ddd;
    }
    
    .menu-nav li a {
        font-size: 15px;
        color: #666;
        text-decoration: none;
    }
    .menu-nav li a.active {
        font-size: 15px;
        color: #0042d7;
        text-decoration: none;
    }
    

    .menu-nav li.active {
        font-size: 15px;
        width: 101%;
        background-color: #fff;
    }
    
    .menu-nav li.active a {
        font-size: 15px;
        color: #0042d7;
        text-decoration: none;
    }
    .menu-nav li a.active {
        color: #0042d7;
    }
    
    .my-class {
        padding: 10px;
        font-size: 30px;
        font-weight: 300;
        background: #fafafa
    }

.lmask-flex {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 100%;
    width: 100%;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.lmask-flex :before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(108, 191, 247, 0.8);
}

.lmask {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #000;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    ;
    opacity: 0.4;
    &.fixed {
        position: fixed;
    }
    &:before {
        content: '';
        background-color: rgba(0, 0, 0, 0);
        border: 5px solid rgba(0, 183, 229, 0.9);
        opacity: .9;
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-radius: 50px;
        box-shadow: 0 0 35px #2187e7;
        width: 50px;
        height: 50px;
        -moz-animation: spinPulse 1s infinite ease-in-out;
        -webkit-animation: spinPulse 1s infinite linear;
        margin: -25px 0 0 -25px;
        position: absolute;
        top: 50%;
        left: 50%;
    }
    &:after {
        content: '';
        background-color: rgba(0, 0, 0, 0);
        border: 5px solid rgba(0, 183, 229, 0.9);
        opacity: .9;
        border-left: 5px solid rgba(0, 0, 0, 0);
        border-right: 5px solid rgba(0, 0, 0, 0);
        border-radius: 50px;
        box-shadow: 0 0 15px #2187e7;
        width: 30px;
        height: 30px;
        -moz-animation: spinoffPulse 1s infinite linear;
        -webkit-animation: spinoffPulse 1s infinite linear;
        margin: -15px 0 0 -15px;
        position: absolute;
        top: 50%;
        left: 50%;
    }
}

@-moz-keyframes spinPulse {
    0% {
        -moz-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -moz-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -moz-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-moz-keyframes spinoffPulse {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spinPulse {
    0% {
        -webkit-transform: rotate(160deg);
        opacity: 0;
        box-shadow: 0 0 1px #2187e7;
    }
    50% {
        -webkit-transform: rotate(145deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: rotate(-320deg);
        opacity: 0;
    }
}

@-webkit-keyframes spinoffPulse {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}