@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Lt';
    src: url('fonts/ProximaNova-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova';
    src: url('fonts/ProximaNova-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('fonts/ProximaNova-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Proxima Nova Bl';
    src: url('fonts/ProximaNova-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
body {
    background: #000;
    min-height: 100vh;
    position: relative;
    padding-bottom: 63px;
    font-family: 'Proxima Nova Lt';
}
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-300 {
    font-weight: 300;
}

.fw-500 {
    font-weight: 400;
    font-family: 'Proxima Nova Lt';
}

.fw-600 {
    font-weight: 600;
    font-family: 'Proxima Nova Rg';
}

.fw-700 {
    font-weight: 700;
    font-family: 'Proxima Nova Bl';
}

.fw-800 {
    font-weight: 800;
    font-family: 'Proxima Nova';
}

.fw-900 {
    font-weight: 900;
    font-family: 'Proxima Nova Bl';
}

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

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

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

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

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

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

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

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

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

img {
    max-width: 100%;
}

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

.text-primary {
    color: #2305FF !important;
}

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

.btn-primary {
    background: #8241FF !important;
    border-color: #8241FF !important;
}

.btn-dark {
    background: #2A2B34 !important;
    border-color: #2A2B34 !important;
}

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

.text-success{
    color: #05FF59 !important;
}

.text-success-2 {
    color: #4D962B;
}

.bg-dark{
    background: #2A2B34 !important;
}

.bg-dark-2{
    background: #1E1E1E !important;
}

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

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

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

.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;
}
@media (max-width: 991px){
.otp-form .otp-field{
    width: 21%;
}
}
.delivery_details_modal .otp-form .otp-field{
     width: 22%;
}
@media (max-width: 991px){
.delivery_details_modal .otp-form .otp-field {
    width: 20%;
}
}
.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 #E8AE00;
    color: #E8AE00;
}

.otp-form .otp-field:not(:-moz-placeholder-shown) {
    border: 1px solid #fff;
    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%;
}
.vaucha_avl_otr{
    background: #2A2B34;
}

.qtr_dv {
    background: #E7E3FC;
    border-radius: 0 0 14px 14px;
    white-space: nowrap;
    min-width: 190px;
    text-align: center;
    z-index: 1;
}
.vaucha_avl_inr.voucha_claimed::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #05FF59;
    z-index: 1;
    border-radius: 12px;
    background: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.voucha_claimed_box{
    z-index: 2;
    display: none;
}
.voucha_claimed .voucha_claimed_box{
    display: block;
}
.vaucha_avl_inr.voucha_expired::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #FF050A;
    z-index: 1;
    border-radius: 12px;
    background: rgba(0, 0, 0, .6);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}
.voucha_expired .voucha_claimed_box{
    display: block;
}
.delivery_details_modal .form-control, .delivery_details_modal .btn-primary{
    padding-top: 14px !important;
    padding-bottom: 14px !important;
}

.delivery_details_modal .otp-form .otp-field{
    border-color: rgba(0, 0, 0, .2);
}

.delivery_details_modal .otp-form .otp-field:focus { 
    border: 1px solid #E8AE00;
    color: #E8AE00;
}

.delivery_details_modal .otp-form .otp-field:not(:-moz-placeholder-shown) {
    border: 1px solid #7A7A7A; 
    color: #7A7A7A;
    font-family: 'Proxima Nova';
}

.delivery_details_modal .otp-form .otp-field:not(:placeholder-shown) {
    border: 1px solid #7A7A7A; 
    color: #7A7A7A;
    font-family: 'Proxima Nova';
}
.order_list_main {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.order_list_main:last-child{
    border-bottom: 0;
}
footer {
    background: #2A2B34;
}
.custom_tb .nav-tabs{
    background: transparent;
}
.custom_tb .nav-item .nav-link {
    background: #1E1E1E;
    border-radius: 12px 12px 0 0;
    color: #fff !important;
    padding: 12px 0;
    position: relative;
}
.custom_tb .nav-item .nav-link:is(:focus, :active, :hover){
    border-color: transparent ;
}
.custom_tb .nav-item .nav-link.active{
    background: #8241FF;
    border-color: transparent ;
}
.custom_tb .nav-item .nav-link.active::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px;
    background: #8800EC;
}
.tab_inr .nav-tabs{
    border-top: 1px solid rgba(255, 255, 255, .1);
    border-radius: 14px 14px 0 0;
}
.tab_inr .nav-item {
    width: 12.5%;
}
.tab_inr .nav-item .nav-link{ 
    background: transparent;
    width: 100%;
}
.custom_tbl tbody td{
    background: transparent !important;
}
.custom_cnva{
    max-width: 270px;
}
.custom_cnva .offcanvas-body a{
    display: block;
    width: 100%;
}
.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;
}
@media (max-width: 1400px) {
    .mid_row .fs-50 {
        font-size: 49px;
    }
}

