.sms_notification {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 1px 0 -1px 2px;
    padding: 0 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #d63638;
    color: #fff;
    font-size: 16px;
    position: absolute;
    z-index: 26;
    right: -7px;
    top: -7px;
    font-weight: bold;
}

.container-webchat .webchat-footer .chat-footer #att-doc {
    display: none;
}

.school-status-fe {
	color: #FFFFFF !important;
	border-radius: 5px;
	width: 100%;
	border: none !important;
	padding: 6px 20px;
	opacity: 0.9;
	cursor: pointer;
	border-color: transparent !important;
}

.school-status-fe.online {
	background-color: #118165;
	color: #fff;
}

.school-status-fe.approved {
	background-color: #8066A0;
}

.school-status-fe.offline {
	background-color: #E74B3C;
}

.school-status-fe.pending {
	background-color: #F1964A;
}

.school-status-fe.denied {
	background-color: #73879C;
}

.school-status-fe.need-info {
	background-color: #3498DB;
}

.school-status-fe.rejected {
	background-color: #73879C;
}

.school-status-fe.processing {
	background-color: #F1964A;
}