HEX
Server: Apache/2.4.65 (Debian)
System: Linux localhost 6.9.12 #1 SMP Tue May 5 14:23:20 UTC 2026 x86_64
User: www-data (33)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/chart-builder/admin/css/admin-general.css
@-webkit-keyframes ays_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@-moz-keyframes ays_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@-ms-keyframes ays_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

@keyframes ays_pulse {
    from,
    to {
        -webkit-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    50% {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -ms-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2)
    }
}

.ays_pulse {
    -webkit-animation-name: ays_pulse;
    -moz-animation-name: ays_pulse;
    -ms-animation-name: ays_pulse;
    animation-name: ays_pulse
}

body {
    overflow-x: hidden;
    background: #f1f1f1 !important;
}

#wpwrap{
    background: #f1f1f1;
}
body.mobile.modal-open #wpwrap {
    position: initial !important;
}

h1.wp-heading-inline{
    margin-bottom: 20px;
}

.tablenav .actions select {
    float: left;
    margin: 1px 8px 0 0;
    margin-right: 6px;
    max-width: 200px;
    vertical-align: middle;
    height: initial;
/*    line-height: 30px;*/
}

a {
    color: #2271b1;
}

strong, b {
    font-weight: 600;
}

.row input[type=text]:not(#current-page-selector),
.row input[type=search],
.row input[type=tel],
.row input[type=time],
.row input[type=url],
.row input[type=week],
.row input[type=password],
.row input[type=color],
.row input[type=date],
.row input[type=datetime],
.row input[type=datetime-local],
.row input[type=email],
.row input[type=month],
.row input[type=number],
.row select,
.row textarea,
.row .select2-selection__rendered {
    font-size: 16px;
    height: 40px;
    border-radius: 4px;
    margin-top: 2px;
}
div.row {
    padding: 10px 15px;
}

.ays_heart_beat {
    font-size: 20px;
    margin-left: 10px;
}


input.ays-text-input,
textarea.ays-textarea {
    display: block;
    width: 100%;
}

select.ays-text-input {
    height: 40px;
}

select.ays-text-input.ays-text-input-short,
input.ays-text-input.ays-text-input-short{
    width: 200px;
}
textarea.ays-textarea{
    height: 200px;
    margin-top: 5px;
}
label.ays-label{
    font-size: 16px;
    font-weight: 600;
    color: #484848;
    margin-top:20px;
}


/* The Modal (background) */
.ays-modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000 !important;
    width: 100%;
    height: 100%;
    z-index: 100000;
    animation-duration: .5s;
    transition: .5s ease-in-out;
    outline: 0;
}

.ays-modal {
    overflow-x: hidden;
    overflow-y: auto;
}

[class^="ays-modal-backdrop"] {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999 !important;
    background-color: rgba(0, 0, 0, 0.5);
}
/* Modal Content/Box */
.ays-modal-content {
    background-color: #fefefe;
    margin: auto; /* 15% from the top and centered */
    margin-bottom: 30px;
    margin-top: 40px;
    border: 1px solid #888;
    width: 85%; /* Could be more or less, depending on screen size */
    z-index: 100000;
    position: relative;
    padding-left: 0 !important;
    animation-duration: .3s;
    transition: .5s ease-in-out;
    border-radius: 4px;
}

#ays-results-modal .ays-modal-content {
    min-height: 500px;
}
/* The Close Button */
.ays-close {
    color: #aaa;
    float: right;
    line-height: 1.3;
    font-size: 28px;
    font-weight: bold;
}

.ays-close:hover,
.ays-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ays-modal-header {
    padding: 4px 16px;
    background-color: whitesmoke;
    color: white;
}
.ays-modal-header h2 {
    line-height: 1.3;
    font-size: 1.8rem;
    margin: 0;
    color: #000000;
}

/* Modal Body */
.ays-modal-body {
    padding: 2px 16px 20px;
}
#ays-questions-modal .ays-modal-body {
    width: 100%;
    overflow: hidden;
    overflow-x: hidden;
}

/* Modal Footer */
.ays-modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

div.ays-preloader {
    display: none;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.35);
    width: 100%;
    justify-content: center;
    height: 100%;
    align-items: center;
    z-index: 10;
}
div.ays-preloader.show {
    display: flex;
}

.locker,
.locker-loader {
    position: absolute;
    top: 0;
    left: 0;
}

