body {
  margin: 0;
}

main {
  min-height: calc(100vh - 147px);
}

.navbar-main a {
  text-decoration: none;
  color: #000000;
}
.navbar-main a:hover {
  color: #3490dc;
}

.btn {
  text-transform: unset;
}

.subscribe__billing__card .card-body {
  padding: 1.5rem 15.4px;
}
.subscribe__billing__card .subscribe__billing__title {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  color: #525F7F;
  padding-bottom: 17px;
  margin-bottom: 12px;
}
.subscribe__billing__card .plan__billing_card_items {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: #525F7F;
  margin-bottom: 7px;
}
.subscribe__billing__card .total__billed__amt {
  font-weight: 500;
}
.subscribe__billing__card .plan__billing_card_promotion {
  margin-top: 16px;
  margin-bottom: 19px;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  justify-content: space-between;
  color: #525F7F;
}
.subscribe__billing__card .plan__billing_card_items_note {
  font-size: 9px;
  line-height: 12px;
  color: #525F7F;
  font-style: italic;
}

.doctors-count .count-cards label {
  background: #fff;
  border: 2px solid #00c518;
  width: 100px;
  border-radius: 4px;
  padding: 12px 10px;
  margin-right: 10px;
}
@media screen and (max-width: 576px) {
  .doctors-count .count-cards label {
    width: 80px;
    padding: 8px 8px;
  }
}
.doctors-count .count-cards label h4 {
  font-size: 14px;
  color: #00c518;
  font-weight: 500;
}
.doctors-count .count-cards input {
  display: none;
}
.doctors-count .count-cards input.doctor-count-select:checked ~ label {
  background: #00c518;
}
.doctors-count .count-cards input.doctor-count-select:checked ~ label h4 {
  color: #fff;
}
.doctors-count.current-wait .count-cards label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 10px;
  text-align: center;
}
.doctors-count.current-wait .count-cards label h4 span {
  content: "";
  padding: 6px;
  border-radius: 50%;
  margin-left: 4px;
}
.doctors-count.current-wait input {
  display: none;
}
.doctors-count.current-wait input.doctor-count-select:checked ~ label {
  /* background: #0054fe; */
  background: #000;
}
.doctors-count.lightgray-btn label {
  border: none;
  background: #cbcbcb;
}
.doctors-count.lightgray-btn label h4 {
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  white-space: nowrap;
}
.doctors-count.lightgray-btn label:hover {
  background: #aaaaaa;
}
.specialties-multi .count-cards-check label, .specialties-multi .count-cards-check button,
.specialties-multi .count-cards label, .specialties-multi .count-cards button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  padding: 13px 10px;
  margin-right: 8px;
}
.specialties-multi .count-cards label{
  background: #cbcbcb;
}
.specialties-multi .count-cards-check label{
  background: #00c518;
}
.specialties-multi .count-cards-check label p,
.specialties-multi .count-cards label p {
  font-size: 13px;
  color: #fff;
  font-weight: 500;
}
.specialties-multi .count-cards-check label:hover,
.specialties-multi .count-cards label:hover {
  background: #aaaaaa;
  /* border: 1px solid #aaaaaa; */
}
.specialties-multi .count-cards-check input,
.specialties-multi .count-cards input {
  display: none;
}
.specialties-multi .count-cards-check input.doctor-count-select:checked ~ label {
  background: #cbcbcb;
  /* border: none; */
}
.specialties-multi .count-cards input.doctor-count-select:checked ~ label {
  background: #00c518;
  /* border: none; */
}
.specialties-multi .count-cards-check input.doctor-count-select:checked ~ label h4,
.specialties-multi .count-cards input.doctor-count-select:checked ~ label h4 {
  color: #fff;
}

.change-theme .theme-card {
  align-items: flex-end;
}
.change-theme .theme-card:hover .img-wrap {
  opacity: 0.5;
}
.change-theme .theme-card .img-wrap {
  width: 100%;
  transition: all 0.3s ease 0s;
}
.change-theme .theme-card .img-wrap img {
  width: 100%;
}
.change-theme .theme-card.onSelect.active {
  border: 2px solid #00c518;
}
.change-theme .theme-card.onSelect.active .btn.btn-light-grey {
  background: #0054fe;
  border-color: #0054fe;
}
.change-theme .theme-card.onSelect .btn-light-grey:hover {
  background: #0054fe;
  border-color: #0054fe;
}

