@font-face {
  font-family: "project-font";
  src: url("../webfonts/URWDINArabic-Regular.ttf");
}
body {
  font-family: "project-font" !important;
}

.direction {
  direction: rtl;
  text-align: right;
}

.direction2 {
  direction: ltr;
  text-align: left;
}

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

.text-align2 {
  text-align: left;
}

.nav-bar {
  background: #fff;
  z-index: 100;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1333333333);
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  left: 0;
}
.nav-bar .nav-button {
  color: #000 !important;
  text-decoration: none;
  margin: 10px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  padding: 5px;
  display: inline-block;
}
.nav-bar .nav-button:hover {
  transform: translateY(-3px) !important;
}
.nav-bar .lang-selector {
  border: none;
  background: none;
  position: relative;
}
.nav-bar .lang-selector img {
  width: 20px;
  margin: 5px;
}
.nav-bar .lang-selector i {
  margin: 3px;
}
.nav-bar .lang-selector:hover .langs {
  height: auto;
  padding: 10px;
  opacity: 1;
}
.nav-bar .langs {
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  min-width: 100px;
  border-radius: 10px;
  height: 0;
  background: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3333333333);
  padding: 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  overflow: hidden;
}
.nav-bar .langs li {
  list-style: none;
  padding: 5px;
}

body {
  padding-top: 60px;
  overflow-x: hidden;
}

@media (max-width: 1200px) {
  .nav-buttons {
    margin: 3px !important;
  }
  .nav-buttons .nav-button {
    margin: 3px;
  }
  .user-section {
    margin: 5px !important;
  }
}
@media (max-width: 920px) {
  .nav-bar {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1333333333);
    position: fixed;
    width: 100vw;
  }
  .nav-bar .nav-side {
    animation-duration: 1s;
    text-align: center;
    background: #fff;
    padding: 30px 10px;
    position: fixed;
    top: 0;
    z-index: 50;
    display: none;
    right: 0;
    width: 200px;
    height: 100vh;
  }
  .nav-bar .nav-side .nav-buttons {
    display: block !important;
  }
  .nav-bar .nav-side .nav-buttons .nav-button {
    display: block !important;
    color: #000 !important;
    text-decoration: none;
    margin: 10px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    padding: 5px;
    display: inline-block;
  }
  .nav-bar .nav-side .nav-buttons .nav-button:hover {
    transform: translateY(-3px) !important;
  }
  .nav-bar .nav-side .user-section {
    display: block !important;
  }
  .nav-bar .nav-side .material-button {
    display: block !important;
  }
  .nav-bar .nav-side .material-button button {
    min-width: 130px !important;
    margin: 20px !important;
  }
  .nav-bar .nav-side-oppened {
    display: block;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  }
  .nav-bar .side-over-lay {
    position: fixed;
    top: 0;
    left: 200%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3333333333);
    transition: all 0.3s ease-in-out;
  }
  .nav-bar .side-over-lay-oppened {
    left: 0;
  }
  .nav-bar .lang-selector {
    display: none;
    border: none;
    background: none;
    position: relative;
  }
  .nav-bar .lang-selector img {
    width: 20px;
    margin: 5px;
  }
  .nav-bar .lang-selector i {
    margin: 3px;
  }
  .nav-bar .lang-selector:hover .langs {
    height: auto;
    padding: 10px;
    opacity: 1;
  }
  .nav-bar .langs {
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 1;
    min-width: 100px;
    border-radius: 10px;
    height: 0;
    background: #fff;
    box-shadow: none;
    padding: 0 !important;
    transition: all 0.2s ease-in-out;
    position: absolute;
    overflow: hidden;
  }
  .nav-bar .langs li {
    list-style: none;
    padding: 5px;
  }
  .nav-bar .lang-selector {
    display: block !important;
  }
  .nav-bar .nav-toggler {
    border: none;
    font-size: 26px;
    background: none;
    display: block !important;
    position: absolute;
    left: 20px;
  }
}
.h-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
}

body {
  background: #f5f5f5;
}

.form-cont {
  background: #fff;
  margin-bottom: 10px !important;
}

.code-input input {
  width: 60px;
  font-size: 32px !important;
  text-align: center;
}

.b-header {
  position: relative;
}
.b-header::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #10446b;
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  .b-header::after {
    display: none;
  }
}
.b-header::before {
  position: absolute;
  top: 40%;
  left: 70%;
  background-image: url("./../imgs/icons/points.png");
  background-size: cover;
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
}

.link-img:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
}

.advantages-card {
  position: relative;
}
.advantages-card .ad-head {
  position: relative;
}
.advantages-card .ad-head span {
  position: absolute;
  top: 5px;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  left: 10px;
  color: #f5f5f5;
}
.advantages-card:hover span {
  font-size: 50px;
}

.login-img {
  position: relative;
}
.login-img img {
  height: calc(100vh - 70px);
}
.login-img .login-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  padding: 40px;
  color: #fff;
}
.login-img .login-content h1 {
  font-weight: 900;
  line-height: 60px;
  position: relative;
}
.login-img .login-content h1::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: #ffb72b;
  z-index: -1;
  top: 0;
  left: calc(100% - 35px);
  border-radius: 0 25px 0 0;
}
.login-img .praivacy-a {
  position: absolute;
  bottom: 0;
}
.login-img .praivacy-a a {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .login-img img {
    height: auto;
  }
}
@media (min-width: 768px) {
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #10446b;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(16, 68, 107, 0.5215686275);
  }
}
.register-header {
  color: #8a8a8a;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .register-header {
    display: block;
  }
}
.register-header .line-between {
  height: 5px;
  background: #f5f5f5;
  border-radius: 5px;
  flex-grow: 1;
  margin: 20px;
}
.register-header .select-register-step {
  border: 1px solid;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 10px;
}
.register-header .current {
  color: #000;
}
.register-header .current .select-register-step {
  color: #8a8a8a;
  background: #f5f5f5;
}
.register-header .active {
  color: #10446b;
}
.register-header .active .select-register-step {
  color: #8a8a8a;
  background: #f5f5f5;
}
.register-header .active ~ .line-between {
  background: #10446b;
}

.img-input .img-input-title {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
}

.time-slider-cont {
  overflow: hidden;
  min-height: 140px;
  position: relative;
}
.time-slider-cont .time-button {
  position: absolute;
  top: 0;
}
.time-slider-cont .time-cont {
  display: none;
}

.btn-h100 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

input[type=time] {
  color: #8a8a8a;
  height: 42px;
}

input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
  font-size: 30px;
  opacity: 0.3;
}

.no-arrow {
  background-image: none;
}

