/*

App Styles

// colors
Primary 1 : Light Blue #27409D;
Primary : Light Blue #0f1b3f;
Secondary : Dark Gold #ef7e2d;
Tertiary : Light Green #2DB67E;
Complementary : Dark Maroon #DF1D5A;

*/


* {
  margin: 0;
  padding: 0; }

body,
html {
  font-family: "Montserrat", sans-serif;
  color: #000;
  overflow-x: hidden!important;
  background-color: #fff;
  scrollbar-width: thin;
  padding-right: 0 !important; 

 }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000; }

p {
  color: #000;
  font-size: 14px; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #0f1b3f; }

ul {
  margin: 0; }
  ul li {
    list-style: none;
    text-decoration: none; }
    ul li:hover, ul li:focus {
      list-style: none;
      text-decoration: none; }

ol {
  margin: 0; }

img {
  max-width: 100%;
  /*height: auto; */
}

/* Section Padding */
.section-padding-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.section-padding-0-30 {
  padding-top: 0;
  padding-bottom: 30px; }

.section-padding-30-0 {
  padding-top: 30px;
  padding-bottom: 0; }

.section-padding-30-14 {
  padding-top: 30px;
  padding-bottom: 14px; }

/* Scrollup */
#scrollUp {
  bottom: 30px;
  font-size: 16px;
  right: 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  border-radius: 6px;
  background-color: #ef7e2d; }
  #scrollUp:hover, #scrollUp:focus {
    background-color: #27409D; }

input:required,
textarea:required {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

input:invalid,
textarea:invalid {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.no-boxshadow {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }



/* Preloader CSS */
#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  top: 0;
  left: 0;
  background-color: #fef8ff;
  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;
  overflow: hidden; }

/* Shortcodes CSS */
.fz-14 {
  font-size: 14px; }

.h-100vh {
  height: 100vh !important; }

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.bg-fixed {
  background-attachment: fixed; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    background: #27409D;
    background: -webkit-gradient(linear, right top, left top, from(#27409D), to(#083afb));
    background: linear-gradient(to left, #27409D, #083afb);
    opacity: 0.85;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1; }

.bg-gray {
  background-color: #fef8ff; }

.btn,
.btn:hover,
.btn:focus {
  font-weight: 700;
  -webkit-box-shadow: none;
          box-shadow: none; }

.btn {
  font-size: 14px; }

.btn-group-lg > .btn,
.btn-lg {
  font-size: 1rem; }

.btn-group-sm > .btn,
.btn-sm {
  font-size: 12px; }

.btn-warning {
  color: #fff;
  background-color: #ef7e2d;
  border-color: #ef7e2d; }
  .btn-warning:hover, .btn-warning:focus {
    color: #ffffff;
    background-color: #ef7e2d;
    border-color: #ef7e2d; }

.btn-danger {
  background-color: #ea4c62;
  border-color: #ea4c62; }
  .btn-danger:hover, .btn-danger:focus {
    background-color: #ef7e2d;
    border-color: #ef7e2d; }

.btn-primary {
  background-color: #27409D;
  border-color: #27409D; }

  .btn-primary:hover, .btn-primary:focus {
    background-color: #ef7e2d;
    border-color: #ef7e2d; }


.btn-success {
  background-color: #00b894;
  border-color: #00b894; }
  .btn-success:hover, .btn-success:focus {
    background-color: #ef7e2d;
    border-color: #ef7e2d; }

.btn-info {
  background-color: #21d6f1;
  border-color: #21d6f1;
  color: #ffffff; }
  .btn-info:hover, .btn-info:focus {
    background-color: #ef7e2d;
    border-color: #ef7e2d;
    color: #ffffff; }

.bg-primary,
.badge-primary {
  background-color: #27409D !important; }

.bg-danger,
.badge-danger {
  background-color: #ea4c62 !important; }

.bg-warning,
.badge-warning {
  background-color: #ef7e2d !important;
  color: #fff; }

.bg-info,
.badge-info {
  background-color: #21d6f1 !important; }

.bg-success,
.badge-success {
  background-color: #00b894 !important; }

.text-dark {
  color: #ef7e2d !important; }

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 1rem;
  line-height: 1; }
  .section-heading h6 {
    margin-bottom: 0 !important;
    line-height: 1; }
  .section-heading p {
    margin-bottom: 0; }
  .section-heading a {
    color: #747794;
    padding: 0 !important;
    line-height: 1; }
    .section-heading a:hover, .section-heading a:focus {
      color: #ef7e2d; }

/*.card {*/
/*  border: 0 !important;*/
/*  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
/*          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);*/
/*  border-radius: 6px; }*/
  
  
/*  .card .card-body {*/
      
      
/*    padding: 1rem; */
      
      
/*  }*/

/*.card-img-top {*/
/*  border-top-left-radius: calc(.75rem - 1px);*/
/*  border-top-right-radius: calc(.75rem - 1px); */
    
    
/*}*/

/*.border,*/
/*.border-start,*/
/*.border-right,*/
/*.border-bottom,*/
/*.border-top,*/
/*.list-group-item {*/
/*  border-color: #ebebeb !important; }*/

.mfp-iframe-holder .mfp-content {
  max-width: 1100px; }

.internet-connection-status {
  position: fixed;
  background-color: transparent;
  width: 100%;
  height: 26px;
  z-index: 999;
  text-align: center;
  color: #ffffff;
  bottom: 58px !important;
  left: 0;
  right: 0;
  line-height: 26px;
  font-weight: 700;
  font-size: 12px; }

/* Animation CSS */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg); } }

@-webkit-keyframes burst {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@keyframes burst {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  90% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0; } }

@-webkit-keyframes flashing {
  0%,
  90% {
    opacity: 1; }
  45% {
    opacity: 0; } }

@keyframes flashing {
  0%,
  90% {
    opacity: 1; }
  45% {
    opacity: 0; } }

@-webkit-keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0; } }

@keyframes fade-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0; } }

@-webkit-keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0; } }

@keyframes fade-right {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    opacity: 0; } }

@-webkit-keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; } }

@keyframes fade-up {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0; } }

@-webkit-keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; } }

@keyframes fade-down {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  75% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    opacity: 0; } }

@-webkit-keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
            transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -10deg); } }

@keyframes tada {
  from,
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg);
            transform: scale3d(0.95, 0.95, 0.95) rotate3d(0, 0, 1, -10deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg);
            transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, 10deg); }
  40%,
  60%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
            transform: rotate3d(0, 0, 1, -10deg); } }

