/* General utils */
.dts-f-row {
    display: flex;
    flex-direction: row;
}


/* General layout */
.dts-title-background {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.dts-title-content {
    height: 240px;
    background: #F4F7FF;
}
.dts-registry-header {
    background: #F4F7FF;
    padding-bottom: 2px !important;
    margin-bottom: 18px !important;
}
.dts-left-background {
    background: white;
    width:50%;
}
.dts-right-background {
    background: #F4F7FF;
    width:50%;
}
.white-background-title .dts-right-background {
    background: white;
    border-bottom: 1px solid #eee;
}
.white-background-title .no-title .dts-right-background {
    background: white;
    width:50%;
}

.dts-standard-padding {
    padding-left: 48px;
    padding-right: 48px;
}

@media (max-width: 900px) {
    .dts-standard-padding {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.dts-menu-separator {
    border-bottom: 1px solid #eee;
    width: 90%;
    margin: 0px auto;
    margin-top: 32px;
    margin-bottom: 18px;
}

.dts-content-frame {
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: space-around;
}
.dts-content-frame-inner {
    max-width: 1900px;
    display: flex;
    flex-direction: row;
    flex-basis: 1900px;
    margin-bottom: -80px;
}
.dts-content-frame-content {
    flex-basis: 1600px;
    max-width: 100%;
}

.dts-content {
    width: 100%;
}
.dts-content.no-title {
    margin-top: 0px;
}
.dts-title-frame-content {
    display: flex;
    flex-direction: row;
    background-color: red;
    flex-grow: 1;
}
.dts-content-block {
    display: flex;
    flex-direction: row;
    max-width: 1600px;
}


.dts-content-frame-block {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


/* Left menu */
.dts-menu-block {
    background: white;
    border-right: 1px solid #eee;
    min-height: 500px;
    height: 100%;
    flex-basis: 400px;
    padding: 10px 0px 10px 0px;
}
.dts-menu-overlay {
    display: none;
    z-index: 9980;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.4);
}
.dts-menu-overlay.open {
    display:block;
}
.dts-menu-opener {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.2);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 3px;
    z-index: 9990;
    left: 0px;
    top: 166px;
}
.dts-menu-opener.open {
    left: 300px;
}
@media (max-width: 900px) {
    .dts-menu-block {
        display: none;
        position: absolute;
        height: 100vh;
        width: 300px;
        left: 0;
        top: 0;
        z-index: 10000;
    }
    .dts-menu-block.open {
        display: block;
    }
    .dts-menu-opener {
        display: block;
    }
    .dts-content-frame-inner {
        max-width: 100%;
    }
}
/* Catalog home */
.dts-catalog-search, .dts-content-title {
    padding-left: 60px;
    padding-right: 24px;
    background-color: rgb(244, 247, 255);
}
.white-background-title .dts-catalog-search, .white-background-title .dts-content-title {
    background: white;
    border-bottom: 1px solid #eee;
}
.dts-content-title.normal-padding {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 16px;
}
.dts-content-title {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
body .dts-content-title h1 {
    font-size: 37px;
    font-weight: 600;
}
body .dts-content-title p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
}
@media (max-width: 900px) {
    .dts-catalog-search {
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 16px;
    }
}
@media (max-width: 770px) {
    .dts-catalog-search {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }
}
h2.catalog-home {
    font-size: 13px !important;
    text-transform: uppercase;
    font-weight: 500;
    color: rgb(153, 153, 153);
    margin: 0px 0px 0px 24px;
}
.dts-catalog-home-popular-components {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 8px;
    padding: 12px 24px 24px 24px;
}
.dts-catalog-home-common-use-cases {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 8px;
    padding: 12px 24px 24px 24px;
}
.dts-catalog-questions {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 8px;
    padding: 12px 24px 24px 24px;
}
.dts-catalog-home-providers {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 8px;
    padding: 12px 24px 24px 24px;
}
.dts-catalog-home-common-use-cases .dts-catalog-small-box {
    min-height: 90px;
}

/* Component group */

.dts-catalog-group-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 16px;
    padding: 16px 16px;
}

/* Catalog grid */
.dts-catalog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 16px;
  padding: 24px 32px;
}

