@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

:root {
    --font-primary-font: "Montserrat", sans-serif;
}

body {
    background-color: #fff;
    font-family: var(--font-primary-font) !important;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    display: none;
    -webkit-appearance: none;
    margin: 0;
}

.btn-primary {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #000000;
    border-color: #000000;
}

.btn-primary-out {
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 8px;
    color: black;
}

.btn-primary-out:hover {
    background-color: #000000;
    border-color: #000000;
    color: white;
}

.text-primary {
    color: #e74c3c !important;
}

.hero-section {
    background-image: url("../assets/Roadhouse\ crop\ Italian\ Chef0098.jpg");
    background-size: cover;
    background-position: 40% 0%;
    position: relative;
    min-height: 100vh;
}

.back_btn:hover {
    background-color: #000000;
    border: #000000;
}

.hero-overlay {
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e74c3c;
    border-color: #e74c3c;
}

.custom-radio-btn {
    display: inline-flex;
    align-items: center;
    margin-right: 1rem;
    cursor: pointer;
}

.custom-radio-btn input {
    display: none;
}

.custom-radio-btn .radio-circle {
    width: 18px;
    height: 18px;
    border: 2px solid #6c757d;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
}

.custom-radio-btn input:checked + .radio-circle:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.custom-checkbox-btn {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
}

.custom-checkbox-btn input {
    display: none;
}

.custom-checkbox-btn .checkbox-square {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 4px;
    margin-right: 8px;
    margin-top: 2px;
    position: relative;
}

.custom-checkbox-btn input:checked + .checkbox-square {
    background-color: #000000;
    border-color: #000000;
}

.custom-checkbox-btn input:checked + .checkbox-square:after {
    content: "\2713";
    position: absolute;
    color: white;
    font-size: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.benefits-icon {
    width: 100%;
    height: 140px;
    margin: 0 auto 1rem;
    color: #e74c3c;
}

.form-select {
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    height: 50px;
    font-weight: 500;
    color: #333333;
}

.form__style .card-body h2 {
    color: #f2c995;
    font-size: 34px;
    font-weight: 600;
    line-height: 1;
}

.form__style .card-body h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-top: 12px;
}

.form__style .card-body span {
    font-size: 16px;
    font-weight: 400;
}

.form__style .card-body .small {
    font-size: 14px;
    font-weight: 300;
}

.form__style .form-control::placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #333333 !important;
}

.form__style .form-control {
    height: 50px;
    width: 100%;
    background-color: white;
    border: none;
}

.form-icon span{
    color: #222222;
}

.heading__title .main__title h2 {
    font-size: 42px;
    font-weight: 700;
    color: white;
    line-height: 1.4;
}

.heading__title .main__title__mobile h2 {
    font-size: 28px;
    font-weight: 700;
    color: white;
    line-height: 1.4;
}

.heading__title .main__title__mobile h3 {
    font-size: 18px;
    font-weight: 500;
    color: white;
    line-height: 1;
}

.heading__title h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
}

.heading__title .program_guide h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
}

.heading__title h2 {
    font-size: 42px;
    font-weight: 600;
}

.heading__title h6 {
    font-size: 20px;
}

.heading__title .program_guide h6 {
    font-size: 18px;
    font-weight: 500;
}

.heading__title .program_guide p {
    font-size: 14px;
    line-height: 1.4;
}

.heading__title p {
    font-size: 16px;
    line-height: 1.4;
}

.heading__title .sub_title h6 {
    font-weight: 600;
}

.heading__title .sub_title h6 span {
    color: #cb704f;
}

/* Login Css */
.main-section {
    background-image: url("../assets/Roadhouse\ Italian\ Chefcrop.jpg");
    background-size: cover;
    background-position: 50% 80%;
    min-height: 100vh;
}

