.administration-jodit .jodit-workplace,
.administration-jodit .jodit-wysiwyg
{
    min-height: 202px !important;
}
.exact-volume-inputs div:nth-child(2){
padding: 0px 10px 0px 7px!important 
}
.cursor-pointer{
    cursor: pointer;
}
.text-basic{
    color: #735E8F;
}
.margin-top{
    margin-top: 2px;
}
.margin-5{
    margin-left: 10px;
}
.padding-20{
    padding: 30px 11px 30px 15px !important;
}
.rose-left-border-none .ant-picker{
    border-radius: 0px 2px 2px 0px;
}
.roboto{
    font-style: "Roboto";
}
.tbl-bg .ant-table .ant-table-thead > tr >th,
.nursing-drawer-container .ant-table .ant-table-thead > tr >th,
.snomed .ant-table-thead > tr >th {
    background-color: #8c72ad !important;
    border: 1px solid #8C72Ad !important;
}
.snomed .ant-input{
    border-radius: 2px 0px 0px 2px !important;
}
/* .snomed .ant-table-thead > tr >th {
    background-color: #8C72Ad !important;
    border: 1px solid #8C72AD !important;
} */

.margin-bottom-zero{
    margin-bottom: 0px !important;
}
.validate-font{
    color: red;
    font-size: 16px;
    font-weight: bold;
}
.validate-text{
    color: red;
    font-size: 12px;
}


.bg-comp{
    background-color: #f3edeb !important;
}

.bg-yellow{
    background-color: #FFF7AE;
}
.bg-yellow2{
    background-color:#F2DDB4
}
.bg-pink{
    background-color: #E7C5D3;
}
.bg-gre{
    background-color: #CBD4E3;
}
.bg-pgray{
    background-color: #da2323;
}
.vital-main-container{
    padding-left: 0px !important;
    padding-right: 0px !important;
    /* padding-bottom: 100px; */
    display: flex;
    overflow: hidden;
    flex-direction: column;
    height: 100%;
}
 .add-new-history-container .ant-input{
    border-radius: 4px 0px 0px 4px !important;
}

.vital-chart-inner-container{
    overflow-y: auto;
    height: 100%;
    flex: 1;
}
.order-search-fieled .ant-input{
  border-radius: 2px 0px 0px 2px !important;
}

.tablee, .tablee th, .tablee td {
   border: 1px solid #dee2e6;
   /* border-collapse: collapse; */
}

