.choose_editor .edit-link{white-space: nowrap;}
.choose_editor {display: grid;grid-template-columns: repeat(2,1fr);gap: 10px;padding: 20px 0;}
.choose_editor a{text-align: center;}

@media screen and (max-width: 639px){
.choose_editor {display: grid !important;width: 100%;padding-bottom: 0 !important;}
.choose_editor a.edit-link {width: 100%;margin: 0;}
}
.custom-popup{display:flex;justify-content:center;}
.wcf-docs--help-section a{color: rgb(35 44 58);}
.custom-popup .wcf-docs--docs-list div.overflow-y-auto{overflow-y: scroll;display: block;height: 752px;}
.wcf-docs--search input{min-height:45px;width:300px;padding: 0 36px;}
.wcf-docs--search .wcf-docs--search-close{top: 14px;}
.wcf-docs--category button.faq.support_data-ac svg {transform: unset !important;}
.wcf-docs--category button.faq svg {transform: rotate(180deg);transition: transform 0.3s;}

.defaultform_data, .main-inner-sec {padding: 20px;border-radius: 10px;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
label.toggle-label {box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;}
input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week]{min-height: 35px;border-radius: 6px;border: none;}
.defaultform_data div ~ p,.main-inner-sec div ~ p,.order_dump-text,.main-inner-sec > div>p,.defaultform_data > div>p {margin: 15px 0 10px; font-weight: 500;color: #111827;font-size: 14px;}
.bottom-sec .mt-8 button{ padding:10px 20px; margin:16px 0 8px; background: #1D4ED8;font-size:14px;border-radius: 0.5rem;}
.bottom-sec > .mt-8{margin-top: 0;}

/*.add-new_button-data {
    display: none;
}*/

/* 
a button.upsell-downsell-yes-button {
    display: block;
    padding: 10px 15px;
    background: #000;
    color: #fff;
    cursor: pointer;
    margin: 5px 5px;
    font-weight: bold; 
    text-transform: uppercase; 
}

a button.upsell-downsell-no-button {
    display: block;
    padding: 10px 15px;
    background: #bebebe;
    color: #100000;
    cursor: pointer;
    margin: 5px 5px;
    font-weight: bold; 
    text-transform: uppercase; 
}
 */
 
