/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import "/doctor/style/stylesheets/screen.css";
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap");
hr {
  color: #009CB9;
  opacity: 0.38;
}

a {
  text-decoration: none !important;
}
a.link {
  color: #7A7A7A;
  transition: 600ms;
}
a.link:hover {
  color: #009CB9;
}
a.blue-link {
  color: #009CB9;
  transition: 600ms;
}
a.blue-link:hover {
  color: #7A7A7A;
}

.blue-line {
  background-color: #009CB9;
  height: 11px;
}

ul.inline-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
ul.inline-list.bordered-manu > li {
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 15px;
  position: relative;
}
[dir=rtl] ul.inline-list.bordered-manu > li {
  margin-right: 15px;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  ul.inline-list.bordered-manu > li {
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 8px;
  }
  [dir=rtl] ul.inline-list.bordered-manu > li {
    margin-right: 8px;
    margin-left: 8px;
  }
}
@media (max-width: 1200px) {
  ul.inline-list.bordered-manu > li img {
    width: 30px;
    height: auto;
  }
}
@media (max-width: 991px) {
  ul.inline-list.bordered-manu > li img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
  }
}
ul.inline-list.bordered-manu > li::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #BCBCBC;
  display: block;
  color: #BCBCBC;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: -15px;
  transform: translateY(-50%);
}
[dir=rtl] ul.inline-list.bordered-manu > li::after {
  left: -15px;
  right: auto;
}
@media (max-width: 1200px) {
  ul.inline-list.bordered-manu > li::after {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: auto;
    right: -8px;
  }
  [dir=rtl] ul.inline-list.bordered-manu > li::after {
    left: -8px;
    right: auto;
  }
}
ul.inline-list.bordered-manu > li:first-child {
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] ul.inline-list.bordered-manu > li:first-child {
  margin-right: 0;
  margin-left: 15px;
}
@media (max-width: 1200px) {
  ul.inline-list.bordered-manu > li:first-child {
    margin-top: 0;
    margin-right: 8px;
    margin-bottom: 0;
    margin-left: 0;
  }
  [dir=rtl] ul.inline-list.bordered-manu > li:first-child {
    margin-right: 0;
    margin-left: 8px;
  }
}
ul.inline-list.bordered-manu > li:last-child {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 15px;
}
[dir=rtl] ul.inline-list.bordered-manu > li:last-child {
  margin-right: 15px;
  margin-left: 0;
}
@media (max-width: 1200px) {
  ul.inline-list.bordered-manu > li:last-child {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 8px;
  }
  [dir=rtl] ul.inline-list.bordered-manu > li:last-child {
    margin-right: 8px;
    margin-left: 0;
  }
}
ul.inline-list.bordered-manu > li:last-child::after {
  display: none;
}
@media (max-width: 991px) {
  ul.inline-list.bordered-manu > li a.blue-link {
    color: #ffffff;
  }
}
ul.list-style-check li {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  line-height: 30px;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 30px;
}
[dir=rtl] ul.list-style-check li {
  padding-right: 30px;
  padding-left: 0;
}
ul.list-style-check li::before {
  content: "";
  width: 30px;
  height: 30px;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background-image: url("/doctor/img/icon-list.svg");
  background-repeat: no-repeat;
  background-position: center;
}
[dir=rtl] ul.list-style-check li::before {
  left: auto;
  right: 0;
}
ul.language-switcher {
  list-style: none;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
  z-index: 1;
}
[dir=rtl] ul.language-switcher {
  left: 20px;
  right: auto;
}
ul.language-switcher li a.lang-switch {
  display: block;
  color: #ffffff;
  padding: 8px;
  background-color: #0DA1BC;
  border-radius: 2px;
  font-size: 16px;
  font-weight: bold;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
h1.page-title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #009CB9;
}
@media (max-width: 991px) {
  h1.page-title {
    margin-bottom: 20px;
  }
}

.bold {
  font-weight: bold;
}

.box-shadow-botom {
  background: #FFFFFF;
  box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.1607843137);
}

.fit-content {
  width: -moz-fit-content !important;
  width: fit-content !important;
  display: block;
  margin: 0 auto;
}

input[type=date]::-webkit-calendar-picker-indicator {
  color: transparent;
  background-image: url("doctor/img/icon-date.svg");
  z-index: 1;
}

.form-select {
  background-image: url(/img/select.svg);
  background-position: right 0.75rem center;
  padding-top: 0.375rem;
  padding-right: 2.25rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
  color: #AAAAAA;
}
[dir=rtl] .form-select {
  padding-right: 0.75rem;
  padding-left: 2.25rem;
}
[dir=rtl] .form-select {
  background-position: left 0.75rem center;
}

select,
input[type=date].form-control {
  color: #212529;
  border-color: #D6D6D6;
}

.form-control::placeholder {
  color: #AAAAAA;
  opacity: 1;
  /* Firefox */
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #AAAAAA;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #AAAAAA;
}

