/* Loader */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800&family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
html[data-theme='light'] {
    --font: 'Inter', sans-serif;
    --body: #FAFAFA;
    --white: #ffffff;
    --divsColor: #FFFFFF;
    --grayBackground: #727179;
    --grayTxt: #88888B;
    --border: #bfbfbf;
    --borderColor: #efefef;
    --textColor: #000000;
    --orange: #f9b035;
    --red: #F96767;
    --openOrange: #FFF8EB;
    --openRed: #FFF4F2;
    --openGrayTxt: #7A86A1;
    --inpsBorderColor: #7a86a14f;
    --opacityBg: #F6EFFF;
    --loaderBgColor: #F6EFFF;
    --inpsColor: #F6F5F5;
    --activeBg: #F9FBFC;
    --dropdownShadow: rgba(217, 217, 217, 0.25);
    --opacityBlue: #EBF2FF;
    --darkBlue: #52C3D9;
    --opacityYellow: #FFF8EB;
    --yellow: #FABF5C;
    --opacityPurple: #F6EFFF;
    --purple: #8370D8;
    --opacityDivsColor: #f9f9f9;
    --green: #00a11b;
    --opacityGreen: #06a10021;
    --pro: #ffd785;
    --shadow: 0px 4px 20px rgba(217, 217, 217, 0.25);
}

html[data-theme='dark'] {
    --font: 'Inter', sans-serif;
    --body: #1B1B2E;
    --mainColor: #100F1A;
    --white: #ffffff;
    --openBlue: #52C3D9;
    --divsColor: #100F1A;
    --grayBackground: #9a98b0;
    --grayTxt: #88888B;
    --border: #373551;
    --inpsBorderColor: #373551;
    --borderColor: #373551;
    --textColor: #FFFFFF;
    --orange: #f9b035;
    --red: #F96767;
    --openOrange: #fdd68c6b;
    --openRed: #ffad9e54;
    --openGrayTxt: #ffffff;
    --opacityBg: #F6EFFF;
    --loaderBgColor: #272727;
    --inpsColor: #1d1c2f;
    --activeBg: #1b1a2b;
    --dropdownShadow: rgb(92 92 92 / 5%);
    --opacityBlue: #7eabff21;
    --darkBlue: #52C3D9;
    --opacityYellow: #ffd58730;
    --yellow: #FABF5C;
    --opacityPurple: #c79cff2e;
    --purple: #8370D8;
    --opacityDivsColor: #1b1a2b;
    --green: #00a11b;
    --opacityGreen: #06a10021;
    --pro: #ffd785;
    --shadow: none;
}

body {
    background-color: var(--body)!important;
    padding-left: 17.3%!important;
    margin: 0;
    font-family: var(--font)!important;
}
html[data-theme='dark'] body {
	    color: #f1f1f1;
}

html[data-theme='dark'] .chat_header_bot, html[data-theme='dark'] .message_bot_response {
    background-color: #3e3e65 !important;
}

ul,
ol {
    padding: 0!important;
    margin: 0;
    list-style: none;
}

table a {
    text-decoration: none;
}

table p {
    margin: 0
}

table a:hover,
table a:hover p {
    color: var(--openBlue);
}

.hidden {
    display: none;
}

.logo {
    margin-bottom: 25px;
}

.bg-white-shadow {
    background: var(--divsColor);
    padding: 30px;
    border-radius: 25px;
    position: relative;
    box-shadow: var(--shadow);
}

.mb-25 {
    margin-bottom: 25px!important;
}

.tox-notification.tox-notification--in.tox-notification--warning {
    display: none!important;
}

.mb-40 {
    margin-bottom: 40px!important;
}

.mt-40 {
    margin-top: 40px;
}

.txt-mt-0 {
    margin-top: 0!important;
}

.gap-0 {
    gap: 0!important;
}

.pb-50 {
    padding-bottom: 50px!important;
}

.owl-nav.disabled {
    display: none;
}

.pro-div {
    border: 1px solid var(--pro)!important;
}

.dropdown-lines {
    background-color: var(--borderColor);
    height: 1px;
    width: 100%;
    margin-bottom: 12px;
    margin-top: 13px;
}


/* Accordions */

.accordion-item,
.accordion-item .accordion-button {
    border-radius: 15px!important;
}

.accordion-item {
    margin-bottom: 25px;
    border: none!important;
    box-shadow: var(--shadow);
}

.accordion-button {
    font-size: 16px;
    font-weight: 500;
    color: var(--textColor);
}

.accordion-item {
    background-color: var(--divsColor)!important;
}

.accordion-button:focus {
    border: none;
    box-shadow: none!important;
}

.accordion-button:not(.collapsed) {
    color: var(--textColor)!important;
    background: none!important;
    box-shadow: none!important;
}

.accordion-button {
    background-color: var(--divsColor)!important;
    color: var(--textColor)!important;
}

.accordion-button div {
	background-color: var(--opacityPurple);
    width: 45px;
    height: 45px;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    color: var(--openBlue);
}

.pro {
    position: absolute;
    right: 25px;
    top: -14px;
    font-size: 13px;
    background-color: var(--pro);
    padding: 3px 15px;
    border-radius: 19px;
    font-weight: 600;
    color: #f5a500;
}

.favorite-templates-slider .pro {
    top: 10px;
}

.warning {
    background-color: var(--openRed);
    color: var(--red);
    border-radius: 8px;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 13px;
}

.relative {
    position: relative;
}

.dropdown-menu {
    box-shadow: 0px 4px 20px rgba(217, 217, 217, 0.25);
}

.modal-content {
    background-color: var(--divsColor)!important;
    border: none!important;
    border-radius: 25px!important;
}

.center-txt {
    text-align: center;
}

#info-alert {
    padding: 10px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}

.alert {
    padding: 15px 20px!important;
    font-size: 14px!important;
    border-radius: 9px!important;
}

.alert-success {
    color: var(--green)!important;
	color: #026713!important;
    background-color: var(--opacityGreen)!important;
    border: none!important;
}
.alert-warning {
	color: #e38801!important;
    background-color: rgb(255 152 0 / 16%)!important;
    border: none!important;
}

html[data-theme='dark'] .alert-success {
    color: #509c53!important;
    background-color: rgb(68 165 72 / 25%)!important;
}

.alert-danger {
    color: var(--red)!important;
    background-color: var(--openRed)!important;
    border: none!important;
}

.generate-empty {
    background-color: var(--opacityPurple);
    border-radius: 10px;
    padding: 10px 5px;
    text-align: center;
    font-size: 14px;
    color: var(--purple);
}


/* Ajax Loading Bar */

.ajax_loader {
    display: none;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 1px;
}

.ajax_loader:before {
    content: '';
    border-radius: 10px;
    position: absolute;
    top: -4px;
    right: -4px;
    bottom: -4px;
    left: -4px;
}

.ajax_loader .ajax_loaderBar {
    position: absolute;
    border-radius: 10px;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    background: var(--openBlue);
    width: 0;
    animation: borealisBar 1.2s linear infinite;
}

@keyframes borealisBar {
    0% {
        left: 0%;
        right: 100%;
        width: 0%;
    }
    10% {
        left: 0%;
        right: 75%;
        width: 25%;
    }
    90% {
        right: 0%;
        left: 75%;
        width: 25%;
    }
    100% {
        left: 100%;
        right: 0%;
        width: 0%;
    }
}

.page_hide {
	display: none;
}

