.mobile_full {
    display: none !important;
}
.menu_mobile_icon {
    margin: auto 0 auto auto;
}
.menu_icon {
    cursor: pointer;
}
.tabtop {
    background-color: white;
    height: 60px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.06);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
}
.tabtop ul {
    display: inline-flex;
    margin: 0;
    height: 100%;
    padding: 0;
    width: 100%;
    user-select: none;
}
.tabtop ul a {
    padding-left: 20px;
    padding-top: 20px;
}
.icon_web {
    padding-left: 20px;
    padding-right: 20px;
}
.tabtop ul li {
    padding-right: 20px;
    list-style: none;
    font-size: 14px;
}
.inactive_menu {
    color: #828282;
}
.inactive_menu:hover {
    background-color: #F2F4F7;
    color: #293462;
}
.active_menu {
    color: #3091af;
    border-bottom: solid 2px #3091af;
}
.active_menu:hover {
    color: #3091af;
    cursor: default;
}

@media screen and (max-width: 1000px) {
    .desktop_full {
        display: none !important;
    }
    .mobile_full {
        display: inline-flex !important;
    }
    .tabtop ul li {
        padding-right: 10px;
    }
}

.titlein_mobile_menu {
    height: 20px;
    display: inline-flex;
    color: #293462;
    width: 100%;
}
.titlein_mobile_menu img {
    margin-left: auto;
}
.ant-drawer-body a {
    list-style: none;
    padding: 30px;
    height: 20px;
    width: 100%;
    display: inline-flex;
}
.ant-drawer-body a li {
    line-height: 5px;
    font-size: 14px;
}
.inactive_menu_mobile {
    color: #828282;
}
.inactive_menu_mobile:hover {
    background-color: #F2F4F7;
    color: #293462;
}
.active_menu_mobile {
    color: #3091af;
    border-left: solid 2px #3091af;
}
.active_menu_mobile:hover {
    color: #3091af;
    cursor: default;
}
.ant-drawer-body {
    padding: 0px;
}
.logout-link {
    margin-left: auto;
    color: red !important;
}
.logout-link-mobile {
    color: red !important;
}