@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../../fonts/DINNextLTArabic-Black.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../../fonts/DINNextLTArabic-Light.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../../fonts/DINNextLTArabic-Heavy.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../../fonts/DINNextLTArabic-Bold.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../../fonts/DINNextLTArabic-Medium.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Arabic";
  src: url("../../fonts/DINNextLTArabic-Regular.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DIN Next LT Arabic Ultra";
  src: url("../../fonts/DINNextLTArabic-UltraLight.woff2") format("woff2"), url("../../fonts/DINNextLTArabic-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.w-5- {
  width: 5px;
}

.w-10- {
  width: 10px;
}

.w-15- {
  width: 15px;
}

.w-20- {
  width: 20px;
}

.w-25- {
  width: 25px;
}

.w-30- {
  width: 30px;
}

.w-35- {
  width: 35px;
}

.w-40- {
  width: 40px;
}

.w-45- {
  width: 45px;
}

.w-50- {
  width: 50px;
}

.w-55- {
  width: 55px;
}

.w-60- {
  width: 60px;
}

.w-65- {
  width: 65px;
}

.w-70- {
  width: 70px;
}

.w-75- {
  width: 75px;
}

.w-80- {
  width: 80px;
}

.w-85- {
  width: 85px;
}

.w-90- {
  width: 90px;
}

.w-95- {
  width: 95px;
}

.w-100- {
  width: 100px;
}

* {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

em {
  font-style: normal;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.text-start {
  text-align: start !important;
}

.text-end {
  text-align: end;
}

.text-center {
  text-align: center;
}

ol,
ul,
h1,
h2,
h3,
h5,
h4,
h6 {
  margin: 0;
  padding: 0;
}

.pxt {
  margin-top: 50px;
}

.pxl {
  margin-top: 150px;
}

a {
  text-decoration: none !important;
  color: inherit;
}

html {
  overflow-x: hidden;
}

body {
  width: 100vw;
  overflow-x: hidden;
  display: block;
  font-family: "DIN Next LT Arabic";
  text-align: start;
}

:focus-visible,
.form-control:focus,
button:focus {
  outline: none;
  box-shadow: unset;
}

.nave-responsive {
  display: none;
}

.ng-container {
  width: 90%;
  margin: 0 auto;
}

.home-page {
  height: 100vh;
  position: relative;
  background: #1F0D2F;
}
.home-page .top-layer {
  position: absolute;
  width: 100%;
}
.home-page .top-layer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../../../../imgs/layer1.svg");
  width: 530px;
  height: 320px;
  background-repeat: no-repeat;
  background-position: top left;
}
.home-page .top-layer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../../../../imgs/layer3.svg");
  width: 560px;
  height: 230px;
}
.home-page .btm-layer {
  position: absolute;
  width: 100%;
}
.home-page .btm-layer:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url("../../../../imgs/layer2.svg");
  width: 370px;
  height: 280px;
  background-repeat: no-repeat;
  z-index: 3;
}
.home-page .btm-layer:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url("../../../../imgs/layer4.svg");
  width: 300px;
  height: 90px;
  background-repeat: no-repeat;
}

.log-in-page {
  height: 100%;
}

