.something {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -300px;
    margin-left: -220px;
}

.summ {

    margin-top: -60px;

}

.color-blue {
    color: #6b7ddf;
}

.color-dark {
    color: #282a2d;
}

.color-purple {
    color: #bbaff0;
}

.color-yellow {
    color: #f9b233;
}

.color-red {
    color: #db1f4d;
}

.bg-color-gray {
    background: #f4f5f7;
}

.bg-color-blue {
    background: #6b7ddf;
}

.bg-color-dark {
    background: #282a2d;
}

.bg-color0,
.bg-color-purple {
    background: #aca0e2;
}

.bg-color3,
.bg-color-yellow {
    background: #f9b233;
}

.bg-color-white {
    background: #fff;
}

.bg-color-white span {
    color: #6b7ddf;
    font-size: 16px;
    font-weight: 600;
}

.bold {
    font-weight: 600;
}

.extra-bold {
    font-weight: 900 !important;
}

.bg-color1 {
    background: #00cde2;
}

.bg-color2 {
    background: #151d4a;
}

.font-size-15 {
    font-size: 15px;
}

i {
    font-style: normal;
}

body {
    background: #e6eaf0;
    font-family: Source Sans Pro, Helvetica, Arial, sans-serif;
    font-size: 16px;
    color: #282a2d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.scroll-off {
    overflow: hidden;
}

.layout-960 {
    max-width: 960px;
}

.body-bg-white {
    background: #fff;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    color: #6b7ddf;
}

p {
    margin-bottom: 0;
}

.page-enter-active,
.page-leave-active {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.page-enter,
.page-leave-active {
    opacity: 0;
}

ul {
    list-style: none;
    padding-left: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

.dropdown-menu {
    padding: 4px 0;
    border-color: #eaeaea;
}

.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: #6b7ddf;
    color: #fff;
}

.dropdown-menu .dropdown-item {
    padding: 8px 16px;
}

:focus {
    outline: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.position-relative {
    position: relative;
}

.opacity-0 {
    opacity: 0;
}

.tooltip .tooltip-inner {
    background: #6b7ddf;
}

.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #6b7ddf;
}

.nuxt-link-active {
    font-weight: 600;
    color: #282a2d !important;
}

.page-title {
    font-size: 24px;
    font-weight: 600;
}

.min-width-auto {
    min-width: auto !important;
}

.main-nav {
    padding-top: 12px;
    padding-bottom: 12px;
}

.label-premium {
    display: inline-block;
    padding: 3px 9px;
    border-radius: 2px;
    background: #fa4d77;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 5s ease-out;
    transition: -webkit-transform 5s ease-out;
    transition: transform 5s ease-out;
    transition: transform 5s ease-out, -webkit-transform 5s ease-out;
    -webkit-transform: translate(0);
    transform: translate(0);
    -webkit-transition-duration: 5s;
    transition-duration: 5s;
}

.btn-landing {
    color: #fff;
    font-weight: 600;
    background-color: #6b7ddf;
    border-radius: 3px;
    padding: 12px 20px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-landing:hover {
    background: #566bda;
    color: #fff;
}

.btn-blue {
    background-color: #6b7ddf;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    padding: 5px 33px;
    color: #fff;
    cursor: pointer;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-blue:hover {
    background: #566bda;
    color: #fff;
}

.btn-form {
    background: #6b7ddf;
    font-weight: 600;
    color: #fff;
    width: 100%;
    padding: 13px;
    text-align: center;
    border-radius: 2px;
    border: none;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-form:hover {
    background: #566bda;
    color: #fff;
}

.btn-bordered {
    border: 1px solid #e1e4e8;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 28px;
    border-radius: 2px;
    display: block;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-bordered:hover {
    background: #f2f2f2;
}

.btn-gray {
    border: none;
    font-size: 14px;
    font-weight: 600;
    padding: 7px 28px;
    border-radius: 2px;
    display: block;
    background: #f4f5f7;
    outline: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-gray span {
    font-weight: 400;
}

.btn-gray:hover {
    background: #e5e8ec;
}

.btn-gray.active {
    background: #23282e;
    color: #fff;
}

.btn-gray.disabled {
    opacity: 0.5;
    background: #e5e8ec;
    cursor: default;
    color: inherit;
}

.three-dots {
    position: relative;
    display: inline-block;
}

.three-dots span {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #111;
}

.three-dots span:first-child+span {
    margin: 0 4px;
}

.align-right {
    text-align: right !important;
}

.align-left {
    text-align: left !important;
}

.align-center {
    text-align: center !important;
}

.copy-clipboard {
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
}

.arrow-left {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNiAxMyI+CiAgICA8cGF0aCBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZT0iIzIzMjgyRSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBkPSJNNiAxTDAgNi41IDYgMTIiLz4KPC9zdmc+Cg==);
    width: 6px;
    height: 13px;
}

.arrow-left,
.texture {
    -o-object-fit: contain;
    object-fit: contain;
}

.texture {
    display: block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj4KICAgIDxnIGZpbGw9IiM5Mzk3QTUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTQxLjE3MiAwTDAgNDEuMTcydjUuNjU2TDQ2LjgyOCAwek0zMC44MjggMGgtNS42NTZMMCAyNS4xNzJ2NS42NTZ6TTE0LjgyOCAwSDkuMTcyTDAgOS4xNzJ2NS42NTZ6TTYwIDBoLTIuODI4TDAgNTcuMTcyVjYwaDIuODI4TDYwIDIuODI4ek02MCAxOC44Mjh2LTUuNjU2TDEzLjE3MiA2MGg1LjY1NnpNNDUuMTcyIDYwaDUuNjU2TDYwIDUwLjgyOHYtNS42NTZ6TTYwIDI5LjE3MkwyOS4xNzIgNjBoNS42NTZMNjAgMzQuODI4eiIvPgogICAgPC9nPgo8L3N2Zz4K);
    width: 60px;
    height: 60px;
    margin: 0 auto;
}

.download-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDIxIDE1Ij4KICAgIDxwYXRoIGZpbGw9IiM5Mzk3QTUiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE3LjM4OCA2LjI0NEMxNi43OSAyLjY4NyAxMy43MDggMCAxMC4wNjIgMCA2LjI5NyAwIDMuMTcgMi44MiAyLjY5NyA2LjUyNkE0LjQgNC40IDAgMCAwIDAgMTAuNTg4QzAgMTMuMDIxIDEuOTYzIDE1IDQuMzc1IDE1aDEyLjI1QzE5LjAzNyAxNSAyMSAxMy4wMiAyMSAxMC41ODhjMC0yLjE3LTEuNTYyLTMuOTgtMy42MTItNC4zNDR6TTEwLjUgMTIuMzUzTDYuMTI1IDcuOTRoMy41di0zLjUzaDEuNzV2My41M2gzLjVMMTAuNSAxMi4zNTN6Ii8+Cjwvc3ZnPgo=) no-repeat;
    width: 21px;
    height: 15px;
}

.download-svg,
.empty-svg {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
}

.empty-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNDUiIGhlaWdodD0iNTYiIHZpZXdCb3g9IjAgMCA0NSA1NiI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYiIgZD0iTTQyLjYzMiA1NEgyLjM2OEEyLjM1OCAyLjM1OCAwIDAgMSAwIDUxLjY1MlYyLjM0OEEyLjM1OCAyLjM1OCAwIDAgMSAyLjM2OCAwSDMwLjc5TDQ1IDE0LjA4N3YzNy41NjVBMi4zNTggMi4zNTggMCAwIDEgNDIuNjMyIDU0eiIvPgogICAgICAgIDxmaWx0ZXIgaWQ9ImEiIHdpZHRoPSIxMDQuNCUiIGhlaWdodD0iMTA3LjQlIiB4PSItMi4yJSIgeT0iLTEuOSUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeT0iMiIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiB2YWx1ZXM9IjAgMCAwIDAgMC44NzEyIDAgMCAwIDAgMC44NzQxMzMzMzMgMCAwIDAgMCAwLjg4IDAgMCAwIDEgMCIvPgogICAgICAgIDwvZmlsdGVyPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8dXNlIGZpbGw9IiMwMDAiIGZpbHRlcj0idXJsKCNhKSIgeGxpbms6aHJlZj0iI2IiLz4KICAgICAgICA8dXNlIGZpbGw9IiNGMkYzRjUiIHhsaW5rOmhyZWY9IiNiIi8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat;
    width: 45px;
    height: 56px;
}

.success-check {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCIgdmlld0JveD0iMCAwIDYwIDYwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMiAyKSI+CiAgICAgICAgPGNpcmNsZSBjeD0iMjgiIGN5PSIyOCIgcj0iMjgiIGZpbGw9IiNGRkYiIHN0cm9rZT0iIzM0RDE4MyIgc3Ryb2tlLXdpZHRoPSIzIi8+CiAgICAgICAgPHBhdGggZmlsbD0iIzM0RDE4MyIgZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMjMuODU3IDM4Yy0uNDcxIDAtLjc4Ni0uMTctMS4xLS41MWwtNi4yODYtNi44YTEuNzM4IDEuNzM4IDAgMCAxIDAtMi4zOGMuNjI5LS42OCAxLjU3Mi0uNjggMi4yIDBsNS4xODYgNS42MUwzNS4zMyAyMS41MWMuNjI4LS42OCAxLjU3MS0uNjggMi4yIDAgLjYyOC42OC42MjggMS43IDAgMi4zOGwtMTIuNTcyIDEzLjZjLS4zMTQuMzQtLjYyOC41MS0xLjEuNTF6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat;
    width: 60px;
    height: 60px;
}

.close-svg,
.success-check {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
}

.close-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjODQ5MkE2IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utb3BhY2l0eT0iLjciIG9wYWNpdHk9Ii43MDQiPgogICAgICAgIDxwYXRoIHN0cm9rZS13aWR0aD0iMS4xNTQiIGQ9Ik0xMSAxTDEgMTEiLz4KICAgICAgICA8cGF0aCBkPSJNMTEgMTFMMSAxIi8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat;
    width: 15px;
    height: 15px;
}

.bg-svg {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
}

.bg-svg.london-svg {
    background: url(_nuxt/img/61a9a7a.svg) no-repeat;
    width: 88px;
    height: 101px;
    background-size: 88px;
}

.trash-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxnIGZpbGw9IiM3NDc4ODUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTIgNnY4YzAgMS4xLjkgMiAyIDJoOGMxLjEgMCAyLS45IDItMlY2SDJ6Ii8+CiAgICAgICAgPHBhdGggZmlsbC1ydWxlPSJub256ZXJvIiBkPSJNMTIgM1YxYzAtLjYtLjQtMS0xLTFINWMtLjYgMC0xIC40LTEgMXYySDB2MmgxNlYzaC00em0tMiAwSDZWMmg0djF6Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat;
    background-size: 16px;
}

.spam-svg,
.trash-svg {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.spam-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiM3NDc4ODUiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTExLjMxNiAwSDQuNjg0TDAgNC42ODR2Ni42MzJMNC42ODQgMTZoNi42MzJMMTYgMTEuMzE2VjQuNjg0TDExLjMxNiAwek04IDEyLjcxMWMtLjY0IDAtMS4xNTYtLjUxNS0xLjE1Ni0xLjE1NVM3LjM2IDEwLjQgOCAxMC40Yy42NCAwIDEuMTU2LjUxNiAxLjE1NiAxLjE1NiAwIC42NC0uNTE2IDEuMTU1LTEuMTU2IDEuMTU1em0uODg5LTMuODIySDcuMTFWMy41NTZIOC44OXY1LjMzM3oiLz4KPC9zdmc+Cg==) no-repeat;
    background-size: 16px;
}

.integration-svg {
    background: url(_nuxt/img/0bbf214.svg) no-repeat;
    width: 295px;
    height: 45px;
}

.integration-svg,
.settings-svg {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
}

.settings-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjNkI3RERGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+CiAgICAgICAgPHBhdGggZD0iTTE1LjY1MiA4YTEuMzkgMS4zOSAwIDAgMC0xLjM5MS0xLjM5MWgtLjg3OGE1LjU0MyA1LjU0MyAwIDAgMC0uNTkzLTEuNDMybC42Mi0uNjJhMS4zOTEgMS4zOTEgMCAxIDAtMS45NjctMS45NjhsLS42Mi42MmE1LjU0MyA1LjU0MyAwIDAgMC0xLjQzMi0uNTkydi0uODc4YTEuMzkxIDEuMzkxIDAgMCAwLTIuNzgyIDB2Ljg3OGMtLjUxLjEzMi0uOTkuMzMyLTEuNDMyLjU5M2wtLjYyLS42MmExLjM5MSAxLjM5MSAwIDEgMC0xLjk2OCAxLjk2N2wuNjIuNjJjLS4yNi40NDItLjQ2LjkyMi0uNTkyIDEuNDMyaC0uODc4YTEuMzkxIDEuMzkxIDAgMCAwIDAgMi43ODJoLjg3OGMuMTMyLjUxLjMzMi45OS41OTMgMS40MzJsLS42Mi42MmExLjM5MSAxLjM5MSAwIDEgMCAxLjk2NyAxLjk2OGwuNjItLjYyYy40NDIuMjYuOTIyLjQ2IDEuNDMyLjU5MnYuODc4YTEuMzkxIDEuMzkxIDAgMCAwIDIuNzgyIDB2LS44NzhjLjUxLS4xMzIuOTktLjMzMiAxLjQzMi0uNTkzbC42Mi42MmExLjM5MSAxLjM5MSAwIDEgMCAxLjk2OC0xLjk2N2wtLjYyLS42MmMuMjYtLjQ0Mi40Ni0uOTIyLjU5Mi0xLjQzMmguODc4Yy43NjggMCAxLjM5MS0uNjIyIDEuMzkxLTEuMzkxeiIvPgogICAgICAgIDxjaXJjbGUgY3g9IjgiIGN5PSI4IiByPSIyLjA4NyIvPgogICAgPC9nPgo8L3N2Zz4K) no-repeat;
    width: 18px;
    height: 18px;
}

