@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';
@import '_content/PickAns.ComponentLibrary/PickAns.ComponentLibrary.14pb2wl3e2.bundle.scp.css';

/* _content/PickAns.Web/Components/Layout/AuthLayout.razor.rz.scp.css */
body[b-fkcstfmhon] {
}
/* _content/PickAns.Web/Components/Layout/InnerLayout.razor.rz.scp.css */
/* Default styling for Safari on iOS - needs position: relative for scrolling */
/* Chrome-specific override is in ios-fixes.css to avoid CSS scoping issues */
/* Removed z-index: 1 to allow modals to escape stacking context */
.innerContainer[b-iebjlof4pt] {
    position: relative;
}

/*

.pickAnsLayout__rightSide {
    position: relative;
    left: 200px;
    width: calc(100% - 200px);
    background-color: #fff;
    padding-left: 50px;
    border-top-left-radius: 48px;
    border: 1px solid #E5E5E5;
    padding-top: 15px;
    border: 1px solid #E5E5E5;
    padding-top: 0px;
    box-shadow: 0px 385px 154px rgba(168, 168, 168, 0.02);
}
.innerRightLayout__innerpage {

    display: flex;
    width: 100%;
    flex-wrap:wrap;

}
*/
/* _content/PickAns.Web/Components/Layout/LandingPage.razor.rz.scp.css */
.pickAnsLayout[b-2m867btqnu] {
    height : 100vh;
    padding : 0px;

}

.pickAnsLayout[b-2m867btqnu]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    background-color: #F4F4F5;
}

.pickAnsLayout[b-2m867btqnu]::-webkit-scrollbar {
    width: 5px;
    background-color: #131316;
}

.pickAnsLayout[b-2m867btqnu]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #131316;
}
/* _content/PickAns.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.pickAnsLayout[b-sr6hmh81vw]::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 9px;
    background-color: #F4F4F5;
}

.pickAnsLayout[b-sr6hmh81vw]::-webkit-scrollbar {
    width: 5px;
    background-color: #131316;
}

.pickAnsLayout[b-sr6hmh81vw]::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #131316;
}


.mainLayoutBk[b-sr6hmh81vw]{
    padding-top: 0px !important;
}
/*.sidebar::after {
    background: var(--bk-path);
    height:800px;
    width:1000px
}*/

.sidebar[b-sr6hmh81vw] {
    width: 239px;
    background:white;
    height:100vh;
    padding:19px 9px;
    transition-duration:.8s;
    z-index:9000;
    display:flex;
}
.sidebar.colapsed[b-sr6hmh81vw] {
    width: 80px;
    padding: 17px;
}
.pickAnsLayout[b-sr6hmh81vw] {
    height: 100dvh;
    background: var(--pickAns-bk-color);
    display:flex;
    flex-direction:column;
}
.container-fluid[b-sr6hmh81vw] {
    height: calc(100% - var(--tool-bar-height));
    padding: 0px;
}

[b-sr6hmh81vw] .e-spinner-pane {
    animation:none;
}

[b-sr6hmh81vw] .e-spinner-pane.e-spin-overlay {
    background-color: rgba(0, 0, 0, .2);
}

[b-sr6hmh81vw] .e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-circle {
    stroke: var(--primary-color);
    opacity: 0.4;
}

[b-sr6hmh81vw] .e-spinner-pane .e-spinner-inner .e-spin-fabric .e-path-arc {
    stroke: var(--primary-color);
}

.container-fluid[b-sr6hmh81vw] {
    width: 100vw;
    height:100vh;
    padding-left:239px;
    top:0;
    left: 0;
    transition: .8s ease-in-out;
    position:absolute;
}

.container-fluid.colapsed[b-sr6hmh81vw] {
    padding-left: 80px;
}




@media (min-width: 990px) and (max-width: 1290px) {

    .sidebar[b-sr6hmh81vw] {
        width: 209px;
    }

    .sidebar.colapsed[b-sr6hmh81vw] {
        width: 66px;
        padding:10px;
    }

    .container-fluid[b-sr6hmh81vw] {
        padding-left: 209px !important;
    }

    .container-fluid.colapsed[b-sr6hmh81vw] {
        padding-left: 75px !important;
    }
}

@media (min-width: 790px) and (max-width: 990px) {
    .sidebar[b-sr6hmh81vw] {
        width: 209px;
        padding: 10px;
    }

    .sidebar.colapsed[b-sr6hmh81vw] {
        width: 66px;
        padding: 10px;
    }

    .container-fluid[b-sr6hmh81vw] {
        padding-left: 209px !important;
    }

        .container-fluid.colapsed[b-sr6hmh81vw] {
            padding-left: 75px !important;
        }
}



@media (max-width: 790px) {
    .sidebar[b-sr6hmh81vw] {
        height: 60px;
        padding: 9px 15px;
        position:absolute;
        width:100vw;
        bottom:0;
    }

    .sidebar.colapsed[b-sr6hmh81vw] {
        height: 60px;
        padding: 10px;
        width: 100vw;
    }
    .container-fluid[b-sr6hmh81vw] {
        padding-left: 0 !important;
        padding-bottom: 60px;
    }

    .container-fluid.colapsed[b-sr6hmh81vw] {
        padding-left: 0 !important;
        padding-bottom: 60px;
    }
}
/* _content/PickAns.Web/Components/Layout/Nav.razor.rz.scp.css */
/* _content/PickAns.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.pickAnsNavBar[b-c56vu3rgc4] {
    &__logo {
        svg {
            path {
                fill: $var(--nav-active-color);;
            }
        }
    }

    &__nav[b-c56vu3rgc4] {
        .nav-item {
            > a {
                color: var( --nav-color);
                font-weight: 600;
                font-size: 14px;
                font-family: "Inter";
                transition: .35s;
                padding: 12px 15px;
                position: relative;

                &:hover {
                    color: var(--nav-active-color);
                }

                svg[b-c56vu3rgc4] {
                    path {
                        stroke: var(--nav-color);
                    }
                }

                &.active[b-c56vu3rgc4] {
                    color: var(--nav-active-color);

                    svg {
                        path {
                            stroke: var(--nav-active-color);
                        }
                    }
                }
            }

            .notificationsLabel[b-c56vu3rgc4] {
                position: absolute;
                top: 9px;
                left: 25px;
                display: block;
                width: 15px;
                height: 15px;
                background-color: $red;
                border-radius: 50%;
                color: #fff;
                font-size: 8px;
                text-align: center;
                display: flex;
                align-items: center;
                justify-content: center;
            }
        }
    }
}

.pickAnsNavBar__nav[b-c56vu3rgc4]{
    gap:7px;
    display:flex;
    flex-direction:column;
}

.bi-list-nested-nav-menu[b-c56vu3rgc4] {
    border: 0.87px solid rgb(239, 239, 239);
    */ box-shadow: 0px 0px 0px 2.6px rgba(238, 238, 238, 0.25);
    box-shadow: 0px 0px 0px 2.6px rgba(0, 0, 0, 0.02) inset, 0px 0px 0px 2.6px rgba(238, 238, 238, 0.25);
    border-radius: 32.5px;
    height: 40px;
    width: 40px;
    align-content: center;
    text-align: center;
    background: white;
    transform: rotate(-180deg);
}
    .bi-list-nested-nav-menu:hover[b-c56vu3rgc4] {
        background: rgba(243, 243, 243, 1);
    }