.log-row {
  height: 100%;
}
.log-row .logo {
  width: 180px;
  height: 60px;
}
.log-row .logo img {
  width: auto;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  max-width: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.log-row .mabien-text {
  padding: 20px 0;
}
.log-row .mabien-text h4 {
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}
.log-row .mabien-text p {
  color: #FAFAFA;
  font-size: 14px;
  font-weight: 400;
  padding-top: 10px;
}

.log-row .log-text {
  position: relative;
  z-index: 5;
}

.form-login {
  display: flex;
  width: 100%;
  justify-content: end;
  position: relative;
  z-index: 5;
}
.form-login form {
  background: #ffffff;
  padding: 30px;
  border-radius: 32px;
  width: 60%;
}
.form-login form .back-to-page {
  margin-bottom: 30px;
}
.form-login form .back-to-page a {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #C46E5C;
  font-size: 14px;
}
.form-login form .back-to-page a span {
  padding-inline-start: 5px;
}
.form-login form .form_card .log-name {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-bottom: 20px;
}
.form-login form .form_card .log-name img {
  width: 60px;
  height: 60px;
  padding: 5px;
  margin-inline-end: 10px;
}
.form-login form .form_card .log-name .log-text h5 {
  color: #1F0D2F;
  font-size: 28px;
  font-weight: 700;
}
.form-login form .form_card .log-name .log-text span {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
}
.form-login form .form_card .log-name .log-text a {
  color: #0099FF;
  display: block;
  padding: 5px 0;
  font-size: 14px;
}
.form-login form .form_card .form-c {
  position: relative;
  padding: 10px 0;
}
.form-login form .form_card .form-c label {
  display: block;
  color: #1F0D2F;
  font-size: 18px;
  padding-bottom: 5px;
  font-weight: 500;
}
.form-login form .form_card .form-c label em {
  color: #C30734;
}
.form-login form .form_card .form-c input {
  width: 100%;
  border: 1px solid #EAEBF0;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
}
.form-login form .form_card .form-c .view-pass {
  position: absolute;
  top: 50px;
  right: 10px;
  cursor: pointer;
  color: #DCDCDC;
}
.form-login form .form_card .form-c span.erorr-v {
  color: #C30734;
  font-size: 14px;
  font-weight: 400;
}
.form-login form .form_card .forget-pass {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.form-login form .form_card .forget-pass a {
  color: #1F0D2F;
  font-size: 14px;
  font-weight: 500;
}
.form-login form .form_card .forget-pass .remember-me {
  color: #383838;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-login form .form_card .forget-pass .remember-me input {
  width: 15px;
  height: 15px;
}
.form-login form .form_card .forget-pass .remember-me label {
  padding-inline-start: 5px;
}
.form-login form .form_card .btn-sign {
  width: 100%;
  padding: 10px;
  text-align: center;
  background: #C46E5C;
  border: unset;
  margin: 20px 0;
  border-radius: 8px;
  color: #ffffff;
  font-size: 16px;
}

.sm-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.ul-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 50%;
  margin-bottom: 20px;
  position: relative;
  z-index: 4;
}
.ul-footer ul.list-terms {
  display: flex;
  align-items: center;
  justify-content: start;
}
.ul-footer ul.list-terms li {
  font-size: 14px;
  color: #FAFAFA;
  margin-inline-end: 50px;
}
.ul-footer .select-lang .dropdown button {
  padding: 0;
}
.ul-footer .select-lang .dropdown button img {
  width: 20px;
  height: 20px;
}
.ul-footer .select-lang .dropdown button span {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding-inline-start: 5px;
}
.ul-footer .select-lang ul.dropdown-menu li a {
  display: flex;
  align-items: center;
  justify-content: start;
}
.ul-footer .select-lang ul.dropdown-menu li a img {
  width: 20px;
  height: 20px;
}
.ul-footer .select-lang ul.dropdown-menu li a span {
  font-size: 14px;
  padding-inline-start: 5px;
}

.code-form {
  display: flex;
  align-items: center;
  justify-content: start;
  margin: 20px 0;
}
.code-form span.otp-input {
  position: relative;
  border: 1px solid #E1E3EA;
  margin-inline-end: 25px;
  border-radius: 6px;
}
.code-form span.otp-input:before {
  content: "";
  position: absolute;
  bottom: 23px;
  width: 35px;
  height: 1px;
  left: calc(50% - 18px);
  background: rgba(38, 50, 56, 0.2);
}
.code-form span.otp-input input {
  width: 50px;
  height: 50px;
  margin: 0 5px;
  padding: 10px;
  border-radius: 10px;
  border: unset;
  font-weight: 600;
  position: relative;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.code-form.wrong-code {
  margin: 5px 0;
}
.code-form.wrong-code span.otp-input {
  border: 1px solid #C46E5C;
}

.reset-code span {
  color: #1F0D2F;
  font-size: 14px;
}
.reset-code button {
  color: #DCDCDC;
  background: unset;
  border: unset;
  font-size: 14px;
}
.reset-code button.active {
  color: #C46E5C;
}

.reset-successfully {
  text-align: center;
  padding: 20px;
}
.reset-successfully img {
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  padding: 5px;
}
.reset-successfully h5 {
  font-size: 30px;
  color: #1F0D2F;
  padding-bottom: 10px;
  font-weight: bold;
}
.reset-successfully p {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
}

section.personal-info-sec {
  display: flex;
  padding: 0 20px;
}
section.personal-info-sec .sidenave-sec {
  width: 250px;
  border: 1px solid #F5F5F5;
  background: #ffffff;
  border-bottom: unset;
  transition: 0.3s ease-in-out;
}
section.personal-info-sec .sidenave-sec.open {
  width: 90px;
  transition: 0.3s ease-in-out;
}
section.personal-info-sec .sidenave-sec.open .full-logo {
  display: none;
}
section.personal-info-sec .sidenave-sec.open .half-logo {
  display: block !important;
}
section.personal-info-sec .sidenave-sec .half-logo {
  width: 40px;
  height: 40px;
}
section.personal-info-sec .sidenave-sec .half-logo img {
  width: 100%;
  height: 100%;
}
section.personal-info-sec .sidenave-sec .logo-sidenav {
  border-bottom: 1px solid #F5F5F5;
}
section.personal-info-sec .sidenave-sec .logo-sidenav .sidenav-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  height: 70px;
  border-bottom: 1px solid #F5F5F5;
}
section.personal-info-sec .sidenave-sec .logo-sidenav .sidenav-logo .full-logo {
  width: auto;
  height: 52px;
  max-width: 110px;
  min-width: 110px;
}
section.personal-info-sec .sidenave-sec .logo-sidenav .sidenav-logo .full-logo img {
  width: 100%;
  height: 100%;
}
section.personal-info-sec .sidenave-sec .logo-sidenav .sidenav-logo .half-logo {
  display: none;
}
section.personal-info-sec .body-content-sec {
  width: calc(100% - 250px);
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
section.personal-info-sec .body-content-sec.open {
  width: calc(100% - 90px);
  transition: 0.3s ease-in-out;
}
section.personal-info-sec .body-content-sec .sidenav-header {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #F5F5F5;
  height: 70px;
  padding: 0 20px;
  background: #fff;
}
section.personal-info-sec .body-content-sec .sidenav-header .toggle-icon {
  position: absolute;
  left: -15px;
  cursor: pointer;
  bottom: -15px;
}
section.personal-info-sec .body-content-sec .sidenav-header .account-info {
  display: flex;
  align-items: center;
}
section.personal-info-sec .body-content-sec .sidenav-header .page-title h4 {
  color: #333333;
  font-size: 14px;
  font-weight: 400;
  padding: 0 10px;
}

.sidenav-content {
  padding: 0 10px;
  height: calc(100vh - 82px);
}

.list-type {
  margin-top: 10px;
}
.list-type h6 {
  font-size: 12px;
  color: #A5A5A5;
  margin: 5px 0;
  padding: 5px 15px;
}
.list-type ul li {
  color: #757575;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.list-type ul li.open-d i {
  transform: rotate(180deg);
}
.list-type ul li.open-d ul.drowp-d-list {
  display: block !important;
}
.list-type ul li.active .adshbord-icon .active-icon {
  display: block !important;
}
.list-type ul li.active .adshbord-icon .normal-icon {
  display: none;
}
.list-type ul li.active a,
.list-type ul li.active .d-w-list {
  background: #fbf4f2;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.list-type ul li.active .dasborad-name {
  color: #C46E5C !important;
}
.list-type ul li a,
.list-type ul li .d-w-list,
.list-type ul li .menu_list {
  display: flex;
  align-items: center;
  padding: 10px 15px;
}
.list-type ul li .list-dashbord-name {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
}
.list-type ul li .list-dashbord-name .adshbord-icon .active-icon {
  display: none;
}
.list-type ul li .list-dashbord-name .dasborad-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  color: #1F0D2F;
  font-size: 16px;
  font-weight: 400;
}
.list-type ul li ul.drowp-d-list {
  padding-top: 5px;
  display: none;
}
.list-type ul li ul.drowp-d-list li {
  padding: 10px;
  color: #666666;
  font-size: 14px;
  padding-inline-start: 30px;
}
.list-type ul li ul.drowp-d-list li.active {
  background: rgba(56, 57, 106, 0.1019607843);
}
.list-type ul li ul.drowp-d-list li a {
  background: unset !important;
  padding: 0 !important;
}

section.personal-info-sec .sidenave-sec.open .list-type h6 {
  padding: 10px 8px;
  text-align: center;
}
section.personal-info-sec .sidenave-sec.open .list-dashbord-name {
  justify-content: center;
  position: relative;
}
section.personal-info-sec .sidenave-sec.open .list-dashbord-name:hover .dasborad-name {
  opacity: 1;
  visibility: visible;
  left: 45px;
  transition: 0.3s ease-in-out;
  z-index: 3;
}
section.personal-info-sec .sidenave-sec.open .dasborad-name {
  position: absolute;
  background: #C46E5C !important;
  color: #ffffff !important;
  width: -moz-max-content;
  width: max-content;
  left: 65px;
  padding: 7px 10px;
  border-radius: 8px;
  transition: 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
}
section.personal-info-sec .sidenave-sec.open .dasborad-name:before {
  content: "";
  position: absolute;
  top: 12px;
  left: -6px;
  width: 15px;
  height: 15px;
  background: #C46E5C;
  transform: rotate(45deg);
  z-index: 0;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
}
section.personal-info-sec .sidenave-sec.open .dasborad-name span {
  z-index: 1;
}

.user-dropdown {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.user-dropdown .sm-arrow-icon {
  width: 16px;
  height: 16px;
}
.user-dropdown::after {
  display: none !important;
}
.user-dropdown:active {
  outline: none;
  border-style: none;
}

.user-dropdown.user-brp {
  border-inline-start: 1px solid #EEEEEE;
  border-radius: 0;
}
.user-dropdown .account-user {
  display: flex;
  align-items: center;
  justify-content: start;
}
.user-dropdown .account-user img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.user-dropdown .account-user .user-info {
  padding: 0 5px;
}
.user-dropdown .account-user .user-info strong {
  display: block;
  font-size: 14px;
  color: #292D32;
  text-align: start;
}
.user-dropdown .account-user .user-info span {
  color: rgba(41, 45, 50, 0.4588235294);
  font-size: 12px;
  font-weight: 600;
}

.account-lang {
  display: flex;
  align-items: center;
  justify-content: start;
}
.account-lang img {
  width: 20px;
  height: 20px;
}
.account-lang span {
  font-weight: 600;
  font-size: 14px;
  padding: 0 3px;
}

.notofcation {
  width: 55px;
  height: 55px;
  margin: 0 10px;
  text-align: center;
  position: relative;
  border-radius: 50%;
  cursor: pointer;
}
.notofcation em.notifcation-number {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #C30734;
  border-radius: 50%;
  color: #ffffff;
  font-size: 12px;
  top: 6px;
  right: 6px;
  z-index: 1;
}
.notofcation img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 12px);
}

