input:read-only {
     background-color: var(--bs-form-control-disabled-bg);
     opacity: 1;
     pointer-events: none;
}

.form-image-upload input {
     opacity: 0 !important;
     pointer-events: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
     -webkit-appearance: none;
     margin: 0;
}

/* Firefox */
input[type=number] {
     -moz-appearance: textfield;
}

.dropdown-action {
     padding: 0px;
}

.label-status {
     background-color: #ddd;
     padding: 5px 15px;
     border-radius: 20px;
     color: #fff;
     font-weight: normal;
     font-family: "Krub-Medium"
}

.form-checkbox input {
     pointer-events: unset !important;
}

.btn-primary {
     background-color: #075487 !important;
     border-color: #075487 !important;
}

.mr-0 {
     margin-right: 0px !important;
}

.ts-wrapper.plugin-remove_button .item {
     margin-bottom: 0px !important;
     border-radius: 5px !important;
     margin-right: 7px !important;
}

.modal-dialog .modal-content {
     border-radius: 20px !important;
     border: none;
     box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
}

hr {
     border-top: 1.5px solid #ddd !important;
     opacity: unset;
}

.img-table {
     min-width: 100px;
     width: 100px;
     object-fit: cover;
     height: 60px;
}

.inline-block {
     display: inline-block;
}

.bg-none {
     background-color: none !important;
}

.border-none {
     border: none;
}

.ts-wrapper.has-items .ts-control {
     padding: 10px 15px !important;
}

.upload-foto::after {
     content: "\eabd";
}

.w-full {
     width: 100%;
}

.w-50 {
     width: 50%;
}

.h-0 {
     height: 1px;
     padding: 0px;
     border: none !important;
     user-select: none;
     outline: none !important;
}

.upload-file::after {
     content: "\e995"
}

input[type=file] {
     overflow: hidden;
     pointer-events: unset;
}

.form-image-upload {
     background-color: transparent;
}

.form-image-upload::after {
     color: #000;
}

.form-image-upload p {
     position: absolute;
     bottom: 0;
     width: 100%;
     text-align: center;
     color: #B2B2B2;
     font-size: 14px;
     font-weight: bold;
}

.foto-upload-form {
     background: rgba(7, 84, 135, 0.15);
     border-radius: 12px;
     height: 130px;
     width: 250px;
     position: relative;
     color: #075487;
     background-position: center;
     background-size: cover;
}

.btn-add-file-foto {
     background-color: #ddd;
     border-radius: 12px;
     height: 130px;
     width: 200px;
     border: none;
     font-size: 11px;
}

.btn-add-file-foto i {
     font-size: 40px;
}

.foto-upload-form div {
     pointer-events: none;
}

.foto-upload-form .icon-add {
     font-size: 40px;
     margin-bottom: 5px;
}

.foto-upload-form input {
     width: 100%;
     height: 100%;
     opacity: 0;
     position: absolute;
     top: 0;
     cursor: pointer;
}

.gap-10 {
     gap: 10px;
}

.foto-upload-form .delete-icon {
     background-color: transparent;
     color: red;
     border: none;
     position: absolute;
     top: 10px;
     right: 10px;
}

.ts-control,
.ts-wrapper.single.input-active .ts-control {
     min-height: 44px;
}

::-webkit-scrollbar {
     -webkit-appearance: none;
     width: 7px;
     height: 7px;
}

::-webkit-scrollbar-thumb {
     border-radius: 7px;
     background-color: #606060;
     -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.fake-input {
     font-family: "Krub-Medium";
     font-size: 12px;
     outline: none !important;
     box-shadow: none !important;
     border: 1px solid rgba(221, 221, 221, .5882352941);
     border-radius: 10px !important;
     padding: 12px 15px;
     height: 43px;
}

.form-input-pin input {
     width: 50px;
     outline: none;
     box-shadow: none;
     border: none;
     border-bottom: 2px solid #000;
     text-align: center;
     font-size: 26px;
}

.notification-list .items .title {
     width: unset !important;
}

.notification-list .items .desc,
.notification-list .items .date {
     width: unset !important;
     height: unset !important;
     white-space: unset !important;
     font-size: 11px !important;
}

.notification-list .items a {
     background: #dddddd5e;
     border-radius: 15px;
}

.btn-danger {
     background: #E61C24 !important;
}

.form-switch-box input {
     opacity: unset !important;
     pointer-events: unset !important;
     width: 0px;
}

.form-switch-box {
     position: relative;
     height: 24px;
}

.form-switch-box input::before {
     content: ' ';
     background-color: #F5F5F5;
     border: 2px solid #E5E5E5;
     position: absolute;
     width: 50px;
     height: 24px;
     border-radius: 32px;
     right: 0;
     cursor: pointer;
     transition: 0.2s;
}

.form-switch-box input::after {
     content: ' ';
     background-color: #fff;
     height: 16px;
     width: 16px;
     border-radius: 100%;
     border: 1px solid #E5E5E5;
     position: absolute;
     margin-left: -45px;
     margin-top: 4px;
     cursor: pointer;
     transition: 0.2s;
}

.form-switch-box input:checked::before {
     background-color: #578C7A;
     border-color: #578C7A;
     transition: 0.2s;
}

.form-switch-box input:checked::after {
     border-color: #fff;
     margin-left: -22px;
     transition: 0.2s;
}

.bg-primary {
     background: #075487 !important;
}

.card-dashboard {
     background: linear-gradient(180deg, #555E6B 0%, #2D3945 100%);
     border-radius: 12px;
     padding: 20px;
     color: white;
}

.card-dashboard .title {
     font-size: 17px;
     border-bottom: 1px solid #fff;
     margin-bottom: 5px;
     line-height: 35px;
     margin-top: -7px;
     font-weight: bold;
}

.card-dashboard table {
     width: 100%;
}

.card-dashboard table tr th {
     color: #fff;
     font-size: 13px;
     font-weight: bold;
     text-align: right;
     padding: 5px 0;

}

.card-dashboard table tr td {
     color: #fff;
     font-size: 12px;
}