﻿.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.hubs-list .image-table .img-wrap a {
    display: block;
}

.az-filter {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
    flex-wrap: wrap;
    position: relative;
}

    .az-filter button {
        display: inline-block;
        padding: 0 6px;
        margin: 0 6px 10px;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        cursor: pointer;
        white-space: nowrap;
        appearance: none;
        border: 0;
        background: none;
    }

    .az-filter .divider {
        color: #ccc;
        position: absolute;
        left: 40px;
        top: 0;
    }

    .az-filter button.all {
        position: absolute;
        left: 0;
        top: 0;
    }

    .az-filter button.active {
        font-weight: 700;
    }

    .az-filter button:hover {
        text-decoration: underline;
    }

    .az-filter button:focus {
        text-decoration: underline;
        outline: none;
    }

    .az-filter button.disabled {
        color: #ccc;
        pointer-events: none;
    }

.vendor-hub .vendor-banner img {
    display: block;
    height: auto;
    width: 100%;
}

.vendor-hub .vendor-logo {

}

.vendor-hub .vendor-logo-block {

}

.vendor-hub .vendor-logo-block img {
    display: block;
    height: auto;
    width: 100%;
}

.vendor-hub .vendor-name {
    font-size: 2.5rem;
    font-weight: 600;
}

.vendor-hub .verify-badge {
    margin-top: -2px;
    margin-right: 30px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

.vendor-hub .verify-badge.verified {
    width: 90px;
    background-image: url('../images/verified-badge.svg');
}

.vendor-hub .verify-badge.unverified {
    width: 105px;
    background-image: url('../images/unverified-badge.svg');
}

.vendor-hub .vendor-top {
    margin-bottom: 30px;
}

.sinch_hub_lp-tab-link {
    display: inline-block !important;
    background-color: #1D71B8;
    height: 40px;
    padding: 0 15px;
    color: white;
    text-decoration: none;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    line-height: 40px;
}

.sinch_hub_lp-tab-link:hover {
    color: white;
}

.term-tabs .tabs {
    list-style: none;
    padding: 0 !important;
}

    .term-tabs .tabs li {
        display: inline-block;
        margin-right: 10px;
    }

        .term-tabs .tabs li a {
            position: relative;
            display: inline-block;
            background-color: #CDEAFC;
            height: 45px;
            padding: 0 20px 0 10px;
            color: #1D71B8;
            text-decoration: none;
            border-bottom-right-radius: 20px;
            font-size: 18px;
            font-weight: 600;
            line-height: 45px;
        }

            .term-tabs .tabs li a span {
                position: relative;
            }

            .term-tabs .tabs li a.active span:after {
                display: block;
                content: '';
                position: absolute;
                bottom: -10px;
                left: 0;
                height: 3px;
                width: 100%;
                border-radius: 2px;
                background-color: #36A9E1;
            }

.term-tabs .tab-content {
    display: none;
}

.term-tabs .tab-content.active {
    display: block;
}

.sinch-hubs-tab-section br {
    display: none;
}

.sinch-hubs-flex {
    display: flex;
    flex-wrap: wrap;
}

    .sinch-hubs-flex.news-row {
        margin: 0 -10px;
    }

.sinch-hubs-flex-column {
    display: flex;
    flex-direction: column;
}

.has-text-align-center {
    text-align: center;
}

.sinch-hubs-tab-section {
    color: #2c2c2c;
    font: normal 13px / 1.3 "Nunito Sans", "Open Sans", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}

.sinch-hubs-tab-row.with-sidebar {
    display: flex;
}

h4.sinch-hubs-tab-block-title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1D71B8;
    font-size: 1.5rem;
}

h5.sinch-hubs-tab-block-title {
    margin-top: 0;
    margin-bottom: 20px;
    color: #1D71B8;
    font-size: 1.25rem;
}

.sinch-hubs-tab-block-content p {
    color: #878787;
    font-size: 18px;
}

