* {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

html {
    font-size: 14px;
    min-height: 100%;
    max-height: 100%;
    position: relative;
}

.background {
    background-image: url("../img/licitacoes.png");
    background-size: cover;
    background-position: left 65%;
    height: 400px;
    border-radius: 8px;
}

.modal-login {
    background: white;
    width: 500px;
    padding: 50px;
    position: absolute;
    top: calc(50% - 202px);
    left: calc(50% - 250px);
    border-radius: 8px 8px;
}

.containerError {
    height: 500px;
    margin: 0 auto;
    border-radius: 60px 60px 0 0;
    position: absolute;
    top: calc(50% - 200px);
    left: calc(50% - 300px);
}

.logo {
    width: 150px;
    margin: 0 auto;
}

    .logo img {
        width: 100%;
    }

.container {
    max-width: 95%;
}

.container_form {
    max-width: 1280px;
    margin: 0 auto;
}

.table.dataTable {
    width: 100%;
}

.bi.bi-trash {
    color: #DC3545;
    font-size: 22px;
}

.bi.bi-pencil {
    color: gold;
    font-size: 20px;
}

.roboto {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #9b9b9b;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    height: 100%;
    min-height: 100%;
}

.acordao {
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
}

label.test {
    display: flex;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.375em;
}

input[type="radio"] {
    display: none;
}


    input[type="radio"]:checked + span {
        background-color: #f7f7f7; /* Substitua esta cor pela cor desejada */
    }

    input[type="radio"] + span {
        display: flex;
        align-items: center;
        padding: 0.375em 0.75em 0.375em 0.375em;
        border-radius: 99em; /* Ou valor mais alto, se preferir */
        transition: 0.25s ease;
    }

        input[type="radio"] + span:hover {
            background-color: #f7f7f7; /* Substitua esta cor pela cor desejada */
        }

        input[type="radio"] + span.editar:before {
            display: flex;
            flex-shrink: 0;
            content: "";
            background-color: #fff;
            width: 1.5em;
            height: 1.5em;
            border-radius: 50%;
            margin-right: 0.375em;
            transition: 0.25s ease;
            box-shadow: inset 0 0 0 0.125em rgba(13, 110, 253, 0.5); /* Substitua esta cor pela cor desejada */
        }

    input[type="radio"]:checked + span.editar:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.425em rgba(13, 110, 253, 0.5); /* Substitua esta cor pela cor desejada */
    }

    input[type="radio"] + span.deletar:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #DC3545; /* Substitua esta cor pela cor desejada */
    }

    input[type="radio"]:checked + span.deletar:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.425em #DC3545; /* Substitua esta cor pela cor desejada */
    }

    input[type="radio"] + span.visualizar:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.125em #ffc107; /* Substitua esta cor pela cor desejada */
    }

    input[type="radio"]:checked + span.visualizar:before {
        display: flex;
        flex-shrink: 0;
        content: "";
        background-color: #fff;
        width: 1.5em;
        height: 1.5em;
        border-radius: 50%;
        margin-right: 0.375em;
        transition: 0.25s ease;
        box-shadow: inset 0 0 0 0.425em #ffc107; /* Substitua esta cor pela cor desejada */
    }


.dataTables_wrapper {
    padding-top: 30px;
}

    .dataTables_wrapper .dataTables_filter input {
        width: 350px;
    }

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

.form__field {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    border: 0;
    border-bottom: 2px solid #9b9b9b54;
    outline: 0;
    font-size: 16px;
    color: #000;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        cursor: text;
        top: 26px;
    }

.form__label {
    position: absolute;
    top: 0px;
    display: block;
    transition: 0.2s;
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #9b9b9b;
}

.form__field:disabled ~ .form__label {
    font-size: 1rem;
    color: #ffc107;
    font-weight: 700;
}


