/*----------------------------------------cambiar colores en el template-------------------------------------------------------*/
/*[data-bs-theme=light] {
    --bs-primary: #0a72eb !important;
    --bs-primary-rgb: 10, 114, 235 !important;
    --bs-link-color-rgb: 0, 108, 234 !important;
    --bs-primary-active: #5ba4f9 !important;
    --bs-text-primary: #5ba4f9 !important;
    --bs-component-active-bg: #0a72eb !important;
    --bs-component-hover-color: #0a72eb !important;
    --bs-component-checked-bg: #0a72eb !important;
    --bs-menu-link-color-hover: #0a72eb !important;
    --bs-menu-link-color-show: #0a72eb !important;
    --bs-menu-link-color-here: #0a72eb !important;
    --bs-menu-link-color-active: #0a72eb !important;
    --bs-ribbon-label-bg: #0a72eb !important;
    --bs-prismjs-btn-color-hover: #0a72eb !important;
    --bs-link-hover-color-rgb: 10, 114, 235 !important;
}

.btn-primary {
    --bs-btn-bg: #006cea !important;
    --bs-btn-border-color: #006cea !important;
    --bs-btn-hover-color: #ffffff;
    --bs-btn-hover-bg: #006cea !important;
    --bs-btn-hover-border-color: #006cea !important;
    --bs-btn-active-color: #ffffff;
    --bs-btn-active-bg: #006cea !important;
    --bs-btn-active-border-color: #006cea !important;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #ffffff;
    --bs-btn-disabled-bg: #006cea !important;
    --bs-btn-disabled-border-color: #006cea !important;
}*/

.login1 input[type=email], input[type=password], input[type=text] {
    display: block;
    width: 100%;
    padding: 0.775rem 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: var(--bs-gray-700);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid var(--bs-gray-300);
    appearance: none;
    border-radius: 0.475rem;
    box-shadow: false;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

form label[for="id_email"], label[for="id_login"], label[for="id_password"], label[for="id_password"] {
    display: none !important;
}

.table:not(.table-bordered) td:last-child, .table:not(.table-bordered) th:last-child, .table:not(.table-bordered) tr:last-child{
    border-top-right-radius: 0.475rem !important;
    border-bottom-right-radius: 0.475rem !important;
}

.table:not(.table-bordered) td:first-child, .table:not(.table-bordered) th:first-child, .table:not(.table-bordered) tr:first-child {
    border-top-left-radius: 0.475rem !important;
    border-bottom-left-radius: 0.475rem; !important;
    padding-left: 1rem!important;
}
