:root {
    --color-primary: #f15a24;
    --color-secondary: #3a81e6;
    --color-tertiary: #a6d429;
    --color-warning: #ffc107;
    --text-bg-white: #6f7b8a;
    --text-bg-dark: #fff;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

body.modal-open {
    overflow: hidden;
    padding-right: 18.9884px !important;
}

.mobile-wrap
{
    display: none !important;
}

b,
strong {
    font-weight: bolder;
}

a {
    cursor: pointer;
}

a:hover {
    color: #F29600;
}

.form__error {
    color: red;
}

table.avg-width {
    table-layout: fixed;
}

p {
    line-height: 1.5rem;
}

.modal-open .wrap {
    filter: blur(5px);
}


button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.card-photo {
    max-width: 250px;
    height: auto;
    object-fit: cover;
    object-position: center;
}

.card-photo.preview-image {
    max-width: 50px;
}



.tag.tagtype2 {
    color: #fff;
    border: 1px solid green;
    background: green;
}

.tag.tagtype1 {
    color: #fff;
    border: 1px solid red;
    background: red;
}

select,
option {
    -webkit-appearance: none;
}

a[disabled] {
    color: #f1f1f1;
}

option:disabled {
    color: #ddd;
}

ul {
    list-style-type: none;
}

.info-list .info-item .content {
    width: 100%;
}

.info-list .info-item .content hr {
    margin: 12px 0px;
}

.choose-item .introduction {
    color: rgba(241, 90, 36, 1);
    font-size: 13px;
    margin-left: 28px;
}



.choose-item .introduction table {
    color: #6f7b8a;
}

.form-input-x .control-radio:not(:first-child) {
    margin-left: 20px;
}

em {
    font-style: italic;
}


.sponsor-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.sponsor-item {
    display: flex;
    align-content: stretch;
    flex-basis: 50%;
    flex-grow: 2;
}

.sponsor-item img {
    width: 150px;
    vertical-align: middle;
}

.state-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;

}

.state-wrap .state {
    padding: 10px;
    background: #fff;
    border-bottom-right-radius: 5px;
}

.index .top-item:before {
    background-image: none;
}

.no-img {
    background: #e5e9ec;
}

.no-img::before {
    content: attr(aria-label);
    font-size: 40px;
    position: absolute;

    color: #fff;
    top: 5;
    left: 10;
    width: 80%;
    overflow: hidden;
    height: 110%;
}

.col-c8-8 .no-img::before {
    font-size: 55px;
    top: -5;
    left: 5;
}

.img-s {
    display: block;
    width: 100%;
    height: 65px;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}

.header-event {
    height: 80px;
}

.sidebar-wrap>*+* {
    margin-top: 12px;
}

#competition-inner {
    display: flex;
    flex-direction: column;
}


#competition-inner .month-wrap {
    display: flex;
    flex-direction: column;
}

.mobile-result-list .comp-list {
    display: flex;
    flex-direction: column;
}

.mobile-result-list .complist_wrap {
    display: flex;
    flex-direction: column;
}

h2.page-title {
    color: #6f7b8a;
    letter-spacing: .1rem;
    font-size: 1.8rem;
    text-align: center;
    font-weight: bold;
    margin-bottom: 1rem;
}

h2.page-title::after {
    content: "\f10e";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    margin-left: 10px;
}


.event-item {
    position: relative;
    display: inline-block;
    font-size: .8125em;
    color: #141823;
    background-color: #eaecf1;
    padding: 4px 6px;
    margin: 3px;
    border-radius: 3px;
}

.data-link a {
    white-space: nowrap;
}

.data-link .avatar {
    border-radius: 0;
    margin-right: 10px;
    border-radius: 3px;
}

.page-content {
    margin: 0 auto;
    text-align: left;
}

.page-content strong,
.fr-wrapper strong {
    font-weight: 800;
}

.page-content p,
.fr-wrapper p {
    margin: 0.5em 0em;
    text-align: left;
}

.page-content h2,
.fr-wrapper h2 {
    color: rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
    letter-spacing: .1rem;
}

.page-content h3,
.fr-wrapper h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
}

.page-content h4,
.fr-wrapper h4 {
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 8px;
}


table.table_bluegray {
    width: 100%;
    border: 1px solid #cfcfcf;
    border-collapse: initial;
    overflow: hidden;
    margin-bottom: 14px;
    border-collapse: collapse;
    border-spacing: 0;
}

table.table_bluegray th {
    background: rgb(0, 0, 0);
    display: none;
    color: #fff;
    border: 1px solid #dee2e6;
    padding: 10px;
    empty-cells: show;
    letter-spacing: .1em;
    text-transform: uppercase;

}


.fr-header {
    background: #6B6A6F;
    color: #fff;
    border: 1px solid #dee2e6;
    padding: 10px;
    empty-cells: show;
    letter-spacing: .1em;
    text-transform: uppercase;

}

table.table_bluegray th,
table.table_bluegray td,
.fr-header {
    padding: .625em;
    text-align: center;
    word-spacing: .025em;
    letter-spacing: .025em;
}

table.table_bluegray tbody {
    border-bottom: 3px solid #dee2e6;
}



table.table_bluegray th,
table.table_bluegray td {
    border: 1px solid #dee2e6;
    padding: 10px;
    empty-cells: show;
    vertical-align: middle;
}


table.table_bluegray td,
table.table_bluegray th {
    display: table-cell;
}

table.table_bluegray th a {
    color: #f68236;
}

table.table_bluegray p {
    margin: 0;
    text-align: inherit;
}

.page-content table.tal p {
    margin: 0;
    text-align: left;
}

table.table_bluegray tbody tr:nth-child(2n+1) {
    background: #f4f4f4;
}

table.table_bluegray td+td {
    border-left: 1px solid #cfcfcf;
}


.table_bluegray .fr-header a {
    color: aquamarine !important;
}

.partner .partner-list {
    width: auto;
}

.filter-wrap {
    margin: 0 !important;
    margin-bottom: 10px !important;
}

.swiper-container {
    height: fit-content;
}

.partner {
    padding: 15px 0 20px;
    background: #f7f7f7;
}

.partner .nake-title {
    margin-bottom: 0px;
    font-size: 22px;
    color: #6f7b8a;
    font-weight: 500;
}

.news-promo .nake-title {
    text-align: left;
}



.partner .partner-list .partner-item {
    margin-right: 70px;
}

.stack-list .stack-row-item.is-acted .list-title {
    color: rgba(241, 90, 36, 1) !important;
}

.color-wrapper {
    flex-direction: column;
    display: flex;
}

.color-wrapper div {
    text-align: center;
    border-radius: 3px;
}

.color-wrapper .state-default {
    padding: 8px 0px;
    margin-bottom: 6px;
    display: flex;
    width: 100%;
    justify-content: center;
}

#eventclock {
    width: 100%;
    position: relative;
    margin: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 2px;
}

.sidebar-column>*+* {
    margin-top: 12px;
}

.countdown-box-number {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex: 0 1 calc((100% - (8px * 2)) / 4);
    box-sizing: border-box;
}

.countdown-box-number .number {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    font-size: 1em;
    height: 60px;
    font-weight: 500;
    color: #6f7b8a;
    width: 100%;
    padding: 13px 0 0 0;
}

.countdown-box-number .text {
    color: black;
    font-size: .8em;
    margin-top: -1.7em;
    color: #6f7b8a;
}

.comp-intro .comp-title {
    padding-right: 100px;
    color: #4c4948;
    font-weight: 700;
}

.comp-intro {
    line-height: 1.6;
}

.state-warning {
    color: #fff;
    background: #fc6076;
    background-image: linear-gradient(-20deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 300% 300%;
    font-weight: bold;
    -webkit-animation: gradientBG 10s ease infinite;
    animation: gradientBG 10s ease infinite;
    padding: 10px 0 10px 0 !important;
}

@-webkit-keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.state-stop {
    color: #fff;
    background: #f68236;
}

.state-default {
    color: #6f7b8a;
    background: #fff;
    margin-bottom: -6px;
}

table.table_bluegray th p {
    text-align: center;
}

.comp-groups .groups.is-acted .groups-detail {
    height: fit-content;
}

.comp-groups h2.nake-title {
    font-weight: 500;
    text-align: left;
}

.news-date {
    float: right;
}


.page-content table.table_bluegray,
.page-content>iframe,
.page-content span.fr-video>iframe,
.page-content img.fullwidth {
    margin-left: -20px !important;
    margin-right: -20px !important;
    width: calc(100% + 40px) !important;

}

.option-detail table.table_bluegray {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: calc(100% + 20px) !important;

}

.fixed-row .col-inner .page-content table.table_bluegray {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: calc(100% + 20px) !important;

}

.competition-func {
    flex: 0 0 100px;
}

.signature-wrap {
    color: rgba(241, 90, 36, 1);
    font-weight: 600;
    background-color: lightgrey;
    padding: 15px;
    margin: 0 5px 10px 5px;
    height: auto;
}

.signature {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    border: 2px dotted rgb(242, 150, 0);
}

.page-content table.table_bluegray,
.page-content img.fullwidth {
    height: auto;
}

img.inlineimg {
    display: inline;
}

.footer-fixed-bar .footer-fixed-item {
    display: list-item;
}


.event-form .form-item>*+* {
    margin-left: 10px;
}

.input-search-wrap {
    position: relative;
}



.event-form .item--s {
    width: 200px;
}

.captcha a {
    position: relative;
    vertical-align: top;
    display: inline-block;
}

.captcha img {
    vertical-align: top;
}

.captcha i {
    margin-left: 5px;
}

.img-modal .close {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.4);
    border-radius: .3rem;
}


.modal-dialog {
    pointer-events: auto;
}


.modal-footer {
    border-top: none;
    flex-wrap: nowrap;
}

.modal-header {
    font-weight: bold;
    padding: 0.8rem;
    display: block;
}

.modal-btn>* {
    margin: .25rem;
}


.form-inner .info-title {
    margin-top: 0;
    text-align: right;
    padding: 5px;
    font-size: 14px;
    flex: 0 0 150px;
}

.form-inner .custom_form_item .info-title {
    flex: 1;
    text-align: start;
}

.form-inner .info-title q {
    color: #6f7b8a;
    display: block;
    font-size: 12px;
}

.must-icon {
    margin: 5px;
}

.error-msg,
.text--warning {
    font-size: 12px;
    font-size: .75rem;
    color: #ef5350;
    margin-top: 5px;
}

.form-inner .info-content {
    flex-direction: column;
    align-items: flex-start;
}

.form-inner .info-content .form-input-x {
    flex-direction: row;
}

.form-inner .info-content>*+:not(.unit) {
    margin-left: 0px;
}

.info-content .info-subtitle:not(:last-child) {
    margin-bottom: 3px;
}

.info-content .info-subtitle:not(:first-child) {
    margin-top: 8px;
}

.btn-radio input:checked:after {
    background-color: rgba(241, 90, 36, 1)
}

.addr_content,
.twzipcode {
    width: 100%;
}

.form-inner .section-title {
    width: 100%;
    letter-spacing: 2px;
    color: #6f7b8a;
    font-size: 22px;
    font-size: 1.375rem;
    border-bottom: 1px solid #e5e9ec;
    font-weight: normal;
    margin-bottom: 30px;
}

.btn-y-p {
    color: #fff;
    background: #495b9d;
    border: #fff 5px;
    font-size: 20px;
    height: 40px;
    transition: font-size 1s;
    font-family: MStiffHeiHK;
    letter-spacing: 3px;
}

.btn-y-p:hover {
    color: #f2d120;
    background: #495b9d;
    border: #f2d120 5px;
    font-size: 33px;
}

.form-inner {
    padding: 0px;
}

.form-inner .sub-section {
    padding: 22px 25px;
}


.form-inner .sub-section:first-child {
    margin-top: 0px;
}

.section-title span {
    display: inline-block;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color-primary);
    margin-bottom: -1px;
}

.form-inner .choose-item {
    display: flex;
    align-items: flex-start;
    color: #6f7b8a;
    flex-direction: column;
    margin-top: 10px;
}

.form-inner .choose-item>div {
    margin-left: 29px;
}



.form-inner .info-item+.info-item {
    margin-top: 0px;
}

.form-inner .form_dynamic_block.parent_column .info-item {
    flex-direction: column;
}

.form-inner .form_dynamic_block.parent_column .info-title {
    flex: 1 !important;
}



