/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'yekan-bakh', sans-serif;
    font-weight: 700;
}

h1.bold,
h2.bold,
h3.bold,
h4.bold,
h5.bold,
h6.bold {
    font-weight: 900;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 18px;
}

h5,
.h5 {
    font-size: 16px;
}

h6,
.h6 {
    font-size: 14px;
}

.iransans {
    font-family: 'iransans', sans-serif !important;
}

.yekan-bakh {
    font-family: 'yekan-bakh', sans-serif !important;
}

.roboto,
.english-text {
    font-family: 'roboto', 'yekan-bakh', sans-serif !important;
}

.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.text-20px {
    font-size: 20px !important;
}

.text-18px {
    font-size: 18px;
}

.text-16px {
    font-size: 16px;
}

.text-15px {
    font-size: 15px;
}

.text-14px {
    font-size: 14px;
}

.text-13px {
    font-size: 13px;
}

.text-12px {
    font-size: 12px;
}

.text-11px {
    font-size: 11px;
}

.text-10px {
    font-size: 10px;
}

/* Alignment */

.dir-ltr {
    direction: ltr;
}

.dir-rtl {
    direction: rtl;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* Border-radius */

.br-8 {
    border-radius: 8px;
}

.br-12 {
    border-radius: 12px;
}

.br-14 {
    border-radius: 14px;
}

.br-20 {
    border-radius: 20px;
}

.br-24 {
    border-radius: 24px;
}

/* Colors */

.bg-yellow50 {
    background: #FFF8ED;
}

.bg-yellow100 {
    background: #FFEAC6;
}

.bg-yellow200 {
    background: #FFE0AA;
}

.bg-yellow300 {
    background: #FFD184;
}

.bg-yellow400 {
    background: #FFC96C;
}

.bg-yellow500 {
    background: #FFBB47;
}

.bg-yellow600 {
    background: #E8AA41;
}

.bg-yellow700 {
    background: #B58532;
}

.bg-yellow800 {
    background: #8C6727;
}

.bg-yellow900 {
    background: #6B4F1E;
}

.bg-gray50 {
    background: #f2f2f2;
}

.bg-gray100 {
    background: #f2f4f7;
}

.bg-gray200 {
    background: #EAECF0;
}

.bg-gray300 {
    background: #D0D5DD;
}

.bg-gray400 {
    background: #98A2B3;
}

.bg-gray500 {
    background: #667085;
}

.bg-gray600 {
    background: #475467;
}

.bg-gray700 {
    background: #344054;
}

.bg-gray800 {
    background: #1D2939;
}

.bg-gray900 {
    background: #101828;
}

.bg-teal50 {
    background: #F4FBFC;
}

.bg-teal100 {
    background: #DEF4F5;
}

.bg-teal200 {
    background: #CEEEF0;
}

.bg-teal300 {
    background: #B8E6EA;
}

.bg-teal400 {
    background: #AAE1E5;
}

.bg-teal500 {
    background: #95DADF;
}

.bg-teal600 {
    background: #88C6CB;
}

.bg-teal700 {
    background: #6A9B9E;
}

.bg-teal800 {
    background: #52787B;
}

.bg-teal900 {
    background: #3F5C5E;
}

.bg-teal50 {
    background: #F4FBFC;
}

.bg-teal100 {
    background: #DEF4F5;
}

.bg-teal200 {
    background: #CEEEF0;
}

.bg-teal300 {
    background: #B8E6EA;
}

.bg-teal400 {
    background: #AAE1E5;
}

.bg-teal500 {
    background: #95DADF;
}

.bg-teal600 {
    background: #88C6CB;
}

.bg-teal700 {
    background: #6A9B9E;
}

.bg-teal800 {
    background: #52787B;
}

.bg-teal900 {
    background: #3F5C5E;
}

.bg-blue50 {
    background: #E6F8FD;
}

.bg-blue100 {
    background: #B0E9F9;
}

.bg-blue200 {
    background: #8ADEF6;
}

.bg-blue300 {
    background: #54CFF2;
}

.bg-blue400 {
    background: #33C5F0;
}

.bg-blue500 {
    background: #00B7EC;
}

.bg-blue600 {
    background: #00A7D7;
}

.bg-blue700 {
    background: #0082A8;
}

.bg-blue800 {
    background: #006582;
}

.bg-blue900 {
    background: #004D63;
}

.bg-azure50 {
    background: #EEF2F9;
}

.bg-azure100 {
    background: #CAD6EB;
}

.bg-azure200 {
    background: #B0C2E2;
}

.bg-azure300 {
    background: #8CA6D5;
}

.bg-azure400 {
    background: #7695CD;
}

.bg-azure500 {
    background: #547AC0;
}

.bg-azure600 {
    background: #4C6FAF;
}

.bg-azure700 {
    background: #3C5788;
}

.bg-azure800 {
    background: #2E436A;
}

.bg-azure900 {
    background: #233351;
}

.bg-red50,
.bg-error50 {
    background: #FEF3F2;
}

.bg-red100,
.bg-error100 {
    background: #FEE4E2;
}

.bg-red200,
.bg-error200 {
    background: #FFCDCA;
}

.bg-red300,
.bg-error300 {
    background: #FDA29B;
}

.bg-red400,
.bg-error400 {
    background: #FA7066;
}

.bg-red500,
.bg-error500 {
    background: #F04438;
}

.bg-red600,
.bg-error600 {
    background: #D92D20;
}

.bg-red700,
.bg-error700 {
    background: #B42318;
}

.bg-red800,
.bg-error800 {
    background: #912018;
}

.bg-red900,
.bg-error900 {
    background: #7A271A;
}

.bg-orange50,
.bg-warning50 {
    background: #FFFAEB;
}

.bg-orange100,
.bg-warning100 {
    background: #FEF0C7;
}

.bg-orange200,
.bg-warning200 {
    background: #FEDF89;
}

.bg-orange300,
.bg-warning300 {
    background: #FEC84B;
}

.bg-orange400,
.bg-warning400 {
    background: #FDB022 !important;
}

.bg-orange500,
.bg-warning500 {
    background: #F79009 !important;
}

.bg-orange600,
.bg-warning600 {
    background: #DC6803;
}

.bg-orange700,
.bg-warning700 {
    background: #B54708;
}

.bg-orange800,
.bg-warning800 {
    background: #93370D;
}

.bg-orange900,
.bg-warning900 {
    background: #7A2E0E;
}

.bg-violet50 {
    background: #F2F2F2;
}

.bg-violet100 {
    background: #C1C0DD;
}

.bg-violet200 {
    background: #A3A2CC;
}

.bg-violet300 {
    background: #7A77B5;
}

.bg-violet400 {
    background: #605DA6;
}

.bg-violet500 {
    background: #383490;
}

.bg-violet600 {
    background: #332F83;
}

.bg-violet700 {
    background: #282566;
}

.bg-violet800 {
    background: #1F1D4F !important;
}

.bg-violet900 {
    background: #18163C;
}

.bg-green50,
.bg-success50 {
    background: #ECFDF3;
}

.bg-green100,
.bg-success100 {
    background: #D1FADF;
}

.bg-green200,
.bg-success200 {
    background: #A6F4C5;
}

.bg-green300,
.bg-success300 {
    background: #6CE9A6;
}

.bg-green400,
.bg-success400 {
    background: #32D583;
}

.bg-green500,
.bg-success500 {
    background: #12B76A;
}

.bg-green600,
.bg-success600 {
    background: #039855;
}

.bg-green700,
.bg-success700 {
    background: #027A48;
}

.bg-green800,
.bg-success800 {
    background: #05603A;
}

.bg-green900,
.bg-success900 {
    background: #054F31;
}

.text-yellow50 {
    color: #FFF8ED;
}

.text-yellow100 {
    color: #FFEAC6;
}

.text-yellow200 {
    color: #FFE0AA;
}

.text-yellow300 {
    color: #FFD184;
}

.text-yellow400 {
    color: #FFC96C;
}

.text-yellow500 {
    color: #FFBB47;
}

.text-yellow600 {
    color: #E8AA41;
}

.text-yellow700 {
    color: #B58532;
}

.text-yellow800 {
    color: #8C6727;
}

.text-yellow900 {
    color: #6B4F1E;
}

.text-gray50 {
    color: #f2f2f2;
}

.text-gray100 {
    color: #f2f4f7;
}

.text-gray200 {
    color: #EAECF0;
}

.text-gray300 {
    color: #D0D5DD;
}

.text-gray400 {
    color: #98A2B3;
}

.text-gray500 {
    color: #667085;
}

.text-gray600 {
    color: #475467;
}

.text-gray700 {
    color: #344054;
}

.text-gray800 {
    color: #1D2939;
}

.text-gray900 {
    color: #101828;
}

.text-teal50 {
    color: #F4FBFC;
}

.text-teal100 {
    color: #DEF4F5;
}

.text-teal200 {
    color: #CEEEF0;
}

.text-teal300 {
    color: #B8E6EA;
}

.text-teal400 {
    color: #AAE1E5;
}

.text-teal500 {
    color: #95DADF;
}

.text-teal600 {
    color: #88C6CB;
}

.text-teal700 {
    color: #6A9B9E;
}

.text-teal800 {
    color: #52787B;
}

.text-teal900 {
    color: #3F5C5E;
}

.text-blue50 {
    color: #E6F8FD;
}

.text-blue100 {
    color: #B0E9F9;
}

.text-blue200 {
    color: #8ADEF6;
}

.text-blue300 {
    color: #54CFF2;
}

.text-blue400 {
    color: #33C5F0;
}

.text-blue500 {
    color: #00B7EC;
}

.text-blue600 {
    color: #00A7D7;
}

.text-blue700 {
    color: #0082A8;
}

.text-blue800 {
    color: #006582;
}

.text-blue900 {
    color: #004D63;
}

.text-azure50 {
    color: #EEF2F9;
}

.text-azure100 {
    color: #CAD6EB;
}

.text-azure200 {
    color: #B0C2E2;
}

.text-azure300 {
    color: #8CA6D5;
}

.text-azure400 {
    color: #7695CD;
}

.text-azure500 {
    color: #547AC0;
}

.text-azure600 {
    color: #4C6FAF;
}

.text-azure700 {
    color: #3C5788;
}

.text-azure800 {
    color: #2E436A;
}

.text-azure900 {
    color: #233351;
}

.text-red50,
.text-error50 {
    color: #FEF3F2;
}

.text-red100,
.text-error100 {
    color: #FEE4E2;
}

.text-red200,
.text-error200 {
    color: #FFCDCA;
}

.text-red300,
.text-error300 {
    color: #FDA29B;
}

.text-red400,
.text-error400 {
    color: #FA7066;
}

.text-red500,
.text-error500 {
    color: #B42318;
}

.text-red600,
.text-error600 {
    color: #D92D20;
}

.text-red700,
.text-error700 {
    color: #B42318;
}

.text-red800,
.text-error800 {
    color: #912018;
}

.text-red900,
.text-error900 {
    color: #7A271A;
}

.text-orange50,
.text-warning50 {
    color: #FFFAEB;
}

.text-orange100,
.text-warning100 {
    color: #FEF0C7;
}

.text-orange200,
.text-warning200 {
    color: #FEDF89;
}

.text-orange300,
.text-warning300 {
    color: #FEC84B;
}

.text-orange400,
.text-warning400 {
    color: #FDB022;
}

.text-orange500,
.text-warning500 {
    color: #F79009;
}

.text-orange600,
.text-warning600 {
    color: #DC6803;
}

.text-orange700,
.text-warning700 {
    color: #B54708;
}

.text-orange800,
.text-warning800 {
    color: #93370D;
}

.text-orange900,
.text-warning900 {
    color: #7A2E0E;
}

.text-violet50 {
    color: #F2F2F2;
}

.text-violet100 {
    color: #C1C0DD;
}

.text-violet200 {
    color: #A3A2CC;
}

.text-violet300 {
    color: #7A77B5;
}

.text-violet400 {
    color: #605DA6;
}

.text-violet500 {
    color: #383490;
}

.text-violet600 {
    color: #332F83;
}

.text-violet700 {
    color: #282566;
}

.text-violet800 {
    color: #A3A2CC;
}

.text-violet900 {
    color: #18163C;
}

.text-green50,
.text-success50 {
    color: #ECFDF3;
}

.text-green100,
.text-success100 {
    color: #D1FADF;
}

.text-green200,
.text-success200 {
    color: #A6F4C5;
}

.text-green300,
.text-success300 {
    color: #6CE9A6;
}

.text-green400,
.text-success400 {
    color: #32D583;
}

.text-green500,
.text-success500 {
    color: #12B76A;
}

.text-green600,
.text-success600 {
    color: #039855;
}

.text-green700,
.text-success700 {
    color: #027A48;
}

.text-green800,
.text-success800 {
    color: #05603A;
}

.text-green900,
.text-success900 {
    color: #054F31;
}

.icon {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.icon.cache {
    background: url( "/assets/icons/user.svg" ) no-repeat center center;
}

/* @@progress-list  */

*{
    text-decoration: none !important;
}

#wpbody{
    direction: rtl;
}

.stroke {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
}

.inline-list--list {
    margin: 0;
    list-style: none;
    padding: 50px;
}

.inline-list--item {
    color: black;
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative;
    min-height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
}

.inline-list--item:last-child {
    margin-bottom: 0;
}

.inline-list--item .inline-list--text {
    display: block;
    text-align: right;
    width: 100%;
    font-weight: 600;
    color: #31466e;
}

.inline-list--item .inline-list--icon {
    height: 30px;
    width: 32px;
}

.inline-list--item .inline-list--icon svg {
    width: 30px;
    height: 30px;
}

.inline-list--item .inline-list--icon svg .icon {
    fill: black;
}

.inline-list--item .inline-list--icon svg .stroke {
    stroke: #27395b;
}

.inline-list--item .inline-list--icon svg .done {
    /*stroke: #27ae60;*/
    fill-opacity: 0;
    stroke: black;
}

.inline-list--item .inline-list--icon svg .fail {
    /*stroke: #c0392b;*/
    fill-opacity: 0;
    stroke: black;
}

.progress-bar {
    background-color: white;
    border: 2px solid white;
    border-radius: 15px;
    display: block;
    width: 100%;
    height: 15px;
    margin-bottom: 20px;
}

.progress-bar .progress-bar--text {
    margin-bottom: 20px;
    display: block;
}

.progress-bar .progress-bar--progress {
    margin-bottom: 20px;
    border-radius: 15px;
    width: 0;
    height: 100%;
    transition: all 0.2s ease;
    background-color: tomato;
}

#chart-container {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

#mybody {
    height: 100%;
}

