body {
  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 0;
}
body.ar {
  font-family: "Rubik", sans-serif;
}
body.guest {
  background-color: #eef3f8;
}
.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: #0aedfffc;
  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: #0aedfffc;
  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: #0aedfffc;
  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: #eef3f8;
  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: #eef3f8;
  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: #0aedfffc;
}
.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: #eef3f8;
  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: #0aedfffc;
  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: #0aedfffc;
}
.well .form-control {
  background-color: #eef3f8;
  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: #0aedfffc;
  color: #000000;
}
.nightmode .well-tabs.nav-tabs > li > a {
  background-color: #262626;
  color: #FFFFFF;
}
.nightmode .search-dropdown .input-wrapper .input-wrapper__prepend {
  color: #0aedfffc;
}
.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: #0aedfffc;
  border-color: #0aedfffc;
  color: #000000;
}
.well .select2-container--default .select2-selection--single .select2-selection__id.badge.badge-secondary.badge-pill.rounded-pill {
  border-color: #0aedfffc;
  background-color: #0aedfffc;
}
.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: #0aedfffc;
  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;
  }
}

.en img.header-top-image.bottom, .en .header-bottom-image.bottom {
    transform: rotateY(180deg);
}
.en img.header-top-image.top, .en .header-bottom-image.top{
    transform: rotateY(180deg);
}


/*********New Update*********/

.guest .navbar.navbar-default {
    padding: 0;
}
.guest .collapse.navbar-collapse {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.guest ul.nav.navbar-nav.navbar-right li a i {
    background-color: #FFFFFF;
    box-shadow: 4px 4px 8px rgba(174, 190, 205, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.8);
    border-radius: 12px;
    padding: 12px;
    min-width: 40px;
    min-height: 40px;
    font-size: 17px;
}
.guest ul.nav.navbar-nav.navbar-right li.active a i, .guest .navbar-default .navbar-nav > li > a:hover > i  {
    -webkit-text-fill-color : #0aedfffc;
}

.guest ul.nav.navbar-nav.navbar-right li.active a, .guest .navbar-default .navbar-nav > li > a:hover{
background-image:  none;
   background-color: #0aedfffc;
}



.guest .header-wrapper {
    background: transparent;
    display: flex;
    align-items: center;
}
.guest .navbar-default .navbar-nav > li > a.dropdown-toggle {
    background: #fff;
    border-radius: 12px;
    box-shadow: 4px 4px 8px rgba(174, 190, 205, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.8);
    padding: 12px;
    height: 40px;
    width: 40px;
}
.guest .navbar-default .navbar-brand{
   background: #fff;
    border-radius: 12px;
    box-shadow: 4px 4px 8px rgba(174, 190, 205, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.8);
}
.guest ul.nav.navbar-nav.navbar-left-block {
    display: flex;
    align-items: center;
}
a.guest-buttons {
    background: #fff;
    margin: 0 10px;
    border-radius: 28px;
    box-shadow: 4px 4px 8px rgba(174, 190, 205, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.8);
    min-width: 137px;
}

section#reviews {
    text-align: center;
}

