:root {
    --run-red: #f1631b;
    --run-silver: #cbcbcb;
    --run-cyan: #54cfd5;
    --run-green: #f1631b;
}
.vendor {
    padding: 12px;
}
.sidebar-left  .profile {
    display: flex;
    align-items: center;
    padding: 2px;
    gap : 5px
}
.profile_pic {
    width: 100%;
}
.nav-link.newLocationSet {
    display: inline;
}
.vendor .menu_section {
    margin: 0;
    height: unset;
    height: 100%;
    max-height: 80vh;
}
.img-circle.profile_img {
    width: 80px;
    background: #fff;
    z-index: 1000;
    position: inherit;
    border: 1px solid rgba(52,73,94,.44);
    padding: 3px;
    margin: 0;
    height: 80px;
    object-fit: contain;
}
.profile_info {
    width: 100%;
    float: unset;
}
.vendor  .left_col {
    background: #f8f8f8;   
}
.m-auto {
    margin: auto;
}
.nav.side-menu>li>a:hover {
    color: #f2f5f7!important;
    background: var(--run-red) !important;
}
.vendor .nav.side-menu>li a{
       color: var(--run-red);
       font-size: 12px;
}
.vendor .sidebar-left {
    height: fit-content;
    border: 1px solid orange;
    border-radius: 12px;
}
/* .vendor .menu_section  {
    height : fit-content
} */
/* register  */
.register-form form div.row::before {
    content: none;
}
.register-form {
        width: 580px;
        border-radius: 10px;
        margin-top: 20px;
}
.register-form .logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
    gap : 12px
}
.register-form .logo-img img {
    height: 90px;
}
.register-form .conter{
    /* position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%); */
    /* border-radius: 10px;
    width: 100%;
    border: 1px solid #54cfd5;
    background: white;
    padding: 25px; */
}
.register-form .conter h1{
    text-align: center;
    padding: 0 0 20px 0;
    font-size: 25px;
    color: #54cfd5;
    font-weight: 500;
}

form .txt_field{
    position: relative;
    border-bottom: 2px solid #adadad;
    margin: 14px;
    margin-bottom: 30px;
}
.txt_field input{
    width: 100%;
    padding:  0 5px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
}

.txt_field label{
    position: absolute;
    top: 50%;
    left: 5px;
    color: #adadad;
    transform: translateY(-50%);
    font-size: 13px;
    pointer-events: none;
    transition: .5s;
}

.txt_field span::before{
    content: '';
    top: 40px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #54cfd5;
    transition: .5s;
}
.txt_field input:focus ~ label,
.txt_field input:valid ~ label{
    top: -5px;
    color: #54cfd5;
    font-weight: 500;
}
.txt_field input:focus ~ span::before,
.txt_field input:valid ~ span::before{

    width: 100%;
}
.pass{
    margin: -5px 0 20px 5px;
    color: #a6a6a6;
    cursor: pointer;
}
.pass:hover{
    text-decoration: underline;
}
.register-form form  input[type="submit"]{
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: #2691d9;
    border-radius: 25px;
    font-size: 18px;
    color: #e9f4fb;
    font-weight: 700;
    cursor: pointer;
    outline: none;
} 
.register-form form  input[type="submit"]:hover{
    border-color: #2691d9 transparent 0.5s;
}
.signup_link{
    margin: 30px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}
