:host {
  --swiper-theme-color: #db382c;
}

:root {
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
}

body {
  font-family: "Poppins", sans-serif !important;
  font-size: 15px !important;
  background-color: #f4f7fc;
}

/* .poppins-light { font-family: "Poppins", sans-serif; font-weight: 300; font-style: normal; } .poppins-regular { font-family: "Poppins", sans-serif; font-weight: 400; font-style: normal; } .poppins-medium { font-family: "Poppins", sans-serif; font-weight: 500; font-style: normal; } .poppins-semibold { font-family: "Poppins", sans-serif; font-weight: 600; font-style: normal; } .poppins-bold { font-family: "Poppins", sans-serif; font-weight: 700; font-style: normal; } .poppins-regular-italic { font-family: "Poppins", sans-serif; font-weight: 400; font-style: italic; } .poppins-medium-italic { font-family: "Poppins", sans-serif; font-weight: 500; font-style: italic; } .poppins-semibold-italic { font-family: "Poppins", sans-serif; font-weight: 600; font-style: italic; } .poppins-bold-italic { font-family: "Poppins", sans-serif; font-weight: 700; font-style: italic; } */
/* ********************************* SCROLLBAR ********************************** */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6c757d;
}

.main-outer-section {
  width: 100%;
  max-width: 768px;
  position: relative;
  min-height: 100vh;
  margin: 0 auto;

  background: #e9ecef url("/images/bg/bg-1.jpg") no-repeat fixed center !important;

  background-size: cover;
}

.main-outer-section.no-bg {
  width: 100%;
  max-width: 768px;
  position: relative;
  min-height: 100vh;
  margin: 0 auto;
  background: initial
}

.main-outer-section.no-bg.shadows {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.main-bg {
  background: lightblue url("../images-mobile/bg/bg-4.jpg") no-repeat fixed center;
  background-size: cover;
  width: 100%;
}

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  min-height: 65px;
  box-shadow: 1px -3px 20px -12px #333333a1;
  background-color: #fff;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  max-width: 768px;
  margin: 0 auto;
}

/* .head-small-area {
  margin-bottom: 10px;
  min-height: 65px;
} */
.head-small-area {
    position: sticky; /* Sticky position */
    top: 0; /* Stick to the top of the viewport */
    z-index: 10; /* Ensures it stays above other elements */
    background-color: #ffffff;
    border-bottom: 1px solid #ddd;
    border-radius: 15px 15px;
    padding-bottom: 55px;

}

