@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

:root {
  --primary-color: #16719d;
  --secondary-color: #444444;
  --text-color: #434343;
  --text-color-two: #16719d;
  --text-color-dark: #585858;
  --text-color-lite: #848484;
  --bg-color-grey: #f6f6f6;
  --bg-color-white: #fff;
  --hover-color-white: #b5d1df;
  --border-radius: 8px;
  --border-grey: rgba(158, 104, 104, 0.1);
  --box-shadow: 0 1px 5px 0 rgb(191 191 191 / 13%),
    0 1px 10px 0 rgb(187 187 187 / 19%);
  --roboto: "Inter", sans-serif;
  --kohinoor: "kohinoor";
  --arab: "arabhealth";
  --btn-grey: #9b9b9b;
  --color-blue: #2c97de;
  --text-dark-colr: #111111;
  --text-light-color-para: #666666;
  --video-bg-color: #393939;
  --text-color-black: #000000;
  --text-color-primary: #1c274c;
  --roboto-black: "Roboto-Black";
  --roboto-bold: "Roboto-Bold";
  --roboto-extrabold: "Roboto-ExtraBold";
  --roboto-extralight: "Roboto-ExtraLight";
  --roboto-light: "Roboto-Light";
  --roboto-medium: "Roboto-Medium";
  --roboto-regular: "Roboto-Regular";
  --roboto-semibold: "Roboto-SemiBold";
  --roboto-thin: "Roboto-Thin";
}

@font-face {
  font-family: "roboto-Black";
  src: url("/web/font/roboto/Roboto-Black.ttf");
}
@font-face {
  font-family: "roboto-Bold";
  src: url("/web/font/roboto/Roboto-Bold.ttf");
}
@font-face {
  font-family: "roboto-ExtraBold";
  src: url("/web/font/roboto/Roboto-ExtraBold.ttf");
}
@font-face {
  font-family: "roboto-ExtraLight";
  src: url("/web/font/roboto/Roboto-ExtraLight.ttf");
}
@font-face {
  font-family: "roboto-Light";
  src: url("/web/font/roboto/Roboto-Light.ttf");
}
@font-face {
  font-family: "roboto-Medium";
  src: url("/web/font/roboto/Roboto-Medium.ttf");
}
@font-face {
  font-family: "roboto-Regular";
  src: url("/web/font/roboto/Roboto-Regular.ttf");
}
@font-face {
  font-family: "roboto-SemiBold";
  src: url("/web/font/roboto/Roboto-SemiBold.ttf");
}
@font-face {
  font-family: "roboto-Thin";
  src: url("/web/font/roboto/Roboto-Thin.ttf");
}

/* @font-face {
  font-family: "kohinoor";
  src: url("../font/kohinoor/KohinoorBangla-Regular.ttf"),
    url("../font/kohinoor/KohinoorBangla-Bold.ttf");
} */
body {
  font-family: var(--roboto-regular);
  font-size: 1em;
  background-color: var(--bg-color-grey);
  letter-spacing: 0.5px;
  color: #000;
}
#home {
  font-family: "Poppins" !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a {
  font-family: var(--roboto-regular);
}

a,
a:hover {
  color: var(--primary-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* color: var(--primary-color); */
  font-family: var(--roboto-medium);
}
.login-separate h5 {
  font-size: 2rem;
}
#loginModal .tabtwo .page-title {
  font-size: 1.5rem;
}

.login-separate h5,
#loginModal .tabtwo .page-title {
  color: var(--text-color-primary);
  font-family: var(--roboto-light);
  font-weight: 600;
}
.field-recapthaerror label {
  padding-top: 10px;
}
.credentials-section .tab-title h1 {
  font-size: 1.5rem;
  text-align: center;
}



/* 
.dynamic-data2 {
  scrollbar-width: thin;
  scrollbar-color: #00205b #bbb;
}
.dynamic-data2::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.dynamic-data2::-webkit-scrollbar-track {
  background-color: #bbb;
}
.dynamic-data2::-webkit-scrollbar-thumb {
  background-color: #00205b;
}
.dynamic-data2::-webkit-scrollbar-track, .scrollbar-2::-webkit-scrollbar-thumb {
  border-radius: 12px;
} */

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  border-radius: 10px;
}

::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--bg-color-white);
  background-image: -webkit-gradient(
    linear,
    40% 0%,
    75% 84%,
    from(#00205b),
    to(var(--primary-color)),
    color-stop(0.6, #00205b)
  );
}
/* Login Screen CSS START */
.home-section .login-separate p,
.home-section p {
  font-size: 1rem;
}
.home-section .login-separate p {
  height: 100%;
}
#loginModal .modal-lg {
  max-width: 850px;
}
.home-section .login-separate .col-xl-6 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-evenly;
}
.home-section .login-separate .col-xl-6 p {
  justify-content: center;
  align-items: stretch;
}
.menu-items a {
  font-family: var(--roboto-regular);
  font-weight: normal !important;
}
.buttons-center button.cancel-btn1:hover {
  border-color: #a8a8a8;
}
#Waiting .page-title,
.upcoming-wrapper .page-title,
.patient-custom-table .mobilev h1,
.call-view-parent .calldetail-title {
  font-family: var(--roboto-regular);
  margin-bottom: 0;
  color: var(--text-color-primary);
}
.background-cover .tab-title h1,
.bhoechie-tab-content table tbody tr th,
.bhoechie-tab-content table thead tr th {
  font-family: var(--roboto-regular);
}
/* .bhoechie-tab-content table tbody tr td {
  font-size: 12px;
} */
.bhoechie-tab-content table tbody tr th,
.bhoechie-tab-content table thead tr th {
  font-weight: normal;
}
.user-listing-data3 .startvideo {
  width: 100%;
}
.user-account span {
  font-family: var(--roboto-light) !important;
}
#patient_record_modal .modal-dialog #pat_record_name {
  font-size: 16px;
}
#patient_record_modal .modal-dialog h4 {
  font-size: 24px;
}
.appointments-wrap {
  display: flex;
  gap: 0px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.consultation-user {
  display: flex;
  gap: 20px;
  align-items: center;
}
.consultation-user {
  flex: 0 0 35%;
}
.consultation-open {
  flex: 0 0 40%;
}
.consultation-join-now {
  flex: 0 0 20%;
}
.tba-footer-button p {
  font-size: 12px !important;
}
#patient_record_modal .pat_rec {
  font-size: 12px;
  color: var(--text-color-lite);
}
/* .menu-items a.support-list:hover svg path {
  fill: transparent;
} */
.page-title.filter_doctor {
  font-family: var(--roboto-regular);
  margin-bottom: 0;
}
#doctor-callview .list-group .list-group-item {
  color: var(--text-color-lite);
}
#doctor-callview .list-group .list-group-item.active {
  color: var(--bg-color-white);
}
.dataTables_paginate {
  border: 1px solid #adc3e9;
  border-radius: 4px;
  padding-top: 0 !important;
  margin-top: 1rem;
  background: #fff;
}

.dataTables_paginate a.paginate_button {
  border-left: 1px solid #adc3e9 !important;
  margin: 0 !important;
  font-size: 1rem;
  padding: 7px 15px !important;
}

.dataTables_paginate a.paginate_button.current {
  border-left: 1px solid #adc3e9 !important;
  background: #e8f4ff !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
}

.dataTables_paginate .previous {
  border: none !important;
  margin: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #e8f4ff !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: none !important;
  border-left: 1px solid #adc3e9 !important;
  margin: 0 !important;
  font-size: 1rem;
  color: #000 !important;
  padding: 7px 16px 7px 15px !important;
}
.simple-pagination {
  background: #fff;
  border: 1px solid #adc3e9;
  border-radius: 4px;
  padding: 0 !important;
  display: inline-block !important;
  margin-top: 10px !important;
}

.simple-pagination ul li span.current {
  background: #e8f4ff;
  box-shadow: none !important;
  border: none;
  margin: 0;
  border-radius: 0;
  padding: 7px 15px;
  border-right: 1px solid#ADC3E9;
  color: #637381;
}
.simple-pagination ul li a {
  background: #fcfcfc;
  box-shadow: none !important;
  border: none;
  margin: 0;
  border-radius: 0;
  padding: 7px 15px;
  border-right: 1px solid#ADC3E9;
  color: #637381;
}
.simple-pagination ul li:last-child span.current {
  border: none;
}
.bhoechie-desktop {
  display: none;
}

.bhoechie-tab-menu a.list-group-item:hover .bhoechie-mobile {
  display: none;
}

.bhoechie-tab-menu a.list-group-item:hover .bhoechie-desktop {
  display: block;
}
.bhoechie-desktop {
  display: none;
}

.bhoechie-tab-menu a.list-group-item:hover .bhoechie-mobile {
  display: none;
}

.bhoechie-tab-menu a.list-group-item:hover .bhoechie-desktop {
  display: block;
}

.bhoechie-tab-menu a:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}
.bhoechie-tab-menu a.list-group-item {
  gap: 10px;
}

.custom-tab .list-group .list-group-item.active:hover .bhoechie-desktop {
  display: block;
}
.bhoechie-tab-menu-icon {
  display: inline;
}
.custom-tab .list-group .list-group-item.active:hover .bhoechie-mobile {
  display: none;
}
.menu-items a.menu-item.active .bhoechie-desktop {
  display: inline;
}

.menu-items a.menu-item.active .bhoechie-mobile {
  display: none;
}
.menu-items a:hover {
  background-color: var(--primary-color);
  color: #fff !important;
}
.menu-items a:hover .bhoechie-desktop {
  display: inline;
}

.menu-items a:hover .bhoechie-mobile {
  display: none;
}
.group-one.menu-items a:hover {
  background-color: unset !important;
  color: var(--text-color-dark) !important;
}
.menu-items .submenu a:hover {
  color: var(--text-color-dark) !important;
}
.group-one.menu-items a:hover .bhoechie-desktop {
  display: none;
}

.group-one.menu-items a:hover .bhoechie-mobile {
  display: inline;
}
.bhoechie-tab-menu a:hover {
  background-color: var(--primary-color) !important;
  color: #fff !important;
}

.bhoechie-tab-menu a.list-group-item {
  gap: 10px;
}
#doctor-callview .list-group .list-group-item.active .bhoechie-desktop {
  display: block;
}
#doctor-callview .list-group .list-group-item.active .bhoechie-mobile {
  display: none;
}
.view-records-user {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 300px;
}
.view-records-user-table td {
  border-bottom: 1px solid #dee2e6 !important;
}
/* 


.doctor-action {
  width: 15%;
}

.doctor-summary {
  width: 20%;
}

.doctor-status {
  width: 15%;
}

.doctor-name {
  width: 20%;
} */
/* Login Screen CSS END */
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #00AE43;
  background-color: transparent;
  width: 30px;
  left: -40px;
  height: 30px;
  border-width: 2px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  display: inline-block;
  transform: rotate(45deg);
  height: 18px;
  width: 8px;
  border-bottom: 2px solid #00AE43;
  left: -28px;
  border-right: 2px solid #00AE43;
  top: 7px;
  background-image: none;
}
.usernametab .custom-checkbox.checkbox {
  padding-left: 30px;
}

.usernametab .prevalue .uname {
  padding-left: 10px;
}
.usernametab input {
  padding-left: 38px !important;
}
.login-remember .custom-checkbox label,
.login-forgot-password a {
  line-height: 38px;
}
.patient-view svg path {
  fill: var(--text-color-two);
}
.custom-checkbox .custom-control-label::before {
  width: 30px;
  height: 30px;
  left: -40px;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  width: 30px;
  height: 30px;
  left: -40px;
}
.custom-text-brak {
  word-break: break-all;
}
.custom-chat-scroll-auto {
  height: 100%;
  max-height: 300px;
  overflow-y: auto;
}
.activet .login-tools label {
  color: var(--text-color-dark);
}
.activet label {
  color: var(--text-dark-colr);
}
#loginForm .prevalue {
  padding-bottom: 30px;
}
.invalid-feedback {
  position: absolute;
  bottom: 0;
  text-align: center;
}
#patprofile #prev_call_history_length select {
  height: 43px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
#speciality_form_section .code table tbody tr td span,
#speciality_form_section .code table tbody tr td p span,
#absenceform .code table tbody tr td span,
#absenceform .code table tbody tr td p span,
#absenceform .code table tbody tr td,
#absenceform .code table tbody tr td p {
  font-family: "Poppins" !important;
  color: var(--primary-color) !important;
}
#patprofile .common-group .user-image-detail {
  min-height: unset;
}
#patprofile .common-group .user-profile-detail {
  flex: 0 0 80%;
  width: 80%;
  max-width: 80%;
}
/* .modal-open .modal {
  background: #8c8c8c;
} */
#disclaimer_modal .modal-dialog .modal-content .btn-theam {
  font-size: 14px;
  height: 56px;
  line-height: 30px;
  padding: 0 56px;
}
#patprofile .common-group .user-profile-detail span {
  flex: 0 0 50%;
  font-family: var(--roboto-light);
}

#patprofile .common-group .user-profile-detail .set1 {
  display: flex;
  flex-wrap: wrap;
}

#patprofile .common-group .user-profile-detail .set1:first-child {
  display: block;
  column-count: 1;
}

#today .user-listing-data1 .select-user .panel .btn {
  display: none;
}
#today .select-user .panel .user-list-core-right h5 {
  font-size: 20px;
  color: var(--text-color-primary);
  margin-bottom: 7px;
}
#today .select-user .panel .width-60 {
  flex: 0 0 auto;
  max-width: 100%;
  align-items: center;
  width: 100%;
}
#disclaimer_modal .modal-dialog {
  max-width: 450px;
  border-radius: 0;
}
#disclaimer_modal .modal-dialog .modal-content {
  border-radius: 0;
  padding: 0 36px;
}
#disclaimer_modal .modal-dialog .modal-content .modal-header {
  padding-left: 0;
}
#form_section .absenceform .nav.nav-tabs::-webkit-scrollbar,
#form_section .absenceform .right-box_content .tab-pane::-webkit-scrollbar {
  display: none;
  width: 0;
}
#form_section .absenceform .nav.nav-tabs,
#form_section .absenceform .right-box_content .tab-pane {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-y: scroll;
}
#form_section .absenceform .panel_body .col-sm-8 {
  padding: 0;
}
#form_section .absenceform .panel_body .col-sm-4 {
  padding: 0 0 0 15px;
}

#speciality_form_section .code table tbody tr:nth-child(3) td {
  border-radius: 0;
  border-right: 1px solid #ddd;
}
#speciality_form_section .code table tbody tr:nth-child(3) td:first-child {
  border-left: 1px solid #ddd;
}
/* #webapp-main .col-md-9 {
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	max-width: 80%;
} */
.calldetail-mail {
  font-size: 14px;
}
.menu-section a {
  padding: 0 38px;
  border-radius: 0;
  font-size: 16px;
  line-height: 60px;
  height: 60.66px;
  color: var(--text-color-dark);
}
.menu-section a i {
  font-size: 20px;
  color: #111111;
}
.page-title {
  font-family: var(--roboto-regular);
  letter-spacing: -0.6px;
  margin-bottom: 8.25px;
  color: var(--text-color-primary);
  font-size: 24px;
}
.project-tab .nav-link:hover {
  border-bottom: 1px solid transparent;
}
.addc {
  font-size: 14px;
  color: #5e5873;
}
.data-section .accord-container h5,
.data-section .accord-container h4,
.accordfaq h4 {
  font-size: 24px;
  color: var(--text-color-two);
  margin-bottom: 25px;
  font-family: var(--roboto-regular);
}
.accordfaq button {
  font-size: 14px;
  color: var(--text-color-lite);
}
.data-section .bl .panel button {
  color: var(--bg-color-white);
}
.prevalue select {
  border: none !important;
  padding-left: 0;
  margin-top: 10px;
  font-size: 14px;
}
.sub-title {
  color: var(--text-color-lite);
  font-size: 1rem;
  padding-bottom: 20px;
  display: inline-block;
  font-family: var(--roboto-regular);
}

.bg-color-blue {
  background-color: white;
}
.bg-color-green {
  background-color: var(--secondary-color);
}
.bg-color-grey {
  background-color: var(--bg-color-grey);
}

.basic-set .btn + .btn,
.basic-set a + .btn {
  margin-top: 0.625rem;
}

.btn,
.btn-theam,
.btn-theam-light {
  background-color: var(--primary-color);
  color: #f9f9f9;
  padding: 0 1rem;
  border-color: transparent;
  line-height: 50px !important;
  border-radius: var(--border-radius);
  font-family: var(--roboto-regular);
}
.parent_data_records .tab-title h1 {
  font-size: 20px;
  color: #192535;
  margin-top: 22px;
  font-family: var(--roboto-medium);
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 2rem;
}
/* .btn-default, .btn-theam-light {
    background-color: var(--btn-grey);
} */
#instant_chat_form textarea:focus {
  box-shadow: none;
}

#patprofile #prev_call_history_length label {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  gap: 10px;
}

#patprofile #prev_call_history_filter label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

#patprofile #prev_call_history_filter label input {
  margin-left: 0;
}

#speciality_form_section .absence_parent tbody tr td div img {
  height: 61.4px;
  display: block;
  margin: 0 auto 10px;
}

#speciality_form_section .code table tbody tr:nth-child(5) td span {
  display: unset;
}
#speciality_form_section .code table tbody tr:nth-child(6) td {
  width: 100%;
  margin-top: 10px;
}

#form_section .absenceform .right-box_content .tab-pane {
  padding: 0 20px 0 10px;
  /margin-top: 40px;
  /max-height: 500px;
  overflow: scroll;
}

.common_panel-head .custom-checkbox-name {
  font-size: 16px !important;
}
.btn-lite {
  background-color: #a8a8a8;
  color: #f9f9f9;
  border: 1px solid #a8a8a8;
  font-family: var(--kohinoor);
}
.parent_table_records #example_filter input {
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 47px;
}
.parent_table_records #example_length select {
  height: 47px;
  background: var(--bg-color-white);
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.select-file input {
  width: 100%;
}
.call-view-parent .personalInformation p i {
  line-height: 1.5;
}
.call-view-parent .personalInformation .sendBg.chatHistory {
  color: var(--bg-color-white) !important;
  border-color: transparent;
}
.chatHistory {
  word-break: break-all;
  color: var(--text-color-two) !important;
}
.chatwrap {
  display: flex;
  width: 100%;
  margin: 20px 0;
  gap: 5px;
  position: relative;
}
.chtimgprof {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.rgt .chtimgprof {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  order: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.lft .chtimgprof {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#example_wrapper table#example td {
  white-space: nowrap;
}
.lft .datetime {
  font-size: 12px;
  position: absolute;
  left: 50px;
  bottom: -20px;
  color: #555;
}
.paymentss .history-payment {
  background: var(--bg-color-white);
  padding: 17px;
  font-size: 12px;
  max-height: 80vh;
  overflow-x: scroll;
}
.rgt .datetime {
  font-size: 12px;
  position: absolute;
  right: 50px;
  bottom: -20px;
}
.rgt {
  justify-content: right;
  padding-right: 50px;
}
.lft {
  padding-left: 50px;
}
.advsearch .gplus li {
  list-style: none;
}

.advsearch .gplus {
  padding-bottom: 10px;
}
.select-user .select-badge span {
  display: flex;
  align-items: center;
}
.btn:hover,
.btn-theam:hover {
  /* background-image: linear-gradient(45deg,var(--secondary-color), #88ce39) !important;
    color: var(--bg-color-white) !important; */
  border-color: var(--color-blue);
  background-color: var(--color-blue);
  color: white;
}
.btn-hover:hover {
  background-color: var(--secondary-color);
}
button:focus {
  outline: none;
}
.btn-theam,
.btn-theam-light {
  border: none;
  min-width: 120px;
}
.fw-bold {
  font-weight: bold;
}
.btn-top {
  padding: 0.925rem 0.625rem 0.825rem 0.625rem;
}
.btn i {
  padding-right: 0.325rem;
}

.bl {
  border-left: 1px solid;
  border-color: var(--border-grey);
}
/* .ffdin {
    font-family: var(--roboto-bold);
} */
.ffkohi {
  font-family: var(--roboto-regular);
}
/* .ffarab {
    font-family: var(--arab);
} */
.text-primary {
  color: var(--primary-color) !important;
}
.text-secondary {
  color: var(--secondary-color) !important;
}
.text-lite {
  color: var(--text-color-two);
}
.text-medium {
  color: var(--text-color);
}
.text-dark {
  color: var(--text-color-dark);
}
.text-white {
  color: var(--bg-color-white);
}
.font-s {
  font-size: 0.875rem;
}
.font-m {
  font-size: 1rem;
}
.font-xs {
  font-size: 0.675rem;
}
.width-60 {
  flex: 0 0 80%;
  max-width: 80%;
}
.bb {
  border-bottom: 1px solid var(--border-grey);
  padding-bottom: 1rem;
}
.bt {
  border-top: 1px solid var(--border-grey);
  padding-top: 1.25rem;
}
.height-control {
  min-height: 480px;
}
/* Default declaration ends here*/

/* Page elements goes here*/

.brand-logo {
  display: block;
  max-width: 200px;
  padding-left: 0;
  margin: 0 auto 1rem;
}
.account-logo {
  width: 200px;
  padding: 0;
}

.menu-items a {
  text-decoration: none;
  /* color: var(--text-color); */
  /* padding: 1rem 1.95rem 1rem 1.25rem; */
  /* font-size: .925rem; */
  /* margin-bottom: .25rem; */
  /* font-family: var(--roboto-medium); */
}
#example_wrapper table#example td {
  font-family: var(--roboto-medium);
  font-size: 14px;
  color: var(--text-color-black);
}
#example_wrapper table#example th {
  font-family: var(--roboto-medium);
  color: var(--secondary-color);
  font-weight: normal;
  font-size: 14px;
}
.swal-modal .swal-footer .swal-button-container .swal-button--cancel {
  background: #efefef !important;
}
.select-user .user-list-core {
  width: 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.select-user {
  position: relative;
}

.select-user .select-badge {
  position: absolute;
  right: 20px;
}
.menu-items a i {
  padding-right: 1rem;
  /* color: var(--primary-color); */
}

.menu-items a:hover {
  color: var(--text-color);
}
#instant_chat_form .image-upload i {
  font-size: 20px;
}
#instant_chat_form button#send_chat i {
  font-size: 14px;
}

