﻿/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub,  tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

strong, b {
    font-weight: bold;
}

.clearfix {
    overflow: auto;
}

    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

html {
    scroll-behavior: smooth;
}

html, body {
    margin: 0;
    background: #edf4f9;
    font-family: 'Kanit', sans-serif;
    font-size: 15px;
    color: #000;
}

* {
    font-family: 'Kanit', sans-serif;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

div, section {
    border: 0 solid red;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-full {
    width: 100%;
    height: auto;
}

.scroll-lock {
    overflow: hidden;
}

.align-center {
    align-items: center;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1366px;
    box-sizing: border-box;
    margin: 0 auto;
}

.container-xl {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}


*/

.pad {
    padding: 40px 0 !important;
}

.mb30 {
    margin-bottom: 30px;
}

.mb10 {
    margin-bottom: 10px !important;
}

.ml10 {
    margin-left: 20px;
}

body {
    overflow-x: hidden;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
    line-height: 1;
    padding-top: 144px;
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

table {
    border-collapse: collapse;
    border-spacing: 0
}

b, strong {
    font-weight: 700
}

.clearfix {
    overflow: auto
}

    .clearfix::after {
        content: "";
        clear: both;
        display: table
    }

html {
    scroll-behavior: smooth
}

body, html {
    margin: 0;
    background: #fff1e9;
    font-family: Mulish,sans-serif;
    font-size: 16px;
    color: #000;
    line-height: 1.5;
}

* {
    font-family: Mulish,sans-serif;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box
}


section p.text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.logo {
    position: relative;
    display: block;
    width: 230px;
}

    .logo > img {
        max-width: 100%;
    }

div, section {
    border: 0 solid red
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-full {
    width: 100%;
    height: auto
}

.scroll-lock {
    overflow: hidden
}

.align-center {
    align-items: center
}

.container {
    position: relative;
    width: 1366px;
    max-width: 95%;
    box-sizing: border-box;
    margin: 0 auto
}

.container-xl {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto
}

.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0,0,0,.16)
}

.lazyBg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}


.overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: rgba(0, 0, 0, 0.16);
}

.skipThis {
    display: block;
    width: fit-content;
    margin: 10px auto;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 50, 180, 0.8);
    text-decoration: underline;
}

    .skipThis:hover {
        color: rgba(0, 50, 180, 0.5);
    }
/***/

/*
header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 110px;
    padding: 0 20px;
    background: #fff;
    margin-bottom: 40px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}

    header .logo {
        padding: 10px 0;
    }

    header .side {
        display: flex;
        flex-direction: column;
        height: 100%;
        align-items: flex-end;
        justify-content: space-between;
    }

        header .side ul.nav {
            display: flex;
        }

            header .side ul.nav li {
                padding: 0 10px;
            }

                header .side ul.nav li a {
                    display: block;
                    font-size: 20px;
                    font-weight: bold;
                    color: #000;
                    text-decoration: none;
                    padding: 10px 0;
                    border-bottom: 5px solid #fff;
                }

                    header .side ul.nav li a:hover {
                        border-color: rgba(0, 50, 180, 0.5)
                    }

                    header .side ul.nav li a.selected {
                        border-color: #1c2841;
                    }

        header .side .top {
            position: relative;
            display: flex;
            margin: 10px 10px 0 0;
            align-items: center;
        }

            header .side .top .btnAddDomain {
                font-weight: 500;
                color: #fff;
                padding: 7px 20px;
                cursor: pointer;
                border-radius: 4px;
                background-color: #1c2841;
            }


        header .side .memberInfo {
            position: relative;
            display: block;
            cursor: pointer;
            width: fit-content;
            margin-left: 10px;
        }

            header .side .memberInfo .user {
                font-weight: 500;
                color: #1c2841;
                border: 1px solid #d0d0d0;
                padding: 7px 10px;
            }

            header .side .memberInfo .userInfo {
                position: absolute;
                display: none;
                z-index: 2;
                top: calc(100% - 1px);
                right: 0;
                width: fit-content;
                background-color: #fff;
                border: 1px solid #d0d0d0;
                border-radius: 10px;
                border-top-right-radius: 0;
                padding: 10px 20px;
                box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
            }

                header .side .memberInfo .userInfo li {
                    font-size: 14px;
                    padding: 5px 0;
                    line-height: 1.5;
                }

                    header .side .memberInfo .userInfo li a {
                        color: #000;
                    }

                        header .side .memberInfo .userInfo li a.lnk {
                            color: #000;
                            text-decoration: none;
                        }

                            header .side .memberInfo .userInfo li a.lnk:hover {
                                color: #1c2841;
                            }

            header .side .memberInfo:hover .userInfo {
                display: block;
            }


        header .side .btnMobileNav {
            display: none;
            font-weight: 500;
            color: #1c2841;
            border: 1px solid #d0d0d0;
            padding: 7px 10px;
            margin-left: 10px;
        }
*/
/**/



.headerBadgeCmp {
    position: absolute;
    left: 0px;
    width: 100%;
    background: #000;
    padding: 12px 10px;
    top: 0;
    text-decoration: none;
}

    .headerBadgeCmp > span {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        color: #fff;
        font-size: 15px;
        font-family: Poppins, sans-serif;
        font-weight: 800;
    }

.headerBadgeCmpClose {
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    cursor: pointer;
}

.headerBadgeTitle {
    display: flex;
    align-items: center;
    gap: 4px;
}

.headerBadgeText {
    display: block;
    text-decoration: none;
    color: #fff;
}

.header {
    position: fixed;
    display: block;
    box-sizing: border-box;
    padding: 20px 30px;
    z-index: 11;
    background: #fdf1ea;
    height: 100px;
    left: 0px;
    top: 0px;
    width: 100%;
    transition: 300ms all;
}


.homeHeader {
    top: 42px;
}

body.sticky .homeHeader {
    top: 0px;
}

.supportBody {
    padding-top: 0px !important;
}

body.sticky .header {
    box-shadow: 1px 1px 20px rgb(29 40 64 / 44%);
}

header .inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px
}

    header .inner .right {
        position: relative;
        display: flex;
        align-items: center
    }

.headerMenu.nav {
    position: relative;
    display: flex
}

    .headerMenu.nav li {
        position: relative;
        display: block;
        margin-right: 30px
    }

        .headerMenu.nav li a {
            position: relative;
            display: block;
            font-size: 16px;
            font-weight: 700;
            color: #000;
            text-decoration: none
        }

    .headerMenu.nav > li::before {
        content: "";
        position: absolute;
        width: 0%;
        height: 3px;
        background: #fa311d;
        bottom: -5px;
        left: 0;
        opacity: 0;
        transition: .3s all
    }

    .headerMenu.nav > li:hover::before {
        opacity: 1;
        width: 100%
    }

header .inner .right .buttons {
    position: relative;
    display: flex
}

    header .inner .right .buttons .btn {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        color: #000;
        padding: 10px 25px;
        margin-left: 10px;
        border-radius: 8px;
        border: 1px solid #1c2841;
        background-color: #fff1e9;
        cursor: pointer;
        text-decoration: none
    }


        header .inner .right .buttons .btn svg {
            margin-right: 10px
        }

    header .inner .right .buttons .login {
        background-color: #fff1e9;
        border-color: #828282
    }

    header .inner .right .buttons .demo {
        background-color: #000;
        color: #fff
    }

    header .inner .right .buttons .btnPanel {
        padding: 0;
        border: 0;
    }

        header .inner .right .buttons .btnPanel .btn {
            margin-left: 0;
        }

        header .inner .right .buttons .btnPanel .userInfo {
            position: absolute;
            display: none;
            z-index: 999;
            top: calc(100% - 1px);
            right: 0;
            width: fit-content;
            background-color: #fff;
            border: 1px solid #d0d0d0;
            border-radius: 10px;
            border-top-right-radius: 0;
            padding: 10px 20px;
            box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
        }

            header .inner .right .buttons .btnPanel .userInfo li {
                font-size: 14px;
                padding: 5px 0;
                line-height: 1.5;
            }

                header .inner .right .buttons .btnPanel .userInfo li a {
                    color: #000;
                }

                    header .inner .right .buttons .btnPanel .userInfo li a.lnk {
                        color: #000;
                        text-decoration: none;
                    }

                        header .inner .right .buttons .btnPanel .userInfo li a.lnk:hover {
                            color: #1c2841;
                        }

        header .inner .right .buttons .btnPanel:hover .userInfo {
            display: block;
        }

footer {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 1px 0 0;
    background-color: #1c2841;
    margin-top: 232px
}

    footer .top .logo {
        position: relative;
        display: block;
        width: fit-content;
        margin: -63px auto 30px
    }

    footer .info .logo img {
        max-width: 100%;
    }

    footer .top .try {
        position: absolute;
        display: block;
        width: fit-content;
        top: 0;
        right: 0
    }

        footer .top .try .feature {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
            font-size: 16px;
            font-weight: 700;
            color: #000;
            padding: 0 10px
        }

        footer .top .try .freetry {
            position: relative;
            display: flex;
            flex-shrink: 0;
            justify-content: center;
            align-items: center;
            gap: 10px;
            width: 299px;
            padding: 12px 30px;
            text-decoration: none;
            border-radius: 7px;
            background: #ff3800;
            font-size: 16px;
            font-weight: 700;
            color: #fff
        }

    footer .inner {
        position: relative;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 20px 0
    }

    footer .info .logo {
        position: relative;
        display: block;
        width: 280px;
    }

        footer .info .logo a {
            position: relative;
            display: block;
            font-size: 12px;
            font-weight: 500;
            color: #f3f8e2;
            text-decoration: none;
            cursor: pointer
        }

            footer .info .logo a span {
                display: block;
                text-align: right
            }

    footer .info .textInfo {
        position: relative;
        display: block;
        font-size: 14px;
        font-weight: 300;
        color: #fff1e9;
        line-height: 1.5;
        margin-bottom: 80px
    }

        footer .info .textInfo a {
            font-weight: 700;
            color: #fff1e9;
            text-decoration: none
        }

    footer .info .social {
        position: relative;
        display: flex;
        width: fit-content;
        height: auto;
        align-items: center;
        gap: 16px;
    }

}

footer .info .social a {
    position: relative;
    display: flex;
    z-index: 2;
    align-items: center;
}


footer .nav {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 80px;
}

    footer .nav ul {
        display: block;
    }

        footer .nav ul li {
            margin-bottom: 20px
        }

            footer .nav ul li a {
                display: block;
                text-decoration: none;
                font-size: 16px;
                font-weight: 400;
                color: #fff1e9
            }

                footer .nav ul li a:hover {
                    color: #fa311d
                }

            footer .nav ul li:first-child {
                margin-bottom: 20px;
            }

                footer .nav ul li:first-child a {
                    font-weight: 700;
                    font-size: 18px;
                }

footer .contact {
    position: relative;
    display: block
}

    footer .contact strong:first-child {
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: #fff1e9;
        margin-bottom: 20px;
    }

    footer .contact .btn {
        position: relative;
        display: flex;
        align-items: center;
        gap: 24px;
        box-sizing: border-box;
        text-decoration: none;
        width: 250px;
        padding: 16px 21px;
        border-radius: 7px;
        border: 1px solid #fff1e9;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 600;
        color: #fff1e9
    }

footer .bottom {
    position: relative;
    display: block;
    background-color: #fff1e9;
    padding: 14px 30px;
    box-sizing: border-box;
    padding-inline: 0px;
}

    footer .bottom .container {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

        footer .bottom .container .copyright {
            font-size: 14px;
            font-weight: 700;
            color: #000;
            font-style: normal;
            line-height: normal
        }

        footer .bottom .container .mobileapps a {
            text-decoration: none;
            margin: 0 10px;
            width: fit-content
        }

        footer .bottom .container .brand a {
            display: flex;
            align-items: center;
            text-align: right;
            font-size: 10px;
            font-weight: 600;
            color: #000;
            letter-spacing: .4px;
            text-decoration: none;
            line-height: normal
        }

            footer .bottom .container .brand a span {
                margin-right: 10px
            }


.footerInnerBottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 34px;
    padding-bottom: 52px;
    border-top: solid 1px #415683;
}

.footerBottomMenu {
    position: relative;
    display: flex;
}

    .footerBottomMenu > ul {
        position: relative;
        display: flex;
        align-items: center;
        gap: 50px;
    }

        .footerBottomMenu > ul > li {
            display: block;
        }

            .footerBottomMenu > ul > li > a {
                display: block;
                color: #FFF1E9;
                text-decoration: auto !important;
                !i;
                !;
                font-size: 16px;
                font-weight: 400;
            }

.footerInnerBottom .social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
}

    .footerInnerBottom .social > a {
        display: flex;
    }


/*****/
.ml10 {
    margin-left: 10px;
}

/***/
/*
section {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 10px 20px;
    margin: 0 auto 10px;
}
*/
section .row {
    display: flex;
    justify-content: space-between;
}

