/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

@import url("https://fonts.googleapis.com/css?family=Noto Sans HK");
@import url("https://fonts.googleapis.com/css2?family=Ubuntu&display=swap");

body:lang(zh-hant),
body:lang(zh-hant) .header-navbar,
body:lang(zh-hant) .navigation,
body:lang(zh-hant) .breadcrumb {
    font-family: 'Noto Sans HK', "microsoft jhenghei", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 1.1rem !important;
}

body:lang(zh-hant) h1,
body:lang(zh-hant) h2,
body:lang(zh-hant) h3,
body:lang(zh-hant) h4 {
    font-family: "SF Pro HK", "microsoft jhenghei", "SF Pro Display", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

body:lang(en),
body:lang(en) .breadcrumb {
    font-family: "Montserrat", Helvetica, Arial, serif;
    font-size: 1.1rem !important;
}

body:lang(en) .header-navbar,
body:lang(en) .navigation,
body:lang(en) h1,
body:lang(en) h2,
body:lang(en) h3,
body:lang(en) h4 {
    font-family: "Ubuntu", "Montserrat", Helvetica, Arial, serif;
}

.cookie-box {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1030;
    width: 100%
}

.cookie-box .toast {
    border-radius: 10px;
    max-width: 100%
}

.users-liked li {
    margin-left: -10px !important;
}

a.add-friend:hover>div {
    border: 2px solid #231761;
    transition: 1s;
}

#event_nav ul.nav.nav-tabs.nav-fill {
    margin-bottom: 0 !important;
}

#event_nav a.nav-link.active {
    background: white;
}

#event_nav .nav.nav-tabs .nav-item .nav-link.active:after {
    content: none;
}

#event_nav a.nav-link {
    line-height: 2.3rem;
    font-size: 1rem;
}

.activity_box {
    margin-top: -4rem;
}

#intro a {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


/** my team  **/

.my_team .joiner-avatar {
    height: 50px;
    width: 50px;
}





.icon_fastest {
    background: url('../../app-assets/images/icons/icon_fast.svg') center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
}

.icon_longest {
    background: url("../../app-assets/images/icons/icon_long.svg") center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
}

.icon_captain {
    background: url("../../app-assets/images/icons/icon_captain.svg") center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: sub;
}

#event_nav a.nav-link:hover {
    background: #231761;
    color: white;
}

form#payment-form {
    padding: 0 8px !important;
}

.reward_list ol h5 {
    margin-left: -40px;
}

div#more-event {
    background: url(../../app-assets/images/banner/running_more.jpg);
    background-size: cover;
}

#event_title li.avatar a {
    height: 34px !important;
}

#booking_info #ticket_table .help-block {
    font-size: 0.9rem;
    color: grey;
}

.diagonal-box {
    width: 100%;
    position: absolute;
    margin-top: -100px;
    height: 120px;
    display: block;
    overflow: hidden;
}

.diagonal {
    width: 130%;
    display: block;
    height: 50px;
    position: absolute;
    transform: rotate(-1deg);
    background: white;
    margin-top: 20px;
}

.table-hover tbody tr:hover {
    background-color: white;
    transform: translatey(-3px);
    box-shadow: 0 0 10px rgb(0 0 0 / 5%);
    transition: 0.5s;
}

.hide_comment {
    opacity: 0.4;
}


/**  event details page wp old style **/

.event-details #intro table.table.r2_event_spec,
.event-details #intro table.table.r2_event_spec tr,
.event-details #intro table.table.r2_event_spec td,
.event-details #intro table.table.r2_event_spec th {
    border: 1px solid #ddd;
}

.event-details #intro .youtube-embed .video-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.event-details #intro .video-embed-container iframe,
.event-details #intro .video-embed-container object,
.video-embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event-details #intro a.big_btn {
    display: none !important;
}

.event-details #intro table.table.r2_event_spec th {
    min-width: 150px;
    vertical-align: top;
    color: #231761;
    font-size: 1.1rem !important;
}

.event-details #intro h3,
.event-details #intro h1,
.event-details #intro h2,
.event-details #intro h4,
.event-details #intro h5 {
    margin-top: 25px;
}

.event-details #intro table.r2_event_spec {
    margin: 20px 0px;
}

.event-details #intro .r2_countdown,
.event-details #intro .r2-joined-avatar {
    display: none;
}

.event-details #intro table.table.r2_event_spec td {
    vertical-align: top;
}

.event-details #intro .fb-like.fb_iframe_widget {
    display: none;
}

.event-details #intro .r2_vertical_steps {
    margin: 20px 0 20px 15px;
}

.event-details #intro .r2_vertical_steps li.list-group-item:before {
    border-radius: 50%;
    background: #231761;
    color: #fff;
    counter-increment: item;
    content: counter(step-counter);
    display: inline-block;
    float: left;
    height: 25px;
    line-height: 25px;
    margin-left: -31px;
    text-align: center;
    width: 25px;
}

.event-details #intro .r2_vertical_steps li.list-group-item {
    padding-left: 17px;
    font-weight: normal;
    border-left: 2px dotted #231761;
    margin-bottom: 0px;
    padding-bottom: 26px;
    counter-increment: step-counter;
    list-style: none;
    font-size: 15px;
    line-height: 1.1;
}

.event-details #intro .r2_vertical_steps li.list-group-item:last-child {
    border-left: 4px solid white;
}

.event-details #intro .r2_vertical_steps .list-group-item {
    position: relative;
    display: block;
    padding: 0px;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}

#event_title {
    overflow: hidden;
}

.event-menu {
    padding-top: 8px !important;
    padding-left: 35px;
    padding-right: 35px;
    overflow: hidden;
}

.event-menu .event-left-arrow,
.event-menu .event-right-arrow {
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    width: 35px;
    height: 100%;
    padding-top: 20px;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    cursor: default;
}

.event-menu .event-left-arrow i,
.event-menu .event-right-arrow i {
    opacity: 0.2;
}

.event-menu .event-left-arrow.enabled,
.event-menu .event-right-arrow.enabled {
    cursor: pointer;
}

.event-menu .event-left-arrow.enabled i,
.event-menu .event-right-arrow.enabled i {
    opacity: 1;
}

.event-menu .event-left-arrow.enabled:hover,
.event-menu .event-right-arrow.enabled:hover {
    color: #7367F0;
}

.event-menu .event-left-arrow {
    left: 0px;
    border-right: 1px solid #eee;
    border-bottom-left-radius: 10px;
}

.event-menu .event-right-arrow {
    right: 0px;
    border-left: 1px solid #eee;
    border-bottom-right-radius: 10px;
}

#left-col .event-menu .action-list {
    height: 43px !important;
}

#left-col .event-menu {
    height: 45px !important;
}

.event-menu .action-list {
    overflow: initial;
    position: relative;
    left: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: inline-flex;
    white-space: nowrap !important;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.event-menu .action-icon.icon-upload:before {
    content: none;
}


/* fix */


/**  end event details page wp old style **/

#r2_facebook {
    overflow: scroll;
}

.drag-target {
    height: 100%;
    width: 40px;
    position: fixed;
    top: 70px;
    left: -10px;
    z-index: 1036;
}

.step_icon {
    max-width: 150px;
}

.d-block.contact-list {
    padding: 3px 0px;
    margin-left: 5px;
}

.contact-list-icon {
    text-align: center;
    font-size: 2rem;
    width: 48px;
    height: 38px;
    margin-right: 5px;
    line-height: 30px;
    display: table-cell;
    vertical-align: top;
}

.contact-list-content {
    display: table-cell;
    line-height: 2rem;
}

.alert-light {
    background: #f6f6f6 !important;
    color: #929292 !important;
}

.modal .modal-header .close span {
    color: #231761 !important;
}

#ticket_table .radiobuttons input[type='radio'] {
    position: absolute;
    left: inherit !important;
    opacity: 0 !important;
}

button.dz-button {
    border: 0 !important;
    background: transparent !important;
}

span.select2-container.select2-container--default.select2-container--open {
    width: 20%;
}

.alert-c.alert-success {
    padding: 10px;
}

.alert-c.alert-success p {
    margin-bottom: 0px;
}

.note-editor.note-frame {
    border: 1px solid #eee;
}

.note-editor .panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background: #f9f9f9;
}

.mobile-container {
    max-width: 1000px !important;
}

.page-item span {
    background: #f0f0f0;
    /* line-height: 1.3rem; */
    height: 37px;
    vertical-align: middle;
    display: inline-block;
}

#event_title .users-list li+li {
    margin-left: -1.5rem !important;
}

.modal .modal-header .close {
    position: absolute !important;
    right: 32px !important;
}

.high-z {
    z-index: 100;
}

#intro iframe {
    max-width: 100% !important;
}

#intro img {
    max-width: 100% !important;
    height: auto;
}

#event-slider .swiper-pagination-bullet {
    background-color: white;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #231661;
    width: 30px;
    border-radius: 8px;
    transition: 0.5s;
}

.swiper-pagination {
    position: initial !important;
}

.badge.badge-dark {
    background-color: #231761 !important;
}

.badge.badge-dark:hover {
    background-color: #3b306e !important;
}

.item-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.post-content img {
    max-width: 100% !important;
    height: auto;
}

.swiper-slide .item-img a img {
    border-radius: 0.5rem 0.5rem 0 0 !important;
}

.post-excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.post-excerpt-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post-box:hover {
    transform: translateY(-2px) scale(1);
    transition: 0.3s;
}

.post-thumbnail {
    width: 100%;
    height: 250px;
}

.post-sm-thumbnail {
    width: 100%;
    height: 80px;
}

.post-ul li {
    margin-bottom: 8px;
}

#post_top .post-thumbnail {
    height: 400px;
    padding-left: 24px;
}

.post-thumbnail-s {
    height: 250px;
    padding-left: 24px;
}

h1,
.h1 {
    font-size: 1.6rem;
}

.dz-image img {
    max-width: 100% !important;
}

label {
    font-size: 1rem;
}

section#event_banner {
    border-radius: 10px 10px 0 0 !important;
    overflow: hidden;
}

#left-col {
    border-radius: 12px 12px !important;
    /*overflow: hidden;*/
    /* comment for left menu sticky to work */
}

#right-col {
    padding-left: 16px;
}

.path img {
    border: 1px solid #f9f9f9;
    border-radius: 5px;
}

.text-center.action-box.active {
    border-bottom: 2px solid #0d1f36;
}

.index_feature_icon {
    max-width: 200px;
    display: block;
    margin: auto;
}

.profile_item div {
    border: 1px solid #eee;
    padding: 5px !important;
}

div.profile_item>div:first-child {
    color: black;
}

.event-booking-status {
    position: absolute;
    right: 10px;
    margin-top: -10px;
}

.swiper-centered-slides.swiper-container .swiper-slide.swiper-slide-active {
    border: none !important;
}

.swiper-centered-slides.swiper-container .swiper-slide {
    padding: 0;
}

.btn-dark {
    background-color: #231761 !important;
    color: #ffffff;
}

.btn-outline-dark:hover {
    background-color: #231661 !important;
    color: white !important;
}

.swiper-slide a img {
    max-width: 900px !important;
    width: 100% !important;
    border-radius: 0.5rem !important;
}

.swiper-centered-slides.swiper-container .swiper-slide {
    text-align: center;
    font-weight: 500;
    background-color: #FFFFFF;
    height: auto;
    width: inherit !important;
    max-width: 600px !important;
    padding: 0px;
    cursor: pointer;
}

.horizontal-menu .header-navbar {
    background: #231861 !important;
}

.m-top-8 {
    margin-top: 80px;
}

.my_event .item-description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

div.profile_item div:first-child {
    background: #f9f9f9;
}

.table.table-border {
    border-top: 1px solid #f0f0f0;
}

.action-icon {
    width: 25px;
    height: 25px;
    display: block;
    margin: auto;
    background-size: cover;
}

.action-list {
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    display: inline-flex;
    white-space: nowrap;
    margin-left: 0px;
    padding-bottom: 10px;
}

.action-box {
    display: flex;
    padding: 0 3px !important;
    height: 100%;
    vertical-align: top;
    flex: 1;
    margin: auto;
    flex-wrap: nowrap;
    border-bottom: 2px solid white;
}

div#ebadge {
    overflow: scroll;
}

.ebadge-list {
    display: inline-block;
    white-space: nowrap;
}

.ebadge-box {
    width: 130px;
    padding: 5px;
    margin: 5px;
}

.event-menu .text-center.action-box:hover {
    border-bottom: 2px solid #231761;
}

.action-link {
    display: block;
    padding: 5px;
    border-radius: 5px;
    transition: 0.5s;
    cursor: pointer;
    margin: auto;
}

.icon-donate {
    background-image: url("../../app-assets/images/icons/icon_donate_1.svg");
    padding: 0px !important;
    background-size: contain;
    width: 38px;
    height: 38px;
    display: inline-block;
    margin: 0px !important;
}

.icon-donate:hover {
    background-image: url("../../app-assets/images/icons/icon_donate_on.svg");
}

.icon-execrise {
    background-image: url("../../app-assets/images/icons/icon_exercise2.svg");
}

.icon-upload {
    background-image: url("../../app-assets/images/icons/icon_upload.svg");
}

.icon-bib {
    background-image: url("../../app-assets/images/icons/icon_bib.svg");
}

.icon-r2point {
    background-image: url("../../app-assets/images/icons/icon_r2point.svg");
}

.icon-workout-record {
    background-image: url("../../app-assets/images/icons/icon_workout_record.svg");
}


/**  20240816 **/
.icon-reward {
    background-image: url("../../app-assets/images/icons/icon_reward.svg");
}

.icon-addon {
    background-image: url("../../app-assets/images/icons/icon_addon.svg");
}

.booking_total {
    font-size:
}

/**  20230405 **/

.icon-treasure {
    background-image: url("../../app-assets/images/icons/icon_treasure.svg");
}

.icon-checkpoint {
    background-image: url("../../app-assets/images/icons/icon_checkpoint.svg");
}


.video_demo .video-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.video_demo .video-embed-container iframe,
.video_demo .video-embed-container object,
.video-embed-container embed,
.video_demo .video-embed-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-dialog.modal-dialog-centered.modal-dialog-lg {
    width: 1000px !important;
    max-width: 98% !important;
}

