#cmp_meta_box {
  padding: 15px;
}
.cmp-meta-label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
#cmp_meta_title, #cmp_meta_description {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
#cmp_meta_title {
  height: 35px;
}
#cmp_meta_description {
  height: 100px;
}


.zetIndia-popup-wrapper{

  /* Region switcher pop up */
  .location-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 600px;
    background: white;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 999;
    animation: slideUpCenter 0.5s ease-out;
    border-radius: 0;
  }
  
  @keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
  }
  
  .location-popup h2{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 144.023%; 
    letter-spacing: -0.72px;
    text-transform: uppercase;
    width: 100%;
    max-width: 287px;
    margin: 0;
  }
  
  .location-popup p{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; 
    letter-spacing: 0.16px;
    width: 100%;
    max-width: 455px;
    margin: 0;
    position: relative;
  }
  
  .location-popup .popup-content{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
    gap: 100px;
  }
  
  .location-popup .popup-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px;
    gap: 10px;
  }
  .text-container{
    display: flex;
    flex-direction: column;
    
  }
  .text-container h3{
    margin-bottom: 12px;
  }
  .text-container p{
    margin-bottom: 56px;
  }
  .button-container{
    display: flex;
    width: 100%;
    gap: 30px;
  }
  
  .location-popup .popup-content button{
    border: 1px solid transparent;
    border-radius: none;
    padding: 10px 20px;
    height: 50px;
    display: flex;
    align-items: center;
  }
  .location-popup .popup-content button h6{
    font-size: 14px;
    margin: 0;
    text-transform: capitalize;
    margin: 0 !important;
  }
  .location-popup .popup-content  .sec-btn{
    background-color: #d2e825;
    line-height: 1.25;
    text-transform: none;
    text-decoration: none;
    text-shadow: none;
    color: #fff;
    border-radius: 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    box-shadow: none;
    white-space: normal;
    align-items: center;
    padding: 0 10px;
    border: 1px solid transparent;
    height: 49px;
  }
  .location-popup .popup-content  .sec-btn h6, .location-popup .popup-content .primary-btn h6{
  color: #020b36;
  font-size: 14px;
  margin: 0 !important;
  text-align: center;
  text-transform: capitalize;
  }
  .location-popup .popup-content  .sec-btn:hover{
    background-color: #FFF;
    border: 1px solid #020b36 !important;
  }
  .location-popup .popup-content  .primary-btn:hover h6{
  color: #FFF;
  }
  .location-popup .popup-content .primary-btn{
    font-size: 14px;
    height: 49px;
    border: 1px solid #020b36;
    border-radius: 0;
    background: 0 0;
    display: inline-flex;
    width: 100%;
    max-width: 225px;
    align-items: center;
    justify-content: center;
  }
  .location-popup .popup-content  .primary-btn:hover{
    background-color: #020b36;
    color: #FFF;
    border: 1px solid #d2e825;
  }
  
  .location-popup .popup-content .closeBtn{
    cursor: pointer;
    position: absolute;
    right: 4%;
    top: 6%;
  }
  
  @media (max-width:1380px){
    .location-popup .popup-content{
      gap: 20px;
  }
  .button-container{
    width: 100%;
  }
  }
  @media (max-width:998px){
    .location-popup .popup-content{
      padding: 20px !important;
  }
    .location-popup .popup-content{
      flex-direction: column;
  }
  
  }
  @media (max-width:768px){
    .text-container{
      flex-direction: column;
      gap: 10px;
  }
  .location-popup .popup-content button h6{
    font-size: 12px;
  }
  .location-popup{
    padding: 40px 20px;
  }
  .location-popup .text-container h3{
    font-size: 20px;
  }
  .location-popup .text-container p{
    margin-bottom: 30px;
  }
  .location-popup .popup-content .closeBtn{
    top: 3%;
  }
  }

  
  @media (max-width:600px){
    .button-container{
      flex-direction: column;
      gap: 20px;
    }
    .location-popup .popup-content .primary-btn{
      max-width: unset !important;
      }
  }
  }




.new-dropdown-item::before,
.new-dropdown-submenu li::before {
content: none !important;
}

.new-dropdown-menu {
position: relative;
list-style: none;
padding: 0;
margin: 0;
}

.new-dropdown-item {
position: relative;
}

.new-dropdown-link {
display: flex;
align-items: center;
justify-content: space-between;
text-decoration: none;
color: #FFF;
font-weight: 500;
padding: 10px 15px;
cursor: pointer;
border-bottom: none;

}
.new-dropdown-link:hover,  .new-dropdown-item.active .new-dropdown-link{
background: transparent;
color: #FFF;
}
.new-dropdown-link p {
margin: 0 !important;
}
.new-dropdown-link svg {
margin-left: 5px;
transition: transform 0.3s ease;
}

.new-dropdown-submenu {
position: absolute;
top: 100%;
right: 0;
z-index: 11111;
background: #FFF;
list-style: none;
padding: 10px;
margin: 0;
border: 1px solid #ddd;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
display: none;
opacity: 0;
transform: translateY(10px);
text-align: center;
transition: opacity 0.3s ease, transform 0.3s ease;

}
.rsc-text-4{
  font-size: 14px !important;
}

.new-dropdown-item.active .new-dropdown-submenu {
display: block;
opacity: 1;
transform: translateY(0);
}

.new-dropdown-item.active .new-dropdown-link .arrowDwn {
transform: rotate(180deg);
}

.new-submenu-link {
font-size: 14px;
display: block;
padding: 8px 10px 8px 38px;
text-decoration: none;
color: #020b36;
border-bottom: 1px solid #ddd;
text-align: right;
font-weight: 400;
}

.new-submenu-link:hover {
color: #020b36;
}


.new-dropdown{position:absolute;top:5%;right:2%;z-index:9999}@media (max-width:992px){.new-dropdown{top:20%;right:10%}}@media (max-width:768px){.new-dropdown{right:20%}}