/* custom tab css start */

.custom-hv-tab{
	max-width:100% !important;
	position: relative;
}
.custom-hv-tab.macaw-tabs.macaw-simple-tabs > [role=tabpanel],
.custom-hv-tab.macaw-tabs.macaw-fresh-tabs > [role=tabpanel]{
/* 	background-color:#D6DEF5; */
background-color: #e5f1ff;
	min-height: 664px;
/* 	max-height: 664px; */
/* 	overflow: auto; */
}

.custom-hv-tab.macaw-tabs.macaw-simple-tabs > [role=tabpanel]{
	background-color: #e9f2ff;
}

.custom-hv-tab.macaw-simple-tabs > [role=tablist] > [role=tab] {
    font-size: 1rem;
    padding: 0.8rem 1rem;
    line-height: normal;
    color: #111;
/*     min-width: 174px; */
}

.c-tt-text{
	display:flex;
	flex-wrap:nowrap;
	align-items: center;
	gap: 10px;
}
.c-tt-text .label{
    display: block !important;
    font-weight: 500;
    font-size: 18px;
    word-break: break-word;
    line-height: 20px;
}

.macaw-tabs.macaw-simple-tabs > [role=tablist] {
    position: relative;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    overflow: auto;
}

/* tabs css start */

.custom-tabv1 .custom-tab-d1 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
/*     background-color: #EEE; */
/*     background: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); */
/*     background: radial-gradient(circle, #4db3ff, #3da6f8, #2c99f1, #1c8cea, #087fe2); */
    background-image: radial-gradient(circle, #758ed8, #637ccb, #506abe, #3e58b0, #2947a3);
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    margin: 0 auto;
    font-size: 14px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
/*     box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px; */
}
.custom-tabv1 .custom-tab-d1 .custom-hvt-item {
    flex: 1 1 auto;
    text-align: center;
}
.custom-tabv1 .custom-tab-d1.macaw-tabs.macaw-simple-tabs > [role=tabpanel]{
	padding-top: 0 !important;
}
.custom-tabv1.custom-hv-tab.macaw-tabs.macaw-simple-tabs > [role=tabpanel] {
    background-color: #e9f2ff;
    padding-top: 0;
}
.custom-tabv1.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab] {
    background-color: transparent !important;
    border-radius: 4px;
    border: 0;
    padding: 8px 10px;
    color: #fff !important;
}
.custom-tabv1.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true],
.custom-tabv1.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:hover,
.custom-tabv1.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:focus {
    outline: 0;
    background-color: #fff !important;
    color: #2c2c2c !important;
}
.custom-tabv1.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover, 
.custom-tabv1.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:focus{
	color: #fff !important;
}
.custom-tabv1{
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}
.tabs-wrapper {
    padding: 20px 0 10px 0;
}
.custom-tabv1 .notices-box{
	box-shadow: none;
}
.custom-tabv1.custom-hv-tab.macaw-tabs.macaw-simple-tabs > [role=tabpanel] {
    padding: 0;
}
.custom-title-block, .tabs-wrapper{
	background: transparent;
}




.custom-tabv2 .custom-tab-d2 .custom-hvt-item{
	flex: 1;
}
.custom-tab-d2 {
    padding: 6px;
    background-color: #dadada;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin-bottom: 10px !important;
    gap: 6px;
    margin: 0 auto;
    max-width: 100%;
}

.custom-tabv2 .custom-tab-nav .left__btn, .custom-tabv2 .custom-tab-nav .right__btn {
    height: 58px;
}

