/**
 * ultimate-post-kit license notice 
 * todo: need to this move another file
 */
.ultimate-post-kit-notice {
  padding: 0 !important;
  border: 0 !important;
  box-shadow: none !important;
}
.ultimate-post-kit-notice .notice-dismiss {
  padding: 15px;
}
.ultimate-post-kit-notice .bdt-license-notice-global {
  border-right: 4px solid #60df54 !important;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 25px;
  border-color: #e2e2e5;
  z-index: 99;
  /**
  * Start Ultimate Post Kit
  */
}
.ultimate-post-kit-notice .bdt-license-notice-global .bdt-license-notice-logo img {
  width: 45px;
  height: auto;
  vertical-align: middle;
}
.ultimate-post-kit-notice .bdt-license-notice-global .bdt-license-notice-content h3 {
  margin: 0 0 10px;
  font-size: 20px;
}
.ultimate-post-kit-notice .bdt-license-notice-global .bdt-license-notice-content p {
  margin: 0;
  color: #5f6169;
  max-width: 750px;
}
.ultimate-post-kit-notice .bdt-license-notice-global .bdt-license-notice-button-wrap {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ultimate-post-kit-notice .bdt-license-notice-global .bdt-button {
  padding: 12px 16px;
  border-radius: 3px;
  line-height: 1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.ultimate-post-kit-notice .bdt-license-notice-global .bdt-button-allow {
  color: #fff;
}
.ultimate-post-kit-notice .bdt-license-notice-global .bdt-button-skip {
  border: 0;
  color: #08c972;
}
.ultimate-post-kit-notice .bdt-license-notice-global.ultimate_post_kit .bdt-button-allow {
  --primaryColor: #60df54;
  --secondaryColor: #08c972;
  background: linear-gradient(-313deg, var(--primaryColor), var(--secondaryColor) 100%);
}
.ultimate-post-kit-notice .bdt-license-notice-global.ultimate_post_kit .bdt-button-allow:hover {
  --primaryColor: #08c972;
  --secondaryColor: #60df54;
}
.ultimate-post-kit-notice .bdt-license-notice-global.ultimate_post_kit .bdt-button-skip {
  background-color: rgba(86, 220, 88, 0.15);
}
.ultimate-post-kit-notice .bdt-license-notice-global.ultimate_post_kit .bdt-button-skip:hover {
  background-color: rgba(86, 220, 88, 0.2);
}

#adminmenu #toplevel_page_ultimate_post_kit_options a[href="admin.php?page=ultimate_post_kit_options_get_pro"] {
  font-weight: 600;
  background-image: linear-gradient(-45deg, #60DF54 0%, #08C972 100%);
  color: #ffffff;
  margin: 3px 10px 0;
  display: block;
  text-align: center;
  border-radius: 3px;
  transition: background-image 0.3s ease, color 0.3s ease;
}
#adminmenu #toplevel_page_ultimate_post_kit_options a[href="admin.php?page=ultimate_post_kit_options_get_pro"]:hover {
  box-shadow: none;
  background-image: linear-gradient(-45deg, #08C972 0%, #60DF54 100%);
  color: #ffffff;
}
#adminmenu #toplevel_page_ultimate_post_kit_options a[href="admin.php?page=ultimate_post_kit_options_get_pro"]:focus {
  box-shadow: none;
}