/* general */

h1 {
    font-size: 30px !important;
    font-weight: bold;
    padding: 15px 0;
}

h3 {
    font-weight: bold;
}

.centered-align {
    text-align: center;
}

body {
    height: 100%;
}

.body-content {
    margin-bottom: 300px;
}

input:read-only {
    background: #EBEBEB !important;
    border: 1px solid #EBEBEB !important;
    cursor: not-allowed;
}

.ui.button:disabled {
    cursor: not-allowed;
    pointer-events: all !important;
}

/* general */

/* login page */

@media screen and (max-width: 767px) {
    .login-page .image-wrapper {
        display: none;
    }

    .login-page > .card {
        width: min-content !important;
    }

    .login-page {
        justify-content: center;
    }
}

.login-page {
    display: flex;
    height: 100vh;
    align-items: center;
    flex-direction: column;
}

.login-page > .card {
    width: 550px;
}

.login-page > .card > .content {
    padding: 25px 35px;
}

.login-page > .card > .content label {
    font-size: 15px;
    padding-bottom: 5px;
}

.login-page > .card > .content input {
    margin-bottom: 15px;
}

.login-page > .card > .content .button {
    margin-top: 30px;
    padding: 15px 0;
    font-size: 20px;
}

.login-page > .card > .content a {
    font-size: 15px;
    text-decoration: underline;
    color: black;
}

.login-page > .card > .content .field.link {
    padding-top: 20px;
}

.button.primary {
    background-color: #C6AE2F !important;
}

.button.primary:hover {
    background-color: #b49d2b !important;
}

.login-page .image-wrapper {
    padding-top: 50px;
}

.login.page.ui.modal .header {
    text-align: center;
}

/* login page */

/* top menu */

@media screen and (max-width: 767px) {
    .top-menu .ui.text.menu img {
        display: none;
    }

    .top-menu .ui.text.menu img.mobile {
        display: block !important;
        width: 50px;
        height: 50px;
    }

    .top-menu .ui.text.menu .ui.right.dropdown.item .notification.item {
        display: none;
    }

    .top-menu .ui.text.menu .ui.right.dropdown.item > .item {
        display: none;
    }

    .top-menu .ui.text.menu .dropdown.item > .menu .mobile {
        display: block !important;
    }
}

