/* integration page  */
.sidebar {
    width: 20%;
	border-radius:5px;
	padding:0;
}
.sidebar h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px;
    font-weight: 600;
}
.sidebar ul li{
list-style:none;
	padding-bottom:14px;
}
.sidebar ul li a {
    color: #000 !important;
    display: inline-block;
    width: 100%;
   padding:3px 8px;
   
   
    font-size: 15px;
    border-left:2px solid transparent;
	font-family: var(--e-global-typography-3316d8d-font-family);
}
.sidebar ul li a.active{
   border-left:2px solid #9857ff;
}
.serch-row{
  margin-bottom:25px;
}
.serch-row .col-12{
  display:flex;
}
.search-bar {
    position: relative;
    display: flex;
    align-items: center;
	  width:50%;
}
.search-bar input {
    width: 100%;
    padding: 10px 10px 10px 35px; /* Extra padding to accommodate the icon */
    border: 1px solid #ccc;
    border-radius: 5px;
	    font-family: var(--e-global-typography-3316d8d-font-family);
    font-size: 14px;
}
.search-bar i {
    position: absolute;
    left: 10px;
    color: #777;
    font-size: 16px;
}

.sidebar aside ul {
    margin-left: 0;
    padding-left: 0;
}
.tag-list {
    width: 50%;
    justify-content: end;
    display:none;
}
.tag-list ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
    display: flex;
    gap: 10px;
    margin: 10px 0;
}
.tag-list ul li a {
    background-color: #f5f5f5;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #000 !important;
    border: 1px solid #ededed;
	font-family: var(--e-global-typography-3316d8d-font-family);
	
}
.flex-row {
    margin: 20px 2px;
}
.apps-container {
    width: 80%;
}
.apps-box-outer {
    
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    row-gap: 19px;
	column-gap: 19px;
}

.apps-card {
   width: 15%;
    text-align: center;
    color: #000;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
	     padding: 20px 15px 15px;
}

a.apps-card:hover{
  border-color: var(--heading-color);
}
.apps-card p {
    color: #000;
    font-size: 14px;
    margin-top: 20px;
	line-height:1.3;
	font-family: var(--e-global-typography-3316d8d-font-family);
	
}
.apps-card .apps-img.wp-post-image {
    height: 45px;
    width: auto;
}



@media screen and (max-width: 1399px) {
	.apps-box-outer {
    row-gap: 17px;
    column-gap: 17px;
}
.apps-card .apps-img.wp-post-image {
    height: 40px;
    width: auto;
}
	.sidebar ul li a {
    font-size: 14px;
}
	}

@media screen and (max-width: 1199px) {
	       .apps-box-outer {
        row-gap: 17px;
        column-gap: 17px;
    }
	.apps-card {
    width: 18%;
}
	    .apps-card .apps-img.wp-post-image {
        height: 35px;
    }
	
	.tag-list {
    width: 60%;
}
}


@media screen and (max-width: 991px) {
	.apps-card {
    width: 22%;
    padding: 15px 10px 10px;
}
	    .apps-card .apps-img.wp-post-image {
        height: 30px;
    }
	.apps-card p {
    font-size: 12px;
}
	.sidebar ul li a {
        font-size: 12px;
    }
	.tag-list ul li:nth-child(4), .tag-list ul li:nth-child(5) {
    display: none;
}
}
@media screen and (max-width: 767px) {
.apps-container {
    width: 100%;
}
	.sidebar {
    width: 100%;
}
	
	.sidebar select,.sidebar option {
    padding: 10px;
    width: 97%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-family: var(--e-global-typography-3316d8d-font-family);
    font-size: 14px;
    margin: 12px 8px;
}
	
	.search-bar {
    width: 100%;
}

	}

@media screen and (max-width: 575px) {
        .apps-card {
        width: 47%;
        padding: 25px;
    }
	.serch-row .col-12 {
    display: flex;
    flex-wrap: wrap;
}
	.search-bar {
	  width:100%;
}
	.tag-list {
    width: 100%;
		 justify-content: center;
   
}
	
		.tag-list ul li:nth-child(4), .tag-list ul li:nth-child(5),.tag-list ul li:nth-child(6) {
    display: block;
}
	 }

@media screen and (max-width: 1399px) {
.apps-card {
        width: 45%;
    
    }
}