.cookies_holder{
    width: 500px;
    height: 750px;
    position: fixed;
  left:15px;
    z-index: 90;
    bottom: -240px;
}
.cookies_holder .cookies_holder_nadpis{
    border-bottom: thin dashed  #535353;
    background: #8b8b8b;
    border-top: thin dashed  #535353;
    border-left: thin dashed  #535353;
    border-right: thin dashed  #535353;
}

.cookies_holder .cookies_holder_nadpis h1{
font-size: 21px;
padding:0px 25px 0px 15px;
color: #ffffff;
}

.cookies_holder_body {
    padding:10px 15px 10px 10px; 
    background: #8b8b8b; 
    border-left: thin dashed  #535353;
    border-right: thin dashed  #535353;
}
.cookies_holder_body p{
     
    font-size: 12px;
    line-height: 18px;
    text-align: justify; 
    color: #ffffff;
}

.cookies_holder_body a, .cookies_holder_footer a {
    background: #cad20a;
    color: #525352;
    border-radius: 0px;
    color: #525352;
    text-align: center;
    padding: 10px 35px 10px 35px;
    font-weight: 600;
    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  #535353;
    text-align:center;
    background-color: #8b8b8b;
    border-bottom: thin dashed  #535353;
    border-left: thin dashed  #535353;
    border-right: thin dashed  #535353;
    padding: 12px;
}

.cookies_holder .cookies_holder_footer div{
    
    padding:25px 25px 15px 25px;
}

.cookies_holder .row {
    margin-top: 0px;
}

.cookies_holder .row div[class*="col-"], .cookies_holder .row aside[class*="col-"] {
    margin-top:  0px;
}

.cookies_holder_body  .card-header {
    padding: 0.25rem 0.05rem;
    margin-bottom: 0;
    background-color: #b1b1b1;
    border-bottom: 1px dashed rgb(83 83 83);
}

.card-body {
 
    padding: 0.55rem
 
}
.card-body p {
 padding-bottom:0px;
 
 
}

.cookies_holder_body .btn-link {
    font-weight: 500;
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
}
 

 

.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.95rem + 2px);
    border-radius: 0rem;
    margin-top: 5px;
}
.cookies_holder_body .card {
    border: 0px solid rgba(0,0,0,.125);
    margin-bottom: 0px;
}

.cookies_small_holder{
    position: fixed;
    left: 15px;
    bottom: 25px;
    z-index: 50;
}

.cookies_small_holder a{
    background: #cad20a;;
    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: #ffffff;
    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;
}