@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@600;700;800&display=swap";
@charset "UTF-8".social-logins-box {
    display: flex;
    gap: 1rem !important;
    flex-wrap: wrap !important;
}
.social-logins-box .social-login-button {
    flex-grow: 1;
    text-align: center;
    border-radius: 10px;
    font-size: 12px;
    padding: 10px 5px;
    transition: 0.3s;
    display: flex;
    width: calc(50% - 0.5rem);
    align-items: center;
    justify-content: center;
}
.social-logins-box .social-login-button:hover,
.social-logins-box .social-login-button:focus {
    border-color: #000 !important;
    background-color: #000;
    color: #fff !important;
    box-shadow: 0 1px 3px #21212180 !important;
}
.login-background {
    background: #fff;
}
#login-google,
#login-facebook,
#login-twitter {
    color: #728097;
    border: 1px solid #dfe3e7;
}
#login-twitter:hover svg {
    fill: #fff;
}
#login-linkedin {
    color: #728097;
    border: 1px solid #dfe3e7;
}
#login-linkedin:hover svg {
    fill: #fff;
}
.login-title {
    font-weight: 800;
    text-shadow: 1px 1px 2px rgb(40 40 40 / 0.2);
}
.login-main-button {
    width: 50%;
    font-size: 14px !important;
    text-transform: none !important;
}
#login-footer {
    bottom: 0;
    left: 32.5%;
}
.invalid-feedback {
    font-size: 10px !important;
    color: #ff3547 !important;
}
#login-background {
    background-position: center;
    vertical-align: middle;
    width: 100vw;
    height: 100vh;
}
#login-background .login-bg {
    background: #fff;
    background-size: 300% 300%;
    animation: login-gradient 30s ease infinite;
    height: 100vh;
    margin: 0 auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
#frontend-local-login {
    position: absolute;
    top: 2rem;
    right: 0;
}
#frontend-local-login .dropdown-menu {
    top: 15px !important;
    border-radius: 10px;
}
#frontend-local-login .icon span,
#frontend-local-login .icon i {
    font-weight: 600;
    color: #000;
}
#frontend-local-login .icon:hover span,
#frontend-local-login .icon:hover i {
    color: #007bff;
}
@-webkit-keyframes login-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
@-moz-keyframes login-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
@keyframes login-gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0% 50%;
    }
}
html {
    scroll-behavior: smooth;
}
.frontend-body {
    background: #fff;
}
.blue-background {
    background: #f5f9fc;
}
.frontend-background {
    background: #fff0;
}
.btn-primary-frontend {
    font-size: 16px;
    width: 250px;
    height: 50px;
    line-height: 48px;
    font-weight: 600;
    border-radius: 50vh;
    color: #fff !important;
    background-image: linear-gradient(#007bff, #007bff8f);
    border-top: 1px solid rgb(255 255 255 / 0.4392156863);
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    z-index: 10;
}
.btn-primary-frontend:hover {
    transition: all 0.3s ease;
    background: #0c0c0d;
    border: 1px solid #007bff;
}
.btn-primary-frontend-small {
    font-size: 14px;
    width: 200px;
    height: 45px;
    line-height: 40px;
    font-weight: 600;
    border-radius: 50vh;
    color: #fff !important;
    background: #1e1e2d;
    border-top: 1px solid rgb(255 255 255 / 0.4392156863);
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    z-index: 10;
}
.btn-primary-frontend-small:hover {
    transition: all 0.3s ease;
    background: #0c0c0d;
    border: 1px solid #007bff;
}
.btn-frontend-scroll-effect {
    position: relative;
    transform: translateZ(0);
    text-decoration: none;
    transition-delay: 0.6s;
    overflow: hidden;
}
.btn-frontend-scroll-effect div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.btn-frontend-scroll-effect span {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
    transition: transform 0.5s ease;
    left: 0;
}
.btn-frontend-scroll-effect span:first-child {
    transform: translateY(100%);
}
.btn-frontend-scroll-effect span:last-child {
    transform: translateY(0);
}
.btn-frontend-scroll-effect:hover:after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0;
}
.btn-frontend-scroll-effect:hover:before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0;
}
.btn-frontend-scroll-effect:hover span:first-child {
    transform: translateY(0);
}
.btn-frontend-scroll-effect:hover span:last-child {
    transform: translateY(-100%);
}
.row .title .white {
    color: #fff;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 0.6);
}
.row .title h3 {
    font-size: 36px;
    font-weight: 800;
    color: #1e1e2d;
    text-shadow: 1px 1px 2px rgb(40 40 40 / 0.2);
}
.row .title h3 span {
    color: #007bff;
}
.row .title h6 {
    color: #525963;
}
.row .title p {
    font-size: 12px;
    color: #007bff;
    font-weight: 600;
    text-transform: uppercase;
}
.secondary-navbar .navbar-nav li.nav-item a.nav-link {
    color: #1e1e2d;
}
.secondary-navbar #login-button {
    color: #1e1e2d !important;
}
.secondary-navbar #login-button:hover {
    color: #007bff !important;
}
.secondary-navbar #frontend-local .icon span {
    color: #1e1e2d !important;
}
.secondary-navbar #frontend-local .icon span:hover {
    color: #007bff !important;
}
.secondary-background {
    background: #f8fafc !important;
}
#main {
    background: #0e071f;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/build/assets/bg-CIFYnVT3.webp);
    position: relative;
}
#main .fixed-height {
    height: 0.5em;
}
#main .navbar {
    background: #fff0;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 50px;
    z-index: 100;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
    border-bottom: 1px solid rgb(255 255 255 / 0.1);
}
#main .navbar-nav {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    margin: auto;
}
#main .frontend-buttons {
    margin-left: 4rem;
}
#main #login-button {
    color: #1e1e2d;
    margin-right: 0.5rem;
    vertical-align: middle;
}
#main #login-button:hover,
#main #login-button:focus {
    color: #1e1e2d;
}
#main #top-main-button {
    display: inline-flex;
    background: #0c0c0d;
    border: none !important;
}
#main .icon i {
    color: #000;
}
#main .navbar-nav li.nav-item a.nav-link {
    padding: 0 15px;
    color: #064c94;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 0.1);
    font-size: 14px;
    cursor: pointer !important;
}
#main .navbar-nav li.nav-item a.nav-link .active {
    color: #1e1e2d;
}
#main .navbar-nav li.nav-item a.nav-link:hover,
#main .navbar-nav li.nav-item a.nav-link:focus {
    color: #1e1e2d;
}
#main .dark-color {
    color: #1e1e2d;
}
#main #login-buttons {
    width: auto;
}
#main .navbar-nav li.nav-item a.active {
    color: #1e1e2d;
}
#main .action-button {
    background: #007bff;
    outline: none;
    text-decoration: none;
    min-width: 125px;
    color: #fff;
    padding: 0.375rem 0.75rem;
    border-radius: 35px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#main .action-button:hover,
#main .action-button:focus {
    background: #1e1e2d;
}
#main .register-button,
#main .dashboard-button {
    background: #1e1e2d;
}
#main .register-button:hover,
#main .register-button:focus,
#main .dashboard-button:hover,
#main .dashboard-button:focus {
    background: #ffab00;
}
#main .minimize-navbar {
    line-height: 60px;
    background: #fff;
    box-shadow: 0 1px 3px #0000004d;
}
#main .minimize-navbar li.nav-item a {
    color: #1e1e2d !important;
}
#main .minimize-navbar li.nav-item:hover a.nav-link,
#main .minimize-navbar li.nav-item:focus a.nav-link {
    color: #007bff !important;
}
#main .minimize-navbar .icon span {
    color: #1e1e2d;
}
#main .minimize-navbar .icon i,
#main .minimize-navbar .icon:hover span {
    color: #007bff;
}
#main .minimize-navbar .icon:hover i,
#main .minimize-navbar #login-button {
    color: #1e1e2d;
}
#main .minimize-navbar #login-button:hover,
#main .minimize-navbar #login-button:focus {
    color: #007bff;
}
#main #main-background {
    background-color: #fff0;
    background-image: linear-gradient(85deg, #007bff, #007bffd9);
}
#main .text-container h1,
#main .text-container h2.ah-headline {
    color: #fff;
    line-height: 1em;
    margin: 0;
    font-weight: 800;
    font-size: 70px;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 0.6);
}
#main .text-container h6 {
    font-weight: 900;
    color: #fff;
}
#main .text-container p {
    font-family: Poppins, sans-serif;
    color: #fff;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-weight: 700;
}
#main .curve-box {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0;
}
#main .curve-box .curve {
    fill: #fff;
    width: 100%;
    height: auto;
}
#main .happy-customers {
    color: #8d5200;
    background-color: #ffd900;
    border-radius: 100px;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 15px 5px 5px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    display: flex;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#main .happy-customers .customer-avatars {
    flex-direction: row-reverse;
    align-items: center;
    margin-right: 8px;
    display: flex;
}
#main .happy-customers .customer-avatars .small-avatar {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
}
#main .happy-customers .customer-avatars .small-avatar.overlap {
    margin-right: -12px;
}
#frontend-local {
    padding-top: 0;
}
#frontend-local .icon:hover span {
    color: #1e1e2d;
}
#frontend-local .dropdown-menu {
    line-height: 15px;
}
#frontend-local .dropdown-menu-arrow.dropdown-menu-right:before,
#frontend-local .dropdown-menu-arrow.dropdown-menu-right:after {
    content: none;
}
.special-action-button {
    box-shadow: 0 5px 10px #3c429660 !important;
    border-radius: 35px !important;
    transition: all 0.3s ease !important;
}
.special-action-button:focus,
.special-action-button:hover {
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224 !important;
}
.vertical-center {
    align-items: center;
}
#features {
    background: #fff;
    padding: 0 0 96px;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(/build/assets/pattern-LgbXdP9a.svg);
}
#features .features-nav-menu .features-nav-menu-inner .nav-tabs {
    border-bottom: none;
    justify-content: space-around;
}
#features .features-nav-menu .features-nav-menu-inner .nav-tabs .nav-link {
    margin-bottom: 0;
    border: 1px solid #dbe2eb;
    border-radius: 10px;
    color: #728096;
    padding: 1.5rem 0.5rem;
    width: 170px;
    transition: all 0.5s ease;
    background: #fff;
}
#features
    .features-nav-menu
    .features-nav-menu-inner
    .nav-tabs
    .nav-link:hover {
    box-shadow: 0 20px 40px -12px #0000001a;
    border: none;
    color: #1e1e2d;
    transform: translateY(-5px);
}
#features
    .features-nav-menu
    .features-nav-menu-inner
    .nav-tabs
    .nav-link.active {
    box-shadow: 0 20px 40px -12px #0000001a;
    border: none;
    color: #1e1e2d;
    background: #fff;
    font-weight: 600;
}
#features .features-outer-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#features .features-outer-wrapper .features-inner-wrapper .feature-title h4 {
    font-weight: 800;
    text-shadow: 1px 1px 2px rgb(40 40 40 / 0.2);
}
#features .features-outer-wrapper .features-inner-wrapper .feature-title h6 {
    text-transform: uppercase;
    color: #525963;
}
#features .features-outer-wrapper .features-inner-wrapper .feature-title h6 i {
    color: #fff;
    padding: 7px;
    border-radius: 5px;
}
#features
    .features-outer-wrapper
    .features-inner-wrapper
    .feature-title
    h6
    .purple-icon {
    background: #ab54eb;
}
#features
    .features-outer-wrapper
    .features-inner-wrapper
    .feature-title
    h6
    .yellow-icon {
    background: #ff9d00;
}
#features
    .features-outer-wrapper
    .features-inner-wrapper
    .feature-title
    h6
    .blue-icon {
    background: #007bff;
}
#features
    .features-outer-wrapper
    .features-inner-wrapper
    .feature-title
    h6
    .black-icon {
    background: #1e1e2d;
}
#features
    .features-outer-wrapper
    .features-inner-wrapper
    .feature-description
    p {
    color: #525963;
}
#features .features-outer-wrapper .features-inner-wrapper .feature-footer p {
    color: #728096;
}
#templates-wrapper {
    background: #fff;
    padding: 36px 0 112px;
    position: relative;
}
#templates-wrapper .templates-nav-menu {
    margin-bottom: 2rem;
}
#templates-wrapper .show-templates {
    overflow: hidden;
    max-height: 640px;
}
#templates-wrapper .favority-templates-panel {
    max-height: initial;
    position: relative;
}
#templates-wrapper .show-templates:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(50%, #fff0),
        to(white)
    );
    background: -webkit-linear-gradient(top, #fff0 50%, white 100%);
    background: linear-gradient(to bottom, #fff0 50%, #fff);
    pointer-events: none;
}
#templates-wrapper .template-nav-menu-inner {
    background-color: #fff;
    box-shadow: 0 0 9px #6464641a;
    width: fit-content;
    margin: 0 auto;
}
#templates-wrapper .show-templates-button {
    bottom: 0;
    left: 0;
    right: 0;
    padding-bottom: 4px;
    z-index: 1;
    background: #fff;
    margin-top: 20px;
    text-align: center;
}
#templates-wrapper .show-templates-button a {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #1e1e2d;
    font-size: 12px;
    color: #fff;
    padding: 6px 24px;
    border-radius: 14px;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    transition: all 50ms ease;
}
#templates-wrapper .show-templates-button a:hover {
    background: #007bff;
}
#templates-wrapper .show-templates .show-templates-button {
    position: absolute;
    margin-top: 0;
}
#templates-wrapper .template {
    margin-top: 0;
}
#templates-wrapper .template .card {
    box-shadow: none;
}
#templates-wrapper .show-templates-button a span:first-child,
#templates-wrapper .show-templates .show-templates-button a span:last-child {
    display: none;
}
#templates-wrapper .show-templates .show-templates-button a span:first-child,
#templates-wrapper .show-templates-button a span:last-child {
    display: block;
}
#templates-wrapper .hide-template-button {
    display: none !important;
}
#banner-wrapper {
    padding: 0 0 90px;
    background: #fff;
}
#banner-wrapper h6 {
    font-size: 14px;
    text-transform: uppercase;
    color: #44566c;
    margin-bottom: 4rem;
    letter-spacing: 1px;
}
#banner-wrapper img:hover {
    cursor: pointer;
}
#benefits-wrapper {
    background: #f8fafc;
    padding-bottom: 6rem;
}
#benefits-wrapper .title {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
#benefits-wrapper .title h6 {
    line-height: 1.5;
}
#benefits-wrapper .benefits-box-wrapper {
    box-shadow: 0 20px 25px -5px #0f172a1a, 0 8px 10px -6px #0f172a1a;
    padding: 1.5rem;
    border-radius: 1rem;
    background: #fff;
    transition: all 0.3s ease;
}
#benefits-wrapper .benefits-box-wrapper .benefit-title h6 {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 1rem;
}
#benefits-wrapper .benefits-box-wrapper .benefit-description p {
    color: #525963;
    font-size: 14px;
}
#benefits-wrapper .benefits-box-wrapper .benefit-image img {
    transition: all 0.3s ease;
}
#benefits-wrapper .benefits-box-wrapper:hover,
#benefits-wrapper .benefits-box-wrapper:focus {
    cursor: pointer;
    box-shadow: none;
}
#benefits-wrapper .benefits-box-wrapper:hover .benefit-image img,
#benefits-wrapper .benefits-box-wrapper:focus .benefit-image img {
    scale: 1.03;
    transform: translateY(-5px);
}
#prices {
    padding: 0 0 64px;
    background-color: #fff;
}
#prices .tabs-menu ul {
    padding: 5px 7px;
    background: #f5f9fc;
    border-radius: 1.5rem;
}
#prices .tabs-menu ul li a {
    width: auto;
    text-transform: none;
}
#prices .card {
    box-shadow: none !important;
    transition: all 0.2s;
    min-width: 260px;
}
#prices .card:hover,
#prices .card:focus {
    box-shadow: 0 0 12px #21212133 !important;
    transform: translateY(-5px);
}
#prices .card:hover .plan-cost,
#prices .card:focus .plan-cost {
    color: #007bff;
}
#prices .card:hover .prepaid-plan .plan-cost,
#prices .card:focus .prepaid-plan .plan-cost {
    color: #1e1e2d;
}
#prices .card:hover .prepaid-plan .plan-title,
#prices .card:focus .prepaid-plan .plan-title {
    color: #007bff;
}
#prices .card .plan-cost {
    font-size: 40px;
    font-weight: 800;
    color: #1e1e2d;
    font-family: Open Sans, sans-serif;
    line-height: 1.1;
}
#prices .card .welcome-plan-currency-sign {
    font-size: 20px;
    margin-bottom: 20px;
    position: absolute;
    top: 25px;
    color: #ccc;
    font-weight: 800;
    font-family: Poppins, sans-serif;
}
#prices .card .divider {
    background-color: #e6e6e6;
    border-radius: 5px;
    height: 3px;
    width: 40px;
}
#prices .card .plan-title {
    font-size: 18px;
    font-weight: 800;
    font-family: Poppins, sans-serif;
    margin-bottom: 1rem;
    color: #007bff;
    text-shadow: 1px 1px 2px rgb(40 40 40 / 0.1);
}
#prices .card ul li {
    margin-bottom: 0.3rem;
}
#prices .card ul li .plan-feature-text {
    color: #525963;
}
.download-page {
    background: #f5f9fc !important;
}
#blogs {
    background: #fff;
    padding: 0 0 144px;
}
#blogs .container {
    position: relative;
}
#blogs .blog {
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 295px;
}
#blogs .blog .main-image {
    width: 100%;
    height: auto;
    border-radius: 2rem;
}
#blogs .main-text {
    width: 80%;
    margin: auto;
}
#blogs .slick-slider .slick-track {
    height: 355px !important;
}
#blogs .blog-box {
    min-height: 270px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0 6px 8px -6px #18274a1f, 0 8px 16px -6px #18274a14;
    transition: all 0.5s;
}
#blogs .blog-box .blog-img {
    position: relative;
}
#blogs .blog-box .blog-img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
    transition: transform 0.2s;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#blogs .blog-box .blog-img span {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 10px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 12px;
}
#blogs .blog-box .blog-info {
    padding: 1rem;
}
#blogs .blog-box .blog-info h5 {
    font-size: 14px;
    font-weight: 700;
}
#blogs .blog-box .blog-info h6 {
    font-size: 12px;
}
#blogs .blog-box .blog-info i {
    font-size: 9px !important;
}
#blogs .blog-box:hover {
    box-shadow: 0 16px 24px -6px #18274a1f, 0 16px 24px -6px #18274a14;
}
#blogs .blog-view {
    max-height: 300px;
    margin-bottom: 4rem;
}
#blogs .blog-view img {
    max-height: 300px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    width: 100%;
}
#blogs .blogs .slick-slide img {
    display: inline-block;
}
#blogs .blogs .slick-dots {
    position: relative;
    bottom: 0;
}
#blogs .blogs .slick-dots li button:before {
    color: #007bff;
}
#blogs .blogs .slick-dots li.slick-active button:before {
    color: #007bff;
}
#blogs .blogs .slick-slide:hover {
    cursor: pointer;
}
#blogs .blogs-prev,
#blogs .blogs-next {
    position: absolute;
    top: 33%;
    font-size: 10px;
    cursor: pointer;
}
#blogs .blogs-prev i,
#blogs .blogs-next i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    color: #007bff;
    line-height: 40px;
    transition: all ease 0.3s;
    box-shadow: 0 4px 9px #00000014, 0 5px 5px #0000001a,
        0 5px 2px -5px #00000029;
}
#blogs .blogs-prev i:hover,
#blogs .blogs-prev i:focus,
#blogs .blogs-next i:hover,
#blogs .blogs-next i:focus {
    box-shadow: 0 2px 4px #00000014, 0 5px 5px #0000001a,
        0 5px 2px -5px #00000029;
    color: #ffa838;
}
#blogs .blogs-prev {
    left: -50px;
}
#blogs .blogs-next {
    right: -50px;
}
#blogs .blog-all a {
    background: #1e1e2d;
    font-size: 12px;
    color: #fff;
    padding: 6px 24px;
    border-radius: 14px;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    transition: all 50ms ease;
}
#blogs .blog-all a:hover,
#blogs .blog-all a:focus {
    background: #007bff;
    box-shadow: 0 2px 20px #8a8a8a33;
}
#blogs .blog-all a i {
    font-size: 9px !important;
}
#contact-wrapper {
    padding: 0 0 128px;
    background-image: url(/build/assets/world-CMNy-fNt.png);
    background-position: center center;
    background-repeat: no-repeat;
    background: #fff;
}
#contact-wrapper #contact-row {
    display: block;
}
#contact-wrapper .contact-info-box {
    padding: 2rem;
}
#contact-wrapper .contact-info-box .contact-title h6 {
    font-size: 16px;
    font-weight: 800;
}
#contact-wrapper .contact-info-box .contact-title p {
    font-size: 14px;
    margin-bottom: 0.5rem;
}
#contact-wrapper .contact-info-box .contact-info a:hover {
    color: #007bff !important;
}
#contact-wrapper .row label {
    font-family: Lato, sans-serif;
}
#contact-wrapper .row button {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    background-color: #007bff;
    padding-left: 2rem;
    padding-right: 2rem;
    text-transform: none;
    font-weight: 700;
}
#contact-wrapper .row button:hover {
    background: #1e1e2d;
    border-color: #1e1e2d;
}
#contact-wrapper .form-control {
    background: #fff !important;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}
.font-weight-extra-bold {
    font-weight: 800;
}
.special-border-right {
    border-top-right-radius: 3rem !important;
}
.special-border-left {
    border-top-left-radius: 3rem !important;
}
.contact-background {
    background: #f8fafc !important;
}
.js-cookie-consent {
    position: fixed;
    font-size: 14px;
    bottom: 0;
    padding: 2rem;
    text-align: justify;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    color: #1e1e2d;
    box-shadow: 0 2px 16px #b3bad4b3 !important;
}
.js-cookie-consent .js-cookie-consent-agree {
    margin-left: 0.7rem;
    margin-top: 0.5rem;
    font-size: 10px;
    min-width: 80px;
    border-radius: 0.25rem;
    padding: 0.375rem 25px;
    text-transform: uppercase;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
.js-cookie-consent .js-cookie-consent-agree:hover,
.js-cookie-consent .js-cookie-consent-agree:focus {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
#frontend-local {
    float: left;
}
#frontend-local .nav-link.icon .header-icon {
    color: #fff;
    padding-left: 0;
}
#frontend-local .dropdown-menu {
    margin-top: 10px;
    min-width: 8rem;
    border-radius: 7px;
}
#frontend-local .dropdown-menu .dropdown-item:hover {
    color: #007bff;
}
section .alert {
    right: 1rem;
    margin-top: 0;
    color: #fff !important;
    font-family: Poppins, sans-serif;
    float: right;
}
#faqs {
    padding: 0 0 90px;
    background: #fff;
    background-image: url(https://starthubtwo.liquid-themes.com/wp-content/uploads/2021/11/bg.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.google-ads-728 {
    width: 100%;
    max-width: 728px;
    height: auto;
}
.google-ads-300 {
    width: 100%;
    max-width: 480px;
    height: auto;
}
#steps-wrapper {
    background: #fff;
    padding-bottom: 4rem;
}
#steps-wrapper .steps-box-wrapper:before {
    left: 50%;
    content: "";
    bottom: 12px;
    height: 40px;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    transform: translate(-50%);
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    width: 88%;
    z-index: -1;
}
#steps-wrapper .steps-box-wrapper:after {
    left: 50%;
    content: "";
    bottom: 12px;
    height: 40px;
    position: absolute;
    border-radius: 10px;
    background-color: #fff;
    transform: translate(-50%);
    transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    width: 82%;
    z-index: -2;
}
#steps-wrapper .steps-box-wrapper:hover {
    transform: translateY(-6px);
}
#steps-wrapper .steps-box-wrapper:hover:before {
    bottom: -9px;
    box-shadow: 0 30px 30px #030c160f;
}
#steps-wrapper .steps-box-wrapper:hover:after {
    bottom: -18px;
    box-shadow: 0 30px 30px #030c160f;
}
#steps-wrapper .steps-box-wrapper {
    transition: transform 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#steps-wrapper .steps-box {
    position: relative;
    border-radius: 10px;
    height: 180px;
    margin-bottom: 12px;
    padding: 1.5rem;
    transition: transform 0.3s ease;
    transition: transform 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
#steps-wrapper .steps-box:hover {
    box-shadow: 0 30px 30px #030c161a;
}
#steps-wrapper .steps-box .step-number-big p {
    font-family: Lato, sans-serif;
    position: absolute;
    font-size: 180px;
    right: 0;
    top: -70px;
    font-weight: 900;
    color: #edf8fd;
}
#steps-wrapper .steps-box .step-number h6 {
    color: #7c838d;
}
#steps-wrapper .steps-box .step-title h2 {
    font-size: 24px;
    font-weight: 800;
    position: relative;
    z-index: 5;
}
#steps-wrapper .steps-box .step-description p {
    font-size: 14px;
    position: relative;
    z-index: 5;
}
#steps-wrapper .steps-box .right-space {
    right: 1.2rem !important;
}
.slider-container {
    max-height: 650px;
    min-height: 650px;
    background: #0c0c0d;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
}
.slider-container .halo {
    background: radial-gradient(
        circle at 50% 120px,
        rgb(0 123 255 / 0.5) 0,
        transparent 50%
    );
    position: absolute;
    top: -10rem;
    width: 50%;
    height: 100%;
}
.slider-container .slider-image-container {
    grid-column-gap: 20px;
    display: flex;
}
.slider-container .slider-overlay-top {
    width: 100%;
    height: 80px;
    background-image: linear-gradient(rgb(0 0 0 / 0.55), transparent);
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
}
.slider-container .slider-overlay-top.bottom {
    background-image: linear-gradient(transparent, #0000008c);
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}
.slider-container .marquee-slider-content {
    min-width: 680px;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
    position: relative;
}
.slider-container .marquee-slider-content h2 {
    color: #fff;
    font-weight: 800;
}
.slider-container .rounded-image {
    border-radius: 8px;
    box-shadow: 0 2px 5px #00000026;
}
.slider-container .hero-marquee-inner {
    grid-column-gap: 16px;
    flex: none;
    display: flex;
}
.slider-container .hero-marquee-inner.horizontal {
    grid-row-gap: 20px;
    flex-direction: column;
}
.slider-container .hero-marquee-inner.horizontal.reversed {
    grid-column-gap: 20px;
}
.slider-container .track-horizontal {
    grid-column-gap: 16px;
    flex: none;
    display: flex;
}
.slider-container .div-logo.mx-120 {
    max-width: 100px;
}
.slider-container .track-horizontal.left1,
.slider-container .track-horizontal.left2,
.slider-container .track-horizontal.left3,
.slider-container .track-horizontal.left4,
.slider-container .track-horizontal.left5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
}
.slider-container .track-horizontal.left1 {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 130s linear infinite;
}
.slider-container .track-horizontal.left2 {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-reversed 100s linear infinite;
}
.slider-container .track-horizontal.left3 {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 40s linear infinite;
}
.slider-container .track-horizontal.left4 {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-reversed 40s linear infinite;
}
.slider-container .track-horizontal.left5 {
    white-space: nowrap;
    will-change: transform;
    animation: marquee-horizontal 90s linear infinite;
}
@keyframes marquee-horizontal {
    0% {
        transform: translateY(0);
    }
    to {
        transform: translateY(-25%);
    }
}
@keyframes marquee-reversed {
    0% {
        transform: translateY(-25%);
    }
    to {
        transform: translateY(0);
    }
}
#reviews-wrapper {
    background-image: linear-gradient(#242a33, #1a1f26);
    padding: 96px 0;
    overflow: hidden;
}
#reviews-wrapper .scroll-wrapper {
    justify-content: center;
    align-items: center;
}
#reviews-wrapper .scroll-line {
    justify-content: center;
    display: flex;
}
#reviews-wrapper .scroll-line .scroll-inner-line {
    grid-column-gap: 16px;
    grid-row-gap: 0;
    flex-direction: row;
    flex: none;
    margin-bottom: 24px;
    margin-right: 16px;
    display: flex;
}
#reviews-wrapper .scroll-line .scroll-inner-line .scroll-feature {
    height: 170px;
    width: 400px;
    background-color: #282e38;
    border-top: 1px solid rgb(64 71 82 / 0.5);
    border-radius: 12px;
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    padding: 12px 16px 12px 12px;
    display: flex;
    margin-left: 1rem;
    margin-top: 1rem;
}
#reviews-wrapper
    .scroll-line
    .scroll-inner-line
    .scroll-feature
    .div-img-feaure {
    width: 48px;
    height: 48px;
    background-color: #fff;
    border-radius: 12px;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
    display: flex;
}
#reviews-wrapper
    .scroll-line
    .scroll-inner-line
    .scroll-feature
    .div-img-feaure
    img {
    max-width: 100%;
    display: inline-block;
}
#reviews-wrapper .scroll-line .scroll-inner-line .scroll-feature .name-feature {
    color: #fff;
    margin-bottom: 0;
}
.reviews-card-wrapper {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: flex;
    position: relative;
}
.review-list-wrapper {
    grid-column-gap: 24px;
    margin-left: -400px;
    display: flex;
}
.review-list-wrapper.second {
    justify-content: flex-start;
    position: relative;
    left: -860px;
}
.reviews-list {
    grid-column-gap: 24px;
    flex-direction: row;
    display: flex;
}
.review-card-scroll {
    width: 450px;
    max-height: 250px;
    grid-row-gap: 16px;
    color: #fff;
    background-color: #282e38;
    border-top: 1px solid rgb(64 71 82 / 0.5);
    border-radius: 12px;
    flex-direction: column;
    padding: 32px;
    display: flex;
    position: relative;
    overflow: hidden;
}
.review-card-scroll:hover {
    transform: translateY(-10px);
    transition: transform 0.25s ease-in-out;
    background-color: #fff;
}
.review-card-scroll:hover .review-text {
    color: #282e38;
}
.review-card-scroll:hover .reviewer-star {
    background: #007bff !important;
}
.review-card-scroll .hori-between-div {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
}
.review-card-scroll .hori-between-div .horizontal-div {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}
.review-card-scroll .hori-between-div .horizontal-div .reviewer-portrait {
    padding: 3px;
    border: 1px solid #007bff;
    width: 70px;
    height: 70px;
    border-radius: 50%;
}
.review-card-scroll .hori-between-div .horizontal-div .reviewer-name {
    font-size: 14px;
    color: #007bff;
    font-weight: 700;
}
.review-card-scroll .hori-between-div .horizontal-div .reviewer-title {
    font-size: 14px;
    font-weight: 400;
    color: #7c838d;
}
.review-card-scroll .hori-between-div .horizontal-div .reviewer-star {
    position: absolute;
    right: 10%;
    top: 21%;
    background: #242a33;
    padding: 2px 10px 4px;
    border-radius: 8px;
    line-height: 1;
}
.review-card-scroll .review-text {
    font-size: 14px;
}
.review-card-scroll .review-text i {
    color: #7c838d;
}
.w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.review-list-wrapper {
    will-change: transform;
    animation: marquee-horizontal-first 60s linear infinite;
}
.review-list-wrapper.second {
    will-change: transform;
    animation: marquee-horizontal-second 30s linear infinite;
}
@keyframes marquee-horizontal-first {
    0% {
        transform: translate(0);
    }
    to {
        transform: translate(-40%);
    }
}
@keyframes marquee-horizontal-second {
    0% {
        transform: translate(0);
    }
    to {
        transform: translate(10%);
    }
}
@media only screen and (min-width: 992px) {
    .review-list-wrapper:hover {
        animation-play-state: paused;
    }
}
#welcome-footer {
    background-image: linear-gradient(#242a33, #1a1f26);
    position: relative;
}
#welcome-footer .curve-box {
    position: absolute;
    pointer-events: none;
    right: 0;
    top: -1px;
    left: 0;
}
#welcome-footer .curve-box .curve {
    fill: #fff;
    width: 100%;
    height: auto;
}
#welcome-footer .curve-box .secodary-curve {
    fill: #f8fafc;
}
#welcome-footer #footer {
    padding: 112px 0 48px;
}
#welcome-footer #footer h1 {
    font-size: 48px;
    color: #fff;
    font-weight: 900;
    text-shadow: 1px 2px 3px #000;
}
#welcome-footer #footer h3 {
    font-size: 24px;
    color: #7c838d;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 0.4);
}
#welcome-footer #footer a.footer-link {
    font-size: 12px;
    color: #7c838d;
    cursor: pointer;
}
#welcome-footer #footer a.footer-link:hover,
#welcome-footer #footer a.footer-link:focus {
    color: #007bff;
}
#welcome-footer #footer .notification {
    color: #7c838d;
}
#welcome-footer #back-to-top {
    line-height: 2.5;
}
#welcome-footer .footer-icon {
    text-align: center;
    color: #7c838d;
    width: 35px;
    font-size: 16px;
    margin-right: 0.5rem;
    cursor: pointer;
    border-radius: 3px;
    transition: all ease 0.3s;
}
#welcome-footer .footer-icon:hover,
#welcome-footer .footer-icon:focus {
    color: #fff;
}
#welcome-footer .twitter-icon {
    fill: #7c838d;
    margin-right: 0.5rem;
    width: 35px;
    margin-top: -4px;
}
#welcome-footer .twitter-icon:hover,
#welcome-footer .twitter-icon:focus {
    fill: #fff;
}
#welcome-footer #copyright {
    min-height: 112px;
    border-top: 1px solid #282e38;
    padding-top: 3rem;
}
#welcome-footer #copyright .header-locale {
    padding-top: 0;
    margin-left: 0;
}
#welcome-footer #copyright .nav-link.icon {
    margin-top: -0.9rem;
}
#welcome-footer #copyright .nav-link.icon span {
    color: #7c838d;
}
#welcome-footer #copyright .dropdown-menu-arrow.dropdown-menu-right:after {
    border: none;
}
#welcome-footer #copyright p {
    font-size: 12px;
    color: #7c838d;
}
#welcome-footer #copyright p a {
    color: #007bff;
    font-size: 12px;
    font-weight: 800;
}
#welcome-footer #copyright p a:hover,
#welcome-footer #copyright p a:focus {
    color: #fff;
    outline: none;
    text-decoration: none;
}
#info-banner {
    background: #fff;
}
#info-banner .container {
    background-image: linear-gradient(#242a33, #1a1f26);
    overflow: hidden;
    padding: 32px 0;
    border-radius: 2rem;
}
#info-banner .container .title h3 {
    color: #fff;
}
#info-banner .container .info-box {
    height: 170px;
    background-color: #282e38;
    border-top: 1px solid rgb(64 71 82 / 0.5);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 5px #00000026;
}
#info-banner .container .info-box .info-text {
    margin-top: auto;
    margin-bottom: auto;
}
#info-banner .container .info-box .info-text h4 {
    color: #fff;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 3px;
}
#info-banner .container .info-box .info-text p {
    color: #7c838d;
    margin-bottom: 0;
}
#info-banner .container .info-box .info-img img {
    margin-right: -10px;
    margin-top: -5px;
}
#info-banner .container .team-wrapper {
    position: relative;
}
#info-banner .container .team-wrapper img {
    width: 50px;
    height: 50px;
    position: absolute;
}
#info-banner .container .team-wrapper .team-image-1 {
    top: 20%;
    right: 5%;
}
#info-banner .container .team-wrapper .team-image-2 {
    top: 5%;
    right: 29%;
}
#info-banner .container .team-wrapper .team-image-3 {
    top: 5%;
    left: 29%;
}
#info-banner .container .team-wrapper .team-image-4 {
    top: 20%;
    left: 5%;
}
#info-banner .container .team-wrapper .team-text {
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 40%;
}
#info-banner .container .team-wrapper .team-text h4 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 3px;
}
#info-banner .container .team-wrapper .team-text p {
    color: #7c838d;
    margin-bottom: 0;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition-property: height, visibility;
        transition-duration: 0.01s;
    }
}
#page-wrapper {
    background: #fff;
}
.page-navbar {
    line-height: 60px;
    background: #fff !important;
    box-shadow: 0 1px 3px #0000004d;
}
.page-navbar .navbar-nav li.nav-item a.nav-link {
    color: #1e1e2d !important;
}
.page-navbar .navbar-nav li.nav-item a.nav-link:hover,
.page-navbar .navbar-nav li.nav-item a.nav-link:focus {
    color: #007bff;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-success {
    background-color: #38cb89 !important;
}
a.bg-success:hover,
a.bg-success:focus {
    background-color: #15ca7c !important;
}
button.bg-success:hover,
button.bg-success:focus {
    background-color: #15ca7c !important;
}
.bg-info {
    background-color: #007bff !important;
}
.bg-dark {
    background-color: #1e1e2d !important;
}
a.bg-info:hover,
a.bg-info:focus {
    background-color: #1594ef !important;
}
button.bg-info:hover,
button.bg-info:focus {
    background-color: #1594ef !important;
}
.bg-warning {
    background-color: #ffab00 !important;
}
a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #c29d0b !important;
}
button.bg-warning:hover,
button.bg-warning:focus {
    background-color: #c29d0b !important;
}
.bg-danger {
    background-color: #ef4b4b !important;
}
a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #a11918 !important;
}
button.bg-danger:hover,
button.bg-danger:focus {
    background-color: #a11918 !important;
}
.bg-light {
    background-color: #f0f0f2 !important;
}
a.bg-light:hover,
a.bg-light:focus {
    background-color: #f0f0f2 !important;
}
button.bg-light:hover,
button.bg-light:focus {
    background-color: #f0f0f2 !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.bg-gradient-success {
    background-image: linear-gradient(to left, #43c47a, #10ae23);
}
.bg-gradient-info {
    background-image: linear-gradient(to left, #8caef3, #5b7fff);
}
.bg-gradient-warning {
    background-image: linear-gradient(to left, #f8be8d, #ff9a44);
}
.bg-gradient-teal {
    background-image: linear-gradient(to left, #60c1db, #0698a7);
}
.bg-gradient-blue {
    background-image: linear-gradient(to left, #07aedb, #055ee9);
}
.bg-gradient-danger {
    background-image: linear-gradient(to left, #ff90a0, #fc6076);
}
.bg-gray-100 {
    background-color: #f2f2f2;
}
.bg-gray-200 {
    background-color: #e6e6e6;
}
.bg-gray-300 {
    background-color: #d9d9d9;
}
.bg-gray-400 {
    background-color: #ccc;
}
.bg-gray-500 {
    background-color: #bfbfbf;
}
.bg-gray-600 {
    background-color: #b3b3b3;
}
.bg-gray-700 {
    background-color: #a9a9a9;
}
.bg-gray-800 {
    background-color: #a6a6a6;
}
.bg-gray-900 {
    background-color: #999;
}
.bg-white-1 {
    background-color: #ffffff1a;
}
.bg-white-2 {
    background-color: #fff3;
}
.bg-white-3 {
    background-color: #ffffff4d;
}
.bg-white-4 {
    background-color: #fff6;
}
.bg-white-5 {
    background-color: #ffffff80;
}
.bg-white-6 {
    background-color: #fff9;
}
.bg-white-7 {
    background-color: #ffffffb3;
}
.bg-white-8 {
    background-color: #fffc;
}
.bg-white-9 {
    background-color: #ffffffe6;
}
.bg-black-1 {
    background-color: #0000001a;
}
.bg-black-2 {
    background-color: #0003;
}
.bg-black-3 {
    background-color: #0000004d;
}
.bg-black-4 {
    background-color: #0006;
}
.bg-black-5 {
    background-color: #00000080;
}
.bg-black-6 {
    background-color: #0009;
}
.bg-black-7 {
    background-color: #000000b3;
}
.bg-black-8 {
    background-color: #000c;
}
.bg-black-9 {
    background-color: #000000e6;
}
.border {
    border: 1px solid #ebecf1 !important;
}
.border-top {
    border-top: 1px solid #ebecf1 !important;
}
.border-right {
    border-right: 1px solid #ebecf1 !important;
}
.border-bottom {
    border-bottom: 1px solid #ebecf1 !important;
}
.border-left {
    border-left: 1px solid #ebecf1 !important;
}
.border-top-bottom {
    border-top: 1px solid #ebecf1 !important;
    border-bottom: 1px solid #ebecf1 !important;
}
.border-left-right {
    border-right: 1px solid #ebecf1 !important;
    border-left: 1px solid #ebecf1 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-top-bottom-0 {
    border-top: 0 solid #ebecf1 !important;
    border-bottom: 0 solid #ebecf1 !important;
}
.border-left-right-0 {
    border-right: 0 solid #ebecf1 !important;
    border-left: 0 solid #ebecf1 !important;
}
.border-success {
    border-color: #38cb89 !important;
}
.border-info {
    border-color: #5b7fff !important;
}
.border-warning {
    border-color: #ffab00 !important;
}
.border-danger {
    border-color: #dc0441 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-transparent {
    border-color: #ffffff26 !important;
}
.border-dark-transparent {
    border-color: #00000026 !important;
}
.border-light2 {
    border-color: #ebecf1 !important;
}
.border-white {
    border-color: #fff !important;
}
.border-wd-1 {
    border-width: 1px !important;
}
.border-wd-2 {
    border-width: 2px !important;
}
.border-wd-3 {
    border-width: 3px !important;
}
.border-wd-4 {
    border-width: 4px !important;
}
.border-wd-5 {
    border-width: 5px !important;
}
.rounded {
    border-radius: 3px !important;
}
.rounded-top {
    border-top-left-radius: 3px !important;
    border-top-right-radius: 3px !important;
}
.rounded-right {
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}
.rounded-bottom {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.rounded-left {
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}
.rounded-circle {
    border-radius: 50% !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.clearfix .fab {
    font-size: 25px;
}
.clearfix h5 {
    font-size: 20px;
    font-weight: 700;
}
i.fa.round {
    border-radius: 50%;
    padding: 5px;
    width: 15%;
}
.list-icon span p {
    border-radius: 15px;
    width: 50%;
    margin: 0 auto;
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714286%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}
.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}
.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}
.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}
.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}
.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}
.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}
.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}
.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}
.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}
.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}
.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}
.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}
.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}
.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}
@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 0.75rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 0.75rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 0.75rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 0.75rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 0.75rem !important;
    }
    .m-sm-4 {
        margin: 1rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1rem !important;
    }
    .m-sm-5 {
        margin: 1.5rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 1.5rem !important;
    }
    .m-sm-6 {
        margin: 2rem !important;
    }
    .mt-sm-6,
    .my-sm-6 {
        margin-top: 2rem !important;
    }
    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 2rem !important;
    }
    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 2rem !important;
    }
    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 2rem !important;
    }
    .m-sm-7 {
        margin: 3rem !important;
    }
    .mt-sm-7,
    .my-sm-7 {
        margin-top: 3rem !important;
    }
    .mr-sm-7,
    .mx-sm-7 {
        margin-right: 3rem !important;
    }
    .mb-sm-7,
    .my-sm-7 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-7,
    .mx-sm-7 {
        margin-left: 3rem !important;
    }
    .m-sm-8 {
        margin: 4rem !important;
    }
    .mt-sm-8,
    .my-sm-8 {
        margin-top: 4rem !important;
    }
    .mr-sm-8,
    .mx-sm-8 {
        margin-right: 4rem !important;
    }
    .mb-sm-8,
    .my-sm-8 {
        margin-bottom: 4rem !important;
    }
    .ml-sm-8,
    .mx-sm-8 {
        margin-left: 4rem !important;
    }
    .m-sm-9 {
        margin: 6rem !important;
    }
    .mt-sm-9,
    .my-sm-9 {
        margin-top: 6rem !important;
    }
    .mr-sm-9,
    .mx-sm-9 {
        margin-right: 6rem !important;
    }
    .mb-sm-9,
    .my-sm-9 {
        margin-bottom: 6rem !important;
    }
    .ml-sm-9,
    .mx-sm-9 {
        margin-left: 6rem !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 0.75rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 0.75rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 0.75rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 0.75rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 0.75rem !important;
    }
    .p-sm-4 {
        padding: 1rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1rem !important;
    }
    .p-sm-5 {
        padding: 1.5rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 1.5rem !important;
    }
    .p-sm-6 {
        padding: 2rem !important;
    }
    .pt-sm-6,
    .py-sm-6 {
        padding-top: 2rem !important;
    }
    .pr-sm-6,
    .px-sm-6 {
        padding-right: 2rem !important;
    }
    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 2rem !important;
    }
    .pl-sm-6,
    .px-sm-6 {
        padding-left: 2rem !important;
    }
    .p-sm-7 {
        padding: 3rem !important;
    }
    .pt-sm-7,
    .py-sm-7 {
        padding-top: 3rem !important;
    }
    .pr-sm-7,
    .px-sm-7 {
        padding-right: 3rem !important;
    }
    .pb-sm-7,
    .py-sm-7 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-7,
    .px-sm-7 {
        padding-left: 3rem !important;
    }
    .p-sm-8 {
        padding: 4rem !important;
    }
    .pt-sm-8,
    .py-sm-8 {
        padding-top: 4rem !important;
    }
    .pr-sm-8,
    .px-sm-8 {
        padding-right: 4rem !important;
    }
    .pb-sm-8,
    .py-sm-8 {
        padding-bottom: 4rem !important;
    }
    .pl-sm-8,
    .px-sm-8 {
        padding-left: 4rem !important;
    }
    .p-sm-9 {
        padding: 6rem !important;
    }
    .pt-sm-9,
    .py-sm-9 {
        padding-top: 6rem !important;
    }
    .pr-sm-9,
    .px-sm-9 {
        padding-right: 6rem !important;
    }
    .pb-sm-9,
    .py-sm-9 {
        padding-bottom: 6rem !important;
    }
    .pl-sm-9,
    .px-sm-9 {
        padding-left: 6rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .page-content {
        margin: 1.5rem 0;
    }
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 0.75rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 0.75rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 0.75rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 0.75rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 0.75rem !important;
    }
    .m-md-4 {
        margin: 1rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1rem !important;
    }
    .m-md-5 {
        margin: 1.5rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 1.5rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 1.5rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 1.5rem !important;
    }
    .m-md-6 {
        margin: 2rem !important;
    }
    .mt-md-6,
    .my-md-6 {
        margin-top: 2rem !important;
    }
    .mr-md-6,
    .mx-md-6 {
        margin-right: 2rem !important;
    }
    .mb-md-6,
    .my-md-6 {
        margin-bottom: 2rem !important;
    }
    .ml-md-6,
    .mx-md-6 {
        margin-left: 2rem !important;
    }
    .m-md-7 {
        margin: 3rem !important;
    }
    .mt-md-7,
    .my-md-7 {
        margin-top: 3rem !important;
    }
    .mr-md-7,
    .mx-md-7 {
        margin-right: 3rem !important;
    }
    .mb-md-7,
    .my-md-7 {
        margin-bottom: 3rem !important;
    }
    .ml-md-7,
    .mx-md-7 {
        margin-left: 3rem !important;
    }
    .m-md-8 {
        margin: 4rem !important;
    }
    .mt-md-8,
    .my-md-8 {
        margin-top: 4rem !important;
    }
    .mr-md-8,
    .mx-md-8 {
        margin-right: 4rem !important;
    }
    .mb-md-8,
    .my-md-8 {
        margin-bottom: 4rem !important;
    }
    .ml-md-8,
    .mx-md-8 {
        margin-left: 4rem !important;
    }
    .m-md-9 {
        margin: 6rem !important;
    }
    .mt-md-9,
    .my-md-9 {
        margin-top: 6rem !important;
    }
    .mr-md-9,
    .mx-md-9 {
        margin-right: 6rem !important;
    }
    .mb-md-9,
    .my-md-9 {
        margin-bottom: 6rem !important;
    }
    .ml-md-9,
    .mx-md-9 {
        margin-left: 6rem !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 0.75rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 0.75rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 0.75rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 0.75rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 0.75rem !important;
    }
    .p-md-4 {
        padding: 1rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1rem !important;
    }
    .p-md-5 {
        padding: 1.5rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 1.5rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 1.5rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 1.5rem !important;
    }
    .p-md-6 {
        padding: 2rem !important;
    }
    .pt-md-6,
    .py-md-6 {
        padding-top: 2rem !important;
    }
    .pr-md-6,
    .px-md-6 {
        padding-right: 2rem !important;
    }
    .pb-md-6,
    .py-md-6 {
        padding-bottom: 2rem !important;
    }
    .pl-md-6,
    .px-md-6 {
        padding-left: 2rem !important;
    }
    .p-md-7 {
        padding: 3rem !important;
    }
    .pt-md-7,
    .py-md-7 {
        padding-top: 3rem !important;
    }
    .pr-md-7,
    .px-md-7 {
        padding-right: 3rem !important;
    }
    .pb-md-7,
    .py-md-7 {
        padding-bottom: 3rem !important;
    }
    .pl-md-7,
    .px-md-7 {
        padding-left: 3rem !important;
    }
    .p-md-8 {
        padding: 4rem !important;
    }
    .pt-md-8,
    .py-md-8 {
        padding-top: 4rem !important;
    }
    .pr-md-8,
    .px-md-8 {
        padding-right: 4rem !important;
    }
    .pb-md-8,
    .py-md-8 {
        padding-bottom: 4rem !important;
    }
    .pl-md-8,
    .px-md-8 {
        padding-left: 4rem !important;
    }
    .p-md-9 {
        padding: 6rem !important;
    }
    .pt-md-9,
    .py-md-9 {
        padding-top: 6rem !important;
    }
    .pr-md-9,
    .px-md-9 {
        padding-right: 6rem !important;
    }
    .pb-md-9,
    .py-md-9 {
        padding-bottom: 6rem !important;
    }
    .pl-md-9,
    .px-md-9 {
        padding-left: 6rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 0.75rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 0.75rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 0.75rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 0.75rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 0.75rem !important;
    }
    .m-lg-4 {
        margin: 1rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1rem !important;
    }
    .m-lg-5 {
        margin: 1.5rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 1.5rem !important;
    }
    .m-lg-6 {
        margin: 2rem !important;
    }
    .mt-lg-6,
    .my-lg-6 {
        margin-top: 2rem !important;
    }
    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 2rem !important;
    }
    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 2rem !important;
    }
    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 2rem !important;
    }
    .m-lg-7 {
        margin: 3rem !important;
    }
    .mt-lg-7,
    .my-lg-7 {
        margin-top: 3rem !important;
    }
    .mr-lg-7,
    .mx-lg-7 {
        margin-right: 3rem !important;
    }
    .mb-lg-7,
    .my-lg-7 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-7,
    .mx-lg-7 {
        margin-left: 3rem !important;
    }
    .m-lg-8 {
        margin: 4rem !important;
    }
    .mt-lg-8,
    .my-lg-8 {
        margin-top: 4rem !important;
    }
    .mr-lg-8,
    .mx-lg-8 {
        margin-right: 4rem !important;
    }
    .mb-lg-8,
    .my-lg-8 {
        margin-bottom: 4rem !important;
    }
    .ml-lg-8,
    .mx-lg-8 {
        margin-left: 4rem !important;
    }
    .m-lg-9 {
        margin: 6rem !important;
    }
    .mt-lg-9,
    .my-lg-9 {
        margin-top: 6rem !important;
    }
    .mr-lg-9,
    .mx-lg-9 {
        margin-right: 6rem !important;
    }
    .mb-lg-9,
    .my-lg-9 {
        margin-bottom: 6rem !important;
    }
    .ml-lg-9,
    .mx-lg-9 {
        margin-left: 6rem !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 0.75rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 0.75rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 0.75rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 0.75rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 0.75rem !important;
    }
    .p-lg-4 {
        padding: 1rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1rem !important;
    }
    .p-lg-5 {
        padding: 1.5rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 1.5rem !important;
    }
    .p-lg-6 {
        padding: 2rem !important;
    }
    .pt-lg-6,
    .py-lg-6 {
        padding-top: 2rem !important;
    }
    .pr-lg-6,
    .px-lg-6 {
        padding-right: 2rem !important;
    }
    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 2rem !important;
    }
    .pl-lg-6,
    .px-lg-6 {
        padding-left: 2rem !important;
    }
    .p-lg-7 {
        padding: 3rem !important;
    }
    .pt-lg-7,
    .py-lg-7 {
        padding-top: 3rem !important;
    }
    .pr-lg-7,
    .px-lg-7 {
        padding-right: 3rem !important;
    }
    .pb-lg-7,
    .py-lg-7 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-7,
    .px-lg-7 {
        padding-left: 3rem !important;
    }
    .p-lg-8 {
        padding: 4rem !important;
    }
    .pt-lg-8,
    .py-lg-8 {
        padding-top: 4rem !important;
    }
    .pr-lg-8,
    .px-lg-8 {
        padding-right: 4rem !important;
    }
    .pb-lg-8,
    .py-lg-8 {
        padding-bottom: 4rem !important;
    }
    .pl-lg-8,
    .px-lg-8 {
        padding-left: 4rem !important;
    }
    .p-lg-9 {
        padding: 6rem !important;
    }
    .pt-lg-9,
    .py-lg-9 {
        padding-top: 6rem !important;
    }
    .pr-lg-9,
    .px-lg-9 {
        padding-right: 6rem !important;
    }
    .pb-lg-9,
    .py-lg-9 {
        padding-bottom: 6rem !important;
    }
    .pl-lg-9,
    .px-lg-9 {
        padding-left: 6rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
@media (min-width: 1280px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 0.75rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 0.75rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 0.75rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 0.75rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 0.75rem !important;
    }
    .m-xl-4 {
        margin: 1rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1rem !important;
    }
    .m-xl-5 {
        margin: 1.5rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 1.5rem !important;
    }
    .m-xl-6 {
        margin: 2rem !important;
    }
    .mt-xl-6,
    .my-xl-6 {
        margin-top: 2rem !important;
    }
    .mr-xl-6,
    .mx-xl-6 {
        margin-right: 2rem !important;
    }
    .mb-xl-6,
    .my-xl-6 {
        margin-bottom: 2rem !important;
    }
    .ml-xl-6,
    .mx-xl-6 {
        margin-left: 2rem !important;
    }
    .m-xl-7 {
        margin: 3rem !important;
    }
    .mt-xl-7,
    .my-xl-7 {
        margin-top: 3rem !important;
    }
    .mr-xl-7,
    .mx-xl-7 {
        margin-right: 3rem !important;
    }
    .mb-xl-7,
    .my-xl-7 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-7,
    .mx-xl-7 {
        margin-left: 3rem !important;
    }
    .m-xl-8 {
        margin: 4rem !important;
    }
    .mt-xl-8,
    .my-xl-8 {
        margin-top: 4rem !important;
    }
    .mr-xl-8,
    .mx-xl-8 {
        margin-right: 4rem !important;
    }
    .mb-xl-8,
    .my-xl-8 {
        margin-bottom: 4rem !important;
    }
    .ml-xl-8,
    .mx-xl-8 {
        margin-left: 4rem !important;
    }
    .m-xl-9 {
        margin: 6rem !important;
    }
    .mt-xl-9,
    .my-xl-9 {
        margin-top: 6rem !important;
    }
    .mr-xl-9,
    .mx-xl-9 {
        margin-right: 6rem !important;
    }
    .mb-xl-9,
    .my-xl-9 {
        margin-bottom: 6rem !important;
    }
    .ml-xl-9,
    .mx-xl-9 {
        margin-left: 6rem !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 0.75rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 0.75rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 0.75rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 0.75rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 0.75rem !important;
    }
    .p-xl-4 {
        padding: 1rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1rem !important;
    }
    .p-xl-5 {
        padding: 1.5rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 1.5rem !important;
    }
    .p-xl-6 {
        padding: 2rem !important;
    }
    .pt-xl-6,
    .py-xl-6 {
        padding-top: 2rem !important;
    }
    .pr-xl-6,
    .px-xl-6 {
        padding-right: 2rem !important;
    }
    .pb-xl-6,
    .py-xl-6 {
        padding-bottom: 2rem !important;
    }
    .pl-xl-6,
    .px-xl-6 {
        padding-left: 2rem !important;
    }
    .p-xl-7 {
        padding: 3rem !important;
    }
    .pt-xl-7,
    .py-xl-7 {
        padding-top: 3rem !important;
    }
    .pr-xl-7,
    .px-xl-7 {
        padding-right: 3rem !important;
    }
    .pb-xl-7,
    .py-xl-7 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-7,
    .px-xl-7 {
        padding-left: 3rem !important;
    }
    .p-xl-8 {
        padding: 4rem !important;
    }
    .pt-xl-8,
    .py-xl-8 {
        padding-top: 4rem !important;
    }
    .pr-xl-8,
    .px-xl-8 {
        padding-right: 4rem !important;
    }
    .pb-xl-8,
    .py-xl-8 {
        padding-bottom: 4rem !important;
    }
    .pl-xl-8,
    .px-xl-8 {
        padding-left: 4rem !important;
    }
    .p-xl-9 {
        padding: 6rem !important;
    }
    .pt-xl-9,
    .py-xl-9 {
        padding-top: 6rem !important;
    }
    .pr-xl-9,
    .px-xl-9 {
        padding-right: 6rem !important;
    }
    .pb-xl-9,
    .py-xl-9 {
        padding-bottom: 6rem !important;
    }
    .pl-xl-9,
    .px-xl-9 {
        padding-left: 6rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}
@supports (position: -webkit-sticky) or (position: sticky) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem #00000013 !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem #00000026 !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem #0000002d !important;
}
.wd-5 {
    width: 5% !important;
}
.w-10 {
    width: 10% !important;
}
.w-15 {
    width: 15% !important;
}
.w-20 {
    width: 20% !important;
}
.w-25 {
    width: 25% !important;
}
.w-30 {
    width: 30% !important;
}
.w-35 {
    width: 35% !important;
}
.w-40 {
    width: 40% !important;
}
.w-45 {
    width: 45% !important;
}
.w-50 {
    width: 50% !important;
}
.w-55 {
    width: 55% !important;
}
.w-60 {
    width: 60% !important;
}
.w-65 {
    width: 65% !important;
}
.w-70 {
    width: 70% !important;
}
.w-75 {
    width: 75% !important;
}
.w-80 {
    width: 80% !important;
}
.w-85 {
    width: 85% !important;
}
.w-90 {
    width: 90% !important;
}
.w-95 {
    width: 95% !important;
}
.w-100 {
    width: 100% !important;
}
.w-150 {
    width: 150px !important;
}
.w-auto {
    width: auto !important;
}
.w-0 {
    width: 0 !important;
}
.w-1 {
    width: 0.25rem !important;
}
.w-2 {
    width: 0.5rem !important;
}
.fw-2 {
    width: 20px !important;
}
.w-3 {
    width: 0.75rem !important;
}
.w-4 {
    width: 1rem !important;
}
.w-5 {
    width: 1.5rem !important;
}
.w-6 {
    width: 2rem !important;
}
.w-7 {
    width: 3rem !important;
}
.w-8 {
    width: 4rem !important;
}
.w-9 {
    width: 6rem !important;
}
.w-100h {
    width: 100px !important;
}
.w-110 {
    width: 110px !important;
}
.w-200 {
    width: 200px !important;
}
.w-250 {
    width: 250px !important;
}
.w-300 {
    width: 300px !important;
}
.w-350 {
    width: 350px !important;
}
.w-400 {
    width: 400px !important;
}
.w-450 {
    width: 450px !important;
}
.w-500 {
    width: 500px !important;
}
.ht-5 {
    height: 5% !important;
}
.h-10 {
    height: 10% !important;
}
.h-15 {
    height: 15% !important;
}
.h-20 {
    height: 20% !important;
}
.h-25 {
    height: 25% !important;
}
.h-30 {
    height: 30% !important;
}
.h-35 {
    height: 35% !important;
}
.h-40 {
    height: 40% !important;
}
.h-45 {
    height: 45% !important;
}
.h-50 {
    height: 50% !important;
}
.h-55 {
    height: 55% !important;
}
.h-60 {
    height: 60% !important;
}
.h-65 {
    height: 65% !important;
}
.h-70 {
    height: 70% !important;
}
.h-75 {
    height: 75% !important;
}
.h-80 {
    height: 80% !important;
}
.h-85 {
    height: 85% !important;
}
.h-90 {
    height: 90% !important;
}
.h-95 {
    height: 95% !important;
}
.h-100vh {
    height: 100vh !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.h-0 {
    height: 0 !important;
}
.h-1 {
    height: 0.25rem !important;
}
.h-15 {
    height: 0.35rem !important;
}
.h-2 {
    height: 0.5rem !important;
}
.h-3 {
    height: 0.75rem !important;
}
.h-4 {
    height: 1rem !important;
}
.h-5 {
    height: 1.5rem !important;
}
.h-6 {
    height: 2rem !important;
}
.h-7 {
    height: 3rem !important;
}
.h-8 {
    height: 4rem !important;
}
.h-9 {
    height: 6rem !important;
}
.h-100h {
    height: 100px !important;
}
.h-130 {
    height: 130px !important;
}
.h-140 {
    height: 140px !important;
}
.h-150 {
    height: 150px !important;
}
.h-160 {
    height: 160px !important;
}
.h-170 {
    height: 170px !important;
}
.h-180 {
    height: 180px !important;
}
.h-200 {
    height: 200px !important;
}
.h-250 {
    height: 250px !important;
}
.h-300 {
    height: 300px !important;
}
.h-350 {
    height: 350px !important;
}
.h-370 {
    height: 370px !important;
}
.h-400 {
    height: 400px !important;
}
.h-420 {
    height: 420px !important;
}
.h-450 {
    height: 450px !important;
}
.h-500 {
    height: 500px !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-m10 {
    margin-top: -10rem !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 0.75rem !important;
}
.mt-3,
.my-3 {
    margin-top: 0.75rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 0.75rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 0.75rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 0.75rem !important;
}
.m-4 {
    margin: 1rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1rem !important;
}
.m-5 {
    margin: 1.5rem !important;
}
.mt-5,
.my-5 {
    margin-top: 1.5rem !important;
}
.mt-5-7,
.my-5-7 {
    margin-top: 1.7rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 1.5rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 1.5rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 1.5rem !important;
}
.m-6 {
    margin: 2rem !important;
}
.mt-6,
.my-6 {
    margin-top: 2rem !important;
}
.mr-6,
.mx-6 {
    margin-right: 2rem !important;
}
.mb-6,
.my-6 {
    margin-bottom: 2rem !important;
}
.ml-6,
.mx-6 {
    margin-left: 2rem !important;
}
.m-7 {
    margin: 3rem !important;
}
.mt-7,
.my-7 {
    margin-top: 3rem !important;
}
.mr-7,
.mx-7 {
    margin-right: 3rem !important;
}
.mb-7,
.my-7 {
    margin-bottom: 3rem !important;
}
.ml-7,
.mx-7 {
    margin-left: 3rem !important;
}
.m-8 {
    margin: 4rem !important;
}
.mt-8,
.my-8 {
    margin-top: 4rem !important;
}
.mr-8,
.mx-8 {
    margin-right: 4rem !important;
}
.mb-8,
.my-8 {
    margin-bottom: 4rem !important;
}
.ml-8,
.mx-8 {
    margin-left: 4rem !important;
}
.m-9 {
    margin: 6rem !important;
}
.mt-9,
.my-9 {
    margin-top: 6rem !important;
}
.mr-9,
.mx-9 {
    margin-right: 6rem !important;
}
.mb-9,
.my-9 {
    margin-bottom: 6rem !important;
}
.ml-9,
.mx-9 {
    margin-left: 6rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.pt-3,
.py-3 {
    padding-top: 0.75rem !important;
}
.pr-3,
.px-3 {
    padding-right: 0.75rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 0.75rem !important;
}
.pl-3,
.px-3 {
    padding-left: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1rem !important;
}
.p-5 {
    padding: 1.5rem !important;
}
.pt-5,
.py-5 {
    padding-top: 1.5rem !important;
}
.pr-5,
.px-5 {
    padding-right: 1.5rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 1.5rem !important;
}
.pl-5,
.px-5 {
    padding-left: 1.5rem !important;
}
.p-6 {
    padding: 2rem !important;
}
.pt-6,
.py-6 {
    padding-top: 2rem !important;
}
.pr-6,
.px-6 {
    padding-right: 2rem !important;
}
.pb-6,
.py-6 {
    padding-bottom: 2rem !important;
}
.pl-6,
.px-6 {
    padding-left: 2rem !important;
}
.p-7 {
    padding: 3rem !important;
}
.pt-7,
.py-7 {
    padding-top: 3rem !important;
}
.pr-7,
.px-7 {
    padding-right: 3rem !important;
}
.pb-7,
.py-7 {
    padding-bottom: 3rem !important;
}
.pl-7,
.px-7 {
    padding-left: 3rem !important;
}
.p-8 {
    padding: 4rem !important;
}
.pt-8,
.py-8 {
    padding-top: 4rem !important;
}
.pr-8,
.px-8 {
    padding-right: 4rem !important;
}
.pb-8,
.py-8 {
    padding-bottom: 4rem !important;
}
.pl-8,
.px-8 {
    padding-left: 4rem !important;
}
.p-9 {
    padding: 6rem !important;
}
.pt-9,
.py-9 {
    padding-top: 6rem !important;
}
.pr-9,
.px-9 {
    padding-right: 6rem !important;
}
.pt-10 {
    padding-top: 8rem !important;
}
.pr-10 {
    padding-right: 8rem !important;
}
.pl-10 {
    padding-left: 8rem !important;
}
.pb-9,
.py-9 {
    padding-bottom: 6rem !important;
}
.pl-9,
.px-9 {
    padding-left: 6rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
.text-monospace {
    font-family: Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.text-justify {
    text-align: justify !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-normal1 {
    font-weight: 500 !important;
}
.font-weight-semibold {
    font-weight: 600 !important;
}
.font-weight-bold,
.font-weight-700 {
    font-weight: 700 !important;
}
.font-weight-800 {
    font-weight: 800 !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #f0f0f0 !important;
}
.text-success {
    color: #38cb89 !important;
}
a.text-success:hover,
a.text-success:focus {
    color: #15ca7c !important;
}
.text-info {
    color: #007bff !important;
}
a.text-info:hover,
a.text-info:focus {
    color: #1e1e2d !important;
}
.text-warning {
    color: #ffab00 !important;
}
a.text-warning:hover,
a.text-warning:focus {
    color: #c29d0b !important;
}
.text-danger {
    color: #ef4b4b !important;
    font-size: 12px;
    margin-top: 5px;
}
.is-danger {
    border: 1px solid #ef4b4b !important;
}
a.text-danger:hover,
a.text-danger:focus {
    color: #df0812 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:hover,
a.text-light:focus {
    color: #dae0e5 !important;
}
.text-dark {
    color: #1e1e2d !important;
}
.text-highlight {
    color: #007bff;
}
a.text-dark:hover,
a.text-dark:focus {
    color: #384b6e !important;
}
.text-body {
    color: #495057 !important;
}
.text-muted {
    color: #728096 !important;
}
.text-required {
    font-size: 8px;
    position: absolute;
    top: 1px;
    margin-left: 2px;
    color: red;
}
.icon-muted {
    color: #e2e2e9 !important;
}
.text-black-50 {
    color: #00000080 !important;
}
.text-white-50 {
    color: #ffffff80 !important;
}
.text-white-80 {
    color: #fffc !important;
}
.text-hide {
    font: 0/0 a;
    color: #fff0;
    text-shadow: none;
    background-color: #fff0;
    border: 0;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
    .container {
        max-width: none;
    }
    * {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    *:before,
    *:after {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    body,
    .container {
        min-width: 992px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table,
    .text-wrap table {
        border-collapse: collapse !important;
    }
    .table td,
    .text-wrap table td,
    .table th,
    .text-wrap table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .text-wrap table th,
    .table-bordered td,
    .text-wrap table td {
        border: 1px solid #ebecf1 !important;
    }
}
.background-white {
    background: #fff !important;
}
.background-special {
    background: #f5f9fc !important;
}
.lead {
    line-height: 1.4;
}
.lead-3 {
    line-height: 1.3;
}
a {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip: ink;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
    color: inherit;
}
strong,
b {
    font-weight: 600;
}
p,
ul,
ol {
    margin-bottom: 1em;
}
blockquote {
    margin-bottom: 1em;
    font-style: italic;
    color: #6e7687;
    padding-left: 2rem;
    border-left: 2px solid rgb(0 40 100 / 0.12);
}
blockquote p {
    margin-bottom: 1rem;
}
blockquote cite {
    display: block;
    text-align: right;
}
blockquote cite:before {
    content: "â€” ";
}
hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
img {
    max-width: 100%;
}
.text-wrap {
    font-size: 14px;
    line-height: 1.66;
}
.text-wrap > :first-child {
    margin-top: 0;
}
.text-wrap > :last-child {
    margin-bottom: 0;
}
.text-wrap > h1,
.text-wrap > h2,
.text-wrap > h3,
.text-wrap > h4,
.text-wrap > h5,
.text-wrap > h6 {
    margin-top: 1em;
}
.section-nav {
    background-color: #f8f9fa;
    margin: 1rem 0;
    padding: 0.5rem 1rem;
    border: 1px solid #ebecf1;
    border-radius: 3px;
    list-style: none;
}
.section-nav:before {
    content: "Table of contents:";
    display: block;
    font-weight: 600;
}
.row-cards > .col,
.row-cards > [class*="col-"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.row-deck > .col,
.row-deck > [class*="col-"] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.row-deck > .col .card,
.row-deck > [class*="col-"] .card {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.col-text {
    max-width: 48rem;
}
.col-login {
    max-width: 24rem;
}
.gutters-0 {
    margin-right: 0;
    margin-left: 0;
}
.gutters-0 > .col,
.gutters-0 > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.gutters-0 .card {
    margin-bottom: 0;
}
.gutters-xs {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
}
.gutters-xs > .col,
.gutters-xs > [class*="col-"] {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}
.gutters-xs .card {
    margin-bottom: 0.5rem;
}
.gutters-sm {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.gutters-sm > .col,
.gutters-sm > [class*="col-"] {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.gutters-sm .card {
    margin-bottom: 1rem;
}
.gutters-lg {
    margin-right: -1rem;
    margin-left: -1rem;
}
.gutters-lg > .col,
.gutters-lg > [class*="col-"] {
    padding-right: 1rem;
    padding-left: 1rem;
}
.gutters-lg .card {
    margin-bottom: 2rem;
}
.gutters-xl {
    margin-right: -1.5rem;
    margin-left: -1.5rem;
}
.gutters-xl > .col,
.gutters-xl > [class*="col-"] {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
.gutters-xl .card {
    margin-bottom: 3rem;
}
.page {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100vh;
}
.page-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 100%;
    margin: 0.75rem 0;
}
body.fixed-header .page {
    padding-top: 4.5rem;
}
@media (min-width: 1600px) {
    body.aside-opened .page {
        margin-right: 22rem;
    }
}
.page-main {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.pos-absolute {
    position: absolute;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.text-icon {
    color: #5c678f !important;
}
.divider {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    margin: 1rem 0;
}
.divider .divider-text {
    position: relative;
    display: inline-block;
    font-size: 12px;
    padding: 0 1rem;
    text-transform: uppercase;
}
.divider .divider-text:before {
    right: 100%;
}
.divider .divider-text:after {
    left: 100%;
}
.divider .divider-text:after,
.divider .divider-text:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    border-top: 1px solid #dfe3e7;
}
#back-to-top {
    color: #fff;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999;
    display: none;
    text-align: center;
    border-radius: 5px;
    -o-border-radius: 2px;
    height: 40px;
    width: 40px;
    line-height: 2.8;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#back-to-top i {
    font-size: 16px;
}
.tabs-menu .nav {
    display: inline-flex !important;
}
.tabs-menu ul li a {
    padding: 5px 20px;
    display: block;
    margin: 3px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: uppercase;
    width: 100px;
}
.tabs-menu ul li .active {
    color: #fff !important;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.tabs-menu-body {
    padding: 15px;
    border-radius: 0 0 5px 5px;
}
.tabs-menu-body .price-card {
    border-radius: 30px;
}
.tabs-menu-body .price-card-border {
    /* border: 2px solid #007bff !important; */
}
.tabs-menu-body .card {
    box-shadow: none !important;
    transition: all 0.2s;
    min-width: 260px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.tabs-menu-body .card:hover,
.tabs-menu-body .card:focus {
    box-shadow: 0 0 12px #21212133 !important;
}
.tabs-menu-body .card:hover .plan-cost,
.tabs-menu-body .card:focus .plan-cost {
    color: #007bff;
}
.tabs-menu-body .card:hover .prepaid-plan .plan-cost,
.tabs-menu-body .card:focus .prepaid-plan .plan-cost {
    color: #1e1e2d;
}
.tabs-menu-body .card:hover .prepaid-plan .plan-title,
.tabs-menu-body .card:focus .prepaid-plan .plan-title {
    color: #728096;
}
.tabs-menu-body .card .plan {
    min-height: 380px;
}
.tabs-menu-body .card .plan-featured {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    min-width: 40%;
    padding-top: 2px;
    text-align: center;
    background-color: #007bff;
}
.tabs-menu-body .card .plan-featured-prepaid {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 5px;
    min-width: 40%;
    padding-top: 2px;
    text-align: center;
    background-color: #007bff;
}
.tabs-menu-body .card .plan-cost {
    font-size: 35px;
    font-weight: 800;
    color: #1e1e2d;
    font-family: Open Sans, sans-serif;
    line-height: 1.1;
}
.tabs-menu-body .card .plan-currency-sign {
    font-size: 20px;
    margin-bottom: 20px;
    position: absolute;
    top: 25px;
    color: #ccc;
    font-weight: 800;
    font-family: Poppins, sans-serif;
}
.tabs-menu-body .card .divider {
    background-color: #e6e6e6;
    border-radius: 5px;
    height: 3px;
    width: 40px;
}
.tabs-menu-body .card .plan-title {
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    margin-bottom: 1rem;
    color: #728096;
}
.tabs-menu-body .card ul li {
    margin-bottom: 0.3rem;
}
.tabs-menu-body .card ul li i {
    margin-right: 0.3rem;
}
.tabs-menu-body .card .action-button button,
.tabs-menu-body .card .action-button a {
    width: 145px;
}
.tabs-menu-body .card .price-currency {
    font-size: 20px;
    color: #728096;
    vertical-align: super;
}
.tabs-menu-body .card .prepaid-cards {
    min-height: 304px;
}
.tabs-menu-body .card .credits-box {
    min-height: 112px;
}
.tabs-menu-body .card .prepaid-plan {
    min-height: auto !important;
}
.tabs-menu-body .card .prepaid-plan .plan-title {
    margin-bottom: 0 !important;
}
.tabs-menu-body .card .prepaid-plan .plan-cost {
    font-size: 24px !important;
    font-family: Poppins, sans-serif;
}
.tabs-menu-body .card .prepaid-plan .prepaid-currency-sign {
    font-size: 10px !important;
    vertical-align: super;
    font-weight: 800;
    font-family: Poppins, sans-serif;
}
.tabs-menu-body .card .prepaid-plan .plan-cost-wrapper {
    background: #f5f9fc;
    border-radius: 1rem;
}
.tabs-menu-body .card .prepaid-plan .plan-note {
    margin-top: -5px;
}
.tabs-menu-body .card .prepaid-plan p {
    color: #525963;
}
.tabs-menu-body .card .prepaid-plan .action-button {
    position: unset;
}
.tabs-menu-body p:last-child {
    margin-bottom: 0;
}
.tab-menu-heading {
    padding: 20px;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}
#back-to-top:hover {
    background: #fff;
    line-height: 3;
    border-color: #fff;
}
#back-to-top:hover i {
    color: #007bff;
}
.bg-blue-lightest {
    background-color: #edf2fa !important;
}
a.bg-blue-lightest:hover,
a.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}
button.bg-blue-lightest:hover,
button.bg-blue-lightest:focus {
    background-color: #c5d5ef !important;
}
.bg-blue-lighter {
    background-color: #c8d9f1 !important;
}
a.bg-blue-lighter:hover,
a.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}
button.bg-blue-lighter:hover,
button.bg-blue-lighter:focus {
    background-color: #9fbde7 !important;
}
.bg-blue-light {
    background-color: #7ea5dd !important;
}
a.bg-blue-light:hover,
a.bg-blue-light:focus {
    background-color: #5689d2 !important;
}
button.bg-blue-light:hover,
button.bg-blue-light:focus {
    background-color: #5689d2 !important;
}
.bg-blue-dark {
    background-color: #3866a6 !important;
}
a.bg-blue-dark:hover,
a.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}
button.bg-blue-dark:hover,
button.bg-blue-dark:focus {
    background-color: #2b4f80 !important;
}
.bg-blue-darker {
    background-color: #1c3353 !important;
}
a.bg-blue-darker:hover,
a.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}
button.bg-blue-darker:hover,
button.bg-blue-darker:focus {
    background-color: #0f1c2d !important;
}
.bg-blue-darkest {
    background-color: #0e1929 !important;
}
a.bg-blue-darkest:hover,
a.bg-blue-darkest:focus {
    background-color: #010203 !important;
}
.background-color,
.background-white {
    background-color: #fff;
}
button.bg-blue-darkest:hover,
button.bg-blue-darkest:focus {
    background-color: #010203 !important;
}
.bg-purssianblue {
    background-color: #362f71;
}
a.bg-purssianblue-lightest:hover,
a.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}
button.bg-purssianblue-lightest:hover,
button.bg-purssianblue-lightest:focus {
    background-color: #3f3688 !important;
}
.bg-indigo-lightest {
    background-color: #f0f1fa !important;
}
a.bg-indigo-lightest:hover,
a.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}
button.bg-indigo-lightest:hover,
button.bg-indigo-lightest:focus {
    background-color: #cacded !important;
}
.bg-indigo-lighter {
    background-color: #d1d5f0 !important;
}
a.bg-indigo-lighter:hover,
a.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}
button.bg-indigo-lighter:hover,
button.bg-indigo-lighter:focus {
    background-color: #abb2e3 !important;
}
.bg-indigo-light {
    background-color: #939edc !important;
}
a.bg-indigo-light:hover,
a.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}
button.bg-indigo-light:hover,
button.bg-indigo-light:focus {
    background-color: #6c7bd0 !important;
}
.bg-indigo-dark {
    background-color: #515da4 !important;
}
a.bg-indigo-dark:hover,
a.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}
button.bg-indigo-dark:hover,
button.bg-indigo-dark:focus {
    background-color: #404a82 !important;
}
.bg-indigo-darker {
    background-color: #282e52 !important;
}
a.bg-indigo-darker:hover,
a.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}
button.bg-indigo-darker:hover,
button.bg-indigo-darker:focus {
    background-color: #171b30 !important;
}
.bg-indigo-darkest {
    background-color: #141729 !important;
}
a.bg-indigo-darkest:hover,
a.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}
button.bg-indigo-darkest:hover,
button.bg-indigo-darkest:focus {
    background-color: #030407 !important;
}
.bg-purple-lightest {
    background-color: #f6effd !important;
}
a.bg-purple-lightest:hover,
a.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}
button.bg-purple-lightest:hover,
button.bg-purple-lightest:focus {
    background-color: #ddc2f7 !important;
}
.bg-purple-lighter {
    background-color: #e4cff9 !important;
}
a.bg-purple-lighter:hover,
a.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}
button.bg-purple-lighter:hover,
button.bg-purple-lighter:focus {
    background-color: #cba2f3 !important;
}
.bg-purple-light {
    background-color: #c08ef0 !important;
}
a.bg-purple-light:hover,
a.bg-purple-light:focus {
    background-color: #a761ea !important;
}
button.bg-purple-light:hover,
button.bg-purple-light:focus {
    background-color: #a761ea !important;
}
.bg-purple-dark {
    background-color: #844bbb !important;
}
a.bg-purple-dark:hover,
a.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}
button.bg-purple-dark:hover,
button.bg-purple-dark:focus {
    background-color: #6a3a99 !important;
}
.bg-purple-darker {
    background-color: #42265e !important;
}
a.bg-purple-darker:hover,
a.bg-purple-darker:focus {
    background-color: #29173a !important;
}
button.bg-purple-darker:hover,
button.bg-purple-darker:focus {
    background-color: #29173a !important;
}
.bg-purple-darkest {
    background-color: #21132f !important;
}
a.bg-purple-darkest:hover,
a.bg-purple-darkest:focus {
    background-color: #08040b !important;
}
button.bg-purple-darkest:hover,
button.bg-purple-darkest:focus {
    background-color: #08040b !important;
}
.bg-pink-lightest {
    background-color: #fef0f5 !important;
}
a.bg-pink-lightest:hover,
a.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}
button.bg-pink-lightest:hover,
button.bg-pink-lightest:focus {
    background-color: #fbc0d5 !important;
}
.bg-pink-lighter {
    background-color: #fcd3e1 !important;
}
a.bg-pink-lighter:hover,
a.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}
button.bg-pink-lighter:hover,
button.bg-pink-lighter:focus {
    background-color: #f9a3c0 !important;
}
.bg-pink-light {
    background-color: #f999b9 !important;
}
a.bg-pink-light:hover,
a.bg-pink-light:focus {
    background-color: #f66998 !important;
}
button.bg-pink-light:hover,
button.bg-pink-light:focus {
    background-color: #f66998 !important;
}
.bg-pink-dark {
    background-color: #c5577c !important;
}
a.bg-pink-dark:hover,
a.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}
button.bg-pink-dark:hover,
button.bg-pink-dark:focus {
    background-color: #ad3c62 !important;
}
.bg-pink-darker {
    background-color: #622c3e !important;
}
a.bg-pink-darker:hover,
a.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}
button.bg-pink-darker:hover,
button.bg-pink-darker:focus {
    background-color: #3f1c28 !important;
}
.bg-pink-darkest {
    background-color: #31161f !important;
}
a.bg-pink-darkest:hover,
a.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}
button.bg-pink-darkest:hover,
button.bg-pink-darkest:focus {
    background-color: #0e0609 !important;
}
.bg-red-lightest {
    background-color: #fae9e9 !important;
}
a.bg-red-lightest:hover,
a.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}
button.bg-red-lightest:hover,
button.bg-red-lightest:focus {
    background-color: #f1bfbf !important;
}
.bg-red-lighter {
    background-color: #f0bcbc !important;
}
a.bg-red-lighter:hover,
a.bg-red-lighter:focus {
    background-color: #e79292 !important;
}
button.bg-red-lighter:hover,
button.bg-red-lighter:focus {
    background-color: #e79292 !important;
}
.bg-red-light {
    background-color: #dc6362 !important;
}
a.bg-red-light:hover,
a.bg-red-light:focus {
    background-color: #d33a38 !important;
}
button.bg-red-light:hover,
button.bg-red-light:focus {
    background-color: #d33a38 !important;
}
.bg-red-dark {
    background-color: #a41a19 !important;
}
a.bg-red-dark:hover,
a.bg-red-dark:focus {
    background-color: #781312 !important;
}
button.bg-red-dark:hover,
button.bg-red-dark:focus {
    background-color: #781312 !important;
}
.bg-red-darker {
    background-color: #520d0c !important;
}
a.bg-red-darker:hover,
a.bg-red-darker:focus {
    background-color: #260605 !important;
}
button.bg-red-darker:hover,
button.bg-red-darker:focus {
    background-color: #260605 !important;
}
.bg-red-darkest {
    background-color: #290606 !important;
}
a.bg-red-darkest:hover,
a.bg-red-darkest:focus {
    background-color: #000 !important;
}
button.bg-red-darkest:hover,
button.bg-red-darkest:focus {
    background-color: #000 !important;
}
.bg-orange-lightest {
    background-color: #fff !important;
}
a.bg-orange-lightest:hover,
a.bg-orange-lightest:focus {
    background-color: #ffdab9 !important;
}
button.bg-orange-lightest:hover,
button.bg-orange-lightest:focus {
    background-color: #ffdab9 !important;
}
.bg-orange-lighter {
    background-color: #fee0c7 !important;
}
a.bg-orange-lighter:hover,
a.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}
button.bg-orange-lighter:hover,
button.bg-orange-lighter:focus {
    background-color: #fdc495 !important;
}
.bg-orange-light {
    background-color: #feb67c !important;
}
a.bg-orange-light:hover,
a.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}
button.bg-orange-light:hover,
button.bg-orange-light:focus {
    background-color: #fe9a49 !important;
}
.bg-orange-dark {
    background-color: #ca7836 !important;
}
a.bg-orange-dark:hover,
a.bg-orange-dark:focus {
    background-color: #a2602b !important;
}
button.bg-orange-dark:hover,
button.bg-orange-dark:focus {
    background-color: #a2602b !important;
}
.bg-orange-darker {
    background-color: #653c1b !important;
}
a.bg-orange-darker:hover,
a.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}
button.bg-orange-darker:hover,
button.bg-orange-darker:focus {
    background-color: #3d2410 !important;
}
.bg-orange-darkest {
    background-color: #331e0e !important;
}
a.bg-orange-darkest:hover,
a.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}
button.bg-orange-darkest:hover,
button.bg-orange-darkest:focus {
    background-color: #0b0603 !important;
}
.bg-yellow-lightest {
    background-color: #fef9e7 !important;
}
a.bg-yellow-lightest:hover,
a.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}
button.bg-yellow-lightest:hover,
button.bg-yellow-lightest:focus {
    background-color: #fcedb6 !important;
}
.bg-yellow-lighter {
    background-color: #fbedb7 !important;
}
a.bg-yellow-lighter:hover,
a.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}
button.bg-yellow-lighter:hover,
button.bg-yellow-lighter:focus {
    background-color: #f8e187 !important;
}
.bg-yellow-light {
    background-color: #f5d657 !important;
}
a.bg-yellow-light:hover,
a.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}
button.bg-yellow-light:hover,
button.bg-yellow-light:focus {
    background-color: #f2ca27 !important;
}
.bg-yellow-dark {
    background-color: #c19d0c !important;
}
a.bg-yellow-dark:hover,
a.bg-yellow-dark:focus {
    background-color: #917609 !important;
}
button.bg-yellow-dark:hover,
button.bg-yellow-dark:focus {
    background-color: #917609 !important;
}
.bg-yellow-darker {
    background-color: #604e06 !important;
}
a.bg-yellow-darker:hover,
a.bg-yellow-darker:focus {
    background-color: #302703 !important;
}
button.bg-yellow-darker:hover,
button.bg-yellow-darker:focus {
    background-color: #302703 !important;
}
.bg-yellow-darkest {
    background-color: #302703 !important;
}
a.bg-yellow-darkest:hover,
a.bg-yellow-darkest:focus {
    background-color: #000 !important;
}
button.bg-yellow-darkest:hover,
button.bg-yellow-darkest:focus {
    background-color: #000 !important;
}
.bg-green-lightest {
    background-color: #eff8e6 !important;
}
a.bg-green-lightest:hover,
a.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}
button.bg-green-lightest:hover,
button.bg-green-lightest:focus {
    background-color: #d6edbe !important;
}
.bg-green-lighter {
    background-color: #cfeab3 !important;
}
a.bg-green-lighter:hover,
a.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}
button.bg-green-lighter:hover,
button.bg-green-lighter:focus {
    background-color: #b6df8b !important;
}
.bg-green-light {
    background-color: #8ecf4d !important;
}
a.bg-green-light:hover,
a.bg-green-light:focus {
    background-color: #75b831 !important;
}
button.bg-green-light:hover,
button.bg-green-light:focus {
    background-color: #75b831 !important;
}
.bg-green-dark {
    background-color: #4b9500 !important;
}
a.bg-green-dark:hover,
a.bg-green-dark:focus {
    background-color: #316200 !important;
}
button.bg-green-dark:hover,
button.bg-green-dark:focus {
    background-color: #316200 !important;
}
.bg-green-darker {
    background-color: #264a00 !important;
}
a.bg-green-darker:hover,
a.bg-green-darker:focus {
    background-color: #0c1700 !important;
}
button.bg-green-darker:hover,
button.bg-green-darker:focus {
    background-color: #0c1700 !important;
}
.bg-green-darkest {
    background-color: #132500 !important;
}
a.bg-green-darkest:hover,
a.bg-green-darkest:focus {
    background-color: #000 !important;
}
button.bg-green-darkest:hover,
button.bg-green-darkest:focus {
    background-color: #000 !important;
}
.bg-teal-lightest {
    background-color: #eafaf8 !important;
}
a.bg-teal-lightest:hover,
a.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}
button.bg-teal-lightest:hover,
button.bg-teal-lightest:focus {
    background-color: #c1f0ea !important;
}
.bg-teal-lighter {
    background-color: #bfefea !important;
}
a.bg-teal-lighter:hover,
a.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}
button.bg-teal-lighter:hover,
button.bg-teal-lighter:focus {
    background-color: #96e5dd !important;
}
.bg-teal-light {
    background-color: #6bdbcf !important;
}
a.bg-teal-light:hover,
a.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}
button.bg-teal-light:hover,
button.bg-teal-light:focus {
    background-color: #42d1c2 !important;
}
.bg-teal-dark {
    background-color: #22a295 !important;
}
a.bg-teal-dark:hover,
a.bg-teal-dark:focus {
    background-color: #19786e !important;
}
button.bg-teal-dark:hover,
button.bg-teal-dark:focus {
    background-color: #19786e !important;
}
.bg-teal-darker {
    background-color: #11514a !important;
}
a.bg-teal-darker:hover,
a.bg-teal-darker:focus {
    background-color: #082723 !important;
}
button.bg-teal-darker:hover,
button.bg-teal-darker:focus {
    background-color: #082723 !important;
}
.bg-teal-darkest {
    background-color: #092925 !important;
}
a.bg-teal-darkest:hover,
a.bg-teal-darkest:focus {
    background-color: #000 !important;
}
button.bg-teal-darkest:hover,
button.bg-teal-darkest:focus {
    background-color: #000 !important;
}
.bg-cyan-lightest {
    background-color: #e8f6f8 !important;
}
a.bg-cyan-lightest:hover,
a.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}
button.bg-cyan-lightest:hover,
button.bg-cyan-lightest:focus {
    background-color: #c1e7ec !important;
}
.bg-cyan-lighter {
    background-color: #b9e3ea !important;
}
a.bg-cyan-lighter:hover,
a.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}
button.bg-cyan-lighter:hover,
button.bg-cyan-lighter:focus {
    background-color: #92d3de !important;
}
.bg-cyan-light {
    background-color: #5dbecd !important;
}
a.bg-cyan-light:hover,
a.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}
button.bg-cyan-light:hover,
button.bg-cyan-light:focus {
    background-color: #3aabbd !important;
}
.bg-cyan-dark {
    background-color: #128293 !important;
}
a.bg-cyan-dark:hover,
a.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}
button.bg-cyan-dark:hover,
button.bg-cyan-dark:focus {
    background-color: #0c5a66 !important;
}
.bg-cyan-darker {
    background-color: #09414a !important;
}
a.bg-cyan-darker:hover,
a.bg-cyan-darker:focus {
    background-color: #03191d !important;
}
button.bg-cyan-darker:hover,
button.bg-cyan-darker:focus {
    background-color: #03191d !important;
}
.bg-cyan-darkest {
    background-color: #052025 !important;
}
a.bg-cyan-darkest:hover,
a.bg-cyan-darkest:focus {
    background-color: #000 !important;
}
button.bg-cyan-darkest:hover,
button.bg-cyan-darkest:focus {
    background-color: #000 !important;
}
.bg-white-lightest {
    background-color: #fff !important;
}
a.bg-white-lightest:hover,
a.bg-white-lightest:focus {
    background-color: #e6e5e5 !important;
}
button.bg-white-lightest:hover,
button.bg-white-lightest:focus {
    background-color: #e6e5e5 !important;
}
.bg-white-lighter {
    background-color: #fff !important;
}
a.bg-white-lighter:hover,
a.bg-white-lighter:focus {
    background-color: #e6e5e5 !important;
}
button.bg-white-lighter:hover,
button.bg-white-lighter:focus {
    background-color: #e6e5e5 !important;
}
.bg-white-light {
    background-color: #fff !important;
}
a.bg-white-light:hover,
a.bg-white-light:focus {
    background-color: #e6e5e5 !important;
}
button.bg-white-light:hover,
button.bg-white-light:focus {
    background-color: #e6e5e5 !important;
}
.bg-white-dark {
    background-color: #ccc !important;
}
a.bg-white-dark:hover,
a.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}
button.bg-white-dark:hover,
button.bg-white-dark:focus {
    background-color: #b3b2b2 !important;
}
.bg-white-darker {
    background-color: #666 !important;
}
a.bg-white-darker:hover,
a.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}
button.bg-white-darker:hover,
button.bg-white-darker:focus {
    background-color: #4d4c4c !important;
}
.bg-white-darkest {
    background-color: #333 !important;
}
a.bg-white-darkest:hover,
a.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}
button.bg-white-darkest:hover,
button.bg-white-darkest:focus {
    background-color: #1a1919 !important;
}
.bg-gray-lightest {
    background-color: #f3f4f5 !important;
}
a.bg-gray-lightest:hover,
a.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}
button.bg-gray-lightest:hover,
button.bg-gray-lightest:focus {
    background-color: #d7dbde !important;
}
.bg-gray-lighter {
    background-color: #dbdde0 !important;
}
a.bg-gray-lighter:hover,
a.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}
button.bg-gray-lighter:hover,
button.bg-gray-lighter:focus {
    background-color: #c0c3c8 !important;
}
.bg-gray-light {
    background-color: #aab0b6 !important;
}
a.bg-gray-light:hover,
a.bg-gray-light:focus {
    background-color: #8f979e !important;
}
button.bg-gray-light:hover,
button.bg-gray-light:focus {
    background-color: #8f979e !important;
}
.bg-gray-dark {
    background-color: #6b7278 !important;
    background-color: #343a40 !important;
}
a.bg-gray-dark:hover,
a.bg-gray-dark:focus {
    background-color: #53585d !important;
    background-color: #1d2124 !important;
}
button.bg-gray-dark:hover,
button.bg-gray-dark:focus {
    background-color: #53585d !important;
    background-color: #1d2124 !important;
}
.bg-gray-darker {
    background-color: #36393c !important;
}
a.bg-gray-darker:hover,
a.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}
button.bg-gray-darker:hover,
button.bg-gray-darker:focus {
    background-color: #1e2021 !important;
}
.bg-gray-darkest {
    background-color: #1b1c1e !important;
}
a.bg-gray-darkest:hover,
a.bg-gray-darkest:focus {
    background-color: #030303 !important;
}
button.bg-gray-darkest:hover,
button.bg-gray-darkest:focus {
    background-color: #030303 !important;
}
.bg-gray-dark-lightest {
    background-color: #ebebec !important;
}
a.bg-gray-dark-lightest:hover,
a.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}
button.bg-gray-dark-lightest:hover,
button.bg-gray-dark-lightest:focus {
    background-color: #d1d1d3 !important;
}
.bg-gray-dark-lighter {
    background-color: #c2c4c6 !important;
}
a.bg-gray-dark-lighter:hover,
a.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}
button.bg-gray-dark-lighter:hover,
button.bg-gray-dark-lighter:focus {
    background-color: #a8abad !important;
}
.bg-gray-dark-light {
    background-color: #717579 !important;
}
a.bg-gray-dark-light:hover,
a.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}
button.bg-gray-dark-light:hover,
button.bg-gray-dark-light:focus {
    background-color: #585c5f !important;
}
.bg-gray-dark-dark {
    background-color: #2a2e33 !important;
}
a.bg-gray-dark-dark:hover,
a.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}
button.bg-gray-dark-dark:hover,
button.bg-gray-dark-dark:focus {
    background-color: #131517 !important;
}
.bg-gray-dark-darker {
    background-color: #15171a !important;
}
a.bg-gray-dark-darker:hover,
a.bg-gray-dark-darker:focus {
    background-color: #000 !important;
}
button.bg-gray-dark-darker:hover,
button.bg-gray-dark-darker:focus {
    background-color: #000 !important;
}
.bg-gray-dark-darkest {
    background-color: #0a0c0d !important;
}
a.bg-gray-dark-darkest:hover,
a.bg-gray-dark-darkest:focus {
    background-color: #000 !important;
}
button.bg-gray-dark-darkest:hover,
button.bg-gray-dark-darkest:focus {
    background-color: #000 !important;
}
.bg-azure-lightest {
    background-color: #ecf7fe !important;
}
a.bg-azure-lightest:hover,
a.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}
button.bg-azure-lightest:hover,
button.bg-azure-lightest:focus {
    background-color: #bce3fb !important;
}
.bg-azure-lighter {
    background-color: #c7e6fb !important;
}
a.bg-azure-lighter:hover,
a.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}
button.bg-azure-lighter:hover,
button.bg-azure-lighter:focus {
    background-color: #97d1f8 !important;
}
.bg-azure-light {
    background-color: #7dc4f6 !important;
}
a.bg-azure-light:hover,
a.bg-azure-light:focus {
    background-color: #4daef3 !important;
}
button.bg-azure-light:hover,
button.bg-azure-light:focus {
    background-color: #4daef3 !important;
}
.bg-azure-dark {
    background-color: #3788c2 !important;
}
a.bg-azure-dark:hover,
a.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}
button.bg-azure-dark:hover,
button.bg-azure-dark:focus {
    background-color: #2c6c9a !important;
}
.bg-azure-darker {
    background-color: #1c4461 !important;
}
a.bg-azure-darker:hover,
a.bg-azure-darker:focus {
    background-color: #112839 !important;
}
button.bg-azure-darker:hover,
button.bg-azure-darker:focus {
    background-color: #112839 !important;
}
.bg-azure-darkest {
    background-color: #0e2230 !important;
}
a.bg-azure-darkest:hover,
a.bg-azure-darkest:focus {
    background-color: #020609 !important;
}
button.bg-azure-darkest:hover,
button.bg-azure-darkest:focus {
    background-color: #020609 !important;
}
.bg-lime-lightest {
    background-color: #f2fbeb !important;
}
a.bg-lime-lightest:hover,
a.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}
button.bg-lime-lightest:hover,
button.bg-lime-lightest:focus {
    background-color: #d6f3c1 !important;
}
.bg-lime-lighter {
    background-color: #d7f2c2 !important;
}
a.bg-lime-lighter:hover,
a.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}
button.bg-lime-lighter:hover,
button.bg-lime-lighter:focus {
    background-color: #bbe998 !important;
}
.bg-lime-light {
    background-color: #a3e072 !important;
}
a.bg-lime-light:hover,
a.bg-lime-light:focus {
    background-color: #88d748 !important;
}
button.bg-lime-light:hover,
button.bg-lime-light:focus {
    background-color: #88d748 !important;
}
.bg-lime-dark {
    background-color: #62a82a !important;
}
a.bg-lime-dark:hover,
a.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}
button.bg-lime-dark:hover,
button.bg-lime-dark:focus {
    background-color: #4a7f20 !important;
}
.bg-lime-darker {
    background-color: #315415 !important;
}
a.bg-lime-darker:hover,
a.bg-lime-darker:focus {
    background-color: #192b0b !important;
}
button.bg-lime-darker:hover,
button.bg-lime-darker:focus {
    background-color: #192b0b !important;
}
.bg-lime-darkest {
    background-color: #192a0b !important;
}
a.bg-lime-darkest:hover,
a.bg-lime-darkest:focus {
    background-color: #010200 !important;
}
button.bg-lime-darkest:hover,
button.bg-lime-darkest:focus {
    background-color: #010200 !important;
}
.display-1 i,
.display-2 i,
.display-3 i,
.display-4 i {
    vertical-align: baseline;
    font-size: 0.815em;
}
.text-inherit {
    color: inherit !important;
}
.text-default {
    color: #4e5761 !important;
}
.text-muted-dark {
    color: #6e7687 !important;
}
.tracking-tight {
    letter-spacing: -0.05em !important;
}
.tracking-normal {
    letter-spacing: 0 !important;
}
.tracking-wide {
    letter-spacing: 0.05em !important;
}
.leading-none {
    line-height: 1 !important;
}
.leading-tight {
    line-height: 1.25 !important;
}
.leading-normal {
    line-height: 1.5 !important;
}
.leading-loose {
    line-height: 2 !important;
}
.bg-blue {
    background-color: #083dc1 !important;
    color: #fff !important;
}
a.bg-blue:hover,
a.bg-blue:focus {
    background-color: #1747bd !important;
}
button.bg-blue:hover,
button.bg-blue:focus {
    background-color: #1747bd !important;
}
.text-blue {
    color: #083dc1 !important;
}
.bg-indigo {
    background-color: #5323a7 !important;
    color: #fff !important;
}
a.bg-indigo:hover,
a.bg-indigo:focus {
    background-color: #3f51c1 !important;
}
button.bg-indigo:hover,
button.bg-indigo:focus {
    background-color: #3f51c1 !important;
}
.text-indigo {
    color: #5323a7 !important;
}
.bg-purple {
    background-color: #920bfa !important;
    color: #fff !important;
}
a.bg-purple:hover,
a.bg-purple:focus {
    background-color: #8c31e4 !important;
}
button.bg-purple:hover,
button.bg-purple:focus {
    background-color: #8c31e4 !important;
}
.text-purple {
    color: #920bfa !important;
}
.text-lightpink-red {
    color: #ff7088 !important;
}
.text-lightgreen {
    color: #26eda2 !important;
}
.bg-pink {
    background-color: #bb08c0 !important;
    color: #fff !important;
}
.bg-darkpink {
    background-color: #14a485 !important;
    color: #fff !important;
}
a.bg-pink:hover,
a.bg-pink:focus {
    background-color: #f33d7a !important;
}
button.bg-pink:hover,
button.bg-pink:focus {
    background-color: #f33d7a !important;
}
.text-pink {
    color: #bb08c0 !important;
}
.bg-red {
    background-color: #dc0441 !important;
    color: #fff !important;
}
a.bg-red:hover,
a.bg-red:focus {
    background-color: #a11918 !important;
}
button.bg-red:hover,
button.bg-red:focus {
    background-color: #a11918 !important;
}
.text-red {
    color: #dc0441 !important;
}
.bg-orange {
    background-color: #fc7303 !important;
    color: #fff !important;
}
a.bg-orange:hover,
a.bg-orange:focus {
    background-color: #fc7a12 !important;
}
button.bg-orange:hover,
button.bg-orange:focus {
    background-color: #fc7a12 !important;
}
.text-orange {
    color: #fc7303 !important;
}
.bg-yellow {
    background-color: #ecb403 !important;
    color: #fff !important;
}
a.bg-yellow:hover,
a.bg-yellow:focus {
    background-color: #c29d0b !important;
}
button.bg-yellow:hover,
button.bg-yellow:focus {
    background-color: #c29d0b !important;
}
.text-yellow {
    color: #ffab00 !important;
}
.bg-green {
    background-color: #2dce89 !important;
    color: #fff !important;
}
a.bg-green:hover,
a.bg-green:focus {
    background-color: #15ca7c !important;
}
button.bg-green:hover,
button.bg-green:focus {
    background-color: #15ca7c !important;
}
.text-green {
    color: #2dce89 !important;
}
.bg-teal {
    background-color: #06c0d9 !important;
}
a.bg-teal:hover,
a.bg-teal:focus {
    background-color: #22a193 !important;
}
button.bg-teal:hover,
button.bg-teal:focus {
    background-color: #22a193 !important;
}
.text-teal {
    color: #06c0d9 !important;
}
.bg-cyan {
    background-color: #17a2b8 !important;
    color: #fff !important;
}
a.bg-cyan:hover,
a.bg-cyan:focus {
    background-color: #117a8b !important;
}
button.bg-cyan:hover,
button.bg-cyan:focus {
    background-color: #117a8b !important;
}
.text-cyan {
    color: #17a2b8 !important;
}
.bg-white {
    background-color: #fff !important;
}
a.bg-white:hover,
a.bg-white:focus {
    background-color: #f3f4f5 !important;
}
button.bg-white:hover,
button.bg-white:focus {
    background-color: #f3f4f5 !important;
}
.text-white {
    color: #fff !important;
}
.bg-gray {
    background-color: #868e96 !important;
}
a.bg-gray:hover,
a.bg-gray:focus {
    background-color: #6c757d !important;
}
button.bg-gray:hover,
button.bg-gray:focus {
    background-color: #6c757d !important;
}
.text-gray {
    color: #969696 !important;
}
.bg-lightpink-red {
    color: #ff7088 !important;
}
.text-gray-dark {
    color: #343a40 !important;
}
.bg-azure {
    background-color: #45aaf2 !important;
}
a.bg-azure:hover,
a.bg-azure:focus {
    background-color: #1594ef !important;
}
button.bg-azure:hover,
button.bg-azure:focus {
    background-color: #1594ef !important;
}
.text-azure {
    color: #45aaf2 !important;
}
.bg-lime {
    background-color: #1e74a0 !important;
}
a.bg-lime:hover,
a.bg-lime:focus {
    background-color: #63ad27 !important;
}
button.bg-lime:hover,
button.bg-lime:focus {
    background-color: #63ad27 !important;
}
.text-lime {
    color: #1e74a0 !important;
}
.icon {
    color: #1e1e2d !important;
}
.icon i {
    vertical-align: -1px;
    color: #5c678f;
}
a.icon {
    text-decoration: none;
    cursor: pointer;
}
a.icon:hover {
    color: #fff !important;
}
.o-auto {
    overflow: auto !important;
}
.o-hidden {
    overflow: hidden !important;
}
.shadow {
    box-shadow: 0 1px 2px #0000000d !important;
}
.shadow2 {
    box-shadow: 0 10px 10px 20px #b3bad400, 10px 10px 15px -5px #b0b8d6 !important;
}
.shadow-none {
    box-shadow: none !important;
}
.bg-info-green {
    background-color: #00c85166;
}
.bg-success-transparent {
    background-color: #38cb8933 !important;
}
.bg-info-transparent {
    background-color: #2285cc33 !important;
}
.bg-warning-transparent {
    background-color: #fcbf0933 !important;
}
.bg-danger-transparent {
    background-color: #fa606033 !important;
}
.bg-success-transparent-2 {
    background-color: #38cb8926 !important;
}
.bg-info-transparent-2 {
    background-color: #2285cc26 !important;
}
.bg-warning-transparent-2 {
    background-color: #fcbf0926 !important;
}
.bg-danger-transparent-2 {
    background-color: #fa606026 !important;
}
.bg-facebook {
    background: #2b4170 !important;
}
.bg-google {
    background: linear-gradient(to bottom right, #e64522, #c33219) !important;
    color: #fff;
}
.bg-dribbble {
    background: linear-gradient(to bottom right, #ea4c89, #c93764) !important;
}
.card {
    font-family: Lato, sans-serif;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    border: 1px solid #dbe2eb;
    border-radius: 8px;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
}
.special-shadow {
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    margin-top: 1rem;
}
.card-subtitle {
    margin-top: -0.75rem;
    margin-bottom: 0;
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-header:before {
    content: "";
    position: absolute;
    left: 0;
    padding: 3px;
    border-radius: 0 50px 50px 0;
    height: 20px;
}
.card-header:first-child {
    border-radius: 2px 2px 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0rem 1.5rem 1.5rem;
    background-color: #00000008;
    color: #6e7687;
}
.card-footer:last-child {
    border-radius: 0 0 2px 2px;
}
.card-header-tabs {
    margin-right: -0.75rem;
    margin-bottom: -1.5rem;
    margin-left: -0.75rem;
    margin: -1.25rem 0;
    border-bottom: 0;
    line-height: 2rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    background-color: #0006;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-img {
    width: 100%;
    border-radius: 2px;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
}
.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 0.75rem;
}
@media (max-width: 576px) {
    .header {
        border-bottom: 0px !important;
    }
}
.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -0.75rem;
        margin-left: -0.75rem;
    }
    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 0.75rem;
        margin-bottom: 0;
        margin-left: 0.75rem;
    }
    .horizontalMenucontainer .header-brand-img.mobile-logo,
    .horizontalMenucontainer .header-brand-img.darkmobile-logo,
    .horizontalMenucontainer .header-brand-img.dark-logo {
        display: none;
    }
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-top,
    .card-group > .card:first-child .card-header {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-img-bottom,
    .card-group > .card:first-child .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-top,
    .card-group > .card:last-child .card-header {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-img-bottom,
    .card-group > .card:last-child .card-footer {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 3px;
    }
    .card-group > .card:only-child .card-img-top,
    .card-group > .card:only-child .card-header {
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
    .card-group > .card:only-child .card-img-bottom,
    .card-group > .card:only-child .card-footer {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0;
    }
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-top,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-img-bottom,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-header,
    .card-group
        > .card:not(:first-child):not(:last-child):not(:only-child)
        .card-footer {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 1.5rem;
}
.rhombus {
    width: 350px;
    height: 80px;
    transform: rotate(67.5deg);
    background-color: #ff0;
}
@media print {
    .card {
        box-shadow: none;
        border: none;
    }
    .card-header {
        display: none;
    }
    .card-body {
        padding: 0;
    }
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1rem 1.5rem;
    position: relative;
}
.card-body + .card-body {
    border-top: 1px solid #ebecf1;
}
.tilebox-one i {
    font-size: 62px;
}
.card-body > :last-child {
    margin-bottom: 0;
}
.card-body-scrollable {
    overflow: auto;
}
.card-footer,
.card-bottom {
    padding: 1rem 1.5rem;
    background: none;
}
.log {
    margin-top: -26px;
}
.card-header {
    background: #fff0;
    padding: 0.5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    border-bottom: 1px solid #ebecf1;
    position: relative;
}
.card-header .card-title {
    margin-bottom: 0;
}
.card-header.border-0 + .card-body {
    padding-top: 0;
}
.card-title {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
}
.reg {
    text-align: center;
    font-size: 50px;
    color: #2e1170;
    float: right;
}
.card-title a {
    color: inherit;
}
.card-title:only-child {
    margin-bottom: 0;
}
.card-title small,
.card-subtitle {
    color: #9aa0ac;
    font-size: 0.875rem;
    display: block;
    margin: -0.75rem 0 1rem;
    line-height: 1.1;
    font-weight: 400;
}
.card-table {
    margin-bottom: 0;
}
.card-table tr:first-child td,
.card-table tr:first-child th {
    border-top: 0;
}
.card-table tr td:first-child,
.card-table tr th:first-child {
    padding-left: 1.5rem;
}
.card-table tr td:last-child,
.card-table tr th:last-child {
    padding-right: 1.5rem;
}
.card-body + .card-table {
    border-top: 1px solid #ebecf1;
}
.card-profile .card-header {
    height: 5rem;
    background-size: cover;
    border: 0;
}
.profie-img .flex-md-row img {
    width: 60px;
}
.card-profile-img {
    max-width: 6rem;
    margin-bottom: 1rem;
    border: 3px solid #fff;
    border-radius: 100%;
    box-shadow: 0 1px 1px #0000001a;
}
.card-link + .card-link {
    margin-left: 1rem;
    margin-left: 1.5rem;
}
.card-body + .card-list-group {
    border-top: 1px solid #ebecf1;
}
.card-list-group .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.card-list-group .list-group-item:last-child {
    border-bottom: 0;
}
.card-list-group .list-group-item:first-child {
    border-top: 0;
}
.card-header-tabs .nav-item {
    margin-bottom: 1px;
}
.card-header-pills {
    margin: -0.75rem;
}
.card-aside {
    -ms-flex-direction: row;
    flex-direction: row;
}
.card-aside-column {
    min-width: 5rem;
    width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    background: no-repeat center/cover;
}
.card-value {
    font-size: 1rem;
    line-height: 3.4rem;
    height: 3.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
}
.card-value i {
    vertical-align: middle;
}
.card-chart-bg {
    height: 4rem;
    margin-top: -1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.list-media .media-img {
    position: relative;
    float: left;
    width: 48px;
    margin-right: 20px;
}
.list-media .info {
    padding-left: 55px;
    min-height: 40px;
    height: auto;
    position: relative;
}
.list-media .info h4 a {
    font-size: 16px;
    margin-top: 10px;
}
.list-media .info p {
    font-size: 13px;
}
.list-media .info .text-right {
    right: 0;
    color: #8a8a8a;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    margin-top: -28px;
}
.card-options {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 100;
    order: 100;
    margin-right: -0.5rem;
    color: #9aa0ac;
    -ms-flex-item-align: center;
    align-self: center;
}
.card-options a:not(.btn) {
    color: #1e1e2d;
}
.card-options a:not(.btn):hover {
    text-decoration: none;
}
.card-options a:not(.btn) i {
    font-size: 1rem;
}
.card-options a.option-dots {
    color: #5c678f;
    display: inline-block;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.8rem;
    text-align: center;
    font-size: 15px;
    margin-right: 5px;
    padding: 0;
}
.card-options a.option-dots:hover {
    text-decoration: none;
    color: #007bff;
}
.card-options .dropdown-toggle:after {
    display: none;
}
.widgets-cards .wrp.icon-circle {
    width: 73px;
    height: 73px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0;
    margin-right: 15px;
}
.widgets-cards .wrp.icon-circle i {
    font-size: 1.6rem;
    color: #fff;
}
.widgets-cards .wrp p {
    line-height: 1;
    margin-bottom: 10px;
}
.widgets-cards .wrp p:first-child {
    font-weight: 400;
    font-size: 36px;
}
ul li .legend-dots {
    width: 1rem;
    height: 1rem;
    border-radius: 100%;
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.5rem;
}
.vertical-align-middle {
    vertical-align: middle;
}
.legend li {
    padding: 5px;
    float: left;
}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
.stretch-card > .card {
    width: 100%;
    min-width: 100%;
}
.icon-size {
    font-size: 2.5rem !important;
}
.card-img-absolute {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.card-collapsed > :not(.card-header):not(.card-status) {
    display: none;
}
.card-collapsed .card-options-collapse i:before {
    content: "";
}
.card-fullscreen .card-options-fullscreen i:before {
    content: "";
}
.card-fullscreen .card-options-remove {
    display: none;
}
.card-map {
    height: 15rem;
    background: #e9ecef;
}
.card-map-placeholder {
    background: no-repeat center;
}
.card-tabs {
    display: -ms-flexbox;
    display: flex;
}
.card-tabs-bottom .card-tabs-item {
    border: 0;
}
.card-tabs-bottom .card-tabs-item.active {
    border-top-color: #fff;
}
.card-tabs-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: block;
    padding: 1.4rem 1.5rem;
    color: inherit;
    overflow: hidden;
}
a.card-tabs-item {
    background: #fafbfc;
}
a.card-tabs-item:hover {
    text-decoration: none;
    color: inherit;
}
a.card-tabs-item:focus {
    z-index: 1;
}
a.card-tabs-item.active {
    background: #fff;
    border-bottom-color: #fff;
}
.card-status {
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 7px 7px 0 0;
    background: #0028641f;
}
.card-status-left {
    right: auto;
    bottom: 0;
    height: auto;
    width: 3px;
    border-radius: 3px 0 0 3px;
}
.card-icon {
    width: 3rem;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
}
.card-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    margin: 0;
}
.card-alert {
    border-radius: 0;
    margin: -1px -1px 0;
}
.card-category {
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin: 0 0 0.5rem;
    background: #f3f3f3;
}
.list-card {
    padding: 14px 25px;
    border-radius: 0;
    -webkit-box-shadow: 0 2px 10px 0 rgb(4 4 7 / 0.1);
    box-shadow: 0 2px 10px #0404071a;
    margin-bottom: 12px;
    background: #fff;
    position: relative;
}
.card > .list-group {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    -ms-flex: 0 0 8.33333333%;
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
}
.col-2 {
    -ms-flex: 0 0 16.66666667%;
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333333%;
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.col-5 {
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}
.col-8 {
    -ms-flex: 0 0 66.66666667%;
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.33333333%;
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
}
.col-11 {
    -ms-flex: 0 0 91.66666667%;
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
}
@media (min-width: 1280px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
    position: relative;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid #fff0;
    border-bottom: 0;
    border-left: 0.3em solid #fff0;
    color: #c4c9d6;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 0.9375rem;
    color: #495057;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: none;
    min-width: auto;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    border-radius: 4px;
    border: 1px solid #ebecf1;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid #fff0;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid #fff0;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #fff0;
    border-right: 0;
    border-bottom: 0.3em solid #fff0;
    border-left: 0.3em solid;
    vertical-align: 0;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid #fff0;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid #fff0;
    vertical-align: 0;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.header .dropdown-menu {
    top: 17px !important;
    border-radius: 6px;
    animation-name: fadeInUp;
    border: 1px solid #ebecf1;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}
.header-notify .dropdown-menu.show {
    left: -280px !important;
    min-width: 320px !important;
}
.header-locale {
    padding-top: 0.1rem;
    margin-left: 0.8rem;
}
.header-locale .header-icon {
    width: 20px;
    margin-right: 0.3rem;
    vertical-align: bottom !important;
}
.header-locale .header-text {
    vertical-align: text-bottom;
    color: #1e1e2d;
    font-weight: 600;
}
.header-locale .dropdown-menu {
    left: -75px !important;
}
.header-locale .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.1rem;
}
.header-locale .dropdown-menu .dropdown-item:hover,
.header-locale .dropdown-menu .dropdown-item:focus {
    background: #f5f9fc;
}
.profile-dropdown .dropdown-menu.show {
    left: -130px !important;
}
.header-languages .dropdown-menu.show {
    left: -70px !important;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.notifyimg {
    color: #fff;
    float: left;
    height: 40px;
    line-height: 39px;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    border-radius: 50%;
    margin-top: 5px;
}
.view-all-button {
    padding: 0.5rem 0.5rem 0.2rem;
}
.mark-read:hover {
    background-color: #1e1e2d !important;
}
.text-brown {
    color: #363b40;
}
.header-expand .mdi {
    line-height: 1 !important;
}
.profile-icon {
    line-height: 1.1;
    text-align: center;
    vertical-align: middle;
    margin-right: 12px;
    color: #344050;
    opacity: 0.9;
}
.notify-menu {
    position: relative;
    overflow-y: scroll;
    max-height: 300px;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.7rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff0;
    border: 0;
}
.drop-icon-wrap {
    text-align: center;
}
.drop-icon-wrap li {
    display: block;
}
.drop-icon-wrap .drop-icon-item {
    display: inline-block;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    color: #878787;
    text-transform: capitalize;
    width: 50%;
    float: left;
}
.block {
    display: block !important;
}
.drop-icon-item i {
    font-size: 20px;
    padding-bottom: 5px;
}
.drop-icon-wrap .drop-icon-item:hover,
.drop-icon-wrap .drop-icon-item:focus {
    text-decoration: none;
    background-color: #eef0ff;
}
.dropdown-item.user {
    font-size: 12px;
    padding: 5px;
}
.floating {
    animation: floating 3s ease infinite;
    will-change: transform;
}
.dropdown-item:hover,
.dropdown-item:focus {
    text-decoration: none;
    background-color: #f5f9fc;
}
.dropdown-item.active,
.dropdown-item:active {
    text-decoration: none;
    background-color: #f5f9fc;
    color: #3e4358;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #fff;
    background-color: #fff0;
}
.dropdown-menu.show {
    display: block;
    margin: 0;
}
.dropdown-menu-arrow.dropdown-menu-right:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    border-bottom: 10px solid #ebecf1;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
}
.dropdown-menu-arrow.dropdown-menu-right:after {
    content: "";
    position: absolute;
    top: -8.5px;
    left: 16px;
    border-bottom: 10px solid #fff;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
}
.dropdown-menu-arrow.dropdown-menu-left:before {
    content: "";
    position: absolute;
    top: -10px;
    left: 15px;
    border-bottom: 10px solid #ebecf1;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
}
.dropdown-menu-arrow.dropdown-menu-left:after {
    content: "";
    position: absolute;
    top: -8.5px;
    left: 16px;
    border-bottom: 9px solid #fff;
    border-left: 9px solid #fff0;
    border-right: 9px solid #fff0;
}
.nav-item.show .dropdown-menu.dropdown-menu-arrow.show {
    top: -1px !important;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #868e96;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
    z-index: 1;
}
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
    z-index: 1;
}
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 1;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group {
    margin-left: -1px;
}
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group {
    margin-left: -1px;
}
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after {
    margin-left: 0;
}
.dropup .dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
btn.dropdown-toggle ~ .dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: #fff !important;
    border: 0 solid #4285f4 !important;
    box-shadow: 0 0 3px #1919194d !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
ul.dropdown-menu li.dropdown ul.dropdown-menu {
    background-color: #f4f4f4 !important;
    background-color: #fff !important;
    border: 0 solid #4285f4 !important;
    box-shadow: 0 0 3px #1919194d !important;
    top: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute !important;
    width: 100% !important;
}
.dropdown-menu > li > a {
    display: block;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #1e1e2d;
    background-color: #f0f0f2;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background: #ebecf1;
}
.dropdown-menu .dropdown-plus-title {
    width: 100% !important;
    color: #6b6f80 !important;
    padding: 6px 12px !important;
    font-weight: 500 !important;
    border: 0 solid #ebecf1 !important;
    border-bottom-width: 1px !important;
    cursor: pointer !important;
}
ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px !important;
}
.btn.dropdown-toggle.btn-success ~ .dropdown-menu .dropdown-plus-title {
    border-color: #38cb89 !important;
}
.btn.dropdown-toggle.btn-info ~ .dropdown-menu .dropdown-plus-title {
    border-color: #5b7fff !important;
}
.btn.dropdown-toggle.btn-warning ~ .dropdown-menu .dropdown-plus-title {
    border-color: #ffab00 !important;
}
.btn.dropdown-toggle.btn-danger ~ .dropdown-menu .dropdown-plus-title {
    border-color: #ef4b4b !important;
}
.dropdown-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-bottom: 1px solid #ebecf1;
}
.dropdown-demo .dropdown-menu {
    position: static;
    float: none;
}
.dropdown-menu-header label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #6b6f80;
}
.dropdown-media-list .media {
    padding: 12px 15px;
}
.dropdown-media-list .media:hover,
.dropdown-media-list .media:focus {
    background-color: #f8f9fa;
}
.media {
    display: flex;
    align-items: flex-start;
}
.dropdown-media-list img {
    border-radius: 100%;
}
.dropdown-media-list .media-body {
    margin-left: 15px;
}
.media-body {
    flex: 1;
}
.dropdown-media-list .media-body > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dropdown-media-list .media-body > div p {
    margin-bottom: 0;
    font-weight: 500;
    color: #6b6f80;
    font-size: 14px;
}
.dropdown-media-list .media-body > div span {
    font-size: 12px;
}
.dropdown-media-list .media-body > p {
    font-size: 14px;
    margin-bottom: 0;
}
.dropdown-list-footer {
    padding: 10px 15px;
    text-align: center;
    font-size: 12px;
    border-top: 1px solid #ebecf1;
}
.label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.dropdown-media-list {
    padding: 0;
}
@media (min-width: 768px) {
    ul.dropdown-menu li.dropdown ul.dropdown-menu {
        width: auto !important;
    }
    ul.dropdown-menu li.dropdown ul.dropdown-menu .dropdown-plus-title {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}
.dropdown {
    display: block;
}
#sidebar .dropdown-menu {
    box-shadow: 0 1px 2px #0000000d;
    min-width: 12rem;
}
.dropdown-menu-arrow.dropdown-menu-right:before,
.dropdown-menu-arrow.dropdown-menu-right:after {
    left: auto;
    right: 12px;
}
.dropdown-toggle {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.dropdown-toggle:after {
    vertical-align: 0.155em;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-icon {
    color: #3e4358;
    margin-right: 0.5rem;
    margin-left: -0.5rem;
    width: 1em;
    display: inline-block;
    text-align: center;
    vertical-align: -1px;
}
.header .profile-dropdown .dropdown-menu {
    top: 51px !important;
}
.header .profile-dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 1.1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    transition: border-left-color 0.2s ease, background-color 0.2s ease;
    border-radius: 8px;
}
.header .profile-dropdown .dropdown-menu .dropdown-item:hover,
.header .profile-dropdown .dropdown-menu .dropdown-item:focus {
    background: #e1f0ff;
}
.header .profile-dropdown .dropdown-menu .dropdown-item:hover .profile-icon,
.header .profile-dropdown .dropdown-menu .dropdown-item:focus .profile-icon {
    color: #007bff !important;
}
.header .header-dropdown-list {
    height: 300px;
}
.dropdown-header {
    padding: 15px;
    border-bottom: 1px solid #ebecf1;
    color: #1e1e2d;
    display: flex;
}
.dropdown-toggle.split-dropdown {
    border-left: 1px solid rgb(0 0 0 / 0.2);
}
.result-message {
    line-height: 22px;
    font-size: 16px;
}
.result-message a {
    color: #596fd6;
    font-weight: 600;
    text-decoration: none;
}
.hidden {
    display: none;
}
#card-error {
    color: #697386;
    text-align: left;
    font-size: 13px;
    line-height: 17px;
    margin-top: 12px;
}
#card-element {
    border-radius: 4px 4px 0 0;
    padding: 12px;
    border: 1px solid rgb(50 50 93 / 0.1);
    height: 44px;
    width: 100%;
    background: #fff;
}
#payment-request-button {
    margin-bottom: 32px;
}
.spinner,
.spinner:before,
.spinner:after {
    border-radius: 50%;
}
.spinner {
    color: #fff;
    font-size: 22px;
    text-indent: -99999px;
    margin: 0 auto;
    position: relative;
    width: 20px;
    height: 20px;
    box-shadow: inset 0 0 0 2px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.spinner:before,
.spinner:after {
    position: absolute;
    content: "";
}
.spinner:before {
    width: 10.4px;
    height: 20.4px;
    background: #5469d4;
    border-radius: 20.4px 0 0 20.4px;
    top: -0.2px;
    left: -0.2px;
    -webkit-transform-origin: 10.4px 10.2px;
    transform-origin: 10.4px 10.2px;
    -webkit-animation: loading 2s infinite ease 1.5s;
    animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
    width: 10.4px;
    height: 10.2px;
    background: #5469d4;
    border-radius: 0 10.2px 10.2px 0;
    top: -0.1px;
    left: 10.2px;
    -webkit-transform-origin: 0 10.2px;
    transform-origin: 0 10.2px;
    -webkit-animation: loading 2s infinite ease;
    animation: loading 2s infinite ease;
}
@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@media only screen and (max-width: 600px) {
    form {
        width: 80vw;
    }
}
a:hover {
    color: #007bff;
}
.default-card.default .loader {
    border-top-color: #007bff;
}
.file-manger.list-group-transparent .list-group-item.active {
    color: #007bff;
}
.custom-progress::-webkit-progress-value,
.custom-progress::-moz-progress-bar,
.custom-progress::-ms-fill {
    background-color: #007bff;
}
.card-pay .tabs-menu li a.active {
    background: #007bff;
}
.page-link:hover {
    color: #007bff;
}
.page-item.active .page-link {
    background-color: #007bff;
    border-color: #007bff;
}
.panel-default > .panel-heading {
    color: #007bff;
}
.panel-primary .list-group-item.active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.alert-primary {
    color: #464a4e;
    background-color: #007bff;
    border-color: #007bff;
}
.alert-primary hr {
    border-top-color: #b7cded;
}
.alert-primary .alert-link {
    color: #172b46;
}
.alert-secondary {
    color: #464a4e;
    background-color: #f72d66;
    border-color: #f72d66;
}
.alert-secondary hr {
    border-top-color: #f72d66;
}
.alert-secondary .alert-link {
    color: #151213;
}
.alert-light-primary {
    color: #007bff;
    background-color: #cdc8e5;
    border-color: #cdc8e5;
}
.alert-light-secondary {
    color: #fb1c52;
    background-color: #f1a5b8;
    border-color: #f1a5b8;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
.badge-primary[href]:hover,
.badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #6958be;
}
.badge-secondary {
    color: #fff;
    background-color: #f72d66;
}
.badge-secondary[href]:hover,
.badge-secondary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #f72d66;
}
.badge-success {
    color: #fff;
    background-color: #38cb89;
}
.badge-success[href]:hover,
.badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #38cb89;
}
.badge-primary-light {
    color: #007bff;
    background-color: #705ec826;
}
.badge-secondary-light {
    background-color: #fa713b26 !important;
    color: #fb1c52;
}
.offer-primary {
    border-color: #007bff;
}
.offer-primary .shape {
    border-color: #fff0 #007bff #fff0 #fff0;
}
.badge-gradient-primary {
    color: #fff;
    background: linear-gradient(to left, #be5fca, #007bff);
}
.badge-gradient-secondary {
    background-image: linear-gradient(to left, #ed7d98, #fb1c52);
    color: #fff;
}
.breadcrumb-item a,
.breadcrumb-item1 a {
    color: #007bff;
}
.breadcrumb-arrow li a {
    background-color: #007bff;
    border: 1px solid #007bff;
}
.breadcrumb-arrow li a:before {
    border-left-color: #007bff;
}
.btn-primary {
    font-size: 12px;
    min-width: 180px;
    padding: 10px 15px;
    border-radius: 35px;
    text-transform: none;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    transition: all 0.3s;
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem #1d273b40;
}
.btn-primary:focus,
.btn-primary.focus {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary-small {
    min-width: 100px;
    padding: 7px 15px;
}
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6958be;
    border-color: #6958be;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px #705ec81a;
}
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px #705ec81a;
}
.btn-secondary {
    color: #fff !important;
    background-color: #fb1c52;
    border-color: #fb1c52;
    box-shadow: 0 0 10px -5px #fb1c5280;
}
.btn-secondary:hover {
    color: #fff !important;
    background-color: #f83e6b;
    border-color: #f83e6b;
}
.btn-secondary:focus,
.btn-secondary.focus {
    box-shadow: 0 0 0 2px #fb1c521a;
    background-color: #f83e6b;
    border-color: #f83e6b;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #f83e6b;
    border-color: #f83e6b;
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #f83e6b;
    border-color: #f83e6b;
}
.btn-cancel,
.btn-cancel-black {
    font-size: 12px;
    min-width: 180px;
    padding: 10px 15px;
    border-radius: 35px;
    text-transform: none;
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    transition: all 0.3s;
}
.btn-cancel:hover,
.btn-cancel-black:hover {
    color: #fff !important;
    background-color: #d13212;
    border-color: #d13212;
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem #1d273b40;
}
.btn-cancel:focus,
.btn-cancel.focus,
.btn-cancel-black:focus,
.btn-cancel-black.focus {
    background-color: #d13212;
    border-color: #d13212;
}
.btn-cancel-upgrade {
    font-size: 12px;
    min-width: 200px;
    padding: 10px 15px;
    border-radius: 35px;
    text-transform: none;
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.btn-cancel-upgrade:hover {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-cancel-upgrade:hover i.fa-solid {
    color: #1e1e2d !important;
}
.btn-cancel-upgrade:focus {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-cancel-upgrade:focus i.fa-solid {
    color: #1e1e2d !important;
}
.btn-cancel-black {
    cursor: default;
}
.btn-cancel-black:hover,
.btn-cancel-black:focus {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.btn-confirm {
    font-size: 12px;
    min-width: 200px;
    padding: 10px 15px;
    border-radius: 35px;
    text-transform: none;
    color: #fff !important;
    background-color: #d13212;
    border-color: #d13212;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.btn-confirm:hover {
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.btn-confirm:focus,
.btn-confirm.focus {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.color-red {
    color: #d13212 !important;
}
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #f83e6b;
    border-color: #f83e6b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px #fb1c521a;
}
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px #fb1c521a;
}
.btn-outline-primary {
    color: #007bff;
    background-color: #fff0;
    background-image: none;
    border-color: #007bff;
    box-shadow: 0 0 10px -5px #705ec880;
}
.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 2px #467fcf1a;
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: #fff0;
}
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px #f72d661a;
}
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px #f72d661a;
}
.btn-outline-secondary {
    color: #fb1c52;
    background-color: #fff0;
    background-image: none;
    border-color: #fb1c52;
    box-shadow: 0 0 10px -5px #f22e6980;
}
.btn-outline-secondary:hover {
    color: #fff !important;
    background-color: #fb1c52;
    border-color: #fb1c52;
}
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 0 2px #f72d661a;
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #fb1c52;
    background-color: #fff0;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #fb1c52;
    border-color: #fb1c52;
}
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fb1c52;
    border-color: #fb1c52;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 2px #f72d661a;
}
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 2px #f72d661a;
}
.btn-link {
    color: #007bff;
}
.btn-link:hover {
    color: #6958be;
}
.dropdown-item:hover,
.dropdown-item:focus {
    color: #007bff;
}
.btn.dropdown-toggle.btn-primary ~ .dropdown-menu .dropdown-plus-title {
    border-color: #007bff !important;
}
.list-group-item-primary {
    color: #007bff;
    background-color: #cbdbf2;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #007bff;
    background-color: #b7cded;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item-secondary {
    color: #fff;
    background-color: #f72d66;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #fff;
    background-color: #f72d66;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #f72d66;
    border-color: #f72d66;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.user-button {
    background: #007bff;
}
.user-button:hover {
    border: 1px solid #007bff;
    background: #fff;
    color: #007bff !important;
}
.nav-tabs .nav-item1 .nav-link:hover:not(.disabled),
.nav-tabs .nav-item1 .nav-link.active {
    color: #fff;
    background: #007bff;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background: #007bff;
}
.header .nav-tabs .nav-link:hover:not(.disabled),
.header .nav-tabs .nav-link.active {
    color: #fff !important;
    background: #007bff;
}
.expanel-primary {
    border: #007bff !important;
}
.expanel-secondary {
    border: #f72d66 !important;
}
.expanel-primary > .expanel-heading {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.expanel-secondary > .expanel-heading {
    color: #fff !important;
    background-color: #f72d66 !important;
    border-color: #f72d66 !important;
}
.tag-primary {
    background-color: #007bff;
    color: #fff;
}
.tag-secondary {
    background-color: #f72d66;
    color: #fff;
}
.pop-primary {
    color: #007bff;
}
.popsecondary {
    color: #f72d66;
}
.tooltip-primary .tooltip-inner {
    background-color: #007bff !important;
    color: #fff;
}
.tooltip-primary.bs-tooltip-top .arrow:before,
.tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
    border-top-color: #007bff;
}
.tooltip-primary.bs-tooltip-bottom .arrow:before,
.tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
    border-bottom-color: #007bff;
}
.tooltip-primary.bs-tooltip-left .arrow:before,
.tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
    border-left-color: #007bff;
}
.tooltip-primary.bs-tooltip-right .arrow:before,
.tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
    border-right-color: #007bff;
}
.tooltip-secondary .tooltip-inner {
    background-color: #007bff;
    color: #fff;
}
.tooltip-secondary.bs-tooltip-top .arrow:before,
.tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow:before {
    border-top-color: #007bff;
}
.tooltip-secondary.bs-tooltip-bottom .arrow:before,
.tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow:before {
    border-bottom-color: #007bff;
}
.tooltip-secondary.bs-tooltip-left .arrow:before,
.tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow:before {
    border-left-color: #007bff;
}
.tooltip-secondary.bs-tooltip-right .arrow:before,
.tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow:before {
    border-right-color: #007bff;
}
.popover-head-primary .popover-header {
    color: #fff;
    background-color: #007bff;
}
.popover-head-primary.bs-popover-bottom .arrow:after,
.popover-head-primary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
    border-bottom-color: #007bff;
}
.popover-head-secondary .popover-header {
    color: #fff;
    background-color: #007bff;
}
.popover-head-secondary.bs-popover-bottom .arrow:after,
.popover-head-secondary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
    border-bottom-color: #007bff;
}
.popover-primary {
    background-color: #007bff !important;
}
.popover-primary.bs-popover-top .arrow:after,
.popover-primary.bs-popover-auto[x-placement^="top"] .arrow:after {
    border-top-color: #007bff !important;
}
.popover-primary.bs-popover-bottom .arrow:after,
.popover-primary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
    border-bottom-color: #007bff !important;
}
.popover-primary.bs-popover-left .arrow:after,
.popover-primary.bs-popover-auto[x-placement^="left"] .arrow:after {
    border-left-color: #007bff !important;
}
.popover-primary.bs-popover-right .arrow:after,
.popover-primary.bs-popover-auto[x-placement^="right"] .arrow:after {
    border-right-color: #007bff !important;
}
.popover-secondary {
    background-color: #f72d66 !important;
}
.popover-secondary.bs-popover-top .arrow:after,
.popover-secondary.bs-popover-auto[x-placement^="top"] .arrow:after {
    border-top-color: #f72d66 !important;
}
.popover-secondary.bs-popover-bottom .arrow:after,
.popover-secondary.bs-popover-auto[x-placement^="bottom"] .arrow:after {
    border-bottom-color: #f72d66 !important;
}
.popover-secondary.bs-popover-left .arrow:after,
.popover-secondary.bs-popover-auto[x-placement^="left"] .arrow:after {
    border-left-color: #f72d66 !important;
}
.popover-secondary.bs-popover-right .arrow:after,
.popover-secondary.bs-popover-auto[x-placement^="right"] .arrow:after {
    border-right-color: #f72d66 !important;
}
.heading-primary,
.dark-mode .popover-primary .popover-header {
    background-color: #007bff !important;
    color: #fff;
}
.dark-mode .popover-secondary .popover-header {
    background-color: #f72d66 !important;
    color: #fff;
}
.message-feed.right .mf-content {
    background: #007bff;
}
.message-feed.right .mf-content:before {
    border-bottom: 8px solid #007bff;
}
.ms-menu .tab-menu-heading .tabs-menu1 ul li .active {
    background: #007bff;
    color: #fff;
    border: 1px solid #007bff;
}
.chat .msg_cotainer_send {
    background-color: #007bff;
}
.chat .msg_cotainer_send:after {
    border-bottom: 10px solid #007bff;
}
.action-header {
    background: #007bff;
}
.main-nav-line-chat .nav-link.active {
    color: #fff;
    background: #007bff;
}
.main-chat-header .nav-link:hover,
.main-chat-header .nav-link:focus {
    color: #007bff;
}
.main-chat-body .media.flex-row-reverse .main-msg-wrapper {
    background-color: #007bff;
    color: #fff;
}
.main-chat-body .media.flex-row-reverse .main-msg-wrapper:before {
    border-bottom: 7px solid #007bff;
}
.main-contact-item.selected {
    border-left-color: #007bff;
}
.main-contact-info-header .main-img-user a:hover,
.main-contact-info-header .main-img-user a:focus {
    background-color: #007bff;
}
.main-contact-info-header .media-body .nav-link:hover,
.main-contact-info-header .media-body .nav-link:focus {
    color: #007bff;
}
.main-contact-action a:hover,
.main-contact-action a:focus {
    color: #007bff;
}
.jsr_bar {
    background-color: #007bff;
}
.jsr_slider:before {
    background: #007bff;
}
.range.range-primary input[type="range"]::-webkit-slider-thumb,
.range.range-primary input[type="range"]::-moz-slider-thumb {
    background-color: #007bff;
}
.range.range-primary output {
    background-color: #007bff;
}
.range.range-primary input[type="range"] {
    outline-color: #007bff;
}
.br-theme-bars-horizontal .br-widget a.br-active,
.br-theme-bars-horizontal .br-widget a.br-selected {
    background-color: #007bff;
}
.br-theme-bars-horizontal .br-widget .br-current-rating,
.br-theme-bars-pill .br-widget a {
    color: #007bff;
}
.br-theme-bars-pill .br-widget a.br-active,
.br-theme-bars-pill .br-widget a.br-selected {
    background-color: #007bff;
    color: #fff;
}
.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    border: 2px solid #007bff;
    color: #007bff;
}
.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected,
.br-theme-bars-1to10 .br-widget a.br-active,
.br-theme-bars-1to10 .br-widget a.br-selected {
    background-color: #007bff;
}
.br-theme-bars-1to10 .br-widget .br-current-rating,
.br-theme-bars-movie .br-widget .br-current-rating {
    color: #007bff;
}
.header-bg {
    background: #007bff;
    background: -webkit-linear-gradient(to left, #be5fca 0%, #007bff 100%);
    background: linear-gradient(to left, #be5fca, #007bff);
}
.footer a:not(.btn):hover,
.footer a:not(.btn):focus {
    color: #1e1e2d;
}
@media (max-width: 767.98px) and (min-width: 576px) {
    .search-show .search-element {
        background: #007bff;
    }
}
@media (max-width: 575.98px) {
    .search-show .search-element {
        background: #007bff;
    }
}
.wizard-card .moving-tab {
    background-color: #007bff !important;
}
.form-group label.control-label {
    color: #007bff;
}
.wizard-card .choice:hover .icon,
.wizard-card .choice.active .icon {
    border-color: #007bff !important;
    color: #007bff !important;
}
.addui-slider .addui-slider-track .addui-slider-range,
.addui-slider .addui-slider-track .addui-slider-handle:after {
    background: #007bff;
}
.cal1 .clndr .clndr-table .header-days {
    background: #007bff;
}
.cal1 .clndr .clndr-table tr .day.today,
.cal1 .clndr .clndr-table tr .day.my-today {
    color: #007bff !important;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-previous-button,
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button {
    color: #007bff;
}
.cal1 .clndr .clndr-controls .clndr-control-button .clndr-next-button:hover,
.cal1
    .clndr
    .clndr-controls
    .clndr-control-button
    .clndr-previous-button:hover {
    background: #007bff;
}
.fc-event,
.fc-event-dot {
    background-color: #007bff;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    background: #007bff;
}
div.conv-form-wrapper div.options div.option {
    border: 1px solid #007bff;
    background: #fff;
    color: #007bff;
}
form.convFormDynamic button.submit {
    color: #007bff;
    border: 1px solid #007bff;
    background: #fff;
}
div.conv-form-wrapper div.options div.option.selected {
    background: #007bff;
    color: #fff;
}
div.conv-form-wrapper div.options div.option.selected:hover {
    background: #007bff;
}
form.convFormDynamic button.submit:hover,
div.conv-form-wrapper div#messages div.message.from {
    background: #007bff;
    color: #fff;
}
#sidebar ul li.active > a {
    color: #007bff;
}
.accordionjs .acc_section.acc_active > .acc_head {
    background: #007bff !important;
}
.tab_wrapper > ul li.active {
    border-color: #007bff !important;
    background: #007bff !important;
    color: #fff;
}
.tab_wrapper.right_side > ul li.active:after {
    background: #007bff !important;
}
#sidebar li a[aria-expanded="true"],
#sidebar li a.active {
    background: #007bff;
    color: #fff;
}
.sweet-alert button {
    background-color: #007bff !important;
}
.timeline__item:after {
    border: 6px solid #007bff;
}
.job-box-filter a.filtsec i {
    color: #007bff;
}
.search-inline button[type="submit"] {
    background: #007bff;
}
.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
    color: #007bff;
}
.card-bgimg:before {
    background: #007bff;
}
.card-custom-icon.text-primary {
    fill: #007bff;
}
.feature .feature-icon {
    color: #007bff;
}
.under-countdown .countdown {
    background: #007bff;
}
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    background: #007bff;
}
.social-profile-buttons li a i,
.footer .social .social-icon,
.page-leftheader .breadcrumb-item.active,
.page-leftheader .breadcrumb-item.active a {
    color: #007bff;
}
.dot1,
.dot2,
.spinner4 > div,
.sk-circle .sk-child:before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#007bff),
        to(#007bff)
    );
}
.sk-cube-grid .sk-cube {
    background: #007bff;
}
.sk-folding-cube .sk-cube:before {
    background-color: #007bff;
}
.spinner5 > div {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(#007bff),
        to(#007bff)
    );
}
.spinner {
    background: #007bff;
}
.spinner-lg {
    background-color: #007bff;
}
.double-bounce1,
.double-bounce2 {
    background: #007bff;
}
.cube1,
.cube2 {
    background-color: #007bff;
}
.lds-heart div {
    background: #007bff;
}
.lds-heart div:after,
.lds-heart div:before {
    background: #007bff;
}
.lds-ring div {
    border: 6px solid #007bff;
    border-color: #007bff #fff0 #fff0 #fff0;
}
.lds-hourglass:after {
    border: 26px solid #007bff;
    border-color: #007bff #fff0;
}
.table-primary {
    background-color: #d5cee6;
}
.table-primary > th,
.table-primary > td {
    background-color: #d5cee6;
}
.table-hover .table-primary:hover {
    background-color: #f0f0f2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #b7cded;
}
.table-secondary {
    background-color: #f72d66;
}
.table-secondary > th,
.table-secondary > td {
    background-color: #f72d66;
}
.table-hover .table-secondary:hover {
    background-color: #cfd2d6;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #f72d66;
}
.mediaicon {
    border: 1px solid #007bff;
    background: #007bff;
}
a.chip:hover {
    background-color: #007bff;
}
#back-to-top {
    background: #007bff;
}
#back-to-top:hover {
    color: #007bff;
}
.tabs-menu ul li .active {
    background: #007bff;
}
.tabs-menu1 ul li .active {
    border-bottom: 3px solid #007bff;
    color: #007bff;
}
.sub-panel-heading .tabs-menu ul li a.active {
    color: #007bff !important;
}
.receipts-inline-table .tabs-menu1 ul li .active {
    color: #007bff;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff;
}
.custom-checkbox
    .custom-control-input:indeterminate
    ~ .custom-control-label:before {
    background-color: #007bff;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #007bff;
    border-color: #007bff;
}
.custom-select:focus {
    border-color: #007bff;
}
.custom-file-label:after {
    background-color: #007bff;
    border-left: 1px solid #007bff;
}
.custom-range::-ms-thumb,
.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb {
    background-color: #007bff;
}
.ui-datepicker .ui-datepicker-title {
    color: #007bff;
}
.ui-datepicker .ui-datepicker-calendar td a:hover,
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today a {
    background-color: #007bff;
}
.form-control:focus {
    border-color: #007bff;
}
.wizard > .steps .current a {
    color: #007bff;
}
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
    color: #007bff;
}
.wizard > .steps .current a .number,
.wizard > .steps .current a:hover .number,
.wizard > .steps .current a:active .number {
    background-color: #007bff;
    color: #fff;
}
.wizard > .actions a {
    background-color: #007bff;
}
.wizard > .actions a:hover,
.wizard > .actions a:active {
    background-color: #007bff;
}
.wizard-style-1 > .steps > ul .current a .number,
.wizard-style-1 > .steps > ul .current a:hover .number,
.wizard-style-1 > .steps > ul .current a:active .number {
    background-color: #007bff;
    color: #fff;
}
.wizard-style-2 > .steps > ul .current a .number,
.wizard-style-2 > .steps > ul .current a:hover .number,
.wizard-style-2 > .steps > ul .current a:active .number {
    border-color: #007bff;
    color: #007bff;
}
.selectgroup-input:checked + .selectgroup-button,
.selectgroup-input:focus + .selectgroup-button {
    border-color: #007bff;
    color: #007bff;
}
.custom-switch-input:checked ~ .custom-switch-indicator {
    background: #007bff;
}
.custom-switch-input:focus ~ .custom-switch-indicator {
    border-color: #007bff;
}
.label-primary {
    background: #007bff;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #6958be !important;
}
button.bg-primary:hover,
button.bg-primary:focus {
    background-color: #6958be !important;
}
.bg-secondary {
    background-color: #fa057a !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus {
    background-color: #fa057a !important;
}
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #fa057a !important;
}
.bg-gradient-primary {
    background: linear-gradient(to left, #be5fca, #007bff);
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #f72d66 !important;
}
i.fa.round,
.list-icon span p {
    border: 1px solid #007bff;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:hover,
a.text-primary:focus {
    color: #5e69b8 !important;
}
.text-secondary {
    color: #f72d66 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
    color: #f72d66 !important;
}
.bg-primary-transparent {
    background-color: #4a32d433;
}
.bg-secondary-transparent {
    background-color: #f72d6633;
}
.bg-primary-transparent-2 {
    background-color: #fa057a26;
}
.bg-secondary-transparent-2 {
    background-color: #f72d6626;
}
.panel.price > .panel-heading {
    background: #007bff;
    color: #fff;
}
.pricing-tabs ul.nav-price li a.active,
.pricing-tabs .pri-tabs-heading2 ul.nav-price li a.active {
    background: #007bff;
}
.icon-dropshadow-secondary {
    filter: drop-shadow(0 4px 4px rgb(247 45 102 / 0.3));
}
.card-custom-icon.text-secondary,
.fill-secondary {
    fill: #f72d66;
}
.tree li i {
    color: #007bff;
}
.timeline .timeline-items .timeline-item:after {
    background: #007bff;
}
li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
    background: #007bff;
    color: #fff;
}
.SumoSelect:focus > .CaptionCont {
    border-color: #007bff;
}
.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
    border-color: #007bff;
    outline: none;
    background-color: #007bff;
}
.SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
    background-color: #007bff;
}
.SumoSelect .select-all.selected > span i,
.SumoSelect .select-all.partial > span i {
    background-color: #007bff;
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #007bff;
    color: #fff;
}
.ql-editor .ql-bg-blue {
    background-color: #007bff;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #007bff;
    outline: 0;
    background: #fff;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #007bff;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #007bff;
}
.ql-snow a,
.ms-choice {
    color: #007bff;
}
.checkbox-group .checkbox-normal:checked + label:before {
    background: #007bff;
}
.irs-from,
.irs-to,
.irs-single {
    background-color: #007bff;
}
.irs-bar,
.irs-bar-edge {
    background-image: none;
    background-color: #007bff;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
    border-top-color: #007bff;
}
.irs-slider:before,
.irs-slider:hover:before,
.irs-slider:focus:before {
    background-color: #007bff;
}
.irs-primary .irs-bar,
.irs-primary .irs-bar-edge,
.irs-primary .irs-slider:before,
.irs-primary .irs-from,
.irs-primary .irs-to,
.irs-primary .irs-single {
    background-color: #007bff;
}
.irs-primary .irs-from:after,
.irs-primary .irs-to:after,
.irs-primary .irs-single:after {
    border-top-color: #007bff;
}
.irs-modern .irs-slider {
    border: 1px solid #007bff;
}
.irs-modern .irs-slider:before {
    border-left: 1px solid #007bff;
    border-right: 1px solid #007bff;
}
.irs-modern.irs-primary .irs-slider {
    border-color: #007bff;
}
.irs-modern.irs-primary .irs-slider:before {
    border-color: #007bff;
}
.irs-outline .irs-line,
.irs-outline .irs-slider {
    border: 1px solid #007bff;
}
.irs-outline .irs-slider:hover:before,
.irs-outline .irs-slider:focus:before {
    background-color: #007bff;
}
.irs-outline.irs-primary .irs-line,
.irs-outline.irs-primary .irs-slider {
    border-color: #007bff;
}
.irs-outline.irs-primary .irs-line:hover:before,
.irs-outline.irs-primary .irs-line:focus:before {
    background-color: #007bff;
}
.irs-outline.irs-primary .irs-slider:hover:before,
.irs-outline.irs-primary .irs-slider:focus:before {
    background-color: #007bff;
}
.cropme-slider input::-webkit-slider-thumb,
.cropme-rotation-slider input::-webkit-slider-thumb {
    background: #007bff;
}
.fc button {
    color: #007bff;
}
.sw-theme-dots > ul.step-anchor > li > a:before {
    color: #007bff;
}
.sw-theme-dots > ul.step-anchor > li.active > a {
    color: #007bff;
}
.sw-theme-dots > ul.step-anchor > li.active > a:after {
    background: #007bff;
}
.theme-white .cookie-popup-accept-cookies,
.theme-light .cookie-popup-accept-cookies,
.theme-primary .cookie-popup {
    background-color: #007bff;
    color: #fff;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #007bff;
    border-color: #fff0;
    color: #fff;
}
.daterangepicker .ranges li.active {
    background-color: #007bff;
    color: #fff;
}
.hor-menu
    .horizontalMenu
    > .horizontalMenu-list
    > li
    > ul.sub-menu
    > li
    > a:hover,
.hor-menu
    .horizontalMenu
    > .horizontalMenu-list
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > a:hover {
    color: #007bff;
}
.hor-menu
    .horizontalMenu
    > .horizontalMenu-list
    > li
    > .horizontal-megamenu
    .link-list
    li
    a:hover,
.hor-menu
    .horizontalMenu
    > .horizontalMenu-list
    > li
    > .horizontal-megamenu
    .link-list
    li
    a.active {
    color: #007bff;
}
.horizontalMenu
    > .horizontalMenu-list
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li
    > a.active,
.hor-menu
    .horizontalMenu
    > .horizontalMenu-list
    > li
    > ul.sub-menu
    > li
    > a.active {
    color: #007bff;
}
.sub-menu li.active:before,
.sub-menu li:hover:before {
    color: #007bff;
    opacity: 0.9;
}
.mega-menubg li a.active:before,
.mega-menubg li a:hover:before {
    color: #007bff;
    opacity: 0.9;
}
.app-sidebar__toggle:hover {
    color: #007bff;
}
.slide-menu a.active {
    color: #007bff !important;
}
.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    color: #007bff;
}
.slide.is-expanded .slide-menu li a:hover {
    color: #007bff;
}
@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .slide-menu
        a.active {
        color: #007bff;
        background: #fff0;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .slide-item.active {
        color: #007bff;
    }
    .slide-item:hover,
    .slide-item:focus {
        color: #007bff;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .slide-item.active {
        color: #007bff;
        background: #fff0;
    }
}
.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #007bff;
    border-color: #007bff;
}
.onoffswitch-checkbox:checked + .onoffswitch-label:before {
    border-color: #007bff;
}
.onoffswitch2-checkbox:checked + .onoffswitch2-label {
    background-color: #007bff;
}
.onoffswitch2-checkbox:checked + .onoffswitch-label2,
.onoffswitch2-checkbox:checked + .onoffswitch2-label:before {
    border-color: #007bff;
}
@media (min-width: 768px) {
    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }
    .app.sidenav-toggled .app-sidebar {
        left: 270px;
    }
    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: hidden;
    }
    .app-sidebar__user {
        margin-top: 74px;
    }
}
@media (max-width: 767px) {
    .app {
        overflow-x: hidden;
    }
    .app .app-sidebar {
        left: -265px;
        margin-top: 75px;
    }
    .app .app-sidebar__overlay {
        visibility: hidden;
    }
    .app.sidenav-toggled .app-content {
        margin-left: 0;
    }
    .app.sidenav-toggled .aside-progress-position {
        display: none;
    }
    .app.sidenav-toggled .app-sidebar {
        left: 0;
    }
    .app.sidenav-toggled .app-sidebar__overlay {
        visibility: visible;
    }
    .app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
        line-height: 1;
    }
    .app-header .header-brand {
        margin-right: 0;
        margin-left: 0.75rem;
    }
}
.app-sidebar .ps__thumb-y {
    right: 0;
}
.app-content {
    min-height: calc(100vh - 100px);
    margin-top: 50px;
    margin-bottom: 0 !important;
    -webkit-transition: margin-left 0.3s ease;
    -o-transition: margin-left 0.3s ease;
    transition: margin-left 0.3s ease;
}
.app-content .side-app {
    padding: 20px 0 0;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}
.footer .container {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .app-content {
        margin-left: 270px;
        padding-bottom: 0.5rem;
    }
}
@media (max-width: 767px) {
    .app-content {
        margin-top: 50px;
        min-width: 100%;
    }
}
@media (max-width: 480px) {
    .app-sidebar__toggle {
        padding: 5px !important;
    }
}
@media print {
    .app-content {
        margin: 0;
        padding: 0;
        background-color: #fff;
    }
}
.light-text {
    font-weight: 300 !important;
}
.semibold-text {
    font-weight: 600 !important;
}
.line-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.app-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 999;
    padding-right: 15px;
    padding: 0.75rem 0;
    border-bottom: 1px solid #ebecf1;
}
@media (min-width: 768px) {
    .app-header {
        padding-right: 20px;
        margin-left: 270px;
    }
    .sidebar-mini.sidenav-toggled .app-header {
        padding-left: 70px;
    }
}
@media print {
    .app-header {
        display: none;
    }
}
.app-header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    color: #fff;
    text-align: center;
    font-family: Niconne;
    padding: 0 15px;
    font-size: 26px;
    font-weight: 400;
    line-height: 50px;
}
.app-header__logo:focus,
.app-header__logo:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    .app-header__logo {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        display: block;
        width: 270px;
    }
}
.app-sidebar__toggle {
    position: absolute;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1;
    background: #f5faff;
    right: -0.7rem;
    top: 1.5rem;
}
.app-sidebar__toggle a {
    color: #1e1e2d;
}
.app-sidebar__toggle .header-icon {
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    width: 35px;
    height: 35px;
    background: #fff;
    padding-top: 7px !important;
}
.app-sidebar__toggle:focus,
.app-sidebar__toggle:hover {
    background: #e1f0ff;
}
.app-sidebar__toggle2 {
    margin: 5px;
    padding: 0 18px 0 10px;
    text-align: center;
    height: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    border-radius: 3px;
}
.app-sidebar__toggle2:focus,
.app-sidebar__toggle2:hover {
    text-decoration: none;
    color: #007bff;
}
@media (max-width: 767px) {
    .app-sidebar__toggle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.app-sidebar__toggle2 {
    display: none;
}
@media (max-width: 576px) {
    .app-sidebar__toggle2 {
        display: block;
    }
}
.app-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media (min-width: 768px) {
    .app-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
}
.app-nav__item {
    display: block;
    padding: 15px;
    line-height: 20px;
    color: #a8a8a8;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.app-nav__item:hover,
.app-nav__item:focus {
    background: #0000001a;
    color: #f6f6f6;
}
.app-search {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 15px;
    padding: 10px 0;
}
@media (max-width: 480px) {
    .app-search {
        display: none;
    }
}
.app-search__input {
    border: 0;
    padding: 5px 30px 5px 10px;
    border-radius: 2px;
    background-color: #fffc;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.app-search__input::-webkit-input-placeholder,
.app-search__input:-ms-input-placeholder,
.app-search__input::-ms-input-placeholder,
.app-search__input::placeholder {
    color: #0006;
}
.app-search__button {
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
    padding: 0 10px;
    border: 0;
    color: #000c;
    background: none;
    cursor: pointer;
}
.app-notification {
    min-width: 270px;
}
.app-notification__title {
    padding: 8px 20px;
    text-align: center;
    background-color: #00968866;
    color: #333;
}
.app-notification__footer {
    padding: 8px 20px;
    text-align: center;
    background-color: #eee;
}
.app-notification__content {
    max-height: 220px;
    overflow-y: auto;
}
.app-notification__content::-webkit-scrollbar {
    width: 6px;
}
.app-notification__content::-webkit-scrollbar-thumb {
    background: #0003;
}
.app-notification__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 20px;
    color: inherit;
    border-bottom: 1px solid #ddd;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}
.app-notification__item:focus,
.app-notification__item:hover {
    color: inherit;
    text-decoration: none;
    background-color: #e0e0e0;
}
.app-notification__message,
.app-notification__meta {
    margin-bottom: 0;
}
.app-notification__icon {
    padding-right: 10px;
}
.app-notification__message {
    line-height: 1.2;
}
.app-sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    margin-top: 0;
    width: 270px;
    max-height: 100%;
    z-index: 1000;
    background: #fff !important;
    -webkit-transition: left 0.3s ease, width 0.3s ease;
    transition: left 0.3s ease, width 0.3s ease;
}
.app-sidebar::-webkit-scrollbar {
    width: 6px;
}
.app-sidebar::-webkit-scrollbar-thumb {
    background: #0003;
}
@media print {
    .app-sidebar {
        display: none;
    }
}
@media (max-width: 767px) {
    .app-sidebar__overlay {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }
}
.app-sidebar__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1e1e2d;
    width: 100%;
    padding: 20px;
    display: inline-block;
    border-bottom: 1px solid #ebecf1;
}
.app-sidebar__user .dropdown-menu {
    top: 10px !important;
}
.sidenav-toggled .app-sidebar__user .user-pic {
    margin: 0;
}
.app-sidebar__user .user-pic {
    margin-bottom: 12px;
}
.app-sidebar__user-avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 15px;
}
.app-sidebar__user-name {
    font-size: 17px;
    line-height: 1.3;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px !important;
}
.app-sidebar__user-name.text-sm {
    font-size: 12px;
    font-weight: 400;
}
.app-sidebar__user-designation {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin-bottom: 0;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    margin-top: 5px !important;
}
.side-menu {
    margin-bottom: 0;
    padding-bottom: 40px;
    margin-top: 71px;
    padding-top: 0.1px;
    border-right: 1px solid #ebecf1;
}
.side-menu__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0.5rem;
    font-size: 14px;
    font-weight: 400;
    transition: border-left-color 0.2s ease, background-color 0.2s ease;
    color: #344050;
    margin: 2px 10px;
    height: 38px;
    border-radius: 8px;
}
.side-menu__item .angle {
    font-size: 10px !important;
    opacity: 0.9;
    margin-right: 1rem;
}
.side-menu__item:hover,
.side-menu__item:focus {
    text-decoration: none;
    background: #e1f0ff;
    color: #007bff;
    transition: border-left 0.2s ease-in-out, color 0.2s ease;
}
.side-menu__item:hover .side-menu__icon,
.side-menu__item:focus .side-menu__icon {
    color: #007bff;
    opacity: 1;
}
.side-menu__item:hover .angle,
.side-menu__item:focus .angle {
    color: #007bff;
}
.side-menu__item.active {
    color: #007bff;
    background: #e1f0ff;
}
.side-menu__item.active .side-menu__icon {
    color: #007bff;
    opacity: 1;
}
.side-menu__item.active:hover .angle,
.side-menu__item.active:focus .angle {
    color: #fff;
}
.side-menu__item.active:hover,
.side-menu__item.active:focus {
    transition: none;
}
@media (min-width: 768px) {
    .app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: none !important;
        position: relative;
        padding: 0;
        min-width: 100%;
        margin: 0;
        left: 0;
        color: #1e1e2d;
        opacity: 1;
        background: #fff0;
        font-size: 12px;
        box-shadow: none;
    }
}
.slide-item.active,
.slide-item:hover,
.slide-item:focus {
    text-decoration: none;
}
.slide.is-expanded a.slide-item {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slide.is-expanded a.slide-item:hover {
    margin-left: 5px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #007bff !important;
}
.side-menu .side-menu__icon {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
    width: 30px;
    padding: 8px;
    line-height: 0.6;
}
.side-menu__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25px;
}
.side-menu__label {
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    font-size: 13px;
    font-weight: 400;
    opacity: 1;
    height: auto;
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.slide.is-expanded .slide-menu {
    max-height: 350vh;
    -webkit-transition: max-height 2s ease;
    -o-transition: max-height 2s ease;
    transition: max-height 2s ease;
    animation-name: fadeInUp;
}
.slide.is-expanded .angle {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.enlarge {
    height: 41px;
    padding-top: 10px !important;
}
.badge {
    font-family: sans-serif !important;
    font-size: 10px !important;
    border-radius: 2px !important;
    font-weight: 400 !important;
    padding: 0 0.4em !important;
    line-height: 1.5 !important;
    color: #fff !important;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.badge-warning {
    background: #ff9d00;
}
.slide-menu {
    max-height: 0;
    overflow: hidden;
    padding: 0;
    font-size: 0.8rem !important;
    -webkit-transition: max-height 0.9s ease;
    -o-transition: max-height 0.9s ease;
    transition: max-height 0.9s ease;
}
.slide-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 14px 8px 55px;
    font-size: 12px;
    color: #1e1e2d;
}
.slide-item .icon {
    margin-right: 5px;
}
.angle {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (min-width: 768px) {
    .sidebar-mini.sidenav-toggled {
        top: 0.5rem;
        right: 30px !important;
    }
    .sidebar-mini.sidenav-toggled .app-sidebar__user-name,
    .sidebar-mini.sidenav-toggled .app-sidebar__user-designation,
    .sidebar-mini.sidenav-toggled .angle,
    .sidebar-mini.sidenav-toggled .user-notification,
    .sidebar-mini.sidenav-toggled .user-info,
    .sidebar-mini.sidenav-toggled .aside-progress-position,
    .sidebar-mini.sidenav-toggled .side-progress-position {
        display: none;
    }
    .sidebar-mini.sidenav-toggled
        .sidebar-mini.sidenav-toggled.user-notification:before {
        background: #fff0;
        display: none;
    }
    .sidebar-mini.sidenav-toggled .avatar-xl {
        width: 3rem !important;
        height: 3rem !important;
        line-height: 3rem;
        font-size: 1rem;
        margin-bottom: 10px !important;
        margin-top: 10px !important;
    }
    .sidebar-mini.sidenav-toggled .sidebar-navs {
        display: none;
    }
    .sidebar-mini.sidenav-toggled .app-sidebar__user {
        top: 0.5rem;
        right: 30px !important;
        margin-top: 74px;
    }
    .sidebar-mini.sidenav-toggled .app-sidebar__user-avatar {
        width: 25px;
        height: 25px;
    }
    .sidebar-mini.sidenav-toggled .side-menu li .side-menu__item.active:before {
        display: none;
    }
    .sidebar-mini.sidenav-toggled .app-sidebar__user {
        padding: 12px 0;
        margin-bottom: 0;
    }
    .sidebar-mini.sidenav-toggled .profile-img {
        top: 0;
        right: 19px;
    }
    .sidebar-mini.sidenav-toggled .app-content {
        margin-left: 70px;
    }
    .sidebar-mini.sidenav-toggled .app-sidebar {
        left: 0;
        width: 70px;
        overflow: hidden;
        -webkit-transition: left 0.3s ease, width 0.3s ease;
        transition: left 0.3s ease, width 0.3s ease;
        max-height: fit-content;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
        overflow: visible;
    }
    .sidebar-mini.sidenav-toggled .side-menu__item {
        overflow: hidden;
    }
    .sidebar-mini.sidenav-toggled .side-menu__item:hover {
        overflow: visible;
    }
    .sidebar-mini.sidenav-toggled .side-menu__item:hover .side-menu__label {
        opacity: 1;
    }
    .sidebar-mini.sidenav-toggled .side-menu__item:hover + .slide-menu {
        visibility: visible;
    }
    .sidebar-mini.sidenav-toggled .side-menu__label {
        display: block;
        position: absolute;
        top: 0;
        left: 50px;
        min-width: 180px;
        padding: 12px 5px 12px 20px;
        margin-left: -3px;
        line-height: 1;
        opacity: 0;
        background: #fff;
        color: #a8a8a8;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -webkit-box-shadow: 0 8px 17px rgb(0 0 0 / 0.2);
        box-shadow: 0 8px 17px #0003;
    }
    .sidebar-mini.sidenav-toggled .slide:hover .side-menu__label {
        opacity: 1;
    }
    .sidebar-mini.sidenav-toggled .slide:hover .slide-menu {
        max-height: 100%;
        opacity: 1;
        visibility: visible;
        z-index: 10;
    }
    .sidebar-mini.sidenav-toggled .slide .side-menu__label {
        border-bottom-right-radius: 0;
    }
    .sidebar-mini.sidenav-toggled .slide-menu {
        position: absolute;
        background: #fff;
        left: 0;
        min-width: 180px;
        opacity: 0;
        border-bottom-right-radius: 4px;
        z-index: 9;
        visibility: hidden;
        -webkit-transition: visibility 0.3s ease;
        -o-transition: visibility 0.3s ease;
        transition: visibility 0.3s ease;
        -webkit-box-shadow: 0 8px 17px rgb(0 0 0 / 0.2);
        box-shadow: 0 8px 17px #0003;
    }
    .app.sidebar-mini.sidenav-toggled .side-menu__item {
        display: block;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center;
        border-left: 0;
        border-radius: 0;
    }
    .app.sidebar-mini.sidenav-toggled .side-menu_label {
        display: block;
        font-size: 12px;
    }
    .app.sidebar-mini.sidenav-toggled .side-menu__label {
        display: block;
        position: relative;
        padding: 0;
        min-width: 100%;
        margin: 0;
        left: 0;
        color: #1e1e2d;
        opacity: 1;
        background: #fff0;
        font-size: 12px;
        box-shadow: none;
    }
    .app.sidebar-mini.sidenav-toggled .slide-divider {
        display: none;
    }
    .sidebar-mini.sidenav-toggled .app-sidebar__user .avatar-md {
        margin: 0 auto;
    }
    .app.sidebar-mini.sidenav-toggled .nav-badge {
        position: absolute;
        top: 8px;
        right: 28px;
        padding: 0.2rem 0.4rem;
        font-size: 11px;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
        width: 270px;
        -webkit-transition: left 0.3s ease, width 0.3s ease;
        transition: left 0.3s ease, width 0.3s ease;
        max-height: 100%;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .aside-progress-position,
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-progress-position {
        display: block;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .app-sidebar__user {
        align-items: center;
        width: 100%;
        padding: 20px;
        display: inline-block;
        border-bottom: 1px solid #ebecf1;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .app-sidebar__user
        .dropdown-menu {
        top: 10px !important;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .sidebar-navs {
        display: block;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .app-sidebar__user-avatar {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 15px;
        display: inline-block;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .app-sidebar__user-name {
        font-size: 17px;
        line-height: 1.3;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 0;
        overflow: hidden;
        font-weight: 600;
        color: #e5e9ec;
        font-size: 15px;
        margin-top: 5px !important;
        display: inline-block;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .app-sidebar__user-name.text-sm {
        font-size: 12px;
        font-weight: 400;
        display: inline-block;
        width: 100%;
        height: auto;
        margin: 0 !important;
    }
    .app-sidebar__user-designation {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-bottom: 0;
        overflow: hidden;
        font-weight: 600;
        color: #e5e9ec;
        font-size: 15px;
        margin-top: 5px !important;
        display: inline-block;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .side-menu {
        margin-bottom: 0;
        padding-bottom: 40px;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-menu__item {
        position: relative;
        display: flex !important;
        display: -webkit-box;
        display: -ms-flexbox;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2.5px 22px 3px 13px;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: border-left-color 0.3s ease,
            background-color 0.3s ease;
        -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
        transition: border-left-color 0.3s ease, background-color 0.3s ease;
        color: #344050;
        margin: 0 5px 0 0;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .slide-item.active {
        text-decoration: none;
        color: #007bff;
    }
    .slide-item:hover,
    .slide-item:focus {
        text-decoration: none;
        color: #007bff;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .slide-item.active {
        text-decoration: none;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-menu__item.active
        .side-menu__label,
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-menu__item.active
        .angle {
        color: #1e1e2d;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-menu__item
        .side-menu__icon {
        line-height: 1;
    }
    .slide-item:hover,
    .slide-item:focus {
        text-decoration: none;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .slide.is-expanded
        a {
        text-decoration: none;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-menu
        .side-menu__icon {
        margin-right: 12px;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-menu__label {
        display: inline-flex !important;
        font-size: 12px;
        position: unset;
        min-width: inherit;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-menu__icon {
        font-size: 18px;
        text-align: center;
        vertical-align: middle;
        margin-right: 10px;
        width: 35px;
        height: 35px;
        padding: 8px !important;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-menu__label {
        white-space: nowrap;
        -webkit-box-flex: 1;
        position: unset;
        display: inline-block;
        font-size: 12px;
        color: #1e1e2d;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .slide.is-expanded
        .slide-menu {
        max-height: 100%;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .slide.is-expanded
        .angle {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .angle {
        display: inline-block;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-menu {
        max-height: 0;
        overflow: hidden;
        padding: 0;
        font-size: 0.8rem !important;
        box-shadow: none;
        position: unset;
        top: inherit;
        min-width: 0;
        width: 100%;
        opacity: inherit;
        visibility: inherit;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .slide-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px 14px 10px 60px;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .slide-item
        .icon {
        margin-right: 5px;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .angle {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        -o-transition: transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .app-sidebar__user
        img {
        margin-top: 8px;
        width: 4rem !important;
        height: 4rem !important;
        line-height: 4rem;
        font-size: 1.75rem;
        margin-bottom: 0.25rem !important;
    }
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar .user-info {
        display: inline-block;
    }
    .sidenav-toggled.sidenav-toggled1 .app-sidebar__user .user-pic {
        margin: 0 0 12px;
    }
}
.app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
    position: relative;
}
.app.sidebar-mini .side-menu_label {
    display: none;
}
.dropdown-menu {
    border-radius: 0;
}
.dropdown-menu.dropdown-menu-right {
    left: auto;
}
.app-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #fff;
    margin: -30px -30px 30px;
    padding: 20px 30px;
    -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 0.1);
    box-shadow: 0 1px 2px #0000001a;
}
.app-title h1 {
    margin: 0;
    font-size: 24px;
    font-weight: 400;
}
.app-title p {
    margin-bottom: 0;
    font-style: italic;
}
@media print {
    .app-title {
        display: none;
    }
}
@media (max-width: 480px) {
    .app-title {
        margin: -15px -15px 15px;
        padding: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .side-menu {
        margin-top: 0;
        border-top: none;
    }
}
@media (max-width: 480px) {
    .app-title p {
        display: none;
    }
}
.app-breadcrumb {
    margin-bottom: 0;
    text-align: right;
    font-weight: 500;
    font-size: 13px;
    text-transform: capitalize;
    text-align: left;
    padding: 0;
    background-color: #fff0;
}
@media (max-width: 480px) {
    .app-breadcrumb {
        margin-top: 10px;
    }
}
@media print {
    .tile {
        border: 1px solid #ddd;
    }
}
.sidenav-toggled .app-sidebar__user .avatar-md {
    line-height: 2rem;
    font-size: 1rem;
}
.app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #0000000d;
}
.app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.app-sidebar .mCSB_scrollTools .mCSB_draggerRail {
    background: #fff3;
}
.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge {
    position: absolute;
    top: 5px;
    left: 57px;
    display: block !important;
    padding: 3px 5px !important;
}
.sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 {
    display: none;
}
.nav-badge {
    border-radius: 30px;
    padding: 0.4em 0.6em;
    font-size: 12px;
}
@media (max-width: 575.98px) {
    .app-header .header-brand-img.mobile-logo {
        margin-left: 0;
    }
    .app-content .side-app {
        padding: 20px 0.75rem 0;
    }
    .app-sidebar {
        margin-top: 75px;
    }
    .app-sidebar__toggle .header-icon {
        margin-top: 0 !important;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .app-header .header-brand-img.desktop-lgo,
    .app-header .header-brand {
        margin-left: 0;
    }
}
@media (min-width: 768px) {
    .footer {
        padding: 1.25rem;
    }
    footer.footer {
        padding: 1.25rem 1.25rem 1.25rem 270px;
    }
    .sidenav-toggled footer.footer {
        padding: 0 1.3rem 2rem;
    }
}
@media (max-width: 768px) and (min-width: 481px) {
    .header-brand {
        margin-left: 0;
        min-width: auto !important;
    }
}
@media (max-width: 767px) {
    .app-sidebar__logo {
        display: none;
    }
}
@media (min-width: 768px) {
    .app-header .header-brand {
        display: none;
    }
    .header.top-header {
        padding-left: 270px;
    }
    .sidenav-toggled .header.top-header {
        padding-left: 70px;
    }
    .sidenav-toggled .app-sidebar__logo {
        width: 70px;
        border-right: 1px solid #ebecf1;
    }
}
.app-sidebar__logo {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    padding: 13px 15px;
    height: 71px;
    text-align: center;
    width: 270px;
    z-index: 999999;
    position: fixed;
    background: #fff0;
    -webkit-transition: left 0.3s ease, width 0.3s ease;
    -o-transition: left 0.3s ease, width 0.3s ease;
    transition: left 0.3s ease, width 0.3s ease;
    border-right: 1px solid #ebecf1;
}
.close-toggle {
    display: none;
}
.app-sidebar__toggle a i {
    line-height: 1.5;
    margin-top: 0;
}
@media (min-width: 768px) {
    .header-brand-img.dark-logo,
    .header-brand-img.darkmobile-logo,
    .header-brand-img.mobile-logo,
    .sidenav-toggled .header-brand-img.desktop-lgo {
        display: none;
    }
    .sidenav-toggled .header-brand-img.mobile-logo {
        display: flex;
        margin-top: 5px;
    }
    .sidenav-toggled.sidenav-toggled1 .header-brand-img.mobile-logo {
        display: none;
    }
    .sidenav-toggled.sidenav-toggled1 .header-brand-img.desktop-lgo {
        display: flex;
        margin: -7px auto 0;
    }
    .app-sidebar.app-sidebar3 {
        top: 74px;
    }
    .app-sidebar.app-sidebar2 {
        box-shadow: none;
        z-index: 9999;
        height: 73px;
    }
    .sidenav-toggled .app-sidebar-help .help-dropdown {
        display: none;
    }
    .sidenav-toggled.sidenav-toggled1 .app-sidebar-help .help-dropdown {
        display: flex;
    }
    .sidenav-toggled .app-sidebar-help,
    .sidenav-toggled .app-sidebar .side-item.side-item-category,
    .sidenav-toggled .side-badge {
        display: none;
    }
    .sidenav-toggled.sidenav-toggled1 .app-sidebar-help {
        width: 270px;
    }
    .app.sidebar-mini.sidenav-toggled .side-menu .side-menu__icon {
        margin-right: 0;
    }
    .app.sidebar-mini.sidenav-toggled .slide a.side-menu__item.active:after {
        top: 20px;
    }
    .sidenav-toggled.sidenav-toggled1 .app-sidebar-help,
    .sidenav-toggled.sidenav-toggled1
        .app-sidebar
        .side-item.side-item-category,
    .sidenav-toggled.sidenav-toggled1 .side-badge {
        display: block;
    }
    .sidenav-toggled.sidenav-toggled1 .app-sidebar__logo {
        width: 270px;
    }
}
.app-sidebar.app-sidebar3 {
    padding-bottom: 70px;
}
.app-sidebar-help {
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ebecf1;
    background: #fff;
    z-index: 11;
    width: 270px;
}
.app-sidebar-help .header-icon {
    width: 30px;
    height: 30px;
}
.sub-slide-item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    list-style: none;
    height: 30px;
    height: 28px !important;
    padding: 19px 0 19px 70px !important;
    font-size: 12px;
    color: #576482;
}
.sub-slide-menu {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.9s ease;
    -o-transition: max-height 0.9s ease;
    transition: max-height 0.9s ease;
    font-size: 0.8rem !important;
    padding: 0;
    list-style: none;
}
.slide-menu .sub-slide.active.is-expanded {
    background: #ffffff17;
}
.sub-slide.is-expanded .sub-slide-menu {
    max-height: 100vh;
    -webkit-transition: max-height 2s ease;
    -o-transition: max-height 2s ease;
    transition: max-height 2s ease;
}
.sub-slide.is-expanded .sub-slide-menu li:last-child {
    padding-bottom: 10px;
}
.sub-side-menu__item {
    padding-left: 55px !important;
    padding-right: 20px !important;
    height: 40px !important;
    display: block;
    line-height: 40px;
    font-size: 12px;
    color: #576482;
}
.sub-angle {
    float: right;
    line-height: 40px;
    margin-top: 12px;
}
.help-dropdown {
    color: #1e1e2d !important;
}
.slide.is-expanded a.sub-side-menu__item {
    position: relative;
}
.app-sidebar__user .user-pic img {
    box-shadow: 0 0 0 4px #eeeef3;
    border: 3px solid #f5f9fc;
    width: 58px;
    height: 58px;
    margin-top: 8px;
}
.app-sidebar__user .user-pic img:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #8760fb;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.sidemenu-footer .icon {
    margin: 5px;
    padding: 7px 14px;
    text-align: center;
    position: relative;
}
.sidemenu-footer .header-icons {
    width: 24px;
    height: 24px;
    color: #1e1e2d;
    fill: #1e1e2d;
}
.tooltip {
    z-index: 9999 !important;
}
.profile-status {
    content: "";
    position: absolute;
    bottom: 0;
    right: 80px;
    width: 12px;
    height: 12px;
    border-radius: 50px;
    top: 51px;
    border: 2px solid #fff;
}
.app-sidebar .side-item.side-item-category {
    color: #727685;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 20px 0 21px;
}
.app-sidebar .side-item.side-item-category:not(:first-child) {
    margin-top: 20px;
}
.slide-divider {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.app-sidebar__user .user-info .user-name {
    margin-bottom: 2px;
    font-size: 15px;
}
.profile-dropdown img {
    width: 40px;
    height: 40px;
}
.user-pro-body .dot-label {
    width: 6px;
    height: 6px;
}
.sidebar-navs a {
    background: #fff;
    color: #68798b !important;
    padding: 0.5rem !important;
    margin: 12px 8px 0;
    border-radius: 50px;
    box-shadow: 0 2px 3px #0404071a;
    border: 1px solid #ebecf1;
}
.app-sidebar .sidebar-navs {
    padding: 10px 0 0;
}
.sidebar-navs .nav li:last-child a {
    margin-right: 0 !important;
}
.sidebar-navs .header-icons {
    color: #5c678f;
    fill: #5c678f;
    font-size: 20px;
    vertical-align: middle;
}
.slide.active.is-expanded .side-menu__item {
    text-decoration: none;
    color: #1e1e2d;
    background: #f5f9fc;
}
.app.sidebar-mini.sidenav-toggled .slide.active.is-expanded .side-menu__item {
    border-radius: 0;
}
@media (min-width: 767px) {
    .sidebar-mini.sidenav-toggled .app-sidebar,
    .sidebar-mini.sidenav-toggled.sidenav-toggled1 .app-sidebar {
        max-height: 100%;
    }
}
#area-chart,
#line-chart,
#bar-chart,
#stacked,
#pie-chart {
    min-height: 250px;
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: #fff0;
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
.nav-sidebar li ul {
    background: #eee;
}
.nav-sidebar li ul li:last-child {
    border-bottom: 0;
}
body {
    margin: 0;
    font-family: Poppins, sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #1e1e2d;
    text-align: left;
    background: #fff;
    overflow-x: hidden;
}
.horizontalMenucontainer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.66em;
}
.overflow-auto {
    overflow: auto;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-weight: 400;
}
abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
dfn {
    font-style: italic;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #1a1630;
    text-decoration: none;
    background-color: #fff0;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    text-decoration: none;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #505662;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
button:focus,
textarea:focus {
    outline: 0;
}
input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
.bcolor {
    background-color: #cf4c3a !important;
}
.bcolor1 {
    background-color: #d6124a !important;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.66em;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1,
.h1 {
    font-size: 2rem;
}
h2,
.h2 {
    font-size: 1.75rem;
}
h3,
.h3,
h4,
.h4 {
    font-size: 14px;
}
h5,
.h5 {
    font-size: 1rem;
}
h6,
.h6 {
    font-size: 0.875rem;
}
.lead {
    font-size: 1.171875rem;
    font-weight: 300;
}
.display-1 {
    font-size: 10.5rem;
    font-weight: 500;
    line-height: 1.1;
}
.display-2 {
    font-size: 4rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-3 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-4 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-5 {
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 1.1;
}
.display-6 {
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 1.1;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #ebecf1;
}
small,
.small {
    font-size: 87.5%;
    font-weight: 400;
}
mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-unstyled li {
    border-bottom: 1px solid #ebecf1;
}
#lightgallery.list-unstyled li {
    margin: 10px 0;
    border: 0;
}
#sidebar .list-unstyled li {
    border-bottom: 1px solid rgb(255 255 255 / 0.03);
}
.nav-sidebar .list-unstyled li:last-child {
    border-bottom: 0;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.171875rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96;
}
.blockquote-footer:before {
    content: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ebecf1;
    border-radius: 3px;
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #868e96;
}
.fs-5 {
    font-size: 5px;
}
.fs-6 {
    font-size: 6px;
}
.fs-7 {
    font-size: 7px;
}
.fs-8 {
    font-size: 8px;
}
.fs-9 {
    font-size: 9px;
}
.fs-10 {
    font-size: 10px;
}
.fs-11 {
    font-size: 11px;
}
.fs-12 {
    font-size: 12px;
}
.fs-13 {
    font-size: 13px;
}
.fs-14 {
    font-size: 14px;
}
.fs-15 {
    font-size: 15px;
}
.fs-16 {
    font-size: 16px;
}
.fs-17 {
    font-size: 17px;
}
.fs-18 {
    font-size: 18px !important;
}
.fs-19 {
    font-size: 19px !important;
}
.fs-20 {
    font-size: 20px !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-24 {
    font-size: 24px !important;
}
.fs-26 {
    font-size: 26px !important;
}
.fs-28 {
    font-size: 28px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.fs-30 {
    font-size: 30px !important;
}
.fs-35 {
    font-size: 35px !important;
}
.fs-40 {
    font-size: 40px !important;
}
.fs-45 {
    font-size: 45px !important;
}
.fs-50 {
    font-size: 50px !important;
}
.fs-55 {
    font-size: 55px !important;
}
.fs-60 {
    font-size: 60px !important;
}
.fs-65 {
    font-size: 65px !important;
}
.fs-70 {
    font-size: 70px;
}
.fs-75 {
    font-size: 75px;
}
.fs-80 {
    font-size: 80px;
}
.fs-85 {
    font-size: 85px;
}
.fs-90 {
    font-size: 90px;
}
.fs-95 {
    font-size: 95px;
}
.fs-100 {
    font-size: 100px;
}
.mt-m1 {
    margin-top: -1rem;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 85%;
    color: #fff;
    background-color: #343a40;
    border-radius: 3px;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    #sticky {
        text-align: center;
        padding: 1px;
        font-size: 1.75em;
        color: #fff;
        z-index: 0;
        height: 130px !important;
    }
    #sticky.stick {
        z-index: 1;
        height: 130px !important;
    }
    .header.top-header {
        z-index: 999 !important;
    }
    .app-content.page-body {
        margin-top: 9.5rem;
    }
    .comb-page .app-content.page-body {
        margin-top: 0;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1320px;
    }
}
.number-font {
    font-family: Poppins, sans-serif;
    font-weight: 700;
}
.number-font-chars {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    font-size: 24px;
}
.number-font-light {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    font-size: 20px;
}
#global-loader {
    position: fixed;
    z-index: 50000;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
#global-loader img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.loader {
    border: 2px solid #fff;
    border-top: 2px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: inline-block;
    margin: 1rem 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.loader.animate {
    opacity: 1;
}
h2.animate {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.custom-card.blue {
    color: #1687ed;
    background: #ebf5fd;
    border: 1px solid #5dacf2;
    border-radius: 8px;
}
.custom-card.blue .loader {
    border-color: #99d0ff;
    border-top-color: #1687ed;
}
.custom-card.red {
    color: red;
    background: #ffe6e6;
    border: 1px solid #ff8080;
    border-radius: 8px;
}
.custom-card.red .loader {
    border-color: #ff9696;
    border-top-color: red;
}
.custom-card.green {
    color: #007e08;
    background: #cbffce;
    border: 1px solid #00cb0d;
    border-radius: 8px;
}
.custom-card.green .loader {
    border-color: #75cc7d;
    border-top-color: #007e08;
}
.default-card.default .loader {
    border-color: #e0e3f5;
}
.parent {
    -webkit-transform-origin: 66px 56px;
    -ms-transform-origin: 66px 56px;
    transform-origin: 66px 56px;
    -webkit-animation: spin 200s infinite;
    animation: spin 200s infinite;
}
.child1 {
    -webkit-animation: child1 10s 2s alternate infinite;
    animation: child1 10s 2s alternate infinite;
}
.child2 {
    -webkit-animation: child2 5s alternate infinite;
    animation: child2 5s alternate infinite;
}
.child3 {
    -webkit-animation: child3 10s alternate infinite;
    animation: child3 10s alternate infinite;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes child1 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(35px, -20px);
        transform: translate(35px, -20px);
    }
}
@keyframes child1 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0);
    }
    to {
        -webkit-transform: translate(35px, -20px);
        transform: translate(35px, -20px);
    }
}
@-webkit-keyframes child2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@keyframes child2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
@-webkit-keyframes child3 {
    0% {
        -webkit-transform: translateY(-10px) rotate(50deg);
        transform: translateY(-10px) rotate(50deg);
    }
    to {
        -webkit-transform: translateY(20px) rotate(0deg);
        transform: translateY(20px) rotate(0);
    }
}
@keyframes child3 {
    0% {
        -webkit-transform: translateY(-10px) rotate(50deg);
        transform: translateY(-10px) rotate(50deg);
    }
    to {
        -webkit-transform: translateY(20px) rotate(0deg);
        transform: translateY(20px) rotate(0);
    }
}
.index1 {
    height: 270px;
}
.topsales {
    height: 330px;
}
.salesscroll {
    height: 280px;
}
.countryscroll {
    height: 350px;
}
.countrytable td {
    padding-bottom: 10px;
    padding-top: 10px;
}
.countrytable tr {
    border-bottom: 1px solid #ebecf1;
}
.countrytable tr:last-child {
    border-bottom: 0;
}
* html .fileinput-button {
    line-height: 24px;
    margin: 1px -3px 0 0;
}
* + html .fileinput-button {
    margin: 1px 0 0;
    padding: 2px 15px;
}
@media (max-width: 767px) {
    .files .btn span {
        display: none;
    }
    .files .preview * {
        width: 40px;
    }
    .files .name * {
        display: inline-block;
        width: 80px;
        word-wrap: break-word;
    }
    .files .progress {
        width: 20px;
    }
    .files .delete {
        width: 60px;
    }
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.list-icons .svg-icon2,
.list-icons .svg-icon {
    width: 60px;
    height: 60px;
}
.file-manger.list-group-transparent .list-group-item {
    padding: 0.5rem;
    border: 0 !important;
}
.file-manger.list-group-transparent .list-group-item.active {
    background: #fff0;
}
.file-manger.list-group-transparent a i {
    display: block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    font-size: 16px !important;
    box-shadow: 0 2px 3px #0404071a;
    border: 1px solid #ebecf1;
    vertical-align: middle;
    color: #5c678f;
}
.file-manger.list-group-transparent .list-group-item .svg-icon {
    width: 24px;
    height: 24px;
}
.file-manger-icon {
    position: relative;
}
.file-manger-absolute-icon {
    position: absolute;
    top: 30px;
    color: #fff;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.file-manger-icon i {
    font-size: 70px;
    margin: 0 auto;
    text-align: center;
}
.file-manger-icon img {
    width: 70px;
    height: 70px;
}
.profile-footer {
    margin: 25px -25px -25px;
    padding: 15px;
    background: #f0f0f2;
}
.w-200 {
    width: 200px;
}
.option-dots {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 15px;
    color: #5c678f;
    padding: 10px 12px;
}
.new.option-dots {
    line-height: 55px;
}
.new-list.option-dots {
    line-height: 55px;
    position: absolute;
    right: 10px;
    top: 10px;
}
.new-list2.option-dots {
    height: 40px;
    width: 40px;
    background: 0 0;
    color: #5c678f;
    box-shadow: 0 2px 3px #0404071a;
    border: 1px solid #ebecf1;
    border-radius: 50px;
    font-size: 18px;
    line-height: initial;
    margin-right: 8px;
}
.new-list2.option-dots:hover {
    background: #f0f0f2;
}
.ms-body .action-header {
    background: #fff;
}
.user-contact-list {
    overflow: hidden;
}
.user-contact-list:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 70px;
    border-radius: 0% 98% 84% 16%/100% 0%;
    background: linear-gradient(#705ec8d9, #705ec882);
    background-size: cover;
    background-position: top;
}
hr.divider:after {
    content: "OR";
    display: block;
    position: relative;
    top: -1.5em;
    font-size: 11px;
    padding: 0 0.25em;
    background: #f0f0f2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 9;
    left: 0;
    right: 0;
    line-height: 30px;
    margin: 0 auto;
    font-weight: 500;
    border: 1px solid #f0eff1;
    text-align: center;
}
.page-style1 {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.page-style1:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #f0eff1;
}
.error-page {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 8px;
}
.error-page:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, #fe6060b3, #e30971b3);
}
.bg-style {
    position: relative;
}
.bg-style:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(#4454c3e6, #4454c3cc);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    opacity: 0.8;
}
.bg-style .svg-icon {
    fill: #fff;
}
.bg-style .header-brand-img {
    position: absolute;
    top: 30px;
    left: 55px;
}
.page-style2 .h-100vh {
    max-height: 100vh;
}
.page-style1 .page-content,
.page-style2 .page-content {
    margin: 0;
}
@media (max-width: 767px) {
    .d-md-flex .bg-style {
        display: none;
    }
    .d-md-flex .w-80 {
        width: 100% !important;
    }
}
.title-style h1 {
    position: absolute;
    width: 100%;
    background: #fff;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto;
    display: block;
    top: 20px;
    padding: 0 20px;
}
.page-style2.page-style1:before {
    background: linear-gradient(#ffffffc9, #ffffffbf);
    background-repeat: no-repeat;
    background-size: cover;
}
.relative {
    position: relative;
}
.page-style1 .input-group-addon {
    border: 1px solid #ebecf1;
    background: #f0f0f2;
    border-right: 0;
    line-height: 0;
}
.page-style1 .input-group-append {
    border: 1px solid #ebecf1;
    background: #f0f0f2;
    border-left: 0;
    line-height: 16px;
    border-radius: 0 5px 5px 0;
}
.page-style1 .form-control {
    border: 1px solid #ebecf1;
}
.page-style1 hr {
    border-top: 1px solid #ebecf1;
}
.page-style1 .custom-control-label {
    line-height: 26px;
}
.page-style1 .btn-svgs .svg-icon {
    position: absolute;
    left: 37%;
    top: auto;
}
.page-style1 .custom-control-label:before {
    border: 1px solid #cccdd3;
}
.custom-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    height: 10px;
    border-radius: 0;
    background-color: #e8ebf2;
    width: 80%;
}
.custom-progress::-webkit-progress-bar {
    background-color: #e8ebf2;
    border-radius: 0;
}
.custom-progress::-webkit-progress-value {
    background-image: linear-gradient(
        45deg,
        rgb(255 255 255 / 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgb(255 255 255 / 0.15) 50%,
        rgb(255 255 255 / 0.15) 75%,
        transparent 75%,
        transparent
    );
    border-radius: 0;
}
.custom-progress::-moz-progress-bar {
    background-image: linear-gradient(
        45deg,
        rgb(255 255 255 / 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgb(255 255 255 / 0.15) 50%,
        rgb(255 255 255 / 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.custom-progress::-ms-fill {
    border-radius: 0;
    background-image: linear-gradient(
        45deg,
        rgb(255 255 255 / 0.15) 25%,
        transparent 25%,
        transparent 50%,
        rgb(255 255 255 / 0.15) 50%,
        rgb(255 255 255 / 0.15) 75%,
        transparent 75%,
        transparent
    );
}
.map svg {
    height: 400px;
}
.card-pay .tabs-menu {
    margin-bottom: 25px;
    border-radius: 5px;
    overflow: hidden;
}
.card-pay .tabs-menu li {
    width: 33.3%;
    display: block;
}
.card-pay .tabs-menu li a {
    padding: 0.5rem 1rem;
    background: #f0f0f2;
    display: block;
    text-align: center;
    border-right: 1px solid #ebecf1;
}
.card-pay .tabs-menu li a.active {
    color: #fff;
    border-radius: 2px;
    text-align: center;
}
.card-pay .tabs-menu li:last-child a {
    border-right: 0;
}
.morris-donut-wrapper-demo {
    height: 270px;
}
.shop-title {
    font-size: 16px;
}
.apexcharts-toolbar {
    display: none !important;
}
#SvgjsText1920 {
    font-weight: 500;
    font-size: 20px;
}
.pos-static {
    position: static;
}
.html-code {
    padding: 9px 20px;
    background: #e3e2e5;
    width: fit-content;
    margin-left: 20px;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ebecf1;
    border-bottom: 0;
    margin-bottom: -1px;
    z-index: 1;
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 500;
    color: #282d3c;
}
.html-code .svg-icon {
    position: absolute;
    left: 14px;
}
.list-style {
    list-style: inherit;
    padding-left: inherit;
}
.list-style ul {
    list-style: inherit;
    padding-left: 30px;
}
.list-style li {
    line-height: 30px;
}
.list-style2 {
    list-style: decimal;
    padding-left: inherit;
}
.list-style2 ul {
    list-style: decimal;
    padding-left: 30px;
}
.list-style2 li {
    line-height: 30px;
}
.list-style3 {
    list-style: circle;
    padding-left: inherit;
}
.list-style3 ul {
    list-style: decimal;
    padding-left: 30px;
}
.list-style3 li {
    line-height: 30px;
}
.list-style4 {
    list-style: lower-alpha;
    padding-left: inherit;
}
.list-style4 ul {
    list-style: decimal;
    padding-left: 30px;
}
.list-style4 li,
.order-list li {
    line-height: 30px;
}
.list-style5 {
    list-style: square;
    padding-left: inherit;
}
.list-style5 ul {
    list-style: decimal;
    padding-left: 30px;
}
.list-style5 li {
    line-height: 30px;
}
.list-style6 {
    list-style: lower-roman;
    padding-left: inherit;
}
.list-style6 ul {
    list-style: decimal;
    padding-left: 30px;
}
.list-style6 li {
    line-height: 30px;
}
.profile-dropdown {
    margin-top: 1px;
}
@media (min-width: 992px) and (max-width: 1200px) {
    .expenses-card .fs-50 {
        font-size: 25px !important;
    }
    .expenses-card .fs-18 {
        font-size: 14px !important;
    }
}
@media (max-width: 567px) {
    .card-pay .tabs-menu li {
        width: 100%;
    }
    .card-pay .tabs-menu li a {
        margin-bottom: 15px;
    }
}
.input-group-btn .btn-primary {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    padding: 0.52rem 15px;
    border-radius: 0;
}
@media (min-width: 1440px) {
    .crypto-header-section h3 {
        font-size: 32px;
    }
    .crypto-header-section .w-5 {
        width: 2rem !important;
    }
    .crypto-header-section .h-5 {
        height: 2rem !important;
    }
}
@media (min-width: 1600px) {
    .crypto-header-section h3 {
        font-size: 35px;
    }
    .crypto-header-section .w-5 {
        width: 2.5rem !important;
    }
    .crypto-header-section .h-5 {
        height: 2.5rem !important;
    }
}
@media (max-width: 768px) {
    .page-single .card-group {
        display: block;
    }
    .d-md-down-none {
        display: none;
    }
}
@media (min-width: 1200px) and (max-width: 1440px) {
    .item-card .btn-svgs {
        width: 100%;
    }
}
.header.bg-primary
    .form-control.header-search.bg-transparent.border-transparent {
    color: #fff;
}
@media (max-width: 1200px) {
    .sales-img {
        width: 50% !important;
        margin: 0 auto;
        text-align: center !important;
        display: block;
    }
}
.error-text {
    text-shadow: -4px 4px 4px #6355a3;
}
.box div {
    position: absolute;
    width: 60px;
    height: 60px;
    background: #fff0;
    border: 6px solid rgb(255 255 255 / 0.2);
}
.box div:nth-child(1) {
    top: 12%;
    left: 42%;
    animation: animate 10s linear infinite;
}
.box div:nth-child(2) {
    top: 70%;
    left: 50%;
    animation: animate 7s linear infinite;
}
.box div:nth-child(3) {
    top: 17%;
    left: 6%;
    animation: animate 9s linear infinite;
}
.box div:nth-child(4) {
    top: 20%;
    left: 60%;
    animation: animate 10s linear infinite;
}
.box div:nth-child(5) {
    top: 67%;
    left: 10%;
    animation: animate 6s linear infinite;
}
.box div:nth-child(6) {
    top: 80%;
    left: 70%;
    animation: animate 12s linear infinite;
}
.box div:nth-child(7) {
    top: 60%;
    left: 80%;
    animation: animate 15s linear infinite;
}
.box div:nth-child(8) {
    top: 32%;
    left: 25%;
    animation: animate 16s linear infinite;
}
.box div:nth-child(9) {
    top: 90%;
    left: 25%;
    animation: animate 9s linear infinite;
}
.box div:nth-child(10) {
    top: 20%;
    left: 80%;
    animation: animate 5s linear infinite;
}
@-webkit-keyframes animate {
    0% {
        -webkit-transform: scale(0) translateY(0) rotate(0);
        opacity: 1;
    }
    to {
        -webkit-transform: scale(1.3) translateY(-90px) rotate(360deg);
        opacity: 0;
    }
}
.page-content .input-group .form-control:focus {
    border-color: #fff;
}
body * {
    font-family: Poppins, sans-serif;
}
body *::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    transition: 0.3s background;
}
body *::-webkit-scrollbar-thumb,
body *:hover::-webkit-scrollbar-thumb {
    background: #c2cbdf;
}
body *::-webkit-scrollbar-track {
    background: #fff;
}
.page-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0;
    -ms-flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
}
.page-title {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 2.5rem;
    position: relative;
    margin-top: 1rem;
}
.page-title-icon {
    color: #9aa0ac;
    font-size: 1.25rem;
}
.page-subtitle {
    font-size: 0.8125rem;
    color: #6e7687;
    margin-left: 2rem;
    position: relative;
}
.page-subtitle a {
    color: inherit;
}
.page-options {
    margin-left: auto;
}
.page-description {
    margin: 0.25rem 0 0;
    color: #6e7687;
}
.page-description a {
    color: inherit;
}
.page-single,
.page-single-content {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.content-heading {
    font-weight: 400;
    margin: 2rem 0 1.5rem;
    font-size: 1.25rem;
    line-height: 1.25;
}
.content-heading:first-child {
    margin-top: 0;
}
.aside {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 22rem;
    background: #fff;
    border-left: 1px solid #ebecf1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 100;
    visibility: hidden;
    box-shadow: 0 5px 20px #0000001a;
}
.aside-progress {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}
.aside-progress-position {
    position: relative;
    bottom: 1.5rem;
    width: 100%;
}
@media (min-width: 1600px) {
    body.aside-opened .aside {
        visibility: visible;
    }
}
.aside-body {
    padding: 1.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: auto;
}
.aside-footer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #ebecf1;
}
.aside-header {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #ebecf1;
}
.header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    background: #fff;
    height: 72px;
}
body.fixed-header .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}
.header .dropdown-menu {
    margin-top: 0;
    border-radius: 0 0 4px 4px !important;
}
.header .mega-menu {
    width: 350px;
}
.nav-unread {
    position: absolute;
    top: 0.1rem;
    right: 0.4rem;
    background: #ecd938;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
}
.nav-unread.badge {
    position: absolute;
    top: 0;
    text-align: center;
    right: 0;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
}
.nav-link.icon {
    padding: 5px;
    text-align: center;
    height: 2.5rem;
    font-size: 1.2rem;
    position: relative;
    border-radius: 3px;
}
.app-header.header .nav-link.icon {
    padding: 5px;
}
.nav-link.icon .nav-span {
    font-size: 0.9rem;
    color: #576482;
    vertical-align: middle;
    margin-left: 0.5rem;
    font-weight: 400;
}
.header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: 0.3s opacity;
    line-height: 2.9rem;
}
.app-header .header-brand {
    color: inherit;
    margin-right: 1rem;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: 0.3s opacity;
    line-height: 2.9rem;
    min-width: 220px;
    text-align: center;
}
.app-header .header-brand .header-brand-img {
    margin-right: 0;
}
.app-header1 .header-brand {
    color: inherit;
    margin-right: 0;
    font-size: 1.25rem;
    white-space: nowrap;
    font-weight: 600;
    padding: 0;
    transition: 0.3s opacity;
    line-height: 2.9rem;
    min-width: 215px;
    text-align: center;
}
.app-header1 .header-brand .header-brand-img {
    margin-right: 0;
}
.header-brand:hover {
    color: inherit;
    text-decoration: none;
}
.header-brand-img {
    height: 2.5rem;
    line-height: 2rem;
    vertical-align: bottom;
    margin-right: 0;
    width: auto;
}
.desktop-lgo {
    height: auto !important;
    margin-top: -0.7rem;
}
.csp-brand-img {
    height: 70px;
    margin-right: 0;
    width: auto;
    margin-top: -1rem;
}
.header-btn.has-new {
    position: relative;
}
.header-btn.has-new:before {
    content: "";
    width: 6px;
    height: 6px;
    background: #dc0441;
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 50%;
}
.header-toggler {
    width: 3rem;
    height: 3rem;
    position: relative;
    color: #000;
}
.header-toggler:hover {
    color: #32e448;
}
.header-toggler-icon {
    position: absolute;
    width: 1rem;
    height: 2px;
    color: inherit;
    background: currentColor;
    border-radius: 3px;
    top: 50%;
    left: 50%;
    margin: -2px 0 0 -0.5rem;
    box-shadow: 0 5px currentColor, 0 -5px currentColor;
}
.footer {
    font-size: 12px;
    padding: 1.25rem 0;
    padding-left: 270px !important;
}
footer.footer {
    font-size: 12px;
    border-top: 0;
    padding: 0 1.3rem 1rem;
    display: block;
    margin-top: auto;
}
.footer .social {
    margin: 0 auto;
}
.footer .social ul li {
    float: left;
    padding: 7px;
}
.footer .social ul li a {
    color: #abb8c3;
}
.footer a:not(.btn) {
    color: #007bff;
    font-weight: 800;
}
@media print {
    .footer,
    .header {
        display: none;
    }
}
.br-100 {
    border-radius: 100% !important;
}
.br-3 {
    border-radius: 3px !important;
}
.br-7 {
    border-radius: 7px !important;
}
.br-tl-7 {
    border-top-left-radius: 7px !important;
}
.br-bl-7 {
    border-bottom-left-radius: 7px !important;
}
.br-tr-7 {
    border-top-right-radius: 7px !important;
}
.br-br-7 {
    border-bottom-right-radius: 7px !important;
}
.br-0 {
    border-radius: 0;
}
.br-tl-0 {
    border-top-left-radius: 0 !important;
}
.br-bl-0 {
    border-bottom-left-radius: 0 !important;
}
.br-tr-0 {
    border-top-right-radius: 0 !important;
}
.br-br-0 {
    border-bottom-right-radius: 0 !important;
}
.list.d-flex img {
    width: 60px;
}
#popup {
    position: absolute;
    width: auto;
    height: 30px;
    background: #fe6b1f;
    display: none;
    color: #fff;
    border-radius: 5px;
}
#copy {
    background: none;
    color: #fff;
    font-weight: 700;
    padding: 8px 25px;
    border: 0;
}
.h-85 {
    height: 85px !important;
}
.chart-visitors {
    min-height: 18rem;
    overflow: hidden;
}
.chart-height {
    height: 20rem;
    overflow: hidden;
}
.chart-tasks {
    height: 15rem;
    overflow: hidden;
}
.chart-donut {
    height: 21rem;
    overflow: hidden;
}
.chart-pie {
    height: 22rem;
    overflow: hidden;
}
.chartsh {
    height: 16rem;
    overflow: hidden;
}
.chartwidget {
    height: 17rem;
    overflow: hidden;
}
.countdown span:first-child {
    font-size: 30px;
    font-weight: 500;
}
.social i {
    font-size: 40px;
}
.social .social-icon i {
    font-size: 14px;
}
.instagram {
    background: #de497b;
}
.linkedin {
    background: #0077b5;
}
.twitter {
    background: #1da1f2;
}
.facebook {
    background: #3b5998;
}
.widget-info i {
    width: 100px;
    height: 100px;
    padding: 27px 0;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
}
.widget-info a {
    border-bottom: 1px solid #fff;
}
.z-index-10 {
    z-index: 10 !important;
}
.card-blog-overlay .card-header {
    border-bottom: 1px solid rgb(255 255 255 / 0.2);
}
.card-blog-overlay1:before,
.card-blog-overlay2:before {
    content: "";
    display: block;
    position: absolute;
    background: #00000080;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 7px;
}
.page-breadcrumb {
    background: none;
    padding: 0;
    margin: 1rem 0 0;
    font-size: 0.875rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}
.page-breadcrumb .breadcrumb-item {
    color: #9aa0ac;
}
.page-breadcrumb .breadcrumb-item.active {
    color: #6e7687;
}
@media (min-width: 768px) {
    .page-breadcrumb {
        margin: -0.5rem 0 0;
    }
}
@media (max-width: 320px) {
    .fc-toolbar .fc-right {
        float: right;
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
}
.pagination-simple .page-item .page-link {
    background: none;
    border: none;
}
.pagination-simple .page-item.active .page-link {
    color: #495057;
    font-weight: 700;
}
.pagination-pager .page-prev {
    margin-right: auto;
}
.pagination-pager .page-next {
    margin-left: auto;
}
.page-total-text {
    margin-right: 1rem;
    -ms-flex-item-align: center;
    align-self: center;
    color: #6e7687;
}
.icons-list {
    list-style: none;
    margin: 0 -1px -1px 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.icons-list > li {
    -ms-flex: 1 0 2.5rem;
    flex: 1 0 2.5rem;
}
.icons-list-wrap {
    overflow: hidden;
}
.flags-icons .icons-list-item {
    line-height: inherit;
}
.payment-icons .icons-list-item {
    line-height: 2rem;
}
.icons-list-item {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    box-shadow: 0 2px 3px #0404071a;
    border: 1px solid #ebecf1;
    vertical-align: middle;
    color: #5c678f;
    margin: 5px;
}
.img-gallery {
    margin-right: -0.25rem;
    margin-left: -0.25rem;
    margin-bottom: -0.5rem;
}
.img-gallery > .col,
.img-gallery > [class*="col-"] {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    padding-bottom: 0.5rem;
}
.link-overlay {
    position: relative;
}
.link-overlay:hover .link-overlay-bg {
    opacity: 1;
}
.link-overlay-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #467fcfcc;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem;
    opacity: 0;
    transition: 0.3s opacity;
}
.media-icon {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 100%;
    font-size: 18px;
}
.media-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
textarea[cols] {
    height: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.user-profile .user-pro-body .u-dropdown {
    color: #fff;
}
#sidebar ul li {
    position: relative;
}
#sidebar ul li a {
    color: #384056;
    font-weight: 400;
}
#sidebar ul li ul li:last-child {
    border-bottom: 0;
}
#sidebar li a[aria-expanded="true"]:hover {
    color: #fff !important;
}
.timeline__content {
    background-color: #eaf0f9;
}
.tab_wrapper > ul {
    border-bottom: 1px solid #ebecf1;
}
.tab_wrapper > ul li {
    border: 1px solid #ebecf1;
    border-top: 1px solid #ebecf1;
}
.tab_wrapper.right_side .content_wrapper {
    border: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul {
    border-bottom: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul li.active {
    border-color: 1px solid #ebecf1;
}
.tab_wrapper.right_side > ul li:after {
    background: 1px solid #ebecf1;
}
.text-right {
    text-align: right;
}
.search {
    position: absolute;
    width: 320px;
}
.search svg {
    transform: translate(-126px);
    width: 180px;
    height: auto;
    stroke-width: 8px;
    stroke: #fff;
    stroke-width: 1px;
    stroke-dashoffset: 0;
    stroke-dasharray: 64.6 206.305;
    transition: all 0.5s ease-in-out;
    margin-top: 5px;
}
.input-search {
    position: absolute;
    width: calc(100% - 148px);
    height: 34px;
    top: 0;
    right: 20px;
    bottom: 0;
    left: 0;
    border: none;
    background-color: #fff0;
    outline: none;
    padding: 20px;
    font-size: 16px;
    color: #fff;
}
.search-label {
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    top: 0;
    left: 50%;
    margin-left: -54px;
    z-index: 100;
    transition: 0.5s ease-in-out;
}
.isActive .search-label {
    transform: translate(246px);
}
.isActive svg,
.isActive.full svg {
    stroke-dashoffset: -65;
    stroke-dasharray: 141.305 65;
    transform: translate(0);
}
.full .search-label {
    transform: translate(246px);
}
.full svg {
    stroke-dashoffset: 0;
    stroke-dasharray: 64.6 206.305;
    transform: translate(0);
}
.search-inline {
    width: 100%;
    left: 0;
    padding: 33px 0;
    top: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}
.search-inline.search-visible {
    opacity: 1;
    visibility: visible;
    animation: fadeInDown 0.2s ease-in-out;
}
.search-inline button[type="submit"] {
    position: absolute;
    background-color: #fff0;
    border: 0;
    top: 0;
    right: 80px;
    padding: 0;
    cursor: pointer;
    width: 80px;
    height: 100%;
    color: #fff;
}
.search-inline .form-control {
    border: 0;
    padding-left: 0;
    font-size: 20px;
    position: absolute;
    left: 1%;
    top: 0;
    height: 100%;
    width: 99%;
    outline: none;
}
.search-inline .form-control:focus {
    box-shadow: none;
}
.search-inline .search-close {
    position: absolute;
    top: 0;
    right: 0;
    color: #616161;
    width: 80px;
    height: 100%;
    text-align: center;
    display: table;
    background: #efefef;
    text-decoration: none;
}
.search-inline .search-close i {
    display: table-cell;
    vertical-align: middle;
}
.searching i {
    font-size: 18px;
}
.search-close i {
    padding: 24px 0;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translate3d(0, -20%, 0);
    }
    to {
        opacity: 1;
        transform: translateZ(0);
    }
}
.lockscreen {
    background: inherit;
    width: 300px;
    height: 280px;
    overflow: hidden;
}
.lockscreen:before {
    content: "";
    width: 350px;
    height: 400px;
    background: inherit;
    position: absolute;
    left: -25px;
    right: 0;
    top: -25px;
    bottom: 0;
    box-shadow: inset 0 0 0 200px #fff6;
    filter: blur(1px);
}
.table-stats table th,
.table-stats table td {
    border: none;
    border-bottom: 1px solid #e8e9ef;
    font-size: 12px;
    font-weight: 400;
    padding: 0.75em 1.25em;
    text-transform: uppercase;
}
.table-stats table th img,
.table-stats table td img {
    margin-right: 10px;
    max-width: 45px;
}
.table-stats table th .name {
    font-size: 14px;
    text-transform: capitalize;
}
.table-stats table td {
    font-size: 14px;
    text-transform: capitalize;
    vertical-align: middle;
}
.table-stats table td .name {
    font-size: 14px;
    text-transform: capitalize;
}
.traffic-sales-content {
    padding: 14px;
}
.traffic-sales-amount {
    float: right;
}
.pulse {
    display: block;
    position: absolute;
    top: 11px;
    right: 15px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ff3547;
    cursor: pointer;
    box-shadow: 0 0 #f72d66e6;
    animation: pulse 2s infinite;
}
.pulse:hover {
    animation: none;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(247 45 102 / 0.9);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px #fff0;
    }
    to {
        -webkit-box-shadow: 0 0 0 0 #fff0;
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgb(247 45 102 / 0.9);
        box-shadow: 0 0 #f72d66b3;
    }
    70% {
        -moz-box-shadow: 0 0 0 10px #fff0;
        box-shadow: 0 0 0 10px #fff0;
    }
    to {
        -moz-box-shadow: 0 0 0 0 #fff0;
        box-shadow: 0 0 #fff0;
    }
}
@media (max-width: 992px) {
    .header.top-header .header-option,
    .header.top-header .header-setting {
        display: none;
    }
    .hor-header.header {
        position: fixed;
        width: 100%;
        z-index: 999;
    }
    .hor-content.main-content {
        margin-top: 6rem;
    }
    .horizontal-main.hor-menu {
        border-bottom: 0;
    }
    .page-body {
        padding-top: 1px;
    }
    .app-content.page-body .container,
    .header.top-header .container,
    .hor-content.main-content .container {
        max-width: none;
    }
    .active .header.top-header {
        z-index: 999;
    }
    .app-content.page-body .side-app {
        padding: 6.2rem 0.75rem 0 !important;
    }
    .navsearch {
        margin: 5px;
        padding: 0;
        text-align: center;
        height: 2.5rem;
        font-size: 1.2rem;
        position: relative;
        border: 0 solid #ebecf1;
        border-radius: 3px;
    }
    .navsearch svg {
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        background: #fff;
        padding: 8px;
        border-radius: 50px;
        box-shadow: 0 2px 3px #0404071a;
        border: 1px solid #ebecf1;
    }
    .navsearch i {
        padding-top: 0 !important;
    }
    .app-content.page-body {
        margin-top: 4.7rem;
    }
    .comb-page .app-content.page-body {
        margin-top: 0;
    }
}
.header.top-header .search-element input {
    border-radius: 4px;
}
@media (max-width: 992px) {
    .media.profile-footer .media-user {
        display: none;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .header-brand-img.desktop-lgo {
        margin-left: 2rem;
    }
    .hor-header .header-brand-img.desktop-lgo,
    .header-brand-img.dark-logo {
        margin-left: 1rem;
    }
    .animated-arrow.hor-toggle {
        text-align: center;
        height: 2.5rem;
        width: 2.5rem;
        font-size: 1.2rem;
        position: relative;
        border: 1px solid #ebecf1;
        border-radius: 50px;
        margin: 5px;
        top: 0;
    }
    .animated-arrow.hor-toggle span {
        margin-left: 8px;
        margin-top: 2px;
        vertical-align: middle;
    }
}
.activity {
    position: relative;
    border-left: 3px solid #ebecf1;
    margin-left: 16px;
}
.activity .img-activity {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    border: 3px solid;
}
.activity .item-activity {
    margin-left: 40px;
    margin-bottom: 26px;
}
#AreaChart2 {
    width: 105% !important;
    height: 88px !important;
    bottom: -20px;
    position: relative;
    left: -7px;
}
#CryptoChart,
#CryptoChart1,
#CryptoChart2,
#CryptoChart3 {
    width: 105% !important;
    height: 70px !important;
    bottom: -15px;
    position: relative;
    left: -7px;
}
[class*="js-conveyor-"] ul li {
    padding: 9px 15px;
    border: 1px solid #efefef;
    background: #fff;
    margin: 15px 6px;
    border-radius: 5px;
    box-shadow: 0 0 10px -5px #4454c380;
}
.news-crypto span {
    font-size: 0.8rem;
}
.latest-timeline {
    height: 355px;
}
.latest-timeline ul.timeline {
    list-style-type: none;
    position: relative;
}
.latest-timeline ul.timeline:before {
    content: " ";
    display: inline-block;
    position: absolute;
    left: 10px;
    height: 100%;
    z-index: 1;
    border-left: 3px dotted #ebecf1;
}
.latest-timeline ul.timeline > li {
    margin: 20px 0;
    padding-left: 2.5rem;
}
.latest-timeline ul.timeline > li:before {
    content: " ";
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #1753fc;
    left: 5px;
    width: 13px;
    height: 13px;
    z-index: 1;
}
.latest-timeline ul.timeline > li:first-child:before {
    border: 2px solid #0dd157;
}
.latest-timeline ul.timeline > li:nth-child(2):before {
    border: 2px solid #2d9eef;
}
.latest-timeline ul.timeline > li:nth-child(3):before {
    border: 2px solid #f35e90;
}
.latest-timeline ul.timeline > li:nth-child(4):before {
    border: 2px solid #fc7303;
}
.latest-timeline ul.timeline > li:nth-child(5):before {
    border: 2px solid #05a5ba;
}
.latest-timeline ul.timeline > li:nth-child(6):before {
    border: 2px solid #920bfa;
}
.latest-timeline ul.timeline > li:last-child:before {
    border: 2px solid #ec2d38;
}
.app-content.page-body {
    min-height: 67vh;
}
.time-data {
    font-size: 14px;
    font-weight: 500;
}
div[data-acc-content] {
    display: none;
}
div[data-acc-step]:not(.open) {
    background: #f0f0f2;
}
div[data-acc-step]:not(.open) h5 {
    color: #8e9cad;
}
div[data-acc-step]:not(.open) .badge-primary {
    background: #afb4d8;
}
#form .list-group-item:hover {
    background: none;
}
.sw-theme-dots .nav-tabs .nav-link:hover:not(.disabled) {
    background: #fff0;
}
.fc-widget-content .fc-bgevent {
    background-color: #f0f0f2 !important;
}
.apexcharts-toolbar {
    z-index: 0 !important;
    display: none;
}
.card-bgimg {
    background-size: cover;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    border: 0;
}
.card-bgimg:before {
    opacity: 0.9;
    border-radius: 3px;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    top: 0;
}
.card-bgimg .card-body {
    z-index: 10;
}
@media (min-width: 992px) {
    .top-header.hor-top-header .header-brand-img {
        display: none;
    }
    .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
        left: 0;
        display: block;
        position: absolute;
        margin: 0 auto;
        right: 0;
    }
    .top-header.hor-top-header .form-inline .form-control {
        width: 175px;
    }
    .top-header.hor-top-header .header-brand {
        margin-right: 0rem;
    }
    .search-element {
        margin-top: 4px;
    }
    .sticky-pin {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 99;
    }
}
@media (max-width: 991px) {
    .top-header.hor-top-header .header-brand.center-logo .desktop-lgo {
        display: none;
    }
    .header.top-header.hor-top-header {
        border-bottom: 0;
    }
}
.icon.icon-shape {
    width: 2.5rem;
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    font-size: 12px;
}
.h-250 {
    height: 150px;
}
.latest-timeline1 li {
    position: relative;
}
.latest-timeline.latest-timeline1-icon ul.timeline > li:before {
    display: none;
}
.latest-timeline1-icon {
    position: absolute;
    width: 2rem;
    height: 2rem;
    border-radius: 7px;
    line-height: 2rem;
    text-align: center;
    left: 0;
    z-index: 1;
    color: #fff;
    font-weight: 500;
}
.h-330 {
    height: 330px;
}
.shadow {
    box-shadow: 0 2px 16px #b3bad4b3 !important;
}
.shadow3 {
    box-shadow: 0 0 6px #b3bad4b3 !important;
}
.apexcharts-tooltip.light {
    border: 1px solid #e3e3e3;
    background: #fffffff5;
    box-shadow: 0 0 17px -5px #4454c380;
}
.chart-dropshadow-primary {
    filter: drop-shadow(-6px 12px 4px rgb(68 84 195 / 0.2));
}
.icon-dropshadow {
    filter: drop-shadow(0 10px 4px #e5e9f2);
}
.icon-dropshadow-info {
    filter: drop-shadow(0 4px 4px rgb(69 170 242 / 0.3));
}
.icon-dropshadow-success {
    filter: drop-shadow(0 4px 4px rgb(45 206 137 / 0.3));
}
.icon-dropshadow-danger {
    filter: drop-shadow(0 4px 4px rgb(255 91 81 / 0.3));
}
.icon-dropshadow-warning {
    filter: drop-shadow(0 4px 4px rgb(236 180 3 / 0.3));
}
.chart-dropshadow {
    -webkit-filter: drop-shadow(0 6px 4px rgb(179 186 212 / 0.5));
    filter: drop-shadow(0 6px 4px rgb(179 186 212 / 0.5));
}
.GradientlineShadow {
    -webkit-filter: drop-shadow(0 -8px 4px rgb(179 186 212 / 0.2));
    filter: drop-shadow(0 -8px 4px rgb(179 186 212 / 0.2));
}
.BarChartShadow {
    -webkit-filter: drop-shadow(0 1px 4px rgb(179 186 212 / 0.3));
    filter: drop-shadow(0 1px 4px rgb(179 186 212 / 0.3));
}
.donutShadow {
    -webkit-filter: drop-shadow(-5px 0 10px rgb(179 186 212 / 0.4));
    filter: drop-shadow(-5px 0 10px rgb(179 186 212 / 0.4));
}
.transaction-table.table td {
    vertical-align: middle;
}
.transaction-table.table .apexcharts-tooltip.light {
    display: none;
}
.transaction-table.table thead th {
    padding-bottom: 20px;
}
.inde4-table tr td:first-child {
    position: relative;
}
.inde4-table tr td:first-child:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 20px;
    left: 0;
    top: 17px;
}
.inde4-table tr:nth-child(1) td:first-child:before {
    background: #4454c3b3;
}
.inde4-table tr:nth-child(2) td:first-child:before {
    background: #f72d66b3;
}
.inde4-table tr:nth-child(3) td:first-child:before {
    background: #2dce89b3;
}
.inde4-table tr:nth-child(4) td:first-child:before {
    background: #45aaf2b3;
}
.inde4-table tr:nth-child(5) td:first-child:before {
    background: #ecb403b3;
}
.inde4-table tr:nth-child(6) td:first-child:before {
    background: #ff5b51b3;
}
.inde4-table tr:nth-child(7) td:first-child:before {
    background: #4454c3b3;
}
.inde4-table tr:nth-child(8) td:first-child:before {
    background: #f72d66b3;
}
.inde4-table tr:nth-child(9) td:first-child:before {
    background: #2dce89b3;
}
.inde4-table tr:nth-child(10) td:first-child:before {
    background: #45aaf2b3;
}
.crypto-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 4px;
    line-height: 3rem;
    text-align: center;
    font-size: 1.8rem;
    margin-right: 18px;
}
.crypto-tabs {
    padding: 0 !important;
    border: 0 !important;
}
.crypto-tabs .tabs-menu1 ul li .active {
    background: #fff;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 10px 10px 20px #b3bad417, 10px 10px 15px -5px #b0b8d6;
    border: 0 solid #ebecf1;
    border-bottom: 0;
}
.crypto-tabs .tabs-menu1 ul li a {
    display: block;
    font-size: 16px;
}
table.table-bordered.dataTable td:first-child {
    border-left: 0 solid #ebecf1 !important;
}
.js-conveyor-example:before {
    width: 20%;
    position: absolute;
    content: "";
    height: 60px;
    background: linear-gradient(to right, #f0eff1, transparent);
    z-index: 9;
    left: 0;
    top: 8px;
}
.js-conveyor-example:after {
    width: 20%;
    position: absolute;
    content: "";
    height: 60px;
    background: linear-gradient(to left, #f0eff1, transparent);
    z-index: 9;
    right: 0;
    top: 8px;
}
.user-info .social li {
    display: inline-block;
}
.user-info .social .social-icon {
    color: #fff;
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    border: 1px solid rgb(255 255 255 / 0.1);
    background: #ffffff1a;
    line-height: 2.5rem;
    border-radius: 50%;
}
.date-range-btn {
    font-size: 0.9375rem;
}
.side-menu__icon {
    color: #344050;
    opacity: 0.9;
}
.sidemneu-icon2 {
    fill: #8e98db;
}
.svg-icon {
    color: #5c678f;
    fill: #5c678f;
}
.svg-icon1 {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    margin-right: 5px;
    width: 37.5px;
    height: 37.5px;
    background: #fff;
    padding: 8px;
    border-radius: 50px;
    box-shadow: 0 2px 3px #0404071a;
    border: 1px solid #ebecf1;
    color: #5c678f;
    fill: #5c678f;
}
.profile-dropdown .header-icon {
    line-height: 20px;
}
.header-option .header-icon {
    margin-top: -3px;
}
.header-option .nav-link {
    margin: 7px 0 0;
}
.card-custom-icon.text-success {
    fill: #2dce89;
}
.feature .feature-icon {
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    border-radius: 50%;
    background: #4454c333;
    text-align: center;
    font-size: 25px;
}
.expenses-card {
    padding-top: 170px;
}
.expenses-card #Chart {
    width: 105% !important;
    bottom: -15px;
    position: relative;
    left: -7px;
    height: 120px !important;
}
.expenses-card .card-body {
    position: absolute;
    top: 0;
}
.page-rightheader .breadcrumb {
    padding: 0;
    background: #fff0;
}
.under-countdown .countdown {
    color: #fff;
    padding: 20px;
    border-radius: 5px;
}
.clip-widget {
    position: relative;
}
.clipboard-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    color: #212529;
    border-radius: 5px;
    width: 35px;
    cursor: pointer;
    height: 35px;
    margin: 0 auto;
    text-align: center;
    border: 1px solid rgb(255 255 255 / 0.1);
}
.clipboard-icon i {
    margin-top: 5px;
    font-size: 20px;
}
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > td:first-child:before,
table.dataTable.dtr-inline.collapsed
    > tbody
    > tr[role="row"]
    > th:first-child:before {
    top: 12px;
    left: 4px;
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    color: #fff;
    border: 2px solid #4757c4;
    border-radius: 14px;
    box-shadow: none;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    line-height: 14px;
    content: "+";
}
.usertab-list li {
    margin: 5px 0;
}
.profile-media-img {
    border: 0 solid #efefef;
    position: relative;
    display: block;
}
.profile-media-img h6 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
}
.profile-media-img:before {
    content: "";
    background: #00000080;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    position: absolute;
}
.profile-media-img h6 a {
    position: relative;
    z-index: 999;
}
#form .list-group-item {
    padding: 25px;
}
.custom-switch {
    padding-left: 0;
    font-size: 12px;
}
.custom-switch-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-switch-indicator {
    display: inline-block;
    height: 1.25rem;
    width: 2.25rem;
    background: #f5f9fc;
    border-radius: 50px;
    position: relative;
    vertical-align: bottom;
    border: 1px solid #ebecf1;
    transition: 0.3s border-color, 0.3s background-color;
}
.custom-switch-indicator:before {
    content: "";
    position: absolute;
    height: calc(1.25rem - 4px);
    width: calc(1.25rem - 4px);
    top: 1px;
    left: 1px;
    background: #fff;
    border-radius: 50%;
    transition: 0.3s left;
    box-shadow: 0 1px 2px #0006;
}
.custom-switch-input:checked ~ .custom-switch-indicator:before {
    left: calc(1rem + 1px);
}
.custom-switch-input:focus ~ .custom-switch-indicator {
    box-shadow: none;
}
.custom-switch-description {
    margin-left: 0.5rem;
    color: #6e7687;
    transition: 0.3s color;
}
.custom-switch-input:checked ~ .custom-switch-description {
    color: #1e1e2d;
}
.page-rightheader .date-range-btn {
    position: relative;
    padding-left: 40px;
}
.main-profile {
    position: relative;
    background: #fff;
    padding: 25px 25px 0;
    margin-bottom: 30px;
    border-top: 1px solid #ebecf1;
    border-radius: 8px;
    overflow: hidden;
}
.main-profile .tab-menu-heading {
    border-left: 0;
    border-right: 0;
    margin: 25px -30px 0;
}
.profile-edit {
    position: relative;
}
#profile-pages a:hover,
#profile-pages a:focus {
    color: #007bff !important;
}
.profile-share {
    width: 100%;
    padding: 10px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.profile-share a {
    background: #fff;
    color: #5c678f;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    box-shadow: 0 2px 3px #0404071a;
    border: 1px solid #ebecf1;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}
.main-proifle .profile-icon,
.profile-footer .new,
.pro-option {
    background: #fff;
    color: #5c678f;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    box-shadow: 0 2px 3px #0404071a;
    border: 1px solid #ebecf1;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
.pro-details li {
    width: 50%;
    float: left;
    margin-bottom: 0.5rem;
}
.profile-edit textarea {
    background: #fff;
    border-radius: 5px 5px 0 0;
}
.profile-edit textarea:focus {
    background: #ebecf1;
    border: 1px solid #ebecf1;
}
.social-profile-buttons li {
    float: left;
    display: block;
}
.social-profile-buttons li a {
    display: block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    background: #d2d6f1;
    border: 2px solid #1e1e2d;
    margin: 2px;
}
.fill-white {
    fill: #fff0;
}
.page-header .breadcrumb-icon {
    margin-top: 3px;
    margin-left: 4px;
}
.page-header .breadcrumb-item .svg-icon {
    width: 20px;
}
.page-header .breadcrumb-item:first-child {
    margin-top: 0;
}
.only-subscription {
    display: block;
}
.main-nav-calendar-event .nav-link {
    padding: 0;
    height: 30px;
    line-height: 30px;
}
.main-nav-calendar-event .nav-link.exclude {
    position: relative;
    opacity: 0.3;
}
.main-nav-calendar-event .nav-link.exclude:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 1px solid #737688;
}
.form-wizard-title {
    line-height: 25px;
    margin-left: 10px;
}
.footer .social .social-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 3px #0404071a;
    border: 1px solid #ebecf1;
}
.richText .richText-undo,
.richText .richText-redo {
    border-right: #ebecf1 solid 1px !important;
}
.modal-open .select2-dropdown {
    z-index: 10000 !important;
}
.templates-scroller {
    width: 300px;
}
.page-leftheader ol,
.page-rightheader ol {
    background: none;
    padding: 0;
}
.page-leftheader .breadcrumb-item,
.page-rightheader .breadcrumb-item {
    font-size: 11px;
    font-family: Poppins, sans-serif;
    margin-top: 0;
}
.page-leftheader .breadcrumb-item + .breadcrumb-item:before,
.page-rightheader .breadcrumb-item + .breadcrumb-item:before {
    color: #1e1e2d;
    padding-left: 0;
    font: var(--fa-font-solid);
    content: "";
    font-weight: 400;
    float: none;
    font-size: 8px;
}
.page-leftheader .breadcrumb-item a,
.page-rightheader .breadcrumb-item a {
    color: #1e1e2d;
}
.sub-pageheader {
    display: flex;
    margin-bottom: 2.3rem;
    font-size: 14px;
}
.sub-pageheader .nav-link:first-child {
    padding-left: 0;
}
.sub-pageheader .nav-link:last-child {
    padding-right: 0;
}
.sub-pageheader .nav-link.border-right {
    border-right: 1px solid #cfd1e1 !important;
}
hr.pageheader-border {
    border-top: 1px solid #dfe0e7;
    margin-top: 0.9rem;
    margin-bottom: 0.9rem;
}
@media (max-width: 992px) {
    .sub-pageheader .nav-link {
        display: none;
    }
    .sub-pageheader .left-nav .nav-link:first-child,
    .sub-pageheader .left-nav .nav-link:nth-child(2) {
        display: block;
    }
    .sub-pageheader .right-nav .nav-link.d-md-none,
    .page-header {
        display: block;
    }
    .page-header .page-leftheader ol {
        padding-top: 0;
    }
    .page-rightheader h6 {
        font-size: 10px;
    }
}
.dash1-card {
    position: absolute;
}
.dash1-card p {
    font-size: 14px;
}
.dash1-card .ratio {
    position: absolute;
    right: -10px;
    top: 20px;
    padding: 5px 15px;
    background-color: #222;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 15px 0 0 15px;
}
.dash1-card .ratio-text {
    position: absolute;
    top: 55px;
    right: 5px;
    font-size: 13px;
}
.sales-bar {
    min-height: 280px !important;
    position: relative;
    bottom: -21px;
    left: -10px;
}
.header-dropdown-list .ps__thumb-y {
    opacity: 0;
}
.page-header.main-pageheader {
    margin-bottom: 0;
}
.page-rightheader .breadcrumb-item a {
    color: #1e1e2d;
}
.card-over {
    position: relative;
    top: -20px;
    background: #fff;
    border-radius: 12px 12px 8px 8px;
    border: 1px solid #dbe2eb;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    margin-bottom: 1.5rem !important;
}
.bread-select {
    display: flex;
}
.bread-select
    .select2-container
    .select2-selection--single
    .select2-selection__rendered {
    padding-left: 10px !important;
}
.emp-circle-chart {
    background: #0000000a;
    border-radius: 100px;
    font-weight: 500;
    font-size: 20px;
}
.dash1-iocns {
    padding: 6px 14px;
    border-radius: 50px;
    border: 2px dotted;
}
.country-card {
    overflow: auto;
}
#talent-chart {
    -webkit-filter: drop-shadow(0 6px 4px rgb(179 186 212 / 0.5));
    filter: drop-shadow(0 6px 4px rgb(179 186 212 / 0.2));
}
.custom-btns .btn {
    border: 1px solid rgb(0 0 0 / 0.1);
    text-align: center;
    background: 0 0;
    font-size: 20px;
    color: #ffffffe6;
    margin: 0 5px;
    border-radius: 50%;
    background: #0000001a;
    padding: 0.5rem;
    width: 3rem;
    height: 3rem;
    line-height: 2rem;
}
.widget-user-image {
    height: 100px;
    width: 100px;
    clear: both;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    position: relative;
}
.widget-user-image-sm {
    height: 44px;
    width: 44px;
    clear: both;
    display: block;
    border-radius: 0.42rem;
    background: #e1f0ff;
    position: relative;
}
.widget-user-name {
    line-height: 1.8;
}
.vendor-image-sm {
    clear: both;
    display: block;
    position: relative;
}
.vendor-image-sm img {
    width: 20px;
}
.header .nav-link.icon i {
    color: #5c678f;
}
.mail-inbox .list-group-item {
    border: 0 !important;
}
.user-details .user-icon {
    background: #fff;
    color: #5c678f;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    text-align: center;
    font-size: 18px;
    border-radius: 50px;
    box-shadow: 0 2px 3px #0404071a;
    border: 1px solid #ebecf1;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
.user-details span.h6 {
    vertical-align: middle;
}
.item7-card-desc .fe {
    color: #5c678f;
}
.nav-link.icon .header-icon {
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    color: #1e1e2d;
    padding: 11px 10px 10px;
}
.profile-dropdown img {
    width: 40px;
    height: 40px;
    border: 1px solid #ebecf1;
    border-radius: 50%;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    margin-top: -3px;
    object-fit: cover;
}
.profile-dropdown .nav-link {
    padding: 5px 0 0;
}
.hor-header {
    border-bottom: 1px solid #dbe2eb;
}
.hor-header .search-element {
    margin-left: 1rem;
}
@media (min-width: 992px) {
    .horizontalMenucontainer .header.top-header {
        box-shadow: none;
    }
}
@media (min-width: 991px) {
    .top-header1 .header-brand2 .header-brand-img {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 18px;
    }
    .top-header1 .header-brand {
        display: none;
    }
    .top-header1 .form-inline .form-control {
        width: 250px;
    }
}
@media (max-width: 575px) and (min-width: 569px) {
    .animated-arrow.hor-toggle {
        padding: 16px 35px 16px 0 !important;
    }
}
*::-ms-backdrop,
.img-height {
    height: 100%;
}
*::-ms-backdrop,
.img-height1 {
    height: 333px;
}
*::-ms-backdrop,
.social-profile-buttons li {
    float: none;
    display: inline-block;
}
*::-ms-backdrop,
.social-profile-buttons ul {
    margin-bottom: 0;
}
*::-ms-backdrop,
.btn-icon.btn-svg .svg-icon {
    height: 16px;
}
*::-ms-backdrop,
.price-svg .price-title {
    top: 0 !important;
}
*::-ms-backdrop,
.price-svg svg {
    height: 65px !important;
}
*::-ms-backdrop,
.item7-card-img {
    height: 100%;
}
*::-ms-backdrop,
.main-content {
    height: 100%;
}
*::-ms-backdrop,
.app-sidebar-help {
    display: none;
}
*::-ms-backdrop,
.list-card .media-body {
    display: block !important;
}
*::-ms-backdrop,
.media-body.time-title1 {
    display: block !important;
}
*::-ms-backdrop,
.media .media-body {
    display: table-cell;
}
*::-ms-backdrop,
.chat-widget-header .option-dots new-list2 .fe {
    display: block;
}
*::-ms-backdrop,
.message-feed.right .media-body {
    display: table-cell;
}
*::-ms-backdrop,
.message-feed.media .media-body {
    display: block;
}
*::-ms-backdrop,
.main-chat-body .media .media-body {
    display: -ms-flexbox;
}
*::-ms-backdrop,
.main-chat-list .media-body {
    display: block;
}
*::-ms-backdrop,
.chat-widget-header .option-dots.new-list2 .fe {
    display: block;
}
*::-ms-backdrop,
.card-img-top {
    height: 250px;
}
*::-ms-backdrop,
.image10 {
    height: 250px;
}
*::-ms-backdrop,
.card-image1 {
    height: 250px;
}
*::-ms-backdrop,
.sweet-alert .sa-info.sa-icon:after {
    margin-left: 37px !important;
    top: 17px !important;
}
*::-ms-backdrop,
.main-contact-info-header .media-body {
    display: block;
}
*::-ms-backdrop,
.main-contact-info-body .media-body {
    display: -ms-flexbox;
}
*::-ms-backdrop,
#media3 .media-body,
#media1 .media-body {
    display: block;
}
*::-ms-backdrop,
.page-style1 {
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
*::-ms-backdrop,
.page-single,
.page-single-content {
    display: block !important;
}
*::-ms-backdrop,
.page-style1 .page-single-content {
    display: block !important;
}
*::-ms-backdrop,
.page,
.page-content {
    display: flex !important;
}
*::-ms-backdrop,
.page-style1 .page-single {
    display: block !important;
}
*::-ms-backdrop,
.page-content img {
    min-width: 50%;
}
*::-ms-backdrop,
.chat-conatct-list .option-dots {
    padding: 2px 12px !important;
}
.sidenav-toggled .header.py-4 .header-brand .header-brand-img.desktop-lgo {
    display: flex !important;
    margin: 0;
}
*::-ms-backdrop,
.chat-conatct-list .media {
    overflow: visible;
}
.data-percentage-change {
    vertical-align: middle;
}
.remove-voice {
    display: none;
}
.voice-neural-sign {
    font-size: 10px;
    color: #d13212;
    font-style: normal;
}
.no-italics {
    font-style: normal;
}
.data-table {
    margin-bottom: 1rem !important;
}
.dataTable tbody tr.shown + tr td:first-of-type {
    padding: 0 3rem 0 2rem;
    border-top: none;
}
.dataTable thead tr {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    text-transform: none;
    font-weight: 800;
    color: #728096;
}
.dataTable tbody td {
    font-size: 12px;
    vertical-align: middle;
    padding-right: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-style: dashed !important;
    border-color: #f3f3f3 !important;
}
.dataTable tbody td tbody td button {
    background-color: #1e1e2d;
    color: #fff;
    border-radius: 0;
    font-size: 11px;
}
.dataTable tbody td tbody td button {
    background-color: #1e1e2d;
}
.dataTable tbody td tbody td button:hover {
    background-color: #7b83eb;
}
.dataTable tbody td tbody td .processing,
.dataTable tbody td tbody td .in_progress {
    padding: 0.4rem 0.7rem;
    background-color: #f6ad0f;
}
.dataTable tbody td tbody td .completed {
    padding: 0.4rem 0.7rem;
    color: #fff;
    background-color: #008c00;
}
.dataTable tbody td tbody td .failed {
    padding: 0.4rem 0.7rem;
    color: #fff;
    background-color: #d13212;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit !important;
}
tbody > tr:last-child > td {
    border-bottom: 0;
}
.cell-box {
    border-radius: 35px;
    padding: 3px 20px;
    color: #fff;
    font-weight: 700;
}
.user-pending,
.user-suspended,
.support-closed,
.support-pending,
.payout-processing,
.priority-low,
.user-group-user,
.plan-closed,
.payment-pending,
.subscription-pending,
.notification-info,
.type-file,
.gift-inactive,
.plan-free {
    background: #d1d3e0;
    color: #1e1e2d;
}
.notification-new-user,
.type-both,
.notification-marketing,
.user-group-admin,
.payment-monthly,
.glacier,
.plan-regular,
.support-resolved {
    background: #e1f0ff;
    color: #007bff;
}
.glacier-ir,
.gift-redeemed,
.gift-transfered,
.gift-active,
.user-active,
.plan-paid,
.priority-normal,
.support-open,
.notification-announcement,
.notification-new-payment,
.plan-active,
.payment-completed,
.subscription-active,
.promocode-valid,
.payout-completed,
.blog-published,
.status-active,
.faq-visible,
.adsense-activated,
.payment-prepaid,
.user-group-subscriber {
    background: #00bc7e1a;
    color: #00bc7e;
}
.support-replied,
.priority-high,
.payment-yearly,
.user-group-guest,
.plan-professional,
.deep-archive {
    background: #fff4df;
    color: #ff9d00;
}
.voice-mixed {
    background: #ff9d00;
}
.user-deactivated,
.priority-critical,
.payment-failed,
.subscription-cancelled,
.subscription-suspended,
.subscription-expired,
.payout-cancelled,
.payout-declined,
.promocode-invalid,
.payment-cancelled,
.payment-declined,
.blog-hidden,
.notification-payout-request,
.status-deactive,
.faq-hidden,
.gift-failed,
.adsense-deactivated,
.notification-warning {
    background: #ffe2e5;
    color: red;
}
.table-actions {
    font-size: 14px;
    color: #555;
}
.table-actions-dropdown {
    font-size: 12px;
    min-width: auto;
    padding: 0;
    color: #1e1e2d;
}
.table-actions-dropdown i {
    font-size: 14px;
    margin-right: 10px;
}
.table-actions-dropdown .dropdown-item {
    padding: 0.5rem 1rem;
}
.table-actions-dropdown .dropdown-item:hover,
.table-actions-dropdown .dropdown-item:focus {
    background: #fff;
}
.table#subscriptionsAdminTable th,
.table#subscriptionsAdminTable td {
    border-top: none !important;
}
.dataTables_wrapper {
    font-family: Poppins, sans-serif;
    font-size: 12px;
}
.dataTables_wrapper .dataTables_filter {
    text-align: right !important;
}
.dataTables_wrapper .dataTables_filter .form-control-sm {
    padding: 0 1rem !important;
}
.dataTables_wrapper .dataTables_filter label {
    font-weight: 800;
}
.dataTables_wrapper .dataTables_length label {
    font-weight: 800;
    margin-bottom: 0 !important;
    padding-top: 0.3rem !important;
}
.dataTables_wrapper .dataTables_length label select {
    margin-bottom: 0 !important;
}
.dataTables_wrapper .dataTables_length select {
    font-size: 10px;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ebecf1;
    margin-bottom: 0.5rem;
}
.dataTables_wrapper .dataTables_filter input {
    border-radius: 0;
    font-size: 12px;
    border: none;
    padding-left: 15px;
    border-bottom: 1px solid #ebecf1;
}
.dataTables_wrapper .dataTables_filter input:hover,
.dataTables_wrapper .dataTables_filter input:focus {
    border-color: #007bff;
    box-shadow: none;
    transition: all 0.2s;
}
.dataTables_wrapper .dataTables_filter .search-icon {
    position: absolute;
    top: 8px;
    margin-left: 5px;
    color: #728096;
}
.dataTables_wrapper .dataTables_length .custom-select:focus {
    border-color: #007bff;
    box-shadow: none;
    transition: all 0.2s;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.disabled a {
    color: #728096 !important;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item.active {
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .pagination .page-item .page-link {
    font-family: Poppins, sans-serif;
    font-size: 10px;
    margin-bottom: 0.5rem;
    border-radius: 0;
    color: #555;
    border-color: #ebecf1;
}
.dataTables_wrapper
    .dataTables_paginate
    .pagination
    .page-item
    .page-link:hover {
    background: #fff;
}
.dataTables_wrapper
    .dataTables_paginate
    .pagination
    .page-item.active
    .page-link {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
.dataTables_wrapper .dataTables_paginate .pagination .first .page-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.dataTables_wrapper .dataTables_paginate .pagination .last .page-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dataTables_info {
    padding-left: 12px;
    font-size: 10px;
    color: #728096;
}
.details-table {
    width: 100%;
    margin-bottom: 0;
}
.details-table td {
    padding: 12px 0 12px 12px !important;
    border-top: 1px solid #ebecf1 !important;
}
.details-table audio {
    width: 100%;
}
.details-table .details-title,
.details-table .details-result {
    font-weight: 700;
}
.dataTable div.slider {
    display: none;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
    background-color: #f5f9fc;
    color: #1e1e2d;
}
table.dataTable thead th.dt-checkboxes-select-all,
table.dataTable tbody td.dt-checkboxes-cell {
    line-height: 1;
    padding-left: 0;
}
table.dataTable thead th.dt-checkboxes-select-all {
    padding-left: 0.8rem;
}
@media (max-width: 575px) {
    .dataTable tbody tr.parent {
        display: contents;
    }
}
@media (max-width: 820px) {
    .dataTable tbody tr.parent {
        display: contents;
    }
}
@media (max-width: 1920px) {
    .dataTable tbody tr.parent {
        display: contents;
    }
}
#no-results-img {
    width: 200px;
    opacity: 0.7;
    margin-bottom: 0.2rem;
}
.result-play {
    background: none;
    padding: 3px 6px 1px 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-left: -5px;
    line-height: 1.4;
    color: #1e1e2d;
}
.table-info-button {
    margin-top: 2px;
}
.table-info-button i {
    padding-right: 0 !important;
}
.green {
    color: #00bc7e;
}
.red {
    color: #dc0441;
}
.vertical-middle {
    vertical-align: top;
}
.table-action-buttons {
    background: #f5f9fc;
    border: 1px solid #fff;
    border-radius: 0.42rem;
    line-height: 2.2;
    font-size: 14px;
    color: #67748e;
    width: 33px;
    height: 33px;
    text-align: center;
    transition-property: color, background-color, border-color,
        text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}
.view-action-button:hover,
.view-action-button:focus {
    background: #e1f0ff;
    color: #007bff;
}
.edit-action-button:hover,
.edit-action-button:focus {
    background: #fff4de;
    color: #ffa800;
}
.request-action-button:hover,
.request-action-button:focus {
    background: #00bc7e1a;
    color: #00bc7e;
}
.delete-action-button:hover,
.delete-action-button:focus {
    background: #ffe2e5;
    color: #f64e60;
}
.transcribe-action-buttons {
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    line-height: 2;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #9696961f,
        0 1px 1px #96969624;
    color: #1e1e2d;
    margin-right: 0.2rem;
    width: 26px;
    height: 25px;
    text-align: center;
    padding-right: 1px;
}
.refresh-button {
    position: absolute;
    right: 1.5rem;
    z-index: 100;
}
.refresh-button i {
    font-size: 12px;
    border-radius: 0.42rem;
    padding-right: 0;
    padding-top: 2px;
}
.template-buttons {
    z-index: 100;
}
.template-buttons i {
    font-size: 12px;
    border-radius: 0.42rem;
    padding-right: 0;
    padding-top: 2px;
}
.special-refresh {
    position: initial !important;
    float: right;
}
.balance-highlight {
    color: #007bff;
    font-weight: 600;
}
#dashboard-users {
    font-family: Poppins, sans-serif;
}
#dashboard-users tr th {
    vertical-align: middle !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-color: #f3f3f3 !important;
    border-style: dashed;
}
#dashboard-users tr td {
    vertical-align: middle !important;
    padding-top: 1.55rem;
    padding-bottom: 1.55rem;
    border-color: #f3f3f3 !important;
    border-style: dashed;
}
#dashboard-users tr:hover td {
    background-color: #fff !important;
}
.input-box {
    margin-bottom: 1.5rem;
}
.input-box h6 {
    font-family: Poppins, sans-serif;
    margin-bottom: 0.6rem;
    font-weight: 600;
    font-size: 11px;
}
.input-box .form-control {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #1e1e2d;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    appearance: none;
    background-color: #fff0;
    border-color: #ebecf1;
    border-radius: 0.5rem;
    border-width: 1px;
    font-weight: 400;
    line-height: 1rem;
    padding: 0.75rem 1rem;
    width: 100%;
}
.input-box input:hover,
.input-box input:focus {
    border-color: #007bff;
    box-shadow: none;
    transition: all 0.2s;
}
.input-box textarea {
    font-weight: 400 !important;
}
.input-box textarea:hover,
.input-box textarea:focus {
    border-color: #007bff;
    box-shadow: none;
    transition: all 0.2s;
}
.awselect {
    text-align: left;
    margin-bottom: 1.5rem;
    font-size: 12px !important;
    font-weight: 600;
}
.awselect .bg {
    border-radius: 10px;
}
#tts-project .awselect {
    margin-bottom: 1rem;
}
.awselect .front_face {
    padding: 0.75rem 1rem !important;
}
.awselect .front_face > .bg {
    background: #fff !important;
    color: #1e1e2d;
    border-radius: 0.5rem;
    padding: 0.75rem 1rem;
    border: 1px solid #ebecf1;
}
.awselect .front_face .current_value {
    font-family: Poppins, sans-serif !important;
    font-size: 12px;
    font-weight: 400 !important;
}
.awselect .back_face {
    padding: 0 !important;
    float: left;
}
.awselect.animate2 > .bg {
    box-shadow: 0 4px 7px -2px #00000080;
}
.awselect .back_face ul li a {
    padding: 11px 20px !important;
    float: left;
    border-bottom: 1px solid #ebecf1;
    font-family: Poppins, sans-serif;
}
.awselect .back_face ul li a:hover {
    background: #f5f9fc;
    color: #007bff;
}
.awselect .awselect-img {
    vertical-align: middle;
    border-style: none;
    width: 20px;
    padding-bottom: 1px;
    margin-right: 1rem;
}
.awselect.placeholder_animate2 .front_face .placeholder {
    color: #728096;
}
.awselect_bg {
    position: relative;
}
.awselect_bg .animate {
    opacity: 0 !important;
}
#checkbox-types,
#checkbox-types .radio-control {
    display: inline-flex;
}
#checkbox-types .radio-control:hover > .label-control {
    color: #007bff;
    cursor: pointer;
}
#checkbox-types .input-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f5f9fc;
    color: #007bff;
    top: 5px;
    height: 15px;
    width: 15px;
    border: 0;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
    border-radius: 3px;
}
#checkbox-types .input-control:checked:before {
    position: absolute;
    font: 9px/1 Open Sans, sans-serif;
    left: 5px;
    top: 2px;
    content: "⅃";
    transform: rotate(40deg);
}
#checkbox-types .input-control:checked {
    background-color: #007bff;
    color: #fff;
    transition: all 0.2s;
}
#checkbox-types .input-control:checked + .label-control {
    color: #007bff;
}
#checkbox-types .label-control {
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-top: 3px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.8;
}
#checkbox-types .label-control:hover {
    color: #007bff;
}
#checkbox-types .label-control {
    padding-top: 2px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
.swal2-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #1e1e2d !important;
    padding-top: 20px !important;
}
.swal2-html-container {
    font-size: 14px !important;
    margin-top: 1rem !important;
}
.swal2-actions {
    margin: 1em auto 0 !important;
}
.swal2-file {
    font-size: 14px !important;
    border: 1px solid #007bff !important;
    margin-top: 1.5rem !important;
    margin-bottom: 0.5rem !important;
}
.swal2-input {
    font-family: Poppins, sans-serif !important;
    border-radius: 0 !important;
    padding: 1.15rem 1.3rem !important;
    font-size: 10px !important;
    color: #1e1e2d !important;
    font-weight: 600 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
    margin-top: 1rem !important;
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}
.swal2-input:hover,
.swal2-input:focus {
    border-color: #007bff !important;
    box-shadow: 0 0 3px 1px #007bff66 !important;
    transition: all 0.2s !important;
}
.swal2-input-label {
    font-size: 12px;
    margin-top: 1.2rem;
}
.swal2-validation-message {
    font-size: 14px !important;
}
.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    font-size: 10px !important;
    min-width: 80px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 35px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224 !important;
}
.swal2-styled.swal2-confirm:hover,
.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:hover,
.swal2-styled.swal2-cancel:focus {
    color: #fff !important;
    background-color: #1e1e2d !important;
    border-color: #1e1e2d !important;
}
.swal2-styled.swal2-confirm {
    background-color: #007bff !important;
    border-color: #007bff !important;
}
.swal2-styled.swal2-cancel {
    background-color: #d13212 !important;
    border-color: #d13212 !important;
}
.swal2-select {
    font-size: 13px !important;
    color: #1e1e2d !important;
    margin: 1em 4em 3px !important;
}
.card-body table tbody tr {
    font-size: 12px;
}
.intl-tel-input .flag-dropdown .selected-flag {
    margin-left: 2px;
    border: none;
    background: none;
}
#phone-number {
    padding-left: 55px;
}
.country-users h6 {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 1rem;
}
.country-users ul {
    column-count: 3;
    font-size: 12px;
}
.country-users ul li {
    margin-bottom: 0.5rem;
}
.special-btn {
    padding: 0.68rem 15px !important;
}
.usage-icon i {
    font-size: 30px;
    padding-top: 1rem;
    color: #007bff;
}
.progress {
    background-color: #ecf4f7;
    overflow: visible;
    border-radius: 10px !important;
}
.progress .zip-bar {
    box-shadow: 0 3px 7px #007bff80 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.progress .zip-bar2 {
    box-shadow: 0 3px 7px #007bff80 !important;
}
.progress .documents-bar {
    box-shadow: 0 3px 10px #ff9d0080 !important;
}
.progress .subscription-bar {
    box-shadow: 0 3px 7px #ff9d0080 !important;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.progress .media-bar {
    box-shadow: 0 3px 7px #ef4b4b80 !important;
}
.progress .images-bar {
    box-shadow: 0 3px 7px #0abb8780 !important;
}
.label {
    align-items: center;
    display: flex;
}
.label .label-dot {
    border-radius: 8px;
    display: block;
    flex: none;
    height: 8px;
    margin-right: 10px;
    width: 8px;
}
.label .label-title {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.label .zip {
    background: #007bff;
}
.label .documents {
    background: #ff9d00;
}
.label .media {
    background: #ef4b4b;
}
.label .images {
    background: #0abb87;
}
.label .other {
    background: #f5f9fc;
}
.overflow-x-auto {
    overflow-x: auto;
}
#dashboard-background {
    background: #020024;
    background: linear-gradient(90deg, #020024, #0f182b 0%, #334155);
}
.yellow {
    color: #ff9d00;
}
.file-placeholder-container {
    position: relative;
}
.file-placeholder {
    color: #ecf4f7;
    margin-right: 1rem;
}
.file-placeholder-text {
    position: absolute;
    font-size: 7px;
    font-weight: 600;
    text-align: center;
    text-overflow: ellipsis;
    color: #007bff;
    top: 36%;
    left: 8px;
}
#return-sound {
    position: absolute;
    right: 0;
    margin-right: 1.2rem;
}
.ql-toolbar.ql-snow {
    border: 1px solid #ced4da;
    font-family: Poppins, sans-serif;
    background: #fff;
}
.ql-container.ql-snow {
    border: 1px solid #ced4da;
    font-family: Poppins, sans-serif;
}
#support-messages-box {
    min-height: 600px;
    border-radius: 8px;
    height: 100%;
}
#support-messages-box .support-message {
    padding: 1rem;
    float: left;
    width: 90%;
    border-radius: 8px;
    box-shadow: 0 1px 8px #b3bad4b3 !important;
}
#support-messages-box .support-message p span {
    float: right;
    color: #ff9d00;
}
#support-messages-box .support-response {
    float: right;
    background-color: #e1f0ff !important;
}
.support-header {
    position: absolute;
    right: 0;
    top: 2rem;
    margin-right: 1.2rem;
}
#user-text {
    border: 1px solid #ced4da;
    padding: 10px 20px;
    font-size: 14px;
}
.actions-total button.btn {
    padding: 0.3rem 0.4rem;
    background-color: #fff;
    width: 35px;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 0;
    color: #1e1e2d;
    margin-right: 0.1rem;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}
.actions-total button:hover {
    background-color: #007bff;
    color: #fff;
    transition: all 0.2s ease;
}
.actions-total a.btn {
    padding: 0.3rem 0.4rem;
    background-color: #fff;
    width: 35px;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 0;
    color: #1e1e2d;
    margin-right: 0.1rem;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}
.actions-total a:hover {
    background-color: #007bff;
    color: #fff;
    transition: all 0.2s ease;
}
.alert {
    z-index: 100;
    position: absolute;
    right: 2rem;
    margin-top: 2rem;
    font-size: 12px;
    line-height: 2.2;
    color: #fff;
    font-weight: 600;
    border: none !important;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}
.alert i {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 3px;
}
.alert-login {
    right: auto;
    width: 66.7% !important;
    top: 10px !important;
}
.alert-success {
    background: #00c851 !important;
}
.alert-info {
    background: #33b5e5 !important;
}
.alert-warning {
    background: #fb3 !important;
}
.alert-danger {
    background: #ff3547 !important;
}
.close {
    line-height: 1.3;
    opacity: 0.8;
    color: #fff;
    padding: 0 0.5rem 0 0;
}
#verify-email .alert {
    font-size: 10px;
    line-height: 3;
}
.modal-header {
    padding: 1rem 2rem;
    border-bottom: none;
}
.modal-header .close {
    color: #1e1e2d;
}
.modal-title {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}
.modal-title i {
    font-weight: 600;
    margin-right: 0.5rem;
    color: #007bff;
}
.modal-title button {
    outline: none;
    color: #1e1e2d;
}
.modal-body {
    padding-top: 5px;
    padding-bottom: 1.5rem;
}
.modal-body p {
    font-size: 12px;
    margin-bottom: 0;
}
.modal-footer {
    padding: 0 10px 0 0;
    border-top: none;
}
.modal-footer-awselect {
    display: inline-flex !important;
    float: right !important;
}
.special-buttons .btn-special {
    background: #fff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    font-size: 12px;
    border-radius: 0;
    margin-right: 1rem;
    font-weight: 600;
    width: 100%;
    height: 38px;
}
.special-buttons .btn-special:hover,
.special-buttons .btn-special:focus {
    background-color: #007bff;
    color: #fff;
}
#database-backup {
    font-family: Poppins, sans-serif;
}
#database-backup tr th,
#database-backup tr td {
    vertical-align: middle !important;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    border-color: #f3f3f3 !important;
    border-style: dashed;
}
input {
    outline: none;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 100%;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}
.checkout-wrapper-box {
    border: 1px solid #ebecf1;
    padding: 1.5rem 2rem;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 1rem;
}
.checkout-wrapper-box label.gateway {
    margin-bottom: 1rem;
    width: 150px;
    height: 100px;
    line-height: 90px;
    border: 1px solid #ebecf1;
}
.checkout-wrapper-box label.gateway:hover,
.checkout-wrapper-box label.gateway:focus {
    border: 1px solid #007bff;
}
.checkout-wrapper-box label.gateway .active,
.checkout-wrapper-box label.gateway .focus {
    border: 1px solid #007bff !important;
}
.checkout-wrapper-box label.btn:focus,
.checkout-wrapper-box label.btn.focus,
.checkout-wrapper-box label.btn.active {
    border: 1px solid #007bff !important;
}
.checkout-wrapper-box .btn-group {
    margin-bottom: 1.4rem;
}
.checkout-wrapper-box label[aria-expanded="true"] {
    border: 1px solid #007bff !important;
}
.checkout-wrapper-box #BankTransferCollapse {
    border: 1px solid #ebecf1;
    padding: 1rem;
    margin-bottom: 1.5rem;
}
.checkout-wrapper-box #BankTransferCollapse p {
    line-height: 1.2rem;
    text-align: justify;
}
.checkout-wrapper-box #BankTransferCollapse pre {
    text-align: left;
    border-radius: 0;
    padding: 1rem;
    background-color: #fff;
    border-left: 3px solid #007bff;
}
.checkout-title {
    font-family: Poppins, sans-serif;
    font-weight: 800;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 0;
}
.checkout-cost {
    float: right;
    font-weight: 800;
    font-size: 12px;
    font-family: Poppins, sans-serif;
}
.checkout-success {
    font-size: 20px;
    font-weight: 700;
    color: #007bff;
}
.gateway-radio {
    display: none;
    bottom: 0;
    right: 0;
}
.gateway-logo {
    width: 5%;
    margin-right: 0.5rem;
}
.gateway-small-logo {
    width: 3% !important;
}
.transaction-gateway-logo {
    width: 50%;
}
.payment-image,
.payment-image-braintree {
    width: 70%;
    padding-top: 9px;
}
.payment-image-mollie {
    width: 40%;
    padding-top: 6px;
}
.payment-image-coinbase {
    width: 60%;
    padding-top: 8px;
}
.payment-image-stripe {
    padding-top: 6px;
}
.p-family {
    font-family: Poppins, sans-serif;
}
#promocode-apply {
    padding: 0.67rem 15px;
}
.tabs-menu ul {
    padding: 5px 7px;
    background: #f5f9fc;
    border-radius: 1.5rem;
}
.tabs-menu ul li a {
    width: auto;
    text-transform: none;
    border-radius: 1rem;
}
#install-wrapper i {
    padding: 1.5rem 2.5rem;
    background: #f5f9fc;
    border-radius: 10px;
    margin-bottom: 2rem;
    color: #007bff;
    font-size: 68px;
}
#install-wrapper .svg-success {
    color: #28a745 !important;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}
#install-wrapper .svg-error {
    color: #d13212 !important;
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}
.install-path span {
    padding: 0.3rem 0.4rem;
    background-color: #fff;
    width: 35px;
    border: none;
    outline: none;
    text-decoration: none;
    border-radius: 5px;
    color: #1e1e2d;
    margin-right: 0.1rem;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px #0000001f, 0 1px 2px #0000003d;
}
.install-path span.active {
    background-color: #007bff !important;
    color: #fff;
}
.install-notification .alert,
#manual-activation .alert {
    position: relative;
    margin-top: 0;
    margin-bottom: 2rem;
    line-height: normal;
    width: 100% !important;
}
#install-footer {
    position: absolute;
    bottom: 0;
    left: 42%;
}
#upgrade {
    min-width: 154px;
}
#installed-info {
    display: none;
}
.referral-icon {
    vertical-align: middle;
    color: #ffab00;
    text-shadow: 0 1px 2px rgb(50 50 50 / 0.2);
}
.referral-icon-user i {
    font-size: 20px;
    color: #007bff;
    line-height: 59px;
    text-align: center;
    vertical-align: middle;
    width: 60px;
    border-radius: 50%;
    background-color: #f5f9fc;
    margin-bottom: 0.5rem;
}
.referral-social-icons .actions-total a.btn {
    padding: 0.45rem 0.4rem;
    width: 37px;
    margin-right: 0.3rem;
}
.form-control:disabled,
.form-control[readonly] {
    color: #007bff;
    font-weight: 400;
}
.input-group-btn {
    position: absolute;
    right: 0;
    top: 1px;
}
.file-data .input-group-btn .btn-primary {
    padding: 0.6rem 5px !important;
    min-width: 50px !important;
}
#invite-friends-button {
    padding: 0.75rem 15px !important;
    border-radius: 0 !important;
}
#left-direction {
    position: absolute;
    top: 27px;
    left: 65%;
}
#right-direction {
    position: absolute;
    top: 15px;
    left: 65%;
}
.referral-box {
    padding: 2rem;
    margin-right: 1rem;
    border: 1px solid #fff;
}
.referral-box:hover,
.referral-box:focus {
    border: 1px solid #ffab00;
    color: #007bff;
}
.referral-box:hover i,
.referral-box:focus i {
    color: #ffab00;
}
.referral-box i {
    font-size: 34px;
    line-height: 1rem;
}
.referral-box a {
    font-family: Poppins, sans-serif;
}
.poppins {
    font-family: Poppins, sans-serif !important;
}
.referral-guideline {
    line-height: 2;
    border-radius: 0;
    font-family: Poppins, sans-serif;
}
#option-bank {
    line-height: 1;
}
#option-bank label {
    line-height: 1.5;
}
#upload-container,
#upload-results {
    display: none;
    overflow: hidden;
}
.filepond--root {
    color: #1e1e2d;
    border-radius: 0.4rem;
    margin-bottom: 0;
}
.filepond--drop-label.filepond--drop-label label {
    font-weight: 800;
}
.filepond--drop-label.filepond--drop-label label .restrictions {
    font-size: 10px;
    font-weight: 600;
}
.filepond--drop-label.filepond--drop-label label .restrictions-highlight {
    color: #007bff;
}
.filepond--drop-label.filepond--drop-label label:hover {
    cursor: pointer;
}
.filepond--drop-label {
    font-size: 14px;
    font-family: Poppins, sans-serif;
    font-weight: 800;
    color: #1e1e2d;
    height: 90px;
}
.filepond--root .filepond--drop-label {
    min-height: 0;
}
.filepond--browser.filepond--browser {
    bottom: 1.75em;
}
.filepond--file-info {
    font-weight: 400;
}
.filepond--item-panel {
    background: #1e1e2d;
}
.filepond--panel-root {
    background-color: #fff;
}
.filepond--label-action {
    text-decoration: none;
    color: #007bff;
}
.filepond--label-action:hover {
    color: #0e2e40;
}
.filepond--file-status {
    flex-shrink: 1;
}
.filepond--file-status .filepond--file-status-sub {
    display: none;
}
[data-filepond-item-state*="invalid"] .filepond--item-panel,
[data-filepond-item-state*="error"] .filepond--item-panel {
    background-color: #c44e47 !important;
}
#multipartupload .h6 {
    text-transform: uppercase;
    font-weight: 10px !important;
    font-weight: 600;
}
.email-box,
.expiration-time-box,
.password-box {
    display: none;
}
#datetime {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #1e1e2d;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    appearance: none;
    background-color: #f5f9fc;
    border-color: #fff0;
    border-radius: 0.5rem;
    border-width: 1px;
    font-weight: 700;
    line-height: 1rem;
    padding: 0.75rem 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
}
.processing-image {
    display: none;
}
#storage-type-radio,
#storage-type-radio .radio-control {
    display: inline-flex;
}
#storage-type-radio .radio-control:hover > .label-control {
    color: #007bff;
    cursor: pointer;
}
#storage-type-radio .input-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f5f9fc;
    color: #007bff;
    top: 5px;
    height: 15px;
    width: 15px;
    border: 0;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
    border-radius: 3px;
}
#storage-type-radio .input-control:checked:before {
    position: absolute;
    font: 9px/1 Open Sans, sans-serif;
    left: 5px;
    top: 2px;
    content: "⅃";
    transform: rotate(40deg);
}
#storage-type-radio .input-control:checked {
    background-color: #007bff;
    color: #fff;
    transition: all 0.2s;
}
#storage-type-radio .input-control:checked + .label-control {
    color: #007bff;
}
#storage-type-radio .label-control {
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-top: 3px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.8;
}
#storage-type-radio .label-control:hover {
    color: #007bff;
}
#upload-status .file-info {
    font-family: Poppins, sans-serif;
    font-size: 12px;
}
#upload-status .file-info span {
    font-weight: 700;
}
#upload-status .status {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 700;
}
#upload-status .progress .upload-bar {
    box-shadow: 0 3px 7px #007bff80 !important;
    border-radius: 10px !important;
}
#upload-status .progress .progress-statistics {
    position: absolute;
    left: 50%;
    font-weight: 800;
    color: #fff;
    font-family: Poppins, sans-serif;
}
#settings {
    position: absolute;
    z-index: 100;
    right: 1rem;
    cursor: pointer;
}
#settings:hover,
#settings:focus {
    color: #007bff;
}
#preloader {
    background-color: #ffffffb3;
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden !important;
    right: 0;
    z-index: 999999;
}
#preloader img {
    text-align: center;
    left: 0;
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 99;
    margin: 0 auto;
}
#toast-container {
    margin-top: 4.2rem;
}
#toast-container .toast {
    width: 100%;
    font-size: 12px;
}
#toast-container .toast .toast-title {
    display: none;
}
#toast-container .toast .toast-info {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}
#toast-container .toast .toast-error {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}
#toast-container .toast .toast-success {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}
#toast-container .toast .toast-warning {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}
.text-shadow {
    text-shadow: 1px 1px 2px rgb(0 0 0 / 0.5);
}
.favorite-templates-panel {
    min-height: 200px;
}
.internal-special-links:hover,
.internal-special-links:focus {
    color: #1e1e2d !important;
    font-weight: 600;
}
.template {
    margin-top: -1.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.template .card {
    margin-bottom: 0.3rem;
}
.template .card-body {
    min-height: 155px;
}
.template:hover,
.template:focus {
    z-index: 100;
}
.template:hover .card,
.template:focus .card {
    border: 1px solid #007bff;
}
.template .favorite {
    border: 1px solid #ff9d00;
    background-color: #fefce8;
}
.template .professional {
    border: 1px solid #ab54eb;
    background-color: #f6e9ff;
}
.template .template-icon i.main-icon {
    font-size: 16px;
    padding: 7px;
    background: #fff4df;
    color: #ff9d00;
    border-radius: 5px;
}
.template .template-icon i.blog-icon {
    font-size: 16px;
    padding: 7px;
    background: #e1f0ff;
    color: #007bff;
    border-radius: 5px;
}
.template .template-icon i.web-icon {
    font-size: 16px;
    padding: 7px;
    background: #00bc7e1a;
    color: #00bc7e;
    border-radius: 5px;
}
.template .template-icon i.social-icon {
    font-size: 16px;
    padding: 7px;
    background: #ebe8ff;
    color: #5138ee;
    border-radius: 5px;
}
.template .template-icon i.other-icon {
    font-size: 16px;
    padding: 7px;
    background: #d1d3e0;
    color: #1e1e2d;
    border-radius: 5px;
}
.template .template-icon i.star {
    font-size: 16px;
    padding-top: 7px;
    color: #ff9d00;
}
.template .template-icon i.fa-stars {
    font-size: 18px;
}
.template a {
    position: relative;
    right: 27px;
    top: 50px;
    float: right;
    z-index: 200;
}
.template a i.star {
    font-size: 16px;
    padding-top: 7px;
    color: #ff9d00;
}
.template a i.fa-stars {
    font-size: 18px;
}
.template .btn-yellow {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #ff9d00;
    border-color: #ff9d00;
}
.template .card-body {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
}
.template .template-info {
    flex-grow: 1;
}
.template .template-category {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
}
.template .template-package-info {
    display: flex;
    align-items: center;
    margin-left: auto;
}
.template .template-category .btn-category {
    margin-right: auto;
}
.template .template-package-info .btn-pro,
.template .template-package-info .btn-free,
.template .template-package-info .btn-yellow,
.template .template-package-info .btn-new {
    margin-left: 5px;
}
.template .btn-category {
    line-height: 1;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 35px;
    color: #1e1e2d;
    background-color: #fff0;
    border-color: #dbe2eb;
}
.template-edit i.main-icon {
    font-size: 16px;
    padding: 7px;
    background: #fff4df;
    color: #ff9d00;
    border-radius: 5px;
}
.template-edit i.blog-icon {
    font-size: 16px;
    padding: 7px;
    background: #e1f0ff;
    color: #007bff;
    border-radius: 5px;
}
.template-edit i.web-icon {
    font-size: 16px;
    padding: 7px;
    background: #00bc7e1a;
    color: #00bc7e;
    border-radius: 5px;
}
.template-edit i.social-icon {
    font-size: 16px;
    padding: 7px;
    background: #ebe8ff;
    color: #5138ee;
    border-radius: 5px;
}
.template-edit i.other-icon {
    font-size: 16px;
    padding: 7px;
    background: #d1d3e0;
    color: #1e1e2d;
    border-radius: 5px;
}
.template-view .favorite {
    border: 2px solid #ff9d00;
    background-color: #fefce8;
}
.template-view .template-icon i.main-icon {
    font-size: 12px;
    padding: 7px;
    background: #fff4df;
    color: #ff9d00;
    border-radius: 5px;
}
.template-view .template-icon i.green-icon {
    font-size: 12px;
    padding: 7px;
    background: #00bc7e1a;
    color: #00bc7e;
    border-radius: 5px;
}
.template-view .template-icon i.web-icon {
    font-size: 16px;
    padding: 7px;
    background: #00bc7e1a;
    color: #00bc7e;
    border-radius: 5px;
}
.template-view .template-icon i.blog-icon {
    font-size: 16px;
    padding: 7px;
    background: #e1f0ff;
    color: #007bff;
    border-radius: 5px;
}
.template-view .template-icon i.social-icon {
    font-size: 16px;
    padding: 7px;
    background: #ebe8ff;
    color: #5138ee;
    border-radius: 5px;
}
.template-view .template-icon i.other-icon {
    font-size: 16px;
    padding: 7px;
    background: #d1d3e0;
    color: #1e1e2d;
    border-radius: 5px;
}
.template-view .template-icon i.star {
    font-size: 14px;
    padding: 7px;
    color: #ff9d00;
}
.template-view .template-icon i.fa-stars {
    padding-top: 3px !important;
    font-size: 16px;
}
.template-view .template-icon a {
    position: absolute;
    right: 17px;
    cursor: pointer;
}
.template-view .btn-yellow {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #ff9d00;
    border-color: #ff9d00;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.awselect-icon-style {
    width: auto !important;
}
.awselect-icon-style i.main-icon {
    font-size: 16px;
    padding: 7px;
    background: #fff4df;
    color: #ff9d00;
    border-radius: 5px;
}
.awselect-icon-style i.blog-icon {
    font-size: 16px;
    padding: 7px;
    background: #e1f0ff;
    color: #007bff;
    border-radius: 5px;
}
.awselect-icon-style i.web-icon {
    font-size: 16px;
    padding: 7px;
    background: #00bc7e1a;
    color: #00bc7e;
    border-radius: 5px;
}
.awselect-icon-style i.social-icon {
    font-size: 16px;
    padding: 7px;
    background: #ebe8ff;
    color: #5138ee;
    border-radius: 5px;
}
.awselect-icon-style i.other-icon {
    font-size: 16px;
    padding: 7px;
    background: #d1d3e0;
    color: #1e1e2d;
    border-radius: 5px;
}
#template-output {
    min-height: 700px;
}
#awselect_project {
    margin-bottom: 0;
}
#template-textarea .richText {
    border: none;
}
#template-textarea .richText .richText-editor {
    border: none !important;
    padding: 20px 10px;
    height: 500px;
    font-size: 14px;
    font-family: Lato, sans-serif;
}
#template-textarea .richText .richText-toolbar {
    border: none;
    background-color: #fff;
}
#template-textarea .richText .richText-toolbar .richText-btn,
#template-textarea .richText .richText-toolbar .richText-undo,
#template-textarea .richText .richText-toolbar .richText-redo {
    border: none !important;
    font-size: 14px;
    padding: 10px;
}
#template-textarea .richText .richText-toolbar .richText-btn:hover,
#template-textarea .richText .richText-toolbar .richText-btn:focus,
#template-textarea .richText .richText-toolbar .richText-undo:hover,
#template-textarea .richText .richText-toolbar .richText-undo:focus,
#template-textarea .richText .richText-toolbar .richText-redo:hover,
#template-textarea .richText .richText-toolbar .richText-redo:focus {
    color: #007bff;
}
#template-textarea .richText .richText-toolbar .richText-help {
    display: none;
}
#template-input .input-box .form-control {
    font-weight: 400;
}
#template-input .awselect .front_face .placeholder,
#template-input .awselect .front_face .current_value {
    font-weight: 400 !important;
}
.create-project {
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    border-radius: 0.5rem;
    background-color: #007bff;
    color: #fff;
}
.create-project:hover {
    cursor: pointer;
    background-color: #1e1e2d;
    color: #fff;
}
.jQTAreaCount,
.jQTAreaValue {
    font-style: normal;
}
.character-counter {
    font-style: normal;
    font-size: 10px;
    color: #728096;
    float: right;
}
.form-text {
    position: absolute;
    right: 1rem;
    top: 0;
    font-size: 10px;
    margin-top: 0;
}
.avoid-clicks {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.4 !important;
}
#balance-status {
    background: #f5f9fc;
    padding: 8px;
    border-radius: 0.5rem;
}
.template-view .template-icon i.email-icon {
    font-size: 12px;
    padding: 7px;
    background: #f8d7da;
    color: #b02a37;
    border-radius: 5px;
}
.template-view .template-icon i.video-icon {
    font-size: 12px;
    padding: 7px;
    background: #cff4fc;
    color: #087990;
    border-radius: 5px;
}
.template .template-icon i.email-icon {
    font-size: 12px;
    padding: 7px;
    background: #f8d7da;
    color: #b02a37;
    border-radius: 5px;
}
.template .template-icon i.video-icon {
    font-size: 12px;
    padding: 7px;
    background: #cff4fc;
    color: #087990;
    border-radius: 5px;
}
.awselect-icon-style i.email-icon {
    font-size: 16px;
    padding: 7px;
    background: #f8d7da;
    color: #b02a37;
    border-radius: 5px;
}
.awselect-icon-style i.video-icon {
    font-size: 12px;
    padding: 7px;
    background: #cff4fc;
    color: #087990;
    border-radius: 5px;
}
.mt-24 {
    margin-top: 2.4rem !important;
}
#awselect_template-selection {
    margin-top: 0.25rem !important;
    margin-bottom: 0 !important;
    box-shadow: none;
    width: 250px;
}
#awselect_template-selection .front_face .placeholder {
    font-weight: 400 !important;
    text-align: center;
}
#awselect_template-selection .front_face > .bg {
    background-color: #fff !important;
}
.table-action-buttons-big {
    line-height: 2.4 !important;
    font-size: 16px !important;
    width: 40px !important;
    height: 40px !important;
}
#template-buttons-group #save-button i {
    background: #007bff !important;
    color: #fff !important;
}
#template-buttons-group #save-button i:hover,
#template-buttons-group #save-button i:focus {
    background: #1e1e2d !important;
}
i.main-icon {
    font-size: 16px;
    padding: 7px;
    background: #fff4df;
    color: #ff9d00;
    border-radius: 5px;
}
i.blog-icon {
    font-size: 16px;
    padding: 7px;
    background: #e1f0ff;
    color: #007bff;
    border-radius: 5px;
}
i.web-icon {
    font-size: 16px;
    padding: 7px;
    background: #00bc7e1a;
    color: #00bc7e;
    border-radius: 5px;
}
i.social-icon {
    font-size: 16px;
    padding: 7px;
    background: #ebe8ff;
    color: #5138ee;
    border-radius: 5px;
}
i.other-icon {
    font-size: 16px;
    padding: 7px;
    background: #d1d3e0;
    color: #1e1e2d;
    border-radius: 5px;
}
i.email-icon {
    font-size: 12px;
    padding: 7px;
    background: #f8d7da;
    color: #b02a37;
    border-radius: 5px;
}
i.video-icon {
    font-size: 12px;
    padding: 7px;
    background: #cff4fc;
    color: #087990;
    border-radius: 5px;
}
.category-blog {
    background: #e1f0ff;
    color: #007bff;
}
.category-video {
    background: #cff4fc;
    color: #087990;
}
.category-email {
    background: #f8d7da;
    color: #b02a37;
}
.category-other {
    background: #d1d3e0;
    color: #1e1e2d;
}
.category-social {
    background: #ebe8ff;
    color: #5138ee;
}
.category-web {
    background: #00bc7e1a;
    color: #00bc7e;
}
.category-main {
    background: #fff4df;
    color: #ff9d00;
}
.favorite-templates-panel .nav-tabs {
    border-bottom: none;
}
.favorite-templates-panel .nav-tabs .nav-link {
    font-size: 12px;
    margin-right: 0.7rem;
    min-width: 80px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 35px;
    color: #1e1e2d !important;
    background-color: #fff;
    border: none;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.favorite-templates-panel .nav-tabs .nav-link:hover {
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.favorite-templates-panel .nav-tabs .nav-link:focus,
.favorite-templates-panel .nav-tabs .nav-link.focus {
    background-color: #007bff;
    border-color: #007bff;
}
.favorite-templates-panel .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #1e1e2d;
}
.field input,
.field select {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #1e1e2d;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    appearance: none;
    background-color: #f5f9fc;
    border-color: #fff0;
    border-radius: 0.5rem;
    border-width: 1px;
    font-weight: 400;
    line-height: 1rem;
    padding: 0.75rem 1rem;
}
.field input {
    margin-right: 1rem;
}
.field input:hover,
.field input:focus,
.field select:hover,
.field select:focus {
    border-color: #007bff;
    box-shadow: none;
    transition: all 0.2s;
}
.field span {
    border-top-right-radius: 35px !important;
    border-bottom-right-radius: 35px !important;
}
.field span i {
    line-height: 2.6;
}
.field span:last-child {
    display: none;
    padding: 12px;
}
.category-text {
    background: #fff4df;
    color: #ff9d00;
}
#createButton {
    position: absolute;
    right: 1rem;
}
.special-buttons .btn-special {
    background: #f5f9fc;
    border-radius: 0.5rem;
    font-size: 12px;
    margin-right: 1rem;
    font-weight: 600;
    width: 100%;
    height: 38px;
    box-shadow: none;
}
.special-buttons .btn-special:hover,
.special-buttons .btn-special:focus {
    background: #007bff;
    color: #fff;
}
.special-buttons .dropdown-toggle:after {
    vertical-align: middle;
}
.special-buttons .dropdown-menu {
    border-radius: 0;
    font-size: 12px;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    border: none;
    margin-top: 3px;
    width: 100%;
}
.special-buttons .dropdown-item {
    padding: 0.5rem 1.5rem;
}
.special-buttons .dropdown-item:hover,
.special-buttons .dropdown-item:focus {
    background-color: #f5f9fc;
}
#textarea-outer-box {
    border: 1px solid #ebecf1;
    position: relative;
}
#textarea-outer-box .input-label {
    position: absolute;
    top: 0;
    padding-left: 5px;
    font-size: 14px;
    color: #728096;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#textarea-outer-box .input-label:after {
    content: "";
    position: absolute;
}
#textarea-outer-box .input-label-content {
    position: relative;
    padding: 0 5px;
    color: #728096;
    background-color: #fff;
    opacity: 1;
    display: inline-block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: -7px;
    left: 15px;
    font-size: 10px;
}
#textarea-outer-box .input-label-main {
    top: -13px;
}
#textarea-outer-box #textarea-container {
    min-height: 300px;
    background: #f5f9fc;
    height: auto;
    padding-bottom: 0.7rem;
}
#textarea-outer-box #textarea-container .textarea-row {
    display: flex;
    padding: 10px 15px;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-voice {
    padding-left: 1rem;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-voice div {
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    height: 30px;
    width: 30px;
    clear: both;
    border-radius: 100%;
    position: relative;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-voice div img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-text {
    width: 100%;
    margin: 0 2rem;
}
#textarea-outer-box #textarea-container .textarea-row .textarea-text textarea {
    min-height: 37px;
}
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-text
    .form-control {
    font-size: 12px;
    font-family: Poppins, sans-serif;
    border-radius: 0;
    padding: 0.6rem 1rem;
    color: #1e1e2d;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    border: 0 solid #fff0;
}
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-text
    .form-control:hover,
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-text
    .form-control:focus {
    background: #fff;
    border: 0;
    box-shadow: 0 3px 10px #0000001a;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-color: #fff0;
}
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons {
    display: flex;
    margin-right: 0.5rem;
}
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .buttons {
    border: none;
    box-shadow: none;
    margin-right: 0.5rem;
    transition: all 0.1s ease;
    text-shadow: 0 1px 2px rgb(50 50 50 / 0.2);
}
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .synthesizeText:hover,
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .synthesizeText:focus {
    background-color: #007bff;
    color: #fff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .addPause:hover,
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .addPause:focus {
    background-color: #ff9d00;
    color: #fff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .deleteText:hover,
#textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .deleteText:focus {
    background-color: red;
    color: #fff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#textarea-outer-box #textarea-container #addTextRow {
    transition: all 0.05s ease-in-out;
    text-shadow: 0 1px 3px rgb(50 50 50 / 0.2);
}
#textarea-outer-box #textarea-container #addTextRow:hover,
#textarea-outer-box #textarea-container #addTextRow:focus {
    background: #007bff;
    color: #fff;
    border-radius: 50%;
    padding-bottom: 8px;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#upload-file button {
    background-color: #007bff;
    color: #fff;
}
#upload-file button:hover,
#upload-file button:focus {
    background-color: #1e1e2d;
}
#textarea-box .form-control {
    font-size: 12px !important;
}
#textarea-box .input-label {
    position: absolute;
    top: 0;
    padding-left: 5px;
    font-size: 14px;
    color: #728096;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#textarea-box .input-label:after {
    content: "";
    position: absolute;
}
#textarea-box .input-label-content {
    position: relative;
    padding: 0 5px;
    color: #728096;
    background-color: #fff;
    opacity: 1;
    display: inline-block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    top: -13px;
    left: 15px;
    font-size: 10px;
}
.input-label-content-modal {
    top: -7px !important;
}
.jQTAreaExt {
    margin-bottom: 0;
    height: 2px;
    background-color: #007bff;
}
#textarea-settings {
    padding: 5px 0 14px;
}
#textarea-settings .character-counter {
    float: left;
}
#textarea-settings .jQTAreaCount,
#textarea-settings .jQTAreaValue {
    font-style: normal;
}
#textarea-settings .clear-button {
    float: right;
    font-size: 10px;
}
#textarea-settings .clear-button button {
    font-size: 10px;
    color: #728096;
    padding-right: 0;
    background: none;
    border: none;
    outline: none;
    text-decoration: none;
}
#textarea-settings .clear-button button:hover {
    color: #007bff;
}
#textarea-settings .character-counter {
    font-style: normal;
    font-size: 10px;
    color: #728096;
}
.main-action-button {
    width: 142px;
    font-size: 12px !important;
}
#processing {
    display: none;
}
#audio-format,
#voice-types,
#audio-format .radio-control,
#voice-types .radio-control {
    display: inline-flex;
}
#audio-format .radio-control:hover > .label-control,
#voice-types .radio-control:hover > .label-control {
    color: #007bff;
    cursor: pointer;
}
#audio-format .input-control,
#voice-types .input-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    position: relative;
    background-color: #f5f9fc;
    color: #007bff;
    top: 5px;
    height: 15px;
    width: 15px;
    border: 0;
    cursor: pointer;
    outline: none;
    transition: all 0.2s;
    border-radius: 3px;
}
#audio-format .input-control:checked:before,
#voice-types .input-control:checked:before {
    position: absolute;
    font: 9px/1 Open Sans, sans-serif;
    left: 5px;
    top: 2px;
    content: "⅃";
    transform: rotate(40deg);
}
#audio-format .input-control:checked,
#voice-types .input-control:checked {
    background-color: #007bff;
    color: #fff;
    transition: all 0.2s;
}
#audio-format .input-control:checked + .label-control,
#voice-types .input-control:checked + .label-control {
    color: #007bff;
}
#audio-format .label-control,
#voice-types .label-control {
    margin-left: 5px;
    margin-bottom: 0;
    margin-right: 1rem;
    padding-top: 3px;
    font-size: 10px;
    font-weight: 800;
    line-height: 1.8;
}
#audio-format .label-control:hover,
#voice-types .label-control:hover {
    color: #007bff;
}
#voice-types .label-control {
    padding-top: 2px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
}
#mp3-format,
#ogg-format,
#webm-format,
#wav-format {
    line-height: 1;
}
#mp3-format .label-control,
#ogg-format .label-control,
#webm-format .label-control,
#wav-format .label-control {
    line-height: 1.8 !important;
}
.block-radio {
    cursor: not-allowed !important;
}
.block-label {
    color: #708096 !important;
}
.block-label:hover,
.block-label:focus {
    cursor: not-allowed !important;
}
#tts-awselect .awselect {
    margin-bottom: 0.7rem;
}
.voice-player {
    position: relative;
}
.voice-player img {
    position: absolute;
    padding: 0 1.5rem;
    border: 1px solid #ebecf2;
    border-radius: 20px;
    background: #fff;
    top: -15px;
    left: 75px;
}
.voice-player i {
    position: absolute;
    top: 27px;
    right: 21px;
}
.green-audio-player {
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    padding-left: 100px;
    padding-right: 25px;
    width: auto;
    min-width: auto;
    height: 70px;
}
.green-audio-player .slider .progress .pin {
    background-color: #1e1e2d;
}
.green-audio-player .controls span {
    color: #1e1e2d;
}
.green-audio-player .controls {
    color: #1e1e2d;
    font-size: 10px;
    margin-left: 20px;
}
.green-audio-player .controls a {
    cursor: pointer;
}
.green-audio-player .controls a:hover,
.green-audio-player .controls a:focus {
    color: #007bff;
}
.green-audio-player .slider .gap-progress .pin,
.green-audio-player .slider .gap-progress {
    background: #1e1e2d;
}
#controls a {
    cursor: pointer;
}
#controls a:hover,
#controls a:focus {
    color: #007bff;
}
#controls button {
    cursor: pointer;
}
#controls button:hover,
#controls button:focus {
    color: #007bff;
}
#user-result .green-audio-player {
    padding-left: 24px;
    padding-right: 24px;
    height: 50px;
}
.green-audio-player .play-pause-btn svg {
    width: 12px;
    margin-left: 0.5rem;
    margin-right: 0.2rem;
}
.green-audio-player .volume .volume__button svg {
    width: 16px;
}
.green-audio-player .download .download__link svg {
    width: 16px;
    margin-right: 0.3rem;
}
.green-audio-player .holder .play-pause-btn path {
    fill: #1e1e2d;
}
.green-audio-player .volume .volume__button path {
    fill: #1e1e2d;
}
.green-audio-player .volume .volume__button.open path {
    fill: #1e1e2d;
}
.green-audio-player .volume .volume-btn.open path {
    fill: #1e1e2d;
}
.green-audio-player .download .download__link path {
    fill: #1e1e2d;
}
.tooltip {
    font-size: 11px;
}
.tooltip-inner {
    padding: 5px 15px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 15px;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.info-notification {
    padding: 3px 6.5px 3px 6.4px;
    background: #1e1e2d;
    color: #fff;
    font-size: 9.5px;
    border-radius: 50%;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    cursor: pointer;
    margin-bottom: -7px;
}
.green-color {
    color: #007e08;
}
#listen-result-player .green-audio-player {
    padding-left: 10px !important;
    padding-right: 10px !important;
    height: 56px !important;
    box-shadow: none !important;
}
#listenModal .modal-footer {
    justify-content: center;
}
#listenModal .modal-body {
    padding-bottom: 10px;
}
#notificationModal .modal-title {
    line-height: 1.7;
    text-transform: none;
}
#waveform-box {
    display: none;
}
#return-sound {
    position: absolute;
    right: 0;
    margin-right: 1rem;
}
#list-music {
    line-height: 2;
}
.voice-neural {
    background: #e1f0ff;
    color: #007bff;
}
.rounded-circle {
    border-radius: 0 !important;
    height: 100%;
    object-fit: cover;
    width: 100%;
}
#template-output-transcript {
    min-height: 400px;
}
.result-play {
    color: #1e1e2d;
}
.result-play:hover {
    color: #007bff;
}
.task-transcribe {
    background: #e1f0ff;
    color: #007bff;
}
.task-translate {
    background: #fff4df;
    color: #ff9d00;
}
.control-button {
    height: 30px;
    cursor: pointer;
    filter: drop-shadow(1px 1px 1px #7b7b7b);
}
.control-button-left {
    float: left !important;
    cursor: pointer;
    filter: drop-shadow(1px 1px 1px #7b7b7b);
}
.control-button-right {
    float: right !important;
}
#transcript-table .transcript-table-column {
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 700;
}
#transcript {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
    background-color: #f5f9fc;
}
.card-title-inner {
    font-weight: 700;
    font-size: 14px;
}
#create-category {
    position: absolute;
    right: 1.5rem;
}
#chat-system {
    min-height: 400px;
    font-size: 13px;
}
#chat-system .chat-button {
    z-index: 100;
}
#chat-system #chat-container {
    max-height: 490px;
    height: 490px;
    overflow-y: scroll;
    padding-left: 1rem;
    padding-right: 1rem;
}
#chat-system .msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 1rem;
}
#chat-system .msg:last-of-type {
    margin: 0;
}
#chat-system .message-img {
    min-width: 40px;
    min-height: 40px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    margin-bottom: auto;
}
#chat-system .message-bubble {
    padding: 10px 15px;
    border-radius: 10px;
    background: #f5f9fc;
    position: relative;
    height: auto;
}
#chat-system .left-msg .message-bubble:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #fff0;
    border-bottom: 6px solid #fff0;
    border-right: 6px solid #f5f9fc;
    left: -6px;
    right: auto;
    top: 15px;
    position: absolute;
}
#chat-system .right-msg .message-bubble:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid #fff0;
    border-bottom: 6px solid #fff0;
    border-right: 6px solid #1e1e2d;
    left: auto;
    right: -6px;
    transform: rotate(180deg);
    top: 15px;
    position: absolute;
}
#chat-system .msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
#chat-system .msg-info-name {
    margin-right: 10px;
    font-weight: 700;
}
#chat-system .msg-info-time {
    font-size: 0.85em;
}
#chat-system .right-msg {
    flex-direction: row-reverse;
}
#chat-system .right-msg .message-bubble {
    background: #16171c;
    color: #fff;
}
#chat-system .right-msg .message-img {
    margin: 0 0 auto 15px;
}
#chat-system #clear-button {
    position: absolute;
    right: 0;
    margin-right: 1rem;
}
.mt-12 {
    margin-top: 1.2rem !important;
}
.promocode-field {
    padding: 0.55rem 1rem !important;
    margin-right: 80px;
}
.payment-lifetime {
    background: #00bc7e1a;
    color: #00bc7e;
}
#total_discount {
    color: #00bc7e;
}
#code-textarea {
    display: none;
}
#code-textarea,
#code-result,
#code {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#code-textarea p,
#code-result p,
#code p {
    font-size: 14px;
}
#code-textarea pre,
#code-result pre,
#code pre {
    padding: 1.5rem;
    border-radius: 10px;
    font-size: 14px;
}
#code-textarea pre code,
#code-result pre code,
#code pre code {
    font-family: source-code-pro, ui-monospace, SFMono-Regular, Menlo, Monaco,
        Consolas, Liberation Mono, Courier New, monospace !important;
    font-size: 14px;
    line-height: 1.3rem;
}
#code {
    padding-top: 0;
    padding-bottom: 0;
}
#generating-status,
#generating-message {
    position: absolute;
    top: 41%;
    left: 41%;
    font-size: 14px;
}
#generating-status {
    display: none;
}
.show-chat-loader {
    display: block !important;
}
.copy-code {
    float: right;
    background: none;
    border: none;
    color: #fff;
    font-size: 12px;
}
.copy-code:hover,
.copy-code:focus {
    color: #007bff;
}
.chat-boxes {
    position: relative;
    margin-top: -1.5rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.chat-boxes .card-body {
    min-height: 155px;
}
.chat-boxes:hover,
.chat-boxes:focus {
    z-index: 100;
}
.chat-boxes:hover .card,
.chat-boxes:focus .card {
    border-color: #007bff;
}
.chat-boxes .card {
    border: 1px solid #ebecf1;
}
.chat-boxes .favorite {
    border: 1px solid #ff9d00;
    background-color: #fefce8;
}
.chat-boxes .professional {
    border: 1px solid #ab54eb;
    background-color: #f6e9ff;
}
.chat-boxes a {
    position: relative;
    top: 45px;
    margin-left: 1rem;
    float: left;
    z-index: 200;
}
.chat-boxes a i.star {
    font-size: 16px;
    padding-top: 7px;
    color: #ff9d00;
}
.chat-boxes a i.fa-stars {
    font-size: 18px;
}
.chat-boxes .btn-yellow {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #ff9d00;
    border-color: #ff9d00;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 10;
}
.chat-boxes .btn-free,
.chat-boxes .btn-premium {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 10;
}
.chat-boxes .btn-pro {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 10;
}
.chat-boxes .premium {
    border: 1px solid #ab54eb;
    background-color: #f6e9ff;
}
.chat-boxes .professional {
    border: 1px solid #007bff;
    background-color: #e1f0ff;
}
.chat-boxes .widget-user-image {
    height: 130px;
    width: 130px;
}
:root {
    --sidebar-width: 300px;
    --window-content-width: calc(100% - var(--sidebar-width));
}
.chat-main-container {
    min-width: 800px;
    min-height: 500px;
    max-height: 750px;
    display: flex;
    overflow: hidden;
    box-sizing: border-box;
    width: 100vw;
    height: auto;
    font-family: Lato, sans-serif;
    position: relative;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 1.5rem;
    border-radius: 8px;
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #ebecf1;
}
.chat-main-container #expand {
    display: none;
}
.chat-main-container .chat-sidebar-container {
    top: 0;
    width: var(--sidebar-width);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ebecf1;
    position: relative;
    transition: width 0.05s ease;
}
.chat-main-container .chat-sidebar-container .chat-sidebar-messages {
    flex: 1 1;
    overflow: auto;
    overflow-x: hidden;
    padding: 20px;
}
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message {
    padding: 10px 14px;
    background-color: #f5f9fc;
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #ebecf1;
    transition: background-color 0.3s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
}
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message
    .chat-title {
    font-size: 13px;
    font-weight: 600;
    display: block;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message
    .chat-info {
    display: flex;
    justify-content: space-between;
    color: #a6a6a6;
    font-size: 12px;
    margin-top: 8px;
}
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message
    .chat-actions {
    position: absolute;
    top: 10px;
    right: -20px;
    transition: all 0.3s ease;
    opacity: 0;
    cursor: pointer;
    z-index: 100;
    color: #000;
}
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message:hover,
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message:focus {
    border: 1px solid #edf8fd;
    background-color: #fff;
}
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message:hover
    .chat-actions,
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message:focus
    .chat-actions {
    opacity: 0.5;
    right: 10px;
}
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message:hover
    .chat-actions:hover,
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message:hover
    .chat-actions:focus,
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message:focus
    .chat-actions:hover,
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .chat-sidebar-message:focus
    .chat-actions:focus {
    opacity: 1;
}
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .selected-message {
    border: 1px solid #007bff;
    background-color: #fff;
}
.chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .selected-message
    .chat-title {
    color: #007bff;
}
.chat-main-container .chat-message-container {
    width: calc(100% - var(--sidebar-width));
    height: 100%;
    display: flex;
    flex-direction: column;
}
.chat-main-container .chat-message-container .chat-avatar {
    border-radius: 50%;
    height: 44px;
    width: 44px;
    clear: both;
    display: block;
    background: #e1f0ff;
    position: relative;
}
.chat-main-container .card-footer {
    border-top: 1px solid #ebecf1 !important;
    min-height: 75px !important;
}
.template .btn-free,
.template .btn-premium {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.template .btn-pro {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
.template .premium {
    border: 1px solid #ab54eb;
    background-color: #f6e9ff;
}
.template .professional {
    border: 1px solid #007bff;
    background-color: #e1f0ff;
}
.plan-premium {
    color: #ab54eb;
    background: #f6e9ff;
}
.extend {
    left: 0 !important;
    transition: all 0.5s ease !important;
}
.chat-logo-image {
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    position: relative;
}
.modal-header .btn-close {
    font-size: 12px;
}
.modal-body .browse-file,
#create-new-chat .browse-file {
    margin-right: 100px;
}
.text-white:hover,
.text-white:focus {
    color: #007bff !important;
}
.dt-buttons {
    margin-top: 5px;
}
.dt-buttons .dt-button {
    font-size: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 35px;
    text-transform: uppercase;
    color: #fff !important;
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    background: #007bff;
    min-width: 70px;
}
.dt-buttons .dt-button:hover,
.dt-buttons .dt-button:focus {
    background-color: #1e1e2f !important;
    background: #1e1e2f !important;
}
.chat-main-container ::-webkit-scrollbar {
    width: 2px !important;
    border: 1px solid #edf8fd !important;
}
#user-dashboard-panels .favorite-templates-panel {
    max-height: 600px;
    overflow-y: scroll;
}
#user-dashboard-panels ::-webkit-scrollbar {
    width: 2px !important;
    border: 1px solid #edf8fd !important;
}
#user-dashboard-background {
    background-color: #e7f8ff;
    border-radius: 8px;
    margin-left: 0rem;
    margin-right: 0rem;
    padding: 1rem;
    background-image: url(/build/assets/waves-BGPnxgJW.png);
    background-size: cover;
    background-position: center;
}
#user-dashboard-background .yellow {
    background-color: #ff9d00;
    border-color: #ff9d00;
}
#user-dashboard-background .yellow:hover,
#user-dashboard-background .yellow:focus {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.user-dashboard-special-box {
    box-shadow: none !important;
    border-color: #f5f9fc;
    margin-bottom: 0.5rem;
}
.user-dashboard-button {
    vertical-align: baseline;
}
.ai-image-special {
    height: 50px;
    min-width: 50px;
}
.templates-nav-header {
    border-radius: 1rem;
}
.templates-nav-header .card-body {
    padding: 1rem;
}
.templates-nav-menu .template-nav-menu-inner {
    padding: 10px;
    background-color: #f5f9fc;
    border-radius: 50vh;
}
.templates-nav-menu .nav-tabs {
    display: flex;
    border-bottom: none;
    overflow: overlay;
    flex-wrap: nowrap !important;
    white-space: nowrap !important;
    overflow-y: hidden;
}
.templates-nav-menu .nav-tabs .nav-link {
    font-size: 12px;
    margin-right: 0.7rem;
    min-width: 80px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 35px;
    color: #1e1e2d;
    border: none;
    font-weight: 600;
    margin-bottom: 0 !important;
}
.templates-nav-menu .nav-tabs .nav-link:hover,
.templates-nav-menu .nav-tabs .nav-link:focus {
    background-color: #1e1e2d;
    color: #fff;
    border-color: #1e1e2d;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.templates-nav-menu .nav-tabs .active {
    background-color: #1e1e2d;
    color: #fff;
    border-color: #1e1e2d;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.templates-nav-menu ::-webkit-scrollbar {
    height: 8px !important;
    border: 1px solid #edf8fd !important;
}
#marketplace-nav .template-nav-menu-inner {
    box-shadow: none;
    border: 1px solid #ebecf1;
}
.search-template .input-box {
    margin-bottom: 1rem;
}
.search-template .input-box .form-control {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #fff !important;
    border-radius: 50vh;
    border-color: #f5f9fc;
}
.search-template .input-box .form-control:focus {
    border-color: #007bff;
}
.btn-yellow {
    background-color: #ab54eb !important;
    border-color: #ab54eb !important;
}
.templates-panel-group {
    margin-bottom: 0.5rem;
}
.dataTable tbody tr.shown + tr td:first-of-type {
    border-top: 0;
}
#awselect_openai-key-usage,
#awselect_sd-key-usage {
    margin-bottom: 0;
}
#chat-search-panel #search-template {
    margin-bottom: 2rem;
    box-shadow: none;
    border: 1px solid #ebecf1;
}
.local-menu {
    max-height: 300px;
    overflow-y: scroll;
}
#voiceover-character-counter {
    position: absolute;
    right: 2rem;
}
#dashboard-background {
    background-color: #fff;
    background-image: url(/build/assets/waves-BGPnxgJW.png);
    background-size: cover;
    background-position: top;
}
.richText-toolbar:has(.richText-undo) {
    display: none;
}
.template-icon i.marketing-icon,
.template-icon i.ad-icon {
    background: #ffe2e5;
    color: red;
    font-size: 16px;
    padding: 7px;
    border-radius: 5px;
}
.template-icon i.framework-icon {
    background: #cde4e8;
    color: #087990;
    font-size: 16px;
    padding: 7px;
    border-radius: 5px;
}
.template-icon i.ecommerce-icon {
    background: #e1f0ff;
    color: #007bff;
    font-size: 16px;
    padding: 7px;
    border-radius: 5px;
}
.side-word-notification {
    padding: 5px 20px;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.upgrade-action-button:hover,
.upgrade-action-button:focus {
    color: #007bff !important;
}
hr:not([size]) {
    height: 0;
}
hr {
    opacity: 1;
}
.template .card-body {
    min-height: 165px;
}
.template .btn-new {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
.template .btn-new-free {
    right: 75px !important;
}
.template .btn-new-pro {
    right: 70px !important;
}
.template .btn-new-premium {
    right: 94px !important;
}
.template-view .btn-new {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    cursor: pointer;
}
.template-view .btn-free,
.template-view .btn-premium {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    z-index: 10;
    cursor: pointer;
}
.template-view .btn-pro {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    z-index: 10;
    cursor: pointer;
}
.ad-icon {
    font-size: 16px;
    padding: 7px;
    background: #ffe2e5;
    color: red;
    border-radius: 5px;
}
.ecommerce-icon {
    font-size: 16px;
    padding: 7px;
    background: #e1f0ff;
    color: #007bff;
    border-radius: 5px;
}
.framework-icon {
    font-size: 16px;
    padding: 7px;
    background: #cde4e8;
    color: #087990;
    border-radius: 5px;
}
.marketing-icon {
    font-size: 16px;
    padding: 7px;
    background: #ffe2e5;
    color: red;
    border-radius: 5px;
}
.profile-dropdown .dropdown-menu {
    overflow-y: auto;
}
.btn-primary-pricing {
    font-size: 13px;
    min-width: 100%;
    border-radius: 35px;
    padding: 0.8rem;
    color: #fff !important;
    background-color: #000;
    border-color: #000;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.btn-primary-pricing:hover,
.btn-primary-pricing:focus {
    color: #fff !important;
    background-color: #007bff;
    border-color: #007bff;
}
select.form-select {
    width: 100%;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff0;
    color: #000;
    font-family: Poppins, sans-serif;
    line-height: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border-color: #ebecf1;
    background-size: 10px 10px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%233b3b3b' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E");
}
select.form-select:hover,
select.form-select:focus {
    border-color: #007bff;
    box-shadow: none;
    transition: all 0.2s;
}
select.top-form-select {
    width: 250px;
    font-size: 12px;
    background-color: #fff0;
    color: #000;
    font-family: Poppins, sans-serif;
    line-height: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    opacity: 0;
    border-color: #fff0;
}
#image-side-space {
    margin-right: 284px;
    transition: margin 0.3s ease;
}
#image-side-space .card-top {
    float: right;
}
#image-side-space .card-top a i,
#image-side-space .card-top #main-settings-toggle-minimized i {
    vertical-align: super;
    transition: all 0.3s ease;
}
#image-side-space .card-top a i:hover,
#image-side-space .card-top a i:focus,
#image-side-space .card-top #main-settings-toggle-minimized i:hover,
#image-side-space .card-top #main-settings-toggle-minimized i:focus {
    color: #007bff !important;
}
#image-side-space .card-bottom {
    float: right;
}
#image-side-space .card-bottom .custom-switch:hover {
    cursor: pointer;
}
#image-side-space #negative-prompt {
    display: none;
}
.image-prompt-wrapper {
    border-radius: 50vh;
}
.image-prompt-wrapper .image-prompt .input-box {
    width: 90%;
}
.image-prompt-wrapper .image-prompt .input-box .form-control {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #fff !important;
    border-radius: 50vh;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #f5f9fc;
}
.image-prompt-wrapper .image-prompt .input-box .form-control:focus {
    border-color: #007bff;
}
.image-prompt-wrapper .image-prompt .negative {
    width: 100%;
}
.image-prompt-wrapper .image-prompt .negative .form-control {
    border-radius: 50vh;
}
.image-prompt-wrapper .image-prompt #image-generate {
    height: 48px;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 170px;
    background: #000;
    border-color: #000;
}
.image-prompt-wrapper .image-prompt #image-generate:hover,
.image-prompt-wrapper .image-prompt #image-generate:focus {
    background: #007bff;
    border-color: #007bff;
    transform: none;
}
.image-prompt-wrapper .image-prompt #image-generate :disabled {
    background-color: green;
    cursor: not-allowed;
}
#image-settings-wrapper {
    width: 300px;
    max-height: 100%;
    background: #fff !important;
    transition: right 0.3s ease, width 0.3s ease;
    top: 74px;
    position: fixed;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    border-left: 1px solid #ebecf1;
}
#image-settings-wrapper .image-settings #main-settings-toggle-minimized {
    position: absolute;
    right: 1rem;
    display: none;
}
#image-settings-wrapper .image-settings .image-numbers .quantity {
    position: relative;
    width: 120px;
}
#image-settings-wrapper .image-settings .image-numbers .quantity a {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    text-decoration: none;
    border-radius: 100%;
    top: 50%;
    margin-top: -12px;
    background: #f5f9fc;
}
#image-settings-wrapper .image-settings .image-numbers .quantity .decrease {
    left: 8px;
}
#image-settings-wrapper .image-settings .image-numbers .quantity .increase {
    right: 8px;
}
#image-settings-wrapper .image-settings .image-numbers .quantity a:after {
    position: absolute;
    width: 8px;
    height: 2px;
    margin: -1px 0 0 -4px;
}
#image-settings-wrapper
    .image-settings
    .image-numbers
    .quantity
    a.increase:before {
    position: absolute;
    width: 2px;
    height: 8px;
    margin: -4px 0 0 -1px;
}
#image-settings-wrapper
    .image-settings
    .image-numbers
    .quantity
    a.increase:before,
#image-settings-wrapper .image-settings .image-numbers .quantity a:after {
    background-color: #1e1e2d;
    left: 50%;
    top: 50%;
    content: "";
}
#image-settings-wrapper .image-settings .image-numbers .quantity input {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    border-radius: 20px;
    display: block;
    height: 40px;
    text-align: center;
    font-size: 12px;
    color: #1e1e2d;
    padding: 0 34px;
    border: 1px solid #ebecf1;
}
#image-settings-wrapper
    .image-settings
    .image-numbers
    .quantity
    input::-webkit-outer-spin-button,
#image-settings-wrapper
    .image-settings
    .image-numbers
    .quantity
    input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#image-settings-wrapper
    .image-settings
    .image-numbers
    .quantity
    input[type="number"] {
    -moz-appearance: textfield;
}
#image-settings-wrapper .image-settings #style-button {
    width: 100%;
    font-size: 12px;
    background-color: #f5f9fc;
    color: #000;
    font-family: Poppins, sans-serif;
    line-height: 1rem;
    padding: 0.45rem 1rem;
    border-radius: 0.5rem;
    border-color: #fff0;
    text-align: left;
    box-shadow: none;
    outline: none;
}
#image-settings-wrapper .image-settings #style-button img {
    width: 25px;
    height: 25px;
    margin-right: 0.5rem;
    border-radius: 5px;
}
#image-settings-wrapper .image-settings #style-button i {
    float: right;
    font-size: 10px;
    line-height: 1.5;
    transition: all 0.3s ease;
}
#image-settings-wrapper .image-settings #style-button .extra-line-height {
    line-height: 2.3;
}
#image-settings-wrapper .image-settings #style-button .style-button-img {
    display: none;
}
#image-settings-wrapper .image-settings #style-button:hover {
    border-color: #007bff;
    transition: all 0.2s;
}
#image-settings-wrapper .image-settings .rotate-90 {
    border-color: #007bff !important;
}
#image-settings-wrapper .image-settings .rotate-90 i {
    rotate: 90deg;
}
#image-settings-wrapper .image-settings .style-button-img-placeholder {
    padding: 0.75rem 1rem !important;
}
#image-settings-wrapper .image-settings #advanced-settings-wrapper {
    display: none;
}
#image-settings-wrapper .image-settings .range {
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
#image-settings-wrapper .image-settings .range .range_in {
    position: relative;
    width: 100%;
}
#image-settings-wrapper .image-settings .range .range_in input {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    outline: 0;
    border: none;
    background-color: #c0bcca;
}
#image-settings-wrapper .image-settings .range .range_in .slider {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
    background: #007bff;
}
#image-settings-wrapper .image-settings .range .range_in .slider:before {
    width: 14px;
    height: 14px;
    background: #007bff;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -7px;
    content: "";
    z-index: 2;
}
#image-settings-wrapper .image-settings .range .range_in .slider:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 5px 0 0 5px;
}
#image-settings-wrapper .image-settings .range .range_in .slider,
#image-settings-wrapper .image-settings .range .range_in input {
    display: block;
    height: 4px;
    border-radius: 5px;
}
#image-settings-wrapper
    .image-settings
    .range
    .range_in
    input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #007bff;
    cursor: pointer;
    border-radius: 100%;
    opacity: 0;
}
#image-settings-wrapper
    .image-settings
    .range
    .range_in
    input::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #007bff;
    cursor: pointer;
    border-radius: 100%;
    z-index: 3;
    opacity: 0;
}
#image-settings-wrapper .image-settings .range .value {
    flex: auto;
    width: 40px;
    text-align: right;
    padding-left: 10px;
    font-size: 12px;
}
#image-settings-wrapper .image-settings .middle {
    width: 100%;
    text-align: center;
}
#image-settings-wrapper .image-settings .middle input[type="radio"] {
    display: none;
}
#image-settings-wrapper
    .image-settings
    .middle
    input[type="radio"]:checked
    + .box {
    background-color: #000;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#image-settings-wrapper
    .image-settings
    .middle
    input[type="radio"]:checked
    + .box
    span {
    color: #fff;
}
#image-settings-wrapper .image-settings .middle .box {
    background-color: #fff;
    transition: all 0.25s ease;
    will-change: transition;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    font-weight: 800;
    border-radius: 15px;
    padding: 6px 16px;
    line-height: 1;
}
#image-settings-wrapper .image-settings .middle .box span {
    position: relative;
    transition: all 0.3s ease;
    font-size: 12px;
    -webkit-user-select: none;
    user-select: none;
    color: #1e1e2d;
}
.expand-main-width {
    margin-right: 2rem !important;
}
.shrink-main-settings {
    width: 0px !important;
}
.grid-item {
    width: 100%;
    height: 100%;
    padding: 3%;
}
.grid-item .grid-image-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 12px #00000014;
    position: relative;
}
.grid-item .grid-image-wrapper .grid-buttons {
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 5;
    display: flex;
    width: 120%;
    margin: auto;
    justify-content: center;
}
.grid-item .grid-image-wrapper .grid-buttons .grid-image-view {
    z-index: 12;
}
.grid-item .grid-image-wrapper .grid-buttons .grid-image-view i {
    background-color: #0000005c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 33px;
    line-height: 40px;
    box-shadow: 0 1px 1px #0000001a;
    transform: translate(-50%, -50%) scale(0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56);
    transition: all 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56);
    margin-right: 0.5rem;
}
.grid-item .grid-image-wrapper .grid-buttons .grid-image-view i:hover {
    background-color: #000;
    color: #ff9d00;
}
.grid-item .grid-image-wrapper .grid-image {
    display: block;
    position: relative;
    height: 100%;
}
.grid-item .grid-image-wrapper .grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1),
        opacity 0.6s ease 0.25s;
    -webkit-transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1),
        opacity 0.6s ease 0.25s;
}
.grid-item .grid-image-wrapper .grid-image:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}
.grid-item .grid-image-wrapper .grid-description {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #fff;
    background: linear-gradient(
        180.49deg,
        #0000 37.77%,
        #00000052 65.93%,
        #0000007a 78.19%,
        #000000a3 87.41%,
        #000c 98.87%
    );
    transform: translateY(50px);
    transition: all 0.25s ease;
    width: 100%;
}
.grid-item .grid-image-wrapper .grid-description span {
    font-weight: 900;
}
.grid-item .grid-image-wrapper .grid-description p {
    line-height: 1.1;
}
.grid-item .grid-image-wrapper:hover .grid-image-view i {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.grid-item .grid-image-wrapper:hover .grid-description {
    transform: translateY(0);
}
.custom-modal .modal {
    display: none;
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: auto;
}
.custom-modal .modal .close i:hover {
    color: #000;
    cursor: pointer;
}
.custom-modal .modal .modal-body {
    overflow: hidden;
    overflow-y: auto;
}
.custom-modal .modal .modal-content {
    background-color: #fff;
    width: 320px;
    max-height: 400px;
    border-radius: 1rem;
    float: right;
    margin-right: 305px;
    margin-top: 310px;
    padding: 0.5rem;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}
.custom-modal .modal .image-styles-wrapper {
    text-align: center;
}
.custom-modal .modal .image-styles-wrapper .image-style input[type="radio"] {
    display: none;
}
.custom-modal
    .modal
    .image-styles-wrapper
    .image-style
    input[type="radio"]:checked
    + .image-label {
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.custom-modal .modal .image-styles-wrapper .image-style .image-label {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    border: 2px solid #fff;
}
.custom-modal .modal .image-styles-wrapper .image-style .image-label img {
    cursor: pointer;
    object-position: center;
    object-fit: cover;
    height: 100%;
}
.custom-modal
    .modal
    .image-styles-wrapper
    .image-style
    .image-label
    .bg-dark-overlay {
    background: linear-gradient(
        180.49deg,
        #0000 37.77%,
        #00000052 65.93%,
        #0000007a 78.19%,
        #000000a3 87.41%,
        #000c 98.87%
    );
    width: 100%;
    height: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.7;
}
.custom-modal .modal .image-styles-wrapper .image-style .image-label span {
    position: absolute;
    color: #fff;
    bottom: 3px;
    font-size: 10px;
    font-weight: 700;
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
}
.custom-modal .modal .image-styles-wrapper .image-style .image-label:hover {
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.image-modal .modal-header {
    background: #0f0f11;
    color: #fff;
    padding-bottom: 0;
}
.image-modal .modal-header .btn-close {
    font-size: 16px;
    padding: 0;
    background: #fff
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDUxMiA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQ2NCAzMkg0OEMyMS41IDMyIDAgNTMuNSAwIDgwdjM1MmMwIDI2LjUgMjEuNSA0OCA0OCA0OGg0MTZjMjYuNSAwIDQ4LTIxLjUgNDgtNDhWODBjMC0yNi41LTIxLjUtNDgtNDgtNDh6bS04My42IDI5MC41YzQuOCA0LjggNC44IDEyLjYgMCAxNy40bC00MC41IDQwLjVjLTQuOCA0LjgtMTIuNiA0LjgtMTcuNCAwTDI1NiAzMTMuM2wtNjYuNSA2Ny4xYy00LjggNC44LTEyLjYgNC44LTE3LjQgMGwtNDAuNS00MC41Yy00LjgtNC44LTQuOC0xMi42IDAtMTcuNGw2Ny4xLTY2LjUtNjcuMS02Ni41Yy00LjgtNC44LTQuOC0xMi42IDAtMTcuNGw0MC41LTQwLjVjNC44LTQuOCAxMi42LTQuOCAxNy40IDBsNjYuNSA2Ny4xIDY2LjUtNjcuMWM0LjgtNC44IDEyLjYtNC44IDE3LjQgMGw0MC41IDQwLjVjNC44IDQuOCA0LjggMTIuNiAwIDE3LjRMMzEzLjMgMjU2bDY3LjEgNjYuNXoiLz48L3N2Zz4=);
}
.image-modal .modal-content {
    box-shadow: 0 7px 15px #00000059;
}
.image-modal .modal-body {
    padding: 0.5rem 1rem 1rem;
    background: #0f0f11;
}
.image-modal .modal-body .image-view-box {
    width: auto;
    height: auto;
    position: relative;
}
.image-modal .modal-body .image-view-box img {
    border-radius: 5px;
}
.image-modal .modal-body .image-view-box .download-image {
    position: absolute;
    background-color: #0000005c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    box-shadow: 0 1px 1px #0000001a;
    left: 10px;
    top: 10px;
}
.image-modal .modal-body .image-view-box .download-image:hover {
    background: #0f0f11;
    color: #007bff;
}
.image-modal .modal-body .image-description-box .description-title {
    color: #7e7a86;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 12px;
}
.image-modal .modal-body .image-description-box .description-data {
    font-size: 14px;
    color: #fff;
}
.image-modal .modal-body .image-description-box .image-prompt {
    background: #fff;
    border-radius: 5px;
    padding: 1rem;
}
.style-initial-state {
    display: none;
}
.hide-all {
    display: none !important;
}
.show-all {
    display: block !important;
}
.chat-card-header {
    min-height: 5rem;
}
.chat-sidebar-search {
    max-height: 79px;
    font-size: 16px;
    margin: 0;
    padding: 1.2rem 1.5rem;
    color: #333;
    display: block;
    position: relative;
    min-height: 3.5rem;
    border-bottom: 1px solid #ebecf1;
}
.chat-sidebar-search .chat-search-icon {
    position: absolute;
    right: 1rem;
    top: 35%;
}
.chat-sidebar-search-small {
    max-height: 79px;
    font-size: 16px;
    margin: 0;
    padding: 1.2rem 1.5rem;
    color: #333;
    display: block;
    position: relative;
    min-height: 3.5rem;
}
.chat-sidebar-search-small .chat-search-icon {
    position: absolute;
    right: 1rem;
    top: 35%;
}
.chat-model-search {
    max-height: 79px;
    font-size: 16px;
    margin: 0;
    padding: 1.2rem 1.5rem;
    color: #333;
    display: block;
    position: relative;
    border-bottom: none;
}
.chat-model-search .chat-search-icon {
    position: absolute;
    right: 1rem;
    top: 13px;
}
.chat-model-search .input-box {
    min-width: 250px;
}
#chat-search {
    border-radius: 1rem;
}
#model-search {
    border-radius: 2rem;
}
.modal-model-header {
    border-bottom: 1px solid rgb(219 226 235 / 0.6901960784);
}
.chat-controllers {
    align-self: flex-end;
    gap: 1rem !important;
    display: flex;
}
.chat-controllers #message {
    background-color: #fff0;
    border: none;
}
.chat-controllers .chat-button {
    font-size: 12px;
    min-width: 100px;
    padding: 0.6rem 10px;
    border-radius: 35px;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.chat-controllers .chat-button:hover {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.chat-controllers .chat-button-icon {
    color: #007bff;
    border-radius: 50%;
    padding: 0.5rem 0.8rem;
    width: 43px;
    background-color: #e1f0ff;
    outline: none !important;
    text-decoration: none !important;
}
.chat-controllers .chat-button-icon:hover {
    color: #1e1e2d;
    background-color: #d1d3e0;
}
.chat-controllers .special-action-color {
    border-color: #e1f0ff;
    color: #007bff;
    background-color: #e1f0ff;
    box-shadow: none;
}
.chat-controllers .special-action-color:hover {
    color: #fff;
}
#new-chat-button {
    padding: 0.6rem 10px;
    text-transform: none;
}
#upgrade-form h1 {
    font-weight: 800;
    font-size: 20px;
}
#upgrade-form #audio-format .label-control {
    font-size: 13px;
    font-weight: 400;
}
#upgrade-form #webm-format .label-control {
    line-height: 1.5 !important;
}
#upgrade-form #audio-format .input-control {
    background-color: #000;
}
.changelogs h5 {
    margin-top: 3rem;
    font-weight: 800;
}
.changelogs .changelog .changelog-description li {
    margin-bottom: 1rem;
}
.changelogs .changelog .version-name {
    background: #d1d3e0;
    color: #1e1e2d;
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 15px;
    font-weight: 600;
}
.changelogs .changelog .version-new {
    background: #00bc7e1a;
    color: #00bc7e;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 10px;
    font-weight: 600;
}
.changelogs .changelog .version-update {
    background: #e1f0ff;
    color: #007bff;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 10px;
    font-weight: 600;
}
.changelogs .changelog .version-fix {
    background: #f8d7da;
    color: #b02a37;
    font-size: 10px;
    text-transform: uppercase;
    padding: 2px 15px;
    border-radius: 10px;
    font-weight: 600;
}
.image-view-outer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.widget-banner-image {
    height: auto;
    width: 100px;
    clear: both;
    display: block;
    position: relative;
}
.tool-banner-image {
    height: auto;
    width: 100px;
    margin: 0 auto;
    display: block;
    position: relative;
}
.templates-nav-header {
    margin-bottom: 1rem;
}
.chat-nav-menu {
    margin-bottom: 1.5rem;
}
.templates-nav-menu .template-nav-menu-inner {
    border: 1px solid #ebecf1;
    background: #fff;
}
.search-template .input-box .form-control {
    height: 54px;
    margin-bottom: 1rem;
    box-shadow: none;
    border: 1px solid #ebecf1;
}
#chat-search-panel #search-template {
    margin-bottom: 0;
}
.super-strong {
    font-weight: 900 !important;
}
.prompts-panel .prompt-boxes .card {
    min-height: 170px;
    margin-top: 0.5rem;
}
.prompts-panel .prompt-boxes:hover,
.prompts-panel .prompt-boxes:focus {
    cursor: pointer;
}
.prompts-panel .prompt-boxes:hover .card,
.prompts-panel .prompt-boxes:focus .card {
    background-color: #f5f9fc;
}
.prompts-panel .prompt-boxes:hover .card h6,
.prompts-panel .prompt-boxes:focus .card h6 {
    color: #007bff;
}
.msg-text a {
    color: #007bff;
}
.msg-text a:hover,
.msg-text a:focus {
    color: #ff9d00;
}
.msg-text p {
    margin-bottom: 0;
    line-height: 25px;
}
.msg-text pre {
    position: relative;
    border-radius: 0.5rem;
}
.msg-text pre .copy-code {
    position: absolute;
    right: 10px;
    top: 10px;
}
.message-bubble .copy {
    display: none;
    position: absolute;
    right: 5px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    bottom: -15px;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    transition: all 1s ease;
}
.message-bubble:hover .copy,
.message-bubble:focus .copy {
    display: block;
    transition: all 1s ease;
}
.plan-hidden {
    background: #e1f0ff;
    color: #007bff;
}
.payment-daily {
    background: #f8d7da;
    color: #b02a37;
}
.copy-image-prompt,
.copy-image-negative-prompt {
    position: absolute;
    right: 1rem;
}
.voice-standard {
    background: #d1d3e0;
    color: #1e1e2d;
}
#image-side-space #sd-image-to-image,
#image-side-space #sd-image-upscale,
#image-side-space #sd-image-masking,
#image-side-space #sd-multi-prompting,
#image-side-space #openai-image-masking,
#image-side-space #openai-image-variations {
    display: none;
}
#image-side-space .image-upload-box {
    position: relative;
    padding: 2rem 1rem;
}
#image-side-space .image-upload-box .image-select {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000;
    opacity: 0;
    outline: none;
    cursor: pointer;
    z-index: 2;
}
#image-side-space #source-image,
#image-side-space #source-image-scale,
#image-side-space #source-image-mask,
#image-side-space #source-image-mask-target,
#image-side-space #source-image-mask-openai,
#image-side-space #source-image-variations {
    max-height: 300px;
    width: auto;
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
.multi-prompt-input .form-control {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #fff !important;
    border-radius: 50vh;
    border-color: #f5f9fc;
    width: 100%;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}
.multi-prompt-input .delete-prompt-input:hover,
.multi-prompt-input .delete-prompt-input:focus {
    color: red;
}
.wizard-nav .wizard-nav-inner {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid #ebecf1;
    padding: 10px;
    border-radius: 50vh;
}
.wizard-nav .wizard-nav-inner .wizard-nav-text {
    justify-content: center;
    align-items: center;
}
.wizard-nav .wizard-nav-inner .wizard-nav-text .wizard-step-number {
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    clear: both;
    display: block;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 3px #454f5b33;
}
.wizard-nav .wizard-nav-inner .wizard-nav-text .wizard-step-title {
    line-height: 1.4;
}
.wizard-nav
    .wizard-nav-inner
    .wizard-nav-text
    .wizard-step-title
    .wizard-step-title-number {
    opacity: 0.6;
}
.wizard-nav .wizard-nav-inner .current-step {
    background: #007bff;
    color: #fff;
}
.wizard-nav .wizard-nav-inner .wizard-nav-chevron {
    position: absolute;
    right: 0;
    top: 35%;
    font-size: 10px;
    opacity: 0.4;
}
#wizard-advanced a {
    text-transform: none;
}
#wizard-advanced a:hover {
    color: #007bff !important;
}
#wizard-advanced-wrapper {
    display: none;
}
#next-step i {
    margin-left: 0.25rem;
    font-size: 12px;
    vertical-align: middle;
}
.btn-keywords {
    min-width: 80px;
    border-radius: 35px;
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
    transition: all 0.2s ease;
    width: 175px;
    margin-bottom: 1.3rem;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.btn-keywords:hover {
    background-color: #007bff;
    border-color: #007bff;
}
.btn-keywords:focus {
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#generate-ideas,
#next-step,
#generate-keywords,
#generate-outlines,
#generate-images,
#skip-step {
    width: 200px;
    text-transform: none;
}
#generate-ideas:focus,
#next-step:focus,
#generate-keywords:focus,
#generate-outlines:focus,
#generate-images:focus,
#skip-step:focus {
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#skip-step {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
    transition: all 0.5s ease;
}
#skip-step:hover {
    background-color: #fff;
    border-color: #fff;
    color: #1e1e2d !important;
}
#new-wizard-large {
    text-transform: none;
}
#new-wizard-large:focus {
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#generate-points {
    text-transform: none;
    min-width: 200px;
}
#generate-points:focus {
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#wizard-results-wrapper {
    margin-left: 1.5rem;
}
#wizard-results-wrapper .wizard-step-number {
    text-align: center;
    line-height: 23px;
    height: 25px;
    width: 25px;
    clear: both;
    display: block;
    border-radius: 50%;
    position: relative;
    border: 1px solid #007bff;
}
.keywords-title {
    margin-bottom: 1rem;
    margin-top: 0.6rem;
}
.keywords-actions {
    margin-top: -0.4rem;
}
#keywords-wrapper {
    display: flex;
    flex-wrap: wrap;
}
#keywords-wrapper input.checkbox-btn {
    display: none;
}
#keywords-wrapper input.checkbox-btn + label {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    background: #fff;
    padding: 5px 15px;
    font-size: 12px;
    margin-right: 1rem;
    margin-bottom: 1rem;
    text-transform: lowercase;
    cursor: pointer;
    border-radius: 50vh;
    transition: all 0.3s ease;
}
#keywords-wrapper input.checkbox-btn:not(:checked) + label:hover {
    background: #e1f0ff;
    box-shadow: none;
}
#keywords-wrapper input.checkbox-btn + label:active,
#keywords-wrapper input.checkbox-btn:checked + label {
    background: #e1f0ff;
}
#ideas-wrapper {
    margin-top: 1rem;
}
#ideas-wrapper input.radio-btn {
    display: none;
}
#ideas-wrapper input.radio-btn + label {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    background: #fff;
    padding: 1rem;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 1rem;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
}
#ideas-wrapper input.radio-btn:not(:checked) + label:hover {
    box-shadow: none;
}
#ideas-wrapper input.radio-btn:not(:checked) + label:hover .idea-icon {
    opacity: 1;
    color: #007bff;
}
#ideas-wrapper input.radio-btn + label:active,
#ideas-wrapper input.radio-btn:checked + label {
    border: 1px solid #007bff;
}
#ideas-wrapper input.radio-btn + label:active .idea-icon,
#ideas-wrapper input.radio-btn:checked + label .idea-icon {
    opacity: 1;
    color: #007bff;
}
#ideas-wrapper .idea-icon {
    font-size: 25px;
    opacity: 0.2;
    color: #728096;
    margin-right: 0.8rem;
    transition: all 0.3s ease;
}
.current-sign {
    color: #007bff;
    opacity: 1 !important;
}
#outlines-wrapper {
    margin-top: 1rem;
}
#outlines-wrapper input.outline-btn {
    display: none;
}
#outlines-wrapper input.outline-btn + label {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    background: #fff;
    margin-bottom: 1rem;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid #fff;
    width: 100%;
}
#outlines-wrapper .outline {
    padding: 1.5rem 1.5rem 1.5rem 2.5rem;
    font-size: 14px;
    list-style-type: square;
}
#outlines-wrapper .outline li {
    margin-bottom: 0.3rem;
}
#outlines-wrapper .outline li:last-child {
    margin-bottom: 0;
}
#outlines-wrapper input.outline-btn:not(:checked) + label:hover {
    box-shadow: none;
    border: 1px solid #007bff;
}
#outlines-wrapper input.outline-btn + label:active,
#outlines-wrapper input.outline-btn:checked + label {
    border: 1px solid #007bff;
}
.outlines-outer {
    align-items: center;
}
.cursor-grab {
    cursor: grab;
}
#add-new-section:hover {
    color: #007bff !important;
}
.remove-section:hover {
    color: red !important;
}
#outline-results-list li:last-child {
    margin-bottom: 0 !important;
}
.talking-point-result-input {
    background-color: transparent !important;
}
.outline-item .outline-item-close {
    opacity: 0;
}
.outline-item:hover .outline-item-close {
    opacity: 1;
}
#images-wrapper input.image-btn {
    display: none;
}
#images-wrapper input.image-btn + label {
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    margin-bottom: 1.5rem;
    cursor: pointer;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
}
#images-wrapper input.image-btn:not(:checked) + label:hover {
    box-shadow: none;
    border: 2px solid #007bff;
    cursor: pointer;
}
#images-wrapper input.image-btn + label:active,
#images-wrapper input.image-btn:checked + label {
    border: 2px solid #007bff;
}
.add-new-talking-point:hover {
    color: #007bff !important;
}
#new-wizard {
    position: absolute;
    right: -3rem;
    top: 17%;
}
#new-wizard i {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
}
#final-wrapper {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    padding: 1.5rem 2.5rem;
    margin-top: 1rem;
    font-size: 13px;
}
#final-wrapper h3 {
    font-size: 16px;
    font-weight: 600;
}
.wizard-icon {
    font-size: 16px;
    padding: 7px;
    background: #ebe8ff;
    color: #5138ee;
    border-radius: 5px;
}
.category-wizard {
    background: #ebe8ff;
    color: #5138ee;
}
.ripple {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ink {
    display: block;
    position: absolute;
    background: #ffffff4d;
    border-radius: 100%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}
.ink.animate {
    -webkit-animation: ripple 0.65s linear;
    -moz-animation: ripple 0.65s linear;
    -ms-animation: ripple 0.65s linear;
    -o-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}
@-webkit-keyframes ripple {
    to {
        opacity: 0;
        -webkit-transform: scale(2.5);
    }
}
@-moz-keyframes ripple {
    to {
        opacity: 0;
        -moz-transform: scale(2.5);
    }
}
@-o-keyframes ripple {
    to {
        opacity: 0;
        -o-transform: scale(2.5);
    }
}
@keyframes ripple {
    to {
        opacity: 0;
        transform: scale(2.5);
    }
}
.image-drop-area .msg {
    justify-content: center;
}
.image-drop-area .main-image-input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000;
    opacity: 0;
    outline: none;
    cursor: pointer;
    z-index: 2;
}
.image-drop-area #main_image_preview {
    margin-top: 1rem;
    max-height: 150px;
    border-radius: 10px;
}
.side-menu__new {
    background: #e1f0ff;
    padding: 2px 7px;
    border-radius: 3px;
    color: #007bff;
}
.left-msg .msg-text table {
    margin-top: 0.5rem;
}
.left-msg .msg-text table thead tr th {
    padding: 0.4rem;
    border: 1px solid #728096;
}
.left-msg .msg-text table tbody tr {
    border: 1px solid #728096;
}
.left-msg .msg-text table tbody tr td {
    padding: 0.4rem;
    border: 1px solid #728096;
}
.chat-container {
    position: relative;
}
.upload-button-responsive {
    display: none;
}
.referral-edit-small {
    position: absolute;
    right: 2rem;
    background: #e1f0ff;
    padding: 2px 9px;
    border-radius: 5px;
    font-size: 10px;
    color: #007bff;
}
.referral-edit-small:hover {
    background: #d1d3e0;
    color: #1e1e2d;
}
.referral-body-bg {
    background-image: url(/build/assets/waves-BGPnxgJW.png);
    background-size: cover;
}
.referral-social-icons .form-control {
    background-color: #fff;
}
#invite-friends-button {
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
}
.category-ad {
    background: #ffe2e5;
    color: red;
}
.category-ecommerce {
    background: #e1f0ff;
    color: #007bff;
}
.category-marketing {
    background: #ffe2e5;
    color: red;
}
.category-framework {
    background: #cde4e8;
    color: #087990;
}
.message-bubble .listen {
    display: none;
    position: absolute;
    right: 50px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    bottom: -15px;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    transition: all 1s ease;
}
.message-bubble .download {
    display: none;
    position: absolute;
    right: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    top: 25px;
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
    transition: all 0.3s ease;
}
.message-bubble:hover .listen,
.message-bubble:focus .listen {
    display: block;
    transition: all 1s ease;
}
.message-bubble:hover .download,
.message-bubble:focus .download {
    display: block;
    transition: all 1s ease;
    box-shadow: 0 10px 15px -3px #00000080, 0 4px 6px -4px #00000080;
}
.message-bubble:hover .download:hover,
.message-bubble:focus .download:hover {
    background: #1e1e2d;
    color: #007bff;
}
.left-msg .images-wrapper {
    width: 400px;
}
.chat-sidebar-container-special {
    width: 400px !important;
}
#url-process-button {
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 10px;
    -webkit-user-select: none;
    user-select: none;
    background-color: #007bff;
    color: #fff;
    border: 1px solid #fff0;
    padding: 0.3rem 0.75rem;
    border-radius: 0.8rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#url-process-button:hover {
    background-color: #1e1e2d;
}
#url-link {
    border-radius: 1rem;
}
#upload-csv-button,
#upload-pdf-button {
    text-transform: none !important;
}
.chat-small {
    width: 220px !important;
}
.block-display {
    display: none !important;
}
.chat-title-special {
    width: 290px !important;
}
.chat-sidebar-message {
    overflow: hidden;
}
.chat-url {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 290px;
    z-index: 10;
}
.chat-url:hover {
    color: #007bff !important;
}
.loading {
    display: inline-flex;
    align-items: center;
}
.loading .spacer {
    margin-right: 2px;
}
.loading span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 1px;
}
.loading span:nth-of-type(2) {
    animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
    animation-delay: 0.4s;
}
@keyframes blink {
    0% {
        opacity: 0.2;
    }
    20% {
        opacity: 1;
    }
    to {
        opacity: 0.2;
    }
}
.btn-keywords {
    transition: all 0.3s;
}
.btn-keywords:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem #1d273b40;
}
.file-drop-border {
    border: 1px dashed #c5c5d2;
    padding-top: 1rem;
    border-radius: 0.5rem;
    position: relative;
}
.smart-main-page {
    background-color: #fff;
}
.smart-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    display: flex;
    z-index: 999;
    padding-right: 15px;
    padding: 0.4rem 0;
    box-shadow: 0 2px 3px -1px #0000001a, 0 2px 4px -1px #0000000f;
    max-height: 60px !important;
    background: #2b2d31;
}
.smart-header .desktop-lgo {
    width: 150px !important;
}
.smart-header .profile-dropdown img {
    max-width: 40px;
    max-height: 40px !important;
    border: 1px solid #2b2d31;
}
.smart-header #balance {
    margin-top: auto;
    margin-bottom: auto;
    max-width: 170px !important;
    width: 100%;
}
.smart-header .go-back {
    margin-top: auto;
    margin-bottom: auto;
    min-width: 200px;
}
.smart-header .go-back a {
    padding: 5px 15px;
    border-radius: 5px;
}
.smart-header .go-back a:hover {
    color: #007bff !important;
}
#main-templates-container {
    top: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #ebecf1;
    position: fixed;
    transition: width 0.05s ease;
    width: 20%;
    overflow-y: scroll;
    left: 0;
}
#main-templates-container .main-templates-title {
    padding: 1.2rem 1.7rem 0;
}
#main-templates-container .chat-sidebar-search {
    border-bottom: none;
}
#main-templates-container .templates-wrapper {
    flex: 1 1;
    height: 100%;
    overflow-x: hidden;
    padding: 20px;
}
#main-templates-container .templates-wrapper .template-box a {
    display: flex;
    flex-direction: row;
    padding: 10px;
    align-items: center;
    border-radius: 6px;
    transition: all 0.3s ease;
    border: 1px solid rgb(203 213 224 / 0.7);
    margin-bottom: 1rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: relative;
}
#main-templates-container .templates-wrapper .template-box a:hover {
    background: #f5f9fc;
    color: #007bff;
    border-color: #007bff;
}
#main-templates-container .templates-wrapper .template-box a .fa-star {
    font-size: 8px;
    top: 5px;
    position: absolute;
    padding: 3px;
    background: #fff;
    border-radius: 15px;
    left: 0.4rem;
    color: #ff9d00;
}
#main-templates-container .templates-wrapper .btn-package {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 30px;
    color: #fff !important;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    position: absolute;
    right: 10px;
    z-index: 10;
}
#main-templates-container .templates-wrapper .btn-free {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
#main-templates-container .templates-wrapper .btn-premium {
    background-color: #ab54eb !important;
    border-color: #ab54eb !important;
}
#main-templates-container .templates-wrapper .btn-new {
    background-color: #007bff;
    border-color: #007bff;
}
#main-templates-container .templates-wrapper .btn-pro {
    background-color: #ff9d00;
    border-color: #ff9d00;
}
.smart-article-editor {
    height: 100vh !important;
    margin-top: 56px;
}
.smart-article-editor .tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none;
}
#meta-container-editor {
    top: 60px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border-left: 1px solid #ebecf1;
    position: fixed;
    transition: width 0.05s ease;
    width: 20%;
    overflow-y: scroll;
    height: 100%;
    background-color: #fff;
    right: 0;
    padding: 2rem;
    z-index: 10;
}
#meta-container-editor #save-button {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #1e1e2d;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    appearance: none;
    background-color: #007bff;
    text-transform: none;
    border-color: #fff0;
    border-radius: 0.5rem;
    border-width: 1px;
    font-weight: 400;
    line-height: 1rem;
    padding: 0.75rem 1rem;
    width: 100%;
}
#meta-container-editor #save-button:hover {
    background-color: #1e1e2d;
}
#meta-container-editor .btn-group .dropdown-toggle:after {
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
}
#meta-container-editor .btn-group .dropdown-menu {
    width: 100%;
    text-align: center;
    margin-top: 5px;
    border-color: #cbd5e0b3;
    box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
    top: 0;
    left: 0;
    transform: translate3d(0, 42px, 0);
    font-size: 12px;
    cursor: pointer;
    padding: 0;
    border-radius: 7px;
}
#meta-container-editor .btn-group .dropdown-menu .dropdown-item:hover i {
    color: #007bff !important;
}
#meta-container-editor #export {
    width: 100%;
    border: 1px solid rgb(203 213 224 / 0.7);
    padding: 11px 16px;
    border-radius: 0.5rem;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    appearance: none !important;
    box-shadow: none !important;
}
#meta-container-editor #export:hover {
    background: #f5f9fc;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#meta-container-editor #wordpress {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #212529 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    appearance: none;
    background-color: #fff;
    text-transform: none;
    border-color: #fff0;
    border-radius: 0.5rem;
    border-width: 1px;
    font-weight: 400;
    line-height: 1rem;
    border: 1px solid rgb(203 213 224 / 0.7);
    padding: 0.75rem 1rem;
    width: 100%;
    box-shadow: none;
}
#meta-container-editor #wordpress:hover {
    background-color: #1e1e2d;
    color: #fff !important;
    border: 1px solid #1e1e2d;
    box-shadow: 0 0.5rem 1rem #1d273b40;
}
#meta-container-editor .dropdown-toggle:focus {
    outline: 0 !important;
}
#meta-container-editor .dropdown-toggle.show > .dropdown-toggle {
    background: #f5f9fc;
    box-shadow: none !important;
}
.smart-article-editor .tox-tinymce {
    border: none !important;
    border-radius: 0 !important;
    height: 100% !important;
    position: fixed;
}
.smart-article-editor .tox .tox-toolbar__primary {
    border-bottom: 0 !important;
    justify-content: center !important;
    position: static;
}
.smart-article-editor .tox-edit-area {
    margin: 60px !important;
    transition: all 0.3s ease !important;
    line-height: 1.4 !important;
}
#single-templates-container {
    padding: 20px;
}
#single-templates-container .single-template-back {
    margin-left: auto;
}
#single-templates-container .single-template-back:hover a {
    color: #007bff !important;
}
#single-templates-container .single-template-back:hover i {
    color: #1e1e2d !important;
}
#single-templates-container .star {
    font-size: 14px;
    color: #ff9d00;
    cursor: pointer;
}
#single-templates-container .single-templates .nav-link.dropdown-toggle {
    border: 1px solid rgb(203 213 224 / 0.7);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 10px 24px;
}
#single-templates-container .single-templates .nav-link.dropdown-toggle h6 {
    margin-top: auto;
    margin-bottom: auto;
}
#single-templates-container .single-templates .dropdown-toggle:after {
    position: absolute;
    right: 1.5rem;
}
#single-templates-container .single-templates .dropdown .dropdown-menu {
    left: 0 !important;
    transform: none !important;
    max-height: 450px !important;
    top: 60px !important;
    border: 1px solid rgb(203 213 224 / 0.7) !important;
    border-radius: 0.5rem;
    overflow-y: scroll !important;
    width: 100%;
    padding: 0 0 0 4px !important;
    overflow-x: hidden;
}
#single-templates-container .single-templates .dropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(203 213 224 / 0.7);
    position: relative;
}
#single-templates-container .single-templates .dropdown-item h6 {
    margin-top: auto;
    margin-bottom: auto;
}
#single-templates-container .single-templates .dropdown-item .fa-star {
    font-size: 8px;
    top: 5px;
    position: absolute;
    padding: 3px;
    background: #fff;
    border-radius: 15px;
    left: 1.3rem;
    color: #ff9d00;
}
#single-templates-container .single-templates .dropdown-item:last-child {
    border-bottom: none !important;
}
#single-templates-container .single-templates .btn-package {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 30px;
    color: #fff !important;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 13px;
}
#single-templates-container .single-templates .btn-free {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
#single-templates-container .single-templates .btn-premium {
    background-color: #ab54eb !important;
    border-color: #ab54eb !important;
}
#single-templates-container .single-templates .btn-new {
    background-color: #007bff;
    border-color: #007bff;
}
#single-templates-container .single-templates .btn-pro {
    background-color: #ff9d00;
    border-color: #ff9d00;
}
#single-templates-container #single-template-view input,
#single-templates-container #single-template-view textarea {
    border: 1px solid rgb(203 213 224 / 0.7);
}
#single-templates-container #single-template-view input:hover,
#single-templates-container #single-template-view input:focus,
#single-templates-container #single-template-view textarea:hover,
#single-templates-container #single-template-view textarea:focus {
    border-color: #007bff;
}
#single-templates-container #single-template-view .text-required {
    position: relative !important;
    top: -2px !important;
}
#single-templates-container #single-template-view #generate {
    font-family: Poppins, sans-serif;
    font-size: 12px;
    color: #1e1e2d;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    appearance: none;
    background-color: #007bff;
    text-transform: none;
    border-color: #fff0;
    border-radius: 0.5rem;
    border-width: 1px;
    font-weight: 400;
    line-height: 1rem;
    padding: 0.75rem 1rem;
    width: 100%;
}
#single-templates-container #single-template-view #generate:hover {
    background-color: #1e1e2d;
}
.hidden {
    display: none !important;
}
#loader-line {
    width: 100%;
    height: 3px;
    position: fixed;
    overflow: hidden;
    background-color: #fff0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
}
#loader-line:before {
    content: "";
    position: absolute;
    left: -50%;
    height: 3px;
    width: 5%;
    background: #007bff;
    -webkit-animation: lineAnim 1s linear infinite;
    -moz-animation: lineAnim 1s linear infinite;
    animation: lineAnim 1s linear infinite;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    z-index: 10000000;
}
@keyframes lineAnim {
    0% {
        left: -40%;
    }
    50% {
        left: 20%;
        width: 80%;
    }
    to {
        left: 100%;
        width: 100%;
    }
}
.opacity-on {
    opacity: 0 !important;
}
#template-textarea .tox-tinymce {
    border: none !important;
    border-radius: 0 !important;
}
#template-textarea .tox .tox-toolbar__primary {
    border-bottom: 0 !important;
}
#template-textarea .tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none;
}
#template-textarea .tox .tox-toolbar__group {
    padding: 0 15px 0 0 !important;
}
div.tox .tox-menu.tox-collection.tox-collection--list {
    padding: 1rem !important;
}
div.tox .tox-menu.tox-collection.tox-collection--list .tox-collection__item {
    padding: 5px 12px;
    border-radius: 5px;
    cursor: pointer;
}
div.tox .tox-custom-label {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1em;
}
.tox .tox-tbtn--bespoke {
    background: #f5f9fc !important;
    border-radius: 7px !important;
}
#template-output {
    min-height: 730px;
}
.template-action-buttons .btn {
    padding: 0;
}
.template-action-buttons .dropdown-menu {
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    border-radius: 7px;
    margin-top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    appearance: none !important;
}
.template-action-buttons .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    appearance: none !important;
}
.template-action-buttons .dropdown-toggle:after {
    display: none;
}
.rewriter-icon {
    font-size: 16px;
    padding: 7px;
    background: #d1d3e0;
    color: #1e1e2d;
    border-radius: 5px;
}
.category-rewriter {
    background: #d1d3e0;
    color: #1e1e2d;
}
.smart-icon {
    font-size: 16px;
    padding: 7px;
    background: #b2dfff;
    color: #002651;
    border-radius: 5px;
}
.category-editor {
    background: #b2dfff;
    color: #002651;
}
#generate {
    text-transform: none;
}
.total-words-templates-box {
    position: absolute;
    bottom: 1rem;
    margin-bottom: 0;
}
.tox .tox-dialog__title {
    font-size: 14px !important;
    font-weight: 700 !important;
}
.tox .tox-textfield {
    font-size: 14px !important;
    padding-left: 0.8rem !important;
}
.tox .tox-dialog__footer {
    padding-top: 0 !important;
}
#show-left-menu {
    position: absolute;
    top: 50%;
    left: 3px;
    z-index: 100;
    color: #007bff;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 30px;
    height: 30px;
    z-index: 500;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#show-left-menu i {
    line-height: 2.5;
    padding-left: 11px;
}
#show-right-menu {
    position: absolute;
    top: 50%;
    right: 3px;
    z-index: 100;
    color: #007bff;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 30px;
    height: 30px;
    z-index: 500;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
#show-right-menu i {
    line-height: 2.5;
    padding-left: 9px;
}
#hide-left-menu {
    position: absolute;
    top: 0.7rem;
    right: 1.5rem;
    z-index: 100;
    color: #007bff;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 30px;
    height: 30px;
    z-index: 500;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    display: none;
}
#hide-left-menu i {
    line-height: 2.5;
    padding-left: 9px;
}
#hide-right-menu {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 100;
    color: #007bff;
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 30px;
    height: 30px;
    z-index: 500;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    display: none;
}
#hide-right-menu i {
    line-height: 2.5;
    padding-left: 9px;
}
#show-left-menu,
#show-right-menu {
    display: none;
}
.show-menu-width {
    width: 100% !important;
    display: fixed !important;
}
#meta-container-editor {
    z-index: 500;
}
.view-action-button,
.delete-action-button,
.edit-action-button,
.table-action-buttons {
    transition: all 0.3s;
}
.view-action-button:hover,
.delete-action-button:hover,
.edit-action-button:hover,
.table-action-buttons:hover {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem #1d273b26;
}
.download-action-button {
    transition: all 0.3s;
}
.download-action-button:hover {
    color: #1e1e2d;
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem #1d273b26;
}
.green-audio-player .holder .play-pause-btn {
    margin-bottom: 1.5rem;
}
.sample-audio-player {
    position: absolute;
    right: 0;
    top: -5px;
}
.sample-audio-player i {
    font-size: 10px;
    width: 25px;
    height: 25px;
}
.custom-voice-select .nav-link.dropdown-toggle h6 {
    margin-top: auto;
    margin-bottom: auto;
}
.custom-voice-select .nav-link.dropdown-toggle {
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 10px 24px;
    height: 42px;
    background: #f5f9fc;
    color: #1e1e2d;
}
.custom-voice-select .dropdown-toggle:after {
    position: absolute;
    right: 1.5rem;
}
.custom-voice-select .dropdown .dropdown-menu {
    left: 0 !important;
    transform: none !important;
    max-height: 450px !important;
    top: 52px !important;
    border: 1px solid rgb(203 213 224 / 0.7) !important;
    border-radius: 0.5rem;
    overflow-y: scroll !important;
    width: 100%;
    padding: 0 0 0 4px !important;
}
.video-settings-wrapper .range {
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.video-settings-wrapper .range .range_in {
    position: relative;
    width: 100%;
}
.video-settings-wrapper .range .range_in input {
    display: block;
    height: 4px;
    border-radius: 5px;
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    outline: 0;
    border: none;
    background-color: #f5f9fc;
}
.video-settings-wrapper .range .range_in .slider {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
    background: #007bff;
}
.video-settings-wrapper .range .range_in .slider:before {
    width: 14px;
    height: 14px;
    background: #007bff;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -7px;
    content: "";
    z-index: 2;
}
.video-settings-wrapper .range .range_in .slider:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 5px 0 0 5px;
}
.video-settings-wrapper .range .range_in .slider,
.video-settings-wrapper
    #image-settings-wrapper
    .image-settings
    .range
    .range_in
    input {
    display: block;
    height: 4px;
    border-radius: 5px;
}
.video-settings-wrapper .range .range_in input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #007bff;
    cursor: pointer;
    border-radius: 100%;
    opacity: 0;
}
.video-settings-wrapper .range .range_in input::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #007bff;
    cursor: pointer;
    border-radius: 100%;
    z-index: 3;
    opacity: 0;
}
.video-settings-wrapper .range .value {
    flex: auto;
    width: 40px;
    text-align: right;
    padding-left: 10px;
    font-size: 12px;
}
#image-drop-box #source-image-variations {
    max-height: 300px;
    width: auto;
    display: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
}
#video-image-counter p {
    position: absolute;
    right: 2rem;
}
.video-processing {
    background: #d1d3e0;
    color: #1e1e2d;
}
.video-completed {
    background: #00bc7e1a;
    color: #00bc7e;
}
.video-failed {
    background: #ffe2e5;
    color: red;
}
.video-image-view img {
    max-width: 150px;
    border-radius: 10px;
}
.voice-custom {
    background: #00bc7e1a;
    color: #00bc7e;
}
#status-bar {
    height: 10px;
}
#hundred-percent {
    position: absolute;
    font-size: 10px;
    right: 0;
    margin-top: 0.5rem;
}
#zero-percent {
    margin-top: 0.5rem;
    position: absolute;
    font-size: 10px;
}
#refresh-button {
    position: absolute;
    right: 1.5rem;
}
#refresh-button i {
    font-size: 12px;
    line-height: 2.5;
}
#create-ai-button {
    position: absolute;
    right: 1rem;
    top: 2rem;
}
.custom-switch {
    cursor: pointer;
}
.select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__rendered {
    flex-wrap: nowrap;
    width: 100%;
    font-size: 12px;
    background-color: #f5f9fc;
    color: #000;
    font-family: Poppins, sans-serif;
    line-height: 1rem;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    border-color: #fff0;
    background-size: 10px 10px;
}
.select2-container--bootstrap-5 .select2--small.select2-selection {
    padding: 0;
    border: none;
}
.select2-container--bootstrap-5
    .select2--small.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    margin-bottom: 0;
}
.select2-container--bootstrap-5
    .select2--small.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice,
.select2-container--bootstrap-5
    .select2--small.select2-dropdown
    .select2-results__options
    .select2-results__option,
.select2-container--bootstrap-5
    .select2--small.select2-dropdown
    .select2-search
    .select2-search__field {
    font-size: 12px;
}
.product-field {
    border: 1px solid #ebecf1;
    padding: 1rem;
    border-radius: 1rem;
}
.brand-details {
    display: none;
}
.registration-nav .registration-nav-inner {
    padding: 10px;
    border-radius: 50vh;
}
.registration-nav .registration-nav-inner .wizard-nav-text {
    justify-content: center;
    align-items: center;
}
.registration-nav .registration-nav-inner .wizard-nav-text .wizard-step-number {
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    clear: both;
    display: block;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 1px 3px #454f5b33;
}
.registration-nav .registration-nav-inner .wizard-nav-text .wizard-step-title {
    line-height: 1.4;
}
.registration-nav
    .registration-nav-inner
    .wizard-nav-text
    .wizard-step-title
    .wizard-step-title-number {
    opacity: 0.6;
}
.registration-nav .registration-nav-inner .current-step {
    background: #32cd32;
    color: #fff;
}
.registration-nav .registration-nav-inner .current-sign {
    color: #32cd32;
}
.registration-nav .registration-nav-inner .wizard-nav-chevron {
    position: absolute;
    right: 0;
    top: 35%;
    font-size: 10px;
    opacity: 0.4;
}
.register-logo {
    position: absolute;
    top: 0.5rem;
    left: 0;
}
.register-continue-button {
    min-width: 200px;
}
.white-background {
    background-color: #fff;
}
.text-required-register {
    font-size: 8px;
    position: absolute;
    margin-left: 2px;
    color: red;
}
#registration-prices,
#registration-form,
#payment {
    background-image: url(/build/assets/pattern-LgbXdP9a.svg);
    background-position: top center;
    background-repeat: no-repeat;
}
.payment-image-iyzico {
    width: 50%;
}
.payment-image-paddle {
    width: 60%;
}
.payment-image-flutterwave {
    width: 70%;
}
.prompts {
    position: absolute;
    left: 1rem;
    padding-top: 5px;
}
.prompts:hover {
    color: #007bff !important;
}
#features-wrapper .features-nav-menu .features-nav-menu-inner .nav-tabs {
    white-space: nowrap !important;
    border-bottom: none;
    justify-content: space-around;
    display: flex;
    flex-wrap: nowrap !important;
    overflow: overlay;
}
.features-nav-menu-inner {
    width: auto;
}
#features-wrapper
    .features-nav-menu
    .features-nav-menu-inner
    .nav-tabs
    .nav-link {
    margin-right: 5px;
    margin-bottom: 1rem;
}
#features-wrapper
    .features-nav-menu
    .features-nav-menu-inner
    .nav-tabs
    .nav-link.active {
    box-shadow: 0 10px 25px -12px #0000001a;
}
.shadow-0 {
    box-shadow: none;
    border-color: #dbe2ebb0;
}
.btn-primary-chat {
    border: 1px solid #ebecf1;
    min-width: 120px;
    margin-right: 10px;
    border-radius: 5px;
    outline: none;
}
.btn-primary-chat:hover,
.btn-primary-chat:focus {
    border-color: #007bff;
}
.btn-primary-chat:hover i,
.btn-primary-chat:hover span,
.btn-primary-chat:hover svg,
.btn-primary-chat:focus i,
.btn-primary-chat:focus span,
.btn-primary-chat:focus svg {
    color: #007bff;
}
.chat-controllers .chat-button-icon {
    background-color: #ebeff5a6;
    color: #728096;
}
.chat-controllers .chat-button-icon:hover,
.chat-controllers .chat-button-icon:focus {
    background-color: #e1f0ff;
    color: #007bff;
}
label.model-box {
    margin-bottom: 1rem;
    width: 150px;
    height: 100px;
    line-height: 90px;
    border: 1px solid #ebecf1;
}
label.model-box:hover,
label.model-box:focus {
    border: 1px solid #007bff;
}
label.model-box .active,
label.model-box .focus {
    border: 1px solid #007bff !important;
}
label.btn:focus,
label.btn.focus,
label.btn.active {
    border: 1px solid #007bff !important;
}
#subscription-header {
    background-image: url(/build/assets/waves-BGPnxgJW.png);
    background-size: cover;
    background-position: top;
}
#subscription-header #subscription-header-inner {
    min-height: 200px;
}
#subscription-header .cancel-subscription {
    background: #728096;
    padding: 5px 1rem;
    border-radius: 1rem;
    color: #fff;
}
#subscription-header .cancel-subscription:hover {
    background-color: #000;
}
.prepaid-view-box {
    border: 1px solid rgb(219 226 235 / 0.6901960784);
    border-radius: 5px;
    padding: 1rem 0.5rem;
    margin-bottom: 1rem;
}
.chat-model-box div {
    padding: 0.5rem;
}
.chat-model-box input[type="radio"] {
    display: none;
}
.chat-model-box input[type="radio"]:not(:disabled) ~ label {
    cursor: pointer;
}
.chat-model-box input[type="radio"]:disabled ~ label {
    color: #bcc2bf !important;
    box-shadow: none;
    cursor: not-allowed;
}
.chat-model-box input[type="radio"]:disabled ~ label p {
    color: #bcc2bf !important;
}
.chat-model-box label {
    height: 100%;
    display: block;
    border: 1px solid rgb(219 226 235 / 0.6901960784);
    border-radius: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    position: relative;
}
.chat-model-box input[type="radio"]:checked + label {
    border-color: #007bff;
}
.chat-model-box input[type="radio"]:checked + label h6 {
    color: #007bff;
}
.chat-model-box .action-button {
    color: #007bff;
}
.chat-model-box .action-button:hover {
    color: #000;
}
#chat-export-button button {
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    box-shadow: none !important;
}
#chat-export-button .dropdown-menu.show {
    border-radius: 7px;
    border-color: #fff0;
}
#chat-export-button .dropdown-item {
    font-size: 12px;
    padding: 4px 12px;
    cursor: pointer;
}
#chat-export-button .dropdown-item:hover {
    color: #007bff;
}
.cms-box {
    border: 1px solid rgb(219 226 235 / 0.6901960784);
    padding: 0.5rem 1rem 1rem;
    border-radius: 1rem;
    width: 270px;
    height: 170px;
}
.cms-box .cms-status {
    position: absolute;
    right: 2rem;
    font-size: 10px;
    top: 1rem;
}
.cms-box .cms-image {
    max-width: 9rem;
}
.cms-box .cms-action {
    text-transform: none;
}
.cms-box .cms-deactive {
    background: #ffe2e5;
    color: red;
    padding: 3px 1rem;
    border-radius: 1rem;
}
.cms-box .cms-active {
    background: #00bc7e1a;
    color: #00bc7e;
    padding: 3px 1rem;
    border-radius: 1rem;
}
.show-text-result .tox .tox-editor-container {
    margin-left: auto;
    margin-right: auto;
}
.publish-action-buttons .dropdown-menu {
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    border-radius: 7px;
    margin-top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    appearance: none !important;
}
.side-plan-wrapper {
    margin-left: 1rem;
    margin-right: 1rem;
    padding: 5px;
    border: 1px solid rgb(235 236 241 / 0.9);
    border-radius: 10px;
}
.side-plan-wrapper span,
.side-plan-wrapper a {
    text-transform: none !important;
    font-size: 11px !important;
}
.side-plan-wrapper .view-credits {
    margin-top: -5px;
}
.side-plan-wrapper .view-credits a:hover,
.side-plan-wrapper .view-credits a:focus {
    color: #007bff !important;
}
.side-plan-wrapper #referral-button {
    background-color: #fff;
    border-color: #fff;
    color: #1e1e2d !important;
}
.side-plan-wrapper #referral-button:hover,
.side-plan-wrapper #referral-button:focus {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}
#creditsModel .modal-header {
    border-bottom: 1px solid #ebecf1;
    padding: 1rem 1.5rem;
}
#creditsModel .modal-header h6 {
    margin-top: auto;
    margin-bottom: auto;
}
.custom-banner-bg {
    background: linear-gradient(15deg, #004999 26.3%, #007bff 86.4%);
    color: #fff;
    border-radius: 8px;
}
.custom-banner-bg-image {
    background-image: url(/build/assets/wave-line-CIEgBAnf.png);
    background-size: cover;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.4;
    background-position: top;
}
.custom-span {
    padding: 3px 10px;
    background: #ffffff26;
    border-radius: 9px;
    text-transform: uppercase;
}
.custom-pricing-plan-button {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
    box-shadow: none;
    text-transform: none;
    padding: 7px 20px;
    z-index: 10;
}
.custom-pricing-plan-button:hover,
.custom-pricing-plan-button:focus {
    background-color: #007bff;
    border-color: #007bff;
}
.favorite-dashboard-panel {
    max-height: 400px;
    overflow-y: scroll;
}
.favorite-dashboard-panel .chat-boxes-dasboard {
    position: relative;
    margin-top: -2rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.favorite-dashboard-panel .chat-boxes-dasboard a {
    position: relative;
    top: 45px;
    margin-right: 1rem;
    float: right;
    z-index: 200;
}
.favorite-dashboard-panel .chat-boxes-dasboard a i.star {
    color: #ff9d00;
}
.favorite-dashboard-panel .chat-boxes-dasboard .card {
    box-shadow: none;
    border-color: #dbe2ebb0;
}
.favorite-dashboard-panel .chat-boxes-dasboard .card .widget-user-image {
    margin: 0;
    height: 70px;
    width: 70px;
}
.favorite-dashboard-panel .chat-boxes-dasboard .card h6 {
    line-height: 2;
}
.favorite-dashboard-panel .chat-boxes-dasboard .card:hover,
.favorite-dashboard-panel .chat-boxes-dasboard .card:focus {
    border-color: #007bff;
}
.favorite-dashboard-panel .chat-boxes-dasboard .premium {
    border-color: #ab54eb;
    background-color: #f6e9ff;
}
.favorite-dashboard-panel .chat-boxes-dasboard .professional {
    border-color: #007bff;
    background-color: #e1f0ff;
}
.favorite-dashboard-panel .chat-boxes-dasboard .package-badge {
    line-height: 1;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 35px;
    color: #fff !important;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    position: absolute;
    left: 1rem;
}
.favorite-dashboard-panel .chat-boxes-dasboard .btn-premium {
    background-color: #ab54eb;
    border-color: #ab54eb;
}
.favorite-dashboard-panel .chat-boxes-dasboard .btn-pro {
    background-color: #007bff;
    border-color: #007bff;
}
.favorite-dashboard-panel .chat-boxes-dasboard .btn-free {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.favorite-dashboard-panel .template-dashboard {
    position: relative;
    margin-top: -2rem;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.favorite-dashboard-panel .template-dashboard .card-body {
    flex-direction: row !important;
}
.favorite-dashboard-panel .template-dashboard a {
    position: relative;
    top: 45px;
    margin-right: 1rem;
    float: right;
    z-index: 200;
}
.favorite-dashboard-panel .template-dashboard a i.star {
    color: #ff9d00;
}
.favorite-dashboard-panel .template-dashboard .card {
    box-shadow: none;
    border-color: #dbe2ebb0;
}
.favorite-dashboard-panel .template-dashboard .card:hover,
.favorite-dashboard-panel .template-dashboard .card:focus {
    border-color: #007bff;
}
.favorite-dashboard-panel .template-dashboard .premium {
    border-color: #ab54eb;
}
.favorite-dashboard-panel .template-dashboard .professional {
    border-color: #007bff;
}
.usage-icon-dashboard {
    font-size: 27px;
    padding-top: 0.5rem;
}
.dashboard-border-right {
    border-right: 1px solid rgb(219 226 235 / 0.6901960784);
}
.user-dashboard-special-box {
    border: 1px solid rgb(219 226 235 / 0.6901960784);
}
.user-dashboard-special-box:hover {
    box-shadow: 0 20px 25px -5px #0f172a1a, 0 8px 10px -6px #0f172a1a;
    transition: all 0.3s ease;
}
table.table-hover > tbody > tr:hover td,
table.table-hover > tbody > tr:hover th {
    background-color: #f5f9fc !important;
}
.dashboard-timeline .vertical-timeline {
    width: 100%;
    position: relative;
    padding: 1.5rem 0 1rem;
}
.dashboard-timeline .vertical-timeline:before {
    content: "";
    position: absolute;
    top: 0;
    left: 87px;
    height: 100%;
    width: 4px;
    background: #e9ecef;
    border-radius: 0.25rem;
}
.dashboard-timeline .vertical-timeline-element {
    position: relative;
    margin: 0 0 1rem;
}
.dashboard-timeline
    .vertical-timeline--animate
    .vertical-timeline-element-icon.bounce-in {
    visibility: visible;
    animation: cd-bounce-1 0.8s;
}
.dashboard-timeline .vertical-timeline-element-icon {
    position: absolute;
    top: 0;
    left: 80px;
}
.dashboard-timeline .vertical-timeline-element-icon .badge-dot-xl {
    box-shadow: 0 0 0 5px #fff;
}
.dashboard-timeline .badge-dot-xl {
    width: 18px;
    height: 18px;
    position: relative;
}
.dashboard-timeline .badge:empty {
    display: none;
}
.dashboard-timeline .badge-dot-xl:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 0.25rem;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    background: #fff;
}
.dashboard-timeline .vertical-timeline-element-content {
    position: relative;
    margin-left: 115px;
    font-size: 0.8rem;
}
.dashboard-timeline .vertical-timeline-element-content .timeline-title {
    font-size: 0.8rem;
    text-transform: uppercase;
    margin: 0 0 0.5rem;
    padding: 2px 0 0;
    font-weight: 700;
}
.dashboard-timeline
    .vertical-timeline-element-content
    .vertical-timeline-element-date {
    display: block;
    position: absolute;
    left: -117px;
    top: 0;
    padding-right: 10px;
    text-align: right;
    color: #adb5bd;
    font-size: 0.7619rem;
    white-space: nowrap;
}
.dashboard-timeline .vertical-timeline-element-content:after {
    content: "";
    display: table;
    clear: both;
}
.dashboard-panel-500 {
    max-height: 500px;
    overflow-y: scroll;
}
.dashboard-panel-400 {
    max-height: 400px;
    overflow-y: scroll;
}
.dashboard-panel-350 {
    max-height: 350px;
    overflow-y: scroll;
}
.dashboard-menu-button {
    position: absolute;
    right: 1rem;
    top: 1rem;
}
.dashboard-menu-button .btn {
    padding: 0;
}
.dashboard-menu-button .dropdown-menu {
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    border-radius: 7px;
    margin-top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    appearance: none !important;
}
.dashboard-menu-button .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    appearance: none !important;
}
.dashboard-menu-button .dropdown-toggle:after {
    display: none;
}
#admin-dashboard-panels .widget-user-image-sm {
    border-radius: 50%;
}
#admin-dashboard-panels .card {
    box-shadow: none;
    border-color: #dbe2ebb0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0.5rem;
}
#admin-dashboard-panels .card:hover,
#admin-dashboard-panels .card:focus {
    border-color: #007bff;
}
#admin-dashboard-panels .dashboard-3-column {
    display: flex;
}
#admin-dashboard-panels .dashboard-3-column > * {
    width: 33.3333333333%;
}
#admin-dashboard-panels .dashboard-3-column > :first-child {
    width: 50%;
}
.height-400 {
    max-height: 400px;
    overflow-y: scroll;
}
.dashboard-box-border-top {
    border-top: 1px solid rgb(219 226 235 / 0.6901960784);
}
.dashboard-box-border-bottom {
    border-bottom: 1px solid rgb(219 226 235 / 0.6901960784);
}
.dashboard-box-border-right {
    border-right: 1px solid rgb(219 226 235 / 0.6901960784);
}
.dashboard-box-border-left {
    border-left: 1px solid rgb(219 226 235 / 0.6901960784);
}
.dashboard-fixed-457 {
    min-height: 457px;
}
.dashboard-center-text {
    position: absolute;
    top: 32%;
    left: 38%;
}
.dashboard-flags {
    max-width: 30px;
    display: block;
    border-radius: 5px;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    position: relative;
}
.photo-studio-tasks .nav-link.dropdown-toggle,
.photo-studio-tools .nav-link.dropdown-toggle,
.fashion-themes .nav-link.dropdown-toggle,
.themes .nav-link.dropdown-toggle {
    border: 1px solid rgb(203 213 224 / 0.7);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    padding: 15px 24px;
}
.photo-studio-tasks .nav-link.dropdown-toggle h6,
.photo-studio-tools .nav-link.dropdown-toggle h6,
.fashion-themes .nav-link.dropdown-toggle h6,
.themes .nav-link.dropdown-toggle h6 {
    margin-top: auto;
    margin-bottom: auto;
}
.photo-studio-tasks .dropdown-toggle:after,
.photo-studio-tools .dropdown-toggle:after,
.fashion-themes .dropdown-toggle:after,
.themes .dropdown-toggle:after {
    position: absolute;
    right: 1.5rem;
}
.photo-studio-tasks .dropdown .dropdown-menu,
.photo-studio-tools .dropdown .dropdown-menu,
.fashion-themes .dropdown .dropdown-menu,
.themes .dropdown .dropdown-menu {
    left: 0 !important;
    transform: none !important;
    max-height: 450px !important;
    top: 60px !important;
    border: 1px solid rgb(203 213 224 / 0.7) !important;
    border-radius: 0.5rem;
    overflow-y: scroll !important;
    width: 100%;
    padding: 0 0 0 4px !important;
    overflow-x: hidden;
}
.photo-studio-tasks .dropdown-item,
.photo-studio-tools .dropdown-item,
.fashion-themes .dropdown-item,
.themes .dropdown-item {
    padding-top: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgb(203 213 224 / 0.7);
    position: relative;
}
.photo-studio-tasks .dropdown-item h6,
.photo-studio-tools .dropdown-item h6,
.fashion-themes .dropdown-item h6,
.themes .dropdown-item h6 {
    margin-top: auto;
    margin-bottom: auto;
}
.themes #active-theme-image,
.fashion-themes #active-fashion-theme-image {
    max-width: 30px;
    border-radius: 50%;
}
.fashion-themes .theme-list,
.themes .theme-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    text-align: center;
}
.fashion-themes .theme-list a,
.themes .theme-list a {
    flex-direction: column;
    border: none !important;
}
.fashion-themes .theme-list a img,
.themes .theme-list a img {
    max-width: 120px;
    border-radius: 1rem;
    margin-bottom: 0.5rem;
    float: inherit;
}
.photo-studio-upload {
    border: 1px dashed rgb(203 213 224 / 0.7);
}
#photo-studio-placeholder {
    position: absolute;
    top: 41%;
    left: 41%;
    font-size: 14px;
}
#photo-studio-result img {
    border-radius: 1%;
}
#photo-studio-result .download-image {
    position: absolute;
    background-color: #0000005c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    box-shadow: 0 1px 1px #0000001a;
    left: 15px;
    top: 15px;
}
#photo-studio-result .download-image:hover {
    background: #0f0f11;
    color: #007bff;
}
#source-image-variations-mask {
    display: none;
}
.locale-action-button {
    position: absolute;
    right: 5px;
    top: 8px;
    min-width: 50px;
    text-transform: none;
    padding: 5px 10px;
}
.language-card {
    border-color: #dbe2ebb0;
    box-shadow: none;
}
.language-card:hover,
.language-card:focus {
    border-color: #007bff;
}
.language-action-buttons {
    background: none;
    transition: all 0.3s;
    border: none !important;
    outline: none;
}
.language-action-buttons:hover,
.language-action-buttons:focus {
    transform: translateY(-3px);
    box-shadow: 0 0.5rem 1rem #1d273b26;
}
.language-ellipsis {
    top: 0.8rem;
}
.language-switch-checkbox {
    position: absolute;
    right: 3rem;
    top: 0.9rem;
}
.language-editor-box {
    box-shadow: none;
    border-color: #dbe2ebb0;
}
.language-editor-box .card-table td {
    border-color: #dbe2ebb0;
}
.language-editor-box .card-table tr td:last-child,
.language-editor-box .card-table tr th:last-child {
    padding-right: 1rem;
}
.language-editor-box .form-control {
    font-size: 12px;
    border-color: #dbe2ebb0;
}
#search_string {
    border-color: #dbe2ebb0;
    padding: 1em;
    border-radius: 10px;
}
#search_string:hover,
#search_string:active,
#search_string:focus {
    border-color: #007bff;
}
.header-languages .dropdown-menu {
    padding: 0;
}
.header-languages .dropdown-menu .dropdown-item {
    padding: 0.4rem 1.5rem;
}
.cost-right-side {
    float: right;
    margin-right: 1rem;
}
.cost-sticky {
    position: sticky;
    top: 10rem;
}
.dashboard-4-column,
.dashboard-5-column {
    display: flex;
}
.dashboard-4-column > * {
    width: 25%;
}
.dashboard-5-column > * {
    width: 20%;
}
.dashboard-center-text-finance {
    position: absolute;
    top: 38%;
    left: 39%;
}
.plan-title-bar {
    padding: 0.8rem;
    border-radius: 7px;
    background: #e1f0ff;
}
.theme .theme-banner {
    display: flex;
    position: relative;
    overflow: hidden;
}
.theme .theme-banner figure {
    position: relative;
    float: left;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #0e2e40cc;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.theme .theme-banner figure figcaption a {
    position: absolute;
    top: 28%;
    left: 40%;
    width: 120px;
    opacity: 0;
    background: #fff3;
    padding: 5px;
    border-radius: 8px;
}
.theme .theme-banner figure img,
.theme .theme-banner figure a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}
.theme .theme-banner figure:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.theme .theme-banner figure:hover a {
    opacity: 1;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
}
.theme .theme-banner figure figcaption a:hover {
    color: #1e1e2d !important;
}
.tox-tinymce {
    border: 1px solid rgb(219 226 235 / 0.6901960784) !important;
    border-radius: 8px !important;
}
.tox:not(.tox-tinymce-inline) .tox-editor-header {
    box-shadow: none !important;
    border-bottom: 1px solid rgb(219 226 235 / 0.6901960784) !important;
}
.ace_editor {
    min-height: 250px;
    border: 1px solid rgb(219 226 235 / 0.6901960784);
    border-radius: 8px;
}
.mce-content-body p {
    font-size: 14px !important;
}
#faqs {
    padding: 0 0 90px;
}
#faqs #accordion {
    width: 100%;
}
#faqs #accordion .card {
    border-radius: 5px !important;
    box-shadow: inset 0 1px 0.5px #ffffff13, 0 0.3px 0.4px #00000006,
        0 0.9px 1.5px #0000000d, 0 3.5px 6px #0000001a;
    border: none !important;
    border-bottom: none !important;
    overflow: visible;
    margin-bottom: 0.5rem;
    transition: box-shadow 0.2s ease-in-out !important;
}
#faqs #accordion .card:hover,
#faqs #accordion .card:focus {
    box-shadow: 0 0.9px 1.5px #00000008, 0 3.1px 5.5px #00000014,
        0 14px 25px #0000001f;
}
#faqs #accordion .card .card-header {
    border-bottom: none;
    transition: box-shadow 0.2s ease-in-out !important;
}
#faqs #accordion .card .card-header h5 {
    width: 100%;
}
#faqs #accordion .card .card-header h5 span {
    text-align: left;
}
#faqs #accordion .card .card-header .btn-link {
    font-size: 14px;
    color: #1e1e2d;
    font-weight: 600;
    width: 100%;
    outline: none;
    border: none;
    text-decoration: none;
}
#faqs #accordion .card .card-header .btn-link:hover,
#faqs #accordion .card .card-header .btn-link:focus {
    color: #007bff;
    text-decoration: none !important;
    outline: none !important;
}
#faqs #accordion .card .card-body {
    font-size: 14px;
    padding-left: 2.2rem;
}
.extensions .card {
    border-radius: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
}
.extensions .card:hover,
.extensions .card:focus {
    box-shadow: 0 20px 25px -5px #0f172a1a, 0 8px 10px -6px #0f172a1a;
    transform: translateY(-5px);
    border-color: #fff;
}
.extension-icon i {
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff0;
    background-image: linear-gradient(to top right, #4060ff, #bf80ff 82.51%);
    font-size: 60px;
}
.theme-icon {
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff0;
    background-image: linear-gradient(to top right, #4060ff, #bf80ff 82.51%);
    font-size: 50px;
}
.result-box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border: 1px solid #ebecf1;
    border-radius: 1rem;
    padding: 2rem;
    transition: box-shadow 0.2s ease-in-out !important;
    margin-bottom: 1.1rem;
}
.result-box .result-values {
    display: flex;
    align-items: center;
}
.result-box .result-values p {
    margin-right: 2rem;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 14px;
}
.result-box .result-output {
    display: flex;
}
.result-box .result-output p {
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 1rem;
    font-size: 14px;
}
.result-box:hover,
.result-box:focus {
    border-color: #fff0;
    box-shadow: 0 0.9px 1.5px #00000008, 0 3.1px 5.5px #00000014,
        0 14px 25px #0000001f;
}
#extended .card,
#api .card,
#gateways .card {
    cursor: pointer;
    transition: all 0.3s ease;
}
#extended .card:hover,
#extended .card:focus,
#api .card:hover,
#api .card:focus,
#gateways .card:hover,
#gateways .card:focus {
    border-color: #fff0;
    box-shadow: 0 0.9px 1.5px #00000008, 0 3.1px 5.5px #00000014,
        0 14px 25px #0000001f;
    transform: translateY(-5px);
}
.msg-text h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 1rem;
}
.msg-text h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 1rem;
}
.avatar-banner {
    background: url(https://cdn.prod.website-files.com/65e89895c5a4b8d764c0d710/660fd50fad726e1e59e82fe4_Light-Background-Pattern-Indigo-p-2000.webp);
    height: 150px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.avatar-banner #img-1 {
    width: 9.5%;
    right: 1rem;
    position: absolute;
    top: 10px;
}
.avatar-banner #img-2 {
    position: absolute;
    right: 320px;
    width: 10%;
    top: 10px;
}
.avatar-banner #img-3 {
    position: absolute;
    right: 150px;
    width: 12%;
    top: 0;
}
.avatar-menu .side-menu__item {
    padding: 0 1rem;
    margin-top: 2px;
    margin-bottom: 2px;
}
.avatar-menu .side-menu__item:hover,
.avatar-menu .side-menu__item:focus {
    border-left: none;
    border-radius: 0.7rem;
}
.avatar-menu .side-menu__item.active {
    color: #1e1e2d;
    background: #f5f9fc;
    border-left: none;
    border-radius: 0.7rem;
}
.avatar-menu .side-menu__label {
    font-size: 14px;
}
.avatar-menu .side-menu__icon {
    font-size: 16px;
    margin-right: 0.5rem;
}
.avatar-action-btn {
    font-size: 14px;
    width: 100%;
    padding: 0.8rem 1rem;
    border-radius: 8px;
    color: #fff !important;
    background-color: #1e1e2d;
    border-color: #1e1e2d;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
    transition: all 0.3s;
    display: block;
}
.avatar-action-btn:hover,
.avatar-action-btn:focus {
    background-color: #007bff;
    border-color: #007bff;
}
.avatar-task-box {
    height: 500px;
    display: flex;
    text-align: center;
    margin: 2rem;
    border: 1px dashed #ccc;
    border-radius: 1rem;
    background: #f5f9fc;
    overflow: hidden;
}
.avatar-task-box:hover,
.avatar-task-box:focus {
    border-color: #007bff;
}
.avatar-task-box a {
    font-size: 14px;
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
}
.avatar-card {
    box-shadow: none;
    border: none;
    background: #f5f9fc;
    cursor: pointer;
    transition: all 0.3s ease;
}
.avatar-card:hover,
.avatar-card:focus {
    box-shadow: 0 0.9px 1.5px #00000008, 0 3.1px 5.5px #00000014,
        0 14px 25px #0000001f;
    transform: translateY(-5px);
}
.avatar-card .avatar-card-box {
    position: relative;
}
.avatar-card .avatar-card-box .avatar-favorite {
    font-size: 14px;
    background: #fff;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    left: 0.5rem;
    top: 0.5rem;
    text-align: center;
    border-radius: 5px;
    display: none;
    transition: all 0.3s ease;
    box-shadow: #4055801f 0 2px 6px;
}
.avatar-card .avatar-card-box .avatar-favorite i {
    color: #e2e4e8 !important;
}
.avatar-card .avatar-card-box .avatar-favorite:hover,
.avatar-card .avatar-card-box .avatar-favorite:focus {
    background-color: #007bff;
}
.avatar-card .avatar-card-box:hover .avatar-favorite {
    display: block;
}
.avatar-card .avatar-card-box .marked-favorite i {
    color: #007bff !important;
}
.avatar-card .avatar-card-box .marked-favorite:hover,
.avatar-card .avatar-card-box .marked-favorite:focus {
    background-color: #fff;
}
.avatar-card .avatar-image-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
}
.avatar-card .avatar-image-box .avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-user-select: none;
    user-select: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.avatar-card .talking-photos {
    aspect-ratio: 1/1.5;
    padding: 0.7rem;
}
.avatar-card .background-photos {
    aspect-ratio: 2/1;
    padding: 0.7rem;
}
.avatar-card .talking-photos-generate {
    aspect-ratio: 1/1;
    padding: 0.7rem;
}
.avatar-images-border-line {
    border: 1px dashed #e2e4e8;
    border-radius: 1rem;
    max-height: 1200px;
    overflow-y: scroll;
    overflow-x: clip;
}
.selected-avatar-image-box {
    height: 300px;
    border: 1px dashed #e2e4e8;
    border-radius: 1rem;
    padding: 2rem;
    position: relative;
    text-align: center;
    margin-bottom: 2rem;
}
.selected-avatar-image-box img {
    border-radius: 1rem;
    width: auto;
    height: 100%;
}
.avatar-input-text {
    border: 1px dashed #e2e4e8;
    border-radius: 1rem;
    padding: 2rem;
}
.avatar-list-return i {
    width: 30px;
    height: 30px;
    background: #f5f9fc;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    margin-right: 0.5rem;
    border-radius: 8px;
}
.avatar-list-return i:hover,
.avatar-list-return i:focus {
    box-shadow: #4055801f 0 2px 6px;
}
.create-avatar-card {
    border: 1px dashed #007bff;
}
.create-avatar-card .talking-photos i {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
}
.create-avatar-card .talking-photos p {
    position: absolute;
    top: 60%;
    left: 0;
    right: 0;
}
.create-avatar-card:hover .talking-photos i,
.create-avatar-card:hover .talking-photos p,
.create-avatar-card:focus .talking-photos i,
.create-avatar-card:focus .talking-photos p {
    color: #007bff !important;
}
#avatar-upload-button {
    width: 300px;
}
#avatar-upload-button:hover,
#avatar-upload-button:focus {
    background: #007bff !important;
}
.avatar-result-delete {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 13px;
    color: #728096;
}
.avatar-result-delete:hover {
    color: #b02a37;
}
.avatar-result-prompt {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
}
.avatar-result-prompt:hover {
    color: #1e1e2d !important;
}
.avatar-voice-samples-box .avatar-voice-samples .table-action-buttons {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 48px;
}
.avatar-voice-samples-box:hover,
.avatar-voice-samples-box:focus {
    border-color: #007bff;
    cursor: pointer;
}
.avatar-voice-samples-box {
    position: relative;
}
.avatar-voice-samples-box .avatar-favorite {
    font-size: 14px;
    background: #fff;
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    right: 0.5rem;
    top: 0.5rem;
    text-align: center;
    border-radius: 5px;
    display: none;
    transition: all 0.3s ease;
    box-shadow: #4055801f 0 2px 6px;
}
.avatar-voice-samples-box .avatar-favorite i {
    color: #e2e4e8 !important;
}
.avatar-voice-samples-box .avatar-favorite:hover,
.avatar-voice-samples-box .avatar-favorite:focus {
    background-color: #007bff;
}
.avatar-voice-samples-box:hover .avatar-favorite {
    display: block;
}
.avatar-voice-samples-box .marked-favorite i {
    color: #007bff !important;
}
.avatar-voice-samples-box .marked-favorite:hover,
.avatar-voice-samples-box .marked-favorite:focus {
    background-color: #fff;
}
.modal-open .modal-backdrop {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: #0000001a;
    opacity: 1 !important;
}
.subscription-extension-row {
    border: 1px solid rgb(219 226 235 / 0.6901960784);
    padding: 1.5rem 0.5rem;
    border-radius: 0.5rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    margin-bottom: 2rem;
}
.update-available {
    font-weight: 500;
    font-size: 11px;
    margin-left: 0.5rem;
    background: #fff4df;
    color: #ff9d00;
    padding: 5px 1rem;
    border-radius: 1rem;
}
.free-available-extension {
    position: absolute;
    right: 1rem;
    top: 0.7rem;
    font-weight: 500;
    font-size: 11px;
    margin-left: 0.5rem;
    background: #d1d3e0;
    color: #1e1e2d;
    padding: 3px 1rem;
    border-radius: 1rem;
}
.update-available-extension {
    position: absolute;
    right: 1rem;
    top: 2.7rem;
    font-weight: 500;
    font-size: 11px;
    margin-left: 0.5rem;
    background: #fff4df;
    color: #ff9d00;
    padding: 5px 1rem;
    border-radius: 1rem;
}
.new-available-extension {
    position: absolute;
    right: 1rem;
    top: 0.7rem;
    font-weight: 500;
    font-size: 11px;
    margin-left: 0.5rem;
    background: #ffe2e5;
    color: red;
    padding: 3px 1rem;
    border-radius: 1rem;
}
.social-providers .templates-nav-menu .template-nav-menu-inner {
    border-radius: 0.5rem;
    padding: 0;
}
.social-providers .templates-nav-menu .nav-tabs .nav-link {
    font-size: 20px;
    margin-right: 0;
    border-radius: 0;
    font-weight: 400;
}
.social-providers .templates-nav-menu .nav-tabs .nav-link:hover,
.social-providers .templates-nav-menu .nav-tabs .nav-link:focus {
    background-color: #f5f9fc;
    box-shadow: none;
    border: none;
}
.social-providers .templates-nav-menu .nav-tabs .active {
    box-shadow: none;
    border: none;
    background-color: #f5f9fc;
}
.social-live-preview .tab-content .tab-pane {
    border: 1px solid #ebecf1;
    border-radius: 0.5rem;
    padding: 1rem;
}
.social-live-preview .tab-content .tab-pane .social-preview-panel {
    border: 1px solid #ebecf1;
    border-radius: 0.2rem;
    padding: 1rem;
}
.social-preview-modal {
    border: 1px solid #ebecf1;
    border-radius: 0.5rem;
    padding: 2rem;
}
.social-post-box .social-post-author {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}
.social-post-box .social-post-author img.width-48 {
    width: 48px;
    border-radius: 100px;
    margin-right: 0.7rem;
}
.social-post-box .social-post-author img.width-38 {
    width: 38px;
    border-radius: 100px;
    margin-right: 0.7rem;
}
.social-post-box .social-post-author h1 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
}
.social-post-box .social-post-author small {
    font-size: 12px;
    display: block;
}
.social-post-box p {
    font-size: 14px;
}
.social-post-box .social-main-image {
    border: 1px solid #ebecf1;
}
.social-post-box .social-main-image:hover,
.social-post-box .social-main-image:focus {
    border-color: #007bff;
}
.social-post-box .social-main-text {
    min-height: 70px;
}
.social-post-box .social-main-text .social-output img {
    width: 18px;
}
.social-post-box .social-main-text .empty-text-line {
    margin-bottom: 3px;
    height: 13px;
    background: #f5f9fc;
}
.social-post-box .social-post-stats {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 6px;
}
.social-post-box .social-post-stats div {
    display: flex;
    align-items: center;
}
.social-post-box .social-post-stats img {
    margin-right: -5px;
}
.social-post-box .social-post-stats .liked-users {
    margin-left: 10px;
}
.social-post-box .social-post-activity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
}
.social-post-box .social-post-activity div {
    display: flex;
    align-items: center;
}
.social-post-box .social-post-activity .post-activity-user-icon {
    width: 22px;
    border-radius: 50%;
}
.social-post-box .social-post-activity .post-activity-arrow-icon {
    width: 12px;
    margin-left: 5px;
}
.social-post-box .social-post-activity .post-activity-link img {
    width: 18px;
    margin-right: 8px;
}
.social-task-type button {
    border: 1px solid #f5f9fc;
    box-shadow: none !important;
    outline: none;
}
.social-task-type button:hover,
.social-task-type button:focus {
    border-color: #007bff;
}
.social-task-type button.active {
    background: #f5f9fc;
}
.social-media-upload {
    border: 1px dashed #ebecf1;
}
.schedule-pox-box-inner {
    border: 1px solid #ebecf1;
    border-radius: 0.5rem;
    padding: 1rem;
}
.emojionearea .emojionearea-editor {
    min-height: 10em;
    max-height: 20em;
}
.emojionearea,
.emojionearea.form-control {
    box-shadow: none;
    border: 1px solid #ebecf1;
}
.emojionearea:hover,
.emojionearea:focus,
.emojionearea.form-control:hover,
.emojionearea.form-control:focus {
    border: 1px solid #007bff;
}
.fc .fc-scrollgrid-liquid {
    border-top: none;
}
.fc .fc-col-header-cell {
    border-left: none !important;
    border-right: none !important;
}
.fc .fc-toolbar-title {
    font-size: 16px;
    font-weight: 700;
}
.fc .fc-scrollgrid-sync-inner {
    text-align: right;
}
.fc .fc-scrollgrid-sync-inner .fc-col-header-cell-cushion {
    font-size: 14px;
    text-align: right;
    color: #728096;
}
.fc .fc-button-group {
    font-size: 12px;
}
.fc .fc-button-group button {
    margin-right: 3px;
    padding: 5px 1rem;
    text-transform: capitalize;
}
.fc .fc-today-button {
    font-size: 12px;
    padding: 5px 1rem !important;
    text-transform: capitalize;
}
.fc .fc-daygrid-event {
    padding: 5px;
}
.video-video-settings .range {
    position: relative;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.video-video-settings .range .range_in {
    position: relative;
    width: 100%;
}
.video-video-settings .range .range_in input {
    -webkit-appearance: none;
    width: 100%;
    margin: 0;
    outline: 0;
    border: none;
    background-color: #c0bcca;
}
.video-video-settings .range .range_in .slider {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
    pointer-events: none;
    background: #007bff;
}
.video-video-settings .range .range_in .slider:before {
    width: 14px;
    height: 14px;
    background: #007bff;
    cursor: pointer;
    border-radius: 100%;
    position: absolute;
    display: block;
    right: 0;
    top: 50%;
    margin-top: -7px;
    content: "";
    z-index: 2;
}
.video-video-settings .range .range_in .slider:after {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    content: "";
    border-radius: 5px 0 0 5px;
}
.video-video-settings .range .range_in .slider,
.video-video-settings .range .range_in input {
    display: block;
    height: 4px;
    border-radius: 5px;
}
.video-video-settings .range .range_in input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: #007bff;
    cursor: pointer;
    border-radius: 100%;
    opacity: 0;
}
.video-video-settings .range .range_in input::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: #007bff;
    cursor: pointer;
    border-radius: 100%;
    z-index: 3;
    opacity: 0;
}
.video-video-settings .range .value {
    flex: auto;
    width: 40px;
    text-align: right;
    padding-left: 10px;
    font-size: 12px;
}
#voice-search-panel .search-template .input-box .form-control {
    box-shadow: none;
    border-color: #dbe2ebb0;
}
#voice-search-panel .search-template .input-box .form-control:hover,
#voice-search-panel .search-template .input-box .form-control:focus {
    border-color: #007bff;
}
.social-media-account-buttons a {
    background: #1e1e2d;
    border-color: #1e1e2d;
}
.social-media-account-buttons a:hover,
.social-media-account-buttons a:focus {
    background: #007bff;
    border-color: #007bff;
}
.social-account-dropdown-info {
    flex: 1 auto;
    min-width: 0;
}
.social-account-dropdown-checkbox {
    margin-top: auto;
}
.no-border-bottom {
    border: none !important;
}
.super-large-model {
    max-width: 80% !important;
}
.modal-content {
    border: none;
    box-shadow: #0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;
    border-radius: 0.5rem;
}
#textract-results-box {
    border: 1px solid rgb(0 0 0 / 0.125);
    position: relative;
}
#textract-results-box #results-heading {
    padding: 0.6rem 0.5rem;
    border-bottom: 1px solid rgb(0 0 0 / 0.125);
}
#textract-results-box #results-heading .nav .nav-link {
    color: #1e1e2d;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 14px;
    border-radius: 0;
    padding: 0.2rem 1rem;
    font-family: Poppins, sans-serif;
}
#textract-results-box #results-heading .nav .nav-link .active {
    color: #007bff !important;
    background: none !important;
}
#textract-results-box #results-heading .nav .nav-link:hover,
#textract-results-box #results-heading .nav .nav-link:focus {
    color: #007bff;
}
#textract-results-box #results-heading .nav .nav-item .middle {
    border-left: 1px solid rgb(0 0 0 / 0.125);
    border-right: 1px solid rgb(0 0 0 / 0.125);
}
#textract-results-box #results-heading .nav-pills .nav-link.active,
#textract-results-box #results-heading .nav-pills .show > .nav-link {
    color: #007bff !important;
    background: none !important;
}
#textract-results-box #results-content {
    padding: 1rem;
    min-height: 400px;
}
#textract-results-box .text {
    font-size: 12px;
    font-weight: 400;
    background: #f1faff;
    padding: 0.5rem;
    margin-bottom: 0.5rem;
    color: #1e1e2d;
}
#textract-results-box .text:hover {
    color: #007bff;
    border-color: #007bff;
}
#textract-results-box .inline-text {
    margin-right: 0.5rem;
    display: inline-block;
}
#textract-results-box #forms-content,
#textract-results-box #dynamic-table {
    font-size: 12px;
}
#textract-results-box #dynamic-table tr:nth-child(1) {
    background-color: #343a40;
    color: #fff;
}
#textract-results-box #dynamic-table tr:nth-child(2n) {
    background-color: #f5f9fc;
}
#textract-results-box #form-results tr:nth-child(odd) {
    background-color: #f5f9fc;
}
#textract-results-box #summary-results tr:nth-child(odd) {
    background-color: #f5f9fc;
}
#textract-results-box #summary-items tr:nth-child(odd) {
    background-color: #f5f9fc;
}
#textract-results-box #dynamic-table td {
    border-top: 1px solid #dee2e6;
    padding: 0.5rem;
}
#textract-results-box #results-content .no-analysis {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
}
#textract-results-box .remove-canvas {
    display: none;
}
#textract-image-view img {
    z-index: 0;
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid rgb(0 0 0 / 0.125);
}
#textract-image-view #document-inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#textract-image-view #document-inner canvas {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}
.menu-builder-container {
    margin: 0 auto;
    padding: 0 1rem;
}
.menu-builder-container .menu-header {
    margin-bottom: 1.25rem;
    opacity: 0.6;
}
.menu-builder-container .menu-description {
    margin-bottom: 2rem;
}
.menu-builder-container .menu-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    list-style-type: none;
}
.menu-builder-container .children-menu-list {
    margin-top: 1rem;
    margin-left: 2rem;
}
.menu-builder-container .menu-item {
    font-size: 0.75rem;
    font-weight: 500;
}
.menu-builder-container .menu-item ol {
    list-style-type: none;
    margin-top: 1rem;
    margin-left: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.menu-builder-container .ui-sortable-placeholder {
    border: 2px dashed #ebecf1;
    border-radius: 0.75rem;
}
.menu-builder-container .menu-item-inner {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    padding: 0.5rem 1rem;
    transition: all 0.3s;
    min-height: 52px;
}
.menu-builder-container .menu-item-inner:hover {
    box-shadow: 0 10px 15px -3px #0000000d;
}
.menu-builder-container .menu-handle {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: grab;
}
.menu-builder-container .menu-content {
    display: flex;
    flex-grow: 1;
    align-items: center;
    gap: 0.75rem;
}
.menu-builder-container .menu-label {
    width: 1.5rem;
    height: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    background-color: #007bff;
    color: #fff;
    font-size: 0.625rem;
}
.menu-builder-container .menu-input {
    border: none;
    background: #fff0;
}
.menu-builder-container .menu-input:hover,
.menu-builder-container .menu-input:focus {
    border: 1px solid #007bff;
    border-radius: 0.4rem;
}
.menu-builder-container .menu-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.menu-builder-container .custom-switch {
    margin-bottom: 0;
}
.menu-builder-container .menu-children {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 4rem;
}
.menu-builder-container .menu-divider {
    border-top: 2px solid #ebecf1;
    flex-grow: 1;
}
.menu-builder-container .btn {
    display: inline-flex;
    align-items: center;
    padding: 0.5rem 0.2rem;
    border-radius: 0.375rem;
    font-size: 1rem;
    font-weight: 500;
    transition: all 0.3s;
}
.menu-builder-container .btn:hover,
.menu-builder-container .btn:focus {
    color: #007bff;
}
.menu-builder-container .btn-ghost {
    background: #fff0;
}
.menu-builder-container .btn-ghost:hover {
    background-color: #f3f4f6;
}
.menu-builder-container .btn-danger:hover {
    background-color: #ef4444;
    color: #fff;
}
.slide-child-icon {
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
    font-weight: 400;
    opacity: 0.7;
    font-size: 8px;
}
.chat-controllers .live-mic-button {
    background: #007bff;
    padding: 0.5rem 0.7rem;
    color: #fff !important;
}
.chat-controllers .live-mic-button:hover,
.chat-controllers .live-mic-button:focus {
    background: #1e1e2d;
    color: #fff;
}
.is-streaming {
    background: #1e1e2d;
}
.chat-sidebar-messages {
    position: relative;
    transition: all 0.3s ease;
}
.sound-wave-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}
.recording-active .sound-wave-overlay {
    display: flex;
}
.sound-wave {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    height: 42px;
    position: relative;
    transform: scale(0.7);
}
.sound-wave-bar {
    width: 3px;
    height: 100%;
    background: linear-gradient(45deg, #1e1e2b, #2d2d3d);
    border-radius: 12px;
    animation: sound-wave-anim 1s ease-in-out infinite;
}
.sound-wave-bar:nth-child(1) {
    animation-delay: 0.1s;
}
.sound-wave-bar:nth-child(2) {
    animation-delay: 0.2s;
}
.sound-wave-bar:nth-child(3) {
    animation-delay: 0.3s;
}
.sound-wave-bar:nth-child(4) {
    animation-delay: 0.4s;
}
.sound-wave-bar:nth-child(5) {
    animation-delay: 0.5s;
}
.sound-wave-bar:nth-child(6) {
    animation-delay: 0.4s;
}
.sound-wave-bar:nth-child(7) {
    animation-delay: 0.3s;
}
.sound-wave-bar:nth-child(8) {
    animation-delay: 0.2s;
}
.sound-wave-bar:nth-child(9) {
    animation-delay: 0.1s;
}
@keyframes sound-wave-anim {
    0% {
        transform: scaleY(0.2);
        opacity: 0.2;
    }
    50% {
        transform: scaleY(1);
        opacity: 1;
        background: linear-gradient(45deg, #007bff, #4da3ff);
    }
    to {
        transform: scaleY(0.2);
        opacity: 0.2;
    }
}
.sound-wave-bar {
    box-shadow: 0 0 7px #007bff66;
    animation: sound-wave-anim 1s ease-in-out infinite,
        glow 2s ease-in-out infinite alternate;
}
@keyframes glow {
    0% {
        box-shadow: 0 0 7px #007bff66;
    }
    to {
        box-shadow: 0 0 14px #007bff99, 0 0 21px #007bff66;
    }
}
.recording-active .sound-wave:before,
.recording-active .sound-wave:after {
    content: "";
    position: absolute;
    width: 140px;
    height: 140px;
    background: #007bff14;
    border-radius: 50%;
    animation: pulse-ring 3s ease-out infinite;
}
.recording-active .sound-wave:after {
    animation-delay: 1.5s;
}
@keyframes pulse-ring {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    to {
        transform: scale(1.5);
        opacity: 0;
    }
}
@media (max-width: 768px) {
    .sound-wave {
        height: 30px;
        gap: 2px;
    }
    .sound-wave-bar {
        width: 2px;
    }
    .recording-active .sound-wave:before,
    .recording-active .sound-wave:after {
        width: 100px;
        height: 100px;
    }
}
.chat-sidebar-messages {
    transition: filter 0.3s ease-in-out;
}
.sound-wave-overlay {
    background: #ffffff1a;
}
.sound-wave-overlay {
    will-change: backdrop-filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
@supports not (backdrop-filter: blur(4px)) {
    .sound-wave-overlay {
        background: #fffc;
    }
}
.chat-new-model-info {
    position: absolute;
    top: 1.4rem;
    left: 1.5rem;
    font-size: 10px;
    background: #007bff;
    padding: 0.2rem 0.9rem;
    color: #fff;
    border-radius: 50px;
}
.markdown-content {
    line-height: 1.6;
}
.markdown-content h1 {
    font-size: 20px;
    margin-top: 1rem;
}
.markdown-content h2 {
    font-size: 16px;
    margin-top: 1.5rem;
}
.markdown-content pre {
    background-color: #1e1e1e !important;
    border-radius: 5px;
    padding: 16px;
    overflow: auto;
    font-size: 14px;
    line-height: 1.45;
    margin: 1em 0;
    border: 1px solid #333;
}
.markdown-content code {
    font-family: Consolas, Monaco, Courier New, monospace;
    font-size: 14px;
}
.markdown-content p code,
.markdown-content li code {
    background-color: #1e1e1e;
    color: #d4d4d4;
    padding: 2px 5px;
    border-radius: 3px;
}
.markdown-content pre code {
    background-color: #fff0;
    border: 0;
    display: block;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    padding: 0;
    word-wrap: normal;
    color: #d4d4d4;
}
.markdown-content h1,
.markdown-content h2,
.markdown-content h3,
.markdown-content h4,
.markdown-content h5,
.markdown-content h6 {
    margin-top: 1em;
    margin-bottom: 0.5em;
}
.markdown-content blockquote {
    border-left: 4px solid #d0d7de;
    color: #656d76;
    margin: 16px 0;
    padding: 0 16px;
}
.markdown-content table {
    border-collapse: collapse;
    border-spacing: 0;
    display: block;
    margin-top: 0;
    margin-bottom: 16px;
    width: 100%;
    overflow: auto;
}
.markdown-content table th,
.markdown-content table td {
    border: 1px solid #d0d7de;
    padding: 6px 13px;
}
.markdown-content table tr:nth-child(2n) {
    background-color: #f6f8fa;
}
.markdown-content ul,
.markdown-content ol {
    margin-left: 1.5em;
    margin-bottom: 1em;
}
.markdown-content li + li {
    margin-top: 0.25em;
}
.markdown-content p {
    margin-top: 0;
    margin-bottom: 16px;
}
.markdown-content hr {
    height: 0.25em;
    padding: 0;
    margin: 24px 0;
    background-color: #d0d7de;
    border: 0;
}
.animated-word {
    opacity: 0;
    transition: opacity 0.2s ease-in;
    display: inline-block;
}
.animated-word.active {
    opacity: 1;
}
.fade-in {
    opacity: 0;
    animation: fadeIn 0.5s ease-in forwards;
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
pre {
    background-color: #f5f5f5;
    padding: 10px;
    border-radius: 4px;
    overflow-x: auto;
    margin: 10px 0;
}
code {
    font-family: Courier New, Courier, monospace;
}
blockquote {
    border-left: 4px solid #dfe2e5;
    margin: 0;
    padding-left: 1em;
    color: #6a737d;
}
.stream-animated-word {
    opacity: 0;
}
.stream-animated-word.animated {
    opacity: 1;
}
.stream-animated-word pre {
    margin: 1em 0;
    padding: 1em;
    background: #f6f8fa;
    border-radius: 6px;
    overflow-x: auto;
    direction: ltr;
}
.stream-animated-word code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    font-size: 14px;
    line-height: 1.5;
    direction: ltr;
    text-align: left;
}
.hljs-keyword,
.hljs-selector-tag {
    color: #d73a49 !important;
}
.hljs-string,
.hljs-attr {
    color: #032f62 !important;
}
.hljs-comment {
    color: #6a737d !important;
}
.hljs-function {
    color: #6f42c1 !important;
}
.animated-word {
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.animated-word.animated {
    opacity: 1;
}
.markdown-content {
    transition: all 0.3s ease-in-out;
}
.markdown-content pre {
    transition: background-color 0.3s ease-in-out;
}
.hljs {
    transition: color 0.3s ease-in-out;
}
.card-body-gradient {
    background-image: url(/build/assets/waves-BGPnxgJW.png);
    background-size: cover;
    background-position: center;
    transition: all 0.3s ease;
}
.card-body-gradient:hover,
.card-body-gradient:focus {
    box-shadow: 0 20px 25px -5px #0f172a1a, 0 8px 10px -6px #0f172a1a;
    transform: translateY(-5px);
    cursor: pointer;
    border-color: #fff0;
}
.card-header-gradient {
    -webkit-background-clip: text;
    background-clip: text;
    color: #fff0;
    background-image: linear-gradient(to top right, #007bff, #bf7fff 70.51%);
    font-weight: 800;
}
.premier-button {
    background-color: #fff !important;
    border-color: linear-gradient(
        to top right,
        #007bff,
        #bf7fff 70.51%
    ) !important;
    box-shadow: none;
    color: transparent !important;
    transition: all 0.3s ease;
}
.premier-button:hover,
.premier-button:focus {
    background-image: linear-gradient(
        to top right,
        #007bff,
        #bf7fff 70.51%
    ) !important;
    border-color: transparent !important;
}
.premier-button:hover .card-header-gradient,
.premier-button:focus .card-header-gradient {
    color: #fff !important;
}
.post-image-sm {
    clear: both;
    display: block;
    position: relative;
}
.post-image-sm img {
    width: 40px;
}
.social-post-posted {
    background: #e1f0ff;
    color: #007bff;
}
.social-post-scheduled {
    background: #fff4df;
    color: #ff9d00;
}
.social-post-failed {
    background: #ffe2e5;
    color: red;
}
.social-post-draft {
    background: #d1d3e0;
    color: #1e1e2d;
}
.social-user-image-sm {
    height: 44px;
    width: 44px;
    clear: both;
    display: block;
    border-radius: 0.42rem;
    position: relative;
}
.social-account-cards .card {
    cursor: pointer;
    transition: all 0.3s ease;
}
.social-account-cards .card:hover,
.social-account-cards .card:focus {
    border-color: #fff0;
    box-shadow: 0 0.9px 1.5px #00000008, 0 3.1px 5.5px #00000014,
        0 14px 25px #0000001f;
    transform: translateY(-5px);
}
.post-modal .post-description-box .description-title {
    color: #7e7a86;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 2px;
    font-size: 12px;
}
.post-modal .post-description-box .description-data {
    font-size: 14px;
    font-weight: 700;
}
.post-modal .post-description-box .prompt {
    border: 1px solid #ebecf1;
    border-radius: 5px;
    padding: 1rem;
}
.chat-share-container {
    box-shadow: none !important;
    border: 1px solid #ebecf1 !important;
    max-width: 800px;
}
.chat-share-container .chat-message-container {
    width: auto;
}
.chat-share-copy .input-box {
    margin-bottom: 1rem;
}
.chat-share-copy .input-box .form-control {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #fff !important;
    border-radius: 50vh !important;
    border: 1px solid #ebecf1;
    box-shadow: none;
}
.chat-share-copy .input-box .form-control:focus {
    border-color: #007bff;
}
.chat-share-copy .input-group {
    position: relative;
}
.chat-share-copy .btn-copy {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff0;
    border: none;
    color: #6c757d;
    padding: 5px;
    cursor: pointer;
    z-index: 10;
}
.chat-share-copy .btn-copy:hover {
    color: #007bff;
}
#target-image-view,
#swap-image-view {
    border-radius: 10px;
}
#chat-share-permission,
#chat-share-time {
    border-radius: 1.5rem;
}
.air-datepicker-global-container {
    z-index: 2000 !important;
}
.transcript-segment {
    padding: 10px;
    border-bottom: 1px dashed #eee;
}
.transcript-segment:hover {
    background-color: #f9f9f9;
}
.speaker-name {
    font-weight: 700;
    margin-bottom: 5px;
}
.time-range {
    font-size: 12px;
}
#transcript-result {
    border: 1px dashed #ebecf1;
    border-radius: 0.5rem;
    padding: 2rem;
    position: relative;
}
#transcript-result #lang,
#transcript-result #time {
    font-size: 14px;
    font-weight: 400;
}
#transcript-result #main {
    border: 1px dashed #ebecf1;
    border-radius: 0.5rem;
    padding: 1rem;
    font-size: 14px;
}
#transcript-result .card {
    box-shadow: none;
    border-color: #dbe2ebb0;
    position: relative;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    margin-bottom: 1rem;
}
#transcript-result .card:hover,
#transcript-result .card:focus {
    border-color: #007bff;
}
#transcript-result .dashboard-3-column {
    display: flex;
}
#transcript-result .dashboard-3-column > * {
    width: 10%;
}
#transcript-result .dashboard-3-column > :first-child {
    width: 80%;
}
#transcript-result .widget-user-image-sm {
    height: 30px;
    width: 30px;
    clear: both;
    display: block;
    border-radius: 0.42rem;
    background: #f5f9fc;
    line-height: 30px;
    text-align: center;
}
#transcript-result .widget-user-name:hover,
#transcript-result .widget-user-name:focus {
    color: #007bff;
}
#transcript-result .dropdown-toggle:after {
    display: none;
}
#transcript-result .publish-action-buttons {
    position: absolute;
    right: 2rem;
    z-index: 100;
}
#transcript-result .publish-action-buttons .btn-primary {
    background-color: #1e1e2d;
    border-color: #fff0;
}
#transcript-result .publish-action-buttons .btn-primary:hover,
#transcript-result .publish-action-buttons .btn-primary:focus {
    background-color: #007bff;
}
#transcript-result .transcript-actions {
    position: absolute;
    top: 8px;
    right: 10px;
    z-index: 100;
}
#transcript-result .transcript-actions .action-button {
    background: #fff0;
    border: none;
    color: #6c757d;
    padding: 0.25rem 0.5rem;
    font-size: 1rem;
}
#transcript-result .transcript-actions .dropdown-menu {
    z-index: 1050 !important;
}
#transcript-result .small {
    display: none;
}
#transcript-result .pagination .page-link {
    font-size: 12px;
}
#transcript-result .transcript-audio .green-audio-player {
    box-shadow: none;
    border: 1px solid #ebecf1;
}
#transcript-result
    .transcript-audio
    .green-audio-player
    .holder
    .loading
    .loading__spinner {
    left: 0;
    bottom: 28px;
}
.search-container,
.main-search-container {
    flex: 1;
    padding: 0 20px 0 0;
    max-width: 600px;
    margin-right: auto;
}
.search-container .search-wrapper,
.main-search-container .search-wrapper {
    position: relative;
    width: 100%;
}
.search-container .search-wrapper .fa-search,
.search-container .search-wrapper .fa-spinner,
.main-search-container .search-wrapper .fa-search,
.main-search-container .search-wrapper .fa-spinner {
    position: absolute;
    top: 13px;
    left: 20px;
    color: #9ca3af;
}
.search-container .search-wrapper #mic-search,
.main-search-container .search-wrapper #mic-search {
    position: absolute;
    right: 17px;
    top: 7px;
    padding: 2px;
    border-left: 1px solid #ebecf1;
    cursor: pointer;
}
.search-container .search-wrapper #mic-search:hover,
.search-container .search-wrapper #mic-search:focus,
.main-search-container .search-wrapper #mic-search:hover,
.main-search-container .search-wrapper #mic-search:focus {
    color: #007bff;
}
.search-container .search-wrapper .search-results-dropdown,
.main-search-container .search-wrapper .search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0 2px 10px #0000001a;
    z-index: 1000;
    margin-top: 1rem;
}
.search-container .search-wrapper .search-section,
.main-search-container .search-wrapper .search-section {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
}
.search-container .search-wrapper .search-section:last-child,
.main-search-container .search-wrapper .search-section:last-child {
    border-bottom: none;
}
.search-container .search-wrapper .search-section-header,
.main-search-container .search-wrapper .search-section-header {
    margin: 10px 0 12px;
    font-size: 14px;
    color: #6e7687;
}
.search-container .search-wrapper .search-results-list,
.main-search-container .search-wrapper .search-results-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.search-container .search-wrapper .search-results-list li,
.main-search-container .search-wrapper .search-results-list li {
    padding: 8px 0;
    border-bottom: 1px solid #f5f5f5;
}
.search-container .search-wrapper .search-results-list li:last-child,
.main-search-container .search-wrapper .search-results-list li:last-child {
    border-bottom: none;
}
.search-container .search-wrapper .search-results-list a,
.main-search-container .search-wrapper .search-results-list a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
    display: block;
}
.search-container .search-wrapper .search-results-list a:hover,
.main-search-container .search-wrapper .search-results-list a:hover {
    color: #007bff;
}
.search-container .search-wrapper .search-result-description,
.main-search-container .search-wrapper .search-result-description {
    margin: 5px 0 0;
    font-size: 12px;
    color: #777;
}
.search-container .search-wrapper .search-result-item,
.main-search-container .search-wrapper .search-result-item {
    display: flex;
    padding: 8px 0;
    border-bottom: 1px solid #ebecf1;
}
.search-container .search-wrapper .search-result-item .result-name,
.main-search-container .search-wrapper .search-result-item .result-name {
    font-size: 13px;
}
.search-container .search-wrapper .search-result-item .chat-logo,
.main-search-container .search-wrapper .search-result-item .chat-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
    margin-right: 10px;
    border-radius: 50%;
}
.search-container .search-wrapper .search-result-item a,
.main-search-container .search-wrapper .search-result-item a {
    display: flex;
    width: 100%;
    align-items: center;
    text-decoration: none;
    color: #333;
}
.search-container .search-wrapper .search-result-item i,
.main-search-container .search-wrapper .search-result-item i {
    margin-right: 1rem;
}
.search-container .search-wrapper .result-name,
.main-search-container .search-wrapper .result-name {
    flex-grow: 1;
    font-weight: 500;
}
.search-container .search-wrapper .result-type,
.main-search-container .search-wrapper .result-type {
    color: #6e7687;
    font-size: 11px;
    padding: 2px 10px;
    background-color: #f5faff;
    border-radius: 10px;
}
.search-container .search-wrapper .view-all-results,
.main-search-container .search-wrapper .view-all-results {
    padding: 10px 15px;
    text-align: center;
    background-color: #f9f9f9;
    border-top: 1px solid #eee;
}
.search-container .search-wrapper .view-all-results a,
.main-search-container .search-wrapper .view-all-results a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
}
.search-container .search-wrapper .view-all-results a:hover,
.main-search-container .search-wrapper .view-all-results a:hover {
    text-decoration: underline;
}
.search-container .search-wrapper .no-results-message,
.main-search-container .search-wrapper .no-results-message {
    text-align: center;
    padding: 20px;
    color: #666;
    font-size: 14px;
}
.search-container .left-pan,
.main-search-container .left-pan {
    padding-left: 7px;
}
.search-container .left-pan i,
.main-search-container .left-pan i {
    padding-left: 10px;
}
.search-container .search-input,
.main-search-container .search-input {
    height: 40px;
    text-indent: 33px;
    border-radius: 10em;
    flex: 1;
    border: 1px solid #ebecf1;
    background: #fff0;
    padding: 5px 10px;
    font-size: 12px;
    color: #3b4863;
    outline: none;
}
.search-container .search-input:focus,
.main-search-container .search-input:focus {
    box-shadow: none;
    border-color: #007bff;
}
.main-search-container {
    max-width: 100%;
    padding: 0;
}
.main-search-container .search-input {
    height: 50px;
}
.main-search-container .search-wrapper .fa-search,
.main-search-container .search-wrapper .fa-spinner {
    top: 17px;
}
.main-search-container .search-wrapper #mic-search {
    top: 11px;
}
.main-search-action-button i {
    width: 30px;
    height: 30px;
    background: #fff;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.main-search-action-button:hover,
.main-search-action-button:focus {
    color: #1e1e2d !important;
}
.main-search-action-button:hover i,
.main-search-action-button:focus i {
    color: #fff !important;
    background: #000;
}
.theme-banner figure img {
    height: 100%;
}
.row#templates-panel > .theme-item-wrapper {
    display: flex;
}
.row#templates-panel .card.theme {
    flex-direction: column;
}
.row#templates-panel .card-body {
    flex: 1;
    display: flex;
    flex-direction: column;
}
#templates-panel .template a {
    text-align: right;
}
#templates-panel .template-item-wrapper {
    display: flex;
}
#templates-panel .template {
    width: 100%;
    display: flex;
    flex-direction: column;
}
#templates-panel .template .card {
    flex: 1;
    display: flex;
    flex-direction: column;
}
#templates-panel .template .card-body {
    flex: 1;
}
.border-template {
    border-right: 1px solid #ebecf1;
}
.menu-toggle-icon {
    transition: transform 0.3s ease;
}
.support-dashboard-image {
    border-radius: 50%;
    background: #e1f0ff;
}
.dashboard-tool-box {
    min-height: 130px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.dashboard-tool-box:hover,
.dashboard-tool-box:focus {
    box-shadow: 0 20px 25px -5px #0f172a1a, 0 8px 10px -6px #0f172a1a;
    transform: translateY(-5px);
    border-color: #007bff;
}
.dashboard-tool-box:hover i,
.dashboard-tool-box:focus i {
    color: #007bff !important;
}
.dashboard-tool-box .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.dashboard-tool-box .card-body i {
    align-self: flex-start;
}
.dashboard-tool-box .tool-title {
    align-self: flex-end;
    width: 100%;
}
.dashboard-image-carousel .image-carousel {
    margin: 0 -10px;
}
.dashboard-image-carousel .carousel-item {
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
.dashboard-image-carousel .carousel-item .grid-image-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 12px #00000014;
    position: relative;
}
.dashboard-image-carousel .carousel-item .grid-image-wrapper .grid-buttons {
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 5;
    display: flex;
    width: 120%;
    margin: auto;
    justify-content: center;
}
.dashboard-image-carousel
    .carousel-item
    .grid-image-wrapper
    .grid-buttons
    .grid-image-view {
    z-index: 12;
}
.dashboard-image-carousel
    .carousel-item
    .grid-image-wrapper
    .grid-buttons
    .grid-image-view
    i {
    background-color: #0000005c;
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 33px;
    line-height: 40px;
    box-shadow: 0 1px 1px #0000001a;
    transform: translate(-50%, -50%) scale(0.4);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56);
    transition: all 0.25s cubic-bezier(0.24, 0.22, 0.015, 1.56);
    margin-right: 0.5rem;
}
.dashboard-image-carousel
    .carousel-item
    .grid-image-wrapper
    .grid-buttons
    .grid-image-view
    i:hover {
    background-color: #000;
    color: #ff9d00;
}
.dashboard-image-carousel .carousel-item .grid-image-wrapper img.lazy {
    opacity: 0;
    transition: opacity 0.3s;
}
.dashboard-image-carousel .carousel-item .grid-image-wrapper img.loaded {
    opacity: 1;
}
.dashboard-image-carousel .carousel-item .grid-image-wrapper .grid-image {
    height: 200px;
    display: block;
    position: relative;
    height: 100%;
    background-color: #f5faff;
}
.dashboard-image-carousel .carousel-item .grid-image-wrapper .grid-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1),
        opacity 0.6s ease 0.25s;
    -webkit-transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1),
        opacity 0.6s ease 0.25s;
}
.dashboard-image-carousel
    .carousel-item
    .grid-image-wrapper
    .grid-image:hover
    img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}
.dashboard-image-carousel .carousel-item .grid-image-wrapper .grid-description {
    position: absolute;
    bottom: 0;
    padding-left: 10px;
    padding-bottom: 5px;
    color: #fff;
    background: linear-gradient(
        180.49deg,
        #0000 37.77%,
        #00000052 65.93%,
        #0000007a 78.19%,
        #000000a3 87.41%,
        #000c 98.87%
    );
    transform: translateY(50px);
    transition: all 0.25s ease;
    width: 100%;
}
.dashboard-image-carousel
    .carousel-item
    .grid-image-wrapper
    .grid-description
    span {
    font-weight: 900;
}
.dashboard-image-carousel
    .carousel-item
    .grid-image-wrapper
    .grid-description
    p {
    line-height: 1.1;
}
.dashboard-image-carousel
    .carousel-item
    .grid-image-wrapper:hover
    .grid-image-view
    i {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.dashboard-image-carousel
    .carousel-item
    .grid-image-wrapper:hover
    .grid-description {
    transform: translateY(0);
}
.dashboard-image-carousel .slick-prev,
.dashboard-image-carousel .slick-next {
    z-index: 10;
}
.dashboard-image-carousel .slick-prev:before,
.dashboard-image-carousel .slick-next:before {
    font-size: 25px !important;
}
.dashboard-image-carousel .slick-prev {
    left: 13px;
    top: 53%;
}
.dashboard-image-carousel .slick-next {
    right: 16px;
    top: 53%;
}
.header-upgrade a {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.header-upgrade a:hover,
.header-upgrade a:focus {
    background-color: #007bff;
    border-color: #007bff;
}
.chatbot-config-inner {
    border: 1px solid #ebecf1;
    border-radius: 0.5rem;
    padding: 1rem;
}
.chatbot-input-header {
    font-size: 12px !important;
}
.avatar-selection-container {
    width: 100%;
    margin-top: 10px;
}
.avatar-selection-container .avatar-list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}
.avatar-selection-container .avatar-list .avatar-item {
    position: relative;
}
.avatar-selection-container .avatar-list .avatar-item .avatar-radio {
    display: none;
}
.avatar-selection-container .avatar-list .avatar-item .avatar-label {
    cursor: pointer;
    display: block;
    position: relative;
    transition: transform 0.2s ease;
}
.avatar-selection-container .avatar-list .avatar-item .avatar-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px #32323233, 0 2px 1px -1px #3232321f,
        0 1px 1px #32323224;
}
.avatar-selection-container .avatar-list .avatar-item .avatar-label:hover {
    transform: scale(1.1);
}
.avatar-selection-container
    .avatar-list
    .avatar-item
    .avatar-radio:checked
    + .avatar-label
    .avatar-image {
    border-color: #007bff;
}
.avatar-selection-container .avatar-list .avatar-item .avatar-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #007bff;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.2s ease;
}
.avatar-selection-container
    .avatar-list
    .avatar-item
    .avatar-radio:checked
    + .avatar-label
    .avatar-check {
    opacity: 1;
}
.avatar-selection-container .avatar-list .avatar-upload {
    width: 40px;
    height: 40px;
}
.avatar-selection-container .avatar-list .avatar-upload .avatar-upload-label {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px dashed #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}
.avatar-selection-container
    .avatar-list
    .avatar-upload
    .avatar-upload-label
    .upload-icon {
    font-size: 20px;
    color: #ccc;
}
.avatar-selection-container
    .avatar-list
    .avatar-upload
    .avatar-upload-label:hover {
    border-color: #007bff;
    transform: scale(1.1);
}
.avatar-selection-container
    .avatar-list
    .avatar-upload
    .avatar-upload-label:hover
    .upload-icon {
    color: #007bff;
}
.color-picker-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
    margin-top: 10px;
    padding-left: 2rem;
}
.color-picker-container .color-picker-item {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.color-picker-container .color-picker-item .color-label {
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: 600;
}
.color-picker-container .color-picker-item .color-circle-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
}
.color-picker-container .color-picker-item .color-input {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}
.color-picker-container .color-picker-item .color-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    position: absolute;
    box-shadow: 0 4px 12px #0000001c;
    top: 0;
    left: 0;
}
.color-picker-container .color-picker-item .color-value {
    font-size: 11px;
    width: 70px;
    text-align: center;
    border: 1px solid #ebecf1;
    border-radius: 5px;
    padding: 2px 4px;
    height: 25px;
}
.position-container {
    display: flex;
    justify-content: space-between;
}
.position-divider {
    width: 1px;
    height: 105px;
    background-color: #ebecf1;
    margin: 0 10px;
}
.position-option {
    position: relative;
    text-align: center;
}
.position-input {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden;
}
.position-label {
    height: 105px;
    width: 180px;
    border-radius: 8px;
    background-color: #0000000d;
    padding: 12px;
    color: #0003;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    transition: all 0.3s;
}
.position-label:hover {
    transform: scale(1.05);
}
.position-check {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background-color: #3b82f61a;
    color: #3b82f6;
    opacity: 0;
    transition: all 0.3s;
    transform: scale(1.1);
}
.position-input:checked + .position-label + .position-check {
    opacity: 1;
    transform: scale(1);
}
.position-name {
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: capitalize;
}
.position-left .position-label {
    justify-content: flex-start;
}
.position-right .position-label {
    justify-content: flex-end;
}
.position-right .position-label svg {
    transform: scaleX(-1);
}
.chatbot-live-preview-container {
    position: relative;
    height: auto;
    background-color: #e1f0ff;
    border-radius: 12px;
    padding: 3rem;
    overflow: hidden;
}
.chatbot-live-preview-container .davinci-external-chatbot-preview {
    height: 600px;
    border-radius: 12px;
    box-shadow: 0 5px 20px #00000004;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    transform: scale(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-header {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #1e1e2d;
    color: #fff;
    min-height: 75px;
    justify-content: space-between;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-header
    .davinci-external-chatbot-header-logo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
    justify-content: center;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-header
    .davinci-external-chatbot-header-logo
    img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-header
    .davinci-external-chatbot-header-actions
    a {
    color: #fff;
    font-size: 14px;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation {
    padding: 1.5rem;
    flex: 1;
    overflow-y: auto;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation
    .davinci-external-chatbot-messages {
    display: flex;
    flex-direction: column;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation
    .davinci-external-chatbot-messages
    .davinci-external-chatbot-message {
    margin-bottom: 15px;
    display: flex;
    flex-grow: 1;
    max-width: 100%;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation
    .davinci-external-chatbot-messages
    .davinci-external-chatbot-message
    .davinci-external-chatbot-message-avatar {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    flex-shrink: 0;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation
    .davinci-external-chatbot-messages
    .davinci-external-chatbot-message
    .davinci-external-chatbot-message-avatar
    img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation
    .davinci-external-chatbot-messages
    .davinci-external-chatbot-message
    .davinci-external-chatbot-message-content
    p {
    margin-bottom: 5px;
    font-size: 12px;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation
    .davinci-external-chatbot-messages
    .davinci-external-chatbot-message
    .davinci-external-chatbot-message-content
    .davinci-external-chatbot-message-time {
    font-size: 10px;
    margin-top: 2px;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation
    .davinci-external-chatbot-messages
    .bot-message
    .davinci-external-chatbot-message-content
    p {
    background-color: #f5faff;
    padding: 12px;
    border-radius: 10px;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation
    .davinci-external-chatbot-messages
    .user-message
    .davinci-external-chatbot-message-content {
    margin-inline-start: auto;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-conversation
    .davinci-external-chatbot-messages
    .user-message
    .davinci-external-chatbot-message-content
    p {
    background-color: #1e1e2d;
    padding: 12px;
    border-radius: 10px;
    color: #fff;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form {
    padding: 15px;
    border-top: 1px solid #ebecf1;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-input-form {
    display: flex;
    align-items: center;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-input-form
    .davinci-external-chatbot-input {
    flex-grow: 1;
    border: none !important;
    border-radius: 20px;
    padding: 10px 15px;
    resize: none;
    max-height: 100px;
    font-size: 12px;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-input-form
    .davinci-external-chatbot-input:focus {
    outline: none !important;
    box-shadow: none;
    border: none;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-input-form
    .davinci-external-chatbot-send-btn {
    border: none;
    background: none;
    cursor: pointer;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-input-form
    .davinci-external-chatbot-send-btn
    i {
    background: none;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-input-form
    .davinci-external-chatbot-send-btn:hover,
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-input-form
    .davinci-external-chatbot-send-btn:focus {
    color: #007bff;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-input-form
    .davinci-external-chatbot-send-btn:disabled {
    cursor: not-allowed;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-new-chat {
    text-align: center;
    margin-top: 10px;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-new-chat
    .davinci-external-chatbot-new-chat-btn {
    background-color: #fff0;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 20px;
    padding: 8px 15px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-form
    .davinci-external-chatbot-new-chat
    .davinci-external-chatbot-new-chat-btn:hover {
    background-color: #007bff;
    color: #fff;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #f8f9fa;
    border-top: 1px solid #ebecf1;
    font-size: 12px;
    color: #6c757d;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-footer
    img {
    margin-right: 5px;
}
.chatbot-live-preview-container
    .davinci-external-chatbot-preview
    .davinci-external-chatbot-footer
    a {
    color: #007bff;
    text-decoration: none;
    font-weight: 600;
}
.chatbot-live-preview-container .davinci-external-chatbot-preview.open {
    opacity: 1;
    transform: scale(1);
}
.chatbot-live-preview-container .davinci-external-chatbot-welcome-bubble {
    position: absolute;
    background: #1e1e2d;
    color: #fff;
    padding: 12px 15px;
    border-radius: 12px;
    box-shadow: 0 2px 8px #0000001a;
    right: 0;
    bottom: 80px;
    transform: scale(0);
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}
.chatbot-live-preview-container .davinci-external-chatbot-welcome-bubble p {
    line-height: 20px;
    font-size: 12px;
    margin-bottom: 0;
}
.chatbot-live-preview-container .davinci-external-chatbot-welcome-bubble.open {
    transform: scale(1);
    opacity: 1;
}
.chatbot-live-preview-container #davinci-external-chatbot-trigger {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #1e1e2d;
    box-shadow: 0 4px 12px #00000026;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: transform 0.3s ease;
    z-index: 999;
    margin-left: auto;
    margin-top: 1rem;
    display: block;
    position: relative;
    overflow: hidden;
}
.chatbot-live-preview-container #davinci-external-chatbot-trigger:hover {
    transform: scale(1.05);
}
.chatbot-live-preview-container
    #davinci-external-chatbot-trigger
    #davinci-external-chatbot-trigger-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.chatbot-live-preview-container
    #davinci-external-chatbot-trigger
    .davinci-external-chatbot-trigger-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    opacity: 1;
    transition: opacity 0.3s ease;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
}
.chatbot-live-preview-container
    #davinci-external-chatbot-trigger
    .davinci-external-chatbot-trigger-icon
    svg {
    width: 12px;
    height: 12px;
}
.chatbot-live-preview-container #davinci-external-chatbot-trigger.active {
    background-color: #007bff;
}
.chatbot-live-preview-container
    #davinci-external-chatbot-trigger.active
    .davinci-external-chatbot-trigger-icon {
    opacity: 0;
}
.chatbot-live-preview-container
    #davinci-external-chatbot-trigger.active
    #davinci-external-chatbot-trigger-img {
    opacity: 1;
}
@media (max-width: 576px) {
    .davinci-external-chatbot-message {
        max-width: 90%;
    }
}
.chatbot-next-button {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
.chatbot-next-button:hover,
.chatbot-next-button:focus {
    background-color: #007bff;
    border-color: #007bff;
}
.step-sequence {
    display: flex;
    align-items: center;
    width: 80%;
    max-width: 900px;
    position: relative;
    padding-bottom: 15px;
}
.step-sequence .step {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: left;
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding: 10px;
    border-radius: 10px;
}
.step-sequence .step .step-text {
    font-size: 13px;
    margin-left: 1rem;
}
.step-sequence .step .step-icon {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border: 1px solid #ebecf1;
    border-radius: 7px;
}
.step-sequence .step.completed .step-text {
    color: #728096;
}
.step-sequence .step.active .step-text,
.step-sequence .step.active .step-icon {
    color: #007bff;
}
.step-sequence .progress-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(to right, #007bff, #bf80ff 82.51%);
    transition: width 0.5s ease;
    z-index: 0;
}
.step-sequence:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #0000001a;
    z-index: 0;
}
.kb-training-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 3rem;
}
.kb-training-container .kb-training-option {
    position: relative;
    border-radius: 10px;
    border: 1px solid #ebecf1;
    transition: all 0.3s ease;
    overflow: hidden;
}
.kb-training-container .kb-training-option:hover,
.kb-training-container .kb-training-option:focus {
    border-color: #fff0;
    box-shadow: 0 0.9px 1.5px #00000008, 0 3.1px 5.5px #00000014,
        0 14px 25px #0000001f;
    transform: translateY(-5px);
}
.kb-training-container .kb-training-option .kb-training-input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
.kb-training-container .kb-training-option .kb-training-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    cursor: pointer;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
}
.kb-training-container
    .kb-training-option
    .kb-training-label
    .kb-training-icon {
    font-size: 24px;
    margin-bottom: 10px;
    color: #1e1e2d;
    transition: all 0.3s ease;
}
.kb-training-container
    .kb-training-option
    .kb-training-label
    .kb-training-name {
    font-weight: 600;
    font-size: 12px;
}
.kb-training-container
    .kb-training-option
    .kb-training-label:hover
    .kb-training-icon {
    color: #007bff;
}
.kb-training-container .kb-training-option .kb-training-check {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    opacity: 0;
    transition: all 0.3s ease;
    font-size: 10px;
}
.kb-training-container
    .kb-training-option
    .kb-training-input:checked
    + .kb-training-option {
    border: 1px solid #007bff !important;
}
.kb-training-input:checked + .kb-training-label .kb-training-icon {
    color: #0056b3;
}
.kb-training-input:checked ~ .kb-training-check {
    opacity: 1;
}
@media (max-width: 768px) {
    .kb-training-container {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 480px) {
    .kb-training-container {
        grid-template-columns: 1fr;
    }
}
.kb-url-training-form {
    margin-top: 20px;
    border: 1px solid #ebecf1;
    border-radius: 10px;
    padding: 20px;
}
.crawl-type-selector {
    display: flex;
    gap: 20px;
    margin-bottom: 0.5rem;
}
.crawl-type-selector .crawl-type-input {
    display: none;
}
.crawl-type-selector .crawl-type-label {
    cursor: pointer;
    padding: 5px 0;
    position: relative;
    transition: color 0.3s ease;
}
.crawl-type-selector .crawl-type-label:hover {
    color: #007bff;
}
.crawl-type-label.active {
    color: #007bff;
    font-weight: 600;
}
.crawl-type-label.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #007bff;
}
.chatbot-return-back:hover,
.chatbot-return-back:focus {
    color: #007bff !important;
}
.chatbot-external-cards .card {
    cursor: pointer;
    transition: all 0.3s ease;
}
.chatbot-external-cards .card:hover,
.chatbot-external-cards .card:focus {
    border-color: #fff0;
    box-shadow: 0 0.9px 1.5px #00000008, 0 3.1px 5.5px #00000014,
        0 14px 25px #0000001f;
    transform: translateY(-5px);
}
.chatbot-external-cards .card:hover .extension-title p,
.chatbot-external-cards .card:focus .extension-title p {
    color: #007bff !important;
}
.embed-code-box {
    padding: 2rem;
    border-radius: 12px;
    background-color: #e1f0ff;
    word-break: break-all;
    font-size: 12px;
    line-height: 2;
    color: #3c4a60;
}
.chatbot-view-image {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}
.chatbot-view-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}
.chatbot-view-menu-button {
    position: absolute;
    right: 1rem;
    top: 1rem;
    z-index: 999;
    background: #fff0;
}
.chatbot-view-menu-button .btn {
    padding: 0;
}
.chatbot-view-menu-button .dropdown-menu {
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    border-radius: 7px;
    margin-top: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    appearance: none !important;
}
.chatbot-view-menu-button .dropdown-toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none !important;
    appearance: none !important;
}
.chatbot-view-menu-button .dropdown-toggle:after {
    display: none;
}
.chatbot-view-menu-button .table-action-buttons {
    background: #fff0;
}
.seo-nav-menu .nav-tabs {
    justify-content: space-between;
}
.seo-nav-menu .nav-tabs .nav-link {
    padding: 1rem;
    margin-right: 0;
    min-width: 250px;
    font-size: 14px;
}
.seo-tab-content .card {
    border-radius: 1rem;
}
.seo-tab-content .card:hover {
    transform: none;
    box-shadow: none;
}
.seo-tab-content .url-content-wrapper,
.seo-tab-content .keyword-content-wrapper {
    border-radius: 50vh;
}
.seo-tab-content .url-content-wrapper .url-input .input-box,
.seo-tab-content .url-content-wrapper .keyword-input .input-box,
.seo-tab-content .keyword-content-wrapper .url-input .input-box,
.seo-tab-content .keyword-content-wrapper .keyword-input .input-box {
    width: 100%;
}
.seo-tab-content .url-content-wrapper .url-input .input-box .form-control,
.seo-tab-content .url-content-wrapper .keyword-input .input-box .form-control,
.seo-tab-content .keyword-content-wrapper .url-input .input-box .form-control,
.seo-tab-content
    .keyword-content-wrapper
    .keyword-input
    .input-box
    .form-control {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: #fff !important;
    border-radius: 50vh;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-color: #f5f9fc;
}
.seo-tab-content .url-content-wrapper .url-input .input-box .form-control:focus,
.seo-tab-content .url-content-wrapper .url-input .input-box .form-control:hover,
.seo-tab-content
    .url-content-wrapper
    .keyword-input
    .input-box
    .form-control:focus,
.seo-tab-content
    .url-content-wrapper
    .keyword-input
    .input-box
    .form-control:hover,
.seo-tab-content
    .keyword-content-wrapper
    .url-input
    .input-box
    .form-control:focus,
.seo-tab-content
    .keyword-content-wrapper
    .url-input
    .input-box
    .form-control:hover,
.seo-tab-content
    .keyword-content-wrapper
    .keyword-input
    .input-box
    .form-control:focus,
.seo-tab-content
    .keyword-content-wrapper
    .keyword-input
    .input-box
    .form-control:hover {
    border-color: #007bff;
}
.seo-tab-content #analyze-button,
.seo-tab-content #analyze-text-button,
.seo-tab-content #research-button {
    height: 48px;
    font-size: 14px;
    text-transform: none;
    font-weight: 600;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 170px;
    background: #000;
    border-color: #000;
}
.seo-tab-content #analyze-button:hover,
.seo-tab-content #analyze-button:focus,
.seo-tab-content #analyze-text-button:hover,
.seo-tab-content #analyze-text-button:focus,
.seo-tab-content #research-button:hover,
.seo-tab-content #research-button:focus {
    transform: none;
    background: #007bff;
    border-color: #007bff;
    box-shadow: none;
}
.seo-tab-content #analyze-text-button {
    border-radius: 35px;
    min-width: 200px;
}
.seo-tab-content .seo-badge {
    border-radius: 35px;
    padding: 6px 20px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    width: 150px;
}
.seo-tab-content .seo-badge-success {
    background: #00bc7e1a;
    color: #00bc7e;
}
.seo-tab-content .seo-badge-warning {
    background: #fff4df;
    color: #ff9d00;
}
.seo-tab-content .seo-badge-danger {
    background: #ffe2e5;
    color: red;
}
.seo-tab-content .bg-light {
    background: #f5faff !important;
}
.menu-badge {
    margin-right: 10px;
    box-shadow: none;
    border-radius: 5px !important;
    padding: 3px 8px !important;
}
#add-text-entry,
#add-qa-entry {
    border: none;
    box-shadow: none;
    font-size: 12px;
    color: #1e1e2d;
}
#add-text-entry:hover,
#add-qa-entry:hover {
    background-color: none !important;
    border-color: none !important;
    color: #007bff;
}
.btn-text-delete {
    border-color: none;
    font-size: 12px;
}
.btn-text-delete:hover,
.btn-text-delete:focus {
    background-color: none !important;
    border-color: none !important;
    color: red;
}
#embeddings-tbody tr td {
    vertical-align: middle;
}
body.dark-theme {
    color: #fff !important;
    background-color: #121212 !important;
}
body.dark-theme .card {
    background-color: #121212 !important;
    border-color: #2b2d31;
}
body.dark-theme .app-header,
body.dark-theme .app-sidebar,
body.dark-theme .chat-main-container,
body.dark-theme .app-sidebar__toggle a span,
body.dark-theme #awselect_template-selection .front_face > .bg,
body.dark-theme .header .profile-dropdown .dropdown-menu,
body.dark-theme .swal2-container.swal2-center > .swal2-popup,
body.dark-theme .actions-total a.btn,
body.dark-theme #textarea-outer-box .input-label-content,
body.dark-theme
    #textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-text
    .form-control,
body.dark-theme .dropdown-menu,
body.dark-theme .slide-menu,
body.dark-theme .login-background {
    background-color: #121212 !important;
}
body.dark-theme .app-sidebar__logo,
body.dark-theme .chatbot-config-inner {
    border-color: #2b2d31;
}
body.dark-theme .color-picker-container .color-picker-item .color-value,
body.dark-theme .search-container .search-wrapper .search-results-dropdown,
body.dark-theme
    .main-search-container
    .search-wrapper
    .search-results-dropdown {
    background-color: #181818;
    border-color: #2b2d31;
}
body.dark-theme .search-container .search-wrapper .search-results-list li,
body.dark-theme .main-search-container .search-wrapper .search-results-list li {
    border-color: #2b2d31;
}
body.dark-theme .search-container .search-wrapper .result-type,
body.dark-theme .main-search-container .search-wrapper .result-type {
    background-color: #121212;
}
body.dark-theme .search-container .search-wrapper .result-name,
body.dark-theme .main-search-container .search-wrapper .result-name {
    color: #fff;
}
body.dark-theme .search-container .search-wrapper .result-name:hover,
body.dark-theme .search-container .search-wrapper .result-name:focus,
body.dark-theme .main-search-container .search-wrapper .result-name:hover,
body.dark-theme .main-search-container .search-wrapper .result-name:focus {
    color: #007bff;
}
body.dark-theme select.form-select,
body.dark-theme .input-box .form-control {
    border-color: #2b2d31;
}
body.dark-theme select.form-select:hover,
body.dark-theme select.form-select:focus,
body.dark-theme .input-box .form-control:hover,
body.dark-theme .input-box .form-control:focus {
    border-color: #007bff;
}
body.dark-theme .side-menu__item,
body.dark-theme .side-menu__icon,
body.dark-theme .breadcrumb-item a,
body.dark-theme .breadcrumb-item + .breadcrumb-item:before,
body.dark-theme .app-sidebar__toggle a span,
body.dark-theme #awselect_template-selection .front_face .placeholder,
body.dark-theme .nav-link.icon .header-icon,
body.dark-theme .header-locale .header-text,
body.dark-theme .dropdown-item,
body.dark-theme .swal2-html-container,
body.dark-theme .placeholder,
body.dark-theme .awselect .front_face .current_value,
body.dark-theme .side-menu__item:hover,
body.dark-theme .side-menu__item:focus,
body.dark-theme .sidebar-mini,
body.dark-theme .sidenav-toggled,
body.dark-theme .app.sidebar-mini.sidenav-toggled .side-menu__label,
body.dark-theme .custom-switch-description,
body.dark-theme .side-menu__label,
body.dark-theme #textarea-outer-box .input-label-content {
    color: #b5bac1 !important;
}
body.dark-theme .table,
body.dark-theme .swal2-title,
body.dark-theme .input-box .form-control,
body.dark-theme .filepond--root,
body.dark-theme .awselect .back_face ul li a:hover,
body.dark-theme .richText .richText-editor,
body.dark-theme .richText,
body.dark-theme
    #textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-text
    .form-control,
body.dark-theme .dropdown-menu {
    color: #fff !important;
}
body.dark-theme #database-backup tr th,
body.dark-theme #database-backup tr td,
body.dark-theme .dataTable tbody td,
body.dark-theme .table > :not(:last-child) > :last-child > *,
body.dark-theme .dataTables_wrapper .dataTables_length select,
body.dark-theme .dataTables_wrapper .dataTables_filter .form-control-sm {
    border-color: #2b2d31 !important;
}
body.dark-theme .schedule-pox-box-inner,
body.dark-theme .social-live-preview .tab-content .tab-pane,
body.dark-theme
    .social-live-preview
    .tab-content
    .tab-pane
    .social-preview-panel,
body.dark-theme .social-post-box .social-post-stats,
body.dark-theme .social-task-type button {
    border-color: #2b2d31;
}
body.dark-theme .social-post-box .social-main-text .empty-text-line {
    background-color: #181818;
}
body.dark-theme .social-providers .templates-nav-menu .nav-tabs .active {
    background-color: #121212 !important;
    color: #fff !important;
}
body.dark-theme .social-task-type button.active {
    background-color: #007bff;
    color: #fff;
}
body.dark-theme .social-task-type button.active i {
    color: #fff !important;
}
body.dark-theme #user-dashboard-panels::-webkit-scrollbar {
    border: 1px solid #000 !important;
}
body.dark-theme #user-dashboard-background {
    color: #1e1e2d;
}
body.dark-theme .template-nav-menu-inner {
    background-color: #181818 !important;
}
body.dark-theme .template-nav-menu-inner .nav-tabs .active {
    background-color: #007bff !important;
    border-color: #313338 !important;
}
body.dark-theme .template-nav-menu-inner .nav-item .nav-link {
    color: #fff !important;
}
body.dark-theme .template-nav-menu-inner .nav-item .nav-link:hover {
    background-color: #2b2d31 !important;
}
body.dark-theme #search-field input[type="search"],
body.dark-theme .awselect .back_face,
body.dark-theme .modal-content {
    background-color: #181818 !important;
    border-color: #2b2d31;
}
body.dark-theme .photo-studio-tasks .dropdown .dropdown-menu,
body.dark-theme .photo-studio-tools .dropdown .dropdown-menu,
body.dark-theme .fashion-themes .dropdown .dropdown-menu,
body.dark-theme .themes .dropdown .dropdown-menu {
    border-color: #2b2d31 !important;
}
body.dark-theme .side-menu,
body.dark-theme .header .dropdown-menu,
body.dark-theme .card-header,
body.dark-theme .chat-sidebar-container,
body.dark-theme .chat-main-container .card-footer,
body.dark-theme .custom-switch-indicator,
body.dark-theme .richText,
body.dark-theme .richText .richText-editor,
body.dark-theme #textarea-outer-box,
body.dark-theme .dropdown-divider,
body.dark-theme .dropdown-menu .dropdown-item,
body.dark-theme .social-login-button,
body.dark-theme .divider .divider-text:after,
body.dark-theme .divider .divider-text:before,
body.dark-theme .shadow-0 {
    border-color: #2b2d31 !important;
}
body.dark-theme .awselect .front_face > .bg,
body.dark-theme .side-menu__item > .active,
body.dark-theme .side-menu__item.active,
body.dark-theme .side-menu__item.active .side-menu__icon,
body.dark-theme .input-box .form-control,
body.dark-theme #balance-status,
body.dark-theme .side-menu__item:hover,
body.dark-theme .side-menu__item:focus,
body.dark-theme .filepond--root,
body.dark-theme .awselect .back_face ul li a:hover,
body.dark-theme .richText,
body.dark-theme .richText .richText-editor,
body.dark-theme .richText .richText-toolbar,
body.dark-theme #textarea-outer-box #textarea-container {
    background-color: #1b1b1b !important;
}
body.dark-theme .awselect .front_face > .bg,
body.dark-theme .template-action-buttons .dropdown-menu {
    border-color: #2b2d31;
}
body.dark-theme .custom-switch-indicator,
body.dark-theme .select2-results__options,
body.dark-theme
    .select2-container--bootstrap-5
    .select2--small.select2-selection,
body.dark-theme
    .select2-container--bootstrap-5
    .select2-selection--multiple
    .select2-selection__rendered {
    background: #2b2d31;
}
body.dark-theme .select2-results__option {
    color: #fff;
}
body.dark-theme
    .select2-container--bootstrap-5
    .select2--small.select2-selection--multiple
    .select2-selection__rendered
    .select2-selection__choice {
    background: #313338;
    border-color: #313338;
    color: #fff;
}
body.dark-theme .dropdown-menu-arrow.dropdown-menu-right:after {
    border-color: #313338 !important;
}
body.dark-theme .dropdown-menu .dropdown-item:hover,
body.dark-theme .dropdown-menu .dropdown-item:focus {
    background-color: #2b2d31 !important;
}
body.dark-theme .text-muted {
    color: #8290a6 !important;
}
body.dark-theme .chat-count,
body.dark-theme .chat-date,
body.dark-theme .chat-actions a {
    color: #728096 !important;
}
body.dark-theme .chat-actions a:hover,
body.dark-theme .chat-actions a:focus {
    color: #007bff !important;
}
body.dark-theme .side-menu__item:hover .side-menu__icon,
body.dark-theme .side-menu__item:focus .side-menu__icon {
    color: #007bff !important;
}
body.dark-theme footer,
body.dark-theme .slide.is-expanded a.slide-item,
body.dark-theme .slide a.slide-item {
    color: #8290a6 !important;
}
body.dark-theme .file-name,
body.dark-theme .side-menu__item > .active,
body.dark-theme .side-menu__item.active,
body.dark-theme .side-menu__item.active .side-menu__icon,
body.dark-theme .breadcrumb-item.active a,
body.dark-theme .document-title,
body.dark-theme .actions-total a.btn,
body.dark-theme .notification-dark-theme {
    color: #007bff !important;
}
body.dark-theme #textarea-outer-box #textarea-container #addTextRow,
body.dark-theme
    #textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .buttons {
    color: #007bff;
}
body.dark-theme #textarea-outer-box #textarea-container #addTextRow:focus,
body.dark-theme #textarea-outer-box #textarea-container #addTextRow:hover,
body.dark-theme
    #textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .buttons:focus,
body.dark-theme
    #textarea-outer-box
    #textarea-container
    .textarea-row
    .textarea-actions
    .textarea-buttons
    .buttons:hover {
    color: #fff;
}
body.dark-theme .support-subject-text {
    color: #fff;
}
body.dark-theme .support-subject-text:hover,
body.dark-theme .support-subject-text:focus {
    color: #007bff;
}
body.dark-theme .table-action-buttons,
body.dark-theme .dataTables_wrapper .dataTables_paginate .pagination .page-link,
body.dark-theme .btn-primary:hover,
body.dark-theme .btn-primary:focus,
body.dark-theme .chat-sidebar-message {
    background-color: #2b2d31 !important;
    border-color: #2b2d31 !important;
}
body.dark-theme div.dataTables_wrapper div.dataTables_length select,
body.dark-theme .dataTables_wrapper .dataTables_filter .form-control-sm {
    background-color: #121212 !important;
    color: #b5bac1 !important;
}
body.dark-theme .awselect .back_face ul li a {
    border-bottom-color: #2b2d31 !important;
    color: #b5bac1 !important;
}
body.dark-theme .awselect.animate2 > .bg,
body.dark-theme #search-template {
    background: #181818 !important;
    border-color: #2b2d31;
}
body.dark-theme .richText .richText-toolbar ul li a {
    border-right-color: #000;
}
body.dark-theme .richText .richText-toolbar ul li a:hover,
body.dark-theme .richText .richText-toolbar ul li a:focus {
    background-color: #2b2d31 !important;
    color: #007bff !important;
}
body.dark-theme .richText .richText-toolbar {
    border-bottom-color: #000;
}
body.dark-theme .swal2-input {
    color: #fff !important;
    background: #2b2d31 !important;
}
body.dark-theme .message-bubble {
    background: #2b2d31 !important;
}
body.dark-theme
    .chat-main-container
    .chat-sidebar-container
    .chat-sidebar-messages
    .selected-message {
    border-color: #007bff !important;
}
body.dark-theme #chat-system .left-msg .message-bubble:before {
    border-right-color: #2b2d31 !important;
}
body.dark-theme .plan-free,
body.dark-theme .subscription-pending,
body.dark-theme .category-other,
body.dark-theme .support-closed,
body.dark-theme .priority-low,
body.dark-theme .support-pending,
body.dark-theme .other-icon {
    background: #1e1e2d;
    color: #fff;
}
body.dark-theme .plan-regular,
body.dark-theme .plan-hidden,
body.dark-theme .task-transcribe,
body.dark-theme .support-resolved {
    background: #007bff;
    color: #fff;
}
body.dark-theme .plan-professional,
body.dark-theme .payment-yearly,
body.dark-theme .category-main,
body.dark-theme .task-translate,
body.dark-theme .category-text,
body.dark-theme .support-replied,
body.dark-theme .priority-high,
body.dark-theme .main-icon {
    background: #ff9d00;
    color: #fff;
}
body.dark-theme .plan-premium,
body.dark-theme .category-social,
body.dark-theme .social-icon {
    color: #fff;
    background: #ab54eb;
}
body.dark-theme .category-wizard,
body.dark-theme .wizard-icon {
    color: #fff;
    background: #5138ee;
}
body.dark-theme .status-active,
body.dark-theme .subscription-active,
body.dark-theme .category-web,
body.dark-theme .support-open,
body.dark-theme .priority-normal,
body.dark-theme .notification-new-payment,
body.dark-theme .payout-completed,
body.dark-theme .web-icon {
    background: #00bc7e;
    color: #fff;
}
body.dark-theme .status-deactive,
body.dark-theme .payment-daily,
body.dark-theme .subscription-cancelled,
body.dark-theme .payout-cancelled,
body.dark-theme .payout-declined,
body.dark-theme .category-marketing,
body.dark-theme .category-ad,
body.dark-theme .marketing-icon,
body.dark-theme .ad-icon {
    background: red;
    color: #fff;
}
body.dark-theme .category-email,
body.dark-theme .email-icon {
    background: #b02a37;
    color: #fff;
}
body.dark-theme .category-blog,
body.dark-theme .payment-monthly,
body.dark-theme .notification-new-user,
body.dark-theme .category-ecommerce,
body.dark-theme .blog-icon,
body.dark-theme .ecommerce-icon,
body.dark-theme .voice-neural {
    background: #007bff;
    color: #fff;
}
body.dark-theme .category-video,
body.dark-theme .category-framework,
body.dark-theme .video-icon,
body.dark-theme .framework-icon {
    background: #087990;
    color: #fff;
}
body.dark-theme .result-play {
    border: none !important;
}
body.dark-theme .special-shadow {
    box-shadow: none;
    border: 1px solid #2b2d31 !important;
}
body.dark-theme .user-active,
body.dark-theme .plan-active {
    background: #00bc7e;
    color: #fff;
}
body.dark-theme .user-group-user,
body.dark-theme .plan-closed,
body.dark-theme .payment-pending {
    background: #1e1e2d;
    color: #fff;
}
body.dark-theme .user-group-subscriber {
    background: #00bc7e;
    color: #fff;
}
body.dark-theme .user-group-admin {
    background: #007bff;
    color: #fff;
}
body.dark-theme .payment-completed,
body.dark-theme .payment-lifetime,
body.dark-theme .payment-prepaid {
    background: #00bc7e;
    color: #fff;
}
body.dark-theme #side-word-notification {
    background: #313338 !important;
}
body.dark-theme .btn-cancel-upgrade {
    background-color: #181818;
    border-color: #fff0;
}
body.dark-theme .special-buttons .btn-special {
    background-color: #181818;
    color: #fff;
}
body.dark-theme .actions-total a.btn {
    box-shadow: none;
}
body.dark-theme #search-template:hover,
body.dark-theme #search-template:focus {
    border-color: #007bff;
}
body.dark-theme #dashboard-background {
    background: #313338 !important;
}
body.dark-theme #controls a,
body.dark-theme #controls button {
    color: #fff;
}
body.dark-theme #waveform {
    background: #313338 !important;
}
body.dark-theme .dark-theme-target .nav {
    background-color: #2b2d31;
}
body.dark-theme .dark-theme-target .nav li a {
    color: #fff;
}
body.dark-theme .dark-theme-target .nav li a:hover,
body.dark-theme .dark-theme-target .nav li a:focus {
    color: #007bff;
}
body.dark-theme .tabs-menu-body .card:hover,
body.dark-theme .tabs-menu-body .card {
    border: 1px solid #2b2d31 !important;
}
body.dark-theme .plan-cost {
    color: #ffab00 !important;
}
body.dark-theme .chat-main-container {
    border-color: #2b2d31;
}
body.dark-theme .menu-builder-container .menu-item-inner {
    background-color: #181818;
    border-color: #2b2d31;
}
body.dark-theme .menu-builder-container .menu-item-inner .menu-input {
    color: #fff;
}
body.dark-theme .mce-content-body {
    background: #eee;
}
body.dark-theme .app-sidebar__toggle {
    background: #181818;
}
body.dark-theme .app-sidebar__toggle .menu-toggle-icon {
    color: #fff;
}
body.dark-theme .btn-cancel {
    background: #181818;
    border-color: #fff0;
}
body.dark-theme .btn-cancel:hover,
body.dark-theme .btn-cancel:focus {
    background: #007bff;
    border-color: #007bff;
}
body.dark-theme .tabs-menu-body .card:hover,
body.dark-theme .tabs-menu-body .card:focus {
    box-shadow: 0 0 12px #212121 !important;
}
body.dark-theme hr {
    border-top: 1px solid #2b2d31;
}
body.dark-theme #support-messages-box {
    background: #2b2d31;
}
body.dark-theme #support-messages-box .support-message {
    background: #313338 !important;
    box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f !important;
}
body.dark-theme #profile-pages a {
    color: #fff;
}
body.dark-theme .dropdown-header {
    border-bottom: 1px solid #2b2d31;
}
body.dark-theme .filepond--root .filepond--drop-label {
    background: #121212;
    color: #fff;
}
body.dark-theme select.form-select {
    background-color: #1b1b1b !important;
    color: #fff !important;
}
body.dark-theme .image-modal .modal-header,
body.dark-theme .image-modal .modal-body {
    background: #2b2d31;
}
body.dark-theme .image-modal .modal-body .image-prompt {
    background: #313338;
}
body.dark-theme #image-settings-wrapper {
    background: #121212 !important;
}
body.dark-theme #image-settings-wrapper .image-settings #style-button {
    background: #181818 !important;
}
body.dark-theme .image-prompt #prompt,
body.dark-theme .image-prompt #negative-prompt-input {
    background-color: #313338 !important;
    border-color: #313338;
}
body.dark-theme #style-button {
    background-color: #2b2d31 !important;
    color: #fff !important;
}
body.dark-theme #advanced-settings-toggle {
    color: #fff;
}
body.dark-theme
    #image-settings-wrapper
    .image-settings
    .image-numbers
    .quantity
    input {
    background-color: #2b2d31 !important;
    border-color: #2b2d31;
    color: #fff;
}
body.dark-theme #image-settings-wrapper {
    border-left-color: #2b2d31 !important;
}
body.dark-theme .photo-studio-tasks .nav-link.dropdown-toggle,
body.dark-theme .photo-studio-tools .nav-link.dropdown-toggle,
body.dark-theme .fashion-themes .nav-link.dropdown-toggle,
body.dark-theme .themes .nav-link.dropdown-toggle {
    border-color: #2b2d31;
}
body.dark-theme .chat-sidebar-search {
    border-bottom: 1px solid #2b2d31 !important;
}
body.dark-theme #stop-button,
body.dark-theme #mic-button,
body.dark-theme #prompt-button {
    background-color: #2b2d31;
    border-color: #2b2d31;
}
body.dark-theme #stop-button:hover,
body.dark-theme #stop-button:focus,
body.dark-theme #mic-button:hover,
body.dark-theme #mic-button:focus,
body.dark-theme #prompt-button:hover,
body.dark-theme #prompt-button:focus {
    background-color: #007bff;
    border-color: #007bff;
    color: #fff;
}
body.dark-theme .prompt-boxes:hover .card p,
body.dark-theme .prompt-boxes:focus .card p {
    color: #fff !important;
}
body.dark-theme .prompt-search-bar-dark #search-template {
    background-color: #181818 !important;
}
body.dark-theme #chat-search-panel #search-template {
    border-color: #2b2d31;
}
body.dark-theme #chat-search-panel #search-template:focus,
body.dark-theme #chat-search-panel #search-template:hover {
    border-color: #007bff;
}
body.dark-theme .wizard-nav-inner {
    background-color: #181818 !important;
    border-color: transparent !important;
}
body.dark-theme .btn-keywords,
body.dark-theme #skip-step {
    background-color: #000;
}
body.dark-theme .btn-keywords:hover,
body.dark-theme #skip-step:hover {
    background-color: #007bff;
}
body.dark-theme #ideas-wrapper input.radio-btn + label,
body.dark-theme #outlines-wrapper input.outline-btn + label,
body.dark-theme #keywords-wrapper input.checkbox-btn + label,
body.dark-theme #final-wrapper {
    background: #181818;
    border-color: #fff0;
}
body.dark-theme #new-wizard i {
    color: #fff;
    background: #313338 !important;
}
body.dark-theme #new-wizard i:hover {
    color: #007bff;
}
body.dark-theme .tox-editor-header,
body.dark-theme .tox-toolbar-overlord,
body.dark-theme .tox .tox-edit-area__iframe {
    background-color: #121212;
}
body.dark-theme .search-container .search-wrapper #mic-search {
    border-left-color: #2b2d31;
}
body.dark-theme .tox .tox-toolbar__primary,
body.dark-theme .tox:not(.tox-tinymce-inline) .tox-editor-header,
body.dark-theme .tox .tox-tbtn--bespoke {
    background: #121212 !important;
    border-bottom-color: #2b2d31 !important;
}
body.dark-theme .tox .tox-tbtn--bespoke,
body.dark-theme body {
    color: #fff !important;
}
body.dark-theme .tox .tox-tbtn svg {
    fill: #fff !important;
}
body.dark-theme .smart-header,
body.dark-theme .smart-article-editor,
body.dark-theme #right-tools-top-box,
body.dark-theme #left-tools-top-box {
    background: #121212;
}
body.dark-theme #single-templates-container #single-template-view input,
body.dark-theme #single-templates-container #single-template-view textarea {
    border-color: #fff0;
}
body.dark-theme
    #single-templates-container
    .single-templates
    .nav-link.dropdown-toggle {
    border-color: #2b2d31;
}
body.dark-theme .smart-header {
    border-bottom: 1px solid #2b2d31;
    box-shadow: none;
}
body.dark-theme .smart-content {
    background: #2b2d31;
}
body.dark-theme .smart-content #main-templates-container {
    border-right-color: #2b2d31;
}
body.dark-theme .smart-content .meta-container {
    background-color: #121212;
    border-left-color: #121212;
}
body.dark-theme .smart-content #meta-container-editor {
    background-color: #121212;
    border-left-color: #2b2d31;
}
body.dark-theme .smart-content .meta-action-buttons .btn-group button {
    border-color: #2b2d31 !important;
    background-color: #2b2d31 !important;
    color: #fff;
}
body.dark-theme .smart-content .meta-action-buttons .btn-group button:hover,
body.dark-theme .smart-content .meta-action-buttons .btn-group button:focus {
    border-color: #007bff !important;
}
body.dark-theme
    .smart-content
    #main-templates-container
    .templates-wrapper
    .template-box
    a {
    border-color: #fff0;
    background-color: #181818;
    color: #fff !important;
}
body.dark-theme
    .smart-content
    #main-templates-container
    .templates-wrapper
    .template-box
    a:hover {
    background-color: #313338;
    border-color: #007bff;
}
body.dark-theme
    .smart-content
    #main-templates-container
    .templates-wrapper
    .template-box
    a
    .fa-star {
    background: #2b2d31;
}
body.dark-theme .smart-content .meta-container #export,
body.dark-theme .smart-content .meta-container #wordpress {
    color: #fff !important;
    border-color: #2b2d31 !important;
    background-color: #313338 !important;
}
body.dark-theme .smart-content .meta-container #export:hover,
body.dark-theme .smart-content .meta-container #wordpress:hover {
    border-color: #007bff !important;
    background-color: #2b2d31 !important;
}
body.dark-theme .smart-content .meta-container .btn-group .dropdown-menu {
    border-color: #2b2d31 !important;
    color: #007bff;
}
body.dark-theme .special-action-sign {
    color: #007bff;
}
body.dark-theme .special-action-sign:hover {
    color: #000;
}
body.dark-theme .btn-primary-chat {
    border-color: #2b2d31;
}
body.dark-theme .btn-primary-chat:hover,
body.dark-theme .btn-primary-chat:focus {
    border-color: #007bff;
}
body.dark-theme #subscription-header {
    background: none;
}
body.dark-theme .backend-title h3 {
    color: #fff;
}
body.dark-theme .checkout-wrapper-box {
    border-color: #2b2d31 !important;
    background-color: #313338 !important;
}
body.dark-theme .side-plan-wrapper {
    border-color: #2b2d31 !important;
}
body.dark-theme .side-plan-wrapper span {
    color: #b5bac1 !important;
}
body.dark-theme .side-plan-wrapper #referral-button {
    background-color: #2b2d31;
    border-color: #2b2d31;
    color: #b5bac1 !important;
}
body.dark-theme .side-plan-wrapper #referral-button:hover,
body.dark-theme .side-plan-wrapper #referral-button:focus {
    background-color: #007bff !important;
    border-color: #007bff !important;
    color: #fff !important;
}
body.dark-theme #creditsModel .modal-header {
    border-bottom-color: #2b2d31 !important;
}
body.dark-theme table.table-hover > tbody > tr:hover td,
body.dark-theme table.table-hover > tbody > tr:hover th {
    background-color: #2b2d31 !important;
}
body.dark-theme .favorite-dashboard-panel .chat-boxes-dasboard .card,
body.dark-theme .favorite-dashboard-panel .template-dashboard .card {
    border-color: #2b2d31;
}
body.dark-theme .favorite-dashboard-panel .chat-boxes-dasboard .card:hover,
body.dark-theme .favorite-dashboard-panel .chat-boxes-dasboard .card:focus,
body.dark-theme .favorite-dashboard-panel .template-dashboard .card:hover,
body.dark-theme .favorite-dashboard-panel .template-dashboard .card:focus {
    border-color: #007bff !important;
}
body.dark-theme .user-dashboard-special-box,
body.dark-theme .dashboard-border-right {
    border-color: #2b2d31;
}
body.dark-theme .dashboard-title h3 {
    color: #fff;
}
body.dark-theme .dashboard-timeline .vertical-timeline:before {
    background-color: #2b2d31;
}
body.dark-theme
    .dashboard-timeline
    .vertical-timeline-element-icon
    .badge-dot-xl {
    box-shadow: none;
}
body.dark-theme .dashboard-box-border-top,
body.dark-theme .dashboard-box-border-right,
body.dark-theme #admin-dashboard-panels .card {
    border-color: #2b2d31;
}
body.dark-theme #admin-dashboard-panels .card:hover,
body.dark-theme #admin-dashboard-panels .card:focus {
    border-color: #007bff;
}
body.dark-theme .prepaid-view-box {
    border-color: #2b2d31;
}
body.dark-theme .plan-title-bar {
    background: #007bff;
}
body.dark-theme .plan-title-bar i {
    color: #fff !important;
}
body.dark-theme .dashboard-tool-box:hover,
body.dark-theme .dashboard-tool-box:focus {
    border-color: #007bff;
}
body.dark-theme .dashboard-tool-box:hover i,
body.dark-theme .dashboard-tool-box:focus i {
    color: #007bff !important;
}
body.dark-theme .custom-pricing-plan-button:hover,
body.dark-theme .custom-pricing-plan-button:focus {
    background-color: #007bff !important;
    border-color: #007bff !important;
}
body.dark-theme .border-template,
body.dark-theme .app-header,
body.dark-theme .templates-nav-menu .template-nav-menu-inner,
body.dark-theme .file-drop-border {
    border-color: #2b2d31 !important;
}
body.dark-theme .search-input {
    border-color: #2b2d31;
}
body.dark-theme .input-group > .form-control,
body.dark-theme .input-group > .form-select,
body.dark-theme #new-wizard i {
    background-color: #181818 !important;
}
body.dark-theme .favorite {
    border-color: #ff9d00 !important;
}
body.dark-theme .professional {
    border-color: #007bff !important;
}
body.dark-theme .premium {
    border-color: #ab54eb !important;
}
body.dark-theme .btn-keywords {
    border-color: transparent !important;
    box-shadow: none !important;
}
body.dark-theme .keywords-actions a {
    color: #007bff;
}
body.dark-theme .keywords-actions a:hover,
body.dark-theme .keywords-actions a:focus {
    color: #1e1e2d;
}
body.dark-theme .header-upgrade a {
    background-color: #007bff;
    border-color: #007bff;
}
body.dark-theme .header-upgrade a:hover,
body.dark-theme .header-upgrade a:focus {
    background-color: #1e1e2d;
    border-color: #1e1e2d;
}
body.dark-theme *::-webkit-scrollbar-thumb,
body.dark-theme *:hover::-webkit-scrollbar-thumb {
    background: #000 !important;
}
body.dark-theme *::-webkit-scrollbar-track {
    background: #313338 !important;
}
.rtl .app-sidebar {
    right: 0;
}
.rtl .app-sidebar .side-menu .side-menu__item {
    padding: 2.5px 13px 3px 22px;
    margin: 0 0 0 5px;
}
.rtl .app-sidebar .side-menu .side-menu__item .side-menu__icon {
    margin-right: 0;
}
.rtl .app-sidebar .side-menu .side-menu__item .fa-angle-right:before {
    content: "";
}
.rtl .app-sidebar .side-menu .side-menu__label {
    text-align: right;
    margin-right: 0.5rem;
}
.rtl .app-sidebar .side-menu .side-item-category {
    text-align: right;
}
.rtl .app-sidebar .side-menu a:before {
    display: none;
}
.rtl .app-sidebar .side-menu a:after {
    display: none;
}
.rtl .app-header {
    padding-left: 0;
}
.rtl .app-header .order-lg-2 {
    margin-left: unset !important;
    margin-right: auto;
}
.rtl .app-content {
    margin-left: 0;
    margin-right: 250px;
    text-align: right;
}
.rtl .app-content .app-sidebar__toggle a {
    display: none;
}
.rtl .app-content .card-header .card-title i {
    margin-right: 0 !important;
    margin-left: 0.5rem;
}
.rtl .app-content .dashboard-menu-button {
    left: 1rem;
    right: unset;
}
.rtl .page-leftheader .breadcrumb-item + .breadcrumb-item:before,
.rtl .page-rightheader .breadcrumb-item + .breadcrumb-item:before {
    display: none;
}
.rtl .page-leftheader .breadcrumb-item + .breadcrumb-item:after,
.rtl .page-rightheader .breadcrumb-item + .breadcrumb-item:after {
    color: #1e1e2d;
    padding-left: 0;
    font: var(--fa-font-solid);
    content: "";
    font-weight: 400;
    float: none;
    font-size: 8px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
.rtl .page-leftheader .breadcrumb-item a i {
    margin-right: 0 !important;
    margin-left: 0.5rem;
}
.rtl .widget-user-image-sm {
    margin-right: 0 !important;
    margin-left: 1rem;
}
.rtl .rtl-main-button {
    left: 0;
    right: unset !important;
}
.rtl .rtl-small-icon {
    margin-right: 0 !important;
    margin-left: 0.5rem;
}
.rtl .card-body .template-icon {
    margin-left: 1rem;
}
.rtl .favorite-dashboard-panel .template-dashboard a,
.rtl .favorite-dashboard-panel .chat-boxes-dasboard a {
    margin-left: 1rem;
    float: left;
}
.rtl .favorite-dashboard-panel .chat-boxes-dasboard .card .widget-user-image {
    margin-left: 1rem;
}
@media (max-width: 768px) {
    .header-brand-img {
        display: none;
    }
    .header-brand {
        min-width: 30px !important;
    }
    .app-header .header-brand-img.mobile-logo {
        display: block !important;
        height: 3rem;
    }
    #search-bar,
    .header-notify,
    .header-expand {
        display: none;
    }
    #special-buttons {
        display: inline-block !important;
    }
    #special-buttons .dropdown {
        margin-bottom: 1rem;
    }
    .pl-minify {
        padding-left: 12px !important;
    }
    .pr-minify {
        padding-right: 12px !important;
    }
    #card-minify {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    #card-body-minify {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    #database-backup {
        overflow-x: scroll;
    }
    #database-backup th,
    #database-backup td {
        min-width: 200px;
    }
    .prices-responsive {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #openai-form > div.row {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-top: 2rem !important;
    }
    #openai-form > div.row > div {
        padding-left: 0;
        padding-right: 0;
    }
    #openai-form .create-project {
        display: none;
    }
    #openai-form #template-output .card-title {
        font-size: 12px;
    }
    #awselect_template-selection {
        display: none !important;
    }
    .favorite-templates-panel .nav-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding-bottom: 10px;
    }
    .favorite-templates-panel .nav-tabs .nav-link {
        white-space: nowrap;
    }
    .message-img {
        display: none !important;
    }
    #generating-message {
        left: 18%;
    }
    #generating-status {
        left: 12%;
    }
    #openai-form > div.row {
        padding-top: 0 !important;
    }
    #balance-status span {
        padding-left: 0 !important;
    }
    .chat-main-container .chat-sidebar-container {
        position: absolute;
        left: -100%;
        z-index: 1000;
        height: 100%;
        max-height: 100%;
        background-color: #fff;
        transition: all 0.5s ease;
        width: 270px;
    }
    .chat-main-container .chat-message-container {
        width: inherit !important;
    }
    .chat-main-container {
        min-width: inherit !important;
    }
    .chat-main-container #expand {
        display: block !important;
    }
    .chat-sidebar-container .extend {
        left: 0 !important;
        transition: all 0.5s ease !important;
    }
    #voiceover-character-counter-top {
        display: block !important;
    }
    #voiceover-character-counter-top #voiceover-character-counter {
        left: 0 !important;
        margin-top: 14px;
        margin-left: 12px;
    }
    #listen-text {
        margin-right: 0 !important;
        margin-bottom: 1rem;
    }
    #template-buttons-group {
        margin-top: 0.5rem;
    }
    .chat-main-container {
        max-height: max-content;
    }
    .chat-controllers {
        display: block;
    }
    .chat-controllers #message {
        margin-bottom: 1.5rem;
        margin-top: 1rem;
    }
    .chat-controllers .chat-button-box {
        display: inline-flex;
        margin-right: 1rem;
    }
    .chat-controllers .upload-button-nonresponsive {
        display: none;
    }
    .chat-controllers .upload-button-responsive {
        display: inline-flex;
    }
    .chat-controllers #chat-button {
        margin-top: 1.5rem;
        margin-bottom: 0.5rem;
        margin-right: 0;
    }
    .chat-controllers .no-margin-right {
        margin-right: 0;
    }
    #chat-system .card-footer {
        text-align: center;
    }
    .wizard-nav .wizard-nav-inner .wizard-nav-text .wizard-step-number,
    .wizard-nav
        .wizard-nav-inner
        .wizard-nav-text
        .wizard-step-title
        .wizard-step-title-number {
        display: none;
    }
    .wizard-nav .wizard-nav-inner .wizard-nav-text .responsive {
        padding-top: 0.6rem;
    }
    #wizard-results-wrapper {
        margin-left: 0;
    }
    #new-wizard {
        right: 0.9rem;
        top: -80%;
    }
    #template-textarea {
        margin-top: 2.5rem;
    }
    .chat-sidebar-container-special {
        width: 300px !important;
    }
    .responsive-chat-web {
        width: 10% !important;
    }
    .smart-header .go-back {
        margin-top: 0.7rem !important;
        margin-bottom: 0 !important;
        margin-left: 0 !important;
    }
    .smart-header #balance {
        display: none !important;
    }
    #main-templates-container {
        margin-top: 0;
    }
    .smart-article-editor .tox-tinymce {
        margin-left: 0;
        margin-right: 0;
    }
    .smart-article-editor .tox-edit-area {
        margin: 25px 15px !important;
    }
    .responsive-left-column,
    .responsive-right-column {
        width: 0% !important;
    }
    #meta-container-editor {
        position: fixed;
        right: auto;
    }
    #show-left-menu,
    #show-right-menu,
    #hide-right-menu,
    #hide-left-menu {
        display: block;
    }
    #chat-internet-button,
    #chat-export-button {
        display: none;
    }
    .favorite-dashboard-panel .chat-boxes-dasboard,
    .favorite-dashboard-panel .template-dashboard {
        min-width: 450px;
    }
    .responsive-dashboard-table {
        width: 100%;
        overflow-x: scroll;
    }
    .chat-model-search {
        display: none;
    }
    .footer {
        padding-left: 0 !important;
    }
    .header-upgrade {
        display: none;
    }
}
@media (max-width: 768px) {
    html,
    body {
        width: auto !important;
        overflow-x: hidden !important;
    }
    .fixed-top {
        position: relative !important;
    }
    form {
        width: 100% !important;
    }
    .upload-responsive {
        padding-left: auto !important;
        margin-left: auto !important;
    }
    .pl-8 {
        padding-left: 1rem !important;
    }
    .pt-9 {
        padding-top: 3rem !important;
    }
    #main .text-container h1,
    #main .text-container h2.ah-headline {
        font-size: 30px !important;
    }
    #main .navbar {
        position: absolute;
    }
    #main .navbar .navbar-brand img {
        max-width: 150px;
    }
    #main .navbar .navbar-nav li.nav-item a.nav-link {
        text-shadow: none;
        font-weight: 600;
        line-height: 1.5;
        font-size: 13px;
    }
    #main .fixed-top {
        background: #fff;
    }
    #main .ah-words-wrapper {
        text-align: center !important;
    }
    #main .text-container h1 {
        font-size: 30px !important;
    }
    #main .text-container p {
        display: none !important;
        font-size: 14px !important;
    }
    #main .text-container a {
        margin-top: 1.5rem;
    }
    #main #special-image-margin {
        margin-top: 3rem !important;
    }
    #main .frontend-buttons {
        margin-left: 0rem !important;
    }
    #features-wrapper {
        padding-top: 64px !important;
    }
    #features {
        padding: 0 0 48px;
    }
    #solutions-list {
        text-align: center;
    }
    #contact-wrapper img {
        display: none;
    }
    #contact-wrapper form {
        width: 100%;
    }
    .central-banner {
        position: relative !important;
    }
    .copyright-left {
        float: none !important;
        text-align: center;
    }
    .copyright-right,
    #back-to-top {
        display: none !important;
    }
    #footer-logo {
        margin-bottom: 2rem;
    }
    .central-banner .pl-9 {
        padding-left: 0 !important;
    }
    .central-banner .pr-9 {
        padding-right: 0 !important;
    }
    .central-banner h2 {
        font-size: 1.5rem;
    }
    .central-banner p {
        font-size: 12px;
    }
    .features-nav-menu-inner .nav-tabs {
        overflow: overlay;
        flex-wrap: nowrap !important;
        white-space: nowrap !important;
        overflow-y: hidden;
        justify-content: normal;
    }
    .features-nav-menu-inner .nav-tabs .nav-item {
        margin-right: 7px;
    }
    #info-banner .container {
        padding: 48px 0 0;
        border-radius: 0;
    }
    #info-banner .container .info-box {
        margin-bottom: 1.5rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #login-buttons {
        width: 100% !important;
        text-align: center !important;
    }
    #login-button {
        color: #fff;
    }
    #login-responsive .card-body {
        padding: 5rem 1.5rem !important;
    }
    #login-responsive #login-footer {
        position: relative;
        left: auto !important;
    }
    #login-background {
        display: none;
    }
    .nav-item {
        width: 100% !important;
        border-bottom: 1px solid rgb(0 0 0 / 0.05);
        padding-bottom: 0.75rem;
    }
    #footer {
        padding-left: 0 !important;
    }
    .frontend-body .navbar {
        padding: 0;
    }
    .frontend-body .navbar-collapse {
        background: #343b57;
        padding: 2rem 2rem 1rem;
        box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;
    }
    .frontend-body .navbar-nav li.nav-item a.nav-link,
    .frontend-body .navbar-nav li.nav-item a.nav-link.active,
    #main .navbar-nav li.nav-item a.active {
        color: #fff;
    }
    #welcome-footer #footer h1 {
        font-size: 24px;
    }
    #welcome-footer #footer h3 {
        font-size: 14px;
    }
    #copyright #frontend-local,
    #copyright #frontend-copyright {
        float: none !important;
        text-align: center !important;
    }
    #frontend-local {
        position: absolute;
        right: 1.5rem;
    }
    #login-buttons {
        padding-right: 0 !important;
        margin-top: 0.75rem;
    }
    #copyright #footer-icons {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .policy .card-body {
        padding: 4rem 1rem !important;
    }
    #blog-view-mobile .richText-editor {
        height: auto !important;
    }
    #voice-minify {
        padding-right: 13px !important;
    }
    .special-buttons {
        margin-bottom: 1rem;
    }
    #textarea-box {
        margin-bottom: 1rem !important;
    }
    .textarea-voice,
    .textarea-actions {
        display: none !important;
    }
    .textarea-text {
        margin: 0 !important;
    }
    .textarea-row {
        padding: 10px 8px !important;
    }
    #tts-body-minify {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        padding-top: 1.5rem !important;
    }
    #synthesize-text-form {
        width: 100%;
    }
    #preview-box {
        display: none;
    }
    #special-buttons {
        display: inline-block !important;
    }
    #special-buttons .dropdown {
        margin-bottom: 1rem;
    }
    .review-card-scroll {
        width: 300px;
    }
    .row .title h3 {
        font-size: 20px;
    }
    .row .title p {
        font-size: 10px;
    }
    .slider-container .marquee-slider-content {
        min-width: auto;
    }
    .slider-container .marquee-slider-content .visualize-responsize {
        font-size: 14px;
    }
    #features-wrapper
        .features-outer-wrapper
        .features-inner-wrapper
        .feature-title
        h4 {
        font-size: 24px !important;
    }
    #steps-wrapper .steps-box-wrapper {
        margin-bottom: 1.5rem;
    }
    #templates-wrapper {
        padding: 0 0 48px;
    }
    #templates-wrapper .template-nav-menu-inner {
        width: auto;
    }
    .registration-nav .registration-nav-inner .wizard-nav-text {
        justify-content: left;
        margin-top: 5px;
    }
    .current-sign {
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 1480px) {
    #login-responsive .card-body {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}
@media screen and (max-width: 1300px) {
    .slider-image-container.left-60 {
        justify-content: center;
        margin-left: 0;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    .marquee-slider-content {
        max-width: none;
        background-color: #000;
        margin-left: 0;
        margin-right: 0;
        padding: 46px 24px;
        position: relative;
    }
    .m-marquee-slider-content.bottom {
        background-image: linear-gradient(#000 32%, #fff0);
        margin-top: 0;
        margin-bottom: -40px;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    .m-marquee-slider-content {
        width: 100%;
        height: 60px;
        background-image: linear-gradient(#fff0, #000 68%);
        margin-top: -40px;
        padding-bottom: 0;
        padding-right: 0;
        display: block;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0%;
    }
    .slider-image-container.right-60 {
        display: none;
    }
    #benefits-wrapper {
        padding-bottom: 3rem;
    }
    #benefits-wrapper .title {
        margin-top: 0;
    }
    #reviews-wrapper {
        padding: 48px 0;
    }
    #faqs,
    #blogs {
        padding: 0 0 48px;
    }
    #steps-wrapper {
        padding-bottom: 0;
    }
    #banner-wrapper h6 {
        font-size: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .marquee-slider-content {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media screen and (max-width: 940px) {
    #main-settings-toggle-minimized {
        display: block !important;
    }
    #style-button {
        display: none;
    }
    .hide-all {
        display: none !important;
    }
    .show-all {
        display: block !important;
    }
    .image-prompt-wrapper .image-prompt .input-box {
        width: 95%;
    }
    .image-prompt-wrapper .image-prompt #image-generate {
        padding-left: 0;
        padding-right: 0;
        min-width: 130px;
        font-size: 12px;
    }
}