.img-parent {
  position: relative;
}
.img-parent .bg-img {
  position: absolute;
  width: 65% !important;
  height: 100%;
  left: 65%;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease-in;
}
.img-parent .bg-img2 {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.img-parent:hover .bg-img {
  transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
}
.img-parent:hover .bg-img2 {
  transform: scale(1.1);
}

.line-home {
  width: 100px;
  display: flex;
  justify-content: center;
}

.top-corner {
  position: relative;
}
.top-corner::after {
  background: #ffb72b;
  content: "";
  position: absolute;
  top: -50px;
  left: calc(100% - 50px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media (max-width: 460px) {
  img {
    max-width: 250px !important;
  }
}
.join-us-cont {
  position: relative;
}
.join-us-cont #bgCanvas {
  position: absolute;
  bottom: 20px;
  left: 0;
  border-radius: 20px;
  z-index: 1;
  background-image: url("../imgs/bg/canvas.png");
  background-size: cover;
}

.content-ma {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .content-ma {
    color: #fff !important;
  }
  .content-ma p {
    color: #fff !important;
  }
}

.nav-bar {
  background: #fff;
  z-index: 100;
  box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1333333333);
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  left: 0;
}
.nav-bar .nav-button {
  color: #000 !important;
  text-decoration: none;
  margin: 10px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  padding: 5px;
  display: inline-block;
}
.nav-bar .nav-button:hover {
  transform: translateY(-3px) !important;
}
.nav-bar .lang-selector {
  border: none;
  background: none;
  position: relative;
}
.nav-bar .lang-selector img {
  width: 20px;
  margin: 5px;
}
.nav-bar .lang-selector i {
  margin: 3px;
}
.nav-bar .lang-selector:hover .langs {
  height: auto;
  padding: 10px;
  opacity: 1;
}
.nav-bar .langs {
  display: flex;
  align-items: center;
  text-align: center;
  opacity: 0;
  min-width: 100px;
  border-radius: 10px;
  height: 0;
  background: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.3333333333);
  padding: 0;
  transition: all 0.2s ease-in-out;
  position: absolute;
  overflow: hidden;
}
.nav-bar .langs li {
  list-style: none;
  padding: 5px;
}

body {
  padding-top: 70px;
}

@media (max-width: 1200px) {
  .nav-buttons {
    margin: 3px !important;
  }
  .nav-buttons .nav-button {
    margin: 3px;
  }
  .user-section {
    margin: 5px !important;
  }
}
@media (max-width: 920px) {
  .nav-bar {
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.1333333333);
    position: fixed;
    width: 100vw;
  }
  .nav-bar .nav-side {
    animation-duration: 1s;
    text-align: center;
    background: #fff;
    padding: 30px 10px;
    position: fixed;
    top: 0;
    z-index: 50;
    display: none;
    right: 0;
    width: 200px;
    height: 100vh;
  }
  .nav-bar .nav-side .nav-buttons {
    display: block !important;
  }
  .nav-bar .nav-side .nav-buttons .nav-button {
    display: block !important;
    color: #000 !important;
    text-decoration: none;
    margin: 10px;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
    padding: 5px;
    display: inline-block;
  }
  .nav-bar .nav-side .nav-buttons .nav-button:hover {
    transform: translateY(-3px) !important;
  }
  .nav-bar .nav-side .user-section {
    display: block !important;
  }
  .nav-bar .nav-side .material-button {
    display: block !important;
  }
  .nav-bar .nav-side .material-button button {
    min-width: 130px !important;
    margin: 20px !important;
  }
  .nav-bar .nav-side-oppened {
    display: block;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  }
  .nav-bar .side-over-lay {
    position: fixed;
    top: 0;
    left: 200%;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3333333333);
    transition: all 0.3s ease-in-out;
  }
  .nav-bar .side-over-lay-oppened {
    left: 0;
  }
  .nav-bar .lang-selector {
    display: none;
    border: none;
    background: none;
    position: relative;
  }
  .nav-bar .lang-selector img {
    width: 20px;
    margin: 5px;
  }
  .nav-bar .lang-selector i {
    margin: 3px;
  }
  .nav-bar .lang-selector:hover .langs {
    height: auto;
    padding: 10px;
    opacity: 1;
  }
  .nav-bar .langs {
    display: flex;
    align-items: center;
    text-align: center;
    opacity: 1;
    min-width: 100px;
    border-radius: 10px;
    height: 0;
    background: #fff;
    box-shadow: none;
    padding: 0 !important;
    transition: all 0.2s ease-in-out;
    position: absolute;
    overflow: hidden;
  }
  .nav-bar .langs li {
    list-style: none;
    padding: 5px;
  }
  .nav-bar .lang-selector {
    display: block !important;
  }
  .nav-bar .nav-toggler {
    border: none;
    font-size: 26px;
    background: none;
    display: block !important;
    position: absolute;
    left: 20px;
  }
}
.h-bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
}

body {
  background: #f5f5f5;
}

.form-cont {
  background: #fff;
  margin-bottom: 10px !important;
}

.code-input input {
  width: 60px;
  font-size: 32px !important;
  text-align: center;
}

.b-header {
  position: relative;
}
.b-header::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #10446b;
  content: "";
  width: 440px;
  height: 440px;
  border-radius: 50%;
  z-index: -1;
}
@media (max-width: 768px) {
  .b-header::after {
    display: none;
  }
}
.b-header::before {
  position: absolute;
  top: 40%;
  left: 70%;
  background-image: url("./../imgs/icons/points.png");
  background-size: cover;
  content: "";
  width: 300px;
  height: 300px;
  border-radius: 50%;
  z-index: -1;
}

.link-img:hover {
  transition: all 0.3s ease-in-out;
  transform: translateY(-10px);
}

.advantages-card {
  position: relative;
}
.advantages-card .ad-head {
  position: relative;
}
.advantages-card .ad-head span {
  position: absolute;
  top: 5px;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  left: 10px;
  color: #f5f5f5;
}
.advantages-card:hover span {
  font-size: 50px;
}

p {
  color: #8a8a8a;
}

.password-cont {
  position: relative;
}
.password-cont i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 14px;
}

.gray-a {
  color: #8a8a8a;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
}
.gray-a:hover {
  color: #726b6b;
}

.login-img {
  position: relative;
}
.login-img img {
  height: calc(100vh - 70px);
}
.login-img .login-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  left: 0;
  padding: 40px;
  color: #fff;
}
.login-img .login-content h1 {
  font-weight: 900;
  line-height: 60px;
  position: relative;
}
.login-img .login-content h1::after {
  position: absolute;
  content: "";
  height: 50px;
  width: 50px;
  background: #ffb72b;
  z-index: -1;
  top: 0;
  left: calc(100% - 35px);
  border-radius: 0 25px 0 0;
}
.login-img .praivacy-a {
  position: absolute;
  bottom: 0;
}
.login-img .praivacy-a a {
  color: #fff;
  font-size: 14px;
}

@media (max-width: 768px) {
  .login-img img {
    height: auto;
  }
}
@media (min-width: 768px) {
  /* width */
  ::-webkit-scrollbar {
    width: 10px;
  }
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f5f5f5;
  }
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #10446b;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgba(16, 68, 107, 0.5215686275);
  }
}
.register-header {
  color: #8a8a8a;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .register-header {
    display: block;
  }
}
.register-header .line-between {
  height: 5px;
  background: #f5f5f5;
  border-radius: 5px;
  flex-grow: 1;
  margin: 20px;
}
.register-header .select-register-step {
  border: 1px solid;
  height: 30px;
  width: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 10px;
}
.register-header .select-register-step.check {
  display: none;
}
.register-header .current {
  color: #000;
}
.register-header .current .select-register-step {
  color: #8a8a8a;
  background: #f5f5f5;
}
.register-header .current + .line-between {
  background: #f5f5f5 !important;
}
.register-header .active {
  color: #10446b;
}
.register-header .active .select-register-step {
  color: #8a8a8a;
  background: #f5f5f5;
}
.register-header .active .select-register-step.check {
  display: inline-flex;
}
.register-header .active .select-register-step.step {
  display: none;
}
.register-header .active + .line-between {
  background: #10446b;
}

