@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@300;600&display=swap);
:root {
    --color-primary: #4BBFED;
    --color-secondary: #F6F6F9;
    --color-default: #2D2A2A;
    --color-text: #2D2A2A;
    --color-red: #C84040;
    --color-orange: #E67337;
    --color-green: #3CA455;
    --color-future-orange: #F7931D;
    --color-gray-dark: #CCCED0;
    --color-gray-medium: #ECECEE;
    --color-gray-light: #F6F6F9;
    --font-family-primary: 'Outfit', sans-serif;
    --font-family-secondary: 'Outfit', sans-serif;
}

html, h1, h2, h3, h4 {
    font-family: var(--font-family-primary);
}

h1 {
    font-size: 40px;
    line-height: 48px;
    font-weight: 600;
}

h2 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}

h3 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 600;
}

h4 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.uk-text-bold {
    font-weight: 600;
}

.o-text-bold-large {
    color: var(--color-text);
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.o-text-bold-medium {
    color: var(--color-text);
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.o-text-bold-small {
    color: var(--color-text);
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
}

p {
    color: var(--color-text);
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.uk-text-large {
    color: var(--color-text);
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 0.5px;
}

.uk-text-medium {
    color: var(--color-text);
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.uk-text-small {
    color: var(--color-text);
    font-size: 11px;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: 0.5px;
}

.uk-nav {
    font-size: 16px;
}

.uk-navbar-container:not(.uk-navbar-transparent) {
    background: white;
}

.uk-navbar-container {
    background-color: white;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.uk-navbar-dropdown-nav > li.uk-active > a {
    color: var(--color-primary);
    background-color: var(--color-secondary);
    font-weight: 500;
    border-radius: 4px;
}

.o-sidenav-content {
    padding: 20px;
}

.icon-input i {
    position: absolute;
}

.icon-input {
    width: 100%;
}

.o-danger-icon {
    font-size: 24px;
    color: #2D2A2A;
}

.o-success-icon {
    font-size: 20px;
    color: #3CA455;
}

.uk-navbar-nav > li > a {
    font-size: 16px;
    text-transform: capitalize;
}

.uk-nav-header {
    font-size: 12px;
    text-transform: capitalize;
}

.uk-nav-default > li.uk-active > a {
    color: var(--color-primary);
    background-color: var(--color-secondary);
    font-weight: 500;
    border-radius: 4px;
}

.uk-card-sidenav {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
}

.o-container-width {
    display: inline-block;
}

.uk-pagination {
    margin-left: 0;
    padding: 0px 10px;
    border: 1px solid #ECECEE;
    border-radius: 4px;
}

.uk-pagination li {
    margin-left: 0;
    margin-top: 2px;
    margin-bottom: 2px;
}

.uk-pagination > .uk-active > * {
    padding: 0px 10px 2px 10px;
    background-color: var(--color-primary);
    color: white;
    border-radius: 4px;
}

.o-pagination-arrow {
    margin-top: -2px;
}

.uk-button {
    /*height: 32px;*/
    /*min-width: 68px;*/
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 0;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
}

.o-uk-button-plus {
    padding: 10px 12px;
}

.uk-button-primary {
    background: var(--color-primary);
    color: white;
}

.uk-button-secondary {
    background-color: var(--color-secondary);
    color: #2D2A2A;
}

.uk-button-default {
    background-color: var(--color-default);
    border: 1px solid var(--color-default);
    color: white;
}

.uk-button-danger {
    background-color: var(--color-red);
}

.uk-button-danger:hover {
    background-color: #D91414;
}

.uk-button-disabled {
    background-color: var(--color-gray-dark);
    color: #110F24 40%;
    font-weight: bold;
}

.o-button-success {
    background-color: var(--color-green);
    color: white;
}

.o-button-success:hover {
    color: black;
    background-color: var(--color-secondary);
}

.uk-button-large {
    height: 40px;
    min-width: 83px;
    font-size: 16px;
    line-height: 24px;
    padding: 6px;
}

.uk-button-medium {
    height: 32px;
    min-width: 68px;
    font-size: 14px;
    padding: 4px;
}

.uk-button-small {
    height: 24px;
    min-width: 51px;
    font-size: 11px;
    padding: 2px;
}

.uk-container {
    border-radius: 4px;
    padding: 24px;
}

.uk-card.uk-card-default {
    background-color: #ECECEE;
}

.o-card-colors {
    background-color: white;
    box-shadow: 5px 5px 15px #ECECEE;
}

.uk-card.o-card-default {
    background-color: white;
    border: 1px solid #ECECEE;
    border-radius: 4px;
}

.o-card-header {
    box-shadow: 0px 1px 0px #ECECEE;
    border-radius: 5px 5px 0px 0px;
}

.o-card-button {
    width: 100%;
}

.o-card-select {
    font-size: medium;
}

.uk-align-right {
    margin-bottom: 0px;
}

progress {
    height: 4px;
    border-radius: 2px;
    border: none;
}

progress::-webkit-progress-bar {
    background-color: #ECECEE;
    border-radius: 2px;
}

progress::-webkit-progress-value {
    background-color: var(--color-primary);
    border-radius: 2px;
}

.o-progress-red::-webkit-progress-value {
    background-color: var(--color-red);
    border-radius: 2px;
}

.o-progress-orange::-webkit-progress-value {
    background-color: var(--color-orange);
    border-radius: 2px;
}

.o-progress-green::-webkit-progress-value {
    background-color: var(--color-green);
    border-radius: 2px;
}

table.uk-table {
    border-radius: 4px;
    border: 1px solid #ECECEE;
    background-color: white;
}

table.uk-table th {
    border-radius: 0;
    background: #FFFFFF;
    color: #110F24;
    box-shadow: 0 1px 0 0 #ECECEE;
    text-transform: capitalize;
    font-weight: bold;
}

table.o-table-headings {
    background-color: #ECECEE;
    border: 1px solid #ECECEE;
    border-radius: 4px;
}

.uk-card.uk-card-primary {
    background-color: var(--color-text);
}

.uk-form-label {
    font-size: 16px;
    font-weight: 600;
}

.uk-form-icon {
    color: var(--color-text);
    font-size: 20px;
    margin-bottom: 5px;
}

.o-game-company-div h1 {
    color: white !important;
}

.o-text-medium {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--color-text);
}

.o-text-large {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--color-text);
}

.o-text-xlarge {
    font-size: 50px;
    line-height: 40px;
    letter-spacing: 0;
    color: var(--color-text);
}

.o-text-green {
    color: var(--color-green);
}

.o-text-red {
    color: var(--color-red);
}

.o-text-blue {
    color: var(--color-primary);
}

a {
    color: var(--color-text);
}

.uk-modal-dialog {
    border-radius: 5px;
}

.uk-modal-header {
    border-radius: 5px 5px 0px 0px;
}

.o-icon {
    width: 1.5em;
}

.o-btn-icon {
    fill: white;
    width: 14px;
}

.uk-input {
    margin-bottom: 5px;
    background-color: #F6F6F9;
    color: #110F24;
    border: 1px solid #ECECEE;
    border-radius: 5px;
}

.uk-input:focus {
    background-color: #F6F6F9;
    border: 2px solid #4BBFED;
}

.uk-form-danger:focus {
    border: 2px solid #C84040;
}

.uk-form-success:focus {
    border: 2px solid #3CA455;
}

.uk-input:disabled {
    background-color: #ECECEE;
}

.uk-textarea {
    background-color: #F6F6F9;
    color: #110F24;
    border: 1px solid #ECECEE;
    border-radius: 5px;
}

.uk-textarea:focus {
    background-color: #F6F6F9;
    border: 2px solid #4BBFED;
}

.o-description {
    margin: 0px;
    font-size: medium;
    color: rgba(17, 15, 36, 0.4);
}

input[type='range'] {
    border-radius: 100px;
    height: 4px;
    width: 150px;
    outline: none;
    -webkit-appearance: none;
}

input[type='range']::-webkit-slider-thumb {
    width: 14px;
    -webkit-appearance: none;
    height: 14px;
    background: var(--color-primary);
    border-radius: 100px;
    border: 2px solid white;
}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: var(--color-primary);
}

input[type="range"]::-moz-range-track {
    background-color: #ECECEE;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: var(--color-primary);
}

input[type="range"]::-ms-fill-upper {
    background-color: #ECECEE;
}

.o-loan-input {
    background-color: white;
}

.o-loan-input:focus {
    background-color: white;
}

.uk-form-danger {
    border: 2px solid #C84040;
}

.uk-form-success {
    border: 2px solid #3CA455;
}

.o-kpi-form {
    border-radius: 0px;
    text-align: center;
}

.uk-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 16'%3E%3Cline stroke='%23000' stroke-width='2px' stroke-linecap='round' x1='6' y1='11' x2='2' y2='7'/%3E%3Cline stroke='%23000' stroke-width='2px' stroke-linecap='round' x1='6' y1='11' x2='10' y2='7'/%3E%3C/svg%3E");
}

.uk-select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    background-color: #F6F6F9;
    color: #110F24;
    border: 1px solid #ECECEE;
    border-radius: 5px;
}

