html, body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #212529;
}

.form-control, .form-select {
    padding: 0.8rem 1rem;
    border: 2px solid #f1f1f1;
    border-radius: 8px;
    background-color: #fff;
}

.form-control:focus {
    border-color: #007bff;
    outline: none;
    box-shadow: none;
}

.form-control::placeholder {
    color: #adb5bd;
}

.form-check .form-check-input[type="radio"] {
    appearance: none;
    border: 2px solid #e0e0e0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    background-color: #fff;
}

.form-check .form-check-input[type="radio"]:checked {
    border-color: #007bff;
    background-color: #007bff;
}

.form-check .form-check-input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}

.form-check .form-check-label {
    font-weight: 400;
    color: #212529;
}

.input-icon {
    position: relative;
}

.input-icon .right {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}

.input-icon.icon-left input {
    padding-left: 40px;
}

.input-icon .left {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    padding: 0 0.5rem;
}

.form-check .form-check-input[type="checkbox"] {
    appearance: none;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    margin-top: 0.3rem;
    margin-right: 0.5rem;
    vertical-align: middle;
    background-color: #fff;
}

.form-check .form-check-input[type="checkbox"]:checked {
    border-color: #007bff;
    background-color: #007bff;
}

.form-check .form-check-input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
}

.form-check .form-check-label {
    font-weight: 400;
    color: #212529;
}

.ui-autocomplete {
    z-index: 9999 !important;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-25 {
    font-size: 25px !important;
}

.ui-autocomplete {
    position: absolute;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    max-height: 350px;
    overflow-x: hidden !important;
    overflow-y: scroll !important;
}

/* Target the scrollbar for the ui-autocomplete element */
.ui-autocomplete::-webkit-scrollbar {
    width: 5px;
    background-color: #ccc;
}

/* Target the scrollbar thumb for the ui-autocomplete element */
.ui-autocomplete::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #333 !important;
}

/* Target the scrollbar track for the ui-autocomplete element */
.ui-autocomplete::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ccc;
}

.btn-success {
    background-color: #9ccc65;
    border-color: #9ccc65;
}

.btn-success:hover {
    background-color: #7cb342;
    border-color: #7cb342;
}

.table-review {

}

.table-review td {
    border-bottom: 1px dashed #e0e0e0 !important;
    padding: 15px;
}

.sw-hide {
    display: none;
}