body{
    background: #5f5c5c;
}

.header {
    background: #191919;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.header-item-wrapper {
    font-size: 18px;
    padding: 0 10px;
    display: inline-block;
    text-shadow: 0 0.05px;
}
.header-item-wrapper a{
    color:#fff;
    text-decoration: none !important;
    letter-spacing: 0.5px;
    transition: all 0.5s;
}
.header-item-wrapper.active a,.header-item-wrapper:hover a {
    color: #ffc107;
}
.content-container{
    margin:20px 0;
}
.news-section-container {
    background: #fff;
    padding: 20px;
    margin:15px 0;
    border-radius: 10px;
}
.footer-container{
    background: #191919;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom:10px;
}
.footer-link{
    margin-right: 10px;
    margin-left:10px;
}

.content-container img{
    max-width:100% !important;
}



.error-message {
    margin-top: 5px;
    margin-left: 5px;
    color: #ff0000;
    height: 0;
    overflow: hidden;
    transition:  height 0.5s;
}
.form-group.has-error .error-message{
    height: 25px;
}

.status-modal-header {
    background: #ffc107 !important;
    text-align: center;
    padding: 40px;
    display: block;
}
#success-modal .status-modal-header{
    background: #3dce19 !important;
}
.status-message-icon {
    font-size: 100px;
    color: #dc3545;
    width: 90px;
    height: 90px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid;
    line-height: 90px;
    border-radius: 50% !important;
}
#success-modal .status-message-icon{
    font-size: 55px;
    line-height: 90px;
}
.status-message-content {
    text-align: center;
    padding: 40px 30px;
    color: #000;
    font-size: 22px;
}

#error-modal .status-message-content{
    color: #ff0000;
}
.status-message-btn{
    width: 200px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #dc3545;
    margin-bottom: 20px;
    color: #fff;
    font-size: 22px;
    border-radius: 5px !important;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}
.body {
	height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
footer {
    margin-top: auto;
}