/**  end 20230405 **/

.icon-invoice {
    background-image: url("../../app-assets/images/icons/icon_invoice.svg");
}

.icon-progress-share {
    background-image: url("../../app-assets/images/icons/icon_progress_share.svg");
}

.icon-ranking {
    background-image: url("../../app-assets/images/icons/icon_ranking.svg");
}

.icon-cert {
    background-image: url("../../app-assets/images/icons/icon_cert.svg");
}

.icon-notice {
    /* 20211014 */
    background-image: url("../../app-assets/images/icons/icon_notice.svg");
}

.icon-order {
    background-image: url("../../app-assets/images/icons/icon_order.svg");
}

.icon-fundraising {
    background-image: url("../../app-assets/images/icons/icon_heart.svg");
}

.icon-team {
    background-image: url("../../app-assets/images/icons/icon_team.svg");
}

.donateamount:first-child {
    margin-left: 0px;
}

.donateamount:last-child {
    margin-right: 0px;
}

.donateamount:hover>span,
.donateamount.active>span {
    color: white !important;
}

.donateamount:hover {
    background-color: #231761;
    color: white !important;
}

.donateamount.active {
    background-color: #231761;
    color: white !important;
}

.badge-md {
    font-size: 1rem;
    font-weight: 400 !important;
}

span.amount {
    font-size: 1.2rem;
    font-weight: 900;
    transition: 0.4s;
}

.donateamount {
    font-size: 1.1rem;
    font-weight: 900;
    padding: 9px 5px 5px;
    border: 1px solid #D9D9D9;
    background: white;
    display: inline-block;
    border-radius: 5px;
    margin: 1%;
    text-align: center;
    width: 16%;
    cursor: pointer;
    transition: 0.4s;
}

.donateamount span.currency {
    display: block;
    font-size: 0.7rem;
    line-height: 0.8rem;
    color: #999;
    transition: 0.4s;
}

.vs-radio-dark input:checked~.vs-radio .vs-radio--circle {
    background: #231761 !important;
}

.form-group {
    margin-bottom: 1.5rem !important;
}

.form-label-group>input:not(:placeholder-shown)~label,
.form-label-group textarea:not(:placeholder-shown)~label {
    top: -23px !important;
}

.progress.progress-lg {
    height: 2rem !important;
}

.dialog {
    background: #f9f9f9;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 15px;
    margin-left: 10px;
}

.dialog:before {
    content: "";
    border: solid 15px transparent;
    border-right-color: #f9f9f9;
    position: absolute;
    margin: 26px 0 0 -43px;
}

.badge.badge-light-primary {
    background: #ebeef5 !important;
    color: #231661 !important;
}

.progress-bar-warning .progress-bar {
    background-color: #ff6600 !important;
    font-size: 1rem;
}

.donor_list p {
    line-height: 0.8rem;
}

#right-sticky-box.sticky-top {
    top: 70px !important;
    z-index: 800;
}

.btn-outline-dark {
    border: 1px solid #231761 !important;
    background-color: transparent;
    color: #231761;
}

.bg-dark-blue {
    background-color: #231761 !important;
}

.badge.badge-dark:hover {
    background-color: #7367F0 !IMPORTANT;
}

.btn-outline-dark:hover {
    border: 1px solid #231761 !important;
    background-color: white;
    color: #231761;
}

.text-dark {
    color: #231761 !important;
}

a.text-dark:hover,
a.text-dark:focus {
    color: #7367F0 !important;
}

.text-dark i:hover {
    border-bottom: 1px solid #231661;
}

#head .row {
    border-radius: 5px !important;
    overflow: hidden;
}

.bg_box {
    background: #f9f9f9;
    border-radius: 12px;
    padding: 15px 15px;
}

.pt-6 {
    padding-top: 5rem !important;
}

.pb-6 {
    padding-bottom: 5rem !important;
}

.table th,
.table td {
    padding: 0.5rem;
}

.text-muted {
    color: #858586 !important;
}

#head {
    padding-top: 80px;
    padding-bottom: 20px;
}

#banner {
    border-radius: 5px 0 0 5px !important;
    overflow: hidden;
}

.avatar {
    background-color: transparent !important;
}

.joiner-avatar {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 2px solid white;
    margin: 2px;
    border-radius: 50%;
}

.em-attendee-details i.feather.icon-corner-down-right.subset {
    position: absolute;
    left: 30px;
    margin-top: 2px;
    color: darkorange;
}

#ticket_table.table th {
    font-size: 0.8rem;
}

span#select2-dbem_mobile_phone_prefix-container {
    font-size: 1rem;
    color: #5F5F5F;
}

span#select2-dbem_country-container {
    font-size: 1rem;
    color: #5F5F5F;
}

span.select2-selection.select2-selection--single {
    font-size: 1rem;
    color: #5F5F5F;
}

span#select2-dbem_pick_up_location-container {
    color: #5F5F5F;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9 !important;
}


form p {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.bg-light-grey {
    background-color: #fcfcfc;
}

ol,
ul,
dl {
    margin-bottom: 0;
}

.btn-outline-white {
    border-color: white;
}

.btn-outline-white:hover {
    background-color: white;
    color: black;
}

.dropdown-menu {
    color: white !important;
    background-color: #231761;
}

.dropdown .dropdown-menu::before {
    background-color: #231761;
}

.header-navbar .navbar-container ul.nav li.dropdown .dropdown-menu {
    top: 50px;
}

.dropdown .dropdown-menu .dropdown-item {
    color: white;
    font-size: 1.1rem !important;
}

.dropdown .dropdown-menu {
    border-radius: 0px;
}

.rounded-2 {
    border-radius: 10px;
}

.bg-grey {
    background: #f6f9fd;
}

.table {
    color: black;
}

.table-border th,
.table-border td {
    border: 1px solid #f0f0f0;
    vertical-align: top;
}

.table th {
    font-size: 1rem !important;
}

.table-border th {
    background-color: #fafafa;
}

.slider1-container {
    margin-top: 250px;
    padding-left: 30px;
    padding-right: 30px;
}

section#terms p {
    text-align: justify;
}

#privacy li {
    margin-top: 20px;
    text-align: justify;
}

#privacy ol ol {
    padding-left: 15px;
    list-style: lower-roman;
}

.t-table tr {
    border-top: 0px;
}

.t-table tr:last-child {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.t-table td {
    border-top: 1px solid rgb(219, 219, 219);
    border-left: 1px solid rgb(219, 219, 219);
}

.t-table td:last-child {
    border-right: 1px solid rgb(219, 219, 219);
}

.popover-header {
    background-color: #f60 !important;
    border-bottom: 1px solid #f60 !important;
}

.home_list {
    padding-left: 20px;
}

.home_list li {
    margin: 10px 0;
}

.square {
    position: relative;
    width: 50%;
    max-width: 120px;
    display: inline-block;
}

.square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.square-content {
    position: absolute;
    width: 100%;
    height: 100%;
}

.step.square-img span {
    margin: auto;
    text-align: center;
    width: 33px;
    line-height: 33px;
}

.bg-dark-grey,
.bg-expired {
    background: #8a8a8a !important;
}

.ecommerce-application .ecommerce-card .item-name a:hover {
    color: #0d1f36;
}

.header-navbar .navbar-container ul.nav li>a.nav-link {
    /**color: white !important;
    padding: 1.6rem 0.5rem 2rem 1rem;**/
    color: white !important;
    padding: 5px;
}

.carousel-item.item2 .slider-img {
    background-position: 0% 100% !important;
}

.step.square-img {
    width: 33px;
    margin: 5px auto 10px;
    text-align: left;
    vertical-align: middle;
    background: #11a7dd;
    color: white;
    font-size: 19px;
    padding: 0px;
    font-weight: 700;
    border-radius: 50%;
}

.step.square-img span {
    position: absolute;
}

.square-img {
    width: 100%;
    background-size: cover !important;
}

.square-img:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.alert-success {
    background: rgba(40, 199, 111, 0.2) !important;
    color: #28c76f !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 5px 10px 1px;
}

.alert-danger {
    background: rgb(255 171 66 / 20%) !important;
    color: #ea5455 !important;
    font-size: 0.9rem;
    padding: 5px 10px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-danger ul {
    padding-left: 20px;
    margin-bottom: 0px;
}

.home footer.footer a {
    color: white;
}

.home footer.footer ul {
    margin-top: 7px;
}

footer {
    padding-top: 50px;
    background: #231861 !important;
}

.footer .footer-logo {
    width: 70%;
    max-width: 150px;
    margin-bottom: 25px;
}

.footer ul {
    padding-left: 0px;
    list-style: none;
}

.footer-logo {
    background: url(../../app-assets/images/logo/big_logo_white.svg) no-repeat;
    height: 30px;
    background-size: contain;
    display: block;
}

.dropzone.single_image .dz-preview.dz-success .dz-image {
    opacity: 1;
}

.dropzone.single_image .dz-preview.dz-image-preview .dz-upload-info {
    opacity: 1;
    display: block;
    width: 70%;
    height: 60px;
    margin: -30px auto;
    top: 50%;
    position: absolute;
    left: 15%;
}

.dropzone.single_image {
    min-height: 250px;
    margin: 0px auto;
    border: 1px solid #D9D9D9;
    background: #F8F8F8;
    border-radius: 0px;
    padding: 0;
    cursor: pointer;
    position: relative;
}

.dropzone.single_image.dz-started .dz-message {
    opacity: 0;
    display: none;
}

.dropzone.single_image .dz-message {
    text-align: center;
    font-size: 24px;
    top: 15%;
    color: #444444;
    padding: 1.25rem;
}

.dropzone.single_image .dz-preview {
    position: relative;
    height: 100%;
}

.dropzone.single_image .dropzone-choose {
    width: 100%;
    height: 100%;
}

.dropzone.single_image .dz-preview.dz-success .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone.single_image .dropzone-choose {
    width: 100%;
    height: 100%;
}

.nav.nav-tabs .nav-item .nav-link.active {
    border: none;
    position: relative;
    color: #231761;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-color: transparent;
}

.nav.nav-tabs .nav-item .nav-link.active:after {
    background: -webkit-linear-gradient(60deg, #231761, rgb(35 23 97 / 50%)) !important;
    background: linear-gradient(30deg, #7367F0, rgb(35 23 97)) !important;
    box-shadow: 0 0 8px 0 rgb(35 23 97 / 50%) !important;
}

#booking ::placeholder {
    color: black;
    opacity: 0.4;
}

#booking .form-control {
    color: black;
}

#booking label {
    font-size: 1rem !important;
}

.slider1-container h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 0px;
}

.feature_icon {
    max-width: 150px;
    width: 70%;
    margin: 10px auto;
    display: inherit;
}

.carousel-item {
    height: 600px !important;
}

.carousel-item .img-fluid.slider-img {
    height: 600px !important;
    background-size: cover;
    background-position: 50% 50%;
}

div#carousel-caption {
    max-height: 400px !important;
    overflow: hidden;
    margin-bottom: 30px;
    z-index: 1000 !important;
    min-height: 300px !important;
}

.slider_page {
    min-height: 400px;
    width: 100%;
    display: inline-block;
}

.home .navbar-container.content {
    max-width: 1440px;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    letter-spacing: -0.4px;
}

#left-menu a.nav-link {
    font-size: 1.1rem;
    padding: 8px 10px 8px 20px;
    margin: 3px 0;
}

#left-menu a.nav-link:hover,
#left-menu a.nav-link.active {
    background: white;
    border-radius: 1.5rem;
    color: #231761;
    box-shadow: 0 4px 25px 0 rgb(115 139 177 / 15%);
}

.border-top-1 {
    border-top: 1px solid #eee;
}

#left-menu li.nav-item {
    margin: 2px 0px;
}


/* 20230408 */

.progress.progress-md {
    height: 1.25rem !important;
    position: relative;
}

.progress-bar small {
    padding: 2px 10px;
    position: absolute;
    width: 100%;
}


/* end 20230408 */

.progress-bar-primary {
    background-color: rgb(75 69 144 / 40%) !important;
}

#profile_head .setting-icon {
    position: absolute;
    right: 28px;
}

#profile_head {
    height: 250px;
    background-size: cover;
    margin-top: 80px;
    background-position: 50% 50%;
    margin-left: 10px;
}

#profile_head h1,
#profile_head h5 {
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.border-left-1 {
    border-left: 1px solid #ddd;
}

.icon-stat {
    max-width: 40px;
    width: 60%;
}

#profile_avatar {
    display: block;
    text-align: center;
}

#profile_avatar .square {
    position: relative;
    width: 70%;
    max-width: 200px;
    margin: auto;
}

#profile_avatar .square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#profile_avatar .avatar_img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: white;
    border-radius: 50%;
    border: 7px solid white !important;
}

#header h1 {
    margin-top: 150px;
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 100px;
    padding: 5px 10px;
    text-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.wechat_qrcode {
    max-width: 400px;
    width: 100%;
}

.event_icon {
    width: 28px;
    height: 28px;
    display: inline-block;
}

.event_run {
    background-image: url("../../app-assets/images/icons/run.svg");
    background-size: cover;
}

/* 20230613 */
.event_exe {
    background-image: url("../../app-assets/images/icons/icon_execrise.svg");
    background-size: cover;
}


.exe_icon {
    position: relative;
}


.exe_icon a {
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    font-size: 1.6rem;
}

.event_exercise {
    background-image: url("../../app-assets/images/icons/icon_execrise.svg");
    background-size: cover;
}

/* end 20230613 */

.event_walk {
    background-image: url("../../app-assets/images/icons/walk.svg");
    background-size: cover;
}

.event_bike {
    background-image: url("../../app-assets/images/icons/bike.svg");
    background-size: cover;
}

.event_hike {
    background-image: url("../../app-assets/images/icons/trail.svg");
    background-size: cover;
}

.icon_timer {
    background-image: url("../../app-assets/images/icons/countdown.svg");
    background-size: cover;
}

.icon-messenger {
    background-image: url(../../app-assets/images/icons/icon_messenger.svg);
    background-size: cover;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: initial;
    margin-bottom: -2px;
}

.icon-mewe {
    background-image: url("../../app-assets/images/icons/icon_mewe.svg");
    background-size: cover;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: initial;
    margin-bottom: -2px;
}

.record_icon {
    line-height: 34px;
    padding-left: 36px;
    padding-right: 20px;
    font-size: 1.2rem;
    width: fit-content;
    border-radius: 10px;
    /* background-color: #f9f9f9; */
    background-position: 0px 3px !important;
    background-size: 28px 28px !important;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
}

.event_trail {
    background-image: url("../../app-assets/images/icons/trail.svg");
    background-size: cover;
}

.event_bike {
    background-image: url("../../app-assets/images/icons/bike.svg");
    background-size: cover;
}

.event_oneoff {
    background-image: url("../../app-assets/images/icons/one_off.svg");
    background-size: cover;
}

.event_accumulate {
    background-image: url("../../app-assets/images/icons/accumulate.svg");
    background-size: cover;
}

.page-event-list {
    background-image: url("../../app-assets/images/banner/runner3.jpg");
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
}

.first-block {
    border-radius: 15px 15px 0 0;
    box-shadow: 0 0 10px 10px rgb(36 63 117 / 10%);
    margin-top: -15px;
}

.payment_method {
    width: 95%;
    background: url("../../app-assets/images/payment_method.png?a") no-repeat;
    height: 280px;
    background-size: contain;
}

.app-store-icon {
    max-width: 160px;
    width: 90%;
}

.btn-outline-muted {
    border: 1px solid #9e9e9e !important;
    background-color: transparent;
    color: #9e9e9e;
}

.fc .fc-button:not(:disabled).fc-button-active {
    background-color: #a7dbdb;
}

.btn-outline-primary.disabled,
.fc .disabled.fc-button,
.btn-outline-primary:disabled,
.fc .fc-button:disabled {
    color: #7367f0;
    background-color: #a7dbdb;
}

.row.breadcrumbs-top {
    margin-left: 1px;
    border-left: 3px solid #a7dcdc;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #ffffff;
    background-color: #f60;
}

.text-primary {
    color: #f60 !important;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #f60 !important;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu-right {
    padding: 0.5rem 0px !important;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: white;
    color: #231761;
}

.pagination .page-item.next-item .page-link:hover {
    background: #231761;
    color: #FFFFFF;
}

.pagination .page-item .page-link:hover {
    color: #231861 !important;
    background-color: #d0d0d0 !important;
}

.swiper-container .swiper-shadow {
    box-shadow: 0px 0px 11px 2px rgb(96 183 210 / 13%) !important;
}

.btn-outline-primary,
.fc .fc-button {
    color: #f60 !important;
    border-color: #f60 !important;
}

.btn-outline-primary:hover,
.fc .fc-button:hover {
    color: white !important;
}

button.fc-button.fc-button-primary {
    color: WHITE !important;
}

.form-control:focus~.form-control-position i {
    color: #f60;
}

.form-label-group>input:focus:not(:placeholder-shown)~label,
.form-label-group>input:not(:active):not(:placeholder-shown)~label,
.form-label-group textarea:focus:not(:placeholder-shown)~label,
.form-label-group textarea:not(:active):not(:placeholder-shown)~label {
    color: #0d1f36 !important;
}

.pagination .page-item.prev-item .page-link:hover {
    background: #231761;
    color: #FFFFFF !important;
}

.pagination .page-item.prev-item .page-link,
.pagination .page-item.next-item .page-link,
.pagination .page-item.first .page-link,
.pagination .page-item.last .page-link {
    color: #0d1f36;
}

.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu .dropdown-item:hover,
.header-navbar .navbar-container ul.nav li.dropdown-user .dropdown-menu .dropdown-item:active {
    background: white;
    color: #231761 !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.fc .fc-button:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.fc .fc-button:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle,
.fc .show>.dropdown-toggle.fc-button {
    color: #ffffff;
    background-color: #F60;
    border-color: #f60;
}

.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active {
    color: #f60 !important;
}

.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:hover,
.ecommerce-application .ecommerce-header-items .view-options .view-btn-option .btn.view-btn.active:active {
    color: #f60 !important;
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus {
    outline: 0;
    border-color: #f60 !important;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.15) !important;
}

.select2-container--classic.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #f60 !important;
    outline: 0;
}

.main-menu .navbar-header .navbar-brand .brand-logo {
    background: url(../../app-assets/images/logo/big_logo.svg) no-repeat;
    height: 27px;
    width: 150px;
    background-size: contain;
}

.ecommerce-application .ecommerce-card .cart {
    background-color: #0d1f36 !important;
    color: #ffffff;
}

.navbar-brand .brand-logo {
    background: url(../../app-assets/images/logo/big_logo_white.svg) no-repeat;
    height: 27px;
    width: 150px;
    background-size: contain;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #f60;
    background-color: #f60;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #ffffff;
    background-color: #f60;
    border-color: #f60;
}

.vertical-overlay-menu .main-menu .navigation li a i {
    color: #0d1f36;
}

.header-navbar .navbar-container ul.nav li i.ficon {
    color: white;
}

.ecommerce-application .sidebar-shop .vs-radio-con input:checked~span {
    color: #f60 !important;
}

.main-menu.menu-light .navigation li a:visted {
    background: green !important;
}

.main-menu.menu-light .navigation li a:link {
    background: white !important;
    color: black !important;
    box-shadow: none !important;
    border-bottom: 0 !important;
}

.main-menu.menu-light .navigation li a span {
    color: black !important;
}

.main-menu.menu-light .navigation li {
    border-bottom: none !important;
}

.line-ellipsis {
    line-height: 1.1rem;
}

.btn-outline-primary:hover {
    color: #ffffff;
    background-color: #f60;
    border-color: #f60;
}

#statement-company-details .media img,
#invoice-company-details .media img {
    width: 200px !important;
}

.vs-radio-con input:checked~.vs-radio .vs-radio--circle {
    background: #f60;
    box-shadow: 0 4px 25px 0 rgb(136 239 224 / 15%) !important;
}

.card-footer {
    background-color: rgb(194 207 218 / 3%) !important;
}

.main-menu .navbar-header .navbar-brand .brand-text {
    display: none !important;
}

.main-menu .navbar-header .navbar-brand {
    margin-top: 0.8rem !important;
}

html body .content .content-wrapper .content-header-title {
    font-weight: 700;
    color: #0d1f36;
    margin-right: 1rem;
}

.btn-primary {
    border-color: #f60 !important;
    background-color: #f60 !important;
    color: #ffffff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #231861 !important;
    color: white;
}

.pagination .page-item.active .page-link {
    background-color: #231861;
}

html .pace .pace-progress {
    background: #f60;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f60 !important;
    border-color: #f60 !important;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f60 !important;
    border-color: #f60 !important;
    color: #ffffff;
    padding: 5px;
}

.select2-container--classic.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f60 !important;
    outline: 0;
}

.main-navbar a.nav-link:hover {
    color: #f60;
    transition: 0.2s;
}

.form-control:focus {
    border-color: #f60 !important;
}

a {
    color: #231761;
}

a:hover {
    color: #f90;
}

.header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link i:hover {
    color: #f60;
}


/*html {
    scroll-behavior: smooth;
}**/

ul.main-navbar {
    display: inline-flex;
    list-style: none;
    line-height: 30px;
    margin-bottom: 0;
}

.container-calendar {
    margin: 0 auto;
    overflow: auto;
}

.button-container-calendar button {
    position: relative;
    cursor: pointer;
    display: inline-block;
    zoom: 1.5;
    background: none;
    font-size: 1.4rem;
    color: #f60;
    border: none;
    outline: none;
}

.table-calendar {
    border-collapse: collapse;
    width: 100%;
    padding: 0;
    border-top: 1px solid #eee;
    font-size: 0.8rem;
}

.table-calendar td,
.table-calendar th {
    padding: 2px;
    text-align: center;
    vertical-align: top;
}

#yearHeader {
    margin: 0 0 4px;
    padding: 0 3px;
}

.date-picker {
    cursor: pointer;
}

#monthAndYear {
    text-align: center;
    margin-top: 0;
}

.button-container-calendar {
    position: relative;
    margin-bottom: 0;
    overflow: hidden;
    clear: both;
    text-align: center;
}

#previous {
    float: left;
}

#next {
    float: right;
}

.footer-container-calendar {
    margin-top: 1em;
    border-top: 1px solid #dadada;
    padding: 10px 0;
    display: none;
}

.footer-container-calendar select {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    background: #ffffff;
    color: #585858;
    border: 1px solid #bfc5c5;
    border-radius: 3px;
    padding: 5px 1em;
}

#date-picked {
    text-align: center;
    color: #999;
    border-top: 1px solid #eee;
    padding-top: 5px;
    font-size: 1rem;
    margin-bottom: 0px;
}

.filter_list .vs-checkbox-con.vs-checkbox-primary {
    position: relative;
}

nav #avatar {
    background-color: #877eb1 !important;
}

#avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    margin-top: 5px;
}

.btn.btn-outline-white:hover,
.text-white.btn-white:hover {
    color: #231861 !important;
    border-color: #231861 !important;
}

span.o_name {
    padding-left: 29px;
    display: block;
    margin-top: -19px;
}

.normal-dropdown.dropdown .dropdown-menu::before {
    display: none !important;
}

.x-dropdown .dropdown-menu {
    top: 38px !important;
}

.x-dropdow.dropdown .dropdown-menu::before {
    display: none !important;
}

a.dropdown-toggle.nav-link.less-right {
    padding-right: 10px !important;
}

.header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link.less-right.less-right {
    padding-right: 5px !important;
}

.dropdown .dropdown-toggle::after {
    border: none !important;
    font-family: "feather" !important;
    content: "\e842" !important;
    position: relative !important;
    top: 1px;
    right: 0;
    left: 0.714rem;
    padding: 0;
    margin: 0;
    vertical-align: 0;
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
    border-bottom: 1px solid #f9f9f9 !important;
}

.horizontal-menu .header-navbar .nav-link.dropdown-toggle::after {
    left: 0.4rem;
}

.navbar-floating .header-navbar-shadow {
    height: 80px;
}

ul.pagination {
    float: right;
}

body.invoice-popup {
    padding: 10px;
}

body.invoice-popup .invoice-page {
    max-width: 900px;
    display: block;
    margin: auto;
}

.footer2 li {
    display: inline-block;
}

.footer2 .footer-link {
    /* line-height: 10px; */
    color: #626262;
    padding: 0 9px 0 0;
}

.footer2 a#dropdown-flag {
    padding: 2px;
    color: #626262;
}

.horizontal-menu.navbar-floating .horizontal-menu-wrapper {
    background: none;
    display: none;
}

.twitter-feed .alert-light {
    color: #626262 !important;
}

.profile-img {
    max-width: 150px !important;
    width: 80%;
}

.main-navbar a.nav-link {
    color: white;
    padding: 15px 18px !important;
    font-weight: 900;
}

.main-navbar a.nav-link:hover {
    color: #f60;
    transition: 0.2s;
}

li.nav-item.active {
    border-bottom: 2px solid #f60 !important;
}

.horizontal-menu.navbar-floating:not(.blank-page) .app-content {
    padding-top: 4.2rem;
}

.horizontal-menu.navbar-floating .horizontal-menu-wrapper {
    background: none;
    background-repeat: repeat-x;
}

.input-group .select2-container--default .select2-selection--single {
    min-height: 38px;
    padding: 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 0px 0px 5px;
}


/**.card {
    box-shadow: 0 4px 25px 0 rgb(68 165 150 / 15%);
}**/

.bg-authentication {
    background: url(../../app-assets/images/banner/runner.jpg) 0% 0% no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 250px;
}

.event-type-box {
    height: 500px;
}

.header-navbar.navbar-shadow,
.box-shadow-1,
footer.navbar-shadow {
    box-shadow: 0 4px 25px 0 rgb(11 29 58 / 10%);
}

.card {
    box-shadow: 0 4px 25px 0 rgb(115 139 177 / 15%);
}

.card.ecommerce-card {
    background-color: transparent !important;
}

.fundraiser_avatar {
    width: 140px;
    height: 140px;
    display: inline-block;
    margin: auto;
    border-radius: 50%;
}

.ecommerce-card .item-options.text-center .cart {
    border-radius: 7px !important;
}

.ecommerce-application .list-view .ecommerce-card .card-content .item-img {
    text-align: left !important;
    display: block !important;
    padding-left: 20px !important;
}

.ecommerce-application .grid-view .ecommerce-card .card-content .item-img {
    padding-top: 0 !important;
    min-height: inherit !important;
    margin: auto;
}

.title {
    font-size: 1.4rem;
}

.login-logo-v {
    margin: 60px auto;
    max-width: 200px;
    width: 50%;
}

.login-logo {
    margin: 25% auto;
    max-width: 200px;
    width: 50%;
}

.login-empty-block {
    min-width: 200px;
}

.mt-s-1 {
    margin-top: 5px;
}

.accordion .card-header,
.collapse-bordered .card-header {
    cursor: pointer;
    padding: 0;
    margin: 12px 0;
}

.collapse .card-body {
    padding: 0px;
}

.collapse-icon [data-toggle="collapse"]:after,
.collapse-icon [data-toggle="collapse"]:before {
    right: 0px !important;
}

.ecommerce-application .grid-view {
    grid-template-columns: 1fr 1fr 1fr !important;
}

.list-view .item-img.text-center {
    text-align: left !important;
    display: block !important;
}

.session_calendar .calendar__header {
    grid-auto-rows: 50px;
    align-items: center;
    text-align: center;
}

.session_calendar {
    background-color: #fff;
    border: 1px solid #e1e1e1;
}

.session_calendar .badge {
    border: none;
}

.session_calendar .calendar__day {
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
    position: relative;
    padding: 27px 4px 4px;
    overflow: hidden !important;
}

.session_calendar .calendar__week {
    grid-auto-rows: auto;
    text-align: right;
    min-height: 100px;
}

