@charset "UTF-8";

body {
    background: rgb(249 250 251);
    font-family: "Geist", sans-serif;
    font-weight:400;
}
.container {
    max-width: 1640px;
    width:95%;
}
h1, h2, h3, h4 {
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}
h1 {
    font-size: 31px;
    color: #384151;
    font-weight: 600;
}
h2 {
    font-weight: bold;
    font-size: 41px;
    color: #000000;
}
h3 {
    font-size: 22px;
}
p {
    font-size: 14px;
    color: #505050;
}
p a {
    color: #4361ee;
}
a {
    color:#202020;
}
a, button {
    transition: all 0.2s ease-in;
    outline: none !important;
    text-decoration:none;
}
.clear {
    clear:both;
}
.wrap {
    width:95%;
    max-width:1300px;
    margin:auto;
}
.wrapFull {
    width: 100%;
    margin: auto;
    padding: 0 16px;
    padding-right:32px;
}
::placeholder {
    color: #ADAAAF;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #ADAAAF;
}
.pageModule .allItems {
    margin-top:0;
}
.pageModule .title {
    position:relative;
    margin-bottom:5px;
}
.pageModule .title .formatRight {
    float: right;
    font-size: 18px;
    position: relative;
    top: 3px;
}
.pageModule .title button {
    background: #000;
    color: #fff;
    font-size: 14px;
    border: 0;
    border-radius: 10px;
    padding: 6px 12px;
    position: absolute;
    font-weight:600;
    right: 0;
    top: 0;
}
.pageModule .title button:hover {
    background: #464646;
}
.pageModule .title button i {
    margin-right:3px;
}
.pageModule .title button.mute {
    background: none;
    color: #222529;
    border: 1px solid #E3E3E4;
}
.pageModule .title button.mute:hover {
    opacity:0.7;
    background: none;
}
.pageModule .title h3 {
    font-weight:bold;
    font-size:20px;
    margin-bottom:4px;
}
.pageModule .title p {
    color:#757474;
    font-size:14px;
    padding-right:125px;
}
.pageModule .body {
    padding-top:20px;
}
.pageModule.noTitle .body {
    padding-top: 0;
}
.pageModule .body p, .pageModule .body li {
    font-size:14px;
}
.pageModule .body li {
    margin-bottom:10px;
}
.pageModule .body h4 {
    margin-bottom:10px;
    font-size:18px;
}
.pageModule .body.bodySmall {
    max-width:440px;
    margin:auto;
}
.pageModule .body .intro {
    color: #676767;
}
.pageModule .form-group {
    margin:15px 0px;
}
.pageModule .form-group label {
    font-size:12px;
    font-weight:400;
    color: #676767;
}
.pageModule form .form-group .form-control {
    background: #fff;
    height: auto;
    box-shadow: none;
    border: 1px solid #d7d7d7;
    border-radius: 4px;
    padding: 9px 14px;
    font-size: 14px;
}
.editImage img {
    width:96px;
    height:96px;
    display:inline-block;
    vertical-align: middle;
    border-radius:50%;
    object-fit: cover;
    object-position: center;
}
.editImage .editTools {
    display:inline-block;
    width:calc(100% - 107px);
    vertical-align: middle;
    padding-left:10px;
}
.editImage .editTools p {
    color: #757474;
    font-size:12px;
    margin-bottom:0;
}
.editImage label .upload {
    color: #4961E6;
    border: 1px solid #4961E6;
    font-weight: 700;
    font-size: 12px;
    padding: 4px 11px;
    border-radius: 16px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
}
.editImage label .upload:hover {
    background: #fafafa;
}
.editImage label input {
    opacity:0;
    position:absolute;
    width:0px;
    height:0px;
}
form.standard .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

form.standard .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

form.standard .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

form.standard .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

form.standard input:checked + .slider {
    background-color: #4361ee;
}

form.standard input:focus + .slider {
    box-shadow: 0 0 1px #4361ee;
}
form.standard input:checked + .slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}
form.standard .slider.round {
    border-radius: 34px;
}

