@font-face {
    font-family: "web_Yekan";
    font-style: normal;
    font-weight: normal;
    src: url('application/views/themes/eset/font/web_Yekan.woff') format('woff');
}

#content_basicSettingSection{}
#content_basicSetting{}
#content_accessLevel{}
#content_userGroup{}
#content_user{}
#content_news{display: none;}
#content_pages{}
#content_slideshowGroup{display: none;}
#content_slideshow{display: none;}
#content_amazingOffer{display: none;}
#content_review{display: none;}
#content_extraBlock{display: none;}
#content_contactusGroup{display: none;}
#content_contactus{display: none;}
#content_subSite{display: none;}
#content_newsletter{display: none;}
#content_gallery{display: none;}
#content_SMS{}
#content_ebank{display: none;}
#content_shop{display: none;}
#content_HRM{display: none;}


#content_location{display: none;}
#content_SMS{display: none;}
#content_kartable{display: none;}
#content_radio{display: none;}
#content_quail{display: none;}

/* Menu Items */
#menu_basicSetting{}
#menu_accessLevel{}
#menu_userGroup{}
#menu_user{}
#menu_news{}
#menu_pages{}
#menu_slideshow{}
#menu_review{}
#menu_extraBlock{}
#menu_contactusGroup{}
#menu_contactus{}
#menu_subSite{}
#menu_newsletter{}
#menu_gallery{}
#menu_SMS{}
#menu_ebank{}
#menu_shop{}
#menu_HRM{display: none;}

.rtl{
    direction: rtl;
}

.ltr{
    direction: ltr;
}


.siteContent{
    width: 100%;
    background-color: white;
}

.smart-green{
    padding: 0;
}

.smart-green h1{
    margin: 0;
}

.smart-green *{
    box-sizing: revert;
}


.dashboard_mainFrame {
    float: none !important;
    border-radius: 0 !important;
    padding: 50px 0 0 0;
}

.dashboard_mainFrame .container {
    margin-bottom: 100px;
}


#overlay #loading {
    position: absolute;
    text-align: center;
    background-color: #f0f0f0;
    width: 240px;
    height: 100px
}

#errorBox{
    font-family: yekan, serif;
    font-size: 15px;
    direction: rtl;
    width: auto;
    min-height: 0;
    height: 175px;
    display: none;
}

.loading{
    background-color:white;
    width:100%;
    height:100%;
    position:fixed;
    left:0;
    top:0;
    background-image: url('application/libraries/image/loading29.gif');
    background-repeat: no-repeat;
    background-position: center;
    display: none;
    z-index:9000;
}


#popup-mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
    display: block;
    opacity: .7;
    background-color: #000
}

#popup {
    position: fixed;
    z-index: 9999;
    overflow: hidden;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 2px;
    height: 250px !important;
}

#popup #inner {
    height: calc(100% - 53px);
}

#popup #inner #header {
    border-radius: 8px;
    background-color: #fff
}

#popup #inner #header #container {
    background-color: #f6f8f8;
    position: relative;
    height: 49px;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #e0e4e8;
    text-align: right;
    padding: 0;
}

#popup #inner #header #container #title {
    padding-left: 15px;
    font-size: 14px;
    line-height: 49px;
    text-align: left;
    color: #666;
}

#popup #inner #header #container .close {
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    height: 28px;
    right: 10px;
    position: absolute;
    top: 12px;
    width: 28px;
    z-index: 1;
    text-decoration: none !important;
    text-transform: none;
}

#popup #inner #header #container .close::before{
    font-family: eset-icons;
    content: "\F122";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    font-size: 29px;
}

#popup #inner #body {
    text-align: center;
    direction: ltr;
    font-size: 14px;
    overflow: auto;
    height: calc(100% - 49px);
}

#popup #inner #body li{
    text-align: left;
    padding: 0 10px;
}














/****************************************************/

@media (min-width: 1200px) {
    .nav-main > li:nth-child(3) .submenu {
        width: 745px;
    }

    .nav-main-deep > li:nth-child(3) .tabs-submenu > .panes {
        max-width: 100%;
    }

    .nav-main > li:nth-child(3) .submenu ul.nav-tabs {
        display: none;
    }
}

