@import "../../app-assets/vendors/css/vendors-rtl.min.css";
@import "../../app-assets/css-rtl/bootstrap.css";
@import "../../app-assets/css-rtl/bootstrap-extended.css";
@import "../../app-assets/css-rtl/colors.css";
@import "../../app-assets/css-rtl/components.css";
@import "../../app-assets/css-rtl/themes/dark-layout.css";
@import "../../app-assets/css-rtl/themes/semi-dark-layout.css";
@import "../../app-assets/css-rtl/core/menu/menu-types/vertical-menu.css";
@import "../../app-assets/vendors/css/forms/select/select2.min.css";
@import "../../app-assets/vendors/css/pickers/flatpickr/flatpickr.min.css";
@import "../../app-assets/css-rtl/custom-rtl.css";
:root {
  --border-radius-lg: 16px;
}
@media (max-width: 767.98px) {
  :root {
    --border-radius-lg: 12px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --border-radius-lg: 10px;
  }
}

/* content better media queries */
body {
  direction: rtl;
}

:root {
  --bs-font-sans-serif: "Tajawal", "sans-serif";
  --bs-font-monospace: "Tajawal", "sans-serif";
  --bs-body-font-size: 1.1rem;
  --main-color-rgb: 169, 160, 99;
  --main-dark-color: #161d31;
  --prymary-btn: #a9a063;
  --prymary-btn-color: #ffffff;
  --info-btn: #00cfe8;
  --info-btn-color: #ffffff;
  --danger-btn: #ea5455;
  --danger-btn-color: #ffffff;
}

html body {
  font-family: "Tajawal", sans-serif;
  overflow-x: hidden;
}

.main-menu.menu-light .navigation > li.active > a {
  box-shadow: 0 0 10px 1px rgb(var(--main-color), 0.7);
  background: var(--main-color);
}

.main-menu.menu-dark .navigation > li.active > a {
  background: var(--main-dark-color);
  box-shadow: 0 0 10px 1px rgb(var(--main-dark-color), 0.7);
}

.card-statistics .statistics-body .avatar .avatar-content .feather {
  width: 1.5rem;
  height: 1.5rem;
}

a {
  color: var(--main-color);
}
a:hover {
  color: var(--main-color);
}

.dark-layout a:hover {
  color: var(--main-color);
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #a9a063;
  background-color: rgba(169, 160, 99, 0.12);
}

.main-menu .navbar-header {
  height: auto;
}

.main-menu .navbar-header ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}

.main-menu .navbar-header .navbar-brand .brand-logo img {
  height: 140px;
  width: 85%;
  max-width: 100%;
  object-fit: contain;
}

.main-menu .navbar-header .navbar-brand {
  width: 100%;
  justify-content: center;
  margin-right: 10px;
}

.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navbar-header .navbar-brand {
  width: auto;
  margin-right: 0;
}
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navbar-header .navbar-brand .brand-logo img {
  height: auto;
  width: 54px;
  max-width: none;
}
.vertical-layout.vertical-menu-modern.menu-collapsed .main-menu:not(.expanded) .navbar-header {
  padding: 1rem !important;
}

.text-primary {
  color: var(--main-color) !important;
}

.main-menu.menu-light .navigation.account-menu-info > li ul .active {
  background: transparent;
  box-shadow: none;
}

.main-menu .navigation li a span {
  display: none;
}

.main-menu.expanded .navigation li a span {
  display: block;
}

.navigation.account-menu-info > li ul li {
  white-space: normal;
}
.navigation.account-menu-info > li ul li p {
  font-size: 15px;
  margin-bottom: 2px;
}

.account-menu-info-list li {
  padding-top: 5px;
}

.account-menu-info-list li:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
}

.navbar-horizontal.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  padding: 0.2rem 1rem;
  transition: color ease-in-out 0.3s;
}
.navbar-horizontal.header-navbar .navbar-container ul.navbar-nav li > a.nav-link:hover {
  color: var(--main-color);
}

.dropdown-user .dropdown-toggle:after {
  display: none;
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon:hover,
.header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover {
  color: var(--main-color);
}

.navigation li.nav-item ul.menu-content li a {
  font-size: 15px;
}

.dark-layout .main-menu .collapse-toggle-icon {
  color: #fff !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: var(--main-color);
  color: var(--main-color);
}

.nav-tabs .nav-link:after {
  background: var(--main-color) !important;
}

.nav-pills .nav-link.active {
  background-color: var(--main-color);
  border-color: var(--main-color);
  box-shadow: 0 4px 15px -4px var(--main-color);
}

.form-label {
  font-size: 1.05rem;
}

.form-control:focus:valid,
.form-control:focus.is-valid,
.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
  box-shadow: 0 3px 10px 0 rgba(var(--main-color-rgb), 0.2) !important;
}

