:root {
    --theme-color-2: #013374;
    --theme-color-2-transparant: #0133744D;
    --vat-color: #0495fe;
}

body {
    font-size: 16px;
}

.hidden {
    display: none;
}

.navbar {
    position: relative;
    z-index: 20000;
    height: 55px;
}

.navbar2 {
    background-color: var(--theme-color-2);
    color: #fff;
    top: 0;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    height: 75px;
    position: relative;
    width: 100%;
    z-index: 1031;
    left: 0;
}

    .navbar2 .navbar-nav .nav-link {
        color: #fff !important;
    }

        .navbar2 .navbar-nav .nav-link.showhome {
            font-weight: 700;
            font-size: 120%;
        }

    .navbar2.fixed {
        position: fixed;
        top: 0;
        background: radial-gradient(circle, rgba(1,51,116,1) 55%, rgba(255,255,255,1) 100%);
        height: 75px;
    }

        .navbar2.fixed .navbar-brand {
            display: block;
        }

.main-content-wrapper {
    padding-top: 0;
}

.navbar .nav-item:hover .nav-link, .navbar .nav-item .nav-link.active {
    border-bottom: 1px solid var(--theme-color-2);
}

.navbar2 .nav-item:hover .nav-link, .navbar2 .nav-item .nav-link.active {
    border-bottom: 1px solid #fff;
}

.dropdown-menu {
    padding: 0 !important;
}

    .dropdown-menu li {
        margin: 0 !important;
    }

.dropdown .nav-link:after {
    content: "\f078";
    font-size: 10px;
    line-height: inherit;
}

.dropdown a.submenu::after {
    content: "\f054";
}

.navbar-brand {
    width: 70px;
}

.my-profile-card-img .gallery_product-inner {
    /*border-radius: 10px 10px 0px 0px;*/
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: none;
    text-align: center;
    background-color: var(--theme-color-2);
}

.my-profile-card-img img {
    max-height: 200px;
    align-content: center;
    border-radius: 50%;
    border: 1px solid var(--theme-color-2);
}

.cardBorderRadius {
    /*border-radius: 10px 10px 0px 0px;*/
}

.my-profile-card-info {
    padding: 15px;
    border: 1px solid var(--theme-color-2);
    border-radius: 0px 0px 10px 10px;
}

    .my-profile-card-info ul {
        position: relative;
    }

        .my-profile-card-info ul li {
            position: relative;
            display: inline-block;
            margin-right: 5px;
        }

            .my-profile-card-info ul li a {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                background-color: var(--theme-color-3);
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--font-white);
            }

    .my-profile-card-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
        /*color: var(--font-white);*/
    }

.profile-read.hide {
    display: none;
}

.profile-write.hide {
    display: none;
}

.vat h2 {
    display: inline-block;
}

.vat-background {
    background-color: var(--vat-color);
    height: 425px;
    width: 100%;
    border-radius: 20px;
    padding: 10px;
}

.vat-info {
}

.my-koi .item-text-holder h2 {
    display: block;
}

.my-koi-card-img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    border: 1px solid var(--theme-color-2);
    border-bottom: none;
}

.my-koi-card-info {
    padding: 15px;
    border: 1px solid var(--theme-color-2);
    border-radius: 0px 0px 10px 10px;
}

    .my-koi-card-info ul {
        position: relative;
    }

        .my-koi-card-info ul li {
            position: relative;
            display: inline-block;
            margin-right: 5px;
        }

            .my-koi-card-info ul li a {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                background-color: var(--theme-color-3);
                display: flex;
                align-items: center;
                justify-content: center;
                color: var(--font-white);
            }

    .my-koi-card-info h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }

.profile-read.hide, .koi-read.hide {
    display: none;
}

.profile-write.hide, .koi-write.hide {
    display: none;
}


.default-koi-hover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    border: 20px solid rgba(0, 0, 0, .1);
    background-color: rgba(255, 255, 255, .9);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#koi-video:hover .default-koi-hover, #koi-image:hover .default-koi-hover {
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: var(--theme-color-2);
}

#koiVideo {
    width: 100%;
}



    #koiVideo #fullscreenButtons {
        display: none;
    }


    #koiVideo.fullscreen #fullscreenButtons {
        display: flex;
        position: fixed;
        bottom: 0;
        right: 0;
        justify-content: end;
        padding: 15px;
    }

.dropdown-item.activeLanguage, .dropdown-item:active {
    text-decoration: underline;
}

@media All and (max-width: 992px) {
    .navbar2 .navbar-nav .nav-link {
        color: black !important;
    }
}

.choices[data-type*=select-one] > .choices__list > .choices__list > .choices__item--selectable {
    padding-right: 0px;
}

    .choices[data-type*=select-one] > .choices__list > .choices__list > .choices__item--selectable::after {
        display: none;
    }

.choices__inner {
    border-color: rgb(118,118,118);
    background-color: white;
    padding: 1px 2px;
    min-height: 0;
    font-size: inherit;
}

.choices[data-type*=select-one] .choices__inner {
    padding-bottom: 2px;
}

