
:root {
    --mdc-topNavBar-theme-primary: #ffffff;
    --mdc-topNavBar-icon-theme-primary: #0066c1;
    --mdc-topNavBar-theme-on-primary: rgba(0,0,0,0.87);
}

.mdc-icon-holder {
    background-color: rgba(0,0,0,0.08);
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.mdc-icon-holder-no-background {
    background-color: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.mdc-top-app-bar {
    background-color: #6200ee;
    /* @alternate */
    background-color: var(--mdc-topNavBar-theme-primary, #6200ee);
    color: white;
    display: flex;
    position: fixed;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    z-index: 4;
    border-bottom: 1px solid rgba(0,0,0,0.12);
}

.shadow {
    /*-webkit-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    -moz-box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);*/
    -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    -webkit-transition: -webkit-box-shadow 200ms linear;
    transition: -webkit-box-shadow 200ms linear;
    -o-transition: box-shadow 200ms linear;
    transition: box-shadow 200ms linear;
    transition: box-shadow 200ms linear, -webkit-box-shadow 200ms linear;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
    color: #fff;
    /* @alternate */
    color: var(--mdc-topNavBar-theme-on-primary, #fff);
    opacity: 0.87;
}

    .mdc-top-app-bar .mdc-top-app-bar__action-item::before, .mdc-top-app-bar .mdc-top-app-bar__action-item::after,
    .mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
    .mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
        background-color: #ffffff;
        /* @alternate */
        background-color: var(--mdc-topNavBar-theme-on-primary, #ffffff);
    }

.mdc-top-app-bar__section .mdc-ripple-surface.mdc-ripple-upgraded--background-focused:not(.mdc-icon-holder-no-selected)::before, .mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before {
    background-color: var(--mdc-topNavBar-icon-theme-on-primary, #0066c1) !important;
}

.mdc-top-app-bar__section .mdc-ripple-surface.mdc-ripple-upgraded--background-focused:not(.mdc-icon-holder-no-selected) i {
    color: var(--mdc-topNavBar-icon-theme-on-primary, #0066c1) !important;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before {
    opacity: 0.08;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before, .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
}

.mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
.mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
}

.mdc-top-app-bar__row {
    display: flex;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 64px;
}

.mdc-top-app-bar__section {
    width: 60%;
    display: inline-flex;
    flex: 1 1 auto;
    align-items: center;
    min-width: 0;
    padding: 8px 12px;
    z-index: 1;
}

.mdc-top-app-bar__section--align-start {
    justify-content: flex-start;
    order: -1;
}

.mdc-top-app-bar__section--align-end {
    justify-content: flex-end;
    order: 1;
}

.mdc-top-app-bar__title {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    /* @alternate */
    font-family: var(--mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif));
    font-size: 1.25rem;
    /* @alternate */
    font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
    line-height: 2rem;
    /* @alternate */
    line-height: var(--mdc-typography-headline6-line-height, 2rem);
    font-weight: 500;
    /* @alternate */
    font-weight: var(--mdc-typography-headline6-font-weight, 500);
    letter-spacing: 0.0125em;
    /* @alternate */
    letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
    text-decoration: inherit;
    /* @alternate */
    -webkit-text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
    text-transform: inherit;
    /* @alternate */
    text-transform: var(--mdc-typography-headline6-text-transform, inherit);
    /* @noflip */
    padding-left: 4px;
    /* @noflip */
    padding-right: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    z-index: 1;
    color: #fff;
    /* @alternate */
    color: var(--mdc-topNavBar-theme-on-primary, #fff);
}

    [dir=rtl] .mdc-top-app-bar__title, .mdc-top-app-bar__title[dir=rtl] {
        /* @noflip */
        padding-left: 0;
        /* @noflip */
        padding-right: 20px;
    }

.mdc-top-app-bar--short-collapsed {
    /* @noflip */
    border-top-left-radius: 0;
    /* @noflip */
    border-top-right-radius: 0;
    /* @noflip */
    border-bottom-right-radius: 24px;
    /* @noflip */
    border-bottom-left-radius: 0;
}

    [dir=rtl] .mdc-top-app-bar--short-collapsed, .mdc-top-app-bar--short-collapsed[dir=rtl] {
        /* @noflip */
        border-top-left-radius: 0;
        /* @noflip */
        border-top-right-radius: 0;
        /* @noflip */
        border-bottom-right-radius: 0;
        /* @noflip */
        border-bottom-left-radius: 24px;
    }

.mdc-top-app-bar--short {
    top: 0;
    /* @noflip */
    right: auto;
    /* @noflip */
    left: 0;
    width: 100%;
    transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

    [dir=rtl] .mdc-top-app-bar--short, .mdc-top-app-bar--short[dir=rtl] {
        /* @noflip */
        right: 0;
        /* @noflip */
        left: auto;
    }

    .mdc-top-app-bar--short .mdc-top-app-bar__row {
        height: 56px;
    }

    .mdc-top-app-bar--short .mdc-top-app-bar__section {
        /*padding: 4px;*/
    }

    .mdc-top-app-bar--short .mdc-top-app-bar__title {
        transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
        opacity: 1;
    }

.mdc-top-app-bar--short-collapsed {
    /* @alternate */
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    width: 56px;
    transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
}

    .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title {
        display: none;
    }

    .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
        transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
        width: 112px;
    }

        .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end {
            /* @noflip */
            padding-left: 0;
            /* @noflip */
            padding-right: 12px;
        }

            [dir=rtl] .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end, .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item .mdc-top-app-bar__section--align-end[dir=rtl] {
                /* @noflip */
                padding-left: 12px;
                /* @noflip */
                padding-right: 0;
            }

.mdc-top-app-bar--dense .mdc-top-app-bar__row {
    height: 64px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__section {
    padding: 0 2px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__title {
    /* @noflip */
    padding-left: 12px;
    /* @noflip */
    padding-right: 0;
}

    [dir=rtl] .mdc-top-app-bar--dense .mdc-top-app-bar__title, .mdc-top-app-bar--dense .mdc-top-app-bar__title[dir=rtl] {
        /* @noflip */
        padding-left: 0;
        /* @noflip */
        padding-right: 12px;
    }

.mdc-top-app-bar--subheader .mdc-top-app-bar__row {
    height: 112px;
}

.mdc-top-app-bar--search-mobile .mdc-top-app-bar__row {
    height: 120px;
}

.mdc-top-app-bar--search-mobile .mdc-top-app-bar__row {
    height: 120px;
}

.mdc-top-app-bar--subheader-fixed-adjust {
    padding-top: 112px !important;
}

.mdc-top-app-bar--search-fixed-adjust {
    padding-top: 120px !important;
}

.mdc-top-app-bar-subheader-search-mobile {
    height: 160px !important;
}

.mdc-top-app-bar--subheader-search-fixed-adjust {
    padding-top: 160px !important;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    align-self: flex-end;
    padding-bottom: 2px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,
.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon {
    align-self: flex-start;
}

.mdc-top-app-bar--fixed {
    transition: box-shadow 200ms linear;
}

/*.mdc-top-app-bar--fixed-scrolled {
  
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
    transition: box-shadow 200ms linear;
}*/

/*.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
    height: 96px;
}*/

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section {
    padding: 0 12px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    /* @noflip */
    padding-left: 20px;
    /* @noflip */
    padding-right: 0;
    padding-bottom: 9px;
}

    [dir=rtl] .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title, .mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title[dir=rtl] {
        /* @noflip */
        padding-left: 0;
        /* @noflip */
        padding-right: 20px;
    }

.mdc-top-app-bar--fixed-adjust {
    padding-top: 64px;
}

.mdc-top-app-bar--dense-fixed-adjust {
    padding-top: 48px;
}

.mdc-top-app-bar--short-fixed-adjust {
    padding-top: 56px;
}

.mdc-top-app-bar--prominent-fixed-adjust {
    padding-top: 128px;
}

.mdc-top-app-bar--dense-prominent-fixed-adjust {
    padding-top: 96px;
}

@media (max-width: 599px) {
    .mdc-top-app-bar__row {
        height: 56px;
    }

    .mdc-top-app-bar__section {
        /*padding: 4px;*/
    }

    .mdc-top-app-bar--short {
        transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1);
    }

    .mdc-top-app-bar--short-collapsed {
        transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }

        .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
            /* @noflip */
            padding-left: 0;
            /* @noflip */
            padding-right: 12px;
        }

            [dir=rtl] .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end, .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end[dir=rtl] {
                /* @noflip */
                padding-left: 12px;
                /* @noflip */
                padding-right: 0;
            }

    .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
        padding-bottom: 6px;
    }

    .mdc-top-app-bar--fixed-adjust {
        padding-top: 56px;
    }
}

.mdc-icon-button::before {
    border-radius: 50%;
}

.mdc-icon-button::after {
    border-radius: 50%;
}

.mdc-icon-notification-holder {
    width: 24px;
    height: 24px;
    position: absolute;
    margin-left: 24px;
    margin-top: -44px;
    border-radius: 50%;
    text-align: center;
    z-index: 4;
}

.mdc-icon-background-active {
    background-color: rgba(0,102,193,0.08);
    /*alternate*/
    background-color: var(--mdc-typography-selection-color, rgba(0,102,193,0.08));
}

.mdc-icon-holder-container {
    position: unset !important;
    /*width: 40px;*/
    margin-right: 8px;
    border-radius: 50%;
}

.mdc-top-nav-bar-flag-holder {
    margin-right: auto;
    cursor: pointer;
}

.mdc-top-nav-bar-flag {
    width: 24px;
    height: 16px;
}

/*#region global footer */

.mdc-content--wrapper {
    position: relative;
    min-height: 100vh;
}

.mdc-global--footer {
    width: 100%;
    background: #fff;
    margin-top: 32px;
    position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;
}

    .mdc-global--footer .country-cont {
        height: auto;
    }


    .mdc-global--footer .country-cont, .mdc-global--footer .link-cont, .mdc-global--footer .backtotop-cont {
        border-top: 1px solid rgba(0,0,0,0.12);
        box-sizing: border-box;
    }

    .mdc-global--footer .link-cont {
        text-align: center;
    }

    .mdc-global--footer .backtotop-cont {
        width: 100%;
        text-align: center;
        height: 48px;
    }

    .mdc-global--footer .details-holder {
        text-align: center;
        padding: 10px 10px 6px 10px;
    }

    .mdc-global--footer .country-cont-inner, .mdc-global--footer .currency-cont-inner, .mdc-global--footer .lang-cont-inner {
        padding: 9px;
        margin: 0;
        display: inline-block;
    }

    .mdc-global--footer .footer-logo {
        margin-right: 60px;
        display: inline-block;
        overflow: hidden;
    }

        .mdc-global--footer .footer-logo img {
            vertical-align: middle;
        }


    .mdc-global--footer .country-cont-inner, .mdc-global--footer .currency-cont-inner {
        margin-left: 0px;
    }

    .mdc-global--footer .top-det div:nth-child(2) {
        margin-left: 0px;
    }

    .mdc-global--footer .currsymbol-holder {
        margin-right: 8px;
        width: auto;
        height: 14px;
        float: left;
    }

    .mdc-global--footer .lang-symbol-holder {
        margin-right: 8px;
        width: 20px;
        height: 20px;
        float: left;
    }

    .mdc-global--footer .flag-holder {
        margin-right: 8px;
        display: flex;
        align-items: center;
        float: left;
        height: 20px;
    }

    .mdc-global--footer .lang-holder, .mdc-global--footer .currency-holder, .mdc-global--footer .country-holder {
        float: left;
        text-align: left;
    }

    .mdc-global--footer .padding-16 {
        padding: 16px;
    }

    .mdc-global--footer .padding-24 {
        padding: 24px;
    }

    .mdc-global--footer .pad-t-16 {
        padding-top: 16px;
    }


    .mdc-global--footer ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }


        .mdc-global--footer ul li {
            float: left;
            padding-right: 24px;
        }

            .mdc-global--footer ul li:last-child {
                padding-right: 0;
            }

            .mdc-global--footer ul li a {
                display: block;
                text-align: center;
                text-decoration: none;
            }

.mar-t-16 {
    margin-top: 16px;
}

.f-login-holder {
    display: inline-block;
    text-align: center;
}


@media only screen and (max-width:1024px) {
    .mdc-global--footer ul li:last-child {
        margin-top: 24px;
    }

    .mdc-global--footer .footer-logo {
        display: none;
    }

    .mdc-global--footer ul {
        flex-wrap: wrap;
    }

        .mdc-global--footer ul li:last-child {
            margin-top: 24px;
            width: 100%;
            display: inline-block;
            text-align: center;
        }
}

/*#endregion */

.mdc-section-search-mobile {
    height: 64px;
    width: 100%;
    bottom: 0px;
    position: absolute;
}


.mdc-section-search-subheader {
    bottom: 48px;
}

.mdc-section-subheader {
    height: 64px;
    width: 100%;
    bottom: 0px;
    position: absolute;
}

.mdc-profileInner {
    height: 64px;
    background-color: #E3F2FD;
    cursor: pointer;
}

.mdc-guest-icon-holder {
    padding: 8px;
    margin: 12px 16px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0,0,0,0.08);
    align-items: center;
    text-align: center;
    display: block;
    float: left;
}