.form__field:focus ~ .form__label {
    position: absolute;
    top: 0px;
    display: block;
    transition: 0.2s;
    font-size: 1rem;
    font-weight: 700;
    padding-bottom: 6px;
    border-width: 3px;
    border-image: linear-gradient(to right, #11998e, #38ef7d);
    border-image-slice: 1;
}

.form__field.criar:focus ~ .form__label {
    color: #157347;
}

.form__field.visualizar:focus ~ .form__label {
    color: #ffc107;
}

.form__field.editar:focus ~ .form__label {
    color: rgba(13, 110, 253, 0.5);
}

.form__field.deletar:read-only ~ .form__label {
    color: #DC3545;
    font-weight: 700;
}

.form__field.visualizar:read-only ~ .form__label {
    color: #ffc107;
    font-weight: 700;
}

/* Reset input */
.form__field:required,
.form__field:invalid {
    box-shadow: none;
}

.select {
    display: block;
    appearance: none;
    border: 0;
    outline: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 100%;
    padding: 1rem 4rem 1rem 1rem;
    background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, #157347 3em, rgba(255, 255, 255, 0.2) 3em);
    color: black;
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

    .select.del:read-only {
        pointer-events: none;
    }

    .select:disabled {
        cursor: initial;
        background: url(https://img.icons8.com/?size=48&id=bbz76sokMIrd&format=png) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, #ffc107 3em, rgba(255, 255, 255, 0.2) 3em);
    }

    .select.edit {
        background: url(https://upload.wikimedia.org/wikipedia/commons/9/9d/Caret_down_font_awesome_whitevariation.svg) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, rgba(13, 110, 253, 0.5) 3em, rgba(255, 255, 255, 0.2) 3em);
    }

    .select.del {
        background: url(https://img.icons8.com/?size=48&id=bbz76sokMIrd&format=png) no-repeat right 0.8em center / 1.4em, linear-gradient(to left, #DC3545 3em, rgba(255, 255, 255, 0.2) 3em);
    }

    .select::-ms-expand {
        display: none;
    }

    .select:focus {
        outline: none;
    }

    .select option {
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        color: black;
        background: white;
        box-shadow: 0 0 1em 0 rgba(0, 0, 0, 0.2);
    }

.textarea {
    border: 2px solid #9b9b9b54;
    border-radius: 4px;
}

    .textarea:focus-visible {
        outline: none;
    }

.label {
    position: absolute;
    font-size: 18px;
    color: #157347;
    top: 0px;
    margin-left: 5px;
    transition: all .2s ease 0s;
}

.textarea:focus-visible ~ .label {
    color: #157347;
    font-weight: 700;
    font-size: 16px;
    top: -25px;
}

.textarea:disabled ~ .label {
    color: #ffc107;
    font-weight: 700;
    font-size: 16px;
    top: -25px;
}

.textarea.deletar:read-only ~ .label {
    color: #DC3545;
    font-weight: 700;
}

.textarea.editar:focus-visible ~ .label {
    color: rgba(13, 110, 253, 0.5);
    font-weight: 700;
    font-size: 16px;
    top: -25px;
}

.textarea:not(:placeholder-shown) ~ .label {
    font-size: 16px;
    top: -25px;
}

.textarea.deletar:valid ~ .label {
    color: #DC3545;
}


.interessado-container {
    position: absolute;
    top: calc(50% - 150px);
    left: calc(50% - 250px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 500px;
}

    .interessado-container div {
        width: 100%;
        max-width: 500px;
    }

.interessado-card {
    background: rgba(0, 0, 0, 0.1);
    height: 300px;
    padding: 30px;
    border-radius: 8px;
}


.add-interessado {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    height: 300px;
    box-shadow: 0px 0px 20px 0px #0000001c;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 8px;
}

    .add-interessado h2, .add-interessado .btn {
        align-self: start;
        font-family: 'Poppins', sans-serif;
    }

    .add-interessado div {
        width: 100%;
    }


::-webkit-scrollbar {
    width: 8px;
}


::-webkit-scrollbar-thumb {
    background: rgba(13, 110, 253, 1);
    border-radius: 6px;
}

::-webkit-scrollbar-track {
    background: white;
}


.elementor-heading-title {
    color: #000000;
    font-family: "Montserrat", montserrat;
    font-size: 74px;
    font-weight: 500;
    line-height: 67px;
    letter-spacing: -2.5px;
}

.elementor-element.elementor-element-1d1ac2f {
    color: #3C3C3C;
    font-family: "Montserrat", montserrat;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
}

h2 {
    font-size: 2rem;
}

b {
    font-weight: bolder;
}

.textbold {
    font-weight: bold;
}

.bt-radius {
    font-family: "Montserrat", montserrat;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    border-radius: 35px 35px 35px 35px;
    padding: 15px 30px;
}

.bt-radiusHeader {
    font-family: "Montserrat", montserrat;
    font-weight: 600;
    line-height: 26px;
    border-radius: 35px 35px 0 0;
    padding: 15px 30px;
}

#grpHeader {
    padding: 30px 0;
}

#grpModalidade {
    margin-top: 50px;
}

.btnCard {
    width: 23.5%;
    height: 200px;
    background-color: #6c757d;
    margin: 5px 2px 5px;

    border-radius: 20px;
    color: white;
    
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 20px;
}

    .btnCard:hover {
        color: white;
        background-color: #0d6efd;
        cursor: pointer;
    }

.btnCardAdd {
    width: 23.5%;
    height: 200px;
    background-color: #6c757d;
    margin: 5px 2px 5px;
    border-radius: 20px;
    color: white;
    text-align: center;
    text-decoration: none;
    letter-spacing: 1px;
    font-size: 20px;
}

    .btnCardAdd:hover {
        color: white;
        background-color: #198754;
        cursor: pointer;
    }

.btnCardBody {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

#grpTable table thead {
    background-color: #6c757d;
    color: white;
    font-weight: bolder;
    text-align: center;
}

.tblModelo {
    padding-top: 5px;
}

.tblModelo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tblModelo ul li::before {
    content: "+ ";
}

.affix-top {
    position: absolute;
    width: 100%;
}

.affix {
    top: 0;
    width: 100%;
}

.navbar {
    border-radius: 0;
    transition: all 0.3s ease-out;
}

.affix {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.affix.navbar {
    background-color: #333;
}

.affix.navbar .nav-item > a,
.affix.navbar .navbar-brand {
    color: #fff;
}

.ml5 {
    margin-left: 15px;
}

#grpBtnForm {
    text-align-last: center;
}
    #grpBtnForm a {
        margin-right: 50px;
    }

#btnLogar {
    width: 180px;
    margin: auto;
    position: relative;
}
#btnEsqueceuASenha {
    width: 180px;
}

#gifLoading {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    display: none;
}

#gifLoading img {
    width: 100px;
}

/* Style The Dropdown Button */
.dropbtn {
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    left: 5px;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #198754;
            cursor: pointer;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #198754;
}

.btnAtivo {
    height: 25px;
    background-color: green;
}
    .btnAtivo:hover {
        cursor: pointer;
        background-color: grey;
    }

.btnInativo {
    height: 25px;
    background-color: red;
}
    .btnInativo:hover {
        cursor: pointer;
        background-color: grey;
    }

footer {
    margin-top: 80px;
}