/* COLORES */
:root {
    --white: #ffffff;
    --blue: #222e5a;
    --blue-light: #36a3f7;
    --grey: #e5e5e5;
    --grey-semi: #f8f9fa;
    --grey-light: #fbfbfb;
    --grey-dark: #878789;
    --black: #000000;
    --green: green;
    --green-success: #009753;
    --red: #f4516c;
    --purple: #716aca;
    --blue-light: #cfe2ff; 
    --yellow: #ffda6a;
    --pink: #ec407a;
    --orange: #ff9800;
    --dark: #212529;
  }

/* START GENERAL */
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        margin: 0 auto;
    }
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 80%) !important;
    font-size: 14px;
}

.alert {
    margin: 20px 0 !important;
}

.btn-primary {
    color: var(--white);
    background-color: var(--black) !important;
    border-color: var(--black) !important;
    padding: 10px 25px 10px 25px !important;
    margin-top: 20px;
}

.btn-disabled { 
    pointer-events: none; 
    cursor: default; 
    opacity: 0.4;
} 

.form-control:focus, .form-select:focus {
    color: #495057;
    background-color: var(--white);
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(0 1 2 / 15%) !important;
    border-color: rgb(0 1 2 / 15%) !important;
}

.title h1 {
    font-size: 28px;
    margin: 35px auto;
    color: var(--black);
}

.title h2 {
    font-size: 20px;
    margin: 35px 0 20px 0;
    color: var(--black);
}

.title h1::after {
    content: "";
    bottom: -1px;
    display: block;
    width: 18px;
    height: 1px;
    border-bottom: solid 2px var(--blue);
    left: 0;
    right: 0;
}

.subtitle {
    margin: 30px auto !important;
    color: var(--blue);
}

.subtitle h4 {
    float: left !important;
}

.subtitle h4::after {
    content: "";
    bottom: -1px;
    display: block;
    width: 18px;
    height: 1px;
    border-bottom: solid 2px var(--blue);
    left: 0;
    right: 0;
}

.resultados .btn-primary {
    margin-top: 25px;
    border-radius: 0px !important;
}

.resultados select {
    text-transform: uppercase;
    min-width: 150px;
}

a {
    text-decoration: none !important;
}

#resultados th {
    font-size: 11px;
    text-align: center !important;
}

.btn-add span{
    font-size: 40px;
    color: var(--blue);
}

#resultados input[type="text"] {
    width: 70px;
}

.btn.opciones {
    line-height: 0 !important;
    padding: 5px;
    background-color: var(--purple);
    border-color: var(--purple);
    border-radius: 50%;
    color: var(--white)!important;
}

#tabla {
    margin: 35px 0 !important;
    text-transform: capitalize;
    vertical-align: middle;
    display: table;
}

table.dataTable>tbody>tr>th, table.dataTable>tbody>tr>td {
    padding: 20px 5px !important;   
}

.form-control-sm {
    height: 38px !important;
}

.modal-header {
    border-bottom: 0px !important;
}

.container.resultados.studio, .container.consents, .container.customers  {
    margin-bottom: 60px;
}

canvas#firmaCliente {
    border: 1px solid;
}s

/* END GENERAL */

/* START LOGIN */
.container-fluid.login {
    height: 100vh;
    display: grid;
}

.container.form-login {
    width: 500px !important;
    padding: 25px;
    border-radius: 25px;
}

.form-login input {
    margin-bottom: 25px;
    height: 50px;
    border: 0;
    border-bottom: 2px solid var(--grey) !important;
}

.form-login img {
    max-width: 300px;
    margin: 0 auto 50px auto;
    text-align: center;
    display: block;
}

.form-login p {
    font-size: 22px;
    margin-bottom: 30px !important;
    text-align: center;
    font-weight: bold;
}

.login-background {
    background: url('/assets/img/background.jpg');
    background-position: left;
    background-size: cover;
}

