/* _content/VizApp.WebServer/CustomComponents/User/CCUserInterest.razor.rz.scp.css */

.radio-tile-group[b-cnw1cetcad] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*//set dimensions for invisible container*/
}

    .radio-tile-group .input-container[b-cnw1cetcad] {
        position: relative;
        height: 10rem;
        width: 11rem;
        margin: 0.5rem;
        /*//make actual radio input invisible // + stretch to fill container */
    }

        .radio-tile-group .input-container .radio-button[b-cnw1cetcad] {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            cursor: pointer;
        }

        /*//default tile styles*/
        .radio-tile-group .input-container .radio-tile[b-cnw1cetcad] {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border: 2px solid #90b626;
            border-radius: 5px;
            padding: 1rem;
            transition: transform 300ms ease;
        }

        .radio-tile-group .input-container .icon svg[b-cnw1cetcad] {
            fill: #90b626;
            width: 3rem;
            height: 3rem;
        }

        .radio-tile-group .input-container .radio-tile-label[b-cnw1cetcad] {
            text-align: center;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #31a511;
        }

        /*//active tile styles*/
        .radio-tile-group .input-container .radio-button:checked + .radio-tile[b-cnw1cetcad] {
            background-color: #90b626;
            border: 2px solid #90b626;
            color: white;
            transform: scale(1.1, 1.1);
        }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg[b-cnw1cetcad] {
                fill: white;
                background-color: #90b626;
            }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label[b-cnw1cetcad] {
                color: white;
                background-color: #90b626;
            }
/* _content/VizApp.WebServer/CustomComponents/User/CCUserPurpose.razor.rz.scp.css */

.radio-tile-group[b-g2o28vaztl] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*//set dimensions for invisible container*/
}

    .radio-tile-group .input-container[b-g2o28vaztl] {
        position: relative;
        height: 10rem;
        width: 11rem;
        margin: 0.5rem;
        /*//make actual radio input invisible // + stretch to fill container */
    }

        .radio-tile-group .input-container .radio-button[b-g2o28vaztl] {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            cursor: pointer;
        }

        /*//default tile styles*/
        .radio-tile-group .input-container .radio-tile[b-g2o28vaztl] {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border: 2px solid #90b626;
            border-radius: 5px;
            padding: 1rem;
            transition: transform 300ms ease;
        }

        .radio-tile-group .input-container .icon svg[b-g2o28vaztl] {
            fill: #90b626;
            width: 3rem;
            height: 3rem;
        }

        .radio-tile-group .input-container .radio-tile-label[b-g2o28vaztl] {
            text-align: center;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #31a511;
        }

        /*//active tile styles*/
        .radio-tile-group .input-container .radio-button:checked + .radio-tile[b-g2o28vaztl] {
            background-color: #90b626;
            border: 2px solid #90b626;
            color: white;
            transform: scale(1.1, 1.1);
        }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg[b-g2o28vaztl] {
                fill: white;
                background-color: #90b626;
            }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label[b-g2o28vaztl] {
                color: white;
                background-color: #90b626;
            }
/* _content/VizApp.WebServer/Pages/Account/Login.razor.rz.scp.css */
.login-block[b-nmizd5gmap] {
    background: #DE6262; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    float: left;
    width: 100%;
    padding: 50px 0;
}