.color-palette {
  margin-bottom: 15px;
  margin-right: 10px;
}
.color-palette .card {
  border: 1px solid #cbcbcb;
  width: 138px;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
.color-palette .card .card-body {
  padding: 1px 1px 0px;
}
.color-palette .card .card-body input {
  width: 100%;
  height: 45px;
  background: transparent;
  outline: 0;
  border: 0;
  border-radius: 4px;
}
.color-palette span {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
  text-transform: uppercase;
}

.banner-images-section .theme-card {
  position: relative;
}
.banner-images-section .theme-card img {
  width: 100%;
  height: 170px !important;
  object-fit: cover
}
.banner-images-section .theme-card .btn-container {
  position: absolute;
  width: 100%;
  height: 100% !important;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  top: 0;
}
.banner-images-section .theme-card .btn-container .file-drop-area {
  width: 100%;
  height: 100% !important;
  padding: 0.5rem;
  justify-content: center;
}
.banner-images-section .theme-card .btn-container .file-drop-area .fake-btn img {
  width: 30px;
}
.banner-images-section .theme-card .btn-container .file-drop-area .file-msg {
  font-size: 10px;
}
@media screen and (min-width: 1500px) {
  .banner-images-section .theme-card .btn-container .file-drop-area .file-msg {
    font-size: 12px;
  }
}
.banner-images-section .theme-card .btn-container .file-drop-area button.btn {
  font-size: 11px;
  padding: 3px 10px;
}
.banner-images-section .theme-card .banner-img {
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner-images-section.widgets .card img.banner-img {
  width: 220px;
  height: 145px;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-toggle.month-year, .custom-toggle.hidden-visible {
  width: 80px;
}
.custom-toggle.month-year .custom-toggle-slider::after, .custom-toggle.hidden-visible .custom-toggle-slider::after {
  margin: 0 0.4rem;
  line-height: 22px;
}
.custom-toggle.month-year input:checked + .custom-toggle-slider::before, .custom-toggle.hidden-visible input:checked + .custom-toggle-slider::before {
  left: 30px;
}
.custom-toggle.month-year input:checked + .custom-toggle-slider::after, .custom-toggle.hidden-visible input:checked + .custom-toggle-slider::after {
  left: 6px;
  /* right: 20px; */
}
.custom-toggle.unavi-avi {
  width: 100px;
}
.custom-toggle.unavi-avi .custom-toggle-slider::after {
  margin: 0 0.3rem;
  line-height: 22px;
}
.custom-toggle.unavi-avi input:checked + .custom-toggle-slider::before {
  left: 50px;
}
.custom-toggle.unavi-avi input:checked + .custom-toggle-slider::after {
  left: 8px;
}
.custom-toggle.enabled-dis {
  width: 85px;
}
.custom-toggle.enabled-dis .custom-toggle-slider::after {
  margin: 0 0.3rem;
  line-height: 22px;
}
.custom-toggle.enabled-dis input:checked + .custom-toggle-slider::before {
  left: 33px;
}
.custom-toggle.enabled-dis input:checked + .custom-toggle-slider::after {
  left: 6px;
}

.physician-card {
  border: 1px solid #dddfe1;
}
.physician-card.active {
  border-color: #000000;
}
.physician-card .btn.btn-light-grey {
  bottom: -20px;
}

.btn.onSelect {
  padding: 5px 25px;
}

@media screen and (min-width: 1500px) {
  .md-width-box {
    max-width: 767px;
  }
}

.profile-img-box {
  max-height: 106px;
  min-height: 106px;
}
@media screen and (max-width: 992px) {
  .profile-img-box {
    min-height: 100px;
    max-height: 100px;
  }
}

.resource_drag_drop .file-drop-area.img-uploader {
  height: 150px;
  padding: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.resource_drag_drop .file-drop-area.img-uploader i.fa-times {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  color: #000;
  background: #fff;
  padding: 2px 4px;
  border-radius: 50%;
  font-size: 12px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.resource_drag_drop .file-drop-area.img-uploader img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.resource_drag_drop .file-drop-area.pdf-uploader.no-img .fake-btn {
  min-height: 50px;
}
.resource_drag_drop .file-drop-area.pdf-uploader.no-img .fake-btn a.download-pdf {
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.resource_drag_drop .file-drop-area.pdf-uploader.no-img .fake-btn a.download-pdf img {
  width: 50px;
}

.file-drop-area.clinic_logo {
  width: 250px;
  height: 65px;
  overflow: hidden;
}
.file-drop-area.clinic_logo img {
  /* max-width: 150px;
  width: 100%;
  max-height: 80px; */
  /* width: 100%; */
  height: 100%;
  object-fit: cover;
}
.file-drop-area:hover input.file-input {
  z-index: 1;
}

.name.text-ellipsis {
  white-space: nowrap;
  max-width: unset;
}

.user-profile-zone {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.user-profile-zone .file-msg {
  width: 90%;
}
.user-profile-zone img.user-img {
  position: absolute;
  width: 90%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #fff;
}
.user-profile-zone:hover input.file-input {
  z-index: 3;
}
.user-profile-zone.edit-bug-report {
  width: 200px;
  height: 200px;
}
@media screen and (min-width: 1500px) {
  .user-profile-zone.edit-bug-report {
    width: 160px;
    height: 160px;
  }
}

.timer-table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.week-container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.week-container .nav-wrapper {
  padding: 0;
}
.week-container .nav-wrapper .nav-item {
  margin-bottom: 0 !important;
}
.week-container .nav-wrapper .nav-link {
  padding: 5px;
  font-size: 14px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  flex: auto;
  border-radius: 4px;
  /* color: #2742db !important; */
  color: #000 !important;
  border: none;
}
.week-container .nav-wrapper .nav-link.active, .week-container .nav-wrapper .nav-link:hover, .week-container .nav-wrapper .nav-link.active:focus, .week-container .nav-wrapper .nav-link.active:hover {
  /* color: #2742db !important; */
  color: #000 !important;
  background-color: #fff !important;  
}
.week-container .nav-wrapper .nav-link.active .week, .week-container .nav-wrapper .nav-link:hover .week, .week-container .nav-wrapper .nav-link.active:focus .week, .week-container .nav-wrapper .nav-link.active:hover .week {
  /* border: 1px solid #2742db;  */
  border: 1px solid #000; 

}
.week-container .nav-wrapper .nav-link.active .week.end, .week-container .nav-wrapper .nav-link:hover .week.end, .week-container .nav-wrapper .nav-link.active:focus .week.end, .week-container .nav-wrapper .nav-link.active:hover .week.end {
  border: 1px solid #B3B8BC !important;
}
.week-container .nav-wrapper .nav-link .week {
  display: inline-flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid transparent;
}
.week-container .nav-wrapper .nav-link .week span {
  padding-bottom: 2px;
}
.week-container .nav-wrapper .nav-link .week .pointed-circle {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #00c518;
}
.week-container .nav-wrapper .nav-link .week.end {
  color: #B3B8BC;
}
.week-container .nav-wrapper .nav-link .week.end .pointed-circle {
  background: #B3B8BC;
}
.week-container .bootstrap-datetimepicker-widget {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

.week-container .bootstrap-datetimepicker-widget:hover button {
  background-color: #000000 !important;
  color: #ffffff !important;
}

.week-container .bootstrap-datetimepicker-widget td button:hover {
  color: #ffffff !important;
}

.week-container .bootstrap-datetimepicker-widget td .btn:hover {
  color: #ffffff !important;
}

.week-container .bootstrap-datetimepicker-widget td .btn-primary:hover {
  color: #ffffff !important;
}

.week-container .bootstrap-datetimepicker-widget:hover td a span {
  /* color: #ffff !important; */
}

.scroll_bottom_services .reset-services{
  color: #000000 !important;
  border-color: #000000 !important;
}

.scroll_bottom_services .reset-services:hover{
  color: #ffffff !important;
  border-color: #000000 !important;
  background-color: #000000 !important;
}

.input-group-custom:hover .btn{
  color: #ffffff !important;
}

.week-container input {
  border-right: 0;
  z-index: 0 !important;
}
.week-container input:focus {
  /* border-color: #2742db; */
  border-color: #000;
}
.week-container .nav-pills.nav-pills:not(.flex-column) .nav-item:not(:last-child) .nav-link {
  margin-bottom: 10px;
}

.rounded-user-img {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .user-permissons-table .pagination {
    justify-content: center !important;
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .user-permissons-table #clinic_listing_filter,
.user-permissons-table #users_listing_filter {
    float: none;
    display: flex;
    justify-content: center;
  }
}

.add-photo-result {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07), 0 15px 35px rgba(50, 50, 93, 0.1);
}

@media screen and (max-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

.avatar img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.promotion-preview {
  background-color: #304f68;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.promotion-preview h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
}
.promotion-preview .promo_desc {
  max-height: 58px;
  overflow: hidden;
  color: #ffffff;
}
.promotion-preview p {
  font-size: 11px;
  font-weight: 300;
  opacity: 0.9;
  height: unset;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.promotion-preview a.btn {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 9px;
  font-weight: 600;
  padding: 6px 15px;
  letter-spacing: 0.17px;
  margin-top: 10px;
}
.promotion-preview .image-section {
  height: 170px;
  overflow: hidden;
  position: relative;
}
.promotion-preview .image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
.promotion-preview .image-section #triangle-up {
  width: 0;
  height: 0;
  border-right: 110px solid transparent;
  border-bottom: 170px solid #304f68;
  position: absolute;
  top: 0;
}
.promotion-preview.theme_1 {
  overflow: hidden;
  position: relative;
  top: 0;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.promotion-preview.theme_1 .image-section {
  position: absolute;
  right: 0;
  -webkit-clip-path: polygon(52% 265%, 647% 0%, 0% 0%);
          clip-path: polygon(52% 265%, 647% 0%, 0% 0%);
  height: 100%;
}
.promotion-preview.theme_2 {
  background-color: transparent;
  border: 1px solid #B3B8BC;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.promotion-preview.theme_2 .image-section {
  min-height: 100%;
}
.promotion-preview.theme_2 h6 {
  color: #000000;
  font-size: 20px;
}
.promotion-preview.theme_2 .promo_desc {
  max-height: 90px;
  color: #000000;
}
.promotion-preview.theme_2 p {
  font-size: 14px;
}
.promotion-preview.theme_2 a.btn {
  color: #ffffff;
  font-size: 12px;
  background: #0054fe;
  border-color: #0054fe;
}
.promotion-preview.theme_2 .image-section {
  height: 100%;
  max-height: 250px;
}
@media screen and (max-width: 576px) {
  .promotion-preview.theme_2 .image-section {
    display: none;
  }
}
.promotion-preview.theme_3 {
  box-shadow: none;
  background-color: transparent;
  border-radius: 0;
}
.promotion-preview.theme_3 h6 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 700;
}
.promotion-preview.theme_3 .promo_desc {
  max-height: 75px;
  overflow: hidden;
  color: #000000;
  margin-bottom: 1.5rem;
}
.promotion-preview.theme_3 p {
  height: unset;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
  opacity: 1;
  font-weight: 400;
}
.promotion-preview.theme_3 a.text-link {
  color: #000000;
  font-size: 13px;
}
.promotion-preview.theme_3 .image-section {
  overflow: hidden;
  position: relative;
}
.promotion-preview.theme_3 .image-section img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media screen and (max-width: 576px) {
  .promotion-preview.theme_3 .image-section {
    display: none;
  }
}
.promotion-preview.theme_3.promo-bar {
  position: relative;
  overflow: hidden;
}
.promotion-preview.theme_3.promo-bar .image-section {
  height: 100%;
  max-height: 300px;
  min-height: 200px;
}

.promo__bar {
  padding: 50px 0;
  position: relative;
  z-index: 0;
}
.promo__bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--backgroundcolorPallette);
  width: 50%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 575px) {
  .promo__bar::after {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .promo__bar h3 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .promo__bar {
    margin-top: 40px;
  }
}
.promo__bar .promo__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.promo__bar .promo__content {
  flex: 1;
  color: #fff;
}
@media (max-width: 575px) {
  .promo__bar .promo__content {
    width: 100%;
    flex: 1 0 100%;
  }
}
.promo__bar .promo__content h3 {
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}
.promo__bar .promo__content p {
  max-width: 402px;
  margin-bottom: 25px;
  color: #fff;
}
.promo__bar .promo__content a {
  color: #fff;
}
.promo__bar .promo__images {
  flex: 1.2;
}
.promo__bar .promo__images img {
  max-width: 100%;
  min-height: 300px;
  max-height: 400px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}
@media (max-width: 575px) {
  .promo__bar .promo__images {
    width: 100%;
    flex: 1 0 100%;
    margin-top: 20px;
  }
}

.theme_1_preview .promotion-preview .promo_desc {
  max-height: 75px;
}

.theme_2_preview .promotion-preview .promo_desc {
  max-height: 75px;
}
@media screen and (max-width: 576px) {
  .theme_2_preview .promotion-preview .image-section {
    display: none;
  }
}

.theme_2_preview.static_preview .home-banner {
  background-image: url("../designassets/img/sections/banner_1.png");
}

.theme_1_preview.static_preview .home-banner {
  background-image: url("../designassets/img/sections/unsplashs.jpg");
}

.sortable-image-container {
  display: inline-flex;
  align-items: center;
  /* padding-top: 2rem; */
  margin-bottom: 3px;
}
.sortable-image-container .sortable-img {
  cursor: pointer;
}

.clinic_register {
  min-height: 100vh;
}
.clinic_register .clinic-signup {
  min-height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  background-position: top;
}
.clinic_register .clinic-signup:after {
  content: "";
  background: linear-gradient(180deg, #F1F1F1 0%, #E7E9FF 0.01%, rgba(236, 238, 255, 0.937594) 0.02%, rgba(241, 241, 241, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: -2;
}
.clinic_register .clinic-signup .brand_logo_new {
  width: 200px;
}
.clinic_register .clinic-signup .btn-outline-default,
.clinic_register .clinic-signup .btn-default {
  color: #ffffff;
  background-color: #06070A !important;
  border-color: #06070A !important;
  font-size: 12px;
  border-radius: 20rem;
  min-width: 160px;
}
.clinic_register .clinic-signup .btn-outline-default {
  color: #06070A !important;
  background-color: transparent !important;
  border-color: #06070A !important;
}
.clinic_register .clinic-signup .step-3 .add_hour,
.clinic_register .clinic-signup .step-3 .remove_hour,
.clinic_register .clinic-signup .step-3 .btn-danger {
  border-radius: 20rem;
  padding: 5px 20px !important;
}

.icon__btn {
  color: #000000;
  fill: currentColor;
  width: 35px;
  display: inline-block;
  height: 35px;
  border-radius: 50%;
  vertical-align: middle;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  line-height: 35px;
}
.icon__btn path {
  fill: currentColor;
}
.icon__btn.active, .icon__btn:hover {
  color: #fff;
  fill: currentColor;
  background-color: #000000;
}
.icon__btn.active path, .icon__btn:hover path {
  fill: currentColor;
}

.select__plan {
  max-width: 127px;
  width: 100%;
  font-family: "Open Sans", sans-serif;
}

.themePreview__modalcontent .previewReg__website {
  padding: 15px;
}
.themePreview__modalcontent .previewReg .previewReg__website {
  padding: 0px;
}
.themePreview__modalcontent .previewReg__website.mobile__view .previewReg__body {
  max-width: 375px;
  margin: auto;
}
@media (max-width: 767px) {
  .themePreview__modalcontent .previewReg__website {
    padding: 15px 15px 0;
  }
}
.themePreview__modalcontent .close {
  top: 10px;
  position: relative;
  z-index: 1;
}
.themePreview__modalcontent .previewReg__header {
  text-align: left;
  overflow: hidden;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
.themePreview__modalcontent .previewReg__header span.icon__btn {
  float: left;
  margin-left: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.themePreview__modalcontent .previewReg__header span.icon__btn:last-child {
  margin-right: 5px;
}
.themePreview__modalcontent .previewReg__header span:not(.icon__btn) {
  font-weight: 500;
  font-size: 18px;
  color: #172B4D;
}
@media (max-width: 575px) {
  .themePreview__modalcontent .previewReg__header span:not(.icon__btn) {
    margin-left: 0px;
  }
}
/* ******************************* */

.themePreview__modalcontent-custom .close {
  top: 10px;
  position: relative;
  z-index: 1;
}
.themePreview__modalcontent-custom .previewReg__header {
  text-align: left;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.themePreview__modalcontent-custom .previewReg__header span.icon__btn {
  float: left;
  margin-left: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.themePreview__modalcontent-custom .previewReg__header span.icon__btn:last-child {
  margin-right: 5px;
}
.themePreview__modalcontent-custom .previewReg__header span:not(.icon__btn) {
  font-weight: 500;
  font-size: 18px;
  color: #172B4D;
}
@media (max-width: 575px) {
  .themePreview__modalcontent-custom .previewReg__header span:not(.icon__btn) {
    margin-left: 0px;
  }
}

/* ******************************* */
.themePreview__modalcontent .previewReg__footer {
  text-align: center;
  padding: 25px 0 0;
}
.themePreview__modalcontent .previewReg__body {
  clear: both;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 50px;
  background-color: #F0F0F0;
  position: relative;
  max-width: 1000px;
  transition: all 0.3s ease 0s;
  max-width: calc(100% - 20px);
  margin: auto;
}
@media (max-width: 575px) {
  .themePreview__modalcontent .previewReg__body {
    max-width: 100%;
  }
}
.themePreview__modalcontent .previewReg__body > span {
  background: #DBDBDB;
  border-radius: 50%;
  padding: 4px;
  overflow: hidden;
  position: absolute;
  top: 23.5px;
  left: 20px;
}
.themePreview__modalcontent .previewReg__body > span:nth-child(2) {
  left: 35px;
}
.themePreview__modalcontent .previewReg__body > span:nth-child(3) {
  left: 50px;
}
.themePreview__modalcontent .previewReg__theme_wrapper {
  max-height: 421px;
  border-top: 1px solid #cbcbcb;
  background-color: #fff;
  position: relative;
  min-height: calc(100vh - 350px);
  z-index: 0;
}
.themePreview__modalcontent .previewReg__theme_wrapper iframe {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 421px;
  min-height: calc(100vh - 350px);
}
.themePreview__modalcontent .previewReg__theme_wrapper::after {
  content: "Loading...";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .themePreview__modalcontent .previewReg__theme_wrapper {
    max-height: 321px;
  }
  .themePreview__modalcontent .previewReg__theme_wrapper iframe {
    max-height: 321px;
  }
}
@media (max-width: 575px) {
  .themePreview__modalcontent .previewReg__theme_wrapper {
    max-height: 275px;
  }
  .themePreview__modalcontent .previewReg__theme_wrapper iframe {
    max-height: 275px;
  }
}

.clinic-signup-wizard {
  max-width: 1200px;
  font-family: "DM Sans", sans-serif;
}
.clinic-signup-wizard .border-bottom:not(.not__blue) {
  border-bottom: 0.0625rem solid #757EFE !important;
}
.clinic-signup-wizard .btn.btn-success {
  background-color: #00c518;
  border-color: #00c518;
}
.clinic-signup-wizard .change-theme .card {
  box-shadow: 0 0;
  border: 1px solid #CBCBCB;
}
.clinic-signup-wizard .change-theme > div {
  padding-left: 7px;
  padding-right: 7px;
}
.clinic-signup-wizard .onSelect .btn {
  font-family: "Open Sans", sans-serif;
}
.clinic-signup-wizard .button__wrapper__next__prev .btn {
  font-weight: 500;
  border-radius: 20rem;
  font-size: 14px;
}
.clinic-signup-wizard .select__plan {
  line-height: 1;
  padding-left: 35px;
  padding-right: 35px;
  font-size: 12px;
}
.clinic-signup-wizard .previewWebsite,
.clinic-signup-wizard .proceedToDashboard,
.clinic-signup-wizard #stepR5,
.clinic-signup-wizard #stepR6 {
  display: none;
}
.clinic-signup-wizard .stripe__payment__input {
  margin-bottom: 10px;
}
.clinic-signup-wizard .stripe__payment__input .saved__cards {
  padding: 0;
}
@media (max-width: 767px) {
  .clinic-signup-wizard .payment_method_box > div {
    max-width: 100%;
    flex: 1 0 100%;
  }
  .clinic-signup-wizard .payment_method_box > div:last-child {
    order: -1;
  }
}
.clinic-signup-wizard .plan__billing {
  max-width: 700px;
  margin: 21px auto;
}
.clinic-signup-wizard .plan__billing h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 575px) {
  .clinic-signup-wizard .plan__billing h3 {
    flex-wrap: wrap;
  }
}
.clinic-signup-wizard .plan__billing h3 > span {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .clinic-signup-wizard .plan__billing h3 > span {
    text-align: right;
    display: block;
    flex: 1 0 100%;
    max-width: 100%;
  }
  .clinic-signup-wizard .plan__billing h3 > span:first-child {
    text-align: left;
  }
  .clinic-signup-wizard .plan__billing h3 > span:last-child {
    text-align: right;
    display: flex;
    justify-content: right;
    align-items: center;
  }
}
@media (max-width: 575px) {
  .clinic-signup-wizard .plan__billing .physician-wrap {
    margin-bottom: 1rem !important;
  }
}
.clinic-signup-wizard .plan__billing .physician-card {
  padding-bottom: 0px;
  padding-top: 17px !important;
}
.clinic-signup-wizard .plan__billing .physician-card p {
  color: #172B4D;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.clinic-signup-wizard .plan__billing .physician-card strong {
  color: #00c518;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
}
.clinic-signup-wizard .plan__billing .physician-card .btn.onSelect {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  max-width: 127px;
  width: 100%;
  bottom: -12px;
}
.clinic-signup-wizard .plan__billing .skip_payment_wrapper {
  margin-bottom: 25px;
}
.clinic-signup-wizard .plan__billing .skip_payment_wrapper a {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #757EFE;
  text-decoration: underline;
}
.clinic-signup-wizard .plan__billing .skip_payment_wrapper a.active .add_payment {
  display: none;
}
.clinic-signup-wizard .plan__billing .skip_payment_wrapper a.active .skip_payment {
  display: block;
}
.clinic-signup-wizard .plan__billing .skip_payment_wrapper a:not(.active) .skip_payment {
  display: none;
}
.clinic-signup-wizard .plan__billing .skip_payment_wrapper a:not(.active) .add_payment {
  display: block;
}
.clinic-signup-wizard .plan__billing .skip_payment_msg {
  max-width: 368px;
  width: 100%;
  margin: 0 auto 42px;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #525F7F;
}
.clinic-signup-wizard .plan__billing .plan__bill__agree {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: #525F7F;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 321px;
  margin: auto;
}
.clinic-signup-wizard .plan__billing .plan__bill__agree .custom-control-label::before {
  top: -1px;
}
.clinic-signup-wizard .plan__billing .plan__bill__agree .custom-control-label::after {
  top: -0.5px;
}
.clinic-signup-wizard .previewReg__website {
  background: #FFFFFF;
  border: 1px solid #CBCBCB;
  box-shadow: 4px 0px 4px rgba(43, 45, 55, 0.01);
  border-radius: 4px;
  padding: 15px 45px 0;
}
.clinic-signup-wizard .previewReg__website.mobile__view .previewReg__body {
  max-width: 375px;
  margin: auto;
}
@media (max-width: 767px) {
  .clinic-signup-wizard .previewReg__website {
    padding: 15px 15px 0;
  }
}
.clinic-signup-wizard .previewReg__header {
  text-align: center;
  overflow: hidden;
  padding-bottom: 15px;
}
.clinic-signup-wizard .previewReg__header span.icon__btn {
  float: left;
  margin-right: 10px;
}
.clinic-signup-wizard .previewReg__header span.icon__btn:last-child {
  margin-right: 5px;
}
.clinic-signup-wizard .previewReg__header span:not(.icon__btn) {
  font-weight: 500;
  font-size: 18px;
  margin-left: -90px;
  color: #172B4D;
}
@media (max-width: 575px) {
  .clinic-signup-wizard .previewReg__header span:not(.icon__btn) {
    margin-left: 0px;
  }
}
.clinic-signup-wizard .previewReg__footer {
  text-align: center;
  padding: 25px 0;
}
.clinic-signup-wizard .previewReg__body {
  clear: both;
  border: 1px solid #CBCBCB;
  border-radius: 5px;
  overflow: hidden;
  padding-top: 50px;
  background-color: #F0F0F0;
  position: relative;
  max-width: 1000px;
  transition: all 0.3s ease 0s;
}
.clinic-signup-wizard .previewReg__body > span {
  background: #DBDBDB;
  border-radius: 50%;
  padding: 4px;
  overflow: hidden;
  position: absolute;
  top: 23.5px;
  left: 20px;
}
.clinic-signup-wizard .previewReg__body > span:nth-child(2) {
  left: 35px;
}
.clinic-signup-wizard .previewReg__body > span:nth-child(3) {
  left: 50px;
}
.clinic-signup-wizard .previewReg__theme_wrapper {
  max-height: 421px;
  border-top: 1px solid #cbcbcb;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.clinic-signup-wizard .previewReg__theme_wrapper iframe {
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: 421px;
}
.clinic-signup-wizard .previewReg__theme_wrapper::after {
  content: "Loading...";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .clinic-signup-wizard .previewReg__theme_wrapper {
    max-height: 321px;
  }
  .clinic-signup-wizard .previewReg__theme_wrapper iframe {
    max-height: 321px;
  }
}
@media (max-width: 575px) {
  .clinic-signup-wizard .previewReg__theme_wrapper {
    max-height: 275px;
  }
  .clinic-signup-wizard .previewReg__theme_wrapper iframe {
    max-height: 275px;
  }
}
.clinic-signup-wizard .zib-bar-black {
  position: absolute;
  right: 0;
}
.clinic-signup-wizard .go-back-link {
  position: relative;
  z-index: 1;
  text-decoration: underline;
  color: #525F7F;
}
@media screen and (min-width: 600px) {
  .clinic-signup-wizard .go-back-link {
    position: absolute;
    left: 0px;
    top: 30px;
  }
}
.clinic-signup-wizard .register-form {
  text-align: center;
  position: relative;
  margin-top: 20px;
}
.clinic-signup-wizard .register-form fieldset {
  background: transparent;
  border: 0 none;
  border-radius: 0.5rem;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding-bottom: 20px;
  position: relative;
}
.clinic-signup-wizard .register-form fieldset .form-card {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;
  position: relative;
}
.clinic-signup-wizard .register-form fieldset:not(:first-of-type) {
  display: none;
}
.clinic-signup-wizard .register-form fieldset .form-card {
  text-align: left;
  color: #9E9E9E;
}
.clinic-signup-wizard #progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  color: lightgrey;
  width: 300px;
  padding-left: 35px;
}
.clinic-signup-wizard #progressbar .active {
  color: #000000;
}
.clinic-signup-wizard #progressbar li {
  list-style-type: none;
  font-size: 12px;
  width: 25%;
  float: left;
  position: relative;
}
.clinic-signup-wizard #progressbar #stepR1:before {
  content: "1";
}
.clinic-signup-wizard #progressbar #stepR2:before {
  content: "2";
}
.clinic-signup-wizard #progressbar #stepR3:before {
  content: "3";
}
.clinic-signup-wizard #progressbar #stepR4:before {
  content: "4";
}
.clinic-signup-wizard #progressbar li:before {
  width: 30px;
  height: 30px;
  line-height: 26px;
  display: block;
  font-size: 14px;
  color: lightgray;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  padding: 2px;
  border: 1px solid lightgray;
}
.clinic-signup-wizard #progressbar li:after {
  content: "";
  width: 100%;
  height: 1.5px;
  background: #dee2e6;
  position: absolute;
  right: 100%;
  top: 15px;
  z-index: -1;
  color: #8898AA;
}
.clinic-signup-wizard #progressbar li#stepR1:after {
  display: none;
}
.clinic-signup-wizard #progressbar li:before,
.clinic-signup-wizard #progressbar li:after {
  background: #ffffff;
  border-color: #dee2e6;
}
.clinic-signup-wizard #progressbar li.active:before {
  color: #00c518;
  border-color: #00c518;
  background-color: #fff;
}
.clinic-signup-wizard #progressbar li.active:after {
  color: #00c518;
  border-color: #00c518;
}
.clinic-signup-wizard #progressbar li.active ~ li:before {
  background: #fff;
  border-color: #dee2e6;
}
.clinic-signup-wizard #progressbar li.active ~ li:after {
  background: #dee2e6;
  border-color: #dee2e6;
}
.clinic-signup-wizard .user-profile-zone {
  width: 180px;
  height: 180px;
}
.clinic-signup-wizard .user-profile-zone .cloud-icon {
  width: 30%;
}

