.cc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.side-menu {
    overflow: auto;
    height: 85vh;
}

.toast {
    /*border: 5px solid green;*/
    background-color: #0000007a;
}

.toast-text {
    padding: 0.5em;
    font-size: 2em;
    margin: auto;
    text-align: center;
}

.toast-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.selected-alphabet {
    /* padding-top: 1300px;
    margin-top: 1300px;*/
    margin: 50px 0;
}

.selected-alphabet img {
    padding: 5px;
}

.alphabet-list {
    margin-top: 0px;
    position: fixed;
    width: 95vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: white;
}

.alphabet-page .page-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.alphabet-page .page-content ::-webkit-input-placeholder,
.alphabet-page .page-content #alphabet-picker {
    text-align: center;
    font-weight: bolder;
}

.alphabet-page .page-content :-ms-input-placeholder,
.alphabet-page .page-content #alphabet-picker {
    text-align: center;
    font-weight: bolder;
}

.alphabet-page .page-content ::-ms-input-placeholder,
.alphabet-page .page-content #alphabet-picker {
    text-align: center;
    font-weight: bolder;
}

.alphabet-page .page-content ::placeholder,
.alphabet-page .page-content #alphabet-picker {
    text-align: center;
    font-weight: bolder;
}

.aphabet-on-top {
    position: fixed;
    z-index: 10;
    top: 25px;
    background-color: #fff;
}

.choose-letter {
    position: fixed;
    z-index: 5;
    border-bottom: 1px green groove;
}

.choose-letter select option {
    font-size: 2em;
}

#number-display .item-to-read,
#week-display .item-to-read,
#month-display .item-to-read {
    /* border: 1px groove green;*/
    font-size: 15vw;
    font-weight: 3em;
    padding: 50px;
    margin: 25px 0;
    background-color: white;
}

.miya-item {
    width: 97%;
}

img.img-icon {
    width: 25px;
}

.top-menu {
    padding: 25px 20px;
    margin-top: 0px;
}

#app .panel .content-block .list.side-menu {
    margin-top: -60px;
}

.anim-bg {
    background: linear-gradient(-45deg, #ee775224, #e73c7e26, #23a6d51f, #23d5ab1f);
    background-size: 400% 400%;
    -webkit-animation: gradient 15s ease infinite;
    animation: gradient 15s ease infinite;
}

@-webkit-keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.designs .intro-design {
    /*border: 2px solid red;*/
}

.designs .intro-design .right {
    /*
            display: flex;
            justify-content: flex-end;
            border: 2px solid red;
            */
}

.designs .intro-design img {
    height: 90vh;
    width: 98vw;
}

.miya-toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.miya-toolbar span {
    margin: 0 10px;
}

.color-gradient {
    color: white;
    background: #131c98;
    background: linear-gradient(308deg, #131c98 0%, #c71919 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#131c98", endColorstr="#c71919", GradientType=1);
}

.intro-slide {
    padding: 25vh 0;
}

.intro-slide img {
    width: 300px;
}

.intro-slide .slide-content {
    padding: 50px 0;
}

.swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 25px;
    width: 99%;
    padding: 1em 0;
}

.swiper-pagination .swiper-pagination-bullet {
    margin: 15px;
}

.content-display .card .card-content.txt {
    padding: 75px 5px;
}

.content-display .card .card-content.img {
    padding: 5px;
}

.content-display .card h3 {
    font-size: 4em;
}


/*
.content-display .card p {
    font-size: 2em;
}
*/

.miya-description-read {
    text-align: center;
}

.non-alphabet {
    /*    border:2px solid red;*/
    text-align: center;
}


/*
.non-alphabet p{
    font-size: 3em;
}
*/

.alphabet-page-content-header {
    padding: 10px 0;
    width: 98vw;
    display: flex;
    justify-content: flex-start;
    position: fixed;
    top: 55px;
}

.alphabet-page-content-header .item-input-wrap {
    /*border: 2px solid #e52638;*/
    width: 100%;
    outline: none;
    border-color: #d18e91;
    box-shadow: 0 0 10px #db1d1d;
    border: 2px solid #ffffff;
    border-radius: 5px;
}

.alphabet-page-content-header input[type="text"] {
    /*background-color: #dbbaba;*/
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}

.alphabet-dom-display {
    /*
    display: flex;
    justify-content: flex-start;

    
.miya-read-description {
    display: flex;
    justify-content: flex-start;
    font-size: 5em;
}


*/
}

.alphabet-description {
    text-align: center;
    padding: 10px;
    font-size: 2em;
}

.mt-5 {
    margin-top: 25px;
}

.miya-border-radius {
    border-radius: 2%;
}

.miya-native-lang {
    font-size: 1.3em;
    padding: 5px;
}

.miya-native-lang .miya-lang-content {
    font-size: 15em;
    margin: -10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.miya-alphabet-img {
    padding: 5px;
    width: 97%;
    /*max-width: 500px;*/
    border-radius: 3%;
}


/*@media only screen and (max-width: 900px) {*/


/*
    .alphabet-page-content-header {
        display: flex;
        justify-content: flex-start;
        position: fixed;
        top: 50px;
    }
    */


/*    
    .mt-5 {
        margin-top: 200px;
    }
/*}*/

@media only screen and (min-width: 900px) {
    .miya-item {
        width: 80vh;
    }
    .designs .intro-design img {
        max-width: 75vw;
    }
    .alphabet-page-content-header {
        display: flex;
        justify-content: flex-start;
        position: fixed;
        /*top: 70px;*/
    }
    .alphabet-dom-display {
        display: flex;
        justify-content: flex-start;
    }
    .alphabet-page-content-header .item-input-wrap {
        width: 136%;
    }
    .alphabet-description {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 25px;
        font-size: 5em;
    }
    .miya-alphabet-img {
        padding: 5px;
        width: 35em;
        max-width: 500px;
        border-radius: 3%;
    }
}


/* A bit of demo styles */

.demo-swiper .swiper-slide {
    font-size: 25px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
}

.demo-swiper .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
}

.demo-swiper {
    margin: 0px 0 35px;
    font-size: 18px;
    height: 120px;
}

.demo-swiper.demo-swiper-auto .swiper-slide {
    width: 85%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
    width: 70%;
}

.demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
    width: 30%;
}


/*# sourceMappingURL=custom.css.map */