.beehive-btn-secondary {
	font-family: 'Manrope', sans-serif;
    border-radius: 24px;
    background: #FFFFFF;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 1.25px;
    text-transform: uppercase;
}

.beehive-btn-primary {
	font-family: 'Manrope', sans-serif;
    align-items: center;
    padding: 10px 24px;
    background: #877594;
    border-radius: 24px;
}

.beehive-logo a {
	font-family: 'PP Woodland';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    /* or 117% */

    display: flex;
    align-items: center;
    letter-spacing: 0.18px;

    color: #474747;
}

.beehive-logo img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.beehive-login-card {
	font-family: 'Manrope', sans-serif;
    background: #FBFBFA;
    box-shadow: 0px 7px 26px rgba(0, 0, 0, 0.2);
    border-radius: 24px;
	max-width: 420px;
}

.beehive-login-form p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;

    letter-spacing: 0.25px;

    color: rgba(0, 0, 0, 0.5);
}

.beehive-login-welcome {
	font-family: 'Averta-Regular';
    font-size: 18px;
    line-height: 24px;

    display: flex;
    align-items: center;
    letter-spacing: 0.15px;

    color: #000000;

    opacity: 0.3;
}

.beehive-login-login {
	font-family: 'PP Woodland';
    font-style: normal;
    font-weight: normal;
    font-size: 34px;
    line-height: 36px;
    color: #333333;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:not(.dropdown-clear):hover  {background-color: #877594; color:white!important}

.dropbtn:hover {color: white;}


/* Move to scss later */
.form-switch.form-check-reverse .form-check-input{
    margin-left:1.25rem;
}

.no-pseudo::before,
.no-pseudo::after{
    display:none !important;
}
.fixed-scrollbar{
    overflow:auto;
}
.table-shadows{
    position:relative;
}
.table-shadows .shadow-left,
.table-shadows .shadow-right{
    position:absolute;
    height:100%;
    width:10%;
    top:0;
    pointer-events: none;
}
.table-shadows .shadow-left{
    left:0;
    background:linear-gradient(0.25turn, rgba(109, 109, 109, 0.3), rgba(0, 0, 0, 0));
}
.table-shadows .shadow-right{
    background:linear-gradient(0.75turn, rgba(109, 109, 109, 0.3), rgba(0, 0, 0, 0));
}

/* // Sticky Cells */
.table-mui thead th.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    right: 0;
    background:#e8e8e8;
    z-index:3;
}
.table-mui tbody th.sticky,
.table-mui tbody td.sticky{
    position: -webkit-sticky;
    position: sticky;
    right: 0px;
    z-index: 2;
}
.table-mui tbody tr:nth-child(odd) th.sticky,
.table-mui tbody tr:nth-child(odd) td.sticky{
    background:white;
}
.table-mui tbody tr:nth-child(even) th.sticky,
.table-mui tbody tr:nth-child(even) td.sticky{
    background:#fbfbfa;
}
