﻿* {
    font-family: 'Krart', sans-serif !important;
    font-size: 18px;
}

body {
    background-color: #fafafa;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.md__top__banner {
    width: 100%;
    height: auto;
}

.md__artwork img {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    width: 130px;
    height: auto;
}

.md__artwork p {
    font-size: 18px;
    margin-bottom: 0;
}

.md__text__primary {
    color: #121691;
}

.md__text__payment {
    margin-bottom: 0.5rem;
    color: black;
}

md-input-container {
    margin-bottom: 0.8rem;
    margin-top: 0.8rem;
}

.md__btn__register {
    background-color: #fcba3f !important;
    width: 100%;
    height: 3rem;
    font-size: 1.5rem;
    font-weight: bold;
    border-radius: 2rem;
}

.md__tab__plan {
    width: 9rem;
}

.md__text__ps {
    font-size: 14px;
    color: #808080;
}

.md__text__footer {
    margin-bottom: 0.8rem;
}

    .md__text__footer a:hover {
        text-decoration: none;
    }

.carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

.carousel-control-next-icon {
    width: 40px;
    height: 40px;
}

.carousel-indicators li {
    background-color: #00a4e4;
}

.md__form {
    display: none;
}

.md__loading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.md__font__16x {
    font-size: 16px;
}

#toaster {
    position: fixed;
    top: 2px;
    height: 48px;
    left: 0;
    width: 100%;
    z-index: 10000;
}

@media (max-width: 575.98px) {
    * {
        font-size: 16px;
    }

    .md__text__primary {
        font-size: x-large;
    }

    .md__text__ps {
        font-size: 12px;
    }

    .md__text__xs__larger {
        font-size: larger;
    }

    .md__text__footer {
        text-align: center;
    }

    .md-text__concent {
        text-align: center;
    }

    #toaster {
        top: 0;
    }
}