.lni-spin-effect,
.lni-spin-effect-hover:hover {
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite; }

.lni-tada-effect,
.lni-tada-effect-hover:hover {
  -webkit-animation: tada 1.5s ease infinite;
          animation: tada 1.5s ease infinite; }

.lni-flashing-effect,
.lni-flashing-effect-hover:hover {
  -webkit-animation: flashing 1.5s infinite linear;
          animation: flashing 1.5s infinite linear; }

.lni-burst-effect,
.lni-burst-effect-hover:hover {
  -webkit-animation: burst 1.5s infinite linear;
          animation: burst 1.5s infinite linear; }

.lni-fade-up-effect,
.lni-fade-up-effect-hover:hover {
  -webkit-animation: fade-up 1.5s infinite linear;
          animation: fade-up 1.5s infinite linear; }

.lni-fade-down-effect,
.lni-fade-down-effect-hover:hover {
  -webkit-animation: fade-down 1.5s infinite linear;
          animation: fade-down 1.5s infinite linear; }

.lni-fade-left-effect,
.lni-fade-left-effect-hover:hover {
  -webkit-animation: fade-left 1.5s infinite linear;
          animation: fade-left 1.5s infinite linear; }

.lni-fade-right-effect,
.lni-fade-right-effect-hover:hover {
  -webkit-animation: fade-right 1.5s infinite linear;
          animation: fade-right 1.5s infinite linear; }
 

.border-top.margin-100 {
  margin-top: 100px; }

.tablet-wrap {
  position: relative;
  z-index: 1;
  margin-top: 95px; }

