@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

* {
	/*font-family: sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 12px;
}

.title___3WYAh, .homeContentContainer___2rUd- .uploadContentOptions___f2nkP > div, .homeContentContainer___2rUd- .uploadContentOptions___f2nkP > div h3 span {
	/*font-family: sans-serif;*/
	font-family: 'Roboto' !important;
}

h1 h2 h3 h4 h5 h6 {
	font-family: 'Roboto' !important;
}






/*custom select*/

.customSelect {
	background: #ffffff;
	border-radius: 8px;
}

.customSelect > .inter-select__control  {
	border-radius: 8px;
	text-align: center !important;
}
.inter-select > span {
	display: none !important;
}

.customSelect > div > div > span  {
	display: none !important;
}

.customSelect > .inter-select__menu > .inter-select__menu-list{
	max-height: 220px !important;
	overflow-y: scroll !important;
	/*overflow: scroll !important;*/
}

.customSelect > .inter-select__menu {
	font-weight: 300;
	font-size: 14px;
	color: #000000;
	border: 1px solid #D8D8D8;
	border-top: 0;
	border-radius: 0 0 4px 4px !important;
	padding: 0 !important;
	box-shadow: none !important;
	margin-top: 0px !important;
	margin-bottom: 0 !important;
	text-align: left;
}

/*.customSelect > .inter-select__menu > .inter-select__menu-list > . inter-select__option{

}*/

.customSelect > .inter-select__menu > .inter-select__menu-list::-webkit-scrollbar{
/*	-webkit-appearance: none !important;*/
	width: 7px !important;
	display: grid;
}

.customSelect > .inter-select__menu > .inter-select__menu-list::-webkit-scrollbar-thumb{
	border-radius: 4px !important;
	background-color: rgba(0, 0, 0, .5) !important;
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5) !important;
}


.customSelect > .css-1pahdxg-control:hover {
	border-color: hsl(0, 0%, 80%) !important;
}

.customSelect > .css-1pahdxg-control {
	border-color: hsl(0, 0%, 80%) !important;
}

.inter-select__control--is-focused {
	border-color: none !important;
	box-shadow: none !important;
	text-align: left !important;
}
.inter-select__value-container{
	display: flex !important;
	justify-content: space-around !important;
}
.inter-select__option:hover {
	background: #fafafa !important;
	cursor: pointer !important;
	text-align: left !important;
}

.inter-select__option--is-selected {
	background: #fafafa !important;
	color: #000000 !important;
	text-align: left !important;
}

.inter-select__control.inter-select__control--is-focused.css-1pahdxg-control {
	background: #ffffff !important;
	text-align: left !important;
}

.css-1n7v3ny-option {
	background: none !important;
	text-align: left !important;
}

.inter-select__control.inter-select__control--is-focused.css-1pahdxg-control {
	background: #ffffff !important;
	text-align: left !important;
}
.inter-select__control.inter-select__control--is-focused.inter-select__control--menu-is-open.css-1pahdxg-control {
	background: none !important;
	text-align: left !important;
}



/*custom select*/




/*SEARCH HEADER*/

.updateSearch {
	background: #ffffff !important;
	color: #333333 !important;
	padding: 0 20px 0px 55px !important;
}

.updateSearch::placeholder {
	color: #858585 !important;
}