.table>tbody td {
    vertical-align: middle !important;
    color: #000000 !important;
    padding: 8px 10px !important;
}

.text-align-right {
    text-align: right;
}

.text-bold-600 {
    font-weight: 600;
}

.text-align-center {
    text-align: center;
}

#KioskBoard-VirtualKeyboard {
    max-width: 100% !important;
}

.with-blink-border {
    animation: blinkBorder 1s infinite;
}

@keyframes blinkBorder {

    0%,
    100% {
        border: 2px solid;
        border-color: #e9c46a;
    }

    50% {
        border-color: transparent;
    }
}

#KioskBoard-VirtualKeyboard {
    position: sticky !important;
}

.table>thead td,
.table>thead th {
    background: #ffffff !important;
    font-weight: 500 !important;
    color: #000000 !important;
    padding: 12px 10px !important;
    font-size: 16px !important;
    vertical-align: middle;
}

.bg-dark-black {
    background-color: #000000 !important;
}

.sidebar-menu .treeview-menu>li>a {
    font-size: 14px !important;
}

.accordion .accordion-button:not(.collapsed)::after {
    content: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}

.error-message {
    color: rgb(255 116 116) !important;
    font-weight: 400;
    font-size: 12px;
}

.badge {
    line-height: 10px !important;
    padding: 10px !important;
}

.btn {
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    line-height: 15px;
    font-size: 12px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: none !important;
}

body.swal2-toast-shown .swal2-container {
    width: 450px !important;
}

.download-btn .icon img {
    width: 25px;
    height: 25px;
}

.get-latest-updates img.blocks-img {
    max-height: 100px;
}

.get-latest-updates {
    justify-content: center;
}

.download-btn {
    justify-content: left;
    width: 100%;
}

.get-latest-updates .update-details h5,
.get-latest-updates .update-details .h5 {
    text-align: center;
}

