.site-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
}

    .site-overlay.active {
        display: block;
    }

.tm {
    background-color: #f0f0f0;
    width: 280px;
    height: 100%;
    position: fixed;
    top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    z-index: 9999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.tm_header {
    background-color: transparent;
    display: flex;
    padding: 15px 10px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    height: 55px;

}

    .tm_header .close {
        opacity: unset;
        cursor: pointer;
    }

.tm_header .logo {
    max-height: 40px;
    margin-right: auto;
    max-width: 220px;
    cursor:pointer;

}

.tm > ul {
    padding-left: 0;
}

.tm ul li:first-child {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #bfbfbf;
}

.tm ul li {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #bfbfbf;
}
.tm ul li:last-child {
    border-top-width: 0;
}
.tm li {
    list-style: outside none none;
}

.tm ul li a {
    display: block;
    outline: 0 none;
    padding: 12px 15px;
    text-decoration: none;
    color: #595959;
}

    .tm ul li a:hover,
    .tm ul li a:focus,
    .tm ul li a:active,
    .tm ul li a.selected {
        font-weight: 900;
        color: #337ab7;
    }

.tm_left {
    left: -280px;
}

    .tm_left.open {
        left: 0px;
    }
.tm_right {
    width:390px !important;
}
.tm_right {
    right: -390px;
}

    .tm_right.open {
        right: 0px;
    }

    .tm_right .tm_header {
        justify-content: flex-start;
    }

.tm.my-account {
    background-color: #f6f6f6;
}

    
    .tm.my-account .tm_header {
        display: block;
        height: auto;
        padding: 0;
    }
.top-section {
    background-color: #f5931d;
    width: 100%;
    padding: 15px;
}
.tm.my-account .tm_header .close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.tm.my-account .tm_header .close > .si {
    color: #fff;
}


.tm.my-account .tm_header .top-section {
    background-color: #f5931d;
    width: 100%;
    padding: 20px;
    min-height: 280px;
}

.avatar {
    display: block;
    width: 98px;
    height: 98px;
    font-size: 50px !important;
    background-color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 20px;
    margin: 15px auto 15px;
    line-height: normal;
    color: #40a3d3;
}

.user-name {
    display: block;
    margin: 0 auto 4px;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #ffffff;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
}
.user-email {
    display: block;
    margin: 0px auto 15px;
    text-align: center;
    opacity: 0.82;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
}

.btn-edit-profile {
    background-color: transparent;
    padding: 5px 15px 10px;
    width: 165px;
    margin: 0 auto;
    display: block;
    height: 39px;
    border-radius: 19.5px;
    border: solid 1px #ffffff;
    color: #ffffff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
}
    .btn-edit-profile:hover {
        color: #000;
        background-color: #fff;
        border-color: #fff;
    }
.subscription-detail {
    padding: 15px 15px 0;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
    .subscription-detail .label {
        color: #000;
        font-size: 14px;
        display: block;
        font-weight: 700;
    }
    .subscription-detail .plan, .subscription-detail .billing-date {
        display: block;
        margin: 0 auto 15px;
        font-size: 14px;
        color: #808080;
    }
        .subscription-detail .plan > span, .subscription-detail .billing-date > span {
            color: #212121;
            float: right;
            margin-left: 15px;
        }
    /*.subscription-detail .billing-date {
        font-size: 14px;
        display: block;
        margin: 0 auto 15px;
        color: #808080;
    }*/
        /*.subscription-detail .billing-date > span {
            color: #000;
            float: right;
            margin-left: 15px;
        }*/
    .subscription-detail .action {
        display: inline-block;
        margin: 0 auto;
        color: #f5931d;
        cursor:pointer;
    }
        .subscription-detail .action:hover, .subscription-detail .action:focus {
            text-decoration: none;
            color: #fe7903;
        }

.tm.my-account ul li, .tm.my-account ul li:first-child {
    border-color: #efefef;
    border:0;
}

    .tm.my-account ul li a {
        color: #000;
        font-weight: 500;
        cursor:pointer;
    }
    .tm.my-account ul li a:hover, .tm.my-account ul li a:focus, .tm.my-account ul li a:active, .tm.my-account ul li a.selected {
        font-weight: 500;
        color: #000;
    }
        .tm.my-account ul li a .label {
            color: inherit;
            font-size: inherit;
            font-weight: inherit;
            padding: 0;
        }
        .tm.my-account ul li a .icon {
            float: right;
            display: block;
        }

    /*.tm.my-account ul li .icon > .si {
        color: inherit;
        font-size: 12px;
    }*/
            .tm.my-account ul li a .icon > img {
                width: 28px;
                /* height: 24px; */
                margin-top: -7px;
                margin-right: -7px;
            }
.tm.my-account.mob {
    background: #f6f6f6;
}

.mob .subscription-detail {
    margin: 16px 16px 10px 16px;
    border-radius: 2px;
    border: solid 1px #e0e0e0;
    background-color: #ffffff;
    padding: 10px 15px;
    min-height: 48px;
}
.tm.my-account.mob ul li a {
    margin: 0 15px 10px;
    border-radius: 2px;
    background: #fff;
    border: solid 1px #e0e0e0;
}

@media (min-width: 1025px) {

    .changedate_menu_mobile {
        display: none;
    }
    .showeditions_menu_mobile {
        display: none;
    }
    .theme_switch_menu_mobile {
        display: none;
    }
    .search_menu_mobile {
        display: none;
    }
    .downloadpage_menu_mobile {
        display: none;
    }

    .downloadpdf_menu_mobile {
        display: none;
    }

    .help_menu_mobile {
        display: none;
    }
}
@media screen and (max-width: 576px) {
    .tm.tm_right.my-account.mob {
        right: -100vw !important;
        width: 100vw !important;
    }
        .tm.tm_right.my-account.mob.open {
            right: 0 !important;
        }
}