.session_calendar .calendar__week,
.session_calendar .calendar__header {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.session_calendar .calendar__day span {
    position: absolute;
    top: 5px !important;
    right: 5px !important;
}

.vs-checkbox-con .vs-checkbox {
    position: absolute;
    line-height: 20px;
}

.vs-checkbox-con {
    display: inline-block;
    font-size: 1rem;
}

.vs-checkbox-con .vs-checkbox {
    cursor: pointer;
    position: relative;
    width: 20px !important;
    height: 20px !important;
    border-width: 2px;
    display: inline-block !important;
    margin-bottom: -4px;
}

.ecommerce-card .item-options.text-center .cart {
    border-radius: 7px !important;
}

.ecommerce-application .ecommerce-card .wishlist,
.ecommerce-application .ecommerce-card .cart {
    padding: 0.8rem 0.5rem;
}

.list-view .ecommerce-card img.img-fluid.rounded-circle.img-border.box-shadow-1 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.ecommerce-application .list-view .ecommerce-card .card-content {
    grid-template-columns: 150px 2fr 200px;
}

.ecommerce-application .list-view .item-name.text-center.mb-1.mt-0 {
    text-align: left !important;
}

.ecommerce-application .list-view .ecommerce-card .card-content .card-body {
    border-right: none;
}

table.data-thumb-view.dataTable tbody tr td.product-img img {
    height: auto;
    max-width: 55px;
}

.chip .chip-body .chip-text {
    white-space: nowrap;
}

.product-action button {
    white-space: nowrap;
}

i.fa-circle.text-primary {
    color: #0d1f33 !important;
}

.badge.badge-pill.badge-primary {
    background: #0d1f36;
}

.btn-outline-primary,
.fc .fc-button {
    border-color: #1b874b;
}

.data-list-view-header .edit-new-data-sidebar .add-new-data,
.data-list-view-header .add-new-data-sidebar .add-new-data,
.data-list-view-header .rebook-session-sidebar .add-new-data,
.data-list-view-header .edit-session-sidebar .add-new-data,
.data-thumb-view-header .add-new-data-sidebar .add-new-data {
    max-width: 95vw;
    width: 60rem;
}

.fc .fc-button {
    background-color: #2bc770;
}

.divider-text.font-medium-1 {
    color: #0d1f36 !important;
}

.data-items h6 {
    color: #888;
    font-weight: 400;
}

.award_btn {
    width: 20px;
    display: inline-block;
    vertical-align: text-bottom;
}

.award_btn span {
    display: table-cell !important;
}

.award_btn span i {
    font-size: 20px !important;
}

.award_date {
    display: inline-block;
    width: calc(100% - 60px);
}

.award_template {
    display: none;
}

span.award_group {
    width: 100%;
}

.avatar_head {
    margin-left: 3px;
}

.time-slot-list th {
    padding: 0.5rem;
}

.sm-box {
    width: 30px !important;
    height: 20px !important;
    display: inline-block;
    line-height: 20px !important;
    vertical-align: middle;
}

.sm-box.bg-light {
    background-color: #f2f2f2 !important;
}

.time-slot-list td {
    padding: 0;
    background: #f2f2f2;
    border-bottom: 1px solid white !important;
}

.time-slot-list tr {
    border-bottom: 1px solid white !important;
}

.time-slot-list .vs-checkbox-con {
    display: inline-block;
    font-size: 0.9rem;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
}

.time-slot-list .vs-checkbox-primary input:checked~.vs-checkbox {
    border-color: #7367f0 !important;
    border: none;
    transform: none;
    width: 100% !important;
    height: 30px !important;
}

.time-slot-list .vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check .vs-icon {
    font-size: 26px;
}

.time-slot-list .vs-checkbox-con .vs-checkbox .vs-checkbox--check .vs-icon {
    font-size: 26px;
}

.time-slot-list .vs-checkbox-con .vs-checkbox {
    border: none;
    width: 100%;
    height: 30px !important;
    transform: none;
}

.time-slot-list .vs-checkbox-con input:checked~.vs-checkbox .vs-checkbox--check .vs-icon {
    border: none;
    width: 100%;
    height: 30px !important;
}

#session-list.dataTable thead>tr>th.sorting_asc,
#session-list.dataTable thead>tr>th.sorting_desc,
#session-list.dataTable thead>tr>th.sorting,
#session-list.dataTable thead>tr>td.sorting_asc,
table#session-list.dataTable thead>tr>td.sorting_desc,
#session-list.dataTable thead>tr>td.sorting {
    padding-left: 27px;
}

#session-list.dataTable thead .sorting:before,
#session-list.dataTable thead .sorting_asc:before,
#session-list.dataTable thead .sorting_desc:before {
    left: 10px;
}

#session-list.dataTable thead .sorting:after,
#session-list.dataTable thead .sorting_asc:after,
#session-list.dataTable thead .sorting_desc:after {
    left: 10px;
}

.my-credit .btn-outline-primary {
    color: #f60;
    border: 1px solid #f60 !important;
}

.btn-outline-primary:hover,
.fc .fc-button:hover {
    color: #ffffff;
    background-color: #f60;
    border-color: #f60;
}

.my-credit .btn-outline-primary:hover {
    color: white;
    background: #f60 !important;
    border: 1px solid #f60 !important;
}

.small-plus {
    padding: 0.3rem !important;
    border: 1px solid #f60 !important;
}

.border-l {
    border-left: 1px solid #f2f2f2;
}

.conference_link {
    margin: 5px 0px;
    padding: 5px !important;
    height: 30px;
    border: none;
}


/** -- BEGIN: animated gif --**/

.sa {
    width: 110px;
    height: 110px;
    padding: 10px;
    margin: 0 auto;
    background-color: white;
}

.sa-warning {
    border-radius: 50%;
    border: 4px solid #f8bb86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: scaleWarning 0.75s infinite alternate;
}

.sa-warning:after,
.sa-warning:before {
    background: white;
    content: "";
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
    margin: auto;
    left: 0;
}

.sa-warning:before {
    display: inline-block;
    opacity: 0;
    animation: pulseWarning 2s linear infinite;
}

.sa-warning:after {
    display: block;
    z-index: 1;
}

.sa-warning-body {
    background-color: #f8bb86;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.sa-warning-dot {
    background-color: #f8bb86;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.add-new-comment-sidebar .overlay-bg,
.rebook-session-sidebar .overlay-bg {
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    z-index: 1032;
}

.add-new-comment-sidebar .add-new-data,
.rebook-session-sidebar .add-new-data {
    width: 28.57rem;
    max-width: 90vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #ffffff;
    position: fixed;
    left: auto;
    right: 0;
    top: 0;
    z-index: 1033;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    overflow: hidden;
}

.add-new-comment-sidebar .overlay-bg.show,
.rebook-session-sidebar .overlay-bg.show {
    opacity: 1;
    display: block;
}

.add-new-comment-sidebar .add-new-data.show,
.rebook-session-sidebar .add-new-data.show {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.add-new-comment-sidebar .add-new-data,
.rebook-session-sidebar .add-new-data {
    max-width: 95vw;
    width: 60rem;
}

.add-new-comment-sidebar .new-data-title,
.rebook-session-sidebar .new-data-title {
    padding-bottom: 0.714rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.add-new-comment-sidebar .data-items,
.rebook-session-sidebar .data-items {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(100% - 10rem);
    position: relative;
    overflow: auto;
}

.add-new-comment-sidebar .data-items,
.rebook-session-sidebar .data-items {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: calc(100% - 10rem);
    position: relative;
    overflow: auto;
}

.add-new-comment-sidebar .hide-data-sidebar i,
.rebook-session-sidebar .hide-data-sidebar i {
    position: absolute;
    font-size: 1.71rem;
    right: 0;
    top: -0.1428rem;
    cursor: pointer;
}

.add-new-comment-sidebar .hide-data-sidebar,
.rebook-session-sidebar .hide-data-sidebar {
    position: relative;
}

@keyframes scaleWarning {
    0% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.02);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulseWarning {
    0% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    30% {
        background-color: #fff;
        transform: scale(1);
        opacity: 0.5;
    }

    100% {
        background-color: #f8bb86;
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes pulseWarningIns {
    0% {
        background-color: #f8d486;
    }

    100% {
        background-color: #f8bb86;
    }
}

.sa-success {
    border-radius: 50%;
    border: 4px solid #a5dc86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: white;
    width: 80px;
}

.sa-success:after,
.sa-success:before {
    background: white;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.sa-success:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}

.sa-success:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-success-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(165, 220, 134, 0.25);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-success-fix {
    background-color: white;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-success-tip,
.sa-success-long {
    background-color: #a5dc86;
    border-radius: 2px;
    height: 5px;
    position: absolute;
    z-index: 2;
}

.sa-success-tip {
    left: 14px;
    top: 46px;
    transform: rotate(45deg);
    width: 25px;
    animation: animateSuccessTip 0.75s;
}

.sa-success-long {
    right: 8px;
    top: 38px;
    transform: rotate(-45deg);
    width: 47px;
    animation: animateSuccessLong 0.75s;
}

@keyframes animateSuccessTip {

    0%,
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }

    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }

    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes animateSuccessLong {

    0%,
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

@keyframes rotatePlaceholder {

    0%,
    5% {
        transform: rotate(-45deg);
    }

    100%,
    12% {
        transform: rotate(-405deg);
    }
}

.sa-error {
    border-radius: 50%;
    border: 4px solid #f27474;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: white;
    width: 80px;
    animation: animateErrorIcon 0.5s;
}

.sa-error:after,
.sa-error:before {
    background: white;
    content: "";
    height: 120px;
    position: absolute;
    transform: rotate(45deg);
    width: 60px;
}

.sa-error:before {
    border-radius: 40px 0 0 40px;
    width: 26px;
    height: 80px;
    top: -17px;
    left: 5px;
    transform-origin: 60px 60px;
    transform: rotate(-45deg);
}

.sa-error:after {
    border-radius: 0 120px 120px 0;
    left: 30px;
    top: -11px;
    transform-origin: 0 60px;
    transform: rotate(-45deg);
    animation: rotatePlaceholder 4.25s ease-in;
}

.sa-error-x {
    display: block;
    position: relative;
    z-index: 2;
}

.sa-error-placeholder {
    border-radius: 50%;
    border: 4px solid rgba(200, 0, 0, 0.2);
    box-sizing: content-box;
    height: 80px;
    left: -4px;
    position: absolute;
    top: -4px;
    width: 80px;
    z-index: 2;
}

.sa-error-fix {
    background-color: white;
    height: 90px;
    left: 28px;
    position: absolute;
    top: 8px;
    transform: rotate(-45deg);
    width: 5px;
    z-index: 1;
}

.sa-error-left,
.sa-error-right {
    border-radius: 2px;
    display: block;
    height: 5px;
    position: absolute;
    z-index: 2;
    background-color: #f27474;
    top: 37px;
    width: 47px;
}

.sa-error-left {
    left: 17px;
    transform: rotate(45deg);
    animation: animateXLeft 0.75s;
}

.sa-error-right {
    right: 16px;
    transform: rotate(-45deg);
    animation: animateXRight 0.75s;
}

@keyframes rotatePlaceholder {

    0%,
    5% {
        transform: rotate(-45deg);
    }

    100%,
    12% {
        transform: rotate(-405deg);
    }
}

@keyframes animateErrorIcon {
    0% {
        transform: rotateX(100deg);
        opacity: 0;
    }

    100% {
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes animateXLeft {

    0%,
    65% {
        left: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        left: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        left: 17px;
        top: 37px;
        width: 47px;
    }
}

@keyframes animateXRight {

    0%,
    65% {
        right: 82px;
        top: 95px;
        width: 0;
    }

    84% {
        right: 14px;
        top: 33px;
        width: 47px;
    }

    100% {
        right: 16px;
        top: 37px;
        width: 47px;
    }
}


/** -- End: animated gif --**/

@media (min-width: 1280px) {
    .ecommerce-application .grid-view {
        grid-template-columns: 1fr 1fr 1fr !important;
    }
}

@media (max-width: 1199.98px) {
    .fundraiser_avatar {
        width: 95px;
        height: 95px;
    }

    body.horizontal-layout .header-navbar {
        background: #231861 !important;
    }

    .header-navbar .navbar-container ul.nav li.dropdown-language>a.nav-link {
        padding: 1.1em 0.5rem !important;
    }

    .header-navbar .navbar-container .bookmark-wrapper ul.nav li>a.nav-link {
        padding: 1rem 0.5rem 1rem !important;
    }

    #head .container {
        padding: 0;
    }

    #head .row {
        border-radius: 0px !important;
    }

    #head {
        padding-top: 60px;
    }
}

@media (max-width: 991.98px) {
    #right-col.m-top-8 {
        margin-top: 0;
    }

    #post_top .post-thumbnail {
        height: 300px;
    }

    .post-thumbnail-s {
        height: 130px;
    }

    section#event_title {
        border-radius: 0px !important;
    }

    #left-col {
        border-radius: 0px 0px !important;
    }

    .m-top-8 {
        margin-top: 62px;
    }

    .login-logo {
        margin: 80px auto 80px;
        max-width: 200px;
        width: 50%;
    }

    .title {
        font-size: 2rem;
    }

    .fundraiser_avatar {
        width: 100px;
        height: 100px;
    }

    .ecommerce-application .list-view .ecommerce-card .card-content {
        grid-template-columns: 150px 2fr 200px;
    }

    .ecommerce-application .list-view .ecommerce-card .card-content .item-img {
        padding-top: 0;
        padding-bottom: 0;
    }

    .ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name {
        text-align: left !important;
    }
}

@media (max-width: 1050px) {
    .ecommerce-application .grid-view {
        grid-template-columns: 1fr 1fr !important;
    }
}

@media (max-width: 768px) {
    body.my-event #profile-header {
        display: none;
    }

    body.my-event #statistics {
        display: none;
    }

    body.my-event #right-col {
        margin-top: 55px;
    }

    .breadcrumb-wrapper .breadcrumb-item {
        display: none !important;
    }

    .breadcrumb-wrapper .breadcrumb-item.active {
        display: block !important;
    }

    #avatar {
        margin-top: 0px !important;
    }

    #post_top .post-thumbnail {
        height: 300px;
    }

    .post-thumbnail-s {
        height: 150px;
    }

    .navbar-brand {
        margin-right: 0px;
    }

    footer.footer {
        padding: 1rem 0.5rem;
    }

    .login-logo {
        margin: 60px auto 60px;
        max-width: 200px;
        width: 50%;
    }

    ul.pagination {
        float: inherit;
    }

    .border-l {
        border-left: none;
    }

    .ecommerce-application .list-view .ecommerce-card .card-content {
        grid-template-columns: 1fr 2fr;
    }

    .ecommerce-application .grid-view {
        grid-template-columns: 1fr 1fr !important;
    }

    .breadcrumb-wrapper {
        padding: 0;
    }

    h2.content-header-title {
        display: contents;
    }

    ol.breadcrumb {
        display: inline-flex;
        padding: 0px 0 0 0 !important;
        border-left: none !important;
    }

    .footer2 .footer2-content {
        text-align: center !important;
    }

    .session_calendar .badge {
        border: none;
        width: 25px;
        height: 25px;
        overflow: hidden;
        color: transparent !important;
    }
}

