﻿body {
    padding-top: 80px;
    font-family: "Poppins", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.body-content {
    padding: 0 2em 0 2em;
}

.navbar-inverse {
    background-color: #FF4612;
    border-color: rgba(0,0,0,.25);
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,.5);
}

.swal2-loader {
    border-color: #FF4612 !important;
    border-top-color: transparent !important;
}

.login_container {
    margin: auto;
    width: 400px;
    border: 1px solid lightgray;
    border-radius: 20px;
    margin-top: 5%;
    padding: 40px;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,.5);
}

.crearCuenta_container {
    margin: auto;
    width: 930px;
    border: 1px solid lightgray;
    border-radius: 20px;
    margin-top: 5%;
    padding: 40px;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,.5);
}

.cambiarClave_container {
    margin: auto;
    width: 350px;
    border: 1px solid lightgray;
    border-radius: 20px;
    margin-top: 5%;
    padding: 40px;
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,.5);
}

    .login_container .btn {
        margin-top: 1.75em;
    }

.center-text {
    text-align: center;
}

.header__logo {
    position: absolute;
    height: 40px;
    top: 1px;
}



.header__logo--1 {
    fill: #FF4612;
}

.header__logo--2 {
    fill: #fff;
}

/*COLOR*/
.color-auxilia {
    color: #FF4612;
}

.fondo-color-auxilia {
    background-color: #FF4612;
}

.color-disabled {
    color: darkgray;
}

.btn-auxilia {
    color: white;
    background-color: #FF4612;
}

.btn-anadir {
    width: 20px;
    height: 20px;
    background-color: #FF4612;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 16px;
    line-height: 1.3;
    padding: 0;
    text-align: center;
}

.navbar .container ul {
    list-style: none;
    padding-left: 8em;
    padding-top: 0.5em;
    margin: 0;
    display: flex;
    gap: 3em;
}

    .navbar .container ul li {
        margin: 0;
    }

        .navbar .container ul li a {
            color: white;
            text-decoration: none;
            font-weight: 600;
            padding: 0.5em 0;
            display: block;
        }

            .navbar .container ul li a:hover {
                text-decoration: underline;
            }


footer {
    background-color: #FF4612;
    padding: 60px;
    color: white;
    text-align: justify;
    width: 100%;
}


.navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navbar-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 3em;
    padding-top: 0.5em;
}

    .navbar-links li a {
        color: white;
        text-decoration: none;
        font-weight: 600;
    }

        .navbar-links li a:hover {
            text-decoration: underline;
        }

.navbar-button-right {
    margin-top: 8px;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 1.5em;
}

    .navbar-button-right .btn {
        background-color: white;
        color: #FF4612;
        font-weight: bold;
        border: none;
        padding: 0.4em 1em;
        border-radius: 4px;
        transition: background 0.3s;
    }

        .navbar-button-right .btn:hover {
            background-color: #f0f0f0;
            color: #FF4612;
        }

.navbar-user-info {
    color: white;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 14px;
}

.bootstrap-select .btn {
    background-color: #fff !important;
    color: #333 !important;
    border: 2px solid #FF4612 !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.bootstrap-select .dropdown-menu {
    border-radius: 8px !important;
    box-shadow: 0 8px 16px rgba(0,0,0,0.15);
}

    .bootstrap-select .dropdown-menu li.selected a {
        background-color: #FF4612 !important;
        color: white !important;
    }

.bootstrap-select .dropdown-toggle .filter-option {
    text-align: left;
    font-weight: 500;
}

