@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

::-webkit-scrollbar {
  background: transparent;
  width: 9px !important;
  height: 5px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #3498DB !important;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Outfit", sans-serif !important;
  border: none !important;
}
::placeholder {
  color: #1ca799 !important;
  font-size: 14px;
}
.modal-title {
  color: #02475b;
  font-weight: 700;
  font-size: 24px;
}
select {
  width: 100% !important;
  /*margin-left: 37px;*/
  border-radius: 3px !important;
  border: none !important;
  background: #F3F3F3 !important;
  padding-left: 12px !important;
  color: #1ca799 !important;
}
.login-btn {
    width: 100% !important;
    text-decoration: none !important;
    background: #00cae95d !important;
    border-radius: 5px !important;
    padding: 7px !important;
    margin-top: 10px !important;
    border: 1px solid #00b1d9 !important;
    color: #000!important;
    font-weight: 600!important;
    font-size: 11px !important;
    margin-bottom: 10px !important;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  }
.login-btn:hover {
  background: #00cae95d !important;
  text-decoration: none !important;
}
.btn:first-child:active, :not(.btn-check)+.btn:active {
  background-color: #00cae95d;
}

input {
  width: 100% !important;
  /*margin-left: 37px;*/
  border-radius: 3px !important;
  border: none !important;
  /* color: #1ca799 !important; */
  background: #F3F3F3 !important;
  padding-left: 12px !important;
  border-radius: 0px !important;
  padding: 10px !important;
  border-bottom: 2px solid #00c9e9 !important;
}
select {
  width: 100% !important;
  /* margin-left: 37px; */
  border-radius: 0px !important;
  border: none !important;
  background: #F3F3F3 !important;
  padding-left: 12px !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #00c9e9 !important;
  min-height: 36px;
  padding: 9px;
}
/* tr {
  border-bottom: 1px solid #00c9e9 !important;
} */
td {
  cursor: pointer !important;
}

label {
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #474D56 !important;
  margin: 3px 0px !important;
}

.h2 {
  text-align: center;
}

.registration {
  width: 100%;
  place-items: center;
}
.registration h2 {
  display: none;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 2rem;
  text-shadow: 1px 2px 2px rgba(138, 138, 138, 0.508);
  padding: 1rem;
  border-radius: 5px;
  background: #2bcbba;
}

.registraion-inner-div {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 15px 25px;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}
/* .registraion-inner-div .col-md-3 {
  width: 25% !important;
} */
.registraion-inner-div input {
  padding: 5px 5px !important;
}
.registraion-inner-div label {
  font-size: 13px !important;
  font-weight: 500;
  margin-bottom: 6px;
}
.registraion-inner-div input {
  font-size: 10px;
  font-weight: 300;
}



.login-inner-div {
  width: 500px;
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.login-inner-div label {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 6px;
}
.login-inner-div input {
  font-size: 10px;
  font-weight: 300;
}
.login-inner-div a {
  width: 100%;
  background: none;
  border: 1px solid #2bcbba;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #2bcbba;
}
.login-inner-div a:hover {
  background: #2bcbba;
  color: #fff;
  border: none;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: 1s;
}

.login {
  width: 100vw;
  height: 100vh;
  display: grid;
  place-items: center;
  background: linear-gradient(146.7deg, #2bcbba -14.88%, #067065 117.16%);
  padding: 5rem;
}
.login h2 {
  text-align: center;
  font-weight: 700;
  color: #118401;
  margin-bottom: 1rem;
  text-shadow: 1px 2px 2px rgba(138, 138, 138, 0.508);
  font-size: 21px;
}

.inner-img {
  display: grid;
  place-items: center;
}

.user {
  width: 100vw;
  height: 100vh;
  padding: 20px;
  display: grid;
  place-items: center;
}
.user .container .user-heading {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  text-shadow: 1px 2px 2px rgba(138, 138, 138, 0.508);
}

.user-inner-card {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.user-inner-card .card-right span {
  padding: 3px 10px;
  text-transform: uppercase;
}
.user-inner-card .card-right td {
  font-size: 12px;
  font-weight: 600;
}
.user-inner-card .card-left {
  background: #2bcbba;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 10px;
}
.user-inner-card .card-left .profile-image img {
  border-radius: 50%;
}
.user-inner-card .card-left .profile-image .online {
  height: 15px;
  width: 15px;
  background: #118401;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  top: -82px;
  left: 69px;
}
.user-inner-card .card-left .profile-name {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  margin-top: -57px;
}
.user-inner-card .card-left button {
  background: none;
  border: 1px solid #fff;
  width: 100%;
  padding: 5px;
  margin-top: -38px;
}
.user-inner-card .card-left button:hover {
  background-color: rgba(187, 186, 186, 0.338);
}

.app {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.app .app-view {
  border: 2px solid black;
  height: 500px;
  width: 280px;
  border-radius: 10px;
}
.app .app-view .app-top {
  height: 115px;
  width: 100%;
  background-image: linear-gradient(45deg, #abcbc8 0%, #48a399 20%, #1e857a 50%);
  border-radius: 10px 10px 0px 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.app .app-view .app-top img {
  background: #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 2px 1px rgba(138, 138, 138, 0.508);
}
.app .app-view .app-top span {
  color: #fff;
  font-size: 14px !important;
  font-weight: 700;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(138, 138, 138, 0.508);
  margin-left: 10px;
}
.app .app-view .app-bottom {
  padding: 10px;
}
.app .app-view .app-bottom .app-btn-div {
  justify-content: center !important;
  align-items: center !important;
  padding: 25px 84px;
}
.app .app-view .app-bottom .app-btn {
  border: 1px solid #2bcbba;
  color: #2bcbba;
  font-weight: 700;
  padding: 5px 12px;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 20px;
  cursor: pointer;
}
.app .app-view .app-bottom input {
  margin: 6px 0px;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
}

.member {
  font-size: 9px;
  font-weight: 700;
  text-align: center;
}
.member .member-login {
  cursor: pointer;
  color: #2bcbba;
  margin-left: 2px;
  text-decoration: none;
}

.basic-login {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
}
.basic-login .main-content {
  padding: 10px 0px;
}
.basic-login .main-content h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #02475b;
  text-shadow: 1px 2px 2px rgba(138, 138, 138, 0.508);
}
.basic-login .profile-content {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 5px 5px 5px 5px;
  font-family: "Roboto", sans-serif;
}
.basic-login .profile-content form input {
  margin: 5px 0px;
}
.basic-login .profile-content form label {
  margin: 5px 0px;
}
.basic-login .profile-content form .select {
  display: flex;
  flex-direction: column;
}
.basic-login .profile-content form .log-btn-div {
  width: 100%;
  padding: 10px 0px;
}
.basic-login .profile-content form .log-btn-div .login-btn {
  width: 100%;
  /* left: 42%; */
  position: relative;
  background: #2bcbba;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid #2bcbba;
  padding: 6px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}

.details-registration {
  background: none;
  padding: 20px 10px;
  height: 100%;
}
.details-registration .details-outer {
  background: #2bcbba;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.details-registration .first-tab {
  background: #d3cfcf;
  color: black;
  font-weight: 700;
  font-size: 12px;
  padding: 0px 20px;
  border-radius: none !important;
  margin: 10px 0px;
  padding: 10px;
}
.details-registration .middle-tab {
  background: #d3cfcf;
  color: black;
  font-weight: 700;
  font-size: 12px;
  padding: 0px 20px;
  margin: 10px 0px;
  padding: 10px;
}
.details-registration .middle-tab1 {
  background: #d3cfcf;
  color: black;
  font-weight: 700;
  font-size: 12px;
  padding: 0px 20px;
  margin: 10px 0px;
  padding: 10px;
}
.details-registration .middle-tab2 {
  background: #d3cfcf;
  color: black;
  font-weight: 700;
  font-size: 12px;
  padding: 0px 20px;
  margin: 10px 0px;
  padding: 10px;
}
.details-registration .last-tab {
  background: #d3cfcf;
  color: black;
  font-weight: 700;
  font-size: 12px;
  padding: 0px 20px;
  margin: 10px 0px;
  padding: 10px;
}
.details-registration .tab-content {
  padding: 0px 0px 1px 0px;
}
.details-registration h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  background: #2bcbba;
  border-radius: 5px;
  padding: 20px;
  text-transform: uppercase;
  text-shadow: 1px 2px 2px rgba(138, 138, 138, 0.508);
}
.details-registration .details-inner-tab {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
  color: #000;
  cursor: default;
  border-top: 7px solid #2bcbba !important;
  border: none;
  border-bottom-color: transparent;
  border-left: 2px solid #2bcbba !important;
  border-right: 2px solid #2bcbba !important;
}

.nav-tabs.nav-justified > .active > a {
  border: none;
}

.nav-tabs.nav-justified > li {
  background: #dfdfdf;
}

.nav-tabs > li {
  margin-bottom: -10px !important;
}

.next {
  background: #2bcbba;
  border: none;
  float: right;
  border-radius: 5px;
  width: 100px;
  padding: 5px;
  margin: 45px 0px;
}
.next :hover {
  background: #118401 !important;
}

.nav-tabs {
  border-bottom: none !important;
  border-radius: 5px 5px 0px 0px;
  margin-top: -16px;
  margin-bottom: 10px;
}

.tab-pane {
  padding: 0px 10px;
}
.tab-pane form {
  color: #fff;
}
.tab-pane form input {
  /* margin: 5px 0px; */
  margin: 0px;
  color: #333;
}
.tab-pane form label {
  margin: 5px 0px;
}

.nav-tabs > li > a {
  border-radius: 0px !important;
}

.pager {
  padding-bottom: 10px !important;
  display: flex;
  justify-content: space-between;
  gap: 10;
  box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);
  margin-top: 20px;
  padding: 10px 30px;
  border-radius: 5px;
  width: 30%;
  float: right;
}


.pager .my-active {
  border: 2px solid #00b1d9 !important;
  padding: 0px 5px !important;
  border-radius: 50% !important;
  transition: .5s ease-in-out;
}

ul {
  list-style: none !important;
}

.after-registration #message {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  color: #757575;
  font-size: 13px;
}

.search-section .search-inner-div {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.search-section .search-inner-div .new {
  width: 100%;
  background: #2bcbba;
  border: none;
  padding: 7px;
  text-decoration: none;
  border-radius: 5px;
}
.search-section .search-inner-div .new a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}
.search-section .search-inner-div .d-flex button {
  background: #2bcbba;
  border: none;
}
.search-section .search-inner-div .d-flex .search {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.ivf-nav {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 1rem;
  font-family: "Roboto", sans-serif;
}
.ivf-nav a {
  margin-right: 10px;
  background: #2bcbba;
  font-weight: 600;
  border: none;
}
.ivf-nav a:hover {
  margin-right: 10px;
  background: #1ca799;
  font-weight: 600;
  border: none;
}

.modal-body label {
  display: inline-block;
  font-weight: 700;
  margin: 3px 0px;
  font-size: 14px !important;
  color: #adb5bd;
  font-weight: 400px !important;
}
.modal-body input {
  padding: 3px 9px;
  font-size: 14px;
  color: #656565;
  background-color: #fff !important;
  min-height: 20px;
  border-bottom: 2px solid #cfcfcf !important;
}

/* .modal-footer a {
  margin-right: 10px;
  background: #2bcbba;
  font-weight: 600;
  border: none;
}
.modal-footer a:hover {
  margin-right: 10px;
  background: #1ca799;
  font-weight: 600;
  border: none;
} */

.search-patient {
  margin-top: 10px;
  float: right;
}
.search-patient input {
  background: #2bcbba !important;
  color: #fff !important;
  border-radius: 5px !important;
  border: none !important;
}

.app-btn-div-ok {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
}

.ok-btn {
  border: 1px solid #2bcbba;
  color: #2bcbba;
  font-weight: 700;
  padding: 5px 47px;
  text-decoration: none;
  margin-top: 10px;
  border-radius: 20px;
  cursor: pointer;
}

.sucessful {
  width: 100vw;
  height: 100vh;
  background: #2bcbba;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sucessful .sucessful-inner-div {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sucessful .sucessful-inner-div h2 {
  line-height: 28px;
  font-size: 20px;
}
.sucessful .sucess-btn {
  padding: 10px;
  background: #2bcbba;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  cursor: pointer;
}
.sucessful .sucess-btn:hover {
  background: #1ca799;
}

.dashboard-content .create-appointment {
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
  justify-content: center;
  align-items: center;
}
.dashboard-content .create-appointment .create-appointment-div {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.dashboard-content .create-appointment .create-appointment-div h1 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.dashboard-content .create-appointment .create-appointment-div .new-appointment {
  border: 1px solid #2bcbba;
  padding: 10px 20px;
}
.dashboard-content .create-appointment .create-appointment-div .new-appointment .inner-right {
  display: -webkit-inline-box;
}
.dashboard-content .create-appointment .create-appointment-div .new-appointment p {
  font-weight: 600;
  margin-top: 10px;
  font-size: 14px;
}
.dashboard-content .create-appointment .create-appointment-div .new-appointment label {
  font-weight: 600;
  font-size: 12px;
}
.dashboard-content .create-appointment .create-appointment-div .new-appointment button {
  background: #2bcbba;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-weight: 700 !important;
}
.dashboard-content .create-appointment .create-appointment-div .new-appointment .availability {
  background: #2bcbba;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 10px;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  height: 42px;
}
.dashboard-content .create-appointment .create-appointment-div .new-appointment .availability:hover {
  background: #1ca799;
}
.dashboard-content .create-appointment .create-appointment-div .new-appointment .modal .modal-body a {
  cursor: pointer !important;
}

.availability {
  height: 100vh;
  width: 100vw;
  background: #2bcbba;
  display: flex;
  justify-content: center;
  align-items: center;
}
.availability .available-div {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
  width: 810px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
}
.availability .available-div p {
  font-weight: 700;
}
.availability .available-div .creat-appointment {
  background: #2bcbba;
  border-radius: 5px;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  font-weight: 700;
}
.availability .available-div .table-striped {
  border: 1px solid #2bcbba;
}
.availability .available-div .table-striped th {
  border: 1ps solid #2bcbba !important;
}
.availability .available-div .table-striped td {
  font-weight: 500;
}

.index-btn {
  font-weight: 600;
  font-size: 12px !important;
  padding: 6px 0px;
  text-align: center;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  margin-bottom: 10px;
  border: 1px solid #00b1d9 !important;
  width: 50%;
  border-radius: 5px;
}
.index-btn:hover {
  background: #00cae95d;
}

.index-btn:hover {
  background: #1ca799;
  text-decoration: none;
  color: #fff;
}

#available {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}
#available p {
  font-weight: 700;
}

.available-div {
  display: block;
}

#toggle {
  margin-top: 10px;
}

.available-div-inner {
  border: 1px solid #2bcbba;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.search-inner {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.search-inner h1 {
  font-size: 24px;
  font-weight: 700;
  color: #02475b;
  text-align: center;
  margin-bottom: 20px;
}
.search-inner a input {
  background: #2bcbba !important;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px;
  float: right;
  margin-top: 10px;
  font-weight: 700;
}
.search-inner label {
  font-size: 12px;
  font-weight: 700;
}

.ptnts-pfl {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);
  padding: 36px 20px;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
  /* height: 500px; */
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 10px;
}
.ptnts-pfl span {
  font-weight: 500;
}
.ptnts-pfl .col-md-3 {
  width: 25% !important;
}
.ptnts-pfl h1 {
  font-weight: 700;
}
.ptnts-pfl .base1 {
  /* border: 1px solid #2bcbba !important; */
  box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);
  margin-top: 12px;
  padding-bottom: 10px;
  border-radius: 9px;
}
.ptnts-pfl input {
  width: 100% !important;
  border-radius: 3px !important;
  border: none !important;
  background: #F3F3F3 !important;
  padding-left: 12px !important;
  border-radius: 0px !important;
  padding: 7px !important;
  border-bottom: 2px solid #00c9e9 !important;
}
.ptnts-pfl select {
  min-height: 23px !important;
  padding: 0px 5px !important;
  height: 34px !important;
  font-size: 14px;
}

