:root{
    --color-primary: rgb(255 212 59);
    --color-secondary: rgb(24 49 83);
    --color-hostinger: #673de6;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

a, .btn-link{
    color: #5025d1;
}

.bg-primary{
    background-color: var(--color-primary);
}
.bg-hostinger{
    background-color: var(--color-hostinger);
}
.bg-1{
    background-color: rgb(240,241,243);
}

.text-bg-primary{
    background-color: var(--color-primary)!important;
}

.text-bg-success{
    background-color: #00b090 !important;
}

.text-bg-info{
    background-color: var(--color-hostinger)!important;
    color: #fff!important;
}

p,h1,h2,h3,h4,h5{
    color: rgb(24,49,83) !important;
}

.text-info{
    color: var(--color-hostinger)!important;
}

.btn-primary,
.btn-yellow{
    background-color: var(--color-primary);
    border-color: var(--color-primary);
    color: var(--color-secondary);
}
.btn-primary:hover,
.btn-yellow:hover{
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: var(--color-primary);
}

.btn-outline-primary{
    border-color: var(--color-secondary);
    color: var(--color-secondary);
}
.btn-outline-primary:hover{
    background-color: var(--color-secondary);
    border-color: var(--color-secondary);
    color: #fff;    
}

.btn-info{
    color: #fff;
    background-color: var(--color-hostinger);
    border-color: var(--color-hostinger);
}

.btn-info:hover{
    color: #fff;
    background-color:#5025d1;
}

.btn-success{
    background-color: #00b090;
    border-color: #00b090;
}

.btn-sin{
    border: none;
    background: none;
    padding-top: 0;
    padding-bottom: 0; 
    vertical-align: text-top;
    font-size: .8em;
}

.display-none,
.loader{
    display: none;
}

.navbar{
    border-bottom: 1px solid #d8dae0;
}

.form-label{
    font-weight: bold;
}

input[readonly] {
    background-color: var(--bs-secondary-bg);
}

.hr-dotted{
    border-top-style: dotted;
}

.custom-file {
    position: relative;
    display: block;
    width: 100%;
    height: 96px;
    cursor: pointer;
    margin: 10px auto;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 96px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
}

.custom-file-label {
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    display: block;
    font-weight: 400;
    font-size: 1em !important;
    color: #BDC3C7;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 2px dashed #BDC3C7;
    padding: 1rem .75rem;
    font-size: 1.5rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: attr(data-browse);
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    opacity: 0;
}

.dragover{
    background-color: #e9ecef;
    color: #000;
}

.calendario-salones {
    display: inline-block;
    margin: 0 auto 20px;
    width: 100%;
}

.big-blocky {
    display: block;
    width: 100%;
}

.calendario-salones .blocky {
    float: left;
    display: inline-block;
    margin: 0 auto;
    width: 14.28571428571429%;
    height: 50px;
    padding-top: 12px;
    text-align: center;
    background: none;
    border: none;
    vertical-align: top;
}

.blanck, .pasado {
    opacity: .5;
}

.libre {
    background: #d9edf7 !important;
}

.ocupado{
    background: #f2f2f2 !important;
}


.libre:hover,
.blocky-selected{
    background: var(--color-primary) !important;
}

.meta-title{
    display: inline-block;
    padding-right: 14px;
    margin-right: 14px;
    margin-bottom: unset;
    border-right: 1px solid #d8dae0;
}

.breadcrumbs{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs li{
    display: inline-block;
}
.breadcrumbs li a{
    display: inline-block;
    color: #6d7081;
    font-size: .8em;
    text-decoration: none;
}
.breadcrumbs li a:hover{
    color: var(--color-primary);
}


/* STEPS */

.steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
    position: relative;
}
.step-button {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    background-color: var(--color-secondary);
    color: var(--color-primary);
    font-weight: bold;
    font-size: 1.25rem;
    transition: .4s;
    padding-top: 13px;
    margin: 0 auto;
    text-decoration: none;    
}
.step-button-off {
    width: 60px;
    height: 60px;
    background-color: rgb(195 198 209);
    color: #fff;
}
.step-title{
    font-weight: bold;
}
.done .step-button {
    background-color: var(--color-primary);
    color: var(--color-secondary);
    font-weight: normal;
}
.done .step-title{
    font-weight: normal;
}

.step-item {
    z-index: 10;
    text-align: center;
}

#steps-progress {
  -webkit-appearance:none;
    position: absolute;
    width: 95%;
    z-index: 5;
    height: 10px;
    margin-left: 18px;
    margin-bottom: 18px;
}