.head-small-area:before {
  content: '';
  display: block;
  background-color: #ff0000;
  height: 10px;
  margin-bottom: 10px;
  border-bottom-right-radius: 100px;
  border-bottom-left-radius: 100px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.head-big-area {
  padding: 15px 0;
  /* margin-bottom: 15px; */
  height: 100px;
  font-size: 20px;
  text-align: center;
}

.head-big-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 0;
  background-color: #ff0000;
  height: 100px;
  margin-bottom: 10px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.login .head-section {
  height: 100px;
}

.head-big-area.login {
  height: 100px;
  padding: 0;
}

.head-big-area.login::before {

  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

  height: 100px;
  margin-bottom: 10px;

}

.head-section {
  /* display: flex; align-items: center; text-align: center; position: absolute; *width: 95%; */
  z-index: 0;
  position: absolute;
  width: 100%;
}

.head-name-area {
  /* flex: 1; */
  font-size: 22px;
}


.mobile-bottom-nav-item {
  flex-grow: 1;
  text-align: center;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
}

.nav-item-active {
  color: #fff;
  background-color: #ff0000;
  /* max-width: 70px; */
  /* padding: 3px; */
  padding-top:10px;
  padding-bottom:10px;
  padding-left:2px;
  padding-right:2px;
  margin-top: 10px;
  margin: 5px;
  border-radius: 10px;

}

.mobile-bottom-nav-item-content {
  display: flex;
  flex-direction: column;
}

.mobile-bottom-nav-item .material-icons {
  font-size: 20px;
  margin-bottom: 2px;
}

.mobile-bottom-nav-item a {
  color: inherit;
  text-decoration: none
}

.mobile-bottom-nav-item a:hover {
  color: #111111;
}

.center-area {
  margin: 0 auto;
  max-width: 510px;
}

/* .buffer-space-nav {
  padding-bottom: 80px;


} */

.card {
  border-radius: 15px;
  border: 0;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.card.top-no-curve {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.top-no-curve {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px !important;
  border-top-left-radius: 0px !important;
}

.card-img-top {
  height: 300px;
}

.card-no-border .card {
  border-color: #d7dfe3;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
  background: #f7f7f7;
  border-radius: 20px;
}

.card-body h3 {
  font-weight: 700;
  color: #ff0000;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}

.pro-img {
  margin-top: -80px;
  margin-bottom: 20px;
}

.little-profile .pro-img img {
  width: 128px;
  height: 128px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  padding: 5px;
  margin: 10p;
  background: white;
}

.pro-img-square {
  margin-top: -45px;
  margin-bottom: 20px;
}
.pro-img-square.reset {
  margin-top: 0px;
  margin-bottom: 20px;
}

.pro-img-square.overlap {
  margin-top: -90px;
  margin-bottom: 20px;
}

.little-profile .pro-img-square img {
  width: 128px;
  height: 128px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  padding: 5px;
  margin: 10p;
  background: white;
}

.btn-rounded.btn-md {
  padding: 12px 35px;
  font-size: 16px;
}

.btn-padding {
  padding: 10px 25px;
  font-size: 16px;
  box-shadow: 0px 4px 14px 0px #00000050;
}

.get-direction {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  /* margin: 0 auto; */
  background: #fff;
  padding: 10px 25px;
  font-size: 16px;
  color: #ff0000;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  transition: 0.2s ease-in;
}

.get-direction:hover {
  transition: 0.2s ease-in;
  background: #fff;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.btn-share,
.btn-share.disabled {
  background: #7460ee;
  border: 1px solid #7460ee;
  -webkit-box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  box-shadow: 0 2px 2px 0 rgba(116, 96, 238, 0.14), 0 3px 1px -2px rgba(116, 96, 238, 0.2), 0 1px 5px 0 rgba(116, 96, 238, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.btn-rounded {
  border-radius: 60px;
  padding: 7px 18px;
}

.m-t-20 {
  margin-top: 20px;
}
.commercial-area {
    display: flex !important;
    justify-content: center !important; /* Center horizontally */
    align-items: center !important;     /* Center vertically */
    width: 300px !important;            /* Set specific width */
    height: 300px !important;           /* Set specific height */
    overflow: hidden !important;        /* Hide any overflow */
    margin: 0 auto;
    /* background-color: #f0f0f0 !important; Optional, add background color */
}

.commercial-area-image {
    max-width: 100% !important;        /* Restrict the image width to the container's width */
    max-height: 100% !important;       /* Restrict the image height to the container's height */
    object-fit: contain !important;    /* Keep the image's aspect ratio */
    object-position: center !important; /* Center the image within the given space */
}
/* .commercial-area {
    width: 250px;
    height: auto;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 15px !important;
    margin: 0 auto;
} */

.commercial-area img {
  object-fit: contain;
  width: 100%;
  object-fit: cover;
}

/*========================= Icons ================= */
/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left: 0 !important;
  padding: 0;
  /* padding-left: 30px; */
}

ul.social-network li {
  display: inline;
  margin: 0 2px;
}

ul.social-network a {
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px #00000026;
}

.social-network a.icoWhatsapp:hover {
  background-color: #25D366;
}
.social-network a.icoInsta:hover {
  background-color: #e1306c;
}

.social-network a.icoFacebook:hover {
  background-color: #3b5998;
}

.social-network a.icoTwitter:hover {
  background-color: #33ccff;
}

.social-network a.icoGoogle:hover {
  background-color: #ff0000;
}

.social-network a.icoVimeo:hover {
  background-color: #0590b8;
}

.social-network a.icoLinkedin:hover {
  background-color: #007bb7;
}

.social-network a.icoRss:hover i,
.social-network a.icoFacebook:hover i,
.social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i,
.social-network a.icoVimeo:hover i,
.social-network a.icoLinkedin:hover i,
.social-network a.icoInsta:hover i,
.social-network a.icoWhatsapp:hover i {
  color: #fff;
}

a.socialIcon:hover,
.socialHoverClass {
  color: #44bcdd;
}

.social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 5px;
  text-align: center;
  width: 35px;
  height: 35px;
  font-size: 16px;
  margin-top: 5px;
}

.social-circle li i {
  margin: 0;
  line-height: 35px;
  text-align: center;
}

.social-circle li a:hover i,
.triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.social-circle i {
  color: #000;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.profile-area ul {
  padding-left: 0.5rem;
}

.profile-area ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d1cdcd;
  padding: 12px 5px 12px 2px;
}

.profile-area ul li:last-child {
  border-bottom: none;
}

.profile-area li .icon-area {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  width: 38px;
  height: 38px;
  font-size: 16px;
  padding: 7px;
  background-color: #fff;
  box-shadow: 0px 4px 14px 0px #00000040;
  margin-right: 15px;
  border-radius: 50%;
  flex-shrink: 0;
  color: #ff0000 ;
}

.profile-area li .icon-area.square {
  border-radius: 10px;
}
.label-area {
  text-align: left;
  margin-bottom: 0;
  color: #343a40;
}

/* For compact mode */
.fancybox__container.is-compact .fancybox__slide.has-iframe .fancybox__content {
  width: 100%;
  height: 100%;
}

.fancybox__content {
  width: 100%;
}

/* For all other cases */
.fancybox__slide.has-iframe .fancybox__content {
  width: auto;
  height: 400px;
}

.fancybox__container {
  --fancybox-bg: rgb(24 24 27 / 45%) !important;
}

.widget {
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
}

.gallery-area img {
  width: 200px;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin: 5px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.gallery-area h3 {
  display: block;
  margin-top: 20px;
  font-weight: 600;
  font-size: 18px;
}

h3.liner {
  position: relative;
}

h3.liner:after,
h3.liner:before {
  background-color: #ff0000;
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: middle;
  width: 50px;
  margin: 10px;
}

.settings-area ul {
  padding-left: 0.5rem;
}

.settings-area ul li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 0px solid #d1cdcd;
  padding: 8px 5px 8px 13px;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  padding-top:15px;
  padding-bottom: 15px;
}

.settings-area ul li:after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  height: 15px;
  width: 17px;
  margin: 10px;
  color: #999999;
  font-weight: 900;
  margin-left: auto;
}

.settings-area ul li:last-child {
  border-bottom: none;
}

.settings-area li .icon-area {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  width: 45px;
  height: 41px;
  font-size: 20px;
  /* margin-top: 11px !important; */
  padding: 7px;
  /* background-color: #fff; */
  /* box-shadow: 0px 4px 14px 0px #00000040; */
  margin-right: 8px;
  border-radius: 5px;
  flex-shrink: 0;
  color: #ff0000;
}

.profile-pic img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  margin: 5px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.profile-pic {
  margin-right: 10px;
}


/* PWA specific styles */
body.pwa main {
  position: relative;
  padding-left: 8rem;
}

body.pwa main::before {
  position: absolute;
  transform-origin: top left;
  transform: rotate(90deg) translateY(-4rem);
  content: 'PWA Rules!';
  font-size: 8rem;
  width: 10ch;
  line-height: 6rem;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 0 10vw 0 0;
  margin: 1rem;
  color: #444;
  top: 0;
  left: 0;
}


.container-login100-form-btn {
  margin: 0 auto;
  display: block;
  text-align: center;
  padding-top: 8%;
  padding-bottom: 5%;
}

.login100-form {
  width: 100%;
}

.validate-input {
  position: relative;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 30px;
}

.wrap-input100.no-border {
  width: 100%;
  position: relative;
  border-bottom: initial;
  margin-bottom: 30px;
}

.label-input100 {
  font-size: 13px;
  color: #353535;
  line-height: 1.5;
  padding-left: 1px;
}

.form-control-login-screen input:focus,
.form-control-login-screen textarea:focus {
  border-color: transparent !important;
}

.input100:focus+.focus-input100::before {
  width: 100%;
}

.input100 {
  font-size: 13px;
  color: #333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 35px;
  background: 0 0;
  padding: 0 7px 0 32px;
}

.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #ff0000;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.focus-input100::after {
  content: "";
  display: inline-block;
  height: 2em;
  width: 2em;
  background-image: url(../images-mobile/reg-icons/user.svg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 25px);
  bottom: 3px;
  left: 0;
  background-repeat: no-repeat;
}

.focus-input100.password::after {
  content: "";
  display: inline-block;
  height: 2em;
  width: 2em;
  background-image: url(../images-mobile/reg-icons/lock-solid.svg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 25px);
  bottom: 3px;
  left: 0;
  background-repeat: no-repeat;
}

.focus-input100.otp::after {
  content: "";
  display: inline-block;
  height: 2em;
  width: 2em;
  background-image: url(../images-mobile/reg-icons/mobile.svg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 25px);
  bottom: 3px;
  left: 0;
  background-repeat: no-repeat;
}

.focus-input100.mail::after {
  content: "";
  display: inline-block;
  height: 2em;
  width: 2em;
  background-image: url(../images-mobile/reg-icons/envelope.svg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 25px);
  bottom: 3px;
  left: 0;
  background-repeat: no-repeat;
}
.focus-input100.fname::after {
  content: "";
  display: inline-block;
  height: 2em;
  width: 2em;
  background-image: url();
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 25px);
  bottom: 3px;
  left: 0;
  background-repeat: no-repeat;
}
.focus-input100.lname::after {
  content: "";
  display: inline-block;
  height: 2em;
  width: 2em;
  background-image: url();
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 25px);
  bottom: 3px;
  left: 0;
  background-repeat: no-repeat;
}

.form-control-login-screen input {
  outline: 0;
  border: none;
}

.form-control-login-screen .btn:focus,
.form-control-login-screen .btn:hover {
  color: #e2e2e2;
  text-decoration: none;
}


.toggle-password {
  position: absolute;
  /* right: 0;
  top: 29px; */
  color: #FF0000;
}

.visible-icon {
  content: "";
  display: inline-block;
  height: 2em;
  width: 1.5em;
  background-image: url(../images-mobile/reg-icons/eye.svg);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 25px);
  bottom: 0px;
  right: 0;
  background-repeat: no-repeat;
}

.visible-icon-off {
  content: "";
  display: inline-block;
  height: 2em;
  width: 1.5em;
  background-image: url(../images-mobile/reg-icons/eye-slash.svg) !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 25px);
  bottom: 0px;
  right: 0;
  background-repeat: no-repeat;
}

.wrap-input100 input {
  border: none;
  outline: 0 !important;
}

.link-wrap {
  text-decoration: none;
  font-weight: 400;

}

.link-wrap a {
  text-decoration: none;
  color: #ff0000;
}

.new-head {
  font-weight: 700;
  border-bottom: 5px solid #ff0000;
  display: inline-block;
  content: "";
  display: inline-block;
  height: 2em;
  width: 100px;
}

