/****************** Auth page ******************/
/*01*/

[lang="ar"] body {
  direction: rtl;
}

.text-gray {
  color: var(--grey-color);
}

.text-theme {
  color: var(--teal) !important;
}

.d-flx {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.dashboard_conatiner .btn,
.dashboard_conatiner .btn:hover,
.service-wrapper .btn,
.service-wrapper .btn:hover,
.modal .btn,
.modal .btn:hover {
  padding: 16px 32px 21px;
  gap: 10px;
  height: 38px;
  border-radius: 6px;
  font-size: 16px;
  color: var(--white-color);
  line-height: 0;
  transition: all 0.9s;
  min-width: 135px;
}

.form-floating > .form-control {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: var(--Neutral-black);
  background: var(--light-grey);
  border: 0;
  outline: none;
  /* padding: 19px 15px 6px; */
  border-radius: 7px;
}

.arabic-input.form-floating > .form-control {
  direction: rtl;
}

.arabic-input.form-floating > label {
  left: inherit;
  right: 0;
}

.form-floating > label {
  color: var(--grey-color);
  font-size: 16px;
  z-index: 5;
  padding: 0.5rem 0.75rem;
}

[lang="ar"] .form-floating > label,
.calender-label {
  right: 0;
  left: inherit;
}

input:focus + label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  color: var(--teal) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  line-height: 2;
}

.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  border-bottom: 1px solid var(--teal);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

[lang="ar"] .form-floating > .form-control:focus,
[lang="ar"] .form-floating > .form-control:not(:placeholder-shown) {
  text-align: right;
}

.form-floating > .form-control:not(:placeholder-shown)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  background-image: url("../../svg-images/certificate-bg.png");
  width: 10px;
  height: 10px;
  z-index: 99999;
  color: var(--danger-color);
}

.form-floating.ng-invalid label::after,
.service-declaration .question-label::after,
hijri-gregorian-datepicker:has(.ng-invalid) + label::after,
app-drap-to-upload.required h4::after {
  font-weight: bold;
  color: var(--danger-color);
  content: " *";
}

.dashboard_conatiner .btn:hover,
.service-wrapper .btn:hover,
.modal .btn:hover {
  background-color: var(--teal);
}

.bg-white {
  background: var(--white-color);
}

.form-control:focus {
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%) !important;
}

.react-datepicker__time-container,
.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box {
  width: 100%;
  border-left: 0;
}

ul.react-datepicker__time-list {
  display: flex;
  flex-wrap: wrap;
}

.react-datepicker__time-container
  .react-datepicker__time
  .react-datepicker__time-box
  ul.react-datepicker__time-list
  li.react-datepicker__time-list-item {
  height: 30px;
  border: 1.5px solid rgba(0, 97, 153, 0.1);
  border-radius: 20px;
  margin: 10px 6px;
  line-height: 1;
  min-width: 100px;
}

.auth_wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  /* padding: 20px 0; */
  overflow-x: hidden;
}

.auth_bg {
  background: var(--white-color);
}

[lang="en"] .auth_bg {
  border-radius: 0;
}

[lang="ar"] .auth_bg {
  border-radius: 0;
}
@media (min-width: 992px) {
  [lang="en"] .auth_img {
    border-radius: 0px 15px 15px 0px;
  }
  [lang="ar"] .auth_img {
    border-radius: 15px 0px 0px 15px;
  }
  [lang="en"] .auth_bg {
    border-radius: 15px 0px 0px 15px;
  }

  [lang="ar"] .auth_bg {
    border-radius: 0px 15px 15px 0px;
  }
}

[lang="ar"] .p-dropdown-panel .p-dropdown-header .p-dropdown-filter {
  margin-right: auto;
}
.auth_form {
  /* padding: 70px 100px; */
  padding: 50px 100px 90px 100px;
  display: flex;
  flex-direction: column;
  /* gap: 3.125rem; */
}

.logo_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.logo_row h6 {
  font-size: 20px;
  font-weight: 400;
  color: var(--teal);
  margin: 0;
}

h3.tab_v,
#myTab {
  margin-bottom: 54px;
  border: none;
}

.auth_form h3 .user-account-actions,
.auth_form .nav-link.active {
  font-size: 20px;
  /* padding: 0 40px; */
  font-weight: 700;
  position: relative;
  border: none;
  /* color: var(--teal); */
  color: var(--teal);
}

/* [lang="ar"] .auth_form h3 .user-account-actions,
[lang="ar"] .auth_form .nav-link.active {
    padding-right: 0;
} */

/* .auth_form h3 .user-account-actions:first-child,
.auth_form .nav-link.active:first-child {
    margin-bottom: 40px;
} */

.auth_form h3 .user-account-actions.active,
.auth_form .nav-link.active {
  color: var(--Neutral-black);
  font-size: 35px;
}

.auth_form h3 .user-account-actions.active:after,
.auth_form .nav-link.active::after {
  content: "";
  width: 25px;
  height: 2px;
  /* background: var(--teal); */
  position: absolute;
  bottom: -9px;
  left: 50%;
  /* transform: translateX(133%); */
}

[lang="ar"] .auth_form h3 .user-account-actions.active:after,
[lang="ar"] .auth_form .nav-link.active::after {
  /* left: 50%; */
  /* transform: translateX(133%); */
}

.auth_form .nav-link {
  margin-bottom: 0 !important;
  padding: 0 !important;
  margin-right: 40px;
}

.auth_form .nav-link:not(.active) {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: var(--teal);
  opacity: 0.4;
  border: none;
  padding: 0;
}

[lang="ar"] .auth_form .nav-link:not(.active) {
  margin-right: 0;
}

.err {
  margin-bottom: 4px;
  font-size: 14px;
  color: var(--danger-color);
  font-weight: 400;
}

[lang="ar"] .error.ng-star-inserted {
  direction: rtl;
}

.input_with_text {
  position: relative;
}

.input_with_text > small {
  position: absolute;
  bottom: -17px;
  font-size: 13px;
  color: var(--grey-color);
}

[lang="en"] .input_with_text > small {
  left: 0;
}
[lang="ar"] .input_with_text > small {
  right: 0;
  text-align: right;
}

.cm_inc_dcr_parent {
  position: relative;
}

.cm_inc_dcr_parent .icon_group {
  display: flex;
  position: absolute;
  top: 50%;
  left: 4px;
  z-index: 9;
  transform: translate(12px, -50%);
}

.cm_inc_dcr_parent .form-floating input.form-control {
  padding-left: 95px;
}

.cm_inc_dcr_parent .form-floating label {
  padding-left: 105px;
}

.cm_inc_dcr_parent span.icon {
  width: 26px;
  height: 24px;
  background: var(--teal);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.fw-300 {
  color: var(--grey-color);
  margin: 15px 0;
}

.fw-300 a {
  font-weight: 400;
}

.verification_screen {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 1rem;
  align-items: center;
}

.verification_screen img {
  height: 320px;
  /* margin-bottom: 20px; */
}
.verification_screen div p {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--info-color);
}

.verification_screen div span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--grey-color);
}
.orange-color {
  color: var(--warning-color) !important;
}

.verification_screen h5 {
  font-weight: 700;
  font-size: 32px;
  line-height: 47px;
  color: var(--info-color);
}

/****************** Page Layout ******************/
/*03*/
.page_wrapper {
  background: var(--bg);
  min-height: 100vh;
  padding: 24px;
  padding-left: 230px;
  overflow-x: auto;
}

[lang="ar"] .page_wrapper {
  padding-right: 230px;
  padding-left: 24px;
}

/****************** Sidebar ******************/
/*02*/

.sidebar {
  position: fixed;
  height: calc(100vh - 48px);
  width: 200px;
  background: var(--teal);
  /* background-image: url(../../svg-images/abstract.svg); */
  background-position: center;
  background-repeat: no-repeat;
  left: 24px;
  top: 24px;
  border-radius: 20px;
  display: block !important;
  overflow: auto;
  overflow-x: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 10;
}

[lang="ar"] .sidebar {
  /* width: 86px; */
  right: 24px;
  left: unset;
}

.navbar-logo {
  display: flex;
  justify-content: center;
  margin: 29px 0 31px;
}
.user_avtar {
  background: var(--nue-bg);
  border: 2px solid var(--white-color);
  border-radius: 15px;
  width: 56px;
  height: 56px;
  margin: 0 auto;
  margin-bottom: 32px;
  position: relative;
}

[lang="ar"] .user_avtar {
  margin-top: 60px;
  margin-bottom: unset;
}

.user_avtar img {
  border-radius: 15px;
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.user_avtar span {
  background: var(--danger-color);
  border: 2px solid var(--light-white);
  width: 15px;
  height: 15px;
  position: absolute;
  right: -5px;
  border-radius: 100%;
  top: -5px;
}

.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}

.sidebar ul li {
  margin-bottom: 10px;
}

.sidebar ul a svg {
  width: 24px;
}

.sidebar ul a {
  display: block;
  /* text-align: left; */
  text-align: start;
  padding: 12px 15px;
  position: relative;
  color: var(--light-white);
  opacity: 0.8;
}

[lang="ar"] .sidebar ul a {
  /* text-align: center; */
  padding: 12px;
  font-size: 15px;
}

.sidebar ul a:hover {
  opacity: 1;
}

