body{
    background-color: #044DA7;
    color: white;
    font-family: 'Open Sans', sans-serif;
}
@font-face {
    font-family: 'Rift';
    src: url('../fonts/Rift-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}
.section-title{
    font-family: 'Rift';
    font-size: 2rem;
    margin: 1vw 0;
}
a{
    color: white;
    text-decoration: none;
}
a:active{
    color: white;
}




.dtsb-dropDown, .dtsb-value, .dtsb-input, .dt-datetime{
    color: black !important;
}
.entries-table{
    padding: 1vw;
    
}

/* .dt-layout-table{
    color: white;
} */
.judging-content{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
#all-entries-table-holder{
    width: 100% !important;
}
#add-keyword-section{
    margin-top: 1vw;
    display: flex;
    align-items: center;
    gap: 1vw;
}
#new-keyword{
    border: none;
    width: 12vw;
    height: 1.5vw;
}
#add-new-keyword{
    border: none;
    background-color: #ba34eb;
    width: 5vw;
    color: white;
    font-size: 1vw;
    height: 1.5vw;
    border-radius: 0.25vw;
}
.judging-content .table-holder{
    background-color: #0084AD;
    border: 2px solid white;
    width: 40vw;
    border-radius: 1em;
    overflow-y: scroll;
}
.judging-content .table-holder::-webkit-scrollbar{
    display: none;
}

.judging-content table{
    background-color: #0084AD;
    border-radius: 1em;
}
.judging-content-right{
    margin: 0 1vw;
}

.judging-content-right .stats{

    width: 40vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    overflow: hidden;
    align-items: center;
}
/* .judging-content-right .top-reviewed{
    height: 63.5%;
} */
.judging-content-right .top-reviewed-table{
    width: 40vw;
    /* height: 25vw; */
    height: auto;
    padding: 1vw;
}
.otherTopReviewTable{
    width: auto !important;
}
.scroll-box-table{
    overflow-x: hidden;
    overflow-y: auto !important;
    clip-path: inset(0px round 17px);
    /* scrollbar-gutter: stable both-edges; */
}
/* Handle on hover */
.scroll-box-table::-webkit-scrollbar {
    width: 5px;
    scrollbar-width: thin;
    display: block !important;
}
  
  /* Track */
.scroll-box-table::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 1vw;
    padding-top: 5px;
}
  
  /* Handle */
.scroll-box-table::-webkit-scrollbar-thumb {
    background: #25b1d4;
    border-radius: 1vw;
    max-height: 5px;
}


.judging-content .all-entries{
    width: 80vw;
}
.judging-content .judging-content-right .all-entries{
    width: 40vw;
}
.judging-content .judging-content-left .all-entries{
    width: 40vw;
}
/* .judging-content .all-entries .table-holder{
    height: 45vw;
} */

.judging-content-right .stats .entry-total{
    font-size: 1.5vw;
    text-align: center;
    margin: 0.5vw 0; 
}
.judging-content-right .stats .entry-total .title{
    margin: 0.5vw 0;
}
.judging-content-right .stats .entry-total .count{
    font-size: 3vw;
    margin: 0;
}
.judging-content-right .stats .entry-total .cat-title{
    margin: 0.5vw 0;
    font-size: 1.25vw;
}
.judging-content-right .stats .entry-total .cat-count{
    font-size: 1.25vw;
    margin: 0;
}
.judging-content-right .stats div{
    margin: 0.5vw 1vw !important;
    width: 9vw;
}
.hr-stats{
    margin: 1vw 0;
    height: 7vw;
}
.hr-cat-stats{
    margin: 1vw 0;
    height: 3vw;
}
#stats-line{
    width: 75%;
    margin-bottom: -1vw;
}
.judging-content-left{
    width: 40vw;
    margin: 0 1vw;
}
/* .judging-content-left .entries{
    height: 20vw;
} */
.judging-content-left .entries .entries-table{
    height: auto;
}
.judging-content-left .incomplete-review-table{
    height: 10vw;
    
}
.judging-content-left .flagged .entries-table{
    height: 15vw;
}
.judging-content-left .rejected .entries-table{
    height: 15vw;
}

table{
    border: 0;
    width: 100%;
}

.flag{
    display: none;
}
#flag-reason{
    display: none;
}
.reject{
    display: none;
}
#reject-reason{
    display: none;
}