.loader {
    position: fixed;
    background-color: var(--divsColor);
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pl {
    display: block;
    width: 6.25em;
    height: 6.25em;
}

.pl__ring,
.pl__ball {
    animation: ring 2s ease-out infinite;
}

.pl__ball {
    animation-name: ball;
}

.loader svg {
	width: 125px;
    height: 125px;
}

.ip__track {
    stroke: hsl(var(--hue), 90%, 90%);
    transition: stroke var(--trans-dur);
}

.ip__worm1,
.ip__worm2 {
    animation: worm1 2s linear infinite;
}

.ip__worm2 {
    animation-name: worm2;
}

@media (prefers-color-scheme: dark) {
     :root {
        --bg: hsl(var(--hue), 90%, 5%);
        --fg: hsl(var(--hue), 90%, 95%);
    }
    .ip__track {
        stroke: hsl(var(--hue), 90%, 15%);
    }
}

@keyframes worm1 {
    from {
        stroke-dashoffset: 0;
    }
    50% {
        animation-timing-function: steps(1);
        stroke-dashoffset: -358;
    }
    50.01% {
        animation-timing-function: linear;
        stroke-dashoffset: 358;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes worm2 {
    from {
        stroke-dashoffset: 358;
    }
    50% {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: -358;
    }
}


/* Dark theme  */

@media (prefers-color-scheme: dark) {
     :root {
        --bg: hsl(var(--hue), 10%, 10%);
        --fg: hsl(var(--hue), 10%, 90%);
    }
}


/* Animation */

@keyframes ring {
    from {
        stroke-dasharray: 0 257 0 0 1 0 0 258;
    }
    25% {
        stroke-dasharray: 0 0 0 0 257 0 258 0;
    }
    50%,
    to {
        stroke-dasharray: 0 0 0 0 0 515 0 0;
    }
}

@keyframes ball {
    from,
    50% {
        animation-timing-function: ease-in;
        stroke-dashoffset: 1;
    }
    64% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -109;
    }
    78% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -145;
    }
    92% {
        animation-timing-function: ease-in;
        stroke-dashoffset: -157;
    }
    57%,
    71%,
    85%,
    99%,
    to {
        animation-timing-function: ease-out;
        stroke-dashoffset: -163;
    }
}


/* Sidebar*/

.sidebar {
    background-color: var(--divsColor);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    z-index: 99;
    padding: 30px 20px 20px!important;
    overflow-y: scroll;
}

.sidebar-overlay {
    display: none;
    top: 0;
    left: 0;
    position: fixed;
    background-color: #2323239e;
    width: 100%!important;
    height: 100%;
    z-index: 99999;
}

.sidebar::-webkit-scrollbar {
    display: none;
    width: 7px;
}



.sidebar::-webkit-scrollbar-track {
    border-radius: 10px;
}

.sidebar::-webkit-scrollbar-thumb {
    background: var(--openBlue);
    border-radius: 10px;
}

.logo img {
    max-width: 9.5rem;
    margin-left: 10px;
}

.sidebar .search_box {
    display: none;
}

.pt_admin_hdr_srch_reslts {
    display: none;
    background-color: var(--divsColor);
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 49px;
    border-radius: 16px;
	overflow: hidden;
    box-shadow: var(--shadow);
}

.pt_admin_hdr_srch_reslts a {
	text-decoration: none;
    display: block;
    border-bottom: 1px solid var(--borderColor);
    padding: 9px 18px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.2s;
}
.pt_admin_hdr_srch_reslts a:hover {
	background: var(--activeBg);
}
.pt_admin_hdr_srch_reslts a small {
    color: var(--textColor)!important;transition: all 0.2s;
}

.pt_admin_hdr_srch_reslts a:hover small {
    color: var(--openBlue)!important;
}

.pt_admin_hdr_srch_reslts a:nth-last-child(1) {
    border: 0;
}

.sidebar ul {
    margin-top: 20px;
}

.closeDiv {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 19px;
    right: 23px;
}

.closeDiv svg {
    fill: var(--textColor);
    width: 19px;
    height: 19px;
}

.header-openSiderbar {
    cursor: pointer;
}

.sidebar ul li {
    margin-bottom: 5px;
    border-radius: 10px;
    position: relative;
    transition: background-color .1s;
}

.sidebar ul li:hover {
    color: var(--openBlue);
}

.sidebar ul li:hover a span.new, .sidebar ul li:hover a span.noti-count, .sidebar ul li.active a span.new, .sidebar ul li.active a span.noti-count {
    background-color: var(--openBlue)!important;
    color: var(--white);
    transform: translateX(-13px);
}

.sidebar ul li.active {
    color: var(--openBlue);
}

html[data-theme='dark'] .sidebar ul li.active a span.new {
    background-color: var(--openBlue)!important;
    color: var(--white);
}

.sidebar ul li.active:before, .sidebar ul li:hover:before {
	    content: '';
    background: currentColor;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 10px;
    opacity: 0.2;
	z-index: -1;
}

.sidebar ul li:hover a,
.sidebar ul li.active a {
    color: currentColor;
}

.sidebar ul li:hover a svg,
.sidebar ul li.active a svg {
    fill: currentColor;
}

.sidebar ul li a {
    color: var(--textColor);
    text-decoration: none;
    font-size: 14px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    font-weight: 400;
}

.sidebar ul li a svg {
    margin-right: 10px;
    width: 19px;
    height: 19px;
    fill: var(--textColor);
}

.sidebar ul li a span.new,
.sidebar ul li a span.noti-count {
    position: absolute;
    right: 0;
    top: 10px;
    font-size: 11px;
    padding: 3px 9px;
    border-radius: 14px;
    transition: transform .3s;
}

.sidebar ul li a span.new {
    background-color: var(--opacityPurple);
    color: var(--purple);
}

.sidebar ul li a span.noti-count {
    background-color: var(--grayBackground);
    color: var(--white);
}

.breakpoint-text {
    padding: 10px 20px;
    color: var(--grayTxt);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.circle-bar {
    width: 9rem;
    height: 9rem;
    margin: auto;
    margin-left: 55px;
}


/* Header */

.admin_welcome_message {
    padding: 0 45px;
    padding-top: 30px;
}

.admin_welcome_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 16px;
    background: linear-gradient(to left, #d56dde, #6d1eff);
    padding: 25px 35px;
    color: snow;
}

.admin_welcome_left h4 {
    font-size: 23px;
    margin-bottom: 4px;
}

.admin_welcome_left h4 span {
    text-transform: capitalize;
    font-weight: 600;
}

.admin_welcome_left p {
    margin: 0;
    font-size: 13px;
}

.admin_welcome_div svg {
    width: 55px;
    height: auto;
    fill: white;
}

div#main-header {
    padding: 0 45px;
}

.fixedHeader-right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.fixedHeader-left {
    display: flex;
    align-items: center;
}

.fixedHeader-left a {
    display: none;
}

.fixedHeader-left img {
    max-width: 7rem;
    margin-left: 20px;
}

header {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.admin_headerLeft h1 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0;
    color: var(--textColor);
}

.admin_headerLeft h1 span {
    background-color: var(--openBlue);
    color: var(--white);
    font-size: 14px;
    padding: 5px 15px;
    border-radius: 19px;
    position: relative;
    top: -5px;
}

.admin_headerLeft p {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
    margin-bottom: 0;
    color: var(--textColor);
}

.admin_headerLeft p span {
    position: relative;
    top: -1px;
    margin: 0 3px;
}

.admin_headerLeft p span svg {
    fill: var(--textColor);
}

.admin_headerRight {
    display: flex;
    align-items: center;
    gap: 6px;
}

.search_box {
    padding: 0 0.75rem;
}

.search_box,
.header-noti {
    position: relative;
}

.no_result_search {
    text-align: center;
    padding: 13px 0;
}

span#no_result_found_inner {
    font-weight: 600;
    color: var(--openBlue);
}

.no_result_search svg {
    width: 45px;
    position: inherit!important;
    height: auto;
    margin-bottom: 17px;
    fill: var(--grayTxt)!important;
}

.no_result_search p {
    color: var(--grayTxt);
    font-size: 15px;
}

button.openSidebar {
    background: none;
    border: none;
}

button.openSidebar svg {
    width: 23px;
    height: 23px;
    fill: var(--textColor);
}

.search_box svg {
    position: absolute;
    left: 25px;
    top: 11px;
    fill: var(--textColor);
}

.search_box input {
    border-radius: 23px;
    border: 1px solid var(--border);
    height: 38px;
    width: 400px;
    padding: 0 18px;
    padding-left: 35px;
    font-size: 13px;
    background: none;
    outline: none;
    color: var(--textColor);transition: all 0.2s;
}
html[data-theme='dark'] .search_box input::placeholder, html[data-theme='dark'] .generate-image-inps .form-group input::placeholder, html[data-theme='dark'] .dataTables_filter input::placeholder, html[data-theme='dark'] .chat-footer input::placeholder, html[data-theme='dark'] .workbook-modal input::placeholder {
    color: #7c7b90;opacity: 1;
}
.search_box input:focus {
	border-color: var(--openBlue);
}

.sidebar .search_box input {
    color: var(--white);
}

.header-noti span {
    position: absolute;
    background-color: var(--openBlue);
    padding: 0 5px;
    border-radius: 20px;
    font-size: 11px;
    color: var(--white);
    top: -2px;
    right: -6px;
    cursor: pointer;
    user-select: none;
    transition: transform .2s;
}

.header-noti .dropdown:hover span {
    transform: translateY(-2px);
}

.header-noti svg {
    fill: var(--textColor);
    cursor: pointer;
    user-select: none;
        padding: 9px;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    transition: .3s;
}

.header-noti svg:hover {
    background-color: var(--divsColor);
}

.header-userInfo button,
.header-userInfo button:hover,
.header-userInfo button:focus,
.header-userInfo button:active {
    background: none;
    border: none;
    color: var(--textColor);
    box-shadow: none!important;
    font-size: 14px;
    border-radius: 40px;
    transition: .3s;
}

.header-userInfo button:hover {
    background-color: var(--divsColor);
}

.header-userInfo button img {
    border-radius: 50%;
    height: 38px;
    width: 38px;
    object-fit: cover;
    margin-right: 7px;
}

.header-userInfo .dropdown-menu,
.header-noti .dropdown-menu {
    background: var(--divsColor);
    border-radius: 13px;
    border: none;
    top: 10px!important;
    left: unset!important;
    right: 0!important;
    padding: 15px 0 0 0!important;
    box-shadow: none;
    min-width: 17rem;
    max-width: 17rem;
    box-shadow: 0px 4px 20px var(--dropdownShadow);
    transform: translateY(52px);
    animation: fadeIn .3s;
}

table#all-system-noti {
    color: var(--textColor);
}

.header-userInfo .dropdown-menu {
	top: 61px!important;
    transform: scale3d(.8,.8,1) !important;
    transform-origin: right top;
    display: block;
    opacity: 0;
    visibility: hidden;animation: none;
}
.header-userInfo .dropdown-menu.show {
	transition: opacity 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms,transform 150ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms;
    transform: none !important;
    opacity: 1;
    visibility: visible;
}

.header-noti .dropdown-menu {
    min-width: 27rem;
    max-width: 27rem;
    transform: none!important;
    top: 50px!important;
    padding: 15px!important;
}

.header-noti .dropdown-menu h5 {
    font-size: 18px;
    font-weight: 600;
    color: var(--textColor);
    margin-top: 8px;
}

ul.noti-tabs {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    margin-bottom: 24px;
}

ul.noti-tabs li {
    font-size: 14px;
    color: var(--textColor);
    border-bottom: 2px solid #ffffff00;
    padding: 4px 10px;
    cursor: pointer;
    font-weight: 600;
}

li.noti-tablinks.active {
    border-color: var(--openBlue);
}

.noti-inner {
    height: 25rem;
    overflow-y: scroll;
    border-bottom: 1px solid var(--inpsColor);
}

.noti-inner::-webkit-scrollbar {
    width: 7px;
}

.noti-inner::-webkit-scrollbar-track {
    border-radius: 10px;
}

.noti-inner::-webkit-scrollbar-thumb {
    background: var(--openBlue);
    border-radius: 10px;
}

.noti-inner-div {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
    padding: 15px 15px;
    border-radius: 10px;
}

.noti-inner-div.active {
    background-color: var(--activeBg);
}

.noti-inner-div img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
}

.notiInnerInfo {
    width: 100%;
}

.notiInnerInfo h6 {
    font-size: 17px;
    color: var(--textColor);
}

.notiInnerInfo div {
    border: 1px solid var(--inpsColor);
    padding: 8px 10px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 500;
    color: var(--grayTxt);
}

.noti-inner-div.active .notiInnerInfo div {
    background-color: var(--divsColor);
}

.notiInnerInfo p {
    text-align: right;
    font-size: 13px;
    margin: 0;
    margin-top: 5px;
    color: var(--openGrayTxt);
    font-weight: 500;
}

.notiFooter {
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notiFooter button,
.notiFooter a {
    background: none;
    border: none;
    font-size: 14px;
    color: var(--openBlue);
}
.notiFooter button:disabled {
    opacity: 0.7;
}

.notiFooter button svg {
    width: 17px;
    height: auto;
    margin: -2px 2px 0 0;
    padding: 0;
    fill: none;
}

.notiFooter a {
    background: var(--openBlue);
    padding: 8px 20px;
    border-radius: 6px;
    color: var(--white)!important;
    text-decoration: none;
}

li.dropdown-menu-userInfo {
    padding-bottom: 15px!important;
    border-bottom: 1px solid var(--borderColor);
    margin-bottom: 12px!important;
}

li.dropdown-menu-userInfo a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.dropdown-menu-userInfo img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--openBlue);
}

li.dropdown-menu-userInfo div h5 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: var(--textColor);
}

li.dropdown-menu-userInfo div p {
    font-size: 12px;
    color: var(--openGrayTxt);
    margin: 0;margin-top: 2px;
}