.sidenave-content {
  padding: 20px;
  background: #f9fafb;
}

.page-title {
  display: flex;
  align-items: center;
  justify-content: start;
}
.page-title img {
  width: 40px;
  height: 40px;
}
.page-title h4 {
  color: #1F0D2F;
  font-size: 18px;
  font-weight: 400;
  padding-inline-start: 10px;
}

.btn-page-items {
  display: flex;
  justify-content: end;
}
.btn-page-items.save_btn button {
  padding: 10px 30px;
}
.btn-page-items.cancel_btn button {
  padding: 10px 30px;
  background: #EBEBEB;
  color: #1F0D2F;
}
.btn-page-items a,
.btn-page-items button {
  background: #C46E5C;
  padding: 10px 30px;
  border-radius: 6px;
  color: #ffffff;
  border: unset;
  margin-inline-start: 5px;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
.btn-page-items a i,
.btn-page-items button i {
  position: unset;
  color: inherit;
}
.btn-page-items a.import_approval,
.btn-page-items button.import_approval {
  background: #0099FF;
}
.btn-page-items a.export_approval,
.btn-page-items button.export_approval {
  background: #0DAC57;
}
.btn-page-items a img,
.btn-page-items button img {
  width: 18px;
  height: 18px;
  display: inline-block;
}
.btn-page-items a span,
.btn-page-items button span {
  font-size: 14px;
  font-weight: 500;
  padding-inline-start: 5px;
}

.card-content {
  border: 1px solid #EEEEEE;
  padding: 20px;
  border-radius: 12px;
  background: #ffffff;
}

.head-card h5 {
  color: #1F0D2F;
  font-size: 16px;
  font-weight: 500;
}
.head-card .search_card {
  display: flex;
  align-items: center;
  justify-content: end;
}
.head-card .search_card .search_box {
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid #EEEEEE;
  margin-inline-end: 10px;
  border-radius: 8px;
  padding: 10px 10px;
}
.head-card .search_card .search_box img {
  width: 18px;
  height: 18px;
}
.head-card .search_card .search_box input,
.head-card .search_card .search_box select {
  border: unset;
  font-size: 12px;
  font-weight: 600;
  color: #A5A5A5;
  padding: 0 10px;
  width: 200px;
  padding-inline-end: 20px;
}
.head-card .search_card .filter-search {
  display: flex;
  align-items: center;
  justify-content: start;
  border: 1px solid #EEEEEE;
  margin-inline-end: 10px;
  border-radius: 8px;
  padding: 10px 10px;
}
.head-card .search_card .filter-search img {
  width: 16px;
  height: 16px;
}
.head-card .search_card .filter-search select {
  border: unset;
  font-size: 14px;
  font-weight: 500;
  color: #1F0D2F;
}

.table-content {
  margin: 20px 0;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}
.table-content table {
  overflow: hidden;
  border-radius: 6px;
}
.table-content table tr.header-table {
  background: #FAFAFA;
}
.table-content table tr.header-table .th-name {
  padding: 15px;
  color: #1F0D2F;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
}
.table-content table tr.body-table {
  border-bottom: 1px solid #F6F6F6;
}
.table-content table tr.body-table .td-name {
  color: #383838;
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
}
.table-content table tr.body-table .td-name.list-roles {
  display: flex;
  align-items: center;
  justify-content: start;
}
.table-content table tr.body-table .td-name.list-roles span {
  background: #faf3f2;
  padding: 10px;
  color: #383838;
  margin: 0 5px;
  border-radius: 8px;
  font-weight: 600;
}
.table-content table tr.body-table .td-name span {
  display: block;
}
.table-content table tr.body-table .td-name h6 {
  color: #C46E5C;
  font-size: 12px;
  font-weight: 600;
}

.st-case {
  position: relative;
  color: #A5A5A5;
  font-weight: 500;
  font-size: 12px;
}
.st-case.status_active {
  color: #0DAC57 !important;
}
.st-case.status_active:before {
  background: #0DAC57 !important;
}
.st-case:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #A5A5A5;
  top: 15px;
  left: 0;
  border-radius: 50%;
}

