 .image-container {
    width: 100%;
    overflow: hidden;
  }

  .image-wrapper {
    display: flex;
    animation: slideImages 70s linear infinite;
  }

  .image-wrapper img {
    flex-shrink: 0;
    width: 33.33%;
    height: auto;
    border-radius: 15px;
    margin: 20px 10px;
    box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 20%);
  }

  @keyframes slideImages {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-400%);
    }
  }

  .cHighlightBoxImage img {
    width: 85px;
  }

  .cLibrary2020Nov-Filter-table-container {
    margin-top: 0px !important;
    padding-bottom: 2em !important;
  }

  .cLibrary2020Nov-Filter-table-container .cButtonN_Standard {
    width: 215px !important;
  }

  .checkmark {
    border-radius: 3px;
  }

  .cPartnerDetailsSliderBox {
    padding: 1rem 3rem;
  }

  .cLibrary2020Nov-Filter-table-container {
    background: #fff;
    padding: 2em 2em 8em 2em;
    margin-top: 15px;
    border-radius: 15px;
    border: solid 1px #ccc;
    box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 10%);
  }

  .cCountry {
    padding: 4px 7px;
    margin-right: 8px;
    background-color: #2c2d2e;
    color: #ffffff !important;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
  }

  .cTeam {
    padding: 4px 7px;
    margin-right: 8px;
    background-color: #000000;
    color: #ffffff !important;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
  }

  .cArea {
    padding: 4px 7px;
    margin-right: 8px;
    background-color: #f1f1f1;
    color: rgb(0, 0, 0);
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    margin-top: 5px;
  }

  .cRemovePadding {
    padding: 0;
  }

  .cFixHeight {
    min-height: 77px;
  }

  .cCareerBox h3 {
    min-height: 4.6rem;
    margin-bottom: 15px !important;
  }

  input[type=checkbox],
  input[type=radio] {
    display: none;
  }

  .cFilterContainer {
    display: none;
  }

  .cRoundedHighlightedBox .cCareerBox {
    margin-bottom: 30px !important;
  }

  .cRoundedHighlightedBox {
    margin-bottom: 30px !important;
    min-height: 325px;
  }

  .cCareerBox {
    text-align: left !important;
    min-height: 288px !important;
  }

  .cBlackBG h2 {
    color: #ffffff !important;
  }

  .cGlassdoor h2 {
    margin-bottom: 15px;
    margin-top: 145px;
  }

  .cInternship h2 {
    margin-top: 110px;
  }

  .pageLoaderDiv {
    display: none;
    width: 100%;
    height: 100%;
    background-color: white;
    display: block;
    position: fixed;
    top: 0;
    opacity: 0.3;
    position: absolute;
    background-color: #A7A6A5;
    border-radius: 10px;
  }

  input.cButtonN_Standard {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    margin-right: 0px !important;
    text-transform: none !important;
    word-spacing: 3px;
    letter-spacing: .008rem !important;
    text-transform: none !important;
    font-size: 21px !important;
    padding: 10px 20px 10px !important;
    width: 222px !important;
    background-color: #000 !important;
    color: #fff !important;
    margin-bottom: 0.7rem !important;
    letter-spacing: 0.5px !important;
    font-weight: 500;
    margin-top: 1rem !important;
    display: inline-block;
    border-radius: 5px !important;
    text-align: center;
    border: solid 2px transparent;
  }

  input.cButtonN_Standard:hover {
    background-color: #ff7300 !important;
    border: solid 2px transparent;
    text-decoration: none !important;
  }


   .cRoundedHighlightedBox {
                padding: 30px 30px 30px 30px;
                border-radius: 15px;
                min-height: 357px;
                margin-bottom: 50px;
                text-align: center;
                display: inline-block;
                box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 20%);
                background-color: #ffffff;
            }

  @media screen and (max-width: 992px) {
    .cLibrary2020Nov-Filter-table-container {
      margin-bottom: 2rem;
    }

    .cFixHeight {
      min-height: auto;
    }

    .cCareerBox h3 {
      min-height: auto;
    }

    .cHighlightBoxImage h3 {
      height: none !important;
    }

    .cHighlightBoxImage .cRoundedHighlightedBox {
      min-height: 342px;
    }

    .cGlassdoor h2 {
      margin-bottom: 15px;
      margin-top: 81px;
    }

    .cRoundedHighlightedBox {
      min-height: 453px;
    }

    .cBlackBG a.cButtonN_Standard {
      display: inline-block !important;
    }
  }

  @media screen and (max-width: 520px) {
    a.cButtonN_Standard {
      display: inline-block !important;
    }

    .cInternship {
      text-align: center;
    }

    .cInternship h2 {
      margin-top: 0px !important;
    }

    .cGlassdoor {
      text-align: center;
    }

    .cGlassdoor img {
      display: inline-block;
    }

    .cGlassdoor h2 {
      margin-bottom: 15px;
      margin-top: 20px;
    }

    .cRoundedHighlightedBox {
      min-height: auto !important;
    }

    .image-wrapper img {
      flex-shrink: 0;
      width: 50% !important;
      height: auto;
      border-radius: 10px !important;
      margin: 20px 10px;
      box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 20%);
    }
  }


  





















