.cookies_holder{
    width: 500px;
    height: 750px;
    position: fixed;
  left:15px;
    z-index: 90;
    bottom: -290px;
}
.cookies_holder .cookies_holder_nadpis{
    border-bottom: thin dashed  #2d8418;
    background: #e3f6d0;
    border-top: thin dashed  #2d8418;
    border-left: thin dashed  #2d8418;
    border-right: thin dashed  #2d8418;
}

.cookies_holder .cookies_holder_nadpis h1{
font-size: 21px;
padding:15px 25px 15px 15px;
color: #3c3839;
}

.cookies_holder_body {
    padding:10px 15px 10px 10px; 
    background: #e3f6d0; 
    border-left: thin dashed  #2d8418;
    border-right: thin dashed  #2d8418;
}
.cookies_holder_body p{
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
    text-align: justify; 
}

.cookies_holder_body a, .cookies_holder_footer a {
    background: #304e73;
    color: white;
    border-radius: 0px;
    color: #fff;
    text-align: center;
    padding: 10px 35px 10px 35px;
    font-weight: 400;
    font-size: 12px;
}
.cookies_holder_body a:hover, .cookies_holder_footer a:hover {
    background: #b2b2b2;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.cookies_holder_body  .txtCenter { text-align:center}
.cookies_holder_body  .txtLeft { text-align:left}
.cookies_holder_body  .txtRight { text-align:right}

.cookies_holder_body .accordion{
margin-top: 15px;
}

.cookies_holder .cookies_holder_footer{
    border-top: thin dashed  #2d8418;
    text-align:center;
    background-color: #e3f6d0;
    border-bottom: thin dashed  #2d8418;
    border-left: thin dashed  #2d8418;
    border-right: thin dashed  #2d8418;
    padding: 12px;
}

.cookies_holder .cookies_holder_footer div{
    
    padding:25px 25px 15px 25px;
}


.cookies_holder_body  .card-header {
    padding: 0.25rem 0.05rem;
    margin-bottom: 0;
    background-color: #e3f6d0;
    border-bottom: 1px dashed rgb(48 78 115);
}

.card-body {
 
    padding: 0.55rem
 
}
.card-body p {
 padding-bottom:0px;
 
 
}

.cookies_holder_body .btn-link {
    font-weight: 500;
    color: #304e73;
    text-decoration: none;
    font-size: 13px;
}

 

.cookies_holder_body .vzdyPovolene{
    font-weight: 700;
    color: #619121;
    padding: 0rem;
    padding-right: 15px;
    font-size: 13px;
}

.cookies_holder_body .form-control{
    width: 95%;
    padding-right: 0.55rem;
    font-size: 12px;
    line-height: 14px;
    padding: 0.275rem 0.75rem;
    height: calc(1.55rem + 2px);
    border-radius: 0rem;
}
.cookies_holder_body .card {
    border: 0px solid rgba(0,0,0,.125);
}

.cookies_small_holder{
    position: fixed;
    left: 15px;
    bottom: 25px;
    z-index: 50;
}

.cookies_small_holder a{
    background: #304e73;;
    border-radius: 0s;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-weight: 400;
}

.cookies_small_holder a:hover {
    background: #b2b2b2;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.closeCookies {
    position:absolute;
    top: 22px;
    right: 15px;
}

a.closeCookies  {
color: #212529;
text-decoration: none;
}

.card-header:first-child {
    border-radius: 0;
}
.accordion .card:last-of-type {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-radius: 0;
}



@media (max-width: 600px){
    .cookies_holder {
        width: 360px;
        height: 750px;
        position: fixed;
        left: 15px;
        z-index: 90;
        bottom: -175px;
    }
    .cookies_holder .cookies_holder_nadpis h1 {
        font-size: 15px;
    }    
        
    .closeCookies {
        position: absolute;
        top: 15px;
        right: 15px;
    }

    .cookies_holder .cookies_holder_nadpis h1 {
        font-size: 15px;
        padding: 15px 25px 15px 25px;
        margin-bottom: 0px;
    }  

    .cookies_holder_body .accordion {
        margin: 15px;
    }
        
    .cookies_holder_body p {
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 16px;
        text-align: justify;
        margin: 5px 15px 10px 15px;
    }
        
    .cookies_holder_body .btn-link {
        text-align: center!important;
        height: 25px;
    } 
        
    .cookies_holder_body .col-sm-6 {
        text-align: center!important;
    }
        
    .cookies_holder_body .vzdyPovolene {
        padding-right: 0px; 
    }
        
    .cookies_holder_body .form-control {
        width: 100%;
        margin: 0 auto;
    }
        
    }