.bi-list-nested-nav-menu.colapsed[b-c56vu3rgc4] {
    transform: none
}
.pickAnsNavBar[b-c56vu3rgc4]{
    display:flex;
    flex-direction:column;
    gap:19px;
    width:100%;
}

.pickAnsNavBar.colapsed[b-c56vu3rgc4] {
    width: 41px;
    gap:21.84px;
}




@media (max-width: 790px) {

    .not_mobile[b-c56vu3rgc4]{
        display:none !important;
    }

    .pickAnsNavBar[b-c56vu3rgc4] {
        width: 100%;
        flex-direction: row;
        flex: 1;
    }

    .pickAnsNavBar.colapsed[b-c56vu3rgc4] {
        width: 100%;
        flex-direction: row;
        flex: 1;
    }

    .pickAnsNavBar__nav[b-c56vu3rgc4] {
        width: 100%;
        flex-direction: row;
        flex: 1;
        justify-content: space-around;
        align-items: center;
    }

    .pickAnsNavBar__nav.colapsed[b-c56vu3rgc4] {
        width: 100%;
        flex-direction: row;
        flex: 1;
        justify-content: space-around;
        align-items: center;
    }


    .pickAnsLayout[b-c56vu3rgc4] {
        flex-direction: row;
        flex: 1;
    }

    
}
/* _content/PickAns.Web/Components/Layout/ToolBarComponent.razor.rz.scp.css */
.topbar[b-1wtxpk62i4] {
    position:sticky;
    display: flex;
    height: 50px;
    padding: 0px 10px;
    flex-direction: row;
    gap: 34px;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1223px;
    margin-top: 19px;
    width: max-content;
    max-width:100%;
    z-index:10000 !important;
    overflow: visible;
}


.login[b-1wtxpk62i4] {
    font-family: "Inter" !important;
    font-size: 16px;
    font-weight: 400
}

.badge-block[b-1wtxpk62i4] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 41px;
    max-height: 40px;
    height: 40px;
    border-radius: 50%;
}

.badge-block:hover[b-1wtxpk62i4] {
    cursor:pointer;
}

.badge-block:hover svg path[b-1wtxpk62i4]{
    stroke:black;
}
    
.badge-block.notification[b-1wtxpk62i4]{
    max-width:36px;
    max-height:38px;
}

.badge-block#notification:hover svg path[b-1wtxpk62i4] {
    fill: black;
    stroke:none;
}


.badge-block svg[b-1wtxpk62i4]{
    margin: auto;
}

[b-1wtxpk62i4] .e-badge.red {
    color: white;
    width: 15px;
    height: 15px;
    border-width: 2px;
    border: 2px solid rgba(255, 255, 255, 1);
    background: rgba(255, 103, 103, 1);
    transform: none;
    top: 0;
    left: 26px;
}

.btn[b-1wtxpk62i4] {
    height: 50px;
    min-width: fit-content;
    padding: 4px 29px !important;
    /* iOS button fixes */
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
}

.btn span[b-1wtxpk62i4] {
    display: inline-block;
    line-height: normal;
}

.profile_container[b-1wtxpk62i4]{
    display:flex;
    flex-direction:row;
    flex-grow:0;
    gap:8px;
    align-items:center;
    overflow: visible;
}

.notifications[b-1wtxpk62i4] {
    display: flex;
    flex-direction: row;
    gap: 19px;
    align-items: center;
}
.search_container[b-1wtxpk62i4] {
    max-width: 703px;
    width: 703px;
}

.menu[b-1wtxpk62i4] {
    width: 466px;
    max-width: 100%;
    overflow: visible;
}

.menu .pickans_navbar_logo[b-1wtxpk62i4] {
    display: none;
    align-self: center;
}

.btn.btn-primary[b-1wtxpk62i4] {
    padding: 4px 29px !important;
}

.btn.btn-secondary[b-1wtxpk62i4] {
    padding: 4px 19px !important;
}

.profile-img[b-1wtxpk62i4] {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid rgba(239, 239, 239, 1);
    box-shadow: 0px 0px 0px 4px rgba(238, 238, 238, 0.25),0px 0px 0px 4px rgba(0, 0, 0, 0.02) inset;
    margin-left:27px;
}

.profile-img > img[b-1wtxpk62i4] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

@media (min-width: 1290px) and (max-width: 1490px) {
    .search_container[b-1wtxpk62i4] {
        max-width: 553px !important;
        width: 603px;
    }

    .menu[b-1wtxpk62i4] {
        width: 416px !important;
    }
    .label-3[b-1wtxpk62i4]{
        font-size : 16px;
    }

    .btn[b-1wtxpk62i4]{
        padding: 4px 19px !important; 
    }
}

@media (min-width: 990px) and (max-width: 1290px) {

    .search_container[b-1wtxpk62i4] {
        max-width: 453px !important;
        width: 453px;
    }

    .menu[b-1wtxpk62i4] {
        width: 406px !important;
    }

    .topbar[b-1wtxpk62i4] {
        gap: 24px;
    }

    .label-3[b-1wtxpk62i4] {
        font-size: 14px;
    }

    .btn[b-1wtxpk62i4] {
        padding: 4px 17px !important;
    }
}

@media (min-width: 790px) and (max-width: 990px) {

    .search_container[b-1wtxpk62i4] {
        max-width: 370px !important;
        width: 370px;
    }

    .menu[b-1wtxpk62i4] {
        flex:1;
        /*padding-right: 1%*/
    }

    .label-3[b-1wtxpk62i4] {
        font-size: 14px;
    }

    .topbar[b-1wtxpk62i4]{
        gap:14px;
    }

    .btn[b-1wtxpk62i4] {
        padding: 4px 13px !important;
    }
}

/* iPad Portrait specific fixes */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .btn[b-1wtxpk62i4] {
        padding: 4px 20px !important;
        font-size: 14px !important;
        height: 44px !important;
        min-width: 80px;
    }

    .btn span[b-1wtxpk62i4] {
        font-size: 14px !important;
        -webkit-text-size-adjust: 100%;
    }

    .profile_container[b-1wtxpk62i4] {
        gap: 8px;
    }

    .profile_container .btn[b-1wtxpk62i4] {
        margin-left: 0px;
    }

    .flex-grow-1 .btn.ask-question[b-1wtxpk62i4] {
        margin-right: 16px;
    }

    .notifications[b-1wtxpk62i4] {
        gap: 8px;
    }
}

@media  (max-width: 790px) {
    .topbar[b-1wtxpk62i4] {
        background: rgba(255, 255, 255, 1);
    }

    .search_container[b-1wtxpk62i4] {
        display:none;
        width:0;
    }

    .menu[b-1wtxpk62i4] {
        width: calc(100vw - 30px) !important;
        flex:1;
    }

    .menu .ask-question[b-1wtxpk62i4]{
        display:none !important;
    }


    .menu .pickans_navbar_logo[b-1wtxpk62i4]
    {
        display:block;
        align-self: center;
        margin-top: 2px;
    }
    .topbar[b-1wtxpk62i4] {
        margin-top: 0;
        padding: 9px 15px;
        height: 60px;
    }

    .label-3[b-1wtxpk62i4] {
        font-size: 12px;
    }

    .btn[b-1wtxpk62i4] {
        padding: 4px 13px !important;
        height: auto !important;
        border-radius: 8px;
        height: 32px !important;
    }



    .profile-img[b-1wtxpk62i4] {
        width: 40px;
        height: 40px;
    }

    .profile-img > img[b-1wtxpk62i4]{
        width: 40px;
        height: 40px;
        border-radius: 50%;
        overflow: hidden;
    }

    .badge-block[b-1wtxpk62i4] {
        width: 40px;
        height: 40px;
    }

    .badge-block svg[b-1wtxpk62i4]{
        height:24px;
        width:24px;
    }

    [b-1wtxpk62i4] .e-badge.red {
        color: white;
        width: 14px;
        height: 14px;
        border-width: 2px;
        border: 2px solid rgba(255, 255, 255, 1);
        background: rgba(255, 103, 103, 1);
        transform: none;
        top: 0;
        left: 22px;
    }
}