.img-input .img-input-title {
  color: #8a8a8a;
  font-size: 12px;
  font-weight: 400;
}

.time-slider-cont {
  overflow: hidden;
  min-height: 140px;
  position: relative;
}
.time-slider-cont .time-button {
  position: absolute;
  top: 0;
}
.time-slider-cont .time-cont {
  display: none;
}

.btn-h100 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

input[type=time] {
  color: #8a8a8a;
  height: 42px;
}

input[type=time]::-webkit-calendar-picker-indicator {
  filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
  font-size: 30px;
  opacity: 0.3;
}

.no-arrow {
  background-image: none;
}

.img-parent {
  position: relative;
}
.img-parent .bg-img {
  position: absolute;
  width: 65% !important;
  height: 100%;
  left: 65%;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.8s ease-in;
}
.img-parent .bg-img2 {
  position: relative;
  z-index: 2;
  transition: all 0.4s ease-in-out;
}
.img-parent:hover .bg-img {
  transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
}
.img-parent:hover .bg-img2 {
  transform: scale(1.1);
}

.line-home {
  width: 100px;
  display: flex;
  justify-content: center;
}

.top-corner {
  position: relative;
}
.top-corner::after {
  background: #ffb72b;
  content: "";
  position: absolute;
  top: -50px;
  left: calc(100% - 50px);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media (max-width: 460px) {
  img {
    max-width: 250px !important;
  }
}
.join-us-cont {
  position: relative;
}
.join-us-cont #bgCanvas {
  position: absolute;
  bottom: 20px;
  left: 0;
  border-radius: 20px;
  z-index: 1;
  background-image: url("../imgs/bg/canvas.png");
  background-size: cover;
}

.content-ma {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .content-ma {
    color: #fff !important;
  }
  .content-ma p {
    color: #fff !important;
  }
}

.home-phone-slider .swiper {
  padding: 50px;
}
.home-phone-slider .swiper img {
  width: 180px;
  opacity: 0.6;
}
.home-phone-slider .swiper-slide-active img {
  transform: scale(1.1);
  opacity: 1;
}
.home-phone-slider .device-cont {
  position: absolute;
  left: 50%;
  top: 36px;
  transform: translateX(-50%) scale(1.1);
}
.home-phone-slider .device-cont img {
  opacity: 1;
  width: 210px;
}
.home-phone-slider .home-slider-navigation {
  position: relative;
  padding: 20px;
  margin-top: 40px;
}
.home-phone-slider .home-slider-navigation .swiper-button-next,
.home-phone-slider .home-slider-navigation .swiper-button-prev {
  position: absolute;
  border: none;
  background: none;
  font-size: 10px !important;
  left: 50%;
  transform: translateX(-50%);
}
.home-phone-slider .home-slider-navigation .swiper-button-next::after,
.home-phone-slider .home-slider-navigation .swiper-button-prev::after {
  font-size: 12px;
  height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  border-radius: 50%;
  background: #f5f5f5;
}
.home-phone-slider .home-slider-navigation .swiper-button-prev {
  left: -50%;
}
.home-phone-slider .swiper-button-next,
.home-phone-slider .swiper-rtl .swiper-button-prev {
  left: calc(50% + 20px) !important;
  transform: translateX(-50%);
  right: auto !important;
}
.home-phone-slider .swiper-button-next,
.home-phone-slider .swiper-rtl .swiper-button-next {
  left: calc(50% - 20px) !important;
  transform: translateX(-50%);
  right: auto !important;
}

.statistics {
  background-image: url("../imgs/bg/Layer 815.png");
  background-size: cover;
}

.endfooter {
  background: rgba(59, 174, 170, 0.0980392157);
  padding: 20px;
}
.endfooter .footer-link {
  margin: 5px;
  padding: 7px;
  border-radius: 10px;
  position: relative;
  background: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.endfooter .footer-link:hover {
  background: #ffb72b;
}
.endfooter .footer-link img {
  max-width: 20px;
}
.endfooter .nav-button {
  color: #000;
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
}
.endfooter .nav-button:hover {
  color: #ffb72b;
}

.dashboard-sidebar {
  background: #10446b !important;
  background-position: bottom;
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  z-index: 100;
  padding: 20px;
  overflow-y: scroll;
  transition: all 0.3s ease-in-out;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dashboard-sidebar::-webkit-scrollbar {
  width: 5px;
}
.dashboard-sidebar .material-button:hover {
  box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.15);
  transform: translateY(-3px);
}
@media (min-width: 992px) {
  .dashboard-sidebar.closed {
    width: 70px;
    padding: 10px;
  }
  .dashboard-sidebar.closed .side-footer {
    display: none;
  }
  .dashboard-sidebar.closed .side-dropdown {
    padding: 0 !important;
  }
  .dashboard-sidebar.closed .side-dropdown .side-drop-button {
    text-align: center;
  }
}
.dashboard-sidebar::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.dashboard-sidebar::-webkit-scrollbar-thumb {
  background: #e7e0e0;
}
.dashboard-sidebar::-webkit-scrollbar-thumb:hover {
  background: rgba(16, 68, 107, 0.5215686275);
}
.dashboard-sidebar .side-buttons img {
  width: 20px;
  height: 20px;
}
.dashboard-sidebar .side-buttons img:first-of-type {
  display: block;
}
.dashboard-sidebar .side-buttons img:last-of-type {
  display: none;
}
.dashboard-sidebar .side-buttons .side-button {
  list-style: none;
  padding: 10px !important;
}
.dashboard-sidebar .side-buttons .side-button a {
  width: 100% !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 12px;
  color: white;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.dashboard-sidebar .side-buttons .side-button a .fa-angle-left {
  position: absolute;
  left: 5px;
  top: 40% !important;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.dashboard-sidebar .side-buttons .side-button.oppened .arrow {
  transform: rotate(-90deg);
}
.dashboard-sidebar .side-buttons .active {
  background: #fff;
  position: relative;
  border-radius: 20px;
}
.dashboard-sidebar .side-buttons .active img:last-of-type {
  display: block;
}
.dashboard-sidebar .side-buttons .active img:first-of-type {
  display: none;
}
.dashboard-sidebar .side-buttons .active .side-button-content {
  color: #000;
}
.dashboard-sidebar .side-buttons .side-dropdown {
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
  display: none;
}
.dashboard-sidebar .side-buttons .side-dropdown .side-drop-button {
  padding: 5px 10px !important;
  list-style: none;
  transition: all 0.3s ease-in-out;
}
.dashboard-sidebar .side-buttons .side-dropdown .side-drop-button button {
  border: none;
  background: none;
}
.dashboard-sidebar .side-buttons .side-dropdown .side-drop-button:hover a, .dashboard-sidebar .side-buttons .side-dropdown .side-drop-button:hover i {
  color: black !important;
}
.dashboard-sidebar .side-buttons .side-dropdown .side-drop-button.active {
  color: black;
}
.dashboard-sidebar .side-buttons .side-dropdown .side-drop-button.active a,
.dashboard-sidebar .side-buttons .side-dropdown .side-drop-button.active i,
.dashboard-sidebar .side-buttons .side-dropdown .side-drop-button.active .side-button-content {
  color: black !important;
}
.dashboard-sidebar .side-button-content {
  display: inline-block;
}
.dashboard-sidebar .side-button-content .fa-angle-left {
  top: 23% !important;
}
.dashboard-sidebar #sideButtons {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dashboard-sidebar #sideButtons .user-cont {
  display: block !important;
  margin: 10px;
}
.dashboard-sidebar #sideButtons .nav-notifications {
  position: relative;
}
.dashboard-sidebar #sideButtons .nav-notifications span {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background: #10446b;
  min-width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 2px solid #fff;
  font-size: 12px;
  padding: 2px;
}
.dashboard-sidebar #sideButtons .lang-button {
  position: relative;
}
.dashboard-sidebar #sideButtons .lang-button .lang-viewer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 30px);
  padding: 10px;
  background: rgba(0, 0, 0, 0.2666666667);
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: none;
}
.dashboard-sidebar #sideButtons .lang-button .lang-viewer::after {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 5px;
  width: 10px;
  background: rgba(0, 0, 0, 0.2666666667);
}
.dashboard-sidebar #sideButtons .lang-button:hover .lang-viewer {
  top: calc(100% + 10px);
  display: block;
  opacity: 1;
}