.form-control:focus,
.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
  border-color: var(--main-color) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: 0 !important;
  height: 17px;
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--main-color) !important;
  box-shadow: 0 3px 10px 0 rgba(var(--main-color-rgb), 0.2);
}

.select2-container--classic .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: var(--main-color) !important;
}

.select2-container--classic .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted {
  color: var(--main-color) !important;
  background-color: rgba(var(--main-color-rgb), 0.2) !important;
}

.btn-primary {
  background-color: var(--prymary-btn) !important;
  border-color: var(--prymary-btn) !important;
  color: var(--prymary-btn-color) !important;
}

.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px var(--main-color);
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}

.btn-info {
  border-color: var(--info-btn) !important;
  background-color: var(--info-btn) !important;
  color: var(--info-btn-color) !important;
}

.btn-info:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px var(--info-btn);
}

.btn-info:focus,
.btn-info:active,
.btn-info.active {
  background-color: var(--info-btn) !important;
  border-color: var(--info-btn) !important;
}

.btn-danger {
  border-color: var(--danger-btn) !important;
  background-color: var(--danger-btn) !important;
  color: var(--danger-btn-color) !important;
}

.btn-danger:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px var(--danger-btn);
}

.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
  background-color: var(--danger-btn) !important;
  border-color: var(--danger-btn) !important;
}

.flatpickr-input[readonly],
.flatpickr-input ~ .form-control[readonly],
.flatpickr-input[readonly] {
  background-color: inherit;
  opacity: 1 !important;
}

.dark-layout .nav-pills .nav-item .nav-link.active {
  background-color: var(--main-dark-color) !important;
  border-color: var(--main-dark-color) !important;
  box-shadow: 0 4px 15px -4px var(--main-dark-color);
}

.dark-layout .nav-tabs .nav-item .nav-link.active,
.dark-layout .nav-pills .nav-item .nav-link.active,
.dark-layout .nav-tabs.nav-justified .nav-item .nav-link.active {
  color: #fff !important;
}

.dark-layout .nav-tabs .nav-link:after {
  background: var(--main-dark-color) !important;
}

.dark-layout .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: rgb(180, 183, 189);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.flatpickr-day.today {
  border-color: var(--main-color);
}

:root {
  --second-color: #e5b950;
}

.auth-layout {
  position: relative;
  background-position: left;
  background: #fff;
}
.auth-layout .auth-bg {
  position: relative;
  height: 100vh;
  background: #02254f;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .auth-layout .auth-bg {
    height: 100vh !important;
  }
}
.auth-layout .auth-bg .logo {
  position: absolute;
  top: 30px;
  left: 20%;
}
.auth-layout .auth-bg .logo img {
  height: 100px;
}
.auth-layout .auth-bg .vector {
  display: flex;
  justify-content: center;
}
.auth-layout .auth-bg .vector img {
  width: 70%;
}
.auth-layout .auth-form {
  padding: 20px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 6px;
}
.auth-layout .auth-form h1 {
  color: var(--second-color);
  font-weight: 800;
  font-size: 40px;
  margin-bottom: 30px;
}
.auth-layout .auth-form h2 {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 50px;
  color: #272727;
}
.auth-layout .auth-form h2:before {
  content: "";
  width: 63px;
  height: 3px;
  background: var(--second-color);
  display: block;
  margin-left: 10px;
}
.auth-layout .auth-form .auth-btn {
  display: flex;
  padding-top: 30px !important;
}
.auth-layout .auth-form .auth-btn button {
  max-width: 100%;
  background: var(--second-color);
  border-radius: 3px;
  color: #fff;
  width: 74px;
  height: 74px;
  box-shadow: 0 3.6px 36.1px 0 rgba(231, 186, 82, 0.37);
  display: flex;
  justify-content: center;
  align-items: center;
}
.auth-layout .auth-form .auth-btn button svg {
  color: #fff;
}
.auth-layout .or {
  text-align: center;
  margin: 20px 0;
  font-size: 12px;
  color: #bababa;
}
.auth-layout .accept {
  margin-top: 40px;
  margin-bottom: 40px;
}
.auth-layout .social-btns {
  display: flex;
  flex-direction: column;
}
.auth-layout .social-btns button {
  margin-bottom: 20px;
  background-color: var(--second-color) !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px !important;
  border: none !important;
  position: relative;
  width: 74px;
  height: 74px;
  box-shadow: 0 3.6px 36.1px 0 rgba(231, 186, 82, 0.37);
}
.auth-layout .social-btns button svg {
  color: #fff;
}
.auth-layout .other-option {
  margin-top: 30px;
}
.auth-layout .other-option a {
  font-weight: 500;
  color: #272727;
  font-size: 12px;
}
.auth-layout .other-option span {
  font-weight: bold;
  margin: 0 10px;
  display: inline-block;
}
.auth-layout .forget-remmber {
  display: flex;
  justify-content: flex-end;
}
.auth-layout .forget-remmber a {
  color: #969ba3;
  font-size: 13px;
  font-weight: normal;
}
.auth-layout .form-group {
  margin-bottom: 20px;
  position: relative;
}
.auth-layout .form-group label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #797979;
}
.auth-layout .form-group .inputIcon {
  position: absolute;
  left: 0;
  top: 43px;
  left: 10px;
  color: #ccc;
}
.auth-layout .form-group .form-control {
  height: 50px;
  border: solid 1px #f5f5f6;
  background: #f9fafe;
  outline: none;
}
.auth-layout .form-group .form-control:focus {
  border: none;
}