.container.form-login button {
    float: right;
}

.form-login button {
    width: 100%;
}

/* END LOGIN */

/* START NAV */
.user {
    background: var(--grey-light);
}

.top-bar {
    font-size: 14px;
    color: var(--white)!important;
}

.user p {
    margin: 0 !important;
    text-align: right;
    width: 100%;
}

.dropdown-menu .material-symbols-outlined {
    font-size: 16px !important;
}

.dropdown-menu.mostrar {
    display: block;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    margin-top: 10px;
    margin-left: 1px;
    left: 100px;
    top: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    margin-top: .1em;
    margin-left: -1px;
}

.dropdown-submenu:hover>a:after {
    border-left-color:  var(--white);
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.notificaciones {
    margin: 8px 5px 2px 5px;
}

.notificaciones .material-symbols-outlined {
    font-size: 22px !important;
    color: var(--grey);
}

.dropdown-menu {
    min-width: 250px !important;
    text-transform: uppercase;
}
/* END NAV */

/* START HEADER */
.topbar {
    padding: 0 !important;
}

.topbar .navbar-collapse {
    justify-content: flex-end;
}

.topbar .dropdown-menu {
    padding-left: 15px;
}

/* END HEADER */

/* START FOOTER */
footer {
    position: fixed;
    width: 100%;
    height: 2.5rem;
    background: var(--black);
    padding: 7px 0px;
    bottom: 0;
    z-index: 9;
    margin-top:25px;
    color: var(--white);
}

footer a {
    text-decoration: none;
    color: var(--white) !important;
}

.modal img {
    max-width: 100%;
}

.modal-politica span {
    padding-bottom: 25px;
}

footer {
    text-align: center;
}
/* END FOOTER */

/* START RESULTADOS */
.breadcrumb {
    padding-left: 10px !important;
    margin-top: 4px;
    text-transform: uppercase;
    font-size: 18px;
    font-style: italic;
}

b, strong {
    font-weight: 600 !important;
}

.card-body .resumen {
    width: 50%;
    display: block;
    position: relative;
    float: left;
    text-align: center;
    font-size: 17px;
}

.card.text-bg-light.mb-3 {
    border: 1px solid rgba(0, 0, 0, .055);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.15);
}

.customers .row, .consents .row {
    margin-bottom: 20px !important;
}

.consents .row div {
    display: flex;
    align-items: center;
}

.consents input[type="checkbox"] {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.dropdown-menu a {
    color: var(--black);
    font-size: 14px;
    text-decoration: none;
}

.material-symbols-outlined {
    font-size: 14px !important;
}

#borrar .material-symbols-outlined {
    cursor: pointer;
    color: red;
    font-size: 26px !important;
    margin-right: -1px;
}

.material-symbols-outlined {
    font-size: 20px !important;
}

a {
    cursor: pointer;
    color: var(--black) !important;
}

li.nav-item {
    padding-left: 25px !important;
}

.artist_name {
    margin-left:5px;
}

#guardar {
    min-width: 250px;
}

canvas#firmaCliente {
    border: 1px solid #000;
}

button.btn-delete-user {
    border: 0;
    background: none;
}

@media(max-width:470px) {
    .col-md-3, .col-md-6, .col-md-2 {
        margin-bottom: 15px;
    }

    .login-background {
        display: none !important;
    }

    .container.form-login {
        width: 100% !important;
    }

    .studio button#login {
        width: 100%;
    }

    .container.resultados.studio {
        margin-bottom: 50px;
    }

    .customers .row, .consents .row {
        margin-bottom: 0px !important;
    }

    label {
        display: contents!important;
    }

    table.table.table-striped {
        overflow-x: scroll;
        display: block;
    }

    label.form-check-label b {
        width: 90%;
    }

    .consents .row div {
        margin-bottom: 15px;
    }

    #guardar {
        min-width: 400px;
        width: 100% !important;
    }
}