.notification-svg {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDIwIDE2Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjNkI3RERGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS42Ij4KICAgICAgICA8cmVjdCB3aWR0aD0iMTcuNiIgaGVpZ2h0PSIxNC40IiB4PSIuOCIgeT0iLjgiIHJ4PSIxLjYiLz4KICAgICAgICA8cGF0aCBkPSJNNCA0aDExLjIiLz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat;
    width: 20px;
    height: 17px;
}

.bookmark-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDEzIDE1Ij4KICAgIDxwYXRoIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjNkI3RERGIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS41IiBkPSJNMSAxNGw1LjMxOC0zLjU0NUwxMS42MzYgMTRWMi4xODJjMC0uNjUzLS41MjktMS4xODItMS4xODEtMS4xODJIMi4xODJDMS41MjkgMSAxIDEuNTMgMSAyLjE4MlYxNHoiLz4KPC9zdmc+Cg==) no-repeat;
    width: 13px;
}

.bookmark-svg,
.launch-svg {
    -o-object-fit: contain;
    object-fit: contain;
    display: inline-block;
    height: 15px;
}

.launch-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjQjlCQ0M1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMS4zIj4KICAgICAgICA8cGF0aCBkPSJNMTMuNTk0IDEuNDA2bC02LjUgNi41TTcuOTA2IDEuNDA2aDUuNjg4djUuNjg4TTExLjE1NiA4LjcxOXY0LjA2MmEuODEzLjgxMyAwIDAgMS0uODEyLjgxM0gyLjIxOWEuODEzLjgxMyAwIDAgMS0uODEzLS44MTNWNC42NTZjMC0uNDQ4LjM2NC0uODEyLjgxMy0uODEySDYuMjgiLz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat;
    width: 15px;
}

.setup-svg {
    display: inline-block;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjNkI3RERGIiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMSAxKSI+CiAgICAgICAgPHBhdGggZD0iTTguNTMzIDIuMTMzSDE2TTAgMi4xMzNoMi4xMzNNMTQuNCA4SDE2TTAgOGg4Ii8+CiAgICAgICAgPGNpcmNsZSBjeD0iNC4yNjciIGN5PSIyLjEzMyIgcj0iMi4xMzMiLz4KICAgICAgICA8cGF0aCBkPSJNOC41MzMgMTMuODY3SDE2TTAgMTMuODY3aDIuMTMzIi8+CiAgICAgICAgPGNpcmNsZSBjeD0iNC4yNjciIGN5PSIxMy44NjciIHI9IjIuMTMzIi8+CiAgICAgICAgPGNpcmNsZSBjeD0iMTAuMTMzIiBjeT0iOCIgcj0iMi4xMzMiLz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat;
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.eye,
.setup-svg {
    -o-object-fit: contain;
    object-fit: contain;
}

.eye.eye-on-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDIxIDE1Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjQzFDNEM3IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utd2lkdGg9IjEuNDA4IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxIDEpIj4KICAgICAgICA8cGF0aCBkPSJNMCA2LjVTMy44IDAgOS41IDAgMTkgNi41IDE5IDYuNSAxNS4yIDEzIDkuNSAxMyAwIDYuNSAwIDYuNXoiLz4KICAgICAgICA8ZWxsaXBzZSBjeD0iOS41IiBjeT0iNi41IiByeD0iMi44NSIgcnk9IjIuNzg2Ii8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat;
    width: 21px;
    height: 15px;
}

.eye.eye-off-svg {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOSIgaGVpZ2h0PSIxOSIgdmlld0JveD0iMCAwIDE5IDE5Ij4KICAgIDxnIGZpbGw9IiMyMzI4MkUiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgPHBhdGggZD0iTTE3LjE0NiA2LjczMmwtMS42NzUgMS42OWMuMzI3LjQxMy41OTUuNzkuNzg3IDEuMDc4LS44OTQgMS4zNDItMy4zNTMgNC41MzYtNi41NDMgNC43MzJMNy41OCAxNi4zODdhNy40NTQgNy40NTQgMCAwIDAgMS44MzIuMjM4YzUuNTM3IDAgOS4xMS02LjI3NSA5LjI2LTYuNTQuMi0uMzYyLjIwMi0uODA0IDAtMS4xNjUtLjA1NC0uMS0uNTg3LTEuMDQ2LTEuNTI2LTIuMTg4ek0uMzQ1IDE4LjY1MmExLjE2OCAxLjE2OCAwIDAgMCAxLjY2MyAwbDE2LjQ3LTE2LjYyNWMuNDYtLjQ2NC40Ni0xLjIxNSAwLTEuNjhhMS4xNjcgMS4xNjcgMCAwIDAtMS42NjMgMGwtMy4yMyAzLjI2Yy0xLjIxNC0uNzItMi42MDctMS4yMzItNC4xNzMtMS4yMzItNS41OTQgMC05LjExNyA2LjI4LTkuMjY0IDYuNTQ4LS4xOTkuMzYtLjE5Ny43OTguMDAzIDEuMTU4LjA4Mi4xNDggMS4yMjggMi4xNCAzLjE2OCAzLjg5TC4zNDQgMTYuOTc0YTEuMTk0IDEuMTk0IDAgMCAwIDAgMS42Nzh6TTIuNTY1IDkuNUMzLjQ4IDguMTE3IDYuMDU2IDQuNzUgOS40MTMgNC43NWMuODczIDAgMS42OS4yMzkgMi40NDQuNjAzbC0xLjg0MiAxLjg2YTIuMjQ1IDIuMjQ1IDAgMCAwLS42MDItLjA4OEEyLjM2MyAyLjM2MyAwIDAgMCA3LjA1OSA5LjVjMCAuMjExLjAzNC40MTMuMDg3LjYwOGwtMi4xNTggMi4xNzhhMTQuOTI3IDE0LjkyNyAwIDAgMS0yLjQyMi0yLjc4N3oiLz4KICAgIDwvZz4KPC9zdmc+Cg==) no-repeat;
    width: 19px;
    height: 19px;
}

.file-icon {
    display: inline-block;
    width: 20px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.file-icon.icon-img {
    background: url(_nuxt/img/7232c84.svg);
}

.file-icon.icon-doc {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyMCAyNSI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYiIgZD0iTTE4Ljk0NyAyNEgxLjA1M0ExLjA0OCAxLjA0OCAwIDAgMSAwIDIyLjk1N1YxLjA0M0MwIC40NjcuNDcxIDAgMS4wNTMgMGgxMi42MzFMMjAgNi4yNnYxNi42OTdjMCAuNTc2LS40NzEgMS4wNDMtMS4wNTMgMS4wNDN6Ii8+CiAgICAgICAgPGZpbHRlciBpZD0iYSIgd2lkdGg9IjEwNSUiIGhlaWdodD0iMTA4LjMlIiB4PSItMi41JSIgeT0iLTIuMSUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeT0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiB2YWx1ZXM9IjAgMCAwIDAgMC44NzEyIDAgMCAwIDAgMC44NzQxMzMzMzMgMCAwIDAgMCAwLjg4IDAgMCAwIDEgMCIvPgogICAgICAgIDwvZmlsdGVyPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+CiAgICAgICAgICAgIDx1c2UgZmlsbD0iI0YyRjNGNSIgeGxpbms6aHJlZj0iI2IiLz4KICAgICAgICA8L2c+CiAgICAgICAgPHBhdGggZmlsbD0iIzQzOUJGRiIgZD0iTTQgOWgxMXYySDR6TTQgMTNoMTF2Mkg0ek00IDE3aDd2Mkg0eiIvPgogICAgPC9nPgo8L3N2Zz4K);
}

.file-icon.icon-excel {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyMCAyNSI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYiIgZD0iTTE4Ljk0NyAyNEgxLjA1M0ExLjA0OCAxLjA0OCAwIDAgMSAwIDIyLjk1N1YxLjA0M0MwIC40NjcuNDcxIDAgMS4wNTMgMGgxMi42MzFMMjAgNi4yNnYxNi42OTdjMCAuNTc2LS40NzEgMS4wNDMtMS4wNTMgMS4wNDN6Ii8+CiAgICAgICAgPGZpbHRlciBpZD0iYSIgd2lkdGg9IjEwNSUiIGhlaWdodD0iMTA4LjMlIiB4PSItMi41JSIgeT0iLTIuMSUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeT0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiB2YWx1ZXM9IjAgMCAwIDAgMC44NzEyIDAgMCAwIDAgMC44NzQxMzMzMzMgMCAwIDAgMCAwLjg4IDAgMCAwIDEgMCIvPgogICAgICAgIDwvZmlsdGVyPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+CiAgICAgICAgICAgIDx1c2UgZmlsbD0iI0YyRjNGNSIgeGxpbms6aHJlZj0iI2IiLz4KICAgICAgICA8L2c+CiAgICAgICAgPHBhdGggZmlsbD0iIzBFQkQ2NiIgZD0iTTQgMTFoM3YzSDR6TTggMTFoM3YzSDh6TTQgMTVoM3YzSDR6TTggMTVoM3YzSDh6TTEyIDExaDN2M2gtM3pNMTIgMTVoM3YzaC0zeiIvPgogICAgPC9nPgo8L3N2Zz4K);
}

.file-icon.icon-file {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyMCAyNSI+CiAgICA8ZGVmcz4KICAgICAgICA8cGF0aCBpZD0iYiIgZD0iTTE4Ljk0NyAyNEgxLjA1M0ExLjA0OCAxLjA0OCAwIDAgMSAwIDIyLjk1N1YxLjA0M0MwIC40NjcuNDcxIDAgMS4wNTMgMGgxMi42MzFMMjAgNi4yNnYxNi42OTdjMCAuNTc2LS40NzEgMS4wNDMtMS4wNTMgMS4wNDN6Ii8+CiAgICAgICAgPGZpbHRlciBpZD0iYSIgd2lkdGg9IjEwNSUiIGhlaWdodD0iMTA4LjMlIiB4PSItMi41JSIgeT0iLTIuMSUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+CiAgICAgICAgICAgIDxmZU9mZnNldCBkeT0iMSIgaW49IlNvdXJjZUFscGhhIiByZXN1bHQ9InNoYWRvd09mZnNldE91dGVyMSIvPgogICAgICAgICAgICA8ZmVDb2xvck1hdHJpeCBpbj0ic2hhZG93T2Zmc2V0T3V0ZXIxIiB2YWx1ZXM9IjAgMCAwIDAgMC44NzEyIDAgMCAwIDAgMC44NzQxMzMzMzMgMCAwIDAgMCAwLjg4IDAgMCAwIDEgMCIvPgogICAgICAgIDwvZmlsdGVyPgogICAgPC9kZWZzPgogICAgPGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8Zz4KICAgICAgICAgICAgPHVzZSBmaWxsPSIjMDAwIiBmaWx0ZXI9InVybCgjYSkiIHhsaW5rOmhyZWY9IiNiIi8+CiAgICAgICAgICAgIDx1c2UgZmlsbD0iI0YyRjNGNSIgeGxpbms6aHJlZj0iI2IiLz4KICAgICAgICA8L2c+CiAgICAgICAgPHBhdGggZmlsbD0iIzkzOTdBNSIgZD0iTTQgOWgxMXYySDR6TTQgMTNoMTF2Mkg0ek00IDE3aDd2Mkg0eiIvPgogICAgPC9nPgo8L3N2Zz4K);
}

.file-icon.icon-pdf {
    background: url(_nuxt/img/c7d1986.svg);
}

.file-icon.icon-play {
    background: url(_nuxt/img/271144f.svg);
}

.file-icon.icon-ppt {
    background: url(_nuxt/img/bad264e.svg);
}

.file-icon.icon-zip {
    background: url(_nuxt/img/befe855.svg);
}

.drop-small button {
    padding: 0;
}

.drop-small .dropdown-menu {
    min-width: 111px;
    padding: 0;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}

.drop-small .dropdown-menu .dropdown-item {
    font-size: 15px;
}

.drop-small .dropdown-menu .dropdown-item:active,
.drop-small .dropdown-menu .dropdown-item:focus,
.drop-small .dropdown-menu .dropdown-item:hover {
    background: #fff;
}

.drop-small .dropdown-menu .dropdown-item.color-purple:active,
.drop-small .dropdown-menu .dropdown-item.color-purple:focus,
.drop-small .dropdown-menu .dropdown-item.color-purple:hover {
    background: #fff;
    color: #fa4d77;
}

.header {
    padding-top: 25px;
}

.header .flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.header .flex ul {
    margin: 0;
}

.header .flex ul li {
    display: inline-block;
}

.header .flex ul li:first-child {
    margin-right: 45px;
}

.header .flex ul li a {
    display: block;
    position: relative;
}