form.standard .slider.round:before {
    border-radius: 50%;
}
.emptyState {
    text-align: center;
    padding: 34px;
    border-radius: 4px;
    background: #fafafa;
    color: #757474;
    font-size: 12px;
    border: 1px dashed #e3e3e3;
}
table th {
    font-size:12px;
    color: #848484 !important;
    font-weight:600;
}
table td {
    font-size:14px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #fff9fe;
}
pre {
    border-radius: 6px;
}
.accordion-button {
    font-weight: bold;
    font-size: 20px;
    padding-left:0;
}
.accordion-item {
    border:0;
}
.accordion-button:not(.collapsed) {
    box-shadow:none;
    background-color:transparent;
    color:#000;
}
.accordion-body {
    padding-left: 0;
}
.sidebar {
    width:300px;
    position:fixed;
    left:0;
    top:0;
    height:100vh;
    z-index:99;
    background:#fff;
    border-right: 1px solid #EBEBEB;
    box-shadow: 0px 0px 24px #F6F3F9;
}
.sidebar .logo {
    padding:20px;
    border-bottom:1px solid #ebebeb;
}
.sidebar .nav ul {
    list-style: none;
    padding: 15px;
    width: 100%;
    margin: 0;
    padding-top: 14px;
}
.sidebar .nav ul li {
    display:block;
}
.sidebar .nav ul li.divider {
    margin-top:35px;
    font-size:12px;
    color: #5d5d5d;
    margin-bottom:10px;
    padding-left:16px;
}
.sidebar .nav ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #3b3b3b;
    padding: 15px 12px;
    border-radius: 12px;
    margin-bottom: 5px;
}
.sidebar .nav ul li a .icon {
    width:35px;
    text-align:center;
    display:inline-block;
}
.sidebar .nav ul li a.current {
    color:#4961E6;
    background-color: #F8F8F8;
}
.sidebar .nav ul li a:hover {
    color:#000;
    background-color:#F8F8F8;
}
.sidebar .nav ul li.accountItem {
    position: absolute;
    bottom: 0;
    display: block;
}
.sidebar .nav ul li.accountItem a {
    font-size: 10px;
    display:block;
    color:#797979;
}
.sidebar .nav ul li.accountItem a:hover {
    background-color:#fff;
}
.sidebar .nav ul li.accountItem a span {
    display:block;
    font-weight:600;
    font-size:12px;
    line-height:18px;
}
.app {
    padding-left:300px;
    position:relative;
    z-index:1;
    padding-top:30px;
}
.fullAccountPage .left {
    width:50%;
    height:100vh;
    background:#fff;
}
.fullAccountPage .content {
    padding:50px;
}
.fullAccountPage .logo img {
    height:40px;
}
header {
    padding:20px 0px;
}
header.heroHeader {
    position:absolute;
    width:100%;
    top:0;
    left:0;
}
header .logo {
    display:inline-block;
    vertical-align: middle;
    margin-right:20px;
}
header .logo a {
    color:#000;
    font-weight:600;
    font-size:16px;
}
header .logo i {
    color:#FF6CDF;
    margin-right:3px;
}
.top .logo.signedIn img {
    position: relative;
    top: -4px;
}
header nav {
    vertical-align: middle;
    display:inline-block;
    width: calc(100% - 160px);
}
header nav ul {
    list-style:none;
    margin:0;
    padding:0;
}
header nav ul li {
    float:left;
    margin-right:20px;
}
header nav ul li.last {
    margin-right:0;
}
header nav ul li a {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}
header nav ul li a:hover {
    color:#000;
}
header nav ul li.right {
    float:right;
}
header nav ul li.cta a {
    background: #000;
    border-radius: 4px;
    padding: 9px 16px;
    color: #fff;
    font-weight: bold;
}
header nav ul li.cta a i {
    margin-left:2px;
}
header nav ul li.cta a:hover {
    background: #333;
    color:#fff;
}
button.large {
    color:#4961E6;
    font-size:14px;
    border:1px solid #4961E6;
    padding:12px;
    background:none;
    display:block;
    font-weight:bold;
    border-radius:12px;
    width:100%;
}
button.large:hover {
    background:#fafafa;
}
button.large.blue {
    background:#4961E6;
    color:#fff;
}
button.large.blue:hover {
    background:#2F3138;
    border:1px solid #2F3138;
}
footer {
    padding:50px 0px;
    margin-top:50px;
}
footer .copyright {
    font-size: 12px;
    color: #7b7979;
}
footer .copyright .legals {
    float:right;
}
.formSwitchGroup {
    background:#F8F8F8;
    padding:16px;
    border-radius:8px;
    margin-top:3px;
    padding-bottom:1px;
}
.formSwitchGroup .switch {
    margin-right: 8px;
    top: -4px;
}
form.standard {

}
form.standard .form-group {
    margin-bottom:20px;
}
form.standard .form-group label, form.standard .editImage label {
    font-weight: 400;
    font-size: 12px;
    color: #676767;
}
form.standard .form-group label.info {
    text-align: center;
    display: block;
    font-size: 14px;
}
form.standard .editImage {
    margin:10px 0px;
    margin-top:15px;
}
form.standard .editImage label .upload {
    font-size: 10px;
    padding: 5px 6px;
    margin-left: 3px;
}
form.standard .editImage .editTools p {
    font-size: 10px;
    margin-top: 3px;
}
form.standard .form-group .form-control {
    border: 1px solid #EBEBEB;
    height: auto;
    font-size: 14px;
    padding: 8px 14px;
    margin-top: 3px;
}
form.standard .form-group .inputIconGroup {
    position:relative;
}
form.standard .form-group .inputIconGroup .form-control {
    padding-right:30px;
}
form.standard .form-group .inputIconGroup .form-control:focus, form.standard .form-group .inputIconGroup .form-control:active {
    border: 1px solid #000;
    outline:none;
    box-shadow: none;
}
form.standard .form-group .inputIconGroup i {
    position:absolute;
    right:10px;
    top:12px;
    font-size:14px;
}
form.standard .form-group label.checkbox {
    font-weight:400;
    color:#848189;
    cursor:pointer;
}
form.standard .form-group label.checkbox a {
    color:#000;
    text-decoration: underline;
}
form.standard .form-group label.checkbox a:hover {
    text-decoration: none;
}
form.standard .form-group label.checkbox input {
    margin-right:2px;
    position:relative;
    top:1px;

}
form.standard button {
    background: #4361ee;
    color: #fff;
    border: 0;
    box-shadow: none;
    border-radius: 10px;
    padding: 9px 40px;
    margin-top: 15px;
    display: block;
    width: 100%;
    font-size: 14px;
}
form.standard button:hover {
    background: #203cc0;
}
form.standard button i {
    transition: all 0.3s ease;
    margin-left:3px;
}
form.standard button:hover i {
    transform: translateX(5px);
}
.internalModalBackground {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #0000004d;
    top: 0;
    left: 0;
    z-index: 99999;
    transition: all 0.5s;
    opacity:0;
    visibility: hidden;
}
.internalModalBackground.active {
    opacity:1;
    visibility:visible;
}
.internalModal {
    position: fixed;
    background: #fff;
    z-index: 9999999;
    border-radius: 10px;
    border: 1px solid #EBEBEB;
    top: 80px;
    right: 13px;
    width:100%;
    max-width:400px;
    transition: all 0.5s;
    transform: translateX(100vw);
    display:none;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.24);
}
.internalModal.larger {
    max-width:470px;
}
.internalModal.center {
    top: 200vh;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s;
}
.internalModal.thin {
    max-width:300px;
}
.internalModal .tip {
    display: block;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 6px;
    text-align: center;
}
.internalModal.active {
    transform: translateX(0px);
}
.internalModal.center.active {
    top:50%;
    transform: translate(-50%, -50%);
}
.internalModal .closeModal {
    border-radius: 16px;
    border: 1px solid #EBEBEB;
    width: 26px;
    height: 26px;
    text-align: center;
    padding-top: 2px;
    position: absolute;
    right: 6px;
    top: 7px;
    padding-left: 1px;
    cursor: pointer;
}
.internalModal .closeModal:hover {
    background:#EBEBEB;
}
.internalModal .closeModal i {
    font-size: 14px;
    color: #676767;
}
.internalModal .title {
    font-weight: 600;
    font-size: 14px;
    padding: 15px 15px;
    border-bottom: 1px solid #EBEBEB;
    padding-right:33px;
}
.internalModal .title span {
    font-weight:400;
    color:#848189;
    display:block;
    font-size:12px;
}
.internalModal .body {
    padding: 15px 20px;
}
.internalModal .verifyCode {
    text-align:center;
    font-size:14px;
    font-weight:600;
}
.internalModal .verifyCode span {
    display:block;
    color:#A46CFF;
}
.internalModal p.bottom {
    font-weight: 400;
    color: #848189;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    margin-top: 28px;
}
.internalModal p.bottom a {
    color:#000;
    text-decoration: underline;
}
.internalModal p.bottom a:hover {
    text-decoration: none;
}
.internalModal .top {
    text-align:center;
    color:#848189;
    font-size:14px;
    font-weight:500;
}
.internalModal .top .highlightText {
    margin-bottom:0;
    font-size:16px;
}
.internalModal .top img {
    width:64px;
    height:64px;
    border-radius:50%;
    margin:0 auto;
    margin-bottom:15px;
    display:block;
    margin-top:20px;
}
.internalModal .menu {
    background: #FFFFFF;
    border: 1px solid #EAE5EE;
    box-shadow: 0px 4px 16px rgba(244, 88, 200, 0.2);
    border-radius: 8px;
    margin:20px 0px;
}
.internalModal .menu a {
    display:block;
    padding:10px 10px;
    font-weight:500;
    color:#000;
    font-size:12px;
}
.internalModal .menu a.highlight {
    border-bottom:1px solid #EAE5EE;
}
.internalModal .menu a .fa-arrow-right {
    float: right;
    color: #BBB1B4;
    transition: all 0.3s ease;
    margin-top: 3px;
    margin-right: 3px;
}
.internalModal .menu a:hover .fa-arrow-right {
    transform: translateX(5px);
}
.internalModal .menu a .count {
    color:#BBB1B4;
}
.internalModal .menu a .tag {
    color: #8A8A8A;
    background: #F0EBED;
    display: inline-block;
    font-size: 9px;
    padding: 2px 4px;
    font-weight: 600;
    border-radius: 3px;
    margin-left: 2px;
}
.internalModal .bottomLink {
    font-weight: 400;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    margin-top: 28px;
    border-top: 1px solid #EAE5EE;
    display: block;
    padding-top: 14px;
}
.internalModal .bottomLink:hover {
    color:#848189;
}
.internalModal .divider {
    height: 1px;
    background: #f0f0f0;
    margin: 20px 0px;
}
.internalModal .content {
    margin:15px 0px;
}
.internalModal .content .contentTitle {
    font-size:14px;
    font-weight:bold;
    margin-bottom:5px;
}
.internalModal .content p {
    font-size:12px;
}
.embedWrapper {
    background: #F1F1F1;
    padding: 9px;
    border-radius: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}
