﻿/**
* Events
*/
.events {
    padding: 65px 0;
}

    .events .hero {
        margin-bottom: 65px;
        display: inline-block;
        position: relative;
        color: #02557E;
        font-size: 70px;
        font-weight: 700;
    }

        .events .hero::before {
            display: inline-block;
            position: absolute;
            left: 0;
            content: '';
            bottom: 0;
            width: 35%;
            height: 4px;
            background: #4E99B9;
        }

.events-list {
    border: unset !important;
}

    .events-list .actions {
        display: flex;
        justify-content: space-between;
    }

    .events-list.st-theme-default > .nav {
        box-shadow: 0 0 0 transparent !important;
    }

    .events-list .actions span {
        color: #02557E;
        font-size: 20px;
        font-weight: 700;
    }

    .events-list .actions ul {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

    .events-list .actions .view li {
        display: inline-block;
    }

        .events-list .actions .view li a {
            position: relative;
            display: inline-block;
            margin-left: 10px;
            width: 55px;
            height: 45px;
            border: solid 2px #02557E;
            border-radius: 15px;
        }

            .events-list .actions .view li a img {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
            }

            .events-list .actions .view li a.active {
                background: #02557E;
            }

                .events-list .actions .view li a.active img {
                    filter: brightness(0) invert(1);
                }

    .events-list .actions .filter li {
        display: inline-block;
    }

        .events-list .actions .filter li a {
            position: relative;
            display: inline-block;
            margin-left: 10px;
            padding: 0 15px;
            height: 45px;
            font-size: 16px;
            min-width: 60px;
            color: #02557E !important;
            text-align: center;
            line-height: 42px;
            border: solid 2px #02557E;
            border-radius: 15px;
            transition: all .3s linear;
        }

            .events-list .actions .filter li a::after {
                display: none !important;
            }

            .events-list .actions .filter li a:hover,
            .events-list .actions .filter li a.active {
                color: #fff !important;
                background: #02557E;
            }

    .events-list .items .item {
        position: relative;
        margin-top: 30px;
        transition: all .3s linear;
    }

        .events-list .items .item:hover {
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        }

.event-bg:hover .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    transition: 0.5s;
}

.events-list .items .item img:nth-child(1) {
    display: block;
    height: 300px;
    object-fit: cover;
}

.events-list .tab-content > div {
    display: none;
}

    .events-list .tab-content > div:first-child {
        display: block;
    }

.events-list .items .item .details {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 20px;
}

    .events-list .items .item .details * {
        position: relative;
        z-index: 15;
    }

    .events-list .items .item .details::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
    }

.events-list .items .item .badge-left {
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    background: rgba(78, 153, 185, 0.75);
}

.events-list .items .item .badge-right {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    background: rgba(78, 153, 185, 0.75);
}

.events-list .items .item .details .name {
    font-size: 20px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
}

.events-list .items .item .details .bottom {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #fff;
}


/**
* Event Detail
*/
.event-detail {
    display: flex;
}

    .event-detail > div {
        flex: 0 0 50%;
        max-width: 50%;
        align-self: stretch;
    }

    .event-detail .image img {
        height: 100vh;
        object-fit: contain;
    }

    .event-detail .content-area {
        padding: 50px;
    }

html[lang="ar"] .event-detail .content-area .items {
    direction: rtl;
}

html[lang="ar"] .event-detail {
    direction: rtl;
    text-align: right;
}

    html[lang="ar"] .event-detail .image img {
        right: 0;
    }

    html[lang="ar"] .event-detail .coming-up .controls {
        position: relative;
        padding-right: 50px;
    }

    html[lang="ar"] .event-detail .coming-up {
        margin-right: 0;
        margin-left: -60px;
    }

        html[lang="ar"] .event-detail .coming-up .events-right {
            position: absolute;
            right: 0;
        }

.event-detail .content-area .head {
    display: flex;
    justify-content: space-between;
}

