@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*================    Dashboard Common Css Stat here    ================*/

*,
*::before,
*::after {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}

body {
  padding: 0 !important;
  margin: 0;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: normal;
}

img,
a,
input,
nav,
textarea,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

a {
  display: inline-block;
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
}

a:hover {
  color: #222222;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* preview container styles start */

.preview-img-cls {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.preview-item {
  position: relative;
  display: inline-block;
}

.preview-item img.custom-preview-img-cls-adding {
  border-radius: 10px;
  max-width: 150px;
  max-height: 150px;
  object-fit: cover;
}

.preview-item .close-btn {
  position: absolute;
  top: 2px;
  right: 4px;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.preview-item .close-btn svg {
  width: 12px;
  height: 12px;
  stroke: #fff;
}

/* preview container styles over */

.logo-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 120px;
}

/* Language Related start here */
.right-panel .lang-dropdown {
  position: absolute;
  right: 0;
  top: 0;
}

.language-heading {
  color: #9CA3AF;
}

.lang-dropdown {
  position: relative;
}

.lang-dropdown .lang-dropdown__toggle {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  border-radius: 4px;
  padding: 0px;
  cursor: pointer;
  min-width: 70px;
}

.lang-dropdown .lang-dropdown__toggle .listing-country-language {
  color: #005EB8;
}

.lang-dropdown .lang-dropdown__toggle svg {
  transition: transform 0.3s ease;
  flex: none;
}

.lang-dropdown.open .lang-dropdown__toggle svg {
  transform: rotate(180deg);
}

.lang-dropdown .lang-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border-radius: 10px;
  margin-top: 8px;
  list-style: none;
  display: none;
  min-width: 100px;
  overflow: hidden;
  box-shadow: 0px 0px 18px 0px #00000026;
  z-index: 1;
}

.lang-dropdown .lang-dropdown__menu button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background-color: transparent;
  border: 0;
  width: 100%;
}

.lang-dropdown .lang-dropdown__menu button:not(:last-child) {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.lang-dropdown .lang-dropdown__menu button:hover {
  background: #f5f5f5;
}

.lang-dropdown.open .lang-dropdown__menu {
  display: block;
}

.langugage-code-cls {
  display: flex;
  align-items: center;
  gap: 10px;
}

.topbar .country-dropdown {
  position: relative;
  display: inline-block;
}

.topbar .country-dropdown__toggle {
  border: none;
  background: transparent;
  padding: 0px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 6px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.topbar .country-dropdown .country-dropdown__toggle>img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  border-radius: 50%;
}

.topbar .country-dropdown__toggle svg {
  transition: transform 0.3s ease;
}

.country-dropdown.open .country-dropdown__toggle svg {
  transform: rotate(180deg);
}

.topbar .country-dropdown__menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  margin-top: 8px;
  display: none;
  min-width: 100px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 18px 0px #00000026;
  z-index: 1;
}

.topbar .country-dropdown__menu button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  background-color: transparent;
  border: 0;
  width: 100%;
}

.topbar .country-dropdown__menu button:hover {
  background: #f5f5f5;
}

.topbar .country-dropdown.open .country-dropdown__menu {
  display: block;
}

.topbar .country-dropdown button:not(:last-child) {
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

/* Language Related over here */

/* -----------------------  Breadcrumb CSS Star Here ----------------------- */
.breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.breadcrumb .breadcrumb-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
}

.breadcrumb .breadcrumb-item a {
  color: #666666;
}

.breadcrumb .breadcrumb-item.active {
  color: #222222;
}

/* -----------------------  Select2 CSS Start Here ----------------------- */

.common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
/*  background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.5469%200.975708L7.54688%206.97571L1.54688%200.975708%22%20stroke%3D%22%23222222%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);*/
  background-repeat: no-repeat;
  background-size: 15px 8px;
  border: none;
  width: 15px;
  height: 15px;
  top: 0;
  margin-top: 8px;
}

.common-select2 .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  margin-top: 0px;
}

.common-select2 .select2-search--dropdown .select2-search__field:focus-visible {
  outline: none;
}

.common-select2 .select2-container .select2-selection--single .select2-selection__rendered:focus-visible {
  outline: none;
}

.common-select2 .select2-selection:focus-visible {
  outline: none;
}

.common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 18px;
  top: 0px;
  bottom: 0;
  margin: auto;
}

.common__select .select2-selection {
  border: none;
  box-shadow: 0px 0px 18px 0px #00000026;
  background: #ffffff;
  height: fit-content !important;
  border-radius: 10px !important;
}


.common__select.white .select2-selection {
    background: transparent !important;
    box-shadow: 0px 5px 30px 0px #0000000D !important;
}

.common__select .select2-selection__rendered {
  padding: 12px 16px;
  color: #1F2933 !important;
}

.common__select .select2-selection__placeholder {
  color: rgba(31, 41, 51, 0.5) !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: normal;
  border: none;
}

.common__select .select2-container--open .select2-selection {
  border-radius: 10px 10px 0px 0px !important;
}


.common-select2.multi-select .select2-container {
    width: 100% !important;
}

.common-select2.multi-select {
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2215%22%20height%3D%228%22%20viewBox%3D%220%200%2015%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M13.5469%200.975708L7.54688%206.97571L1.54688%200.975708%22%20stroke%3D%22%23222222%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-position: right 18px center;
}

.common-select2.multi-select .select2-selection__rendered .select2-selection__choice {
    display: none;
}

.common-select2.multi-select .select2-search--inline,
.common-select2.multi-select .select2-search--inline .select2-search__field {
    width: 100% !important;
    margin: 0 !important;
}


.select2-dropdown {
    border: none;
    background: #f5f5f5;
    border-radius: 0px 0px 10px 10px !important;
    box-shadow: 0 0 5px 1px rgb(0 94 184 / 20%);
    overflow: hidden;
}

.select2-dropdown .select2-search .select2-search__field {
  border: none;
  outline: none;
  background: #fff;
  border-radius: 10px;
  padding: 10px 16px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #005EB8;
}

.select2-results__option {
  border-bottom: 1px solid #66666633;
  padding: 12px 16px;
}

.select2-results__option:last-child {
  border-bottom: none;
}

.select2-container .select2-dropdown {
  z-index: 999;
  min-width: 100px;
}

/* -----------------------  Side Bar Css Start here ----------------------- */
.dashboard-wrapper .sidebar {
  width: 250px;
  padding: 0px 20px 20px;
  background-color: #fff;
  border-right: 1px solid #66666633;
  transition: all 0.3s ease;
  height: 100vh;
  overflow: auto;
  position: sticky;
  top: 0;
}

.sidebar .sidebar-header {
  margin-bottom: 10px;
  text-align: center;
  padding: 30px 0;
  position: sticky;
  top: -15px;
  background-color: #fff;
}

.sidebar .sidebar-header .logo:focus {
  outline: none;
  box-shadow: none;
}

.sidebar .sidebar-header .logo {
    max-width: 120px;
    margin: 0 auto;
}

.sidebar .sidebar-header .logo picture img,
.sidebar .sidebar-header .logo picture {
  display: block;
}

.sidebar .side-nav {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  row-gap: 14px;
  min-height: calc(100vh - 122px);
}

.sidebar .side-nav .nav-item {
  width: 100%;
}

.sidebar .side-nav .nav-item .nav-link {
  color: #9CA3AF;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  vertical-align: middle;
  padding: 14px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.sidebar .side-nav .nav-item .nav-link.active,
.sidebar .side-nav .nav-item .nav-link:hover {
  background-color: #005EB8;
  color: #ffffff;
}

.sidebar .side-nav .nav-item.logout-item {
  margin-top: auto;
}

.sidebar .side-nav .nav-item.logout-item .nav-link {
  background-color: #9CA3AF26;
}

.sidebar .side-nav .nav-item.logout-item .nav-link.active,
.sidebar .side-nav .nav-item.logout-item .nav-link:hover {
  background-color: #005EB8;
  color: #ffffff;
}

.sidebar .side-nav .nav-item .nav-link picture img {
  transition: all 0.3s ease;
}

.sidebar .side-nav .nav-item .nav-link:hover picture img,
.sidebar .side-nav .nav-item .nav-link.active picture img {
  filter: brightness(0) invert(1);
}

/* -----------------------  Header Topbar Css Start here ----------------------- */

header.topbar {
  min-height: 76px;
  padding: 14px 24px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  gap: 24px;
  top: 0;
  right: 0;
  width: calc(100% - 250px);
  background-color: #fff;
  z-index: 1000;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.topbar-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}

/* ----------------------- Search Box Css Start here ----------------------- */

.topbar .btn-primary {
  margin-right: auto;
  font-weight: 600;
  line-height: normal !important;
}

.topbar .search-box {
  position: relative;
  flex: 1;
  max-width: 450px;
  width: 100%;
  margin-right: auto;
}

.topbar .search-box .search-input {
  width: 100%;
  padding: 10px 16px;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding-left: 50px;
  border: 0;
}

.topbar .search-box .search-input:focus-visible {
  outline: 0;
}

.topbar .search-box .search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  margin: auto;
  left: 16px;
  top: 8px;
  pointer-events: none;
  background: url(../images/search-icon.svg) no-repeat center center;
}

/* ----------------------- Header Notification Css Start here ----------------------- */
.notification-wrapper {
  position: relative;
  display: inline-block;
}