body .dts-catalog-box-shadow {
    transition: box-shadow 500ms linear;
    cursor: pointer;
    color: black !important;
    border: 1px solid #eee;
    border-radius: 8px;
}
body .dts-catalog-box-shadow:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 3px 7px;
}

body .dts-catalog-box-shadow .blue-bottom {
    border-bottom: 1px solid #00c;
}

.dts-catalog-box, .dts-catalog-small-box, .dts-catalog-logo-only, .dts-catalog-trending-question {
    min-height: 230px;
    min-width: 100px;
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    padding: 16px;
    gap: 4px;
    font-size: 14px;
}
body .dts-catalog-box .dts-providers {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    font-size: 8px;
}
body .dts-catalog-small-box {
    min-height: 100px;
    padding: 12px 8px ;
    text-align: center;
    font-weight: 500 !important;
    font-size: 12px !important;
}
.dts-catalog-small-box .dts-logo, .dts-catalog-box .dts-logo{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dts-catalog-logo-only {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 48px;
}
.dts-catalog-trending-question {
    font-size: 12px !important;
    padding: 16px 0px;
}
.dts-catalog-box {
    padding: 0px 0px 16px 0px;
}
.dts-catalog-trending-question>div, .dts-catalog-box>div {
    padding: 0px 16px;
}
.dts-catalog-trending-question .dts-title {
    font-weight: 500;
    display:flex;
    flex-direction: row;
    align-items: center;
    padding-top: 4px;
}
.dts-catalog-trending-question .dts-title img {
    font-weight: 500;
}
.dts-catalog-trending-question .dts-logo {
    padding-bottom: 4px;
    text-align: center;
}
.dts-catalog-trending-question .dts-description {
    flex-grow: 1;
}
.dts-catalog-trending-question .dts-categories{
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}
.dts-catalog-trending-question .dts-categories>div {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.dts-catalog-trending-question .dts-categories img {
    margin-right: 8px;
}
.dts-catalog-logo-only .dts-logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dts-catalog-box .dts-title {
    font-weight: bold;
}
.dts-catalog-small-box .dts-title {
    display: flex;
    justify-content: space-around;
    align-items: start;
}
.dts-catalog-box .dts-description {
    flex-grow: 1;
    padding-bottom: 16px;
    font-size: 12px !important;
}
.dts-catalog-box .dts-categories {
    display: flex;
    flex-direction: row;
    gap: 4px;
    font-size: 12px;
}
.dts-catalog-box .dts-categories>div {
    padding: 2px 16px;
    color: white !important;
    border-radius: 16px;
    background: #aaa;
}


/* Autocomplete */
.search-panel {
    max-width: 600px;
    width: 600px;
    padding-bottom: 16px;
}
@media (max-width: 700px) {
    .search-panel {
        width: 100%;
    }
}
.aa-PanelLayout .aa-List .aa-Item {
    padding: 0px;
}
.aa-PanelLayout .aa-Item a{
    color: black !important;
    font-size: 14px;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    padding-left: 8px;
}
.aa-PanelLayout .aa-Item .search-tag{
    color: rgb(97, 97, 255) !important;
    background-color: rgb(223, 223, 255);
    font-size: 10px;
    padding: 2px 8px;
    margin-right: 4px;
    display: inline-block;
    border-radius: 4px;
}
.aa-DetachedContainer {
    top: 50px !important;
}
.aa-InputWrapperSuffix {
    display: none !important;
}
.aa-SubmitButton:hover {
    background-color: white !important;
}
.aa-SubmitButton {
    border: 0px !important;
}
.aa-InputWrapperPrefix {
    padding: 8px !important;
}
.aa-Input {
    border: 0px !important;
    padding-left: 0px !important;
}
.search-autocomplete .aa-DetachedSearchButton {
    width: 100% !important;
    border: 1px solid rgba(var(--aa-input-border-color-rgb), var(--aa-input-border-color-alpha)) !important;
    background-color: white !important;
    flex-direction: row;
    display: flex;
}
.search-autocomplete .aa-DetachedSearchButtonPlaceholder {
    width: 200px;
    text-align: left;
    color: #aaa;
}
.search-autocomplete .aa-DetachedSearchButtonIcon {
    width: 20px;
    margin-right: 8px;
}

/* CTA block */
body .dts-cta-block {
    margin: 16px;
    background: #1836ab;
    color: white;
    font-size: 14px;
    padding: 16px;
}
body .dts-cta-block h2 {
    font-size: 18px;
}
body .dts-cta-block a {
    display: inline-block;
    background-color: white;
    border-radius: 6px;
    color: #3061FB;
    padding: 2px 12px;
    font-size: 15px;
    font-weight: 500;
}

.search-panel-overlay {
    z-index: 15;
    display: block;
    background-color: rgba(0,0,0,0.2);
    position: absolute;
    top: 0px;
    left:0px;
    width: 100%;
    height: 100%;
}
.search-panel-overlay .search-panel-overlay-wrapper {
    max-width: 600px;
    margin: 200px auto;
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.search-panel-overlay .search-autocomplete-overlay {
    width: 600px;
}
.search-panel-overlay .search-panel-overlay-wrapper .overlay-close-button {
    display: block;
    border-radius: 4px;
    background-color: white;
    border: 1px solid #999;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.dts-menu-content-block {
    padding-left: 12px;
    padding-right: 12px;
}

/* How-to */
.dts-how-to-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px 24px 24px 24px;
}

@media (max-width: 900px) {
    .dts-how-to-list {
        padding: 16px;
    }
}

.dts-catalog-how-to-box {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.dts-catalog-how-to-box .dts-title {
    display: flex;
    flex-direction: row;
    font-size: 18px;
    font-weight: 500;
    align-items: center;
    padding: 8px;
}
.dts-catalog-how-to-box .dts-description {
    font-size: 14px;
    padding: 0px 8px 8px 8px;
}
.dts-catalog-how-to-box .dts-tags {
    display: flex;
    flex-direction: row;
}
.dts-catalog-how-to-box .dts-tags>div {
    padding: 2px 16px;
    color: white !important;
    border-radius: 16px;
    background: #aaa;
    font-size: 12px;
}
.dts-content-filters {
    display: flex;
    flex-direction: row;
    gap: 8px;
    padding: 16px 26px 0px;
}
.dts-content-filters select {
    background: white;
    max-width: 300px;
    border: 1px solid #dadada;
    position: relative;
}
.dts-content-filters select:not([size]) {
    max-width: 999px !important;
}
.dts-content-filters option {
    padding-right: 10px;
}
.st-form-select-wrap {
    position: relative;
    display: inline-block;
    vertical-align: baseline;
    font-size: 0.9em;
}
.st-form-select-wrap:before {
    content: "";
    position: absolute;
    right: 2px;
    top: 0.3em;
    z-index: 11;
    bottom: 0.3em;
    width: 30px;
    background-color: white;
    pointer-events: none;
}
.st-form-select-wrap:after {
    content: "\25bc";
    position: absolute;
    right: 2px;
    top: 10px;
    bottom: 10px;
    z-index: 12;
    font-size: 1em;
    line-height: 1;
    padding: 4px 4px 0;
    color: #999999;
    border-left: 1px solid white;
    box-shadow: -1px 0 0 #dddddd;
    text-shadow: 0 1px 0 white;
    pointer-events: none;
}

/* How to post content */
.dts-post-content {
    display: flex;
    flex-direction: row;
}
.dts-post-content .dts-post-content-image {
    flex-basis: 40%;
}
.dts-post-content .dts-post-content-text {
    flex-basis: 60%;
    flex-grow: 1;
}
@media (max-width: 1000px) {
    .dts-post-content .dts-post-content-image {
        flex-basis: 35%;
    }
    .dts-post-content .dts-post-content-text {
        flex-basis: 65%;
    }
}
@media (max-width: 700px) {
    .dts-post-content {
        flex-direction: column-reverse;
    }
}
.dts-post-content-text {
    padding: 24px 16px 24px 16px;
}
.dts-post-content .dts-post-content-image {
    background: #f5f7ff;
    height: 100%;
    border-right: 1px solid #eee;
}

.dts-post-author {
    border-top: 1px solid #eee;
    padding-top: 24px;
    margin-top: 24px;
}
.dts-post-author>.title {
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 14px;
}
.dts-post-author .quote {
    font-size: 12px;
    padding-bottom: 8px;
}
.dts-post-author .quote a{
    color: white;
    font-size: 14px;
    font-weight: 500;
    background-color: #054dae;
    border-radius: 6px;
    display: inline-block;
    padding: 2px 8px;
}
.dts-post-author .quote a:hover{
    background-color: #3065aa;
}
.dts-page-tags {
    display: flex;
    font-size: 11px !important;
    flex-direction: row;
    margin-bottom: 16px;
    align-items: center;
}
.dts-page-tags>a {
    padding: 2px 16px;
    background: white;
    border-radius: 16px;
    font-size: 11px !important;
    font-weight: 500 !important;
    margin-right: 12px;
    display: inline-block;
}
body .how-to-related-components-title {
    font-size: 14px;
    font-weight: 500;
}
body .how-to-related-components {
    display: flex;
    flex-direction: row;
    gap: 8px;
    margin-top: 12px;
}
body .how-to-related-components>a {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
    padding: 4px 10px 4px 10px;
}

/* Catalog item page */
.dts-catalog-item-title {
    background-color: #F4F7FF;
    min-height: 220px;
    height: 220px;
}
.dts-catalog-item-title .box-title-image {
    flex-basis: 425px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 900px) {
    .dts-catalog-item-title .box-title-image.auto-hide {
        display: none;
    }
}
.dts-catalog-item-title .box-title-content {
    flex-basis: 1600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.dts-catalog-item-title .box-title-content .title h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 4px;
}
.dts-catalog-item-title .box-title-content .provider{
    font-size: 16px;
    margin-top: 2px;
}
.dts-catalog-item-title .box-title-content .provider a{
    font-size: 16px;
    color: black;
}
.dts-catalog-item-title .box-title-content .preview-description{
    margin-top: 15px;
    font-size: 17px;
}
.dts-catalog-item-title .dts-content-frame-inner {
    height: 220px;
}

@media (min-width: 900px) {
    .dts-content-cta {
        display: none;
    }
}

.dts-content-frame-buttons {
    display: flex;
    flex-direction: row;
    padding: 8px;
    gap: 24px;
    justify-content: center;
    margin-bottom: 32px;
}

@media (max-width: 600px) {
    .dts-content-frame-buttons {
        flex-direction: column;
    }
}
.dts-content-frame-content .dts-content-frame-buttons a{
    font-weight: 600;
    font-size: 14px;
    color: #3c6bbb;
    display: block;
    padding: 8px 16px;
}
.dts-content-frame-content .dts-content-frame-buttons a.bordered{
    border: 2px solid #3c6bbb;
    border-radius: 4px;
}

.dts-catalog-footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #F4F7FF;
    min-height:100px;
    margin-top: 80px;
    justify-content: center;
    align-items: center;
    padding: 18px 8px;
}

body .dts-catalog-footer>a {
    font-weight: 600;
    font-size: 14px;
    color: #3c6bbb;
}

body .dts-content-frame .e-con-inner {
    margin: 0px;
}
body .dts-content-frame .e-con-boxed{
    margin: 0px;
}

.dts-catalog-footer-grid {
    display: flex;
    gap: 8px;
    flex-direction: row;
    margin-bottom: 8px;
}
.dts-catalog-footer-grid {
    display: flex;
    gap: 8px;
    flex-direction: row;
    margin-bottom: 24px;
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: center;

}
.dts-catalog-footer-grid  .dts-catalog-small-box {
    border: 2px solid #ccc;
    min-width: 150px;
}

.dts-content-frame-content .overview h2{
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0px 0px 0px;
}
.dts-content-frame-content .overview h3{
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0px 0px 0px;
}
.dts-content-frame-content .overview {
    padding-bottom: 36px;
}
.dts-content-frame-content .overview .bundle{
    padding: 16px 16px;
    border-left: 4px solid #054dae;
    margin: 8px 0px 48px 0px;
}
.dts-content-frame-content .overview .bundle svg{
    width: 24px;
    height: 24px;
    margin-top: 6px;
    margin-bottom: -6px;
    opacity: 0.6;
}
.dts-content-frame-content .overview .bundle p{
    margin: 0px;
}

/* Pairing box */
.pairing-search-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    gap: 24px;
    align-items:  center;
    font-weight: 600;
    font-size: 18px;
    color: #3c6bbb;
}

.pairing-search-box div:first-child {
    padding: 18px 24px;
}

.pairing-search-box div:first-child svg {
    position: relative;
    left: 18px;
    margin-right: -24px;
}
.pairing-search-box div:first-child input {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 12px 12px 50px;
    font-size: 14px;
    width: 300px;
}
@media (max-width: 500px) {
    .pairing-search-box div:first-child input {
        width: 100%;
    }
}

.pairing-search-list-box {
    display: flex;
    padding: 24px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}
.pairing-search-list-box a {
    display: flex;
    padding: 16px 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    min-width: 400px;
    max-width: 400px;
    color: black !important;
    justify-content: space-between;
    align-items: center;
    font-size: 18px !important;
    font-weight: 500;
}
.pairing-search-list-box img {
    max-width: 58px;
    max-height: 48px;
}

#pairing_pagination {
    display: flex;
    flex-direction: row;
    gap: 16px;
    opacity: 0.4;
    justify-content: center;
}
#pairing_pagination a {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 12px 16px;
    display: inline;
    justify-content: center;
    align-items: center;
}