.locker {
    z-index: 1000;
    opacity: 0.8;
    background-color: white;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.locker-loader {
    z-index: 1001;
    background: url("../images/loaders/loading.gif") no-repeat center center;
}


td.ays-sort{
    border-right: 1px solid #B8B8B8;
}

.ays-chart-tab-content{
    animation: fadeEffect 1s;
    display: none;
}
.ays-chart-tab-content-active{
    display: block;
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}
.nav-tab-wrapper .nav-tab:focus{
    box-shadow: none;
    outline: none;
}


.tooltip {
    text-align: left !important;
    position: absolute !important;
    z-index: 9999;
}
.tooltip > .tooltip-inner {
    position: relative !important;
    width: max-content !important;
    max-width: 300px !important;
    text-align: justify!important;
    box-shadow: 0px 0px 10px #fff;
}
.tooltip > .arrow {
    left: calc(50% + 28px) !important;
}
.tooltip > .tooltip-inner img {
    max-width: 100%;
    height: 100%;
    object-fit: contain;
}

.ays_help {
    position: relative;
    font-size: 12px;
    color: dodgerblue !important;
    cursor: help;
}

.ays_help_ul {
    padding-left: 16px;
    list-style-type: initial;
}

ul.ays_tooltip_ul {
    padding-left: 10px;
    list-style-type: circle;
    list-style-position: inside;
}

ul.ays_tooltip_ul_inside {
    padding-left: 30px;
    padding-top: 10px;
    list-style-type: circle;
    list-style-position: inside;
}

.swal2-container {
    z-index: 9999999999!important;
}


div.ays-top-menu-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.ays_menu_left,
.ays_menu_right {
    position: absolute;
    cursor: pointer;
    font-size: 16px;
    height: 80%;
    display: none;
    align-items: center;
    bottom: 0;
    z-index: 3;
}
.ays_menu_left {
    left: -10px;
    padding-right: 20px;
    padding-left: 2px;
}
.ays_menu_right {
    right: -10px;
    padding-left: 20px;
    padding-right: 2px;
}
.ays_menu_left:hover {
    background-image: linear-gradient(to right, #000 , transparent);
    color: #ccc;
    border-radius: 50% 0 0 50%;
}
.ays_menu_right:hover {
    background-image: linear-gradient(to left, #000 , transparent);
    color: #ccc;
    border-radius: 0 50% 50% 0;
}
div.ays-top-menu-wrapper div.ays-top-menu {
    overflow: hidden;
    width: 98%;
    margin: auto;
}
div.ays-top-menu-wrapper div.ays-top-menu div.ays-top-tab-wrapper {
    display: flex;
    flex-wrap: nowrap;
    transform: translate(0);
    transition: .5s ease-in-out;
    padding-right: 7px;
    width: fit-content;
}


input.ays_toggle[type=checkbox]{
    display: none;
}

label.ays_switch_toggle {
    cursor: pointer;
    text-indent: -9999px;
    width: 35px;
    height: 14px;
    background: grey;
    display: block;
    border-radius: 50px;
    position: relative;
    transition: .3s ease;
}

label.ays_switch_toggle:after {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 20px;
    height: 20px;
    background: #0085ba;
    border-radius: 30px;
    transition: 0.3s;
}

input:checked + label.ays_switch_toggle {
    background: #b7ccea;
}

input:checked + label.ays_switch_toggle:after {
    left: calc(100% - -5px);
    transform: translateX(-100%);
}

label.ays_switch_toggle:hover:after {
    box-shadow: 0 0 10px #31618c;
}
.ays_divider_left {
    border-left: 1px solid #ccc;
}
.ays_divider_top {
    border-top: 1px solid #ccc;
}
.ays_divider_right {
    border-right: 1px solid #ccc;
}
.ays_divider_bottom {
    border-bottom: 1px solid #ccc;
}

blockquote.chat_mode_blockquote_message{
    color: crimson;
    font-size: 15px;
    font-style: italic;
    border-color: crimson;
    border-left: 3px solid crimson;
}

blockquote.error_message {
    color: crimson;
    font-size: 16px;
    font-style: italic;
    border-color: crimson;
}

blockquote.error_message a {
    color: brown;
    font-weight: bold;
}

blockquote {
    font-size: 14px;
    width: 100%;
    margin: 0 auto;
    font-style: italic;
    color: #555555;
    padding: 8px 15px 8px 15px;
    border-left: 5px solid #ffb700c0;
    line-height: 1.6;
    position: relative;
    background: #ededed;
}

blockquote::before {
    content: none;
}

blockquote::after {
    content: "";
}

blockquote span {
    display: block;
    color: #333333;
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}

#adminmenu a.toplevel_page_chart-builder div.wp-menu-image img {
    width: 25px;
    padding: 5px 0 0;
    transition: .3s ease-in-out;
}

/* Our products (new design)*/

.ays-chart-cards-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 38px 0 2px;
    align-items: stretch;
}

.ays-chart-card__text-hidden {
    display: none;
}

.ays-chart-card {
    width: 32%;
    margin-bottom: 65px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2px;
}

.ays-chart-card__content {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding: 25px 12px 8px 19px;
    min-height: 140px;
    flex: 1 0 auto;
}

.ays-chart-card__content-img-box {
    margin-right: 14px;
}

.ays-chart-card__img {
    width: 85px;
    height: 85px;
    border-radius: 9px;
}

.ays-chart-card__title {
    font-style: normal;
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #18191f;
}

.ays-chart-card__text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4c4d54;
}