#mybody {
    background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0.25) 50%, rgba(255, 255, 255, 0) 50%), linear-gradient(#e31212, #e31212 50%, #fff 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Nunito", sans-serif;
}
/* @@wordpress-custom  */
@media (max-width: 960px) {
    #wpcontent,
    #wpfooter {
        /*margin-right: 0 !important;*/
        /*padding-right: 35px !important;*/
    }
}
@media screen and (max-width: 782px) {
    .wp-responsive-open #wpbody {
        left: -12em;
    }
    #wpcontent,
    #wpfooter {
        /*margin-right: 0 !important;*/
        /*padding-right: 0 !important;*/
    }
}
#wpcontent,
#wpfooter {
    /*margin-right: 140px !important;*/
}

.scanner {
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-evenly;
    display: none;
}

#chart-container div,
#chart-container div canvas {
    width: auto !important;
    height: 500px !important;
}

/* @@gauge-half rank */

#gauge-progress {
    transition: all ease-in-out 1s;
}

.gauge-container {
    position: relative;
    display: none;
    transform: scale(1.7);
}

.gauge-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.gauge-info .title {
    color: #27395b;
    font-size: 0.75rem;
}

.gauge-info .value {
    color: #31466e;
    font-size: 1.5rem;
    margin-bottom: 4px;
}

