
.iti__search-input{
    padding: 10px !important;
}
.iti__search-input:active{
    border: none  !important;
}
.radio-toolbar-picktime label {
    display: inline-block;
    background-color: #e6e6e6;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 8px;
    margin: 0 5px;
    color: #000;
    margin-bottom: 10px;
    width: 100%;
    cursor: pointer;
}

.radio-toolbar-picktime input[type="checkbox"]:checked+label {
    background-color: #333 !important;
    border: none !important;
    color: #fff !important;
}

.mobile-offcanvas .btn.btn-primary.dropdown-toggle{
  margin-bottom: 15px;
}

.booked-time {
    border-color: #dc3545 !important;
}

.lds-dual-ring {
    display: inline-block;
    width: 54px;
    height: 54px;
    padding: 0;
    margin: auto;
    align-content: center;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 30px;
    height: 30px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #0C4DA2;
    border-color: #0C4DA2 transparent #0C4DA2 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.navbar-expand-md .list-line.navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    overflow: auto;
  }

.tab-menu {
    /* background: #2E3039; */
    border-radius: 5px;
padding: 10px 20px;
margin: 2px;
width: auto;
display: flex;
justify-content: center;
align-items: center;

  }

  .tab-menu .sidebar-hover a{
display: flex;
align-items: center;
  }

.active-tab{
    background: #417795;
}

.active-tab .sidebar-hover a{
    color: #fff;
}

.btn-group, .btn-group-vertical{
    align-items: center;
    gap: 1px;
}


.doctor-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.doc-info-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.doctor-img {
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    margin-right: 20px;
    width: 150px;
}

.time-slot li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 12.28%;
}

.sidebar-hover.tab-menu.active-tab a {
    color: #fff;
  }

.default-btn {
    font-size: 16px;
    color: #ffffff;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #CA1212;
    border: #CA1212 1px solid;
    font-weight: 500;
}
.default-btn:hover {
    color: #ffffff;
}

/* -------------------------------------------- */
/* 		RECORDING ACTION BUTTONS
/* -------------------------------------------- */
#record-buttons {
    display: inline-flex;
    margin-top: 0.7rem;
}

#record-buttons .controls {
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    color: #FFF;
    width: 150px;
    font-size: 12px;
    border: none;
    outline: none;
    position: relative;
    border-radius: 35px;
    background-color: #1e1e2d;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

#record-buttons .controls i {
    margin-right: 7px;
}

#record-buttons .controls:hover {
    background-color: #1e1e2d;
    color: #FFF;
    transition: ease 0.2s all;
}

#record-buttons #record {
    margin-right: 5px;
}

#record-buttons .active {
    background-color: #DD2C00;
}

.is-recording {
    background-color: #1e1e2d;
    color: #FFF;
}

.is-blocked {
    cursor: not-allowed !important;
}

#audio-settings {
    display: none;
}

#audio-settings-inner {
    display: inline-flex;
}

#audio-format {
    font-size: 10px;
    color: #888;
    font-weight: 400;
    display: none;
}

#error {
    display: none;
    margin-top: 1.5rem;
}

#error span {
    color: #FFF;
    font-size: 12px;
    background: #DD2C00;
    padding: 0.5rem 1.5rem;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(50, 50, 50, 0.2), 0 2px 1px -1px rgba(50, 50, 50, 0.12), 0 1px 1px 0 rgba(50, 50, 50, 0.14);
}

/*------------------------------------------*/
/*    Audio Player Element
/*------------------------------------------*/
#recordings {
    display: none;
    margin-top: 2rem;
}

#recordings.green-audio-player {
    box-shadow: none;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    height: 30px;
}

#recordings.green-audio-player .slider .progress .pin {
    background-color: #1e1e2d;
}

#recordings.green-audio-player .controls span {
    color: #1e1e2d !important;
}

#recordings.green-audio-player .controls {
    color: #1e1e2d;
    font-size: 10px;
}