.custom-tab-d2 .custom-hvt-item{
	border-radius: 4px;
	border: 0 !important;
}
.custom-tabv2.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true],
.custom-tabv2.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:hover,
.custom-tabv2.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:focus {
    outline: 0;
    background-color: #6d0b45 !important;
/*    	background-image: linear-gradient(to right top, #3369b5, #357ab9, #2d81b3, #4698e6, #6c8eec) !important; */
/*    	background-image: linear-gradient(to right top, #3369b5, #357ab9, #2d81b3, #4698e6, #6c8eec); */
    color: #fff !important;
    border-radius: 4px;
}
.custom-tabv2.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab] {
    background-color: #fff;
        min-width: 200px;
}
.custom-tabv2.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover,
.custom-tabv2.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:focus {
    background-color: #6d0b45;
/*     background-image: linear-gradient(to right top, #3369b5, #357ab9, #2d81b3, #4698e6, #6c8eec) !important; */
    color: #fff;
    border-radius: 4px;
}
.custom-tabv2.custom-hv-tab.macaw-tabs.macaw-simple-tabs > [role=tabpanel] {
/*     background-image: linear-gradient(to bottom, #ffffff, #fcfbff, #f8f8ff, #f3f5ff, #eef2ff); */
/*     background-image: linear-gradient(to bottom, #eef2ff, #f3f5ff, #f8f8ff, #fcfbff, #ffffff); */
 background-color:linear-gradient(180deg, #ebeff5 0%, #FFFFFF 100%);
    border-radius: 4px;
        margin-bottom: 12px;
}

.custom-hv-tab > [role=tabpanel]:after {
    content: "";
    font-family: "FontAwesome";
    display: block;
    font-size: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transform: translate(-50, -50%);
    opacity: 0.08;
    z-index: 0;
    color: var(--primary);
}

.about-t-bg:after{
	    content: "\f0c0" !important;
}

.direct-t-bg:after{
	content: "\f2b9" !important;
}

.who-t-bg:after{
	content: "\f0c0" !important;
}

.minister-t-bg:after{
	content: "\f508" !important;
}

.organ-t-bg:after{
	content: "\f542" !important;
}

.centr-t-bg:after{
	content: "\f570" !important;
}

.spon-t-bg:after{
	content: "\f56c" !important;
}

.citiz-t-bg:after{
	content: "\f0c0" !important;
}

.rti-t-bg:after{
	content: "\f56c" !important;
}

.cell-t-bg:after{
	content: "\f00a" !important;
}

.report-t-bg:after{
	content: "\f570" !important;
}

.public-t-bg:after{
	content: "\e595" !important;
}

.budget-t-bg:after{
	content: "\f15c" !important;
}

.custom-hv-tab > [role=tabpanel].active > * {
    z-index: 2;
    position: relative;
}

.custom-tabv3 .custom-tab-d3 .custom-hvt-item{
	flex: 1 1 auto;
}
.custom-tab-d3 {
    padding: 6px;
    background-color: #fff;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin-bottom: 20px !important;
    max-width: 700px;
    margin: 0 auto;
        gap: 6px;    
}
.custom-tabv3.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab] {
    background-color: transparent;
    border: none;
}
.custom-tabv3.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true],
.custom-tabv3.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:hover,
.custom-tabv3.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:focus {
    outline: 0;
/*     background-color: #fff !important; */
   	background-image: radial-gradient(circle, #758ed8, #637ccb, #506abe, #3e58b0, #2947a3);
/*    	background-image: linear-gradient(to right top, #3369b5, #357ab9, #2d81b3, #4698e6, #6c8eec); */
    color: #fff !important;
    border-radius: 4px;
}
.custom-tabv3.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover,
.custom-tabv3.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:focus {
    background-color: #dae3ff;
    color: #2c2c2c;
    border-radius: 4px;
}



.custom-tabv4 .custom-tab-d6 .custom-hvt-item{
	flex: 1 1 auto;
	position: relative;
}
.custom-tab-d4 {
/*     background-color: #EEE; */
/*     box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06); */
    border-radius: 0;
    margin: 0 auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
/*     background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
}
.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab] {
    background-color: transparent;
    border: none;
    flex: 1;
}
.custom-tabv4.macaw-tabs.macaw-simple-tabs>[role=tablist]>[role=tab]:after{
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom, #dae3ff 0%, #dae3ff 100%);
	transition: .5s ease;
	display: block;
	z-index: -1;
}

.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover::after{
	 height: 100%;
}
.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover,
.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:focus {
/*     background-color: #c5d6ff; */
/*     background-color: #eef2ff; */
    color: #2c2c2c;
}
.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true],
.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:hover,
.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:focus {
    outline: 0;
/*     background-color: #dae3ff !important; */
    background-color: #d2dcff !important;
/*    	background-image: radial-gradient(circle, #758ed8, #637ccb, #506abe, #3e58b0, #2947a3); */
/*    	background-image: linear-gradient(to right top, #3369b5, #357ab9, #2d81b3, #4698e6, #6c8eec); */
    color: var(--primary) !important;
     border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:before,
.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:hover:before, 
.custom-tabv4.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:focus:before {
    content: "";
    height: 6px;
/*     background-image: linear-gradient(to right top, #3369b5, #357ab9, #2d81b3, #4698e6, #6c8eec); */
    background-image: radial-gradient(circle, #758ed8, #637ccb, #506abe, #3e58b0, #2947a3);
    color: #2c2c2c !important;
    border-radius: 0;
    top: 0px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.custom-tabv4.custom-hv-tab.macaw-tabs.macaw-simple-tabs > [role=tabpanel] {
    /* background-color: #ffffff !important; */
    /* background-image: linear-gradient(to bottom, #eef2ff, #f3f5ff, #f8f8ff, #fcfbff, #ffffff) !important; */
    /* border: 1px solid #f1f1f1 !important; */
/*     background-image: linear-gradient(to bottom, #dae3ff, #e5e9ff, #eff0ff, #f8f7ff, #ffffff); */
   background-image: linear-gradient(to bottom, #d2dcff, #e0e4ff, #ecedff, #f6f6ff, #ffffff);
}

/* custom-tab-v5 css start */

.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tablist]{
	justify-content: flex-start;
/* 	border: 1px solid #e2e2e2; */
/* 	background-image: radial-gradient(circle, #758ed8, #637ccb, #506abe, #3e58b0, #2947a3); */
/* background-image: radial-gradient(circle, #e9efff, #dde5ff, #d6e0ff, #cdd8ff, #dfe7ff); */
}


.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tabpanel]{
/* 	background: #fff; */
	background-image: linear-gradient(to bottom, #dae3ff, #e5e9ff, #eff0ff, #f8f7ff, #ffffff);
/* 	border: 1px solid #e2e2e2; */
}


.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]{
	border-bottom: none !important;
	background: transparent;
	border: none;
	color: #fff;
}
.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]{
	background: #dae3ff !important;
	color: #fff;
/* 	border: 1px solid #ededed; */
}
.custom-tab-v5.macaw-tabs.macaw-simple-tabs>[role=tablist]>[role=tab][aria-selected=true]:hover,
	.custom-tab-v5.macaw-tabs.macaw-simple-tabs>[role=tablist]>[role=tab][aria-selected=true]:focus
	{
	background: transparent;
	color: #fff;
}

.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover,
.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:focus{
	background: transparent;
}
.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true] .f-link:before{
	width: 100%;
}

