.profile-popup {
    display: flex !important;
    align-items: center;
}
.profile-popup .modal-dialog {
    border-radius: 5px;
    max-width: 600px;
    width: 100% !important;
}
.profile-popup.modal .modal-dialog .modal-content .modal-header.modal-header-primary {
    position: relative;
    padding: 13px 16px;
    background: #ffffff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-color: #EFF0F4;
}
.profile-popup.modal .modal-dialog .modal-content .modal-header.modal-header-primary .modal-title {
    color: #263746;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 600;
    line-height: 16px;
}
.profile-popup .modal-header button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 5px;
    border: none;
    background: none;
}
.profile-popup .modal-body {
    padding: 0 18px 0 15px;
}
.profile-menu__list {
    margin-bottom: 0;
}
.profile-menu__list li:not(:last-child) .profile-menu__item {
    border-bottom: 1px solid #EFF0F4;
}
.profile-menu__item {
    width: 100%;
    padding: 14px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #455672;
    transition: all 0.3s;
    background: transparent;
    border: none;
    font-weight: normal;
    font-size: 16px;
    font-family: "Roboto";
}
.profile-menu__item:hover {
    border-color: #fd5822 !important;
    color: #fd5822;
}
.profile-menu__item:hover svg {
    fill: #fd5822;
}
.profile-menu__svg-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
}
.profile-popup__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    width: 30px;
    padding: 7px 5px 5px;
    background: #eaeaeb;
    border-radius: 50%;
    font-weight: 900;
    color: black;
    margin-right: 16px;
    font-family: "Roboto";
}
.app-logo {
    width:200px;
    float:left;
    padding: 2px 0 2px 15px;
}
.app-mobile-screen .profile-popup .modal-dialog {
    width: 372px !important;
}

.app-mobile-screen.modal-open {
    margin-right: 0;
}
.app-mobile-screen #wrapper, #header-topbar-option-demo {
    height: auto !important;
}
.app-mobile-screen .help-link {
    display: block;
}
.app-mobile-screen .default-page .help-link {
    display: none;
}
.app-mobile-screen #topbar .topbar-main .logo-description {
    margin: 0 auto;
}
.app-mobile-screen #topbar .topbar-main {
    display: flex !important;
    flex-direction: column;
    position: relative;
}
.app-mobile-screen #topbar .topbar-main div:first-of-type {
    position: fixed;
    width: 100%;
}
.app-mobile-screen #topbar .topbar-main div:last-of-type {
    padding-top: 51px;
}
.app-mobile-screen .topbar-main div:first-child {
    padding: 0 13px;
    background: #FFFFFF;
    border-bottom: 1px solid #E5E5E5;
}
.app-mobile-screen #topbar .topbar-main ul.nav.navbar-nav {
    position: absolute;
    top: 50px;
    height: 0;
    transition: height 0.25s ease-out;
    overflow: hidden;
    background-color: #F8F8FA !important;
}
.app-mobile-screen #topbar .topbar-main ul.nav.navbar-nav._show-menu {
    position: fixed;
    top: 50px;
    height: calc(100vh - 50px);
    transition: height 0.35s ease-in;
}
.app-mobile-screen #topbar .topbar__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    padding: 6px 5px 5px;
    background: #eaeaeb;
    border: none;
    border-radius: 50%;
    font-weight: 800;
    transition: all 0.3s;
    color: black;
    font-family: "Roboto";
}
.app-mobile-screen #topbar .topbar__logo:hover {
    background: #0079c1;
    color: white;
}
.app-mobile-screen #topbar .topbar-main #menu-toggle {
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 6px;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 50px;
    border-radius: 0;
    color: grey;
}
.app-mobile-screen #topbar .topbar-main #menu-toggle i {
    font-size: 20px;
}
.app-mobile-screen #topbar .topbar-main #menu-toggle:hover,
.app-mobile-screen #topbar .topbar-main #menu-toggle:focus {
    text-decoration: none;
}
.app-mobile-screen #topbar .navbar-nav li {
    background-color: white !important;
}
.app-mobile-screen #topbar .topbar-main ul.nav.navbar-nav li a {
    color: #455672;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 20px 6px;
    line-height: 16px;
    cursor: pointer;
    font-family: "Roboto";
    border-bottom: 1px solid #E0E0E0;
}
.app-mobile-screen #topbar .topbar-main ul.nav.navbar-nav li a span {
    line-height: 29px;
}

.app-mobile-screen .page-content {
    padding: 0;
}
