.upcoming-hw-integrations {
    width: 100%;
    min-width: calc(33% - 15px);
}

.upcoming-hw-integrations.reduced-width {
    max-width: 30%;
}

.upcoming-hw-integrations p {
    font-style: normal;
}

.upcoming-hw-integrations-content p {
    margin: 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
}

.upcoming-hw-integrations-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #273043;
    margin-bottom: 22px;
}

.upcoming-hw-integrations-show-all {
    height: 0;
    text-align: right;
}

.upcoming-hw-integrations-content-wrapper {
    display: flex;
}

.upcoming-hw-integrations-content {
    padding: 0 20px;
    border-right: 1px solid #E9EAEB;
    margin-bottom: 8px;
    width: 100%;
}

.upcoming-hw-integrations-content:first-of-type {
    padding-left: 0;
}

.upcoming-hw-integrations-content:last-of-type {
    border-right: 0;
}

.upcoming-hw-integrations-content-element-name {
    align-items: center;
    color: #222D39;
}

.upcoming-hw-integrations-content-element-description {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.54);
}

.card {
    cursor: pointer;
}

.d-flex {
    display: flex;
}

.gap-30 {
    gap: 30px;
}

#request .g-field {
    margin-bottom: 20px !important;
}

.integrations__table {
    border-radius: 8px;
    border: 1px solid #D2D7DD;
    max-width: 100%;
    overflow-y: auto;
}

.integrations__table .table {
    width: 100%;
    margin-bottom: 0;
}

.integrations__table .table>thead {
    background: #F9F9F9;
    border-radius: 8px;
    width: 100%;
}

.integrations__table .table>thead>tr>th {
    color: #222D39;
    border-bottom: 1px solid #D2D7DD;
}

.integrations__table .table>thead>tr>th>a {
    color: #222D39;
    width: 100%;
    display: block;
}

.integrations__table .table>thead>tr>th>a::after {
    content: ' ';
    height: 20px;
    width: 20px;
    float: right;
    margin-right: 10px;
    background-size: auto 100%;
    background-image:
        url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAACXBIWXMAABYlAAAWJQFJUiTwAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADUSURBVHgB7ZhNCsQgDEZjmZt5Kw/grTyYqxmmu4aKiclXpORBFwVLXtX4k9R7/9LGHLQ5y4KttfNB86EFuFzOmVCoe5DLoXtSJTiSQUqKBWcSKEmRoDQ4QnIqqA3qLXkggnlKppWdpJRyea+1Eor37iRPEYJWthdcOixosWR9DLGVELQSglbeuQ4iTy+cGGIrIWhle8HkWd2yXJb+5ZO7EoprD46CWL5zH2Kt5Kw9ZA5KJSXtYEkyCy79CWgWjyQ00wC+zHAZ7Rx95NLEBTWkqPIb+QEQRHDGf5WyJAAAAABJRU5ErkJggg==')
}

.integrations__table .table tr>*:nth-child(1) {
    width: 30px;
}

.integrations__table .table>thead>tr>th:nth-child(3)::after {
    content: ' ';
    display: block;
    border-right: 1px solid #D2D7DD;
    height: 20px;
    position: absolute;
    top: 10px;
    margin-left: -12px;
}

.integrations__table .table>tbody {
    color: #222D39;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.integrations__table .table>tbody>tr>td:nth-child(3) {
    color: #276DCB;
}

@keyframes arrow {
    0% {
        opacity: .4
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: .4
    }
}

.integrations__table[data-scroll="false"] .icon {
    display: none !important;
}

.integrations__table .icon {
    display: block;
    background: transparent;
    position: absolute;
    padding: 5px 12px;
    right: 14px;
    pointer-events: none;
    float: right;
    text-align: right;
}

.integrations__table .icon svg {
    margin: auto;
}

.integrations__table .icon svg path {
    stroke: rgb(125, 125, 125);
}

.integrations__table .icon path:nth-child(1n) {
    animation: arrow 1s .66s infinite linear;
}

.integrations__table .icon path:nth-child(2n) {
    animation: arrow 1s .5s infinite linear;
}

.integrations__table .icon path:nth-child(3n) {
    animation: arrow 1s .33s infinite linear;
}

.integrations__table table {
    min-width: 640px;
    overflow: auto;
    table-layout: fixed;
}


@media only screen and (max-width: 1024px) {
    .integrations__table .table>tbody {
        font-weight: 400;
    }
}

@media only screen and (max-width: 991px) {
    .d-flex {
        flex-direction: column;
    }

    .metric {
        max-width: 100% !important;
    }

    .upcoming-hw-integrations-content-wrapper {
        flex-direction: column;
    }

    .upcoming-hw-integrations-content {
        border-right: 0;
        padding: 15px 0;
        border-bottom: 1px solid #E9EAEB;
        margin-bottom: 0;
    }

    .upcoming-hw-integrations-content:last-of-type {
        border-bottom: 0;
    }

    .upcoming-hw-integrations.reduced-width {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .integrations__table>div {
        min-width: calc( 190vw - 56px );
    }

    .integrations__table .table>thead>tr>th:nth-child(3)::after {
        content: none;
        border-right: 0;
    }

    .integrations__table .table>thead>tr>th>a::after {
        margin-right: 54px;
    }

    .upcoming-hw-integrations-show-all {
        position: relative;
        top: 34px;
        text-align: left;
    }

    .hw .box-panel {
        padding: 15px 15px 0 15px;
    }

    .upcoming-hw-integrations-title {
        margin-bottom: 42px;
    }
}

@media only screen and (min-width: 768px) {
    .integrations__table .icon {
        display: none !important;
    }
}