<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.post-login-header-logo {
    height: 25px;
}

.product-card {
    word-wrap: break-word;
}

.amado-nav ul li {
    margin-left: 20px;
}

.amado-nav ul li a {
    font-size: 14px;
    font-weight: 400;
}

.nav-links {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-section {
    background: #000;
    padding-top: 25px;
    padding-bottom: 25px;
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 101%;

}

.menubar span {
    position: relative;
    background-color: #fff;
    height: 2px;
    width: 20px;
    display: block;
    margin: 6px;
    border-radius: 20px;
}

body {
    margin: 0px 85px;
    background: #000;
}


/* Login Page Css */

.input-type {
    background: #fff;
    border: 0px;
    padding: 15px;
    box-shadow: 0px 1px 12px -1px #ddd;
    /* width: 400px; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.side-container {
    display: flex;
    background: #fff;
    /* margin: 18px 0px 0px 0px; */
    border-radius: 65px 0px 65px 65px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    height: 400px;
    width: 100%;
}

.home-container {
    /* display: flex; */
    background: #fff;
    /* margin: 18px 0px 0px 0px; */
    border-radius: 65px 0px 65px 65px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

.home-container img {
    border-radius: 65px 0px 0px 0px;
}

.dashboard-container {
    display: flex;
    background: #fff;
    /* margin: 18px 0px 0px 0px; */
    border-radius: 65px 0px 65px 65px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

.faq-container {
    display: flex;
    background: #fff;
    /* margin: 18px 0px 0px 0px; */
    border-radius: 65px 0px 65px 65px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.side-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.side-content img {
    height: 90px;
}

.submit-btn {
    width: 400px;
    background: #000;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 10px 0px 10px 10px;
}

.apply-btn {
    width: 80px;
    background: #000;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 10px 0px 10px 10px;
}

.resend {
    font-size: 15px;
    color: black;
    text-decoration: none;
}

#resendLink {
    font-size: 15px;
    color: #000;
}


div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #000 !important;

}

input:focus {
    outline: none !important;
    box-shadow: 0px 1px 12px -1px #ddd !important;
}

.error {
    color: grey;
    font-size: 14px;
}

.errors {
    margin-bottom: 10px;
}

.anchar-links:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.parent_div {
    display: flex;
    flex-direction: column;
}

.add_links {
    display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}

.hideBoxs {
    display: none;
}

.hyper_links {
    display: flex;
    flex-direction: row;
    justify-content: end;
}

#phoneNumber,
#otpNumber {
    text-align: center;
    width: 100%;
}

a[title="Login"] {
    background: #fff;
    color: #000;
    padding: 5px 10px;
    border-radius: 5px 0px 5px 5px;
}

/* Target the last &lt;li&gt; in the &lt;ul&gt; */

/* Contact CSS */

.contact-text {
    color: #000;
    font-size: 30px !important;
    /* text-align: center; */
}

.contact-text img {
    height: 90px;
}

.form-floating label {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}

.signup-form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}

.side-box-contact {
    display: flex;
    background: #fff;
    /* margin: 18px 0px 0px 0px; */
    border-radius: 65px 0px 65px 65px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    /* height: 80vh; */
    /* width: 1000px; */
    padding: 20px 30px;

}

.form-floating&gt;.form-control-plaintext~label,
.form-floating&gt;.form-control:focus~label,
.form-floating&gt;.form-control:not(:placeholder-shown)~label,
.form-floating&gt;.form-select~label {
    transform: scale(.85) translateY(-.3rem) translateX(.15rem);
}

/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #e9ecef inset !important;
}




/** Footer CSS */

.footer {
    background: #000;
    padding: 8px;
    /* position: fixed;
    bottom: 0; */
    /* width: calc(100% - 170px); */
    z-index: 99;
}

/* 

.col-sm-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
} */


/* a {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: white;
    font-weight: 400;
    font-size: 12px;
} */


a:hover,
a:focus {
    -webkit-transition: all 500ms ease 0s;
    transition: all 500ms ease 0s;
    text-decoration: none;
    outline: 0 solid transparent;
    color: #ded6d6d9;
    font-weight: 400;
    font-size: 12px;
}


.cst-btn-ten {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    min-width: 0;
    padding: 0;
    /* color:yellow; */
    background-color: black;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    border-radius: 12px;
}




.cst-btn-ten::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    z-index: 0;
    box-shadow: inset 0 0 0 35px #fff;
    -webkit-transform: scale3d(0.9, 0.9, 1);
    transform: scale3d(0.9, 0.9, 1);
    -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3;
    transition: box-shadow 0.3s, transform 0.3s;
}


.cst-btn-ten i {
    font-size: 14px;
    /* width: 45px; */
    line-height: 36px;
    text-align: center;
    position: relative;
    color: black;
    text-align: center;
}


