* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --blackTheme: #000;
}

@font-face {
    font-display: swap;
    font-family: SamsungOne;
    font-style: normal;
    font-weight: 200;
    src: local("SamsungOne"), url(../fonts/SamsungOne-200_v1.0.woff2) format("woff2"), url(../fonts/SamsungOne-200_v1.0.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungOne;
    font-style: normal;
    font-weight: 300;
    src: local("SamsungOne"), url(../fonts/SamsungOne-300_v1.0.woff2) format("woff2"), url(../fonts/SamsungOne-300_v1.0.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungOne;
    font-style: normal;
    font-weight: 400;
    src: local("SamsungOne"), url(../fonts/SamsungOne-400_v1.0.woff2) format("woff2"), url(../fonts/SamsungOne-400_v1.0.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungOne;
    font-style: normal;
    font-weight: 450;
    src: local("SamsungOne"), url(../fonts/SamsungOne-450_v1.0.woff2) format("woff2"), url(../fonts/SamsungOne-450_v1.0.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungOne;
    font-style: normal;
    font-weight: 500;
    src: local("SamsungOne"), url(../fonts/SamsungOne-500_v1.0.woff2) format("woff2"), url(../fonts/SamsungOne-500_v1.0.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungOne;
    font-style: normal;
    font-weight: 600;
    src: local("SamsungOne"), url(../fonts/SamsungOne-600_v1.0.woff2) format("woff2"), url(../fonts/SamsungOne-600_v1.0.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungOne;
    font-style: normal;
    font-weight: 700;
    src: local("SamsungOne"), url(../fonts/SamsungOne-700_v1.0.woff2) format("woff2"), url(../fonts/SamsungOne-700_v1.0.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungOne;
    font-style: normal;
    font-weight: 800;
    src: local("SamsungOne"), url(../fonts/SamsungOne-800_v1.0.woff2) format("woff2"), url(../fonts/SamsungOne-800_v1.0.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungSharpSans-Regular;
    font-style: normal;
    src: local("SamsungSharpSans"), url(../fonts/SamsungSharpSans-Regular.woff2) format("woff2"), url(../fonts/SamsungSharpSans-Regular.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungSharpSans-Medium;
    font-style: normal;
    src: local("SamsungSharpSans"), url(../fonts/SamsungSharpSans-Medium.woff2) format("woff2"), url(../fonts/SamsungSharpSans-Medium.woff) format("woff");
}

@font-face {
    font-display: swap;
    font-family: SamsungSharpSans-Bold;
    font-style: normal;
    src: local("SamsungSharpSans"), url(../fonts/SamsungSharpSans-Bold.woff2) format("woff2"), url(../fonts/SamsungSharpSans-Bold.woff) format("woff");
}

html,
body {
    height: 100%;
}

body {
    /* width: 100vw; */
    /* height: 100vh; */
    position: relative;
    /* overflow-x: hidden; */
    background-color: #f5f5f5;
    font-family: SamsungOne, arial, sans-serif !important;

}

.bg-none {
    background-color: transparent;
}


.form-signin {
    /* padding: 15px; */
    height: calc(100vh - 112px);
    display: flex;
    align-items: center;
    justify-content: center;
}


.lightBg {
    background-color: var(--bgGray);
}

.btn,
.form-control {
    font-size: 14px;
}




.nav-light {
    background-color: white !important;
}

.bgGray {
    background-color: var(--bgGray);
    border-radius: 12px;
    padding: 15px 25px;
    position: relative;
}

.bgGray small {
    font-size: 11px;
    font-family: SamsungOne;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bgGray p {
    font-size: 13px;
    font-family: SamsungOne;
    font-weight: 500;
    margin-top: 0px;
    margin-bottom: 0px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.bgGray input[type="text"] {
    padding: 0px 5px;
    font-size: 13px;
}

.bgGray input[type="text"]:disabled {
    border: 0;
    background: none;
    min-height: 19px !important;
    padding: 0;
    font-size: 13px;
    position: relative;
    top: -2px;
}

.update-btn {
    background-color: #2E6DCC;
    position: absolute;
    right: -11px;
    width: 30px;
    height: 30px;
    border: 0px;
    border-radius: 50px;
    font-size: 12px;
    color: white;
}

.update-btn i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    font-size: 20px;
}

.update-btn i.bi-pencil-fill {
    font-size: 13px;
}



.bgMain h3 {
    font-size: 18px;
    font-family: SamsungSharpSans;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 0px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.bgMain h4 {
    font-size: 22px;
    font-family: SamsungSharpSans;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.form-label {
    font-size: 14px;
    font-family: SamsungOne;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
}

.bgMain h5,
.offersBenefit h3 {
    font-size: 18px;
    font-family: SamsungSharpSans;
    font-weight: 700;
    margin-top: 8px;
    margin-bottom: 0px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.offersBenefit a,
.ribbon p {
    font-size: 12px;
    font-family: SamsungOne;
    font-weight: 500;
    margin: 0;
}

.ribbon span,
.profile {
    font-size: 16px;
    font-family: SamsungSharpSans;
    font-weight: 700;
    line-height: 30px;
}

.ribbon>div {
    position: relative;
    margin-top: 2px;
}

.ribbon img {
    position: absolute;
    left: 0;
}

.offerBox {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
}

.bgMain h5+h5 {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.bodyContent {
    position: relative;
    z-index: 4;
    /* top: -50px; */
    background-color: white;
    border-radius: 25px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: transparent !important;
    min-width: 350px;
    max-width: 480px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.bodyContent .titleBody {
    font-size: 14px;
    font-weight: 600;
    font-family: SamsungOne;
    margin-bottom: 5px;
}

.header-box {
    font-family: SamsungSharpSans-Bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
}

.prodCard {
    padding: 10px;
    border-radius: 10px;
    background-color: white;
    position: relative;
}

.prodCard .prodTitle {
    font-size: 12px;
    font-family: SamsungSharpSans;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 8px;
}

.prodCard .prodSubTitle {
    font-size: 12px;
    font-weight: 600;
    font-family: SamsungOne;
    margin: 0;
}

.prodCard .titleTxt {
    font-size: 9px;
    font-weight: 600;
    font-family: SamsungOne;
    width: 60px;
    text-align: center;
}

.prodCard .offerBadge {
    background-color: rgb(255, 0, 0);
    color: white;
    font-size: 8px;
    font-weight: 600;
    font-family: SamsungOne;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.bgImage {
    background-color: #F5F5F5;
    border-radius: 10px;
    width: 69px;
    height: 67px;
    position: relative;
}

.bgImage img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


/* capctha  */
.bg-white {
    background-color: white;
}

.capctha {
    background-color: var(--capcthaBg);
    border: 1px solid #EFEFEF;
}

.refresh,
.capctha canvas {
    height: 55px;
}

canvas {
    max-width: 100%;
}

.otpinput {
    width: 14vw !important;
    max-width: 40px !important;
    height: 48px !important;
    text-align: center !important;
    border: none !important;
    border-radius: 10px !important;
    background-color: #efefef !important;
    font-size: 18px !important;
}

.otpinput:focus {
    border-bottom: 1.5px solid #000;
    outline: 0
}

.otpinput:first-child {
    margin-left: 0
}

.otpinput:last-child {
    margin-right: 0
}

.otpGroup {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

.otpBdy .titleBody {
    font-size: 12px !important;
    font-weight: 700;
    font-family: SamsungOne;
    margin-bottom: 5px
}

.otpBdy .resendOtp.btn.disabled,
.otpBdy .resendOtp.btn:disabled {
    color: var(--bs-btn-disabled-bg);
    pointer-events: none;
    background-color: transparent;
    border-color: transparent;
    opacity: var(--bs-btn-disabled-opacity)
}


.footerBdy {
    font-size: 10px;
    font-weight: 400;
    font-family: SamsungOne;
    margin-bottom: 2px;
    text-align: justify;
}

.otpBdy .footerBdy>a {
    text-decoration: none;
}

/* Password  */
.hide-reveal>input[type="password"]::-ms-reveal {
    display: none;
}

.hide-focus:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #ced4da !important;
}

.show_hide_password input {
    /* to hide the left border corners of button */
    z-index: 10;
}

.show_hide_password button {
    border-color: #ced4da #ced4da #ced4da transparent !important;
}


.placeholder-italics:placeholder-shown {
    font-style: italic;
}

.rounded-pill-end {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

.rounded-pill-start {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

.mw-max-c {
    max-width: max-content;
}

.rounded-4 {
    border-radius: 0.5rem !important;
}

/* OuterBody */
.outerBdy {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;

}

.qrCode {
    max-width: 200px;
}

.dealerInfo .titleBody {
    font-size: 18px;
    font-weight: 500;
    font-family: SamsungOne;
    margin-bottom: 2px;
}

.productCategory {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.prod {
    display: flex;
    padding: 2px 2.5vw;
    align-items: center;
    border: 1px solid #D4D4D4;
    border-radius: 50px;
    width: fit-content;
    align-items: center;
    margin: 5px 8px 5px 0px;
    height: 42px;
    min-width: fit-content;
    justify-content: center;
}

.prod img {
    margin: 0;
    padding: 0;
    margin-left: 5px;
}

.prod p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 13px;
    font-weight: 600;
    font-family: SamsungOne;
    margin-left: 5px;
}

.verifyTxt a,
.verifyTxt label {
    font-size: 12px;
    font-weight: 500;
    font-family: SamsungOne;
    margin-bottom: 0px;
}

.userProfile {
    font-size: 16px;
    font-weight: 500;
    font-family: SamsungOne;
    margin-bottom: 0px;
}

.userProfile span {
    font-size: 16px;
    font-weight: 700;
    font-family: SamsungOne;
    margin-bottom: 0px;
}

/* lightbtn */

.blueLightBtn {
    background-color: #F0F7FF;
    color: #044EAE;
    font-size: 12px;
    font-weight: 500;
    font-family: SamsungOne;
}

.timer {
    font-size: 12px;
    font-weight: 500;
    font-family: SamsungOne;
}

.resendOtp {
    font-size: 14px;
    font-weight: 700;
    font-family: SamsungOne;
    text-decoration: underline;
    cursor: pointer;
}

.smallMob {
    color: #047000;
    font-size: 12px;
    font-weight: 500;
    font-family: SamsungOne;
}

.congratsHeading {
    font-family: SamsungSharpSans-Bold;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
}

.normalText {
    font-size: 14px;
}

.normalText2 {
    font-size: 16px;
    font-weight: 800;
    font-family: SamsungOne;
}

.form-check {
    font-size: 14px;
}


.loaderMsg {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

/* Media Query  */
/* Media Query for small device */
@media screen and (min-device-width: 310px) and (max-device-width: 768px) {

    .bodyContent {
        width: 100%;
        max-width: 100%;
        box-shadow: none !important;
        background-color: transparent;
        padding: 20px 30px !important;
    }

    .form-signin {
        position: relative;
        top: 50px;
    }
}

.invalid-feedback {
    font-size: 10px;
}

#loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 999999;
    overflow: hidden;
    background: rgba(255, 255, 255, .43);
    border-radius: 0;
    box-shadow: 0 4px 30px rgba(0, 0, 0, .1);
    backdrop-filter: blur(6.7px);
    -webkit-backdrop-filter: blur(6.7px);
    border: 1px solid rgba(255, 255, 255, .3)
}

.loader-17 {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid #000;
    border-right: 3px solid transparent;
    animation: rotation 1s linear infinite;
    top: calc(50% - 24px);
    position: absolute;
    left: calc(50% - 24px)
}

@keyframes rotation {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.col-blue{
    color: #2089fe;
}

.font-bold{
    font-weight: 800;
}


.invalid-msg .invalid-feedback{
    font-size: 16px !important;
}


.error-color{
    color: #dc3545;
}

.tncText {
    font-family: SamsungOne;
    font-size: 9px;
    font-weight: 400;
    text-decoration: none;
    color: #000
}

.tncText sup{
    font-weight: 900;
    font-size: 9px;
    top: -2px;
}

.autoRedirect {
    color: #41ac0d;
    font-weight: 500;
    font-family: SamsungOne;
}