.table.dataTable.no-footer {
    border-bottom: 1px solid #111;
    border-bottom-color: #e9ecef;
}
table.dataTable tbody tr {
    background-color: #ffffff;
    border-bottom-color: #e9ecef;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: none !important;
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 0.3em;
    margin-left: 2px;
    text-align: center;
}

.dataTables_wrapper .dataTables_length select {
    padding-right: 25px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    outline: none; /* Remove the default outline */
    border: none;  /* Remove the border */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:focus {
    outline: none; /* Prevent outline on focus */
    box-shadow: none; /* Remove any shadow effect */
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    border: none; /* Remove border on hover */
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    border: none; /* Remove border for the active/current page button */
}
#navbar .navbar-nav>li:last-child,
#navbar > div:first-child {
    display: none !important;
}
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}

.hide {
    display: none !important;
}
.swal2-title {
    font-size: 1.3rem !important;
}
.font-lato,
body, 
h1, h2, h3, h4, h5,
label {
    font-family: "Lato", serif;
    color: #000;
}

.card.no-shadow {
    box-shadow: none;
}
.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a,
.breadcrumb-item.text-white:before,
.title-txt,
#logout-form * {
    color: #000 !important;
}
.navbar .sidenav-toggler-inner .sidenav-toggler-line {
    background-color: #000 !important;
}
.pg-circle-lightblue {
    background-color: #25D1D9;
    position: absolute;
    left: 40%;
    top: 0;
    transform: translateY(-50%);
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    z-index: 1;
}
.pg-circle-yellow {
    background-color: #FFD006;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    width: 6vw;
    height: 6vw;
    border-radius: 50%;
    z-index: 1;
}
.colorline {
    display: flex;
}
.colorline > div {
    flex: 1;
}
.orange-line {
    background-color: #F05F23;
    width: 100%;
    height: 3px;
}
.green-line {
    background-color: #96C93E;
    width: 100%;
    height: 3px;
}
.blue-line {
    background-color: #33B1BC;
    width: 100%;
    height: 3px;
}
.yellow-line {
    background-color: #FFCF10;
    width: 100%;
    height: 3px;
}
.purple-line {
    background-color: #682BAF;
    width: 100%;
    height: 3px;
}
.bg-blue3 {
    background-color: #151240;
}
.bg-lightblue {
    background-color: #33B1BC;
}
.bg-green {
    background-color: #96C93E;
}
.select2-container .select2-selection--single {
    height: 40px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border-radius: .5rem;
    border: 1px solid #d2d6da;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.input-group-text {
    padding: 0.8rem 0.8rem;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-right: 1px solid #d2d6da !important;
}

.circle-green {
    background-color: #8ACF00;
    top: -40%;
    left: -10%;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    z-index: -1;
}
.circle-yellow {
    background-color: #FFD006;
    top: 0;
    left: 40%;
    transform: translateY(-50%);
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    z-index: -1;
}
.circle-blue {
    background-color: #161140;
    bottom: -20%;
    right: -10%;
    width: 15vw;
    height: 15vw;
    border-radius: 50%;
    z-index: -1;
}
.salty-img {
    right: 30%;
    bottom: 0;
    z-index: 0;
    width: 15vw;
    max-width: 190px;
}
.peper-img {
    right: 20%;
    bottom: 0;
    z-index: 0;
    width: 12vw;
    max-width: 190px;
}

body{
    overflow-x: hidden;
}