.form-inner .form_dynamic_block {
    display: block;
    width: 100%;
    margin-top: 15px;
}


.highlight_string {
    color: rgba(241, 90, 36, 1);
    font-weight: 600;
}




.control-radio .highlight_string {
    margin-left: 10px;
}



.control-radio input[type=radio]:hover:before {
    background-color: #ddd;
}

.control-radio input[type=radio]:checked:hover:before {
    background-color: rgba(241, 90, 36, 1);
}

.control-checkbox input:disabled,
.control-radio input:disabled {
    border: 0.1px solid #f1f1f1;
}

.control-checkbox input:disabled+span,
.control-radio input:disabled+span {
    color: #999;
    text-decoration: line-through;
}



.form-inner .news-promo .card-list--naked .postMeta-img,
.form-inner .news-promo .addoption-dynamic-wrap .postMeta-img,
.addoption-dynamic-wrap .postMeta-img {
    padding-bottom: 60%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
}

.page-content .news-promo .card-list--naked .postMeta-img {
    padding-bottom: 60%;
    background-position: center;
}

.card-list--naked {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
}

.btnRepay,
.btnReopen,
.btn {
    cursor: pointer;
}

.wrap.index:not(.event-signup-form-wrap) .news-promo .card-list--naked {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.wrap.index:not(.event-signup-form-wrap) .news-promo .card-list--naked .card-item {
    width: auto;
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
}

.news-promo .card-item .card-title{
    padding: 5px;
}

.news-promo .card-item .info-content
{
    padding: 5px;
}

.rank-list .stack-column-item
{
    line-height: 1.6rem;
    padding: 5px;
}

/* 報名加購／動態區：與首頁 promo 卡片分離，表單區塊可全寬 */
.addoption-dynamic-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 10px;
}

.addoption-dynamic-wrap > .card-item {
    flex: 0 0 calc((100% - 30px) / 4);
    width: calc((100% - 30px) / 4);
    background: #fff;
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    box-sizing: border-box;
}

.addoption-dynamic-wrap > .extra_option:not(.card-item),
.addoption-dynamic-wrap > .extra_form_option:not(.card-item) {
    flex: 0 0 100%;
    width: 100%;
    box-sizing: border-box;
}

#option-block .news-promo .card-list--naked .card-title {
    font-size: 15px;
}

.option-detail table {
    position: relative;
}

.option-detail table img {
    width: 100%;
}

.route-item:not(:last-child) {
    margin-bottom: 10px;
}

.route-item {
    border: 1px solid #eaecf1;
}

.route-item .title {
    text-align: left;
    font-size: 20px;
}

.route-list .route-item {
    display: flex;
    width: calc(50% - 10px);
    margin-top: 0;
}

.route-list {
    display: flex;
}

.tab {
    display: none;
    background-color: #f3f3f3;
}

.form-func {
    background-color: #fff;
}

.only-form .form-func {
    background-color: #f3f3f3;
}

.form-addition {
    background: transparent;
}

.section-title {
    background-color: transparent;
}

.postMeta-feedSummery .record-data {
    display: flex;
    margin-top: 5px;
    margin-bottom: 10px;
}

.postMeta-feedSummery .record-data .record-item:not(:last-child) {
    border-right: 1px solid #eaecf1;
}

.postMeta-feedSummery .record-data .record-item {
    width: 100%;
    text-align: center;
}



.postMeta-feedSummery .record-data .title {
    font-size: 14px;
    color: #95989a;
    margin-bottom: 5px;
}

.index .news-promo .card-list--naked .card-title {
    text-align: left;
}

.index .news-promo .card-list--naked .postMeta-feedSummery {
    padding: 8px;
    min-height: auto;

}

.index .news-promo .card-list--naked .card-item[data-target='#optionModal'] .postMeta-feedSummery {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    height: -webkit-fill-available;
    height: 100%;
    max-height: 100px;
}

.record-data .num {
    width: 100%;
    line-height: .9;
    font-size: 24px;
    color: rgba(241, 90, 36, 1);
    margin: 0 5px;
}


.adm-search {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn--xs {
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    font-size: 14px;
    width: auto;
}

.adm-search input {
    text-align: right;
    border-radius: 0;
}

.adm-search .btn-minus {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: #ddd;
    border: #ddd;
    color: #fff;
}

.adm-search .btn-add {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: rgba(241, 90, 36, 1);
    color: #fff;
}



.total {
    color: #777;
    margin: 0 5px;
}

.total.price {
    line-height: 1;
    margin: 0;
    font-size: 24px;
    font-size: 1.5rem;
}


.info-price {
    text-align: right;
}

.card-item .postMeta-feedSummery:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.card-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
}

div[data-bs-toggle=modal],
a[data-bs-toggle=modal] {
    cursor: pointer;
}

/* 加購卡 hover 放大鏡：定位在圖片/標題區，勿相對整張卡（含下方選項欄位） */
.addoption-dynamic-wrap .card-item[data-bs-toggle="modal"],
.addoption-dynamic-wrap .card-item > [data-bs-toggle="modal"],
#dynamicitem .card-item[data-bs-toggle="modal"],
#dynamicitem .card-item > [data-bs-toggle="modal"] {
    position: relative;
    overflow: hidden;
}

div[data-bs-toggle=modal]:hover div.bg-overlay {
    opacity: 0.4;
}

div[data-bs-toggle=modal]:hover .card-overlay {
    opacity: 1;
}

.card-overlay .text {
    background-color: rgba(241, 90, 36, 1);
    color: white;
    font-size: 16px;
    padding: 16px 32px;
}


.fixed-row {
    max-width: 1220px;
    width: 100%;
    margin: 0px auto 5px;
    position: relative;
    font-size: 0;
}


.fixed-row .col-inner {
    background-color: #fff;
    padding: 10px;
    font-size: 15px;
    font-size: .937rem;
}

.fixed-row .col.col-c8 {
    width: calc(66.666% - 10px);
}

