﻿.advisor-static .advisor-logo {
    min-height: 6.5em;
    min-width: 15em;
    background: url(/content/img/logo-slogan.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.advisor-static .nav.nav-justified > li > a {
    margin-top: 25%;
}

.advisor-static .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    top: calc(50% - 1em - 15px);
}

.advisor-static .nav-item a {
    color: #1B1B1B !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 15px;
}
.advisor-static .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: 0 8px 10px 0 rgba(0,114,202,0.3);
}

.advisor-static .dropdown-menu a{
    
    border-top: 1px solid #DFDFDF;
}
.dropdown-menu {
    display: block;
}

.navbar-nav .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}

.navbar-nav .dropdown-menu.show {
    max-height: 300px;
}


.advisor-static .nav-item a:hover {
    color: #0072CA !important;
    
}

.advisor-static .button-vyzkum {
    color: #B51515;
    border: 2px solid #B51515;
    border-radius: 100px;
    padding: 15px 30px 15px 30px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    overflow: hidden;
    width: 150px;
}
.advisor-static .button-vyzkum .regio-icon {
    background-image: url(./Assets/regio-icon.png);
    height: 24px;
    width: 24px;
    background-size: contain;
    transition: all 0.2s linear;

}
.advisor-static .button-vyzkum .regio-btn-wrap {
    display: flex;
    justify-content: space-evenly;
}
.advisor-static .button-vyzkum:hover .regio-icon {
    background-image: url(./Assets/outlined-icon.png);
    margin-left: -10px;
    transition: all 0.2s linear;
}


/* effect-1 styles */
.advisor-static .button-vyzkum {
    transition: all 0.2s linear 0s;
    background-color: transparent;
}

    .advisor-static .button-vyzkum:before {
        content: "\f061";
        font-family: 'Font Awesome\ 5 Free';
        font-size: 16px;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 20px;
        top: 0;
        opacity: 0;
        height: 100%;
        width: 40px;
        transition: all 0.2s linear 0s;
        font-weight: 900;
        -webkit-text-stroke: 0.5px transparent;
    }

    .advisor-static .button-vyzkum:link {
        text-decoration: none;
    }

    .advisor-static .button-vyzkum:visited {
        color: #B51515;
        text-decoration: none;
    }

        .advisor-static .button-vyzkum:visited:hover {
            color: white;
        }

    .advisor-static .button-vyzkum:hover {
        text-indent: -20px;
        color: white;
        background-color: #B51515;
        text-decoration: none;
    }

        .advisor-static .button-vyzkum:hover:before {
            opacity: 1;
            text-indent: 0px;
            right: 0;
        }

    .advisor-static .button-vyzkum.blue {
        color: #4A90E2;
        border: 2px solid #4A90E2;
        width: 120px;
        padding: 15px 26px 15px 26px;

    }

        .advisor-static .button-vyzkum.blue:visited {
            color: #4A90E2;
            text-decoration: none;
        }

            .advisor-static .button-vyzkum.blue:visited:hover {
                color: white;
            }

        .advisor-static .button-vyzkum.blue:hover {
            text-indent: -20px;
            color: white;
            background-color: #4A90E2;
            text-decoration: none;
        }

.advisor-static button.learn-more {
    text-align: center;
}

.advisor-static h1, .advisor-static h2, .advisor-static h3, .advisor-static h4, .advisor-static h5 {
    font-family: 'Poppins', sans-serif;
    color: #1B1B1B;
}

 .advisor-static a:visited, .advisor-static a:hover, .advisor-static a:active {
    color: inherit;
}

.advisor-static .main-heading {
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    line-height: 82px;
    margin-bottom: 50px;
}

.advisor-static a.login-button {
    text-align: center;
    border-radius: 100px;
    color: white;
    background-color: #0072CA;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 67px 16px 67px;
}