.navbar-light.navbar-horizontal {
  background: var(--nav-bg-color);
}

.header-navbar .navbar-container ul.navbar-nav li > a.nav-link {
  color: var(--nav-color);
}

.navbar-horizontal.header-navbar .navbar-container ul.navbar-nav li > a.nav-link:hover {
  color: var(--nav-hover-color);
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon,
.header-navbar .navbar-container ul.navbar-nav li svg.ficon {
  color: var(--nav-color);
}

.tab-content .tab-pane .card {
  background: var(--inside-menu-bg-color);
}

.tab-content .tab-pane .card .nav-tabs .nav-link {
  color: var(--inside-menu-color);
}

.tab-content .tab-pane .card .nav-pills .nav-link {
  color: var(--inside-menu-color);
  box-shadow: 0 4px 15px -4px var(--main-color);
}

.nav-pills .nav-link.active {
  background-color: var(--inside-menu-active);
  border-color: var(--inside-menu-active);
}

.tab-content .tab-pane .card .nav-pills .nav-link.active {
  color: var(--inside-menu-text-active);
}

.form-group {
  margin-bottom: 20px;
}
.form-group > label {
  color: #5f5c6a;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
}
.form-group input[type=text],
.form-group input[type=number],
.form-group input[type=date],
.form-group select {
  background-color: #fdfdfd;
  border: solid 1px #f4f4f4;
  height: 52px;
}
.form-group input[readonly] {
  background-color: #eaeaea;
  border: solid 1px #d3d3d3;
}
.form-group .form-check-inline {
  padding-right: 1.3rem;
}
.form-group .form-check-inline .form-check-label {
  font-size: 12px;
  color: #b4b4b4;
}
.form-group .form-check-inline .form-check-input {
  width: 1rem;
  height: 1rem;
  margin-top: 7px;
  margin-right: -1.385rem;
}
.form-group .form-check-inline .form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--main-color);
}
.form-group .form-check-inline .form-check-input:focus {
  border-color: var(--main-color);
  outline: 0;
}

.card .card-header {
  padding: 1rem 1.5rem;
}
.card .card-header h4 {
  font-weight: 800;
  font-size: 16px;
  color: #162344;
}

.custom-dropdown .dropdown-menu {
  right: auto !important;
  left: 0 !important;
}

html .content .content-wrapper .content-header-title {
  font-size: 20px;
  margin: 0;
}

.breadcrumbs-top .col-12 {
  align-items: center;
  display: flex;
}

.action-btn svg {
  stroke-width: 2;
  width: 25px;
  height: 25px;
}

.action-dropdown .dropdown-menu {
  padding: 0;
}
.action-dropdown .dropdown-menu li a {
  display: flex;
  align-items: center;
  border: 1px solid #f7f7f7;
}
.action-dropdown .dropdown-menu li a svg {
  width: 18px;
  height: 18px;
  margin: 0 3px;
  color: #5f5c6a;
}
.action-dropdown .dropdown-menu li a span {
  margin: 0 3px;
  color: #5f5c6a;
  font-size: 14px;
  font-weight: 600;
}