body {
  font-family: "Almarai", sans-serif;
}
body .login-page .login-form img {
  display: block;
  margin: 0 auto;
}
body .login-page .login-form .login-background {
  position: relative;
  height: fit-content;
  display: flex;
  align-items: center;
  min-height: 100vh;
}
body .login-page .login-form .login-background:before {
  content: "";
  width: 50vw;
  height: 100%;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
  background-image: url("/doctor/img/login-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
[dir=rtl] body .login-page .login-form .login-background:before {
  left: auto;
  right: 0;
}
[dir=rtl] body .login-page .login-form .login-background:before {
  background-position: right center;
}
[dir=ltr] body .login-page .login-form .login-background:before {
  background-position: left center;
}
@media (max-width: 1440px) {
  body .login-page .login-form .login-background:before {
    height: 100%;
  }
}
body .login-page .login-form .login-background .forms-wrapper {
  width: 60%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  body .login-page .login-form .login-background .forms-wrapper {
    width: 100%;
  }
}
body .login-page .login-form .login-background .logo-wrapper {
  margin: 140px auto;
}
body .login-page .login-form .login-background .logo-wrapper h3 {
  font-size: 20px;
  font-weight: bold;
}
body .login-page .login-form .login-background .logo-wrapper h2 {
  font-size: 30px;
  font-weight: bold;
}
body .login-page .login-form .login-background .form-title {
  margin-bottom: 50px;
}
body .login-page .login-form .login-background .form-title h4 {
  color: #656565;
  font-size: 20px;
  font-weight: bold;
}
body .login-page .login-form .login-background ul.user-action-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
@media (max-width: 991px) {
  body .login-page .login-form .login-background ul.user-action-menu {
    flex-direction: column;
  }
}
body .login-page .login-form .login-background ul.user-action-menu li {
  flex: 0 0 auto;
  width: 50%;
}
@media (max-width: 991px) {
  body .login-page .login-form .login-background ul.user-action-menu li {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
}
body .login-page .login-form .login-background ul.user-action-menu li:last-child {
  text-align: right;
  text-align: -webkit-right;
}
[dir=rtl] body .login-page .login-form .login-background ul.user-action-menu li:last-child {
  text-align: left;
  text-align: -webkit-left;
}
@media (max-width: 991px) {
  body .login-page .login-form .login-background ul.user-action-menu li:last-child {
    text-align: center;
  }
}
body .login-page .login-form .login-background .our-benefit-services {
  width: 80%;
  margin: 0 auto;
  padding: 80px;
  background-color: rgba(0, 156, 185, 0.6784313725);
  color: #ffffff;
  border-radius: 10px;
}
@media (max-width: 991px) {
  body .login-page .login-form .login-background .our-benefit-services {
    width: 100%;
    padding: 15px 25px;
  }
}
body .login-page .login-form .login-background .our-benefit-services h4 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
}
body .login-page .login-form .login-background .our-benefit-services ul {
  padding: 0;
  list-style: none;
}
body .login-page .login-form .login-background .our-benefit-services ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
body .login-page .login-form .login-background .our-benefit-services ul li:before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(/doctor/img/list-icon-1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] body .login-page .login-form .login-background .our-benefit-services ul li:before {
  margin-right: 0;
  margin-left: 8px;
}
body .login-page .login-form .login-background .our-benefit-services ul li:nth-child(2)::before {
  background-image: url(/doctor/img/list-icon-2.svg);
}
body .login-page .login-form .login-background .our-benefit-services ul li:nth-child(3)::before {
  background-image: url(/doctor/img/list-icon-3.svg);
}
body .login-page .login-form .login-background .our-benefit-services ul li:nth-child(4)::before {
  background-image: url(/doctor/img/list-icon-4.svg);
}
body .login-page .login-form .login-background .our-benefit-services ul li:nth-child(5)::before {
  background-image: url(/doctor/img/list-icon-5.svg);
}
body .login-page .login-form button.btn.btn-primary {
  width: 100%;
  color: #ffffff;
  background-color: #009CB9;
  border-color: #009CB9;
  transition: 600ms;
}
body .login-page .login-form button.btn.btn-primary.register {
  background-color: #E41313;
  border-color: #E41313;
}
body .login-page .login-form button.btn.btn-primary:hover {
  opacity: 0.85;
}
body .login-page .login-form .form-check {
  display: flex;
  align-items: end;
  margin-bottom: 10px;
  padding: 0;
}
body .login-page .login-form .form-check input[type=checkbox] {
  margin-top: 0;
  margin-right: 8px;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] body .login-page .login-form .form-check input[type=checkbox] {
  margin-right: 0;
  margin-left: 8px;
}
body .login-page .login-form .form-check label {
  color: #AAAAAA;
  font-size: 15px;
}
body .login-page .login-form .form-check + p {
  color: #585858;
  font-size: 14px;
}
body .login-page .login-form .form-control {
  color: #4A4A4A;
  border-color: #D6D6D6;
}

.login-slider {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(0, 156, 185, 0.6784313725);
  border-radius: 10px;
  color: #ffffff;
  padding-top: 40px;
  padding-right: 30px;
  padding-bottom: 80px;
  padding-left: 30px;
}
[dir=rtl] .login-slider {
  padding-right: 30px;
  padding-left: 30px;
}
@media (max-width: 991px) {
  .login-slider {
    width: 100%;
  }
}
.login-slider .carousel-control-next,
.login-slider .carousel-control-prev {
  display: block;
  width: -moz-fit-content !important;
  width: fit-content !important;
  height: fit-content;
  top: auto;
  margin: 0 auto;
  bottom: 10%;
  opacity: 1;
}
.login-slider .carousel-control-next:hover,
.login-slider .carousel-control-prev:hover {
  opacity: 0.5;
}
.login-slider .carousel-control-next {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: auto;
  right: 45%;
}
[dir=rtl] .login-slider .carousel-control-next {
  left: 45%;
  right: auto;
}
@media (max-width: 1440px) {
  .login-slider .carousel-control-next {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 41%;
  }
  [dir=rtl] .login-slider .carousel-control-next {
    left: 41%;
    right: auto;
  }
}
@media (max-width: 991px) {
  .login-slider .carousel-control-next {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: auto;
    right: 40%;
  }
  [dir=rtl] .login-slider .carousel-control-next {
    left: 40%;
    right: auto;
  }
}
.login-slider .carousel-control-next .carousel-control-next-icon {
  transform: scaleX(-1);
}
[dir=rtl] .login-slider .carousel-control-next .carousel-control-next-icon {
  transform: none;
}
.login-slider .carousel-control-prev {
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 45%;
  right: auto;
}
[dir=rtl] .login-slider .carousel-control-prev {
  left: auto;
  right: 45%;
}
@media (max-width: 1440px) {
  .login-slider .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 41%;
    right: auto;
  }
  [dir=rtl] .login-slider .carousel-control-prev {
    left: auto;
    right: 41%;
  }
}
@media (max-width: 991px) {
  .login-slider .carousel-control-prev {
    position: absolute;
    top: auto;
    bottom: 10%;
    left: 40%;
    right: auto;
  }
  [dir=rtl] .login-slider .carousel-control-prev {
    left: auto;
    right: 40%;
  }
}
[dir=rtl] .login-slider .carousel-control-prev .carousel-control-prev-icon {
  transform: scaleX(-1);
}
.login-slider h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.login-slider p {
  font-size: 20px;
  line-height: 1.4;
}

header {
  padding-top: 30px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  header {
    background: rgb(0, 156, 185);
    background: linear-gradient(0deg, rgb(0, 156, 185) 0%, rgb(255, 255, 255) 82%);
  }
}
header .logo-wrapper {
  position: relative;
}
header .logo-wrapper::before {
  content: "";
  width: 100%;
  height: 50px;
  background-color: #009CB9;
  display: block;
  color: #009CB9;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1607843137);
  transform: translateY(-50%);
  z-index: -1;
}
[dir=rtl] header .logo-wrapper::before {
  left: 0;
  right: 0;
}
header .logo-wrapper ul li h2 {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
@media (max-width: 991px) {
  header .logo-wrapper ul li h2 {
    font-size: 18px;
    color: #2a2a2a;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  header .logo-wrapper ul li:nth-child(3), header .logo-wrapper ul li:nth-child(1) {
    order: 2;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 991px) {
  header .logo-wrapper ul li:nth-child(2) {
    order: 1;
  }
  header .logo-wrapper ul li:nth-child(2) img {
    width: 75%;
    height: auto;
    margin: 0 auto 10px auto;
    display: block;
  }
}
@media (max-width: 991px) {
  header .logo-wrapper ul li:nth-child(3) {
    order: 3;
  }
}
@media (max-width: 991px) {
  header .box-shadow-botom {
    background-color: transparent;
  }
}

footer {
  background-color: #009CB9;
}
footer .copyright {
  padding: 15px 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
}

.main-container {
  min-height: 664px;
}
.main-container .box-content {
  display: flex;
  align-items: center;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #009CB9;
  border-radius: 10px;
  padding: 15px;
}
.main-container .box-content h5 {
  flex: 0 0 auto;
  width: 84%;
  line-height: 1.4;
  position: relative;
}
.main-container .box-content h5::before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #009CB9;
  display: block;
  color: #009CB9;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: -4%;
  right: auto;
  transform: translateY(-50%);
}
[dir=rtl] .main-container .box-content h5::before {
  left: auto;
  right: -4%;
}
@media (max-width: 1200px) {
  .main-container .box-content h5::before {
    position: absolute;
    top: 50%;
    bottom: auto;
    left: -8px;
    right: auto;
  }
  [dir=rtl] .main-container .box-content h5::before {
    left: auto;
    right: -8px;
  }
}
.main-container .box-content img {
  flex: 0 0 auto;
  width: 10%;
  margin-top: 0;
  margin-right: 6%;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] .main-container .box-content img {
  margin-right: 0;
  margin-left: 6%;
}

.white-grid {
  background: #FFFFFF;
  border: 1px solid #009CB9;
  border-radius: 10px;
}
.white-grid .grid-header {
  background-color: #E8E8E8;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 25px;
}
[dir=rtl] .white-grid .grid-header {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.white-grid .grid-header h6 {
  font-size: 18px;
  font-weight: bold;
}
.white-grid .grid-content {
  padding: 25px;
}
.white-grid .grid-content p {
  font-size: 16px;
  font-weight: bold;
}

.colored-grid {
  border: 1px solid #009CB9;
  border-radius: 10px;
}
.colored-grid .grid-header {
  background-color: #0DA1BC;
  padding: 10px 15px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
[dir=rtl] .colored-grid .grid-header {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.colored-grid .grid-header h6 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
}
.colored-grid .grid-header ul {
  display: flex;
}
.colored-grid .grid-header ul li {
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}
[dir=rtl] .colored-grid .grid-header ul li {
  padding-right: 0;
  padding-left: 15px;
}
.colored-grid .grid-header ul li::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #ffffff;
  display: block;
  color: #ffffff;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 7px;
  transform: translateY(-50%);
}
[dir=rtl] .colored-grid .grid-header ul li::after {
  left: 7px;
  right: auto;
}
.colored-grid .grid-header ul li:last-child {
  padding: 0;
}
.colored-grid .grid-header ul li:last-child::after {
  display: none;
}
.colored-grid .grid-header ul li a {
  display: block;
  font-size: 0;
  color: transparent;
}
.colored-grid .grid-header ul li a.link-btn::before {
  content: "";
  width: 20px;
  height: 20px;
  background-color: transparent;
  display: block;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}
.colored-grid .grid-header ul li a.link-btn.edit::before {
  background-image: url("/doctor/img/icon-edit.svg");
}
.colored-grid .grid-header ul li a.link-btn.view::before {
  background-image: url("/doctor/img/icon-view.svg");
}

.table-wrapper .table-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F6F6F6;
  border-bottom: 2px solid #ffffff;
  padding: 10px 15px;
}
.table-wrapper .table-row:nth-child(even) {
  background-color: #E8E8E8;
}
.table-wrapper .table-row:last-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom: none;
}
[dir=rtl] .table-wrapper .table-row:last-child {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.table-wrapper .table-row .table-data {
  font-size: 14px;
  font-weight: bold;
}
.table-wrapper .table-row .table-data:last-child {
  color: #0DA1BC;
  font-weight: normal;
}

.form-sub-title {
  position: relative;
  z-index: 1;
}
.form-sub-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #AAAAAA;
  display: block;
  color: #AAAAAA;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  z-index: -1;
}
[dir=rtl] .form-sub-title::after {
  left: auto;
  right: 0;
}
.form-sub-title h6 {
  color: #009CB9;
  font-size: 18px;
  font-weight: bold;
  background-color: #ffffff;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 0;
}
[dir=rtl] .form-sub-title h6 {
  padding-right: 0;
  padding-left: 15px;
}

.form-wrapper {
  background: #FFFFFF;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1607843137);
  padding: 30px 20px;
  margin-bottom: 40px;
}
.form-wrapper label {
  color: #012836;
  font-size: 16px;
  margin-bottom: 10px;
}
.form-wrapper .required:after {
  content: "*";
  margin: 0 2px;
  color: red;
}
.form-wrapper input[type=file]::file-selector-button {
  color: #009CB9;
  font-weight: bold;
}
.form-wrapper .feild-list .feild {
  margin-bottom: 16px;
}
.form-wrapper .feild-list .feild span.note {
  color: #A5A5A5;
  font-size: 12px;
}
.form-wrapper .feild-list .feild ul.radio-wrapper {
  justify-content: flex-start;
  padding: 6px 0px;
}
.form-wrapper .feild-list .feild ul.radio-wrapper li {
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] .form-wrapper .feild-list .feild ul.radio-wrapper li {
  margin-right: 0;
  margin-left: 20px;
}
.form-wrapper .feild-list .feild ul.radio-wrapper li input[type=radio] {
  display: none;
}
.form-wrapper .feild-list .feild ul.radio-wrapper li input[type=radio]:checked + label::before {
  background-color: #0DA1BC;
}
.form-wrapper .feild-list .feild ul.radio-wrapper li label {
  position: relative;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 20px;
}
[dir=rtl] .form-wrapper .feild-list .feild ul.radio-wrapper li label {
  padding-right: 20px;
  padding-left: 0;
}
.form-wrapper .feild-list .feild ul.radio-wrapper li label::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: transparent;
  display: block;
  color: transparent;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 0;
  right: auto;
  border: 1px solid #0DA1BC;
  transform: translateY(-50%);
  border-radius: 100%;
}
[dir=rtl] .form-wrapper .feild-list .feild ul.radio-wrapper li label::before {
  left: auto;
  right: 0;
}
.form-wrapper .feild-list .feild ul.radio-wrapper li:last-child {
  margin-top: 0;
  margin-right: 0px;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] .form-wrapper .feild-list .feild ul.radio-wrapper li:last-child {
  margin-right: 0;
  margin-left: 0px;
}

