body {
    font-size: 16px;
    color: #000;
}

.container {
    max-width: 1024px;
}

.flex {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.flex-center {
    align-items: center;
}

.box-shadow {
    box-shadow: 0 0 #0000, 0 0 #0000, 0px 0px 56px rgba(69, 69, 69, .2);
}

.border-radious {
    border-radius: 32px;
}

.box-padding {
    padding: 40px;
}

.btn {
    border-radius: 50px;
}

.form-group {
    position: relative;
}

.form-group label:not(.prevent) {
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 13px;
    top: 5px;
    margin: 0;
    left: 12px;
    color: #555;
    background-color: #fff;
}

.form-control {
    padding: 26px 12px 6px;
    height: inherit;
    border-radius: 5px;
    box-shadow: none;
    color: #222;
    text-decoration: none;
}

.main-title {
    font-size: 65px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
}

.main-title-2 {
    font-size: 35px;
    font-weight: bold;
    color: rgb(69 69 69);
    line-height: 1em;
    margin: 0;
}

.main-subtitle {
    font-size: 25px;
    margin: 0;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-less {
    margin: 0 !important;
}

#header {
    box-shadow: 0 0 #0000, 0 0 #0000, 0 0 4px rgba(14, 19, 24, .07) !important;
}

.full-height {
    min-height: calc(100vh - 180px);
    padding-top: 50px;
    padding-bottom: 50px;
}

.flex-justify-center {
    justify-content: center;
}

#dragger {
    background-color: rgba(0, 0, 0, .03);
    border: 3px dashed #ddd;
    padding: 25px 0;
}