.notification-wrapper .notification-icon {
  position: relative;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

.notification-wrapper .badge {
  position: absolute;
  top: -4px;
  right: -3px;
  background-color: #005EB8;
  color: white;
  font-size: 10px;
  padding: 2px 6px;
  border-radius: 50%;
  line-height: 1.2;
}

.notification-wrapper .notification-dropdown {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  width: 260px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  z-index: 1000;
}

.notification-wrapper .notification-dropdown.show {
  display: block;
}

.notification-wrapper .dropdown-header {
  background-color: #6a1b9a;
  color: white;
  padding: 12px;
  font-weight: bold;
}

.notification-wrapper .notification-dropdown li {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: 400;
  color: #222222;
}

.notification-wrapper .notification-dropdown li strong {
  font-weight: 6000;
}

.notification-wrapper .notification-dropdown li a {
  color: #222222;
}

.notification-wrapper .notification-dropdown li:last-child {
  border-bottom: none;
}

.notification-wrapper .notification-dropdown li:hover {
  background-color: #f9f9f9;
}

/* ----------------------- Header Profile Css Start here ----------------------- */
.profile-dropdown-wrapper {
  position: relative;
  display: inline-block;
}

.profile-dropdown-wrapper .dropdown-toggle {
  min-width: 210px;
  background-color: #f5f5f5;
  color: #222222;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 110.00000000000001%;
  padding: 6px;
  border: 0px solid #ccc;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  cursor: pointer;
}

.profile-dropdown-wrapper .dropdown-toggle .user-image {
  width: 28px;
  min-width: 28px;
  height: 28px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  display: block;
}

.profile-dropdown-wrapper .dropdown-toggle .user-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  object-position: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.profile-dropdown-wrapper .dropdown-toggle .user-name {
  max-width: 132px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.profile-dropdown-wrapper .dropdown-toggle::after {
  display: none;
}

.profile-dropdown-wrapper .dropdown-toggle .arrow {
  transition: transform 0.3s ease;
}

.profile-dropdown-wrapper .dropdown-toggle .arrow img {
  padding: 0 2px;
}

.profile-dropdown-wrapper .dropdown-toggle .arrow.up {
  transform: rotateX(180deg);
}

.profile-dropdown-wrapper .dropdown-menu {
  display: none;
  position: absolute;
  top: 48px;
  left: 0;
  padding: 0;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 6px;
  min-width: 200px;
  z-index: 1000;
  box-shadow: 0px 0px 18px 0px #00000026;
}

.profile-dropdown-wrapper .dropdown-menu .dropdown-item-link {
  display: block;
  width: 100%;
  padding: 12px;
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  line-height: 110.00000000000001%;
  border: none;
  outline: none;
  box-shadow: none;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s ease;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

.profile-dropdown-wrapper .dropdown-menu .dropdown-item-link:hover {
  background-color: #f9f9f9;
}

.profile-dropdown-wrapper .dropdown-menu .dropdown-item-link picture img {
  margin-right: 8px;
}

/* -----------------------  Right Side content box css Start ----------------------- */

.content {
  flex: 1;
  width: calc(100% - 250px);
}

.content-wrap {
  padding: 24px;
  padding-top: 100px;
  background-color: #f5f5f5;
  min-height: 100vh;
}

/* -----------------------  Title Headeing CSS Start ----------------------- */

.title-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap;
  gap: 10px;
}

.h-md {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.h-sm {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  color: #222222;
}

.h-xs {
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
}

.t-lg {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

.t-md {
  font-size: 16px;
  line-height: 17px;
  font-weight: 400;
}

.t-sm {
  font-size: 14px;
  line-height: 15px;
  font-weight: 400;
}

/* -----------------------  Buttons CSS Start ----------------------- */
.btn-group {
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-primary {
  border-radius: 16px;
  transition: all 0.3s ease;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-height: 60px;
  min-width: 150px;
  padding: 17px;
  border: 1px solid #005EB8;
  background-color: #005EB8;
  color: #ffffff;
  width: 100%;
  flex: 1;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: normal;
  gap: 10px;
}

.btn-primary:hover {
  border: 1px solid #005EB8;
  background-color: #ffffff;
  color: #005EB8;
}

.btn-primary:hover img {
  filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(1700%) hue-rotate(195deg) brightness(96%) contrast(101%);
}

.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #666666;
  border-color: #666666;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  cursor: none;
}

.btn-primary.rounded {
  width: auto;
  flex: none;
  border-radius: 30px !important;
  padding: 12px 24px;
  min-width: unset;
  min-height: unset;
}

.btn-primary.rounded.small {
  padding: 10px 20px;
  line-height: normal;
}

.btn-secondary {
  border-radius: 16px;
  transition: all 0.3s ease;
  font-size: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  min-height: 60px;
  min-width: 150px;
  padding: 17px;
  border: 1px solid #005EB8;
  background-color: #ffffff;
  color: #005EB8;
  width: 100%;
  flex: 1;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: normal;
}

.btn-secondary:hover,
.btn-secondary.rounded.black:hover {
  border: 1px solid #005EB8;
  background-color: #005EB8;
  color: #ffffff;
}

.btn-secondary.disabled,
.btn-secondary[disabled] {
  background-color: #666666;
  border-color: #666666;
  color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  cursor: none;
}

.btn-secondary.rounded {
  width: auto;
  flex: none;
  border-radius: 40px !important;
  padding: 10px 24px;
  min-width: unset;
  min-height: unset;
  line-height: normal !important;
}

.btn-secondary.rounded.black {
  border-color: #1F2933;
  background-color: transparent;
  color: #1F2933;
}

.btn-secondary.rounded.red {
    border-color: #E53935;
    background-color: transparent;
    color: #E53935;
}

.btn-secondary.rounded.red:hover {
    border: 1px solid #E53935;
    background-color: #E53935;
    color: #ffffff;
}

/* -----------------------  custom-radio CSS Start ----------------------- */

.custom-radio .radio-btn {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  user-select: none;
  font-weight: 500;
  margin: 0 20px 0 0;
  font-size: 20px;
  line-height: 24px;
  color: #222222;
}

.custom-radio .radio-btn:last-child {
  margin-right: 0;
}

.custom-radio .radio-btn input {
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  margin: auto 0;
  height: 16px;
  width: 16px;
}

.custom-radio .radio-btn .checkmark {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  margin: auto 0;
  height: 16px;
  width: 16px;
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #66666633;
}

.custom-radio .radio-btn input:checked~.checkmark {
  background-color: #005EB8;
  border-color: #005EB8;
}

.custom-radio .radio-btn .checkmark:after {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #fff;
  margin: auto;
}

.custom-radio .radio-btn input:checked~.checkmark:after {
  display: block;
}

/* -----------------------  custom-checkbox CSS Start ----------------------- */

.checkbox-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
  gap: 12px;
  position: relative;
}

.checkbox-item input[type="checkbox"] {
  display: none;
}

.custom-check {
  width: 18px;
  height: 18px;
  border: 2px solid #666666;
  border-radius: 2px;
  position: relative;
  flex-shrink: 0;
}

.checkbox-item input[type="checkbox"]:checked+.custom-check {
  background-color: #005EB8;
  border-color: #005EB8;
}

.checkbox-item input[type="checkbox"]:checked+.custom-check::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/*dashbord Modal Css Start here*/
.modal-backdrop {
  background-color: transparent;
}

.deshbord-modal {
  background-color: rgba(34, 34, 34, 0.6);
}

.deshbord-modal .modal-dialog {
  margin: auto;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.deshbord-modal .modal-content {
  border: none;
  border-radius: 20px;
  overflow: hidden;
  background-color: transparent;
}

.deshbord-modal .modal-header {
    background: #F5F5F5;
    padding: 10px;
    justify-content: space-between;
    border-radius: 0;
    border: 0;
}

.deshbord-modal-title {
  flex: 1;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  color: #ffffff;
}

.close-modal-btn {
  width: 20px;
  height: 20px;
  display: inline-block;
  border: none;
  outline: none;
  box-shadow: inherit;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  margin-left: auto;
}

.deshbord-modal .modal-body {
  padding: 0 14px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: #666666;
  background-color: #f5f5f5;
}

.deshbord-modal .modal-body h3 {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  text-align: center;
  margin-bottom: 14px;
  color: #1F2933;
}

.deshbord-modal .modal-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #1F2933;
  opacity: 0.7;
}

.deshbord-modal .modal-footer {
  background-color: #f5f5f5;
  border: none;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 0 40px 40px;
}

.deshbord-modal .modal-footer .footer-btn {
  margin: 0;
  width: calc(50% - 10px);
}


.dataTables_wrapper {
    position: relative;
}

.dataTables_wrapper .dataTables_scrollBody .dataTable,
.dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner,
.dataTables_wrapper .dataTables_scrollHead .dataTables_scrollHeadInner .dataTable {
  width: 100% !important;
}

.dataTables_wrapper table.dataTable>thead>tr>th {
  padding: 0 10px;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody,
.dataTables_wrapper table.dataTable>thead>tr>th,
table.dataTable>thead>tr>td,
.dataTables_wrapper .dataTable tbody,
.dataTables_wrapper .dataTable thead {
  border-color: transparent;
}

.dataTables_wrapper .dataTables_paginate {
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 5;
  position: relative;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button {
  background: #ffffff !important;
  padding: 11px 14px;
  font-size: 16px;
  line-height: 110%;
  font-weight: 400;
  color: #005EB8 !important;
  border: 1.5px solid #005EB8;
  border-radius: 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  color: #666 !important;
  border: 1.5px solid #fff;
}

.dataTables_wrapper .dataTables_info {
    font-size: 16px;
    line-height: 110%;
    font-weight: 400;
    color: #1F2933 !important;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-container {
  max-width: 100%;
}

.table-container .title-row {
  margin-bottom: 20px;
}

.table-container .title-row a {
  color: #005EB8;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.table-container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.table-container table th {
    color: #1F2933;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    font-weight: 500 !important;
    line-height: 120%;
    vertical-align: middle;
    padding: 11px 14px;
    text-align: left;
    white-space: nowrap;
}

.table-container table tbody tr td {
    color: rgba(31, 41, 51, 0.6);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0px;
    vertical-align: middle;
    background-color: #fff;
    padding: 10px 14px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition: all 0.3s ease;
    height: 58px;
}

.table-container table tbody tr td:first-child {
  border-radius: 10px 0px 0px 10px;
  border-left: 1px solid transparent;
}

.table-container table tbody tr td:last-child {
  border-radius: 0px 10px 10px 0px;
  border-right: 1px solid transparent;
}

.table-container table tbody tr:hover td {
  border-color: rgba(102, 102, 102, 0.2) !important;
}

.table-container table tbody tr td .status-btn {
  border: none;
  outline: none;
  box-shadow: inherit;
  display: inline-block;
  min-width: 138px;
  font-size: 14px;
  line-height: 18px;
  padding: 9px 25px;
  font-weight: 500;
  border-radius: 24px;
  color: #222222;
  text-transform: uppercase;
}

.table-container table tbody tr td .cancelled-btn {
  background-color: #fa834b;
}

.table-container table tbody tr td .completed-btn {
  background-color: #90d54e;
}

.table-container .status-confirmed {
  background-color: #f6e655;
  border-radius: 50px;
  color: #222;
  padding: 9px 10px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-right: 30px;
}

.table-container .status-confirmed::before {
  content: "";
  position: absolute;
  background-image: url(../../images/down-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  top: 5px;
  right: 6px;
}

.table-main-tabs {
  display: flex;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
  margin-bottom: 15px;
  overflow: auto;
}

.table-main-tabs .table-tab {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 110%;
  color: #666666;
  font-weight: 500;
}

.table-main-tabs .table-tab.active {
  color: #222;
  border-bottom: 1px solid #005EB8;
}

.status-select2.fill-select2 .select2-container {
  min-width: 138px;
  text-transform: uppercase;
}

.status-select2.fill-select2 .select2-container .select2-dropdown {
  border: none;
  background: #f5f5f5;
  border-radius: 0px 0px 20px 20px !important;
}

.status-select2.fill-select2 .common__select {
  max-width: 138px;
}

.status-select2.fill-select2 .common__select .select2-selection {
  background-color: #f6e655;
  box-shadow: none;
  border-radius: 24px !important;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.status-select2.fill-select2 .select2-results__option {
  border-bottom: 1px solid #66666633;
  padding: 8px 10px;
  text-transform: uppercase;
}

.status-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222222;
  padding-left: 12px;
}

.dashboard-wrapper .content-wrap .table-container .dataTables_scrollBody tbody .chat-link {
  display: flex;
  align-items: center;
  gap: 14px;
}

.video-page-wrap .table-container table tbody tr td {
  height: 58px;
  vertical-align: middle;
}

.question-page-wrap .table-container table tbody tr td {
  padding: 10px 14px;
  height: 36px;
}

.table-container table tbody tr td.edits-link {
  display: flex;
  align-items: center;
  gap: 15px;
}

.table-container table tbody tr td.edits-link a {
    height: 30px;
    width: 30px;
    background-color: #005EB81A;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.table-container table tbody tr td.edits-link a:hover {
    border-color: #005EB8;
}

.table-container table tbody tr td.edits-link a img {
    width: auto;
}

.table-container table tbody tr td.edits-link a.delete-i {
    background-color: #E539351A;
}

.table-container table tbody tr td.edits-link a.delete-i:hover {
    border-color: #E53935;
}

.custom-upload .upload-box {
  border: 1px dashed #666666;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.custom-upload .upload-box.dragover {
  border-color: #005EB8;
}

.custom-upload .upload-icon {
  margin-bottom: 16px;
}

.custom-upload .t-md {
  color: #666666;
}

.custom-upload .separator {
  display: flex;
  align-items: center;
  margin: 24px auto;
  max-width: 500px;
}

.custom-upload .separator::before,
.custom-upload .separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(102, 102, 102, 0.2);
  margin: 0 10px;
}

.custom-upload .browse-link {
  color: #005EB8 !important;
  cursor: pointer;
  text-decoration: underline;
  margin: 0 !important;
  font-size: 24px;
}

.note-box {
  margin-top: 14px;
}

.note-box ul li:after {
  background: #666;
  position: absolute;
  width: 4px;
  height: 4px;
  content: "";
  left: 9px;
  top: 6px;
  border-radius: 50px;
}

.note-box ul li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  padding-left: 20px;
  color: #666666;
}

.note-box h3 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
}

.loader {
  width: 25px;
  height: 24px;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*-------------------------------------------------------------------Filters CSS------------------------------------------------------------------------------*/
.filter-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 100%;
}

.filter-tag {
  display: inline-flex;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid rgba(102, 102, 102, 0.2);
  color: #666666;
  padding: 11px 16px;
  border-radius: 999px;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  transition: background-color 0.2s;
}

.filter-tag .close-btn {
  margin-left: 8px;
  background: none;
  border: none;
  cursor: pointer;
}

@media (max-width: 576px) {
  .filter-tag {
    font-size: 13px;
    padding: 6px 10px;
  }

  .filter-tag .close-btn {
    margin-left: 4px;
  }

  .filter-tag .close-btn img {
    max-width: 80%;
  }
}

/*=======   common css input    ============================*/

.form-row {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.form-row .form-group {
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.form-row .form-group.full-w {
  width: 100%;
}

.form-row .form-group-25 {
  width: calc(25% - 15px);
  margin-bottom: 20px;
}

.form-row .form-group-33 {
    width: calc(33.33% - 13.33px);
    margin-bottom: 20px;
}

.form-row label {
  margin-bottom: 14px;
}

.form-row .form-control {
  width: 100%;
  padding: 18px 16px;
  border-radius: 10px;
  background-color: #F5F5F5;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #1F2933;
  outline: none;
  box-shadow: none;
  border: 1px solid #F5F5F5;
  transition: all 0.3s ease;
}

.form-row .form-control:focus {
  outline: none;
  border-color: #1F2933 !important;
  background-color: #F5F5F5;
}

.form-control:disabled {
  background-color: #9CA3AFB2;
}

.form-row .common__select .select2-selection {
  background-color: #F5F5F5;
  box-shadow: none;
}

.select2-selection,
.select2-selection--multiple {
    min-height: 56px !important;
    display: flex !important;
    align-items: center;
    padding: 0 !important;
}

.select2-selection--multiple .select2-search--inline {
    padding: 0 16px;
}

.select2-selection--multiple .select2-search__field {
    margin: 0 !important;
}


/*================    Login, Registration, Forgot & Reset Password Css Stat here    ================*/

.form-label {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: normal;
  color: #1F2933;
  margin-bottom: 6px;
}

.form-control-input {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: normal;
  padding: 18px 16px;
  color: #1F2933;
  width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ffffff;
  transition: all 0.3s ease;
}

.form-control.reverse,
.form-control-input.reverse {
  direction: rtl;
}

.form-wrapper .form-field {
  margin-bottom: 20px;
  position: relative;
}

.form-control-input:focus-visible,
.form-control-input:focus {
  box-shadow: none;
  border-color: #1F2933;
  outline: none;
}

.form-control-input::placeholder {
  color: rgba(31, 41, 51, 0.6);
}

textarea.form-control,
textarea.form-control-input {
  min-height: 100px;
  resize: none;
}

.registration .common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 14px;
}

.registration .common-select2 .country-select+.select2-container--default .select2-selection--single .select2-selection__arrow,
.login-phone-password .common-select2 .country-select+.select2-container--default .select2-selection--single .select2-selection__arrow,
.login-with-phone .common-select2 .country-select+.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: -6px;
}

.custom-checkbox {
  display: flex;
  justify-content: space-between;
}


.custom-checkbox .remember-label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: #1F2933;
    display: flex;
    align-items: center;
}

.registration .custom-checkbox .remember-label {
  color: #9CA3AF;
}

.checkbox-main .remember-label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #9CA3AF;
  border-radius: 2px;
  padding: 6px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.input-checkbox:checked+.remember-label::before {
  background-color: #005EB8;
}

.checkbox-main input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.input-checkbox {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom-checkbox .forgot-password {
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  text-align: right;
  color: #1F2933;
}

.login-wrapper {
  background-color: #f5f5f5;
}

.login-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  padding: 40px;
  gap: 40px;
}

.login-container .left-panel {
  width: 100%;
  height: calc(100vh - 80px);
  min-height: 460px;
  position: sticky;
  top: 40px;
  overflow: hidden;
}

.login-container .left-panel picture {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.login-container .left-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.login-container .right-panel {
  color: #ffffff;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 612px;
  margin: 0 auto;
  position: relative;
}

.login-content {
  width: 100%;
  padding: 100px 0 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.login-container .right-panel .login-title {
  letter-spacing: normal;
  margin-bottom: 10px;
  color: #1F2933;
}

.login-container .right-panel p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: -.1px;
  color: rgba(31, 41, 51, 0.6);
}

.login-container .right-panel .form-wrapper {
  padding: 40px 0;
}

.login-container .divider {
  text-align: center;
  color: #9CA3AF;
  margin: 30px 0 20px 0;
  position: relative;
  font-size: 12px;
  font-weight: 500;
}

.login-container .divider::before,
.login-container .divider::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 41%;
  background: #E2E4E9;
  top: 50%;
}

.login-container .divider::before {
  left: 0;
}

.login-container .divider::after {
  right: 0;
}

.login-container .login-options {
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.login-container .login-options>* {
  flex: 0 0 calc(33.33% - 8px);
  width: calc(33.33% - 8px);
}

.login-container .login-options .social-btn {
  border-radius: 8px;
  padding: 10px 20px;
  font-size: 14px;
  line-height: normal;
  font-weight: 500;
  letter-spacing: normal;
  color: #1F2933;
  background-color: rgba(34, 34, 34, 0.05);
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  white-space: nowrap;
}

.login-container .login-options .social-btn>picture {
  min-width: 20px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-container .register-link {
  margin-top: 30px;
  text-align: center;
}

.login-container .register-link p {
  font-size: 18px;
  line-height: 21px;
  color: #9CA3AF;
}

.login-container .register-link a {
  color: #1F2933;
  text-decoration: underline;
  font-weight: 500;
}

.login-container .verification-note {
  font-size: 12px !important;
  line-height: 18px !important;
  color: rgba(31, 41, 51, 0.5) !important;
  margin-top: 20px;
  text-align: center;
}

.toggle-password {
  position: absolute;
  top: 71%;
  right: 15px;
  transform: translateY(-70%);
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
}

/* Show only one SVG at a time */
.toggle-password .eye-off {
  display: none;
}

.toggle-password.visible .eye-off {
  display: block;
}

.toggle-password.visible .eye {
  display: none;
}

.login-password-btn {
  margin-bottom: 20px;
}

.forgot-password .form-wrapper .form-field {
  margin-bottom: 0;
}

.login-container .right-panel.back-screen {
  padding: 45px 0;
}

.login-container .back-btn {
  position: absolute;
  top: 20px;
  right: 0;
}

.login-container .back-btn a {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: right;
  text-decoration: underline;
  color: #005EB8 !important;
}

.otp-count {
    font-size: 22px;
    font-weight: 800;
    line-height: 26px;
    color: #1F2933;
    margin-bottom: 16px;
}

    .otp-count span {
        color: #1F2933 !important;
    }

.otp-inputs {
  display: flex;
  gap: 10px;
  margin-bottom: 16px;
}

.otp-inputs input {
  width: 56px;
  height: 56px;
  font-size: 22px;
  font-weight: 800;
  color: #1F2933;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 16px;
  outline: none;
  background-color: #fff;
  transition: border-color 0.3s;
}

.otp-inputs input:focus {
  border-color: #005EB8;
}

.resend-info {
  font-size: 16px;
  color: rgba(31, 41, 51, 0.6);
}

.resend-link {
  color: rgba(31, 41, 51, 0.6);
  font-weight: 700;
  text-decoration: underline;
}

/*=== Registration page ==*/
.registration .step-tabs {
  gap: 14px;
  border: none;
  margin-top: 40px;
}

.registration .nav-item {
  flex: 1;
}

.registration .step-tabs .nav-link {
  border: 1px solid rgba(31, 41, 51, 0.6);
  color: rgba(31, 41, 51, 0.6);
  border-radius: 10px;
  background: transparent;
  padding: 15px 7px;
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  width: 100%;
}

.registration .step-tabs .nav-link:focus-visible {
  box-shadow: none !important;
}

.registration .login-container .right-panel {
  padding-top: 20px;
}

.registration .step-tabs .nav-link.active {
  background-color: #005EB8;
  color: #fff;
  border-color: #005EB8;
}

.registration .phone-wrapper,
.login-phone-password .phone-wrapper,
.login-with-phone .phone-wrapper {
  display: flex;
}

.registration .country-code,
.login-phone-password .country-code,
.login-with-phone .country-code {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #fff !important;
  border-radius: 10px 0px 0px 10px;
  padding: 0 12px;
  position: relative;
}

.registration .country-code::after,
.login-phone-password .country-code::after,
.login-with-phone .country-code::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #9CA3AF;
  opacity: 0.5;
}

.registration .country-flag,
.login-phone-password .country-flag,
.login-with-phone .country-flag {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  min-height: 20px;
}

.registration .country-select,
.login-phone-password .country-select,
.login-with-phone .country-select {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: normal;
  padding: 16px 0;
  border: none;
  color: #666666;
  border-radius: 16px 0px 0px 16px;
  width: 67px;
}

.registration .phone-input,
.login-phone-password .phone-input,
.login-with-phone .phone-input {
  border-radius: 0 16px 16px 0px;
  border: none;
}
.registration .phone-input {
    margin-bottom:0 !important;
}

.registration .phone-input:focus-visible,
.registration .phone-input:focus,
.login-phone-password .phone-input:focus-visible,
.login-phone-password .phone-input:focus,
.login-with-phone .phone-input:focus-visible,
.login-with-phone .phone-input:focus {
  box-shadow: none;
  border: none !important;
  outline: none;
}

.registration .country-select:focus-visible,
.login-phone-password .country-select:focus-visible,
.login-with-phone .country-select:focus-visible {
  outline: none;
  background-color: #ffffff !important;
}

.registration .common__select .select2-selection,
.login-phone-password .common__select .select2-selection,
.login-with-phone .common__select .select2-selection {
  box-shadow: none;
  border-radius: 10px !important;
}

.registration .select2-selection__placeholder,
.login-phone-password .select2-selection__placeholder,
.login-with-phone .select2-selection__placeholder {
  color: rgba(31, 41, 51, 0.5) !important;
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: normal;
  border: none;
}

.form-subtitle {
  font-size: 20px;
  font-weight: 700;
  color: #1F2933;
}

.branch-item:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E2E4E9;
}

.btn-add-branch {
  color: #005EB8;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.select2-results {
  background: #fff !important;
  min-width: 90px;
}

.file-upload-label {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 14px;
  cursor: pointer;
  position: relative;
  justify-content: space-between;
  padding: 16px;
  border: 1px dashed #005EB8;
  border-radius: 16px;
}

.upload-icon {
  width: 32px;
  height: 32px;
  margin: 0;
}

.placeholder-text {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
  color: #1F2933;
}

.file-input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-input2 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.file-details {
  margin-top: 10px;
  display: none;
}

#fileNameDisplay {
  font-size: 14px;
  margin: 5px 0;
  color: #333;
}

.file-preview {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  margin-top: 5px;
}

.healthcare-tab .toggle-tabs {
  display: flex;
  gap: 8px;
}

.radio-input[type="radio"]:checked,
.radio-input[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
  display: none;
}

.custom-radio {
  min-width: 130px;
}

.radio-input[type="radio"]:checked+label,
.radio-input[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 12px 16px 12px 30px;
  border: none;
  color: #1F2933;
  width: 100%;
}

.radio-input[type="radio"]:checked+label:before,
.radio-input[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 20px;
  height: 20px;
  border: 1px solid #9CA3AF;
  border-radius: 100%;
  background: #fff;
}

.radio-input[type="radio"]:checked+label:before {
  border: 2px solid #005EB8;
}

.radio-input[type="radio"]:checked+label:after,
.radio-input[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #005EB8;
  position: absolute;
  top: 17px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.radio-input[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.radio-input[type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.registration .filter-tag {
  background-color: transparent;
}

.registration .filter-container {
  margin-bottom: 14px;
}

.registration .btn-group .btn-secondary {
  width: calc(50% - 4px);
  margin-left: 0;
}

.registration .btn-group {
  gap: 14px;
  margin-top: 40px;
}

.registration .btn-group .btn-primary {
  width: calc(50% - 4px);
}

.registration .select2-search__field {
  display: none;
}

.registration .terms-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 100%;
  color: #1F2933;
  text-decoration: underline;
  margin: 0 4px;
}

.registration .checkbox-main {
  display: flex;
}

/* -----------------------  Dashboard Total Appointments Progress Bar Css Start here ----------------------- */
.progress-container {
  margin: auto;
  background: #fff;
  padding: 14px;
  border-radius: 16px;
  box-shadow: 0px 1px 2px 0px #e4e5e73d;
}

.progress-container .progress-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.progress-container .progress-bar {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: row;
  gap: 6px;
  height: 32px;
  border-radius: 16px;
  overflow: inherit;
  position: relative;
  margin-bottom: 20px;
}

.progress-container .segment {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  position: relative;
  cursor: pointer;
  border-radius: 2px;
  min-height: 34px;
}

.progress-container .segment.confirmed {
    background-color: #36B761;
    width: calc(49.5% - 12px);
}

    .progress-container .segment.completed {
        background-color: #9931C5;
        width: 35.4%;
    }

    .progress-container .segment.cancelled {
        background-color: #FA4B4B;
        width: 15.1%;
    }

.progress-container .segment::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 110%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  z-index: 10;
}

.progress-container .segment:hover::after {
  opacity: 1;
}

.progress-container .progress-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    line-height: 110.00000000000001%;
    align-items: center;
    padding: 12px 0;
    color: #666666;
}

.progress-container .progress-footer-detail {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px 20px;
}

.progress-container .progress-footer span {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.progress-container .progress-footer .dot {
  color: #666;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}

.progress-container .progress-footer .dot.confirmed {
    background-color: #36B761;
}

.progress-container .progress-footer .dot.completed {
    background-color: #9931C5;
}

.progress-container .progress-footer .dot.cancelled {
    background-color: #FA4B4B;
}

.progress-container .progress-footer span.digit {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 110.00000000000001%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.progress-container .progress-footer .appointment-total strong {
  color: #222;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: Medium;
  font-size: 24px;
  line-height: 110.00000000000001%;
  letter-spacing: 0%;
}

/* -----------------------  Deshboard Select2 Css Start here ----------------------- */
.fill-select2 .select2-container {
  min-width: 132px;
}

.fill-select2 .common__select .select2-selection {
  background-color: #f5f5f5;
  box-shadow: none;
}

.fill-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  color: #666666;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}

.common-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.common-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 10px;
}

.common-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 0;
  height: 10px;
  position: static;
  display: inline-block;
}

/* -----------------------  Dashboard Chart CSS Start ----------------------- */
.chart-card {
  max-width: 100%;
  background: #fff;
  border-radius: 16px;
  padding: 14px;
  margin: 24px auto;
}

.chart-card .chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.chart-card .chart-wrapper {
  position: relative;
  height: 400px;
}

.chart-card .chart-wrapper canvas {
  width: 100% !important;
  height: 100% !important;
}

/* -----------------------  Dashboard Count CSS Start here ----------------------- */
.count-wrapper {
  margin-bottom: 38px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.count-wrapper .count-item {
  background-color: #fff;
  border-radius: 16px;
  padding: 14px;
  color: #005EB8;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

/* -----------------------  Dashboard Table CSS Start here ----------------------- */

.search-sortby-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.search-sortby-wrap .search-box {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin-right: auto;
}

.search-sortby-wrap .search-box .form-control {
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 10px !important;
  padding-left: 45px;
  border: 0;
  min-width: 400px;
  width: 100%;
}


.search-sortby-wrap .search-box .form-control::placeholder {
    color: #1F2933;
    opacity: .5;
    font-size: 16px;
    font-weight: 400;
}

.search-sortby-wrap .search-box .form-control:focus {
  box-shadow: none;
  background-color: #fff;
}

.search-sortby-wrap .search-box .search-input:focus-visible {
  outline: 0;
}

.search-sortby-wrap .search-box .search-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  margin: auto;
  left: 15px;
  top: 43%;
  transform: translateY(-50%);
  pointer-events: none;
  z-index: 5;
  background: url(../images/search-icon.svg) no-repeat center center;
}

.search-sortby-wrap .common-select2 .common__select .select2-container {
  max-width: 232px;
  min-width: 232px;
  width: 100% !important;
}

.search-sortby-wrap .common__select .select2-selection {
  box-shadow: none;
}

.search-sortby-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #222;
  line-height: 16px;
}

.question-req-link {
  display: flex;
  align-items: center;
  gap: 5px;
}

/*============= Appointemt Pages Css Strat here  =============*/

.ap-pagetitle {
  margin-bottom: 20px;
}

.main-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.main-row .white-col {
  background-color: #fff;
  padding: 14px;
  border-radius: 10px;
}

.main-row .white-col.col-full {
  width: 100%;
}

.main-row .white-col.col-30 {
  width: calc(30% - 7px);
}

.main-row .white-col.col-70 {
  width: calc(70% - 7px);
}

.main-row .white-col .white-col-head {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
}

.main-row .white-col .white-col-head .head-title {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  color: #222222;
}

.main-row .white-col .white-col-head .download-all {
  color: #f23c50;
  font-weight: 500;
  text-decoration: none;
  font-size: 16px;
}

.main-row .white-col .appointment-status-slect {
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-row .white-col .appointment-status-slect .select-label {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #666666;
}

.main-row .white-col .appointment-status-slect .common__select .select2-selection {
  box-shadow: none;
  border-radius: 40px !important;
  background: #f6e655;
  min-width: 140px;
}

.main-row .white-col .appointment-status-slect .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 37px 10px 12px;
  color: #222222;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  text-transform: uppercase;
}

.main-row .white-col .appointment-status-slect .common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-row .white-col .appointment-status-slect .common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
  position: static;
  background-position: center center;
  margin: 0;
}

.main-row .white-col .col-body {
  padding-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.main-row .white-col .col-body .col-body-item {
  width: calc(50% - 6px);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.main-row .white-col .col-body .col-body-item p {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 6px;
}

.main-row .white-col .col-body .col-body-item span {
  font-size: 14px;
  line-height: 18px;
}

.main-row .white-col .col-body .col-body-item .body-item-label {
  font-weight: 400;
  color: #666666;
  white-space: nowrap;
}

.main-row .white-col .col-body .col-body-item .body-item-value {
  font-weight: 500;
  color: #222222;
}

.main-row .white-col.booking-summary .col-body .col-body-item:nth-child(even) p {
  text-align: right;
  justify-content: flex-end;
}

.main-row .white-col .col-body p {
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  font-weight: 400;
}

.main-row .white-col .col-body.documents-list {
  gap: 10px;
}

.main-row .white-col .col-body .doc-item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f6f6f6;
  border-radius: 8px;
  padding: 10px 18px 10px 14px;
  font-size: 15px;
  line-height: 18px;
  color: #666666;
}

.main-row .white-col .col-body .doc-item span {
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-row .white-col .col-body .download-btn {
  background: none;
  border: none;
  outline: none;
  box-shadow: inherit;
  cursor: pointer;
  width: 20px;
  height: 20px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.main-row .white-col.booking-log .col-body .col-body-item {
  width: 100%;
}

.question-details-row.main-row .white-col .col-body-item {
  width: calc(25% - 9px);
}

.question-details-row.main-row .white-col .form-control {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  padding: 16px;
}

.question-details-row.main-row .white-col .form-control:focus {
  box-shadow: none;
}

.question-details-row.main-row .white-col.text-box .white-col-head {
  border: none;
}

.question-details-row.main-row .btn-primary {
  width: 100%;
  margin-top: 14px;
}

.cancelappointment .modal-dialog {
  max-width: 496px;
}

.cancelappointment .modal-body>picture {
  display: inline-block;
  margin-bottom: 20px;
}

.cancelappointment .modal-body textarea {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 10px 16px;
  color: #666666;
  border: none;
  outline: none;
  box-shadow: inherit;
  min-height: 100px;
  resize: none;
}

.logout-modal .modal-dialog {
  max-width: 474px;
}

.delete-doctor-modal .modal-dialog {
    max-width: 493px;
}

.delete-doctor-modal .modal-body p {
    max-width: 413px;
    margin: 0 auto;
}

.deactivate-doctor-modal .modal-dialog {
    max-width: 488px;
}

.deactivate-doctor-modal .modal-body p {
    max-width: 408px;
    margin: 0 auto;
}

.changestatus .modal-dialog {
  max-width: 453px;
}

.changestatus .modal-body>picture {
  display: inline-block;
  margin-bottom: 20px;
}

.patient-appointments-table {
  margin-top: 34px;
}

.patient-appointments-table .title-row {
  margin-bottom: 10px !important;
}

/*================= About Page Css Star here     ==================*/

.about-content {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  position: relative;
  padding: 24px 0;
}

.about-content:after {
  background: #66666633;
  width: 100%;
  content: "";
  position: absolute;
  height: 1px;
  left: 0;
  bottom: 0;
}

.about-content:last-child {
  padding-bottom: 0;
}

.about-content:last-child:after {
  display: none;
}

.about-content p {
  margin-bottom: 14px;
}

.about-content p:last-child {
  margin-bottom: 0px;
}

.about-title .h-md {
  color: #222222;
}

.about-content .h-sm {
  color: #222222;
  margin-bottom: 14px;
}

/*================= Contact Us Page Css Star here     ==================*/

.contact-main-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.contact-main-wrapper .contact-box {
  background: #ffffff;
  border-radius: 10px;
}

.contact-main-wrapper .contact-box .contact-header {
  background: #005EB8;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  padding: 15px 0;
  border-radius: 16px 16px 0 0px;
}

.contact-main-wrapper .contact-box .contact-body {
  padding: 14px;
}

.phone-wrapper {
  display: flex;
  height: 56px;
}

.profile-form .phone-wrapper .country-code {
  background: #f5f5f5 !important;
  border-radius: 10px 0px 0px 10px;
}

.profile-form .phone-wrapper .form-control {
  border-radius: 0 10px 10px 0px;
}

.phone-wrapper .country-code {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #f5f5f5;
  border-radius: 16px 0px 0px 16px;
  padding: 0 12px;
}

.phone-wrapper .country-code .country-flag {
  width: 20px;
  height: 20px;
  min-width: 20px;
  border-radius: 50%;
  min-height: 20px;
}

.phone-wrapper .country-code .country-select {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  letter-spacing: normal;
  padding: 16px 0;
  border: none;
  color: #666666;
  border-radius: 16px 0px 0px 16px;
  width: 67px;
  background-color: transparent;
}

.phone-wrapper .country-code .country-select:focus-visible {
  outline: none;
  background-color: #f5f5f5;
}

.phone-wrapper .form-control {
  border-radius: 0 16px 16px 0px;
}

.contact-main-wrapper .contact-body textarea.form-control {
  height: 106px;
}

.contact-main-wrapper .contact-body .btn-primary {
  width: 100%;
  margin-top: 26px;
}

.contact-main-wrapper .contact-card {
  background-color: #005EB8;
  border-radius: 12px;
  color: #ffffff;
  padding: 24px;
  display: flex;
  flex-direction: column;
}

.contact-card .info-title {
  margin-bottom: 40px;
}

.contact-card .info-title .h-md {
  margin-bottom: 10px;
}

.contact-card span {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
}

.contact-card .info-item {
  margin-bottom: 34px;
}

.contact-card .info-item .info-item-link {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}

.contact-card .info-item .info-item-link .small-text {
  font-size: 16px;
  font-weight: 400;
}

.contact-card .info-item .info-item-link strong {
  display: block;
  font-weight: 500;
  font-size: 18px;
}

.contact-card .social-icons {
  margin-top: auto;
  display: flex;
  gap: 10px;
}

.contact-card .social-icons a {
  background-color: #ffffff;
  color: #6c40d4;
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
  font-size: 0;
}

/*================= Change Password Page Css Star here     ==================*/

.change-password-wrapper {
  background-color: #fff;
  border-radius: 10px;
  padding: 24px;
}

.change-password-wrapper .change-title {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #9CA3AF;
}

.change-password-wrapper .toggle-password {
  top: 74%;
  filter: brightness(0) saturate(100%) invert(70%) sepia(17%) saturate(191%) hue-rotate(179deg) brightness(90%) contrast(90%);
}

.change-password-wrapper .form-row .form-group {
  position: relative;
  margin-bottom: 30px;
}

.nav-tab-wrap {
  width: 100%;
  margin-bottom: 20px;
}

.nav-tab {
  display: flex;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: auto;
}

.nav-tab .nav-item .nav-item-link {
  min-width: 210px;
  max-width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(31, 41, 51, 0.6);
  border: 1px solid rgba(31, 41, 51, 0.6);
  border-radius: 10px;
  transition: all 0.3s ease;
  background-color: transparent;
  white-space: nowrap;
}

.nav-tab .nav-item .nav-item-link:hover,
.nav-tab .nav-item .nav-item-link.active {
  background-color: #005EB8;
  color: #ffffff;
  border-color: #005EB8;
}

/*============    White Tabs Css Start    ============*/
.tabs {
  max-width: 100%;
}

.tab-buttons {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.tab-button {
  padding: 12px;
  background-color: transparent;
  border: 1px solid rgba(102, 102, 102, 0.2);
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  font-size: 20px;
  line-height: 22px;
  font-weight: 500;
  color: #666666;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.tab-button.active {
  background-color: #ffff;
  color: #222222;
  border-color: transparent;
}

.tabs .tab-content {
  padding: 20px 14px;
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
}

.tab-content-wrap {
  display: none;
}

.tab-content-wrap.active {
  display: block;
}

.tab-content:focus-visible {
  outline: none;
}

.form-line-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  color: #222222;
}

/*==============     my-weekly-schedule Css Start here     ==============*/
.schedule-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tab-action-buttons {
  flex: none;
}

.scheduel-edit-row .common-select2 {
  flex: 1;
}

.scheduel-edit-row.my-20 {
  margin: 20px 0;
}

.scheduel-edit-row .common__select .select2-selection {
  background: #fff;
  box-shadow: none;
}

.scheduel-edit-row .select2-selection__placeholder {
  font-weight: 400;
}

.healthcare-facility-radio.custom-radio {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.healthcare-facility-radio.custom-radio .radio-btn {
  margin-right: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 20px 18px;
  padding-left: 46px;
  border-radius: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #666666;
}

.healthcare-facility-radio.custom-radio .radio-btn .checkmark {
  left: 18px;
}

.healthcare-facility-radio.custom-radio .radio-btn input {
  left: 18px;
}

.tabs .custom-radio {
  margin-bottom: 40px;
}

.custom-radio+.form-row {
  margin-bottom: 6px;
}

.time-slot {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.time-slot label {
  border: 1px solid #005EB8;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0;
  color: #005EB8;
  font-size: 16px;
  font-weight: 500;
}

.add-form-row {
  position: relative;
}

.add-form-row .add-form-group {
  width: calc(50% - 42px);
  margin-bottom: 14px;
}

.add-form-row .delete-btn {
  background: #f5f5f5;
  border: none;
  width: 56px;
  height: 56px;
  min-width: 56px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 28px;
  right: 0px;
}

.add-slot-button {
  text-align: center;
  padding: 12px;
  border: 1px dashed #005EB8;
  color: #005EB8;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  font-size: 20px;
  margin-top: 14px;
  margin-bottom: 40px;
}

.add-slot-button:hover {
  background-color: #fef3f4;
}

/*==============   Custom Availability Calendar Css Start here  ==============*/
.calendar {
  background: #fff;
  border-radius: 10px;
  padding: 14px;
}

.calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #66666633;
  padding-bottom: 14px;
}

.calendar-header .month-year {
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}

.calendar-header button {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.calendar-header .next-btn {
  transform: rotate(180deg);
}

.calendar-days .empty:hover {
  background: transparent;
}

.day-names,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}

.day-names {
  margin-bottom: 24px;
}

.day-names .week-day {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
  color: #666666;
}

.calendar-days .day {
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  border-radius: 10px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.calendar-days .day:hover {
  background-color: #005EB81a;
  border: 1px solid #005EB8;
  color: #005EB8;
}

.calendar-days .selected {
  background-color: #005EB81a;
  border: 1px solid #005EB8;
  color: #005EB8;
}

.calendar-days .empty {
  border: none;
  background: none;
  cursor: default;
}

.day input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 38px;
}

.day-checkbox:checked+label {
  background-color: #005EB81a;
  color: #005EB8;
  border-radius: 10px;
  border: 1px solid #005EB8;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-slots {
  background-color: #fff;
  border-radius: 10px;
  padding: 14px;
  margin-top: 20px;
}

/*====================  Profile Page Css Start here     =======================*/
.profilepage-title {
  margin-bottom: 20px;
}

.profile-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.profile-card-body {
  display: flex;
  gap: 30px;
}

.profile-card-body .profile-form {
  flex: 1;
}

.profile-card-personal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.profile-card-personal picture {
  border-radius: 15px;
  border: 1px solid #9CA3AF;
  width: 130px;
  height: 130px;
}

.profile-card-personal picture img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-upload {
  display: flex;
  justify-content: space-between;
  align-items: self-start;
  margin-bottom: 20px;
}

.profile-pic,
.circle {
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-radius: 15px;
}

.profile-pic {
  border-radius: 15px;
}

.big-profile-pic,
.big-circle {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
}

.big-profile-pic {
  border-radius: 15px;
}

.add-btn {
  padding: 12px 29px;
}

.file-upload {
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  border-radius: 10px;
  opacity: 0;
  cursor: pointer;
  z-index: 2;
}

.branches-card {
  margin-top: 24px;
}

.branches-card .profile-upload {
  align-items: center;
}

.branches-card .branches-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.branches-card .branches-wrapper .branches-image-box {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  padding-bottom: 75.9%;
  margin: 0;
  border-radius: 10px;
}

.branches-card .branches-wrapper .branches-image-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

.branches-card .branches-wrapper .branches-box-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 120%;
  margin: 0 0 12px 0;
  color: #222222;
}

.branches-card .branches-wrapper .branches-box {
  background: #f5f5f5;
  padding: 14px;
  border-radius: 19px;
  display: block;
  border: 1px solid #f5f5f5;
}

.branches-card .branches-wrapper .branches-box:hover {
  border: 1px solid #005EB8;
}

.branches-card .branches-wrapper .branches-box ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
  color: #666666;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

.image-upload.edit-info:after {
  background: #22222266;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  left: 0;
  top: 0;
  border-radius: 10px;
}

.edit-profile-pic {
  position: absolute;
  z-index: 1;
}

/*==================  Add Branch Css star here  ===========================*/
.add-branch-card .circle {
  background: #f5f5f5;
  border-radius: 10px;
}

.add-branch-card .profile-pic {
  width: 40px;
  min-width: 40px;
}

.add-branch-card .step-tabs {
  gap: 14px;
  border: none;
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
}

.add-branch-card .step-tabs .nav-item {
  width: calc(50% - 10px);
}

.add-branch-card .step-tabs .nav-link {
  border: 1px solid #666666;
  color: #666666;
  border-radius: 10px;
  background: transparent;
  padding: 12px 66px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  width: 100%;
  justify-content: center;
}

.add-branch-card .step-tabs .nav-link:focus-visible {
  box-shadow: none !important;
}

.add-branch-card .step-tabs .nav-link.active {
  background-color: #005EB8;
  color: #fff;
  border-color: #005EB8;
}

.add-branch-card .step-tabs .nav-link:hover {
  background-color: #005EB8;
  color: #fff;
  border-color: #005EB8;
}

.add-branch-card .step1-tab {
  background: #fff;
  padding: 20px;
  margin-top: -20px;
}

.add-branch-card .step2-tab .muscat-branch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
}

.add-branch-card .step-tabs.available-tabs .nav-link {
  padding: 12px 16px;
}

.add-branch-card .step-tabs.available-tabs {
  background: transparent;
  padding: 0;
}

.add-branch-card .upload-box:hover .divider span {
  background-color: #f0f0f0;
}

.add-branch-card .upload-box:hover:hover {
  background-color: #f0f0f0;
}

.add-branch-card .upload-box:hover {
  border-color: #005EB8;
}

.add-branch-card .upload-icon {
  font-size: 30px;
  margin-bottom: 10px;
  color: #555;
}

.add-branch-card .upload-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  color: #666666;
}

.add-branch-card .browse-link {
  color: #005EB8;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  display: inline-block;
  text-decoration: underline;
}

.add-branch-card .preview {
  margin-top: 20px;
  text-align: center;
}

.add-branch-card .preview img {
  max-width: 100px;
  max-height: 100px;
  border-radius: 8px;
}

.add-branch-card .file-name {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
}

.add-branch-card .hidden-input {
  display: none;
}

.add-branch-card .divider {
  text-align: center;
  color: #666666;
  margin: 24px 0;
  position: relative;
  font-size: 16px;
  font-weight: 400;
}

.add-branch-card .divider::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #e2e4e9;
  top: 50%;
  left: 0;
  max-width: 500px;
  right: 0;
  margin: 0 auto;
}

.add-branch-card .divider span {
  background: #fff;
  display: inline;
  position: relative;
  z-index: 9;
  padding: 0 28px;
}

.add-branch-btn {
  width: 100%;
  margin-top: 20px;
}

/**************video-detail-wrapper****************/
.video-detail-wrapper .form-row .form-group {
  width: 100%;
}

.video-detail-wrapper .common__select .select2-selection {
  box-shadow: none;
  background: #f5f5f5;
}

.video-detail-wrapper .common__select .select2-selection__placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #666 !important;
  line-height: 20px;
  padding-left: 10px;
}

