.post-login-header-logo {
    height: 25px;
}

.product-card {
    word-wrap: break-word;
}

.amado-nav ul li {
    /* margin-left: 20px; */
    margin-top: 2px;
}

.amado-nav ul li a {
    font-size: 14px;
    font-weight: 400;
}

.nav-links {
    display: flex;
    justify-content: end;
    align-items: center;
}

.header-section {
    padding-top: 25px;
    padding-bottom: 25px;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0px 20px;
    background-color: black;
    color: white;
    border-radius: 50px;
    /* margin: 0 5%; */
    position: relative;
    width: 99%;
    margin-bottom: 2%;
    margin-left: 8px;
}

.menubar span {
    position: relative;
    background-color: #fff;
    height: 2px;
    width: 20px;
    display: block;
    margin: 6px;
    border-radius: 20px;
}

/* body {
    margin: 0px 85px;
} */


/* Login Page Css */

.input-type {
    background: #e2e2e2;
    border: 0px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 50px;
}

.py-2 {
    padding-bottom: 0.5rem !important;
}

.side-container {
      /* height: 73vh !important; */
    display: flex;
    /* flex-direction: column; */
    min-height: 73vh;
    background: black;
    border-radius: 9px;
    /* margin-left: 10px; */
    justify-content: center;
    align-items: center;
    /* height: 400px; */
    width: 100%;
}

.home-container {
    background: black;
    border-radius: 9px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

.home-container img {
    border-radius: 9px 9px 9px 9px;
}

.dashboard-container {
    display: flex;
    background: #fff;
    border-radius: 65px 0px 65px 65px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    padding: 20px;

}

.faq-container {
    display: flex;
    background: #fff;
    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: 50px;
    border: 2px solid white;
}

#apply-btn {
    width: 80px;
    background: #000;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 10px 0px 10px 10px;
}

.resend {
    font-size: 15px;
    color: #f9f3f3d9;
    ;
    text-decoration: none;
}

#resendLink {
    font-size: 15px;
    color: #f9f3f3d9;
    ;
}


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: #10010170;
    font-size: 14px;
}

.errors {
    margin-bottom: 10px;
}

.anchar-links:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.parent_div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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%;
    border-radius: 50px !important;
}

a[title="Login"] {
    background-color: white;
    color: black;
    border: none;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
}

#otpNumber {
    border: 0px;
    padding: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    border-radius: 50px !important;
}

/* Target the last <li> in the <ul> */

/* Contact CSS */

.contact-text {
    color: #000;
    font-size: 30px !important;
}

.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;

}

.mainDiv,
.mainDivContact {
    background: black;
    padding: 20px 30px;
    border-radius: 20px;
    margin-bottom: 0.5rem;
}

.mainDivReward {
    background: black;
    padding: 13px 30px;
    border-radius: 20px;
    margin-bottom: 0.5rem;
}

.side-box-contact {
    display: flex;
    background: #fff;
    /* margin-left: 10px; */
    justify-content: center;
    align-items: center;
    padding: 20px 30px;
    text-align: justify !important;

}

.form-floating>.form-control-plaintext~label,
.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.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: #e2e2e2;
    padding: 8px;
    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;
    margin: 0 2px;
    text-decoration: none;
    border-radius: 12px;
    border: solid 2px black;
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative;
    min-width: 0;
    padding: 0;
    -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 #e2e2e2;
    -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;
    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';
    color: red;
}


.social1 a {
    color: black;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.04em;
    word-spacing: 1px;
    font-family: 'Blender Pro' !important;
}


.social1 span {
    padding: 1%;
    color: black;
}


.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;
}


.about-main {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    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;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-family: raleway;
    color: #000;
    padding: 10px;
}

.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 {
    /* padding: 10px; */
    border-radius: 9px;
}

.about-container p {
    /* text-align: justify !important; */
    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;
    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: 9px !important;
}



.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;
    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;
}

.dataFormsClass form .form-group input {
    margin-bottom: 10px !important
}

.form-control {
    background: #fff;
    border: 0px;
    padding: 15px;
    box-shadow: 0px 1px 12px -1px #ddd;
}

