.layout_full {
    overflow: 'auto';
    min-height: 100vh;
}

.transparent-menu{
    background: none !important;
    display: flex;
    width: 70%;
}


.toggle_btn {
    margin: 10px;
}

.logout_btn {
    background-color: transparent;
    border: none;
}

.layout_header {
    background: white;
}

.layout_logo {
    max-width: 90px;
    padding: 5px;
    margin: 5px;
}

.layout_title {
    font-size: 110%;
    color: white;
}

.layout_footer {
    background: #fff;
    margin: 5px 10px 10px 10px;
    padding-top: 10px;
    color: white;
    padding: 2px !important;
    background: rgba(255, 255, 255, 0.1) !important;
}

.ant-layout-header {
    background: rgba(255, 255, 255, 0.1) !important;
    margin: 10px 10px 5px 10px;
   
    /* color: rgb(32, 23, 116); */
    display: flex;
    align-items: center;
    justify-content: space-around;
    line-height: 0 !important;
}
  
.site-content {
    background: rgba(255, 255, 255, 0.65) !important;
    margin: 5px 10px;
    padding: 20px;
}

.active {
    font-weight: bold;
    color: gold;
}
  

/* member site */
.member-menu-color, .member-site-layout {
    background-color: #266996 !important;
    background-image: linear-gradient(135deg, #514A9D 0%, #24C6DC 100%) !important;
}

/* admin site */
/* .admin-menu-color, .admin-site-layout {
    background-color: #266996 !important;
    background-image: linear-gradient(135deg, #8E0E00 0%, #2e2923 100%) !important;
} */
.ant-menu-sub{
    background: #fff !important;
}