/*!
 *   AdminLTE v3.2.0
 *   Only Core
 *   Author: Colorlib
 *   Website: AdminLTE.io <https://adminlte.io>
 *   License: Open source - MIT <https://opensource.org/licenses/MIT>
 */

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
    color: #1c1e21;
    background: #f0f2f5;
}
h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}
h3 {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
}
a {
    color: inherit;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:hover .card {
    color: inherit;
}
.bg-main {
    background: white;
}
.fw-medium {
    font-weight: 500 !important;
}
.container a:hover:not(.btn) {
    color: inherit;
}
.shadow {
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%) !important;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.btn-close {
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/.8em auto no-repeat;
}
@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid !important;
    }
    .border-sm-right {
        border-right: 1px solid !important;
    }
    .border-sm-bottom {
        border-bottom: 1px solid !important;
    }
    .border-sm-left {
        border-left: 1px solid !important;
    }
    .border-sm-top-0 {
        border-top: 0 !important;
    }
    .border-sm-right-0 {
        border-right: 0 !important;
    }
    .border-sm-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-sm-left-0 {
        border-left: 0 !important;
    }
    .border-sm-x {
        border-left: 1px solid !important;
        border-right: 1px solid !important;
    }
    .border-sm-y {
        border-top: 1px solid !important;
        border-bottom: 1px solid !important;
    }
    .border-sm {
        border-top: 1px solid !important;
        border-bottom: 1px solid !important;
        border-left: 1px solid !important;
        border-right: 1px solid !important;
    }
    .border-sm-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid !important;
    }
    .border-md-right {
        border-right: 1px solid !important;
    }
    .border-md-bottom {
        border-bottom: 1px solid !important;
    }
    .border-md-left {
        border-left: 1px solid !important;
    }
    .border-md-top-0 {
        border-top: 0 !important;
    }
    .border-md-right-0 {
        border-right: 0 !important;
    }
    .border-md-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-md-left-0 {
        border-left: 0 !important;
    }
    .border-md-x {
        border-left: 1px solid !important;
        border-right: 1px solid !important;
    }
    .border-md-y {
        border-top: 1px solid !important;
        border-bottom: 1px solid !important;
    }
    .border-md {
        border-top: 1px solid !important;
        border-bottom: 1px solid !important;
        border-left: 1px solid !important;
        border-right: 1px solid !important;
    }
    .border-md-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid !important;
    }
    .border-lg-right {
        border-right: 1px solid !important;
    }
    .border-lg-bottom {
        border-bottom: 1px solid !important;
    }
    .border-lg-left {
        border-left: 1px solid !important;
    }
    .border-lg-top-0 {
        border-top: 0 !important;
    }
    .border-lg-right-0 {
        border-right: 0 !important;
    }
    .border-lg-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-lg-left-0 {
        border-left: 0 !important;
    }
    .border-lg-x {
        border-left: 1px solid !important;
        border-right: 1px solid !important;
    }
    .border-lg-y {
        border-top: 1px solid !important;
        border-bottom: 1px solid !important;
    }
    .border-lg {
        border-top: 1px solid !important;
        border-bottom: 1px solid !important;
        border-left: 1px solid !important;
        border-right: 1px solid !important;
    }
    .border-lg-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid !important;
    }
    .border-xl-right {
        border-right: 1px solid !important;
    }
    .border-xl-bottom {
        border-bottom: 1px solid !important;
    }
    .border-xl-left {
        border-left: 1px solid !important;
    }
    .border-xl-top-0 {
        border-top: 0 !important;
    }
    .border-xl-right-0 {
        border-right: 0 !important;
    }
    .border-xl-bottom-0 {
        border-bottom: 0 !important;
    }
    .border-xl-left-0 {
        border-left: 0 !important;
    }
    .border-xl-x {
        border-left: 1px solid !important;
        border-right: 1px solid !important;
    }
    .border-xl-y {
        border-top: 1px solid !important;
        border-bottom: 1px solid !important;
    }
    .border-xl {
        border-top: 1px solid !important;
        border-bottom: 1px solid !important;
        border-left: 1px solid !important;
        border-right: 1px solid !important;
    }
    .border-xl-0 {
        border-top: 0 !important;
        border-bottom: 0 !important;
        border-left: 0 !important;
        border-right: 0 !important;
    }
}
.bg-hero {
    /*background-color: #170d24;
    background-image:
        radial-gradient(ellipse at 10% 90%, #3c2d83 0%, transparent 55%),
        radial-gradient(ellipse at 90% 90%, #c33c65 0%, transparent 55%),
        radial-gradient(ellipse at 90% 10%, #4a74dc 0%, transparent 55%),
        radial-gradient(ellipse at 10% 10%, #35244f 0%, transparent 55%);*/
    background-color: #5f4dee;
}
.bg-contact {
    background-color: #deebff !important;
}

