#busca-aluno, #busca-aluno button span {
    font-family: 'Poppins', sans-serif !important;
}

.busca-aluno-label {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    display: block;
    margin-bottom: 8px;
}

#busca-aluno .wk-card-title {
    margin-bottom: 12px;
}

#busca-aluno .wk-search-content {
    background: #FFFFFF;
    border: 1px solid #C6C0C0;
    border-radius: 10px;
    box-shadow: none !important;
    padding-left: 0;
    padding-right: 0;
}

#busca-aluno .search-area {
    margin-top: 1.1rem;
}

.pega-aluno-card {
    background: #FFFFFF;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.11);
    border-radius: 12px;
    padding: 0.5rem;
    border-left: 22px solid #EFEFEF;
    padding-left: 1.2rem;
}

.pega-aluno-img {
    border: 2px solid rgba(94, 94, 94, 0.41);
    border-radius: 8px;
    padding: 4px;
    min-width: 65px;
    width: 65px;
    height: 60px;
    margin: auto;
}

.pega-aluno-img img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    object-position: 50% 15%;
}

.pega-aluno-name {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #000000;
}

.pega-aluno-button {
    padding: 6px 1.5rem;
    background: #FAFBFD;
    border-radius: 13px;
    box-shadow: none;
}

.pega-aluno-button:hover {
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.05);
}

.pega-aluno-button span {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #5E5E5E;
}

.pega-aluno-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

.pega-aluno-responsile {
    margin-top: 3rem;
}

.pega-aluno-responsile .title {
    font-family: 'Poppins', sans-serif !important;
    color: #000000;
    font-weight: 400;
    font-size: 15px;
}

.pega-aluno-responsile .name {
    color: #000000;
    font-weight: 300;
    font-size: 14px;
}

.pega-aluno-area-btn {
    min-width: 12rem;
    display: flex;
    justify-content: end;
}

.busca-aluno-qr-code {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 1rem;
}

.qr-code-canvas {
    border-radius: 7px;
}

@media screen and (max-width: 722px) {
	.pega-aluno-card {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        row-gap: 1rem;
        padding: 0.8rem;
    }

    #busca-aluno .wk-dashcard-body {
        padding: 1.5rem;
    }

    .pega-aluno-area-btn {
        margin: 0 auto;
    }
}

@media screen and (max-width: 350px) {
    .responsive-data {
        flex-direction: column;
        width: 100%;
    }

    #busca-aluno .wk-search-content {
        min-width: auto !important;
    }

    .pega-aluno-area-btn {
        margin: 0 auto;
    }

    .pega-aluno-action {
        width: 100%;
    }
}

@media screen and (max-width: 760px) {
    .container-fluid {
      padding-left: 0 !important;
      padding-right: 0 !important;
    }
  }