#editProfilePic, #editKoiPic {
    padding-top: 10vh;
    padding-bottom: 10vh;
}

    #editProfilePic .cropper-view-box {
        border-radius: 50%;
    }

.cropper-view-box {
    outline: 0;
    box-shadow: 0 0 0 1px #39f;
}

.cropper-container .cropper-bg {
    height: 100%;
    width: 100%;
}

img {
    max-width: 100%;
}


.cropper-point, .cropper-point.point-se {
    background-color: black;
    height: 10px;
    width: 10px;
}

    .cropper-point.point-sw, .cropper-point.point-nw, .cropper-point.point-w {
        left: -5px;
    }

    .cropper-point.point-sw, .cropper-point.point-s, .cropper-point.point-se {
        bottom: -5px;
    }

    .cropper-point.point-nw, .cropper-point.point-ne, .cropper-point.point-n {
        top: -5px;
    }

    .cropper-point.point-ne, .cropper-point.point-e, .cropper-point.point-se {
        right: -5px;
    }

.bg-themeColor {
    background-color: var(--theme-color-2);
}

.bg-added {
    background-color: green;
}

.text-added {
    color: green;
}

.classDragItem, .varietyDragItem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 5px;
}

    .classDragItem h5, .varietyDragItem h5 {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
        width: 100%;
        padding: 5px 0;
    }


    .classDragItem:hover {
        background-color: rgb(255,255,255,0.3);
    }

    .varietyDragItem:hover {
        background-color: var(--theme-color-2-transparant);
    }

#newForm {
    margin: 10px;
    border-radius: 10px;
    border: dashed 1px black;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    text-align: center;
}

.deleteButton {
    display: none;
}

.judgeCard {
    border: 1px solid var(--theme-color-2);
    border-radius: 10px;
    padding: 0px;
}

.scoreformJudgePage:hover {
    background-color: var(--theme-color-2-transparant);
}

.koiCardJudges,
.koiCard {
    border: 1px solid var(--theme-color-2);
    border-radius: 10px;
    height: 220px;
    overflow: hidden;
}

    .koiCardJudges img,
    .koiCard img {
        border-right: 1px solid var(--theme-color-2);
    }

    .koiCardJudges .infoKoi {
        line-height: 20px;
    }

        .koiCardJudges .infoKoi h5 {
            padding-top: 5px;
            font-size: 1.1rem;
            font-weight: 700;
        }

    .koiCardJudges .titleKoi,
    .koiCardJudges .titleKoi h5,
    .koiCard .titleKoi,
    .koiCard .titleKoi h5 {
        background: var(--theme-color-2);
        color: white;
    }

    .koiCard .koiImage {
        height: 220px;
        width: 132px;
        flex-shrink: 0;
        object-fit: contain;
    }

.noButton {
    background: inherit;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}

@media (min-width:1770px) {
    .col-xxxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }

    .pe-xxxl-6 {
        padding-right: 200px;
    }

    .col-xxxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
}

#koiDetails {
    padding-top: 50px;
}

.dragIcon {
    display: none;
}

.dragKoiScoreboard:hover {
    background: var(--theme-color-2-transparant);
    cursor: grab;
}

.event-list-process ul li.done::before {
    border-left: 2px solid green;
}

.done .event-list-count {
    background-color: green;
}

.accordionButtonPrizes, .prizesWithoutForms {
    background: inherit;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

    .accordionButtonPrizes:hover {
        background-color: var(--theme-color-2-transparant);
    }

    .accordionButtonPrizes:not(.collapsed) {
        color: black;
        background-color: white;
        box-shadow: none;
    }

.choices {
    display: inline-block;
    width: 100%;
}

.overviewOwnerButton:not(.collapsed),
.accordionAccentHeader:not(.collapsed) {
    color: white;
    background-color: var(--theme-color-2) !important;
}

.custom-tooltip {
    --bs-tooltip-bg: var(--theme-color-2);
    --bs-tooltip-color: var(--bs-white);
}

#searchField {
    padding: 12px 20px 12px 40px; /* Add some padding */
    flex: 1 1 auto;
    width: 1%;
    border: none;
}

#onlyInvalidKoi {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkboxCustom {
    /*    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;*/
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 35px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkboxCustom:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkboxCustom input:checked ~ .checkmark {
    background-color: var(--theme-color-2);
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.checkboxCustom input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkboxCustom .checkmark:after {
    left: 10px;
    top: 6px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.assignJuryButton:not(.collapsed) {
    color: white;
    background-color: var(--theme-color-2);
}

#setWinners {
    position: relative;
}

    #setWinners .modal-dialog {
        position: fixed;
        max-width: 100%;
        width: 500px;
        top: calc(50% - 200px);
        left: calc(50% - 250px);
    }

    #setWinners .modal-content {
        /*overflow: hidden;*/
        width: 500px;
        resize: none;
    }

    #setWinners .modal-body {
        height: auto;
        overflow-y: visible;
    }

    #setWinners .modal-header {
        cursor: move;
    }

        #setWinners .modal-header:hover {
            cursor: move;
        }

.modal-open #setWinners {
    padding: 0;
}

.modal-open {
    overflow: auto;
    height: auto !important;
    max-height: auto !important;
    min-height: auto !important;
}



