#content {
    padding: 0;
}

.p-title {
    font-size: 14px;
}

hr {
    margin: 20px 0;
}

label {
    font-size: 12px;
    color: #000 !important;
}

.select2-selection--single {
    display: flex !important;
    align-items: center;
    height: 38px !important;
    border: 1px solid #ced4da !important;
}

.select2-selection__arrow {
    top: 5px !important;
}

#select-profession.error + #select-profession-error + .select2-container .select2-selection {
    border: 1px solid #dc3545 !important
}

.select2-container {
    width: 100% !important;
}

.form-field {
    position: relative;
}

.form-control {
    height: 40px;
    font-size: 14px;
}

label.error {
    font-size: 12px;
    color: #dc3545;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.form-control.error {
    border: 1px solid #dc3545;
}

.select2-selection.required {
    background-color: yellow !important;
}

.iti {
    width: 100%;
}

#phone-error {
    top: -22px;
}

.toggle-password {
    width: fit-content;
    position: absolute;
    top: 35px;
    right: 10px;
}

.toggle-password i {
    cursor: pointer;
    font-size: 15px;
}