body,
html {
	margin: 0;
	padding: 0
}

body {
	font-family: Roboto;
	background: #282828
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	background: #282828
}

::-webkit-scrollbar-thumb {
	background: #441612
}

::-webkit-scrollbar-thumb:hover {
	background: #464646
}

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');

*{
    padding: 0;
    margin: 0;
    /* font-size: 17px; */
    color: #ffffff;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
}

html,body{
    background-color: #2c0707;
}

@media(max-width: 600px) {
	.act_nav {
		display: none!important;
	}
}

.appsized{
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: calc(1300px - 0px);
}

.header{
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    box-shadow: -10px 5px 20px rgb(0 0 0 / 40%);
    background-color: #1a0909;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_content{
    width: calc(100% - 30px);
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_content .leftside{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_content .leftside > a{
    display: block;
    height: 100%;
}
.header_content .leftside .logo{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_content .leftside .logo img{
    height: 60%;
}
.header_content .act_nav{
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}
.header_content .act_nav > li{
    height: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    transition: 0.4s;
}
.header_content .act_nav > li svg{
    float: left;
    width: 20px;
    margin-right: 10px;
    fill: #ff4545;
}
.header_content .act_nav > li:hover{
    color: #ff4545;
    transition: 0.2s;
}
.loginviasteam_button{
    padding: 2px 18px;
    font-weight: 800;
    line-height: 37px;
    font-size: 17px;
    display: inline;
    border-width: 2px;
    background-color: #482121;
    border: 1px solid #ffffff12;
    color: #ff4545;
    border-radius: 4px;
    transition: 0.4s;
}
.loginviasteam_button:hover{
    transition: 0.2s;
    background-color: #6b3c3c;
    cursor: pointer;
}

.header_offset{
    height: 60px;
}

.topblock{
    height: 278px;
    width: 100%;
    position: relative;
}
.topblock .appsized{
    position: relative;
}
.topblock .bgimage{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.topblock_container{
    width: 100%;
    height: 100%;
    background-color: #2c0707b3;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}
.topblock_navcn{
    width: 100%;
}
.topblock_title{
    font-size: 40px;
    font-weight: 500;
    color: white;
}
.topblock_navrow{
    height: 50px;
    list-style: none;
    display: flex;
    justify-content: flex-start;
}
.topblock_navrow-item{
    height: 50px;
    line-height: 50px;
    margin-right: 25px;
    position: relative;
    cursor: pointer;
    transition: 0.2s;
}
.topblock_navrow-item:hover{
    color: white;
    transition: 0.2s;
}
.topblock_navrow-item:after{
    content: "";
    display: block;
    left: 0;
    position: absolute;
    bottom: 1px;
    height: 1px;
    width: 100%;
}
.topblock_navrow-item-active{
    color: #ff4545 !important
}
.topblock_navrow-item-active:after{
    background-color: #ff4545;
}
.topblock_teambadge{
    width: 33.333%;
    height: 240px;
    position: absolute;
    right: 0;
    bottom: 10px;
    
    display: flex;
    justify-content: center;
    align-items: center;
}
.topblock_teambadge .icon{
    height: 100%;
}

.pages_container{
    width: 100%;
}
.page_page{
    width: 100%;
    display: none;
}
.page_page-active{
    display: block;
}

.page_rssplit{
    width: 100%;
    display: grid;
    grid-template-columns: calc(33.333% + 33.333%) calc(33.333% - 10px);
    grid-gap: 10px;
}

.page_green_title{
    font-size: 30px;
    color: #ff4545;
    font-weight: 500;
}
.page_white_title{
    font-size: 40px;
    color: white;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 5px;
}
.page_default_text{

}

.progress_tour_table{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.progress_tour_table .table_item{
    width: 100%;
    margin-bottom: 10px;
}
.progress_tour_table .table_item .ttl{
    font-weight: 500;
    text-transform: uppercase;
}
.progress_tour_table .table_item .dt{
    color: white;
}
.progress_tour_table .table_item .dt img{
    width: 22px;
    float: left;
    margin-right: 4px;
}

.hr{
    width: 100%;
    padding-top: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ffffff12;
}

.mylictlist{
    width: 100%;
    margin-bottom: 10px;
}
.mylictlist .title{
    width: calc(100% - 40px);
    padding: 15px 20px;
    background-color: #58140d;
    margin-bottom: 1px;
}
.mylictlist .title .ttl{
    font-size: 27px;
    color: white;
    font-weight: 500;
}
.lictlist_item{
    height: calc(66px - 30px);
    width: calc(100% - 40px);
    padding: 15px 20px;
    background-color: #441612;
    margin-bottom: 1px;
}
.lictlist_item:hover{
    background-color: #61251f;
    cursor: pointer;
}
.lictlist_item-droplist{
    display: grid;
    grid-template-columns: 40px 1fr 60px;
    color: white;
}
.lictlist_item-droplist .icon{
    height: 40px;
    width: 40px;
    object-fit: cover;
    overflow: hidden;
}
.lictlist_item-droplist .ttl{
    line-height: 40px;
    margin-left: 10px;
}
.lictlist_item-droplist .perc{
    font-size: 27px;
    color: white;
    line-height: 40px;
}

.lictlist_item-prcscs{
    display: grid;
    grid-template-columns: 1fr 120px;
}
.lictlist_item-prcscs .icon{
    height: 40px;
    width: 40px;
    object-fit: cover;
    overflow: hidden;
}
.lictlist_item-prcscs .ttl{
    line-height: 40px;
    margin-left: 10px;
}
.lictlist_item-prcscs .perc{
    font-size: 27px;
    color: white;
    line-height: 40px;
    text-align: right;
}

.lictlist_item-joinitem{
    display: grid;
    grid-template-columns: 40px 4fr 2fr;
}
.lictlist_item-joinitem .icon{
    width: 40px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lictlist_item-joinitem .icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lictlist_item-joinitem .name{
    line-height: 40px;
    padding-left: 10px;
}

.lictlist_item-joinitem .btns{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lictlist_item-joinitem .btns .act{
    padding: 1px 6px;
    font-size: 13px;
    border: none;
    background-color: #ff4545;
    border-radius: 4px;
    line-height: 23px;
    color: #ffffff;
    cursor: pointer;
}
.lictlist_item-joinitem .btns .act:hover{
    filter: brightness(120%);
}

.footer{
    margin-top: 30px;
    background-color: #1a0909;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.footer .rating{
    position: absolute;
    right: 35px;
    top: -30px;
    font-size: 50px;
    font-weight: 800;
}
.footer .rating .plus{
    position: absolute;
    right: -25px;
    top: 0px;
    font-weight: 800;
    font-size: 40px;
}
.footer .appsized{
    position: relative;
}
.footer .company_logodesc img{
    width: 200px;
}
.footer .company_logodesc p{
    font-size: 12px
}
.footer .techo_list_title{
    text-transform: uppercase;
}
.footer .techo_list{
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}
.footer .techo_list img{
    height: 30px;
    width: 100px;
    margin-right: 10px;
    float: left;
}
.footer .ureditable{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    max-width: 650px;
    list-style: none;
}
.footer .ureditable ul{
    list-style: none;
}
.footer .ureditable ul li a{
    color: #ff4545;
    text-decoration: none;
    margin-top: 2px;
}
.footer .small_small_footer_text{
    font-size: 12px;
}

.rounds_navbtns{
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}
.rounds_navbtns button{
    width: 100%;
    border: none;
    height: 40px;
    line-height: 40px;
    background-color: #441612;
    border-radius: 4px;
    text-align: center;
}
.rounds_navbtns .locked{
    color: #37120f;
    pointer-events: none;
}

.round_preview_box{
    width: 100%;
}
.round_preview_box .table_titles{
    width: 100%;
    margin-top: 20px;
    display: inline-block;
    border-bottom: 2px solid #ffffff12;
}
.round_preview_box .table_titles .table_titles-item{
    float: left;
    width: calc(25% - 10px - 30px);
    padding-left: 30px;
    color: white;
}

.round_preview_grid{
    width: 100%;
    display: inline-block;
    margin-top: 25px;
}
.round_preview_grid > .column{
    float: left;
    width: calc(25% - 10px - 30px);
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 680px;
    min-width: 280px;
    position: relative;
}
.round_preview_grid .column_plate{
    position: relative;
}
.round_preview_grid > .column .column_match{
    height: 70px;
    width: calc(100% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.round_preview_grid > .column .column_match .column_match_user{
    background-color: #441612;
    height: calc(50% - 1.5px);
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
    border-right: 3px solid gray;
    cursor: pointer;
}
.round_preview_grid > .column .column_match .column_match_user_won{
    border-right: 3px solid #53e641 !important;
}
.round_preview_grid > .column .column_match .column_match_user .user_icon{
    height: 17px;
    width: 17px;
    transform: rotate(45deg);
    border: 2px solid #7a99ac;
    margin-left: 10px;
}
.round_preview_grid > .column .column_match .column_match_user .user_name{
    font-size: 13px;
    color: white;
    margin-left: 15px;
}
.round_preview_grid > .column .column_match .column_match_user .user_wins{
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 20px;
    color: #53e641;
    transform: translateY(-50%);
    font-size: 13px;
}
.round_preview_grid > .column .column_match .column_match_user .no_user{
    font-size: 13px;
    margin-left: 10px;
}
.round_preview_grid > .column .column_match .column_match_user .user_win_number{
    position: absolute;
    right: 10px;
    top: 50%;
    line-height: 20px;
    color: #53e641;
    transform: translateY(-50%);
    font-size: 13px;
}
.round_preview_grid > .column .column_match .column_match_user .user_win_number-gray{
    color: #7a99ac;
}   
.round_preview_grid > .column .column_match .column_match_user:hover{
    background-color: #3d4f66;
}
.round_preview_grid > .column .column_match:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 30px);
    height: 100%;
    border: 3px solid #ff4545;
    border-width: 0px;
    border-color: transparent;
    transition: 0.4s;
    pointer-events: none;
}
.round_preview_grid > .column .column_match:hover:after{
    border-width: 3px;
    border-color: #ff4545;
    transition: 0.2s;
}
.round_preview_grid > .column .column_match .column_match_user .user_icon:hover{
    border-color: #ff4545;
    transition: 0.2s;
}


.round_preview_grid .grid_merge_lines{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.round_preview_grid .grid_merge_lines .mergebox{
    position: absolute;
    left: -30px;
    height: 80px;
    width: 20px;
    border: 2px solid #4d2d2d;
    border-left: none;
    border-radius: 8px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.round_preview_grid .grid_merge_lines .line{
    width: 37px;
    height: 2px;
    background-color: #4d2d2d;
    position: absolute;
    right: -28px;
    top: 41px;
}
.round_preview_grid .grid_merge_lines-4items .mergebox{
    height: 166px;
}
.round_preview_grid .grid_merge_lines-4items .line{
    top: 83px;
}
.round_preview_grid .grid_merge_lines-2items .mergebox{
    height: 336px;
}
.round_preview_grid .grid_merge_lines-2items .line{
    top: 168px;
}

.app_popups_container{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    pointer-events: none;
}
.popup_loginviasteam{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s;
}
.popup_loginviasteam-active{
    opacity: 1;
    pointer-events: all;
    transition: 0.2s;
}
.popup_loginviasteam .panel{
    position: absolute;
    transform: translateY(50%) translateX(50%);
    right: 50%;
    bottom: 50%;
    width: 70%;
    max-width: 400px;
    padding: 25px;
    padding-top: 40px;
    background: #441612;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.popup_loginviasteam .panel p{
    text-align: center;
    font-size: 25px;
    color: white;
}
.popup_loginviasteam .panel button{
    color: #3d4f66;
    font-size: 22px;
    border: 2px solid #ff4545;
    background-color: #ff4545;
    border-radius: 3px;
    margin: 20px auto;
    padding: 0 3px;
    padding-top: 3px;
    cursor: pointer;
    transition: 0.2s;
}
.popup_loginviasteam .panel button:hover{
    background-color: #f75e5e;
    transition: 0.2s;
}
.popup_loginviasteam .panel .close{
    position: absolute;
    font-size: 70px;
    right: 0px;
    top: -18px;
    cursor: pointer;
}

@media all and (max-width: 1300px){
    .page_rssplit{
        grid-template-columns: 1fr;
    }
    .progress_tour_table{
        grid-template-columns: 1fr 1fr;
    }
}
@media all and (max-width: 600px){
    .footer .ureditable{
        grid-template-columns: 1fr;
    }
    .rounds_navbtns{
        display: grid;
        grid-template-columns: 1fr;
    }
    .topblock_teambadge{
        height: 90px;
    }
}

.h_left {
	display: flex;
	align-items: center
}

.h_logo {
	margin-left: 26px;
	display: flex;
	align-items: center
}

.h_logo p {
	font-weight: 700;
	font-size: 27px;
	line-height: 32px;
	margin: 0 0 0 8px;
	color: #fff
}

.h_nav {
	display: flex;
	align-items: center;
	margin-left: 22px
}

.h_nav a {
	display: flex;
	align-items: center;
	text-decoration: none;
	margin-left: 23px
}

.h_nav a p {
	margin: 0 0 0 12px;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	transition: .3s
}

.h_nav a:hover p {
	color: #a87a7a
}

.h_right {
	margin-right: 20px
}

.hnavbutton {
	width: 201px;
	height: 34px;
	background: #482121;
	border-radius: 6px;
	border: none;
	outline: 0;
	cursor: pointer;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center
}

.hnavbutton:hover {
	background: #5b2121
}

.hnavbutton svg {
	margin-right: 8px
}

.hnavbutton p {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	color: #fd4444
}

.navbar {
	width: 100%;
	height: 282px;
	display: flex;
	background: url("https://top1hostintheworld.com/shab3/assets/navbar_main.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center
}

.navbar_content {
	width: 100%;
	max-width: 1580px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.n_left {
	height: 100%;
	display: flex;
	align-items: flex-end
}

.n_title {
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	margin: 0;
	color: #fff
}

.n_nav {
	display: flex;
	align-items: center;
	margin-top: 29px
}

.n_nav div {
	border-bottom: 1px solid transparent;
	margin-right: 39px;
	cursor: pointer;
	transition: .3s
}

.n_nav div p {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 23px 0;
	color: #676767;
	transition: .3s
}

.n_nav .current {
	border-bottom: 1px solid #a87a7a
}

.n_nav .current p {
	color: #a87a7a
}

.n_nav div:not(.current):hover p {
	color: #84591d
}

.n_right img {
	width: 251px
}

.content_wrapper {
	max-width: 1580px;
	margin: 0 auto;
	min-height: calc(100vh - 60px - 282px - 250px)
}

.content {
	width: 100%
}

.content[data-content=main] {
	display: flex
}

.cl_title {
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	padding-top: 37px;
	padding-bottom: 20px;
	color: #ff4545
}

.c_left table {
	margin-bottom: 48px
}

.c_left table td {
	width: 120px;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	padding-right: 40px
}

.c_left table .t1 td {
	color: #a87a7a
}

.c_left table .t3 td {
	padding-top: 60px
}

.c_left table .timg {
	display: flex;
	align-items: center
}

.c_left table .timg img {
	width: 19px
}

.c_left hr {
	border: 2px solid #a87a7a
}

.cl_title2 {
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	color: #fff
}

.cl_info {
	font-size: 17px;
	line-height: 20px;
	margin: 23px 0;
	color: #a87a7a
}

.cl_info .sel {
	color: #a87a7a
}

.c_sidebars {
	display: flex
}

.c_sidebar {
	width: 350px;
	background: #441612;
	margin-left: 54px;
	margin-top: 37px;
	margin-bottom: 30px
}

.cside_header {
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	background: #58140d
}

.cside_header p {
	font-weight: 500;
	font-size: 27px;
	line-height: 32px;
	margin: 0 0 0 14px;
	color: #fff
}

.cside_item {
	display: flex;
	align-items: center;
	height: 56px;
	border-top: 1px solid #ff4545;
	border-bottom: 1px solid #ff4545
}

.cside_item img {
	width: 42px;
	max-height: 42px;
	margin-left: 16px
}

.cside_item .name {
	margin-left: 14px
}

.cside_item .title {
	font-weight: 500;
	font-size: 17px;
	line-height: 20px;
	margin: 0;
	color: #fff
}

.cside_item .subtitle {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	color: #a87a7a
}

.c_sidebar .cside_item img {
	width: 44px;
	max-height: 44px;
	margin-left: 14px
}

.cside_name {
	font-size: 16px;
	line-height: 19px;
	margin: 0 0 0 14px;
	color: #a87a7a
}

.cside_right {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	margin: 0 15px 0 auto;
	color: #ff4545
}

.actions {
	display: flex;
	align-items: center;
	margin-left: auto
}

.actions button {
	margin-right: 18px;
	width: 63px;
	height: 24px;
	background: #ff4545;
	border-radius: 5px;
	border: none;
	outline: 0;
	cursor: pointer;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
	color: #fff
}

.actions button:last-of-type {
	margin-right: 13px
}

.actions button:hover {
	background: #c13737
}

.r_title {
	font-size: 30px;
	line-height: 35px;
	margin: 0;
	color: #fff;
	padding-top: 23px;
	padding-bottom: 23px
}

.r_title:first-of-type {
	padding-top: 26px
}

.r {
	font-size: 17px;
	line-height: 20px;
	margin: 0;
	color: #a87a7a
}

.brackets {
	padding-top: 42px;
	padding-bottom: 33px;
	display: flex;
	align-items: center
}

.b_col2 {
	margin-left: 98px
}

.b_col3 {
	margin-left: 67px
}

.b_col4 {
	margin-left: 63px
}

.b_row {
	margin-bottom: 6px;
	position: relative
}

.b_row:last-of-type {
	margin-bottom: 0
}

.b_col2 .b_row {
	margin-bottom: 88px
}

.b_col2 .b_row:first-of-type {
	margin-top: 0
}

.b_col2 .b_row:last-of-type {
	margin-bottom: 0
}

.b_col3 .b_row:first-of-type {
	margin-bottom: 252px
}

.b_item {
	width: 230px;
	height: 37px;
	margin-bottom: 2px;
	background: #482121;
	cursor: pointer;
	transition: .3s;
	display: flex;
	align-items: center
}

.b_item:hover {
	background: #5f2626
}

.b_item img {
	width: 28px;
	max-height: 28px;
	margin-left: 11px
}

.b_name {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 0 9px;
	color: #fff
}

.b_title {
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	margin: 0 0 0 11px;
	color: #a87a7a
}

.b_join {
	position: absolute
}

.b_join_2 {
	left: -99px;
	bottom: -9px;
	z-index: -2
}

.b_join_2 svg {
	width: 100px
}

.b_join_3 {
	bottom: -51px;
	left: -68px;
	z-index: -2
}

.b_join_3 svg {
	width: 69px
}

.b_join_4 {
	z-index: -2;
	bottom: -135px;
	left: -64px
}

.b_join_4 svg {
	width: 65.6px
}

footer {
	width: 100%;
	height: 250px;
	background: #1a0909
}

.footer_content {
	margin: 0 auto;
	max-width: 1456px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%
}

.f_title {
	display: flex;
	align-items: center;
	margin-top: 29px
}

.f_title p {
	font-weight: 700;
	font-size: 27px;
	line-height: 32px;
	margin: 0 0 0 8px;
	color: #fff
}

.f_subtitle {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding-top: 7px;
	padding-bottom: 20px;
	color: #676767
}

.f_posttitle {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	margin: 0;
	color: #fff
}

.f_images {
	margin-top: 5px;
	display: flex;
	align-items: center
}

.f_images svg {
	margin-right: 23px
}

.f_last {
	padding-top: 40px;
	font-weight: 700;
	font-size: 10px;
	line-height: 12px;
	margin: 0;
	color: #676767
}

.fr_title {
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	margin: 0;
	color: #676767
}

.fr_info {
	font-size: 16px;
	line-height: 19px;
	margin: 0;
	color: #676767
}

.fr_info .sel {
	color: #a87a7a
}

.modal_wrapper {
	display: none;
	position: fixed;
	z-index: 28;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	-webkit-transition: background-color .2s linear;
	-ms-transition: background-color .2s linear;
	transition: background-color .2s linear
}

.modal_wrapper_bg {
	background: rgba(32, 32, 32, .81)
}

.t_modal {
	position: relative;
	margin: auto;
	padding: 0;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: .4s;
	animation-name: animatetop;
	animation-duration: .4s;
	width: 100%;
	max-width: 450px;
	min-height: 216px;
	background: #2c0707;
	border-radius: 0;
	display: flex;
	align-items: center;
	flex-direction: column
}

@-webkit-keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.modal_header {
	width: 100%;
	height: 30px;
	background: #1a0909;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.modal_header div {
	margin-left: 14px;
	display: flex;
	align-items: center
}

.modal_header p {
	font-size: 14px;
	line-height: 16px;
	margin: 0 0 0 11px;
	color: #a87a7a
}

.modal_close {
	margin-right: 7px;
	cursor: pointer;
	transition: .3s;
	z-index: 2
}

.modal_info {
	margin: 41px auto 41px auto;
	font-size: 17px;
	line-height: 20px;
	color: #fff;
	max-width: 357px
}

.modal_button {
	margin-top: 0;
	margin-bottom: 32px;
	width: 201px;
	height: 34px;
	background: #a87a7a;
	border-radius: 6px;
	border: none;
	outline: 0;
	cursor: pointer;
	transition: .3s;
	display: flex;
	justify-content: center;
	align-items: center
}

.modal_button:hover {
	background: #c78d3b
}

.modal_button svg {
	margin-right: 8px
}

.modal_button p {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	margin: 0;
	color: #fff
}

@media screen and (max-height: 1070px) {
	.brackets {
		margin-top: 24px;
		margin-bottom: 20px
	}
}

@media screen and (max-width: 1620px) {
	.navbar_content {
		max-width: unset
	}

	.n_left {
		margin-left: 20px
	}

	.content_wrapper {
		max-width: unset
	}

	.content {
		width: 98%;
		margin: 0 auto
	}

	.content[data-content=main] {
		justify-content: space-between
	}

	.c_sidebar {
		margin-left: 25px
	}

	.actions button {
		margin-right: 8px
	}

	.actions button:last-of-type {
		margin-right: 7px
	}

	.c_sidebar .cside_item img {
		width: 44px;
		max-height: 44px;
		margin-left: 7px
	}

	.cside_header p {
		font-size: 24px;
		line-height: 30px
	}

	.c_left {
		width: 50%
	}
}

@media screen and (max-width: 1500px) {
	.footer_content {
		margin: 0 auto;
		max-width: unset;
		width: 98%
	}
}

@media screen and (max-width: 1280px) {
	.c_left table td {
		padding-right: 15px
	}

	.c_sidebar {
		width: 317px
	}

	.navbar {
		background-position: -200px
	}
}

@media screen and (max-width: 1230px) {
	.f_images svg {
		height: 24px;
		margin-right: 11px
	}

	.fr_info {
		font-size: 14px
	}
}

@media screen and (max-width: 1180px) {
	.c_left table td {
		padding-right: 15px
	}

	.c_sidebar .actions button {
		width: 50px
	}

	.c_sidebar {
		width: 290px;
		margin-left: 15px
	}

	.b_item {
		width: 190px
	}
}

@media screen and (max-width: 1020px) {
	.content[data-content=main] {
		flex-direction: column
	}

	.c_left {
		width: 100%
	}

	.content {
		width: 90%;
		margin: 0 auto
	}

	.c_sidebar {
		width: 49%
	}

	.c_sidebar:first-of-type {
		margin-left: 0
	}

	.c_sidebars {
		justify-content: center
	}

	.navbar {
		background-position: -300px
	}

	.content[data-content=brackets] {
		width: 98%
	}

	.b_item {
		width: 146px
	}

	footer {
		height: auto
	}

	.footer_content {
		flex-direction: column
	}

	.f_right {
		margin-top: 30px
	}

	.f_title {
		justify-content: center
	}

	.f_subtitle {
		text-align: center
	}

	.f_posttitle {
		text-align: center;
		padding-bottom: 20px
	}

	.f_last {
		text-align: center
	}

	.f_right p {
		text-align: center
	}
}

@media screen and (max-width: 825px) {
	.n_title {
		font-size: 31px;
		line-height: 39px
	}

	.n_right img {
		width: 200px
	}

	.navbar {
		background-position: -400px
	}

	.b_title {
		font-size: 14px;
		line-height: 17px
	}

	.b_name {
		font-size: 15px;
		line-height: 16px
	}

	.b_item {
		width: 117px
	}
}

@media screen and (max-width: 730px) {
	.f_images {
		flex-direction: column
	}

	.f_images svg {
		margin-left: 0;
		margin-top: 10px
	}

	.f_images svg {
		height: auto
	}

	.f_right {
		padding-bottom: 30px
	}
}

@media screen and (max-width: 710px) {
	.h_logo {
		margin-left: 10px
	}

	.h_logo p {
		font-size: 21px;
		line-height: 28px
	}

	.h_nav a {
		margin-left: 13px
	}

	.hnavbutton p {
		font-size: 14px;
		line-height: 20px
	}

	.hnavbutton {
		width: 162px
	}

	.h_right {
		margin-right: 10px
	}

	.h_nav {
		margin-left: 6px
	}

	.navbar {
		background-position: -500px
	}

	.b_item {
		width: 99px
	}
}

@media screen and (max-width: 650px) {
	.n_right img {
		width: 150px
	}

	.n_title {
		font-size: 25px;
		line-height: 34px
	}

	.b_join {
		display: none
	}

	.b_col2 {
		margin-left: 70px
	}

	.b_col3 {
		margin-left: 40px
	}

	.b_col4 {
		margin-left: 40px
	}
}

@media screen and (max-width: 580px) {
	.h_nav p {
		display: none
	}

	.c_sidebars {
		flex-direction: column
	}

	.c_sidebar {
		width: 100%;
		margin-left: 0;
		margin-right: 0
	}

	.c_sidebar .actions button {
		width: 60px
	}

	.actions button:last-of-type {
		margin-right: 13px
	}

	.b_join {
		display: none
	}

	.b_col2 {
		margin-left: 30px
	}

	.b_col3 {
		margin-left: 10px
	}

	.b_col4 {
		margin-left: 5px
	}

	.t_modal {
		width: 90%
	}

	.modal_info {
		padding-left: 5px;
		padding-bottom: 5px;
		font-size: 15px
	}
}

@media screen and (max-width: 440px) {
	.n_right img {
		width: 100px
	}

	.c_left table td {
		width: auto;
		font-size: 14px;
		line-height: 15px;
		padding-right: 20px
	}

	.c_left table {
		margin-right: 0;
		width: 100%
	}

	.content {
		width: 98%
	}

	.b_col2 {
		margin-left: 5px
	}

	.b_col3 {
		margin-left: 5px
	}

	.b_col4 {
		margin-left: 5px
	}
}

@media screen and (max-width: 420px) {
	.hnavbutton {
		width: auto
	}

	.hnavbutton p {
		display: unset
	}

	.hnavbutton svg {
		margin: 0
	}

	.b_title {
		font-size: 12px;
		line-height: 17px
	}

	.b_name {
		font-size: 12px;
		line-height: 16px
	}

	.b_item {
		width: 83px
	}

	.b_item img {
		width: 19px;
		max-height: 19px;
		margin-left: 4px
	}
}

@media screen and (max-width: 380px) {
	.n_right {
		display: none
	}

	.n_title {
		font-size: 21px;
		line-height: 29px
	}

	.b_title {
		font-size: 10px
	}

	.b_name {
		font-size: 10px
	}

	.b_item {
		width: 70px
	}

	.b_item img {
		width: 15px;
		max-height: 15px;
		margin-left: 2px
	}
}

@media(max-width: 1020px) {
	#xsd1 {
		display: flex !important;
	}

	#xsd2 {
		display: none;
	}
}

p {
    margin: 0;
    color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

input, textarea {
    border: none;
    outline: none;
    background: transparent;
    color: #FFFFFF;
}

button {
    color: #fff;
    border: none;
    outline: none;
    background: transparent;
    transition: 0.2s;
}

button:enabled {
    cursor: pointer;
}

.button {
    border-radius: 5px;
    border: 1px solid #e57b7b;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 13px;
}

.button:hover {
    background: #e57b7b;
}

.button svg path {
    transition: 0.2s;
}

.button p {
    color: #e57b7b;
    font-size: 16px;
    font-weight: 400;
    transition: 0.2s;
}

.button:hover svg.f path {
    fill: #000000;
}

.button:hover svg.s path {
    stroke: #000000;
}

.button:hover p {
    color: #000000;
}

.modal-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

.modal-background {
    background: rgba(24, 21, 22, 0.71);
    backdrop-filter: blur(4px);
    transition: 0.3s;
	z-index: 222;
}

.modal {
    border-radius: 3px;
    background: url("https://top1hostintheworld.com/shab3/assets/modal-background.png");
    background-size: cover;
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
    padding: 27px 63px;
}

.modal[data-modal="login"], .modal[data-modal="scan"] {
    width: 479px;
}

.modal-close {
    position: absolute;
    top: 19px;
    right: 44px;
    background: transparent;
}

.modal-close:hover {
    opacity: 0.7;
}

.modal-title {
    color: #ff4545;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.modal-info {
    color: #a87a7a;
    font-size: 14px;
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
}

.modal-link {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 10px;
}

.modal-link p {
    color: #d74242;
    font-size: 14px;
    font-family: 'Rajdhani';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-link svg path {
    stroke: rgb(229 123 123);
}

.modal-action {
    width: 100%;
    display: flex;
    justify-content: center;
}

.modal-action button {
    width: 100%;
    height: 37px;
    border-radius: 5px;
    background: #ff4545;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    margin-top: 23px;
}

.modal-action button:hover {
    background: #9f6363;
}

.modal-action button svg {
    margin-right: 11px;
}

.modal-login svg path {
    fill: rgba(25, 22, 23, 1);
}

.modal-action button p {
    color: #191617;
    font-size: 16px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.modal-hint {
    margin-top: 17px;
    color: #6A6A6A;
    font-size: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 298px;
}

.modal-input {
    width: 100%;
    height: 37px;
    border-radius: 5px;
    border: 1px solid #e57b7b;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 29px;
}

.modal-input input {
    width: 100%;
    height: 100%;
    color: #e57b7b;
    font-size: 14px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

	  /*STYLE RULLETE*/
.slider {
  position: relative;
  height: fit-content;
}

.swiper-wrapper {
  align-items: stretch;
}

.slider-item {
  background: linear-gradient(180deg, #c4e7ff, #a1b0ff);
  border-radius: 2px;
  padding: 10px;
  color: #000;
  height: auto;
}

.slider-item .ndate {
  font-size: 8px;
  line-height: 14px;
}

.slider-item a {
  color: #000;
  outline: 0;
  text-decoration: none;
  font-size: 10px;
}

.slider-item .review-title {
  font-size: 12px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slider-item .review-body {
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.count-5 .h1,
.count-5 {
  color: #007f4e;
}

.animatedIn {
  animation-name: moveIn;
  animation-duration: 0.5s;
}

.animatedOut {
  animation-name: moveOut;
  animation-duration: 0.5s;
}

@keyframes moveIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes moveOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.roullete {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.div {
  box-shadow: 5px 5px 73px 5px rgba(0, 0, 0, 0.27);
}

.divzb {
  background-color: #472626;
  border-radius: 16px;
  height: 312px;
  position: relative;
}

.wrapper {
  width: 100%;
  height: 80px;
  position: relative;
  border-radius: 10px 0 10px 0;
  overflow: hidden;
}

.wrapper::after {
  content: '';
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: calc(50% - 1px);
  background-color: #f1c40f;
  z-index: 100;
}
@media (max-width: 768px) {
    .divzb {
        height: auto;
    }

    .wrapper {
        height: 60px;
    }

    .item {
        min-width: 80px;
    }

    .item-imgz {
        width: 50px;
        height: 50px;
    }
}
#playButton a {
    background-color: #fbd62a;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

#playButton a:hover {
    background-color: #e6b800;
}

#playButton a:active {
    transform: scale(0.98);
}
            .roll {
            display: flex;
            align-items: center;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            }
            .roll-start {
            animation-name: roll;
            animation-delay: 0s;
            animation-duration: 8s;
            animation-timing-function: ease-out;
            transform: translateX(-2822px)
            }
            @keyframes roll {
            from {
            transform: translateX(0)
            }
            to {
            transform: translateX(-2822px)
            }
            }

.item {
  width: calc(120px - 42px);
  min-width: 120px;
  position: relative;
  z-index: 1;
  margin: 0 5px;
  transition: ease 0.3s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(127, 127, 127, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
}

.item-imgz {
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item-imgz img {
  width: 100%;
  border: 1px solid #fbd62a;
}

.item-name {
  color: #e42576;
  font-size: 10px;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  padding: 0 5px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.item--name {
  font-weight: 700;
}

.open-case {
  margin: 10px auto;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  width: 160px;
  height: 32px;
  border: 1px solid rgb(57, 57, 134);
  padding: 8px;
  text-transform: uppercase;
  font-weight: 700;
  transition: all .3s;
}

.open-case:hover {
  background-color: #fff;
  color: rgb(57, 57, 134);
}

.open-case h2 {
  font-weight: 700 !important;
}

.win-modal {
  position: fixed;
  background-color: #120c18c7;
  width: 100%;
  max-width: 600px;
  height: 80vh;
  border-radius: 16px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: rgb(57, 57, 134);
  padding: 40px 0;
  z-index: 300;
  text-align: center;
  overflow-y: auto;
}

.win-modal::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(https://dmarket.com/blog/best-dota2-wallpapers/dota2heroes2_hu09790f4d5057803e423e71fe0fc10c90_842974_1920x1080_resize_q75_lanczos.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .2;
  border-radius: 15px 0 15px 0;
}

.overlay {
  position: fixed;
  left: 0;
  top: 0;
  transition: all .4s;
  opacity: 0;
  visibility: hidden;
  z-index: 123123;
}

.show {
  opacity: 1;
  visibility: visible;
}

.win-modal .row {
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
  position: relative;
}

.win-h3 {
  text-transform: uppercase;
  color: white;
  font-size: 14px;
  font-weight: 700;
}

.close {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 6px;
  top: 16px;
  cursor: pointer;
  z-index: 1001;
}

.close span {
  display: block;
  width: 15px;
  height: 2px;
  background-color: #fff;
  border-radius: 50px;
  border: 2px solid #fff;
  transform: rotate(223deg);
}

.close span:nth-child(2) {
  transform: rotate(131deg);
  margin-top: -3px;
}

.win-item__img {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.win-item__img img {
  width: 100%;
}

.win-item__text {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
}

.roullette-text {
  cursor: pointer;
}

.logo {
  text-align: center;
}

.btn-get {
  padding: 10px 35px;
  border-radius: 3px;
  outline: none;
  border: none;
  letter-spacing: 1px;
  transition: all .3s;
  font-weight: 700;
  color: #333;
  background-color: #fbd62a;
  cursor: pointer;
  border-bottom: 3px solid #fbd62a;
}

.btn-get:hover {
  background-color: #fff;
  color: #333;
  transform: translateY(-10px) perspective(8em) scale(1.2);
  box-shadow: 0px 0px 20px -100px rgba(255, 255, 255, 1);
  border-bottom: 3px solid #9E9E9E;
}

.btn-get:active {
  transform: translateY(-8px) perspective(10em) scale(1.15);
}

.win-item__btn {
  margin: 20px 0 10px 0;
}

.win-item__price {
  font-size: 24px;
  font-weight: 700;
  color: #fbd62a;
}

.win-item__h3 {
  font-size: 10px;
  text-transform: uppercase;
  color: #fff;
}

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

.trade-send__modal {
  background-color: #1f303c;
  padding: 20px 50px 20px 20px;
  border-radius: 5px;
  margin-top: 10%;
}

.trade-sent--title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.trade-sent--text {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 20px;
}

.trade-sent--button {
  margin: 0 auto;
}

.btn-ok {
  padding: 10px 35px;
  border-radius: 3px;
  outline: none;
  border: none;
  letter-spacing: 1px;
  transition: all .3s;
  font-weight: 700;
  color: #333;
  background-color: #fbd62a;
  cursor: pointer;
  border-bottom: 3px solid #fbd62a;
}

.btn-ok:hover {
  background-color: #fff;
  color: #333;
}

.btn-ok:active {
  border-bottom: 3px solid #fff;
  transform: translateY(1px);
}

.live {
  width: 100%;
  padding-top: 30px;
}

.live-list {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, rgb(34 17 81 / 0%), rgb(77 45 45) 90%);
  border-radius: 5px;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.item-live {
  border: none;
  padding: 0;
  margin: 1px;
  border-radius: 5px;
}

.live .item-live:hover {
  background-color: #fbd62a;
}

.item-live:hover .item-imgz img {
  transform: scale(1.2) rotate(-5deg);
}

.item-live .item-imgz {
  padding: 10px;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-live .item-imgz img {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.live-title {
  color: #e42575;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.item-live__info {
  color: #c9ed8d;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  font-size: 10px;
  text-align: center;
  background-color: #0e181c;
  padding: 2px;
  border-radius: 2px;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}

.item-live:hover .item-live__info {
  bottom: -20px;
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width: 768px) {
.live-list {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
}
.item-live {
flex: 0 0 auto;
margin-right: 10px;
}
.item-live:last-child {
margin-right: 0;
}
}

.reviews-items {
  position: relative;
  padding: 30px 0;
}

.reviews-list {
  width: 100%;
  font-family: "Exo 2", sans-serif;
}

.reviews-item {
  height: auto;
  max-height: 120px;
  background-color: #fff;
  border-radius: 4px;
  padding: 20px;
  text-decoration: none;
  border-bottom: 2px solid #e5e5e5;
  box-shadow: 0 0 4px 1px rgba(229, 229, 229, 0.4);
}

.swiper-pagination {
  transform: unset;
  margin-top: 10px;
  position: static;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 2px;
}

.swiper-pagination-bullet-active {
  background: #fbd62a;
}

.ndate {
  font-size: 10px;
  font-weight: 500;
}

.review-title {
  font-weight: 700;
  font-size: 16px;
}

.user-review-name {
  font-size: 10px;
  font-weight: bold;
}

.row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ml-10 {
  margin-left: 8px;
}

.wrapperzz {
  display: flex;
  justify-content: center;
}

.cta {
    display: flex;
    padding: 5px 35px;
    text-decoration: none;
    font-family: Rajdhani, sans-serif;
    font-size: 30px;
    color: rgb(206, 242, 144);
    background: linear-gradient(-30deg, rgb(212 55 48) 50%, rgb(212 55 48) 50%);
    transition: 1s;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    transform: skewX(-15deg);
}

.cta:focus {
   outline: none; 
}

.cta:hover {
    transition: 0.5s;
    box-shadow: 10px 10px 0 #FBC638;
}

.cta spanz:nth-child(2) {
    transition: 0.5s;
    margin-right: 0px;
}

.cta:hover  spanz:nth-child(2) {
    transition: 0.5s;
    margin-right: 45px;
}

  spanz {
    transform: skewX(15deg) 
  }

  spanz:nth-child(2) {
    width: 20px;
    margin-left: 30px;
    position: relative;
    top: 12%;
  }
  
/**************SVG****************/

path.one {
    transition: 0.4s;
    transform: translateX(-60%);
}

path.two {
    transition: 0.5s;
    transform: translateX(-30%);
}

.cta:hover path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

/* SVG animations */

@keyframes color_anim {
    0% {
        fill: white;
    }
    50% {
        fill: #FBC638;
    }
    100% {
        fill: white;
    }
}

  .hiddenzz {
    display: none;
    opacity: 0;
  }

  .visiblezz {
    display: block;
    opacity: 0;
    transition: opacity 1s ease;
  }

  .visiblezz.active {
    opacity: 1;
  }

  #app {
    display: none;
}