/* _content/TCCWeb/Views/Home/ApplicantInfo.cshtml.rz.scp.css */
.card[b-iko4ji7o94] {
    -webkit-text-fill-color: rgb(255, 255, 255);
    text-shadow: 1px 1px rgb(0, 0, 0);
    background: rgba(71, 6, 6, 0.7);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    /* backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important; */
    /* max-width: 55rem; */
    max-width: 54rem;
    border-radius: 10px;
    margin: auto;
    text-align: center;
    font-size: 2rem;
}

.qrcode[b-iko4ji7o94] {
    width: 60%;
    margin-bottom: 1em;
}

.title[b-iko4ji7o94] {
    font-size: 0.8em;
    padding-top: 1em;
}

.session[b-iko4ji7o94] {
    padding: 0.2em 0;
    font-size: 0.9em;
}

.header[b-iko4ji7o94] {
    font-size: 1em;
    padding: 1em 0;
}

.id[b-iko4ji7o94] {
    padding: 0.1em 0;
    font-size: 1.2em;
}

.createTime[b-iko4ji7o94] {
    padding: 0.2em 0 1em 0;
    font-size: 0.6em;
}
/* _content/TCCWeb/Views/Home/ApplicationForm.cshtml.rz.scp.css */
.title[b-6td58yi5lb] {
    text-align: center;
    color: antiquewhite;
    font-size: xx-large;
    margin-top: 2%;
}

.body[b-6td58yi5lb] {
    text-align: center;
    -webkit-text-fill-color: antiquewhite;
    font-size: x-large;
}

.form[b-6td58yi5lb] {
    background-color: rgba(41, 3, 3, 0.63);
    border-radius: 10px;
    font-size: x-large;
    padding-bottom: 1px;
}

.form[b-6td58yi5lb], .input-field[b-6td58yi5lb] {
    margin: 1%;
}

.select-container[b-6td58yi5lb] {
    width: 100%;
}

.select-container select[b-6td58yi5lb] {
    width: 100%;
}

form label[b-6td58yi5lb] {
    color: white;
}


input[b-6td58yi5lb]::placeholder {
    color: rgb(151, 151, 151);
    opacity: 1;
}

