:root {
    --primary: #032970;
    --primary-1: #9CBFFC;
    --secondary: #EB9B76;
    --white: #FFF;
    --sucess: hsl(126, 83%, 44%);
    --danger: rgb(220, 53, 69);
    --danger-1: #F7B1A1;

    --dark: #00000029;
    --grey: #767575;
    --grey-1: #f1f1f1;
    --grey-2: #888;
    --grey-3: #555;
    --grey-4: #cbc8c8;
}

.default__baner {
    background-color: var(--secondary);
}

.default__baner.index .container {
    margin-top: 30px;
    background-image: url('../../public/img/books.svg');
    background-repeat: no-repeat;
}

.default__baner .container {
    display: flex;
    align-items: center;
    max-height: 700px;
    gap: 20px;
}

.default__baner--text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: var(--white);
    width: 50%;
    background-image: url('../../public/img/circle.svg');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 50%;
    height: 100vh;
}

.default__baner--img {
    display: flex;
    justify-content: end;
    width: 50%;
    height: 80vh;
    align-items: center;
}

.default__baner--title {
    font-size: 36.9px;
    font-weight: 700;
    line-height: 1em;
}

.default__baner--subtitle {
    font-size: 21.5px;
    font-weight: 500;
    line-height: 1em;
}

.default__baner--img iframe {
    border-radius: 20px;
    height: 50%;
    box-shadow: 1px 1px 4px 0px var(--dark);
}

.default__group-item {
    display: flex;
    gap: 20px;
    flex-direction: column;
    padding: 50px 0;
}

.default__title {
    font-size: 30px;
    font-weight: 700;
    color: var(--primary);
}

.default__group-item-content {
    display: flex;
    gap: 30px;
}

.default__form,
.default__group-item .default__item {
    box-shadow: 3px 3px 25px -13px var(--dark);
    background-color: var(--white);
    border-radius: 0.75rem!important;
    padding: 15px!important;;
}

.default__breadcrumb {
    padding: 15px;
}

.default__group-item .default__item {
    gap: 12px;
    display: flex;
    flex-direction: column;
    height: 440px;
    width: 300px;
}


.default__painel .default__item {
    height: 80px;
    width: 400px;
    cursor: pointer;
    border-right: 5px solid var(--secondary);
    justify-content: center;
}

.default__painel .default__item:hover {
    box-shadow: 3px 3px 25px -13px var(--primary);
}

.default__painel .default__group-item-content {
    flex-wrap: wrap;
    justify-content: space-between;
}

.default__painel .default__group-item {
    padding: 20px 0;
}

.default__group-item .default__item-image img {
    width: 60px;
}

.default__group-item .default__item-title {
    color: var(--primary);
    font-weight: 700;
    line-height: 1.2;
    font-size: 20px;
}

.default__group-item .default__item-content {
    font-size: 14px;
}

.default__scroll {
    overflow-y: auto;
    padding-right: 5px;
}

.default__scroll::-webkit-scrollbar {
    width: 4px;
}

.default__scroll::-webkit-scrollbar-track {
    background: var(--grey-1);
    border-radius: 10px;
}

.default__scroll::-webkit-scrollbar-thumb {
    background: var(--grey-2);
    border-radius: 10px;
}

.default__scroll::-webkit-scrollbar-thumb:hover {
    background: var(--grey-3);
}

.default__group-item .default__item-content ul {
    padding: 0;
}

.default__group-item .default__item-content li {
    list-style-type: none;
    color: var(--grey);
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 5px;
}

.default__group-item .default__item-content li:hover {
    color: var(--primary);
}


[data-bs-toggle="modal"] {
    cursor: pointer;
}

.default__modal .modal-content {
    border-radius: 16px;
}

.default__painel {
    background-color: var(--grey-1);
}

.default__avatar {
    background-color: var(--primary);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 3px 3px 25px -13px var(--primary);
}