.ptnts-pfl .nav-item {
  /* border: 1px solid #2bcbba !important; */
  border-radius: 10px 10px 0px 0px;
  padding-top: 0px;
}
.ptnts-pfl .input-div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ptnts-pfl .nav-item .active {
  background: #00c9e924;
  color: #00c9e9!important;
  font-weight: 700;
  border: 1px solid #00c9e9 !important;
  border-top: 4px solid #00c9e9 !important;
  box-shadow: 0px 1px 2px 1px rgb(121 120 120 / 39%);
  border-radius: 10px 10px 0px 0px !important;
  width: 201px !important;
  text-align: center;
  transition: .5s ease-out !important;
  height: 39px;
}

.ptnts-pfl .active {
  background: transparent;
}
#ptnid {
  padding-bottom: 10px;
}
#patientcard_form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#first_table .tab-content td {
  width: 33.33% !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 10px;
}
.view-btn {
  margin-right: 10px !important;
  background: transparent;
  border: 1px solid #00b1d9 !important;
  color: #000!important;
  font-weight: 600!important;
  font-size: 12px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  padding: 3px 4px;
  border-radius: 5px;
}
#first_table {
  border: 1px solid #00b1d9 !important;
}
#reports_table {
  border: 1px solid #00b1d9 !important;
}
#reports_table #embryo_transfer_intro input {
  border: none !important;
}
#reports_table td {
  vertical-align: middle;
  font-weight: 400;
  padding: 0px 5px 0px 5px;
  height: auto !important;
}
.protocol-heading {
  font-size: 18px;
  /* text-decoration: underline; */
  color: #333 !important;
  font-weight: 500 !important;
  line-height: 21px !important;
}
#stimulationModal input {
  border-bottom: 1px solid #a3a3a3 !important;
  font-size: 16px !important;
  /* background: #f5f5f5c7 !important; */
}
#stimulationModal tr {
  border-bottom: 1px solid #00c9e9 !important;
}
#stimulationModal td {
  border-right: 1px solid #333 !important;
  border-bottom: 1px solid #333 !important;
  border-left: 1px solid #333 !important;
}
#stimulationModal .table th {
  padding: 2px;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  border: 1px solid #333 !important;
}
.sc_list label {
  
}
.patientIdprint-div {
  display: flex;
}
.schapp {
  margin-right: 10px !important;
  background: transparent;
  border: 1px solid #00b1d9 !important;
  color: #000!important;
  font-weight: 600!important;
  font-size: 12px;
  /* margin-top: 10px; */
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  padding: 10px 13px;
  border-radius: 5px;
  cursor: pointer;
}
#reports_table .tab-content td {
  width: 20% !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 10px;
}
.ptnts-pfl .tab-content .tab-content {
  /* border: 1px solid #2bcbba !important; */
  box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);
  padding-bottom: 10px;
  margin-top: 14px;
}
.ptnts-pfl tr {
  line-height: 20px;
}
.ptnts-pfl td {
  line-height: 9px;
  font-size: 14px;
  font-weight: 700;
}
#reportModal1 .modal-body {
  display: flex;
  justify-content: center;
}

#reportModal2 .modal-body {
  display: flex;
  justify-content: center;
}

#reportModal3 .modal-body {
  display: flex;
  justify-content: center;
}

#reportModal4 .modal-body {
  display: flex;
  justify-content: center;
}

.appointment-outer-div {
  padding: 10px 10px;
}

.schedule-appointment {
  background: #2bcbba;
  padding: 7px;
  border-radius: 5px;
  font-weight: 700;
  text-align: center;
}

.schedule-appointment:hover {
  background: #1ca799;
  color: #fff;
}

#appointment td {
    width: 25% !important;
    font-weight: 400;
}
#appointment label {
  color: black;
}
#appointment p {
  color: black;
}
#appointment .appointment-outer-div {
  padding: 0;
}
#appointment .tab-pane form {
  background: none;
}
#appointment #available {
  margin-top: 21px;
}

.docs #fepartner .form-control {
  margin: 10px 0px;
}

#myInput {
  background-image: url("./images/searchicon.png");
  /*margin-left: 37px;*/
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
  display: none;
}
#myTable tbody {
  display: block !important;
}

#myTable th, #myTable td {
  text-align: left;
  padding: 3px 10px;
  display: block;
  font-size: 14px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
  display: block;
}

#myTable tr.header, #myTable tr:hover {
  background-color: #f1f1f1;
}

.ripple {
  background-position: center !important;
  transition: background 0.8s !important;
  color: #fff !important;
}

.ripple:hover {
  background: #067065 radial-gradient(circle, transparent 1%, #067065 1%) center/15000% !important;
}

.ripple:active {
  background-color: #2bcbba !important;
  background-size: 100% !important;
  transition: background 0s !important;
}

.btnspe {
  cursor: pointer;
  position: relative;
  color: #2bcbba;
  padding: 10px 20px;
  background: white;
  font-size: 15px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
}
.btnspe:after, .btnspe:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
}
.btnspe:after {
  top: -1px;
  left: -1px;
  border-top: 3px solid #2bcbba;
  border-left: 2px solid #2bcbba;
}
.btnspe:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 3px solid #2bcbba;
  border-right: 2px solid #2bcbba;
}
.btnspe:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.btnspe:hover:before, .btnspe:hover:after {
  width: 100%;
  height: 100%;
}

.container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}


/* Front - Calendar */
.container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0 auto;
  max-width: 600px;
  width: 100%;
}



/* Front - Calendar */
.front {
  transform: rotateY(0deg);
}

.current-date {
  border-bottom: 1px solid rgba(73, 114, 133, 0.6);
  display: flex;
  justify-content: space-between;
  padding: 30px 40px;
}

.current-date h1 {
  color: #dfebed;
  font-size: 1.4em;
  font-weight: 300;
}

.week-days {
  color: #dfebed;
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  padding: 30px 40px;
}

.days {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.weeks {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
}

.weeks div {
  display: flex;
  font-size: 1.2em;
  font-weight: 300;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}

.last-month {
  opacity: 0.3;
}

.weeks span {
  padding: 10px;
}

.weeks span.active {
  background: #f78536;
  border-radius: 50%;
}

.weeks span:not(.last-month):hover {
  cursor: pointer;
  font-weight: 600;
}

.event {
  position: relative;
}

.event:after {
  content: "•";
  color: #f78536;
  font-size: 1.4em;
  position: absolute;
  right: -4px;
  top: -4px;
}

/* Back - Event form */
.back {
  height: 100%;
  transform: rotateY(180deg);
}

.back input {
  background: none;
  border: none;
  border-bottom: 1px solid rgba(73, 114, 133, 0.6);
  color: #dfebed;
  font-size: 1.4em;
  font-weight: 300;
  padding: 30px 40px;
  width: 100%;
}

.info {
  color: #dfebed;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  font-size: 1.2em;
  padding: 30px 40px;
}

.info div:not(.observations) {
  margin-bottom: 40px;
}

.info span {
  font-weight: 300;
}

.info .date {
  display: flex;
  justify-content: space-between;
}

.info .date p {
  width: 50%;
}

.info .address p {
  width: 100%;
}

.actions {
  bottom: 0;
  border-top: 1px solid rgba(73, 114, 133, 0.6);
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-top: 10px;
}

.actions button {
  background: #1ca799;
  border: 0;
  color: #fff;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 0;
  padding: 23px 0;
  text-transform: uppercase;
  width: 50%;
}

.actions button:first-of-type {
  border-right: 1px solid rgba(73, 114, 133, 0.6);
}

.actions button:hover {
  background: #497285;
  cursor: pointer;
}

.actions button:active {
  background: #5889a0;
  outline: none;
}

/* Flip animation */
.flip {
  transform: rotateY(180deg);
}

.front, .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
  background-color: #3e8e41;
}

/* The search field */
#myInput {
  box-sizing: border-box;
  background-image: url("searchicon.png");
  background-position: 14px 12px;
  background-repeat: no-repeat;
  font-size: 16px;
  padding: 6px 20px 7px 45px;
  border: none;
  border-bottom: 1px solid #ddd;
}

/* The search field when it gets focus/clicked on */
#myInput:focus {
  outline: 3px solid #ddd;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
  /* margin-left: 4px !important; */
}
/* .dropdown > summary {
  margin-left: 12px !important;
} */
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f6f6f6;
  min-width: 230px;
  border: 1px solid #ddd;
  z-index: 1;
}