.dateSelect[b-6td58yi5lb] {
    background-color: rgba(85, 2, 2, 0.7);
    border-radius: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

input[type=number][b-6td58yi5lb]::-webkit-inner-spin-button,
input[type=number][b-6td58yi5lb]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.confirm[b-6td58yi5lb] {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact[b-6td58yi5lb] {
    color: white;
    font-size: 0.8em;
    margin: 0.4em;
}

.contact a[b-6td58yi5lb] {
    color: white;
}
/* _content/TCCWeb/Views/Home/Index.cshtml.rz.scp.css */
body[b-dtta3n4pzj] {
    background-image: url(/wwwroot/Media/poster.jpg);
  }
  
  .card[b-dtta3n4pzj] {
      -webkit-text-fill-color: rgb(255, 255, 255);
      text-shadow: 1px 1px rgb(0, 0, 0);
      background: rgba(41, 3, 3, 0.63);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      /* backdrop-filter: blur(4px) !important;
      -webkit-backdrop-filter: blur(4px) !important; */
      /* max-width: 55rem; */
      max-width: 54rem;
      border-radius: 10px;
      margin: auto;
      font-size: x-large;
  }

  .card a[b-dtta3n4pzj] {
    color: white;
  }

  h1[b-dtta3n4pzj] {
    margin-top: 0.2em;
  }

  .cancel[b-dtta3n4pzj] {
    text-decoration: line-through;
  }
  
  .scrollable-card[b-dtta3n4pzj] {
    -webkit-text-fill-color: white;
      text-shadow: 1px 1px rgb(0, 0, 0);
      background: rgba(71, 6, 6, 0.7);
      box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
      /* max-width: 55rem; */
      max-width: 54rem;
      max-height: 30rem;
      overflow-y: scroll;
  }
  
  .scrollbar-morpheus-den[b-dtta3n4pzj]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #ffd4d4;
    border-radius: 10px;
  }
  
  .scrollbar-morpheus-den[b-dtta3n4pzj]::-webkit-scrollbar {
    width: 12px;
    background-color: none;
  }
  
  /* .scrollbar-morpheus-den::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#30cfd0), to(#330867));
    background-image: -webkit-linear-gradient(bottom, #30cfd0 0%, #330867 100%);
    background-image: linear-gradient(to top, #30cfd0 0%, #330867 100%);
  } */
  
  .scrollbar-morpheus-den[b-dtta3n4pzj] {
    scrollbar-color: #640000 #F5F5F5;
  }
  
  .videoWrapper[b-dtta3n4pzj] {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
  }
  .videoWrapper iframe[b-dtta3n4pzj] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 95%;
    height: 95%;
    margin: auto;
    border: 2px solid;
    border-color: rgb(146, 146, 146);
    border-radius: 10px;
  }
  
  .info[b-dtta3n4pzj] {
    text-align: right;
    margin-top: 4em;
    font-size: 0.8em;
    color: white;
  }
  
  h2[b-dtta3n4pzj], h3[b-dtta3n4pzj] {
    text-align: center;
    margin: 1%;
  }
  
  .table-bordered[b-dtta3n4pzj] {
    border: 2px solid rgb(230, 230, 230, 0.7);
  }
  
  .accordion[b-dtta3n4pzj] {
    background-color: rgba(122, 17, 17, 0.829);
    color: #f8f8f8;
    cursor: pointer;
    padding: 18px;
    width: 80%;
    align-self: center;
    border: none;
    text-align: center;
    outline: none;
    font-size: x-large;
    transition: 0.4s;
    border-radius: 10px;
  }
  
  .active[b-dtta3n4pzj], .accordion:hover[b-dtta3n4pzj] {
    background-color:rgba(236, 119, 119, 0.904);
  }
  
  .accordion[b-dtta3n4pzj]:after {
    /*content: '⮟';*/
    font-family: "Font Awesome 6 Free";
    content: "\f0d7";
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
  .active[b-dtta3n4pzj]:after {
    /*content: "⮝";*/
    font-family: "Font Awesome 6 Free";
    content: "\f0d8";
  }
  
  .panel[b-dtta3n4pzj] {
    padding: 0 18px;
    background-color: rgba(71, 6, 6, 0.3  );
    max-height: 0;
    width: 80%;
    align-self: center;
    overflow: hidden;
    border-radius: 10px;
    transition: max-height 0.2s ease-out;
  }
  
  .panel ul li[b-dtta3n4pzj] {
    font-size: large;
  }
  
  ul[b-dtta3n4pzj]{
      text-align: left;
    }
    
    ul > li[b-dtta3n4pzj]{
      color: white;
      font-size: large;
      margin-right: 2%;
    }
    
    ol[b-dtta3n4pzj]{
      text-align: left;
      counter-reset: item;
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    
    ol > li[b-dtta3n4pzj]{
      color: white;
      font-size: large;
      display: table;
      counter-increment: item;
      margin-left: 2%;
      margin-right: 2%;
    }
    
    ol li[b-dtta3n4pzj]:before {
      content: counters(item, ".") " ";
      display: table-cell;
      padding-right: 0.6rem;
    }
    
    li ol > li[b-dtta3n4pzj] {
      margin: 0;
    }
    
    li ol > li[b-dtta3n4pzj]:before {
      content: counters(item, ".") " ";
    }
  
    .animated-button[b-dtta3n4pzj] {
      background: linear-gradient(-30deg, #0b1b3d 50%, #08142b 50%);
      padding: 20px 40px;
      margin: 12px;
      display: inline-block;
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
      overflow: hidden;
      color: #d4e0f7;
      font-size: 20px;
      letter-spacing: 2.5px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
              box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    }
    
    .animated-button[b-dtta3n4pzj]::before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #8592ad;
      opacity: 0;
      -webkit-transition: .2s opacity ease-in-out;
      transition: .2s opacity ease-in-out;
    }
    
    .animated-button:hover[b-dtta3n4pzj]::before {
      opacity: 0.2;
    }
    
    .animated-button span[b-dtta3n4pzj] {
      position: absolute;
    }
    
    .animated-button span:nth-child(1)[b-dtta3n4pzj] {
      top: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: -webkit-gradient(linear, right top, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
      background: linear-gradient(to left, rgba(8, 20, 43, 0), #2662d9);
      -webkit-animation: 2s animateTop linear infinite;
              animation: 2s animateTop-b-dtta3n4pzj linear infinite;
    }
    
    @-webkit-keyframes animateTop {
      0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
      }
      100% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
      }
    }
    
    @keyframes animateTop-b-dtta3n4pzj {
      0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
      }
      100% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
      }
    }
    
    .animated-button span:nth-child(2)[b-dtta3n4pzj] {
      top: 0px;
      right: 0px;
      height: 100%;
      width: 2px;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(8, 20, 43, 0)), to(#2662d9));
      background: linear-gradient(to top, rgba(8, 20, 43, 0), #2662d9);
      -webkit-animation: 2s animateRight linear -1s infinite;
              animation: 2s animateRight-b-dtta3n4pzj linear -1s infinite;
    }
    
    @-webkit-keyframes animateRight {
      0% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
      }
      100% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
      }
    }
    
    @keyframes animateRight-b-dtta3n4pzj {
      0% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
      }
      100% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
      }
    }
    
    .animated-button span:nth-child(3)[b-dtta3n4pzj] {
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(8, 20, 43, 0)), to(#2662d9));
      background: linear-gradient(to right, rgba(8, 20, 43, 0), #2662d9);
      -webkit-animation: 2s animateBottom linear infinite;
              animation: 2s animateBottom-b-dtta3n4pzj linear infinite;
    }
    
    @-webkit-keyframes animateBottom {
      0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
      }
      100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
      }
    }
    
    @keyframes animateBottom-b-dtta3n4pzj {
      0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
      }
      100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
      }
    }
    
    .animated-button span:nth-child(4)[b-dtta3n4pzj] {
      top: 0px;
      left: 0px;
      height: 100%;
      width: 2px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(8, 20, 43, 0)), to(#2662d9));
      background: linear-gradient(to bottom, rgba(8, 20, 43, 0), #2662d9);
      -webkit-animation: 2s animateLeft linear -1s infinite;
              animation: 2s animateLeft-b-dtta3n4pzj linear -1s infinite;
    }
    
    @-webkit-keyframes animateLeft {
      0% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
      }
      100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
      }
    }
    
    @keyframes animateLeft-b-dtta3n4pzj {
      0% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
      }
      100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
      }
    }
    
    .animated-button1[b-dtta3n4pzj] {
      background: radial-gradient(rgb(223, 8, 8) 0%, #741b1b 35%, #0f0d0d 90%);
      padding: 20px 40px;
      margin: 12px;
      display: inline-block;
      -webkit-transform: translate(0%, 0%);
              transform: translate(0%, 0%);
      overflow: hidden;
      color: #f7d4d4;
      font-size: 20px;
      letter-spacing: 2.5px;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
              box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
              border-radius: 8px;
    }
    
    
    .animated-button1[b-dtta3n4pzj]::before {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background-color: #ad8585;
      opacity: 0;
      -webkit-transition: .2s opacity ease-in-out;
      transition: .2s opacity ease-in-out;
    }
    
    .animated-button1:hover[b-dtta3n4pzj]::before {
      opacity: 0.3;
    }
    
    .animated-button1 span[b-dtta3n4pzj] {
      position: absolute;
    }
    
    .animated-button1 span:nth-child(1)[b-dtta3n4pzj] {
      top: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: -webkit-gradient(linear, right top, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
      background: linear-gradient(to left, rgba(43, 8, 8, 0), #d92626);
      -webkit-animation: 2s animateTop linear infinite;
              animation: 2s animateTop-b-dtta3n4pzj linear infinite;
    }
    
    @keyframes animateTop-b-dtta3n4pzj {
      0% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
      }
      100% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
      }
    }
    
    .animated-button1 span:nth-child(2)[b-dtta3n4pzj] {
      top: 0px;
      right: 0px;
      height: 100%;
      width: 2px;
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#d92626));
      background: linear-gradient(to top, rgba(43, 8, 8, 0), #d92626);
      -webkit-animation: 2s animateRight linear -1s infinite;
              animation: 2s animateRight-b-dtta3n4pzj linear -1s infinite;
    }
    
    @keyframes animateRight-b-dtta3n4pzj {
      0% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
      }
      100% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
      }
    }
    
    .animated-button1 span:nth-child(3)[b-dtta3n4pzj] {
      bottom: 0px;
      left: 0px;
      width: 100%;
      height: 2px;
      background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#d92626));
      background: linear-gradient(to right, rgba(43, 8, 8, 0), #d92626);
      -webkit-animation: 2s animateBottom linear infinite;
              animation: 2s animateBottom-b-dtta3n4pzj linear infinite;
    }
    
    @keyframes animateBottom-b-dtta3n4pzj {
      0% {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
      }
      100% {
        -webkit-transform: translateX(100%);
                transform: translateX(100%);
      }
    }
    
    .animated-button1 span:nth-child(4)[b-dtta3n4pzj] {
      top: 0px;
      left: 0px;
      height: 100%;
      width: 2px;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#d92626));
      background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #d92626);
      -webkit-animation: 2s animateLeft linear -1s infinite;
              animation: 2s animateLeft-b-dtta3n4pzj linear -1s infinite;
    }
    
    @keyframes animateLeft-b-dtta3n4pzj {
      0% {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
      }
      100% {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
      }
    }
/* _content/TCCWeb/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-0nllocnbm5] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-0nllocnbm5] {
  color: #0077cc;
}

.btn-primary[b-0nllocnbm5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-0nllocnbm5], .nav-pills .show > .nav-link[b-0nllocnbm5] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-0nllocnbm5] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-0nllocnbm5] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-0nllocnbm5] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-0nllocnbm5] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-0nllocnbm5] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

@media (min-width: 640.98px) {
  #wallpaper_browser[b-0nllocnbm5] {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
    opacity: 80%;
    margin: auto;
  }


  #wallpaper_mobile[b-0nllocnbm5] {
    display: none;
  }
}

@media (min-width: 1366px) {
  #wallpaper_browser[b-0nllocnbm5] {
      width: 1366px;
      height: 766px;
  }
}

@media (max-width: 640.98px) {
  #wallpaper_browser[b-0nllocnbm5] {
    display: none;
  }

  #wallpaper_mobile[b-0nllocnbm5] {
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -2;
    opacity: 80%;
    margin: auto;
  }
}
