* {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue,Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {}

a,
button,
input,
select,
textarea {
    cursor: pointer;
    outline: none;
}

button,
input,
select,
textarea {
    border: 0;
    border-radius: 4px;
    vertical-align: bottom;
}

a:hover,
button:hover,
input[type="submit"]:hover {
    animation: fadeOutMedium 0.3s linear forwards;
    -moz-animation: fadeOutMedium 0.3s linear forwards;
    -ms-animation: fadeOutMedium 0.3s linear forwards;
    -o-animation: fadeOutMedium 0.3s linear forwards;
    -webkit-animation: fadeOutMedium 0.3s linear forwards;
}

input:not([type="submit"]):not([type="image"]),
select,
textarea {
    background-color: #fff;
    border-color: #dee2e6;
    border-style: solid;
    border-width: 1px;
}

input:not([type="submit"]):focus,
/* select:focus, */
textarea:focus {
    background-color: #fffde7;
    border-color: #212121;
    transition: background-color 0.3s linear, border-color 0.3s linear;
    -moz-transition: background-color 0.3s linear, border-color 0.3s linear;
    -ms-transition: background-color 0.3s linear, border-color 0.3s linear;
    -o-transition: background-color 0.3s linear, border-color 0.3s linear;
    -webkit-transition: background-color 0.3s linear, border-color 0.3s linear;
}

input:not([type="submit"]):not([type="image"]),
textarea {
    padding: 10px;
}

input[type="text"],
textarea {
    width: 100%;
}

input[type="file"] {
    /* display: none; */
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

input[type="date"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="date"]::-webkit-clear-button {
    -webkit-appearance: none;
}

input[type="date"] {
    position: relative;
    width: 9em;
    padding: 9px !important;
}

input[type="date"]:hover

/* select:hover */
    {
    background-color: #fff9c4;
}

button {
    background-color: #fa5c7c;
    color: #fff;
    border-radius: 4px;
    padding: 8px 16px;
}

button:hover {
    opacity: 0.8;
}

button[type="button"] {
    color: #fff;
}

label {
    display: inline-flex;
    align-items: center;
    margin-left: 10px;
    font-weight: normal;
}

label input {
    margin-right: 5px;
}

input[type="radio"] {
    margin-right: 5px;
}

a {
    color: #5c72cb;
}

select {
    border: #000 1px solid;
    border-radius: 2px;
    padding: 2px 5px;
}

table,
thead,
tbody,
th,
tr,
td {
    margin: 0;
    padding: 0;
    border: 0;
    border-spacing: 0;
}

table {
    width: 100%;
    table-layout: auto;
}

.bl_header {
    width: 100%;
    background-color: #000;
    color: #fff;
}

.bl_header_title {
    padding: 15px;
    font-weight: bold;
    font-size: 20px;
}

.bl_header_title a {
    text-decoration: none;
    color: #fff;
}

.bl_page_column {
    margin: 0 auto;
    width: 1000px;
    min-width: 1000px;
    display: flex;
    justify-content: center;
}

.bl_contents {
    width: 700px;
    min-width: 700px;
    padding: 10px;
    overflow-x: hidden;
    margin-right: 300px;
}

.bl_side {
    display: none;
    width: 300px;
    min-width: 300px;
}

.bl_breadcrumbs {
    display: flex;
    font-size: 12px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.bl_breadcrumbs_item {
    margin-right: 10px;
}

.bl_hallDate {
    padding: 10px 0 0;
    font-size: 14px;
}

.bl_hallName {
    padding: 10px 0;
    font-weight: bold;
    font-size: 20px;
}

.bl_otherDaylink {
    text-align: right;
    font-size: 14px;
}

.bl_heddingName {
    border: 0 solid #000;
    border-bottom-width: 3px;
    padding: 10px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 45px 0 -20px;
}

.bl_dataName {
    border: 0 solid #000;
    border-left-width: 5px;
    padding: 5px 10px;
    margin: 45px 0 13px;
    font-weight: bold;
    font-size: 17px;
}

.bl_dataContents {
    margin-top: 13px;
}

.bl_hallData {
    margin: 20px 0 45px;
}

.bl_switch {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.bl_switch_tab {
    border-radius: 10px;
    padding: 10px 20px;
    color: #fff;
    background-color: #999;
    cursor: pointer;
    width: 8em;
    text-align: center;
}

.bl_switch_hallpage {
    margin-top: 20px;
    justify-content: space-between;
}

.bl_switch_hallpage .bl_switch_tab {
    width: 49%;
}

.active {
    background-color: #000;
}

.bl_switch_tab:hover {
    /* opacity: 0.6; */
}

.bl_table {
    font-size: 15px;
    margin-bottom: 8px;
    overflow-x: auto;
    width: 100%;
    line-height: 24px;
    white-space: nowrap;
    text-align: center;
    -webkit-overflow-scrolling: touch;
}

.bl_allDataTable {}

.bl_hallData .bl_table {
    overflow-x: hidden;
    white-space: normal;
}

.bl_table_data {
    border-top: #999 solid 1px;
}

.bl_table_data_group_header {
    background-color: #2e2e2e;
    color: #fff;
    font-weight: bold;
}

.bl_table_data_group:nth-child(odd) .bl_table_data_group_item:not(.machine_name) {
    background-color: #f0f0f0;
}

.bl_hallData .bl_table_data_group:nth-child(odd) .bl_table_data_group_item,
.bl_allDataTable .bl_table_data_group:nth-child(odd) .bl_table_data_group_item:not(.machine_name) {
    background-color: #fff;
}

.bl_hallData .bl_table_data_group .bl_table_data_group_item:first-child {
    background-color: #2e2e2e;
    color: #fff;
}

.bl_hallData .bl_table_data_group:not(:last-child) .bl_table_data_group_item:first-child {
    border-bottom-color: #999;
}

.bl_table_data_group {
    border: 1px solid #999;
}

.bl_table_data_group_item {
    position: relative;
    padding: 2px 7px;
    border: 1px solid #999;
    border-width: 0 0 1px 1px;
}

.bl_table_data_group_header .bl_table_data_group_item {
    border-left-color: #999;
}

.bl_table_data_group_item:last-child {
    border-right-width: 1px;
}

.bl_table_data_group_item.machine_name {
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1;
    text-align: left;
    min-width: 8.5em;
    max-width: 8.5em;
    background-color: #2e2e2e;
    color: #fff;
    white-space: normal;
    font-size: 14px;
    line-height: 150%;
}

.bl_table_data_group_header .bl_table_data_group_item.machine_name,
.bl_table_data_group:not(:last-child) .bl_table_data_group_item.machine_name {
    border-bottom-color: #999;
}

.bl_hallData .bl_table_data_group:first-child .bl_table_data_group_item {
    border-top-width: 0 !important;
}

.bl_hallData .bl_table_data_group_item:first-child {
    border-top: 1px solid #999 !important;
    border-bottom-width: 0 !important;
}

.bl_hallData .bl_table_data_group_item:last-child {
    border-bottom: 1px solid #999 !important;
    border-top-width: 0 !important;
}

.bl_table_data_group_item.event_name {
    font-size: 13px;
}

.bl_table_data_group_header .bl_table_data_group_item:first-child {
    border-left-color: #999;
}

.bl_table_data_group_header .bl_table_data_group_item:last-child {
    border-right-color: #999;
}

.bl_table_data_group_header .bl_table_data_group_item.machine_name {
    text-align: center;
}

.bl_table_data_group.ave_group .bl_table_data_group_item {
    background-color: #e4fae4 !important;
}

.el_pickupBgColor {
    background-color: #fffb96 !important;
}

.el_leftTxt {
    text-align: left;
}

.el_smallTxt {
    font-size: 15px;
}

.el_button {
    border-radius: 10px;
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-top: 15px;
}

.el_button:hover {
    opacity: 0.6;
}

/* ソート用の矢印スタイル（クリック可能） */
.sort-arrow {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/sort_both.png) center right no-repeat;
    cursor: pointer;
}

/* テーブルヘッダーのスタイル */
th {
    position: relative;
    /* 絶対位置の要素を基準にするため */
    padding-right: 25px;
    /* 矢印用のスペースを確保 */
}

/* 矢印の絶対位置の設定 */
.sort-arrow {
    /*
    transform: translateY(-50%);
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    opacity: 0;
    */
}

/* 昇順ソート時の矢印の表示（CSSでは内容を変更できないため、この部分はJSで制御する） */
.sorted-asc .sort-arrow {
    background-image: url(../img/sort_asc.png);
}

/* 降順ソート時の矢印の表示 */
.sorted-desc .sort-arrow {
    background-image: url(../img/sort_desc.png);
}

.sort-arrow-gray {
    /* opacity: 0.5 !important; */
}

.bl_filter {
    display: block;
    text-align: left;
    font-size: 14px;
}

.bl_filter>div {}

.bl_rankingMachineName {
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 5px;
}

[data-action="popup"] {
    cursor: pointer;
}

#popup,
#popupRankInfo,
#popupRankInfo2 {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.4);
}

.popup_main {
    z-index: 101;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 15% auto;
    width: 410px;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    overflow-y: auto;
}

#popupRankInfo .popup_main {
    top: -10px;
    font-size: 15px;
}

#popupRankInfo2 .popup_main {
    top: 15%;
    bottom: 15%;
    margin: auto;
    font-size: 14px;
}