.dropdown-advanced {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.dropdown-advanced ul {
  padding: 0px;
  margin: 0;
}

.dropdown-advanced .container-elements.closed {
  display: none;
}

.dropdown-advanced .container-buttons.closed {
  display: none;
}

.dropdown-advanced button {
  margin: 10px auto;
  padding: 10px;
  cursor: pointer;
}

.dropdown-advanced label {
  cursor: pointer;
}

.dropdown-advanced li {
  list-style: none;
  padding: 0px;
  padding: 10px;
  margin: 0;
}

.dropdown-advanced .select-all-option-container {
  /*font-weight: bold;
  text-align: center;
  width: 100%;
  display: block;*/
}

.dropdown-advanced li:nth-child(even) {
  background-color: #f2f2f2;
  color: #000;
}

.dropdown-advanced li:nth-child(odd) {
  background-color: #fff;
  color: #000;
}

.dropdown-advanced .opened {
  border: 1px solid #f2f2f2;
}

.dropdown-advanced .options-selected {
  padding: 10px;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  font-weight: bold;
}

.options-selected span {
  font-size: 12px;
}

.dropdown-advanced .search-button {
  width: 100%;
  padding: 10px;
  border: 1px solid #f2f2f2;
}

.dropdown-advanced .order-option {
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;
  cursor: pointer;
}

.pcss3t {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 0;
  text-align: left;
}

.pcss3t > input {
  position: absolute;
  left: -9999px;
}

.pcss3t > label {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  transition: all 0.1s;
  -o-transition: all 0.1s;
  -ms-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  width: 118px;
  text-align: center;
}

.pcss3t > label i {
  display: block;
  float: left;
  margin: 16px 8px 0 -2px;
  padding: 0;
  border: 0;
  outline: none;
  font-family: FontAwesome;
  font-style: normal;
  font-size: 17px;
  display: none;
}

.pcss3t > input:checked + label {
  cursor: default;
}

.pcss3t > ul {
  list-style: none;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  font-size: 13px;
}

.pcss3t > ul > li {
  position: absolute;
  width: 100%;
  overflow: auto;
  padding: 30px 40px 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  opacity: 0;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.pcss3t > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t > .tab-content-6:checked ~ ul .tab-content-6,
.pcss3t > .tab-content-7:checked ~ ul .tab-content-7,
.pcss3t > .tab-content-8:checked ~ ul .tab-content-8,
.pcss3t > .tab-content-9:checked ~ ul .tab-content-9,
.pcss3t > .tab-content-last:checked ~ ul .tab-content-last {
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -webkit-transform: rotate(0deg);
}

/*----------------------------------------------------------------------------*/
/*                                 EXTENSIONS                                 */
/*----------------------------------------------------------------------------*/
/**/
/* auto height */
/**/
.pcss3t-height-auto > ul {
  height: auto !important;
}

.pcss3t-height-auto > ul > li {
  position: static;
  display: none;
  height: auto !important;
}

.pcss3t-height-auto > .tab-content-first:checked ~ ul .tab-content-first,
.pcss3t-height-auto > .tab-content-2:checked ~ ul .tab-content-2,
.pcss3t-height-auto > .tab-content-3:checked ~ ul .tab-content-3,
.pcss3t-height-auto > .tab-content-4:checked ~ ul .tab-content-4,
.pcss3t-height-auto > .tab-content-5:checked ~ ul .tab-content-5,
.pcss3t-height-auto > .tab-content-last:checked ~ ul .tab-content-last {
  display: block;
}

/**/
/* grid */
/**/
.pcss3t .grid-row {
  margin-top: 20px;
}

.pcss3t .grid-row:after {
  content: "";
  display: table;
  clear: both;
}

.pcss3t .grid-row:first-child {
  margin-top: 0;
}

.pcss3t .grid-col {
  display: block;
  float: left;
  margin-left: 2%;
}

.pcss3t .grid-col:first-child {
  margin-left: 0;
}

.pcss3t .grid-col .inner {
  padding: 10px 0;
  border-radius: 5px;
  background: #f2f2f2;
  text-align: center;
}

.pcss3t .grid-col-1 {
  width: 15%;
}

.pcss3t .grid-col-2 {
  width: 32%;
}

.pcss3t .grid-col-3 {
  width: 49%;
}

.pcss3t .grid-col-4 {
  width: 66%;
}

.pcss3t .grid-col-5 {
  width: 83%;
}

.pcss3t .grid-col-offset-1 {
  margin-left: 19%;
}

.pcss3t .grid-col-offset-1:first-child {
  margin-left: 17%;
}

.pcss3t .grid-col-offset-2 {
  margin-left: 36%;
}

.pcss3t .grid-col-offset-2:first-child {
  margin-left: 34%;
}

.pcss3t .grid-col-offset-3 {
  margin-left: 53%;
}

.pcss3t .grid-col-offset-3:first-child {
  margin-left: 51%;
}

.pcss3t .grid-col-offset-4 {
  margin-left: 70%;
}

.pcss3t .grid-col-offset-4:first-child {
  margin-left: 68%;
}

.pcss3t .grid-col-offset-5:first-child {
  margin-left: 85%;
}

/**/
/* typography */
/**/
.pcss3t .typography {
  color: #666;
}

.pcss3t .typography h1,
.pcss3t .typography h2,
.pcss3t .typography h3,
.pcss3t .typography h4,
.pcss3t .typography h5,
.pcss3t .typography h6 {
  margin: 40px 0 0 0;
  padding: 0;
  font-family: Gabriela, Georgia, serif;
  text-align: left;
  color: #333;
}

.pcss3t .typography h1 {
  font-size: 40px;
  line-height: 60px;
  text-shadow: 3px 3px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h2 {
  font-size: 32px;
  line-height: 48px;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h3 {
  font-size: 26px;
  line-height: 38px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.pcss3t .typography h4 {
  font-size: 20px;
  line-height: 30px;
}

.pcss3t .typography h5 {
  font-size: 15px;
  line-height: 23px;
  text-transform: uppercase;
}

.pcss3t .typography h6 {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.pcss3t .typography p {
  margin: 20px 0 0 0;
  padding: 0;
  line-height: 20px;
  text-align: left;
}

.pcss3t .typography ul,
.pcss3t .typography ol {
  list-style: none;
  margin: 20px 0 0 0;
  padding: 0;
}

.pcss3t .typography li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
}

.pcss3t .typography li ul,
.pcss3t .typography li ol {
  margin-top: 5px;
}

.pcss3t .typography ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 4px;
  background: #404040;
}

.pcss3t .typography ol {
  counter-reset: list1;
}

.pcss3t .typography ol > li:before {
  counter-increment: list1;
  content: counter(list1) ".";
  position: absolute;
  top: 0;
  left: 0;
}

.pcss3t .typography a {
  text-decoration: underline;
  color: #1889e6;
}

.pcss3t .typography a:hover {
  text-decoration: none;
}

.pcss3t .typography .pic {
  padding: 4px;
  border: 1px dotted #ccc;
}

.pcss3t .typography .pic img {
  display: block;
}

.pcss3t .typography .pic-right {
  float: right;
  margin: 0 0 10px 20px;
}

.pcss3t .typography .link {
  text-decoration: underline;
  color: #1889e6;
  cursor: pointer;
}

.pcss3t .typography .link:hover {
  text-decoration: none;
}

.pcss3t .typography h1:first-child,
.pcss3t .typography h2:first-child,
.pcss3t .typography h3:first-child,
.pcss3t .typography h4:first-child,
.pcss3t .typography h5:first-child,
.pcss3t .typography h6:first-child,
.pcss3t .typography p:first-child {
  margin-top: 0;
}

.pcss3t .typography .text-center {
  text-align: center;
}

.pcss3t .typography .text-right {
  text-align: right;
}

/**/
/* steps */
/**/
.pcss3t-steps > label {
  cursor: default;
}

/**/
/* animation effects */
/**/
.pcss3t-effect-scale > ul > li {
  -webkit-transform: scale(0.1, 0.1);
}

.pcss3t-effect-rotate > ul > li {
  -webkit-transform: rotate(180deg);
}

.pcss3t-effect-slide-top > ul > li {
  top: -40px;
}

.pcss3t-effect-slide-right > ul > li {
  left: 80px;
}

.pcss3t-effect-slide-bottom > ul > li {
  top: 40px;
}

.pcss3t-effect-slide-left > ul > li {
  left: -80px;
}

/*----------------------------------------------------------------------------*/
/*                                   LAYOUTS                                  */
/*----------------------------------------------------------------------------*/
/**/
/* top right */
/**/
.pcss3t-layout-top-right {
  text-align: right;
}

/**/
/* top center */
/**/
.pcss3t-layout-top-center {
  text-align: center;
}

/**/
/* top combi */
/**/
.pcss3t > .right {
  float: right;
}

/*----------------------------------------------------------------------------*/
/*                                    ICONS                                   */
/*----------------------------------------------------------------------------*/
/**/
/* icons positions */
/**/
.pcss3t-icons-top > label {
  text-align: center;
}

.pcss3t-icons-top > label i {
  float: none;
  margin: 0 auto -10px;
  padding-top: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}

.pcss3t-icons-right > label i {
  float: right;
  margin: 0 -2px 0 8px;
}

.pcss3t-icons-bottom > label {
  text-align: center;
}

.pcss3t-icons-bottom > label i {
  float: none;
  margin: -10px auto 0;
  padding-bottom: 17px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
}

.pcss3t-icons-only > label i {
  float: none;
  margin: 0 auto;
  font-size: 23px;
}

/**/
/* font awesome */
/**/
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=3.0.1");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope:before {
  content: "\f003";
}

.icon-heart:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-empty:before {
  content: "\f006";
}

.icon-user:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-zoom-in:before {
  content: "\f00e";
}

.icon-zoom-out:before {
  content: "\f010";
}

.icon-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-trash:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file:before {
  content: "\f016";
}

.icon-time:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download-alt:before {
  content: "\f019";
}

.icon-download:before {
  content: "\f01a";
}

.icon-upload:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-indent-left:before {
  content: "\f03b";
}

.icon-indent-right:before {
  content: "\f03c";
}

.icon-facetime-video:before {
  content: "\f03d";
}

.icon-picture:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-share:before {
  content: "\f045";
}

.icon-check:before {
  content: "\f046";
}

.icon-move:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
  position: relative;
  left: -2px;
}

.icon-play:before {
  content: "\f04b";
  position: relative;
  left: 1px;
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
  position: relative;
  left: 2px;
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left:before {
  content: "\f053";
}

.icon-chevron-right:before {
  content: "\f054";
}

.icon-plus-sign:before {
  content: "\f055";
}

.icon-minus-sign:before {
  content: "\f056";
}

.icon-remove-sign:before {
  content: "\f057";
}

.icon-ok-sign:before {
  content: "\f058";
}

.icon-question-sign:before {
  content: "\f059";
}

.icon-info-sign:before {
  content: "\f05a";
}

.icon-screenshot:before {
  content: "\f05b";
}

.icon-remove-circle:before {
  content: "\f05c";
}

.icon-ok-circle:before {
  content: "\f05d";
}

.icon-ban-circle:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-share-alt:before {
  content: "\f064";
}

.icon-resize-full:before {
  content: "\f065";
}

.icon-resize-small:before {
  content: "\f066";
}

.icon-plus:before {
  content: "\f067";
}

.icon-minus:before {
  content: "\f068";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-exclamation-sign:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye-open:before {
  content: "\f06e";
}

.icon-eye-close:before {
  content: "\f070";
}

.icon-warning-sign:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up:before {
  content: "\f077";
}

.icon-chevron-down:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder-close:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-resize-vertical:before {
  content: "\f07d";
}

.icon-resize-horizontal:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-twitter-sign:before {
  content: "\f081";
}

.icon-facebook-sign:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-up:before {
  content: "\f087";
}

.icon-thumbs-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-empty:before {
  content: "\f08a";
}

.icon-signout:before {
  content: "\f08b";
}

.icon-linkedin-sign:before {
  content: "\f08c";
}

.icon-pushpin:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-signin:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-sign:before {
  content: "\f092";
}

.icon-upload-alt:before {
  content: "\f093";
}

.icon-lemon:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-check-empty:before {
  content: "\f096";
}

.icon-bookmark-empty:before {
  content: "\f097";
}

.icon-phone-sign:before {
  content: "\f098";
}

.icon-twitter:before {
  content: "\f099";
}

.icon-facebook:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-right:before {
  content: "\f0a4";
}

.icon-hand-left:before {
  content: "\f0a5";
}

.icon-hand-up:before {
  content: "\f0a6";
}

.icon-hand-down:before {
  content: "\f0a7";
}

.icon-circle-arrow-left:before {
  content: "\f0a8";
}

.icon-circle-arrow-right:before {
  content: "\f0a9";
}

.icon-circle-arrow-up:before {
  content: "\f0aa";
}

.icon-circle-arrow-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-fullscreen:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-beaker:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-paper-clip:before {
  content: "\f0c6";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-sign-blank:before {
  content: "\f0c8";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-sign:before {
  content: "\f0d3";
}

.icon-google-plus-sign:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope-alt:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-comment-alt:before {
  content: "\f0e5";
}

.icon-comments-alt:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell-alt:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-food:before {
  content: "\f0f5";
}

.icon-file-alt:before {
  content: "\f0f6";
}

.icon-building:before {
  content: "\f0f7";
}

.icon-hospital:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-sign:before {
  content: "\f0fd";
}

.icon-plus-sign-alt:before {
  content: "\f0fe";
}

.icon-double-angle-left:before {
  content: "\f100";
}

.icon-double-angle-right:before {
  content: "\f101";
}

.icon-double-angle-up:before {
  content: "\f102";
}

.icon-double-angle-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-blank:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-close-alt:before {
  content: "\f114";
}

.icon-folder-open-alt:before {
  content: "\f115";
}

/*----------------------------------------------------------------------------*/
/*                               RESPONSIVENESS                               */
/*----------------------------------------------------------------------------*/
/**/
/* pad */
/**/
/**/
/* phone */
/**/
@media screen and (max-width: 767px) {
  .pcss3t > label {
    display: block;
  }
  .pcss3t > .right {
    float: none;
  }
}
/*----------------------------------------------------------------------------*/
/*                                   THEMES                                   */
/*----------------------------------------------------------------------------*/
/**/
/* default */
/**/
.pcss3t > label {
  padding: 0 20px;
  background: #e5e5e5;
  font-size: 13px;
  line-height: 49px;
}

.pcss3t > label:hover {
  background: #f2f2f2;
}

.pcss3t > input:checked + label {
  background: #fff;
}

.pcss3t > ul {
  background: #fff;
  text-align: left;
}

.pcss3t-steps > label:hover {
  background: #e5e5e5;
}

/**/
/* theme 1 */
/**/
.pcss3t-theme-1 > label {
  margin: 0 5px 5px 0;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 2px rgba(0, 0, 0, 0.2);
  color: #808080;
  opacity: 0.8;
}

.pcss3t-theme-1 > label:hover {
  background: #fff;
  opacity: 1;
}

.pcss3t-theme-1 > input:checked + label {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  color: #2b82d9;
  opacity: 1;
}

.pcss3t-theme-1 > ul {
  border-radius: 5px;
  box-shadow: 0 3px rgba(0, 0, 0, 0.2);
}

.pcss3t-theme-1 > .tab-content-first:checked ~ ul {
  border-top-left-radius: 0;
}

@media screen and (max-width: 767px) {
  .pcss3t-theme-1 > label {
    margin-right: 0;
  }
  .pcss3t-theme-1 > input:checked + label {
    margin-bottom: 5px;
    padding-bottom: 0;
    border-radius: 5px;
  }
  .pcss3t-theme-1 > .tab-content-first:checked ~ ul {
    border-top-left-radius: 5px;
  }
}
/**/
/* theme 2 */
/**/
.pcss3t-theme-2 {
  padding: 5px;
  background: rgba(0, 0, 0, 0.2);
}

.pcss3t-theme-2 > label {
  margin-right: 0;
  margin-bottom: 0;
  background: none;
  border-radius: 0;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  opacity: 1;
}

.pcss3t-theme-2 > label:hover {
  background: rgba(255, 255, 255, 0.2);
}

.pcss3t-theme-2 > input:checked + label {
  padding-bottom: 0;
  background: #fff;
  background: linear-gradient(to bottom, #e5e5e5 0%, #ffffff 100%);
  background: -webkit-linear-gradient(top, #e5e5e5 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5", endColorstr="#ffffff", GradientType=0);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
  color: #822bd9;
}

.pcss3t-theme-2 > ul {
  margin: 0 -5px -5px;
  border-radius: 0;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .pcss3t-theme-2 > ul {
    margin-top: 5px;
  }
}
/**/
/* theme 3 */
/**/
.pcss3t-theme-3 {
  background: rgba(0, 0, 0, 0.8);
}

.pcss3t-theme-3 > label {
  background: none;
  border-right: 1px dotted rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #fff;
  opacity: 0.6;
}

.pcss3t-theme-3 > label:hover {
  background: none;
  color: #d9d92b;
  opacity: 0.8;
}

.pcss3t-theme-3 > input:checked + label {
  background: #d9d92b;
  color: #000;
  opacity: 1;
}

.pcss3t-theme-3 > ul {
  border-top: 4px solid #d9d92b;
  border-bottom: 4px solid #d9d92b;
  border-radius: 0;
  box-shadow: none;
}

/**/
/* theme 4 */
/**/
.pcss3t-theme-4 > label {
  margin: 0 10px 10px 0;
  border-radius: 5px;
  background: #78c5fd;
  background: linear-gradient(to bottom, #78c5fd 0%, #2c8fdd 100%);
  background: -webkit-linear-gradient(top, #78c5fd 0%, #2c8fdd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#78c5fd", endColorstr="#2c8fdd", GradientType=0);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), 0 1px rgba(0, 0, 0, 0.5);
  line-height: 39px;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  color: #fff;
}

.pcss3t-theme-4 > label:hover {
  background: #90cffc;
  background: linear-gradient(to bottom, #90cffc 0%, #439bde 100%);
  background: -webkit-linear-gradient(top, #90cffc 0%, #439bde 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#90cffc", endColorstr="#439bde", GradientType=0);
}

.pcss3t-theme-4 > input:checked + label {
  top: 1px;
  background: #5f9dc9;
  background: linear-gradient(to bottom, #5f9dc9 0%, #2270ab 100%);
  background: -webkit-linear-gradient(top, #5f9dc9 0%, #2270ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5f9dc9", endColorstr="#2270ab", GradientType=0);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), 0 1px rgba(255, 255, 255, 0.5);
  text-shadow: none;
}

.pcss3t-theme-4 > ul {
  border-radius: 5px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .pcss3t-theme-4 > label {
    margin-right: 0;
  }
}
/**/
/* theme 5 */
/**/
.pcss3t-theme-5 {
  padding: 15px;
  border-radius: 5px;
  background: #ad6395;
  background: linear-gradient(to right, #ad6395 0%, #a163ad 100%);
  background: -webkit-linear-gradient(left, #ad6395 0%, #a163ad 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5f9dc9", endColorstr="#a163ad", GradientType=1);
}

.pcss3t-theme-5 > label {
  margin-right: 10px;
  margin-bottom: 15px;
  background: none;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  opacity: 1;
}

.pcss3t-theme-5 > label:hover {
  background: rgba(255, 255, 255, 0.15);
}

.pcss3t-theme-5 > input:checked + label {
  background: rgba(255, 255, 255, 0.3);
  color: #000;
}

.pcss3t-theme-5 > input:checked + label:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 10px;
  margin-left: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.pcss3t-theme-5 > ul {
  margin: 0 -15px -15px;
  border-radius: 0 0 5px 5px;
  box-shadow: none;
}

@media screen and (max-width: 767px) {
  .pcss3t-theme-5 > input:checked + label:after {
    display: none;
  }
}
/*----------------------------------------------------------------------------*/
/*                               CUSTOMIZATION                                */
/*----------------------------------------------------------------------------*/
/**/
/* height */
/**/
.pcss3t > ul,
.pcss3t > ul > li {
  height: 370px;
}

.navigator_default_main {
  margin-top: 89px;
}

.header {
  background: #067065 !important;
  color: #fff !important;
  padding: 5px 10px !important;
}

.search-modal a {
  /* margin-right: 10px !important; */
  /* background: linear-gradient(to right, #1dc0c9, #00c9e9 ); */
  background: transparent;
  border: 1px solid #00b1d9 !important;
  color: #000!important;
  font-weight: 600!important;
  /* border: none !important; */
  font-size: 12px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}

.search-modal a:hover {
  background: #00cae95d;
}



.today-app h5 {
  text-align: center;
  font-size: 10px !important;
  padding-top: 6px;
  background: #fff !important;
  color: #FF4B2B;
  text-transform: uppercase;
  font-weight: 800;
  padding: 9px;
  border-radius: 5px;
  margin-top: 3px;
  /* box-shadow: 2px 2px 2px rgb(0 0 0 / 30%); */
  box-shadow: 1px 1px 18px rgb(0 0 0 / 30%);
  margin-bottom: 11px;
}
#matrix-nav {
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.matrix-btn {
  text-align: center;
  font-size: 10px !important;
  padding-top: 6px;
  background: #fff !important;
  color: #FF4B2B !important;
  text-transform: uppercase;
  font-weight: 800;
  padding: 8px;
  border-radius: 5px;
  margin-top: 3px;
  /* box-shadow: 2px 2px 2px rgb(0 0 0 / 30%); */
  box-shadow: 1px 1px 18px rgb(0 0 0 / 30%);
  margin-bottom: 11px;
}

:root {
  --numDays: 5;
  --numHours: 14;
  --timeHeight: 60px;
  --calBgColor: #fff1f8;
  --eventBorderColor: #f2d3d8;
  --eventColor1: #ffd6d1;
  --eventColor2: #fafaa3;
  --eventColor3: #e2f8ff;
  --eventColor4: #d1ffe6;
}

/* .calendar {
  display: grid;
  gap: 10px;
  grid-template-columns: auto 1fr;
  margin: 2rem;
  background: #fff;
  padding-left: 15px;
  min-height: 950px;
}

.timeline {
  display: grid;
  grid-template-rows: repeat(var(--numHours), var(--timeHeight));
  background: #fff;
}

.days {
  display: grid;
  grid-column: 2;
  gap: 5px;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.events {
  display: grid;
  grid-template-rows: repeat(var(--numHours), var(--timeHeight));
  border-radius: 5px;
  background: rgba(200, 199, 199, 0.3254901961);
}

.start-10 {
  grid-row-start: 2;
}

.start-12 {
  grid-row-start: 4;
}

.start-1 {
  grid-row-start: 5;
}

.start-2 {
  grid-row-start: 6;
}

.start-7 {
  grid-row-start: 11;
}

.end-10 {
  grid-row-end: 14;
}

.end-12 {
  grid-row-end: 4;
}

.end-1 {
  grid-row-end: 5;
}

.end-3 {
  grid-row-end: 7;
}

.end-4 {
  grid-row-end: 8;
}

.end-5 {
  grid-row-end: 9;
}

.title {
  font-weight: 600;
  margin-bottom: 0.25rem;
  font-size: 13px;
}

.event {
  border: 1px solid var(--eventBorderColor);
  border-radius: 5px;
  padding: 0rem 0.5rem;
  margin: 0 0.5rem;
  background: white;
}

.space,
.date {
  height: 60px;
}

body {
  font-family: system-ui, sans-serif;
}

.corp-fi {
  background: linear-gradient(146.7deg, #46e1d2 -14.88%, #099889 117.16%);
  color: rgb(0, 0, 0);
}

.ent-law {
  background: linear-gradient(146.7deg, #46e1d2 -14.88%, #099889 117.16%);
  color: rgb(0, 0, 0);
}

.writing {
  background: linear-gradient(146.7deg, #46e1d2 -14.88%, #099889 117.16%);
  color: rgb(0, 0, 0);
}

.securities {
  background: linear-gradient(146.7deg, #46e1d2 -14.88%, #099889 117.16%);
  color: rgb(0, 0, 0);
}

.date {
  display: flex;
  gap: 1em;
}

.date-num {
  font-size: 39px;
  font-weight: 600;
  display: inline;
}

.date-day {
  display: inline;
  font-size: 38px;
  font-weight: 200;
}

.calendar-upper-nav {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}

.calendar-upper-nav-outer {
  padding-left: 65px;
}
.calendar-upper-nav-outer button {
  background: #1ca799;
  border: none;
}
.calendar-upper-nav-outer .btn.show {
  background: #1ca799;
}

.app-cal {
  border: 1px solid #1ca799;
  padding: 10px;
}

.calendar-outer {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}

.fc .fc-col-header-cell-cushion {
  color: black !important;
}

.calendar-outer {
  padding: 10px;
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
}

.fc-license-message {
  display: none !important;
}

.fc .fc-toolbar.fc-header-toolbar {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgba(0, 0, 0, 0.2);
  padding: 2rem;
  border-radius: 0.5rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.5em;
  background: linear-gradient(146.7deg, #46e1d2 -14.88%, #099889 117.16%);
  color: rgb(0, 0, 0);
  padding: 10px;
  border-radius: 5px;
}

.fc .fc-toolbar-title {
  font-weight: 700;
  color: azure;
}
.fc .fc-toolbar-title button {
  background: none !important;
  border: 1px solid #fff !important;
}

.multi_select_box {
  width: 400px;
}

.multi_select_box select {
  width: 100%;
  border: 1px solid black;
}

.multi_select_box button {
  background-color: darkblue !important;
  color: #fff !important;
  padding: 15px 25px;
}

.vscomp-ele {
  max-width: 222px !important;
}

.calendar-outer button {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #000 !important;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.fc-h-event {
  background: #1ca799 !important;
}

.modal-body button {
  background: #2bcbba !important;
  color: #fff;
  border-radius: 5px;
  border: none;
  padding: 5px;
  float: right;
  margin-top: 10px;
  font-weight: 700;
}

.doc-dropdown {
  display: flex;
  color: rgb(0, 0, 0);
  padding: 10px 0px;
}
.doc-dropdown label {
  float: left;
}
.doc-dropdown .multi_select_box {
  float: left;
}

.consult-btn {
  font-size: 10px !important;
  background: linear-gradient(146.7deg, #2bcbba -14.88%, #067065 117.16%);
  color: #fff !important;
  font-weight: 600;
  margin: 10px 0px;
  text-align: center;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  padding: 5px 2px !important;
}

.dropdown {
  padding: 3px 9px;
  font-size: 14px;
  color: #656565;
  background-color: #fff;
  min-height: 36px;
}

.modal-header {
  background: linear-gradient(146.7deg, #46e1d2 -14.88%, #099889 117.16%);
}
.modal-header .btn-close {
  border: 2px solid #fff1f8;
  box-shadow: 2px 2px 0px rgb(87, 87, 90);
}

.modal-title {
  color: #fff;
  font-weight: 700;
}

.fc .fc-timeline-slot-cushion {
  color: #000;
}

.event-doc .doc-dropdown {
  display: flex;
  color: rgb(0, 0, 0);
  padding: 10px 0px;
}
.event-doc .multipleselect .vscomp-wrapper {
  /* border: 2px solid #2bcbba !important; */
  /* border: none !important; */
/* } */
.event-doc .multipleselect .vscomp-toggleb button {
  background: #F3F3F3 !important;
}

.pcss3t > ul, .pcss3t > ul > li {
  height: 550px !important;
}

.details-registration form input {
  border-radius: 10px !important;
  border-bottom: 2px solid rgba(43, 203, 187, 0.4784313725) !important;
}

.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link {
  color: black !important;
}

.nav-tabs .nav-link {
  color: #00c9e9 !important;
}

.tab-content {
  border: 2px solid #2bcbba;
}

.billing-receipt {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);
  border-radius: 0.5rem;
  padding: 30px;
  margin: 35px 25px !important;
}
.billing-receipt h3 {
  font-weight: 700;
  margin-top: 16px;
}
/* .billing-receipt input {
  background: transparent !important;
  border-bottom: 1px solid #1ca799 !important;
  border-radius: 0px !important;
  color: #1ca799;
  margin-bottom: 10px;
} */
.billing-receipt .form-control {
  border-top: none !important;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
  font-size: 15px;
  font-weight: 500;
  text-align: end;
  height: 30px;
}
.billing-receipt select {
  width: 100% !important;
  /* margin-left: 37px; */
  border-radius: 0px !important;
  height: 30px;
  border: none !important;
  background: #F3F3F3 !important;
  padding-left: 12px !important;
  border-radius: 0px !important;
  border-bottom: 2px solid #00c9e9 !important;
  min-height: 30px !important;
  padding: 4px;
}

hr {
  border-top: 2px solid #404040 !important;
  margin-top: 0px;
}
.make-payment {
  background: #2bcbba !important;
  color: #fff !important;
  border-radius: 5px !important;
  border: none !important;
  padding: 7px 10px;
  margin-top: 10px;
}



.fc-theme-standard td, .fc-theme-standard th {
  border: 1px solid #1ca79947 !important;
}
.fc-timegrid-event-harness>.fc-timegrid-event{
opacity: 0.5 !important;
}
.fc .fc-scrollgrid-shrink-cushion {
  color: #067065 !important;
}

.billing-form {
  padding: 10px;
  border: 1px solid #2bcbba !important;
}

.addremove {
  border: 1px solid #2bcbba;
  color: #2bcbba;
  font-weight: 700;
  padding: 5px 12px;
  text-decoration: none;
  margin-top: 10px;
  cursor: pointer;
  background: transparent;
}
.dashboard-box-table .total1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0.02em;
  padding: 0px 10px;
  margin: 0px;
}

.consult-btn1:hover {
  background: #00cae95d;
}

.consult-btn1 {
  font-size: 11px !important;
  color: #000 !important;
  font-weight: 600;
  border: 1px solid #00b1d9 !important;
  margin: 0px 0px;
  text-align: center;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  padding: 7px 3px !important;
  margin-bottom: 10px;
  cursor: pointer;
  height: auto !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.consult-text {
  font-size: 12px;
  font-weight: 700;
  border: 1px solid #fff!important;
  padding: 2px;
  margin-left: 7px;
  border-radius: 2px;
}

/* .doctor-select {
  display: flex;
} */
/* .doctor-select button {
  padding: 0px 10px;
    background: #1ca799 !important;
    color: #fff !important;
    border: none !important;
    width: 10% !important;
    height: 42px !important;
} */
.calendar-outer .form-apply {
  background: #2bcbba !important;
  color: #fff !important;
  border-radius: 5px !important;
  border: none !important;
  padding: 0px 10px;
  height: 36px;
  width: 100%;
  margin-top: 7px;
}
.vscomp-toggle-button {
  border: 1px solid #ddd !important;
}
.after-confirmed {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);
  padding: 10px;
  border-radius: 5px 5px 5px 5px;
  overflow-y: scroll;
}
#scheduleModal .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#scheduleModal p {
  color: #000;
}
.login-button {
  background: #2bcbba !important;
  color: #fff !important;
  border-radius: 5px !important;
  border: none !important;
  padding: 5px !important;
  width: 100% !important;
  margin-top: 10px;
  font-weight: 700 !important;
  font-size: 14px !important;
}
.billing-header {
  border-bottom: 1px solid #0945b3 !important;
  padding: 10px 10px;
  /* border-radius: 15px; */
  margin-bottom: 6px;
}
.charges .col-md-4{
  margin-top: 10px;
}
.charges {
  margin: 10px 0px !important;
}
.billing-header .col-md-12 {
  display: flex;
}
.billing-header1 {
  border: 1px solid #1ca799 !important;
  padding: 10px 35px;
  border-radius: 15px;
  margin-bottom: 15px;
  box-shadow: 2px 3px 3px #1ca79988;
}
.billing-header1 table th {
  font-size: 14px;
  font-weight: 600;
}
.billing-header1 table td {
  font-size: 14px;
  font-weight: 400;
  width: 12%;
  border: 1px solid #1ca799 !important;
}
.billing-header1 table tr {
  border: 1px solid #1ca799 !important;
}
.billing-header1 #intro input {
/*  max-width: 150px !important;*/
  text-align: end !important;
  padding: 1px !important;
  font-size: 13px;
  font-weight: 500;
}
#intro td {
  padding: 0px 15px 0px 0px;
  line-height: 1.42857;
  vertical-align: middle;
}
.billing-header1 .delete {
  border: 1px solid #1ca799 !important;
  background: none !important;
  color: #1ca799 !important;
  font-weight: 700 !important;
  padding: 3px !important;
  border-radius: 5px !important;
}
.billing-header1 .col-md-12 {
  display: flex;
  justify-content: space-between;
}
/* .billing-header1 input {
  background: none !important;
  border-bottom: 1px solid #1ca799 !important;
  border-radius: 0px !important;
} */
.billing-header1 label {
  margin-top: 25px;
  font-size: 12px !important;
  font-weight: 700 !important;
}
.billing-header .form-control {
  text-align: start !important;
}
#billmodal .description {
  width: 100% !important;
  line-height: 20px !important;
  /* height: 51px !important; */
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
}
#billmodal .description:hover {
  width: 100% !important;
  line-height: 23px !important;
  background: #1ca799 !important;
  color: #fff !important;
  height: auto !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 7 !important;
  /* transition: .5s !important; */
  transition: 1s !important;
}
.send-message-button .btn-info img {
  display: none !important;
}

#billmodal tr td {
  font-weight: 500 !important;
  padding: 5px 0px 0px 5px !important;
  /* border-right: 1px solid #00c9e9 !important; */
  height: 23px;
  border: 1px solid #00c9e9 !important;
}

.invoice-btn-div {
  /* padding: 15px 28px 39px; */
  padding: 15px 28px 20px;
}

.billing-header-text h1 {
  float: right;
  font-size: 28px;
  font-weight: 700;
  color: #1ca799;
  text-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}
.billing-header-text {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  gap: 20px;
}
#newtable th {
  font-size: 14px !important;
}
.billing-header-text span {
  font-size: 14px;
  font-weight: 600;
}
.billing-logo {
  display: flex;
  flex-direction: column;
  justify-items: left;
  align-items: self-start;
  padding-right: 10px;
}
.billing-logo span {
  font-size: 12px;
  font-weight: 600;
}
textarea {
  border: none !important;
  overflow: auto !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
#intro input {
  margin: 0px 0px;
  background: none !important;
  border: none !important;
  height: 20px;
}
#invoiceModal .invoice-search {
  background: none!important;
  padding-top: 0px;
  border-radius: 5px;
  padding: 7px 52px;
  margin-top: 10px;
  background: transparent;
  border: 1px solid #00b1d9 !important;
  color: #000!important;
  font-weight: 600!important;
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}

.schedule-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 1px solid #00c9e9 !important;
  padding: 18px;
  margin-bottom: 10px;
}

.schedule-body p {
    color: #02475b;
    font-size: 16px;
    font-weight: 600;
    line-height: 11px;
}
.consent-btn {
    font-size: 13px;
    background: linear-gradient(87.7deg, #007468 -14.88%, #43ffeb 117.16%);
    color: #fff !important;
    font-weight: 600;
    margin: 10px 0px;
    text-align: center;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}
#reports {
  padding: 35px;
}
#reports input {
  padding: 6px;
  margin-bottom: 10px;
}
.common-btn {
  background-image: linear-gradient(45deg, #abcbc8 0%, #48a399 20%, #1e857a 50%);
  border: none !important;
  padding: 10px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  color: #fff;
  border-radius: 5px !important;
}
.common-btn:hover {
  color: #fff;
  cursor: pointer;
}

.ptnts-pfl,.after-confirmed textarea{  
  /* overflow: hidden !important;
  padding: 20px !important;
  width: 250px !important;
  font-size: 14px !important;
  margin-top: 0px !important;
  display: block !important;
  border-radius: 0px !important;
  width: 100% !important; */
  /* border: 2px solid #00c9e9 !important; */

  -webkit-appearance: none;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  max-width: 240px;
  font-size: 14px;
  font-family: "Inter";
  line-height: 22px;
  padding: 16px 20px;
  border-radius: 10px;
  color: #404660;
  border: none;
  background: #fff;
  transition: box-shadow 0.25s;
  box-shadow: inset 0 0 0 1px var(--border-color, #E1E6F9), 0 0 0 3px var(--focus-color, transparent);
}
textarea {
  resize: none;
}
textarea.auto {
  overflow-y: hidden;
}
/* body{
  display: grid;
  place-items: center;
  height: 100vh;
  background: #0A1421;
} */

/* .printoption {
  display: flex;
  align-items: end;
  justify-content: end;
} */




.center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  display: flex;
}

.dashboard-content2 {
  padding: 0px 11px !important;
  /* display: flex; */
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
  flex-direction: row;
}

.dashboard-content2 .docspecialist {
  width: 100% !important;
}
/* @media (min-width: 768px) {
  .dashboard-content2 .col-md-3 {
    width: 50%;
  }
} */


.dashboard-content3 {
  /* padding: 30px 20px 23px 26px !important; */
  padding: 0px 12px 23px 10px !important;
  /* display: flex; */
  /* vertical-align: middle; */
  /* margin-right: auto; */
  /* margin-left: auto; */
  /* flex-direction: row; */
}
.dashboard-content5 {
  /* padding: 30px 20px 23px 26px !important; */
  padding: 20px 0px 12px 0px !important;
  display: flex;
  /* vertical-align: middle; */
  /* margin-right: auto; */
  /* margin-left: auto; */
  /* flex-direction: row; */
}

.card {
  width: 450px;
  height: 200px;
  background-color: #fff;
  background: linear-gradient(#f8f8f8, #fff);
  box-shadow: 0 8px 16px -8px rgba(0,0,0,0.4);
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin: 1.5rem;
}

.card h1 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.card .additional {
  position: absolute;
  width: 150px;
  height: 100%;
  background: linear-gradient(#dE685E, #EE786E);
  transition: width 0.4s;
  overflow: hidden;
  z-index: 2;
}

.card.green .additional {
  /* background: linear-gradient(#92bCa6, #A2CCB6); */
  background: linear-gradient(146.7deg, #2bcbba -14.88%, #067065 117.16%);
}


.card:hover .additional {
  width: 100%;
  border-radius: 0 5px 5px 0;
}

.card .additional .user-card {
  width: 150px;
  height: 100%;
  position: relative;
  float: left;
}

.card .additional .user-card::after {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: -2px;
  height: 80%;
  border-left: 2px solid rgba(0,0,0,0.025);*/
}

.card .additional .user-card .level,
.card .additional .user-card .points {
  top: 15%;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.75em;
  font-weight: bold;
  background: rgba(0,0,0,0.15);
  padding: 0.125rem 0.75rem;
  border-radius: 100px;
  white-space: nowrap;
}

.card .additional .user-card .points {
  top: 85%;
}

.card .additional .user-card svg {
  top: 50%;
}

.card .additional .more-info {
  width: 300px;
  float: left;
  position: absolute;
  left: 150px;
  height: 100%;
}

.card .additional .more-info h1 {
  color: #fff !important;
  margin-bottom: 0;
}

.card.green .additional .more-info h1 {
  color: #224C36;
}

.card .additional .coords {
  margin: 10px 10px;
  color: #fff !important;
  /* font-size: 1rem; */
  font-size: 13px;
  font-weight: 600;
}

.card.green .additional .coords {
  color: #325C46;
}

.card .additional .coords span + span {
  float: right;
}

.card .additional .stats {
  font-size: 2rem;
  display: flex;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: auto;
  color: #fff;
}

.card.green .additional .stats {
  color: #325C46;
}

.card .additional .stats > div {
  flex: 1;
  text-align: center;
}

.card .additional .stats i {
  display: block;
}

.card .additional .stats div.title {
  font-size: 0.75rem;
  font-weight: bold;
  text-transform: uppercase;
}

.card .additional .stats div.value {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
}

.card .additional .stats div.value.infinity {
  font-size: 2.5rem;
}

.card .general {
  width: 300px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 1rem;
  padding-top: 0;
}

.card .general .more {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.9em;
}

.stats .appointment {
    width: 100%;
    background: none;
    border: 1px solid #fff !important;
    text-decoration: none;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
}

.stats .appointment2 {
  width: 100%;
  background: none;
  border: 1px solid #fff !important;
  text-decoration: none;
  padding: 10px;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
}
.stats .appointment:hover {
    width: 100%;
    background: rgba(255, 255, 255, 0.904);
    border: 1px solid #fff;
    text-decoration: none;
    padding: 10px;
    color: #EE786E;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    transition: 1s;
}

.stats .appointment2:hover {
  width: 100%;
  background: rgba(255, 255, 255, 0.904);
  border: 1px solid #fff;
  text-decoration: none;
  padding: 10px;
  color: #325C46;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  transition: 1s;
} 


.appointment-schbtn {
  background: none;
  border: 1px solid #fff !important;
  margin-left: 37px;
}
.appointment-schbtn:hover {
  background: rgba(255, 255, 255, 0.445);
  border: 1px solid #fff !important;
  margin-left: 37px;
}



/* appointment */

#appointmentModal .tabs {
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  position: relative;
  background: white;
  padding: 50px;
  padding-bottom: 80px;
  width: 100%;
  height: 250px;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  border-radius: 5px;
  min-width: 240px;
}
#appointmentModal .tabs input[name=tab-control] {
  display: none;
}
 .tabs .content section h2,
 .tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #428BFF;
}
 .tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
 .tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px !important;
  text-align: center;
  margin: 10px -10px !important;
}
 .tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
 .tabs ul li label br {
  display: none;
}
 .tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
 .tabs ul li label:hover,  .tabs ul li label:focus,  .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
 .tabs ul li label:hover svg,  .tabs ul li label:focus svg,  .tabs ul li label:active svg {
  fill: #bec5cf;
}
 .tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
 .tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #428BFF;
  border-radius: 1px;
}
 .tabs .content {
  margin-top: 30px;
}
 .tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
 .tabs .content section h2 {
  color: #428BFF;
  display: none;
}
 .tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
 .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}
 .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
   .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
 .tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
 .tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
 .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}
 .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
   .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
 .tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
 .tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
 .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
 .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
   .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
 .tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
 .tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
 .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
 .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
   .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
 .tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
 .tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
   .tabs ul li label {
    white-space: initial;
  }
   .tabs ul li label br {
    display: initial;
  }
   .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
   .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
   .tabs ul li label span {
    display: none;
  }
   .tabs .slider {
    display: none;
  }
   .tabs .content {
    margin-top: 20px;
  }
   .tabs .content section h2 {
    display: block;
  }
}