.gauge-info .title,
.gauge-info .value {
    opacity: 0;
    transform: translateY(12px);
    transition: all 1s;
}

.gauge-info.show .title,
.gauge-info.show .value {
    opacity: 1;
}

/* @@gauge-circle-progress  */

.o-gauge {
    --gauge-progress: 0;
    --gauge-size: 350px;
    position: relative;
    width: var(--gauge-size);
    height: var(--gauge-size);
}

.o-gauge svg {
    width: 100%;
    height: 100%;
    fill: none;
}

.o-gauge::before {
    counter-reset: progress var(--gauge-progress);
    content: counter(progress) "%";
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding-left: 0.15em;
    font-size: calc(var(--gauge-size) / 7);
    color: #27395b;
}

.o-gauge_bg {
    stroke: #f5f5f5;
}

.o-gauge_progress {
    --gauge-dasharray: 277;
    stroke: currentColor;
    stroke-dasharray: var(--gauge-dasharray);
    stroke-dashoffset: calc(var(--gauge-dasharray) * (1 - var(--gauge-progress) / 100));
    transition: stroke-dashoffset .5s;
}

.o-gauge_progress {
    stroke: url(#strokeGradient);
    stroke-dasharray: 276.46;
    /*stroke-dashoffset: calc(276.46 - (276.46 * var(--gauge-progress)) / 100);*/
    stroke-dashoffset: 276.46;
    transition: stroke-dashoffset .3s;
}

.o-gauge_progress {
    stroke: url(#strokeGradient) !important;
}

/* @@circle-button  */

.scan-button {
    z-index: 99;
    position: absolute;
    width: 50%;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    background-color: #31466e;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scan-button:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.scan-button:hover + .button-outline {
    width: 55%;
}

.button-outline {
    position: absolute;
    width: 45%;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    border: 7px solid #31466e;
    transform: translate(-50%, -50%);
    transition: all 0.25s cubic-bezier(0.7, 0.11, 0.32, 2);
}

.button-outline:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.button-text {
    position: absolute;
    font-size: 30px;
    color: white;
    line-height: 40px;
    text-align: center;
}

.scan-button-container {
    position: relative;
    margin: 0 auto;
    width: 400px;
}

.scan-button-container:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* @@wordpress-custom  */
@media (max-width: 960px) {
    #wpcontent,
    #wpfooter {
        /*margin-right: 0 !important;*/
    }
}

#wpcontent,
#wpfooter {
    /*margin-right: 0;*/
}
#wpbody-content {
    padding-bottom: 0;
}
#wpfooter {
    display: none;
}
button,
input,
select,
textarea {
    font-size: revert;
}

