@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    min-height: 100vh;
    position: relative;
    padding-bottom: 63px;
    font-family: "Poppins", sans-serif;
}
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;
}

.cursor-pointer {
    cursor: pointer;
}

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

.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;
}

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

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

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

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

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

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

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

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

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

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

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

img {
    max-width: 100%;
}

.text-warning {
    color: #E8AE00 !important;
}

.text-primary {
    color: #05B0FF !important;
}

.bg-primary {
    background-color: #061B5A !important;
}

.btn-primary {
    background: #004E96 !important;
    border-color: #004E96 !important;
    color: #fff !important;
}

.text-danger{
    color: #FF4F4F !important;
}

.text-success{
    color: #25B631 !important;
}

.text-success-2{
    color: #148411;
}

.border-bottom-dashed{
    border-bottom-style: dashed !important;
}

.border-top-dashed{
    border-top-style: dashed !important;
}

.text-secondary{
    color: #20303F !important;
}

.mid_row{
    min-height: calc(100vh - 167px);
}

.pint_blnc{
    background: rgb(232 174 0 / 10%) url('../images/coin.gif') no-repeat 10px center/24px;
    padding: 10px 10px 10px 40px;
}

.otp-form {
    display: flex;
    justify-content: space-between;
}

.otp-form .otp-field {
    display: inline-block;
    width: 22.5%;
    height: 60px;
    font-size: 24px;
    text-align: center;
    border: 1px solid #fff;
    outline: none;
    margin-right: 10px;
    background: transparent;
    border-radius: 8px;
}

.otp-form .otp-field:nth-child(4) {
    margin-right: 0px;
}

.otp-form .otp-field:focus {
    transform: scale(1.02);
    transition: all 0.3s;
    border: 1px solid #004E96;
    color: #004E96;
}

.otp-form .otp-field:not(:-moz-placeholder-shown) {
    border: 1px solid #004E96;
    box-shadow: none;
    color: #fff;
}

.otp-form .otp-field:not(:placeholder-shown) {
    border: 1px solid #fff;
    box-shadow: none;
    color: #fff;
}

.nav_icon {
    width: 24px;
    transform: rotate(0deg);
    cursor: pointer;
    height: 22px;
}

.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: #8241FF;
    right: 40%;
}

.custom_cnva{
    max-width: 270px;
}

.custom_cnva .offcanvas-body a {
    display: block;
    width: 100%;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 0px;
    font-weight: 600;
    font-family: 'Proxima Nova Rg';
}

.close_cnava {
    position: fixed;
    right: 290px;
    top: 16px;
}

.image_move{
    animation: floatY 2s ease-in-out infinite;
}

.how_use {
    width: 232px;
}

.min-h-con {
    height: 80px;
    display: block;
    overflow: hidden;
    overflow-y: auto;
    white-space: normal;
    text-align: left;
}

@keyframes floatY {
      0%   { transform: translateY(0); }
      50%  { transform: translateY(-12px); }
      100% { transform: translateY(0); }
}

footer {
    background: #2A2B34 ;
}

.imp_ins_list li {
    margin-bottom: 6px;
    font-size: 14px;
}

.inner_list .btn-warning {
    font-size: 14px;
}

.login_main{
    background: #000000 url("../images/login_bg.png") no-repeat top right/cover;
}

.hom_bg{
    background: #000000 url("../images/login_bg.png") no-repeat top right/cover;
    min-height: calc(100vh - 71px);
}

.login_main ::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

.login_main ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff !important;
}

.home_inr_bg{
    background: #2A2A2A;
}
 
.qty_outer .form-select {
    padding: 12px 10px 12px 90px !important;
    background-color: #F3F3F3;
    border: 0;
    font-size: 12px;
    background-position: 100% center;
}
.val_txt {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 992px){
    .imp_ins_list{
        margin-top: -86px;
    }
    .inner_list:hover .imp_ins_list{
        margin-top: 0px;
    } 
    .inner_list:hover .brand_logo img {
        width: 128px;
    }
    .inner_list:hover .btn-primary {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}

@media (max-width: 1399px){
    .mid_row .fs-52 {
        font-size: 48px;
    }
}
@media (max-width: 1199px){
    .mid_row .fs-52 {
        font-size: 40px;
    }
}
@media (max-width: 991px) {
    .login_main{
        background: #000000 url("../images/login_bg_m.png") no-repeat top center/cover;
    }
    .mid_row .fs-52 {
        font-size: 24px;
    }
    .otp-form .otp-field{
        width: 21%;
    }
    .mid_row .fs-20 {
        font-size: 12px;
    }
    .pint_blnc{
        font-size: 14px;
        background-size: 20px;
        padding: 10px 0 10px 24px;
    }
    .imp_ins_list li img {
        width: 30px;
    }
    .home_inr_bg{
        border-radius: 0px !important;
    }
    .home_inr_bg .fs-24 {
        font-size: 16px;
        margin-top: 10px;
    }
    .inner_list .btn-primary {
        border-radius: 10px !important;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        font-weight: 300;
    }
    .show_imp {
        padding-bottom: 54px !important;
    }
    .imp_ins_list{
        display: none;
        position: absolute;
        left: 10px;
        right: 10px;
        bottom: 5px;
        border: 0px !important;
        padding-top: 0px !important;
    }
    .show_imp .imp_ins_list {
        display: block;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 46px;
    }
    footer {
        font-size: 12px;
    }
    footer img {
        width: 50px;
    }
}