#partitioned {
  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, #adadad 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 2px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 230px;
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  display: none;
}
h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 5px;
}
.mt-lg{
  margin-top: 100px;
}
.txt-red {
  color: #ff0000!important;
}
.bg-red {
  background-color: #ff0000 !important;
  color: #fff !important;
}
a{
  text-decoration: none;
}

/*Account*/
.account-area ul {
  padding-left: 0.5rem;
}

.account-area ul li {
  width: 100%;
  display: flex;
  align-items: center;
  border-bottom: 0px solid #d1cdcd;
  padding: 8px 13px 8px 13px;
  background: #fff;
  margin-bottom: 5px;
  border-radius: 10px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

/* .account-area ul li:after {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "\f054";
  display: inline-block;
  padding-right: 3px;
  vertical-align: middle;
  font-weight: 900;
  height: 15px;
  width: 17px;
  margin: 10px;
  color: #999999;
  font-weight: 900;
  margin-left: auto;
} */

.account-area ul li:last-child {
  border-bottom: none;
}

.account-area li .icon-area {
  display: inline-block;
  border-radius: 5px;
  text-align: center;
  width: 45px;
  height: 41px;
  font-size: 20px;
  margin-top: 11px !important;
  padding: 7px;
  /* background-color: #fff; */
  /* box-shadow: 0px 4px 14px 0px #00000040; */
  margin-right: 8px;
  border-radius: 5px;
  flex-shrink: 0;
  color: #ff0000;
}
/*loader*/
/* Style the loader spinner */
.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #ff0000; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite; /* Rotate animation */
    position: fixed; /* Position the spinner in the center of the viewport */
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    margin-top: -25px; /* Adjust vertical margin to center */
    margin-left: -25px; /* Adjust horizontal margin to center */
    z-index: 9999; /* Ensure the spinner is on top of everything */
    display: none; /* Initially hide the spinner */
}

/* Style the overlay for white background */
.overlay {
    position: fixed; /* Position the overlay */
    top: 0; /* Cover the entire viewport */
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white; /* White background */
    z-index: 9998; /* Ensure the overlay is behind the spinner */
    display: none; /* Initially hide the overlay */
}

/* Animation for rotating spinner */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Show the spinner and overlay when loading */
body.loading .loader,
body.loading .overlay {
    display: block;
}

/* Hide the spinner and overlay when content is loaded */
body.loading .content {
    display: none;
}
/* Background color change section style */
.bgcolordiv{

    padding-left: 10px !important;
    padding-right: 10px !important;
}
.bgcolordiv input{
    width: 100% !important;
    height: 50px !important;
    margin-top: 10px !important;
    font-size: 14px !important;
}
.bg-btn{
    width: 100% !important;
    background-color: #ff0000 !important;
    color:white !important;
    margin-top: 10px !important;
}
