File: /home/todorterziev/public_html/wp-content/plugins/element-helper/assets/admin/css/dashboard.css
.elementhelper-dashboard-tabs__nav:after,
.elementhelper-dashboard-tabs__content-item:after,
.elementhelper-dashboard-widgets:after {
display: block;
clear: both;
content: "";
}
.elementhelper-dashboard {
padding-top: 20px;
}
.elementhelper-dashboard,
.elementhelper-dashboard * {
box-sizing: border-box;
font-family: "Nunito", sans-serif;
}
.elementhelper-dashboard-btn {
display: inline-block;
padding: 15px 25px;
border: 0;
border-radius: 5px;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
text-align: center;
text-decoration: none;
font-weight: bold;
font-size: 13px;
line-height: 1;
cursor: pointer;
-webkit-transition: all .2s;
transition: all .2s;
}
.elementhelper-dashboard-btn:hover,
.elementhelper-dashboard-btn:focus,
.elementhelper-dashboard-btn:active {
outline: 0;
box-shadow: none;
}
.elementhelper-dashboard-btn--lg {
padding: 15px 30px;
font-size: 14px;
}
.elementhelper-dashboard-btn--save {
width: 13em;
background-color: #5db429;
color: #fff;
}
.elementhelper-dashboard-btn--save:hover,
.elementhelper-dashboard-btn--save:focus,
.elementhelper-dashboard-btn--save:active {
background-color: #488a20;
color: #fff;
}
.elementhelper-dashboard-btn--save:disabled,
.elementhelper-dashboard-btn--save.disabled {
background-color: #b3b3b3;
box-shadow: none;
opacity: .7;
cursor: not-allowed;
}
.elementhelper-dashboard-tabs__nav-btn {
float: right;
}
.elementhelper-dashboard-tabs__nav-item {
display: block;
float: left;
padding: 15px 40px;
border-top: 3px solid #bbb;
border-radius: 5px 5px 0 0;
background-color: #e8e8e8;
color: #888;
text-decoration: none;
text-transform: uppercase;
font-weight: 700;
font-size: 14px;
}
.elementhelper-dashboard-tabs__nav-item--pro {
border-color: #d6226e;
background-color: #e2498a;
color: #fff;
}
.elementhelper-dashboard-tabs__nav-item:focus,
.elementhelper-dashboard-tabs__nav-item:hover,
.elementhelper-dashboard-tabs__nav-item:active,
.elementhelper-dashboard-tabs__nav-item.tab--is-active {
outline: none;
border-color: #562dd4;
background-color: #fff;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
color: #562dd4;
-webkit-transition: all .3s;
transition: all .3s;
}
.elementhelper-dashboard-tabs__nav-item--pro:focus,
.elementhelper-dashboard-tabs__nav-item--pro:hover,
.elementhelper-dashboard-tabs__nav-item--pro:active,
.elementhelper-dashboard-tabs__nav-item--pro.tab--is-active {
border-color: #e2498a;
color: #e2498a;
}
.elementhelper-dashboard-tabs__nav-item:not(:last-child) {
margin-right: 10px;
}
.elementhelper-dashboard-tabs__content-item {
display: none;
padding: 40px;
border-radius: 0 0 5px 5px;
background-color: #fff;
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .1);
}
.elementhelper-dashboard-tabs__content-item.tab--is-active {
position: relative;
z-index: 1;
display: block;
}
.elementhelper-dashboard-panel__header {
padding-bottom: 40px;
}
.elementhelper-dashboard-panel__header-content > h2 {
margin: 0 0 20px;
font-size: 2em;
}
.elementhelper-dashboard-panel__header-content > p {
margin: 0;
color: #8c8c8c;
}
.elementhelper-dashboard-panel__footer {
margin-top: 20px;
padding-top: 20px;
border-top: 1px dashed #e8e8e8;
}
.elementhelper-dashboard-widgets {
margin-right: -10px;
margin-left: -10px;
}
.elementhelper-dashboard-widgets__item {
position: relative;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
float: left;
overflow: hidden;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
margin-right: 10px;
margin-bottom: 20px;
margin-left: 10px;
padding: 30px 20px;
width: calc( 100% - 20px);
border: 1px solid #e8e8e8;
border-radius: 5px;
}
@media (min-width: 650px) {
.elementhelper-dashboard-widgets__item {
width: calc( 50% - 20px);
}
}
@media (min-width: 1100px) {
.elementhelper-dashboard-widgets__item {
width: calc( 33.33% - 20px);
}
}
@media (min-width: 1350px) {
.elementhelper-dashboard-widgets__item {
width: calc( 25% - 20px);
}
}
.elementhelper-dashboard-widgets__item.item--is-placeholder {
opacity: .7;
}
.elementhelper-dashboard-widgets__item-icon {
display: inline-block;
margin-right: 10px;
width: 30px;
text-align: center;
font-size: 20px;
}
.elementhelper-dashboard-widgets__item:hover .elementhelper-dashboard-widgets__item-icon {
background-image: -webkit-linear-gradient(315deg, #e2498a 25%, #562dd4 100%);
background-image: linear-gradient(135deg, #e2498a 25%, #562dd4 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.elementhelper-dashboard-widgets__item-title {
display: inline-block;
margin: 0;
color: #444;
font-weight: 400;
font-size: 13px;
}
.elementhelper-dashboard-widgets__item-title > label {
font-weight: 700;
}
.elementhelper-dashboard-widgets__item-preview {
display: inline-block;
margin-left: 5px;
color: #c2cbd2;
font-size: 10px;
-webkit-transition: all .2s;
transition: all .2s;
}
.elementhelper-dashboard-widgets__item-preview:hover,
.elementhelper-dashboard-widgets__item-preview:focus,
.elementhelper-dashboard-widgets__item-preview:active {
box-shadow: none;
color: #8799a7;
}
.elementhelper-dashboard-widgets__item-badge {
position: absolute;
top: -2px;
left: -18px;
padding: 6px 8px 3px;
width: 50px;
background-color: #e2498a;
color: #fff;
text-align: center;
text-transform: uppercase;
font-weight: bold;
font-size: 7px;
line-height: 1;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.elementhelper-dashboard-widgets__item-toggle {
position: absolute !important;
right: 20px;
}
.elementhelper-dashboard .elementhelper-toggle {
position: relative;
display: block;
overflow: hidden;
width: 40px;
height: 24px;
border-radius: 100px;
background-color: #e8e8e8;
box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, .05);
}
.elementhelper-dashboard .elementhelper-toggle__check,
.elementhelper-dashboard .elementhelper-toggle__switch,
.elementhelper-dashboard .elementhelper-toggle__track {
position: absolute;
display: block;
}
.elementhelper-dashboard .elementhelper-toggle__check {
top: 0;
left: 0;
z-index: 6;
width: 100%;
height: 100%;
opacity: 0;
cursor: pointer;
}
.elementhelper-dashboard .elementhelper-toggle__check:disabled,
.elementhelper-dashboard .elementhelper-toggle__check.disabled {
z-index: 0;
opacity: 0;
}
.elementhelper-dashboard .elementhelper-toggle__check:checked ~ .elementhelper-toggle__track {
box-shadow: inset 0 0 0 20px #562dd4;
}
.elementhelper-dashboard .elementhelper-toggle__check:checked ~ .elementhelper-toggle__switch {
right: 2px;
left: 18px;
-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
transition: .35s cubic-bezier(.785, .135, .15, .86);
-webkit-transition-delay: .05s, 0s;
transition-delay: .05s, 0s;
-webkit-transition-property: left, right;
transition-property: left, right;
}
.elementhelper-dashboard .elementhelper-toggle__switch {
top: 2px;
right: 18px;
bottom: 2px;
left: 2px;
z-index: 1;
border-radius: 36px;
background-color: #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
transition: .35s cubic-bezier(.785, .135, .15, .86);
-webkit-transition-delay: 0s, .05s;
transition-delay: 0s, .05s;
-webkit-transition-property: left, right;
transition-property: left, right;
}
.elementhelper-dashboard .elementhelper-toggle__track {
top: 0;
right: 0;
bottom: 0;
left: 0;
border-radius: 40px;
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .01);
-webkit-transition: .35s cubic-bezier(.785, .135, .15, .86);
transition: .35s cubic-bezier(.785, .135, .15, .86);
}
@-webkit-keyframes animateTextIndent {
0% {
letter-spacing: 15px;
}
50% {
letter-spacing: 0;
}
100% {
letter-spacing: 15px;
}
}
@keyframes animateTextIndent {
0% {
letter-spacing: 15px;
}
50% {
letter-spacing: 0;
}
100% {
letter-spacing: 15px;
}
}
.elementhelper-action-list {
margin: -4px;
padding-top: 20px;
font-weight: bold;
font-size: 14px;
opacity: .7;
}
.elementhelper-action--divider {
padding-right: 10px;
padding-left: 10px;
color: #e8e8e8;
}
.elementhelper-action--btn {
display: inline-block;
margin: 4px;
padding: 5px 10px 4px;
outline: none;
border: 1px solid;
border-radius: 3px;
background: transparent;
box-shadow: none;
font-weight: bold;
line-height: 1;
cursor: pointer;
}
.elementhelper-action--btn[data-filter="*"] {
color: #666;
}
.elementhelper-action--btn[data-filter="*"]:hover,
.elementhelper-action--btn[data-filter="*"]:focus {
border-color: #666;
background-color: #666;
color: #fff;
}
.elementhelper-action--btn[data-filter="free"] {
color: #562dd4;
}
.elementhelper-action--btn[data-filter="free"]:hover,
.elementhelper-action--btn[data-filter="free"]:focus {
border-color: #562dd4;
background-color: #562dd4;
color: #fff;
}
.elementhelper-action--btn[data-filter="pro"] {
color: #e2498a;
}
.elementhelper-action--btn[data-filter="pro"]:hover,
.elementhelper-action--btn[data-filter="pro"]:focus {
border-color: #e2498a;
background-color: #e2498a;
color: #fff;
}
.elementhelper-action--btn[data-action="enable"] {
color: #5db429;
}
.elementhelper-action--btn[data-action="enable"]:hover,
.elementhelper-action--btn[data-action="enable"]:focus {
border-color: #5db429;
background-color: #5db429;
color: #fff;
}
.elementhelper-action--btn[data-action="disable"] {
color: #e63d3d;
}
.elementhelper-action--btn[data-action="disable"]:hover,
.elementhelper-action--btn[data-action="disable"]:focus {
border-color: #e63d3d;
background-color: #e63d3d;
color: #fff;
}
.elementhelper-home-banner {
position: relative;
padding-top: 25.20%;
border-radius: 5px;
background: url("../../imgs/admin/dashboard-header.png") no-repeat center center/cover;
}
.elementhelper-home-banner__content {
position: absolute;
top: 50%;
left: 50%;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
padding-right: 15px;
padding-left: 15px;
max-width: 1000px;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.elementhelper-home-banner__logo {
position: relative;
top: -8px;
margin-right: 50px;
width: 150px;
height: auto;
}
.elementhelper-home-banner__divider {
width: 4px;
height: 60px;
border-radius: 10px;
background-color: #fff;
}
.elementhelper-home-banner h2 {
float: left;
margin: 0;
padding-left: 50px;
color: #fff;
font-size: 28px;
line-height: 1.1;
}
.elementhelper-home-banner h2 > span {
font-weight: 400;
}
.elementhelper-home-body {
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
max-width: 1000px;
}
.elementhelper-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.elementhelper-feature-title {
margin-bottom: 1rem;
font-weight: bold;
font-size: 28px;
}
.elementhelper-feature-sub-title-a {
color: #242424;
text-decoration: none;
}
.elementhelper-feature-sub-title-a:hover {
color: #e2498a;
}
.elementhelper-feature-sub-title {
margin-bottom: 1rem;
font-weight: bold;
font-size: 18px;
line-height: 1.4;
}
.elementhelper-btn {
display: inline-block;
padding: .95rem 1.5rem;
border-radius: 4px;
text-decoration: none;
font-weight: bold;
font-size: 14px;
}
.elementhelper-btn:hover,
.elementhelper-btn:focus {
outline: none;
box-shadow: none;
}
.elementhelper-btn-primary {
background: #5e3bc4;
color: #fff;
}
.elementhelper-btn-primary:hover,
.elementhelper-btn-primary:focus {
background: #4b2f9d;
color: #fff;
}
.elementhelper-btn-secondary {
background: #e2498a;
color: #fff;
}
.elementhelper-btn-secondary:hover,
.elementhelper-btn-secondary:focus {
background: #d6226e;
color: #fff;
}
.elementhelper-text-primary {
color: #5e3bc4;
}
.elementhelper-text-secondary {
color: #e2498a;
}
.btn-more {
color: #e2498a;
text-decoration: none;
font-size: 16px;
}
.btn-more:hover {
color: #5e3bc4;
}
.elementhelper-btn-view {
color: #835ef1;
text-decoration: none;
font-size: 16px;
}
.elementhelper-cta {
padding: 2.5rem 3rem;
background: #e2498a;
background-image: -webkit-linear-gradient(320deg, #e05da4 0%, #7249cf 100%);
background-image: linear-gradient(130deg, #e05da4 0%, #7249cf 100%);
color: #fff;
}
.elementhelper-cta .elementhelper-feature-title {
margin-top: 0;
color: #fff;
}
.elementhelper-cta p {
margin-bottom: 1rem;
color: #daacdd;
}
.elementhelper-cta .link {
color: #fff;
text-decoration: underline;
font-size: 16px;
}
.elementhelper-cta .link:hover {
text-decoration: none;
}
.elementhelper-cta .btn-contribute {
display: inline-block;
padding: .95rem 1.5rem;
border-radius: 4px;
background: #fff;
color: #7f4bca;
text-decoration: none;
font-size: 15px;
}
.elementhelper-cta .btn-contribute:hover {
background: #e2498a;
color: #fff;
}
.elementhelper-section-title {
margin: 0;
font-size: 48px;
line-height: 1;
}
.elementhelper-badge {
display: inline-block;
margin-bottom: .3rem;
padding: .6rem 1rem;
border-radius: 5px;
background: #e2498a;
background-image: -webkit-linear-gradient(320deg, #e05da4 0%, #7249cf 100%);
background-image: linear-gradient(130deg, #e05da4 0%, #7249cf 100%);
color: #fff;
font-weight: bold;
font-size: 24px;
}
.elementhelper-sub-title-sm {
margin: .3rem 0 0 0;
font-size: 16px;
}
.elementhelper-border-box {
padding: 3rem;
border: 1px solid #ececec;
border-radius: 5px;
box-shadow: 10px 0 20px rgba(0, 0, 0, .05);
}
.elementhelper-media {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-ms-flex-align: start;
}
.elementhelper-media img {
width: 180px;
height: auto;
}
.elementhelper-media h3 a {
color: #242424;
text-decoration: none;
line-height: 1.4;
}
.elementhelper-media h3 a:hover {
color: #e2498a;
}
.elementhelper-media .elementhelper-date {
color: #8c8c8c;
}
.elementhelper-media-body {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.elementhelper-pro-widget {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
margin-bottom: 25px;
padding: 1.5rem 1rem;
border-radius: 4px;
background: #7c58e5;
color: #fff;
text-decoration: none;
font-weight: bold;
font-size: 13px;
}
.elementhelper-pro-widget:hover,
.elementhelper-pro-widget:focus {
background: #df4b89;
color: #fff;
}
.elementhelper-pro-widget i {
padding-right: 15px;
font-weight: bold;
font-size: 20px;
}
.elementhelper-dashboard .f18 {
font-size: 18px;
}
.elementhelper-dashboard .f16 {
font-size: 16px;
}
.elementhelper-dashboard .elementhelper-py-5 {
padding-top: 4rem;
padding-bottom: 4rem;
}
.elementhelper-dashboard .elementhelper-pt-0 {
padding-top: 0;
}
.elementhelper-dashboard .elementhelper-pb-0 {
padding-bottom: 0;
}
.elementhelper-dashboard .elementhelper-pb-3 {
margin-bottom: 3rem;
}
.elementhelper-dashboard .elementhelper-pt-2 {
padding-top: 2rem;
}
.elementhelper-dashboard .elementhelper-pt-3 {
padding-top: 3rem;
}
.elementhelper-dashboard .elementhelper-pr-2 {
padding-right: 2rem;
}
.elementhelper-dashboard .elementhelper-pl-2 {
padding-left: 2rem;
}
.elementhelper-dashboard .elementhelper-mt-0 {
margin-top: 0;
}
.elementhelper-dashboard .elementhelper-mb-0 {
margin-bottom: 0;
}
.elementhelper-dashboard .elementhelper-mb-2 {
margin-bottom: 2rem;
}
.elementhelper-dashboard .elementhelper-mb-3 {
margin-bottom: 3rem;
}
.elementhelper-dashboard .elementhelper-mr-3 {
margin-right: 1.5rem;
}
.elementhelper-dashboard p {
margin-bottom: 2.5rem;
}
.elementhelper-dashboard a,
.elementhelper-dashboard a:hover {
-webkit-transition: all .3s;
transition: all .3s;
}
.elementhelper-dashboard .elementhelper-rounded {
border-radius: 5px;
}
.elementhelper-dashboard .elementhelper-align-center {
text-align: center;
}
.elementhelper-dashboard .elementhelper-align-right {
text-align: right;
}
.elementhelper-dashboard .elementhelper-img-fluid {
max-width: 100%;
height: auto;
}
.elementhelper-dashboard .elementhelper-align-items-center {
-webkit-box-align: center !important;
-webkit-align-items: center !important;
align-items: center !important;
-ms-flex-align: center !important;
}
.elementhelper-dashboard .elementhelper-align-items-end {
-webkit-box-align: end !important;
-webkit-align-items: flex-end !important;
align-items: flex-end !important;
-ms-flex-align: end !important;
}
.elementhelper-dashboard .elementhelper-min-height-455 {
min-height: 455px;
}
.elementhelper-dashboard .elementhelper-title-icon-size {
width: 48px;
height: auto;
}
@media (min-width: 768px) {
.elementhelper-col {
position: relative;
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
.elementhelper-col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 100%;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.elementhelper-col-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 91.666667%;
-ms-flex: 0 0 91.666667%;
flex: 0 0 91.666667%;
max-width: 91.666667%;
}
.elementhelper-col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 83.333333%;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.elementhelper-col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 75%;
-ms-flex: 0 0 75%;
flex: 0 0 75%;
max-width: 75%;
}
.elementhelper-col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 66.666667%;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.elementhelper-col-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 58.333333%;
-ms-flex: 0 0 58.333333%;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.elementhelper-col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 50%;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.elementhelper-col-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 41.666667%;
-ms-flex: 0 0 41.666667%;
flex: 0 0 41.666667%;
max-width: 41.666667%;
}
.elementhelper-col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 33.333333%;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.elementhelper-col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 25%;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.elementhelper-col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 16.666667%;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.elementhelper-col-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 8.333333%;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
position: relative;
z-index: 2;
cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
visibility: hidden;
opacity: 0;
pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
position: absolute;
bottom: 140%;
left: 50%;
padding: 5px;
width: 140px;
border-radius: 3px;
background-color: #000;
background-color: rgba(51, 51, 51, .9);
color: #fff;
content: attr(data-tooltip);
text-align: center;
font-size: 12px;
line-height: 1.2;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
position: absolute;
left: 50%;
margin-top: -8px;
margin-left: -5px;
width: 0;
border-top: 5px solid #000;
border-top: 5px solid rgba(51, 51, 51, .9);
border-right: 5px solid transparent;
border-left: 5px solid transparent;
content: " ";
font-size: 0;
line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
visibility: visible;
opacity: 1;
}