/*
--------------------------------------------------------------------------------------------------------
* Project    :                                                                                         *
* Author     : piyush Tapaniya | +91 83060 05795                                                       * 
* Support    : piyush.tapaniya90@gmail.com                                                             * 
*------------------------------------------------------------------------------------------------------- 
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/

/*================================================
[  Table of contents  ]
================================================== 
:: general css Style
   :: google font
   :: basic style     
   :: headings
   :: button style
   :: helper classes 
   :: section title
   :: box border
   :: custome class 
:: scrollbar CSS
:: back to top CSS
:: loader CSS
:: animations 
==================================================
[ End table content ]
================================================*/

@charset "UTF-8";
/*================================================
    :: general css Style
==================================================*/

/* :: google font */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans: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');



/* :: basic style  */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    list-style: none;
    word-wrap: break-word;
}

body, html {
    height: 100%;
}
body {
    font-family: 'Work Sans', sans-serif;
    background-color: #ffffff;
    color: #000;
}

p { 
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}

img {
    max-width: 100%;
    height: auto;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    text-decoration: none;
    color: inherit;
}


ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

button {
    outline: none;
    border: 0;
    cursor: pointer;
    background: transparent;
}

button:focus {
    outline: none;
    outline: 0;
}

iframe {
    width: 100%;
    border: 0px;
}

/* :: Form */
textarea {
    resize: none;
}

/* select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
} */

input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

::-moz-selection {
    background: #EA4335;
    color: #ffffff;
    text-shadow: none;
}

::selection {
    background: #EA4335;
    color: #ffffff;
    text-shadow: none;
}

/* :: headings */

/* :: Font h1 */
h1 {
    font-size: 62px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h1 {
        font-size: 52px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 42px;
    }
}