.event-detail .back-button {
    display: inline-block;
    margin-bottom: 40px;
    padding: 0 20px;
    color: #02557E;
    font-size: 14px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.event-detail .type {
    color: #888888;
    font-size: 25px;
    font-weight: 700;
}

    .event-detail .type span {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        height: 40px;
        padding: 0 15px;
        line-height: 40px;
        background: rgba(78, 153, 185, 0.75);
    }

.event-detail .head .buttons {
    text-align: right;
}

.event-detail .head a img {
    display: inline-block;
    height: 25px;
    margin-right: 7px;
}

.event-detail .head a {
    display: block;
    padding: 0 20px;
    margin-bottom: 20px;
    color: #02557E;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.event-detail .name {
    color: #02557E;
    font-size: 35px;
    font-weight: 700;
}

.event-detail .desc {
    margin: 30px 0;
    color: #7C7C7C;
    font-size: 18px;
    line-height: 25px;
}

.event-detail .info-area {
    display: flex;
    flex-wrap: wrap;
    padding: 30px;
    justify-content: space-between;
    border-top: solid 1px #EEEEEE;
    border-bottom: solid 1px #EEEEEE;
}

    .event-detail .info-area > div {
        flex: 0 0 calc(50% - 50px);
        max-width: calc(50% - 50px);
    }

        .event-detail .info-area > div:nth-child(1) {
            padding-right: 50px;
            margin-right: 50px;
            border-right: solid 1px #EEEEEE;
        }

    .event-detail .info-area .subhead {
        margin-bottom: 5px;
        color: #02557E;
        font-size: 22px;
        font-weight: 700;
    }

        .event-detail .info-area .subhead.bordered {
            padding-top: 25px;
            margin-top: 25px;
            border-top: solid 1px #EEEEEE;
        }

    .event-detail .info-area p {
        margin: 0;
        color: #7C7C7C;
        font-size: 18px;
        line-height: 27px;
    }

.event-detail .schedule {
    margin: 50px 0;
    border: unset !important;
}

    .event-detail .schedule .label {
        margin-bottom: 10px;
        color: #02557E;
        font-size: 27px;
        font-weight: 700;
    }

    .event-detail .schedule ul {
        display: flex;
        justify-content: center;
    }

    .event-detail .schedule a {
        display: inline-block;
        padding: 0 20px;
        height: 45px;
        margin: 0 10px;
        font-size: 16px;
        min-width: 60px;
        color: #02557E;
        text-align: center;
        line-height: 42px;
        border: solid 2px #02557E;
        border-radius: 15px;
        transition: all .3s linear;
    }

        .event-detail .schedule a:hover,
        .event-detail .schedule a.active {
            color: #fff;
            background: #02557E;
        }

    .event-detail .schedule .item {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .event-detail .schedule .item .info {
            max-width: 460px;
            padding-bottom: 30px;
            padding-top: 30px;
            border-bottom: solid 1px #EEEEEE;
        }

        .event-detail .schedule .item p {
            margin: 5px 0;
            color: #7C7C7C;
            font-size: 18px;
            line-height: 25px;
        }

            .event-detail .schedule .item p span {
                display: inline-block;
                width: 130px;
            }

        .event-detail .schedule .item .count {
            color: #DAD8D8;
            font-size: 100px;
        }

        .event-detail .schedule .item .buttons a {
            display: block;
            margin: 15px 0;
            line-height: 32px;
            height: 35px;
        }

.event-detail .coming-up {
    margin: 50px 0;
    margin-right: -60px;
}

    .event-detail .coming-up .label {
        margin-bottom: 10px;
        color: #02557E;
        font-size: 27px;
        font-weight: 700;
    }

    .event-detail .coming-up .item {
        position: relative;
        margin-top: 30px;
        transition: all .3s linear;
    }

        .event-detail .coming-up .item:hover {
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
        }

        .event-detail .coming-up .item img {
            display: block;
        }

        .event-detail .coming-up .item .details {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 0 30px 20px;
        }

            .event-detail .coming-up .item .details * {
                position: relative;
                z-index: 15;
            }

            .event-detail .coming-up .item .details::after {
                content: '';
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(transparent, rgba(0, 0, 0, 0.2));
            }

        .event-detail .coming-up .item .badge-left {
            position: absolute;
            left: 0;
            top: 0;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            height: 40px;
            padding: 0 15px;
            line-height: 40px;
            background: rgba(78, 153, 185, 0.75);
        }

        .event-detail .coming-up .item .badge-right {
            position: absolute;
            right: 0;
            top: 0;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            height: 40px;
            padding: 0 15px;
            line-height: 40px;
            background: rgba(78, 153, 185, 0.75);
        }

        .event-detail .coming-up .item .details .name {
            font-size: 20px;
            color: #fff;
            line-height: 24px;
            font-weight: 700;
        }

        .event-detail .coming-up .item .details .bottom {
            margin-top: 15px;
            display: flex;
            justify-content: space-between;
            font-size: 14px;
            color: #fff;
        }

    .event-detail .coming-up .controls {
        text-align: right;
        padding: 30px;
    }

        .event-detail .coming-up .controls div {
            display: inline-block;
            margin: 20px 30px;
        }

            .event-detail .coming-up .controls div.swiper-button-disabled {
                opacity: .5;
                cursor: default;
            }

.event-detail-container {
    position: relative;
}

/**
* Login Register Area
*/
.login-register-area {
    display: none;
    position: relative;
    padding: 50px 0;
    background: #fff;
    z-index: 10;
}

    .login-register-area .close {
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 30px;
    }

    .login-register-area .label {
        margin-bottom: 50px;
        color: #02557E;
        font-weight: 700;
        text-align: center;
        font-size: 38px;
    }

    .login-register-area .nav li:first-child a {
        border-radius: 10px 0 0 10px
    }

    .login-register-area .nav li:last-child a {
        border-radius: 0 10px 10px 0;
        border-left: unset !important;
    }

    .login-register-area .st-theme-default {
        border: unset !important;
    }

        .login-register-area .st-theme-default .nav {
            margin-bottom: 30px;
            box-shadow: 0 0 0 transparent !important;
        }

            .login-register-area .st-theme-default .nav a::after {
                display: none !important;
            }

            .login-register-area .st-theme-default .nav a {
                color: #02557E !important;
                font-size: 22px;
                border: solid 1px #02557E;
            }

                .login-register-area .st-theme-default .nav a.active {
                    color: #fff !important;
                    background: #02557E !important;
                }

    .login-register-area .user-login-area .user-content .inner input[type="text"],
    .login-register-area .user-login-area .user-content .inner input[type="password"],
    .login-register-area .user-login-area .user-content .inner input[type="email"],
    .login-register-area .user-login-area .user-content .inner textarea {
        margin-bottom: 30px !important;
    }

.details-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

    .details-modal .backdrop {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.6)
    }

    .details-modal .content {
        position: relative;
        top: 25%;
        width: 960px;
        padding: 90px 125px;
        margin: 0 auto;
        max-width: 100%;
        background: #fff;
        border-radius: 50px;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    }

        .details-modal .content .close {
            cursor: pointer;
            position: absolute;
            right: 30px;
            top: 30px;
        }

        .details-modal .content .hero {
            color: #02557E;
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 30px;
            text-align: center;
        }

        .details-modal .content p {
            margin-top: 30px;
            color: #7C7C7C;
            font-size: 18px;
            line-height: 24px;
            text-align: center;
        }


/**
* CV Page
*/
.cv-page {
    display: flex;
    padding-left: 40%;
}

    .cv-page .info {
        flex: 0 0 40%;
        max-width: 40%;
        align-self: stretch;
        padding: 70px;
        background: #F8F8F8;
    }

    .cv-page .details {
        flex: 0 0 60%;
        max-width: 60%;
        align-self: stretch;
    }

    .cv-page .details {
        padding: 50px;
    }

    .cv-page .info {
        position: fixed;
        left: 0;
        top: 0;
    }

        .cv-page .info img {
            display: block;
            width: 100%;
            border-radius: 15px;
        }

        .cv-page .info ul {
            padding: 0;
            margin: 0;
            margin-top: 40px;
            list-style-type: none;
        }

        .cv-page .info li {
            display: flex;
            margin: 15px 0;
            justify-content: space-between;
            text-align: left;
        }

            .cv-page .info li span {
                flex: 0 0 50%;
                max-width: 50%;
                color: #02557E;
                font-size: 16px;
            }

            .cv-page .info li a {
                display: inline-block;
                margin: 0 5px;
            }

                .cv-page .info li a img {
                    height: 20px;
                    border-radius: 0;
                }

    .cv-page .details .subhead {
        margin-top: 50px;
        margin-bottom: 5px;
        color: #02557E;
        font-size: 28px;
        font-weight: 700;
    }

        .cv-page .details .subhead.nm {
            margin: 0;
        }

    .cv-page .details p {
        margin-bottom: 30px;
        color: #7C7C7C;
        font-size: 16px;
        line-height: 24px;
    }

    .cv-page .details .label {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
        color: #7C7C7C;
        font-size: 16px;
        font-weight: 700;
    }

.cv-page {
    position: relative;
    padding-right: 60px;
}

    .cv-page .close {
        cursor: pointer;
        position: absolute;
        right: 30px;
        top: 30px;
    }


/**
* Checkout Summary
*/
.checkout-summary .badge-infos {
    position: relative;
}

    .checkout-summary .badge-infos img {
        position: absolute;
        right: 0;
        top: 0;
        width: 90px;
    }

    .checkout-summary .badge-infos strong {
        display: block;
    }

.checkout-summary {
    padding: 100px 0;
    position: relative;
}

    .checkout-summary .hero {
        color: #02557E;
        font-size: 25px;
        font-weight: 700;
        margin-bottom: 30px;
        text-align: center;
    }

    .checkout-summary .info {
        position: relative;
        min-height: 250px;
        padding-top: 10px;
        padding-left: 250px;
    }

        .checkout-summary .info img {
            position: absolute;
            left: 0;
            top: 0;
            display: block;
            border-radius: 10px;
        }

        .checkout-summary .info .label {
            margin-bottom: 15px;
            color: #02557E;
            font-size: 25px;
            font-weight: 700;
        }

        .checkout-summary .info p {
            color: #7C7C7C;
            font-size: 18px;
            line-height: 30px;
        }

    .checkout-summary .packages {
        margin: 70px 0;
    }

        .checkout-summary .packages .swiper-slide {
            padding: 5px 5px 60px;
        }

        .checkout-summary .packages .label {
            color: #02557E;
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .checkout-summary .packages .item {
            width: 100%;
            padding: 45px;
            border-radius: 15px;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
            transition: all .3s linear;
        }

            .checkout-summary .packages .item:hover {
                background: #F8F8F8;
            }

            .checkout-summary .packages .item strong {
                display: block;
                color: #02557E;
            }

        .checkout-summary .packages .controls {
            padding: 30px 0;
        }

            .checkout-summary .packages .controls div {
                display: inline-block;
                margin: 20px 30px;
            }

                .checkout-summary .packages .controls div.swiper-button-disabled {
                    opacity: .5;
                    cursor: default;
                }

        .checkout-summary .packages .check-area {
            position: absolute;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
        }

        .checkout-summary .packages .checkbox {
            position: relative;
        }

            .checkout-summary .packages .checkbox input {
                cursor: pointer;
                opacity: 0;
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }

            .checkout-summary .packages .checkbox .check {
                cursor: pointer;
                width: 40px;
                height: 40px;
                border-radius: 10px;
                border: solid 1px #DAD8D8;
            }

            .checkout-summary .packages .checkbox input:checked + .check {
                background: url('/web/20211103023527im_/https://sos.sa/assets/front/images/events/check.svg') no-repeat center;
                background-size: 20px;
            }

        .checkout-summary .packages .price {
            display: flex;
            justify-content: space-between;
            color: #02557E;
            font-weight: 600;
            margin-top: 20px;
        }

    .checkout-summary .continue-button {
        display: block;
        width: 80%;
        height: 50px;
        border-radius: 5px;
        background: rgba(78, 153, 185, 0.6);
        font-size: 18px;
        color: #fff;
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: 700;
        margin-left: 10%;
        line-height: 50px;
        text-align: center;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
    }

        .checkout-summary .continue-button:hover {
            background: #4e99b9;
        }

    .checkout-summary .summary-box {
        padding: 30px 45px 30px 30px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
    }

        .checkout-summary .summary-box .packages {
            margin-top: 0;
            margin-bottom: 0;
        }

        .checkout-summary .summary-box table {
            width: 100%;
        }

        .checkout-summary .summary-box td {
            padding: 10px 0;
        }

        .checkout-summary .summary-box table {
            margin-bottom: 30px;
        }

        .checkout-summary .summary-box .item {
            padding: 20px;
            font-size: 14px;
            margin-bottom: 15px;
        }

            .checkout-summary .summary-box .item p {
                margin: 5px 0;
            }

/**
* Registered Events
*/
.registered-events {
    padding: 70px 0;
}

    .registered-events .hero {
        margin-bottom: 50px;
        text-align: center;
    }

        .registered-events .hero span {
            position: relative;
            color: #02557E;
            font-size: 32px;
            font-weight: 700;
            display: inline-block;
        }

            .registered-events .hero span::after {
                display: inline-block;
                position: absolute;
                left: 0;
                content: '';
                bottom: -10px;
                width: 35%;
                height: 4px;
                background: #4E99B9;
            }

    .registered-events .content {
        margin-top: 30px;
        padding: 0 25px;
        border-radius: 20px;
        box-shadow: 0px 0px 10px rgba(78, 153, 185, 0.6);
    }

    .registered-events .item {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
        padding-left: 250px;
        min-height: 260px;
    }

        .registered-events .item img {
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%)
        }

        .registered-events .item .details {
            position: relative;
            padding-top: 40px;
            padding-right: 40px;
        }

        .registered-events .item .badge-left {
            position: absolute;
            left: 0;
            top: 0;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            height: 40px;
            padding: 0 15px;
            line-height: 40px;
            background: rgba(78, 153, 185, 0.75);
        }

        .registered-events .item .badge-right {
            position: absolute;
            right: 40px;
            top: 0;
            color: #fff;
            font-size: 16px;
            font-weight: 700;
            height: 40px;
            padding: 0 15px;
            line-height: 40px;
            background: rgba(78, 153, 185, 0.75);
        }

        .registered-events .item .details p {
            color: #7C7C7C;
            font-size: 16px;
            line-height: 20px;
            margin-top: 20px;
        }

            .registered-events .item .details p strong {
                display: block;
                margin-bottom: 5px;
                color: #02557E;
                font-size: 18px;
            }

        .registered-events .item .buttons {
            border-left: solid 1px #eeeeee;
            align-self: stretch;
            flex: 0 0 170px;
            max-width: 170px;
        }

            .registered-events .item .buttons a {
                display: block;
                padding: 0 7px;
                height: 35px;
                margin: 20px 0;
                font-size: 14px;
                min-width: 60px;
                color: #02557E;
                text-align: center;
                line-height: 32px;
                border: solid 1px #02557E;
                border-radius: 35px;
                transition: all .3s linear;
            }

                .registered-events .item .buttons a:not(.disabled):hover,
                .registered-events .item .buttons a:not(.disabled).active {
                    color: #fff;
                    background: #02557E;
                }

                .registered-events .item .buttons a.disabled,
                .registered-events .item .buttons a:hover {
                    color: #DAD8D8 !important;
                    border-color: #DAD8D8 !important
                }

    .registered-events .item {
        padding-top: 50px;
        padding-bottom: 50px;
    }

        .registered-events .item:nth-child(even) {
            border-top: solid 1px #eee;
        }

    .registered-events .controls {
        text-align: right;
        padding: 0 0 30px;
    }

        .registered-events .controls div {
            display: inline-block;
            margin-left: 30px;
        }

            .registered-events .controls div.swiper-button-disabled {
                opacity: .5;
                cursor: default;
            }

.registered-events {
    position: relative;
}

.print-badge-modal {
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 100px 20px;
    z-index: 10;
}

.registered-events .item .qr {
    position: static;
    transform: translateY(0);
}

.print-badge-modal .close {
    cursor: pointer;
}

.print-badge-modal .hero {
    margin-bottom: 50px;
    text-align: center;
}

    .print-badge-modal .hero span {
        position: relative;
        color: #02557E;
        font-size: 32px;
        font-weight: 700;
        display: inline-block;
    }

        .print-badge-modal .hero span::after {
            display: inline-block;
            position: absolute;
            left: 0;
            content: '';
            bottom: -10px;
            width: 35%;
            height: 4px;
            background: #4E99B9;
        }

.navbar .nav-item .nav-link {
    line-height: 75px !important
}

.navbar .nav-item:nth-last-child(2),
.navbar .nav-item:nth-last-child(1) {
    padding: 0 15px;
}

.js-cv-modal .content {
    border-radius: 0 !important;
}

@media (max-width: 1024px) {
    .events {
        padding: 15px 0;
    }

        .events .hero {
            font-size: 25px;
            margin-bottom: 15px;
        }

    .events-list .actions .filter {
        margin-top: 15px;
    }

        .events-list .actions .filter li a {
            font-size: 14px;
            padding: 0 10px;
            margin: 5px;
            width: 100%;
        }

    .event-detail .content-area {
        padding: 20px;
    }

    .event-detail .type {
        font-size: 22px;
    }

    .event-detail .name {
        font-size: 26px;
    }

    .event-detail .desc {
        font-size: 16px;
    }

    .event-detail .info-area {
        padding: 30px 0;
    }

        .event-detail .info-area .subhead {
            font-size: 16px;
        }

        .event-detail .info-area > div:nth-child(1) {
            margin-right: 0;
        }

        .event-detail .info-area > div:nth-child(2) {
            padding-left: 20px;
        }

        .event-detail .info-area > div {
            flex: 0 0 50%;
            max-width: 50%;
        }

    .event-detail .schedule .item .count {
        font-size: 50px;
    }

    .event-detail .schedule .item p {
        font-size: 14px;
    }

    .event-detail .schedule .item .buttons {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .registered-events .item img {
        margin-bottom: 20px;
        position: static;
        transform: translateY(0)
    }

    .registered-events .item {
        flex-wrap: wrap;
        padding-left: 0;
    }

        .registered-events .item .buttons {
            margin-top: 20px;
        }

        .registered-events .item > div {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .registered-events .item .buttons ul {
            display: flex;
            justify-content: space-between;
        }

            .registered-events .item .buttons ul li {
                flex: 0 0 31.3%;
                max-width: 31.3%;
            }

        .registered-events .item .buttons {
            padding-left: 0;
            border: unset !important;
        }

            .registered-events .item .buttons ul {
                padding-left: 0;
            }

        .registered-events .item .buttons {
            flex: 0 0 100%;
            max-width: 100%;
        }

    .checkout-summary .badge-infos img {
        position: static;
    }
}

@media (max-width: 768px) {
    .events .col-sm-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .event-detail {
        flex-wrap: wrap;
    }

    .events .col-sm-4 img {
        width: 100%;
    }

    .event-detail > div {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .event-detail .image img {
        display: block;
        height: auto;
        width: 250px;
        margin: 0 auto;
    }

    .cv-page {
        flex-wrap: wrap;
        padding-right: 0;
    }

        .cv-page .info img {
            width: 250px;
            display: block;
            margin: 0 auto;
        }

        .cv-page .info li a img {
            width: auto;
        }

        .cv-page .info {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .cv-page .details {
            flex: 0 0 100%;
            max-width: 100%;
        }

    .login-register-area .st-theme-default .nav a {
        font-size: 15px;
    }

    .login-register-area .nav li a {
        margin-bottom: 5px;
        border-radius: unset !important;
        border: solid 1px #02557E !important;
    }

    .login-register-area .nav li:last-child a {
        border: solid 1px #02557E !important;
    }

    .registered-events .content {
        padding: 0 10px;
    }

    .registered-events .item .buttons {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .registered-events .item img {
        display: block;
        margin: 0 auto 10px;
    }

    .registered-events .item .buttons ul {
        padding: 0;
        border: unset !important;
        flex-wrap: wrap;
    }

        .registered-events .item .buttons ul li {
            flex: 0 0 100%;
            max-width: 100%;
            margin: 5px 0;
        }

            .registered-events .item .buttons ul li a {
                margin: 0;
            }

    .registered-events .hero span {
        font-size: 26px;
    }

    .checkout-summary .info img {
        position: static;
        margin-bottom: 15px;
        display: block;
    }

    .checkout-summary .info {
        padding-left: 0;
    }
}

.sidebaricon {
    display: block !important;
    margin-bottom: 5px;
    opacity: .5;
}

@media (max-width: 690px) {
    .event-detail .content-area .head {
        display: block;
    }

        .event-detail .content-area .head .type {
            margin-bottom: 30px;
        }

    .event-detail .schedule a {
        padding: 0 10px;
        margin: 0 5px;
        font-size: 13px;
    }

    .event-detail .coming-up {
        margin-right: 0;
    }

        .event-detail .coming-up .controls {
            padding-right: 0;
        }

    .cv-page .info,
    .cv-page .details {
        padding: 15px;
    }

        .cv-page .info li {
            flex-wrap: wrap;
        }

            .cv-page .info li span {
                flex: 0 0 100%;
                max-width: 100%;
                margin-bottom: 5px;
            }

    .details-modal .content {
        top: 0%;
        height: 100vh;
        overflow-y: scroll;
        padding: 70px 20px 20px;
        border-radius: 0;
    }

    .user-login-area .user-content .inner {
        width: 100%;
    }

    .login-register-area .label {
        text-align: left;
        font-size: 22px;
    }

    .print-badge-modal {
        padding: 60px 0;
    }

    .checkout-summary .continue-button {
        margin-bottom: 25px;
    }

    .cv-page {
        padding-left: 0;
    }

        .cv-page .info {
            position: static;
        }

    .navbar .btn-group {
        display: block;
        margin: 10px auto !important;
        width: 110px;
    }

    .sidebaricon {
        float: left;
        margin: 0px 18px;
        font-size: 25px !important;
        vertical-align: middle;
        opacity: .5;
    }
}


.cv-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #ffff;
    overflow-y: scroll;
    z-index: 900;
    padding: 20px;
}

.user-login-area .user-content.joinusform .inner select {
    background-size: 10px !important;
    margin-top: 10px;
    font-size: 14px;
}

.footer select {
    text-align-last: center;
}

@media (max-width: 1240px) {
    .navbar .navbar-brand {
        max-width: 160px;
    }

    .navbar .nav-item .nav-link {
        font-size: 9px !important;
        padding: 0 5px;
    }

    .navbar .nav-item:nth-last-child(2),
    .navbar .nav-item:nth-last-child(1) {
        padding: 0 5px;
    }
}

@media (max-width: 996px) {
    .navbar .nav-item .nav-link {
        line-height: 35px !important
    }
}

.navbar-brand {
    max-width: 170px;
}

.navbar .nav-item .nav-link {
    font-size: 12px;
}

html[lang="ar"] .event-detail .schedule .item .info {
    text-align: right
}

/*
     FILE ARCHIVED ON 02:35:27 Nov 03, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:29:27 Aug 10, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.663
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.013
  esindex: 0.012
  cdx.remote: 27.948
  LoadShardBlock: 79.379 (3)
  PetaboxLoader3.datanode: 157.09 (5)
  load_resource: 241.969
  PetaboxLoader3.resolve: 98.332
  loaddict: 53.162
*/
