.__perfil.active .__menu {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    top: 100%;
    right: 0;
    z-index: 10000;
}

.forms .input {
    border: none !important;
}

.footer {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: end;
}

#footer {
    display: flex;
    justify-content: center;
    gap: 3px;
}

@media (max-width: 768px) {
    #footer {
        flex-direction: column;
        align-items: center;
    }
}

.box .title {
    background: none;
    padding: 0px 0px 0px 15px;
}

.forms .input {
    border: none;
}

.forms .input input {
    background: none;
    padding: 5px;
}

.mensagem {
    margin: 20px 20px 0 20px;
}

#PesquisaAtivo {
    float: left;
    margin-right: 0
}

.config_pesquisa .checkbox {
    margin-left: -4px;
}


.config_pesquisa input[type="radio"] {

    margin: 1px -1px 0px;
    float: left;
}

.opcoes_enviar_para label {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
}

.opcoes_enviar_para {
    margin-top: -5px;
}

.opcoes_enviar_para legend {
    margin-bottom: 15px;
    font-weight: 500;
    margin-left: 1px;
}

.mensagem {
    margin: 10px 0 0 0;
}

.button {
    border-radius: 0.6rem;
    padding: 15px 25px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
}

.button-md {
    padding: 8px 26px;
    cursor: pointer;
}

.button-md-alt {
    padding: 14px 26px;
    cursor: pointer;
}

.button-gray {
    background-color: #F9FAFB;
    /* border: 1px solid #CDD1D9; */
    outline: 1px solid #CDD1D9;
    color: #414651;
    outline-offset: -1px;
}

.button-red {
    background-color: #FF2B34;
    border: none;
    color: #fff;
}

.button-gray:hover {
  background-color: #f5f5f5;
}


.button-red:hover {
  background-color: #e62e2e;
}

.btn-bloqueado {
    opacity: 0.6;
    cursor: not-allowed !important;
    background-color: #ccc !important;
    border-color: #ccc !important;
}

.rating-input {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    background-color: transparent;
}

.rating-input:checked {
    background-color: #FF2B34;
    box-shadow: inset 0 0 0 3px #fff;
    border-color: #ccc;
}

.rating-input,
input[type="radio"] {
    flex-shrink: 0;
}

.text-md {
    font-size: 0.95rem;
}

.text-l {
    font-size: 1rem;
}

.text-xl {
    font-size: 1.3rem;
}

.text-bold {
    font-weight: 600;
}

.text-red {
    color: #FF2B34;
}



.input-data {
    width: 100% !important;
    max-width: 13rem;
}

.forms .input input.input-data {
    background-image: url('../img/calendar.png') !important;
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px;
    padding-right: 35px;
}

.forms .input input.input-data[type="date"] {
    background-image: none !important;
}

.forms .input input.input-data::-webkit-calendar-picker-indicator {
    background: url('../img/calendar.png') no-repeat center;
    background-size: 16px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    opacity: 1;
}

.ready-signal {
    color: #66BB33;
    background-color: #E7FFE1;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.3125rem;
}

.ready-signal span {
    background-color: #66BB33;
    border-radius: 100%;
    width: 0.8rem;
    height: 0.8rem;
}

#container-nova-pergunta {
    width: 100%;
}

#input-nova-pergunta {
    width: 100%;
    height: 2.5rem;
}

.headPage {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: end;
}

.holder {
    gap: 1.2rem;
}

.holder .box.pesquisa_pergunta,
.holder .headPage,
.holder .footer,
.holder .send-survey {
    margin: 0 auto;
    max-width: 1366px;
}

.info-textos div p {
    display: flex;
    flex-direction: column;
}

.table-resp {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    overflow: hidden;
}

.table-wrapper {
    width: 100%;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch; 
    padding-bottom: 5px; 
}

.table-resp {
    min-width: 740px !important; 
    border-collapse: separate; 
    border-spacing: 0;
}

td[data-th="Ações"] {
    display: flex !important;  
    flex-direction: row !important;
    flex-wrap: nowrap !important; 
    align-items: center;
    gap: 8px;                    
    white-space: nowrap;           
    width: 1%;                  
}

.table-resp {
    width: 100%;
    min-width: 550px;
    border: none;
    border-radius: 0;
}

.table-wrapper, 
.comentarios-container {
    width: 100%;
    margin-top: 1rem;
    background-color: #ffffff;
    /* border: 1px solid #EBEBEB; */
    border-radius: 15px;
    overflow: hidden;
}

.comentarios-container {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.table-resp, 
.comentarios-tabela {
    width: 100%;
    min-width: 600px;
    border-collapse: separate; 
    border-spacing: 0;
    border: none;
    margin: 0;
}

.table-resp th, 
.comentarios-tabela th {
    text-align: left;
    padding: 18px 12px;
    font-weight: 600;
    color: #4E443C;
    background-color: #eee;
    border-bottom: 1px solid #EBEBEB;
    border-right: none;
    border-left: none;
    border-top: none;
}

.table-resp td, 
.comentarios-tabela td {
    padding: 18px 12px;
    color: #181818;
    vertical-align: top;
    background-color: #ffffff;
    border-bottom: 1px solid #EBEBEB;
    border-right: none;
    border-left: none;
}

.table-resp tbody tr:last-child td, 
.comentarios-tabela tbody tr:last-child td {
    border-bottom: none;
}

.comentarios-th-comentario { width: 66%; }
.comentarios-th-participante { width: 34%; }
.comentarios-td-participante { color: #4b5563; }

.pagination {
  display: flex;
  justify-content: center;
  margin: 15px 0;
  gap: 8px;
}

.page-item {
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  background-color: white;
  color: #666;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease;
}

.page-item.active {
  background-color: #ff3b3b;
  color: white;
  border-color: #ff3b3b;
  font-weight: bold;
}

.page-item.next {
  border-color: #ff3b3b;
  color: #ff3b3b;
}

.page-item:not(.active):not(.dots):hover {
  background-color: #f5f5f5;
}

.page-item.dots {
  cursor: default;
  border: 1px solid #e0e0e0;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

#osx-modal-content {
  background: white;
  margin: 0 auto;
  width: 90%;
  max-width: 700px;
  padding: 40px 30px;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.2);
  text-align: center;
  position: relative;
}

.icon-container {
  margin-bottom: 20px;
}

#osx-modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
}

#osx-modal-data p {
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.submit a {
  text-decoration: none;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 15px;
  transition: all 0.2s ease;
  display: inline-block;
  cursor: pointer;
}

.btn-close-modal {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #555;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
}

.btn-close-modal:hover {
    color: #000;
}

@keyframes slideUpFade {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#osx-modal-content {
    animation: slideUpFade 0.4s ease-out forwards;
}