button:focus, .btn:focus, button:active, .btn:active {
    outline: none !important;
    box-shadow: none !important;
}
.dropdown-menu svg {
    min-height: 24px;
    min-width: 24px;
}
.border-transparent {
    border-color: transparent !important;
}
.border-normal {
    border-color: #1c1e21 !important;
}
fieldset, legend {
    all: revert;
}
.reset {
    all: revert;
}
.dashboard-main {
    background-color: #f0f2f5;
}
.text-normal {
    color: #0f172a;
}
.text-purple {
    color: #6366f1 !important;
}
hr {
    background-color: #e2e8f0;
    opacity: 1;
}
.line-height-1 {
    line-height: 1;
}
.text-secondary {
    color: #65676b !important;
}
.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}
header {
    z-index: 5 !important;
}
.header-hide header {
    display: none;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background-image: none;
}
#root {
    min-height: 100vh;
}
.ck.ck-editor {
    height: 100%;
}
.ck-editor__editable {
    min-height: 400px;
    border: 0 !important;
    box-shadow: none !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.ck.ck-editor .ck-editor__top .ck-sticky-panel .ck-toolbar {
    border: 0;
}
.ck.ck-editor {
    border-top: 0 !important;
    border-radius: 0;
    overflow: hidden;
}
.ck.ck-editor__main {

}
.ck-editor__editable {
    padding: 1rem !important;
}
.ck.ck-editor__main>.ck-editor__editable {
    height: 100%;
}
.ck.ck-toolbar.ck-toolbar_grouping>.ck-toolbar__items {
    border-bottom: 1px solid #dfe3e6;
}
.left-sidebar-container {
    width: 280px;
}
.docs-companion-app-switcher-container {
    width: 360px;
    background-color: white;
}
.editor-container {
    background-color: white;
    max-height: calc(100vh);
}
.editor-header {
    background-color: white;
}
@media only screen and (max-width: 768px) {
    .ck.ck-editor__main {

    }
    .ck-editor__editable {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}
a:hover .card {
    background: #f4f4f4;
}
.card-body:hover .invisible {
    visibility: visible !important;
}
.rounded-3 {
    border-radius: 0.3rem!important;
}
.rounded-5 {
    border-radius: 0.5rem!important;
}
.modal-content {
    border: 0;
}
.btn-close {
    background-color: #e4e6eb;
    border-radius: 50%;
    width: 1.25em;
    height: 1.25em;
}
.btn-light {
    background-color: #f0f2f5;
    border-color: #f0f2f5;
}
.tool-search-button {
    height: 48px;
    border-radius: 24px;
}
.tools-modal svg {
    width: 20px;
    height: 20px;
}
.tools-modal a:hover {
    background: #f4f4f4;
    color: initial;
}
.tools-modal .bg-light {
    background: #dadce0 !important;
}
@media (min-width: 768px) {
    .container-small {
        width: 300px;
    }
    .container-large {
        width: 970px;
    }
}
@media (min-width: 992px) {
    .container-small {
        width: 500px;
    }
    .container-large {
        width: 1170px;
    }
}
@media (min-width: 1200px) {
    .container-small {
        width: 700px;
    }
    .container-large {
        width: 1500px;
    }
}

.container-small, .container-large {
    max-width: 100%;
}
/*!
 * bsStepper v{version} (https://github.com/Johann-S/bs-stepper)
 * Copyright 2018 - {year} Johann-S <johann.servoire@gmail.com>
 * Licensed under MIT (https://github.com/Johann-S/bs-stepper/blob/master/LICENSE)
 */

.bs-stepper .step-trigger {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out, color .15s ease-out;
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.bs-stepper .step-trigger:disabled,
.bs-stepper .step-trigger.disabled {
    pointer-events: none;
    opacity: .65;
}

.bs-stepper .step-trigger:focus {
    color: #007bff;
    outline: none;
}

.bs-stepper .step-trigger:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .06);
}

@media (max-width: 520px) {
    .bs-stepper .step-trigger {
        flex-direction: column;
        padding: 10px;
    }
}

.bs-stepper-label {
    display: inline-block;
    margin: .25rem;
}

.bs-stepper-header {
    display: flex;
    align-items: center;
}

@media (max-width: 520px) {
    .bs-stepper-header {
        margin: 0 -10px;
        text-align: center;
    }
}

.bs-stepper-line,
.bs-stepper .line {
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, .12);
}