.header-userInfo ul.dropdown-menu li {
    margin-bottom: 10px;
    font-size: 14px;
    color: var(--textColor);
    transition: .3s;
}

.header-userInfo ul.dropdown-menu li:nth-last-child(1) {
    margin: 0;
}

.header-userInfo ul.dropdown-menu li svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    fill: #9B9B9B;
    transition: .3s;
}
html[data-theme='dark'] .header-userInfo ul.dropdown-menu li svg {
	fill: #9e9cb8;
}

.header-userInfo ul.dropdown-menu li:hover {
    transform: translateX(3px);
    color: var(--openBlue);
}

.header-userInfo ul.dropdown-menu li:hover a {
    color: var(--openBlue);
}

.header-userInfo ul.dropdown-menu li:hover svg,
.header-userInfo ul.dropdown-menu li:hover a svg {
    fill: var(--openBlue);
}

.header-userInfo ul.dropdown-menu a {
    text-decoration: none;
    color: var(--textColor);
    transition: .3s;
}
.header-userInfo ul.dropdown-menu li#theme-toggle {
    padding: 4px 25px;
}
.header-userInfo ul.dropdown-menu li.dropdown-menu-list > a {
    display: block;
    padding: 4px 25px;
}
.header-userInfo ul.dropdown-menu li.dropdown-menu-userInfo > a {
    display: flex;align-items: center;
}

#theme-toggle {
    cursor: pointer;
}

.pointer {
    cursor: pointer !important;
}

li.dropdown-menu-btn {
    background-color: var(--openBlue);
    border-radius: 0 0 13px 13px;
    margin-top: 12px!important;
}
.header-userInfo ul.dropdown-menu li.dropdown-menu-btn > a {
	padding: 15px 27px!important;display: block;
}

li.dropdown-menu-btn a {
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
    height: 100%;
    color: var(--white)!important;
}

li.dropdown-menu-btn a svg {
    width: 18px!important;
    height: 18px!important;
}


/* Main Content */

.abs-btns {
    position: absolute;
    top: -27px;
    right: 35px;
    padding: 7px;
    border-radius: 8px;
    display: flex;
    gap: 15px;
}

.abs-btns button {
    border-radius: 50%;
    border: 0;
    background-color: #f4d8f3;
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: var(--shadow);transition: all 0.2s;
}
html[data-theme='dark'] .abs-btns button {
    background-color: #4f1f4e;
}
.abs-btns button:hover {
	background: var(--openBlue) !important;
}
.abs-btns a button svg {
    width: 28px;
    height: 28px;
    fill: var(--openBlue);
}

.abs-btns button svg {
    width: 19px;
    height: 19px;
    fill: var(--openBlue);transition: all 0.2s;
}
.abs-btns button:hover svg {
	fill: var(--white);
}

.dashboard-userInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.dashboard-userInfo .userInfo-left,
.dashboard-userInfo .userInfo-right {
    width: 50%;
}

.userInfo-left {
    text-align: center;
}

.userInfo-left img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 7px solid var(--openBlue);
    margin-bottom: 20px;
}

.userInfo-left h4 {
    font-size: 19px;
    font-weight: 800;
    margin-bottom: 0px;
    color: var(--textColor);
}

.userInfo-left p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--grayTxt);
}

.userInfo-right {
    padding-left: 30px;
}

.userData-info-row {
    margin-bottom: 25px;
}

.userData-info-row:nth-last-child(1) {
    margin-bottom: 0;
}

.userInfo-right-divs {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.userInfo-right-divs:nth-child(2) {
    margin-bottom: 0;
}

.userInfo-right-divs-icon {
    width: 65px;
    height: 65px;
    border-radius: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.userInfo-right-divs-icon.bg-openOrange {
    background-color: var(--openOrange);
}

.userInfo-right-divs-icon.bg-openRed {
    background-color: var(--openRed);
}

.userInfo-right-divs-txt h5 {
    font-size: 16px;
    font-weight: 400;
    color: var(--openGrayTxt);
    margin-bottom: 4px;
}

.userInfo-right-divs-txt span {
    font-size: 16px;
    font-weight: 700;
    color: var(--textColor);
}

.userData-info {
    position: relative;
}

.userData-info svg {
    position: absolute;
    right: 0;
    bottom: -23px;
    width: 12rem;
    height: 9rem;
}

.userData-info h5 {
    font-size: 16px;
    color: var(--openGrayTxt);
    font-weight: 400;
    margin-bottom: 0;
}

.userData-info span {
    color: var(--textColor);
    font-size: 28px;
    font-weight: 700;
}

.userData-info p {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--openGrayTxt);
    font-weight: 300;
}

.userData-info-header {
    display: flex;
    align-items: center;
}

.userData-info-header span {
    font-size: 22px;
    max-width: 65px;
}

.userData-info-header p {
    max-width: 13rem;
}

.userData-info-progress {
    width: 100%;
    height: 38px;
    border-radius: 19px;
    background-color: var(--inpsColor);
    margin-top: 7px;
}

.userData-info-bar {
    background: linear-gradient(86.17deg, #883AC8 10.98%, #F75F74 59.6%, #FF815A 85.22%, #FFA24D 99.26%);
    display: flex;
    align-items: center;
    padding-left: 20px;
    border-radius: 19px;
    height: 38px;
    color: var(--white);
}

.userData-info-bar svg {
    position: initial;
    width: 19px;
    height: 19px;
    margin-right: 10px;
}

.userData-info-bar p {
    font-size: 16px;
    color: var(--white);
    font-weight: 600;
}

.userData-info-bar span {
    font-size: 9px;
    color: var(--white);
    font-weight: 200;
    margin-left: 7px;
}

#templates-user-progress {
    display: flex;
    justify-content: space-around;
    position: absolute;
    right: 55px;
    bottom: 20px;
}

.templates-user-progress-item {
    display: flex;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 0;
    animation: .4s ease-out reverse;
    background-color: var(--openBlue);
}

.templates-user-progress-item::after {
    content: attr(data-num);
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100px;
    margin: 10px;
    border-radius: 50%;
    background: var(--divsColor);
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: var(--textColor);
}

.sidebar-progres .templates-user-progress-item {
    margin: 30px auto;
    width: 130px;
    height: 130px;
    position: relative;    cursor: pointer;
}

.text-sidebar-progress {
    position: absolute;
    color: white;
    left: 50%;
    top: 35px;
    transform: translateX(-50%);
    width: max-content;
    text-align: center;
}

.text-sidebar-progress h5 {
    font-size: 13px;
    line-height: 30px;
}

.text-sidebar-progress h5 span {
    font-size: 20px;
    font-weight: 700;
    color: var(--white);
}

.sidebar-user-progress-item::after {
    content: ''!important;
    font-size: 14px;
    width: 130px;
    background: var(--openBlue);
    color: var(--white);transition: all 0.2s;
}
.sidebar-user-progress-item:hover:after {
	    background-color: #ce5ed8;
}


/* Main Sections */

.dash-mainDivs h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 4px;
    color: var(--textColor);
}

.dash-mainDivs p {
    font-size: 14px;
    color: var(--openGrayTxt);
}

.favorite-templates-slider {
    overflow: hidden;
}

.favorite-templates-slider a,
.templates-tabcontent .row .col-md-4 a {
    text-decoration: none;
}

.favorite-templates-slider .owl-stage {
    display: flex;
}

.favorite-templates a {
    text-decoration: none;
}

.favorite-templates-slide {
    background-color: var(--activeBg);
    position: relative;
    padding: 35px 30px;
    border-radius: 25px;
}

.favorite-templates-slide h5 {
    color: var(--textColor);
    font-size: 20px;
    font-weight: 600;
}

.favorite-templates-slide p {
    font-size: 12px;
    margin-bottom: 0;
    color: var(--openGrayTxt);
}

.templates-div-icon {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 17px;
}

.templates-div-icon.chat-category-icons {
    background-color: #2f272c;
}

.templates-div-icon.text-icons,
.templates-div-icon.chat-category-icons-1 {
    background-color: #ae72e4;
}

.templates-div-icon.blog-icons,
.templates-div-icon.chat-category-icons-2 {
    background-color: #3c91e6;
}

.templates-div-icon.email-icons,
.templates-div-icon.chat-category-icons-3 {
    background-color: #b34745;
}

.templates-div-icon.social-icons,
.templates-div-icon.chat-category-icons-4 {
    background-color: #34a853;
}

.templates-div-icon.video-icons,
.templates-div-icon.chat-category-icons-5 {
    background-color: #2e2c8d;
}

.templates-div-icon.web-icons,
.templates-div-icon.chat-category-icons-6 {
    background-color: #988836;
}

.templates-div-icon.other-icons,
.templates-div-icon.chat-category-icons-7 {
    background-color: #d952aa;
}

.templates-div-icon.chat-category-icons-8 {
    background-color: #e800009c;
}

.templates-div-icon.chat-category-icons-9 {
    background-color: #00847c;
}

.templates-div-icon.chat-category-icons-10 {
    background-color: #4c1f1f;
}

.templates-div-icon.chat-category-icons-11 {
    background-color: #004f84;
}

.templates-div-icon.chat-category-icons-12 {
    background-color: #d99252;
}

.templates-div-icon.chat-category-icons-13 {
    background-color: #fc6b00;
}

.favorite-templates-slide img {
    max-width: 20px;
    opacity: 0.7;
    transition: transform .3s;
    filter: invert(1);
}

.favorite-templates-slide:hover img {
    transform: scale(0.9) rotate(20deg);
}

.dash-mainDivs h2 span {
    background-color: var(--openRed);
    padding: 7px 11px;
    font-size: 14px;
    border-radius: 9px;
    position: relative;
    right: -7px;
    top: -3px;
    display: inline-flex;
    align-items: center;
    color: var(--red);
    font-weight: 400;
}

.dash-mainDivs h2 span svg {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}


/* Profile Page */

.profile_user_data {
    padding-top: 8rem;
    text-align: center;
    position: sticky;
    top: 25px;
}

.profile_user_data::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 8rem;
    top: 0;
    left: 0;
    background: linear-gradient(86.17deg, #883AC8 10.98%, #F75F74 59.6%, #FF815A 85.22%, #FFA24D 99.26%);
    border-radius: 25px;
}

.userData {
    margin-top: -60px;
    position: relative;
}

.userData img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.userData h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--textColor);
}

.userData p {
    font-size: 14px;
    color: var(--openGrayTxt);
}

.profile_user_data ul {
    text-align: left;
    margin: 35px 0;
}

.profile_user_data ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.profile_user_data ul li:nth-last-child(1) {
    margin-bottom: 0;
}