#header{
    height: 6vw;
    display: flex;
    align-items: center;
    padding: 1vw;
    justify-content: space-between;

}
#header .links a{
    margin: 0 10px;
    font-size: 24px;
}
#header #logo{
    height: 3vw;
}
.modal-body{
    background-color: #0084AD;
    border: 2px solid white;
    border-radius: 1rem;
    height: 25vw;
    width: 60vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal-body textarea{
    height: 15vw;
    width: 50vw;
    font-size: 18px;
    margin: 2vw;
    padding: 10px;
    resize: none;
    font: sans-serif;
}
.modal-body .judging-buttons{
    margin-bottom: 2vw;
}
.keyword-body{
    background-color: #0084AD;
    border: 2px solid white;
    border-radius: 1rem;
    height: 35vw;
    /* height: auto; */
    width: 42vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1vw;
}
.keyword-body textarea{
    height: 7vw;
    width: 30vw;
    font-size: 18px;
    margin: 1.5vw;
    padding: 10px;
    resize: none;
    font: sans-serif;
}

.keyword-body .judging-buttons{
    margin-bottom: 2vw;
}


.grading-content{
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.grading-content .grading-container{
    width: 35vw;
    border: 2px solid white;
    margin: .5vw;
    border-radius: 1em;
    padding: 1vw;
    background-color: #0084AD;
}
.flagged .grading-container{
    width: 35vw;
    border: 2px solid white;
    margin: 1vw;
    border-radius: 1em;
    padding: 1vw;
    background-color: #0084AD;
}
#header {
    position: relative;
    z-index: 800;
    height: 27vw;
    margin-top: 4vw;
    margin-left: 5vw;
    margin-right: 5vw;
    display: flex;
    justify-content: space-between;
    z-index: 99;
  }
  
  #header i {
    font-size: 10vw;
    padding: 1vw 0;
  }
  
  @media only screen and (min-width: 768px) {
    #header {
      height: 8.25vw;
      padding-top: 1vw;
      margin-top: 0vw;
      margin-left: 3vw;
      margin-right: 3vw;
      /* display: block; */
    }
  
    #header i {
      display: none;
    }
  }
  
  #header #logo {
    display: inline-block;
    vertical-align: top;
    height: 8vw;
    width: auto;
  }
  
  @media only screen and (min-width: 768px) {
    #header #logo {
      height: 4vw;
    }
  }
  
  #header a {
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 1vw;
  }

  button {
    cursor: pointer;
  }
  #zyn_btn_container{
    display: flex;
    justify-content: center;
  }
  #zyn_submit {
    width: 8vw;
    border-radius: .75vw;
    padding: .5vw;
    border-style: none;
    margin-top: .4vw;
  }
  .review_btn, .reason-alert{
    border-style: none;
    border-radius: 5px;
    padding: .15vw;
    width: 4vw;
  }

  .custom-alert {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.custom-alert-content {
    background-color: #fefefe;
    margin-left: 30rem;
    margin-top: 20rem;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 400px;
    border-radius: 8px;
    position: relative;

}
.custom-video {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: -7vw;
    /* width: 100%; */
    height: auto;
    overflow: auto;
    /* background-color: rgba(0, 0, 0, 0.4); */
}

.custom-video-content {
    background-color: #fefefe;
    margin-left: 30rem;
    margin-top: 20rem;
    padding: 20px;
    border: 1px solid #888;
    width: auto;
    max-width: 64vw;
    border-radius: 8px;
    position: relative;

}

#videoInfo {
    color: black;
    max-width: 75%;
    /* text-align: center; */
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
#videoClose{
    margin-left: .5vw;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#alertMessage{
    color: #044DA7;
}


.entry-info {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    /* background-color: #f9f9f9; */
}

.collapse {
    display: block;
    width: 100%;
    background: none;
    border: none;
    margin-top: -.5vw;
    cursor: pointer;
    
}

.collapse:after {
    content: '\02795';
    float: center;
    font-size: .75vw;
}

.active:after {
    content: "\2796";

}

.adminLeft {
    left: 0;
    top: 0;
    position: absolute;
}
.adminRight {
    right: 0;
    top: 0;
    position: absolute;
}

.otherLayout {
    display: flex !important;
    justify-content: space-between !important; 
    gap: 2vw;
}
.otherReview{
    justify-self: center !important;
}