.dashboard_logo {
  display: block;
  margin: auto;
  width: 78px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
}

.hover-description {
  position: relative;
}
.hover-description .lang-viewer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 30px);
  padding: 10px;
  background: rgba(0, 0, 0, 0.2666666667);
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: none;
  z-index: 100;
}
.hover-description .lang-viewer::after {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 5px;
  width: 10px;
  background: rgba(0, 0, 0, 0.2666666667);
}
.hover-description:hover .lang-viewer {
  top: calc(100% + 10px);
  display: block;
  opacity: 1;
}

.page-container {
  width: 100vw;
  padding-right: 280px;
  padding-left: 100px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 992px) {
  .page-container.closed {
    padding-right: 100px;
    padding-left: 30px;
  }
  .page-container.closed .dashboard-nav {
    width: 100%;
    padding-right: 100px !important;
    padding-left: 30px;
  }
}
.page-container .dashboard-body .dashboard-nav {
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 99;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.1333333333);
  width: 100%;
  top: 0;
  left: 0;
  padding-right: 280px;
  padding-left: 100px;
}
.page-container .dashboard-body .dashboard-nav .nav-notifications {
  position: relative;
}
.page-container .dashboard-body .dashboard-nav .nav-notifications span {
  position: absolute;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  background: #10446b;
  min-width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border: 2px solid #fff;
  font-size: 12px;
  padding: 2px;
}
.page-container .dashboard-body .dashboard-nav .lang-button {
  position: relative;
}
.page-container .dashboard-body .dashboard-nav .lang-button .lang-viewer {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 30px);
  padding: 10px;
  background: rgba(0, 0, 0, 0.2666666667);
  border-radius: 8px;
  color: #fff;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  display: none;
}
.page-container .dashboard-body .dashboard-nav .lang-button .lang-viewer::after {
  position: absolute;
  content: "";
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  height: 5px;
  width: 10px;
  background: rgba(0, 0, 0, 0.2666666667);
}
.page-container .dashboard-body .dashboard-nav .lang-button:hover .lang-viewer {
  top: calc(100% + 10px);
  display: block;
  opacity: 1;
}

.side-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3333333333);
  left: -200vw;
  top: 0;
  transition: all 0.5s ease-in-out;
  z-index: 3;
}
.side-overlay.oppened {
  left: 0;
}

@media (max-width: 992px) {
  .dashboard-sidebar {
    padding: 20px;
    right: -100vw;
    transition: all 1s ease-in-out;
  }
  .dashboard-sidebar.oppened {
    right: 0;
  }
  .page-container {
    width: 100vw;
    padding-right: 10px;
    padding-left: 10px;
  }
  .page-container {
    width: 100vw;
    padding-right: 10px !important;
    padding-left: 10px;
  }
  .page-container .dashboard-nav {
    position: fixed;
    width: 100%;
    padding: 10px;
    top: 0;
    left: 0;
    padding-right: 10px !important;
    padding-left: 10px !important;
  }
}
.dash-header-card {
  position: relative;
  padding: 23px 15px !important;
}
.dash-header-card .icon {
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
}
.dash-header-card .icon .icon-img {
  max-width: 40px;
  transition: all 0.3s ease-in-out;
}
.dash-header-card .icon .rect {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.dash-header-card:hover .icon-img {
  transform: scale(1.3);
  opacity: 0.5;
}
.dash-header-card:hover .rect {
  transform: scale(1.3) rotate(10deg);
  opacity: 0.5;
}

.stars-cont .gold {
  color: #ffb300;
}
.stars-cont .gray {
  color: #e9e9e9;
}

.question-button {
  height: 22px;
  width: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffb72b;
  background: rgba(247, 149, 32, 0.2);
  border: 1px solid;
}

.alert-comment-cont {
  position: relative;
}
.alert-comment-cont .alert-comment {
  position: absolute;
  background: #fff;
  padding: 10px;
  border-radius: 7px;
  bottom: 30px;
  left: -5px;
  z-index: 200;
  display: none;
  min-width: 250px;
}
.alert-comment-cont .alert-comment::after {
  top: 100%;
  position: absolute;
  height: 10px;
  width: 10px;
  background: #ffffff;
  left: 25px;
  content: "";
  -webkit-clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
          clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
}

.content {
  position: relative;
}
.content .close-btn {
  background: #ff0000;
  font-size: 12px;
  color: #fff;
  height: 20px;
  width: 20px;
  display: inline-flex;
  justify-content: center;
  border-radius: 50%;
  align-items: center;
  left: 10px;
  cursor: pointer;
  position: absolute;
}
.content .close-btn:hover {
  background: #c01e1e;
}

body {
  position: relative;
}

.over-lay {
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 220%;
  content: "";
  background: rgba(0, 0, 0, 0.3333333333);
  z-index: 100;
  overflow-y: scroll;
  display: none;
}

.mr-lang2 {
  margin-right: 10px;
}

.ml-lang2 {
  margin-left: 10px;
}

.selectedAttribute .attribute {
  background: #f5f5f5;
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 5px;
}
.selectedAttribute .attribute i {
  margin: 0 5px;
  height: 15px;
  border-radius: 50%;
  width: 15px;
  background: #ff0000;
  padding: 3px 4px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  cursor: pointer;
  display: inline-block;
}
.selectedAttribute .attribute i:hover {
  background: #db1515;
}

.order-info:nth-child(odd) {
  background: #f5f5f5;
}

.sm-icon {
  background: #f5f5f5;
  height: 22px;
  width: 22px;
  font-size: 12px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin: 0 10px;
}

.side-drop-button a.active {
  padding: 20px !important;
  border-radius: 10px;
}

.notification .icon-cont .icon {
  background: #ffb72b;
  display: inline-block;
  width: 60px;
  height: 60px;
  font-size: 36px;
  border-radius: 50%;
  color: #fff;
}
.notification.active i {
  animation: bell-animation 4s infinite ease-in-out;
}

@keyframes bell-animation {
  0%, 100% {
    transform: rotate(30deg);
  }
  50% {
    transform: rotate(-30deg);
  }
}
.y180 {
  transform: rotateY(180deg) !important;
}

.password-cont {
  position: relative;
}
.password-cont i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 14px;
}