.redemption-section-top {
    background-image: url("../assets/r-6.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.redemption-section {
    background-image: url("../assets/r-196.jpg");
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.program_guide .st_line {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 1px;
    background-color: white;
}

.heading__title .sub_title .points_icon {
    font-size: 40px;
    margin-right: 20px;
    margin-top: 5px;
}

/* Dashboard Css */
.purchase-history h3 {
    font-size: 26px;
}

.purchase-history .form-control {
    width: 250px;
    height: 50px;
}

.st_line {
    border-bottom: 1px solid #ddd;
}

.reward_badge {
    background-color: #fdf9f1;
    border: 1px black solid;
}

.reward_badge .icon_reward {
    color: #edcf0e;
    font-size: 23px;
}

.table-header,
.table-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.table-header {
    font-weight: bold;
    background: #f8f9fa;
}

.table-row:last-child {
    border-bottom: none;
}

.no-purchases {
    text-align: center;
    padding: 20px;
    color: #888;
}

.profile-header .user-info h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

.profile-header .user-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 0;
}

.profile-header .reward h4 {
    font-size: 40px;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

.profile-header .reward p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.profile-header .reward span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.profile_btn .btn-primary {
    background-color: #d44333;
    border-radius: 8px;
    width: 150px;
}

.profile_btn .btn-primary:hover {
    background-color: #d44333;
    border-color: #d44333;
    color: white;
}

.profile_btn .btn-outline-secondary {
    border: 2px #d44333 solid;
    border-radius: 8px;
    color: #d44333;
    width: 150px;
}

.profile_btn .btn-outline-secondary:hover {
    background-color: #d44333;
    border-color: #d44333;
    background-color: #d44333;
}

.modal-header {
    background-color: #222222;
}

.modal-header .modal-title {
    font-size: 24px;
    font-weight: 500;
}

.modal-header .btn-close.btn-close-white {
    filter: brightness(0) saturate(100%) invert(93%) sepia(94%) saturate(0%) hue-rotate(248deg) brightness(106%) contrast(106%);
}

.is__sticky .main__header__wrapper .main__logo img {
    filter: brightness(0) saturate(100%);
}

.reward .trophy_icon span {
    font-size: 40px;
}

.page-link {
    color: #000000;
}

#navbar {
    z-index: 5;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
    border-color: transparent;
}


/* Image scaling */
.heading__title .main__title .responsive-icon {
    max-width: 80%;
    height: auto;
}

/* Heading font scaling */
.heading__title .main__title .responsive-heading {
    font-size: 2.2rem;
}

@media (max-width: 768px) {
    .heading__title .main__title .responsive-icon {
        max-width: 60%;
    }

    .heading__title .main__title .responsive-heading {
        font-size: 38px;
        line-height: 1.3;
    }
}

@media (max-width: 480px) {
    .heading__title .main__title .responsive-icon {
        max-width: 50%;
    }

    .heading__title .main__title .responsive-heading {
        font-size: 32px;
    }
}

.main__header.is__home__two, .main__header.is__color__white .naya {
    background-color: white;
}

/* terms and condition */
/* .terms__text{
  max-height: 200px;
  overflow-y: auto;
} */

.heading__title .terms-section p {
    line-height: 1.6;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

.form-icon .asterisk {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-80%);
    color: red;
    font-size: 1rem;
    pointer-events: none;
}

.asterisk {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-80%);
    color: red;
    font-size: 1rem;
    pointer-events: none;
}


.input-group{
    flex-direction: column;
}

.dataTable.no-footer{
    padding-block:20px;
}

.error_text{
    margin-top: 4px;
    padding: 0px 8px;
    background-color: rgba(255, 0, 0, 0.700);
    color: white;
    font-size: 12px;
    margin-bottom: 0;
    width: fit-content;
    border-radius: 4px;
}

.success_text{
    margin-top: 4px;
    padding: 0px 8px;
    background-color: #198754d0;
    color: white;
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
}


.form__style .editable {
    font-size: 16px;
    font-weight: 500;
    color: #333333 !important;
}