body {
    background-color: #fcf8f8;
}

/* @@home-animated-icon max speed  */

#dashboard {
    position: relative;
    width: 150px;
    height: 100px;
    border-top: 5px dashed #222;
    border-left: 5px dashed #222;
    border-right: 5px dashed #222;
    -webkit-box-shadow: 0 0 0 5px #fcf8f8,
        inset 0 0 0 5px #fcf8f8,
        0 0 0 10px #333,
        0 13px 5px rgba(0, 0, 0, 0.2),
        inset 0 2px 50px 50px #fcf8f8;
    box-shadow: 0 0 0 5px #fcf8f8,
        inset 0 0 0 5px #fcf8f8,
        0 0 0 10px #333,
        0 13px 5px rgba(0, 0, 0, 0.2),
        inset 0 2px 50px 50px #fcf8f8;
    border-radius: 200px 200px 50px 50px;
    background: #fcf8f8;
    margin: 100px auto 90px;
    transform: scale(1.5);
}

#dashboard:after {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0Max";
    position: absolute;
    left: 50%;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    bottom: 5px;
    width: 30px;
    height: 30px;
    background: #333;
    color: #222;
    margin-left: -15px;
    border-radius: 30px;
    line-height: 50px;
    direction: ltr;
    -webkit-box-shadow: inset 0 0 10px #222, 0 2px 2px #444;
    box-shadow: inset 0 0 10px #222, 0 2px 2px #444;
}

