.form-control::placeholder {
    color: #cac8c8 !important;
    opacity: 1;
}

.error input{
    border-color: #ef7171;
}

.error select {
    border-color: #ef7171;
}

.error .errMsg {
    color: #ef7171;
}

.contact_email_icon {
    width: 180px;
    height: 180px;;
}

.complete-title {
    color: #77b3f5;   
}

.complete-msg {
    color: grey;
    font-size: 14px;
}

.custom-select {
    color: #009BDA !important;
}

.form-title{
    color :#3592D1 ;
}

.form-check-question
{
    color: #3592D1  !important;
    font-size: 16px !important;
}

.form-check-label {
    color: #3592D1  !important;
    font-size: 12px;
}

textarea {
    resize: none !important;
}

.custom-footer {
    /* background-color: #77b3f5; */
    background-image: linear-gradient(-180deg, #3592D1 0%, #2B6EB0 100%);
    box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.28);
    background-repeat: no-repeat;
    background-position: center top;
}

.submit-btn {
    border-radius: 25px !important;
    background-color: white !important;
    color: #77b3f5 !important;
}

.close-btn {
    border-radius: 25px !important;
    background-color: #77b3f5 !important;
    color: white !important;
}

.custom-content {
    /* top: 0;
    bottom: 86px; */
    overflow-y: auto;
}

.custom-content::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}

.complete-box {
    border-top: 1px solid #cccccc7d;
    border-bottom: 1px solid #cccccc7d;
}

.form-check-input {
    margin-top: 0.2rem !important;
}
