@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body,.html{
font-family: 'Poppins', sans-serif;
}
.commonStyle__zt3BrandBg,
.Button__footerBtn:hover{
background-color:  #fe4164;
}
.SearchContainer__downArrow{
	border-top-color: #fe4164;
}
.commonStyle__zt3BrandBorder {
    border-color:  #fe4164;
}
.commonStyle__zt3Brand,
.Icon__brand,.Badge__announcement,
.TopicDetailLeftContainer__userPost a {
    color: #fe4164;
}

/* Custom Css Here */
.custom_tab{
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 20px;
	}
	.custom_tabItem {
	    position: relative;
	    min-width: 180px;
	    padding: 8px 10px;
	    border-radius: 3px 3px 0 0;
	    font-size: 16px;
	    background-color: #fff;
	    transition: all .15s ease;
	    max-width: 200px;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    text-align: center;
	}
	.custom_tabItem + .custom_tabItem{
		margin-left: 10px
	}
	.custom_tabLink{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0
	}
	.petowners .petownersActive, 
	.petcarers .petcarersActive, 
	.custom_tabItem:hover{
		background-color: #fe4164;
	    color: #fff
	}

.kb_customTab.Header__active {
    border-color: transparent;
    color: #fff;
}
.kb_customTab.Header__active:hover, 
.petowners .kb_customTab.Header__active, 
.petcarers .kb_customTab.Header__active{
    color: #fe4164;
    border-bottom-color: #fe4164;
}
.Footer__footerBg{
            display:none
      }