.profile_user_data ul li a {
    font-size: 15px;
    text-decoration: none;
    color: var(--textColor);
    font-weight: 500;
    transition: .3s;display: block;
    width: 100%;
}

.profile_user_data ul li:hover a {
    color: var(--openBlue);
    transform: translateX(3px);
}

.profile_user_data ul li:hover svg {
    fill: var(--openBlue);
}

.profile_user_data ul li svg {
    width: 15px;
    margin-right: 10px;
    fill: rgba(11, 11, 11, 0.33);
}

html[data-theme='dark'] .profile_user_data ul li svg {
    fill: rgb(174 174 174);
}

html[data-theme='dark'] .profile_user_data ul li:hover svg {
    fill: var(--openBlue);
}

.userDataLeft {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--borderColor);
    padding-top: 20px;
}

.userDataLeft::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    background: var(--borderColor);
    left: 50%;
    top: 28px;
}

.userDataLeft div {
    text-align: left;
    max-width: 40%;
    min-width: 40%;
}

.userDataLeft div p {
    font-size: 16px;
    color: var(--openGrayTxt);
    font-weight: 400;
    margin-bottom: 4px;
}

.userDataLeft div h5 {
    font-size: 21px;
    font-weight: 600;
    color: var(--textColor);
    margin-bottom: 0;
}

.dash-otherMainDivs h2 {
    font-size: 18px;
    margin-bottom: 30px;
}

.profile-words-generated h2 {
    font-size: 23px;
    margin-bottom: 4px;
}

.profile-personal-details ul {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.profile-personal-details ul li {
    width: 31%;
}

.profile-personal-details ul li h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--textColor);
    margin-bottom: 2px;
}

.profile-personal-details ul li p {
    font-size: 14px;
    margin-bottom: 0;
}


/* Templates Page */

ul.templates-all-tabs {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

ul.templates-all-tabs li {
    padding: 8px 20px;
    border-radius: 25px;
    font-size: 14px;
    color: var(--openGrayTxt);
    cursor: pointer;
    transition: background-color .3s;
}

ul.templates-all-tabs li.temp-tab-text.active,
ul.templates-all-tabs li.temp-tab-text:hover {
    background-color: #ae72e4;
}

ul.templates-all-tabs li.temp-tab-blog.active,
ul.templates-all-tabs li.temp-tab-blog:hover {
    background-color: #3c91e6;
}

ul.templates-all-tabs li.temp-tab-email.active,
ul.templates-all-tabs li.temp-tab-email:hover {
    background-color: #b34745;
}

ul.templates-all-tabs li.temp-tab-social.active,
ul.templates-all-tabs li.temp-tab-social:hover {
    background-color: #34a853;
}

ul.templates-all-tabs li.temp-tab-video.active,
ul.templates-all-tabs li.temp-tab-video:hover {
    background-color: #2e2c8d;
}

ul.templates-all-tabs li.temp-tab-web.active,
ul.templates-all-tabs li.temp-tab-web:hover {
    background-color: #988836;
}

ul.templates-all-tabs li.temp-tab-other.active,
ul.templates-all-tabs li.temp-tab-other:hover {
    background-color: #d952aa;
}

ul.templates-all-tabs li.active,
ul.templates-all-tabs li:hover {
    background-color: var(--openBlue);
    color: var(--white);
}

.templates-all-div {
    background: none;
    border: 1px solid var(--borderColor);
    height: 100%;
    position: relative;
}

.temp-fav-button {
    position: absolute;
    right: 30px;
    top: 25px;
    background-color: rgb(0 0 0 / 8%);
    width: 35px;
    height: 35px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
    z-index: 1;
    cursor: pointer;
    color: #676767;
}

html[data-theme='dark'] .temp-fav-button {
    background-color: rgb(37 37 64);color: #75729f;
}

.temp-fav-button:hover {
    transform: scale(1.1);color: var(--red);
}
html[data-theme='dark'] .temp-fav-button:hover {
    color: var(--red);
}

.temp-fav-button svg {
        width: 18px;
    height: auto;
    transition: .3s;
}

.temp-fav-button.filled {
	color: var(--red);
    background: rgb(249 103 103 / 20%);
}
html[data-theme='dark'] .temp-fav-button.filled {
    background: rgb(249 103 103 / 30%);color: var(--red);
}

.templates-tabcontent .row .col-md-3 {
    margin-bottom: 25px;
    position: relative;
}

.templates-tabcontent .row .col-md-3 a {
    text-decoration: none;
}

.noti-tabcontent {
    display: none;
}

.dash-mainDivs .templates-tabcontent h2 {
    margin-bottom: 20px;
    font-size: 20px;
    margin-top: 30px;
}


/* Update Information */

.profile-personal-details .form-flex {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 25px;
}

.profile-personal-details .form-flex .form-group {
    display: grid;
    width: 100%;
    position: relative;
}

.profile-personal-details .form-flex .form-group label {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--textColor);
}

.profile-personal-details .form-flex .form-group input,
.profile-personal-details .form-flex .form-group select,
.profile-personal-details .form-flex .form-group .change_avatar-div,
.profile-personal-details .form-flex .form-group textarea {
    border: 1px solid var(--inpsBorderColor);
    background: none;
    height: 55px;
    padding-left: 15px;
    border-radius: 10px;
    width: 100%;
    font-size: 15px;
    outline: none;
    color: var(--openGrayTxt);
    transition: border .3s;
}

html[data-theme='dark'] .profile-personal-details .form-flex .form-group select {
	background: #100F1A;
}

.profile-personal-details .form-flex .form-group input:hover,
.profile-personal-details .form-flex .form-group select:hover,
.profile-personal-details .form-flex .form-group .change_avatar-div:hover,
.profile-personal-details .form-flex .form-group textarea:hover,
.profile-personal-details .form-flex .form-group input:focus,
.profile-personal-details .form-flex .form-group select:focus,
.profile-personal-details .form-flex .form-group .change_avatar-div:focus,
.profile-personal-details .form-flex .form-group textarea:focus {
    border-color: var(--openBlue);
}

.profile-personal-details .form-flex .form-group textarea {
    height: 25rem;
    padding: 15px 20px;
}

.profile-personal-details .form-flex .form-group input::placeholder,
.profile-personal-details .form-flex .form-group select::placeholder,
.profile-personal-details .form-flex .form-group textarea::placeholder {
    color: var(--openGrayTxt);
}

.profile-personal-details .form-flex .form-group button:not(#upload-media) {
    width: 85px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    background: var(--openBlue);
    border-radius: 10px;
    fill: var(--white);
    color: var(--white);
}

.profile-personal-details .form-flex .form-group button:not(#upload-media) svg {
    width: 20px;
    height: 20px;
}

.tox .tox-menubar {
    background: none!important;
    color: var(--textColor)!important;
    font-family: 'Inter'!important;
    padding: 0!important;
    margin-bottom: 8px!important;
}

.tox .tox-toolbar-overlord {
    background: none!important;
}

button.tox-mbtn {
    font-size: 15px!important;
    background-color: var(--inpsColor)!important;
    margin-right: 10px!important;
    padding: 0 15px!important;
    border-radius: 10px!important;
}

.tox .tox-edit-area__iframe,
.tox .tox-toolbar,
.tox .tox-toolbar__overflow,
.tox .tox-toolbar__primary,
.tox .tox-statusbar {
    background-color: var(--inpsColor)!important;
    color: var(--textColor)!important;
    font-family: 'Inter'!important;
}

html[data-theme='dark'] .tox .tox-statusbar {
    border-color: #373551;
}

.tox-edit-area {
    border-radius: 10px 10px 0 0!important;
}

.tox .tox-mbtn {
    color: var(--textColor)!important;
}

.tox-toolbar__primary {
    border-radius: 10px!important;
    margin-bottom: 10px!important;
}

.tox-statusbar__text-container {
    display: none!important;
}

.tox-toolbar__group {
    border-radius: 10px!important;
}

.tox .tox-tbtn svg {
    fill: var(--textColor)!important;
}

.tox .tox-tbtn {
    color: var(--textColor)!important;
}

.tox-tinymce {
    border: none!important;
    border-radius: 10px!important;
}

.tox .tox-menubar+.tox-toolbar,
.tox .tox-menubar+.tox-toolbar-overlord .tox-toolbar__primary,
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
    border: none!important;
    background: var(--inpsColor)!important;
}

.tox .tox-tbtn:hover,
.tox .tox-mbtn--active,
.tox .tox-mbtn:focus:not(:disabled),
.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
    background: var(--activeBg)!important;
}

.change_avatar-div {
    display: flex;
    align-items: center;
    padding-right: 15px;
    justify-content: space-between;
    cursor: pointer;
    color: var(--openGrayTxt);
}

.change_avatar-div svg {
    background: #d94fd52b;
    fill: var(--openBlue);
    padding: 6px;
    width: 30px;
    height: 30px;
    border-radius: 8px;transition: all 0.2s;
}
.change_avatar-div svg:hover {
	fill: var(--white);
	background: var(--openBlue);
}

.update-form-btn {
    text-align: right;
}

.update-form-btn button {
    padding: 15px 50px;
    border: none;
    background: var(--openBlue);
    color: var(--white);
    border-radius: 35px;
    position: relative;
    font-size: 15px;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 500;
    transition: .3s;
}

.update-form-btn button:hover {
    background: var(--inpsColor);
	background-color: #ce5ed8 !important;
    color: var(--white);
}


/* Affiliate Program */

.affiliate-welcome {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 35px!important;
}

.affiliate-welcome-left,
.affiliate-welcome-right {
    display: flex;
    align-items: center;
}

.affiliate-welcome-left img {
    width: 65px;
    height: 65px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 12px;
}

.affiliate-welcome-left div h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    color: var(--textColor);
}

.affiliate-welcome-left div p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--openGrayTxt);
}

.affiliate-welcome-right {
    gap: 50px;
}

.affiliate-welcome-right div {
    display: flex;
    align-items: center;
}

.affiliate-welcome-right div svg {
    margin-right: 8px;color: var(--openBlue);
}

.affiliate-welcome-right div p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--textColor);
}

.affiliate-referrals h2 {
    font-size: 31px;
    font-weight: 600;
    margin-bottom: 3px;
    color: var(--textColor);
}

.affiliate-referrals p {
    font-size: 14px;
    color: var(--openGrayTxt);
}

.referrals-div {
    text-align: center;
    margin-top: 30px;
    padding: 0 70px;
}

.referrals-div div {
    background-color: var(--activeBg);
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-bottom: 25px;color: var(--openBlue);
}

.referrals-div h4 {
    font-size: 19px;
    font-weight: 600;
    color: var(--textColor);
}

.affiliate-referrals p {
    font-size: 14px;
    color: var(--openGrayTxt);
}