.menu-items a.active {
  background-color: var(--primary-color);
  color: var(--bg-color-white);
  /*  border-top-left-radius:var(--border-radius);
    border-bottom-left-radius: var(--border-radius);  */
}
.menu-items a.active svg path {
  fill: #fff;
  /* filter: invert(1); */
}
.menu-items a.support-list.active svg path ~ path {
  /* stroke: #fff; */
}
.menu-items .has-submenu.active a.active path,
.menu-items .has-submenu.active a.active circle {
  stroke: #fff;
  fill: unset;
}
.menu-items a svg {
  margin-right: 20px;
  height: 21px;
}
.main-menu-container.active .submenu {
  display: flex;
  flex-direction: column;
}

.main-menu-container .submenu {
  display: none;
}

.menu-items a.active i {
  color: #b1b1b1;
}
.has-submenu .submenu {
  /* padding-left: 2.25rem; */
  padding-bottom: 0.625rem;
}
.has-submenu .submenu a {
  padding: 15px 0 15px 85px;
  font-size: 0.825rem;
  color: #b4b4b4;
  position: relative;
  display: block;
  width: 100%;
  line-height: 2;
}
.submenu a.active,
.submenu a:hover {
  color: var(--text-color-dark);
  background-color: #eaf8ff;
  position: relative;
  /* border-top-left-radius: var(--border-radius);
    border-bottom-left-radius: var(--border-radius); */
}
.submenu a i {
  display: none;
}
/*.menu-items a:hover {
  background-color: var(--primary-color);
  color: #fff;
}
 
.left-menu-desktop {
  display: none;
}

.left-tab-menu-icon {
  display: inline-block;
}

.menu-items a:hover .left-menu-desktop {
  display: inline-block;
}

.menu-items a:hover .left-menu-mobile {
  display: none;
}
.menu-items a.menu-item.active .left-menu-desktop {
  display: inline-block;
}

.menu-items a.menu-item.active .left-menu-mobile {
  display: none;
} */
.submenu a.active i {
  position: absolute;
  right: 0;
  display: inline;
  color: var(--bg-color-white);
  top: 14px;
}
a.underline {
  text-decoration: underline;
}

/* Menu section ends here*/

/* Top notification section */
.notification {
  padding-bottom: 1rem;
  /* border-bottom: 1px solid; */
  border-color: var(--border-grey);
}

.notification a {
  margin-left: 1.65rem;
  display: inline-flex;
  text-decoration: none;
}

.notify {
  color: var(--primary-color);
  font-size: 1.65rem;
  position: relative;
}

.notify span.counter {
  position: absolute;
  right: -12px;
  top: -8px;
  background-color: var(--secondary-color);
  color: white;
  font-size: 0.625rem;
  padding: 2px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 18px;
}

.user-account img {
  width: 40px;
  height: 40px;
  background-color: #ececec;
  border-radius: 50%;
  object-fit: cover;
}
.user-account span {
  display: flex;
  align-self: center;
  padding-left: 0.65rem;
  font-family: var(--roboto-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: var(--text-color-primary);
}
#button-end-call.menu-item {
  background: #f1f1f1;
  font-family: var(--roboto-regular);
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  /* line-height: 19px; */
  color: var(--text-color-dark);
  text-align: center !important;
}
.group-one.menu-items a {
  font-family: var(--roboto-regular);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color-dark);
}
/* Data inner section goes here*/
.data-section-inner {
  padding-top: 2rem;
}
.select-fav a {
  color: #ddd;
}
.select-fav a:hover {
  color: var(--primary-color);
}

.request-data {
  margin-bottom: 1.5rem;
}
.fav.active,
.fav-active,
.fav-active:hover {
  color: var(--primary-color);
}
.user-listing-data,
.user-listing-data1,
.user-listing-data2,
.user-listing-data3 {
  margin-bottom: 20px;
  cursor: pointer;
}
.user-listing-data .panel,
.user-listing-data1 .panel,
.user-listing-data2 .panel,
.user-listing-data3 .panel {
  border: 2px solid rgba(255, 255, 255, 0.19);
}

.user-listing-data.active .panel,
.user-listing-data1.active .panel,
.user-listing-data2.active .panel {
  border: 2px solid;
  border-color: #e4e2e2;
  background-color: var(--hover-color-white);
}

.user-listing-data.active .select-badge,
.user-listing-data1.active .select-badge,
.user-listing-data2.active .select-badge {
  background-color: var(--bg-color-white);
  color: #111111;
}

.user-listing-data1.active .panel .btn {
  display: none;
}
.panel {
  background-color: white;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 1rem 10px;
}

#today .dynamic-data1 .user-profile-detail h4 {
  font-size: 20px;
  line-height: 24px;
  color: var(--text-color-two);
  margin-bottom: 6px;
  font-family: var(--roboto-regular);
}
#patprofile .user-profile-detail h4 {
  color: var(--text-color-primary);
}
#notes .notes-content,
#speciality_form_section .absenceform,
#form_section .absenceform {
  margin-left: 1rem;
}
#medications_data .box-sec-con label {
  font-size: 14px;
  padding-left: 0;
}
#prescription .panel {
  padding-left: 0;
}
#today .dynamic-data1 .user-profile-detail span,
#doctor_profile_list .user-profile-detail .one span,
#today .default-details.deskview .panel span {
  color: var(--text-color-lite);
}
#today .default-details.deskview .dynamic-data1 .mtb1 {
  margin-top: 39px;
}
#today .default-details.deskview .dynamic-data1 .mtb1 .basic-set {
  margin-bottom: 24px;
}
#today .default-details.deskview .dynamic-data1 .mtb1 .basic-set:last-child {
  margin-bottom: 0;
}
#today .default-details.deskview .dynamic-data1 .mtb1 .basic-set label,
.user-detail-list .basic-set label {
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color-primary);
  margin-bottom: 6px;
  font-family: var(--roboto-regular);
}

#today .default-details.deskview .dynamic-data1 .mtb1 .basic-set label i {
  color: var(--text-color-two);
}

#today .default-details.deskview .dynamic-data1 .mtb1 .basic-set .btn {
  font-size: 14px;
}
#today .default-details.deskview .dynamic-data1.show .mtb1 .basic-set .btn,
#today .default-details.deskview .dynamic-data1.show .mtb1 .basic-set .btn i {
  color: var(--bg-color-white);
}
.user-listing .user-listing-data1 .sub-title {
  font-size: 16px;
  line-height: 19px;
  color: var(--text-color-lite);
  font-family: var(--roboto-regular);
  font-weight: normal;
}

#today .default-details.deskview .page-title {
  font-size: 24px;
  line-height: 29px;
  color: var(--text-color-primary);
  font-family: var(--roboto-regular);
  margin-bottom: 17px;
}
.callview-main-cont {
  width: 100%;
}
#today .dynamic-data1 .user-profile-detail.pl1 h4 {
  color: var(--text-color-primary);
  font-family: var(--roboto-regular);
}
#today .default-details.deskview .panel p {
  color: #4a4a4a;
  font-size: 1rem !important;
}
#today .default-details.deskview .panel p,
#today .default-details.deskview .panel span {
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: var(--roboto-regular);
}
#today .default-details.deskview .mtb1 {
  margin-top: 23px;
  margin-bottom: 0;
}
#today .default-details.deskview .mtb1 h6 {
  /* font-weight: 700; */
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color-two);
  font-family: var(--roboto-semibold);
}
#today .default-details.deskview .mtb1 a {
  font-size: 16px;
  line-height: 26px;
  color: var(--text-color-lite);
  font-family: var(--roboto-regular);
}
#today .default-details.deskview .mtb1 a i {
  color: #3bb640;
}
.select-badge {
  width: 34px;
  height: 34px;
  max-width: 34px;
  background-color: var(--bg-color-white);
  border-radius: 50%;
  margin-left: 0.825rem;
  color: var(--primary-color);
  line-height: 34px;
  font-size: 2rem;
  position: relative;
  right: 0px;
  box-shadow: var(--box-shadow);
}

/* user listing hide and show*/
.default-details .dynamic-data,
.default-details .dynamic-data1,
.default-details .dynamic-data2 {
  display: none;
}

.default-details .dynamic-data.show,
.default-details .dynamic-data1.show,
.default-details .dynamic-data2.show {
  display: block;
}

.panel1 h6 {
  color: var(--text-color-two);
}

.default-data-static,
.dynamic-data,
.dynamic-data1,
.dynamic-data2 {
  display: flex;
  flex-direction: column;
}

.dynamic-data2 {
  max-height: 630px;
  overflow-y: auto;
}

.default-data-static span,
.default-data-static a {
  display: block;
  padding-bottom: 0.125rem;
  font-family: var(--roboto-regular);
  font-size: 0.875rem;
}
.menu-items .has-submenu a.active svg path {
  fill: unset;
  stroke: #fff;
}
.records-label-bl,
.records-label-dl {
  color: var(--text-color-black);
  font-family: var(--roboto-medium);
  font-size: 14px;
  color: var(--text-color-black);
}
.records-panal-details .mobile-align-left span a.btn-lite {
  background: var(--primary-color);
  border-color: var(--primary-color);
  padding: 5px 10px;
  font-family: var(--roboto-bold);
  font-size: 14px;
}
.records-label {
  font-family: var(--roboto-medium);
  color: var(--secondary-color);
}
.panel-grey {
  background-color: #d9d9d9;
  color: #5c5c5c;
}
.icon-place-center {
  justify-content: center;
  align-items: center;
}
.mtb1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.ptb1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.mt1 {
  margin-top: 1rem;
}
.mb1 {
  margin-bottom: 1rem;
}
.mt1-2 {
  margin-top: 1.125rem;
}
.mb1-2 {
  margin-bottom: 1.125rem;
}
.mb0 {
  margin-bottom: 0;
}
.pb1 {
  padding-bottom: 1rem;
}
.plr1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* User ligting on change*/
.user-list-core {
  display: flex;
}
.user-list-core-right {
  padding-left: 1rem;
  overflow: hidden;
}
.pl1 {
  padding-left: 1rem;
}
.pr1 {
  padding-right: 1rem;
}
.questionnaire-box #doctorSearchForm {
  margin-top: 20px;
}
.questionnaire-box #doctorSearchForm .left-radio,
.questionnaire-box #doctorSearchForm .right-radio {
  margin-top: 10px;
  display: inline-block;
}
.user-list-core img.user-image,
img.user-image {
  width: 78px;
  max-width: 78px;
  border-radius: var(--border-radius);
  border: 0.5px solid var(--border-grey);
  /* background: url(../images/default-user.png)top center; */
  background-size: 90px;
  background-repeat: no-repeat;
  min-height: 78px;
  border-radius: 100%;
  border: 0.5px solid var(--border-grey);
  /* padding: 0.25rem; */
  height: 78px;
}

.user-detail-list img.user-image-detail {
  width: 75px;
  height: 75px;
  min-height: 75px;
  padding: 0;
  border-radius: 100px;
  border: 0.5px solid var(--border-grey);
  /* background: url(../images/default-user.png)top center;*/
  background-size: 120px;
  background-repeat: no-repeat;
  border: 0.5px solid var(--border-grey);
}
.user-detail-list .user-profile-detail {
  padding-left: 22px;
}
img.user-image-list {
  width: 80px;
  max-width: 80px;
  background-size: 80px;
  min-height: 80px;
}

.user-detail-list .basic-set {
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.user-list-core .time {
  text-transform: uppercase;
}
.user-list-core {
  text-transform: capitalize;
}
.user-list-core h5 {
  color: var(--text-color-two);
  margin-bottom: 0.2rem;
  font-size: 16px;
  word-break: break-all;
  font-family: var(--roboto-regular);
}
.user-list-core span {
  display: block;
  color: #6a6a6a;
  font-family: var(--roboto-regular);
  font-size: 16px;
}
.user-list-core span.user-name {
  color: #737272;
  font-family: var(--roboto-regular);
  font-size: 16px;
  padding-top: 0.325rem;
}
/* .user-list-core span.status { font-size: .675rem;}  */
.user-list-core span.status > span {
  display: inline;
  color: var(--primary-color);
}
.user-list-core span.status {
  color: var(--text-color-primary);
  display: flex;
  flex-wrap: wrap;
}
#today .default-details.deskview .panel {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* .user-list-core span.user-name, .user-list-core h5 { text-overflow:ellipsis; overflow: hidden; white-space: nowrap; } */
.login-forgot-password a {
  color: var(--text-color-dark);
}
.basic-set label svg {
  margin-right: 12px;
}
.page-title.filter_doctor svg {
  margin-right: 20px;
}
.user-detail-list .basic-set span {
  font-size: 14px;
  line-height: 23px;
  font-family: var(--roboto-regular);
  display: block;
  padding-left: 0;
  color: var(--text-color-lite);
}
.has-form-element i {
  color: #bdbaba;
  padding-right: 0.125rem;
}
.user-profile-detail h4 {
  font-family: var(--roboto-regular);
  font-weight: normal;
  color: var(--text-color-two);
  font-size: 20px;
}
.titlecp span.sub-title {
  color: var(--text-color-primary);
  font-family: var(--roboto-regular);
}
.klip .label label,
.default-details .language {
  font-family: var(--roboto-regular);
  color: var(--text-color-primary);
}
.user-listing-data .panel1 h6 {
  font-weight: normal !important;
}
.user-listing-data .panel1 h6 a {
  color: var(--text-color-primary);
  font-family: var(--roboto-regular);
}
/* #doctor_profile_list .basic-set label {
    color: #000;
} */
#doctor_profile_list .basic-set label i {
  display: none;
}

.user-listing-data2 .user-list-core-right .user-name.lang {
  padding-top: 0;
}

.user-listing-data2 .user-list-core-right .time.depat {
  padding-top: 0.325rem;
}
.dynamic-data2 .one.mb1 .font-s {
  font-size: 1rem;
}
/* doctor profile tab section goes here */
.doctor-profile-bundle .list-group-item {
  margin-bottom: 0.5rem;
  border-radius: 3px;
  text-decoration: none !important;
}
#absenceForm .table thead tr th {
  color: var(--primary-color);
}
.doctor-profile-bundle a.list-group-item.active,
.doctor-profile-bundle a.list-group-item.active:hover {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  opacity: 1;
}
.doctor-profile-bundle a.list-group-item i {
  color: #a2a2a2;
  padding-right: 10px;
}
.doctor-profile-bundle a.list-group-item.active:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 22px;
  border: solid #cdcdcd;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.doctor-profile-bundle a.list-group-item:hover {
  opacity: 0.5;
}
.doctor-profile-data .bhoechie-tab-body .form-group .col-sm-3,
.doctor-profile-data .bhoechie-tab-body .form-group .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.doctor-profile-data h1,
.panel-title-h1 h1 {
  font-size: 1.75rem;
}
.doctor-profile-bundle,
.mt1-5 {
  margin-top: 1.5rem;
}
.overflow-y {
  max-height: 730px;
  overflow-y: auto;
}

/* doctor detail right side section updated */

#doctor_profile_list .user-detail-list .flex-column .basic-set:first-child {
  margin-top: 0.5rem;
  background-color: var(--primary-color);
  margin-left: -1rem;
  padding: 1rem 1rem 2rem 4rem;
  position: relative;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  color: var(--bg-color-white);
}
#doctor_profile_list .user-detail-list .flex-column .basic-set:first-child img {
  position: absolute;
  left: 20px;
  top: 40%;
  transform: translateY(-60%);
}
.call-precheck .device-check span {
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--bg-color-white);
  border: 0.3px solid rgba(0, 0, 0, 0.3);
  border-radius: 7px;
  position: relative;
  margin-bottom: 2px;
  font-family: var(--roboto-medium);
  font-size: 12px;
  height: 48px;
}
.pre-cont .mtb1 {
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  padding-right: 35px;
}
.pre-cont .precheck-btn {
  width: 100%;
}
.call-precheck .device-check span i.fa-check {
  background: rgb(39 174 96 / 12%) !important;
  font-size: 12px;
  height: 24px;
  width: 24px;
}

.call-precheck .device-check span.active i.fa-check {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.device-check span.active {
  color: var(--text-color-dark) !important;
}
.device-check span i.fa-check {
  position: absolute;
  right: 12px;
  margin-right: 0;
  top: 11px;
}
#button-end-call i,
#leave_wroom i {
  position: relative;
  top: 2px;
}
.parent_table_records table thead {
  background: var(--bg-color-white);
}
.call-precheck .video-section {
  width: 486px;
  border: 20px solid white;
  background-color: var(--video-bg-color);
  height: 250px;
  position: relative;
}
.parent_table_records table thead tr th {
  border-bottom: 4px solid var(--bg-color-grey);
}

.parent_table_records table tbody {
}

.parent_table_records table tbody tr td {
  border-top: 4px solid var(--bg-color-grey);
  padding: 8px 6px;
}
.parent_table_records table tbody tr td a.editMode {
  padding: 0 10px;
  height: 34px;
  display: inline-block;
  line-height: 34px;
}
.parent_table_records table tbody tr td a.callview {
  border-radius: 0;
  border: none;
}
.parent_table_records .table-striped tbody tr:nth-of-type(odd) {
  background: var(--bg-color-white);
}
.pwd-icons i.fa.fa-eye {
  position: relative;
  right: 1px;
}
#loginForm input {
  border-radius: 0;
}
.questionnaire-box #doctorSearchForm textarea {
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 10px;
  color: var(--text-color-dark);
}
.questionnaire-box #doctorSearchForm select {
  padding-bottom: 0;
  height: 100%;
  line-height: 12px;
  height: 47px;
}

.questionnaire-box #doctorSearchForm li label input {
  margin-right: 10px;
  height: 15px;
  width: 15px;
}

.questionnaire-box #doctorSearchForm li label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.questionnaire-box #doctorSearchForm li label ~ br {
  display: none;
}
.questionnaire-box #doctorSearchForm .caption .caption-badge {
  margin-top: 10px;
}
.questionnaire-box #doctorSearchForm li label:nth-child(2) {
  margin-top: 20px;
}
.accordion-box #headingOne h4 {
  padding: 0;
}
.questionnaire-box #nextbutton {
  line-height: 1.5;
}
.questionnaire-box #doctorSearchForm li:first-child input {
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.19);
  padding-left: 15px;
  padding-right: 15px;
}
.questionnaire-box #doctorSearchForm .rating-stars .krajee-icon,
.questionnaire-box #doctorSearchForm .clear-rating .krajee-icon-clear {
  width: 20px;
  height: 20px;
}
.questionnaire-box #doctorSearchForm li form .form-group {
  margin-top: 10px;
}

.questionnaire-box #doctorSearchForm .left-radio {
  margin-right: 20px;
}
.questionnaire-box #doctorSearchForm .left-radio,
.questionnaire-box #doctorSearchForm .right-radio,
.questionnaire-box #doctorSearchForm li label {
  font-size: 16px;
}
.questionnaire-box #doctorSearchForm li {
  margin-bottom: 2rem;
  font-size: 20px;
}
.questionnaire-box #doctorSearchForm .left-radio input,
.questionnaire-box #doctorSearchForm .right-radio input {
  position: relative;
  top: 2px;
  height: 15px;
  width: 15px;
}
.accordion-box ol.help-box {
  padding-left: 0;
}
.data-section .panel .label p {
  font-size: 14px;
  font-weight: 300;
  padding-bottom: 7px;
  color: var(--text-color-lite);
}
.language {
  color: var(--text-color-two);
}
.profiles-panel .panel {
  box-shadow: none;
  border: 1px solid #e1e1e1;
}
.tech_support svg {
  margin-right: 20px;
}
/* .data-section .sub-title {
	font-weight: bold;
	color: var(--text-color-two);
} */
.data-section .panel p {
  font-size: 14px !important;
  color: var(--text-color-lite);
  font-family: var(--roboto-regular);
}
.history-payment .card-history .sub-title,
.paymentss span.sub-title {
  font-family: var(--roboto-regular);
  color: var(--text-color-primary);
}
.bl .history-payment .card-history .sub-title {
  padding-bottom: 0;
}
#doctor_profile_list .user-detail-list .flex-column .basic-set:nth-child(2) {
  background-color: var(--bg-color-white);
  margin-left: -1rem;
  padding: 1rem 1rem 0rem 1rem;
  margin-top: -2.5rem;
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
  z-index: 1;
}
#questionnaire_section .accordion-box .panel-title {
  background: transparent;
  color: #111111;
  padding-left: 0;
}
#questionnaire_section .accordion-box .panel {
  box-shadow: none;
  border: none;
  padding: 0;
}
#questionnaire_section .accordion-box .panel-title a {
  color: #111111;
  font-size: 20px;
  font-family: var(--roboto-bold);
}

#questionnaire_section .accordion-box .panel-body li {
  font-size: 1rem;
  color: var(--text-color-dark);
  font-family: var(--roboto-regular);
}
.video-call-parent .call-duration span {
  background: transparent !important;
  text-align: center;
}

