.bf_field_group {
    overflow: auto;
    clear: both;
}

.edit-post-layout__metaboxes .bf_field_group .bf-label {
    width: 100%;
    margin-bottom: 5px;
}

.bf_field_group .bf-label {
    width: 30%;
    display: inline-block;
}

.bf_field_group .bf-label label {
    font-weight: bold;
    vertical-align: top;
}

.bf_field_group .bf-input {
    width: 70%;
    display: inline;
    overflow: auto;
}

.bf-input select,
.bf_field_group .settings-input,
.bf_field_group input[type="text"] {
    width: 98%;
}

.bf_field_group
    .bf-input
    .select2-container-multi
    .select2-choices
    .select2-search-field
    input {
    width: auto !important;
    min-width: 200px;
}

.bf-input .wp-editor-wrap {
    overflow: hidden;
    height: auto;
}

.bf_field_group span.help-inline {
    width: calc(30% - 5px);
    padding: 2px 5px 15px 0;
    clear: none;
    display: block;
}

li.fs-cta a,
#fs_addons h2 {
    display: none !important;
}

#fs_promo_tab {
    display: none !important;
}

#piframe {
    display: none !important;
}

.bf-auto-generated-title {
    background-color: #ccc;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 11px;
}

#TB_window {
    height: auto !important;
    overflow: hidden;
}

#TB_ajaxContent {
    width: auto !important;
}

.the_buddyforms_form .bf-input textarea,
.the_buddyforms_form .bf-input .form-control {
    width: 99% !important;
}

#corner-popup.buddyforms-marketing-bundle-container {
    background: #2ba7a7;
    box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.58);
    border: 1px solid #2ba7a7;
    font-family: "Oswald", "Source Sans Pro", Helvetica, Arial, sans-serif;
}

#corner-popup.buddyforms-marketing-bundle-container .corner-close:after,
#corner-popup.buddyforms-marketing-bundle-container .corner-close:before {
    background-color: #fff;
}

#corner-popup.buddyforms-marketing-bundle-container .corner-close {
    background: #2ba7a7;
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.58);
}

#corner-popup.buddyforms-marketing-bundle-container .corner-btn-close {
    background: #f4a141;
    color: #fff;
    font-weight: 500;
    font-size: 1rem;
}

#corner-popup.buddyforms-marketing-bundle-container .corner-head {
    color: #fff;
    font-weight: 700;
    font-family: "Oswald", "Source Sans Pro", Helvetica, Arial, sans-serif;
    text-align: center;
}

#corner-popup.buddyforms-marketing-bundle-container .corner-text {
    color: #fff;
    font-size: 1rem;
}

/*****Accordion Styles***/

.about-wrap.buddyforms-welcome {
    margin-top: 40px;
    margin-bottom: 40px;
}

.bf-welcome-accordion {
    width: 60%;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(225, 225, 225, 1);
    overflow: hidden;
    transition: height 0.3s ease;
    margin-bottom: 20px;
    min-width: 500px;
}

.bf-welcome-accordion .bf-welcome-accordion_tab {
    padding: 20px;
    cursor: pointer;
    user-select: none;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}

.bf-welcome-accordion .bf-welcome-accordion_tab.active {
    background: linear-gradient(
        90deg,
        rgba(204, 211, 222, 1) 0%,
        rgba(204, 211, 222, 1) 48%,
        rgba(255, 255, 255, 1) 98%,
        rgba(255, 255, 255, 1) 100%
    );
}

.bf-welcome-accordion .bf-welcome-accordion_tab .bf-welcome-accordion_arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 15px;
    height: 15px;
    transition: all 0.3s ease;
}

.bf-welcome-accordion
    .bf-welcome-accordion_tab
    .bf-welcome-accordion_arrow
    img {
    width: 100%;
    height: 100%;
}

.bf-welcome-accordion
    .bf-welcome-accordion_tab.active
    .bf-welcome-accordion_arrow {
    transform: translateY(-50%) rotate(180deg);
}

