:root {
    --blue: #1e90ff;
    --white: #ffffff;
    --cover: url('../images/bg-COVER.png');
    --ver: url('../images/bg-REV.png');
}

body {
    color: #FEFBE8;
}

.cover-m {
    display: none;
}

.cover-d {
    display: block;
}

#vbg-home {
    display: block;
}

#vbg-home-m {
    display: none;
}

.principal-logo {
    margin-top: 65px;
}

.tgr-nav {
    font-style: normal;
    font-weight: normal;
    margin: 5px;
    border-radius: 5px;
    padding: 5px;
}

.tgr-nav img {
    width: 45px;
    height: 45px;
}

.tgr-nav ul li a {
    padding: 12px;
    text-decoration: none;
}

.tgr-nav ul li a .tgr-text-icon {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}

.tgr-nav ul li a .tgr-box-icon {
    background-color: transparent;
    border-radius: 50px;
    width: 45px;
    max-width: 45px;
    display: inherit;
    background-color: #fff;
}

.tgr-nav li.uk-active a .tgr-box-icon {
    background-color: #E40082;
}

.tgr-nav ul li a::after {
    background-color: transparent;
}

.tgr-content {
    font-family: "Source Sans 3", serif;
    font-style: normal;
}

.tgr-content>div {
    margin-top: 60px;
    width: 636px;
}

.tgr-content .uk-container-xsmall>div {
    background-color: #5a5a5a29;
    backdrop-filter: blur(5px);
    padding: 18px 20px;
    color: #FEFBE8;
    border-radius: 10px;
}

.tgr-content .uk-container-small>div {
    background-color: #5a5a5a29;
    backdrop-filter: blur(5px);
    padding: 10px;
    color: #FEFBE8;
    border-radius: 10px;
}

.uk-button.uk-button-primary {
    background: #E40082;
    color: #fff;
}

.uk-button.uk-button-primary:hover {
    background: #E40082;
    color: #fff;
}