#appointmentModal .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  /* width: 100%; */
  color: var(--bs-modal-color);
  pointer-events: auto;
  /* background-color: var(--bs-modal-bg); */
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
  left: -149px;
  width: 869px;
  top: -18px;
}

.city-dropdown {
  width: 246px;
  background: #fff;
  margin: 9px auto;
  border-bottom: 2px solid #1ca799 !important;
}

.city-dropdown span {
  padding: 0px 20px;
  /* background: #2d2f31; */
  color: #1ca799;
  font-size: 16px;
  cursor: pointer;
  display: block;
}

.city-dropdown span::after {
  float: right;
  right: 10%;
  content: "+";
}

.city-dropdown .slide {
  clear: both;
  width: 100%;
  height: 0px;
  list-style: none;
  overflow: hidden;
  /* text-align: center; */
  transition: height .4s ease;
  overflow-y: scroll;
}

.city-dropdown .slide li {padding : 5px;}

.city-dropdown .slide li a {
  color: #1ca799;
}

#touch {position: absolute; opacity: 0; height: 0px;}    

#touch:checked + .slide {height: 75px;} 

.city-dropdown1 {
  width: 246px;
  background: #fff;
  margin: 9px auto;
  border-bottom: 2px solid #1ca799 !important;
  margin-left: 60px;
}

