body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0;
}
body.ar {
  font-family: "Rubik", sans-serif;
}
body.guest {
  background-color: #FDF9EC;
}
.guest .navbar.navbar-default {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  padding: 20px 0;
}
.guest.signup .navbar.navbar-default {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.guest .navbar-default .navbar-brand {
  height: auto;
  padding-left: 30px;
  line-height: 1;
}
.guest .navbar-default .navbar-brand svg {
  width: 200px;
  height: 48px;
}
.guest .navbar-nav > li > .dropdown-menu {
  min-width: 90px;
  border-radius: 8px;
  margin-top: 10px;
  border: none;
}
.guest .navbar-nav > li > .dropdown-menu >li>a {
  padding-left: 0;
  padding-right: 0;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  border-radius: 6px;
}
.guest .navbar-nav > li > .dropdown-menu > li.active > a {
  background-color: #fdf001;
  color: #000;
}
.guest .navbar-nav > li > .dropdown-menu > li {
  padding: 0 10px;
}
/*.guest .navbar-default .navbar-brand img {
filter: invert(1) brightness(7) hue-rotate(260deg);
}*/
.guest .header-wrapper {
  filter: drop-shadow(4px 10px 31px rgba(0, 0, 0, 0.09));
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 8px 0;
}
body.guest .header-wrapper .navbar-right {
  margin-right: 30px;
}
.guest .navbar-default .navbar-nav > li > a {
  font-size: 14px;
  font-weight: 600;
  color: #111924;
  text-shadow: none;
  position: relative;
}
.guest .navbar-default .navbar-nav > li > a:hover, 
.guest .navbar-default .navbar-nav > li > a:active, 
.guest .navbar-default .navbar-nav > li > a:focus, 
.guest .navbar-default .navbar-nav > li.active > a {
  color: #FDF001;
  background-image: radial-gradient(circle closest-side at 100% 100%, #8aff2a, #00a40c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.btn.btn-primary {
  background: #000000;
  border: none;
  border-radius: 18px;
  padding: 2px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
}
.btn.btn-secondary {
  background-color: #FFDD00;
  border: none;
  border-radius: 18px;
  padding: 2px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.btn.btn-primary > span,
.btn.btn-secondary > span {
  display: flex;
  padding: 18px 30px;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.36) 100%);
  border-radius: 16px;
  position: relative;
}
.btn.btn-primary > span:before,
.btn.btn-secondary > span:before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
}
.btn.btn-primary > span:before {
  background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#A9A9A9);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
.btn.btn-secondary > span:before {
  background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGBA(255, 255, 255, 0.48));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
.btn.btn-primary.btn-v2 > span {
  justify-content: space-between;
  min-width: 140px;
  padding-left: 13px;
  padding-right: 13px;
}
.ar .btn.btn-primary img {
  transform: rotateY(180deg);
}
.well {
  background-color: #FFFFFF;
  border: 1px solid #EAE5D6;
  border-radius: 24px;
  box-shadow: none;
}
.nightmode .well {
  background-color: #141414;
  border-color: #252525;
}
.nav.nav-tabs.top-well-tabs {
  border: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}
.nav.nav-tabs.top-well-tabs:before,
.nav.nav-tabs.top-well-tabs:after {
  display: none;
}
.nav.nav-tabs.top-well-tabs > li {
  flex: 1 1 calc(100% / 7 - 10px);
  margin-bottom: 0;
}
.nav.nav-tabs.top-well-tabs li.active a, 
.nav-tabs.top-well-tabs > li.active > a:hover, 
.nav-tabs.top-well-tabs > li.active > a:focus {
  background-color: #000000;
  border-radius: 14px;
  border: none;
  color: #FFFFFF;
}
.nav.nav-tabs.top-well-tabs li a {
  display: flex;
  justify-content: center;
  height: 48px;
  align-items: center;
  padding: 2px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 24px 24px 0 0;
  border-bottom: none;
  border-top: 1px solid #EAE5D6;
  border-right: 1px solid #EAE5D6;
  border-left: 1px solid #EAE5D6;
}
.nightmode .nav.nav-tabs.top-well-tabs li a {
  background-color: #141414;
  border-color: #252525;
  color: #FFFFFF;
}
.nav.nav-tabs.top-well-tabs li a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -14px;
  width: 100%;
  background-color: #FFFFFF;
  height: 14px;
  z-index: 1;
}
.nightmode .nav.nav-tabs.top-well-tabs li a::after {
  background-color: #141414;
}
.nav.nav-tabs.top-well-tabs li:last-child a::before,
.nav.nav-tabs.top-well-tabs li:first-child a::before{
  content: '';
  width: 15px;
  height: 40px;
  background-color: #FFFFFF;
  position: absolute;
  bottom: -41px;
  z-index: 2;
}
.nav.nav-tabs.top-well-tabs li:first-child a::before {
  left: -1px;
  border-left: 1px solid #EAE5D6;
}
.ar .nav.nav-tabs.top-well-tabs li:first-child a::before {
  right: -1px;
  left: auto;
  border-left: none;
  border-right: 1px solid #EAE5D6;
}
.nav.nav-tabs.top-well-tabs li.active a .tab-el, 
.nav-tabs.top-well-tabs > li.active > a:hover .tab-el, 
.nav-tabs.top-well-tabs > li.active > a:focus .tab-el {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, RGBA(255, 255, 255, 0) 0%,RGBA(255, 255, 255, 0.36) 100%);
  position: relative;
  border-radius: 12px;
}
.nav.nav-tabs.top-well-tabs li.active a .tab-el:before, 
.nav-tabs.top-well-tabs > li.active > a:hover .tab-el:before, 
.nav-tabs.top-well-tabs > li.active > a:focus .tab-el:before {
  content: '';
  background: linear-gradient(0deg,RGBA(25, 79, 175, 0),#A9A9A9);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: add, add;
  mask-composite: ;
  mask-composite: exclude;
  position: absolute;
  inset: 0px;
  border-radius: 12px;
  padding: 2px;
}
.nav.nav-tabs.top-well-tabs li:first-child.active a::before {
  left: auto;
  right: -13px;
  bottom: -13px;
  height: 15px;
  width: 13px;
  background-color: #FFFFFF;
  border: none;
  z-index: 1;
}
.nav.nav-tabs.top-well-tabs li:last-child a::before {
  right: -1px;
  border-right: 1px solid #EAE5D6;
}
.ar .nav.nav-tabs.top-well-tabs li:last-child a::before {
  right: auto;
  left: -1px;
  border-left: 1px solid #EAE5D6;
  border-right: none;
}
.ar .nav.nav-tabs.top-well-tabs li:first-child.active a::before {
  right: auto;
  left: -13px;
}
.nav.nav-tabs.top-well-tabs li:last-child.active a::before {
  right: auto;
  left: -13px;
  bottom: -13px;
  height: 15px;
  width: 13px;
  background-color: #FFFFFF;
  border: none;
  z-index: 1;
}
.ar .nav.nav-tabs.top-well-tabs li:last-child.active a::before {
  right: -13px;
  left: auto;
}
.nav-tabs.top-well-tabs > li:first-child.active > a::after {
  width: 13px;
  right: -11px;
  left: auto;
  border-right: 1px solid #EAE5D6;
  border-bottom: 1px solid #EAE5D6;
  border-radius: 0 0 100px 0;
  background-color: #fdf9ec;
  height: 20px;
  z-index: 2;
  bottom: -13px;
}
.ar .nav-tabs.top-well-tabs > li:first-child.active > a::after {
  right: auto;
  left: -11px;
  border-left: 1px solid #EAE5D6;
  border-right: none;
  border-radius: 0 0 0 100px;
}
.nav-tabs.top-well-tabs > li:last-child.active > a::after {
  width: 13px;
  left: -11px;
  right: auto;
  border-left: 1px solid #EAE5D6;
  border-bottom: 1px solid #EAE5D6;
  border-radius: 0 0 0 100px;
  background-color: #fdf9ec;
  height: 20px;
  z-index: 2;
  bottom: -13px;
}
.ar .nav-tabs.top-well-tabs > li:last-child.active > a::after {
  left: auto;
  right: -11px;
  border-right: 1px solid #EAE5D6;
  border-left: none;
  border-radius: 0 0 100px 0;
}
.top-well-tabs li.active .tab-el-content svg path {
  fill: #FDF001;
}
.top-well-tabs li .tab-el-content svg path {
  fill: #000000;
}
.nav.nav-tabs.top-well-tabs li.active a .tab-el::before, 
.nav-tabs.top-well-tabs > li.active > a:hover .tab-el::before, 
.nav-tabs.top-well-tabs > li.active > a:focus .tab-el::before {
  background: linear-gradient(0deg,RGBA(255, 255, 255, 0),RGBA(255, 255, 255, 0.48));
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: add, add;
  mask-composite: exclude;
}
.tab-el-content {
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}
.tab-el-content svg {
  margin-right: 6px;
}
.ar .tab-el-content svg {
  margin-right: 0;
  margin-left: 6px;
}
.nav.nav-tabs.well-tabs {
  margin-bottom: 15px;
  border: none;
  display: flex;
  gap: 6px;
}
.well-tabs.nav-tabs > li > a {
  background-color: #FDF9EC;
  border-radius: 14px;
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  height: 48px;
  line-height: 2;
  padding-left: 25px;
  padding-right: 25px;
}
.well-tabs.nav-tabs > li.active > a, 
.well-tabs.nav-tabs > li.active > a:hover, 
.well-tabs.nav-tabs > li.active > a:focus {
  background-color: #FDF001;
  border: none;
  color: #000000;
}
.well-tabs.nav-tabs > li.active > a, 
.well-tabs.nav-tabs > li.active > a:hover, 
.well-tabs.nav-tabs > li.active > a:focus {
  color: #000000;
  background-color: #FDF001;
}
.well .form-control {
  background-color: #FDF9EC;
  border-color: #EAE5D6;
  box-shadow: none;
  border-radius: 12px;
  height: 52px;
}
.well input.form-control {
  height: 52px;
}
.well textarea.form-control {
  height: 400px;
}
.nightmode .nav.nav-tabs.top-well-tabs li:last-child a::before, 
.nightmode .nav.nav-tabs.top-well-tabs li:first-child a::before {
  background-color: #141414;
}

.nightmode .nav.nav-tabs.top-well-tabs li:last-child a::before {
  border-color: #252525;
}
.nightmode .nav.nav-tabs.top-well-tabs li:first-child a::before {
  border-color: #252525;
}
.nightmode .nav.nav-tabs.top-well-tabs li:first-child.active a::before {
  background-color: #141414;
}

.nightmode .nav.nav-tabs.top-well-tabs li:last-child.active a::before {
  background-color: #141414;
}

.nightmode .nav-tabs.top-well-tabs > li:first-child.active > a::after {
  border-color: #252525;
  background-color: #303030;
}
.nightmode .nav-tabs.top-well-tabs > li:last-child.active > a::after {
  background-color: #303030;
  border-color: #252525;
}
.nightmode .top-well-tabs li .tab-el-content svg path {
  fill: #FFFFFF;
}
.nightmode .top-well-tabs li.active .tab-el-content svg path {
  fill: #000000;
}
.nightmode .nav.nav-tabs.top-well-tabs li.active a, 
.nightmode .nav-tabs.top-well-tabs > li.active > a:hover, 
.nightmode .nav-tabs.top-well-tabs > li.active > a:focus {
  background-color: #FDF001;
  color: #000000;
}
.nightmode .well-tabs.nav-tabs > li > a {
  background-color: #262626;
  color: #FFFFFF;
}
.nightmode .search-dropdown .input-wrapper .input-wrapper__prepend {
  color: #FDF001;
}
.nightmode .well .form-control {
  background-color: #262626;
  border-color: #252525;
  color: #FFFFFF;
}
.well .control-label {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
.nightmode .well .control-label {
  color: #FFFFFF;
}
.well .select2-container--default .select2-selection--single {
  display: flex;
  align-items: center;
  height: 52px;
}
.well .select2-container--default .select2-selection--single .btn-group-vertical.align-middle.select2-selection__icon {
  width: 34px;
  height: 34px;
  background-color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE5D6;
  border-radius: 8px;
  color: #000000;
}
.well .select2-container--default .select2-selection--single .select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #EAE5D6;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 8px;
}
.well .select2-container .select2-selection__rendered > span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  display: inline-flex;
  align-items: center;
}
.nightmode .well .select2-container .select2-selection__rendered > span {
  color: #FFFFFF;
}
.nightmode .well .select2-container--default .select2-selection--single .btn-group-vertical.align-middle.select2-selection__icon {
  background-color: #FDF001;
  border-color: #FDF001;
  color: #000000;
}
.well .select2-container--default .select2-selection--single .select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  border-color: #FDF001;
  background-color: #FDF001;
}
.well .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border-radius: 30px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #EAE5D6;
}
.nightmode .well .select2-container--default .select2-selection--single .select2-selection__arrow {
  border-color: #3A3A3A;
  background-color: #262626;
}
.well .btn.btn-primary {
  background-color: #FDF001;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  height: 52px;
  border-radius: 12px;
}
@media(max-width: 550px){
  body.guest .header-wrapper .navbar-right {
    margin-right: 0;
  }
  .guest .header-wrapper{
    border-radius: 12px;
    padding: 0px 0;
  }
  .guest .navbar-default .navbar-brand {
    padding-left: 10px;
  }
  .guest .navbar-brand img {
    max-height: 32px;
  }
  .btn.btn-primary,
  .btn.btn-secondary {
    border-radius: 12px;
  }
  .btn.btn-primary.btn-v2 {
    border-radius: 12px;
  }
  .btn.btn-primary > span, .btn.btn-secondary > span {
    padding-top: 14px;
    padding-bottom: 14px;
    border-radius: 10px;
  }
  .btn.btn-primary > span::before, .btn.btn-secondary > span::before {
    border-radius: 10px;
    padding: 1px;
  }
  .guest .rtl-navbar .navbar-header {
    margin: auto;
  }
  /*Dashboard*/
  .nav.nav-tabs.top-well-tabs li a {
    height: 46px;
    font-size: 14px;
  }
  .well {
    padding: 15px 10px;
  }
  .well-tabs.nav-tabs > li > a{
    border-radius: 10px;
    font-size: 12px;
    height: 36px;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
  }
}