/* extension notice hide */
.fw-brz-dismiss {
  display: none;
}

#fw-extensions-list-wrapper .toggle-not-compat-ext-btn-wrapper,
#fw-ext-brizy,
.fw-brz-dismiss {
  display: none;
}

.fw-extensions-list-item {
  display: none !important;
}

#fw-ext-backups {
  display: block !important;
}

.toplevel_page_etn-events-manager .wp-submenu li:nth-child(3),
.toplevel_page_etn-events-manager .wp-submenu li:nth-child(9) {
  display: block !important;
}

.etn-admin-menu-wrap li:nth-child(4) {
  display: none;
}

.license-wrap {
    max-width: 650px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
    margin-right: 20px;
    margin-top: 40px;
}

.license-title {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 20px;
}

.license-desc {
    background: #FFFAF8;
    padding: 15px 20px;
    border: 1px solid #FFD8C9;
    border-radius: 6px;
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}

.license-desc .notice-icon {
    width: 20px;
    margin-top: 5px;
    margin-right: 15px; 
}

.license-desc p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    color: #3c434a;
}
.license-wrap .form-item {
    position: relative;
    padding: 10px 0;
}
.license-wrap .form-item .regular-text{
    border: 1px solid #DEE0E5;
    padding: 0 18px;
    height: 45px;
    border-radius: 4px;
    background-color: #fff;
    color: #2c3338;
    width: 100%;
}
p.submit {
    padding: 0;
}
.submit .button-primary {
    padding-left: 21px;
    padding-right: 21px;
    font-size: 16px;
    background-color: #5d5dff;
    border: none;
    box-shadow: none !important;
    outline: none;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    line-height: 26px;
}
.submit .button-primary:hover {
    background-color: #4646d9;
}

.submit .button-primary:focus {
    outline-style: none;
}

.license-instruction {
    background-color: #F7F8FB;
    padding: 10px 30px;
    border-radius: 8px;
    border: 1px solid #DEE0E5;
    margin-bottom: 20px;
}
.license-link {
    list-style: disc;
    padding-left: 20px;
}
.license-link li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
}