.cst-btn-ten:hover::before {
    box-shadow: inset 0 0 0 2px #fff;
    background: #000;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}


.cst-btn-ten i:hover::before {
    color: white;
}

.cst-btn-ten:hover i {
    color: white;
}



.space-container::before {
    content: '\00a0\00a0';
    /* Unicode for non-breaking space */
    color: red;
    /* à¤¯à¤¾ à¤…à¤ªà¤¨à¤¾ à¤ªà¤¸à¤‚à¤¦à¥€à¤¦à¤¾ à¤°à¤‚à¤— */
}


.social1 a {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    word-spacing: 1px;
    font-family: 'Blender Pro' !important;
}


.social1 span {
    padding: 1%;
    color: #fff;
}


/* .col-lg-8{
    min-height: 0px!important;
} */


.footer_area {
    background-color: none !important;
    position: none;
}

/*  About css */


#about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
    justify-content: center;
    height: auto;
    width: 100%;
    padding-top: 30px;
    background: #fff;
    /* padding: 30px; */
}


.about-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* width: 98vw; */
    height: auto;
    padding-left: 50px;
    padding-right: 50px;
    flex-direction: row;
}


.about-first-paragraph {
    display: flex;
    align-items: center;
    justify-content: unset;
    flex-direction: column;
}

.about-first-paragraph {
    color: #000;
    justify-content: center;
    font-size: 20px;
    font-family: poppins;
    width: 50%;
    padding: 10px;
    font-weight: 400;
}


.about-header {
    height: auto;
    width: 100%;
    text-align: left;
    /* padding-left: 60px !important; */
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-family: raleway;
    color: #000;
    padding: 10px;
    /* font-weight: 900; */
}

.about-header .color {
    font-weight: 900;
}

.about-first-paragraph .color {
    font-size: 40px;
    font-weight: 900;
}

.color {
    color: #000;
    transition: all .4s ease;
}

.about-container {
    /* margin: 18px 0px 0px 10px; */
    border-radius: 65px 0px 65px 65px;
    padding: 20px;
}

.about-container p {
    padding-bottom: 20px;
}








/** Dashboard Css */

.header-image {
    float: right;
    background-size: cover;
    background-position: center;
    width: 100vw;
    height: 100vh;
}


.header-image img {
    float: right;
    width: 100vw;
}


img {
    overflow-clip-margin: content-box;
    overflow: clip;
}


/* CSS */


/* body{
    margin:0px !important;
} */


.parent_box {
    background: grey;
    padding: 10px 8px;
    border-radius: 10px 10px 0px 0px;
    position: absolute;
    right: 0;
    top: 78%;
    padding-bottom: 60px;

}


#reward-categories {
    padding-top: 20px;
}


.services-content {
    height: auto;
    width: 100%;
    overflow: hidden;
    text-align: center;
    background: grey;
    border-radius: 40px 40px 0px 0px;
}


.padding-left-40 {
    padding-left: 30px !important;
}






.service {

    padding: 10px;
    width: 230px;
    height: 165px;
    margin: 1.5%;
    background-color: #fff;
    display: inline-block;
    box-shadow: 0px 0px 5px #ddd;
    /* box-shadow: 0px 0px 25px rgb(0, 0, 0, .05); */
    position: relative;
    text-align: center;
    z-index: 2;
    border-radius: 10px;
    overflow: hidden;
    animation: opacity 0.4s ease;
}

/* .single-product-area{
    padding-bottom:60px;
} */


.service-img {
    text-align: center;
}


.service-img img {
    display: inline-block;
    z-index: 2;
    position: relative;
    margin: 9px;
    border-radius: 16%;
    padding: 10px;
    border: 0px solid #000;
    background: #000;
    box-shadow: 0px 0px 0px 0px #000;
    height: 100px;
    transition: all .8s ease;
}

img {
    overflow-clip-margin: content-box;
    overflow: clip;
}

.service-img {
    text-align: center;
}




.service-description {
    font-family: poppins;
    position: relative;
    display: inline-block;
    z-index: 2;
}


.service:hover .service-img img {
    box-shadow: 0px 0px 0px 400px #000;
}


/* On hover */
.service:hover .service-description p,
.service:hover .service-description h2 {
    color: #fff;
}




.cards {
    display: flex;
    justify-content: space-around;
    margin: 10px 0;
    background-color: transparent;
    padding: 10px 0;
    width: 100%;
    position: absolute;
    top: 48%;
}


.tier-div {
    color: #000;
    position: absolute;
    top: 90px;
    z-index: 9999;
    right: 0px;
    padding: 10px;
    background: #fff;
}



.card {
    text-align: center;
    background-color: #808080b0;
    padding: 10px 5px;
    width: 25%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    justify-content: center;
}

.camera-card {
    width: 100% !important;
}

.card p {
    margin-bottom: 0px !important;
}


.margin-0 {
    padding: 0px !important;
    margin: -2px !important;
}




.banner-image {
    height: 400px;
    width: 100%;
}

.about-container .col-md-12 img {
    border-radius: 65px 0px 0px 0px;
}



.ExpandClass {
    background: #fff;
    border: none;
    box-shadow: 0px 1px 1px 0px #000;
    padding: 10px 0;
    margin-bottom: 15px !important;
    line-height: 2rem;
    font-size: 13px;
    border-radius: 20px;
    margin: 0px 20px;

}