.video-call-parent .call-duration span.toggle-button-top {
  display: none;
}

.video-call-parent #auth-state {
  right: auto;
  text-align: center;
  width: 100%;
  bottom: 70px;

  color: #f1e4e4 !important;
}
#instant_chat_form textarea {
  width: 80%;
  margin-left: 40px;
  background: transparent;
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  height: 100%;
  min-height: 40px !important;
  line-height: 20px;
  padding-top: 30px;
}
.box-footer {
  border-top: 1px solid rgba(112, 124, 151, 0.15) !important;
  background: transparent !important;
  margin: 10px;
  padding: 10px;
}
.video-question-box #chat.tab-pane {
  /* padding: 15px 20px 30px 20px; */
}
#speciality_form_section .code table tbody,
#absenceform .code table tbody {
  /* display: flex; */
  flex-direction: row;
  flex-wrap: wrap;
}
#speciality_form_section .code table tbody tr:nth-child(2) td,
#speciality_form_section .code table tbody tr:nth-child(3) td {
  flex: 0 0 31.33%;
  width: 31.33%;
  border-right: 1px solid #ddd;
  border-radius: 0;
}
#speciality_form_section .code table tbody tr td span {
  display: block;
}
#absenceform .code table tbody tr:nth-child(2) td {
  flex: 0 0 31.65%;
  width: 31.65%;
  border-right: 1px solid #ddd;
  border-radius: 0;
}
#absenceform .code table tbody tr:nth-child(3) td {
  flex: 31%;
  width: 31%;
  border-right: 1px solid #ddd;
  border-radius: 0;
}
.topnav .nav.nav-tabs li a.active svg path,
.topnav .nav.nav-tabs li a:hover svg path {
  fill: var(--bg-color-white);
}
#absenceform .code table tbody tr:nth-child(2) td:first-child,
#absenceform .code table tbody tr:nth-child(3) td:first-child {
  border-left: 1px solid #ddd;
}
#absenceform .code table tbody tr td {
  padding: 0 5px;
}
#speciality_form_section .code table tbody tr p,
#absenceform .code table tbody tr p {
  color: #818181;
}

#speciality_form_section .code table tbody tr {
  margin: 0 !important;
  border-bottom: 1px solid #ddd;
}
#speciality_form_section .code table tbody tr:nth-child(2) td:first-child {
  border-left: 1px solid #ddd;
}
#speciality_form_section .code table tbody tr:first-child,
#absenceform .code table tbody tr:first-child {
  flex: 0 0 100%;
  width: 100%;
}
#absenceform .code table tbody tr:nth-child(4) td:first-child {
  border-top: none !important;
  text-align: left !important;
  border: none;
}
#speciality_form_section .code table tbody tr:nth-child(4) td {
  border-top: none !important;
  text-align: left !important;
}
#form_section .absenceform .nav.nav-tabs li {
  width: 100%;
}
#speciality_form_section .code table tbody tr td,
#absenceform .code table tbody tr td {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0 !important;
  flex: unset;
  width: unset;
}
#speciality_form_section .code table tbody tr:nth-child(2),
#speciality_form_section .code table tbody tr:nth-child(3),
#absenceform .code table tbody tr:nth-child(2),
#absenceform .code table tbody tr:nth-child(3) {
  display: flex;
}
#speciality_form_section .code table tbody tr td p,
#absenceform .code table tbody tr td p {
  margin-bottom: 10px;
}
#speciality_form_section .code table tbody tr td,
#speciality_form_section .code table tbody tr td p,
#absenceform .code table tbody tr td,
#absenceform .code table tbody tr td p {
  font-size: 13px !important;
  line-height: 25px !important;
  color: var(--text-light-color-para) !important;
  height: unset;
}

#speciality_form_section .code table tbody tr,
#speciality_form_section .code table tbody tr td input,
#speciality_form_section .code table tbody tr td textarea {
  margin: 10px 0;
}
#speciality_form_section .code table tbody tr:nth-child(4) td,
#absenceform .code table tbody tr:nth-child(4) td {
  padding: 20px 0 !important;
  font-size: 20px !important;
  text-align: left;
  font-weight: normal !important;
}
#speciality_form_section .code table tbody tr:nth-child(3) td:nth-child(2),
#absenceform .code table tbody tr:nth-child(3) td:nth-child(2) {
  padding-left: 0 !important;
}
/*feedbackform*/
.col-sm-12.surveyForm .left-radio input,
.col-sm-12.surveyForm .right-radio input {
  border: 1px solid var(--bg-color-white);
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.col-sm-12.surveyForm .left-radio,
.col-sm-12.surveyForm .right-radio {
  font-family: var(--roboto-regular);
  font-style: normal;
  font-size: 17px;
  line-height: 21px;
  margin: 10px 10px;
  overflow: hidden;
  display: inline-block;
}
.col-sm-12.surveyForm .theme-krajee-svg.rating-md .krajee-icon,
.col-sm-12.surveyForm .theme-krajee-svg.rating-md .krajee-icon-clear {
  width: 22px;
  height: 22px;
}
.feedback-profile #accordion .help-box li,
.doc-matadata p {
  color: var(--bg-color-white);
  font-family: var(--roboto-regular) !important;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  list-style: none;
  margin: 0.4rem 0;
}
.col-sm-12.surveyForm .panel-heading h4 a {
  color: var(--bg-color-white);
  font-family: var(--roboto-regular) !important;
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 22px;
  list-style: none;
  margin: 1.5rem 0;
}
.col-sm-12.surveyForm .panel.panel-default {
  padding: 0 !important;
}
.col-sm-12.surveyForm .doc-metadata {
  margin: 0 !important;
}
.col-sm-12.surveyForm,
.col-sm-12.surveyForm .container {
  padding: 0px !important;
}
.video-call-parent .call-buttons .form-group.end-call {
  position: absolute;
  top: 10px;
  margin-bottom: 0;
  left: 0;
  right: 0;
}

.video-call-parent .call-buttons .form-group.end-call .mobver {
  justify-content: center;
}

/* 
#chat-box p.message {
    width: 100;
} */

#instant_chat_form .image-upload {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#instant_chat_form {
  position: relative;
}

#instant_chat_form button#send_chat {
  background: none;
  margin-right: 0;
  font-size: 20px;
  padding: 0;
  box-shadow: none;
  height: 35px;
  width: 35px;
}
#instant_chat_form .input-group-btn-style {
  background: var(--primary-color) !important;
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
}
#instant_chat_form .image-upload label {
  margin-bottom: 0;
}
.video-call-parent .call-buttons {
  width: 100%;
  position: absolute;
}
.video-call-parent #local-container {
  border: 1px solid var(--bg-color-white);
  width: 82px;
  position: absolute;
  right: auto;
  bottom: auto;
  height: 85.5px;
  top: 50px;
  left: 20px;
  z-index: 10;
}
#smileyrating .custom-rating-block {
  justify-content: center;
}

#smileyrating .custom-rating-block li {
  list-style: none;
  font-size: 18px;
}

#smileyrating .custom-rating-block li img {
  width: 45px;
  height: 45px;
}

#smileyrating .custom-rating-block li span {
  padding-top: 0;
}
#questionnaire_section #smileyrating .custom-rating-block li.active {
  background: var(--primary-color);
}

#questionnaire_section #smileyrating .custom-rating-block li.active span {
  color: #fff;
}
#smileyrating .custom-rating-block li.active {
  background: #05567dd6;
}

#smileyrating .custom-rating-block li.active span {
  color: var(--primary-color);
}
.Feedback-question .doc-matadata span,
.feedback-profile #accordion .panel-title a {
  font-size: 18px;
}
/* .feedback-profile .Feedback-question .doc-matadata {
    margin-bottom: 0;
}
.feedback-profile .Feedback-question  #accordion {
    padding-top: 0;
} */
/* #local-container video {
  border: 1px solid var(--bg-color-white);
  width: 100%!important;
  height: 60.5px !important;
} */
#vidyoConnector .item {
  background: transparent;
}
#vidyoConnector .col-sm-80 {
  width: 100%;
}
.code table tr td {
  border: 1px solid #333;
  width: 100%;
  color: #818181;
  border-radius: 4px;
  background: var(--bg-color-grey);
  height: 50px;
  margin-bottom: 5px;
  margin-left: 5px;
}
#prescription .height-control table thead tr th {
  border-right: 1px solid #ddd;
  padding: 5px 10px;
}
#prescription .height-control table thead tr {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
#prescription .height-control table thead tr th:first-child {
  border-left: 1px solid #ddd;
}
#prescription .height-control table tbody {
}
#prescription .height-control table tbody tr td {
  border-right: 1px solid #ddd;
  border-radius: 0;
  padding: 5px 10px;
  width: auto;
  white-space: pre;
}
#prescription .height-control table tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
#prescription .height-control table tbody tr {
  border-bottom: 1px solid #ddd;
  display: table-row;
}
#prescription .height-control table tbody tr td input {
  display: none;
}
#prescription .height-control table {
  max-width: 410px;
  overflow-x: auto;
  margin: 0 auto;
  display: block;
}

#form_section
  .absenceform
  .right-box_content
  .tab-pane
  .package-checkbox.active
  .custom-checkbox-name:before {
  background: #0060df;
  border-color: #0060df;
}
#form_section
  .absenceform
  .right-box_content
  .tab-pane
  .package-checkbox.active
  .custom-checkbox-name:after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  border: solid var(--bg-color-white);
  border-top-width: medium;
  border-right-width: medium;
  border-bottom-width: medium;
  border-left-width: medium;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 0px;
  right: 9px;
}
.item.col-sm-12 .pull-right {
  /* background-color: var(--primary-color)!important; */
  margin-left: 30px !important;
  float: left;
  max-width: 97%;
  margin-bottom: 30px !important;
}

.item.col-sm-12 .pull-left {
  background-color: var(--primary-color);
  margin-right: 30px !important;
  margin-bottom: 30px !important;
  padding: 10px;
  max-width: 95%;
}
.chat .pull-right p.message {
  float: left;
  padding-right: 10px;
  min-width: 100px !important;
  float: left;
  margin-left: 0px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  margin-bottom: 5px;
}
.chat .pull-left p.message {
  float: left;
  padding-left: 10px;
  min-width: 100px !important;
  float: left;
  margin-left: 0px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 5px;
  color: var(--bg-color-white);
  background: transparent !important;
}

.item.col-sm-12 .pull-right {
  border-radius: 0px 25px 25px 25px !important;
}
.pull-right .ch_da_tm.text-left {
  margin-left: 0;
  position: absolute;
  color: var(--text-color-dark);
  bottom: 0px;
}
.pull-left .ch_da_tm.text-right {
  margin-right: 0;
  position: absolute;
  bottom: 0px;
  color: var(--text-color-dark);
  right: 50px;
}
.col-sm-021 a img {
  margin: 10px;
}

.feedback-box {
  text-align: center;
  height: 83vh;
}
.feedback-profile .feedback-box {
  background: var(--primary-color);
  margin: 0 0.5rem;
  /* height: fit-content; */
}
body.feedback .menu-section .group-one.menu-items,
body.feedback .menu-section .deskview {
  display: none !important;
}
.video-call-parent {
  margin: 30px auto;
}
.feedback-profile .Feedback-question {
  margin: 0 auto;
}

.feedback-box h1 {
  /* font-size: 0.5rem!important; */
  color: #ffff;
}
.feedback-profile #accordion .help-box {
  display: flex;
  justify-content: center;
  text-align: center;
}
.feedback-profile #accordion .panel-title {
  text-align: center;
  margin: 0;
  padding: 0 0 1rem 0;
}
.feedback-profile #accordion .panel {
  background: transparent;
  box-shadow: none;
}
.feedback-profile #accordion .help-box li {
  color: var(--bg-color-white);
  padding-bottom: 1rem;
}
.accordion-box #headingOne h4 a {
  color: var(--bg-color-white);
}
.feedback-profile p {
  color: var(--bg-color-white);
}
.feedback-box {
  text-align: center;
}
#save_survey_btn {
  background: var(--bg-color-white);
  color: var(--text-dark-colr);
  width: 264px;
  font-size: 18px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  padding-bottom: 0;
  padding-top: 0;
  margin-top: 0;
}
.submenu a.active i {
  top: 50%;
  transform: translateY(-50%);
  color: var(--text-color-dark);
}
.Feedback-question .doc-matadata span {
  padding-top: 26;
  padding-bottom: 20px;
}

.Feedback-question .doc-matadata p {
  margin: 0;
}

.Feedback-question #smileyrating {
  padding-top: 16px;
}

.Feedback-question #smileyrating ul li span {
  padding-bottom: 0;
}
#vidyoConnector #auth-state {
  bottom: 80px;
  color: var(--secondary-color);
}
.call-buttons .doctorname {
  position: absolute;
  bottom: 100px;
  font-family: var(--roboto-regular);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  width: 100%;
  text-align: center;
  color: #f1e4e4 !important;
}
.call-buttons #pat-name {
  position: absolute;
  bottom: 115px;
  font-family: var(--roboto-regular);
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;

  width: 100%;
  text-align: center;
  color: #f7f5f5;
}
.doc-matadata span {
  display: block;
  color: var(--bg-color-white);
  padding: 10px 0;
}
.pull-left p.message {
  background: transparent !important;
  width: auto;
  float: right;
  margin-bottom: 5px;
  margin-right: 10px !important;
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  text-align: right;
  min-width: 100px;
}
.chat .item.col-sm-12 {
  width: 100%;
  float: left;
}
.pull-left .col-sm-021 a img {
  float: right;
}
/* div#chat-box{
padding-left:10px;}
 */
.doc-matadata img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
.item.col-sm-12 .pull-right {
  /* background:transparent!important; */
  margin-bottom: 30px;
  display: block !important;
}
.item.col-sm-12 .pull-left {
  border-radius: 25px 25px 0px 25px !important;
  border: 2px solid #8195ad;
  display: block !important;
  float: right !important;
}
.pull-left img.online {
  border-radius: 50%;
  height: 40px;
  border: 1px solid #ddd;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}
.ch_da_tm {
  clear: both;
}
.pull-right img.online {
  border-radius: 50%;
  height: 40px;
  border: 1px solid #ddd;
  float: left;
  position: absolute;
  left: 0;
  top: 0px;
}
.pull-left img.online {
  border-radius: 50%;
  height: 40px;
  border: 1px solid #ddd;
  float: right;
  position: absolute;
  right: 0;
  bottom: 20px;
}
/* .call-precheck .device-check .fa-check {
    position: absolute;
    right: -25px;
	top:0;
} */
.call-precheck .device-check {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  flex-direction: row !important;
}
/* #doctor_profile_list .user-detail-list .flex-column .basic-set {
    background-color: var(--bg-color-white);
    margin-left: -1rem;
    padding: 0rem 1rem;
    margin-top: -1rem;
    padding-bottom: 1rem;
} */
#doctor_profile_list .user-detail-list .flex-column .basic-set:last-child {
  margin-bottom: 1rem;
  margin-top: 1rem;
  background-color: transparent;
}
#doctor_profile_list
  .user-detail-list
  .flex-column
  .basic-set:first-child
  label {
  color: white;
}
#doctor_profile_list
  .user-detail-list
  .flex-column
  .basic-set:first-child
  span {
  color: #c1c1c1;
}

/* Ends here */

/* push notification and questionaire box on consent*/
.parent_push {
  margin-top: 1.5rem;
}
.parent_push .push-tab-menu,
.parent_push .push-tab {
  flex: 0 0 100%;
  max-width: 100%;
}

.parent_push .push-tab {
  background-color: white;
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius);
  padding: 1rem;
}

.parent_push .push-tab-menu .list-group {
  display: none;
}
.parent_push .push-tab-menu h1 {
  font-size: 1.75rem;
}
.parent_push .push-tab-menu h1 i {
  font-size: 1.45rem;
  margin-right: 0.5rem;
}

.parent_push .push-tab h1 {
  font-size: 1.25rem;
}

.parent_push .bhoechie-tab-body .inbox-message,
.doctor-view-push .bhoechie-tab-body .inbox-message {
  background-color: #ddd;
  color: #000;
  padding: 0.3rem 0.5rem;
  margin-bottom: 0.5rem;
  border-radius: 6px;
}
.parent_push .bhoechie-tab-body .inbox-message:nth-child(even),
.doctor-view-push .bhoechie-tab-body .inbox-message:nth-child(even) {
  background-color: #ecf0f1;
}
.parent_push .inbox-message .notify-content,
.doctor-view-push .inbox-message .notify-content {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.parent_push .inbox-message .notify-content span,
.parent_push .inbox-message .notify-content p,
.doctor-view-push .inbox-message .notify-content span {
  font-size: 0.825rem;
}

.parent_push .inbox-message .notify-content span.time,
.doctor-view-push .inbox-message .notify-content span.time {
  text-align: left;
  opacity: 0.4;
  font-size: 0.625rem;
}

.questionnaire-box .col-md-8 {
  flex: 0 0 100%;
  max-width: 100%;
}
.questionnaire-box .panel {
  padding: 0.2rem 0.7rem;
  margin-bottom: 0.2rem;
}

.questionnaire-box h1 {
  font-size: 1.75rem;
  text-align: left !important;
}
.questionnaire-box .panel-group h4 {
  margin: 0;
}
.questionnaire-box .panel-group h4 a {
  font-size: 1rem;
}
/* ends here */

.modal .close {
  position: absolute;
  top: 5px;
  right: 10px;
}
img.close {
  float: right;

  color: #000;
  text-shadow: 0 1px 0 var(--bg-color-white);
  opacity: 1;
}

/* home tab hide show  // create account */
.home-section,
.tabone.activet,
.tabtwo.activet {
  display: flex;
  flex-direction: column;
}
.tabone,
.tabtwo {
  display: none;
}

.home-section.hidethis {
  display: none;
}

#loginModal .modal-content {
  min-height: 500px;
}
#loginModal .page-title {
  margin-bottom: 0.425rem;
  font-size: 2.5rem;
  font-family: var(--roboto-light);
  color: var(--text-color-primary);
}
.buttons-center button {
  flex: 0 0 50%;
  max-width: 50%;
}
.buttons-center .btn + .btn {
  margin-left: 1.25rem;
}
.login-separate .col:first-child {
  border-right: 1px solid rgba(0, 0, 0, 0.099);
}
.login-separate .col {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
/* form elements */
.box-sec-con.pres-data .col-md-6 {
  margin-bottom: 0.5rem;
}

.box-sec-con.pres-data {
  display: flex;
  flex-wrap: wrap;
}

#doctorSearchForm li {
  margin-bottom: 0.5rem;
}
#nextbutton {
  flex: 0 0 50%;
  margin: 1rem auto;
}
.has-form-element {
  padding: 1.5rem 0;
}
.has-form-element i {
  font-size: 0.825rem;
}

.has-form-element input[type="text"],
.has-form-element input[type="password"],
input[type="text"] {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.19);
  width: 100%;
  color: #818181;
}
.phone {
  padding-left: 2.75rem !important;
}
.prevalue .email {
  padding-left: 1.425rem;
}

.has-form-element input[type="text"]:focus {
  outline: none;
}
.has-form-element .invalid-feedback {
  color: var(--text-color-lite);
}

.prevalue {
  position: relative;
}
span.prevalue {
  position: absolute;
  top: 1px;
}

/* plain content */
.plain-content span.title {
  display: block;
  color: var(--text-color-dark);
  margin-bottom: 0.125rem;
}
.plain-content p {
  margin-bottom: 1.5rem;
  font-size: 0.825rem;
  color: var(--text-color);
}
.plain-content li {
  font-size: 0.825rem;
  list-style: none;
}

.has-form-element.consent {
  padding: 0.425rem 0;
}
.has-form-element.consent label {
  font-size: 0.825rem;
  display: inline-block;
}
.form-radio .form-check-label {
  position: relative;
  top: 2px;
}

/* video call precheck and */
.call-precheck {
  /* background-color: var(--primary-color); */
  padding: 0 2rem 2rem 2rem;
}
.call-precheck p {
  color: var(--text-color-dark);
  font-size: 14px;
  font-weight: 300;
}
.device-check span {
  color: var(--text-color-dark);
  font-size: 14px;
}
.call-precheck .page-title.ffarab.text-white.deskview,
.call-precheck .text-lite.deskview {
  display: none;
}
#appoint .page-title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 28px;
  text-align: center;
  font-family: var(--roboto-regular);
  margin-bottom: 0;
  color: var(--text-color-primary);
}
.call-page .time.call-duration {
  color: white;
  width: 100%;
  display: block;
  padding-top: 5px;
}
.call-page .time label {
  margin-bottom: 0;
  padding-left: 2px;
  padding-right: 2px;
}

.call-page .time {
  color: #ddd;
}
.device-check span {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 0.825rem;
}
.device-check span.active {
  color: white;
}

.call-precheck .pre-cont {
  display: flex;
  align-items: flex-start;
  padding: 0 25px;
  width: 100%;
  max-width: 375px;
  gap: 6px;
  flex-wrap: wrap;
  flex-direction: unset !important;
}

.video-section span {
  color: #000000;
  position: absolute;
  left: -20px;
  bottom: -15px;
  width: calc(100% - -40px);
  background: var(--bg-color-white);
  right: 0;
  font-size: 18px;
  font-weight: 300;
}
.call-precheck #media_success {
  color: var(--bg-color-white);
}
.swal-modal .swal-icon .swal-icon--warning__body {
  height: 22px;
}
.swal-modal .swal-icon {
  width: 80px !important;
  height: 77px !important;
}
.swal-modal .swal-footer .swal-button-container .swal-button--danger,
.swal-modal .swal-footer .swal-button-container .swal-button {
  background: var(--primary-color);
}
.call-precheck .precheck-btn button {
  line-height: 1.5;
  height: 48px;
  padding: 0 30px;
  max-width: 280px;
  width: 100%;
  background: var(--primary-color);
  color: var(--bg-color-white);
  border-radius: 5px;
  font-size: 14px;
}

