/*----------- Celular ---------------*/

@media (max-width:550px) {



    body {
        margin: 0;
        padding: 0;
        font-family: Constantia, "Constantia", serif;
        background-color: #656662;
        color: #333;
        background-image: url("../../assets/background/Copinho\ Rosa.jpeg");
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }


    .editIcon {
        width: 10px;
        height: 10px;
        color: cornflowerblue;
        cursor: pointer;
    }

    .dropdown-menu {





        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;

        border-radius: 5px;
        padding: 10px;
    }



    .dropdown-toggle {



        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
        padding: 10px;
    }


    .Fundo {

        align-items: center;




    }

    .mb-3 {

        width: 80%;

        margin-left: 10%;
        margin-right: 10%;
    }


    .h5 {

        font-size: 10px;
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: center;

    }

    .col-10 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0%;
        padding-right: 0%;
        text-align: center;
    }

    .capTable {
        width: 100%;
        margin-left: 1%;
        margin-right: 1%;
        margin-top: 1rem;
        margin-bottom: 1rem;
        border-collapse: collapse;
        font-size: 0.85rem;
        border-radius: 8px;
        overflow-x: auto;
        display: block;
    }

    .capTable th,
    .capTable td {
        border: 1px solid #ffffff;
        padding: 6px;
        text-align: center;
        border-radius: 4px;
        word-break: break-word;
        font-size: 0.5rem;
    }

    .capTable tr:nth-child(even) {
        background-color: #e6ffe6;
        border-radius: 4px;
    }

    .capTable tr:nth-child(odd) {
        background-color: #41f8c1;
        border-radius: 4px;
    }

    .capTable th {
        height: 20px;
        background-color: deepskyblue;
        color: white;
        border-radius: 4px;
        font-size: 0.5rem;
    }

    .FundoBranco {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 24px;
        margin: 24px auto;
        width: 80%;
    }





}


/*----------- Computador ---------------*/
@media (min-width: 550px) {


    .Linha {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 12px;
        width: 100%;
    }

    body {
        margin: 0;
        padding: 0;
        font-family: Constantia, "Constantia", serif;
        background-color: #656662;
        color: #333;
        background-image: url("../../assets/background/Copinho\ Rosa.jpeg");
        background-size: cover;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
    }

    .col-10 {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-right: 40px;
        padding-left: 40px;

        text-align: center;
    }

    .editIcon {
        width: 20px;
        height: 20px;
        color: cornflowerblue;
        cursor: pointer;
    }



    .dropdown-menu {





        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;

        border-radius: 5px;
        padding: 10px;
    }



    .dropdown-toggle {



        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;
        background-color: #007bff;
        color: white;
        border-radius: 5px;
        padding: 10px;
    }




    .form-select {

        width: 20%;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 1rem;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        border-radius: 5px;
        padding: 10px;
    }






    .mb-3 {

        width: 40%;

        margin-left: auto;
        margin-right: auto;
    }


    .h5 {

        font-size: 1.5rem;
        margin-top: 2%;
        margin-bottom: 2%;
        text-align: center;

    }


    .capTable {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        margin: 2rem auto;
        border-collapse: collapse;
        font-size: 1rem;
        border-radius: 10px;
    }

    .capTable th,
    .capTable td {
        border: 1px solid #ffffff;
        padding: 8px;
        text-align: center;
        border-radius: 5px;

    }

    .capTable tr:nth-child(even) {
        background-color: #e6ffe6;
        border-radius: 5px;
    }

    .capTable tr:nth-child(odd) {
        background-color: #41f8c1;
        border-radius: 5px;
    }

    .capTable th {
        height: 25px;
        background-color: deepskyblue;
        color: white;
        border-radius: 5px;
    }


    .FundoBranco {
        background-color: #f7ffff;
        border-radius: 5px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        padding: 24px;
        margin: 24px auto;
        width: 80%;
    }

    .cardblue {
        border-radius: 5px;
        padding: 12px;
        margin: 12px;
        cursor: pointer;
        transition: background-color 0.3s;

        max-width: 97px;
        min-width: 97px;

    }

    .cardblue:hover {
        background-color: darkblue;
    }

    .sfButton {
        background-color: deepskyblue;
        color: white;
        border: none;
        border-radius: 15px;
        padding: 12px 24px;
        cursor: pointer;
        transition: background-color 0.3s;
    }

    .EntraDado {
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 8px;
        width: 100%;
        box-sizing: border-box;
    }

}