#loginfail{
    color: var(--alert);
    display: block;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    margin-top: 0;
}

/* .page-title .back-btn {
    background: rgba(255, 255, 255, 0.08) !important;
} */
.logo_container {
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}
.logo_container img{
    height: 262px;
    width: 262px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pb-70{
    padding-bottom: 70px;
}


#checkInBtn.checkLoc{
    background: var(--success) !important;
}

#checkOutBtn.checkLoc{
    background: var(--alert) !important;
}
    

.wrapper .menu {
    background: var(--success);
}

.info ul a span, .info ul button span{
    background: var(--alert);
}

.wrapper .m-menu__header {
    background: var(--success) !important;
}
.spalsh-screen{
    background: var(--success) !important;
}

#errorMsgBox img,#noLocMsgBox img,#rejectConfirm img{
    max-width: 100%;
    max-height: 100%;
}

#comfirmTitle,#errorTitle{
    padding-top: 35px;
}

.btn-danger{
    
    display: block;
    text-align: center;
    padding: 16px 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background: var(--alert);
    width: 100%;
    border-radius: 24px;
}

.spalsh-screen .circle{
    background: var(--aler);
}

.gap-40{
    gap:40px;
}

#checkInInfo,#checkOutInfo{
    display: none;
}

.icon_container{
    height: 56px;
    width: 56px;
    background: var(--secondary);
    margin: auto;
}

.icon_container img{
    max-width: 100%;
    max-height: 100%;
    width: 70%;
    height: auto;
    vertical-align: middle;
}

.mt-50{
    margin-top: 50px;
}

.mt-20{
    margin-top: 20px;
}

.mt-10{
    margin-top: 10px;
}

.card-title p {
    font-size: 12px;
    font-weight: 500;
    color: var(--secondary-text);
}

.ticket-card.history .card-footer .rating{
    width:8rem ;
}

.bottom-nav.bottom-btn{
    /* bottom: 25px !important; */

}

.user-address .change-reject{
    display: inline-block;
    padding: 4px 16px;
    border: 1px solid var(--alert);
    color: var(--alert);
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px;
    margin-top: 12px;
}

.address-card-title.list_date{
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-text);
}

.custom-check-container input:checked~.checkmark {
    background-color: var(--success) !important;
    border-color: var(--success) !important;
}

.warning-text{
    color: var(--alert) !important;
}

.passed-text{
    color: var(--success) !important;
}

.ticket-tab .nav-tabs .nav-link{
    padding: 5px 0;
}


.ticket-tab .nav-tabs .nav-item {
    width: calc(30% - 8px);
}

.ticket-tab .nav-tabs .rejectListBtn.nav-link.active{
    color: white;
    background: var(--alert);
}

.ticket-tab .nav-tabs .approvedListBtn.nav-link.active{
    color: white;
    background: var(--success);
}

.btn-warnning{
    display: block;
    text-align: center;
    padding: 16px 0;
    color: white;
    font-size: 16px;
    font-weight: 600;
    background: var(--alert);
    width: 100%;
    border-radius: 24px
}

.bottom-nav.bottom-btn.attdList{
    height: 100px !important;
}

.page-title{
    margin-bottom: 15px;
}


#checkInBtn,#checkOutBtn{
    display:none;
}


.in-range{
    font-size: 10px;
    color: #ffffff !important;
    padding: 6px;
    border: 1px solid;
    border-radius: 10px;
    background: var(--success) !important;
}

.out-range{
    font-size: 10px;
    color: #ffffff !important;
    padding: 6px;
    border: 1px solid;
    border-radius: 10px;
    background: var(--alert) !important;
}

.user-address .address-container .address-card-phn {
    margin-bottom: 10px;
    padding-left: 5px;
}

.attdRecord>div{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 80px;
}

.custom-check-container .checkmark{
    border: 1.5px solid var(--gray-50) !important;
}


.penalties_list{
    border-bottom: 1px solid #78828A;
    padding-bottom: 15px;
}

.d-flex>botton{
    margin: 15px;
}