:root {
    --var-green-1: #60B922;
    --var-orange-1: #f78f1e;
    --var-blur-1: #3969f5;
    --var-red-1: #ea8423;
    --var-bg-main: #fff;
    --var-border-color: #ddd;
    --var-bg-light: #f6f6f6;
    --var-bg-light-2: #f0f0f0;
    --var-bg-grey: #ddd;
    --var-text-color: var(--var-text-color);
}

*>* {
    transition: 0.1s all ease !important;
}

body {
    background-color: var(--var-bg-light);
    font-family: "Inter", sans-serif;
    position: relative;
}

.mc-loader {
    width: 100%;
    max-height: 100vh;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    display: flex;
    justify-content: center;
    /* background-color:#eee9; */
    backdrop-filter: blur(2px);
}

.mc-loader img {
    width: 180px;
    height: 180px;
    margin: auto;
}


.header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.container {
    display: flex;
    flex-flow: column;
    align-items: space-around;
    justify-content: center;
    max-width: 600px;
    margin: 50px auto 0;
    padding: 2rem;
    background-color: var(--var-bg-main);
    border-radius: 10px;
    box-shadow: 0px 0px 10px var(--var-border-color);
}

.container h1 {
    font-size: 32px;
    font-weight: 500;
    color: var(--var-text-color);
}

.container h2 {
    font-size: 20px;
    color: var(--var-text-color);
    margin-bottom: 10px;
}

.container h3 {
    font-size: 14px;
    color: var(--var-text-color);
    padding: 10px 0;
    font-weight: 300;
    border-bottom: 1px solid #666;

}

.userInput {
    /* display: flex; */
    /* justify-content: center; */
    padding: 1rem 0rem 2rem;
}

.userInput .mobile-alert-label {
    border-radius: 0px 0px 10px 10px;
    padding: 4px 12px;
    text-align: left;
    font-size: 12px;
}

.userInput .mobile-alert-label.danger {
    /* background-color: #f0000034; */
    color: #ea8423;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 12px;
    text-align: left;
}

.userInput .mobile-alert-label.success {
    background-color: rgba(0, 128, 0, 0.226);
    color: green;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 12px;
    text-align: left;
}

.userInput .mobile-alert-label.primary {
    background-color: #2972f13f;
    color: #2974f1;
    border-radius: 0px 0px 10px 10px;
    padding: 4px 12px;
    text-align: left;
}

input.otp-value {
    margin: 10px;
    width: 35px;
    border: 2px solid var(--var-orange-1);
    outline: none;
    border-radius: 5px;
    text-align: center;
    font-family: arimo;
    font-size: 1.2rem;
    background: transparent;
    color: var(--var-text-color);
    font-family: 'Poppins', sans-serif;
}



button.btn-submit {
    width: 100%;
    color: var(--var-bg-main);
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 12px;
    border: none;
    outline: none;
    background-color: var(--var-orange-1);
    text-transform: capitalize;
    margin-bottom: 20px;

}

.countdown {
    text-align: center;
    color: var(--var-bg-main);
    padding: 2rem 0 0;
}

.faded {
    opacity: 0.7;
    cursor: not-allowed !important;
}

.header {
    z-index: 999;
    height: 80px;
    padding: 1rem 2%;
    box-shadow: 0px 0px 5px #aaa;
    background-color: var(--var-bg-main);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mc-header-buttons-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    margin-left: 7px;
    width: 180px;
    cursor: pointer;
    object-fit: cover;
}
.header2-logo {
    /* height: 50px; */
    width: 200px;
    cursor: pointer;
}

.login-logo {
    width: 100%;
    margin: auto;
    max-width: 120px;
}

.landing-page {
    background: var(--var-bg-light);
    min-height: 100vh;

}

.content-container {
    padding: 1rem;

}

.content {
    background-color: var(--var-bg-main);
    border-radius: 10px;
    box-shadow: 0px 0px 10px var(--var-bg-light);
    min-height: 70vh;
    padding: 1rem;
}

.phone-input {
    width: 100%;
    padding: 5px 12px;
    border: 1px solid #666;
    outline: none;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    background: transparent;
    color: var(--var-text-color);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    margin-bottom:15px;
}

.mc-product-list-container {
    /* background-color: var(--var-bg-main); */
    border-radius: 10px;
    /* box-shadow: 0px 0px 10px var(--var-bg-light); */
    min-height: 70vh;
    padding: 0rem 1rem;

}

.mc-product-list-container h3.total-items {
    margin-left: 10px;
    font-size: 20px;
    font-weight: 400;
}

.mc-coupon-page-header {
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    /* box-shadow: 0px 0px 10px #ddd; */
}



/* .mc-product-list {
    min-height: 70vh;
} */


.mc-product-item {
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: var(--var-bg-main);
    box-shadow: 0px 0px 5px var(--var-bg-light);
    border-radius: 10px;
    margin-bottom: 20px;
}

.mc-product-item .mc-product-serial-number {
    padding: 8px;
    font-size: 16px;
}

.mc-product-item .mc-product-image-container {
    margin-top: 1%;
    width: 100%;
    max-width: 200px;
    padding: 8px;
    margin-right: 10px;
}

.mc-product-item .mc-product-image-container .mc-product-image {
    margin: auto;
    width: 80%;
    border-radius: 10px;
}

.mc-product-item .mc-product-desc-container {
    padding: 1rem;
    margin-right: 10px;
}

.mc-product-item .mc-product-desc-container .mc-coupon-title {
    font-size: 16px;
}

.mc-product-item .mc-product-desc-container .mc-coupon-description {
    font-size: 15px;
}

.mc-product-item .mc-product-desc-container .mc-price-container {
    display: flex;
}