.modal-header.m-title {
  box-shadow: 0px 8px 16px rgba(193, 193, 193, 0.1882352941);
}
.modal-header.m-title h1 {
  font-size: 16px !important;
  font-weight: 700;
  color: #1F0D2F;
}
.modal-header.m-title.Delete_j h1 {
  color: #C30734;
}
.modal-header.m-title button.btn-close {
  font-size: 12px;
}

.m-body h4 {
  color: #1F0D2F;
  font-size: 16px;
  font-weight: 400;
}
.m-body h4 strong {
  color: #383838;
}
.m-body h6 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
}

.modal-footer {
  border-top: 0;
}
.modal-footer .add-new-user {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
}
.modal-footer .add-new-user a,
.modal-footer .add-new-user button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  color: #ffffff;
  border-radius: 5px;
  border: unset;
  font-size: 16px;
  font-weight: 600;
  margin-inline-start: 5px;
  width: 130px;
}
.modal-footer .add-new-user a.Cancel-btn,
.modal-footer .add-new-user button.Cancel-btn {
  background: #EAECF0;
  color: #1C1F26;
}
.modal-footer .add-new-user a.Confirm-btn,
.modal-footer .add-new-user button.Confirm-btn {
  background: #C30734;
  color: #ffffff;
}
.modal-footer .add-new-user a.Upload_btn,
.modal-footer .add-new-user button.Upload_btn {
  background: #C46E5C;
  color: #ffffff;
}
.modal-footer .add-new-user a.Upload_btn:disabled, .modal-footer .add-new-user a.Upload_btn[disabled],
.modal-footer .add-new-user button.Upload_btn:disabled,
.modal-footer .add-new-user button.Upload_btn[disabled] {
  opacity: 0.5;
}

.sort-pages {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #1F0D2F;
  font-size: 12px;
  font-weight: 600;
}
.sort-pages select {
  border: 1px solid #E0E7ED;
  padding: 5px 10px;
  width: 70px;
  margin: 0 10px;
  border-radius: 6px;
}

.pagination-pages ul {
  display: flex;
  align-items: center;
  justify-content: start;
}
.pagination-pages ul li {
  width: 40px;
  height: 40px;
  background: #f7f7f7;
  margin: 0 5px;
  color: #1F0D2F;
  font-size: 14px;
  font-weight: 600;
  border-radius: 8px;
  overflow: hidden;
}
.pagination-pages ul li.active {
  background: #1F0D2F;
  color: #ffffff;
}
.pagination-pages ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.card_form {
  border: 1px solid #EEEEEE;
  border-radius: 12px;
  overflow: hidden;
}
.card_form .head-card {
  background: #f6f5f7;
  padding: 20px;
}
.card_form .head-card h4 {
  font-size: 16px;
  color: #1F0D2F;
  font-weight: 600;
}

