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

@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');

*{
  /* font-family: "Readex Pro", sans-serif !important; */
}

.object-cover{
  object-fit: cover;
}

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

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

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

.nav-bar {
  background: #fff;
  z-index: 100;
  -webkit-box-shadow: 0px 3px 7px #00000022;
          box-shadow: 0px 3px 7px #00000022;
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  left: 0;
}

.nav-bar .nav-button {
  color: #000 !important;
  text-decoration: none;
  margin: 10px;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 5px;
  display: inline-block;
  cursor: pointer;
}

.nav-bar .nav-button:hover {
  -webkit-transform: translateY(-3px) !important;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0;
  min-width: 100px;
  border-radius: 10px;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 1px #00000055;
          box-shadow: 0px 0px 5px 1px #00000055;
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .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 {
    -webkit-box-shadow: 0px 3px 7px #00000022;
            box-shadow: 0px 3px 7px #00000022;
    position: fixed;
    width: 100vw;
  }
  .nav-bar .nav-side {
    -webkit-animation-duration: 1s;
            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;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 5px;
    display: inline-block;
  }
  .nav-bar .nav-side .nav-buttons .nav-button:hover {
    -webkit-transform: translateY(-3px) !important;
            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;
    -webkit-box-shadow: 0px 0px 5px 2px #00000033;
            box-shadow: 0px 0px 5px 2px #00000033;
  }
  .nav-bar .side-over-lay {
    position: fixed;
    top: 0;
    left: 200%;
    width: 100vw;
    height: 100vh;
    background: #00000055;
    -webkit-transition: all .3s ease-in-out;
    transition: all .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    opacity: 1;
    min-width: 100px;
    border-radius: 10px;
    height: 0;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .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: 50px !important;
  height: 50px;
  font-size: 20px !important;
  text-align: center;
}

.code-input input:valid {
  background-color: #FFFFFF !important;
  color: #000;
}

.b-header {
  position: relative;
}

.b-header::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #41B8B4;
  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 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-10px);
          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;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 10px;
  color: #f5f5f5;
}

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

.login-img {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  display: flex;
  align-items: center;
  justify-content: center;
}

.login-img img {
  height: 220px !important;
  object-fit: contain;
}

.login-img .login-content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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: #B782DD;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(102, 54, 136);
  }
}

.notification-item{
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.notification-img-div{
  background-color: #F8F3FC;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.text454545{
  color: #454545;
}

h6.notifications{
  font-size: 20px;
}
p.notifications{
  font-size: 14px;
}

table.dataTable td, table.dataTable th{
  font-size: 13px;
  font-weight: 500;
}

.register-header {
  color: #8A8A8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .register-header {
    display: block;
  }
}

.register-header .line-between {
  height: 5px;
  background: transparent;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 20px;
}

.register-header .select-register-step {
  border: 1px solid;
  height: 40px;
  width: 40px;
  background-color: #DEDEDE;
  color: #DEDEDE;
  border-color: #DEDEDE !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 5px;
}

.register-header .current {
  color: #000;
}

.register-header .current .select-register-step {
  color: #8A8A8A;
  background: #f5f5f5;
}

.register-header .active {
  color: #41B8B4;
}

.register-header .active .select-register-step {
  color: #8A8A8A;
  background: #f5f5f5;
}