.sidebar ul a img {
  margin-left: 15px;
  max-width: 20px;
}

[lang="ar"] .sidebar ul a img {
  margin: 0 6px 0 0;
  max-width: 18px;
}

.sidebar ul a span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 14px;
}

[lang="ar"] .sidebar ul a span {
  margin: 0 8px 0 0;
}

.sidebar ul a.active_menu {
  color: var(--yellow-color);
  opacity: 1;
}

.sidebar ul a.active_menu:before {
  width: 3px;
  height: 25px;
  background: var(--yellow-color);
  border-radius: 0px 4px 4px 0px;
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  margin: 15px 0;
}

[lang="ar"] .sidebar ul a.active_menu:before {
  border-radius: 4px 0px 0px 4px;
  left: unset;
  right: 8px;
}

:root {
  --yellow-color: #c6a54a;
}

/* default */
.sidebar ul a img {
  transition: filter 0.3s ease;
}

/* active */
.sidebar ul a.active_menu img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(42%) saturate(509%)
    hue-rotate(6deg) brightness(97%) contrast(94%);
}

/*
.sidebar_logo img {
    width: 86px;
} */

.sidebar_logo {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.line {
  width: 70%;
  height: 1px;
  background: var(--light-white);
  /* margin-left: 15%; */
  margin: 0 auto;
  margin-top: 18px;
}

.side_lang {
  text-align: center;
  color: var(--white-color);
  margin-top: 40px;
}

.side_lang_icon {
  text-align: center;
  margin: 20px 0;
}

/****************** Tab View ******************/
/*04*/
.tabs_page {
  display: flex !important;
  justify-content: center;
  display: ruby-text;
}

.tabs_btns {
  max-width: 250px;
  margin-right: auto;
  min-width: 220px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  /* display: none; */
}

[lang="ar"] .tabs_btns {
  margin-left: auto;
  margin-right: unset;
  padding-left: 10px;
}

.tabs_btns_p {
  position: fixed;
  max-height: 100vh;
  overflow: auto;
  padding-right: 5px;
  /* overflow: hidden !important; */
}

.tab_btn {
  position: relative;
  padding-left: 55px;
  color: var(--med-grey);
  margin-bottom: 60px;
}

[lang="ar"] .tab_btn {
  padding-right: 55px;
  padding-left: unset;
}

.tab_btn.active,
.tab_btn.done {
  color: var(--teal);
}

.tab_btn ._icon {
  border: 2px solid var(--med-grey);
  box-sizing: border-box;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  line-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

[lang="ar"] .tab_btn ._icon {
  right: 0;
  left: unset;
}

.tab_btn ._icon svg {
  width: 29px;
}
.tab_btn ._icon img {
  filter: brightness(0) saturate(100%) invert(73%) sepia(13%) saturate(156%)
    hue-rotate(131deg) brightness(89%) contrast(91%);
}

.tab_btn ._icon svg path {
  fill: var(--med-grey);
}

.tab_btn.active ._icon {
  border: 2px solid var(--teal);
}

.tab_btn.active ._icon svg path {
  fill: var(--teal);
}
.tab_btn.active ._icon img {
  filter: brightness(23%) saturate(900%) invert(30%) sepia(20%)
    hue-rotate(203deg) contrast(100%);
}

.tab_btn.done ._icon img {
  filter: none;
}

.tab_btn.done ._icon {
  background: var(--teal);
  border: 2px solid var(--teal);
  color: var(--teal);
}

.tab_btn.done ._icon svg path {
  fill: var(--white-color);
}

.tab_btn p {
  margin: 0;
  font-weight: 500;
}

.tab_btn > span {
  font-weight: 300;
}

.tab_btn:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 40px;
  background: var(--med-grey);
  left: 17px;
  top: -51px;
}

[lang="ar"] .tab_btn:after {
  right: 17px;
  left: unset;
}

.tab_btn:first-child::after {
  display: none;
}

.tab_btn:last-child {
  /* margin-bottom: 0; */
}

.tab_btn.active:after {
  background: var(--teal);
}

.tab_view {
  /* max-width: 900px; */
  max-width: 1200px;
  min-height: calc(100vh - 50px);
  width: 100%;
  background: var(--light-white);
  border-radius: 20px;
  margin-right: auto;
  padding: 30px 75px;
}

[lang="ar"] .tab_view {
  /* max-width: 770px; */
  margin-left: auto;
  margin-right: unset;
}

.center-page {
  max-width: 770px;
  min-height: calc(100vh - 50px);
  width: 100%;
  background: var(--light-white);
  border-radius: 25px;
  margin: 0 auto;
  padding: 30px 75px;
}

.breadcrumb {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}

.breadcrumb a {
  font-weight: 700;
}

.breadcrumb span {
  color: var(--grey-color);
}

.breadcrumb svg,
.breadcrumb img {
  width: 6px;
}

.breadcrumb > * {
  margin-right: 7px;
}

.md_title h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin: 0;
}

.md_title {
  margin-bottom: 60px;
}

.md_title .icons svg {
  width: 26.4px;
  height: 33.12px;
}

/* .md_title .icons svg,
.md_title .icons img {
  margin-right: 20px;
} */

[lang="ar"] .md_title .icons svg,
[lang="ar"] .md_title .icons img {
  margin-left: 20px;
  margin-right: unset;
}

.sm_title {
  position: relative;
  color: var(--grey-color);
}

.sm_title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: var(--light-grey);
  left: 0;
  bottom: 6px;
}

.sm_title span {
  background: var(--light-white);
  display: inline-block;
  padding: 8px;
  position: relative;
  z-index: 1;
  padding-left: 0;
  font-weight: 300;
}

.picture_box {
  background: var(--light-grey);
  border: 0.5px dashed var(--teal);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 2%);
  border-radius: 6px;
  width: 70px;
  height: 70px;
  position: relative;
}

.add-profile-attachement {
  position: absolute;
  right: -10px;
  bottom: -10px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  cursor: pointer;
}

.add-profile-attachement img {
  background: var(--teal);
  border-radius: 50px;
  width: 25px;
  height: 25px;
  padding: 5px;
  position: absolute;
  left: 0;
  pointer-events: none;
}

.add-profile-attachement input {
  border-radius: 50px;
  width: 25px;
  height: 25px;
  overflow: hidden;
  pointer-events: all;
  cursor: pointer;
  opacity: 0;
}

.dragdrop_box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dragdrop_box .text {
  text-align: center;
}

.dragdrop_box .text p {
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: var(--Neutral-black);
}

.pdf-view h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--teal);
}

.dragdrop_box .text p b {
  color: var(--yellow-color);
  font-weight: 600;
}

.dragdrop_box .text small {
  font-size: 11px;
  line-height: 16px;
  text-align: center;
  color: var(--grey-color);
}

.previewProfilePic {
  width: 100%;
  height: 100%;
}

.previewProfilePic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.previewProfilePic.user-pic-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.previewProfilePic.user-pic-icon img {
  width: auto;
  height: 40px;
}

.profile_picture h4 {
  color: var(--grey-color);
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 15px;
}

.profile_picture .presentation {
  flex: 1 1 0%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-width: 1px;
  border-radius: 6px;
  border-color: var(--yellow-color);
  border-style: dashed;
  background-color: rgb(242, 246, 248);
  color: rgb(189, 189, 189);
  outline: none;
  transition: border 0.24s ease-in-out 0s;
  position: relative;
}

.file-upload {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.picture_box svg {
  width: 17px;
  height: 17px;
  position: absolute;
  right: -6px;
  bottom: -6px;
}

.profile_picture small {
  color: var(--grey-color);
  display: block;
  margin-top: 10px;
}

.previewProfilePic svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
}

.previewProfilePic svg path {
  fill: var(--teal);
  opacity: 0.2;
}

.radio_box {
  background: var(--light-grey);
  border-radius: 6px;
  display: flex;
  width: calc(50% - 12px);
  align-items: center;
  color: var(--grey-color);
  padding: 0px 15px;
  /* margin: 0 5px; */
  min-height: 50px;
  /* width: 100%; */
  /* min-width: 100%; */
}

.radio-group {
  display: flex;
  /* flex-wrap: wrap; */
  column-gap: 24px;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 30px;
}

.phone_parent .react-tel-input {
  width: 120px;
  margin-right: -8px;
  border-right: 1px solid #e0e6e7;
  border-radius: 0;
}

.phone_parent .react-tel-input .form-control {
  padding-left: 42px !important;
}

.phone_parent .react-tel-input .flag-dropdown {
  background: transparent !important;
  border: 0 !important;
  border-right: none;
  left: 6px;
  width: 44px;
}

.phone_parent .form-group.form_group {
  display: flex;
}

.phone_parent .form-group.form_group .form-control {
  padding: 8px 15px 6px 15px;
}

/****************** radio button design ******************/
/*05*/
.radio-container {
  display: flex;
  position: relative;
  padding-left: 36px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 10px;
  padding-bottom: 10px;
}

[lang="ar"] .radio-container {
  padding-right: 36px;
  padding-left: unset;
}

.radio-container div {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translate(0, -50%);
}

[lang="ar"] .radio-container div {
  right: 10px;
  left: unset;
}

.radio-container input {
  /* position: absolute; */
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  background-color: var(--light-white);
  border-radius: 50%;
  border: 1px solid var(--nue-bg);
}

