.content_box {width: 100%;}
.content_box h4 {color: #1f1f1f; font-family: "Fira Sans", sans-serif; font-size: 20px; font-weight: 900;  letter-spacing: 1px;}
.full_row {width: 100%;}
.full_row h3 {text-align: center;}
.half_row {width: 49.7%; display: inline-block;}
.full_row .half_rigth {float: right;}
.full_row .all_height {height: 100%; min-height: 500px;}
.sticker_block {padding: 20px; text-align: center;}
.working_unit {width: 100%; height: 500px; padding: 10px; border-radius: 20px; overflow: hidden;
    background-color: #fff; border: 6px solid #007eca; box-shadow: 0 9px 40px rgba(7, 187, 238, 0.55);
    display: flex; flex-direction: column; flex-wrap: nowrap; align-items: center;}
.working_unit h4 {color: black; font-family: "Fira Sans", sans-serif; font-size: 20px; font-weight: 900; letter-spacing: 1px;}
.working_desc {font-size: 13px;}
.working_unit span {color: black;}
.working_item_list {width: 100%; height: calc(100% - 75px); padding: 10px; overflow: auto; overflow-x: hidden;}
.working_item {width: 100%; height: 24px; margin-bottom: 5px; background: #395272; text-align: left; padding: 4px; border-radius: 10px; white-space: nowrap;}
.working_item input {display: inline-block; vertical-align: top; margin: 2px 5px 2px 5px;}
.working_item .checkbox_img {display: inline-block; vertical-align: top; margin: 0 5px 0 2px;}
.working_item img {width: 16px; height: 16px;}
.working_item_login {width: calc(100% - 50px); display: inline-block; vertical-align: top; margin: 0 5px 0 10px;
    overflow: hidden; text-overflow: ellipsis; font-size: 15px; cursor: default;}
.working_item_more {margin-left: -30px;}
.working_button {width: 100%; text-align: center;}
.working_button_mass_selector {width: 100%;}
.working_select_all {color: blue;  float: left; margin-left: 10px; margin-top: 5px;
    font-size: 12px; font-weight: 900; letter-spacing: 1px; cursor: pointer;}
.working_clear_all {color: blue; float: left; margin-left: 10px; margin-top: 5px;
    font-size: 12px; font-weight: 900; letter-spacing: 1px; cursor: pointer;}

.img_animation_pulsing { -webkit-animation: pulsing 2s infinite; animation: pulsing 2s infinite;}
@-webkit-keyframes pulsing {
    0% {-webkit-transform: scale(0.5, 0.5); transform: scale(1.5, 1.5);}
    50% {-webkit-transform: scale(1.0, 1.0); transform: scale(2.0, 2.0);}
    100% {-webkit-transform: scale(0.5, 0.5); transform: scale(1.5, 1.5);}
}
@keyframes pulsing {
    0% {-webkit-transform: scale(0.5, 0.5); transform: scale(1.5, 1.5);}
    50% {-webkit-transform: scale(1.0, 1.0); transform: scale(2.0, 2.0);}
    100% {-webkit-transform: scale(0.5, 0.5); transform: scale(1.5, 1.5);}
}

.games_list {text-align: left; width: 100%;}

.games_list .game_icon {display: inline-block; height: 32px; width: 50px;}
.games_list img {vertical-align: middle; margin: 5px;}
.games_list input {display: none;}
.games_list .btn_plus_game {float: right; font-size: inherit; line-height: 0.5; font-weight: 900;
    font-size: 27px; margin: 10px 3px;}
.games_list .btn_minus_game {float: right; font-size: inherit; line-height: 0.5; font-weight: 900;
    font-size: 27px; margin: 10px 3px;}
.games_list .btn_visible {display: inline-block;}
.games_list .game_title {display: inline-block;
    width: calc(100% - 147px);
    text-overflow: ellipsis;
    overflow-x: hidden;
    vertical-align: middle;}
.arr_games {white-space: nowrap; width: 100%; display: inline-block;}
.games_list .invisible {display: none;}
.platform_box {margin: 15px 0;}
.games_list_box {height: 600px; overflow: auto;}
.filter_invisible {display: none;}
.search {margin: 10px 5px;}
.accordion__content div {text-align: center;}
.full_row h4 {font-family: "Fira Sans", sans-serif;
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 1px;
text-align: center;}

.btn:disabled {background: #ccc;}

.invisible {display: none;}


/* Элемент переключатель */
.switch {position: relative; display: inline-block; width: 60px;
    height: 34px;
    margin: 0 10px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.switch_slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch_slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .switch_slider {
    background-color: #2196F3;
}

input:focus + .switch_slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch_slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.switch_slider.round {
    border-radius: 34px;
}

.switch_slider.round:before {
    border-radius: 50%;
}

.d01_box {box-sizing: border-box; word-wrap: break-word; width: 100%; background-color: #fff;
    box-shadow: 0 9px 40px rgba(7, 187, 238, 0.55); border-radius: 20px; padding: 0 0 20px; border: 5px solid #007eca;
}

.d01_teble {display: block; color: black;}
.d01_teble  td {display: inline-block;}
.d01_teble thead td {padding: 1px 1px; font-weight: 700; font-size: 16px;}
.d01_teble tr {background: white;}
.d01_teble .d01_log {width: 222px;}
.d01_teble .d01_date {width: 110px; text-align: center;}
.d01_teble .d01_count {width: 130px; text-align: center;}

.title_oplata { width: 170px; padding: 22px 11px 4px 0; margin: 1px; font-size: 122%; font-weight: bold; color: #aaa;}
.menu_222 {height: 100%; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.selected_menu { background: lightslategray; }
.working_unit_v2 { border-radius: 5px; border: 2px solid #007eca; box-shadow: none; }
.text_status_good { color: green; font-weight: bold;}
.text_status_warning { color: darkred; font-weight: bold;}
.add_ip_box {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center;}
.add_ip_box * {color: black; margin: 5px; text-align: center; font-weight: 500; font-size: larger;}
.rg_table_v2 .rg_line_v2 { width: 100%; color: black; background: #d2d2d2; border-radius: 5px; height: 24px; text-align: left;
    margin: 5px 0; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; }
.rg_table_v2 .rg_content_v2 { display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-evenly;
    align-items: center; width: 100%; }
.rg_table_v2 .rg_content_v2 * { text-align: center; }
.rg_btn_v2 { display: inline-block; box-shadow: none; border-radius: 5px; padding: 2px 10px; float: right; margin: 0; }
.rg_table_v2 .rg_title { padding-right: 36px; font-size: large; font-weight: bold; }

#action_menu {position: absolute; z-index: 999; min-width: 100px; min-height: 30px; background: floralwhite; border-radius: 5px; border: 2px solid #007eca; box-shadow: none;}
#action_menu hr {margin: 0;}
.action_menu_item { padding: 8px; font-size: large; font-weight: 500;}
.action_menu_item:hover { background: #d2d2d2;}


.input_box_v2 {display: flex; flex-direction: row; flex-wrap: nowrap; align-items: center; justify-content: center;}
.input_box_v2 * {color: black; margin: 5px; text-align: center; font-weight: 500; font-size: larger;}