/* Mobile Portrait specific spacing fixes */
@media (max-width: 790px) and (orientation: portrait) {
    .profile_container[b-1wtxpk62i4] {
        gap: 8px;
    }

    .profile_container .btn[b-1wtxpk62i4] {
        margin-left: 0px;
    }

    .notifications[b-1wtxpk62i4] {
        gap: 8px;
    }

    .flex-grow-1 .btn.ask-question[b-1wtxpk62i4] {
        margin-right: 12px;
    }
}

.profile-img img[b-1wtxpk62i4] {
    /* Apply the animation whenever this class is present */
    animation: fadeIn-b-1wtxpk62i4 0.5s ease-in-out; /* 0.5s duration, ease-in-out timing function */
}

@keyframes fadeIn-b-1wtxpk62i4 {
    from {
        opacity: 0; /* Start completely transparent */
        transform: scale(0.98); /* Optional: slight scale-in effect */
    }

    to {
        opacity: 1; /* End fully visible */
        transform: scale(1);
    }
}


profile-img-dropdown[b-1wtxpk62i4] {
    position: relative; /* Essential for positioning the dropdown content */
    cursor: pointer;
    display: flex; /* To center the image */
    align-items: center;
    justify-content: center;
    border-radius: 50%; /* If you want a circular hit area */
    /* Add padding or specific width/height if needed, e.g., width: 48px; height: 48px; */
}

.profile-img-dropdown img[b-1wtxpk62i4] {
    width: 48px; /* Or whatever size your avatar is */
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    display: block; /* Remove extra space below image */
}

/* Styles for the dropdown menu itself */
.dropdown-menu-pickans[b-1wtxpk62i4] {
    position: absolute;
    top: calc(100% + 7px);
    right: 0;
    padding: 20px 22px 20px 21px;
    background-color: rgba(249, 249, 249, 1);
    border-radius: 23px;
    box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.13);
    min-width: 226px;
    max-width:80dvw;
    z-index: 10000;
    display: none;
    flex-direction: column;
    gap: 6px;
}

    .dropdown-menu-pickans.show[b-1wtxpk62i4] {
        display: flex; 
    }


.dropdown-profile-info[b-1wtxpk62i4] {
    display: flex;
    align-items: center;
    padding: 0 0 11px 0;
    border-bottom: 1px solid rgba(225, 225, 225, 1);
    gap: 9px;
    margin: 0 4px 0 4px;
}

    .dropdown-profile-info img[b-1wtxpk62i4] {
        width: 50px; /* Smaller avatar in dropdown */
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        
    }


.dropdown-profile-info-colum[b-1wtxpk62i4]{
    display:flex;
    flex-direction:column;
    gap:8px;
}

    .dropdown-profile-info-colum .name[b-1wtxpk62i4] {
        font-family: Inter;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -1%;
        color: rgba(0, 0, 0, 1); /* Dark blue from logo */
    }

    .dropdown-profile-info-colum .role[b-1wtxpk62i4] {
        font-family: Inter;
        font-weight: 500;
        font-size: 12px;
        line-height: 100%;
        letter-spacing: 0%;
        color: rgba(151, 148, 164, 1); /* Grayish text */
    }

/* Styles for individual dropdown items */
.dropdown-item-pickans[b-1wtxpk62i4] {
    display: flex;
    align-items: center;
    padding: 0; /* Adjust padding */
    color: rgba(33, 33, 39, 1);
    text-decoration: none;
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: background-color 0.2s ease;
    gap:10px;
    padding:4px;
}

    .dropdown-item-pickans svg[b-1wtxpk62i4] {
        width: 18px; /* Adjust icon size */
        height: 18px;
    }

    .dropdown-item-pickans:hover[b-1wtxpk62i4] {
        background-color: #f0f0f0; /* Light hover effect */
        cursor:pointer;
    }

    .dropdown-item-pickans.inactive[b-1wtxpk62i4] {
        color: rgba(120, 119, 138, 1); /* Red for sign out */
        pointer-events: none;
        cursor:default;
    }

    .dropdown-item-pickans.sign-out[b-1wtxpk62i4] {
        color: rgba(244, 12, 12, 1); /* Red for sign out */
        line-height:20px;
    }

        .dropdown-item-pickans.sign-out svg[b-1wtxpk62i4] {
            width: 24px; /* Adjust icon size */
            height: 24px;
        }

.divider[b-1wtxpk62i4] {
    width:100%;
    height:1px;
    background: rgba(225, 225, 225, 1);
    margin: 0 4px 0 4px;
}

@media(max-width:360px) and (orientation: portrait){
    .profile_container[b-1wtxpk62i4]{
        gap:8px !important;
    }

    .profile_container .btn[b-1wtxpk62i4] {
        margin-left: 0px;
    }

    .notifications[b-1wtxpk62i4] {
        gap: 8px !important;
    }

    .flex-grow-1 .btn.ask-question[b-1wtxpk62i4] {
        margin-right: 8px;
    }

    .btn.btn-primary[b-1wtxpk62i4]{
        padding:4px 21px !important;
    }

    .btn.btn-secondary[b-1wtxpk62i4] {
        padding: 4px 11px !important;
    }
}

@media(max-width:330px) and (orientation: portrait) {
    .profile_container[b-1wtxpk62i4] {
        gap: 8px !important;
    }

    .profile_container .btn[b-1wtxpk62i4] {
        margin-left: 0px;
    }

    .btn.btn-primary[b-1wtxpk62i4] {
        padding: 4px 17px !important;
    }

    .btn.btn-secondary[b-1wtxpk62i4] {
        padding: 4px 7px !important;
    }

    .notifications[b-1wtxpk62i4]{
        gap: 8px !important;
    }

    .flex-grow-1 .btn.ask-question[b-1wtxpk62i4] {
        margin-right: 6px;
    }

    .profile-img[b-1wtxpk62i4]{
        margin-left:0px;
    }
}
/* _content/PickAns.Web/Components/Pages/Answers/Edit.razor.rz.scp.css */
.offer-list-card[b-q75rfj62of] {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: rgba(249, 249, 249, 1);
    border: 1px solid rgba(225, 225, 225, 1);
    box-shadow: 0px 14px 34px 0px rgba(12, 28, 72, 0.02);
    border-radius: 16px;
    padding: 26px;
}
/* _content/PickAns.Web/Components/Pages/Authentication/Login.razor.rz.scp.css */
.container_shrink[b-muebzfi0wx] {
    width: 400px;
}
.heading_login[b-muebzfi0wx] {
    font-weight: 700;
    color: #3F3F46;
    font-family: "Inter";
    font-size: 14px;
}
.footing-login[b-muebzfi0wx] {
    
        font-weight: 500;
        color: #3F3F46;
        font-family: "Inter";
        font-size: 12px;
        text-align: center;
    
}
.error-status[b-muebzfi0wx] {
    float: inline-start;
    color: red;
}