input.form-control,
textarea.form-control,
select.form-control {
    height: 39px;
    background-color: #fff;
    border: 2px solid #FF4612;
    border-radius: 8px;
    padding: 8px 12px !important;
    font-size: 14px;
    color: #333;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

input::placeholder,
textarea::placeholder {
    color: #999;
    font-style: italic;
}

input.form-control:disabled,
textarea.form-control:disabled {
    background-color: #f5f5f5;
    border-color: #ccc;
    color: #999;
}

.btn-show-pass {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size: 18px;
    color: #FF4612;
    user-select: none;
}



.custom-tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.nav-tabs > li.active > .custom-tab-link {
    background-color: #FF4612 !important;
    color: white !important;
    border-color: #FF4612 !important;
    box-shadow: 0 0 6px rgba(255, 70, 18, 0.8);
    outline: none !important;
}


.custom-tab-link {
    display: block;
    background-color: white;
    color: #FF4612;
    border: 2px solid #FF4612;
    border-radius: 8px;
    padding: 10px 16px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    outline: none;
}

    .custom-tab-link:hover {
        background-color: #FFE6DC;
        color: #FF4612;
        text-decoration: none;
    }

    .custom-tab-link:focus,
    .custom-tab-link:active,
    .custom-tab-link.active,
    .custom-tab-link.active-tab {
        background-color: #FF4612 !important;
        color: white !important;
        border-color: #FF4612 !important;
        box-shadow: 0 0 6px rgba(255, 70, 18, 0.8);
        outline: none !important;
    }

    .custom-tab-link::-moz-focus-inner {
        border: 0;
    }

    .custom-tab-link:focus-visible {
        outline: none !important;
        box-shadow: 0 0 6px rgba(255, 70, 18, 0.8);
    }
    .custom-tab-link:not(.active):not(:focus) {
        background-color: white !important;
        color: #FF4612 !important;
        border-color: #FF4612 !important;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }




.panel {
    background-color: white !important;
    border: 2px solid #FF4612 !important;
    border-radius: 12px;
    box-shadow: 0 3px 15px rgba(255, 70, 18, 0.2);
    overflow: hidden;
    margin-bottom: 20px;
}

.panel-heading {
    background-color: #FF4612 !important;
    color: white !important;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: none !important;
}

.panel-body {
    background-color: white !important;
    color: #333 !important;
    padding: 16px;
    font-size: 15px;
    line-height: 1.4;
}


.fila-deshabilitada {
    background-color: #E8E6E6 !important;
}

    .fila-deshabilitada td,
    .fila-deshabilitada td * {
        background-color: #E8E6E6 !important;
    }

.fila-pendiente {
    background-color: #faebcc !important;
}

    .fila-pendiente td,
    .fila-pendiente td * {
        background-color: #faebcc !important;
    }

.fila-rechazado {
    background-color: #f8d7da !important;
}

    .fila-rechazado td,
    .fila-rechazado td * {
        background-color: #f8d7da !important;
    }

td.dt-control {
    text-align: center;
    vertical-align: middle;
}

.expand-container {
    animation: slideFadeIn 0.4s ease forwards;
    background-color: #f8f9fa;
}

@keyframes slideFadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


.dt-control::before {
    background-color: #FF4612 !important;
    font-weight: bold;
    border-radius: 50%;
    font-size: 15px;
    transition: all 0.2s ease;
    transform: scale(1.0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    margin-bottom: 3px !important;
}

.shown .dt-control::before {
    transform: rotate(180deg) scale(0.8);
}

.btnDefaultBlanco {
    background-color: white;
    color: rgb(255, 70, 18);
    font-weight: bold;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    padding: 0.4em 1em;
    border-radius: 4px;
    transition: background 0.3s;
}

.custom-tab-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 220px;
    overflow-y: auto;
    padding-right: 5px;
}

    .custom-tab-list::-webkit-scrollbar {
        width: 6px;
    }

    .custom-tab-list::-webkit-scrollbar-thumb {
        background-color: #FF4612;
        border-radius: 4px;
    }




/* CSS para el switch */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    top: 7px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 18px;
        width: 18px;
        left: 3px;
        bottom: 3px;
        background-color: white;
        transition: .4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #FF4612;
}

    input:checked + .slider:before {
        transform: translateX(26px);
    }