#pairing_not_found {
    display: flex;
    padding: 12px 0px 32px;
    justify-content: center;
}
#pairing_not_found.hide {
    display: none;
}
#pairing_not_found a{
    margin: 0px 4px;
}

/* Repository */
.dts-menu-repository {
    padding-left: 12px;
    padding-bottom: 300px;
}
.dts-menu-repository h3 {
    margin-top: 28px;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 600;
}
body .dts-menu-repository a {
    display: block;
    font-size: 17px;
    color: black;
    text-decoration: none;
    margin-bottom: 12px;
    font-weight: 400;
    padding-left: 2px;
}

.dts-catalog-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 16px;
    row-gap: 22px;
    padding: 24px 24px 58px 58px;
}
.dts-catalog-blue-box {
    border: 2px solid #3c6bbb;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    min-height: 90px;
    padding: 8px 16px;
}
html body .dts-catalog-blue-box div {
    color: black;
    font-weight: 400;
    font-size: 17px;
}

.dts-catalog-item-title .box-title-image.box-provider-title {
    width: 100%;
    flex-basis: inherit;
}
.box-provider-title>*:first-child {
    text-align: right;
}
.box-provider-title>*:first-child, .box-provider-title>*:last-child  {
    flex-basis: 200px;
    flex-grow: 1;
}

