* {
    box-sizing: border-box;
}

html {
    height: 100%;
}

:root {
    /* --main-color: rgb(251, 155, 45); */
    --main-color: #FF6B21;
}
.W-65{
    width: 65%;
}
.GRADIENT {
    background: linear-gradient(90deg, rgba(242, 136, 0, 1) 0%, rgba(246, 179, 94, 1) 50%, rgba(242, 136, 0, 1) 100%) !important;
}

.PRIMARY-COLOR {
    background-color: var(--main-color)!important;
}

.TEXT-COLOR {
    color: white !important;
}

.OPPONENT-COLOR {
    background-color: black;
}

.OPPONENT-TEXT-COLOR {
    color: white;
}

.PREVENT-TEXT-OVERFLOW {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media screen and (min-width: 1000px) {
    div#app {
        display: block !important;
    }

    div.invalidResolution {
        display: none !important;
    }
}

.invalid-select,
.INVALID-INPUT {
    border: 2px solid rgba(255, 0, 0, 0.75) !important;
}

/* 
    Laravel's invalid-feedback class 
    used for jQuery modal validation
*/
label.error.is-invalid {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #dc3545;
    font-weight: 700;
}


#matchSearch {
    background-image: url('https://www.w3schools.com/css/searchicon.png');
    background-position: 0.5rem 50%;
    background-repeat: no-repeat;
    width: 100%;
    font-size: 16px;
    padding: 0.75rem 2.5rem;
    border: 1px solid #ddd;
}

.HIGHLIGHT_BUTTON {
    background-color: aquamarine;
}

.button-highlight {
    border: #024E8C !important;
}

[id="navbarDropdown"].show {
    display: inline-block !important;
}

.nav-link:hover {
    opacity: 0.8;
    transition: 0.2s;
}


@media screen and (max-width: 570px) {
    #headerButtonText { 
        font-size: 10px !important;
    }

}

@media screen and (max-width: 991px) {
    #pijltjes { 
        display: none !important;
    }

}

.progresslines div h5{
    font-size: 1rem!important;
}

.height-170{
    height: 170px;
}


#override-show.show{
    display: block!important;
}

.flip-image::before {
    transform: rotate(270deg) !important;
    -webkit-transform: rotate(270deg) !important;
    -ms-transform: rotate(270deg) !important;
}

.padding-1{
   padding-top: calc(0.25rem + 2px) !important;;
}


.entry-border-red button{
    border-color: red!important;
}

.ck-editor__editable_inline{
    height: 130px;
}

.w-85{
    width: 85%;
}