@media (max-width: 1199px) {
    .nav-main > li:nth-child(3) .submenu ul.nav-tabs > li:nth-child(1) {
        display: none;
    }
}

.bubble {
    background-color: #8dc63f !important;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    animation: pulse 1s infinite;
}

.bubble:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.compare-table .features .feature {
    padding-right: 0;
    line-height: 1.5rem;
}

.compare-table {
    overflow: visible;
    margin-top: 10px;
}

th.skin-highlight {
    position: relative;
}

.compare-table .box-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.product > h3 {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    color: #7f7f7f;
    font-size: 18px;
}

.box-title {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.compare .skin-highlight .name a {
    color: #008ba0;
}

.compare-table .name {
    font-family: "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.compare .price {
    font-size: 32px;
}

.compare tbody td:not(:first-child), .compare thead tr:last-child th:not(:first-child), .compare-table .foot td:not(:first-child) {
    background-color: rgba(120, 120, 120, 0.04);
}

.compare-list .comparable.skin-highlight, .compare.compare-table td.skin-highlight, .compare.compare-table thead tr:last-child th.skin-highlight, .compare-table th.skin-highlight {
    background-color: #dfefef;
}

.compare-table td, .compare-table th {
    padding: 10px 20px;
}

.compare-table .head .description {
    display: initial;
}

.compare.compare-table thead.head tr:last-child th {
    border-top: none;
}

.compare.compare-table thead.head tr:first-child th {
    border-bottom: none;
}

.compare thead th {
    position: relative;
}

.compare-table th.popular-product {
    padding-bottom: 55px;
}

.box-badge {
    background-color: #56d0d5;
}

.compare-table thead tr:first-child th {
    vertical-align: bottom;
}

.compare-table thead tr:first-child th img {
    margin-bottom: 0;
}

.box-badge {
    padding: 10px 25px;
}

.compare-table img.thumbnail {
    height: auto;
    width: auto;
}

.compare-table .head th {
    border-color: rgba(61, 61, 61, 0.11);
}

.compare-table .body td, .compare-table .body th {
    border-color: rgba(61, 61, 61, 0.11);
}

.hoverhighlight {
    background-color: rgba(120, 120, 120, 0.18) !important;
}

td.hoverhighlight:first-child, th.hoverhighlight:first-child {
    background-color: transparent !important;
}

.compare-table td {
}

.compare-table i.icon {
    margin-right: 20px;
}

.compare-table i.icon:before {
    font-size: 24px;
    color: #828282;
}

.compare-table i.icon:last-child {
    margin-right: 0;
}

.hero .section.skin-inverse a {
    color: #ffffff;
}

.hero-promo-box {
    text-align: center;
    display: block;
    transition: all 0.15s ease-in;
    margin: 100px 0 0 0;
    float: left;
    margin-right: 60px;
}

.hero-promo-box:last-of-type {
    margin-right: 0;
}

html.ie .hero-promo-box {
    margin-right: 0;
    width: 26%;
}

.clr {
    clear: both;
    height: 0;
    width: 0;
    line-height: 0;
}

.hero-promo-box:hover, .hero-promo-box:focus {
    text-decoration: none;
}

.hero-promo-box:hover svg, .hero-promo-box:focus svg, #content-business-split a:hover img.rimg, #content-business-split a:focus img.rimg {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    transition: transform .2s ease;
}

#content-business-split .media-block {
    overflow: visible;
    padding: 15px 0;
}

.promo-icon, .hero-promo-box svg {
    transition: all 0.15s ease-in;
    fill: #fff;
}

.hero-promo-box img, .hero-promo-box .promo-icon {
    float: none;
    display: block;
    margin: 15px auto 10px auto;
}

.hero-promo-box .promo-icon, .hero-promo-box svg {
    height: 50px;
    width: auto;
    fill: white;
    margin-bottom: 10px;
}