.header .flex ul li a.signup-link:after,
.header .flex ul li a:after {
    content: '';
    position: absolute;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    height: 2px;
    background: #c6b7e4;
    bottom: -5px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .flex ul li a.signup-link {
    font-weight: 600;
}

.header .flex ul li a.signup-link,
.header .flex ul li a:hover {
    color: #282a2d;
}

.header .flex ul li a.signup-link:after,
.header .flex ul li a:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.header .flex .navbar-brand {
    width: 250px;
    text-align: center;
    padding: 0;
    margin: 0;
}

footer {
    margin-top: 2px;
    padding: 80px 0;
    background: #171d3f;
}

footer ul li {
    margin-bottom: 25px;
}

footer ul li p {
    color: #fff;
    font-size: 15px;
}

footer ul li p svg {
    margin: 0 3px;
}

footer ul li .nuxt-link-active,
footer ul li a {
    display: block;
    color: #999fbe !important;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer ul li .nuxt-link-active:hover,
footer ul li a:hover {
    color: #fff !important;
}

footer ul li h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

footer ul.social a {
    margin-right: 15px;
    display: inline-block;
}

footer p {
    position: relative;
}

footer p .from-city {
    opacity: 0;
    -webkit-animation: fadeInOut 9s linear 0s infinite;
    animation: fadeInOut 9s linear 0s infinite;
    position: absolute;
    margin-left: 5px;
}

footer p .from-city.start+span {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

footer p .from-city.start+span+span {
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}

.dashboard-footer {
    padding-bottom: 50px;
    text-align: center;
}

.dashboard-footer ul {
    margin-bottom: 0;
}

.dashboard-footer ul li {
    display: inline-block;
    padding: 0 10px;
}

.dashboard-footer ul li a {
    font-size: 13px;
    color: #9397a5;
}

@-webkit-keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }
}

@keyframes fadeInOut {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    25% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }
}

.input-error,
.input-style {
    height: 37px;
    background: #fff;
    width: 100%;
    outline: 0;
    padding-left: 15px;
    box-shadow: none;
    font-size: 15px;
    border-radius: 2px;
}

.input-style {
    border: 1px solid #e0e0e0;
}

.login-with-button {
    display: -webkit-box;
    display: flex;
    background: #fff;
    border: 1px solid #e1e4e8;
    border-radius: 2px;
    -webkit-box-align: center;
    align-items: center;
    padding: 12px 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}

.login-with-button.google i {
    background: url(_nuxt/img/ed28fe3.svg) no-repeat;
    width: 23px;
    height: 24px;
    margin-right: 4rem;
}

.login-with-button span {
    font-weight: 600;
    color: #23282e;
}

.form-input {
    width: 100%;
    border: 1px solid #e1e4e8;
    padding: 15px;
    border-radius: 2px;
    resize: none;
    height: 56px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.form-input:focus,
.form-input:hover {
    border-color: #6b7ddf;
}

.vfl-has-label {
    position: relative;
}

.vfl-has-label .vfl-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 15px;
    overflow: hidden;
    font-weight: 600;
    font-size: 13px;
    color: #aaa;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.vfl-has-label .vfl-label.vfl-label-on-input {
    top: 7px;
    pointer-events: all;
    opacity: 1;
}

.vfl-has-label .vfl-label.vfl-label-on-input+.form-input {
    padding-top: 30px;
}