.badge-status {
  width: 102px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  border-radius: 4px;
}
.badge-status.status-1 {
  background: #51a12c;
  color: #fff;
}
.badge-status.status-2 {
  background: #b92a2a;
  color: #fff;
}
.badge-status.status-3 {
  background: #1e2052;
  color: #fff;
}
    .badge-status.status-4 {
        background: var(--main-color);
        color: #fff;
    }

.buttons {
  display: flex;
  flex-wrap: wrap;
}
.buttons .btn-add a {
  display: flex;
  background: var(--main-color);
  color: #fff;
  margin: 0 5px;
}
.buttons .btn-add a svg {
  margin: 0 3px;
}
.buttons .btn-add a span {
  margin: 0 3px;
}

.card-dropdown-1 {
  margin: 0 5px;
}
.card-dropdown-1 .custom-dropdown .dropdown-toggle {
  background: #1e2052;
  color: #fff;
}

.tabs-style-1 .nav-tabs {
  margin-bottom: 30px;
}
.tabs-style-1 .nav-tabs .nav-item .nav-link {
  color: #c2c2c2;
  border: none;
  overflow: inherit;
}
.tabs-style-1 .nav-tabs .nav-item .nav-link:after {
  display: none;
}
.tabs-style-1 .nav-tabs .nav-item .nav-link.active {
  border: none;
  position: relative;
  color: #000;
}
.tabs-style-1 .nav-tabs .nav-item .nav-link.active:after {
  position: absolute;
  bottom: -2.5px;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: var(--main-color);
  display: block;
}
.tabs-style-1 .nav-tabs .nav-item .nav-link:hover {
  border: none;
}
.tabs-style-1.with-line .nav-tabs {
  margin-bottom: 30px;
  border-bottom: 2px solid #eaeaea;
}