.banner-sec[b-nmizd5gmap] {
    background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.container[b-nmizd5gmap] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner[b-nmizd5gmap] {
    border-radius: 0 10px 10px 0;
}

.carousel-caption[b-nmizd5gmap] {
    text-align: left;
    left: 5%;
}

.login-sec[b-nmizd5gmap] {
    padding: 50px 30px;
    position: relative;
}

    .login-sec .copy-text[b-nmizd5gmap] {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i[b-nmizd5gmap] {
            color: #FEB58A;
        }

        .login-sec .copy-text a[b-nmizd5gmap] {
            color: #E36262;
        }

    .login-sec h2[b-nmizd5gmap] {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #DE6262;
    }

        .login-sec h2[b-nmizd5gmap]:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FEB58A;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login[b-nmizd5gmap] {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text[b-nmizd5gmap] {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2[b-nmizd5gmap] {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2[b-nmizd5gmap]:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p[b-nmizd5gmap] {
        color: #fff;
    }
/* _content/VizApp.WebServer/Pages/Admin/Candidate.razor.rz.scp.css */
body[b-4966t3n06x] {
}
/* _content/VizApp.WebServer/Pages/Candidate/UInterest.razor.rz.scp.css */

.radio-tile-group[b-0uvs2uvga9] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /*//set dimensions for invisible container*/
}

    .radio-tile-group .input-container[b-0uvs2uvga9] {
        position: relative;
        height: 10rem;
        width: 11rem;
        margin: 0.5rem;
        /*//make actual radio input invisible // + stretch to fill container */
    }

        .radio-tile-group .input-container .radio-button[b-0uvs2uvga9] {
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            margin: 0;
            cursor: pointer;
        }

        /*//default tile styles*/
        .radio-tile-group .input-container .radio-tile[b-0uvs2uvga9] {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            border: 2px solid #90b626;
            border-radius: 5px;
            padding: 1rem;
            transition: transform 300ms ease;
        }

        .radio-tile-group .input-container .icon svg[b-0uvs2uvga9] {
            fill: #90b626;
            width: 3rem;
            height: 3rem;
        }

        .radio-tile-group .input-container .radio-tile-label[b-0uvs2uvga9] {
            text-align: center;
            font-size: 0.75rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #31a511;
        }

        /*//active tile styles*/
        .radio-tile-group .input-container .radio-button:checked + .radio-tile[b-0uvs2uvga9] {
            background-color: #90b626;
            border: 2px solid #90b626;
            color: white;
            transform: scale(1.1, 1.1);
        }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .icon svg[b-0uvs2uvga9] {
                fill: white;
                background-color: #90b626;
            }

            .radio-tile-group .input-container .radio-button:checked + .radio-tile .radio-tile-label[b-0uvs2uvga9] {
                color: white;
                background-color: #90b626;
            }
/* _content/VizApp.WebServer/Pages/Index.razor.rz.scp.css */
.card[b-yutyuncjro] {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.l-bg-cherry[b-yutyuncjro] {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark[b-yutyuncjro] {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark[b-yutyuncjro] {
    background: linear-gradient(to right, #0a504a, #38ef7d) !important;
    color: #fff;
}

.l-bg-orange-dark[b-yutyuncjro] {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.card .card-statistic-3 .card-icon-large .fas[b-yutyuncjro], .card .card-statistic-3 .card-icon-large .far[b-yutyuncjro], .card .card-statistic-3 .card-icon-large .fab[b-yutyuncjro], .card .card-statistic-3 .card-icon-large .fal[b-yutyuncjro] {
    font-size: 110px;
}

.card .card-statistic-3 .card-icon[b-yutyuncjro] {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}

.l-bg-cyan[b-yutyuncjro] {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green[b-yutyuncjro] {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange[b-yutyuncjro] {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan[b-yutyuncjro] {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.ind-card-header[b-yutyuncjro] {
    height: 50px;
    text-transform: uppercase;
    font-weight: 900;
}
/* _content/VizApp.WebServer/Shared/AccountLayout.razor.rz.scp.css */
/* _content/VizApp.WebServer/Shared/LoginLayout.razor.rz.scp.css */
.login-block[b-f811kv7q3c] {
    background: #DE6262; /* fallback for old browsers */
    background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262); /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #FFB88C, #DE6262); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    float: left;
    width: 100%;
    padding: 50px 0;
}

.banner-sec[b-f811kv7q3c] {
    background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom;
    background-size: cover;
    min-height: 500px;
    border-radius: 0 10px 10px 0;
    padding: 0;
}

.container[b-f811kv7q3c] {
    background: #fff;
    border-radius: 10px;
    box-shadow: 15px 20px 0px rgba(0,0,0,0.1);
}

.carousel-inner[b-f811kv7q3c] {
    border-radius: 0 10px 10px 0;
}

.carousel-caption[b-f811kv7q3c] {
    text-align: left;
    left: 5%;
}

.login-sec[b-f811kv7q3c] {
    padding: 50px 30px;
    position: relative;
}

    .login-sec .copy-text[b-f811kv7q3c] {
        position: absolute;
        width: 80%;
        bottom: 20px;
        font-size: 13px;
        text-align: center;
    }

        .login-sec .copy-text i[b-f811kv7q3c] {
            color: #FEB58A;
        }

        .login-sec .copy-text a[b-f811kv7q3c] {
            color: #E36262;
        }

    .login-sec h2[b-f811kv7q3c] {
        margin-bottom: 30px;
        font-weight: 800;
        font-size: 30px;
        color: #DE6262;
    }

        .login-sec h2[b-f811kv7q3c]:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FEB58A;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
            margin-left: auto;
            margin-right: auto
        }

.btn-login[b-f811kv7q3c] {
    background: #DE6262;
    color: #fff;
    font-weight: 600;
}

.banner-text[b-f811kv7q3c] {
    width: 70%;
    position: absolute;
    bottom: 40px;
    padding-left: 20px;
}

    .banner-text h2[b-f811kv7q3c] {
        color: #fff;
        font-weight: 600;
    }

        .banner-text h2[b-f811kv7q3c]:after {
            content: " ";
            width: 100px;
            height: 5px;
            background: #FFF;
            display: block;
            margin-top: 20px;
            border-radius: 3px;
        }

    .banner-text p[b-f811kv7q3c] {
        color: #fff;
    }
/* _content/VizApp.WebServer/Shared/MainLayout.razor.rz.scp.css */
.page[b-a52emo3ste] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a52emo3ste] {
    flex: 1;
}

.sidebar[b-a52emo3ste] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-a52emo3ste] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-a52emo3ste]  a, .top-row .btn-link[b-a52emo3ste] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-a52emo3ste] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-a52emo3ste] {
        display: none;
    }

    .top-row.auth[b-a52emo3ste] {
        justify-content: space-between;
    }

    .top-row a[b-a52emo3ste], .top-row .btn-link[b-a52emo3ste] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-a52emo3ste] {
        flex-direction: row;
    }

    .sidebar[b-a52emo3ste] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-a52emo3ste] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-a52emo3ste], article[b-a52emo3ste] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/VizApp.WebServer/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-htxhj75n1m] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-htxhj75n1m] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-htxhj75n1m] {
    font-size: 1.1rem;
}

.oi[b-htxhj75n1m] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-htxhj75n1m] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-htxhj75n1m] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-htxhj75n1m] {
        padding-bottom: 1rem;
    }

    .nav-item[b-htxhj75n1m]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-htxhj75n1m]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-htxhj75n1m]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-htxhj75n1m] {
        display: none;
    }

    .collapse[b-htxhj75n1m] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-htxhj75n1m] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