@media (max-width: 1300px) {
    .mid_row .fs-50 {
        font-size: 43px;
    }
}

@media (max-width: 1199px) {
    .mid_row .fs-50 {
        font-size: 32px;
    }
    .tab_inr .nav-item .nav-link {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .mid_row .fs-50 {
        font-size: 24px;
    }
    .mid_row .fs-20 {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    body {
        padding-bottom: 54px;
    }
    .login_dv {
        background: #000000 url("../images/login_bg_m.png") no-repeat top center/cover;
        min-height: calc(100vh - 56px);
    }
    footer {
        font-size: 12px;
    }
    footer img {
        width: 50px;
    }
    .vaucha_avl_otr{
        border-radius: 0px !important;
    }
    .vaucha_avl_otr .fs-24 {
        font-size: 16px;
    }
    .qtr_dv {
        min-width: 132px;
        font-size: 10px;
    }
    .vaucha_avl_inr .fs-16{
        font-size: 11px;
    }
    .vaucha_avl_inr .fs-12{
        font-size: 8px;
    }
    .vaucha_avl_inr .fs-14{
        font-size: 10px;
    }
    .order_list_main{
        background: #1E1E1E;
        border-radius: 20px;
        margin-bottom: 16px;
    }
    .orde_hrd .fs-20 {
        font-size: 12px;
    }
    .orde_hrd .fs-18 {
        font-size: 9px;
    }
    .order_delivery_dv .fw-600 {
        font-family: 'Proxima Nova Lt' !important;
    }
   
    .order_delivery_dv .fs-18 {
        font-size: 10px;
    }
    .order_delivery_dv .btn-primary{
        font-size: 14px;
    }
    .order_list_main{
        border: 0;
    }
    .custom_tb .nav-item .nav-link {
        font-size: 14px;
    }
    .mobile_tb_dropdown {
        position: relative;
        background: #8241FF;
        border-radius: 14px 14px 0 0;
        width: 150px;
        z-index: 99;
    }
    .mobile_tb_dropdown::after{
        content: "";
        position: absolute;
        right: 10px;
        top: 12px;
        width: 10px;
        height: 10px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
    }
    .mobile_tb_dropdown::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        display: none;
    }
    .show_drop_cstm .mobile_tb_dropdown::before{
        display: block;
    }
    .tab_inr .nav-tabs {
        position: absolute;
        left: 0;
        background: #8341ff;
        z-index: 1;
        display: none;
        width: 150px;
        border: 0;
        z-index: 99;
    }
    .tab_inr .nav-tabs li.nav-item {
        width: 100%;
    }
    .tab_inr .nav-item .nav-link.active::after{
        display: none;
    }
    .tab_inr .nav-item .nav-link.active{
        border-radius: 0;
    }
    .show_drop_cstm .nav-tabs{
        display: block;
    }
    .show_drop_cstm .mobile_tb_dropdown::after {
        transform: rotate(136deg);
        top: 16px;
    }
    .tab_inr .nav-item .nav-link {
        text-align: left;
    }
    .tab_inr .nav-tabs{
        border-radius: 0px;
    }
    .custom_tbl .fs-12 {
        font-size: 10px;
    }
    .custom_tbl .fs-14{
        font-size: 12px;
    }
}
.color_blink {
    animation: ColrChnage 2s infinite;
    color: #fff;
    opacity: 0;
}
@keyframes ColrChnage {
  0% {opacity: 0;}
  100% {opacity: 100%;}
}
/* @keyframes ColrChnage {
  0% {color: #f21b22;}
  50% {color: #fff;}
  100% {color: #014c92;}
} */