.custom-tab-v5.macaw-tabs .custom-hvt-item .f-link{
	background-image: linear-gradient(to right, #3e5ad5, #0f75c5 50%, #313131 50%);
}
.custom-tab-v5 .f-link:before{
	background: #7bb7e7;
}

.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab] .custom-tab-icon{
	color: var(--primary);
}

.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tabpanel] > *{
	margin-bottom: 15px;
}

.custom-tab-v5.macaw-tabs.macaw-simple-tabs>[role=tablist]>[role=tab]:after{
	content: '';
    width: 0%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom, #dae3ff 0%, #dae3ff 100%);
    transition: .5s ease-in-out;
    display: block;
    z-index: -1;
}
.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover::after{
	width: 100%;
}

.custom-tab-v5.macaw-tabs.macaw-simple-tabs > [role=tabpanel]::-webkit-scrollbar-thumb {
	border-radius: 0 !important;
}

.custom-tab-v5 h5, .custom-tab-v5 p{
	margin-bottom: 0.5rem;
	line-height: normal;
}

.custom-tab-v5 .custom-table{
	margin: 15px 0 !important;
}
/* custom-tab-v5 css end */

.custom-tabv6 .custom-tab-d6 .custom-hvt-item{
	flex: 1 1 auto;
	position: relative;
}
.custom-tab-d6 {
    border-radius: 0;
    margin: 0 auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.custom-tabv6.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab] {
    background-color: transparent;
    border: none;
    padding: 0.4rem;
}
.custom-tabv6.macaw-tabs.macaw-simple-tabs>[role=tablist]>[role=tab]:after{
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .5s ease;
	display: block;
	z-index: -1;
}