.referrals-other {
    margin-top: 45px;
    margin-bottom: 60px;
}

.referrals-other:nth-last-child(1) {
    margin-bottom: 0;
}

.referrals-other h3 {
    font-size: 21px;
    font-weight: 600;
    color: var(--textColor);
}

.referrals-other form {
    position: relative;
}

.referrals-other form input {
    width: 100%;
    background-color: var(--inpsColor);
    height: 65px;
    border-radius: 49px;
    border: 1px solid var(--borderColor);
    font-size: 15px;
    padding-left: 30px;
    padding-right: 60px;
    outline: none;
    color: var(--openGrayTxt);
}

.referrals-other form input::placeholder {
    color: var(--openGrayTxt);
}

.referrals-other form button {
    height: 55px;
    width: 55px;
    border: none;
    border-radius: 50%;
    background: var(--openBlue);
    position: absolute;
    right: 7px;
    top: 5px;
}

.copyUrl {
    display: flex;
    align-items: center;
}

.copyUrl-left {
    width: 100%;
    position: relative;
}

.copyUrl-left input {
    background-color: var(--activeBg);
    height: 65px;
    width: 100%;
    border-radius: 42px;
    border: 1px solid var(--borderColor);
    font-size: 15px;
    padding-left: 30px;
    outline: none;
    color: var(--openGrayTxt);
}

.copyUrl-left button {
    background: none;
    border: none;
    position: absolute;
    right: 25px;
    top: 19px;
    color: var(--openBlue);
    font-weight: 500;
    overflow: hidden;
    min-width: 92px;
    height: 26px;
}
.copyUrl-left button span {
	position: absolute;
    left: 0;
    right: 0;
    transition: all 0.2s;
}
.copyUrl-left button span.icon {
	top: -23px;opacity: 0;
}
.copyUrl-left button span.text {
	top: 1px;
}
.copyUrl-left button.copied span.icon {
	top: 1px;opacity: 1;
}
.copyUrl-left button.copied span.text {
	top: 24px;opacity: 0;
}

.copyUrl-right {
    display: flex;
    gap: 13px;
    margin-left: 16px;
}

.copyUrl-right a {
    background-color: var(--opacityPurple);
    height: 65px;
    width: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--openBlue);
}
.copyUrl-right a:hover {
	color: var(--openBlue);
}

.affiliate-checkboxes {
    display: flex;
    gap: 35px;
    margin-bottom: 35px;
}

.affiliate-checkbox {
    display: flex;
    align-items: center;
}

.affiliate-checkbox .checkbox-container {
    margin-right: -7px;
}

.affiliate-checkbox span {
    font-size: 14px;
    color: var(--textColor);
}

.form-flex.affiliate-inps {
    align-items: baseline;
}

.form-flex.affiliate-inps .form-group textarea {
    height: 12rem;
}

a.btn.btn-main.view-docs-btn {
    background-color: var(--opacityPurple);
    color: var(--openBlue);
    border-radius: 30px;
    font-size: 14px;
    padding: 6px 15px;
}


/* My Documents */

tr th {
    color: var(--textColor);
    font-weight: 600;
    font-size: 15px;
}

.my-documents-table,
.my-images-table,
.support-request-list-table,
.all-system-noti-table,
.workbooks-table,
.search-table {
    border-spacing: 0 25px!important;
}

table.dataTable thead th:after {
    display: none!important;
}

div.dataTables_length {
    float: right;
}

.dataTables_length {
    display: none;
}

.dataTables_length select {
    height: 40px;
    border-radius: 29px;
    padding: 0 7px;
    border: 1px solid var(--border);
    margin: 0 10px;
    outline: none;
}

div.dataTables_filter {
    float: left;
}

.dataTables_length label {
    font-size: 13px;
    color: var(--textColor);
}

.dataTables_filter input {
    outline: none;
    border-radius: 24px;
    border: 1px solid var(--border);
    height: 40px;
    width: 360px!important;
    font-size: 12px;
    padding-left: 20px;
    margin: 0!important;
}

.dataTables_filter input::-webkit-search-cancel-button {
    -webkit-appearance: button !important;
    -moz-appearance: button !important;
}

html[data-theme='dark'] .dataTables_filter input,
html[data-theme='dark'] .dataTables_length select {
    background: var(--inpsColor);
    border-color: var(--inpsColor);
    color: var(--white);
}

.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: -4px;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    border: 1px solid var(--border);
}
html[data-theme='dark'] .checkmark {
	border-color: #4b486b;
}

.checkbox-container input:checked~.checkmark {
    background-color: var(--openBlue);
    border-color: var(--openBlue);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked~.checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.my-documents-table p {
    margin-bottom: 0;
}

.document-name {
    display: flex;
    align-items: center;
}

.documentName-icon {
    width: 55px;
    height: 55px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 12px;
}

.documentName-icon img {
    width: 100%;
    height: 100%;
    border-radius: 22px;
    object-fit: cover;
}

.documentName-icon svg {
    width: 22px;
    height: 22px;
}

.documentName-icon.ask,
.documentName-icon.content {
    background-color: var(--opacityYellow);
    fill: var(--yellow)
}

.documentName-icon.blog-titles,
.documentName-icon.social {
    background-color: var(--opacityPurple);
    fill: var(--purple)
}

.documentName-icon.email,
.documentName-icon.blog {
    background-color: var(--opacityPurple);
    fill: var(--openBlue)
}

.documentName-icon.web {
    background-color: var(--opacityGreen);
    fill: var(--green)
}

.documentName-icon.workbook-other {
    background-color: var(--borderColor);
    color: var(--openGrayTxt);
}

.documentName-txt h5 {
    display: flex;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    color: var(--textColor);
}

.documentName-txt h5 p {
    margin-left: 5px;
}

.documentName-txt p {
    margin-bottom: 0;
    color: var(--openGrayTxt);
}

.document-category {
    width: fit-content;
    padding: 7px 24px;
    border-radius: 27px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}

.document-category.other,
.document-category.content,
.document-category.yearly {
    background-color: var(--opacityYellow);
    color: var(--yellow);
}

.document-category.closed,
.document-category.workbook-other,
.document-category.pending {
    background-color: var(--borderColor);
    color: var(--openGrayTxt);
}

.document-category.critical,
.document-category.cancelled {
    background-color: var(--openRed);
    color: var(--red);
}

.document-category.open,
.document-category.new-payment,
.document-category.web,
.document-category.completed,
.document-category.prepaid {
    background-color: var(--opacityGreen);
    color: var(--green);
}

.document-category.blog,
.document-category.social {
    background-color: var(--opacityPurple);
    color: var(--purple);
}

.document-category.email,
.document-category.new-user,
.document-category.blog,
.document-category.monthly {
    background-color: var(--opacityPurple);
    color: var(--openBlue);
}

.documentName-txt img {
    max-width: 100px;
}

.document-lang {
    display: flex;
    align-items: center;
    gap: 10px;
}

.document-lang img {
    min-width: 26px;
}

.document-lang p {
    margin-bottom: -1px;
}

.documet-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.documet-actions button, .documet-actions a.edit {
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: none;
    outline: none;
    transition: transform .3s;
	text-align: center;
    line-height: 33px;cursor: pointer;
}

.documet-actions button:hover, .documet-actions a.edit:hover {
    transform: translateY(-3px);
}

button#edit-document svg {
    width: 15px;
}

.documet-actions button.edit,
.documet-actions a button, .documet-actions a.edit {
    background-color: var(--opacityPurple);
}

.documet-actions a button svg,
.documet-actions button.edit svg, .documet-actions a.edit svg {
    width: 18px;
    height: auto;
    fill: var(--openBlue);
}
.documet-actions a.edit svg path {
	fill: var(--openBlue);
}
.documet-actions button.delete {
    background-color: var(--openRed);
}

td:nth-child(1) {
    width: 4%!important;
}

.dataTables_info {
    display: none;
}

.dataTables_paginate {
    float: right;
}

.dataTables_paginate .paginate_button,
.dataTables_paginate span {
    background-color: var(--opacityPurple);
	background-color: rgb(213 109 222 / 20%);
    margin: 1px;
    padding: 6px 5px;
    border-radius: 20px;
    text-decoration: none;
    cursor: pointer;
    color: var(--openBlue);
    font-size: 14px;
}

.dataTables_paginate span {
    background: none;
}

.dataTables_paginate span .paginate_button {
    padding: 6px 10px;
    margin: 5px;
}

.dataTables_paginate .paginate_button:not(span .paginate_button) {
    padding: 6px 20px;
}

.modal-body.documents-modal {
    text-align: center;
    padding: 45px;
}

.documents-modal img {
    margin-bottom: 16px;
}

.documents-modal h5 {
    font-size: 20px;
    font-weight: 600;
    color: var(--textColor);
}

.documents-modal p {
    font-size: 15px;
    font-weight: 400;
    color: var(--openGrayTxt);
}

#payment_methods_area .modal-body {
    display: flex;
    gap: 8px;
    padding: 0;
    margin-top: 25px;flex-wrap: wrap;
}
.modal-payments-btn {
	flex: 0 0 auto;
    width: calc(50% - 4px);
}
#payment_methods_area button {
    font-size: 15px;
    font-weight: 500;
    padding: 0;
    margin-top: 20px;
    color: var(--textColor);position: relative;
}
#payment_methods_area button:focus {
	box-shadow: none;
}
#payment_methods_area button img {
    width: 42px;
    margin-bottom: 0!important;
    margin-right: 7px;
    background-color: var(--opacityDivsColor);
    border-radius: 50%;
    padding: 8px;
}
#payment_methods_area button svg {
	    animation: rotatespin 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 42px;
    height: 42px;
    background-color: var(--opacityDivsColor);
    border-radius: 50%;padding: 8px;display: none;
}
#payment_methods_area button svg .path {
	stroke: currentColor;
    stroke-linecap: round;
    animation: dashspin 1.5s ease-in-out infinite;
}
@keyframes rotatespin {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dashspin {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}

.btn-razorpay img {
    padding: 1px!important;
}

.btn-2checkout img {
    padding: 2px!important;
}


/* AI Image Generator */

.all-my-images {
    padding: 5px 30px;
    padding-bottom: 60px;
}

div#my-images_filter,
div#my-images_length {
    margin-top: 25px;
}

.generate-image-inps {
    display: flex;
    align-items: center;
    gap: 15px;
}

.generate-image-inps .form-group {
    display: grid;
    width: 100%;
}

.generate-image-inps .form-group:nth-child(1) {
    width: 45%;
}

.generate-image-inps .form-group:nth-child(3) {
    width: 35%;
}

.generate-image-inps .form-group:nth-child(4) {
    width: 25%;
}

.generate-image-inps .form-group label {
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: 500;
    color: var(--textColor);
}

