.cookies-consent-overlay{
  width:100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position:fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:1000000;
  display: none;
}
.cookeis-consent-container{
  max-width: 800px;
  min-height: 200px;
  background-color: #ffffff;
  padding: 30px 40px;
  position: fixed;
  bottom: 50px;
  left: 100px; 
  z-index: 1000000; 
  border-radius: 8px;
  display: none;
}
.dark-design .cookeis-consent-container{
  max-width: 800px;
  min-height: 200px;
  background-color: #2e2e2e;
  padding: 30px 40px;
  position: fixed;
  bottom: 50px;
  left: 100px;
  z-index: 1000000;
  border-radius: 8px;
  display: none;
}
.cookies-consent-header{
  display:flex;
  align-items: center;
  gap:20px;
}
.cookies-consent-header h1{
  font-size:20px;
  font-weight: 600;
  color:#10182f;
  margin-bottom: 0;
}
.dark-design .cookies-consent-header h1{
  font-size:20px;
  font-weight: 600;
  color:#ffffff;
  margin-bottom: 0;
}
.cookies-body{
  margin: 20px 0;
}
.cookies-body p{
  font-size: 14px;
  font-weight: 400;
  color:#10182f;
  margin-bottom: 0;
}
.dark-design  .cookies-body p{
  font-size: 14px;
  font-weight: 400;
  color:#ffffff;
  margin-bottom: 0;
}
.cookies-link{
  font-size:14px;
  font-weight: 400;
  color:#10182f;
  text-decoration: underline !important;
}
.cookies-link:hover{
  text-decoration: none !important;
  color:#10182f;
  text-decoration: underline !important;
} 
.dark-design .cookies-link{
  font-size:14px;
  font-weight: 400;
  color:#ffffff;
  text-decoration: underline !important;
}
.dark-design .cookies-link:hover{
  text-decoration: none !important;
  color:#ffffff;
  text-decoration: underline !important;
} 
.cookies-cta-box{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.cookies-cta-left{
  display: flex;
  align-items: center;
  gap:15px;
}
.cookies-btn{
  height:40px; 
  padding: 0 20px;
  border:0;
  border-radius:50px;
  cursor: pointer;
  background-color: #cccccc;
  font-weight: 600;
  font-size:14px;
  color:#000000;
}
.cookies-btn-primary{
  background-color: #ffcb05;
} 



.cookies-consent-overlay{
    width:100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index:1000000;
    display: none;
  }
  .cookeis-consent-container{
    max-width: 800px;
    min-height: 200px;
    background-color: #ffffff;
    padding: 30px 40px;
    position: fixed;
    bottom: 50px;
    left: 100px;
    z-index: 1000000;
    border-radius: 8px;
    display: none;
  }
  .dark-design .cookeis-consent-container{
    max-width: 800px;
    min-height: 200px;
    background-color: #2e2e2e;
    padding: 30px 40px;
    position: fixed;
    bottom: 50px;
    left: 100px;
    z-index: 1000000;
    border-radius: 8px;
    display: none;
  }
  .cookies-consent-header{
    display:flex;
    align-items: center;
    gap:20px;
  }
  .cookies-consent-header h1{
    font-size:20px;
    font-weight: 600;
    color:#10182f;
    margin-bottom: 0;
  }
  .dark-design .cookies-consent-header h1{
    font-size:20px;
    font-weight: 600;
    color:#ffffff;
    margin-bottom: 0;
  }
  .cookies-body{
    margin: 20px 0;
  }
  .cookies-body p{
    font-size: 14px;
    font-weight: 400;
    color:#10182f;
    margin-bottom: 0;
  }
  .dark-design  .cookies-body p{
    font-size: 14px;
    font-weight: 400;
    color:#ffffff;
    margin-bottom: 0;
  }
  .cookies-link{
    font-size:14px;
    font-weight: 400;
    color:#10182f;
    text-decoration: underline !important;
  }
  .cookies-link:hover{
    text-decoration: none !important;
    color:#10182f;
    text-decoration: underline !important;
  } 
  .dark-design .cookies-link{
    font-size:14px;
    font-weight: 400;
    color:#ffffff;
    text-decoration: underline !important;
  }
  .dark-design .cookies-link:hover{
    text-decoration: none !important;
    color:#ffffff;
    text-decoration: underline !important;
  } 
  .cookies-cta-box{
    display:flex;
    align-items:center;
    justify-content:space-between;
  }
  .cookies-cta-left{
    display: flex;
    align-items: center;
    gap:15px;
  }
  .cookies-btn{
    height:40px;
    padding: 0 20px;
    border:0;
    border-radius:50px;
    cursor: pointer;
    background-color: #cccccc;
    font-weight: 600;
    font-size:14px;
    color:#000000;
  }
  .cookies-btn-primary{
    background-color: #ffcb05;
  } 
 

  .cookies-prefrences{
    max-width:800px;
    padding:30px;
    background-color: #ffffff;
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .dark-design   .cookies-prefrences{
    max-width:800px;
    padding:30px;
    background-color: #2e2e2e;
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .prefrence-heading{
    font-size:20px;
    font-weight: 600;
    color:#000000;
    line-height: 20px;
  }
  .dark-design  .prefrence-heading{
    font-size:20px;
    font-weight: 600;
    color:#ffffff;
    line-height: 20px;
  }
  .prefrence-description{
    font-size:14px;
    font-weight: 400;
    color:#000000;
    line-height: 20px;
  }
  .dark-design   .prefrence-description{
    font-size:14px;
    font-weight: 400;
    color:#ffffff;
    line-height: 20px;
  }
  .prefrence-card-body{
    border:2px solid #b8b8b8;
    border-radius: 8px;
  }
  .prefrence-selection{
    display: flex;
    align-items: flex-start;
    gap: 70px;
    padding:20px;
    border-bottom: 2px solid #b8b8b8;
    justify-content: space-between;
    position: relative;
  }
  .prefrence-selection:nth-last-child(1){
    border-bottom: 0;
  }
  .prefrence-selection-left .mtn-play-category-title{
    font-size:14px;
    font-weight: 700;
    color:#000000;
    margin-bottom: 10px;
  }
  .dark-design   .prefrence-selection-left .mtn-play-category-title{
    font-size:14px;
    font-weight: 700;
    color:#ffffff;
    margin-bottom: 10px;
  }
  .prefrence-selection-left p{
    font-size:14px !important;
    font-weight: 400;
    color:#000000 !important;
    margin-bottom: 0;
  }
  .dark-design   .prefrence-selection-left p{
    font-size:14px !important;
    font-weight: 400;
    color:#ffffff !important;
    margin-bottom: 0;
  }
  .prefrence-selection-left .mtn-play-category-description{
    font-size:14px !important;
    font-weight: 400;
    color:#000000 !important;
    margin-bottom: 0;
  }
  .dark-design  .prefrence-selection-left .mtn-play-category-description{
    font-size:14px !important;
    font-weight: 400;
    color:#ffffff !important;
    margin-bottom: 0;
  }
  .cookies-prefrence-button-box {
  text-align: center;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  }
  #prefrencePopup{
    display: none;
  }
  .cookies-setting{
    position: fixed;
    bottom:80px;
    left: 25px;
    cursor: pointer;
    display: none;
    z-index: 9;
  }


.cookies-prefrences{
  max-width:800px;
  padding:30px;
  background-color: #ffffff;
  position:fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 8px;
}
.dark-design   .cookies-prefrences{
  max-width:800px;
  padding:30px;
  background-color: #2e2e2e;
  position:fixed;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 8px;
}
.prefrence-heading{
  font-size:20px;
  font-weight: 600;
  color:#000000;
  line-height: 20px;
}
.dark-design  .prefrence-heading{
  font-size:20px;
  font-weight: 600;
  color:#ffffff;
  line-height: 20px;
}
.prefrence-description{
  font-size:14px;
  font-weight: 400;
  color:#000000;
  line-height: 20px;
}
.dark-design   .prefrence-description{
  font-size:14px;
  font-weight: 400;
  color:#ffffff;
  line-height: 20px;
}
.prefrence-card-body{
  border:2px solid #b8b8b8;
  border-radius: 8px;
}
.prefrence-selection{
  display: flex;
  align-items: flex-start;
  gap: 70px;
  padding:20px;
  border-bottom: 2px solid #b8b8b8;
  justify-content: space-between;
}
.prefrence-selection:nth-last-child(1){
  border-bottom: 0;
}
.prefrence-selection-left .mtn-play-category-title{
  font-size:14px;
  font-weight: 700;
  color:#000000;
  margin-bottom: 10px;
}
.dark-design   .prefrence-selection-left .mtn-play-category-title{
  font-size:14px;
  font-weight: 700;
  color:#ffffff;
  margin-bottom: 10px;
}
.prefrence-selection-left p{
  font-size:14px !important;
  font-weight: 400;
  color:#000000 !important;
  margin-bottom: 0;
}
.dark-design   .prefrence-selection-left p{
  font-size:14px !important;
  font-weight: 400;
  color:#ffffff !important;
  margin-bottom: 0;
}
.prefrence-selection-left .mtn-play-category-description{
  font-size:14px !important;
  font-weight: 400;
  color:#000000 !important;
  margin-bottom: 0;
}
.dark-design  .prefrence-selection-left .mtn-play-category-description{
  font-size:14px !important;
  font-weight: 400;
  color:#ffffff !important;
  margin-bottom: 0;
}
.cookies-prefrence-button-box {
text-align: center;
margin-top: 20px;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
flex-wrap: wrap;
gap: 20px;
}
#prefrencePopup{
  display: none;
}


/* Checkbox CSS */

.checkbox-wrapper-6 .tgl {
  display: none;
}
.checkbox-wrapper-6 .tgl,
.checkbox-wrapper-6 .tgl:after,
.checkbox-wrapper-6 .tgl:before,
.checkbox-wrapper-6 .tgl *,
.checkbox-wrapper-6 .tgl *:after,
.checkbox-wrapper-6 .tgl *:before,
.checkbox-wrapper-6 .tgl + .tgl-btn {
  box-sizing: border-box;
}
.checkbox-wrapper-6 .tgl::-moz-selection,
.checkbox-wrapper-6 .tgl:after::-moz-selection,
.checkbox-wrapper-6 .tgl:before::-moz-selection,
.checkbox-wrapper-6 .tgl *::-moz-selection,
.checkbox-wrapper-6 .tgl *:after::-moz-selection,
.checkbox-wrapper-6 .tgl *:before::-moz-selection,
.checkbox-wrapper-6 .tgl + .tgl-btn::-moz-selection,
.checkbox-wrapper-6 .tgl::selection,
.checkbox-wrapper-6 .tgl:after::selection,
.checkbox-wrapper-6 .tgl:before::selection,
.checkbox-wrapper-6 .tgl *::selection,
.checkbox-wrapper-6 .tgl *:after::selection,
.checkbox-wrapper-6 .tgl *:before::selection,
.checkbox-wrapper-6 .tgl + .tgl-btn::selection {
  background: none;
}
.checkbox-wrapper-6 .tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.checkbox-wrapper-6 .tgl + .tgl-btn:after,
.checkbox-wrapper-6 .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.checkbox-wrapper-6 .tgl + .tgl-btn:after {
  left: 0;
}
.checkbox-wrapper-6 .tgl + .tgl-btn:before {
  display: none;
}
.checkbox-wrapper-6 .tgl:checked + .tgl-btn:after {
  left: 50%;
}

.checkbox-wrapper-6 .tgl-light + .tgl-btn {
  background: #e6e6e6;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  width: 36px;
  height: 20px;
}
.dark-design  .checkbox-wrapper-6 .tgl-light + .tgl-btn {
  background: #818181;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  width: 36px;
  height: 20px;
}
.checkbox-wrapper-6 .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
  width:16px;
  height: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.dark-design   .checkbox-wrapper-6 .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #1c1c1c;
  transition: all 0.2s ease;
  width:16px;
  height: 16px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.checkbox-wrapper-6 .tgl-light:checked + .tgl-btn {
 
  background-color: #fc0;
  width: 36px;
  height: 20px;
}
.checkbox-wrapper-6 #cb1-1:checked + .tgl-btn {
  background: #ffe785 !important;
  
  width: 36px;
  height: 20px;
}
.consentClose{
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  filter: invert(1);
  cursor: pointer;
}
.consent_popClose{
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  filter: invert(1);
  cursor: pointer;
}
.dark-design .consentClose{
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  filter: invert(0);
  cursor: pointer;
}
.dark-design .consent_popClose{
  height: 18px;
  position: absolute;
  right: 15px;
  top: 15px;
  filter: invert(0);
  cursor: pointer;
}
@media (max-width:767px){
  .checkbox-wrapper-6{
    position: absolute;
    right: 15px;
    top: 15px;
  }
  .prefrence-selection{
    gap: 20px !important;
    padding: 15px;
  }

  .dark-design .checkbox-wrapper-6 .tgl-light:checked + .tgl-btn{
      background: #ffcb05;
  }
  .dark-design .checkbox-wrapper-6 .tgl-light + .tgl-btn{
      background-color: #292929;
  }
  .dark-design .checkbox-wrapper-6 .tgl-light + .tgl-btn:after{
      background-color: #686868;
  }
  .prefrence-heading{
      font-size: 18px;
      font-weight: 500;
  }
  .dark-design .prefrence-heading{
      font-size: 18px;
      font-weight: 500;
  }
  .cookies-prefrences{
      width:100%;
      border-radius: 0 !important;
      top: 0 !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
      height: 100dvh !important;
      overflow-y: scroll !important;
      padding: 25px !important;
  }
  .dark-design .cookies-prefrences{
      width:100%;
      border-radius: 0 !important;
      top: 0 !important;
      left: 50% !important;
      transform: translateX(-50%) !important;
    height: 100dvh !important;
      overflow-y: scroll !important;
      padding: 25px !important;
  }
 .dark-design .cookies-cta-left .cookies-link{
      color: #ffcb05;
  }
  .cookeis-consent-container{
      left: 0;
      bottom: 0;
      padding: 20px !important;
      border-radius: 0 !important;
  }
  .dark-design .cookeis-consent-container{
      left: 0;
      bottom: 0;
      padding: 20px !important;
      border-radius: 0 !important;
  }
  .cookies-cta-left{
      flex-direction: column;
      margin-bottom: 15px;
  }
  .cookies-cta-box{
      flex-direction: column;
  }
}
@media only screen and (min-width:768px) and (max-width:820px){
  .cookies-prefrences{
      width:95%;
  }
  .dark-design .cookies-prefrences{
      width:95%;
  }

  .cookeis-consent-container{
      left: 0;
      bottom: 0;
  }
  .dark-design .cookeis-consent-container{
      left: 0;
      bottom: 0;
  }
} 

  .checkbox-wrapper-6 .tgl-light:checked + .tgl-btn {
   
    background-color: #fc0;
    width: 36px;
    height: 20px;
  }
  .checkbox-wrapper-6 #cb1-1:checked + .tgl-btn {
    background: #ffe785 !important;
    
    width: 36px;
    height: 20px;
  }
  .consentClose{
    height: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    filter: invert(1);
    cursor: pointer;
  }
  .consent_popClose{
    height: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    filter: invert(1);
    cursor: pointer;
  }
  .dark-design .consentClose{
    height: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    filter: invert(0);
    cursor: pointer;
  }
  .dark-design .consent_popClose{
    height: 18px;
    position: absolute;
    right: 15px;
    top: 15px;
    filter: invert(0);
    cursor: pointer;
  }