.uk-select::-ms-expand {
    display: none;
}

.uk-select:focus {
    background-color: #F6F6F9;
    border: 2px solid #4BBFED;
}

.o-loan-select {
    background-color: white;
}

.o-loan-select:focus {
    background-color: white;
    border: 2px solid #4BBFED;
}

.uk-form-label {
    color: #2D2A2A;
    font-size: 16px;
    font-weight: bold;
}

.o-input-success {
    color: white;
    background-color: var(--color-primary);
}

.uk-radio {
    background-color: #ECECEE;
    border: none;
}

.uk-radio:checked {
    background-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 16'%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='7' y2='8'/%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='17' y2='5'/%3E%3C/svg%3E");
}

.uk-checkbox {
    background-color: #ECECEE;
    border-radius: 3px;
    border: none;
    margin-right: 10px;
}

.uk-checkbox:checked {
    background-color: var(--color-primary);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 16'%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='7' y2='8'/%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='17' y2='5'/%3E%3C/svg%3E");
}

.o-checkbox-secondary {
    background-color: transparent;
    border-radius: 3px;
    border: 2px solid black;
    margin-right: 15px;
}

.o-checkbox-secondary:checked {
    background-color: black;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 16'%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='7' y2='8'/%3E%3Cline stroke='%23fff' stroke-width='2px' x1='10' y1='12' x2='17' y2='5'/%3E%3C/svg%3E");
}