.generate-image-inps .form-group input,
.generate-image-inps .form-group select {
    height: 50px;
    border-radius: 10px;
    border: none;
    background-color: var(--activeBg);
    font-size: 13px;
    padding-left: 20px;
    outline: none;
    color: var(--textColor);
}
html[data-theme='dark'] .generate-image-inps .form-group select {
	background: var(--activeBg);
}
.generate-images-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.generate-images-footer-left {
    background-color: #317cf62b;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}

.generate-images-footer-left svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.generate-images-footer-left p {
    margin: 0;
    font-size: 13px;
    color: var(--textColor);
}

.generate-images-footer-left p span {
    font-weight: 600;
}

.generate-images-footer button {
    background: linear-gradient(86.17deg, #883AC8 10.98%, #F75F74 59.6%, #FF815A 85.22%, #FFA24D 99.26%);
    border: none;
    color: var(--white);
    padding: 15px 35px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
	background: var(--openBlue);
    color: var(--white);transition: all 0.2s;
}
.generate-images-footer button:hover {
    background: var(--inpsColor);
	background-color: #ce5ed8 !important;
    color: var(--white);
}


/* 404 not found */

.not-found img {
    max-width: 50rem;
}

.not-found-img {
    text-align: center;
    padding: 65px 0;
}


/* Modal */

.modal-body-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-top: 25px;
}

button.btn-close {
    position: absolute;
    top: 15px;
    right: 22px;
    background-color: #e9e9e9;
    background-size: 10px;
    z-index: 111;
}
html[data-theme='dark'] button.btn-close {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	background-color: #48466d;
	background-size: 10px;
}

html[data-theme='dark'] .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
}

.modal-body-btns button {
    border: none;
    padding: 10px 50px;
    border-radius: 8px;
    font-size: 14px;
}

.modal-body-btns button.modal-cancel {
    background: none;
    border: 1px solid var(--border);
    color: var(--openGrayTxt);
    transition: .3s;
}

.modal-body-btns button.modal-cancel:hover {
    background: var(--border);
    color: var(--textColor);
}

.modal-body-btns button.modal-confirm {
    background: var(--red);
    color: var(--white);
}

.workbook-modal h5 {
    font-size: 23px;
    margin-bottom: 20px;
}

.lang-modal h5 {
    margin-bottom: 5px;
}

.workbook-modal {
    text-align: left!important;
}

.workbook-modal .modal-body-btns {
    justify-content: left!important;
}

.workbook-modal .modal-body-btns button {
    width: 100%;
}

.workbook-modal input,
.workbook-modal select {
    width: 100%;
    border: none;
    background-color: var(--inpsColor);
    height: 47px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 10px;
    outline: none;
    color: var(--openGrayTxt);
}

.modal-langs ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.modal-langs ul li a {
    background-color: var(--activeBg);
    padding: 6px 20px;
    display: block;
    border-radius: 7px;
    color: var(--openGrayTxt);
    text-decoration: none;
    font-size: 15px;
    transition: .3s;
}

.modal-langs ul li a:hover {
    background-color: var(--openBlue);
    color: var(--white);
}

.modal-langs ul li.selected-lang a {
    background-color: var(--openBlue);
    color: var(--white);
}

td.dataTables_empty {
    color: var(--textColor);
    font-weight: 500;
    background-color: var(--activeBg);
    border-radius: 5px;
    padding: 15px 0px;
}


/* Plans */

.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

.switches-container {
    animation: downToTop 1s;
    width: 24rem;
    position: relative;
    display: flex;
    padding: 0;
    position: relative;
    background: var(--opacityDivsColor);
    line-height: 44px;
    border-radius: 3rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 25px;
}

.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--textColor);
}

.switch-wrapper {
    position: absolute;
    top: -2px;
    bottom: -2px;
    width: 35%;
    padding: 0.15rem;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

.switch {
    border-radius: 3rem;
    background: var(--openBlue);
    height: 100%;
}

.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--white);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
    transform: translateX(-4%);
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
    transform: translateX(90%);
}

.switches-container input:nth-of-type(3):checked~.switch-wrapper {
    transform: translateX(189%);
}

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
    opacity: 1;
}

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
    opacity: 1;
}

.switches-container input:nth-of-type(3):checked~.switch-wrapper .switch div:nth-of-type(3) {
    opacity: 1;
}

.plans {
    display: flex;
    justify-content: center;
    max-width: 80rem;
    margin: auto;
    background-color: var(--opacityDivsColor);
    border-radius: 26px;
    margin-top: 120px;
    margin-bottom: 25px;
}

.plans-div {
    width: 25%;
    border-radius: 26px;
    text-align: left;
    padding: 35px;
    position: relative;
}

.pp-section.pp-table.active .plans-div:nth-child(1) {
    animation: downToTop 2s;
}

.pp-section.pp-table.active .plans-div:nth-child(2) {
    animation: downToTop 2.5s;
}

.pp-section.pp-table.active .plans-div:nth-child(4) {
    animation: downToTop 3.5s;
}

span.plans-div-popular {
    background-color: var(--white);
    position: absolute;
    right: 18px;
    border-radius: 15px;
    top: 15px;
    padding: 4px 25px;
    font-size: 12px;
    text-transform: uppercase;
	color: #212529;
}

.plan-price {
    color: var(--textColor);
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 30px;
}

.plan-price span {
    font-size: 14px;
    color: var(--openGrayTxt);
}

.plan-info h4 {
    color: var(--textColor);
    font-size: 28px!important;
    font-weight: 700!important;
    margin-bottom: 0;
    animation: none!important;
}

.plan-info p {
    margin: 8px 0 23px;
    color: var(--openGrayTxt);
    animation: none;
    font-size: 15px;
    font-weight: 400;
}

.plan-info ul {
    margin-bottom: 31px;
}

.plan-info ul li {
    color: var(--openGrayTxt);
    font-size: 15px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.plan-info ul li svg {
    margin-right: 8px;
}
.plan-info ul li svg path {
	fill: var(--openBlue);
}
.popular-plan .plan-info ul li svg path {
	fill: var(--white);
}

a.plan-btn {
    background-color: var(--openBlue);
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 40px;
    padding: 13px 0;
    text-decoration: none;
    color: var(--white);
    font-weight: 500;
    font-size: 15px;
    transition: .3s;
}

a.plan-btn:hover {
    background-color: var(--openBlue);
	background-color: #ce5ed8 !important;
    color: var(--white);
}

.plans-div.popular-plan {
    background-color: var(--openBlue);
    transform: translateY(-36px);
    padding-top: 55px;
    margin-top: -25px;
    transition: .5s;
}

.plans-div.popular-plan:hover {
    transform: translateY(-45px);
}

.plans-div.popular-plan .plan-btn {
    background-color: var(--white);
    color: var(--openBlue);
}
.plans-div.popular-plan .plan-btn:hover {
    background-color: #efefef;
}

.plans-div.popular-plan .plan-price,
.plans-div.popular-plan .plan-price span,
.plans-div.popular-plan .plan-info h4,
.plans-div.popular-plan .plan-info p,
.plans-div.popular-plan .plan-info ul li {
    color: var(--white);
}


/* Ai Chat */

.note {
    display: flex;
    align-items: center;
    background-color: var(--divsColor);
    border-radius: 15px;
    padding: 15px 30px;
    margin-bottom: 15px;
}

.note.noteInsideDiv {
    background-color: var(--opacityPurple);
    padding: 10px 20px;
    border-radius: 10px;
}

.note.noteInsideDiv.danger {
    background-color: var(--openRed);
}

.note.noteInsideDiv p {
    color: var(--purple);
    font-size: 13px;
}

.note.noteInsideDiv.danger p {
    color: var(--red);
}

.note.noteInsideDiv.read {
    background-color: var(--opacityYellow);
}

.note.noteInsideDiv.read p {
    color: var(--yellow);
}

.note.noteInsideDiv.success {
    background-color: var(--opacityGreen);
}

.note.noteInsideDiv.success p {
    color: var(--green);
}

.note p {
    margin: 0;
    font-size: 15px;
    color: var(--openGrayTxt);
}

.note div {
    background-color: var(--opacityGreen);
    padding: 5px 20px;
    border-radius: 25px;
    margin-left: 20px;
    font-size: 14px;
    color: var(--green);
}

.note div span {
    font-weight: 600;
}

.chat-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--borderColor);
    padding-bottom: 20px;
}

.chat_header_bot,
.message_bot_response {
    background-color: var(--openBlue);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 13px;
    margin-right: 13px;
}

.message_bot_response {
    width: 45px;
    height: 45px;
    padding: 12px;
    line-height: 2px;
}

.chat-header img,
.message_bot_response img {
    width: 100%!important;
    filter: invert(1);
    height: auto!important;
    border-radius: 0!important;
}

.chat-header p {
    font-size: 16px;
    color: var(--textColor);
    font-weight: 600;
    margin: 0;
}

.content.terms-content {
    background-color: var(--divsColor);
    padding: 40px 50px;
    border-radius: 13px;
    color: var(--textColor);
}

.chat-inner {
    height: 35rem;
    padding: 20px 0;
    overflow-y: scroll;
}

.chat-inner::-webkit-scrollbar {
    display: none;
}

.chat-message {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.chat-message.my-message {
    justify-content: right;
    flex-direction: row-reverse;
}

.chat-message.my-message div {
    background-color: rgb(213 109 222 / 20%);
    color: var(--openBlue);
}

.message_chat_bot_image.message_bot_my {
    background: none!important;
}

.chat-message img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    object-fit: cover;
    transition: .3s;
}

.chat-message.my-message img {
    margin-left: 15px;
}

.chat-message .message-txt {
    background-color: var(--inpsColor);
    position: relative;
    width: fit-content;
    padding: 7px 15px;
    border-radius: 32px;
    font-size: 13px;
    color: var(--textColor);
}
.chat-message .message-txt > svg {
	fill: currentColor;
}
.chat-message .message-txt > a {
	color: currentColor;
}

.chat-message .message-txt:hover span {
    transform: translateY(0);
    z-index: 1;
}

.chat-message .message-txt span {
    position: absolute;
    right: 17px;
    top: -17px;
    background-color: var(--inpsColor);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(25px);
    z-index: -1;
    transition: .3s;
    cursor: pointer;
}
html[data-theme='dark'] .chat-message .message-txt span {
    background-color: #3e3e65;
}
.chat-message .message-txt span svg {
    width: 8px;
    height: 8px;
}
html[data-theme='dark'] .chat-message .message-txt span svg {
    fill: currentColor;
}

.chat-message.response-message {
    justify-content: left;
    margin-bottom: 30px;
}

.chat-message.response-message img {
    margin-right: 15px;
}


