html, body {
    font-size: 14px;
    font-family: Poppins, sans-serif;
}



@media (min-width: 768px) {
    html, body {
        font-size: 16px;
    }
}

h1 {
    font-weight: 600 !important;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  height: 100vh;
}

.navbarStyle {
    justify-content: space-around;
    align-content: space-between;
    text-align: center;
}

.navbarUlStyle {
    width: 250px;
}

.atecresaColor {
    color: #dc2025;
}

.atecresaBgColor {
    background-color: #dc2025;
    border-color: #dc2025;
}
.atecresaBgColor:disabled {
    opacity: 65;
}

.loginCard {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}
.loginFormCont {
    max-width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: left;
}

.loginForm {
    max-width: 700px;
    text-align: start;
    justify-items: flex-end;
    padding: 3rem 3rem 0rem 3rem;
}

.loginFormF {
    display: inline-flex;
    flex-direction: column;
    text-align: start;
    width: 350px;
}

.loginLable {
    margin-left: 2px;
    font-size: larger;
}

.eye-icon {
    position: absolute;
    right: 10px;
    top: 10%;
    cursor: pointer;
}

.search-bar {
    display: flex;
    align-items: center;
}

.search-input {
    padding: 6px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 0.1rem;
}

.search-button {
    padding: 5px 10px;
    border: 1px;
    border-radius: 3px;
    cursor: pointer;
}

.dropdown-list {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-right: 0.2rem;
}

.homeBar {
    display: flex;
    flex-direction: row
}

.profileCard {
    padding: 10px;
    text-align: left;
}

.profileCardBtn {
    padding-top: 10px;
    text-align: right;
}

/* Menú lateral */
.sidebar {
    background-color: white;
    border-right: 1px solid lightgray;
    padding: 20px;
    position: relative;
    height: 100vh;
}

.menu {
    list-style-type: none;
    padding: 0;
    margin: 40px 0px;
}

.menu-item {
    margin-bottom: 15px;
}

.menu-item a {
    color: black;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
    text-decoration: none;
}

.menu-item a:hover {
    color: red;
    text-decoration: underline;
}

/* Cambia el cursor a una mano cuando se pasa sobre elementos con la clase cursor-pointer */
.cursor-pointer {
    cursor: pointer;
}

.turnCard {
    padding: 1rem;
    border-color: transparent;
    border-radius: 20px;
}

.settingsContainer {
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.settingsTitle {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.settingsList, .settingsList-sidebar {
    list-style: none;
    padding: 0;
    margin: 0;
}

.settingsList-item, .settingsList-sidebar-item {
    margin-bottom: 10px;
}

.settingsList-item a, .settingsList-sidebar-item a {
    display: block;
    padding: 10px;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.settingsList-item a:hover, .settingsList-sidebar-item a:hover {
    background-color: #e0e0e0;
}

.active-menu-item a {
    background-color: #aeaeae;
}


.iconSize {
    height: 40px;
    width: 40px;
}

.tableModalBody {
    display: flex;
    flex-direction: column;
    width: fit-content;
    gap: 0.5rem;
}

.editElementModalBody {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.5rem;
    text-align: start;
}
.createElementModalBody {
    gap: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#editElementBodyModal label, input {
    width: 150px;
}

#createElementBodyModal label, input, select {
    width: 150px;
}
.disabled-link {
    pointer-events: none; 
    opacity: 0.6;
    cursor: not-allowed; 
}

.perPageElements {
    margin-left: 15px;
    align-content: flex-end;
}

.perPageContainer {
    overflow: hidden;
    min-height: 10px;
}

.titleTurnLittle {
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4em;
    text-transform: uppercase;
}

.dataTurnLittle {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2em;
    white-space: nowrap;
}

.separatorLine {
    height: 1px;
    border-top: 1px solid rgb(230, 230, 230);
}

.circle {
    border: 5px solid #00e700;
    border-radius: 50%;
    position: relative;
    width: 100px;
    height: 100px;
}

.check {
    color: #00e700;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 70px;
    transform: translate(-50%, -50%);
}

.circle-yellow {
    border: 5px solid orange;
    border-radius: 50%;
    position: relative;
    width: 100px;
    height: 100px;
}

.circle-red {
    border: 5px solid darkred;
    border-radius: 50%;
    position: relative;
    width: 100px;
    height: 100px;
}

.check-yellow {
    color: orange;
}

.check-red {
    color: darkred;
}

.layoutStyle {
    display: flex;
    flex-direction: row;
}

.settingsZone {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.dangerZone {
    border-color: rgba(223, 0, 0, 1);
    border-radius: 10px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.settingsParagraphs {
    width: 25%;
    color: gray;
    padding-right: 2rem;
}

.settingsActions {
    width: 80%;
}

.settingsRows {
    width:100%;
}

@media (max-width: 992px) {
    /*767.98px*/
    .layoutStyle {
        flex-direction: column;
    }

    .sidebar {
        border-right: none;
        text-align: center;
        height:auto;
    }
    .settingsList-sidebar {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .settingsList-sidebar-item {
        display: inline-block;
        min-width: 100px;
    }
}