@media (max-width: 750px) {
    .ecommerce-application .grid-view {
        grid-template-columns: 1fr !important;
    }
}

@media (max-width: 575.98px) {
    ul.main-navbar {
        display: none;
    }

    a.text-dark:hover,
    a.text-dark:focus {
        color: #231761 !important;
    }

    .font-medium-1 {
        font-size: 1rem !important;
    }

    h3,
    .h3 {
        font-size: 1.30rem !important;
    }

    h4,
    .h4 {
        font-size: 1.1rem !important;
    }

    td {
        font-size: 1rem !important;
    }

    .action-list .action-link {
        min-width: 55px;
    }

    table.dataTable thead th {
        font-size: 1rem !important;
    }

    .event-menu .event-left-arrow.enabled,
    .event-menu .event-right-arrow.enabled {
        pointer-events: none !important;
    }

    .blockquote {
        font-size: 1rem !important;
    }

    .event-menu {
        padding-left: 20px !important;
        padding-right: 20px !important;
        height: 72px !important;
    }

    .event-menu a.text-dark.action-link,
    .badge-md {
        font-size: 0.8rem !important;
    }


    .event-menu .event-left-arrow,
    .event-menu .event-right-arrow {
        width: 20px !important;
    }

    .record_icon {
        font-size: 1rem;
        line-height: 28px;
        padding-left: 27px;
        background-size: 24px 24px !important;
    }

    .font-small-2 {
        line-height: 0.8rem;
    }

    .btn {
        font-size: 0.8rem !important;
    }

    .dropdown-language .text {
        display: none;
    }

    .dropdown-language i.feather.icon-globe {
        font-size: 1.4rem !important;
    }

    .header-navbar .navbar-container {
        padding-left: 0.2rem !important;
    }

    div.profile_item div {
        display: block !important;
        width: 100% !important;
    }

    div.profile_item {
        display: block !important;
    }

    html body .content .content-wrapper {
        padding: calc(2.2rem - 1.5rem) calc(2.2rem - 1.5rem) 0 !important;
    }

    .card-body {
        padding: 0.8rem;
    }

    .pl-2,
    .px-2 {
        padding-left: 1rem !important;
    }

    .pr-2,
    .px-2 {
        padding-right: 1rem !important;
    }

    .card {
        margin-bottom: 1rem !important;
    }

    .card .card-header {
        padding: 1rem 0.8rem 0;
    }
}

@media (max-width: 560px) {
    #event_title .users-list li+li {
        margin-left: -1.3rem !important;
    }

    section#event_banner {
        border-radius: 0px !important;
    }

    #event-slider .container,
    #partners .container {
        padding: 14px;
    }

    .ecommerce-application .grid-view {
        grid-template-columns: 1fr !important;
    }

    .ecommerce-application .list-view .ecommerce-card .card-content {
        grid-template-columns: 1fr;
    }

    .ecommerce-card img.img-fluid.rounded-circle.img-border.box-shadow-1 {
        margin: auto;
        display: block;
    }

    .ecommerce-application .list-view .ecommerce-card .card-content .card-body .item-name {
        text-align: center !important;
    }
}

.elegant-calencar {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 15px auto;
    position: relative;
}

.elegant-calencar #calendar-header {
    margin-bottom: 10px;
}

.elegant-calencar .pre-button,
.next-button {
    margin-top: 17px;
    font-size: 1em;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    cursor: pointer;
    color: #7367f0;
}

.elegant-calencar .pre-button:hover,
.next-button:hover {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.elegant-calencar .pre-button:active,
.next-button:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.elegant-calencar .pre-button {
    float: left;
    margin-left: 0.5em;
    width: 15% !important;
    overflow: hidden;
}

.elegant-calencar .next-button {
    float: right;
    margin-right: 0.5em;
}

.elegant-calencar .head-info {
    float: left;
    width: 70%;
}

.elegant-calencar .head-day {
    font-size: 1.3em;
    line-height: 1;
    color: #7367f0;
}

.elegant-calencar .head-month {
    margin-top: 2px;
    font-size: 1.2em;
    line-height: 1;
    color: #626262;
}

.elegant-calencar #calendar {
    width: 100%;
    margin: 0 auto;
}

.elegant-calencar #calendar tr {
    font-size: 0.8em;
}

.elegant-calencar thead tr {
    color: #626262;
    font-weight: 700;
    text-transform: uppercase;
}

.elegant-calencar tbody tr {
    color: #252a25;
}

.elegant-calencar tbody td {
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.elegant-calencar tbody td:hover,
.selected {
    color: #fff;
    background-color: #f60;
    border: none;
}

.elegant-calencar tbody td:active {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.elegant-calencar #today {
    background-color: #f60;
    color: #fff;
}

.elegant-calencar #disabled {
    cursor: default;
    background: #fff;
}

.elegant-calencar #disabled:hover {
    background: #f60;
    color: #c9c9c9;
}

.elegant-calencar #reset {
    display: block;
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    z-index: 999;
    color: #fff;
    font-family: serif;
    cursor: pointer;
    padding: 0 0.5em;
    height: 1.5em;
    border: 0.1em solid #fff;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elegant-calencar #reset:hover {
    color: #f60;
    border-color: #f60;
}

.elegant-calencar #reset:active {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
}


/* Added by Julia */


/* calendar */

th.fc-col-header-cell {
    height: 50px;
    line-height: 50px;
    font-weight: normal;
    border-left: 0px;
    border-right: 0px;
}

.fc .fc-event-future {
    background-color: #f60;
    color: #ffffff !important;
}

.fc-daygrid-dot-event .fc-event-title {
    font-weight: normal;
}


/*.fc-event-past .fc-daygrid-event-dot { border: calc(var(--fc-daygrid-event-dot-width,8px)/ 2) solid var(--fc-event-border-color,#BABFC7)!important; }
.fc-event-past.fc-v-event { background-color: var(--fc-event-bg-color,#BABFC7)!important; border: 1px solid var(--fc-event-border-color,#BABFC7)!important; }*/

.fc-event-time {
    font-weight: normal !important;
}

.fc-event-past {
    opacity: 0.6 !important;
}

#delete_availability .add-new-data {
    width: 30rem;
}

#delete_availability_passed .add-new-data {
    width: 30rem;
}

#add_availability .add-new-data {
    width: 30rem;
}

#add_availability_passed .add-new-data {
    width: 30rem;
}

#update_availability .add-new-data {
    width: 30rem;
}

#update_availability_passed .add-new-data {
    width: 30rem;
}


/* admin portal */

#add-corporate .add-new-data {
    width: 30rem;
}

#add-trainer .add-new-data {
    width: 30rem;
}

#send-invitation .add-new-data {
    width: 30rem;
}

#assign-credit-sidebar .add-new-data {
    width: 30rem;
}

.navbar-brand .brand-logo span {
    position: relative;
    left: 168px;
    top: 7px;
    font-weight: 900;
    font-size: 8px !important;
    line-height: 6px;
    color: #0d1f36;
    text-transform: uppercase;
    background: white !important;
}

@media (max-width: 992px) {
    .navbar-brand .brand-logo span {
        display: none;
    }

    #right-col {
        padding-left: initial;
    }
}


/*li.nav-item.active { border-bottom: 0px!important; }*/

footer.footer {
    padding-top: 30px;
    margin-top: 0px !important;
}

footer h4 {
    color: white;
}

footer ul li {
    line-height: 1.8em;
}

footer p {
    color: white;
}

.card.mb-0 {
    margin-bottom: 0px !important;
}

.form-control-sm {
    padding: 0 0.8rem !important;
}

.form-control-sm {
    background-position: calc(100% - 3px) 5px, calc(100% - 20px) 13px, 100% 0 !important;
}


/* data table */

table.dataTable {
    border: 0px solid #f8f8f8;
}

table.dataTable thead tr,
.table-hover-animation thead th {
    background-color: #f8f8f8;
}


/*table.dataTable thead>tr>th.sorting_asc,
        table.dataTable thead>tr>th.sorting_desc,
        table.dataTable thead>tr>th.sorting,
        table.dataTable thead>tr>td.sorting_asc,
        table.dataTable thead>tr>td.sorting_desc,
        table.dataTable thead>tr>td.sorting {
            padding-left: 27px;
        }*/

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before {
    left: 10px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    left: 10px;
}

.dataTables_length {
    float: left;
    padding-left: 1.5rem;
    margin-top: 5px;
    margin-bottom: 10px;
}

.dataTables_filter {
    float: right;
    padding-right: 1.5rem;
    margin-top: 5px;
    margin-bottom: 10px;
}

.dataTables_paginate {
    float: right;
    display: inline-block;
    /*padding-left: 1.5rem;
            padding-right: 1.5rem;
            padding-bottom: 20px;*/
}

@media (max-width: 1100px) {
    .navbar-brand .brand-logo {
        background: url(../../app-assets/images/logo/logo_white.svg) no-repeat;
        height: 32px;
        width: 53px;
        margin-top: 6px;
        background-size: contain;
    }

    .navbar-brand .brand-logo span {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .dataTables_length {
        padding-left: 0.8rem;
    }

    .dataTables_filter {
        padding-right: 0.8rem;
    }

    div#submit-btn {
        position: fixed;
        bottom: 0px;
        background: white;
        text-align: right;
        padding: 5px !important;
        z-index: 1000;
        left: 0;
        border-top: 1px solid #eee;
    }

    div#submit-btn #btn_register {
        margin-bottom: 0px !important;
        float: right;
    }
}

@media (max-width: 480px) {
    .countdown.show .running timer {
        font-size: 30px !important;
    }

    li.page-item {
        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child(2),
    .page-item:nth-child(3),
    .page-item:nth-last-child(2),
    .page-item:nth-last-child(3),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }

    .dataTables_length {
        float: left;
        text-align: left !important;
        width: 100%;
        padding-left: 0.8rem;
        margin-top: 0px;
        margin-bottom: 5px;
    }

    .dataTables_filter {
        float: left;
        text-align: left !important;
        width: 100%;
        padding-left: 0.8rem;
        margin-top: 0px;
        margin-bottom: 0px;
    }
}

@media (max-width: 400px) {
    .nav #signup_btn {
        display: none;
    }
}

#add-sidebar .add-new-data {
    width: 30rem;
}

.data-list-view-header .add-new-data-sidebar .add-new-data .data-items,
.data-thumb-view-header .add-new-data-sidebar .add-new-data .data-items {
    overflow: hidden !important;
}

.box-shadow-1 {
    background-color: #f2f2f2;
}


/* profile item */

div.profile_item {
    display: flex;
}

div.profile_item>div {
    display: table-cell;
    padding: 5px 0px 5px 0px;
    float: left;
}

div.profile_item>div:first-child {
    width: 140px;
}

div.profile_item>div:nth-child(2) {
    width: calc(100% - 140px);
}

.dropzone.single_image .dz-message:before {
    content: '\f093';
    font-family: 'FontAwesome';
    font-size: 40px;
    top: 40px;
    width: 80px;
    height: 80px;
    left: 50%;
    color: #231861 !important;
}

.dropzone.single_image .upload_container div.remarks {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
}

.profile_image img {
    max-width: 50px;
    margin: 0px auto;
    display: block;
}

.profile_info {
    width: calc(100% - 100px);
}

.add-new-data .profile_row {
    display: block;
}

.add-new-data .profile_image {
    width: 100%;
    float: none;
}

.add-new-data .profile_image img {
    max-width: 70px;
}

.add-new-data .profile_info {
    width: 100%;
    float: none;
    margin-top: 20px;
}

.add-new-data div.profile_item>div {
    padding: 0px 0px 6px 0px;
    float: left;
}

@media only screen and (min-device-width: 26.78em) and (max-device-width: 47.64em) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .header-navbar .navbar-container .show .dropdown-menu {
        max-height: 100vh !important;
    }
}

@media (max-width: 767.98px) {

    .activity_box {
        margin-top: 0;
    }

    .workout_table small {
        display: block;
    }

    body.my-event .event-menu {
        position: fixed;
        z-index: 500;
        left: 0px;
        top: 63px;
        margin-top: 0px !important;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }

    body.my-event #right-col {
        margin-top: 140px;
    }

    .event-details #intro table.table.r2_event_spec,
    .event-details #intro table.table.r2_event_spec tr,
    .event-details #intro table.table.r2_event_spec td,
    .event-details #intro table.table.r2_event_spec th {
        border-bottom: 1px solid #ddd;
        display: block;
        border-top: none;
        border-right: none;
        border-left: none;
    }

    .event-details #intro table.table.r2_event_spec tbody {
        border: none;
        display: flow;
    }

    .event-details #intro table.table.r2_event_spec td {
        vertical-align: top;
        padding-bottom: 18px;
        padding-left: 12px;
    }

    .event-details #intro table.table.r2_event_spec th {
        padding-left: 0px;
    }

    footer .payment_method {
        max-width: 300px;
        margin: auto;
        width: 90%;
        background: url("../../app-assets/images/payment_method.png?a") no-repeat;
        background-size: contain;
    }

    .container.footer-bottom {
        text-align: center;
    }

    footer .footer-payment {
        text-align: center;
    }

    footer .footer-payment .footer-logo {
        background-position: center center;
        width: 100%;
        margin: 5px auto 30px;
    }

    footer .footer-nav ul li {
        width: 49%;
        display: inline-table;
    }

    footer .footer-nav {
        text-align: center;
    }

    footer .footer-connect {
        text-align: center;
    }

    footer .footer-connect img {
        margin: auto;
    }

    .nav #signup_btn {
        padding: 12px 15px;
    }

    .nav #login_btn {
        padding: 12px 15px;
    }

    .diagonal {
        transform: rotate(-2deg);
    }

    .bg_box {
        padding: 8px 8px;
    }

    .event-details .container {
        padding-left: 6px !important;
        padding-right: 6px !important;
        margin-top: -2px !important;
    }

    .event-type-box {
        height: 300px;
    }

    #statistics .icon-stat.img-fluid {
        width: 30px;
    }

    .post-thumbnail {
        width: 100%;
        height: 350px;
    }

    #profile_head .setting-icon {
        display: none;
    }

    .avatar_img .pull-right {
        right: -22px;
        position: absolute;
    }

    #profile_avatar .square {
        max-width: 110px;
    }

    #profile_head {
        margin-top: 72px;
        height: 120px;
        margin-left: 0px !important;
    }

    #profile_avatar.m-top-8 {
        margin-top: -60px;
        text-align: center;
    }

    a.nav-link.nav-menu-main.menu-toggle.hidden-xs {
        display: block !important;
    }

    section#left-menu {
        display: none;
    }

    .big_title {
        padding: 0 15px;
    }

    #right-col {
        padding: 0px;
    }

    #left-col {
        padding: 0px !important;
    }

    .row {
        margin-right: -7px !important;
        margin-left: -7px !important;
    }

    .action-list {
        display: inline-flex;
        white-space: nowrap !important;
        overflow: auto;
        flex-wrap: nowrap;
    }

    .action-box {
        display: inline-flex;
        white-space: nowrap;
    }

    .profile_image img {
        margin: 0px auto 15px auto;
        display: block;
    }

    .navbar-brand .brand-logo {
        background: url(../../app-assets/images/logo/logo_white.svg) no-repeat;
        height: 32px;
        width: 53px;
        margin-top: 6px;
        background-size: contain;
    }
}

