:root {
    --bs-body-bg: #1f1f1f;
    --bs-body-color: #c3c3c3;
    --bs-body-disabled-color: #747474;
    
    --bs-background-color-a:#43653d;
    --bs-background-color-l:#072c38;
    --bs-background-color-t:#611010;
    --bs-background-color-o:#6b681e;

    --bs-link-color: #8AB4F8;
    --bs-link-hover-color: #95bbf8;

    --bs-body-bg-rgb: 31, 31, 31;
    --bs-link-color-rgb: 138, 180, 248;
    --bs-link-hover-color-rgb: 149, 187, 248;

    --k-box-border: 10px;
    --k-box-padding: var(--k-box-border);
    --k-box-padding-top: 2px;
}

input {
    color-scheme: dark;
}


select.form-control{
    background: var(--bs-body-bg) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='white' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px !important;
}

.k-box {
    margin-top: 1.5em;
    h1 {
        min-width: 5em;
        display: inline-block;
        text-align: center;
        font-size: 1.5em;
        font-weight: 600;
        background: #282828;
        padding: var(--k-box-padding-top) var(--k-box-padding) 0 var(--k-box-padding);
        border-radius: var(--k-box-border) var(--k-box-border) 0 0;
        margin-left: 1.5em;
        margin-bottom: 0;
        border-bottom: #282828 2px solid;
    }

    .img-line-height{
        line-height: 0.25em;
    }

    .ellipsis {        
        text-overflow: ellipsis;
    }

    .w-49 {
        width: 49% !important;
    }

    .w-45 {
        width: 45% !important;
    }

    .m-10 {
        margin-right: 8.5% !important;
    }

    .w-10 {
        width: 10% !important;
    }

    .row {
        padding: 0 var(--k-box-padding);
        background: #282828;
    }
  
    .row:first-of-type {
        padding: var(--k-box-padding) var(--k-box-padding) 0 var(--k-box-padding) ;
        border-radius: var(--k-box-border) var(--k-box-border) 0 0;
    }

    .row:last-of-type {
        padding: 0 var(--k-box-padding) var(--k-box-padding) var(--k-box-padding);
        border-radius: 0 0 var(--k-box-border) var(--k-box-border);
    }

    .row:first-of-type:last-of-type {
        padding: var(--k-box-padding);
        border-radius: var(--k-box-padding) var(--k-box-padding) var(--k-box-border) var(--k-box-border);
    }

    .row-extra-margin {
        margin: var(--k-box-padding) 0;
    }

    .row h2{
        font-size: 1.3em;
    }

    .row h3{
        font-size: 1.2em;
    }

    a[data-toggle="lightbox"] {
        text-decoration: none;
    }
}

/* Custom CSS for the layout */

.k-ratio-1-1 {
    aspect-ratio: 1 / 1;
}

.k-layout {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start;
    gap: var(--bs-gutter-x);
}
.k-sidebar {
    position: -webkit-sticky;
    position: sticky;
    top: 1rem;
    overflow-y: visible;
}

.k-main {
    width: calc(100% - 10rem);
    padding-right: calc(var(--bs-gutter-x)* .5);   
}

.k-nav-link {
    overflow: hidden;
    white-space: nowrap;
}

.k-nav-back {
    display: none;
}

.fa-no-link {
    color: var(--bs-nav-link-color);
    text-decoration: none;
  }

  .parallax-layer-base > div:last-child {
    padding-bottom: 2.5rem;
}