@media (max-width: 400px) {
    .bs-stepper-line,
    .bs-stepper .line {
        flex-basis: 20px;
    }
}

.bs-stepper-circle {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    padding: .5em 0;
    margin: .25rem;
    line-height: 1em;
    color: #fff;
    background-color: #6c757d;
    border-radius: 1em;
}

.active .bs-stepper-circle {
    background-color: #007bff;
}

.bs-stepper-content {
    padding: 0 20px 20px;
}

@media (max-width: 520px) {
    .bs-stepper-content {
        padding: 0;
    }
}

.bs-stepper.vertical {
    display: flex;
}

.bs-stepper.vertical .bs-stepper-header {
    flex-direction: column;
    align-items: stretch;
    margin: 0;
}

.bs-stepper.vertical .bs-stepper-pane,
.bs-stepper.vertical .content {
    display: block;
}

.bs-stepper.vertical .bs-stepper-pane:not(.fade),
.bs-stepper.vertical .content:not(.fade) {
    display: block;
    visibility: hidden;
}

.bs-stepper-pane:not(.fade),
.bs-stepper .content:not(.fade) {
    display: none;
}

.bs-stepper .content.fade,
.bs-stepper-pane.fade {
    visibility: hidden;
    transition-duration: .3s;
    transition-property: opacity;
}

.bs-stepper-pane.fade.active,
.bs-stepper .content.fade.active {
    visibility: visible;
    opacity: 1;
}

.bs-stepper-pane.active:not(.fade),
.bs-stepper .content.active:not(.fade) {
    display: block;
    visibility: visible;
}

.bs-stepper-pane.dstepper-block,
.bs-stepper .content.dstepper-block {
    display: block;
}

.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
    display: none;
}

.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
    visibility: hidden;
}

/* AdminLTE */

.info-box {
    border-radius: 0.5rem;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    width: 100%;
    background-color: white;
}

.info-box .progress {
    background-color: rgba(0, 0, 0, 0.125);
    height: 4px;
    margin: 5px 0;
}

.info-box .progress .progress-bar {
    background-color: #fff;
}

.info-box .info-box-icon {
    border-radius: 0.25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}

.info-box .info-box-icon > img {
    max-width: 100%;
}

.info-box .info-box-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}

.info-box .info-box-number {
    display: block;
    margin-top: .25rem;
    font-weight: 700;
    font-size: 24px;
}