.hero-promo-box span {
    display: block;
}

@media (max-width: 479px) {
    .hero-promo-box {
        float: none;
        margin: 25px auto;
    }

    .hero-promo-box.fist-child {
        margin-top: 45px;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .hero-promo-box {
        width: calc(50.0% - 30px);
        margin-right: 40px;
    }

    .hero-promo-box:last-of-type {
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    .hero-promo-box {
        margin: 50px 0 0 0;
        width: calc(33.3% - 30px);
        margin-right: 20px;
    }
}

@media (max-width: 1199px) and (orientation: portrait) {
    .touch .parallaxOnTop .parallax-bg-container {
        background-position-x: 55%;
    }
}

/* Hero white icons */
.cls-1-hero {
    fill: #fff;
}

#all_devices h6 {
    font-size: 10px;
    margin-bottom: 2px;
}

#content-newyear2020 {
    display: none
}

#all_devices #content-newyear2020 h3 {
    text-transform: uppercase;
    text-align: center;
}

/******************************** Mega Menu ********************************/
#content-eis-menu-box-product, #content-eis-copy-box, #content-eis-more-cta {
    display: none;
}

#small_business .col-sm-9 {
    padding: 12px 15px 0 0;
}

#small_business .col-sm-9 a {
    font-weight: normal !important;
}

#small_business .col-sm-6 .row {
    margin-top: 10px;
}

#small_business .col-sm-6 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

#midsize_business .col-sm-9 {
    padding: 12px 15px 0 0;
}

#midsize_business .col-sm-9 a {
    font-weight: normal !important;
}

#midsize_business .col-sm-6 .row {
    margin-top: 10px;
}

#midsize_business .col-sm-6 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

#enterprise .col-sm-9 {
    padding: 12px 15px 0 0;
}

#enterprise .col-sm-9 a {
    font-weight: normal !important;
}

#enterprise .col-sm-6 .row {
    margin-top: 10px;
}

#enterprise .col-sm-6 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

#nav-main-deep > li:nth-child(2) .pane .col:first-child img:hover, #nav-main-deep > li:nth-child(2) .pane .col:first-child img:focus {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

#nav-main-deep > li:nth-child(2) .pane .col:first-child img {
    transition: all 0.15s ease-in;
}

#nav-main-deep > li:nth-child(2) .row, #nav-main-deep > li:nth-child(2) .csc-textpic {
    overflow: visible;
}

#products_amp_services .col-sm-9 {
    padding: 12px 15px 0 0;
}

#products_amp_services .col-sm-9 a {
    font-weight: normal !important;
}

#products_amp_services .col-sm-6 .row {
    margin-top: 10px;
}

#products_amp_services .col-sm-6 {
    padding-left: 35px !important;
    padding-right: 35px !important;
}

.eset-svg-icon.with-border svg {
    height: 30px !important;
}

.eset-svg-icon.icon-size-xxs svg {
    height: 30px !important;
}

#item-page {
    /*display: none !important;*/
}

#content-c2670996 {
    display: none;
}

#content-menu-pc-box-product {
    display: none;
}

.pc-legal h6 {
    font-size: 10px;
    margin-bottom: 2px;
    text-align: center;
}

img.pcmagr-img {
    max-width: 112% !important;
    padding-top: 3px;
}

#content-c2670942, #content-c2670924, #content-c2670926 {
    display: none;
}

/************************************* EIS Hero HOME STORE AB TEST **************************************/
#content-c4503854 /*HIDE EIS Home Store Container*/, #content-eis-mp-compare /*eis most popular compare*/
{
    display: none;
}

/****** end home store test *******/ /************************************* NEW YEAR 2020 PROMO **************************************/
#content-bfcm2019, .bfcm2019, #content-newyear2020, .newyear2020, #content-c4423942 /*newyear2020*/
{
    display: none;
}

#content-newyear2020 .csc-textpic {
    text-align: center;
}

@media (min-width: 768px) {
    #content-newyear2020 a.btn-block {
        margin-bottom: 90px;
    }
}