.chat-footer {
    position: relative;
    margin-top: 25px;
}

.chat-footer input {
    width: 100%;
    border-radius: 45px;
    border: 1px solid var(--borderColor);
    color: var(--textColor);
    height: 65px;
    padding-left: 25px;
    padding-right: 60px;
    font-size: 14px;
    outline: none;
    background-color: var(--inpsColor);
}

.chat-footer button {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    top: 8px;
    right: 8px;
    background: var(--openBlue);
}

.chat-footer button svg {
    width: 25px;
    height: 25px;
    fill: white;
}

.chat-ul-list {
    display: block!important;
}

.chat-list {
    position: relative;
    width: 100%!important;
    padding: 7px 0px;
}

.chat-list a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: var(--textColor);
    text-transform: capitalize;
    font-size: 17px;
    transition: color .3s;
}

.chat-list a:hover {
    color: var(--openBlue);
}

.chat-list button {
    border: none;
    border-radius: 6px;
}
html[data-theme='dark'] .chat-list button {
    background: #3e3e65;
    color: #fff;
}
.noti-inner a {
    text-decoration: none;
}

.noti-admin-icon {
    background-color: var(--openBlue);
    border-radius: 50%;
    width: 65px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.noti-admin-icon svg {
    width: 28px;
    height: auto;
    padding: 0!important;
    fill: var(--white);
    border-radius: 0;
}

.noti-admin-icon svg:hover {
    background: none!important;
}

.ticket-message-div {
    display: grid;
}

.ticket-message {
    display: flex;
    flex-direction: row-reverse;
    background: none!important;
}

.ticket-files {
    background: none!important;
    margin-top: 15px;
    text-align: right;
    margin-right: 60px;
}

.ticket-files img {
    margin: 0!important;
    width: 160px;
    height: 110px;
    border-radius: 16px;
}

.chat-message.response-message .ticket-message {
    flex-direction: row;
}

.chat-message.response-message .ticket-files {
    margin-right: 0;
    margin-left: 60px;
}


/* Workbook */

.workbook-filter-elements {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.workbook-filter-elements select {
    width: 22rem;
    border: none;
    background-color: var(--inpsColor);
    height: 55px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 10px;
    outline: none;
    color: var(--openGrayTxt);
}

.workbook-filter-elements button {
    height: 55px;
    border-radius: 10px;
    border: none;
    padding: 0px 45px;
    background-color: var(--openBlue);
    color: var(--white);
    transition: .3s;
    font-size: 14px;
}

.workbook-filter-elements button:hover {
    background-color: var(--openGrayTxt);
	background-color: #ce5ed8 !important;
    color: var(--white);
}

html[data-theme='dark'] .workbook-filter-elements button:hover {
    background-color: var(--inpsColor);
    color: var(--white);
}


/* Template Page */

.template-form .form-flex .form-group input,
.template-form .form-flex .form-group select {
    height: 55px;
    font-size: 14px;
}
html[data-theme='dark'] .template-form .form-flex .form-group select {
	background: #100F1A;
}
.template-form .form-flex .form-group textarea {
    height: 10rem;
    padding: 15px 20px;
    font-size: 14px;
}

.template-form .form-flex .form-group label {
    font-size: 14px;
}

.form-file-btn {
    border: none;
    height: 45px;
    font-size: 13px;
    border-radius: 10px;
    background-color: var(--inpsColor);
    color: var(--textColor);transition: all 0.2s;
}
.form-file-btn:hover {
	    background-color: #f1f1f1;
}
html[data-theme='dark'] .form-file-btn:hover {
    background-color: #2d2c45;
}
.template-form .form-flex .form-group span {
    font-size: 11px;
    margin-top: 5px;
    color: var(--openGrayTxt);
}

.template-results {
    position: sticky;
    top: 40px;
}

.template-form {
    animation: downToTop .5s;
}

.template-results {
    animation: downToTop 1s;
}

.genereted {
    color: var(--textColor);
}

.tox .tox-mbtn__select-label {
    cursor: pointer!important;
}


/* Forgot Password */

.forgot-password-div {
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.forgot-password-div form {
    background-color: var(--divsColor);
    padding: 25px 30px;
    border-radius: 15px;
}

.auth-form-header {
    display: flex;
    align-items: center;
    gap: 70px;
    margin-bottom: 20px;
}

.auth-form-header h1 {
    font-size: 32px;
    margin: 0;
    color: var(--textColor);
}

.auth-form-header p {
    margin: 0;
}

.auth-form-header p {
    margin: 0;
    color: var(--grayTxt);
}

.auth-form-header p a {
    text-decoration: none;
    color: var(--openBlue);
}

.forgot-password-div form .form-group {
    display: grid;
}

.forgot-password-div form .form-group label {
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--grayTxt);
}

.forgot-password-div form .form-group input {
    border: none;
    background-color: var(--activeBg);
    height: 50px;
    border-radius: 37px;
    outline: none;
    padding: 0 20px;
    font-size: 14px;
    margin-bottom: 15px;
}

.forgot-password-div form button {
    float: right;
    border: none;
    border-radius: 30px;
    padding: 8px 35px;
    font-size: 15px;
    background-color: var(--openBlue);
    color: var(--white);
}


/* Footer */

footer {
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

footer p {
    font-size: 13px;
    color: var(--grayBackground);
    margin: 0;
}

footer p a {
    text-decoration: none;
    color: var(--openBlue);
    font-size: 13px;
}

footer p a:hover {
    color: var(--openBlue);
}

footer button {
    border: none;
    padding: 7px 25px;
    border-radius: 10px;
    font-size: 13px;
    background-color: var(--openBlue);
    color: var(--white);transition: all 0.2s;
}

footer button:hover {
    background: var(--inpsColor);
    color: var(--textColor);
}

ul.list-unstyled.mb-0.imp_links {
    display: flex;
    align-items: center;
    gap: 20px;
}

ul.list-unstyled.mb-0.imp_links a {
    text-decoration: none;
    color: var(--grayBackground);
    transition: .3s;
    font-size: 13px;
}

ul.list-unstyled.mb-0.imp_links a:hover {
    color: var(--openBlue);
}

@media (max-width: 1200px) {
    body {
        padding-left: 0!important;
		padding-top: 50px;
    }
    .sidebar {
        display: none;
        width: 18rem!important;
        z-index: 99999;
        padding-top: 65px!important;
    }
    .closeDiv {
        display: block;
    }
    .header-openSiderbar {
        display: block;
    }
    .header-openSiderbar svg {
        fill: url(#my-cool-gradient);
    }

    .sidebar-progres {
        display: none;
    }

    .admin_headerRight.fixedHeader {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        justify-content: space-between;
        padding: 10px 20px;
        background-color: var(--divsColor);
        box-shadow: var(--shadow);
        z-index: 9999;
    }
    header {
        padding-top: 80px;
    }
    div#main-header {
        padding: 0 23px;
    }
    .sidebar .search_box svg {
        fill: var(--white);
    }
	.header-userInfo .dropdown-menu {top: 44px!important;}
	.header-userInfo ul.dropdown-menu li.dropdown-menu-userInfo > a {padding: 4px 25px;}
}

@media (max-width: 1150px) {
    .row.mb-25 .col-md-4,
    .row.mb-25 .col-md-8,
    .row.mb-25 .bg-white-shadow {
        width: 100%;
    }
    .dashboard-userInfo-div {
        margin-bottom: 25px;
    }
}

@media (max-width: 950px) {
    .search_box input {
        width: 240px;
    }
    .header-userInfo button::after,
    .header-userInfo button span {
        display: none;
    }
    .header-userInfo button img {
        height: 33px;
        width: 33px;
        margin: 0;
    }
    .favorite-templates-slide {
        padding-right: 30px;
    }
    canvas#word-generation-chart {
        width: 100%!important;
        height: auto!important;
    }
    .header-userInfo button,
    .header-userInfo button:hover,
    .header-userInfo button:focus,
    .header-userInfo button:active {
        padding: 0;
    }
    .admin_headerRight {
        gap: 13px;
    }
    .dataTable {
        overflow: scroll!important;
        display: block;
    }
    .dataTables_filter input {
        width: 100%!important;
    }
    div.dataTables_length,
    div.dataTables_filter,
    div.dataTables_wrapper div.dataTables_filter label,
    div.dataTables_wrapper div.dataTables_length label,
    div.dataTables_wrapper div.dataTables_length select {
        width: 100%;
    }
    .generate-image-inps {
        flex-wrap: wrap;
    }
    .generate-image-inps .form-group:nth-child(1),
    .generate-image-inps .form-group:nth-child(3),
    .generate-image-inps .form-group:nth-child(4) {
        width: 100%;
    }
    .generate-images-footer {
        display: block;
    }
    .generate-images-footer-left {
        margin-bottom: 15px;
    }
    .copyUrl-left button {
        position: initial;
        margin-top: 5px;
    }
    .copyUrl-right {
        margin: 0;
        margin-top: 16px;
    }
    .copyUrl {
        display: block;
    }
    .plans {
        margin-top: 50px;
        display: block;
    }
    .plans-div {
        width: 100%;
        padding: 24px;
    }
    .plans-div.popular-plan {
        background-color: var(--openBlue);
        transform: translateY(0);
        padding-top: 55px;
        margin-top: 0;
    }
    .sidebar ul {
        margin-top: 5px!important;
        margin-bottom: 0;
    }
    .admin_welcome_message {
        padding: 0 23px;
        margin-top: 80px;
    }
    .admin_welcome_left h4 {
        font-size: 18px;
    }
    .admin_welcome_left p {
        font-size: 11px;
    }
    .admin_welcome_div svg {
        display: none;
    }
}

@media (max-width: 790px) {
    .row.mb-25 .col-md-4,
    .row.mb-25 .col-md-8,
    .row.mb-25 .bg-white-shadow {
        width: 100%;
    }
    .search_box input {
        width: 240px;
    }
    .userData-info-row {
        margin-bottom: 0;
    }
    .userData-info-row .col-md-6 {
        margin-bottom: 25px;
    }
    .forgot-password-div {
        padding: 0 20px;
    }
    .auth-form-header {
        display: block;
    }
    .auth-form-header p {
        font-size: 14px;
        margin-top: 7px;
    }
    ul.list-unstyled.mb-0.imp_links {
        gap: 7px;
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
    }
    .lang-modal h5 {
        font-size: 30px!important;
    }
    .modal-body.documents-modal.workbook-modal.lang-modal {
        padding-top: 35px;
    }
}

@media (max-width: 720px) {
    .admin_headerLeft {
        max-width: 100%;
    }
    .search_box {
        display: none;
    }
    .sidebar .search_box input {
        width: 100%;
    }
    .sidebar .search_box svg {
        left: 12px;
    }
    .header-noti .dropdown-menu {
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        top: 0!important;
        border-radius: 0;
        position: fixed!important;
    }
    .template-results {
        margin-top: 40px;
    }
    .profile_user_data,
    .userData-info-row .profile_userData-info {
        margin-bottom: 25px;
    }
    .userData-info-header,
    .profile-personal-details .form-flex,
    .affiliate-welcome,
    .affiliate-welcome-left {
        display: block;
    }
    .affiliate-welcome-left {
        text-align: center;
        margin-bottom: 20px;
    }
    .affiliate-welcome-left img {
        margin: 0;
        margin-bottom: 10px;
    }
    .profile-personal-details .form-flex .form-group {
        margin-bottom: 25px;
    }
    .affiliate-welcome-right {
        justify-content: center;
    }
	.update-form-btn button {
		padding: 10px 34px;
		text-transform: none;
	}
	.bg-white-shadow {
		padding: 18px;
	}
	.favorite-templates-slide {
		padding: 20px;
	}
}

@media (max-width: 450px) {
    .sidebar .search_box input {
        padding-left: 40px;
    }
    .admin_headerLeft h1 {
        font-size: 30px;
    }
    .admin_headerLeft h1 span {
        display: none;
    }
    .admin_headerLeft p {
        font-size: 14px;
    }
    .header-userInfo button img {
        height: 30px;
        width: 30px;
    }
    .dashboard-userInfo {
        display: block;
    }
    .closeDiv.closeNotiDropdown {
        display: block;
    }
    .dashboard-userInfo .userInfo-left,
    .dashboard-userInfo .userInfo-right {
        width: 100%;
    }
    .userInfo-left {
        margin-bottom: 30px;
    }
    .userInfo-right-divs {
        display: block;
        text-align: center;
        margin: 0;
    }
    .userInfo-right-divs-icon {
        margin: auto;
        margin-bottom: 12px;
    }
    .userInfo-right {
        padding: 0;
        display: flex;
        justify-content: center;
        gap: 35px;
    }
    .profile-personal-details ul {
        display: block;
    }
    .profile-personal-details ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    footer {
        display: block;
        text-align: center;
    }
    footer p {
        margin-bottom: 15px;
        font-size: 13px;
    }
    .referrals-div {
        padding: 0px 30px;
    }
    .notiFooter {
        display: block;
    }
    .notiFooter button,
    .notiFooter a {
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 15px;
    }
    .switches-container label {
        font-size: 13px;
    }
    .switch div {
        font-size: 13px;
    }
    .switches-container {
        width: 17rem;
        line-height: 36px;
    }
    .plan-price {
        font-size: 35px;
        margin-bottom: 15px;
    }
    .plan-info h4 {
        font-size: 21px!important;
    }
    .plan-info p {
        font-size: 12px;
    }
    .plan-info ul li {
        font-size: 12px;
    }
    a.plan-btn {
        font-size: 12px;
    }
    .notiInnerInfo h6 {
        font-size: 14px;
    }
    .notiInnerInfo p {
        font-size: 11px;
    }
    .note {
        display: block;
    }
    .note p {
        font-size: 12px;
    }
    .note div {
        margin: 0;
        margin-top: 12px;
        font-size: 12px;
    }
    .tox-editor-header {
        margin-bottom: 20px!important;
    }
    .tox .tox-menubar+.tox-toolbar,
    .tox .tox-menubar+.tox-toolbar-overlord .tox-toolbar__primary,
    .tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
        background: none!important;
        height: 45px;
    }
    .chat-header img {
        width: 55px;
        height: 55px;
    }
    .chat-message img {
        width: 35px;
        height: 35px;
        margin-bottom: 10px;
    }
    .chat-message.my-message {
        float: right;
        text-align: right;
    }
    .chat-message.response-message {
        float: left;
    }
    .chat-message {
        display: block;
    }
    .chat-footer input {
        height: 50px;
    }
    .chat-footer button {
        width: 40px;
        height: 40px;
        top: 5px;
    }
    .chat-footer button svg {
        width: 20px;
        height: 20px;
    }
    .abs-btns {
        right: 20px;
        gap: 10px;
    }
    .abs-btns button {
        width: 45px;
        height: 35px;
    }
    .abs-btns button svg {
        width: 16px;
        height: 16px;
    }
    .documentName-txt,
    .document-category,
    td p {
        width: max-content;
        margin-right: 60px;
    }
    .documentName-txt h5 {
        font-size: 14px;
    }
    .modal-body-btns {
        display: block;
    }
    .modal-body-btns button {
        width: 100%;
        padding: 10px 15px;
        margin-bottom: 10px;
    }
    .modal-body-btns button.modal-confirm {
        margin-bottom: 0;
    }
    .documents-modal h5 {
        font-size: 16px;
    }
    .documents-modal p {
        font-size: 13px;
    }
    .documents-modal img {
        max-width: 9rem;
    }
    input,
    select,
    textarea {
        font-size: 14px!important;
    }
    .dash-mainDivs h2 span {
        position: initial;
        display: block;
        width: fit-content;
        margin-top: 5px;
    }
    .modal-body.documents-modal {
        padding: 35px;
        padding-top: 60px;
    }
    #templates-user-progress {
        right: 20px;
    }
    .workbook-filter-elements button {
        padding: 0px 15px;
        font-size: 13px;
        height: 42px;
        width: 100%;
    }
    .dataTables_paginate {
        float: initial!important;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 25px!important;
    }
}

