﻿.qw-h1txt {
    color: white;
    margin-bottom: 0;
    margin-top: 20px;
    line-height: 1.25;
    font-size: 150px;
    font-family: "Style Script", cursive;
}
.qw-h2txt {
    color: white;
    font-weight: bold;
    max-width: 80%;
}
.disabled-text {
    color: rgba(0, 0, 0, 0.5);
}
.alert-text {
    color: indianred;
    --rz-form-field-label-focus-color: indianred;
    --rz-input-placeholder-color: indianred;
}
.tb-input {
    text-align: start;
    width: 100%;
    font-size: 14px;
}
.tb-field {
    margin-top: 2px;
    padding: 0 10px;
    height: 35px;
    border-radius: 10px;
    width: 100%;
}
.card-dropdown {
    align-content: center;
    display: grid;
    padding-top: 0;
    padding-bottom: 0;
    --rz-input-height: 2.0rem;
    border-radius: 10px;
}

.doc-card {
    padding: 30px;
    --rz-card-flat-background-color: #ffffff;
    max-width: 800px;
}
.card-txt-row {
    padding: 10px 40px;
}
.card-ref {
    margin-left: 40px;
}

.card-txt-row-right {
    padding: 10px 140px;
}

.nutrition-card {
    position: relative;
    z-index: 1;
    margin: -120px auto 20px auto;
    padding: 30px;
    background-color: #ffffff;
    width: 50%;
    border-radius: 100px;
}
.gift-card {
    border-radius: 10px;
    padding: 30px;
    --rz-card-flat-background-color: #ffffff;
    margin: 40px auto;
    max-width: 500px;
}

.home-card {
    margin: 20px auto;
    background-color: rgba(173, 216, 230, 0.6) !important;
/*rgba(139, 76, 158, 0.6)*/
    border-radius: 10px;
}

.signup-card {
    width: 500px;
    /*background-color: rgb(12,31,119,0.5) !important;*/
    /*background-color: white !important;*/
    background-color: rgba(173, 216, 230, 0.9) !important;
    border-radius: 10px;
    margin: 20px auto;
 }

.unit-card {
    width: 90%;
    /*background-color: rgb(12,31,119,0.5) !important;*/
    /*background-color: white !important;*/
    background-color: rgba(173, 216, 230, 0.9) !important;
    border-radius: 10px;
    margin: 20px auto;
}

.img-card {
    width: 100%;
    /*background-color: rgb(12,31,119,0.5) !important;*/
    /*background-color: white !important;*/
    background-color: rgba(173, 216, 230, 0.9) !important;
    border-radius: 10px;
    margin: 20px auto;
}

.img-tile {
    max-height: 300px;
    margin: 10px;
}

.unit-card-title {
    margin-left: 20px;
}
.unit-btn {
    align-items: end;
    justify-content: end;
    display: flex;
    margin-bottom: 10px;
}

@media screen and (min-width: 0px) and (max-width: 500px) {
    .unit-card-title {
        margin-left: 0;
    }
    .img-tile {
        height: 200px;
        margin: 10px 5px;
    }
    .gift-card {
        margin: 40px 0;
        border-radius: 0;
    }
    .signup-card {
        width: 100%;
    }
    .img-card {
        margin: 0;
        border-radius: 0;
    }
}
@media screen and (min-width: 0px) and (max-width: 1250px) {
    .qw-h1txt {
        font-size: 72px;
    }

    .doc-card {
        margin: 0;
        padding-top: 20px;
    }
    .card-txt-row {
        padding: 10px;
    }
    .card-ref {
        font-size: 11px;
        margin: 0 -5px;
    }
    
    .nutrition-card {
        margin: -60px 0 0 0;
        width: 100%;
        border-radius: unset;
        border: unset !important;
    }
}