

/*new css*/

@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

html {
    background-color: #eef5f9;
    font-family: "Arial Unicode MS", "Lucida Sans Unicode", "Cambria Math", "Asana Math", "OpenSymbol", "Symbola", "Quivira", "STIX", "Code2000", "DejaVu Sans", "unifont";
}

.bg-login-register {
	background-color: #E6E6E6;
	overflow: auto; 
}

.invalid {
	border: 1px solid red !important;
}

.height-5 {
	height: 5px;
}

.height-10 {
	height: 10px;
}

.margintop10 {
	margin-top: 10px;
}

.pull-right {
	float: right;
}

.relativepos {
	position: relative;
}

.center {
	margin: 0 auto !important;
}

.logo-place-login {
    text-align: center;
}

.logo-place-login img {
    max-width: 220px;
}

.login-box {
    padding: 15px;
}

.login-register-title {
    text-align: center;
    font-size: 20px;
    color: #555;
    font-weight: 600;
    margin-bottom: 20px;
}

.hide-class {
    display: none !important;
}

.sidebar {
    background-color: #1e1f2d;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 15%;
    height: 100%;
    box-shadow: 2px 0px 2px rgba(0,0,0, .3);
    z-index: 1000;
    padding-right: 10px;
}

.sidebar-logo {
    padding: 40px;
    padding-top: 5px;
}

.sidebar-logo img {
    width: 180px;
    margin-top: 20px;
    margin-left: -40px;
    cursor: pointer;
}

.sidebar-menu {
   width:auto;
   margin-top: 15px;
}

.sidebar-menu ul {
    list-style: none;
    width: 97%;
    margin-top: 10px !important;
}

.sidebar-menu ul li {
    position: relative;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*border-bottom: 1px dashed #555;*/
    margin-bottom: 3px;
}

.sidebar-menu ul li a {
    color: white;
    font-size: 17px;
    font-weight: 500;
}

.sidebar-menu ul li a:hover {
    color: white;
}

.sidebar-menu ul li i {
    position: absolute;
    margin-left: -29px;
}

.new-page-content {
    margin-top: 40px !important;
    padding-top: 60px;
    /*padding-top: 1px;*/
    padding-right: 15px;
    margin-left: 15%;
    padding-left: 15px;
}

.new-page-content .container {
    max-width: 100% !important;
}

.overbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 85%;
    min-height: 68px;
    background-color: white;
    /*background-color: #1b486f;*/
    z-index: 999;
    box-shadow: 0px 2px 1px rgba(0,0,0,.1);
    padding-right: 30px;
}

/*.overbar {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 83%;
    min-height: 11%;
    background-color: white;
    background-color: #1b486f;
    z-index: 999;
    box-shadow: 0px 2px 1px rgba(0,0,0,.1);
    padding-right: 30px;
}*/

.overbar ul {
    list-style: none;
    float: right;
}

.overbar ul li {
    display: inline-block;
    padding-top: 12px;
    padding-left: 8px;
    padding-right: 15px;
}

.overbar ul li a {
    color: grey !important;
    /*color: white !important;*/
    font-weight: 500 !important;
}

.overbar ul.dropdown-user {
    font-size: 14px !important;
    margin-top: -15px !important;
    padding-top: 5px;
    padding-bottom: 5px;
}

.overbar ul.dropdown-user li a {
    color: grey !important;
}