/* to customize progress bar */
#steps-progress::-webkit-progress-value {
    background-color: var(--color-primary);
    transition: .5s ease;
}
#steps-progress::-webkit-progress-bar {
    background-color: rgb(195 198 209);
}

.step-item.done .step-button:after,
.step-item.warning .step-button:after{
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: "\f058"; /* Código del ícono */
    font-family: "Font Awesome 7 Free"; /* O Font Awesome 7 si estás usando esa */
    font-weight: 900; /* Para íconos sólidos */
    color: #00b090;
}
.step-item.warning .step-button:after{
    content: "\f06a"; /* Código del ícono */
    color: orangered;
}



.desactivado {
  opacity: 0.5;
  pointer-events: none; /* Evita interacciones con elementos no form */
}

.card-btn .fa-hostinger{
    padding: 14px 14px 18px 14px;
}
.card-btn:hover .fa-hostinger{
    background-color: #FFF;
}
.card-btn:hover{
    background-color: #f2f2f2;
}
.card-btn legend .badge{
    font-size: .7em;
    margin-top: 7px
}


/* Ajuste fino si el spinner no queda bien alineado */
input + i {
  pointer-events: none;
  font-size: 1rem;
}

.fa-hostinger{
    width: auto !important;
    height: auto !important;
    background: #f2f3f6;
    border-radius: 20%;
    padding: 16px;
    color: var(--color-hostinger);
}

#wrapper-btn-generar-pago{
    border-top: 1px dotted rgba(0, 0, 0, 0.175);
}

.btn-inicio{
    position: relative;
    background-color: #FFF;
    border-color: #d8dae0;
    text-align: left;
}
.btn-inicio .bulle{
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ffd34b;
    color: #000;
    text-align: center;
    padding-top: 2px;
    font-weight: bold;
    content: "\f129"; /* Código del ícono */
    font-family: "Font Awesome 7 Free"; /* O Font Awesome 7 si estás usando esa */
    font-weight: 900; /* Para íconos sólidos */
}
.btn-inicio i{
    color: var(--color-hostinger);
}
.btn-inicio:hover{
    background-color: #f1ecff;
    color: #000;
    border-color: #d8dae0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.btn-inicio:hover i{
    background-color: var(--color-hostinger);
    color: #FFF;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.card-tarea{
    position: relative;
    padding: 1rem;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.175);
    border-radius: 0.375rem;
}

.card-oblea{
    background-color: var(--color-hostinger);
    color: #FFF;
}
.card-oblea a,
.card-oblea .text-secondary{
    color: #FFF;
}
.card-oblea .btn-primary{
    color: var(--color-secondary);
}
.card-oblea:hover{
    background-color: #f1ecff;
}
.card-oblea:hover a{
    color: var(--color-hostinger);
}


.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 5px;
    background: #5bc0de;
}
.dot-completo {
    background: #ebb743;
}
.dot-bloqueado {
    background: #6c757d;
}

.td-vacio span, 
.td-libre span, 
.td-ocupado span, 
.td-libre button, 
.td-ocupado button {
    position: relative;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0 0;
    border: none;
}

.td-libre button.hoy,
.td-ocupado button.hoy, 
.td-ocupado .hoy {
    font-weight: bold;
}

.td-libre button.hoy:before, 
.td-ocupado button.hoy:before, 
.td-ocupado .hoy:before {
    display: block;
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    top: -4px;
    left: -4px;
    content: '';
    border: 2px solid #ebb743;
}

.td-libre button {
    background-color: #5bc0de;
    color: #FFF;
}
.td-ocupado button {
    background-color: #f5f5f5;
    color: #000;
}

.btn-trabajo{
    display: block;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.175) !important;
    background: none !important;
    text-align: left !important;
}
.btn-trabajo:hover{
    background-color: #f1ecff !important;
}
.btn-trabajo p{
    line-height: 1.1em;
}

.collapse-empresa{
    background-color: var(--bs-tertiary-bg);
    border-radius: 6px;
    border-top: 1px solid #dee2e6;
}


.foto-usuario{
    position: relative;
    display: block;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    /* background-color: var(--color-primary); */
    z-index: 10;
    margin-top: -10px;
}
.foto-usuario img{
    border-radius: 50%;
}
.foto-usuario:before{
    position: absolute;
    display: block;
    content: '';
    top: 20px;
    left: 10px;
    width: 90px;
    height: 90px;
    background-color: var(--color-primary);
    border-radius: 50px;
    z-index: -1;
}

.checkbox-paddledisabled{
    cursor: default;;
    background-color: var(--bs-tertiary-bg);
}