/****** end new year 2020 promo *******/ /************************************* HOME STORE AB TEST **************************************/
#content-c4450924 /*HIDE Windows Home Store Container*/, #content-c4462300 /*HIDE macOS Home Store Container*/
{
    display: none;
}

/****** end home store test *******/

#split-container {
    position: absolute;
    right: -21%;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 10;
    transition: width 0.7s cubic-bezier(0.86, 0, 0.07, 1), right 0.7s cubic-bezier(0.86, 0, 0.07, 1);
    cursor: pointer;
    background-position: 96% 50%;
    animation: bg-animation-closing 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

#split-container.faded-black:before {
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

#split-container #split-close {
    opacity: 0;
    width: 0;
    height: 0;
}

#split-container.faded-black:hover:before {
    opacity: 0.7;
}

#content-split-grid-mobile a {
    color: #fff;
}

#split-container .media-block img {
    transition: all 0.3s;
}

#split-container:hover .media-block:hover img {
    opacity: 0.5;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.touch #split-container {
    z-index: 1000 !important;
}

#split-container.split-open {
    right: 0;
    background-position: 74% 50%;
    animation: bg-animation-opening 0.7s cubic-bezier(0.86, 0, 0.07, 1);
}

@media (max-width: 1199px) {
    #split-container.split-open {
        right: 0;
    }
}

#content-business-split > .row {
    padding: 0 45px;
}

#split-container #content-business-split > .row > .col:nth-child(2), .touch #split-container:not(.split-open) #content-business-split > .row > .col:nth-child(2) {
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 3000;
}

html:not(.touch) #split-container:hover #content-business-split > .row > .col:nth-child(2), #split-container.split-open #content-business-split > .row > .col:nth-child(2), .touch #split-container.split-open #content-business-split > .row > .col:nth-child(2), .touch #split-container:hover #content-business-split > .row > .col:nth-child(2) {
    top: 0;
    bottom: 0;
    opacity: 1;
}

@media (max-width: 1549px) {
    #split-container:not(.split-open), #split-container {
        width: 50%;
        right: -25%;
    }

    div[id^=content-hero-product-box] img {
        max-width: 100%;
    }

    #content-business-split > .row {
        padding: 0 25px;
    }
}

@media (max-width: 1199px) {
    #split-container:not(.split-open), #split-container {
        width: 60%;
        right: -30%;
    }
}

@media (min-width: 1200px) and (max-width: 1360px) {
    #hero-content div[id^=content-hero-product-box] img {
        max-width: 260px;
    }
}

@media (min-width: 480px) {
    #content-split-grid-mobile img.rimg {
        float: none;
        margin-right: 0;
    }
}

@media (max-width: 479px) {
    #content-split-grid-mobile img.rimg {
        margin-right: 25px;
    }

    .csc-textpic-text {
        text-align: left;
    }

    #content-split-grid-mobile .media-block {
        display: flex;
    }
}

@media (min-width: 870px) AND (max-width: 1199px) {
    #content-split-grid-mobile {
        padding: 0 100px;
    }
}

@media (min-width: 768px) AND (max-width: 869px) {
    #content-split-grid-mobile {
        padding: 0 50px;
    }
}

/* Start of split-arrows */
#split-explore {
    position: relative;
}

#split-arrows {
    height: 37px;
    top: 0;
    color: #fff;
    clear: both;
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
}

#split-container:not(.split-open) #split-arrows {
    margin-left: 12px;
}

#split-arrows a {
    color: #fff;
}

#split-arrows i.icon {
    will-change: transform;
    font-size: 14px;
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    backface-visibility: hidden;
    perspective: 1000;
    border: 1px solid;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    position: relative;
    top: -1px;
    box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
}

#split-arrows i.icon:before {
    top: -3px;
    font-weight: bold;
    left: 1px;
}

#split-container.split-open #split-explore-text {
    opacity: 0;
    width: 0 !important;
}

#split-explore-text {
    opacity: 1;
    width: initial;
    transition: all 0.8s cubic-bezier(0.86, 0, 0.07, 1);
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