.register-header .active ~ .line-between {
  background: transparent;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

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

input[type="time"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
          filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
  font-size: 30px;
  opacity: .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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .8s ease-in;
  transition: all .8s ease-in;
}

.img-parent .bg-img2 {
  position: relative;
  z-index: 2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.img-parent:hover .bg-img {
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
          transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
}

.img-parent:hover .bg-img2 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.line-home {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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;
  -webkit-box-shadow: 0px 3px 7px #00000022;
          box-shadow: 0px 3px 7px #00000022;
  position: fixed;
  height: 70px;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  left: 0;
}

.nav-bar .nav-button {
  color: #000 !important;
  text-decoration: none;
  margin: 10px;
  font-weight: bold;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 5px;
  display: inline-block;
}

.nav-bar .nav-button:hover {
  -webkit-transform: translateY(-3px) !important;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  opacity: 0;
  min-width: 100px;
  border-radius: 10px;
  height: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 5px 1px #00000055;
          box-shadow: 0px 0px 5px 1px #00000055;
  padding: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .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 {
    -webkit-box-shadow: 0px 3px 7px #00000022;
            box-shadow: 0px 3px 7px #00000022;
    position: fixed;
    width: 100vw;
  }
  .nav-bar .nav-side {
    -webkit-animation-duration: 1s;
            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;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    padding: 5px;
    display: inline-block;
  }
  .nav-bar .nav-side .nav-buttons .nav-button:hover {
    -webkit-transform: translateY(-3px) !important;
            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;
    -webkit-box-shadow: 0px 0px 5px 2px #00000033;
            box-shadow: 0px 0px 5px 2px #00000033;
  }
  .nav-bar .side-over-lay {
    position: fixed;
    top: 0;
    left: 200%;
    width: 100vw;
    height: 100vh;
    background: #00000055;
    -webkit-transition: all .3s ease-in-out;
    transition: all .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    opacity: 1;
    min-width: 100px;
    border-radius: 10px;
    height: 0;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .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;
}

.auth-form{
  max-height: 100vh;
  overflow-y: auto;
}

.auth-form::-webkit-scrollbar{
  width: 0px !important;
}

.text-decoration-underline{
  text-decoration: underline;
}

@media (max-width: 375px) {
  .code-input input{
    width: 30px;
    font-size: 14px !important;
    padding: 5px !important;
  }
}

.b-header {
  position: relative;
}

.b-header::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #41B8B4;
  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 {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-transform: translateY(-10px);
          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;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  left: 10px;
  color: #f5f5f5;
}

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

p {
  font-size: 12px;
  color: #8A8A8A;
}

.password-cont {
  position: relative;
}

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

.gray-a {
  color: #8A8A8A;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  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%;
  -webkit-transform: translateY(-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: #B782DD;
  }
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: rgb(102, 54, 136);
  }
}

.register-header {
  color: #8A8A8A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .register-header {
    display: block;
  }
}

.register-header .line-between {
  height: 5px;
  background: transparent;
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 20px;
}

.register-header .select-register-step {
  border: 1px solid;
  height: 40px;
  width: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 5px;
}

.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: transparent;
}

.register-header .active {
  color: #000000;
}

.register-header .active .select-register-step {
  color: #FFFFFF;
  border: 5px solid #D0F5E5;
  background: #1B8354;
}

.register-header .active .select-register-step.check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.register-header .active .select-register-step.step {
  display: none;
}