.ExpandClass span {
    font-size: 12px !important;
    letter-spacing: 0.3px;
    line-height: 15px;
    font-weight: bold;
}

.ExpandClass p {
    font-size: 12px !important;
    letter-spacing: 0.3px;
    line-height: 6px;
}

/* For Credit */
.rotate-45 {
    transform: rotate(-130deg);
}






/**My profile Css **/

.my-profile-container {
    display: flex;
    background: #fff;
    /* margin: 18px 0px 0px 0px; */
    border-radius: 65px 0px 65px 65px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

#wizardPicturePreview {
    height: 120px;
    width: 124px;
}


.d-flex-direction-column {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10px;
}

.textarea-input {
    height: 150px;
}

.my-profile-container label {
    margin-bottom: 0px;
    font-size: 13px;
}



select {
    background: #fff;
    border: 0px !important;
    padding: 15px !important;
    box-shadow: 0px 1px 12px -1px #ddd;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    /* Ensure the select box stretches to fill its container */
    -webkit-appearance: none;
    /* Remove default appearance in Webkit-based browsers */
    -moz-appearance: none;
    /* Remove default appearance in Firefox */
    appearance: none;
    /* Remove default appearance in modern browsers */
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

/* Profile Image Container */
.picture-container {
    position: relative;
    /* Needed to position the edit icon inside it */
    text-align: center;
    /* Centers the profile image */
}

.picture-src {
    width: 150px;
    /* Adjust the size of the profile image */
    height: 150px;
    border-radius: 50%;
    /* Makes the image circular */
    border: 2px solid #ddd;
    /* Optional border */
}

.edit-icon {
    position: absolute;
    /* Position the edit icon inside the container */
    top: 40px;
    /* Adjust as needed for positioning */
    left: 50%;
    /* Center the icon horizontally */
    transform: translateX(-50%);
    /* Corrects the positioning to be exactly in the center */
    background-color: rgba(0, 0, 0, 0.6);
    /* Dark background for visibility */
    border-radius: 50%;
    /* Makes the background circular */
    padding: 8px;
    /* Padding around the icon */


    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, -50%);


}

.edit-icon i {
    color: white;
    /* White icon */
    font-size: 18px;
    /* Adjust icon size */
}

.accordion-button {
    color: #fff;
    background: #000;
}

.accordion-item:first-of-type .accordion-button {
    color: #fff;
    background: #000;
}

.accordion-button:not(.collapsed) {
    color: #fff;
    background: #000;
}

/** Data form Css **/
.dataFormsClass form {
    background: #fff;

    border-radius: 65px 0px 65px 65px;
    /* padding: 20px 50px 20px 50px; */

}

.dataFormsClass form .form-group input {
    margin-bottom: 10px !important
}

.form-control {
    background: #fff;
    border: 0px;
    padding: 15px;
    box-shadow: 0px 1px 12px -1px #ddd;
    /* margin-top: 10px;
    margin-bottom: 10px; */
}

.dataFormsClass .col-lg-12 {
    padding: 0px;
}

.formFieldDynamicSpan label {
    display: none;
}

.dataFormsClass .form-control {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.btn-primary {
    width: 400px;
    background: #000 !important;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 10px 0px 10px 10px !important;
}


/** FAQ color */
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
    filter: invert(1) brightness(2);
}


.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    filter: invert(1) brightness(2);
    transition: var(--bs-accordion-btn-icon-transition);
}

.service-description a {
    color: #000;
    font-size: 14px;
    /* line-height: 1.9; */
    font-weight: 900;
}

.service-description a:hover {
    color: #fff;
    font-size: 14px;
    /* line-height: 1.9; */
    font-weight: 900;
}

.service:hover a {
    color: #fff;
}


.points-details-row {
    position: absolute;
    top: 140px;
    width: 100%;

}

.points-details-row .col-3 {
    background: #cccccce8;
    text-align: center;
    border-radius: 5px;
    padding: 8px;
    flex: 0 0 28%;
    max-width: 30% !important;
}

.points-details-row .col-3 p {
    margin-bottom: 0px;
    font-size: 13px;
    word-wrap: break-word;
}

.mobile-dashboard-view {
    display: none;
}

.desktop-dashboard-view {
    display: block;
}

.dashboard-bg {
    background: grey;
    padding: 9px 0px;
    border-radius: 40px 40px 0px 0px;

}


.about-container table td img {
    height: 150px;
    width: 200px;

}

a {
    cursor: pointer;
}

.post-login-menu {
    justify-content: flex-end;
}

table thead tr th {
    background: #000 !important;
    color: #fff !important;
}

#sendOtpBtn:disabled {
    background-color: #d3d3d3;
    /* Light gray background */
    color: #888888;
    /* Dark gray text */
    border: 1px solid #ccc;
    /* Light gray border */
    cursor: not-allowed;
    /* Change cursor to indicate it's disabled */
}


.helpdesk-title {
    font-size: 20px;
}

.helpdesk-subtitle {
    font-size: 15px;
}

.helpdesk-details {
    font-size: 15px;
}