.signup_link a{
    color: #2691d9;
    text-decoration: none;
}
.signup_link a:hover{
    text-decoration: underline;
}
.register-form > form >  div.row{
    justify-content: space-between;
}
.register-form .header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid silver;
    padding-bottom: 10px;
}
.register.auth {
    display: flex;
    background: #f3f3f3;
    min-height: 78vh;
    justify-content: center;
    max-height: 100vh;
}
.register-form form {
    margin-top: 20px;
}
.register-form form  .label label {
    color : #090909;
    font-size: 14px;
    font-weight: 500;
    align-self: center;
}
.custom-radio {
    margin: 12px;
}
.register-form  input[type="file"]:hover {
    cursor: pointer;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: flex;
    margin-bottom: 15px;
    flex-direction: column;
  }
  
  .upload-btn-wrapper  .btn {
    border: 1px solid gray;
    color: white;
    background-color: #30a5a7;
    padding: 5px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    border: 0;
  }
  
  .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
  }
  /* section.header-part
  {

  } */
  section.header-part .logo-img img {
    height : 65px
  }
  .conter .submit.text-center {
    margin: 20px 0;
  }
  .header-part.registration .logo-img  {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .otp-verify .submit-reg-btn {
    width: 50%;
    margin: auto;
    background: #f0651c;
    border: 0;
    padding: 12px 3px;
    border-radius: 32px;
  }
  .conter .submit.text-center button {
    width: 50%;
    border-radius: 32px;
    background: #f1631b;
    border: 0;
    padding: 11px;
    margin-top: 25px;
  }
  .pop-us {
    position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;display: flex;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;    background: #0000004d;
  }
  .pop-us div.pop-box {
    position: relative;
  display: flex;
  flex-direction: column;
    width: 346px;
    height: fit-content;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;    padding: 12px;
  border-radius: 12px;
  border: 1px solid orange;
  text-align: center;
  }
  .message-alert {
    color: #f1651e;
    font-size: 21px;
    margin-bottom: 20px;
  }
  .hidePopUs {
    background: lightblue;
  color: #090909;
  width: 100%;
  height: fit-content;
  padding: 8px 20px;
  margin: auto;
  border-radius: 12px;
  font-size: 14px;    cursor: pointer;display: flex;
    justify-content: center;
  }
  /* login */
  .login_section  {
    background: #f3f3f3;
    min-height: 78vh;
    max-height: 100vh;
    padding: 20px;
  }
  .login_section  form .txt_field {
    margin: 50px 0;
  }
  .login_section  .txt_field label {
    font-size: 18px;
  }
  .login_section .txt_field input:focus ~ label, .txt_field input:valid ~ label {
    top: -15px;
  }
  .header-part.registration {
    padding: 8px;
  }
  .vendor .sidebar-left {
    margin-top: 1px;
  }
  .doctor-list {
    padding: 23px;
  }
  .doctor-list .tab-header {
    display: flex;
    flex-direction: row;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .form-select {
    display: block;
    width: 100%;
    padding: .375rem 2.25rem .375rem .75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .doctor-list {
    box-shadow: rgb(50 50 93 / 10%) 0px 6px 12px -2px, rgb(0 0 0 / 15%) 0px 3px 7px -3px;
    margin-top: 44px;
    border: 1px solid orange;
    border-radius: 12px;
  }
  .nav_menu {
    background: none;
    border: 0;
  }
  nav {
    width: 100%;
    display: flex;
  }
  .top_nav .navbar-right {
    width: 100%;
}
.profile_info span {
    color: #5d5d5d;
}
.nav.side-menu>li.active, .nav.side-menu>li.current-page {
    border-right: 5px solid #f1651e;
}
.nav.side-menu>li.active>a {
    text-shadow: rgb(0 0 0 / 25%) 0 -1px 0;
    background: linear-gradient(#f1651e,#f1651ec2),#e46522;
   color: white !important;
}
.nav-sm .sidebar-left   .profile {
    display: none !important;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.conter .form-group span {
    font-size: 11px;
}
.conter .radio-group  input[type="radio"] {
    accent-color: #f1651e;
}
.radio-check .radio-group {
    display: flex;
    gap: 22px;
    font-size: 17px;
}
.radio-check .radio-group  label {
    display: flex;
    gap: 5px;
    align-items: center;  
}
.conter .radio-check {
    justify-content: space-between;
    display: flex;
    margin-bottom: 10px;

}
 

.conter label {
    color: #30a5a7;
    font-weight: 400;
}
::-webkit-input-placeholder { 
    font-size: 13px;
  }
  
  :-ms-input-placeholder { 
    font-size: 13px;
  }
  
  ::placeholder {
    font-size: 13px;
  }
  .custom-checkbox input[type="checkbox"] {
      accent-color: #f0651c;
      height: 16px;
      width: 16px;
      margin-right: 8px;
}
.custom-checkbox {
    margin-bottom: 12px;
}
.login_section.register .register-form {
    margin: auto;
} 
.login_section.register   .register-form {
    /* width: 450px; */
    background: white;
    padding: 20px;
    border: 1px solid #54cfd5;
}
.register.auth .register-form { 
    background: white;
    padding: 20px;
    border: 1px solid #54cfd5;
}

.doctor-list  .days-selecto  .days-count {
    background: grey;
    padding: 12px 16px;
    color: white;
    display: flex;
    gap: 12px;
    padding-bottom: 0;
}
.doctor-list  .days-selecto  .days-count .error-days  {
    position: absolute;
    right: 7px;
    background: white;
    color: red;
    padding: 4px 10px;
    bottom: 0;
}
.doctor-list  .days-selecto  .time-count {
    color: white;
    display: flex;
    row-gap: 14px;
    flex-wrap: wrap;
    outline: 1px solid white;
    padding: 7px;
    margin-bottom: 20px;
}
.doctor-list  .days-selecto  .time-count .time-box {
    position: relative;
    width: 200px;
}
.doctor-list  .days-selecto  .time-count .time-box label.checkbox-inline  {
    background: lightgray;
    color: #101010;
    padding: 8px 20px;
}
.doctor-list  .days-selecto  .time-count .time-box  input[type=checkbox]{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    cursor: pointer;
    opacity: 0;
}
.doctor-list  .days-selecto  .time-count .time-box  input[type=checkbox]:checked  ~ label {
    color: white;
    background: teal;outline: 1px solid teal;position: relative;
}
.doctor-list  .days-selecto  .time-count .time-box  input[type=checkbox]:checked  ~ label::before {
    content: "\f00c";
    position: absolute;
    left: 4px;
    font-family: 'FontAwesome';
    color: white;
    border-radius: 20px;
}
.doctor-list  .days-selecto  .days-count .day-box  {
    position: relative;
}
.doctor-list  .days-selecto  .days-count .day-box .checkbox-inline {
    margin: 10px 10px 0px 5px;
    font-size: 15px;
    border: 1px solid white;
    padding: 5px 22px;
    display: flex;
}
.doctor-list  .days-selecto  .days-count .day-box input[type=checkbox] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    opacity: 0;
    cursor: pointer;
}
.doctor-list  .days-selecto  .days-count .day-box input[type="checkbox"]:checked  ~ label{
    color: green;
    background: white;
    outline: 1px solid white;
    outline-offset: 6px;
}
.vendor_web .packages .col-lg-4 .package-card {
    height : 90%
}