.invoice-details-modal .brand-logo {
  filter: brightness(0);
  width: 160px;
}
.invoice-details-modal .alert-primary {
  background: #172b4d;
  border-radius: 0;
}
.invoice-details-modal .alert-primary p {
  font-size: 13px;
}

.clinic-add-hours .week-container .nav-wrapper .nav-link.active .week.clinic-in.walk-in, .clinic-add-hours .week-container .nav-wrapper .nav-link:hover .week.clinic-in.walk-in, .clinic-add-hours .week-container .nav-wrapper .nav-link.active:focus .week.clinic-in.walk-in, .clinic-add-hours .week-container .nav-wrapper .nav-link.active:hover .week.clinic-in.walk-in {
  border: 1px solid #B3B8BC !important;
}
.clinic-add-hours .week-container .nav-wrapper .nav-link .week.clinic-in .pointed-circle.clinic-dot {
  background: #B3B8BC;
}
.clinic-add-hours .week-container .nav-wrapper .nav-link .week.walk-in .pointed-circle.walk-dot {
  background: #B3B8BC;
}
.clinic-add-hours .week-container .nav-wrapper .nav-link .week.clinic-in.walk-in {
  color: #B3B8BC;
}
.clinic-add-hours.only-clinic-hours .pointed-circle.walk-dot {
  display: none;
}

