@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/NoProblem/Pages/Site/CarouselComponent.razor.rz.scp.css */

.carousel-caption[b-aooyl0pqxv] {
    top: 300px;
    bottom: auto;
}


.carousel-caption .title[b-aooyl0pqxv] {
    font-size:30px;
}


#carouselExampleIndicators .active > img[b-aooyl0pqxv] {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);


    -webkit-transition: -webkit-transform 5s ease-out;
    -moz-transition: -moz-transform 5s ease-out;
    transition: transform 5s ease-out;
}


@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }

    to {
        -webkit-transform: scale(1.2, 1.2);
    }
}

@keyframes zoom-b-aooyl0pqxv {
    from {
        transform: scale(1, 1);
    }

    to {
        transform: scale(1.2, 1.2);

    }
}

.carousel-inner .carousel-item.active > img[b-aooyl0pqxv] {
    -webkit-animation: zoom 5s ease-out;
    animation: zoom-b-aooyl0pqxv 5s ease-out;
}


.btn[b-aooyl0pqxv] {
    font-family: 'Roboto';
    font-weight: 400;
    vertical-align: middle;
    font-size: 18px;
    border: 0;
    width:300px;
}

    .btn-red[b-aooyl0pqxv] {
        background-color: #e63727;
        color: #f8f8f8;
    }

    .btn-white[b-aooyl0pqxv] {
        background-color: #f5f5f5;
        color: #e63727;
    }


.btn:hover[b-aooyl0pqxv], .btn:focus[b-aooyl0pqxv], .btn:active[b-aooyl0pqxv], .btn.active[b-aooyl0pqxv], .open > .dropdown-toggle.btn[b-aooyl0pqxv] {
    background-color: #0c304e !important;
    color: white;
}



.carousel-caption[b-aooyl0pqxv] {
    font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
    font-weight:500;
    text-align: left;
    margin-left: 00px;
    position: absolute;
    top: 350px
}

.top-text[b-aooyl0pqxv] {
    font-size: 60px;
    font-weight: 300;
    padding: 0;
    line-height: 45px;
    text-shadow: 2px 2px 4px #000000;
}
.bottom-text[b-aooyl0pqxv] {
    padding: 0;
    font-size: 25px;
    font-weight: 400;
}
/* _content/NoProblem/Pages/Site/Index.razor.rz.scp.css */

.icone-size[b-3iggwlg1h2] {
    font-size: 30px;
    color: white;
}



.card-blue[b-3iggwlg1h2] {
    background-color: transparent;
    border-color:white;
    padding:20px;
}

.card-body-blue[b-3iggwlg1h2] {
    
    color: white;
    font-weight: 300;
}


.card-title-blue[b-3iggwlg1h2] {
    font-weight: 300;
    font-size: 28px;
}

/*sections padding*/

#SendQuestion[b-3iggwlg1h2],
#Registration[b-3iggwlg1h2] {
    padding-top: 50px;
    padding-bottom: 50px;
}


.card-white[b-3iggwlg1h2] {
    background-color: #fefefe;
    border: 1px solid #eee;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3) !important;
    text-align:center;
}

.card-text-white[b-3iggwlg1h2] {
    color:#808080;
}

.card-title-white[b-3iggwlg1h2] {
    font-weight: 400;
    font-size: 30px;
}


.card-header-white[b-3iggwlg1h2] {
    font-weight: 300;
    font-size: 25px;
    padding: 20px;
    color: white;
    background-color: #0c304e;
}




.icon-bar-sticker[b-3iggwlg1h2] {
    position: fixed;
    top: 500px;
    z-index: 1000;
    padding: 0px;
    right: 0px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-size: cover;

}

    .icon-bar-sticker a[b-3iggwlg1h2] {
        display: block;
        background-image: url("/images/stickeractive.png");
    }

        .icon-bar-sticker a:hover[b-3iggwlg1h2] {
            background-image: url("/images/stickerhover.png");
        }

.sticker[b-3iggwlg1h2] {
    width: 60px;
    height: 120px;
}




@media(max-width: 992px) {

    .icon-bar-sticker[b-3iggwlg1h2] {
        position: fixed;
        top: 180px;
        z-index: 1000;
        padding: 0px;
        right: 0px;
    }


    .sticker[b-3iggwlg1h2] {
        width: 30px;
        height: 60px;
    }

}
/* _content/NoProblem/Pages/Site/InstantQuestionComponent.razor.rz.scp.css */


