html{
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    scrollbar-width: thin !important;
    scrollbar-color: black;
    -ms-scrollbar-width: thin !important;
    scrollbar-color: #8ea474 white;
}
h1,h2,h3,h4,h5,h6,p,li,div,button,table,input,td{
    /*font-family: "Brush Script MT" !important;*/
}
td{
    /*color: rgba(0, 0, 0, 0.83) !important;*/
}
.table-responsive{
    scrollbar-width: thin !important;
}
.table-sm th,
.table-sm td {
    padding: 0.3rem;
}


.dashboard-container{
    display: block;
    width: 100%;
    height: 100px;
    background-color: yelldow;
}
.dashboard-container .dashboard-card{
    display: block;
    width: 24%;
    margin-left: 0.5%;
    margin-right: 0.5%;
    height: 100px;
    background-color: grey;
    float: left;
    border-radius: 12px;
}
.dashboard-container .dashboard-card:hover{
    font-size: 1.1em;
    cursor: pointer;
    transition: 0.4s ease-in-out;
}
.dashboard-container .dashboard-card .dashboard-icon{
    display: block;
    width: 40%;
    height: 100px;
    background-color: #868e96;
    color: white;
    text-align: center;
    float: left;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.dashboard-container .dashboard-card .dashboard-icon span{
    font-size: 5em;
    width: 100%;
    line-height: 100px;
}
.dashboard-container .dashboard-card .dashboard-text{
    width: 60%;
    height: inherit;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    float: left;
    background-color: #17a2b8;
    display: inline-block;
}
.dashboard-container .dashboard-card .dashboard-text .upperText{
    width: 100%;
    height: 60px;
    display: block;
    text-align: center;
}
.dashboard-container .dashboard-card .dashboard-text .lowerText{
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
}
.dashboard-container .dashboard-card .dashboard-text .upperText h2{
    line-height: 60px;
    color: #edfaff;
    font-weight: 700;
}
.dashboard-container .dashboard-card .dashboard-text .lowerText p{
    line-height: 40px;
    color: #edfaff;
}

.dashboard-container-bottom{
    width: 100%;
    height: 100px;
    display: block;
}
.dashboard-container-bottom .dashboard-card-big{
    width: 32.3%;
    margin-left: .5%;
    margin-right: .5%;
    float: left;
    height: 100px;
    display: block;
    background-color: #f2ffc6;
}
.dashboard-container-bottom .dashboard-card-big:hover{
    font-size: 1.1em;
    cursor: pointer;
    transition: 0.1s ease-in-out;
}
.dashboard-container-bottom .dashboard-card-big .dashboard-icon{
    display: block;
    width: 30%;
    height: 100px;
    background-color: #868e96;
    color: white;
    text-align: center;
    float: left;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}
.dashboard-container-bottom .dashboard-card-big .dashboard-icon span{
    font-size: 5em;
    width: 100%;
    line-height: 100px;
}
.dashboard-container-bottom .dashboard-card-big .dashboard-text{
    width: 70%;
    height: inherit;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    float: left;
    background-color: #17a2b8;
    display: inline-block;
}
.dashboard-container-bottom .dashboard-card-big .dashboard-text .upperText{
    width: 100%;
    height: 60px;
    display: block;
    text-align: center;
}
.dashboard-container-bottom .dashboard-card-big .dashboard-text .lowerText{
    width: 100%;
    height: 40px;
    display: block;
    text-align: center;
}
.dashboard-container-bottom .dashboard-card-big .dashboard-text .upperText h2{
    line-height: 69px;
    color: #edfaff;
    font-size: 1.5em;
    font-weight: 700;
}
.dashboard-container-bottom .dashboard-card-big .dashboard-text .lowerText p{
    line-height: 20px;
    color: #edfaff;
}


.viewFullSales{
    position: fixed;
    display: block;
    right: 25%;
    z-index: 999;
    min-height: 100px;
    max-height: 420px;
    overflow: hidden;
    -ms-overflow-y: auto;
    top: 100%;
    width: 43%;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    background-color: #868ea3;
    transition: 0.2s ease-in-out;
    border-radius: 24px;
}
.showViewFullSales{
    top: 20%;
}
.tableFullSales th,td{

}
.tableFullSales tr{

}
.stock-header{
    padding: 25px;
    height: 40px;
}
.sale-bottom-float{
    position: fixed;
    right: 1%;
    top: 60%;
    height: 40px;
    width: 10%;
    display: inline-block;
    z-index: 999;
}


.trash-can-wrapper{
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(22, 17, 60, 0.31);
    z-index: 9999;
    display: none;
}
.trash-can-container{
    width: 40%;
    max-height: 80%;
    background-color: white;
    position: fixed;
    padding-bottom: 20px;
    top: 15%;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
    display: none;
    z-index: 23999;
    overflow: auto;
}
.trash-can-container .trash-card-header{
    width: 100%;
    background-color: #9d181f;
    color: whitesmoke;
    height: 70px;
}
.trash-can-container .trash-card-header div{
    width: 98%;
    margin: auto;
    padding-top: 10px;
    line-height: inherit;
}
.trash-can-wrapper{

    position: fixed;

    left: 0;

    right: 0;

    bottom: 0;

    top: 0;

    background-color: rgba(22, 17, 60, 0.31);

    z-index: 9999;

    display: none;

}

.trash-can-container{
    width: 40%;
    right: -45%;
    max-height: 80%;
    background-color: white;
    position: fixed;
    padding-bottom: 20px;
    top: 15%;
    box-shadow: 1px 3px 3px rgba(0,0,0,0.2);
    display: block;
    visibility: hidden;
    z-index: 23999;
    overflow: auto;
    border-radius: 12px;
    transition: 0.41s ease-in-out;
}

.trash-can-container .trash-card-header{
    width: 100%;
    background-color: #fb2739;
    color: whitesmoke;
    height: 70px;
}

.trash-can-container .trash-card-header div{
    width: 98%;
    margin: auto;
    padding-top: 10px;
    line-height: inherit;

}
.medicine-trash-can-button:hover{
    width: 52px;
    height: 52px;
    transition: 0.4s ease-in-out;
}

.medicine-trash-can-button{
    position: fixed;
    display: block;
    bottom: 8%;
    width: 50px;
    cursor: pointer;
    height: 50px;
    background-color: #fd5e6a;
    right: 2%;
    z-index: 3223;
    border-radius: 50%;
    color: #F2F2F2;
    text-align: center;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
}
.medicine-trash-can-button .ti{
    font-size: 2em;
    line-height: 50px;
}
.medicine-trash-can-button .counter{
    position: absolute;
    top: -30%;
    width: 30px;
    height: 30px;
    background-color: #ff2c36;
    display: block;
    color: white;
    right: -10%;
    line-height: 30px;
    border-radius: 50%;
    font-size: 0.8em;
}
.stock-footer-reverse{
    width: 100%;
    height: 50px;
    display: block;
}
@-webkit-keyframes zoomA {
    from {
        width: 50px;
        height: 50px;
    }
    50% {
        width: 60px;
        height: 60px;
    }
    to {
        width: 50px;
        height: 50px;
    }
}

.zoom {
    animation:fade 3000ms infinite;
    -webkit-animation:fade 3000ms infinite;
}

.showBin{
    right: 28%;
    visibility: visible;
}


.medicine_price_modal{
    padding: 12px;
    position: fixed;
    display: inline-block;
    min-height: 100px;
    width: 20%;
    top: 40%;
    z-index: 2331;
    right: -22%;
    color: white;
    background-color: #868ea3;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    border-radius: 12px;
    transition: 0.4s ease-in-out;
}
.medicine_price_modal_open{
    right: 2%;
    transition: 0.4s ease-in-out;
}

.float-stock-update-track-section:hover{
    background-color: rebeccapurple;
    width: 12%;
    transition: 0.3s ease-in-out;
}
.float-stock-update-track-section{
    cursor: pointer;
    position: fixed;
    display: inline-block;
    width: 10%;
    height: 50px;
    right: 0;
    bottom: 10%;
    background-color: #405057;
    color: white;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    transition: 0.4s ease-in-out;
}
.float-stock-update-track-section p{
    line-height: 50px;
    color: white;
    text-align: center;
}
.hideFloat{
    right: -12%;
    transition: 0.4s ease-in-out;
}
.back_to_main_stock{
    position: absolute;
    cursor: pointer;
    right: 0; top: -55%; padding: 10px; color: blue
}
.suppliers-medicine{
    display: block;
    width: 40%;
    z-index: 99;
    min-height: 200px;
    background-color: #868ea3;
    color: white;
    position: fixed;
    right: 10%;
    bottom: -85%;
    padding: 2px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    transition: 0.4s ease-in-out;
    visibility: hidden;
}
.show-suppliers-medicine{
    bottom: 5%;
    visibility: visible;
}
.suppliers-medicine table  th,td{
    color: white;
}
.suppliers-medicine table td{
    color: white;
}
.bg-out-of-stock td{
    background-color: rgba(255,250,140,0.78) !important;
}
.bg-out-of-expired td{
    background-color: rgba(255, 120, 43, 0.78) !important;
    color: #ffdcbb !important;
}
.editBrands{
    width: 30%;
    display: block;
    position: fixed;
    height: auto;
    background-color: #868ea3;
    color: white !important;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    bottom: 25%;
    right: 30%;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 1%;
    z-index: 234;
    visibility: hidden;
    opacity: 0;
    transition: .2s ease-in-out;
}
.showEditBrands{
    bottom: 20%;
    opacity: 1;
    transition: .2s ease-in-out;
    visibility: visible;
}
.stockMonitoringBulb{
    padding:8px;
    border-radius:50%;
    display: block;
    float: left;
    margin-right: 6px;
    height: 24px;
    width: 24px;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    background-color: #0d71bb;
    animation:blink2 600ms infinite;
    -webkit-animation:blink2 600ms infinite;
}
@-webkit-keyframes blink2 {
    from { background-color: #0d71bb; }
    50% { background-color: #ff9959
    }
    to { background-color: #0d71bb; }
}
.stock-monitor-button-container{
    width: 96%;
    margin: auto;
    height: 60px;
    display: block;
}
.stock-monitor-button-container .stock-monitor-button{
    width: 19%;
    border-radius: 12px;
    background-color: rgba(255, 82, 56, 0.73);
    display: block;
    height: 60px;
    float: left;
    margin-left: .5%;
    margin-right: .5%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.stock-monitor-button-container .stock-monitor-button:hover{
    background-color: rgba(109, 131, 90, 0.44);
    cursor: pointer;
}
.stock-monitor-button-container .stock-monitor-button:nth-child(1):hover{
    background-color: rgba(109, 131, 90, 0.44);
    cursor: pointer;
}
.stock-monitor-button-container .stock-monitor-button:nth-child(1){
    width: 19%;
    border-radius: 12px;
    background-color: rgba(255, 82, 56, 0.73);
    display: block;
    height: 60px;
    float: left;
    margin-left: 0;
    margin-right: 1%;
}
.stock-monitor-button-container .stock-monitor-button .monitor-text{
    width: 75%;
    display: block;
    border-radius: 12px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    float: left;
    margin-right: 0.5%;
    background-color: rgba(109, 131, 90, 0.38);
    font-size: 19px;
    color: white;
}
.stock-monitor-button-container .stock-monitor-button .monitor-badge{
    width: 24%;
    display: block;
    line-height: 60px;
    height: 60px;
    float: left;
    text-align: center;
    color: white;
    font-size: 19px;
    font-weight: 700;
}


.shop-value-container{
    width: 80%;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    bottom: 10%;
    display: block;
    background-color: white;
    z-index: 999;
    position: fixed;
    left: 10%;
    right: 10%;
    top: 10%;
}
.shop-value-container .shop-value-inner-container{
    width: 100%;
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
    margin: auto;
    height: auto;
    display: block;
}
.shop-value-container .shop-value-inner-container .shop-value-header{
    width: 100%;
    height: 70px;
    display: block;
    background-color: #f2f2f2;
    line-height: 70px;
    text-align: center;
}
.shop-value-container .shop-value-inner-container .shop-value-header h4{
    line-height: 70px;
}
.shop-value-overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 189;
}




.notification-card{
    width: 100%;
    height: 200px;
    display: block;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 12px;
}
.notification-card .notification-body{
    width: 98%;
    margin: auto;
    height: 150px;
    padding: 10px;
    display: block;
    background-color: #f2f2f2;
}
.notification-card .notification-body p{
    font-size: 1.2em;
    font-style: italic;
    color: #ff2db5;
}
.notification-card .notification-footer{
    width: 98%;
    margin: auto;
    height: 50px;
    display: block;
    background-color: #6b6b6b;
    text-align: center;
}
.notification-card .notification-footer h6{
    width: 98%;
    margin: auto;
    height: 50px;
    display: block;
    line-height: 50px;
    color: #fff;
}

.overlay-wrapper{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(15, 6, 27, 0.4);
    z-index: 04949;
    position: fixed;
    display: none;
}
.report-date-range-card{
    position: fixed;
    left: 33.3%;
    top: -40%;
    z-index: 49494;
    height: 240px;
    display: block;
    width: 33.3%;
    background-color: white;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.report-date-range-card .report-date-range-container{
    width: 90%;
    margin: auto;
    height: auto;
    display: block;
}
.report-date-range-card .report-date-range-container .report-date-range-card-header{
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: .8em;
}
.report-date-range-card .report-date-range-container .report-date-range-card-header h3{
    line-height: 60px;
}
.report-date-range-card .report-date-range-container .report-date-range-card-body{
    width: 100%;
    height: 120px;
    display: block;
}
.report-date-range-card .report-date-range-container .report-date-range-card-footer{
    width: 100%;
    height: 50px;
    display: block;
    margin-bottom: 10px;
}

.load-notification-overlay{
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    right: 0;
    z-index: 19494;
    position: fixed;
    background-color: rgba(15, 6, 27, 0.3);
}
.loan-payment-notification{
    position: fixed;
    width: 30%;
    min-height: 100px;
    max-height: 200px;
    scrollbar-width: thin !important;
    right: -35%;
    bottom:5%;
    margin-bottom: 10px;
    background-color: #0c5460;
    z-index: 999344539;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.loan-payment-notification .loan-notification-header{
    width: 100%;
    height: 30px;
    display: block;
    background-color: #0c5460;
    color: whitesmoke;
    border-top-left-radius: 5px;
}
.loan-payment-notification .loan-notification-header .loan-notification-container{
    width: 96%;
    margin: auto;
    height: 30px;
    display: block;
    color: whitesmoke;
    font-size: 1.2em;
    line-height: 30px;
}
.loan-payment-notification .loan-notification-header .loan-notification-container div{
    width: 10%;
    height: 30px;
    display: block;
    float: left;
    line-height: 30px;
}
.loan-payment-notification .loan-notification-header .loan-notification-container div:nth-child(2){
    width: 80%;
    font-size: .8em;
}
.loan-payment-notification .loan-notification-header .loan-notification-container div:nth-child(3){
    width: 10%;
    font-size: .8em;
    text-align: right;
}
.close-notification{
    cursor: pointer !important;
}
.loan-payment-notification .loan-notification-body{
    width: 98%;
    max-height: 170px;
    scrollbar-width: thin !important;
    overflow: auto;
    margin: auto;
    background-color: white;
}

.unDeposited-cheque-reminder{
    width: 20%;
    display: block;
    position: fixed;
    right: -22%;
    top: 15%;
    height: 110px;
    color: white;
    box-shadow: 0 6px 6px rgba(0,0,0,0.3);
    background-color: #0c5460;
}

.unDeposited-cheque-reminder .unDeposited-cheque-body{
    width: 96%;
    margin: auto;
    height: 70px;
    display: block;
}
.unDeposited-cheque-reminder .unDeposited-cheque-body .icon-cheque{
    width: 20%;
    line-height: 70px;
    text-align: center;
    height: 70px;
    display: block;
    float: left;
    /*background-color: #606dff;*/
}

.unDeposited-cheque-reminder .unDeposited-cheque-body .cheque-info{
    width: 80%;
    line-height: 20px;
    height: 70px;
    float: left;
    text-align: left;
    display: block;
    /*background-color: #606dff;*/
}

.unDeposited-cheque-reminder .unDeposited-cheque-body .cheque-info p{
   color: white;
}

.unDeposited-cheque-reminder .unDeposited-cheque-body .cheque-info p{
    color: white;
}
.unDeposited-cheque-reminder .unDeposited-cheque-footer{
    width: 90%;
    height: 40px;
    margin: auto;
}

.search-brand-container{
    width: 88%;
    max-height: 160px;
    display: block;
    position: absolute;
    left: 6%;
    right: 6%;
    top: 60%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
    overflow: auto;
}
.search-brand-container .search-brand-body{
    width: 95%;
    margin: auto;
    line-height: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}
.search-brand-container .search-brand-body{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    cursor: pointer;
}

.search-brand-container .search-brand-body:hover{
    background-color: #F2F2F2;
    cursor: pointer;
}

.search-meal-container{
    width: 88%;
    max-height: 160px;
    display: block;
    position: absolute;
    left: 6%;
    right: 6%;
    top: 60%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    background-color: #fff;
    overflow: auto;
}
.search-meal-container .search-meal-body{
    width: 95%;
    margin: auto;
    line-height: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
}
.search-meal-container .search-meal-body{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.11);
    cursor: pointer;
}

.search-meal-container .search-meal-body:hover{
    background-color: #F2F2F2;
    cursor: pointer;
}
.medicine-transfer-full-modal-overlay{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 34343;
    background-color: rgba(0,0,10,0.4);
    display: none;
}
.medicine-transfer-full-modal{
    width: 60%;
    min-height: 130px;
    display: block;
    top: -100%;
    left: 23%;
    z-index: 897878;
    background-color: #fff;
    position: fixed;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    border-radius: 12px;
}
.medicine-transfer-full-modal .medicine-transfer-full-modal-container{
    width: 100%;
    min-height: 30px;
    display: block;
}
.medicine-transfer-full-modal .medicine-transfer-full-modal-container .medicine-transfer-full-modal-header{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.medicine-transfer-full-modal .medicine-transfer-full-modal-container .medicine-transfer-full-modal-header h5{
    height: 50px;
    line-height: 80px;
    display: inline-block;
    font-weight: 500;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.medicine-transfer-full-modal .medicine-transfer-full-modal-container .medicine-transfer-full-modal-body{
    width: 90%;
    margin: auto;
    min-height: 110px;
    max-height: 400px;
    overflow: auto;
    display: block;
}

.medicine-transfer-full-modal .medicine-transfer-full-modal-container .medicine-transfer-full-modal-footer{
    width: 90%;
    margin: auto;
    min-height: 50px;
    display: block;
}
.proceed-transfer{
    width: 40%;
    position: fixed;
    right: -80%;
    top: 20%;
    height: auto;
    background-color: white;
    border-radius: 12px;
    z-index: 94949494;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.proceed-transfer .proceed-transfer-container{
    width: 100%;
    display: block;
    height: auto;
    line-height: 40px;
}
.proceed-transfer .proceed-transfer-container .proceed-transfer-header{
    width: 90%;
    margin: auto;
    display: block;
    height: 40px;
    text-align: center;
}
.proceed-transfer .proceed-transfer-container .proceed-transfer-header h4{
    line-height: 40px;
    margin-top: 20px;
    font-size: 2em;
}
.proceed-transfer .proceed-transfer-container .proceed-transfer-body{
    height: 210px;
    display: block;
    width: 90%;
    margin: auto;
}
.proceed-transfer .proceed-transfer-container .proceed-transfer-footer{
    height: 50px;
    display: block;
    width: 90%;
    margin: auto;

}




/* medical schema */
.medical-schema{
    width: 100%;
    height: auto;
    display: block;
}
.medical-schema .medical-schema-container{
    width: 98%;
    height: auto;
    display: block;
}
.medical-schema .medical-schema-container .medical-schema-card{
    width: 29%;
    margin-left: .5%;
    margin-right: .5%;
    height: 100px;
    margin-top: 20px;
    display: block;
    float: left;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.medical-schema .medical-schema-container .medical-schema-card:last-child{
    width: 9%;
    margin-left: .5%;
    margin-right: .5%;
    height: 100px;
    margin-top: 20px;
    display: block;
    float: left;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);

}
.medical-schema .medical-schema-container .medical-schema-card:last-child:hover{
    color: white;
    cursor: pointer;
    background-color: #ff47bd;
}
.medical-schema .medical-schema-container .medical-schema-card .top-logo{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
}
.medical-schema .medical-schema-container .medical-schema-card .bottom-text{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: .8em;
}
.medical-schema .medical-schema-container .medical-schema-card .top-logo span{
    line-height: 50px;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-logo{
    width: 30%;
    line-height: 100px;
    height: 100px;
    display: block;
    float: left;
    text-align: center;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-logo span{
   line-height: 100px;
    font-size: 6em;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-body{
    width: 55%;
    line-height: 100px;
    height: 100px;
    display: block;
    float: left;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-body .medical-schema-name{
    width: 100%;
    line-height: 50px;
    height: 50px;
    display: block;
    float: left;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-body .medical-schema-name h4{
   line-height: 50px;
    font-weight: 700;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-body .medical-schema-price{
    width: 100%;
    line-height: 50px;
    height: 50px;
    display: block;
    float: left;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-body .medical-schema-price h6{
    line-height: 50px;
    font-weight: 700;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-actions{
    width: 15%;
    line-height: 100px;
    height: 100px;
    display: block;
    float: left;
}

/* add Schema modal */
.add-schema-modal{
    width: 30%;
    min-height: 100px;
    z-index: 1000;
    display: block;
    visibility: hidden;
    opacity: 0;
    background-color: #f2f2f2;
    position: fixed;
    top: 20%;
    left: 37%;
    box-shadow: 0 6px 6px rgba(0,0,0,0.5);
    transition: .2s ease-in-out;
}
.show-schema-modal{
    left: 40%;
    visibility: visible;
    opacity: 1;
}
.add-schema-modal .add-schema-header{
    width: 90%;
    margin: auto;
    height: 50px;
    display: block;
    text-align: center;
}
.add-schema-modal .add-schema-header h5{
    line-height: 50px;
}
.add-schema-modal .add-schema-body{
    width: 90%;
    margin: auto;
    min-height: 100px;
    display: block;
}
.add-schema-modal .add-schema-footer{
    width: 90%;
    margin: auto;
    margin-top: 10px;
    height: 50px;
    display: block;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-actions .medical-schema-edit{
    width: 100%;
    line-height: 50px;
    height: 50px;
    display: block;
    float: left;
}
.medical-schema .medical-schema-container .medical-schema-card .medical-schema-actions .medical-schema-remove{
    width: 100%;
    line-height: 50px;
    height: 50px;
    display: block;
    float: left;
}

.discount-request{
    position: fixed;
    right: -35%;
    top: 14%;
    width: 30%;
    height: 300px;
    display: block;
    background-color: #343957;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
.showDiscount{
    right: 5%;
}
.discount-request .discount-request-container{
    width: 96%;
    margin: auto;
    height: 300px;
}
.discount-request .discount-request-container .discount-request-header{
    width: 100%;
    margin: auto;
    height: 50px;
}
.discount-request .discount-request-container .discount-request-header p{
    line-height: 50px;
    font-size: 1.5em;
    color: white;
}
.discount-request .discount-request-container .discount-request-body{
    width: 100%;
    margin: auto;
    height: 200px;
    background-color: #F2F2F2;
}
.discount-request .discount-request-container .discount-request-footer{
    width: 90%;
    margin: auto;
    height: 50px;
}
.discount-request .discount-request-container .discount-request-footer{
   line-height: 50px;
}

.stock-reset-overlay{
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.36);
    z-index: 9999;
    display: none;
}
.stock-reset-modal{
    position: fixed;
    right: -40%;
    width: 40%;
    height: 300px;
    background-color: white;
    z-index: 99991;
    display: block;
    visibility: hidden;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    transition: .2s ease-in-out;
}
.showModal{
    right: 30%;
    visibility: visible;
}
.stock-reset-modal .stock-reset-container{
    width: 95%;
    margin: auto;
    height: auto;
    display: block;
}
.stock-reset-modal .stock-reset-container input{
    /*border-radius: 20px;*/
}
.stock-reset-modal .stock-reset-container .fa-lock{
    position: fixed;
    font-size: 18em;
    width: 100%;
    left: 43%;
    opacity: 0.2;
    top: 15%;
    z-index: 19;
}
.stock-reset-modal .stock-reset-container .stock-reset-header{
    width: 100%;
    margin: auto;
    height: 50px;
    display: block;
}
.stock-reset-modal .stock-reset-container .stock-reset-header h4{
    width: 100%;
    line-height: 50px;
    color: green;
}
.stock-reset-modal .stock-reset-container .stock-reset-body{
    width: 100%;
    height: 200px;
    padding: 10px;
    display: block;
}
.stock-reset-modal .stock-reset-container .stock-reset-footer{
    width: 100%;
    height: 50px;
    display: block;
}

.addNewCategory{
    width: 35%;
    height: 200px;
    display: block;
    position: fixed;
    left: 35%;
    top: -30%;
    z-index: 99999;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    visibility: hidden;
    transition: .2s ease-in-out;
    border-radius: 12px;
}
.showAddCategory{
    top: 20%;
    visibility: visible;
}
.addNewCategory .addNewCategory-header{
    width: 90%;
    height: 50px;
    display: block;
    margin: auto;
    line-height: 50px;
}
.addNewCategory .addNewCategory-header h5{
    line-height: 50px;
    font-weight: 400;
}
.addNewCategory .addNewCategory-body{
    width: 90%;
    height: auto;
    margin: auto;
    display: block;
}
.addNewCategory .addNewCategory-body input{
    border-radius: 50px;
    border: 1px solid rgba(138, 43, 226, 0.36);
}
.addNewCategory .addNewCategory-footer{
    width: 90%;
    height: 50px;
    margin: auto;
    line-height: 50px;
}
.addNewCategory .addNewCategory-footer .btn{
    border-radius: 50px;
}

@media only screen and (max-width: 600px) {
    .stock-monitor-button-container .stock-monitor-button{
        width: 94%;
        margin-left: 3% !important;
        margin-right: 3% !important;
        margin-bottom: 10px;
    }
    .stock-monitor-button-container .stock-monitor-button:nth-child(1){
        width: 94%;
        margin-left: 3% !important;
        margin-right: 3% !important;
        margin-bottom: 10px;
    }
    .stock-monitor-button-container{
        height: auto;
    }
    .trash-can-container{
        width: 70%;
        margin: auto;
    }
    .trash-can-container{
        width: 70%;
        margin: auto;
    }
    .dashboard-container .dashboard-card{
        width: 100%;
        margin-bottom: 10px;
    }
    .dashboard-container-bottom .dashboard-card-big{
        width: 100%;
        margin-bottom: 10px;
    }
    .btn_responsive{
        width: 100%;
        margin-bottom: 5px;
        text-align: left;
    }
    .viewFullSales{
        width: 90%;
        left: 5%;
    }
    .showViewFullSales{
        top: 18%;
    }
    .float-stock-update-track-section{
        width: 30%;
        height: 35px;
        bottom: 4%;
    }
    .hideFloat{
        right: -35%;
        transition: 0.4s ease-in-out;
    }
    .float-stock-update-track-section:hover{
        background-color: rebeccapurple;
        width: 30%;
    }
    .float-stock-update-track-section p{
        line-height: 35px;
    }
    .back_to_main_stock{
        top: -85%;
        position: absolute;
    }
    .suppliers-medicine{
        width: 98%;
        right: 2%;
        min-height: 100px;
        z-index: 4448;
    }
    .page-title{
        margin-top: 30px;
    }
    #annualSales{
        height: 200px;
    }
    .loogedInAs{
        margin-top: 10px;
    }
    .trash-can-container{
        width: 90%;
        right: -100%;
        max-height: 80%;
    }
    .showBin{
        right: 5%;
        left: 5%;
    }
    .about-to-expire{
        width: 100%;
        background-color: yellow;
        border-radius: 0;
        z-index: 949;
        bottom: 0;
    }
}





