@import url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2');
.ticketList span.exportIcon{
  display:none;
}

  /* Search box */
portal .page-search-hidden{
 display: inline-block 
}

.TOCContainer__tocContent  li:has(span.page-search-hidden) {
  display: none !important;
}
.page-search-highlight mark{
        background: inherit;
        color: inherit;
      }

 .TOCContainer__tocContent .page-search-highlight mark{
        background: red;
        color: white;
      }



  .otp-search-wrap {
    position: relative;
    margin-bottom: 14px;
  }

  .otp-search-wrap svg {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #8a98c8;
    pointer-events: none;
  }

  .otp-search {
    width: 100%;
    padding: 8px 10px 8px 34px;
    border: 1.5px solid #d1d9f0;
    border-radius: 8px;
    font-size: 13px;
    background: #f7f9ff;
    color: #1a2340;
    outline: none;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
  }

  .otp-search:focus {
    border-color: #3b5bdb;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(59, 91, 219, 0.13);
  }

  .otp-search::placeholder { color: #b0bad8; }

  /* Clear button */
  .otp-clear {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #8a98c8;
    display: none;
    padding: 2px;
    border-radius: 50%;
    line-height: 1;
    transition: color 0.15s;
  }
  .otp-clear:hover { color: #3b5bdb; }
  .otp-clear.visible { display: flex; align-items: center; }

  /* No-results message */
  .otp-no-results {
    display: none;
    text-align: center;
    font-size: 12.5px;
    color: #9aa3c2;
    padding: 12px 0 4px;
  }


.Tag__tagAdded{
  border-color:#3e7af7;
  transition: all 0.5s;
  border-radius: .1875rem
}
.Tag__tagAdded:hover{
  	background-color: #3e7af7;
}
.Tag__tagAdded:hover a{
  	color: #fff !important
}


.image-container {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  width: 400px;
}
.image-container img {
  width: 400px;
  flex-shrink: 0;
}


@font-face {
  font-family: "ZohoPuviRegular";
  src: url("https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2")
    format("woff2");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
  font-display: swap;
}

@font-face {
font-family: "ZohoPuviBold";
src: url("https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Bold.woff2")
format("woff2");
font-style: normal;
font-weight: bold;
text-rendering: optimizeLegibility;
font-display: swap;
}
@font-face {
font-family: "ZohoPuviSemiBold";
src: url("https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Semibold.woff2")
format("woff2");
font-style: normal;
font-weight: normal;
text-rendering: optimizeLegibility;
font-display: swap;
}
b,.commonStyle__fweight600,h1,h2,h3,h4,h5,h6{
 	font-family: "ZohoPuviSemiBold" !important; 
}
.body{
  	font-family: 'ZohoPuviRegular'
}
body:has(.active-iframe) .Layout__layout1,body:has(.active-iframe) .WidgetsContainer__rightWd:nth-child(1),body:has(.active-iframe) .Footer__footer{
  display:none;
}
.gc-iframe{
    position: absolute;
    z-index: 2;
    width: 71rem;
  	height:600px;
    left: 15px;
    top: 40px;
  	display: none;
  	margin-bottom:30px;
}
.gc-iframe iframe{
  	height:600px;
  	width:71.3rem;
}
.gc-zia-iframe-close{
      position: absolute;
    top: 10px;
    right: 10px;
    height: 25px !important;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    width: 25px;
    justify-content: center;
  	cursor:pointer;
}
.active-iframe{
 display:block !important 
}
.gc-iframe iframe{
 	border:1px solid #ddd; 
}
.gc-zia-btn{
 	padding:.1875rem .625rem;
  	color:#fff;
  	background-color:#3e7af7;
  	border-radius:.1875rem;
  	font-size:16px;
  	cursor:pointer
}



/*

:has(.Layout__twoColumn .Layout__layout1):has(portal input#gc-zia-close-btn:checked) {
  display: block;
}

:has(input#gc-zia-close-btn:checked) .ArticleDetailLeftContainer__box {
  display: block
}

:has(input#gc-zia-close-btn:checked) .ArticleComments__box {
  visibility: visible;
}
*/