.uk-checkbox-large {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}

.uk-checkbox.uk-checkbox-large:checked {
    background-size: 30px 30px;

}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 28px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ECECEE;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: var(--color-primary);
}

input:focus + .slider {
    box-shadow: 0 0 1px #ECECEE;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.o-icon-success {
    color: var(--color-primary);
}

.uk-table.o-game-master-dashboard-teams {
    border-collapse: separate;
    border-spacing: 0 15px;
    background-color: #ECECEE;
    font-size: 14px;
    font-weight: 300;
    color: var(--color-text);
    box-shadow: none;
}

.uk-table.o-game-master-dashboard-teams th, .uk-table.o-game-master-dashboard-projects th {
    color: var(--color-text);
    font-weight: normal;
}

.uk-table.o-game-master-dashboard-teams th {
    text-transform: none;
}

.uk-table.o-game-master-dashboard-teams td {
    background-color: white;
}

.o-game-master-dashboard-projects {
    font-size: 14px;
    font-weight: 300;
    color: var(--color-text);
}

table.o-game-master-dashboard-projects {
    border: none;
    border-collapse: separate;
    border-spacing: 10px;
}

table.o-game-master-dashboard-projects th {
    text-transform: none;
}

table.o-game-master-dashboard-projects td {

}

table.uk-table .o-game-round-table-header {
    background: #ECECEE;
    width: 85px;
    position: relative;
    text-align: center;
}

table.uk-table .o-game-round-table-header.active {
    border-bottom: 2px solid #4BBFED
}

.o-color-circle {
    height: 24px;
    width: 24px;
}

.o-color-circle-small {
    height: 16px;
    width: 16px;
}

.o-table-icon {
    font-size: 1.5em;
    line-height: 1;
    width: auto;
}

.o-remove-box-shadow {
    box-shadow: none;
}

.o-badge {
    position: absolute;
    height: 24px;
    left: 10px;
    right: 10px;
    top: calc(50% - 24px / 2);
}

.o-badge-success {
    background: var(--color-green);
    color: white;
}

.o-badge-error {
    background: var(--color-red);
    color: white;
}

.o-badge-default {
    background: #110F24;
}

.o-floating-alert {
    position: fixed;
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
}

.o-floating-alert .uk-alert-close {
    top: 25px;
}

.uk-alert {
    background: var(--color-default);
    border-radius: 5px;
    color: white;
}