.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;
    margin-left: 0.5rem;
}

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;
    margin-bottom: 3%;

}


/** New Dashboard UI **/

.profile-container {
    background: #fff;
    padding: 10px;
    display: block;
    max-width: 100%;
    height: auto;
}

.card-row {
    /* display: flex;
    justify-content: space-between; */

    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.card-row .col-md-12 {
    text-align: justify !important;
    margin-left: 2%;
}

.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: <div class="ribbon">Your text content</div> */
/* HTML: <div class="ribbon">Your text content</div> */
.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: 21px;
    /* Position it below the profile item */
}

.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>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: 100vh;
}

.about-container .col-md-12 img {
    height: 100vh;
}


#dateRangeFilter {
    display: none;
} 

.input-group-text {
    background: #fff;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="button"]) {
    border-radius: 0.375rem;
    ;
}

#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;
}

#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;
    text-align: justify;
}

.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) {

      #accountTabsContent .col-md-4 {
        flex: 100%;
        background: #fff;
        border: 1px solid #000;
        margin: 0.5rem;
        height: 135px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #pagination {
        padding-right: 32px;

    }

    .carousel-inner>.item>a>img,
    .carousel-inner>.item>img,
    .img-responsive,
    .thumbnail a>img,
    .thumbnail>img {
        display: block;
        max-width: 100%;
        height: 28vh;
    }

    .about-container .col-md-12 img {
        height: 28vh;
    }


    .profile-img {
        height: 65px !important;
    }

    .service-description p {
        font-size: 10px;
    }

    body {
        margin: 0;
        background: #e2e2e2;
        min-height: 95vh !important;
    }

    .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;
    }

.side-box-contact>.row{
     width: 126%;
}

.rc-anchor-normal {
    height: 74px !important;
    width: 291px !important;
    margin-left: 2% !important;
}
    .submit-btn {
        width: 350 !important;
        /* 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); 
    } */

    .side-container {
        display: flex;
        background: black;
        border-radius: 9px;
        margin-left: 6px;
        margin-right: 6px;
        justify-content: center;
        align-items: center;
        height: 550px !important;
        width: 95%;
    }

    .home-container {

        /* height: 780px; */
        /* height: calc(100vh - 180px);  */
    }

    .dashboard-container {
        width: 100%;
        height: 650px;
        margin-left: 0px;
    }

    .side-container,
    .home-container,
    .dashboard-container,
    .faq-container,
    .side-box-contact,
    .about-container,
    .my-profile-containe,
    .dataFormsClass form {
        border-radius: 9px;
    }

    .add_links {
        margin-bottom: 2.5rem !important;
    }

    .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;

    }

    .pl-1,
    .px-1 {
        padding-left: 0rem !important;
    }

    .tabs__content {
        padding: 0px;
    }

    .tabs__labels {
        overflow-x: scroll !important;
        /* background: grey; */
    }


    .side-box-contact .col-md-4 {
        margin-top: 28px;
        border-right: 0px solid #ddd;
        /* border-bottom: 1px solid #ddd; */
        margin-bottom: 30px;

    }

    .footer {
        /* padding: 21%; */
    }


    .point-matrix-content {
        width: 300px;
    }

    .hyper_links {
        justify-content: center;
    }

    #termsModal .modal-body {
        height: 560px;
    }

    .table-responsive {
        overflow-x: scroll !important;
        max-width: 300px;

    }

    .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; */
    }




}


@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;
    }
}


.contact_us {
    width: 400px !important;
    background: #000 !important;
    color: #fff !important;
    border: none !important;
    padding: 15px !important;
    border-radius: 10px 0px 10px 10px !important;
}

.formFieldDynamicRow,
.filter-section,
.sort-section {
    text-align: justify;
}

.form-control {
    border-radius: 10px 10px 10px 10px !important;
}

#search-input {
    border-radius: 0.375rem !important;
}


#MainLogo {
     margin-right: 56% !important;
    margin-top: -4px !important; 
    margin-bottom: 4px;
}