.cLibrary2020Nov-Filter-table select.custom-select {
         
	/* background: none; */
	background-image: url(https://wso2.cachefly.net/wso2/sites/all/2022/images/workshop-form-down-arrow-w.svg);
	background-position: right 1.1rem;
	background-repeat: no-repeat;
	background-size: 18px;
display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.cLibrary2020Nov-Filter-InnerTable {
    width: 100% !important;
}







                        

/* FILTER */
.cLibrary2020Nov-Filter-table-container {
	width: 100%;
    display: inline-block;
        background: #fff;
        padding: 20px;
        margin-top: 0px;
        border-radius: 20px;
        border: solid 1px #ccc;
        box-shadow: 2px 5px 10px 0 rgb(0 0 0 / 10%);
}
.cFilterButton.cFilterButtonBottom {
	background: #ffffff;
	color: #5d5d5d;
	border: 1px solid #dbdbdb;
	border-top: none;
	right: -102px;
}
.cFilterButton.cFilterButtonTop.cCloseFilter {
	opacity: 0;
	transition: all .5s ease 0s;
}
.cFilterButton.cFilterButtonBottom:hover {
	color: #FF5000;
}
table.cLibrary2020Nov-Filter-table {
	width: 100%;
}
.cLibrary2020Nov-Filter td , .cLibrary2020Nov-Filter th {
	padding: 0 0 0 1em;
	border-right: 1px solid #e1e1e1;
	vertical-align: top;
}
.cLibrary2020Nov-Filter .cLibrary2020Nov-Filter-InnerTable td , .cLibrary2020Nov-Filter .cLibrary2020Nov-Filter-InnerTable th {
	border: none;
}
.cLibrary2020Nov-Filter td:first-child , .cLibrary2020Nov-Filter th:first-child {
	padding-right: 1em;
	padding-left: 0;
}
.cLibrary2020Nov-Filter td:last-child , .cLibrary2020Nov-Filter th:last-child {
	border: none;
}
.cLibrary2020Nov-Filter-table select {
	-moz-appearance: none;
	background-color: transparent;
	background-image: none;
	border: medium none;
	box-shadow: none;
	padding: 0px 5px;
	width: 110%;
	height: 20px;
	font-size: 0.8em;
}
.select-style {
	background: transparent url("//b.content.wso2.com/sites/all/2017-d7-theme/customers-2017/images/select-arrow.svg") no-repeat scroll right 10px center;
	background-color: transparent;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	color: #5d5d5d;
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	background-color: #ffffff;
	margin-bottom: 0.8em;
	margin-top: -0.3em;
}
.cLibrary2020NovFilterLable {
	display: block;
	position: relative;
	padding-left: 24px;
	cursor: pointer;
	float: left;
	margin-right: 1em;
	color: #000 !important;
	font-size: 12px !important;
	line-height: 16px !important;
	margin-bottom: 5px !important;
}
.cLibrary2020NovFilterLable input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkmark {
	position: absolute;
	top: 0px !important;
	left: 0;
	height: 15px;
	width: 15px;
	background-color: #ffffff;
	border: 1px solid #d6d6d6 
}
.cLibrary2020NovFilterLable:hover input ~ .checkmark {
	background-color: #ccc;
}
.cLibrary2020NovFilterLable input:checked ~ .checkmark {
	background-color: #ff7300;
	border: 1px solid #ff7300;
}
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
.cLibrary2020NovFilterLable input:checked ~ .checkmark:after {
	display: block;
}
.cLibrary2020NovFilterLable .checkmark:after {
	left: 4px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
h3.cFilterTitle {
	color: #efefef;
	margin-bottom: 0;
    color: #000 !important;

    border-bottom: solid 1px #ddd;
  padding-bottom: 0.5rem;
}
.cLibrary2020Nov-Filter-table h4 {
	font-size: 15px !important;
	padding-top: 1em;
	margin-top: 10px;
	width: 100%;
	margin-bottom: 5px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 1.5px;
}
.Dark  .cLibrary2020Nov-Filter-table h4 {
    color: #fff ;
}
.cFeaturedWebinars .cFeaturedItemMoreLink {
	margin-bottom: 0;
}


@media screen and (max-width: 990px) {
	.cFourHighLightBlock {
		border: none !important;
		padding: 0 !important;
   }
	.cFourHighLightBlock .cLibTile , .cFourHighLightBlock .library_item_block{
		padding-left: 0;
   }
	.cMainHighLightBlock .cInfoCol {
		height: auto !important;
		margin-bottom: 30px;
		border-bottom: 1px solid #E6E7EC;
		padding-bottom: 30px;
   }
	.cFilterControl {
		display:block;
   }
	.cLibrary2020Nov-Filter-table-container {
		height:0px;
		overflow:hidden;
		padding: 0;
   }
	.cFilterContainer.show .cLibrary2020Nov-Filter-table-container {
		height:auto;
		overflow:hidden;
		padding: 2rem;
   }
	.cFilterDisplayButton {
		color: #fff;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
		letter-spacing: .05rem;
		padding: 20px;
		background:#FF7300;
		display: inline-block;
		margin-left: 15px;
   }
	.cFilterDisplayButton.show {
		background: #212a32;
   }
	.cFilterDisplayButton:hover {
		color: #000 !important;
   }
	.cFilterDisplayButton:after {
		content:'Show Filter';
   }
	.cFilterDisplayButton.show:after {
		content:'Hide Filter';
   }
	section.cLibContentSection {
		padding: 5rem 0;
		background: #F2F2F2;
   }
}
@media screen and (max-width: 769px) {
	.cInfoCol , .cLibTile {
		height: auto !important;
   }
	.cMore {
		position: static !important;
   }
	.cFilterControl {
		display:none;
   }
   /* .cFilterIcon {
		display: block;
   }
	*/
	.cLibrary2020Nov-Filter-table-container , .cLibrary2020Nov-Filter-table-container.cStickyPanel{
		overflow: visible;
		height: 100vh;
		position: fixed;
		z-index: 999;
		padding: 30px;
		width: 300px;
		left: -298px;
		top: 0px;
		border-right: 5px solid #ff7300;
		transition: all .5s ease 0s;
   }
	.cLibrary2020Nov-Filter-table-container.cDisplayFilterPanel {
		left:0;
		transition: all .5s ease 0s;
   }
   .cFilterIcon {
	display: inline-block;
	position: absolute;
	background: #ff7300;
	/* padding: 10px; */
	height: 30px;
	width: 30px;
	right: -45px !important;
	z-index: 99999;
	top: 45%;
	cursor: pointer;
	background-image: url(//wso2.cachefly.net/wso2/sites/all/2022-optimized/library-2022/filter.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	padding: 30px 30px 20px 14px !important;
	border-radius: 0 20px 20px 0;
}
	.cFilterIcon.cDisplayFilterPanel {
		right: -30px;
		background-image: url(//wso2.cachefly.net/wso2/sites/all/2022-optimized/library-2022/close.svg);
   }
	.cFilterIcon img {
		width: 17px;
   }
	.cFilterIcon.cDisplayFilterPanel img {
		width: 20px;
   }
	.cHeader {
		padding-top: 1.2rem;
		padding-bottom: 0rem;
   }
	.cLightGreyBG.cPaddingBottomLift.cFeatured {
		padding-top: 2rem;
   }
	#siteBreadcrumb {
	   /* display: none;
		*/
   }
	section.cBreadCrumsSection {
		width: 100%;
		display: inline-block;
   }
	.cMainHighLightBlock .cLibTile {
		padding-right:0;
   }
	.cMainHighLightBlock .cContentTileWrapper h2 {
		font-size: 30px;
		line-height: 40px;
		margin-top: 1.5rem;
		font-weight: 500;
		font-weight: 600 !important;
   }
	.cHighlighted.cWhiteBG.cFixedHeight.cMainWhiteBox {
		padding: 20px;
	   /* padding-bottom: 0;
		*/
   }
	.cLibTile.cClickDisable a {
		pointer-events: none !important;
   }
	.cFilterContainer {
		z-index: 9999999;
   }
}

.Dark .cHighlighted.cWhiteBG.cFixedHeight.cMainWhiteBox , .Dark .cLibTile {
	background: #202124;
}
.Dark .cMainHighLightBlock .cContentTileWrapper h2 , .Dark .cMainHighLightBlock .cContentTileWrapper p {
	color:#fff !important;
}
.Dark .cContentTileWrapper h2, .Dark .cHighlighted.cWhiteBG .cFourHighLightBlock h2 {
	color:#fff !important;
}
.Dark .cProductTag {
	border:none;
}
.Dark section.cLibContentSection {
	background: #0f0f0f;
}
.Dark .cFourHighLightBlock {
	border-left: 1px solid #464646;
}
.Dark input:checked + .slider {
   /* background-color: blue;
	*/
}
.Dark .cLibTile a:hover h2 {
	color:#ff7300 !important;
}
.Dark .cProductPageNavigation.navbar.navbar-expand-lg.navbar-light.bg-light {
	box-shadow: none;
	background: #0f0f0f !important;
}
.Dark .cProductPageNavigation a {
	color: #fff !important;
}
.cClose {
	display: none;
}

.Dark .cFooter.cWhiteBG {
	background-color: #fff !important;
}



.Dark .cSearched ,  .emptyRst span {

color: #fff !important;

}

.Dark .emptyRst {

	
color: #fff !important;

}

.Dark  .nav-item.cSelectedItem {
	background: #2b2d31;
	font-weight: 700 !important;
}

.Dark .cBoxTitle h3 {

	color: #fff !important;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;

}

 .cLibrary2020Nov-Filter-InnerTable {
color: #464444 !important;
}

.Dark .cLibrary2020Nov-Filter-table-container {
background-color: #202124 !important;
}

.Dark h3.cFilterTitle {
color: #fff !important;
}
.Dark .cLibrary2020Nov-Filter-table h4 {
	font-size: 1em;
	color: #fff !important;
	padding-top: 1em;
	margin-top: 0;
	width: 100%;
	margin-bottom: 1em;
	color: #efefef;
	font-weight: 700 !important;
	/* text-transform: capitalize; */
}

/* RADIUS */

.cHighlighted.cWhiteBG.cFixedHeight.cMainWhiteBox {
	border-radius: 20px;

}

.cLibrary2020Nov-Filter-table-container {
	border-radius: 20px;
}
.cLibTile {

	border-radius: 20px;
}

.cBlogImageContainer img {
	border-radius: 20px !important;
}



/* 2023 */

  .cImageBlock {
	width: 85px;
	/* background: red; */
	float: left;
	height: 85px;
	margin-right: 15px;
}
.cImageBlock img {
	width: 85px;
	height: 85px;
	border-radius: 50%;
}
.cInfoBlock {
  width: 190px;
  display: table-cell !important;
  height: 85px;
  vertical-align: middle;
}



.cAuthorCard {
	display: inline-block;
	/* background: blue; */
	width: 48%;
	margin-bottom: 30px;
	float: left;
	display: inline-block;
	margin-left: 0px;
}

.cAuthorCard .cLibraryContentInfo {
margin:0;
}
.cInfoBlock li {
line-height: 20px !important;

}

.cInfoBlock li.cAuthor {
	font-size: 16px;
	margin-bottom: 6px;
}
.cInfoBlock li.cAuthorDesignation {
	font-size: 12px !important;
}
.cPublishedDate {
	margin-right: 4px;
	font-weight: 700;
    margin-bottom: 20px;
}
.cReadTime {
    margin-bottom: 20px;
}

.Dark .cInfoBlock li.cAuthor , .Dark .cPublishedDate , .Dark .cInfoBlock li.cAuthorDesignation span {
   color: #fff !important;
}


.cFeaturedItemTile .cLibTile {
	height: auto !important;
}

.cFeaturedItemTile  h2 {
	font-size: 2rem !important;
	line-height: 2.5rem !important;
}
.cFeaturedItemTile .cInfoCol {
	height: auto !important;
}


@media screen and (max-width: 1258px) {
	.cIdentity-and-Access-Management .cProductTag {

		width: 100px;
	}
}
@media screen and (max-width: 768px) {
	.cIdentity-and-Access-Management .cProductTag {

		width: auto;
	}
    .cAuthorCard {
        display: inline-block;
        /* background: blue; */
        width: 100% !important;
        margin-bottom: 30px;
        float: left;
        display: inline-block;
        margin-left: 0px;
    }
}

@media screen and (max-height: 722px) {
	.cLibrary2020Nov-Filter-table-container.cStickyPanel {
		position: sticky;
		top: 50px;
		max-height: 600px;
		overflow: auto;
	}
}

