@import url(./announcement.css);

.title-page {
    font-size: 32px;
    color: #3F4254;
    font-weight: 600;
}

.sub-text {
    font-weight: 500;
    font-size: 14px;
    color: #3F4254;
}


.modal-text-contact-admin p {
    font-weight: 500;
    font-size: 20px;
}


.news-item {
    width: 100%;

}

.news-item .head {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;

}

.news-item .details {
    margin-top: 10px;
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}


.news-item .details .title {
    color: #000000;
    font-weight: 700;
    font-size: 16px;
}

.news-item .details .detail {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}

.read-more {
    color: #F36F27 !important;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
}

.news-item .details .footer {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #ADADAD;
}



::-webkit-scrollbar {
    width: 8px !important;
    /* width of the entire scrollbar */
}

::-webkit-scrollbar-thumb {
    background-color: white !important;
    /* color of the scroll thumb */
    border-radius: 20px;
    /* roundness of the scroll thumb */
    border: 3px solid white !important;
    /* creates padding around scroll thumb */
}


.new-detail-box {}

.new-detail-box .title {
    font-weight: 500;
    font-size: 14px;


    color: #ADADAD;
}

.new-detail-box .head {
    font-weight: 600;
    font-size: 14px;
    color: #000000;
}

.new-detail-box .news-content {
    font-weight: 500;
    font-size: 14px;
    color: #000000;
}


.new-detail-box .img img {
    max-width: 600px;
    max-height: 600px;
}

.btn-superrich-primary:disabled {
    opacity: 50%;
}