#dashboard:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 1px;
    border: 0 solid transparent;
    border-left: 15px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 80px solid #ee2222;
    bottom: 20px;
    left: 50%;
    margin-left: -15px;
    -webkit-transform: rotate(-96deg);
    -moz-transform: rotate(-96deg);
    -o-transform: rotate(-96deg);
    -ms-transform: rotate(-96deg);
    transform: rotate(-96deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-animation: boost 0.2s infinite;
    -moz-animation: boost 0.2s infinite;
    -ms-animation: boost 0.2s infinite;
    -o-animation: boost 0.2s infinite;
    animation: boost 0.2s infinite;
}

@keyframes "boost" {
    from {
        -webkit-transform: rotate(86deg);
        -moz-transform: rotate(86deg);
        -o-transform: rotate(86deg);
        -ms-transform: rotate(86deg);
        transform: rotate(86deg);
    }
    50% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    to {
        -webkit-transform: rotate(86deg);
        -moz-transform: rotate(86deg);
        -o-transform: rotate(86deg);
        -ms-transform: rotate(86deg);
        transform: rotate(86deg);
    }
}

@-moz-keyframes boost {
    from {
        -moz-transform: rotate(86deg);
        transform: rotate(86deg);
    }
    50% {
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    to {
        -moz-transform: rotate(86deg);
        transform: rotate(86deg);
    }
}

@-webkit-keyframes "boost" {
    from {
        -webkit-transform: rotate(86deg);
        transform: rotate(86deg);
    }
    50% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    to {
        -webkit-transform: rotate(86deg);
        transform: rotate(86deg);
    }
}

@-ms-keyframes "boost" {
    from {
        -ms-transform: rotate(86deg);
        transform: rotate(86deg);
    }
    50% {
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    to {
        -ms-transform: rotate(86deg);
        transform: rotate(86deg);
    }
}

@-o-keyframes "boost" {
    from {
        -o-transform: rotate(86deg);
        transform: rotate(86deg);
    }
    50% {
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    to {
        -o-transform: rotate(86deg);
        transform: rotate(86deg);
    }
}

/* @@home-feature */

.center-heading {
    text-align: center;
}

.center-heading .section-title {
    font-weight: 400;
    font-size: 28px;
    color: #3b566e;
    line-height: 38px;
    margin-bottom: 20px;
}

.center-text {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #6f8ba4;
    line-height: 28px;
    letter-spacing: 1px;
    margin-bottom: 50px;
}

.center-text p {
    margin-bottom: 30px;
}

.features-small-item {
    display: block;
    background: #f9faff;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    padding: 40px 28px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    min-height: 300px;
}

.features-small-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /* background-image: linear-gradient(135deg, #0FB4E5 0%, #743FE5 100%); */
    background-image: linear-gradient(135deg, #3c5788 0%, #31466e 100%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
}

.features-small-item.active:before,
.features-small-item:hover:before {
    opacity: 1;
}

.features-small-item.active .features-title,
.features-small-item:hover .features-title {
    color: #ffffff;
}

.features-small-item.active p,
.features-small-item:hover p {
    color: #c7e5ff;
}

.features-small-item .icon {
    width: 60px;
    height: 67px;
    position: relative;
    margin: 0 auto 20px;
}

.features-small-item .icon .hexagon-bg {
    width: 60px;
    height: 37px;
    margin-top: 15px;
    background: #e2ebff;
    position: relative;
    z-index: 1;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.features-small-item .icon .hexagon-bg:before {
    content: "";
    position: absolute;
    top: -14px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 15px solid #e2ebff;
}

.features-small-item .icon .hexagon-bg:after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 15px solid #e2ebff;
}

.features-small-item .icon i {
    display: block;
    height: 67px;
    line-height: 67px;
    position: absolute;
    width: 100%;
    top: -15px;
    z-index: 2;
    font-size: 18px;
    color: #3c5788;
}

.features-small-item .features-title {
    font-weight: 400;
    font-size: 16px;
    color: #3b566e;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.features-small-item p {
    font-weight: 400;
    font-size: 14px;
    color: #6f8ba4;
    line-height: 26px;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-bottom: 0 !important;
    text-align: justify;
}

/* @@bootstrap-custom  */

.btn-primary {
    background-color: #3c5788 !important;
    border-color: #3c5788 !important;
}

.btn-primary:hover {
    background-color: #31466e !important;
}

.btn-outline-primary {
    border-color: #3c5788 !important;
    color: #3c5788 !important;
}

.btn-outline-primary:hover {
    background-color: #3c5788 !important;
    color: #ffffff !important;
}

.nav-link {
    color: #20b1e7 !important;
}

.nav-link:hover {
    color: #1b99c7 !important;
}

.nav-link.link-secondary {
    color: #1b99c7 !important;
}

.alert-primary.recent-speed-rank,
.alert-primary.recent-seo-rank {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    padding: 15px 20px;
    border-radius: 30px;
    color: #3c5788;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
}

.alert-primary.recent-rank span {

}
.recent-speed-rank.sidebar{
    border-radius: 6px;
    padding: 14px 16px;
    /*margin-top: 16px;*/
    flex-direction: column;
    gap: 12px;
}
.recent-speed-rank.sidebar .single-chart{
    width: 100px;
    height: 100px;
}
.recent-speed-rank.sidebar .btn-primary{
    border-radius: 6px !important;
    width: 100%;
    font-size: 14px;
}
/* @@simple-gauge for home  */

.flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
}

.single-chart {
    width: 90px;
    height: 90px;
}

.circular-chart {
    display: block;
    max-height: 140px;
}

.recent-speed-rank .circle-bg,
.recent-seo-rank .circle-bg {
    fill: none;
    stroke: #fcf8f8;
    stroke-width: 4.3;
}

.circle {
    fill: none;
    stroke-width: 3.1;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}
@keyframes progress {
    0% {
        stroke-dasharray: 0 100;
    }
}

.recent-speed-rank .circular-chart.white .circle {
    stroke: #3c5788;
}

.recent-seo-rank .circular-chart.white .circle {
    stroke: #20b1e7;
}

.recent-speed-rank .percentage {
    fill: #27395b;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

.recent-seo-rank .percentage {
    fill: #198ab4;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}

/* @@setting page */
.button-icon {
    width: 24px;
}

.save-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 9px;
    padding: 14px;
}

.save-button .save-outline {
    display: none;
}

.save-button .save-fill {
    display: block;
}

.save-button:hover .save-outline {
    display: block;
}

.save-button:hover .save-fill {
    display: none;
}

.form-check-switch .switch {
    display: inline-block;
    height: 28px;
    position: relative;
    width: 45px;
}

.form-check-switch .switch input {
    display: none;
}

.form-check-switch .slider {
    background-color: #ccc;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.form-check-switch .slider:before {
    background-color: #fff;
    bottom: 4px;
    content: "";
    height: 20px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 20px;
}

.form-check-switch input:checked+.slider {
    background-color: #66bb6a;
}

.form-check-switch input:checked+.slider:before {
    transform: translateX(17px);
}

.form-check-switch .slider.round {
    border-radius: 34px;
}

.form-check-switch .slider.round:before {
    border-radius: 50%;
}

.form-check-switch {
    padding-right: 0;
    gap: 10px;
    margin: 10px 0;
}

.wp-person a:focus .gravatar,
a:focus,
a:focus .media-icon img,
a:focus .plugin-icon {
    box-shadow: none;
}

#setting-page {
    display: flex;
}

#setting-page #setting-content {
    width: 100%;
    margin: 0;
    min-height: 100vh;
}

#setting-page #setting-content .sidefix {
    position: sticky;
    top: 50px;
    /*padding: 0 16px;*/
}