.embedTextarea {
    background: linear-gradient(90deg, #1800AA 0%, #B800D6 41%, #DFBB00 76.5%, #00950F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    width: 100%;
    height: 18px;
    resize: none;
}
.btnStandard {
    background: #000;
    color: #fff;
    border-radius: 6px;
    display: block;
    text-align: center;
    width: 100%;
    border: 0;
    padding: 9px;
    font-size: 14px;
    font-weight: 600;
}
.btnStandard i {
    margin-left:3px;
}
.btnStandard:hover {
    background:#333;
}
.page {
    margin-top:100px;
}
.page.slimTop {
    margin-top:50px;
}
.sidenav {
    max-width:240px;
}
.sidenav .module {
    margin-bottom:40px;
}
.sidenav h3 {
    font-weight:600;
    font-size:18px;
    color:#000;
    margin-bottom:20px;
}
.sidenav ul {
    list-style:none;
    margin:0;
    padding:0;
}
.sidenav ul li {

}
.sidenav ul li.sub a {
    font-size: 12px;
    padding-left: 33px;
}
.sidenav ul li a {
    display: block;
    font-size: 14px;
    color: #000;
    padding: 9px 10px;
    border-radius: 6px;
    margin-bottom: 5px;
}
.sidenav ul li a:hover, .sidenav ul li a.active {
    background:#F6F3F9;
}
.sidenav ul li a .icon {
    color: #BBB1B4;
    text-align: center;
    display: inline-block;
    width: 23px;
    margin-right: 3px;
}
.sidenav ul li a .count {
    position: relative;
    background: #F6F3F9;
    border-radius: 3px;
    color: #8A8A8A;
    font-size: 10px;
    padding: 3px 6px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 4px;
    top: -1px;
}
.pageModule {
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 24px #F6F3F9;
    border-radius: 24px;
    padding: 32px;
    margin: auto;
    margin-bottom: 16px;
    background: #fff;
}
.emptyState {
    text-align: center;
    padding: 34px;
    border-radius: 4px;
    background: #fafafa;
    color: #757474;
    font-size: 12px;
    border: 1px dashed #e3e3e3;
}
table th {
    font-size:12px;
    color: #848484 !important;
    font-weight:600;
}
table td {
    font-size:14px;
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
    background: #fff9fe;
}
pre {
    border-radius:6px;
}
.hljs-copy-button {
    background-color: rgb(255 108 223) !important;
    top:9px !important;
    right:5px !important;
}
.verifyMessage {
    padding: 15px;
    border-radius: 8px;
    background: #fafafa;
    font-size: 12px;
    border: 1px solid #EBEBEB;
    box-shadow: 0px 0px 24px #F6F3F9;
    position:relative;
}
.verifyMessage h4 {
    font-weight:600;
    font-size:14px;
}
.verifyMessage h4 i {
    margin-right: 3px;
    color: #f33b3b;
}
.verifyMessage p {
    font-size:12px;
    margin-bottom:0;
}
.verifyMessage button {
    background: none;
    color: #000;
    border: 1px solid #000;
    font-size: 14px;
    border-radius: 5px;
    padding: 6px 12px;
    position: absolute;
    right: 30px;
    top: 16px;
}
.verifyTrackerCode {
    font-size:12px;
    margin-top:15px;
}
.alert {
    border: 1px solid #e7e7e773;
    font-size: 14px;
    margin-top: 30px;
}
.alert i {
    margin-right:4px;
    color:#07e407;
}
.alert.danger i {
    color: #f33b3b;
}
}
.tooltip {
    z-index:999999999;
    font-size:12px;
}
a.pillLink {
    background: #F6F3F9;
    color: #848189;
    padding: 5px 14px;
    font-size: 12px;
    border-radius: 17px;
    margin-right: 5px;
    margin-top:5px;
    display:inline-block;
}
a.pillLink:hover {
    color:#000;
}
@media(max-width:1315px) {
    .productList .items .item .desc {
        font-size:14px;
    }
}
@media(max-width:1175px) {
    .productList .items .item .title {
        font-size:16px;
    }
    .productList .items .item .desc {
        font-size:12px;
    }
}
@media(max-width:1045px) {
    .productList .items .col-3 {
        width:50%;
        margin-bottom:25px;
    }
}
@media(max-width:900px) {
    .productHeroCta h1 {
        font-size:46px;
    }
    .productHero {
        padding:160px 0px;
    }
}
@media(max-width:635px) {
    .productHeroCta h1 {
        font-size:35px;
    }
    .productHeroCta .intro {
        font-size:14px;
    }
    .productHeroCta .intro br {
        display:none;
    }
    .productList .items .col-3 {
        width:100%;
        margin-bottom:15px;
    }
    .productList h1 {
        font-size:26px;
    }
    .productList {
        padding: 40px 0px;
    }
    .productHeroCta form button {
        font-size:14px;
    }
    header .logo img {
        position: relative;
        top: -2px;
        height: 30px;
    }
    header nav {
        width: calc(100% - 154px);
    }
}
@media(max-width:500px) {
    header nav li {
        display:none;
    }
    header nav li.right {
        display:inline-block;
    }
}
@media(max-width:470px) {
    header .logo img {
        height: 23px;
    }
    header nav ul li.cta a {
        padding: 8px 9px;
    }
    header nav ul li a {
        font-size:12px;
    }
    header nav {
        width: calc(100% - 122px);
    }
}
@media(max-width:400px) {
    .productHeroCta h1 {
        font-size:32px;
    }
}
@media(max-width:890px) {
    .sidenav ul li a {
        font-size:12px;
        padding: 7px 5px;
    }
    .sidenav h3 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .pageModule .title h3 {
        font-size:18px;
    }
    .pageModule .title p {
        font-size:12px;
    }
    .pageModule {
        padding:20px;
    }
    .pageModule .form-group label {
        font-size:12px !important;
    }
    .pageModule form .form-group .form-control {
        padding: 7px 11px;
    }
    .pageModule .title button {
        font-size:12px;
        padding: 5px 9px;
    }
}
@media(max-width:748px) {
    .page .left, .page .right {
        width:100%;
    }
    .editImage label .upload {
        padding: 5px 9px;
    }
    .sidenav {
        max-width:100%;
    }
}
.highlights {
    margin:150px 0px;
}
.highlights .title {
    color:#FF00A6;
    font-size:20px;
}
.highlights .highlight .intro {
    color: #000000;
    font-size: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.highlights .highlight p {
    font-weight: bold;
    font-size: 32px;
    color: #000;
    line-height: 35px;
}
.singleHighlight {
    margin:200px 0px;
}
.singleHighlight .wrap {
    max-width:1000px;
}
.singleHighlight .subtitle {
    color:#FF00A6;
    margin-top:10px;
    font-size:20px;
}
.singleHighlight .title {
    font-weight: bold;
    font-size: 32px;
    color: #000;
    line-height: 35px;
}
.singleHighlight img {
    width:100%;
    margin-top:50px;
}
#faqs .wrap {
    max-width:1000px;
}
#faqs h4 {
    color:#FF00A6;
    font-weight:400;
    font-size:20px;
    margin-bottom:30px;
}
.accordion-button {
    font-weight: bold;
    font-size: 20px;
    padding-left:0;
}
.accordion-item {
    border:0;
}
.accordion-button:not(.collapsed) {
    box-shadow:none;
    background-color:transparent;
    color:#000;
}
.accordion-body {
    padding-left:0;
}
.demoBtn {
    background: #000000;
    border-radius: 4px;
    padding: 6px 13px;
    color: #fff;
    font-weight: bold;
    border: 0;
    cursor: pointer;
    margin: auto;
    display: block;
    margin-top: 15px;
    position:relative;
    z-index:9;
}
.productDemo img {
    width: 100%;
    margin-top: -275px;
    margin-bottom:-100px;
}
.pageModule .body h2 {
    font-size:20px;
    margin-bottom:10px;
}
@media(max-width:1100px) {
    .highlights .highlight p, .singleHighlight .title {
        font-size: 24px;
        line-height: 27px;
    }
    .highlights .highlight .intro {
        font-size:16px;
    }
    .singleHighlight .subtitle {
        margin-top: 1px;
        font-size: 16px;
    }
}
@media(max-width:960px) {
    .highlights .col-3 {
        width:50%;
    }
}
@media(max-width:900px) {
    .productDemo img {
        margin-top:-225px;
    }
}
@media(max-width:760px) {
    .productDemo img {
        margin-top:-28%;
    }
}
@media(max-width:700px) {
    .singleHighlight .col-3, .singleHighlight .col-9 {
        width:100%;
    }
}
@media(max-width:620px) {
    .productDemo img {
        margin-top: -4%;
    }
    .highlights .col-3 {
        width:100%;
    }
    .singleHighlight {
        margin:80px 0px;
    }
    .productHero {
        padding-bottom:10px;
    }
}
.top .logo .logoMobile {
    display: none;
}
.saving {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ebebeb;
    padding: 4px 14px;
    font-size: 15px;
    border-radius: 6px;
    color: #a46cff;
    transition: all 0.5s;
    transform: translateX(200px);
    z-index:99999999;
}
.saving.active {
    transform: translateX(0px);
}
.allItems {
    margin-top:100px;
}
.allItems h1 {
    color:#000;
    margin-bottom:30px;
    font-size:26px;
    position: relative;
    top: 25px;
}
.allItems h1 button {
    border: 1px solid #D5CDDC;
    font-size: 14px;
    color: #000;
    padding: 5px 9px;
    font-weight: 300;
    border-radius: 4px;
    background: none;
    margin-left: 8px;
    position: relative;
    top: -3px;
}
.allItems h1 button i {
    margin-right:3px;
    color:#BBB1B4;
}
.allItems h1 button:hover {
    background: #f4edfd;
}
.allItems .item {
    margin-bottom: 15px;
    border: 1px solid #EAE5EE;
    box-shadow: 0px 0px 24px #f1f4ff;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 30px;
    position: relative;
    background: #fff;
}
.allItems .item .label {
    display:none;
}
.allItems .item .title {
    color:#000;
    font-size:14px;
    margin-bottom:0;
}
.allItems .item .title small {
    color:#676767;
}
.allItems .item .reorder i {
    cursor: pointer;
    opacity: 0.4;
    font-size:12px;
}
.allItems .item .reorder i:hover {
    opacity:0.7;
}
.allItems .item img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 12px;
    border-radius: 4px;
}
.allItems .item .token {
    background: linear-gradient(90deg, #1800AA 0%, #B800D6 41%, #DFBB00 76.5%, #00950F 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border: 0;
    width: 100%;
    resize: none;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.allItems .item .title a {
    color:#000;
}
.allItems .item .title a:hover {
    color: #4361ee;
}
.allItems .item .date {
    font-size:12px;
    opacity:0.6;
    margin-bottom:0;
}
.allItems .item .tag {
    color: #62CA7A;
    font-size: 12px;
    background: rgba(98, 202, 122, 0.1);
    padding: 3px 7px;
    border-radius: 5px;
    margin:0 4px;
}
.allItems .item .tag.closed {
    color:#CA8F62;
    background: rgba(202, 143, 98, 0.1);
}
.allItems .item.header {
    background: none;
    border: 0;
    box-shadow: none;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 3px;
    color: #848484;
}
.allItems .item .fa-ellipsis {
    float:right;
    cursor:pointer;
    opacity:0.5;
}
.allItems .item .fa-ellipsis:hover {
    opacity:1;
}
.allItems .item .fa-ellipsis-vertical {
    float: right;
    cursor: pointer;
    border-radius: 16px;
    background: #F3F3F3;
    width: 25px;
    height: 22px;
    display: block;
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
}
.allItems .item .progress {
    display: inline-block;
    width: 100px;
    margin-left:10px;
    position:relative;
    top:-2px;
    height: 7px;
    background: rgba(98, 202, 122, 0.2);
}
.allItems .item .progress .progress-bar {
    height:7px;
    background:#62CA7A;
}
.allItems .item .hoverMenu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    border: 1px solid #EAE5EE;
    box-shadow: 0px 0px 24px #F6F3F9;
    border-radius: 4px;
    padding: 10px 12px;
    background: #fff;
    right: 0;
    z-index: 9;
    top: 46px;
    transition: opacity 0.3s;
}
.allItems .item .hover:hover .hoverMenu {
    visibility: visible;
    opacity: 1;
}
.allItems .item .hoverMenu ul {
    list-style:none;
    padding:0;
    margin:0;
}
.allItems .item .hoverMenu ul li a {
    display: block;
    font-size: 12px;
    min-width: 70px;
    color: #7a7c7f;
    padding: 4px 0;
    margin-bottom: -8px;
}
.allItems .item .hoverMenu ul li a:hover {
    color:#000;
}
.allItems .item.fileItem {
    margin-bottom:0;
    box-shadow:none;
    border-radius:0;
    border:0;
    border-top: 1px solid #EAE5EE;
}
.allItems .item.standard {
    box-shadow:none;
    border:0;
    padding:12px 0px;
    margin-bottom:0;
}
.stats {
    width:600px;
    float:right;
    position:relative;
    z-index:9;
}
.stats .stat {
    background:#F6F3F9;
    border-radius:12px;
    padding:15px 22px;
    color:#353644;
    font-weight:600;
    font-size:12px;
}
.stats .stat.filterable {
    cursor:pointer;
}
.stats .stat.faded {
    opacity:0.4;
}
.stats .stat .figure {
    display:block;
    color:#0F0F1E;
    font-weight:700;
    font-size:26px;
}
.stats .stat .figure small {
    font-weight: 400;
    font-size: 12px;
}
.stats .stat .title {
    margin-bottom:5px;
}
.uploadImg {
    border: 1px solid #D5CDDC;
    font-weight: 400;
    font-size: 12px;
    padding: 6px 12px;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
}
.uploadImg input {
    position:absolute;
    opacity:0;
    width:0;
    height:0;
}
.uploadImg:hover {
    background:#D5CDDC;
}
.formFieldInlineField {
    font-weight: 700;
    font-size: 20px;
    border: 0;
    margin-top: -3px;
    field-sizing: content;
    background: #f7f7f7;
    padding: 11px;
    border-bottom: 2px solid #eee;
    border-radius: 0;
}
.formFieldInlineField:focus {
    box-shadow:none;
    border-color:#A46CFF;
    background: #f7f7f7;
}
.toggleFieldActive {
    font-size:14px;
    text-align:right;
    margin-top:8px;
}
@media(max-width:1140px) {
    .allItems .item {
        font-size:14px;
    }
    .allItems .item .progress {
        margin-left:5px;
        width:70px;
    }
    .allItems .item .title {
        font-size:14px;
        line-height:17px;
    }
    .allItems .item .tag {
        font-size: 10px;
        padding: 3px 5px;
        border-radius: 4px;
    }
    .allItems .item .date {
        font-size:10px;
    }
    .allItems .item.header {
        font-size:10px;
        margin-bottom:5px;
    }
}
@media(max-width:1100px) {
    .stats {
        width:460px;
    }
    .stats .stat {
        border-radius: 8px;
        padding: 11px 16px;
    }
    .stats .stat .figure {
        font-size:20px;
    }
    .allItems h1 {
        font-size:20px;
    }
    .allItems h1 button {
        font-size:12px;
    }
    .allItems h1 {
        margin-bottom:0;
    }
}
@media(max-width:900px) {
    .allItems .item {
        font-size: 12px;
    }
    .allItems .item .progress {
        top: -1px;
        height: 5px;
        width:45px;
    }
}
@media(max-width:820px) {
    .allItems .item .col-1, .allItems .item .col-2 {
        width:50%;
    }
    .allItems .item .col-5 {
        width:100%;
        margin-bottom:10px;
    }
    .allItems .item.header {
        display:none;
    }
    .allItems .item .col-1.menu {
        display:none;
    }
    .allItems .item .label {
        display:inline-block;
    }
    .allItems .item .title a {
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        width: calc(100% - 68px);
        text-overflow: ellipsis;
    }
    .allItems .item .tag {
        position:absolute;
        right: 8px;
        top: 13px;
    }
    .allItems .item {
        padding: 12px 17px;
    }
}
@media(max-width:770px) {
    .stats .col-4 {
        padding: 0px 3px;
    }
    .stats {
        width: 350px;
    }
    .allItems h1 {
        font-size:18px;
    }

}
@media(max-width:640px) {
    .stats {
        display:none;
    }
    .allItems {
        margin-top: 66px;
    }
    .allItems h1 {
        margin-bottom:-28px;
    }
}
@media(max-width:430px) {
    .allItems .item .progress {
        display:none;
    }
}

.upload-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #2c3e50;
}