.card[b-3067f1xpel] {
    background-color: #fefefe;
    border: 1px solid #eee;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3) !important;
}


.form-control[b-3067f1xpel] {
    box-shadow: none;
    color: #222;
}

.form-control:focus[b-3067f1xpel] {
   border-color: #a70606;
}


#inputQuestion[b-3067f1xpel], #inputEmail[b-3067f1xpel] {
    border: 1px solid #eee;    
}

    #inputQuestion[b-3067f1xpel]::-webkit-input-placeholder, #inputEmail[b-3067f1xpel]::-webkit-input-placeholder {
        color: #aaa;
    }

    
#inputQuestion:focus[b-3067f1xpel], #inputEmail:focus[b-3067f1xpel] {
    border-color: #d8c1c1;
    outline:none;
    }

#inputQuestion[b-3067f1xpel] {
    width: 100%;
    height: 185px;
    padding: 10px;
}

#inputEmail[b-3067f1xpel] {
    width:100%;
    padding-left:10px;
}


.btn[b-3067f1xpel] {
    font-family:'Roboto';
    font-weight:400;
    vertical-align:middle;
    background-color: #e63727;
    color: white;
    font-size: 20px;
    width:100%;

}


    .btn:hover[b-3067f1xpel], .btn:focus[b-3067f1xpel], .btn:active[b-3067f1xpel], .btn.active[b-3067f1xpel], .open > .dropdown-toggle.btn[b-3067f1xpel] {
        background-color: #d32515 !important;
    }


.form-label[b-3067f1xpel] {
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #0c304e;
}