section .title {
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

section h2.title {
    font-size: 24px;
    margin-bottom: 30px;
}

section p.text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

section h1.title {
    font-size: 24px;
    margin-bottom: 30px;
}

section h2.text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

section .text p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

section .text ul {
    margin-bottom: 20px;
}

    section .text ul li {
        list-style: disc;
        padding-left: 10px;
        margin-left: 20px;
        margin-bottom: 10px;
    }




section .inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    section .inner .content {
        width: 65%;
    }

    section .inner .side {
        width: calc(30%);
    }

        section .inner .side .sidebox {
            position: relative;
            display: block;
            margin-bottom: 30px;
        }

            section .inner .side .sidebox .boxContent {
                position: relative;
                display: block;
                box-sizing: border-box;
                padding: 10px;
            }

.wb {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
}

.wb-flex {
    display: flex;
}

section .btn-std {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 50px;
    margin: auto;
    background-color: #1c2841;
    border-radius: 30px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
}

section .btn-copy {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: auto;
    border: 1px solid #1c2841;
    border-radius: 10px;
    padding: 5px 10px;
    margin-top: 10px;
    margin-right: 0;
    font-size: 14px;
    font-weight: 500;
    color: #1c2841;
    text-decoration: none;
    letter-spacing: 1px;
    background-color: transparent;
    cursor: pointer;
}

    section .btn-copy i {
        margin-right: 10px;
    }

/***/
section.projectTop .row {
    margin: 20px
}

    section.projectTop .row .l {
        width: 70%;
    }

    section.projectTop .row .r {
        width: calc(30% - 10px);
        margin-left: 10px;
    }

.savingPanel {
    box-sizing: border-box;
}

    .savingPanel .line {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .savingPanel .line .field {
            text-align: center;
            width: 100%;
            box-sizing: border-box;
            padding: 10px;
            white-space: nowrap;
            border-bottom: 1px solid #f7f7f7;
        }

    .savingPanel .line2 .field {
        text-align: center;
        border: none
    }

        .savingPanel .line2 .field span {
            font-weight: bold;
            color: #53c168;
        }

        .savingPanel .line2 .field .inp input {
            font-size: 14px;
            border: 1px solid #d0d0d0;
            border-radius: 5px;
            text-align: center;
            padding: 5px;
            width: 100px;
            margin-left: 10px;
        }
/**/

.websiteInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .websiteInfo .wsStatus {
        position: relative;
        display: flex;
        align-items: center;
    }


    .websiteInfo .status {
        background: #f7f7f7;
        padding: 10px 20px;
        border-radius: 5px;
        font-size: 40px;
        margin-right: 20px;
    }

        .websiteInfo .status .fa-lock {
            color: #53c168;
        }

        .websiteInfo .status .fa-unlock {
            color: #c00;
        }



.wsSelector {
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    z-index: 3;
}

    .wsSelector .selected {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 20px;
        font-weight: bold;
        margin-right: 20px;
    }

        .wsSelector .selected .arrow {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-left: 10px;
            cursor: pointer;
            width: 30px;
            height: 30px;
            background-color: #f7f7f7;
        }

            .wsSelector .selected .arrow:before {
                content: '';
                width: 0;
                height: 0;
                border-left: 6px solid transparent;
                border-right: 6px solid transparent;
                border-top: 6px solid #000;
            }

    .wsSelector .list {
        position: absolute;
        display: none;
        left: 0;
        top: 35px;
        background-color: #f7f7f7;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

        .wsSelector .list .item {
            padding: 10px 0;
            border-bottom: 1px solid #ccc;
        }

            .wsSelector .list .item a {
                display: block;
                text-decoration: none;
                color: #000;
            }

            .wsSelector .list .item:last-child {
                border: none;
            }

    .wsSelector .infoTags {
        display: flex;
        align-items: center;
        height: 20px;
    }

        .wsSelector .infoTags .item {
            display: flex;
            align-items: center;
            background: #f0f0f0;
            padding: 5px 10px;
            border-radius: 5px;
            font-size: 13px;
            margin-right: 10px;
        }

            .wsSelector .infoTags .item:last-child {
                margin-right: 0;
            }

        .wsSelector .infoTags .logo {
            width: 25px;
            margin-right: 10px;
            padding-right: 10px;
            border-right: 1px solid #333;
        }

/***/

.wsFeature {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;
    background-color: #f7f7f7;
}

    .wsFeature .item {
        position: relative;
        display: flex;
        align-items: center;
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #000;
        font-size: 16px;
    }

        .wsFeature .item:last-child {
            border: none
        }

        .wsFeature .item span {
            font-weight: bold;
            color: #1c2841;
            margin-right: 5px;
        }

        .wsFeature .item a.edit {
            color: #000;
            text-decoration: none;
            margin-right: 5px;
        }

/**/


.websiteInfo .wsSaving {
    background: #f7f7f7;
    padding: 5px;
    border-radius: 5px;
}



/**/

section.AnalyticsReportContainer {
    position: relative;
    box-sizing: border-box;
}

    section.AnalyticsReportContainer .inner {
        margin: 20px;
        box-sizing: border-box;
        width: auto
    }

.reportPanel {
    position: relative;
    display: flex;
    margin-bottom: 30px;
}

    .reportPanel .item {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        border: 0px solid #f0f0f0;
        border-radius: 10px;
        padding: 20px 10px;
        margin: 0 10px;
        box-sizing: border-box;
        line-height: 1.5;
        background: #edf4f9;
    }

        .reportPanel .item:first-child {
            margin-left: 0;
        }

        .reportPanel .item:last-child {
            margin-right: 0;
        }

        .reportPanel .item strong {
            font-size: 30px;
            color: #1c2841;
        }

    .reportPanel .sidebox {
        margin-bottom: 30px;
    }


/**/
section.reportInfoPanel .inner {
    margin: 20px;
}

section.reportInfoPanel .item {
    position: relative;
    display: block;
    width: 32.5%;
}

section.reportInfoPanel .item2 {
    width: 66.5%;
}
/**/

section.page {
    margin: 20px
}




/**/

.pageTabs {
    position: relative;
    margin-bottom: 30px;
}

    .pageTabs ul {
        position: relative;
        display: flex;
        align-items: center;
    }

        .pageTabs ul li {
            position: relative;
            display: block;
            margin-right: 20px;
        }

            .pageTabs ul li:last-child {
                margin-right: 0;
            }

            .pageTabs ul li a {
                position: relative;
                display: block;
                padding-bottom: 5px;
                font-size: 16px;
                line-height: 1.5;
                color: #000;
                text-decoration: none;
                border-bottom: 5px solid #fff;
            }

                .pageTabs ul li a:hover {
                    border-color: rgba(0, 50, 180, 0.5)
                }

                .pageTabs ul li a.selected {
                    border-color: #1c2841;
                    color: #1c2841;
                }

.pageTabContainer .tabContent {
    width: 100%;
    height: auto;
    display: none;
}

    .pageTabContainer .tabContent:first-child {
        display: block;
    }



/**/

.infoTable {
    position: relative;
    width: 100%;
}

    .infoTable th, .infoTable td {
        position: relative;
        width: auto;
        text-align: left;
        padding: 20px 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #f7f7f7;
        border-right: 1px solid #f7f7f7;
    }

        .infoTable th:last-child, .infoTable td:last-child {
            border-right: none
        }

    .infoTable th {
        background-color: #f7f7f7;
        border-bottom: 1px solid #ccc;
    }

    .infoTable td div {
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .infoTable td .btn {
        position: relative;
        display: block;
        width: fit-content;
        padding: 10px 20px;
        background-color: #1c2841;
        text-decoration: none;
        color: #fff;
        font-weight: bold;
    }

    .infoTable .flags {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 16px;
    }

        .infoTable .flags i {
            position: relative;
            display: block;
            border-radius: 100%;
            overflow: hidden;
            width: 25px;
            height: 25px;
            margin-right: 10px;
            border: 1px solid #f0f0f0
        }

    .infoTable.table-hover tr:hover {
        background-color: #f7f7f7;
    }

    .infoTable.table-zebra tr:nth-child(even) {
        background-color: #f9f9f9;
    }



/**/

.pager {
    position: relative;
    margin: 30px auto;
    width: fit-content;
}

    .pager ul {
        position: relative;
        display: flex;
    }

        .pager ul li a {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 30px;
            height: 30px;
            font-size: 14px;
            color: #000;
            line-height: 1.5;
            text-decoration: none;
        }

        .pager ul li.prev {
            margin-right: 10px;
        }

        .pager ul li.next {
            margin-left: 10px;
        }

            .pager ul li.prev a, .pager ul li.next a {
                background-color: #f7f7f7;
                font-size: 18px;
            }

        .pager ul li.active a {
            background-color: #1c2841;
            color: #fff;
        }

/***/

.progressbar .item {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .progressbar .item .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .progressbar .item .line {
        display: flex;
        align-items: center;
    }

        .progressbar .item .line .percent {
            min-width: 40px;
            font-size: 15px;
            font-weight: 100;
        }

        .progressbar .item .line .bar {
            position: relative;
            display: block;
            width: calc(100% - 40px);
            height: 20px;
            background-color: #f7f7f7;
            border-radius: 10px;
            overflow: hidden;
        }

            .progressbar .item .line .bar span {
                position: absolute;
                display: block;
                width: 1%;
                height: 100%;
                transition: 0.4s linear;
                transition-property: width;
            }



    .progressbar .item .dline {
        display: flex;
        align-items: center;
    }

        .progressbar .item .dline .line {
            display: block;
            width: 100%;
        }

        .progressbar .item .dline .bar {
            width: 100%;
            height: 10px;
        }

            .progressbar .item .dline .bar:first-child {
                border-radius: 0;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
            }

            .progressbar .item .dline .bar:last-child {
                border-radius: 0;
                border-bottom-right-radius: 10px;
                border-bottom-left-radius: 10px;
            }

        .progressbar .item .dline .icon {
            min-width: 40px;
            font-size: 30px;
            font-weight: 100;
        }




.clr-green span {
    background-color: #53c168;
}

.clr-yellow span {
    background-color: #ffbd4a;
}

.clr-red span {
    background-color: #c00;
}


/***/

.rules {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

    .rules .ruleLine {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #edf4f9;
        border-radius: 10px;
        padding: 20px 10px;
        width: fit-content;
        margin-bottom: 20px;
        width: auto;
        max-width: 100%;
    }

        .rules .ruleLine .text {
            font-size: 16px;
            padding: 0 10px;
        }

        .rules .ruleLine .inp input {
            border: 1px solid #f0f0f0;
            border-radius: 4px;
            padding: 5px 10px;
            box-sizing: border-box;
            height: 40px;
            width: 100px;
            max-width: 100%;
            font-size: 16px;
        }

        .rules .ruleLine .inp select {
            appearance: auto;
            border: 1px solid #f0f0f0;
            border-radius: 4px;
            padding: 5px 10px;
            box-sizing: border-box;
            height: 40px;
            width: 100px;
            max-width: 100%;
            font-size: 16px;
        }

        .rules .ruleLine .remove button {
            position: relative;
            display: block;
            width: 40px;
            height: 40px;
            cursor: pointer;
            border-radius: 10px;
            background-color: #1c2841;
            border: none;
            color: #fff;
            font-size: 16px;
            margin: 0 0 0 40px;
            margin-right: 10px;
        }


.ruleAct {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 760px;
    max-width: 100%;
}

    .ruleAct .btn {
        position: relative;
        display: block;
        width: fit-content;
        padding: 10px 20px;
        border: 2px solid #1c2841;
        background-color: #fff;
        font-size: 16px;
        color: #1c2841;
        font-weight: 700;
        text-decoration: none;
        border-radius: 20px;
    }

        .ruleAct .btn:hover {
            background-color: #1c2841;
            color: #fff;
        }


.switchRules {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 800px;
    margin-bottom: 30px;
    flex-direction: column;
}


.switchRulesInner {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.switchRules:last-child {
    margin-bottom: 0;
}

.switchRules .textInfo {
    width: 80%;
}

.switchRules .btnSwitch {
    margin-top: 40px;
}


.switchRulesBottom {
    position: relative;
    display: none;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

    .switchRulesBottom.active {
        display: flex;
    }

.switchRulesBottomCol {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
}

    .switchRulesBottomCol > strong {
        display: block;
        font-size: 14px;
    }


.countrySelect {
    position: relative;
    display: flex;
    width: 200px;
    padding: 4px 12px;
    height: 32px;
    font-size: 14px;
    border: solid 1px #1d2840;
    font-weight: 600;
    background-image: url(../img//icon/selectDown.svg);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 14px;
    border-radius: 4px;
}

.selectedTags {
    position: relative;
    display: flex;
    gap: 16px;
}

.tag {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff2ea;
    padding: 4px 8px;
    border: solid 2px #1d2840;
    border-radius: 4px;
    font-size: 14px;
    color: #1d2840;
    font-weight: 700;
}

    .tag > button {
        display: flex;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 50%;
        line-height: 21px;
        font-size: 11px;
        font-weight: 700;
        background: #1d2840;
        color: #fff;
        padding: 6px;
        cursor: pointer;
    }

        .tag > button > img {
            max-width: 100%;
        }


.rulesWrapper {
    display: inline-flex;
}

    .rulesWrapper .rules .ruleLine {
        margin-bottom: 0px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

.rulesText {
    position: relative;
    display: flex;
    font-size: 12px;
    font-weight: 700;
    padding-inline: 10px;
}

.rulesWrapper .rules .ruleLine .text {
    font-weight: 700;
}

.rulesWrapper.rules .ruleLine .inp input {
    width: 70px;
}

.ruleInner {
    display: flex;
    align-items: center;
}

.ipTextarea {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #edf4f9;
    padding: 12px 14px;
    width: 300px;
    max-width: 100%;
    gap: 8px;
    border-radius: 4px;
}


.ipTextareaInp {
    position: relative;
    display: block;
    resize: vertical;
    width: 100% !important;
    height: 120px;
}

input.input-ip {
    position: relative;
    display: block;
    border: none;
    padding: 8px 12px;
    font-size: 14px;
    width: 100%;
}

.ipTextareaInner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    max-height: 200px;
    overflow-y: auto;
}

.ipTextareaTitle {
    display: block;
    font-weight: 700;
}

.ipButton {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;
    border: none;
    cursor: pointer;
    background: #1d2840;
    color: #fff;
    border-radius: 4px;
}

/***/


section.report {
    margin: 20px
}

.searchContainer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .searchContainer .searchAct {
        position: relative;
        display: flex;
        width: 100%;
        max-width: 600px;
    }

        .searchContainer .searchAct .searchInp {
            position: relative;
            display: block;
            width: 100%;
        }


            .searchContainer .searchAct .searchInp .keyword {
                width: 100%;
                height: 50px;
                background-color: #fff;
                border: 1px solid #d0d0d0;
                padding: 5px 20px;
                box-sizing: border-box;
                margin-bottom: 20px;
                border-radius: 25px;
                font-size: 16px;
            }

            .searchContainer .searchAct .searchInp .selectbox {
                position: relative;
                display: flex;
                width: 100%;
                justify-content: space-between;
            }

                .searchContainer .searchAct .searchInp .selectbox select {
                    appearance: auto;
                    border: 1px solid #d0d0d0;
                    border-radius: 4px;
                    padding: 5px 10px;
                    box-sizing: border-box;
                    height: 40px;
                    width: 150px;
                    max-width: 100%;
                    font-size: 16px;
                }

                    .searchContainer .searchAct .searchInp .selectbox select.selectType {
                        width: calc(100%);
                        margin-right: 20px;
                    }

        .searchContainer .searchAct .btnSearch {
            position: relative;
            display: flex;
            cursor: pointer;
            align-items: center;
            justify-content: center;
            width: 100px;
            height: 50px;
            margin-left: 20px;
            background-color: #1c2841;
            font-size: 16px;
            font-weight: 700;
            color: #fff;
            border: none;
            border-radius: 25px;
        }


    .searchContainer .downloadAct {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

        .searchContainer .downloadAct .btnDownload {
            position: relative;
            display: block;
            margin-bottom: 10px;
            width: fit-content;
            padding: 10px 20px;
            border: 2px solid #1c2841;
            background-color: #fff;
            font-size: 16px;
            color: #1c2841;
            font-weight: 700;
            text-decoration: none;
            border-radius: 25px;
            cursor: pointer;
        }

/***/

.prices {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto 40px;
}

    .prices .item {
        position: relative;
        display: block;
        width: 32%;
        padding: 60px 20px 20px;
        border-radius: 20px;
        background-color: #fff;
        box-sizing: border-box;
        box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
        overflow: hidden;
    }

        .prices .item .slogan {
            position: absolute;
            display: block;
            top: 0;
            left: 0;
            padding: 10px;
            width: 100%;
            text-align: center;
            font-size: 18px;
            letter-spacing: 2px;
            background: #ffbd4a;
        }


        .prices .item .priceArea {
            position: relative;
            display: block;
            text-align: center;
            width: fit-content;
            margin: 0 auto 30px;
        }

            .prices .item .priceArea .packageTitle {
                font-size: 24px;
                font-weight: bold;
                letter-spacing: 1px;
                margin-bottom: 20px;
            }

            .prices .item .priceArea .priceInfo {
                position: relative;
                display: block;
                text-align: center;
                width: fit-content;
                margin: auto;
            }

                .prices .item .priceArea .priceInfo strong {
                    display: block;
                    font-size: 60px;
                    font-weight: bold;
                    line-height: 1.2;
                }

                .prices .item .priceArea .priceInfo.monthly {
                    display: block;
                }

                .prices .item .priceArea .priceInfo.yearly {
                    display: none;
                }




        .prices .item .btnBuyNow {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: center;
            width: fit-content;
            height: 60px;
            margin: 0 auto 40px;
            background-color: #1c2841;
            border-radius: 30px;
            padding: 0 30px;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            text-decoration: none;
            letter-spacing: 1px;
        }

        .prices .item .feature {
            position: relative;
            display: block;
            border-top: 1px solid #f0f0f0;
            padding: 20px 10px;
        }

            .prices .item .feature li:before {
                position: absolute;
                display: inline-block;
                content: '';
                transform: rotate(45deg);
                width: 5px;
                height: 10px;
                border-bottom: 3px solid #1c2841;
                border-right: 3px solid #1c2841;
                margin-right: 10px;
                top: 1px;
                left: 0;
            }

            .prices .item .feature li {
                position: relative;
                padding-left: 20px;
                margin-bottom: 10px;
                line-height: 1.2;
                font-size: 16px;
            }



/***/


.faqContainer {
    position: relative;
    display: block;
}

    .faqContainer .faqItem {
        position: relative;
        display: block;
        margin-bottom: 10px;
        padding: 20px 10px 20px 10px;
        border-bottom: 1px solid #d0d0d0;
    }

        .faqContainer .faqItem .question {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            font-size: 20px;
            font-weight: bold;
            line-height: 1.5;
            padding: 10px 0;
            cursor: pointer;
        }

            .faqContainer .faqItem .question span {
                padding-right: 20px;
            }

            .faqContainer .faqItem .question.open i {
                transform: rotate(180deg);
            }

        .faqContainer .faqItem .answer {
            display: none;
            padding-top: 10px;
            font-size: 18px;
            line-height: 1.5;
        }

/****/
/*
mfArea: Membership Form Area
*/


.paymentContainer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 500px;
    margin: auto;
}

.mfArea {
    position: relative;
    display: block;
    width: 100%;
}

    .mfArea .item {
        position: relative;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

        .mfArea .item label {
            display: block;
            margin-bottom: 10px;
            font-size: 18px;
            font-weight: 500;
            padding-left: 2px;
            letter-spacing: 0.5px;
        }

        .mfArea .item input, .mfArea .item textarea {
            display: block;
            width: 100%;
            height: 50px;
            background-color: #fff;
            border: 1px solid #d0d0d0;
            padding: 10px 20px;
            box-sizing: border-box;
            border-radius: 25px;
            font-size: 16px;
        }

        .mfArea .item textarea {
            height: auto;
        }


        .mfArea .item select {
            appearance: auto;
            border: 1px solid #d0d0d0;
            border-radius: 25px;
            padding: 5px 10px;
            box-sizing: border-box;
            height: 50px;
            width: 100%;
            font-size: 16px;
            padding: 10px 20px;
        }


    .mfArea .item-sep {
        display: flex;
        justify-content: space-between;
    }

        .mfArea .item-sep .item {
            width: 49%;
        }

    .mfArea .submit {
        width: 100%;
        height: 50px;
        background-color: #1c2841;
        padding: 10px 20px;
        box-sizing: border-box;
        border: none;
        margin-bottom: 20px;
        border-radius: 25px;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .mfArea .cvv_ico {
        position: absolute;
        display: block;
        z-index: 2;
        width: fit-content;
        top: 50%;
        right: 20px;
    }

    .mfArea .notes {
        font-size: 12px;
        font-weight: 300;
        color: #999;
    }


.mfStyle {
    background-color: rgba(0, 50, 180, .1);
    padding: 20px;
    border-radius: 10px;
}


/**/

.stepIndicator {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 30px;
}

    .stepIndicator ul {
        display: flex;
    }

        .stepIndicator ul li {
            display: flex;
            margin-right: 5px;
            width: 50px;
            height: 5px;
            text-indent: -9999px;
            background-color: rgba(0, 50, 180, .2);
        }

            .stepIndicator ul li.active {
                background-color: #1c2841;
            }

            .stepIndicator ul li:last-child {
                margin-right: 0;
            }



.stepContainer {
    position: relative;
    margin: auto;
}

    .stepContainer .wb {
        padding: 30px 50px;
    }


    .stepContainer .trackingcode {
        background-color: rgba(0, 50, 180, .1);
        padding: 10px;
        border-radius: 10px;
    }

        .stepContainer .trackingcode .tcObj {
            width: 500px;
            height: 200px;
            margin: auto;
            border: 1px solid #1c2841;
            border-radius: 10px;
        }

/***/



.freeTrialBtn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: #1C2841;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    text-decoration: auto !important;
    margin-bottom: 32px;
    border: none;
    cursor: pointer;
    transition: 300ms all;
}

    .freeTrialBtn:hover {
        opacity: .9;
    }



/***/

section.account .accountContainer {
    display: flex;
    align-items: flex-start;
}

    section.account .accountContainer .accountNav {
        position: relative;
        display: block;
        width: 250px;
        height: 100%;
        box-sizing: border-box;
    }

        section.account .accountContainer .accountNav li {
            margin-bottom: 20px;
        }

            section.account .accountContainer .accountNav li:last-child {
                margin-bottom: 0;
            }

            section.account .accountContainer .accountNav li a {
                font-size: 18px;
                letter-spacing: .5px;
                color: #000;
                text-decoration: none;
            }

    section.account .accountContainer .accountContent {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 20px;
    }

        section.account .accountContainer .accountContent .mfArea {
            max-width: 500px;
        }

section.account .paymentInfoItem {
    position: relative;
    display: flex;
    justify-content: space-between;
}

    section.account .paymentInfoItem p:last-child {
        margin-bottom: 0;
    }

    section.account .paymentInfoItem .btnUpdate {
        position: relative;
        display: block;
        width: fit-content;
        padding: 10px 20px;
        border: 2px solid #1c2841;
        background-color: #fff;
        font-size: 16px;
        color: #1c2841;
        font-weight: 700;
        text-decoration: none;
        border-radius: 20px;
    }


/** Switch Buttons ******/

/* The switch - the box around the slider */
.btnSwitch .switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .btnSwitch .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.btnSwitch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .btnSwitch .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.btnSwitch input:checked + .slider {
    background-color: #2196F3;
}

.btnSwitch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.btnSwitch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.btnSwitch .slider.round {
    border-radius: 34px;
}

    .btnSwitch .slider.round:before {
        border-radius: 50%;
    }

.blockSwitch .switch {
    width: 120px;
    height: 24px;
}

.blockSwitch .slider {
    background-color: #999;
}

    .blockSwitch .slider:before {
        width: 16px;
        height: 16px;
    }

.blockSwitch input:checked + .slider {
    background-color: #c00;
}

    .blockSwitch input:checked + .slider:before {
        transform: translateX(96px);
    }

.blockSwitch .slider.round:after {
    position: absolute;
    display: block;
    content: 'BLOKLA';
    top: 3px;
    left: 20%;
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.blockSwitch input:checked + .slider.round:after {
    content: 'BLOKLU';
}

/** AddDomainModal **/

.AddDomainModal {
    display: none;
    padding: 20px;
    border-radius: 10px;
}

    .AddDomainModal .inner {
        width: 500px;
    }

    .AddDomainModal h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .AddDomainModal .obj {
        position: relative;
        display: block;
        margin-bottom: 30px;
    }

        .AddDomainModal .obj label {
            position: relative;
            display: block;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
            padding-left: 20px;
        }

        .AddDomainModal .obj input {
            width: 100%;
            height: 50px;
            background-color: #fff;
            border: 1px solid #d0d0d0;
            padding: 10px 20px;
            box-sizing: border-box;
            border-radius: 10px;
            font-size: 16px;
        }

    .AddDomainModal .submit {
        position: relative;
        display: block;
        width: fit-content;
        padding: 10px 20px;
        box-sizing: border-box;
        background-color: #1c2841;
        border: none;
        border-radius: 6px;
        margin: auto;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }


/** SavingPanelModal **/

.SavingPanelModal {
    display: none;
    padding: 20px;
    border-radius: 10px;
}

    .SavingPanelModal .inner {
        width: 500px;
    }

    .SavingPanelModal h2 {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .SavingPanelModal .submit {
        position: relative;
        display: block;
        width: fit-content;
        padding: 10px 20px;
        box-sizing: border-box;
        background-color: #1c2841;
        border: none;
        border-radius: 6px;
        margin: auto;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
    }

    .SavingPanelModal .savingPanel {
        background: #f7f7f7;
        border-radius: 10px;
        padding: 10px;
        margin-bottom: 10px;
    }



/** CHARTS ***********/

.chartSetup {
    height: 440px;
}

.tooltip-header {
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 5px;
    border-bottom: 1px solid #c5c5c5;
}

.tooltip-body {
    width: 170px;
}

    .tooltip-body .series-name {
        font-weight: normal;
        opacity: 0.6;
        display: inline-block;
        line-height: 1.5;
        padding-right: 10px;
        width: 126px;
    }

    .tooltip-body .value-text {
        display: inline-block;
        line-height: 1.5;
        width: 30px;
    }



/********/


.tfoCalendar {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #edf4f9;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    height: 100%;
}

    .tfoCalendar i {
        font-size: 40px;
        margin-right: 20px;
        color: #1c2841;
    }

        .tfoCalendar i:last-child {
            margin-left: auto;
            margin-right: 0;
            font-size: 38px;
            color: #000;
            padding-left: 20px;
            border-left: 1px solid #000;
        }


/*****************/


.tableContainer .dx-datagrid-headers .dx-datagrid-table td {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: fff !important;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    font-size: 15px;
    color: #000;
}

.tableContainer .dx-datagrid-content .dx-datagrid-table td {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}

.tableContainer .dx-datagrid-content .dx-datagrid-table tr:nth-child(even) td {
    background-color: rgba(255, 241, 233, .5);
}



.tableContainer td button.btn {
    position: relative;
    display: block;
    width: fit-content;
    padding: 5px 10px;
    border: 2px solid #1c2841;
    background-color: #fff;
    font-size: 14px;
    color: #1c2841;
    font-weight: 500;
    text-decoration: none;
    border-radius: 20px;
    cursor: pointer;
}

    .tableContainer td button.btn:hover {
        background-color: #1c2841;
        color: #fff;
    }
/*****/
.tableContainer .dx-switch {
    width: 100px;
}

.tableContainer .dx-switch-container {
    border-radius: 12px;
    height: 22px;
    background: #999 !important;
    border: none !important;
}

    .tableContainer .dx-switch-container .dx-switch-handle {
        width: 18px;
        height: 18px;
        flex-basis: 18px
    }

        .tableContainer .dx-switch-container .dx-switch-handle:before {
            background: #fff !important;
            border-radius: 100%;
        }

    .tableContainer .dx-switch-container .dx-switch-off,
    .tableContainer .dx-switch-container .dx-switch-on {
        letter-spacing: 1px;
        font-size: 12px;
        font-weight: bold;
        color: #fff;
    }

    .tableContainer .dx-switch-container .dx-switch-on {
        color: #fff;
    }



.tableContainer .dx-switch-on-value .dx-switch-container {
    background: #c00 !important;
}

/*****/
.pageTabContainer .tabContent.selected {
    display: block;
}
/*
.tableContainer .gridDataModal {
    position: absolute;
    display: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #f7f7f7;
    padding: 20px;
}
*/
.gridDataModal {
    position: relative;
    display: none;
    z-index: 9;
    top: 0;
    left: 0;
    width: 90%;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #f7f7f7;
    padding: 20px;
}

    .gridDataModal .fancybox-close-small {
        display: none;
    }



    .gridDataModal .top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .gridDataModal .close {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border: 2px solid #1c2841;
        color: #1c2841;
        border-radius: 100%;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 20px;
        cursor: pointer;
    }


    .gridDataModal .title {
        display: block;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .gridDataModal .gridContainer {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }

        .gridDataModal .gridContainer .mapArea {
            display: block;
            width: 45%;
            height: auto;
            border-radius: 10px;
            overflow: hidden;
        }

        .gridDataModal .gridContainer .gridDataPanel {
            display: block;
            width: 50%;
            height: 100%;
        }

        .gridDataModal .gridContainer .location {
            display: flex;
            align-items: center;
            margin-bottom: 40px;
        }

            .gridDataModal .gridContainer .location .flag {
                display: block;
                margin-right: 20px;
                overflow: hidden;
                width: 40px;
                height: 40px;
                border-radius: 100%;
            }

            .gridDataModal .gridContainer .location .info span {
                display: block;
            }

                .gridDataModal .gridContainer .location .info span:first-child {
                    display: block;
                    margin-bottom: 10px;
                    font-size: 18px;
                    font-weight: 500;
                }


        .gridDataModal .gridContainer .gridDataList {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }

            .gridDataModal .gridContainer .gridDataList .line {
                display: flex;
                align-items: center;
                width: 49%;
                padding: 20px 10px;
                border-bottom: 1px solid #ccc;
                font-size: 14px;
            }
                /*
            .gridDataModal .gridContainer .gridDataList .line:nth-child(even) {
                background-color: #f9f9f9;
            }
            */

                .gridDataModal .gridContainer .gridDataList .line .title {
                    font-weight: 500;
                    margin: 0 10px 0 0;
                    font-size: 14px;
                }

                .gridDataModal .gridContainer .gridDataList .line.objTitle {
                    border-bottom: 5px solid #666;
                    padding: 10px;
                    background: #fff;
                    margin-top: 20px;
                }

            .gridDataModal .gridContainer .gridDataList .pageTabs {
            }

                .gridDataModal .gridContainer .gridDataList .pageTabs li {
                    margin-right: 0;
                }

                    .gridDataModal .gridContainer .gridDataList .pageTabs li a {
                        padding: 10px 20px;
                        background-color: #f7f7f7;
                        border: none;
                    }

                        .gridDataModal .gridContainer .gridDataList .pageTabs li a:hover,
                        .gridDataModal .gridContainer .gridDataList .pageTabs li a.selected {
                            background-color: #ccc;
                            border: none;
                        }


        .gridDataModal .gridContainer.maphide .gridDataPanel {
            width: 100%
        }

        .gridDataModal .gridContainer.maphide .mapArea {
            display: none;
        }

.gridDataModalTemplate {
    display: none;
}




/************
    Ziyaret�iler Sayfas� Geli�tirmeler
*******/


section.projectTop2 .wb {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}

section.projectTop2 .wbr {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-shrink: 0;
}

section.projectTop2 .row {
    gap: 20px;
    align-items: center;
}

    section.projectTop2 .row .l {
        width: 40%;
    }

    section.projectTop2 .row .r {
        width: calc(60%);
    }

section.projectTop2 .page-title {
    font-size: 24px;
    font-weight: bold;
}


/**********/


.websiteInfo2 {
    margin-right: 10px;
}

    .websiteInfo2 .status {
        background-color: #fff;
        padding: 5px 12px;
        font-size: 20px;
        margin-right: 10px
    }

    .websiteInfo2 .wsSelector .selected {
        background: #fff;
        padding: 5px;
        margin-right: 0;
    }


/**/


.tfoCalendar2 {
    height: 100%;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 20px;
}

    .tfoCalendar2 span {
        font-size: 18px;
        margin: 0 10px;
        cursor: pointer;
    }

    .tfoCalendar2 .calIco {
        padding: 10px;
        border-radius: 5px;
        background-color: #fff;
        cursor: pointer;
    }

    .tfoCalendar2 .arrow {
        width: 0;
        height: 0;
        cursor: pointer;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
    }


/*****************/


/********
grid table update
**/

.tableContainer .dx-datagrid-content .dx-datagrid-table td .clientIp {
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 6px;
}

    .tableContainer .dx-datagrid-content .dx-datagrid-table td .clientIp .botIco {
        width: 20px;
    }


.tableContainer .dx-datagrid-content .dx-datagrid-table td:has(> .clientInfo),
.tableContainer .dx-datagrid-content .dx-datagrid-table td:has(> .interactions),
.tabContent .dx-datagrid-content .dx-datagrid-table td:has(> .items) {
    overflow: unset;
}


.tableContainer .dx-datagrid-content .dx-datagrid-table td .flag {
    display: block;
    position: relative;
    width: fit-content;
}

    .tableContainer .dx-datagrid-content .dx-datagrid-table td .flag i {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        overflow: hidden;
    }

        .tableContainer .dx-datagrid-content .dx-datagrid-table td .flag i img {
            width: 20px;
            height: 20px;
        }

    .tableContainer .dx-datagrid-content .dx-datagrid-table td .flag span {
        position: absolute;
        display: none;
        top: calc(100% + 8px);
        left: 0;
        background-color: #000;
        color: #fff;
        padding: 2px 5px;
        border-radius: 4px;
    }

        .tableContainer .dx-datagrid-content .dx-datagrid-table td .flag span:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 4px solid black;
            left: 5px;
            top: -4px;
        }

    .tableContainer .dx-datagrid-content .dx-datagrid-table td .flag:hover span {
        display: block;
    }

.tableContainer .dx-datagrid-content .dx-datagrid-table td .clientInfo {
    display: flex;
    align-items: center;
    margin-top: 10px;
}



    .tableContainer .dx-datagrid-content .dx-datagrid-table td .clientInfo .item {
        display: flex;
        align-items: center;
        margin-left: 10px;
    }

.tableContainer .dx-datagrid-content .dx-datagrid-table td .item {
    display: block;
    position: relative;
    width: fit-content;
}

    .tableContainer .dx-datagrid-content .dx-datagrid-table td .item i {
        display: block;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        overflow: hidden;
    }

    .tableContainer .dx-datagrid-content .dx-datagrid-table td .item span {
        position: absolute;
        display: none;
        top: calc(100% + 8px);
        left: 0;
        background-color: #000;
        color: #fff;
        padding: 2px 5px;
        border-radius: 4px;
    }

        .tableContainer .dx-datagrid-content .dx-datagrid-table td .item span:before {
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-bottom: 4px solid black;
            left: 5px;
            top: -4px;
        }

    .tableContainer .dx-datagrid-content .dx-datagrid-table td .item:hover span {
        display: block;
    }

.tableContainer .dx-datagrid-content .dx-datagrid-table td .timeString i {
    width: fit-content;
    height: unset;
    border-radius: 0;
    overflow: unset;
}

.tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions {
    position: relative;
    display: block;
}

    .tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions .total {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin-bottom: 10px;
        cursor: pointer;
    }

        .tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions .total .arrow {
            width: 0;
            height: 0;
            margin-left: 5px;
            border-left: 4px solid transparent;
            border-right: 4px solid transparent;
            border-top: 5px solid #000;
        }

        .tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions .total.open .arrow {
            transform: rotate(180deg);
        }

    .tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions .itemPanel {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 5px;
        padding-top: 0;
        height: 0;
        overflow: hidden;
        transition: height .3s ease;
    }

        .tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions .itemPanel.active {
            height: auto;
            overflow: unset;
        }


    .tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions .item {
        display: block;
        position: relative;
        width: fit-content;
        border: 1px solid #000;
        padding: 2px;
        border-radius: 2px;
    }

        .tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions .item i {
            display: flex;
            align-items: center;
            width: fit-content;
            height: unset;
            border-radius: 0;
            overflow: unset;
            gap: 2px;
        }

            .tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions .item i img {
                width: 18px;
            }

        .tableContainer .dx-datagrid-content .dx-datagrid-table td .interactions .item span {
            z-index: 4;
        }


.item.tooltipSmall span {
    width: 200px;
    white-space: normal;
    padding: 6px !important;
    line-height: 16px;
    font-size: 12px;
}


.tableContainer td button.btn2 {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    border: 1px solid #1c2841;
    background-color: #fff;
    text-indent: -9999px;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    background: url(/assets/img/icon/magnifier.png) center center no-repeat;
    background-size: 50%;
}

/***/


/**********/
/** PopupGrid CssUpdate ********/

.grid-row {
    display: flex;
    justify-content: space-between;
}

    .grid-row #grid-data-events-devices {
        display: block;
        width: 200px;
        flex-shrink: 0;
    }

.deviceList {
    width: calc(100% - 20px);
    height: 100%;
    background-color: #f7f7f7;
}

    .deviceList li {
        border-bottom: 1px solid #999;
        box-sizing: border-box;
        padding: 10px;
        cursor: pointer;
    }

        .deviceList li:last-child {
            border-bottom: none;
        }

        .deviceList li:hover {
            background-color: #fff;
        }

        .deviceList li.active {
            background-color: #fff1e9;
        }


        .deviceList li .deviceId {
            display: block;
            font-size: 12px;
            margin-bottom: 10px;
        }

        .deviceList li .items, .gridDataModalTemplate .items {
            display: flex;
            align-items: center;
            flex-shrink: 0;
            gap: 10px;
        }

            .deviceList li .items .item, .gridDataModalTemplate .items .item {
                display: block;
                position: relative;
                width: fit-content;
            }

                .deviceList .items .item i, .gridDataModalTemplate .items .item i {
                    display: block;
                    width: 20px;
                    height: 20px;
                    border-radius: 100%;
                    overflow: hidden;
                }

                .deviceList li .items .item span, .gridDataModalTemplate .items .item span {
                    position: absolute;
                    display: none;
                    z-index: 5;
                    top: calc(100% + 8px);
                    left: 0;
                    white-space: normal;
                    background-color: #000;
                    color: #fff;
                    padding: 2px 5px;
                    border-radius: 4px;
                    font-size: 12px;
                    max-width: 200px;
                    width: max-content;
                }

                    .deviceList li .items .item span:before, .gridDataModalTemplate .items .item span:before {
                        position: absolute;
                        content: '';
                        width: 0;
                        height: 0;
                        border-left: 4px solid transparent;
                        border-right: 4px solid transparent;
                        border-bottom: 4px solid black;
                        left: 5px;
                        top: -4px;
                    }

                .deviceList li .items .item:hover span, .gridDataModalTemplate .items .item:hover span {
                    display: block;
                }

.InputTypeIco {
    display: flex;
    align-items: center;
    gap: 5px
}

    .InputTypeIco img {
        width: 20px;
    }


p.tabContentNoData {
    display: block;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #959595;
}

.menuBtn {
    display: none
}




.identifyUsersRow {
    position: relative;
    display: flex;
    gap: 32px;
    width: 100%;
    flex-flow: wrap;
    align-items: center;
}

.identifyUsersCard1 {
    position: relative;
    display: block;
    background: #fff;
    width: calc(50% - 32px);
    padding: 16px;
    padding-top: 22px;
    padding-bottom: 30px;
    border-radius: 6px;
}

.identifyUsersCard2 {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 50%;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
}

.identifyUsersCard1_head {
    position: relative;
    display: flex;
    gap: 20px;
    flex-flow: wrap;
    border-bottom: solid 1px #F2F2F2;
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.identifyUsersCard1_head-img {
    position: relative;
    display: flex;
    width: 50px;
    height: 50px;
    border: solid 1px #E0E0E0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    overflow: hidden;
}

.identifyUsersCard1_head-col {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 70px);
}

.identifyUsersCard1_head-title {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: #000000;
}

    .identifyUsersCard1_head-title > strong {
        display: block;
        font-weight: 800;
        font-size: 13px;
    }

    .identifyUsersCard1_head-title > p {
        display: block;
        font-weight: 500;
        font-size: 12px;
    }

.identifyUsersCard1_head-col > .social {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 6px;
}

    .identifyUsersCard1_head-col > .social > a {
        display: flex;
        align-items: center;
    }

.identifyUsersCard1_body {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.identifyUsersCard1-subTitle {
    display: flex;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    gap: 12px;
}

.identifyUsersCard1-row {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.identifyUsersCard1-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.identifyUsersCard1-level {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #4F4F4F;
    font-weight: 500;
    font-size: 12px;
    min-width: 70px;
}

.identifyUsersCard1-subTitle > i {
    display: flex;
}

.identifyUsersCard1-item .line {
    position: relative;
    display: block;
    width: 50%;
    background: #D9D9D9;
    height: 10px;
    border-radius: 50px;
}



.identifyUsersCard1-level > span {
    position: relative;
    display: flex;
    width: 14px;
    height: 14px;
    background: #d9d9d9;
    border-radius: 50%;
}

span.lowColor {
    background: #FFCA7A;
}

span.hightColor {
    background: #219653;
}

span.mediumColor {
    background: #D2BF59;
}

.identifyUsersCard2_head {
    position: relative;
    display: flex;
    gap: 25px;
    flex-flow: wrap;
}

.identifyUsersCard2_head-img {
    position: relative;
    display: flex;
    width: 58px;
    height: 58px;
    background: #E3CECE;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    font-size: 18px;
    color: #000;
}

.identifyUsersCard2_head-col {
    position: relative;
    display: flex;
    width: calc(100% - 58px - 25px);
    flex-direction: column;
    gap: 12px;
}

.identifyUsersCard2_title {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

    .identifyUsersCard2_title > strong {
        display: block;
        font-weight: 800;
        font-size: 16px;
        color: #000;
    }

    .identifyUsersCard2_title > span {
        display: block;
        font-weight: 500;
        font-size: 13px;
        color: #828282;
    }

.identifyUsersCard2_property {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    gap: 16px;
    font-size: 13px;
}

    .identifyUsersCard2_property > a {
        position: relative;
        display: flex;
        align-items: center;
        gap: 7px;
        font-weight: 600;
    }

.historySubTitle {
    display: block;
    font-weight: 800;
    color: #949494;
    font-size: 13px;
    margin-bottom: 10px;
}

.historyRow {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}

.historyItem {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.historyItemClock {
    position: relative;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    font-size: 12px;
    color: #828282;
}

    .historyItemClock > i {
        display: flex;
    }

.historyItem .line {
    position: relative;
    display: block;
    width: 40%;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50px;
}

.historyTagRow {
    position: relative;
    display: flex;
    gap: 12px;
    flex-flow: wrap;
}

    .historyTagRow .line {
        position: relative;
        display: flex;
        width: 100%;
        height: 20px;
        background: #D9D9D9;
        border-radius: 50px;
    }

        .historyTagRow .line.line1 {
            width: 87px;
        }

        .historyTagRow .line.line2 {
            width: 125px;
        }

        .historyTagRow .line.line3 {
            width: 77px;
        }

.historyChartImg {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 26px;
}

.identifyUsersCard2_property > a > span {
    display: flex;
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.historyChartImg > img {
    max-width: 100%;
}

.mappingConnectBg {
    position: relative;
    display: block;
}

.mappingConnectBox {
    position: absolute;
    bottom: -4%;
    right: -4%;
    width: 55%;
    background: #fff;
    border-radius: 4px;
    padding: 20px 32px 32px;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.mappingConnectBtn {
    font-size: 14px;
}

    .mappingConnectBtn > span {
        display: flex;
        line-height: 28px;
    }

.mappingConnectBtn {
    position: relative;
    display: inline-flex;
    padding: 14px;
    background: #3AB37E;
    border-radius: 6px;
    font-weight: 800;
    color: #fff;
    gap: 22px;
}

    .mappingConnectBtn > i {
        display: flex;
    }

.mappingConnectList {
    position: relative;
    display: flex;
    width: 100%;
}

    .mappingConnectList > ul {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 10px;
    }

        .mappingConnectList > ul > li {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: #F2F2F2;
            border-radius: 6px;
            padding: 16px;
        }

            .mappingConnectList > ul > li > strong {
                display: block;
                font-weight: 800;
                font-size: 14px;
            }

            .mappingConnectList > ul > li > span {
                display: flex;
                align-items: center;
                gap: 10px;
                font-weight: 600;
                font-size: 12px;
                color: #000000;
            }

                .mappingConnectList > ul > li > span > i {
                    display: flex;
                }

.radarBtn {
    position: absolute;
    background: #fff;
    padding: 16px 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    gap: 40px;
}

    .radarBtn > strong {
        display: flex;
        align-items: center;
        font-weight: 800;
        font-size: 16px;
        gap: 16px;
    }

    .radarBtn.radarBtn1 {
        top: -76px;
        left: 20px;
    }

    .radarBtn > span {
        display: block;
        font-weight: 600;
        font-size: 14px;
    }

    .radarBtn.radarBtn3 {
        bottom: -20px;
        left: 130px;
    }

    .radarBtn.radarBtn2 {
        top: 102px;
        left: 150px;
    }

    .radarBtn:before {
        content: "";
        border-color: white transparent transparent transparent;
        border-style: solid;
        border-width: 14px 12px 0px 12px;
        width: 0px;
        height: 0px;
        position: absolute;
    }

    .radarBtn.radarBtn1::before {
        bottom: -10px;
        left: calc(50% - 12px);
        transform: translateX(-50%);
    }

    .radarBtn.radarBtn2:before {
        width: 0px;
        height: 0px;
        left: -11px;
        border-color: transparent white transparent transparent;
        border-width: 8px 11px 8px 0px;
    }

    .radarBtn.radarBtn3:before {
        top: -11px;
        border-color: transparent transparent white transparent;
        border-width: 0px 10px 12px 10px;
        left: 90px;
    }


.radar-meta {
    position: absolute;
    left: 350px;
    bottom: 150px;
}

.radar-google {
    position: absolute;
    left: 320px;
    bottom: 80px;
}

.userBehaviours {
    position: relative;
    display: block;
    width: 100%;
}

table.userBehaviours-table {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 6px;
}

    table.userBehaviours-table > thead {
        font-size: 14px;
        font-weight: 500;
        border-bottom: solid #F2F2F2 1px;
    }

        table.userBehaviours-table > thead th {
            padding-block: 20px;
        }

    table.userBehaviours-table > tbody {
        font-size: 14px;
        font-weight: 500;
        color: #4F4F4F;
    }

        table.userBehaviours-table > tbody :is(th,td) {
            padding-block: 13px;
            padding-inline: 16px;
            vertical-align: middle;
            text-align: center;
        }

        table.userBehaviours-table > tbody td {
            vertical-align: middle;
        }

    table.userBehaviours-table .behavior {
        position: relative;
        display: flex;
        align-items: center;
        gap: 16px;
    }


        table.userBehaviours-table .behavior > i {
            display: flex;
        }


        table.userBehaviours-table .behavior > span {
            position: relative;
            display: block;
            width: 8px;
            height: 8px;
            background: #828282;
            border-radius: 50%;
        }


            table.userBehaviours-table .behavior > span.green {
                background: #219653;
            }

            table.userBehaviours-table .behavior > span.yellow {
                background: #F2C94C;
            }

    table.userBehaviours-table .analyze-btn {
        position: relative;
        display: inline-flex;
        width: 93px;
        height: 28px;
        background: #F2F2F2;
        align-items: center;
        justify-content: center;
        border: solid 1px #828282;
        border-radius: 45px;
        color: #1C2841;
        font-weight: 800;
    }

.userBehavioursImg {
    position: absolute;
    right: 30px;
    z-index: 1;
    top: -200px;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0px 4px 35px 3px rgba(0, 0, 0, 0.15);
}

.howCol.userBehavioursSect {
    margin-top: 100px;
}


.monitorYourAds {
    position: relative;
    display: block;
    width: 576px;
}

table.monitorYourAdsTable {
    position: relative;
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
}

    table.monitorYourAdsTable > thead > tr > th {
        padding-block: 17px;
        padding-inline: 16px;
        text-align: left;
        color: #1C2841;
        font-weight: 700;
        font-size: 13px;
    }

    table.monitorYourAdsTable > tbody > tr :is(th,td) {
        padding: 16px;
        text-align: center;
        vertical-align: middle;
    }

    table.monitorYourAdsTable .dateCol {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 14px;
        color: #828282;
        font-weight: 500;
        font-size: 12px;
    }

        table.monitorYourAdsTable .dateCol > .click {
            display: flex;
            align-items: center;
            gap: 8px;
        }

            table.monitorYourAdsTable .dateCol > .click > i {
                display: flex;
            }

    table.monitorYourAdsTable .hours {
        display: flex;
        align-items: center;
        gap: 4px;
    }

        table.monitorYourAdsTable .hours > i {
            display: flex;
        }

    table.monitorYourAdsTable .level {
        position: relative;
        display: flex;
        align-items: center;
        gap: 14px;
        color: #4F4F4F;
        font-size: 12px;
        font-weight: 500;
    }

        table.monitorYourAdsTable .level > span {
            display: flex;
            width: 14px;
            height: 14px;
            background: #828282;
            border-radius: 50%;
        }

            table.monitorYourAdsTable .level > span.green {
                background: #219653;
            }

            table.monitorYourAdsTable .level > span.red {
                background: #EB5757;
            }

    table.monitorYourAdsTable > thead {
        border-bottom: solid 1px #E0E0E0;
    }

    table.monitorYourAdsTable .lines {
        position: relative;
        display: flex;
        align-items: center;
        gap: 8px;
    }

        table.monitorYourAdsTable .lines .line1 {
            position: relative;
            display: block;
            width: 110px;
            height: 16px;
            background: #D9D9D9;
            border-radius: 44px;
        }

        table.monitorYourAdsTable .lines .line2 {
            position: relative;
            display: block;
            width: 22px;
            height: 22px;
            background: #BDBDBD;
            border-radius: 44px;
        }

.monitorYourAdsImg {
    position: absolute;
    z-index: 11;
    right: 20px;
    bottom: -120px;
    display: flex;
}

.radarSect {
    margin-top: 60px;
}

.monitorFraudType {
    position: absolute;
    z-index: 3;
    border-radius: 4px;
    background: #fff;
    padding: 28px 14px;
    box-shadow: 0 4px 35px 3px rgba(0, 0, 0, .15);
    left: -40px;
    bottom: -140px;
    width: 340px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .monitorFraudType > .textInfo {
        display: flex;
        flex-direction: column;
    }

        .monitorFraudType > .textInfo > strong {
            display: block;
            margin-bottom: 20px;
            font-size: 12px;
            font-weight: 700;
            color: #000;
            line-height: normal;
        }

        .monitorFraudType > .textInfo > .item {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            font-size: 10px;
            font-weight: 700;
            color: #000;
        }

            .monitorFraudType > .textInfo > .item:last-child {
                margin-bottom: 0px;
            }

            .monitorFraudType > .textInfo > .item:before {
                position: relative;
                display: inline-block;
                content: '';
                flex-shrink: 0;
                width: 10px;
                height: 10px;
                border-radius: 100%;
                background-color: #000;
                margin-right: 10px;
            }

            .monitorFraudType > .textInfo > .item:nth-child(2):before {
                background-color: #e94b28;
            }

            .monitorFraudType > .textInfo > .item:nth-child(3):before {
                background-color: #cd244c;
            }

            .monitorFraudType > .textInfo > .item:nth-child(4):before {
                background-color: #e97928;
            }

            .monitorFraudType > .textInfo > .item:nth-child(5):before {
                background-color: #e9ca28;
            }

.prodPackage .purchaseInfo .selector ul li label {
    flex-direction: column;
}

.pageTabContainer {
    position: relative;
    display: flex;
    gap: 30px;
}

.pageTabPurchasePlan {
    position: relative;
    display: flex;
    gap: 20px;
}

.tabContentPurchasePlan {
    height: auto;
}

.contactPageSect1 {
    position: relative;
    display: flex;
    height: 500px;
    background: #CED4D5;
    margin-bottom: 50px;
}

    .contactPageSect1 > .container {
        display: flex;
        flex-flow: wrap;
        gap: 16px;
        align-items: flex-end;
    }

.contactPageHead_text {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% - 554px - 16px);
    align-items: flex-start;
    height: 100%;
    justify-content: center;
    color: #1C2841;
}

    .contactPageHead_text > ul > li > i > img {
        width: 11px;
        height: auto;
    }

    .contactPageHead_text > :is(h1,p) {
        display: block;
        font-size: 19px;
        font-weight: 600;
    }

    .contactPageHead_text > strong {
        display: block;
        font-size: 52px;
        font-weight: 1000;
        line-height: 60px;
    }

    .contactPageHead_text > ul {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 8px;
        margin-block: 24px;
    }

        .contactPageHead_text > ul > li {
            position: relative;
            display: flex;
            align-items: center;
            gap: 8px;
            font-size: 14px;
        }

            .contactPageHead_text > ul > li > i {
                display: flex;
                width: 30px;
                height: 30px;
                align-items: center;
                justify-content: center;
                background: #1C2841;
                border-radius: 9px;
            }

.contactPageHead_img {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 554px;
}


.defaultBtn.try {
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: auto;
    padding: 12px 30px;
    text-decoration: none;
    border-radius: 7px;
    background: #ff3800;
    font-size: 16px;
    font-weight: 700;
    color: #fff
}

.sectTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 32px;
}

    .sectTitle > h2 {
        position: relative;
        display: block;
        width: fit-content;
        font-size: 36px;
        font-weight: 800;
        color: #000;
        font-style: normal;
        text-align: center;
        line-height: 32px;
    }

.connectRow {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 20px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
}

.connectItem {
    position: relative;
    display: inline-flex;
    flex *d: c;
    flex *d: c;
    flex-flow: wrap;
    gap: 32px;
}

    .connectItem > i {
        display: flex;
        width: 90px;
        height: 90px;
        background: #fff;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

.connectItem_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: calc(100% - 90px - 32px);
}

    .connectItem_title > strong {
        display: block;
        font-weight: 800;
        font-size: 21px;
    }

.connectItem_social {
    display: flex;
    align-items: center;
    gap: 8px;
}

.connectItem_title > p {
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}

.connectItem_social > a {
    display: flex;
    width: 22px;
}

    .connectItem_social > a.gm {
        width: 26px;
    }

.contactReviewSect {
    position: relative;
    padding-block: 42px;
    margin-top: 42px;
    filter: blur(10px);
}

.contactReviewSect_title {
    position: relative;
    display: flex;
    gap: 14px;
    text-align: center;
    justify-content: center;
    font-size: 32px;
    color: #000;
    margin-bottom: 14px;
    font-weight: 600;
}

    .contactReviewSect_title > strong {
        font-weight: 900;
        color: #fcc034;
    }

.contactReviewSect_row {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 16px;
}

.contactReviewSect_item {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    width: calc(20% - 13px);
    border-radius: 8px;
    padding: 22px;
    align-items: center;
    gap: 16px;
    justify-content: center;
    box-shadow: 1px 1px 14px #00000012;
}

.contactReviewSect_logo {
    display: flex;
    width: 100%;
}

    .contactReviewSect_logo > img {
        max-width: 100%;
    }

.contactReviewSect_stars {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 11px;
}

    .contactReviewSect_stars > i {
        display: flex;
        width: 110px;
    }

    .contactReviewSect_stars > span {
        display: block;
        font-weight: 800;
        font-size: 15px;
        color: #69707d;
    }

.contactPageConnectRow {
    display: flex;
    flex-flow: wrap;
    gap: 32px;
    align-items: flex-start;
}

.contactPageConnectImg {
    background: #fff;
    position: relative;
    display: flex;
    width: 600px;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, .06);
    border-radius: 8px;
    padding: 20px;
}


.connectItem:last-child {
}

.defaultPage {
    position: relative;
    display: block;
    margin-block: 32px;
}

    .defaultPage h1 {
        display: block;
        font-size: 32px;
        margin-bottom: 32px;
        color: #fa311d;
        font-weight: 700;
        text-align: center;
        letter-spacing: 1px;
    }

    .defaultPage h2 {
        display: block;
        font-size: 22px;
        margin-bottom: 4px;
        font-weight: 700;
    }

    .defaultPage p {
        display: block;
        font-size: 16px;
        color: #000;
        margin-bottom: 16px;
        line-height: 24px;
    }

    .defaultPage a {
        color: currentColor;
    }


.acceptCookies {
    position: fixed;
    z-index: 9999;
    left: 16px;
    bottom: 16px;
    background: rgb(0 0 0 / 85%);
    width: 500px;
    max-width: 92%;
    border-radius: 8px;
    color: #fff;
    padding: 16px 20px;
    display: none;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
}

    .acceptCookies > p {
        display: block;
        font-size: 14px;
    }

        .acceptCookies > p > a {
            color: currentColor;
        }

.acceptCookiesBtns .acceptBtn {
    position: relative;
    display: inline-flex;
    background: #fa311d;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: 100ms all;
}

    .acceptCookiesBtns .acceptBtn:hover {
        background: #b52902;
    }

.acceptCookies.show {
    display: flex;
}


.formDefault {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.inpDefault {
    width: 100%;
    height: 62px;
    background-color: #fff;
    border: 3px solid #DFDFDF;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 16px;
    color: #939393;
    font-weight: 600;
    font-size: 18px;
}

    .inpDefault::placeholder {
        color: #939393;
    }


.submitDefault {
    width: auto;
    height: 62px;
    background-color: #1c2841;
    padding: 10px 32px;
    box-sizing: border-box;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
}

    .submitDefault:hover {
        background-color: #141d30;
    }

.connectForm .submitDefault {
    width: 366px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 69px;
    border-radius: 10px;
    font-size: 19px;
    gap: 10px;
    margin-left: auto;
}

.connectForm select {
    width: 100% !important;
    background-image: url(../img/icon/selectDown.svg);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 18px;
}

.accountRow {
    position: relative;
    display: flex;
    flex-flow: wrap;
    align-items: flex-start;
    gap: 28px;
}

.accountNav {
    position: relative;
    display: block;
    width: 280px;
    padding: 24px 16px 20px;
    border-radius: 10px;
    background-color: #fff;
}

    .accountNav > strong {
        display: block;
        font-weight: 800;
        font-size: 19px;
        line-height: 24px;
        color: #000;
        margin-bottom: 15px;
        padding-left: 10px;
    }

.accountContent {
    position: relative;
    display: block;
    width: calc(100% - 280px - 28px);
}

.wb.accountBox {
    padding: 32px;
}

.accountNav > ul {
    position: relative;
    display: flex;
    flex-direction: column;
}

    .accountNav > ul > li {
        position: relative;
        display: block;
        width: 100%;
        border-bottom: solid 1px #DFDFDF;
    }

        .accountNav > ul > li:last-child {
            border: none;
        }

        .accountNav > ul > li > a {
            display: block;
            padding: 13px 10px;
            color: #000;
            font-weight: 700;
            text-decoration: auto !important;
            font-size: 16px;
        }

            .accountNav > ul > li > a:hover {
                color: #FF3800;
            }

.wb.accountBox .formDefault {
    flex-direction: initial;
}

.paymentInfoItem {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .paymentInfoItem .textInfo .text {
        margin-bottom: 0px;
    }


.btnDefaultOutline {
    position: relative;
    display: block;
    width: fit-content;
    padding: 10px 20px;
    border: 2px solid #1c2841;
    background-color: #fff;
    font-size: 16px;
    color: #1c2841;
    font-weight: 700;
    text-decoration: none;
    border-radius: 20px;
    transition: 100ms all;
}


    .btnDefaultOutline:hover {
        background-color: #1c2841;
        color: #fff;
        box-shadow: 1px 1px 10px rgb(0 0 0 / 30%);
    }


.wb.accountBox .mfArea .item label {
    font-size: 16px;
}

.wb.accountBox .mfArea .submit {
    width: 200px;
    padding: 10px 32px;
    display: block;
    margin-left: auto;
    max-width: 100%;
}


.wb.accountBox .stepContainer {
    width: 100%;
}

.stepContainer .trackingcode .tcObj {
    width: 100%;
}

.wb.accountBox .stepContainer .trackingcode {
    background: transparent;
    padding: 0px;
}

.wb.accountBox .mfStyle {
    background: transparent;
    padding: 0px;
}


section.blog {
    position: relative;
}

header.blogItemHead {
    padding-inline: 0px !important;
    height: auto !important;
    background: transparent !important;
}

.blogDetail .blogItemHead {
    margin-bottom: 16px;
    border-bottom: solid 1px rgb(0 0 0 / 6%);
    padding-bottom: 16px;
}

.blogDetail .blogItem-profile {
    font-size: 16px;
    gap: 6px;
}

    .blogDetail .blogItem-profile > i {
        width: 44px;
        height: 44px;
    }

.blogDetail {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 16px;
}

    .blogDetail > h1 {
        display: block;
        font-size: 32px;
        font-weight: 900;
        line-height: 44px;
        margin-bottom: 20px;
    }

    .blogDetail > .bg {
        position: relative;
        display: flex;
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        margin-bottom: 20px;
    }

        .blogDetail > .bg > img {
            width: 100%;
        }

        .blogDetail > .bg > span {
            display: block;
            font-size: 14px;
            color: #000;
            font-weight: 500;
        }

    .blogDetail > p {
        display: block;
        font-size: 16px;
        line-height: 24px;
        color: #000;
        margin-bottom: 24px;
    }

    .blogDetail > h2 {
        display: block;
        font-size: 18px;
        font-weight: 900;
    }

.blogSectTitle :is(h1, h2) {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 33px;
    font-weight: 800;
    color: #000;
    font-style: normal;
    text-align: center;
    line-height: normal;
}

.blogSectTitle p.text {
    position: relative;
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    font-style: normal;
    text-align: center;
    line-height: 1.5;
}


.blogSearch {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.blogSearchInput {
    position: relative;
    width: 100%;
    height: 52px;
    border: none;
    background: #fffcfb;
    border-radius: 8px;
    font-size: 16px;
    color: #6B6B6B;
    padding: 16px 20px;
    border: solid 1px transparent;
}

    .blogSearchInput:focus {
        border: solid 1px rgb(235 232 232);
    }

.blogSearchButton:hover {
    opacity: .7;
}

.blogSearchButton {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    -webkit-appearance: none;
    -moz-appearance-radius: 0;
    appearance: none;
    border: none;
    background: #000000;
    border-radius: 8px;
    cursor: pointer;
}

.blogContainer {
    width: 1090px;
    margin: auto;
    max-width: 90%;
}

.blogHome .blogItem_bg {
    width: 100%;
    height: 160px;
}

.blogHome .blogItem_body {
    width: 100%;
    gap: 8px;
}

    .blogHome .blogItem_body > p {
        font-size: 14px;
    }

    .blogHome .blogItem_body > h2 {
        font-size: 16;
    }

.blogHome .blogItem-date {
    position: absolute;
    top: 30px;
    bottom: auto;
    right: 30px;
    z-index: 1;
}

.blogList {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 32px;
}

    .blogList.blogHome {
        gap: 20px;
    }

.blogHome .blogItem {
    width: calc(25% - 15px);
    flex-direction: column;
    padding: 20px;
    gap: 10px;
}

.blogItem {
    position: relative;
    display: flex;
    color: #000;
    gap: 10px;
    text-decoration: auto !important;
    background: #fffcfb;
    padding: 24px 24px;
    width: 100%;
    align-items: center;
    gap: 56px;
    flex-direction: row-reverse;
    border-radius: 8px;
}

.blogItem_bg .blogItem-date {
    position: absolute;
    bottom: auto;
    top: 10px;
    right: 10px;
}

.blogItem_bg {
    position: relative;
    display: block;
    overflow: hidden;
    width: 160px;
    height: 160px;
}

    .blogItem_bg > img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: 300ms all;
    }

.blogItem_body {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
    width: calc(100% - 160px - 56px);
}

    .blogItem_body > h2 {
        position: relative;
        display: block;
        font-weight: 900;
        font-size: 22px;
        line-height: 26px;
    }

    .blogItem_body > p {
        font-size: 16px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        color: #6B6B6B;
    }



.blogHome .blogItem_body > h2 {
    font-size: 16px;
    line-height: 24px;
}

.blogItem:hover .blogItem_bg > img {
    /* transform: scale(1.1); */
}


.blogItem_bg::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    background: linear-gradient(94deg, rgba(46,71,249,1) 0%, rgba(46,71,249,0) 100%);
}


.blogItem_body .defaultBtn {
    margin-top: 7px;
    height: 36px;
    width: 100%;
    font-size: 14px;
}

.blogItem_body .submitDefault {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: auto !important;
    font-size: 14px;
    height: 36px;
    margin-top: 16px;
}

section.blogPage {
    position: relative;
    display: block;
    margin-top: 40px;
}


.blogItem::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgb(29 40 64 / 6%);
    bottom: -15px;
    left: 0px;
    opacity: 0;
}

.blogItem-date {
    position: relative;
    bottom: 0px;
    font-size: 12px;
    font-weight: 600;
    background: rgb(0 0 0);
    padding: 4px 10px;
    border-radius: 4px;
    color: #fff;
}

.blogRow {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 50px;
    align-items: flex-start;
    row-gap: 20px;
}

    .blogRow .breadCrumb {
        width: 100%;
    }

    .blogRow .blogList {
        width: calc(75% - 50px);
    }

.contactPageSupport .breadCrumb {
    margin-top: -16px;
    margin-bottom: -54px;
}

.blogItemHead {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 5;
}

.blogItem-profile {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    gap: 4px;
}

    .blogItem-profile > i {
        display: flex;
        width: 28px;
        height: 28px;
        overflow: hidden;
        border-radius: 50%;
    }

.blogSidebar {
    width: 25%;
    position: sticky;
    display: flex;
    flex-direction: column;
    gap: 32px;
    top: 116px;
}

.blogBox {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fffcfb;
    padding: 16px;
}

.blogBoxTitle {
    position: relative;
    display: block;
    font-weight: 800;
    border-bottom: solid 1px #cccccc42;
    padding-bottom: 8px;
    margin-bottom: 16px;
    font-size: 18px;
    color: #1d2840;
}

.blogPostNav {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .blogPostNav > li {
        position: relative;
        display: block;
        border-bottom: solid 1px #cccccc42;
        padding-bottom: 6px;
    }

        .blogPostNav > li:last-child {
            border: none;
        }

        .blogPostNav > li > a {
            display: block;
            color: #1d2840;
            text-decoration: auto !important;
            font-size: 14px;
            font-weight: 500;
        }

.blogPostCategory {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 8px;
}

    .blogPostCategory > a {
        display: flex;
        background: #ebe8e8;
        padding: 4px 10px;
        border-radius: 5px;
        font-size: 14px;
        color: #000;
        text-decoration: auto;
        font-weight: 400;
        transition: 100ms all;
    }

        .blogPostCategory > a:hover {
            background: #e1dbdb;
        }

.blogList .defaultPage {
    margin-top: 0px;
}

section.services {
    position: relative;
}

.filterBlur {
    filter: blur(20px);
    user-select: none;
    pointer-events: none;
}

.filterTitle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    font-weight: 900;
    font-size: 58px;
    letter-spacing: 5px;
    background-image: linear-gradient(60deg, #1d2840, #fa311d);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    width: 100%;
    text-align: center;
}



.language {
    position: relative;
    display: block;
    border-radius: 8px;
    border: solid 1px #828282;
    margin-right: 10px;
    z-index: 1;
}

    .language > .selected {
        position: relative;
        font-weight: 700;
        font-size: 16px;
        display: flex;
        cursor: pointer;
        z-index: 1;
        align-items: center;
        padding: 10px 16px;
        padding-right: 26px;
        transition: .4s all;
        border-radius: 6px;
        color: #333;
        font-family: 'Helvetica Neue', 'Segoe UI', Helvetica, Verdana, sans-serif;
        width: 83px;
        background-color: #fff;
    }

        .language > .selected::before {
            content: "";
            position: absolute;
            right: 9px;
            top: 20px;
            border-color: #333 transparent transparent transparent;
            border-style: solid;
            border-width: 5px 5px 0px 5px;
            width: 0px;
            height: 0px;
        }

    .language > ul > li {
        position: relative;
        display: block
    }

        .language > ul > li:last-child > a {
            border: none
        }

    .language > ul {
        position: absolute;
        box-sizing: border-box;
        padding-bottom: 0;
        display: flex;
        flex-direction: column;
        width: 100%;
        left: 0;
        top: 45px;
        opacity: 0;
        visibility: hidden;
        transition: .3s all;
        background: #fff;
        border-radius: 6px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        padding: 2px;
    }

    .language.open > ul {
        opacity: 1;
        visibility: visible
    }

    .language.open > strong::before {
        transform: rotate(225deg);
        border-color: #17161e;
        margin-top: -2px
    }

    .language.open > strong {
        border-bottom: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }

    .language > ul > li > a {
        padding: 7px 9px;
        display: block;
        text-align: left;
        color: currentColor;
        font-size: 14px;
        box-sizing: border-box;
        font-weight: 800;
        transition: .3s all;
        color: #333;
        text-decoration: auto !important;
        border-radius: 4px;
    }

        .language > ul > li > a:hover {
            color: var(--SecondaryColor);
            background-color: #fff
        }

        .language > ul > li > a.active {
            background: rgba(0,0,0,.1);
        }

    .language > .selected > i {
        display: block;
        width: 18px;
        height: 18px;
        position: relative;
        left: -7px;
    }

        .language > .selected > i > img {
            max-width: 100%;
        }

.defaultPage figure {
    width: 100%;
    display: block;
}

.defaultPage img {
    max-width: 100%;
    height: auto;
}


h2.teamTitle {
    text-align: center;
}

.aboutTeamList ul:first-child li {
    width: calc(33.33% - 6.66px);
}

.aboutTeamList ul:last-child li > p {
    font-size: 14px;
    line-height: 22px;
}

.aboutPage ul > li {
    position: relative;
    background: rgb(255 255 255 / 51%);
    padding: 20px;
    display: flex;
    border-radius: 8px;
    box-shadow: 1px 1px 8px rgb(250 49 29 / 10%);
    width: calc(25% - 7.66px);
    flex-direction: column;
    align-items: center;
    text-align: center;
}

    .aboutPage ul > li p:last-child {
        margin-bottom: 0px;
    }

    .aboutPage ul > li p > a {
        display: block;
        font-weight: 500;
        color: #f52a2a;
        margin-top: 4px;
    }



.aboutPage ul {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin-bottom: 16px;
    justify-content: center;
}

    .aboutPage ul > li:is(:nth-child(1), :nth-child(2)) {
        /* width: calc(50% - 6.66px); */
    }

.userProfile {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

    .userProfile > .bg {
        position: relative;
        display: block;
        border-radius: 14px;
        overflow: hidden;
        border: solid 2px #000;
    }

    .userProfile > .icon {
        position: absolute;
        bottom: -12px;
        background: #1a67be;
        width: 28px;
        height: 28px;
        padding: 5px;
        box-sizing: border-box;
        display: flex;
        border-radius: 50%;
    }

    .userProfile > .bg > img {
        display: block;
    }


.aboutPage ul > li > strong {
    display: block;
    font-weight: 700;
}

.aboutPage ul > li > span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 10px;
}

section.faqPage {
    position: relative;
    display: block;
    margin-block: 32px;
}

.faqPageTitle {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 32px;
    font-weight: 900;
    font-size: 32px;
}

    .faqPageTitle > span {
        color: #fa311d;
    }


.faqPageRow {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 32px;
}

.faqPageSideBar {
    position: relative;
    display: block;
    width: 270px;
}

    .faqPageSideBar > ul {
        position: sticky;
        display: flex;
        flex-direction: column;
        background: rgb(255 255 255 / 50%);
        border-radius: 12px;
        padding: 24px;
        box-shadow: 0 0 8px rgb(0 0 0 / 3%);
        width: 100%;
        top: 116px;
    }

        .faqPageSideBar > ul > li {
            position: relative;
            display: block;
        }

            .faqPageSideBar > ul > li > a {
                position: relative;
                display: flex;
                gap: 10px;
                text-decoration: auto !important;
                color: #000;
                font-weight: 700;
                padding: 8px 0px;
                align-items: center;
            }

i.faqColor {
    display: flex;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ccc;
}

.faqPageSideBar > ul > li:nth-child(1) i.faqColor {
    background: #f62477;
}

.faqPageSideBar > ul > li:nth-child(2) i.faqColor {
    background: #ff5e0b;
}

.faqPageSideBar > ul > li:nth-child(3) i.faqColor {
    background: #ff860e;
}

.faqPageSideBar > ul > li:nth-child(4) i.faqColor {
    background: #feb412;
}

.faqPageSideBar > ul > li:nth-child(5) i.faqColor {
    background: #4bd37b;
}

.faqPageContent {
    position: relative;
    display: flex;
    width: calc(100% - 270px - 32px);
    flex-direction: column;
    gap: 40px;
}


.faqPageInner:nth-child(1) .faqPageInnerTitle.selected {
    color: #f62477;
}

.faqPageInner:nth-child(1) .faqColor {
    background: #f62477;
}

.faqPageInner:nth-child(2) .faqPageInnerTitle.selected {
    color: #ff5e0b;
}

.faqPageInner:nth-child(2) .faqColor {
    background: #ff5e0b;
}

.faqPageInner:nth-child(3) .faqPageInnerTitle.selected {
    color: #ff860e;
}

.faqPageInner:nth-child(3) .faqColor {
    background: #ff860e;
}

.faqPageInner:nth-child(4) .faqPageInnerTitle.selected {
    color: #feb412;
}

.faqPageInner:nth-child(4) .faqColor {
    background: #feb412;
}

.faqPageInner:nth-child(5) .faqPageInnerTitle.selected {
    color: #4bd37b;
}

.faqPageInner:nth-child(5) .faqColor {
    background: #4bd37b;
}


.faqPageSideBar > ul > li:nth-child(1) > a:hover {
    color: #f62477;
}

.faqPageSideBar > ul > li:nth-child(2) > a:hover {
    color: #ff5e0b;
}

.faqPageSideBar > ul > li:nth-child(3) > a:hover {
    color: #ff860e;
}

.faqPageSideBar > ul > li:nth-child(4) > a:hover {
    color: #feb412;
}

.faqPageSideBar > ul > li:nth-child(5) > a:hover {
    color: #4bd37b;
}


.faqPageInnerTitle {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 20px;
    gap: 8px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}

.faqPageInnerBox {
    position: relative;
    display: flex;
    flex-direction: column;
    background: rgb(255 255 255 / 50%);
    padding: 24px;
    border-radius: 8px;
}

.faqPageInner {
    position: relative;
    display: block;
}


.faqItem {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px rgb(204 204 204 / 28%);
}

.faqQuiz {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #000;
    height: auto;
    gap: 12px;
    padding: 16px 0px;
    cursor: pointer;
}

.faqAnswer {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 16px;
}

.faqQuiz span::before {
    content: "+";
    font-size: 32px;
    line-height: 32px;
    position: relative;
}

.faqQuiz > span {
    position: relative;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: 300ms all;
}

.faqItem:last-child {
    border: none;
    padding-bottom: 0px;
}


.faqQuiz.on span {
    transform: rotate(45deg);
}


.faqPageSideBar > ul > li:nth-child(1) > a.selected {
    color: #f62477;
}

.faqPageSideBar > ul > li:nth-child(2) > a.selected {
    color: #ff5e0b;
}

.faqPageSideBar > ul > li:nth-child(3) > a.selected {
    color: #ff860e;
}

.faqPageSideBar > ul > li:nth-child(4) > a.selected {
    color: #feb412;
}

.faqPageSideBar > ul > li:nth-child(5) > a.selected {
    color: #4bd37b;
}

.faqPageInnerTitle.color1.selected {
    color: #f11b77;
}

.faqPageInnerTitle.color2.selected {
    color: #fb5b25;
}

.faqPageInnerTitle.color3.selected {
    color: #ff860e;
}

.faqPageInnerTitle.color4.selected {
    color: #feb412;
}

.faqPageInnerTitle.color5.selected {
    color: #4bd37b;
}


.navPagination {
    position: relative;
    display: flex;
    gap: 8px;
    margin: auto;
}

    .navPagination > .navBtn {
        position: relative;
        display: flex;
        align-items: center;
        height: 36px;
        background: #1d2840;
        padding: 10px 12px;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        font-weight: 700;
    }

    .navPagination > a {
        text-decoration: auto !important;
    }

    .navPagination > .navItem {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        padding: 10px;
        background: #fff;
        border-radius: 4px;
        color: #1e283f;
        font-size: 12px;
        font-weight: 900;
    }

        .navPagination > .navItem.current {
            background: #fa311d;
            color: #fff;
        }


.selectCustom {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 360px;
    max-width: 100%;
}

.selectCustomInput {
    position: relative;
    display: flex;
    width: 100%;
    height: 42px;
}

    .selectCustomInput .inputCustomSelect {
        width: 100%;
        height: 100%;
        border: solid 1px #cccccc;
        padding: 8px;
        font-size: 14px;
        background-image: url(../img/icon/search.svg);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 8px center;
        padding-inline: 30px;
    }

    .selectCustomInput:before {
        content: "";
        position: absolute;
        background-image: url(../img/icon/selectDown.svg);
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 90% center;
        width: 16px;
        height: 16px;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
    }

.selectCustomTag {
    position: relative;
    display: flex;
    margin-top: 6px;
    gap: 4px;
}

.selectedTagButton {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    background: #fff2ea;
    padding: 4px 8px;
    border: solid 2px #1d2840;
    border-radius: 4px;
    font-size: 14px;
    color: #1d2840;
    font-weight: 700;
}

    .selectedTagButton > i {
        display: flex;
        width: 20px;
        height: 20px;
        align-items: center;
        justify-content: center;
        border: none;
        border-radius: 50%;
        line-height: 21px;
        font-size: 11px;
        font-weight: 700;
        background: #1d2840;
        color: #fff;
        padding: 6px;
        cursor: pointer;
        box-sizing: border-box;
    }

        .selectedTagButton > i > img {
            max-width: 100%;
        }

.selectCustomDropdown {
    position: absolute;
    top: 42px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    z-index: 1;
    box-shadow: 1px 6px 6px rgb(0 0 0 / 17%);
    display: none;
}

label.selectCustomCheck {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 4px;
    cursor: pointer;
    font-size: 14px;
}

    label.selectCustomCheck:hover {
        background: #d9d5d5;
    }

.customCheckbox {
    width: 16px;
    height: 16px;
    display: inline-block;
    background: #fff;
    border: solid 1px #cccccc;
    margin-right: 7px;
}

input[type="checkbox"]:checked + .customCheckbox {
    border-color: #3197ef;
    background: #3197ef;
    box-shadow: inset 0 0 0 2px white;
}


.stripeContainer .submitDefault {
    margin-top: 10px;
    height: 38px;
    font-size: 14px;
    line-height: normal;
}

.stepStripePayment .wb {
    width: 770px;
    margin: auto;
    max-width: 95%;
}

div#card-errors {
    position: relative;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    color: #fa311d;
    font-weight: 600;
}

.StripeElement {
    width: 100%;
    background-color: #fff;
    border: 1px solid #d0d0d0;
    padding: 10px 12px;
    box-sizing: border-box;
    border-radius: 25px;
    font-size: 14px;
}


.headerMenu.nav li:hover .megaMenuWrapper {
    opacity: 1;
    visibility: visible;
}

.megaMenuWrapper {
    position: absolute;
    min-width: 1158px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    top: 18px;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
    padding-top: 44px;
}

.megaMenu {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #fff;
    display: flex;
    padding: 24px 32px;
    box-shadow: 0px 4px 65px rgb(0 0 0 / 20%);
    gap: 20px;
}

.megaMenuItem {
    position: relative;
    display: block;
    width: 25%;
}

    .megaMenuItem > ul {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

        .megaMenuItem > ul > li {
            margin-right: 0px !important;
        }

            .megaMenuItem > ul > li > a {
                font-weight: 600 !important;
                background-image: url(../img/icon/megamenu-icon.svg);
                background-repeat: no-repeat;
                background-position: left center;
                background-size: 25px;
                padding-left: 35px;
                padding-block: 12px;
                cursor: pointer;
                font-size: 14px !important;
                border-radius: 8px;
                transition: 300ms all;
            }

.megaMenuSubTitle {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}

    .megaMenuSubTitle > i {
        display: flex;
        width: 50px;
        height: 50px;
        background-color: #FFE5D7;
        padding: 12px;
        border-radius: 6px;
    }

.megaMenuItem > ul > li > a:hover {
    background-color: rgb(29 40 64 / 8%);
    background-position-x: 10px;
    padding-left: 45px;
}

.shadowMask {
    position: fixed;
    inset: 0px;
    background: rgb(28 40 65 / 60%);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: 300ms all;
}

    .shadowMask.open {
        opacity: 1;
        visibility: visible;
    }


.staticCardCol {
    position: relative;
    display: flex;
    align-items: center;
    gap: 36px;
}

    .staticCardCol:nth-child(even) {
        flex-direction: row-reverse;
    }

.staticCardBg {
    position: relative;
    display: flex;
    overflow: hidden;
    width: 50%;
    border-radius: 12px;
}

.staticCardText {
    position: relative;
    width: 50%;
    color: #1C2841;
}

.staticCardBg > img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
}

.staticCardText h2 {
    display: block;
    font-weight: 900;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 0;
}

.staticCardText p {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 12px;
}

.staticCardText header {
    padding: 0px !important;
    height: auto !important;
    background: transparent !important;
}

.staticCard {
    margin-top: 24px;
}

    .staticCard > .container {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 60px;
        max-width: 100%;
    }

header.richTextTitle {
    height: auto !important;
    padding: 0px !important;
    background: transparent !important;
}

.staticCardText ul {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    gap: 16px;
}

    .staticCardText ul > li {
        position: relative;
        display: flex;
        gap: 16px;
        font-weight: 400;
        font-size: 16px;
        padding-left: 34px;
    }

        .staticCardText ul > li::before {
            content: "";
            background-image: url(../img/icon/check-primary.svg);
            position: absolute;
            width: 24px;
            height: 24px;
            background-size: 24px;
            background-position: left center;
            left: 0px;
            top: 0;
        }

.staticCardText > a {
    position: relative;
    display: inline-flex;
    gap: 10px;
    margin-top: 28px;
    color: currentColor;
    text-decoration: auto;
    font-size: 21px;
    font-weight: 700;
    padding-left: 38px;
}

    .staticCardText > a::before {
        content: "";
        background-image: url("../img/icon/arrow-right-primary.svg");
        width: 26px;
        height: 14px;
        background-size: 100%;
        background-position: left center;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }


section.staticPageWhat {
    margin-top: 72px;
}


.testimonialItem {
    position: relative;
    display: flex;
    flex-flow: wrap;
    background: #fff;
    border-radius: 20px;
    padding: 52px;
    gap: 24px;
}

    .testimonialItem > .bg {
        position: relative;
        display: flex;
        width: 66px;
        height: 66px;
        border-radius: 50%;
        padding: 6px;
    }

        .testimonialItem > .bg img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .testimonialItem > .bg::before {
            content: "";
            position: absolute;
            width: calc(100% + 7px);
            height: calc(100% + 7px);
            border: solid 1px #D4A68B;
            border-radius: 50%;
            top: -5px;
            left: -5px;
            pointer-events: none;
        }

    .testimonialItem > .content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: calc(100% - 66px - 24px);
        align-items: flex-start;
        gap: 10px;
    }


.marks-comment {
    position: absolute;
    z-index: 2;
    right: 36px;
    top: -30px;
}

.testimonialsSect {
    position: relative;
    margin-bottom: 36px;
}

.testimonialItem > .content > h2 {
    display: block;
    font-weight: 700;
    font-size: 22px;
}

.testimonialItem > .content > p {
    display: block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
}

.testimonialItem > .content > .text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .testimonialItem > .content > .text > p {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        margin-bottom: 0px;
    }

    .testimonialItem > .content > .text > .name {
        position: relative;
        display: block;
        font-size: 14px;
        color: #737373;
    }

        .testimonialItem > .content > .text > .name > strong {
            font-weight: 800;
        }

.testimonialItem > .content > .userLogo {
    display: flex;
}

.testimonialSlide .owl-dots {
    position: absolute;
    right: 50px;
    bottom: 62px;
    display: flex;
    gap: 13px;
    z-index: 3;
}

.testimonialSlide .owl-dot.active {
    background: #FF3800 !important;
    border-color: transparent;
}

.testimonialSlide .owl-dot {
    position: relative;
    display: flex;
    width: 21px;
    height: 21px;
    background: #FFF1E9 !important;
    border: solid 1px #EFD1C0 !important;
    border-radius: 50%;
}

.statisticSect {
    position: relative;
    display: block;
    margin-block: 12px;
}

    .statisticSect > .container > :is(h2,p) {
        text-align: center;
    }

.statisticRow {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 28px;
    margin-top: 73px;
}

.statisticItem {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 21px);
    background: #fff;
    padding: 58px 32px;
    gap: 26px;
    text-align: center;
    border-radius: 8px;
}

    .statisticItem > .icon {
        position: relative;
        display: flex;
        width: 80px;
        height: 80px;
        background: #53416F;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        padding: 6px;
    }

    .statisticItem > p {
        display: block;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #000;
    }

    .statisticItem > .icon > img {
        display: flex;
    }

    .statisticItem > span {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        color: #53416F;
    }

    .statisticItem > strong {
        display: block;
        font-weight: 800;
        font-size: 54px;
        white-space: nowrap;
    }


.calltoActionSect {
    position: relative;
    margin-top: 62px;
}

    .calltoActionSect > .container {
        max-width: 100%;
    }

.calltoActionBox {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    padding-top: 20px;
    align-items: center;
    border-radius: 18px;
    align-items: flex-end;
}

    .calltoActionBox > .bg {
        position: relative;
        display: flex;
        width: 35%;
    }

    .calltoActionBox > .content {
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 32px;
        width: 65%;
    }

        .calltoActionBox > .content > .text {
            position: relative;
            display: flex;
            flex-direction: column;
            gap: 20px;
            color: #1C2841;
        }

            .calltoActionBox > .content > .text > strong {
                display: block;
                font-size: 32px;
                font-weight: 700;
            }

            .calltoActionBox > .content > .text > p {
                display: block;
                font-size: 18px;
                line-height: 32px;
            }

    .calltoActionBox > .bg > img {
        max-width: 100%;
        height: auto;
    }


    .calltoActionBox > .content > .btns {
        position: relative;
        display: flex;
        gap: 7px;
    }

        .calltoActionBox > .content > .btns > a {
            position: relative;
            display: flex;
            width: 254px;
            height: 71px;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            background: #D9D9D9;
            border: solid 1px #1C2841;
            font-weight: 700;
            font-size: 18px;
            gap: 20px;
            cursor: pointer;
            transition: 300ms all;
            text-decoration: auto;
            color: #1d2840;
        }

            .calltoActionBox > .content > .btns > a.getProtectedBtn {
                background: #1C2841;
                color: #fff;
            }

            .calltoActionBox > .content > .btns > a:hover {
                opacity: .8;
            }




section p.text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.couponCodeInput {
    position: relative;
    display: flex;
    width: 318px;
    height: 54px;
    background: #FFFFFF;
    border: solid 2px #EDD3C6;
    border-radius: 10px;
    padding-left: 45px;
    font-size: 15px;
    font-weight: 500;
    color: #919191;
    background-image: url(../img/icon/couponCode.svg);
    background-repeat: no-repeat;
    background-position: 17px center;
    background-size: 16px;
}


.couponCodeBtn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 84px;
    height: 42px;
    border-radius: 6px;
    background: #1C2841;
    color: #fff;
    border: none;
    transition: 300ms all;
    cursor: pointer;
}

    .couponCodeBtn:hover {
        opacity: .8;
    }

.couponCodeInput::placeholder {
    color: #919191;
}

.couponCodeInput:-ms-input-placeholder {
    color: #919191;
}

.couponCodeInput::-ms-input-placeholder {
    color: #919191;
}



.staticFaqSect {
    position: relative;
    display: block;
    margin-block: 62px;
}

.titleStyle {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #000;
    font-size: 32px;
    gap: 20px;
    margin-bottom: 32px;
}

    .titleStyle > i {
        position: relative;
        display: flex;
        align-items: center;
    }

.staticFaq {
    position: relative;
    display: flex;
    flex-direction: column;
}

.staticFaqItem {
    position: relative;
    display: flex;
    flex-direction: column;
    border-bottom: solid 1px #DAB9A6;
    color: #1C2841;
}

.staticFaqItemHead {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 18px;
    cursor: pointer;
    gap: 6px;
}

    .staticFaqItemHead > strong {
        display: block;
        font-weight: 700;
        font-size: 24px;
        width: calc(100% - 32px - 6px);
    }

    .staticFaqItemHead > i {
        position: relative;
        display: flex;
        width: 36px;
        height: 36px;
        align-items: center;
        justify-content: center;
        background: #FF3800;
        border-radius: 50%;
        transition: 300ms all;
    }

        .staticFaqItemHead > i > img {
            display: flex;
        }

.staticFaqItemContent {
    position: relative;
    display: block;
    padding-bottom: 18px;
}

    .staticFaqItemContent > p {
        display: block;
        font-size: 18px;
        line-height: 32px;
        font-weight: 400;
    }

.staticFaqItemHead.on > i {
    transform: rotate(45deg);
}


.stepWb {
    position: relative;
    display: block;
    padding: 30px 50px;
    background: #fff;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.1) 0px 8px 24px;
    width: 100%;
}

    .stepWb .card {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
        max-width: 100% !important;
        text-align: center;
        gap: 4px;
    }

        .stepWb .card .card-body form {
            margin-top: 10px;
        }

.copyrights {
    display: block;
    font-size: 14px;
    font-weight: 700;
}

p.text.settingText {
    width: 760px;
    max-width: 100%;
}

section.projectTop.projectTop2 {
    position: relative;
    z-index: 2;
}

section.shortInfo {
    position: relative;
    z-index: 1;
}


section.membership .formPanel .iti {
    width: 100%;
    margin-bottom: 20px;
}

.contactPageSupport {
    position: relative;
    display: block;
    margin-bottom: 90px;
}

.contactSupportList {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 30px;
    margin-top: 36px !important;
    !i;
    !;
}

    .contactSupportList > li {
        position: relative;
        display: flex;
        flex-direction: column;
        background: #fff;
        border-radius: 12px;
        padding: 26px;
        width: calc(33.33% - 20px);
        align-items: center;
        gap: 14px;
    }

        .contactSupportList > li > i {
            position: relative;
            display: flex;
        }

        .contactSupportList > li > .text {
            position: relative;
            display: flex;
            flex-direction: column;
            text-align: center;
        }

            .contactSupportList > li > .text > strong {
                display: block;
                font-weight: 700;
                font-size: 21px;
                line-height: 36px;
                color: #000;
                margin-bottom: 20px;
            }

            .contactSupportList > li > .text > p {
                margin: 0px;
                font-size: 16px;
                line-height: 27px;
            }

.contactPageSupport :is(.supportTitle, .contactSupportList) {
    width: 968px;
    max-width: 100%;
    margin: auto;
}

.contactSupportBtn {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 40px;
    gap: 6px;
    color: #1C2841;
    font-weight: 700;
    font-size: 16px;
    text-decoration: auto !important;
    !i;
    !;
    margin-top: 0;
    justify-content: center;
}

    .contactSupportBtn > i {
        display: flex;
        width: 22px;
    }

        .contactSupportBtn > i > img {
        }

    .contactSupportBtn > img {
        display: flex;
        width: 22px;
    }

.supportTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #1C2841;
}

    .supportTitle > h2 {
        display: block;
        font-weight: 800;
        font-size: 36px;
        color: #1C2841;
    }

    .supportTitle > p {
        display: block;
        font-weight: 400;
        line-height: 36px;
        font-size: 21px;
        color: #000;
    }

.contactPageSupport .supportTitle {
    text-align: center;
}


.inpTextarea {
    resize: none;
    width: 100% !important;
    height: 120px;
}

.supportFormHead {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 22px;
}

.connectForm {
    position: relative;
    display: block;
    width: 766px;
    max-width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 32px;
}

.suppoertConnectContent {
    position: relative;
    display: flex;
    width: calc(100% - 766px - 32px);
    flex-direction: column;
}

.connectItem > i > img {
    width: 40px;
}

.connectForm :is( .inpDefault, .iti) {
    width: calc(50% - 8px);
}

.connectForm .formDefault {
    flex-flow: wrap;
}

.connectForm .iti input {
    width: 100%;
}


.contactPageHead_img > img {
    max-width: 100%;
}

.trackingTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 22px;
}

    .trackingTitle > h2 {
        display: block;
        font-weight: 800;
        font-size: 21px;
        line-height: 26px;
        color: #000;
    }

    .trackingTitle > p {
        display: block;
        color: #1C2841;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

.trackingBox {
    position: relative;
    display: flex;
    flex-flow: wrap;
    background: #fff;
    border-radius: 12px;
    padding: 26px 32px;
    margin-bottom: 20px;
}

.trackingBoxHead {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 16px;
    margin-bottom: 14px;
    border-bottom: solid 1px #DFDFDF;
}

.trackingBoxTitle {
    position: relative;
    display: flex;
    align-items: center;
    gap: 14px;
}

.tutorialBtn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: underline 1px #000;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
}

    .tutorialBtn > i {
        position: relative;
        display: flex;
    }

.trackingBoxTitle > span {
    display: flex;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    background: #FF3800;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.trackingBoxTitle > strong {
    display: block;
    font-weight: 700;
    font-size: 22px;
    color: #000;
}

.trackingBoxText {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
    width: 100%;
}

    .trackingBoxText > p {
        display: block;
        font-size: 15px;
        font-weight: 500;
        color: #797979;
        line-height: 26px;
    }

        .trackingBoxText > p > sapn {
        }

        .trackingBoxText > p > span {
            color: #FF3800;
            font-weight: 700;
        }

.trackingBoxBtns {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.trackingBtn {
    position: relative;
    display: flex;
    align-items: center;
    padding: 16px 22px;
    width: auto;
    height: 50px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
    gap: 10px;
    border-color: transparent;
    text-decoration: auto;
    cursor: pointer;
    transition: 100ms all;
}

    .trackingBtn > i {
        display: flex;
    }

.trackingBtnCopy {
    background: #D7D7D7;
}

.trackingBtnMail {
    background: #FDFDFD;
    border: solid 1px #D8D8D8;
}

.trackingBtn:hover {
    opacity: .7;
}

.trackingcode {
    position: relative;
    display: flex;
    width: 100%;
    margin-top: 27px;
}

.trackingcodeFlex {
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}

.trackingcode .tcObj {
    position: relative;
    display: block;
    width: 100%;
    height: 294px;
    resize: none;
    border: none;
    background: #EDEDED;
    border-radius: 10px;
    padding: 20px 36px 28px;
    font-weight: 300;
    color: #000;
    font-size: 16px;
}

.trackingModal {
    position: fixed;
    z-index: 99;
    background: rgb(28 40 65 / 80%);
    inset: 0px;
    display: none;
    align-items: center;
    justify-content: center;
}

.trackingModalInner {
    position: relative;
    display: inline-flex;
    background: #fff;
    width: 1020px;
    max-width: 95%;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.trackingModalClose {
    position: absolute;
    right: 0px;
    top: -50px;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    cursor: pointer;
}

.trackingModalContent {
    position: relative;
    display: flex;
    width: 100%;
    justify-content: center;
}

    .trackingModalContent > img {
        max-width: 100%;
    }


.accountNav > ul > li > a.active {
    color: #FF3800;
}


.couponMessage {
    position: absolute;
    bottom: -21px;
    font-size: 12px;
    font-weight: bold;
    display: block;
}

    .couponMessage.success {
        color: green;
    }

    .couponMessage.error {
        color: #fa311d;
    }


.dxc-tooltip {
    z-index: 1;
}

.customSelectLang {
    position: relative;
    width: 80px;
    height: 46px;
}

    .customSelectLang .select-selected {
        position: relative;
        display: flex;
        width: 100%;
        height: 100%;
        background: transparent;
        border: solid 1px #828282;
        border-radius: 8px;
        align-items: center;
        color: #333;
        font-size: 1em;
        font-weight: 800;
        cursor: pointer;
        gap: 2px;
        padding: 0px 8px 0px 26px;
    }

    .customSelectLang .select-options {
        display: none;
        position: absolute;
        background-color: #fff;
        width: 100%;
        z-index: 10;
        list-style: none;
        margin: 0;
        padding: 1px;
        background: #fff;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        border-radius: 6px;
    }

        .customSelectLang .select-options li {
            color: #333;
            padding: 7px 9px;
            cursor: pointer;
        }

            .customSelectLang .select-options li:hover {
                background-color: rgba(0,0,0,.04);
            }

    .customSelectLang .select-selected::before {
        content: "";
        background-image: url(../img//icon/lang.svg);
        width: 18px;
        height: 18px;
        background-size: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 4px;
    }


    .customSelectLang .select-selected::after {
        content: "";
        background-image: url(../img/icon/menu-arrow.svg);
        width: 10px;
        height: 6px;
        background-size: 100%;
        position: absolute;
        right: 6px;
        top: 50%;
        transform: translateY(-50%);
    }


    .customSelectLang .select-options li.active {
        background-color: rgba(0, 0, 0, .04);
    }




.ck.ck-content img {
    max-width: 100%;
    width: 100% !important;
}

figure.image.image_resized {
    max-width: 100%;
    width: auto !important;
}

.richTextSection {
    position: relative;
    display: block;
    width: 100%;
    margin-block: 8px;
}

.richTextTitle {
    position: relative;
    display: block;
    font-size: 24px;
    margin-bottom: 10px;
}

    .richTextTitle > :is(h1,h2,h3,h4,h5,h6) {
        font-size: 100%;
    }

.richTextImg {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

    .richTextImg > img {
        width: 100%;
        max-width: 100%;
        height: 374px;
        object-fit: cover;
        object-position: center;
        display: flex;
    }


.richTextCol.richTextFlex {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.richTextFlexCol .richTextContent {
    width: 70%;
}

.richTextContent {
    position: relative;
    display: block;
}

    .richTextContent > p {
        display: block;
        margin-bottom: 14px;
        color: #000;
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
    }

.richTextCol {
    position: relative;
    display: block;
}


.richTextFlexCol {
    display: flex;
    flex-flow: row-reverse;
    gap: 20px;
    margin-bottom: 16px;
}

    .richTextFlexCol .richTextImg {
        margin-bottom: 0px;
        width: 30%;
    }

header.supportHeader {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background: transparent;
}

section.supportMain {
    position: relative;
    display: inline-block;
    width: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.supportHeader .btn.login {
    background-color: #586B93 !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 22px !important;
}

.supportHeader .headerMenu.nav li a {
    font-weight: 600 !important;
    color: #ACBBDA !important;
}

.supportHeader .customSelectLang .select-selected::after {
    background-image: url(../img/icon/menu-arrow-support.svg) !important;
}

.supportHeader .customSelectLang .select-selected::before {
    background-image: url(../img//icon/lang-support.svg) !important;
}

.supportHeader .customSelectLang .select-selected {
    color: #ACBBDA !important;
    border-color: #ACBBDA !important;
}


.supportMain > .container {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.supportSearch {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 120px;
    padding-bottom: 36px;
}

.supportSearchTitle {
    text-align: center;
    position: relative;
    display: block;
    color: #fff;
    font-size: 36px;
}

.supportSearchForm {
    position: relative;
    display: flex;
    width: 764px;
    max-width: 100%;
}

.supportInp {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 100%;
    border: solid 2px #93A3C5;
    height: 62px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    padding: 10px 60px;
    background-image: url(../img/icon/support-search.svg);
    background-repeat: no-repeat;
    background-position: 10px center;
}

    .supportInp::placeholder {
        color: #000;
    }

.supportSearchTitle > h1 {
    font-size: 100%;
}

.supportSearchPopular {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
}

    .supportSearchPopular > strong {
        display: block;
        font-weight: 400;
    }

    .supportSearchPopular > .links {
        position: relative;
        display: inline-block;
    }

        .supportSearchPopular > .links > a {
            text-decoration: underline;
            color: #fff;
        }

.supportCategorySect {
    position: relative;
    display: block;
    margin-top: 50px;
}

.supportCategoryList {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 36px;
    width: 100%;
    margin-bottom:52px;
}

.supportCategoryItem {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(33.33% - 24px);
    background: #fff;
    gap: 16px;
    padding: 22px 36px;
    border-radius: 12px;
    align-items: flex-start;
}

    .supportCategoryItem > i {
        display: flex;
    }

    .supportCategoryItem > strong {
        display: block;
        color: #1C2841;
        font-size: 21px;
    }

    .supportCategoryItem > p {
        display: block;
        color: #575757;
        font-size: 18px;
        line-height: 27px;
    }

.supportRow {
    position: relative;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 16px;
    gap: 36px;
}

.supportDetailInner {
    position: relative;
    display: flex;
    flex-flow: wrap;
    gap: 36px;
}

.questionEmoji > ul > li > img {
    width: 100%;
}


.supportColLg {
    position: relative;
    display: block;
    width: calc(100% - 360px - 36px);
}

.supportColSm {
    position: relative;
    display: block;
    width: 360px;
}

.supportBox {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    padding: 36px;
    gap: 32px;
    align-items: flex-start;
}

.supportBoxTitle {
    position: relative;
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #000;
}

.supportFaqList {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.supportFaqItem {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    font-weight: 700;
    font-size: 20px;
    color: #000;
    text-decoration: auto;
    border-bottom: solid 1px #E3E3E3;
    padding-bottom: 12px;
    padding-right: 42px;
}

    .supportFaqItem > i {
        display: flex;
        width: 30px;
    }

.supportContacts {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.supportContactItem {
    position: relative;
    display: flex;
    gap: 16px;
    border-bottom: solid 1px #BBBBBB;
    padding-block: 16px;
    color: #000000;
    text-decoration: auto;
    font-size: 18px;
}

    .supportContactItem > i {
        display: flex;
        width: 50px;
    }

    .supportContactItem:first-child {
        padding-top: 0px;
    }

    .supportContactItem > span > strong {
        display: block;
    }

    .supportContactItem > span > :is(p,b) {
        display: flex;
        gap: 6px;
        font-weight: 500;
    }

    .supportContactItem > span > b {
        font-weight: 700;
    }

.supportFaqItem::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 2px;
    background-color: #E2E2E2;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-image: url(../img/icon/support/quiz-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px;
}

.supportContactItem > i > img {
    max-width: 100%;
    width: auto;
}

.supportFaqItem > i > img {
    max-width: 100%;
    width: auto;
}

.supportColFull {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 36px;
}

.staticCard .breadCrumb {
    margin-bottom: 16px;
}

.breadCrumb {
    position: relative;
    display: block;
    margin-top: 14px;
}

    .breadCrumb ul {
        position: relative;
        display: flex;
        align-items: center;
        gap: 32px;
    }

        .breadCrumb ul > li, .breadCrumb ul > li > a {
            display: block;
            color: #1C2841;
            text-decoration: auto;
            font-weight: 500;
            position: relative;
            font-size: 14px;
        }

            .breadCrumb ul > li::after {
                content: "";
                background-image: url(../img/icon/breadcrumb.svg);
                position: absolute;
                width: 8px;
                height: 8px;
                left: -20px;
                top: 50%;
                transform: translateY(-50%);
            }

.supportCategoryHead {
    position: relative;
    display: flex;
    margin-block: 36px;
    justify-content: space-between;
}

.breadCrumb ul > li:first-child::after {
    opacity: 0;
}

.supportCategoryHeadCol {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
}

    .supportCategoryHeadCol > i {
        display: flex;
    }

    .supportCategoryHeadCol .title {
        position: relative;
        display: flex;
        flex-direction: column;
    }

        .supportCategoryHeadCol .title > h2 {
            display: block;
            font-size: 32px;
            font-weight: 700;
            color: #1C2841;
        }

        .supportCategoryHeadCol .title > p {
            display: block;
            font-weight: 500;
            color: #575757;
            font-size: 18px;
        }

.supportCategoryHeadBox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    min-width: 98px;
    padding: 12px;
    border-radius: 8px;
    color: #1C2841;
}

    .supportCategoryHeadBox > strong {
        display: block;
        font-size: 21px;
        line-height: normal;
    }

    .supportCategoryHeadBox > span {
        display: block;
        font-size: 14px;
    }

.supportBoxForm {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.supportBoxFormTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

    .supportBoxFormTitle > p {
        display: block;
        font-weight: 400;
        font-size: 18px;
        line-height: 32px;
    }

.supportBoxForm form {
    display: block;
}

    .supportBoxForm form > ul {
        position: relative;
        display: flex;
        flex-flow: wrap;
        flex *d:;
        flex *d: c;
        gap: 16px;
    }

        .supportBoxForm form > ul > li {
            position: relative;
            display: flex;
            width: calc(50% - 8px);
            flex-direction: column;
            align-items: flex-start;
            gap: 14px;
        }

            .supportBoxForm form > ul > li > strong {
                display: block;
                font-weight: 700;
                font-size: 16px;
                color: #1C2841;
                line-height: normal;
            }

.inpGray {
    position: relative;
    display: block;
    width: 100%;
    height: 62px;
    padding: 20px;
    border: solid 1px #D9DEE3;
    background: #EFF3F6;
    font-weight: 600;
    font-size: 18px;
    color: #939393;
}

    .inpGray::placeholder {
        color: #939393;
    }

.w100 {
    width: 100% !important;
}


textarea.inpGray {
    height: 216px;
    resize: none;
}

.supportBoxForm form > ul > li > p {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #8B8B8B;
}

.supportSubmit {
    position: relative;
    display: flex;
    margin-left: auto;
    width: 277px;
    max-width: 100%;
    height: 70px;
    background: #1C2841;
    border: none;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
    gap: 10px;
    cursor: pointer;
    border-radius: 10px;
    transition: 300ms all;
}

    .supportSubmit:hover {
        opacity: .8;
    }

    .supportSubmit > i {
        display: flex;
    }

.supportBoxForm form > ul > li .iti {
    width: 100%;
}

.supportDetail {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 42px;
    color: #000;
}

.supportDetailTitle {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 14px;
}

    .supportDetailTitle > h2 {
        display: block;
        font-size: 36px;
        line-height: normal;
    }

    .supportDetailTitle > span {
        display: block;
        font-weight: 400;
        font-size: 15px;
    }

.supportDetailContent {
    position: relative;
    display: block;
    width: 100%;
}

    .supportDetailContent > h3 {
        display: block;
        font-weight: 800;
        font-size: 24px;
        line-height: normal;
    }

    .supportDetailContent p {
        display: block;
        font-weight: 500;
        color: #1C2841;
        line-height: 27px;
        font-size: 18px;
        margin-block: 12px;
    }

    .supportDetailContent > h4 {
        display: block;
        font-weight: 700;
        font-size: 20px;
        margin-top: 10px;
    }

    .supportDetailContent > :is(h1,h2,h3,h4,h5,h6) {
        margin-top: 20px;
    }

    .supportDetailContent > ul {
        position: relative;
        display: flex;
        flex-direction: column;
        list-style-type: decimal;
        padding-left: 20px;
        margin-bottom: 20px;
        margin-top: 5px;
    }

        .supportDetailContent > ul > li {
            display: list-item;
            color: #1C2841;
            font-weight: 500;
            font-size: 18px;
            line-height: 32PX;
        }

    .supportDetailContent > img {
        display: block;
        margin-block: 32px;
        max-width: 100%;
        width: auto;
    }


.hr {
    display: block;
    margin-block: 32px;
    width: 100%;
    background: #DDC2B3;
    height: 1px;
}

.statisticSect .container {
    max-width: 100%;
}

.questionEmoji {
    position: relative;
    display: flex;
    width: 100%;
    background: #fffcfb;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px;
    flex-flow: wrap;
    flex-direction: column;
}

    .questionEmoji > span {
        display: block;
        font-weight: 600;
        font-size: 14px;
        color: #000000;
    }

    .questionEmoji > ul {
        position: relative;
        display: flex;
        align-items: center;
        gap: 4px;
    }

        .questionEmoji > ul > li {
            display: flex;
            width: 32px;
        }

.notfoundPage {
    position: relative;
    display: flex;
    margin-top: 62px;
}

    .notfoundPage > .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


.notfoundImg {
    display: block;
    width: 360px;
    margin-bottom: 20px;
}

    .notfoundImg > img {
        max-width: 100%;
    }

.notfoundPage h1 {
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 500;
    text-align: center
}

.notfoundBtn {
    position: relative;
    display: flex;
    background: #ff3800;
    padding: 8px 16px;
    color: #fff;
    font-size: 14px;
    text-decoration: auto !important;
    border-radius: 7px;
    font-weight: 700;
    transition: 300ms all;
    margin-top: 14px;
}

a.notfoundBtn:hover {
    background: #b52902;
}


.pricesBadgeCmp {
    position: fixed;
    width: 200px;
    height: auto;
    background: linear-gradient(95deg, rgb(27 154 40) 20%, rgb(16 116 26) 80%);
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 16px;
    right: -200px;
    top: 130px;
    z-index: 10;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    transition: 300ms all;
    text-decoration: auto !important;
}

.pricesBadgeCmpClose {
    position: absolute;
    right: 6px;
    top: -22px;
    background: #ccc;
    width: 20px;
    height: 20px;
    display: flex;
    padding: 5px;
    cursor: pointer;
    border-radius: 4px;
}


pricesBadgeCmpClose > img {
    filter: brightness(0%);
    width: 100%;
}

.pricesBadgeCmp.open {
    right: 0px;
}

.pricesBadgeCmp > span {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
    width: 100%;
    flex-direction: column;
}

.pricesBadgeTitle {
    display: flex;
    font-weight: 700;
    font-size: 28px;
    line-height: 24px;
    color: #e9e906;
    gap: 4px;
}

    .pricesBadgeTitle > label {
        animation: swingBadge 1s infinite ease-in-out;
    }

.pricesBadgeSubTitle {
    font-size: 12px;
    color: #fff;
}

.pricesBadgeText {
    display: block;
    font-size: 12px;
    background: rgb(0 0 0 / 40%);
    padding: 4px 5px;
    white-space: nowrap;
    border-radius: 6px;
    margin-top: 12px;
    margin-bottom: 6px;
}

.pricesBadgeSubText {
    display: block;
    font-size: 12px;
    font-weight: 700;
}

.pricesBadgeCmp::before {
    content: "";
    position: absolute;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 24px;
    border: solid 1px rgb(255 255 255 / 40%);
    pointer-events: none;
    top: 6px;
    left: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0;
}


.pricesBadgeSticy {
    position: fixed;
    right: -200px;
    z-index: 10;
    background: linear-gradient(95deg, rgb(27 154 40) 20%, rgb(16 116 26) 80%);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: #fff;
    padding: 16px 10px;
    border-radius: 16px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    gap: 6px;
    font-size: 20px;
    cursor: pointer;
    transition: 800ms all;
    top: 105px;
}

    .pricesBadgeSticy.open {
        right: 0px;
    }

    .pricesBadgeSticy > span {
        display: block;
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        letter-spacing: normal;
        font-weight: 700;
        transform: rotate(180deg);
        letter-spacing: 1px;
    }

    .pricesBadgeSticy > strong {
        writing-mode: vertical-rl;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        letter-spacing: normal;
        color: #e9e906;
        transform: rotate(-180deg);
        animation: swingSticky 1s infinite ease-in-out;
    }

    .pricesBadgeSticy:hover {
        background: linear-gradient(95deg, rgb(12 129 24) 20%, rgb(5 100 15) 80%);
    }


.tabContentPurchasePlan ul li .tooltip-custom {
    position: absolute !important;
    top: 4px;
    right: 12px;
}

.packageProtectionInput {
    position: absolute;
}

@keyframes swingBadge {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes swingSticky {
    0% {
        transform: rotate(-170deg);
    }

    50% {
        transform: rotate(-190deg);
    }

    100% {
        transform: rotate(-170deg);
    }
}

.navPagination.navFlex {
    margin-top: 16px;
    justify-content: flex-end;
}

.acceptCookiesBtns {
    display: flex;
    margin-top: 12px;
    gap: 8px;
}

    .acceptCookiesBtns .acceptOutlineBtn {
        background: #fff1e9;
        display: flex;
        align-items: center;
        padding: 4px 10px;
        border-radius: 4px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: 100ms all;
        color: #1d2840;
    }

        .acceptCookiesBtns .acceptOutlineBtn:hover {
            opacity: .8;
        }

.cookieModal {
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgb(0 0 0 / 50%);
    height: 100vh;
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
}

    .cookieModal.open {
        display: flex !important;
    }

.cookieModalInner {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 900px;
    background: #fff;
    border-radius: 14px;
    max-width: 95%;
}

.cookieModalHead {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 16px;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: solid 1px #dad5d5;
    /* margin-bottom: 16px; */
}

.cookieModalHeadTitle {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.cookieModalFooter {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 20px 16px;
}

.cookieModalBody {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0px 20px;
    height: 480px;
    overflow-y: scroll;
    padding-top: 20px;
}

.cookieModalContent .more {
    display: none;
}

.toggleMoreBtn {
    display: inline-block;
    font-size: 14px;
    width: auto;
    color: #337de0;
    text-decoration: underline;
    cursor: pointer;
}

.cookieModalFooter .acceptCookiesBtns > .acceptBtn {
    color: #fff;
}

.cky-accordion-body {
    display: block;
    margin-block: 14px;
}

.cky-audit-table {
}

.cky-audit-table {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 10px;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    margin: 0;
    color: #212121;
    border-color: #ebebeb;
    background-color: #f4f4f4;
}

ul.cky-cookie-des-table {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 10px;
    border-bottom: 1px solid;
    border-bottom-color: inherit;
    margin: 0;
}

    ul.cky-cookie-des-table > li {
        list-style-type: none;
        display: flex;
        padding: 3px 0;
        flex-direction: column;
    }

.cky-cookie-des-table li div:first-child {
    width: 100px;
    font-weight: 600;
    word-break: break-word;
    word-wrap: break-word;
}

.cky-cookie-des-table li div:last-child {
    flex: 1;
    word-break: break-word;
    word-wrap: break-word;
    margin-left: 8px;
}

.cookieModalContent {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 6px;
}

    .cookieModalContent > p {
        display: block;
        font-size: 16px;
        color: #333;
    }

.cookieAccordion {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 16px;
}

.cookieAccordionItem {
    position: relative;
    display: flex;
    flex-direction: column;
    border-top: solid 1px #F4F4F4;
    padding-block: 16px;
}

.cookieAccordionItemHeader {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.cookieModalFooter .acceptCookiesBtns {
    margin-top: 0px;
    width: 100%;
}

    .cookieModalFooter .acceptCookiesBtns > a {
        width: calc(33.33%);
        justify-content: center;
        padding-block: 10px;
    }

.cky-accordion-body {
    display: none;
}

.cookieAccordionItemHeader .btnSwitch .switch {
    width: 54px;
    height: 28px;
}

.cookieAccordionItemHeader .btnSwitch .slider:before {
    width: 20px;
    height: 20px;
}

.cookieAlwaysActive {
    color: green;
    font-weight: 800;
    line-height: 24px;
    font-size: 16px;
}

.cookieAccordionItemHeaderBtn {
    display: flex;
    font-size: 18px;
    color: #212121;
    font-weight: 700;
    cursor: pointer;
    align-items: center;
}

.cookieAccordionItemHeaderDesc {
    display: block;
    cursor: pointer
}

    .cookieAccordionItemHeaderDesc > p {
        display: block;
        font-size: 16px;
        color: #333;
    }

.cookieAccordionItemHeaderBtn > i {
    display: flex;
    width: 14px;
    margin-right: 6px;
    position: relative;
    transform: rotate(0deg);
    transition: 300ms all;
}

    .cookieAccordionItemHeaderBtn > i > img {
        width: 100%;
    }

.cookieAccordionItemHeaderBtn.open > i {
    transform: rotate(180deg);
}


.cookieModalHeadClose {
    position: relative;
    display: flex;
    cursor: pointer;
    padding: 6px;
}


.supportDetailContent .table {
    width: 600px !important;
    max-width: 100% !important;
}

.supportDetailContent .table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
    font-size: 14px;
    border: 1px solid #ddd;
    background: #fff;
}

.supportDetailContent table {
    width: 100% !important;
}

.supportDetailContent .table colgroup col {
    width: auto !important;
}

.supportDetailContent .table th,
.supportDetailContent .table td {
    padding: 10px 16px;
    text-align: left;
    border: 1px solid #ddd;
    vertical-align: middle;
    font-size: 14px;
}

.supportDetailContent .table thead th {
    background-color: #f5f7fa;
    font-weight: bold;
    color: #333;
}

.supportDetailContent .table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.supportDetailContent .table td code {
    background-color: #eef;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 90%;
    color: #333;
}

.supportDetailContent .table strong {
    color: #222;
}

.supportDetailContent .table i {
    color: #555;
    font-style: italic;
}


.supportDetailContent .table th, .supportDetailContent .table td p:last-child {
    display: none;
}

.supportDetailContent .table th, .supportDetailContent .table td p {
    font-size: 14px;
}

.supportDetailContent .table tr:first-child td {
    padding: 4px 16px;
}


pre code {
    display: block;
    background-color: #1e1e1e;
    color: #d4d4d4;
    padding: 1rem;
    border-radius: 8px;
    font-family: 'Fira Code', 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border: 1px solid #333;
    width: 100%;
    white-space: pre-line;
}

    pre code .hljs-tag,
    pre code .hljs-name {
        color: #569cd6;
    }

    pre code .hljs-attr {
        color: #9cdcfe;
    }

    pre code .hljs-string {
        color: #ce9178;
    }

    pre code .hljs-built_in {
        color: #4ec9b0;
    }

    pre code .hljs-function .hljs-title {
        color: #dcdcaa;
    }

    pre code .hljs-keyword {
        color: #c586c0;
    }

.code-block-decoration {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2d2d2d;
    color: #fff;
    font-size: 14px;
    padding: 0.5rem 1rem;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: 1px solid #444;
    margin-top: 8px;
}

    .code-block-decoration button {
        background: none;
        border: none;
        color: #ccc;
        cursor: pointer;
        font-size: 1rem;
    }

        .code-block-decoration button:hover {
            color: #fff;
        }

.defaultPage table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

.defaultPage thead {
    background-color: #f5f7fa;
}

    .defaultPage thead th {
        padding: 12px 15px;
        text-align: left;
        font-weight: 600;
        color: #333;
        border-bottom: 1px solid #ddd;
    }

.defaultPage tbody tr {
    border-bottom: 1px solid #eee;
    transition: background 0.2s;
}

    .defaultPage tbody tr:hover {
        background-color: #f9fafb;
    }

.defaultPage tbody td {
    padding: 12px 15px;
    color: #555;
}



.googleApprovedWrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 16px;
}

.googleApproved.certified img {
    display: flex;
    width: 142px;
}

.googleApproved {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    color: #a1a1a1;
    font-size: 14px;
}

.googleApprovedIcons {
    position: relative;
    display: flex;
}

.googleApprovedText {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    white-space: nowrap;
}

.googleApprovedIcons .tooltipText {
    visibility: hidden;
    width: 240px;
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

    .googleApprovedIcons .tooltipText::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #333 transparent transparent transparent;
    }

.googleApprovedIcons:hover .tooltipText {
    visibility: visible;
    opacity: 1;
}

.googleApprovedFooter {
    position: relative;
    display: flex;
    gap: 8px;
}

    .googleApprovedFooter .googleApproved.certified img {
        width: 104px;
    }

    .googleApprovedFooter .googleApproved {
        background: #fff;
        padding: 4px 8px;
        overflow: hidden;
        border-radius: 4px;
    }

        .googleApprovedFooter .googleApproved.certified {
            padding: 0px;
        }

    .googleApprovedFooter .googleApprovedText {
        font-size: 12px;
    }

        .googleApprovedFooter .googleApprovedText img {
            width: 74px;
        }


section.trafic .googleApprovedWrapper {
    margin-bottom: 16px;
}

section.trafic .googleApproved {
    background: #fff;
    padding: 12px 14px;
    border-radius: 4px;
    font-size: 12px;
}

.supportBoxForm form > ul > li .formError .formErrorContent {
    color: red !important;
    background: transparent !important;
    padding: 0px !important;
    font-size: 14px;
    margin-top: -8px;
}

@media (min-width:768px) {

    section.trafic .googleApproved .googleApprovedText > img {
        width: 80px;
    }
}

/* How It Works Section Styles */
.howItWorksSect2 {
    position: relative;
    padding: 60px 0;
    background: #f8f9fa;
}

.howItWorksStepRow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}

.howItWorksStep {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 250px;
}

.howItWorksStepIcon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.howItWorksStepText {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.howItWorksStepText strong {
    font-size: 18px;
    font-weight: 700;
    color: #1C2841;
    margin-bottom: 5px;
}

.howItWorksStepText p {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

/* Step States */
.step-active {
    background: #EB0F24 !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(235, 15, 36, 0.3);
}

.step-completed {
    background: #28a745 !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

.step-pending {
    background: #e9ecef !important;
    color: #6c757d !important;
    border: 2px solid #dee2e6;
}

/* Responsive for How It Works */
@media (max-width: 768px) {
    .howItWorksStepRow {
        flex-direction: column;
        gap: 30px;
    }
    
    .howItWorksStep {
        max-width: 100%;
    }
    
    .howItWorksStepIcon {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    
    .howItWorksSect2 {
        padding: 40px 0;
    }
}
