/* ==================================== */
           /* GE : Daily Login */
/* ==================================== */

@import url('https://fonts.googleapis.com/css2?family=Maitree:wght@200;300;400;500;600;700&display=swap');

* {
    font-family: 'maitree', sans-serif;
    color: #ffffff;
}

html,
body {
    height: 100vh;

}

body {
    height: 100%;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #000;
    background-attachment: fixed;
}

.main-container {
    flex: 1 0 auto;
}

#sticky-footer {
    flex-shrink: none;
}


/* NAVBAR */

.main-navbar {
    width: 100%;
    position: fixed;
    top: 0;
    color: #efefef;
    background-color: rgba(0, 0, 0, .8);
    z-index: 3;
}

.navbar-brand {
    width: 193px;
    height: 69px;
    position: relative;
    top: 5px;
}

.navbar-nav {
    margin: 0 auto;
}

.navbar-nav a.nav-item {
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: 600;
    text-align: center;
    color: #efefef;
    font-size: 18px;
    transition: 0.1s;
}

.navbar-nav a.nav-item span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #aaaaaa;
}

.navbar-nav a.nav-item.active,
.navbar-nav a.nav-item:hover,
.navbar-nav a.nav-item.active span,
.navbar-nav a.nav-item:hover span {
    color: #cfac5a !important;
}

.navbar-social a {
    margin-left: 5px;
    margin-right: 5px;
    background-color: #efefef;
    transition: 0.1s;
}

.navbar-social a:hover {
    background-color: #cfac5a;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

.navbar {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* footer */

footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 25px;
    padding-bottom: 15px;
    text-align: center;
    /* background-color: #202020; */
}

footer p {
    padding-top: 15px;
    margin-bottom: 10px;
    font-weight: 400;
    color: #efefef;
    font-size: 12px;
}

.footer-nav {
    padding-bottom: 10px;
}

.footer-nav a {
    color: #bcbcbc;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 2px solid rgba(255, 255, 255, 0.253);
}

.footer-nav a:hover {
    color: #cfac5a;
}

.footer-nav a:nth-of-type(1) {
    border-left: 0px solid #fff;
}


/* Body */
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    border: 2px solid rgb(73, 73, 73);
}

.id-name {
    border: 2px solid #ffffff29;
    padding-left: 24px;
    padding-right: 22px;
    padding-top: 10px;
    font-size: 14px;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.id-name span {
    padding-right: 10px;
    color: #edda8b;
}

.logout-btn {
    background-color: #edda8b;
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 14px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 9px;
    color: #212529;
}

.logout-btn:hover {
    filter: brightness(120%);
    background-color: #edda8b !important;
    color: #202020 !important;
}

.event-title-h1 {
    margin-top: 130px;
}

.all-event-container {
    margin-top: 40px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, .4);
    background-color: rgb(14, 14, 14);
    margin-bottom: 100px;
}

.items-box {
    width: 14.28%;
    padding: 10px;
    border-right: 2px solid #3a3a3a;
}

.bonus-week {
    border-right: 0px solid #3a3a3a;
    background: #939393;
    position: relative;
}

.items-box p {
    font-size: 10px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0px;
}

.items-box p.items-amount {
    color: #efeb0e;
    border-top: 1px solid #3c3c3c;
}

.event-title {
    font-size: 14px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-right: 20px;
    margin-bottom: -10px;
}

.event-btn-group {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgba(255, 255, 255, 0.08);
    border-left: 2px solid #64646475;
}

.get-items-btn {
    background-color: #edda8b;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 9px;
}

.get-items-btn:hover {
    filter: brightness(120%);
    background-color: #edda8b !important;
    color: #202020 !important;
}

.event-remark {
    text-align: center;
    font-size: 10px;
    margin-top: 10px;
}

.items-flex {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.daily-btn {
    width: 100%;
    height: 100%;
    border: 0px solid #3c3c3c;
    border-radius: 0px;
    padding: 0px;
    background-color: #222222;
    transition: 0.1s;
    cursor: default;
    pointer-events: none;
}

.daily-btn:hover {
    background-color: #222222;
    transform: scale(100%);
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.377);
}

.bonus-week .days-title {
    background-color: #3c3c3c;
}

.days-title {
    font-size: 12px;
    padding: 2px;
    background-color: #3c3c3c;
    font-weight: 500;
}

.daily-btn img {
    padding: 10px;
}

.daily-btn p {
    padding: 5px 5px 5px 5px;
}

/* Sweet Alert */
.ge-popup-theme {
    background-color: #202020 !important;
}

.swal2-warning .swal2-icon-content {
    color: #f8bb86 !important;
}

.swal2-title.no-char-title {
    color: #f8bb86 !important;
}

.swal2-title.success-title {
    color: #a5dc86 !important;
}

.swal2-title.fail-title {
    color: #edda8b !important;
}

.swal2-content a {
    color: #edda8b !important;
    font-weight: 500;
}

.oz-confirm-btn {
    background-color: #edda8b !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding-top: 12px !important;
    padding-bottom: 9px !important;
    color: #212529 !important;
}

.oz-confirm-btn:hover {
    filter: brightness(120%) !important;
    background-color: #edda8b !important;
    color: #212529 !important;
}

.swal2-styled:focus {
    outline: 0;
    box-shadow: 0 0 0 0px rgb(100 150 200 / 0%) !important;
}