.advisor-static .first-page {
    margin-top: calc(-6.5em - 16px);
    text-align: center;
    min-height: 100vh;
    background: url("Assets/background.png");
    background-size: contain;
    display: flex;
}

.advisor-static .main-text {
    color: #9B9B9B;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    letter-spacing: -0.2px;
    line-height: 35px;
    text-align: center;
    margin-bottom: 50px;
}

html {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    height: 100%;
}

.advisor-static .first-page-content {
    padding-top: calc(6.5em + 16px + 60px);
    align-items: center;
    align-self: center;
}

.advisor-static .navbar {
    background: linear-gradient(180deg, #FAFCFF 0%, #E3F0FF 100%);
}

.advisor-static a.learn-more {
    color: #2C99ED;
}
.advisor-static a.learn-more:hover {
    color: #002aca;
}

html .advisor-static a:active, html .advisor-static a:focus {
    outline: none !important;
    box-shadow: none !important;
}

.advisor-static .cards-row {
    height: 3em;
    background-color: #40BE65;
    color: white;
    text-align: center;
    line-height: 3em;
    font-size: 16px;
    margin-bottom: 60px;
}

.advisor-static .navbar {
    z-index: 10;
}

.advisor-static .objevte-nadani-heading {
    font-size: 36px;
    font-weight: 600;
    color: #1B1B1B;
    ;
    text-align: center;
}

.advisor-static .nadani-text, .advisor-static .general-text {
    color: #9B9B9B;
    font-size: 20px;
    letter-spacing: -0.2px;
    line-height: 40px;
    text-align: center;
}

.advisor-static .objevte-nadani {
    text-align: center;
    justify-content: center;
}

.advisor-static .row {
    margin-bottom: 60px;
}

.advisor-static .advisor-screen {
    justify-content: center;
}

.advisor-static .nahled-img {
    background: url('./Assets/nahled-obrazovky2.jpg');
    height: 32em;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    border-radius: 4px;

}

.advisor-static .nahled-text {
    color: #9B9B9B;
    font-size: 18px;
    line-height: 27px;
}

.advisor-static .nahled-desc {
    margin-bottom: 50px;
}


.advisor-static .in-the-app {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 21px;
    text-align: center;
}

.advisor-static .in-the-app-content .content-description .content-heading {
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 24px;
    text-align: center;
}

.advisor-static .in-the-app-content .content-description {
    text-align: center;
}

    .advisor-static .in-the-app-content .content-description .content-text {
        color: #9B9B9B;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 10px;
    }

.advisor-static .in-the-app-content .head-img {
    height: 6.8em;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-bottom: 20px;
}

h3.in-the-app {
    margin-bottom: 20px;
}

.advisor-static .in-the-app-content {
    margin-bottom: 30px;
}

.advisor-static .target-group, .advisor-static .general-header {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
}

.advisor-static .people-description .head-img {
    height: 6.8em;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    margin-bottom: 50px;
}

.people-description h4 {
    color: #1B1B1B;
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
}

.people-description p {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 16px;
    line-height: 25px;
}

.advisor-static .fill-button {
    border: 2px solid #0072CA;
    border-radius: 100px;
    color: white !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 15px 60px 15px 60px;
    background-color: #0072CA;
    position: relative;
}

.advisor-static .outline-button {
    border: 2px solid #0072CA;
    border-radius: 100px;
    color: #0072CA !important;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    padding: 15px 60px 15px 60px;
    position: relative;
    width: 100%;
}



.advisor-static .fill-button:hover {
    background-color: #2d87cd;
    border-color: #2d87cd;
}
.advisor-static .steps-text a {
    color: #0072CA;
    text-decoration: underline;
}

    .advisor-static .steps-text a:hover {
        color: #002aca;
        text-decoration: underline;
    }


.advisor-static .outline-button:hover {
    color: white !important;
    background-color: #0072CA;
    text-decoration: none;
}

.advisor-static .outline-button.animated:hover {
    text-indent: -20px;
    color: white;
    background-color: #0072CA;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

    .advisor-static .outline-button.animated:hover:before {
        opacity: 1;
        text-indent: 0px;
        right: 10px;
    }

.advisor-static .btn-filled {
    background-color: #0072CA;
    color: white !important;
}

.advisor-static .outline-button.animated:before {
    content: "\f061";
    font-family: 'Font Awesome\ 5 Free';
    font-size: 18px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 60px;
    top: 0;
    opacity: 0;
    height: 100%;
    width: 40px;
    transition: all 0.2s linear 0s;
    font-weight: 900;
    -webkit-text-stroke: 0.5px transparent;
}

.advisor-static .types-description {
    padding: 50px;
}

.advisor-static .button-wrap {
    text-align: center;
}

.advisor-static .people-description {
    border: 1px solid rgba(155, 155, 155, 0.3);
    border-radius: 4px;
    padding: 0px;
}

.advisor-static .types-description:nth-child(2) {
    border-left: 1px solid rgba(155, 155, 155, 0.3);
    border-right: 1px solid rgba(155, 155, 155, 0.3);
    background-color: rgba(155, 155, 155, 0.05);
}

.advisor-static a.short-sides {
    padding-left: 30px;
    padding-right: 30px;
}

.advisor-static .types-description {
    min-height: 44em;
}

    .advisor-static .types-description .content-description {
        padding-right: 35px;
        height: 21em;
    }

.advisor-static .radio-like.highlited {
    background: #0072CA;
    padding: 8px 30px 8px 30px;
    color: white !important;
    border-color: rgba(0, 114, 202, 1) !important;
    opacity: 1;
}

.advisor-static .radio-like.right {
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    margin-left: -2.5px;
    border-top: 1.5px solid;
    border-right: 1.5px solid;
    border-bottom: 1.5px solid;
}

.advisor-static .radio-like.left {
    border-bottom-left-radius: 100px;
    border-top-left-radius: 100px;
    margin-right: -2.5px;
    border-top: 1.5px solid;
    border-left: 1.5px solid;
    border-bottom: 1.5px solid;
}

.advisor-static .radio-like {
    border-color: rgba(155, 155, 155, 0.6) !important;
    padding: 8px 30px 8px 30px;
    color: #9B9B9B;
    opacity: 0.4;
}

.advisor-static .radio-wrap {
    margin: 50px 0px;
}

.advisor-static .contains-content p {
    border: 1px solid #9B9B9B;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 16px;
    border-radius: 4px;
}

.advisor-static .contains-content table {
    box-shadow: 0px 0px 0 0.5px silver;
    border-radius: 4px;
    overflow: hidden;
    border-collapse: collapse;
    border: none;
}

    .advisor-static .contains-content table td {
        border-top: none;
        border-left: none;
        border-right: none;
    }

    .advisor-static .contains-content table tbody tr:last-child td {
        border-bottom: none;
    }


.flip-container {
    perspective: 1000px;
}

.flipper.flipped {
    transform: rotateY(180deg);
}

.flip-container, .front, .back {
}

/* flip speed goes here */
.flipper {
    transition: 0.6s;
    transform-style: preserve-3d;
    position: relative;
}

/* hide back of pane during swap */
.front, .back {
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

/* front pane, placed above back */
.front {
    z-index: 2;
    /* for firefox 31 */
    transform: rotateY(0deg);
}

/* back, initially hidden pane */
.back {
    transform: rotateY(180deg);
}

.package-conains-header {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 60px;
}

.advisor-static .single-price-card {
    text-align: center;
}
@media (min-width: 768px) {
    .advisor-static .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
        white-space: nowrap;
    }
}
@media screen and (min-width: 1367px) {
    .advisor-static .student-school-with-licence {
        line-height: 3em;
    }
}


    @media screen and (max-width: 1366px) {
        .advisor-static .nahled-img {
            height: 26em;
        }

        .advisor-static .first-page {
            min-height: inherit;
        }

        .advisor-static .types-description .content-description {
            height: 24em;
        }

        .advisor-static .outline-button {
            padding: 15px 30px 15px 30px;
        }
    }

    @media screen and (max-width: 576px) {
        .advisor-static .row {
            margin-bottom: 15px;
        }

        .advisor-static .flip-container {
            height: 61em !important;
        }

        .advisor-static .people-description .content-description {
            padding-right: 0;
        }

        .advisor-static .types-description .content-description {
            height: unset;
        }

        .advisor-static .types-description .button-wrap .placeholder {
            display: none;
        }

        .advisor-static .single-price-card {
            margin: 20px 0px;
        }

        .advisor-static .nahled-img {
            height: 16em;
        }

        .advisor-static .whats-next {
            padding: 8px;
        }
    }

    .advisor-static .basic-text {
        font-size: 16px;
        line-height: 24px;
        color: #9B9B9B;
    }

    .advisor-static .price-card-header {
        color: #1B1B1B;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 2px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .advisor-static .price-card-header-wrap {
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        background-color: #ECECEC;
        padding: 20px 0px;
        border: 1px solid rgba(155, 155, 155, 0.3);
        border-bottom: none;
    }

    .advisor-static .price-card-wrapper {
        color: #40BE65;
        font-size: 45px;
        font-weight: 600;
        s line-height: 60px;
        padding: 20px 0px;
        border: 1px solid rgba(155, 155, 155, 0.3);
        border-top: none;
    }

        .advisor-static .price-card-wrapper p {
            margin-bottom: 0;
        }

        .advisor-static .price-card-wrapper .price-card-school-year {
            font-size: 20px;
            line-height: 30px;
        }

    .advisor-static .price-card-licences {
        color: #000000;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        padding: 11px 20px;
        border: 1px solid rgba(155, 155, 155, 0.3);
        border-top: none;
        margin-bottom: 0;
    }

    .advisor-static .single-price-card {
        border-radius: 4px;
        padding: 0;
        padding: 0px 20px;
    }

        .advisor-static .single-price-card .wrapper {
            box-shadow: 0 5px 10px 0 rgba(0,0,0,0.05);
        }

    .advisor-static .price-card-resets {
        border: 1px solid rgba(155, 155, 155, 0.3);
        border-top: none;
        border-bottom: none;
        padding: 10px 0;
        margin-bottom: 0;
    }

    .advisor-static .price-card-button {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
        background-color: #40BE65;
        padding: 16px 0;
        width: 100%;
        color: white !important;
    }

        .advisor-static .price-card-button:hover {
            opacity: 0.9;
        }

    .advisor-static .price-list {
        align-items: flex-end;
    }

    .advisor-static .best-seller {
        border-radius: 4px 4px 0 0;
        background-color: #EDC054;
        color: white !important;
        margin-bottom: 0;
        padding: 5px 0;
    }

    .advisor-static .licences-amount, .advisor-static .medium-heading {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 21px;
        text-align: center;
        margin-bottom: 20px;
    }

    .advisor-static .ostrava-free {
        background: url(./Assets/ostrava.jpg);
        background-position: center;
        flex-direction: column;
        padding: 50px;
        background-size: 100% 100%;
    }

    .advisor-static .for-ostrava {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        border-radius: 10px;
        background-color: #D0021B;
        color: white;
        padding: 3px 16px;
    }

    .advisor-static .ostrava-package {
        font-size: 48px;
        font-weight: 600;
        line-height: 48px;
        color: white;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .advisor-static .unlimited-licences {
        font-size: 24px;
        font-weight: 600;
        line-height: 48px;
        color: white;
    }

    .advisor-static .not-included {
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        color: white;
        margin-bottom: 20px;
    }

    .advisor-static .limited-offer {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        padding: 16px 20px;
    }

    .advisor-static .cards {
        color: #EDC054 !important;
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        text-decoration: underline;
    }

    .advisor-static .right-buttons {
        text-align: center;
    }

    .advisor-static .type-choice {
        margin: 5% 0% 9% 0%;
    }

    .advisor-static .cards:hover {
        color: #0072CA !important;
    }

    .advisor-static .steps {
        width: 62px;
        border: 1px solid #DEDEDE;
        background-color: #ECECEC;
        border-radius: 50%;
        line-height: 60px;
        color: #9B9B9B;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 900;
    }

    .steps-text {
        color: #9B9B9B;
        font-family: Roboto;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        padding-top: 20px;
    }

    .advisor-static .whats-next {
        color: #9B9B9B;
        font-size: 18px;
        letter-spacing: -0.16px;
        line-height: 40px;
        text-align: center;
    }

    .advisor-static .panel-title {
        color: #0072CA;
        font-family: 'Roboto', sans-serif;
        font-size: 22px;
        font-weight: bold;
        line-height: 70px;
        border-bottom: 1px solid #D8D8D8;
        text-transform: uppercase;
    }

    .advisor-static .panel-default:first-child {
        border-top: 1px solid #D8D8D8;
    }

    html {
        scroll-behavior: smooth;
    }

    .advisor-static .category-image {
        height: 8em;
        width: 11em;
        background-repeat: no-repeat;
        background-size: auto 100%;
        background-position: center;
        margin-bottom: 20px;
    }

    .advisor-static .category-choice {
        border: 2px solid #0072CA;
        border-radius: 4px;
        padding: 20px;
        text-align: center;
        transition: all 0.2s ease-in;
        position: relative;
        margin: 30px;
        cursor: pointer;
    }

        .advisor-static .category-choice:before {
            content: "";
            position: absolute;
            background-color: #0072CA;
            opacity: 0.2;
            bottom: 0;
            left: 0;
            right: 0;
            top: 100%;
            z-index: 0;
            -webkit-transition: top 0.2s ease-in;
        }

        .advisor-static .category-choice:hover:before {
            top: 0;
        }

        .advisor-static .category-choice:hover {

        }

    .advisor-static .category-text {
        text-align: center;
        display: inline-block;
        border: 2px solid #0072CA;
        border-radius: 100px;
        color: white !important;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        background-color: #0072CA;
        position: relative;
        width: 140%;
        margin-left: -20%;
        transition: all 0.2s linear;
    }

        .advisor-static .category-text:before {
            content: "\f061";
            font-family: 'Font Awesome\ 5 Free';
            font-size: 18px;
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            right: 40px;
            top: 0;
            opacity: 0;
            height: 100%;
            width: 40px;
            transition: all 0.2s linear 0s;
            font-weight: 900;
            -webkit-text-stroke: 0.5px transparent;
        }

        .advisor-static .category-text:hover:before {
            opacity: 1;
            text-indent: 0px;
            right: 10px;
        }

        .advisor-static .category-text:hover {
            text-indent: -20px;
            color: white;
            background-color: #0072CA;
            text-decoration: none;
            transition: all 0.2s linear 0s;
        }

    .advisor-static .category-choice {
        text-decoration: none;
    }

    .advisor-static .faq-text {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 2px;
        line-height: 21px;
    }

    .advisor-static .basic-text a {
        color: blue;
        text-decoration: underline;
    }

    .advisor-static .register-common input, .advisor-static .login-fields input {
        display: block;
        margin: 0px auto;
        height: 28px;
        color: #9B9B9B;
        font-family: Roboto;
        font-size: 18px;
        line-height: 60px;
        height: 3em;
        border: 1px solid #9B9B9B;
        border-bottom: none;
        padding-left: 10px !important;
        width: 100%;
        min-width: 382px;
    }

    .advisor-static .license-key input {
        display: block;
        margin: 0px auto;
        color: #9B9B9B;
        font-family: Roboto;
        font-size: 18px;
        line-height: 60px;
        height: 3em;
        border: 1px solid #9B9B9B;
        padding-left: 10px;
        border-radius: 4px;
        width:100%
    }

    .advisor-static .license-key {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .advisor-static .register-common input:last-of-type {
        border: 1px solid #9B9B9B;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .advisor-static .register-common input:first-of-type {
        border: 1px solid #9B9B9B;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom: none;
    }

    .advisor-static .register-page, .advisor-static .login-page {
        text-align: center;
        min-height: calc(100vh - 6.5em - 16px);
        background: url(Assets/background.png);
        background-size: contain;
        display: flex;
        align-items: center;
    }

    .advisor-static .register-content {
        margin-bottom: 0;
        justify-content: center;
        flex-direction: column;
    }

    .advisor-static .gender-choice {
        margin-bottom: 30px;
    }

    .advisor-static .register-btn input, .advisor-static .login-btn input {
        border-radius: 4px;
        background-color: #40BE65;
        padding: 16px 0;
        width: 100%;
        color: white !important;
        border: none;
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
    }

    .advisor-static .login-fields {
        margin-bottom: 60px;
    }

    .advisor-static .login-btn {
        border: none !important;
    }

        .advisor-static .login-btn:hover {
            opacity: 0.9;
        }

    .advisor-static .register-btn input:hover, .advisor-static .register-btn input:hover {
        opacity: 0.9;
    }

    .advisor-static .password-boxes {
        position: relative;
    }

        .advisor-static .password-boxes .fa {
            position: absolute;
            right: 10px;
            line-height: 60px;
            font-size: 24px;
            color: #9B9B9B;
            top: 0;
        }

        .advisor-static .password-boxes input {
            border-radius: 0 !important;
        }

    .advisor-static .license-key-wrap {
        position: relative;
        margin-top: 40px;
        margin-bottom: 50px;
    }

    .advisor-static .school-name-wrap {
        position: relative;
        margin-top: 40px;
        margin-bottom: 20px;
    }

        .advisor-static .school-name-wrap input {
            border: 1px solid #9B9B9B !important;
        }

    .advisor-static .license-tooltip {
        position: absolute;
        top: -25px;
        right: 0;
    }

    .advisor-static .register-header-wrap {
        padding: 50px 0 20px 0px;
    }

    .advisor-static .register {
        line-height: 40px;
        margin: 60px 0px 40px 0;
        font-size: 40px;
        padding-bottom: 8px;
    }

    .advisor-static .gender-choice .female-gender + .female-label {
        background: url("./Assets/female.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100px;
        width: 100px;
        display: inline-block;
        border: 3px solid #ECECEC;
        border-radius: 10px;
        background-color: #FFFFFF;
        background-origin: content-box;
        padding: 10px;
    }

    .advisor-static .gender-choice .female-gender:checked + .female-label {
        border: 3px solid #40BE65;
        border-radius: 10px;
        background-color: #FFFFFF;
    }

    .advisor-static .gender-choice .male-gender + .male-label {
        background: url("./Assets/male.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        height: 100px;
        width: 100px;
        display: inline-block;
        border: 3px solid #ECECEC;
        border-radius: 10px;
        background-color: #FFFFFF;
        background-origin: content-box;
        padding: 10px;
    }

    .advisor-static .gender-choice .male-gender:checked + .male-label {
        border: 3px solid #40BE65;
        border-radius: 10px;
        background-color: #FFFFFF;
    }

    .advisor-static .gender-choice input[type=radio] {
        display: none;
    }

    .advisor-static .gender-text {
        display: block;
        padding: 16px 0;
        color: #9B9B9B;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
    }

    .advisor-static {
        background-color: #F2F2F2;
    }

        .advisor-static .fa-eye, .advisor-static .fa-eye-slash {
            font-weight: 300;
        }


        .advisor-static .school-data .selection {
            height: 3em;
            font-family: Roboto;
            font-size: 18px;
            line-height: 28px;
        }

        .advisor-static .school-data .select2-selection--single {
            height: 3em;
        }

        .advisor-static .school-data .select2-selection__rendered, .advisor-static .school-data .select2-selection__placeholder {
            line-height: 3em;
            color: #757575;
            text-align: left;
        }

        .advisor-static .school-data .select2-selection__arrow {
            height: 3em;
        }

        .advisor-static .school-data .student-school .select2-container--default .select2-selection--single {
            border-radius: 4px;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            border: 1px solid #9B9B9B;
        }

        .advisor-static .school-data .student-class .select2-container--default .select2-selection--single {
            border-radius: 4px;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            border: 1px solid #9B9B9B;
            border-top: 0;
        }

        .advisor-static .login-page input:first-of-type {
            border: 1px solid #9B9B9B;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom: none;
        }

        .advisor-static .login-page .password-boxes input:last-of-type {
            border: 1px solid #9B9B9B;
            border-bottom-left-radius: 4px !important;
            border-bottom-right-radius: 4px !important;
        }

        .advisor-static .login-page .login-content {
            display: flex;
            flex-direction: column;
            align-items: center;
        }

        .advisor-static .login-page .login-header {
            margin: 60px 0;
        }

        .advisor-static .alert-box {
            font-size: 18px;
            line-height: 60px;
            height: 3.5em;
            width: 20em;
            margin-bottom: 30px;
            background: #B51515;
            border-radius: 4px;
            color: white;
            font-weight: 500;
            box-shadow: 0px 0px 9px 2px silver;
        }
        .advisor-static .success-box {
            font-size: 18px;
            line-height: 60px;
            height: 3.5em;
            width: 20em;
            margin-bottom: 30px;
            background: #15B515;
            border-radius: 4px;
            color: white;
            font-weight: 500;
            box-shadow: 0px 0px 9px 2px silver;
        }

#footer .left-link span a:first-child {
    margin-left: 20px;
}

#footer .left-link span a {
    font-size: 15px;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
}

#footer .left-link span a:hover, #footer a:hover {
    color: #0072CA;
    text-decoration: underline;
}

#footer .line-under {
    border-bottom: 2px solid #dadada;
    padding: 15px 0px;
}


#footer {
    border-top: 0px !important;
    background: linear-gradient(0deg, #FAFCFF 0%, #E3F0FF 140%);
    padding: 20px 0;
}

#footer .second {
    padding: 40px 0px;
    font-size: 15px;
}

#footer .second b {
    color: #209442;
}