.radio-container:hover input ~ .checkmark {
  background-color: var(--beige-color);
}

/* .radio-container input:checked ~ .checkmark {
    background-color: #2196F3;
  } */

.radio-container.cardtext {
  width: 100%;
}

.radio-container div.cardtext {
  width: calc(100% - 14%);
  left: 14%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

[lang="ar"] .radio-container div.cardtext {
  width: calc(100% - 35px);
  right: 35px;
  left: unset;
}

.im-t {
  position: static !important;
  top: initial !important;
  left: initial !important;
  transform: initial !important;
}

.im-p {
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-black);
  font-weight: 500;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.radio-container input:checked ~ .checkmark:after {
  display: block;
}

.radio-container .checkmark:after {
  top: 2px;
  left: 2px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--teal);
}

.date_picker {
  z-index: 99;
}

.date_picker > svg {
  position: absolute;
  width: 28px;
  left: 20px;
  top: 11px;
  z-index: 9;
  height: 27px;
}

.date_picker .form-control {
  padding: 19px 15px 6px 52px;
}

.react-datepicker__header {
  background: transparent;
  border: 0;
}

.react-datepicker {
  font-size: 16px;
  font-weight: 700;
  color: var(--Neutral-black);
  background: var(--light-white);
  box-shadow: 2px 16px 19px rgb(0 0 0 / 9%);
  border-radius: 16px;
  border: 0;
  padding: 30px 60px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"]
  .react-datepicker__triangle::after {
  display: none;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: var(--Neutral-black);
  display: inline-block;
  width: 30px;
  line-height: 30px;
  margin: 5px 12px;
  height: 30px;
  text-align: center;
}

.react-datepicker__day-name {
  color: var(--med-grey);
  text-transform: uppercase;
  font-weight: 400;
}

.react-datepicker__day--keyboard-selected,
.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range,
.react-datepicker__month-text--selected,
.react-datepicker__month-text--in-selecting-range,
.react-datepicker__month-text--in-range,
.react-datepicker__quarter-text--selected,
.react-datepicker__quarter-text--in-selecting-range,
.react-datepicker__quarter-text--in-range,
.react-datepicker__year-text--selected,
.react-datepicker__year-text--in-selecting-range,
.react-datepicker__year-text--in-range {
  background-color: var(--teal) !important;
  color: var(--white-color) !important;
}

.react-datepicker__day--outside-month {
  opacity: 0 !important;
  visibility: hidden !important;
}

.date_drop select {
  border: 0;
  margin: 0 15px;
  margin-bottom: 20px;
  color: var(--teal);
  font-size: 16px;
  outline: none;
}

.date_picker label {
  left: 52px;
}

.menubar {
  display: none;
}

/****************** dashboard design ******************/
/*06*/

.dashboard_conatiner {
  display: flex;
  padding: 0 16px;
}

.dashboard_conatiner a {
  font-weight: 500;
}

.dash-wrapper {
  width: calc(100% - 327px);
  margin-right: 20px;
}

.dash-sidenav {
  width: 327px;
  margin-left: 20px;
}

.card-container {
  border-radius: var(--card-border-radius);
}

.card-container .application_status {
  margin: 0;
  border-radius: 16px 16px 0px 0px;
  background-color: var(--secondary-light-gray);
}

.card-container .service-inner-wrapper {
  border-radius: 0px 0px 16px 16px;
  background-color: rgba(var(--bg-rgb-values), 0.6);
}

.round-white-bg {
  background: var(--light-white);
  border-radius: 16px;
  margin-bottom: 40px;
}

.complete-profile-parent {
  display: flex;
  padding: 40px;
  align-items: center;
  justify-content: space-between;
}

.complete-profile-parent h5 {
  font-weight: 400;
  font-size: 20px;
}

.complete-profile-parent p {
  font-size: 14px;
}

.registeration-procces {
  padding: 40px;
}

.regis-discrp {
  padding: 25px;
  background: var(--secondary-light-gray);
  border-radius: 16px 16px 0px 0px;
  display: flex;
  justify-content: center;
}

.regis-discrp div:nth-child(2) {
  width: 398px;
}

.regis-discrp h4 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: var(--theme-color);
}

.regis-discrp p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  letter-spacing: -0.5px;
  color: #016970;
}

.regis-discrp a {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--teal);
}

.regis-step {
  /* padding: 25px; */
  background: rgba(var(--bg-rgb-values), 0.6);
  border-radius: 0px 0px 16px 16px;
}

.regis-step > p,
.step-parent h6 {
  font-weight: 700;
  font-size: 1rem;
  line-height: 24px;
  color: var(--yellow-color);
}
.regis-step > p,
.step-parent p {
  font-weight: 400;
  font-size: 1rem;
  text-align: left;
  line-height: 24px;
  color: var(--Neutral-black);
}

[lang="ar"] .regis-step > p,
[lang="ar"] .step-parent h6 {
  text-align: right;
}

.step-parent {
  display: flex;
}

.step-parent p {
  font-size: 16px;
  letter-spacing: 0.5px;
  color: #003e42;
}

.step-block {
  text-align: left;
  width: calc(100% / 3);
  margin-right: 20px;
}

[lang="ar"] .step-block {
  margin-left: 20px;
  margin-right: unset;
}

[lang="en"] .step-block:last-child {
  margin-right: 0;
}

[lang="ar"] .step-block:last-child {
  margin-left: 0;
}

.step-number {
  position: relative;
  padding-inline: 0.1rem;
}

.step span {
  background: var(--yellow-color);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  font-size: 1.2rem;
  font-weight: 500;
  /* padding-bottom: 5px; */
}

.step span:after {
  /* LineIndicator.png */
  content: "";
  width: calc(100% - 40px);
  position: absolute;
  height: 2px;
  top: 50%;
  background-image: linear-gradient(
    to right,
    var(--yellow-color) 40%,
    var(--white-color) 0%
  );
  background-position: top;
  background-size: 13px 3px;
  background-repeat: repeat-x;
}

[lang="en"] .step span:after {
  right: 0px;
}
[lang="ar"] .step span:after {
  left: 0px;
}

.cm_accordian_item.accordion-item {
  border: none;
}

.cm_accordian .accordion-button::after {
  display: none;
}

.cm_accordian .accordian-arrow {
  margin-right: 10px;
}

.cm_accordian_item.accordion-item button.accordion-button {
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: var(--teal);
  align-items: flex-start;
}

.cm_accordian .accordion-header {
  position: relative;
}

.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

/* .accordion-header:after {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--light-grey);
  position: absolute;
  left: 0%;
} */

.accordion-flush .accordion-item {
  border-bottom-color: var(--light-grey);
  padding: 14px 0;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.cm_accordian.exam-accordian.accordion .accordian-arrow {
  order: 2;
  margin-left: 15px;
}

.cm_accordian_item.accordion-item button.accordion-button {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-color);
  padding: 6px;
}

.cm_accordian.exam-accordian.accordion .accordion-header:after {
  content: none;
}

.need_help_parent {
  padding: 24px;
  min-height: 315px;
  background: linear-gradient(
    134.67deg,
    var(--info-color) -27.41%,
    var(--green-color) 130.25%
  );
  border-radius: 16px;
  color: var(--white-color);
  position: relative;
}

.need_help_parent h6 {
  color: var(--white-color);
  margin-bottom: 40px !important;
}

.need_help_parent .icon {
  display: flex;
  width: 24px;
  height: 24px;
  mix-blend-mode: normal;
  border-radius: 4px;
  align-items: center;
  position: relative;
  background: var(--dark-green);
  margin-right: 20px;
  justify-content: center;
}

.need_help_parent .icon svg {
  opacity: 1;
}

.need_help_parent p {
  margin: 25px 0;
  display: flex;
}

.need_help_parent img {
  position: absolute;
  right: 25px;
  bottom: 0;
}

.cpd_container p {
  font-size: 20px;
  font-weight: 400;
  color: var(--med-grey);
  line-height: 29px;
}

.cpd_container h2 {
  font-size: 25px;
  color: var(--Neutral-black);
  margin-bottom: 30px;
}

.cpd_detail ul {
  list-style: none;
  padding-inline-start: 0;
}

.cpd_detail h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 26px;
  color: var(--Neutral-black);
}

.progress {
  height: 0.6rem;
  background-color: var(--light-grey);
}

.progress-bar {
  background: linear-gradient(
    to left,
    var(--info-color),
    var(--teal),
    var(--teal)
  );
  border-radius: 12px;
}

.progress-bar.accent {
  background: var(--yellow-color);
}

.cpd_detail .progress_container p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: var(--Neutral-black);
}

.cpd_detail .progress_container p small {
  font-weight: 500;
  font-size: 10px;
  margin-left: 1px;
}

.cpd_detail hr {
  background-color: var(--light-grey);
  margin-left: -15px;
  margin-right: -15px;
  opacity: 1;
}

.progress_container p span:first-child {
  margin-right: 1px;
}

.progress_container p span:nth-child(2) {
  margin-left: 3px;
}

.cpd_detail li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--light-grey);
  padding: 12px 0;
}

.cpd_detail li p {
  margin-bottom: 0;
}

