

.amedica-form {
    background: #EAF7F7;
        padding: 30px !important;
           border-radius: 20px;
}

.amedica-field {
    display: flex;
    flex-direction: column;
}

.amedica-field label {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #1A1A1A;
}

.amedica-field input,
.amedica-field textarea,
.amedica-field select {
    border: 1px solid #cfdede;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 16px;
    width: 100%;
}

.amedica-field input, .amedica-field textarea, .amedica-field select{
    margin-bottom:20px;
}

.drp-buttons .applyBtn{
     background: #008C9A;
}

.drp-buttons .applyBtn:hover{
      background: #007885;
}

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

.consent-label input{
    width:auto;
      margin:0 !important;
}

.req {
    color: #d9534f;
}

.amedica-btn {
    background: #008C9A;
    color: #fff;
    padding: 14px 24px;
    border-radius: 14px;
    font-size: 18px;
    border: none;
    cursor: pointer;
    transition: .2s;
    margin-top:10px;
}

.amedica-btn:hover {
    background: #007885;
}

.error-msg,
.errors {

    color: #c0392b;
    font-size: 15px;
}

.success-msg {
    color: #005e7f;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}

.form-success {
    padding: 20px;
    background: #E0F8E9;
    color: #005e7f;
    border-radius: 14px;
    font-size: 18px;
}

.form-title {
    font-size: 28px;
    font-weight: 700;
    color: #1A1A1A;
}


.pop-lg.fancybox-content, .pop-md.fancybox-content {
padding:0 !important;
}

.pop-md .pop-main {
max-width: 100% !important;
}

.daterangepicker{
    z-index:999999 !important;
}

.pop-lg.fancybox-content, .pop-md.fancybox-content{
    min-height: auto !important;
}