.video-upload-section {
  margin: auto;
  background: #fff;
}

.video-upload-section .upload-title {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
}

.upload-box {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 16px 30px;
  text-align: center;
  position: relative;
  cursor: pointer;
  background-color: #fff;
}

.upload-icon {
  font-size: 30px;
  color: #555;
}

.upload-box:hover {
  background-color: #f0f0f0;
}

.upload-box input {
  display: none;
}

.upload-box-icon {
  font-size: 30px;
  color: #888;
}

.upload-text {
  margin-top: 10px;
  color: #888;
}

.browse-link {
  color: #ff3f6c;
  font-weight: bold;
  text-decoration: none;
}

.uploaded-video-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}

.uploaded-video-wrap .video-imgs-wrap {
  height: 208px;
  width: 208px;
  border-radius: 10px;
  overflow: hidden;
  display: block;
  position: relative;
  cursor: pointer;
}

.uploaded-video-wrap .video-imgs-wrap::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.uploaded-video-wrap .video-imgs-wrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.uploaded-video-wrap .video-imgs-wrap .close {
  position: absolute;
  top: 14px;
  right: 14px;
  height: 14px;
  width: 14px;
}

.uploaded-videos {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.video-thumb {
  position: relative;
  width: 160px;
  height: 90px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.video-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-btn {
  position: absolute;
  top: 3px;
  right: 5px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

.note {
  font-size: 12px;
  color: #555;
  margin-top: 10px;
  text-align: left;
}

.upload-btn {
  margin-top: 20px;
  background: #ff3f6c;
  color: white;
  border: none;
  padding: 10px 25px;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
}

.upload-btn:hover {
  background: #e4335d;
}

.video-modal {
  background: rgba(34, 34, 34, 0.6);
}

.video-modal .video-wrapper-modal {
  display: flex;
  flex-wrap: wrap;
}

.video-modal .modal-body {
  padding: 0;
}

.video-modal .modal-dialog.modal-xl {
  max-width: 1302px;
  padding: 0 12px;
}

.video-modal .video-wrapper-modal .main-video {
  max-width: 62.7%;
  width: 100%;
  position: relative;
}

.video-modal .video-wrapper-modal .main-video .video {
  width: 100%;
  height: 100%;
  max-height: 600px;
  object-fit: cover;
}

.video-modal .video-wrapper-modal .main-video .videoplay-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 24px;
}

.video-modal .video-wrapper-modal .video-content {
  max-width: 37.3%;
  padding: 20px;
  font-size: 20px;
  line-height: 120%;
  color: #666666;
  font-weight: 400;
}

.video-modal .video-wrapper-modal .video-content h2 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  font-size: 24px;
  line-height: 110%;
  color: #222222;
  font-weight: 500;
  margin-bottom: 8px;
}

.video-modal .video-wrapper-modal .video-content .btn-close {
  display: block;
  height: 18px;
  width: 18px;
  font-size: 14px;
  padding: 0;
  color: #222;
  opacity: 1;
}

.video-modal .video-wrapper-modal .video-content .btn-close:focus {
  outline: 0;
  box-shadow: none;
  opacity: 1;
}

.video-modal .video-wrapper-modal .video-content .video-specialty {
  font-size: 18px;
  margin-bottom: 20px;
}

.video-modal .video-wrapper-modal .video-content .video-specialty p {
  margin-bottom: 8px;
}

.video-modal .video-wrapper-modal .video-content .video-specialty p:last-child {
  margin-bottom: 0px;
}

.clinic-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
}