.fixed-row .col {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.pd-swiper {
    width: 400px;
    margin: 0 auto;
}

.pd-detail .swiper-preview {
    padding: 20px 85px 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.pd-swiper .swiper-slide {
    padding-bottom: 100%;
}


.img-cover {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.swiper-preview .preview-item.is-acted {
    border-color: #bbb;
}

.swiper-preview .preview-item {
    width: 60px;
    height: 60px;
    padding: 5px;
    border: 1px solid #e5e9ec;
    margin: 5px;
    border-radius: 2px;
}

.swiper-preview .preview-img {
    width: 100%;
    padding-bottom: 100%;
}

.swiper-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}


.fixed-row .col.col-c4 {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    width: calc(33.333% - 10px);
}

.pd-detail .pd-info.col-c4 {
    position: relative;
    top: 0;
    float: right;
}

.pd-info .pd-title {
    line-height: 1.3;
    margin: 10px 0;
    font-size: 22px;
    font-size: 1.375rem;
}

.pd-detail .detail-list {
    line-height: 1.5;
    list-style-type: square;
    font-size: 16px;
    font-size: 1rem;
    color: #6f7b8a;
    background-color: #f7f7f7;
    padding: 20px 20px 20px 40px;
    margin-bottom: 20px;
}

.pd-info .pd-price {
    color: rgba(241, 90, 36, 1);
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem;
}

.shipping-msg {
    margin: 10px 0;
    color: #39cb84;
}

.modal-btn .btn {
    width: auto;
}

.pd-info .price-ori {
    color: #bbb;
    margin-left: 10px;
    font-size: 14px;
    font-size: .875rem;
}

.price-unit {
    font-size: .5em;
    margin-right: 5px;
}



.optionModal .modal-footer {
    border-top: 1px solid #dee2e6;
}

.modal-choose .custom-item:not(:first-child) {
    margin-top: 5px;
}

.pd-detail .col-inner {
    border: 1px solid #dee2e6;
    position: relative;
    max-width: 100%;
}


.pd-info .option-memo {
    line-height: 1.5;
    font-size: 1rem;
    background-color: #f7f7f7;
    padding: 10px;
    margin-bottom: 20px;
}

.swiper-wrap .option-main-img {
    width: calc(100% + 20px);
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}

.form-inner table {
    border-collapse: collapse;
    width: auto;
}

.form-inner th,
.form-inner td {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.form-inner th {
    font-weight: 600;
}


.introduction {
    width: 90%;
}

.choose-item .title {
    font-weight: 700;
}

.choose-item .subtitle {
    margin-left: 8px;
}


.comp-list-page .comp-header {
    position: relative;
    padding: 10px 0;
}

.comp-item .comp-date {
    width: 55px;
}

.comp-item .comp-date {
    padding: 12px 0;
    text-align: center;
    color: #4c4948;
}

.comp-item .comp-content,
.comp-item .comp-date {
    display: inline-block;
    vertical-align: top;
}

.comp-item .title {
    padding-right: 40px;
    font-size: 1rem;
    color: #4c4948;
    line-height: 1.4;
    font-weight: 700;
}

.comma-list .comma-item {
    display: inline-block;
    vertical-align: middle;
}

.comp-item .search-info-list {
    margin-top: 5px;
}

.comp-item .info-list .info-item.location i {
    color: rgba(241, 90, 36, 1);
}

.comp-item .comp-content {
    padding: 15px;
    width: calc(100% - 55px);
    background-color: #fff;
}

.comp-item .info-list {
    overflow: hidden;
}

.comp-item .info-list .info-item {
    margin-top: 0px;
}

.header .g-nav .hot-query {
    line-height: 50px;
}

.form-inner .info-content .form-status.error,
.form-inner .info-section .form-status.error {
    left: 3px;
    background: red;
    padding: 3px 5px 3px 5px;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 0;
    margin-bottom: 2px;
    width: fit-content;
    position: relative;
}

.form-item .form-status.error {
    margin-left: 3px;
}

/* 驗證錯誤：欄位下方、紅底白字標籤（避免整塊粉紅與多層框線） */
.form-status.error.form-status-error--below,
label.form-status.error.form-status-error--below,
div.form-status.error.form-status-error--below {
    display: flex;
    clear: both;
    margin: 0 0 0 12px;
    margin-left: 0;
    padding: 4px 10px;
    width: fit-content;
    max-width: 100%;
    position: relative;
    left: 0;
    top: 0;
    background: #e53935;
    color: #fff;
    border: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    font-size: 14px;
    line-height: 1.45;
    font-weight: bold;
    box-shadow: none;
}

/* 欄位錯誤框：僅包住輸入區，紅框；錯誤訊息在框外下方 */
.field-error-box.has-field-error {
    border: 1px solid #e53935;
    border-radius: 4px;
    padding: 8px 10px;
    background-color: #fff;
    box-sizing: border-box;
}

.field-error-box.has-field-error+.form-status.error.form-status-error--below,
.field-error-box.has-field-error+label.form-status.error.form-status-error--below,
.field-error-box.has-field-error+div.form-status.error.form-status-error--below {
    margin-top: 0;
    margin-left: 6px;
}

/* 後台：外層容器不套用整塊粉紅底（框線由 field-error-box 負責） */
.adm-form .form-item>div.invalid,
.adm-form .form-input-x.invalid,
.adm-form .adm-control-list.invalid,
.adm-form label.invalid,
.adm-form .fr-box.invalid,
.adm-form .form-data-row.invalid {
    background-color: transparent !important;
    border: none !important;
}

.adm-form input.invalid[type="radio"],
.adm-form input.invalid[type="checkbox"] {
    background-color: transparent !important;
    border: none !important;
}

.adm-form input.invalid:not([type="radio"]):not([type="checkbox"]),
.adm-form select.invalid,
.adm-form textarea.invalid {
    background-color: #ffebeb !important;
    border: 1px solid #e53935 !important;
    box-shadow: none;
}

/* 已有外框時，內層輸入不再疊紅框 */
.adm-form .field-error-box.has-field-error input.invalid:not([type="radio"]):not([type="checkbox"]),
.adm-form .field-error-box.has-field-error select.invalid,
.adm-form .field-error-box.has-field-error textarea.invalid {
    background-color: #ffebeb !important;
    border-color: #d0d5dd !important;
}

a.btn--disable:not([href]) {
    color: #ccc;
}

.form-inner .info-section .form-status.error {
    top: -30px;
}

.form-inner .info-section .info-item .info-content .form-status.error {
    top: 0px !important;
}

.form-inner .reg_detail_block .form-status.error {
    top: 0px;
}

.form-inner .form_dynamic_block .form-status.error {
    top: 0;
}

.reg_detail_block {
    display: block;
}

.invalid {
    background-color: #ffdddd !important;
    border: 1px solid red !important;
}

.form-input-x.invalid {
    border-radius: 3px;
    padding: 5px 5px 0px 5px;
    width: fit-content;
}

.sub-section.invalid {
    border: none;
}

.sub-section.invalid .section-title {
    color: red;
    border-bottom: 1px solid red;
}

.form-inner .info-content .col-sub {
    flex-direction: column;
}

.adm-form .section-title {
    margin-bottom: 20px;
    border-bottom: 1px solid #eaecf1;
}

.adm-form .section-title:not(:first-child) {
    margin-top: 20px;
}

.adm-form .form-item-section {
    border: 1px solid #ddd;
    padding-top: 10px;

    margin-bottom: 10px;
    border-radius: 10px;
}

.adm-form .form-item-section .form-item-section-info {
    position: relative;
    bottom: 0;
    color: #888;
    font-weight: 600;
    margin-left: 8px;
    margin-bottom: 10px;
}

.adm-main--l .form-func {
    background: #f3f3f3;
}

.adm-form .form-item[class*="add-banner-"] {
    display: block;
}

.adm-form .form-item[class*="add-banner-"] .news-cover {
    display: block;
}

.adm-form .form-item[class*="add-banner-"] .ms-1 {
    margin-left: 0 !important;
    margin-top: 8px;
}

.add-banner-0 .news-cover {
    width: 480px;
    height: 100px;
    background-color: #e5e9ec;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}

.add-banner-1 .news-cover {
    width: 161px;
    height: 112px;
    background-color: #e5e9ec;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}


.add-banner-2 .news-cover {
    width: 120px;
    height: 120px;
    background-color: #e5e9ec;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}

.add-banner-3 .news-cover {
    width: 500px;
    height: 260px;
    background-color: #e5e9ec;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    object-position: center;
}

.fr-graybg .fr-element {
    background-color: #e5e9ec;
}

.adm-form .item-content {

    overflow: auto;
    padding: 1px;
}

.adm-table .td--center {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    width: 100%;
    text-align: center;
}

.adm-table .td--nowrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}


.fr-element .col-c8-8 {
    width: 100%;

    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 1px 1px rgba(0, 0, 0, .16);
}

.fr-element table.table_bluegray,
.fr-element iframe,
.fr-element img.fullwidth {
    margin: 0;
    width: 100%;
    height: auto;
}

.btn-radio-box .control-radio:not(:last-child) {
    margin-right: 5px;
}

.competition-link {
    width: 100%;
}

.adm-table .td-btn-wrap {
    width: auto;
}

.control-radio input.adm-input {
    height: 35px;
    padding: 8px;
}

.adm-table .td--date {
    word-wrap: break-word;
    word-break: normal;
}

.competition-edit .item-input--s {
    width: 200px;
}

.competition-edit .item-input--xs {
    width: 120px;
}

.form-data-row .control-radio:not(:last-child) {
    margin-bottom: 5px;
    display: flex;

}

.adm-form .form-item {
    align-items: flex-start;
}

.competition-list-old .competition-list-row {
    width: 100%;
}


.adm-form--gray {
    background-color: transparent;
    padding: 20px;
    border: 5px solid #fff;
    margin: 0;
}

.copy-wrap {
    padding: 5px;
    background: lavender;
    text-align: right;
}

.copy-wrap select {
    width: auto;

}

.add-img .option-img-cover {
    width: 267px;
    height: 160px;
    background-color: #f1f1f1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-img .sponsor-img-cover {
    width: 300px;
    height: 300px;
    background-color: #f1f1f1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.add-img .topic-img-cover {
    width: 600px;
    height: 363px;
    background-color: #f1f1f1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-img .link-img-cover {
    width: 30;
    height: 30px;
    background-color: #f1f1f1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-img .thumbnil-cover {
    width: 161px;
    height: 112px;
    background-color: #f1f1f1;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


h3 {
    font-weight: 600;
}

ol {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
    padding-left: 20px;
}

.stack-list {
    list-style: none;
}

.info-list .info-item:not(:last-child) {
    border-bottom: 1px solid #e5e9ec;
}


.info-list .info-item {
    line-height: 1.5;
    padding: 10px 0;
}

.info-list .info-item .tag,
.sub-section td .tag {
    margin-left: 8px;
}

.info-list .title {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    color: #6f7b8a;
}

.order-list table .toggle-icon {
    margin-right: 15px;
    color: rgba(241, 90, 36, 1);
    font-size: 18px;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.order-list table tr {
    cursor: pointer;
}

.detail_toggle+.detail-block {
    display: none;
    -webkit-transition: display .5s ease;
    transition: display .5s ease;
}


.detail_toggle.is-acted+.detail-block {
    display: table-row;
}

.detail_toggle {
    background-color: #f7f7f7;
}

.detail-block>td {
    background-color: #e8eaf6;
}

.detail-block .sum-light {
    background: #f7f7f7;
}


.form-func .btn {
    width: fit-content;
}

.order-list .detail_toggle.is-acted .toggle-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.form-inner tr:hover .toggle-icon {
    color: #fff;
}


.detail-block .top-tr {
    background: #f7f7f7;
}

.pd-price {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: right;
    color: rgba(241, 90, 36, 1);
}

.detail-block tr:hover .pd-price {
    color: #fff;
}

.form-inner tr td .pd-price {
    color: rgba(241, 90, 36, 1);
}

.form-inner .last-right th:last-child,
.form-inner .last-right td:last-child {
    text-align: right;
}

.main-content .col-inner {
    padding: 20px;
    background-color: #fff;
    font-size: 15px;
    font-size: .937rem;
}

.main-content .col-sec {
    margin-top: 20px;
}

.login .login-btn {
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    background-color: rgba(241, 90, 36, 1);
    border-radius: 5px;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.form-list {
    display: flex;
    flex-direction: column;
}

.form-list .info-item+.info-item {
    margin-top: 15px;
}

body.call-overlay {
    overflow: hidden
}

.overlay {
    pointer-events: none !important;
}

body.call-overlay .overlay,
body.call-overlay .track-filter-overlay {
    pointer-events: auto !important;
}

.track-filter-overlay {
    pointer-events: none !important;
}

body.call-overlay .track-filter-overlay {
    pointer-events: auto !important;
}

.f-g-nav {
    display: none !important;
}

body.call-overlay .is-show {
    visibility: visible;
    opacity: 1
}

.overlay-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    overflow: scroll;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0
}

.overlay-wrap .close-btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    width: 45px;
    height: 45px;
    cursor: pointer
}

.overlay-wrap .close-btn.btn-dark {
    background-color: rgba(0, 0, 0, .5)
}

.overlay-wrap .close-btn.btn-dark:after,
.overlay-wrap .close-btn.btn-dark:before {
    background-color: #fff
}

.overlay-wrap .close-btn:hover {
    opacity: .5
}

.overlay-wrap .close-btn:after,
.overlay-wrap .close-btn:before {
    position: absolute;
    top: 21px;
    right: 11px;
    content: "";
    width: 23px;
    height: 2px;
    background-color: #95989a
}

.overlay-wrap .close-btn:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.overlay-wrap .close-btn:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.overlay-wrap .overlay-container {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1000;
    background: #fff;
    border-radius: 3px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.overlay-wrap .overlay-inner {
    padding: 30px;
    min-width: 380px
}

.overlay-wrap.preloader {
    min-width: 160px
}

.overlay-wrap .pop-title {
    color: #95989a;
    font-size: 18px;
    margin-bottom: 20px
}

.overlay-wrap .pop-text {
    color: #95989a;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 1.4
}

.overlay-wrap .btn-wrap {
    text-align: right
}

.overlay-loader {
    width: 170px;
    text-align: center;
    padding: 30px
}

.overlay-loader .loader-icon {
    width: 65px;
    height: 65px;
    border-color: rgba(241, 90, 36, 1) transparent;
    border-style: solid;
    border-width: 3px;
    border-radius: 50%;
    margin: 0 auto;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite
}

.overlay-loader .loader-text {
    font-size: 15px;
    color: #6f7b8a;
    margin-top: 20px
}

.overlay-full-screen {
    font-size: 0
}

.overlay-full-screen img {
    max-width: 100vw;
    max-height: 100vh
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}


.reg_top_func {
    margin-bottom: 20px;
}

.reg_top_func .btn {
    width: fit-content;
}



.bottom-func {
    margin-top: 20px;
    margin-bottom: 60px;
}

.type-filter {
    list-style: none;
}


.rwd-tab-table .btn-group {
    display: none;
}


.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: .25rem;
    border-radius: .25rem;
    background: #fff;
}

.bd-callout-info {
    border-left-color: rgb(242, 150, 0);
}

.bd-callout-info h4 {
    color: rgb(242, 150, 0);
    font-weight: 600;
}

.bd-callout h4 {
    margin-top: 0;
    margin-bottom: .25rem;
}

.mobile-header,
.g-nav,
.mobile-wrap,
.fixed-bottom-bar,
.f-g-nav,
.col-c3-2.mobile-wrap {
    display: none;
}

.footer-nav {
    display: flex;
}

@media (max-width: 767px) {

    html,
    body,
    #wrap,
    .wrap,
    .header,
    .header-inner,
    .comp-detail,
    .comp-detail.row,
    .comp-detail.row>.col-c8-8 {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    body {
        overflow-x: hidden;
    }

    .row,
    [class*="col-c"],
    .form-wrap,
    .adm-main--l,
    .competition-edit,
    .competition-info {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .footer-nav {
        flex-direction: column;
    }



    .footer .about-website .website-info {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .event-state-slot .color-wrapper,
    .event-state-slot .countdown-box-number {
        width: 100%;
    }

    .wrap.index .comp-detail.row {
        display: flex;
        flex-direction: column;
    }

    .wrap.index .sidebar-column {
        display: contents;
    }

    .wrap.index .event-state-slot {
        order: -1;
        width: 100%;
        max-width: 100%;
    }

    .swiper-container,
    .swiper-wrapper,
    .swiper-slide {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .swiper-wrapper {
        display: flex !important;
    }

    #spotlight_swiper {
        display: block !important;
        width: 100% !important;
        min-height: 180px;
        overflow: hidden;
    }

    #spotlight_swiper .swiper-wrapper {
        align-items: stretch;
    }

    #spotlight_swiper .swiper-slide {
        display: block !important;
        width: 100% !important;
        flex-shrink: 0;
        min-height: 300px;
        position: relative;
        overflow: hidden;
        border-radius: 8px;
        background: #dfe5ea;
    }

    .wrap.index > .index > section.main-content.col-c12 {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .wrap.index > .index > section.main-content.col-c12 .news-promo,
    .wrap.index > .index > section.main-content.col-c12 .card-list--naked {
        width: 100%;
        max-width: 100%;
    }

    #spotlight_swiper .swiper-slide .spotlight-swiper-bg {
        position: absolute;
        inset: 0;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

    #spotlight_swiper .swiper-slide .title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        padding: 10px 12px;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
        color: #fff;
        font-size: 14px;
        line-height: 1.4;
        z-index: 2;
    }

    .pc-header,
    .pc-wrap {
        display: none !important;
    }

    .mobile-wrap,
    .col-c3-2.mobile-wrap {
        display: block !important;
    }

    .mobile-header {
        display: flex !important;
        padding: 0 12px;
        min-height: 56px;
        position: relative;
        z-index: 10000;
    }

    .mobile-header .nav-toggle {
        display: flex;
    }

    .mobile-header .logo {
        max-height: 28px;
        width: auto;
    }

    .mobile-language-switch {
        display: inline-flex;
        align-items: center;
        gap: 6px;
    }

    .mobile-language-option {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 30px;
        height: 26px;
        padding: 0 8px;
        border: 1px solid #d8dde3;
        border-radius: 13px;
        font-size: 12px;
        color: #3b4654;
        background: #fff;
    }

    .mobile-language-option.is-acted {
        border-color: #f15a24;
        color: #f15a24;
    }

    .comp-detail.row {
        display: block;
    }

    .comp-detail.row>.col-c8-8 {
        width: 100%;
        max-width: 100%;
    }

    .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .row>[class*="col-c"],
    .main-content.col-c8-8,
    .sidebar.col-c3-2,
    .col-c3-2,
    .col-c8-8 {
        margin-left: auto !important;
        margin-right: auto !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
        box-sizing: border-box;
    }

    body.nav-open .g-nav {
        display: block;
    }

    .wrap-cover {
        display: none;
    }

    body.nav-open .wrap-cover {
        display: block;
    }

    /* 後台表單：小螢幕標題與欄位改為上下排列，避免輸入框超出容器 */
    .adm-form .form-item,
    .competition-edit .form-item,
    .member-form .form-item {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: wrap;
        min-width: 0;
        max-width: 100%;
    }

    .adm-form .form-item>*+*,
    .event-form .form-item>*+*,
    .competition-edit .form-item>*+*,
    .member-form .form-item>*+* {
        margin-left: 0 !important;
        margin-top: 8px;
    }

    .competition-info .form-item .adm-label,
    .adm-form .form-item .adm-label,
    .competition-edit .form-item .adm-label,
    .member-form .form-item .adm-label {
        flex: none;
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding-right: 0;
    }

    .adm-form .form-item>div,
    .competition-edit .form-item>div,
    .member-form .form-item>div,
    .adm-form .form-item .adm-control-list {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        box-sizing: border-box;
    }

    /* 報名基本資料：小螢幕標題列與輸入區上下排列（不含自訂表單／優惠碼等） */
    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item):has(.info-title) {
        display: grid !important;
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        align-items: start;
        column-gap: 0.25rem;
        min-width: 0;
        max-width: 100%;
    }

    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item):has(.info-title) .info-title {
        grid-column: 1;
        grid-row: 1;
        flex: none;
        width: auto;
        max-width: none;
        text-align: left;
        padding-left: 0;
    }

    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item):has(.info-title) .must-icon {
        grid-column: 2;
        grid-row: 1;
        align-self: start;
    }

    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item):has(.info-title) .info-content {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: none;
        box-sizing: border-box;
    }

    /* 年齡條件隱藏：須高於上方 grid !important，否則 jQuery .hide() / .d-none 無法生效 */
    .member-form.form-profile .form-inner .form-list .info-item.chkage.d-none,
    .member-form.form-profile .form-inner .chkage.d-none {
        display: none !important;
    }

    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content .selectize-control {
        width: 100% !important;
        max-width: 100%;
    }

    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content .input--m,
    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content .input--s,
    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content .input--xs,
    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content input[type="text"],
    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content select {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* 生日：年獨占一列，月日並排且保留最小寬度 */
    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content > .flex {
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content > .flex > .col-sub:first-child {
        flex: 1 1 100%;
    }

    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content > .flex > .col-sub:not(:first-child) {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 5.5rem;
    }

    .member-form.form-profile .form-inner .form-list > .info-item:not(.custom_form_item) .info-content .selectize-wrap {
        width: 100%;
    }

    /* 自訂表單／優惠碼：維持橫向輸入＋按鈕排版 */
    .member-form.form-profile .form-inner .custom_form_item .info-content .d-flex,
    .member-form.form-profile .form-inner .extra_option .info-content .d-flex {
        flex-wrap: wrap;
        gap: 0.5rem;
        align-items: center;
    }

    .member-form.form-profile .form-inner .custom_form_item .info-content .d-flex .input--m,
    .member-form.form-profile .form-inner .extra_option .info-content .d-flex .input--m,
    .member-form.form-profile .form-inner .custom_form_item .info-content .d-flex .coupon-input,
    .member-form.form-profile .form-inner .extra_option .info-content .d-flex .coupon-input {
        flex: 1 1 8rem;
        width: auto;
        max-width: 100%;
        min-width: 0;
    }

    .member-form.form-profile .form-inner .custom_form_item .info-content .d-flex .btn,
    .member-form.form-profile .form-inner .extra_option .info-content .d-flex .btn {
        flex: 0 0 auto;
        margin-left: 0 !important;
    }

    /* 自訂表單（單一輸入框）：小螢幕標題與內容上下排列、輸入區不超出外框 */
    .member-form.form-profile .form-inner .info-item.custom_form_item {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        flex-wrap: nowrap;
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    .member-form.form-profile .form-inner .info-item.custom_form_item .info-title {
        flex: none;
        width: 100%;
        max-width: 100%;
        text-align: left;
        padding-left: 0;
    }

    .member-form.form-profile .form-inner .info-item.custom_form_item .info-content {
        width: 100%;
        max-width: 100%;
        min-width: 0;
        flex: none;
        box-sizing: border-box;
    }

    .member-form.form-profile .form-inner .custom_form_item .info-content > .input--m,
    .member-form.form-profile .form-inner .custom_form_item .info-content > .input--s,
    .member-form.form-profile .form-inner .custom_form_item .info-content > .input--xs,
    .member-form.form-profile .form-inner .custom_form_item .info-content > input[type="text"],
    .member-form.form-profile .form-inner .custom_form_item .info-content > select,
    .member-form.form-profile .form-inner .custom_form_item .info-content > textarea,
    .member-form.form-profile .form-inner .extra_option .info-content > .input--m,
    .member-form.form-profile .form-inner .extra_option .info-content > input[type="text"],
    .member-form.form-profile .form-inner .extra_option .info-content > select,
    .member-form.form-profile .form-inner .extra_option .info-content > textarea {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .member-form.form-profile .form-inner .custom_form_item .info-content .selectize-control,
    .member-form.form-profile .form-inner .extra_option .info-content .selectize-control {
        width: 100% !important;
        max-width: 100%;
    }

    .member-form.form-profile .form-inner .extra_option {
        min-width: 0;
        max-width: 100%;
        box-sizing: border-box;
    }

    /* 快速帶入：小螢幕選單與按鈕改為上下排列 */
    .member-form.form-profile .bd-callout > .d-flex {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        min-width: 0;
        max-width: 100%;
    }

    .member-form.form-profile .bd-callout > .d-flex > .selectize-control {
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
    }

    .member-form.form-profile .bd-callout > .d-flex > .quick_import {
        margin-left: 0 !important;
        align-self: stretch;
        text-align: center;
    }

    
    .wrap.index:not(.event-signup-form-wrap) .news-promo .card-list--naked {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .addoption-dynamic-wrap > .card-item {
        flex: 0 0 calc((100% - 10px) / 2);
        width: calc((100% - 10px) / 2);
    }

    .today-event {
        order: -1;
        grid-column: 1 / -1;
        display: flex !important;
    }

    .form-inner .sub-section {
        padding: 5px 5px;
    }
   
    .competition-edit .item-input--m,
    .competition-edit .item-input--s,
    .competition-edit .item-input--xs,
    .adm-form .item-input--m,
    .adm-form .adm-input,
    .adm-form select,
    .adm-form textarea,
    .competition-edit textarea {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .adm-form .form-item .control-radio {
        display: flex;
        align-items: flex-start;
        margin-bottom: 6px;
    }

    .adm-form .adm-control-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .adm-form .adm-control-list .adm-checkbox,
    .adm-form .adm-control-list .adm-radio {
        margin-right: 0;
    }

    .competition-edit .form-func .func-left,
    .adm-main--l .form-func .func-left {
        margin-left: 0;
    }


    .header .g-notification,
    .header .nav-toggle {
        position: relative;
        width: 46px;
        height: 46px;
    }

    .header .nav-toggle:before {
        top: 23px;
    }

    .header .nav-toggle .icon-nav {
        top: 29px;
    }

    .header .nav-toggle:after {
        top: 17px;
    }

    .header .logo {
        width: 100%;
        height: auto;
        max-height: 45px;
        max-width: 130px;
        object-fit: contain;
    }

    .header .g-notification {
        color: #6f7b8a;
        font-size: 18px;
        font-size: 1.125rem;
    }

    .justify-between {
        -webkit-box-pack: justify;
        justify-content: space-between;
    }

    .header .nav-toggle .icon-nav,
    .header .nav-toggle:after,
    .header .nav-toggle:before {
        content: "";
        position: absolute;
        left: 13px;
        width: 20px;
        height: 2px;
        background-color: #6f7b8a;
        border-radius: 50px;
    }

    .header .f-nav-toggle .icon-nav,
    .header .f-nav-toggle:after,
    .header .f-nav-toggle:before {
        content: "";
        position: absolute;
        left: 13px;
        width: 20px;
        height: 2px;
        background-color: #6f7b8a;
        border-radius: 50px;
    }

    .header {
        position: relative;
        width: 100%;
        min-width: 320px;
        height: 48px;
        background-color: #fff;
        border-bottom: 1px solid #eaecf1;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    body.f-nav-open .f-g-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    body.f-nav-open .header,
    body.f-nav-open .wrap {
        -webkit-transform: translateX(240px);
        transform: translateX(240px)
    }

    body.f-nav-open .wrap {
        height: 100%;
        height: 100vh;
        overflow: hidden
    }

    .f-g-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    body.f-nav-open .header,
    body.f-nav-open .wrap {
        -webkit-transform: translateX(240px);
        transform: translateX(240px)
    }

    body.f-nav-open .wrap {
        height: 100%;
        height: 100vh;
        overflow: hidden
    }

    body.f-nav-open .f-wrap-cover {
        opacity: 1;
        visibility: visible
    }

    .f-g-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 300;
        width: 240px;
        height: 100%;
        height: 100vh;
        padding-bottom: 200px;
        background-color: #f7f7f7;
        -webkit-transform: translateX(-240px);
        transform: translateX(-240px);
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        font-size: 15px;
        font-size: .937rem;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .f-g-nav .f-g-nav-profile {
        padding: 12px 15px;
        background-color: rgba(241, 90, 36, 1)
    }

    .f-g-nav .f-g-nav-profile .profile-wrap {
        margin-left: 10px
    }

    .f-g-nav .f-g-nav-profile a {
        color: #fff
    }

    .f-g-nav .f-g-nav-profile .name {
        font-size: 18px;
        font-size: 1.125rem
    }

    .f-g-nav .f-g-nav-profile .member-point {
        margin-top: 3px;
        font-size: 12px;
        font-size: .75rem
    }

    .f-g-nav .f-g-nav-profile .member-point img {
        width: 16px
    }

    .f-g-nav .g-shortcut .shortcut-btn {
        font-weight: 400
    }

    .f-g-nav .g-search-block {
        background-color: #fff;
        border-bottom: none
    }

    .f-g-nav .g-search-block .search-input {
        background-color: #f3f3f3
    }

    .f-g-nav .g-search-block .search-btn {
        color: #c8c8c8
    }

    .f-g-nav .f-g-nav-item {
        width: 100%;
        background-color: #fff
    }

    .f-g-nav .f-g-nav-item.is-nobg {
        background-color: transparent
    }

    .f-g-nav .f-g-nav-item .group-title {
        position: relative;
        display: block;
        padding: 12px 15px;
        color: #4c4948;
        -webkit-tap-highlight-color: rgba(0, 0, 0, .1)
    }

    .f-g-nav .f-g-nav-item .group-title i {
        display: inline-block;
        margin-right: 10px;
        margin-top: -3px
    }

    .f-g-nav .f-g-nav-item .group-title i.fa-arrow-circle-right {
        color: rgba(241, 90, 36, 1)
    }

    .f-g-nav .f-g-nav-item .group-title.is-acted+.g-sub-nav {
        max-height: 999px
    }

    .f-g-nav .f-g-nav-item .group-title.has-nav:after,
    .f-g-nav .f-g-nav-item .group-title.has-nav:before {
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 2;
        content: "";
        width: 10px;
        height: 2px;
        background-color: #ccc;
        border-radius: 50px;
        transition: transform .3s, -webkit-transform .3s
    }

    .f-g-nav .f-g-nav-item .group-title.has-nav:before {
        -webkit-transform: translateX(-3px) rotate(45deg);
        transform: translateX(-3px) rotate(45deg)
    }

    .f-g-nav .f-g-nav-item .group-title.has-nav:after {
        -webkit-transform: translateX(3px) rotate(-45deg);
        transform: translateX(3px) rotate(-45deg)
    }

    .f-g-nav .f-g-nav-item .g-sub-nav {
        padding-left: 40px;
        background-color: #f7f7f7;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s;
        transition: max-height .5s
    }

    .f-g-nav .f-g-nav-item .g-subNav-item a {
        position: relative;
        display: block;
        padding: 12px 0;
        color: #4c4948;
        -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
        border-bottom: 1px solid #e1e1e1
    }

    .f-g-nav .f-g-nav-item .g-subNav-item:last-child a {
        border-bottom: 0
    }

    .f-g-nav .copyright {
        line-height: 1.3;
        padding-left: 15px;
        letter-spacing: .5px;
        color: #aaa;
        font-size: 14px;
        font-size: .875rem
    }

    .f-g-nav .official-channel {
        margin: 30px 15px 10px;
        -webkit-box-pack: start;
        justify-content: flex-start
    }

    .f-g-nav .official-channel .official-icon {
        width: auto;
        text-align: center;
        font-size: 27px;
        color: #a4a4a4;
        border: 0;
        cursor: pointer
    }

    .f-g-nav .official-channel .official-icon:not(:last-child) {
        margin-right: 20px
    }

    .f-g-nav .official-channel .official-icon .fa-facebook {
        font-size: 24px
    }

    .f-g-nav .official-channel .official-icon .fa-instagram {
        font-size: 30px
    }

    .f-g-nav .official-channel .official-icon img {
        width: auto;
        height: 26px
    }

    .f-g-nav .official-channel .official-btn {
        width: 40px;
        height: 40px;
        background-color: #e5e9ec;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 50%
    }

    .f-g-nav .official-channel .official-btn:not(:last-child) {
        margin-right: 10px
    }

    .f-g-nav .official-channel .official-btn.fa-facebook {
        font-size: 18px;
        color: #3c5897
    }

    .f-g-nav .official-channel .official-btn.fa-instagram {
        font-size: 22px;
        color: #d93175
    }

    .f-g-nav .official-channel .official-btn.fa-youtube-play {
        font-size: 20px;
        color: red
    }

    .f-g-nav .official-channel .official-btn img {
        width: 25px
    }

    .f-g-nav .official-btn-wrap {
        margin: 30px 5px 15px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .f-g-nav .official-btn-wrap .official-btn {
        width: calc(50% - 2.5px);
        letter-spacing: 1px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        color: #6f7b8a;
        background-color: #e5e9ec;
        padding-left: 7px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .f-g-nav .official-btn-wrap .official-btn.fa-facebook:before {
        color: #3c5897
    }

    .f-g-nav .official-btn-wrap .official-btn.fa-instagram:before {
        color: #d93175
    }

    .f-g-nav .official-btn-wrap .official-btn.fa-youtube-play:before {
        color: red
    }

    .f-g-nav .official-btn-wrap .official-btn:nth-child(n+3) {
        margin-top: 5px
    }

    .f-g-nav .official-btn-wrap .official-btn:before {
        margin-right: 5px
    }

    .f-g-nav .official-btn-wrap .official-btn img {
        height: 16px;
        margin-right: 5px
    }

    .g-shortcut {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        display: -webkit-box;
        display: flex
    }

    .g-shortcut .shortcut-btn {
        width: 100%;
        font-weight: 700;
        text-align: center;
        color: #6f7b8a;
        padding: 12px 0;
        font-size: 12px;
        font-size: .75rem
    }

    .g-shortcut .shortcut-btn i {
        color: rgba(241, 90, 36, 1);
        margin-bottom: 3px;
        font-size: 18px;
        font-size: 1.125rem
    }

    .g-shortcut .shortcut-btn img {
        height: 18px
    }

    .wrap {
        position: relative;
        width: 100%;
        transition: transform .3s, -webkit-transform .3s
    }

    .wrap,
    .f-wrap-cover {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .f-wrap-cover {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        width: 100%;
        width: 100vw;
        height: 200%;
        height: 200vh;
        background-color: rgba(0, 0, 0, .6);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .g-alert {
        position: fixed;
        top: 60px;
        left: 50%;
        z-index: 99;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 20px;
        min-width: 50%;
        max-width: 90%;
        text-align: center;
        background-color: rgba(0, 0, 0, .8);
        color: #fff;
        border-radius: 5px;
        display: none
    }

    .fixed-bar-warp {
        height: 48px
    }

    .fixed-bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        background-color: #f3f3f3;
        border-top: 1px solid #ddd;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition: transform .3s, -webkit-transform .3s;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .08)
    }

    .fixed-bottom-bar .menu-btn {
        text-align: center;
        color: #6f7b8a;
        padding: 5px 0
    }

    .fixed-bottom-bar .menu-btn.is-acted {
        color: rgba(241, 90, 36, 1)
    }

    .f-g-nav .g-nav-hr {
        padding: 12px 15px;
        background-color: #f1f1f1;
    }

    body.nav-open .g-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    body.nav-open .header,
    body.nav-open .wrap {
        -webkit-transform: translateX(240px);
        transform: translateX(240px)
    }

    body.nav-open .wrap {
        height: 100%;
        height: 100vh;
        overflow: hidden
    }

    .g-nav {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    body.nav-open .header,
    body.nav-open .wrap {
        -webkit-transform: translateX(240px);
        transform: translateX(240px)
    }

    body.nav-open .wrap {
        height: 100%;
        height: 100vh;
        overflow: hidden
    }

    body.nav-open .wrap-cover {
        opacity: 1;
        visibility: visible
    }

    .g-nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 300;
        width: 240px;
        height: 100%;
        height: 100vh;
        padding-bottom: 200px;
        background-color: #f7f7f7;
        -webkit-transform: translateX(-240px);
        transform: translateX(-240px);
        overflow-x: hidden;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        font-size: 15px;
        font-size: .937rem;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .g-nav .g-nav-profile {
        padding: 12px 15px;
        background-color: rgba(241, 90, 36, 1)
    }

    .g-nav .g-nav-profile .profile-wrap {
        margin-left: 10px
    }

    .g-nav .g-nav-profile a {
        color: #fff
    }

    .g-nav .g-nav-profile .name {
        font-size: 18px;
        font-size: 1.125rem
    }

    .g-nav .g-nav-profile .member-point {
        margin-top: 3px;
        font-size: 12px;
        font-size: .75rem
    }

    .g-nav .g-nav-profile .member-point img {
        width: 16px
    }

    .g-nav .g-shortcut .shortcut-btn {
        font-weight: 400
    }

    .g-nav .g-search-block {
        background-color: #fff;
        border-bottom: none;
        margin: unset;
    }

    .g-nav .g-search-block .search-input {
        background-color: #f3f3f3
    }

    .g-nav .g-search-block .search-btn {
        color: #c8c8c8
    }

    .g-nav .g-nav-item {
        width: 100%;
        background-color: #fff
    }

    .g-nav .g-nav-item.is-nobg {
        background-color: transparent
    }

    .g-nav .g-nav-item .group-title {
        position: relative;
        display: block;
        padding: 12px 15px;
        color: #4c4948;
        -webkit-tap-highlight-color: rgba(0, 0, 0, .1)
    }

    .g-nav .g-nav-item .group-title i {
        display: inline-block;
        margin-right: 10px;
        margin-top: -3px
    }

    .g-nav .g-nav-item .group-title i.fa-arrow-circle-right {
        color: rgba(241, 90, 36, 1)
    }

    .g-nav .g-nav-item .group-title.is-acted+.g-sub-nav {
        max-height: 999px
    }

    .g-nav .g-nav-item .group-title.has-nav:after,
    .g-nav .g-nav-item .group-title.has-nav:before {
        position: absolute;
        top: 50%;
        right: 15px;
        z-index: 2;
        content: "";
        width: 10px;
        height: 2px;
        background-color: #ccc;
        border-radius: 50px;
        transition: transform .3s, -webkit-transform .3s
    }

    .g-nav .g-nav-item .group-title.has-nav:before {
        -webkit-transform: translateX(-3px) rotate(45deg);
        transform: translateX(-3px) rotate(45deg)
    }

    .g-nav .g-nav-item .group-title.has-nav:after {
        -webkit-transform: translateX(3px) rotate(-45deg);
        transform: translateX(3px) rotate(-45deg)
    }

    .g-nav .g-nav-item .g-sub-nav {
        padding-left: 40px;
        background-color: #f7f7f7;
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height .5s;
        transition: max-height .5s
    }

    .g-nav .g-nav-item .g-subNav-item a {
        position: relative;
        display: block;
        padding: 12px 0;
        color: #4c4948;
        -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
        border-bottom: 1px solid #e1e1e1
    }

    .g-nav .g-nav-item .g-subNav-item:last-child a {
        border-bottom: 0
    }

    .g-nav .copyright {
        line-height: 1.3;
        padding-left: 15px;
        letter-spacing: .5px;
        color: #aaa;
        font-size: 14px;
        font-size: .875rem
    }

    .g-nav .official-channel {
        margin: 30px 15px 10px;
        -webkit-box-pack: start;
        justify-content: flex-start;
        display: flex;
    }

    .g-nav .official-channel .official-icon {
        width: auto;
        text-align: center;
        font-size: 27px;
        color: #a4a4a4;
        border: 0;
        cursor: pointer
    }

    .g-nav .official-channel .official-icon:not(:last-child) {
        margin-right: 20px
    }

    .g-nav .official-channel .official-icon .fa-facebook {
        font-size: 24px
    }

    .g-nav .official-channel .official-icon .fa-instagram {
        font-size: 30px
    }

    .g-nav .official-channel .official-icon img {
        width: auto;
        height: 26px
    }

    .g-nav .official-channel .official-btn {
        width: 40px;
        height: 40px;
        background-color: #e5e9ec;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        border-radius: 50%
    }

    .g-nav .official-channel .official-btn:not(:last-child) {
        margin-right: 10px
    }

    .g-nav .official-channel .official-btn.fa-facebook {
        font-size: 18px;
        color: #3c5897
    }

    .g-nav .official-channel .official-btn.fa-instagram {
        font-size: 22px;
        color: #d93175
    }

    .g-nav .official-channel .official-btn.fa-youtube-play {
        font-size: 20px;
        color: red
    }

    .g-nav .official-channel .official-btn img {
        width: 25px
    }

    .g-nav .official-btn-wrap {
        margin: 30px 5px 15px;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between
    }

    .g-nav .official-btn-wrap .official-btn {
        width: calc(50% - 2.5px);
        letter-spacing: 1px;
        height: 35px;
        line-height: 35px;
        font-size: 13px;
        color: #6f7b8a;
        background-color: #e5e9ec;
        padding-left: 7px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    .g-nav .official-btn-wrap .official-btn.fa-facebook:before {
        color: #3c5897
    }

    .g-nav .official-btn-wrap .official-btn.fa-instagram:before {
        color: #d93175
    }

    .g-nav .official-btn-wrap .official-btn.fa-youtube-play:before {
        color: red
    }

    .g-nav .official-btn-wrap .official-btn:nth-child(n+3) {
        margin-top: 5px
    }

    .g-nav .official-btn-wrap .official-btn:before {
        margin-right: 5px
    }

    .g-nav .official-btn-wrap .official-btn img {
        height: 16px;
        margin-right: 5px
    }

    .g-shortcut {
        background-color: #fff;
        border-bottom: 1px solid #eee;
        display: -webkit-box;
        display: flex
    }

    .g-shortcut .shortcut-btn {
        width: 100%;
        font-weight: 700;
        text-align: center;
        color: #6f7b8a;
        padding: 12px 0;
        font-size: 12px;
        font-size: .75rem
    }

    .g-shortcut .shortcut-btn i {
        color: rgba(241, 90, 36, 1);
        margin-bottom: 3px;
        font-size: 18px;
        font-size: 1.125rem
    }

    .g-shortcut .shortcut-btn img {
        height: 18px
    }

    .wrap {
        position: relative;
        width: 100%;
        transition: transform .3s, -webkit-transform .3s
    }

    .wrap,
    .wrap-cover {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .wrap-cover {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 200;
        width: 100%;
        width: 100vw;
        height: 200%;
        height: 200vh;
        background-color: rgba(0, 0, 0, .6);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity .3s;
        transition: opacity .3s
    }

    .g-alert {
        position: fixed;
        top: 60px;
        left: 50%;
        z-index: 99;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 20px;
        min-width: 50%;
        max-width: 90%;
        text-align: center;
        background-color: rgba(0, 0, 0, .8);
        color: #fff;
        border-radius: 5px;
        display: none
    }

    .fixed-bar-warp {
        height: 48px
    }

    .fixed-bottom-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        background-color: #f3f3f3;
        border-top: 1px solid #ddd;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition: transform .3s, -webkit-transform .3s;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .08)
    }

    .fixed-bottom-bar .menu-btn {
        text-align: center;
        color: #6f7b8a;
        padding: 5px 0
    }

    .fixed-bottom-bar .menu-btn.is-acted {
        color: rgba(241, 90, 36, 1)
    }

    .comp-list-page .keyword-search {
        -webkit-box-flex: 1;
        flex: 1;
    }

    .fixed-bottom-bar {
        display: flex !important;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        background-color: #f3f3f3;
        border-top: 1px solid #ddd;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        transition: transform .3s,-webkit-transform .3s;
        box-shadow: 0 -2px 10px rgba(0,0,0,.08);
    }

    .f-g-nav {
        display: block;
    }

    .action-btn {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 8px 10px;
        border-radius: 3px;
        cursor: pointer;
        font-size: 15px;
        font-size: .937rem;
    }

    .fixed-bottom-bar .action-btn {
        -webkit-box-pack: center;
        justify-content: center;
        padding: 12px 4px;
        border-radius: 0;
        flex: 1 1 0 !important;
        min-width: 0;
        font-size: 11px;
        overflow: hidden;
    }

    .fixed-bottom-bar .action-btn > div {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .fixed-bottom-bar {
        max-width: 100vw;
        box-sizing: border-box;
        overflow: hidden;
    }

    .g-nav {
        display: block !important;
    }

    .f-wrap-cover,
    .wrap-cover {
        pointer-events: none !important;
    }

    body.f-nav-open .f-wrap-cover,
    body.nav-open .wrap-cover {
        pointer-events: auto !important;
        display: block !important;
    }

    body:not(.f-nav-open) .f-wrap-cover {
        display: none !important;
    }

    body:not(.nav-open) .wrap-cover {
        display: none !important;
    }

    .index .news-promo.track-promo .card-list--naked {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px;
    }

    .index .news-promo.track-promo .card-list--naked .card-item {
        width: auto !important;
        max-width: none !important;
        flex: none !important;
        margin-right: 0 !important;
        margin-top: 0 !important;
        box-sizing: border-box;
    }

    body:has(.fixed-bottom-bar) {
        padding-bottom: 52px;
    }

    body:has(.fixed-bottom-bar) .footer {
        display: none;
    }

    body:has(.fixed-bottom-bar) #footer_fixbar {
        bottom: 52px !important;
    }

    .footer .website-info iframe,
    .footer .fb-like span {
        max-width: 100% !important;
    }
}

.detail_toggle td:first-child {
    width: 10%;
}

.itags {
    align-items: center;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: 3px;
}


.itags .itag:not(:last-child) {
    margin-right: 0.5rem;
}


.itags.are-medium .itag:not(.is-normal):not(.is-large) {
    font-size: 1rem;
}

.itags.are-large .itag:not(.is-normal):not(.is-medium) {
    font-size: 1.25rem;
}

.itags.is-centered {
    justify-content: center;
}

.itags.is-centered .itag {
    margin-right: 0.25rem;
    margin-left: 0.25rem;
}

.itags.is-right {
    justify-content: flex-end;
}

.itags.is-right .itag:not(:first-child) {
    margin-left: 0.5rem;
}

.itags.is-right .itag:not(:last-child) {
    margin-right: 0;
}

.itags.has-addons .itag {
    margin-right: 0;
}

.itags.has-addons .itag:not(:first-child) {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.itags.has-addons .itag:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.itag:not(body) {
    align-items: center;
    background-color: var(--color-v3);
    border-radius: 4px;
    color: #4a4a4a;
    display: inline-flex;
    font-size: 0.75rem;
    height: 2em;
    justify-content: center;
    line-height: 1.5;
    padding-left: 0.75em;
    padding-right: 0.75em;
    white-space: nowrap;
}

.itag:not(body) .delete {
    margin-left: 0.25rem;
    margin-right: -0.375rem;
}

.itag:not(body).is-white {
    background-color: white;
    color: #0a0a0a;
}

.itag:not(body).is-black {
    background-color: #0a0a0a;
    color: white;
}

.itag:not(body).is-light {
    background-color: whitesmoke;
    color: rgba(0, 0, 0, 0.7);
}

.itag:not(body).is-dark {
    background-color: #363636;
    color: #fff;
}

.itag:not(body).is-primary {
    background-color: #00d1b2;
    color: #fff;
}

.itag:not(body).is-primary.is-light {
    background-color: #ebfffc;
    color: #00947e;
}

.itag:not(body).is-link {
    background-color: #3273dc;
    color: #fff;
}

.itag:not(body).is-link.is-light {
    background-color: #eef3fc;
    color: #2160c4;
}

.itag:not(body).is-info {
    background-color: var(--color-v1);
    color: #fff;
}

.itag:not(body).is-info.is-light {
    background-color: #eef6fc;
    color: #1d72aa;
}

.itag:not(body).is-success {
    background-color: #48c774;
    color: #fff;
}

.itag:not(body).is-success.is-light {
    background-color: #effaf3;
    color: #257942;
}

.itag:not(body).is-warning {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
}

.itag:not(body).is-warning.is-light {
    background-color: #fffbeb;
    color: #947600;
}

.itag:not(body).is-danger {
    background-color: #f14668;
    color: #fff;
}

.itag:not(body).is-danger.is-light {
    background-color: #feecf0;
    color: #cc0f35;
}

.itag:not(body).is-normal {
    font-size: 0.75rem;
}

.itag:not(body).is-medium {
    font-size: 1rem;
}

.itag:not(body).is-large {
    font-size: 1.25rem;
}

.itag:not(body) .icon:first-child:not(:last-child) {
    margin-left: -0.375em;
    margin-right: 0.1875em;
}

.itag:not(body) .icon:last-child:not(:first-child) {
    margin-left: 0.1875em;
    margin-right: -0.375em;
}

.itag:not(body) .icon:first-child:last-child {
    margin-left: -0.375em;
    margin-right: -0.375em;
}

.itag:not(body).is-delete {
    margin-left: 1px;
    padding: 0;
    position: relative;
    width: 2em;
}

.itag:not(body).is-delete::before,
.itag:not(body).is-delete::after {
    background-color: currentColor;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform-origin: center center;
}

.itag:not(body).is-delete::before {
    height: 1px;
    width: 50%;
}

.itag:not(body).is-delete::after {
    height: 50%;
    width: 1px;
}

.itag:not(body).is-delete:hover,
.itag:not(body).is-delete:focus {
    background-color: #e8e8e8;
}

.itag:not(body).is-delete:active {
    background-color: #dbdbdb;
}

.itag:not(body).is-rounded {
    border-radius: 290486px;
}

a.itag:hover {
    text-decoration: underline;
}


.title .itag,
.subtitle .itag {
    vertical-align: middle;
}

.comp-detail {
    padding-bottom: 220px;
}

#editModalContent .modal-footer {
    padding: 0px;
    margin-top: 10px;
}

.skeleton-loading {
    position: relative;
    overflow: hidden;
}

.skeleton-loading::after {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #f1f1f1 50%, transparent 100%);
    animation: skeletonload 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes skeletonload {
    from {
        left: -150px;
    }

    to {
        left: 100%;
    }
}

img {
    opacity: 1;
    transition: opacity 0.5s linear 0.2s;
    max-width: 100%;
    max-height: 100%;
}

img[data-src] {
    opacity: 0;
}

.dot-flashing {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite linear alternate;
    animation-delay: .5s;
}

.dot-flashing::before {
    left: -15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 0s;
}

.dot-flashing::after {
    left: 15px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #9880ff;
    color: #9880ff;
    animation: dot-flashing 1s infinite alternate;
    animation-delay: 1s;
}

.dot-flashing::before,
.dot-flashing::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
}

.table-responsive {
    overflow-x: unset;
    display: inline-table;
    width: 100%;
}

.form_header_memo {
    display: block;
    position: relative;
    margin-left: 10px;
    font-size: 14px;
    margin-right: 60px;
    margin-top: -10px;
}

.event_ad {
    background: #fc6076;
    background-image: linear-gradient(-20deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 300% 300%;
    font-weight: bold;
    -webkit-animation: gradientBG 10s ease infinite;
    animation: gradientBG 10s ease infinite;

}

.comp_deadline .event_ad {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}

.event_ad a,
.event_ad div,
.event_ad span,
.event_ad h3 {
    color: #fff !important;
}

.event_ad .event-item {
    background-color: rgba(241, 90, 36, 1) !important;
}

.control-radio.disabled {
    text-decoration: line-through;
    color: #ccc;

}

.choose-item .control-radio.disabled .title {
    font-weight: 500;
}

.search-order-section .info-title {
    flex: 0 0 215px;
}

#dynamicitem .card-item div[data-toggle="modal"] .postMeta-img::after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f00e";
    position: absolute;
    right: 8px;
    top: 5px;
    color: rgba(241, 90, 36, 1);
}

#dynamicitem select {
    border: 1.5px solid #6f7b8a;
}

.select_grid_wrap {
    display: grid;
    grid-gap: 3px;
    margin: 0 auto;
    padding: 0;
    max-width: 70em;
    grid-template-columns: repeat(2, 1fr);
}

.select_grid_wrap .control-checkbox,
.select_grid_wrap .control-radio {
    padding: 10px;
    background: #fff;
    border: #ddd solid 2px;
    border-radius: 5px;

}

.select_grid_wrap .control-checkbox:hover,
.select_grid_wrap .control-radio:hover {
    border-color: #F29600;
}

.select_grid_wrap .control-checkbox.n-hover,
.select_grid_wrap .control-radio.n-hover {
    cursor: text;
}

.select_grid_wrap .control-checkbox.n-hover:hover,
.select_grid_wrap .control-radio.n-hover:hover {
    border-color: #ddd;
}

.select_grid_wrap .control-checkbox.waschecked-p {
    background: #ffd186;
    border-color: #F15A24;
}

.entry_record_page_wrap .postMeta-img {
    width: 35%;
    padding-bottom: 26%;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: .25rem;
}

.entry_record_page_wrap .card {
    padding: 0;
    flex-direction: row;
    -ms-flex-direction: row;
}

.entry_record_page_wrap .postMeta-feedSummery {
    width: 65%;
}

.select_grid_wrap .sub-wrap,
.select_grid_wrap .highlight_string {
    white-space: nowrap;
}

.share_section {
    list-style: none;
    display: inline-flex;
}

.share_section li {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    cursor: pointer;
    margin-right: 5px;
}

.share_section .share_line {
    background-color: rgb(0, 195, 0);
    border-radius: 5px;
}

.share_section .share_line svg {
    fill: rgb(255, 255, 255);
}

.share_section .share_fb {
    background-color: #1877F2;
    border-radius: 5px;
}

.share_section .share_fb svg {
    fill: rgb(255, 255, 255);
}

.share_section .share_twitter {
    background-color: rgb(29, 161, 242);
    border-radius: 5px;
}

.share_section .share_twitter svg {
    fill: rgb(255, 255, 255);
}

.timing-icon {
    background-image: url(https://cdntwirunner.biji.co/images/icon/timing-icon.png);
    width: 30px;
    height: 30px;
    background-size: 30px auto;
}

.icon-cer {
    background-position: 0 0;
}

.icon-glorious_movie {
    background-position: 0 -30px;
}

.timing-func {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.timing-func-item {
    flex-shrink: 1;
    flex-basis: auto;
    text-align: center;
    font-size: 10px;
    color: #717071;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    display: flex;
    cursor: pointer;
    flex-direction: column;
    padding: 10px 18px;
    height: 80px;
    width: 80px;
}

.title-right .timing-func-item:not(:last-child) {
    border-right: 1px solid #eaecf1;
}

.embed-container {
    --video--width: 1296;
    --video--height: 540;

    position: relative;
    padding-bottom: calc(var(--video--height) / var(--video--width) * 100%);
    /* 41.66666667% */
    overflow: hidden;
    max-width: 100%;
    background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.form-input-y.invalid {
    padding: 5px;
    border-radius: 5px;
}

.info-content.invalid {
    border-radius: 5px;
}

.checkbox[form-type=agree] {
    height: auto;
}

.refund-regitem-expired {
    display: inline-block;
    margin-right: 0.75rem;
    color: #9aa0a6;
    filter: grayscale(1);
    opacity: 0.75;
}

.refund-regitem-expired del {
    text-decoration: line-through;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: .5;
    background-color: transparent;
}

.hr-text:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}

.hr-text:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    color: black;

    padding: 0 .5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

input[type=button] {
    color: #fff;
}

[role="button"] {
    cursor: pointer;
}

.show-number-tip {
    color: red;
    text-align: right;
}

@keyframes flash {

    0%,
    50%,
    to {
        opacity: 1
    }

    10%,
    60% {
        opacity: 0
    }
}

.success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;
}

.success-checkmark .check-icon {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    box-sizing: content-box;
    border: 4px solid #4CAF50;
}

.success-checkmark .check-icon::before {
    top: 3px;
    left: -2px;
    width: 30px;
    transform-origin: 100% 50%;
    border-radius: 100px 0 0 100px;
}

.success-checkmark .check-icon::after {
    top: 0;
    left: 30px;
    width: 60px;
    transform-origin: 0 50%;
    border-radius: 0 100px 100px 0;
    animation: rotate-circle 4.25s ease-in;
}

.success-checkmark .check-icon::before,
.success-checkmark .check-icon::after {
    content: "";
    height: 100px;
    position: absolute;
    background: #FFFFFF;
    transform: rotate(-45deg);
}

.success-checkmark .check-icon .icon-line {
    height: 5px;
    background-color: #4CAF50;
    display: block;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
}

.success-checkmark .check-icon .icon-line.line-tip {
    top: 46px;
    left: 14px;
    width: 25px;
    transform: rotate(45deg);
    animation: icon-line-tip 0.75s;
}

.success-checkmark .check-icon .icon-line.line-long {
    top: 38px;
    right: 8px;
    width: 47px;
    transform: rotate(-45deg);
    animation: icon-line-long 0.75s;
}

.success-checkmark .check-icon .icon-circle {
    top: -4px;
    left: -4px;
    z-index: 10;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: absolute;
    box-sizing: content-box;
    border: 4px solid rgba(76, 175, 80, 0.5);
}

.success-checkmark .check-icon .icon-fix {
    top: 8px;
    width: 5px;
    left: 26px;
    z-index: 1;
    height: 85px;
    position: absolute;
    transform: rotate(-45deg);
    background-color: #FFFFFF;
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }

    5% {
        transform: rotate(-45deg);
    }

    12% {
        transform: rotate(-405deg);
    }

    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }

    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 icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }

    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }

    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}


.seva-overlay {
    margin-top: 0px !important;
}

#extra-option-section {
    position: relative;
}

#extra-option-section .extra-option-inner {
    max-height: 650px;
    overflow: hidden;
    position: relative;
    transition: 0.3s;
}


#extra-option-section .extra-option-inner .extra-option-section-bottom {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom,
            rgba(243, 243, 243, 0),
            rgba(243, 243, 243, 1) 80%);
    width: 100%;
    height: 60px;
    opacity: 1;
    transition: 0.3s;
}

#extra-option-section .read-more-checker {
    opacity: 0;
    position: absolute;
    top: 500px;
}

#extra-option-section .read-more-checker:checked~.extra-option-inner {
    max-height: none;
}

#extra-option-section .read-more-checker:checked~.extra-option-inner .extra-option-section-bottom {
    opacity: 0;
    transition: 0.3s;
}



#extra-option-section .read-more-button {
    cursor: pointer;
    display: inline-block;
    background: #fff;
    color: rgba(241, 90, 36, 1);
}

#extra-option-section .read-more-checker:checked~.read-more-button {
    display: none;
}

.advertising-item[data-value]::before {
    content: attr(data-value);
    position: absolute;
    right: 0px;
    transform: translateY(-50%);
    top: 50%;
    background: rgba(255, 255, 255, .6);
    color: #666;
    font-size: 9px;
    padding: 5px 4px 5px 4px;
    display: flex;
    width: 18px;

}

.event-ad-list.event-ad-baoming {
    margin-bottom: 1.5rem;
}

.event-ad-list.event-ad-baoming .advertising-item {
    left: 320px;
    width: 800px;
    position: absolute;
}


.modal-fullscreen .modal-content {
    background: transparent;
}

.modal-fullscreen .modal-header {
    background: rgba(255, 255, 255, 0.7);
}

.modal-fullscreen .modal-body,
.modal-fullscreen .modal-footer {
    background: #fff;
}


.today-event {
    order: -1;
    grid-column: 1 / -1;
}

.index .news-promo.track-promo .card-list--naked {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
}

.index .news-promo.track-promo .card-list--naked .card-item {
    width: auto !important;
    max-width: none !important;
    flex: none !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    height: auto;
    align-self: stretch;
    box-sizing: border-box;
}

.index .news-promo.track-promo .card-list--naked .card-item:nth-child(even) {
    margin-right: 0;
}

.index .news-promo.track-promo .card-list--naked .postMeta-img {
    padding-bottom: 75%;
}


.overlay-comp-filter .filter-item .filter-title {
    font-size: 16px;
}

.timing-record-list .timing-record-block {
    display: block;
    padding: 10px;
    margin-bottom: 5px;
    background: #f1f1f1;
    transition: background .5s ease-out;
}

.timing-record-list .timing-record-block:hover {
    background: #fff;
}

.timing-record-list .timing-record-block:hover .timing-record-name,
.timing-record-list .timing-record-block:hover .timing-record-number {
    color: #e45827;

}

.timing-record-block .record-detail {
    display: flex;
    flex-direction: row;
}

.timing-record-block a {
    text-decoration: none;
}

.timing-record-block .timing-record-row {
    color: #bf9d4d;
    margin-right: 20px;
    font-size: 18px;
    font-style: italic;
    text-align: right;
    flex: 0 0 4%;
}

.timing-record-block .timing-record-name,
.timing-record-block .timing-record-number {
    font-weight: bold;
    color: #6f7b8a;
    margin-right: 15px;
}

.timing-record-block .timing-record-time {
    font-style: italic;
    text-align: right;
    flex: 1;
    color: #E73829;
}

.timing-record-block .timing-record-div {
    color: #6f7b8a;
    font-size: 10px;
}

.pagination-inner {
    flex: 1;
}



.reward-page .reward-title {
    border-radius: 5px;
    padding: 10px;
    color: #e45827;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    transition: background .5s ease-out;
    cursor: pointer;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.reward-page .reward-title:hover {
    background: #f4ae96 !important;
    color: #000 !important;
}

.reward-page .reward-title i {
    float: right;
}

.reward-page .reward-title i:before {
    vertical-align: sub;
}

.comp-result .search-filter .confirm_search {
    flex: 0 0 120px;
}

.sidebar-wrap .search-filter .confirm_search {
    flex-grow: 1;
}

.sidebar-wrap .search-filter .self {
    height: auto;
}

.timing-record-block .follow_btn {
    padding: 20px;
    margin: -10px;
    z-index: 999;
}

.sidebar-wrap .timing-record-block .follow_btn {
    padding: 20px 15px 20px 15px;
    margin: -10px 0px -10px -10px;
}

.follow_btn {
    cursor: pointer;
}

.follow_btn.is-acted i,
.route-record-list .icon-func-block .follow_btn.is-acted i {
    color: #d93a2b;
}



.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.track-event-mobile-info {
    display: none;
}

@media all and (max-width: 575.98px) {
    .track-event-mobile-info {
        display: flex !important;
    }
}

.expanding-share-box {
    position: fixed;
    bottom: 60px;
    right: 15px;
    display: none;
    box-sizing: border-box;
    z-index: 1001;
}

.expanding-share-box .expanding-share-button-list {
    list-style: none;
    margin: 0 5px;
    overflow: visible;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    display: block;
}

.expanding-share-button-list > li {
    display: block;
    height: 45px;
    position: relative;
    overflow: visible;
}

.expanding-share-button .share-btn {
    display: block;
    height: 40px;
    padding: 0 3px 0 0;
}

.expanding-share-box ul.expanding-share-button-list.open .share-btn .at-icon-wrapper {
    transform: scale(1);
    opacity: 1;
}

.expanding-share-box ul.expanding-share-button-list .share-btn .at-icon-wrapper {
    transform: scale(0);
    opacity: 0;
}

.expanding-share-box ul.expanding-share-button-list.open .social-item-1,
.expanding-share-box ul.expanding-share-button-list.open .social-item-1 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.1s;
}

.expanding-share-box ul.expanding-share-button-list.open .social-item-2,
.expanding-share-box ul.expanding-share-button-list.open .social-item-2 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.2s;
}

.expanding-share-box ul.expanding-share-button-list.open .social-item-3,
.expanding-share-box ul.expanding-share-button-list.open .social-item-3 .btn-share-text {
    transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.share-btn .at-icon-wrapper {
    margin-right: -3px;
    float: right;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 30%);
    border-radius: 50%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    cursor: pointer;
}

.expanding-share-button .at-icon {
    display: inline-block;
    height: 34px;
    margin: 3px 0;
    vertical-align: top;
    width: 34px;
}

.at-icon-wrapper img,
.at-icon-wrapper svg {
    display: inline-block;
    fill: #fff;
    height: 100%;
    width: 100%;
}

.follow_btn.is-acted i,
.fixed-bottom-bar .follow_btn.is-acted .func-text {
    color: #d93a2b;
}

.fixed-bottom-bar .action-btn:hover {
    color: #d93a2b;
}

.hidden {
    display: none !important;
}

.radio-block .control-radio {
    padding: 10px;
    background: #fff;
    border: #ddd solid 2px;
    border-radius: 5px;
    align-items: flex-start;
    transition: background .5s ease-out;
}

.radio-block .control-radio strong {
    color: rgba(241, 90, 36, 1);
    line-height: 1.6em;
}

.radio-block .control-radio:hover {
    border-color: #F29600;
}

.radio-block .control-radio.waschecked {
    background: #F5E3DA;
    border-color: #F29600;
}

.radio-block .control-radio input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #4c4948;
    background-color: #fff;
    line-height: 1.4;
    border-radius: 3px;
    cursor: pointer;
    height: 35px;
    padding: 8px;
}