@media (max-width: 992px) {
    .k-menu {
        .k-text{
            display: none;
        }
    }
    .k-selected .nav-link{
        text-align: center;
        overflow: hidden;
        white-space: nowrap;
    }

    .k-main {
        width: calc(100% - 3rem); 
        padding-right: 0;
    }

    .k-layout {
        padding-left: 0;
    }

    .k-nav{
        width: 4rem !important;
    }
    .k-pageEnd{
        display: none;
        font-size: 0em;
    }
  }

  @media (max-width: 576px)  {
    .k-top {
        margin-top: 0;
    }

    .k-nav-back {
        padding-top: 0.5em;
        padding-left: 1em;
        display: block;
    }

    .k-main{
        width: 100%;
        padding-right: 0;
        padding-bottom: 18vh;
        margin-bottom: 0;
    }
    .k-pageEnd{
        display: inline;
        font-size: 4em;
    }

    .k-xs-mx-sub1{
        margin: 0 -1em;
    }

    .parallax-layer-base > div:last-child {
        padding-bottom: calc(100vw * 0.218);
    }
  }
.k-menu {
    font-size: 1.5em;
    font-weight: 300;    
    li {
        padding: 0;
        margin: 0;
    }
    .k-bullet {
        text-align: center;
        background: #282828;
        width: 2em;
        display: inline-block;
        padding: var(--k-box-padding) var(--k-box-padding);
        font-size: 1.5em;
    }

    #nav-link-logout{
        /*overflow: hidden;
        white-space: nowrap;*/
        text-overflow: ellipsis;
    }

    .k-bullet:not(.k-bullet-alt) {
        padding: 0.26em 0.5em;
    }

    .k-bullet-alt:not(.k-bullet-1) {
        padding: 0 0.5em 0.1em ;
    }

    .k-bullet-alt {
        padding: 0.1em 0.5em;
    }

    .k-bullet-1 {
        border-radius: var(--k-box-border) var(--k-box-border) 0 0;
    }

    .k-bullet-l{
        border-radius: 0 0 var(--k-box-border) var(--k-box-border);
    }

    .k-selected{
        background: #282828;
        border-radius: 0 var(--k-box-border) var(--k-box-border) 0;
    }

    .k-selected:first-of-type{
        background: #282828;
        border-radius: var(--k-box-border) var(--k-box-border) var(--k-box-border) 0;
    }

    .k-selected:last-of-type{
        background: #282828;
        border-radius: 0 var(--k-box-border) var(--k-box-border) var(--k-box-border);
    }
}

.k-bottom-menu-6 {
    li {
        padding: 3vw;
        border-radius: var(--k-box-border) var(--k-box-border);
        font-size: 10.1vw;
    }
}

.k-bottom-menu-7 {
    li {
        padding: 2.5vw;
        border-radius: var(--k-box-border) var(--k-box-border);
        font-size: 9.6vw;
    }
}

.k-bottom-menu {
    z-index: 100;
    width: 100%;
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    height: auto;
    padding-bottom: env(safe-area-inset-bottom, 0);
    ul {
        display: grid;
        grid-auto-flow: column;
        padding: 0.2em 0 0.3em 0;
        margin: 0;
        background: #1f1f1f;
    }
    li {
        text-align: center;
        list-style: none;
        cursor: pointer;
    }

    .k-selected{
        background: #282828;
    }

    a:hover, a:visited, a{
        color: var(--bs-body-color) !important;
    }

    .fa-lightbulb-o{
        margin: 0 0.15em;
    }
}

.k-search{
    float: left;
    width: calc(100% - 4em);
    margin-right: 0.7em;
    margin-bottom: 0.7em;
}

.k-nav{
    width: 11rem;
}

.k-blur{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
  }

.k-img-grid{
    display: grid;
    gap: 0;
    width: 100%;
    max-width: 100vw;
}

.k-img-grid img {
    width: 100%;
    height: 100%;
}

.text-right{
    text-align: right;
}

.text-center{
    text-align: center;
}

.ma-logo {
    margin-bottom: -1em;
    margin-top: -3em;

    span {
        font-size: 10em;
    }    
}

.ma-logo-min {
    height: 4em;
    margin-top: -1em;
    i {
        font-size: 3.5em;
    }    
}

.k-filter-area{
    background-color: var(--bs-background-color-a) !important;
}

.k-filter-language{
    background-color: var(--bs-background-color-l) !important;
}

.k-filter-type{
    background-color: var(--bs-background-color-t) !important;
}