.table-menu {
  position: relative;
}
.table-menu .menu-cont {
  position: absolute;
  z-index: 10;
  min-width: 110px;
  display: none;
  text-align: center;
  left: 20px;
}
.table-menu .menu-cont ul li {
  margin: 10px 5px;
  list-style: none;
}
.table-menu .menu-cont ul li a {
  color: #000;
}
.table-menu .menu-cont ul li a i {
  padding: 5px;
  color: #1ab164;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 15px;
  background-position-y: 8px;
  border: 1px solid #dfdfdf;
  border-radius: 2px;
  font-size: 12px !important;
  line-height: 20px !important;
  height: 42px !important;
}

.gap-10 {
  gap: 10px;
}

.dashboard-sidebar.closed .dashboard_logo {
  width: 30px;
  height: 30px;
}
.dashboard-sidebar.closed .side-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-sidebar.closed .side-button a {
  justify-content: center !important;
  gap: 0 !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.modal-backdrop {
  z-index: 1000 !important;
}

.modal {
  z-index: 2000 !important;
}

.rounded-20 {
  border-radius: 20px !important;
}

.transparent-main {
  border: 1px solid #10446b;
  color: #10446b;
}

.main_btn {
  border: 1px solid #10446b;
  background: #10446b;
  color: white !important;
}
.main_btn:hover {
  background: rgba(16, 68, 107, 0.5215686275);
  border: 1px solid white;
}

.logout_img {
  width: 130px;
  height: 130px;
  display: block;
  justify-content: center;
  margin: 0.5rem auto;
}

.modal-content {
  border-radius: 20px;
}

.profile_sm {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.input_search {
  border-radius: var(--raduis, 20px);
  border: 0.5px solid var(--Border, #ebebeb);
  background: var(--Dashboard-BG, #f7f8fa);
  width: 400px;
  padding-inline-start: 30px !important;
}
@media (max-width: 768px) {
  .input_search {
    max-width: 200px;
  }
}

.input_icon {
  position: absolute;
  top: 12px;
  right: 9px;
}

.nav-cont {
  padding: 10px;
}

.dash-title p {
  color: var(--Shade-3, #666);
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.btn_add {
  border-radius: var(--Raduis, 12px);
  border: 1px solid var(--Border, #ebebeb);
  background: var(--White, #fff);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 15px;
  color: var(--Font, #0c1b2a) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  padding-inline-end: 50px;
}
.btn_add span {
  padding-inline-start: 5px;
}
.btn_add img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.btn_add:hover {
  text-decoration: unset;
}

.table-cont .dataTables_paginate .paginate_button {
  border-radius: 15px !important;
  border: 1px solid var(--Primary, #10446b) !important;
  color: var(--Primary, #10446b) !important;
  background: var(--White, #fff) !important;
  box-shadow: 7px 0 80px 0 rgba(0, 0, 0, 0.05) !important;
  width: 38px !important;
  height: 38px !important;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.table-cont .dataTables_paginate .paginate_button.next,
.table-cont .dataTables_paginate .paginate_button.previous {
  background: transparent;
  color: #1ab164 !important;
  border-radius: unset !important;
  border: none !important;
}

.table thead th {
  font-size: 15px;
}

.form-control {
  border-radius: 20px;
  border: 1px solid var(--Border, #ebebeb);
  background: var(--White, #fff);
  height: 50px;
}

.contain_img_prev {
  border-radius: 50%;
  border: 3.422px solid #fff;
  background: var(--selected-btn, #f7f7f8);
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contain_img_prev img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.fit_content {
  width: -moz-fit-content;
  width: fit-content;
}

.certain_btn {
  border-radius: 20px;
  background: var(--Primary, #10446b);
  display: flex;
  height: 50px;
  min-height: 44px;
  max-height: 56px;
  padding: 0 var(--Button-buttons-lg-padding, 16px);
  justify-content: center;
  align-items: center;
  gap: var(--Button-buttons-lg-gap, 4px);
  flex-shrink: 0;
  align-self: stretch;
  color: var(--White, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.flex_between {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.financial_card {
  border-radius: var(--raduis, 20px);
  border: 1px solid var(--Border, #ebebeb);
  background: var(--White, #fff);
  padding: 15px;
}
.financial_card .title {
  color: var(--Font, #0c1b2a);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
.financial_card .key {
  color: var(--Shade-3, #666);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
}
.financial_card .value {
  color: var(--Font, #0c1b2a);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}

.login {
  position: relative;
  display: flex;
  height: 100vh;
  overflow: auto;
}
@media (max-width: 768px) {
  .login {
    height: unset;
    min-height: 100vh;
  }
}
.login > div {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .login > div {
    flex-basis: 100%;
  }
}
.login > div .loginForm {
  margin: 100px 0;
  width: 70%;
}
@media (max-width: 991px) {
  .login > div .loginForm {
    width: 90%;
  }
}
.login > div .loginForm.lg {
  width: 90% !important;
}
@media (max-width: 768px) {
  .login > div .loginForm {
    margin: 30px 0;
  }
}
@media (max-width: 768px) {
  .login {
    flex-wrap: wrap;
  }
}

.loginBg {
  width: 100%;
  height: 100%;
  max-width: 100vh;
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 600px) {
  .loginBg {
    display: none;
  }
}

.loginImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .loginImg {
    height: 300px !important;
    -o-object-fit: contain;
       object-fit: contain;
    border-radius: 20px;
  }
}

.containloginImg {
  position: relative;
}
@media (max-width: 768px) {
  .containloginImg .containloginImg {
    margin-bottom: 20px;
  }
}

.login_logo {
  display: block;
  width: 105px;
  height: 120px;
  transform: rotate(-90deg);
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .login_logo {
    margin: 0 auto 30px auto;
  }
}

.icon_start {
  position: absolute;
  top: 14px;
  right: 15px;
}
.icon_start img,
.icon_start svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.icon_start.icon_bottom_20 {
  top: 43px;
}

.before_input {
  padding-inline-start: 35px !important;
}
.before_input.lg {
  padding-inline-start: 40px !important;
  height: 50px !important;
}

.login_title {
  color: var(--Font, #0c1b2a);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.login_rule {
  color: var(--Shade-3, #666);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.login_btn {
  border-radius: 20px;
  height: 50px;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.m-end-10 {
  margin-inline-end: 10px;
}

a.text-dark:hover {
  text-decoration: unset !important;
}

.cursor-pointer {
  cursor: pointer;
}

.input-img-camera.lg {
  width: 40px;
  height: 40px;
  display: flex;
  background: #eee;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  top: calc(100% - 20px);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.1);
}

.time_n {
  color: #10446b;
}

.main_color {
  color: #10446b;
}

.icon_end {
  position: absolute;
  left: 10px;
  top: 10px;
}

.chart_title {
  color: var(--Font, #0c1b2a);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.card_n {
  border-radius: var(--raduis, 20px);
  background: var(--card-fill, #fff);
  padding: 15px;
}
@media (min-width: 600px) {
  .card_n {
    min-height: 350px;
    height: 90%;
  }
}
.card_n img {
  width: 96px;
  height: 96px;
  border-radius: 12px;
}
.card_n .main_sec_n:not(:last-child) {
  border-bottom: 1px solid var(--Border, #ebebeb);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.card_n .main_sec_n .title {
  color: var(--Font, #0c1b2a);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
}
.card_n .main_sec_n .desc {
  color: var(--Secondary, #1ab164);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}

.gap-20 {
  gap: 20px;
}

.dtr-data {
  word-wrap: break-word;
  text-wrap: auto;
}

@media (max-width: 768px) {
  #dataTable1_wrapper {
    margin-top: 20px;
  }
}

.custom_padding {
  padding: 30px 0 0 0;
}
@media (max-width: 768px) {
  .custom_padding {
    padding: 100px 0 0 0;
  }
}

.text-gray {
  color: #a3a3a3;
}

.settlement_img {
  width: 80%;
  height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 20px auto;
}

.settlement_status {
  padding: 10px;
  border-radius: 10px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 171.429% */
  font-weight: bold;
}
.settlement_status.accepted {
  background-color: rgba(223, 246, 234, 0.6980392157);
  color: #1ab164;
}
.settlement_status.pending {
  background: #fffaeb;
  color: #b54708;
}

/* ---------- Site Landing Redesign (CSS-only) ---------- */
:root {
  --site-primary: #43c7e8;
  --site-primary-dark: #2fafd5;
  --site-secondary: #0b6faf;
  --site-surface: #ffffff;
  --site-bg: #f5fbff;
  --site-text: #103b5a;
  --site-muted: #5f7f96;
  --site-border: #cfe8f6;
  --site-radius-lg: 20px;
  --site-shadow-sm: 0 8px 22px rgba(11, 111, 175, 0.12);
  --site-shadow-lg: 0 20px 50px rgba(11, 111, 175, 0.2);
}

body {
  background: linear-gradient(180deg, #f8fbff 0%, var(--site-bg) 100%);
}

.background {
  opacity: 0.18;
  pointer-events: none;
}

.page-content .container,
.page-content .container-lg {
  position: relative;
  z-index: 2;
}

/* Top navigation */
.nav-bar {
  height: 78px;
  border-bottom: 1px solid rgba(17, 24, 39, 0.06);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.92);
}

body {
  padding-top: 78px;
}

.nav-bar .nav-button {
  color: var(--site-text) !important;
  font-size: 14px;
  font-weight: 700;
  margin: 0 8px;
  padding: 7px 10px;
  border-radius: 10px;
}

.nav-bar .nav-button:hover {
  transform: none !important;
  background: rgba(67, 199, 232, 0.16);
  color: var(--site-primary-dark) !important;
}

.nav-bar .lang-selector {
  border: 1px solid var(--site-border);
  border-radius: 999px;
  padding: 6px 12px;
}

.nav-bar .langs {
  border-radius: 12px;
  box-shadow: var(--site-shadow-sm);
  border: 1px solid rgba(17, 24, 39, 0.06);
}

/* Hero */
.site-header {
  margin-top: 24px;
  margin-bottom: 34px;
  border-radius: 28px;
  background: radial-gradient(circle at 18% 20%, rgba(67, 199, 232, 0.16), rgba(67, 199, 232, 0) 42%), #ffffff;
  border: 1px solid rgba(17, 24, 39, 0.05);
  box-shadow: var(--site-shadow-lg);
  overflow: hidden;
}

.site-header h1.bold {
  color: var(--site-text);
  font-size: clamp(2rem, 3.8vw, 3rem);
  line-height: 1.22;
  margin-bottom: 8px;
}

.site-header p {
  color: var(--site-muted);
  line-height: 1.9;
  max-width: 620px;
}

.link-img {
  border-radius: 14px;
  border: 1px solid var(--site-border);
  background: #fff;
  box-shadow: 0 10px 22px rgba(17, 24, 39, 0.08);
}

.link-img:hover {
  transform: translateY(-5px);
}

.b-header::after {
  background: linear-gradient(140deg, var(--site-secondary), #1b8fc9 62%);
  width: min(35vw, 430px);
  height: min(35vw, 430px);
  box-shadow: 0 20px 55px rgba(11, 111, 175, 0.35);
}

.b-header::before {
  opacity: 0.35;
}

/* Sponsors */
.page-content .w-md-85.m-auto .row > div a img {
  border-radius: 18px;
  border: 1px solid var(--site-border);
  background: #fff;
  box-shadow: var(--site-shadow-sm);
  padding: 12px;
}

/* Section titles */
.title-cont h3 {
  color: var(--site-text);
  font-weight: 800;
  margin-bottom: 10px;
}

.title-cont p {
  color: var(--site-muted);
}

#aboutUs,
#advantage,
#steps,
#statistics {
  scroll-margin-top: 95px;
}

/* Advantages cards */
.advantages-card .text-align {
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: var(--site-radius-lg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.advantages-card .ad-head span {
  color: rgba(67, 199, 232, 0.2);
  font-size: 46px;
}

.advantages-card:hover .text-align {
  transform: translateY(-6px);
  box-shadow: var(--site-shadow-lg);
}

.advantages-card:hover span {
  font-size: 52px;
}

.advantages-card h6 {
  color: var(--site-text);
  margin: 6px 0;
}

.advantages-card p {
  color: var(--site-muted);
}

/* Steps rows */
#steps > .pl-4.pr-4.pb-0.pt-0 {
  border: 1px solid rgba(17, 24, 39, 0.06);
  border-radius: 24px;
  margin: 14px 14px 0;
  box-shadow: var(--site-shadow-sm);
  background: #fff;
}

#steps h2 {
  color: var(--site-text);
  font-weight: 800;
}

#steps .p2 {
  color: var(--site-primary-dark);
  font-weight: 700;
  margin-bottom: 8px;
}

#steps .img-parent .bg-img2 {
  filter: drop-shadow(0 20px 30px rgba(11, 111, 175, 0.2));
}

.line-home img {
  opacity: 0.28;
}

/* App pages slider */
.home-phone-slider {
  min-height: 88vh !important;
  height: auto !important;
  padding-bottom: 45px;
}

.home-phone-slider .swiper {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), #f6f8fc);
  border-radius: 26px;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: var(--site-shadow-sm);
}

.home-phone-slider .swiper-slide img {
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.18);
}

/* Stats */
.statistics {
  border-radius: 28px;
  margin: 20px 12px;
  border: 1px solid rgba(17, 24, 39, 0.05);
  background-image: linear-gradient(135deg, rgba(11, 111, 175, 0.1), rgba(67, 199, 232, 0.14));
}

.counters-cont > div {
  background: #fff;
  border-radius: 18px;
  border: 1px solid var(--site-border);
  box-shadow: var(--site-shadow-sm);
}

.counters-cont h2 {
  color: var(--site-secondary) !important;
  font-weight: 800;
}

.counters-cont h5 {
  color: var(--site-muted);
  font-weight: 700;
}

/* Footer */
.endfooter {
  margin-top: 22px;
  background: linear-gradient(180deg, rgba(11, 111, 175, 0.08), rgba(67, 199, 232, 0.2));
  border-top: 1px solid rgba(17, 24, 39, 0.06);
}

.endfooter .nav-button {
  color: var(--site-text);
  font-size: 13px;
  transition: color 0.2s ease;
}

.endfooter .nav-button:hover {
  color: var(--site-primary-dark);
}

.endfooter .footer-link {
  border: 1px solid var(--site-border);
  box-shadow: var(--site-shadow-sm);
}

.endfooter .footer-link:hover {
  background: var(--site-primary);
}

/* Mobile improvements */
@media (max-width: 920px) {
  .nav-bar .nav-side {
    width: 280px;
    border-left: 1px solid rgba(17, 24, 39, 0.07);
    box-shadow: var(--site-shadow-lg);
    padding-top: 70px;
  }

  .nav-bar .nav-side .nav-buttons .nav-button {
    margin: 6px 0;
    border-radius: 10px;
  }

  .nav-bar .nav-toggler {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid var(--site-border);
    left: 15px;
  }
}

@media (max-width: 768px) {
  .site-header {
    border-radius: 20px;
    padding-top: 12px;
  }

  .site-header .p-4 {
    padding: 1.25rem !important;
  }

  .site-header .b-header {
    padding-top: 0 !important;
  }

  #steps > .pl-4.pr-4.pb-0.pt-0 {
    margin: 10px 6px 0;
  }

  .home-phone-slider .swiper {
    border-radius: 18px;
    padding: 34px 10px;
  }

  .statistics {
    margin: 14px 6px;
    border-radius: 20px;
  }
}

/* ---------- Landing Scoped Enhancements ---------- */
.landing-page {
  padding-bottom: 28px;
}

.landing-page .section-block {
  position: relative;
}

.landing-page .hero-section {
  padding: 8px;
}

.landing-page .hero-title {
  letter-spacing: -0.4px;
}

.landing-page .hero-subtitle {
  font-size: 16px;
}

.landing-page .store-badges {
  gap: 10px;
}

.landing-page .store-badges a {
  text-decoration: none;
}

.landing-page .sponsors-strip {
  border-top: 1px solid rgba(17, 24, 39, 0.05);
  border-bottom: 1px solid rgba(17, 24, 39, 0.05);
}

.landing-page .about-section,
.landing-page .advantages-section,
.landing-page .steps-section,
.landing-page .stats-section {
  border-radius: 26px;
  margin: 16px 6px 0;
}

.landing-page .about-section {
  background: #fff;
  border: 1px solid rgba(17, 24, 39, 0.06);
  box-shadow: var(--site-shadow-sm);
}

.landing-page .about-section p {
  color: var(--site-muted);
  max-width: 980px;
  margin: 0 auto;
  line-height: 2;
}

.landing-page .advantages-section {
  border: 1px solid rgba(17, 24, 39, 0.05);
}

.landing-page .advantages-section .title-cont {
  margin-bottom: 18px;
}

.landing-page .advantages-section .row {
  row-gap: 14px;
}

.landing-page .advantages-card {
  display: flex;
}

.landing-page .advantages-card .text-align {
  width: 100%;
  min-height: 220px;
  padding: 18px 14px !important;
  border-radius: 18px;
}

.landing-page .advantages-card h6 {
  font-size: 20px;
  margin-bottom: 10px;
}

.landing-page .advantages-card p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
}

.landing-page .advantages-card img {
  width: 34px !important;
  margin-bottom: 8px !important;
}

.landing-page .steps-section {
  background: transparent !important;
}

.landing-page .steps-section .line-home {
  margin: 8px auto;
}

.landing-page .home-phone-slider .title-cont {
  margin-bottom: 14px;
}

.landing-page .home-phone-slider {
  min-height: 0 !important;
  height: auto !important;
  padding-top: 36px !important;
  padding-bottom: 22px !important;
}

.landing-page .home-phone-slider .swiper {
  height: auto !important;
  min-height: 0 !important;
  padding: 24px 10px 18px !important;
}

.landing-page .home-phone-slider .swiper-wrapper {
  align-items: center;
  min-height: 0;
}

.landing-page .home-phone-slider .swiper-slide {
  height: auto !important;
  min-height: 0 !important;
}

.landing-page .home-phone-slider .swiper-slide img {
  position: static;
  max-height: 420px;
  width: auto;
  max-width: 180px;
  margin: 0 auto;
}

.landing-page .home-phone-slider .device-cont {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin-bottom: 8px;
}

.landing-page .home-phone-slider .device-cont img {
  width: 220px;
  max-width: 55vw;
}

.landing-page .home-phone-slider .swiper-button-next,
.landing-page .home-phone-slider .swiper-button-prev {
  color: var(--site-secondary);
}

.landing-page .stats-section .counters-cont {
  gap: 10px 0;
}

.landing-page .site-footer {
  border-radius: 20px 20px 0 0;
}

@media (max-width: 768px) {
  .landing-page .hero-subtitle {
    font-size: 14px;
    line-height: 1.8;
  }

  .landing-page .about-section,
  .landing-page .advantages-section,
  .landing-page .steps-section,
  .landing-page .stats-section {
    margin: 12px 0 0;
    border-radius: 18px;
  }

  .landing-page .store-badges {
    justify-content: center;
  }

  .landing-page .advantages-card .text-align {
    min-height: unset;
  }

  .landing-page .advantages-card h6 {
    font-size: 18px;
  }

  .landing-page .advantages-card p {
    font-size: 14px;
  }

  .landing-page .home-phone-slider .swiper-slide img {
    max-height: 320px;
    max-width: 150px;
  }

  .landing-page .home-phone-slider .device-cont img {
    width: 180px;
    max-width: 62vw;
  }

  .landing-page .site-footer .nav-button {
    margin: 6px;
    display: inline-block;
  }
}

/* ---------- Landing Redesign V2 (major visual refresh) ---------- */
.landing-page {
  --v2-surface: rgba(255, 255, 255, 0.92);
  --v2-border: rgba(16, 59, 90, 0.1);
  --v2-shadow: 0 18px 45px rgba(16, 59, 90, 0.16);
}

.landing-page::before {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(circle at 10% 5%, rgba(67, 199, 232, 0.22), transparent 28%), radial-gradient(circle at 90% 16%, rgba(11, 111, 175, 0.2), transparent 34%);
  pointer-events: none;
  z-index: 0;
}

.landing-page .site-header {
  border: 0 !important;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.9)) !important;
  box-shadow: var(--v2-shadow) !important;
  border-radius: 30px !important;
}

.landing-page .hero-title {
  color: #0b3f66 !important;
  font-size: clamp(2.2rem, 4vw, 3.4rem) !important;
  line-height: 1.18 !important;
  font-weight: 900 !important;
}

.landing-page .hero-subtitle {
  color: #466a86 !important;
  font-size: 1.04rem !important;
  max-width: 680px !important;
}

.landing-page .store-badges .link-img {
  border: 0 !important;
  box-shadow: 0 12px 30px rgba(16, 59, 90, 0.2) !important;
}

.landing-page .b-header::after {
  width: min(35vw, 460px) !important;
  height: min(35vw, 460px) !important;
  opacity: 0.95;
}

.landing-page .sponsors-strip {
  border: 0 !important;
  border-radius: 24px;
  margin: 18px 10px 0;
  box-shadow: var(--v2-shadow);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), #fff) !important;
}

.landing-page .section-block {
  border: 1px solid var(--v2-border) !important;
  box-shadow: var(--v2-shadow) !important;
  background: var(--v2-surface) !important;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}

.landing-page .title-cont h3 {
  font-size: clamp(1.6rem, 2.6vw, 2.2rem);
  font-weight: 900 !important;
  color: #0b3f66 !important;
}

.landing-page .title-cont p {
  font-size: 1rem;
  color: #53748d !important;
}

.landing-page .advantages-section .text-align {
  border: 1px solid rgba(67, 199, 232, 0.26) !important;
  background: linear-gradient(180deg, #ffffff, #f7fcff);
  box-shadow: 0 12px 28px rgba(11, 111, 175, 0.15);
  border-radius: 20px !important;
}

.landing-page .advantages-card .ad-head span {
  color: rgba(11, 111, 175, 0.14) !important;
}

.landing-page .advantages-card h6 {
  color: #0d527f !important;
  font-weight: 800 !important;
}

.landing-page .advantages-card p {
  color: #4d6e87 !important;
}

.landing-page .steps-section > .pl-4.pr-4.pb-0.pt-0 {
  border-radius: 24px !important;
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%) !important;
  border: 1px solid rgba(67, 199, 232, 0.28) !important;
  box-shadow: 0 14px 35px rgba(11, 111, 175, 0.13) !important;
}

.landing-page .steps-section h2 {
  color: #0d527f !important;
  font-weight: 800 !important;
}

.landing-page .steps-section .p2 {
  color: #2a9bc7 !important;
  font-weight: 800 !important;
}

.landing-page .home-phone-slider .swiper {
  border: 1px solid rgba(67, 199, 232, 0.26) !important;
  background: linear-gradient(180deg, #ffffff 0%, #f2f9ff 100%) !important;
  box-shadow: 0 18px 40px rgba(11, 111, 175, 0.14) !important;
}

.landing-page .home-phone-slider .swiper-slide img {
  box-shadow: 0 16px 34px rgba(11, 111, 175, 0.24) !important;
}

.landing-page .statistics {
  border: 1px solid rgba(67, 199, 232, 0.2) !important;
  background: linear-gradient(135deg, rgba(11, 111, 175, 0.12), rgba(67, 199, 232, 0.19)) !important;
  box-shadow: 0 20px 45px rgba(11, 111, 175, 0.16) !important;
}

.landing-page .counters-cont > div {
  border: 1px solid rgba(67, 199, 232, 0.24) !important;
  box-shadow: 0 10px 24px rgba(11, 111, 175, 0.14) !important;
}

.landing-page .counters-cont h2 {
  color: #0d527f !important;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
}

.landing-page .counters-cont h5 {
  color: #51728a !important;
}

.landing-page .site-footer {
  border: 1px solid rgba(67, 199, 232, 0.24);
  border-bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(67, 199, 232, 0.12)) !important;
}

.landing-page .site-footer .footer-link {
  border: 1px solid rgba(67, 199, 232, 0.3) !important;
}

.landing-page .site-footer .footer-link:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 20px rgba(11, 111, 175, 0.18);
}

@media (max-width: 920px) {
  .landing-page .site-header {
    border-radius: 24px !important;
  }

  .landing-page .sponsors-strip {
    margin: 14px 0 0;
    border-radius: 18px;
  }
}

@media (max-width: 768px) {
  .landing-page .hero-title {
    font-size: 2rem !important;
  }

  .landing-page .title-cont h3 {
    font-size: 1.45rem;
  }
}

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

/* ---------- Landing V3 (high-impact redesign) ---------- */
.landing-v3 {
  --v3-primary: #43c7e8;
  --v3-primary-dark: #0b6faf;
  --v3-text: #0e2f47;
  --v3-muted: #6a8599;
  --v3-white: #ffffff;
  --v3-shadow: 0 20px 50px rgba(14, 47, 71, 0.16);
}

.landing-v3 .background {
  opacity: 0.08;
}

.landing-v3 .site-header {
  background: linear-gradient(130deg, #0b6faf 0%, #1f8fc7 45%, #43c7e8 100%) !important;
  border-radius: 34px !important;
  box-shadow: var(--v3-shadow) !important;
  overflow: hidden;
}

.landing-v3 .site-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.28), transparent 35%);
  pointer-events: none;
}

.landing-v3 .hero-title,
.landing-v3 .hero-subtitle {
  color: #fff !important;
}

.landing-v3 .hero-title {
  font-size: clamp(2.3rem, 4vw, 3.7rem) !important;
  font-weight: 900 !important;
}

.landing-v3 .hero-subtitle {
  font-size: 1.05rem !important;
  opacity: 0.95;
}

.landing-v3 .store-badges .link-img {
  border: 1px solid rgba(255, 255, 255, 0.38) !important;
  background: rgba(255, 255, 255, 0.18) !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
}

.landing-v3 .b-header::after {
  background: rgba(6, 28, 45, 0.36) !important;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34) !important;
}

.landing-v3 .section-block {
  border-radius: 26px !important;
}

.landing-v3 .about-section {
  background: linear-gradient(180deg, #ffffff 0%, #f4fbff 100%) !important;
}

.landing-v3 .advantages-section {
  background: linear-gradient(180deg, #f7fcff 0%, #eef8ff 100%) !important;
}

.landing-v3 .advantages-card .text-align {
  border-radius: 20px !important;
  border: 1px solid rgba(67, 199, 232, 0.35) !important;
  box-shadow: 0 14px 30px rgba(11, 111, 175, 0.13) !important;
  background: #fff !important;
}

.landing-v3 .advantages-card .ad-head span {
  color: rgba(11, 111, 175, 0.2) !important;
}

.landing-v3 .advantages-card h6 {
  color: var(--v3-text) !important;
  font-size: 1.2rem !important;
}

.landing-v3 .advantages-card p {
  color: var(--v3-muted) !important;
  font-size: 0.96rem !important;
}

.landing-v3 .steps-section > .pl-4.pr-4.pb-0.pt-0 {
  border: 1px solid rgba(14, 47, 71, 0.08) !important;
  background: #fff !important;
  box-shadow: 0 16px 40px rgba(14, 47, 71, 0.12) !important;
}

.landing-v3 .steps-section h2 {
  color: var(--v3-text) !important;
}

.landing-v3 .steps-section .p2 {
  color: var(--v3-primary-dark) !important;
}

.landing-v3 .home-phone-slider {
  background: linear-gradient(180deg, #f5fbff 0%, #edf7ff 100%);
  border-radius: 26px;
  margin-top: 10px;
  box-shadow: 0 16px 40px rgba(14, 47, 71, 0.12);
}

.landing-v3 .home-phone-slider .swiper {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding-top: 10px !important;
}

.landing-v3 .home-phone-slider .device-cont {
  display: none !important;
}

.landing-v3 .home-phone-slider .swiper-slide img {
  position: static !important;
  border-radius: 28px !important;
  border: 1px solid rgba(11, 111, 175, 0.22);
  box-shadow: 0 18px 30px rgba(11, 111, 175, 0.18) !important;
  max-width: 200px !important;
  max-height: 430px !important;
}

.landing-v3 .statistics {
  background: linear-gradient(130deg, #0f4365 0%, #1b709d 40%, #43c7e8 100%) !important;
  border: 0 !important;
}

.landing-v3 .statistics .title-cont p,
.landing-v3 .statistics .title-cont h3 {
  color: #fff !important;
}

.landing-v3 .counters-cont > div {
  background: rgba(255, 255, 255, 0.95) !important;
  border: 0 !important;
}

.landing-v3 .counters-cont h2 {
  color: #0b6faf !important;
}

.landing-v3 .site-footer {
  background: #0d3854 !important;
  border: 0 !important;
}

.landing-v3 .site-footer .nav-button {
  color: #d9edfb !important;
}

.landing-v3 .site-footer .nav-button:hover {
  color: #43c7e8 !important;
}

.landing-v3 .site-footer .footer-link {
  background: #184a6b !important;
  border: 1px solid rgba(67, 199, 232, 0.25) !important;
}

@media (max-width: 768px) {
  .landing-v3 .site-header {
    border-radius: 22px !important;
  }

  .landing-v3 .hero-title {
    font-size: 1.9rem !important;
  }

  .landing-v3 .home-phone-slider .swiper-slide img {
    max-width: 155px !important;
    max-height: 320px !important;
  }
}