#sidebar-menu {
    /* max-height: 70vh; */

}

.profile-pic{
    max-width: 100px;
}
@import url('https://fonts.googleapis.com/css?family=Bangers|Cinzel:400,700,900|Lato:100,300,400,700,900|Lobster|Lora:400,700|Mansalva|Muli:200,300,400,600,700,800,900|Open+Sans:300,400,600,700,800|Oswald:200,300,400,500,600,700|Roboto:100,300,400,500,700,900&display=swap');
/* Used Google Fonts */
/* font-family: 'Roboto', sans-serif;
font-family: 'Mansalva', cursive;
font-family: 'Lato', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Oswald', sans-serif;
font-family: 'Lora', serif;
font-family: 'Muli', sans-serif;
font-family: 'Lobster', cursive;
font-family: 'Cinzel', serif;
font-family: 'Bangers', cursive; */

/* Used Google Fonts */
select {
    position: relative;
    
  }
select::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
  }
.logo-1 {
    width: 200px;
    height: 45px;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
    float: left;
    padding: 20px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Logo-1 */
.logo-1 h3 {
    text-align: center;
    color: #e74c3c;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    line-height: 1.3;
    font-size: 17px;
    margin: 0px;
    padding: 0px;
}

.logo-1 p {
    font-size: 14px;
    letter-spacing: 8px;
    text-transform: uppercase;
    padding-left: 10px;
    color: #34495e;
    font-weight: 600;
}

.drop-down-card[data-bs-popper] {
    top: unset !important;
}

div.dataTables_filter {
    display: none !important;
}
/* 
animScale animation {
    transform: scale(1.04657);
} */


.gradient-main {
    height: 100% !important;
    width: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
}

.animated-scaleX {
    -webkit-animation: animScale 45s 1s ease-in-out infinite;
    animation: animScale 45s 1s ease-in-out infinite;
}