.custom-modal {
    max-width: 40%;
}
.first-half,
.second-half {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 30px;
}
.index {
    padding-bottom: 10px !important;
}
.index .topic {
    display: flex;
}
.index .topic h4 {
    margin: 0px;
}
.topic .btn-custom {
    border-radius: 25px;
    height: 30px;
    padding: 1px;
}
.topic .blc {
    color: white;
    border-radius: 30px;
    text-align: center;
    background-color: #519fff;
    width: 50px;
    padding-top: 1.5px;
}
.index .listing {
    margin-bottom: 10px;
    padding: 3px 0px 3px 10px;
}
.index .listing .listing-author {
    margin-bottom: 0px;
}
.index .listing .listing-price {
    margin-bottom: 0px;
}
.index .api-growth {
    margin-bottom: 0px;
}
.index .txt {
    font-weight: 800;
}
.list-txt1 {
    display: flex;
    flex-direction: row;
}
.list-txt2 {
    display: flex;
    flex-direction: row;
}
.list-txt1_1 {
    margin: 2px;
}
.index .total {
    display: grid;
    grid-template-columns: 12fr 1fr;
}
.index .txt1 {
    float: right;
}
.index .active-btn {
    margin-top: 30px;
}
.index .txt2 {
    color: gray;
    text-align: center;
    margin-top: 10px;
}
.index .total1 {
    text-align: center;
    margin-bottom: 4%;
}
/* .index .container{
    padding:10px;
} */
.api-listing {
    height: 75%;
    overflow: auto;
    padding: 0px;
}
.index-footer1 {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}
.index-footer2 {
    margin-top: 10px;
    display: flex;
    justify-content: space-around;
}
.index-footer2 .form-group1 {
    border: 1px solid #c1fbc6;
    border-radius: 10px;
    padding: 5px;
    background-color: #c1fbc6;
    color: green;
}
.billing {
    margin-top: 50px;
    padding-bottom: 0px;
}
.billing .container .card {
    border-radius: 10px;
}
.billing .sec2 {
    display: flex;
    justify-content: space-between;
}
.billing .active-btn {
    margin-top: 0px;
}
.billing .sec2-1 p {
    margin-bottom: 0px;
}
.billing .sec2-1 .sec2-1-1 {
    font-family: "Courier New", Courier, monospace;
    color: gray;
    font-weight: bolder;
    font-size: 15px;
}
.billing .sec2-1 .sec2-1-2 {
    font-family: "Franklin Gothic Medium";
    font-size: 20px;
    color: #519fff;
    font-weight: bolder;
}
.billing ul {
    padding-left: 10px;
}
.billing .hrb {
    margin: 0px;
}
.api-request {
    min-height: 200px;
    text-align: center;
}
.api-key {
    text-align: center;
}
.api-key-head {
    display: flex;
    justify-content: space-between;
}
.api-key-btn {
    background-color: rgba(0, 0, 0, 0);
    color: #519fff;
    border: none;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    font-size: 13px;
}
.dashboard {
    display: flex;
    justify-content: space-between;
}
.dashboard .button {
    background-color: white;
    color: #008cba;
    border: 1px solid #008cba;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    font-size: 13px;
}
.dashboard .button:hover {
    background-color: #008cba;
    color: white;
    border: white;
}
.jsdiv {
    display: flex;
    flex-direction: row;
}
.selected-plan button {
    margin-left: 5px;
    padding: 0px 5px 0px 5px;
    background-color: #c1fbc6;
    color: green;
    border: 0px;
    border-radius: 10px;
    font-size: 13px;
}
.dropdown-form-header {
    display: flex;
    justify-content: space-between;
}
.dropdown-btn {
    background-color: rgba(0, 0, 0, 0);
    color: #519fff;
    border: none;
    padding: 0px 5px 0px 5px;
    border-radius: 5px;
    font-size: 13px;
}
.dropdown-btn .selected-value {
    margin-left: 5px;
}

@media (max-width: 1146) {
    .dropdown-form-header {
        grid-template-columns: 80% 20%;
    }
}
.accordion .card-header[aria-expanded="true"] {
    background-color: rgba(0, 0, 0, 0.03);
}
.dropdown {
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.03);
    display: none;
    position: absolute;
    margin-top: 10px;
}
.dropdown .dropdown1 {
    border: none;
    text-align: left;
    padding: 0px 10px 0px 10px;
    color: black;
    font-size: 13px;
}

@media (max-width: 575px) {
    .custom-modal {
        max-width: 100%;
    }
}
@media (max-width: 991px) {
    .index-footer {
        margin-bottom: 10%;
    }
}
@media (max-width: 434px) {
    .first-half,
    .second-half {
        padding-left: 0px;
        padding-right: 0px;
    }
}
.unblur {
    display: none;
}
.blur {
    margin: auto;
    width: 80%;
    height: 650px;
    background-image: url("/img/misc/developer_blur.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #007bff;
}

.btn-custom.secondary.searchbtn {
    background-color: #519fff;
}
.btn-custom.secondary.searchbtn::before {
    background-color: #478adc;
}
.banner.banner-all {
    padding: 500px 0px 70px;
}
.banner .banner-text {
    max-width: 100% !important;
    margin-bottom: 150px;
}

.banner .title,
.banner .subtitle {
    color: #000 !important;
}

.blog-wrapper .post-content ul,
ol {
    list-style: revert;
    margin-left: 15px;
}

.subheader h1 {
    margin-top: 60px;
}

.navbar .menu-item .submenu {
    background-color: #000;
}

.section.section-padding {
    padding: 16px 0 10px;
}

.section.section-padding p {
    font-size: 20px;
}

.section.section-margin {
    margin-top: 100px;
}
.section-width {
    width: 60%;
    margin: 0 auto;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.section-title-wrap p {
    max-width: 100% !important;
    /* width: 100%; */
    /* text-align: center; */
}
.section-title-wrap.section-header .title {
    font-size: 52px;
    line-height: 50px;
}
.section-width .paragraph p {
    font-weight: 900;
    font-size: 22px !important;
}

@media (max-width: 978px) {
    .section-width {
        width: 90%;
        margin: 0 auto;
    }
    .section-title-wrap.section-header .title {
        font-size: 42px;
        line-height: 50px;
    }
    .semi-circle {
        display: none !important;
    }
    .search-btn {
        width: 100% !important;
        height: 50px !important;
    }
    /* .banner {
        display: none !important;
    } */
}

.form-control {
    height: 50px !important;
}

.acr-listing-icons {
    margin-bottom: 20 px;
}

.form-group {
    margin-bottom: 5px !important;
}

.banner .acr-filter-form .btn-custom {
    padding: 7px !important;
}

.banner.banner-3 .acr-filter-form .semi-circle {
    display: none; /* Initially hidden */
}

/* Show the advanced-search-trigger when hovering over the form or submit button */
.banner.banner-3 .acr-filter-form:hover .semi-circle {
    display: flex; /* Show on hover */
    justify-content: center;
    align-items: center;
}

.white-bg {
    background-color: #ffff;
}

.blog-img {
    width: 100%;
    height: auto;
    max-height: 270px;
    object-fit: contain;
}

.search-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100px; */
    height: 50px;
    margin-left: auto;
}