.cpd_detail li .left_d p:first-child {
  font-size: 16px;
  line-height: 24px;
  color: var(--med-grey);
}

.cpd_detail li .left_d p:nth-child(2) {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--Neutral-black);
}

.cpd_detail li b {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-black);
  margin-right: 4px;
}

.cpd_detail li p:first-child {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--info-color);
  line-height: 1.3;
}

.cpd_detail a {
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  color: var(--teal);
}

.dashboard_conatiner .cpd_detail .btn,
.dashboard_conatiner .cpd_detail .btn:hover {
  padding: 16px 14px 21px;
  min-width: 100px;
}

.cpd_detail li p:nth-child(2) {
  font-size: 14px;
  line-height: 21px;
  color: var(--Neutral-black);
}

.cpd_detail li p:nth-child(3) {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--grey-color);
}

.regist-certificate {
  display: flex;
  background-image: url("../../svg-images/certificate-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 20px 20px 8px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
}

.regist-certificate.newone {
  background-image: none;
}

.fix-bg {
  position: absolute;
  bottom: 0px;
  height: 100%;
  left: 0;
  opacity: 0.7;
  min-width: 100%;
}

.certificates-main-block {
  margin-top: -20px;
}

.certificates_scfhs {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: justify;
  color: var(--Neutral-black);
}

.regist-certificate .text {
  display: flex;
  align-items: center;
  z-index: 9;
  width: 100%;
}

.regist-certificate .text h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: var(--Neutral-black);
  margin-bottom: 0;
}

.regist-certificate .text h4 span:nth-child(1),
.regist-certificate .text p span.ms-3.me-3 {
  color: var(--nue-bg);
  font-weight: 100;
}

.regist-certificate .text h4 span:nth-child(2) {
  color: var(--grey-color);
}

.regist-certificate .text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-color);
}

.regist-certificate a {
  min-width: 95px;
  font-weight: 400;
}

.regist-certificate a:hover {
  color: var(--teal);
}

.regist-certificate a .icon svg {
  transform: rotate(90deg);
}

.quickaction_container .sm_title span {
  background: var(--bg);
}

.quickaction {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.alert {
  background: var(--light-white);
  border-radius: 6px;
  min-height: 64px;
  border: 1px solid var(--light-grey);
}

.alert-danger {
  border-left: 4px solid var(--danger-color);
}

.alert-warning {
  border-left: 4px solid var(--warning-color);
}

.quickaction .parnt span.icon {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.success-bg {
  background: rgba(49, 184, 137, 0.06);
}

.light-blue-bg {
  background: rgba(0, 177, 224, 0.1);
}

.application_status.warning-bg.success-bg h5 {
  font-weight: 700;
}

.quickaction.alert-warning .parnt span.icon,
.active_request .btn_link.warning,
.warning-bg {
  color: var(--warning-color);
  background: var(--gray-warning);
}

.quickaction.alert-danger .parnt,
.active_request .btn_link.danger,
.danger-bg {
  color: var(--danger-color);
  background: var(--gray-danger-hover);
}

.quickaction a {
  min-width: 101px;
  text-align: right;
}

.quickaction p {
  width: calc(100% - 102px);
  font-size: 20px;
  line-height: 29px;
  color: #4e4e4e;
}

.dashboard_tab.nav-tabs {
  border-bottom: none;
  margin-bottom: 40px !important;
}

.dashboard_tab.nav-tabs .nav-link:focus,
.dashboard_tab.nav-tabs .nav-link:hover {
  border-color: transparent;
  outline: none;
}

.dashboard_tab .nav-item:focus-visible {
  outline: none;
}

.dashboard_tab.nav-tabs .nav-link {
  border-bottom: 1px solid var(--light-grey);
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  color: var(--grey-color);
}

.dashboard_tab.nav-tabs .nav-link.active {
  border: none;
  border-bottom: 4px solid var(--teal);
  border-radius: 2px 2px 0px 0px;
  color: var(--Neutral-black);
  padding-left: 0;
  padding-right: 0;
}

.active_request {
  display: flex;
  padding: 30px 25px;
}

.active_request .img {
  min-width: 60px;
}

.active_request .text {
  width: calc(100% - 128px - 60px);
  padding: 0 20px;
}

.active_request .text h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: var(--Neutral-black);
  margin-bottom: 0;
}

.active_request .text p {
  font-size: 20px;
  color: var(--text-color);
}

.active_request .text p span {
  font-weight: 400;
  font-size: 14px;
  color: var(--med-grey);
  display: block;
}

.active_request .text p span b {
  font-weight: 500;
}

.active_request .text .btn_grup .btn {
  min-width: 113px;
  margin-right: 20px;
}

.active_request .text .detail {
  line-height: 29px;
  margin-bottom: 28px;
}

.active_request .btn_link {
  min-width: 128px;
  height: 30px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 5px 9px 5px;
  line-height: 30px;
}

.active_request .img {
  position: relative;
}

.active_request .img:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 120px;
  top: 64px;
  left: 50%;
  background: linear-gradient(
    180deg,
    var(--info-color) 10.89%,
    var(--teal) 98.58%
  );
  opacity: 0.2;
  transform: rotate(180deg);
}

.saved_drafts_parent .progress_container p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: flex-end;
  color: var(--med-grey);
  margin-bottom: 9px;
}

.saved_drafts_parent .progress_container {
  margin-bottom: 35px;
}

.saved_drafts_parent .text {
  width: calc(100% - 60px);
}

/****************** services page design ******************/
/*07*/
.bbcenter_page {
  max-width: 1040px;
  margin: 0 auto;
  min-height: calc(100vh - 50px);
  width: 100%;
  padding: 0px 25px;
}

.service-wrapper {
  padding: 0 60px;
}

.service_container_parent {
  display: flex;
  flex-wrap: wrap;
  margin: -20px;
}

.service_container {
  width: calc(100% / 3 - 40px);
  background-color: var(--white-color) fff;
  border-radius: 20px;
  padding: 40px 25px;
  margin: 20px;
  box-shadow: 0px 0px 14px #c1d4f854;
  position: relative;
  /* transition: all 1s; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  transition: background-color 0.5s;
}

.service_container a {
  margin-top: auto;
}

.service_container_management {
  padding-bottom: 10px;
}

.service_container:hover {
  background-color: transparent;
  transition: background-color 0.5s;
}

.service_container:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-radius: 20px;
  /* right: 0;
  bottom: 0; */
  opacity: 0;
  background: linear-gradient(
    41deg,
    var(--secondary-gray) 0%,
    #00253d08 50%,
    var(--white-color) fffa6 75%
  );
  transition: opacity 0.5s;
}

.service_container:hover:after {
  opacity: 1;
  transition: opacity 0.5s;
}

.service_container > * {
  position: relative;
  z-index: 2;
}

.service_container h5 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  display: flex;
  align-items: center;
  color: var(--teal);
  position: relative;
}

.service_container h5:before {
  content: "";
  width: 64px;
  height: 28px;
  left: -26px;
  top: 4px;
  background: var(--teal);
  opacity: 0.05;
  border-radius: 0px 14px 14px 0px;
  position: absolute;
}

[lang="ar"] .service_container h5:before {
  border-radius: 14px 0 0 14px;
  right: -26px;
  left: unset;
}

.service_container p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-black);
  margin: 12px 0 26px 0;
}

.service_container a {
  position: relative;
  font-size: 1.2rem;
}

.service_container a span {
  display: inline-block;
  transition: transform 0.5s;
}

.service_container a:hover span {
  transform: translateX(10px);
  transition: transform 0.5s;
}

[lang="ar"] .service_container a:hover span {
  transform: translateX(-10px);
  transition: transform 0.5s;
}

[lang="ar"] .service_container a span img {
  transform: rotateZ(180deg);
}

.grad_container {
  width: 100%;
  /* height: 160px; */

  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px 20px 0 0;
  padding: 60px 75px;
}

[lang="en"] .grad_container {
  background: url(../../../assets/style-library/svg-images/Vector-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}

[lang="ar"] .grad_container {
  background: url(../../../assets/style-library/svg-images/Vector-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  border-radius: 8px;
  overflow: hidden;
}

.centetr-display .breadcrumb a,
.centetr-display .breadcrumb span,
.centetr-display .breadcrumb svg path,
.grad_container .md_title h3 {
  color: var(--white-color);
  stroke: var(--white-color);
}

.service-inner-wrapper {
  min-height: 165px;
  left: 0px;
  top: 0px;
  background-color: rgba(var(--bg-rgb-values), 0.6);
  border-radius: 5px;
  margin-top: 40px;
  position: relative;
  padding: 20px 30px;
}

.service-inner-wrapper h4 {
  font-size: 20px;
  font-weight: 700;
  min-height: 29px;
  color: var(--teal);
  display: flex;
  justify-content: space-between;
}

.service-inner-wrapper p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-black);
  width: 87%;
  margin-bottom: 0;
  margin-left: 0px;
  position: relative;
  z-index: 1;
}

[lang="ar"] .service-inner-wrapper p {
  width: 100%;
  text-align: right;
}

.service-inner-wrapper ul:not(.p-dropdown-items) {
  list-style-type: none;
  padding-inline-start: 10px;
}

.service-inner-wrapper ul:not(.p-dropdown-items) li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 34px;
  color: var(--Neutral-black);
  display: flex;
  align-items: baseline;
}