.register-header .active + .line-between {
  background: transparent;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

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

input[type="time"]::-webkit-calendar-picker-indicator {
  -webkit-filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
          filter: invert(18%) sepia(13%) saturate(207%) hue-rotate(130deg) brightness(95%) contrast(30%);
  font-size: 30px;
  opacity: .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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all .8s ease-in;
  transition: all .8s ease-in;
}

.img-parent .bg-img2 {
  position: relative;
  z-index: 2;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.img-parent:hover .bg-img {
  -webkit-transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
          transform: translate(-50%, -50%) scale(1.2) rotate(-5deg);
}

.img-parent:hover .bg-img2 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.line-home {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          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: .6;
}

.home-phone-slider .swiper-slide-active img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 1;
}

.home-phone-slider .device-cont {
  position: absolute;
  left: 50%;
  top: 36px;
  -webkit-transform: translateX(-50%) scale(1.1);
          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%;
  -webkit-transform: translateX(-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transform: translateX(-50%);
          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;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: auto !important;
}

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

.endfooter {
  background: #3BAEAA19;
  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 !important;
}

.endfooter .nav-button {
  color: #000;
  margin: 10px;
  font-size: 12px;
  font-weight: bold;
}

.endfooter .nav-button:hover {
  color: #FFB72B;
}

.dashboard-sidebar {
  background-image: url("../imgs/bg/side-bg.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  position: fixed;
  top: 0;
  right: 0;
  width: 250px;
  height: 100vh;
  z-index: 100;
  padding: 20px 0px;
  overflow-y: scroll;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.dashboard-sidebar::-webkit-scrollbar {
  width: 5px;
}

.dashboard-sidebar .material-button:hover {
  -webkit-box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px -3px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.dashboard-sidebar .side-buttons .side-button-content{
  color: #000;
}
.dashboard-sidebar .side-buttons .active .side-button-content{
  color: #FFF;
}


@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: #B782DD;
}

.dashboard-sidebar .side-buttons .side-button {
  list-style: none;
  padding: 5px !important;
}

.dashboard-sidebar .side-buttons .side-button a {
  width: 100% !important;
  height: 100% !important;
  display: block;
  text-decoration: none;
  font-size: 12px;
  color: #8A8A8A;
  position: relative;
}

.dashboard-sidebar .side-buttons .side-button a .fa-angle-left {
  position: absolute;
  left: 5px;
  top: 40% !important;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dashboard-sidebar .side-buttons .side-button.oppened .arrow {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.dashboard-sidebar .side-buttons .active {
  background-color: #B782DD;
  background-repeat: no-repeat;
  position: relative;
}

.dashboard-sidebar .side-buttons .active .side-button-content {
  color: #fff;
}

.side-button-content{
  font-weight: 500;
}

.dashboard-button img{
  height: 20px;
  object-fit: contain;
}

.logout-btn-div{
  background-color: #FEE4E2 !important;
}

.dashboard-sidebar .side-buttons .side-dropdown {
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  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;
}

.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: #FFB72B !important;
}

.dashboard-sidebar .side-buttons .side-dropdown .side-drop-button.active {
  background: #FFB72B33 !important;
}

.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: #FFB72B !important;
}

.dashboard-sidebar .side-button-content {
  display: inline-block;
}

.dashboard-sidebar .side-button-content .fa-angle-left {
  top: 23% !important;
}

.dashboard-sidebar #sideButtons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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: #41B8B4;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 30px);
  padding: 10px;
  background: #00000044;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  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%;
  -webkit-transform: translateX(-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: #00000044;
}

.dashboard-sidebar #sideButtons .lang-button:hover .lang-viewer {
  top: calc(100% + 10px);
  display: block;
  opacity: 1;
}

.hover-description {
  position: relative;
}

.hover-description .lang-viewer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 30px);
  padding: 10px;
  background: #00000044;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  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%;
  -webkit-transform: translateX(-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: #00000044;
}

.hover-description:hover .lang-viewer {
  top: calc(100% + 10px);
  display: block;
  opacity: 1;
}

.page-container {
  width: 100vw;
  padding-right: 280px;
  padding-left: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  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 {
  padding-top: 30px;
}

.page-container .dashboard-body .dashboard-nav {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 1px 1px 7px #00000022;
          box-shadow: 1px 1px 7px #00000022;
  width: 100%;
  height: 60px;
  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: #B782DD;
  min-width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  border: 2px solid #fff;
  font-size: 12px;
  padding: 2px;
}

/* div.dataTables_scrollBody>table>tbody tr:first-child th, div.dataTables_scrollBody>table>tbody tr:first-child td, .table-cont .dataTables_scrollBody *{
  color: #000;
} */

.table-cont tbody{
  color: #000;
  font-size: 14px;
}

.table thead th{
  font-weight: 300;
}

.table.dataTable>thead .sorting:before, table.dataTable>thead .sorting_asc:before, table.dataTable>thead .sorting_desc:before, table.dataTable>thead .sorting_asc_disabled:before, table.dataTable>thead .sorting_desc_disabled:before{
  content: none;
}

table.dataTable>thead .sorting:after, table.dataTable>thead .sorting_asc:after, table.dataTable>thead .sorting_desc:after, table.dataTable>thead .sorting_asc_disabled:after, table.dataTable>thead .sorting_desc_disabled:after{
  content: none;
}

.page-container .dashboard-body .dashboard-nav .lang-button {
  position: relative;
}

.page-container .dashboard-body .dashboard-nav .lang-button .lang-viewer {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: calc(100% + 30px);
  padding: 10px;
  background: #00000044;
  border-radius: 8px;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  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%;
  -webkit-transform: translateX(-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: #00000044;
}

.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: #00000055;
  left: -200vw;
  top: 0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  z-index: 3;
}

.side-overlay.oppened {
  left: 0;
}

@media (max-width: 992px) {
  .dashboard-sidebar {
    padding: 20px;
    right: -100vw;
    -webkit-transition: all 1s ease-in-out;
    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-body {
    padding-top: 30px;
  }
  .page-container .dashboard-nav {
    position: fixed;
    width: 100%;
    height: 60px;
    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;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.dash-header-card .icon .icon-img {
  max-width: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dash-header-card .icon .rect {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.dash-header-card:hover .icon-img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: .5;
}

.dash-header-card:hover .rect {
  -webkit-transform: scale(1.3) rotate(10deg);
          transform: scale(1.3) rotate(10deg);
  opacity: .5;
}

.stars-cont .gold {
  color: #FFB300;
}

.stars-cont .gray {
  color: #E9E9E9;
}

.question-button {
  height: 22px;
  width: 22px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #FFB72B;
  background: #F7952033;
  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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: #00000055;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
}


.gap-1{
  gap: 0.5rem;
}
.gap-2{
  gap: 0.75rem;
}
.gap-3{
  gap: 1rem;
}
.gap-4{
  gap: 2rem;
}
.gap-5{
  gap: 3rem;
}

.single-rate span, .single-rate .fa-clock{
  color: #787878;
}

.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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 {
  -webkit-animation: bell-animation 4s infinite ease-in-out;
          animation: bell-animation 4s infinite ease-in-out;
}

@-webkit-keyframes bell-animation {
  0%, 100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

@keyframes bell-animation {
  0%, 100% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
}

.y180 {
  -webkit-transform: rotateY(180deg) !important;
          transform: rotateY(180deg) !important;
}

.password-cont {
  position: relative;
}

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

.table-menu {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.table-menu div{
  height: 28px;
  width: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border-radius: 5px;
}
.table-menu div img{
  height: 18px;
  width: 18px;
  object-fit: contain;
}

.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;
  height: 25px;
  width: 25px;
  background: #f5f5f5;
  border-radius: 50%;
}

.color454545{
  color: #454545 !important;
}

.bg-danger-custom{
  background-color: #D92D20;
}

.border-secondary{
  border: 1px solid #B782DD !important;
}

.nav-pills .nav-link{
  background-color: #EDEDED;
  border-color: #EDEDED;
  color: #999999 !important;
  padding: 8px 55px;
  box-shadow: none !important;
  border: none !important;
}
.nav-pills .nav-link.active{
  background-color: #B782DD !important;
  color: #FFF !important;
  border: 1px solid #B782DD !important;
}

.dashboard-sidebar{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.select2-container--default .select2-selection--multiple{
  background-color: #F7F7F7 !important;
  border-color: #F7F7F7 !important;
}

.edit-profile-input{
  background-color: #FFF !important;
  border: 1px solid #BABABA !important;
  color: #000 !important;
  font-size: 14px !important;
}

select, .select2, .select2-selection {
  -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;
}
/*# sourceMappingURL=styles.css.map */

.form_warapper{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  flex-wrap: wrap;
}
.form_warapper form{
  width: 100%;
}
.pay_method_txt{
    color: #3BAEAA !important;
    transition: .3s all ease;
    color: #fff !important;
    transition: .3s all ease;
    border: 0;
    background-color: #3BAEAA;
    padding: 5px 40px;
}
.pay_method_txt:hover{
  text-decoration: none !important;
}
.pay-link{
  width: 100%;
}

.group_div{
  position: relative;
  width: 200px;
  text-align: center;
  background-color: #47a9c4;
  border-radius: 5px;
  padding: 5px;
  color: #fff;
  margin: 10px;
}

.login-title{
  font-weight: 500;
  font-size: 26px;
  color: #4E1F70;
}

.forget_password:hover{
  color: #4E1F70;
}

.color-primary{
  color: #4E1F70;
}
.color-primary-dark{
  color: #270F38;
}

.register-header{
  background-color: #F7F7F7;
}

.select-register-step i{
  color: #DEDEDE;
}

.upload-image-area{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
  width: 100%;
  background-color: #F7F7F7;
}

.upload-image-area img{
  height: 28px;
  object-fit: contain;
}
.upload-image-area h4{
  color: #787878;
}

select{
  background-color: #F7F7F7 !important;
}

.form-switch .form-check-input {
  width: 40px;
  height: 20px;
  background-color: #ccc;
  border-radius: 20px;
  border: 1px solid #aaa;
}

.form-switch .form-check-input:checked {
  background-color: #4caf50;
  border-color: #4caf50;
}

.divInput{
  min-height: 42px;
  width: 100%;
  background-color: #F7F7F7;
  border: 1px solid #CED4DA;
  padding: 6px 15px;
}

input[type="checkbox"]{
  accent-color: #ab74d3;
}

.btn-as-input{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #F7F7F7 !important;
  border: 1px solid #F7F7F7 !important;
  background-clip: padding-box;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.sent-to-admin{
  border: 1px solid #1570EF;
  border-radius: 4px;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 6px;
  background-color: #FFF;
}
.sent-to-admin.settlement-accepted{
  border: 1px solid #1B8354 !important;
}
.sent-to-admin.settlement-rejected{
  border: 1px solid #D92D20 !important;
}

.table-main{
  background-color: #270F38;
  color: #FFFFFF;
}

.table-show{
  background-color: #D1E9FF;
  border-radius: 4px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.settlement-table td{
  font-size: 13px;
}

.accepted-settlement{
  background-color: #E6FAF1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1B8354;
  font-size: 13px;
  font-weight: 500;
  width: fit-content;
  padding: 5px 13px;
}
.rejected-settlement{
  background-color: #FEE4E2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #D92D20;
  font-size: 13px;
  font-weight: 500;
  width: fit-content;
  padding: 5px 13px;
}

.accept-reject-requests{
  height: 12px !important;
  object-fit: contain !important;
}

table.dataTable>thead>tr>th:not(.sorting_disabled), table.dataTable>thead>tr>td:not(.sorting_disabled){
  padding-right: 15px !important;
}

.btn-close{
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: 1px solid #DFC7F0;
  border-radius: 5px;
}
.btn-close i{
  color: #DFC7F0;
}

@media(min-width: 768px){
  .w-md-85{
    width: 85% !important;
  }
  .w-md-80{
    width: 80% !important;
  }
  .w-md-70{
    width: 70% !important;
  }
  .w-md-65{
    width: 65% !important;
  }
}
.divInput span{
  color: #787878;
}

.timeFrom::before {
  content: "الوقت من";
  color: gray;
  position: absolute;
  right: 65px;
  top: 15px;
}
.timeTo::before {
  content: "الوقت إلى";
  color: gray;
  position: absolute;
  right: 65px;
  top: 15px;
}

.back-button{
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 8px;
  color: #000 !important;
  transition: all 0.3s;
}

.back-button:hover{
  background-color: #FFF;
  border: 1px solid #000;
  border-radius: 8px;
  color: #000 !important;
  transition: all 0.3s;
}

.current .select-register-step{
  background-color: #999999 !important;
  color: #E0E0E0 !important;
}

.cam-icon{
  position: absolute;
  bottom: -5px;
  left: -2px;
}

.no_account{
  color: #000000;
  font-size: 13px;
  font-weight: 500;
}

.no_account a{
  color: #4E1F70;
  font-size: 13px;
  text-decoration: underline;
  font-weight: 500;
}

input{
  background-color: #F7F7F7 !important;
  border: 1px solid #F7F7F7 !important;
}

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

.font-semibold{
  font-weight: 500;
}

.flag-div{
  background-color: #EDEDED;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  height: calc(1.5em + .75rem + 4px);
  border-radius: 6px;
}

.border-none{
  border: 0;
}

.flag-div img{
  height: 20px;
  object-fit: contain;
}

.login-subtitle{
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}

.switch-con {
  line-height: 0;
  width: 80px;
  height: 31px;
  background-color: #fff;
  border-radius: 25px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.switch-con .switch {
  position: relative;
  height: 100%;
  width: 80px;
  z-index: 2;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.switch-con .switch::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #52c535;
  transition: all 0.3s ease-in-out;
}
.switch-con .text {
  color: #202020;
  font-size: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  width: 100%;
  text-align: center;
}
.switch-con .text.text1 {
  opacity: 1;
  order: -1;
  padding-inline-start: 15px;
}
.switch-con .text.text2 {
  padding-inline-end: 20px;
}
.switch-con input:checked + .switch::after {
  transform: translateX(-50px) translateY(-50%);
  background-color: #D81A1A;
}
.switch-con input:checked ~ .text1 {
  opacity: 0;
}
.switch-con input:checked ~ .text2 {
  opacity: 1;
}
.switch-con.lg {
  width: 160px;
}
.switch-con.lg .switch {
  width: 160px;
}
.switch-con.lg input:checked + .switch::after {
  transform: translateX(-130px) translateY(-50%);
}
