/* /Pages/Home.razor.rz.scp.css */
.survey-main-wrapper[b-539m7hbjza] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 40px;
    overflow: scroll;
    height: calc(100vh - 170px);    
}
/* /Pages/LoginPage.razor.rz.scp.css */
.main-wrapper[b-v5ur6xq0mp] {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.secondary-wrapper[b-v5ur6xq0mp]{
    display:flex;
    justify-content:center;    
    flex-direction:column;
    width:35%;

}
/* /Pages/Statistics.razor.rz.scp.css */
/* /Pages/SurveyStats.razor.rz.scp.css */
.main-stats-wrapper[b-pm39h70xqa] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.stats-container[b-pm39h70xqa] {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
/* /Shared/Components/Containers/MyStatContainer.razor.rz.scp.css */
.my-stat-container[b-xzzjcg9kpy] {
    display: flex;
    background-color: var(--dark-red);
    flex:1;
    padding:16px;
    color:white;
}
/* /Shared/Components/MyButton.razor.rz.scp.css */
.red-button[b-miyz5h2qkh] {
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 9.028px;
    flex-shrink: 0;
    border-radius: 10px;
    border:none;
    outline:none;
    background: var(--dark-red);
    color:white;
    padding:0px 40px;
}

.outline-btn[b-miyz5h2qkh] {
    display: flex;
    outline: none;
    height: 40px;
    justify-content: center;
    align-items: center;
    gap: 9.028px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 1px solid var(--dark-red);
    color: var(--dark-red);
    background: #FFF;
    padding: 0px 40px;
}


.bordered[b-miyz5h2qkh] {
    border-radius: 100px;
}
/* /Shared/Components/MyCheckBox.razor.rz.scp.css */
.container input[b-7m5bf5tcjy] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.container[b-7m5bf5tcjy] {
    padding:0px;
    display: flex;
    align-items:center;    
    flex-direction:row;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    user-select: none;
    gap:8px;
}

.checkmark[b-7m5bf5tcjy] {
    position: relative;
    top: 0;
    left: 0;
    height: 1.6em;
    width: 1.6em;
    border-radius: 50%;
    background: var(--dark-red);
    transition: all 0.2s ease;
}

.checkmark[b-7m5bf5tcjy] {
    opacity: 0.4;
}

.container input:checked ~ .checkmark[b-7m5bf5tcjy] {
    background: var(--dark-red);
    opacity: 0.9;
    transition: all 0.2s ease;
}

.checkmark[b-7m5bf5tcjy]:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark[b-7m5bf5tcjy]:after {
    display: block;
}

.container .checkmark[b-7m5bf5tcjy]:after {
    left: 10px;
    top: 5px;
    width: 0.35em;
    height: 0.75em;
    border: solid rgb(255, 255, 255);
    border-width: 0 0.15em 0.15em 0;
    transform: rotate(45deg);
}

/* /Shared/Components/MyLabel.razor.rz.scp.css */
.my-big-label[b-kuend1854r] {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;    
    line-height: normal;
}
.my-normal-label[b-kuend1854r] {
    color: #303030;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;    
    line-height: normal;
}

.my-bold-label[b-kuend1854r] {
    font-weight: 700;
    color: #303030;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
}
/* /Shared/Components/MyLoader.razor.rz.scp.css */
.spinner[b-i5eemk0ces] {
    font-size: 80px;
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em;
}

    .spinner.center[b-i5eemk0ces] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        background: rgba(255, 255, 255, 0.5);
        backdrop-filter: blur(2px);
        z-index: 2;
        border-radius:10px;
    }

    .spinner .spinner-blade[b-i5eemk0ces] {
        position: absolute;
        backdrop-filter:none;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 4px;
        height: 10px;
        border-radius: 0.0555em;
        background-color: transparent;
        -webkit-transform-origin: center -0.2222em;
        -ms-transform-origin: center -0.2222em;
        transform-origin: center -0.2222em;
        animation: spinner-fade9234-b-i5eemk0ces 1s infinite linear;
    }

        .spinner .spinner-blade:nth-child(1)[b-i5eemk0ces] {
            -webkit-animation-delay: 0s;
            animation-delay: 0s;
            -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
            transform: rotate(0deg);
        }

        .spinner .spinner-blade:nth-child(2)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.083s;
            animation-delay: 0.083s;
            -webkit-transform: rotate(30deg);
            -ms-transform: rotate(30deg);
            transform: rotate(30deg);
        }

        .spinner .spinner-blade:nth-child(3)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.166s;
            animation-delay: 0.166s;
            -webkit-transform: rotate(60deg);
            -ms-transform: rotate(60deg);
            transform: rotate(60deg);
        }

        .spinner .spinner-blade:nth-child(4)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.249s;
            animation-delay: 0.249s;
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

        .spinner .spinner-blade:nth-child(5)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.332s;
            animation-delay: 0.332s;
            -webkit-transform: rotate(120deg);
            -ms-transform: rotate(120deg);
            transform: rotate(120deg);
        }

        .spinner .spinner-blade:nth-child(6)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.415s;
            animation-delay: 0.415s;
            -webkit-transform: rotate(150deg);
            -ms-transform: rotate(150deg);
            transform: rotate(150deg);
        }

        .spinner .spinner-blade:nth-child(7)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.498s;
            animation-delay: 0.498s;
            -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg);
        }

        .spinner .spinner-blade:nth-child(8)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.581s;
            animation-delay: 0.581s;
            -webkit-transform: rotate(210deg);
            -ms-transform: rotate(210deg);
            transform: rotate(210deg);
        }

        .spinner .spinner-blade:nth-child(9)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.664s;
            animation-delay: 0.664s;
            -webkit-transform: rotate(240deg);
            -ms-transform: rotate(240deg);
            transform: rotate(240deg);
        }

        .spinner .spinner-blade:nth-child(10)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.747s;
            animation-delay: 0.747s;
            -webkit-transform: rotate(270deg);
            -ms-transform: rotate(270deg);
            transform: rotate(270deg);
        }

        .spinner .spinner-blade:nth-child(11)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.83s;
            animation-delay: 0.83s;
            -webkit-transform: rotate(300deg);
            -ms-transform: rotate(300deg);
            transform: rotate(300deg);
        }

        .spinner .spinner-blade:nth-child(12)[b-i5eemk0ces] {
            -webkit-animation-delay: 0.913s;
            animation-delay: 0.913s;
            -webkit-transform: rotate(330deg);
            -ms-transform: rotate(330deg);
            transform: rotate(330deg);
        }