/* :: Font h2 */
h2 {
    font-size: 52px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h2 {
        font-size: 42px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h2 {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    h2 {
        font-size: 32px;
    }
}

/* :: Font h3 */
h3 {
    font-size: 32px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h3 {
        font-size: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h3 {
        font-size: 26;
    }
}

@media only screen and (max-width: 767px) {
    h3 {
        font-size: 26;
    }
}

/* :: Font h4 */
h4 {
    font-size: 28px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 767px) {
    h4 {
        font-size: 24px;
    }
}

/* :: Font h5 */
h5 {
    font-size: 22px;
}

@media only screen and (max-width: 767px) {
    h5 {
        font-size: 22px;
    }
}

/* :: Font h6 */
h6 {
    font-size: 18px;
}

@media only screen and (max-width: 767px) {
    h6 {
        font-size: 18px;
    }
}

.owl-dots {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}
.owl-dots button {
    height: 12px;
    width: 12px;
    background: #dcdcdc !important;
    display: inline-block;
    margin: 0 4px;
    border-radius: 15px;
}
.owl-dots button.active{
    background: #EA4335 !important;
}


/* :: button style */
.button-style {
    display: inline-block; 
    padding: 12px 30px;
    border-radius: 10px;
    border: 1px solid #396FFA;
    background: #396FFA;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    overflow: hidden;
} 

.button-style:hover {
    background: #2356d6;
    color: white; 
}

.button-style:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
}
.button-style.button-green{
    background: #0C8E19;
    border-color: #0C8E19;
}
.button-style.button-green:hover{
    background: #05660f;
}

.button-info {
    display: inline-block;
    vertical-align: top;
    padding: 8px 30px;
    border-radius: 30px;
    border: 1px solid #EA4335; 
    color: #000;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    z-index: 5;
    overflow: hidden; 
} 

.button-info:hover {
    background: #aaa046;
    color: #000;
    border-color: transparent;
}

/* :: helper */
.text-gray {
    color: #000 !important;
}

.text-white {
    color: #ffffff !important;
}

.text-black {
    color: #000000 !important;
}

.text-color {
    color: #4285F4 !important;
}
.text-green{
    color: green;
}
.text-red{
    color: red;
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-color {
    background-color: #396FFA !important;
}

.bg-01 {
    background-color: #000 !important;
}

.bg-02 {
    background-color: #f1f1f1 !important;
}
.bg-gradient{
    background: linear-gradient(to right, #ffe8e3, #ffede2, #fff2e3, #fff7e5, #fffde8);
}
.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 1.5rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 1.5rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.5rem;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 1.5rem;
}

/* :: form */
.form-control {
    height: 46px;
}

.form-control:focus {
    background-color: transparent;
}

.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group input[type="email"],
.form-group select {
    position: relative;
    display: block;
    width: 100%;
    line-height: 28px;
    padding: 10px 25px;
    border-radius: 0px;
    background: transparent;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    line-height: 24px;
    padding: 15px 25px 25px;
    color: #000;
    height: 185px;
    background: transparent;
    color: #ffffff;
    resize: none;
    border-radius: 0px;
    border: 1px solid #d3d3d3;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

label.error {
    display: block;
    padding: 5px 0px 0px;
    margin: 0px;
    text-transform: capitalize;
    font-size: 14px;
    color: #ff0000;
    font-weight: 500;
}

input.error,
select.error,
textarea.error {
    border-color: #ff0000 !important;
}



/* input effect */
.input-container {
    position: relative;
    border: 1px solid #396FFA;
    border-radius: 5px !important; 
}

.input-error {
    border: 1px solid red;
}

.input {
    box-sizing: border-box;
    color: #000;
    font-size: 15px;
    height: 50px !important;
    outline: 0;
    padding: 12px 17px 12px 17px;
    width: 100%;
    border: none !important;
    border-radius: 5px !important;
    background: transparent;
    font-weight: 500;
}

textarea.input {
    height: 100px !important;
}

.input-error-text {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: -18px;
}

.placeholder {
    color: #396FFA;
    left: 20px;
    line-height: 14px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: 18px;
    margin: 0;
    background-color: #fff;
    opacity: 1;
    font-size: 15px;
    font-weight: 500;
}

.input:focus~.placeholder,
.input:not(:placeholder-shown)~.placeholder {
    transform: translateY(-26px) translateX(-20px) scale(0.75);
    padding: 0 10px;
    left: 30px;
    background: #fff;
    font-size: 18px;
} 


/*radio button stype*/ 
[type="radio"]:checked,
[type="radio"]:not(:checked) {position: absolute; left: -9999px; }
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {position: relative; padding-left: 24px; cursor: pointer; display: inline-block;}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {content: ''; position: absolute; left: 1px; top: 4px; width: 18px; height: 18px; border: 1px solid #c1c1c1; border-radius: 100%; background: #fff; }
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {content: ''; width: 12px; height: 12px; background: #EA4335; position: absolute; top: 7px; left: 4px; border-radius: 100%; -webkit-transition: all 0.2s ease; transition: all 0.2s ease; }
[type="radio"]:not(:checked) + label:after {opacity: 0; -webkit-transform: scale(0); transform: scale(0); }
[type="radio"]:checked + label:after {opacity: 1; -webkit-transform: scale(1); transform: scale(1); }


.dropdown-menu.show {
    display: block;
    background: #fff;
    box-shadow: 0px 0px 22px -4px rgba(11, 26, 56, .1);
    border: none;
}
/*-------------------------------------------------
:: scrollbar CSS 
-------------------------------------------------*/

 

/*================================================
:: back to top CSS
==================================================*/
.scrollToTop {
    position: fixed;
    bottom: 0;
    right: 30px;
    padding: 10px 6px;
    background: #EA4335;
    font-weight: 600;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    border-radius: 25px;
    z-index: 99;
    cursor: pointer;
    transition: all 1s;
    transform: translateY(100%);
}
  .scrollToTop i {
    -webkit-animation: scroll-down 2s infinite;
    -moz-animation: scroll-down 2s infinite;
    -o-animation: scroll-down 2s infinite;
    animation: scroll-down 2s infinite;
    font-size: 15px;
    margin-bottom: 10px;
  }
  .scrollToTop span {
    display: block;
    color: #ffffff;
  }
  
  .scrollToTop.active {
    bottom: 30px;
    transform: translateY(0%);
  } 
  
  .scrollToTop:hover, .scrollToTop:focus {
    color: #ffffff;
  }

/*================================================
:: loader CSS
==================================================*/
.loader-box {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background: #4285F4;
    z-index: 99999;
} 

.loader-round {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 7px solid #EDF1F2;
    border-top: 7px solid #000;
    animation: rotate 2s infinite ease;
} 

/*================================================
:: animations
==================================================*/
@keyframes bounce {
    0%,
    50%,
    100% {
        transform: scaleY(1);
        border-radius: 50%;
    }
    25%,
    75% {
        transform: translateY(-100px) rotateY(360deg) scaleX(0.66) scaleY(1.25);
        border-radius: 50%;
    }
    15%,
    40%,
    65%,
    90% {
        transform: translateY(10px) scaleX(1.25) scaleY(0.5);
        border-bottom-left-radius: 25%;
        border-bottom-right-radius: 25%;
    }
}
@keyframes scroll-down {
    0% {
      transform: translateY(0);
    }
  
    50% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(0px);
    }
}
@keyframes rotate{
    0%{transform: none;}
    100%{transform: rotate(1turn)};     
}


/*================================================
:: Login/Register/OTP Page
==================================================*/ 
.login-area{
    display: flex;
    align-items: center;
    height: 100%;
}
.login-gird-list{
    border: 1px solid #396FFA;
    border-radius: 20px;
    padding: 50px;
}
.input-container{
    margin-bottom: 20px;
}
.input-container.with-icon img{ 
    position: absolute;
    right: 15px;
    top: 12px;
}
.input-container.with-icon .profile-flag{ 
    display: flex;
    position: absolute;
    left: 15px;
    top: 15px;
}
.with-icon a {
    position: absolute;
    right: 10px;
    top: 12px;
    z-index: 2;
    font-size: 14px;
    opacity: 0.5;
}
.welcome-text h1{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #4285F4;

}
.input-otp{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
    margin: 0 30px;
}
.input-otp .input{
    border-bottom: 1px solid #396FFA !important;
    border-radius: 0 !important;
    padding: 0 !important;
    text-align: center;
    font-size: 24px !important;
}


.banner-slider .owl-thumbs {
    display: none;
}

.steps-title h1{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #4285F4;
}

.single-name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-name span { 
    font-size: 14px;
    font-weight: 500;
}

.skill-progress-wapper .single-progressbar {
    margin-bottom: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
}
.skill-progress-wapper .single-progressbar .progressbar {
    position: relative;
    width: 100%;
    height: 10px; 
    border-radius: 50px;
    background-color: #C1C1C1;
}
.skill-progress-wapper .single-progressbar .progressbar .progress-bar-count {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 0;
    background: linear-gradient(180deg, #0C8E19 0%, #014E09 100%);
    box-shadow: -5px 8px 9px 0px #3D5D9C40;

    border-radius: 50px; 
    transition: all 800ms linear;
}
.skill-progress-wapper .single-progressbar .progressbar .progress-bar-count::before {
    content: "";
    position: absolute;
    background: url(../../assets/images/crown.png);
    color: #fff;
    font-family: var(--title-fonts);
    font-size: 10px;
    font-weight: 600;
    top: -29px;
    right: 0;
    transform: translateX(50%);
    line-height: 15px;
    height: 23px;
    width: 23px;
} 

.page-title h2{
    font-size: 24px;
    font-weight: 600;
    color: #4285F4;
}

.rewards-card{
    position: relative;
    margin-bottom: 30px;
}
.rewards-card .rewards-imge{
    position: relative;
    border-radius: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}
.rewards-card .rewards-imge img{
    width: 100%;
}
.rewards-card .rewards-imge img.lock {
    width: auto;
    position: absolute;
    left: 20px;
    top: 20px;
}
.rewards-card .rewards-content .rewards-card-name{
    font-size: 18px;
    margin-bottom: 15px;
}
.content-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-text a{
    background-color: #0C8E19;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 12px;
    line-height: normal;
    padding: 10px;
}
.content-text a:hover{
    background-color: #087913;
}

.try-spin img{
    width: 100%;
    border-radius: 20px;
}


/* footer */
.footer-area {
    padding: 30px 0 50px 0;
    background-color: #282424;
}
.footer-link ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 15px;
}
.footer-link ul a,
.footer-link ul span{
    color: #fff;
    font-size: 13px;
}
.copyright-text{
    text-align: center;
}
.copyright-text p{
    color: #fff;
    font-size: 13px;
}


/* product */
.product-filters .product-filters-item{
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f6f5ff;
    border: 1px solid #edecf7;
} 
.filters-dropdown .filters-dropdown-name{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 10px;
    cursor: pointer;
    background-color: #f1f0fa;
    margin-bottom: 5px;
}
.filters-dropdown  .filter-data a {
    padding: 3px 10px;
    display: inline-block;
    font-size: 14px;
}
.product-filters .product-filters-item .product-filters-list .filters-dropdown-name::after{
    content: "+";
    position: absolute;
    height: 44px;
    width: 44px;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: none;
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 600;
    z-index: 2;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.product-filters .product-filters-item .product-filters-list .filters-dropdown-name[aria-expanded="true"]::after {
    content: "-";
}

.sortby {
    display: flex; 
    justify-content: flex-end;
    align-items: center;
}
.sortby select {
    background-color: #fff;
    border: 1px solid #396FFA;
    height: 38px;
    line-height: normal;
    font-size: 14px;
    width: 220px;
    padding-left: 10px;
    margin-left: 10px;
    border-radius: 10px 0 0 10px;
}
.sortby .sortby-search {
    background-color: #396FFA;
    height: 38px;
    width: 38px;
    border-radius: 0 10px 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-card{
    position: relative;
    border: 1px solid #E1E0FF;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}
.product-card .product-card-image{
    position: relative;
    overflow: hidden;
}
.product-card .product-card-image img{
    width: 100%;
}
.product-card .product-card-content {
    padding: 20px;
}
.product-card .product-card-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.product-card .product-card-content p {
    font-size: 14px;
    margin-bottom: 10px;
}
.product-card:hover .product-card-image img{
    transform: scale(1.1);
}


/* product details */
.details-gallery .owl-item {
    border: 1px solid transparent;
}

 
.details-gallery {
    display: flex;
    flex-direction: row-reverse;
}

.details-gallery .owl-thumbs {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.details-gallery .owl-thumbs button {
    width: 120px;
    border: 1px solid transparent; 
    overflow: hidden;
}
.details-gallery .owl-thumbs button img {
    width: 100%;
} 
.details-gallery .owl-thumbs button.active {
    border-color: #396FFA;
}
.sticky-column .sticky-box {
    position: sticky;
    position: -webkit-sticky;
    top: 10px;
}
.details-gallery .gallery-slider {
    display: flex !important;
    flex-direction: row-reverse;
    gap: 20px;
}
.product-details-title {
    border: 1px solid #396FFA;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.product-details-title h2{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
}
.product-details-title p{
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}
.product-details-price {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.mrp {
    position: relative;
}
.product-details-price .mrp:after {
    content: "";
    position: absolute;
    right: -22px;
    background: #000;
    width: 2px;
    height: 100%;
    top: 0;
}
.product-button {
    flex: 1;
}

.watching,
.description,
.highlights,
.specifications{
    border: 1px solid #396FFA;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 20px;
}
.description p{
    font-size: 16px;
    line-height: normal;
}
.highlights ul{
    padding-left: 20px;
}
.highlights ul,
.highlights ul li{
    list-style-type: disc;
}
.specifications ul li {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
}
.specifications ul li span:nth-child(1) {
    width: 150px;
    display: inline-block;
}
.specifications ul li span:nth-child(2) {
    flex: 1;
    font-weight: 500;
}

.details-gallery .owl-carousel .owl-item img {
    width: auto !important;
}
 
.check-out-product{
    display: flex;
    gap: 10px;
}
.check-out-content {
    flex: 1;
}
.check-out-product {
    display: flex;
    gap: 10px;
    border: 1px solid #8D8D8D;
    border-radius: 10px;
    padding: 5px;
}
.check-out-content .desc,
.checkout-btn p{
    font-size: 14px;
    line-height: normal;
}
.checkout-check{
    text-align: center;
}
.checkout-check label{
    font-size: 14px;
    line-height: normal;
} 
.thankyou-area.pt-30.pb-30 {
    min-height: calc(100vh - 235px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.thankyou-item {
    position: relative;
    background-color: #396FFA;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
}
.thankyou-image {
    margin-bottom: 20px;
    margin-top: -95px;
}
.thankyou-content p {
    color: #fff;
    font-size: 16px; 
    margin-bottom: 20px;
}
.thankyou-content h6 {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: normal; 
}

.points-table {
    box-shadow: 0px 4px 11px 0px #00000040;
    padding: 50px;
    border-radius: 20px;
}
.points-table thead tr th {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #EA4335;
    color: #fff; 
    font-weight: normal;
}
.points-table tbody tr td {
    font-size: 16px;  
    padding: 10px 20px;
    vertical-align: middle;
}
.points-table .table>:not(:first-child) {
    border-top: 0 solid currentColor;
}
.table-description{
    width: 80%;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #f1f1f1 !important;
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 10px;
}
.accordion-button:not(.collapsed) {
    color: #000;
    background-color: #EA433512;
    box-shadow: none; 
}


.order-item {
    border: 1px solid #E9E9E9;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 20px;
}
.order-header {
    background-color: #396FFA;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
.order-left {
    display: flex;
    gap: 40px;
}
.order-header p,.order-left span,.order-right a{
    color: #fff;
    font-size: 12px;
    line-height: normal;
}
.order-right {
    text-align: end;
}
.order-content {
    padding: 10px 20px;
}
.order-content .check-out-product{
    border: none;
}
.order-content .check-out-product .check-out-imge img{
    border-radius: 10px;
}

.chart-item {
    border: 1px solid #396FFA;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


.retailers-item{
    border: 1px solid #396FFA;
    border-radius: 20px;
    padding: 50px 30px;
    margin-top: 20px;
}
.retailers-top {
    text-align: end;
    margin-bottom: 40px;
    position: relative;
}
.retailers-crown {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #EA4335;
    border-radius: 12px;
    left: 20px;
    top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.retailers-top p {
    border-bottom: 1px solid #8D8D8D;
    padding-bottom: 5px;
    font-size: 14px;
}
.retailers-bottom p {
    font-size: 14px;
    line-height: normal;
}


.help-desk-area {
    min-height: calc(100vh - 235px);
    display: flex;
    justify-content: center; 
}

.contact-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}

.contact-info i {
    color: #396FFA;
    font-size: 30px;
    margin-right: 16px;
}

.contact-info .address-info {
    color: #000;
}


.profile-wapper {
    box-shadow: -7px 8px 14px 0px #00000040;
    border-radius: 20px;
    overflow: hidden;
}
.profile-header {
    background-color: #396FFA;
    padding: 20px 50px;
    position: relative;
}
.profile-header .shield{
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.profile-user{
    display: flex;
    align-items: center;
    gap: 20px;
}
.profile-image {
    width: 72px;
    height: 72px;
    border-radius: 50px;
    overflow: hidden;
    border: 1px dotted #fff;
    padding: 3px;
}
.profile-image img {
    width: 72px;
    border-radius: 50px;
}
.profile-content {
    padding: 50px;
}

.spin-wapper{
    position: relative;
    background-color: #0C8E19;
    padding: 100px 20px 60px 20px;
    text-align: center;
    border-radius: 20px;
    width: 300px;
    margin: 0 auto;
}
.spin-top-icon {
    margin-top: -140px;
    margin-bottom: 40px;
}
#congratulations .modal-content {
    background-color: transparent;
    border: none;
    box-sizing: border-box;
}

#congratulations .modal-content .congratulations-area-box {
    background-color: #0C8E19;
    border: none;
    padding: 80px 30px 30px 30px;
    border-radius: 20px;
}

.congratulations-icon {
    margin-top: 30px;
    margin-bottom: -60px;
    z-index: 2;
    position: relative;
    text-align: center;
}


/* Company Css */

.report-filters ul li a{
    font-size: 16px;
    font-weight: 500;
    position: relative;
    padding: 5px 0;
    margin-bottom: 5px;
    display: inline-block;
}
.report-filters ul li a.active{ 
    color: #396FFA; 
}
.mange-table table .names{
    width: 60%;
} 

 
.toggle {
    cursor: pointer;
    position: relative;
    display: inline-block;
}
.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 40px;
    height: 24px;
    position: relative;
    vertical-align: middle; 
}
.toggle-switch:before, .toggle-switch:after {
    content: "";
}
.toggle-switch:before {
    display: block;
    background: #000;
    border-radius: 50%; 
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.25s;
} 
 
.toggle-checkbox:checked + .toggle-switch:before {
    left: 17px;
    background: #34A853;
}
.toggle-checkbox {
    position: absolute;
    visibility: hidden;
} 


.page-height{
    min-height: calc(100vh - 234px);
    display: flex;
    justify-content: center;
}






 
.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__btn {
    display: inline-block;
    font-weight: 600;
    color: #fff;
    text-align: center;
    min-width: 116px;
    padding: 12px 30px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #EA4335;
    border-radius: 10px;
}

.upload__btn p {
    color: #fff;
}

.upload__btn:hover {
    background-color: #225fc2;
}

.upload__btn-box {
    margin-bottom: 10px;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap; 
}

.upload__img-box {
    width: 100px;
    padding: 0 5px;
    margin-bottom: 0;
}

.upload__img-close {
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 5px;
    right: 5px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

.upload__img-close:after {
    content: '\2716';
    font-size: 12px;
    color: white;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}

.upload__img-hover label {
    font-size: 11px;
    display: flex;
    gap: 4px;
}

.upload__img-hover {
    transform: translate(0, -20px);
    opacity: 0;
    transition: 0.3s;
}
.upload__img-box:hover .upload__img-hover {
    transform: translate(0, 0);
    opacity: 1;
}
.upload__img-wrap .upload__img-box:nth-child(1) .upload__img-hover {
    display: none;
}  
.catalog-filter{
    display: flex;
    justify-content: end;
    gap: 20px;
    flex-wrap: wrap;
}
.add-rewards-btns-wappers {
    display: flex;
    align-items: center;
}
.add-rewards-btns-wappers .add-rewards-btns{
    display: inline-block;
    padding: 8px 30px;
    border-radius: 10px;
    border: 1px solid #EA4335;
    background: #EA4335;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    overflow: hidden;
}
.add-rewards-btns-wappers .add-rewards-btns:hover {
    background: #087913; 
}
.action-item {
    display: flex;
    gap: 10px;
}


.mobile-filter {
    background-color: #fff;
    border: 1px solid #EA4335;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}
.mobile-filter-title h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.filter-colose, .mobile-filter{
    display: none;
}

.retailer-details-box{
    box-shadow: 0px 4px 11px 0px #00000040;
    padding: 30px;
    border-radius: 20px;
}
.select-catalog select {
    padding: 9px 11px;
    border-radius: 10px;
    border: 1px solid #EA4335;
    background: #EA4335;
    color: white;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}