.bf-welcome-accordion.active {
    height: min-content;
}

.bf-welcome-accordion .bf-welcome-accordion_content {
    padding: 20px;
    border-top: 1px solid #e9e9e9;
}

.bf-welcome-accordion .bf-welcome-accordion_content .bf-welcome-accordion_item {
    margin-bottom: 20px;
}

.bf-welcome-accordion
    .bf-welcome-accordion_content
    .bf-welcome-accordion_item
    p.item_title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 18px;
    color: #509699;
}

.bf-welcome-accordion
    .bf-welcome-accordion_content
    .bf-welcome-accordion_item
    p:last-child {
    color: #9a9b9f;
    font-size: 14px;
    line-height: 20px;
}

#bf-welcome-video-youtube {
    width: 100%;
}

.bf-welcome-accordion_item img {
    margin-left: 50%;
    transform: translateX(-50%);
    box-shadow: 1px 3px 6px #000;
}

div.about-wrap.buddyforms-welcome {
    display: block;
    width: 100%;
    margin: 40px auto;
    text-align: center;
}
.buddyforms-welcome h1 {
    margin: 0 auto;
    color: #509699;
    font-style: oblique;
}

.welcome-screen-separator {
    width: 50%;
    border-bottom: solid 1px;
    position: relative;
    margin: 30px auto;
}

.welcome-screen-separator::before {
    content: "Post Form Builder & FrontEnd Editor";
    position: absolute;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 0px 10px;
}

p.item_title_description {
    text-align: justify;
    padding: 0px 50px;
}
p.bf-shortcode-doc {
    width: max-content;
    background-color: #d3d3d3;
    color: #000 !important;
    margin-left: 50px;
    padding: 5px 50px;
}

.bf-3-tile {
    width: 95%;
    background: #fafafa;
    border: 1px solid #e3e3e3;
    display: block;
    overflow: auto;
    padding: 20px 10px;
    margin-bottom: 10px;
}

.bf-tile {
    overflow: auto;
    background: #fff;
    border: 1px solid #ddd;
    width: 206px;
    margin: 0 10px 10px 0;
    padding: 15px 10px 0;
    text-align: center;
}
.bf-3-tile button,
.bf-3-tile .btn {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    margin: 10px 0;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    text-align: center;
    text-shadow: none;
    vertical-align: middle;
    cursor: pointer;
    background: #0085ba;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799,
        -1px 0 1px #006799;
    border-color: #0073aa #006799 #006799;
    -webkit-box-shadow: 0 1px 0 #006799;
    box-shadow: 0 1px 0 #006799;
    border-width: 1px;
    border-style: solid;
    appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.bf-tile-title {
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 16px;
}

.bf-tile-desc-wrap {
    overflow: auto;
    margin-bottom: 20px;
    width: calc(100% - 100px);
    display: inline-block;
}

.bf-tile-desc {
    height: 42px;
    min-height: 42px;
    overflow: hidden;
    margin: 0;
    font-size: 10px;
    line-height: 14px;
}

.bf-tile-dependencies {
    margin: 0 0 10px;
    font-size: 11px;
    color: #444;
    clear: both;
}

@media (max-width: 1199px) {
    .bf-3-tile {
        width: 80%;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .welcome-screen-separator::before {
        font-size: 10px;
        width: 80%;
        text-align: center;
    }
}

@media (min-width: 1200px) {
    .bf-3-tile {
        width: 29%;
        display: inline-block;
        padding: 10px 15px 5px;
        min-height: 182px;
    }
}

.bf-tile.disabled {
    color: #aaa;
}

.bf-welcome-accordion-templates {
    text-align: center;
}

.documentation_link {
    display: block;
    text-decoration: none;
    background: #135e96;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
}

.documentation_link:hover {
    color: #fff;
}

div#buddyforms_template_header_container {
    display: none;
}