.service-steps {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 60px;
  position: relative;
}
.service-steps .service-step-link {
  position: relative;
  z-index: 2;
}
.service-steps .service-step-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-decoration: none;
}
.service-steps .service-step-link a .number {
  width: 50px;
  height: 50px;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-bottom: 12px;
  color: #8a8a8a;
  font-size: 16px;
  font-weight: 800;
}
.service-steps .service-step-link a h5 {
  font-size: 12px;
  color: #bdbdbd;
  margin: 0;
}
.service-steps .progress {
  position: absolute;
  top: 25px;
  width: 95%;
  z-index: -1;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.service-steps .progress .progress-bar {
  background: var(--main-color);
}
.service-steps.step-1 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-1 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.total-1.step-1 .progress .progress-bar {
  width: 100%;
}
.service-steps.step-2 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-2 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.step-2 .service-step-link:nth-child(2) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-2 .service-step-link:nth-child(2) a h5 {
  color: var(--main-color);
}
.service-steps.total-2.step-1 .progress .progress-bar {
  width: 50%;
}
.service-steps.total-2.step-2 .progress .progress-bar {
  width: 100%;
}
.service-steps.step-3 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-3 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.step-3 .service-step-link:nth-child(2) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-3 .service-step-link:nth-child(2) a h5 {
  color: var(--main-color);
}
.service-steps.step-3 .service-step-link:nth-child(3) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-3 .service-step-link:nth-child(3) a h5 {
  color: var(--main-color);
}
.service-steps.total-3.step-1 .progress .progress-bar {
  width: 33.3333333333%;
}
.service-steps.total-3.step-2 .progress .progress-bar {
  width: 66.6666666667%;
}
.service-steps.total-3.step-3 .progress .progress-bar {
  width: 100%;
}
.service-steps.step-4 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-4 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.step-4 .service-step-link:nth-child(2) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-4 .service-step-link:nth-child(2) a h5 {
  color: var(--main-color);
}
.service-steps.step-4 .service-step-link:nth-child(3) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-4 .service-step-link:nth-child(3) a h5 {
  color: var(--main-color);
}
.service-steps.step-4 .service-step-link:nth-child(4) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-4 .service-step-link:nth-child(4) a h5 {
  color: var(--main-color);
}
.service-steps.total-4.step-1 .progress .progress-bar {
  width: 25%;
}
.service-steps.total-4.step-2 .progress .progress-bar {
  width: 50%;
}
.service-steps.total-4.step-3 .progress .progress-bar {
  width: 75%;
}
.service-steps.total-4.step-4 .progress .progress-bar {
  width: 100%;
}
.service-steps.step-5 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-5 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.step-5 .service-step-link:nth-child(2) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-5 .service-step-link:nth-child(2) a h5 {
  color: var(--main-color);
}
.service-steps.step-5 .service-step-link:nth-child(3) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-5 .service-step-link:nth-child(3) a h5 {
  color: var(--main-color);
}
.service-steps.step-5 .service-step-link:nth-child(4) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-5 .service-step-link:nth-child(4) a h5 {
  color: var(--main-color);
}
.service-steps.step-5 .service-step-link:nth-child(5) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-5 .service-step-link:nth-child(5) a h5 {
  color: var(--main-color);
}
.service-steps.total-5.step-1 .progress .progress-bar {
  width: 20%;
}
.service-steps.total-5.step-2 .progress .progress-bar {
  width: 40%;
}
.service-steps.total-5.step-3 .progress .progress-bar {
  width: 60%;
}
.service-steps.total-5.step-4 .progress .progress-bar {
  width: 80%;
}
.service-steps.total-5.step-5 .progress .progress-bar {
  width: 100%;
}
.service-steps.step-6 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-6 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.step-6 .service-step-link:nth-child(2) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-6 .service-step-link:nth-child(2) a h5 {
  color: var(--main-color);
}
.service-steps.step-6 .service-step-link:nth-child(3) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-6 .service-step-link:nth-child(3) a h5 {
  color: var(--main-color);
}
.service-steps.step-6 .service-step-link:nth-child(4) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-6 .service-step-link:nth-child(4) a h5 {
  color: var(--main-color);
}
.service-steps.step-6 .service-step-link:nth-child(5) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-6 .service-step-link:nth-child(5) a h5 {
  color: var(--main-color);
}
.service-steps.step-6 .service-step-link:nth-child(6) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-6 .service-step-link:nth-child(6) a h5 {
  color: var(--main-color);
}
.service-steps.total-6.step-1 .progress .progress-bar {
  width: 16.6666666667%;
}
.service-steps.total-6.step-2 .progress .progress-bar {
  width: 33.3333333333%;
}
.service-steps.total-6.step-3 .progress .progress-bar {
  width: 50%;
}
.service-steps.total-6.step-4 .progress .progress-bar {
  width: 66.6666666667%;
}
.service-steps.total-6.step-5 .progress .progress-bar {
  width: 83.3333333333%;
}
.service-steps.total-6.step-6 .progress .progress-bar {
  width: 100%;
}
.service-steps.step-7 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-7 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.step-7 .service-step-link:nth-child(2) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-7 .service-step-link:nth-child(2) a h5 {
  color: var(--main-color);
}
.service-steps.step-7 .service-step-link:nth-child(3) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-7 .service-step-link:nth-child(3) a h5 {
  color: var(--main-color);
}
.service-steps.step-7 .service-step-link:nth-child(4) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-7 .service-step-link:nth-child(4) a h5 {
  color: var(--main-color);
}
.service-steps.step-7 .service-step-link:nth-child(5) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-7 .service-step-link:nth-child(5) a h5 {
  color: var(--main-color);
}
.service-steps.step-7 .service-step-link:nth-child(6) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-7 .service-step-link:nth-child(6) a h5 {
  color: var(--main-color);
}
.service-steps.step-7 .service-step-link:nth-child(7) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-7 .service-step-link:nth-child(7) a h5 {
  color: var(--main-color);
}
.service-steps.total-7.step-1 .progress .progress-bar {
  width: 14.2857142857%;
}
.service-steps.total-7.step-2 .progress .progress-bar {
  width: 28.5714285714%;
}
.service-steps.total-7.step-3 .progress .progress-bar {
  width: 42.8571428571%;
}
.service-steps.total-7.step-4 .progress .progress-bar {
  width: 57.1428571429%;
}
.service-steps.total-7.step-5 .progress .progress-bar {
  width: 71.4285714286%;
}
.service-steps.total-7.step-6 .progress .progress-bar {
  width: 85.7142857143%;
}
.service-steps.total-7.step-7 .progress .progress-bar {
  width: 100%;
}
.service-steps.step-8 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-8 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.step-8 .service-step-link:nth-child(2) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-8 .service-step-link:nth-child(2) a h5 {
  color: var(--main-color);
}
.service-steps.step-8 .service-step-link:nth-child(3) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-8 .service-step-link:nth-child(3) a h5 {
  color: var(--main-color);
}
.service-steps.step-8 .service-step-link:nth-child(4) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-8 .service-step-link:nth-child(4) a h5 {
  color: var(--main-color);
}
.service-steps.step-8 .service-step-link:nth-child(5) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-8 .service-step-link:nth-child(5) a h5 {
  color: var(--main-color);
}
.service-steps.step-8 .service-step-link:nth-child(6) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-8 .service-step-link:nth-child(6) a h5 {
  color: var(--main-color);
}
.service-steps.step-8 .service-step-link:nth-child(7) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-8 .service-step-link:nth-child(7) a h5 {
  color: var(--main-color);
}
.service-steps.step-8 .service-step-link:nth-child(8) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-8 .service-step-link:nth-child(8) a h5 {
  color: var(--main-color);
}
.service-steps.total-8.step-1 .progress .progress-bar {
  width: 12.5%;
}
.service-steps.total-8.step-2 .progress .progress-bar {
  width: 25%;
}
.service-steps.total-8.step-3 .progress .progress-bar {
  width: 37.5%;
}
.service-steps.total-8.step-4 .progress .progress-bar {
  width: 50%;
}
.service-steps.total-8.step-5 .progress .progress-bar {
  width: 62.5%;
}
.service-steps.total-8.step-6 .progress .progress-bar {
  width: 75%;
}
.service-steps.total-8.step-7 .progress .progress-bar {
  width: 87.5%;
}
.service-steps.total-8.step-8 .progress .progress-bar {
  width: 100%;
}
.service-steps.step-9 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-9 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.step-9 .service-step-link:nth-child(2) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-9 .service-step-link:nth-child(2) a h5 {
  color: var(--main-color);
}
.service-steps.step-9 .service-step-link:nth-child(3) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-9 .service-step-link:nth-child(3) a h5 {
  color: var(--main-color);
}
.service-steps.step-9 .service-step-link:nth-child(4) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-9 .service-step-link:nth-child(4) a h5 {
  color: var(--main-color);
}
.service-steps.step-9 .service-step-link:nth-child(5) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-9 .service-step-link:nth-child(5) a h5 {
  color: var(--main-color);
}
.service-steps.step-9 .service-step-link:nth-child(6) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-9 .service-step-link:nth-child(6) a h5 {
  color: var(--main-color);
}
.service-steps.step-9 .service-step-link:nth-child(7) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-9 .service-step-link:nth-child(7) a h5 {
  color: var(--main-color);
}
.service-steps.step-9 .service-step-link:nth-child(8) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-9 .service-step-link:nth-child(8) a h5 {
  color: var(--main-color);
}
.service-steps.step-9 .service-step-link:nth-child(9) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-9 .service-step-link:nth-child(9) a h5 {
  color: var(--main-color);
}
.service-steps.total-9.step-1 .progress .progress-bar {
  width: 11.1111111111%;
}
.service-steps.total-9.step-2 .progress .progress-bar {
  width: 22.2222222222%;
}
.service-steps.total-9.step-3 .progress .progress-bar {
  width: 33.3333333333%;
}
.service-steps.total-9.step-4 .progress .progress-bar {
  width: 44.4444444444%;
}
.service-steps.total-9.step-5 .progress .progress-bar {
  width: 55.5555555556%;
}
.service-steps.total-9.step-6 .progress .progress-bar {
  width: 66.6666666667%;
}
.service-steps.total-9.step-7 .progress .progress-bar {
  width: 77.7777777778%;
}
.service-steps.total-9.step-8 .progress .progress-bar {
  width: 88.8888888889%;
}
.service-steps.total-9.step-9 .progress .progress-bar {
  width: 100%;
}
.service-steps.step-10 .service-step-link:nth-child(1) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(1) a h5 {
  color: var(--main-color);
}
.service-steps.step-10 .service-step-link:nth-child(2) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(2) a h5 {
  color: var(--main-color);
}
.service-steps.step-10 .service-step-link:nth-child(3) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(3) a h5 {
  color: var(--main-color);
}
.service-steps.step-10 .service-step-link:nth-child(4) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(4) a h5 {
  color: var(--main-color);
}
.service-steps.step-10 .service-step-link:nth-child(5) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(5) a h5 {
  color: var(--main-color);
}
.service-steps.step-10 .service-step-link:nth-child(6) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(6) a h5 {
  color: var(--main-color);
}
.service-steps.step-10 .service-step-link:nth-child(7) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(7) a h5 {
  color: var(--main-color);
}
.service-steps.step-10 .service-step-link:nth-child(8) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(8) a h5 {
  color: var(--main-color);
}
.service-steps.step-10 .service-step-link:nth-child(9) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(9) a h5 {
  color: var(--main-color);
}
.service-steps.step-10 .service-step-link:nth-child(10) a .number {
  background: var(--main-color);
  color: #fff;
}
.service-steps.step-10 .service-step-link:nth-child(10) a h5 {
  color: var(--main-color);
}
.service-steps.total-10.step-1 .progress .progress-bar {
  width: 10%;
}
.service-steps.total-10.step-2 .progress .progress-bar {
  width: 20%;
}
.service-steps.total-10.step-3 .progress .progress-bar {
  width: 30%;
}
.service-steps.total-10.step-4 .progress .progress-bar {
  width: 40%;
}
.service-steps.total-10.step-5 .progress .progress-bar {
  width: 50%;
}
.service-steps.total-10.step-6 .progress .progress-bar {
  width: 60%;
}
.service-steps.total-10.step-7 .progress .progress-bar {
  width: 70%;
}
.service-steps.total-10.step-8 .progress .progress-bar {
  width: 80%;
}
.service-steps.total-10.step-9 .progress .progress-bar {
  width: 90%;
}
.service-steps.total-10.step-10 .progress .progress-bar {
  width: 100%;
}

.service-step-inner-box {
  padding: 30px 20px;
}
.service-step-inner-box h2 {
  font-size: 20px;
  font-weight: 600;
  color: #2c397f;
  margin-bottom: 50px;
  border-bottom: solid 0.8px #e4e4e4;
  padding-bottom: 30px;
}

.service-steps-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  flex-wrap: wrap;
}
.service-steps-buttons button,
.service-steps-buttons input {
  width: 160px;
  margin: 0 10px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--main-color);
  color: #fff;
  margin-bottom: 20px;
  background: var(--main-color) !important;
}
.service-steps-buttons button.back,
.service-steps-buttons input.back {
  color: var(--main-color);
  background: transparent !important;
}

