@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
*{
    box-sizing: border-box;
    color: var(--text);
}
.d-flex {
    display: flex !important;
}

h1, p{
    margin: 5px 0;
    color: var(--text);
}

#wrapper{
    gap: 20px;
    width: 100%;
    overflow-x: hidden;
}

#alinhado {
    display: flex;
}

#alinhado:hover {
    cursor: pointer;
}

#alinhado2 {
    margin-left: 3px;
}

body{
    display: block;
    background-color: var(--background);
    margin: 0px;
    font-family: 'Inter', sans-serif;
    font-weight: bold;
}

#sidebar-wrapper {
    min-height: 100vh;
    border-radius: 0px 20px 20px 0px;
    position: relative;
}

.bg-white {
    background-color: var(--primary);
}

#sidebar-wrapper .list-group {
    width: 15rem;
}

.list-group-flush {
    border-radius: 0;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}


#profile-pic {
    border-radius: 50%;
    border-color: #22262a;
    border: 1px solid;
    width: 100px;
    height: 100px;
}

#perfil-infos {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

#profile-name {
    font-weight: bolder;
    font-size: 24px;
}

.list-group-item {
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 200ms;
}

#sair {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-radius: 0px 0px 20px 0px;
}

.items-dashboard {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.menu-images {
    margin-right: 10px;
    margin-left: -5px;
}

.menu-items {
    font-weight: bolder;
    font-size: 22px;
}

a {
    text-decoration: none;
}

.list-group-item:hover{
    background-color: rgba(0, 0, 0, .25);
}

#sair:hover {
    cursor: pointer;
}

.page-content-wrapper {
    width: 66.6%;
}

.page-content-wrapper > p,
#friends-container > p{
    font-weight: 400;
}

#wrapper > div{
    padding-top: 20px;
}

.g-5, .gx-5 {
    --bs-gutter-x: 3rem;
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

.col {
    background-color: var(--background);
    border-radius: 8px;
    border: 1px solid var(--secondary);
    margin: 10px;
    flex: 1 0 0%;
    transition: background-color 200ms;
}

.col {
    flex: 1 0 0%;
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.p-3 {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 15px;
    height: 150px;
    transition: all 200ms;
}

.p-3 p {
    margin: 0;
    font-size: 1.2em;
    color: var(--text);
}

a {
    text-decoration: none;
    color: unset;
    display: block;
}

a:hover {
    --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

.page-content-wrapper {
    align-content: center;
    align-items: center;
    max-width: 100%;
}

.container-fluid {
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: 15px;
    padding: 20px;
    width: 100%;
    margin: 20px 0px;
}

.buttons-dashboard {
    display: flex;
}

.col:hover{
    cursor: pointer;
    color: var(--background);
    background-color: var(--primary);
}

.col:hover p{
    color: var(--background);
}

.col svg{
    transition: all 200ms;
    fill: var(--text);
}

.col:hover svg{
    fill: var(--background);
    transform: translateY(-7px);
    filter: drop-shadow(rgba(0, 0, 0, .45) 0px 25px 20px);
}

.hidden{
    display: none;
}

#theme-changer svg{
    fill: #22262a;
    margin-left: 3px;
    margin-top: 5px;
}

.dark-theme {
    position: relative;
    display: block;
    white-space: nowrap;
    font-weight: bolder;
    font-size: 20px;
    margin-left: 10px;
    margin-top: 10px;
    margin: 5px 0px;
}

.bg-white #theme-changer {
    position: relative;
    display: flex;
    text-decoration: none;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.fixed-button-container {
    position: fixed;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 999; 
}

.fixed-button {
    display: block;
    background-color: #007bff;
    color: #fff;
    padding: 5px 7px;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    border-radius: 25%;
}

.fixed-button:hover {
    cursor: pointer;
}

#botaofalar {
    background-color: #007bff; /* Cor de fundo padrão */
    margin-top: 7px;
}

#botaofalar.mudarCor {
    background-color: #ff9eda; /* Nova cor de fundo */
}

    /* Estilos da modal */
    #modal {
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 999;
    }

    #modal-content {
        background: var(--background);
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }

    /* Adicione os estilos de animação desejados */
    .animate__animated {
        animation-duration: 0.5s;
    }

    .animate__bounceIn {
        animation-name: bounceIn;
    }

    /* Estilos personalizados dos botões */
    .btn {
        padding: 10px 20px;
        margin: 5px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        font-weight: bold;
    }

    .btn-cancel {
        background-color: var(--secondary);
        color: var(--text);
        font-family: 'Inter', sans-serif;
        transition: all 400ms;
    }

    .btn-cancel:hover{
        background-color: var(--primary);
        color: var(--background);
    }

    .btn-exit {
        background-color: #d9534f;
        color: #fff;
        font-family: 'Inter', sans-serif;
        transition: all 400ms;
    }

    .btn-exit:hover {
        background-color: red;
    }

@media screen and (min-width: 481px) and (max-width: 768px) {
      .page-content-wrapper{
          width: 100%;
      }
      #friends-container{
          width: 100%;
      }
      #sidebar-wrapper:hover{
        overflow: visible;
      }
}
      
@media screen and (max-width: 480px) {
        #sidebar-wrapper{
            position: fixed;
            left: 0;
            top: 0;
        }
        #sidebar-wrapper:hover{
          overflow: visible;
        }
        #wrapper{
          flex-direction: column;
          padding: 30px 30px 30px 100px;
        }
        .page-content-wrapper{
            width: 100%;
        }
        #friends-container{
            width: 100%;
        }
}

    