.ays-chart-card__footer {
    background-color: #f7f7f7;
    padding: 25px 20px;
}

.ays-chart-card__btn-info {
    display: inline-block;
    color: #2b74b9;
    border: 1px solid #2b74b9;
    padding: 10px 16px;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    border-radius: 2px;
    transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
    margin-right: 10px;
}

.ays-chart-card__btn-info.disabled {
    color: #a7aaad !important;
    border-color: #dcdcde !important;
    background: #f6f7f7 !important;
    box-shadow: none !important;
    cursor: default;
    transform: none !important;
    outline: unset;
}

.ays-chart-card__btn-primary {
    display: inline-block;
    color: #ffffff;
    border: 1px solid transparent;
    padding: 10px 16px;
    background-color: #2b74b9;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    border-radius: 2px;
    transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, color 0.3s ease-in-out;
}

.ays-chart-card__btn-info:hover {
    text-decoration: none;
    background-color: #cdc8c81a;
    border: 1px solid #0e63b3;
}

.ays-chart-card__btn-primary:hover {
    text-decoration: none;
    background-color: #0067c9;
    color: #ffffff;
}

#ays-chart-intro-title {
    font-size: 38px;
    font-weight: 600;
    margin: 30px 0;
    width: 50%;
}

.flexible {
    flex-grow: 1;
}

.ays-chart-see-all {
    text-align: center;
}

.ays-chart-all-btn {
    background: #2b74b9;
    padding: 10px 18px;
    display: block;
    max-width: 240px;
    color: #fff;
    text-align: center;
    margin: 20px auto 30px;
    box-shadow: -1px 4px 8px 1px rgb(76 151 222 / 15%), 3px 4px 29px rgb(110 177 240 / 40%);
    border-radius: 2px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    position: relative;
    text-transform: capitalize;
    transition: background-color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, color 0.3s ease-in-out;
}

.ays-chart-card__btn-primary:visited,
.ays-chart-all-btn:visited {
    color: #fff;
}

.ays-chart-all-btn:hover {
    text-decoration: none;
    background-color: #0067c9;
    color: #ffffff;
}

.ays-chart-all-btn:before {
    content: "";
    top: 50%;
    right: 112%;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    position: absolute;
    pointer-events: none;
}

.ays-chart-all-btn:after {
    content: "";
    top: 50%;
    left: 112%;
    width: 100%;
    height: 1px;
    background-color: #dfdfdf;
    position: absolute;
    pointer-events: none;
}

.ays-chart-question-image-caption-box-wrap{
    padding-right: 0;
}

.ays-chart-question-image-caption-box-wrap input.ays-chart-question-image-caption{
    width: 100%;
}

.ays-chart-input-underline.ays-chart-question-image-caption-input-underline{
    visibility: visible;
}

/* Our products Media Queries*/
/* max-width */
@media screen and (max-width: 1160px) {
    .ays-chart-all-btn:before {
        width: 60%;
    }

    .ays-chart-all-btn:after {
        width: 60%;
    }
}

@media screen and (max-width: 1096px) {
    .ays-chart-card {
        width: 47%;
    }

    #ays-chart-intro-title {
        font-size: 33px;
        width: 67%;
    }

    .ays-chart-card__img {
        width: 93px;
        height: 93px;
    }

    .ays-chart-card__content {
        min-height: 140px;
    }

    .ays-chart-card__text {
        font-size: 15px;
    }

    .ays-chart-card__footer {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 992px) {
    .ays-chart-card__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 786px) {
    .ays-chart-card {
        width: 48%;
    }

    #ays-chart-intro-title {
        font-size: 33px;
        width: 85%;
    }
}

@media screen and (max-width: 662px) {
    .ays-chart-card {
        width: 74%;
        margin-left: auto;
        margin-right: auto;
    }

    .ays-chart-card__title {
        font-size: 24px;
    }

    .ays-chart-card__text {
        font-size: 18px;
        line-height: 24px;
    }

    .ays-chart-card {
        min-height: 220px;
    }

    .ays-chart-card__footer {
        padding: 25px 14px;
    }

    .ays-chart-all-btn:before {
        width: 40%;
    }
    .ays-chart-all-btn:after {
        width: 40%;
    }

    .ays-chart-card {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 574px) {
    .ays-chart-card {
        width: 78%;
    }

    .ays-chart-card__btn-info {
        padding: 10px 18px;
        font-size: 15px;
    }

    .ays-chart-card__btn-primary {
        padding: 10px 18px;
        font-size: 15px;
    }

    .ays-chart-all-btn {
        padding: 7px 14px;
        max-width: 210px;
        font-size: 19px;
        margin: 8px auto 10px;
    }

    .ays-chart-card__footer {
        padding: 25px 14px;
    }

    .ays-chart-all-btn:before {
        display: none;
    }

    .ays-chart-all-btn:after {
        display: none;
    }

    #ays-chart-intro-title {
        font-size: 30px;
        width: 98%;
    }
}

