:root {
    --primary: #0092c8;
    --light-primary: #c3cfe3;
    --lighter-primary: #c9d4e6;
    --text-primary: #e8e8f4;
    --text-light-primary: #141414;
    --secondary: #caba87;
    --light-secondary: #d8c998;
    --lighter-secondary: #e2dfd2;
    --tertiary: #E6E8ED;
    --text-secondary: #141414;
    --white: #EEEEEE;
    --dark-grey: #434343;
    --light-grey: #dcdcdc;
    --lighter-grey: #fafafa;
    --green: #40B240;
    --pale-green: #D8FFD8;
    --hover-red: #da4040;
    --red: #e04c4c;
    --light-red: #E67979;
    --pale-red: #FFB0B0;
    --dark-white: #eeeeee;
    --primary-border-style: 2px solid var(--primary);
    --secondary-border-style: 2px solid var(--secondary);
    --dark-grey-border-style: 2px solid var(--dark-grey);
    --light-grey-border-style: 1px solid var(--light-grey);
}

.loading-wheel {
    display: flex;
    justify-content: center;
}

.loading-wheel img, .info-panel .loading-wheel img {
    width: 4.6em;
}