.city-dropdown1 span {
  padding: 0px 20px;
  /* background: #2d2f31; */
  color: #1ca799;
  font-size: 16px;
  cursor: pointer;
  display: block;
}

.city-dropdown1 span::after {
  float: right;
  right: 10%;
  content: "+";
}

.city-dropdown1 .slide {
  clear: both;
  width: 100%;
  height: 0px;
  list-style: none;
  overflow: hidden;
  /* text-align: center; */
  transition: height .4s ease;
  overflow-y: scroll;
}

.city-dropdown1 .slide li {padding : 5px;}

.city-dropdown1 .slide li a {
  color: #1ca799;
}

#touch {position: absolute; opacity: 0; height: 0px;}    

#touch:checked + .slide {height: 75px;} 

#touch1 {position: absolute; opacity: 0; height: 0px;}    

#touch1:checked + .slide {height: 75px;} 


.jss146 {
  height: 146px;
  padding: 10px 5px;
  position: relative;
  background: #fff;
  box-shadow: 0 5px 20px 0 rgb(128 128 128 / 30%);
  text-align: center;
  border-radius: 10px;
  margin-bottom: 14px;
}
.jss146 h5 {
  font-size: 14px;
  font-weight: 900;
}
.jss146 img {
  border-radius: 50%;
  height: 65px;
}
.jss146-img {
  padding: 10px 0px;
}
.jss146-img span {
  font-size: 11px;
  color: #7e7e7e;
  font-weight: 500;
  display: none;
}
.jss256 input {
  color: #01475b;
  font-size: 16px;
  font-weight: 500;
  padding-top: 9px;
}
.MuiInputBase-root {
  color: #02475b;
  cursor: text;
  display: inline-flex;
  position: relative;
  font-size: 1rem;
  box-sizing: border-box;
  align-items: center;
  font-family: IBM Plex Sans,sans-serif;
  font-weight: 400;
  line-height: 1.1876em;
}
.MuiInputBase-input {
  font: inherit;
  color: currentColor;
  width: 100%;
  border: 0;
  height: 1.1876em;
  margin: 0;
  display: block;
  padding: 6px 0 7px;
  min-width: 0;
  background: none;
  box-sizing: content-box;
  animation-name: mui-auto-fill-cancel;
  letter-spacing: inherit;
  animation-duration: 10ms;
  -webkit-tap-highlight-color: transparent;
  margin: 31px;
}