[lang="en"] .service-inner-wrapper ul:not(.p-dropdown-items) li {
  padding-left: 10px;
}

[lang="ar"] .service-inner-wrapper ul:not(.p-dropdown-items) li {
  padding-right: 10px;
}

.service-inner-wrapper ul:not(.p-dropdown-items) li:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: var(--yellow-color);
  border-radius: 2px;
  margin: 0 10px;
  flex-shrink: 0;
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translate(0, -50%); */
}

/* [lang="en"].service-inner-wrapper ul:not(.p-dropdown-items) li:before {
  left: 0;
}
[lang="ar"].service-inner-wrapper ul:not(.p-dropdown-items) li:before {
  right: 0;
} */

.bottom-design {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* [lang="ar"] .bottom-design {
  right: unset;
  left: 0;
} */

.service-inner-wrapper .regis-step p.text-center {
  display: none;
}

.service-inner-wrapper .fees-filter {
  min-width: 250px;
}

.service-inner-wrapper .fees-filter .form-floating {
  margin-bottom: 0;
}

.rounded_table table {
  border-collapse: separate;
  border-spacing: 0 12px;
}

.rounded_table thead {
  min-height: 40px;
  background: linear-gradient(
    134.67deg,
    var(--info-color) -27.41%,
    var(--green-color) 130.25%
  );
}

[lang="en"] .rounded_table thead tr th:first-child {
  border-radius: 16px 0 0 16px;
}

[lang="en"] .rounded_table thead tr th:last-child {
  border-radius: 0 16px 16px 0;
}

[lang="ar"].rounded_table thead tr th:first-child {
  border-radius: 0px 16px 16px 0;
}

[lang="ar"] .rounded_table thead tr th:last-child {
  border-radius: 16px 0px 0px 16px;
}

[lang="en"] .rounded_table tbody tr td:first-child {
  border-left: 1px solid var(--nue-bg);
  border-radius: 19px 0 0 19px;
}

[lang="en"] .rounded_table tbody tr td:last-child {
  border-radius: 0 19px 19px 0;
  border-right: 1px solid var(--nue-bg);
}

[lang="ar"] .rounded_table tbody tr td:first-child {
  border-right: 1px solid var(--nue-bg);
  border-radius: 0px 19px 19px 0;
}

[lang="ar"] .rounded_table tbody tr td:last-child {
  border-radius: 19px 0px 0px 19px;
  border-left: 1px solid var(--nue-bg);
}

.rounded_table thead tr th {
  color: var(--white-color);
  padding: 9px 20px;
  min-height: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--light-white);
  background: transparent;
}

.rounded_table tbody tr td {
  background: var(--light-white);
  border-top: 1px solid var(--nue-bg);
  border-bottom: 1px solid var(--nue-bg);
  padding: 9px 20px;
  min-height: 40px;
}

/****************** CPD Hours design ******************/
.note-body p {
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-color);
  opacity: 0.8;
  margin-bottom: 3px;
}

.activity_detl_component {
  min-height: 200px;
}

.note-body ul li {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  color: var(--grey-color);
  opacity: 0.8;
}

.half-box-parent {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -10px;
}

.half-box {
  width: calc(100% / 2 - 20px);
  margin: 5px 10px;
}

/* .half-box:first-child{
    margin-right: 2%;
}
.half-box:last-child{
    margin-left: 2%;
} */
.skyblue_round_box {
  padding: 16px 5px 5px 16px;
  background: rgba(0, 177, 224, 0.1);
  border-radius: 8px;
}

.skyblue_round_box h3 {
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  color: var(--info-color);
  margin-bottom: 0;
}

.skyblue_round_box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--info-color);
}

.application_review .accordion-item {
  background: var(--light-white);
  box-shadow: 0px 0px 12.4616px rgb(156 168 168 / 14%);
  border-radius: 0;
  border: none;
  border-left: 4px solid var(--yellow-color);
  margin-bottom: 30px;
}

.application_review .accordion-header button.accordion-button {
  background: var(--white-color);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--gray-color);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: capitalize;
}

.application_review .accordion-header:after {
  height: 0;
}

/* .application_review .accordion-button::after{
    content: none;

}
.application_review .accordion-button:not(.collapsed)::after{
    content: none;
} */

.__detail .__body .__inner p {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--info-color);
}

.__detail .__body .__inner h6 {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: var(--grey-color);
  margin-bottom: 0;
}

.__detail .__body {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 20px 0;
}

.__detail .__inner {
  min-width: 200px;
  max-width: 100%;
}

.__card-detail .__body .__right {
  padding-left: 30px;
}

.__card-detail .__body .__right p {
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-color);
}

.__card-detail .__body .__right h5 {
  font-size: 20px;
  line-height: 29px;
  color: var(--Neutral-black);
}

.__card-detail .__body .__right span svg {
  width: 44.21px;
  height: 44.21px;
}

.__card-detail .__body {
  display: flex;
  align-items: center;
  margin: 24px 0;
}

.accordion-button::after {
  width: 74px;
  height: 24px;
  background-size: 78px;
  margin-top: -10px;
}

[lang="ar"] .accordion-button::after {
  margin-left: 0;
}

.accordion-button::after {
  background-image: url("../../style-library/svg-images/expand-arrow.svg");
  display: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../../style-library/svg-images/collapse-arrow.svg");
  transform: rotate(0deg);
  display: none;
}

.accordion-body .text p {
  width: 100%;
  border-bottom: 1px solid var(--light-grey);
  line-height: 32px;
  margin-bottom: 0;
  padding: 10px 0;
}

.accordion-body .text p span:first-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--grey-color);
  display: inline-flex;
  width: 50%;
}

.accordion-body .text p span:last-child {
  font-weight: 500 !important;
  display: inline-flex;
  width: 50%;
  word-break: break-all;
  color: var(--teal);
  font-size: 1rem;
}

.payment_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}

.payment_details .inner {
}

.payment_details h6 {
  font-size: 14px;
  line-height: 24px;
  color: var(--Neutral-black);
  font-weight: 500;
}

.payment_details p {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: var(--grey-color);
  margin-bottom: 0;
}

.add_another_card {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.add_another_card .icon {
  width: 34px;
  height: 32.3px;
  background: var(--teal);
  border-radius: 6.8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[lang="en"] .add_another_card .icon {
  margin-right: 15px;
}
[lang="ar"] .add_another_card .icon {
  margin-left: 15px;
}

.add_another_card .icon svg {
  width: 15px !important;
  height: 15px !important;
}

.btn-height {
  margin-top: 100px;
}

.payment_confiremed {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.payment_confiremed div:first-child {
  display: flex;
  align-items: center;
}

.payment_confiremed div:first-child div.payment_details {
  padding: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.payment_confiremed h5 {
  font-weight: 700;
  font-size: 20px;
  line-height: 29px;
  color: var(--Neutral-black);
}

.application_status {
  display: flex;
  align-items: center;
  margin: 35px 0;
  padding: 30px;
  color: var(--grey-color);
  font-size: 14px;
  border-radius: 8px;
  gap: 24px;
}

.application_status b {
  font-weight: 500;
}

.cpd_hours-detil {
  font-size: 14px;
  color: var(--med-grey);
}

.cpd_hours-detil h5 {
  font-size: 20px;
  line-height: 29px;
  color: var(--Neutral-black);
  font-weight: 400;
}

.cpd_hours-detil .right h6 {
  font-size: 14px;
  color: var(--grey-color);
  margin-bottom: 0;
}

.cpd_hours-detil .right p {
  font-weight: 500;
  font-size: 14px;
  color: var(--info-color);
}

.dropbox {
  min-height: 100px;
  border: 1px solid #eee;
}

.qualification_sub p {
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  /* align-items: flex-end; */
  color: var(--grey-color);
}

.qualification_sub h6 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #4e4e4e;
}

.textbox_bottom_msz p {
  font-size: 14px;
}

.textbox_bottom_msz .form_group {
  margin-bottom: 0;
}

.textbox_bottom_msz {
  margin-bottom: 32px;
}

/****************** CPD Hours design******************/
.cpdhour-box {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 25px;
}

.progresss.yellow.big-bar {
  width: 105px;
  height: 105px;
  line-height: 105px;
}

.progresss.yellow.big-bar .progresss-value {
  width: 95%;
  height: 85%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16px;
}

.progresss.yellow.big-bar .progresss-left {
  left: 1px;
}

.cpdhour-box.success-bg__border {
  background: rgba(0, 155, 166, 0.04);
  border: 1px solid rgba(0, 155, 166, 0.5);
}

.cpdhour-box.warning-bg__border {
  background: rgba(249, 156, 37, 0.04);
  border: 1px solid rgba(249, 156, 37, 0.2);
}

.cpdhour-box .text {
  width: calc(100% - 150px);
}

.cpdhour-box .text h5 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}

.cpdhour-box .text p {
  font-size: 14px;
}

/****************** profile Page design ******************/
/* .profile_body{

}
.top_tabbar{} */
/* .top_tabs_page{} */
.top_tabs_btns {
  display: flex;
  padding: 40px 0;
}

.top_tabs_btns .top_tabs_btns_p {
  padding: 0 30px;
  position: relative;
  cursor: pointer;
}

/* .top_tabs_btns_p:first-child{
    padding-left: 0;
} */
.top_tabs_btns_p:after {
  content: "";
  position: absolute;
  min-width: 100%;
  height: 1px;
  background: var(--light-grey);
  border-radius: 2px 2px 0px 0px;
  left: 0;
  bottom: 0;
}

.top_tabs_btns_p.active:after {
  height: 4px;
  background: var(--teal);
  border-radius: 2px 2px 0px 0px;
}

.top_tabs_btns_p h3 {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--grey-color);
}

.top_tabs_btns_p.active h3 {
  color: var(--Neutral-black);
}

.top_tab_view {
  border-top: 1px solid var(--light-grey);
  padding-top: 35px;
}

.view_data p {
  display: flex;
  border-bottom: 1px solid var(--light-grey);
  padding-bottom: 14px;
}

.view_data p span {
  width: 50%;
  display: block;
}

.view_data p span.head {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--Neutral-black);
}