@media print {
    .no_print {
        display: none;
    }
}

@media (max-width: 767px) {
    .home h1.font-large-2.text-bold-700 {
        font-size: 1.2rem !important;
    }

    .slider1-container h1 {
        font-size: 2.2rem;
        width: fit-content;
        background: #aed8d6d1;
        padding: 3px;
    }

    .slider1-container h3 {
        font-size: 1.1rem;
        background: #aed8d6d1;
        width: fit-content;
        padding: 5px;
    }

    .slider1-container {
        margin-top: 330px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    .slider1-container h1 {
        font-size: 1.6rem;
        font-weight: 800;
        margin-bottom: 0px;
        width: fit-content;
        background: #e2f5f4d1;
        padding: 3px;
        margin: auto;
    }

    .slider1-container h3 {
        font-size: 1rem;
        background: #e2f5f4d1;
        width: fit-content;
        padding: 5px;
        margin: auto;
    }

    .slider1-container .btn {
        padding: 1rem 2rem;
        font-size: 1rem;
        line-height: 1;
        border-radius: 0.4285rem;
        margin-top: 10px;
    }

    .carousel-item {
        height: 500px !important;
    }

    #slider {
        padding-top: 40px;
    }

    .carousel-item .img-fluid.slider-img {
        height: 500px !important;
        background-size: cover;
        background-position: 50% 50%;
    }

    .slider-img {
        background-position: 100% 90% !important;
    }

    #slider .container {
        padding: 0px !important;
        margin: 0px !important;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 100%;
    }


}

@media (max-width: 576px) {
    .modal {
        padding-right: 0;
        padding-left: 0;
    }

    .font-small-1 {
        line-height: 0.8rem;
    }

    body:lang(zh-hant),
    body:lang(zh-hant) .header-navbar,
    body:lang(zh-hant) .navigation,
    body:lang(zh-hant) .breadcrumb {
        font-size: 1rem !important;
    }

    body:lang(en),
    body:lang(en) .header-navbar,
    body:lang(en) .navigation,
    body:lang(en) .breadcrumb {
        font-size: 0.9rem !important;
    }

    .workout_filter_buttons .btn {
        font-size: 0.8rem !important;
    }



    body:lang(en) .action-box {
        white-space: initial;
    }

    body:lang(en) .action-box .action-link {
        line-height: 0.8rem !important;
    }

    body:lang(en) .action-box .action-icon {
        margin-bottom: 3px !important;
    }

    .swal2-content {
        font-size: 0.9rem !important;
    }

    .swal2-title {
        font-size: 1.5rem !important;
    }

}

@media (min-width: 992px) {
    .container {
        max-width: 1280px;
        padding-top: 6px;
    }
}

@media (max-width: 550px) {
    #post_top .post-thumbnail {
        height: 250px;
    }

    .post-thumbnail-s {
        width: 100%;
        height: 100px;
    }

    .post-thumbnail {
        width: 100%;
        height: 250px;
    }

    .carousel-item {
        height: 500px !important;
    }

    .slider-img {
        background-position: 90% 90% !important;
    }

    .carousel-item .img-fluid.slider-img {
        height: 500px !important;
        background-size: cover;
        background-position: 50% 50%;
    }
}


/* add by Julia */

.row {
    margin-right: -6px;
    margin-left: -6px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    padding-right: 6px;
    padding-left: 6px;
}


/* dropzone - single image style */

.dz_init,
.dz_template {
    display: none;
}

.dropzone.single_image {
    min-height: 280px;
    margin: 0px auto;
    border: 1px dashed #D9D9D9;
    background: #F8F8F8;
    border-radius: 0px;
    padding: 1rem;
    cursor: pointer;
    position: relative;
}

.dropzone.single_image .dz-message:before {
    content: '\f093';
    font-family: 'FontAwesome';
    font-size: 40px;
    top: 40px;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    color: #309bd4;
}

.dropzone.single_image .dz-message {
    text-align: center;
    font-size: 24px;
    top: 0px;
    color: #444444;
    padding: 1.25rem;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
}

.dropzone.single_image.dz-started .dz-message {
    opacity: 0;
    display: none;
}

.dropzone.single_image .upload_container {
    display: table-cell;
    width: 100%;
    height: 200px;
    padding-top: 50px;
    line-height: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.dropzone.single_image .upload_container div {
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px;
}

.dropzone.single_image .upload_container div.remarks {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
}

.dropzone.single_image .upload_container img.icon_upload {
    width: 86px;
    height: 86px;
}

.dropzone.single_image .dz-image img {
    width: 100%;
    height: auto;
    max-width: inherit;
}

.dropzone.single_image .dz-image video {
    width: 100% !important;
    height: auto !important;
    max-width: inherit;
    max-height: 514px;
    display: inherit;
    z-index: 50;
    margin: 0px auto;
}

.dropzone.single_image .dz-preview {
    position: relative;
    height: 100%;
}

.dropzone.single_image .dz-preview.dz-success:hover .dz-remove {
    opacity: 0.5;
}

.dropzone.single_image .dz-preview .dz-progress {
    opacity: 1;
    text-indent: -9999px;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 200px;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}


/*.dropzone.single_image .dz-preview .dz-progress .dz-loading { opacity:1; text-indent:0; position:absolute; width:100%; height:100%; min-height:200px; top:50%; margin-top:-30px; left:0px; background-color:rgba(0,0,0, 0.5); }*/

.dropzone.single_image .dz-preview.dz-success .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone.single_image .dz-preview .dz-upload-info {
    opacity: 0;
}

.dropzone.single_image .dz-preview.dz-image-preview .dz-upload-info {
    opacity: 1;
    display: block;
    width: 70%;
    height: 60px;
    margin: -30px auto;
    top: 50%;
    position: absolute;
    left: 15%;
}

.dropzone.single_image .dz-preview.dz-file-preview .dz-upload-info {
    opacity: 1;
    display: block;
    width: 70%;
    height: 60px;
    margin: -30px auto;
    top: 50%;
    position: absolute;
    left: 15%;
}

.dropzone.single_image .dz-preview .dz-image {
    opacity: 0;
}

.dropzone.single_image .dz-preview.dz-success .dz-image {
    opacity: 1;
}

.dropzone.single_image .dz-upload {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    height: 20px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.dropzone.single_image .dz-upload-bar {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 20px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    border-radius: 0px;
}

.dropzone.single_image .dz-upload-text {
    text-indent: 0px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #cccccc;
    font-size: 24px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.dropzone.single_image .dz-remove {
    opacity: 0;
    text-indent: -9999px;
    position: absolute;
    width: 60px;
    height: 60px;
    /*min-height:200px;*/
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.dropzone.single_image .dz-remove:before,
.dz-remove:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -4px;
    content: ' ';
    height: 50px;
    width: 8px;
    background-color: #ffffff;
    border-radius: 4px;
}

.dropzone.single_image .dz-remove:before {
    transform: rotate(45deg);
}

.dropzone.single_image .dz-remove:after {
    transform: rotate(-45deg);
}

.dropzone.single_image .dropzone-choose {
    width: 100%;
    height: 100%;
}


/* activity block */

ul#activity-stream {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

ul#activity-stream li {
    list-style: none;
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
}

ul#activity-stream li:last-child {
    border-bottom: none !important;
}

ul#activity-stream li .activity-avatar {
    float: left;
    width: 70px;
}

ul#activity-stream li .activity-content {
    float: left;
}

ul#activity-stream img.avatar {
    width: 45px;
    max-width: 100%;
    height: auto;
}

ul#activity-stream .activity-content span.time-since {
    display: block;
    font-size: 11px;
    line-height: 10px;
    color: #555;
}

ul#activity-stream .activity-inner .path {
    max-width: 380px;
}

ul#activity-stream .myroute {
    display: inline-block;
    width: 100%;
}

ul#activity-stream .myroute .path {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}

ul#activity-stream .myroute img {
    max-width: 100%;
    height: auto;
}

ul#activity-stream .r2-run-info {
    display: block;
    clear: both;
    padding: 10px 0px;
}

.btn-outline-primary.btn-sm:hover {
    background-color: #F60 !important;
}


/* data table */

.dataTables_wrapper {
    padding-bottom: 0px;
}

.dataTables_wrapper .dt-buttons {
    display: none;
}

.dataTables_wrapper .dataTables_filter {
    display: none;
}

table.dataTable {
    border: 1px solid #e5e6e7;
    clear: both;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    max-width: none !important;
    /*border-collapse: collapse!important;*/
}

table.dataTable th,
table.dataTable td {
    border-top: 1px solid #e5e6e7;
    border-bottom: 0px;
    padding: 1rem;
}

table.dataTable tfoot {
    display: none;
}

table.dataTable thead th {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
    padding-right: 20px;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    font-size: 12px;
    left: inherit;
    right: 10;
    top: 15px;
    bottom: inherit;
    opacity: 0.5;
    display: none;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    font-size: 12px;
    left: inherit;
    right: 10;
    top: 15px;
    bottom: inherit;
    opacity: 0.5;
    font-family: 'feather';
    content: '\e842';
}

table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-color: #dadada;
}

table.dataTable thead .sorting:hover:after,
table.dataTable thead .sorting_asc:hover:after,
table.dataTable thead .sorting_desc:hover:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0.7;
}

table.dataTable thead .sorting_asc:before {
    content: "\f883";
}

table.dataTable thead .sorting_desc:before {
    content: "";
}

table.dataTable thead .sorting_asc:after {
    content: "\f160" !important;
    font-family: "FontAwesome" !important;
    color: #1AAD19;
}

table.dataTable thead .sorting_desc:after {
    content: "\f161" !important;
    font-family: "FontAwesome" !important;
    color: #1AAD19;
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
    box-sizing: border-box;
}

table.dataTable tbody tr td.sorting_1 {
    background-color: #F8F8F8;
}

table.dataTable tbody tr:hover td.sorting_1 {
    background-color: #f5f5f5;
}

table.dataTable tbody tr.selected {
    background-color: #e9f7e9 !important;
    color: #222222 !important;
    box-shadow: 0 0 0px 0 #ffffff !important;
    border-radius: 0px !important;
}

table.dataTable tbody tr.selected td.sorting_1 {
    background-color: #ddf3dd;
}

table.dataTable tbody tr.selected:hover {
    background-color: #d1efd1 !important;
}

table.dataTable tbody tr.selected:hover td.sorting_1 {
    background-color: #d1efd1;
}

table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
    color: #41338c;
}

table.dataTable td.td_field {
    padding-top: 5px;
    padding-bottom: 5px;
}

table.dataTable tr.total {
    background-color: #f0f0f0;
    font-weight: bold;
}

.check_col {
    width: 24px;
}

.check_col .myCheck span.details_input {
    margin-right: 0px;
    margin-top: 4px;
}

.check_col .myRadio span.details_input {
    margin-right: 0px;
    margin-top: 4px;
}

th.action_col {
    position: relative;
}

th .myCheck {
    position: absolute;
    top: 5px;
    right: 6px;
}

.thumnail_col {
    width: 150px;
}

.action_col {
    white-space: nowrap;
    width: 50px;
}

.action_col .fa:before {
    font-size: 24px;
}

.action_col span[data-toggle="tooltip"] {
    display: inline-block;
}

.action_col span[data-toggle="tooltip"] a {
    display: inline-block;
}

.action_col a[data-toggle="tooltip"] {
    display: inline-block;
}

.multiple_function_row span[data-toggle="tooltip"] {
    display: inline-block;
}

.multiple_function_row span[data-toggle="tooltip"] a {
    display: inline-block;
}

.multiple_function_row a[data-toggle="tooltip"] {
    display: inline-block;
}

.fa-edit:before {
    vertical-align: inherit;
}

.fa-trash:before {
    vertical-align: text-bottom;
}

.table_bottom_btn {
    margin-top: 15px;
}

table.dataTable tbody th.ranking_col,
table.dataTable tbody td.ranking_col {
    padding-left: 22px;
}

table.dataTable tbody tr.my-rank {
    background-color: rgb(167 219 219 / 24%) !important;
}

table.dataTable tbody tr.my-rank a:hover {
    color: #fff;
}

table.dataTable tbody tr.my-rank td.sorting_1 {
    background-color: rgb(167 219 219 / 24%) !important;
}

table.dataTable tbody th.ranking_col,
table.dataTable tbody td.ranking_col {
    padding-left: 22px;
}


/* pagination */

.dataTables_wrapper .dataTables_paginate {
    width: 100%;
    margin: 0px;
    height: auto;
}