.consult-btn {
  font-weight: 600;
  font-size: 12px !important;
  padding: 6px 0px;
  text-align: center;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  margin-bottom: 10px;
  border: 1px solid #00b1d9 !important;
}

.consult-btn:hover {
  background: #00cae95d;
}

.search-doctor .search {
  width: 100%;
  position: relative;
  display: flex;
}

.search-doctor .searchTerm {
  width: 100% !important;
  border: 3px solid #1ca799 !important;
  border-right: none !important;
  padding: 5px !important;
  height: 36px !important;
  border-radius: 5px 0 0 5px !important;
  outline: none !important;
  color: #9DBFAF !important;
}

.search-doctor .searchTerm:focus{
  color: #1ca799;
}

.search-doctor .searchButton {
  width: 40px;
  height: 36px;
  border: 1px solid #1ca799;
  background: #1ca799;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.search-doctor .wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(50%, -361%);
}


.MuiAvatar-root {
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
  position: relative;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  font-family: IBM Plex Sans,sans-serif;
  line-height: 1;
  user-select: none;
  border-radius: 50%;
  justify-content: center;
}
.MuiGrid-spacing-xs-3 > .MuiGrid-item {
  padding: 15px;
}
.jss192 {
  height: 100%;
  padding: 0 0 47px;
  position: relative;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  border-radius: 10px;
  background-color: #fff;
  margin-right: 10px;
  margin-left: 14px;
}
.jss192 h2 {
  font-size: 15px;
  text-transform: capitalize;
  line-height: 0px;
  margin-top: 10px;
}
.jss194 {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 5px 10px 0px;
  position: relative;
  align-items: center;
}
.doc-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.jss218 {
  width: 68px;
  height: 68px;
  display: flex;
  padding: 10px;
  position: relative;
  background: linear-gradient(30deg,#00b1d9 50%,transparent 50%),linear-gradient(-30deg,#fff 50%,#00b1d9 50%);
  align-items: center;
  border-radius: 50%;
  justify-content: center;
}
.jss193 >img {
  margin: 10px auto 0;
  display: none;
}
.jss196 {
  padding: 0 0 0 0px;
  display: contents;
}
.MuiAvatar-img {
  color: transparent;
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
  text-indent: 10000px;
}
.jss204 {
  top: -15px;
  left: -10px;
  width: 60px;
  height: 24px;
  display: flex;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
  text-align: center;
  align-items: center;
  border-radius: 6px;
  justify-content: center;
  z-index: 11;
}

.jss197 {
  color: #02475b;
  font-size: 18px;
  word-break: break-word;
  font-weight: 600;
  line-height: 21px;
}
.jss198 {
  color: #0087ba;
  padding: 5px 0 0;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}
.jss228 {
  color: #658F9B;
  margin: 0;
  overflow: hidden;
  font-size: 15px;
  max-width: 180px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
.jss199 {
  flex: 1 0 auto;
  color: #0087ba;
  margin: 10px 0 0;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25px;
}
.jss218 span {
  top: 25%;
  right: -2px;
  border: 2px solid transparent;
  height: 39px;
  position: absolute;
  border-radius: 30px;
}
.jss195 {
  width: 57px;
  height: 57px;
}
.jss201 {
  left: 0;
  color: #658F9B;
  right: 0;
  bottom: 60px;
  padding: 0 15px;
  position: absolute;
  font-size: 10px;
  font-weight: 500;
}
.jss229 {
  display: flex;
  align-items: center;
}
.jss229 img {
  margin: 0 10px 0 0;
}
.jss201 p {
  width: 100%;
  margin: 0;
  padding: 2px 0;
  overflow: hidden;
  font-size: 12px;
  word-break: break-word;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #02475b !important;
}
.jss199 {
  flex: 1 0 auto;
  color: #0087ba;
  margin: 0px 0 0;
  display: flex;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.25px;
}
.jss216 {
  margin: 0 10px 0 0;
  display: inline-block;
  padding: 0 10px 0 0;
  font-size: 10px !important;
  min-width: 60px;
  border-right: 0.5px solid #979797;
}
.jss217 {
  color: #FC9916;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px !important;
}
.jss216 p {
  color: #658F9B !important;
  margin: 0;
  font-size: 12px !important;
  line-height: normal;
}
.jss217 p {
  margin: 0;
  color: #658F9B !important;
  margin-right: 10px;
  font-size: 14px !important;
}
.jss220 {
  display: flex;
  font-size: 9px !important;
  align-items: center;
}
.jss205 {
  gap: 2px;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  display: flex;
  overflow: hidden;
  position: absolute;
  align-items: flex-end;
  border-radius: 4px;
}
.jss227 {
  flex: 1 0 auto;
  text-align: center;
}
.jss227 p {
  color: #979797 !important;
  margin: 0 0 5px;
  font-size: 10px;
  font-weight: 600;
  line-height: 10px;
}
.jss230 {
    border: none;
}
.jss207 {
  background: #FECF62;
  border-right: 1px solid #fff;
}
.jss206 {
  color: #02475b !important;
  width: 100%;
  display: flex;
  padding: 9px 0;
  font-size: 12px;
  box-shadow: none;
  align-items: center;
  border-radius: 4px;
  text-transform: capitalize;
}
.jss144 {
  color: #fff;
  background-color: #fcb716;
}
.jss143 {
  padding: 9px 13px 9px 13px;
  font-size: 13px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
  font-family: ibm_plex_sansbold;
  border-radius: 5px;
}
.MuiButton-textPrimary {
  color: #fcb716;
}
.MuiButton-text {
  padding: 6px 8px;
}
.MuiButton-root {
  color: #fcb716 !important;
  padding: 6px 16px;
  font-size: 13px;
  min-width: 100%;
  box-sizing: border-box;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,border 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-family: IBM Plex Sans,sans-serif;
  font-weight: 700;
  line-height: 1.75;
  border-radius: 10px;
  text-transform: uppercase;
}
.MuiButton-label1 {
  width: 100%;
  display: inherit;
  color: #fff;
  align-items: inherit;
  justify-content: inherit;
  background: #fcb716;
  padding: 10px;
  border-radius: 5px;
}
.MuiButtonBase-root {
  color: inherit;
  border: 0;
  cursor: pointer;
  margin: 0;
  display: inline-flex;
  outline: 0;
  padding: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  -moz-appearance: none;
  justify-content: center;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  background: #fcb716;
  padding: 10px;
}
.MuiTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}


/* tabs */
#appointmentModal .tabs {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  background: #f7f8f5;
  padding: 0px 10px;
  padding-bottom: 62px;
  padding-top: 0px;
  width: 95%;
  top: -5%;
  height: 241px;
  border-radius: 2px 2px 0px 0px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 25%);
  min-height: 402px !important;
}
/* .appointment-time-inner-div {
  padding: 10px !important;
} */
.tabs input[name=tab-control] {
  display: none;
}
.tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 18px;
  color: #428BFF;
}
.tabs ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: row;
  margin-bottom: 0px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.tabs ul li {
  box-sizing: border-box;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center;
}
.tabs ul li label {
  transition: all 0.3s ease-in-out;
  color: #929daf;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs ul li label br {
  display: none;
}
.tabs ul li label svg {
  fill: #929daf;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  transition: all 0.2s ease-in-out;
}
.tabs ul li label:hover, .tabs ul li label:focus, .tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}
.tabs ul li label:hover svg, .tabs ul li label:focus svg, .tabs ul li label:active svg {
  fill: #bec5cf;
}
.tabs .slider {
  position: relative;
  width: 25%;
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}
.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #00b38e;
  border-radius: 1px;
}
.tabs .content {
  margin-top: 30px;
}
.tabs .content section {
  display: none;
  -webkit-animation-name: content;
          animation-name: content;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  line-height: 1.4;
}
.tabs .content section h2 {
  color: #428BFF;
  display: none;
}
.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #428BFF;
  margin-top: 5px;
  left: 1px;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .slider {
  transform: translateX(0%);
}
.tabs input[name=tab-control]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .slider {
  transform: translateX(100%);
}
.tabs input[name=tab-control]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .slider {
  transform: translateX(200%);
}
.tabs input[name=tab-control]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
  cursor: default;
  color: #428BFF;
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label svg {
  fill: #428BFF;
}
@media (max-width: 600px) {
  .tabs input[name=tab-control]:nth-of-type(4):checked ~ ul > li:nth-child(4) > label {
    background: rgba(0, 0, 0, 0.08);
  }
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .slider {
  transform: translateX(300%);
}
.tabs input[name=tab-control]:nth-of-type(4):checked ~ .content > section:nth-child(4) {
  display: block;
}
@-webkit-keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@keyframes content {
  from {
    opacity: 0;
    transform: translateY(5%);
  }
  to {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }
  .tabs ul li label br {
    display: initial;
  }
  .tabs ul li label svg {
    height: 1.5em;
  }
}
@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
  }
  .tabs ul li label span {
    display: none;
  }
  .tabs .slider {
    display: none;
  }
  .tabs .content {
    margin-top: 20px;
  }
  .tabs .content section h2 {
    display: block;
  }
}

.jss345 {
  color: #01475b;
  width: 100%;
  display: inline-block;
  padding: 0 10px 0 10px;
  font-size: 14px;
  /* box-shadow: 0 2px 4px 0 rgb(128 128 128 / 30%); */
  min-height: 33px;
  font-weight: 500;
  line-height: 1.43;
  border-radius: 10px;
  letter-spacing: 0.35px;
  background-color: #f7f8f5;
  margin-top: 26px;
  padding-top: 7px;
  box-shadow: 0 14px 28px rgb(0 0 0 / 9%), 0 10px 10px rgb(0 0 0 / 9%);
}

.jss351 {
  padding: 0px 15px 15px 15px;
  position: relative;
  text-align: center;
}

.jss366 {
  padding: 8px;
  font-size: 12px;
  font-weight: bold;
}
/* time slot */
.jss699 {
  margin: 0 -5px;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  list-style: none;
  align-items: flex-start;
}
.jss699 li {
  padding: 5px;
}
.jss699 li button {
  padding: 0px;
  font-size: 12px;
  min-width: 93px;
  border-radius: 7px;
  margin-bottom: 10px;
}
.jss701 {
  color: #fff !important;
  background-color: #00b38e;
  font-weight: 700;
}
.jss699 .MuiButton-label {
  width: 100%;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  background: none;
}


  /* calendar css */

  :root {
    --dark-body: #4d4c5a;
    --dark-main: #141529;
    --dark-second: #79788c;
    --dark-hover: #323048;
    --dark-text: #f8fbff;

    --light-body: #f3f8fe;
    --light-main: #fdfdfd;
    --light-second: #c3c2c8;
    --light-hover: #edf0f5;
    --light-text: #151426;

    --blue: #0000ff;
    --white: #fff;

    --shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

    --font-family: cursive;
}

.dark {
    --bg-body: var(--dark-body);
    --bg-main: var(--dark-main);
    --bg-second: var(--dark-second);
    --color-hover: var(--dark-hover);
    --color-txt: var(--dark-text);
}

.light {
    --bg-body: var(--light-body);
    --bg-main: var(--light-main);
    --bg-second: var(--light-second);
    --color-hover: var(--light-hover);
    --color-txt: var(--light-text);
}



.calendar {
  height: 410px;
  width: max-content;
  background-color: #f7f8f5;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 14px 28px rgb(0 0 0 / 5%), 0 10px 10px rgb(0 0 0 / 7%);
}

.light .calendar {
    box-shadow: var(--shadow);
}

.calendar-header {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 600;
  color: var(--color-txt);
  padding: 0px;
  border-bottom: 0.5px solid rgba(2,71,91,0.3) !important;
}

.calendar-body {
    padding: 10px;
}

.calendar-week-day {
    height: 50px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    font-weight: 600;
}

.calendar-week-day div {
  display: grid;
  place-items: center;
  color: rgba(0, 0, 0, 0.38);
}

.calendar-days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 2px;
    color: var(--color-txt);
}

.calendar-days div {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
  animation: to-top 1s forwards;
  /* border-radius: 50%; */
  color: #00b38e;
  font-weight: 700;
}

#year {
  font-size: 18px;
  margin-bottom: 15px;
}


.calendar-days div span {
    position: absolute;
}

.calendar-days div:hover span {
    transition: width 0.2s ease-in-out, height 0.2s ease-in-out;
}

.calendar-days div span:nth-child(1),
.calendar-days div span:nth-child(3) {
    width: 2px;
    height: 0;
    background-color: var(--color-txt);
}

.calendar-days div:hover span:nth-child(1),
.calendar-days div:hover span:nth-child(3) {
    height: 100%;
}

.calendar-days div span:nth-child(1) {
    bottom: 0;
    left: 0;
}

.calendar-days div span:nth-child(3) {
    top: 0;
    right: 0;
}

.calendar-days div span:nth-child(2),
.calendar-days div span:nth-child(4) {
    width: 0;
    height: 2px;
    background-color: var(--color-txt);
}

