
#cookieRtFullScreen {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    z-index:100;
    display:none;
    padding: 0;
    margin: 0;
}

#cookieRtBanner, #customRtBanner{
    z-index: 200;
    display: none;
    
    h1 {
        font-size: 1.2rem;
        color: #000;
        font-weight: 500;        
        text-shadow: none;
    }
    
    a {
        display: inline;
    }
}
.cookieRtContainer {
    width: 1600px;
    margin: auto;
    padding: 20px 0;
}

.cookieRtSubContainer {
    width: 85%;
    max-width: 1000px;
    margin: auto;
}

#cookieRtBanner{
    border: 1px solid black;
}
#cookieRtBanner{
    width: 100%;
    position: fixed;
    bottom: 0;
}

#customRtBanner{
  position: absolute;
  top: 10%;  
  left: 50%;  
  transform: translate(-50%, 0);
}

.customRtContainer {
    max-width: 800px;
    margin: auto;
    padding: 20px;
    border-radius: 10px;
}

.cookieRtInner, .customRtInner {
    min-height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.hideText {
    display:none;
}

#cookieRtBanner, #customRtBanner {
    box-shadow: 0px 3px 5px #444;
    background-color: rgba(255, 255, 255, 1);
}

#customRtBanner details > summary {
  display: revert;
  list-style: revert;
}

#customRtBanner details {
  padding: 3px; 
  border: 3px solid #f7f7f7;
  border-radius: 3px;
}

.cookieRtInner, .customRtInner{
    table {
        line-height: 1.2;
        width:100%;
    }
    td {
        padding: 3px 0;
        vertical-align: top;
    }    
    td:not(:first-child){
        text-align: right;
    }
}


#cookieBtn, #customBtn, #saveBtn, #allBtn {
    font-size: 14px;
    font-family:inherit;
    cursor:pointer;
    border-radius: 4px;
    padding: 5px 10px;
}

button.riAcDcBtn {
    cursor: pointer; 
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 4px;
    color: black;
}
button:hover.riAcDcBtn {
  background-color: lightgray;
}
button:active.XXXriAcDcBtn {
  background-color: yellow;
}
button:focus.XXXriAcDcBtn {
  /*background-color: #75b308;*/
  background-color: white;
}    
button.green-button{
    background-color: #75b308;
    color: #fff;
}
button:hover.green-button {
  background-color: #84c90a;
}

@media(max-width:1600px){
    .cookieRtContainer{
        width:100%;
    }
}

@media(max-width:1024px){
    .cookieRtInner{
        padding: 10px 0;
    }
    #allBtn, #cookieBtn, #customBtn, #saveBtn {
        width: 100%;
    }
    #customRtBanner{
      width: 90%;  
      left: 5%;  
      transform: translate(0%, 0);
    }
}
