html {
    height: 100%;
}

body {
    font-family: "Open Sans", "Helvetica", sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
    line-height: 1.428;
    background: linear-gradient( 10.7deg, #e9edfb -50.21%, #f6f8fd 31.11%, #ffffff 166.02%);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
    color: #333333;
}

h1 {
    font-size: 30px;
    font-weight: 600 !important;
    color: #333;
}

h2 {
    font-size: 24px;
    font-weight: 600;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}

hr {
    margin-top: 35px;
    margin-bottom: 35px;
    border: 0;
    border-top: 1px solid #bfbebe;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li {
    float: right;
    margin-left: 20px;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

li a {
    color: white;
    margin-left: 3px;
}

li > i {
    color: white;
}

.column-wrap a {
    color: #673de6;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
}

.column-wrap p {
    color: #727586;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}

.container {
    margin-top: 100px;
}

.navbar {
    position: relative;
    min-height: 45px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-brand {
    float: left;
    height: auto;
    margin-top: 5px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 20px;
}

.navbar-nav > li > a {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 13px;
    padding-left: 5px;
    padding-right: 5px;
}

.navbar-nav > li > a:hover {
    text-decoration: none;
    color: #cdc3ea !important;
}

.navbar-nav > li > a i {
    margin-right: 5px;
}

.nav-bar img {
    position: relative;
    top: 3px;
}

.congratz {
    margin: 0 auto;
    text-align: center;
}

.top-container {
    display: flex;
    flex-direction: row;
}

.message-subtitle {
    color: #2f1c6a;
    font-weight: bold;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.message {
    width: 60%;
    height: auto;
    padding: 40px 0;
    align-items: baseline;
    /* margin-bottom: 100px; */
    border-radius: 5px;
    position: relative;
}

.message p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}

#pathName {
    color: #2f1c6a;
    font-weight: bold;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 16px;
}

.section-title {
    color: #2f1c6a;
    font-weight: bold;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 16px;
}

.column-custom {
    border-radius: 8px;
    background-color: #ffffff;
    padding: 24px;
    margin-bottom: 20px;
    border: 1px solid #dadce0;
}

.column-title {
    color: #2f1c6a;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 5px;
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
}

.footer {
    font-size: 13px;
    color: gray !important;
    margin-top: 25px;
    line-height: 1.4;
    margin-bottom: 45px;
}

.footer a {
    cursor: pointer;
    color: #646464 !important;
    font-size: 12px;
}

.copyright {
    color: #646464 !important;
    font-size: 12px;
}

.navbar a {
    color: white !important;
}

.navbar {
    border-radius: 0px !important;
}

.navbar-inverse {
    background-color: #36344d;
    border: none;
}

.column-custom-wrap {
    padding-top: 10px 20px;
}

.badge {
    font-size: 12px;
    line-height: 16px;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    text-align: center;
    display: inline-block;
    padding: 4px 8px;
    font-weight: bold;
    border-radius: 4px;
    background-color: #fc5185;
}

@media screen and (max-width: 768px) {
    .message {
        width: 100%;
        padding: 35px 0;
    }
    .container {
        margin-top: 30px;
    }
    .navbar-links {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar-links> li {
        margin: 0;
    }
    .top-container {
        flex-direction: column-reverse;
    }
}