#eventTab{
    border-bottom: none;
}
#eventTab .nav-link{
    margin: 0;
    background-color: #f3f3f3;
    border-radius: 0;
    border: 1px solid #eee;
    font-size: 14px;
    color: #000000;
}
#eventTab .nav-link.active{
    background-color: #000000;
    color: #ffffff;
}
#upcoming-tab{
    border-bottom-left-radius: 6px!important;
    border-top-left-radius: 6px!important;
}
#month-tab{
    border-bottom-right-radius: 6px!important;
    border-top-right-radius: 6px!important;
}
.eventSingle{
    max-width: 650px;
}
.EventStrtDate{
    line-height: 1;
    width: 100px;
    /* color: #296BC9; */
}
.EventStrtDate span{
    font-size: 40px;
    font-weight: bold;
}
.eventTitle{
    color: #296BC9;
}
.borderLine{
    border: 1px solid #eeeeee;
}
.fontSize13{
    font-size: 13px;
}
/* pagination */
.pblock:active {
    transform: scale(0.8);
}
.pblock {
    transition: all 100ms linear;
    display: inline-block;
    max-width: 32px;
    width: 100%;
    text-align: center;
    margin: 4px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 12px;
}
.pblockActive {
    background: #02245c !important;
    color: #fff !important;
}
#paginateBlocks {
    white-space: nowrap;
    overflow-x: scroll;
    width: calc(100% - 32px);
}
#paginateBlocks::-webkit-scrollbar {
  display: none;
} 
#paginateBlocks {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
/* pagination end*/

.autoComplete_wrapper>input {
    color: #5a5a5a !important;
    border: none !important;
    background-image: url('/products/static_files/svgs/glass.svg') !important;
    background-repeat: no-repeat;
    background-size: 20px !important;
}

.autoComplete_wrapper>input::placeholder {
    color: #a1a1a1 !important
}