.dts-side-by-side-capability {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 12px;
    justify-content: center;
}
@media (max-width: 1000px) {
    .dts-side-by-side-capability {
        flex-direction: column;
    }
}
.dts-side-by-side-capability .capability-a, .dts-side-by-side-capability .capability-b {
    border: 2px solid #3c6bbb;
    height: 120px;
    width: 500px;
    display: flex;
    flex-direction: row;
    justify-items: space-between;
    align-items: center;
    padding-left: 12px;
}
@media (max-width: 500px) {
    .dts-side-by-side-capability .capability-a, .dts-side-by-side-capability .capability-b {
        width: 330px;
    }
}

.dts-side-by-side-capability .logo {
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position:  center;
}
.dts-side-by-side-capability .select {
    padding-right: 16px;
    padding-left: 8px;
    width: 380px;
}
.dts-side-by-side-capability .select select, .dts-side-by-side-capability .select input {
    width: 100%;
    max-width: 380px;
    background: white;
    padding: 4px 8px;
    font-size: 18px;
    height: 37px;
}

.connect-these {
    margin:36px 0px; text-align: center;

}
.connect-these a{
    background: #3061FB;
    border-radius: 10px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: white !important;
}


.popular-flows   {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8px;
    gap: 24px;
    align-items:  center;
    font-weight: 600;
    font-size: 18px;
    color: #3c6bbb;
}