.info-box .progress-description,
.info-box .info-box-text {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info-box .info-box .bg-primary,
.info-box .info-box .bg-gradient-primary {
    color: #fff;
}

.info-box .info-box .bg-primary .progress-bar,
.info-box .info-box .bg-gradient-primary .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-secondary,
.info-box .info-box .bg-gradient-secondary {
    color: #fff;
}

.info-box .info-box .bg-secondary .progress-bar,
.info-box .info-box .bg-gradient-secondary .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-success,
.info-box .info-box .bg-gradient-success {
    color: #fff;
}

.info-box .info-box .bg-success .progress-bar,
.info-box .info-box .bg-gradient-success .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-info,
.info-box .info-box .bg-gradient-info {
    color: #fff;
}

.info-box .info-box .bg-info .progress-bar,
.info-box .info-box .bg-gradient-info .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-warning,
.info-box .info-box .bg-gradient-warning {
    color: #1f2d3d;
}

.info-box .info-box .bg-warning .progress-bar,
.info-box .info-box .bg-gradient-warning .progress-bar {
    background-color: #1f2d3d;
}

.info-box .info-box .bg-danger,
.info-box .info-box .bg-gradient-danger {
    color: #fff;
}

.info-box .info-box .bg-danger .progress-bar,
.info-box .info-box .bg-gradient-danger .progress-bar {
    background-color: #fff;
}

.info-box .info-box .bg-light,
.info-box .info-box .bg-gradient-light {
    color: #1f2d3d;
}

.info-box .info-box .bg-light .progress-bar,
.info-box .info-box .bg-gradient-light .progress-bar {
    background-color: #1f2d3d;
}

.info-box .info-box .bg-dark,
.info-box .info-box .bg-gradient-dark {
    color: #fff;
}

.info-box .info-box .bg-dark .progress-bar,
.info-box .info-box .bg-gradient-dark .progress-bar {
    background-color: #fff;
}

.info-box .info-box-more {
    display: block;
}

.info-box .progress-description {
    margin: 0;
}

@media (min-width: 768px) {
    .col-xl-2 .info-box .progress-description,
    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description {
        display: none;
    }
    .col-xl-3 .info-box .progress-description,
    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description {
        display: none;
    }
}

@media (min-width: 992px) {
    .col-xl-2 .info-box .progress-description,
    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description {
        font-size: 0.75rem;
        display: block;
    }
    .col-xl-3 .info-box .progress-description,
    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description {
        font-size: 0.75rem;
        display: block;
    }
}

@media (min-width: 1200px) {
    .col-xl-2 .info-box .progress-description,
    .col-lg-2 .info-box .progress-description,
    .col-md-2 .info-box .progress-description {
        font-size: 1rem;
        display: block;
    }
    .col-xl-3 .info-box .progress-description,
    .col-lg-3 .info-box .progress-description,
    .col-md-3 .info-box .progress-description {
        font-size: 1rem;
        display: block;
    }
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.description-block.margin-bottom {
    margin-bottom: 25px;
}

.description-block > .description-header {
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.description-block > .description-text {
    text-transform: uppercase;
}

.description-block .description-icon {
    font-size: 16px;
}

.products-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-list > .item {
    border-radius: 0.25rem;
    padding: 10px 0;
}

.products-list > .item::after {
    display: block;
    clear: both;
    content: "";
}

.products-list .product-img {
    float: left;
}

.products-list .product-img img {
    height: 50px;
    width: 50px;
}

.products-list .product-info {
    margin-left: 60px;
}

.products-list .product-title {
    font-weight: 600;
}

.products-list .product-description {
    color: #6c757d;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-list-in-card > .item {
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.product-list-in-card > .item:last-of-type {
    border-bottom-width: 0;
}

.users-list {
    padding-left: 0;
    list-style: none;
}

.users-list > li {
    float: left;
    padding: 10px;
    text-align: center;
    width: 25%;
}

.users-list > li img {
    border-radius: 50%;
    height: auto;
    max-width: 100%;
}

.users-list > li > a:hover,
.users-list > li > a:hover .users-list-name {
    color: #999;
}

.users-list-name,
.users-list-date {
    display: block;
}

.users-list-name {
    color: #495057;
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.users-list-date {
    color: #748290;
    font-size: 12px;
}
.card-body-doc {
    height: 240px
}
/* site style */
.bg-dark {
    background: #30344e;
}
.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.shape svg {
    fill: white
}
.dropdown-item{
    padding: 0.5rem 1rem;
}
.img-circle {
    border-radius: 50%;
}
.footer-color, .link-footer {

}
.link-footer:hover {
    transition: .3s;
    letter-spacing: 1px;
}
.form-control.is-valid, .was-validated .form-control:valid, .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
    background-image: none !important;
}
.show-on-hover-parent .show-on-hover-child {
    display: none !important;
}
.show-on-hover-parent:hover .show-on-hover-child {
    display: inherit !important;
}
.content-sub-width {
    width: 200px;
}
.w-48px {
    width: 48px;
    height: 48px;
}
.fav-tool svg, .card svg, .tool-card svg {
    width: 24px;
    height: 24px;
}
.w-40px {
    width: 40px;
    height: 40px;
}
.w-80px {
    width: 80px;
    height: 80px;
}
.w-96px {
    width: 96px;
    height: 96px;
}
.w-36px {
    width: 36px;
    height: 36px;
}
.w-24px {
    width: 24px;
    height: 24px;
}
.w-16px {
    width: 16px;
    height: 16px;
}
header .dropdown-menu {
    min-width: 240px;
}
header .dropdown-menu-tools {
    width: 300px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}
.dropdown-menu-workspaces {
    width: 360px;
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding-bottom: 0;
}
.dropdown-menu-end {
    inset: 0px 0px auto auto !important;
    transform: translate3d(0, 38px, 0px) !important;
}
.bg-primary {
    background-color: #3c82f6 !important;
}
.smaller {
    font-size: 0.7rem;
}
.card-columns {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    padding: 0;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
}
.card-columns .card {
    display: inline-block;
    margin: 0 0 1.5em;
    width: 100%;
    -webkit-transition:1s ease all;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
@media only screen and (max-width: 320px) {
    .card-columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (min-width: 321px) and (max-width: 768px){
    .card-columns {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
    .editor-container {
        width: 100%;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1200px){
    .card-columns {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}
.card {
    border-color: rgba(226,232,240);
}
.card-header {
    background-color: transparent;
}
.border-primary {
    border: 2px solid #3c82f6 !important;
}
.text-primary {
    color: #3c82f6 !important;
}
.btn-rounded {
    border-radius: 24px;
}
.btn-lg.btn-rounded {
    border-radius: 24px;
}
.btn-send {
    right: 0;
}
.btn-outline-light, .btn-outline-light:focus, .btn-outline-light:active {
    color: inherit;
}
.btn-outline-light:disabled {
    color: inherit;
    opacity: 0.6;
}
.btn-primary {
    background: #3c82f6;
    border-color: #3c82f6;
}
.bg-purple {
    background: #5f4dee;
}
.btn.btn-purple, .btn.btn-purple:hover, .btn.btn-purple:active {
    background: #5f4dee;
    border-color: #5f4dee;
    color: white;
}
.btn-outline-primary {
    border-color: #3c82f6;
    color: #3c82f6;
}
.btn-outline-primary:hover {
    background: #3c82f6;
    color: white;
}
.text-muted {
    color: #98A2B3;
}
.progress-sm {
    height: 0.5rem;
}
.progress-lg {
    height: 1.5rem;
}
.bg-light {
    background: #f0f2f5 !important;
}
.outline-none {
    outline: none;
}
.landing-card-columns {
    max-height: 33rem;
    overflow: hidden;
    position: relative;
}
.landing-card-columns.full {
    max-height: unset;
}
.landing-card-columns .see-more-tools {
    bottom: 0;
    left: 0;
    right: 0;
    background-image: linear-gradient(to top,#fff,rgb(255 255 255 / 0%));
    padding-top: 8rem;
    padding-bottom: 2rem;
}
.landing-card-columns .tool-card {
    border: 0;
    background-color: #f8fafc;
}
.landing-card-columns .tool-card:hover svg {
    color: initial;
}
#features svg {
    fill: #3c82f6;
    width: 30px;
}
.tools-list svg {
    width: 32px;
}
.form-select, .form-control {
    background-color: white;
    border: 1px solid #e2e8f0;
}
.form-select:focus, .form-control:focus {
    border: 1px solid #3c82f6;
    outline: none;
    box-shadow: none;
}
.form-outline input:focus {
    outline: 2px solid #3c82f6;
    outline-offset: 0;
    border-color: transparent;
}
.form-outline:focus-within .position-absolute {
    color: #3c82f6;
}
.form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label {
    opacity: .75;
    transform: scale(.75) translateY(-0.5rem) translateX(0.15rem);
    font-weight: 300;
}

select:invalid, option:disabled, .form-select::placeholder, .form-control::placeholder {
    color: gray;
}
.form-select::placeholder, .form-control:focus::placeholder {
    color: gray;
}
select:required:invalid {
    color: gray;
}
option[value=""][disabled] {
    display: none;
}
.nav-fill .nav-item {
    flex: 1 0 20%;
    text-align: center;
}
.nav-fill .nav-item .nav-link {
    border-radius: 0;
    border-top: 0;
    padding: 1rem 1rem;
}
.nav-fill .nav-item:first-child .nav-link {
    border-left: 0;
}
.nav-fill .nav-item:last-child .nav-link {
    border-right: 0;
}
.nav-tabs-none-bg .nav-item .nav-link {
    border: 0;
    background: none;
}
.nav-tabs-none-bg .nav-item .nav-link .badge {
    color: black;
    background: #e0e8ee !important;
}
.nav-tabs-none-bg .nav-item .nav-link.active {
    color: #141125 !important;
    border-bottom: 3px solid #3c82f6;
}
.nav-tabs-none-bg .nav-item .nav-link.active .badge {
    color: white;
    background: #3c82f6 !important;
}
.nav-sidebar .nav-item {

}
.nav-sidebar .nav-item a {
    display: flex;
    cursor: pointer;
    padding: 0.65rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    color: #0f172a;
}
.nav-sidebar .nav-item a.active, .nav-sidebar .nav-item a:hover{
    /*background: #0f172a;
    color: white;*/
}
.nav-sidebar .nav-item ul li {
    position: relative;
}
.nav-sidebar .nav-item ul li a {
    background: transparent !important;
}
.nav-sidebar .nav-item ul li:hover a {
    background-color: rgba(71, 77, 102, 0.2);
}
.nav-sidebar .nav-item ul li a {
    background: transparent !important;
}
.nav-sidebar .nav-item ul li:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    border: 1px solid #0f172a;
    top: 50%;
    margin-top: -6px;
}
.nav-sidebar .nav-item ul li.active:before {
    background-color: #0f172a;
}
.dashboard-header {
    background-color: white;
}
.dashboard-main-workspace {
    position: fixed;
    right: 0;
    background-color: white;
    height: calc(100vh - 56px);
    overflow-x: hidden;
    overflow-y: auto;
}
@media only screen and (min-width: 1600px) {
    .dashboard-main-workspace {
        position: sticky;
        top: 56px;
    }
    .btn-workspace-hide {
        display: none;
    }
}
.header-hide .dashboard-main-workspace, .sidebar-hide .dashboard-main-workspace  {
    display: none;
}
@media only screen and (max-width: 1200px) {
    .dashboard-main-workspace  {
        display: none;
    }
}
.workspace-active .dashboard-main-workspace {
    width: 360px;
}
.subscribe-bar {
    color: rgb(253, 188, 61);
    background-color: rgba(253, 181, 40, 0.12);
}
.subscribe-bar a {
    color: rgb(253, 188, 61) !important;
}
.container-fluid-tools {
    height: calc(100vh - 56px);
}
.container-fluid-tools .tools-card {
    height: calc(100vh - 56px) !important
}

@media only screen and (min-width: 780px) {
    .rounded-lg-0 {
        border-radius: 0 !important;
    }
}
@media only screen and (max-width: 780px) {
    .container-fluid-tools {
        overflow-x: hidden;
        overflow-y: scroll;
    }
}
.tool-form {
    height: 100%
}
@media only screen and (max-width: 780px) {
    .tool-form {
        height: 100%
    }
}
@media only screen and (max-width: 780px) {
    .container-fluid-tools .tools-card {
        height: auto !important;
    }
    .container-fluid-tools {
        height: calc(100vh - 56px) !important;
    }
}
.subheading-editor-buttons {
    position: absolute;
    right: -32px;
    bottom: 0;
    top: 0;
}
.subheading-editor-buttons a {
    font-size: 1.5rem;
    color: #3c82f6;
    cursor: pointer;
}
.article-editor-sidebar {
    width: 280px;
    min-width: 280px;
}
@media only screen and (max-width: 780px) {
    .article-editor-sidebar {
        width: 100%;
    }
}
.btn-upgrade, .btn-upgrade:hover, .btn-upgrade:active {
    background-image: linear-gradient(90deg,#00cdfa -20.67%,#9058ff 42.73%,#ff76df 105.77%);
    color: white;
}
.card-tool-icon {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.auth-content {
    display: flex;
    display: -webkit-flex; }

.auth-content {
    flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }

.auth-image {
    position: relative;
    width: 58.33%;
    margin-bottom: -8px;
    background-position: center center;
    background-size: cover;
    background: #b880ff;
    background-repeat: no-repeat, no-repeat;
}
.auth-image::after{
    background-color: white;
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    left: 86%;
    border-radius: 50%;
    padding-bottom: 200%;
}
.auth-image figure {
    max-width: 70%;
}
.booking-img {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.auth-form {
    width: 41.67%;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

@media screen and (max-width: 1200px) {

    .auth-content {
        flex-direction: column;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        -o-flex-direction: column;
        -ms-flex-direction: column; }

    .auth-image, .auth-form {
        width: 100%;
    }

    .auth-image {
        order: 2;
        text-align: center; }

    .auth-form {
        order: 1;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px; }

    .booking-img {
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        width: 100%; } }
@media screen and (max-width: 480px) {

}

.btn-google, .btn-google:hover {
    color: white;
    background-color: #ea4335;
}

.btn-facebook, .btn-facebook:hover {
    color: white;
    background-color: #4f85eb;
}
.bg-chat-main {
    background-color: white;
}
.bg-chat-sender {
    background-color: #0284ff;
    color: white;
}
.bg-chat-response {
    background-color: #e4e6eb;
}
.modal-dialog {
    margin: 6.75rem auto 0;
}
/* dashboard */
.dashboard-header {
    top: 0;
    z-index: 10 !important;
}
.dashboard-header .tool-search-button {
    height: 40px;
    border-radius: 20px;
}
.dashboard-main {
    /*padding-top: 72px;*/
}
.dashboard-main-sidebar {
    position: fixed;
    width: 300px;
    height: 100vh;
    background-color: white;
    z-index: 20;
}
.sidebar-hide .dashboard-main-sidebar {
    display: none !important;
}
.dashboard-main-sidebar .nav-pills .nav-item {
    margin-top: 4px;
}
.dashboard-main-sidebar .nav-pills .nav-item a {
    font-weight: 500;
    font-size: .9rem;
    line-height: 1.25rem;
    padding: 0.5rem;;
    border-radius: 12px;
}
.dashboard-main-sidebar small {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 600;
}
.dashboard-main-sidebar .nav-sidebar .nav-item:hover a {
    background-color: whitesmoke;
}
.dashboard-main-sidebar .nav-sidebar .nav-item.active a {
    background-color: whitesmoke;
}
.dashboard-main-sidebar .nav-sidebar .nav-item:hover a .nav-item-sidebar-icon, .dashboard-main-sidebar .nav-sidebar .nav-item.active a .nav-item-sidebar-icon {
    background-color: #ebebeb;
}
.dashboard-main-sidebar .nav-sidebar .nav-item-sidebar-icon {
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background-color: whitesmoke;
}
.sidebar-hide .menu-hamburger {
    display: none !important;
}
.btn-back {
    display: none;
}
.sidebar-hide .btn-back {
    display: block;
}
.sidebar-hide .suggest-tools {
    display: flex !important;
}
@media only screen and (max-width: 780px) {
    .sidebar-hide .dashboard-main-sidebar {
        display: unset;
    }
    .sidebar-hide .suggest-tools {
        display: none !important;
    }
}
.dashboard-main-routes {
    padding: 0 0 0 300px;
}
.sidebar-hide .dashboard-main-routes {
    padding: 0;
    min-height: 100vh;
    position: fixed;
}
.editor-container .ck.ck-editor__main {
    height: calc(100vh - 100px);
    overflow-x: hidden;
    overflow-y: scroll;
}
.nav-back {
    display: none;
}
.sidebar-hide .nav-back {
    display: block;
}
.sidebar-hide .nav-logo {
    display: none !important;
}
@media only screen and (max-width: 992px) {
    .dashboard-main-sidebar {
        background-color: rgba(0, 0, 0, 0.575);
        transform: translateX(-150%);
        top: 0;
        left: 0;
        bottom: 0;
        height: 100vh;
        width: 100%;
    }
    .dashboard-main-sidebar > div {
        width: 280px;
        background-color: white;
        padding: 0;
    }
    .dashboard-main-sidebar.m-shown {
        transform: translateX(0);
    }
    .dashboard-main-routes {
        padding: 0;
    }
}
.modal-projects {
    margin-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: 450px;
}
.modal-projects .modal-content {
    border: 0;
    border-radius: 0;
    height: 100vh;
}
.tool-variants {
    height: 48px;
}
.tool-variants-number {
    width: 24px;
    text-align: center;
}

.dropdown-menu-tools {
    position: relative;
    padding: 0 !important;
}

.dropdown-menu-tools .search-wrapper {
    position: sticky;
    top: 0;
    z-index: 1;
    width: 100%;
    background: white;
    padding: 1rem;
}

.dropdown-menu-tools .search-wrapper input {

}

.fixed-bottom-dropdown .dropdown-menu{
    right: 0 !important;
    top: 100% !important;
    transform: none !important;
}
.text-result-card p:last-child {
    margin-bottom: 0;
}
.image-result-card {
    width: 100%;
    aspect-ratio: 1;
}
.single-blog-item .post-info .post-categories a {
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #d2a98e;
    text-decoration: none;
}
.single-blog-item .post-info .post-title {
    line-height: 1.3;
}
.text-container {
    position: relative;
}

.cursor {
    position: absolute;
    top: 8px;
    margin-top: -4px;
    right: 0;
    width: 2px;
    height: 70%;
    background-color: black;
    animation: blink 0.7s ease-in-out infinite;
}
.bg-hero .cursor {
    background-color: white;
}
@keyframes blink {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


.dustbin {
    border: 1px solid #e2e8f0;
}
.toggle {
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0 !important;
}
.toggle-switch {
    display: inline-block;
    background: #ccc;
    border-radius: 16px;
    width: 58px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}
.toggle-switch:before, .toggle-switch:after {
    content: "";
}
.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
    width: 24px;
    height: 24px;
    position: absolute;
    top: 4px;
    left: 4px;
    transition: left 0.25s;
}
.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5);
}
.toggle-checkbox:checked + .toggle-switch {
    background: #3c82f6;
}
.toggle-checkbox:checked + .toggle-switch:before {
    left: 30px;
}
.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}
.toggle-label {
    margin-left: 1rem;
    position: relative;
    top: 2px;
}
.table thead, .table thead th {
    border-bottom: 0;
}
.table>:not(:first-child) {
    border-top: 0;
}
.table>:not(caption)>*>*:first-child {
    padding-left: 1.5rem;
}
.table>:not(caption)>*>*:last-child {
    padding-right: 1.5rem;
}
.table tbody tr:last-child td {
    border-bottom: none;
}
.form-outline {
    color: #A0AEC6;
}
.tool-card {
    background-color: white;
}
.tool-card:hover {
    background: #f4f4f4;
    cursor: pointer;
}
.tool-card:hover .btn {
    color: white;
}
.tool-card:hover .toggle-checkbox:checked + .toggle-switch {
    background: white !important;
}
.tool-card:hover .toggle-switch:before {
    background: #3c82f6 !important;
    box-shadow: none !important;
    border: 0 !important;
}
.tool-card:hover p {

}
.tool-card:hover .text-secondary{

}
.tool-card:hover .text-normal{
    color: #bfdbfe !important;
}
.variants-form-control {
    border: 1px solid #e2e8f0;
    box-shadow: none !important;
}
.avatar-chain {
    border-radius: 50%;
    overflow: hidden;
    width: 24px;
    height: 24px;
    border: 1px solid #f0f7ff;
    display: flex;
}
.avatar-chain img {
    width: 100%;
}
.avatar-chain:not(:first-child) {
    margin-left: -8px;
}
.avatar-chain.lg {
    border-radius: 50%;
    overflow: hidden;
    width: 42px;
    height: 42px;
    border: 1px solid #f0f7ff;
}
.avatar-chain.lg:not(:first-child) {
    margin-left: -12px;
}
.paper-simulator {
    width: 100%;
    pointer-events: none;
    max-height: 266px;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 !important;
}
.paper-simulator .content {
    width: 794px;
    height: 1123px;
    transform: scale(0.37);
    pointer-events: none;
    overflow: hidden;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform-origin: top left;
}
.paper-simulator .content img {
    object-fit: contain;
    width: 100%;
}
@media only screen and (max-width: 780px) {
    .left-sidebar-container {
        display: none;
    }
    .docs-companion-app-switcher-container {
        display: none;
    }
}
.online-dot {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: limegreen;
}
.typing {
    align-items: center;
    display: flex;
    height: 17px;
}
.typing .dot {
    animation: mercuryTypingAnimation 1.8s infinite ease-in-out;
    border-radius: 50%;
    height: 7px;
    margin-right: 4px;
    vertical-align: middle;
    width: 7px;
    display: inline-block;
}
.typing .dot:nth-child(1) {
    animation-delay: 200ms;
}
.typing .dot:nth-child(2) {
    animation-delay: 300ms;
}
.typing .dot:nth-child(3) {
    animation-delay: 400ms;
}
.typing .dot:last-child {
    margin-right: 0;
}

@keyframes mercuryTypingAnimation {
    0% {
        transform: translateY(0px);
    }
    28% {
        transform: translateY(-7px);
    }
    44% {
        transform: translateY(0px);
    }
}

.separator {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #e2e8f0;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}