.calendar-days div:hover span:nth-child(2),
.calendar-days div:hover span:nth-child(4) {
    width: 100%;
}

.calendar-days div span:nth-child(2) {
    top: 0;
    left: 0;
}

.calendar-days div span:nth-child(4) {
    bottom: 0;
    right: 0;
}

.calendar-days div:hover span:nth-child(2) {
    transition-delay: 0.2s;
}

.calendar-days div:hover span:nth-child(3) {
    transition-delay: 0.4s;
}

.calendar-days div:hover span:nth-child(4) {
    transition-delay: 0.6s;
}



.calendar-days div.curr-date span {
    display: none;
}

.month-picker {
  padding: 0px 10px;
  border-radius: 10px;
  cursor: pointer;
  margin-bottom: 15px;
  font-size: 18px;
  color: #02475b;
}

.month-picker:hover {
    background-color: var(--color-hover);
}

.year-picker {
  display: flex;
  align-items: center;
  color: #02475b;
}

.year-change {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 10px;
    cursor: pointer;
}

.year-change:hover {
    background-color: var(--color-hover);
}

.calendar-footer {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.toggle {
    display: flex;
}

.toggle span {
    margin-right: 10px;
    color: var(--color-txt);
    display: none;
}

.dark-mode-switch {
    position: relative;
    width: 48px;
    height: 25px;
    border-radius: 14px;
    background-color: var(--bg-second);
    cursor: pointer;
}

.dark-mode-switch-ident {
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: var(--bg-main);
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.2s ease-in-out;
}

.dark .dark-mode-switch .dark-mode-switch-ident {
    top: 2px;
    left: calc(2px + 50%);
}

.month-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--bg-main);
    padding: 20px;
    grid-template-columns: repeat(3, auto);
    gap: 5px;
    display: grid;
    transform: scale(1.5);
    visibility: hidden;
    pointer-events: none;
}

.month-list.show {
    transform: scale(1);
    visibility: visible;
    pointer-events: visible;
    transition: all 0.2s ease-in-out;
}

.month-list > div {
    display: grid;
    place-items: center;
}

.month-list > div > div {
    width: 100%;
    padding: 5px 20px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    color: var(--color-txt);
}

.month-list > div > div:hover {
    background-color: var(--color-hover);
}

@keyframes to-top {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.bg-dark {
  background: #ffffff !important;
  border: 1px solid;
  box-shadow: 0px 7px 10px rgb(0 0 0 / 30%);
  border-radius: 5px;
}
#doctornavbar .nav-link {
  color: #00b38e;
}

#doctornavbar .btn-primary {
  background: #00b38e;
}
.docspeciality {
  color: rgba(0, 0, 0, 0.38);
  font-weight: 500;
  font-size: 15px;
  margin-left: 3px;
}

#billmodal .modal-content {
  width: 881px;
  left: -154px;
}




/* On screens that are 992px or less, set the background color to blue */
@media screen and (min-width: 1441px) {
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
  body {
    /* background-color: olive; */
  }
}

/* pigouse calendar start*/

.pignose-calendar .pignose-calendar-body {
  background: #f7f8f5 !important;
  box-shadow: 0 14px 28px rgb(0 0 0 / 5%), 0 10px 10px rgb(0 0 0 / 7%);
  height: 280px !important;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  background: #f7f8f5 !important; 
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-month {
  color: #02475b !important;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-top .pignose-calendar-top-year {
  color: #02475b !important;
}
.pignose-calendar .icon-arrow-right:before {
  color: #02475b !important;
}
.pignose-calendar .icon-arrow-left:before {
  color: #02475b !important;
}
.pignose-calendar {
  width: 100% !important;
  max-width: 384px !important;
}
/* .pignose-calendar-unit .pignose-calendar-unit-date .pignose-calendar-unit-wed 
.pignose-calendar-unit-toggle-active {
  background: #00b38e !important;
} */
.pignose-calendar.pignose-calendar-default .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-toggle-active a {
  background: #00b38e!important;
  color: #333 !important;
}
/* .pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #00b38e !important;
} */
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  cursor: not-allowed !important;
}
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #00b38e !important;
  font-weight: 700 !important;
}
.pignose-calendar .pignose-calendar-unit.pignose-calendar-unit-disabled a {
  opacity: 0.4 !important;
}
/* .pignose-calendar .pignose-calendar-body .pignose-calendar-row {
  height: 54px !important;
} */
.pignose-calendar.pignose-calendar-blue .pignose-calendar-body .pignose-calendar-row .pignose-calendar-unit a {
  color: #000000 !important;
}

thead {
  background: #b5f5ff !important;
  font-size: 13px;
  border: 1px solid #cfcfcf !important;
}
.MuiButtonBase-root:disabled {
  cursor: not-allowed !important;
  background: grey;
  color: #fff !important;
}
/* tr {
  border-bottom: 1px solid black !important;
} */
.tr-link {
  border-bottom: 1px solid #cfcfcf !important;
  line-height: 10px;
}
table {
  border-left: 1px solid #cfcfcf !important;
}
.selected {
  background: #00c9e924;
}
.billing-header .col-md-3 {
  width: 20% !important;
}
.addtobill {
  margin-right: 10px !important;
  /* background: linear-gradient(to right, #1dc0c9, #00c9e9 ); */
  background: transparent;
  border: 1px solid #00b1d9 !important;
  color: #000!important;
  width: 100%;
  font-weight: 600!important;
  /* border: none !important; */
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}
.addtobill:hover {
  background: #00c9e9;
  color: #fff !important;
}
.billing-receipt .col-md-3 {
  width: 20%;
}


/* confirm card css */
.bg {
  /* background-color: #00b1d9; */
  width: 621px;
  overflow: hidden;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 40px;
  font-family: 'Roboto';
  margin-top: 9px;
}
.card1 {
  background-color: #fff;
  width: 100%;
  float: left;
  width: 528px;
  height: 457px;
  margin-top: 36px;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 80px 30px 25px 30px;
  border: 1px solid #00b1d9 !important;
  text-align: center;
  position: relative;
  box-shadow: 0px 7px 10px rgb(0 0 0 / 30%);
}
.card__success {
  position: absolute;
  top: -50px;
  left: 211px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0px -1px 9px rgb(0 0 0 / 50%);
  background-color: #60c878;
  border: 5px solid #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card__success i {
  color: #fff;
  line-height: 100px;
  font-size: 45px;
}
.card__msg {
  text-transform: uppercase;
  color: #55585b;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 900;
}
.card__submsg {
  color: #959a9e;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0px;
}
.card__body {
  background-color: #f8f6f6;
  border-radius: 4px;
  width: 100%;
  margin-top: 3px;
  float: left;
  box-sizing: border-box;
  height: 228px;
  padding: 30px;
  margin-bottom: 10px;
  box-shadow: 0px 7px 10px rgb(0 0 0 / 30%);
}
.card__avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 7px;
}
.card__recipient-info {
  display: inline-block;
}
.card__recipient {
  color: #232528;
  text-align: left;
  margin-bottom: 5px;
  font-weight: 600;
}
.card__email {
  color: #838890;
  text-align: left;
  margin-top: 0px;
}
.card__price {
  color: #232528;
  font-size: 70px;
  margin-top: 25px;
  margin-bottom: 30px;
}
.card__price span {
  font-size: 60%;
}
.card__method {
  color: #d3cece;
  text-transform: uppercase;
  text-align: left;
  font-size: 11px;
  margin-bottom: 5px;
}
.card__payment {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__credit-card {
  width: 50px;
  display: inline-block;
  margin-right: 15px;
}
.card__card-details {
  display: inline-block;
  text-align: left;
}
.card__card-type {
  text-transform: uppercase;
  color: #232528;
  font-weight: 600;
  font-size: 12px;
  margin-bottom: 3px;
}
.card__card-number {
  color: #838890;
  font-size: 12px;
  margin-top: 0px;
}
.card__tags {
  clear: both;
  padding-top: 15px;
}
.card__tag {
  text-transform: uppercase;
  background-color: #f8f6f6;
  box-sizing: border-box;
  padding: 3px 5px;
  border-radius: 3px;
  font-size: 10px;
  color: #d3cece;
}
.card__body p {
  margin: 0 0 14px;
  line-height: 17px;
  color: #55585b;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #00b1d9 !important;
}
.card_body_btn {
    margin-right: 10px !important;
    background: transparent;
    border: 1px solid #00b1d9 !important;
    color: #000!important;
    font-weight: 600!important;
    font-size: 13px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
    padding: 10px !important;
    border-radius: 5px !important;
}

.card_body_btn:hover {
  background: #00cae95d;
}

/* confirm card css end */

#branch-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* circle animation end */

.after-confirmed th {
  border-right: 1px solid #cfcfcf !important;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.after-confirmed td {
  font-size: 14px;
  font-weight: 500 !important;
  padding: 5px 0px 5px 5px;
  vertical-align: middle;
  color: #333;
  font-weight: 700;
  position: relative;
}

.ui-autocomplete {
  max-width: 333px !important;
}

#confirmapp {
    background-image: url(../images/background-login.webp) !important;
    background-size: cover !important;
    background-position: center !important;
}

/* hive and show */

#container-target {
  width: 100%;
  /* border: 1px solid #00b1d9 !important; */
  border-radius: 5px;
  margin-top: 14px;
}

#target-1 {
  background: #fff;
  width: 100%;
  border-radius: 9px;
  height: 300px;
  height: 160px;
  padding: 5px;
  margin-top: 10px;
  display: none;
}


#target-2 {
  background: #fff;
  width: 501px;
  border-radius: 9px;
  height: 300px;
  height: 160px;
  padding: 5px;
  margin-top: 10px;
  display: none;
}

.hide
{
  display:none;
}

/*  added this - not working  */

.hide-1-yes
{
  display:none;
}

.hide-2-yes
{
  display:none;
}

/* hide and show */

#invoiceModal .form-outline {
  margin-right: 20px !important;
}

#myForm {
  width: 100%;
  padding: 0px 50px 11px;
  border: 1px solid #00b1d9 !important;
  border-radius: 5px;
}
.search-patient-buttondiv {
  display: flex;
  justify-content: center;
}

#reveal-wrap {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  padding-bottom: 0;
  z-index: 100;
}
#reveal-wrap #reveal-click {
  background: none;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  margin: 0px 0 0 10%;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-block;
  width: 20%;
}
#reveal-wrap #hidden-div {
  width: 100%;
  background: none;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 20px;
}

#reveal-wrap #hidden-div {
  display: none;
}

/* time slot of calendar */

#appointmentModal .modal-body {
  padding: 0px !important;
}
.time_slot_heading {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 10px !important;
  padding-top: 29px !important;
  background: #f7f8f5 !important;
  color: #02475b;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 18px;
  padding: 20px;
  border-radius: 0px;
  padding-top: 10px;
  margin-bottom: 15px;
  box-shadow: 0 3px 8px rgb(0 0 0 / 12%);
}

.time_slot_btn:disabled {
  cursor: not-allowed;
}

.pignose-calendar .pignose-calendar-header {
  margin-top: 0px !important;
}
.time_slot_header {
  height: 405px;
    /* border: 1px solid #00b1d9 !important; */
  padding: 0px;
}
.time_slot_header .col-md-6 {
  flex: 0 0 auto;
  width: 50%;
  padding: 4px 7px;
}
.time_slot_btn {
  font-weight: 600;
  width: 100% !important;
  font-size: 12px !important;
  padding: 6px 0px;
  text-align: center;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
  margin-bottom: 10px;
  border: 1px solid #fcb716 !important;
  width: 50%;
  border-radius: 5px;
}

/* time slot of calendar end */
.pignose-calendar .pignose-calendar-unit {
  height: 2.8em !important;
}
/* div hover effect */

.n-ppost-name {
  top: 0%;
  height: 187px;
  border-radius: 5px 5px 5px 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 0%;
  width: 100%;
  opacity: 0;
  font-size: 12px !important;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 10px;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  background: aliceblue;
  padding: 10px;
  transition: 1s;
}

.n-ppost {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

.n-ppost:hover + .n-ppost-name {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}


/* div hover effet end */

/* matrix start */
.fc-direction-ltr .fc-button-group>.fc-button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
  width: 115px;
  font-size: 13px;
  border: 1px solid #00c9e9;
  background: none;
  color: #000;
}
.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  font-size: 13px;
  width: 50%;
  padding: 0px;
  border: 1px solid #00c9e9;
  background: none;
  color: #000;
}
.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
  width: 90px;
  font-size: 13px;
  border: 1px solid #00c9e9;
  background: none;
  color: #000;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  background-color: #00cae95d !important;
  border-color: 1px solid #00c9e9 !important;
  color: #000 !important;
  font-weight: 600 !important;
  cursor: pointer;
  transition: 1s;
}
.fc .fc-button-primary:disabled {
  background-color: #00cae95d !important;
  border-color: 1px solid #00c9e9 !important;
  color: #000 !important;
  font-weight: 600 !important;
}
.fc-direction-ltr .fc-toolbar>*>:not(:first-child) {
  margin-left: 0.75em;
  cursor: pointer !important;
} 
#calendar table {
  border: none !important;
}
#calendar tbody {
  /* border: 2px solid #00c9e9 !important; */
}
#calendar td {
  border: 1px solid #d7d7d7 !important;
}
#calendar tr {
  border: none !important;
}
#calendar thead {
  border: none !important;
  /* border: 1px solid #00c9e9 !important; */
  padding: 20px 0px !important;
  /* background-color: #00cae95d !important; */
}
#calendar th {
  border: none !important;
  /* padding: 3px 0px; */
  height: 42px;
  vertical-align: middle;
}
#calendar a {
  color: #333;
}
#calendar tbody {
  background: #f7f7f7 !important;
}
.fc .fc-daygrid-event-harness {
  background-color: #00cae95d !important;
}
/* .fc-scrollgrid-sync-table {
  width: 1207px !important;
  height: 594px !important;
} */
.fc-scroller .fc-scroller-liquid-absolute {
  overflow: hidden scroll;
}
#patient_details_full_modal {
  display: flex;
  width: 100%;
  /* border: 2px solid #00c9e9 !important; */
  padding: 5px;
  box-shadow: 0px 2px 9px rgb(0 0 0 / 33%);
  padding-left: 10px;
  border-radius: 10px;
  justify-content: space-around;
}
#doctor_details_full_modal {
  display: flex;
  width: 100%;
  /* border: 2px solid #00c9e9 !important; */
  padding: 5px;
  box-shadow: 0px 2px 9px rgb(0 0 0 / 33%);
  padding-left: 10px;
  border-radius: 10px;
}
#eventDetailsmodal textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
  border: none !important;
  box-shadow: 0px 2px 9px rgb(0 0 0 / 33%);
  border-radius: 10px !important;
}
.fc .fc-toolbar-title {
  font-weight: 700;
}
.fc-toolbar-chunk {
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 1px 10px rgb(0 0 0 / 25%);
  border-radius: 5px;
}
/* .fc-scrollgrid-sync-table {
  height: 595px !important;
} */
/* .fc-view-harness .fc-view-harness-active {
  height: 636.407px !important;
} */
#calendar {
  height: 712px;
}
#calendar .fc-next-button .fc-button .fc-button-primary {
  width: 50% !important;
}
#calendar .fc-prev-button .fc-button .fc-button-primary {
  width: 50% !important;
}
/* matrix end */