.popular-flows {
    display: flex;
    padding: 8px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    justify-items: center;
    min-height: calc(100% - 16px);
}
.popular-flows>div {
    display: flex;
    padding: 16px 18px;
    border-radius: 4px;
    border: 1px solid #ccc;
    width: 100%;
    min-height: 50px;
    gap: 8px;
    cursor: default;
    font-size: 16px !important;
    color: black !important;
    justify-content: space-between;
    align-items: center;
}
.popular-flows>div>.title {
    flex-grow: 1;
    padding-left: 18px;
    color: black;
}
.popular-flows>div img {
    max-width: 36px;
    max-height: 46px;
}
.popular-flows>div .logos {
    min-width: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media (max-width: 500px) {
    .popular-flows>div .logos {
        display: none;
    }
}

.popular-flows>div>.btn {
    border-radius: 6px;
    background: #3061FB;
    display: inline-block;
    padding: 6px 16px;
    font-size: 14px !important;
    margin: 0 0 0 8px;
    text-decoration: none;
    color: #fff;
    text-align: center;
}

.popular-flows>div>.details {
    text-decoration: underline;
    font-size: 0.9em;
    color: black;
}

@media (max-width: 500px) {
    .popular-flows>div>.details {
        display: none;
    }
}

.popular-flows-load-more {
    text-align: center;
    margin: 16px 0px 36px;
}
.popular-flows-load-more a{
    display: inline-block;
    border: 1px solid #666;
    padding: 4px 16px;
    font-size: 14px !important;
    color: #666 !important;
    text-decoration: none;
}


.popular-flows .powered-by {
    font-size: 0.8em;
    display: flex;
    flex-direction: row;
    justify-content: start;
    justify-items: center;
    align-items: center;
    margin-top: 3px;
    font-weight: 400;
}


.popular-flows .powered-by  a{
    color: inherit;
    text-decoration: none;
    font-size: 14px;
}
.popular-flows .title .powered-by img{
    max-width: 24px;
    max-height: 18px;
    margin-right: 2px;
}

.update-capability-data-when-select-right-text-box {
    position: relative;
}
.rc-popup-selector {
    position: absolute;
    top: 30px;
    background-color: white;
    width: 400px;
    min-height: 30px;
    max-height: 200px;
    border: 1px solid #777;
    border-radius: 4px;
    z-index: 999;
    overflow: auto;
    padding: 4px 0px;
}
@media (max-width: 500px) {
    .rc-popup-selector {
        width: 300px;
    }
}
.rc-popup-selector>div {
    padding: 2px 8px;
    cursor: pointer;
    margin-bottom: 2px;
}
.rc-popup-selector>span {
    padding: 2px 8px;
    display: inline-block
}

/* Popular flows by use case */
.dts-popular-flows-list-use-case {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    padding: 16px 46px;
}
@media (max-width: 600px) {
    .dts-popular-flows-list-use-case {
        padding-left:  0px;
        padding-right:  0px;
    }
    .dts-content-title.dts-popular-flows-list {
        padding-left: 8px;
    }
}
.dts-popular-flows-list-use-case .popular-flows {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
body .dts-popular-flows-list-use-case h2 {
    font-size: 26px;
    font-weight: 600;
    color: black;
    text-align: left;
    width: 100%;
    margin: 22px 0px 16px 0px;
}