.top-menu .ui.text.menu {
    background: white;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.top-menu .ui.text.menu img {
    width: 300px;
    height: 75px;
}

.top-menu .ui.text.menu img.mobile {
    display: none;
}

.top-menu .ui.text.menu a {
    color: black;
    font-size: 15px;
    font-weight: 600;
}

.top-menu .ui.text.menu .ui.right.dropdown.item {
    color: black;
    font-size: 15px;
    font-weight: 600;
}

.top-menu .ui.text.menu .ui.right.dropdown.item .item {
    color: black;
    font-size: 15px;
    font-weight: 400;
    padding-right: 30px;
}

.top-menu .ui.text.menu .ui.right.dropdown.item .item > i {
    color: #C6AE2F;
    font-size: 18px;
    padding-right: 10px;
}

.top-menu .ui.text.menu .ui.right.dropdown.item .notification.item {
    background-color: #C6AE2F;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    margin-right: 30px;
    position: relative;
}

.top-menu .ui.text.menu .ui.right.dropdown.item .notification.item > i {
    color: white;
    font-size: 18px;
    padding-right: 10px;
}

.top-menu .ui.text.menu .ui.right.dropdown.item .notification.item > .circle.icon {
    color: red;
    font-size: 10px;
    position: absolute;
    top: 8px;
    left: 29px;
}

.top-menu .ui.text.menu .ui.right.dropdown.item > i {
    margin-left: 5px;
    font-size: 18px;
}

.top-menu .ui.text.menu .dropdown.item > .menu {
    min-width: 200px !important;
}

.top-menu .ui.text.menu .dropdown.item > .menu .mobile {
    display: none;
}

/* top menu */

/* footer */

.footer {
    background-color: black;
    color: white;
    height: 60px;
    width: 100%;
    /* position: absolute;
    bottom: 0; */
    display: flex;
    align-items: center;
    font-size: 10px;
}

.footer .ui.container {
    display: flex;
    justify-content: space-between;
}

.footer a {
    color: white;
    padding-right: 20px;
}

/* footer */

/* banner */

@media screen and (max-width: 767px) {
    .home-banner .image {
        height: 200px !important;
    }
}

.swiper {
    --swiper-navigation-color: #C6AE2F; 
    --swiper-pagination-color: #C6AE2F;
}

.home-banner .image {
    height: 250px;
}

.home-banner .image > img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

/* banner */

/* home page */

@media screen and (max-width: 767px) {
    .home .rewards .rewards-wrapper .reward {
        width: 100% !important;
        padding: 10px 0;
    }
}

.ui.container.home {
    padding: 30px 0;
}

.home .booking {
    padding: 30px 0;
}

.home .booking .button-wrapper {
    padding: 10px 0;
}

.home .booking .button-wrapper .button {
    background-color: white;
    border: 1px solid #C6AE2F;
    border-radius: 5px !important;
    padding: 15px 25px;
    margin-top: 5px;
}

.home .booking .button-wrapper .button > i {
    color: #C6AE2F;
    font-size: 20px;
    margin-right: 15px !important;
}

.home .booking .ui.form {
    padding: 10px 0;
}

.home .booking .ui.form .button {
    margin: 10px 0;
    padding: 13px 50px;
}

.home .rewards .rewards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home .rewards .rewards-wrapper .reward {
    width: 45%;
    padding: 10px 0;
}

.home .rewards .rewards-wrapper .reward > img {
    width: 100%;
    height: 150px;
    border-radius: 5px;
}

.home .rewards .rewards-wrapper .reward > p {
    font-size: 18px;
    font-weight: bold;

}

.meeting-room-date-error {
    text-align: center;
    color: red;
}

.booking_time_wrapper .ui.fluid.button.primary {
    margin-top: 30px;
}

.table-wrapper {
    margin-bottom: 20px;
}

/* home page */

/* upcoming */

@media screen and (max-width: 767px) {
    .upcoming {
        padding-left: 0 !important;
    }
}

.upcoming {
    padding-left: 30px;
    min-height: 500px;
}

.upcoming > h3 {
    font-size: 30px;
    font-weight: 900;
}

.upcoming .wrapper {
    background: #f5f3f3;
    border-radius: 5px;
    padding-bottom: 20px;
}

.upcoming .wrapper .news {
    padding: 20px;
}

.upcoming .wrapper .news > h3 {
    font-size: 16px;
    font-weight: 900;
}

.upcoming .wrapper .news > p {
    font-size: 14px;
}

/* upcoming */

/* profile page */

.ui.container.profile {
    padding: 30px 0;
}

.profile .upcoming {
    padding-top: 30px;
}

/* profile page */

/* register */

.login-page.register {
    margin-bottom: 200px;
}

/* register */

/* user subscription */

.ui.container.user_subscription {
    padding: 30px 0;;
}

.ui.container.user_subscription .ui.card {
    padding: 15px;
}

.ui.container.user_subscription .card .meta {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 20px;
}

.ui.container.user_subscription .card .header {
    font-size: 26px;
    font-weight: 800;
    padding-bottom: 10px;
}

.ui.container.user_subscription .card .meta.sub {
    font-weight: 800;
    padding-bottom: 10px;
    color: rgba(0, 0, 0, 0.6) !important;
}

.ui.container.user_subscription .card .sub-header {
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 25px;
}

.ui.container.user_subscription .card .sub-header.green {
    color: green;
}

.ui.container.user_subscription .card .sub-header.yellow {
    color: yellow;
}

.ui.container.user_subscription .card .sub-header.red {
    color: red;
}

.ui.container.user_subscription .card .meta-header {
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 40px;
    color: rgba(0, 0, 0, 0.6);
}

.ui.container.user_subscription .card .green {
    color: green !important;
}

/* user subscription */