.device-check span i {
  background-color: var(--bg-color-white);
  /* padding: 10px; */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: var(--primary-color);
  font-size: 18px;
  margin-right: 0.825rem;
}
.call-precheck .mtb1 {
  width: 100%;
  align-items: flex-start;
}
.device-check span i.fa-check {
  visibility: hidden;
  background-color: transparent !important;
  color: var(--secondary-color) !important;
}
.device-check span.active i {
  background-color: white;
  color: var(--primary-color);
}
.device-check span.active i.fa-check {
  visibility: visible;
}

/* .call-precheck .error-msg {
    color: white;
} */

/*  call page */

.call-page {
  padding: 0;
}

.call-page .doctor-image {
  width: 160px;
  max-width: 160px;
  border: 10px solid rgba(255, 255, 255, 0.12);
  border-radius: 2rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.doctor-image img.doc-img {
  width: 135px;
  max-width: 140px;
  border: 10px solid rgba(255, 255, 255, 0.7);
  border-radius: 1.5rem;
}
.call-page .call-button-set {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.btn-red {
  background-color: #d55353;
}
.call-page .call-button-set button.btn {
  font-size: 1.25rem;
  margin-right: 1rem;
  min-width: 47px;
}

/* call icons and video hide show */

.call-page .call-waiting,
.call-chat.col-lg-4 {
  display: flex;
}

.call-waiting.hidethis,
.btn.mic,
.btn.video {
  display: none;
}

.btn.mic.enable,
.btn.video.enable {
  display: inline-block;
}

.call-page .video-call {
  display: none;
  position: relative;
}
.video-call.connected {
  display: block;
}
.video-call .doctor-video {
  background-color: #000;
  min-height: 400px;
  position: relative;
}
.doctor-video span.doc-name {
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.video-call .patient-video {
  width: 170px;
  height: 150px;
  background-color: #818181;
  border: 2px solid white;
  position: absolute;
  top: 45px;
  right: 15px;
}

.col-lg-8 .video-call .patient-video {
  width: 120px;
  height: 120px;
}

.call-chat {
  display: none;
  background-color: #919191;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#chat-box,
.chat-inner-data .chat {
  display: flex;
  flex-direction: column;
  padding-right: 0.325rem;
}

.chat-head,
.chat-head button {
  color: white;
  text-shadow: none;
  opacity: 1;
  font-size: 1.25rem;
}
.chat-inner-data .sender {
  background-color: white;
  color: var(--primary-color);
  padding: 0.42rem;
  border-radius: 8px;
  font-size: 0.825rem;
  margin-bottom: 0.825rem;
  border-bottom-right-radius: 0;
  flex: 0 0 70%;
  max-width: 70%;
  align-self: flex-end;
}
.chat-inner-data .receiver {
  background-color: var(--secondary-color);
  color: white;
  padding: 0.42rem;
  border-radius: 8px;
  font-size: 0.825rem;
  margin-bottom: 0.825rem;
  border-top-left-radius: 0;
  flex: 0 0 70%;
  max-width: 70%;
  align-self: flex-start;
}
.chat-inner-data {
  max-height: 450px;
  overflow-y: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
}
.chat-inner-data span.time {
  padding-top: 0.425rem;
  display: block;
  text-align: right;
  font-size: 0.525rem;
  opacity: 0.8;
}
.chat-inner-data img {
  max-width: 100px;
}
.chat-textbox input[type="text"] {
  padding: 0.5rem;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 10px;
  width: 100%;
  color: black;
  font-size: 0.825rem;
}
.chat-textbox input[type="text"]:focus {
  outline: 0;
}
input#instant-chat_message {
  padding-right: 30px;
}

/* added from php file */
button#send_chat {
  background-color: var(--secondary-color);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

button#send_chat i {
  color: white;
}

.image-upload {
  position: relative;
  left: -25px;
  font-size: 18px;
  top: 5px;
}

.image-content.patient {
  width: 100px;
  max-width: 100px;
  float: right;
  margin-right: 5px;
}
.image-content img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
.image-content span.remove-attach {
  font-size: 16px;
  cursor: pointer;
  float: right;
  margin-right: 3px;
}
.topnav .nav.nav-tabs {
  flex-direction: column;
  border: none;
}
.topnav .nav.nav-tabs li a.active,
.topnav .nav.nav-tabs li a:hover {
  background-color: var(--primary-color);
  color: var(--bg-color-white);
}
.topnav .nav.nav-tabs li a {
  font-size: 1.625rem;
  color: var(--primary-color);
  padding-top: 0.5em;
  text-align: center;
  border-radius: 0;
  border: 1px solid rgb(0, 0, 0, 20%);
  padding-bottom: 0.7rem;
  height: 52px;
  width: 55px;
  background-color: rgba(255, 255, 255, 0.5);
}
.topnav span.chat-count {
  font-size: 0.825rem;
  width: 20px;
  height: 20px;
  text-align: center;
  top: -10px;
  line-height: 10px;
}

.video-question-box .video-tab-ques {
  background-color: rgba(255, 255, 255, 0.2);
  padding-left: 15px;
  padding-right: 0;
  border-radius: 5px;
}
.video-tab-ques .tab-pane h3 {
  font-size: 1.25rem;
  color: white;
}
.video-tab-ques .height-control {
  height: 100%;
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
}
#speciality_form_section .code table tbody tr:nth-child(5) {
  float: left;
  display: block;
}
.feedback-profile #speciality_form_section p {
  color: var(--text-color-dark);
}
.video-tab-ques .panel .panel-title {
  font-size: 1.12rem;
  margin: 0;
  background-color: #9c9c9c;
  padding: 5px;
  border-radius: 3px;
}
.video-tab-ques .panel .panel-title a {
  color: white;
  position: relative;
  top: 2px;
  text-decoration: none;
}
.video-tab-ques .common-group {
  display: block;
}
.video-tab-ques .common-group .panel {
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}

.common-group .panel ol,
.common-group .panel ul {
  padding-left: 0;
}
.common-group .panel ol li,
.common-group .panel ul li {
  list-style: none;
  margin-bottom: 0.5rem;
}
/*  parent Portal CSS Start */
.video-call-parent .call-buttons .form-group.end-call {
  position: absolute;
  top: 10px;
  margin-bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.video-call-parent .call-buttons {
  height: 66.4px;
}

#icdcode {
  background: var(--bg-color-white);
  /* padding: 15px 20px; */
}
#icdcode h3 {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #2e384d;
  margin-bottom: 18px;
}

/* .video-call-parent .call-duration {
    position: absolute;
    top: 0;
     width: calc(100% - 30px);
     left: 0;
    right: 0;
padding-right:21px;
    margin: 0 auto;
background-color: var(--primary-color);
    z-index: 1;
} */
.video-call-parent div.call-duration span {
  padding: 10px !important;
  text-align: right;
}
.pull-right {
  margin: 10px 0;
}
.video-question-box .tab-pane {
  background: var(--bg-color-white);
  padding: 15px 20px;
}

.video-question-box .tab-pane {
  background: var(--bg-color-white);
  padding: 15px;
}
.video-question-box #accordion_0 .panel {
  box-shadow: none;
}
.video-question-box #home .video-box-title {
  font-size: 24px;
  font-family: var(--roboto-regular);
}
.feedback-profile #home .video-box-title p {
  color: var(--text-color);
}
#icdcode .code,
#absenceform .absenceform {
  margin-left: 1rem;
}
.video-question-box #accordion_0 .panel .panel-title {
  background: transparent;
}
#prescription .panel {
  box-shadow: none;
}
.video-question-box #accordion_0 .panel .panel-collapse li textarea {
  background: var(--bg-color-white) FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  padding: 10px;
  font-weight: 300;
  font-size: 14px;
  color: #666;
  font-family: var(--roboto-regular) !important;
}
.video-question-box #accordion_0 .panel .panel-collapse li select {
  color: #666;
  font-weight: 300;
}
.video-question-box .video-tab-ques input,
.video-question-box .video-tab-ques textarea {
  font-weight: 300;
  font-size: 14px;
  color: #666;
  padding: 10px;
  border: 1px solid rgb(0 0 0 / 20%);
}
.video-question-box .video-tab-ques #add_prescription {
  color: var(--bg-color-white);
}
#patprofile #prev_call_history_length {
  width: 30%;
  float: left;
}

#absenceform .code table tbody tr {
  border-bottom: 1px solid #d2d2d2;
}
#absenceform .absence_parent {
  border-collapse: collapse;
}
#speciality_form_section .code table tbody tr td {
  word-break: break-all;
}
#absenceform .code table tbody tr td {
}
#absenceform .code table tbody tr td .color {
  word-break: break-word;
  display: block;
}
#patprofile #prev_call_history_length select {
  width: 100%;
}
/* #patprofile #prev_call_history_length label {
  display: inline-block;
} */
#absenceform .absence_parent tbody tr:last-child td {
  width: 100%;
}
#patprofile #prev_call_history {
  border-collapse: collapse;
  max-height: 310px;
  overflow-x: auto;
  overflow-y: hidden;
  max-width: 400px;

  display: block;
}
#patprofile #prev_call_history tr {
  border-bottom: 5px solid var(--bg-color-grey);
}
#patprofile #prev_call_history tr td {
  white-space: pre;
  padding: 10px 6px;
  color: var(--text-color);
}
#patprofile .user-detail-list,
#patprofile .user-detail-list ~ label {
  margin-left: 1rem;
}

#patprofile .patienthistory h3.video-box-title {
  margin-left: 0;
}
#patprofile #prev_call_history_filter {
  display: flex;
  float: right;
  text-align: left;
  justify-content: space-between;
  width: 70%;
  padding-left: 10px;
}
#patprofile #prev_call_history_filter label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
#patprofile #prev_call_history_filter label input {
  background: var(--bg-color-white) FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 80%;
  height: 43px;
}
#prev_call_history_wrapper {
  display: flex;
  flex-wrap: wrap;
}
#absenceform .code table tbody tr td {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  height: unset;
}
#absenceform .code table tbody tr {
  flex-wrap: wrap;
}

#speciality_form_section .code table tbody tr {
  display: inherit;
}
#form_section .absenceform .panel {
  box-shadow: none;
}
#form_section .absenceform .panel .panel-title {
  background: transparent;
}
#form_section .absenceform .panel .panel-title a {
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: #2e384d;
}
#prescription input {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
#speciality_form_section, #absenceform/*, #home*/ {
  height: 100%;
  overflow-y: auto;
  max-height: 550px;
  overflow-x: hidden;
}
#absenceform .absence_parent tbody tr td div img {
  height: 61.6px;
  margin: 0 auto 5px;
  display: block;
}

.page-title.filter_doctor {
  font-size: 18px;
  color: var(--text-color-dark);
}
#prescription #add_prescription {
  background: var(--primary-color);
  display: inline-block;
  height: unset;
  line-height: normal !important;
}
.toolbar {
  background-color: transparent !important;
  height: 70px !important;
}
#form_section .absenceform .nav.nav-tabs {
  max-height: 235px;
  overflow: scroll;
}
#form_section .absenceform #accordion_orders .panel {
  padding: 0px !important;
}

#form_section .absenceform .right-box_content .tab-pane .package-checkbox {
  margin: 0 !important;
  padding: 0;
  display: flex;
  align-content: center;
}
#form_section
  .absenceform
  .right-box_content
  .tab-pane
  .package-checkbox
  .custom-checkbox-name::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  height: 14px;
  width: 14px;
  margin-right: 5px;
  border: 2px solid;
}
#form_section
  .absenceform
  .right-box_content
  .tab-pane
  .package-checkbox
  .custom-checkbox-name {
  line-height: normal;
  padding: 0 0;
  margin-top: 10px;
  padding-right: 15px;
}
#form_section .absenceform .right-box_content .tab-pane .common_panel-head {
  margin-bottom: 15px;
}
.video-question-box #accordion_0 .panel .panel-collapse li label input {
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
.video-question-box #accordion_0 .panel .panel-collapse li label {
  color: var(--text-light-color-para);
}

#home #question {
  font-weight: 300 !important;
}
.video-question-box #accordion_0 .panel .panel-collapse li #question {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: var(--text-light-color-para);
  padding-bottom: 10px;
}
.video-question-box #accordion_0 .panel .panel-collapse li {
  margin-bottom: 15px;
}
.video-question-box
  #accordion_0
  .panel
  .panel-collapse
  li
  .rating-stars
  .krajee-icon,
.video-question-box
  #accordion_0
  .panel
  .panel-collapse
  li
  .clear-rating
  .krajee-icon-clear {
  width: 15px;
  height: 15px;
}
.video-question-box #accordion_0 .panel .panel-collapse li .caption {
  margin-top: 0;
}
.video-question-box
  #accordion_0
  .panel
  .panel-collapse
  li
  input#\36
  66a619e-6b1b-4ae3-bd61-2d5ac5e4a07f {
  display: none;
}

.video-question-box #accordion_0 .panel .panel-collapse li .rating-container {
  margin-bottom: 5px;
}
.video-question-box
  #accordion_0
  .panel
  .panel-collapse
  li
  input#\36
  66a619e-6b1b-4ae3-bd61-2d5ac5e4a07f {
  display: none;
}
.video-question-box #accordion_0 .panel .panel-collapse li .left-radio input,
.video-question-box #accordion_0 .panel .panel-collapse li .right-radio input {
  width: 15px;
  height: 15px;
}
.video-question-box #accordion_0 .panel .panel-collapse li .left-radio {
  margin-right: 10px;
  color: var(--text-light-color-para);
}
.video-question-box #accordion_0 .panel .panel-collapse li .right-radio {
  color: var(--text-light-color-para);
}
.video-question-box #accordion_0 .panel #smileyrating .custom-rating-block li {
  color: var(--text-light-color-para);
  margin-bottom: 0;
  font-size: 14px;
}

#smileyrating .custom-rating-block li svg {
  width: 30px;
}
.video-question-box #accordion_0 .panel .panel-collapse li input {
  background: var(--bg-color-white) FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  height: 36px;
  padding: 5px 10px;
  font-size: 14px;
}
.video-question-box #accordion_0 .panel .panel-title a {
  font-weight: 500;
  font-size: 16px;
  /* line-height: 24px; */
  text-transform: uppercase;
  color: var(--text-color-two);
  font-family: var(--roboto-semibold);
}
#home .panel-body {
  padding: 0;
}
/*  */
.patient-custom-table h3 {
  color: var(--text-color-primary);
  font-size: 14px;
  font-family: var(--roboto-regular);
  padding-bottom: 9px;
}
.patient-table-content {
  display: flex;
  gap: 13px;
  align-items: self-start;
  margin-bottom: 3px;
}

.patient-table-content .icon {
  width: 24px;
  flex: 0 0 24px;
  height: 24px;
  background: var(--text-color-primary);
  display: flex;
  align-items: center;
  min-width: 16px;
  justify-content: center;
  min-height: 16px;
  border-radius: 3px;
}
.btn-download,
.btn-download span {
  display: flex;
  gap: 13px;
  background: transparent;
  align-items: center;
  font-size: 14px;
  font-family: var(--roboto-regular);
  color: var(--text-color-primary);
}
.btn-download:hover,
.btn-download:hover a {
  background: transparent;
  border-color: transparent;
  color: var(--text-color-two);
  text-decoration: none;
}
.patient-table-content .icon svg {
  width: 12px;
  height: 12px;
}
.patient-table-content span {
  color: var(--text-color-dark);
  font-size: 12px;
  line-height: 20px;
  font-family: var(--roboto-regular);
}
.btn-completed:hover {
  background: #e8f4ff !important;
  font-family: var(--roboto-regular);
  color: #358deb;
  border: transparent !important;
}
.patient-download .btn {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
}
.btn-completed {
  padding: 0 15px;
  border-radius: 4px;
}
.patient-view a span {
  font-family: var(--roboto-regular);
  color: var(--text-color-primary);
  text-decoration: underline;
}
.patient-custom-table thead th {
  font-weight: normal !important;
  border: none !important;
}
.patient-view a {
  display: flex;
  gap: 13px;
  font-size: 14px;
  color: var(--text-color-two);
  font-family: var(--roboto-semibold);
}
.patient-state .btn:hover {
  border-color: transparent;
}
.patient-view svg {
  width: 24px;
}
.patient-info-bg {
  background: var(--primary-color);
}
.patient-text span {
  display: flex;
  flex-direction: column;
}
.patient-text {
  display: flex;
  gap: 7px;
  align-items: center;
}
.patient-text span svg {
  width: 10px;
  height: 8px;
}

.btn-going,
.btn-going:hover {
  background: #fff8de;
  font-family: var(--roboto-regular);
  color: #eb9f2d;
}
.btn-miss-call,
.btn-miss-call:hover {
  background: #fff0ed;
  font-family: var(--roboto-regular);
  color: #e96767;
}
.patient-text {
  cursor: pointer;
}
.pagination a {
  border-color: #adc3e9;
  color: #637381;
}
.pagination a:hover {
  background: #adc3e9;
  border-color: #adc3e9;
  color: var(--text-dark-colr);
}
.pagination a.active {
  background: #adc3e9;
  color: var(--text-dark-colr);
  border-color: #adc3e9;
}
.mb-mobile-text,
.mobile-pagenation {
  display: none;
}
.mobile-pagenation .page-item:first-child .page-link,
.mobile-pagenation .page-item:last-child .page-link {
  border-radius: 0;
}
.show-entries {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: end;
}

.show-entries-text h5 {
  margin: 0;
  font-family: var(--roboto-semibold);
  color: var(--secondary-color);
  font-size: 14px;
}

.show-entries-text h6 {
  margin: 0;
  font-family: var(--roboto-semibold);
  font-size: 14px;
  color: var(--text-color-black);
}

#pagination-count {
  width: 70px;
  height: 47px;
  padding: 10px;
  appearance: none;
  border: 1px solid #b9b9b9;
}
.show-entries-btn:after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 10px;
  right: 14px;
  position: absolute;
  top: 15px;
  width: 10px;
  transform: rotate(45deg);
}
.show-entries-btn {
  position: relative;
}
.btn-download a {
  background: transparent;
  border-color: transparent;
  color: var(--text-color-primary);
  gap: 10px;
  font-size: 14px;
  align-items: center;
  font-family: var(--roboto-regular);
}
.patient-view svg {
  width: 18px;
  flex: 0 0 18px;
}
.patient-custom-table h1 {
  font-size: 24px;
  color: var(--text-color-two);
  padding-bottom: 14px;
  padding-top: 23px;
  margin-bottom: 0;
}
.mobile-space-bottom.mb-bt-border {
  padding-bottom: 1.5rem;
  padding-top: 18px;
}
#myTable {
  width: 100%;
}

#myTable tbody {
  display: table-cell;
}
.errorLabel span.text-danger {
  font-size: 1rem !important;
}
.Feedback-question {
  height: 100%;
  max-height: 450px;
  overflow-y: scroll;
}

.Feedback-question ul.nav {
  justify-content: center;
}

.Feedback-question ul.nav a {
  margin-left: 0;
}
.Feedback-question .tab-content ol li input {
  color: #222;
  border: 1px solid #000000;
  margin-top: 5px;
  height: 40px;
  padding: 0 10px;
  border-radius: 4px;
  background:#ddd;
}
.Feedback-question ul.nav a.active {
  background: #05567dd6;
  border-color: #05567dd6;
}
.Feedback-question ul.nav a:hover {
  background: #05567dd6;
  border-color: #05567dd6;
  text-decoration: none !important;
}
#save_survey_btn {
  margin-top: 0 !important;
}
.custom-select {
  background-image: none;
  max-width: 35px;
  display: flex;
  padding: 0;
  align-items: center;
  justify-content: center;
  min-width: 35px;
}

.custom-checkbox-select {
  display: flex;
  gap: 3px;
  justify-content: space-between;
}

.padding_panel_body .custom-checkbox-select {
  align-items: center;
}
.Feedback-question ul.nav a {
  border: 1px solid #a8a8a8;
  padding: 10px 20px;
  background: #a8a8a8;
  text-decoration: none !important;
}
.user-list-core-right h5,
.user-profile-detail h4 {
  color: var(--text-color-primary);
  font-size: 20px;
}
#icdcode .code table tbody tr td {
  width: unset;
}

#icdcode .code table tbody tr {
  display: inline-flex;
}

#icdcode .code {
  margin: 0;
}
#doctor_profile_list .custom-close-btn .closedoc {
  display: none;
}
.upcoming-pagination {
  display: none !important;
}
.list_appointment .consultation-user,
.list_appointment .consultation-open {
  flex: 0 0 27%;
}

