  
/* General Styles */
.cpl-license-box {
    margin: 25px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: 60%;
    box-shadow: 0px 2px 2px rgb(150 150 150 / 12%);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    font-family: Inter, Roboto, Helvetica, Arial, sans-serif;
}
.cpl-license-box .wrapper-header {
    padding: 1px 20px;
    background: linear-gradient(to right, #e86011, #ff9f3c);
    border-radius: 5px 5px 0px 0px;
}
.cpl-license-box .wrapper-header h3 {
    color: white;
}
.cpl-license-box .wrapper-body {
    padding: 20px;
}
.cpl-license-box * {
    box-sizing: border-box;
}

.cpl-license-box ul {
    list-style: square;
    padding: 0 0 0 10px;
    margin: 0 0 0 5px;
}

.cpl-license-box ul li {
    margin-bottom: 12px;
}


.cpl-license-field {
    margin-bottom: 15px;
}

.cpl-license-field label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.cpl-license-field input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.cpl-license-field input:focus {
    border-color: #0073aa;
    box-shadow: 0 0 5px rgba(0, 115, 170, 0.5);
    outline: none;
}

.cpl-license-form .notice.notice-error.is-dismissible {
    border-left-color: #dc3232;
    padding: 10px;
    margin: 10px 0;
    border-radius: 3px;
    background: #fff7f7;
}

.cpl-license-form .notice.notice-error.is-dismissible p {
    margin: 0;
    color: #dc3232;
}

/* Submit Button */
.cpl-submit-button {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    align-items: center;
    flex-wrap: wrap;
}

/* Support Section */
.cpl-license-support {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #e5e5e5;
    align-items: center;
    flex-wrap: wrap;
}
.cpl-support-buttons {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
}
.main-content{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.side-content{
    margin-top: 25px;
}

.cpl-dashboard-rate-us {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    border: 1px solid var(--border-color);
    box-shadow: var(--shadow);
}
.cpl-dashboard-rate-us h3{
    line-height: 25px;
}

.cpl-dashboard-rate-us .review-link {
    display: inline-block;
    margin-top: 10px;
    color: #007cba;
    font-weight: bold;
}

.cpl-license-field input[name="cmc_license_registration[cmc-purchase-code]"]{
    margin-bottom: 10px;
}

button#cpl-refresh-license-btn{
    color: #2271b1;
    border-color: #2271b1;
    background: #f6f7f7;
    vertical-align: top;
    height: 30px;
    margin-block-end: 0;
    margin-inline-start: 15px;
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 2.15384615;
    min-height: 30px;
    margin: 0;
    padding: 0 10px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-radius: 6px;
    white-space: nowrap;
    box-sizing: border-box;
}

.cpl-el-license-active-btn input[type='submit'],
.cpl-license-box .cpl-submit-button .button {
    background: #ff9f3c;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
}

.cpl-license-box .cpl-submit-button .button:hover {
    background: #e86011;
}
.cpl-license-box .cmc-validity{
    font-weight: bold;
}

.cpl-support-buttons .button {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border: 1px solid #ddd;
    background: whitesmoke;
    color: black;
}
.cpl-refresh-row{
    display: flex;
    justify-content: flex-end;
}
.license-key{
    background: #f5f5f5;
    padding: 5px;
    border-radius: 4px;
    display: inline-block;
    font-family: monospace;
}

body.crypto-plugins_page_cool-crypto-registration h2.nav-tab-wrapper:not(.modern-integration) {
    display: none;
  }
  .cpl-el-license-active-btn .button.button-primary:hover {
    background: #e86011;
}