.phone-icon,
.email-icon,
.time-icon {
    font-size: 15px;
    background: #000;
    padding: 10px;
    color: #fff;
    margin-right: 10px;
    border-radius: 11px;
}

.helpdesk-number,
.helpdesk-email {
    font-size: 15px;
    margin-right: 10px;
}

.email-icon {
    /* margin-left: 10px; */
}

.showBox {
    text-align: center;
}


/** New Dashboard UI **/

.profile-container {
    background: #fff;
    padding: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}

.card-row {
    display: flex;
    justify-content: space-between;
}

.white-card {
    max-width: 100%;
    width: 30%;
    text-align: center;
    background: #000;
    border-radius: 10px;
}



.white-card p,
.white-card span {
    color: #fff;
    font-size: 12px;

}

.white-card span {
    font-weight: bold;
}

/* .carousel-inner img{
    height:150px;
} */


/* HTML: &lt;div class="ribbon"&gt;Your text content&lt;/div&gt; */
/* HTML: &lt;div class="ribbon"&gt;Your text content&lt;/div&gt; */
.ribbon {
    font-size: 16px;
    position: absolute;
    /* font-weight: bold; */
    color: #fff;
    right: 0;
}

.ribbon {
    --r: .8em;
    /* control the cutout */

    border-block: .5em solid #0000;
    padding-inline: calc(var(--r) + .25em) .5em;
    line-height: 1.9;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 calc(100% - .25em), var(--r) 50%, 0 .25em);
    background:
        radial-gradient(.2em 50% at right, #000a, #0000) border-box,
        #000 padding-box;
    /* the color  */
    width: fit-content;
}


/* Sublist styling - hidden by default */
.sublist {
    display: none;
    /* Hide sublist by default */
    list-style-type: none;
    padding-left: 0;
    margin-top: 10px;
    position: absolute;
    left: -100px;
    width: 180px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.sublist li a {
    display: block;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
}

.sublist li a:hover {
    background-color: #f1f1f1;
}

/* Show the sublist when hovering over the profile item */
.profile-item:hover .sublist {
    display: block;
    top: 10px;
    /* Position it below the profile item */
    z-index: 99;
}

.profile-item {
    position: relative;
    /* Makes the sublist position relative to the profile item */
}

#termsModal a {
    color: #000;
    font-size: revert;
}

.desktop-dashboard-view .about-container .container-fluid,
.desktop-dashboard-view .about-container .carousel-inner,
.home-container .carousel-inner,
.home-container .container-fluid {
    border-radius: 65px 0px 0px 0px;
}


.carousel-inner&gt;.item&gt;a&gt;img,
.carousel-inner&gt;.item&gt;img,
.img-responsive,
.thumbnail a&gt;img,
.thumbnail&gt;img {
    display: block;
    max-width: 100%;
    height: 75vh;
}

.about-container .col-md-12 img {
    height: 75vh;
}


#dateRangeFilter {
    display: none;
}

.input-group-text {
    background: #fff;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="button"]) {
   /* border-radius: 10px !important;*/
}

#termsModal .modal-body {
    overflow-y: scroll;
    height: 500px;
}

.terms-and-conditions-page a {
    color: #000;
}

.fixed-tnc {
    position: fixed;
    bottom: 2px;
    background: #fff;
    padding-top: 10px;
    width: 93%;
    padding-bottom: 5px;
}


.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #000 !important;
    border-color: #dee2e6 #dee2e6 #fff !important;
}

.nav-tabs .nav-link {
    color: #000;
}

/* .account-card{
    -ms-flex: 0 0 32.333333%;
    flex: 0 0 32.333333%;
    max-width: 32.333333%;
} */


.nav-item {
    margin-right: 10px;
}

.nav-tabs {
    margin-bottom: 20px;
    border: 0px;
    justify-content: center;
}

.btn-custom {
    background-color: #000;
    color: white;
    padding: 5px;
    border: none;
    border-radius: 5px;
}

#accountTabsContent .col-md-4 {
    flex: 0 0 32.333333%;
    background: #fff;
    border: 1px solid #000;
}

#accountTabsContent span,
#accountTabsContent p {
    color: #000;
}




/* Base styles for the tabs block */
.tabs {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    /* border: 1px solid #ddd; */
    overflow: hidden;
}

.tabs__labels {
    display: flex;
    width: 100%;
    justify-content: space-between;

}

/* Hide radio inputs */
.tabs__input {
    display: none;
}

/* Style labels (tab buttons) */
.tabs__label {
    display: block;
    flex-grow: 1;
    padding: 1rem;
    font-size: 16px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease;
}

.tabs__label span {
    display: block;
    font-size: .65em;
    text-transform: uppercase;
    margin-top: .25rem;
}

.tabs__label:hover {
    background-color: #f1f1f1;
}

/* Highlight active tab */
#tab-1:checked~.tabs__labels label[for="tab-1"],
#tab-2:checked~.tabs__labels label[for="tab-2"],
#tab-3:checked~.tabs__labels label[for="tab-3"],
#tab-4:checked~.tabs__labels label[for="tab-4"] {
    background-color: #fff;
    border-bottom: 2px solid #111;
}

