.es-button-text:after {
    content: '' !important;
}

.sxx-panel-item-content-title {
    background-color:white !important;
	color:#555 !important;
}

/* Override Bootstrap alert, warning, and success message style */
.alert {
	background: none !important;
}

.alert-warning {
	border-left: 5px solid #8a6d3b;
}

.alert-success {
	border-left: 5px solid #3c763d;
}

.alert-danger {
	background-color: #f2dede !important;
	border-left: 5px solid #a94442;
}

.alert-info {
	border-left: 5px solid #0099dd;
}

/****/
.badge {
	font-size: 80% !important;
	font-weight: 400 !important;
	padding: 0.4em 0.6em !important;
}

.form-saleevent {
    position: relative;
}

.call-question {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-sizing: border-box;
}

.call-question-label {
    text-align: center;
    font-size: 1.5em;
}

.call-question div:nth-child(2) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-height: 160px;
    column-gap: 1px;
    background-color: lightgrey;
    margin-top: 16px;
}

.call-question button {
    width: 50%;
    margin: 0;
    height: 160px;
    outline: none;
    border: none;
    background-color: #fff;
    font-size: 2em;
    color: cornflowerblue;
    cursor: pointer;
}