
@font-face {
    font-family: 'Regular';
    src: url('/fonts/Al-Jazeera-Regular.0112de0f.woff2') format('truetype');
    font-weight: 400;
    font-style: normal
}






body {
    background: #2d243b;
    /* fallback for old browsers */
    font-family: 'Regular', sans-serif;
    color: #fff ;
    
   
    font-size: 1.0em;
}

a:hover,
a:visited,
a:link,
a:active {
    text-decoration: none;
}

.bg-dark2 {
   
    background: linear-gradient(to right, rgba(144, 30, 193, 0.90) 0%, rgb(107, 73, 238, 0.90) 51%, rgba(144, 30, 193, 0.90) 100%);
    
}

.bg-azul {
    background-color: #26518b;
}

.miSelect {
    background-color: #26518b;
    color: aliceblue;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.0em;
    font-family: 'Abel', sans-serif;
}

#meelApp {
    margin-top: 80px;
}

#meelBuy {
    margin-top: 0px;
}

section {
    margin-top: 40px;
}

.bordeado {
    border: black 1x solid;
    border-radius: 15px;
}

.colorNaranja {
    color: #ff8f48;
}

/* SCROLLBAR-------------------- */

/* width */

::-webkit-scrollbar {
    width: 10px;
}

/* Track */

::-webkit-scrollbar-track {
    background: #818181;
}

/* Handle */

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*----------------- */

.fondoTransClaro {
    background-color: #1f253f;
    /* RGBA color con opacidad del 50% */
}

.fondoTransOscuro {
    background-color: rgba(0, 0, 0, .4);
}

.fondoTransVerde {
    background-color: rgba(0, 255, 0, .2);
}

.fondoTransRojo {
    background-color: rgba(255, 0, 0, .4);
}

.fondoNegro {
    background-color: rgba(0, 0, 0, .8);
}

.blob {
    background: black;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
    /* height: 45px;
    width: 45px;
    padding: 5px; */
    transform: scale(1);
    animation: pulse-black 2s infinite;
    /* border-radius: 50%; */
}

.blob.red {
    background: rgb(220, 53, 69, 1);
    box-shadow: 0 0 0 0 rgba(220, 53, 69, 1);
    animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.7);
    }
    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
    }
    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
    }
}

/* OCULTA SI ES MODO MOBIL */

.desk {
    width: 400px;
}

.div-only-mobile {
    width: 400px;
}

@media screen and (max-width: 1920px) {
    .div-only-mobile {
        visibility: hidden;
    }
}

@media screen and (max-width: 906px) {
    .desk {
        visibility: hidden;
        width: 0px;
    }
    .div-only-mobile {
        visibility: visible;
    }
}

/* *************** */

.divBlur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.divBlur2 {
    -webkit-filter: blur(13px);
    -moz-filter: blur(13px);
    -o-filter: blur(13x);
    -ms-filter: blur(13x);
    filter: blur(13px);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.divBlur3 {
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -o-filter: blur(20px);
    -ms-filter: blur(20x);
    filter: blur(20px);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}










/* .metismenu {
    position: fixed;
    width: 280px;
    bottom: 0;
    left: 0;
    top: 0;
} */

/* .metismenu {
    width: 100%;
    bottom: 0;
    left: 0;
    top: 0;
} */

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0; /* Default for LTR */
    font-size: 20px;
    background-color: #202124;
    overflow-x: hidden;
    transition: 0.4s;
    padding-top: 0px;
    /* overflow-y: auto; */
}

.sidebar.rtl {
    right: 0; /* Position sidebar on the right for RTL */
    left: auto; /* Remove left positioning for RTL */
}

.sidebar a {
    /* padding: 8px 8px 8px 32px; */
    text-decoration: none;
    font-size: 14px;
    color: #b7b3b3;
    display: block;
    transition: 0.3s;
    background-color: #202124;
    font-family: 'Regular', sans-serif;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.sidebar.rtl .closebtn {
    right: auto; /* Remove default right positioning for RTL */
    left: 25px; /* Position close button on the left for RTL */
    margin-left: 0; /* Reset margin */
}

.openbtn {
    font-size: 15px;
    cursor: pointer;
    /* background-color: #111; */
    color: white;
    /* padding: 10px 15px; */
    border: none;
    /* height: 100%;
    width: 100%; */
}

.openbtn:hover {
    background-color: #2e2e2e;
}

#main {
    transition: margin-left .5s;
    /* padding: 16px; */
}

.iconStyle1 {
    font-size: 20px;
    /* color: #7bec0a; */
    margin-right: 0px;
    max-width: 45px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }
    .sidebar a {
        font-size: 18px;
    }
}


.arb{

    text-align: left  
}
.arb.rtl{
  text-align: right  

}




.loadermbc {
    position: fixed;
   
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    animation: bg 1s;
  }

  .modal-content {
    background-color: #2e2e2e;
    color: aliceblue;
    border: 1px solid #2e2e2e;
    border-radius: 5px;
    padding: 5px;
    font-size: 1.2em;
    box-shadow: 0 4px 8px 0 rgba(7, 65, 121, 0.8), 0 6px 20px 0 rgba(7, 65, 121, 0.2);
}

.small

 {
    font-size: 0.8em;
}