.items-name {
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.swal2-content {
    color: #d2d2d2 !important;
    padding: 0px 10px !important;

    max-height: 400px !important;
    overflow-y: auto;
}

/* Bonus Event */
.bonus-event {

    border-bottom: 3px solid #efeb0e;

}

.bonus-event .event-title {
    color: #efeb0e;
}

.date-title {
    background-color: #3a3a3a;
    padding-top: 13px;
    padding-bottom: 10px;
    color: #f9f9f9;
    font-weight: 700;
    font-size: 18px;
}

.bonus-title {
    background-color: #3a3a3a;
    padding-top: 13px;
    padding-bottom: 10px;
    color: #efeb0e;
    font-weight: 700;
    font-size: 22px;
}

.event-title span {
    background-color: #ffffff;
    padding-right: 13px;
    padding-left: 13px;
    border-radius: 20px;
    color: #000;
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    margin-left: 5px;
}

/* Get Items Button status */
.items-successed {
    background-color: #141414 !important;
    transform: scale(100%) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.377);
    pointer-events: none;
    position: relative;
}

.items-ready .days-title {
    background-color: #5da633;
}

.daily-btn.items-ready {
    cursor: pointer;
    pointer-events: auto;
}

.daily-btn.items-ready:hover {
    background-color: #4e4e4e !important;
    transform: scale(116%) !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.377) !important;
    cursor: pointer;
    pointer-events: auto;
}

.bonus-week .items-ready .days-title {
    background-color: #edda8b;
    color: #212529;
}

.items-successed>img,
.items-successed .days-title,
.items-successed .items-name,
.items-successed .items-amount {
    opacity: .25;
}

.items-successed:hover {
    background-color: #141414 !important;
    transform: scale(100%) !important;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.377);
    cursor: default;
    pointer-events: none;
}

.stamp-items {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 100%;

}

/* Modal */
.view-items {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.view-items .btn img:hover {
    filter: brightness(140%);
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
    border-color: transparent !important;
}

.modal-footer {
    justify-content: center;
    padding: 0;
    border-top: 0px;
}

.modal-close-btn {
    margin: 0;
    width: 100%;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    background-color: #edda8b;
    color: #212529;
}

.modal-close-btn:hover {
    filter: brightness(120%);
    background-color: #e0ce82 !important;
    color: #212529 !important;
}

.modal-body {
    background-color: #000 !important;
}

/* Popup Items */
.get-items-row {
    background-color: #141414;
    margin-bottom: 2px;
    border-radius: 4px;
    padding: 5px;
}

.get-items-row img {
    border-right: 2px solid #202020;
    padding: 15px;
    /* height: 80px;
    width: auto; */
}

.get-items-text {
    /* padding: 15px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: 100%;
}

.get-tirems-amount,
.get-items-name {
    font-size: 14px;
}

.get-tirems-amount {
    color: #efeb0e;
}



/*swal alert*/
.swal2-popup {
    background: #252525 !important;
    border: 3px solid #3f3f3f !important;
}

.swal2-content {
    color: #d2d2d2 !important;
    padding: 0px 10px !important;

    /* max-height: 400px !important; */
    overflow-y: auto;
}

.modal-item {
    padding: 15px 20px;
    margin-bottom: 6px;
    /* border: 2px solid #d0ac00; */
    border-radius: 6px;
}

.modal-item-pic {
    flex-basis: 60px;
}

.items-daily-img {
    height: 80px;
    width: 80px;
}

/* Media Query */
@media (max-width: 1199.98px) {
    .items-box {
        width: 25%;
        padding: 10px;
    }

    .items-box {
        border-bottom: 2px solid #3a3a3a;
    }

    .items-box:nth-of-type(1) {
        border-left: 2px solid #3a3a3a;
    }

    .items-box:nth-of-type(5) {
        border-left: 2px solid #3a3a3a;
    }
}

@media (max-width: 991.98px) {
    .event-title {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .event-btn-group {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
        background-color: rgba(255, 255, 255, 0.0);
        padding-bottom: 20px;
        /* padding-top: 20px; */
        border: 0px solid transparent;
    }

    .event-row {
        border-bottom: 2px solid #383737;
    }

    .bonus-event {
        border-bottom: 4px solid #edda8b;
    }

    .get-tirems-amount,
    .get-items-name {
        font-size: 12px;
    }
}

@media (max-width: 767.98px) {
    .items-box {
        width: 33.3333%;
    }

    .event-btn-group {
        padding-left: 20px;
        padding-right: 20px;
    }

    .event-title span {
        /* display: block; */
        /* width: 140px; */
        margin: 0 auto;
    }

    .bonus-week {
        width: 100% !important;
        margin-bottom: 10px;
    }

    .items-box:nth-of-type(4) {
        border-left: 2px solid #3a3a3a;
    }

    .items-box:nth-of-type(5) {
        border-left: 0px solid #3a3a3a;
    }
}

@media (max-width: 575.98px) {
    .navbar-brand {
        text-align: center;
        margin-left: 0;
        margin-right: 0;
    }

    .items-box {
        width: 50%;
    }

    .main-navbar {
        position: relative;
    }

    .event-title-h1 {
        margin-top: 30px;
    }

    .navbar {
        justify-content: center !important;
        padding-bottom: 20px;
        flex-direction: column;
    }

    .navbar .exe-profile {
        flex-direction: column !important;
    }

    .btn.logout-btn {
        margin-top: 10px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 700;
        padding-top: 10px;
        padding-bottom: 9px;
    }

    .id-name {
        border-radius: 40px;
        padding-bottom: 6px;
    }

    .items-box:nth-of-type(4) {
        border-left: 0px solid #3a3a3a;
    }

    .items-box:nth-of-type(3) {
        border-left: 2px solid #3a3a3a;
    }

    .items-box:nth-of-type(5) {
        border-left: 2px solid #3a3a3a;
    }
}
@media (max-width: 480.98px) {
    .get-items-row {

        padding: 15px 0px;
    }
}