.list_appointment .joiningstatus,
.list_appointment .consultation-join-now {
  flex: 0 0 20%;
}
@media only screen and (max-width: 1600px) {
  .user-list-core img.user-image,
  img.user-image {
    width: 54px;
    max-width: 54px;
    min-height: 54px;
    height: 54px;
    object-fit: cover;
  }
  #disclaimer_modal .modal-dialog p {
    margin-bottom: 5px;
  }
  #disclaimer_modal .modal-dialog {
    max-width: 95%;
    border-radius: 0;
    margin: 10px auto;
  }
  .mobile-space-bottom.mb-bt-border {
    padding-bottom: 1.5rem;
    padding-top: 18px;
    padding-left: 0;
  }
  .patient-info-bg {
    background: var(--primary-color);
    width: 100% !important;
    display: table-row;
  }
  .patient-info-bg th {
    padding: 1rem;
  }
}
@media only screen and (max-width: 1440px) {
  .patient-view {
    margin-left: -15px;
  }
}
@media only screen and (max-width: 991px) {
  .patient-custom-table .tab-title {
    padding: 1rem 0;
  }

  .patient-custom-table .tab-title h6 {
    margin-bottom: 0;
  }
  .filter-form.custom_filter_des .row .col-lg-4 {
    margin-bottom: 10px;
  }
  .filter-form.custom_filter_des .row .col-lg-4:last-child {
    margin-bottom: 0;
  }
  .mb-line {
    padding-left: 0;
  }
  .btn-completed.btn {
    font-size: 12px;
    padding: 4px 15px;
    border-radius: 4px;
    line-height: 19px !important;
  }
  .btn-completed.btn,
  .btn-completed:hover {
    background: #e8f4ff;
    font-family: var(--roboto-regular);
    color: #358deb;
  }
  .btn-download.btn,
  .btn-download span {
    display: flex;
    gap: 13px;
    padding: 0px 0;
    background: transparent;
    align-items: center;
    font-family: var(--roboto-regular);
    color: var(--text-color-two);
  }
  .mb-h-line {
    padding-right: 0;
  }
  .patient-view {
    margin-left: 0;
  }
  .mobile-pagenation {
    display: flex;
  }
  .desktop-pagenation {
    display: none;
  }
  .patient-info-bg {
    display: none;
  }
  .mb-line {
    position: relative;
  }
  .mb-line:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 13px;
    width: 1px;
    left: 0;
    background: #cdcdcd;
  }
  .btn-download {
    padding: 0;
    margin: 0 auto;
  }
  .patient-view a {
    justify-content: center;
  }
  .patient-state {
    text-align: center;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 11px;
  }
  .mb-bt-border {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 13px;
    margin-bottom: 13px;
  }
  .patient-custom-table .mb-h-line h3 {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 21px;
    padding-top: 2px;
    text-align: center;
    line-height: normal;
  }
  .patient-download {
    padding: 13px 0;
  }

  .patient-view {
    padding: 13px 0;
  }
  h5 {
    color: var(--secondary-color);
    font-size: 14px;
    font-family: var(--roboto-semibold);
  }

  .mb-mobile-text {
    display: block;
    text-align: center;
    padding-bottom: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .patient-custom-table .row {
    margin: 0;
    border-radius: 7px;
    border: none !important;
  }
  .patient-custom-table .row .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
/*  */
#chat .chat-head span,
#chat .chat-head,
.video-tab-ques .tab-pane h3,
#icdcode h3 {
  color: var(--text-color-primary) !important;
  font-family: var(--roboto-regular);
  font-size: 24px !important;
  padding-left: 0;
}
/*  parent Portal CSS End */
.common-group div#question {
  color: var(--primary-color);
  font-size: 0.9rem;
}

.code table thead tr th {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--text-light-color-para);
  width: 50%;
}
.code table thead {
  margin-bottom: 8px;
}
.code table tbody {
  width: 100%;
}
.code table tbody tr td {
  border: none;
  flex: 0 0 100%;
  margin-left: 0;
  width: 100%;
  background: transparent;
  height: 56px;
  margin-bottom: 10px;
}
.code table tbody tr {
  /* display: flex; */
  gap: 10px;
  width: 100%;
}
.code table tbody tr td input {
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  height: 100%;
}
.common-group.user-detail-list {
  background-color: white;
  border-radius: 6px;
}
.common-group.user-detail-list .user-profile-detail .set1 span {
  display: inline-block !important;
}

.common-group .panel-body {
  padding: 0.5rem;
}
#patprofile .patienthistory {
  padding-bottom: 1rem;
  background-color: var(--bg-color-white);
  margin-top: 1rem;
  border-radius: 6px;
}
.patienthistory h3 {
  color: #4b4b4b !important;
  padding: 0.5rem 0;
}
#prev_call_history_length label,
#prev_call_history_filter label,
div#prev_call_history_info,
div#prev_call_history_paginate {
  font-size: 0.825rem;
}
table#prev_call_history th {
  text-align: left;
}

table#prev_call_history {
  font-size: 0.825rem;
  text-align: center;
}
.notes-content .practitioner {
  margin-bottom: 0.5rem;
}
.practitioner label {
  color: var(--secondary-color);
}
.practitioner textarea,
.common-group table {
  width: 96%;
}

.doctor-video video {
  max-height: 550px !important;
}

#doctors #doctorList {
  display: block !important;
}

.chat-inner-data.doctor-side .sender,
.chat-inner-data.doctor-side .receiver {
  flex: 0 0 80%;
  max-width: 80%;
}

.chat-inner-data.doctor-side {
  max-height: 350px;
}

.vitals-head span {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  border-radius: 6px;
  color: var(--primary-color);
}
.user-vitals {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.user-vitals-data {
  background-color: #4b4b4b;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  text-align: center;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.user-vitals-data span.sub-title {
  display: block;
  font-family: var(--roboto-regular);
  font-weight: 600;
  padding-bottom: 0;
  font-size: 1.25rem;
}
.user-vitals-data span {
  color: white;
  font-size: 1rem;
  text-transform: capitalize;
}

div.has-submenu .submenu {
  transition: all 0.5s ease;
  display: none !important;
}

div.has-submenu.active .submenu {
  display: flex !important;
}

/* added from old php file */

/* Radio buttons */
.form-check-input {
  -webkit-appearance: none;
  position: relative;
  background-color: #fafafa;
  border: 2px solid #ddd;
  border-radius: 4px;
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);*/
}

.form-check-input:checked,
.form-check-input:focus {
  background-color: #002395;
  color: #99a1a7;
  border-color: #80bdff;
  outline: 0;
}

.form-check-input:checked:after {
  content: "\2714";
  font-size: 30px;
  position: absolute;
  top: -4px;
  left: 12px;
  color: var(--bg-color-white);
}

.form-check-input + label,
.form-check-input:checked + label {
  padding-left: 2rem;
  position: absolute;
}

.form-radio-input {
  -webkit-appearance: none;
  position: relative;
  background-color: #fafafa;
  border: 2px solid #919191;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  position: relative;
  top: 8px;
  cursor: pointer;
}

.form-radio-input:checked,
.form-radio-input:focus {
  background-color: var(--bg-color-white);
  color: #99a1a7;
  border-color: var(--secondary-color);
  outline: 0;
}

.form-radio-input:checked:after {
  content: "";
  position: absolute;
  top: 3px;
  color: var(--secondary-color);
  width: 10px;
  height: 10px;
  left: 3px;
  background-color: var(--secondary-color);
  border-radius: 50%;
}

.form-radio-input + label + .form-radio-input {
  margin-left: 2rem;
}
.user-listing-data3 .startvideo {
  font-size: 14px;
}

/* Other pages */
.row-inner-data {
  margin-bottom: 1.5rem;
}
.book-appoint .panel + .panel {
  margin-left: 1rem;
}

.appoint-type .panel,
.appoint-time .panel {
  cursor: pointer;
}

.appoint-type .v-consult.active,
.panel.select.active {
  background-color: var(--primary-color);
  color: white;
}

.patient-list {
  margin-bottom: 1.25rem;
}

.search-box {
  position: relative;
}
.search-box input[type="text"] {
  border: none;
  border-radius: 4px;
  padding: 0.25rem;
  box-shadow: var(--box-shadow);
}
.search-box i {
  position: absolute;
  right: 10px;
  top: 8px;
  color: #ddd;
}
.search-selected-values {
  display: flex;
  margin-top: 1.125rem;
}
.search-selected-values span {
  background-color: var(--primary-color);
  color: white;
  padding: 0.425rem 0.625rem;
  border-radius: var(--border-radius);
  margin-right: 1rem;
}
.search-selected-values span i {
  font-size: 1.25rem;
  padding-left: 0.325rem;
  cursor: pointer;
}
.selected-data.hidethis {
  display: none;
}

.summary-data-set {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-grey);
  position: relative;
  margin-bottom: 1rem;
}
.summary-data-set.last-child {
  border-bottom: none;
}
.summary-data-set .page-title {
  margin-bottom: 0.625rem;
}
.summary-data-set p {
  padding-left: 1.25rem;
  margin: 0;
}
.summary-data-set .page-title i {
  margin-right: 0.425rem;
}
.summary-data-set .edit {
  border: none;
  background-color: transparent;
  color: #6c6c6c;
  text-transform: uppercase;
  font-size: 0.75rem;
  position: absolute;
  top: 5px;
  right: 0;
}

/* Doctors section */
span.fav {
  position: absolute;
  top: 0;
  right: 0;
  color: #ddd;
  padding: 0.425rem 0.625rem;
}
.doctors-section-core {
  display: flex;
}
span.fav.active i:before {
  color: #3bb640;
}
span.fav.active {
  /* background-color: var(--primary-color); */
  color: white;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 6px;
}
#doctor_list .flex-column ~ .col-md-1 {
  position: absolute;
  right: 50px;
}

#doctor_list .flex-column {
  flex: 0 0 100%;
  max-width: 100%;
}

.doctors-section-core .user-listing-data2 {
  margin-bottom: 1.5rem;
}
.doctors-section-core .col-lg-11 {
  padding: 0;
}

span.depat {
  text-transform: capitalize !important;
}
.doctors-section .user-listing-data2 {
  flex: 0 0 49%;
  max-width: 49%;
}

.doctors-section.col-lg-7 .user-listing-data2 {
  flex: 0 0 99%;
  max-width: 99%;
}
#doc-divide {
  cursor: pointer;
  font-size: 1.125rem;
  line-height: 37px;
}

/* Doctor appointments section */

.font-fa {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 13px;
  border: solid #4b4b4b;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(134deg);
  -webkit-transform: rotate(134deg);
  cursor: pointer;
}
#datepicker .ui-datepicker-header .ui-datepicker-next:after {
  position: absolute;
  content: "";
  right: 15px;
  top: 13px;
  border: solid #4b4b4b;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  cursor: pointer;
}
#datepicker .ui-datepicker-header .ui-datepicker-prev span,
#datepicker .ui-datepicker-header .ui-datepicker-next span {
  display: none;
}

#datepicker .ui-datepicker-header {
  position: relative;
}

#datepicker .ui-datepicker-title {
  text-align: center;
  font-size: 1.25rem;
}

#datepicker .ui-datepicker-calendar {
  margin-top: 25px !important;
  width: 95%;
  margin: 0 auto;
}

#datepicker .ui-datepicker-calendar th {
  text-align: center;
}
#datepicker .ui-state-default,
#datepicker .ui-widget-content .ui-state-default,
#datepicker .ui-widget-header .ui-state-default {
  background: none;
}

#datepicker .ui-datepicker-calendar td {
  max-width: 15px !important;
  line-height: 4;
  padding-left: 3px;
  font-size: 18px;
}

#datepicker .ui-datepicker-current-day .ui-state-highlight,
#datepicker .ui-state-active {
  padding: 0px 10px !important;
  border-radius: 5px !important;
  color: var(--bg-color-white) !important;
  font-weight: bold !important;
  background-color: #4b4b4b !important;
  border: none !important;
}

#datepicker .ui-state-highlight {
  border: none !important;
}

#datepicker .ui-state-default:hover {
  border: none;
  opacity: 0.5;
}

#datepicker .ui-datepicker-calendar td {
  max-width: 10px !important;
  line-height: 3;
  padding-left: 3px;
  font-size: 16px;
}

.time-avi {
  background: #2c97de;
  padding: 8px;
  font-size: 14px;
  text-align: center;
  color: var(--bg-color-white);
  margin-bottom: 0.5rem;
  border-radius: 0.25rem;
  cursor: pointer;
}

.color-explain {
  margin-top: 1.25rem;
}
.color-note span {
  font-size: 0.9rem;
}
.color-explain .color-note {
  display: inline-block;
  margin-right: 1rem;
}
.color-note span.indicate {
  width: 15px;
  height: 15px;
  display: inline-block;
}
.color-note span.orange {
  background-color: orange;
}
.color-note span.green {
  background-color: #9ccf09;
}
.color-note span.blue {
  background-color: #2c97de;
}

.book {
  background: #9ccf09;
  cursor: pointer;
}
.pending {
  background: orange;
}
#datepicker .ui-datepicker-calendar td {
  text-align: center;
  cursor: pointer;
}

/* Last updated section here */

.basic-set div.doctor-appoint-slots {
  background-color: var(--bg-color-grey);
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.basic-set .doctor-appoint-slots div.month {
  background-color: var(--primary-color);
  color: white;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
  border-radius: 0.25rem;
  padding: 0.25rem;
  margin-bottom: 0.25rem;
}

.basic-set .doctor-appoint-slots div.month em {
  padding-right: 0.5rem;
}

.basic-set .doctor-appoint-slots li.lslide {
  list-style: none;
}

.basic-set .doctor-appoint-slots div.mvp-time {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem;
  padding: 0.25rem 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.925rem;
  color: white;
  cursor: pointer;
}

.basic-set .doctor-appoint-slots li.lslide div.available {
  background-color: var(--color-blue);
}

.basic-set .doctor-appoint-slots li.lslide div.booked {
  background-color: var(--secondary-color);
}
.basic-set .doctor-appoint-slots li.lslide div.used {
  background-color: #aba4a4;
}
.image-user-status {
  position: relative;
}
.image-user-status .image-videoonoff {
  position: absolute;
  top: 1px;
  left: 1px;
  background-color: var(--bg-color-white);
  padding: 7px;
  border-radius: 0.25rem;
  box-shadow: 0 0px 3px rgb(0 0 0 / 25%);
}
.image-user-status .image-videoonoff p {
  margin: 0;
}

.login-lang {
  position: absolute;
  top: 5px;
  right: 0;
}
.login-lang label {
  margin: 0;
}
.login-lang .custom-select {
  font-size: 0.8rem;
}

/* header switch */

.Switch {
  position: relative;
  display: inline-block;
  color: #ccc;
  height: 29px;
  padding: 5px 6px 5px 6px;
  border-radius: 1rem;
  background: #988;
  box-shadow: 0px 0px 4px rgb(0 0 0 / 10%),
    inset 0px 1px 3px 0px rgb(0 0 0 / 10%);
  cursor: pointer;
  font-size: 15px;
}

.Switch.On {
  background-color: #91c70a;
  color: white;
}
.Switch.On span.On {
  left: 2px;
  top: -1px;
  color: var(--bg-color-white);
}
.Switch.On span.Off {
  visibility: hidden;
}
.Switch span {
  display: inline-block;
  width: 35px;
  position: relative;
  top: 0px;
  font-weight: 400;
}
.Switch span.Off {
  color: var(--bg-color-white);
  padding: 0px 2px;
}
.Switch .Toggle {
  position: absolute;
  top: 2px;
  width: 24px;
  height: 24px;
  background: -moz-linear-gradient(
    top,
    #ececec 0%,
    var(--bg-color-white) fff 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ececec),
    color-stop(100%, var(--bg-color-white) fff)
  );
  background: -webkit-linear-gradient(
    top,
    #ececec 0%,
    var(--bg-color-white) fff 100%
  );
  background: -o-linear-gradient(
    top,
    #ececec 0%,
    var(--bg-color-white) fff 100%
  );
  background: -ms-linear-gradient(
    top,
    #ececec 0%,
    var(--bg-color-white) fff 100%
  );
  z-index: 999;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  border-radius: 50%;
}
.Switch.Off .Toggle {
  left: 4px;
}
.Switch.On .Toggle {
  right: 4px;
}
/*.demo { padding-left: 30px; }*/
.Switch.On {
  color: #91c70a;
}
.Switch.Busy .Toggle {
  left: 54%;
}
/*.demo { padding-left: 30px; }*/
.Switch.Busy {
  color: #91c70a;
}

.Switch em.title {
  display: none;
}

.Switch:hover em.title {
  position: absolute;
  top: 32px;
  left: 0;
  background-color: var(--primary-color);
  color: white;
  font-size: 0.6rem;
  border-radius: 0.5rem;
  padding: 0.3rem;
  display: inline-block;
  height: 20px;
  display: inline-block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
}
.ti-sta span.time {
  padding-left: 1rem;
  padding-right: 1rem;
}

/* analytics pages section */

.top-analytics-menu ul li a {
  background-color: var(--primary-color);
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
  border-radius: var(--border-radius);
  color: var(--bg-color-white);
  text-decoration: none;
  display: block;
}

.top-analytics-menu ul li a.active,
.top-analytics-menu ul li a:hover {
  background-color: var(--secondary-color);
}

.filter-forms {
  background-color: #ecf0f1;
  padding-top: 1rem;
}
.filter-forms ul {
  justify-content: center;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.filter-forms ul li {
  margin-right: 1rem;
}

.filter-forms .btn-theam-range {
  border: none;
  background-color: white;
  border-radius: 8px;
  padding: 0.5rem;
  color: var(--text-color-dark);
}
.filter-forms input[type="checkbox"] {
  margin-right: 5px;
}
.analytics-content h1 {
  font-size: 2rem;
}

.calender-filter {
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}
.calender-filter ul {
  justify-content: space-between;
}
.calender-filter .col-sm-3 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  box-shadow: var(--box-shadow);
}
.calender-filter .col-sm-9 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #fbfbfb;
  box-shadow: var(--box-shadow);
}

.filter-forms .btn-theam-range.export {
  background-color: var(--color-blue);
  color: white;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  cursor: pointer;
}
div#login-pwd-icons {
  position: absolute;
  top: 7px;
  right: 0;
}
.errorLabel .text-danger {
  color: #9b9b9b !important;
}

/* notification section */
.notification-list .profile-image img {
  max-width: 55px;
  border-radius: 50%;
}
.notification-list .data-together {
  padding-left: 0.5rem;
  overflow: hidden;
}
.notification-list .data-together span.user-name {
  font-size: 1.15rem;
  text-transform: capitalize;
}
.notification-list .data-together span {
  display: block;
}
.notification-list .data-together span.user-last-msg {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 0.8rem;
}
.notification-list .data-together span.user-time {
  font-size: 0.6rem;
  opacity: 0.5;
}
.notification-list .list-group-item.active,
.select-profile-tab {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}
.select-profile-tab {
  color: var(--bg-color-white);
}

.notification-list .list-group-item {
  padding: 0.5rem 1.25rem !important;
  text-decoration: none;
}
.notification-container .push-tab,
.height-max {
  max-height: 650px;
  overflow-y: auto;
  min-height: 400px;
}
.notify-content .vi-at {
  flex: 0 0 25%;
  max-width: 25%;
}

form#changepassword-form .pwd-icons {
  position: absolute;
  top: 10px;
  right: 20px;
}
/* push notification doctor side */
.push-three-section .nav-tabs li.active {
  background-color: var(--secondary-color);
}
.push-three-section .nav-tabs li a {
  color: var(--bg-color-white);
}

.push-three-section .nav-tabs li {
  background-color: var(--primary-color);
  margin-right: 0.5rem;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
  text-align: center;
  border-radius: 0.25rem;
}
.push-three-section .push_selection {
  padding: 0.5rem;
  background-color: #ecf0f1;
  margin-left: 0;
  margin-right: 0;
}

.push_selection label {
  margin-bottom: 0;
  text-align: center;
}

