.tab-content .swiper-pagination-bullet{
	background: #ffffff;
}

.tab-content .swiper-pagination-bullet-active{
	background: #84462a;
}

.tab-content {
    display: none;
}
.tab-content.active {
    display: block;
}

.tab-nav {
	display: flex;
    list-style: none;
    padding: 0;
    margin-bottom: 15px;
    gap: 15px;
    justify-content: start;
    margin-left: 0px;
    text-align: start;
    flex-wrap: wrap;
	justify-content:start;
    pointer-events: auto !important;
}



.tab-nav li {
	cursor: pointer;
    padding: 5px 10px;
    background: #ab636300;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Inter';
    border-radius: 10px;
    min-width: max-content;
    border: 1px solid #fff;
    border-radius: 20px;
}
.tab-nav li.active {
/*     background: #C05151; */
	background: #008cff;
    color: #fff;
}

.tab-content .swiper-pagination .swiper-pagination-bullet-active{
	    background: #c05151 !important;
}

.tab-content .swiper-pagination .swiper-pagination-bullet{
	background:#fff !important;
	height:8px;
	width:8px;
}


.custom-tab-section .tab-contents .custom-swiper .swiper-slide .detail-container{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
}
.custom-tab-section .tab-contents .custom-swiper .swiper-slide .detail-container img{
	height:30px;
	width:30px;
}

.search-box{
	background-color: #ffffff1f;
    border: 1px solid #ffffff;
    border-radius: 50px;
	display:flex;
	align-items:center;
	justify-content:center;
    padding: 5px 10px;
	row-gap:5px;
	column-gap:5px;
}

.search-box img{
	height:25px;
	width:25px;
}

.search-result{
    color: #ffffff;
}

.search-form{
    text-align: center;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 20px;
    gap: 10px;
}

.not-found-message{
    background-color: #6d9eeb;
    padding: 5px 20px;
    border-radius: 10px;
}

.aavatto-tabbed-slider h4{
    color: #ffffff;
    font-family: 'Inter';
    font-size: 14px;
    line-height: 1.2em;
}

.tab-contents .swiper-slide{
    background-color: #ffffff1f;
    padding: 10px;
    border-radius: 50px;
	height: auto !important;
	display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 15px !important;
	min-height: 55px;
}

#search-input{
    padding: 10px 15px;
    max-width: 35%;
    width: 100%;
    border: 1px solid #ffffff;
    /* background-color: #d47523; */
    background-color: #ffffff1f;
    border-radius: 10px;
    color: #ffffff;
}
#search-input:focus{
    outline: none;
}

.search-result{
    font-size: 14px;
	font-weight:500;

}
.search-result.row{
    margin-left:0px !important;
	margin-right:0px !important;
}

#search-input::placeholder{
    color: #ffffff;
}



.search-button{
    background-color: rgb(192, 81, 81) !important;
    color: #ffffff !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
    border: 1px solid rgb(192, 81, 81) !important;
}

.search-button:hover{
    background-color: rgb(239, 104, 104) !important;
    color: #ffffff !important;
}

.modal-container .modal-content{
    padding: 40px 30px;
    background-color: #8b3a3a !important;
    position: relative !important;
}

.modal-container .modal-content .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
}
.modal-message{
    color: #ffffff;
}

.modal-backdrop.fade.show{
	z-index:0 !important;
}

.notarise-button{
    background-color: #C9650E;
    border-radius: 10px;
    padding: 8px 20px;
    color: #ffffff;
    display: block;
}

.notarise-button:hover{
    color: #ffffff;
}

.btn-close{
    font-size: 10px;
    filter: invert(1);
}

.modal-content .text-end{
    margin-top: -8px;
}

.modal-body{
    padding: 0;
}

.search-results{
    display: flex;
    flex-wrap: wrap !important;
    justify-content: center;
    row-gap: 10px !important;
    column-gap: 10px !important;
}

.search-results .col-md-12.text-center.mb-4 {
	display: inline-flex;
    width: max-content;
    margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) {
    #search-input{
        max-width: 100%;
    }
    .tab-nav {
       display: flex;
       flex-wrap: nowrap;              
       overflow-x: scroll;               
       -webkit-overflow-scrolling: touch; 
       justify-content: flex-start;
       padding-bottom: 10px;
       padding-right: 10px; 
       width: 100%;
       white-space: nowrap;            
       scrollbar-width: none; 
    }
    
	.tab-nav::-webkit-scrollbar {
        display: none; 
    }
	.tab-nav > * {
        flex: 0 0 auto; 
    }
    .tab-nav::-webkit-scrollbar {
		display: none;
	}
    
    @supports (-webkit-overflow-scrolling: touch) {
  /* Styles applied only if -webkit-overflow-scrolling: touch is supported */
  .tab-nav {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll; /* Ensure vertical scrolling is enabled */
  }
}

}

@media screen and (max-width: 640px) {
/*     .tab-nav{
        flex-direction: column;
    } */

}