﻿.rightButton {
    margin-left: 16px;
}

.mdc-button--premium {
    box-shadow: inset 0 0 0 1px #5050cc;
    background-color: #5050cc;
}

.colorWhiteText {
    color: #ffff;
}

.today__recommended-topic {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    color: #5e5e5e;
    display: inline-block;
    font-family: Univers,HelveticaNeue,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 300;
    margin-left: 8px;
    min-width: -webkit-max-content;
    min-width: max-content;
    outline: 0;
    overflow: visible;
    padding: 8px;
    position: relative;
    text-align: center;
    transition: color .3s,box-shadow .3s;
    text-decoration: none;
}

.today__recommended-title {
    font-weight: 600;
}


.today__recommended-container {
    margin: 6px auto 0 auto;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1114px;
}

.today__recommended {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overflow-x: auto;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
}

.today__recommended-topic--highlighted {
    color: red !important;
    border-color: red;
}

.menu-button {
    display: none;
}

.mds-search-field {
    width: 250px;
}



.mdc-user-popover__header {
    font-weight: 400;
    line-height: 1.375;
    font-weight: 200;
    line-height: 1.2;
    font-size: 18px;
    font-weight: 300;
    font-weight: 600;
    display: block;
}

.mdc-user-popover__account-type {
    font-weight: 400;
    line-height: 1.375;
    font-size: 16px;
    font-weight: 300;
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #333;
    display: block;
}

.popover-content {
    width: 300px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
    color: #1e1e1e;
    opacity: 1;
    padding: 16px;
    position: fixed;
    z-index: 1;
    display: block
}

.my__account_button {
    display: none
}

#Tabbase .mds-site-navigation .mds-site-navigation__list {
    max-width: 1126px !important;
    margin: auto;
    width: 100% !important;
}




/*Responsive*/
@media screen and (max-width: 830px) {

    #LogoDesign-Premium {
        left: 18%;
        margin-top: -15px;
        position: absolute;
    }

    .my__account_button {
        display: block;
        margin-left: 100px;
        margin-top: 15px;
    }

    .menu-button {
        display: block;
        width: 46px;
        height: 46px;
    }

    .datatextButton {
        display: none
    }

    .mdc-button--premium {
        display: none
    }

    #signInLabel {
        display: none;
    }

    #lnkSignup {
        display: none
    }

    .rightButton {
        margin-left: 0px;
    }


    #searchpanel_newDesing {
        float: left;
        left: 50% !important;
        margin-left: -70px;
        margin-top: 34px;
        position: relative;
    }

    #LogoDesign {
        left: 31%;
        margin-top: -15px;
        position: absolute;
    }

    #Header1 {
        height: 95px;
        border-bottom: 1px solid #999;
    }

    #premiumWrapper2 {
        display: none;
    }

    #lnkLogin {
        float: left;
        left: 50% !important;
        margin-left: 48px;
        position: relative;
    }
}


@media screen and (max-width: 398px) {
    .my__account_button {
        display: block;
        margin-left: 74px;
        margin-top: 15px;
    }

    #lnkLogin {
        float: left;
        left: 50% !important;
        margin-left: 20px;
        position: relative;
    }
}