.h-title-card {
  padding: 20px 20px 0px 20px;
  background: #ffffff;
}
.h-title-card h3 {
  color: #C46E5C;
  font-size: 24px;
  font-weight: 700;
}

.form-details {
  padding: 20px;
  background: #ffffff;
}
.form-details h5 {
  color: #1F0D2F;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
}
.form-details .form_c {
  margin: 10px 0;
  position: relative;
}
.form-details .form_c.view_sec_card label {
  color: #383838;
  font-size: 14px;
}
.form-details .form_c.view_sec_card span {
  color: #1F0D2F;
  font-size: 14px;
  font-weight: 700;
}
.form-details label {
  display: block;
  color: #383838 !important;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 5px;
}
.form-details label em {
  color: #BDBDBD;
  font-size: 12px;
  font-weight: 400;
  padding: 0 2px;
}
.form-details input,
.form-details select {
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 8px 13px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
}
.form-details select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-details textarea {
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 8px 13px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
}
.form-details .intl-tel-input {
  width: 100%;
}
.form-details img {
  position: absolute;
  top: 40px;
  right: 10px;
  width: 16px;
  height: 16px;
}
.form-details i {
  position: absolute;
  right: 10px;
  top: 40px;
  color: #BDBDBD;
}

.radio-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
}
.radio-check .r-check {
  display: flex;
  align-items: center;
  justify-content: start;
}
.radio-check .r-check input {
  width: 20px !important;
  height: 20px !important;
  accent-color: #0DAC57;
}
.radio-check .r-check label {
  color: #1F0D2F !important;
  font-size: 14px !important;
  padding-inline-start: 5px;
}

.checkbox-wrapper-21 .control {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 18px;
}

.checkbox-wrapper-21 .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox-wrapper-21 .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border: 1px solid #EEEEEE;
}

.checkbox-wrapper-21 .control:hover input ~ .control__indicator,
.checkbox-wrapper-21 .control input:focus ~ .control__indicator {
  background: #ccc;
}

.checkbox-wrapper-21 .control input:checked ~ .control__indicator {
  background: #C46E5C;
}

.checkbox-wrapper-21 .control input:checked ~ .per-check {
  color: #C46E5C;
}

.checkbox-wrapper-21 .control:hover input:not([disabled]):checked ~ .control__indicator,
.checkbox-wrapper-21 .control input:checked:focus ~ .control__indicator {
  background: #C46E5C;
}

.checkbox-wrapper-21 .control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.checkbox-wrapper-21 .control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-wrapper-21 .control input:checked ~ .control__indicator:after {
  display: block;
}

.checkbox-wrapper-21 .control--checkbox .control__indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.checkbox-wrapper-21 .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

.checkbox-wrapper-21.checked-active {
  border: 1px solid #C46E5C !important;
}

.checkbox-wrapper-21.checked-active label {
  color: #C46E5C !important;
}

.check_Permissions {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.check_Permissions .checkbox-wrapper-21 {
  border: 1px solid #EEEEEE;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 8px;
}
.check_Permissions .checkbox-wrapper-21 label {
  color: #1F0D2F;
  font-size: 14px;
}

.select-st select {
  border: 1px solid #E0E7ED;
  padding: 5px 10px;
  width: 120px;
  margin: 0 10px;
  border-radius: 6px;
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.accordion-item.accordion-form button.accordion-button {
  background: #edecee !important;
  box-shadow: unset !important;
  color: #1F0D2F;
  font-size: 16px;
  font-weight: 700;
}
.accordion-item.accordion-form .input-f {
  margin-bottom: 10px;
}
.accordion-item.accordion-form .input-f textarea {
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 8px 13px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
}
.accordion-item.accordion-form .input-f img {
  left: 8px;
}

.form-view-sec strong {
  color: #1F0D2F;
  font-size: 18px;
  padding-bottom: 5px;
  display: block;
}
.form-view-sec ul li {
  color: #383838;
  font-size: 14px;
  padding: 3px 0;
  padding-inline-start: 20px;
  position: relative;
  font-weight: 400;
}
.form-view-sec ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #383838;
  border-radius: 50%;
}

.user-drp li a {
  color: #1F0D2F;
}
.user-drp li button.btn span {
  color: #C30734;
}
.user-drp li button.btn img {
  width: 18px;
  height: 18px;
}
.user-drp li a,
.user-drp li button.btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.Actions-sec a,
.Actions-sec button {
  padding: 5px;
}

.list-tab-policy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 380px;
  background: #ECECEC;
  padding: 5px 5px;
  border-radius: 8px;
}
.list-tab-policy .item_tab {
  border: unset;
  background: unset;
  padding: 10px 30px;
  color: #1F0D2F;
  font-size: 16px;
  border-radius: 8px;
  font-weight: 500;
  width: 180px;
}
.list-tab-policy .item_tab.active {
  background: #C46E5C;
  color: #ffffff;
}

.title_card h3 {
  color: #C46E5C;
  font-size: 24px;
  padding-bottom: 20px;
  font-weight: 600;
}

.list_chi h4 {
  color: #1F0D2F;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 10px;
  margin-top: 10px;
}
.list_chi ul li {
  font-size: 16px;
  color: #383838;
  font-weight: 400;
  padding-inline-start: 20px;
  position: relative;
}
.list_chi ul li:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background: #383838;
  left: 0;
  top: 10px;
  border-radius: 50%;
}

