@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");
.text-success {
  color: #25ED2D !important;
}

.text-primary {
  color: #00C2FF !important;
}

.btn-danger {
  background: #DB0010 !important;
  border-color: #DB0010 !important;
  padding: 11px 14px;
}
.btn-danger:is(:focus, :active, :hover) {
  opacity: 0.9;
}

body {
  font-family: "Roboto", sans-serif;
  background: #1a1423 url("../images/login_bg.png") no-repeat right center/cover;
  min-height: 100vh;
}
body.home_bg {
  background: #1a1423 url("../images/login_bg_home.png") no-repeat left top/cover;
  background-attachment: fixed;
}

img {
  max-width: 100%;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
  -webkit-appearance: textfield;
}

.border-bottom-dashed {
  border-bottom: 1px dashed #ABABAB;
}

::-moz-placeholder {
  color: #fff !important;
  opacity: 1;
}

::placeholder {
  color: #fff !important;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #fff !important;
}

a {
  text-decoration: none;
}

.fs-10 {
  font-size: 10px;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-26 {
  font-size: 26px;
}

.fs-28 {
  font-size: 28px;
}

.fs-36 {
  font-size: 36px;
}

.fs-84 {
  font-size: 84px;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

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

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.cong_txt {
  color: #F9FF6D;
}

.failed_txt {
  color: #FF9CA3;
}

.custom_select {
  background: rgba(0, 0, 0, 0.3) url("../images/down_ic.png") no-repeat 97% 50%/18px;
  border-color: #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.btn-close {
  background-color: #DB0010;
  opacity: 1;
  background-size: 44%;
  border-radius: 50%;
}

.faq_outer {
  color: #fff;
  font-size: 14px;
}
.faq_outer h1,
.faq_outer h2,
.faq_outer h3,
.faq_outer h4,
.faq_outer h5,
.faq_outer h6 {
  font-size: 16px;
  font-weight: bold;
}
.faq_outer p,
.faq_outer li,
.faq_outer ul {
  font-size: 14px;
}

.address_outer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #fff;
}
.address_outer button {
  font-size: 14px;
  white-space: nowrap;
}

.howtomodal .owl-nav button span {
  display: none;
}
.howtomodal .owl-nav button.owl-prev {
  background: transparent url("../images/prev.png") no-repeat right center/cover !important;
  width: 13px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -22px;
}
.howtomodal .owl-nav button.owl-next {
  background: transparent url("../images/prev.png") no-repeat right center/cover !important;
  width: 13px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(-1);
  right: -22px;
}
.howtomodal .owl-nav button.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.howtomodal .step_text::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #DB0010;
  left: 0;
}
.howtomodal .min-h-con {
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  overflow-y: auto;
  min-height: 80px;
}

.howToUseMod h6 span {
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #ddd;
  width: 60px;
  height: 60px;
  line-height: 52px;
  font-size: 11px;
  font-weight: 500;
}
.howToUseMod h6::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  height: 1px;
  background: #979797;
  z-index: -99999;
  transform: translateY(-50%);
}
.howToUseMod figcaption {
  border-top: 1px solid #979797;
  height: 92px;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 13px;
  background: #fff;
  padding: 6px;
}

.impInstructions {
  color: #fff;
}
.impInstructions li {
  color: #fff;
  padding-left: 20px !important;
  margin-bottom: 10px !important;
  font-size: 15px;
  position: relative;
  font-weight: 500;
}
.impInstructions li strong {
  color: #fff;
}
.impInstructions li.not strong {
  color: #f90000;
}
.impInstructions li::after {
  content: "\f00c";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 300;
  position: absolute;
  color: #fff;
  font-size: 15px;
  top: -5px;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  line-height: 36px;
  left: 0;
  z-index: 1;
}
.impInstructions li.not::after {
  content: "\f00d";
  top: -8px;
  color: #f90000;
}

.inner_home_list_outer {
  -moz-column-count: 3;
  column-count: 3;
  grid-gap: 15px;
}