.route-record-form .keyin-form .search-order-section .info-title {
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
}

.keyin-form .form-profile .info-title {
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}

.start_marker {
    background: #3FF2B4 url("https://cdntwirunner.biji.co/images/track/start_icon_2.svg?2") no-repeat;
    border: 3px solid #3FCEF2;
    background-size: 50%;
    background-position: 55% 50%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    cursor: pointer;
}

.finish_marker {
    background: #EB8FBA url("https://cdntwirunner.biji.co/images/track/finish_icon_2.svg?2") no-repeat;
    border: 3px solid red;
    background-size: 50%;
    background-position: 46% 50%;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    cursor: pointer;
}

.route-record-list .record-main .record-content:hover .record-title {
    text-decoration: none;
}

.route-record-list .record-main .record-data .mark-info {
    font-size: 32px;
}


.record-data-rank img {
    height: 150px;
}


.record-data-rank .medal-icon {
    width: 45px !important;
    height: auto;
}

.card-list .card-item .postMeta-img {
    padding-bottom: 300px;
    margin: 0;
    background-position: center;
    background-size: 100%;
    cursor: zoom-in;
}

.record-main h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.4;
    color: #4c4948;
}

.sidebar-wrap .sidebar-inner .search-inner {
    flex-wrap: wrap;
}