/* particles js */
#particles-js {
    width: 100%;
    height: 100%;
    /* background-color: #292C59; */
    /* background-image: url('../images/bg-COVER.png'); */
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.particles-js-event {
    width: 100%;
    height: 100%;
    background-color: transparent;
    /* background-image: url('../images/bg-REV.png'); */
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.particles-js-closing {
    width: 100%;
    height: 100%;
    background-color: transparent;
    /* background-image: url('../images/bg-CLOSING.png'); */
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* =====Cover === */
.cover-mobile {
    font-family: "nasalization", sans-serif;
    display: none;
}

.side-principal-logo {
    width: auto;
    height: 450px;
    max-height: fit-content;
}

.kepada-to {
    font-style: normal;
    font-size: 13px;
    line-height: 30px;
    color: #000;
}

.kepada-participan {
    font-family: "nasalization", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #FEFBE8;
}


/* =============tab Event =========================*/
.tgr-event {
    font-style: normal;
    width: 405px;
}

.tgr-event.main-title {
    font-family: "nasalization", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

.tgr-event.submain-title {
    font-family: "nasalization", sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
}

.tgr-event.overview {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.tgr-event.overview-end {
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
}

/* =============tab Time =========================*/
.tgr-time {
    font-size: 18px;
    font-weight: 700;
    width: 405px;
}

.tgr-time .participan-label {
    font-family: "nasalization", sans-serif;
    font-size: 27px;
}

/* Tab Rundown =========== */
.tgr-rundown {
    font-family: "Source Sans 3", serif;
    /* display: flex; */
    width: 405px;
    height: 50vh;
    margin-top: 15px;
}

.tgr-rundown .box-table-rundown {
    overflow: auto;
    height: 35vh;
    margin-top: 18px
}

.tgr-rundown-m {
    display: none;
}

.tgr-rundown .title {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.tgr-rundown .title>span {
    font-size: 20px;
    line-height: 25px;
}

.table-rundown,
.table-rundown-participan {
    border-collapse: collapse;
}

.table-rundown th,
.table-rundown td {
    border: 0px solid #ddd;
}


.table-rundown th.th-time {
    width: 28%;
}

.table-rundown th.th-duration {
    width: 25%;
}

.table-rundown>thead>tr>th {
    position: sticky;
    top: 0;
    background-color: #5a5a5a29;
    backdrop-filter: blur(1px);
    font-weight: bold;
}


.table-rundown>thead>tr>th,
.table-rundown>tbody>tr>td {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    padding: 4px;
    vertical-align: top;
}


.table-rundown-participan th,
.table-rundown-participan td {
    border: 0px solid #ddd;
}

.table-rundown-participan>thead>tr>th,
.table-rundown-participan>tbody>tr>td {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    padding: 4px;
    vertical-align: top;
}

.table-rundown-participan>thead>tr>th {
    position: sticky;
    top: 0;
    background-color: #5a5a5a29;
    backdrop-filter: blur(1px);
    font-weight: 700;
}

.tgr-rundown-participant {
    margin-top: 20px;
    width: 405px;
}

/* Tab Location ============ */
.tgr-location {
    margin-top: 15px;
    width: 405px;
}

.box-location {
    width: 100%;
}

.box-location>iframe {
    position: relative;
    width: inherit;
    height: 33vh;
}

.tgr-location .location-alamat {
    font-size: 16px;
}

.tgr-location .location-alamat .location-place {
    color: #E40082;
    font-weight: bold;
    font-size: 27px;
    line-height: 25px;
}

.tgr-location .location-alamat .location-place div {
    font-size: 22px;
}

/* Tab Gallery ============ */
.tgr-gallery {
    margin-top: 15px;
    width: 405px;
}

.box-gallery {
    display: flex;
    width: 100%;
}

.image-col-1 img {
    width: 395px;
    height: 160px;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

.image-col-2 img {
    width: auto;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;
}

/* Tab Contact============== */
.tgr-contact {
    width: auto;
    font-style: normal;
    width: 405px;
}

.tgr-contact>table>tbody>tr>td.column-1 {
    width: 120px;
    height: 90px;
}

.tgr-contact .contact-name {
    font-family: "nasalization", sans-serif;
    font-weight: 700;
    font-size: 27px;
    line-height: 25px;
}

.tgr-contact .label-pic {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.tgr-contact .contact-number {
    font-weight: 400;
    font-size: 18px;
    line-height: 25px;
}

.tgr-contact .contact-sosmed>a {
    text-decoration: none;
}

/* Tab Protocol================== */
.box-protocol {
    width: 760px;
    max-width: 790px;
    font-style: normal;
}

.box-protocol .protocol-image {
    margin: 7px;
}

.box-protocol .protocol-image>img {
    width: 48px;
}

.box-protocol .protocol-name {
    margin: 7px;
    width: 70%;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    color: #E09423;
}

/* Tab Closing============= */
.uk-container.uk-container-xsmall .box-closing {
    margin: 10px;
}

.box-closing {
    width: 405px;
    font-style: normal;
}

.box-closing .uk-input,
.box-closing .uk-textarea {
    background: #FAFAFA;
    border: 1px solid;
    color: #292C59;
}

.box-closing .uk-input:focus,
.box-closing .uk-textarea:focus {
    background: #FAFAFA;
    border: 1px solid;
    color: #292C59;
}

.box-closing .uk-input::placeholder,
.box-closing .uk-textarea::placeholder {
    opacity: 0.5;
    color: #292C59;
}

.box-closing .uk-button.uk-button-primary {
    background-color: #292C59;
    color: #FEFBE8;
}

@media (min-width: 601px) and (max-height: 600px) {

    /* Tab Rundown =========== */
    .tgr-rundown {
        height: 45vh;
    }

    .tgr-rundown .box-table-rundown {
        height: 30vh;
    }

    /* Tab Location ============ */
    .tgr-location {
        height: 45vh;
    }

    .box-location>iframe {
        height: 28vh;
    }

    /* Tab Gallery ============ */
    .tgr-gallery {
        height: 45vh;
    }

    .box-gallery {
        height: 42vh;
    }

    /* Tab Contact============== */
    /* Tab Protocol================== */
    /* Tab Closing============= */
    .box-closing {
        height: 45vh;
    }
}