.modal-body .head .icon {
  cursor: pointer;
}

.view_data p span.text {
  font-size: 14px;
  line-height: 24px;
  color: var(--Neutral-black);
  font-weight: 500;
}

.profile_vew_parent {
  display: flex;
  margin-top: -26px;
  align-items: flex-end;
}

.profile_vew_parent .img span {
  width: 106px;
  height: 106px;
  border: 2.55422px solid var(--light-white);
  border-radius: 100px;
  background: var(--light-grey);
  margin-right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 2px 3px #e8e8e8ee;
}

.profile_vew_parent .img span svg path {
  fill: var(--teal);
}

.profile_vew_parent .img span svg {
  width: 50px;
  height: 50px;
}

.profile_vew_parent .text p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-color);
}

.profile_vew_parent .text h5 {
  font-weight: 700;
  font-size: 24px;
  color: var(--Neutral-black);
  margin-bottom: 0;
}

/****************** new qualification design ******************/
.new-qualification .radio-box-parent p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  text-align: justify;
  letter-spacing: -0.02em;
  color: var(--grey-color);
}

.new-qualification .radio-box-parent label {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-black);
  display: flex;
  justify-content: space-between;
}

.new-qualification .radio-box-parent label span.icon svg {
  width: 15px;
  height: 15px;
}

.new-qualification .radio-box-parent h5 {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 0;
  color: var(--grey-color);
}

/****************** my payment design ******************/

.payment_accord .accordion-button::after,
.filter__body .dropdown-toggle::after {
  /* background-image: url("../svg-images/accord_arrow.svg"); */
  background-image: url("../svg-images/accord_arrow-move.svg");
}

.payment_accord .accordion-button[aria-expanded="true"]::after {
  /* background-image: url("../svg-images/accord_arrow-move.svg"); */
  background-image: url("../svg-images/accord_arrow.svg");
}

.payment_accord .accordion-button::after {
  width: 20px;
  height: 9px;
  background-size: 15px;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
}

.__cm_accord_head {
  display: flex;
  width: 94%;
  align-items: center;
  justify-content: space-between;
}

.__cm_accord_head .__left {
  width: calc(100% - 55%);
}

.__cm_accord_head .__right {
  width: 55%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.__cm_accord_head .__right p:nth-child(1) {
  width: 50%;
}

.__cm_accord_head .__right p:nth-child(2) {
  width: 30%;
}

.__cm_accord_head .__right p:nth-child(3) {
  text-align: right;
  width: calc(100% - 80%);
}

.__cm_accord_head .__left p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--grey-color);
  margin-bottom: 0;
}

.__cm_accord_head .__left h6 {
  font-weight: 500;
  font-size: 16px;
  color: var(--Neutral-black);
  margin-bottom: 0;
}

.__cm_accord_head .__right p b {
  font-weight: 500;
  font-size: 16px;
  color: var(--teal);
}

.__cm_accord_head .__right p {
  font-weight: 400;
  font-size: 16px;
  color: var(--grey-color);
}

.payment_accord .accordion-body .text {
  width: 94%;
}

.payment_accord .accordion-body .text p span svg {
  width: 26px;
  height: 26px;
}

.payment_accord .accordion-body .text p {
  font-weight: 400;
  font-size: 14px;
  color: var(--Neutral-black);
  display: flex;
  justify-content: space-between;
}

.payment_accord .accordion-body .text p span {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--Neutral-black);
}

/****************** My Tasks ******************/
.task_counter {
  font-weight: 400;
  font-size: 14px;
  line-height: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--grey-color);
  width: 30px;
  height: 30px;
  background: rgba(109, 124, 124, 0.1);
  border-radius: 32px;
  padding-bottom: 4px;
}
[lang="en"] .task_counter {
  margin-right: 9px;
}
[lang="ar"] .task_counter {
  margin-left: 10px;
}

.top_tabs_btns_p.active .task_counter {
  color: var(--teal);
  background: rgba(0, 155, 166, 0.2);
}

.task__parent .top_tabs_btns_p h3 {
  display: flex;
  align-items: center;
}

.filter__body {
  display: flex;
  margin-bottom: 22px;
}

.searchbox .form-control {
  height: 48px;
  padding: 7px 15px 7px 42px;
}

[lang="ar"] .searchbox .form-control {
  padding: 7px 42px 7px 15px;
}

.searchbox {
  position: relative;
  width: calc(100% - 370px);
  display: flex;
  align-items: center;
  justify-content: baseline;
}

.searchbox .icon {
  position: absolute;
  /* top: 23%; */
  z-index: 1;
  /* transform: translate(-11%, -50%); */
}

[lang="en"] .searchbox .icon {
  left: 16px;
}

[lang="ar"] .searchbox .icon {
  right: 16px;
}

.all_task .dropdown button,
.all_task .dropdown button:hover,
.sort_by .dropdown button,
.sort_by .dropdown button:hover {
  background: var(--light-grey);
  box-shadow: 0px 0px 20px rgb(0 0 0 / 2%);
  color: var(--grey-color);
  text-align: left;
  padding: 16px 48px 21px 20px;
}

.filter {
  display: flex;
  width: 340px;
  justify-content: space-between;
  margin-left: 30px;
}

[lang="ar"] .filter {
  margin-right: 30px;
  margin-left: unset;
}

.filter .half-box-parent {
  width: 100%;
}

.filter .half-box-parent .did-floating-label-content {
  margin-bottom: 0;
}

.task__parent .top_tab_view {
  border-top: 0px solid var(--light-grey);
  padding-top: 3px;
}

.filter__body .dropdown-toggle::after {
  display: block;
  margin-left: 0;
  border-top: 0em solid;
  border-right: 0em solid transparent;
  border-bottom: 0;
  border-left: 0em solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  z-index: 999999999;
  width: 20px;
  height: 10px;
  right: 10px;
  background-repeat: no-repeat;
  transform: translate(5%, -50%) rotate(180deg);
}

.task-box {
  background: var(--light-white);
  box-shadow: 0px 0px 12.4616px rgba(156, 168, 168, 0.14);
  border-radius: 6px;
  border-left: 6px solid var(--teal);
  padding: 1rem 1.25rem;
  margin: 24px 0;
}

.task-box .accordion-body {
  padding: 0;
}

.btn-default,
.btn-default:hover {
  background-color: rgba(34, 78, 114, 0.1) !important;
  border-radius: 6px;
  color: var(--info-color) !important;
}

.task-box .accordion-body .text p span {
  width: 50%;
}

.task-box .accordion-body .text p span:nth-child(2) {
  text-align: right;
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: var(--Neutral-black);
}

.sm_title.danger-text::after {
  background: var(--danger-color);
  height: 1px;
}

/****************** qualifivation__detail__body design ******************/
.__radio-pdfview {
  display: flex;
  align-items: center;
}

.multi_dropdown .css-1s2u09g-control {
  background: var(--light-grey) !important;
  padding: 4px 15px 4px 15px;
  border-radius: 7px !important;
  border: 0 !important;
  min-height: 1px !important;
  line-height: 1 !important;
}

.__radio-pdfview p:first-child {
  font-weight: 400;
  font-size: 16px;
  color: var(--teal);
}

.__radio-pdfview p:last-child {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #909a9f;
}

/****************** my cpd design ******************/
.cpd_vew_parent {
  background: var(--white-color) fff;
  box-shadow: 0px 0px 7px rgb(0 0 0 / 4%);
  border-radius: 16px;
  padding: 26px;
  margin-top: -18px;
}

.cpd_vew_parent h6 {
  font-weight: 700;
  font-size: 18px;
  color: var(--Neutral-black);
}

.cpd_vew_parent p {
  font-weight: 400;
  font-size: 16px;
  color: var(--Neutral-black);
  margin-bottom: 5px;
}

.cpd_vew_parent .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cpd_vew_parent .text h6 {
  font-weight: 400;
  font-size: 16px;
  color: var(--Neutral-black);
}

.cpd_vew_parent .text p {
  font-size: 16px;
  color: var(--med-grey);
}

.cm__table th,
.cm__table td {
  border-bottom: 1px solid var(--table-data-color);
}

.cm__table td {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: var(--Neutral-black);
  padding: 10px 0;
}

.cm__table th {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: var(--med-grey);
  padding: 8px 0;
  border-bottom: 0;
}

.cm__table tr:last-child td {
  border: 0px solid;
}