.popup_close {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 28px;
    color: #aaa;
    cursor: pointer;
}

.popup_content {
    padding: 80px 60px;
    line-height: 1.5em;
}

#popupRankInfo2 .popup_content {
    padding: 80px 40px;
}

.fa-circle-info {
    font-size: 14px;
    margin-left: 2px;
}

.bl_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bl_oneLineTable {
    white-space: normal;
}

.bl_allMachineTable .bl_table_data_group_header .bl_table_data_group_item {
    font-size: 15px !important;
    padding: 9px 18px;
}

[data-content="rankingdata_avesamai"] .bl_table_data_group_header .bl_table_data_group_item {
    font-size: 15px;
    padding: 1px 4px;
}

[data-content="rankingdata_totalsamai"] .bl_table_data_group_header .bl_table_data_group_item {
    font-size: 15px;
    padding: 1px 4px;
}

[data-content="rankingdata_totalsamai"] .bl_table_data_group_item,
[data-content="rankingdata_avesamai"] .bl_table_data_group_item {
    padding: 2px 4px;
}

.breakTxt {
    white-space: normal;
}

.mBottom0 {
    margin-bottom: 0;
}

.bl_machineTableFooter {
    margin-top: 2px;
    font-size: 15px;
    text-align: right;
}

.bl_allDataTable .bl_table_data_group_item:first-child {
    width: 138px;
}