.loging-input[b-muebzfi0wx] {
    font-family: "Inter";
    border: 1px solid rgba(228, 228, 231, 1);
    border-radius: 8px;
    padding: 5px;
}



.login-header-container[b-muebzfi0wx] {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
}

[b-muebzfi0wx] .validation-message {
    white-space: pre-wrap !important;
}


.login-container[b-muebzfi0wx] {
    display: flex;
    flex-direction: column;
    gap:20px;
    padding: 0px;
    justify-content: space-between;
}

.login-footer-container[b-muebzfi0wx] {
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.how-to-use-Or[b-muebzfi0wx] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container_shrink[b-muebzfi0wx] {
    width: 400px;
    margin: auto;
    max-width: 90%;
}

.loginButton[b-muebzfi0wx] {
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: black;
    border: none !important;
    font-family: "Inter";
    font-weight: 500;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 0;
}

.footing-login[b-muebzfi0wx]{
    cursor:pointer;
}

@media(max-width:450px) {
    .howToUsePickans[b-muebzfi0wx] {
        flex-direction: column;
    }

    .how-to-use-Or[b-muebzfi0wx] {
        flex-direction: row;
    }
}

[b-muebzfi0wx] .validation-message {
    white-space: pre-wrap !important;
}
/* _content/PickAns.Web/Components/Pages/Authentication/Logout.razor.rz.scp.css */
.container_shrink[b-h7jk4sp42l] {
    width: 400px;
}
.heading_login[b-h7jk4sp42l] {
    font-weight: 800;
    color: #3F3F46;
    font-family: "Inter";
    font-size: 16px;
    text-align: center;
}
.footing-login[b-h7jk4sp42l] {
    
        font-weight: 500;
        color: #3F3F46;
        font-family: "Inter";
        font-size: 12px;
        text-align: center;
    
}

.loging-input[b-h7jk4sp42l] {
    font-family: "Inter";
    border: 1px solid black !important;
    border-radius: 8px;
    padding: 5px;
}

.login-header-container[b-h7jk4sp42l] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


.login-container[b-h7jk4sp42l] {
    display: flex;
    flex-direction: column;
    gap:10px;
    padding: 0px;
    justify-content: space-between;
}

.login-footer-container[b-h7jk4sp42l] {
    display: flex;
    flex-direction: row;
    justify-content: end;
}
.how-to-use-Or[b-h7jk4sp42l] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.container_shrink[b-h7jk4sp42l] {
    width: 400px;
    margin: auto;
    max-width: 90%;
}

.loginButton[b-h7jk4sp42l] {
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: black;
    border: none !important;
    font-family: "Inter";
    font-weight: 500;
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 0;
}
@media(max-width:450px) {
    .howToUsePickans[b-h7jk4sp42l] {
        flex-direction: column;
    }

    .how-to-use-Or[b-h7jk4sp42l] {
        flex-direction: row;
    }
}

/* _content/PickAns.Web/Components/Pages/Authentication/Registration.razor.rz.scp.css */
%commonstyle[b-xn882yirm3] {
	padding: 25px 15px;
	background-color: $greyIron25;
	border: 1.45px dashed $grey;
	border-radius: 16px;

	&.hide {
		display: none;
	}

}


textarea[b-xn882yirm3] {
	outline: 0 !important;
	border: none !important;
	max-height: 120px;
	overflow-y: auto;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border: 1px solid $grey  !important;
	background-color: transparent !important;
	border-radius: 8px;
	padding: 0px;
	font-family: "Inter" !important;
	font-weight: 400 !important;
	font-size: 16px !important;
	color: $grey-4  !important;

	&::placeholder {
		font-family: "Inter" !important;
		font-weight: 400 !important;
		font-size: 16px !important;
		color: $grey-4  !important;
	}

}

.closeModal[b-xn882yirm3] {
	width: 36px;
	height: 36px;
	box-shadow: 0px 1px 2px 0px #1018280D;
	border-radius: 8px;
	border: 1px solid #0000001A;
	min-width: 36px;
}


.askQuestionModal[b-xn882yirm3] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("/assets/images/Ask_Question.png");
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 9999999999;

	&.fill {
		.modal-body__yourQuestion {
			border: 1.5px solid #E4E4E7;
		}
	}

	.modal-header[b-xn882yirm3] {
		background-color: $greyIron25;
		border-top-left-radius: 40px;
		border-top-right-radius: 40px;
	}

	.modal-content[b-xn882yirm3] {
		border-radius: 40px;
		margin-top: 0px !important;

		@include max(992px) {
			max-width: 95%;
			margin-left: auto;
			margin-right: auto;
		}

		@include max(600px) {
			border-radius: 14px;
			overflow-y: scroll;
		}
	}

	.modal-dialog[b-xn882yirm3] {
		max-width: 720px;
		margin-top: 0px;
	}


	.progress-bar[b-xn882yirm3] {
		width: 320px;
		background-color: $grey  !important;
		border-radius: 4px;

		span {
			display: block;
			height: 100%;
			background-color: $black;
			border-radius: 4px;
			transition: .35s;
		}

	}

	.modal-body[b-xn882yirm3] {
		height: 520px;

		@include max(992px) {
			overflow-y: scroll;
		}

		&__yourQuestion {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

		}

		&__categorey[b-xn882yirm3] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

		}

		&__budget[b-xn882yirm3] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

		}

		&__urgency[b-xn882yirm3] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			&.hide {
				display: none;
			}

			.categoriesButtons[b-xn882yirm3] {
				@include max(600px) {
					>div:last-child[b-xn882yirm3] {}
				}
			}

		}

		&__email[b-xn882yirm3] {
			padding: 25px 15px;
			background-color: $greyIron25;
			border: 1.45px dashed $grey;
			border-radius: 16px;

			svg {
				display: none;

				@include max(600px) {
					position: absolute;
					right: 30px;
				}
			}

			input[b-xn882yirm3] {
				border-radius: 8px !important;
				border: 1px solid #E4E4E7 !important;

				&:focus {
					outline: 0 !important;
					box-shadow: none !important;
				}

			}

			>div[b-xn882yirm3] {
				@include max(600px) {
					flex-direction: column !important;
					align-items: flex-start !important;
				}
			}

			&.hide[b-xn882yirm3] {
				display: none;
			}

		}
	}


	.askExpertTitle[b-xn882yirm3] {
		position: relative;

		&::after {
			/*
            @include after();
            top:auto;
            bottom:0;
            height:1px;
            background-color:$black;
                */
		}

	}

	.modal-footer[b-xn882yirm3] {
		padding-bottom: 25px;

		.askButton {
			width: 100%;
			outline: 0 !important;
			box-shadow: none !important;
			background-color: $grey-5;
			border: none !important;
			border: 1px solid $grey  !important;
			font-family: "Inter";
			font-weight: 500;
			font-size: 18px;
			color: $grey-6;
			border-radius: 16px;
			padding: 14px 0;

			svg {
				margin-left: 5px;
			}

		}

		button[b-xn882yirm3] {
			&:not([disabled]) {
				box-shadow: 0px 0px 0px 2px #1C1E22, 0px 0px 0px 1px #E7E8EB33;
				background: linear-gradient(180deg, #1C1D21 0%, #111218 100%);
				color: $white;
				position: relative;
				z-index: 9999;

				svg {
					fill {
						stroke: $white;
					}

				}
			}
		}
	}
}

