@import url('https://static.zohocdn.com/zohofonts/zohopuvi/4.0/Zoho_Puvi_Regular.woff2');
.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;
}
.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;
}
*/