.sidebar-menu ul li.plan-type {
    padding: 10px;
    position: absolute;
    bottom: 35px;
    text-align: center;
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.sidebar-menu ul li.plan-type a {
    font-size: 16px;
    position: relative;
    top: -5px;
}

.p0 {
    padding: 0 !important;
}

.all0 {
    margin: 0 !important;
    padding: 0 !important;
}

.left {
    float: left;
}

.no-user-image {
    width: 30px;
    position: relative;
    right: -13px;
}

.editor-types ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.editor-types ul li {
    float: left;
    padding: 5px 12px;
    border: 1px solid #555;
    color: #555;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 14px;
    position: relative;
    user-select: none;
    margin-bottom: 10px;
}

.editor-types ul li span.editor-tooltip {
    position: absolute !important;
    width: 86px !important;
    padding: 5px !important;
    background-color: black !important;
    color: white !important;
    border-radius: 7px !important;
    text-align: center !important;
    font-size: 12px !important;
    left: 0 !important;
    transform: translateX(-25px) translateY(-120%) !important;
    z-index: 99;
    display: none;
}

.editor-types ul li span.editor-tooltip:before {
    content: "" !important;
    width: auto !important;
    height: auto !important;
    border-top: 8px solid black !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    position: absolute !important;
    bottom: -5px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.editor-types ul li:hover span.editor-tooltip {
    display: block;
}

.editor-types ul li svg {
    width: 17px;
    fill: #555;
}

.editor-types ul li.active, .editor-types ul li:hover {
    border-color: #3498DB;
    color: #3498DB;
}

.editor-types ul li.active, .editor-types ul li:hover svg {
    fill: #3498DB;
}

.editor-div-box {
    margin: 20px;
    padding: 20px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    min-height: 500px;
    color: #555;
    font-size: 14px;
    margin-top: 10px;
}

.editor-texts-menu {
    position: absolute !important;
    z-index: 99999 !important;
    background-color: white !important;
    width: 420px !important;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%) !important;
    border: 1px solid #EFEFEF !important;
    box-shadow: 0px 2px 6px rgba(52, 152, 219, .3) !important;
    border-radius: 5px;
    box-sizing: border-box;
    user-select: none;
}

.editor-texts-menu .editor-tabs-content {
    width: 100% !important;
    font-size: 14px !important;
}

.editor-texts-menu .editor-tabs-content .editor-tab {
    height: 150px !important;
    overflow: auto !important;
    overflow-x: hidden !important;
}

.editor-loading-suggested-texts .editor-suggested-text-loader {
    /*#3498DB*/
    background-image: linear-gradient(to right, rgba(52, 152, 219, .3), white) !important;
    animation: loadingPreview 1.2s infinite linear !important;
    width: calc(100% - 20px) !important;
    height: 30px !important;
    margin: 10px 5px !important;
}

@keyframes loadingPreview {
  0%   { opacity: 0.2 !important; }
  50%  { opacity: 0.8 !important; }
  100% { opacity: 0.4 !important; }
}

.editor-no-ai-texts {
    background-color: #EC7063 !important;
    color: white !important;
    padding: 10px !important;
    border-radius: 5px !important;
    margin: 15px !important;
}

.editor-texts-menu .editor-texts-menu-bottom {
    height: 44px;
    display: block;
    padding: 9px 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    background: white;
    box-sizing: border-box;
}

.editor-texts-menu .editor-texts-menu-bottom .editor-bottom-left {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    color: #4b5563;
    float: left;
}

.editor-texts-menu .editor-texts-menu-bottom .editor-bottom-right {
    max-width: 200px !important;
    width: auto !important;
    position: absolute;
    right: 15px;
}

.editor-texts-menu .editor-tone-selection {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 1px solid #e5e7eb;
    gap: 8px;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 500;
    position: relative;
    border-radius: 3px;
}

.editor-texts-menu .editor-tone-selection .editor-tone-left {
    color: #444;
}

.editor-texts-menu .editor-tone-selection .editor-tone-left i, .editor-texts-menu .editor-tone-selection .editor-tone-left svg {
    margin-right: 8px;
}

.editor-texts-menu .editor-tone-selection .editor-tone-right {
    color: rgb(52, 152, 219) !important;
    padding: 2px 5px;
    font-size: 13px;
}

.editor-texts-menu .editor-tone-selection .editor-tone-right:hover {
    background-color: rgba(52, 152, 219, 0.08) !important;
}

.editor-texts-menu .editor-selected-tone-image {
    display: inline-block;
    width: 16px;
}

.editor-texts-menu .editor-tone-selection .editor-tone-right img {
    width: 16px !important;
    height: 16px !important;
    margin-right: 6px;
}

.editor-texts-menu .editor-tone-selection .editor-tone-right #editorSelectedTone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.editor-texts-menu .editor-tones-list {
    bottom: 0;
    transform: translateY(-38px);
    right: 0;
}

.editor-hide {
    display: none !important;
}

.editor-tone-svg {
    width: 9px !important;
    fill: #444;
}

.editor-tones-list {
    position: absolute;
    width: 200px;
    background-color: white;
    box-shadow: 0px 2px 4px rgba(0,0,0,.5);
    height: 200px;
    overflow: auto;
    z-index: 99;
    margin-top: 5px;
    margin-left: -5px;
    right: 10px;
}

.editor-tones-list .editor-each-tone {
    display: flex;
    padding: 8px;
    border-bottom: 1px solid #E6E6E6;
    cursor: pointer;
    font-weight: 500;
    color: #444;
    font-size: 14px !important;
}

.editor-tones-list .editor-each-tone:hover {
    background-color: #D6EAF8 !important;
    color: #21618C !important;
}

.editor-tones-list .editor-each-tone.editor-tone-selected {
    background-color: #D6EAF8 !important;
    color: #21618C !important;
}

.editor-tones-list .editor-each-tone img {
    width: 23px;
    margin-right: 10px;
}

.editor-tones-list::-webkit-scrollbar { 
    background: transparent !important;
    width: 8px !important;
}

.editor-tones-list::-webkit-scrollbar-track {
    background: #FAFAFA !important;
}

.editor-tones-list::-webkit-scrollbar-thumb {
    background-color: #d8d8d8 !important;
}

.editor-texts-menu .editor-tabs-content .editor-tab .editor-suggested-text {
    width: 100% !important;
    border-bottom: 1px solid #EFEFEF !important;
    margin-bottom: 5px !important;
    cursor: pointer !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    position: relative;
    color: #444 !important;
    box-sizing: border-box !important;
}

.editor-texts-menu .editor-tabs-content .editor-tab .editor-suggested-text:hover {
    background-color: rgba(235, 245, 251, .5) !important;
}

