/*Trigger Button*/
.login-trigger {
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to bottom right, #B05574, #F87E7B);
    padding: 15px 30px;
    border-radius: 30px;
    position: relative;
    top: 50%;
}


/*Modal*/
.formH4 {
    font-weight: bold;
    color: #fff;
}

.FormClose {
    color: #fff;
    transform: scale(1.2)
}

.modal-contentt {
    font-weight: bold;
    background: linear-gradient(to bottom right,#F87E7B,#B05574);
}

.form-control {
    margin: 1em 0;
}

    .form-control:hover, .form-control:focus {
        box-shadow: none;
        border-color: #fff;
    }

.formH4 {
    font-weight: bold;
    color: #00d1ca;
    text-align: center;
    font-size: 2rem;
}

.modalTxt {
    text-align: center;
    font-weight: 500;
}

.username {
    border: none;
    box-shadow: none;
    font-weight: normal;
    background: #f1f1f1;
    height: 28px;
    padding: 0px 8px;
    border-radius: 3px !important;
    margin-bottom: 0px;
}

select#ContactCode {
    border: none;
    margin: 16px 10px 0px 0;
    background: #f1f1f1;
    border-radius: 3px;
    color: #b9b9b9;
    height: 28px;
}

.mailSubmit {
    padding: 0 !important;
    background: #00d1ca;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 20px;
    margin-left: 74px;
    height: 65px;
    width: 195px;
}

.username:focus {
    background: #f1f1f1;
}

.form-control::-webkit-input-placeholder {
    color: #b9b9b9;
}

.form-control:focus::-webkit-input-placeholder {
    font-weight: bold;
    color: #fff;
}

.remarkPlaceholder::-webkit-input-placeholder {
    font-size: 1.05rem;
    letter-spacing: 1.5px;
}

.login {
    padding: 6px 20px;
    border-radius: 20px;
    background: none;
    border: 2px solid #FAB87F;
    color: #FAB87F;
    font-weight: bold;
    transition: all .5s;
    margin-top: 1em;
}

    .login:hover {
        background: #FAB87F;
        color: #fff;
    }

.modal-content .close {
    color: #00d1ca;
    background: #fff;
    font-size: 35px;
    font-weight: 300;
    text-align: center;
    line-height: 0px;
    width: 40px;
    height: 40px;
    padding-left: 9px;
    border: 2px solid #1dd1a1;
    border-radius: 50%;
    overflow: hidden;
    opacity: 1;
    position: absolute;
    top: -3px;
    right: -3px;
    z-index: 1;
    transition: all 0.3s;
}

.mulSelectLabel {
    font-size: 14px;
    width: 100%;
    margin-bottom: 0px;
    text-align: left;
}

.projectMultiSelect {
    display: block;
    height: 70px;
    width: 100%;
    color: #686a6f;
    line-height: 40px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
}

.modal-box .contact-form #country_code {
    margin: 0;
}

.checkPrivacyPolicy {
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacyPara {
    margin: 0;
}

button.disabled {
    background-color: #dcdcdc;
    cursor: not-allowed;
}