.custom-tabv6.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover::after{
	 height: 100%;
}
.custom-tabv6.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover,
.custom-tabv6.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:focus {
    color: #2c2c2c;
}
.custom-tabv6.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true],
.custom-tabv6.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:hover,
.custom-tabv6.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:focus {
    outline: 0;
    background-color: #dae3ff !important;
    color: var(--primary) !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: -2;
}


.custom-tabv6.custom-hv-tab.macaw-tabs.macaw-simple-tabs > [role=tabpanel] {
    background-image: linear-gradient(to bottom, #dae3ff, #e5e9ff, #eff0ff, #f8f7ff, #ffffff);
}

.custom-tab-d6 .custom-card-v5{
	width:100%;
	margin: 0;
	padding: 6px !important;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 0;
}

.custom-tab-d6 .custom-card-v5:hover{
	border-radius: 60px;
}

.custom-tab-d6 .custom-bgicon-block {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0 8px 0 0;
}

.custom-tab-d6 .custom-bgicon-block svg {
    max-width: 26px;
}

.custom-tab-d6 .ccv5-title {
    margin-bottom: 0;
    font-size: 1rem;
}

.custom-tabv6 .custom-tab-nav .left__btn, .custom-tabv6 .custom-tab-nav .right__btn{
	    padding: 1.8rem 0.8rem;
    height: 74px;
}






.custom-tabv7 .custom-tab-d7 .custom-hvt-item{
	flex: 1 1 auto;
	position: relative;
}

/* .custom-tabv7{ */
/* 	display:flex; */
/* 	flex-wrap:nowrap; */
/* } */
.custom-tabv7 .custom-tab-d7 {
/*     background-color: #EEE; */
/*     box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06); */
    border-radius: 0;
    margin: 0 auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
/*     width:20% !important; */
/*     flex-direction: column !important;  */
/*     background-image: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%); */
}
.custom-tabv7.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab] {
    background-color: transparent;
    border: none;
    padding: 0.4rem;
}
.custom-tabv7.macaw-tabs.macaw-simple-tabs>[role=tablist]>[role=tab]:after{
	content: '';
	width: 100%;
	height: 0;
	position: absolute;
	bottom: 0;
	left: 0;
/* 	background-image: linear-gradient(to bottom, #dae3ff 0%, #dae3ff 100%); */
	transition: .5s ease;
	display: block;
	z-index: -1;
}

.custom-tabv7.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover::after{
	 height: 100%;
}
.custom-tabv7.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover,
.custom-tabv7.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:focus {
/*     background-color: #c5d6ff; */
/*     background-color: #eef2ff; */
    color: #2c2c2c;
}
.custom-tabv7.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true],
.custom-tabv7.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:hover,
.custom-tabv7.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:focus {
    outline: 0;
    background-color: #dae3ff !important;
/*    	background-image: radial-gradient(circle, #758ed8, #637ccb, #506abe, #3e58b0, #2947a3); */
/*    	background-image: linear-gradient(to right top, #3369b5, #357ab9, #2d81b3, #4698e6, #6c8eec); */
    color: var(--primary) !important;
     border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
        z-index: -2;
}


