.widgets .card {
    width: 880px;
    border-radius: 6px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.11);
    background-color: #fff;
    border: none;
    margin: auto auto 2rem auto;
}
.widgets .nocontent-wrapper {
    width: 100%;
    height: 430px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.widgets .nocontent-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin: 2rem auto 0;
}
.widgets .phone-link {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: var(--font-color);
    margin-bottom: 0;
}
.widgets .phone-icon {
    width: 13.8px;
    height: 15px;
    object-fit: contain;
}
.widgets .nocontent-icon {
    width: 171px;
    height: 181px;
    object-fit: contain;
}
#feedback .slider-section {
    border-radius: 8px;
    border: solid 1px #f1f1f1;
}
.widgets .slider-section .card {
    width: 240px !important;
    border-radius: 8px;
    border: solid 1px #f1f1f1;
    box-shadow: none;
}
.widgets .modal-section .card {
    width: 520px !important;
    border: none;
    box-shadow: none;
}
.widgets .slider-section .card-body .widgets .modal-section .card-body {
    padding: 0.75rem;
}
.widgets .card-header {
    background-color: #1d1e1f;
    padding: 0;
    border-radius: 6px 6px 0 0;
    border: none;
}
.widgets .card-img-top {
    border-radius: 6px 6px 0 0;
    width: 100%;
    height: 229px;
    object-fit: cover;
}
.widgets .slider-section .card-img-top {
    width: 100%;
    height: 222px;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.widgets .slider-input {
    cursor: pointer;
}
.widgets .modal-section .card-img-top {
    width: 100%;
    height: 230px;
    object-fit: cover;
    border-radius: 0;
}
.widgets .card-wrapper {
    width: 740px;
    margin: auto;
}
.widgets .card-img-overlay {
    height: 229px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.widgets .card-title {
    font-size: 50px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #fff;
}
.widgets .modal-section .card-title,
.widgets .slider-section .card-title {
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.45;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.widgets .slider-section .card-title.heading {
    font-size: 19px;
    line-height: normal;
    color: #2f2f2f;
}
.widgets .card-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #2f2f2f;
}
.widgets .slider-section .card-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #3e3d3f;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-bottom: 1rem;
}
.widgets .modal-section .card-text {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #3e3d3f;
}
.widgets .modal-section .redeem-message {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.21;
    letter-spacing: normal;
    text-align: center;
    color: #3e3d3f;
}
.widgets .modal-section .noBtn,
.widgets .modal-section .yesBtn {
    width: 100%;
}
.widgets .modal-section .yesNo-row {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.widgets .card-text.subtitle {
    font-size: 19px;
}
.widgets .signupBtn {
    width: 100%;
    height: 61px;
    border-radius: 6px;
    border: none;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 1.5rem auto;
}
.widgets .modal-section .loyalty-icon,
.widgets .slider-section .loyalty-icon {
    width: 29px;
    height: 29px;
    object-fit: contain;
}
.widgets .modal-section .points-text,
.widgets .slider-section .points-text {
    font-size: 25px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #f6af2b;
    margin-bottom: 0;
}
.widgets .points-panel {
    width: 100%;
    height: 111px;
    border-radius: 6px;
    background-image: linear-gradient(103deg, #fbd249, #f5a623);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.widgets .points-panel .total-points {
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.9;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.widgets .points-panel .loyalty-icon {
    width: 31px;
    height: 33px;
    object-fit: contain;
}
.widgets .points-panel .points-text {
    font-size: 30px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.6;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
}
.widgets .redeemBtn {
    width: 100%;
    height: 37.2px;
    border-radius: 3.7px;
    border: none;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    background-color: #bfc0bd;
}
.widgets .redeemBtn:hover {
    cursor: default;
}
.widgets .redeemBtn.mainBgColor:hover {
    cursor: pointer;
}
.widgets label {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #000;
}
.widgets input,
.widgets input:focus,
.widgets textarea,
.widgets textarea:focus {
    border-radius: 4px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
}
.widgets textarea {
    height: 76px;
    resize: none;
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #292929;
}
.widgets .form-group.col-md-5 {
    flex-basis: 33.3333%;
    max-width: 33.3333%;
}
.widgets .submitBtn {
    width: fit-content;
    height: 40px;
    border-radius: 4px;
    border-width: 0;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: #bfc0bd;
}
.widgets .submitBtn:hover {
    cursor: default;
}
.widgets .submitBtn.mainBgColor:hover {
    cursor: pointer;
}
.widgets .form-inline {
    padding-top: 2rem;
    padding-bottom: 0.75rem;
}
.widgets .form-inline input {
    border: unset;
    background-color: #f1f1f1;
    padding-left: 2rem;
    width: 280px;
}
.widgets .form-heading {
    font-size: 23px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.74;
    letter-spacing: normal;
    color: #2f2f2f;
}
.widgets .form-group {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.widgets .icon-label {
    position: absolute;
    top: 12px;
    left: 15px;
}
.widgets .icon-label svg {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.widgets .custom-file-label::after {
    content: url("data:image/svg+xml; utf8, <svg xmlns='http://www.w3.org/2000/svg' width='23' height='23' viewBox='0 0 23 23'><g fill='none' fill-rule='evenodd'><g fill='dimgray' fill-rule='nonzero'><g><g><path d='M597.115 59.475c.49 0 .885.396.885.885v6.755c0 .49-.396.885-.885.885h-21.23c-.49 0-.885-.396-.885-.885V60.36c0-.49.396-.885.885-.885s.884.396.884.885v5.87h19.462v-5.87c0-.49.395-.885.884-.885zM586.5 45c.049 0 .098.004.147.012.063.01.123.028.182.051l.026.01.073.037.032.019c.022.013.043.027.062.042l.041.032.046.041-.024-.024.026.024.014.015 6.756 6.755c.346.345.346.905 0 1.25-.346.346-.905.346-1.25 0l-5.247-5.244v12.34c0 .489-.395.884-.884.884s-.885-.395-.885-.884V48.02l-5.245 5.244c-.346.345-.905.345-1.251 0-.346-.346-.346-.906 0-1.251l6.756-6.755.013-.014c.02-.02.042-.037.064-.055l.02-.016c.022-.015.043-.03.066-.044l.038-.022c.015-.008.031-.017.048-.024.017-.008.034-.016.051-.022.024-.01.048-.018.073-.026l.029-.008c.023-.006.047-.01.071-.015.05-.009.101-.013.152-.013z' transform='translate(-1385 -3262) translate(90 3106) translate(720 111)'/></g></g></g></g></svg>") !important;
    border: none;
    width: 23px;
    height: 23px;
    right: 5px;
    top: 0;
    display: flex;
    justify-content: center;
    background: none;
}

.widgets .custom-file-input:focus~.custom-file-label {
    border-color: #dcdcdc;
    box-shadow: none;
}

.widgets .file_name {
    height: 29px;
    border-radius: 3px;
    background-color: var(--color);
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    margin: auto;
    z-index: 2;
    transition: all 0.4s;
}

#feedback input[type="checkbox"],
input[type="radio"] {
    opacity: 1;
}
#feedback .rating {
    border: none;
}
#feedback .rating > input {
    display: none;
}
#feedback .rating > label:before {
    margin: 5px;
    font-size: 2em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}
#feedback .rating > .half:before {
    content: "\f089";
    position: absolute;
}
#feedback .rating > label {
    color: #d8d8d8;
    font-weight: 100;
    font-size: 16px;
    float: right;
}
@media (max-width: 1439px) {
    .widgets .card-wrapper {
        width: 730px;
    }
    .widgets .slider-section .card {
        width: 235px !important;
    }
    .widgets .modal-section .card {
        width: 580px !important;
    }
    .widgets .form-inline .submitBtn {
        width: 130px;
    }
    .widgets .form-inline input {
        width: 290px;
    }
}
@media (max-width: 1199px) {
    .widgets .card {
        width: 828px;
    }
    .widgets .slider-section .card {
        width: 228px !important;
    }
    .widgets .card-wrapper {
        width: 707px;
    }
    .widgets .form-inline .submitBtn {
        width: 222px;
    }
    .widgets .form-inline input {
        width: 232px;
    }
}
@media (max-width: 969px) {
    .widgets .card {
        width: 730px;
    }
    .widgets .slider-section .card {
        width: 205px !important;
    }
    .widgets .modal-section .card {
        width: 543px !important;
    }
    .widgets .card-wrapper {
        width: 637px;
    }
    .widgets .form-inline .submitBtn {
        width: 168px;
    }
    .widgets .form-inline input {
        width: 224px;
    }
}
@media (max-width: 749px) {
    .widgets .card {
        width: 460px;
    }
    .widgets .slider-section .card {
        width: 180px !important;
    }
    .widgets .modal-section .card {
        width: 380px !important;
    }
    .widgets .slider-section .card-text {
        -webkit-line-clamp: 3;
    }
    .widgets .card-wrapper {
        width: 381px;
    }
    .widgets #loyalty-nav .dropdown,
    .widgets #loyalty-nav .dropdown-toggle {
        width: 100%;
        background-color: #fff;
        color: inherit;
    }
    .widgets .form-group.col-md-5 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .widgets .form-inline .submitBtn {
        width: 100%;
    }
    .widgets .form-row {
        flex-direction: column;
        width: 100%;
    }
    .widgets .form-row .col-auto:not(:last-child) {
        margin-bottom: 1rem;
    }
    .widgets .form-inline input {
        width: 100%;
    }
}
@media (max-width: 480px) {
    .widgets .card {
        width: 300px;
    }
    .widgets .slider-section .card {
        width: 260px !important;
    }
    .widgets .modal-section .card {
        width: 100% !important;
    }
    .widgets .slider-section .card-text {
        -webkit-line-clamp: 2;
    }
    .widgets .card-wrapper {
        width: 260px;
    }
    .widgets .card-title {
        font-size: 43px;
    }
    .widgets .yesNo-row {
        flex-direction: column;
    }
    .widgets .yesNo-row .col-7 {
        flex-basis: 100%;
        max-width: 100%;
    }
    .widgets .yesNo-row .col-7:last-child {
        margin-top: 1.25rem;
    }
    .widgets .nocontent-wrapper {
        height: 250px;
    }
}