.pagination {
    margin: 0px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin-top: 1.5rem;
}

@media (max-width: 768px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin-top: 1.5rem;
        float: none;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.pagination .page-item.first~.page-item:nth-child(3) {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.pagination .page-item.previous~.page-item:nth-child(2) {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.pagination .page-item.first~.page-item:nth-child(3) .page-link {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.pagination .page-item.previous~.page-item:nth-child(2) .page-link {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
}

.pagination .page-item.previous~.page-item:nth-last-child(2) {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.pagination .page-item.first~.page-item:nth-last-child(3) {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.pagination .page-item.previous~.page-item:nth-last-child(2) .page-link {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.pagination .page-item.first~.page-item:nth-last-child(3) .page-link {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
}

.pagination .page-item:last-child:not(.next-item) .page-link {
    border-radius: 5rem;
}

.pagination .page-item:first-child:not(.prev-item) .page-link {
    border-radius: 5rem;
}

.pagination .page-item.first .page-link,
.pagination .page-item.previous .page-link {
    border-radius: 5rem;
    margin-right: 0.3571rem;
}

.pagination .page-item.next .page-link,
.pagination .page-item.last .page-link {
    border-radius: 5rem;
    margin-left: 0.3571rem;
}

.pagination .page-item.prev-item .page-link,
.pagination .page-item.next-item .page-link,
.pagination .page-item.first .page-link,
.pagination .page-item.last .page-link {
    color: inherit;
}

.pagination .page-item .page-link:hover {
    /*color: #41338c;*/
}


/*.pagination .page-item.disabled { display:none; }*/

.pagination .page-item.next a,
.pagination .page-item.last a {
    color: transparent !important;
    display: block;
    width: 36px;
    text-indent: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination .page-item.first a,
.pagination .page-item.previous a {
    color: transparent !important;
    display: block;
    width: 36px;
    text-indent: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pagination .page-item.first a:hover,
.pagination .page-item.previous a:hover,
.pagination .page-item.next a:hover,
.pagination .page-item.last a:hover {
    color: transparent !important;
}

.pagination>li.first>a:before,
.pagination>li.first>span:before {
    color: #0d1f36;
    content: "\e849";
    font-family: "feather";
    position: absolute;
    top: 10px;
    left: 10px;
}

.pagination>li.previous>a:before,
.pagination>li.previous>span:before {
    color: #0d1f36;
    content: "\e843";
    font-family: "feather";
    position: absolute;
    top: 10px;
    left: 10px;
}

.pagination>li.next>a:after,
.pagination>li.next>span:after,
.pagination .page-item.next .page-link:after {
    color: #0d1f36;
    content: "\e844";
    font-family: "feather";
    position: absolute;
    top: 10px;
    left: 10px;
}

.pagination>li.last>a:after,
.pagination>li.last>span:after,
.pagination .page-item.last .page-link:after {
    color: #0d1f36;
    content: "\e847";
    font-family: "feather";
    position: absolute;
    top: 10px;
    left: 10px;
}

.pagination>li.disabled>a:before,
.pagination>li.disabled>span:before,
.pagination>li.disabled>a:after,
.pagination>li.disabled>span:after {
    color: #cccccc !important;
}

.pagination .page-item:not(.prev-item) .page-link,
.pagination .page-item:not(.next-item) .page-link,
.pagination .page-item:not(.first) .page-link,
.pagination .page-item:not(.last) .page-link,
.pagination .page-item:not(.active) .page-link {
    font-size: 1rem;
}

.pagination .page-item.disabled .page-link a:after,
.pagination .page-item.disabled .page-link a:before {
    color: #cccccc;
}

.pagination .page-item.first.disabled .page-link a:after,
.pagination .page-item.first.disabled .page-link a:before {
    color: #cccccc;
}

.pagination .page-item.last.disabled .page-link a:after,
.pagination .page-item.last.disabled .page-link a:before {
    color: #cccccc;
}


/* no record handle */

table.dataTable p.no_record {
    padding: 20px 20px 30px 20px !important;
    margin: 0px;
}

div.no_record_template {
    display: none;
}

table.dataTable td.dataTables_empty {
    width: 100%;
}

table.dataTable.table-hover.empty tbody tr:hover {
    background-color: #ffffff;
}


/* fund select template */

table.fund_select_template {
    display: none;
}

#medal {
    background: url('../../app-assets/images/banner/medal4.jpeg') 50% 50%;
    background-size: cover;
}

#whitelabel {
    background: url('../../app-assets/images/banner/bg_customize.jpg?a') 50% 50%;
    background-size: cover;
}


/* left menu fixed */

#left-sticky-box.sticky-top {
    top: 70px !important;
    z-index: 800;
}

table.dataTable tbody td.r2_rank_no1 {
    background: url("../../app-assets/images/medal_1.png") 7px 0px no-repeat;
    background-size: 70px;
    color: transparent !important;
    padding: 0 !important;
    width: 80px;
    height: 80px;
    top: 0px;
    position: relative;
}

table.dataTable tbody td.r2_rank_no2 {
    background: url("../../app-assets/images/medal_2.png") 7px 0px no-repeat;
    background-size: 70px;
    color: transparent !important;
    padding: 0 !important;
    width: 80px;
    height: 80px;
    top: 0px;
    position: relative;
}

table.dataTable tbody td.r2_rank_no3 {
    background: url("../../app-assets/images/medal_3.png") 7px 0px no-repeat;
    background-size: 70px;
    color: transparent !important;
    padding: 0 !important;
    width: 80px;
    height: 80px;
    top: 0px;
    position: relative;
}

#donate_choice {
    margin-right: -4px;
    margin-left: -4px;
}

#donate_choice .form-group {
    padding-right: 4px;
    padding-left: 4px;
}

#donate_choice label {
    padding-left: 0rem;
    padding-right: 0.2rem;
    width: 100%;
    display: flex;
}

#donate_choice label input[type="radio"] {
    position: absolute;
    left: -9999px;
}

#donate_choice label span {
    height: 100%;
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    color: #333;
    background-color: #fff;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#donate_choice label span:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}

#donate_choice label input[type="radio"]:checked~span {
    color: #fff;
    background-color: #231761;
    border-color: #231761;
}

#donate_choice label .input-group-prepend span {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


/* Julia: event-menu css */

.event-menu {
    padding-top: 8px !important;
    padding-left: 35px;
    padding-right: 35px;
    overflow: hidden;
}

.event-menu .event-left-arrow,
.event-menu .event-right-arrow {
    font-size: 24px;
    text-align: center;
    position: absolute;
    top: 0px;
    background-color: #ffffff;
    width: 35px;
    height: 100%;
    padding-top: 20px;
    z-index: 100;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    cursor: default;
}

.event-menu .event-left-arrow i,
.event-menu .event-right-arrow i {
    opacity: 0.2;
}

.event-menu .event-left-arrow.enabled,
.event-menu .event-right-arrow.enabled {
    cursor: pointer;
}

.event-menu .event-left-arrow.enabled i,
.event-menu .event-right-arrow.enabled i {
    opacity: 1;
}

.event-menu .event-left-arrow.enabled:hover,
.event-menu .event-right-arrow.enabled:hover {
    color: #7367F0;
}

.event-menu .event-left-arrow {
    left: 0px;
    border-right: 1px solid #eee;
    border-bottom-left-radius: 10px;
}

.event-menu .event-right-arrow {
    right: 0px;
    border-left: 1px solid #eee;
    border-bottom-right-radius: 10px;
}

.event-menu .action-list {
    overflow: initial;
    position: relative;
    left: 0;
    margin-left: 0px !important;
    margin-right: 0px !important;
    display: inline-flex;
    white-space: nowrap !important;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.event-menu .action-icon.icon-upload:before {
    content: none;
}


/* fix */

@media (max-width: 767.98px) {
    body.my-event .event-menu {
        position: fixed;
        z-index: 500;
        left: 0px;
        top: 63px;
        margin-top: 0px !important;
        background-color: #fff;
        border-bottom: 1px solid #eee;
    }

    body.my-event #right-col {
        margin-top: 140px;
    }
}


/* Julia event page menu css */

.event-info-page-menu {
    display: flex;
    width: 100%;
    position: sticky;
    position: -webkit-sticky;
    z-index: 500;
    left: 0;
    top: 60px;
    margin-top: 0 !important;
    background-color: #fff;
    justify-content: space-between;
    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
}

.event-info-page-menu .fixed-button {
    font-size: 16px;
    font-weight: bold;
    background-color: #ff9752;
    color: #ffffff;
    padding: 6px 15px 8px 15px;
    white-space: nowrap !important;
    border-left: 1px solid #eee;
}

.event-info-page-menu .event-menu {
    position: relative;
    float: left;
    left: 0px;
    width: inherit;
    padding: 0px 35px !important;
    color: #231861;
    border-bottom: 1px solid #eee;
}

.event-info-page-menu .event-menu .event-left-arrow,
.event-info-page-menu .event-menu .event-right-arrow {
    padding-top: 3px;
    border-radius: 0px;
}

.event-info-page-menu .event-menu .action-list {
    display: table;
    padding: 0px;
}

.event-info-page-menu .event-menu .action-list div {
    display: table-cell;
    text-align: center;
    height: 100%;
    padding: 6px 15px 8px 15px;
}

.event-info-page-menu .event-menu .action-list div:hover {
    color: #7367F0;
}

.event-info-page-menu .event-menu .action-list div.event-title {
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid #eee;
}

.event-info-page-menu .event-menu .action-list div.highlight {
    background-color: #ff9752;
    color: #ffffff;
}

.event-info-page-menu .event-menu .action-list div.highlight:hover {
    color: #ffffff;
}

.event-info-page-menu .event-menu .action-list div.event-title:first-child {
    border-left: 0px solid #eee;
}

.event-info-page-menu .event-menu .action-list div a {
    padding-bottom: 5px;
}

.event-info-page-menu .event-menu .action-list div.active {
    border-bottom: 2px solid #231761;
}

@media (max-width: 1183px) {
    .event-info-page-menu {
        top: 63px;
    }
}

@media (max-width: 991.98px) {
    .event-info-page-menu {
        position: fixed;
    }
}


/* adjust style in json form */

div[id*='-elt-counter-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}

.help-block ul[role="alert"] li {
    padding-bottom: 0px !important;
    color: #EA5455 !important;
}

.help-block ul[role="alert"] li:before {
    display: none !important;
}


/* 20211015 add fundraiser page */

.fundraiser {
    cursor: pointer;
}

.fundraiser:hover {
    transform: translatey(-5px);
    transition: 0.3s;
    box-shadow: 0 0 20px rgb(149 186 195 / 20%) !important;
}


/* workout */

.workout_filter_buttons .btn {
    padding: 5px;
}

.workout_filter_buttons .btn-dark {
    border: 1px solid transparent;
}

.workout_filter_buttons .btn-dark .workout_button {
    width: auto;
    height: 23px;
    filter: invert(100%) sepia(98%) saturate(5%) hue-rotate(41deg) brightness(107%) contrast(100%);
}

.workout_filter_buttons .btn-outline-dark .workout_button {
    width: auto;
    height: 23px;
    filter: invert(8%) sepia(53%) saturate(7426%) hue-rotate(252deg) brightness(70%) contrast(95%);
}

.workout_filter_buttons .btn-outline-dark:active .workout_button {
    filter: invert(100%) sepia(98%) saturate(5%) hue-rotate(41deg) brightness(107%) contrast(100%);
}

.workout_filter_buttons .btn-outline-dark:hover .workout_button {
    filter: invert(100%) sepia(98%) saturate(5%) hue-rotate(41deg) brightness(107%) contrast(100%);
}

.workout_table {
    color: #8076c9;
    line-height: 22px;
}

.workout_table tr {
    cursor: pointer;
}

.workout_table .value {
    font-size: 1.3rem;
    line-height: 1.3px;
    color: #271e61;
    font-weight: bold;
}

.workout_table img.workout_type {
    height: 48px;
    width: auto;
    filter: invert(46%) sepia(15%) saturate(2152%) hue-rotate(208deg) brightness(92%) contrast(90%);
}

.workout_table img.workout_thumbnail {
    height: 52px;
    width: auto;
    border-radius: 10px;
}

.workout_table .icon-chevron-right {
    font-size: 30px;
    font-weight: bold;
}

.workout_table .workout_month td {
    padding-top: 8px;
    padding-bottom: 8px;
}

@media (max-width:767.9px) {
    .workout_table {
        line-height: 18px;
        font-size: 14px;
    }

    .workout_table td {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .workout_table .value {
        font-size: 20px;
        line-height: 22px;
    }

    .workout_table img.workout_type {
        height: 50px;
    }

    .workout_table img.workout_thumbnail {
        height: 50px;
        border-radius: 8px;
    }

    .workout_table .icon-chevron-right {
        font-size: 26px;
    }

    #medal {
        background-color: #f6f9fd !important;
        background: none;
    }
}

@media (max-width:480px) {
    .workout_table {
        line-height: 12px;
        font-size: 10px;
    }

    .workout_table td {
        padding: 10px 4px;
    }

    .workout_table .value {
        font-size: 14px;
        line-height: 18px;
    }

    .workout_table img.workout_type {
        height: 36px;
    }

    .workout_table img.workout_thumbnail {
        height: 36px;
        border-radius: 8px;
    }

    .workout_table .icon-chevron-right {
        font-size: 18px;
    }
}


/* map style */

.leaflet-map {
    height: 400px;
    max-height: 100vh;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.elevation-div {
    height: 200px;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.elevation-control .tooltip {
    position: inherit;
    z-index: inherit;
    display: inherit;
    margin: inherit;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-align: inherit;
    text-align: inherit;
    text-decoration: inherit;
    text-shadow: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    word-break: inherit;
    word-spacing: inherit;
    white-space: inherit;
    line-break: inherit;
    font-size: inherit;
    word-wrap: inherit;
    opacity: 1;
}

.elevation-control.elevation .background {
    background-color: #ffffff;
}

.custom-theme.height-focus.circle-lower {
    fill: #71b61c;
    stroke: #ffffff;
    stroke-width: 2px;
    r: 7;
}

.custom-theme.elevation-polyline {
    stroke: #F00;
    stroke-opacity: 1;
    stroke-width: 2;
}

.custom-theme.elevation-polyline-segments {
    stroke: #FF0;
    stroke-width: 2;
    stroke-dasharray: 4;
}

.custom-theme.elevation-control.elevation .area {
    background: linear-gradient(#e66465, #9198e5);
    fill: rgba(128, 118, 201, 0.2);
    stroke: #8076c9 !important;
    stroke-width: 1;
}

.custom-theme.elevation-control.elevation .area path {
    stroke: #8076c9 !important;
}

.elevation-control.elevation .axis line,
.elevation-control.elevation .axis path {
    stroke: #8076c9;
}


/*.elevation-control.elevation .axis .x.axis { display:none; }*/

.elevation-control.elevation .axis .y.axis {
    position: absolute;
    left: 20px;
}

.elevation-control.elevation .axis .y.axis path {
    display: none;
}

.elevation-control.elevation .axis .y.axis .tick line {
    display: none;
}

.elevation-control.elevation .grid .x.grid.bottom {
    display: none;
}

.elevation-control.elevation .grid .y.grid.left .tick line {
    stroke: rgba(128, 118, 201, 0.4);
    stroke-width: 1px;
    shape-rendering: crispEdges;
    stroke-dasharray: 5;
}

.elevation-control.elevation .legend {
    display: none;
}

.leaflet-top.leaflet-right {
    display: none;
}

.leaflet-bottom.leaflet-left {
    display: none;
}

.leaflet-bottom.leaflet-right .leaflet-control-search {
    display: none;
}

.leaflet-bottom.leaflet-right .leaflet-control-locate {
    display: none;
}

.leaflet-bottom.leaflet-right .leaflet-pegman {
    display: none;
}

.leaflet-bottom.leaflet-right .leaflet-control-rotate {
    display: none;
}

.leaflet-bottom.leaflet-right .leaflet-control-attribution.leaflet-edit-osm {
    display: none;
}

.leaflet-control-layers-inline .leaflet-control-layers-base label:nth-child(2) {
    display: none;
}

.leaflet-control-layers-inline .leaflet-control-layers-base label:nth-child(3) {
    border-right: 2px solid rgba(0, 0, 0, .2);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.leaflet-control-layers-inline .leaflet-control-layers-base label:last-of-type {
    display: none;
}

.leaflet-control-layers-base label:last-child {
    display: none;
}

.data-summary {
    margin-bottom: 20px;
}

.data-summary .summaryvalue {
    font-family: 'Noto Sans HK', "microsoft jhenghei", "SF Pro Text", "SF Pro Icons", "PingFang HK", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    font-size: 30px;
    color: #271e61;
    font-weight: bold;
    display: block;
    width: 100%;
    line-height: 30px;
}

.data-summary .summarylabel {
    color: #8076c9;
    font-size: 0.8rem;
}

.data-summary .save_time .summaryvalue {
    font-size: 22px;
    color: #8076c9;
}

.data-summary .summaryvalue {
    font-size: 1.8rem;
}

.data-summary .record_type {
    max-height: 50px;
    margin-top: 15px;
    width: auto;
}

.elevation_title {
    font-size: 28px;
    color: #271e61;
    font-weight: bold;
}

#user_profile_head #user-bg {
    min-height: 200px;
}

#right-col .my_event #user_info {
    margin-top: -120px;
}

#map_thumbnail img {
    width: 100%;
    height: auto;
}

.leaflet-gesture-handling.hide:after {
    opacity: 0 !important;
    transition: opacity 0s ease-in-out !important;
}


/* 20221014 dropzone multiple images style */

.dropzone.multiple_images .dz-preview {
    width: 20%;
    height: 80px;
    float: left;
    border: 2px solid #ffffff;
}

@media (max-width:480px) {
    .dropzone.multiple_images .dz-preview {
        width: 25%;
    }
}

.dropzone.multiple_images .dz-preview img {
    width: 100%;
    height: auto;
    flex-shrink: cover;
}

.dropzone.multiple_images {
    min-height: 250px;
    margin: 0px auto;
    border: 1px dashed #D9D9D9;
    background: #F8F8F8;
    border-radius: 0px;
    padding: 1rem;
    cursor: pointer;
    position: relative;
}

.dropzone.multiple_images .dz-message:before {
    content: '\f093';
    font-family: 'FontAwesome';
    font-size: 40px;
    top: 40px;
    width: 80px;
    height: 80px;
    left: 50%;
    margin-left: -40px;
    color: #231861;
}

.dropzone.multiple_images .dz-message {
    text-align: center;
    font-size: 24px;
    top: 15%;
    color: #444444;
    padding: 1.25rem;
}

.dropzone.multiple_images.dz-started .dz-message {
    opacity: 0;
    display: none;
}

.dropzone.multiple_images .upload_container {
    display: table-cell;
    width: 100%;
    height: 200px;
    padding-top: 50px;
    line-height: 20px;
    font-weight: bold;
    vertical-align: middle;
}

.dropzone.multiple_images .upload_container div {
    font-size: 24px;
    line-height: 30px;
    padding-top: 20px;
}

.dropzone.multiple_images .upload_container div.remarks {
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
    padding-top: 10px;
}

.dropzone.multiple_images .upload_container img.icon_upload {
    width: 86px;
    height: 86px;
}

.dropzone.multiple_images .dz-image img {
    width: 100%;
    height: auto;
    max-width: inherit;
}

.dropzone.multiple_images .dz-image video {
    width: 100% !important;
    height: auto !important;
    max-width: inherit;
    max-height: 514px;
    display: inherit;
    z-index: 50;
    margin: 0px auto;
}

.dropzone.multiple_images .dz-preview {
    position: relative;
    height: auto;
}

.dropzone.multiple_images .dz-preview.dz-success:hover .dz-remove {
    opacity: 0.5;
}

.dropzone.multiple_images .dz-preview .dz-progress {
    opacity: 1;
    text-indent: -9999px;
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: inherit;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.dropzone.multiple_images .dz-preview.dz-success .dz-progress {
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in;
}

.dropzone.multiple_images .dz-preview .dz-upload-info {
    opacity: 0;
}

.dropzone.multiple_images .dz-preview.dz-image-preview .dz-upload-info {
    opacity: 1;
    display: block;
    width: 70%;
    height: 60px;
    margin: -30px auto;
    top: 50%;
    position: absolute;
    left: 15%;
}

.dropzone.multiple_images .dz-preview.dz-file-preview .dz-upload-info {
    opacity: 1;
    display: block;
    width: 70%;
    height: 60px;
    margin: -30px auto;
    top: 50%;
    position: absolute;
    left: 15%;
}

.dropzone.multiple_images .dz-preview .dz-image {
    opacity: 0;
}

.dropzone.multiple_images .dz-preview.dz-success .dz-image {
    opacity: 1;
}

.dropzone.multiple_images .dz-upload {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    height: 20px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    border-radius: 10px;
    overflow: hidden;
}

.dropzone.multiple_images .dz-upload-bar {
    display: block;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    height: 20px;
    bottom: 0px;
    position: absolute;
    left: 0px;
    border-radius: 0px;
}

.dropzone.multiple_images .dz-upload-text {
    text-indent: 0px;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #cccccc;
    font-size: 24px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.dropzone.multiple_images .dz-remove {
    opacity: 0;
    text-indent: -9999px;
    position: absolute;
    width: 100%;
    height: 100%;
    /*min-height:200px;*/
    top: 0px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.dropzone.multiple_images .dz-remove:before,
.dz-remove:after {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -4px;
    content: ' ';
    height: 50px;
    width: 8px;
    background-color: #ffffff;
    border-radius: 4px;
}

.dropzone.multiple_images .dz-remove:before {
    transform: rotate(45deg);
}

.dropzone.multiple_images .dz-remove:after {
    transform: rotate(-45deg);
}

.dropzone.multiple_images .dropzone-choose {
    width: 100%;
    height: 100%;
}

.dz_init_image,
.dz_template_image {
    display: none;
}

.dz_init_video,
.dz_template_video {
    display: none;
}

.dz_init_audio,
.dz_template_audio {
    display: none;
}

.dz_init_item,
.dz_template_item {
    display: none;
}

.event-menu {
    position: relative;
    height: 86px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.event-menu .action-list {
    max-width: 100%;
    display: inline-flex;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 140px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

.event-menu .action-list .action-box {
    height: min-content;
    margin: inherit;
}

.icon_checkpoint_count {
    background-image: url("../../app-assets/images/icons/icon_checkpoints.svg");
    height: 17px;
    width: 17px;
    display: block;
    background-size: contain;
    margin-right: 2px;
}

.icon_step_count {
    background-image: url("../../app-assets/images/icons/icon_step_count.svg");
    height: 17px;
    width: 17px;
    display: block;
    background-size: contain;
    margin-right: 2px;
}

.icon_distant {
    background-image: url("../../app-assets/images/icons/icon_distant.svg");
    height: 17px;
    width: 17px;
    display: block;
    background-size: contain;
    margin-right: 2px;
}

.icon_treasure_count {
    background-image: url("../../app-assets/images/icons/icon_treasure_count.svg");
    height: 17px;
    width: 17px;
    display: block;
    background-size: contain;
    margin-right: 2px;
}

.icon_exercise_count {
    background-image: url(../../app-assets/images/icons/icon_exercise2.svg);
    height: 17px;
    width: 17px;
    display: block;
    background-size: contain;
    margin-right: 2px;
}


.icon_reward_b {
    background-image: url(../../app-assets/images/icons/icon_reward_b.svg);
    height: 25px;
    width: 25px;
    display: block;
    background-size: contain;
    margin-right: 2px;
}

.icon_epoint {
    background-image: url(../../app-assets/images/icons/icon_epoint.svg);
    height: 25px;
    width: 25px;
    display: block;
    background-size: contain;
    margin-right: 2px;
}

.icon_mypoint {
    background-image: url(../../app-assets/images/icons/icon_mypoint.svg);
    height: 25px;
    width: 25px;
    display: block;
    background-size: contain;
    margin-right: 2px;
}

.large_mypoint {
    background-image: url(../../app-assets/images/icons/icon_mypoint.svg);
    height: 60px;
    width: 60px;
    display: block;
    background-size: contain;
    margin-right: 2px;
}


.game_point {
    background-image: url(../../app-assets/images/icons/icon_c_point.svg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.game_point_1 {
    background-image: url(../../app-assets/images/icons/icon_c_point_1.svg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.game_stopwatch {
    background-image: url(../../app-assets/images/icons/icon_game_stopwatch.svg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.game_point_no {
    background-image: url(../../app-assets/images/icons/icon_c_point_no.svg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.game_point_bluetooth {
    background-image: url(../../app-assets/images/icons/icon_c_point_bluetooth.svg);
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    height: 40px;
    width: 40px;
    display: inline-block;
}

.event_checkpoint {
    background-image: url(../../app-assets/images/icons/icon_checkpoints.svg);
    background-size: 82% 82%;
    background-position: center center;
    background-repeat: no-repeat;
}

.event_checkpoint_a {
    background-image: url(../../app-assets/images/icons/icon_checkpoint_a.svg);
    background-size: 82% 82%;
    background-position: center center;
    background-repeat: no-repeat;
}

.event_treasure {
    background-image: url(../../app-assets/images/icons/icon_treasure.svg);
    background-size: 82% 82%;
    background-position: center center;
    background-repeat: no-repeat;
}

.event_physical {
    background-image: url(../../app-assets/images/icons/icon_physical.svg);
    background-size: 82% 82%;
    background-position: center center;
    background-repeat: no-repeat;
}



.exercise_table,
.exercise_table tr,
.exercise_table td,
.exercise_table th {
    border: 1px solid #ddd;
}

.exercise_table th {
    font-weight: normal;
}

.exercise_table td.fixed-left,
.exercise_table th.fixed-left {
    position: sticky;
    left: 0px;
    background-color: #ffffff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.exercise_table td.fixed-right,
.exercise_table th.fixed-right {
    position: sticky;
    right: 0px;
    background-color: #ffffff !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.exercise_table tr.bg_table_dark {
    background-color: #231761 !important;
    color: #ffffff !important;
}

.exercise_table tr.bg_table_dark td.fixed-left,
.exercise_table tr.bg_table_dark th.fixed-left {
    background-color: #231761 !important;
    color: #ffffff !important;
}

.exercise_table tr.bg_table_dark th.fixed-left,
.exercise_table tr.bg_table_dark th.fixed-right {
    background-color: #231761 !important;
    color: #ffffff !important;
}

table.table.exercise_table.table-hover tr:hover {
    transform: none;
    background-color: #f6f9fd;
}

.icon-execrise-report {
    background-image: url(../../app-assets/images/icons/icon_ai_report.svg);
}

table.dataTable tbody tr td.r2_rank_no1 {
    height: 80px !important;
    min-width: 88px;
}

table.dataTable tbody tr td.r2_rank_no2 {
    height: 80px !important;
    min-width: 88px;
}

table.dataTable tbody tr td.r2_rank_no3 {
    height: 80px !important;
    min-width: 88px;
}

.crown {
    background-image: url(../../app-assets/images/icons/crown.svg);
    position: absolute;
    top: -12px;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 100;
}

.firstplace_box {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    ;
}

.big_avatar_1 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid orange;
    box-shadow: 0 0 15px orange;
}


.big_avatar_2 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid rgb(138, 137, 136);
}


.big_avatar_3 {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid rgb(155 53 30);
}

#ranking_speed_table td a {
    vertical-align: inherit;
}


.r2_ranking_3 {
    background: url(../../app-assets/images/medal_3.png) 0px 0 no-repeat;
    background-size: 40px;
    color: transparent !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    top: -6px;
    left: calc(50% - 20px);
    position: relative;
}

.r2_ranking_2 {
    background: url(../../app-assets/images/medal_2.png) 0px 0 no-repeat;
    background-size: 40px;
    color: transparent !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    top: -6px;
    left: calc(50% - 20px);
    position: relative;
}

.r2_ranking_1 {
    background: url(../../app-assets/images/medal_1.png) 0px 0 no-repeat;
    background-size: 40px;
    color: transparent !important;
    padding: 0 !important;
    width: 40px;
    height: 40px;
    top: -6px;
    left: calc(50% - 20px);
    position: relative;
}