/* Content container */
.tabs__content {
    padding: 20px;
    background-color: #fff;
    width: 100%;
}

/* Panels (content for each tab) */
.tabs__panel {
    display: none;
    animation: fadeIn 0.3s ease;
    /* columns: 3;
    column-width: 300px;
    column-gap: 2rem; */
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.tabs__panel-image {
    margin-bottom: 2rem;
}

/* Show the active tab's content */
#tab-1:checked~.tabs__content #tab-panel-1,
#tab-2:checked~.tabs__content #tab-panel-2,
#tab-3:checked~.tabs__content #tab-panel-3,
#tab-4:checked~.tabs__content #tab-panel-4 {
    display: block;
}



.carousel-indicators li {
    margin-right: 5px !important;
}

.side-box-contact .col-md-4 {
    height: 160px;
    margin-top: 80px;
    border-right: 1px solid #ddd;
}

.helpdesk-content p {
    margin-bottom: 20px !important;
}

#agreeBtn {
    background: #000 !important;
    color: #ffff;
}

#disagreeBtn {
    background: #495057 !important;
    border: 0px;
}

.heading-with-line {
    display: inline-block;
    /* Keeps the heading inline with the line */
    position: relative;
}

.heading-with-line::after {
    content: "";
    position: absolute;
    bottom: 11px;
    padding-left: 10px;
    left: 199px;
    width: 90px;
    height: 2px;
    background-color: black;
}

.card-title {
    min-height: 33px !important;
}

#termsModal .modal-body ul li {
    list-style: disc !important;
}




/** About us section **/

.width-100 {
    width: 100%;
}

.list-style-disc {
    list-style: disc;
}

.overflow-x-scroll {
    overflow-x: scroll;
}

.anchor-link {
    text-decoration: underline;
    cursor: pointer;
}

#otpError {
    color: grey;
    display: none;
}

.position-relative {
    position: relative;
}

.max-width-27 {
    max-width: 27%;
}

.line-height-20 {
    line-height: 20px;
}

.max-width-37 {
    max-width: 37%;
}

.edit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 65px;
}

.line-height-10 {
    line-height: 10px;
}

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

.font-size-15 {
    font-size: 15px;
}


.background-mobile-view {
    background: #eeebeb;
}

.report-name-strip-padding {
    padding: 32px 10px 0px 23px;
}

.border-right-black {
    border-right: 1px solid #000;
}

.filter_btn,
.reset_btn {
    background: transparent;
    padding: 7px;
}

.year_btn {
    background: transparent;
    color: #000;
    padding: 10px 0px;
    border: 0px solid #ddd;
    text-align: center;
    border-top: 0px;
    border-bottom: 0px;
    box-shadow: none;
}



/* styles.css */

/* Styling for filter and sort sections */
.filter-section,
.sort-section {
    margin-bottom: 1.5rem;
}

.filter-section h5,
.sort-section h5 {
    font-weight: bold;
}

.form-control,
.form-select {
    width: 100%;
}

/* Styling for checkboxes */
.category-list {
    list-style-type: none;
    padding-top: 10px;
    margin-bottom: 0;
}

.category-list li {
    padding-bottom: 16px;
}

.category-checkbox {
    margin-right: 10px;
}

/* Accordion Styles */
.accordion-button {
    font-weight: normal;
}

.accordion-body {
    /* padding: 0; */
}

/* Pagination styles */
.pagination {
    justify-content: flex-end;
}

.pagination li {
    display: inline-block;
    margin-left: 5px;
}

.pagination a {

    text-decoration: none;
    padding: 6px 12px;
    border: 1px solid #dee2e6;
}

.pagination a:hover {
    background-color: #f8f9fa;
}

.visibility-visible {
    visibility: visible;
}

.formFieldDynamicRow i,
.editMainDiv i {
    display: none;
}

#start-date,
#end-date,
#start-month {
    margin-top: 10px;
    margin-bottom: 10px;
}

#search-box {
    width: 400px;
}

.form-label {
    font-size: 14px;
}

.margin-top-100 {
    margin-top: 100px;
}

.text-danger {
    color: grey !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    background: #000;
    color: #fff;
    padding: 5px;
}


/* Disable hover effect for .ui-corner-all */
.ui-corner-all:hover {
    border: none !important;
    color: inherit !important;
    /* Ensure the text color doesn't change */
    height: none !important;
    width: none !important;
    font-size: none !important;
    padding: none !important;
    margin: nne !important;

}

/* When hovering on .ui-corner-all, remove the border from .ui-icon-circle-triangle-e */
.ui-corner-all:hover .ui-icon-circle-triangle-e {
    border: none !important;
}

.ui-corner-all:hover .ui-icon-circle-triangle-w {
    border: none !important;
}

.contact-mobile {
    font-size: 12px;
    margin-bottom: 0px;
    margin-top: 10px;
}