.dropzone {
    border: 2px dashed #D0DFFC;
    border-radius: 8px;
    background: #fafafa;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dropzone:hover {
    border-color: #3b82f6;
    background: #f8fafc;
}
.dropzone .uploadMessage {
    color:#676767;
    font-size:12px;
}
.dropzone .uploadMessage strong {
    color:#000;
}
.dropzone .dz-message {
    text-align: center;
    margin:0;
}

.upload-icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 16px;
    display: block;
    color: #94a3b8;
}

.upload-text {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 8px;
}

.upload-hint {
    font-size: 14px;
    color: #94a3b8;
}

/* Preview styling */
.dropzone .dz-preview {
    margin: 16px;
    min-height: 100px;
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.dropzone .dz-preview.dz-file-preview .dz-image {
    border-radius: 8px;
    background: #f1f5f9;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone .dz-preview .dz-progress {
    height: 4px;
    background: #e2e8f0;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #4361ee;
    height: 100%;
    border-radius: 2px;
    transition: width 0.3s ease-in-out;
}

.dropzone .dz-preview.dz-success .dz-success-mark {
    color: #10b981;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    color: #ef4444;
}

.dropzone .dz-preview .dz-error-message {
    background: #ef4444;
    color: white;
    border-radius: 4px;
    padding: 8px;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    margin-top: 8px;
}

/* Status messages */
.upload-status {
    margin-top: 16px;
}

.status-message {
    padding: 12px;
    border-radius: 4px;
    margin-top: 8px;
    display: none;
}

.success-message {
    background-color: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

.error-message {
    background-color: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}

.status-message.show {
    display: block;
}

/* Remove button styling */
.dz-remove {
    display: inline-block;
    margin-top: 8px;
    color: #ef4444;
    text-decoration: none;
    font-size: 14px;
}

.dz-remove:hover {
    color: #dc2626;
    text-decoration: underline;
}
.sidebar {
    width:240px;
    position:fixed;
    left:0;
    top:0;
    height:100vh;
    z-index:99;
    background:#fff;
    border-right: 1px solid #EBEBEB;
    box-shadow: 0px 0px 24px #F6F3F9;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    padding-top:60px;
}
.sidebar.closed {
    transform: translateX(-100%);
}
.sidebar .logo {
    padding: 15px 26px;
    border-bottom:1px solid #ebebeb;
}
.sidebar .logo img {
    height:34px;
}
.app {
    padding-left:240px;
    position:relative;
    z-index:1;
    padding-top:64px;
}
.fullAccountPage {
    font-size: 0;
    background:#fff;
    padding:30px;
    min-height:100vh;
}
.fullAccountPage .left {
    width:50%;
    height:100vh;
    background:#fff;
    display: inline-block;
    vertical-align: top;
}
.fullAccountPage .content {
    max-width:440px;
    padding:0;
    margin:auto;
    padding-top:40px;
}
.fullAccountPage .logo img {
    height:40px;
}
.fullAccountPage .title {
    margin-bottom:30px;
}
.fullAccountPage .title h1 {
    color: #000;
    font-size: 22px;
    margin-top: 55px;
}
.fullAccountPage .title p {
    font-size:14px;
}
.fullAccountPage .title p a {
    color:#4361ee;
}
.fullAccountPage .title p {
    font-size:14px;
}
.fullAccountPage .title p a {
    color:#4361ee;
}
.fullAccountPage .right {
    background: rgb(174, 218, 238);
    background: radial-gradient(circle, rgb(67 97 238) 0%, rgb(137 157 255) 100%);
    height: 100vh;
    width: 50%;
    display: inline-block;
}
.folders {
    padding-bottom: 40px;
    margin-bottom: 40px;
    display: flex;
    gap:20px;
    flex-wrap: wrap;
    border-bottom: 1px solid #EBEBEB;
}
.folder {
    flex: 0 0 16.666667%;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 15px 21px;
    color: #222529;
    text-align:center;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    border: 1px solid #EAE5EE;
}
.folder:hover {
    background:#f9f9f9;
}
.folder i {
    color: #222529;
    margin-right: 3px;
    margin-bottom: 15px;
    font-size: 29px;
    display: block;
    margin-top: 6px;
}
.folder span {
    font-size: 10px;
    float: right;
    font-weight: 400;
    margin-top: 4px;
}
.folder.top {
    position:relative;
}
.folder.top i {
    font-size:65px;
    color:#E2E6FF;
}
.folder.top .delete {
    position: absolute;
    background: #fff;
    font-size: 12px;
    border: 1px solid #ebe5ee;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    top: -6px;
    right: -6px;
    text-align: center;
    display:none;
}
.folder.top:hover .delete {
    display:block;
}
.folder.top .delete:hover {
    background:#4961E6;
}
.folder.top .delete i {
    font-size: 12px;
    margin: 0;
    color: #aab6ff;
}
.folder.top .delete:hover i {
    color:#fff;
}
.folders.sub {
    white-space: nowrap;
    display:block;
    overflow: auto;
    margin-top:20px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-bottom: 0;
    border-bottom: 0;
    padding:5px 0px;
}
.folders.sub .folder {
    background: #F3F3F3;
    display: inline-block;
    border: 0;
    margin-right: 2px;
    padding: 8px 14px;
    border-radius: 26px;
    transition: all .2s ease-in-out;
    font-size: 12px;
    line-height: 16px;
}
.folders.sub .folder.active, .folders.sub .folder.active i {
    color:#fff;
    background:#4961E6;
}
.folders.sub .folder i {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 5px;
    font-size: 16px;
    margin-top: 0;
    position: relative;
    top: 1px;
}
.folders.sub .folder:hover {
    transform: scale(1.05);
}
.fileItem .icon {
    color: #b4c1ff;
    margin-right: 3px;
    font-size: 16px;
    margin-top: 6px;
    display: block;
    text-align: center;
    position: relative;
    left: 6px;
    top: -3px;
}
.allItems .item.fileItem .title {
    font-size:14px;
}
.companyNav {
    position: absolute;
    top: 14px;
    right: 32px;
    border: 1px solid #c3c3c3;
    box-shadow: 0px 0px 24px #F6F3F9;
    border-radius: 8px;
    padding: 8px 23px;
    background: #fff;
    z-index: 99999;
    font-weight: 500;
    color: #222529;
    font-size: 14px;
    cursor: pointer;
    width: auto;
    text-align: center;
}
.companyNav img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.companyNav .fa-buildings {
    margin-right:5px;
}
.companyNav .fa-chevron-down {
    font-size:12px;
    opacity:0.7;
    margin-left:10px;
}
.companyNav:hover .fa-chevron-down {
    opacity:1;
}
.companyNav .dropdown {
    position: absolute;
    top: 40px;
    width: 240px;
    padding-top: 10px;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.2s linear, opacity 0.2s linear;
}
.companyNav:hover .dropdown {
    opacity: 1;
    visibility: visible;
}
.companyNav .dropdown .body {
    width: 100%;
    border-radius: 16px;
    padding: 10px 0px;
    background: #13151D;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.24);
}
.companyNav .dropdown .body a {
    display: block;
    padding: 10px 12px;
    color: #ffffff;
    font-size: 12px;
    text-align: left;
    padding-left: 38px;
    position: relative;
}
.companyNav .dropdown .body a:hover {
    color: #4961E6;
}
.companyNav .dropdown .body a.signOut {
    text-align:center;
    border-top:1px solid #4C4E59;
    padding-left:0;
    margin-top: 10px;
    padding-top: 16px;
}
.companyNav .dropdown .body a i {
    margin-right:6px;
    font-size:14px;
}
.companyNav .dropdown .body a .fa-check {
    position: absolute;
    left: 15px;
    top: 13px;
    font-size: 12px;
}
.companyNav .dropdown .body a.account {
    border-radius: 8px;
    background: #2F3138;
    padding: 8px;
    text-align: center;
    color: #BCBCBC;
    font-size: 10px;
    margin: 3px 13px;
    margin-bottom: 13px;
}
.companyNav .dropdown .body a.account:hover {
    background: #23252a;
}
.companyNav .dropdown .body a.account span {
    display:block;
    color:#fff;
    font-size:12px;
}
.todoList {
    border-radius: 16px;
    background: #F9FAFB;
    padding: 9px 24px 10px 24px;
}
.todoList .item {
    padding:10px 10px;
    position:relative;
}
.todoList .item .icon {
    width: 28px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    color: #C3C5C2;
}
.todoList .item .content {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px);
    font-size: 14px;
    font-weight: 600;
}
.todoList .item .content span {
    font-size: 12px;
    display: block;
    font-weight: 400;
    color: #676767;
}
.todoList .item .content button {
    border-radius: 12px;
    background: #4961E6;
    font-size:12px;
    color:#fff;
    padding:4px 12px;
    font-weight:600;
    border:0;
    position: absolute;
    right: 0;
    top: 18px;
}
.todoList .item .content button i {
    margin-right:2px;
}
.todoList .item .content button:hover {
    background: #4257cc;
}
.todoList .item .content .fa-arrow-right {
    position: absolute;
    right: 10px;
    top: 20px;
    font-size: 18px;
    transition: all 0.3s ease;
    opacity: 0.5;
}
.todoList .item .content a:hover .fa-arrow-right {
    transform: translateX(5px);
    opacity:0.7;
}
.todoList .item a {
    color: #000000;
    font-size: 14px;
}
.todoList .item.completed .content {
    opacity:0.4;
}
.todoList .item.completed .icon {
    color:#4961E6;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:8px;
}
.quickAction {
    display: block;
    border: 1px solid #cde0ff;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border-radius: 8px;
    padding: 20px 11px;
    width: 100%;
    background: #f8f8fa;
    color: #797979;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease-in-out;
}
.quickAction:hover {
    transform: scale(1.05);
}
.quickAction i {
    font-size: 22px;
    display: block;
    margin-bottom: 7px;
}
.checkboxContainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 6px;
}
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #C3C5C2;
    border-radius: 5px;
}
.checkboxContainer:hover input ~ .checkmark {
    background-color: #eaeaea;
}
.checkboxContainer input:checked ~ .checkmark {
    background-color: #4961e7;
    border: 1px solid #4961e7;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.checkboxContainer input:checked ~ .checkmark:after {
    display: block;
}
.checkboxContainer .checkmark:after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.allItems .item.fileItem.fileTitleRow {
    color: #222529;
    font-size:14px;
    font-weight:bold;
    border-top:0;
}
.allItems .item.fileItem.fileTitleRow .checkboxContainer {
    top:2px;
}
.folderTitle {
    margin:5px 0px;
}
.folderTitle .icon {
    font-size:30px;
    color:#E2E6FF;
    display:inline-block;
    vertical-align: middle;
}
.folderTitle .content {
    display:inline-block;
    width:calc(100% - 40px);
    padding-left:10px;
    color:#222529;
    font-weight:bold;
    font-size:20px;
    vertical-align: middle;
}
.folderTitle .content a {
    font-weight:400;
    color:#676767;
    font-size:12px;
    display:block;
    margin-bottom: -4px;
}
.folderTitle .content a:hover {
    color:#222529;
}
.textCopy {
    padding: 4px 8px 4px 8px;
    background: #F9FAFB;
    border: 1px dashed #E2E6FF;
    border-radius: 6px;
    font-size:12px;
    color:#676767;
    display: inline-block;
    float: right;
    cursor:pointer;
}
.textCopy i {
    cursor:pointer;
    margin-left:2px;
}
.textCopy i:hover {
    color:#000;
}
.textCopy:hover {
    background: #4961E6;
    color: #fff;
}
@media(max-width:1360px) {
    .folder {
        flex: 0 0 25%;
    }
}
@media(max-width:1220px) {
    .moduleRow .col-6 {
        width:100%;
    }
    .folder {
        font-size:12px;
    }
    .wrapFull {
        padding-right:12px;
    }
}
@media(max-width:1080px) {
    .pageModule {
        padding:18px;
    }
    .pageModule .title h3 {
        font-size:18px;
    }
    .folders {
        width:100%;
    }
}
.mobileToggle {
    display:none;
}
.logo {
    position: fixed;
    z-index: 9999;
    padding: 18px 16px;
}
.logo img {
    height:34px;
}
@media(max-width:1024px) {
    .sidebar {
        transform: translateX(-100%);
    }
    .sidebar.open {
        transform: translateX(0);
    }
    .app {
        padding-left:0;
    }
    .mobileToggle {
        display: inline-block;
        border: 1px solid #EBEBEB;
        background: #fff;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        text-align: center;
        padding-top: 5px;
        font-size: 14px;
        margin-right: 4px;
        position: relative;
        top: 1px;
    }
}
.pricing-table {
    display: flex;
    justify-content: center;
    padding: 40px;
    gap: 20px;
    padding-top:15px;
}