.search-filter .search-inner input {
    height: 40px;
    margin-right: 5px;
}

.sidebar-wrap .sidebar-inner .search-inner #comp_keyword {
    flex: 0 0 100%;
    height: 40px;
    margin-right: 5px;
}

.sidebar-wrap .sidebar-inner .search-inner button,
.sidebar-wrap .sidebar-inner .search-inner a {
    margin-top: 5px;
}

.upload-example-list {
    flex-direction: column;
    flex: 0 0 7%;
}

.icon-func-block .timing-func-item .func-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin-bottom: 0px;
}

.icon-func-block .timing-func-item .func-text {
    color: inherit !important;
    font-size: 12px;
    white-space: nowrap;
}

.icon-func-block .timing-func-item .func-icon i {
    line-height: 28px !important;
    margin-right: 0px !important;
}



.tag--pill {
    border-color: #6f7b8a;
    color: #6f7b8a;
    margin-right: 2px;
    margin-bottom: 2px;
}

.tag--pill:hover {
    color: #fff !important;
    background: #f29600 !important;
    border-color: #f15a24 !important;
}


.record-data-rank .mark-info {
    font-size: 24px !important;
}

.track-team-promo .team-rank-no {
    color: #bf9d4d;
    margin-right: 10px;
    font-size: 18px;
    font-style: italic;
}

