.action-button{
	width: 24px;
}

.loader-wrapper{
	margin-top: 50px;
	padding: 100px;
	display: flex;
	justify-content: center;
}

.swiper-wrapper{
	color: white;
	font-weight: bold;
	text-transform: uppercase;
}

.search-reels-container{
	position: relative;
	display: flex;
	align-items: center;
}
.search-reels-container.small{
	display: none;
}

.search-reels-button{
	background-color: #1A1A1A;
	border-radius: 10px;
	padding: 10px;
	margin-left: 10px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.search-reels-input{
	padding: 7px !important;
	&::placeholder{
		text-transform: capitalize;
	}
}

.search-reels-wrapper.large{
	z-index: 5;
	position: absolute;
	right: 50px;
}

.search-reels-wrapper.small, .search-reels-wrapper.small .search-reels-input{
	width: 100%;
}

@media screen and (max-width: 550px){
	.search-reels-container.large{
		display: none;
	}
	.search-reels-container.small{
		display: flex;
		margin-top: 20px;
	}
}