.submit-wrapper {
  display: flex;
}
.submit-wrapper .btn-primary {
  background-color: #009CB9;
  border-color: #009CB9;
  color: white;
  font-size: 16px;
  font-weight: bold;
  width: 50%;
}
.submit-wrapper .btn-primary.step-back {
  background-color: #ffffff;
  color: #009CB9;
  margin-top: 0;
  margin-right: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
[dir=rtl] .submit-wrapper .btn-primary.step-back {
  margin-right: 0;
  margin-left: 15px;
}

.btn {
  border: 0 !important;
}
.btn:active {
  border: 0 !important;
}

.login-background:before {
  background-position: right center !important;
  left: auto !important;
  right: 0 !important;
}
.login-background .forms-wrapper {
  margin: auto !important;
}
.login-background .logo-wrapper {
  margin: 79px auto 64px !important;
}

.login-slider .carousel-control-prev {
  left: 0;
  right: 63px;
}
.login-slider .carousel-control-next {
  right: 0;
  left: 33px;
}

.language-switcher {
  margin-bottom: 0;
  padding-left: 0;
}

.register_page:before {
  height: -webkit-fill-available !important;
}

ol,
ul {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
  list-style: none;
}

a {
  cursor: pointer;
}

.nav-header-menu {
  justify-content: flex-end !important;
}

.nav-header-container {
  justify-content: flex-start !important;
}

.doc_img {
  max-width: 100%;
}

.move-btn {
  min-width: 185px !important;
  width: auto !important;
}

.user-sidebarMenu {
  background-color: #F5F5F5;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px;
  padding-bottom: 40px;
}
.user-sidebarMenu .header-info {
  padding: 40px 15px 0;
}
.user-sidebarMenu .header-info .user-img {
  width: 122px;
  height: 120px;
  border: 1px solid #0DA1BC;
  border-radius: 50%;
}
.user-sidebarMenu .header-info .user-name {
  margin-top: 18px;
  color: #737474;
  font-size: 18px;
  font-weight: 600;
}
.user-sidebarMenu .sidebar-menu .menu-border {
  border-top: 1px solid #0DA1BC;
  margin: 30px auto 50px;
  max-width: 196px;
}
.user-sidebarMenu .sidebar-menu .menu-item {
  color: #000;
  font-size: 16px;
  padding: 20px 15px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-sidebarMenu .sidebar-menu .menu-item:active, .user-sidebarMenu .sidebar-menu .menu-item:hover, .user-sidebarMenu .sidebar-menu .menu-item.active {
  background-color: #0DA1BC;
  color: #fff;
  font-weight: normal;
}
.user-sidebarMenu .sidebar-menu .menu-item.active .item-arrow {
  display: block;
}
.user-sidebarMenu .item-arrow {
  display: none;
}

.user-card-content {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 10px !important;
}
.user-card-content .user-card-header {
  padding: 14px 20px 13px;
  background-color: #737474;
  border-radius: 10px 10px 0px 0px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.user-card-content .user-card-header .user-card-tit {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.user-card-content .user-card-body {
  padding: 13px 30px 40px;
}
.user-card-content .user-card-body .card-content-tit {
  color: #737474;
  font-size: 16px;
  font-weight: 600;
}
.user-card-content .user-card-body .card-content-Description {
  color: #0DA1BC;
  font-size: 16px;
  font-weight: 500;
}
.user-card-content .info-box {
  margin-bottom: 40px;
}
.user-card-content .info-box:last-child {
  margin-bottom: 0;
}
.user-card-content .section-title {
  color: #009CB9;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.user-card-content .section-title:after {
  content: "";
  display: inline-block;
  background-color: #AAA;
  width: 100%;
  height: 1px;
  margin-left: 11px;
}

.user-card-header.bg-secondary {
  background-color: #d1e3e7 !important;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #479b62;
  font-weight: bold;
}

.bottom-bordered-box {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 13px;
  padding-bottom: 12px;
}
.bottom-bordered-box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .bottom-bordered-box:last-child {
    padding: 10px 15px;
  }
}

.card-body.user-card-body .info-box .bottom-bordered-box {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 0;
  padding-bottom: 0;
  padding: 10px 15px;
}
.card-body.user-card-body .info-box .bottom-bordered-box .card-content-Description {
  color: #009CB9;
}
.card-body.user-card-body .info-box .bottom-bordered-box:nth-child(odd) {
  background-color: #F6FBFC;
}
.card-body.user-card-body .info-box .bottom-bordered-box:nth-child(even) {
  background-color: #F6FBFC;
}
.card-body.user-card-body .info-box .bottom-bordered-box:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .card-body.user-card-body .info-box .bottom-bordered-box:last-child {
    padding: 10px 15px;
  }
}

.header-info .collapsed-btn {
  display: none;
}
.header-info .collapsed-btn .userDropdownMenu {
  min-width: 242px;
  background-color: #009CB9;
  border: 0;
  border-radius: 0;
  padding: 0 15px !important;
}
.header-info .collapsed-btn .userDropdownMenu li {
  border-bottom: 1px solid #52adbe;
}
.header-info .collapsed-btn .userDropdownMenu li:last-child {
  border-bottom: 0;
}
.header-info .collapsed-btn .userDropdownMenu li .menu-item {
  padding: 15px 3px;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: transparent !important;
}

.content-box {
  padding: 50px 0 80px;
}
.content-box .header-line {
  border-top: 11px solid #009CB9;
  margin-top: 0;
  margin-bottom: 40px;
  opacity: 1;
}

.view-img {
  margin-left: 12px;
  width: 20px;
  height: 15px;
}

.rtl-item-arrow {
  display: none;
}

/***************************************    updated style  *************************************/
.account-parent-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}

.account-parent-card {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0901960784);
  /* border-radius: 10px; */
  padding: 15px 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .account-parent-card {
    padding: 27px 15px;
  }
}
.account-parent-card .account-card-header {
  border-bottom: 1px solid #58B7D9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.account-parent-card .account-card-header .account-card-title {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

.lined-title {
  display: flex;
  align-items: baseline;
  color: #009CB9;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
}
.lined-title:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #B8B8B8;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .lined-title:after {
    position: absolute;
    bottom: -6px;
  }
}
.lined-title .lined-title-txt {
  white-space: nowrap;
  margin-right: 10px;
}