.track-team-promo .team-people-number {
    color: #6f7b8a;
    font-size: 10px;
}

.track-team-promo .team-data {
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
}

.track-team-promo .postMeta-feedSummery a:hover {
    text-decoration: none;
}

.track-team-promo .team-data-title {
    font-size: 16px;
    color: #6f7b8a;
}

.track-team-promo .team-data-value {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    flex-grow: 1;
    color: var(--color-secondary);
}

.index .news-promo.track-team-promo .card-list--naked .postMeta-feedSummery {
    border: #fff 2px solid;
    transition-property: border;
    transition-duration: 0.2s;
    transition-timing-function: ease-out;
    padding: 13px;
}


.index .news-promo.track-team-promo .card-item:hover .postMeta-feedSummery {
    border-bottom: var(--color-secondary) 2px solid;
}


.track-team-promo .card-item .supplies-block {
    display: flex;
}


.supplies-block .supplies-small-item .supplies-small-icon {
    max-height: 100%;
    transition-property: filter;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}


.supplies-block .supplies-small-item.already-supplies .supplies-small-icon {
    filter: grayscale(0%);
}

.supplies-block .supplies-small-item:not(.already-supplies) .supplies-small-icon:hover {
    transform: scale(1.5) translateY(-3px);
    transition: transform .2s ease-in-out;
    filter: grayscale(0%);
}