.editor-texts-menu .editor-icon-custom-response {
    width: 20px;
    float: left;
    margin-right: 18px;
    color: rgb(68, 68, 68);
    position: relative;
    top: 3px;
    cursor: pointer;
    opacity: .8;
}

.editor-texts-menu .editor-icon-custom-response span.editor-tooltip {
    position: absolute !important;
    width: 86px !important;
    padding: 5px !important;
    background-color: black !important;
    color: white !important;
    border-radius: 7px !important;
    text-align: center !important;
    font-size: 12px !important;
    left: 0 !important;
    transform: translateX(-40px) translateY(-120%) !important;
    z-index: 99;
    display: none;
}

.editor-texts-menu .editor-icon-custom-response span.editor-tooltip:before {
    content: "" !important;
    width: auto !important;
    height: auto !important;
    border-top: 8px solid black !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    position: absolute !important;
    bottom: -5px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.editor-icon-custom-response:hover span.editor-tooltip {
    display: block;
}

.editor-modal-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    background-color: rgba(0,0,0,.3);
    user-select: none;
}

.editor-modal {
    width: 450px;
    background-color: white;
    margin: 50px auto;
    border-radius: 5px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 50%);
    padding: 15px;
    box-sizing: border-box;
    user-select: none;
}

.editor-modal .editor-modal-content {
    font-size: 15px;
    line-height: 32px;
    padding-top: 10px;
    padding-bottom: 10px;
    user-select: none;
}

.editor-modal .editor-modal-content textarea {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    margin-top: 8px;
    margin-bottom: 20px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    box-shadow: none;
    resize: none;
    user-select: none;
}

.editor-modal .editor-modal-content textarea:focus {
    border: 1px solid #E6E6E6;
    outline: none;
}

.editor-modal .editor-modal-footer {
    float: right;
}

.editor-modal .editor-modal-footer .editor-modal-buttons button {
    font-size: 14px;
    background-color: white;
    border: 1px solid grey;
    padding: 6px 14px;
    color: #555;
    border-radius: 4px;
    margin-left: 5px;
    outline: none;
    cursor: pointer;
    user-select: none;
}

.editor-modal .editor-modal-footer .editor-modal-buttons .editor-modal-primary-btn {
    background-color: #2196F3;
    color: white;
    border: 1px solid #2196F3;
    user-select: none;
}

.editor-error-alert {
  background-color: #F9EBEA;
  border-color: #C0392B;
  color: #C0392B;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  user-select: none;
}

.editor-types ul.icons li {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 0;
    padding-top: 7px;
}

.billing-type {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 25px;
}

.btn-billing-type {
    background-color: #3c2e8e;
    color: white;
    font-size: 15px;
    padding: 8px 12px;
    border: 0;
    outline: none;
    box-shadow: none;
}

.btn-billing-type:first-child {
    border-top-left-radius: 18px;
    border-bottom-left-radius: 18px;
}

.btn-billing-type:last-child {
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}

.btn-billing-type.selected {
    background-color: #26c6da;
}

.anually-discount-text {
    text-align: center;
    width: 100%;
    font-size: 20px;
    font-weight: 500;
    color: grey;
    margin-top: 10px;
}

.anually-discount-text span {
    color: #3c2e8e;
    position: relative;
}

.anually-discount-text span:after {
    content: "";
    width: 42px;
    height: 2px;
    background-color: #3c2e8e;
    position: absolute;
    left: -3px;
    bottom: -2px;
    border-radius: 50%;
}

.anually-discount-text span:before {
    content: "";
    width: 48px;
    height: 2px;
    background-color: #3c2e8e;
    position: absolute;
    left: -6px;
    bottom: -6px;
    border-radius: 50%;
    transform: rotate(1deg);
}

.anually-discount-text span.animate:after, .anually-discount-text span.animate:before {
    animation: anim 1s;
}

@keyframes anim {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0%);
        opacity: 1;
    }
}

.pricing-table {
    width: 95%;
    margin: 50 auto;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
}

.pricing-table .pricing-plan-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #EFEFEF;
}

.pricing-table .pricing-plan-row.top-row {
    border-bottom: 0;
}

.pricing-table .pricing-plan-row .pricing-column.w3 {
    width: 30vw;
}

.pricing-table .pricing-plan-row .pricing-column {
    border-right: 1px solid #EFEFEF;
    padding: 20px;
    text-align: center;
    position: relative;
    color: #444;
    font-size: 16px;
    font-weight: 500;
}

.pricing-table .pricing-column .free-trial-days {
    position: absolute;
    background-color: #34495E;
    color: white;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: -34px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 13px;
}

