html {
    font-size: 14px;
}
@page {size: auto;margin: 0mm;}
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.c-question_page {
    display: flex;
    min-width: 100%;
}

.c-question_left {
    max-width: 80%;
    min-width: 95%;
}

.c-question_right {
    max-width: 5%;
    background: #d4e6fa;
    min-width: 5%;
    display: block;
    border: 3px ridge #88bdf5;
}

    .c-question_right img {
        width:100%;
        padding:5px;
    }

.access-denied_main {
    display: flex;
    flex-wrap: wrap;
}

    .access-denied_main img {
        width: 20%;
    }

.access-denied_main-h {
    width: 100%;
    text-align: center
}

.access-denied_main-img {
    width: 100%;
    text-align: center
}

.c-parentquestion {
    display: flex;
    flex-wrap: wrap;
    background: #17a2b8;
    border-radius: 5px;
    padding: 6px;
    box-shadow: 12px 12px 5px -8px #007bff4d;
}

    .c-parentquestion a {
        color: #fff !important;
        cursor: pointer;
    }

.c-childquestion {
    display: grid;
    padding-left: 15px;
}

    .c-childquestion a {
        cursor: pointer;
        padding: 2px !important;
    }

        .c-childquestion a:hover {
            color: #17a2b8 !important;
        }


.c-question_freetext-main {
    padding: 8px 20px 0px 20px;
}

    .c-question_freetext-main textarea {
        min-width: 100%;
        min-height: 170px;
        border-radius: 5px 0 5px 0;
        padding: 10px;
    }

.c-question_freetext-header {
    border: 3px double #007bff38;
    padding: 7px;
    width: 100%;
    border-radius: 10px 0 10px 0;
    box-shadow: 12px 12px 5px -4px rgb(0 123 255 / 5%);
}

.c-question_freetext-answer {
    border: 3px double #007bff38;
    margin-top: 20px;
    padding: 7px;
    width: 100%;
    border-radius: 10px 0 10px 0;
    box-shadow: 12px 12px 5px -4px rgb(0 123 255 / 5%);
}



.c-question_freetext-buttons {
    margin-top: 10px;
}
.c-question_multianswer_row-answer
{
    display:flex!important;
}
.c-question_multianswer-main {
    padding: 20px;
}

    .c-question_multianswer-main textarea {
        min-width: 100%;
        min-height: 170px;
        border-radius: 5px 0 5px 0;
        padding: 10px;
    }

.c-question_multianswer-header {
    border: 3px double #007bff38;
    padding: 7px;
    width: 100%;
    border-radius: 10px 0 10px 0;
    box-shadow: 12px 12px 5px -4px rgb(0 123 255 / 5%);
}

.c-question_multianswer-answer-left {
    border: 3px double #007bff38;
    margin-top: 20px;
    padding: 7px;
    width: 49%;
    border-radius: 10px 0 10px 0;
    box-shadow: 12px 12px 5px -4px rgb(0 123 255 / 5%);
}
.c-question_multianswer-answer-right {
    border: 3px double #007bff38;
    margin-top: 20px;
    padding: 7px;
    width: 49%;
    border-radius: 10px 0 10px 0;
    box-shadow: 12px 12px 5px -4px rgb(0 123 255 / 5%);
    margin-left:2%;
}
.c-question_multianswer-buttons {
    margin-top: 10px;
}
.c-answer-multi_answer-checkbox
{
    width:100%!important;
}

    .c-answer-multi_answer-checkbox:has(input:checked) {
        background-color: #007bff45;
    }

.c-answer-multi_answer-checkbox label
{
    font-weight:unset!important;
}
.c-multi-answer_title-p {
    width: 100% !important;
    background: #808080;
    color: #fff;
}

.c-yesno-main
{
    display:flex;
}
.c-yesno-main_items-yesno {
    min-width: 10%;
    max-width: 10%;
    background: #ff0000;
    min-height: 170px;
}
.c-yesno-main_contetnt {
    min-width: 90%;
    max-width: 90%;
    background: #007bff38;
    min-height: 170px;
}

