@font-face {
font-family: 'Inter';
font-style: normal;
font-weight: 100 900;
font-display: swap;
src: url('../../admin/fonts/Inter.woff2') format('woff2');
}
#wpbody *,
.king-addons-pb-settings-page-header * {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.wp-heading-inline,
.page-title-action,
.wrap h1.wp-heading-inline,
.wrap .wp-heading-inline+.page-title-action {
display: none !important;
}
.king-addons-pb-settings-page-header {
position: relative;
display: flex;
flex-direction: column;
margin-left: -20px;
margin-bottom: 0;
padding: 30px 30px;
background: #1a1b1b;
}
.king-addons-pb-settings-page-header h1 {
font-size: 24px;
font-weight: 600;
line-height: 1;
display: inline-block;
margin: 0;
padding: 0;
letter-spacing: 0;
color: white;
}
.king-addons-pb-settings-page-header p {
font-size: 15px;
font-weight: 400;
margin-top: 15px;
margin-bottom: 0;
letter-spacing: normal;
color: rgb(255 255 255 / 70%);
}
.king-addons-pb-preview-buttons {
display: flex;
margin-top: 30px;
}
.king-addons-pb-user-template {
font-size: 13px;
font-weight: 600;
line-height: 50px;
position: relative;
display: block;
overflow: hidden;
box-sizing: border-box;
width: 200px;
height: 50px;
padding: 0 20px;
cursor: pointer;
letter-spacing: 1px;
text-transform: uppercase;
color: #ffffff;
border: none;
border-radius: 5px;
background: linear-gradient(45deg, #5B03FF, #9B62FF);
/* background: linear-gradient(45deg, #E1CBFF, #9B62FF 50%, #5B03FF); */
}
.king-addons-pb-preview-buttons a {
text-decoration: none;
}
.king-addons-pb-user-template .plus-icon {
font-size: 18px;
line-height: 28px;
display: block;
float: right;
width: 30px;
height: 30px;
margin-top: 10px;
text-align: center;
color: #333;
border-radius: 50%;
background-color: #ffffff;
}
.kng-promo-btn-wrap a {
will-change: transform;
display: inline-flex;
justify-content: center;
padding: 15px 20px;
transition: all 300ms ease;
text-align: center;
text-decoration: underline;
border: 2px solid #ff4e5069;
border-radius: 5px;
background: linear-gradient(132.2deg, #F9D423 7.64%, #FF4E50 97.11%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.kng-promo-btn-wrap a:hover {
transform: scale(1.05);
}
.kng-promo-btn-wrap a:focus,
.king-addons-pb-preview-buttons a:focus {
box-shadow: unset;
outline: unset;
}
.kng-promo-btn-txt {
font-size: 16px;
font-weight: 500;
color: black;
line-height: 1;
letter-spacing: 0.5px;
text-decoration: none;
}
.kng-promo-btn-wrap img {
margin-left: 8px;
width: 16px;
height: 16px;
}