.cookie-container {
  position: fixed;
  bottom: -100%;
  left: 0;
  right: 0;
  background: rgb(255, 255, 255);
  color: #f5f6fa;
  padding: 35px 40px;
  box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
  transition: 400ms;
  z-index: 9999;
}

.cookie-container.active {
  bottom: 0;
}

/*.cookie-container a {
  color: #f5f6fa;
  }*/



  .cookie-container-inner{

    font-family: Roboto, "Open Sans", Arial, Helvetica;
    font-size: 13px;
    color: rgb(48, 48, 48);
    background: rgb(255, 255, 255);
    opacity: 1;

    display: flex;
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

  .cookie-container-text {
    display: inline-block;
    text-align: left;
    line-height: 1.75;
    letter-spacing: normal;
    overflow: auto;
    max-height: 70vh;
    /*width: 80%;*/
    float: left;
    opacity: 1;
  } 

  .cookie-container-btns{
    margin: 0;
    display: block;
    white-space: nowrap;
    font-family: Roboto, "Open Sans", Arial, Helvetica;
    font-size: 12px;
    color: rgb(48, 48, 48);
    /*width: 20%;*/
  }
  
  @media (min-width: 992px) {
    .preferance-modal{
     background-color: rgb(255, 255, 255); 
     height:70%; 
     width:45%;
     margin-left: 25%; 
     margin-top:5%;
     padding:3% 5% 4% 3% !important;
     line-height: 1.62;
     font-family: Roboto, "Open Sans", Arial, Helvetica; 
   }
 }
 @media (max-width: 991.98px) {  
  .preferance-modal{
   background-color: rgb(255, 255, 255); 
   font-size:13px !important;
   height:96%; 
   width:55%;
   margin-left: 25%; 
   margin-top:5%;
   padding:3% 5% 4% 3% !important;
   line-height: 1.62;
   font-family: Roboto, "Open Sans", Arial, Helvetica; 
 }
}
@media (min-width: 992px) {
  .preferance-modal1{
   background-color: rgb(255, 255, 255); 
   height:65%; 
   width:45%;
   margin-left: 25%; 
   margin-top:5%;
   padding: 20px 20px 20px 20px;     
   line-height: 1.62;
   font-family: Roboto, "Open Sans", Arial, Helvetica; 
 }
}
@media (max-width: 991.98px) {  
  .preferance-modal1{
    background-color: rgb(255, 255, 255); 
    height:70%; 
    width:55%;
    margin-left: 25%; 
    margin-top:13%;
    padding: 20px 20px 20px 20px;     
    line-height: 1.62;
    font-family: Roboto, "Open Sans", Arial, Helvetica; 
  }
  .tbl{
   overflow-x: auto;  
 }
}
.prfrncBtn{
  background: rgb(70, 114, 255);
  border-radius:5px; 
  color: rgb(255, 255, 255);
}

.backButton{
  color: rgb(48, 48, 48); 
  text-align: center;
  width: 69px;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid;font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  color: black;
  box-sizing: border-box;
}
.detailTitle{
  color: rgb(48, 48, 48); 
  padding:30px 0 30px 0; 
  font-size: 26px;margin: 0;
  font-weight: 600;  
}
th {
  color: rgb(255, 255, 255);
  padding: 10px 20px; 
  display: table-cell;
  vertical-align: inherit;
  font-weight: bold;
  text-align: center;
}
td {
  text-align: center !important;
  color: rgb(255, 255, 255); 
  word-break: break-word; 
  padding: 14px 20px;
  display: table-cell;
  vertical-align: inherit;
}
.switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 26px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 19px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
  opacity: .25;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn-cookie {
 background-color: #00943A;
 color: white;
 font-size: 12px;
 border-radius: 12px;
 padding: 7px 10px;
 width:100px;
 font-weight:bold;
 border-color: transparent;
}
.btn-cookie1 {
 background-color: white;
 border-color:black;
 font-size: 12px;
 border-radius: 12px;
 padding: 7px 10px;
 width:100px;
 font-weight:bold;

}
.btn-cookie1:hover {
 background-color: #00943A;
 color: white;
 border-color: #00943A;
 font-weight:bold;
}
[data-custom-class='body'], [data-custom-class='body'] * {
  background: transparent !important;
}
[data-custom-class='title'], [data-custom-class='title'] * {
  font-family: Arial !important;
  font-size: 26px !important;
  color: #000000 !important;
}
[data-custom-class='subtitle'], [data-custom-class='subtitle'] * {
  font-family: Arial !important;
  color: #595959 !important;
  font-size: 14px !important;
}
[data-custom-class='heading_1'], [data-custom-class='heading_1'] * {
  font-family: Arial !important;
  font-size: 19px !important;
  color: #000000 !important;
}
[data-custom-class='heading_2'], [data-custom-class='heading_2'] * {
  font-family: Arial !important;
  font-size: 17px !important;
  color: #000000 !important;
}
[data-custom-class='body_text'], [data-custom-class='body_text'] * {
  color: #595959 !important;
  font-size: 14px !important;
  font-family: Arial !important;
}
[data-custom-class='link'], [data-custom-class='link'] * {
  color: #3030F1 !important;
  font-size: 14px !important;
  font-family: Arial !important;
  word-break: break-word !important;
}