/* Mobile Responsiveness: Below 768px */
@media (max-width: 768px) {

    .padding-r-0 {
        padding-right: 0px;
    }

    .padding-l-0 {
        padding-left: 0px;
    }

    .team-logo {
        height: 55px !important;
    }

    .teams b {
        font-size: 11px !important;
    }

    .teams p {
        font-size: 8px !important;

    }

    .header-section {
        width: 100%;
    }

    #Main_Logo {
        padding-left: 1.5rem !important;
    }

    .padding-0-mobile {
        padding: 0px !important;
    }

    #pagination {
        padding-right: 32px;

    }

    .carousel-inner&gt;.item&gt;a&gt;img,
    .carousel-inner&gt;.item&gt;img,
    .img-responsive,
    .thumbnail a&gt;img,
    .thumbnail&gt;img {
        display: block;
        max-width: 100%;
        height: 28vh;
    }

   .about-container .col-md-12 img {
        height: 28vh;
    }

    .bannerImg {
        height: 15vh!important;
    }

    .profile-img {
        height: 65px !important;
    }

    .service-description p {
        font-size: 10px;
    }

    body {
        margin: 0;
    }

    .service-description a,
    .service-description b {
        font-size: 11px !important;
        font-weight: 400;
    }


    /*Contact Page Responsive Css */

    .side-box-contact {
        width: 100%;
        margin-left: 0px;
    }

    .submit-btn {
        width: auto;
        /* margin-top: 12px;
        margin-bottom: 18px; */

    }

    .side-container {
        width: 100%;
        margin-left: 0px;
    }

    .my-profile-container {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
    }

    /** Login page Responsive **/
    .side-content .input-type {
        width: 350px;
    }

    #phoneNumber,
    #otpNumber {
        width: 350px;
    }

    .showBox {
        display: flex;
        justify-content: center;
        text-align: center;
    }

    .hideBoxs {
        text-align: center;
    }

    .header-section ul {
        width: 100%;
    }

    .header-section li {
        border-bottom: 1px solid #ddd;
        padding: 10px;
        text-align: center;
    }

    .header-section li a {
        font-size: 20px;
    }

    .side-container {
        height: 550px;
        /* height: calc(100vh - 180px);  */
    }

    .home-container {

        /* height: 780px; */
        /* height: calc(100vh - 180px);  */
    }

    .dashboard-container {
        width: 100%;
        height: 100%;
        margin-left: 0px;
    }

    .side-container,
    .home-container,
    .dashboard-container,
    .faq-container,
    .side-box-contact,
    .about-container,
    .my-profile-containe,
    .dataFormsClass form {
        border-radius: 65px 0px 0px 0px;
    }

    .btn-primary {
        width: auto;
        border: none;
        padding: 15px;
        border-radius: 10px 0px 10px 10px;
    }

    .service {
        padding: 6px;
        width: 100px;
        height: 135px;
    }

    .service-img img {
        height: 70px;
    }


    .mobile-dashboard-view {
        display: block;
    }

    .desktop-dashboard-view {
        display: none;
    }

    /* .about-container{
        padding:20px!important;
    } */

    .post-login-menu {
        display: none !important;
    }

    .help-desk-container .text-right {
        text-align: center !important;
    }


    #phoneForm {
        text-align: center;
        /* padding: 20px; */
    }

    .header-section {
        padding-top: 15px;
        padding-bottom: 15px;

    }


    #MainLogo {
        padding-left: 30px;
    }

    .tabs__content {
        padding: 0px;
    }

    .tabs__labels {
        overflow-x: scroll;

    }


    .side-box-contact .col-md-4 {
        margin-top: 28px;
        border-right: 0px solid #ddd;
        border-bottom: 1px solid #ddd;
        margin-bottom: 30px;

    }

    .footer {
        /* padding: 15px;
        position: fixed;
        bottom: 0;
        width: 100%; */
    }

    .point-matrix-content {
        width: 100%;
    }

    .hyper_links {
        justify-content: center;
    }

    #termsModal .modal-body {
        height: 560px;
    }

    @media (max-width: 768px) {

    .bannerImg {
        height: 10vh!important;
    }

        .table-responsive {
            overflow-x: scroll !important;
            max-width: 100%;
            scrollbar-width: thin;
        }
    }

    .about-container {
        padding-bottom: 120px !important;
    }

    .side-box-contact {
        padding-bottom: 95px !important;
    }

    .home-container {
        /* padding-bottom:70px; */
    }

    .mobile-dashboard-container {
        /* padding-bottom:120px!important; */
    }


    .ExpandClass p {
        line-height: 20px;
        margin-bottom: 0px !important;

    }

    .qty-btn .quantity .qty-plus {
        right: -7px !important;
    }

    .productcart-card img {
        height: 60px !important;
    }


}


@media screen and (max-width: 350px) and (min-width: 200px) {

    .quick-links-container {
        padding-left: 0px;
    }

    .side-box-contact {
        padding-left: 0px;
        padding-right: 0px;
    }

    .about-container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .helpdesk-number,
    .helpdesk-email,
    .helpdesk-details {
        font-size: 12px !important;
    }
}


.firstName_Initial {
    background: #000;
    color: #fff;
    padding: 8px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 20px !important;
}