.specialist_list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.specialist_list button {
  white-space: nowrap;
  font-size: 11px;
  padding: 4px 6px;
  margin-right: 8px;
}
.specialist_list .see-all {
  display: none;
}
.specialist_list .see-less {
  display: block;
}
.specialist_list.top_specs .count-cards:nth-of-type(1n+6),
.specialist_list.top_specs .count-cards-check:nth-of-type(1n+6) {
  display: none;
}
.specialist_list.top_specs .see-all {
  display: block;
}
.specialist_list.top_specs .see-less {
  display: none;
}
.specialist_list .all_services,
.specialist_list .see-all,
.specialist_list .see-less {
  font-size: 0.9rem;
  font-weight: 600;
  /* color: #0054fe; */
  color: #000000;
}
.specialist_list .all_services:hover,
.specialist_list .see-all:hover,
.specialist_list .see-less:hover {
  cursor: pointer;
  text-decoration: underline;
}

#amount_select {
  display: flex;
  flex-wrap: wrap;
}
#amount_select label {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}
#amount_select input[type=radio] {
  display: none;
}
#amount_select .color-opt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid transparent;
}
#amount_select .color-opt span {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
#amount_select .color-opt.color-000000 span {
  background-color: #000000;
}
#amount_select .color-opt.color-ff0000 span {
  background-color: #ff0000;
}
#amount_select .color-opt.color-009aff span {
  background-color: #009aff;
}
#amount_select .color-opt.color-72ff00 span {
  background-color: #72ff00;
}
#amount_select .color-opt.color-ffda00 span {
  background-color: #ffda00;
}
#amount_select .color-opt.color-463bff span {
  background-color: #463bff;
}
#amount_select .color-opt.color-0fb98b span {
  background-color: #0fb98b;
}
#amount_select input[type=radio]:checked + div {
  border-color: #0054fe;
}

