
/*=== cyber Escape Room registration ===*/
.content-center-1 {
    width: 70%;
    margin: auto;
}

.content-center-2 {
    margin: auto;
}

.content-center-3 {
    width: 69%;
    margin: auto;
}

.flex-container {
  display: flex;
  flex-direction:row; 
  flex-wrap:nowrap;
  justify-content: space-between;
  /* border: 1px solid #ffffff;
  background-color: #eeeeee;*/
}

.flex-container > div {
	background-color: #ffffff;
    /* margin: 1px; */
    padding: 5px;
    font-size: 1em;
    line-height: 1.8em;
    width: 25%;
    height: 70px;
    text-align: center;
    border: 1px solid #a0e3ff;
	border-collapse: collapse;
}

.txt-full{
  font-size: 0.7em;
  margin-top:4px;
  line-height:1.2em;
  display:block;
  color:#0096d6;
}

html:lang(zh-HK) .txt-full{
  font-size: 0.9em;
  margin-top:4px;
  line-height:1.2em;
  display:block;
  color:#0096d6;
}

.txt-date {
	font-size:1em;
	/* font-weight:bold; */
	color:#000000;
	background-color:#a0e3ff;
	width:100%;
	margin:0;
	padding:8px 8px;	
}	

.txt-date-1 {
	background-color:#ffda49;
}	

.input_row {
    padding-top: 0px;
}

.txt-time {
	display:block;
}

.venue-name{
  font-size: 20px;
  font-weight:bold; 
}
.venue-location{
  font-size: 16px;
  font-weight:normal; 
}
input.btn-radio[type=radio]  {
	-ms-transform: scale(1.2); /* IE 9 */ -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */ transform: scale(1.2);
}

.schedule-box {
	background-color:#ffffff;
	margin-bottom:25px;
}

.flex-container-submit {
  display: flex;
  flex-direction:row; 
  flex-wrap:nowrap;
  justify-content: center;
  margin-bottom:30px;
}

.btn-margin {
	margin:1em;
}	

li a {
  overflow-wrap: break-all; 
word-wrap: break-all; 
word-break: break-all
}

@media (max-width: 1023px) {
  .flex-container {
  display: flex;
  flex-direction:row; 
  flex-wrap:wrap;
  justify-content: flex-start;
 }
}

@media (max-width: 991px) {
  .remove-col-padding {
	padding-right: 0px;
    padding-left: 0px;
 }	
}

@media (max-width: 768px) {
 .content-center-1 {
   width: 100%;
 } 
  .content-center-2 {
   width: 98%;
 }
 .content-center-3 {
    width: 100%;
}
}

@media (max-width: 650px) { 
 .hidden-mb {
	display:none;
 }	
 
 .rapport-title h1 {
    margin-bottom: 6px;
 }
}	

@media (max-width: 360px) { 
 .txt-time {
	font-size:0.8em;	
 }
 .txt-full {
    font-size: 0.6em;
 }	
 
 html:lang(zh-HK) .txt-full{
  font-size: 0.8em;
}

.flex-container-submit {
  display: flex;
  flex-direction:row; 
  flex-wrap:wrap;
  justify-content: center;
}

}

.btn-margin {
	margin: 0 1em;
}	

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-right: 0px none;
    border-width: 1px 0px 0px;
    border-style: solid none none;
    border-color: #efefef;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}


h5.thankyou-message {
	line-height:25px;
}	

a.thankyou-email {
	text-decoration: underline;
}

.txt-venue {
	font-weight:bold;
}	

.one_more_fail {
    line-height: 18px!important;
    color: #fb5858;
}

.investigation-highlight {
    font-weight: bold;
    color: #0096d6;
}

div.investigation-disabled {
    background-color: #e9e9e9;
}


    table {
        width: 100%;
        border-collapse: collapse;
        font-family: Noto Sans, Helvetica, 微軟正黑體, Arial, Verdana, sans-serif;
        font-size:15px;
        line-height:20px;
        overflow-x: auto;
        position: relative; /* Ensure relative positioning for absolute positioning of radio button */
    }
    
    th, td {
        border: 1px solid #976C43;
        padding: 8px;
        text-align: left;
    }
    th {
        background-color: #F6F0EA;
    }
    td{
        border:1px solid #976C43;
    }
    .fixed-column {
        position: sticky;
        left: 0;
        background-color: #FBF8F5;
        vertical-align: top;
        z-index: 1; /* Ensure the fixed column stays on top */
    }
    .scrollable {
        overflow-x: auto;
    }

    
    /* Style for the radio button */
.radio-button {
    position: absolute;
    top: 50%; /* Position the radio button in the middle vertically */
    transform: translateY(-50%);
    z-index: 2; /* Ensure the radio button stays on top of the table cells */
  }

  
.center{
    text-align: center;
    width:100px;
}
.venue-name{
    font-size:16px;
    font-weight:bold;
}
.address{
    vertical-align: middle; 
    line-height:24px; 
    display: flex; 
    margin-top:8px;
}

.address-icon{
    display:inline; 
    margin-right:10px;
    width:12px;
}
.activity-icon{
    display:inline; 
    margin-right:15px;
    width:12px;
}

.activity-title{
    font-size:16px;
    font-weight:bold;
    display: flex; 
    line-height: 24px;
}
.activity-item{
    margin-left:px;
}
.width-one{
width:23%;
}
.width-two{
width:6%;
}

.mobile-next{
    display:inline;
}

.activity-item ul{
    margin: 0px;
    padding: 0px;
}
ul.items {
    list-style-type: disc;
    margin-left:20px;
}

@media only screen and (max-width: 600px) {
    .address-icon{width:12px;}
    .venue-name{
    font-size:16px;
    font-weight:bold;
      width:100px;
}
.activity-title{
    font-size:16px;
}
.activity-item{
    margin-left:0px;
}
.width-one{
width:300px;
background-color: #FBF8F5;
}
.width-two{
width:50px;
background-color: #FBF8F5;
}
.mobile-next{
    display:block;
}
}