.custom-accordion {
    background-color: #f8f9fa;
    color: #596878;
    border: 1px solid #ccc;
    margin-bottom: 40px;
}

.custom-accordion .accordion-button {
    background-color: #ffffff;
    color: #828a91;
    border: none;
    height: 30px;
}

.custom-accordion .accordion-body {
    padding: 10px;
    color: #596878;
}

.custom-accordion .accordion-button:focus {
    box-shadow: none;
}

.subtitle-main {
    font-size: 22px;
    margin-bottom: 40px;
}

.container-static {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.left-content {
    max-width: 600px;
    margin-top: 30px;
}

h1 {
    font-size: 28px;
    margin: 0;
}

.subtitle-bold {
    font-size: 22px;
    font-weight: bold;
}

.subtitle-bold-smaller {
    font-size: 18px;
    font-weight: bold;
}

.content {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

.right-content {
    padding: 20px;
    overflow: hidden;
    flex-grow: 1;
}

.column {
    float: left;
    width: 50%;
    flex: 0 0 100%;
    padding: 0 20px;
    text-align: center;
}

.bold-paragraph {
    font-weight: bold;
}

.link-styled {
    font-weight: bold;
    color: #3300ff;
}

.round-image {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    background-size: cover;
    float: right;
    margin-left: 90px;
}

.form-container {
    flex: 1;
    margin-top: 26px;
    font-weight: bold;
    margin-right: -15px;
    margin-left: 30px;
    align-items: center;
    justify-content: center;
}

.form-row {
    display: flex;
    flex-direction: row;
}

.info-container {
    flex: 1;
    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
}

.info {
    margin-top: 20px;
}

.oval {
    padding: 2rem;
    height: 12rem;
    border-top-left-radius: 30%;
    border-bottom-left-radius: 30%;
    background-color: rgb(192, 190, 190);
    align-items: center;
}

h3 {
    color: blue;
    margin-bottom: 10px;
    font-weight: bold;
}

.btn-primary {
    border-radius: 30px;
    background-color: rgba(96, 0, 255, 1);
    color: white;
    align-items: center;
    padding: 5px 20px;
}

.btn-primary:hover {
    background: #66d8ff;
}

.btn-cancel:hover {
    background: linear-gradient(360deg, #44404a 0%, #9ba2a5 100%);
}

.btn-secondary {
    background-size: cover;
    border-radius: 20px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    border-radius: 30px;
}

.form-check-label {
    font-size: smaller;
    color: gray;
}

.form-check-input {
    font-size: 14px;
    border: 1px solid #000;
    width: 15px;
    height: 15px;
    /* margin-right: 10px; */
}

.color-title {
    color: #2b11c9;
}

.color-title-pdf {
    color: #2b11c9;
    font-size: larger;
}

.detail-title-pdf {
    color: #000;
    text-align: center;
    font-size: medium;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis; /* Adiciona reticências (...) para indicar texto truncado */
    white-space: nowrap; /* Impede que o texto seja quebrado em várias linhas */
    text-transform: uppercase;
    margin-top: 1.3rem;
}

.round-image-about {
    width: 308px;
    height: 308px;
    background: url("../img/visiativ-abgi.svg") center center/cover;
    border-radius: 50%;
    margin-right: 20px;
}

.grid-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .row
{
    display: flex;
    flex-direction: row;
    margin-top: 60px;
} */

.col-md-6 {
    flex: 0 0 50%;
}

.oval-about {
    padding: 1rem;
    height: 30rem;
    border-top-right-radius: 40%;
    border-bottom-right-radius: 40%;
    background-color: rgb(192, 190, 190);
    display: flex;
    align-items: center;
}

.card-motion {
    padding: 0px;
    margin: 10px;
    border: none;
    background-color: transparent;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
}

.card-motion h3 {
    margin: 0;
    color: rgba(43, 17, 201, 1);
}

.card-motion p {
    margin: 0;
    font-size: 14px;
    color: rgba(76, 77, 84, 1);
}

.card-motion h6 {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 8px;
}

.card-motion h5 {
    margin: 0;
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.grid-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    height: 90%;
}

.col-md-3 {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.bg-cover {
    background-image: url("../img/fundo-mapa.svg"); /* Substitua pelo caminho da sua imagem */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.bg-cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/mapa.svg"); /* Substitua pelo caminho da sua nova imagem */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.motion-paragraph {
    text-align: justify;
    margin-right: 0.5rem;
}

/* .detail-field
{
    border-radius: 30px;
    opacity: 0.7;
    background: rgba(244, 244, 244, 1);
    padding: 0.7rem;
    flex: 1;
    margin-bottom: 1rem;
} */

.circle-page {
    padding: 0.5rem;
    border: 2px solid rgb(158, 158, 158);
    border-radius: 30px;
}

.detail-field-update {
    border: 1px solid #b1aeae;
    border-radius: 30px;
    opacity: 0.7;
    padding: 0.2rem;
    flex: 1;
    margin-bottom: 1rem;
}

.btn-edit {
    border-radius: 50px;
    padding: 7px;
    display: inline-block;
    border: 2px solid rgba(96, 0, 255, 1);
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.close {
    border-radius: 50px;
    padding: 10px;
    display: inline-block;
    border: 3px solid #f50808;
    width: 10px;
    height: 10px;
}

.card-select {
    border: 2px solid #2c96f3;
}

.footer {
    color: rgba(130, 120, 126, 1);
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.btn-save {
    width: 100px;
    height: 30px;
    border-radius: 30px;
    color: white;
    text-align: center;
}

textarea.detail-field {
    width: 100%;
    border-radius: 20px;
    margin-bottom: 5px;
    background-color: rgba(244, 244, 244, 1);
    padding: 5px 10px;
}

.btn-my-account {
    border-radius: 30px;
    color: rgba(96, 0, 255, 1);
    text-align: center;
    border: 1px solid rgba(96, 0, 255, 1);
    font-weight: bold;
}

.btn-my-account:hover {
    color: rgba(96, 0, 255, 1);
    border: 2px solid #66d8ff;
}

.btn-edit:hover {
    color: rgba(96, 0, 255, 1);
    border: 3px solid #66d8ff;
}

.vscomp-ele {
    width: 100%;
    max-width: 100% !important;
}

.vscomp-ele::focus {
    border: 1px solid blue;
}

.vscomp-toggle-button {
    background: white !important;
    font-family: "Inter" !important;
    font-size: 12px;
    border-radius: 0.375rem;
    padding: 0.5rem;
    height: 2rem;
    text-align: start;
    font-weight: 400;
}

.vscomp-toggle-button-error {
    outline: none !important;
    border: 1px solid #f87171 !important;
}

.vscomp-search-container {
    font-family: "Inter" !important;
    font-size: 12px;
}

.vscomp-options-container {
    border-radius: 0.375rem;
    background: white !important;
    font-family: "Inter" !important;
    font-size: 12px;
    width: 120%;
}

.vscomp-dropbox {
    border-radius: 0.375rem;
    background: white !important;
    font-family: "Inter" !important;
    font-size: 12px;
    padding: 1px;
}

.vscomp-dropbox-container {
    border-radius: 0.375rem;
    background: white !important;
    font-family: "Inter" !important;
    font-size: 12px;
}

.vscomp-search-container {
    background: white !important;
    font-family: "Inter" !important;
    font-size: 12px;
}

.vscomp-search-input:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.border-selected {
    background: linear-gradient(to right, #66d8ff, #6000ff);
    padding: 2px;
    border-radius: 20px;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

.modal-selected {
    background-size: cover;
    background-position: center;
    width: 419px;
    height: 300px;
    border-radius: 30px;
}
