@import "../fontface.css";

html {
    background-color: black;
    cursor: url('../../images/preregis/Global/pointer.png'), auto;
}

/* GLOBAL */
.btnGb:hover {
    cursor: url('../../../images/preregis/Global/pointer-hover.png'), auto !important;
}

.btnGb:active {
    cursor: url('../../../images/preregis/Global/pointer-click.png'), auto !important;
}

.btn, .btn:active, .btn:focus {
    outline: unset;
    box-shadow: unset;
    border: unset;
}

a,
a:hover {
    color: unset;
    text-decoration: none; /* no underline */
    filter: saturate(1.5);
}

.btnGb:hover {
    cursor: url('../../images/preregis/Global/pointer-hover.png'), auto !important;
    filter: saturate(1.5);
}

.btnGb:active {
    cursor: url('../../images/preregis/Global/pointer-click.png'), auto !important;
}

button {
    border: unset;
}
/* END GLOBAL */

/* SWAL */
/* SWAL */
.sweet-alert {
    background: linear-gradient(to bottom, #324259, #212d3a);
    color: white !;
    border-radius: 10px;
    box-shadow: 0 0 0 0.1vw #000000;
    border: 0.2vw solid #5b78a2;
    border-radius: 0.5vw;
}

.sweet-alert > h2 {
    font-family: 'Anton Regular'; 
    color: white !important;
}

.sweet-alert > p {
    font-family: 'Anton Regular';
    color: rgb(228, 228, 228) !important;
    font-size: 1.5rem;
}

.sa-button-container > .cancel {
    font-family: 'Anton Regular'; 
    color: #212d3a !important;
}

.sa-confirm-button-container > .confirm {
    font-family: 'Anton Regular'; 
    background-color: #fe6a1e!important;
    color: black;
}
/* END SWAL */

/* NEWS */
body {
    padding: unset;
    margin: unset;

    background: url('../../images/rank/bg.jpg') no-repeat top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;

    font-family: 'Anton Regular', 'Calibri';
    color: white;
    padding: 0 2%;
}

.gb-sc-news-container {
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    display: block;
    padding: 10px;
}

.gb-sc-news-content {
    position: relative;
    padding-top: 5vw;
    padding-left: 5vw;
    margin-bottom: 10vw;
}

.gb-sc-title {
    position: relative;
    max-width: 726px;
    margin-left: 17vw;
    width: 29vw;
}
.gb-sc-title-br{
    max-width: 1257px;
    margin-left: 7vw;
    width: 50vw;
}
.gb-sc-news-box{
    width: 61vw;
    min-width: 600px;
    min-height: 600px;
    margin-top: 3vw;
    background: #073b92b8;
    border: 10px solid #fff;
    border-radius: 15px;
    border-bottom-right-radius: 55px;
}
.gb-sc-char{
    max-width: 633px;
    width: 40vw;
    position: absolute;
    right: 0;
    top: 5vw;
}
.gb-sc-news-note{
    padding-left: 1vw;
    font-size: 1vw;
}

@media(min-width: 1921px){
    .gb-sc-char{
        max-width: none;
        width: 41vw;
        position: absolute;
        right: 0;
        top: 5vw;
    }   
}

.table-header{
    background: #FF581A;
    background: linear-gradient(0deg,rgba(255, 88, 26, 1) 0%, rgba(255, 184, 2, 1) 100%);
    border-bottom: 5px solid #fff;
}
.table-header th{
    font-size: 1.5vw;
    color: #000;
}

tbody tr{
    font-size: 1vw;
}

tbody img{
    width: 3vw;
}

.gb-sc-news-category-btn {
    background: linear-gradient(to bottom, #5d7798, #385e86);
    color: white;
    padding: 10px 20px;
    border: 2px solid black !important;
    box-shadow: 0 0 0 1px white, 0 4px 0 3px #173d67 !important;
    transition: unset;
    font-size: 1.3rem;
}

.gb-sc-news-category-btn.active {
    filter: saturate(2);
}

.gb-sc-news-category-btn:hover {
    filter: saturate(2);
}

.gb-sc-news-category-btn:active {
    transform: translateY(4px);
    box-shadow: 0 0 0 1px white, 0 0px 0 3px #173d67 !important;
}

.gb-sc-news-search-wrapper {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.gb-sc-news-category-btn-wrapper {
    display: flex;
    gap: 18px;
}

.gb-sc-news-filter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gb-sc-news-search-wrapper {
    display: flex;
}

.gb-sc-news-search {
    display: inline-block;
    width: 100%;
    border-radius: 4px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    height: 50px;
    font-size: 1.5rem;
    padding: 30px 10px;
}

.gb-sc-news-search-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background: #ffffff;
    padding: 0 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    margin: unset;
    padding: 0 13px;
}

.gb-sc-news-search-logo:focus,
.gb-sc-news-search-logo:active {
    outline: unset !important;
    border: unset !important;
    box-shadow: unset !important;
}

.gb-sc-news-list {
    background-color: #292c61;
    padding: 55px 50px;
    border-radius: 25px;
    border: 2px solid black;
    box-shadow: 0 0 0 3px #292c61, 0 0 0 6px #4c509f, 0 0 0 10px black;
    font-family: 'Calibri';
}

.pagination {
    justify-content: center;
    align-items: center;
}

.gb-sc-news-wrapper {
    transition: 0.3s all;
    padding: 16px;
}

.gb-sc-news-wrapper:hover {
    background-color: #12142f;
    border-radius: 13px;
    box-shadow: 0 0 8px 4px black;
}

.gb-sc-news-title-banner {
    display: block;
    max-width: 100%;
    width: 800px;
    margin: 0 auto;
}

@media(max-width: 768px) {
    .gb-sc-news-content {
        position: relative;
        padding-top: 2vw;
        padding-left: 2vw;
        margin-bottom: 10vw;
    }
    .gb-sc-title{
        margin-left: 0;
        width: 90%;
    }
    .gb-sc-news-boxmobile{
        overflow-x: scroll;
    }

    .table-header th{
        font-size: 18pt;
    }

    tbody tr{
        font-size: 15pt;
    }

    tbody img{
        width: 50px;
    }
    .gb-sc-news-note{
        font-size: 15pt;
    }
}

/* END NEWS */