@font-face {
    font-family: Roboto;
    src: url('../../fonts/Roboto-Regular.ttf');
}

@font-face {
    font-family: Nunito;
    src: url('../../fonts/Nunito-Regular.ttf');
}

#token {
    margin-left: 18.5rem !important;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none !important;
    border-radius: 0px;
    text-align: center;
    width: 40%;
}

#label-token {
    color: #4F4F4F !important;
}

#label-token span {
    font-weight: bold;
}

.card-fix-border-radius {
    border-radius: 35px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.card-footer-fix-border-radius {
    border-radius: 0 0 35px 35px !important;
    background-color: transparent;
    border-top: none;
}

.card-header-fix-border-radius {
    border-radius: 35px 35px 0 0 !important;
    background: #011839 !important;
    color: #FFF;
    font-size: 2rem !important;
}

.btn-confirm {
    background: #438AF4;
    border-color: #438AF4;
    border-radius: 5px;
}

.btn-cancel {
    background: #FFF !important;
    border-color: #828282;
    color: #828282;
    border-radius: 5px;
}

.btn-cancel:hover {
    background: #0080fc !important;
    border-color: #0080fc !important;
    color: #FFF !important;
}

@media only screen and (max-width: 1160px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 15rem !important;
    }
}

@media only screen and (max-width: 1060px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 12.2rem !important;
        width: 50%;
    }
}

@media only screen and (max-width: 1000px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 6.2rem !important;
        width: 65%;
    }

}

@media only screen and (max-width: 980px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 11.5rem !important;
        width: 55%;
    }
}

@media only screen and (max-width: 960px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 6.3rem !important;
        width: 65%;
    }
}

@media only screen and (max-width: 860px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 1.8rem !important;
        width: 85%;
    }
}

@media only screen and (max-width: 840px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 5.8rem !important;
        width: 65%;
    }
}

@media only screen and (max-width: 800px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 7.5rem !important;
        width: 55%;
    }
}

@media only screen and (max-width: 760px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 1.7rem !important;
        width: 85%;
    }
}

@media only screen and (max-width: 500px) {
    .card-header-fix-border-radius {
        font-size: 1.6rem !important;
    }

    #token {
        margin-left: 1.55rem !important;
        width: 85%;
    }
}

@media only screen and (max-width: 414px) {
    .card-fix-border-radius {
        margin: 3rem 0 3rem 0 !important;
    }

    .card-header-fix-border-radius {
        font-size: 1.65rem !important;
    }

    .card-header-fix-border-radius p {
        margin-bottom: 0 !important;
    }

    #token {
        margin-left: 0.5rem !important;
        width: 95% !important;
    }

    #logo {
        max-width: 76%;
    }
}

@media only screen and (max-width: 375px) {
    .card-header-fix-border-radius {
        font-size: 1.45rem !important;
    }

    #logo {
        max-width: 86%;
    }
}

@media only screen and (max-width: 360px) {
    .card-header-fix-border-radius {
        font-size: 1.39rem !important;
    }

    #logo {
        max-width: 90%;
    }
}

@media only screen and (max-width: 320px) {
    .card-header-fix-border-radius {
        font-size: 1.19rem !important;
    }

    #logo {
        max-width: 105%;
    }
}