.push-three-section .dataTables_length {
  font-size: 0.7rem;
  float: right;
}
.push-three-section .dataTables_wrapper {
  padding-right: 1rem;
  padding-top: 1rem;
  padding-left: 1rem;
}
.custom-datatable-scroll {
  max-height: 350px;
  overflow-y: auto;
  margin-bottom: 1rem;
  box-shadow: 1px 1px 3px rgb(0 0 0 / 50%);
}
.advanced-search {
  background-color: #f7f7f7;
  margin-left: 0;
  margin-right: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
/* Last updated section ends here */

/* animate classes */

.fade-animate {
  animation-name: fade;
  animation-duration: 0.7s;
}

.expand-animate {
  animation-name: expand;
  animation-duration: 0.5s;
}

.exit-animate {
  animation-name: exit;
  animation-duration: 0.5s;
}
.topslide-animate {
  animation-name: topslide;
  animation-duration: 0.5s;
}

@keyframes topslide {
  from {
    transform: translateY(-10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes fade {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 1;
  }
}

@keyframes expand {
  from {
    height: 1;
  }
  to {
    height: 154px;
  }
}

@keyframes exit {
  from {
    height: auto;
  }
  to {
    height: 0;
  }
}

/* Scroll bar  */
/* Let's get this party started */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.2);
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #939393;
  opacity: 0.8; /* Firefox */
  font-size: 0.825rem;
}
.mobver {
  display: none !important;
}

.menulogo.mobver {
  display: inline-block !important;
}
.menulogo.deskview,
.deskview .deskview {
  display: none !important;
}
.end-call .mobver {
  display: block !important;
}
.cdt .backButton {
  margin-top: 20px;
  display: block;
}
.cdt .row.p3 {
  align-items: center;
}
.cdt .save-publish-buttons button {
  margin-top: 0px;
}
.cdt img.user-image-detail {
  width: 50px;
  height: 50px;
  border-radius: 25px;
}
.cdt .row.mx-auto.col-12 {
  align-content: center;
  padding: 5px 10px;
}
.cdt .row.mx-auto.col-12 h6 {
  margin: 0;
}
.cdt .row.mx-auto.col-12 p {
  margin: 0;
}
.cdt .row i {
  margin-right: 10px;
}
.cdt .bgcolor.p-3 {
  align-items: center;
  padding: 5px;
}
.cdt .tab-menu {
  align-content: center;
  padding: 10px;
  display: flex;
}
.cdt .tab-menu ul {
  align-content: center;
  padding: 10px;
  display: flex;
  gap: 50px;
  width: 100%;
}

.cdt .tab-menu ul li {
  padding: 5px 10px;
}
.cdt .row.col-12.p-0.mx-auto .col-3 img {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  margin-right: 15px;
}
.cdt .row.col-12.p-0.mx-auto .col-9 p {
  font-size: 14px;
  line-height: 18px;
  width: 80%;
  margin: 10px auto !important;
}
.cdt .row.col-12.p-0.mx-auto .col-9 {
  align-items: center;
}
.cdt .bhoechie-tab-content {
  width: 100%;
}
.cdt .table-responsive .table tr td .control-label {
  display: inline-block;
  margin-bottom: 0;
}
.cdt h4 {
  font-size: 16px;
  line-height: 20px;
  font-family: var(--roboto-medium);
}
#patient_record_modal .row.xtt {
  padding: 0px;
  align-items: center;
  justify-content: space-between;
}
#pat_record_name,
#patient_record_modal .pat_rec {
  margin: 0px;
}
#patient_record_modal .col-md-3 {
  padding: 0px;
}
#patient_record_modal .col-md-4 {
  margin: 0px !important;
}
#patient_record_modal table th,
#patient_record_modal table td {
  border-radius: 5px;
  border: 1px solid #5555551a;
  text-align: center;
}
#patient_record_modal table th {
  color: var(--primary-color);
}
.accordfaq .accord-container .d-flex .panel.panel-grey {
  margin-bottom: 2rem;
}
/* =================================Arabic layout============================================= */
.Arabic .data-section-inner .row {
  flex-direction: row-reverse;
}
.Arabic .arabic-alignment {
  justify-content: flex-end;
}
.Arabic .data-section .cdt .backButton {
  text-align: right;
}
.Arabic .close-card {
  left: 9px;
  right: auto;
}
.Arabic .is_primary {
  left: 34px;
  right: auto;
}
.Arabic #example_wrapper.dataTables_wrapper .dataTables_info {
  float: right;
}
.Arabic #example_wrapper.dataTables_wrapper .dataTables_paginate {
  float: left;
}
.Arabic #today .default-details.deskview .mtb1 a {
  justify-content: end;
  flex-direction: row-reverse;
  align-items: center;
  gap: 5px;
  display: flex;
}
.Arabic #pat_familymember_form .panel1 h6 {
  text-align: right;
}
.Arabic .mobver.d-flex {
  display: none !important;
}
.Arabic .mobver {
  display: none !important;
}
.Arabic .notification a {
  flex-direction: row-reverse;
  margin-right: 1.65rem;
  margin-left: 0;
}
.Arabic .call-view-parent .row,
.Arabic .parent_push .row {
  flex-direction: row-reverse;
}
.Arabic .cdt .personalInformation img.user-image-detail {
  float: right;
  margin-right: 25px;
}
.Arabic .questionnaire-box #doctorSearchForm li {
  text-align: right;
}
.Arabic .questionnaire-box #doctorSearchForm li label {
  justify-content: flex-end;
}
.Arabic .text-success {
  width: 2rem !important;
}
.Arabic
  #doctor_profile_list
  .user-detail-list
  .flex-column
  .basic-set:first-child {
  padding: 1rem 4rem 2rem 0rem;
}
.Arabic
  #doctor_profile_list
  .user-detail-list
  .flex-column
  .basic-set:first-child
  img {
  left: auto;
  right: 20px;
}
.Arabic .cdt .personalInformation .row.mx-auto.col-12 h6,
.Arabic .accordfaq .panel textarea {
  text-align: right;
}
.Arabic .notification a span {
  padding-left: 0;
  padding-right: 0.65rem;
}
.Arabic .notification a span.counter {
  padding: 2px;
}
.Arabic .has-submenu .submenu {
  padding-right: 2.25rem;
  padding-left: 0;
}
.Arabic .has-submenu .submenu a {
  padding: 15px 55px 15px 0;
}
.Arabic #example_length label,
.Arabic #example_filter label {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 5px;
}
.Arabic .klip .row {
  flex-direction: row-reverse;
}
.Arabic .menu-section {
  order: 1;
}
.Arabic .group-one .menu-items a {
  font-size: 1.25rem;
  flex-direction: row-reverse;
  display: flex;
}
.Arabic .group-one .menu-items a .menulogo {
  padding-left: 1rem;
}
.Arabic .group-one .menu-items a i {
  padding-left: 1rem;
}
.Arabic .justify-content-end {
  -ms-flex-pack: end !important;
  /* justify-content: flex-start!important; */
  flex-direction: row-reverse;
}
.Arabic .data-section-inner {
  padding-top: 2rem;
  flex-direction: row-reverse;
}
.Arabic .tab-content .data-section-inner .row .user-listing {
  order: 1;
  text-align: right;
}
.Arabic .page-title,
.Arabic span.sub-title,
.Arabic p,
.Arabic .card,
.Arabic .user-profile-detail {
  text-align: right;
  width: 100%;
}
.Arabic .panel .row {
  flex-direction: row-reverse;
}
.Arabic .default-details .panel .row .col-lg-8 {
  text-align: right;
}
.Arabic .user-detail-list .basic-set label i {
  color: #bdbaba;
  padding-left: 0.125rem;
  float: right;
}
.Arabic .user-detail-list .basic-set label i {
  color: #bdbaba;
  padding-left: 0.5rem;
  float: right;
  margin-top: 5px;
}
.Arabic .panel .row .label {
  font-weight: bold;
  text-align: right;
}

.Arabic .panel .row .label i {
  float: right;
  padding-left: 1rem;
}
.Arabic .bl {
  border-right: 1px solid;
  border-color: var(--border-grey);
}
.Arabic .mtb1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: right;
}
.Arabic .select-user .panel,
.Arabic .d-flex {
  display: flex !important;
  flex-direction: row-reverse;
}
.Arabic .select-badge {
  width: 30px;
  height: 30px;
  max-width: 30px;
  background-color: var(--bg-color-white);
  border-radius: 50%;
  margin-right: 0.825rem;
  color: var(--primary-color);
  line-height: 32px;
  font-size: 2rem;
  left: 60px;
  box-shadow: var(--box-shadow);
}
.Arabic .pl1 {
  padding-right: 1rem;
}
.Arabic .select-badge span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.Arabic .right-arrow,
.Arabic h4,
.Arabic h5 {
  text-align: right;
}

.Arabic .right-arrow:after {
  position: absolute;
  content: "";
  left: 10px;
  top: 22px;
  right: auto;
  border: solid #cdcdcd;
  border-width: 3px 0px 0px 3px;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  float: none;
}
.Arabic .user-list-core-right {
  padding-right: 1rem;
  overflow: hidden;
}
.Arabic .user-listing .row {
  display: flex;
  flex-direction: row-reverse;
}
.Arabic .user-listing .row h6 {
  text-align: left;
}
.Arabic button.btn.btn-success.filter-doctor {
  margin-right: auto;
  margin-left: 0;
  width: 100%;
}
.Arabic #filter-doctor .filter-form-control .col-lg-4 label img {
  float: right;
  padding-left: 10px;
}
.Arabic #doctor_list .col-md-1 {
  order: -1;
  padding: 0px;
}

.Arabic span.fav {
  position: absolute;
  top: 0;
  left: auto;
  color: #ddd;
  padding: 0.425rem 0.625rem;
  right: 0;
}
.Arabic .paymentss .addc {
  float: right;
}
.custom-control-label {
  line-height: 30px;
}
.Arabic #today .default-details.deskview .mtb1 a.btn.col {
  justify-content: center;
}
.Arabic .menulogo.mobver {
  display: inline-block !important;
}
.Arabic .menu-section .group-one.menu-items {
  text-align: right;
}
#questionnaire_section .accordion-box .panel-title a:hover {
  text-decoration: none;
}
.rating-md {
  margin-top: 10px;
}
.rating-input {
  display: none;
}

#questionnaire_section .accordion-box .panel-body li input {
  border: 1px solid #000;
  height: 50px;
  margin-top: 10px;
  padding: 10px;
  color: var(--text-color-dark);
}
#questionnaire_section .accordion-box .panel-body li .left-radio input,
#questionnaire_section .accordion-box .panel-body li .right-radio input {
  height: unset;
  padding: 0;
}
#questionnaire_section .accordion-box .panel-body li .select-file input {
  border: none;
  padding: 0;
}
#questionnaire_section .accordion-box .panel-body li label input {
  height: 15px;
  margin-top: 0;
  padding: 0;
}
.custom-rating-block li.active {
  background: var(--primary-color);
}

.custom-rating-block li.active span {
  color: var(--bg-color-white);
}

.custom-rating-block li {
  text-align: center;
  padding: 5px;
}

.custom-rating-block {
  gap: 1rem;
}

.questionnaire-box #doctorSearchForm .custom-rating-block li {
  margin-bottom: 0;
  margin-top: 1rem;
}
/*=======
================================================================================================*/
/* Media queries begins here*/
/* ============= Waiting Page CSS Start ============= */
.doctor-not-available {
  background-color: #FFFFFF;
  border: none !important;
}
.circle-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
}
.Waiting-img {
  position: absolute;
  width: 100px;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -60%);
  height: 100px;
}
.circle {
  border-radius: 50%;
  margin: 0px -20px;
  animation: pulse 2s infinite ease-in-out;
  position: relative;
  top: -38px;
}
.wating-room-page {
  background: var(--theme-bg);
}
.wating-room-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  align-items: center;
}
.doctor-not-available p {
  font-weight: normal !important;
  font-family: var(--roboto-regular);
  margin-bottom: 0;
  font-size: 18px;
}
.wating-room-wrap .wating-room-content h4 {
  font-size: 18px;
}
.wating-room-wrap h4 {
  font-size: 24px;
  line-height: 31px;
  font-family: var(--roboto-bold);
  color: var(--bg-color-white);
  margin-bottom: 0;
}
.exit-btn {
  font-size: 14px;
  line-height: 23px;
  color: var(--text-dark-colr);
  border-radius: 5px;
  text-transform: uppercase;
  border: none;
  padding: 14px 25px;
  font-family: var(--roboto-medium);
  margin-top: 36px;
}
.circle:nth-child(1) {
  background-color: rgb(255 255 255 / 6%);
  width: 125px;
  height: 125px;
  animation-delay: 0.2s;
}

.circle:nth-child(2) {
  background-color: rgb(255 255 255 / 6%);
  width: 175px;
  height: 175px;
  animation-delay: 0.2s;
}

.circle:nth-child(3) {
  background-color: rgb(255 255 255 / 6%);
  width: 225px;
  height: 225px;
  animation-delay: 0.2s;
}

.circle:nth-child(4) {
  background-color: rgb(255 255 255 / 6%);
  width: 175px;
  height: 175px;
  animation-delay: 0.2s;
}

.circle:nth-child(5) {
  background-color: rgb(255 255 255 / 6%);
  width: 125px;
  height: 125px;
  animation-delay: 0.2s;
  border-radius: 50%;
}
.Waiting-radio-btn .radio-compont {
  display: flex;
  gap: 10px;
  align-items: center;
}

.Waiting-radio-btn .radio-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.Waiting-radio-btn .radio-compont .radio-text {
  font-size: 1rem;
  font-family: var(--roboto-medium);
}
@keyframes pulse {
  0% {
    transform: scale(0.8);
    opacity: 0.7;
  }
  50% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.8);
    opacity: 0.7;
  }
}
.prescription_modal .modal-dialog {
  width: 100%;
  max-width: 100%;
}
.wating-room-page {
  height: calc(100vh - 250px);
  display: flex;
  justify-content: center;
  align-items: center;
}
.patient-custom-table .parent_table_records {
  height: 100%;
  max-height: 650px;
  overflow-y: auto;
  margin-left: -15px;
  overflow-x: hidden;
  margin-right: -15px;
}
.callview-main-cont {
  border: 1px solid #e8e4e4;
}
.callview-main-inner-block #tabs .tab-menu,
.callview-main-inner-block #tabs .tab-menu ul.nav,
.callview-main-inner-block #tabs .tab-menu ul.nav li {
  padding-top: 0;
  padding-left: 0;
}
.callview-main-inner-block #tabs .tab-menu ul.nav {
  padding-left: 0;
  padding-right: 0;
}
.callview-main-inner h4.calldetail-title {
  margin-bottom: 0 !important;
  padding-bottom: 15px;
  padding-left: 12px;
  padding-top: 6px;
}
.callview-main-inner-block .table tr td {
  font-size: 14px;
  color: var(--text-color-black);
  padding: 5px 10px;
}
#patient_record_modal .modal-dialog {
  max-width: 650px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#patient_record_modal .modal-dialog h4,
#patient_record_modal .modal-dialog #pat_record_name,
#patient_record_modal .modal-dialog .consult_history {
  color: var(--text-color-primary);
  font-family: var(--roboto-regular);
  font-weight: normal !important;
}

#patient_record_modal .modal-dialog table tr th {
  background: var(--primary-color);
  border-radius: 0;
  color: var(--bg-color-white);
  font-family: var(--roboto-regular);
  font-weight: normal;
}
#patient_record_modal .modal-dialog .modal-content.user-listing {
  overflow-x: hidden;
}
.patient-custom-table .parent_table_records img {
  width: 50px;
  object-fit: cover;
  height: 50px;
  min-height: 50px;
}
/* ============= Waiting Page CSS End ============= */
.project-tab .nav-link {
  border: none !important;
  color: #000000 !important;
}
.project-tab .nav-tabs .nav-link.active {
  border-bottom: 3px solid var(--primary-color) !important;
}
.doc-title {
  margin-bottom: 17px;
}
.user-list-core-right .status,
.user-list-core-right .status span,
.user-list-core span.user-name {
  font-size: 14px;
}
.user-listing-data2 .user-list-core-right .user-name.lang {
  font-size: 1rem;
}
.parent_table_records .table-records img,
.call-view-parent .user-image-detail1 {
  height: 50px;
  width: 50px;
}
.call-view-parent .calldetail-title {
  font-size: 24px;
  font-family: var(--roboto-regular);
  color: var(--text-color-primary);
}
.call-view-parent .calldetail-title-sub {
  font-size: 16px;
  font-family: var(--roboto-regular);
  color: var(--text-color-two);
}
.call-view-parent .bgcolor .calldetail-title {
  font-size: 16px;
  font-family: var(--roboto-regular);
  color: var(--text-color-primary);
  margin-bottom: 15px;
}
.call-view-parent .calldetail-title-sub-inner {
  font-size: 18px;
  font-family: var(--roboto-regular);
  color: var(--text-color-two);
}
.call-view-parent .personalInformation .calldetail-title-sub-inner {
  font-size: 14px;
  font-family: var(--roboto-regular);
  color: var(--text-color-primary);
  margin-bottom: 6px !important;
}
.personalInformation p {
  line-height: normal;
}
.personalInformation p,
.tab-content .table-responsive p {
  font-size: 14px;
}
.personalInformation .custom-label-text ~ p {
  color: var(--text-color-dark);
  font-size: 14px;
}
/* .call-view-parent #absenceForm .table thead tr th {
    color: var(--text-color-two);
} */
.custom-label-text {
  font-family: var(--roboto-regular);
  color: var(--text-color-primary);
  font-size: 14px;
  margin-bottom: 6px !important;
}
.call-view-parent #tabs .tab-content .calldetail-title {
  font-size: 16px;
  color: var(--text-color-two);
}
.user-listing-data3 .record {
  color: var(--text-color-lite) !important;
  font-size: 16px;
  text-decoration: underline;
  text-transform: capitalize;
}

.call-view-parent #tabs ul li a {
  font-size: 16px;
  font-family: var(--roboto-regular);
  color: var(--text-color-dark);
  padding-bottom: 10px;
}
.call-view-parent #tabs ul li a:hover {
  text-decoration: none;
}
.call-view-parent #tabs ul li a.active {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}

.call-view-parent #tabs ul li {
  padding-bottom: 0;
}
.call-view-parent .table-responsive .table tr td .control-label,
.call-view-parent .table-responsive .table tr td p {
  font-size: 14px;
  font-family: var(--roboto-regular);
}
.call-view-parent #diagnosis .table tr th,
.call-view-parent #absenceForm .table tr th,
.callview-main-inner-block #speciality .table tr th,
.callview-main-inner-block #prescription .table tr th,
.callview-main-inner-block #labTest .table tr th {
  color: var(--bg-color-white);
  font-size: 14px;
  font-family: var(--roboto-regular);
  font-weight: normal;
  background: var(--primary-color);
  border-right: 3px solid;
  border-bottom: none;
  padding: 3px 15px;
  text-align: center;
}
#errorMsg {
  color: #ff0000;
}
.call-view-parent #diagnosis .btn.btn-primary,
.call-view-parent #absenceForm .btn.btn-primary,
.callview-main-inner-block #speciality .btn.btn-primary,
.callview-main-inner-block #prescription .btn.btn-primary,
.callview-main-inner-block #labTest .btn.btn-primary {
  font-size: 14px;
  line-height: 40px !important;
  border-radius: 4px;
}

.login-separate .signin {
  margin-top: 19px;
}
.callview-main-cont {
  flex-wrap: unset !important;
}
#filter-doctor .btn.filter-doctor {
  line-height: 34px !important;
  font-size: 14px;
}
.range_inputs .cancelBtn {
  background: #a8a8a8;
}

.callview-main-inner-block .mobile-tab-des {
  padding: 0 !important;
  margin-bottom: 10px;
}
#patient_record_modal .user-listing {
  padding: 0;
}
.doctor-custom-table {
  height: 70vh;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .opensright {
    /* display: flex; */
    flex-wrap: wrap;
  }

  .opensright .ranges {
    width: 100%;
  }

  .opensright .calendar {
    width: 50%;
    max-width: 48%;
  }

  .menu-section {
    max-width: 304px;
    min-height: 100vh;
    padding: 2rem 0 2rem 0.825rem;
  }

  .data-section {
    padding: 2rem 1.5rem;
  }

  .default-details {
    padding-left: 2rem;
  }

  .user-listing {
    padding-right: 1.125rem;
    max-height: 80vh;
    overflow-y: auto;
  }
}

