.link-single.has-image .ls-info span {
    font-size: 17px;
}
.link-single.columns-2 > div:last-child, .link-single.columns-3 > div:last-child{font-size: 19px;}
body{
	margin: 0;
	padding: 0;
	background: #000000;
	font-family: "Inter", serif;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
header{
	text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
button {
    border: none;
    padding: 0;
    background-color: transparent;
    width: fit-content;
    cursor: pointer;
    transition: .12s ease-in-out
}

button.sm{
    position: absolute;
    right: 0;
    background-color: transparent;
    border: 0;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    overflow: hidden;
    padding: 0;
    background-color: #292929;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
button:active {
    transform: scale(.98);
    filter: brightness(90%)
}

button:hover {
    filter: brightness(116%)
}

h1{
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 700;
	letter-spacing: -.4px;
}
h3{
	font-size: 16px;
	margin-bottom: 20px;
}
a,
a:hover{
	text-decoration: none;
	color: #fff;
}
.container{
	max-width: 580px;
	margin: 20px auto;
	padding: 0 15px;
}
.logo-wrap{
	margin-bottom: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.logo-wrap .logo{
	width: 96px;
	height: 96px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
}
.category-wrap{
	text-align: center;
}
.links-wrap{
	margin-bottom: 40px;
	min-height: 380px;
	counter-reset: item;
}
.links-wrap .link-single .image{
    position: relative;
}
.links-wrap .link-single:not(.link-social) .image::after{
    content: counters(item, ".") "";
    counter-increment: item;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    height: 16px;
    width: 16px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 10px;
    font-weight: 900;
    text-align: center;
    font-style: italic;
    right: 0;
    bottom: 0;
    index: 200;
    border-radius: 100%;
    color: #1b1b1d;
    background: #d6d6d6;
}
.links-wrap .link-single:not(.link-social):nth-child(1) .image::after {
    background: #fd0;  /* First element background */
}

.links-wrap .link-single:not(.link-social):nth-child(2) .image::after {
    background: #fff;  /* Second element background */
}

.links-wrap .link-single:not(.link-social):nth-child(3) .image::after {
    background: #ff9500;  /* Third element background */
}
.link-single{
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #121212;
	transition: transform 0.15s cubic-bezier(0, 0.2, 0.5, 3);
    border-radius: 14px;
	padding: 5px 10px;
	min-height: 54px;
	margin-bottom: 15px;
	position: relative;
}
.link-single:hover{
	transform: scale(1.02);
}
.link-single a.social{
    display: block;
    width: 100%;
}
.link-single a.social .info-details{
    width: calc(90% - 60px);
    text-align: center;
        align-items: center;
}
.link-single a:not(.social){
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding: 10px 18px;
    background-color: #222222;
    color: #fff;
    border-radius: 12px;
}
.link-single a:not(.social):active {
    transform: scale(.98);
    filter: brightness(90%)
}

.link-single a:not(.social):hover {
    filter: brightness(116%);
}
.info-title{
    display: flex;
    align-items: center;
}
.info-title .good{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 2px 4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #2ed157
}
.info-title .good span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px
}
.info-title .good span {
    color: #2ed157
}
.categories-wrap{
    margin-bottom: 30px;
    background-color: #1f1f1fe6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 4px;
    border-radius: 16px;
    gap: 4px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid hsla(0, 0%, 100%, .04);
}
.categories-wrap a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-text-decoration: none;
    text-decoration: none;
    color: #000;
    width: 100%;
    border-radius: 12px;
    gap: 4px;
    color: #ffffffb3;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    text-align: left;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    height: 50px;
}

.category-0.active,
.category-0:hover{
    color: #ff9d0a;
    background: #ff9d0a14;
}
.category-0.active svg path,
.category-0:hover svg path{
    fill: #ff9d0a;
}

.category-1.active,
.category-1:hover{
    color: #0a85ff;
    background: #0a85ff14;
}

.category-1.active svg path,
.category-1:hover svg path{
    fill: #0a85ff;
}

.category-2.active,
.category-2:hover{
    color: #ff2e54;
    background: #ff2e5414;
}

.category-2.active svg path,
.category-2:hover svg path{
    fill: #ff2e54;
}

.category-3.active,
.category-3:hover{
    color: #2ed157;
    background: #2ed15714;
}
.category-3.active svg path,
.category-3:hover svg path{
    fill: #2ed157;
}



/*
.link-single.columns-2 > div,
.link-single.columns-3 > div{
	border-right: 1px solid #717171;
	display: flex;
    align-items: center;
    justify-content: center;
}
.link-single.columns-1 > div{
	width: 100%;
	justify-content: center;
}
.link-single.columns-3 > div:first-child,
.link-single.columns-1.has-image > div{
	justify-content: flex-start;
}
.link-single.columns-1.has-image > div span{
	text-align: left;
}
.link-single.columns-2 > div:first-child{
	width: 50%;
    justify-content: flex-start;
}
.link-single.columns-2 > div{
	width: 50%;
}
.link-single.columns-3 > div{
	width: 33.3%;
}
.link-single.columns-3 > div:last-child{
	text-align: center;
}

.link-single.columns-2 > div:last-child,
.link-single.columns-3 > div:last-child{
	border-right: 0;
}
*/
/*
.link-single.has-image .ls-info img{
	position: absolute;
	left: 10px;
}
.link-single.has-image{
	padding-left: 68px;
}*/
.ls-info{
	display: flex;
    align-items: center;
	font-size: 18px;
}
.link-single .image{
	width: 48px;
	height: 48px;
	margin-right: 5px;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}
.link-single .info-wrap{
    display: flex;
    gap: 10px;
    align-items: center;
}
.link-single .info-wrap .info-details {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.link-single .info-wrap .info-details p{
    margin: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.link-single .info-wrap .info-details .badges{
    display: flex;
    gap: 4px;
}
.link-single .info-wrap .info-details .badges .badge{
    font-size: 12px;
    font-weight: 700;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 20px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 12px;
    padding: 2px 8px
}
.link-single .info-wrap .info-details .badges .badge.badge-warning{
    color: #ffd60a;
    background: #ffd60a29;
}
.link-single .info-wrap .info-details .badges .badge.badge-primary{
    color: #bf5af2;
    background: #bf5af229;
}
.link-single .info-wrap .info-details .badges .badge.badge-danger{
    color: #ff2e54;
    background: #ff2e5429;
}
.link-single.has-image .ls-info span{
	width: calc(100% - 53px);
	display: block;
	text-align: left;
}
.ls-action{
	font-size: 20px;
}


.menu-wrap{
    display: flex;
    gap: 50px;
}
.menu-wrap .menu-single p{
    margin-bottom: 20px;
}
.menu-wrap ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.menu-wrap ul a {
    font-size: 16px;
    color: #ffffff80;
    -webkit-text-decoration: none;
    text-decoration: none;
    -webkit-transition: color .2s;
    transition: color .2s;
    font-weight: 300;
}
.menu-wrap ul a:hover {
    color: #fff;
    cursor: pointer
}
.age-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #fff3;
    font-size: 14px;
    padding-top: 24px;
    font-weight: 400;
    margin-top: 24px;
}

.age-wrap .age {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    gap: 10px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    background: #ff453a33;
    border-radius: 12px;
    color: #ff4238
}
.copy{
    text-align: center;
    margin: 24px 0;
    color: #ffffff80;
    font-size: 12px;
    font-weight: 100;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.copy-links{
    display: flex;
    justify-content: center;
    gap: 10px;
}
.modal-wrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e6;
    display: none;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal-inner{
    width: 100%;
    max-width: 360px;
    background-color: #121212!important;
    border-radius: 16px;
}
.modal-inner .modal-header,
.modal-inner .modal-body{
    padding: 16px;
}
.modal-inner .modal-header{
    color: #ffffff80;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 25px;
}
.modal-inner .modal-header button{
    height: 32px;
    width: 32px;
    right: 16px;
}
.modal-inner .modal-body button.save_language_button{
    margin-top: auto;
    width: 100%;
    height: 44px;
    border-radius: 12px;
    background-color: #007bff;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.modal_section{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px
}
.modal-inner .modal-body .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: left;
    margin: 0;
}
/* width */
::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: none;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #007bff;
    border-radius: 10px;
}

.items-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 265px;
    overflow: auto;
    border-radius: 12px;
}

.country_item {
    width: 100%;
    height: 44px;
    padding: 12px;
    background: #1a1a1a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.country_item .country_group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.country_item .country_flag {
    width: 21px;
    height: 15px;
    border-radius: 3px;
    background-repeat: no-repeat;
    -webkit-background-position: center;
    background-position: center;
    background-size: cover;
}

.country_item .country_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-align: left
}

.country_item .country_name_auto {
    font-weight: 500;
    opacity: .5
}

.country_item .country_checkbox {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #292929
}

.country_item .country_checkbox_checked {
    border-radius: 100%;
    width: 20px;
    height: 20px;
    background-color: #0a85ff33;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.country_item .country_checkbox_checked .country_checkbox_inner {
    border-radius: 100%;
    width: 8px;
    height: 8px;
    background-color: #0a85ff;
}

@media (max-width: 680px) {
	body{
		font-size: 14px;
	}
	.age-wrap {
        font-size:12px
    }
  

}