body.modal-open
{
	overflow:hidden;
	padding-right:18.9884px !important;
}

b, strong {
    font-weight: bolder;
}

a
{
	cursor: pointer;
}

a:hover
{
	color: #F29600;
}

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;
}

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;
}
 
.g-nav
{
	justify-content:space-between;
	 margin-left: 110px;
	 margin-right: 110px;
}

 
.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; 
} 

h2.page-title::after{ 
	content: "\f0da\f0da";
	color:rgba(231,56,41,1);
	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
{
	font-weight:800;
}

.page-content p
{
	font-size: 15px; 
   line-height: 1.7em;
   margin: 0;
    margin-bottom: 0.5em;
    font-weight: 400;
	text-align: left; 
}

.page-content h2
{
	color:rgb(0, 0, 0);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 24px;
	letter-spacing: .1rem;
}

.page-content h3
{
	 font-weight: 700;
    font-size: 16px;
    line-height: 28px; 
}

.page-content 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 {
	margin-top: 0;
}
.color-wrapper div{ 
	text-align:center; 
 
	padding:8px 0 8px 0;
	border-radius: 3px;  
}

#pcclock,#mbclock{
    width: 100%; 
    display: flex; 
    justify-content: center;
	overflow:hidden;
	position:relative;
	margin-bottom:-15px;
	margin-top:-9px;
}

.countdown-box-number{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: .2em;
	width:100%;
}

.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;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.modal-footer
{
	border-top:none;
	flex-wrap: nowrap; 
}

.modal-header
{ 
	font-weight:bold; 
	padding:0.8rem; 
}

.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 .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 rgba(241,90,36,1);
    margin-bottom: -1px;
}

.form-inner .choose-item { 
    display: flex; 
    align-items: flex-start;
    color: #6f7b8a;
	flex-direction:column;
}
 
.form-inner .choose-item > div{
   margin-left:29px; 
}

.form-inner .choose-item+.choose-item {
    margin-top: 10px;
}

.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);
}

.form-inner .news-promo .card-list--naked .postMeta-img
{
	padding-bottom:60%;
	background-position:center;
}

.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;
}

.btnRepay,.btnReopen,.btn
{
	cursor:pointer;
}

.index .news-promo .card-list--naked .card-item
{
	width:23.7%;
	background: #fff;
	display:inline-flex;
	flex-direction: column;
	justify-content:flex-start;
	align-items:stretch;
	margin-bottom:10px !important;
}

#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;
}

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: 100%;
}

.form-inner th,.form-inner td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

.form-inner th
{
	font-weight:600;
}

.form-inner tr:not(.detail-block):hover td{background-color:#000 !important; color:#F5E3DA !important; font-weight:bold;}
.form-inner tr:not(.detail-block):hover td a{ color:#ee8a66 !important; font-weight:bold;}
.form-inner  .detail-block:hover  { background-color: transparent; color:#212529; }
.form-inner tr:hover .tag { border-color:#fff; color:#fff;}

.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;
}

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;
}

.add-banner-0 .news-cover {
    width: 480px;
    height: 100px;
    background-color: #e5e9ec;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-banner-1 .news-cover {
    width: 161px;
    height: 112px;
    background-color: #e5e9ec;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}


.add-banner-2 .news-cover {
    width:120px;
    height: 120px;
    background-color: #e5e9ec;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-banner-3 .news-cover {
    width:500px;
    height: 260px;
    background-color: #e5e9ec;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.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;
}

 
 .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: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
	padding-left:40px;
	-moz-padding-start:40px;
 }
 
 .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 .info-item+.info-item
{
	    margin-top: 15px;
} 

body.call-overlay{overflow:hidden}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;
}

.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 { 
  color:#6f7b8a;
}

.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: whitesmoke;
  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:#95989a;
  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;
}

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%;
}

.page-content .comp-groups
{
    margin-left: -20px;
    margin-right: -20px;
}

.page-content.option-detail .comp-groups
{
    margin-left: -10px;
    margin-right: -10px;
}

.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(/datas/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;  
	 
}

.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;
}

.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;
  }
}
   
.tooltip .tooltip-inner
{
	border: 2px solid #000;
	background-color:#fff;
	color:#000;
	text-align:left;
}

.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;
}