/* Zohaib Bhai Work */

.pmpro_checkout-field .profileField,
.pmpro_checkout-field input[type="date"],
.delos_custom_cb_area,
.SumoSelect {
    width: 90vw !important;
    max-width: 325px !important;
    min-width: 250px !important;
}

.pmpro_checkout-field label
{
    font-weight: 300;
    font-size: 12px;
    color: #333;
    padding: 10px 0px 10px;
    text-transform: uppercase;
}
.delos_custom_cb, .delos_custom_cb_area ~ .pmprorh_checkbox_label {
    z-index: 9;
}

/* Ends */

.pmpro_checkout-field-checkbox
{
    position: relative;
    display: flex;
    align-items: center;
}

.pmpro_checkout-field-checkbox .delos_custom_cb_area {
    position: absolute;
    top: -15px;
    
}

.delos_custom_cb_area
{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pmpro_checkout-field-file .delos_custom_cb_area
{
    margin-top: -5px !important;   
}

.delos_custom_cb_area label:nth-child(1) {
    text-transform: none;
    margin-right: 5px;
}

.pmpro_checkout-field small {
    color: #595959 !important;
}