.default__breadcrumb {
    font-size: 18px;
    font-weight: 600;
    border-radius: 16px;
    margin-top: 50px;
}

.default__breadcrumb .breadcrumb {
    margin-bottom: 0 !important;
}


a.default__item {
    text-decoration: none;
}

.default__form {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 100vh;
    margin-bottom: 20px;
}

.default__form input,
.default__form textarea,
.default__form select {
    background-color: var(--grey-1);
    border: none;
    border-radius: 8px;
}

.default__form input,
.default__form button {
    height: 45px;
}

.default__form input{
    width: 100%;
    font-size: 16px;
    padding: 10px;
    box-sizing: border-box;
}


.default__form button {
    font-weight: 600;
    display: flex;
    gap: 10px;
    align-items: center;
}

.default__form label {
    color: var(--grey-2);
    font-weight: 600;
}

.default__form input:focus,
.default__form textarea:focus {
    border: 2px solid var(--primary);
    box-shadow: none !important;
}

.default__btn {
    border-radius: 12px;
    display: inline-flex;
    height: 39px !important;
    padding: 0 20px;
    justify-content: center;
    align-items: center;
    border: none;
}

.default__btn-green {
    background-color: var(--sucess) !important;
    color: var(--white) !important;
}

.default__form-top {
    display: flex;
    gap: 10px;
    height: 39px !important;
}

.swal2-title,
.default__form-title {
    color: var(--primary);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    border-bottom: 1px solid var(--grey-4);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.swal2-title {
    text-align: center;
    padding-left: 0;
}

.default__group-button {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.default__button-icon {
    border: none;
    border-radius: 50%;
    padding: none !important;
    height: 30px !important;
    width: 30px !important;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0!important;
}

.default__icon-trash {
    color: var(--danger);
}

.default__icon-edit {
    color: var(--primary);
}

.default__icon-trash:hover {
    background-color: var(--danger-1);
}

.default__icon-edit:hover {
    background-color: var(--primary-1);
}

.default__content-form td,
.default__content-form th {
    border: none !important;
    vertical-align: middle;
}

.default__content-form td {
    height: 56px;
}

.default__content-form thead tr th {
    background-color: var(--grey-1) !important;
}

.default__content-form thead tr th:first-child {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.default__content-form thead tr th:last-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.modal-content .default__form-title {
    border: none;
}

.modal-dialog .default__form {
    min-height: 50vh !important;
}

.breadcrumb .breadcrumb-item {
    color: var(--primary);
}

.breadcrumb .breadcrumb-item a {
    color: var(--grey-2);
    text-decoration: none;
}

.swal2-popup {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: none;
    padding: 30px;
}

.swal2-html-container {
    font-size: 14px;
    text-align: center !important;
    display: inline-block;
    margin: 0!important;
}

.swal2-actions {
    width: 100%!important;
}

.swal2-actions button {
    border-radius: 12px!important;
    height: 39px !important;
    padding: 0 20px!important;
    border: none;
    box-shadow: none!important;
}

.custom-card {
    border: none!important;
    transition: .3s!important;;
    border-radius: 0.75rem!important;;
    padding: 15px!important;;
}

.custom-card.card-hover-shadow:hover {
    box-shadow: 0 .375rem .75rem rgba(140,152,164,.075)!important;;
    cursor: pointer!important;;
}

.custom-card .card-subtitle {
    text-transform: uppercase!important;;
    color: #8c98a4!important;;
    font-size: .75rem!important;;
    margin-bottom: .45rem!important;;
}

.custom-card .card-title {
    margin: 0!important;;
}

.custom-card .card-footer {
    border: none!important;;
}

.custom-card .card-body {
    padding: 0!important;;
}

.custom-avatar {
    width: 40px!important;
    height: 40px!important;
    background: #8c98a4!important;
    font-weight: bold!important;
}

.custom-dropdown .dropdown-toggle::after {
    display: none !important;
}