.check_input {
  padding: 15px;
  position: relative;
  left: 20px;
  /* From Uiverse.io by DaniloMGutavo */
}
.check_input .checkbox-container {
  display: inline-block;
  position: absolute;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  top: 7px;
  left: 0;
}
.check_input .custom-checkbox {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.check_input .checkmark {
  position: absolute;
  top: 0;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border: 1px solid #E0E7ED;
  border-radius: 4px;
  transition: background-color 0.3s;
}
.check_input .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.check_input .custom-checkbox:checked ~ .checkmark {
  background-color: #383838;
}
.check_input .custom-checkbox:checked ~ .checkmark:after {
  display: block;
}
@keyframes checkAnim {
  0% {
    height: 0;
  }
  100% {
    height: 10px;
  }
}
.check_input .custom-checkbox:checked ~ .checkmark:after {
  animation: checkAnim 0.2s forwards;
}

.status_Approved {
  background: #ECFEF4;
  color: #0DAC57 !important;
  border-radius: 6px;
}

.status_Partially_Approved {
  background: #FFF7EB;
  color: #FF9500 !important;
  border-radius: 6px;
}

.status_Limit_Approved {
  background: #EBF7FF;
  color: #0099FF !important;
  border-radius: 6px;
}

.status_Rejected {
  background: #FEEBF0;
  color: #C30734 !important;
  border-radius: 6px;
}

.approval-table .td-name {
  margin: 5px 0;
}

.upload_file_d label {
  color: #1F0D2F;
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}

.upload_file_f {
  padding: 5px;
  border: 1px solid #E0E7ED;
  border-radius: 8px;
}

.erorr_case span {
  color: #C30734;
  font-size: 14px;
}
.erorr_case .erorr_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #C30734;
  margin: 10px 0 5px 0;
  padding: 8px;
  border-radius: 8px;
}
.erorr_case .erorr_box .erorr_message {
  display: flex;
  align-items: center;
  justify-content: start;
}
.erorr_case .erorr_box .erorr_message svg {
  width: 18px;
  height: 18px;
}
.erorr_case .erorr_box .erorr_message span {
  color: #383838;
  font-size: 14px;
  padding-inline-start: 5px;
}
.erorr_case .erorr_box i {
  color: #BDBDBD;
  font-size: 16px;
  cursor: pointer;
}

.done_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E0E7ED;
  margin: 10px 0 5px 0;
  padding: 8px;
  border-radius: 8px;
}
.done_box .done_message {
  display: flex;
  align-items: center;
  justify-content: start;
}
.done_box .done_message svg {
  width: 18px;
  height: 18px;
}
.done_box .done_message span {
  color: #383838;
  font-size: 14px;
  padding-inline-start: 5px;
}
.done_box i {
  color: #BDBDBD;
  font-size: 16px;
  cursor: pointer;
}