#setting-page #setting-content .form-check {
    display: flex;
    align-items: center;
}

#setting-page #setting-content .ads-gif img {
    width: 100%;
    border-radius: 6px;
    margin: 16px 0 16px 0;
}

#setting-page #setting-content>div:not(.default-tab) {
    display: none;
    background-color: #FCF8F8;
    margin: 0;
    /*padding-top: 20px;*/
    padding-bottom: 20px;
}

#setting-page #setting-content .tab-sideads {
    display: block !important;
    padding-top: 0;
}

#setting-page #setting-content .tab-sideads {
    font-size: 14px;
}

#setting-page .setting-sidebar {
    /*height: 100vh;*/
    height: fit-content;
    width: 250px;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 1) 80%, rgba(252, 248, 248, 0) 100%) !important;*/
    background: #ffffff !important;
    border-radius: 5px;
    position: sticky;
    top: 50px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}

#setting-page .setting-sidebar .sidebar-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

#setting-page .setting-sidebar .sidebar-title {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-top: 3px;
}

#setting-page .setting-sidebar .nav-link {
    display: flex;
    gap: 10px;
    font-size: 14px;
    color: #000000 !important;
}

#setting-page .setting-sidebar .nav-link.active {
    color: #ffffff !important;
    background-color: #3C5788 !important;
}

