/**
 * @plugin		sac-support
 * @file		sac-support-admin.css
 * @version		1.0.0
 * @author 		SAC-ict
 *
 * changelog
 */

.sac-support img {
    display: block;
	margin: 0 auto;
	max-width: 100%;
}

.sac-support h3 {
    text-align: center;
    font-size: 18px!important;
    font-weight: 600!important;
    line-height: 22px;
}

span.sac-support-button {
    padding: 10px;
    background-color: #50a2b0; /*#2c4778;*/
    border-radius: 5px;
    margin: 15px 15%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: 600!important;
    font-size: 16px;
}

span.sac-support-button:hover {
    background-color: #49807a; /*#3764ab;*/
}

.sac-support h4 {
    font-weight: 600!important;
    font-size: 18px!important;
    margin-left: 15px!important;
}

.sac-support ul li {
    list-style: disc;
    margin-left: 30px;
}

.sac-support p {
    text-align: center;
}
.notice.elementor-message {
	display: none;
}