.import_img_boot {
  padding: 20px;
}
.import_img_boot img {
  width: 220px;
  height: 220px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.import_img_boot h5 {
  color: #1F0D2F;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.import_approval_case {
  padding: 20px;
}
.import_approval_case img {
  width: 90px;
  height: 90px;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.import_approval_case p {
  color: #1F0D2F;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}
.import_approval_case a {
  color: #C46E5C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
}
.import_approval_case a img {
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
}
.import_approval_case a span {
  font-size: 16px;
  font-weight: 400;
  padding-inline-start: 5px;
}

.details_for {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.details_for .btn_approval {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  background: #ECFEF4;
  color: #0DAC57 !important;
}
.details_for .btn_rejected {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  background: #FEEBF0;
  color: #C30734;
}
.details_for .btn_partially_approved {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  background: #FFF7EB;
  color: #FF9500;
}
.details_for .btn_limited_approved {
  font-size: 12px;
  font-weight: 600;
  padding: 10px 15px;
  text-align: center;
  background: #EBF7FF;
  color: #0099FF !important;
}

/*********************** */
ul.v_detail li {
  color: #383838;
  font-size: 14px;
  padding: 3px 0;
  padding-inline-start: 15px;
  position: relative;
  font-weight: 600;
}
ul.v_detail li:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #383838;
  border-radius: 50%;
}

.gender_input {
  display: flex;
  align-items: center;
}
.gender_input .gender_type {
  display: flex;
  align-items: center;
  margin-inline-end: 50px;
}
.gender_input .gender_type input[type=radio] {
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  padding: 0;
  accent-color: green;
}
.gender_input .gender_type label {
  padding-inline-start: 7px;
  font-size: 14px;
  color: #1F0D2F;
  font-weight: 400;
}

.select_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.select_details .select_box {
  width: 80%;
  position: relative;
}
.select_details .select_box i {
  top: 10px;
}
.select_details .add_new_select_row {
  width: 16%;
}
.select_details .add_new_select_row button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  background: unset;
  border: unset;
  color: #C46E5C;
}
.select_details .add_new_select_row button i {
  position: unset;
  color: inherit;
}
.select_details .add_new_select_row button span {
  padding-inline-start: 10px;
}

.option_case_view {
  margin: 5px 0;
  border: 1px solid #EEEEEE;
  padding: 8px 13px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.option_case_view i {
  cursor: pointer;
}

.dashboard_page strong {
  display: flex;
  align-items: center;
  justify-content: start;
  font-size: 20px;
  padding-bottom: 10px;
  color: #1F0D2F;
}
.dashboard_page strong h4 {
  color: #C46E5C;
  padding-inline-start: 5px;
}
.dashboard_page p {
  color: #383838;
  font-size: 16px;
  font-weight: 400;
}

.dasborad_date_details .form_c {
  margin-inline-start: 10px;
}
.dasborad_date_details .form_c select,
.dasborad_date_details .form_c input {
  width: 200px;
  border: 1px solid #EEEEEE;
  padding: 8px 10px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  color: #BDBDBD;
}

.sm_card_db {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sm_card_db .card_db {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #E0E7ED;
  padding: 20px;
  background: #ffffff;
  width: 19%;
  border-radius: 12px;
  margin: 5px 0;
}
.sm_card_db .card_db .card_details_db h5 {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
  color: #383838;
}
.sm_card_db .card_db .card_details_db span {
  color: #383838;
  font-size: 14px;
  font-weight: 400;
}
.sm_card_db .card_db .card_details_db span strong {
  color: #C46E5C;
  font-size: 18px;
  font-weight: bold;
}
.sm_card_db .card_db img {
  width: 40px;
  height: 40px;
}

.db_chart_card {
  border: 1px solid #E0E7ED;
  padding: 20px;
  background: #ffffff;
  width: 100%;
  margin: 5px 0;
  height: 320px;
  border-radius: 12px;
}
.db_chart_card h4 {
  color: #1F0D2F;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #E0E7ED;
}

.view_all {
  color: #C46E5C;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline;
}

.date_rang_filter button {
  padding: 0;
}

.filter_date h5 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding-top: 30px;
  padding-bottom: 20px;
}
.filter_date .input_f {
  display: flex;
  align-items: center;
  margin: 20px 0 40px 0;
}
.filter_date .input_f label {
  color: #1F0D2F;
  font-size: 14px;
  font-weight: 400;
  width: 10%;
}
.filter_date .input_f .input_box_date {
  position: relative;
  width: 90%;
  border: 1px solid #E0E7ED;
  margin-inline-start: 10px;
  border-radius: 8px;
  padding: 5px 10px;
}
.filter_date .input_f .input_box_date input {
  padding: 0 !important;
  border: unset;
  height: auto;
  width: 80%;
}
.filter_date .input_f .input_box_date img {
  height: 20px;
  width: 20px;
}

.Patient_card_box {
  background: #ffffff;
  border: unset;
  box-shadow: 0px 2px 6px #e7e7e7;
}
.Patient_card_box .Patient_details {
  padding: 15px;
  border-bottom: 1px solid #E0E7ED;
}
.Patient_card_box .Patient_details h5 {
  color: #1F0D2F;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 10px;
}
.Patient_card_box .Patient_details h6 {
  color: #828282;
  font-size: 14px;
  font-weight: 400;
}

.sm_Patient_details {
  padding: 15px;
}
.sm_Patient_details .Patient_data {
  padding: 10px 0;
  border-bottom: 1px solid #E0E7ED;
}
.sm_Patient_details .Patient_data .Patient_title {
  display: flex;
  align-items: center;
  justify-content: start;
}
.sm_Patient_details .Patient_data .Patient_title h5 {
  color: #1F0D2F;
  font-size: 16px;
  font-weight: 400;
  padding-inline-end: 30px;
}
.sm_Patient_details .Patient_data .Patient_title a img {
  width: 25px;
  height: 25px;
}
.sm_Patient_details .Patient_data .all_Patient_data {
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
}
.sm_Patient_details .Patient_data .all_Patient_data span {
  color: #BDBDBD;
  font-size: 14px;
  font-weight: 400;
  padding-inline-end: 10px;
  border-inline-end: 1px solid #BDBDBD;
  margin-inline-end: 10px;
}
.sm_Patient_details .Patient_data .all_Patient_data span:last-child {
  border-inline-end: unset;
}
.sm_Patient_details .Patient_data em {
  color: #BDBDBD;
  font-size: 14px;
  font-weight: 400;
  padding-inline-end: 10px;
}

.status_Patient {
  padding: 10px 10px;
  width: 150px;
  text-align: center;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
}
.status_Patient.Approved_case {
  background: #ECFEF4;
  color: #0DAC57;
}
.status_Patient.Partially_case {
  background: #FFF7EB;
  color: #FF9500;
}
.status_Patient.Rejected_case {
  background: #FEEBF0;
  color: #C30734;
}
.status_Patient.Limited_case {
  background: #EBF7FF;
  color: #0099FF !important;
}

.general_filter {
  display: flex;
  align-items: center;
  justify-content: end;
  flex-wrap: wrap;
  gap: 10px;
}
.general_filter .filter_input_f {
  display: flex;
  align-items: center;
  justify-content: start;
}

.apply_filter button {
  margin: 0 5px;
}

button.disabled {
  opacity: 0.3 !important;
  text-decoration: none;
}

.n_filter_c select {
  border: 1px solid #000000 !important;
  color: #000000 !important;
}
.n_filter_c button input {
  border: 1px solid #000000 !important;
  color: #000000 !important;
}

.v-ur-edit {
  display: flex;
  align-items: center;
  justify-content: start;
}
.v-ur-edit img {
  position: relative;
  top: 0;
}

.form_c span.select2.select2-container.select2-container--default.select2-container--focus,
.form_c span.select2.select2-container.select2-container--default.select2-container--below,
.form_c span.select2.select2-container.select2-container--default {
  width: 100%;
  border: 1px solid #EEEEEE;
  padding: 8px 13px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
}
.form_c .select2-container--default .select2-selection--single {
  border: unset;
}

.f_checkbox .control__indicator {
  top: 7px;
}

.checkbox-wrapper-21.f_checkbox.checked-active {
  padding: 3px 10px;
  border-radius: 6px;
}

.filter_input_f span.select2.select2-container.select2-container--default.select2-container--below {
  width: 200px !important;
  border: unset !important;
}

.filter_input_f span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus span.selection {
  width: 200px !important;
  border: unset !important;
  display: inline-block !important;
}

.filter_input_f span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus span.selection span.select2-selection.select2-selection--single {
  width: 200px !important;
  border: unset !important;
}

html[dir=rtl] body {
  direction: rtl;
}
html[dir=rtl] body .form-c i {
  left: 10px;
  right: unset;
}
html[dir=rtl] body .log-w i,
html[dir=rtl] body .form-login form .back-to-page a i,
html[dir=rtl] body .pagination-pages ul li a i,
html[dir=rtl] body .bk-img-icon {
  transform: rotate(180deg);
}
html[dir=rtl] body .form-login form .form_card .form-c .view-pass {
  left: 10px;
  right: unset;
}
html[dir=rtl] body .code-form {
  direction: rtl;
}
html[dir=rtl] body .st-case:before,
html[dir=rtl] body .form-view-sec ul li:before {
  right: 0;
  left: unset;
}
html[dir=rtl] body section.personal-info-sec .body-content-sec .sidenav-header .toggle-icon {
  right: -15px;
  left: unset;
}
html[dir=rtl] body .form-details .form_c i {
  left: 10px;
  right: unset;
}
html[dir=rtl] body .form-details .form_c img {
  left: 10px;
  right: unset;
}
html[dir=rtl] body .accordion-button::after {
  margin-right: auto;
  margin-left: unset;
}
html[dir=rtl] body section.personal-info-sec .sidenave-sec.open .dasborad-name {
  right: 65px;
}
html[dir=rtl] body section.personal-info-sec .sidenave-sec.open .list-dashbord-name:hover .dasborad-name {
  right: 45px;
  left: unset;
}
html[dir=rtl] body section.personal-info-sec .sidenave-sec.open .dasborad-name:before {
  right: -6px;
  left: unset;
}
html[dir=rtl] body .list_chi ul li:before {
  right: 0;
  left: unset;
}
html[dir=rtl] body .check_input {
  left: unset;
  right: 20px;
}

@media (max-width: 1200px) {
  .crew-sec:after {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  section.personal-info-sec .sidenave-sec {
    width: 90px;
    transition: 0.3s ease-in-out;
  }
  section.personal-info-sec .body-content-sec {
    width: calc(100% - 90px);
    transition: 0.3s ease-in-out;
  }
  section.personal-info-sec .sidenave-sec .list-type h6 {
    padding: 10px 8px;
    text-align: center;
  }
  section.personal-info-sec .sidenave-sec .full-logo {
    display: none;
  }
  section.personal-info-sec .sidenave-sec .half-logo {
    display: block !important;
  }
  section.personal-info-sec .sidenave-sec .list-dashbord-name {
    justify-content: center;
    position: relative;
  }
  section.personal-info-sec .sidenave-sec .dasborad-name {
    position: absolute;
    background: #201A51 !important;
    color: #fff !important;
    width: -moz-max-content;
    width: max-content;
    left: 65px;
    padding: 7px 10px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  section.personal-info-sec .sidenave-sec .dasborad-name:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -6px;
    width: 15px;
    height: 15px;
    background: #201a51;
    transform: rotate(45deg);
    z-index: 0;
    border-radius: 1px;
    -webkit-border-radius: 1px;
  }
  section.personal-info-sec .sidenave-sec .dasborad-name {
    position: absolute;
    background: #201A51 !important;
    color: #fff !important;
    width: -moz-max-content;
    width: max-content;
    left: 65px;
    padding: 7px 10px;
    border-radius: 8px;
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
  }
  .btn-page-items a,
  .btn-page-items button {
    width: 100%;
  }
  .head-card {
    flex-wrap: wrap;
  }
  .head-card h5 {
    margin-bottom: 10px;
  }
  .head-card .search_card {
    flex-wrap: wrap;
  }
  .head-card .search_card .search_box {
    width: 100%;
    margin-bottom: 5px;
  }
  .head-card .search_card .filter-search {
    width: 100%;
  }
  .time-head-title {
    flex-wrap: wrap;
  }
  .head-card {
    flex-wrap: wrap;
  }
  .head-card h5 {
    margin-bottom: 10px;
  }
  .head-card .search_card {
    flex-wrap: wrap;
  }
  .head-card .search_card .search_box {
    width: 100%;
    margin-bottom: 5px;
  }
  .head-card .search_card .filter-search,
  .head-card .search_card .filter-search select {
    width: 100%;
  }
  .table-content {
    overflow-x: auto;
  }
  .td-name.Actions-sec {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .td-name.Actions-sec a,
  .td-name.Actions-sec button {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 990px) {
  .dog {
    overflow: hidden;
  }
  .col-md-6 {
    width: 100%;
    max-width: 100%;
  }
  .form-login form,
  .ul-footer {
    width: 100%;
  }
  .sm_card_db {
    flex-wrap: wrap;
  }
  .sm_card_db .card_db {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-log {
    bottom: 0px;
    position: relative;
  }
  .crew-sec:after {
    width: 100%;
  }
  .btn-page-items {
    width: 100%;
    margin: 10px 0;
  }
  .list-tab-policy {
    width: 100%;
  }
  .list-tab-policy li {
    width: 100%;
  }
  .list-tab-policy li .item_tab {
    width: 100%;
  }
  .sm_card_db {
    flex-wrap: wrap;
  }
  .sm_card_db .card_db {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */