﻿@font-face {
    font-family: JGGText-Regular;
    src: url('JGGText-Regular.eot'); /* IE9 Compat Modes */
    src: url('JGGText-Regular.woff2') format('woff2'); /* Super Modern Browsers */
    src: url('JGGText-Regular.woff') format('woff'); /* Pretty Modern Browsers */

}

@font-face {
    font-family: "JGG-Text-Medium";
    src: url('JGGText-Medium.eot'); /* IE9 Compat Modes */
    src: url('JGGText-Medium.woff2') format('woff2'); /* Super Modern Browsers */
    src: url('JGGText-Medium.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
    font-family: "JGG-Display-Medium";
    src: url('JGGDisplay-Medium.eot'); /* IE9 Compat Modes */
    src: url('JGGDisplay-Medium.woff2') format('woff2'); /* Super Modern Browsers */
    src: url('JGGDisplay-Medium.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
    font-family: "JGG-Display-Light";
    src: url('JGGDisplay-Light.eot'); /* IE9 Compat Modes */
    src: url('JGGDisplay-Light.woff2') format('woff2'); /* Super Modern Browsers */
    src: url('JGGDisplay-Light.woff') format('woff'); /* Pretty Modern Browsers */
}

@font-face {
    font-family: "JGG-Text-Semibold";
    src: url('JGGText-Semibold.eot'); /* IE9 Compat Modes */
    src: url('JGGText-Semibold.woff2') format('woff2'); /* Super Modern Browsers */
    src: url('JGGText-Semibold.woff') format('woff'); /* Pretty Modern Browsers */
}



body {
    font-family: JGGText-Regular;
    margin: 0px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  /*  min-width: 785px;*/
}

@media (max-width: 980px) {

    header, .layoutcontent {
        padding-left: 7px !important;
        padding-right: 7px !important;
        box-sizing: border-box;
    }
}

header {
    font-family: JGGText-Regular;
    height: 105px;
    position: fixed;
    top: 0;
    z-index: 20000;
    width: 100%;
    margin: auto;
}

.layoutcontent {
    margin-top: 121px;
    padding: 0px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    margin-left:auto;
    width:100%;
    position:relative;
}

.headerlayout_c00 {
    background-color: white;
    padding-top: 15px;
    /* width: 960px; */
    display: flex;
    height: 100%;
    align-items: baseline;
    /* margin: auto; */
    /* padding-left: 10px; */
    width: 100%;
    justify-content: space-around;
}

.headerlayout_c000 {
    /* position: absolute; */
/*    margin-top: 15px;*/
    background-color: white;
    max-width: 100%;
    display: flex;
    height: 100%;
    align-items: flex-end;
    width: 1200px;
    align-items: center;
}

.headerlayout_s04 {
    display: flex;
    height: 100%;
    align-items: flex-end;
    width: auto;
    column-gap: 23px;
}

.headerlayout_c01 {
    overflow: visible;
    width: 221px;
    height: 52px;
    text-align: left;
    font-family: "JGG-Display-Medium";
    font-style: normal;
    font-weight: normal;
    font-size: 43px;
    color: rgba(0,0,0,1);

    cursor: pointer;
}

.headerlayout_c02:first-child {
    width: 200px;
    margin-right: 50px;
    position: relative;
    padding-bottom: 20px;
}


.headerlayout_c02:nth-child(2) {
    width: auto;
    position: relative;
    padding-bottom: 20px;
}

.headerlayout_c02:nth-child(3) {
    width: auto;
    position: relative;
}



.headerlayout_c03 {
    width: auto;
    position: relative;
    left: 12px;
    top: 8px;
    overflow: visible;
    height: 19px;
    text-align: left;
    font-family: "JGG-Display-Light";
    font-style: normal;
    font-weight: lighter;
    font-size: 16px;
    color: rgba(0,0,0,1);
    margin-right: auto;
    cursor: pointer;
    text-transform: uppercase;
    white-space: nowrap;
}

.hlul {
    position: absolute;
    top: 25px;
    bottom: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 0;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s ease;
}

.headerlayout_c03:hover .hlul {
    width: calc(100% + 20px);
    left: -10px;
    border-bottom: 1px solid black;
    transition: border-bottom 0.1s ease-in;
}




.footerlayout_c01 {
    background-color: rgba(0,0,0,1);
    margin-top: 40px;
}



.footerlayout_c02 {
    display: flex;
    justify-content: center;
    padding-top: 45px;
}

.footerlayout_c02 span a {
    font-size: 28px;
    color:white;
}

.footerlayout_c02 span {
margin-right:18px;
margin-left:18px;
}


.footerlayout_s03 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px;
    justify-content:center;
}


.footerlayout_s04 {
    color: white;
    width: auto;
    position: relative;
    overflow: visible;
    height: 19px;
    font-size: 18px;
    cursor: pointer;
    padding: 20px;
}


.hlul2 {
    position: absolute;
    top: 55px;
    bottom: 0;
    left: 0px;
    width: calc(100%px);
    height: 0;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s ease;
}

.footerlayout_s04:hover .hlul2 {
    width: calc(100%);
    left: 0px;
    border-bottom: 1px solid white;
    transition: border-bottom 0.1s ease-in;
}


.footerlayout_s05 {
    margin-bottom: 20px;
    max-width: 1000px;
    font-size: 13px;
    padding-left: 10px;
    padding-right:10px;
}

.footerlayout_s05 p {
    color: white;
}



.footerlayout_s06 {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}



.footerlayout_s07 {
    display: flex;
    justify-content: flex-end;
    color: white;
    width: auto;
    position: relative;
    overflow: visible;
    height: 100%;
    font-size: 18px;
    padding: 31px;
    column-gap: 30px;
    padding-top: 25px;
    padding-bottom: 5px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: black !important;
    color: #fff !important;
}








.select2-container .layoutlangclass {
    height: 100% !important;
    color: black !important;
}

.select2-container .layoutlangclassdropdown .select2-results__option {
    text-align: center;
   
}

.layoutlangclass {
    border: none !important;
}



.select2-container--default .layoutlangclass .select2-selection__arrow b {
    background-image: none !important;
    background-color: transparent;
    background-size: contain;
    border: none !important;
    height: 20px !important;
    width: 20px !important;
    margin: auto !important;
    top: 5px !important;
    left: -10px !important;
    font-size: 15px;
}





.select2-container .layoutlangclass .select2-selection__rendered {
    padding-left: 5px !important;
    padding-right: 0px !important;
    margin-top: -2px;
    font-size: 14px;
}

.select2-container--open .layoutlangclassdropdown {
    left: -19px !important;
    top: 5px;
    width:44px !important;
    z-index:20001;
}



.headercarthover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

.headercarthover:hover {
    opacity: 1;
}


.headerbellsvg {
    overflow: visible;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
}

.headerbasketsvg {
    overflow: visible;
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: -4px;
    position: absolute;
    top: 0px;
    left: 0px;
}




.headercyrcle {
    width: 10px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 8px;
    position: absolute;
    left: 12px;
    top: -5px;
    cursor: pointer;
}

.headercyrcle2 {
    width: 10px;
    background-color: black;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 8px;
    position: absolute;
    left: 15px;
    top: -5px;
    cursor: pointer;
}



.Panel_profile {
    position: absolute;
    width: 240px;
    height: auto;
    overflow: visible;
    border: 1px solid gray;
    border-color: transparent gray gray gray;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1), /* Right shadow */
    -2px 2px 5px rgba(0, 0, 0, 0.1), /* Left shadow */
    0 5px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    color: black;
    margin-top: 40px;
    margin-right: -30px;
    z-index: 20001;
    background-color: white;
}

.Profile_opened_roll_bar {
    width: 100%;
    height: 63.5px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

    .Profile_opened_roll_bar:hover {
        background-color: black;
        color: white;
    }


.profile_cyrcle .Profile_image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid black;
    margin-left: 10px;
    margin-top: 5px;
}

.Profile_image {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.Profile_name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    font-family: JGGText-Regular;
}

.Company_name {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    font-family: JGGText-Regular;
}


.Settings_panel {
    width: 100%;
    height: 48px;
    display: flex;
    align-items: center;
}

.Settings_panel_span {
    display:flex;
    align-items: center;
    margin-left: 17px;
}

.Settings_panel:hover {
    background-color: #606061;
    color: white;
}

    .Settings_panel:hover #Settings_panel_image {
        filter: invert(100%);
    }




.Settings_panel_image {
    width: 14px;
}

.Settings_panel_text {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    font-family: JGGText-Regular;
    margin-left: 10px;
}












.layoutbubble {
    position: absolute;
    width: 400px;
    max-width: 95vw;
    background: #fff;
    border: 1px solid #e5e7eb; /* jemně šedá */
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(30, 41, 59, 0.12), 0 1.5px 5px rgba(0,0,0,0.06);
    padding: 0;
    top: 35px;
    left: -211px;
    font-family: JGGText-Regular;
    color: #222;
    z-index: 20100;
    animation: bubbleIn 0.18s cubic-bezier(.34,1.56,.64,1) backwards;
}

