.judgingGallery_leftContent,
.judgingGallery_rightContent {
    max-height: 640px;
    max-height: var(--judgeEvalHeight, 640px);
    overflow-y: auto;
}

.gallery_details {
    overflow: hidden;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.gallery_details>.judgingGallery_leftContent {
    padding-left: 0;
}

div.gallery_details>div[class^="judgingGallery_"]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

div.gallery_details>div[class^="judgingGallery_"]::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

div.gallery_details>div[class^="judgingGallery_"]::-webkit-scrollbar-thumb {
    background-color: #000000;
}

.judgingGallery_rightContent .submitButtons {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    bottom: 0;
    background: #f8f8f8;
    padding: 3px;
    margin: 0 -5px -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #ededed;
}

.judgingGallery_rightContent .submitButtons>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 3px !important;
}

.judgingGallery_leftContent #scoringForm .formBuilderFormBreadCrumb {
    position: sticky;
    z-index: 1;
    top: 0;
    background: #f8f8f8;
    margin: -5px -5px 0;
    width: auto;
    border-bottom: 1px solid #ededed;
}

.judgingGallery_leftContent .fields {
    border-top: none;
}

.judgingGallery_leftContent .videoContainer {
    margin-right: 0;
    display: block;
}

.formBuilder.form .formBuilderFormBreadCrumb ul li a.selected {
    font-weight: 400;
    font-size: 100%;
}