.cookies_holder{
    width: 100%;
 
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    margin-top: 0;
    padding: 15px 0 15px 0;
    box-shadow: 0 30px 70px rgb(0 0 0 / 30%);
}
.cookies_holder .cookies_holder_nadpis{
    border-bottom: thin solid #f3f2f2;
    background-color: #fff;
    border-top: thin solid #f3f2f2;
    border-left: thin solid #f3f2f2;
    border-right: thin solid #f3f2f2;
}


.cookies_holder_body .sipkaViacInfo{
    font-size: 1.50rem;
    padding-left: 10px;
}


.cookies_holder .cookies_holder_nadpis h1{
font-size: 21px;
padding:10px 15px 10px 10px;

}

.cookies_holder .form-check-input:checked {
    background-color: #00b244;
    border-color: #00b244;
}

.cookies_holder_body.h3, .cookies_holder_body h3 {
     
    font-size: 1.35rem;

}

.cookies_holder_body {
    padding:10px 15px 10px 10px; 
    background-color: #fff; 
    border-left: thin solid #f3f2f2;
    border-right: thin solid #f3f2f2;
}
.cookies_holder_body p{
    padding-bottom:0px;
    text-align: justify; 
    line-height: 1.55em;
    font-size: 0.95em;
}

.cookies_holder_body a, .cookies_holder_footer a {
    background: #203f7f;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    padding: 10px 45px 10px 45px;
    font-weight: 600;
}
.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 solid #f3f2f2;
    text-align:center;
    background-color: #fff;
    border-bottom: thin solid #f3f2f2;
    border-left: thin solid #f3f2f2;
    border-right: thin solid #f3f2f2;
}

.cookies_holder .cookies_holder_footer div{
    
    padding:15px 15px 10px 15px;
}


.cookies_holder_body  .card-header {
    padding: 0.55rem 0.05rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.card-body {
 
    padding: 0.55rem
 
}
.card-body p {
 padding-bottom:0px;
 
 
}

.cookies_holder_body .btn-link {
    font-weight: 700;
    color: #203f7f;
    text-decoration: none;
}

 

.cookies_holder_body .vzdyPovolene{
    font-weight: 700;
    color: #374c92;
    padding: 0.75rem;
}

.cookies_holder_body .form-control{
    width:95%; 
    padding-right: 0.55rem
}

.cookies_small_holder{
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 50;
}

.cookies_small_holder a{
    background: #203f7f;
    border-radius: 25px;
    color: #fff;
    text-align: center;
    padding: 10px 45px 10px 45px;
    font-weight: 600;
    border: thin solid #4d5d92;
}

.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;
}


.custom-control-input {
    z-index: 999999;
}


.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #203f7f;
    background-color: #203f7f;
}

.custom-control-input:checked~.custom-control-label::before {
     outline: none;
    outline-style: none;
    box-shadow: none;
    border-color: transparent;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgb(159 161 163 / 50%);
}

.cookies_holder_body .img-fluid{
    height: 60px;
    width: auto;
    margin-top: 14%;
}


.cookies_holder_body  a.viacInfo {
    color: #203f7f;
    font-weight: 400;
    background: none;
    padding: 0;
}
.cookies_holder_body  a.viacInfo:hover {
    text-decoration: none;
}

.cookies_holder_body  .povolitvsetko {
    display: block;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 0.7rem;
    background: #00b244;
}
.cookies_holder_body  .zrusitvsetko {
    display: block;
    background: #fff;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 5px;
    border: 2px solid #203f7f;
    color: #404040;
    font-size: 0.7rem;
}

.cookies_holder_body  a.povolitvsetko:hover {
    background: #374c92;
}

.cookies_holder_body  a.zrusitvsetko:hover {
    color: #fff;
    background: #374c92;
    border: 2px solid #374c92;
}

.cookies_holder_body .btnRightHolder{
    padding-top: 25px
}


.switch {
    position: relative;
    display: inline-block;
    width: 43px;
    height: 26px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 13px;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 9px;
  }
  
  input:checked + .slider {
    background-color: #00b244;
  }
  
  input:disabled + .slider {
    background-color: #888888;
}

  input:focus + .slider {
    box-shadow: 0 0 1px #00b244; 
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  
  .swithLabel{
      position: absolute;
      left: 55px;
      width: 170px;
      padding-top: 2px;
  }
  }
  }


@media (max-width: 1321px){ 

    .cookies_holder_body.h3, .cookies_holder_body h3 {
        font-size: 1.25rem;
    }
    
    .cookies_holder_body p {
     font-size: 12px;
        line-height: 20px;
    }
    
    .custom-control-input:disabled~.custom-control-label, .custom-control-input[disabled]~.custom-control-label {
        font-size: 12px;
        padding-top: 3.5px;
    }
    
    .custom-control-label {
        padding-top: 3.5px;
        font-size: 12px;
    }
    
    .cookies_holder_body .povolitvsetko, .cookies_holder_body .zrusitvsetko {
        width: 160px;
    font-size: 0.75rem;
    }
     
    
    .cookies_holder_body .img-fluid {
        height: 45px;
        width: auto;
        margin-top: 20%;
    }

    .cookies_holder_body a.viacInfo {
        font-size: 12px;
    }

    .swithLabel {
        position: absolute;
        left: 55px;
        width: 100%;
        padding-top: 2px;
    }

    
}

@media (max-width: 842px){ 
    .cookies_holder_body.h3, .cookies_holder_body h3 {
        font-size: 1.1rem;
    }
    .cookies_holder_body p {
        font-size: 10px;
        line-height: 16px;
    }
    .cookies_holder_body .img-fluid {
        height: 36px;
        width: auto;
        margin-top: 30%;
    }
}

@media (max-width: 750px){ 
    .cookies_holder_body .povolitvsetko, .cookies_holder_body .zrusitvsetko {
        width: 120px;
        font-size: 0.75rem;
        padding: 10px 0px 10px 0;
    }
    .cookies_holder_body.h3, .cookies_holder_body h3 {
        font-size: 1rem;
    }


}


@media (max-width: 605px){


    .swithLabel {
        position: absolute;
        left: 55px;
        width: 170px;
        padding-top: 2px;
    }
    .cookies_holder {
        width: 360px;
    
        position: fixed;
        left: 15px;
        z-index: 90;
        bottom: 15px;
    }

    .cookies_holder .colLogoHolder,
    .cookies_holder .colContentHolder,
    .cookies_holder .btnRightHolder {
        width: 100%;
        flex: 0 0 100%;
        max-width:100%;
    }

    .cookies_holder_body .img-fluid {
        height: 36px;
        width: auto;
        margin-top: 0;
        margin-bottom: 15px;
    }

    .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;
    }

    .cookies_holder_body .povolitvsetko, .cookies_holder_body .zrusitvsetko {
        display: inline-block;
 
    }
 
    .form-switch {
        padding-left: 3.5em;
        width: 70%;
        margin: 0 auto;
    }

        
    }