@keyframes bubbleIn {
    from {
        transform: translateY(-12px) scale(0.97);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

.layoutbubble:after {
    content: "";
    position: absolute;
    top: -12px;
    left: 52%;
    transform: translateX(-50%);
    width: 26px;
    height: 16px;
    background: transparent;
    /* šipka */
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: #fff;
    box-shadow: 0 2px 8px rgba(30,41,59,0.12);
    border-radius: 0 0 8px 8px;
}

.layoutbubble:before {
    /* zruš předchozí tmavou šipku, už není třeba */
    display: none;
}





.bubble_opened_roll_bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 22px 10px 22px;
    border-bottom: 1px solid #f1f1f1;
}

.bubble_header {
    font-family: "JGG-Text-Medium";
    font-size: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #111;
}

.bubble_header2 {
    font-size: 13px;
    color: #4285F4;
    font-family: JGGText-Regular;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.15s;
    padding: 4px 6px;
    border-radius: 4px;
}

    .bubble_header2:hover {
        color: #0d47a1;
        background: #f1f1f1;
    }







.bubble_Settings_panel {
    display: flex;
    align-items: center;
    padding: 12px 22px;
    background: transparent;
    transition: background 0.12s, color 0.12s;
    border: none;
/*    border-radius: 10px;*/
    margin-bottom: 4px;
    min-height: 62px;
}

    .bubble_Settings_panel:last-child {
        margin-bottom: 10px;
    }

    .bubble_Settings_panel:hover {
        background: #f1f3f7;
        color: #111;
        box-shadow: 0 1px 3px rgba(0,0,0,.04);
    }

.bubble_toread {
    background: #e9e9e9 !important;
    /*    color: #222;*/
}



.bubble_image {
    min-width: 44px;
    height: 44px;
    border-radius: 50%;
/*    background: #f3f4f6;*/
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-right: 14px;
}

.bubble_Settings_panel_image {
    width: 38px;
    /* height: 38px; */
    object-fit: cover;
    /* border-radius: 50%; */
/*    border: 1.5px solid #e5e7eb;*/
/*    background: #f1f5f9;*/
}

.bubble_Settings_panel_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .bubble_Settings_panel_text > div:first-child {
        font-size: 15px;
        font-family: "JGG-Text-Medium";
        margin-bottom: 3px;
    }

.bubble_datetime {
    font-size: 11px;
    color: #8d99ae;
    font-family: JGGText-Regular;
}




input[type="text"] {
    font-family: JGGText-Regular;
}

.cookieWarnBox {
    position: fixed;
    bottom: 0px;
    background-color: white;
    width: 100%;
    padding: 16px;
    border-top: 1px solid black;
    display: grid;
    grid-template-columns: repeat(2, auto auto);
    column-gap: 15px;
    box-sizing: border-box;
    align-items: center;
    justify-items: center;
    justify-content: center;
    background-color: #efefef;
    z-index: 9999;
}

.cookieButton {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    border-color: rgba(0,0,0,0.5);
    padding: 8px;
    cursor: pointer;
    min-width: 140px;
    box-sizing: border-box;
    background-color: black;
    color: white;
/*    min-width: 300px;*/
}



.bubble_Settings_panel_list {
    max-height: calc(4 * 87px); /* nebo dopočítej přesně podle výšky notifikace */
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 8px;
    scrollbar-width: thin; /* Firefox */
}

    /* Volitelné: custom scrollbar pro Chrome/Safari */
    .bubble_Settings_panel_list::-webkit-scrollbar {
        width: 8px;
        background: #f4f4f4;
    }

    .bubble_Settings_panel_list::-webkit-scrollbar-thumb {
        background: #e5e7eb;
        border-radius: 6px;
    }
.bubble_Settings_panel.has-link {
    cursor: pointer;
}

.header-company-under {
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding: 5px 5px 0 0;
    letter-spacing: 0.03em;
    background: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}


.notification-badge {
    position: absolute;
    top: -5px;
    right: -32px;
    min-width: 9px;
    height: 16px;
    background: #e53935;
    color: #fff;
    font-family: JGGText-Regular, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    z-index: 999;
    box-shadow: 0 0 2px rgba(0,0,0,0.18);
    pointer-events: none;
    transition: opacity 0.25s;
    /* animation: notifPopIn 0.2s; */
}





.bubble_description {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
    margin-top: -1px;
    line-height: 1.38;
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: normal;
}


.headerpromosvg {
    overflow: visible;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

/* pokud chceš bublinu vycentrovat trochu jinak než u zvonku, můžeš upravit offset */
.layoutbubble--promo {
    /* stejné jako .layoutbubble, můžeš jen doladit horizontální pozici */
    left: -211px; /* případně -225px dle potřeby, ať ti šipka sedí pod ikonou */
}

    .layoutbubble--promo:after {
        left: 52%;
    }

.promo-badge {
    position: absolute;
    top: -5px; /* doladíš podle oka */
    right: -10px; /* doladíš podle oka */
    min-width: 9px;
    height: 16px;
    background: #e53935;
    color: #fff;
    font-family: JGGText-Regular, Arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    z-index: 999;
    box-shadow: 0 0 2px rgba(0,0,0,0.18);
    pointer-events: none; /* ať neblokuje klik na ikonu */
    transition: opacity 0.25s;
}