#setting-page .logo-short {
    display: none;
}

#setting-page .form-check-input:checked[type=checkbox] {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="m6 10 3 3 6-6"/></svg>');
}

#setting-page input[type=radio]:checked::before {
    background: #ffffff;
}

.parshost-fields label {
    margin-bottom: 4px;
}
.icon {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 8px;
}
.icon.dashboard{
    background: url(../partials/assets/icons/speedometer.svg) no-repeat center;
}
.icon.assets{
    background: url(../partials/assets/icons/documents.svg) no-repeat center;
}
.icon.media{
    background: url(../partials/assets/icons/images.svg) no-repeat center;
}
.icon.woocommerce{
    background: url(../partials/assets/icons/bag.svg) no-repeat center;
}
.icon.options{
    background: url(../partials/assets/icons/add-circle.svg) no-repeat center;
}
.nav-link:not(.active) .icon{
    filter: brightness(0) sepia(100%) saturate(0%) hue-rotate(0deg);
}

.congrats-box{
    padding: 17px;
    background: linear-gradient(260deg, rgba(60, 87, 136,0.9) 0%, rgba(60, 87, 137,1) 100%);
    border: none;
    overflow: hidden;
    border-radius: 60px 10px 10px 30px;
}
.congrats-box strong{
    color: #ffffff;
    font-size: 16px;
}
.congrats-box .title{
    color: #ffffffaa;
    font-size: 16px;
}
.congrats-box::after{
    content: '';
    display: block;
    background: url(../partials/assets/img/icon-active.svg) no-repeat center center;
    width: 55px;
    height: 57px;
    left: 68px;
    bottom: 16px;
    position: absolute;
    z-index: 0;
    transform: scale(10);
    opacity: 0.1;
}