.sinch-hubs-tab-row.with-sidebar .sinch-hubs-tab-block {
    flex-basis: 75%;
    padding-right: 20px;
}

.sinch-hubs-tab-row.with-sidebar .sinch-hubs-tab-sidebar {
    flex-basis: 25%;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

    .sinch-hubs-tab-row.with-sidebar .sinch-hubs-tab-sidebar .sinch-hubs-tab-block-title {
        text-align: center;
    }

.sinch-hubs-tab-block-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
}

.sinch-hubs-tab-block-button {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
    font-size: 13px;
}

    .sinch-hubs-tab-block-button a {
        display: block;
        padding: 9px 12px;
        background-color: #ff6900;
        color: #fff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
    }

.sinch-hubs-tab-brand {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px 8px;
    flex-basis: 20%;
    width: 20%;
}

    .sinch-hubs-tab-brand a {
        display: block;
        color: #2c2c2c;
        text-decoration: none;
    }

        .sinch-hubs-tab-brand a.sinch_hub_lp-tab-link {
            align-self: flex-start;
            background-color: #CDEAFC;
            color: #1D71B8;
        }

    .sinch-hubs-tab-brand p {
        color: #1D71B8;
        font-size: 16px;
        font-weight: 600;
    }

    .sinch-hubs-tab-brand a.view-more-sinch {
        display: inline-block;
        color: #1D71B8;
        font-size: 16px;
        text-decoration: underline;
        text-align: center;
    }

.sinch-hubs-tab-image {
    display: block;
    position: relative;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
    border-radius: 15px;
}

    .sinch-hubs-tab-image::after {
        content: "";
        display: block;
        padding-bottom: 100%;
        position: relative;
    }

    .sinch-hubs-tab-image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }

    .sinch-hubs-tab-image.sinch-hubs-logo::after {
        padding-bottom: 50%;
    }

.sinch-hubs-tab-brand .sinch-hubs-tab-image img {
    padding: 5px;
}

.sinch-hubs-tab-news {
    padding: 15px;
    width: calc(25% - 20px);
    margin: 0 10px;
    border-radius: 40px;
    background-color: #F5F5F5;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25);
    text-align: center;
}

.sinch-hubs-tab-news-image {
    margin-bottom: 20px;
    border-radius: 25px;
    overflow: hidden;
}

    .sinch-hubs-tab-news-image img {
        display: block !important;
        height: auto !important;
        width: 100% !important;
    }

.sinch-hubs-tab-news-title {
    margin-bottom: 20px;
    font-size: 16px;
    flex: 1;
}

.sinch-hubs-tab-news-link {
    text-align: center;
}

    .sinch-hubs-tab-news-link a {
        display: inline-block;
        color: #1D71B8;
        font-size: 16px;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
    }

.sinch-hubs-tab-product {
    width: calc(100% / 6);
}

    .sinch-hubs-tab-product a {
        display: block;
        color: #2c2c2c;
        line-height: 1.5;
        text-decoration: none;
    }

        .sinch-hubs-tab-product a span {
            display: block;
        }

.sinch-hubs-tab-product-image {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

    .sinch-hubs-tab-product-image::after {
        content: "";
        display: block;
        padding-bottom: 100%;
        position: relative;
    }

    .sinch-hubs-tab-product-image img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

.sinch-hubs-tab-product-title {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.sinch-hubs-tab-product-description {
    color: #abb8c3;
    font-size: 13px;
}

.sinch-hubs-tab-product-price {
    color: #000;
    font-size: 12px;
    font-weight: 600;
}

    .sinch-hubs-tab-product-price span {
        display: inline-block !important;
    }

.sinch-hubs-tab-product-price-price {
    margin-left: 10px;
    color: #ff6900;
}

.vendor-contact-details {
    padding: 10px 15px;
    margin-top: 40px;
    border: 2px solid #1D71B8;
    border-bottom-right-radius: 50px;
}