@import url("../css/w3.css");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif !important;
}

#delete-allergy-affected-area-cancel-btn {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 22px;
  border-radius: 30px;
}

#delete-allergy-affected-area-cancel-btn:hover {
  background-color: #474d53;
  border-color: #474d53;
}

.modal .modal-header .btn-close {
  box-shadow: 0px 0px 0px 0px;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

a {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .user-tittle-name {
    max-width: 124px;
  }
  .view-record-section .container {
    max-width: 1140px;
  }
  .dataentry-chat-section .container {
    max-width: 1140px;
  }
  .create-member-section .container {
    max-width: 1600px;
  }
  .ip-em-section .container {
    max-width: 1600px;
  }
  .eipi-section .container {
    max-width: 1600px;
  }
  .create-anec-section .container {
    max-width: 1600px;
  }
  .landing-section .container {
    max-width: 1600px;
  }
  .select-doctors-section .container {
    max-width: 1600px;
  }
  .folders-doctors-middle .container {
    max-width: 1600px;
  }
  .folders-doctors-congrats-middle .container {
    max-width: 1600px;
  }
  .nothing-to-section .container {
    max-width: 1800px;
  }
  .area-affected-section .container {
    max-width: 1863px;
  }
  .add-vaccines-section .container {
    max-width: 1500px;
  }
  .search-vaccin-section .container {
    max-width: 1600px;
  }
}
.save-btn {
  font-size: 15px;
  color: #2b788e;
  font-weight: 600;
  padding: 10px 22px;
  background: #dfefcb;
  border-color: #dfefcb;
  border-radius: 30px;
  display: inline-block;
  text-decoration: none;
  min-width: 120px;
}
.save-btn:hover {
  background-color: #ffffff;
  color: #2b788e;
  border-color: #2b788e !important;
  box-shadow: 0px 0px 10px 0px rgba(79, 125, 132, 0.2901960784) !important;
  transition: all 0.3s ease-in-out;
}

.member-save-btn {
  background-color: #233748;
  color: #F1F1F1;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
  border-radius: 50px;
  padding: 12px 30px;
  border: 0px;
  transition: all 0.3s ease;
  min-width: 150px;
  height: 61px;
  box-shadow: 16px 14px 11px rgba(0, 0, 0, 0.1607843137);
}
.member-save-btn:hover {
  background-color: #4B7D11;
}

.anec-save-btn {
  background-color: #233748;
  color: #F1F1F1;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 50px;
  padding: 12px 30px;
  border: 0px;
  transition: all 0.3s ease;
  min-width: 142px;
  height: 55px;
  box-shadow: 16px 14px 11px rgba(0, 0, 0, 0.1607843137);
  text-transform: uppercase;
}
.anec-save-btn:hover {
  background-color: #4B7D11;
}

.save-ok-btn {
  background-color: #fff;
  color: #000;
  font-size: 33px;
  font-weight: 500;
  line-height: 36px;
  border-radius: 50px;
  padding: 16px 30px;
  border: 0px;
  transition: all 0.3s ease;
  min-width: 210px;
  height: 86px;
  box-shadow: 16px 14px 11px rgba(0, 0, 0, 0.1607843137);
}
.save-ok-btn:hover {
  background-color: #4B7D11;
}

.btn.btn-primary {
  font-size: 16px;
  color: #2b788e;
  font-weight: 600;
  padding: 10px 22px;
  background: #76bd2a;
  border-color: #76bd2a;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 0px 0px 0px 0px;
  white-space: nowrap;
}
.btn.btn-primary:hover {
  background-color: #ffffff;
  color: #2b788e;
  border-color: #2b788e !important;
  box-shadow: 0px 0px 10px 0px rgba(79, 125, 132, 0.2901960784) !important;
  transition: all 0.3s ease-in-out;
}

.form-control.error {
  color: #0d0b0b !important;
}

.btn.btn-cancel-modal {
  background: #76bd2a;
  border-color: #76bd2a;
  color: #2B788E;
  padding: 8px 16px;
  font-size: 14px;
}

.btn.btn-save-modal {
  background-color: #233748;
  border-color: #233748;
  color: #fff;
  padding: 8px 16px;
  font-size: 14px;
}
.btn.btn-save-modal:hover {
  color: #233748;
  border-color: #233748 !important;
  background-color: #ffffff;
}

.header-section {
  background-image: linear-gradient(#6aa5af, #325356);
  border-bottom: 6px solid #52526c;
  padding: 22px 15px 22px 40px;
  z-index: 15;
  position: fixed;
  width: 100%;
}
.header-section .header-inner {
  position: relative;
}
.header-section .header-inner .header-logo {
  text-align: center;
}
.header-section .header-inner .header-right {
  position: absolute;
  right: 0;
  top: 0px;
}
.header-section .header-inner .header-left {
  position: absolute;
  left: 0;
  top: 0px;
}
.header-section .header-inner .openbtn {
  font-size: 25px;
}
.header-section .header-inner .navbar.navbar-expand-lg {
  justify-content: end;
  padding-top: 0px;
  padding-bottom: 0px;
}
.header-section .header-inner .navbar.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}
.header-section .header-inner .navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding-right: 12px;
  padding-left: 12px;
}
.header-section .header-inner .navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link img {
  width: 20px;
}