.carousel-inner { 
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.27);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.27);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.27);
}
.carousel-item img {
    height: 26em
}

.register-fields { min-width: 300px}
.advisor-static h2 { background: #f2f2f2;background: #f2f2f2de;}

.male-label, .female-label {
    position: relative;
}
.male-label span, .female-label span {
    position: absolute;
    text-align: center;
    background: #FFF;
    color: #959595;
    text-transform: uppercase;
    transition: all 0.3s;
    bottom: -18px;
    width: 100px;
    left: -3px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 3px solid #ECECEC;
    border-top: 0px;
}
.male-gender:checked + .male-label span, .female-gender:checked + .female-label span {
    background: #40BE65;
    color: white;
    bottom: -13px;
    width: 85%;
    left: 7px;
    border-radius: 10px;
    border: 0;
}

.carousel-inner { box-shadow: none; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; }
#carousel + .btn-green-big { position: relative; display: block; border-top-right-radius: 0px; border-top-left-radius: 0px; background-color: #40BE65; padding: 16px 0; width: 100%; color: white !important; }
#carousel + .btn-green-big:hover { opacity: 0.9; }
.carousel-outer { box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.27); max-width: 30.5em; margin: auto; }
.btn-green-big:hover .underline-on-hover { text-decoration: underline}
