.azentio-search-fun-page {
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #000;
    border-radius: 8px;
    padding: 10px 15px;
    width: 400px;
    background: white;
    margin-bottom: 20px
}

.azentio-search-fun-page input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    margin-left: 10px;
    color: #333
}

.azentio-search-fun-page input::placeholder {
    color: #aaa
}

.azentio-search-fun-page .search-icon-azentio {
    width: 20px;
    height: 20px
}

.result-section-main {
    padding-bottom: 30px
}

.azentio-results-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap
}

.azentio-results-flex .left-text {
    font-size: 20px;
    font-weight: 700
}

.result-found {
    font-family: PoppinsSemiBold;
    line-height: 52px
}

@media (max-width: 870px) {
    .img-fluid {
        max-width:43%;
        height: auto
    }
}

@media (max-width: 768px) {
    .new-sanction-page {
        display:none!important
    }
}

@media (max-width: 540px) {
    .azentio-search-fun-page {
        width:100%
    }
}

.azentio-status-bar {
    justify-content: space-between;
    padding: 40px 0
}

.azentio-status-bar,.status-left {
    display: flex;
    align-items: center;
    gap: 20px
}

.status-left {
    flex-wrap: wrap
}

.status-item {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: #999;
    cursor: pointer
}

/* .status-item.active,.status-item.active .status-badge {
    color: #0e2a38
} */

.status-badge {
    margin-left: 8px;
    background: #4effc2;
    color: #999;
    font-weight: 700;
    border-radius: 50%;
    padding: 14px 19px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px
}

.status-pagination {
    display: flex;
    align-items: center;
    gap: 10px
}

@media (max-width: 600px) {
    .azentio-status-bar {
        flex-direction:column;
        align-items: flex-start
    }

    .status-pagination {
        align-self: center
    }
}

.azentio-card-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f8f8;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    flex-wrap: wrap;
    gap: 20px
}

.card-item-search {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 100px;
    font-weight: 700
}

.card-item-search p {
    font-weight: 700
}

.card-item-search.name {
    justify-content: flex-start
}

.circle-number {
    width: 50px;
    height: 50px;
    background: #16303d;
    color: #4effc2;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

/* .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    background: #f8f8f8;
    padding: 0 20px;
    border-left: 2px solid #4effc2;
    border-right: 2px solid #4effc2;
    border-bottom: 2px solid #4effc2;
    margin-bottom: 20px;
    border-radius: 0 0 10px 10px
} */

.accordion-content.open {
    max-height: 100%
}

.azentio-modal.show {
    display: block
}

.arrow-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #b8a2f6;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.arrow-button:hover {
    background: #f0f0f0
}

@media (max-width: 668px) {
    .arrow-button.arrw_btn_free_mb {
        position:absolute
    }

    .azentio-card-row {
        flex-direction: column;
        align-items: flex-start
    }

    .card-item-search {
        justify-content: flex-start
    }

    .arrow-button {
        align-self: flex-end
    }
}

.azentio-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.4)
}

.modal-content-azentio {
    background-color: #16303d;
    margin: 13% auto;
    padding: 30px 20px;
    border: 0;
    width: 90%;
    max-width: 500px;
    border-radius: 20px;
    position: relative;
    text-align: center;
    color: white
}

.close-btn-azentio {
    color: white;
    position: absolute;
    top: -15px;
    right: -15px;
    font-size: 28px;
    font-weight: 700;
    cursor: pointer
}

.modal-text-azentio {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    margin: 20px 0
}

.modal-book-btn-azentio {
    margin-top: 20px;
    padding: 10px 25px;
    background-color: #4effc2;
    color: #16303d;
    border: none;
    border-radius: 30px;
    font-weight: 700;
    cursor: pointer
}

.modal-book-btn-azentio:hover {
    background-color: #3ed9a4
}

.book-demo-btn-azentio {
    padding: 10px 20px;
    background-color: #4effc2;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 700;
    color: #16303d
}

@media (max-width: 870px) {
    .img-fluid-azentio-popup {
        max-width:100%!important;
        height: auto
    }

    .modal-content-azentio {
        margin: 50% auto
    }
}

.custom-pagination a,nav.pagination-area .disabled>a {
    color: #999!important
}

.custom-pagination .active a {
    color: #000000!important
}

.blurred-text {
    filter: blur(4px)
}

.loading-details {
    flex-direction: column;
    min-height: 100px
}

.loading-details,.loading-tab {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 10px
}

.loading-spinner {
    border: 3px solid #f3f3f3;
    border-top-color: #3498db;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite
}

.azentio-search-fun-page.disabled {
    background-color: #EFEFEF;
    cursor: no-drop
}

.azentio-search-fun-page input.disabled {
    background-color: #EFEFEF;
    cursor: no-drop!important
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.accordion-content.open {
    display: block
}

.arrow-button.disabled {
    pointer-events: none;
    opacity: .5
}

.status-item.disabled {
    opacity: .6;
    cursor: not-allowed!important
}

@media (max-width: 668px) {
    .card-section-search .accordion-content .details-container .details-grid {
        display:block
    }

    .card-section-search .accordion-content.open {
        padding: 20px 10px!important
    }
}

.listing-label-free {
    border: none!important;
    background-color: initial!important
}

.listing-label-SRNO {
    color: #000!important
}

.new-free-list-body .card-item-search p {
    font-weight: 400!important
}

.listing-top-labels-free {
    background-color: #fff;
    padding-bottom: 0
}

.label-all-mobile {
    display: none!important;
    padding-right: 5px
}

.new-free-list-body .card-item-search p.label-all-mobile {
    font-weight: 700!important
}

.rounded.message-free.bg-green-100 .text-sm,.rounded.message-free.bg-red-100 .text-sm {
    border: none!important
}

@media (max-width: 668px) {
    .azentio-card-row.listing-top-labels-free {
        display:none!important
    }

    .label-all-mobile {
        display: block!important
    }
}

.form__field.product.disabled {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.free-sanction-unleash .unleash-slider .slick-list {
    padding: 30px 20% 0 0
}

.azentio-status-bar .status-left .status-badge {
    opacity: .75
}

.azentio-status-bar .status-item.active .status-badge {
    opacity: 1
}