.modal-content {
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.modal-mini .modal-content {
    width: 400px;
}

.modal-mini .modal-title {
    color: #2b2b2b;
    font-size: 26px;
    padding: 12px;
    text-align: center;
}

.modal-mini.modal-body .close-svg {
    position: absolute;
    right: 0;
    top: 0;
}

.modal-mini .create-form {
    margin-top: 20px;
    margin-bottom: 12px;
}

.modal-mini .create-form .input-style,
.modal-mini .create-form .select-style select {
    border-color: #e0e6ed;
    height: 48px;
    font-size: 16px;
}

.modal-mini .create-form .select-style select {
    font-family: inherit;
    font-weight: 500;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
    border-radius: 2px;
    width: 100%;
    background: #fff;
    border: 1px solid #e0e0e0;
}

.modal-mini .create-form .create-form-checkbox {
    padding: 12px 15px;
    border: 1px solid #e0e6ed;
    border-radius: 2px;
    font-size: 16px;
}

.modal-mini .create-form .create-form-checkbox label {
    font-weight: 500;
    margin-bottom: 0;
}

.modal-mini .create-form .create-form-checkbox input {
    margin-right: 6px;
}

.modal-mini .create-form .ty-free {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background-color: #f2f5f8;
    padding: 12px 15px;
    border-radius: 2px;
    font-size: 16px;
}

.modal-mini .create-form .ty-desc {
    font-size: 13px;
    margin-top: 8px;
    color: #8e8e8e;
}

.modal-mini .create-form .create-form-footer {
    text-align: right;
}

.modal-mini .create-form .create-form-footer button {
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 8px 20px;
    border-radius: 3px;
    background: #6b7ddf;
}

.delete-modal .modal-body {
    padding: 32px;
}

.delete-modal .modal-head {
    padding-bottom: 24px;
}

.delete-modal .modal-head h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.delete-modal .modal-head p {
    color: rgba(35, 40, 46, 0.7);
}

.delete-modal .modal-footer {
    padding: 24px 0 0;
    border-color: #f2f3f5;
}

.delete-modal .modal-footer a {
    font-weight: 600;
}

.delete-modal .modal-footer a:first-child {
    margin-right: 28px;
}

.delete-modal .modal-footer a:last-child {
    color: #b6b1f8;
}

.custom-modal .modal-footer .btn {
    padding: 8px 32px;
}

.custom-dropdown {
    position: absolute;
    width: 100%;
    min-width: 200px;
    padding: 0 20px;
    background: #fff;
    box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    left: -55px;
    margin-top: 10px;
    z-index: 99;
}

.custom-dropdown ul {
    margin-bottom: 0;
    padding: 3px 0;
}

.custom-dropdown ul li {
    padding: 6px 0;
}

.custom-dropdown ul li:hover>label span {
    opacity: 0.8;
}

.custom-dropdown ul li p.title {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #9397a5;
}

.custom-dropdown ul li label {
    cursor: pointer;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:before {
    background: #6b7ddf;
    border-color: #6b7ddf;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label:after {
    top: 4px;
    background-image: url(_nuxt/img/edb0108.svg);
}

.square-checkbox.custom-checkbox .custom-control-label:before {
    border-radius: 1px;
}

.action-box {
    border: 1px solid #e1e4e8;
    padding: 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    overflow: auto;
    border-radius: 3px;
}

.action-box p {
    font-family: Roboto Mono, monospace;
    font-size: 14px;
    margin: 0;
    color: #323232;
    line-height: 1.4;
    white-space: nowrap;
}

.action-box p span {
    background: #a8adf1;
    color: #fff;
    border-radius: 2px;
    padding: 0 2px 2px;
}

.action-box p.gray {
    color: #929292;
}

.table-responsive {
    margin-bottom: 1em;
}

.table-responsive::-webkit-scrollbar-track {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar {
    height: 5px;
    background-color: #f5f5f5;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: #e5e8ec;
}

.table-form {
    border-style: none;
    border-top-width: 0;
}

.table-form tr {
    border-style: none;
    border-bottom-width: 0;
}

.table-form tr.checked {
    background: #fffdeb;
}

.table-form td,
.table-form th {
    border-style: none;
    padding-right: 1em;
    padding-top: 10px;
    padding-bottom: 8px;
    text-align: left;
    vertical-align: top;
}

.table-form td.tool,
.table-form th.tool {
    padding: 0 1em;
}

.table-form thead tr {
    background: #f4f5f7;
}

.table-form thead th {
    font-size: 12px;
    font-weight: 600;
    color: #9397a5;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    border-bottom: none;
}

.table-form thead th:first-child {
    padding-left: 20px;
}

.table-form thead th:last-child {
    padding-right: 50px;
}

.table-form thead th.small {
    width: 80px;
}

.table-form .square-checkbox {
    margin-right: 11px;
}

.table-form tbody:first-of-type tr.index th {
    padding-top: 1em;
}

.table-form tbody th {
    font-weight: 400;
}

.table-form tbody tr {
    border-top: 1px solid #e1e4e8;
    border-bottom: 1px solid #e1e4e8;
}

.table-form tbody tr:hover {
    background: #f4f5f7;
}

.table-form tbody td {
    font-size: 15px;
    color: #23282e;
}

.table-form tbody td:first-child {
    padding-left: 20px;
}

.table-form tbody td.checkbox {
    font-size: 15px;
    color: #9397a5;
    min-width: 80px;
}

@media (max-width: 576px) {
    .table-form {
        border: 0;
        border-bottom-width: 0.0625em;
        border-bottom-style: solid;
        padding-bottom: 0;
        width: 100%;
    }

    .table-form,
    .table-form caption {
        display: block;
    }

    .table-form thead {
        display: none;
        visibility: hidden;
    }

    .table-form tbody,
    .table-form td,
    .table-form th,
    .table-form tr {
        border: 0;
        display: block;
        padding: 0;
        text-align: left;
        white-space: normal;
    }

    .table-form tr {
        margin-bottom: 1.5em;
    }

    .table-form td[data-title]:before,
    .table-form th[data-title]:before {
        content: attr(data-title) ': ';
        font-weight: 700;
    }

    .table-form th:not([data-title]) {
        font-weight: 700;
    }

    .table-form td:empty {
        display: none;
    }

    .table-form td {
        padding-left: 20px !important;
    }
}

.pagination {
    margin-left: 0 !important;
}

.pagination li.active a {
    background: #6b7ddf !important;
    border-color: #6b7ddf !important;
    color: #fff !important;
}

.pagination li a {
    border-radius: 0 !important;
    color: #6b7ddf !important;
}

.gf-alert {
    z-index: 99999;
    width: 275px;
    padding: 15px 24px 14px;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #e1e4e8;
    opacity: 0;
    background: #fff;
    position: fixed;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.gf-alert span {
    font-size: 15px;
}

.gf-alert.active {
    opacity: 1;
    top: 10px;
}

.custom-alert {
    border: none;
    font-size: 15px;
}

.custom-alert.alert-success {
    background: #e1f8ed;
    padding: 14px 24px;
    color: #23282e;
}

.general-alert {
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    color: #23282e;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.general-alert.verify {
    background-color: #ffeaba;
}

.general-alert svg {
    margin-right: 12px;
}

.general-alert.discount {
    background: #151d4a;
    color: #fff;
}

.general-alert.discount a {
    color: #b8a4ff !important;
}

.general-alert.ph {
    background: #da552f;
    color: #fff;
}

.general-alert.ph a {
    color: #fff;
}

.general-alert.vue {
    padding: 20px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#f2f3f7),
            to(#e9ecf3));
    background-image: linear-gradient(180deg, #f2f3f7, #e9ecf3);
}

.general-alert.vue a {
    font-weight: 600;
}

.general-alert.ph-upvote {
    padding: 20px;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#f2f3f7),
            to(#e9ecf3));
    background-image: linear-gradient(180deg, #f2f3f7, #e9ecf3);
}

.general-alert.ph-upvote a {
    color: #6b7ddf;
}

.general-alert.ph,
.general-alert.ph-upvote {
    padding: 0;
}

.general-alert.ph-upvote img,
.general-alert.ph img {
    width: 80px;
}

.general-alert.ph-upvote a,
.general-alert.ph a {
    font-weight: 600;
}

.fade-out {
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    opacity: 0;
}

.fade-in {
    opacity: 1;
}

.bordered-box {
    padding: 13px 16px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #e1e4e8;
    width: 100%;
    max-width: 355px;
    border-radius: 3px;
}

.bordered-box .box-title {
    font-size: 14px;
    font-weight: 600;
    color: #9397a5;
    margin-bottom: 13px;
}

.bordered-box .box-value {
    font-family: Roboto Mono;
    line-height: normal;
    color: #323232;
    font-size: 14px;
}

.bordered-box.mw-100 {
    max-width: 100%;
}

.bordered-box.zapier-box {
    margin-bottom: 25px;
    position: relative;
}

.bordered-box.zapier-box .box-title {
    margin-bottom: 5px;
}

.copied {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 14px;
    color: #9397a5;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-animation: fade-out 0.3s ease both;
    animation: fade-out 0.3s ease both;
}

.copied.active {
    -webkit-animation: fade-in 0.3s ease both;
    animation: fade-in 0.3s ease both;
}

.btn-purple {
    color: #fff;
    background-color: #6b7ddf;
    border: 0;
    width: 100%;
    padding: 14px 0;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
    border-radius: 2px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.btn-purple:hover {
    background: #566bda;
    color: #fff;
}

.subtitle h1 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 38px;
}

.content-title {
    color: #23282e;
    font-weight: 900;
    font-size: 40px;
}

.content-sub {
    font-size: 20px;
    font-weight: 700;
    margin-top: 38px;
}

.span-border {
    display: inline-block;
    border-radius: 1px;
    border: solid #e2e5e7;
    border-width: 1px 1px 2px;
    padding: 0 5px;
    border-radius: 2px;
}

@-webkit-keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-webkit-keyframes ballon {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@keyframes ballon {

    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

.spinner-td {
    position: relative;
    overflow: hidden;
}

.spinner-td:before {
    left: 0;
    content: '';
    position: absolute;
    width: 75%;
    height: 15px;
    border-radius: 1px;
    background-color: #e1e4e8;
}

.spinner-td.animate:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: -webkit-gradient(linear,
            left top,
            right top,
            from(transparent),
            color-stop(#fff),
            to(transparent));
    background: linear-gradient(90deg,
            transparent,
            #fff,
            transparent);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-animation: loading 2s infinite;
    animation: loading 2s infinite;
}

@-webkit-keyframes loading {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes loading {
    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.mobile-menu-list {
    background: #f4f5f7;
    top: 0;
    left: 50%;
    z-index: 10;
}

.boxLoading,
.mobile-menu-list {
    position: absolute;
    right: 0;
    bottom: 0;
}

.boxLoading {
    width: 50px;
    height: 50px;
    margin: auto;
    left: 0;
    top: -100px;
}

.boxLoading span:before {
    content: '';
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    -webkit-animation: shadow 0.5s linear infinite;
    animation: shadow 0.5s linear infinite;
}

.boxLoading span:after {
    content: '';
    width: 50px;
    height: 50px;
    background: #6b7ddf;
    -webkit-animation: animate 0.5s linear infinite;
    animation: animate 0.5s linear infinite;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
}

.boxLoading.boxLoading-full {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
}

.boxLoading.boxLoading-full span {
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

@-webkit-keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scaleY(0.9) rotate(45deg);
        transform: translateY(18px) scaleY(0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    to {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        -webkit-transform: translateY(9px) rotate(22.5deg);
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        -webkit-transform: translateY(18px) scaleY(0.9) rotate(45deg);
        transform: translateY(18px) scaleY(0.9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        -webkit-transform: translateY(9px) rotate(67.5deg);
        transform: translateY(9px) rotate(67.5deg);
    }

    to {
        -webkit-transform: translateY(0) rotate(90deg);
        transform: translateY(0) rotate(90deg);
    }
}

@-webkit-keyframes shadow {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scaleX(1.2);
        transform: scaleX(1.2);
    }
}

@keyframes shadow {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scaleX(1.2);
        transform: scaleX(1.2);
    }
}

#pricingLoading p {
    padding: 150px 0 60px;
    text-align: center;
}

#cancelModal p {
    padding: 30px 0;
    text-align: center;
}

#cancelModal .btn-blue {
    padding: 7px 33px;
}

.ui.fluid.dropdown {
    border-radius: 2px !important;
    padding: 18px 15px !important;
    border-color: #e1e4e8 !important;
}

.ui.fluid.dropdown .icon {
    top: 18px !important;
}

.ui.fluid.dropdown>input.search {
    padding: 18px !important;
}

#editModal .modal-content {
    overflow: visible;
}

.custom-multiselect .multiselect__tags {
    border-radius: 2px;
    padding: 14px 40px 8px 8px;
}

.custom-multiselect .multiselect__select {
    top: 7px;
}

.custom-multiselect .multiselect__option--highlight,
.custom-multiselect .multiselect__option--highlight:after {
    background-color: #6b7ddf;
}

.custom-multiselect.custom-multiselect__tag .multiselect__input {
    width: 100% !important;
    position: relative !important;
    padding: 0 5px !important;
}

.custom-multiselect.custom-multiselect__tag .multiselect__placeholder {
    display: none !important;
}

.custom-multiselect.custom-multiselect__tag .multiselect__tag {
    background: #fff;
    color: #23282e;
    border: 1px solid #eaeaea;
    border-radius: 0;
    padding: 6px 25px 7px 9px;
}

.custom-multiselect.custom-multiselect__tag .multiselect__tag-icon {
    line-height: 26px;
}

.custom-multiselect.custom-multiselect__tag .multiselect__tag-icon:after {
    color: #23282e;
    font-size: 18px;
}

.custom-multiselect.custom-multiselect__tag .multiselect__tag-icon:hover {
    background: transparent;
}

.custom-multiselect.custom-multiselect__tag .multiselect__element,
.custom-multiselect.custom-multiselect__tag .multiselect__select {
    display: none !important;
}

.custom-badge {
    border-radius: 2px;
    border: 1px solid #e6eaf0;
    background-color: #f1f3f4;
    padding: 0 2px 2px;
    display: inline-block;
    line-height: 1;
}

.custom-pre pre {
    padding-left: 16px !important;
    padding-right: 16px !important;
    font-size: 12px;
    background-color: #011627 !important;
    box-shadow: none !important;
    padding-top: 2.5em !important;
    width: 100%;
}

.custom-pre pre .token.attr-name,
.custom-pre pre .token.builtin,
.custom-pre pre .token.char,
.custom-pre pre .token.inserted,
.custom-pre pre .token.selector,
.custom-pre pre .token.string {
    color: #e0bb88;
}

.custom-pre__file pre {
    background-image: none !important;
    padding-top: 1rem !important;
}

.main-nav {
    background: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
}

.main-nav .navbar-nav li {
    margin-left: 25px;
}

.main-nav .navbar-nav li a {
    color: #777;
}

.main-nav .navbar-nav .dropdown-toggle:after {
    color: #6b7ddf;
}

.main-nav .navbar-purple {
    color: #fa4d77 !important;
}

.main-nav .navbar-brand {
    padding-top: 0.2125rem;
    padding-bottom: 0.2125rem;
}

.form-container,
.form-detail {
    padding-bottom: 50px;
    min-height: 72vh;
}

.form-box {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-bottom: 24px;
    color: #282a2d;
    position: relative;
    box-shadow: 0 2px 2px 0 rgba(212, 219, 226, 0.51);
}

.form-box.create {
    border-radius: 5px;
    box-shadow: none;
    background: transparent;
    border-style: dashed;
    padding: 69px 0;
    border-color: rgba(147, 151, 165, 0.5);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

.form-box.create i {
    background: url(_nuxt/img/292a8cd.png) no-repeat;
    width: 62px;
    height: 62px;
    background-size: 62px;
}

.form-box.create:hover {
    border-color: #6b7ddf;
}

.form-box.idea {
    border-radius: 5px;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.15);
    background: #221e4d;
    padding: 44px 16px 16px;
}

.form-box.idea p {
    font-size: 11px;
    font-weight: 600;
    color: hsla(0, 0%, 100%, 0.65);
}

.form-box.idea h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    color: #fff;
}

.form-box.idea span {
    color: #ffd87a;
    font-size: 13px;
    font-weight: 600;
}

.form-box.new {
    border: 0;
}

.form-box.new .box-top {
    background: #6b7ddf;
}

.form-box.new:after {
    content: '';
    box-shadow: 0 3px 50px 0 rgba(0, 0, 0, 0.1),
        0 7px 50px 0 rgba(0, 0, 0, 0.2);
    height: 50%;
    bottom: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    right: 0;
    background: transparent;
    border-radius: 0 0 8px 8px;
}

.form-box.new .new-icon {
    display: block;
}

.form-box.new .regular-icon {
    display: none;
}

.form-box.freeze-form {
    opacity: 0.3;
}

.form-box:hover:not(.create):not(.idea) {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    box-shadow: 0 13px 19px 0 rgba(191, 198, 204, 0.44);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.form-box:hover:not(.create):not(.idea) .box-egg {
    fill: #6b7ddf;
    -webkit-transition: fill 0.3s ease;
    transition: fill 0.3s ease;
}

.form-box:hover:not(.create):not(.idea) .form-box-see-hover {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.form-box .box-top {
    padding-top: 46px;
    padding-bottom: 40px;
    border-bottom: 1px solid #f1f3f6;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.form-box .box-top .is-frozen {
    position: absolute;
    color: #b5b6eb;
    font-size: 11px;
    font-weight: 600;
    bottom: 10px;
    border: 1px solid #fa4d77;
    border-radius: 3px;
    padding: 0 10px;
}

.form-box .box-bottom {
    padding: 16px;
}

.form-box-count,
.form-box-title {
    font-weight: 600;
}

.form-box-title {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.form-box-count span {
    font-weight: 500;
    color: #8e8e8e;
}

.form-box-see-hover {
    position: absolute;
    color: #6b7ddf;
    bottom: 16px;
    background: #fff;
    width: 85%;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.create-form .form-group {
    position: relative;
}

.create-form .form-group .form-input::-webkit-input-placeholder {
    color: #9397a5;
}

.create-form .form-group .form-input::-moz-placeholder {
    color: #9397a5;
}

.create-form .form-group .form-input:-ms-input-placeholder {
    color: #9397a5;
}

.create-form .form-group .form-input::-ms-input-placeholder {
    color: #9397a5;
}

.create-form .form-group .form-input::placeholder {
    color: #9397a5;
}

.create-form .pre {
    color: #fff;
    background-color: #c6b1f7;
    padding: 2px 10px;
    border-radius: 2px;
    position: absolute;
    letter-spacing: 0.4px;
    right: 16px;
    bottom: 17px;
    font-weight: 600;
    font-size: 11px;
}

.create-form .input-style {
    height: 48px;
    width: 360px;
}

.create-form svg {
    position: absolute;
    top: 22px;
    z-index: 2;
    left: 15px;
}

.create-form .f-red {
    padding-left: 35px;
}

.create-form-steps {
    max-width: 450px;
    margin: 100px auto;
}

.create-form-steps.create-form-steps-2 {
    max-width: 708px;
}

.create-form-steps .language-javascript {
    width: 100%;
}

.create-form-steps .integration-list:after {
    display: none;
}

.create-form-steps .bordered-box p {
    margin: 0;
}

.create-form-steps .btn-inf p {
    background-color: rgba(255, 216, 122, 0.52);
    padding: 12px 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    border-radius: 2px;
}

.create-form-steps .btn-inf svg {
    margin-right: 10px;
}

.create-form-steps .span-num {
    color: #d7d9de;
    margin-right: 3px;
}

.create-form-steps .f-title {
    color: #282a2d;
    font-size: 35px;
    font-weight: 700;
}

.create-form-steps .f-top-inf {
    margin-bottom: 24px;
    font-size: 16px;
}

.create-form-steps .title-setup {
    margin-bottom: 37px;
}

.create-form-steps .title-setup h1 {
    font-size: 32px;
    color: #282a2d;
    margin: 0;
    font-weight: 700;
}

.create-form-steps .action-box p,
.create-form-steps .title-setup p {
    margin: 0;
}

.create-form-steps .f-bot-inf {
    color: #9397a5;
    font-size: 14px;
}

.create-form-steps .bordered-box {
    margin: 15px 0;
}

.docs .docs-header {
    border-bottom: 1px solid #f4f5f7;
    margin: 0 auto;
    padding: 27px 30px 26px;
}

.docs .docs-header a {
    color: #6b7ddf;
    margin: auto 10px;
}

.docs .docs-sidebar {
    max-width: 170px;
    margin: 30px auto;
}

.docs .docs-sidebar .docs-menu h3 {
    font-size: 13px;
    color: #9397a5;
    font-weight: 600;
}

.docs .docs-sidebar .docs-menu a {
    margin-bottom: 16px;
    line-height: 20px;
}

.docs .docs-content {
    margin: 20px 50px 80px;
}

.docs .docs-content p {
    margin-bottom: 10px;
}

.docs .docs-content ul {
    list-style: inherit;
    margin-top: 25px;
    margin-bottom: 33px;
}

.docs .docs-content ul li {
    margin-left: 24px;
}

.docs .docs-content img {
    margin-bottom: 40px;
}

.docs .docs-content a {
    color: #6b7ddf;
}

.docs .action-box,
.docs .bordered-box {
    margin-top: 16px;
    margin-bottom: 24px;
}

.docs .action-box p,
.docs .bordered-box p {
    margin-bottom: 0;
}

.docs .action-box span,
.docs .bordered-box span {
    border: 0;
    background: #fff;
    color: #fa4d77;
    padding: 0;
}

.left-panel {
    max-width: 170px;
    margin: 30px auto;
}

.left-panel h3 {
    font-size: 13px;
    color: #9397a5;
    font-weight: 600;
}

.left-panel ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    line-height: 30px;
    margin-bottom: 33px;
}

.left-panel ul a {
    font-size: 16px;
}

.left-panel img {
    margin-bottom: 62px;
}

.left-panel a {
    font-weight: 400;
}

.left-panel p {
    color: #6b7ddf;
}

.static {
    padding: 7.1em 0 12em;
}

.static .title {
    font-weight: 900;
}

.static p {
    margin-bottom: 1em;
    line-height: 1.5;
}

.static h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 1em 0 0.5em;
}

.static a {
    color: #6b7ddf;
}

.form-general {
    padding: 20px 24px;
    width: 100%;
    max-width: 390px;
    border-radius: 2px;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border: 1px solid #f5f5f5;
}

.form-general .head {
    margin-bottom: 22px;
}

.form-general .head h1 {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
}

.form-general .head p {
    color: #5d6879;
}

.form-general .or {
    color: #adb2ba;
    font-size: 15px;
    text-align: center;
}

.form-general .form-group:last-child {
    margin-bottom: 0;
}

.form-general .custom-checkbox .custom-control-label {
    font-size: 14px;
    padding-top: 2px;
}

.form-general .custom-checkbox .custom-control-label a {
    color: #6b7ddf;
}

.form-general .custom-checkbox .custom-control-label:before {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 1px;
}

.form-general .custom-checkbox.custom-control-inline {
    margin-right: 0;
}

.input-pass {
    position: relative;
}

.input-pass .eye {
    position: absolute;
    right: 16px;
    top: 20px;
}

.input-pass .eye.eye-on-svg {
    top: 22px;
}

.form-logo {
    width: 100%;
    max-width: 390px;
    display: block;
    padding-bottom: 25px;
    padding-left: 25px;
}

.forgot-password-link {
    text-align: right;
    color: #6b7ddf;
    font-size: 14px;
    font-weight: 600;
}

.already {
    text-align: center;
}

.already a {
    color: #6b7ddf;
}

.freeze-form-detail .nav-tabs .nav-link.disabled {
    color: #fff;
}

.freeze-alert {
    padding: 0 25px;
    text-align: center;
}

.freeze-alert .alert-warning {
    background: #ffeaba;
    color: #23282e;
    font-size: 15px;
}

.form-detail .head {
    padding: 24px 30px 136px;
    width: 100%;
    height: 209px;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#615cae),
            to(#506fbd));
    background-image: linear-gradient(90deg, #615cae, #506fbd);
}

.form-detail .head>div {
    padding-bottom: 24px;
    margin-bottom: 16px;
    position: relative;
}

.form-detail .head>div:after {
    content: '';
    height: 1px;
    width: calc(100% - 30px);
    background: hsla(0, 0%, 100%, 0.1);
    position: absolute;
    bottom: 0;
    left: 15px;
}

.form-detail .head h1 {
    font-size: 27px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0;
}

.form-detail .head .form-author ul {
    margin-bottom: 0;
}

.form-detail .head .form-author li {
    margin-right: -4px;
}

.form-detail .head .form-author li:first-child {
    position: relative;
}

.form-detail .head .form-author li:first-child.position-relative {
    z-index: 2;
}

.form-detail .head .form-author li:first-child.position-relative+li {
    position: relative;
    z-index: 1;
}

.form-detail .head .form-author a {
    text-transform: uppercase;
    padding: 2px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
}

.form-detail .head .form-author a,
.form-detail .head .form-author a img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.form-detail .head .form-author a.add-btn {
    border: 1px dashed hsla(0, 0%, 100%, 0.51);
    margin-left: 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.form-detail .head .form-author a.add-btn:hover {
    border-color: #fff;
}

.form-detail .tab-body {
    padding-bottom: 24px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.form-detail .tab-body .tab-head {
    padding: 20px 24px 17px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.form-detail .tab-body .tab-head .btn-bordered {
    margin: 0 10px 0 20px;
}

.form-detail .tab-body .tab-head a.color-blue {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
}

.form-detail .tab-body .tab-head a.color-blue svg {
    margin-right: 8px;
    fill: #6b7ddf;
}

.form-detail .tab-body .tab-head .tab-filter {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.form-detail .tab-body .tab-head .tab-filter .search-box {
    position: relative;
}

.form-detail .tab-body .tab-head .tab-filter .search-box svg {
    width: 12px;
    position: absolute;
    top: 10px;
    left: 10px;
    fill: #9397a5;
}

.form-detail .tab-body .tab-head .tab-filter .btn-gray {
    border: 1px solid #f4f5f7;
}

.form-detail .tab-body .tab-head .tab-filter .btn-box a {
    display: inline-block;
}

.form-detail .tab-body .tab-head .tab-filter .btn-box a:last-child {
    margin: 0 15px 0 8px;
}

.form-detail .tab-body .tab-head .tab-filter input[type='text'] {
    width: 168px;
    height: 32px;
    border-radius: 4px;
    background-color: #f4f5f7;
    border: none;
    font-size: 14px;
    padding-left: 30px;
}

.form-detail .tab-body .tab-head .show-hide-list {
    position: relative;
}

.form-detail .tab-body .tab-head .show-hide-list>a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 4.5px 14px;
    margin: 0 -7px;
    border: 1px solid transparent;
    position: relative;
    border-radius: 3px;
}

.form-detail .tab-body .tab-head .show-hide-list>a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: transparent;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.form-detail .tab-body .tab-head .show-hide-list>a>div {
    position: relative;
}

.form-detail .tab-body .tab-head .show-hide-list>a:hover.active,
.form-detail .tab-body .tab-head .show-hide-list>a:hover:before {
    background: #f4f5f7;
}

.form-detail .tab-body .tab-head .show-hide-list>a.active {
    border-color: #e1e4e8;
}

.form-detail .tab-body .tab-head .show-hide-list>a.active:before {
    background: #f4f5f7;
}

.form-detail .tab-body .tab-head .show-hide-list>a p {
    font-size: 14px;
    font-weight: 600;
    color: #747885;
}

.form-detail .tab-body .tab-head .show-hide-list .custom-dropdown {
    left: -8px;
}

.form-detail .tab-body .tab-head .show-hide-list .custom-dropdown label {
    font-size: 16px;
    margin-bottom: 0;
}

.form-detail .tab-body .tab-head .show-hide-list .custom-dropdown label span {
    max-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.form-detail .tab-body .tab-head .show-hide-list .custom-dropdown .custom-control {
    left: 10px;
}

.form-detail .tab-body .tab-head .show-hide-list .custom-dropdown .custom-control .custom-control-label:after,
.form-detail .tab-body .tab-head .show-hide-list .custom-dropdown .custom-control .custom-control-label:before {
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.form-detail .tab-body .tab-head .show-hide-list .custom-dropdown .custom-control .custom-control-input:checked~.custom-control-label:before {
    background: #6b7ddf;
    border-color: #6b7ddf;
}

.form-detail .tab-body .tab-head .mark-spam {
    border-left: 1px solid #e1e4e8;
}

.form-detail .tab-body .tab-head .mark-spam a .hoverlay {
    position: relative;
}

.form-detail .tab-body .tab-head .mark-spam a .hoverlay:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    top: -8px;
    left: -8px;
    background: #f4f5f7;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
}

.form-detail .tab-body .tab-head .mark-spam a i {
    position: relative;
}

.form-detail .tab-body .tab-head .mark-spam a:hover .hoverlay:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-detail .tab-body .tab-head select {
    width: 121px;
    height: 32px;
    border-radius: 3px;
    border: 1px solid #e1e4e8;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    font-size: 14px;
    padding: 7px 10px;
    background: #fff;
}

.form-detail .tab-body .form-setup h5 {
    font-size: 15px;
    font-weight: 600;
    color: #9397a5;
    margin-bottom: 11px;
}

.form-detail .tab-body .file-icon {
    width: 20px;
    margin-right: 11px;
    vertical-align: middle;
}

.form-detail .step2 h2 {
    font-size: 35px;
}

.form-detail .form-detail-tabs {
    margin-top: -77px;
    position: relative;
}

.form-detail .form-detail-tabs ul.nav-tabs {
    border: none;
    margin-left: -15px;
    position: absolute;
    top: -47px;
}

.form-detail .form-detail-tabs ul.nav-tabs li {
    display: inline-block;
}

.form-detail .form-detail-tabs ul.nav-tabs li a {
    color: hsla(0, 0%, 100%, 0.5);
    font-size: 16px;
    font-weight: 600;
    border: none;
    letter-spacing: 0.4px;
}

.form-detail .form-detail-tabs ul.nav-tabs li a.active {
    color: #fff;
    background: transparent;
}

.form-detail .form-integration .title {
    border-radius: 5px 5px 0 0;
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#f2f3f7),
            to(#e9ecf3));
    background-image: linear-gradient(180deg, #f2f3f7, #e9ecf3);
    text-align: center;
    padding: 18px 0;
}

.form-detail .form-integration .body {
    text-align: center;
    width: 100%;
    max-width: 525px;
    margin: 0 auto;
}

.form-detail .form-integration .body h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 32px 0;
}

.form-detail .form-integration .body ul li a {
    display: block;
    padding: 7px 23px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #e1e4e8;
}

.form-detail .form-integration .body ul li a.active {
    border-color: #6b7ddf;
    color: #6b7ddf;
    background: #f5f6fd;
}

.form-detail .form-integration .item {
    width: 100%;
    max-width: 370px;
    margin: 24px auto 0;
    text-align: left;
}

.form-detail .form-integration .item input {
    width: 100%;
}

.form-detail .form-integration .item .bordered-box {
    max-width: 370px;
}

.form-detail .form-integration .item h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 14px;
}

.form-detail .form-integration .item p {
    line-height: 1.5;
}

.form-detail .form-integration .item a.btn-blue,
.form-detail .form-integration .item a.btn-gray {
    width: 100%;
    display: block;
    text-align: center;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
}

.form-detail .form-integration .item .color-blue,
.form-detail .form-integration .item a.btn-blue+.color-blue,
.form-detail .form-integration .item a.btn-gray+.color-blue {
    display: block;
    text-align: center;
    padding: 24px 0;
}

.form-detail .form-integration .tab2 .bordered {
    max-width: 370px;
    margin: 0 auto;
    position: relative;
}

.form-detail .form-integration .tab2 .label-premium {
    position: absolute;
    right: 15px;
    top: 10px;
}

.form-settings {
    padding: 24px 40px;
}

.form-settings h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 32px;
}

.form-settings h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.form-settings h5 .label-premium {
    margin-left: 8px;
}

.form-settings h5+p {
    line-height: 1.4;
    color: rgba(35, 40, 46, 0.7);
    margin-bottom: 11px;
}

.form-settings .foot,
.form-settings h5+p {
    width: 100%;
    max-width: 400px;
    font-size: 15px;
}

.form-settings .foot {
    font-weight: 600;
    color: #f62d47;
    padding-top: 16px;
}

.form-settings .foot .btn-blue {
    padding: 11px 24px;
}

.invite-modal .title {
    text-align: center;
    margin-bottom: 24px;
}

.invite-modal .title h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
}

.invite-modal .title p {
    color: rgba(35, 40, 46, 0.7);
}

.invite-modal a.btn-blue {
    padding: 5px 10px;
}

.invite-modal form {
    margin-bottom: 31px;
}

.invite-modal form .form-group {
    border: 1px solid #f2f3f5;
    padding: 8px 16px;
    border-radius: 2px;
    overflow: hidden;
    height: 49px;
}

.invite-modal form .form-group .flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.invite-modal form .form-group .flex.group1 {
    opacity: 1;
}

.invite-modal form .form-group .flex.group1.hide {
    opacity: 0;
    top: 45px;
}

.invite-modal form .form-group .flex.group1 i {
    background: url(_nuxt/img/efe108e.svg);
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}

.invite-modal form .form-group .flex.group2 {
    top: -75px;
    opacity: 0;
}

.invite-modal form .form-group .flex.group2.hide {
    opacity: 1;
    top: -28px;
}

.invite-modal form .form-group .flex.group2 i {
    background: url(_nuxt/img/e43916f.svg);
    width: 22px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}

.invite-modal form .form-group .flex.group2 a {
    color: #6b7ddf;
}

.invite-modal form .form-group input {
    -webkit-box-flex: 1;
    flex-grow: 1;
    border: none;
    padding: 0 16px;
}

.invite-modal .foot h5 {
    font-size: 14px;
    font-weight: 600;
    color: #9397a5;
    margin-bottom: 0;
}

.invite-modal .foot .invite-list li {
    padding: 14px 0;
    border-bottom: 1px solid #f2f3f5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.invite-modal .foot .invite-list li .info {
    padding: 0 10px;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.invite-modal .foot .invite-list li .info p:first-child {
    color: #23282e;
}

.invite-modal .foot .invite-list li .info p:last-child {
    font-size: 14px;
    color: #9397a5;
}

.invite-modal .foot .invite-list li .info p a {
    color: #6b7ddf;
}

.invite-modal .foot .invite-list li .img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #9397a5;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.invite-modal .foot .invite-list li .img img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.invite-modal .foot .invite-list li .img.time {
    background: #f9b233;
}

.invite-modal .foot .invite-list li .img.time span.clock {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxwYXRoIGZpbGw9IiMyQTJEMzMiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTkgMEM0LjAzOCAwIDAgNC4wMzggMCA5czQuMDM4IDkgOSA5IDktNC4wMzggOS05LTQuMDM4LTktOS05em00LjUgOS41NjNIOC40MzdWMy45MzZoMS4xMjZ2NC41SDEzLjV2MS4xMjZ6Ii8+Cjwvc3ZnPgo=) no-repeat;
    width: 18px;
    height: 18px;
}

.invite-modal .foot .invite-list li .img.time span.clock+span {
    display: none;
}

.invite-modal .foot .invite-list li:last-child {
    border-bottom: none;
}

.invite-modal .foot .invite-list li.fly-animate-up {
    -webkit-animation: fly-up 0.3s ease !important;
    animation: fly-up 0.3s ease !important;
}

.invite-modal .foot .invite-list li.fly-animate-down {
    -webkit-animation: fly-down 0.3s ease;
    animation: fly-down 0.3s ease;
}

.invite-modal .foot .invite-list .delete {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDEyIDEyIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlPSIjODQ5MkE2IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2Utb3BhY2l0eT0iLjciIG9wYWNpdHk9Ii43MDQiPgogICAgICAgIDxwYXRoIHN0cm9rZS13aWR0aD0iMS4xNTQiIGQ9Ik0xMSAxTDEgMTEiLz4KICAgICAgICA8cGF0aCBkPSJNMTEgMTFMMSAxIi8+CiAgICA8L2c+Cjwvc3ZnPgo=) no-repeat;
    width: 12px;
    height: 12px;
    -o-object-fit: contain;
    object-fit: contain;
}

.invite-modal .foot .invite-list.invite-animate-none .fly-animate-down {
    -webkit-animation: none !important;
    animation: none !important;
}

.invite-modal .foot .invite-list.empty-invite-list .img {
    background: #e1e4e8;
}

.invite-modal .foot .invite-list.empty-invite-list .info p {
    background: #e1e4e8;
    height: 11px;
    border-radius: 1px;
}

.invite-modal .foot .invite-list.empty-invite-list .info p:first-child {
    width: 95px;
    margin-bottom: 10px;
}

.invite-modal .foot .invite-list.empty-invite-list .info p:last-child {
    margin-bottom: 0;
    width: 152px;
}

.invite-modal .modal-content {
    overflow: hidden;
}

@-webkit-keyframes fly-up {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateX(-450px);
        transform: translateX(-450px);
        opacity: 0;
        margin-top: -74px;
    }
}

@keyframes fly-up {
    0% {
        opacity: 1;
    }

    to {
        -webkit-transform: translateX(-450px);
        transform: translateX(-450px);
        opacity: 0;
        margin-top: -74px;
    }
}

@-webkit-keyframes fly-down {
    0% {
        -webkit-transform: translateX(-450px);
        transform: translateX(-450px);
        opacity: 0;
        margin-top: -74px;
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        margin-top: 0;
    }
}

@keyframes fly-down {
    0% {
        -webkit-transform: translateX(-450px);
        transform: translateX(-450px);
        opacity: 0;
        margin-top: -74px;
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        margin-top: 0;
    }
}

.file-detail .title {
    background: #fff;
    padding: 24px 0;
}

.file-detail .title>.container {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.file-detail .title .left,
.file-detail .title .right,
.file-detail .title>.container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.file-detail .title .arrow-left {
    margin-right: 23px;
}

.file-detail .title .flex {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.file-detail .title .flex i {
    margin-right: 11px;
}

.file-detail .title .right p {
    font-size: 15px;
    color: #9397a5;
    margin-right: 25px;
}

.file-detail .title .right .btn-bordered {
    color: #6b7ddf;
}

.file-detail .file-body .img {
    padding: 65px 70px;
}

.file-detail .file-body .img .no-preview {
    border: 1px dashed #d7d9de;
    padding: 64px;
    text-align: center;
}

.file-detail .file-body .img .no-preview p {
    color: #9397a5;
    margin: 17px 0 24px;
}

.file-detail .file-body .img .no-preview a {
    color: #6b7ddf;
    display: inline-block;
}

.file-detail .file-body .img img {
    width: 100%;
}

.file-detail .file-body .img iframe {
    height: 83vh;
    width: 103%;
}

.file-detail .file-body .right {
    margin-top: 1px;
    background: #fff;
    padding: 24px;
}

.file-detail .file-body .right h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 21px;
}

.file-detail .file-body .right ul li {
    margin-bottom: 20px;
}

.file-detail .file-body .right ul li p {
    font-size: 15px;
}

.file-detail .file-body .right ul li p:first-child {
    font-weight: 600;
    color: #9397a5;
    margin-bottom: 5px;
}

.empty-form {
    text-align: center;
    margin: 0 24px;
    border: 1px solid #f2f3f5;
    padding: 130px 0;
}

.empty-form h4 {
    font-size: 20px;
    font-weight: 400;
    margin: 26px 0 8px;
}

.empty-form p {
    font-size: 18px;
    color: #9397a5;
    margin-bottom: 24px;
}

.empty-form a.btn-form {
    padding: 9px 41px 11px;
}

.about {
    background: #fff;
}

.about .left h1 {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 15px;
}

.about .left h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px;
}

.about .left p {
    font-size: 18px;
    margin-bottom: 1em;
    width: 100%;
    max-width: 500px;
}

.about .right {
    text-align: center;
}

.about .right img {
    width: 100%;
    max-width: 283px;
}

.about .right p {
    padding-top: 15px;
    font-size: 14px;
    margin-bottom: -3px;
}

.about .right a {
    color: #9397a5;
    font-size: 13px;
}

.about .team {
    padding: 105px 0 158px;
}

.about .team .head {
    margin-bottom: 24px;
}

.about .team .head h2 {
    font-size: 24px;
    font-weight: 600;
}

.about .team .head p {
    font-size: 18px;
}

.about .team .head p a {
    text-decoration: underline;
    color: #6b7ddf;
}

.about .team .img {
    margin-bottom: 16px;
}

.about .team .img img {
    width: 100%;
    max-width: 165px;
}

.about .team .desc h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}

.about .team .desc p {
    color: #9397a5;
}

.detail-page {
    padding-top: 110px;
}

.detail-page .page-title {
    font-size: 40px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 6px;
}

.detail-page .page-desc {
    font-size: 18px;
}

.price-active {
    border: 1px solid #e1e4e8 !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
}

.pricing .head {
    padding-bottom: 65px;
}

.pricing .head h1 {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 18px;
}

.pricing .head p {
    font-size: 18px;
}

.pricing .check>span {
    color: #9397a5;
    font-size: 17px;
}

.pricing .check>span.active {
    color: #6b7ddf;
}

.pricing .check>div {
    padding: 0 21px 0 7px;
}

.pricing .check>div input[type='checkbox'] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.pricing .check>div input[type='checkbox']~label {
    color: #9397a5;
    cursor: pointer;
    position: relative;
    display: block;
    font-size: 17px;
    margin-left: 4.2rem;
    margin-bottom: 0;
    padding-top: 4px;
    margin-top: -25px;
}

.pricing .check>div input[type='checkbox']~label:before {
    content: ' ';
    text-align: right;
    font-size: 1.6rem;
    line-height: 2rem;
    top: 0.2rem;
    left: -4rem;
    color: #fff;
    width: 58px;
    height: 27px;
    background: #f2f3f5;
    border: 1px solid #e1e4e8;
    display: block;
    border-radius: 15px;
    position: absolute;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pricing .check>div input[type='checkbox']~label:after {
    content: '';
    font-size: 1.4rem;
    text-align: center;
    position: absolute;
    top: 7px;
    left: -3.7rem;
    width: 19px;
    height: 19px;
    background-color: #6b7ddf;
    color: #fff;
    border-radius: 1rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.pricing .check>div input[type='checkbox']:checked+label {
    color: #6b7ddf;
}

.pricing .check>div input[type='checkbox']:checked+label:before {
    content: '';
    text-align: left;
}

.pricing .check>div input[type='checkbox']:checked+label:after {
    left: -0.7rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.pricing .check>p {
    border-radius: 2px;
    border: 1px solid #e1e4e8;
    letter-spacing: 0.2px;
    font-size: 13px;
    font-weight: 600;
    padding: 4px 10px 3px;
}

.pricing .pricing-list {
    padding: 35px 0 106px;
}

.pricing .pricing-list .pricing-section-top {
    min-height: 70px;
}

.pricing .pricing-list .item {
    padding: 24px;
    border-radius: 3px;
    border: 1px solid #f2f3f5;
    background-color: #fff;
    margin-bottom: 32px;
}

.pricing .pricing-list .item h4 {
    font-size: 18px;
    font-weight: 600;
}

.pricing .pricing-list .item h4+p {
    font-size: 15px;
}

.pricing .pricing-list .item .btn-blue.active {
    font-weight: 600;
}

.pricing .pricing-list .item .btn-blue,
.pricing .pricing-list .item .btn-gray {
    display: block;
    width: 100%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

.pricing .pricing-list .item .price {
    height: 168px;
    padding: 40px 0 80px;
    position: relative;
}

.pricing .pricing-list .item .price p:first-child {
    font-size: 20px;
}

.pricing .pricing-list .item .price p:first-child span {
    font-size: 24px;
    font-weight: 600;
}

.pricing .pricing-list .item .price p.per-year {
    font-size: 15px;
}

.pricing .pricing-list .item .price p.per-year span {
    text-decoration: line-through;
    color: #9397a5;
}

.pricing .pricing-list .item .price p.popular {
    position: absolute;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #fa4d77;
}

.pricing .pricing-list .list li {
    position: relative;
    padding-left: 24px;
    line-height: 2;
}

.pricing .pricing-list .list li:before {
    position: absolute;
    left: 0;
    top: 14px;
    content: '';
    background: url(_nuxt/img/26c149e.svg) no-repeat;
    -o-object-fit: contain;
    object-fit: contain;
    width: 14px;
    height: 11px;
    background-size: 14px;
}

.pricing .pricing-foot {
    padding-bottom: 110px;
}

.pricing .pricing-foot .item {
    padding: 30px 24px 27px;
    border-radius: 3px;
}

.pricing .pricing-foot .item h4 {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.pricing .pricing-foot .item p {
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 0;
}

.pricing .pricing-foot .item a {
    font-size: 14px;
    font-weight: 600;
}

.pricing .pricing-foot .item a:hover {
    color: #fff;
}

.pricing .pricing-foot .item.item1 {
    color: #fff;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#615cae),
            to(#506fbd));
    background-image: linear-gradient(90deg, #615cae, #506fbd);
}

.pricing .pricing-foot .item.item1 p {
    color: hsla(0, 0%, 100%, 0.9);
}

.pricing .pricing-foot .item.item2 {
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#f2f3f7),
            to(#e9ecf3));
    background-image: linear-gradient(180deg, #f2f3f7, #e9ecf3);
}

.pricing .pricing-foot .item.item2 a {
    color: #6b7ddf;
}

.pricing .faq {
    margin-bottom: 127px;
}

.pricing .faq h2 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 42px;
    line-height: 1.5;
}

.pricing .faq ul {
    padding: 0;
}

.pricing .faq ul li {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e1e4e8;
}

.pricing .faq ul li:last-child {
    border-bottom: 0;
}

.pricing .faq ul li h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.trash-head {
    background-color: #f4f5f7;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    margin: 0 24px 20px;
}

.trash-head a {
    color: #6b7ddf;
}

.user-profile .left {
    height: 100%;
}

.user-profile .left>div {
    background: #fff;
    text-align: center;
    border-radius: 2px;
}

.user-profile .left .head {
    position: relative;
}

.user-profile .left .head:before {
    content: '';
    display: block;
    width: 100%;
    position: relative;
    height: 61px;
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#615cae),
            to(#506fbd));
    background-image: linear-gradient(90deg, #615cae, #506fbd);
}

.user-profile .left .head .avatar {
    margin-top: -36px;
    position: relative;
}

.user-profile .left .body {
    padding-bottom: 24px;
}

.user-profile .left .body h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 16px;
}

.user-profile .left .body a {
    font-weight: 600;
    font-size: 14px;
    padding: 7px 30px;
    color: #fff;
    border-radius: 31px;
    background-color: #9397a5;
}

.user-profile .left .body a.active {
    background: #6b7ddf;
}

.user-profile .left .body .foot {
    margin-top: 24px;
    border-top: 1px solid #f0f1f2;
    padding: 16px 0 0;
    font-size: 15px;
}

.user-profile .left .body .foot p {
    line-height: 1.6;
    font-weight: 500;
}

.user-profile .left .body .foot span {
    color: #9297aa;
}

.user-profile .right>div {
    border-radius: 3px;
    background: #fff;
    padding: 21px 24px 0;
}

.user-profile .right .custom-tab {
    display: block;
}

.user-profile .right .custom-tab .nav-tabs {
    border-bottom: none !important;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.user-profile .right .custom-tab .nav-tabs li:first-child {
    margin-right: 34px;
}

.user-profile .right .custom-tab .nav-tabs li a.nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    font-weight: 600;
    color: #9397a5;
    padding: 0 0 8px;
}

.user-profile .right .custom-tab .nav-tabs li a.nav-link.active {
    color: #23282e;
    border-bottom-color: #6b7ddf;
}

.user-profile .right .tab-body {
    padding: 24px 0;
}

.user-profile .border-box {
    position: relative;
    padding: 24px;
    border: 1px solid #f0f1f2;
    margin: 16px 0 24px;
    border-radius: 3px;
}

.user-profile .border-box h5.title {
    position: absolute;
    top: -8px;
    left: 10px;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    background: #fff;
    padding: 0 10px;
    color: #9397a5;
}

.user-profile .border-box.personal-info ul {
    margin: 0;
}

.user-profile .border-box.personal-info li {
    padding: 16px 0;
    border-bottom: 1px solid #f2f3f5;
}

.user-profile .border-box.personal-info li p:first-child {
    color: #9397a5;
}

.user-profile .border-box.personal-info li:last-child {
    border-bottom: none;
}

.user-profile .border-box.personal-info a {
    color: #6b7ddf;
}

.user-profile .border-box.personal-info a.delete {
    color: #fa4d77;
}

.user-profile .border-box.newsletter {
    padding: 15px;
}

.user-profile .border-box.newsletter p {
    font-size: 15px;
    color: #8492a6;
    margin-bottom: 16px;
}

.user-profile .border-box.storage p {
    font-size: 15px;
    color: #171717;
}

.user-profile .border-box.storage span {
    display: block;
    text-align: right;
    font-size: 14px;
}

.user-profile .border-box.storage .slider {
    margin: 13px 0 11px;
    height: 5px;
    border-radius: 2.5px;
    display: block;
    background-color: #f2f2f2;
    position: relative;
    overflow: hidden;
}

.user-profile .border-box.storage .slider i {
    display: block;
    position: absolute;
    border-radius: 2.5px;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.user-profile .border-box.storage .purple .slider i {
    background: #cdc5f7;
}

.user-profile .border-box.storage .purple span {
    color: #fa4d77;
}

.user-profile .border-box.storage .blue .slider i {
    background: #6b7ddf;
}

.user-profile .border-box.storage .blue span {
    color: #6b7ddf;
}

.user-profile .border-box.membership ul {
    margin-bottom: 0;
}

.user-profile .border-box.membership ul li {
    width: 50%;
}

.user-profile .border-box.membership ul li h5 {
    font-size: 15px;
}

.user-profile .border-box.membership ul li p {
    font-size: 15px;
    margin: 7px 0;
    font-weight: 600;
}

.user-profile .border-box.membership ul li p span {
    font-weight: 400;
    color: #9397a5;
}

.user-profile .border-box.membership ul li a {
    font-size: 14px;
    color: #6b7ddf;
}

.user-profile .border-box.membership ul li a.cancel {
    color: #9397a5;
    padding-left: 19px;
}

.user-profile .border-box.billing .custom-table {
    margin-bottom: 0;
}

.user-profile .border-box.billing .custom-table th {
    font-weight: 600;
    color: #9397a5;
}

.user-profile .border-box.billing .custom-table td,
.user-profile .border-box.billing .custom-table th {
    font-size: 15px;
    border-top: none;
    border-bottom: 1px solid #f2f3f5;
}

.user-profile .border-box.billing .custom-table tr:last-child td {
    border-bottom: none;
}

.user-profile .border-box.billing .custom-table tr a {
    color: #6b7ddf;
}

.user-profile .border-box.billing .empty {
    text-align: center;
    padding: 50px 0;
    color: #9397a5;
}

.verify-success {
    padding: 100px 0;
    text-align: center;
}

.verify-success h4 {
    margin: 15px 0 7px;
    font-size: 24px;
    font-weight: 600;
}

.verify-success p {
    max-width: 396px;
    line-height: 1.33;
    margin: 0 auto 27px;
}

.verify-success .btn-blue {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 47px;
}

.contact .btn-purple {
    margin-top: 0;
}

.contact .contact-bottom {
    margin-top: 32px;
    margin-bottom: 180px;
}

.contact .company-detail {
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#615cae),
            to(#506fbd));
    background-image: linear-gradient(90deg, #615cae, #506fbd);
    border-radius: 3px;
    padding: 29px 32px 28px;
    color: #fff;
    margin-bottom: 1em;
}

.contact .company-detail i {
    margin-right: 30px;
}

.contact .company-detail h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
}

.contact .company-detail p {
    font-size: 15px;
    line-height: 1.6;
}

.contact .technical {
    border: 1px solid #eef0f6;
    border-radius: 3px;
    background: #fff;
    padding: 24px 32px;
}

.contact .technical ul {
    margin-bottom: 0;
}

.contact .technical ul li:first-child {
    margin-bottom: 32px;
}

.contact .technical ul li h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
}

.contact .technical ul li p {
    font-size: 15px;
    line-height: 1.6;
}

.contact .technical ul li a {
    font-size: 15px;
    color: #6b7ddf;
}

.contact .right {
    width: 100%;
    max-width: 488px;
}

.modal-youtube .modal-content {
    background: transparent;
}

@media (min-width: 576px) {
    .modal-youtube .modal-dialog {
        max-width: 700px;
    }
}

.modal-youtube iframe {
    height: 329px;
}

.show-per-page {
    position: absolute;
    right: 20px;
    bottom: 17px;
}

.show-per-page p {
    margin-right: 15px;
}

.show-per-page select {
    width: auto;
}

.checkout-page .back {
    font-size: 18px;
}

.checkout-page .head h4 {
    font-size: 32px;
}

.checkout-page .plan-info .plan {
    border-radius: 2px;
    background-color: #f5f6f8;
    padding: 14px 16px;
}

.checkout-page .plan-info>div {
    width: 50%;
}

.checkout-page .plan-info input {
    height: 52px;
    border-color: #e1e4e8;
}

.payments a {
    position: relative;
}

.payments a p {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 16px 10px;
    background: #f4f5f7;
}

.payments a:hover p {
    display: inline;
}

.grecaptcha-badge {
    display: none !important;
}

.settings {
    margin-bottom: -24px;
}

.settings .left {
    box-shadow: 2px 3px 6px 0 rgba(210, 214, 219, 0.69);
    border-top-left-radius: 12px;
}

.settings .left .tabs {
    padding: 32px 17px;
}

.settings .left .tabs li {
    margin-bottom: 16px;
    font-weight: 600;
}

.settings .left .tabs li.active a {
    color: #6b7ddf;
    position: relative;
}

.settings .left .tabs li.active a i {
    opacity: 1;
}

.settings .left .tabs li.active a i.settings-svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.settings .left .tabs li.active a i.notification-svg {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.settings .left .tabs li.active a i.notification-svg+span {
    padding-left: 26px;
}

.settings .left .tabs li.active a span {
    padding-left: 23px;
}

.settings .left .tabs li.active a small,
.settings .left .tabs li a:hover small {
    color: #23282e;
}

.settings .left .tabs h4 {
    color: #9fa4b0;
    font-size: 12px;
    font-weight: 600;
}

.settings .left .tabs small {
    width: 49px;
    height: 24px;
    border-radius: 12px;
    background-color: #ffd87a;
    font-size: 14px;
    font-weight: 600;
    padding-top: 2px;
}

.settings .left .tabs i {
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}

.settings .left .tabs i.notification-svg {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
}

.settings .left .tabs span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.settings .right .tab-content {
    padding: 48px 73px;
}

.settings .right .tab-content h4 {
    font-size: 18px;
    font-weight: 900;
    margin-bottom: 10px;
}

.settings .right .tab-content h4 a {
    font-size: 14px;
    font-weight: 400;
}

.settings .bordered {
    width: 100%;
    border: 1px solid #e3e8ee;
    border-radius: 3px;
}

.settings .bordered div.item {
    padding: 24px;
    border-bottom: 1px solid #e3e8ee;
}

.settings .bordered div.item p {
    font-size: 14px;
    color: #9397a5;
    line-height: 1.43;
}

.settings .bordered div.no-border {
    border: none;
}

.settings .bordered div.foot {
    padding: 8px 24px;
    background: #f8fafc;
}

.settings .bordered div.foot .btn-blue {
    padding: 7px 16px;
}

.settings .bordered div.foot.disabled .btn-blue {
    opacity: 0.5;
    cursor: not-allowed;
}

.settings .bordered .form-input {
    padding: 10px 16px;
    height: auto;
}

.settings .bordered select {
    background: #fff;
}

.settings .bordered label {
    display: block;
    font-size: 16px;
    width: 180px;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-top: 15px;
}

.settings .bordered.link {
    border: 1px solid #f2f3f5;
    max-width: 160px;
    padding: 11px 25px;
}

.settings .bordered.link a {
    color: #34d183;
}

.settings .bordered.link a svg {
    margin-left: 14px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.settings .bordered.link a:hover svg {
    -webkit-animation: bounce 1s ease-in-out both;
    animation: bounce 1s ease-in-out both;
}

.settings .bordered.link a.disabled {
    opacity: 0.5;
}

.settings .bordered.link a.disabled:hover svg {
    -webkit-animation: none;
    animation: none;
}

.settings .bordered.check {
    padding: 15px 14px;
    font-size: 15px;
    border: 1px solid #f2f3f5;
}

.settings .bordered.check .square-checkbox {
    margin-right: 0;
}

.settings .bordered.check .custom-control-label {
    padding-top: 1px;
}

.settings .bordered .label-premium {
    font-size: 14px;
    font-weight: 600;
    width: 75px;
    border-radius: 12px;
}

.settings .bordered .key-list {
    border: 1px solid #e1e4e8;
    padding: 6px 8px;
}

.settings .bordered .key-list.active {
    border-color: #6b7ddf;
}

.settings .bordered .key-list a {
    border-radius: 50px;
    background-color: #e6eaf0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding: 4px 11px;
    margin: 8px 0 8px 8px;
}

.settings .bordered .form-input.active {
    border-color: #6b7ddf;
}

.settings .bordered-delete {
    padding: 31px 24px;
    border-color: #db1f4d;
}

.settings .bordered-delete a {
    border: 1px solid #db1f4d;
    padding: 7px;
    width: 115px;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    font-size: 14px;
}

.settings .bordered-delete a:focus,
.settings .bordered-delete a:hover {
    color: #db1f4d;
}

.settings .custom-checkbox label {
    padding-top: 1px;
    color: #9397a5;
}

.settings .custom-checkbox label span {
    padding-left: 5px;
}

.settings .custom-checkbox label span.active {
    color: #6b7ddf;
}

.settings .custom-checkbox label:after,
.settings .custom-checkbox label:before {
    width: 20px;
    height: 20px;
    border-radius: 20px;
}

.settings .empty h5 {
    font-size: 16px;
}

.settings .empty p {
    font-size: 15px;
    line-height: 1.33;
}

.settings .export {
    padding: 30px 45px;
}

.settings .export i.file-icon {
    margin-right: 0;
    margin-bottom: 5px;
    background-size: 40px;
    width: 40px;
    height: 50px;
    display: block;
}

.settings .export span {
    font-size: 15px;
}

.accordion-tabs {
    border-radius: 3px;
    border-color: #e3e8ee;
}

.accordion-tabs__head {
    padding: 18px 16px;
}

.accordion-tabs__head span,
.accordion-tabs__head svg {
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}

.accordion-tabs__head[aria-expanded='true'] svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.accordion-tabs__head[aria-expanded='true'] svg g {
    stroke: #6b7ddf;
}

.accordion-tabs__head:hover span,
.accordion-tabs__head[aria-expanded='true'] span {
    color: #6b7ddf;
}

.accordion-tabs .card-body {
    padding-left: 46px;
    padding-top: 7px;
}

.accordion-tabs .card-body .bordered {
    padding: 14px 16px;
    border-color: #e3e8ee;
}

.accordion-tabs .card-body .integration-list>div {
    flex-basis: 147px;
    padding-right: 10px;
    margin-bottom: 10px;
}

.accordion-tabs .card-body .integration-list:after {
    content: '';
    -webkit-box-flex: 1;
    flex: auto;
}

.accordion-tabs .card-body .integration-list__item {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    border: 1px solid #e1e4e8;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding: 25px 10px 16px;
}

.accordion-tabs .card-body .integration-list__item p {
    padding-top: 13px;
}

.accordion-tabs .card-body .integration-list__item img {
    height: 60px;
}

.landing-page {
    background: #fff;
}

.section1 {
    padding: 115px 0 193px;
}

.section1 .row {
    -webkit-box-align: center;
    align-items: center;
}

.section1 .left h1 {
    font-size: 50px;
    font-weight: 900;
    line-height: 0.96;
    margin: 0 0 28px;
}

.section1 .left p {
    font-size: 20px;
    line-height: 1.45;
    color: rgba(0, 0, 0, 0.6);
    margin: 0 0 28px;
}

.section1 .left .buttons a {
    display: inline-block;
}

.section1 .left .buttons a.btn-landing {
    padding: 16px 56px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.2);
    margin-right: 30px;
}

.section1 .left .buttons a:first-child+a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section1 .left .buttons a:first-child+a:hover {
    color: #ccb7f1;
}

.section1 .left .buttons a:first-child+a:hover svg path {
    fill: #cbb8f7;
}

.section1 .left .buttons a svg {
    margin-right: 8px;
}

.section1 .right .circle {
    background: url(_nuxt/img/aaaa90d.png) no-repeat;
    width: 392px;
    height: 392px;
    position: relative;
    background-size: 392px 392px;
    margin-left: 40px;
}

.section1 .right .circle:before {
    content: '';
    width: 168px;
    height: 111px;
    position: absolute;
    right: 0;
    top: 20px;
}

.section1 .right .circle .action-box {
    border: 0;
}

.section1 .right .circle .box {
    position: absolute;
    top: 50%;
    right: 28px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    border-radius: 3px;
    padding: 36px 16px 21px;
    width: 445px;
    box-shadow: 0 4px 1px 0 rgba(14, 14, 14, 0.09);
}

.section1 .right .circle .box .box-window {
    position: absolute;
    top: 0;
}

.section1 .right .circle .box .box-window i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 3px;
}

.section1 .right .circle .box .box-window i:first-child {
    background: #ff0000;
}

.section1 .right .circle .box .box-window i:first-child+i {
    background: #fbe72d;
}

.section1 .right .circle .box .box-window i:last-child {
    background: #95a5ff;
}

.section2 .head {
    margin-bottom: 49px;
    text-align: center;
}

.section2 .head h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 5px;
}

.section2 .head p {
    color: rgba(0, 0, 0, 0.7);
    font-size: 18px;
}

.section2 .head .color-blue {
    font-weight: 600;
}

.section2 .body {
    text-align: center;
}

.section2 .body .img {
    margin-bottom: 19px;
}

.section2 .body h4 {
    font-size: 20px;
    font-weight: 700;
}

.section2 .body p {
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.7);
}

.section3 {
    padding: 118px 0;
}

.section3 ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}

.section4 {
    padding-bottom: 154px;
}

.section4 .row {
    -webkit-box-align: center;
    align-items: center;
}

.section4 svg {
    vertical-align: baseline;
}

.section4 .head {
    text-align: center;
    margin-bottom: 96px;
}

.section4 .head h2 {
    font-size: 32px;
    margin-bottom: 5px;
    font-weight: 700;
}

.section4 .head p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 1.4;
}

.section4 .color-blue {
    font-weight: 600;
}

.section4 .left ul li {
    color: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    line-height: 1.4;
}

.section4 .left ul li:last-child {
    border-bottom: 0;
}

.section4 .left ul li svg {
    margin-right: 12px;
    width: 16px;
}

.section4 .left ul li span {
    line-height: 1;
    font-size: 18px;
    font-weight: 600;
    color: #404347;
    display: block;
    margin-bottom: 8px;
}

.section4 .right {
    text-align: right;
}

.section4 .right .img1 img {
    width: 100%;
    max-width: 344px;
}

.section4 .right .img2 {
    position: absolute;
    left: 40px;
    top: 55px;
}

.section4 .right .img2 img:first-child {
    display: block;
    width: 293px;
}

.section4 .right .img2 img:last-child {
    position: relative;
    left: 64px;
    margin-top: -25px;
}

.section5 {
    background-image: -webkit-gradient(linear,
            left top,
            left bottom,
            from(#f2f3f7),
            to(#e9ecf3));
    background-image: linear-gradient(180deg, #f2f3f7, #e9ecf3);
    margin-bottom: -2px;
}

.section5 .row {
    -webkit-box-align: center;
    align-items: center;
}

.section5 img {
    width: 460px;
    margin-top: -30px;
}

.section5 h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
}

.section5 p {
    font-size: 24px;
    color: #020801;
    margin-bottom: 25px;
}

.section5 a.btn-landing {
    font-weight: 600;
    font-size: 13px;
    padding: 13px 27px;
}

.section6 {
    padding-bottom: 149px;
}

.section6 .row {
    border: 1px solid #f2f3f5;
}

.section6 .left {
    padding: 0 41px;
}

.section6 .left h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 13px;
}

.section6 .left p {
    color: rgba(0, 0, 0, 0.7);
    margin-bottom: 24px;
}

.section6 .color-blue {
    font-weight: 600;
}

.section6 .right {
    padding-right: 0;
}

.section6 .right .bg {
    background: url(_nuxt/img/f8f964c.png) no-repeat;
    background-size: cover;
    position: relative;
    height: 364px;
}

.section6 .right .bg .item {
    width: 88px;
    height: 88px;
    box-shadow: 0 8px 13px 0 rgba(0, 0, 0, 0.26);
    border-radius: 50%;
    background: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    -webkit-animation: ballon 3s ease-in-out infinite;
    animation: ballon 3s ease-in-out infinite;
}

.section6 .right .bg .item p {
    font-size: 11px;
}

.section6 .right .bg .item p span {
    font-size: 22px;
    font-weight: 600;
    display: block;
    line-height: 1;
    margin-bottom: 2px;
}

.section6 .right .bg .item i {
    display: block;
}

.section6 .right .bg .item.item1 {
    top: 8%;
    left: 18%;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.section6 .right .bg .item.item1 i {
    background: url(_nuxt/img/cdc1c1b.svg) no-repeat;
    width: 44px;
    height: 47px;
}

.section6 .right .bg .item.item2 {
    top: 14%;
    right: 16%;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.section6 .right .bg .item.item2 i {
    background: url(_nuxt/img/8b8b89d.svg) no-repeat;
    width: 46px;
    height: 46px;
    -o-object-fit: contain;
    object-fit: contain;
}

.section6 .right .bg .item.item3 {
    top: 40%;
    left: 40%;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.section6 .right .bg .item.item3 i {
    background: url(_nuxt/img/57f5d63.svg) no-repeat;
    width: 39px;
    height: 39px;
}

.section6 .right .bg .item.item4 {
    bottom: 8%;
    left: 18%;
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
}

.section6 .right .bg .item.item4 i {
    background: url(_nuxt/img/ebc7dca.svg) no-repeat;
    width: 33px;
    height: 47px;
}

.section6 .right .bg .item.item5 {
    bottom: 12%;
    right: 16%;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.form-alternative {
    padding: 115px 0;
}

.form-alternative .head h2 {
    font-size: 40px;
    font-weight: 900;
}

.form-alternative .head p {
    margin: 16px 0 60px;
    font-size: 18px;
    line-height: 1.56;
}

.form-alternative .table-responsive {
    border: 1px solid #eaeaea;
    padding: 0 32px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.09);
    border-radius: 3px;
}

.form-alternative .table {
    margin-bottom: 0;
}

.form-alternative .table img {
    margin-left: 15px;
}

.form-alternative .table img.ok {
    width: 15px;
}

.form-alternative .table img.cancel {
    width: 10px;
}

.form-alternative .table tr th {
    border-top: none;
    font-size: 15px;
    color: #9397a5;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-alternative .table tr td {
    font-weight: 600;
    padding-top: 14px;
    padding-bottom: 14px;
}

.form-alternative .table tr td:first-child {
    font-weight: 400;
}

.form-alternative .table tr td:first-child+td {
    color: #6b7ddf;
}

.form-alternative .table tr td:last-child {
    text-align: left;
    color: #f62d47;
}

.form-alternative .started {
    background-image: -webkit-gradient(linear,
            left top,
            right top,
            from(#615cae),
            to(#506fbd));
    background-image: linear-gradient(90deg, #615cae, #506fbd);
    border-radius: 3px;
    padding: 38px 24px 15px;
    color: #fff;
}

.form-alternative .started h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.form-alternative .started p {
    line-height: 1.4;
    color: hsla(0, 0%, 100%, 0.9);
    padding: 16px 0 108px;
}

.form-alternative .started .btn {
    display: block;
    background: #fff;
    border-radius: 3px;
    color: #6b7ddf;
    margin-bottom: 14px;
}

.form-alternative .started span {
    font-size: 13px;
    display: block;
    text-align: center;
}

@media (max-width: 768px) {
    .action-box {
        padding: 10px;
        word-break: break-word;
    }

    .header .flex ul {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .m-header {
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
        padding: 16px 24px;
    }

    .m-header div[class^='m-header-'] {
        -webkit-box-flex: 1;
        flex: 1;
    }

    #navModal .modal {
        padding-right: 0 !important;
    }

    #navModal .modal-dialog {
        left: 50%;
        width: 50%;
        margin: 0;
    }

    #navModal .modal-content {
        background: #f4f5f7;
        border-radius: 0;
    }

    #navModal .modal-content,
    #navModal .modal-dialog {
        height: 100%;
    }

    #navModal .modal-top {
        padding-right: 10px;
        padding-top: 7px;
    }

    #navModal .modal-bottom {
        padding-top: 24px;
        padding-left: 16px;
        line-height: 40px;
    }

    .section1 {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }

    .section1 .left>p,
    .section1 h1 {
        text-align: center;
    }

    .section1 h1 {
        font-size: 28px !important;
        margin-bottom: 14px !important;
    }

    .section1 .left>p {
        font-size: 18px;
    }

    .section1 .circle {
        background: none !important;
        width: auto !important;
        height: auto !important;
        margin-left: 0 !important;
    }

    .section1 .action-box {
        position: relative !important;
        -webkit-transform: none !important;
        transform: none !important;
        top: auto !important;
        right: auto !important;
        width: auto !important;
        border: 1px solid #ededed !important;
        overflow: hidden;
        margin-top: 24px;
        white-space: nowrap;
    }

    .section1 .action-box p {
        font-size: 13px;
    }

    .section1 .cta-button {
        font-size: 15px;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .section1 .cta-button .btn-landing {
        margin-right: 0 !important;
        margin-bottom: 24px;
    }

    .section2 .head {
        margin-bottom: 32px;
    }

    .section2 .head h2 {
        font-size: 28px !important;
        margin-bottom: 6px;
    }

    .section2 .head p {
        font-size: 16px !important;
    }

    .section2 .body .img {
        margin-bottom: 16px;
    }

    .section2 .body h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .section3 {
        padding: 40px 0;
        overflow-y: overlay;
        max-width: 100%;
        margin-right: 0;
    }

    .section3 ul {
        margin-bottom: 0;
    }

    .section3 li {
        margin-right: 17px;
        margin-left: 20px;
    }

    .section6 {
        padding-bottom: 48px;
    }

    .section6 h2 {
        font-size: 28px !important;
    }

    .section6 .left {
        padding: 24px;
    }

    .section6 .left p {
        margin-bottom: 16px;
    }

    .section6 .right {
        padding-left: 0;
    }

    .section4 {
        padding-bottom: 16px !important;
    }

    .section4 .head p {
        font-size: 16px !important;
    }

    .section4 .head h2 {
        font-size: 28px !important;
    }

    .section5 {
        text-align: center;
        padding-top: 16px;
        padding-bottom: 26px;
    }

    .section5 h2 {
        font-size: 40px;
    }

    .section5 p {
        font-size: 20px;
        margin-bottom: 16px;
    }

    footer {
        padding: 40px 24px;
    }

    .form-integration .brand-tab {
        overflow: scroll;
        -webkit-box-pack: unset !important;
        justify-content: unset !important;
        padding-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .form-integration .brand-tab li a {
        padding: 7px 15px;
        width: 165px !important;
    }

    .form-integration .brand-tab p {
        display: -webkit-box;
        display: flex;
        width: 160px;
        -webkit-box-align: center;
        align-items: center;
    }

    .form-integration .brand-tab p span {
        margin-right: 3px;
    }

    .form-detail .head {
        padding: 24px 0 64px;
        height: 133px;
    }

    .form-detail .form-author {
        padding-right: 7px;
    }

    .form-detail .form-author ul {
        margin-bottom: 0;
    }

    .form-detail .form-detail-tabs {
        margin-top: 0;
    }

    .form-detail .settings .accordion-tabs .card-body {
        padding-left: 18px;
        padding-right: 18px;
    }

    .form-detail .settings .accordion-tabs .integration-list {
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .form-detail .settings .accordion-tabs .integration-list:after {
        content: none;
    }

    .form-detail .submission-table {
        padding: 0;
    }

    .form-detail .submission-table .right .tab-content {
        padding: 32px 0 0;
    }

    .form-detail .submission-table .right .tab-content .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .form-detail .submission-table .right .tab-content .foot {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

    .form-detail .submission-table .right .tab-content .bordered-delete {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .form-detail .submission-table .right .tab-content .bordered-delete .pl-5 {
        padding: 0 !important;
        margin-top: 10px;
    }

    .form-detail .submission-table .left {
        padding: 14px 0 14px 20px;
        overflow: scroll;
    }

    .form-detail .submission-table .left .tabs {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        padding: 0;
        width: 430px;
        margin: 0;
    }

    .form-detail .submission-table .left .tabs li {
        margin: 0 24px 0 0;
    }

    .form-detail .submission-table .left .tabs li small {
        display: none !important;
    }

    .form-detail .submission-table .left .tabs li.active a {
        color: #6b7ddf;
        position: relative;
    }

    .form-detail .submission-table .left .tabs li.active a i {
        opacity: 0;
    }

    .form-detail .submission-table .left .tabs li.active a i.notification-svg,
    .form-detail .submission-table .left .tabs li.active a i.settings-svg {
        display: none;
    }

    .form-detail .submission-table .left .tabs li.active a i.notification-svg+span,
    .form-detail .submission-table .left .tabs li.active a span {
        padding-left: 0;
    }

    .form-detail .submission-table ul.nav-tabs {
        margin-left: 0;
    }

    .form-detail .tab-body {
        border-radius: 0;
        padding-bottom: 3px;
    }

    .form-detail .tab-head {
        padding: 20px 16px !important;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .form-detail .tab-head .form-filter p {
        width: 140px;
    }

    .form-detail .btn-bordered {
        background: #fff;
    }

    .form-detail .form-integrat {
        padding: 24px 16px;
    }

    .form-detail .form-settings {
        padding: 16px;
    }

    .form-detail .nav-tabs {
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }

    .form-detail .table-form {
        border: 0;
    }

    .form-detail .table-form .checkbox:before {
        content: '';
    }

    .form-detail .table-form .checkbox .square-checkbox {
        margin-right: 2px;
    }

    .form-detail .table-form td {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .form-detail .table-form td:before {
        font-weight: 600;
        text-transform: capitalize;
    }

    .form-detail .table-form .vcard {
        margin: 0;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .contact-bottom {
        margin-bottom: 32px !important;
    }

    .detail-page {
        margin-top: 2px;
        padding-top: 40px;
    }

    .team {
        padding: 32px 0 !important;
    }

    .team-member .col {
        flex-basis: 50%;
        margin-bottom: 24px;
    }

    .pricing .pricing-list {
        padding: 0;
    }

    .pricing .pricing-list .item {
        margin: 24px 16px 8px !important;
    }

    .pricing .pricing-list .item .price {
        height: auto !important;
        padding: 0 0 54px !important;
    }

    .pricing .list {
        padding-left: 24px;
    }

    .pricing .pricing-foot {
        padding-bottom: 24px;
    }

    .pricing .pricing-foot .item {
        margin-bottom: 16px;
    }

    .pricing .faq {
        margin-bottom: 24px !important;
    }

    .pricing .faq h2 {
        padding-bottom: 16px !important;
    }

    .form-alternative {
        padding: 25px 0;
        margin-bottom: 50px;
    }

    .form-alternative .head p {
        margin-bottom: 25px;
    }

    .form-alternative .table-responsive {
        padding: 0;
        font-size: 14px;
    }

    .user-profile .personal-info ul li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .user-profile .personal-info ul li p {
        text-align: left !important;
    }
}

@media (max-width: 768px) and (min-width: 576px) {
    .submission-table {
        padding: 0;
    }

    .submission-table .right .tab-content {
        padding: 32px 0 0;
    }

    .submission-table .right .tab-content .bordered-delete {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .submission-table .right .tab-content .bordered-delete .pl-5 {
        padding: 0 !important;
        margin-top: 10px;
    }

    .submission-table .left {
        padding: 14px 0 14px 20px;
        overflow: auto;
    }

    .submission-table .left .tabs {
        display: inline !important;
    }

    .submission-table .left .tabs li {
        margin-bottom: 16px !important;
        margin-right: 0 !important;
    }

    .submission-table .left .tabs li small {
        display: block !important;
    }

    .submission-table .left .tabs li.active a {
        color: #6b7ddf;
        position: relative;
    }

    .submission-table .left .tabs li.active a i {
        opacity: 0;
    }

    .submission-table .left .tabs li.active a i.notification-svg,
    .submission-table .left .tabs li.active a i.settings-svg {
        display: none;
    }

    .submission-table .left .tabs li.active a i.notification-svg+span,
    .submission-table .left .tabs li.active a span {
        padding-left: 0;
    }

    .submission-table ul.nav-tabs {
        margin-left: 0;
    }
}