@font-face {
    font-family: 'SvenskaSpelPlatform';
    src: url('fonts/SvenskaSpelPlatform-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

body {
    background-color:#051732;
    font-family: 'SvenskaSpelPlatform', sans-serif;
    margin-top: 20px;

}


.container{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 0 0px 0;
   
}

.analyze{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px 100px 0px 100px;
    color: #ebebeb;
    font-size: 24px;
}


.select2-container--bootstrap-5 .select2--small.select2-dropdown .select2-results__options .select2-results__option{
    font-family: 'SvenskaSpelPlatform', sans-serif;
    font-size: 16px !important;
}

.select2-container--bootstrap-5 .select2-selection {
    padding: 5px 0px 5px 5px !important;
}

.select2-container--bootstrap-5 .select2--small.select2-selection{
    min-height: 58px;
}

.center-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.select-box {
    margin: 0 10px;
}

.form-select .form-floating{
    width: 200px;
    font-family: 'SvenskaSpelPlatform', sans-serif;
    font-size: 16px !important;
}

.submenu{
    margin-top:5px;
    display: none;
}

option.select-hr { border-bottom: 1px dotted #000; }

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}