.pricing-table .pricing-plan-row .pricing-column .pricing-plan-name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pricing-table .pricing-plan-row .pricing-column .pricing-plan-value {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.mh89 {
    min-height: 89% !important;
}

.pricing-table .pricing-plan-row .pricing-column i {
    font-size: 17px;
}

.pricing-table .pricing-plan-row .pricing-column i.red {
    color: #F1948A;
}

.pricing-table .pricing-plan-row .pricing-column i.green {
    color: #52BE80;
}

.btn-select-plan {
    border: 1px solid #34495E;
    background-color: #34495E;
    padding: 10px 20px;
    border-radius: 3px;
    color: white;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

.btn-select-plan:hover {
    color: #34495E;
    background-color: white;
}

.pricing-table .pricing-plan-row .pricing-column button i {
    font-size: 14px;
    margin-right: 5px;
}

.editor-no-api-response {
    box-sizing: border-box;
    text-align: center;
    padding-top: 35px;
}

.editor-no-api-response button {
    background-color: #7f53e9;
    color: white;
    padding: 8px 10px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    margin: 5px;
}

.editor-no-credits-left {
    margin: 15px !important;
    text-align: center;
    line-height: 23px;
    font-size: 15px;
}

.editor-no-credits-left button {
    background-color: #7f53e9 !important;
    color: white !important;
    padding: 8px 15px;
    border-radius: 3px;
    outline: none;
    box-shadow: none;
    cursor: pointer;
    border: 0;
    text-decoration: none !important;
    margin-top: 10px;
}

.editor-custom-prompt {
    padding: 10px 15px;
    text-align: left;
    line-height: 32px;
    box-sizing: border-box;
    position: relative;
}

.editor-custom-prompt textarea {
    width: 100%;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
    padding: 5px;
    color: #555;
    box-sizing: border-box;
    resize: none;
    outline: none;
    box-shadow: none;
}

.editor-custom-prompt textarea:hover, .editor-custom-prompt textarea:focus {
    border: 1px solid #E6E6E6 !important;
    outline: none !important;
}

.editor-btn-custom-prompt {
    float: left;
}

.editor-btn-custom-prompt button {
    background-color: #7f53e9;
    color: white;
    padding: 8px 10px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    top: -4px;
    font-size: 12px;
}

.editor-invalid {
    border: 1px solid red !important;
}

.editor-custom-prompt .editor-custom-prompt-alert {
    background-color: #CD6155;
    color: white;
    padding: 5px;
    border-radius: 3px;
    box-sizing: border-box;
    position: absolute;
    top: 80px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 15px;
}

.editor-custom-prompt .editor-custom-prompt-alert:before {
    content: "" !important;
    width: auto !important;
    height: auto !important;
    border-bottom: 8px solid #CD6155 !important;
    border-left: 8px solid transparent !important;
    border-right: 8px solid transparent !important;
    position: absolute !important;
    top: -3px;
}

.welcome-page-text {
    width: 80%;
    color: #444;
    font-size: 18px;
    padding: 15px;
    font-weight: 400;
}

.welcome-page-text .title {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 45px;
}

.welcome-page-text span {
    font-size: 15px;
    color: #555;
    margin-right: 5px;
}

.welcome-page-text img {
    max-height: 250px;
    margin-bottom: 20px;
    margin-top: 8px !important;
}

.welcome-page-text ul.supported-websites {
    list-style: none;
    padding-left: 0 !important;
    margin-left: 0 !important;
    margin-top: 15px !important;
}

.welcome-page-text ul.supported-websites li {
    display: inline-block;
    margin-right: 8px;
}

.welcome-page-text ul.supported-websites li img {
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.editor-rtl {
    direction: rtl;
}

.label-near-tooltip {
    float: left;
    margin-right: 10px;
}

.custom-tooltip {
    position: relative;
    float: left;
    color: #555;
}

.custom-tooltip span {
    position: absolute;
    right: -10px;
    width: 180px;
    transform: translateX(100%);
    padding: 5px;
    background-color: black;
    color: white;
    border-radius: 7px;
    text-align: center;
    font-size: 12px;
    top: 0px;
    display: none;
    z-index: 99;
}

.custom-tooltip span:before {
    content: "" !important;
    width: auto !important;
    height: auto !important;
    border-right: 8px solid black !important;
    border-top: 8px solid transparent !important;
    border-bottom: 8px solid transparent !important;
    position: absolute !important;
    left: -5px !important;
}

.custom-tooltip:hover span {
    display: block;
}

.btn-expired-trial {
    margin: 5px;
}

.wh30 {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
}

#tableOrderPromptCategories tbody tr td {
    cursor: move;
}

.select-loader {
    position: absolute;
    right: 6px;
    top: 6px;
    background-color: white;
    padding: 2px;
}

#tableOrderPrompts tbody tr td {
    cursor: move;
}

.new-price {
    font-size: 18px;
    font-weight: 600;
    color: #555;
}

.plan-off-banner-wix {
    background-color: #26c6da;
    color: white;
    padding: 4px 12px;
    width: 150px;
    border-radius: 25px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.save-off-banner-wix {
    background-color: #26c6da;
    color: white;
    width: fit-content;
    padding: 4px;
    font-size: 15px;
    border-radius: 25px;
    margin: 0 auto;
    margin-top: 5px;
}

.pricing-table .pricing-plan-row .pricing-column.w4 {
    width: 30vw;
}

.login-tabs ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-tabs ul li {
    width: 50%;
    text-align: center;
    color: #444;
    font-weight: 400;
    padding: 8px 10px;
    background-color: #EFEFEF;
    cursor: pointer;
}

.login-tabs ul li.active {
    background-color: #7460ee;
    color: white;
    border-radius: 5px;
}

.login-tabs-content {

}

.login-tabs-content .each-login-tab {
    display: none;
}

.login-tabs-content .each-login-tab.active {
    display: block;
}

.wix-button {
    background-color: #7460ee !important;
    border-color: #7460ee !important;
}

.current-user-plan {
    float: left;
    color: grey !important;
    font-weight: 500;
    margin-top: 20px;
    margin-left: 20px;
    text-align: center;
}

.free-trial-popup-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.free-trial-popup-buttons button {
    width: 50%;
    height: 70px;
}

.free-trial-popup-buttons button.swal2-confirm {
    background-color: #7460ee !important;
}

.free-trial-promo-content {
    font-size: 18px;
    line-height: 30px;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.free-trial-promo-title {
    display: inline-block;
    margin-top: 20px;
}

.swal2-close {
    outline: none !important;
}

.swal2-close:focus {
    outline: none !important;
}

.new-page-content .bettertext-general-popup {
    width: 60vw;
    margin: 50px auto;
    background-color: white;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 40%);
    color: #444;
    font-size: 14px;
    position: relative;
}

.new-page-content .bettertext-general-popup-bg {
    position: relative;
    background-color: transparent;
    z-index: inherit;
}

.new-page-content .bettertext-general-popup {
    width: 100%;
    margin: inherit;
}

.new-page-content .bettertext-copy-suggestion svg {
    position: relative;
    top: -4px;
}

.new-page-content .bettertext-resize-button svg {
    position: relative;
    top: -2px;
}

.new-page-content .bettertext-modal-content label {
    color: #555;
}

.new-page-content .bettertext-modal-content button {
    padding: 3px 14px !important;
}

.dark-mode-page {
    background: #1C2833 !important;
}

.dark-mode-page .overbar, .dark-mode-page .dropdown-menu {
    background-color: #1e1f2d !important;
    color: white !important;
}

.dark-mode-page .new-page-content {
    background-color: #1C2833 !important;
}

.dark-mode-page .current-user-plan {
    color: white !important;
}

.dark-mode-page .overbar ul li a {
    color: white !important;
}

.btn-show-phone-menu {
    display: none;
}

@media screen and (max-width: 650px) {
    .sidebar {
        display: none !important;
    }

    .new-page-content {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .overbar {
        width: 100% !important;
    }

    .btn-show-phone-menu {
        display: block;
    }

    .desktop-current-plan {
        display: none;
    }

    .overbar {
        padding-right: 0;
    }

    .btn-show-phone-menu {
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: transparent;
        border: 1px solid grey;
        color: grey;
        margin-left: 15px;
        margin-top: 15px;
        border-radius: 5px;
    }

    .dark-mode-page .btn-show-phone-menu {
        border-color: white;
        color: white;
    }

    .phone-menu-section .current-user-plan {
        float: left;
        color: grey;
        font-weight: 500;
        margin-bottom: 10px;
        margin-top: 6px;
        margin-left: 10px;
    }

    .phone-menu-section {
        position: absolute;
        z-index: 99;
        width: 100%;
        background-color: white;
        padding: 5px;
        margin-top: 30px;
        box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
    }

    .phone-menu-section .phone-menu ul {
        list-style: none;
    }

    .phone-menu-section .phone-menu ul li {
        padding: 5px 10px;
        font-weight: 400;
    }

    .phone-menu-section .phone-menu ul li a {
        color: #555;
    }

    .phone-menu-section .phone-menu ul li a i {
        margin-right: 10px;
    }

    .dark-mode-page .phone-menu-section {
        background-color: #1e1f2d !important;
    }

    .dark-mode-page .phone-menu .current-user-plan {
        color: white !important;
    }

    .dark-mode-page .phone-menu ul li a {
        color: white !important;
    }

    .bettertext-action-buttons-menu {
        display: block;
    }

    .bettertext-action-buttons-menu button {
        width: 49%;
        margin-bottom: 5px;
    }

    .new-page-content .bettertext-modal {
        width: 90%;
    }

    .welcome-page-text {
        width: 100%;
    }

    .welcome-page-text img {
        max-width: 100%;
    }
}

.bettertext-page-icon {
    display: none !important;
}

.statusDisconnected .dot {
    height: 10px;
    width: 10px;
    background-color: #e01818;
    border-radius: 50%;
    display: inline-block;
}

.statusConnected .dot {
    height: 10px;
    width: 10px;
    background-color: #1cb721;
    border-radius: 50%;
    display: inline-block;
}


.shopStatus{
    font-weight:500;
    color:gray;
}

.remind-me-again {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-top: 12px;
    color: #0c5460;
    cursor: pointer;
}

.remind-me-again .custom-checkbox {
    border: 1px solid #555;
    padding: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    margin-right: 8px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.remind-me-again .custom-checkbox svg {
    display: none;
}

.remind-me-again .custom-checkbox.checked svg {
    display: block;
    fill: #0c5460;
    width: 15px;
}

.review-step {
    width: 80%;
    margin: 0 auto;
}

.review-step .title {

}

.review-step .review-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.review-step .review-buttons button {
    margin: 3px;
    padding: 10px 25px;
    line-height: 21px;
    font-size: 15px;
    border-radius: 25px;
    text-transform: uppercase;
    outline: 0 !important;
    transition: all ease-in-out 0.3s;
}

.review-step .review-buttons button.btn-colors {
    background: #605DEC !important;
    color: #fff !important;
    border: 1px solid #605DEC !important;
}

.review-step .review-buttons button.btn-colors:hover {
    background: transparent !important;
    color: #605DEC !important;
    border-color: #605DEC !important;
}

.review-step .ul-stars {
    list-style: none;
    margin-bottom: 20px;
    padding-left: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-step .ul-stars li {
    color: grey;
    margin-right: 15px;
    font-size: 25px;
}

.review-step .ul-stars li:last-child {
    position: absolute;
    margin-left: 300px;
}

.review-step .ul-stars li.selected {
    color: orange;
}

.review-step .ul-stars li span {
    font-size: 15px;
    position: relative;
    top: -5px;
    margin-left: 10px;
}

.review-step a {
    text-decoration: none;
    margin-left: 15px;
}

.modal-waiting-for-review {

}

.modal-waiting-for-review .modal-header {
    border-bottom: 0;
    justify-content: right;
}

.modal-waiting-for-review i.fa-times {
    font-size: 14px;
    color: lightgrey;
}

.modal-waiting-for-review .waiting-image {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 150px;
    margin-bottom: 30px;
}

.modal-waiting-for-review .waiting-title {
    text-align: center;
    font-size: 25px;
    font-weight: 500;
    color: #444;
    margin-bottom: 5px;
}

.modal-waiting-for-review .waiting-text {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
    font-size: 13px;
    color: grey;
    margin-bottom: 30px;
}

.modal-waiting-for-review .review-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.modal-waiting-for-review .review-buttons button {
    margin: 3px;
    padding: 10px 25px;
    line-height: 21px;
    font-size: 15px;
    border-radius: 25px;
    text-transform: uppercase;
    outline: 0 !important;
    transition: all ease-in-out 0.3s;
}

.modal-waiting-for-review .review-buttons button.btn-colors {
    background: #605DEC !important;
    color: #fff !important;
    border: 1px solid #605DEC !important;
}

.modal-waiting-for-review .review-buttons button.btn-colors:hover {
    background: transparent !important;
    color: #605DEC !important;
    border-color: #605DEC !important;
}

.feedback-title {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}

.feedback-options {
    list-style: none;
    padding-left: 0 !important;
}

.all-feedback-options {
    text-align: center;
}

.feedback-option {
    display: inline-block;
    margin: 5px;
    font-size: 15px;
    font-weight: 500;
    color: grey;
}

.feedback-option .checkbox-edited {
    width: 18px;
    height: 18px;
    border-radius: 5px;
}

.feedback-option .checkbox-edited.checked {
    background-color: #605DEC;
    color: white;
    font-size: 13px;
}

.something-else-text {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
}

.something-else-text textarea {
    width: 100%;
    border-radius: 5px;
    border-color: #E6E6E6;
    padding: 6px;
    font-size: 14px;
}

.modal-submit-feedback .modal-dialog {
    max-width: 600px !important;
    width: 600px !important;
}

.subtitle-review {
    font-weight: 400;
    margin-bottom: 8px;
}

.review-request-steps {

}

.review-request-steps .ul-progress {
    list-style: none;
}

.review-request-steps .ul-progress li {
    display: inline-block;
    width: 24%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #555;
    padding-top: 20px;
}

.review-request-steps .ul-progress li i {
    color: #605DEC;
    font-size: 20px;
    margin-bottom: 8px;   
}

.review-request-steps .ul-progress li .step {
    border: 1px solid #605DEC;
    border-radius: 50%;
    color: #605DEC;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    position: relative;
    top: -8px;
    text-align: center;
    font-size: 13px;   
}

.review-request-steps .ul-progress li:last-child {
    color: #605DEC;
}

.review-request-steps .progress {
    margin-bottom: 8px;
    border-radius: 20px;   
}

.review-request-steps .progress .progress-bar {
    background-color: #605DEC;
    border-radius: 20px;
    height: 22px; 
}

.review-request-steps .text {
    display: inline-block;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #5d5d5d;
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;  
}

.review-request-steps .review-buttons {
    margin-top: -5px;
    margin-bottom: 10px; 
}

.checkbox-edited {
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 2px;
    text-align: center;
    padding-top: 2px;
    color: #1b486f;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-right: 10px;
}

.checkbox-edited i {
    display: none;
}

.checkbox-edited.checked i {
    display: block;
}

.extension-alert {
    width: 40vw;
    text-align: left;
    margin-bottom: 15px;
    padding: 25px !important;
    border-radius: 5px;
    background: linear-gradient(to bottom, #efedfb, #f7e9f2, #fde8ec);
    border: 1px solid #f3e8ed;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
    color: #111;
    font-size: 15px;
}

.extension-alert a {
    color: #111;
    text-decoration: none;
}

.extension-alert a:hover {
    text-decoration: none;
}

.extension-alert button {
    background: linear-gradient(to right, #9b16df, #8c1fdd, #7725e4, #7725e4, #5f2ee7, #4a33dd, #1d3ad8);
    padding: 7px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    outline: none;
    border: 0;
    font-size: 12px;
    margin-left: 8px;
}

.extension-alert button img {
    width: 15px;
    height: auto;
    float: left;
    margin-right: 7px;
}

.bettertext-free-plan-credits {
    color: rgb(127, 83, 233);
    font-size: 13px;
    float: left;
    font-weight: 500;
}

.bettertext-free-plan-credits a {
    text-decoration: underline;
    color: rgb(127, 83, 233);
    font-size: 14px;
}

.bettertext-free-plan-credits a:hover {
    text-decoration: none;
    color: rgb(89, 64, 147);
}

.bettertext-after-install-popup .bettertext-install-options ul {
    padding-left: 0 !important;
    margin-bottom: 0 !important;
}

.bettertext-after-install-popup .bettertext-install-options ul li img {
    position: relative;
    top: 2px;
}

.add-review-popup {
    position: fixed;
    z-index: 99999;
    top: 50%;
    right: 10px;
    transform: translateY(-100%);
    width: 250px;
    padding: 15px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #efedfb, #f7e9f2, #fde8ec);
    border: 1px solid #f3e8ed;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
}

.add-review-popup .add-review-popup-icon {
    background-color: #7f53e9;
    float: left;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.add-review-popup .add-review-popup-icon svg {
    fill: white;
    font-size: 22px;
}

.add-review-popup .add-review-popup-close svg {
    float: right;
    font-size: 16px;
    fill: #555;
    cursor: pointer;
}

.add-review-popup .add-review-popup-title {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    margin-bottom: 10px;
}

.add-review-popup .add-review-popup-content {
    font-size: 14px;
    margin-bottom: 12px;
    color: #444;
}

.add-review-popup .add-review-popup-button button {
    background: linear-gradient(to right, #9b16df, #8c1fdd, #7725e4, #7725e4, #5f2ee7, #4a33dd, #1d3ad8);
    padding: 7px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    outline: none;
    border: 0;
    font-size: 12px;
}

#tableOrderFeatures tbody tr td {
    cursor: move;
}

.onboarding-title {
    font-weight: 300;
    font-size: 30px;
    color: #4F4F4F;
    margin-bottom: 15px;
    text-align: center;
    margin-top: 15px;
}

.onboarding-feature {
    padding: 15px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #efedfb, #f7e9f2, #fde8ec);
    border: 1px solid #f3e8ed;
    box-shadow: 0px 2px 2px rgb(0 0 0 / 20%);
    width: 98%;
    margin: 10px;
    margin-bottom: 15px;
    flex: 0 0 23%;
    cursor: pointer;
    position: relative;
}

.onboarding-feature:hover {
    transform: scale(1.02);
}

.onboarding-feature .title {
    font-size: 17px;
    font-weight: 700;
    color: #444;
    margin-bottom: 10px;
    text-align: left;
}

.onboarding-feature .title img {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 40px;
    float: left;
    margin-right: 12px;
    border-radius: 2px;
    margin-bottom: 8px;
}

.onboarding-feature .description {
    font-size: 14px;
    color: #444;
    padding-bottom: 35px;
    text-align: left;
}

.onboarding-feature button {
    background: linear-gradient(to right, #9b16df, #8c1fdd, #7725e4, #7725e4, #5f2ee7, #4a33dd, #1d3ad8);
    padding: 7px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    outline: none;
    border: 0;
    font-size: 12px;
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
}

.onboarding-details iframe {
    width: 100%;
}

.onboarding-details img {
    width: 100%;
}

.onboarding-features {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.bottom-buttons {
    padding-left: 15px !important;
    position: absolute !important;
    bottom: 20px;
    width: 95%;
}

.bottom-buttons button {
    outline: none;
    margin-bottom: 10px;
    width: 100%;
    height: 35px;
    font-size: 12px;
}

.btn-go-unlimited {
    background: linear-gradient(to right, #9b16df, #8c1fdd, #7725e4, #7725e4, #5f2ee7, #4a33dd, #1d3ad8);
    padding: 7px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    outline: none;
    border: 0;
    font-size: 12px;
}

.btn-go-unlimited svg {
    fill: white;
    width: 13px;
    margin-left: 10px;
}

.btn-add-to-chrome {
    background-color: white;
    padding: 7px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: #555;
    outline: none;
    border: 1px solid #E6E6E6;
    font-size: 12px;
}

.btn-add-to-chrome svg {
    fill: #555;
    width: 13px;
    margin-left: 10px;
}

.onboarding-top-steps {
    display: flex;
    align-items: center;
    justify-content: center;
}

.onboarding-top-steps .each-onboarding-step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.onboarding-top-steps .each-onboarding-step .title {
    color: grey;
    font-size: 16px;
    font-weight: 500;
}

.onboarding-top-steps .each-onboarding-step .circle {
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid grey;
    border-radius: 50%;
    padding-top: 5px;
    color: grey;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
}

.onboarding-top-steps .each-onboarding-step.selected .title {
    color: #7f53e9;
}

.onboarding-top-steps .each-onboarding-step.selected .circle {
    border-color: #7f53e9;
    background: linear-gradient(to right, #9b16df, #8c1fdd, #7725e4, #7725e4, #5f2ee7, #4a33dd, #1d3ad8);
    color: white;
}

.onboarding-top-steps .onboarding-step-separator {
    width: 100px;
    height: 2px;
    background-color: grey;
    margin-top: 35px;
}

.onboarding-top-steps .onboarding-step-separator.selected {
    background-color: #7f53e9;
}

.onboarding-step {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.onboarding-step .welcome-page-text {
    width: 100%;
}

.onboarding-step .onboarding-next-button {
    margin-top: 10px;
}

.onboarding-step .onboarding-next-button button:not(.back-button) {
    background: linear-gradient(to right, #9b16df, #8c1fdd, #7725e4, #7725e4, #5f2ee7, #4a33dd, #1d3ad8);
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    outline: none;
    border: 0;
    font-size: 14px;
}

.onboarding-textbox {
    border: 1px solid lightgrey;
    border-radius: 3px;
    padding: 10px;
    text-align: left;
    overflow-y: scroll;
    margin-top: 10px;
    font-size: 14px;
}

.onboarding-small-text {
    width: 80%;
    display: inline-block;
}

.onboarding-w80 {
    width: 80vw;
}

.bettertext-welcome .bettertext-page-icon {
    display: block !important;
    animation: 3s infinite glow;
    opacity: 1;
    border: 2px solid;
    border-radius: 50%;
    background-color: white;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 50%);
}

@keyframes glow {
  0% {
    border-color: red;
  }
  25% {
    border-color: blue;
  }
  75% {
    border-color: yellow;
  }
  100% {
    border-color: purple;
  }
}
@-webkit-keyframes glow {
  0% {
    border-color: red;
  }
  25% {
    border-color: blue;
  }
  75% {
    border-color: yellow;
  }
  100% {
    border-color: purple;
  }
}

.onboarding-step .onboarding-next-button button.back-button {
    padding: 8px 20px;
    border-radius: 8px;
    cursor: pointer;
    color: #7f53e9;
    outline: none;
    border: 1px solid #7f53e9;
    font-size: 14px;
    margin-right: 10px;
    background-color: white;
}

.btn-add-extension-browser {
    background: linear-gradient(to right, #9b16df, #8c1fdd, #7725e4, #7725e4, #5f2ee7, #4a33dd, #1d3ad8);
    padding: 6px 12px;
    margin-left: 10px;
    border-radius: 8px;
    cursor: pointer;
    color: white;
    outline: none;
    border: 0;
    font-size: 14px;
}

.onboarding-step .text-content {
    width: 460px;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 20px;
}

.onboarding-step .welcome-page-text .title {
    margin-bottom: 20px !important;
}

.onboarding-step .bullet {
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 9px;
    padding-right: 20px;
}

.onboarding-step .text-content .icon {
    float: left;
    margin-right: 8px;
    width: 30px;
}

.onboarding-step .text-content .text {
    float: left;
}

.btn-use-cases {
    background-color: white;
    padding: 7px 14px;
    border-radius: 8px;
    cursor: pointer;
    color: #555;
    outline: none;
    border: 1px solid #E6E6E6;
    font-size: 12px;
}

.onboarding-feature svg {
    width: 30px;
    float: left;
    margin-right: 12px;
    fill: #444;
    margin-bottom: 8px;
}

.onboarding-step .bullet:before {
    content: '👉';
    font-size: 18px;
    color: #8f8d93;
    padding-right: 10px;
    top: -10px;
    position: absolute;
}

.onboarding-step .text-content a {
    color: #700eb9;
    text-decoration: underline;
}

.current-user-plan span {
    margin-left: 3px;
}

.current-user-plan span a {
    color: #7f53e9;
    text-decoration: underline;
}

#bettertext-toast-container {
    display: none !important;
}

/*#bettertext-toast-container .bettertext-toast {
    width: 300px;
    color: white;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 5px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
    font-size: 15px;
}

#bettertext-toast-container .bettertext-toast .bettertext-toast-close-button {
    position: absolute;
    right: 10px;
    background-color: transparent;
    border: 0;
    color: whitesmoke;
    cursor: pointer;
    font-size: 20px;
    margin-top: -5px;
}*/

.extension-alert.custom {
    width: fit-content;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px;
}

.extension-alert.custom a {
    color: #700eb9;
    text-decoration: underline;
}

.btn-install-extension {
    background: linear-gradient(to right, #9b16df, #8c1fdd, #7725e4, #7725e4, #5f2ee7, #4a33dd, #1d3ad8);
    border-radius: 8px;
    cursor: pointer;
    color: white;
    outline: none;
    border: 0;
    padding: 12px 20px;
    font-size: 15px;
}

.btn-install-extension img {
    width: 20px;
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.each-text-content-line {
    display: flex;
    justify-content: center;
}