.personal-img {
  max-width: 262px;
  max-height: 309px;
  border-radius: 5px;
  width: 100%;
}

.account-table tbody tr:nth-child(odd) {
  background-color: #E5F9FF;
}
.account-table tbody tr:nth-child(even) {
  background-color: #F6FBFC;
}
.account-table.table {
  border: 1px solid transparent;
}
.account-table.table .tr {
  border-bottom: 1px solid #dee2e6;
}
@media (max-width: 991px) {
  .account-table.table .tr {
    border-bottom: 0;
  }
}
.account-table.table .tr:last-child {
  border-bottom: 0;
}
.account-table.table .tr .td:nth-child(odd) {
  background-color: #f0fcff;
  border-right: 1px solid rgba(13, 162, 188, 0.24);
}
@media (max-width: 991px) {
  .account-table.table .tr .td:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 162, 188, 0.24);
  }
}
[dir=rtl] .account-table.table .tr .td:nth-child(odd) {
  border-right: 0;
  border-left: 1px solid rgba(13, 162, 188, 0.24);
}
@media (max-width: 991px) {
  [dir=rtl] .account-table.table .tr .td:nth-child(odd) {
    border-left: 0;
  }
}
.account-table.table .tr .td:nth-child(even) {
  background-color: #F6FBFC;
}
@media (max-width: 991px) {
  .account-table.table .tr .td:nth-child(even) {
    border-right: 0;
    border-bottom: 1px solid rgba(13, 162, 188, 0.24);
  }
}