.supplies-small-item .supplies_add_text {
    color: rgba(241, 90, 36, 1);
    font-weight: bold;
    position: absolute;
    margin-left: 20px;
    margin-top: -35px;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.supplies-block .supplies-small-item .supplies-small-value {
    display: none;
}

.supplies-block .supplies-small-item:hover .supplies-small-value {
    position: absolute;
    background: #fff;
    border: 2px solid red;
    color: red;
    bottom: 0;
    display: block;
    padding: 5px;

}

.supplies-block .supplies-total {
    font-size: 14px;
}

.supplies-popup .supplies-popup-item .rounded-circle {
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 2px;
    border: 1px solid;
}

.supplies-popup .supplies-small-icon {
    height: 100%;
}

.supplies-popup>div {
    flex-grow: 1;
    flex-basis: 50%;
    padding: 5px;
}

.bubble {
    position: absolute;
    background: #000;
    border-radius: 40px;
    padding: 8px;
    text-align: left;
    min-width: 100px;
    top: 42px;
}

.bubble:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    border-right: 10px solid #000;
    border-left: 6px solid transparent;
    border-bottom: 6px solid #000;
    border-top: 10px solid transparent;
    left: 32px;
    top: -10px;
}

.supplies_back_tooltip {
    white-space: nowrap;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
}

