.invite-step-label {
    font-weight: 800;
}

.add-employee-label {
    font-size: 20px;
    font-weight: 800;
}

.add-employee-input {
    padding: 12px 9px 16px 20px !important;
    line-height: 20px;
    height: 45px;
}

.dropdown-toggle-invite {
    border-radius: 10px;
    border: 1px solid #E9EAEC;
    background-color: #F9F9F9;
    height: 45px;
    font-size: 14px;
    position: relative;
}

.dropdown-toggle-invite:after {
    display: inline-block;
    position: absolute;
    right: 9px;
    border: none;
    background: url("../../images/arrow-down.svg") no-repeat;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.dropdown-toggle-invite:hover {
  border: 1px solid #E9EAEC;
}

#create-employee-btn {
    height: 50px;
    font-weight: 700;
}

.form-switch > .form-check-input {
    height: 24px;
    width: 40px;
    padding: 1px;
    background-color: var(--grayscale-400);
    border-color: var(--grayscale-400);
    background-image: url("../../images/switch.svg");
}

.form-switch > .form-check-input:checked {
    background-color: var(--main) !important;
    background-image: url("../../images/switch.svg");
    border-color: var(--main) !important;
}

textarea.form-control {
    height: 111px;
    background-color: #F9F9F9;
    border: 1px solid #E9EAEC;
    resize: none;
}

.add-employee-sublabel {
    font-size: 14px;
    font-weight: 700;
}

#form-create-employee .select2-container {
  width: 100% !important;
}

#form-create-employee .row .form-field {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#save-personal-settings-btn {
    padding: 16px;
}

.border-bottom-gray {
    border-bottom-color: #E5E5E5!important;
}