.inner_home_list_outer .grid_inner {
  margin-bottom: 15px;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

.home_page .fs-84 {
  letter-spacing: 4px;
}
.home_page .left_ic_home {
  position: relative;
  margin-left: -100px;
}
.home_page .inner_home_list {
  border-radius: 10px;
}
.home_page .inner_home_list .btn-danger {
  padding: 4px 6px !important;
  white-space: nowrap;
}

.bogo_text {
  color: #0084FD;
  font-family: "Bebas Neue", sans-serif;
  font-size: 38px;
}

.modal-body {
  border-radius: 20px !important;
  background: linear-gradient(139deg, rgba(176, 176, 176, 0.43) -6.39%, rgba(71, 71, 71, 0.2) 112.17%);
  -webkit-backdrop-filter: blur(21.5px);
          backdrop-filter: blur(21.5px);
}

.offcanvas-backdrop.show, .modal-backdrop.show {
  opacity: 0.8;
}

.navigationSlide {
  overflow: hidden;
  width: 280px !important;
}
.navigationSlide .btn-close {
  opacity: 1;
  font-size: 14px;
  position: fixed;
  right: 280px;
  top: 3px;
  background-color: #09c3b1;
  filter: invert(1);
}
.navigationSlide ul {
  margin: 0;
  padding: 0;
}
.navigationSlide ul li {
  list-style: none;
}
.navigationSlide ul li a {
  display: block;
  color: #404040;
  text-decoration: none;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 6px;
}
.navigationSlide ul li a:hover {
  background-color: rgba(219, 0, 16, 0.2);
}
.navigationSlide .cate_slide {
  position: relative;
  cursor: pointer;
}
.navigationSlide .cate_slide::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 16px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  transform: rotate(224deg);
  transition: all 0.5s;
}
.navigationSlide .cate_slide_inner {
  width: 100%;
  max-height: 304px;
  background: #f6f6f6;
  transition: all 0.5s;
  z-index: 1;
  overflow-y: auto;
  display: none;
}
.navigationSlide .open_cate .cate_slide_inner {
  display: block;
}
.navigationSlide .open_cate .cate_slide::after {
  transform: rotate(44deg);
}

.login_section .login_mid {
  min-height: 90vh;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.login_section .login_right_dv {
  border-radius: 20px;
  background: linear-gradient(139deg, rgba(255, 255, 255, 0.15) -6.39%, rgba(143, 143, 143, 0.07) 112.17%);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.login_section .login_right_dv .fs-36 {
  line-height: 1.2;
}

.form-control {
  border-radius: 10px;
  border: 1px solid #CACACA;
  background: rgba(0, 0, 0, 0.3) !important;
  padding: 10px 14px;
}
.form-control:disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.6) !important;
}

.otp-form {
  display: flex;
  justify-content: space-between;
}
.otp-form .otp-field {
  display: inline-block;
  width: 21%;
  height: 50px;
  font-size: 20px;
  text-align: center;
  outline: none;
  margin-right: 10px;
  border-radius: 10px;
  border: 1px solid #CACACA;
  background: rgba(0, 0, 0, 0.3);
}
.otp-form .otp-field:focus {
  transform: scale(1.1);
  transition: all 0.3s;
  border-color: #DB0010;
  color: #fff;
}
.otp-form .otp-field:not(:-moz-placeholder-shown) {
  border-color: #fff;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #CACACA;
  background: #D9D9D9;
  color: #000;
}
.otp-form .otp-field:not(:placeholder-shown) {
  border-color: #fff;
  box-shadow: none;
  border-radius: 10px;
  border: 1px solid #CACACA;
  background: #D9D9D9;
  color: #000;
}

.nav-icon {
  width: 20px;
  transform: rotate(0deg);
  cursor: pointer;
  height: 18px;
}
.nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transition: 0.2s ease-in-out;
}
.nav-icon span:nth-child(1) {
  top: 2px;
}
.nav-icon span:nth-child(2) {
  top: 50%;
}
.nav-icon span:nth-child(3) {
  bottom: 0px;
}
.nav-icon:hover span:nth-child(2) {
  width: 60%;
  background: #fff;
  left: 40%;
}

footer {
  background: #1A1423;
}

@media (max-width: 1199px) {
  .login_section .login_right_dv .fs-36 {
    font-size: 28px;
  }
  .home_page .left_ic_home {
    margin-left: 0px;
  }
}
@media (max-width: 991px) {
  .login_section .login_right_dv .fs-36 {
    font-size: 23px;
  }
  .imp_ins {
    margin-top: 20px;
  }
  .imp_ins img {
    width: 30px;
  }
  .inner_home_list_outer {
    -moz-column-count: 2;
    column-count: 2;
    grid-gap: 15px;
  }
  .home_page .fs-84 {
    font-size: 76px;
  }
}
@media (max-width: 767px) {
  .home_page .fs-84 {
    font-size: 42px;
  }
  .home_page .fs-26 {
    font-size: 16px;
  }
  .home_page .logo_inner {
    margin-top: 6px;
  }
  .login_section .login_right_dv {
    background: none;
  }
  .otp-form .otp-field {
    height: 40px;
    font-size: 18px;
    border-radius: 10px;
  }
  .address_outer button {
    font-size: 12px;
  }
  footer {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */