body {
    background: #F4F6F9;
    font: 'Century Gothic';
}
::-webkit-scrollbar {
    width: 0px;
    visibility: hidden;
  }
::-webkit-scrollbar-thumb:hover {
    width: 0px;
    visibility: hidden;
}
.mb-5rem{
    margin-bottom: .5rem;
}
.navi-linkies {
    padding: 0px;
    background-color: white;
    color: #05269E;
}

.navi-bar {
    margin: auto;
    border-radius: 10px;
    height: 70px;
    background-color: #F4F6F9;
    width: 70%;
    padding: 0px;
    box-shadow: 0px 0px 4px 0px #00000040;
}

.linkies {
    color: #05269E;
    border-left: 1px solid;
    padding-top: 25px;
    padding-left: 40px;
    font-family: Century Gothic;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    width: 30%;
}

div a:first-child {
    border: none;
}

.nav-act {
    background-color: #CCCCCC;
}
/*zartash*/
.container{
    height: 100vh;
    border-radius: 25px 25px 0px 0px;
}
.content-wrapper,body{
    background-color: #CCCCCC;    
}
.bg-05269E{
  background-color: #05269E !important;
}
.text-05269E{
  color: #05269E;
}
.first-tabs #custom-tabs-three-tab a{
    font-size: 14px;
    font-weight: 600;
    color: #000;
    background-color: #F4F6F9;
    border-radius: 10px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.first-tabs .nav-tabs .nav-item.show .nav-link,.first-tabs .nav-tabs .nav-link.active ,.first-tabs .nav-tabs .nav-item .nav-link:hover {
    border-color: #fff #fff #000000 !important;
    border-bottom: 2px solid #000 !important;
}
.nav-tabs{
    border-bottom: none;
}
.fs-15{
    font-size: 15px;
}
.btn-green{
    background-color: #0AECBA;
    padding: 10px 19px; 
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.span-green{
    background-color: #0AECBA;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    width: 34px;
    height: 34px;
}
.btn-blue{
    background-color: #05269E;
    padding: 10px 19px; 
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    color: #fff;
}
.btn-blue:hover, .btn-green:hover{
    color: #fff;
}
.case table thead th:first-child{
    background-color: #05269E;
    border-radius: 20px 0px 0px 0px;
    color: #fff;
}

.case table thead th:last-child{
    background-color: #05269E;
    border-radius: 0px 20px 0px 0px;
    color: #fff;
}
.case table thead th{
    background-color: #05269E;
    color: #fff;
}
.case td,.case th{
    text-align: center;
}
.case table{
    background-color: #F4F6F9;
}
.case tr{
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
}
label{
    color: #000;
    font-weight: 600;
}
.case_management .form-control,.input-group-append{
    border: 1px solid #000;
    border-radius: 5px;
}
.case_management .modal-content{
    background-color: #F4F6F9;
}
.second-tabs ul{
    justify-content: center;
}
.second-tabs ul li{
    font-size: 10px;
    font-weight: 600;
    color: #000;
    height: 37px;
    display: block;
    padding: 0.5rem 1rem;
    border-radius: 10px 10px 0px 0px;
    background-color: #F4F6F9;
    margin: auto 5px;
    cursor: pointer;
}
.second-tabs li.active ,.second-tabs li:hover {
    background-color: #05269E !important;
    color: #fff !important;
    border-radius: 10px 10px 0px 0px;
}
.alerts #tab-table-head th{
    border:none !important;
    text-transform: uppercase;
    text-align: center;
}
.alerts #tab-table-head td{
    border:none !important;
}
.headings{
    text-transform: uppercase;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    background-color: #F2F5FA;
}
.send_alert{
    color: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    font-weight: 400;
}
.form-control{
    border: 1px solid #605C5C;
}
#intelli-weight {
    position: relative;
    height: 110px;
    width: 220px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    background-repeat: no-repeat;
}
#note-left-side {
    height: 34px;
    width: 106px;
    font-family: Century Gothic;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0em;
    text-align: left;
    position: absolute;
    left: 5px;
    top: 5px;
    color: white;
}

#note-right-side {
    position: absolute;
    right: 0px;
    background-color: #05269E;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    font-family: Century Gothic;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    padding: 10px;
}

#note-left-down {
    position: absolute;
    bottom: 0px;
    border-top-right-radius: 10px;
    font-family: Century Gothic;
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    color: white;
}
/*#scroll-charts {
    height: 100px;
    overflow: auto;
    max-height: 230px;
}*/
#patients-charts-card {
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    padding: 10px;
    /*margin: 5px;*/
/*    width: 50%;
*/    /*position: relative;*/
}

#dot {
    height: 15px;
    width: 15px;
    background-color: #007BFF;
    border-radius: 50%;
    display: inline-block;
}

#labliez {
    position: absolute;
    right: 0px;
    display: block;
}
.overlay {
    background: rgba(0, 0, 0, 0.5);    
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#note-left-side{
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    float: left;
}
#note-right-side{
    border-radius: 0px 10px 0px 0px;
    background: #05269E;
    float: right;
    color: #fff;
    font-size: 8px;
}
.green-link{
    color: #0AECBA;
    font-size: 12px;
    font-weight: 400;
    border:none;
    background-color: transparent;
}
.green-link:focus{
    outline: none;
}
#scale_modal .modal-content,#monitor_modal .modal-content,#sleep_monitor_modal .modal-content{
    background-color: #F4F6F9;
    border-radius: 10px;
}
#scale_modal .heading,#monitor_modal .heading,#sleep_monitor_modal .heading {
    font-size: 16px;
    font-weight: 600;
}
#scale_modal .desc,#monitor_modal .desc,#sleep_monitor_modal .desc {
    font-size: 15px;
    font-weight: 400;
    background-color: #fff;
    padding: 3px;
}

#cardz {
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    margin: 10px;
    margin-right: 0px;
    margin-left: 0px;
    height: 500px;
}

#card-table {
    background-color: white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-radius: 25px 25px 0px 0px;
    margin-right: 0px;
    margin-left: 0px;

}

#totalPatient {
    background-color: #05269E;
    border-radius: 25px 25px 0px 0px;
    margin: -1px;
    color: #ffffff;
    /*font-family: Century Gothic;*/
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

#checkedvitalsLabel {
    background-color: #05269E;
    border-radius: 0px 25px 25px 0px;
    color: #ffffff;
    padding-left: 20px;
    padding: 10px;
    width: 30%;
    margin: -1px;
    /*font-family: Century Gothic;*/
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: left;
}

.form-.form-control {
    display: inline;
}

.patients table {
    border-collapse: separate;
    border-spacing: 0;
    border-spacing: 0 0.5em;
}

.patients td {
    /*padding: 20px;*/
    /*height: 70px;*/
    /*border-spacing: 15px;*/
    /*box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.1);*/
}

.patients tr:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);*/
}

.patients tr:first-child{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    /*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);*/
}

.patients td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    /*box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);*/
}
.patients tr td:first-child {
    border-left-style: ;
}

.image-col {
    padding: 10px;
    padding-left: 15px;
    /*font-family: Century Gothic;*/
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

#pink-data {
    /*font-family: Century Gothic;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #EC463A;
}

.blue-data {
    /*font-family: Century Gothic;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #007BFF;
}

#tcol {
    width: 10%;
    text-align: center;
}

.pink-ttile {
    /*font-family: Century Gothic;*/
    font-size: 12px;
    color: #EC463A;
}

.blue-ttile {
    /*font-family: Century Gothic;*/
    font-size: 12px;
    color: #007BFF;
}

#myprofile-card {
    border-left: 10px solid #0AECBA;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    padding: 40px;
}
#patientprofile-card {
    border-left: 10px solid #0AECBA;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
    padding: 15px 10px;
}
.cap {
    /*font-family: Century Gothic;*/
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
    letter-spacing: 0em;
}

#cap {
    /*font-family: Century Gothic;*/
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    color: #05269E;
}

#password {
    position: relative;
    left: 0;
    top: 0px;
}

#eye {
    position: absolute;
    right: 30px;
    bottom: 20px;
    background-color: transparent;
    border: 0px;
}

.lbl {
    /*font-family: Century Gothic;*/
    font-size: 12px;
    font-weight: 600 !important;
    line-height: 15px;
    letter-spacing: 0em;
    text-align: left;
}
#tab-table-head {
    border: 0px;
}

.tab-th {
    /*font-family: Century Gothic;*/
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #F2F5FA;
}

.tab-td {
    /*font-family: Century Gothic;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding: 20px;
    text-align: center;
}

#notify-span {
    /*background-color: #FF000033;*/
    /*font-family: Century Gothic;*/
    font-size: 15px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    padding: 5px;
}

#severity-span {
    /*background-color: red;*/
    border-radius: 50px;
    /*color: white;*/
    /*font-family: Century Gothic;*/
    font-size: 12px;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0em;
    width: 90px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}