::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.font-size-10 {
    font-size: 10px !important;
}

.font-size-12 {
    font-size: 12px !important;
}

.font-size-14 {
    font-size: 14px !important;
}

.font-size-16 {
    font-size: 16px !important;
}

.font-size-18 {
    font-size: 18px !important;
}

.font-size-20 {
    font-size: 20px !important;
}

.font-size-22 {
    font-size: 22px !important;
}

.search-area {
    display: none;
    position: absolute;
    z-index: 99;
    background: white;
    padding: 0.375rem 0.75rem;
    border-radius: 5px;
    border: 1px solid #ced4da;
    margin-top: -5px;
    width: 200px;
}

.search-area-ul {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
}

.search-area-ul li {
    padding: 0.375rem 0.375rem;
    width: 100%;
}

.search-area-ul li:hover {
    cursor: pointer;
    background: #FF7F14;
    color: white;
    border-radius: 5px;
}

input:focus, select:focus {
    outline: none !important;
    border: 1px solid #FF7F14 !important;
    box-shadow: none !important;
}

.custom-form {
    border-radius: 5px;
    border: 1px solid #FF7F14;
    padding: 20px;
    margin-top: 15px;
}

.btn-outline-warning {
    color: black;
    border-color: #ced4da;
    background-color: white;

}

.btn-outline-warning:hover {
    color: black;
    background-color: #FF7F14;
    border-color: #ced4da;
}

.btn-check:focus+.btn-outline-warning {
    box-shadow: none;
    background-color: #FF7F14;
}

.btn-check:checked+.btn-outline-warning{
    background-color: #FF7F14;
    border-color: #ced4da;
    color: black;
    outline: none;
    box-shadow: none;
}