.cm_label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-black);
}

.checkbox-parent p span {
  width: 24px;
}

.checkbox-parent p.d-flex {
  font-size: 14px;
  line-height: 21px;
  color: var(--Neutral-black);
  padding: 12px 0;
  border-top: 1px solid var(--light-grey);
}

.form-group.multi-group .custom__option.custom__option--is-focused label {
  color: var(--white-color) !important;
}

.multi-group .custom__menu-list label {
  position: inherit !important;
  color: var(--Neutral-black) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.multi-group .checkbox {
  width: 15px;
  height: 15px;
}

.multi-group .checkbox span {
  border-radius: 5px;
}

/* .multi-group .checkbox span:after {
    width: 2px;
    background: var(--teal) !important;
    height: 4px;
    left: 4px;
    top: 7px;
}
.multi-group .checkbox span:before {
    width: 2px;
    background: var(--teal) !important;
    height: 10px;
    left: 7px;
    top: 3px;
}
.multi-group .checkbox input:checked + span{
    background: transparent;
} */
.rmsc .dropdown-content {
  position: inherit !important;
}

.custom__option {
  display: flex !important;
  align-items: center;
}

input.cm_check {
  margin-top: 3px;
  margin-right: 5px;
}

/****************** certificate design ******************/
.certificate-body .service-wrapper {
  margin: -20px 60px 40px 60px;
}

/****************** popup design ******************/
.modal-content {
  border-radius: 20px;
  padding: 2rem;
}

.popup_notification.modal h4 {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--grey-color);
}

.popup_notification.modal hr {
  background-color: var(--light-grey);
  opacity: 1;
  margin: 0.5rem 0;
}

.popup_notification.modal p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--grey-color);
}

.popup_renew_registration.modal .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.popup_renew_registration.modal h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 35px;
  color: var(--Neutral-black);
}

.popup_renew_registration.modal .head .icon svg,
.popup_renew_registration.modal .head .icon img {
  width: 16px;
  height: 16px;
  fill: var(--teal);
  margin-top: -4px;
}

.popup_renew_registration.modal p {
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-black);
}

.popup-wraper {
  background: #00000075;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mszbox {
  width: 400px;
  background: var(--white-color);
  min-height: 300px;
}

/****************** progressbar design ******************/

.progresss {
  width: 70px;
  height: 70px;
  float: left;
  line-height: 70px;
  background: none;
  box-shadow: none;
  position: relative;
}

.progresss:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 9px solid var(--med-white);
  position: absolute;
  top: 0;
  left: 0;
}

.progresss > span {
  width: 51%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

.progresss .progresss-left {
  left: 0;
}

.progresss .progresss-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 9px;
  border-style: solid;
  position: absolute;
  top: 0;
}

.progresss .progresss-left .progresss-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

.progresss .progresss-right {
  right: 0;
}

.progresss .progresss-right .progresss-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
}

.progresss .progresss-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: var(--white-color);
  font-size: 20px;
  color: var(--Neutral-black);
  line-height: 63px;
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
}

.progresss.blue .progresss-bar {
  border-color: var(--info-color);
}

.progresss.blue .progresss-left .progresss-bar {
  animation: loading-2 1.5s linear forwards 1.8s;
}

.progresss.yellow .progresss-left .progresss-bar {
  animation: none;
}

.progresss.yellow .progresss-bar {
  border-color: var(--info-color);
}

.progresss.yellow .progresss-left .progresss-bar {
  animation: loading-3 1.5s linear forwards 1.8s;
}

@keyframes loading-1 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes loading-2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
  }
}

@keyframes loading-3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/* input validation */

.success-input {
  position: relative;
}

.success-input > input.form-control {
  border-bottom: 1px solid rgb(0, 155, 166);
  padding-right: 40px;
}

[lang="ar"] .success-input > input.form-control {
  padding-left: 40px;
  padding-right: unset;
}

.success-input:after {
  content: "";
  pointer-events: none;
  background-image: url("../icons/Sucess-input.svg");
  height: 24px;
  width: 24px;
  position: absolute;

  top: 50%;
  transform: translateY(-50%);
}

[lang="en"] .success-input:after {
  right: 10px;
}
[lang="ar"] .success-input:after {
  left: 10px;
}

.error-input {
  position: relative;
}

[lang="en"] .toast .error-input:after {
  left: 6px;
}
[lang="ar"] .toast .error-input:after {
  right: 6px;
}

.toast.quick-action {
  width: auto;
  font-size: inherit;
  border: none;
  margin-bottom: 2rem;
}
.error-input > input.form-control {
  border-bottom: 1px solid var(--danger-color);
  color: var(--danger-color);
}

[lang="en"] .error-input > input.form-control {
  padding-right: 40px;
}
[lang="ar"] .error-input > input.form-control {
  padding-left: 40px;
}

.error-input.form-floating > .form-control:focus {
  border-color: var(--danger-color);
}

.form-floating.error-input > .form-control ~ label {
  color: var(--danger-color) !important;
}

.error-input:after {
  content: "";
  pointer-events: none;
  background-image: url(../icons/Error-input.svg);
  height: 24px;
  width: 24px;
  position: absolute;
  top: calc(50% - 12px);
  transform: translateY(-50%);
}
.quick-action.toast .error-input:after {
  transform: none;
}
[lang="en"] .quick-action.toast .error-input:after,
[lang="en"] .error-input:after {
  right: 10px;
}
[lang="ar"] .quick-action.toast .error-input:after,
[lang="ar"] .error-input:after {
  left: 10px;
}
[lang="en"] .btn-close {
  right: 1.5rem;
}
[lang="ar"] .btn-close {
  left: 1.5rem;
}
.arabic-input.error-input::after {
  right: inherit;
  left: 10px;
}

.arabic-input.error-input > input.form-control {
  padding-right: 0.75rem;
  padding-left: 40px;
  border-color: var(--danger-color);
}

.arabic-input.success-input::after {
  right: inherit;
  left: 10px;
}

.arabic-input.success-input > input.form-control {
  padding-right: 0.75rem;
  padding-left: 40px;
}

.border-full {
  margin-top: 40px;
  width: 100%;
  height: 2px;
  background-color: var(--light-grey);
  display: inline-block;
}

.p-details {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
  padding: 0;
}

.p-details li {
  width: calc(100% / 3 - 20px);
  margin: 10px;
  display: inline-block;
}

.p-details li p {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  color: var(--grey-color);
  margin-bottom: 5px;
}

.p-details li h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: var(--info-color);
}

.card-2side {
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
}

[lang="en"] .card-2side figcaption {
  margin-left: 15px;
}
[lang="ar"] .card-2side figcaption {
  margin-right: 15px;
}

.update-registation {
  margin-top: 180px;
}

.dashboard-first {
  display: flex;
}

.dashboard-first-left {
  width: 890px;
}

[lang="en"] .dashboard-first-right {
  width: calc(100% - 890px);
  padding-left: 40px;
}

[lang="ar"] .dashboard-first-right {
  width: calc(100% - 890px);
  padding-right: 40px;
}

.dashboard-first-right .progress_container {
  padding: 15px;
  background: var(--white-color) fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.02);
  border-radius: 16px;
}

.dashboard-progress {
  background: var(--light-white);
  border-radius: 16px;
  /* margin-top: 40px; */
}

.dashboard-progress .progress-content {
  width: 80%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  gap: 24px;
}

.dashboard-progress .progress-content svg {
  background: radial-gradient(
    circle,
    var(--white-color) 45%,
    var(--light-grey) 45%,
    var(--light-grey) 56%,
    transparent 56%
  );
  border-radius: 50%;
  background-size: 100px;
  background-repeat: no-repeat;
}

.dashboard-progress .progress-btn {
  width: 20%;
  text-align: right;
}

.progress-list-ul {
  margin: 0;
  padding: 0;
}

.progress-list-ul > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border: 1px solid var(--light-grey);
  padding: 10px 0;
}

.progrss-name > h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  color: var(--info-color);
  margin-bottom: 0;
}

.progrss-name > p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: var(--Neutral-black);
  margin: 0;
}

.progress-hour {
  padding-left: 10px;
}

.progress-hour > h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-black);
  margin: 0;
}

.progress-hour > h3 > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--grey-color);
}

.add-cpd {
  /* text-align: center; */
  padding: 20px 0;
}

.add-cpd > p {
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  color: var(--grey-color);
  max-width: 75%;
  margin: auto;
  margin-bottom: 20px;
}

.add-cpd > p > span {
  font-weight: 600;
  color: var(--Neutral-black);
}

.add-cpd-hour {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}

.add-cpd-hour p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--med-grey);
}

.add-cpd-hour p > span {
  color: var(--Neutral-black);
  font-weight: 600;
}

.cpd-faq {
  position: relative;
  margin-top: 40px;
  background: var(--light-white);
  border-radius: 15px;
  padding: 24px 32px;
}

.cpd-faq .accordion-item:last-child,
.cpd-faq .accordion-item:last-child .accordion-button {
  border: 0;
}

.cpd-faq .accordion-button {
  padding: 10px 0;
  color: var(--teal);
  padding-left: 10px;
}

.cpd-faq .accordion-button:focus,
.cpd-faq .accordion-button:not(.collapsed) {
  background-color: transparent;
}