.profile-image {
    position: relative;
    width: 40px;
    height: 40px;
}

.profile-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    /* margin-left: 10px; */
}

.sub_title {
    margin-bottom: 0rem !important;
}

#phoneNumber {
    border-radius: 50px !important;
}

.amado-nav ul li #active {
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 768px) {
    .header-section {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .main-content-wrapper {
        margin-top: 0px !important;
    }

    .container-fluid {
        margin-top: 1% !important;
    }

    #phoneNumber,
    #otpNumber {
        width: 270px !important;
    }

    .submit-btn,
    .updateformvalues {
        width: 270px !important;
    }

    #MainLogo {
        margin-right: 56% !important;
        margin-top: -5px !important;
    }
}

.profile-item,
.logoutButton {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}


.terms-and-conditions-page {
    border-radius: 9px;
}

.accordion-button {
    border-radius: 40px !important;
    margin-bottom: 0.2rem !important;
}

.accordion-button:focus {
    box-shadow: none !important;
    --bs-accordion-btn-focus-box-shadow: none;
}

.accordion-item {
    border: none !important;
}


.container-fluid {
    /* margin-top: 1% !important; */
    margin-bottom: 0.7rem !important;
    width: 100% !important;
    max-width: 1400px;
    border-radius: 9px;
    overflow: hidden;
    text-align: center;
}

.main-content-wrapper {
    padding-left: 3% !important;
    padding-right: 3% !important;
}

.side-content img {
   height: 180px;
    width: 425px;
}

@media only screen and (max-width: 767px) {
    .main-content-wrapper {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }

    .header-section {
        padding-top: 25px;
        padding-bottom: 25px;
        position: sticky;
        top: 0;
        z-index: 1000;
        padding: 0px 20px;
        background-color: black;
        color: white;
        border-radius: 50px;
        /* margin: 0 5%; */
        position: relative;
        width: 100%;
        margin-bottom: 2%;
        margin-left: 0px !important;
    }

    .side-content img {
        max-width: 100%;
        height: 90px !important;
        /* height: 145px !important; */
        /* width: 312px !important; */
        width: auto;
    }

    /* .mainDiv {
        background: black;
        padding: 40px 0px;
        border-radius: 10px;
    } */

    .mainDiv {
        background: none !important;
        padding: none !important;
        border-radius: none !important;
    }

    #accountTabsContent p {
        color: #000;
        /* text-align: center !important; */
    }

    /* .mainDivReward {
        background: black;
        padding: 20px 0px;
        border-radius: 10px;
    } */

    .mainDivReward {
        padding: 0px !important;
    }

    .mainDiv {
        padding: 0px !important;
    }

    .container-fluid {
        border-radius: 0px !important;
    }

    .accordion-button {
        border-radius: 0px !important;
    }

    .accordion-body ul li {
        text-align: justify;
    }
}



.product-card-body .mb-0 {
    text-align: center !important;
}

.icon-prev,
.icon-next {
    display: none !important;
}

.contact-text {
    text-align: center !important;
}

#backToLogin {
    width: 140px !important;
}

.main-content-wrapper {
    position: relative;
    z-index: 1;
    -ms-flex-wrap: wrap;
    padding-top: 2%;
    padding-bottom: 0% !important;
    flex-wrap: wrap;
}

.accordion-body {
    /* padding: 0; */
    text-align: justify;
}

/* ul li {
    list-style-type: circle !important;
    color: black  !important; 
    padding: 5px 0 !important;
} */

body p {
    font-family: 'helveticaneuemedium' !important;
    font-size: 13px !important;
}


.helpdesk-number,
.helpdesk-email,
.helpdesk-details {
    font-size: 11px !important;
}


#KohlerDealerSince_2682,
#drag2682_form_label {
    display: none !important
}

.modal-dialog {
    margin-top: 2rem !important;
}

#signup-form-row 
{
 width: 89%;
}

#rc-anchor-container{
    width: 290px!important;
    height: 74px;
    margin-left: 2.2%;
}
.gap-10 {
    gap: 10px !important;
}



.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;
}