#koiPictureSeen {
    cursor: pointer;
}

    #koiPictureSeen:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
#viewImage.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000000; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
    max-height: 100vh;
    padding-top: 0;
}

/* Modal Content (image) */
#viewImage .modal-content {
    margin: auto;
    display: block;
    width: auto;
    max-width: 80vw;
    border-radius: 0;
    object-fit: contain;
    max-height: inherit;
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-content {
        width: 100%;
    }
}

.navigationFish:hover {
    opacity: 1 !important;
}

#loadingOverviewKoi {
    width: inherit;
    height: 100%;
    background-color: rgb(255,255,255,0.7);
    z-index: 9999;
    text-align: center;
}

#loading-overviewKoi-image {
    position: absolute;
    top: 40%;
    z-index: 999;
    transform: translate(-50%);
    display: inline-block;
}

.filterMenu {
    overflow: auto;
    top: 70px;
    position: sticky;
    z-index: 999;
    background-color: #fff;
    scrollbar-width: thin;
}

@media all and (max-width: 768px) {
    .filterMenu {
        width: 100%;
        z-index: 999;
    }

    #filter-toggler {
        box-shadow: 3px 1px 5px lightgray;
    }
}

.filterMenu::-webkit-scrollbar {
    width: 5px;
}

.filterMenu::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.filterMenu::-webkit-scrollbar-thumb {
    background: #888;
}

    .filterMenu::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.filterMenu .filterGroup {
    font-size: 1rem;
    padding: 5px 0px;
}

#pictureKoi {
}
/*.filterGroupHidden{
    display: none;
}*/
.filterDropdown::after {
    font: var(--fa-font-solid);
    content: '\f106';
    position: absolute;
    display: inline-block;
    font-size: 1.4rem;
    right: 0.1rem;
    top: 42%;
    transition: all .35s;
    transform: translateY(-50%);
    font-weight: 400;
}

.collapsed .filterDropdown::after {
    font: var(--fa-font-solid);
    content: '\f107';
    font-size: 1.4rem;
    font-weight: 400;
}

.accordion-button:not(.collapsed) {
    /*color: #0c63e4;*/
    background-color: inherit;
}

.filterGroupHide:not(.collapsed) .less {
    display: block;
}

.filterGroupHide:not(.collapsed) .more {
    display: none;
}

.filterGroupHide.collapsed .less {
    display: none;
}

.filterGroupHide.collapsed .more {
    display: block;
}

.prizesOverviewKoi {
    width: 100%;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0.5rem;
    align-items: center;
}

    .prizesOverviewKoi img {
        border-right: none;
        height: max-content;
        width: 20%;
    }


.likeButton::after,
.likeButton.liked::after,
.likeButton.liked:hover::after {
    content: "\f004";
    font-size: 25px;
    line-height: 30px;
    font-family: "Font Awesome 6 Sharp";
    color: white;
}

.likeButton:hover::after,
.likeButton.liked::after {
    color: red;
}

.likeButton::after {
    font-weight: 400;
}

.likeButton:hover::after {
    font-weight: 900;
    /*opacity: 0.6;*/
}

.likeButton.liked::after {
    font-weight: 900;
}

.likeButton.liked:hover::after {
    font-weight: 400;
    /*opacity: 0.6;*/
}

.likeButton.likeButtonstatic, .likeButton.likeButtonstatic:hover {
    font-size: 15px;
    line-height: 20px;
    color: red;
}

    .likeButton.likeButtonstatic::after, .likeButton.likeButtonstatic:hover::after {
        font-size: 15px;
        line-height: 20px;
        color: red;
    }

#exportSocialsButton {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 40px;
    justify-content: center;
}

    #exportSocialsButton a {
        min-width: 50px;
        min-height: 50px;
    }

.embededVideoContainer {
    height: fit-content;
    max-height: 100vh;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.embededVideoFrame {
    width: 100%;
    aspect-ratio: 16 / 9;
    max-height: 100vh;
}

.numbersBox {
    text-align: left;
    margin: auto;
    width: fit-content;
}

.numbersOldShows {
    width: 150px;
    display: inline-block;
}

.is-invalid {
    border-color: #dc3545;
}

.accentBorder {
    border: 1px hsl(214, 98%, 23%) solid;
    border-radius: 6px;
}

.judgeWrapper {
    display: flex;
    flex-direction: row;
}

.deleteGroupButton {
    margin-left: auto;
    display: inline-block;
    padding: 0 1rem;
    cursor: pointer;
    float: right;
}

.accordion-button.collapsed .fa-solid.fa-angle-down {
    transform: rotate(0deg);
}

.accordion-button:not(.collapsed) .fa-solid.fa-angle-down {
    transform: rotate(180deg);
}

.toast-container {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
    display: flex;
    flex-direction: column;
    margin: 1rem;
}

.modal-open #tategoiDetails.modal {
    padding-top: 10vh;
}

.loadingSmall {
    height: 300px;
    object-fit: contain;
}

.koisponsor {
    position: relative;
    margin-top: 50px;
    max-width: 100%;
    object-fit: contain;
}