/* docdash */

#patientDetailModal .modal-content {
  width: 150%;
  right: 20%;
  box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);
}
#presModal .modal-content {
  width: 183%;
  right: 32%;
}
#presModal .modal-body input {
  min-height: 27px;
  height: 30px;
}

.diagnosis-text {
  color: #000;
}

/* #reveal-click {
    background: none!important;
    padding-top: 0px;
    border-radius: 5px;
    padding: 7px 52px;
    margin-top: 10px;
    background: transparent;
    border: 1px solid #00b1d9 !important;
    color: #000!important;
    font-weight: 600!important;
    font-size: 14px;
    margin-bottom: 10px;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
} */

.billing-receipt td {
  padding: 10px !important;
}
.billing-header span{
  font-size: 12px !important;
  font-weight: 500;
}
.matrix-btn:hover {
  background: #ff4b2bb0 !important;
  color: #000 !important;
  transition: .5s !important;
}
table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:after {
  opacity: .6;
  display: none !important;
}
table.dataTable thead>tr>th.sorting:after, table.dataTable thead>tr>th.sorting_asc:after, table.dataTable thead>tr>th.sorting_desc:after, table.dataTable thead>tr>th.sorting_asc_disabled:after, table.dataTable thead>tr>th.sorting_desc_disabled:after, table.dataTable thead>tr>td.sorting:after, table.dataTable thead>tr>td.sorting_asc:after, table.dataTable thead>tr>td.sorting_desc:after, table.dataTable thead>tr>td.sorting_asc_disabled:after, table.dataTable thead>tr>td.sorting_desc_disabled:after {
  display: none !important;
}
table.dataTable thead>tr>th.sorting:before, table.dataTable thead>tr>th.sorting_asc:before, table.dataTable thead>tr>th.sorting_desc:before, table.dataTable thead>tr>th.sorting_asc_disabled:before, table.dataTable thead>tr>th.sorting_desc_disabled:before, table.dataTable thead>tr>td.sorting:before, table.dataTable thead>tr>td.sorting_asc:before, table.dataTable thead>tr>td.sorting_desc:before, table.dataTable thead>tr>td.sorting_asc_disabled:before, table.dataTable thead>tr>td.sorting_desc_disabled:before {
  display: none !important;
}
.time_slot_header_outer {
  padding: 5px 15px !important;
}
.pignose-calendar .pignose-calendar-top {
  padding: 28px 0px !important;
}
.pignose-calendar .pignose-calendar-top .pignose-calendar-top-date {
  padding: 14px 0px !important;
}

.diagnosis {
  background: #fff;
  box-shadow: 2px 2px 9px 2px rgb(0 0 0 / 20%);
  padding: 10px;
}

.appointment-type-section {
  padding: 10px 20px ;
}

[type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat  !important ;
  cursor: pointer !important;
}
[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

/* custom styles */

.appointment-history-datepicker label {
  display: block;
}
.appointment-history-datepicker input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 5px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
  width: 190px;
}

/* filter dropdown search start */

.chosen-value,
.value-list {
  top: 0;
  left: 0;
  width: 50%;
}

.chosen-value {
  font-weight: 600;
  letter-spacing: 1px;
  height: 44px;
  font-size: 14px;
  padding: 1rem;
  margin-top: 26px;
  background-color: #FAFCFD;
  border: 3px solid transparent;
  transition: 0.3s ease-in-out;
  width: 50% !important;
}
.chosen-value::-webkit-input-placeholder {
  color: #333;
}
.chosen-value:hover {
  background-color: #FF908B;
  cursor: pointer;
}
.chosen-value:hover::-webkit-input-placeholder {
  color: #333;
}
.chosen-value:focus, .chosen-value.open {
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2);
  outline: 0;
  background-color: #00c9e9;
  color: #000;
}
.chosen-value:focus::-webkit-input-placeholder, .chosen-value.open::-webkit-input-placeholder {
  color: #000;
}

.value-list {
  list-style: none;
  margin-top: 0px;
  /* box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.2); */
  /* overflow: hidden; */
  overflow-y: scroll;
  max-height: 0;
  transition: 0.3s ease-in-out;
  width: 50% !important;
}
.value-list.open {
  max-height: 100px;
  overflow: auto;
}
.value-list li {
  height: 10px;
  background-color: #00cae95d;
  padding: 16px;
  font-size: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s;
  opacity: 1;
}
.value-list li:hover {
  background-color: #00b1d9;
}
.value-list li.closed {
  max-height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
}

.diagnosis label{
  font-size: 11px !important;
}

.header-fixed {
	/* background-color:#292c2f; */
  background-image: url(../../images/background-login.webp);
	box-shadow:0 1px 1px #ccc;
	padding: 20px 40px;
	height: 80px;
	color: #ffffff;
	box-sizing: border-box;
	top:-100px;

	-webkit-transition:top 0.3s;
	transition:top 0.3s;
}

.header-fixed .header-limiter {
	max-width: 1200px;
	text-align: center;
	margin: 0 auto;
}

/*	The header placeholder. It is displayed when the header is fixed to the top of the
	browser window, in order to prevent the content of the page from jumping up. */

.header-fixed-placeholder{
	height: 80px;
	display: none;
}

/* Logo */

.header-fixed .header-limiter h1 {
	float: left;
	font: normal 28px Cookie, Arial, Helvetica, sans-serif;
	line-height: 40px;
	margin: 0;
}

.header-fixed .header-limiter h1 span {
	color: #5383d3;
}

/* The navigation links */

.header-fixed .header-limiter a {
	color: #ffffff;
  text-decoration: none;
  text-shadow: 1px 1px 12px #002126f2;
  font-weight: 900;
}

.header-fixed .header-limiter nav {
	font:16px Arial, Helvetica, sans-serif;
	line-height: 40px;
	float: right;
}

.header-fixed .header-limiter nav a{
	display: inline-block;
	padding: 0 5px;
	text-decoration:none;
	color: #ffffff;
	opacity: 0.9;
}

.header-fixed .header-limiter nav a:hover{
	opacity: 1;
}

.header-fixed .header-limiter nav a.selected {
	color: #608bd2;
	pointer-events: none;
	opacity: 1;
}

/* Fixed version of the header */

body.fixed .header-fixed {
	padding: 10px 40px;
	height: 50px;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

body.fixed .header-fixed-placeholder {
	display: block;
}

body.fixed .header-fixed .header-limiter h1 {
	font-size: 24px;
	line-height: 30px;
}

body.fixed .header-fixed .header-limiter nav {
	line-height: 28px;
	font-size: 13px;
}


/* Making the header responsive */

@media all and (max-width: 600px) {

	.header-fixed {
		padding: 20px 0;
		height: 100px;
	}

	.header-fixed .header-limiter h1 {
		float: none;
		margin: -8px 0 10px;
		text-align: center;
		font-size: 24px;
		line-height: 1;
	}

	.header-fixed .header-limiter nav {
		line-height: 1;
		float:none;
	}

	.header-fixed .header-limiter nav a {
		font-size: 15px;
	}

	body.fixed .header-fixed {
		display: none;
	}

}

/*
	 We are clearing the body's margin and padding, so that the header fits properly.
	 We are also adding a height to demonstrate the scrolling behavior. You can remove
	 these styles.
 */

#reveal-wrap {
  bottom: 0;
  width: 100%;
  padding-bottom: 0;
  z-index: 100;
}
#reveal-wrap #reveal-click {
  background: #1c89ff;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  margin: 0px 0 0 10%;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-block;
}
#reveal-wrap #hidden-div {
  width: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 20px;
}

#reveal-click2 {
  background: none!important;
  padding-top: 0px;
  border-radius: 5px;
  padding: 7px 52px;
  margin-top: 10px;
  background: transparent;
  border: 1px solid #00b1d9 !important;
  color: #000!important;
  font-weight: 600!important;
  font-size: 14px;
  margin-bottom: 10px;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 30%);
}
#reveal-wrap2 #reveal-click2 {
  background: #1c89ff;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  margin: 0px 0 0 10%;
  padding: 10px 18px;
  text-decoration: none;
  display: inline-block;
}
#reveal-wrap2 #hidden-div2 {
  width: 100%;
  color: #fff;
  display: none;
  font-size: 16px;
  line-height: 22px;
  margin: 0;
  padding: 5px 0px;
}

#reveal-wrap15 #hidden-div15 {
  display: none;
}
#reveal-wrap16 #hidden-div16 {
  display: none;
}
#reveal-wrap17 #hidden-div17 {
  display: none;
}

#reveal-click {
  width: 20%;
  margin-top: 10px;
  cursor: pointer;
}
.past_medicine {
  cursor: pointer;
  font-weight: 700;
}
.past_medicine:hover {
  color: #0087ba;
}

#patientDetailModal td {
  padding: 1px 5px !important;
  font-size: 13px !important;
}

#patientDetailModal .modal-body {
  margin: -21px 0px !important;
}


.logo-name {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-name h1 {
  color: #008b19;
  font-size: 18px;
  font-weight: 900;
}

input[type="text"], input[type="password"], textarea {
  outline: none !important;
}

.no_data_div {
  position: relative;
  top: 37%;
  transform: translate(-2%,53%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: max-content !important;
  font-size: 50px;
  opacity: 0.3;
  font-weight: 300;
  color: #1980b1;
  background: none !important;
}

.folliculometry_header {
  background: #0087ba !important;
  color: #fff !important;
  padding: 15px;
  box-shadow: 3px 4px 12px #333333b8 !important;
}

/* .baseline {
  display: flex;
} */
.baseline_scan_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.baseline_text {
  font-size: 21px !important;
}
.folliculometry_text_align {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.cycle1 input{
  width: 30% !important;
}
.cycle_day {
  gap: 30px !important;
  display: flex;
  flex-direction: column;
}
.cycle_day label {
  font-size: 21px !important;
}
.cycle1 {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.from_stimulation_medicine_chart span {
  font-size: 20px;
}
.folliculometry input[type="date"] {
  display:block !important;
  position:relative !important;
  padding:1rem 3.5rem 1rem 0.75rem !important;
  font-size:18px !important;
  font-family:monospace !important;
  border:1px solid #8292a2 !important;
  border-radius:0.25rem !important;
  background:
    white
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E")
    right 1rem
    center
    no-repeat !important;
  
  cursor:pointer !important;
}
.folliculometry input[type="date"]:focus {
  outline:none !important;
  border-color:#3acfff !important;
  box-shadow:0 0 0 0.25rem rgba(0, 120, 250, 0.1) !important;
}

.folliculometry ::-webkit-datetime-edit {}
::-webkit-datetime-edit-fields-wrapper {}
::-webkit-datetime-edit-month-field:hover,
::-webkit-datetime-edit-day-field:hover,
::-webkit-datetime-edit-year-field:hover {
  background:rgba(0, 120, 250, 0.1) !important;
}
.folliculometry ::-webkit-datetime-edit-text {
  opacity:0 !important;
}
.folliculometry ::-webkit-clear-button,
.folliculometry ::-webkit-inner-spin-button {
  display:none !important;
}
.folliculometry ::-webkit-calendar-picker-indicator {
  position:absolute !important;
  width:2.5rem !important;
  height:100% !important;
  top:0 !important;
  right:0 !important;
  bottom:0 !important;
  opacity:0 !important;
  cursor:pointer !important; 
  color:rgba(0, 120, 250, 1) !important;
  background:rgba(0, 120, 250, 1) !important;
}

.folliculometry input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity:0.05 !important; }
.folliculometry input[type="date"]:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15 !important; }

.ultrasound {
  padding: 11px !important;
  background: #ffff00a3 !important;
}
.Serum {
  padding: 11px !important;
  background: #cdcdc4 !important;
}
.drugs {
  padding: 11px !important;
  background: #ffd0e7 !important;
}
.folliculometry input {
  background: #fff !important;
  border: 1px solid #74aef7 !important;
  padding: 9px 3px!important;
}

tr {
  border: 1px solid #cfcfcf !important;
}
td {
  border: 1px solid #cfcfcf !important;
}

.doctor_list_outer .add_btn {
  margin-bottom: 10px !important;
  width: auto !important;
}
.add_btn_outer {
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 10px;
}
.pseudo-search {
  display: inline !important;
  border: 2px solid #ccc !important;
  border-radius: 100px !important;
  padding: 10px 15px !important;
  transition: background-color 0.5 ease-in-out !important;
}
.pseudo-search input {
  border: 0!important ; 
  background-color: transparent !important;
  width: 200px !important;
}
.pseudo-search input:focus {
  outline: none !important;
}
.pseudo-search button,
.pseudo-search i {
  border: none !important;
  background: none !important;
  cursor: pointer !important;
}
.pseudo-search select {
  border: none !important;
}