@keyframes spinner-fade9234-b-i5eemk0ces {
    0% {
        background-color: var(--dark-red);
    }

    100% {
        background-color: transparent;
    }
}
/* /Shared/Components/MyModal.razor.rz.scp.css */
.my-modal[b-wg4dvfy5h5] {
    backdrop-filter: none;
    display: flex;
    flex-direction: column;
    height: 85%;
    width:450px;
    background-color: white;
    padding: 20px;
    border-radius: 20px;    
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    position:relative;
}

.my-modal-header[b-wg4dvfy5h5] {
    gap: 30px;
    height: 50px;
    display: flex;
    flex-direction: row;
}


.my-modal-body[b-wg4dvfy5h5] {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: auto;
}

.my-model-footer[b-wg4dvfy5h5] {
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content:end;
}

.close-img[b-wg4dvfy5h5] {
    height: 40px;
    width: 40px;
}
.close-btn[b-wg4dvfy5h5] {
    cursor: pointer;
    height: 40px;
    width: 40px;
    position: absolute;
    display:flex;
    justify-content:center;
    align-items:center;
    top: -22px;
    right: -18px;
    z-index:2;
    background-color:black;
    border-radius:50%;
}
/* /Shared/Components/MyTab/MyTab.razor.rz.scp.css */
.tab-container[b-tllqukdt0v] {
    padding: 4px;
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    background: #FAFAFA;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.10);
    height: 40px;
    gap: 10px;
}
/* /Shared/Components/MyTab/MyTabItem.razor.rz.scp.css */
.active-tab[b-ux77ml0z5p] {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: var(--dark-red);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    background: #FFF;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    cursor: pointer;
    padding:16px;
    min-width:250px;
}