#bl_footer {
    position: relative;
    width: 375px;
    min-width: 375px;
    height: 80px;
    margin: 0 auto;
}

#pageTop {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    opacity: 0;
    transition: .3s;
}

.bl_search {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.bl_search_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #999;
    border-radius: 50%;
    color: #fff;
    padding: 10px;
    margin-left: 5px;
}

.bl_areaName {
    font-weight: bold;
    font-size: 17px;
    margin: 20px 0 10px;
}

.bl_prefectureName {
    width: 5.3em;
    background-color: #000;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
}

.bl_prefectureList {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.bl_prefectureList_item {
    width: calc((100% - 15px) / 4);
    background-color: #aaa;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    text-align: center;
    margin: 0 5px 5px 0;
    cursor: pointer;
}

.bl_prefectureList_item a {
    display: block;
    color: #fff;
    text-decoration: none;
}

.bl_prefectureList_item:hover {
    opacity: .8;
}

.bl_prefectureList_item.active {
    background-color: #000;
}

.bl_prefectureList_item:nth-child(4n) {
    margin-right: 0;
}

.el_win_rate_txt {
    color: red;
}

.bl_table_data_group_item.el_address {
    white-space: nowrap;
    width: 61px;
    font-size: 15px;
    padding: 7px 20px;
}

.bl_table_data_group_item.el_kihon {
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 12px;
}

.bl_table_data_group_item.el_kihon2 {
    font-size: 15px;
    font-weight: bold;
    white-space: nowrap;
    padding: 2px 12px;
}

.el_pc {
    display: block;
}

.el_sp {
    display: none;
}

.bl_zentai_table_header {
    font-size: 15px;
}

.bl_zentai_table_header span {
    font-size: 15px;
}

.bl_hosei_info {
    display: inline-block;
    font-size: 14px;
    margin: -24px 0 0;
    padding-bottom: 1px;
    float: right;
    cursor: pointer;
}

.bl_hosei_info .fa-circle-info {
    font-size: 14px;
}

.bl_nonData td {
    text-align: center;
    padding: 2px 7px;
    border: 1px solid #999;
    border-width: 0 1px 1px;
    width: 100%;
}

.bl_group_item_even_bgColor .bl_table_data_group_item {
    background-color: #fff !important;
}

.bl_group_item_odd_bgColor .bl_table_data_group_item {
    background-color: #f0f0f0 !important;
}

/* スケジュール関連 */
.bl_schedule {
    margin-bottom: 30px;
}

.bl_schedule_itemGroup {
    margin-bottom: 7px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .20);
}

