.card-header a.bg-info-subtle{
    padding: 8px 25px;
    background-color: #ed1c24 !important;
    color: #fff;
    border: 2px solid #ed1c24;
}
.card-header button.bg-primary-subtle{
    padding: 8px 25px;
    background-color: #ed1c2400 !important;
    color: #ed1c24;
    border: 2px solid #ed1c24;
}
.tracking-btn-area a{
    padding: 8px 25px;
    background-color: #ed1c24;
    color: #fff;
    border: 2px solid #ed1c24;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: row;
}
.tracking-btn-area a#CheckInBtn{
    background-color: #00995e !important;
    border: 2px solid #00995e;
}
.tracking-btn-area a#CheckInBtn:hover{
     border: 2px solid #00995e;
     background-color: #ed1c2400 !important;
    color: #00995e;
}
.tracking-btn-area a#CheckOutBtn{
   background-color: transparent !important;
   color: #ed1c24;
}
.tracking-btn-area a:hover{
    padding: 8px 25px;
    background-color: #ed1c2400 !important;
    color: #ed1c24;
    border: 2px solid #ed1c24;
    width: 100%;
}
.tracking-btn-area{
    padding: 10px 20px;
}
.card{
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .06) !important;
}
.visit-progress-bar .progress{
    height: 20px !important;
    margin-bottom: 10px;
    background: #a4cee2;
}
.visit-progress-bar .progress-count{
    font-weight: 800;
    font-size: 25px;
}
.accordion .accordion-item{
    border-radius: 5px !important;
    background: white !important;
    padding: 8px !important;
    box-shadow: 0 .125rem .5rem rgba(0, 0, 0, .06) !important;
} 
.accordion .accordion-item .doctor-vist{
   border: 2px solid red !important;      
}
.accordion .accordion-item .chemest-vist{
   border: 2px solid green !important;            
}

.itinerary-date{
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 50px;
    color: red;
    font-size: 18px;
    font-weight: 800;
}

.itinerary-town-list {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  width: 220px;
}

.itinerary-town-list span {
  display: inline-block;
  /* padding-left: 100%;
  animation: marquee 15s linear infinite; */
}

@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.disabled-card {
    background-color: #fab4b4;
    pointer-events: none;
    opacity: 0.6;
}
.renewal-notify p{
    font-weight: 700;
    color: red;
}
#note_form .select2-container--default .select2-selection--single{
    width: 100% !important;
}
#note_form .select2-container--default .select2-selection--single .select2-selection__arrow{
    left: 95% !important;
}
.leave-chart-area{
    position: relative;
}
.leave-chart-area .leave-count{
    position: absolute;
    top: 45px;
    left: 45px;
    font-size: 50px;
}
.leave-balance{
    border-radius: 5px;
    background: #4a2;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leave-balance span, .leave-used span, .leave-pending span{
    color: #FFF;
    font-family: "Public Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.leave-used{
   border-radius: 5px;
    background: #c33;
    display: flex;
    justify-content: center;
    align-items: center; 
}
.leave-pending{
   border-radius: 5px;
    background: #e90;
    display: flex;
    justify-content: center;
    align-items: center;  
}
.accordion-button:not(.collapsed){
   box-shadow: none !important; 
}
.apexcharts-toolbar{
    z-index: 8 !important;
}

.chart-container{
    display: flex;
    justify-content: center;
    align-items: center; 
    width: 100%;

}

.swiper-container {
    touch-action: none;
    -webkit-user-select: none;
    user-select: none;
}
.swiper-container.completed {
    cursor: pointer;
}
.swiper-container.completed #swipe-progress, .swiper-container.completed:hover #swipe-thumb {
    cursor: pointer;
    transition: all 0.3s ease;
}
.swiper-container.completed:hover #swipe-progress, .swiper-container.completed:hover #swipe-thumb {
    background-color: #247266 !important;
}

.grab-cursor {
    cursor: grab;
}

.grabbing-cursor {
    cursor: grabbing;
}

.track-height {
    height: 3rem;
}

.thumb-size {
    height: 2.5rem;
    width: 2.5rem;
}

.thumb-pos {
    top: 0.125rem;
    left: 0.25rem;
}

.bg-emerald-100 {
    background-color: #ed1c23 !important;
}

.bg-emerald-500 {
    background-color: #ed1c24 !important;
}

.hover-emerald-600:hover {
    background-color: #ed1c24 !important;
}

.text-emerald-400 {
    color: #34d399 !important;
}

.transition-transform {
    transition: transform 0.3s ease;
}

.transition-all {
    transition: all 0.3s ease;
}

.translate-y-2 {
    transform: translateY(0.5rem);
}

.translate-y-0 {
    transform: translateY(0);
}