.dropdown-languages {
    max-height: 400px;
    overflow: auto;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

.lds-spinner div {
    transform-origin: 40px 40px;
    animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 20%;
    background: #000;
}

.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.floating-button button {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.edit-image-form [type=file] {
    display: none;
}

.uploading {
    display: none;
}

.backdrop {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.backdrop span {
    color: #fff;
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 50%;
    font-weight: bold;
    font-size: 40px;
    transform: translate(-50%, -50%);
    text-shadow: 3px 0 0 #000;
}

.uploader-not-empty {
    display: none;
}

.uploader-not-empty .preview-wrapper + div {
    position: relative;
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgb(12 12 13 / 10%);
    border-radius: 5px;
}

.preview-wrapper {
    padding: 0 20px;
}

.flex-grow {
    flex-grow: 1;
}

.file-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.flex-none {
    flex: none;
}

.image-thumbnail {
    max-height: 200px;
    display: inline-block;
    height: 200px;
}

.image-thumbnail img {
    max-width: 100%;
    max-height: 100%;
}

.uploading-form {
    text-align: center;
    font-size: 14px;
}

.uploading-time {
    font-size: 80px;
    font-weight: bold;
}

.files-downloaded img {
    max-width: 100%;
}

.original-label {
    position: absolute;
    background-color: #fff;
    font-size: 14px;
    padding: 0 15px;
    font-weight: bold;
}

.golden-span span:before,
span.golden:before {
    content: " ";
    position: absolute;
    bottom: 5px;
    width: 50%;
    height: 6px;
    background-color: #ffc108;
}

.golden-span span,
span.golden {
    position: relative;
}

img {
    max-width: 100%;
    width: 100%;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox= '0 0 30 30' xmlns= 'http://www.w3.org/2000/svg' %3E%3Cpath stroke= 'rgba(0, 0, 0, 0.5)' stroke-width= '2' stroke-linecap= 'round' stroke-miterlimit= '10' d= 'M4 7h22M4 15h22M4 23h22' /%3E%3C/svg%3E");
}

@-webkit-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-moz-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@-o-keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes ld {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.m-progress {
    position: relative;
    opacity: .8;
    color: transparent !important;
    text-shadow: none !important;
}

.m-progress img {
    opacity: 0 !important;
}

.m-progress:hover,
.m-progress:active,
.m-progress:focus {
    cursor: default;
    color: transparent;
    outline: none !important;
    box-shadow: none;
}

.m-progress.dark:before {
    border: 1px solid #000 !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
}

.m-progress:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: transparent;
    border: 1px solid #fff !important;
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    -webkit-animation: ld 1s ease-in-out infinite;
    -moz-animation: ld 1s ease-in-out infinite;
    -o-animation: ld 1s ease-in-out infinite;
    animation: ld 1s ease-in-out infinite;
}

.required {
    border-color: #ff9100 !important;
}

.margin-right-10 {
    margin-right: 10px;
}

.ph-widget {
    width: 100%;
    margin-bottom: 60px;
}

.nav-item + .nav-item {
    margin-left: 10px;
}

.alert:not(.prevent) {
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
    border-left: 3px solid;
    margin-bottom: 15px;
}

.scrolling-wrapper {
    overflow-x: auto;
}

.account-content h2 {
    font-size: 16px;
    border-bottom: 1px solid rgb(219, 219, 219);
    padding-bottom: 5px;
}

.btn-pro {
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-weight: bold !important;
}

.tab-choices {
    background-color: #f7f9f9;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tab-choices div {
    display: inline-block;
}

.tab-choices button {
    border: 0;
    padding: 8px 30px;
    background-color: transparent;
    border-radius: 5px;
}

.tab-choice.active {
    background-color: #057bff;
    color: #fff;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.plan-wrapper {
    background: #f7f9f9;
    padding: 32px;
    position: relative;
    overflow: hidden;
    border: 1px solid #e1e1e1;
    border-radius: 10px;
}

.feature-text {
    margin-left: 10px;
}

.plan-name {
    font-weight: bold;
    font-size: 20px;
}

.plan-price {
    font-size: 43px;
    font-weight: bold;
}

.plan-price-recurrency {
    font-weight: bold;
    font-size: 14px;
    margin-left: 5px;
}

.section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.yearly-price {
    font-size: 15px;
    margin-bottom: 15px;
}

.boxed {
    padding: 6px;
}

div#card-element {
    border: 1px solid #ddd;
    padding: 30px 15px 15px 15px;
    border-radius: 5px;
    background-color: #fff;
}

.captcha-formgroup label {
    position: relative !important;
    display: block !important;
    background-color: transparent !important;
    padding: 0 !important;
    left: 0 !important;
    width: 100%;
}

.captcha-formgroup [type=text] {
    padding: 0 15px;
    height: inherit;
    border-radius: 5px;
    box-shadow: none;
    color: #222;
    text-decoration: none;
    border: 1px solid #ced4da;
    flex-grow: 1;
    margin-left: 10px;
    font-size: 25px;
}

.captcha-formgroup [type=text]:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.navbar a:not(.btn) {
    color: #000;
}

.navbar-brand {
    color: #057bff !important;
    font-weight: bold;
}

.plan-wrapper.current {
    background-color: #fff9d8;
}

.current-plan {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #057bff;
    color: #fff;
    padding: 0 15px;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px 0 0 0;
}

.bordered {
    border: 1px solid rgb(219, 219, 219);
}

.padding-less {
    padding: 0 !important;
}

.account-sidebar {
    display: flex;
    flex-basis: 236px;
    flex-direction: column;
    flex-grow: 0;
    flex-shrink: 0;
    border-right: 1px solid rgb(219, 219, 219);
}

.account-content {
    align-items: stretch;
    border: 0;
    box-sizing: border-box;
    display: flex;
    flex: 1 1 400px;
    flex-direction: column;
    font: inherit;
    font-size: 100%;
    margin: 0;
    min-width: 50px;
    padding: 0;
    position: relative;
    vertical-align: baseline;
    background-color: #fff;
}

.account-sidebar a {
    padding: 16px 16px 16px calc(32px - 2px);
    display: inline-block;
    width: 100%;
    border-left: 2px solid transparent;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.account-sidebar a.active {
    border-left: 2px solid #000;
    font-weight: bold;
    background-color: #fff !important;
}

.account-sidebar a:hover:not(.active) {
    background-color: rgb(250, 250, 250) !important;
    border-left: 2px solid rgb(219, 219, 219) !important;
}

.account-section {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
    flex-direction: row;
}

.account-section .account-section-aside {
    padding-left: 32px;
    padding-right: 32px;
    text-align: right;
    box-sizing: border-box;
    flex: 0 0 194px;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 6px;
}

.account-section .account-section-content {
    flex-basis: 355px;
    flex-direction: row;
    padding-right: 60px;
    flex-grow: 1;
}

.account-heading {
    margin-top: 30px;
}

.account-section .account-section-content .form-control {
    padding: 6px 12px 6px !important;
}

.account-section .account-section-content .form-group {
    margin: 0 !important;
}

.account-section-listings {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 16px;
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
}

.payment-price span {
    font-weight: bold;
    font-size: 30px;
}

.payment-price {
    min-width: 150px;
}

span.card-icon svg {
    height: 18px;
    width: 18px;
}

.payment-information {
    padding-left: 20px;
}

.payment-status {
    display: inline-block;
    border: 1px solid #000;
    border-radius: 15px;
    line-height: 1em;
    padding: 5px 10px;
}

.status-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.status-failed {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.status-pending {
    color: #212529 !important;
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}

.status-refunded {
    color: #fff !important;
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

.account-section-listing + .account-section-listing {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
}

.invitation-email {
    font-weight: bold;
}

.invitation-created {
    font-size: 14px;
}

.margin-left-10 {
    margin-left: 10px;
}

.invitation-action {
    width: 25%;
    text-align: right;
}

hr {
    width: 100%;
}

[data-tooltip] {
    position: relative;
    display: inline-block;
}

.tooltip-wrapper {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: 12px;
    line-height: 1.2em;
    text-align: center;
    padding: 3px 10px;
    border-radius: 5px;
}

.box {
    background: #f7f9f9;
    padding: 32px;
}

.signup-plans .plan-wrapper {
    padding: 10px;
    min-height: 158px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

.signup-plans .plan-name {
    font-size: 14px;
}

.signup-plans .plan-price {
    font-size: 25px;
}

.signup-plans .features ul {
    margin: 0;
}

input[name=plan]:checked + .plan-wrapper {
    background-color: #ffe69e;
}

label.plan-wrapper {
    cursor: pointer;
}

.off {
    background-color: #057bff;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px;
    display: inline-block;
}

.features li + li {
    margin-top: 5px;
}

.feature-text {
    margin-left: 10px;
    line-height: 1.2;
}

.btn-topnew {
    -webkit-appearance: none;
    background: -webkit-gradient(to right, #a2ccb6 0%, #fceeb5 50%, #ee786e 100%);
    background: linear-gradient(to right, #a2ccb6 0%, #fceeb5 50%, #ee786e 100%);
    background-size: 500%;
    border: none;
    border-radius: 5rem;
    color: #000;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-topnew:hover {
    animation-name: gradient;
    -webkit-animation-name: gradient;
    animation-duration: 2s;
    -webkit-animation-duration: s;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.form-control {
    min-height: 58px;
}

select.form-control {
    -webkit-appearance: none
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100%;
    }
}

.badge-circular {
    padding: 8px;
    display: inline-block !important;
    border-radius: 50%;
}

.interior-result-wrapper + .interior-result-wrapper {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ddd;
}

label.disabled {
    cursor: no-drop;
    color: #6c757d;
}

.badge-pending {
    background-color: orange;
}

.badge-failed {
    background-color: red;
}

div#subeader {
    background-color: #f9f9f9;
}

div#subeader .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

div#subeader .navbar .nav-item {
    padding-top: 0;
    padding-bottom: 0;
}

div#subeader .navbar .nav-item.active {
    color: #767676;
}

div#subeader .navbar .nav-item:hover {
    text-decoration: underline !important;
}

div#subeader .navbar-toggler {
    font-size: 14px;
}

.ai-model {
    position: absolute;
    bottom: 5px;
    left: 5px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    line-height: 1em;
    display: inline-block;
    padding: 2px 5px;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

.bged {
    position: relative;
    background-image: linear-gradient(to right, rgb(96 165 250), #6366f1, rgb(192 132 252));
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    padding: 5px 0;
}

.slider {
  position: relative;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.btn svg {
    height: 28px;
    width: 28px;
    vertical-align: middle;
}

.slider-images {
  position: absolute;
  width: 300%;
  height: 100%;
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.slider-images img {
  width: 33.333%;
  height: 100%;
  object-fit: cover;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 10px;
  cursor: pointer;
}

.dot.active {
  background-color: #000;
}

.sticky {
    top: 50px;
    position: sticky;
}

.examples-wrapper .row + .row {
    margin-top: 15px;
}

.examples-wrapper img {
    border-radius: 10px;
}

.dark-bg {
    background: #000;
    color: #fff;
}

.less-dark-bg {
    background: #2f2a3d!important;
}

.dark-bg .original-label {
    background: transparent!important;
}

div#newDragger {
    display: none!important;
}

.btn.btn-sm svg {
    height: 18px;
    width: 18px;
}