.mc-product-item .mc-product-desc-container .mc-price-container span {
    margin-right: 5px;
    font-size: 14px!important;
    font-weight: 500;
}

.mc-product-item .mc-product-desc-container .mc-price-container span.min-price {
    text-decoration: line-through;
    color: #666;
}

.mc-product-item .mc-product-desc-container .mc-price-container span.max-price {
    color: var(--var-blur-1);
}

.otp-container {
    text-align: center;
}

.mobile-container {
    text-align: center;
}

.mc-coupon-container {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mc-coupon-redeem-button {
    background-color: #ea8423;
    border: none;
    padding: 8px 18px;
    color: var(--var-bg-main);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 0px 10px var(--var-bg-light);

}

.btn-logout,
.btn-logout:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    font-size: 18px;
    font-weight: 500;
    color: var(--var-text-color);
}

.btn-logout i {
    margin-right: 10px;
}


.mc-coupon-code-container>h3 {
    font-size: 16px;
}

.mc-coupon-code-container .mc-price-container>span {
    font-size: 16px !important;
    font-weight: 400 !important;
}

.redeemed {
    background-color: #aaa !important;
    cursor: not-allowed !important;
}

.description {
    width: 100%;
    max-width: 250px;
    border-radius: 10px;
}

.mc-coupon-title {
    font-size: 1.25rem;
}

.mc-coupon-description {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    max-width: 100pc;
    text-overflow: ellipsis;
}

.mc-coupon-card,
.mc-coupon-pin {
    background-color: var(--var-bg-grey);
    font-size: 1rem;
    padding: 12px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.mc-coupon-card i,
.mc-coupon-pin i {
    margin-left: 10px;
    cursor: pointer;
}


.mc-check-gif {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}

.mc-modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mc-redeemed-coupon-details {
    padding: 1rem;
}

.mc-redeemed-coupon-details h3.mc-coupon-redeemed-text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.mc-redeemed-coupon-details p {
    text-align: center;
}

.mc-redeemed-coupon-details .mc-product-desc-container {
    margin: auto;
}

.mc-coupon-label {
    margin-bottom: 8px;
    color: #999;
    font-size: 12px;
    text-align: left !important;
}

@media (max-width:540px) {
    .mc-product-item {
        flex-direction: column;
    }

    .mc-product-item .mc-product-image-container {
        margin: 10px auto;
    }

    .mc-product-item .mc-product-desc-container {
        margin: 10px auto;
        max-width: none;
        width: 100%;
    }

    .mc-product-item .description {
        max-width: none;
    }

    .mc-product-item .mc-coupon-container {
        margin: auto;
    }

    .mc-product-item .mc-coupon-redeem-button {
        margin: 10px auto 0;
    }

    .mc-logout-button-text {
        display: none;
    }

    .btn-logout i {
        margin: 0;
    }
    .header-logo{
        width: 150px;
    }
    .header2-logo{
        width: 150px;
    }

    .mc-product-list-container {
        padding: 1rem 0;
    }
}

.redeemed-button,
.redeemed-button:hover {
    background-color: #ea8423;
}

.mc-theme-toggle-button-container {
    padding: 1rem;
    cursor: pointer;
}

.mc-coupon-redeem-button {
    width: 100%;
    margin: 5px auto;
}

.mc-footer {
    width: 100%;
    bottom: 0;
    box-shadow: 0px 0px 10000px 50px purple;
    height: 1px;
    z-index: -10;
    position: absolute;
}
.footer{
    background-color: rgb(48, 46, 46)!important;
}

.mc-loader-content-container {
    max-height: 100vh;
    overflow: hidden;
}

.whatsapp-button {
    background-color: #60B922;
    color: #fff;
}

.btn-outline-warning {
    color: black;
    background: unset;
    padding: 8px 18px;
}
.btn-outline-warning:hover{
    background: #ea8423!important;
}

.mc-pagination-buttons-container {
    display: flex;
    justify-content: end;
}

.mc-pagination-buttons-container button {
    margin: 10px;
    border-radius: 10px;
    font-size: 14px;
    padding: 4px 9px;
    outline: none;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ddd;
}

.mc-list-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0rem 2rem 2rem 2rem;
}


.bold {
    font-weight: 700;
}

.mc-coupon-card-text {
    overflow: hidden;
}

.mc-btn-status {
    background-color: #2a55ca;
    padding: 10px 18px;
    /* padding: 8px 20px; */
    border: none;
    outline: none;
    border-radius: 10px;
    color: #fff;
    margin:10px auto;
}

/* July 25 */

.mc-pending-image{
    max-width: 100%;
    width: 100%;
}
.mc-coupon-status-text{
    font-weight: 600;
    text-align: center;
}
.mc-container-activation{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

/* August 2, 2023 */
.mc-login-with-coupon-container{
    padding:1rem;
}
.mc-login-with-coupon-container .mc-or-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
.mc-or-container .mc-underline{
    height: 1px;
    width: 45%;
    background-color: #999;
}
.mc-or-container .mc-or{
    font-size: 18px;
    font-weight: 500;
    color: #999;
}
.mc-input-field{
    margin: 0px auto 20px;
}

.mc-product-item2{
    background-color: var(--var-bg-main);
    border-radius: 10px;
    padding: 1rem;
}

.mc-product-item2{
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}

.mc-product-image-container2{
    padding: 1rem;
}

@media (max-width:768px) {
    
    .mc-product-item2{
        flex-wrap: wrap;
    }
}


@media (max-width:400px) {
    
    .pidilite-logo{
        width: 25vw !important;
    }

    .header-logo.almond-logo{
        width: 30vw !important;
    }


}