.vital-counter{
  border-right: 0.5px solid rgb(187, 187, 187);
  padding: 5px;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 70px;
  min-width: 50px;
}
.vital-counter p{
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
}
.vital-chart-header h3{
  font-size: 20px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.date-picker-container{
 display: flex;
 align-items: center;
 margin-right: 20px;
}
.date-picker-container div{
  margin-left: 10px;
 margin-right: 10px;
}
 /* Administration Table Css */
.administration-table-header {
background-color: #8c72AD;
color: white;
}
.administration-table-header div{
    /* padding: 10px; */
}
.administration-table-header div p{
    font-weight: 700;
}
.name-cell .patient-name{
font-size: 14px;
font-weight: 800;
text-transform: capitalize;
margin-bottom: 0px;
margin-right: 25px;
white-space: nowrap;
color: black;
}
.name-cell .nhi span{
    font-size: 12px;
    font-weight: 600;
    margin-right: 5px;
}
.name-cell .peronal-date-age{
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 0 !important;
}
.name-cell .nhi{
    margin-bottom: 0 !important;
}
.person-information{
    display: flex;
    align-items: baseline;
}
.person-information p{
    font-size: 12px;
    font-weight: 500;
    margin-left: 10px;
}

/* .patient-arival-container div:first-child{
    width: 60%;
    margin-right: 3px;
} */
.patient-arival-container .patient-input{
    width: 40%;
   margin-left: 3px;
}
/* Cell Number 03 */
.patient-date{
    /* width: 240px;
    min-width: 150px;
    max-width: 300px;
    padding: 21px;
    min-height: 74px; */

}
.ward-img{
    width: 18px;
    height: 18px;
    margin-bottom: 8px;
    margin-left: 5px;
}
.patient-date .planned-date,
.patient-date .booked-date{
    font-size: 12px;
    font-weight: 400;
}
.patient-date .planned-date span,
.patient-date .booked-date span{
    color: black;
    font-size: 12px;
    font-weight: 600;
    padding-right: 10px !important;
}
/* patient-protocol */
.patient-protocols,
.patient-date,
.patient-flags-container,
.medicine-container,
.patient-arival-container,
.patient-location,
.patient-action-container{
    padding: 4px 10px;
    /* height: 105px; */
}

.patient-protocols .protocol-link{
    color: black;
    font-size: 12px;
    font-weight: 600;
    padding:0px 0px 0px 0px !important;
}

.patient-protocols .consultant label, 
.patient-protocols .cycle label,
.patient-protocols .services label{
    color: black;
    font-size: 12px;
    font-weight: 600;
    padding-right: 10px !important;
}
.services{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.services .service-name{
    margin-left: 12px;
}
.cycle-service-name{
    margin-left: 2px;
}
.cycle{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.cycle .cycle-name{
    margin-left: 12px;
}




.patient-location{
    display: flex;
    align-items: center;
}
.patient-location .location{
    font-size: 12px;
    font-weight: 600;
}
.medicine-name-container{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.medicine-name-container p{
    font-size: 12px;
    /* font-weight: 600; */
    color: black;
    margin-left: 5px;
}
.time-duration{
    display: flex;
    align-items: baseline;
    font-size: 12px;
    font-weight: 800;
    padding-left: 18px;
}
.time-duration p:nth-child(1){
    color: #0FD42A !important;    
}
.time-duration p:nth-child(2){
    margin-left: 15px;    
}


.patient-action-container i{
    font-size: 16px;
    padding-left:1px ;
    padding-right: 2px;
}

.patient-arival-container,
.patient-flags-container,
.patient-action-container,
.patient-location{
    display: flex;
    align-items: start;
    /* justify-content: center; */
    
}
.width-division{
    width: 14%;
}
.width-divisionA{
    width: 25%;
}
.header-name{
    width: 10%;
}

.height-49{
    height: 49px;
}

.vital-tables-container{
    font-weight: bold;
    flex:389px 0 0;
}


.vital-tables-container table > tr > td:nth-child(2){
    width: 158px;
}

.font-weight-bold{
    font-weight: bold;
}

.right-table-column{
    width: 135px;
    font-weight: bold;
    height: 49px;
    border-left: none !important;
    border-bottom: none !important;
    text-align: center;
}

.right-table-column:last-child{
    border-bottom: 1px solid #dee2e6!important;
    height: 31px !important;
}

.border-top-none{
    border-top: none !important;
}

.overflowx-auto{
    overflow-x: auto;
}


/*Administration  alert Drawer */
.alert-drawer-heading{
    color: #303030;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    padding: 5px 0px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ced4da;
}
.datePadding{
    padding: 0.68rem 0.75rem !important;
}
.padding-to{
    padding: 0.32rem 0.75rem !important;
}
.input-group-text{
    border-radius: 2px 0px 0px 2px !important;
}
.history-drawer-container .ant-table table .ant-table-thead > tr >th {
    background-color: #735E8F!important;
    color: white;
    border-color: #735E8F !important;
}


/* // Nursign Drawer */

.border-css .modal-heading,
.nursing-drawer-container .modal-heading{
    color: #303030; 
    font-size: 16px;
     font-weight: 600; 
    line-height: 18px;
    padding-bottom: 5px;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ced4da;
}




.cycle-div {
    /* flex: 1 1 0; */
    padding: 5px 5px;
    /* min-width: 250px; */
    max-width: 60%;
    background-color: transparent;
    height: fit-content;
    float: left;
        margin: 0 !important;
            padding: 0 !important;
}
.cycle-div .cycle-container {
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 16%);
    background-color: white;
}

.cycle-div .cycle-scroll-container
{
    overflow-y: auto;
    display: flex;
    flex-direction: row;
}

.cycle-div .cycle-scroll-container::-webkit-scrollbar
{
    height: 0px;
}


.protocolTable table thead tr th:nth-child(8) {
    
width: 40px !important;
}

.protocolTable table thead tr th:nth-child(9) {
    max-width: 40px;
    }
    
    .protocolTable table thead tr th:nth-child(10) {
        width: 30px !important;
        }
        .protocolTable table thead tr th:nth-child(6) {
            max-width: 45px;
            }

.protocolTable table tbody tr td:nth-child(1) {

font-weight:bold;
text-align: left;

}
.mt-neg10{
    margin-top: -10px;
}
.select-button ,.remove-button{
    color: white;
    cursor: pointer;
  border-radius: 4px;
    width: 50px;
    text-align: center;
}
.select-button span ,
.remove-button span{
    font-size: 11px;
}
.select-button {
    background-color: #8C72Ad;
}
.remove-button{
    background-color: red;

}
.snomed-text-area{
    font-weight: 600;
}
.supportive-radios label:last-child{
margin-right: 0;
}

.supportive-radios label:last-child span{
    padding-right: 0;
}
