html {
    min-height: 100vh;
}

body {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    min-height: 100vh;
    padding: 50px 0;
    margin: 0;
}

.rds-navigation {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.rds-navigation .wrap {
    display: inline-block;
    width: 300px;
    margin-right: 15px;
}

.rds-navigation .btn {
    font-size: 18px;
    margin-bottom: 10px;
}

.rds-navigation .btn-popover {
    color: #525f7f;
    background: white;
    border: 1px solid rgb(82 95 127 / 50%);
    border-radius: .4375rem;
    padding: 15px;
    box-shadow: 0 15px 35px rgba(50,50,93,.1),0 5px 15px rgba(0,0,0,.07)!important;
    font-size: 15px;
}

.rds-navigation .btn-popover strong {
    font-weight: bold;
}


.btn {
    color: white !important;
}

.rds-navigation .arrow {
    display: block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);

    width: 1rem;
    height: 0.5rem;
}

.rds-navigation .arrow::before,
.rds-navigation .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;

    border-width: 0 0.5rem 0.5rem 0.5rem;
}

.rds-navigation .arrow::before {
    top: 0;
    border-bottom-color: rgb(82 95 127 / 75%);
}

.rds-navigation .arrow::after {
    top: 1px;
    border-bottom-color: #fff;
}

.rds-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    padding: 15px;
}

.logo {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px auto;
}

.logo.logo-edge {
    max-width: 200px;
    margin: 0;

    position: absolute;
    top: 20px;
    left: 20px;
}

.rds-form {
    width: 100%;
    margin-bottom: 60px;
}

.rds-tutorial {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

    width: 100%;
    margin-top: 0px;
    padding-top: 50px;
    /*padding: 0 300px;*/

    text-align: left;
}

.rds-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;

    width: 100%;
    margin-top: 0px;
    padding: 0 300px;

    text-align: center;
}


@media (min-width: 640px) {
    .rds-tutorial,
    .rds-nav {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .rds-tutorial,
    .rds-nav {
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .rds-tutorial,
    .rds-nav {
        width: 100%;
    }
}

@media (min-width: 1280px) {
    .rds-tutorial,
    .rds-nav {
        width: 80%;
    }
}

@media (min-width: 1536px) {
    .rds-tutorial,
    .rds-nav {
        width: 60%;
    }
}

.rds-tutorial > h2 {
    width: 100%;
    margin-bottom: 20px;
    font-size: 24px;
}

.rds-tutorial > p {
    width: 100%;
    margin-bottom: 40px;
    font-size: 18px;
    text-align: center;
}

.rds-tutorial > p.bigger {
    font-size: 32px;
    font-weight: bold;
    color: #5e72e4;
}

.rds-tutorial > p.less-gap {
    margin-bottom: 15px;
}

.rds-tutorial > img {
    display: block;
    max-width: 100%;
}

.rds-tutorial a[href] {
    color: #525f7f;
    font-weight: bold;
    text-decoration: underline;
}

.rds-tutorial a[href]:hover {
    text-decoration: none;
}

.rds-tutorial .imgs {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.rds-tutorial strong {
    font-weight: bold;
}

.btn-outline-primary {
    color: #5e72e4 !important;
}

.btn-outline-primary:hover {
    color: white !important;
}
