
.popup-search-container {
		background: #2C41D7 !important;
}

.popup-search-title-wrapper h3 {
    color: #fff !important;
}

.popup-search-form .submit {
	color: #fff !important;
}


.popup-search-form .search-field::placeholder {
	color: #fff !important;
	font-size : 16px !important;
}

.popup-search-form input[type=text] {
	color: #fff !important;
	font-size : 16px !important;
}

.modal-header {
	background: #2C41D7 !important;
}

.modal-header .modal-title {
	color: #fff !important;
	font-weight: bold !important;
	font-size: x-large !important;
	text-transform: Uppercase !important;
}

#button-container {
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: #f1f1f1;
            padding: 10px;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
            display: flex;
            /* SHOW the button container initially */
        }

        button {
            margin: 0 10px;
            padding: 10px 15px;
            background-color: #007bff;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        button:hover {
            background-color: #0056b3;
        }