.user_modal_container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(13, 19, 37, 0.336);
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.user_modal_container .user_modal_content {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
}

.user_modal_container .user_modal_content form {
    position: relative;
    padding: 35px;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-width: 35rem;
    transition: all .5s;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.user_modal_container .user_modal_content form h2 {
    font-size: 2rem;
    font-weight: 700;
    color: rgb(59 130 246 / 1);
    margin: 0;
    padding: 0;
}

.user_modal_container .user_modal_content form span {
    font-size: 14px;
    font-weight: 400;
}

.user_modal_container .user_modal_content form .input_group {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 1rem;
}

.user_modal_container .user_modal_content form .input_group input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 8px 10px;
}

.user_modal_container .user_modal_content form .btn_user {
    padding: 10px 25px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: rgb(59 130 246 / 1);
    cursor: pointer;
    text-align: 16px;
    font-weight: 600;
}


.user_modal_container .user_modal_content form .btn_user:hover {

    background-color: rgb(44, 110, 218);
}

.close_user_modal {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 26px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    color: #ff5b5b;
    justify-content: center;
    transition: all .5s;
    cursor: pointer;
}

.close_user_modal:hover {
    color: #be2d2d;
}

article.questions_item {
    border-bottom: 1px solid #ddd;
    margin-bottom: 2rem;
    padding-bottom: 15px;
}

article.questions_item .text_ass {
    font-size: 16px;
    font-family: "Poppions", sans-serif;
    font-weight: 600;
    color: #0d6efd;
    margin: 15px;
}



article.questions_item .param_text {
    font-size: 14px; 
    margin: 15px 15px 35px 15px;
}

@media(max-width:1250px) {

    article.questions_item {
        padding: 20px;
    }
    article.questions_item ul.questions_item_info {
        
    flex-direction: column;
    align-items: flex-start;
    }
    article.questions_item h2 {
        color: #222;
        font-size: 14px; 
    }
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 100% !important;
    transition: all 200ms linear;
    will-change: opacity, max-height;
  }
article.questions_item h2 {
    color: #222;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;

    margin-bottom: 2rem;
}

article.questions_item ul.questions_item_info {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}

.responses_item {
    display: flex;
    gap: 25px;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
}

article.questions_item ul.questions_item_info li {
    background: #0d6efd26;
    padding: 5px 25px;
    border-radius: 2px;
    color: #104ca6;
    font-size: 14px;
    font-weight: 600;
}


article.questions_item .responses_item h2 {

    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #3a3a3a;
    margin: 0;
}

.get_responses {
    background: #2d5eff;
    display: inline-block;
    padding: 8px 25px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
}


.response_label {
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    color: #0d6efd;

    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

li.order_option.text-base.active {
    color: #0d6efd;
}

.response_label input[type="radio"] {}

.response_label input[type="radio"]+label:active,
.regular-checkbox:checked+label:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.response_label input[type="radio"]:checked+label {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #fc6c27;
    color: white;
    border-color: #fc6c27;
}

.resposta_result {
    display: none;
    font-weight: 600;
    margin-left: 2rem;
    background: #ffc61d;
    padding: 5px 25px;
    color: #252112;
    border-radius: 5px;
}



.loading-post {
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #f74d4d;
    margin: 1em auto;
}

.loading-post .loading-wrapper {
    margin: 0 auto;
}

/********************************************
* Loading
*********************************************/
.loadingsite {
    position: fixed;
    background: rgb(65, 170, 255);
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
}

.sk-chase,
.sk-chase-2 {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-2 {
    top: -40px;
}

.sk-chase-2 .sk-chase-dot::before {
    position: absolute;
    bottom: 0;
    right: 0;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #4dabf7;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {

    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }

    100%,
    0% {
        transform: scale(0.8);
    }
}



.menu_open {
    display: none;
    position: relative;
    width: 30px;
    height: 20px;
    cursor: pointer;
    margin: 17px;
    margin-right: 15px
}

.menu_open span {
    position: absolute;
    top: 0;
    display: block
}

.menu_open span,
.menu_open span:before,
.menu_open span:after {
    width: 30px;
    height: 3px;
    border-radius: 2px;
    cursor: pointer;
    background-color: #4b93ff;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.menu_open span:before,
.menu_open span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 18px
}

.menu_open span:after {
    top: 9px
}

.menu_open.open span {
    background-color: transparent
}

.menu_open.open span:before {
    -webkit-transform: rotate(45deg) translate(-4px, -7px);
    -ms-transform: rotate(45deg) translate(-4px, -7px);
    transform: rotate(45deg) translate(-4px, -7px)
}

.menu_open.open span:after {
    -webkit-transform: rotate(-45deg) translate(1px, 2px);
    -ms-transform: rotate(-45deg) translate(1px, 2px);
    transform: rotate(-45deg) translate(1px, 2px)
}

@media(max-width:1250px) {
    .menu_left {
        display: none !important;
    }

    .menu_open {
        display: block
    }

    header nav.open {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 100%;
        width: 100%;
        height: 100vh;
        z-index: 997;
        background: #fff;
        align-items: unset;
        display: block
    }

    header nav .logo {
        margin-left: 15px;
    }

    header nav.open .menu_mob {
        justify-content: center;
        gap: 15px;
    }

    header nav.open .menu_left {
        flex-direction: column;
        display: flex !important;
    }

    header nav .search_He {
        display: none
    }

    header nav.open .menu_open {

        position: absolute;
        top: 25px;
        right: 5px;
    }

}

.aligncenter {
    clear: both;
    margin: 0 auto;
}

.news ul {
    margin: 0 15px;
    list-style: inside !important;
}

.news ul li {
    list-style: outside;
}

.news p {
    margin: 15px 0;
}

.news table,
th,
td {
    border: 1px solid;
}

.news table,
th,
td {
    border: 1px dashed #ccc;
    padding: 5px 15px;
}