#games_container {
    position: relative;
}

#games_list {
    width: 94%;
    padding-left: 6%;
    margin-right: 6%;
    height: 625px;
    overflow-y: hidden;
    transition: 0.25s;
    position: relative;
}

#games_list .disclaimer {
    font-size: 20px;
}

#games_list .separator {
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: -1px;
    float: left;
}

#games_list .separator_time {
    display: none;
    position: absolute;
    margin-top: 10px;
    font-size: 70px;
    width: 100%;
    left: 0;
    text-align: center;
    height: 105px;
    line-height: 105px;
    z-index: 100;
}

#games_list .separator_time.show {
    display: block;
}

#games_list .floating {
    width: 100%;
    height: 0px;
    float: left;
    overflow: visible;
}

#games_list .floating_time {
    position: absolute;
    left: 0px;
    text-align: left;
    margin-top: -25px;
    font-size: 20px;
    opacity: 0.5;
}

#games_list_cursor {
    position: relative;
}

#games_error {
    color: #C90E0E;
    margin-top: 30px;
    font-size: 22px;
    display: inline-block;
    width: 80%;
    margin-bottom: 30px;
    transition: 0.1s;
}

#games_cursor {
    position: absolute;
    width: 3%;
    right: 1.5%;
    top: 0%;
    margin-top: 5px;
    background-color: grey;
    margin-bottom: 5px;
    border-radius: 5px;
    text-align: center;
    cursor: grab;
    filter: brightness(0.5);
}

#games_cursor:hover {
    filter: brightness(1);
}

#games_cursor i {
    width: 100%;
    font-size: 22px;
}

#games_date {
    margin-bottom: 30px;
}

#games_date_field {
    background: #000;
    color: #FFF;
    border: none;
    padding: 20px;
    padding-left: 20px;
    font-size: 30px;
    border-radius: 10px;
    padding-left: 80px;
    margin-left: -50px;
    text-align: center;
    cursor: pointer;
}

#games_date i {
    font-size: 30px;
    position: relative;
    cursor: pointer;
}

#games_privatized {
    width: 88%;
    margin-left: 6%;
    margin-right: 6%;
    margin-top: 20px;
    transition: 0.2s;
}

#games_privatize_help {
    margin-left: 50px;
    line-height: 24px;
    margin-top: 20px;
}

#games_more {
    color: white;
    font-size: 50px;
    width: 100%;
    height: 130px;
    margin-top: -125px;
    margin-bottom: -5px;
    position: relative;
    background: #242424;
    display: none;
    cursor: pointer;
    z-index: 1000;
}

#games_more:hover i {
    color: #EA581A;
}

#games_more i {
    transform-origin: 50% 50%;
    animation: jump 1s ease-in-out infinite;
}

#privatize_help {
    margin-left: 50px;
    line-height: 24px;
    margin-top: 20px;
}

#privatize_help_button {
    font-size: 20px;
    margin-left: 20px;
    transition: 0.2s;
}

#privatize_help_button:hover {
    cursor: pointer;
    transform: scale(1.4);
}

.privatized {
    font-size: 18px;
    float: left;
    position: relative;
    margin-left: 11.5%;
    margin-right: 11.5%;
    width: 74%;
    padding: 2%;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    box-shadow: 0px 0px 5px 0px #000000;
    line-height: 52px;
}

#games_arrival_hint, #games_merge_hint, #games_legend_green, #games_legend_yellow {
    font-size: 24px;
    font-family: SourceSansPro;
}

#games_arrival_hint, #games_merge_hint, #privatization_warning {
    color: rgb(248, 193, 21);
}

#privatization_warning {
    margin-top: 10px;
}

#games_arrival_hint, #games_merge_hint {
    width: 86%;
    margin: auto;
    text-align: left;
    margin-bottom: 20px;
    font-family: SourceSansPro;
}

#games_legend_yellow, #games_legend_green {
    width: calc(80% - 60px);
    text-align: left;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
    font-family: SourceSansPro;
}

#games_legend_yellow i {
    background: rgb(248, 193, 21);
    padding: 10px;
    font-size: 30px;
    border-radius: 10px;
    position: absolute;
    margin-left: -60px;
    margin-top: 10px;
    text-shadow: 0px 0px 5px #000;
}

