.table-title { 
    display: block;
	position: relative;
    margin: auto;
    max-width: 100%;
    padding:5px;
    width: 100%;
    
  & h3 {
     color: #127dae;
     font-size: 20px;
     font-weight: bold;
     font-style:normal;
     font-family: "Roboto", helvetica, arial, sans-serif;
     text-shadow: -1px -1px 1px rgba(1, 170, 248, 0.1);
     text-transform:uppercase;  
	 @media screen and (max-width: 600px) {
	 font-size: 12px;
	 }
  }
}
  
  /*** Table Styles **/
  
.table-fill {
    background: rgb(255, 255, 255);
    border-radius:3px;
    border-collapse: collapse;
    height: auto;
    margin: auto;
    max-width: 100%;
    padding:5px;
    width: 100%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    animation: float 5s infinite;
  
   
  & th {
    color:#D5DDE5;;
    background:#127dae;
    border-bottom:4px solid #9ea7af;
    /*border-right: 1px solid #343a45;*/
    font-size:16px;
    font-weight: bold;
    padding:10px;
    text-align:left;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    vertical-align:middle;
	@media screen and (max-width: 600px) {
	 font-size: 10px;
	 }
  }
  
  & th:first-child {
    border-top-left-radius:3px;
  }
   
  & th:last-child {
    border-top-right-radius:3px;
    border-right:none;
  }
    
  & tr {
    /*border-top: 1px solid #C1C3D1;
    border-bottom-: 1px solid #C1C3D1;*/
    color:#666B85;
    font-size:16px;
    font-weight:normal;
    text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
	@media screen and (max-width: 600px) {
	 font-size: 10px;
	 }
  }
   
  & tr:hover td {
    background:rgb(18, 125, 174, 0.8);
    color:#FFFFFF;
    /*border-top: 1px solid #22262e;*/
  }
   
  & tr:first-child {
    border-top:none;
  }
  
  & tr:last-child {
    border-bottom:none;
  }
   
  & tr:nth-child(odd) td {
    background:#EBEBEB;
  }
   
  & tr:nth-child(odd):hover td {
    background:rgb(18, 125, 174, 0.8);
  }
  
  & tr:last-child td:first-child {
    border-bottom-left-radius:3px;
  }
   
  & tr:last-child td:last-child {
    border-bottom-right-radius:3px;
  }
    
  & td {
    background:#FFFFFF;
    padding:10px;
    text-align:left;
    vertical-align:middle;
    font-weight:300;
    font-size:14px;
    text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    /*border-right: 1px solid #C1C3D1;*/
	@media screen and (max-width: 600px) {
	 font-size: 9px;
	 }
  }
  
  & td:last-child {
    border-right: 0px;
  }
  
  & th.text-left {
    text-align: left;
  }
  
  & th.text-center {
    text-align: center;
  }
  
  & th.text-right {
    text-align: right;
	@media screen and (max-width: 600px) {
	 text-align: center;
	 }
  }
  
  & td.text-left {
    text-align: left;
  }
  
  & td.text-center {
    text-align: center;
  }
  
  & td.text-right {
    text-align: right;
	@media screen and (max-width: 600px) {
	 text-align: center;
	 }
  }  
}

.tableFixHead { 
	overflow: auto; 
	height: 620px; 
	
	/* width */
    &::-webkit-scrollbar {
    width: 5px;
    }

    /* Track */
    &::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
    }
 
    /* Handle */
    &::-webkit-scrollbar-thumb {
    background: #127dae; 
    border-radius: 10px;
    }
}  
	
.tableFixHead th { 
    position: sticky; 
    top: 0; }

.fullscreen-thankyou {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6); 
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050; 
}

.fullscreen-thankyou .thankyou-content {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    max-width: 500px;
    width: 90%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.table-glass-section {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 15px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    color: #000;
}
.table-glass-section a {
    color: #127DAE;
    text-decoration: underline;
}

.TTZonecustom-btn {
  width: 160px;
  height: 40px;
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

.TTZonecustom-btn.disabled,
.TTZonecustom-btn:disabled {
    background-color: #ccc !important;
    border-color: #bbb !important;
    color: #666 !important;
    pointer-events: none; /* дарагддаггүй */
    opacity: 0.7;
}

/* 4 */
.TTZonebtn-4 {
  width: 150px;
  height: 40px;
  line-height: 42px;
  padding: 0;
  border: none;
  background: rgb(41,138,41);
  background: #127dae;
}
.TTZonebtn-4:hover {
  color: #127dae;
  background: transparent;
   box-shadow:none;
}
.TTZonebtn-4:before,
.TTZonebtn-4:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: #127dae;
  box-shadow:
   -1px -1px 5px 0px #fff,
   7px 7px 20px 0px #0003,
   4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.TTZonebtn-4:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.TTZonebtn-4:hover:before,
.TTZonebtn-4:hover:after{
  width:100%;
  transition:800ms ease all;
}

.TTZonewrapper {
	text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: Bold;
    font-family: 'Russo One', sans-serif;
    background: #a1aca1;
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 1.5s linear infinite;
    display: inline-block;
	cursor: pointer;
  }
  
.TTZonewrapperactive {
	  text-align: center;
      color: #fff;
      font-size: 16px;
      font-weight: Bold;
      font-family: 'Russo One', sans-serif;
      background: linear-gradient(to right,#127dae 40%,#298e29 60%);
      background-size: auto auto;
      background-clip: border-box;
      background-size: 200% auto;
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      animation: textclip 1.5s linear infinite;
      display: inline-block;
	  cursor: pointer;
  }

  @keyframes textclip {
    to {
      background-position: 200% center;
    }
  }

    
@property --k {
	syntax: '<number>';
	initial-value: 0;
	inherits: false
}

.CCBootTexth1 { /* no pseudo needed */
	--k: 0;
	place-self: center;
	background: 
		linear-gradient(90deg, 
				hsl(calc(var(--k)*1turn), 95%, 65%), 
				hsl(calc(var(--k)*1turn + 90deg), 95%, 65%));
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	font: 900 clamp(.875em, .85vw, 5em) arial black, sans-serif;
	filter: url(#f);
	text-align: center;
	/*text-transform: uppercase;*/
	/* needs support for animating custom properties */
	/* Firefox not quite there yet, but it's coming */
	animation: k 4s linear infinite
}

@keyframes k { to { --k: 1 } }