.tab-item[b-ux77ml0z5p] {
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
    color: var(--gray);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    background-color: transparent;
    cursor: pointer;
    min-width: 250px;
    padding: 16px;
}
/* /Shared/Home/SpecialComponents/SurveyCard.razor.rz.scp.css */
.survey-main-content[b-bbctft2f1b] {    
    display: flex;
    flex-direction: column;
    width:fit-content;
}
.survey-card[b-bbctft2f1b] {
    border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    flex-direction: column;
    height: 220px;
    width: 240px;
    cursor:pointer;
    overflow: hidden;
}
.survey-img-container[b-bbctft2f1b] {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
}
.survey-card-active-bg1[b-bbctft2f1b] {
    width: 100%;
    height: 30%;
    background-color: var(--dark-red);
}
.survey-card-active-bg2[b-bbctft2f1b] {
    width: 100%;
    height: 70%;
    background-color: var(--lightest-red);
}

.survey-card-inactive-bg1[b-bbctft2f1b] {
    width: 100%;
    height: 30%;
    background-color: var(--gray);
}

.survey-card-inactive-bg2[b-bbctft2f1b] {
    width: 100%;
    height: 70%;
    background-color: var(--light-gray);
}

.survey-img[b-bbctft2f1b] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.survey-title[b-bbctft2f1b] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #303030;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight:500;
    line-height: normal;
    max-width: 100%; /* You can adjust this if needed */
    display: inline-block;
}

/* /Shared/Home/SpecialComponents/SurveyRow.razor.rz.scp.css */
.survey-row[b-wtrcpcf22l] {
    display: flex;
    flex-direction: column;
    max-width: calc(100vw - 250px);
}

.row-title[b-wtrcpcf22l] {
    color: #212121;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.scrollable-container[b-wtrcpcf22l] {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow-x: auto;
    gap: 20px;
    padding: 10px 0px
}



@media(max-width:749px) {
    .survey-row[b-wtrcpcf22l] {
        max-width: calc(100vw - 10px);
    }
}
/* /Shared/Layouts/MainLayout.razor.rz.scp.css */
.page[b-sitxo3yvem] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-sitxo3yvem] {
    flex: 1;
}

.sidebar[b-sitxo3yvem] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-sitxo3yvem] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-sitxo3yvem]  a, .top-row[b-sitxo3yvem]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-sitxo3yvem]  a:hover, .top-row[b-sitxo3yvem]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-sitxo3yvem]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-sitxo3yvem] {
        display: none;
    }

    .top-row.auth[b-sitxo3yvem] {
        justify-content: space-between;
    }

    .top-row[b-sitxo3yvem]  a, .top-row[b-sitxo3yvem]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-sitxo3yvem] {
        flex-direction: row;
    }

    .sidebar[b-sitxo3yvem] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-sitxo3yvem] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-sitxo3yvem]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-sitxo3yvem], article[b-sitxo3yvem] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/MyAllModals.razor.rz.scp.css */
.modal-container[b-lxui1j4ana] {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /*backdrop-filter: blur(1px);*/
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(2px);
}
/* /Shared/NavMenu.razor.rz.scp.css */
.my-navbar[b-2wtjktl088] {
    width: 100%;
    height: 100%;
    background-color:var(--dark-red);
    display:flex;
    flex-direction:column;
    gap:10px;
    align-items:center;
    padding:10px;
}