.ipad-frame-wrap {
  position: relative;
  z-index: 1;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center; }
  .ipad-frame-wrap iframe {
    width: 768px;
    height: 1024px;
    border: 10px solid #d7def4;
    border-radius: 1.5rem; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .ipad-frame-wrap iframe {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .ipad-frame-wrap iframe {
        display: none; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .ipad-frame-wrap iframe {
        width: 100%;
        height: 800px; } }

.preview-footer-area {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100px; }
  .preview-footer-area .footer-nav a {
    margin-left: 1rem;
    font-size: 14px;
    color: #747794;
    font-weight: 700; }
    .preview-footer-area .footer-nav a:hover, .preview-footer-area .footer-nav a:focus {
      color: #27409D; }
  .preview-footer-area .footer-logo img {
    max-height: 50px; }

.page-content-wrapper {
  margin-top: 50px;
  margin-bottom: 58px; }

.pwa-install-alert {
  position: fixed;
  z-index: 999;
  border-radius: 6px;
  max-width: 18rem;
  top: 62px;
  right: 12px;
  border: 0; }
  .pwa-install-alert .toast-body {
    padding: 1.25rem; }
    .pwa-install-alert .toast-body .content img {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30px;
              flex: 0 0 30px;
      width: 30px;
      max-width: 30px;
      margin-right: 0.5rem; }
    .pwa-install-alert .toast-body span {
      font-size: 13px; }
  .pwa-install-alert .close {
    position: absolute;
    top: 1rem;
    right: 1.25rem;
    z-index: 10; }
    .pwa-install-alert .close span {
      font-size: 18px;
      color: #ffffff; }

.page-nav {
  position: relative;
  z-index: 1; }
  .page-nav li a {
    color: #ef7e2d;
    display: block;
    padding: .75rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: .5rem;
    border-radius: 6px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500; }
    .page-nav li a i {
      margin-left: auto; }
    .page-nav li a:hover, .page-nav li a:focus {
      color: #27409D;
      background-color: #fef8ff; }
  .page-nav li:last-child a {
    margin-bottom: 0; }
  .page-nav li.nav-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 1;
    margin: 1rem 0;
    font-size: 12px;
    font-weight: 500;
    padding-left: 4px;
    line-height: 1; }
    .page-nav li.nav-title span {
      display: inline-block;
      margin-left: .25rem;
      width: 1rem;
      height: 1rem;
      text-align: center;
      background-color: #ef7e2d;
      color: #ffffff;
      font-size: 10px;
      border-radius: .25rem;
      line-height: 1rem;
      font-weight: 700; }

.widget .widget-title {
  display: block; }

.widget .form-check-label {
  font-size: 14px; }

.select-product-catagory select {
  padding: 0;
  border: 0 !important;
  padding-right: .875rem !important;
  font-size: 14px;
  background-color: transparent;
  color: #747794;
  background-position: right 0rem center; }
  .select-product-catagory select:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.layout-options {
  position: relative;
  z-index: 1; }
  .layout-options a {
    display: inline-block;
    width: 30px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 0.25rem;
    margin-left: .5rem;
    text-align: center;
    font-size: 12px;
    color: #747794; }
    .layout-options a i {
      line-height: 24px; }
    .layout-options a.active, .layout-options a:hover, .layout-options a:focus {
      color: #ffffff;
      background-color: #ea4c62; }

.notification-clear-all {
  font-size: 12px; }

.collection-card {
  position: relative;
  z-index: 1; }
  .collection-card img {
    border-radius: 6px; }
  .collection-card .collection-title {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #ffffff;
    height: 40px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    font-weight: 500;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .collection-card .collection-title span:last-child {
      font-size: 10px;
      padding-left: 1rem; }

/* Header CSS */
.header-area {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
          box-shadow: 0 0 8px rgba(15, 15, 15, 0.15); }

.top-search-form {
  position: relative;
  z-index: 1; }
  .top-search-form form {
    position: relative;
    z-index: 1; }
    .top-search-form form .form-control {
      max-width: 190px;
      background-color: #ffffff;
      height: 32px;
      font-size: 12px;
      padding: 10px 15px;
      padding-left: 35px;
      border: 1px solid #ebebeb;
      color: #747794; }
      @media only screen and (min-width: 480px) and (max-width: 767px) {
        .top-search-form form .form-control {
          max-width: 240px;
          width: 240px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .top-search-form form .form-control {
          max-width: 280px;
          width: 280px; } }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .top-search-form form .form-control {
          max-width: 280px;
          width: 280px; } }
      @media only screen and (min-width: 1200px) {
        .top-search-form form .form-control {
          max-width: 350px;
          width: 350px; } }
    .top-search-form form button {
      background-color: transparent;
      position: absolute;
      top: 1px;
      left: 10px;
      width: 18px;
      height: 30px;
      border: 0;
      z-index: 10;
      color: #747794; }
      .top-search-form form button:focus {
        outline: none; }

.lmsapp-navbar-toggler {
  position: relative;
  z-index: 1;
  width: 42px;
  cursor: pointer;
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .lmsapp-navbar-toggler span {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    min-width: 22px;
    width: 22px;
    height: 2px;
    background-color: #747794;
    margin-bottom: 4px; }
    .lmsapp-navbar-toggler span:nth-child(2) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 12px;
              flex: 0 0 12px;
      min-width: 12px;
      width: 12px; }
    .lmsapp-navbar-toggler span:last-child {
      margin-bottom: 0;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 17px;
              flex: 0 0 17px;
      min-width: 17px;
      width: 17px; }
  .lmsapp-navbar-toggler:hover span, .lmsapp-navbar-toggler:focus span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    min-width: 22px;
    width: 22px; }

.filter-option {
  cursor: pointer;
  text-align: right; }

.back-button a {
  color: #747794;
  font-weight: 500;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .back-button a:hover, .back-button a:focus {
    color: #27409D; }

.page-heading h6 {
  font-size: 14px; }

.logo-wrapper a {
  display: block; }

/* Footer CSS */
.footer-nav-area {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  background-color: #ffffff;
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  -webkit-box-shadow: 0 0 8px rgba(15, 15, 15, 0.15);
          box-shadow: 0 0 8px rgba(15, 15, 15, 0.15); }

.lmsapp-footer-nav ul {
  width: 100%; }
  .lmsapp-footer-nav ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    position: relative;
    z-index: 1; }
    .lmsapp-footer-nav ul li a {
      position: relative;
      display: block;
      font-size: 12px;
      text-align: center;
      text-transform: capitalize;
      line-height: 1;
      color: #000;
      z-index: 1;
      font-weight: 500; }
      .lmsapp-footer-nav ul li a i {
        display: block;
        font-size: 20px;
        margin-bottom: 4px; }
      .lmsapp-footer-nav ul li a:hover, .lmsapp-footer-nav ul li a:focus {
        color: #27409D; }
      .lmsapp-footer-nav ul li a img {
        max-height: 1.5rem;
        margin: 0 auto .25rem;
        display: block; }
    .lmsapp-footer-nav ul li.active a {
      color: #27409D; }

/* Register CSS */
.login-wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  background: #27409D;
  background: -webkit-gradient(linear, right top, left top, from(#27409D), to(#0d3bd1));
  background: linear-gradient(to left, #27409D, #0d3bd1);
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden; }
  .login-wrapper .background-shape {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 0.15;
    z-index: -1;
    top: -130px;
    right: -85px; }
  .login-wrapper .success-check {
    color: #ffffff;
    margin: 0 auto; }
    .login-wrapper .success-check i {
      font-size: 3rem; }

.register-form {
  position: relative;
  z-index: 1; }
  .register-form .form-group {
    position: relative;
    z-index: 1; }
  .register-form span {
    color: #ffffff;
    font-size: 12px;
    display: block; }
  .register-form form > .form-group > label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 0;
    font-size: 16px;
    margin-bottom: 0;
    color: #ffffff;
    top: 26px; }
  .register-form .form-control {
    border-radius: 0;
    border: 0;
    color: #ffffff;
    font-size: 13px;
    background-color: transparent;
    height: 40px;
    padding: 8px 8px 8px 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .register-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .register-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .register-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .register-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .register-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.5; }
  .register-form .progress {
    width: 100%;
    height: 5px;
    margin-top: 1rem;
    border-radius: 6px;
    margin-bottom: 0.25rem; }
  .register-form .password-score {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .register-form .password-score span {
      font-size: 18px;
      margin-left: 1rem; }
  .register-form .password-recommendation {
    display: none !important; }
  .register-form #password-recommendation-heading {
    font-weight: 700;
    color: #00b894;
    font-size: 16px; }

.view-as-guest .btn {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  color: #ffffff;
  opacity: 0.6;
  text-transform: uppercase;
  font-size: 12px; }
  .view-as-guest .btn:hover, .view-as-guest .btn:focus {
    opacity: 1; }

.login-meta-data a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500; }
  .login-meta-data a:hover, .login-meta-data a:focus {
    color: #ef7e2d; }

.login-meta-data p {
  color: rgba(255, 255, 255, 0.7); }
  .login-meta-data p a {
    color: #ffffff;
    font-weight: 500; }
    .login-meta-data p a:hover, .login-meta-data p a:focus {
      color: #ef7e2d; }

.go-back-btn {
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  position: fixed;
  top: 30px;
  right: 30px;
  background-color: #ea4c62;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 42px;
  z-index: 10;
  cursor: pointer; }
  .go-back-btn:hover, .go-back-btn:focus {
    background-color: #27409D;
    color: #ffffff; }

.otp-form {
  position: relative;
  z-index: 1; }
  .otp-form .form-control {
    padding: 0.5rem 0.75rem;
    border: 0;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    color: #ffffff;
    border-radius: 6px; }
    .otp-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.5; }
  .otp-form select.form-select {
    padding: 0.5rem 0.75rem;
    height: 50px;
    border: 0;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.25);
    font-weight: 700;
    color: #ffffff;
    border-radius: 6px;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); }
    .otp-form select.form-select:focus {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .otp-form select option {
    background-color: #27409D; }
  .otp-form input.form-control {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }

.otp-verify-form {
  position: relative;
  z-index: 1; }
  .otp-verify-form .form-control {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    padding: 12px;
    border: 0;
    text-align: center;
    font-size: 1.25rem;
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-weight: 700; }
    .otp-verify-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.5; }
    .otp-verify-form .form-control:focus {
      background-color: #ef7e2d;
      color: #ef7e2d; }

.otp-sec {
  font-weight: 500; }

.lmsapp-offcanvas-wrap {
  width: 300px;
  border-right: 0;
  background: #27409D;
  background: -webkit-gradient(linear, right top, left top, from(#27409D), to(#0d3bd1));
  background: linear-gradient(to left, #27409D, #0d3bd1); }
  .lmsapp-offcanvas-wrap .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100; }
  .lmsapp-offcanvas-wrap .offcanvas-body {
    scrollbar-width: thin; }

.sidenav-profile {
  position: relative;
  z-index: 1; }
  .sidenav-profile .user-profile {
    position: relative;
    z-index: 1;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 3rem auto 1.5rem; }
    .sidenav-profile .user-profile::before {
      position: absolute;
      width: 110px;
      height: 110px;
      top: -15px;
      left: -15px;
      content: "";
      z-index: -10;
      opacity: 0.2;
      border-radius: 50%; }
    .sidenav-profile .user-profile img {
      border-radius: 50%; }
    .sidenav-profile .user-profile .user-designation {
      position: absolute;
      z-index: 1;
      height: 46px;
      width: 46px;
      font-size: 12px;
      border: 3px solid #ffffff;
      background-color: #27409D;
      display: inline-block;
      border-radius: 50%;
      color: #ffffff;
      line-height: 40px;
      text-align: center;
      font-weight: 700;
      top: 0;
      right: 0; }
  .sidenav-profile .user-info {
    position: relative;
    z-index: 1;
    text-align: center; }
    .sidenav-profile .user-info h6,
    .sidenav-profile .user-info p {
      color: #ffffff; }
    .sidenav-profile .user-info .available-balance {
      margin-bottom: 0;
      display: block;
      font-size: 14px;
      font-weight: 700;
      color: #ffffff; }

.sidenav-nav {
  margin: 3rem 0;
  position: relative;
  z-index: 1; }
  .sidenav-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    padding-top: .625rem;
    padding-bottom: .625rem;
    padding-right: 1rem;
    padding-left: 1rem;
    font-size: 14px;
    font-weight: 700;
    border-radius: .375rem;
    margin-bottom: .25rem; }
    .sidenav-nav li a i {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      display: inline-block;
      margin-right: 0.5rem;
      font-size: 1rem;
      color: #000!important; }
    .sidenav-nav li a:hover, .sidenav-nav li a:focus {
      background-color: rgba(255, 255, 255, 0.15); }
  .sidenav-nav li:last-child a {
    margin-bottom: 0; }

li.lmsapp-dropdown-menu {
  position: relative;
  z-index: 1; }
  li.lmsapp-dropdown-menu ul {
    display: none;
    padding-left: 1rem; }
    li.lmsapp-dropdown-menu ul li a {
      font-size: 13px;
      padding-top: .5rem;
      padding-bottom: .5rem; }
  li.lmsapp-dropdown-menu .dropdown-trigger-btn {
    -webkit-transition-duration: 500ms;
            transition-duration: 500ms;
    height: 41px;
    line-height: 41px;
    color: #ffffff;
    font-size: 12px;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    text-align: right;
    padding-right: 1rem;
    border-radius: .375rem;
    cursor: pointer; }
    li.lmsapp-dropdown-menu .dropdown-trigger-btn i {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms; }
    li.lmsapp-dropdown-menu .dropdown-trigger-btn:hover, li.lmsapp-dropdown-menu .dropdown-trigger-btn:focus {
      background-color: rgba(255, 255, 255, 0.15); }
    li.lmsapp-dropdown-menu .dropdown-trigger-btn.active {
      background-color: rgba(255, 255, 255, 0.15); }
      li.lmsapp-dropdown-menu .dropdown-trigger-btn.active i {
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg); }

.lmsapp-filter-offcanvas-wrap {
  width: 240px;
  border-right: 0;
  background-color: #ffffff; }
  .lmsapp-filter-offcanvas-wrap .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100; }
  .lmsapp-filter-offcanvas-wrap .offcanvas-body {
    scrollbar-width: thin; }

 
 

 

/* Horizontal Card CSS */
 
.horizontal-lms-card {
  position: relative;
  z-index: 1; }
  .horizontal-lms-card .h-card-thumbnail-side {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    padding-right: 1rem; }
    .horizontal-lms-card .h-card-thumbnail-side .h-card-thumbnail {
      position: relative;
      z-index: 1; }
      .horizontal-lms-card .h-card-thumbnail-side .h-card-thumbnail img {
        max-height: 150px; }
      .horizontal-lms-card .h-card-thumbnail-side .h-card-thumbnail .offer-countdown-timer {
        background-color: #ef7e2d;
        position: absolute;
        bottom: 1.75rem;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        z-index: 10;
        border-radius: 5rem;
        padding: 4px 8px 3px !important; }
        .horizontal-lms-card .h-card-thumbnail-side .h-card-thumbnail .offer-countdown-timer li {
          font-size: 11px;
          line-height: 1;
          margin-right: .25rem;
          color: #ef7e2d;
          font-weight: 500; }
          .horizontal-lms-card .h-card-thumbnail-side .h-card-thumbnail .offer-countdown-timer li:last-child {
            margin-right: 0; }
          .horizontal-lms-card .h-card-thumbnail-side .h-card-thumbnail .offer-countdown-timer li span {
            font-weight: 700; }
    .horizontal-lms-card .h-card-thumbnail-side .badge {
      position: absolute;
      z-index: 2;
      top: 0;
      left: 0; }
    .horizontal-lms-card .h-card-thumbnail-side .h-card-btn {
      position: absolute;
      bottom: 0;
      left: 0;
      color: #ea4c62;
      line-height: 1;
      z-index: 11;
      font-size: 1.25rem; }
    .horizontal-lms-card .h-card-thumbnail-side .h-card-delete-btn {
      position: absolute;
      bottom: 0.5rem;
      left: 0.5rem;
      color: #747794;
      line-height: 1;
      z-index: 11; }
  .horizontal-lms-card .h-card-description {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    width: 50%; }
    .horizontal-lms-card .h-card-description .h-card-title {
      margin-bottom: 0.5rem;
      font-weight: 500;
      font-size: 1rem;
      color: #ef7e2d;
      line-height: 1; }
    .horizontal-lms-card .h-card-description .h-card-price {
      margin-bottom: 0.5rem;
      font-size: 14px;
      font-weight: 500;
      color: #ef7e2d;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .horizontal-lms-card .h-card-description .h-card-price i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #27409D;
        font-size: 10px;
        text-align: center;
        margin-right: 0.25rem; }
      .horizontal-lms-card .h-card-description .h-card-price span {
        text-decoration: line-through;
        color: #ea4c62;
        margin-left: 0.25rem; }
    .horizontal-lms-card .h-card-description .h-card-rating {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0.5rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .horizontal-lms-card .h-card-description .h-card-rating i {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 22px;
                flex: 0 0 22px;
        max-width: 22px;
        width: 22px;
        height: 22px;
        line-height: 23px;
        border-radius: 50%;
        color: #ffffff;
        background-color: #ef7e2d;
        font-size: 10px;
        text-align: center;
        margin-right: 0.25rem;
        padding-left: 1px; }
    .horizontal-lms-card .h-card-description .btn i {
      font-size: 14px; }
  .horizontal-lms-card:hover .h-card-title, .horizontal-lms-card:focus .h-card-title {
    color: #27409D; }

 
 

.offline-area-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: calc(100vh - 108px); }
  .offline-area-wrapper i {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem; }

 

/* Contact CSS */
.form-control {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  border-color: #ebebeb;
  height: 50px;
  padding: 0.375rem 1rem;
  font-size: 14px; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }

.contact-wrap {
  position: relative;
  width: 100%;
  min-height: 100vh;
  z-index: 10;
  overflow-y: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow-x: hidden;
  background-color: #e7eaf5; }

.contact-form {
  position: relative;
  z-index: 1; }
  .contact-form .form-group {
    position: relative;
    z-index: 1; }
  .contact-form form > .form-group > label {
    position: absolute;
    text-align: center;
    z-index: 100;
    border-radius: 50%;
    left: 10px;
    font-size: 16px;
    margin-bottom: 0;
    color: #747794;
    top: 11px; }
  .contact-form .form-control {
    border-radius: 6px;
    border: 0;
    color: #747794;
    font-size: 13px;
    background-color: #ffffff;
    height: 46px;
    padding: 0.75rem 1.25rem; }
    .contact-form .form-control::-webkit-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::-moz-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control:-ms-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::-ms-input-placeholder {
      color: #747794;
      opacity: 1; }
    .contact-form .form-control::placeholder {
      color: #747794;
      opacity: 1; }
  .contact-form textarea.form-control {
    height: 120px; }

 

 
  

/*FE Light*/

    .text-site{
      color: #000!important;
    }

.lmsapp-bg{
  background-color: #fff;
}

.btn-close{
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232b2a2b'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}
/*FE Light*/



/* Night Mode */


/*FE Dark*/
 

[data-theme="dark"] .select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #333333;
}

[data-theme="dark"] .select2-dropdown {
    background-color: black;
    
}

    [data-theme="dark"] .sidenav-nav li a i {
      -webkit-transition-duration: 500ms;
              transition-duration: 500ms;
      display: inline-block;
      margin-right: 0.5rem;
      font-size: 1rem;
      color: #fff!important; }

   
    
    [data-theme="dark"] .text-site{
      color: #fff!important;
    }

[data-theme="dark"] .lmsapp-bg {
 
    background-color: #1D2226;
 
  }

[data-theme="dark"] .btn-close{
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
}


/*End FE Dark*/
[data-theme="dark"] body,
html {
  color: #fff;
 

 }
[data-theme="dark"] p {
    color: #fff; }
#previewPage[data-theme="dark"] {
  background-color: #e7eaf5; }
  #previewPage[data-theme="dark"] body {
    background-color: #e7eaf5; }
  #previewPage[data-theme="dark"] .preview-iframe-wrapper .preview-hero-area .preview-content-wrapper .demo-title {
    color: #ef7e2d; }
  #previewPage[data-theme="dark"] h1,
  #previewPage[data-theme="dark"] h2,
  #previewPage[data-theme="dark"] h3,
  #previewPage[data-theme="dark"] h4,
  #previewPage[data-theme="dark"] h5,
  #previewPage[data-theme="dark"] h6 {
    color: #ef7e2d; }
[data-theme="dark"] {
  background-color: #000; }
  [data-theme="dark"] #preloader {
    background-color: #000; }
  [data-theme="dark"] body {
    background-color: #000; }
  [data-theme="dark"] a,
  [data-theme="dark"] a:hover,
  [data-theme="dark"] a:focus {
    color: #ffffff; }
  [data-theme="dark"] h1,
  [data-theme="dark"] h2,
  [data-theme="dark"] h3,
  [data-theme="dark"] h4,
  [data-theme="dark"] h5,
  [data-theme="dark"] h6 {
    color: #fff; }
  [data-theme="dark"] .header-area {
    background-color: #000;
    -webkit-box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .footer-nav-area {
    background-color: #000;
    -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .card {
    border-color: #1D2226;
    background-color: #1D2226;
    -webkit-box-shadow: none;
            box-shadow: none; }
  [data-theme="dark"] .lmsapp-footer-nav ul li a {
    color: rgba(255, 255, 255, 0.8); }
  [data-theme="dark"] .lmsapp-footer-nav ul li.active a {
    color: #ef7e2d; }
  [data-theme="dark"] .lmsapp-footer-nav ul li a:hover,
  [data-theme="dark"] .lmsapp-footer-nav ul li a:focus {
    color: #ef7e2d; }
  [data-theme="dark"] .top-search-form form .form-control {
    background-color: transparent;
    border-color: rgba(255, 255, 255, 0.125); }
  [data-theme="dark"] .btn-warning:hover, [data-theme="dark"] .btn-warning:focus {
    color: #ffffff;
    background-color: #ef7e2d;
    border-color: #ef7e2d; }
  [data-theme="dark"] .btn-danger:hover, [data-theme="dark"] .btn-danger:focus {
    background-color: #ef7e2d;
    border-color: #ef7e2d; }
  [data-theme="dark"] .btn-primary:hover, [data-theme="dark"] .btn-primary:focus {
    background-color: #ef7e2d;
    border-color: #ef7e2d; }
  [data-theme="dark"] .btn-success:hover, [data-theme="dark"] .btn-success:focus {
    background-color: #ef7e2d;
    border-color: #ef7e2d; }
  [data-theme="dark"] .btn-info:hover, [data-theme="dark"] .btn-info:focus {
    background-color: #ef7e2d;
    border-color: #ef7e2d; }
  [data-theme="dark"] .catagory-card span {
    color: #ffffff; }
  [data-theme="dark"] .catagory-card:hover span,
  [data-theme="dark"] .catagory-card:focus span {
    color: #ef7e2d; }
  [data-theme="dark"] .flash-sale-card .product-title {
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-card:hover .product-title,
  [data-theme="dark"] .flash-sale-card:focus .product-title {
    color: #ef7e2d; }
  [data-theme="dark"] .flash-sale-card .sale-price {
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-card .progress-title {
    color: rgba(255, 255, 255, 0.7); }
  [data-theme="dark"] .product-card .product-title {
    color: #ffffff; }
  [data-theme="dark"] .product-card:hover .product-title,
  [data-theme="dark"] .product-card:focus .product-title {
    color: #ef7e2d; }
  [data-theme="dark"] .product-card .btn:hover, [data-theme="dark"] .product-card .btn:focus {
    background-color: #ea4c62;
    border-color: #ea4c62; }
  [data-theme="dark"] .horizontal-product-card .product-description .product-title {
    color: #ffffff; }
  [data-theme="dark"] .horizontal-product-card:hover .product-title,
  [data-theme="dark"] .horizontal-product-card:focus .product-title {
    color: #ef7e2d; }
  [data-theme="dark"] .horizontal-product-card .product-description .sale-price {
    color: #ef7e2d; }
  [data-theme="dark"] .page-nav li a {
    background-color: #07a2c1;
    color: #ffffff; }
  [data-theme="dark"] .page-nav li a:hover,
  [data-theme="dark"] .page-nav li a:focus {
    color: #ef7e2d; }
  [data-theme="dark"] .cart-table table tbody tr {
    background-color: transparent; }
  [data-theme="dark"] .cart-table table a {
    color: #ffffff; }
  [data-theme="dark"] .cart-table table a:hover,
  [data-theme="dark"] .cart-table table a:focus {
    color: #ef7e2d; }
  [data-theme="dark"] .cart-table img {
    border-color: #1D2226; }
  [data-theme="dark"] .back-button a {
    color: #ffffff; }
  [data-theme="dark"] .back-button a:hover,
  [data-theme="dark"] .back-button a:focus {
    color: #ef7e2d; }
  [data-theme="dark"] .filter-option {
    color: #ef7e2d; }
  [data-theme="dark"] .type-text-form {
    background-color: #000; }
  [data-theme="dark"] .type-text-form {
    -webkit-box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175);
            box-shadow: 0 -3px 12px rgba(255, 255, 255, 0.175); }
  [data-theme="dark"] .type-text-form .form-control,
  [data-theme="dark"] .type-text-form .file-upload span,
  [data-theme="dark"] .type-text-form button[type="submit"] {
    background-color: #000; }
  [data-theme="dark"] .type-text-form button[type="submit"] {
    color: #ffffff;
    outline: none; }
  [data-theme="dark"] .user-info-card {
    background-color: #ef7e2d;
    border-color: #ef7e2d; }
    [data-theme="dark"] .user-info-card h5 {
      color: #ffffff; }
  [data-theme="dark"] .user-data-card .title {
    color: #ffffff; }
  [data-theme="dark"] .cart-table table tbody tr {
    border-color: #1D2226; }
  [data-theme="dark"] .pay-credit-card-form small a {
    color: #ffffff; }
    [data-theme="dark"] .pay-credit-card-form small a:hover, [data-theme="dark"] .pay-credit-card-form small a:focus {
      color: #ef7e2d; }
  [data-theme="dark"] .single-payment-method a {
    background-color: #ea4c62; }
    [data-theme="dark"] .single-payment-method a h6 {
      color: #ffffff; }
    [data-theme="dark"] .single-payment-method a:hover h6, [data-theme="dark"] .single-payment-method a:focus h6 {
      color: #27409D; }
  [data-theme="dark"] .billing-information-title-card {
    border-color: transparent; }
  [data-theme="dark"] .shipping-method-choose-title-card {
    border-color: transparent; }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ label,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ label {
    color: #ffffff;
    background-color: rgba(16, 13, 209, 0.7); }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check::before,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check::before {
    background: #ffffff; }
  [data-theme="dark"] .language-area-wrapper input[type="radio"]:checked ~ .check,
  [data-theme="dark"] .shipping-method-choose input[type="radio"]:checked ~ .check {
    border-color: #ffffff; }
  [data-theme="dark"] .list-group-item {
    background-color: #1D2226;
    border-color: #1D2226 !important;
    color: #ffffff !important; }
  [data-theme="dark"] .notification-area .list-group-item h6 {
    color: #ffffff; }
  [data-theme="dark"] .notification-area .list-group-item:hover h6,
  [data-theme="dark"] .notification-area .list-group-item:focus h6 {
    color: #ef7e2d; }
  [data-theme="dark"] .notification-area .list-group-item.readed {
    background-color: #000; }
  [data-theme="dark"] .single-settings .button.r {
    border-color: rgba(255, 255, 255, 0.15); }
  [data-theme="dark"] .single-settings .data-content a:hover, [data-theme="dark"] .single-settings .data-content a:focus {
    color: #ef7e2d; }
  [data-theme="dark"] .layout-options a {
    background-color: #1D2226; }
  [data-theme="dark"] .layout-options a:hover,
  [data-theme="dark"] .layout-options a:focus,
  [data-theme="dark"] .layout-options a.active {
    background-color: #ea4c62; }
  [data-theme="dark"] .post-content,
  [data-theme="dark"] .selection-panel.bg-white,
  [data-theme="dark"] .product-title-meta-data.bg-white,
  [data-theme="dark"] .cart-form-wrapper.bg-white,
  [data-theme="dark"] .p-specification.bg-white,
  [data-theme="dark"] .rating-and-review-wrapper.bg-white,
  [data-theme="dark"] .ratings-submit-form.bg-white {
    background-color: #1D2226 !important; }
  [data-theme="dark"] .p-wishlist-share a {
    color: #ea4c62; }
  [data-theme="dark"] .p-wishlist-share a:last-child {
    color: #ef7e2d; }
  [data-theme="dark"] .single-user-review {
    border-color: #1D2226; }
  [data-theme="dark"] .accordian-card .accordian-header button {
    color: #ef7e2d; }
  [data-theme="dark"] .accordian-card .accordian-header button.collapsed > span {
    color: #ffffff; }
  [data-theme="dark"] .faq-search-form input {
    border-color: transparent; }
  [data-theme="dark"] .product-card .delete-btn,
  [data-theme="dark"] .horizontal-product-card .product-thumbnail-side .delete-btn {
    color: #ef7e2d; }
  [data-theme="dark"] .product-title-meta-data::after {
    background-image: url(img/core-img/curve2.png); }
  [data-theme="dark"] .product-card .wishlist-btn {
    color: #ea4c62; }
  [data-theme="dark"] .catagory-card i {
    color: #ef7e2d; }
  [data-theme="dark"] .blog-catagory-card a i {
    color: #ef7e2d; }
  [data-theme="dark"] .blog-catagory-card a span {
    color: #ffffff; }
    [data-theme="dark"] .blog-catagory-card a span:hover, [data-theme="dark"] .blog-catagory-card a span:focus {
      color: #ef7e2d; }
  [data-theme="dark"] .post-meta-data a span {
    border-color: rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7); }
    [data-theme="dark"] .post-meta-data a span:hover, [data-theme="dark"] .post-meta-data a span:focus {
      border-color: #ef7e2d;
      color: #ef7e2d; }
  [data-theme="dark"] .ratings-submit-form textarea.form-control {
    border-color: #1D2226;
    background-color: #1D2226;
    color: #ffffff !important; }
  [data-theme="dark"] .blog-card .post-content .post-title {
    color: #ffffff; }
    [data-theme="dark"] .blog-card .post-content .post-title:hover, [data-theme="dark"] .blog-card .post-content .post-title:focus {
      color: #ef7e2d; }
  [data-theme="dark"] .blog-card .post-content .post-meta a,
  [data-theme="dark"] .blog-card .post-content .post-meta span {
    color: rgba(255, 255, 255, 0.7); }
    [data-theme="dark"] .blog-card .post-content .post-meta a:hover, [data-theme="dark"] .blog-card .post-content .post-meta a:focus,
    [data-theme="dark"] .blog-card .post-content .post-meta span:hover,
    [data-theme="dark"] .blog-card .post-content .post-meta span:focus {
      color: #ffffff; }
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle1,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle2,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle3,
  [data-theme="dark"] .blog-card .post-content .bg-shapes .circle4 {
    border-color: rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .featured-product-card .product-description .product-title {
    color: #ffffff; }
    [data-theme="dark"] .featured-product-card .product-description .product-title:hover, [data-theme="dark"] .featured-product-card .product-description .product-title:focus {
      color: #ef7e2d; }
  [data-theme="dark"] .cart-table .qty-text,
  [data-theme="dark"] .form-control {
    border-color: #747794!important;
    background-color: #1D2226;
    color: #fff!important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
    [data-theme="dark"] .cart-table .qty-text::-webkit-input-placeholder, [data-theme="dark"] .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::-moz-placeholder, [data-theme="dark"] .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text:-ms-input-placeholder, [data-theme="dark"] .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::-ms-input-placeholder, [data-theme="dark"] .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text::placeholder,
    [data-theme="dark"] .form-control::placeholder {
      color: #ffffff;
      opacity: 1; }
    [data-theme="dark"] .cart-table .qty-text option,
    [data-theme="dark"] .form-control option {
      border-color: transparent !important;
      background-color: #000;
      color: #ffffff !important; }
  [data-theme="dark"] .register-form .form-control {
    background-color: transparent !important; }
    [data-theme="dark"] .register-form .form-control::-webkit-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::-moz-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control:-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::-ms-input-placeholder {
      color: #ffffff;
      opacity: 0.7; }
    [data-theme="dark"] .register-form .form-control::placeholder {
      color: #ffffff;
      opacity: 0.7; }
  [data-theme="dark"] .agent-message-content .agent-message-text p {
    background-color: #1D2226;
    color: #ffffff; }
  [data-theme="dark"] .faq-search-form button {
    color: #ffffff; }
  [data-theme="dark"] .form-check-input {
    background-color: #747794; }
  [data-theme="dark"] .cart-form .quantity-button-handler {
    border: transparent;
    background-color: #07a2c1;
    color: #ffffff; }
  [data-theme="dark"] .flash-sale-panel {
    background-color: #1D2226 !important; }
  [data-theme="dark"] .btn-warning {
    color: #fff; }
  [data-theme="dark"] .pwa-install-alert {
    background-color: #1D2226 !important; }
    [data-theme="dark"] .pwa-install-alert .btn-close {
      -webkit-filter: invert(1) grayscale(100%) brightness(200%);
              filter: invert(1) grayscale(100%) brightness(200%); }
  [data-theme="dark"] .featured-product-card .product-description .sale-price,
  [data-theme="dark"] .product-card .sale-price {
    color: #ef7e2d; }
  [data-theme="dark"] .product-catagories a {
    background-color: #1D2226; }
  [data-theme="dark"] .single-order-status.active .order-text h6 {
    color: #ef7e2d; }
  [data-theme="dark"] .single-order-status .order-icon {
    background-color: transparent;
    color: #747794;
    border: 0; }
  [data-theme="dark"] .single-order-status.active .order-icon {
    background-color: #07a2c1;
    border: 0;
    color: #ffffff; }
  [data-theme="dark"] .single-order-status.active .order-status svg {
    color: #ef7e2d; }
  [data-theme="dark"] .my-order-wrapper .card::after {
    border-right: 2px dashed rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .featured-product-card .product-thumbnail-side .wishlist-btn {
    background-color: rgba(255, 255, 255, 0.1);
    color: #ea4c62;
    border-color: #1D2226 !important; }
  [data-theme="dark"] .related-product-wrapper {
    background-color: #1D2226; }
  [data-theme="dark"] .single-related-product-slide {
    border-color: rgba(255, 255, 255, 0.1); }
  [data-theme="dark"] .vendor-tabs {
    background-color: #07a2c1; }
  [data-theme="dark"] .nav-tabs .nav-item.show .nav-link, [data-theme="dark"] .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #ea4c62;
    border-color: transparent; }
  [data-theme="dark"] .otp-form select.form-select {
    background-color: #1D2226; }
  [data-theme="dark"] .agent-message-content .agent-message-text .writing-mode {
    background-color: #1D2226; }
