.error{
    color: rgb(211, 41, 41);
}
.error input{
   border: 1px solid rgb(211, 41, 41);
}
.disabled{
    display: none;
}
.center-modal{
    padding-left: 0px !important;
}
.links{
    color: #1c3faa !important;
}
.balance{
    color: #3d8829 !important;
}
.input-balance{
    height: 70px !important;
    font-size: 30px !important;
    background: #f1f5f8 !important;
    color: #3d8829 !important;
}
.input-credit{
    height: 70px !important;
    font-size: 30px !important;
    background: #f1f5f8 !important;
    color: #dc5454 !important;
}
.paginate_button{
    padding: 5px 5px 5px !important;
    cursor: pointer;
}
.current{
    box-shadow: 0 3px 20px rgba(0,0,0,.043137254901960784) !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(255,255,255,var(--tw-bg-opacity)) !important;
    border-color: transparent !important;
    border-radius: .375rem !important;
    position: relative !important;
}
.search_data{
    box-shadow: 0px 3px 20px #0000000b;
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
    border-radius: 0.375rem;
    position: relative;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    margin-left: 10px;
}
.dataTables_length{
    float: left;
    width: 50%;
}
.dataTables_filter{
    text-align: right;
}
#table_list_next{
    background: #fff;
    border-radius: 6px;
}
.dataTables_length select{
    padding: 5px !important;
    border-radius: 5px !important;
}
#table_list_paginate{
    padding-top: 10px;
}
.profile-photo{
    width: 50%;
    padding: 5px;
    background: #eee;
    margin-left: 25%;
    position: relative;
    top: 38px;
    border: 1px solid #1c3faa;
}
.main img{
    width: 50%;
    padding: 5px;
    background: #eee;
    margin-left: 25%;
    position: relative;
    top: 38px;
    border: 1px solid #1c3faa;
}
.main .box{
    background: #fff;
    height: 500px;
    border-radius: 20px;
    text-align: center;
}
.main h1{
    font-size: 20px;
    color: #1c3faa;
    font-weight: bold;
}

.main h2{
    text-transform: uppercase;
    font-size: 20px;
}
.main h3{
    text-transform: uppercase;
    font-size: 15px;
}
.main .check-in{
    padding: 15px;
    background: #1c3faa;
    color: #fff;
    margin: 15px;
    border-radius: 15px;
}
.main .check-out-btn{
    width: 90%;
    margin: 15px;
}
.side-menu--active svg{
    color: #c71c1c !important;
}
.loader {
    width: 60px;
    margin: auto;
    position: absolute;
    top: 600px;
}

.loader-wheel {
    animation: spin 1s infinite linear;
    border: 5px solid #1C3FAA;
    border-left: 4px solid #fff;
    border-radius: 50%;
    height: 50px;
    margin-bottom: 10px;
    width: 50px;
}

.loader-text {
    color: #1c3faa;
    font-family: arial, sans-serif;
    font-size: 18px;
}

.loader-text:after {
    content: 'Loading';
    animation: load 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes load {
    0% {
        content: 'Loading';
    }
    33% {
        content: 'Loading.';
    }
    67% {
        content: 'Loading..';
    }
    100% {
        content: 'Loading...';
    }
}
.disabledBlock {
    pointer-events: none;
    opacity: 0.4;
}
.side-menu__icon img{
    width: 20px !important;
}
.autocomplete-items {
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    position: absolute;
    background-color: white;
    width: 100%;
    overflow: scroll;
    height: 208px;
}
.autocomplete-items strong{
    color: red;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

.autocomplete-active {
    background-color: #1e90ff !important;
    color: white;
}