.clinic-gallery-modal.active {
    display: flex;
}

.clinic-gallery-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}

.clinic-gallery-wrapper {
    position: relative;
    max-width: 1040px;
    margin: 0 auto;
    padding: 20px;
    overflow-y: auto;
    height: calc(100dvh - 40px);
}
.clinic-gallery-wrapper .swiper-slide {
    height: auto;
    max-height: 400px;
    object-fit: contain;
    object-position: center;
}

.clinic-gallery-close {
    position: fixed;
    top: 30px;
    right: 30px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid #fff;
    font-size: 21px;
    cursor: pointer;
    background: transparent;
    color: #fff;
    padding: 0;
}

.clinicGalleryMain {
  border-radius: 20px;
  overflow: hidden;
}

.clinicGalleryMain img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
    .clinicGalleryMain .swiper-img {
        width: auto;
        text-align: center;
    }

        .clinicGalleryMain .swiper-img img {
            width: auto;
            height: auto;
            object-fit: contain;
            max-height: 300px;
        }

    .clinic-gallery-wrapper .clinic-nav-prev,
    .clinic-gallery-wrapper .clinic-nav-next {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background: #ffffff;
        top: 45%;
        transform: translateY(-50%);
    }

.clinic-gallery-wrapper .clinic-nav-prev {
  left: 30px;
}

.clinic-gallery-wrapper .clinic-nav-next {
  right: 30px;
}

.clinic-gallery-wrapper .clinic-nav-prev::after,
.clinic-gallery-wrapper .clinic-nav-next::after {
  display: none;
}

.clinic-gallery-wrapper .clinic-nav-prev img,
.clinic-gallery-wrapper .clinic-nav-next img {
  width: auto;
}   


.clinicGalleryThumbs {
    margin: 40px 80px 0;
}

    .clinicGalleryThumbs .swiper-wrapper {
        justify-content: center;
    }

.clinicGalleryThumb .swiper-wrapper .swiper-slide {
    width: 85px !important;
}

.clinicGalleryThumbs img {
  height: 85px;
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  object-fit: contain;
}


.clinicGalleryThumbs .swiper-slide-thumb-active {
  border: 2px solid #ffffff;
  border-radius: 10px;
}

.branch-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}

.branch-card:not(:last-child) {
  margin-bottom: 20px;
}

.branch-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E6F0FA;
    padding: 16px 20px;
    flex-wrap: wrap;
    gap: 10px;
}

.branch-card__title {
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0;
}

.branch-info-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px;
}

.branch-info-item {
  display: flex;
  align-items: flex-start;
}

.branch-info-item.clinic-images {
  grid-column: span 2;
}

.branch-info-item .label {
  font-size: 16px;
  color: #1F293380;
  width: 200px;
  flex: none;
}

.branch-info-item .value {
  font-size: 16px;
  font-weight: 500;
  color: #1F2933;
  display: flex;
  align-items: center;
  gap: 14px;
}

.branch-info-item--file .value {
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 400;
}

.branch-info-item--file .value span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 270px;
}

.view-icon {
  text-decoration: none;
  cursor: pointer;
}

.add-clinic-images {
  color: #005EB8;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  margin-left: auto;
}

.add-clinic-images:hover {
  color: #005EB8;
}

.add-clinic-images img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(28%) saturate(5620%) hue-rotate(194deg) brightness(98%) contrast(103%);
}

.clinic-images-grid {
  border-radius: 10px;
  background-color: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 16px;
}

.clinic-images-grid.branch-pdf {
    padding: 12px 16px;
}

.clinic-images-grid .branch-pdf-item {
    border-radius: 7px;
    background-color: #E6F0FA;
    padding: 6px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #1F2933;
}

