.main_consult_wrapper {
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-radius: 10px;
}

.doctor_profile {
    background-color: #dde1ff;
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    padding: 5px 15px;
}

.hospital_profile {
    padding: 5px 15px;
    align-items: center;
    display: flex;
}

.hs_img {
    width: 40px;
}

.hs_img img {
    width: 100%;
}

.hs_text {
    font-size: 16px;
    color: #000;
    margin-left: 10px;
}

.patient {
    margin-top: 10px;
}

.pt_box {
    display: flex;
    align-items: center;
}

.pt_name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.pt_age {
    margin-left: 10px;
    background-color: #dafde3;
    border: 1px solid #60d97f;
    color: #138317;
    font-weight: 600;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

.patient_detail {
    margin-top: 10px;
}


.patient_detail table {
    border-collapse: collapse;
    width: 100%;
    background-color: #fff;
}

.patient_detail table td,
th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 5px 8px;
}

.patient_detail table tbody th {
    background-color: #252954;
    color: #fff;
}
.patient_detail table tbody td {
    color: #000;
    font-weight: 500;
}
.patient_detail table tbody .form-control {
    height: 30px;
}
.btn-add
{
    background-color: #33A8FF;
    border: 1px solid #33A8FF;
    color: #fff;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    padding: 3px 15px;
}
.btn-add.sent
{
    background-color: #047a01;
    border: 1px solid #047a01;
    font-size: 16px;
    font-weight: 600;
}
.medics
{
    background-color: #dde1ff;
    color:#000;
    font-size: 16px;
    text-transform: uppercase;
}
.submit_details
{
    margin-top: 10px;
}
.btn-submit-prescription
{
    background-color: #33A8FF;
    border: 1px solid #33A8FF;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 16px;
}
.btn-submit-prescription:hover
{
    background-color: #33A8FF;
    border: 1px solid #33A8FF;
    color: #fff;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 16px;
}

.tabset
{
    margin-top: 15px;
    background-color: #fff;
    padding:15px;
    border:1px solid #ccc;
    border-radius: 10px;
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }
  
  .tabset .tab-panel {
    display: none;
  }
  
  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
  .tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7), 
  .tabset > input:nth-child(15):checked ~ .tab-panels > .tab-panel:nth-child(8),
  .tabset > input:nth-child(17):checked ~ .tab-panels > .tab-panel:nth-child(9) {
    display: block;
  }
  
  
  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 10px 15px 10px 15px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    margin-bottom: 0px;
  }
  
  .tabset > label:hover {
    color: #33A8FF;
  }
  
  .tabset > input:focus + label,
  .tabset > input:checked + label {
    color: #fff;
  }
  

  .tabset > input:checked + label {
    border-color: #33A8FF;
    border-bottom: 1px solid #fff;
    margin-bottom: -1px;
    background-color: #33A8FF;
    border-radius: 10px 10px 0px 0px;
}
  
.tab-panel {
    padding: 10px 0px 10px 0px;
    border-top: 1px solid #f7f7f7;
}
  
  










