.font-15 {
    background: #000;
    color: #000;
    padding: 12px;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 15px !important;
}








.CS_6_15001_1_FormBox .col-lg-12 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

/* Cart container styling */
.cart-container {
    position: relative;
    display: flex;
    align-items: center;
}

/* Cart icon styling */
.cart-icon {
    font-size: 24px;
    /* Adjust size of the cart icon */
    cursor: pointer;
    color: #fff !important;
}

/* Circular badge for cart count */
.cart-count-circle {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: red;
    /* Circle color */
    color: white;
    /* Text color */
    font-size: 12px;
    /* Font size */
    width: 18px;
    height: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productcart-card img {
    height: 95px;
}

.cart-summary .summary-table {
    background: #ddd;
}

.cart-summary {
    padding-bottom: 20px;
}

.summary-table li {
    border: 1px solid #000;
    padding: 10px;
}

.total-credits-border {
    border-top: 1px solid #000;
    padding-top: 10px;
    text-align: center;
    margin-top: 10px;
}

.my_Para {
    font-size: 25px !important;
    text-align: center !important;
}

.form-select:disabled {
    box-shadow: none;
}

/* Reward catalog changes */

.help-box {

    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}

.fa-trash,
.fa-plus,
.fa-minus {
    cursor: pointer;
}

.fa-trash:hover {
    color: red;
}

.delivery_address {
    /* color: #000; */
    font-size: 30px !important;
    font-weight: 900;
}

.background-none {
    background: #fff !important;
}

.firstName_Initial_dashboard {
    background: #000;
}




.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 15px;
    margin: 0 !important;
    max-width: 100%;
}
.tab{
    display: inline-block;
        /* padding: 12px 20px; */
        padding: 12px 70.2px;
        margin-right: 5px;
        background: #eee;
        cursor: pointer;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        transition: background 0.3s;
        flex: 1;
        padding: 10px;
        text-align: center;
        /* background-color: #495057; */
        /* border: 1px solid #000; */
        cursor: pointer;
        color: #000;
        font-size: 14px;
    }
    

    .tab.active {
        background-color: #000;
        border-top: 2px solid #000;
        font-weight: bold;
        color: white;
    }
    

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.match-card {
    margin-top: 15px;
    /* display: flex
; */
    /* flex-direction: column; */
    /* gap: 10px; */
    /* background: #fff; */
    /* padding: 15px; */
    /* border-radius: 0px; */
    /* margin-bottom: 15px; */
    /* border: 1px solid #000; */
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    background: #fff;
    padding: 15px;
    /* border-radius: 0px; */
    margin-bottom: 15px;
    /* border: 1px solid #000; */
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}