.categoriesButtons[b-xn882yirm3] {
	>div {
		width: calc(100% / 3);

		&.hide {
			display: none;
		}

		&:not(:first-child)[b-xn882yirm3],
		&:not(:last-child)[b-xn882yirm3] {
			position: relative;

			button {
				border-radius: 0;
			}

		}

		&:first-child[b-xn882yirm3] {
			button {
				border-right: none !important;
				border-bottom-left-radius: 7px;
				border-top-left-radius: 8px;
			}

		}

		&:last-child[b-xn882yirm3] {
			button {
				border-left: none !important;
				border-bottom-right-radius: 8px;
				border-top-right-radius: 8px;
			}

		}
	}

	button[b-xn882yirm3] {
		border: none !important;
		box-shadow: none !important;
		background: none;
		border: 1px solid $grey-6  !important;
		font-family: "Inter" !important;
		font-weight: 400 !important;
		font-size: 16px !important;
		color: $greyIron  !important;
		width: 100%;


		@media only screen and (max-width: 600px) {
			font-size: 14px !important;[b-xn882yirm3]
		}

		@media only screen and (max-width: 375px) {
			font-size: 13px !important;[b-xn882yirm3]
		}

		&:hover,
		&:focus {
			background-color: $black;
			color: $white  !important;
		}

		&.btn-primary[b-xn882yirm3] {
			background-color: $black;
			color: $white  !important;
		}

	}
}


.selectedItems[b-xn882yirm3] {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 20px;

	@media only screen and (max-width: 600px) {
		flex-direction: column;[b-xn882yirm3]
	}
}

.itemShape[b-xn882yirm3] {
	border: 1px solid #D1D1D6;
	border-radius: 16px;
	background-color: #FCFCFC;
	width: 48%;
	padding: 15px 20px;
	position: relative;

	@media only screen and (max-width: 600px) {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
		padding: 11px 20px;[b-xn882yirm3]
	}

	svg {
		position: absolute;
		top: 18px;
		right: 15px;
	}
}


.askQuestionModal .modal-body__yourQuestion[b-xn882yirm3] {
	padding: 15px 15px;
}

.error-status[b-xn882yirm3] {
	float: inline-start;
	color: red;
}

.askQuestionModal .modal-body__message[b-xn882yirm3] {
	padding: 25px 87px;
	background-color: #FCFCFC;
	border: 1.45px dashed #E4E4E7;
	border-radius: 16px;
	text-align: center;
	font-family: "Inter";
	font-optical-sizing: auto;
	font-style: normal;
	font-size: large;
	display: flex;
	flex-direction: column;
	row-gap: 10px;
	line-height: 25px;
	font-weight: 700;
}
/* _content/PickAns.Web/Components/Pages/Authentication/RegistrationExpert.razor.rz.scp.css */
/* _content/PickAns.Web/Components/Pages/Authentication/SignUpAsker.razor.rz.scp.css */
/* Base Styles */
body[b-rx09tosa58] {
    margin: 0;
    font-family: Manrope, sans-serif;
}

.page-container[b-rx09tosa58] {
    overflow-x: hidden;
    overflow-y: auto;
}

.layout-wrapper[b-rx09tosa58] {
    display: flex;
    flex-direction: column;
    min-height: 800px;
    position: relative;
}

