.view-content{
	display:flex;
	gap:2rem;
	flex-wrap:wrap;
	justify-content: center
}
.view-api-overview{
    display: flex;
    flex-direction: column;
    gap: 1.3em;
}
.views-element-container{
    max-width: 83rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.view-filters .mb-4{
	margin-bottom:0rem !important;
}
.field-content a{
    color: black;
    font-weight: 700;
    font-size: 18px;
}
.field-content p{
    font-size: 14px;
     color: black;
}
.views-row{
    /*border: 1px solid #F7D4D1;*/
    box-shadow: 0px 8px 24px #0000000D;
    padding: 21px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width:20rem;
    /* height: 2rem; */
    /* height: 100%; */
}

.views-exposed-form {
    border-radius: 4px;
    background-color: #fff;
    overflow: hidden;
    font-size: 0.875rem;
    padding-top: 0.5rem;
    display: flex;
        justify-content: center;
    
}
.views-exposed-form .form-actions input {
    display:none;
}
.js-form-item{
	width:86%;
	display:flex;
	justify-content: center;
}
.form-control{
    background-color: white;
    border: 1px solid;
    border-color: #F7D4D1;
    border-radius: 8px !important;
    padding: 0.25rem 1rem;
    height: 50px;
    color: black;
    width:90%;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #D72A1B;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #F7D4D1;
	
}
.views-field-field-a{
	width:100%;
}
.views-field-field-a .field-content {
    display: flex;
    justify-content: end;
}
.views-field-field-a .field-content a{
    font-size: 14px;
    color: #D72A1B;

}
.page-layout-sidebar-default > .container{
	padding-top: 0px !important;
}