.k-filter-other{
    background-color: var(--bs-background-color-o) !important;
}

.k-grid {
    display: grid;
}

.k-share {
    a {
        font-size: 1em;
        padding: 0 0.25em;
    }

    a:last-of-type {
        padding: 0 0 0 0.25em;
    }
}

.active.option {
    filter: brightness(85%);
}

.ts-control, .ts-control input, .ts-dropdown {
    color: var(--bs-body-color) !important;
}

/*
.ma-logo:has(.ma-cmo), .ma-logo:has(.ma-tor){
    margin-bottom: -1em;
    margin-top: -3em;
}

.ma-logo:has(.ma-ama), .ma-logo:has(.ma-twi), .ma-logo:has(.ma-fac){
    margin-bottom: -1em;
    margin-top: -2em;
}

.ma-logo:has(.ma-mya), .ma-logo:has(.ma-pat){
    margin-bottom: -2em;
    margin-top: -3.5em;
}*/

.page{
    overflow: hidden;
}

.parallax {
	perspective: 1px;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	perspective-origin-x: 100%;
}

.parallax-layer {
	transform-origin-x: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: -5px;
}
.parallax-layer-base {
	-moz-transform: none !important;
	transform: translateZ(0);
}

.parallax-layer-back {
	transform: translateZ(-0.5px) scale(1.5);
}

.parallax-back-img{
	width: 100%;
    opacity: 0.5;
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover; 
	height: calc(43rem);	
    box-shadow: inset 0em -3em 3em 0.5em var(--bs-body-bg);
}

.ma-aby {
    content:url('../../svg/abyss.svg');
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
	margin-left: -0.2em;
    margin-bottom: -0.18em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-dar {
    /* content:url('../../svg/d-art.svg'); */
    content:url('../../svg/svgGen.php?text=d-art');
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -0.1em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-magazin {
    content:url('../../svg/magazin.svg');
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-rav {
    content:url('../../svg/karasu.svg');
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-man {
    content:url('../../svg/manga.svg');
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -0.1em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-pix {
    content:url('../../svg/pixiv-svgrepo-com.svg');
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -0.1em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-gps {
    content:url('../../svg/playBooks.svg');
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -0.1em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-cru {
    content:url('../../svg/Crunchyroll.svg');
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -0.1em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-pfa {
    content:url('../../svg/fan.svg');
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -0.1em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-lbt {
    content:url('../../svg/LetsGoBuy.svg');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-mel {
    /*content:url('../../svg/melon.svg');*/
    content:url('../../svg/svgGen.php?text=Mel');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-jas {
    content:url('../../svg/svgGen.php?text=JAST&type=ui&size=85');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-aoc {
    content:url('../../svg/svgGen.php?text=aocs&type=ui&size=75');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-cie {
    content:url('../../svg/svgGen.php?text=Ci-en&type=ui&size=85&w=700');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-bee {
    content:url('../../svg/svgGen.php?text=Buy');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-tam {
    content:url('../../svg/svgGen.php?text=Tam');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-neo {
    content:url('../../svg/neokyo.svg');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-wan {
    /*content:url('../../svg/wani.svg');*/
    content:url('../../svg/svgGen.php?text=WAN&size=90');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.1em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-tor {
    /*content:url('../../svg/ec.svg');*/
    content:url('../../svg/svgGen.php?text=TOR&size=90');
    display: inline-block;
    width: 1.1em;
    height: 1.1em;
    margin-bottom: -0.25em;
    margin-right: -0.12em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-pat {
    content:url('../../svg/patreon.svg');
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -0.1em;
    margin-right: -0.03em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-gei {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=G-8&type=ui');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-ffr {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=FF&type=ui&size=140');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-jht {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=j18&type=ui&size=120');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-beg {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=B&type=c&size=140');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-hma {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=HMa&type=c&size=100');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-ota {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=Ota&type=c&size=120');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-bam {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=B&type=ui&size=140');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-bnb {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=B%26N&type=ui&size=80');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-ind {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=%21nd&type=ui&size=120');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-ems {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=ems&type=ui&size=120');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-jli {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=J-L&type=ui&size=120');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-dls {
    /*content:url('../../svg/dlsite.svg');*/
    content:url('../../svg/svgGen.php?text=DL&type=ui&size=140');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.2em;
    margin-right: -0.1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-fan {
    /*content:url('../../svg/fanza.svg');*/
    content:url('../../svg/svgGen.php?text=F&type=s&size=200');
    display: inline-block;
    width: 0.85em;
    height: 0.85em;
    margin-bottom: -0.13em;
    margin-right: 0.02em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-ebj {
    /*content:url('../../svg/ebook-japan.svg');*/
    content:url('../../svg/svgGen.php?text=Ebook&type=ss&size=75');
    display: inline-block;
    width: 0.85em;
    height: 0.85em;
    margin-bottom: -0.13em;
    margin-right: 0.02em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-dis {
    content:url('../../svg/dis.svg');
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-right: 0.06em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-bol {
    /*content:url('../../svg/book-live.svg');*/
    content:url('../../svg/svgGen.php?text=BL&type=ui&size=150');
    display: inline-block;
    width: 0.9em;
    height: 0.9em;
    margin-bottom: -0.18em;
    margin-right: 0.06em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-fmt {
    /*content:url('../../svg/flying-milk-tea.svg');*/
    content:url('../../svg/svgGen.php?text=MT&type=ui&size=150');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.25em;
    margin-right: -0.05em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-sur {
    /*content:url('../../svg/surugaya.svg');*/
    content:url('../../svg/svgGen.php?text=Sur&type=ss&size=110');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.25em;
    margin-right: -0.05em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-cmo {
    /*content:url('../../svg/cmoa.svg');*/
    content:url('../../svg/svgGen.php?text=cmoa&type=ui&size=75');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.25em;
    margin-right: -0.05em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-lin {
    content:url('../../svg/line.svg');
    display: inline-block;
    width: 1em;
    height: 1em;
    margin-bottom: -0.25em;
    margin-right: -0.05em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-lin-link {
    content:url('../../svg/line-b.svg');
    display: inline-block;
    width: 1em;
    height: 0.9em;
    margin-bottom: -0.05em;
    margin-right: -0.05em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-mya {
    content:url('../../svg/myacg.svg');
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-bottom: -0.1em;
    margin-right: 0.05em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.ma-fak {
    content:url('../../svg/fakku.svg');
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin-bottom: -0.1em;
    margin-right: 0.05em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.ma-twi, .ma-fac, .ma-ama, .ma-faw, .ma-wap, .ma-cop, .ma-bull, .ma-cpo, .ma-you, .ma-ste{ 
    font-family: FontAwesome;
    display: inline-block;
    width: 1em;
    height: 0.8em;
    font-style: normal;
}

.ma-ama { 
    margin-top: -0.2em;
}

.ma-you { 
    margin-top: -0.2em;
}

.ma-bull:before {
    font-size: 0.6em;
    vertical-align: middle;
}

.ma-bull:before {
    content: "\f111";
}

.ma-cop:before {
    content: "\f0ea";
}

.ma-wap:before {
    content: "\f232";
}

.ma-faw:before {
    content: "\f040";
}

.ma-cpo:before {
    content: "\f003";
}

.ma-twi:before {
    content: "\f099";
}

.ma-ste:before {
    content: "\f1b7";
}

.ma-ama:before {
    content: "\f270";
}

.ma-you:before {
    content: "\f167";
}

.ma-fac:before {
    content: "\f230";
}

.ma-spacer {
    margin-right: 1em;
}

.k-loader {
    position: relative;
    &:after {
        animation: loading 1s linear infinite alternate;
        display: inline-block;
        content: "·..";
      }
  }
  
  @keyframes loading {
    0% {
        content: "·..";
      
    }
    50% {
        content: ".·.";
      
    }
    100% {
        content: "..·";
      
    }
  }
        