#games_legend_green i {
    background: rgb(32, 145, 6);
    padding: 10px;
    font-size: 30px;
    border-radius: 10px;
    position: absolute;
    margin-left: -60px;
    margin-top: 10px;
    text-shadow: 0px 0px 5px #000;
}

#privatization_widget_container {
    width: 86%;
    background: black;
    color: #FFF;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #0009;
    text-align: left;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 5px;
    height: 80px;
    transition: 0.2s;
}

#privatization_widget .fa-chevron-up {
    display: none;
}

#privatization_widget_container.opened {
    height: unset;
}

#privatization_widget_container.opened #privatization_widget .fa-chevron-down {
    display: none;
}

#privatization_widget_container.opened #privatization_widget .fa-chevron-up {
    display: block;
}

#privatization_widget {
    width: 100%;
    padding: 20px;
    height: 80px;
    font-size: 30px;
    cursor: pointer;
}

#privatization_widget .fa-lock {
    margin-right: 15px;
    margin-left: 10px;
}

#privatization_widget .fa-chevron-down, #privatization_widget .fa-chevron-up {
    float: right;
    margin-right: 10px;
    font-size: 40px;
}

#privatization_widget_info {
    width: 100%;
    float: left;
    font-size: 25px;
    padding: 20px;
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    font-family: SourceSansPro;
}

#privatization_widget_container #privatization_checkbox {
    float: left;
    width: 100%;
    padding: 20px;
    font-size: 22px;
}

#privatization_widget_container #privatization_checkbox p {
    margin-bottom: 0;
    font-family: SourceSansPro;
    font-size: 25px;
}

@keyframes jump {
    0% {
        transform: translate(0, 0)
    }
    40% {
        transform: translate(0, 50%)
    }
    100% {
        transform: translate(0, 0)
    }
}

#games_datepicker .datepicker {
    background: #000;
    border: none;
    color: #EA581A;
    font-family: 'Grobold';
}

#games_datepicker .datepicker--nav {
    border: none;
}

#games_datepicker .datepicker--nav-action path {
    stroke: #FFFFFF;
}

#games_datepicker .datepicker--nav-title i {
    color: #BBBBBB;
}

#games_datepicker .datepicker--cell,
#games_datepicker .datepicker--cell.--cell-month,
#games_datepicker .datepicker--cell.--cell-year {
    transition: all 0.5s ease-in-out;
}

#games_datepicker .datepicker--nav-title:hover,
#games_datepicker .datepicker--nav-action:hover {
    background: #EA581A;
}

#games_datepicker .datepicker--day-name,
#games_datepicker .datepicker--nav-title {
    color: #FFFFFF;
}

#games_datepicker .datepicker--cell.-current-,
#games_datepicker .datepicker--cell.-current-.-focus- {
    color: #209106;
}

#games_datepicker .datepicker--cell-day.-other-month-,
#games_datepicker .datepicker--cell-month.-other-year-,
#games_datepicker .datepicker--cell-year.-other-decade- {
    color: #60240B !important;
}

#games_datepicker .datepicker--cell.animate,
#games_datepicker .datepicker--cell.--cell-month.animate,
#games_datepicker .datepicker--cell.--cell-year.animate {
    color: #F8C115 !important;
    transform: scale(1.15);
}

#games_datepicker .datepicker--cell.-disabled- {
    color: #444444 !important;
    background: none !important;
    cursor: not-allowed !important;
    transform: none !important;
}

#games_datepicker .datepicker--cell.-selected- {
    color: #FFFFFF !important;
    background: #EA581A !important;
}

#games_datepicker .-selected-.datepicker--cell-day.-other-month-,
#games_datepicker .-selected-.-focus-.datepicker--cell-day.-other-month- {
    background: #EA581A;
}

#games_datepicker .-bottom-left- .datepicker--pointer,
#games_datepicker .-top-left- .datepicker--pointer {
    background: #000;
    border: none;
}

#games_datepicker {
    position: absolute;
    z-index: 100000000000;
    left: 0;
    top: 0;
}

#privatization_cost {
    margin-top: 10px;
}

#games_submit {
    display: inline-block !important;
    margin-top: 40px !important;
}

#games_list .game .game_duration {
  margin-left: 10px;
  font-weight: 600;
}