.cpd-faq .accordion-body {
  padding: 10px 0;
}

.cpd-faq .accordion-button:not(.collapsed)::after,
.cpd-faq .accordion-button::after {
  background-image: url(../../svg-images/arrow-faq.svg);
  height: 8px;
  width: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  content: "";
  margin-right: 10px;
}

[lang="en"] .cpd-faq .accordion-button:not(.collapsed)::after,
[lang="en"] .cpd-faq .accordion-button::after {
  right: 100%;
}

[lang="ar"] .cpd-faq .accordion-button:not(.collapsed)::after,
[lang="ar"] .cpd-faq .accordion-button::after {
  left: 0;
}

.cpd-faq .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.need-help-block {
  background: linear-gradient(
    134.67deg,
    var(--info-color) -27.41%,
    var(--green-color) 130.25%
  );
  border-radius: 16px;
  padding: 25px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

[lang="en"] .need-help-block .doc-img {
  text-align: right;
  margin-left: auto;
  display: block;
}

[lang="ar"] .need-help-block .doc-img {
  text-align: left;
  margin-right: auto;
  display: block;
  transform: rotateY(180deg);
}

.need-help-block h6 {
  margin-bottom: 20px;
}

.need-help-block a {
  margin-bottom: 20px;
}

.need-help-block a img {
  margin-right: 10px;
}

.need-help-block h6,
.need-help-block a {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: var(--light-white);
}

.quick-action {
  padding: 0;
  margin: 0;
}

.quick-action li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: var(--light-white);
  border-radius: 5px;
  padding: 20px;
  border-left: 4px solid var(--danger-color);
  margin-bottom: 20px;
}

[lang="ar"] .quick-action li {
  border-left: none;
  border-right: 4px solid var(--danger-color);
}

.quick-action li:last-child {
  margin-bottom: 0;
}

/* tab2 */
.req-tabs {
  margin-top: 30px;
}

.req-tabs .nav-tabs {
  border: 0;
}

.req-tabs .nav-tabs .nav-item .nav-link {
  border: none;
  border-bottom: 1px solid var(--light-grey);
  background: transparent;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  padding: 10px 30px 13px;
  color: var(--grey-color);
}

.req-tabs .nav-tabs .nav-item .nav-link.active {
  border-bottom: 4px solid var(--teal);
  color: var(--Neutral-black);
  padding: 10px 30px;
}

.req-tabs .tab-content {
  margin-top: 30px;
}

ul.req-tab-ul {
  padding: 0;
  margin: 0;
}

li.req-tab-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}

.req-tab-list figure {
  margin: 0;
  width: 60px;
  position: relative;
}

.req-tab-list figure:after {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background: var(--danger-color);
  border-radius: 50px;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%);
  opacity: 0.2800000011920929;
  background: linear-gradient(
    179deg,
    var(--teal) 0%,
    rgba(0, 155, 166, 0) 100%
  );
}

/* .req-tab-list figure::before{
    opacity: 0.28;
    background-image: linear-gradient(180deg, red, yellow);
    content: "";
    bottom: 0;
    left: 50%;
    width: 4px;
    height: 80%;
} */
.req-tab-list figcaption {
  width: calc(100% - 60px);
  padding-left: 10px;
  margin-bottom: 20px;
}

.req-tab-list figcaption .req-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.req-tab-list figcaption .req-head p {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: var(--med-grey);
  margin-bottom: 0;
}

.req-tab-list figcaption > p {
  max-width: 80%;
}

.req-head .review-btn {
  background-color: var(--teal);
  padding: 7px 14px;
  border-radius: 30px;
  color: var(--black-color);
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}

.req-tabs.profile_tabs {
  padding: 20px 75px;
}

.profile_tabs .nav-tabs {
  padding-bottom: 40px;
  border-bottom: 1px solid var(--light-grey);
  position: relative;
}
[lang="ar"] .profile_tabs .nav-tabs {
  padding-right: 0;
}

.profile_details {
  margin: 0;
  padding: 0;
}

.profile_details > li {
  display: flex;
  justify-content: space-between;
  border: 0.5px solid var(--light-grey);
  padding: 10px 0;
}

.profile_details > li > p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: var(--Neutral-black);
}

.profile_details > li > .profile_name {
  font-weight: 400;
}

[lang="en"] .profile_details > li > .profile_name {
  padding-right: 10px;
}
[lang="ar"] .profile_details > li > .profile_name {
  padding-left: 10px;
}

.profile_details > li > .profile_name_detail {
  font-weight: 700;
}

.profile-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 75px;
  margin-top: -25px;
}

.profile-img > figure {
  margin: 0;
  width: 120px;
}

[lang="en"] .profile-img > figure {
  margin-right: 25px;
}
[lang="ar"] .profile-img > figure {
  margin-left: 25px;
}

.profile-img > figure > img {
  min-width: 120px;
  min-height: 120px;
  width: 120px;
  height: 120px;
  max-width: 120px;
  max-height: 120px;
  border-radius: 50%;
  border: 2px solid var(--white-color);
  filter: drop-shadow(0px 0px 12.4616px rgba(156, 168, 168, 0.14));
}

.profile-img figcaption {
  width: calc(100% - 145px);
}

.profile-img figcaption h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--Neutral-black);
  margin: 0;
}

.profile-img figcaption p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-color);
  margin: 0;
}

.accordion-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}

[lang="en"] .accordion-head {
  padding-right: 15px;
}
[lang="ar"] .accordion-head {
  padding-left: 15px;
}

.accordion-head > div {
  margin: 0px 10px;
}

[lang="ar"] .accordion-head > div {
  margin-right: 0;
}

.accordion-head > dciv:first-child {
  margin-left: 0;
}

.accordion-head > div:last-child {
  margin-right: 0;
}

.accordion-head p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  color: var(--grey-color);
  margin: 0;
}

[lang="ar"] .accordion-head p {
  width: max-content;
  margin-top: 5px;
}

.accordion-head p.text-theme > span {
  font-weight: 300;
}

.accordion-head h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--Neutral-black);
  margin: 0;
}

[lang="ar"] .accordion-head h3 {
  text-align: right;
}

.payment-tab-detail {
}

.payment-tab-detail .payment_accord .accordion-body .text p span {
  width: 70%;
}

.payment-tab-detail .payment_accord .accordion-body .text p span:last-child {
  text-align: right;
  width: 30%;
  font-weight: 500;
  display: inline-block;
}

.question_accordion {
  margin-top: 40px;
  position: relative;
}

.question_accordion .accordion-button,
.question_accordion .accordion-body {
  background: var(--white-color);
  border: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--grey-color);
  padding: 10px 0;
}

.question_accordion .accordion-body {
  color: var(--black-color);
}

.question_accordion .accordion-item {
  border: 0;
}

.mob-show,
.mob-show-768 {
  display: none;
}

.mob-login {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: var(--grey-color);
  margin-top: 15px;
}

[lang="en"] .mob-login {
  text-align: left;
}
[lang="ar"] .mob-login {
  text-align: right;
}

.page-head-main {
  margin-top: 20px;
}

.page-head-main > h3 {
  color: var(--light-white);
  stroke: var(--white-color);
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  margin: 0;
}

.page-head-main > h3 img {
  vertical-align: bottom;
}

.form-floating.error-input textarea.form-control {
  padding-right: 40px;
}

.hijri-form {
  margin-bottom: 10px;
}

.hijri-date-default {
  margin-top: 10px;
  padding-bottom: 15px;
}

.hijri-date-default:focus {
  border-bottom: 1px solid var(--teal);
}

.hijri-input .form-control:not(:placeholder-shown) ~ label {
  color: var(--teal) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  opacity: 1 !important;
  line-height: 2;
}

.hijri-input label {
  z-index: 99;
  width: 100%;
}

/* error page css start  */
.error_page {
  background-color: var(--bg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  padding: 65px 0px;
}
.error-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.error-top h6 {
  font-size: 20px;
  font-weight: 400;
  color: var(--teal);
  margin: 0;
}
.error-main {
  max-width: 385px;
  margin: auto;
  margin-top: 80px;
}
.error-main .error-img img {
  height: 220px;
  margin: auto;
  display: block;
}
.error-main .error-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 30px;
}
.error-main .error-content h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px;
  color: var(--Neutral-black);
  margin-bottom: 10px;
  text-align: center;
}
.error-main .error-content p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--Neutral-black);
  margin-bottom: 20px;
  display: inline-block;
}
.error-main .error-content a {
  background: var(--teal);
  border-radius: 6px;
  padding: 16px 32px 21px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--light-white);
}
/* error page css end  */
.error {
  color: var(--danger-color);
}
.beta.desktop {
  display: flex;
  align-items: center;
  justify-content: center;
}

.beta-content {
  background: var(--teal);
  color: var(--white-color);
  text-align: center;
  font-weight: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beta.desktop .beta-content {
  border-radius: 23px;
  width: 80%;
  height: 27px;
}
.beta.mob .beta-content {
  height: 52px;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.beta.mob .beta-content svg {
  margin: 0 0.5rem;
}
@media screen and (max-width: 992px) {
  [lang="ar"] .service_container h5:before {
    right: -21px;
  }
  .service_container h5:before {
    left: -21px;
  }
  .auth_form h3.tab_v {
    margin: 0;
  }
}