@media (min-width: 1200px) {
  .filter-form-control .col-lg-4 {
    padding: 0;
  }
  .data-section-inner {
    padding-top: 1rem;
  }
  #today .default-details.deskview .mtb1 {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .filter-form-control {
    gap: 5px;
    flex-wrap: nowrap;
    margin: 0;
  }
  .menu-section {
    padding: 1rem 0 30px 0;
  }

  .data-section {
    padding: 2rem 3rem;
  }
  .menu-items a {
    font-size: 16px;
  }
  .has-submenu .submenu a {
    font-size: 1rem;
  }
  .width-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  #callQuestion .modal-lg {
    width: 1008px;
    max-width: 1008px;
  }
}
@media (max-width: 1920px) {
  .wating-room-wrap {
    gap: 20px;
    padding: 0 !important;
  }

  .circle:nth-child(1) {
    width: 80px;
    height: 80px;
  }

  .circle:nth-child(2) {
    width: 120px;
    height: 120px;
  }

  .circle:nth-child(3) {
    width: 150px;
    height: 150px;
  }

  .circle:nth-child(4) {
    width: 120px;
    height: 120px;
  }

  .circle:nth-child(5) {
    width: 80px;
    height: 80px;
  }
  .doctor-not-available img {
    width: 80px !important;
    height: 80px !important;
    top: 30%;
  }
}
@media (max-width: 1680px) {
  .call-view-parent .tab-menu ul {
    gap: 10px;
  }
}
@media (max-width: 1280px) {
  .callview-main-inner-block #tabs .tab-menu,
  .callview-main-inner-block #tabs .tab-menu ul.nav,
  .callview-main-inner-block #tabs .tab-menu ul.nav li {
    padding-right: 8px;
  }
  .callview-main-cont {
    flex-wrap: wrap !important;
  }
  .callview-main-inner-block .table tr td,
  .callview-main-inner-block .table tr th {
    white-space: nowrap;
  }
}
@media only screen and (max-width: 991px) {
  .callview-main-inner-block {
    flex: 0 0 100% !important;
    width: 100%;
  }
  .callview-main-inner {
    flex: 0 0 100% !important;
    width: 100%;
  }
  .callview-main-cont {
    width: 100%;
  }
}
/* =============Mobile view====================== */
@media only screen and (max-width: 1024px) {
  .btn-download a {
    line-height: normal;
  }
  .menu-section a {
    padding: 0;
  }
  .view-records-user,
  .doctor-name,
  .doctor-summary {
    width: 250px;
  }
  .doctor-name .mb-mobile-text {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .doctor-custom-table .patient-info-bg {
    display: table-row;
  }
}
@media only screen and (max-width: 767px) {
  #doctor_profile_list .custom-close-btn .closedoc {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
  .custom-close-btn {
    position: relative;
  }
  #absenceform .absenceform .practitioner.absence .row label {
    text-align: left !important;
    padding-left: 0;
  }
  #notes h3,
  #icdcode,
  #prescriptions h3,
  #absenceform h3 {
    margin-top: 10px;
  }
  #absenceform .absenceform {
    margin-left: 0;
  }
  #absenceform .absenceform .practitioner.absence .row .col-sm-9 {
    padding-left: 0;
  }
  #absenceform .absenceform .custom-checkbox-select {
    margin-left: 0 !important;
    gap: 0;
    padding-bottom: 10px;
  }
  #absenceform .absenceform .practitioner.absence .row {
    margin: 0;
  }
  #myTable_wrapper table.dataTable tbody tr.border-bottom td {
    min-width: 200px;
  }
  .notification-container .height-max {
    max-height: 250px;
    min-height: 250px;
    overflow-x: hidden;
  }
  #patient_record_modal .modal-dialog {
    margin: 0;
  }
  .call-precheck .device-check span {
    justify-content: flex-start;
  }
  .patient-table-content {
    gap: 10px;
    align-items: center;
  }
  .call-view-parent .personalInformation .calldetail-title-sub-inner,
  .custom-label-text,
  .call-view-parent .bgcolor .calldetail-title {
    font-family: var(--roboto-medium);
  }
  .dataTables_length {
    text-align: left !important;
  }
  .user-listing-data3 .startvideo {
    width: 100%;
    max-width: 200px;
  }

  .appointments-user-image {
    width: 70px;
  }
  .consultation-join-now {
    text-align: center;
  }
  .appointments-wrap {
    row-gap: 20px;
  }
  .consultation-user {
    flex: 0 0 100% !important;
  }
  .consultation-open {
    flex: 0 0 70%;
  }
  .consultation-join-now {
    flex: 0 0 30%;
  }
  .profiles-panel {
    margin: 0;
  }
  .doctors-section .user-listing-data2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .profiles-panel .submenu.d-flex.flex-column.nav.navbar-nav.mobver {
    gap: 20px;
    border-radius: 0;
  }

  .profiles-panel
    .submenu.d-flex.flex-column.nav.navbar-nav.mobver
    a.menu-item {
    border-radius: 0;
  }

  .profiles-panel .row p {
    word-break: break-all;
    padding: 0 1rem;
  }

  .profiles-panel .col-lg-6.label {
    margin: 5px 10px;
  }

  .profiles-panel .row span.sub-title {
    padding-left: 1rem;
    padding-top: 1rem;
  }

  .profiles-panel p {
    padding-left: 1rem;
  }

  .profiles-panel .row .panel1 p {
    padding-left: 0;
  }
  #absenceform .code table tbody tr td {
    flex: 0 0 100% !important;
    width: 100% !important;
    padding: 10px;
    border: 1px solid #ddd;
  }
  #speciality_form_section .code table tbody tr:nth-child(3) td:nth-child(2),
  #absenceform .code table tbody tr:nth-child(3) td:nth-child(2) {
    padding-left: 10px !important;
  }
  #absenceform .code table tbody tr {
    gap: 0;
  }
  .callview-main-inner-block .mobile-tab-des ul {
    gap: 5px;
    justify-content: center;
    padding: 0 !important;
  }
  .row.margin0 {
    padding: 0;
    margin: 0 !important;
  }
  .notification {
    padding-top: 10px;
  }
  #PrecallData .feedback-profile .video-question-box .video-tab-ques {
    padding-left: 0;
  }
  .topnav span.chat-count {
    top: 0px;
  }
  #PrecallData .feedback-profile {
    padding: 0;
  }

  #PrecallData .feedback-profile .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  #PrecallData .feedback-profile .tab-pane .code table tbody tr td input {
    width: calc(100% - 10px);
  }
  .topnav .nav.nav-tabs {
    flex-direction: row;
    border: none;
    gap: 10px;
    overflow-y: auto;
    margin-top: 1rem;
    flex-wrap: nowrap;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@media (max-width: 530px) {
.notification.deskview .modal.fade.show {
    z-index: 999999;
}
div#patient_content_section {
  flex-direction: column;
}

.notification.deskview .modal-dialog .modal-content.bg-color-grey.mobile {
    min-height: unset !important;
    max-height: unset;
    background: #fff;
    overflow: unset;
}

.notification.deskview .modal-dialog .modal-content.bg-color-grey.mobile #callQuestionContent #callQuestionContent {
    height: 100%;
    max-height: 700px;
    overflow-y: auto;
}
  #doctorProfileList[style="display: block;"] {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
    width: 100%;
  }
  .accordfaq iframe {
    width: 100%;
  }
  .callview-main-inner-block .mobile-tab-des ul li a.active {
    background: var(--text-color-two);
    border: none !important;
  }
  .callview-main-inner-block .mobile-tab-des ul li {
    flex: 0 0 48%;
  }
  .callview-main-inner-block .mobile-tab-des ul li a {
    background: var(--primary-color);
    text-align: center;
    padding: 2px 0px 5px 0 !important;
    line-height: 1.5;
  }

  .callview-main-inner-block .mobile-tab-des ul li a {
    color: var(--bg-color-white) !important;
    padding: 5px 0px !important;
    font-size: 14px !important;
    display: block;
  }
  .callview-main-inner-block .mobile-tab-des ul li a {
    font-size: 12px !important;
  }
  .mobile-space-bottom.mb-bt-border {
    padding-bottom: 31px;
    padding-top: 2rem;
  }
  .page-title.filter_doctor {
    font-size: 14px;
  }
  .page-title.filter_doctor svg {
    margin-right: 10px;
  }
  .user-listing .user-listing-data1 .sub-title {
    padding-bottom: 14px;
  }
  #exampleModal3 .navbar-nav a svg {
    margin-right: 15px;
  }
  .select-user .select-badge span {
    margin: 0 !important;
  }
  .select-badge.mobver {
    padding: 7px 12px;
  }
  /* #today .select-user .panel .width-60 {
    max-width: 80%;
    width: 80%;
} */
  #upcoming .width-60 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .user-list-core span.time {
    font-size: 14px;
  }
  .Arabic .data-section-inner .user-listing .row.mobilev {
    padding: 0;
  }
  .Arabic ul.navbar-nav.mr-auto a.menu-item.active {
    color: var(--primary-color);
  }
  .paymentss .page-title {
    margin-bottom: 22px;
  }
  .data-section .accord-container h5,
  .data-section .accord-container h4,
  .accordfaq h4 {
    font-size: 16px;
  }
  .Arabic .doctors-section.user-listing .row.mobilev {
    padding: 2rem 0 1rem 0;
  }
  /* #today .user-listing .page-title {
    font-size: 20px;
    line-height: 26px;
} */
  #today .select-user .panel .user-list-core-right h5,
  .user-profile-detail h4 {
    font-size: 18px;
  }
  .Arabic .mobver.d-flex.select-badge span {
    line-height: 40px;
    padding-right: 5px;
  }

  .Arabic .mobver.d-flex.select-badge {
    display: block !important;
    left: 0px;
    right: 0;
  }
  .Arabic .plra {
    padding-left: 0;
  }
  /* 	#webapp-main .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
} */
  .parent_table_records table {
    overflow-x: auto;
    display: inline-block;
  }
  .menu-section a {
    padding: 0;
    height: unset;
  }
  .modal-content.user-listing {
    margin: 0 auto;
    padding: 0 0px;
    max-width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .user-listing .panel .col-md-2 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .call-precheck .video-section,
  .video-section span {
    width: 100%;
  }
  .call-precheck .error-msg {
    color: var(--text-color-two);
  }
  .call-precheck .pre-cont {
    padding: 0;
  }
  .device-check span {
    gap: 6px;
    padding-left: 0;
  }
  .menu-section .group-one {
    padding: 10px 0 10px 0;
  }
  #example_wrapper .dataTables_length {
    text-align: left;
  }

  #example_wrapper .dataTables_filter {
    text-align: left;
  }

  #example_wrapper .dataTables_filter .gplus li {
    list-style: none;
  }

  #example_wrapper .dataTables_filter .gplus {
    margin-bottom: 10px;
  }
  #example_wrapper .dataTables_length select {
    margin: 0 10px;
    width: 100%;
    max-width: 80px;
  }
  .parent_table_records table thead tr th,
  #example_wrapper table#example td {
    white-space: nowrap;
  }
  .mobver {
    display: block !important;
  }
  button#acknowledged {
    background: var(--primary-color);
    border-radius: 8px;
    padding: 18px;
    margin: 0 auto;
  }
  /* .set-height {
    height: auto;
    max-height: 100%;
    overflow-y: auto;
  } */
  .set-height {
    height: 450px;
    max-height: 450px;
    overflow-y: auto;
  }
  .submenu.d-flex.flex-column.nav.navbar-nav.mobver a.active,
  .submenu.d-flex.flex-column.nav.navbar-nav.mobver a:hover {
    border-bottom: 2px solid var(--primary-color) !important;
  }
  button#send_chat {
    background: #8b1414;
    margin-right: 10px;
    font-size: 12px;
    padding: 7px 3px 8px 5px;
    border-radius: 50%;
  }
  button.btn.btn-lite.cancel-btn1.col {
    background-color: var(--btn-grey);
    border-color: var(--btn-grey);
  }
  button.btn.btn-lite.cancel-btn1.col:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
  }

  .mb-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 9px 20px 9px 14px;
    gap: 4px;
    background: var(--primary-color);
    border-radius: 8px;
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin: 0 auto;
    color: var(--bg-color-white);
    border: 0px solid #000;
  }
  .form-group.end-call {
    padding: 10px;
    display: flex;
    margin: 0;
    background: var(--primary-color);
  }
  .video-call-parent div.call-duration span {
    background: var(--primary-color);
    padding: 10px;
    display: block;
    color: var(--bg-color-white);
  }
  .navbar.mobver {
    margin-top: 2px;
    z-index: 999;
    /* background: var(--bg-color-white); */
    width: 100%;
    position: absolute;
    left: 20px;
    top: 0;
    padding: 5px;
  }
  .navbar-collapse.collapse.show {
    position: absolute;
    top: 0;
    left: -20px;
    width: 100%;
    background: var(--bg-color-white);
    padding: 35px 60px;
    min-height: 80%;
    z-index: 9999;
    overflow: hidden;
  }
  ul.navbar-nav.mr-auto {
    gap: 20px;
    padding-bottom: 80px;
  }
  .navbar-nav div.has-submenu.active .submenu {
    display: none !important;
  }
  .select-badge.deskview {
    display: none !important;
  }
  button.navbar-toggler.toggler-example.closemobver {
    margin: 22% 45%;
    color: var(--text-color-dark);
    border: 2px solid var(--text-color-dark);
    border-radius: 60%;
    text-align: center;
    font-size: 14px;
    padding: 7px 8px 4px 9px;
  }
  .mb-button a {
    background: transparent !important;
    border: none !important;
  }
  .user-list-core,
  .user-list-core .width-60 {
    align-items: center;
  }
  .closemobver {
    z-index: 999999;
  }
  a.menu-item {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.005em;
    color: var(--text-color-dark);
    border-bottom: 2px solid transparent;
    padding: 10px 10px;
  }
  a.menu-item:hover {
    padding: 10px 10px;
    color: #000;
    border-bottom: 2px solid var(--primary-color) !important;
    text-decoration: none !important;
  }
  a.menu-item i {
    padding-right: 1rem;
  }
  a.menu-item i::before {
    font-size: 24px;
    color: #8b8b8b8b;
  }
  .sub-title {
    color: var(--text-color);
    font-size: 16px;
    padding-bottom: 0.325rem;
    display: inline-block;
    font-family: var(--roboto-regular);
  }
  .user-list-core span.user-name,
  .user-list-core span.status,
  .user-list-core span.status span {
    color: #818181;
    font-size: 14px;
    /* padding-top: 0.325rem; */
  }
  .user-listing-data.active .panel,
  .user-listing-data1.active .panel,
  .user-listing-data2.active .panel {
    background: var(--hover-color-white);
    border: 1px solid #e4e2e2;
    border-radius: 11px;
  }
  .ffdin {
    font-size: 18px;
    line-height: 22px;
  }
  .deskview,
  .desktopver {
    display: none !important;
  }
  .notification-container .plra {
    padding: 0;
    margin-top: 10px;
  }
  .select-badge.mobver {
    width: 30px;
    height: 30px;
    max-width: 30px;
    background-color: var(--bg-color-white);
    border-radius: 50%;
    margin: auto;
    color: #111;
    right: 1rem;
    line-height: 32px;
    font-size: 2rem;
    box-shadow: var(--box-shadow);
  }
  .questionnaire-box .accordion-box #headingOne h4 a {
    color: #111111;
  }
  .user-listing-data .select-badge {
    background: var(--bg-color-white);
    color: #111;
  }
  .user-listing-data .select-badge span,
  .user-listing-data1 .select-badge span,
  .user-listing-data2 .select-badge span {
    color: #111;
    margin: -3px 0px 0px -3px;
  }
  .user-listing-data.active .select-badge span,
  .user-listing-data1.active .select-badge span,
  .user-listing-data2.active .select-badge span {
    color: var(--bg-color-white) !important;
    margin: -3px 0px 0px -3px;
  }
  .submenu a.active i {
    display: none;
  }

  .notification.deskview {
    display: block !important;
  }
  .d-flex.menu-items.flex-column.deskview {
    visibility: hidden;
  }
  #doctor_profile_list .panel {
    background: transparent;
    box-shadow: none;
    border-radius: 0px;
    padding: 0px;
  }
  h3.page-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .page-title.dynamic-title2 {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--text-color-two);
    margin-bottom: 15px;
    margin-top: -5px;
  }
  .panel p {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 142.52%;
    color: #4a4a4a;
  }
  .mtb1 a i {
    color: #3bb640;
  }
  .filter_doctor {
    cursor: pointer;
    font-size: 12px;
    margin-top: 0px;
    color: #969696;
  }
  .mobilev .col-lg-7,
  .mobilev .col-lg-5 {
    width: auto;
    /* padding:0; */
  }
  .mtb1 a {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 162% */

    color: var(--text-color-lite);
  }
  .panel h6 {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */

    color: var(--text-color-two);
  }
  .login-separate .col:first-child {
    border-right: 0px solid rgba(0, 0, 0, 0.099);
  }

  .login-separate {
    margin-top: 1rem;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .login-separate h5 {
    color: #00205b;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    margin-bottom: 10px;
  }
  #loginModal .page-title {
    margin-bottom: 0.425rem;
    letter-spacing: 3px;
    font-size: 30px;
  }
  .btn-going,
  .btn-going:hover {
    background: #fff8de !important;
    border-color: #fff8de !important;
    color: #eb9f2d;
  }
  .btn {
    background: var(--primary-color);
    /* padding: 15px 30px; */
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  /* .brand-logo {
    display: block;
    max-width: 300px;
    padding-left: 1rem;
    margin-bottom: 1.65rem;
    width: 100%;
    height: unset;
} */
  /* .pt-3 {
    display: flex;
  } */
  .form-radio-input:checked,
  .form-radio-input:focus {
    background-color: var(--bg-color-white);
    color: #3bb640;
    border-color: #3bb640;
    outline: 0;
  }

  .has-form-element input[type="text"],
  .has-form-element input[type="password"],
  input[type="text"] {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    width: 100%;
    border-radius: 0px;
    font-family: Inter;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: var(--text-color-lite);
  }
  #loginModal .prevalue .page-title {
    margin-bottom: 0.425rem;
    letter-spacing: 0px;
    font-weight: 500;
    color: #000;
  }
  .has-form-element i {
    color: #bdbaba;
    padding-right: 20px;
  }
  .has-form-element label {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-color-dark) !important;
  }
  .buttons-center.justify-content-center {
    flex-direction: column;
    gap: 20px;
  }
  .buttons-center button {
    flex: auto;
    max-width: 100%;
    width: 100%;
  }
  .login-forgot-password a {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* identical to box height, or 136% */

    display: flex;
    align-items: center;
    letter-spacing: 0.005em;
    text-decoration-line: underline;

    color: var(--text-color-dark);
  }
  #loginForm .form-control {
    padding-left: 0px;
  }
  .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    letter-spacing: 0.005em;
    color: var(--text-color-dark);
  }
  #loginForm img.menulogo.mobver {
    width: auto;
    height: auto;
    float: left;
    margin: -3px 10px 0 0;
    padding: 0;
  }
  .login-tools .custom-control {
    text-align: left;
    padding-left: 40px;
    margin-right: 20px;
  }
  .login-forgot-password {
    text-align: left !important;
  }
  .buttons-center .btn + .btn {
    margin-left: 0;
  }
  .wraplog .brand-logo {
    display: block;
    max-width: 150px;
    padding-left: 1rem;
    margin-bottom: 0;
    width: 100%;
    height: unset;
  }
  .menu-section .brand-logo.deskview {
    display: none;
  }
  .user-listing {
    margin: 0 0 15px 0px;
    /* padding: 0 20px; */
  }
  .default-details {
    padding: 15px 0;
    border-top: 2px solid var(--text-color-lite);
    margin: auto 30px;
    border-left: 0px solid transparent;
  }
  .modal-body .default-details {
    padding: 0px 0;
    border-top: 0px solid var(--text-color-lite);
    margin: auto 0px;
    border-left: 0px solid transparent;
  }

  .wraplog {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .menu-items {
    flex-direction: row !important;
  }
  .menu-items .has-submenu,
  .menu-items .menu-item {
    font-size: 0px;
  }
  .menu-items .has-submenu a img,
  .menu-items a.menu-item i {
    font-size: 15px;
  }
  .menu-items .has-submenu.active {
    flex: 2 0 0;
  }
  .menu-items .has-submenu.active .submenu {
    display: block !important;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0px;
    padding: 0px;
    visibility: visible;
  }
  .mobilev {
    display: flex;
    justify-content: space-between;
  }
  .group-one.menu-items {
    display: none;
  }
  span.fav {
    position: absolute;
    top: 0;
    right: 0;
    color: #3bb640;
    padding: 0.425rem 0.625rem;
  }

  .has-submenu .submenu a {
    padding: 0.625rem 1.25rem;
    font-size: 1rem;
    position: relative;
    display: inline-block !important;
    width: 33%;
    background: var(--bg-color-white);
    z-index: 990;
    text-align: center;
    font-weight: 800;
    border-bottom: 2px solid transparent;
    color: #000;
  }
  .has-submenu .submenu a.active {
    border-bottom: 4px solid var(--primary-color) !important;
    border-radius: 0px !important;
  }
  .notification.mobver {
    padding-top: 0;
    border-bottom: 0px solid;
    border-color: var(--border-grey);
    display: flex !important;
    margin-right: 20px;
    margin-top: 0;
    padding-bottom: 0;
  }
  button.buttonclose {
    border-radius: 50%;
    border: 2px solid #888;
    padding: 2px 10px 2px 9px;
    margin: 0 auto;
    width: 32px;
    text-align: center;
    display: block;
  }
  #exampleModal3 img.menulogo.mobver {
    width: 24px;
    height: 26px;
    float: left;
    margin: -3px 10px 0 0;
    padding: 0;
  }
  #exampleModal3 {
    background: var(--bg-color-white);
  }
  #exampleModal3 .modal-content {
    border: 0px solid transparent;
  }
  #exampleModal3 .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
  }
  ul.navbar-nav.mr-auto a {
    padding-left: 10px;
  }
  .user-list-core .width-60 img.user-image,
  .width-60 img.user-image {
    width: 70px;
    margin-top: px;
    border-radius: 100%;
    border: 0.5px solid var(--border-grey);
    max-width: 70px;
    background-size: 70px;
    background-repeat: no-repeat;
    min-height: 70px;
    height: 70px;
  }
  .precheck-btn.go button {
    background: var(--primary-color);
    color: var(--bg-color-white);
  }
  .user-list-core img.user-image,
  img.user-image {
    width: 69px;
    margin-top: px;
    border-radius: 100%;
    border: 0.5px solid var(--border-grey);
    max-width: 69px;
    background-size: 69px;
    background-repeat: no-repeat;
    min-height: 69px;
    height: 69px;
  }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
  }
  #loginModal .modal-content.bg-color-grey {
    background: var(--bg-color-white);
    padding: 30px 10px !important;
    width: 85%;
    margin: 0 auto;
  }
  .dynamic-data2 {
    max-height: fit-content;
    overflow-y: auto;
  }
  .navbar-nav.mr-auto #button-end-call {
    display: none;
  }
  #doctor_profile_list .user-detail-list img.user-image-detail {
    width: 78px;
    max-width: 78px;
    border-radius: 10px;
    border: none;
    /* background: url(../images/default-user.png)top center; */
    background-size: 78px;
    background-repeat: no-repeat;
    min-height: 85px;
  }
  #doctor_profile_list .user-detail-list .flex-column .basic-set:first-child {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    /* or 164% */
    display: flex;
    align-items: center;
    letter-spacing: 0.04em;
    color: var(--bg-color-white) FFF;
  }
  #doctor_profile_list .basic-set label {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: var(--text-color-two);
  }
  .user-detail-list .basic-set span {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 154.52%;
    /* or 22px */
    color: var(--text-color-lite);
    padding: 0px;
  }
  #doctor_profile_list .user-detail-list .flex-column .basic-set:nth-child(2) {
    background-color: var(--bg-color-white);
    margin-left: -1rem;
    padding: 1rem;
    margin-top: -2.5rem;
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    z-index: 1;
  }
  #doctor_profile_list
    .user-detail-list
    .flex-column
    .basic-set:nth-child(2)
    label {
    flex-grow: 12;
  }
  #doctor_profile_list
    .user-detail-list
    .flex-column
    .basic-set:nth-child(2)
    .chart {
    width: 25%;
    overflow: hidden;
    float: left;
    text-align: right;
    padding-right: 20px;
  }
  /* .row.data-section-inner.whit {
    background: var(--bg-color-white);
} */
  #myModal .mb-modal {
    top: 90px;
  }
  #myModal .basic-set .chart canvas {
    width: 51px !important;
    height: 51px !important;
  }
  .row.data-section-inner.whit .panel {
    background-color: transparent;
    box-shadow: none;
    border-radius: none;
    padding: 0;
  }
  .row.data-section-inner.whit .default-details {
    padding: 15px 0;
    border-top: 0px solid var(--text-color-lite);
    margin: auto 15px;
    border-left: 0px solid transparent;
  }
  #callQuestionContent .bg-color-grey.mobile .modal .close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  #CallQuestionContent .modal-content {
    background: transparent;
  }
  #CallQuestionContent #page-title {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 182.02%;
    /* or 36px */

    color: #111111;
  }
  .help-box {
    padding-left: 0px;
  }
  #doctorSearchForm li {
    margin-bottom: 20px;
    width: 100%;
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 182.02%;
    /* or 29px */

    color: var(--text-color-dark);
  }
  .questionnaire-box .panel-group h4 a {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 182.02%;
    /* or 36px */

    /* background:var(--bg-color-white); */
    color: #111111;
  }
  .mobile .modal-content.bg-color-white {
    padding: 10px 16px !important;
    border-top: 1px solid grey;
    border-bottom: 0px solid grey;
    border-right: 0px solid grey;
    border-left: 0px solid grey;
    border-radius: 0px;
    margin-top: 15px;
    background: transparent;
  }
  #accordion .panel {
    border: 0px solid var(--bg-color-grey) !important;
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
  }
  #page-title.page-title {
    display: none;
  }
  .questionnaire-box .panel-group h4 {
    margin: 0;
    background: transparent;
    padding: 0px;
  }
  #accordion .default-panel {
    padding: 0px !important;
  }
  #doctorSearchForm li input {
    padding: 5px;
    background: var(--bg-color-white);
    border: 1px solid #000;
    color: #888;
    padding: 10px;
    width: 100%;
  }
  #doctorSearchForm .theme-krajee-svg.rating-md .krajee-icon-clear {
    width: 20px;
    height: 20px;
  }
  #doctorSearchForm li textarea {
    padding: 5px;
    background: var(--bg-color-white);
    border: 1px solid #000;
    color: #888;
    width: 100%;
  }
  .far.deskview,
  .fas.deskview {
    display: none;
  }
  .klip {
    padding-top: 20px;
  }
  .whit .sub-title {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;

    color: var(--text-color-two);
  }
  #remote-container video {
    height: 100%;
    width: 100%;
    min-height: 500px;
    max-height: 500px;
    background: #fbeaea;
    overflow: hidden;
  }
  .form-radio-input:checked:after {
    content: "";
    position: absolute;
    top: 3px;
    color: #3bb640;
    width: 10px;
    height: 10px;
    left: 3px;
    background-color: #3bb640;
    border-radius: 50%;
  }
  .whit .label img {
    float: left;
    margin: 0px 3px 0 0;
    width: 30px;
    height: 30px;
    min-height: 30px;
  }
  .whit .lki img {
    float: left;
    margin: 0px 10px 0 0;
    width: 20px;
    height: 20px;
  }
  .fa.deskview {
    display: none;
  }
  .whit .label label {
    font-size: 16px;
    line-height: 19px;
  }
  .lki {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: var(--text-color-two);
    padding-bottom: 10px;
  }
  img.menulogo.deskview {
    display: none;
  }
  img.menulogo.mobver {
    width: 20px;
    height: 20px;
    float: left;
    margin: -3px 10px 0 0;
    padding: 0;
  }
  .navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
    border-radius: 0;
  }
  .row.filtermob {
    display: flex;
    gap: 20px;
  }
  .row.filter-form-control {
    gap: 20px;
  }
  h2.page-title.ffarab.fw-bold.mb0 {
    font-size: 36px;
  }
  img.mobver.navmenus {
    width: 20px;
    height: 20px;
    margin-left: 20px;
  }
  .whit .col-lg-6.label {
    margin-top: 10px;
  }
  .whit .panel.set {
    background-color: white !important;
    box-shadow: var(--box-shadow) !important;
    border-radius: var(--border-radius) !important;
    padding: 1rem !important;
  }
  .whit .label p {
    font-size: 14px;
    border-bottom: 1px solid #d6d9de;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 7px;
    color: var(--text-color-two);
    font-weight: 400;
  }
  #appoint .d-flex.justify-content-center.mtb1.ptb1 {
    flex-direction: column;
    gap: 32px;
    padding: 0;
    margin: 0;
  }
  .call-precheck {
    background-color: transparent;
    padding: 2rem;
  }
  .row.data-section-inner.whit,
  .row.data-section-inner.paymentss {
    display: block;
    padding-top: 0;
    width: 100%;
  }
  .submenu.d-flex.flex-column.nav.navbar-nav.mobver {
    background: var(--bg-color-white);
    display: flex !important;
    flex-direction: row !important;
    justify-content: start !important;
    padding: 20px;
    gap: 60px;
  }
  .submenu.d-flex.flex-column.nav.navbar-nav.mobver a.active,
  .submenu.d-flex.flex-column.nav.navbar-nav.mobver a:hover {
    border-bottom: 2px solid var(--primary-color) !important;
  }
  .submenu.d-flex.flex-column.nav.navbar-nav.mobver a i {
    display: none !important;
  }
  .submenu.d-flex.flex-column.nav.navbar-nav.mobver a {
    font-family: var(--roboto-re);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 0;
    color: #000000;
    border: 2px solid transparent !important;
    text-decoration: none !important;
    background: transparent !important;
    width: auto;
    margin: 0px;
  }
  .Arabic .submenu.d-flex.flex-column.nav.navbar-nav.mobver a {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0;
    color: #000000;
    border: 2px solid transparent !important;
    text-decoration: none !important;
    background: transparent !important;
    width: auto;
    margin: 0px;
  }
  .Arabic .submenu.d-flex.flex-column.nav.navbar-nav.mobver a.active,
  .Arabic .submenu.d-flex.flex-column.nav.navbar-nav.mobver a:hover {
    border-bottom: 2px solid var(--primary-color) !important;
  }
  .video-section span {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000000;
    font-size: 0.825rem;
    position: absolute;
    left: 0;
    background: var(--bg-color-white);
    padding: 10px;
    text-align: center;
    bottom: -20px;
  }
  .call-precheck .device-check {
    display: flex;
    align-items: flex-start;
    padding: 0;
  }
  .device-check span.active {
    color: var(--text-color-dark);
  }
  .device-check span {
    background: var(--bg-color-white);
    border-radius: 5px;
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    width: 100%;
    line-height: 402%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--text-color-dark);
    text-align: left;
    padding-left: 15px;
  }
  .device-check span.active i {
    background-color: white;
  }
  .call-precheck p {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 163.5%;
    /* or 23px */

    align-items: center;
    text-align: center;

    color: var(--text-color-dark);
  }
  .device-check span.active i.fa-check {
    visibility: visible;
    width: 21px;
    color: #27ae60 !important;
    background: #b3f7d0 !important;
    height: 21px;
    font-size: 12px;
    padding: 2px 0 0 0;
  }
  .device-check span i {
    width: 15px;
  }
  .doctor-not-available {
    min-height: 350px;
    text-align: center;
    background: var(--primary-color) !important;
    border: 1px solid #eee;
    border-radius: 50;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .precheck-btn.go a {
    padding: 0 !important;
  }
  .doctor-not-available p {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 26px !important;
    text-align: center;
    color: var(--bg-color-white) FFF;
    padding: 10px;
  }
  .doctor-not-available h3.waitroom {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;

    color: var(--bg-color-white) FFF;
  }
  .spinner-border.text-success {
    margin: 0 auto;
  }
  .video-call-parent div.call-duration span {
    background: var(--primary-color);
    padding: 10px;
    display: block;
    color: var(--bg-color-white);
  }
  .tab-title h1 {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    text-transform: capitalize;
    color: var(--text-color-dark);
  }
  .doctor-not-available img {
    width: 100px;
    border-radius: 50%;
    height: 100px;
    margin: 0 auto;
  }
  .doctor-not-available {
    min-height: 350px;
    text-align: center;
    background: var(--primary-color);
    border: 1px solid #eee;
    padding: 50px;
    margin-top: 20px;
  }
  .chat-dev .box.box-success {
    border: 0px solid #f0f0f0 !important;
    border-radius: 0 !important;
  }
  .box.box-success img.online {
    display: none;
  }
  #disclaimer_modal .modal-title {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    /* identical to box height */

    color: var(--text-color-two);
  }
  #local-container video {
    height: auto;
    height: auto !important;
    border-radius: 10px;
    border: 1px solid transparent;
    min-height: 60px;
  }
  .select-user a.btn.font-xs {
    display: none;
  }
  .call-buttons div#auth-state {
    position: unset !important;
    right: unset !important;
    color: var(--bg-color-white);
    padding: 10px;
    text-align: center;
  }
  /* .item.col-sm-12 .pull-left {
	background: var(--bg-color-white)FFF!important;
mix-blend-mode: normal;
border: 1px solid #8195AD;
border-radius: 25px 25px 0px 25px !important;
padding:10px;
margin:5px 0;
} */
  .item.col-sm-12 .pull-left p.message {
    font-family: var(--roboto-regular);
    font-size: 15px;
    line-height: 20px;
    background: transparent !important;
    border: 0px;
    border-radius: 0px;
  }
  .practitioner label {
    padding-right: 10px;
  }
  .item.col-sm-12 .pull-right {
    mix-blend-mode: normal;
    border: 0px solid #8195ad;
    padding: 10px;
    margin: 5px 0;
  }
  p.message {
    padding: 10px 15px;
  }
  .item.col-sm-12 .pull-right {
    background: var(--primary-color) !important;
    border-radius: 0px 25px 25px 25px !important;
  }
  .item.col-sm-12 .pull-right p.message {
    color: var(--bg-color-white);
    font-family: var(--roboto-regular);
    font-size: 15px;
    line-height: 20px;
    background: transparent !important;
    border: 0px;
    border-radius: 0px;
  }
  #disclaimer_modal p,
  #disclaimer_modal ul li {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 182.02%;
    /* or 29px */

    color: var(--text-color-lite);
  }
  #instant_chat_form .input-group-style {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .box-footer {
    border-top: 0px solid rgba(221, 221, 221, 0.3);
    background: transparent;
    margin: 0px;
    padding: 0px;
  }
  .col-sm-12.surveyForm {
    background: var(--primary-color);
  }
  .feedback-box h1.text-center {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 21px;
    text-align: center;
    color: var(--bg-color-white) FFF;
  }
  .feedback-profile {
    padding: 30px;
  }
  .feedback-box ol li span {
  }
  .feedback-box ol li {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 22px;
    color: var(--bg-color-white) FFF !important;
  }
  .doc-matadata p {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--bg-color-white) FFF !important;
  }
  .doc-matadata {
    text-align: center;
    font-size: 16px;
    margin: 0px 0px !important;
  }
  img.brand-logo.account-logo.mobver {
    width: auto;
  }
  .col.data-section .menu-item i {
    padding-top: 10px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 17px;
    display: inline-block !important;
    align-items: center;
    color: #1f1f1f;
  }
  .col.data-section a.menu-item {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.005em;
    display: block;
    padding: 20px;
    color: var(--text-color-dark);
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #ddd;
    width: 200px;
    margin-top: 20px;
  }
  div#vidyoConnector {
    float: left;
    position: relative;

    padding: 0 !important;
  }
  /*----------Arabic mobile css ----- */
  .Arabic .klip {
    padding-top: 20px;
  }

  .Arabic .jate {
    flex-direction: column-reverse;
  }
  .Arabic .wraplog {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    gap: 30px;
  }
  .Arabic .d-flex.menu-items.flex-column.deskview {
    display: none !important;
  }
  .Arabic .modal .close {
    position: absolute;
    top: 5px;
    right: unset;
    left: 5px;
  }
  .Arabic #exampleModal3 img.menulogo.mobver {
    width: 24px;
    height: 26px;
    float: right;
    margin: 0px 0px 0 10px;
    padding: 0;
  }
  .Arabic .submenu.d-flex.flex-column.nav.navbar-nav.mobver {
    background: var(--bg-color-white);
    display: flex !important;
    flex-direction: row-reverse !important;
    justify-content: center !important;
    padding: 20px;
    gap: 20px;
  }
  .Arabic .menu-items .has-submenu.active .submenu {
    display: flex !important;
    flex-direction: row-reverse !important;
  }
  .Arabic .whit .label img {
    float: right;
    margin: 0px 0px 3px 3px;
    width: 15px;
    height: 15px;
  }
  .Arabic .navbar-collapse.collapse.show {
    position: absolute;
    top: 0;
    left: unset;
    right: -40px;
    width: 420px;
    background: var(--bg-color-white);
    padding: 35px 60px;
    min-height: 700px;
  }
  .Arabic img.mobver.navmenus {
    width: 20px;
    height: 20px;
    margin-right: 27px;
    display: block !important;
  }
  .Arabic .wraplog .brand-logo {
    display: block;
    max-width: 87px;
    padding-left: 0;
    margin-bottom: 0;
    width: 100%;
    height: 50px;
  }
  .Arabic .notification.mobver {
    padding-bottom: 0;
    border-bottom: 0px solid;
    border-bottom-color: currentcolor;
    border-color: var(--border-grey);
    display: flex !important;
    margin-right: 0;
    margin-top: 5px;
  }
  .Arabic .notification a.user-account {
    margin-left: 0px;
  }
  .Arabic ul.navbar-nav.mr-auto {
    gap: 50px;
    text-align: right;
  }
  .Arabic img.menulogo.mobver {
    width: 20px;
    height: 20px;
    float: right;
    margin: 0px 0px 0px 10px;
    padding: 0;
  }
  .Arabic button.navbar-toggler.toggler-example.closemobver {
    margin: 40px 50%;
    border: none;
    width: 30px;
    color: var(--text-color-dark);
  }
  .Arabic .mb-head {
    display: flex;
    gap: 20px;
    flex-direction: row-reverse;
  }
  .Arabic .mb-sec {
    display: flex;
    gap: 10px;
    flex-direction: row-reverse;
    align-items: center;
  }
  .Arabic button.btn.col.startvideo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 10px;
  }
  .Arabic .paymentss .is_primary {
    left: unset;
    top: 80px;
    right: 50px;
    color: var(--bg-color-white);
    position: absolute;
    background: #22b63a;
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 10px;
    cursor: pointer;
  }
  .Arabic .addc {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 141.4%;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: capitalize;
    margin: 15px 0;
    color: #5e5873;
    flex-direction: row-reverse;
  }
  .Arabic .card-hitory p span {
    margin-right: 50% !important;
    float: left !important;
  }
  .Arabic #doctorSearchForm li {
    margin-bottom: 20px;
    width: 100%;
    font-family: Inter;
    text-align: right;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 182.02%;
    color: var(--text-color-dark);
  }
  .Arabic .whit .lki img {
    float: right;
    margin: 0px 0px 0 10px;
    width: 20px;
    height: 20px;
  }
  .Arabic select#language {
    text-align: right;
  }
  .Arabic #doctorSearchForm li input {
    padding: 5px;
    background: var(--bg-color-white);
    border: 1px solid #000;
    color: #888;
    text-align: right;
  }
  .Arabic
    #doctor_profile_list
    .user-detail-list
    .flex-column
    .basic-set:nth-child(2)
    .chart {
    width: 25%;
    overflow: hidden;
    float: right;
    text-align: right;
    padding-left: 20px;
  }
  .Arabic span.fav {
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
    color: #3bb640;
    padding: 0.425rem 0.625rem;
  }
  .Arabic .card_list .card i.fa-credit-card {
    float: right;
    margin-left: 10px;
  }

  .Arabic .spinner-border.text-success {
    width: 30px;
  }
  .Arabic .history-payment .card-history p span {
    margin-right: 50%;
    float: left;
    margin-left: 0px !important;
  }
  .Arabic .close-card {
    left: 20px;
    top: 20px;
    color: #000;
    position: absolute;
    background: var(--bg-color-white);
    padding: 4px 6px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 19px;
    right: unset;
  }
  .Arabic .col.data-section a.menu-itemed {
    font-family: Roboto;
    font-style: normal;
    font-weight: 900;
    font-size: 15px;
    line-height: 19px;
    letter-spacing: 0.005em;
    padding-top: 10px;
    color: #1f1f1f;
    display: block;
    text-align: right;
  }
  .Arabic #doctorSearchForm li input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    float: right;
    margin-left: 10px;
    vertical-align: middle;
  }
  .Arabic .questionnaire-box .panel-group h4 a {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 182.02%;
    background: var(--bg-color-white);
    color: #111111;
    text-align: right;
    display: block;
  }
  .Arabic .col.data-section a.menu-item img {
    float: right;
    transform: rotateZ(180deg);
    margin: -3px 0 0 6px;
  }
  .Arabic .col.data-section a.menu-item {
    font-family: Roboto;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.005em;
    display: block;
    padding: 20px;
    color: var(--text-color-dark);
    border: 2px solid #ddd;
    border-radius: 8px;
    background: #ddd;
    width: 200px;
    margin-top: 20px;
    text-align: right;
    margin-left: auto;
  }
  .modal-content.bg-color-grey.mobile {
    width: 95%;
    min-height: 648px;
    top: 40px;
    left: 5px;
  }
  #callQuestion .modal-content.bg-color-grey.mobile {
    width: 95%;
    min-height: 648px;
    top: 10px;
    left: 10px;
  }
  .modal-content.bg-color-grey.mobile h3.page-title {
    font-weight: 400;
  }
  .theme-krajee-svg.rating-md .krajee-icon {
    width: 19px !important;
    height: 19px !important;
  }
  #doctorSearchForm li input[type="radio"],
  #doctorSearchForm li input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
  #doctorSearchForm li input[type="radio"]:checked,
  #doctorSearchForm li input[type="radio"]:focus {
    background-color: var(--bg-color-white);
    color: #3bb640;
    border-color: #3bb640;
    outline: 0;
  }
  .container-fluid.pt-3.pb-3.text-center.doctor-not-available
    .text-center.panel-head.mb-2 {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    line-height: 30px;

    align-items: center;
    color: var(--bg-color-white) FFF;
    text-align: center;
  }
  .waitext span {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    /* or 147% */

    text-align: center;

    color: var(--bg-color-white) FFF;
  }
  .waitext h6 {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    /* or 147% */

    text-align: center;

    color: var(--bg-color-white) FFF;
  }
  .buttonclosed {
    position: absolute;
    top: -25px;
    right: 15px;
    background: transparent;
    border: 0;
    font-size: 24px;
  }
  h4.panel-title a {
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--bg-color-white) FFF;
  }
  .Feedback-question {
    padding-left: 0;
    text-align: center;
  }
  #save_survey_btn {
    background: var(--bg-color-white) FFF;
    border-radius: 5px;
    padding: 10px 65px;
    font-family: var(--roboto-regular);
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #111;
    margin: 0 auto;
    width: auto;
    display: block;
  }
  .sonar-wrapper {
    border-radius: 50%;
    background: #0b0b0b1f;
    padding: 60px;
  }
  #renderer .video-container.local-track {
    max-width: 82px;
    position: absolute !important;
    top: 5px;
    right: 5px;
    left: unset;
    z-index: 99 !important;
    width: 170px;
    background: transparent;
    display: block !important;
    max-height: 86px;
  }
  .panel.col.user-list-core.justify-content-between.align-items-center .d-flex {
    align-items: center;
  }
}
/* Do not add any common classes here --- write them before media quries */