.teams {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.team {
    flex: 1;
    text-align: center;
}

.team-logo {
    width: 110px;
    height: 110px;
    border-radius: 12px;
}

.vs {
    font-weight: bold;
    color: #888;
    font-size: 18px;
}

.match-info {
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

.prediction {
    margin-top: 15px;
    text-align: center;
}

.prediction label {
    margin: 0 10px;
    font-size: 14px;
}

.save-btn {
    /* display: block;
    margin: auto;
    padding: 10px 20px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer; */

    display: block;
    margin: auto;
    padding: 10px 20px;
    background-color: #000;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    /* margin-bottom: 50%; */
}

.save-btn:hover {
    background-color: #000;
}

/* Leaderboard Styles */
.leaderboard {
    margin-top: 15px!important;
    /* display: flex; */
    /* flex-direction: column; */
    /* gap: 10px; */
    /* background: #fff; */
    padding: 15px;
    /* border-radius: 0px; */
    margin-bottom: 15px;
    /* border: 1px solid #000; */
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

.leaderboard-entry {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 10px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.rank {
    background-color: #000;
    color: white;
    font-weight: bold;
    padding: 8px 12px;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 15px;
}

.user-info .username {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

@media screen and (max-width: 768px) {
    .leaderboard-entry {
        flex-direction: row;
        justify-content: flex-start;
    }

    .rank {
        font-size: 14px;
        width: 36px;
        height: 36px;
    }

    .user-info .username {
        font-size: 15px;
    }
}

/* Premium styled radio buttons */
.radio-option {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    user-select: none;
}

.radio-option input[type="radio"] {
    display: none;
}

.radio-option span {
    display: inline-block;
    padding: 8px 20px;
    border: 2px solid #000;
    border-radius: 25px;
    background-color: #fff;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease;
}

.radio-option input[type="radio"]:checked+span {
    background-color: #000;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

/* Optional hover effect */
.radio-option span:hover {
    background-color: #e6f0ff;
}

.text-right {
    text-align: right;
    padding-right: 20px;
}

.text-left {
    text-align: left;
    padding-left: 20px;

}

.tab-border-radius {
    border-radius: 35px 0px 0px 0px;
}

.ipl-image {
    border-radius: 48px 0px 0px 0px;
}

.vs-circle {
    /* background: #000;
    color: #fff;
    padding: 10px;
    font-size: 13px !important;
    border-radius: 29px; */

    background: #000;
    color: #fff;
    padding: 10px;
    font-size: 13px !important;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


input[type='radio'] {
    accent-color: #0000;
}

.teams b {
    font-size: 25px;
}


.team-card {
    border: 2px solid transparent;
    border-radius: 10px;
    padding: 10px;
    transition: border 0.3s;
}

.team-card.selected {
    border: 2px solid #000;
    /* You can change the color */
    background-color: #f0f8ff;
    /* Optional: adds subtle background */
}

.ml-25 {
    margin-left: 25%;
}

.match-line {
    display: block;
    height: 1px;
    background-color: black;
    width: 118%;
    /* margin: auto; */
    margin-left: -100px;
}

@media screen and (max-width: 768px) {

    .match-line {
        display: block;
        height: 1px;
        background-color: black;
        width: 116%;
        /* margin: auto; */
        margin-left: -30px;
    }

    .save-btn {
        margin: 0px !important;
    }

    .my_save_button{
        flex-direction: row;
        justify-content: center;
    }
}

.border-bottoms {
  border-bottom: 1px solid #000 !important;
}

.border-bottoms:last-of-type {
  border-bottom: none !important;
}



.team-card {
  border: 2px solid transparent;
  padding: 10px;
  transition: all 0.3s ease;
  border-radius: 10px;
  cursor: pointer;
}

.team-card.selected {
  border: 2px solid #000;
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.4);
  background-color: #f0f8ff;
}

.match-time {
  font-size: 0.95rem;
}

.match-dates p {
  margin: 0;
  padding: 2px 0;
}

/* Radio Button */

.radio-input .label input {
    display: none;
  }
  
  .radio-input {
    display: flex;
    gap: 20px;
  }
  
  .radio-input .label {
    display: flex;
  }
  
  .radio-input .label .check {
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    border: 3px solid transparent;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5),
     -1px -1px 4px rgba(255, 255, 255, 0.5);
  }
  
  .radio-input .label input:checked + .check {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.5),
     -1px -1px 4px rgba(255, 255, 255, 0.5),
     inset 3px 3px 6px rgba(0, 0, 0, 0.5),
     inset -1px -1px 4px rgba(255, 255, 255, 0.5);
    transform: scale(1.1);
  }

  .weekly ,
  .monthly{
    background: none !important ;
    border: none !important;
 }
 .weekly:hover,
 .monthly:hover{
   color: black !important;
   border: none !important;
}


/* dzbvjkd */

.radio-input {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
  }

  .label {
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
  }

  .output {
    display: none;
    margin-top: 20px;
  }

  .output.active {
    display: block;
  }

  table {
    width: 100%;
    border-collapse: collapse;
  }

  th, td {
    padding: 10px;
    border: 1px solid #333;
    text-align: left;
  }


.highlight-row td {
	background-color:#f1ff1b61!important;
	font-weight: bold;
}


.week-heading{
    font-size: 16px !important;
    margin-left: 40px;
    font-weight: bold;
margin-top:25px;
}

.week-separator {
    height: 2px;
    background-color: #ddd;
    width: 100%;
    margin-top: 30px;
    border-radius: 1px;
}

/* #leaderboard ,
#upcoming ,
#completed ,
#howto ,
#terms
{
border: 2px solid black;
    padding: 20px;
    border-top: none;
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
} */


.MemberPredictionCard {
    margin-top: 15px;
    /* display: flex
; */
    /* flex-direction: column; */
    /* gap: 10px; */
    /* background: #fff; */
    /* padding: 15px; */
    /* border-radius: 0px; */
    margin-bottom: 15px;
    /* border: 1px solid #000; */
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}


.howto {
    margin-top: 15px;
    padding: 15px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}



.terms {
    margin-top: 15px;
    margin-bottom: 15px;
    border-left: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}


.table-body{
max-height: 500px;
overflow-y: auto;
}

.ipl-th{
    position: sticky;
    top: 0;
    z-index: 2;
}

.bannerImg{
height: unset!important;
border-radius:0px!important;
}

/* IPL Emailer  */


@media screen and (max-width: 768px) {
    .child-div  {
       width: 200%;
    }
}


.carousel-inner .item {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.7s ease-in-out;
  width: 100%;
  z-index: 0;
}

.carousel-inner .item.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.cursor-pointer{
cursor:pointer;
}

.tooltip_content {
  position: relative;
  display: inline-block;
}

.tooltip_content .tooltiptext {
  visibility: hidden;
    width: 155px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 2%;
}

.tooltip_content:hover .tooltiptext {
  visibility: visible;
}

/* 20-june-2025 */
@media screen and (max-width: 768px) {
    .my_Para {
        font-size: 19px !important;
    }

  .main-content-wrapper .single-product-area {
        width: 99%;
        max-width: 100%;
    }

.contact-text {
    text-align: center;
}

   .bannerImg {
        height: 10vh !important;
        border-radius: 0px !important;
    }

.mt-6rem{
margin-top:6rem;
}

.mobile-para
{
font-size:9px!important;
}

}</pre></body></html>