/* Header Styles */
.main-header[b-rx09tosa58] {
    position: relative;
    z-index: 100;
    padding: 20px 0;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.header-content[b-rx09tosa58] {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.company-logo[b-rx09tosa58] {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 160px;
    overflow: hidden;
}

.main-nav[b-rx09tosa58] {
    flex: 1;
    margin-left: 40px;
}

.nav-list[b-rx09tosa58] {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item[b-rx09tosa58] {
    font-weight: 600;
}

.nav-link[b-rx09tosa58] {
    text-decoration: none;
    color: inherit;
}

.signup-button[b-rx09tosa58] {
    background-color: rgb(0, 91, 164);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

/* Main Content Styles */
.main-content[b-rx09tosa58] {
    background-color: white;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.error-container[b-rx09tosa58] {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.error-code[b-rx09tosa58] {
    color: rgb(0, 91, 164);
    font-size: 120px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1;
}

.error-title[b-rx09tosa58] {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.error-message[b-rx09tosa58] {
    color: rgb(117, 117, 117);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.search-container[b-rx09tosa58] {
    max-width: 400px;
    margin: 0 auto;
}

.visually-hidden[b-rx09tosa58] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.search-input[b-rx09tosa58] {
    width: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid rgb(231, 231, 231);
    font-size: 16px;
}

/* Footer Styles */
.main-footer[b-rx09tosa58] {
    background-color: rgb(244, 244, 244);
    padding: 60px 20px;
}

.footer-content[b-rx09tosa58] {
    max-width: 1240px;
    margin: 0 auto;
}

.newsletter-section[b-rx09tosa58] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.newsletter-title[b-rx09tosa58] {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}

.newsletter-form[b-rx09tosa58] {
    display: flex;
    gap: 10px;
}

.form-group[b-rx09tosa58] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.newsletter-input[b-rx09tosa58] {
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid rgb(231, 231, 231);
    background-color: rgb(244, 244, 244);
    width: 300px;
}

.error-message[b-rx09tosa58] {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

.newsletter-button[b-rx09tosa58] {
    background-color: rgb(0, 91, 164);
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.footer-info[b-rx09tosa58] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.company-info[b-rx09tosa58] {
    max-width: 300px;
}

.footer-logo[b-rx09tosa58] {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 220px;
    margin-bottom: 20px;
    overflow: hidden;
}

.company-description[b-rx09tosa58] {
    color: rgb(117, 117, 117);
    font-size: 16px;
    line-height: 1.6;
}

.copyright[b-rx09tosa58] {
    border-top: 1px solid rgb(231, 231, 231);
    padding-top: 20px;
    color: rgb(117, 117, 117);
    font-size: 14px;
}
/* _content/PickAns.Web/Components/Pages/Authentication/SignUpExpert.razor.rz.scp.css */
/* Base Styles */
body[b-zcny7kemjw] {
    margin: 0;
    font-family: Manrope, sans-serif;
}

.page-container[b-zcny7kemjw] {
    overflow-x: hidden;
    overflow-y: auto;
}

.layout-wrapper[b-zcny7kemjw] {
    display: flex;
    flex-direction: column;
    min-height: 800px;
    position: relative;
}

/* Header Styles */
.main-header[b-zcny7kemjw] {
    position: relative;
    z-index: 100;
    padding: 20px 0;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.header-content[b-zcny7kemjw] {
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.company-logo[b-zcny7kemjw] {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 160px;
    overflow: hidden;
}

.main-nav[b-zcny7kemjw] {
    flex: 1;
    margin-left: 40px;
}

.nav-list[b-zcny7kemjw] {
    display: flex;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-item[b-zcny7kemjw] {
    font-weight: 600;
}

.nav-link[b-zcny7kemjw] {
    text-decoration: none;
    color: inherit;
}

.signup-button[b-zcny7kemjw] {
    background-color: rgb(0, 91, 164);
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

/* Main Content Styles */
.main-content[b-zcny7kemjw] {
    background-color: white;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.error-container[b-zcny7kemjw] {
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
}

.error-code[b-zcny7kemjw] {
    color: rgb(0, 91, 164);
    font-size: 120px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1;
}

.error-title[b-zcny7kemjw] {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.error-message[b-zcny7kemjw] {
    color: rgb(117, 117, 117);
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.6;
}

.search-container[b-zcny7kemjw] {
    max-width: 400px;
    margin: 0 auto;
}

.visually-hidden[b-zcny7kemjw] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.search-input[b-zcny7kemjw] {
    width: 100%;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid rgb(231, 231, 231);
    font-size: 16px;
}

/* Footer Styles */
.main-footer[b-zcny7kemjw] {
    background-color: rgb(244, 244, 244);
    padding: 60px 20px;
}

.footer-content[b-zcny7kemjw] {
    max-width: 1240px;
    margin: 0 auto;
}

.newsletter-section[b-zcny7kemjw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 20px 0;
    border-bottom: 1px solid rgb(231, 231, 231);
}

.newsletter-title[b-zcny7kemjw] {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}

.newsletter-form[b-zcny7kemjw] {
    display: flex;
    gap: 10px;
}

.form-group[b-zcny7kemjw] {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.newsletter-input[b-zcny7kemjw] {
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid rgb(231, 231, 231);
    background-color: rgb(244, 244, 244);
    width: 300px;
}

.error-message[b-zcny7kemjw] {
    color: red;
    font-size: 14px;
    margin-top: 4px;
}

.newsletter-button[b-zcny7kemjw] {
    background-color: rgb(0, 91, 164);
    color: white;
    padding: 15px 30px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
}

.footer-info[b-zcny7kemjw] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.company-info[b-zcny7kemjw] {
    max-width: 300px;
}

.footer-logo[b-zcny7kemjw] {
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    width: 220px;
    margin-bottom: 20px;
    overflow: hidden;
}

.company-description[b-zcny7kemjw] {
    color: rgb(117, 117, 117);
    font-size: 16px;
    line-height: 1.6;
}

.copyright[b-zcny7kemjw] {
    border-top: 1px solid rgb(231, 231, 231);
    padding-top: 20px;
    color: rgb(117, 117, 117);
    font-size: 14px;
}
/* _content/PickAns.Web/Components/Pages/Authentication/VerifyEmail.razor.rz.scp.css */
%commonstyle[b-3kg2l2qfnz] {
    padding: 25px 15px;
    background-color: $greyIron25;
    border: 1.45px dashed $grey;
    border-radius: 16px;
    &.hide

{
    display: none;
}

}



textarea[b-3kg2l2qfnz] {
    outline: 0 !important;
    border: none !important;
    max-height: 120px;
    overflow-y: auto;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border: 1px solid $grey !important;
    background-color: transparent !important;
    border-radius: 8px;
    padding: 0px;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: $grey-4 !important;
    &::placeholder

{
    font-family: "Inter" !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: $grey-4 !important;
}

}

.closeModal[b-3kg2l2qfnz] {
    width: 36px;
    height: 36px;
    box-shadow: 0px 1px 2px 0px #1018280D;
    border-radius: 8px;
    border: 1px solid #0000001A;
    min-width: 36px;
}



.askQuestionModal[b-3kg2l2qfnz] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/assets/images/Ask_Question.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 9999999999;
    &.fill

{
    .modal-body__yourQuestion

{
    border: 1.5px solid #E4E4E7;
}

}

.modal-header[b-3kg2l2qfnz] {
    background-color: $greyIron25;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.modal-content[b-3kg2l2qfnz] {
    border-radius: 40px;
    margin-top: 0px !important;

    @include max(992px) {
        max-width: 95%;
        margin-left: auto;
        margin-right: auto;
    }

    @include max(600px) {
        border-radius: 14px;
        overflow-y: scroll;
    }
}

.modal-dialog[b-3kg2l2qfnz] {
    max-width: 720px;
    margin-top: 0px;
}


.progress-bar[b-3kg2l2qfnz] {
    width: 320px;
    background-color: $grey !important;
    border-radius: 4px;
    span

{
    display: block;
    height: 100%;
    background-color: $black;
    border-radius: 4px;
    transition: .35s;
}

}

.modal-body[b-3kg2l2qfnz] {
    height: 520px;

    @include max(992px) {
        overflow-y: scroll;
    }

    &__yourQuestion

{
    padding: 25px 15px;
    background-color: $greyIron25;
    border: 1.45px dashed $grey;
    border-radius: 16px;
    &.hide

{
    display: none;
}

}

&__categorey[b-3kg2l2qfnz] {
    padding: 25px 15px;
    background-color: $greyIron25;
    border: 1.45px dashed $grey;
    border-radius: 16px;
    &.hide

{
    display: none;
}

}

&__budget[b-3kg2l2qfnz] {
    padding: 25px 15px;
    background-color: $greyIron25;
    border: 1.45px dashed $grey;
    border-radius: 16px;
    &.hide

{
    display: none;
}

}

&__urgency[b-3kg2l2qfnz] {
    padding: 25px 15px;
    background-color: $greyIron25;
    border: 1.45px dashed $grey;
    border-radius: 16px;
    &.hide

{
    display: none;
}

.categoriesButtons[b-3kg2l2qfnz] {
    @include max(600px) {
        > div:last-child[b-3kg2l2qfnz] {
        }
    }
}

}

&__email[b-3kg2l2qfnz] {
    padding: 25px 15px;
    background-color: $greyIron25;
    border: 1.45px dashed $grey;
    border-radius: 16px;
    svg

{
    display: none;

    @include max(600px) {
        position: absolute;
        right: 30px;
    }
}

input[b-3kg2l2qfnz] {
    border-radius: 8px !important;
    border: 1px solid #E4E4E7 !important;
    &:focus

{
    outline: 0 !important;
    box-shadow: none !important;
}

}

> div[b-3kg2l2qfnz] {
    @include max(600px) {
        flex-direction: column !important;
        align-items: flex-start !important;
    }
}

&.hide[b-3kg2l2qfnz] {
    display: none;
}

}
}




.askExpertTitle[b-3kg2l2qfnz] {
    position: relative;
    &::after

{
    /*
            @include after();
            top:auto;
            bottom:0;
            height:1px;
            background-color:$black;
                */
}

}

.modal-footer[b-3kg2l2qfnz] {
    padding-bottom: 25px;
    .askButton

{
    width: 100%;
    outline: 0 !important;
    box-shadow: none !important;
    background-color: $grey-5;
    border: none !important;
    border: 1px solid $grey !important;
    font-family: "Inter";
    font-weight: 500;
    font-size: 18px;
    color: $grey-6;
    border-radius: 16px;
    padding: 14px 0;
    svg

{
    margin-left: 5px;
}

}

button[b-3kg2l2qfnz] {
    &:not([disabled])

{
    box-shadow: 0px 0px 0px 2px #1C1E22,0px 0px 0px 1px #E7E8EB33;
    background: linear-gradient(180deg, #1C1D21 0%, #111218 100%);
    color: $white;
    position: relative;
    z-index: 9999;
    svg

{
    fill

{
    stroke: $white;
}

}
}
}
}
}

.categoriesButtons[b-3kg2l2qfnz] {
    > div

{
    width: calc(100% / 3);
    &.hide

{
    display: none;
}

&:not(:first-child)[b-3kg2l2qfnz], &:not(:last-child)[b-3kg2l2qfnz] {
    position: relative;
    button

{
    border-radius: 0;
}

}

&:first-child[b-3kg2l2qfnz] {
    button

{
    border-right: none !important;
    border-bottom-left-radius: 7px;
    border-top-left-radius: 8px;
}

}

&:last-child[b-3kg2l2qfnz] {
    button

{
    border-left: none !important;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

}
}

button[b-3kg2l2qfnz] {
    border: none !important;
    box-shadow: none !important;
    background: none;
    border: 1px solid $grey-6 !important;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    color: $greyIron !important;
    width: 100%;




    @media only screen and (max-width: 600px) {
        font-size: 14px !important;[b-3kg2l2qfnz]
    }

    @media only screen and (max-width: 375px) {
        font-size: 13px !important;[b-3kg2l2qfnz]
    }

    &:hover, &:focus

{
    background-color: $black;
    color: $white !important;
}

&.btn-primary[b-3kg2l2qfnz] {
    background-color: $black;
    color: $white !important;
}

}
}



.selectedItems[b-3kg2l2qfnz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;

    @media only screen and (max-width: 600px) {
        flex-direction:column;[b-3kg2l2qfnz]
    }
}

.itemShape[b-3kg2l2qfnz] {
    border: 1px solid #D1D1D6;
    border-radius: 16px;
    background-color: #FCFCFC;
    width: 48%;
    padding: 15px 20px;
    position: relative;

    @media only screen and (max-width: 600px) {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;
        padding: 11px 20px;[b-3kg2l2qfnz]
    }

    svg

{
    position: absolute;
    top: 18px;
    right: 15px;
}

}



.askQuestionModal .modal-body__yourQuestion[b-3kg2l2qfnz] {
    padding: 15px 15px;
}

.error-status[b-3kg2l2qfnz] {
    float: inline-start;
    color: red;
}

.askQuestionModal .modal-body__message[b-3kg2l2qfnz] {
    padding: 25px 87px;
    background-color: #FCFCFC;
    border: 1.45px dashed #E4E4E7;
    border-radius: 16px;
    text-align: center;
    font-family: "Inter";
    font-optical-sizing: auto;
    font-style: normal;
    font-size: large;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    line-height: 25px;
    font-weight: 700;
}
/* _content/PickAns.Web/Components/Pages/Home.razor.rz.scp.css */
.btn-primary.ask-question[b-33o14u04bp] {
    width: 100% !important;
    max-width: 92%;
    margin-left: auto;
    margin-right: auto;
    height:50px;
}


@media (min-width:790px) {
    .btn-primary.ask-question[b-33o14u04bp] {
        display:none !important;
    }  
}

/* _content/PickAns.Web/Components/Pages/Landing.razor.rz.scp.css */
.hide[b-13mltvwflw]{
    display :none;
}

.how-to-use-item-instruction li[b-13mltvwflw] {
    display: flex;
    gap:10px;
}


.howToUsePickans[b-13mltvwflw] {
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    height:300px;
}
.how-to-use-Or[b-13mltvwflw] {
    display: flex;
    flex-direction: column;
    justify-content:center;
}
@media(max-width:450px) {
    .howToUsePickans[b-13mltvwflw] {
        flex-direction:column;
        height:auto;
    }
    .how-to-use-Or[b-13mltvwflw] {
        flex-direction: row;
    }
}

.explore-button[b-13mltvwflw] {
    justify-content: space-between;
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgba(231, 232, 235, 0.2), 0 0 0 2px #1c1e22;
    background: linear-gradient(180deg, #1C1D21 0%, #111218 100%);
    /* display: flex; */
    gap: 4px;
    color: #fff;
    padding: 4px 60px;
    font-size:24px;
}

.explore-button:hover[b-13mltvwflw] {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
/* _content/PickAns.Web/Components/Pages/Questions/Index.razor.rz.scp.css */
.qa-section[b-zmdbiipv8k] {
    padding: 3rem 10%;
    width: 100%;
}

@media (max-width: 991px) {
    .qa-section[b-zmdbiipv8k] {
        padding: 2rem 8%;
    }
}

@media (max-width: 700px) {
    .qa-section[b-zmdbiipv8k] {
        padding: 1.5rem;

    }
}
/* _content/PickAns.Web/Components/Pages/Users/Edit.razor.rz.scp.css */
.note[b-3mmc1y9gta] {
    font-size: 13px;
    font-weight: 400;
}
/* _content/PickAns.Web/Components/Shared/AnswerDocumentUploadComponent.razor.rz.scp.css */
[b-seqvqi95c9] .e-btn, .e-css.e-btn[b-seqvqi95c9] {
    border-radius: 12px !important;
}

[b-seqvqi95c9] .e-upload.e-control-wrapper, .e-bigger.e-small .e-upload.e-control-wrapper[b-seqvqi95c9] {
    border-radius: 12px;
}

.card[b-seqvqi95c9] {
    border-radius: 12px;
}

[b-seqvqi95c9] input[type="file" i]::-webkit-file-upload-button {
    border-radius: 12px;
    padding: 4px 8px;
    border: 1px solid transparent;
    background: #ffca2c;
    background-color: #ffc720;
    font-family: "Inter";
    font-size: 14px;
}

[b-seqvqi95c9] input[type="file" i] {
    margin: 10px 0px;
    font-family: "Inter";
    font-size: 14px;
    width: 100%;
}

[b-seqvqi95c9] .e-input-group .e-control-container .e-control-wrapper .e-valid-input {
    border: 1px solid rgba(228, 228, 231, 1);
    border-radius: 12px;
}

[b-seqvqi95c9] .e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error)[b-seqvqi95c9] {
    border: 1px solid rgba(228, 228, 231, 1) !important;
    border-radius: 12px;
    border-color: rgba(228, 228, 231, 1) !important;
}

[b-seqvqi95c9] .e-input-group, .e-input-group.e-control-wrapper[b-seqvqi95c9] {
    border: 1px solid rgba(228, 228, 231, 1) !important;
    border-radius: 12px;
    border-color: rgba(228, 228, 231, 1) !important;
}

    [b-seqvqi95c9] .e-input-group::after, .e-input-group.e-control-wrapper[b-seqvqi95c9]::after {
        background: none !important;
    }

    [b-seqvqi95c9] .e-input-group::before, .e-input-group.e-control-wrapper[b-seqvqi95c9]::before {
        background: none !important;
    }

    [b-seqvqi95c9] .e-input-group:focus, .e-input-group.e-control-wrapper:focus[b-seqvqi95c9] {
        box-shadow: 0 0 0 4px rgba(228, 228, 231, 1) !important;
    }




.control_wrapper[b-seqvqi95c9] {
    margin-top: 25px;
}

img[b-seqvqi95c9] {
    max-height: 300px;
    max-width: 300px;
}

.loader[b-seqvqi95c9] {
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg,#000 0 15px,#0000 0 20px) left/200% 100%;
    animation: l3-b-seqvqi95c9 5s infinite linear;
    border-radius: 6px;
}

@keyframes l3-b-seqvqi95c9 {
    100% {
        background-position: right
    }
}

.error[b-seqvqi95c9] {
    font-family: "Inter";
    font-size: 12px;
    color: red;
}
/* _content/PickAns.Web/Components/Shared/AudioUploadComponent.razor.rz.scp.css */
[b-odawfl1o0m] .e-btn, .e-css.e-btn[b-odawfl1o0m] {
    border-radius: 12px !important;
}

[b-odawfl1o0m] .e-upload.e-control-wrapper, .e-bigger.e-small .e-upload.e-control-wrapper[b-odawfl1o0m] {
    border-radius: 12px;
}

.card[b-odawfl1o0m] {
    border-radius: 12px;
}

[b-odawfl1o0m] input[type="file" i]::-webkit-file-upload-button {
    border-radius: 12px;
    padding: 4px 8px;
    border: 1px solid transparent;
    background: #ffca2c;
    background-color: #ffc720;
    font-family: "Inter";
    font-size: 14px;
}

[b-odawfl1o0m] input[type="file" i] {
    margin: 10px 0px;
    font-family: "Inter";
    font-size: 14px;
    width: 100%;
}

img[b-odawfl1o0m] {
    max-height: 300px;
    max-width: 300px;
}

audio[b-odawfl1o0m] {
    border-radius: 16px;
    width: 100%;
}

.loader[b-odawfl1o0m] {
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg,#000 0 15px,#0000 0 20px) left/200% 100%;
    animation: l3-b-odawfl1o0m 5s infinite linear;
    border-radius: 6px;
}

@keyframes l3-b-odawfl1o0m {
    100% {
        background-position: right
    }
}

.error[b-odawfl1o0m] {
    font-family: "Inter";
    font-size: 12px;
    color: red;
}
/* _content/PickAns.Web/Components/Shared/ExpertProfileDocumetUploadComponent.razor.rz.scp.css */
[b-l4mfmkkzsi] .e-btn, .e-css.e-btn[b-l4mfmkkzsi] {
    border-radius:12px !important;
}
[b-l4mfmkkzsi] .e-upload.e-control-wrapper, .e-bigger.e-small .e-upload.e-control-wrapper[b-l4mfmkkzsi] {
    border-radius: 12px;
}
.card[b-l4mfmkkzsi] {
    border-radius: 12px;
}

[b-l4mfmkkzsi] input[type="file" i]::-webkit-file-upload-button {
    border-radius: 12px;
    padding: 4px 8px;
    border: 1px solid transparent;
    background: #ffca2c;
    background-color: #ffc720;
    font-family: "Inter";
    font-size: 14px;
}

[b-l4mfmkkzsi] input[type="file" i] {
    margin: 10px 0px;
    font-family: "Inter";
    font-size: 14px;
    width: 100%;
}

[b-l4mfmkkzsi] .e-input-group .e-control-container .e-control-wrapper .e-valid-input {
    border: 1px solid rgba(228, 228, 231, 1);
    border-radius: 12px;
}

[b-l4mfmkkzsi] .e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error)[b-l4mfmkkzsi] {
    border: 1px solid rgba(228, 228, 231, 1) !important;
    border-radius: 12px;
    border-color: rgba(228, 228, 231, 1) !important;
}

[b-l4mfmkkzsi] .e-input-group, .e-input-group.e-control-wrapper[b-l4mfmkkzsi]{
    border: 1px solid rgba(228, 228, 231, 1) !important;
    border-radius: 12px;
    border-color: rgba(228, 228, 231, 1) !important;
}

[b-l4mfmkkzsi] .e-input-group::after, .e-input-group.e-control-wrapper[b-l4mfmkkzsi]::after {
    background:none !important;
}

[b-l4mfmkkzsi] .e-input-group::before, .e-input-group.e-control-wrapper[b-l4mfmkkzsi]::before {
    background: none !important;
}

[b-l4mfmkkzsi] .e-input-group:focus, .e-input-group.e-control-wrapper:focus[b-l4mfmkkzsi] {
    box-shadow: 0 0 0 4px rgba(228, 228, 231, 1) !important;
}




.control_wrapper[b-l4mfmkkzsi] {
    margin-top: 25px;
}

img[b-l4mfmkkzsi] {
    max-height: 300px;
    max-width: 300px;
}

.loader[b-l4mfmkkzsi] {
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg,#000 0 15px,#0000 0 20px) left/200% 100%;
    animation: l3-b-l4mfmkkzsi 5s infinite linear;
    border-radius: 6px;
}

@keyframes l3-b-l4mfmkkzsi {
    100% {
        background-position: right
    }
}

.error[b-l4mfmkkzsi] {
    font-family: "Inter";
    font-size: 12px;
    color: red;
}
/* _content/PickAns.Web/Components/Shared/ProfileUploadComponent.razor.rz.scp.css */
[b-kets7qe78z] .e-btn, .e-css.e-btn[b-kets7qe78z] {
    border-radius:12px !important;
}
[b-kets7qe78z] .e-upload.e-control-wrapper, .e-bigger.e-small .e-upload.e-control-wrapper[b-kets7qe78z] {
    border-radius: 12px;
}
.card[b-kets7qe78z] {
    border-radius: 12px;
}

[b-kets7qe78z] input[type="file" i]::-webkit-file-upload-button {
    border-radius: 12px;
    padding: 4px 8px;
    border: 1px solid transparent;
    background: #ffca2c;
    background-color: #ffc720;
    font-family: "Inter";
    font-size: 14px;
}

[b-kets7qe78z] input[type="file" i] {
    margin: 10px 0px;
    font-family: "Inter";
    font-size: 14px;
    width:100%;
    
}

img[b-kets7qe78z]{
    width:100%;
    max-height:480px;
    border-radius: 12px;
    aspect-ratio:1;
}


.loader[b-kets7qe78z] {

    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg,#000 0 15px,#0000 0 20px) left/200% 100%;
    animation: l3-b-kets7qe78z 5s infinite linear;
    border-radius:6px;
}

@keyframes l3-b-kets7qe78z {
    100% {
        background-position: right
    }
}

.error[b-kets7qe78z]{
    font-family:'Onset',sans-serif;
    font-size:12px;
    color:red;
}
.upload[b-kets7qe78z]{
    display:flex;
    flex-direction:row;
    width:100%;
}
/* _content/PickAns.Web/Components/Shared/VideoUploadComponent.razor.rz.scp.css */
[b-2ypt7872ak] .e-btn, .e-css.e-btn[b-2ypt7872ak] {
    border-radius: 12px !important;
}

[b-2ypt7872ak] .e-upload.e-control-wrapper, .e-bigger.e-small .e-upload.e-control-wrapper[b-2ypt7872ak] {
    border-radius: 12px;
}

.card[b-2ypt7872ak] {
    border-radius: 12px;
}

[b-2ypt7872ak] input[type="file" i]::-webkit-file-upload-button {
    border-radius: 12px;
    padding: 4px 8px;
    border: 1px solid transparent;
    background: #ffca2c;
    background-color: #ffc720;
    font-family: "Inter";
    font-size: 14px;
}

[b-2ypt7872ak] input[type="file" i] {
    margin: 10px 0px;
    font-family: "Inter";
    font-size: 14px;
    width: 100%;
}

img[b-2ypt7872ak] {
    max-height: 300px;
    max-width: 300px;
}

video[b-2ypt7872ak]{
    border-radius:16px;
    width: 100%;
}

.loader[b-2ypt7872ak] {
    width: 100%;
    height: 6px;
    background: repeating-linear-gradient(-45deg,#000 0 15px,#0000 0 20px) left/200% 100%;
    animation: l3-b-2ypt7872ak 5s infinite linear;
    border-radius: 6px;
}

@keyframes l3-b-2ypt7872ak {
    100% {
        background-position: right
    }
}

.error[b-2ypt7872ak] {
    font-family: "Inter";
    font-size: 12px;
    color: red;
}