.title-question[b-3067f1xpel] {
    font-size: 40px;
    font-weight: 300;
    color: #0c304e;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}

.title-question[b-3067f1xpel]:before, .title-question[b-3067f1xpel]:after {
    content: "";
    height: 1px;
    width: 30%;
    background: #0c304e;
    position: absolute;
    top: 50%;
    z-index: 2;
}

.title-question[b-3067f1xpel]:before {
    left: 0;
}

.title-question[b-3067f1xpel]:after {
    right: 0;
}

checkbox[b-3067f1xpel] {

    font-size:10px;
}


.form-check-label[b-3067f1xpel] {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;
}
/* _content/NoProblem/Pages/Site/PracticeCarouselComponent.razor.rz.scp.css */




@media (max-width: 767px) {
    .carousel-inner .carousel-item > div[b-ilc9txbjxl] {
        display: none;
    }

        .carousel-inner .carousel-item > div:first-child[b-ilc9txbjxl] {
            display: block;
        }
}

.carousel-inner .carousel-item.active[b-ilc9txbjxl],
.carousel-inner .carousel-item-next[b-ilc9txbjxl],
.carousel-inner .carousel-item-prev[b-ilc9txbjxl] {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active[b-ilc9txbjxl],
    .carousel-inner .carousel-item-next[b-ilc9txbjxl] {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active[b-ilc9txbjxl],
    .carousel-inner .carousel-item-prev[b-ilc9txbjxl] {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end[b-ilc9txbjxl],
.carousel-inner .carousel-item-start[b-ilc9txbjxl] {
    transform: translateX(0);
}

.card[b-ilc9txbjxl] {
    margin-right:10px;
}
.card-footer[b-ilc9txbjxl] {
    background-color: #e63727;
    color: white;
    font-size: 20px;
    font-weight:400;
}



.carousel-control-prev-icon[b-ilc9txbjxl] {
    /*margin-left: -100px;*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon[b-ilc9txbjxl] {
   /* margin-right: -180px;*/
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}
/* _content/NoProblem/Pages/Site/RegistrationComponent.razor.rz.scp.css */
/*.reg-form {   
    font-family: 'Roboto Condensed', sans-serif;
}*/

.form-control[b-v6pu3wf5ty] {
    height: 40px;
    box-shadow: none;
    color:#222;
}

.card[b-v6pu3wf5ty] {
    background-color: #fefefe;
    border: 1px solid #eee;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3) !important;
}


.form-control[b-v6pu3wf5ty]::-webkit-input-placeholder {
    color: #aaa;
}

.form-control:focus[b-v6pu3wf5ty] {
    border-color: #a70606;    
}

.btn[b-v6pu3wf5ty] {
    font-family: 'Roboto';
    font-weight: 400;
    vertical-align: middle;
    background-color: #e63727;
    color: white;
    font-size: 18px;
}


    .btn:hover[b-v6pu3wf5ty], .btn:focus[b-v6pu3wf5ty], .btn:active[b-v6pu3wf5ty], .btn.active[b-v6pu3wf5ty], .open > .dropdown-toggle.btn[b-v6pu3wf5ty] {
        background-color: #d32515 !important;
    }

.signup-form .hint-text[b-v6pu3wf5ty] {
    color: #999;
    margin-bottom: 30px;
    text-align: center;
    font-size:14px;
}



.signup-form .title-registration[b-v6pu3wf5ty] {
    font-size: 23px;
    font-weight: 500;
    color: #0c304e;
    margin: 0 0 15px;
    position: relative;
    text-align: center;
}

    .signup-form .title-registration[b-v6pu3wf5ty]:before, .signup-form .title-registration[b-v6pu3wf5ty]:after {
        content: "";
        height: 1px;
        width: 30%;
        background: #0c304e;
        position: absolute;
        top: 50%;
        z-index: 2;
    }

    .signup-form .title-registration[b-v6pu3wf5ty]:before {
        left: 0;
    }

    .signup-form .title-registration[b-v6pu3wf5ty]:after {
        right: 0;
    }


.form-check-label[b-v6pu3wf5ty] {
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 13px;
    color: #333;  
}

.signup-form a[b-v6pu3wf5ty] {
 
    color: #356ee4;
    text-decoration: none;
}

    .signup-form a:hover[b-v6pu3wf5ty] {
        text-decoration: none;
        color:crimson;
    }

.signup-form form a[b-v6pu3wf5ty] {
    color: #5cb85c;
    text-decoration: none;
}

    .signup-form form a:hover[b-v6pu3wf5ty] {
        text-decoration: underline;
        text-decoration: none;
    }




/*



    .signup-form .hint-text {
        color: #999;
        margin-bottom: 30px;
        text-align: center;
    }

    .signup-form form {
        color: #999;
        border-radius: 3px;
        margin-bottom: 15px;
        background: #f2f3f7;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }

    .signup-form .form-group {
        margin-bottom: 20px;
    }

    .signup-form input[type="checkbox"] {
        margin-top: 3px;
    }

    .signup-form .btn {
        font-size: 16px;
        font-weight: bold;
        min-width: 140px;
        outline: none !important;
    }

    .signup-form .row div:first-child {
        padding-right: 10px;
    }

    .signup-form .row div:last-child {
        padding-left: 10px;
    }

    .signup-form a {
        color: #fff;
        text-decoration: underline;
    }

        .signup-form a:hover {
            text-decoration: none;
        }

    .signup-form form a {
        color: #5cb85c;
        text-decoration: none;
    }

        .signup-form form a:hover {
            text-decoration: underline;
        }
*/
/* _content/NoProblem/Shared/LoginHeader.razor.rz.scp.css */
.top-Header[b-5abailc5f5] {
    background-color: #0c304e;
    color: white;
    font-size:13px;
    line-height:15px;

}

 .top-Header a[b-5abailc5f5] {        
   color: white;
   text-decoration: none;        
 }

.top-Header a:hover[b-5abailc5f5] {
   color: greenyellow;
   }
/* _content/NoProblem/Shared/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row ::deep a, .top-row .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth) {
        display: none;
    }

    .top-row.auth {
        justify-content: space-between;
    }

    .top-row a, .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
*/
/* _content/NoProblem/Shared/NavMenu.razor.rz.scp.css */

.navbar[b-32eqlu7nvn] {
    font-size: 15px;
    margin-bottom: 0px !important;    
    font-weight:400;
}

/*.fa {
    font-size: 25px;
    padding-top: 15px;
    color:black;   
}

.nav-item {

}
*/
/* Item Spacing */
.navbar-nav > li[b-32eqlu7nvn] {
    padding-left: 20px;
    padding-right: 20px;
}




/*
.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
         Never collapse the sidebar for wide screens 
        display: block;
    }
    
    .nav-scrollable {
         Allow sidebar to scroll for tall menus 
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
*/
/* _content/NoProblem/Shared/SiteFooter.razor.rz.scp.css */
footer[b-my3axzxaoq] {
    background-color: #111;
    color: #aaa;
    border-top: solid 1px;
    font-size:16px;
}

.list-unstyled > li[b-my3axzxaoq] {
    line-height: 17px;
}

    .list-unstyled > li a[b-my3axzxaoq] {
        text-decoration: none;
        color: darkorange;
        line-height:30px;
    }
    .list-unstyled > li a:hover[b-my3axzxaoq] {
        color: darkorange;
    }
