#codesigner-pro_tabs {
}
#codesigner-pro_tabs ul {
    display: inline-flex;
    gap: 20px;
}
#codesigner-pro_tabs ul li {
    border-bottom: 2px solid #ccc;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}
#codesigner-pro_tabs ul li.active {
    border-bottom: 2px solid #448bff;
}
#codesigner-pro_tabs a {
    text-decoration: none;
}
#codesigner-pro_help .codesigner-pro-help-tab {
    display: grid;
    grid-template-columns: 5fr 1fr;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.codesigner-pro-documentation {
    padding-left: 20px;
    padding-right: 20px;
}
.codesigner-pro-help-heading a {
    text-decoration: none;
}
.codesigner-pro-help-heading a .dashicons {
    margin-right: 5px;
}
#codesigner-pro_help .codesigner-pro-help-link {
    display: block;
    text-decoration: none;
    background: #fff;
    text-align: center;
    width: 200px;
    margin: 10px 0;
    padding: 17px;
    border-radius: 5px;
    font-size: 17px;
    color: #4256b2;
    border: 1px solid #4256b2;
    margin-bottom: 20px;
    transition: .4s;
}
#codesigner-pro_help .codesigner-pro-help-link:hover {
    background: #4256b2;
    color: #fff;
}
#codesigner-pro-modal {
    position: fixed;
    background: #c8c8c859;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#codesigner-pro-modal-loader {
    position: absolute;
}
#cx-row-codesigner-pro_tools-report .cx-field-wrap {
    position: relative;
}
#codesigner-pro_report-copy {
    position: absolute;
    padding: 3px;
    line-height: 0px;
    right: 10px;
    bottom: 20px;
}
#cx-posts {
    list-style: inside;
}
.codesigner-pro_loader {
    text-align: center;
}
#elementor-panel-state-loading {
    display: none;
}
.wl-order-extra-meta {
    width: 100%;
    border-collapse: collapse;
}
.wl-order-extra-meta thead {
/*background-color: #000;*/
}
.wl-order-extra-meta thead tr {}
.wl-order-extra-meta thead tr th {
    color: #000;
    padding: 10px;
    border: 1px solid #ddd;
}
.wl-order-extra-meta tbody {}
.wl-order-extra-meta tbody tr {}
.wl-order-extra-meta tbody tr td {
    border: 1px solid #ddd;
    padding: 10px;
}
.elementor-form-field.wl-tm-form-fields {
    display: none;
}
/*#order_data .order_data_column p.order_note {
    display: none;
}*/
.wl-billing-extra-metas p.wl-billing-extra-meta,
.wl-shipping-extra-metas p.wl-shipping-extra-meta,
.wl-order-comments-metas p.wl-order-comments-meta {
    display: grid;
    grid-template-columns: 1fr 3fr;
}

/*Quick Checkout*/
.wcd-quick-checkout-wrapper {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000026;
}
.wcd-quick-checkout-wrapper.is-visible .wcd-quick-checkout-wrapper-overlay {
    opacity: 1;
    visibility: visible;
    transition-delay: 0s;
}
.wcd-quick-checkout-wrapper.is-visible {
    visibility: visible;
}
.wcd-quick-checkout-wrap-panel {
    background-color: #fff;
    padding: 30px;
    overflow-y: scroll;
    max-height: 800px;
    position: relative;
}
.wl-button {
    border: 1px solid #c36;
    padding: 10px 15px;
    /* border-radius: 4px; */
    color: #c36;
    background: #fff;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}
/*Quick Checkout*/
#wcd_license .pl-desc {
    text-align: left;
    color: #6f6f6f;
}
.cd-notice-pill, .cd-notice-pill_{
   display: inline-block;
    padding: 5px 12px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 10px;
    border: 1px solid #007bff;
}
.cd-admin-notice-button{
    display: inline-block;
    padding: 5px 12px;
    border-radius: 5px;
    background-color: #007bff;
    color: #fff!important;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); 
    transition: transform 0.2s;
    cursor: pointer; 
    margin-left: 5px; 
    margin-right: 10px; 
    text-decoration:  none; 
}
.cd-admin-notice-button:hover{
    color: white;
}

.cd-admin-notice-button:active{
    color: white;
}

.cd-notice-img{
    padding-top: 13px;
    margin-right: 15px;
}
.cd-notice-img img{
    width: 55px;
}
.cd-admin_notice{
    display: flex;
}
.cd-notice-content p{
    font-size: 16px;
}

.wp-pointer{
    position: fixed!important;
}

.cd-notice_ahref{
    text-decoration: none;
}
.cd-notice_ahref button{
    width: 100px;
    height: 30px;
    background-color: #2271b1;
    border: none;   
    cursor: pointer;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.wp-pointer-content h3 {
    font-size: 16px;
    font-weight: normal;
}
.cd-notice-pointer{
    font-size: 15px;
    height: 0px;
}