.uk-alert-default {
    background: var(--color-default);
    border-radius: 5px;
    color: white;
}

.uk-alert-primary {
    background: var(--color-primary);
    border-radius: 5px;
    color: white;
}

.uk-alert-success {
    background: var(--color-green);
    border-radius: 5px;
    color: white;
}

.uk-alert-warning {
    background: var(--color-orange);
    border-radius: 5px;
    color: white;
}

.uk-alert-danger {
    background: var(--color-red);
    border-radius: 5px;
    color: white;
}

.uk-notification-message {
    background-color: var(--color-default);
    color: white;
    text-align: center;
    border-radius: 5px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}

.uk-notification-message-primary {
    background-color: var(--color-primary);
}

.uk-notification-message-success {
    background-color: var(--color-green);
}

.uk-notification-message-warning {
    background-color: var(--color-orange);
}

.uk-notification-message-danger {
    background-color: var(--color-red);
}

.uk-tab {
    font-weight: bold;
    color: #110F24;
}

.uk-tab > * > a {
    text-transform: capitalize;
}

.uk-tab > * > a:hover {
    border-bottom: 2px solid #4BBFED;
}

.uk-tab > .uk-active > a {
    color: #2D2A2A;
    border-bottom: 2px solid #4BBFED;
}

.uk-label {
    background-color: #ECECEE;
    color: #110F24;
    border-radius: 100px;
    text-transform: capitalize;
}

.uk-label-primary {
    background-color: var(--color-primary);
    color: white;
}

.uk-label-success {
    background-color: var(--color-green);
    color: white;
}

.uk-label-warning {
    background-color: var(--color-orange);
    color: white;
}

.uk-label-danger {
    background-color: var(--color-red);
    color: white;
}

.o-round-switcher-tab {
    background: #FFFFFF;
    box-shadow: 0 1px 0 #ECECEE;
    color: rgba(17, 15, 36, 0.4);
    height: 32px;
    width: 120px;
    text-align: center;
}

.o-round-switcher-tab:hover {
    color: #2D2A2A;
    border-bottom: 2px solid #4BBFED;
}

.o-round-switcher-a:hover {
    text-decoration: none;
}

.o-round-switcher-tab-active {
    color: #2D2A2A;
    border-bottom: 2px solid #4BBFED;
}

.o-login-logo {
    width: 200px;
}

.o-login .uk-input {
    border: 1px solid #ECECEE;
    border-radius: 5px;
    background: #F6F6F9;
    box-sizing: border-box;
}

.o-login .uk-button {
    font-weight: 600;
}

.o-risk-icon {
    max-height: 40px;
    max-width: 40px;
    filter: grayscale(100%);
}

.o-risk-icon-active {
    filter: none;
}

.o-risk-icon-small {
    max-height: 24px;
    max-width: 24px;
}

.o-risk-icon-modal {
    cursor: pointer;
}

.star-icon {
    height: auto;
    width: 20px;
    padding: 5px;
}

.o-score-div {
    background-color: #ECECEE;
    min-height: 219px;
}

.o-score-dark-bar {
    background-color: #2D2A2A;
    color: white
}
.o-overflow-hidden{
    overflow-y: hidden;
}

.o-overlay{
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.70);
    height: 100%;
    width: 100vw;
    position: absolute;
    right: 0;
}

.o-z-index-10{
    z-index: -10;
}

#pause-section{
    min-height: 100%;
    display: grid;
    place-items: center;
}

#pause-section h1{
    color: white;
}

.uk-tab::before {
    border-bottom: none !important;
}

.o-language-name{
    padding-left: 12px;
}

.uk-tooltip {
    font-size: 14px;
}

.projects-section,
#protections-section{
    overflow: hidden;
    position: relative;
    width: 100%;
}

#projects-div h1{
    color: white;
}

.projects-section-paused{
    z-index: 10;
    background-color: rgba(30, 30, 30, 0.7);
    height: 100%;
    width: 100vw;
    position: absolute;
    right: 0;
    top: 0;
}

.protections-div-paused{
    z-index: 10;
    background-color: rgba(30, 30, 30, 0.7);
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.o-pause-message-center{
    text-align: center;
    padding-top: 20px;
}

.js-button{
    position: relative;
}

.js-paused-button{
    z-index: 10;
    background-color: rgba(30, 30, 30, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