@media (max-width: 350px) {
    .userData-info svg {
        width: 9rem;
        height: 8rem;
    }
    .userData-info-bar svg {
        width: 19px!important;
        height: 19px!important;
    }
    .switches-container {
        width: 100%;
    }
    .switches-container label {
        font-size: 11px;
    }
    .switch div {
        font-size: 11px;
    }
    .fixedHeader-left img {
        max-width: 6rem;
    }
}

.new-item-bg {
    background-color: #D6EAF8;
}
tr.new-item-bg {
	background: transparent;
}

.dataTables_filter label {
    position: relative;
    width: 100%;
}

.dataTables_filter svg {
    position: absolute;
    right: 10px;
    top: 12px;
}

.chat-sidebar {
    position: unset;
}
.imp_links .active{
    color: var(--openBlue) !important;
}

.wo_google_auth {
    gap: 20px;
}
.wo_google_auth img {
    width: 100%;
    max-width: 230px;
    flex: 0 0 auto;
    border-radius: 10px;
}
.wo_google_auth .form-flex {
	flex: 1 1 auto;
}
.wo_google_auth_info p {
    margin: 17px 0;
    font-size: 15px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.wo_google_auth_info p svg {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    background: var(--inpsColor);
    color: var(--textColor);
    padding: 7px;
    border-radius: 5px;
}
.empty_state {
	font-size: 16px;
    font-weight: 500;
    color: var(--openGrayTxt);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
    padding: 80px 0;
}
.empty_state svg {
	opacity: 0.4;
    padding: 0;
    border-radius: 0;
    width: 50px;
    height: auto;
}

/*Check*/
.check-container {
	width: 150px;
    height: 170px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto 40px;
}
.check-container .check-background {
	width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #5de593, #41d67c);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
    transform: scale(0.84);
    border-radius: 50%;
    animation: animateContainer 0.75s ease-out forwards 0.75s;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.check-container .check-background svg {
	width: 65%;
	transform: translateY(0.25rem);
	stroke-dasharray: 80;
	stroke-dashoffset: 80;
	animation: animateCheck 0.35s forwards 1.25s ease-out;
}
.check-container .check-shadow {
	border-radius: 50%;
	background: radial-gradient(closest-side, #49da83, transparent);
	animation: animateShadow 0.75s ease-out forwards 0.75s;
}

@keyframes animateContainer {
  0% {
    opacity: 0;
    transform: scale(0);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  25% {
    opacity: 1;
    transform: scale(0.9);
    box-shadow: 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  43.75% {
    transform: scale(1.15);
    box-shadow: 0px 0px 0px 43.334px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 65px rgba(255, 255, 255, 0.25) inset;
  }
  62.5% {
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 21.667px rgba(255, 255, 255, 0.25) inset;
  }
  81.25% {
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
  100% {
    opacity: 1;
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 0px 0px rgba(255, 255, 255, 0.25) inset;
  }
}
@keyframes animateCheck {
  from {
    stroke-dashoffset: 80;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes animateShadow {
  0% {
    opacity: 0;
    width: 100%;
    height: 15%;
  }
  25% {
    opacity: 0.25;
  }
  43.75% {
    width: 40%;
    height: 7%;
    opacity: 0.35;
  }
  100% {
    width: 85%;
    height: 15%;
    opacity: 0.25;
  }
}

/*Loading*/
.loading-wrapper {
    width: 100%;
}
.title-block {
  padding-bottom: 24px;
  padding-top: 8px;
}
.list-block {
  padding-top: 12px;
}
.loading { 
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  background: #f6f7f8;
  background-image: -webkit-linear-gradient(left, #f6f7f8 0%, #edeef1 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  border-radius: 2px;
}
.title {
  height: 10px;
  width: 25%;
  margin-bottom: 28px;
}
.loading.content {
  height: 10px;
  margin-bottom: 12px;
}
.loading.content.line-item {
  margin-bottom: 28px;
}
.last-row {
  width: 90%;
  margin-bottom: 0px;
}
html[data-theme='dark'] .loading {
	background: #26263e;
    background-image: -webkit-linear-gradient(left, #26263e 0%, #313150 20%, #26263e 40%, #26263e 100%);
}

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

/*Button Spinner*/
.btn_spinner {
	animation: rotatespin 1s linear infinite;
    width: 23px;
    height: 23px;
    margin: 0 10px 0 -10px;
}
.btn_spinner .path {
	stroke: currentColor;
    stroke-linecap: round;
    animation: dashspin 1.5s ease-in-out infinite;
}

/*Tooltip*/
body .tooltip-inner {
    background-color: #1b1b2e;
    border-radius: 6px;
    box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 17%);
}
body .tooltip .tooltip-arrow {
    display: none;
}
.my_tooltip {
	position: relative;
}
.my_tooltip:after {
	content: attr(data-tooltip);
    display: block;
    position: absolute;
    color: white;
    background: #1b1b2e;
    padding: .25rem .5rem;
    border-radius: 6px;
    top: calc(100% + .4rem);
    text-align: center;
    font-size: .875rem;
    line-height: 1.5;
    box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 17%);
    opacity: 0;
    max-width: 200px;
    transition: all 0.1s;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;visibility: hidden;
}
.my_tooltip:hover {
    z-index: 1;
}
.my_tooltip:hover:after {
	opacity: 1;visibility: visible;
}