.account-table-tit {
  color: #000;
  font-size: 15px;
}

.account-table-txt {
  color: #009CB9 !important;
  font-size: 15px;
  margin-left: 30px;
}
@media (max-width: 991px) {
  .account-table-txt {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  [dir=rtl] .account-table-txt {
    margin-right: 0 !important;
  }
}

.table-td-width {
  width: 50%;
}

.dividor-td {
  border-left: 1px solid rgba(13, 162, 188, 0.24);
}

.account-block {
  margin-bottom: 30px;
}

.account-flex-block {
  display: flex;
}

.updated-view-btn button {
  border: 0 !important;
  color: #009CB9;
  font-size: 15px;
  background-color: transparent !important;
  white-space: normal;
  padding: 0;
  margin-top: 0 !important;
}
.updated-view-btn button:hover {
  background-color: transparent !important;
  color: #137c8f;
  text-decoration: underline;
}

.period-box {
  background-color: #e9eced;
  padding: 8px;
  margin-bottom: 20px;
  /* background-color: #F6FBFC; */
  color: red;
  padding: 2px;
}
.period-box .period-txt {
  color: #007800;
  font-weight: bold;
  font-size: 16px;
}

.account-edit-icon {
  font-size: 20px;
  color: #009CB9;
  display: inline-block;
  margin-right: 8px;
}

.view-img-icon {
  margin-left: 10px;
}

.nav-header-txt {
  color: #009CB9;
  font-size: 16px;
  font-weight: bold;
}

.header-menu-collapsed-btn {
  color: #fff;
  font-size: 20px;
}

.header-collapsed-btn-box {
  text-align: right;
}

.header-collapsed-btn-box {
  display: none;
}

.header-collapsed-menu {
  width: 70vw;
  background-color: #0DA1BC !important;
}
.header-collapsed-menu .dropdown-item {
  color: #fff;
  font-size: 15px;
  padding: 10px 15px;
  border-bottom: 1px solid #fff;
  display: flex;
}

.modal-form-label {
  color: #4A4A4A;
  font-size: 16px;
}

/***************************************    RTL  *************************************/
[dir=rtl] .header-collapsed-btn-box {
  text-align: left;
}
[dir=rtl] .view-img-icon {
  margin-left: 0;
  margin-right: 10px;
}
[dir=rtl] .account-table-txt {
  margin-left: 0;
  margin-right: 30px;
}
[dir=rtl] .account-edit-icon {
  margin-left: 8px;
  margin-right: 0;
}
[dir=rtl] .lined-title .lined-title-txt {
  margin-left: 10px;
  margin-right: 0;
}
[dir=rtl] .dividor-td {
  border-right: 1px solid rgba(13, 162, 188, 0.24);
  border-left: 0;
}
[dir=rtl] .login-background:before {
  background-position: left center !important;
  left: 0 !important;
  right: auto !important;
}
[dir=rtl] .login-slider .carousel-control-prev {
  right: 0;
  left: 63px;
}
[dir=rtl] .login-slider .carousel-control-next {
  left: 0;
  right: 33px;
}
[dir=rtl] ol,
[dir=rtl] ul {
  padding-right: 0 !important;
}
[dir=rtl] .user-card-content .section-title:after {
  margin-left: 0;
  margin-right: 11px;
}
[dir=rtl] .view-img {
  margin-left: 0;
  margin-right: 12px;
}
[dir=rtl] .sidebar-menu .menu-item.active .item-arrow {
  display: none;
}
[dir=rtl] .sidebar-menu .menu-item.active .rtl-item-arrow {
  display: block;
}

/***************************************    Responsive  *************************************/
@media (max-width: 991px), not all and (min-width: 992px) {
  .nav-header-txt {
    color: #fff;
  }
  .personal-img {
    margin: 0 auto 20px;
    display: block;
  }
  .login-form .login-background:before {
    display: none !important;
  }
  .authSide {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
  @media (max-width: 991.99px) {
    .authSide {
      height: 100%;
    }
  }
  .authSide:before {
    content: "";
    width: 100vw;
    height: 100%;
    display: block;
    background-image: url("/doctor/img/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
  .center-element {
    text-align: center;
  }
  .switchLang {
    justify-content: flex-start !important;
  }
  .nav-header-menu {
    justify-content: flex-end !important;
  }
}
@media (max-width: 767px), not all and (min-width: 768px) {
  .header-collapsed-btn-box {
    display: block;
  }
  .nav-header-menu {
    display: none !important;
  }
  .lined-title .lined-title-txt {
    white-space: unset;
  }
  .user-card-content {
    margin-top: 20px;
  }
  .sidebar-menu {
    display: none;
  }
  .header-info {
    padding-top: 11px !important;
  }
  .header-info .collapsed-btn {
    display: block;
    text-align: end;
  }
  .g-recaptcha {
    transform: scale(0.7);
    transform-origin: 0 0;
  }
  .doc_img {
    margin-bottom: 20px;
  }
  .doc_img-mt-15 {
    margin-top: 15px;
  }
  .wrapper-jc-center {
    justify-content: center;
  }
}
@media (max-width: 576px), not all and (min-width: 577px) {
  .account-flex-block {
    display: block;
  }
  .account-flex-block .account-table-txt {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
  }
}
@media (max-width: 448px), not all and (min-width: 449px) {
  .submit-wrapper-res {
    display: block;
    text-align: center;
  }
  .move-btn {
    margin-bottom: 15px !important;
    min-width: 200px !important;
  }
  .move-btn-mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
select::-ms-expand {
  display: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10'%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M5.662 1.29a1 1 0 0 1 1.677 0L12 8.455A1 1 0 0 1 11.157 10H1.843A1 1 0 0 1 1 8.455Z' transform='translate(13 10) rotate(180)' fill='%23009cb9'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-position-y: center;
}

body .login-page-admin.login-page .login-form .login-background {
  width: 100vw;
  height: 100vh;
}
body .login-page-admin.login-page .login-form .login-background:before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("../../images/admin-login-bg.png") !important;
}
body .login-page-admin.login-page .login-form .login-background .admin-login-form {
  background-color: #ffffff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0901960784);
  border-radius: 10px;
  padding: 35px 40px;
  margin-bottom: 30px;
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 991.9px) {
  body .login-page-admin.login-page .login-form .login-background .admin-login-form {
    width: 100%;
  }
}
body .login-page-admin.login-page .login-form .login-background .admin-login-form .logo-wrapper {
  margin: 0 auto 30px !important;
}
body .login-page-admin.login-page .login-form .login-background .admin-login-form .card {
  border: 0;
}
body .login-page-admin.login-page .login-form .login-background .admin-login-form .card .card-header {
  display: none;
}
body .login-page-admin.login-page .login-form .login-background .admin-login-form .card .card-body {
  padding: 0;
}
body .login-page-admin.login-page .login-form .login-background .admin-login-form .card .card-body .form-group {
  margin-bottom: 10px;
}

button.update-info-tab {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.0901960784);
  border-radius: 5px 5px 0 0;
  padding: 10px 15px;
  border: 0;
  background-color: #ffffff;
  border-bottom: 2px solid transparent;
}
@media (max-width: 374px) {
  button.update-info-tab {
    width: 100%;
  }
}

button.update-info-tab:hover,
button.update-info-tab.active {
  border-bottom: 2px solid #009cb9;
}

.account-parent-title {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 35px;
}

.lined-title {
  display: flex;
  align-items: baseline;
  color: #009CB9;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.lined-title:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 2px solid #000000;
  opacity: 0.5;
}

.lined-title .lined-title-txt {
  white-space: nowrap;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.account-parent-card {
  box-shadow: 2px 2px 8px rgba(0, 156, 185, 0.3215686275);
  border-radius: 10px;
  padding: 27px 40px;
  margin-bottom: 30px;
  border: 1px solid #009cb9;
  position: relative;
}

.account-parent-card a.account-edit-icon {
  font-size: 16px;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .account-parent-card {
    padding: 35px 40px;
  }
}
@media (max-width: 500px) {
  .account-parent-card {
    padding: 45px 40px;
  }
}
@media (max-width: 375px) {
  .account-parent-card {
    padding: 70px 40px;
  }
}
.account-parent-card .account-card-header {
  border-bottom: 1px solid #58B7D9;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.account-parent-card .account-card-header .account-card-title {
  color: #000;
  font-size: 17px;
  font-weight: bold;
}

.account-parent-card .lined-title {
  position: absolute;
  top: -15px;
  left: 15px;
  z-index: 0;
}

[dir=rtl] .account-parent-card .lined-title {
  left: auto;
  right: 15px;
}

.account-parent-card .lined-title:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: 0;
  opacity: 1;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  z-index: -1;
}

[dir=rtl] .account-parent-card .lined-title:after {
  left: auto;
  right: 0;
}

.account-parent-card .lined-title .lined-title-txt {
  padding: 0 15px;
}

@media (max-width: 768px) {
  .account-parent-card .lined-title {
    width: 80%;
  }
}
.info-block .info-row {
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.info-block .info-row:last-child {
  border-bottom: 0;
}

.period-block {
  background-color: rgba(246, 246, 246, 0.3803921569);
  margin-bottom: 20px;
  padding: 0 15px;
  border-left: 2px solid #137c8f;
}

[dir=rtl] .period-block {
  border-left: 0;
  border-right: 2px solid #137c8f;
}

.period-block .period-box {
  padding: 8px;
  margin-bottom: 20px;
}

.period-block .period-box .period-txt {
  color: #737474;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
}

.period-block .period-row {
  border-bottom: 1px solid #E5E5E5;
  margin-bottom: 10px;
}

.period-block .period-row:last-child {
  border-bottom: 0;
}

.period-block:nth-child(even) {
  background-color: transparent;
  border-left: 2px solid #09ad95;
}

[dir=rtl] .period-block:nth-child(even) {
  border-left: 0;
  border-right: 2px solid #09ad95;
}

.account-parent-card .card-header {
  background-color: #009cb9;
  display: flex;
  padding: 8px 15px;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
  border-radius: 10px 10px 0px 0px !important;
}

.card-header .links a {
  width: 25px;
  height: 25px;
  display: inline-block;
}

.card-header .links a:first-child {
  margin-right: 10px;
  position: relative;
}
[dir=rtl] .card-header .links a:first-child {
  margin-right: 0;
  margin-left: 10px;
}

.card-header .links a:first-child:after {
  content: "";
  height: 100%;
  width: 1px;
  display: block;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -10px;
}

.card-header .links a img {
  width: 25px;
  height: 25px;
}

.row-date {
  background-color: #F6F6F6;
  padding: 8px 15px;
  border-bottom: 1px solid #ffffff;
}

.row-date span {
  display: block;
  text-align: right;
}
[dir=rtl] .row-date span {
  text-align: left;
}

.row-percentage span {
  text-align: center;
  display: block;
  margin-bottom: 10px;
}

.row-percentage {
  padding: 12px 15px;
  background-color: #E8E8E8;
  border-radius: 0 0 10px 10px;
  margin-bottom: 20px;
}

.rectangle {
  width: 100%;
  height: 10px;
  background-color: #FFFFFF;
  border-radius: 30px;
  display: flex;
  justify-content: flex-end;
}

.rectangle .active {
  width: 50%;
  height: 10px;
  background-color: #05841A;
  border-radius: 30px;
}

.row-date label {
  font-size: 14px;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
