.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0.46875rem 0.625rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    font-size: 16px;
    color: #596882;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0ccda;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-success {
    background-color: #01a081 ;
    color: #ffffff;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease, color 0.3s ease ;
}
.btn-success:hover {
    border: 1px solid #01a081 !important;
    background-color: transparent !important;
    color: #01a081 !important;
}
.btn-success:hover svg {
    fill: #01a081 !important;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #596882;
    background-color: #fff;
    border-color: #7cb2fe;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(1, 104, 250, 0.25);
}

.form-control::placeholder {
    color: #7987a1;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e3e7ed;
    opacity: 1;
}

textarea.form-control {
    height: 100px;
    resize: none;
}


input, select {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    height: 48px !important;
    border-radius: 10px !important;
}
.note-editor.note-frame {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
    border-radius: 10px !important;
    padding: 10px;
}
.note-editor .note-toolbar {
    margin: 0;
    padding: 0 0 5px 5px;
    border-radius: 8px 8px 0 0;
}
.submit-profile-btn {
    border-radius: 10px;
}
.btn {
    min-height: 48px;
}

@media (max-width: 767px) {
    .note-editable.card-block {
        height: 200px !important;
    }
    .submit-profile-btn {
        text-align: center;
        width: 100%;
    }
}
