#message-store-form .form-group .label-text:not(.form-check-label):not(#count_message):after  {
    content:"*";
    color:red;
}

#messageStoreModal{
    top: 0;
    left: 0;
    height: 100dvh;
    width: 100vw;
}

#messageStoreModal .modal-dialog{
    max-width: 100%;
    height: 100dvh;
    width: 100vw;
    margin: 0;
}

#messageStoreModal .modal-content{
    height: 100dvh;
    width: 100vw;
    border: none;
    overflow-y: scroll;
}

#messageStoreModal .modal-body{
    margin-top: 32px;
}

#messageStoreModal .close{
    margin-right: 60px;
}

#messageStoreModal .close img{
    height: 40px;
    width: 40px;
}

#messageStoreModal .form-header{
    margin-top: 48px;
    margin-bottom: 24px;
}

#messageStoreModal .radio-group{
    margin-top: 16px;
}

#messageStoreModal .radio-group .label-text{
    display: block;
}

#messageStoreModal .radio-group .radio-label{
    margin-bottom: 12px;
}

#messageStoreModal .form-group label {
    font-weight: normal;
    margin-bottom: 10px;
}

#messageStoreModal .radio-group label{
    margin-bottom: 0px;
}

#messageStoreModal textarea{
    width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}

#messageStoreModal .form-submit{
    margin-top: 16px;
}

#messageStoreModal .location-name{
    text-transform: capitalize;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 1px;
}

#messageStoreModal .grecaptcha-notice{
    margin-top: 24px;
}

.thank-you h2{
    margin-top: 96px;
    margin-bottom: 24px;
    text-align: center;
}

.thank-you img{
    margin-bottom: 24px;
    text-align: center;
    width: 100%;
}

.thank-you p{
    text-align: center;
}

#count_message {
    color: var(--gray) !important;
  }

@media only screen and (min-width: 768px){
    #messageStoreModal .modal-body{
        max-width: 768px;
        left: calc((100vw - 768px)/2);
    }
}

@media only screen and (max-width: 768px) {
    #messageStoreModal .close{
        margin-right: 4px;
    }

    #messageStoreModal .modal-body{
        margin-top: 0px;
        margin: 20px;
    }
}