.clinic-images-grid .clinic-image-item {
  width: 110px;
  height: 110px;
  position: relative;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.clinic-images-grid.tax-wrap .clinic-image-item {
  width: 177px;
}

.clinic-images-grid.crn-wrap .clinic-image-item {
  width: 170px;
}

.clinic-images-grid .clinic-image-item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.clinic-images-grid .clinic-image-item .delete-icon {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  background-color: #1F2933B2;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.approval-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: url('../images/pending-approval.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.approval-inner {
  text-align: center;
  color: #fff;
  width: 100%;
}

.logo-container {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

    .logo-container .logo {
        height: 80px;
        width: 80px;

        object-fit: cover;
    }

.approval-container {
    background-color: #005EB8;
    padding: 40px;
    border-radius: 40px;
    width: 100%;
    max-width: 612px;
    margin: 0 auto;
    box-shadow: 0px 5px 30px 0px #0000000D;
    z-index: 5;
    display: flex;
    flex-direction: column;
}

.approval-wrapper .approval-container .approval-heading {
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.approval-wrapper .approval-container .approval-description {
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
  letter-spacing: -0.1px;
  color: #fff;
}

.approval-wrapper .approval-container .approval-list {
    text-align: left;
    margin: 0 auto 20px;
    padding: 16px;
    border-radius: 16px;
    background-color: #F9F9F933;
}

.approval-wrapper .approval-container .approval-list li {
  opacity: 0.6;
  font-size: 14px;
  line-height: 21px;
}

.approval-wrapper .approval-container .approval-list li:not(:last-child) {
  margin-bottom: 10px;
}

.approval-wrapper .approval-container .back-to-login {
  text-decoration: none;
  color: #fff;
  margin-bottom: 40px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
}

.approval-wrapper .approval-container .contact-approval {
  font-size: 18px;
  line-height: 24px;
}

.approval-wrapper .approval-container .contact-approval a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.branch-info-grid.add-doctor-form {
    display: block;
}

.multi-select-tags-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.multi-select-tags-grid .multi-select-tag-item {
    padding: 10px 16px;
    background-color: #005EB8;
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
}

.multi-select-tags-grid .multi-select-tag-item .close-icon {
    display: flex;
}

.profile-details .profile-header {
    display: grid;
    gap: 20px;
    align-items: start;
}

.profile-details .profile-avatar {
    width: 130px;
    height: 130px;
    border-radius: 15px;
    overflow: hidden;
}

.profile-details .profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-details .profile-basic {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.profile-details .profile-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.profile-details .profile-item {
    display: flex;
    align-items: center;
    gap: 4px;
    line-height: 24px;
}

.profile-details .profile-item.bio {
    align-items: flex-start;
}

.profile-details .profile-item.full-width {
    grid-column: span 2;
}

.profile-details .label {
    font-size: 16px;
    color: #1F293380;
    min-width: 120px;
}

.profile-details .value {
    color: #1F2933;
    font-size: 16px;
    font-weight: 500;
}

.profile-details .certificate-chip {
    background: #E6F0FA;
    color: #1F2933;
    padding: 6px 10px;
    border-radius: 7px;
    font-size: 14px;
}

.doctor__rating__title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.doctor__rating__title .doctor-rating {
    font-size: 24px;
    font-weight: 700;
    color: #1F2933;
}

.doctor__rating__title .doctor-reviews {
    font-size: 14px;
    color: #1F2933;
    opacity: 0.6;
}

.doctor-reviews-list .doctor-reviews-item {
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    padding: 20px;
}

.doctor-reviews-list .doctor-reviews-item.hidden {
    display: none;
}

.doctor-reviews-list .doctor-reviews-item:not(:last-child) {
    margin-bottom: 10px;
}

.doctor-reviews-list .doctor-reviews-item .doctor-review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 6px;
}

.doctor-reviews-list .doctor-reviews-item .doctor-review-head .doctor-reviewer-name {
    font-size: 16px;
    font-weight: 600;
    color: #1F2933;
}

.doctor-reviews-list .doctor-reviews-item .doctor-review-head .doctor-review-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.doctor-reviews-list .doctor-reviews-item .doctor-review-comment {
    font-size: 14px;
    color: #1F2933;
    opacity: 0.6;
    margin-bottom: 6px;
}

.doctor-reviews-list .doctor-reviews-item .doctor-review-date {
    font-size: 12px;
    color: #9CA3AF;
}

/**----------- Responsive Design-------------------- */

@media only screen and (min-width: 992px) {
  .sidebar-toggle {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .login-container .left-panel picture {
    padding-bottom: inherit;
    height: 100%;
  }

  .registration .step-tabs .nav-link {
    padding: 9px 45px;
  }

  .registration .nav-item {
    flex: 0 0 auto;
    width: calc(50% - 7px);
  }
}

@media only screen and (max-width: 1279px) {
    .h-md {
        font-size: 30px;
        line-height: 34px;
    }

    .h-sm {
        font-size: 22px;
        line-height: 26px;
    }

    .t-lg {
        font-size: 16px;
        line-height: 18px;
    }

    header.topbar {
        padding: 14px 15px;
    }

    .content-wrap {
        padding: 15px;
        padding-top: 91px;
    }

    .deshbord-modal .modal-body h3 {
        font-size: 22px;
    }

    .deshbord-modal .modal-footer {
        padding: 0 20px 20px;
    }

    .login-container .divider::before,
    .login-container .divider::after {
        width: 35%;
    }

    .login-container {
        padding: 30px;
        gap: 30px;
    }

        .login-container .left-panel {
            height: calc(100vh - 60px);
            top: 30px;
        }

.main-row .white-col {
    width: 100% !important;
}

.question-details-row.main-row .white-col .col-body-item {
    width: calc(33.33% - 9px);
}

.branches-card .branches-wrapper {
    grid-template-columns: repeat(4, 1fr);
}

.video-modal .video-wrapper-modal .video-content h2 {
    font-size: 22px;
}

.video-modal .video-wrapper-modal .video-content {
    font-size: 18px;
}

.clinic-gallery-wrapper {
    max-width: 900px;
}

.clinic-gallery-wrapper .clinic-nav-prev,
.clinic-gallery-wrapper .clinic-nav-next {
    width: 50px;
    height: 50px;
}

.clinic-gallery-wrapper .clinic-nav-prev img,
.clinic-gallery-wrapper .clinic-nav-next img {
    max-width: 9px;
}

.clinicGalleryThumbs {
    margin: 20px 50px 0;
}

.form-row .form-group-25,
.form-row .form-group-33 {
    width: calc(50% - 10px);
  }

  .branch-info-grid.clinic-detail-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .branch-info-grid.clinic-detail-grid .branch-info-item.clinic-images {
    grid-column: span 1;
  }

  .branch-info-grid.clinic-detail-grid .branch-info-item .label {
    width: 300px;
  }
}

@media (max-width: 1199px) {
  .search-sortby-wrap .search-box {
    max-width: 250px;
  }

  .search-sortby-wrap .search-box .form-control {
    min-width: 250px;
  }

  .search-sortby-wrap .common-select2 .common__select .select2-container {
    max-width: 180px;
    min-width: 180px;
  }

  .question-details-row.main-row .white-col .col-body-item {
    width: calc(50% - 6px);
  }

  .contact-box .form-row .form-group {
    width: 100%;
  }

  .tabs .custom-radio .radio-btn {
    font-size: 16px;
  }

  .tab-button {
    font-size: 18px;
  }

  .branches-card .branches-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .uploaded-video-wrap .video-imgs-wrap {
    height: 150px;
    width: 150px;
  }

  .video-modal .video-wrapper-modal .main-video .video {
    max-height: 500px;
  }

  .video-modal .video-wrapper-modal .video-content h2 {
    font-size: 20px;
  }

  .video-modal .video-wrapper-modal .video-content .video-specialty {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .branches-card .branches-wrapper .branches-box-title {
    font-size: 18px;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 1024px) {
  .lang-dropdown {
    margin-left: 16px !important;
  }

  .lang-dropdown {
    position: fixed;
    top: 26px;
    right: 15px;
  }

  .lang-dropdown.has-login {
    right: 140px;
  }

  .registration .nav-item {
    width: 100%;
  }

  .upload-icon {
    width: 24px;
    height: 24px;
  }

  .branch-info-grid {
    grid-template-columns: 1fr;
  }

  .clinic-gallery-wrapper .clinic-nav-next {
    right: 30px;
  }

  .clinic-gallery-wrapper .clinic-nav-prev {
    left: 30px;
  }
}

@media only screen and (max-width: 991px) {
    .h-md {
        font-size: 26px;
        line-height: 30px;
    }

    .h-sm {
        font-size: 20px;
        line-height: 24px;
    }

    .t-lg {
        font-size: 15px;
        line-height: 17px;
    }

    .btn-secondary,
    .btn-primary,
    .btn-primary.rounded {
        font-size: 16px;
        min-width: unset;
        padding: 10px;
        min-height: unset;
        border-radius: 10px;
    }

    .dashboard-wrapper .sidebar {
        position: fixed;
        z-index: 1034;
        left: -250px;
        padding: 15px;
        width: 230px;
    }

    .sidebar-collapse .dashboard-wrapper .sidebar {
        left: 0;
    }

    .sidebar-collapse::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1034;
    }

    .sidebar-toggle {
        display: block;
        width: 36px;
        min-width: 36px;
        height: 36px;
        border: 1px solid #222222;
        border-radius: 4px;
        background: none;
        cursor: pointer;
        position: relative;
    }

        .sidebar-toggle .menu-bars {
            position: absolute;
            top: 50%;
            left: 12px;
            width: 16px;
            height: 2px;
            background: #222222;
            transform: translateY(-50%);
            transition: all 0.3s ease;
            pointer-events: none;
        }

            .sidebar-toggle .menu-bars::before,
            .sidebar-toggle .menu-bars::after {
                content: "";
                position: absolute;
                right: 0;
                width: 20px;
                height: 2px;
                background: #222222;
                transition: all 0.3s ease;
            }

            .sidebar-toggle .menu-bars::before {
                top: -6px;
            }

            .sidebar-toggle .menu-bars::after {
                bottom: -6px;
            }

    .sidebar-header .sidebar-toggle .menu-bars {
        background: transparent;
    }

        .sidebar-header .sidebar-toggle .menu-bars::before {
            transform: rotate(45deg);
            top: 0;
        }

        .sidebar-header .sidebar-toggle .menu-bars::after {
            transform: rotate(-45deg);
            top: 0;
        }

    .sidebar .sidebar-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        padding: 0 0 15px;
        top: 0;
    }

.sidebar .sidebar-header .logo,
.logo-wrapper  {
    margin: 0;
    max-width: 80px;
  }

  .sidebar .side-nav {
    row-gap: 8px;
    min-height: calc(100vh - 100px);
  }

  .sidebar .side-nav .nav-item .nav-link {
    padding: 10px;
    border-radius: 10px;
    gap: 8px;
    font-size: 15px;
  }

  header.topbar {
    width: 100%;
    gap: 16px;
    min-height: 70px;
  }

  .content-wrap {
    padding-top: 86px;
  }

  .profile-dropdown-wrapper .dropdown-toggle {
    max-width: max-content;
    min-width: inherit;
  }

  .profile-dropdown-wrapper .dropdown-toggle .user-name {
    display: none;
  }

  .profile-dropdown-wrapper .dropdown-menu {
    left: inherit;
    right: 0;
  }

  .table-main-tabs .table-tab {
    padding: 10px 12px;
  }

  .table-container table tbody tr td,
  .table-container table th {
    font-size: 14px !important;
  }

  .table-container table tbody tr td .status-btn {
    padding: 9px 15px;
  }

  .video-page-wrap .table-container table tbody tr td {
    height: 48px;
  }

  .table-container table tbody tr td.edits-link {
    gap: 8px;
  }

  .login-container {
    padding: 20px;
    gap: 20px;
  }

  .login-container .left-panel {
    height: calc(100vh - 40px);
    top: 20px;
  }

  .login-container .login-options>* {
    flex: 0 0 calc(50% - 9px);
    width: calc(50% - 9px);
  }

  .otp-count {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .toggle-password {
    max-width: 18px;
    top: 74%;
  }

  .form-control-input {
    padding: 15px 16px;
  }

  .login-container .login-options {
    flex-wrap: wrap;
    gap: 8px;
  }

  .login-container .divider {
    margin: 20px 0;
  }

  .login-container .right-panel .form-wrapper {
    padding: 30px 0;
  }

  .login-container .right-panel .login-title {
    letter-spacing: normal;
  }

  .login-container .register-link p {
    font-size: 16px;
    line-height: 18px;
  }

  .registration .step-tabs .nav-link {
    padding: 9px 25px;
  }

  .registration .step-tabs {
    gap: 7px;
  }

  .contact-card .info-item {
    margin-bottom: 20px;
  }

  .contact-main-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-card .info-title {
    margin-bottom: 30px;
  }

  .contact-card .social-icons {
    margin-top: 20px;
  }

  .change-password-wrapper .change-title {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .tabs .custom-radio {
    margin-bottom: 20px;
  }

  .nav-tab .nav-item .nav-item-link {
    min-width: inherit;
  }

  .branches-card .branches-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .add-branch-card .browse-link {
    font-size: 20px;
  }

  .uploaded-video-wrap {
    gap: 10px;
  }

  .uploaded-video-wrap .video-imgs-wrap {
    height: 120px;
    width: 120px;
  }

  .uploaded-video-wrap .video-imgs-wrap .close {
    top: 10px;
    right: 10px;
    height: 10px;
    width: 10px;
  }

  .video-modal .video-wrapper-modal .video-content {
    font-size: 16px;
    max-width: 100%;
  }

  .video-modal .video-wrapper-modal .main-video {
    max-width: 100%;
  }

  .video-modal .video-wrapper-modal .video-content .btn-close {
    font-size: 12px;
    position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
  }

  .video-modal .video-wrapper-modal .main-video .video {
    max-height: 100%;
  }

  .lang-dropdown {
    right: 65px;
  }

  .approval-wrapper .approval-container {
    padding: 24px;
  }

  .approval-wrapper .approval-container .approval-heading {
    font-size: 24px;
  }

  .approval-wrapper .approval-container .approval-description {
    margin-bottom: 20px;
  }

  .approval-wrapper .approval-container .approval-description,
  .approval-wrapper .approval-container .approval-list li {
    font-size: 16px;
  }

  .approval-wrapper .approval-container .back-to-login {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .approval-inner {
    padding: 15px;
  }

    .doctor__rating__title .doctor-rating {
        font-size: 20px;
    }

    .doctor__rating__title > img {
        max-width: 20px;
    }
}

@media only screen and (max-width: 767px) {
  .h-md {
    font-size: 24px;
    line-height: 28px;
  }

  .h-sm {
    font-size: 18px;
    line-height: 22px;
  }

  .t-lg {
    font-size: 14px;
    line-height: 16px;
  }

  .t-sm {
    font-size: 12px;
    line-height: 14px;
  }

  .topbar-right {
    gap: 10px;
  }

  .breadcrumb {
    display: none;
  }

  .deshbord-modal .modal-body {
    font-size: 14px;
  }

  .deshbord-modal .modal-body h3 {
    font-size: 20px;
  }

  .title-row {
    gap: 20px;
  }

  .login-container {
    grid-template-columns: 1fr;
  }

  .login-container .left-panel {
    display: none;
  }

  .login-content {
    padding-top: 90px;
  }

  .form-label {
    font-size: 16px;
    line-height: 18px;
  }

  .form-row label {
    margin-bottom: 8px;
  }

  .form-control-input {
    padding: 12px 16px;
  }

  .registration .phone-input,
  .login-phone-password .phone-input,
  .login-with-phone .phone-input {
    border-radius: 0 12px 12px 0px;
  }

  .phone-wrapper .country-code {
    border-radius: 12px 0 0 12px;
  }

  .otp-inputs input {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }

  .registration .step-tabs {
    margin-top: 30px;
  }

  .registration .btn-group {
    margin-top: 30px;
  }

  .registration .step-tabs .nav-link {
    padding: 9px 49px;
  }

  .login-container .back-btn {
    top: 10px;
    right: 10px;
  }

  .branch-item:not(:last-child) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

    .form-row .form-group-33,
    .form-row .form-group-25,
    .form-row .form-group {
        width: 100%;
    }

  .form-row .form-control {
    padding: 14px 10px;
  }

  .progress-container {
    border-radius: 12px;
  }

  .progress-container .progress-header {
    margin-bottom: 12px;
  }

  .chart-card .chart-header {
    margin-bottom: 12px;
  }

  .progress-container .progress-bar {
    margin-bottom: 15px;
  }

  .progress-container .segment.cancelled::after {
    left: inherit;
    right: 0;
    transform: inherit;
  }

  .chart-card {
    border-radius: 12px;
    margin-bottom: 20px;
  }

  .count-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-bottom: 20px;
  }

  .table-container .title-row {
    margin-bottom: 10px;
  }

  .search-sortby-wrap {
    gap: 8px;
  }

  .main-row .white-col .col-body .col-body-item {
    width: 100%;
  }

  .main-row .white-col.booking-summary .col-body .col-body-item:nth-child(even) p {
    text-align: left;
    justify-content: flex-start;
  }

  .question-details-row.main-row .white-col .form-control {
    padding: 10px 12px;
  }

  .about-content {
    padding: 16px 0;
  }

  .contact-card .info-item .info-item-link {
    font-size: 16px;
  }

  .profile-card {
    padding: 10px;
  }

  .phone-wrapper {
    height: 48px;
  }

  .tabs .custom-radio {
    margin-bottom: 20px;
  }

  .tabs .custom-radio .radio-btn {
    margin: 0 20px 9px 0px;
    font-size: 16px;
  }

  .tabs .tab-content {
    padding: 15px;
  }

  .tab-buttons {
    gap: 6px;
  }

  .tab-button {
    font-size: 16px;
    padding: 8px;
  }

  .healthcare-facility-radio.custom-radio {
    grid-template-columns: repeat(1, 1fr);
  }

  .healthcare-facility-radio.custom-radio .radio-btn {
    padding: 17px 18px 17px 43px;
  }

  .time-slot {
    grid-template-columns: repeat(2, 1fr);
  }

  .add-form-row .add-form-group {
    width: calc(50% - 30px);
  }

  .add-form-row .delete-btn {
    width: 35px;
    height: 48px;
    min-width: 35px;
  }

  .nav-tab .nav-item .nav-item-link {
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .custom-upload .separator {
    margin: 15px 0;
  }

  .add-branch-card .step-tabs .nav-link {
    padding: 12px 16px;
  }

  .uploaded-video-wrap .video-imgs-wrap {
    height: 100px;
    width: 100px;
  }

  .day-names {
    overflow-x: auto;
  }

  .day-names .week-day {
    margin-bottom: 8px;
  }

  .lang-dropdown.has-login {
    right: 130px;
  }

  .clinic-gallery-wrapper .clinic-nav-prev,
  .clinic-gallery-wrapper .clinic-nav-next {
    width: 30px;
    height: 30px;
  }

  .clinic-gallery-wrapper .clinic-nav-prev img,
  .clinic-gallery-wrapper .clinic-nav-next img {
    max-width: 6px;
  }

  .clinicGalleryThumbs img {
    height: 70px;
  }

  .clinicGalleryThumbs {
    margin: 20px 0 0;
  }

  .clinic-images-grid .clinic-image-item {
    width: 90px;
    height: 90px;
  }

  .clinic-images-grid.tax-wrap .clinic-image-item {
    width: 130px;
  }

  .clinic-images-grid.crn-wrap .clinic-image-item {
    width: 130px;
  }

  .logo-container {
    position: static;
    transform: none;
  }

  .approval-inner {
    height: 100%;
  }

  .approval-wrapper .approval-container {
    margin-top: 100px;
  }

  .approval-wrapper .approval-container .contact-approval {
    font-size: 16px;
    line-height: 20px;
  }

  .branch-info-grid.clinic-detail-grid .branch-info-item .label {
    width: auto;
  }

  .branch-info-grid.clinic-detail-grid .branch-info-item {
    flex-direction: column;
    gap: 8px;
  }

    .profile-details .profile-row {
        grid-template-columns: 1fr;
    }

    .profile-details .profile-item.full-width {
        grid-column: auto;
    }

    .profile-details .profile-avatar {
        width: 110px;
        height: 110px;
    }
}

@media screen and (max-width: 575px) {


    .sidebar .sidebar-header .logo,
    .logo-wrapper {
        max-width: 70px;
    }

    .sidebar .side-nav {
        min-height: calc(100vh - 94px);
    }

  .registration .step-tabs .nav-link {
    padding: 9px 27px;
    font-size: 15px;
  }

  .registration .step-tabs {
    gap: 6px;
    margin-top: 20px;
  }

  .otp-count {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 8px;
  }

  .otp-inputs input {
    width: 38px;
    height: 38px;
    border-radius: 6px;
  }

  .dataTables_wrapper .dataTables_info {
    position: relative;
    bottom: 0;
  }

  .search-sortby-wrap {
    width: 100%;
  }

  .search-sortby-wrap .common-select2 {
    width: 100%;
  }

  .search-sortby-wrap .search-box {
    max-width: 100%;
  }

  .search-sortby-wrap .search-box .form-control {
    min-width: 100%;
  }

  .search-sortby-wrap .common-select2 .common__select .select2-container {
    max-width: 100%;
    min-width: 100%;
  }

  .main-row .white-col.booking-summary .white-col-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .schedule-tabs {
    flex-direction: column;
    align-items: self-end;
  }

  .nav-tab-wrap.schedule-tabs .btn-primary {
    width: 100%;
  }

  .branches-card .branches-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }

  .uploaded-video-wrap {
    gap: 8px;
  }

  .uploaded-video-wrap .video-imgs-wrap {
    height: 90px;
    width: 90px;
  }

  .comment-input {
    font-size: 13px;
  }

  .media-modal__details .comment-item .c-meta {
    flex-wrap: wrap;
  }

  .media-modal__details .comment-item .c-meta .c-meta-text {
    width: 100%;
  }

  .branch-info-item {
    flex-direction: column;
    gap: 8px;
  }

  .branch-info-grid {
    grid-template-columns: 1fr;
  }

  .view-icon img {
    max-width: 20px;
  }

    .profile-details .profile-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .profile-details .profile-row,
    .profile-details .profile-basic {
        gap: 14px;
    }

    .profile-details .profile-avatar {
        width: 90px;
        height: 90px;
    }
}

@media only screen and (max-width: 480px) {
  header.topbar {
    padding: 10px 15px;
  }

  .topbar .search-box .search-input {
    padding: 7px 10px;
    padding-left: 36px;
  }

  .topbar .search-box .search-icon {
    left: 8px;
  }

  .langugage-code-cls .language-heading {
    display: none;
  }

  .notification-wrapper .notification-icon {
    width: 34px;
    height: 34px;
  }

  .notification-wrapper .badge {
    top: -5px;
    right: -2px;
    font-size: 9px;
    padding: 2px 4px;
  }

  .notification-wrapper .notification-dropdown {
    right: -100px;
  }

  .profile-dropdown-wrapper .dropdown-toggle {
    padding: 3px 4px;
    gap: 2px;
  }

  .sidebar-toggle {
    width: 34px;
    min-width: 34px;
    height: 34px;
  }

  .sidebar-toggle .menu-bars {
    left: 10px;
  }

  .deshbord-modal .modal-body h3 {
    font-size: 18px;
  }

  .deshbord-modal .modal-footer .footer-btn {
    width: 100%;
    padding: 12px;
  }

  .progress-container .progress-footer-detail {
    flex-wrap: wrap;
  }

  .main-row .white-col .appointment-status-slect {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
  }

  .main-row .white-col .appointment-status-slect .common-select2 {
    width: 100%;
  }

  .main-row .white-col .col-body .col-body-item p {
    flex-direction: column;
    align-items: flex-start;
  }

  .approval-wrapper .approval-container {
    border-radius: 20px;
  }

  .approval-wrapper .approval-container .approval-heading {
    font-size: 22px;
    line-height: normal;
  }

  .approval-wrapper .approval-container .approval-description,
  .approval-wrapper .approval-container .approval-list li {
    font-size: 14px;
  }

  .approval-wrapper .approval-container .approval-description {
    margin-bottom: 10px;
  }

  .approval-wrapper .logo-container .logo {
    max-width: 60px;
  }
}

@media screen and (max-width: 375px) {
  .registration .step-tabs .nav-link {
    padding: 9px 20px;
  }
}

/*RTL CSS*/
html[dir="rtl"] .close-modal-btn {
  margin-left: 0;
  margin-right: auto;
}

html[dir="rtl"] .lang-dropdown {
  right: auto;
  left: 0;
}

html[dir="rtl"] .logo-wrapper {
  left: auto;
  right: 0;
}

html[dir="rtl"] .login-container .back-btn {
  left: 0;
  right: auto;
}

html[dir="rtl"] .lang-dropdown .lang-dropdown__menu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .toggle-password {
  right: auto;
  left: 15px;
}

html[dir="rtl"] .checkbox-main .remember-label:before {
  margin-right: 0;
  margin-left: 5px;
}

html[dir="rtl"] .checkbox-main input:checked+label:after {
  right: 4px;
  left: auto;
}

html[dir="rtl"] .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
  padding-right: 8px;
  text-align: right;
}


html[dir="rtl"] .select2-selection--multiple {
    justify-content: flex-end;
}

    html[dir="rtl"] .select2-selection--multiple .select2-search__field {
        text-align: right;
    }

html[dir="rtl"] .select2-selection--single {
    justify-content: flex-end;
}

    html[dir="rtl"] .select2-selection--single .select2-search__field {
        text-align: right;
    }
html[dir="rtl"] .common-select2.multi-select {
    background-position: left 18px center;
}

html[dir="rtl"] .doctor__rating__title {
    margin-left: 0;
    margin-right: auto;
}

html[dir="rtl"] .clinic-gallery-close {
    left: 30px;
    right: auto;
}

html[dir="rtl"] .registration .common-select2 .country-select+.select2-container--default .select2-selection--single .select2-selection__arrow,
html[dir="rtl"] .login-phone-password .common-select2 .country-select+.select2-container--default .select2-selection--single .select2-selection__arrow,
html[dir="rtl"] .login-with-phone .common-select2 .country-select+.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: auto;
  left: -6px;
}

html[dir="rtl"] .registration .country-code::after,
html[dir="rtl"] .login-phone-password .country-code::after,
html[dir="rtl"] .login-with-phone .country-code::after {
  content: "";
  position: absolute;
  left: 0;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 30px;
  background: #9CA3AF;
  opacity: 0.5;
}

html[dir="rtl"] .phone-wrapper .country-code {
  border-radius: 0 10px 10px 0;
}

html[dir="rtl"] .registration .phone-input,
html[dir="rtl"] .login-phone-password .phone-input,
html[dir="rtl"] .login-with-phone .phone-input {
  border-radius: 10px 0 0 10px;
}

html[dir="rtl"] header.topbar {
  top: 0;
  left: 0;
  right: auto;
}

html[dir="rtl"] .topbar .btn-primary {
  margin-left: auto;
  margin-right: 0;
}

html[dir="rtl"] .dashboard-wrapper .sidebar {
  border-left: 1px solid #66666633;
  border-right: none;
}

html[dir="rtl"] .notification-wrapper .notification-dropdown {
  right: auto;
  left: 0;
}

html[dir="rtl"] .profile-dropdown-wrapper .dropdown-menu {
  right: 0;
  left: auto;
}

html[dir="rtl"] .profile-dropdown-wrapper .dropdown-menu .dropdown-item-link {
  text-align: right;
}

html[dir="rtl"] .profile-dropdown-wrapper .dropdown-menu .dropdown-item-link picture img {
  margin-left: 8px;
  margin-right: 0;
}

html[dir="rtl"] .table-container table tbody tr td:first-child {
  border-radius: 0 20px 20px 0;
  border-right: 1px solid transparent;
  border-left: 0;
}

html[dir="rtl"] .table-container table tbody tr td:last-child {
  border-radius: 20px 0 0 20px;
  border-left: 1px solid transparent;
  border-right: 0;
}

html[dir="rtl"] .dataTables_wrapper table.dataTable>thead>tr>th {
  text-align: right;
}

html[dir="rtl"] .status-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 8px;
  padding-right: 12px;
  text-align: right;
}

html[dir="rtl"] .common-select2.fill-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 10px;
  right: auto;
}

html[dir="rtl"] .common-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  left: 18px;
  right: auto;
}

html[dir="rtl"] .phone-wrapper .form-control {
  border-radius: 10px 0 0 10px;
  /* border-right: 1px solid #f5f5f5; */
}

html[dir="rtl"] .add-clinic-images {
  margin-right: auto;
  margin-left: 0;
}

html[dir="rtl"] .clinic-images-grid .clinic-image-item .delete-icon {
  left: 6px;
  right: auto;
}

html[dir="rtl"] .upload-img {
  left: -10px;
  right: auto;
}

html[dir="rtl"] .note-box ul li {
  padding-right: 20px;
  padding-left: 0;
}

html[dir="rtl"] .note-box ul li:after {
  right: 9px;
  left: auto;
}

html[dir="rtl"] .healthcare-facility-radio.custom-radio .radio-btn {
  padding: 20px 18px;
  padding-right: 46px;
}

html[dir="rtl"] .healthcare-facility-radio.custom-radio .radio-btn input {
  right: 18px;
  left: auto;
}

html[dir="rtl"] .healthcare-facility-radio.custom-radio .radio-btn .checkmark {
  right: 18px;
  left: auto;
}

html[dir="rtl"] .custom-radio .radio-btn {
  padding-right: 28px;
  padding-left: 0;
  margin: 0 0 0 20px;
}

html[dir="rtl"] .registration .custom-radio .radio-btn {
  padding-right: 36px;
}

html[dir="rtl"] .custom-radio .radio-btn input {
  right: 0;
  left: auto;
}

html[dir="rtl"] .custom-radio .radio-btn .checkmark {
  right: 0;
  left: auto;
}

html[dir="rtl"] .add-form-row .delete-btn {
  left: 0;
  right: auto;
}

html[dir="rtl"] .main-row .white-col .appointment-status-slect .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 10px 12px 10px 37px;
}

