/* Previewer Show */

.content {
    top: 80px;
    position: relative;
}

#banner-contents {
    min-height: 100vh;
    max-width: 100%;
}

#banner-contents .b-select.selected {
    background-color: #e2e2e2;
}

#banner-contents .tab-pane {
    width: 100%;
}

.showcase {
    z-index: 1 !important;
}

.showcase h1,
h2,
h3 {
    font-family: "montserrat";
    font-weight: 700;
    color: #235DB0;
}

.showcase h1 {
    font-size: 36px;
    margin-bottom: 8px;
    text-align: center;
}

.showcase h2 {
    font-size: 18px;
}

.showcase .btn-back {
    font-weight: 700;
    font-size: 10px;
    border: 2px solid rgb(104 177 255);
    color: rgb(6 88 176);
    background-color: white;
}

.showcase .btn-back:hover {
    background-color: rgb(238, 243, 250);
}

.showcase .showcase-header hr {
    border: none;
    border-top: 2px solid #515151;
    width: 80%;
    margin-inline: auto;
}

.showcase .showcase-header .banner-label {
    padding: 0px 16px;
    border-radius: 50px;
    width: auto;
}

.showcase .showcase-header .banner-label p {
    color: white;
    margin: 0;
}

.showcase .showcase-header .performance {
    background: #ffa900;
}

.showcase .showcase-header .display {
    background: #026ED3;
}

.showcase .showcase-detail h3 {
    font-size: 14px;
    margin: 0;
}

.showcase .showcase-detail p {
    font-family: "montserrat";
    font-weight: 400;
    font-size: 12px;
    color: #000000;
}

.showcase .showcase-detail ul {
    padding-left: 0 !important;
}

.showcase .showcase-detail li {
    font-size: 10px;
    display: block;
    font-size: 12px;
    font-family: "montserrat";
    font-weight: 400;
    padding-left: 12px;
}

.showcase .showcase-detail li::before {
    content: "• ";
}

.showcase .showcase-detail table td:first-child {
    vertical-align: top;
    width: 150px;
}

.showcase .showcase-detail table td:last-child {
    min-width: 150px;
}

.showcase .showcase-detail table td ul li {
    padding-left: 0;
}

.showcase .prelink-container .select2-container {
    width: 75% !important;
}

.showcase .prelink-container .select2-selection {
    background-color: #edf3ff;
    padding: 8px 24px;
    height: auto;

}

.showcase .prelink-container .select2-selection__rendered {
    width: max-content;
    padding-left: 0;
    line-height: normal;
}

.showcase .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10%;
}

/* Media Screen */

@media screen and (max-width: 768px) {
    .showcase h1 {
        font-size: 28px;
    }
}