/* ==================================================
  * Template: Medisensor
  * Version:  1
  * Page:     Common for all pages
===================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
    background: #FFFFFF;
}

form label, form label a{
    font-family: 'Maven Pro', sans-serif;
    color: #676767;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding-top: 4px;
    padding-left: 3px; 
}

form input.form-control, form select.form-select{
    border:solid 1px #94C6EB;
    height: 50px;
    border-radius: 7px;
}
form input.form-control:focus, input.form-control:focus, input:focus, .btn-check:focus+.btn, .btn:focus, .form-select:focus{
    outline: none;
    box-shadow: none;
}
.form-control:disabled, .form-control[readonly]{
    font-weight: 300px;
    color: #999999;
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
}

.fb-3{flex-basis: 30% !important;}

div::-webkit-scrollbar{
    width:5px;
}
div::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.2);
    border-radius: 4px;
    display: none;
}
div:hover::-webkit-scrollbar-thumb{
    display: block;
}
/*====================BUTTON======================*/
.btn{
    height: 45px;
    border-radius: 30px;
    min-width: 70px;
}
.btn-primary {
    color: #FFFFFF;
    background-color: #0638CD !important;
    border-color: #0638CD;
}
.btn-info {
    color: #FFFFFF;
    background-color: #94C6EB !important;
    border-color: #94C6EB;
}
.btn-primary-text{
    font-weight: 600;
    font-size: 18px;
    min-width: 120px;
    padding: 0px 30px;
    color: #0638CD;
}
.btn-info-text{
    font-weight: 600;
    font-size: 18px;
    min-width: 120px;
    padding: 0px 30px;
    color: #94C6EB;
}
.btn-text{
    font-weight: 600;
    font-size: 18px;
    min-width: 120px;
    padding: 0px 30px;
}
.btn-primary-text:hover, .btn-text:hover{
    background: #F4F4F4 ;
}
.btn-info-text:hover, .btn-text:hover{
    background: #F4F4F4 ;
}
.btn-group{
    width:100%;
}
.btn-group .btn{
    border-radius: 7px;
}
.btn-group-vertical>.btn, .btn-group>.btn{
    /* height: 50px !important; */
}
.btn-outline-primary, .btn-outline-primary:hover{
    border-color: #94C6EB ; 
    color:#666666 ;
    font-size: 18px ;
    font-weight: 400 ;
    line-height: 35px ;
}
.btn-outline-info, .btn-outline-info:hover{
    border-color: #94C6EB !important; 
    color:#666666 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
    color: #fff ;
    background-color: #94C6EB ;
    border-color: #94C6EB ; 
    color: #000;
    font-weight: 600 ;
}
.btn-check:active+.btn-outline-info, .btn-check:checked+.btn-outline-info, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show, .btn-outline-info:active {
    color: #fff !important;
    background-color: #94C6EB !important;
    border-color: #94C6EB !important; 
    color: #000 !important;
    font-weight: 600 !important;
}

.sidebar-btn-grp{
    display: flex;
    justify-content: space-around;
    /* position: absolute; */
    width: 350px;
    margin: auto;
    left: 0px;
    right: 0px;
    bottom: 30px;
    padding-bottom: 15px;
}


/*===END===*/

/*====================MARGIN======================*/
.m-t0{ margin-top: 0px;}
.m-t1{ margin-top: 10px;}
.m-t2{ margin-top: 20px;}
.m-t3{ margin-top: 30px;}
.m-t4{ margin-top: 40px;}
.m-t5{ margin-top: 50px;}
.m-t6{ margin-top: 60px;}
.m-t7{ margin-top: 70px;}
.m-t8{ margin-top: 80px;}
.m-t9{ margin-top: 90px;}
.m-t10{ margin-top: 100px;}
.m-t20{ margin-top: 200px;}
.m-t30{ margin-top: 300px;}

.m-b0{ margin-bottom: 0px;}
.m-b1{ margin-bottom: 10px;}
.m-b2{ margin-bottom: 20px;}
.m-b3{ margin-bottom: 30px;}
.m-b4{ margin-bottom: 40px;}
.m-b5{ margin-bottom: 50px;}
.m-b6{ margin-bottom: 60px;}
.m-b7{ margin-bottom: 70px;}
.m-b8{ margin-bottom: 80px;}
.m-b9{ margin-bottom: 90px;}
.m-b10{ margin-bottom: 100px;}

