/* --- Colaborador --- */
@media (max-width: 500px){
    .table-style thead tr {
        display: none !important;
    }

    .table-style tr {
        display: block;
    }

    .table-style th, .table-style td {
        padding: 1em;
    }

    .table-style td {
        text-align: right;
        display: block;
        font-size: 1em;
    }

    .table-style td::before {
        content: attr(data-title) ": ";
        font-weight: 900;
        float: left;
    }

    .table-style td:first-child {
        text-indent: -10px;
    }

    .table-style tbody tr:nth-child(even){
        background-color: #f5f5f5;
    }

    .box-content-email {
        width: 90%;
        display: block;
        margin: 75px auto 0 auto;
    }

    .box-password {
        width: 90%;
    }


    .table-style-question thead tr {
        display: none !important;
    }

    .table-style-question tr {
        display: block;
    }

    .table-style-question th, .table-style-question td {
        padding: 1em;
    }

    .table-style-question td {
        text-align: left;
        display: block;
        font-size: 1em;
    }

    .table-style-question tbody tr:nth-child(even){
        background-color: #f5f5f5;
    }

    .align-buttons {
        display: flex !important;
        align-items: flex-end;
        justify-content: end;
    }

    .align-buttons a:nth-child(1){
        margin-right: 10px;
    }

    label.label-toggle {
        display: block;
        width: 50px;
        height: 5px;
        background-color: #663232;
        border-radius: 100px;
        position: relative;
        float: right;
        cursor: pointer;
        transition: 0.5s;
        box-shadow: 0 0 20px #85478050;
        margin-right: 5px;
      }

      .label-toggle::after {
        content: "";
        width: 20px;
        height: 20px;
        background-color: #e9e8f7;
        background-color: #570000;
        position: absolute;
        border-radius: 70px;
        top: -8px;
        transition: 0.5s;
      }

      .input-toggle:checked + .label-toggle:after {
        left: calc(100% - 9px);
        transform: translateX(-70%);
        background-color: #02a302;
       }

       .label-toggle:active:after {
        width: 15px;
      }

      .hide-icon {
        display: none
      }
 }

 @media screen and (max-width: 450px) {
    .card-base {
       width: 95%;
       height: 100%;
       display: flex;
   }    

   .top-card {
        margin-top: 5rem;
    }

   .m-top-60 {
    margin-top: 5rem !important;
   }

   .btn-iniciar-pesquisa {
        margin-top: 25rem;
    }

    .disp-grid-btn {
        /* height: 60px !important; */
        align-items: center;
        justify-content: center;
        font-size: 12pt;
        border-radius: 10px;
        text-indent: -10px;
    } 

    .img-icon {
        display: block;
        margin: auto;
        width: 1.5rem;
        height: 2.1rem;
    }

    .img-button {
        display: inline-block;
        width: 1.2rem;
        height: 8%;
    }

   .rating-css div {
        font-size: 3rem;
    }
   
    .rating-css .check-input + label {
        font-size: 7.2rem;
        cursor: pointer;
    }

    .pad-sides {
        padding-left: 25px;
        padding-right: 25px;
        /* height: 80px; */
    }

    .box-questionary {
        display: none;
        margin: 0 auto;
        height: 100%;
        grid-template-rows: 88% 12%;
    }

    .box-range p {
        font-size: 1rem !important;
    }

    .box-range .box-control-response {
        width: 90%;
    }

    #rangeValue {
        font-size: 1.5rem;
    }

    .ajustment-text {
        display: flex;
    }

    #modal-default {
        margin-top: 0;
    }

    /* --- Tooltip Colaboradores --- */
    .tbl-buttons .tooltip-notification {
        position: relative;
        /* position: fixed; */
        /* position: relative; */
        z-index: 1000;
        /* top: 10px;  */
        /* transform: translateX(-40px); */
        /* transform: translate(-200%, -10px); */
        left: 0;
        margin: 0;
        background-color: #000;
        color: #fff;
        white-space: nowrap;
        padding: 10px 15px;
        border-radius: 7px;
        visibility: hidden;
        display: none;
        opacity: 0;
        transition: opacity 0.5s ease;
    }

    .tbl-buttons:has(.btn-warning:hover)  .tooltip-notification{
        visibility: visible;
        display: block;
        opacity: 1;
        /* position: fixed; */
        /* margin-top: -72px; */
    }

    .list-icon,
    .icon-email {
        display: block;
        text-align: right;
        font-size: 16pt;
        cursor: pointer;
    }

    .m-right-7 {
        margin-right: -7px;
    }
 }