.bl_schedule_itemGroup:last-child {
    border: 0;
}

.bl_schedule_item_date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

.bl_schedule_item_date .fa-calendar-days {
    margin-right: 4px;
    color: #c20000;
}

.bl_schedule_item_date .fa-location-dot {
    margin: 0 3px 0 10px;
    color: #c20000;
    font-size: 13px;
}

.bl_schedule_item_prefecture {
    color: #666;
    font-weight: normal;
}

.bl_schedule_item_hall {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.bl_schedule_item_event {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.bl_schedule_item_event img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.bl_table_schedule {
    display: none;
    text-align: left;
}

/* === ボタンを表示するエリア ============================== */

.bl_toggle {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.switchArea {
    line-height: 20px;
    /* 1行の高さ          */
    letter-spacing: 0;
    /* 文字間             */
    text-align: center;
    /* 文字位置は中央     */
    font-size: 12px;
    /* 文字サイズ         */

    position: relative;
    /* 親要素が基点       */
    margin: auto;
    /* 中央寄せ           */
    width: 80px;
    /* ボタンの横幅       */
    background: #fff;
    /* デフォルト背景色   */
}

/* === チェックボックス ==================================== */
.switchArea input[type="checkbox"] {
    display: none;
    /* チェックボックス非表示 */
}

/* === チェックボックスのラベル（標準） ==================== */
.switchArea label {
    display: block;
    /* ボックス要素に変更 */
    box-sizing: border-box;
    /* 枠線を含んだサイズ */
    height: 25px;
    /* ボタンの高さ       */
    border: 2px solid #999999;
    /* 未選択タブのの枠線 */
    border-radius: 30px;
    /* 角丸               */
}

/* === チェックボックスのラベル（ONのとき） ================ */
.switchArea input[type="checkbox"]:checked+label {
    border-color: #c20000;
    /* 選択タブの枠線     */
}

/* === 表示する文字（標準） ================================ */
.switchArea label span:after {
    content: "OFF";
    /* 表示する文字       */
    padding: 0 0 0 15px;
    /* 表示する位置       */
    color: #999999;
    /* 文字色             */
}

/* === 表示する文字（ONのとき） ============================ */
.switchArea input[type="checkbox"]:checked+label span:after {
    content: "ON";
    /* 表示する文字       */
    padding: 0 20px 0 0;
    /* 表示する位置       */
    color: #c20000;
    /* 文字色             */
}

/* === 丸部分のSTYLE（標準） =============================== */
.switchArea #swImg {
    position: absolute;
    /* 親要素からの相対位置*/
    width: 17px;
    /* 丸の横幅           */
    height: 17px;
    /* 丸の高さ           */
    background: #999999;
    /* カーソルタブの背景 */
    top: 4px;
    /* 親要素からの位置   */
    left: 15px;
    /* 親要素からの位置   */
    border-radius: 26px;
    /* 角丸               */
    transition: .2s;
    /* 滑らか変化         */
}

/* === 丸部分のSTYLE（ONのとき） =========================== */
.switchArea input[type="checkbox"]:checked~#swImg {
    transform: translateX(42px);
    /* 丸も右へ移動       */
    background: #c20000;
    /* カーソルタブの背景 */
}

.bl_table_data_group_item_eventName {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
}

.bl_table_data_group_item_eventName:first-child {}

.filter_day,
.filter_event {
    margin-top: 5px;
    height: 25px;
    /*
    border-radius: 4px;
    box-shadow: rgba(210, 217, 202, 0.8) 1px 1px 1px, white 0 2px 0 inset, rgba(235, 235, 235, 0.7) 0 -2px 0 inset;
    */
}

.filter_event {
    display: none;
}

.filter_event option {
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    /* 文字がはみ出た時に三点リーダーにする */
    text-overflow: ellipsis;
    /* margin-left: 70px; */
}

.bl_filterList .bl_table {
    display: none;
    background-color: #fff;
}

.bl_filterList .bl_table.active {
    display: block;
}

.el_rank_n {
    font-weight: bold;
    width: 21px;
    height: 21px;
}

.bl_table_data_eventName {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2px;
    color: #000;
}

.bl_table_data_eventName img {
    margin-right: 5px;
    width: 21px;
    height: 21px;
}

.el_update_mark {
    border-radius: 2px;
    background-color: rgb(241, 193, 0);
    border: 1px #000 solid;
    color: #fff;
    padding: 3px;
    font-size: 10px;
    margin-left: 5px;
    font-weight: bold;
}

.bl_rank_img_wrapper {
    line-height: 0;
}

.el_rank_img {
    width: 21px;
    height: 21px;
}

.bl_schedule_hidden {
    display: none;
}

.bl_noData {
    margin: 0 0 35px 15px;
}

.bl_icon {
    display: flex;
    align-items: center;
    margin-right: 5px;
}

.bl_icon img {
    width: auto;
    height: 15px;
}

.bl_rank_info {
    margin-top: 14px;
    margin-bottom: -9px;
    cursor: pointer;
    font-size: 13px;
}

@media screen and (min-width: 769px) {
    .bl_table_data_group_header .bl_table_data_group_item {
        font-size: 15px !important;
    }

    .bl_table_data_group_header .bl_table_data_group_item_rank {
        font-size: 14px !important;
    }

    .bl_table_event .bl_table_data_group_header .bl_table_data_group_item_rank {
        padding: 2px 4px !important;
    }

    .bl_table_event .bl_table_data_group .bl_table_data_group_item_cell_date {
        font-size: 15px !important;
        padding: 2px 12px !important;
    }

    .bl_table_data_group_header .bl_table_data_group_item_event {
        padding: 2px 10px !important;
    }

    .bl_table_data_group_item_eventName {
        font-size: 14px !important;
    }

    .bl_table_event .bl_table_data_group .bl_table_data_group_item_cell_event {
        padding: 2px 7px !important;
    }

    .bl_table_event .bl_table_data_group_header .bl_table_data_group_item_hosei {
        padding: 2px 5px 2px 6px !important;
    }

    .bl_table_event .bl_table_data_group_header .bl_table_data_group_item_avesamai {
        padding: 2px 9px !important;
    }

    .bl_table_event .bl_table_data_group_header .bl_table_data_group_item_avegame {
        padding: 2px 9px !important;
    }

    .el_update_mark {
        margin: -7px 0 0 -5px;
        padding: 1px 3px 1px 4px;
        height: 14px;
        min-width: 34px;
        max-width: 34px;
    }

    .bl_update_msg .el_update_mark {
        padding: 2px 3px 1px 4px;
        height: 16px;
        min-width: 40px;
        max-width: 40px;
    }

    .bl_prefecture_table .bl_table_data_group .bl_table_data_group_item:not(.el_address) {
        padding: 11px 6px 10px 6px !important;
    }

    .bl_prefecture_table .bl_table_data_group .bl_table_data_group_item.bl_table_data_group_item_update {
        padding: 8px 6px 8px 6px !important;
    }

    .bl_breadcrumbs {
        font-size: 13px !important;
    }
}

@media screen and (max-width: 768px) {
    .bl_page_column {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .bl_contents {
        width: 100%;
        min-width: 100%;
    }

    .bl_side {
        display: none;
    }

    .popup_main {
        width: 80%;
        margin-top: 40%;
    }

    .popup_content {
        padding: 45px 30px 30px;
    }

    #popupRankInfo2 .popup_content {
        padding: 45px 30px 30px;
    }

    #bl_footer {
        width: 100%;
        min-width: 100%;
    }

    .bl_table_data_group_item.el_address {
        font-size: 11px;
        padding: 7px 2px;
    }

    .bl_table_data_group_item.el_kihon {
        font-size: 14px;
        padding: 2px 6px;
    }

    .bl_table_data_group_item.el_kihon2 {
        font-size: 12px;
        padding: 2px 6px;
    }

    .el_pc {
        display: none;
    }

    .el_sp {
        display: block;
    }

    [data-content="rankingdata_avesamai"] .bl_table_data_group_header .bl_table_data_group_item {
        font-size: 14px;
    }

    [data-content="rankingdata_totalsamai"] .bl_table_data_group_header .bl_table_data_group_item {
        font-size: 14px;
    }

    .bl_zentai_table_header {
        font-size: 14px;
    }

    .bl_zentai_table_header span {
        font-size: 12px;
    }

    .bl_hosei_info {
        font-size: 12px;
        margin: -19px 0 0;
    }

    .bl_hosei_info .fa-circle-info {
        font-size: 12px;
    }

    .bl_filter {
        display: block;
        text-align: left;
    }

    .bl_toggle {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .switchArea {
        margin: 0;
    }
}