@media (max-width: 767px){
.sm-t0{ margin-top: 0px !important;}
.sm-t1{ margin-top: 10px !important;}
.sm-t2{ margin-top: 20px !important;}
.sm-t3{ margin-top: 30px !important;}
.sm-t4{ margin-top: 40px !important;}
.sm-t5{ margin-top: 50px !important;}
.sm-t6{ margin-top: 60px !important;}
.sm-t7{ margin-top: 70px !important;}
.sm-t8{ margin-top: 80px !important;}
.sm-t9{ margin-top: 90px !important;}
.sm-t10{ margin-top: 100px !important;}
.sm-t20{ margin-top: 200px !important;}
.sm-t30{ margin-top: 300px !important;}

.sm-b0{ margin-bottom: 0px !important;}
.sm-b1{ margin-bottom: 10px !important;}
.sm-b2{ margin-bottom: 20px !important;}
.sm-b3{ margin-bottom: 30px !important;}
.sm-b4{ margin-bottom: 40px !important;}
.sm-b5{ margin-bottom: 50px !important;}
.sm-b6{ margin-bottom: 60px !important;}
.sm-b7{ margin-bottom: 70px !important;}
.sm-b8{ margin-bottom: 80px !important;}
.sm-b9{ margin-bottom: 90px !important;}
.sm-b10{ margin-bottom: 100px !important;}
}
/*===END===*/


/*====================WIDTH======================*/
.w-10{ width: 10px;}
.w-20{ width: 20px;}
.w-30{ width: 30px;}
.w-40{ width: 40px;}
.w-50{ width: 50px !important;}
.w-60{ width: 60px;}
.w-70{ width: 70px;}
.w-80{ width: 80px;}
.w-90{ width: 90px;}
.w-100{ width: 100px;}
.w-110{ width: 110px;}
.w-120{ width: 120px;}
.w-130{ width: 130px;}
.w-140{ width: 140px;}

.w-150{ width: 150px;}
.w-170{ width: 170px;}
.w-200{ width: 200px;}
.w-250{ width: 250px;}
.w-300{ width: 300px;}
/*====================END======================*/


/*====================Common text and BG color Start======================*/