.c-question_yesno-answer-left {
    border: 3px double #007bff38;
    margin-top: 20px;
    padding: 7px;
    width: 19%;
    border-radius: 10px 0 10px 0;
    box-shadow: 12px 12px 5px -4px rgb(0 123 255 / 5%);
}
.c-question_multianswer-answer-right-yes {
    border: 3px double #007bff38;
    margin-top: 20px;
    padding: 7px;
    width: 79%;
    border-radius: 10px 0 10px 0;
    box-shadow: 12px 12px 5px -4px rgb(0 123 255 / 5%);
    margin-left: 2%;
}
.c-question_multianswer-answer-right-no {
    border: 3px double #007bff38;
    margin-top: 20px;
    padding: 7px;
    width: 40%;
    border-radius: 10px 0 10px 0;
    box-shadow: 12px 12px 5px -4px rgb(0 123 255 / 5%);
    margin-left: 2%;
}


.c-question_yesno-answer-left_item
{
    width:100%
}
.c-user-fortodo {
    height:30px;
}
.yesnohidden
{
    display:none;
}

.nav-user
{
    margin-left:unset!important;
    font-size:x-large!important;

}

.main-page_welcome {
    min-width: 100% !important;
    min-height: 100% !important;
    text-align: left;
    padding-left:10px;
}

.navbar-user {
    top: -4px !important;
    right: 14px !important;
}

.brand-anna .img-circle
{
    border-radius:unset!important;
}

.c-white
{
    color:#fff!important
}

.main-page_welcome-boxes
{
    padding:10px;
}

.c-report-base
{
    padding-left:10px;
}

.c-report-item {
    padding-left: 20px;
}

.c-report-ds {
    padding-left: 20px;
}

.c-login-img {
    text-align: center;
}
.c-login-img img
{
    width:40%;
    padding-top:5px;
}
.nav-question_cat
{
    padding-left:45px;
    font-size:13px;
}

    .nav-question_cat .nav-link
    {
        padding:unset!important
    }

.c-history-userpage {
    padding-left: 10px;
    color: #ef0808;
    text-align: center;
    background-color: #fff;
    border-bottom: 1px dashed #ff4b4b;
    text-shadow: 0 0 #3c0c0c;
}

.nav-btn-main {
    display: flex;
    margin-top: 8px;
}

.nav-btn-main-row {
    min-width: 25px;
    min-height: 25px;
/*    background: #fff;*/
    padding: 2px;
    /*margin-left: 20px;*/
    text-align: center;
/*    border: 1px solid #17a2b880;
    box-shadow: 6px 6px 3px -4px rgb(0 123 255 / 36%);
    text-shadow: 1px 1px #3c0c0c40;*/
}

.nav-btn-main-row:first-child
{
    margin-left:20px
}

.nav-btn-main-row-txt
{
    border:1px solid;
    margin-left:10px;
    margin-right:10px;
    padding-left:10px;
    padding-right:10px;
}


.c-pager {
    display: flex;
    justify-content: center;
    margin: 10.5px -10px;
    align-items: center
}

.c-pager_items {
    padding-right: 10px;
    padding-left: 10px;
}

    .c-pager_items > li {
        display: inline-block;
        cursor: pointer;
    }

.c-pager_item {
    width: 35px;
    height: 34px;
    display: inline-block;
    text-align: center;
    line-height: 34px;
    margin: 0 3px;
    border-radius: 8px;
    font-size: 18px;
    vertical-align: top
}

    .c-pager_item.is-active {
        background-color: #00bfd6;
        border: 1px solid #00bfd4;
        color: #fff
    }

.c-pager_items-line {
    width: 2px;
    height: 34px;
    border: 1px solid #e8e8e8;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 30px;
    margin-left: 30px
}

.c-pager_last, .c-pager_first {
    width: 35px;
    height: 34px;
    font-size: 23px;
    vertical-align: top;
    display: inline-block;
    text-align: center;
    color: #6e6e6e
}

    .c-pager_last::before, .c-pager_first:before {
        font-family: digikala;
        content: "\00bb";
        line-height: 1
    }

    .c-pager_first:before {
        content: "\00ab";
    }

.a.disabled {
    pointer-events: none;
    cursor: default;
}

.c-current-industry {
    color: #f94040;
}

.c-txtarea_foreword
{
    min-height:200px;
}