@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: mfs-fonts;
    src: url('../fonts/mfs-fonts/mfs-light-2.0.2.woff2')
            format('woff2'),
        url('../fonts/mfs-light-2.0.2.woff')
            format('woff');
    font-display: swap;
}

body {
    font-family: 'mfs-fonts', sans-serif;
    font-size: 18px;
    height: 100%;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.01em;
    padding-right: 0!important;
    background: #F5F5DC;
    color: #4F565E;
    margin: 0;
    display: flex;
    flex-direction: column;
}

/* #14425d !important */

.blue.accent-3 {
    background-color: #14425d !important;
}

h4 {
    font-size: 24px;
}

h5, h6 {
    font-size: 18px;
    font-weight: 400;
    color: #4F565E;
    line-height: 1.5;
    margin: 0;
}

form label {
    font-size: 18px;
}

.text_login {
    font-size: 16px;
}

/* Menu Custom */

.sidebar-menu li.header {
    font-size: 16px;
    padding: 10px 25px 10px 15px;
    color: #4F565E;
}

.sidebar-menu>li>a {
    display: block;
    padding: 10px 5px 10px 15px;
    color: #4F565E;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .4px;
}

/* Select2 Custom */

.select2-container--default {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
}

.select2-results__option {
  font-family: 'mfs-fonts', sans-serif;
  font-size: 16px; /* Change font size */
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 38px;
    font-size: 18px;
    padding: 1px 0px 0px 12px;
}

.select2-container--default .select2-selection--single:focus {
    border: 1px solid #03a9f4;
    box-shadow: 0 0 0 0 #03a9f4;
}

.select2-container--default .select2-search--dropdown {
    border-bottom: 1px solid #f5f5f5;
    border-radius: 1px 1px 0 0;
    margin-bottom: 10px;
    margin-top: -10px;
    position: relative;
}

.select2-container--default .select2-search--dropdown::before {
    color: #86939e;
    content: none !important;
    font-size: 0 !important;
    left: 0;
    position: absolute;
    top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #4F565E !important;
    line-height: 28px;
    font-size: 1rem;
    padding-top: 3px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #e1e8ee;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #4F565E !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 38px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white;
    font-size: 18px;
    padding-left: 20px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: transparent;
    border: 0 none;
    color: #006400;
    height: 38px;
    padding: 5px 10px 5px 15px;
    margin: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    background-color: transparent;
    border: 0 none;
    color: #006400;
    height: 38px;
    padding: 5px 10px 5px 15px;
    margin: 0;
}

.select2-results__message {
    color: #006400;
    font-size: 18px;
    margin-top: 0;
    text-align: center;
}

.select2-results__option {
    color: #86939e;
    cursor: pointer;
    font-size: 18px;
    padding-left: 20px;
    transition: background-color .3s ease 0s;
}

/* DateTime Picker */

.form-material .input-group input[type=text] {
    border: 1px solid #e1e8ee;
    box-shadow: none;
    padding-left: 11px;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #e1e8ee;
    border-radius: .25rem;
}

/* Lựa chọn tình trạng */

.status-container {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.status-option {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 120px;
    height: 80px;
    border: 1px solid #ccc;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    color: #333;
    background-color: #fff;
    transition: all 0.3s ease;
    position: relative;
}

.status-option input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.status-option .icon {
    font-size: 24px;
    margin-bottom: 5px;
    color: green;
}

.status-option.active {
    border-color: red;
}

.radio-circle {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 16px;
    height: 16px;
    border: 1px solid green;
    border-radius: 50%;
    background-color: white;
}

.status-option.active .radio-circle {
    background-color: green;
}

#show_div label, #show_div p, #show_div .input-group {
    margin: 0;
    padding: 0;
}

#show_div label {
    font-size: 16px;
}

#show_div {
    display: none;
}