.congrats-box-big{
    padding: 28px 30px;
    background: linear-gradient(260deg, rgba(32,177,231,0.08) 0%, rgba(32,177,231,0.16) 100%);
    border: 1px solid #20B1E711;
    color: #20B1E7dd;
    overflow: hidden;
    border-radius: 22px 22px 22px 22px;
}
.congrats-box-big strong{
    color: #20B1E7;
    font-size: 20px;
}
.congrats-box-big span{
    color: #00000099;
    font-size: 14px;
    z-index: 1;
    position: relative;
}
.congrats-box-big .title{
    color: #20B1E7dd;
    font-size: 18px;
}
.congrats-box-big .btn-primary {
    background-color: transparent !important;
    border: 3px solid #20B1E7 !important;
    color: #20B1E7 !important;
    border-radius: 12px !important;
}
.congrats-box-big .btn-primary:hover {
    background-color: #20B1E7 !important;
    color: #ffffff !important;
}
.congrats-box-big::after{
    content: '';
    display: block;
    /*background: url(../partials/assets/img/icon-active.svg) no-repeat center center;*/
    background: url(../partials/assets/icons/speedometer.svg) no-repeat center center;
    width: 55px;
    height: 57px;
    left: 35px;
    bottom: 66px;
    position: absolute;
    transform: scale(10);
    opacity: 0.4;
}
.congrats-box-big::after{
    content: '';
    display: block;
    background: url(../partials/assets/icons/speedometer.svg) no-repeat center center;
    width: 55px;
    height: 57px;
    left: 50px;
    bottom: 50px;
    position: absolute;
    transform: scale(10) rotate(45deg);
    opacity: 0.4;
}
.invite-box-big{
    padding: 28px 30px;
    background: linear-gradient(260deg, rgba(0,0,0,0.02) 0%, rgba(0,0,0,0.08) 100%);
    border: 1px solid #00000011;
    color: #000000dd;
    overflow: hidden;
    border-radius: 22px 22px 22px 22px;
}
.invite-box-big strong{
    color: #000000dd;
    font-size: 20px;
}
.invite-box-big span{
    color: #00000099;
    font-size: 14px;
    z-index: 1;
    position: relative;
}
.invite-box-big .title{
    color: #000000bb;
    font-size: 18px;
}
.invite-box-big .btn-primary {
    background-color: transparent !important;
    border: 3px solid #20B1E7 !important;
    color: #20B1E7 !important;
    border-radius: 12px !important;
}
.invite-box-big .btn-primary:hover {
    background-color: #20B1E7 !important;
    color: #ffffff !important;
}

.invite-box-big::after{
    content: '';
    display: block;
    /*background: url(../partials/assets/img/icon-active.svg) no-repeat center center;*/
    background: url(../partials/assets/icons/speedometer.svg) no-repeat center center;
    width: 55px;
    height: 57px;
    left: 35px;
    bottom: 66px;
    position: absolute;
    transform: scale(10);
    opacity: 0.4;
}

.blog-box-big{
    padding: 28px 30px;
    background: transparent;
    border: 0;
    color: #000000dd;
    overflow: hidden;
    border-radius: 22px 22px 22px 22px;
}
.blog-box-big .blog-item{
    display: flex;
    opacity: 0.7;
    transition: 0.2s;
    margin: 16px 0;
}
.blog-box-big .blog-item:hover{

    opacity: 1;
    transition: 0.2s;
}
.blog-box-big .blog-item .icon{
    filter: brightness(0) sepia(100%) saturate(0%) hue-rotate(0deg);
}
.blog-box-big strong{
    color: #000000dd;
    font-size: 20px;
}
.blog-box-big span{
    color: #000000;
    font-size: 14px;
    z-index: 1;
    position: relative;
}
.blog-box-big .title{
    color: #000000bb;
    font-size: 18px;
}
.blog-box-big .btn-primary {
    background-color: transparent !important;
    border: 3px solid #20B1E7 !important;
    color: #20B1E7 !important;
    border-radius: 12px !important;
}
.blog-box-big .btn-primary:hover {
    background-color: #20B1E7 !important;
    color: #ffffff !important;
}
.tab-sideads .btn-primary.save-button{
    background-image: url(../partials/assets/icons/cloud-done-outline.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left 10px center;
    text-align: right;
    padding-top: 16px;
    transition: 0.3s;
}
.tab-sideads .btn-primary.save-button:hover{
    background-image: url(../partials/assets/icons/cloud-done.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: left 22px center;
    /*background-position: center center;*/
    text-align: right;
    padding-top: 16px;
    /*padding-right: 22px;*/
    transition: 0.3s;
}
#tab-dashboard {
    margin-top: 0;
}


@media (max-width: 600px) {

    #setting-page .logo {
        display: none;
    }

    #setting-page .logo-short {
        display: block;
    }

    #setting-page .setting-sidebar {
        width: 85px;
    }

    #setting-page .setting-sidebar li {
        width: 52px;
    }

    #setting-page .setting-sidebar li .sidebar-title {
        display: none;
    }
}

@media (max-width: 768px) {

    #setting-page #setting-content .sidefix {
        position: relative;
        padding: 30px;
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    #setting-page #setting-content {
        flex-direction: column-reverse;
    }
}