#recordings.green-audio-player .slider .gap-progress .pin {
    background: #1e1e2d;
}

#recordings.green-audio-player .slider .gap-progress {
    background: #1e1e2d;
}

#recordings.green-audio-player .play-pause-btn svg {
    width: 12px;
    margin-left: 0.5rem;
    margin-right: 0.2rem;
}

.green-audio-player .volume .volume__button svg {
    width: 16px;
}

#recordings.green-audio-player .download .download__link svg {
    width: 16px;
    margin-right: 0.3rem;
}

#recordings.green-audio-player .holder .play-pause-btn path {
    fill: #1e1e2d;
}

#recordings.green-audio-player .volume .volume__button path {
    fill: #1e1e2d;
}

#recordings.green-audio-player .volume .volume__button.open path {
    fill: #1e1e2d;
}

#recordings.green-audio-player .volume .volume-btn.open path {
    fill: #1e1e2d;
}

#recordings.green-audio-player .download .download__link path {
    fill: #1e1e2d;
}

/* -------------------------------------------- */
/* 		Speaker Identification Options
/* -------------------------------------------- */
#speakers-box {
    display: none;
    width: 100%;
}

.restrictions {
    font-size: 10px;
}
.paginate{
    cursor: pointer;
}



.ps-timeline-sec {
    position: relative;
    background: #fff;
  }
  .ps-timeline-sec ol:before {
    background: #4ab3c2;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -4px;
  }
  .ps-timeline-sec ol:after {
    background: #4ab3c2;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    right: 0;
    top: -4px;
  }
  .ps-timeline-sec ol.ps-timeline {
    margin: 250px 0;
    padding: 0;
    border-top: 2px solid #4ab3c2;
    list-style: none;
  }
  .ps-timeline-sec ol.ps-timeline li {
    float: left;
    width: 14%;
    padding-top: 30px;
    position: relative;
  }


  .ps-timeline-sec ol.ps-timeline li a {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    background: #fff;
    border: 4px solid #4ab3c2;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 50px -10;
    color: #000;
    font-size: 1.5em;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .ps-timeline-sec ol.ps-timeline li a.ps-sp-top:before {
    content: "";
    color: #4ab3c2;
    width: 2px;
    height: 50px;
    background: #4ab3c2;
    position: absolute;
    top: -50px;
    left: 50%;
  }
  .ps-timeline-sec ol.ps-timeline li a.ps-sp-top:after {
    content: "";
    color: #4ab3c2;
    width: 8px;
    height: 8px;
    background: #4ab3c2;
    position: absolute;
    bottom: 90px;
    left: 44%;
    border-radius: 100%;
  }
  .ps-timeline-sec ol.ps-timeline li a.ps-sp-bot:before {
    content: "";
    color: #4ab3c2;
    width: 2px;
    height: 50px;
    background: #4ab3c2;
    position: absolute;
    bottom: -50px;
    left: 50%;
  }
  .ps-timeline-sec ol.ps-timeline li a.ps-sp-bot:after {
    content: "";
    color: #4ab3c2;
    width: 8px;
    height: 8px;
    background: #4ab3c2;
    position: absolute;
    top: 90px;
    left: 44%;
    border-radius: 100%;
  }

  .ps-timeline-sec ol.ps-timeline li a.dairy-active{
    border: 4px solid #149865;
    color: #149865;
  }


  .ps-timeline-sec ol.ps-timeline li a.ps-sp-top.dairy-active::before,
  .ps-timeline-sec ol.ps-timeline li a.ps-sp-top.dairy-active::after,
  .ps-timeline-sec ol.ps-timeline li a.ps-sp-bot.dairy-active::before,
  .ps-timeline-sec ol.ps-timeline li a.ps-sp-bot.dairy-active::after {
      color: #149865;
      background: #149865;
    }

  .ps-timeline-sec ol.ps-timeline li .img-handler-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 159px;
    width: 100%;
  }
  .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
    display: table;
    margin: 0 auto;
    width: 100px;
  }
  .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
    position: absolute;
    margin-top: 100px;
    width: 100%;
  }
  .ps-timeline-sec ol.ps-timeline li .img-handler-bot img {
    display: table;
    margin: 0 auto;
    width: 100px;
  }
  .ps-timeline-sec ol.ps-timeline li p {
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-top {
    position: absolute;
    bottom: 0;
    margin-bottom: 100px;
  }
  .ps-timeline-sec ol.ps-timeline li .ps-bot {
    position: absolute;
    margin-top: 35px;
  }

  @media screen and (max-width: 767px) {
    .ps-timeline-sec ol:before {      
      left: 21px;
    }
    .ps-timeline-sec ol:after {
      background: #4ab3c2;
      content: "";
      width: 10px;
      height: 10px;
      border-radius: 100%;
      position: absolute;
      top: inherit !important;
      left: 21px;
    }
    .ps-timeline-sec ol.ps-timeline {
      margin: 130px 0 !important;
      border-left: 2px solid #4ab3c2;
      padding-left: 0 !important;
      padding-top: 120px !important;
      border-top: 0 !important;
      margin-left: 25px !important;
    }
    .ps-timeline-sec ol.ps-timeline li {
      height: 220px;
      float: none !important;
      width: inherit !important;
    }
    .ps-timeline-sec ol.ps-timeline li:nth-child(2) .img-handler-bot img {
      width: 70px;
    }
    .ps-timeline-sec ol.ps-timeline li:last-child {
      margin: 0;
      bottom: 0 !important;
      height: 120px;
    }
    .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot {
      bottom: 40px !important;
      width: 40% !important;
      margin-left: 25px !important;
      margin-top: 0 !important;
    }
    .ps-timeline-sec ol.ps-timeline li:last-child .img-handler-bot img {
      width: 100%;
    }
    .ps-timeline-sec ol.ps-timeline li:last-child .ps-top {
      margin-bottom: 0 !important;
      top: 20px;
      width: 50% !important;
    }
    .ps-timeline-sec ol.ps-timeline li a {
      left: 0 !important;
      top: 0;
    }
    .ps-timeline-sec ol.ps-timeline li a.ps-sp-top:before {
      content: none !important;
    }
    .ps-timeline-sec ol.ps-timeline li a.ps-sp-top:after {
      content: none !important;
    }
    .ps-timeline-sec ol.ps-timeline li a.ps-sp-bot:before {
      content: none !important;
    }
    .ps-timeline-sec ol.ps-timeline li a.ps-sp-bot:after {
      content: none !important;
    }
    .ps-timeline-sec ol.ps-timeline li .img-handler-top {
      position: absolute !important;
      bottom: 150px !important;
      width: 30% !important;
      float: left !important;
      margin-left: 35px !important;
      margin-bottom: 0 !important;
      top: 0;
    }
    .ps-timeline-sec ol.ps-timeline li .img-handler-top img {
      margin: 0 auto !important;
      width: 80% !important;
    }
    .ps-timeline-sec ol.ps-timeline li .img-handler-bot {
      position: absolute !important;      
      width: 30% !important;
      float: left !important;
      margin-left: 35px !important;
      margin-bottom: 0 !important;
      top: 0;
      margin: 0;
    }
    .ps-timeline-sec ol.ps-timeline li p {
      text-align: left !important;
      width: 100% !important;
      margin: 0 auto !important;
      margin-top: 0px !important;
    }
    .ps-timeline-sec ol.ps-timeline li .ps-top {
      width: 60% !important;
      float: right !important;
      right: 0;
      top: -40px;
    }
    .ps-timeline-sec ol.ps-timeline li .ps-bot {
      width: 60% !important;
      float: right !important;
      right: 0;
      top: -40px;
    }
  }
  