.sidebar {
  height: 100%;
  width: 270px;
  position: fixed;
  z-index: 10;
  top: 0px;
  left: 0;
  background: rgb(19, 162, 174);
  background: linear-gradient(180deg, rgb(19, 162, 174) 0%, rgb(19, 162, 174) 27%, rgb(37, 73, 95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#13a2ae", endColorstr="#25495f", GradientType=1);
  transition: all 0.4s ease;
  padding-top: 88px;
}
.sidebar::-webkit-scrollbar {
  width: 2px;
}
.sidebar::-webkit-scrollbar-track {
  background: #325356;
}
.sidebar *::-webkit-scrollbar-thumb {
  background: #6aa5af;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidebar .sidebar-user {
  background-color: #fff;
  display: flex;
  padding: 20px 0px 20px 15px;
  margin-right: -1px;
}
.sidebar .sidebar-user .sidebar-user-img {
  margin-right: 8px;
}
.sidebar .sidebar-user .sidebar-user-img img {
  height: 60px;
  width: 60px;
  border-radius: 8px;
}
.sidebar .sidebar-user .sidebar-user-tittle h2 {
  font-size: 24px;
  font-weight: normal;
  font-style: italic;
  color: #3c3c3c;
  line-height: 30px;
  margin-bottom: 4px;
}
.sidebar .sidebar-user .sidebar-user-tittle h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 20px;
  margin-bottom: 1px;
}
.sidebar .sidebar-user .sidebar-user-tittle span {
  font-size: 18px;
  color: #7c7c7c;
  font-weight: normal;
  line-height: 20px;
}
.sidebar .sidebar-content {
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.sidebar .sidebar-content::-webkit-scrollbar {
  width: 5px;
}
.sidebar .sidebar-content::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.sidebar .sidebar-content::-webkit-scrollbar-thumb {
  background: #fff;
}
.sidebar .sidebar-content::-webkit-scrollbar-thumb:hover {
  background: #f2f2f2;
}
.sidebar .sidebar-content .sidebar-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-top: 4px solid #5c4763;
}
.sidebar .sidebar-content .sidebar-nav .sidebar-item {
  display: block;
  margin-bottom: 10px;
}
.sidebar .sidebar-content .sidebar-nav .sidebar-item .sidebar-link {
  font-size: 18px;
  color: #fff;
  letter-spacing: 2.3px;
  font-weight: 500;
  padding: 20px 20px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  line-height: 24px;
}
.sidebar .sidebar-content .sidebar-nav .sidebar-item .sidebar-link:hover {
  color: #d3d3d3;
}
.sidebar .sidebar-footer {
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  position: absolute;
  bottom: -1px;
  border-top: 4px solid #5c4763;
}
.sidebar .sidebar-footer .sidebar-footer-nav {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
}
.sidebar .sidebar-footer .sidebar-footer-nav li {
  display: inline-block;
}
.sidebar .sidebar-footer .sidebar-footer-nav li:last-child a {
  padding: 4px 15px;
}
.sidebar .sidebar-footer .sidebar-footer-nav li:last-child a span {
  font-size: 10px;
  font-weight: normal;
}
.sidebar .sidebar-footer .sidebar-footer-nav li a {
  display: inline-block;
  color: #338081;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
}
.sidebar .sidebar-footer .sidebar-footer-nav li a:hover {
  text-decoration: underline;
}
.sidebar .sidebar-footer .sidebar-footer-nav li a img {
  margin-right: 4px;
}
.sidebar.width-menu {
  width: 300px !important;
  left: 0 !important;
}

.main-content {
  transition: margin-left 0.5s;
  padding: 92px 0px 20px 20px;
}
.main-content .dashboard-users {
  padding-top: 115px;
}
.main-content .dashboard-users .dashboard-card {
  background-color: #fafafa;
  padding: 50px 15px 30px 15px;
  border-top: 4px solid #159eab;
  position: relative;
  transition: all 0.3s ease;
  word-break: break-word;
  height: 100%;
}
.main-content .dashboard-users .dashboard-card:hover {
  transform: translateY(-8px);
}
.main-content .dashboard-users .dashboard-card .dashboard-card-header {
  display: flex;
  margin-bottom: 10px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-header .dashboard-user-img {
  margin-right: 10px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-header .dashboard-user-img img {
  min-width: 62px;
  width: 62px;
  height: 50px;
  border-radius: 12px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-header .dashboard-user-tittle h3 {
  font-size: 18px;
  font-weight: 600;
  color: #020202;
  line-height: 20px;
  margin-bottom: 0px;
  font-family: "Roboto", sans-serif;
  max-width: 200px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-header .dashboard-user-tittle p {
  font-size: 14px;
  color: #a6a6a6;
  line-height: 18px;
  margin-bottom: 0px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-header .dashboard-user-tittle h6 {
  font-size: 12px;
  color: #595959;
  line-height: 18px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content .my-com-logo {
  display: inline-block;
  margin-bottom: 15px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content .my-com-logo .btn {
  font-size: 12px;
  line-height: 16px;
  padding: 6px 12px;
  background: #20798e;
  margin: 0px;
  color: #fff;
  font-weight: 500;
  box-shadow: 0px 0px 0px 0px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content .my-com-logo .btn img {
  min-width: 17px;
  width: 17px;
  height: 13px;
  margin-right: 5px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content .my-com-logo .btn:hover {
  background: #116c81;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content .dashboard-card-menu {
  overflow-y: auto;
  max-height: 156px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content .dashboard-card-menu::-webkit-scrollbar {
  width: 5px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content .dashboard-card-menu::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content .dashboard-card-menu::-webkit-scrollbar-thumb {
  background: #c9c9c9;
  border-radius: 6px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content a {
  color: #77b3bf;
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Lato", sans-serif;
  display: inline-block;
  width: 100%;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content a:hover {
  color: #20788e;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content a img {
  max-width: 17px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content a img.icon-8 {
  max-width: 28px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content a .dashboard-card-icons {
  margin-bottom: 10px;
}
.main-content .dashboard-users .dashboard-card .dashboard-card-content a p {
  margin-bottom: 0px;
}
.main-content .dashboard-users .dashboard-card.dashboard-card1 {
  border: 0px;
  position: relative;
}
.main-content .dashboard-users .dashboard-card.dashboard-card1:after {
  height: 100%;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  background-position: top center;
  top: 0;
  background-image: url(../images/card-border.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.main-content .dashboard-users .dashboard-card.dashboard-card1 .dashboard-card1-inner {
  position: relative;
  z-index: 2;
}
.main-content .dashboard-users .dashboard-card.dashboard-card2 {
  border-bottom-right-radius: 69px;
}
.main-content .dashboard-users .dashboard-card.dashboard-card3:after {
  content: "";
  position: absolute;
  background-image: url(../images/card-before.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  bottom: -1px;
  left: 0px;
  right: 0px;
  height: 41px;
  z-index: 1;
  width: 100%;
  background-position: center;
}

.dashboard-right-img {
  background-image: url(../images/dashbg-img.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  padding-top: 20px;
  position: fixed;
  right: 0px;
  height: 100%;
  top: 90px;
  max-height: calc(100vh - 90px);
  min-width: 350px;
  z-index: 4;
}
.dashboard-right-img .dashboard-right-img-inner .slide-top .premium-btn .btn-primary {
  box-shadow: -4px 5px 7px rgba(0, 0, 0, 0.1607843137);
  font-size: 20px;
  color: #2B788E;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder {
  justify-content: flex-start;
  padding-right: 0;
  padding-top: 20px;
  bottom: 30px;
  padding-left: 55px;
}
.dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder a {
  width: 145px;
  height: 155px;
  background-size: 100% 100%;
}
.dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder a img {
  width: 55px;
}
.dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder a p {
  font-family: "Lato", sans-serif;
  font-size: 12px;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-health-heading {
  display: flex;
  justify-content: end;
  max-width: 105px;
  margin-left: auto;
  padding-right: 30px;
  padding-top: 10px;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-health-heading h2 {
  color: #fff;
  font-weight: 600;
  line-height: 39px;
  font-size: 40px;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-health-heading h2 span {
  color: #9f9fd8;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder {
  display: flex;
  -webkit-box-pack: flex-end;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 10px;
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding-right: 30px;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a {
  background-image: url(../images/dash-share.png);
  background-repeat: no-repeat;
  width: 140px;
  height: 160px;
  text-align: center;
  padding: 20px 15px 15px 15px;
  margin: 0px 0px;
  background-size: contain;
  display: inline-block;
  text-decoration: none;
  z-index: 2;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a img {
  width: 32px;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a img.share-icon-hover {
  display: none;
  width: 55px;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a p {
  color: #a5ccd0;
  font-size: 11px;
  line-height: 12px;
  font-weight: 600;
  margin: auto;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a:hover img.share-icon {
  display: none;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a:hover img.share-icon-hover {
  display: inline;
}
.dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a:hover p {
  font-size: 11px;
  font-weight: 500;
}

.footer-line {
  width: 100%;
  bottom: 0;
  height: 5px;
  background-color: #52526c;
  position: fixed;
  bottom: 0;
  z-index: 999;
}

.login-form input:-webkit-autofill,
.login-form input:-webkit-autofill:hover,
.login-form input:-webkit-autofill:active,
.login-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.alert {
  padding: 9px 12px;
  font-size: 14px;
}

.alert-danger {
  background-color: #ffeded;
  border-color: #ffeded;
  color: #c70012;
}

.error {
  color: #c70012 !important;
  font-size: 15px;
  line-height: 18px;
}

.modal-contact .modal-dialog {
  max-width: 409px;
}
.modal-contact .modal-dialog .modal-content .modal-header {
  border: 0px;
  display: block;
  padding: 20px 25px 15px 20px;
}
.modal-contact .modal-dialog .modal-content .modal-header h5 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  color: #000;
  margin-bottom: 8px;
}
.modal-contact .modal-dialog .modal-content .modal-header p {
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0px;
}
.modal-contact .modal-dialog .modal-content .modal-body {
  border: 0px;
  padding: 15px 25px;
}
.modal-contact .modal-dialog .modal-content .modal-body ul li {
  display: inline-block;
  margin-right: 10px;
}
.modal-contact .modal-dialog .modal-content .modal-body ul li .form-check {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.modal-contact .modal-dialog .modal-content .modal-body ul li .form-check .form-check-input {
  width: 24px;
  height: 24px;
  border: 1px solid #C4C4C4;
  border-radius: 2px;
  margin-right: 10px;
}
.modal-contact .modal-dialog .modal-content .modal-body ul li .form-check .form-check-input:checked {
  background-color: #76bd2a;
  border-color: #76bd2a;
}
.modal-contact .modal-dialog .modal-content .modal-body ul li .form-check .form-check-input:focus {
  box-shadow: 0px 0px 0px 0px;
}
.modal-contact .modal-dialog .modal-content .modal-body ul li .form-check .form-check-label {
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 3px;
}
.modal-contact .modal-dialog .modal-content .modal-footer {
  border: 0px;
}

.plan-card {
  margin-bottom: 25px;
  background-color: #ededed;
  border: 1px solid #e2e2e2;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.4s ease;
}
.plan-card .plan-img {
  height: 156px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan-card .plan-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-card .plan-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.plan-card .plan-img audio {
  width: 100%;
  margin: 0px 10px;
}
.plan-card .plan-img .doc-img {
  width: 94px;
  height: 84px;
}
.plan-card .plan-content {
  text-align: center;
  padding: 15px 15px;
  word-break: break-word;
}
.plan-card .plan-content p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #626262;
  margin-bottom: 10px;
}
.plan-card .plan-content p span {
  display: block;
}
.plan-card .plan-content h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #1a8191;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.plan-card .plan-content .plan-link {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #188796;
}
.plan-card .plan-content:hover {
  background: linear-gradient(180deg, #13a2ae 0%, #13a2ae 27%, #25495f 100%);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.2901960784);
}
.plan-card .plan-content:hover p {
  color: #fff;
}
.plan-card .plan-content:hover h4 {
  color: #fff;
}
.plan-card .plan-content:hover .plan-link {
  color: #fff;
}

.swal2-styled.swal2-cancel {
  background-color: #233748 !important;
  border-color: #233748 !important;
  color: #fff !important;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 0px !important;
}

.swal2-styled.swal2-cancel:hover {
  background-color: #ffffff !important;
  color: #2b788e !important;
  border: 1px solid #2b788e !important;
  background-image: inherit !important;
}

.swal2-styled.swal2-confirm {
  background: #76bd2a !important;
  border-color: #76bd2a !important;
  color: #2B788E !important;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 30px;
  box-shadow: 0px 0px 0px 0px !important;
}

.swal2-styled.swal2-confirm:hover {
  background-color: #ffffff !important;
  color: #2b788e !important;
  border: 1px solid #2b788e !important;
}

.swal2-icon.swal2-warning {
  border-color: #275974 !important;
  color: #275974 !important;
}

.membersimg-list ul li.active {
  opacity: 0.2;
}

.ip-emuser-list ul li.active {
  opacity: 0.2;
}

.datepicker {
  padding: 15px;
  border-radius: 4px;
  border: 2px solid #1891a1;
}
.datepicker .datepicker-days .table-condensed thead th .dow {
  color: #20798f;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
.datepicker .datepicker-days .table-condensed thead th .datepicker-switch {
  color: #000;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #27637e;
  background-image: linear-gradient(to bottom, #1f7b91, #12a5b0);
  color: #fff;
}

.severity-button-bottom {
  display: flex;
  justify-content: end;
  margin-right: -80px;
}

.severity-save-btn {
  background-color: #6CB430;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
  border-radius: 50px;
  padding: 15px 20px;
  border: 0px;
  transition: all 0.3s ease;
  min-width: 142px;
  height: 55px;
  box-shadow: 16px 14px 11px rgba(0, 0, 0, 0.1607843137) !important;
  text-transform: uppercase;
}
.severity-save-btn:hover {
  color: #fff;
  background-color: #4B7D11;
}

.btn.vacci-premium-btn {
  font-size: 21px;
  line-height: 25px;
  color: #2b788e;
  font-weight: 400;
  padding: 12px 25px;
  background: #76BD2A;
  border-color: #76BD2A;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.168627451);
  transition: all 0.3s ease-in-out;
  min-width: 168px;
}
.btn.vacci-premium-btn:hover {
  background-color: #ffffff;
  color: #2b788e;
  border-color: #2b788e !important;
  box-shadow: 0px 0px 10px 0px rgba(79, 125, 132, 0.2901960784) !important;
}

.btn.btn-go-premium-vaccines {
  font-size: 21px;
  line-height: 25px;
  color: #2b788e;
  font-weight: 400;
  padding: 12px 25px;
  background: #76BD2A;
  border-color: #76BD2A;
  border-radius: 30px;
  display: inline-block;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.168627451);
  transition: all 0.3s ease-in-out;
}
.btn.btn-go-premium-vaccines:hover {
  background-color: #ffffff;
  color: #2b788e;
  border-color: #2b788e !important;
  box-shadow: 0px 0px 10px 0px rgba(79, 125, 132, 0.2901960784) !important;
}

#delete-allergy-cancel-btn {
  border-radius: 30px;
  padding: 10px 22px;
}

#delete-allergy-affected-area-symptom-cancel-btn {
  border-radius: 30px;
  padding: 10px 22px;
}

.verification-section {
  padding-right: 255px;
}
.verification-section .verification-inner {
  padding-top: 50px;
}
.verification-section .verification-inner .verification-card {
  text-align: center;
}
.verification-section .verification-inner .verification-card .verification-top {
  margin-bottom: 20px;
}
.verification-section .verification-inner .verification-card .verification-top h2 {
  font-size: 30px;
  line-height: 40px;
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0px;
}
.verification-section .verification-inner .verification-card .verification-middle .input-group {
  margin-bottom: 30px;
}
.verification-section .verification-inner .verification-card .verification-middle .input-group ul {
  display: flex;
  width: 100%;
  justify-content: center;
}
.verification-section .verification-inner .verification-card .verification-middle .input-group ul li {
  display: inline-block;
  margin: 4px 15px;
}
.verification-section .verification-inner .verification-card .verification-middle .input-group ul li:first-child {
  margin-left: 0px;
}
.verification-section .verification-inner .verification-card .verification-middle .input-group ul li:last-child {
  margin-right: 0px;
}
.verification-section .verification-inner .verification-card .verification-middle .input-group ul li .form-control {
  max-width: 52px;
  height: 52px;
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  color: #000;
  padding: 8px 8px;
  background: #FFFFFF;
  border: 2px solid #1c7a8a;
  box-shadow: 0px 33px 37px -28px rgba(78, 93, 122, 0.12);
  border-radius: 12px;
  text-align: center;
}

.verifi-submit-btn {
  background-color: #233748;
  color: #F1F1F1;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 50px;
  padding: 12px 30px;
  border: 0px;
  transition: all 0.3s ease;
  min-width: 142px;
  height: 55px;
  box-shadow: 16px 14px 11px rgba(0, 0, 0, 0.1607843137);
  text-transform: uppercase;
}

.verifi-submit-btn:hover {
  background-color: #4B7D11;
}

#delete-allergy-modal .modal-header {
  align-items: start;
}

.modal {
  word-break: break-all;
}

@media (max-width: 1780px) {
  .severity-button-bottom {
    margin-right: 0px;
  }
}
@media (min-width: 1400px) {
  .main-content.pad-right {
    padding-right: 430px !important;
  }
  .dashboard-right-img {
    min-width: 400px;
  }
}
@media (max-width: 1400px) {
  .dashboard-right-img {
    min-width: 360px;
  }
  .plan-card {
    margin-bottom: 20px;
  }
  .plan-card .plan-content p {
    font-size: 14px;
    line-height: 20px;
  }
  .plan-card .plan-content h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .plan-card .plan-content .plan-link {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .main-content.pad-right {
    padding-right: 250px !important;
  }
  .dashboard-right-img {
    display: block !important;
    min-width: 240px;
    background-position: right 35%;
    width: 100%;
    max-width: 240px;
  }
  .dashboard-right-img .dashboard-right-img-inner .dashboard-health-heading {
    margin-top: 60px;
  }
  .dashboard-right-img .dashboard-right-img-inner .dashboard-health-heading h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder {
    padding-top: 10px;
    bottom: 155px;
    padding-left: 0;
    padding-right: 10px;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder a {
    width: 120px;
    height: 140px;
    text-align: center;
    background-size: 100% 100%;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder a img {
    width: 42px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1199px) {
  #delete-allergy-cancel-btn {
    padding: 7px 20px;
    font-size: 14px;
  }
  #delete-allergy-affected-area-cancel-btn {
    font-size: 14px;
    padding: 7px 20px;
  }
  .btn.vacci-premium-btn {
    min-width: auto;
  }
  .main-content.pad-right {
    padding-right: 0 !important;
    padding-bottom: 160px;
  }
  .main-content .dashboard-users .dashboard-card.dashboard-card1 {
    border-top: 4px solid #159eab;
  }
  .main-content .dashboard-users .dashboard-card.dashboard-card1::after {
    display: none;
  }
  body .btn.btn-primary {
    font-size: 14px;
    padding: 7px 20px;
  }
  .dashboard-right-img {
    position: inherit;
    min-width: 100%;
    height: 100%;
    background-image: inherit;
    padding: 30px 20px 30px 20px;
    margin-left: auto;
    background-image: linear-gradient(to right, #12a5b0, #233a4d);
    min-height: auto;
    position: fixed;
    bottom: 0px;
    height: auto;
    top: auto;
  }
  .dashboard-right-img .dashboard-right-img-inner {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  .dashboard-right-img .dashboard-right-img-inner:after {
    background-image: url(../images/right-img.png);
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    top: -4px;
    left: -39px;
    background-size: contain;
    height: 85px;
    width: 82px;
  }
  .dashboard-right-img .dashboard-right-img-inner .dashboard-health-heading {
    padding-right: 0px;
    max-width: 100%;
    justify-content: center;
    padding-top: 0px;
  }
  .dashboard-right-img .dashboard-right-img-inner .dashboard-health-heading h2 {
    color: #fff;
    line-height: 25px;
    font-size: 20px;
    margin-bottom: 0px;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder {
    justify-content: center;
    position: inherit;
    padding-left: 0px;
    padding-top: 0px;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder a {
    width: 75px;
    height: 83px;
    padding: 8px 8px 8px 8px;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder a img {
    width: 22px;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-bottom .dashboard-share-folder a p {
    font-size: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .dashboard-right-img {
    padding-left: 290px;
  }
}
@media (max-width: 1200px) {
  .main-content .dashboard-users {
    padding-top: 20px;
  }
  .main-content .dashboard-users .dashboard-card.dashboard-card1 {
    border-top-right-radius: 0px;
    box-shadow: unset;
  }
  .main-content .dashboard-users .dashboard-card.dashboard-card3:after {
    width: 0px;
  }
  .main-content .dashboard-users .dashboard-card.dashboard-card2 {
    border-bottom-right-radius: 0px !important;
  }
}
@media (min-width: 992px) {
  .header-section .header-inner .openbtn {
    display: none;
  }
  .sidebar {
    margin-left: 0px !important;
  }
  .sidebar .closebtn {
    display: none;
  }
  .main-content {
    margin-left: 270px !important;
  }
}
@media (max-width: 991px) {
  .severity-button-bottom {
    justify-content: center;
  }
  .member-save-btn {
    font-size: 16px;
    line-height: 20px;
    min-width: 120px;
    height: 50px;
  }
  .anec-save-btn {
    font-size: 16px;
    line-height: 20px;
    min-width: 120px;
    height: 50px;
  }
  .save-ok-btn {
    font-size: 25px;
    line-height: 29px;
    min-width: 160px;
    height: 60px;
  }
  .header-section {
    padding: 15px 45px 15px 40px;
  }
  .header-section .header-inner .openbtn {
    position: fixed;
    right: 22px;
    top: 15px;
    z-index: 17;
  }
  .header-section .header-inner .openbtn img {
    width: 20px;
  }
  .bg-overlay.bg-overlayadd {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 10;
    width: 100%;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
  }
  .sidebar {
    left: -270px;
    padding-top: 0px;
    z-index: 15;
  }
  .sidebar .closebtn {
    top: 15px;
    right: 15px;
    display: block;
    color: #1d7082;
    text-decoration: none;
  }
  .sidebar .sidebar-user {
    padding: 20px 0px 10px 15px;
  }
  .sidebar .sidebar-user .sidebar-user-img img {
    height: 50px;
    width: 52px;
  }
  .sidebar .sidebar-user .sidebar-user-tittle h2 {
    font-size: 16px;
    line-height: 18px;
  }
  .sidebar .sidebar-user .sidebar-user-tittle h3 {
    font-size: 14px;
    line-height: 16px;
  }
  .sidebar .sidebar-user .sidebar-user-tittle span {
    font-size: 14px;
    line-height: 16px;
  }
  .sidebar .sidebar-content .sidebar-nav .sidebar-item .sidebar-link {
    font-size: 14px;
    padding: 6px 20px;
  }
  .main-content {
    padding: 90px 0px 20px 0px;
  }
  .main-content .dashboard-users .dashboard-card {
    padding: 20px 20px 20px 20px;
    border-top: 2px solid #008f9d;
  }
  .main-content .dashboard-users .dashboard-card .dashboard-card-header {
    margin-bottom: 10px;
  }
  .main-content .dashboard-users .dashboard-card .dashboard-card-header .dashboard-user-tittle h3 {
    font-size: 16px;
  }
  .main-content .dashboard-users .dashboard-card .dashboard-card-content a {
    font-size: 10px;
    margin-bottom: 10px;
  }
  .main-content .dashboard-users .dashboard-card.dashboard-card1 {
    border-top: 2px solid #008f9d;
  }
}
@media (max-width: 767px) {
  #delete-allergy-affected-area-symptom-cancel-btn {
    font-size: 12px;
    padding: 5px 12px;
  }
  .btn.vacci-premium-btn {
    min-width: 95px;
  }
  body .btn.btn-primary {
    font-size: 12px;
    padding: 5px 12px;
  }
  .save-btn {
    font-size: 12px;
    padding: 5px 12px;
    min-width: 90px;
  }
  .member-save-btn {
    font-size: 14px;
    line-height: 16px;
    min-width: 100px;
    height: 40px;
  }
  .anec-save-btn {
    font-size: 14px;
    line-height: 16px;
    min-width: 100px;
    height: 40px;
  }
  .save-ok-btn {
    font-size: 16px;
    line-height: 12px;
    padding: 10px 30px;
    min-width: 100px;
    height: 30px;
  }
  .header-section {
    padding: 10px 40px 10px 15px;
    border-bottom: 4px solid #52526c;
  }
  .header-section .header-inner .openbtn {
    top: 10px;
  }
  .header-section .header-inner .openbtn img {
    width: 16px;
  }
  .header-section .header-inner .header-logo img {
    max-width: 115px;
  }
  .header-section .header-inner .navbar.navbar-expand-lg {
    padding: 0px;
  }
  .header-section .header-inner .navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 8px 10px 5px 6px;
  }
  .header-section .header-inner .navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link img {
    width: 16px;
  }
  .bg-overlay.bg-overlayadd {
    position: inherit;
  }
  .sidebar {
    padding-top: 0px;
  }
  .sidebar .sidebar-content .sidebar-nav .sidebar-item {
    margin-bottom: 5px;
  }
  .sidebar.width-menu {
    width: 100% !important;
  }
  .sidebar .sidebar-footer {
    width: 100%;
  }
  .main-content {
    padding: 60px 0px 0px 0px;
  }
  .main-content.pad-right {
    padding-bottom: 265px;
  }
  .main-content .dashboard-users .dashboard-card .dashboard-card-header .dashboard-user-img img {
    min-width: 45px;
    width: 45px;
    height: 38px;
    border-radius: 6px;
  }
  .main-content .dashboard-users .dashboard-card .dashboard-card-header .dashboard-user-tittle h3 {
    font-size: 16px;
  }
  .dashboard-right-img {
    min-height: auto;
    margin-top: 20px;
  }
  .dashboard-right-img .dashboard-right-img-inner {
    display: inherit;
  }
  .dashboard-right-img .dashboard-right-img-inner:after {
    top: 25px;
    left: -40px;
    background-size: contain;
    height: 92px;
    width: 89px;
  }
  .dashboard-right-img .dashboard-right-img-inner .dashboard-health-heading h2 {
    color: #fff;
    line-height: 25px;
    font-size: 18px;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-top {
    margin-bottom: 30px;
    text-align: center;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-top .premium-btn .btn-primary {
    font-size: 14px;
  }
  .dashboard-right-img .dashboard-right-img-inner .slide-middle {
    margin-bottom: 20px;
  }
  .dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder {
    justify-content: center;
    position: inherit;
  }
  .dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a {
    width: 75px;
    height: 83px;
    padding: 8px 8px 8px 8px;
  }
  .dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a img {
    width: 22px;
  }
  .dashboard-right-img .dashboard-right-img-inner .dashboard-share-folder a p {
    font-size: 8px;
  }
  .plan-card {
    margin-bottom: 15px;
  }
  .severity-save-btn {
    padding: 10px 15px;
    min-width: 110px;
    height: 45px;
  }
  .verification-section .verification-inner {
    padding-top: 25px;
  }
  .verification-section .verification-inner .verification-card .verification-top {
    margin-bottom: 12px;
  }
  .verification-section .verification-inner .verification-card .verification-top h2 {
    font-size: 18px;
    line-height: 26px;
  }
  .verification-section .verification-inner .verification-card .verification-middle {
    margin-bottom: 20px;
  }
  .verification-section .verification-inner .verification-card .verification-middle .input-group {
    margin-bottom: 0px;
  }
  .verification-section .verification-inner .verification-card .verification-middle .input-group ul li {
    margin: 4px 8px;
  }
  .verification-section .verification-inner .verification-card .verification-middle .input-group ul li .form-control {
    max-width: 40px;
    height: 40px;
    font-size: 16px;
  }
  .verifi-submit-btn {
    font-size: 14px;
    line-height: 20px;
    padding: 8px 18px;
    min-width: 110px;
    height: 43px;
  }
  #delete-allergy-affected-area-cancel-btn {
    font-size: 12px;
    padding: 5px 12px;
  }
}
@media (max-width: 575px) {
  .modal-contact .modal-dialog {
    margin: auto;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .header-section {
    padding: 10px 40px 10px 7px;
  }
  .header-section .header-inner .header-logo {
    text-align: left;
  }
  .header-section .header-inner .header-logo img {
    width: 122px !important;
    height: auto !important;
  }
}
/***********16-11-2023****************/
.vaccine-select-vac-two-section .vaccine-select-vac-two-inner .vaccine-heading-top .add-vaccine-top-btn .add-vaccine-top-btn-img img {
  margin-bottom: 0;
}

.modal-backdrop {
  background-color: #E9EEF4;
}

.vaccine-see-ditails-modal .vaccine-see-ditails-edit-btn .btn-sm-border-solid:hover img {
  filter: brightness(0) invert(1);
}
.vaccine-see-ditails-modal .vaccine-see-ditails-edit-btn .btn-sm-border-solid img {
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.delete-button:hover img {
  filter: brightness(0) invert(1);
}
.delete-button img {
  margin-left: 5px;
  transition: all 0.3s ease-in-out;
}

.vaccine-no-resu-sidebar .vaccine-no-resu-sidebar-inner .vaccine-no-sidebar-content .vaccine-no-sidebar-users .vac-no-sid-search .input-group .input-group-text {
  display: none;
}

.vaccine-no-resu-sidebar .vaccine-no-resu-sidebar-inner .vaccine-no-sidebar-content .vaccine-no-sidebar-users .vac-no-sid-search .input-group .form-control {
  border-top-right-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.allergies-more-information-section .allergies-more-information-inner .vaccine-heading-top .vaccine-share-top {
  justify-content: center !important;
}

.allergies-more-information-section .vaccine-heading-top .vaccine-share-top li a {
  flex-direction: column;
}
.allergies-more-information-section .vaccine-heading-top .vaccine-share-top li a span {
  padding-left: 0;
  padding-top: 8px;
}

.allergies-more-information-section .allergies-more-information-inner .allergies-more-information-content .allergies-more-information-row .view-vaccines-card.add-informa-card .view-vaccines-card-content h2 {
  justify-content: center;
}

.allergies-more-information-section .allergies-more-information-inner .allergies-more-information-content .allergies-more-information-row .view-vaccines-card.add-informa-card .view-vaccines-card-content .add-card-inform-btn {
  margin-left: 15px;
}

.modal.fatal-allergy-modal .modal-dialog .modal-content .modal-header .btn-close {
  display: block;
}

.allergy-selected-modal .select-severity-radio .severity-radio-input:checked + label > .select-severity-card.severity-card-green,
.allergy-selected-modal .select-severity-radio .severity-radio-input:checked + label > .select-severity-card.severity-card-orange,
.allergy-selected-modal .select-severity-radio .severity-radio-input:checked + label > .select-severity-card.severity-card-red {
  background-color: #8cb5d6;
  border-color: #0C3C73;
}

.settings-vaccination-history-section .settings-vaccination-history-inner .settings-vaccination-history-content .tab-content .settings-privacy-security-div .setting-form-btn .border-btn-lg-white {
  min-width: 224px;
  height: 48px;
  font-size: 22px;
  line-height: 23px;
}

.settings-vaccination-history-section .settings-vaccination-history-inner .settings-vaccination-history-content .tab-content .tab-pane .settings-privacy-security-div {
  padding-bottom: 40px !important;
}

.dropdwon-new .icon-right {
  padding: 22px 30px 22px 20px;
  display: flex;
  align-items: center;
}

.dropdwon-new .icon-right p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}

a.vac-link {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .dropdown-lg .dropdown-menu .add-other-select-list li .form-check .form-check-label {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500 !important;
  }
  .dropdwon-new .icon-right {
    padding: 10px 30px 10px 12px;
    display: flex;
    align-items: center;
  }
  .dropdwon-new .icon-right p {
    font-size: 14px;
    line-height: 16px;
    font-weight: 600;
  }
  .settings-vaccination-history-section .settings-vaccination-history-inner .settings-vaccination-history-content .tab-content .settings-privacy-security-div .setting-form-btn .border-btn-lg-white {
    min-width: 169px;
    height: 44px;
    font-size: 16px;
    line-height: 23px;
  }
}
.vacci-form-group .dropdown-lg.dropdwon-new .dropdown-menu {
  top: 56px !important;
}

.modal .modal-dialog .modal-content .modal-body .vacci-form-group .form-label {
  position: relative;
  z-index: 99;
}

.icon-right img {
  margin-right: -10px;
  margin-top: -5px;
}

.modal .modal-dialog .modal-content .modal-body .symptoms-btn-wrapper {
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-body .vaccine-form-content p {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  color: #0C3C73;
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-body .vaccine-switch {
  justify-content: center;
}

.modal .modal-dialog .modal-content .modal-body .dropdown-arrow {
  margin-top: 0;
}

@media (max-width: 575px) {
  .modal .modal-dialog .modal-content .modal-body .vacci-form-group .form-label {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
}
.vac-link {
  white-space: nowrap;
}

@media (max-width: 1100px) {
  .badge {
    height: 23px !important;
  }
  .whatsapp-information-modal .modal-dialog .modal-content .modal-body .whatsapp-information-modal-body .whatsapp-information-modal-list ul {
    text-align: left !important;
    justify-content: center !important;
  }
  .whatsapp-information-modal .modal-dialog .modal-content .modal-body .whatsapp-information-modal-body .whatsapp-information-modal-list ul li span {
    font-size: 20px !important;
    line-height: 24px !important;
  }
}
@media (min-width: 1100px) {
  .modal-w-636 {
    min-width: 636px;
  }
}
.allergy-selected-modal.modal-new .modal-dialog .modal-content {
  overflow: unset;
}

.search-form-control:disabled {
  background-color: #e1e1e1 !important;
}

.vaccine-see-ditails-modal .modal-dialog .modal-content .modal-body .vaccine-see-ditails-modal-body .vaccine-see-ditails-modal-title .vaccine-see-ditails-modal-list.vaccine-top-list li,
.vaccine-card-modal .modal-dialog .modal-content .modal-body .vaccine-card-modal-body .vaccine-card-modal-title .vaccine-card-modal-list.vaccine-top-list li {
  padding: 0 20px 0 0;
}

.vaccine-see-ditails-modal .modal-dialog .modal-content .modal-body .vaccine-see-ditails-modal-body .vaccine-see-ditails-modal-title .vaccine-see-ditails-modal-list.vaccine-top-list li:after,
.vaccine-card-modal .modal-dialog .modal-content .modal-body .vaccine-card-modal-body .vaccine-card-modal-title .vaccine-card-modal-list.vaccine-top-list li::after {
  top: 4px;
  right: 8px;
  transform: unset;
}

@media (max-width: 1400px) {
  .allergy-selected-modal.modal-new .dropdwon-new .icon-right {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .modal .modal-dialog .modal-content .modal-body .vacci-form-group .form-control {
    padding: 14px 28px !important;
  }
}
@media (max-width: 767px) {
  .allergy-selected-modal.modal-new .dropdwon-new .icon-right {
    padding: 10px 30px 22px 20px;
  }
  .vacci-form-group .dropdown-lg.dropdwon-new .dropdown-menu {
    top: 35px !important;
  }
}
@media ((min-width: 992px) and (max-width: 1366px)) {
  .vaccine-no-resu-sidebar, .vaccine-no-resu-sidebar {
    width: 280px !important;
  }
  .vaccine-no-main-content {
    padding-left: 310px !important;
  }
  .vaccine-heading-top .heading-title h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .vaccine-heading-top {
    margin-bottom: 20px !important;
  }
  .vaccine-select-vac-two-section .vaccine-select-vac-two-inner .vaccine-select-two-content .vaccine-select-tab-two-content .view-vaccines-row .view-vaccines-card .view-vaccines-card-content h2,
  .vaccine-select-vac-section .vaccine-select-vac-inner .vaccine-select-content .vaccine-select-tab-content .tab-content .tab-pane .view-vaccines-row .view-vaccines-card .view-vaccines-card-content h2,
  .vaccine-select-vac-section .vaccine-select-vac-inner .vaccine-select-content .vaccine-select-tab-content .tab-content .tab-pane .vaccines-recommended-row .vaccines-vaccines-recommc-card-row .view-vaccines-card .view-vaccines-card-content h2 {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .vaccine-no-resu-sidebar .vaccine-no-resu-sidebar-inner .vaccine-no-sidebar-logo img {
    max-width: 160px !important;
  }
  .vaccine-no-resu-sidebar .vaccine-no-resu-sidebar-inner .vaccine-no-sidebar-content .vaccine-no-sidebar-users .vac-no-sid-user-div img {
    width: 70px !important;
    height: 70px !important;
  }
  .vaccine-no-resu-sidebar .vaccine-no-resu-sidebar-inner .vaccine-no-sidebar-content .vaccine-no-sidebar-users .vac-no-sid-user-div h2 {
    font-size: 24px !important;
    line-height: 32px !important;
  }
  .vaccine-no-resu-sidebar .vaccine-no-resu-sidebar-inner .vaccine-no-sidebar-content .vaccine-no-sidebar-users .vac-no-sid-user-list ul li .user-list img {
    width: 34px !important;
    height: 34px !important;
  }
  .vaccine-no-resu-sidebar .vaccine-no-resu-sidebar-inner .vaccine-no-sidebar-content .vaccine-no-sidebar-menu .vac-no-sid-menu-list ul li {
    margin-bottom: 12px !important;
  }
  .vaccine-no-resu-sidebar .vaccine-no-resu-sidebar-inner .vaccine-no-sidebar-content .vaccine-no-sidebar-menu .vac-no-sid-menu-list ul li a span {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .vaccine-no-main-content .allergies-more-information-section .allergies-more-information-inner .allergies-more-information-content .allergies-more-information-row .view-vaccines-card .view-vaccines-card-content h2,
  .allergies-history-section .allergies-history-inner .allergies-history-content .allergies-history-card.allergies-history-card-select .allergies-history-card-content h2,
  .web_basic-allergies-section .web_basic-allergies-inner .web_basic-allergies-content .web_basic-allergies-information-row .web_basic-allergies-card.web_basic-allergies-card-select .web_basic-allergies-card-content h2,
  .web_co-admin-allergies-history-section .web_co-admin-allergies-history-inner .web_co-admin-allergies-history-content .web_co-admin-allergies-history-box .web_co-admin-allergies-history-box-middle .web_co-admin-allergies-history-card.web_co-admin-allergies-history-card-select .web_co-admin-allergies-history-card-content h2,
  .whatsapp-allergies-history-section .whatsapp-allergies-history-inner .whatsapp-allergies-history-content .whatsapp-allergies-history-box .whatsapp-allergies-history-box-middle .whatsapp-allergies-history-card .whatsapp-allergies-history-card-content h2 {
    font-size: 16px !important;
    line-height: 20px !important;
  }
  .vaccine-no-main-content .vaccine-no-vaccine-section .vaccine-no-vaccine-content .vaccine-no-vaccine-text h2 {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .border-btn-lg-white {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .primary-btn-lg, .add-vaccine-his-btn-sm-top, .info-btn-sm {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .whatsapp-information-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .whatsapp-information-modal .modal-dialog .modal-content .modal-body .whatsapp-information-modal-body .whatsapp-information-modal-list ul li span, .whatsapp-information-modal .modal-dialog .modal-content .modal-header .modal-title span,
  .fatal-allergy-modal .modal-dialog .modal-content .modal-body .fatal-allergy-modal-body .fatal-allergy-modal-list ul li span,
  .fatal-allergy-modal .modal-dialog .modal-content .modal-body .fatal-allergy-modal-body .fatal-allergy-inform p,
  .web_basic-fatal-allergy-modal .modal-dialog .modal-content .modal-body .web_basic-fatal-allergy-modal-body .web_basic-fatal-allergy-modal-list ul li span,
  .web_basic-fatal-allergy-modal .modal-dialog .modal-content .modal-body .web_basic-fatal-allergy-modal-body .web_basic-fatal-allergy-inform p {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .modal-w-636 {
    min-width: 500px !important;
  }
  .fatal-allergy-modal .modal-dialog .modal-content .modal-header .fatal-allergy-heading-modal .modal-title,
  .web_basic-fatal-allergy-modal .modal-dialog .modal-content .modal-header .web_basic-fatal-allergy-heading-modal .modal-title {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .fatal-allergy-modal .modal-dialog .modal-content .modal-header .fatal-allergy-heading-modal,
  .web_basic-fatal-allergy-modal .modal-dialog .modal-content .modal-header .web_basic-fatal-allergy-heading-modal {
    padding: 6px 16px !important;
  }
  .fatal-allergy-modal .modal-dialog .modal-content .modal-header h4,
  .web_basic-fatal-allergy-modal .modal-dialog .modal-content .modal-header h4 {
    font-size: 18px !important;
    line-height: 22px !important;
  }
}
@media ((min-width: 992px) and (max-width: 1340px)) {
  .whatsapp-information-modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }
  .whatsapp-information-modal .modal-dialog .modal-content .modal-body .whatsapp-information-modal-body .whatsapp-information-modal-list ul li span, .whatsapp-information-modal .modal-dialog .modal-content .modal-header .modal-title span, .all-vaccination-modal .modal-dialog .modal-content .modal-body .all-vaccination-modal-body .view-vaccines-card .view-vaccines-card-content h2, .all-vaccination-modal .modal-dialog .modal-content .modal-body .allergies-all-vaccination-modal-body .allergies-history-card .allergies-history-card-content h2, .emergency-information-modal .modal-dialog .modal-content .modal-header .modal-title span {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .modal-w-636 {
    min-width: 500px !important;
  }
  .primary-btn-lg, .add-vaccine-his-btn-sm-top, .info-btn-sm, .btn-sm-border-solid, .add-vaccine-his-btn-sm-top, .add-other-area-btn {
    font-size: 18px !important;
    line-height: 22px !important;
  }
  .add-other-area-btn {
    height: 48px !important;
  }
  .vacci-form-group .form-control {
    font-size: 16px !important;
    font-weight: 500 !important;
    height: 54px !important;
    padding: 14px 28px !important;
  }
  body .vaccine-vaccination-history-section .vaccine-vaccination-history-inner .vaccine-vaccination-history-content .vaccine-vaccination-history-card .vac-vac-history-card-top h2, .allergies-more-information-section .allergies-more-information-inner .allergies-more-information-content .accordion-button.collapsed {
    font-size: 20px !important;
    line-height: 22px !important;
    padding: 10px;
  }
  .vaccine-no-resu-sidebar .vaccine-no-resu-sidebar-inner {
    padding: 20px 18px !important;
  }
  .allergy-selected-modal .modal-dialog .modal-content .modal-body .allergy-selected-modal-body .select-severity-div .select-severity-card .select-severity-card-img img {
    width: 40px !important;
  }
  .allergy-selected-modal .modal-dialog .modal-content .modal-body .allergy-selected-modal-body .select-severity-div .select-severity-card {
    padding: 10px !important;
  }
  .form-switch-check .form-check-input {
    width: 50px !important;
    min-width: 50px !important;
    height: 30px !important;
  }
  .which-user-select-modal .modal-dialog .modal-content .modal-body .which-user-select-modal-body .user-select-div .user-select-card .user-select-card-img img {
    width: 50px !important;
  }
  .which-user-select-modal .modal-dialog .modal-content .modal-body .which-user-select-modal-body .user-select-div .user-select-card .user-select-card-img .newuser-select-plusicon {
    bottom: 0px !important;
    right: -4px !important;
    width: 24px !important;
    height: 24px !important;
  }
  .which-user-select-modal .modal-dialog .modal-content .modal-body .which-user-select-modal-body .user-select-div .user-select-card .user-select-card-img .newuser-select-plusicon img {
    max-width: 100% !important;
  }
  .emergency-information-modal .modal-dialog .modal-content .modal-footer .emergency-information-modal-footer h2 {
    font-size: 20px !important;
    line-height: 22px !important;
  }
  .emergency-information-modal .modal-dialog .modal-content .modal-footer .emergency-information-modal-footer h4 {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .emergency-information-modal .modal-dialog .modal-content .modal-body .emergency-information-modal-body .emergency-information-modal-list ul li span {
    font-size: 18px !important;
    line-height: 20px !important;
  }
  .vacci-form-group .form-select {
    font-size: 16px !important;
    line-height: 21px !important;
    height: 54px !important;
    padding: 10px 28px !important;
  }
}
@media ((min-width: 768px) and (max-width: 991px)) {
  .vacci-form-group .form-control {
    font-size: 14px;
    line-height: 23px;
  }
  .allergy-selected-modal .allergy-selected-modal-body .vacci-form-group .input-group-arrow {
    top: 70% !important;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog .modal-content .modal-body .vacci-form-group .form-control {
    padding: 11px 28px !important;
  }
  .allergy-selected-modal.modal-new .dropdwon-new .icon-right {
    padding: 0 !important;
  }
  body .allergy-selected-modal .allergy-selected-modal-body .vacci-form-group .input-group-arrow {
    top: 70% !important;
  }
  .settings-vaccination-history-section .settings-vaccination-history-inner .settings-vaccination-history-content .tab-content .tab-pane .settings-general-form .settings-general-form-top {
    min-height: unset !important;
  }
}
@media (max-width: 575px) {
  .modal.show {
    justify-content: center !important;
  }
  .modal .modal-dialog .modal-content .modal-header {
    padding: 32px 20px 10px !important;
  }
}
.view-vaccines-card.modify-card p,
.view-vaccines-card.modify-card h2 {
  margin-bottom: 0 !important;
}

.modify-card .modify-card-heading, .modify-card .modify-card-text {
  display: -webkit-box !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-tooltip .tooltip-inner {
  background-color: #fff;
  color: #0C3C73;
  max-width: 250px;
  border: 1px dashed #0257A8;
}
.card-tooltip .tooltip-arrow::before {
  border-top-color: #fff;
}

.edit-icon-img {
  width: 100px !important;
  height: auto !important;
}

@media (max-width: 480px) {
  .settings-vaccination-history-section .settings-vaccination-history-inner .settings-vaccination-history-content .tab-content .settings-privacy-security-div .setting-form-btn .border-btn-lg-white {
    min-width: 134px;
    height: 42px;
    font-size: 14px;
    line-height: 23px;
    margin: 3px;
  }
}/*# sourceMappingURL=custom.css.map */