.text-success{color:#8ec63d !important;}
.text-danger{color:#ff3007 !important;}
.text-warning{color:#ffc107 !important;}
.text-yellow{color:yellow !important;}
.bg-success{background:#8ec63d !important;}
.bg-danger{background:#ff3007 !important;}
.bg-warning{background:#ffc107 !important;}
.bg-yellow{background: yellow !important;}
/*====================Common text and BG color end======================*/

/*====================Page Frame Start======================*/
#medi-wrapper {
    display: flex;   
    height: 100vh;
    color: #000000;
}
.medi-sidebar {
    height: 100vh;
    background: #FFFFFF;
    flex-basis: 300px;
    box-sizing: border-box;
    padding-right: 10px;
    margin-right: 20px;
}
.medi-content-body {
    align-items: center;
    border-radius: 25px 0px 0px 25px;
    height: 100%;
    background: #f5f6fa;
    flex: 1;
    padding: 20px;
    margin-right: 20px;
    /* min-height: 580px; */
}
.medi-content-body .white-back{
    background: #FFFFFF;
    border-radius: 25px;
    height: 80%;
    padding: 30px;
    /* min-height: 460px; */
}

@media (max-width: 1366px){
    /* .medi-content-body .white-back{ */
        /* height: 80vh; */
    /* } */
}
@media (max-width: 1355px) and (min-width: 1000px) {
    /* .medi-sidebar {
        padding-right: 1.2vh;
        width: 30vh;
    } */
    .calenders {
        width: 100% !important;
        margin-left: 5% !important;
    }
}
@media (max-width: 1000px) and (min-width: 768px) {
    /* .medi-sidebar {
        padding-right: 1.2vh;width: 100% !important;
        width: 24vh;
    } */
    .calenders {
        width: 100% !important;
        margin-left: 5% !important;
    }
    .medi-sidebar a {
        font-size: 12px !important;
    }
    /* .medi-content-body{
        width: 77%;
    } */
}

@media (min-width: 1000px) and (max-width: 1158px){
    /* .medi-content-body{
        width: 70% !important;
    } */
}
@media screen and (max-width: 767px) {
    form label, form label a {
        font-family: 'Maven Pro', sans-serif;
        color: #676767;
        font-size: 15px;
        text-decoration: none;
        white-space: nowrap;
    }
    body{
        background: #f5f6fa;
    }
    .medi-content-body{
        padding: 10px;
        border-radius: 0px;
        height: -moz-calc(100vh - 65px);
        height: -webkit-calc(100vh - 65px);
        height: calc(100vh - 65px);
    }
    .adherence-height{
        height: -moz-calc(90vh - 65px);
        height: -webkit-calc(90vh - 65px);
        height: calc(90vh - 65px);
    }
    .medi-content-body .white-back{
        padding: 20px;
        border-radius: 15px;
    }
}
/*====================Page Frame END======================*/

/*====================Table Start======================*/
.medi-table{ 
    width: 100%;
    /* table-layout: fixed; */
}
.medi-table thead th{
    font-size: 14px;
    color:#A49DA6;
    font-weight: 400;
    text-transform: uppercase;
    white-space: nowrap;
}
.medi-table tbody td{
    font-size: 15px;
    font-weight: 600;
    color:#12101D;
    height: 80px;
}

.medi-table thead th, .medi-table tbody td{
    padding: 0px 10px;
}
.medi-table thead tr th:first-child, .medi-table tbody tr td:first-child{
    padding-left: 0px;
}
.medi-table thead tr th:last-child, .medi-table tbody tr td:last-child{
    padding-left: 0px;
    padding-right: 0px;
}
 .medi-table tbody td i[class*="fa-battery-"]{
    font-size: 22px;
    float: left;
    /* margin-right: 10px; */
}
.medi-table tbody td .progress{
    height:5px;
    width: 170px;
}
.medi-table tbody tr{
    border-bottom: solid 1px #f4f4f4;
}
.medi-table tbody tr:last-child{
    border-bottom: 0px;
}
.medi-table tbody td .n-status{
    display: inline-block;
    background: #F2F2F2;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    color:#999999;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 40px;
    margin-bottom: 3px;
}
.green{
    background: rgba(50, 184, 9, 0.16) !important;
    color:#76a92e !important;
}
.medi-table tbody td .n-status img{
    width: 22px;
    margin-right: 10px;
}
.medi-table tbody td i.fa-ellipsis-v{
    color:#b5bad0;
    font-size: 22px;
    padding: 5px 15px;
    cursor: pointer;
    border: solid 1px #FFFFFF;
}
.medi-table tbody td i.fa-ellipsis-v:hover,
.medi-table tbody td i.fa-ellipsis-v.show{
    background: rgba(244, 244, 244, 0.7);
    border-radius: 8px;
}
.medi-table tbody td i.fa-ellipsis-v.show{
    color:#5e6688;
    border: solid 1px #d1d6e8;
}
.table-action i{
    color:#B5BAD0;
    font-size: 16px;
}
/*=============Table Responsive===============*/
@media screen and (max-width: 767px) {

    .medi-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    .medi-table tr {
        border: 1px solid #E8E8E8;
        display: block;
        margin-bottom:20px;
    }
    .medi-table tr:last-child{
        margin-bottom: 2px;
    }    
    .medi-table tbody td {
        padding: 15px 10px;
        border-bottom: 1px solid #F4F4F4;
        display: block;
        text-align: right;
        height: 50px;
        font-size: 13px;
        position: relative;
    }
    .medi-table tbody td .n-status{
        width: 110px;
        height: 30px;
        font-size: 11px;
        line-height: 30px;
        top: 9px;
        position: absolute;
        right: 10px;
    }
    .medi-table tbody td .n-status img {
        width: 15px;
        margin-right: 3px;
    }
    .medi-table td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        text-transform: uppercase;
        font-size: 13px;
        color:#A49DA6;
        font-weight: 400;
    }    
    .table-scroll.h-10{
        height: 75vh;
        overflow: auto;
    }
    .medi-table tbody td i[class*="fa-battery-"] {
        font-size: 22px;
        float: right;
        margin-left: 10px;
        margin-right: 0px;
        margin-top: -2px;
    }
    .medi-table tbody td i.fa-ellipsis-v{
        display: none;
    }
    .table-action .dropdown-menu{
        height: 34px;
        display: flex;
        top: 28px !important;
        left: 0px !important;
        width: 100%;
        z-index: 1;
        align-items: center;
        text-align: center;
    }
    table .dropdown-menu a{
        border-bottom: 0px !important;
        border-right: solid 1px #e9ecef !important;
        line-height: 15px;
    }
    
}
/*=============Table Responsive End===============*/

/*====================Table END======================*/


/*=============Adherence Start===============*/
.medi-content-body .adh-tracker{
    background: #FFFFFF;
    border-radius: 25px;
    padding: 30px;
}
.adh-tracker-inner{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.adh-tracker .progress{
    height: 7px;
    margin-top: 5px;
}
.adh-tracker .progress-title, .progress-text{
    font-size: 20px;
    font-weight: 500;
    color:#333333;
}
.adh-tracker .progress-text{
    font-weight: 700;
}
.adh-control{
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
} 
.adh-control .control-left select{
    border-radius: 10px;
    border: solid 1px #ded5df;
    font-size: 14px;
    height: 40px;
}
.adh-control .control-right{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.adh-control .control-right .month-label{
    line-height: 40px;
    font-size: 18px;
    margin-right: 20px;
}
.adh-control .control-right .month-label i{
    margin-right: 10px;
}
.weekly-calender{
    background: #f00;
}
.adh-control .control-right select, .adh-control .control-right button{
    height: 40px;
    border-radius: 20px;
    padding: 0px 15px;
}
.adh-control .control-right .caligraph-switch .btn-group-vertical>.btn, 
.adh-control .control-right .caligraph-switch .btn-group>.btn{
    height: 40px;
    font-size: 14px;
    line-height: 25px;
}
.btn-outline-primary:hover{
    background: #F4F4F4;
}
.adh-control .control-right .caligraph-switch .btn-group .btn {
    border-radius: 20px;  
    width: 110px;
    background: #ffffff;
}
.adh-control .control-right .caligraph-switch .btn-group>.btn-group:not(:last-child)>.btn, 
.adh-control .control-right .caligraph-switch .btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.adh-control .control-right .caligraph-switch .btn-group>.btn-group:not(:first-child)>.btn, 
.adh-control .control-right .caligraph-switch .btn-group>.btn:nth-child(n+3), 
.adh-control .control-right .caligraph-switch .btn-group>:not(.btn-check)+.btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-color: #ded5df;
}
.adh-control .control-right .caligraph-switch .btn-outline-primary:hover{
    border-color: #ded5df;
    background: #ffffff;
}
.adh-control .control-right .caligraph-switch .btn-check:active+.btn-outline-primary, 
.adh-control .control-right .caligraph-switch .btn-check:checked+.btn-outline-primary, 
.adh-control .control-right .caligraph-switch .btn-outline-primary.active, 
.adh-control .control-right .caligraph-switch .btn-outline-primary.dropdown-toggle.show, 
.adh-control .control-right .caligraph-switch .btn-outline-primary:active{
    background: #0638CD !important;
    color:#FFFFFF !important;
    border:solid 1px #0638CD !important;
}

.adh-control .control-right .cal-dropdown .btn-group{
    width:110px;
}
.adh-control .control-right button{
    border: solid 1px #ded5df;
    background: #FFFFFF;
    font-size: 14px;
    transition: 0.2s ease-in;
}
.adh-control .control-right button:hover{
    border: solid 1px #0638CD;
    background: #0638CD;
    color:#FFFFFF;
}

.calender-graph{
    background: #FFFFFF;
    border-radius: 25px;
    /* height: 71.5vh; */
    display: flex;
}
.adherence-graph{
    background: #FFFFFF;
    border-radius: 25px;
    /* height: 71.5vh; */
    display: flex;
    padding: 15px;
}
.time-container{
    flex-basis: 185px;
    padding: 30px;
    border-radius: 25px 0px 0px 25px;
    box-shadow: 10px 1px 22px -8px rgba(182,182,182,0.3);
    -webkit-box-shadow: 10px 1px 22px -8px rgba(182,182,182,0.3);
    -moz-box-shadow: 10px 1px 22px -8px rgba(182,182,182,0.3);
}
.time-container div{
    height: 22%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
}
.time-container div p{
    font-size: 14px;
    color:#12101D;
    margin-top: 5px;
    margin-bottom: 0px;
}
.time-container div:first-child{
    height: 12%;
    font-size: 16px;
    font-weight: 600;
}
.calender-container{
    flex: 1;
    padding:30px 40px;
    overflow-y: auto;
}
.weeky-calender{
    display: flex;
    height: 65.3vh;
}
.weeky-calender .days{
    flex: 1;
}
.weeky-calender .days div{
    height: 22%;
    text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-flow: column;
    position: relative;
}
.weeky-calender .days div img{
    position: relative;
    z-index: 2;
}
.weeky-calender .days div p{
    font-size: 14px;
    color:#12101D;
    margin-top: 5px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 8px;
    z-index: 2;
}
.weeky-calender .days div:first-child{
    height: 12%;
    font-size: 16px;
    font-weight: 600;
    color:#333333;
}
.weeky-calender .days div:nth-child(3), .weeky-calender .days div:last-child{
    background: rgba(244, 246, 253, 0.7);
}
/*
.weeky-calender .days div:nth-child(3):after, .weeky-calender .days div:last-child:after{
    content: '';
    position: absolute;
    height: 70%;
    top: 15%;
    width: 100%;
    left: 0px;
    z-index: 1;
    background: rgba(244, 246, 253, 0.7);
}
*/
.weeky-calender .days div:first-child p{
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
    position: relative;
    bottom: inherit;
}

@media (max-width: 1366px){
    .time-container {
        flex-basis: 165px;
        padding: 20px 10px;
    }
    .time-container img{
        width: 35px;
    }
    .calender-container{
        padding: 20px;
    }
    .weeky-calender .days img{
        width: 45px;
    }
    /* .calender-graph{
        height: 64vh;
    } */
    /* .adherence-graph{ */
        /* height: 64vh; */
    /* } */
    /* .weeky-calender {
        height: 59vh;
    } */
}
@media(max-width:1200px){
    .caligraph-switch .btn{
        min-width: 60px !important;
        width: 60px !important;
    }
    .caligraph-switch span{
        display: none;
    }
}


@media (max-width: 830px){
    .adh-control .control-right .month-label{
        display: none;
    }
    .adh-control .control-right .cal-dropdown{
        display: none;
    }
    .caligraph-print {
        display: none;
    }
   
    .calender-container{
        overflow: hidden;
    }
    .mob-calender{
        /* overflow-y: hidden;
        overflow-x: auto; */
        scroll-snap-type: x mandatory; 
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
    }
    .weeky-calender .days{
        scroll-snap-align: start;
        flex-shrink: 0;
        transform-origin: center center;
        transform: scale(1);
        transition: transform 0.5s;
    }
    .weeky-calender .days div{
        width: 185px;        
    }
    .calender-graph {
        height: 59vh;
    }
    .adherence-graph{
        display: block;
    }
}
.doctor-list{
    margin-bottom: 70px ;
}
.doc-item{
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    height: 120px;    
    align-items: center;
    margin-bottom: 20px;
    border:solid 1px rgba(11,34,87,0.1);
    box-shadow: 4px 4px 10px -1px rgba(11,34,87,0.15);
    -webkit-box-shadow: 4px 4px 10px -1px rgba(11,34,87,0.15);
    -moz-box-shadow: 4px 4px 10px -1px rgba(11,34,87,0.15);
}
.doc-item .icon{
    height: 50px;
    width: 50px;
}
.doc-item div:first-child{
    margin-right: 20px;
}
.doc-item div:nth-child(2){
    flex: 1;
}
.doc-item div:nth-child(2) strong{
    display: block;
    color:#0B0B0B;    
}
.doc-item div:nth-child(2) span{
    color:#959595;
}
.doc-item div:last-child{
    justify-content: flex-end;
}
.doc-item span.invited{
    background: #E5EBFD;
    color:#0638cd;
    height: 30px;
    width: 80px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    padding: 4px 0px
}
@media (max-width: 375px){
    .weeky-calender .days div{
        width: 150px;        
    }
}
@media(max-height:580px) and (max-width:940px){
    .caligraph-switch .btn{
        min-width: 40px !important;
        width: 40px !important;
    } 
}

@media (max-width:600px){
    .caligraph-switch .btn{
        min-width: 35px !important;
        width: 35px !important;
    } 
}

/*=============Adherence End===============*/

/*=============Tabing Start===============*/
.medi-tab{ 
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
}
.medi-tab h4{
    color: #CCCCCC;
    font-size: 16px;
    padding: 0px 20px;
    
    border: solid 1px #FFFFFF;
    height: 40px;
    border-radius: 20px;
    line-height: 37px;
    min-width: 150px;
    
    
}
.medi-tab h4.active{
    border: solid 1px #0334CE;
    color:#0334CE;
    box-shadow: 4px 6px 9px -1px rgba(11,34,87,0.15);
    -webkit-box-shadow: 4px 6px 9px -1px rgba(11,34,87,0.15);
    -moz-box-shadow: 4px 6px 9px -1px rgba(11,34,87,0.15);
}
.medi-tab h4.filled{
    color:#0334CE;
    cursor: pointer;
}
/*=============Tabing End===============*/

/*=============ADD Madpal Start===============*/

.side-panel{
    position: fixed;
    top:0px;
    right:-130%;
    bottom:0px;
    background: #FFFFFF;
    width: 50%;
    z-index: 100;
    padding: 0px 30px;
    box-shadow: -7px 0px 5px 0px rgba(11,34,87,0.15);
    -webkit-box-shadow: -7px 0px 5px 0px rgba(11,34,87,0.15);
    -moz-box-shadow: -7px 0px 5px 0px rgba(11,34,87,0.15);
    transition: 0.3s ease-in-out;
}
.side-panel.show{
    right:0px;
}
.side-panel h3{
    font-size: 20px;
    font-weight: 700;
    border-bottom: solid 1px #E3E3EB;
    padding: 15px 0px;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    /* white-space: nowrap; */
}
.side-panel h3 span.close{
    display: inline-block;
    cursor: pointer;
}
.side-panel input.form-control,
.side-panel select.form-select{
    border: 1px solid #ced4da;
}
.side-panel .overflow-scroll{
    overflow-y: auto !important;
    overflow-x: hidden !important;
    /* height: 70vh; */
}

@media (max-width: 830px){
    .side-panel h3 {
        padding: 20px 0px;
        margin-bottom: 20px;
        font-size: 22px !important;
    }
    .side-panel{
        width: 100%;
        padding: 0px 20px;
    }
    .overflow-scroll{
        padding-left: 5px;
    }
}
/*=============ADD Madpal End===============*/


/*=============View Medicine Start===============*/

.medicine-detail .med-progress{
    display: flex;
    justify-content: space-between;
}
.medicine-detail .med-progress span{
    color:#A49DA6;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 4px;
}
.medicine-detail .pillcase-info{
    display: flex;
    margin-bottom: 10px;
}
.medicine-detail .pillcase-info div:first-child{
    margin-right: 15px;
}
.pillcase-info div:last-child h2{
    font-size: 22px;
    font-weight: 700;
}
.pillcase-info input[type=text].editable-head{
    font-size: 20px;
    font-weight: 700;
    padding: 0px;
    line-height: normal;
    width: 215px;
    border:0px;
}
.pillcase-info input[type=text].editable-head + span.edit{
    background: #E4E4FF;
    color: #0638CD;
    font-size: 14px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 23px;
    position: relative;
    top: -3px;    
    left: 3px;
}
.pillcase-info input[type=text].edit-mode{
    background: #3399ff;
    color:#FFFFFF;
}
.pillcase-info input[type=text].edit-mode + span.check{
    background: #0638cd;
    color: #FFFFFF;
    font-size: 14px;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 8px;
    font-weight: 500;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 23px;
    position: relative;
    top: -3px;    
    left: 3px;
}
.pillcase-info input[type=text].editable-head + span i{
    font-size: 14px;
}
.pillcase-info .time-status{
    display: flex;
    align-items: center;
}
.pillcase-info .time-status span:first-child{
    margin-right: 10px;
    /* background: #E4E4FF; */
    /* color:#0638CD; */
    font-size: 13px;
    display: inline-block;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: 500;
}

@media (max-width: 400px) {
    .pillcase-info .time-status span:first-child{
        font-size: 12px;
    }
}
.pillcase-info .time-status span:first-child i{
    font-size: 14px;
}
.pillcase-info .n-status{
    display: inline-block;
    background: #F2F2F2;
    width: 70px;
    height: 30px;
    border-radius: 20px;
    color:#999999;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    line-height: 30px;
}
.pillcase-info i.fa{
    font-size: 24px;
}
.medicine-detail .progress{
    height: 7px;
    margin-top: 5px;
    margin-bottom: 20px;
}
.sc-text{
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    color: #999999;
}
.days-container{
    margin-bottom: 20px;
}
.days-container h2{
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.medicine-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.medicine-info div:first-child{
    flex-basis: 50px;
    width: 50px;
    margin-right: 30px;    
}
.medicine-info div:nth-child(2){
    flex: 1;
}
.medicine-info div:first-child span{
    width: 45px;
    height: 45px;
    text-align: center;
    background: #F7F4FD;
    border-radius: 25px;
    display: inline-block;
    line-height: 42px;
}
/*=============View Medicine End===============*/


/*=============Schedule Start===============*/
.spec-days{
    display: flex;
    align-items: center;
    align-content: center;
    font-size: 13px;
    text-align: center;
}
.spec-days span{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    background: #cccccc;
    color:#FFFFFF;
    font-weight: bold;
    line-height: 25px;
    margin: 2px;
    display: inline-block;
    font-size: 10px;
}
.med-schedule{
    font-size: 12px;
    font-weight: 500;
    border: solid 1px #0638CD;
    color:#0638CD;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 12px;
    margin: 2px;
}
/*=============Schedule End===============*/

/*=============Event Start===============*/
.daily-event{
    margin-bottom: 10px;
}
.daily-event .date{
    font-size: 16px;
    color: #333333;
    display: block;
    margin-bottom: 10px;
}
.event-box{
    display: flex;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
    height: 80px;    
    align-items: center;
    margin-bottom: 15px;
    border:solid 1px rgba(11,34,87,0.1);
    box-shadow: 4px 4px 10px -1px rgba(11,34,87,0.15);
    -webkit-box-shadow: 4px 4px 10px -1px rgba(11,34,87,0.15);
    -moz-box-shadow: 4px 4px 10px -1px rgba(11,34,87,0.15);
}
.event-box div:first-child{
    margin-right: 20px;
}
.event-box div:last-child strong{
    display: block;
    color:#0B0B0B;
}
.event-box div:last-child span{
    color: #000000;
    font-size: 12px;
}
@media (max-width: 767px){
    .event-box{
        height: auto;
    }
    .event-box div:last-child strong{
        font-size: 14px;
    }
}
/*=============Event End===============*/


/*=============Calendar start===============*/

table.calendar{
    table-layout: fixed;
    width: 100%;
    min-width: 500px;
    border-spacing: 5px;
    border-collapse: inherit;
    text-align: center;
}
table.calendar th{
    padding: 1em 0px;
    font-size: 24px;
}

table.calendar th span:first-child{
    display: block;
}
table.calendar th span:last-child{
    display: none;
}
table.calendar .month{
    font-size:4em;
    font-weight: 800;
}
table.calendar td.taken{
    background-color: #eeffe5;
}
table.calendar td{
    padding:1em 1em 3em;
    position: relative;
    min-height: 8em;
    font-size: 18px;
    font-weight: 600;
    /* z-index: 1; */
}
table.calendar td.empty{
    background-color: #FFFFFF;
}
table.calendar td.holiday{
    background-color: #FFFFFF;
}
table.calendar td.round:before{
    content: '';
    position: absolute;
    width: 90px;
    height: 90px;
    background: #ededed;
    border-radius: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: -1;
}
table.calendar td.holiday div{
    display: flex;
    position: absolute;
    width: 40px;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 27px;
    align-items: center;
    justify-content: center;
}
table.calendar td.holiday div span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #CCCCCC;
    margin: 0px 2px;
}
td.holiday span.danger{
    background: #ee6d6d !important;
}
td.holiday span.warning{
    background: #eeb407 !important;
}
table.calendar .details{
    position: absolute;
    bottom: 0;
    /*   right: 0; */
    line-height: 1em;
}
@media (max-width: 1366px){
    table.calendar th {
        font-size: 18px;
    }
    table.calendar td {
        padding: .5em 1em 1.9em;
    }
    table.calendar td.holiday div{
        bottom: 15px;
    }
    table.calendar td.round:before{
        width:70px;
        height:70px;
    }
    table.calendar td.holiday div span{
        width: 12px;
        height: 12px;
    }
    
}
@media (max-width: 1366px){
    table.calendar th {
        font-size: 18px;
    }
    table.calendar td {
        padding: .5em 1em 1.9em;
    }
    table.calendar td.holiday div{
        bottom: 15px;
    }
    table.calendar td.round:before{
        width:70px;
        height:70px;
    }
    table.calendar td.holiday div span{
        width: 12px;
        height: 12px;
    }
    
}


/*=============Calendar End===============*/


/* ===========================ALERT MEDPAL LIST=========================== */
.medpal-container{background: #f4f6ff; padding: 15px 10px 30px 10px;}
.medpal-container .scroll{max-height: 170px; overflow-y: auto;}

.medpal-list{background: #FFFFFF; margin-top: 15px; border-radius: 35px; display: flex; height: 70px; justify-content: space-between;}
.medpal-list .sr-number{ width: 70px; text-align: center; font-size: 18px; font-weight: 600; line-height: 70px;}

.medpal-list .medpal-name strong, .medpal-list .medpal-name small{ display: block;}
.medpal-list .medpal-name{padding: 18px 0px; line-height: 18px; width: 55%;}

.medpal-list .action-icon{margin: 10px 0px; text-align: center; flex: auto;}
.medpal-list .action-icon a{display: inline-block; width: 30px; height: 30px; text-align: center; line-height: 32px;}
.medpal-list .action-icon p{font-size: 12px; color:#999999; margin: 0px;}
/* ===END=== */

/* ===========================Profile Setting=========================== */
.profile-setting{
    padding: 0px;
   
    right: -100%;
}
@media (min-width: 830px){
    .profile-setting{
        width: 50%;
    }
}
.profile-setting h3{
    padding: 15px 25px;
}
.profile-setting form{
    padding: 0px 14px;
}
.form-icon{
    position: relative;
}
.form-icon input{
    padding-right: 45px;
}
.form-icon i{
    position: absolute;
    right: 18px;
    bottom: 17px;
    cursor: pointer;
}
.pass-key{
    font-weight: 500;
    color:#0B2257;
    cursor: pointer;
}
.pass-key img{
    height: 50px;
    margin-right: 10px;
}
.pass-heading{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
    margin-top: 15px;
}
/* ===END=== */


/* ====COUNT====*/
.day-interval{
    display: flex;
    justify-content: space-between;
}
.day-interval div:last-child{
    /* text-align: right; */
}


.qty .count {
    color: #474747;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 45px;
    padding: 0 2px;
    min-width: 80px;
    text-align: center;
}

.qty .plus, .qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: #000000;
    width: 40px;
    height: 40px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background: #A5C9F9 !important;
    line-height: 30px;
    border:solid 3px #FFFFFF;
    box-shadow: 0px 0px 5px #CCCCCC;
}
.qty .plus{
    line-height: 35px;
}
.qty div {
    text-align: center;
}
.qty .minus:hover{
    background-color: #717fe0 !important;
}
.qty .plus:hover{
    background-color: #717fe0 !important;
}
/*Prevent text selection*/
.qty span{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.qty input{  
    border: 0;
    width: 2%;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.qty input:disabled{
    background-color:white;
}

.schedule-time{
    border: 1px solid #DBDBDB;
    background-color: #F8F8F8;
    border-radius: 7px;
    /* padding: 25px 0px; */
}
.schedule-button{
    display: flex;
    justify-content: center;
    align-items: center;
}
.schedule-button div{
    margin: 10px 5px;
    position: relative;
}
.schedule-button div input{
    height: 33px;
    width: 200px;    
    pointer-events: auto;
    opacity: 0;
}
.schedule-button label{    
    border: solid 1px #0638CD;
    color: #0638CD;
    background: #FFFFFF;
    height: 33px;
    width: 200px;
    text-align: center;
    border-radius: 8px;
    line-height: 30px;
    font-size: 13px;
    padding: 0px;
}
.schedule-button .btn-check:checked+.btn{
    background: #0638CD;
    color:#FFFFFF;
}
.schedule-button .btn-check{
    clip: auto;
}
/* ===END=== */

.modal-content{
    border-radius: 25px;
    border: 0px;
    padding: 30px 0px 20px 0px;
}
.modal-footer{
    border-top:0px;
    justify-content: center;
}
.modal-footer .btn{
    min-width: 150px;
    margin: 0px 20px;
}
.modal-body{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    font-weight: 700;
    padding: 30px 0px;
}
.modal-content div.icon{
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.modal-content div.icon span{
    display: flex;
    height: 100px;
    width: 100px;
    border-radius: 30px;
    background: #f1f1f1;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}
.modal-content div.icon span img{
    max-width: 40px;
}
.modal-content div.icon span.red{
    background: #FFE8E8 !important;
    color: #F9B3B3 !important;
}
.modal-content div.icon span.green{
    background: #caf5db !important;
    color: #7fe6a8 !important;
}
.modal-content div.icon span.blue{
    background: #cad5f5 !important;
    color: #7b96e5 !important;
}

svg {
    position: absolute;
    top: 40%;
    left: 45%;
}
.formError{
    color: red;
}
