.custom-header {
    background: linear-gradient(90deg, #003366 0%, #0099CC 88.82%);
    color: white;
    min-width: 100%;
    margin-right: 5px;
}
.w-98 {
    width: 98%;
}
.logo{
    width: 95px;
    height: 45px;
}
.icon-l{
    font-size:  32px;
}
.custom-navbar{
    margin-top: 4rem;
}
.m-top-4{
    margin-top: 4rem;
}
.bg-blue{
    color: white;
    background-color: #7BC2DC;
}
.auth-button{
    background-color: #018DC0;   
    color: white;
    border-radius: 4px;
    width: 108px;
}
caption{
    padding-left: 4px;
}
.pt-24{
    padding-top: 24px;
}
.t-underline{
   text-decoration: underline;
}
.active-header{
    background-color: #018DC0;
    color: white;
    width: 100%;
}
.header{
    border-radius: 0.3rem;
    height: 40px;
    display: flex;
    align-items: center;
}
.lg\:px-8 {
    padding-left: 0; 
    padding-right: 0;
}
.forbidden-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    background-color: white;
}
.forbidden-seccion {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    padding: 20px;
    width: 50%;
    max-width: 600px;
    text-align: center;
    background-color: #018DC0;
    transform: translateY(-100%);
    color: white;
    font-family: Inter, sans-serif;
}
.forbidden-text {
    font-size: 1.3em;
}

.icon-orange{
    background-color: #f97316;
	outline-color:  #fed7aa;
}
.icon-red{
    background-color: #ef4444;
    outline-color: #f87171;
}
.icon-gray{
    background-color: #6b7280;
    outline-color: #f9fafb;
}
.icon-green{
    background-color: #22c55e;
    outline-color: #bbf7d0;
}
.simplebar-content-wrapper{
    padding-bottom: 30%;
}
.change-button-position{
    display: flex;
    width: 100%;
    justify-content: end;
}
.has-not-permissions{
    background-color: lightgray;
    cursor: not-allowed;
    color: white;
}
.checked-favorite{
    cursor: not-allowed;
}
.change-star-color{
    color: #F9DB78;
}