.index .news-promo.track-team-promo .card-list--naked .card-item {
    overflow: initial;
    flex-basis: 32.5%;
    width: 32.5%;
}

#team_list_block .card-item:nth-child(3n) {
    margin-right: 0px;
}

.sidebar-stack-list .list-title i {
    margin-right: 15px;
}

.rank-desc-child {
    background: #f1f1f1;
    font-size: 1rem;
}

.route-record-rank .record-rank .rank-item .info .medal-list {
    font-size: 10px;
}

.route-record-rank .record-rank .rank-item .info .medal-list img,
.track-team-promo .team-data-value .medal-list img {
    width: 30px;
}

.route-record-rank .record-rank .rank-item {
    margin: 0;
    align-items: center;
    border-left: 5px solid transparent;
}

.route-record-rank .record-rank .rank-item td.high-light {
    border-left: 5px solid var(--color-warning);
}

.hover-cover {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;

}

.team-list-card-href:hover .hover-cover {
    opacity: 1;
}

.team-list-card-href:hover .team-list-card-detail {
    opacity: .3;
}


.lid {
    animation: blink 2s infinite;
}

.eye {
    animation: squeeze 2s infinite;
}

@keyframes blink {
    90% {
        transform: none;
        animation-timing-function: ease-in;
    }

    93% {
        transform: translateY(15px) scaleY(0)
    }

    100% {
        animation-timing-function: ease-out;
    }
}

@keyframes squeeze {
    90% {
        transform: none;
        animation-timing-function: ease-in;
    }

    93% {
        transform: translateY(3px) scaleY(0.8)
    }

    100% {
        animation-timing-function: ease-out;
    }
}


.cover-content {
    background-color: var(--color-warning);
    color: var(--color-l1-1);
    font-size: 16px;
    padding: 16px 20px;
    cursor: pointer;
    border-radius: 15px;
}

.title-right .supplies-small-item .supplies-small-icon {
    height: 100%;
}

.title-right .supplies-small-item {
    align-items: flex-end;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 20%;
}

.title-left .bubble {
    top: 52px;
}

.supplies_popup {
    position: fixed;
    z-index: 99;
    width: 100vw;
    height: 100vh;
    z-index: 99;
    top: 0;
    left: 0;
}


.supplies_popup .close {
    font-size: 50px;
    position: absolute;
    z-index: 102;
    background: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    background: var(--color-warning);
    opacity: 0.9;
}

.supplies_popup .close span {
    position: relative;
    top: -5px;
    left: 2px;
}

.route-record-rank .record-rank .rank-item .user {
    width: auto;
    flex: 0 0 30%;
}



.route-record-form .btn-wrap .btn--connect img {
    height: 60px;
    border-radius: 10px;
}

.route-record-form .btn-wrap .btn--connect {
    background-color: #f1f1f1;
    width: 180px;
    white-space: nowrap;
    font-size: 16px;
}

.dataTables_wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.dataTables_wrapper label,
.dataTables_wrapper td,
.dataTables_wrapper a,
.dataTables_wrapper th {
    font-size: initial
}

.dataTables_wrapper .row:nth-child(2) {
    overflow: overlay;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_paginate {
    flex-grow: 1;
}

.dataTables_wrapper .dataTable {
    flex-grow: 2;
    width: 100% !important;
}

.dataTables_wrapper .dataTables_info {
    flex-grow: 1;
    padding-top: 0px !important;
}

.dataTables_wrapper .paginate_button {
    padding: 0px 5px;
}

.dataTables_wrapper .paginate_button.disabled {
    display: none;
}

.btn_supplies_tip {
    padding: 3px 5px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    background: var(--color-v3);
    border-radius: 25px;
    margin-top: 8px;
    color: var(--bs-gray-dark);
}

.btn_supplies_tip .supplies_tip_img_wrap {

    border-radius: 50%;
    background-color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-right: 5px;
    border: 1px solid var(--color-primary);
}


#supplies-info.supplies-popup .supplies-popup-item .rounded-circle {
    background: #fff;
    border: 3px solid var(--color-secondary);
    overflow: hidden;
    margin-bottom: 2px;
}

.modal-body .supplies-popup .supplies-popup-item .rounded-circle {
    overflow: hidden;
}

.modal-body .supplies-popup .supplies-small-icon {
    max-width: 100%;
}

#supplies-info.supplies-popup .supplies-popup-item {
    color: var(--color-primary);
    font-weight: bolder;
    flex: 0 0 26%;
}

#supplies-info.supplies-popup .supplies-popup-item div:nth-child(2) {
    max-width: 45%;
}

#supplies-info.supplies-popup>div {
    flex-grow: 0;
    flex-basis: auto;
}

.main-speak {
    top: 0;
    left: -50px;
    z-index: -1;
    color: var(--color-primary);
    padding: 15px !important;
    background: rgba(255, 255, 255, .75);
    border: 3px solid var(--color-primary);
    font-weight: bolder;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 100% !important;
}

.main-speak:before {
    border-right: 8px solid var(--color-primary);
    border-left: 6px solid transparent;
    border-bottom: 6px solid var(--color-primary);
    border-top: 6px solid transparent;
    left: -15px;
    top: 120px;

}

.wrap .supplies-popup img {
    width: auto !important;
    height: 100% !important;
    max-width: 100%;
    object-fit: contain;
}

.wrap .btn_supplies_tip img {
    width: 25px !important;
    height: auto !important;
}

#supplies-tip-popup {
    width: 56vw;
    z-index: 2;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    text-align: center;
    backdrop-filter: blur(2px);
    padding: 5px;
}

#supplies-tip-popup .supplies-small-item {
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    border: 3px solid var(--color-primary);
    margin: 2px;
    position: relative;
    padding: 0;
    width: 150px;
    height: 150px;
}

.supplies-small-item-wrap {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

#supplies-tip-popup .supplies-small-item:hover {
    transform: scale(2);
    transition: transform .2s ease-in-out;
    z-index: 5;
}

.wrap #supplies-tip-popup .supplies-small-icon {
    height: 100% !important;
    width: auto !important;
    max-width: 100%;
    object-fit: contain;
}

#supplies-tip-popup .popup-close,
#supplies-tip-popup .popup-team-name {
    background: var(--color-primary);
    color: #fff;
    opacity: 1;
    border-radius: 25px;
    padding: 8px;
    margin: 10px 5px 0px 5px;
    flex-basis: 15%;
    font-weight: bolder;
}

#supplies-tip-popup .popup-team-name {
    background: var(--color-warning);
    color: #fff;
    flex-basis: 85%;
    flex-grow: 1;
}

#supplies-tip-name {
    color: var(--text-bg-white);
}

@media all and (max-width: 600px) {
    #supplies-tip-popup {
        width: 95vw;
        top: 65%;
    }

    #supplies-tip-popup .supplies-small-item {
        height: calc(100vw / 7);
        width: calc(100vw / 7);
    }

    #supplies-info.supplies-popup .supplies-popup-item {
        flex: 0 0 50%;
    }
}


@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}


.merge-form {
    border: 10px solid #f2f2f2;
    width: 100%;
    padding: 8px;
}


.merge-form .image-modify {
    margin-top: 20px
}

.merge-form .image-zoom {
    position: relative;
    flex: 1;
    border: 1px solid #eaecf1;
    margin-right: 10px;
    padding: 10px 35px;
    font-family: FontAwesome;
    border-radius: 20px
}

.merge-form .image-zoom:after,
.merge-form .image-zoom:before {
    color: #95989a;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}


.merge-form .image-zoom input[type=range] {
    border: 0;
    height: 0;
    margin: 0
}

.merge-form .image-zoom input[type=range]::-webkit-slider-runnable-track {
    background-color: #e5e9ec;
    height: 5px;
    border-radius: 20px
}

.merge-form .image-zoom input[type=range]::-webkit-slider-thumb {
    margin-top: -5px
}

.lazyload {
    opacity: 1 !important;
}

.fr-wrapper .comp-groups .groups .groups-detail {
    height: 100%;
}

select,
option {
    -webkit-appearance: none;
}

.event-select-wrap {
    min-width: 0;
    max-width: 100%;
}

.event-select-wrap .selectize-control {
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.event-select-wrap .selectize-control.single .selectize-input {
    overflow: hidden;
    max-width: 100%;
}

/* selectize 下拉箭頭保留右側空間，避免遮擋已選文字 */
.selectize-control.single .selectize-input {
    padding-right: 1.5rem;
}

.selectize-control.single .selectize-input:after {
    right: 0.5rem;
}

.selectize-control.single .selectize-input .item {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.selectize-control.single.input--xs .selectize-input,
.selectize-control.single.month_list .selectize-input,
.selectize-control.single.day_list .selectize-input {
    min-width: 5.5rem;
    padding-right: 1.25rem;
}

.selectize-control.single.input--xs .selectize-input:after,
.selectize-control.single.month_list .selectize-input:after,
.selectize-control.single.day_list .selectize-input:after {
    right: 0.35rem;
    border-width: 4px 4px 0 4px;
    margin-top: -2px;
}

.selectize-input input {
    height: auto;
}

.tag {
    display: inline-flex;
    margin: 2px;
    color: var(--bs-gray-100);
    border: 1px solid var(--color-secondary);
    background: var(--color-secondary);
    font-size: 12px;
}

.ajax-load-failure {
    margin: 12px 0;
    padding: 12px 16px;
    border: 1px dashed #d9534f;
    border-radius: 4px;
    background: #fff5f5;
}

.ajax-load-failure__message {
    margin: 0 0 10px;
}

.ajax-load-failure__retry {
    margin-top: 4px;
}