@media screen and (max-width: 520px) {
    .ays-chart-card {
        width: 85%;
    }
    .ays-chart-card__title {
        font-size: 22px;
    }

    .ays-settings-wrapper{
        flex-direction: column;
    }

    .ays-settings-wrapper .ays-settings-wrapper-tabs .nav-tab-wrapper{
        flex-direction: column;
        padding: 0 10px 15px;
        margin-right: 0;
    }

    .ays-chart-save-changes-settings-page-mobile{
        background-color: #f1f1f1;
        text-align: center;
        z-index: 5;
    }
    
    .ays-charts-button-box .ays-charts-button-second-row{
        margin-top: 10px;
    }
    
}

@media screen and (max-width: 375px) {
    .ays-chart-card {
        width: 94%;
    }

    .ays-chart-card__text {
        font-size: 16px;
        line-height: 23px;
    }

    #ays-chart-intro-title {
        font-size: 28px;
        width: 100%;
    }

    .ays-chart-all-btn {
        padding: 5px 12px;
        max-width: 185px;
        font-size: 17px;
        margin: 8px auto 30px;
    }

    .ays-chart-card__content {
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        padding: 18px 11px 5px 18px;
        min-height: 140px;
        flex: 1 0 auto;
    }
}

/* min-width */
@media screen and (min-width: 1440px) {
    .ays-chart-card__title {
        font-size: 24px;
    }

    .ays-chart-card__img {
        width: 93px;
        height: 93px;
    }

    .ays-chart-card__text {
        font-size: 17px;
    }

    .ays-chart-card__btn-info {
        padding: 10px 17px;
    }

    .ays-chart-card__btn-primary {
        padding: 10px 17px;
    }

    .ays-chart-card__btn-info {
        font-size: 16px;
    }

    .ays-chart-card__btn-primary {
        font-size: 16px;
    }

    .ays-chart-card__text {
        font-size: 16px;
    }

    .ays-chart-card__title {
        font-size: 24px;
    }

    .ays-chart-card__content {
        padding: 20px 20px 8px 22px;
    }

    #ays-chart-intro-title {
        font-size: 42px;
        font-weight: 600;
        margin: 30px 0;
        width: 50%;
    }

    .ays-chart-card__footer {
        padding: 22px 24px;
    }
}

@media screen and (min-width: 1820px) {
    .ays-chart-card__text-hidden {
        display: inline;
    }

    #ays-chart-intro-title {
        width: 32%;
    }

    .ays-chart-card__text {
        font-size: 14px;
    }

    .ays-chart-card__title {
        font-size: 18px;
    }
}

@media screen and (min-width: 1820px) {
    #ays-chart-intro-title {
        width: 36%;
    }
}

/* Documentation link */
.ays-chart-heading-box {
    float: right;
    margin-top: 10px;
}

.ays-chart-heading-box.ays-chart-unset-float {
    float: unset;
}

.ays-chart-heading-box.ays-chart-unset-margin {
    margin: unset;
}

.ays-chart-heading-box .ays-chart-wordpress-user-manual-box a {
    display: inline-block;
    width: auto;
    min-width: 80px;
    padding: 5px 14px;
    font: 500 12px/16px "Roboto",Arial,sans-serif;
    letter-spacing: -.25px;
    text-transform: capitalize;
    border-color: #ddd;
    background-color: transparent;
    color: #888;
    cursor: pointer;
    margin: 0;
    border: 2px solid transparent;
    border-radius: 4px;
    text-decoration: underline;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ays-chart-heading-box .ays-chart-wordpress-user-manual-box a:hover {
    color: #666;
}

.ays-chart-heading-box .ays-chart-wordpress-user-manual-box a:focus {
    /*box-shadow: 0 0 0 1px #ddd, 0 0 2px 1px #f1f1f1;*/
    box-shadow: unset;
    outline: unset;    
}

.ays-chart-heading-box.ays-chart-unset-float .ays-chart-wordpress-user-manual-box a {
    padding: 5px 0px;
    font-style: italic;
}

.ays-chart-heading-box .ays-chart-wordpress-text-align {
    text-align: right;
}