
#CustomContactForm .otherInput {
    display: none;
}

#CustomContactForm label {
    display: block;
    margin-top: 25px;
} 

#CustomContactForm input[type='submit'] {
    display: block;
    margin-top: 25px;
} 

#CustomContactForm input[type='text'],
#CustomContactForm input[type='email'],
#CustomContactForm input[type='tel'] {
    padding: 0px 10px !important;
    height: auto;
}

#CustomContactForm select {
    padding: 8px 10px !important;
    height: auto;
}


#CustomContactForm .parsley-errors-list {
    list-style: none;
    padding: 0;
    margin: 5px 0;
}

#CustomContactForm .parsley-errors-list li {
    color: #ff0000;
}

.CCFsuccess {
    font-size: 16px;background-color: #eff9f1;padding: 20px;position: relative;left: -20px;top: 0px;border-left: 4px solid #4ab866;
}

.swal2-title::before {
    content: none !important;
    opacity: 0;
}

.ShowInputsEdit input[disabled] {
    border: none;
    color: #000;
    font-weight: 500;
}

.ShowInputsEdit input[type="text"] {
    max-width: 100px;
    text-align: left;
   
}

.emailInput {
    width: 230px !important;
    max-width: 230px !important;
}

.ShowInputsEdit a.btn {
    color: #fff !important;
}

.ShowInputsEdit div[class*='row'] {
    display: flex;
    justify-content: space-around;
    padding: 8px 10px;
    border-bottom: 1px solid #999;
}


.ShowInputsEdit div[class*='row'] form {
    display: flex;
    width: 100%;
    max-width: 600px;
    justify-content: space-around;
}

.ShowInputsEdit div[class*='row'] form>div {
    text-align: left;
    width: 130px;
}
.ShowInputsEdit div[class*='row'] form>.email {
    text-align: left;
    width: 250px;
}



.customTable {
    width: 100%;
    max-width: 900px;
}

.customTable .header {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    border-bottom: 2px solid #999;
}

.customTable .header div {
    text-align: left;

}

.customTable .header .flex {
    display: flex;
    justify-content: space-around;
    width: 100%;
    max-width: 600px;
}

.customTable .header .flex div {
    width: 130px;
    font-weight: 700;
    font-size: 18px;
}

.customTable .header .flex .email {
    width: 250px;
}

.adminInsert label {
    width: 70px;
}

.adminInsert input {
    margin-bottom: 10px;
}