#split-container:not(.split-open):hover #split-arrows i.icon {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
    transform-origin: 50% 50%;
}

#split-container.split-open:hover #split-arrows i.icon {
    -webkit-transform: translateX(-15px) rotate(180deg);
    transform: translateX(-15px) rotate(180deg);
    transform-origin: 50% 50%;
}

#split-container.split-open #split-arrows i.icon {
    -webkit-transform: translateX(0) rotate(180deg);
    transform: translateX(0) rotate(180deg);
    transform-origin: 50% 50%;
}

#split-container.split-open #split-arrows i.icon:before { /* top: -3px; left: 1px; */
}

#hero-content .hero-promo-box {
    margin: 0 25px 0 0;
}

@media (min-width: 1200px) AND (max-width: 1360px) {
    #hero-content .hero-promo-box {
        margin: 0 50px 0 0;
    }
}

@keyframes bg-animation-opening {
    from {
        background-position: 96% 50%;
    }
    to {
        background-position: 74% 50%;
    }
}

@keyframes bg-animation-closing {
    from {
        background-position: 74% 50%;
    }
    to {
        background-position: 96% 50%;
    }
}

/* IE fixes */
html.ie #hero-content .hero-promo-box {
    width: 15%;
}

html.ie #split-container #split-arrows i.icon::before, html.ie #split-container.split-open #split-arrows i.icon::before {
    top: -3px !important;
    left: 0 !important;
}

html.ie #split-container:hover #split-arrows i.icon, html.ie #split-container #split-arrows i.icon, html.ie #split-container.split-open #split-arrows i.icon {
    top: 0;
    left: 0;
}

html.ie #split-container.split-open:hover #split-arrows {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    transform-origin: 50% 50%;
}

html.ie #split-container.split-open:hover #split-arrows i.icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    transform-origin: 50% 50%;
}

.live-chat-button {
    display: none;
    position: fixed;
    bottom: 0;
    right: 25px;
    background: #008ba0;
    z-index: 9999;
    border-radius: 6px 6px 0 0;
    border: 1px solid rgb(11, 178, 204);
    padding: 3px 10px 3px 10px;
    color: #ffffff;
    border-bottom: 0;
}

a .live-chat-button:hover {
    padding-bottom: 12px !important
}

#content-pcmag-callout h3 {
    margin-bottom: 2px;
    letter-spacing: 0.39px;
}

#content-pcmag-callout h3, #content-pcmag-callout h4 {
    text-align: center;
}

#content-pcmag-img img {
    margin-bottom: 0;
}

@media (min-width: 478px) {
    #content-pcmag-btn, #content-pcmag-callout h3, #content-pcmag-callout h4 {
        text-align: left;
    }

    #content-pcmag-btn {
        margin: 5px 0 0;
    }
}

@media (min-width: 992px) {
    #content-pcmag-btn {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    #content-pcmag-callout {
        border-right: 2px solid #fff;
    }
}

#content-c2484538 {
    display: none;
}

#content-ccpa-callout h3 {
    margin-bottom: 2px;
    letter-spacing: 0.39px;
}

#content-ccpa-callout h3, #content-ccpa-callout h4 {
    text-align: center;
}

#content-ccpa-img img {
    margin-bottom: 0;
}

@media (min-width: 478px) {
    #content-ccpa-btn, #content-ccpa-callout h3, #content-ccpa-callout h4 {
        text-align: left;
    }

    #content-ccpa-btn {
        margin: 5px 0 0;
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    #content-ccpa-btn {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    #content-ccpa-callout {
        border-right: 2px solid #fff;
    }
}

#content-c2578232 {
    display: none;
}

#content-gartner-callout h3 {
    margin-bottom: 2px;
    letter-spacing: 0.39px;
}

#content-gartner-callout h3, #content-gartner-callout h4 {
    text-align: center;
}

#content-gartner-img img {
    margin-bottom: 0;
}