/* /Shared/SurveyDraft/CurrentDraftStat.razor.rz.scp.css */
.draft-stat-card-one[b-fvmnw0cldj] {
    display: flex;
    flex-direction: row;
    padding:16px;
}

.draft-stat-card-two[b-fvmnw0cldj] {
    display: flex;
    flex-direction: row;
    padding: 16px;
}

.darft-stat-one[b-fvmnw0cldj] {
    display: flex;
    flex: 1;
    flex-direction: column;
    gap: 20px;
}

.draft-row[b-fvmnw0cldj] {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.darft-stat-two[b-fvmnw0cldj] {
    display: flex;
    flex: 1;
    flex-direction: row;
    gap: 45px;
}

.draft-column[b-fvmnw0cldj] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.publish-btn-one[b-fvmnw0cldj] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: end;
}
.publish-btn-two[b-fvmnw0cldj] {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap:8px;
    align-items: center;
}
/* /Shared/SurveyDraft/SurveyQuestionManager.razor.rz.scp.css */
.questions-main[b-2p7k8qaf2p]{
    display:flex;
    flex-direction:column;
    gap:16px;
    position:relative;
}
.survey-question-number[b-2p7k8qaf2p] {
    padding: 8px;
    border-bottom: 2px #E6E6E6 solid;
    width: 100%;
    display: flex;
}

.question-action-buttons[b-2p7k8qaf2p] {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    bottom: 0px;
    right: -65px;
    padding: 8px;
}

.action-icon-container[b-2p7k8qaf2p] {
    height: 35px;
    width: 35px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.remove-answer-btn[b-2p7k8qaf2p] {
    padding: 6px;
    cursor: pointer;
    border: 2px black solid;
    border-radius: 8px;
    height: 25px;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* /Shared/SurveyStats/AnswersPersentage.razor.rz.scp.css */
.circle-icon-text[b-kfpw5ckycg] {
    border-radius: 100px;
    display: flex;
    justify-content: space-between;
    width: 100px;
    padding: 2px 2px;
    padding-right: 12px;
    align-items: center;
    height:fit-content;
}
/* /Shared/SurveyStats/SurveyStatCard.razor.rz.scp.css */
.survey-stat-card[b-975d85grfj]{
    grid-column:span 3;
    padding:12px 5px 12px 12px;
    height:350px;
}

.survey-stat-card-question[b-975d85grfj] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 2px solid #E6E6E6;
}
.survey-stat-card-answers[b-975d85grfj] {
    display: flex;
    flex-direction: column;
    height: 80%;
}
.survey-stat-card-answers-scroll[b-975d85grfj]{
    flex:1;
    display:flex;
    flex-direction:column;
    gap:20px;
}

@media (max-width: 1300px) {
    .survey-stat-card[b-975d85grfj] {
        grid-column: span 4;
        padding: 12px;
    }
}
@media (max-width: 1200px) {
    .survey-stat-card[b-975d85grfj] {
        grid-column: span 6;
        padding: 12px;
    }
}
@media (max-width: 730px) {
    .survey-stat-card[b-975d85grfj] {
        grid-column: span 12;
        padding: 12px;
    }
}
/* /Shared/SurveyStats/TopStatsContainer.razor.rz.scp.css */
.stats-container[b-qlk1tj630m] {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}
/* /Shared/TopNavBar.razor.rz.scp.css */
.top-nav-bar[b-f73h35rz6f] {
    width: 100%;
    height: 70px;
    flex-shrink: 0;
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;    
    background: #FFF;
    position:sticky;
    top:0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
    z-index:1;
}
.top-nav-title[b-f73h35rz6f] {
    color: #212121;
    font-family: Inter;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.action-icon-container[b-f73h35rz6f] {
    height: 35px;
    width: 35px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dropdown[b-f73h35rz6f] {
    position: relative;
    display: inline-block;
}

.dropdown-content[b-f73h35rz6f] {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content[b-f73h35rz6f] {
    display: block;
}