@media screen and (max-width:767px)
  {

/*    .guest .collapse.navbar-collapse {
    display: none !important;
} 
    .guest .collapse.navbar-collapse ul {
    display: none !important;
}
    */
    .guest .navbar-header {
    width: 100%;
    margin-top: 10px !important;
}
    .guest .collapse.navbar-collapse ,.guest .navbar-collapse.collapsing {
    display: none !important;
}
.guest .navbar-collapse.collapse.in {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    background: #eafdedf0;
    top: 60px;
    border-radius: 10px;
    height: 314px;
    overflow-y: scroll;
}
    .guest .navbar-nav > li > .dropdown-menu {
    position: fixed;
    width: 100%;
    top: 370px;
    background: #dffbed;
}
}
.how-icons svg {
    height: 3em;
}
.how-icons {
 /*   background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 8px 8px 16px rgba(174, 190, 205, 0.3), -8px -8px 16px rgba(255, 255, 255, 0.8);
  */
      background: linear-gradient(145deg, #ffffff, #f0f7ff);
    box-shadow: 14px 14px 28px rgba(209, 231, 255, 0.9), -10px -10px 24px rgba(255, 255, 255, 1), inset 3px 3px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 5px rgba(209, 231, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.8);
  width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
}
.how-works {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px;
    box-shadow: 12px 12px 24px rgba(174, 190, 205, 0.4), -12px -12px 24px rgba(255, 255, 255, 0.9);
    background: #fff;
    border-radius: 10px;
    padding: 25px;
    margin: 10px 7px;
}
.reviews-box {
    box-shadow: 12px 12px 24px rgba(174, 190, 205, 0.4), -12px -12px 24px rgba(255, 255, 255, 0.9);
    margin: 10px;
}
a.button-shaded {
    background: rgb(30 199 223 / 0.1);
    padding: 10px;
    border-radius: 20px;
    text-decoration: none;
}
.how-works.special-snap {
    display: inherit;
    text-align: justify;
}
.how-works.special-snap .how-icons {
    margin-bottom: 17px;
}
.how-works.special-snap h3 {
	margin-bottom: 2px;
}
.how-works.empowering {
    height: 150px;
}
.how-works.empowering .how-icons {
    border-radius: 100%;
    position: relative;
    top: -60px;
}
.how-works.empowering .main-text {
    position: relative;
    top: -50px;
}
.how-works.empowering h3 {
    position: relative;
    top: -65px;
    font-weight: bold;
}
ul.about-list {
    display: flex;
    gap: 0;
}
ul.about-list li {
    width: 100%;
    height: 116px;
    /* flex-direction: column; */
    display: flex;
    align-items: center;
    margin: 10px;
}
ul.about-list svg {
    width: 35px;
}
.about-list-img {
  /*
  background: linear-gradient(145deg, #ffffff, #f0f0f0);
    box-shadow: 8px 8px 16px rgba(174, 190, 205, 0.3), -8px -8px 16px rgba(255, 255, 255, 0.8);
  */
      background: linear-gradient(145deg, #ffffff, #f0f7ff);
    box-shadow: 14px 14px 28px rgba(209, 231, 255, 0.9), -10px -10px 24px rgba(255, 255, 255, 1), inset 3px 3px 6px rgba(255, 255, 255, 0.7), inset -2px -2px 5px rgba(209, 231, 255, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.8);
  width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 15px;
    align-items: center;
    margin: 7px;
}
.about-list li:first-child, .about-list li:nth-child(3) {
    margin-top: 0 !important;
}
.sub-heading {
    font-size: 50px;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.svg-inline--fa {
    display: var(--fa-display,inline-block);
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.forgot-password {
    position: inherit;
    right: 11px;
    bottom: 7px;
}


/******************New Order Page ************************/
ul.vertical-nav-menu li {
    margin: 5px 0;
}
.daymode .form-control {
    border: none;
   background-color: rgb(238 243 248 / 1) !important;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9) !important;
      border-radius: 14px;
}
.daymode .input-wrapper {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
      border-radius: 14px;
}
.daymode .select2-container, .daymode .form-group .select2.select2-container .select2-selection {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border-radius: 14px;
}

.daymode .well {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border-radius: 14px;
    border: none;
}
.daymode .nav.nav-tabs.top-well-tabs li:last-child a::before {
     background-color: rgb(238 243 248 / 1);
}
.daymode .nav.nav-tabs.top-well-tabs li:first-child.active a::before, .daymode .nav.nav-tabs.top-well-tabs li:first-child a::before {
   background-color: rgb(238 243 248 / 1);
}
.daymode .nav.nav-tabs.top-well-tabs li a::after, .daymode .nav.nav-tabs.top-well-tabs li a{
     background-color: rgb(238 243 248 / 1);
}
.daymode .nav.nav-tabs.top-well-tabs li.active a, .daymode .nav-tabs.top-well-tabs > li.active > a:hover,.daymode .nav-tabs.top-well-tabs > li.active > a:focus {
    background-color: #000000;
    color: #FFFFFF;
}
.daymode .filter-list li .brand-category {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border: none;
}
.daymode .filter-wrapper {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border: none;
}

.daymode .welcome-box {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
}

.daymode .app-sidebar, .daymode .vertical-nav-menu li > a, .daymode .app-header, .daymode .util-button, .daymode .setting-button, .panel-body.border-solid.border-rounded {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border: none;
}
.daymode button.mode-button.toggle.dm {
    background: transparent;
}
.daymode .app-header {
    background: transparent;
    border: none;
    box-shadow: none;
}
.daymode .left-stats li {
    background-color: rgb(238 243 248 / 1);
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.15), -8px -8px 16px rgba(255, 255, 255, 0.9);
    border: none;
}

.left-stats li {
    padding: 12px;
    border-radius: 15px;
}
.left-stats li:nth-child(2) {
    padding: 12px !important;
}
.stats-box.stats-box-right {
    display: none;
}
.stats-box.stats-box-left {
    border-radius: 14px !important;
}
@media screen and (max-width:576px){
.grid {
    display: none;
}  
}