/**
Theme Name: Fullstackology Custom Build
Author: Fullstackology
Author URI: https://fullstackology.com
Description: This is a custom-built theme by the Fullstackology team.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: fullstackology-custom-build
Template: astra
*/


.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.agent_submit {
    display: block;
    margin-top: 20px;
}

.agent_selectbox {
    width: 25%;
}