@media (max-width:767px){
  .cookies-setting{
    position: fixed;
    bottom:150px;
    left: 20px;
    cursor: pointer;
    display: none;
    z-index: 9;
  }
    .dark-design .checkbox-wrapper-6 .tgl-light:checked + .tgl-btn{
        background: #ffcb05;
    }
    .dark-design .checkbox-wrapper-6 .tgl-light + .tgl-btn{
        background-color: #292929;
    }
    .dark-design .checkbox-wrapper-6 .tgl-light + .tgl-btn:after{
        background-color: #686868;
    }
    .prefrence-heading{
        font-size: 18px;
        font-weight: 500;
    }
    .dark-design .prefrence-heading{
        font-size: 18px;
        font-weight: 500;
    }
    .cookies-prefrences{
        width:100%;
    }
    .dark-design .cookies-prefrences{
        width:100%;
    }
   .dark-design .cookies-cta-left .cookies-link{
        color: #ffcb05;
    }
    .cookeis-consent-container{
        left: 0;
        bottom: 0;
        padding: 20px !important;
        border-radius: 0 !important;
    }
    .dark-design .cookeis-consent-container{
        left: 0;
        bottom: 0;
        padding: 20px !important;
        border-radius: 0 !important;
    }
    .cookies-cta-left{
        flex-direction: column;
        margin-bottom: 15px;
    }
    .cookies-cta-box{
        flex-direction: column;
    }
}
  @media only screen and (min-width:768px) and (max-width:820px){
    @media (min-width:768px) and (max-width:820px){
      .cookies-setting{
        position: fixed;
        bottom: 161px;
        left: 25px;
        cursor: pointer;
        display: none;
        z-index: 1000000;
      }
    }
    .cookies-prefrences{
        width:95%;
    }
    .dark-design .cookies-prefrences{
        width:95%;
    }
    .cookeis-consent-container{
        left: 0;
        bottom: 0;
    }
    .dark-design .cookeis-consent-container{
        left: 0;
        bottom: 0;
    }
  }