/* 29-06-2022 */

.menulogo {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 1rem;
  color: #9b9b9b;
}
.close-detail {
  display: none;
}
.custom_survey_record div:nth-child(odd) {
  background: var(--primary-color);
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.custom_survey_record div:nth-child(even) {
  margin-bottom: 0.5rem;
  background: var(--bg-color-grey);
  padding: 10px;
  border-radius: 8px;
  font-size: 1rem;
}
@media only screen and (max-width: 530px) {
  #child_modal .modal-dialog .modal-content p {
    height: unset !important;
  }
  #child_modal .modal-dialog .modal-content img {
    height: unset;
    min-height: unset;
  }
  #speciality_form_section .code table tbody tr td {
    flex: 0 0 100% !important;
    width: 100% !important;
  }
  #speciality_form_section .code table tbody tr:nth-child(2),
  #speciality_form_section .code table tbody tr:nth-child(3),
  #absenceform .code table tbody tr:nth-child(2),
  #absenceform .code table tbody tr:nth-child(3) {
    border: 1px solid #ddd;
  }

  #speciality_form_section .code table tbody tr:first-child {
    border: none;
  }
  #speciality_form_section .code table tbody tr:nth-child(2) td:first-child {
    border-left: none;
  }
  #patprofile .common-group .user-profile-detail {
    flex: 0 0 70%;
    width: 70%;
    max-width: 70%;
    padding-right: 0;
    padding-left: 0;
  }
  #patprofile #prev_call_history_length {
    padding-top: 8px;
  }
  #chat .chat-head {
    padding-left: 1rem;
  }
  .voiceRecord {
    bottom: 100px !important;
    right: 30px !important;
  }
  .consultation-open {
    flex: 0 0 100% !important;
  }
  .consultation-join-now {
    flex: 0 0 100% !important;
  }
  .tabtwo {
    padding: 0;
  }
  .close-detail {
    display: block;
  }
  #home .col-md-5.bl.default-details.act {
    position: fixed;
    top: 66px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 1rem;
    background: #d9d9d9;
    height: 100vh;
  }
  #home .col-md-5.bl.default-details.act .close-detail {
    position: absolute;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
    display: block;
  }
  #home .col-md-5.bl.default-details.act .panel {
    height: 75vh;
  }

  #home .col-md-5.bl.default-details.act .panel .panel {
    height: unset;
  }
  .bodyhide {
    overflow: hidden;
  }
}