.pricing-table .plan {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    width: 250px;
    box-shadow: 0 0 8px rgba(0,0,0,0.05);
    text-align: center;
}

.pricing-table .plan h2 {
    color: #4961E6;
    margin-bottom: 10px;
}

.pricing-table .price {
    font-size: 28px;
    margin: 10px 0;
}

.pricing-table .price span {
    font-size: 16px;
    color: #555;
}
.pricing-table .current {
    font-style: italic;
    position: relative;
    top: 11px;
}
.pricing-table .features {
    text-align: left;
    margin: 20px 0;
    font-size: 14px;
}

.pricing-table .features p {
    margin: 10px 0;
}

.pricing-table .features .fa-check {
    color: #62CA7A;
    margin-right: 8px;
}

.pricing-table .features .fa-xmark {
    color: #a9a9a9;
    margin-right: 8px;
}

.pricing-table .features .fa-circle-info {
    color: #9ca3af;
    margin-left: 5px;
}

.pricing-table .btn {
    display: block;
    margin: auto;
    padding: 10px;
    background: #4961E6;
    color: white;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    width: 80%;
    font-size: 14px;
}
.pricing-table .btn:hover {
    background: #2F3138;
}
.pricing-table .btn:disabled {
    background: #e5e7eb;
    color: #9ca3af;
}
.upgradeBanner {
    text-align: center;
    font-size: 14px;
    background: #fff;
    padding: 20px 0px;
    border-bottom: 1px solid #EBEBEB;
    padding-left: 240px;
}
.upgradeBanner a {
    color: #4961E6;
    border: 1px solid #4961E6;
    font-size: 14px;
    font-weight: 500;
    border-radius: 12px;
    padding: 3px 14px;
    margin-left: 10px;
}
.upgradeBanner a:hover {
    background:#4961E6;
    color:#fff;
}
.docSection {
    border-bottom: 1px solid #ebebeb;
}
.docSection .docSectionTitle {
    padding:22px 0;
    margin-bottom:0;
    position:relative;
    cursor:pointer;
}
.docSection .docSectionTitle .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid #ebe5ee;
    font-size: 12px;
    text-align: center;
    padding-top: 2px;
    transition: transform 0.2s ease;
}
.docSection .docSectionTitle .icon.open {
    transform: rotate(90deg);
}
.docSection .docSectionTitle:hover .icon {
    background:#4961E6;
    color:#fff;
    border: 1px solid #4961E6;
}
.docSection .docSectionTitle h3 {
    font-size:20px;
    font-weight:600;
    margin-bottom:0;
}
.docSection .docSectionTitle h3 span {
    font-weight:400;
    color:#676767;
    font-size:14px;
    position:relative;
    top:-1px;
}