﻿
.game-composer {
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 20rem;
    height: 100vh;
    text-align: left;
    /*background: #fff;*/
    background: #020e1f;
    -webkit-transition: right .5s;
    transition: right .5s;
    box-shadow: -0.15rem 0 1.75rem 0 rgba(34,39,46,.15);
}

.game-composer-footer {
    height: 5rem;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-shrink: 0;
    padding: 0.75rem;
    color: #fff;
}

.game-composer-opened {
    right: 0;
}

.game-composer-closed {
    right: -20rem;
}

.game-composer-toggle {
    position: absolute;
    top: 4.625rem;
    /*display: -webkit-box;*/
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    left: -3rem;
    width: 3rem;
    height: 3rem;
    border-top-left-radius: .35rem;
    border-bottom-left-radius: .35rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(34,39,46,.15);
    color: #020e1f;
    background-color: #F7BE18;
}

.game-composer-area {
    position: relative;
    height: calc(100% - 64px);
    overflow-y: auto;
    &::-webkit-scrollbar

{
    display: block;
    width: 0.5rem;
}

.game-mode-selector {
    width: 100% !important;
}

&::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    height: 3em;
    border-width: 0.1rem;
    border-style: solid;
    background-clip: padding-box;
}

&::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

&::-webkit-scrollbar-corner {
    background-color: transparent;
}

// Shows the custom scrollbar only on hover
&:hover {
    &::-webkit-scrollbar

{
    display: block;
}

}

&::-webkit-scrollbar-thumb {
    background-color: fade-out($white, 0.75);
    border-color: rgba(0, 0, 0, 0);
}

&::-webkit-scrollbar-track {
    background-color: fade-out($white, 0.9);
}

}

.game-composer-area-emptyGames {
    color: #fff;
    padding: 0.5rem;
}

.game-composer-toggle button {
    background-color: #F7BE18;
    border: 0;
}


.game-composer-head {
    padding: 0.98rem;
    font-size: .7rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
    /*color: #a7aeb8;*/
    color: #F7BE18;
    border-bottom: 2px solid #F7BE18;
}

.game-composer-content {
    /*position: relative;
    /*padding: 1.5rem;*/
    position: relative;
    max-height: 15rem;
    overflow-y: auto;
    padding-top: 0rem;
    padding-bottom: 0rem;
    color: #fff;
    &::-webkit-scrollbar

{
    display: block;
    width: 0.5rem;
}

&::-webkit-scrollbar-thumb {
    border-radius: 10rem;
    height: 3em;
    border-width: 0.1rem;
    border-style: solid;
    background-clip: padding-box;
}

&::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

&::-webkit-scrollbar-corner {
    background-color: transparent;
}

// Shows the custom scrollbar only on hover
&:hover {
    &::-webkit-scrollbar

{
    display: block;
}

}

&::-webkit-scrollbar-thumb {
    background-color: fade-out($white, 0.75);
    border-color: rgba(0, 0, 0, 0);
}

&::-webkit-scrollbar-track {
    background-color: fade-out($white, 0.9);
}

}

.game-composer-puntata {
    /*padding: 0.5rem;*/
    color: #fff;
}

.game-composer-progressione {
    /*padding: 0.5rem;*/
    color: #fff;
}

.game-composer-scalata {
    /*padding: 0.5rem;*/
    color: #fff;
}

.game-composer-saveArea {
    padding: 0.5rem;
    color: #fff;
}

    .game-composer-saveArea .message {
        font-size: 0.9rem;
    }

.game-composer-riepilogo {
    background-color: #F7BE18;
    color: #020e1f;
    padding: 0.5rem;
}


.game-composer-content .league {
    font-size: 0.70rem;
}

.deleteAll {
    font-size: 0.70rem;
    margin-bottom: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
}

    .deleteAll button {
        background: none;
        border: none;
        color: #fff !important;
    }

.game-composer-content .odd {
    font-size: 0.70rem;
    border-bottom: 1px solid #fff;
    margin-bottom: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.5rem;
}

    .game-composer-content .odd button {
        background: none;
        border: none;
    }

.game-composer-content .team {
    font-size: 1rem;
}

.game-composer-content .form-control {
    display: block;
    width: 90%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #373c45;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c7cdd6;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.bg-win, .bg-saveOk {
   
    background-color: #24a85d !important;
    font-size: 0.75rem;
    padding: 0.25rem;
    border: 1px solid #24a85d !important;
    margin-left: 2px;
    min-width: 5px;
}

.text-color-light {
    color: #fff !important;
}

.system-combinations {
    background-color: #F7BE18;
    color: #020e1f;
    padding: 0.5rem;
}

comb-amount-picker {
    display: grid;
    grid-template-columns: 1.4285714286rem auto 1.4285714286rem;
    padding: .2857142857rem 0;
    border-radius: var(--border-radius);
    align-items: center;
    justify-content: center;
}