.daterangepicker:after {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.daterangepicker {
    width: max-content !important;
}

.logo-text {
    font-size: 18px;
    font-weight: 800;
    text-align: center;
    background: #63908a;
    padding: 5px 25px;
    border-radius: 8px;
    color: #fff;
}

.sidebar-menu>li>.treeview-menu {
    padding: 10px 0 15px 0;
    text-align: center;
}

.download-btn .icon {
    background: #000000 !important;
}

.download-btn .icon img {
    width: 20px !important;
    height: 16px !important;
}

.get-latest-updates .update-details h5,
.get-latest-updates .update-details .h5 {
    line-height: 120% !important;
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

@keyframes blinking {
    0% {
        border-color: #007bff;
    }

    50% {
        border-color: #ff6347;
    }

    100% {
        border-color: #007bff;
    }
}

.highlight-input {
    background-color: #e0f7ff !important;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
    animation: blinking 1s infinite;
    /* Blinking effect */
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 35px;
    overflow-y: auto;
}

.keyboard {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.custom-row {
    display: flex;
    gap: 5px;
}

.key {
    display: flex;
    justify-content: center;
    align-items: center;
    /* background: linear-gradient(45deg, #216ed8 0%, #fa7799 100%); */
    border: 2px solid #ffffff;
    border-radius: 5px;
    padding: 10px;
    width: 55px;
    height: 65px;
    flex-grow: 1;
    box-shadow: rgb(50 50 93 / 0%) 0px 50px 100px -20px, rgb(0 0 0 / 0%) 0px 30px 60px -30px, rgb(10 37 64 / 49%) 0px -2px 6px 0px inset;
    font-family: sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    cursor: pointer;
}

.key.lower {
    text-transform: lowercase;
}

.key.large {
    flex-grow: 2;
}

.key.space {
    flex-grow: 4;
}

.key.lower.backspace {
    font-size: 30px;
}

.key.space-bar {
    font-size: 30px;
}

.key.large.caps-lock {
    font-size: 30px;
}

span.text-danger.unauthorized {
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    .modal-sm {
        --bs-modal-width: 380px !important;
    }
}

.custom-placeholder::-webkit-input-placeholder {
    color: #fff;
    font-weight: 600;
}

.control-dark .form-control.custom {
    border: 1px solid #000000;
    color: #000000;
    background-color: #ffffff;
}

.control-dark .input-group-text.custom {
    border: 1px solid #000000 !important;
    color: #000000;
    background-color: #ffffff;
}

body::-webkit-scrollbar {
    width: 0 !important
}

body {
    overflow: -moz-scrollbars-none !important;
}

body {
    -ms-overflow-style: none !important;
}

.modal::-webkit-scrollbar {
    width: 0 !important
}

.modal {
    overflow: -moz-scrollbars-none;
}

.modal {
    -ms-overflow-style: none;
}

.modal::-webkit-scrollbar {
    overflow-y: auto;
    width: 10px;
}

.content-wrapper::-webkit-scrollbar {
    width: 0 !important
}

.content-wrapper {
    overflow: -moz-scrollbars-none !important;
}

.content-wrapper {
    -ms-overflow-style: none !important;
}

.right-side-scroll::-webkit-scrollbar {
    width: 0 !important
}

.right-side-scroll {
    overflow: -moz-scrollbars-none !important;
}

.right-side-scroll {
    -ms-overflow-style: none !important;
}

.table-responsive::-webkit-scrollbar {
    width: 0 !important
}

.table-responsive {
    overflow: -moz-scrollbars-none;
}

.table-responsive {
    -ms-overflow-style: none;
}

.table-responsive::-webkit-scrollbar {
    overflow-x: auto;
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #000;
}

::-webkit-scrollbar-thumb {
    background: #02afb1;
}

::-webkit-scrollbar-thumb:hover {
    background: #02afb1;
}

.table-responsive {
    border-radius: 6px;
}

.table-striped>tbody>tr td.tablesubhead {
    --bs-table-bg-type: #ffffff;
    background-color: #ffffff !important;
}

.form-control.numbervalueinput:focus {
    color: #000000;
    background-color: white !important;
}
.card.gradient-teal-brown{
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.placeholder-color input.custom-placeholder::placeholder{
    color: #000;
}

.sidebar-brand + .sidebarMenuScroll {
    height: calc(100vh - 200px) !important;
    overflow: hidden;
}
.custom-btn .btn{
        margin-top: 5px;
}

.modal.modal-dark .modal-footer {
    border-top: 1px solid #e4e4e4 !important;
}

.text-dark.custom-text {
    color: #919191 !important;
    font-weight: 600;
    font-size: 18px;
}

.page-link {
    background-color: rgb(225 225 225 / 83%);
    border: 1px solid rgb(0 0 0 / 14%);
    color: #616161;
    font-weight: 600
}

.page-item.disabled .page-link {
    background-color: rgb(225 225 225 / 83%);
    border: 1px solid rgb(0 0 0 / 14%);
    color: #616161;
    font-weight: 600
}

.page-link:hover, .page-link:focus {
    background-color: rgb(188 188 188 / 81%);
    border: 1px solid rgb(0 0 0 / 14%);
    color: #616161;
    font-weight: 600
}

.select2-container--default .select2-selection--multiple {
    padding: 5px 5px !important;
}

.tab-content {
    border: 1px solid rgb(76 71 71 / 18%) !important;
}

.nav-tabs .nav-link {
    background: rgb(247 247 247);
    color: rgb(2 2 2 / 61%);
    font-weight: 600;
    border-radius: 0;
    margin-bottom: 10px;
}

.nav-tabs .nav-link:hover {
    background: rgb(247 247 247);
    color: rgb(2 2 2 / 61%);
    font-weight: 600;
    border-radius: 0;
    margin-bottom: 10px;
}

.form-control:focus {
    background-color: #fff !important;
}