.add-color input {
  width: 120px;
  height: 40px;
  background: none;
  border-color: #ccc;
}

#add-color {
  border-color: #000000;
  cursor: pointer;
}

.update_terms_editor.ql-container,
.update_privacy_editor.ql-container {
  height: 250px;
  overflow-y: auto;
}

.container-appointment #health-card,
.container-appointment #telephone,
.container-appointment #virtual-appointments {
  display: none;
}
.container-appointment.inperson-active #health-card {
  display: flex;
}
.container-appointment.telephone-active #health-card {
  display: flex;
}
.container-appointment.virtual-active #virtual-appointments {
  display: flex;
}

.mce-widget.mce-notification {
  display: none;
}

#aboutClinic .modal-dialog {
  max-width: 426px;
  font-size: 13px;
}
#aboutClinic .modal-dialog .list-group-item {
  display: flex;
  justify-content: space-between;
}

.custom_hover_Drop {
  position: relative;
}
.custom_hover_Drop .dropdown-menu {
  display: none;
  position: absolute;
  top: 11px;
  left: unset;
  right: 0;
}
.custom_hover_Drop:hover .dropdown-menu {
  display: block;
}

a.user {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/*.user_permissons .all_user_form {
  min-width: 800px;
}
.user_permissons #viewUser {
  min-width: 400px;
}*/

#themePreview {
  padding-right: 0 !important;
}
#themePreview .modal-dialog {
  width: calc(100% - 20px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.modal.show.theme_mobile_p .modal-dialog {
  max-width: 420px !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview .page-banner.home-banner a.btn {
  margin: 0;
  margin-bottom: 10px;
  width: 250px;
}
.modal-content-custom{
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border-radius: 0.3rem;
  box-shadow: 0 15px 35px rgb(50 50 93 / 20%), 0 5px 15px rgb(0 0 0 / 17%);
  outline: 0;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview .page-banner.home-banner p.mb-5 {
  font-size: 20px;
  line-height: 26px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview .project-2 .team-card,
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview .medical-team .team-card {
  max-width: 100%;
  flex: 0 0 100%;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview .promotion-preview h6 {
  font-size: 16px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview .promotion-preview .promo_desc {
  max-height: 75px;
  overflow: hidden;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview .promotion-preview .container .row.h-100 .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview .promotion-preview .image-section {
  display: none;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview .new-patient h3 {
  font-size: 1.3rem;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row {
  flex-direction: column;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row .col-md-7 {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row .col-md-7 ul.nav .nav-item .nav-link {
  font-size: 12px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row .col-md-5 ul.nav .nav-item .nav-link {
  font-size: 12px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .banner-container .row {
  flex-direction: column;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .banner-container .row .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .banner-container .row .col-md-6 .card {
  margin-top: 10px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .banner-container .banner-content {
  padding: 0.5rem !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview #teamCarouselIndicators .carousel-inner .row .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview #teamCarouselIndicators .carousel-inner .row .col-md-6 .physician_img_wrap {
  margin-bottom: 1rem !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .promotion-preview h6 {
  font-size: 16px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .promotion-preview .promo_desc {
  max-height: 75px;
  overflow: hidden;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .promotion-preview .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .promotion-preview .col-sm-6.image-section {
  display: none;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .our-service .specs_section .specs_card {
  flex: 0 0 100%;
  max-width: 100%;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .new_appointment .d-flex.flex-column {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview .new_appointment .d-flex.flex-column a.btn {
  margin: 0 !important;
  margin-top: 10px !important;
  width: 100% !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row {
  flex-direction: column;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center !important;
  margin-bottom: 10px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-12,
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-9 {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-12 ul.nav,
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-9 ul.nav {
  width: 100%;
  justify-content: center !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-12 ul.nav .nav-item .nav-link,
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-9 ul.nav .nav-item .nav-link {
  font-size: 12px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-9 ul.nav .nav-item {
  padding: 0 8px !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_3_preview .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.modal.show.theme_mobile_p .modal-dialog .theme_3_preview .our-service-box .row .col-sm-6:first-child {
  margin-bottom: 25px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_3_preview .footer .row .col-sm-3:first-child,
.modal.show.theme_mobile_p .modal-dialog .theme_3_preview .footer .col-sm-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
.modal.show.theme_mobile_p .modal-dialog .theme_3_preview .footer .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 20px 0 !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .welcome__block {
  padding: 50px 15px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .welcome__block h1 {
  font-size: 2rem;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .welcome__block p {
  font-size: 16px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .welcome__block a.btn {
  width: 100%;
  margin-right: 0 !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .team__section .team__items .team__item {
  width: 100%;
  margin-right: 0;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .promo__bar::after {
  width: 100%;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .promo__bar .promo__inner {
  flex-direction: column;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .title__ablock h3 {
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .title__ablock a {
  font-size: 13px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .service_items .service_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .accept_patient {
  padding: 200px 0 80px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .accept_patient .text-lead.w-50 {
  width: 100% !important;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .footer .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .footer .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.modal.show.theme_mobile_p .modal-dialog .theme_4_preview .footer .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* *********************************************************************** */

.theme_mobile_p .modal-dialog {
  max-width: 420px !important;
}
.theme_mobile_p .modal-dialog .theme_1_preview .page-banner.home-banner a.btn {
  margin: 0;
  margin-bottom: 10px;
  width: 250px;
}
.theme_mobile_p .modal-dialog .theme_1_preview .page-banner.home-banner p.mb-5 {
  font-size: 20px;
  line-height: 26px;
}
.theme_mobile_p .modal-dialog .theme_1_preview .project-2 .team-card,
.theme_mobile_p .modal-dialog .theme_1_preview .medical-team .team-card {
  max-width: 100%;
  flex: 0 0 100%;
}
.theme_mobile_p .modal-dialog .theme_1_preview .promotion-preview h6 {
  font-size: 16px;
}
.theme_mobile_p .modal-dialog .theme_1_preview .promotion-preview .promo_desc {
  max-height: 75px;
  overflow: hidden;
}
.theme_mobile_p .modal-dialog .theme_1_preview .promotion-preview .container .row.h-100 .col-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme_mobile_p .modal-dialog .theme_1_preview .promotion-preview .image-section {
  display: none;
}
.theme_mobile_p .modal-dialog .theme_1_preview .new-patient h3 {
  font-size: 1.3rem;
}
.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row {
  flex-direction: column;
}
.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row .col-md-7 {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center !important;
}
.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row .col-md-7 ul.nav .nav-item .nav-link {
  font-size: 12px;
}
.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row .col-md-5 {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center !important;
}
.theme_mobile_p .modal-dialog .theme_1_preview footer .container .row .col-md-5 ul.nav .nav-item .nav-link {
  font-size: 12px;
}
.theme_mobile_p .modal-dialog .theme_2_preview .banner-container .row {
  flex-direction: column;
}
.theme_mobile_p .modal-dialog .theme_2_preview .banner-container .row .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center !important;
}
.theme_mobile_p .modal-dialog .theme_2_preview .banner-container .row .col-md-6 .card {
  margin-top: 10px;
}
.theme_mobile_p .modal-dialog .theme_2_preview .banner-container .banner-content {
  padding: 0.5rem !important;
}
.theme_mobile_p .modal-dialog .theme_2_preview #teamCarouselIndicators .carousel-inner .row .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
  align-items: center !important;
}
.theme_mobile_p .modal-dialog .theme_2_preview #teamCarouselIndicators .carousel-inner .row .col-md-6 .physician_img_wrap {
  margin-bottom: 1rem !important;
}
.theme_mobile_p .modal-dialog .theme_2_preview .promotion-preview h6 {
  font-size: 16px;
}
.theme_mobile_p .modal-dialog .theme_2_preview .promotion-preview .promo_desc {
  max-height: 75px;
  overflow: hidden;
}
.theme_mobile_p .modal-dialog .theme_2_preview .promotion-preview .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme_mobile_p .modal-dialog .theme_2_preview .promotion-preview .col-sm-6.image-section {
  display: none;
}
.theme_mobile_p .modal-dialog .theme_2_preview .our-service .specs_section .specs_card {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme_mobile_p .modal-dialog .theme_2_preview .new_appointment .d-flex.flex-column {
  flex-direction: column !important;
  align-items: flex-start !important;
}
.theme_mobile_p .modal-dialog .theme_2_preview .new_appointment .d-flex.flex-column a.btn {
  margin: 0 !important;
  margin-top: 10px !important;
  width: 100% !important;
}
.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row {
  flex-direction: column;
}
.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-3 {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center !important;
  margin-bottom: 10px;
}
.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-12,
.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-9 {
  flex: 0 0 100%;
  max-width: 100%;
  justify-content: center !important;
}
.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-12 ul.nav,
.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-9 ul.nav {
  width: 100%;
  justify-content: center !important;
}
.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-12 ul.nav .nav-item .nav-link,
.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-9 ul.nav .nav-item .nav-link {
  font-size: 12px;
}
.theme_mobile_p .modal-dialog .theme_2_preview footer .container .row .col-sm-9 ul.nav .nav-item {
  padding: 0 8px !important;
}
.theme_mobile_p .modal-dialog .theme_3_preview .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme_mobile_p .modal-dialog .theme_3_preview .our-service-box .row .col-sm-6:first-child {
  margin-bottom: 25px;
}
.theme_mobile_p .modal-dialog .theme_3_preview .footer .row .col-sm-3:first-child,
.theme_mobile_p .modal-dialog .theme_3_preview .footer .col-sm-4 {
  flex: 0 0 100%;
  max-width: 100%;
}
.theme_mobile_p .modal-dialog .theme_3_preview .footer .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  margin: 20px 0 !important;
}
.theme_mobile_p .modal-dialog .theme_4_preview .welcome__block {
  padding: 50px 15px;
}
.theme_mobile_p .modal-dialog .theme_4_preview .welcome__block h1 {
  font-size: 2rem;
}
.theme_mobile_p .modal-dialog .theme_4_preview .welcome__block p {
  font-size: 16px;
}
.theme_mobile_p .modal-dialog .theme_4_preview .welcome__block a.btn {
  width: 100%;
  margin-right: 0 !important;
}
.theme_mobile_p .modal-dialog .theme_4_preview .team__section .team__items .team__item {
  width: 100%;
  margin-right: 0;
}
.theme_mobile_p .modal-dialog .theme_4_preview .promo__bar::after {
  width: 100%;
}
.theme_mobile_p .modal-dialog .theme_4_preview .promo__bar .promo__inner {
  flex-direction: column;
}
.theme_mobile_p .modal-dialog .theme_4_preview .title__ablock h3 {
  font-size: 1rem;
  margin-bottom: 0 !important;
}
.theme_mobile_p .modal-dialog .theme_4_preview .title__ablock a {
  font-size: 13px;
}
.theme_mobile_p .modal-dialog .theme_4_preview .service_items .service_item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 30px;
}
.theme_mobile_p .modal-dialog .theme_4_preview .accept_patient {
  padding: 200px 0 80px;
}
.theme_mobile_p .modal-dialog .theme_4_preview .accept_patient .text-lead.w-50 {
  width: 100% !important;
}
.theme_mobile_p .modal-dialog .theme_4_preview .footer .col-md-3 {
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.theme_mobile_p .modal-dialog .theme_4_preview .footer .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.theme_mobile_p .modal-dialog .theme_4_preview .footer .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* ----------------------------------------------------------------------- */
.resource-section .pagination {
  margin: 10px 0;
}

button.delete-another-resource {
  display: flex;
  justify-content: center;
  align-items: center;
}

.after-upload.no-icon {
  display: none;
}

.before-upload.no-icon {
  display: none;
}

.physician-list {
  margin-bottom: 20px;
  width: 100%;
}

.btn.discard-button {
  background-color: #fb6340 !important;
  border-color: #fb6340 !important;
  color: #fff !important;
}

.btn.btn-warning {
  background-color: #51C03E !important;
  border-color: #51C03E !important;
  color: #fff !important;
  width: 200px;
}

.bton {
  background-color: #F6AE3F !important;
  border-color: #F6AE3F !important;
  color: #fff !important;
  width: 130px;
  position: relative;
  will-change: transform;
  letter-spacing: 0.025em;
  border-radius: 0.25rem;
}

.btn.btn-danger:hover {
  background-color: #ec0c38;
}

.physician-container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bootstrap-datetimepicker-widget a[data-action] {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  padding: 0 !important;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 4px;
}
.bootstrap-datetimepicker-widget a[data-action]:hover * {
  background: transparent;
}

.schedule_date_time .fa.fa-remove {
  color: red;
  display: block;
}

.ElementsApp .InputElement {
  width: 100%;
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #8898aa;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cad1d7;
  border-radius: 0.25rem;
  box-shadow: none;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.bug_list_page {
  position: relative;
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .bug_list_page {
    padding-top: 50px;
  }
}
.bug_list_page .dataTables_wrapper {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .bug_list_page .dataTables_wrapper {
    padding-bottom: 70px;
  }
}
.bug_list_page .dataTables_wrapper div.row:first-child,
.bug_list_page .dataTables_wrapper div.row:last-child {
  position: absolute;
  top: 12px;
  width: 95%;
  padding: 0 15px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bug_list_page .dataTables_wrapper div.row:first-child .col-sm-12.col-md-6,
.bug_list_page .dataTables_wrapper div.row:first-child .col-sm-12.col-md-5,
.bug_list_page .dataTables_wrapper div.row:last-child .col-sm-12.col-md-6,
.bug_list_page .dataTables_wrapper div.row:last-child .col-sm-12.col-md-5 {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .bug_list_page .dataTables_wrapper div.row:first-child .dataTables_filter,
.bug_list_page .dataTables_wrapper div.row:last-child .dataTables_filter {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.bug_list_page .dataTables_wrapper div.row:last-child {
  top: unset;
  bottom: 35px;
}
@media screen and (max-width: 767px) {
  .bug_list_page .dataTables_wrapper div.row:last-child .dataTables_paginate {
    display: flex;
    justify-content: center;
  }
}
.bug_list_page .bugs-table.table {
  width: 100% !important;
}
.bug_list_page .bugs-table.table tr th,
.bug_list_page .bugs-table.table tr td {
  white-space: nowrap;
  min-width: 100px;
  padding: 0.5rem 0.5rem !important;
  vertical-align: middle;
}
.bug_list_page .bugs-table.table tr th:nth-child(3),
.bug_list_page .bugs-table.table tr td:nth-child(3) {
  display: flex;
  flex-direction: column;
}
.bug_list_page .bugs-table.table tr th:nth-child(3) a,
.bug_list_page .bugs-table.table tr td:nth-child(3) a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25rem 0.5rem;
}

.help-info-wrap {
  min-width: 40px;
  min-height: 40px;
}

.help-info-wrap.widgets {
  min-width: 30px;
  min-height: 30px;
}

.help-info-wrap-custom {
  min-width: 300px;
  min-height: 40px;
  float: right;
  position: relative;
}

.help-info-wrap-custom.widgets {
  min-width: 30px;
  min-height: 30px;
}

.help-information {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  max-width: 350px;
  max-height: 30px;
  overflow: hidden;
  border-radius: 5px;
  display: flex;
  z-index: 1;
  transition: all 0.2s 0.25s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s, max-height 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
@media screen and (max-width: 576px) {
  .help-information {
    position: relative;
    top: unset;
    left: unset;
    margin-bottom: 15px;
  }
}
.help-information .expand-msg {
  padding: 12px 10px 10px 8px;
}
.help-information .expand-msg h6 {
  font-weight: 600;
  font-size: 12px;
  color: #333333;
  margin-bottom: 0;
}
.help-information .expand-msg p {
  font-weight: normal;
  font-size: 10px;
  line-height: 15px;
  color: #6A6A6A;
  margin-bottom: 0;
}
.help-information .help-icon {
  width: 30px;
  height: 30px;
  padding: 10px 0 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.help-information .help-icon img {
  width: 20px;
  height: 20px;
}
.help-information:hover {
  width: 100%;
  max-height: 300px;
  background: #FFFFFF;
  box-shadow: 0px 15px 35px rgba(0, 0, 0, 0.05);
  transition: all 0.2s, width 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0.1s, max-height 0.3s ease 0.25s;
}
@media screen and (min-width: 1920px) {
  .help-information:hover {
    width: 90%;
  }
}

.my_upload .delete_icon {
  position: absolute;
  top: 2px;
  right: 0px;
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}
.my_upload .delete_icon:hover {
  background: red;
}/*# sourceMappingURL=style.css.map */

.custom-toggle-slider:before {
  left: 6px;
}

.text-title{
  color: #000 !important;
  font-weight: 600;
  font-size: 24px;
}

.text-content{
  color: #000 !important;
  font-size: 14px !important;
}

.custom-primary-color{
  color: #000 !important;
}

/* ---------------------------------------------------- */

.custom-control-remember-me {
  display: table;
  /* height: 100%; */
}
.custom-control-remember-me .custom-checkbox-remember-me {
  display: table-cell;
  /* width: 100%; */
  /* height: 100%; */
  vertical-align: middle;
  text-align: center;
}

.custom-control-remember-me .custom-checkbox-remember-me label {
  display: inline-block;
  color: #000;
  cursor: pointer;
  position: relative;
}
.custom-control-remember-me .custom-checkbox-remember-me label span {
  display: inline-block;
  position: relative;
  background-color: transparent;
  width: 20px;
  height: 20px;
  transform-origin: center;
  border: 1px solid #C2D1D9;
  border-radius: 20%;
  vertical-align: -6px;
  margin-right: 10px;
}
.custom-control-remember-me .custom-checkbox-remember-me label span:before {
  content: "";
  width: 0px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(45deg);
  top: 10px;
  left: 4px;
}
.custom-control-remember-me .custom-checkbox-remember-me label span:after {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  transform: rotate(305deg);
  top: 8px;
  left: 5px;
}
.custom-control-remember-me .custom-checkbox-remember-me input[type=checkbox] {
  display: none;
}
.custom-control-remember-me .custom-checkbox-remember-me input[type=checkbox]:checked + label span {
  background-color: #fff;
}
.custom-control-remember-me .custom-checkbox-remember-me input[type=checkbox]:checked + label span:after {
  width: 10px;
  background: #000000;
}
.custom-control-remember-me .custom-checkbox-remember-me input[type=checkbox]:checked + label span:before {
  width: 5px;
  background: #000000;
}
.custom-control-remember-me .custom-checkbox-remember-me input[type=checkbox]:checked + label:hover span {
  background-color: #fff;
}

.magin-scrollo{
  overflow-y: scroll;
}

.btn-footer-modal-preview{
  background-color: #000000;
  color: #fff;
  font-size: 14px;
  border-radius: 20rem;
  min-width: 160px;
  padding: 0.5rem;
}

.btn-success1{
  background-color: #00c518;
  border-color: #00c518;
  color: #ffffff !important;

}

.btn-success1:hover {
  color: #fff !important;
  background-color: #00c518 !important;
  border-color: #00c518 !important;
}

.change-theme .theme-card.onSelect.active .btn.btn-light-grey1{
  background: #00c518;
  border-color: #00c518;
  color: white !important;
}

.img-fluid-custom{
  width: 100%;
  width: -moz-available;          /* WebKit-based browsers will ignore this. */
  width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
  width: fill-available;
  height: 150px;
  object-fit: cover;
  padding: 1px;
}

.themePreview-wrapper-custom{
  width: calc(80% - 20px);
  max-width: 1200px;
  /*width: 47%;*/
  height: auto;
  background-color: #ffffff;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px;
  padding-top: 25px;
}

.modal-content-theme2 > .modal-content{
  box-shadow: none !important;
}

.testingdiv{
  width: 100%;
  background-color: #000000;
  position: relative;
  height: 100px;
}

@media screen and (max-width: 768) {
  .testingdiv {
    width: 20%;
  }
}

	/* +++++++++++++++++++++++++++++++++ */

	#spinnerBg {
		position: absolute;
		height: 100%;
		width: 100%;
		/* background: #000; */
		/* background: rgba(0,0,0,0.55); */
		z-index: 999999;
		top: 0;
		left: 0;
		display: none;
		border-radius: 0.25rem;
	}

	.update_text{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		z-index: 100000;
		font-family: monospace;
		font-size: 25px;
		letter-spacing: 2px;
	}

	/* .textarea_update > textarea{
		background-color: #000;
	} */

	#spinner {
		position: fixed;
		/* top: 50%; */
		text-align: center;
		vertical-align: middle;
		/* left: 50%; */
		width: 80px;
		height: 80px;
		z-index: 999999;
		display: none;
		top: calc(50vh - 100px);
		left: calc(50vw - 100px);
	}

	#className {
  		color: #9e9e9e;
	}

	.btn-submit_chat {
	color: #ffffff;
	background: transparent;
	font-size: 22px;
	font-weight: 400;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	width: 60px;
  height: 60px;

	}
  .btn-submit_chat > img{
    width: 60px;
  }
	/* .btn-submit_chat:hover {
	box-shadow: 0px 5px 15px 1px rgba(0, 0, 0, 0.4);
	} */
	.btn-submit_chat:focus {
	outline: none;
	}

	.btn-spinner {
	position: relative;
	overflow: hidden;
	transition: all ease 0.5s;
	}
	.btn-spinner::after, .btn-spinner::before {
	position: absolute;
	top: 50%;
	left: 50%;
  transform: translate(-50% -50%);
	transition: all ease 0.5s;
	}
	.btn-spinner.done::before {
	color: #ffffff;
	font-size: 25px !important;
	font-weight: lighter;
	margin-left: -13px;
	margin-top: -6px;
	content: "\f00c";
	font-family: "FontAwesome" !important;
	-webkit-transform: scaleX(0) !important;
	transform: scaleX(0) !important;
	line-height: 18px;
	}
	.btn-spinner.checked::before {
		content: "\f00d";
		color: #ffffff;
		font-size: 30px !important;
		font-weight: lighter;
		margin-left: -11px;
		margin-top: -10px;
		font-family: "FontAwesome" !important;
		-webkit-transform: scaleX(0) !important;
		transform: scaleX(0) !important;
		line-height: 18px;
	}
	.btn-spinner::after {
	opacity: 0;
	content: "";
	height: 25px;
	width: 25px;
	margin-left: -13px;
	margin-top: -12px;
	border-radius: 50%;
	border: 3px solid #ffffff;
	border-bottom-color: rgba(255, 255, 255, 0);
	border-left-color: rgba(255, 255, 255, 0);
	background-color: transparent !important;
	animation-name: rotateAnimation;
	-webkit-animation-name: wk-rotateAnimation;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-delay: 0.2s;
	-webkit-animation-delay: 0.2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
	.btn-spinner.active {
	text-indent: 150%;
	color: white !important;
	}
	.btn-spinner.active::after {
	opacity: 1;
	margin-left: -12px;
	}
	.btn-spinner.active::before {
	-webkit-transform: scaleX(0) !important;
	transform: scaleX(0) !important;
	text-indent: 0;
	}
	.btn-spinner:active {
	color: white !important;
	}
	.btn-spinner.done {
	text-indent: 150%;
	}
	.btn-spinner.done::after {
	margin-left: 100%;
	opacity: 0;
	}
	.btn-spinner.done::before {
	text-indent: 0;
	-webkit-transform: scaleX(1) !important;
	transform: scaleX(1) !important;
	}
	.btn-spinner.checked {
	text-indent: 150%;
	}
	.btn-spinner.checked::before {
	text-indent: 0;
	-webkit-transform: scaleX(1) !important;
	transform: scaleX(1) !important;
	}
	@keyframes rotateAnimation {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(-160deg);
	}
	100% {
		transform: rotate(360deg);
	}
	}
	@-webkit-keyframes wk-rotateAnimation {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(-160deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
	}

	/* ******************************************** */

  .form-control-text{
    width: 180% !important;
  }

  .title-faq-questions{
    color:#000;
  }