html[dir="rtl"] .breadcrumb-item+.breadcrumb-item {
  padding-left: 0;
  padding-right: .5rem;
}

html[dir="rtl"] .breadcrumb-item+.breadcrumb-item::before {
  float: right;
  padding-left: .5rem;
  padding-right: 0;
}

html[dir="rtl"] .calendar-header .prev-btn {
  transform: rotate(180deg);
}

html[dir="rtl"] .calendar-header .next-btn {
  transform: rotate(0deg);
}

html[dir="rtl"] .nav-tab {
  padding-left: 2px;
}

html[dir="rtl"] .table-container table th,
html[dir="rtl"] .table-container table td {
  text-align: right;
}

html[dir="rtl"] .select2-results__option {
  text-align: right;
}

html[dir="rtl"] .filter-tag .close-btn {
  margin-left: 0;
  margin-right: 8px;
}

html[dir="rtl"] .registration .terms-text {
  margin-right: 4px;
  margin-left: 0;
}

html[dir="rtl"] .radio-input[type="radio"]:checked+label:before,
html[dir="rtl"] .radio-input[type="radio"]:not(:checked)+label:before {
  right: 0;
  left: auto;
}

html[dir="rtl"] .radio-input[type="radio"]:checked+label:after,
html[dir="rtl"] .radio-input[type="radio"]:not(:checked)+label:after {
  left: auto;
  right: 5px;
}

html[dir="rtl"] .remove-btn-cls-adding {
  left: 6px;
  right: auto;
}

html[dir="rtl"] .uploaded-video-wrap .video-imgs-wrap .close {
  left: 14px;
  right: auto;
}

html[dir="rtl"] .preview-item .close-btn {
  left: 4px;
  right: auto;
}

@media only screen and (max-width: 1024px) {
  html[dir="rtl"] .lang-dropdown {
    left: 15px;
    right: auto;
    margin-left: 0 !important;
  }

  html[dir="rtl"] .login-wrapper .lang-dropdown {
    left: 0;
  }
}

@media only screen and (max-width: 991px) {
  html[dir="rtl"] .lang-dropdown {
    left: 65px;
    right: auto;
  }

  html[dir="rtl"] .profile-dropdown-wrapper .dropdown-menu {
    left: 0;
    right: inherit;
  }

  html[dir="rtl"] .dashboard-wrapper .sidebar {
    right: -250px;
    left: auto;
  }

  html[dir="rtl"] .sidebar-collapse .dashboard-wrapper .sidebar {
    right: 0;
    left: auto;
  }

  html[dir="rtl"] .video-modal .video-wrapper-modal .video-content .btn-close {
    left: 15px;
    right: auto;
  }

  html[dir="rtl"] .uploaded-video-wrap .video-imgs-wrap .close {
    left: 10px;
  }
}

@media only screen and (max-width: 767px) {

  html[dir="rtl"] .progress-container .progress-bar {
    overflow: hidden;
  }
}

@media only screen and (max-width: 480px) {
  html[dir="rtl"] .notification-wrapper .notification-dropdown {
    left: -100px;
    right: auto;
  }
}

/* 12 Aug New CSS start here */
.my-schedule-image-no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 295px);
}

.my-schedule-inner {
  max-height: 290px;
  object-fit: cover;
}

.new-common-tab-added .tab-button {
  min-width: 210px;
}

.new-common-tab-added .form-check .form-check-input {
  background: transparent;
  border: none;
}

.new-common-tab-added .time-slot .form-check-input:checked[type=radio]+.form-check-label {
  background: #005EB8;
  color: #fff;
}

.new-common-tab-added .form-check .form-check-input:focus {
  box-shadow: none;
}

.new-common-tab-added .form-check {
  padding-left: 0px;
}

.new-common-tab-added .form-check .form-check-label {
  cursor: pointer;
}

.new-weekly-custom-slots-edit .custom-radio {
  margin-bottom: 25px;
}

.new-weekly-custom-slots-edit .custom-radio ul .nav-item .nav-link {
  background: transparent;
}

.new-weekly-custom-slots-edit .nav-link {
  padding-left: 0px;
}

.new-common-tab-added .add-slot-button {
  margin-bottom: 14px;
  margin-top: 3px;
}

.schedule-custom .day-labels {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
  margin-bottom: 14px;
}

.schedule-custom .calendar-header {
  margin-bottom: 14px;
}

.schedule-custom .day-labels .day-label-inner {
  display: flex;
  align-items: center;
  gap: 10px;
}

.schedule-custom .day-labels .day-label-inner span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: none;
}

.schedule-custom .day-labels .day-label-inner span.red-dot {
  background: #005EB8;
}

.schedule-custom .day-labels .day-label-inner span.purple-dot {
  background: #005EB8;
}

.schedule-custom .day-labels .day-label-inner span.yellow-dot {
  background: #FFBF00;
}

.schedule-custom .calendar-days .day {
  font-weight: 500;
  background-color: #005EB81a;
  color: #005EB8;
  border: 1px solid #005EB8;
  pointer-events: none;
}

.schedule-custom .calendar-days .day.holiday {
  background-color: #005EB80D;
  color: #005EB8;
  border: 1px solid #005EB8;
}

.schedule-custom .calendar-days .day.custom-available {
  background-color: #FFBF001A;
  color: #FFBF00;
  border: 1px solid #FFBF00;
}

.schedule-custom .calendar-days .day.selected {
  background-color: #005EB8;
  color: #ffffff;
  border: 1px solid #005EB8;
}

.schedule-custom .form-control:disabled {
  color: #666666;
}

.schedule-custom.schedule-custom-edit .calendar-days .day {
  pointer-events: auto;
}

.schedule-custom.schedule-custom-edit .calendar-days .day.selected label::after,
.schedule-custom.schedule-custom-edit .day-checkbox:checked+label::after {
  content: url('../images/right-icon.svg');
  margin-left: 7px;
  vertical-align: text-bottom;
}

.schedule-custom.schedule-custom-edit .day-checkbox:checked+label {
  background-color: #005EB8;
  color: #ffffff;
  border: 1px solid #005EB8;
}

/* 12 Aug New CSS over here */

/* 21 Aug New CSS start here */

.ntf-container *,
.ntf-container *::before,
.ntf-container *::after {
  box-sizing: border-box
}

.notification-border-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  margin: 20px 0px;
}

.border-line-common {
  margin-bottom: 0px;
  border-color: rgba(34, 34, 34, 0.2);
}

.ntf-section-label {
  font-weight: 500;
  font-size: 16px;
  color: rgba(34, 34, 34, 0.4);
  line-height: 20px;
}

.ntf-list {
  display: flex;
  flex-direction: column;
  gap: 20px
}

.ntf-card {
  background: #ffffff;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid transparent;
  min-height: 64px;
  transition: box-shadow .18s ease, transform .12s ease, border-color .18s ease
}

.calendar-for-all-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  color: rgba(102, 102, 102, 1);
  opacity: 0.4;
}

.ntf-card--highlighted {
  border-color: #005EB8;
  background-image: linear-gradient(0deg, rgba(97, 65, 211, 0.03) 0%, rgba(97, 65, 211, 0.03) 100%) !important;
  background-origin: padding-box, border-box !important;
  background-clip: padding-box, border-box !important;
  background-repeat: no-repeat !important;
}

.ntf-content {
  flex: 1;
  padding-right: 12px
}

.ntf-title {
  font-size: 20px;
  font-weight: 500;
  color: rgba(34, 34, 34, 1);
  line-height: 24px;
}

.ntf-body {
  margin: 14px 0px 10px 0px;
  font-size: 16px;
  color: rgba(102, 102, 102, 1);
  line-height: 20px;
  font-weight: 400;
}

.ntf-meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  min-width: 120px
}

.ntf-time {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #8d8d98;
  font-size: 13px
}

.ntf-time svg {
  width: 18px;
  height: 18px;
  opacity: 0.85
}

.ntf-viewmore-wrap {
  text-align: center;
  margin-top: 20px
}

.ntf-viewmore {
  display: inline-block;
  padding: 11px 14px;
  border-radius: 10px;
  background: #ffffff;
  color: rgba(248, 44, 81, 1);
  font-size: 16px;
  text-decoration: none;
  border: 1.5px solid rgba(248, 44, 81, 1);
  font-weight: 500;
  line-height: 18px;
}

.ntf-datechip {
  display: block;
  color: #8d8d98;
  font-size: 14px;
  padding: 10px 6px
}

@media (max-width:900px) {
  .ntf-meta {
    min-width: 100px
  }
}

@media (max-width:640px) {

  .ntf-card {
    flex-direction: column;
    align-items: stretch;
    gap: 12px
  }

  .ntf-meta {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-width: 0
  }

  .ntf-title {
    font-size: 15px
  }

  .ntf-body,
  .calendar-for-all-txt {
    font-size: 13px
  }
}


/* 21 Aug New CSS over here */