@media (min-width: 478px) {
    #content-gartner-btn, #content-gartner-callout h3, #content-gartner-callout h4 {
        text-align: left;
    }

    #content-gartner-btn {
        margin: 5px 0 0;
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    #content-gartner-btn {
        margin-left: 15px;
    }
}

@media (min-width: 1200px) {
    #content-gartner-callout {
        border-right: 2px solid #fff;
    }
}

#content-c1294391 .col-xs-4, #content-c1294391 .col-sm-6 {
    padding-left: 0;
    margin-left: -40px;
}

svg.homepage-icons {
    max-width: 120px;
    display: block;
    margin: 0 auto 20px auto;
}

/* Speed icon animation start */
@keyframes speedIconAnimation {
    0% {
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    40% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    55% {
        -ms-transform: rotate(-25deg);
        transform: rotate(-25deg);
    }
    70% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    85% {
        -ms-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

/* #speed-icon-indicator { -webkit-transform-origin: 20% 71.8%; -ms-transform-origin: 20% 71.8%; transform-origin: 20% 71.8%; } */
#speed-icon-indicator {
    -webkit-transform-origin: 50% 50.4%;
    -ms-transform-origin: 50% 50.4%;
    transform-origin: 50% 50.4%;
}

html.os-ios #speed-icon-indicator {
    transform-origin: 50% 50.4%;
    animation: speedIconAnimation 2s ease-in;
}

@-moz-document url-prefix() {
    #speed-icon-indicator {
        transform-origin: 50% 50.4%;
    }
}

.eset-animated-icons #speed-icon-indicator {
    -ms-animation: speedIconAnimation 2s ease-in;
    animation: speedIconAnimation 2s ease-in;
    transition-delay: 1s;
    animation-iteration-count: 1;
}

.eset-ie-animated-icons #speed-icon-indicator {
    -ms-animation: detectionIconAnimation 2s ease-in;
    animation: detectionIconAnimation 2s ease-in;
    transition-delay: 1s;
    animation-iteration-count: 1;
    opacity: 1;
}

/* Speed icon animation end */ /* Detection icon animation start */
@keyframes detectionIconAnimation {
    0% {
        -ms-zoom: 0;
        transform: scale(0);
        -ms-opacity: 0;
        opacity: 0;
    }
    50% {
        -ms-zoom: 2;
        transform: scale(2);
        -ms-opacity: 0.4;
        opacity: 0.4;
    }
    75% {
        -ms-zoom: 0.9;
        transform: scale(0.9);
        -ms-opacity: 0.7;
        opacity: 0.7;
    }
    100% {
        -ms-zoom: 1;
        transform: scale(1);
        opacity: 1;
    }
}

#detection-icon-plus {
    transform-origin: 50% 50%;
    transform: scale(0);
    opacity: 0;
}

.eset-animated-icons #detection-icon-plus {
    -ms-animation: detectionIconAnimation 1s ease-in;
    animation: detectionIconAnimation 1s ease-in;
    transform: scale(1);
    opacity: 1;
    animation-iteration-count: 1;
}

/* Detection icon animation end */ /* Usability icon animation start */
#check-symbol {
    stroke: none;
}

.eset-animated-icons #check-symbol {
    stroke-dasharray: 80;
    -webkit-stroke-dasharray: 80; /* animation: checkAnimation 0.6s ease-in; */ /* -webkit-animation: checkAnimation 0.6s ease-in; */ /* transition-delay: 5s; */
    stroke-linecap: round;
    stroke: #054b55;
}

.eset-ie-animated-icons #check-symbol {
    animation: detectionIconAnimation 0.6s ease-in;
    -webkit-animation: detectionIconAnimation 0.6s ease-in;
    stroke-linecap: round;
    stroke: #054b55;
    opacity: 1;
}

@keyframes checkAnimation {
    0% {
        stroke-dashoffset: 80;
        -webkit-stroke-dashoffset: 80;
    }
    50% {
        stroke-dashoffset: 60;
        -webkit-stroke-dashoffset: 60;
    }
    100% {
        stroke-dashoffset: 0;
        -webkit-stroke-dashoffset: 0;
    }
}

/* Usability icon animation end */


