input.form-control {
    border-radius: 15px;
    border: 1px solid #494949;
}

.btn-pattern {
    background-color: #D9D9D9;
    color: #000000;
    border-radius: 15px;
    border: 1px solid #000000;
}

body, body a, body .btn {
    color: #000000 !important;
}

.swal2-title {
    font-size: 16px !important;
}

.swal2-actions button{
    padding: 0.375rem 0.75rem;
    font-size: 16px!important;
}

input::-webkit-input-placeholder {
    font-size: 16px;
}

.swal2-icon.swal2-warning {
    width: 3em!important;
    height: 3em!important;
}

.swal2-icon .swal2-icon-content{
    font-size: 2.5rem!important;
}

.swal2-html-container{
    overflow: hidden !important;
    font-size: 12px !important;
}

.swal2-icon.swal2-warning, .swal2-icon.swal2-info {
    border-color: #000000 !important;
    color: #000000 !important;
}

.swal2-modal button.swal2-cancel {
    border-radius: 15px !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.swal2-modal button:not(.swal2-cancel) {
    padding-left: 30px !important;
    padding-right: 30px !important;
    border-radius: 15px !important;
}

ul.pagination .page-item.active span {
    background-color: #494949;
    border-color: #494949;
}

::placeholder {
    text-align: center; 
}

.modal .modal-content {
    border-radius: 15px !important;
}

input[type=checkbox] {
    width: 19px;
    height: 19px;
    accent-color: green;
}

#modal_upload_csv .box-preview__content {
    max-height: 350px;
}

#modal_upload_csv .box-preview__content .row {
    margin-left:  0px !important;
    margin-right: 0px !important;
}
.font-weight-500 {
    font-weight: 500;
}

.nav-item .fa-user {
    color: #4591FE;
}
.ic-logout {
    display: block;
    width: 25px;
    height: 25px;
    background: url(/image/image_43.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.btn-outline-dark-custom {
    background-color: #FFFFFF;
    border: 1px solid #494949;
    border-radius: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-upload {
    position: relative;
    margin-bottom: 29px;
}

.btn-upload, .btn-get-template {
    min-width: 384px;
    color: #494949;
    font-size: 20px;
    text-align: center;
    font-weight: normal !important;
}

.btn-upload img {
    position: absolute;
    top: 8px;
    right: 12px;
    z-index: 20;
}

#modal_upload_csv .title-form {
    margin-bottom: 48px !important;
}

#modal_upload_csv .modal-content {
    padding-top: 36px;
    padding-bottom: 106px !important;
}

.btn-fixed-width {
    width: 130px;
}

#search_modal .group-input-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.form-search-appraiser {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fs-24 {
    font-size: 24px !important;
}
.wrapper-loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: black;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
.loader {
    width: 50px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 8px solid #0000;
    border-right-color: #ffa50097;
    position: relative;
    animation: l24 1s infinite linear;
}
.loader:before,
.loader:after {
    content: "";
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: inherit;
    animation: inherit;
    animation-duration: 2s;
}
.loader:after {
    animation-duration: 4s;
}
@keyframes l24 {
    100% {transform: rotate(1turn)}
}