.custom-tabv7.custom-hv-tab.macaw-tabs.macaw-simple-tabs > [role=tabpanel] {
    /* background-color: #ffffff !important; */
    /* background-image: linear-gradient(to bottom, #eef2ff, #f3f5ff, #f8f8ff, #fcfbff, #ffffff) !important; */
    /* border: 1px solid #f1f1f1 !important; */
    background-image: linear-gradient(to bottom, #dae3ff, #e5e9ff, #eff0ff, #f8f7ff, #ffffff);
/*     width:80% !important; */
}

.custom-tab-d7 .custom-card-v5{
	width:100%;
	margin: 0;
	padding: 6px !important;
	flex-direction: row;
	flex-wrap: nowrap;
	border-radius: 0;
}

.custom-tab-d7 .custom-card-v5:hover{
	border-radius: 60px;
}

.custom-tab-d7 .custom-bgicon-block {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin: 0 8px 0 0;
}

.custom-tab-d7 .custom-bgicon-block svg {
    max-width: 26px;
}

.custom-tab-d7 .ccv5-title {
    margin-bottom: 0;
    font-size: 1rem;
}

.custom-tab-d7 .custom-notify-card{
	margin-bottom:0;
}

.custom-tabv7 .custom-tab-nav .left__btn, .custom-tabv7 .custom-tab-nav .right__btn{
	    padding: 2.2rem 0.8rem;
    height: 92px;
}

/* tabs css end */

/* tabs scroll css start */

.custom-tab-nav{
	position: absolute;
    top: 0;
    z-index: 4;
    width: 100%;
}

.custom-tab-nav .left__btn,
.custom-tab-nav .right__btn{
	 position: absolute;
	 color: #fff;
    padding: 1.1rem 0.8rem;
    height: 52px;
    cursor:pointer;
	}
.custom-tab-nav .left__btn{
	 left: 0;
     background: linear-gradient(90deg, #6d0b45 0%, rgb(109 11 69 / 60%) 100%);
     display: none;
}

.custom-tab-nav .right__btn{
	right: 0;
    background: linear-gradient(90deg, rgb(109 11 69 / 60%) 0%, #6d0b45 100%);
}

.custom-tab-scroll{
	    flex-wrap: nowrap !important;
      white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-x: auto;
   justify-content: start !important;
}

.custom-tab-scroll::-webkit-scrollbar {
  display: none;
}

.custom-tab-scroll.dragging {
  scroll-behavior: unset;
  cursor: -webkit-grab;
  cursor: grab;
}
.custom-tab-scroll.dragging .custom-hvt-item {
  pointer-events: none;
}

/* tabs scroll css end */

/* custom-gradi-tab css start */
.custom-gradi-tab.macaw-tabs.macaw-simple-tabs>[role=tabpanel],
	.custom-gradi-tab.macaw-tabs.macaw-fresh-tabs>[role=tabpanel] {
	background-image: linear-gradient(120deg, #f6fcff 0%, #d0e1ff 100%);	
}

/* custom-gradi-tab css end */

/* iPad 1024 (Landscape) view*/
@media only screen and (max-width:1279px) {
	.custom-tab-d2 {
		max-width: 100%;
	}
}

/* iPad 768 (portrait) view*/
@media only screen and (max-width: 1023px) {
/*      .custom-vertical-tabs{ */
/* 	    flex-direction: column; */
/* } */

/* .custom-vertical-tabs > [role=tablist], */
/* .custom-vertical-tabs > [role=tabpanel]{ */
/* 	width: 100% !important; */
/* } */
}

@media only screen and (max-width: 767px) {
	  .c-tt-text .label,
	  .custom-tabv5 .c-tt-text .label{
    font-size:0.9rem
    }
    
    .custom-hv-tab.macaw-simple-tabs > [role=tablist] > [role=tab]{
    padding:0.4rem 0.6rem;
    }
    
    .custom-hv-tab.macaw-tabs.macaw-simple-tabs > [role=tabpanel]{
        padding: 0.72rem;
    }
    
    .custom-tabv5 .custom-tab-nav .left__btn_in, .custom-tabv5 .custom-tab-nav .right__btn_in {
    height: 48px;
    padding: 14px 10px;
}

.custom-tabv2 .custom-tab-nav .left__btn, .custom-tabv2 .custom-tab-nav .right__btn {
    height: 46px !important;
    padding: 0.8rem 0.7rem;
}
}

/* iPhone-5 568 (Landscape) view */
@media only screen and (max-width: 666px) {
	.custom-hv-tab .c-tt-text .c-tabs-icon{
	margin-right:0;
	    height: 28px;
    width: 28px;
	}
	
	.custom-hv-tab.macaw-tabs.macaw-simple-tabs.vertical > [role=tablist],
	.custom-hv-tab.macaw-tabs.macaw-simple-tabs.vertical > [role=tabpanel]{
	width: 100%;
	}
	
	.custom-hv-tab.macaw-tabs.macaw-simple-tabs.vertical {
    flex-direction: column;
    }
    
}
/* custom tab css end */

/* custom-tabv5 tab css start */

.custom-quotes-block {
    margin: 0 -10px;
    padding-bottom: 10px !important;
}
.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab] {
    min-width: 275px;
       padding: 0.4rem;
    font-size: 0.9rem;
        border-bottom: none;
        border-radius: 4px;
}


.custom-tabv5 .c-tt-text .label {
	font-size:16px;
}
.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tabpanel] {
    background-color: #ffffff;
    padding: 10px;
    min-height: 500px;
    max-height: 500px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-bottom: 0 !important;
}
.custom-quotes-v3 {
    position: relative;
}
.custom-quotes-v3 .quote-content {
    background: #333;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 10px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}
.custom-quotes-v3 .quote-content .quote-desc {
    color: #fff;
    text-shadow: 1px 1px 1px #000;
}
.custom-quotes-v3 .quote-content:before {
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    content: "\0022";
    font-size: 150px;
    line-height: 130px;
    font-style: italic;
    top: 0px;
    right: 20px;
}
.custom-tabv5 .c-tabs-icon {
    height: 32px;
    width: 32px;
    background:  #005da1;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover .c-tabs-icon, 
.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:focus .c-tabs-icon,
.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true] .c-tabs-icon{
    background: #fff;
    color:  #005da1;
}
.custom-tabv5 .custom-tab-nav .left__btn, 
.custom-tabv5 .custom-tab-nav .right__btn {
    height: 66px;
}
.custom-tab-nav .left__btn_in, .custom-tab-nav .right__btn_in {
    position: absolute;
    color: #fff;
    padding: 1.1rem 0.8rem;
    height: 52px;
    cursor: pointer;
}
.custom-tabv5 .custom-tab-nav .right__btn_in {
    right: 0;
    background: linear-gradient(90deg, rgb(0 93 161 / 60%) 0%, #005da1 100%);
}
.custom-tabv5 .custom-tab-nav .left__btn_in {
    left: 0;
    background: linear-gradient(90deg, #005da1 0%, rgb(0 93 161 / 60%) 100%);
    display: none;
}
.custom-tabv5 .custom-tab-nav .left__btn_in, 
.custom-tabv5 .custom-tab-nav .right__btn_in {
       height: 52px;
    padding: 11px;
}
.custom-tab-scroll_in{
	    flex-wrap: nowrap !important;
      white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-x: auto;
   justify-content: start !important;
       flex-direction: row !important;
}

.custom-tab-scroll_in::-webkit-scrollbar {
  display: none;
}

.custom-tab-scroll_in.dragging {
  scroll-behavior: unset;
  cursor: -webkit-grab;
  cursor: grab;
}
.custom-tab-scroll_in.dragging .custom-hvt-item {
  pointer-events: none;
}

.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true],
.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:hover,
.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab][aria-selected=true]:focus,
.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:hover,
.custom-tabv5.macaw-tabs.macaw-simple-tabs > [role=tablist] > [role=tab]:focus{
	    background-color: #005da1 !important;
}

.custom-tabv5 .custom-tab-d2 {
    padding: 4px;
    gap: 4px;
}

/* custom-tabv5 tab css end */