.btn-submit {
  display: flex;
  justify-content: center;
  padding: 30px 0;
}
.btn-submit button,
.btn-submit i {
  max-width: 309px;
  width: 100%;
  height: 53px;
  border-radius: 3px;
  background-color: var(--main-color) !important;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
.btn-submit button span,
.btn-submit i span {
  margin: 0 5px;
}
.btn-submit button svg,
.btn-submit i svg {
  margin: 0 5px;
  width: 20px;
  height: 20px;
}
.btn-submit button:hover,
.btn-submit i:hover {
  transform: translateY(-10px);
  color: #fff;
}

.buttons-form-actins {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.buttons-form-actins .side {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.buttons-form-actins .btn {
  width: 200px;
  height: 53px;
  border-radius: 3px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.5s;
}
.buttons-form-actins .btn span {
  margin: 0 5px;
}
.buttons-form-actins .btn svg {
  margin: 0 5px;
  width: 20px;
  height: 20px;
}
.buttons-form-actins .btn:hover {
  transform: translateY(-10px);
  color: #fff;
}

.btn-second-outline {
  background: none !important;
  border: 1px solid var(--second-color) !important;
  color: var(--second-color) !important;
}

.btn-main {
  background: var(--main-color) !important;
}

.custom-input-file {
  border-radius: 2.5px;
  border: solid 1.3px #d6d6d6;
  background-color: #fff;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-input-file .btn_upload {
  font-size: 15px;
  color: #898989;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.custom-input-file .btn_upload span,
.custom-input-file .btn_upload svg {
  margin: 0 5px;
}
.custom-input-file input {
  display: none;
}
.custom-input-file.has-file .preview {
  display: block !important;
}
.custom-input-file.has-file .btn_upload {
  display: none;
}

.card-body fieldset {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
}
.card-body fieldset legend {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  position: relative;
  display: flex;
  margin-bottom: 20px;
  padding-right: 10px;
}
.card-body fieldset legend:after {
  position: absolute;
  content: "";
  width: 3px;
  height: 31px;
  bottom: -10px;
  background: var(--main-color);
  border-radius: 5px;
  right: 0;
  top: 0;
}
.card-body .links-all {
  display: flex;
  flex-wrap: wrap;
}
.card-body .links-all a {
  background: #f1f1f1;
  margin: 5px;
}

.chart-box {
  border: 1px solid #efefef;
  padding: 15px;
  border-radius: 5px;
}
.chart-box h3 {
  font-size: 14px;
  font-weight: bold;
  color: #3d3d3d;
  text-align: center;
  margin-bottom: 20px;
}

.apexcharts-legend-marker {
  margin-left: 3px;
  margin-right: 0;
}

.apexcharts-legend-text {
  font-family: var(--bs-font-sans-serif) !important;
}

.btn-bg-main {
  background: var(--main-color);
  color: #fff !important;
}

.btn-bg-second {
  background: var(--second-color);
  color: #fff !important;
}

.title-box-1 {
  color: var(--main-color);
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 20px;
}

.details-list-parent {
  display: flex;
}

.details-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.details-list .detail-item {
  width: 25%;
}
@media (max-width: 767.98px) {
  .details-list .detail-item {
    width: 50%;
  }
}
.details-list.w-33 .detail-item {
  width: 33.3333333333%;
}
@media (max-width: 767.98px) {
  .details-list.w-33 .detail-item {
    width: 50%;
  }
}

.detail-item {
  padding: 20px;
  border: 0.5px solid #f1f1f1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.detail-item h4 {
  font-size: 14px;
  color: #5f5c6a;
  font-weight: 600;
  margin-bottom: 0;
}
.detail-item span {
  font-size: 14px;
  color: #1e2052;
  font-weight: 600;
}
.detail-item img {
  height: 150px;
  object-fit: contain;
}
.detail-item.w-33 {
  width: 33.3333333333%;
}
@media (max-width: 767.98px) {
  .detail-item.w-33 {
    width: 100%;
  }
}

.service-steps .service-step-link:nth-child(1) a .number {
  margin-left: auto;
}

.dataTable thead th,
.table thead th {
  background: none !important;
  color: var(--second-color);
  border: none !important;
}
.dataTable .odd td,
.table .odd td {
  background: #f9f9f9;
}
.dataTable td,
.table td {
  border: none !important;
}

.dropdown-menu .dropdown-item span {
  white-space: normal;
  line-height: 1.6;
}

.bg-gradient-info,
.btn-gradient-info {
  background-image: linear-gradient(-47deg, var(--second-color), var(--second-color));
}

.bg-gradient-primary,
.btn-gradient-primary {
  background-image: linear-gradient(-47deg, var(--main-color), var(--main-color));
}

.main-menu .navigation li a span {
  white-space: break-spaces;
}

.navigation {
  font-size: 1.1rem;
}

.content-header {
  display: none;
}

.header-navbar.floating-nav {
  position: absolute;
}

@media (max-width: 576px) {
  .container,
  .container-sm {
    max-width: 100% !important;
  }
  .service-steps .service-step-link a .number {
    width: 25px;
    height: 25px;
  }
  .service-steps .progress {
    top: 12px;
  }
  .service-steps {
    margin-right: -3rem;
    margin-left: -3rem;
    margin-bottom: 0;
  }
  .service-steps .service-step-link a h5 {
    display: none;
  }
  .service-steps-content {
    margin-right: -3rem;
    margin-left: -3rem;
  }
  .card-header-pills .nav-link {
    padding: 0.486rem 1rem;
    font-size: 0.7rem;
    font-weight: 600;
  }
}
.card-header-pills {
  gap: 15px;
}

.navbar-floating .header-navbar-shadow {
  display: none;
}

.tab-content .tab-pane .nav-tabs .nav-link {
  font-size: 1rem;
  padding: 0.41rem 0.7rem;
  display: flex;
  align-items: center;
}

.tab-content .tab-pane .nav-tabs .nav-link:before {
  content: "";
  width: 7px;
  height: 7px;
  background: var(--inside-menu-color);
  border-radius: 50%;
  margin-left: 5px;
}

.error-page {
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.error-page svg {
  color: var(--main-color);
  width: 100%;
  max-width: 400px;
  height: 400px;
}
.error-page h1 {
  margin-bottom: 40px;
}

.main-menu .main-menu-content {
  padding-bottom: 50px !important;
}

.myPinCode {
  display: flex;
  margin-bottom: 20px;
  margin-top: 50px;
}

.myPinCode input {
  width: 60px;
  height: 60px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f3f3f3;
  border-radius: 9px;
  margin: 0 20px;
  text-align: center;
  font-size: 20px;
}

.myPinCode input:nth-child(1) {
  margin-right: 0;
}

.card-inner-border {
  padding: 20px;
  border: 1px solid #e6eaee;
}

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