.error_msg {
	display: block;
	color: #f00;
	font-size: 13px;
	margin-top: 5px;
}
.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.alert {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	text-align: center;
}
.alert p {
	font-size: 13px;
	margin: 5px 0px;
}
.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}
.item_gallery .item_gallery_col_7 {
	padding: 0 10px;
	width: 70%;
	float: left;
}
.item_gallery .item_gallery_col_3 {
	padding: 0 10px;
	width: 70%;
	float: left;
}
.filter_submit {
    text-align: center;
}

.name_search {
    position: relative;
}

.suggestion_loader {
	display:none;
    position: absolute;
    right: 7px;
    top: 6px;
    z-index: 1;
}

.suggestion_loader img {
    width: 20px;
}

.name_search input.ig_search_input {
    padding-right: 30px;
}


.item_gallery_container {
    width: 100%;
    float: left;
}

/* CSS to handle the collapse functionality on mobile */
@media (max-width: 768px) {
    .filter_cntnr .filter_contnt {
        display: none;
    }
    .filter_dv_hd::after {
        content: '\f078'; /* Font Awesome chevron-down icon */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        float: right;
        transition: transform 0.3s ease;
    }
    .filter_dv_hd.expanded::after {
        transform: rotate(180deg);
    }
    .filter_dv_hd {
        cursor: pointer;
    }
}