/* 22 Aug New CSS start here */
.grid-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.grid-card-wrapper .grid-card {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 5px 30px 0px #0000000D;
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.grid-card-wrapper .grid-card .grid-card-image {
  flex: none;
}

.grid-card-wrapper .grid-card .grid-card-image img {
  border-radius: 15px;
}

.grid-card-wrapper .grid-card .grid-card-content {
  padding-right: 40px;
}

.grid-card-wrapper .grid-card .grid-card-content .t-lg {
  font-weight: 500;
  margin-bottom: 10px;
  color: #222222;
}

.grid-card-wrapper .grid-card .grid-card-content .grid-card-subtitle {
  margin-bottom: 10px;
  color: #666666;
}

.grid-card-wrapper .grid-card .grid-card-content .grid-card-description {
  line-height: 18px;
  color: #666666;
}

.grid-card-wrapper .grid-card .grid-card-content .grid-card-delete {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: #F5F5F5;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  padding: 0;
}

.grid-card-wrapper .grid-card .grid-card-content .grid-card-delete img {
  filter: brightness(0) saturate(100%) invert(11%) sepia(9%) saturate(14%) hue-rotate(16deg) brightness(101%) contrast(96%);
}

.delete-product-modal .modal-dialog {
  max-width: 359px;
}

.grid-card-wrapper .grid-card .grid-card-content .grid-card-check {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background-color: #005EB8;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  outline: none;
  padding: 0;
}

.grid-card-wrapper .grid-card .grid-card-content .grid-card-check .custom-check {
  border: 1px solid #ffffff;
  width: 16px;
  height: 16px;
}

.grid-card-wrapper .grid-card .grid-card-content .grid-card-check .checkbox-item input[type="checkbox"]:checked+.custom-check {
  background-color: #ffffff;
}

.grid-card-wrapper .grid-card .grid-card-content .grid-card-check .checkbox-item input[type="checkbox"]:checked+.custom-check::after {
  border-color: #005EB8;
}

.product-details-wrap .title-row {
  margin-bottom: 24px;
}

.product-details-wrap .grid-card-wrapper .grid-card {
  padding: 14px;
}

.product-details-wrap .grid-card-wrapper {
  display: block;
}

.product-details-wrap .grid-card-wrapper .grid-card .grid-card-content {
  padding: 0;
}

.product-details-wrap .grid-card-wrapper .grid-card .grid-card-content .h-md {
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #222222;
}

.product-details-wrap .grid-card-wrapper .grid-card .grid-card-content .grid-card-description {
  max-width: 681px;
}

.product-details-wrap .product-card-info {
  margin-top: 24px;
}

.product-details-wrap .product-card-info .product-info .h-sm,
.product-details-wrap .product-card-info .active-ingredients .h-sm,
.product-details-wrap .product-card-info .disclaimer .h-sm {
  margin-bottom: 24px;
  line-height: 29px;
  color: #222222;
}

.product-details-wrap .product-card-info .product-info .t-lg {
  margin-bottom: 12px;
  color: #222222;
}

.product-details-wrap .product-card-info .t-sm {
  color: #666666;
}

.product-details-wrap .product-card-info .active-ingredients {
  padding: 24px 0;
  margin: 24px 0;
  border-top: 1px solid #66666633;
  border-bottom: 1px solid #66666633;
}

.product-details-wrap .product-card-info .active-ingredients .ingredients-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.product-details-wrap .product-card-info .active-ingredients .ingredients-list .ingredients-list-item {
  background: #005EB81A;
  border-radius: 10px;
  padding: 10px 16px;
  color: #005EB8;
}

.product-details-wrap .product-card-info .active-ingredients .h-sm,
.product-details-wrap .product-card-info .disclaimer .h-sm {
  margin-bottom: 10px;
}

.receptionist-details-title {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #66666633;
}

.receptionist-details-title .t-lg {
  font-weight: 500;
}

.receptionist-details-title .btn-group {
  gap: 20px;
}

html[dir="rtl"] .search-sortby-wrap .search-box .form-control {
  padding-right: 45px;
  padding-left: 16px;
}

html[dir="rtl"] .search-sortby-wrap .search-box .search-icon {
  right: 15px;
  left: auto;
}

html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content .grid-card-delete,
html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content .grid-card-check {
  top: 10px;
  left: 10px;
  right: auto;
}

html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content {
  padding-left: 40px;
  padding-right: 0;
}

@media (max-width: 1199px) {
  .grid-card-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {

  .product-details-wrap .product-card-info .product-info .h-sm,
  .product-details-wrap .product-card-info .active-ingredients .h-sm,
  .product-details-wrap .product-card-info .disclaimer .h-sm {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .grid-card-wrapper .grid-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px;
  }

  .grid-card-wrapper .grid-card .grid-card-content {
    padding: 0;
  }

  .product-details-wrap .grid-card-wrapper .grid-card .grid-card-content .h-md {
    font-size: 24px;
    line-height: 28px;
  }

  .product-details-wrap .title-row {
    margin-bottom: 10px;
  }

  .product-details-wrap .product-card-info .active-ingredients {
    padding: 12px 0;
    margin: 12px 0;
  }
}

@media (max-width: 480px) {
  .grid-card-wrapper .grid-card .grid-card-image {
    width: 100%;
  }

  .grid-card-wrapper .grid-card .grid-card-image img {
    width: 100%;
  }

  .grid-card-wrapper .grid-card .grid-card-content .grid-card-delete,
  .grid-card-wrapper .grid-card .grid-card-content .grid-card-check {
    top: 20px;
    right: 20px;
  }

  html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content .grid-card-delete,
  html[dir="rtl"] .grid-card-wrapper .grid-card .grid-card-content .grid-card-check {
    top: 20px;
    left: 20px;
  }
}

/* 22 Aug New CSS over here */

.form-row .form-group.three-column {
  width: calc(33.33% - 9.33px);
}

@media (max-width: 1199px) {
  .form-row .form-group.three-column {
    width: 100%;
  }
}

.profile-dropdown-wrapper .dropdown-menu .dropdown-item-link.progress-wrap {
  display: flex;
  align-items: center;
}

.progress-content {
  width: 100%;
}

.profile-progress {
  width: 100%;
  margin-top: 6px;
}

.profile-progress__bar {
  background-color: #66666633;
  border-radius: 20px;
  overflow: hidden;
  height: 14px;
  position: relative;
}

.profile-progress__fill {
  background-color: #005EB8;
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 10px;
  white-space: nowrap;
  transition: width 0.4s ease;
}

.profile-progress__text {
  color: #fff;
  font-size: 10px;
  line-height: 11px;
}

/* 01 Sep New CSS start here */
.profile-upload-with-banner {
  display: flex;
  gap: 30px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.upload-img {
  position: absolute;
  right: -10px;
  bottom: -10px;
  background: #005EB8;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0px 5px 30px 0px #0000000D;
  overflow: hidden;
  cursor: pointer;
}

.upload-img img {
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.upload-img .file-upload {
  display: none;
}

.banner-circle,
.banner-pic {
  width: 350px;
  height: 100px;
  min-width: 350px;
  min-height: 100px;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  border-radius: 20px;
}

.file-upload-banner {
  display: none;
}

.detail-title {
  font-size: 16px;
  line-height: 20px;
  color: #1F2933;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .upload-img {
    width: 30px;
    height: 30px;
  }

  .banner-upload,
  .banner-circle,
  .banner-pic {
    width: 250px;
    min-width: 250px;
    border-radius: 10px;
  }
}

@media (max-width: 767px) {
  .profile-upload-with-banner {
    gap: 20px;
  }
}

@media (max-width: 575px) {

  .banner-upload,
  .banner-circle,
  .banner-pic {
    width: calc(100% - 5px);
    justify-content: flex-start;
  }

  .profile-card-body {
    flex-direction: column;
    gap: 16px;
  }

  .big-profile-pic,
  .big-circle {
    width: 100px;
    height: 100px;
    min-width: 100px;
    min-height: 100px;
  }
}

.profile-card__banner img {
  width: 100%;
  border-radius: 20px;
  height: 185px;
  object-fit: cover;
}

.profile-card__content {
  margin-top: -60px;
}

.profile-card__info {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding: 0 40px;
}

.profile-card__avatar {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 27px;
  overflow: hidden;
  flex-shrink: 0;
  box-shadow: 3px 4px 40px 0px #AEAEAE4D;
}

.profile-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 27px;
  box-shadow: 3px 4px 40px 0px #AEAEAE4D;
}

.profile-card__details {
  flex: 1;
  padding-top: 84px;
}

.profile-card__stats {
  margin-top: 14px;
  color: #222222;
  display: flex;
  align-items: center;
  gap: 10px;
}

.profile-card__stats a {
  color: #005EB8;
  font-weight: 500;
}

.profile-card__bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.profile-card__bottom .clinic-images {
  grid-column: span 2;
  display: flex;
}

.profile-card__bottom .clinic-images>p {
  width: 200px;
}

.profile-card__bottom .clinic-images .profile-card__clinic-list {
  margin: 0;
  gap: 11px;
}

.profile-card__bottom .profile-card__contact span {
  width: 200px;
}

.profile-card__bottom .profile-progress {
  margin-top: 20px;
}

.profile-card__bottom .profile-progress__bar {
  height: 24px;
}

.profile-card__bottom .profile-progress__text {
  font-size: 14px;
  line-height: 15px;
}

.profile-card__contact {
  flex: 1;
}

.profile-card__contact * {
  color: #1F2933;
  font-weight: 500;
  line-height: 24px;
}

.profile-card__contact .branch-info-item--file {
  font-size: 14px;
  font-weight: 400;
}

.profile-card__contact .branch-info-item--file span {
  font-weight: 400;
  font-size: 16px;
}

.profile-card__contact>p {
  display: flex;
  align-items: flex-start;
}

.profile-card__contact span {
  width: 200px;
  display: inline-block;
  color: #1F293380;
  font-weight: 400;
}

.profile-card__contact>p:not(:last-child) {
  margin-bottom: 20px;
}

.profile-card__clinic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.profile-card__clinic-item .actions button,
.profile-card__license-add button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.profile-card__bottom .clinic-images p {
  margin-bottom: 4px !important;
}

.profile-card__license-add {
  justify-content: center;
}

.lb-close {
  top: 5px;
  position: absolute;
  right: 14%;
  background-image: url(../images/close-icon.svg) !important;
  z-index: 99;
}

.lb-data .lb-close {
  filter: brightness(0) invert(1);
  opacity: 1 !important;
}


@media only screen and (max-width:1366px) {
  .profile-card__contact span {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .profile-card__contact>p {
    flex-direction: column;
  }

  .profile-card__avatar,
  .profile-card-personal picture {
    width: 110px;
    height: 110px;
  }

  .profile-card__bottom {
    grid-template-columns: 1fr;
  }

  .profile-card__contact>p:not(:last-child) {
    margin-bottom: 10px;
  }

  .profile-card__bottom .clinic-images {
    grid-column: span 1;
    flex-direction: column;
  }

  .profile-card__info {
    gap: 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .profile-card__content {
    padding: 0;
  }

  .profile-card__details {
    flex: 1;
    padding-top: 0;
  }

  .profile-card__contact span {
    font-size: 16px;
    width: 100% !important;
    display: block;
  }

  .lb-nav a.lb-prev {
    left: 0px;
    filter: initial;
  }

  .lb-nav a.lb-next {
    right: 0px;
    filter: initial;
  }
}

.addreel .modal-dialog {
  max-width: 596px;
}

.preview-item img.custom-preview-img-modal {
  border-radius: 10px;
  width: 100px;
  height: 100px;
  object-fit: cover;
}

/* card */
.media-section-parent {
  padding: 14px;
}

.media-card {
  display: flex;
  gap: 10px;
  background: #fff;
  cursor: pointer;
  transition: transform .08s ease, box-shadow .12s ease;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #66666666;
}

.media-card__thumb {
  width: 110px;
  min-width: 110px;
  height: 100px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin: 0;
}

.media-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.media-card__play {
  position: absolute;
  left: 50%;
  bottom: 50%;
  border: none;
  background-color: transparent;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.media-card__badge {
  position: absolute;
  right: 4px;
  bottom: 4px;
  background: rgba(255, 255, 255, 1);
  color: #666666;
  padding: 4px;
  border-radius: 50%;
  font-size: 8px;
  font-weight: 500;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.media-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.media-card__desc-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.media-card__desc-wrap .t-md {
  color: #222222;
  line-height: 18px;
  max-width: 738px;
  max-height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-card__desc-wrap .meta-date {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: rgba(34, 34, 34, .7);
}

.media-card__meta {
  margin-top: auto;
}

.media-card__meta .meta-left {
  display: flex;
  gap: 12px;
  align-items: center;
  padding-bottom: 10px;
}

.media-card__meta button {
  border: none;
  background: transparent;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
  color: #666666;
}

/* load btn */
.media-section__load {
  display: inline-block;
  background: transparent;
  color: #005EB8;
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  border: none;
  padding: 0;
  margin: 0 auto;
}

.reel-modal .modal-dialog {
  max-width: 930px;
}

.reel-modal .modal-body {
  padding: 14px;
}

/* inner container */
.media-modal {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Left: media area */
.media-modal__media {
  width: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 430px;
  border-radius: 10px;
  overflow: hidden;
}

/* .media-modal__media .video-card-wrap::after,
.media-modal__media .swiper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000033;
  inset: 0;
  z-index: 2;
} */

.media-modal__media .left-card {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  position: relative;
}

/* Video player */
.media-modal__media .video-card-wrap,
.media-modal__media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-modal__media .videoplay-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 24px;
  width: 24px;
}

/* Swiper container styles */
.media-modal .swiper {
  width: 100%;
  height: 100%;
}

.media-modal .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 0 auto;
}

.media-modal .swiper .swiper-button-next,
.media-modal .swiper .swiper-button-prev {
  position: absolute;
  top: auto;
  bottom: 10px;
  background: rgba(255, 255, 255, 0.6);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
}

.media-modal .swiper .swiper-button-next:after,
.media-modal .swiper .swiper-button-prev:after {
  font-size: 10px;
}

.media-modal .swiper .swiper-button-next {
  right: 10px;
}

.media-modal .swiper .swiper-button-prev {
  left: 10px;
}

.media-modal__counter {
  display: inline-block;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  font-size: 12px;
  line-height: 13px;
  font-weight: 500;
  color: #666;
  background: #fff;
  padding: 5px 7px;
  border-radius: 60px;
}

/* Right: details area */
.media-modal__details {
  width: calc(100% - 340px);
  position: relative;
  padding-bottom: 70px;
}

.media-modal__details .media-card__desc-wrap .t-md {
  text-align: left;
  max-width: 446px;
}

.media-modal__details .comments .total-comments {
  text-align: left;
  font-size: 12px;
  line-height: 13px;
  font-weight: 400;
  color: #222222;
  margin-bottom: 14px;
  margin-top: 4px;
}

.media-modal__details .comments .total-comments span {
  color: #005EB8;
}

.media-modal__details .comments .comment-item-wrapper {
  max-height: 294px;
  overflow: auto;
  padding-right: 4px;
}

.media-modal__details .comments {
  margin-top: 4px;
}

.media-modal__details .comment-item {
  display: flex;
  gap: 6px;
}

.media-modal__details .comment-item.reply {
  padding-left: 36px;
}

.media-modal__details .comment-item:not(:last-child) {
  margin-bottom: 14px;
}

.media-modal__details .comment-item>img {
  width: 30px;
  height: 30px;
  object-fit: cover;
  border-radius: 50%;
  margin-top: 7px;
}

.media-modal__details .comment-item .c-body {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: #222222;
  text-align: left;
}

.media-modal__details .comment-item .c-meta {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.media-modal__details .comment-item .c-reply {
  color: #005EB8;
  font-size: 10px;
  font-weight: 400;
  line-height: 11px;
  margin-top: 10px;
}

.media-modal__close {
  position: absolute;
  right: 16px;
  top: 10px;
  z-index: 10;
  border: none;
  background: transparent;
  font-size: 20px;
  color: #666;
}

/* Responsive */
@media (max-width: 900px) {
  .media-modal {
    flex-direction: column;
  }

  .media-modal__media,
  .media-modal__details {
    width: 100%;
  }

  @media (max-width: 767px) {

    .media-card,
    .media-card__desc-wrap {
      flex-wrap: wrap;
    }
  }

  @media (max-width: 575px) {
    .media-modal__media {
      aspect-ratio: 1;
      height: auto;
      min-height: unset;
    }

    .media-card__thumb {
      width: 100%;
      height: auto;
      aspect-ratio: 1;
    }

    .media-card__meta .meta-left {
      padding: 0;
    }
  }
}

/* 1 Sep Related CSS start here */

.common-photo-upload .file-details .file-preview {
  max-height: 120px;
  margin-top: 0px;
}

.support-label {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #9CA3AF !important;
  margin-top: 7px;
}

.file-preview-wrapper {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.file-preview-box {
  display: inline-block;
  width: 110px;
  height: 110px;
  position: relative;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.file-preview-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.remove-btn-cls-adding {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
  background-color: #1F2933B2;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
}

.newcustom-all-toggle-cls-tab .radio-input[type="radio"]:checked+label:before,
.newcustom-all-toggle-cls-tab .radio-input[type="radio"]:not(:checked)+label:before {
  left: 0px;
  top: 0px;
}

.newcustom-all-toggle-cls-tab .radio-input[type="radio"]:checked+label:after,
.newcustom-all-toggle-cls-tab .radio-input[type="radio"]:not(:checked)+label:after {
  left: 0px;
  top: 0px;
}

.newcustom-all-toggle-cls-tab .radio-btn.bg-transparent {
  padding-left: 25px !important;
  padding-top: 0px !important;
}

/* 1 Sep Related CSS over here */

html[dir="rtl"] .profile-progress__fill {
  padding-left: 0;
  padding-right: 10px;
}

html[dir="rtl"] .media-modal__details .comments .total-comments,
html[dir="rtl"] .media-modal__details .comment-item .c-body,
html[dir="rtl"] .media-modal__details .media-card__desc-wrap .t-md {
  text-align: right;
}

html[dir="rtl"] .media-modal__details .comments .comment-item-wrapper {
  padding-right: 0;
  padding-left: 4px;
}

html[dir="rtl"] .media-modal__details .comment-item.reply {
  padding-left: 0;
  padding-right: 36px;
}

html[dir="rtl"] .media-modal .swiper .swiper-button-prev {
  right: 10px;
  left: auto;
}

html[dir="rtl"] .media-modal .swiper .swiper-button-next {
  left: 10px;
  right: auto;
}

/* 9 Sep Related CSS start here */
.count-wrapper-cls {
  margin-top: 20px;
}

.new-note-box-cls {
  margin-bottom: 20px;
}

.new-note-box-cls h3 {
  color: #222222;
}

.modal .modal-dialog {
  margin: auto;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.modal-backdrop {
  background-color: transparent;
}

.country-modal .select2-selection__rendered {
  text-align: left;
  font-size: 16px;
  color: #222222 !important;
}

.country-index {
  z-index: 1056 !important;
}

.deshbord-modal.country-modal .footer-btn {
  background-color: #005EB8;
  border-color: #005EB8;
}

.deshbord-modal.country-modal .footer-btn:hover {
  color: #005EB8;
  border: 1px solid #005EB8;
  background: transparent;
}

.new-reel-btn-all-cls-added {
  display: flex;
  align-items: center;
  gap: 5px;
  background: #005EB8;
  border-color: #005EB8;
  border-radius: 10px;
}

.new-reel-btn-all-cls-added:hover {
  color: #005EB8;
  border-color: #005EB8;
}

.new-reel-ics-all {
  min-height: 14px;
}

.new-reel-btn-all-cls-added:hover .new-reel-ics-all {
  filter: brightness(0) saturate(100%) invert(26%) sepia(100%) saturate(1610%) hue-rotate(240deg) brightness(84%) contrast(97%);
}

.submit-answer-cls-question .modal-dialog {
  max-width: 331px;
}

.new-add-reel-cls-adding h3 {
  font-weight: 500 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin-bottom: 0px !important;
}

.new-add-reel-cls-adding .note-box {
  margin-top: 0px;
  margin-bottom: 20px;
}

.text-characters-all {
  text-align: left;
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 18px;
}

.all-parked-cls-adding .toggle-tabs {
  display: flex;
  align-items: center;
  gap: 10px;
}

.all-parked-cls-adding .toggle-tabs .custom-radio {
  background: #F5F5F5;
  border-radius: 10px;
}

.all-parked-cls-adding .toggle-tabs .custom-radio .radio-btn {
  background: transparent !important;
}

.set-position-cross-cls-adding {
  position: absolute;
  right: 10px;
  width: 30px;
  height: 30px;
  top: 10px;
  cursor: pointer;
}

.new-actions-set-cls-all-common {
  position: absolute;
  right: 8px;
  top: 8px;
}

.profile-card__clinic-item {
  background: #F5F5F5;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  width: 110px;
  height: 110px;
  justify-content: center;
  position: relative;
}

.profile-card__clinic-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.reel-modal .modal-header {
  background: #f5f5f5;
  justify-content: space-between;
}

.reel-modal .modal-header .total-comments {
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #222222;
}

.reel-modal .modal-header .total-comments span {
  color: #005EB8;
}

.comment-box {
  display: flex;
  align-items: center;
  background: #005EB833;
  border-radius: 999px;
  padding: 5px;
  gap: 8px;
  position: absolute;
  bottom: 8px;
  left: 0;
  right: 20px;
}

.comment-input {
  flex: 1;
  border: none;
  outline: none;
  background: transparent;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 999px;
  min-width: 0;
  color: #222222;
}

.comment-btn {
  background: #005EB8;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 12px;
  border-radius: 999px;
  cursor: pointer;
  transition: background 0.2s ease;
  white-space: nowrap;
}

.comment-btn:hover {
  background: #005EB8;
}

.country-modal .modal-body .select2-selection {
  box-shadow: none;
}

.disabled-all-typed .disable-common {
  background: #fff;
  border-color: #fff;
  padding: 19px 16px;
  border-radius: 10px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

/* 9 Sep Related CSS Over here */

/* 8th Oct CSS Start here */

.pay-now-btn {
  background: #005EB8;
  color: #fff !important;
}

.pay-now-btn-disable {
  background: #D5D5D5;
  color: #fff !important;
}

.invoice-type-added {
  display: flex;
  align-items: center;
  gap: 20px;
}

.invoice-type-added .select2-selection {
  background: #fff !important;
}

.invoice-type-added .select2-selection__rendered {
  color: #222222 !important;
  padding: 11px 16px !important;
}

.invoice-type-added .select2-container {
  min-width: 165px;
}

.booking-summary-wraped-cls {
  background: #F5F5F5;
  padding: 20px;
  border-radius: 20px;
  max-width: 600px;
}

.spacing-bottom-cls {
  margin-bottom: 20px;
}

.weight-bold-cls {
  color: #222;
}

.font-normal-cls {
  color: #666666;
}

.common-bottom-spacing {
  margin-bottom: 10px;
}

.invoice-listed-out {
  padding-top: 40px;
}

.invoice-color-cls {
  color: #005EB8;
}

.invoice-btn-both-cls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 40px;
}

.invoice-btn-both-cls-all {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 40px;
}

/* payment method related css start here */

.common-purple-box .toggle-radio-box {
  background: #fff;
  box-shadow: 0px 1px 2px 0px #e4e5e73d;
  border: 1px solid rgba(102, 102, 102, 0.2);
  border-radius: 10px;
}

.common-purple-box .toggle-radio-box .form-group .form-control {
  border-color: #66666633 !important;
  line-height: normal;
  padding: 12px !important;
}

.common-purple-box .toggle-radio-box .payment-head {
  padding: 12px 20px;
}

.common-purple-box .toggle-radio-box .form-check-input {
  width: 16px;
  height: 16px;
  cursor: pointer;
  box-shadow: none;
  margin: 0;
  float: unset;
  margin-top: 2px;
}

.common-purple-box .toggle-radio-box .form-check-input:checked {
  background-color: #005EB8;
  border-color: #005EB8;
}

.common-purple-box .toggle-radio-box .form-check-label {
  cursor: pointer;
  color: #666666;
}

.common-purple-box .payment-box {
  display: none;
  border-top: 1px solid #66666633;
  padding: 24px 14px;
}

.common-purple-box .payment-box.active {
  display: block;
}

.add-credit-card-form .add-credit-card-title:not(:last-child) {
  margin-bottom: 20px;
}

.add-credit-card-form .add-credit-card-title {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
}

.add-credit-card-form .add-credit-card-title label {
  cursor: pointer;
}

.add-credit-card-form .add-credit-card-title+button {
  margin-top: 20px;
}

.common-purple-box .form-group {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.common-purple-box .form-group label {
  margin-bottom: 4px;
  font-weight: 500;
  color: #222222;
}

.common-purple-box .form-group label .text-danger {
  color: #005EB8 !important;
}

.common-purple-box .input-group .form-control,
.common-purple-box .form-group .form-control {
  padding: 15px 16px;
  border-radius: 10px !important;
  font-size: 16px;
  color: #222222;
  background-color: #ffffff;
  box-shadow: none;
  border-color: transparent;
}

.common-purple-box .form-group textarea.form-control {
  padding: 10px 16px;
  resize: none;
}

.common-purple-box .form-group .form-control.date-picker {
  width: 100%;
}

.common-purple-box .form-group .form-control[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.common-purple-box .input-group .form-control,
.common-purple-box .form-group .form-control {
  padding: 15px 16px;
  border-radius: 10px !important;
  font-size: 16px;
  color: #222222;
  background-color: #ffffff;
  box-shadow: none;
  border-color: transparent;
}

.common-purple-box .input-group button {
  background-color: transparent !important;
  border-color: transparent !important;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  padding: 0 16px;
}

.common-purple-box .input-group button img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(6%) saturate(17%) hue-rotate(9deg) brightness(96%) contrast(88%);
}

.common-purple-box .input-group button img.card-icon {
  filter: none;
}

.common-purple-box .form-group .form-control:focus {
  border: 1px solid #005EB8;
  outline: none;
  box-shadow: 0px 1px 2px 0px #e4e5e73d;
}

.common-purple-box .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.common-purple-box .form-group .custom-upload .upload-box {
  border: 1px dashed #666666;
  border-radius: 8px;
  padding: 16px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  transition: border-color 0.3s ease;
}

.common-purple-box .form-group .custom-upload .upload-box.dragover {
  border-color: #005EB8;
}

.common-purple-box .form-group .custom-upload .upload-icon {
  margin-bottom: 16px;
}

.common-purple-box .form-group .custom-upload .t-md {
  color: #666666;
}

.common-purple-box .separator::before,
.common-purple-box .separator::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(102, 102, 102, 0.2);
  margin: 0 10px;
}

.common-purple-box .form-group .custom-upload .browse-link {
  color: #005EB8 !important;
  cursor: pointer;
  text-decoration: underline;
  margin: 0 !important;
}

.form-group .note-list,
.common-purple-box .final-shipping-note {
  color: #666666;
}

.receipt-uploaded {
  margin-top: 24px;
}

.receipt-uploaded h6 {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 18px;
  color: #222222;
  line-height: 20px;
}

.receipt-uploaded-pdf {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px dashed #666666;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  transition: border-color 0.2s ease;
}

.receipt-uploaded-pdf:hover {
  border-color: #005EB8;
}

.pdf-save {
  display: flex;
  align-items: center;
  gap: 21px;
}

.pdf-save img {
  width: 24px;
  height: 24px;
}

.pdf-save span {
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
}

.pdf-status {
  font-size: 13px;
  color: #666;
  margin-left: auto;
  margin-right: 12px;
}

.closing-action .close-btn {
  background: none;
  border: none;
  font-size: 18px;
  color: #222;
  cursor: pointer;
}

.closing-action .close-btn:hover {
  color: #e63946;
}

.close-btn-pdf {
  filter: brightness(0) saturate(100%) invert(0%) sepia(1%) saturate(4863%) hue-rotate(343deg) brightness(85%) contrast(73%);
}

.new-toggle-wrapped-cls .form-group .custom-upload .browse-link {
  color: #005EB8 !important;
}

.profile-cards-all .booking-summary-wraped-cls {
  background: #EFECFB;
}

/* payment method related css over here */

.gradient-action-box {
  background: linear-gradient(180deg, rgba(248, 44, 81, 0.1) 0%, rgba(97, 65, 211, 0.1) 99.95%);
  padding: 13px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.gradient-action-box .text-purple {
  color: #005EB8;
}

.gradient-action-box .action-box-content p {
  line-height: 18px;
  opacity: 0.8;
}

.gradient-action-box .text-purple {
  color: #005EB8;
}

.profile-cards-all {
  margin-top: 24px;
}

@media only screen and (max-width: 1024px) {
  .booking-summary-wraped-cls {
    max-width: 100%;
  }

  .pay-as-clinic-cls-adding .btn-secondary {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .pay-as-clinic-cls-adding {
    flex-direction: column;
    gap: 16px;
  }
}

@media screen and (max-width: 767px) {
  .common-purple-box .form-group {
    flex: none;
    width: 100%;
  }

  .gradient-action-box {
    flex-wrap: wrap;
    gap: 10px;
  }

  .gradient-action-box img {
    max-width: 80px;
  }

  .file-preview-box {
    width: 90px;
    height: 90px;
  }
}

.text-danger {
    font-size: 12px;
}

.form-wrapper .form-field input {
    margin-bottom: 2px;
}

.newformtogglecls .toggle-password {
    top: inherit !important;
    transform: inherit !important;
    margin: -40px 0 0 0 !important;
}

.commonarrowcls .select2-container .select2-selection__arrow {
    right: -3px !important;
}

.common-big-circle-cls .upload-img {
    top: 9px;
    right: 9px;
}

.common-sidebar-cls-adding {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
}

.spacing-common-all{
    margin-top: 30px;
}
@media (max-width: 1366px) {
    .registration .nav-item {
        flex: 1;
        width: 100%;
    }

    .registration .step-tabs .nav-link {
        font-size: 14px;
        padding: 9px;
    }
}
@media (max-width: 575px) {
    .registration .nav-item {
        flex: 0 0 auto;
    }
}
/* 8th Oct CSS Over here */
/* 8th Oct CSS Over here */

/* loader style*/
.pageloader-wrap {
    display: none;
}

.pageloader .pageloader-wrap {
    display: inline-block;
}

.pageloader-wrap {
    background: rgba(255,255,255,0.25);
    backdrop-filter: blur(3px);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1051;
    display: none;
    align-items: center;
    justify-content: center;
}

.pageloader .pageloader-wrap {
    display: flex;
}

.pageloader-wrap:before {
    content: '';
    background: url('../images/loader-img.svg') no-repeat;
    display: inline-block;
    height: 150px;
    width: 150px;
}

.phone-text {
    width: auto !important;
    font-weight: 500 !important;
    color: #1F2933 !important;
    margin-right: 4px;
}

.branch-info-item .value:has(.phone-text) {
    gap: 0;
}

html[dir="rtl"] .phone-text {
    direction: ltr;
    margin-left: 4px;
    margin-right: 0;
}

.profile-form .phone-wrapper:has(.country-code + input:disabled) .country-code {
    background: #9CA3AFB2 !important;
}

    .profile-form .phone-wrapper:has(.country-code + input:disabled) .country-code .common__select .select2-selection {
        background-color: transparent !important;
    }

.grid-span2 {
    grid-column: span 2;
}

@media only screen and (max-width: 1279px) {
    .grid-span2 {
        grid-column: span 1;
    }
}


/* 8th Oct CSS Over here */

.cms-main .topbar {
    width: 100%;
}

.cms-main .logo {
    max-width: 100px;
    margin-right: auto;
}

    .cms-main .logo picture,
    .cms-main .logo picture img {
        display: block;
    }

.cms-main ul {
    list-style: disc;
    padding-left: 20px;
}

.terms-wrap .about-content:after {
    display: none;
}

.terms-wrap .about-content {
    padding: 24px 0 0;
}

html[dir="rtl"] .cms-main .logo {
    margin-left: auto;
    margin-right: 0;
}

html[dir="rtl"] .cms-main ul {
    padding-right: 20px;
    padding-left: 0;
}

@media screen and (max-width: 1024px) {
    .cms-main .lang-dropdown {
        position: static;
    }
}

@media screen and (max-width: 991px) {
    .cms-main .logo {
        max-width: 80px;
    }
}

@media screen and (max-width: 575px) {
    .cms-main .logo {
        max-width: 70px;
    }
}

.doctor-info-card .doctor-card-data {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.doctor-info-card .doctor-card-data .doctor-profile {
    position: relative;
    width: 150px;
    height: 150px;
    display: block;
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.doctor-info-card .doctor-card-data .doctor-profile img {
    object-fit: cover;
    object-position: center;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.doctor-info-card .doctor-card-data .doctor-info-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    list-style: none;
    flex: 1;
}
.doctor-info-card .doctor-card-data .doctor-info-list li {
    color: #666666;
    display: flex;
    align-items: center;
    gap: 8px;
}
.doctor-info-card .doctor-card-data .doctor-info-list span {
    color: #101010;
    font-weight: 600;
}
.switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 22px;
}
.switch input {
    display: none;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}
.switch input:checked + .slider {
    background-color: #4CAF50;
}
.switch input:checked + .slider:before {
    transform: translateX(20px);
}
.clinic-name-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* --- 18-03-26 --- */
.search-sortby-wrap .search-box .close-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 7px;
    bottom: 0;
    margin: auto 0;
    cursor: pointer;
}
html[dir="rtl"] .search-sortby-wrap .search-box .close-icon {
    right: auto;
    left: 7px;
}
.search-sortby-wrap .search-box .form-control {
    padding: 8px 33px 8px 45px;
}
html[dir="rtl"] .search-sortby-wrap .search-box .form-control {
    padding: 8px 45px 8px 33px;
}
.common-select2 .select2 .select2-selection {
    cursor: pointer;
    border: none !important;
}
.profilepage-back-wrap {
    display: flex;
    align-items: center;
}
.profilepage-back-wrap a picture {
    display:block;
    height:20px;
    width: 20px;
    margin-right: 10px;
}
    .profilepage-back-wrap a picture img {
        height: 100%;
        width: 100%;
    }
    .common-select2 .select2 .select2-selection .select2-selection__clear {
        display: none;
    }
.branch-card-btn-wrap{
    display: flex;
    align-items: center;
    gap: 10px;
}

.newotpcount-cls {
    color: #1F2933;
}

html[dir="rtl"] .directionchangeltr .phone-wrapper .country-code::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #9CA3AF;
    opacity: 0.5;
    left: inherit;
}

html[dir="rtl"] .directionchangeltr .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
}

html[dir="rtl"] .directionchangeltr .form-label {
    direction: ltr;
}

html[dir="rtl"] .directionchangeltr .phone-wrapper .phone-input {
    border-radius: 0px 10px 10px 0px !important;
}

html[dir="rtl"] .directionchangeltr .phone-wrapper {
    direction: ltr;
}

    html[dir="rtl"] .directionchangeltr .phone-wrapper .country-code {
        border-radius: 10px 0px 0px 10px !important;
    }

html[dir="rtl"] .directionparagraphcls {
    direction: ltr;
    text-align: end;
    color: #1F2933 !important;
    font-weight: 500 !important;
}

html[dir="rtl"] .text-limit.directionchangeltr {
    direction: ltr;
}

.sidebar .side-nav .nav-item #MyProfile:hover picture img,
.sidebar .side-nav .nav-item #MyProfile.active picture img {
    filter: none !important;
}

.newprofile-card-cls-adding {
    flex-wrap: nowrap;
}

.flex-direction-cls-adding {
    flex-direction: column;
    gap: 12px;
}

.flatpickr-day.flatpickr-disabled {
    cursor: not-allowed;
    opacity: 0.4;
}

@media only screen and (max-width: 768px){
    .newprofile-card-cls-adding{
        flex-wrap: wrap;
    }
}