@font-face {
    font-family: "CourierNew";
    src: url("../fonts/couriernew.ttf") format("truetype"), url("../fonts/couriernew.woff") format("woff");
}
@font-face {
    font-family: "BebasNew";
    src: url("../fonts/bebasneuebold.ttf") format("truetype"), url("../fonts/bebasneuebold.woff") format("woff");
}

@font-face {
    font-family: "Post No Bills Colombo";
    src: url("../fonts/postnobillscolombo-regular.ttf");
}

.bg {
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.col_bg {
    background-image: url('../images/bg.jpg');
}

.w650 {
    width: 100%;
    max-width: 650px;
}

@media (min-width: 1200px) {
    .w650 {
        min-width: 650px;
    }
}

.font_01 {
    font-family: CourierNew, monospace;
}

.font_02 {
    font-family: BebasNew, sans-serif;
}

.f_s_12 {
    font-size: 12px;
}

.f_s_16 {
    font-size: 16px;
}

.f_s_18 {
    font-size: 18px;
}

.f_s_20 {
    font-size: 20px;
}

/* .f_s_24 {
    font-size: 24px;
} */

.f_s_24 {
    font-size: 24px !important;
}


.shadow_01 {
    filter: drop-shadow(0px 4px 4px #000000);
}

.shadow_01 {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.shadow_ping {
    /* text-shadow: 0px 4px 5px #858585, 0px 4px 5px #858585; */
    text-shadow: 0px 4px 5px #858585, 0px -4px 5px #858585, -4px 0px 5px #858585, 4px 0px 5px #858585;
    text-shadow: 0px 4px 5px #000000, 0px -4px 5px #000000, -4px 0px 5px #000000, 4px 0px 5px #000000;
}

.rad_10 {
    border-radius: 10px;
}

.position_relative {
    position: relative;
}

.green_bg {
    background: rgb(10,80,0);
    background: -moz-radial-gradient(circle, rgba(10,80,0,1) 0%, rgba(29,29,29,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(10,80,0,1) 0%, rgba(29,29,29,1) 100%);
    background: radial-gradient(circle, rgba(10,80,0,1) 0%, rgba(29,29,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a5000",endColorstr="#1d1d1d",GradientType=1);
}

.mar_center_block {
    padding: 15px 95px 50px;
}

.f16 {
    font-size: 16px;
}

.input_green {
    background-color: rgba(255, 255, 255, 0) !important;
    border-radius: 10px !important;
    border: 2px solid #6fff50 !important;
    color: #ffffff !important;
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: 0.75rem;
    padding-left: 0;
}

.form-check-toggle {
    position: relative;
    padding-left: 0;
    line-height: 30px;
}

.form-check-toggle input {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    margin: 0;
    cursor: pointer;
    opacity: 0;
}

.form-check-toggle input + span {
    cursor: pointer;
    user-select: none;
    height: 30px;
    margin-left: 70px;
    display: block;
}

.form-check-toggle input + span:before {
    content: "";
    position: absolute;
    left: 0;
    display: inline-block;
    height: 30px;
    width: 50px;
    background: #fff0;
    border: solid 2px #6fff50;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
    border-radius: 15px;
}

.form-check-toggle input + span:after {
    width: 20px;
    height: 20px;
    margin-top: 5px;
    margin-left: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    background: #FFF;
    transition: margin-left 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    text-align: center;
    font-weight: bold;
    content: "";
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2), 0 0 5px rgba(0, 0, 0, 0.05);
}

.form-check-toggle input:checked + span:after {
    content: "";
    margin-left: 26px;
    box-shadow: none;
}

.form-check-toggle input:checked + span:before {
    background-color: #86be4e;
    border-color: #86be4e;
    transition: background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.color_white{
    color: #FFFFFF !important;
}

.color_green {
    color: #6FFF50 !important;
}

.succ_main_block {
    padding-top: 140px;
    padding-bottom: 160px;
    padding: 50px;
}

.checkbox_green {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #6fff50;
    border-radius: 100% !important;
    width: 24px;
    height: 24px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 10px;
}

.checkbox_green:checked {
    background-color: #6fff50;
    color: #0b210c !important;
    border-color: #ffffff;
}

@media (max-width:575px) {
    .mar_center_block {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 100px;
    }
}

.z-index_2 {
    z-index: -2;
}

.z-index_1 {
    z-index: -1;
}


.z-index_3{
	z-index:3
}

.z-index_10{
	z-index:10
}

.z-index_999 {
    z-index: 999;
}

@media (max-width:575px) {
    .logo_img {
        width: 130px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .logo_img {
        width: 110px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .logo_img {
        width: 170px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .logo_img {
        width: 200px;
    }
}

#popupSettings {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: none;
    padding: 10px 20px;
}

#popupUpgrade {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.5);
    border-radius: 10px;
    padding: 10px 20px;
}

#popupCreate {
    position: fixed;
    top: 10px;
    left: 50%;
    transform: translate(-50%, 0%);
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: none;
    padding: 10px 20px;
}

.table-responsive {
    max-height: 500px;
    overflow-x: auto;
    padding: 10px;
    margin-bottom: 20px;
}

.table {
    margin-bottom: 0;
}

.table-wrapper-scroll-y {
    max-height: 365px;
    overflow-y: auto;
}

.no_h_scroll {
    overflow-x: hidden;
}

.no_v_scroll {
    overflow-y: hidden;
}

.no_scroll {
    overflow: hidden;
}

.scroll_y {
    overflow-y: auto;
}


.custom_scroll {
    /* height: 80%; adjust this as per your needs */
    overflow-y: auto; /* enables vertical scrolling */
    scrollbar-width: thin; /* for Firefox */
    scrollbar-color: #888 #444; /* for Firefox */
}

/* for Chrome, Safari and Opera */
.custom_scroll::-webkit-scrollbar {
    width: 8px;
}

.custom_scroll::-webkit-scrollbar-track {
    background: #444;
}

.custom_scroll::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.custom_scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.custom_scroll_green {
    /* height: 80%; adjust this as per your needs */
    overflow-y: auto; /* enables vertical scrolling */
    scrollbar-width: thin; /* for Firefox */
    scrollbar-color: #FFFFFF #0042063b; /* for Firefox */
}

/* for Chrome, Safari and Opera */
.custom_scroll_green::-webkit-scrollbar {
    width: 8px;
}

.custom_scroll_green::-webkit-scrollbar-track {
    background: #034201;
}

.custom_scroll_green::-webkit-scrollbar-thumb {
    background: #198a02;
    border-radius: 10px;
}

.custom_scroll_green::-webkit-scrollbar-thumb:hover {
    background: #01500e;
}


.bg_02 {
    background-image: url('../images/bg.jpg');
}

.bg_02_green {
    background: rgb(10,80,0) !important;
    background: -moz-radial-gradient(circle, rgba(10,80,0,1) 0%, rgba(29,29,29,1) 100%) !important;
    background: -webkit-radial-gradient(circle, rgba(10,80,0,1) 0%, rgba(29,29,29,1) 100%) !important;
    background: radial-gradient(circle, rgba(10,80,0,1) 0%, rgba(29,29,29,1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a5000",endColorstr="#1d1d1d",GradientType=1);
}

.bg_02_green_not_active {
    background: rgb(10, 70, 0) !important;
    background: -moz-radial-gradient(circle, rgba(10, 70, 0, 1) 0%, rgb(0, 0, 0) 100%) !important;
    background: -webkit-radial-gradient(circle, rgba(10, 70, 0, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;
    background: radial-gradient(circle, rgba(10, 70, 0, 1) 0%, rgba(0, 0, 0, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a5000",endColorstr="#1d1d1d",GradientType=1);
}

.bg_battle_info {
    /* background:rgba(0, 0, 0, 0.534); */
    text-shadow: 2px 2px 2px #000000, 0px 0px 10px #000000, 0px 0px 20px #000000;
}

.text_shadow_strong {
    text-shadow: 2px 2px 2px #000000, 0px 0px 10px #000000, 0px 0px 20px #000000;
}

.p_10 {
    padding: 10px;
}

.p_20{
	padding:20px
}


.p_t_b_12 {
    margin-top: 12px;
    margin-bottom: 12px;
}


.p_m_0_l_r{
    padding:0;
    margin:0
}

.p_b_0 {
    padding-bottom: 0;
    margin-bottom: 0;
}

.p_b_6 {
    margin-bottom: 6px;
}

.p_b_10 {
    margin-bottom: 10px;
}

.p_b_10_p {
    padding-bottom: 10px;
}

.p_b_20 {
    margin-bottom: 20px;
}

.p_b_50 {
    margin-bottom: 50px;
}


.p_t_10_ {
    padding-top: 10px;
}


.p_t_15_ {
    margin-top: -15px;
}

.p_t_5 {
    margin-top: 5px;
}

.p_t_10 {
    margin-top: 10px;
}

.p_t_25 {
    margin-top: 25px;
}

.p_t_30 {
    margin-top: 30px;
}

.p_t_35 {
    margin-top: 35px;
}

.p_t_40 {
    margin-top: 40px;
}

.p_t_42 {
    margin-top: 42px;
}

.p_t_45 {
    margin-top: 45px;
}

.p_t_50 {
    margin-top: 50px;
}

.p_t_60 {
    margin-top: 60px;
}

.p_t_65 {
    margin-top: 65px;
}

.p_t_70 {
    margin-top: 70px;
}

.p_t_100 {
    margin-top: 100px;
}

.p_t_200 {
    margin-top: 200px;
}


.p_t_b_5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p_t_b_20 {
    margin-top: 30px;
    margin-bottom: 20px;
}


.p_l_r_0 {
    padding-left: 0px;
    padding-right: 0px;
}

.p_l_r_5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p_l_r_10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p_l_r_20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.p_l_r_30 {
    padding-left: 30px;
    padding-right: 30px;
}


.p_l_r_40 {
    padding-left: 40px;
    padding-right: 40px;
}


.p_t_l_24 {
    padding-left: 24px;
    padding-top: 24px;
}



.p_t_b_10_l_r_20{
	padding:10px 20px
}

.p_l_r_25_t_b_30 {
    padding: 30px 25px;
}



.h_0{
	height:0
}

.h_10 {
    height: 10px;
}

.h_20 {
    height: 20px;
}

.h_25 {
    height: 25px;
}

.h_30 {
    height: 30px;
}

.h_33 {
    height: 33px;
}

.h_35 {
    height: 35px;
}

.h_38 {
    height: 38px;
}

.h_40 {
    height: 40px;
}

.h_42 {
    height: 42px;
}

.h_50 {
    height: 50px;
}

.h_52 {
    height: 52px;
}

.h_54{
	height: 54px
}

.h_60 {
    height: 60px;
}

.h_70 {
    height: 70px;
}

.hei_70 {
    height: 70px;
}

.h_80 {
    height: 80px;
}

.h_105 {
    height: 105px;
}

.h_100 {
    height: 100px;
}

.h_300 {
    height: 300px;
}

.h_380 {
    height: 380px;
}

.h_400 {
    height: 400px;
}

.hei_500 {
    height: 500px;
}


.w_5 {
    width: 5px;
}

.w_10 {
    width: 10px;
}

.w_15 {
    width: 15px;
}

.w_20 {
    width: 20px;
}

.w_25 {
    width: 25px;
}

.w_30 {
    width: 30px;
}

.w_33 {
    width: 33px;
}

.w_35 {
    width: 35px;
}

.w_40 {
    width: 40px;
}

.w_50 {
    width: 50px;
}

.w_65 {
    width: 65px;
}

.w_70 {
    width: 70px;
}

.w_80 {
    width: 80px;
}

.w_100 {
    width: 100px;
}

.w_150 {
    width: 150px;
}

.w_200 {
    width: 200px;
}

.w_250 {
    width: 250px;
}

.w_300 {
    width: 300px;
}

.w_600 {
    width: 600px;
}

.w_0_proc {
    width: 0% !important;
}

.w_100_proc {
    width: 100% !important;
}


.min_w_200 {
    min-width: 200px;
}
.min_w_210 {
    min-width: 210px;
}
.min_w_220 {
    min-width: 220px;
}
.min_w_230 {
    min-width: 230px;
}
.min_w_240 {
    min-width: 240px;
}

.container-popup {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.set_button {
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/set_button.png');
    width: 307px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center top;
    border-width: 0;
}

.close {
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/close_button.png');
    background-repeat: no-repeat;
    background-position: center top;
    border-width: 0;
    width: 307px;
    height: 52px;
}

@media (max-width:767px) {
    .sm_w_50 {
        width: 50%;
    }
}


.btn-icon-text {
    background-color: transparent;
    /* color: black;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0.5rem 1rem; */
    width: 38px;
    height: 38px;
}

.btn-icon-text img {
    height: 1.5rem;
    margin-right: 0.5rem;
}


.button_game_settings {
    background-image: url('../images/button_game_settings.png');
    width: 117px;
    height: 32px;
    padding: 0;
    margin: 0 10px;
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 0;
    background-color: rgba(255, 255, 255, 0);
}

.button_profile_settings {
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/button_profile_settings.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 117px;
    height: 32px;
    border-width: 0;
}

.table-wrapper-scroll-y_sett {
    max-height: 500px;
}

.mar_l_r_80 {
    padding-left: 80px;
    padding-right: 80px;
}

.form_select_green {
    background: rgba(255, 255, 255, 0) url("data:image/svg+xml,<svg fill='%236FFF50' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M466.5 142.2L279.7 329c-4.7 4.7-12.3 4.7-17 0L45.5 142.2c-4.7-4.7-4.7-12.3 0-17L72 98.3c4.7-4.7 12.3-4.7 17 0L256 267.8 423 98.3c4.7-4.7 12.3-4.7 17 0l26.5 26.9c4.6 4.7 4.6 12.3-.1 17z'/></svg>") no-repeat right center / 12px 12px;
    padding-right: 20px;
    background-position-x: 96%;
}

.form-select option {
    background-color: #0a240b !important;
}

.form-select option:hover,
.form-select option:focus {
    background-color: green !important;
}

.mar_l_r_60 {
    padding-left: 60px;
    padding-right: 60px;
}

.input_latt {
    background-color: rgba(255, 255, 255, 0);
    width: 42px;
    height: 42px;
    padding-left: 0;
    margin-left: 0;
    padding-right: 0;
    margin-right: 0;
}

.radius_10 {
    border-radius: 10px;
}

.button_top_1 {
    background-image: url('../images/button_top_1.png');
    width: 137px;
    height: 52px;
    background-repeat: no-repeat;
    background-position: center center;
    border-width: 0;
    margin-top: 0;
    padding-top: 8px;
}

.button_top_3 {
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/button_top_3.png');
    margin-top: 0;
    padding-top: 8px;
    width: 137px;
    height: 52px;
    border-width: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.button_top_3:hover {
    /* -webkit-box-shadow: 0px 0px 20px 5px #000000; 
    box-shadow: 0px 0px 20px 5px #000000;
    opacity: 0.8; */
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.8;
}

.button_top_red {
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/button_top_red.png');
    margin-top: 0;
    padding-top: 8px;
    width: 137px;
    height: 52px;
    border-width: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.button_top_icon {
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

.calc_100vh_70 {
    height: calc(100vh - 70px);
}

.calc_100vh_80 {
    height: calc(100vh - 80px);
}

.calc_100vh_120 {
    height: calc(100vh - 120px);
}

.calc_100vh_225 {
    height: calc(100vh - 225px);
}

.calc_100vh_235 {
    height: calc(100vh - 235px);
}

.calc_100vh_320 {
    height: calc(100vh - 320px);
}

.calc_100vh_405 {
    height: calc(100vh - 405px);
}

.calc_100vh_450 {
    height: calc(100vh - 450px);
}

.flex_grow_1 {
    flex-grow: 1;
}

.min_h_50 {
    min-height: 50px;
}

.min_height_250{
    min-height: 250px;
}

.min_h_600 {
    min-height: 600px;
}

.chat_write {
    background-image: url('../images/chat_write_bg.jpg');
    margin-right: 10px;
    border-radius: 10px !important;
    border-width: 0;
}

.list_battles {
    border: 1px solid rgba(253, 253, 253, 0);
    cursor: pointer;
}

.list_battles_col_0 { /*batle*/
    width: 1% !important;
    padding: 0px;
    /* word-wrap: anywhere; */
    /* flex: 0 0 auto; */
}

.list_battles_col_1 { /*batle*/
    width: 25% !important;
    padding: 0px;
    /* word-wrap: anywhere; */
    /* flex: 0 0 auto; */
}

.list_battles_col_2 { /*fee/bank*/
    width: 25% !important;
    padding: 0px;
    /* word-wrap: anywhere; */
    /* flex: 0 0 auto; */
}

.list_battles_col_3 { /*players*/
    width: 15% !important;
    padding: 0px;
    /* word-wrap: anywhere; */
    /* flex: 0 0 auto; */
}

.list_battles_col_4 { /*supply*/
    width: 10% !important;
    padding: 0px;
    /* word-wrap: anywhere; */
    /* flex: 0 0 auto; */
}

.list_battles_col_5 { /*date*/
    width: 25% !important;
    padding: 0px;
    /* word-wrap: anywhere; */
    /* flex: 0 0 auto; */
}


.list_tank_parameters {
    border: 1px solid rgba(253, 253, 253, 0);
    cursor: pointer;
    margin-right: 0px !important;
}

.list_battles.selected {
    background-color: #0A5000 !important;
    border: 1px solid #6FFF50;
    border-radius: 5px;
}

.list_battles_all .row:nth-of-type(2n) {
    background-color: #073003;
}

.button_01 {
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/button_01.png');
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-width: 0;
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0);
    opacity: 0.8;
}

.botton_02 {
    width: 54px;
    height: 54px;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/button_02.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-width: 0;
}

.list_battles:hover {
    opacity: 0.8;
}

.info_bg {
    background-image: url('../images/info_block.jpg');
    /* background-repeat: no-repeat; */
    background-position: center top;
    background-size: cover;
    width: 100%;
    height: 100%;
    max-height: 226px;
}

.top_radius_10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.m_b_10 {
    margin-bottom: 10px;
}

.link_bg {
    background-color: rgba(0, 0, 0, 0.3) !important;
    height: 35px;
    border-width: 0;
    border-radius: 5px;
    margin-right: 5px;
}

.flex_auto {
    flex: auto;
}

.button_copy_link {
    width: 117px !important;
    height: 52px;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('../images/button_copy_link.png');
    background-size: contain;
    border-width: 0;
    background-repeat: no-repeat;
}

.blue_team_block {
    background-color: #0D0B1F;
    padding-top: 5px;
    border: 1px solid #0500ff;
    border-radius: 5px;
}

.blue_even_bg .blue_bg:nth-child(even) {
    background-color: #09068F;
}

.blue_bg {
    background-color: #0B0857;
    margin: 5px 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.red_team_block {
    background-color: #1F0B0B;
    padding-top: 5px;
    border: 1px solid #FF0000;
    border-radius: 5px;
}

.red_even_bg .red_bg:nth-child(even) {
    background-color: #8F0606;
}

.red_bg {
    background-color: #570808;
    margin: 5px 0px;
    padding-left: 5px;
    padding-right: 5px;
}

.green_team_block {
    background-color: #0b1f0d;
    padding-top: 5px;
    border: 1px solid #3cff00;
    border-radius: 5px;
}

.green_even_bg .green_bg_team_block:nth-child(even) {
    background-color: #0d5812;
}

.green_bg_team_block {
    background-color: #097009;
    margin: 5px 0px;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width:767px) {
    .blue_team_block {
        margin-left: -3px;
    }

    .red_team_block {
        margin-right: -3px;
    }

    .green_team_block {
        margin-right: -3px;
    }
}

.button_gray {
    background-image: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgb(158, 158, 158) 100%) !important;
    padding: 16px 12px !important;
    border: 2px groove #000000 !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: BebasNew !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    box-shadow: 0px 6px 9px #000000a3 !important;
    min-width: 80px;
}

.button_gray:hover {
    border-width: 2px;
    color: #ffffff;
    opacity: 0.9;
}

.button_grey_2 {
    background-image: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgb(158, 158, 158) 100%) !important;
    border: 2px groove #000000 !important;
    border-radius: 5px !important;
    line-height: 140% !important;
    box-shadow: 0px 6px 9px #000000a3 !important;
}

.button_grey_2:hover {
    border-width: 2px;
    color: #ffffff;
    opacity: 0.9;
}

.shadow_inside {
    box-shadow: inset 1px 1px 20px 5px #000000;
}

.send_icon {
    margin-right: 13px;
}

.button_copy {
    /* padding: 3px 33px !important; */
    height: 35px !important;

    background-image: linear-gradient(0deg, rgb(17, 17, 17) 0%, rgb(158, 158, 158) 100%) !important;

    border: 2px groove #000000 !important;
    border-radius: 5px !important;
    color: #ffffff !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    font-family: BebasNew !important;
    font-weight: 400 !important;
    line-height: 140% !important;
    box-shadow: 0px 6px 9px #000000a3 !important;
    min-width: 80px;
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width:767px) {
    .p_t_30 {
        margin-top: 0;
    }

    .mar_l_r_60 {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.color_green:active {
    color: #6FFF50;
}

.color_green:focus {
    color: #6FFF50;
}

.create_inputs {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    border-width: 0;
}

.create_select_bg {
    background-color: #0b3308;
}

.team_icon {
    background-image: url('../images/team-line.svg');
    display: inline-block;
    width: 20px;
    height: 20px;
}

.close_right_top {
    background-color: rgba(255, 255, 255, 0);
    color: #ffffff;
    border-width: 0;
}

.m_r_10 {
    margin-right: 10px;
}

.gray_button_small {
    padding: 4px 25px !important;
    font-weight: lighter !important;
    font-family: BebasNew, cursive !important;
    border-width: 2px !important;
    border-radius: 5px !important;
    border-style: outset !important;
}

.gray_button_small_2 {
    padding: 6px 40px !important;
}

.m_l_r_10 {
    margin-right: 10px;
    margin-left: 10px;
}

.google_button_2 {
    font-family: CourierNew !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    padding: 0 50px !important;
}

.m_l_r_0{
	margin-left:0;
	margin-right:0
}

.garage_right_block_bg{
	background-image:url('../images/garage_right_block_bg.png');
	background-repeat:no-repeat;
	background-position:center center;
	background-size:contain;
    max-height: 220px;
}

.info_block_image {
    max-height: 220px;
}

.info_block_rank {
    position: relative;
    left: -20%;
    top: 20%;
}

.m_h_316{
	max-height:316px
}

.garage_right_block_button{
	padding:10px 20px
}

.garage_hor_block{
	margin-top:20px;
	margin-left:0;
	margin-right:0
}

#works{
	margin:10px
}

#works .carousel{
	margin:0 auto;
	width:100%
}

#works .carousel-wrapper{
	margin:10px 30px;
	position:relative;
	overflow:hidden;
	padding-left:10px
}

#works .carousel-items{
	position:relative;
	width:10000px
}

#works .carousel-block{
	float:left;
	width:246px;
	height:157px;
	overflow:hidden;
	padding:10px
}

#works .carousel-block .work{
	background-image:url('../images/element_bg.png');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:center top;
	height:157px
}

#works .carousel-block .work img{
	width:162px;
	height:120px
}

#works .carousel-block .work p{
	font-size:1em
}

#works .carousel-button-left a,#works .carousel-button-right a{
	width:42px;
	height:144px;
	position:relative;
	top:20px;
	cursor:pointer;
	text-decoration:none
}

#works .carousel-button-left a{
	float:left;
	background-size:contain;
	background-image:url('../images/l_arr.png');
	z-index:3;
	background-repeat:no-repeat
}

#works .carousel-button-right a{
	float:right;
	background-size:contain;
	background-image:url('../images/r_arr.png');
	background-repeat:no-repeat;
	z-index:3
}

.vert_text{
	writing-mode:vertical-lr;
	transform:rotate(180deg);
	display:flex;
	justify-content:center
}

#works .carousel-block .work.active{
	background-image:url('../images/selected_element_bg.png')
}

.work:hover{
	cursor:pointer
}

.storage_element_name{
	position:relative;
	top:-25px
}

.storage_element_used_image_div {
    position: absolute;
}

.storage_element_used_image {
    position: relative;
    width: 18px !important;
    height: 18px !important;
    left: 90px;
    top: 20px;
}

.storage_element_rank_block {
    position: relative;
}

.storage_element_rank {
    position: relative;
    top: -130px;
    left: -84px;
    width: 30px;
    display: block;
    text-align: center;
    letter-spacing: -2px;
}

.storage_element_rank_image {
    position: relative;
    width: 34px !important;
    height: 34px !important;
    left: -85px;
    top: -100px;
}

.storage_element_name_block {
	position:absolute;
	width:100%;
	text-align:center;
	height:0;
    top: 140px;
}

.m_l_5{
	margin-left:5px
}

.m_b_30{
	margin-bottom:30px
}

.m_b_40{
	margin-bottom:40px
}

.filter_list{
	list-style-type:none;
	margin-left:10px;
	margin-right:10px;
	padding:10px
}

.filter_title{
	margin:10px
}

.t_-27{
	top:-27px
}

.small_gray_buttons {
    width: 50px !important;
    /* height: 40px !important; */
    background: linear-gradient(180deg, #9E9E9E 0%, #111111 100%) !important;
    box-shadow: 0px 5px 10px #000000 !important;
    border-radius: 5px !important;
    border: 2px outset #cacaca !important;
    filter: drop-shadow(0px 5px 10px #000000) !important;
}

.center_number {
    background: linear-gradient(180deg, #118E00 0%, #111111 100%, #0B1D0C 100%), #D9D9D9 !important;
    box-shadow: inset 0px 0px 4px #000000 !important;
    width: 50px !important;
    /* height: 40px !important; */
    filter: drop-shadow(0px 5px 10px #000000) !important;
    border-radius: 5px !important;
    border: 2px outset #cacaca !important;
}

.green_bg_buttom {
    background: linear-gradient(180deg, #118E00 0%, #111111 100%, #0B1D0C 100%), #D9D9D9 !important;
    box-shadow: inset 0px 0px 4px #000000 !important;
    filter: drop-shadow(0px 5px 10px #000000) !important;
    border-radius: 5px !important;
    border: 2px outset #cacaca !important;
}

.plus_minus_block {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: max-content !important;
}

.m_t_b_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.big_gray_buttom {
    background: linear-gradient(180deg, #9E9E9E 0%, #111111 100%) !important;
    box-shadow: 0px 5px 10px #000000 !important;
    border-radius: 5px !important;
    border: 2px outset #cacaca !important;
    filter: drop-shadow(0px 5px 10px #000000) !important;
    padding-left: 52px !important;
    padding-right: 52px !important;
}

.big_gray_buttom_short {
    background: linear-gradient(180deg, #9E9E9E 0%, #111111 100%) !important;
    box-shadow: 0px 5px 10px #000000 !important;
    border-radius: 5px !important;
    border: 2px outset #cacaca !important;
    filter: drop-shadow(0px 5px 10px #000000) !important;
}

.m_l_r_-7 {
    margin-left: -7px;
    margin-right: -7px;
}

.big_green_button {
    background: linear-gradient(180deg, #118E00 0%, #111111 100%, #0B1D0C 100%) !important;
    box-shadow: 0px 5px 10px #000000 !important;
    border-radius: 5px !important;
}

.big_gray_button_2 {
    background: linear-gradient(180deg, #9E9E9E 0%, #111111 100%) !important;
    box-shadow: 0px 5px 10px #000000 !important;
    border-radius: 5px !important;
}

.small_green_button {
    background: linear-gradient(180deg, #118E00 0%, #111111 100%, #0B1D0C 100%) !important;
    box-shadow: 0px 5px 10px #000000 !important;
    border-radius: 5px !important;
    border: 2px outset #cacaca !important;
}

.small_gray_button {
    background: linear-gradient(180deg, #9E9E9E 0%, #111111 100%) !important;
    box-shadow: 0px 5px 10px #000000 !important;
    border-radius: 5px !important;
    border: 2px outset #cacaca !important;
}

.close_button {
    padding: 4px 18px;
}

.upgrade_button_price {
    width: 100%;
    background: linear-gradient(180deg, #9E9E9E 0%, #111111 100%) !important;
    box-shadow: 0px 5px 10px #000000 !important;
    border-radius: 5px !important;
    border: 2px outset #cacaca !important;
}

.btn {
    text-shadow: 0px 2px 2px #000000;
}

@media (max-width:767px) {
    .m_b_40_m {
        margin-bottom: 40px;
    }

    .m_b_10_m {
        margin-bottom: 10px;
    }

    .p_t_b_10_m {
        padding-bottom: 10px;
        padding-top: 10px;
    }
}

/* game chat */

.game_chat {
    max-width: 680px !important;
    max-height: 400px !important;
    height: 100% !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    font-family: Post No Bills Colombo !important;
}

.chat_block {
    max-width: 680px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 254, 105, 0.2) 0%, rgba(255, 254, 82, 0.2) 100%), rgba(255, 204, 57, 0.25);
    border-radius: 27px;
    background-repeat: no-repeat;
    background-size: auto;
    height: 100%;
    position: absolute;
    left: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 12px;
    border: 3px solid #fffe69;
}

.chat_block_messages {
    overflow: auto;
    max-height: 270px;
    margin-top: 10px;
    margin-bottom: 10px;
    height: 100%;
}

.user_message_left {
}

.user_name {
    margin-right: 5px;
}

.user_message {
    color: #ffffff;
}

.user_message_right {
    text-align: right;
}

.chat_open_close_button {
    background-image: url('../images/chat_show_icon.svg');
    width: 33px;
    height: 66px;
}

.chat_small_img {
    position: absolute;
    left: 0;
    top: calc(50% - 9px);
    margin-left: 14px;
}

.chat_block_close_open {
    position: relative;
    padding-left: 12px;
    cursor: pointer;
}

#chat_block {
    width: 100%;
    max-width: 680px;
    position: absolute;
    left: -350px;
    opacity: 0;
    transition: opacity 1s;
    z-index: 9998;
    transition: left 1s;
}

#chat_blockblock.animate {
    transition: left 1s;
}

#chat_placeholder {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 9999;
}

.user_message_left .user_name {
    color: #00BC13;
    font-weight: 700;
}

.user_message_left div {
    display: inline-block;
    background: rgba(59, 57, 38, 0.8);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 8px 0px;
    padding: 10px 18px 10px 9px;
    margin-bottom: 13px;
}

.user_message_right div {
    padding: 10px 9px 10px 18px;
    margin-bottom: 13px;
    display: inline-block;
    background: rgba(59, 57, 38, 0.8);
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
    border-radius: 8px 8px 0px 8px;
}

.user_message_right .user_name {
    color: #F30000;
    font-weight: 700;
}

.chat_send_button {
    background: #3B3926 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25) !important;
    border-radius: 4px 4px 20px 4px !important;
    font-weight: 700 !important;
    height: 33px !important;
    padding: 0 !important;
    width: 82px !important;
    line-height: 33px !important;
}

#chat_placeholder .chat_block_close_open {
    padding-left: 0;
}

#chat_placeholder .chat_small_img {
    margin-left: 2px;
    transform: rotate(180deg);
}

.button_setting {
    background: #3B3926 !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    width: 33px;
    height: 33px;
    padding: 0;
}

.button_setting img {
    width: 22px;
    height: 23px;
}

.btn:hover {
    background-color: #606060 !important;
}

.chat_message_send {
    color: #3b3926;
    background-color: rgba(255, 255, 255, 0);
    border-width: 0;
}

.f_wei_700 {
    font-weight: 700 !important;
}

@media (max-width:767px) {
    .chat_open_close_button {
        box-shadow: 2px 3px 25px 1px #929292;
    }
}

/* remove if new style will comme */

.carouusel_container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
    height: 177px;
}

#game-container {
    width: 100%;
    height: 100%;
}

.controls{
    background: transparent;
    background-color: transparent;
}

.camera-rotation{
    background: transparent;
    background-color: transparent;
    max-width: 50px;
    max-height: 50px;
}

.spinner {
    width: 56px;
    height: 56px;
    display: grid;
    border: 4.5px solid #0000;
    border-radius: 50%;
    border-color: #dbdcef #0000;
    animation: spinner-e04l1k 1s infinite linear;
}
.spinner::before,
.spinner::after {
    content: "";
    grid-area: 1/1;
    margin: 2.2px;
    border: inherit;
    border-radius: 50%;
}
.spinner::before {
    border-color: #474bff #0000;
    animation: inherit;
    animation-duration: 0.5s;
    animation-direction: reverse;
}
.spinner::after {
    margin: 8.9px;
}
@keyframes spinner-e04l1k {
    100% {
        transform: rotate(1turn);
    }
}

.gradient_green {
    background: rgb(10,80,0);
    background: -moz-radial-gradient(circle, rgba(10,80,0,1) 0%, rgba(29,29,29,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(10,80,0,1) 0%, rgba(29,29,29,1) 100%);
    background: radial-gradient(circle, rgba(10,80,0,1) 0%, rgba(29,29,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a5000",endColorstr="#1d1d1d",GradientType=1);     
}

.gradient_green_transparent{
    background: rgb(10,80,0);
    background: -moz-radial-gradient(circle, rgba(10,80,0,0.8) 0%, rgba(29,29,29,0.8) 100%);
    background: -webkit-radial-gradient(circle, rgba(10,80,0,0.8) 0%, rgba(29,29,29,0.8) 100%);
    background: radial-gradient(circle, rgba(10,80,0,0.8) 0%, rgba(29,29,29,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0a5000",endColorstr="#1d1d1d",GradientType=1); 
}

.gradient_grey{
    background: rgb(17,17,17);
    background: -moz-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(158,158,158,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(158,158,158,1) 100%);
    background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(158,158,158,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#111111",endColorstr="#9e9e9e",GradientType=1); 
}

.max_height_600{
    max-height: 600px;
}

.swamp-card-body{
    border: 1px solid black;
    border-radius: 5px;
    padding: 10px;

    word-wrap: break-word;
}

.swamp_button {
    background-image: url('../images/button.png');
    background-position: center;
    background-size: cover;
    width: 137px;
    height: 52px;
    color: #ffffff;

    display: flex !important;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

.swamp-card-title{
    color: #ffffff;
    text-align: center;
    text-shadow: -15px 2px 2px rgba(0,0,0,0), 0px 0px 10px #000000, 0px 0px 10px #000000, 0px 0px 10px #000000;
}

.swamp-form{
    padding: 10px;
    border-radius: 5px;
}

.swamp-chat-list-group-item{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.swamp-chat-div{

}
.swamp-chat-sender{
    color: #53e453;
}
.swamp-chat-message{
    color: #ffffff;
}

.swamp_chat_timestamp {
    font-size: 12px;
    font-style: italic;
}

.swamp-btn-background{
    background: rgb(58,58,58);
    background: -moz-linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(202,202,202,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(202,202,202,1) 100%);
    background: linear-gradient(0deg, rgba(58,58,58,1) 0%, rgba(202,202,202,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a3a3a",endColorstr="#cacaca",GradientType=1); 
}

.swamp_dropdown{
    list-style-type: none;
}

.swamp_dropdown_item{
    width: 100%;
    height: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
}
.swamp_dropdown_item:hover{
    background-color: rgba(255, 255, 255, 0) !important;
    border-radius: 10px !important;
    border: 2px solid #6fff50 !important;
    color: #ffffff !important;
}

.swamp_popup_message{
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    border-radius: 5px;
    font-size: 30px;
    padding: 10px;
    text-align: center;
}
.swamp_error_message{
    position: fixed;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0%);
    width: 600px;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    color: #ff9595;

    border: 2px solid #6fff50
}
.swamp_success_message{
    position: fixed;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0%);
    width: 600px;
    font-size: 30px;
    padding: 10px;
    text-align: center;
    color: #95ffac;

    border: 2px solid #6fff50
}
.swamp_message{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    font-size: 24px;
    padding: 10px;
    text-align: center;

    border: 2px solid #6fff50
}
@keyframes swamp_popup_animation {
    0% {
    transform: scale(1);
    opacity: 1;
    }
    100% {
    transform: scale(1.5);
    opacity: 0;
    }
}

.swamp_popup_animate {
    animation-name: swamp_popup_animation;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

.display_none_important{
    display: none !important;
}
  

input[type="radio"]:checked + label{
    /* background-color: #ff6347; */
}

.custom-toggler.navbar-toggler {
    border-color: rgba(255, 255, 255, 0.8);
}
 
.custom-toggler .navbar-toggler-icon {
    background-image: url(
"data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.shadow_down{
    -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.75);
}

.black_transparent{
    background: #00000080;
}

.swamp_d_flex{
    display: flex;
}

.garage_tank_image_overlap{
    position: absolute;
    top: 0;
    /* left: 0; */
    width: 100% !important;
    height: 100% !important;
    max-width: 400px !important;
    max-height: 400px !important;
    min-width: 250px;
    min-height: 250px;
    object-fit: contain;
    cursor: pointer;
}

.garage_tank_image_overlap_2{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    max-width: 400px !important;
    max-height: 400px !important;
    min-width: 250px;
    min-height: 250px;
    left: -70px;
    top: -200px;
    object-fit: contain;
}

.margin_2px{
    margin: 2px !important;
}

.waiting_text {
    padding: 2px 5px;
    /* background-color: #4CAF50; */
    background-color: rgb(255, 254, 105);
    color: black;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    font-family: Post No Bills Colombo !important;
}

.waiting_text:hover {
    background-color: #fffe69;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

.game_statistics {
    max-width: 680px;
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 254, 105, 0.5) 0%, rgba(255, 254, 82, 0.5) 100%), rgba(255, 204, 57, 0.5);
    background-repeat: repeat, repeat;
    background-size: auto, auto;
    border-radius: 27px;
    background-repeat: no-repeat;
    background-size: auto;
    /* height: 100%; */
    position: absolute;
    left: 0px;
    padding-right: 0;
    padding-left: 0;
    margin-left: 12px;
    border: 3px solid #fffe69;
    overflow: auto;
}

.game_statistic_red{
    background: rgba(248, 69, 69, 0.678);
    border-radius: 15px;
}
.game_statistic_blue{
    background: rgba(69, 72, 248, 0.678);
    border-radius: 15px;
}

.game_statistic_image_overlap{
    position: absolute;
    top: -30px;
    left: -25px;
    width: 100px !important;
    height: 100px !important;
    object-fit: contain;
}

.game_statistic_table_td{
    padding: 5px;
}

.game_statistic_trend_image {
    
}

.game_loading_bg {
    background-color: #ffffff80;
    width: 600px;
}

.game_instruction_keyboard_arrows {
    width: 100px;
}

.game_instruction_mouse_buttons {
    width: 100px;

}

.audiosettings_block {
    width: 90%;
    height: 90%;
    max-width: 600px;
    max-height: 1000px;

}


.image_button {
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    padding: 0;
    border-radius: 5px;

    display: flex; /* This will allow you to use flexbox properties. */
    justify-content: center; /* This will center the child elements horizontally. */
    align-items: center; /* This will center the child elements vertically. */
}
  
.image_button img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* This will cover the whole area of the button, potentially cropping the image. */
}

.image_button:hover {
    background-color: #606060a9 !important;
}

.cursor_pointer {
    cursor: pointer;
}

.cursor_not_allowed {
    cursor: not-allowed;
}

.text_decor_none {
    text-decoration: none;
}

.word_wrap_any {
    word-wrap: anywhere;
}

.order_good_price_block {
    background-color: #00000065;
}

/* switch begins */
.switch {
    font-size: 12px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switcher {
    font-size: 11px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #047310;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: inset 2px 2px 12px -5px gray;
    border-radius: 5px;
}

.switcher:before {
    position: absolute;
    content: "";
    height: 2em;
    width: 1.75em;
    left: 0;
    bottom: 0;
    background-color: #505050;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
    box-shadow: inset 0px 0px 3px 0px white;
}

.switcher-input:checked + .switcher {
    background-color: #505050;
    box-shadow: inset 2px 2px 9px -5px gray;
}

.switcher-input:focus + .switcher {
    box-shadow: 0 0 0px #024200;
}

.switcher-input:checked + .switcher:before {
    -webkit-transform: translateX(1.75em);
    -ms-transform: translateX(1.75em);
    transform: translateX(1.75em);
}

/* switch ends */

/* switch begins */
.switch_big {
    font-size: 18px;
    position: relative;
    display: inline-block;
    width: 3.5em;
    height: 2em;
}

.switch_big input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switcher_big {
    font-size: 18px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #505050;
    -webkit-transition: .4s;
    transition: .4s;
    box-shadow: inset 2px 2px 12px -5px gray;
    border-radius: 5px;
}

.switcher_big:before {
    position: absolute;
    content: "";
    height: 2em;
    width: 1.75em;
    left: 0;
    bottom: 0;
    background-color: #505050;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 5px;
    box-shadow: inset 0px 0px 3px 0px white;
}

.switcher-input_big:checked + .switcher_big {
    background-color: #047310;
    box-shadow: inset 2px 2px 9px -5px gray;
}

.switcher-input_big:focus + .switcher_big {
    box-shadow: 0 0 0px #505050;
}

.switcher-input_big:checked + .switcher_big:before {
    -webkit-transform: translateX(1.75em);
    -ms-transform: translateX(1.75em);
    transform: translateX(1.75em);
}

/* switch ends */
