body {
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    color: var(--white-color) !important;
    background-color: var(--theme-bg) !important;
    font-size: 14px;
}
.btn.btn-white{
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--text-dark);
}
/* video editor css */
.editor-parent {
    position: relative;
    background: #010914 url('https://kdmeditor.s3.us-east-1.amazonaws.com/kd_videoeditor/files/image/editor-bg.png') 50% / cover no-repeat !important;
    background-attachment: fixed !important;
}
.editor-parent .container-padding {
    position: relative;
    /* z-index: 1; */
}
.sidebar-items-list::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.06);
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}
.sidebar-items-list .sidebar-items {
    position: relative;
    z-index: 1;
}
.editor-sidebar-menu {
    height: calc(100vh - 10px);
    padding-left: 10px;
    max-width: 90px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.editor-sidebar-menu .sidebar-head {
    height: 56px;
}
.editor-sidebar-menu .sidebar-head .dashboard-link {
    color: #fff;
}
.sidebar-items-list {
    /* background: rgba(255, 255, 255, 0.1); */
    border-radius: 10px 0px 0px 10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    height: calc(100% - 56px);
    overflow-y: auto;
    position: relative;
}
.sidebar-items-list::-webkit-scrollbar {
    display: none;
}
.sidebar-items .items-link {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 3px;
    border-radius: 5px;
    transition: all 0.5s;
    border: 0;
    border-left: 2px solid transparent;
    color: #ffff;
    background: transparent;
}
.sidebar-items .items-link.active,
.sidebar-items .items-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--primary-color);
}
.sidebar-items .items-link .item-text {
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
}
.sidebar-items .items-link.active .item-text,
.sidebar-items .items-link:hover .item-text {
    color: #ffff;
}
/* video editor css */
.modal-video-preview{
    width: 100%;
    max-height: 400px;
    height: 400px;
}
ul li {
    list-style: none;
}
.grey-clr {
    color: #797A7F !important;
}
a {
    text-decoration: none;
}
/* Main Container Wrapper */
.container-wrapper {
    position: relative;
    min-height: calc(100% - 60px);
}
.container-padding {
    padding: 20px 15px 20px !important;
    margin-top: 90px !important;
}
.modal-body .title-line {
    justify-content: center;
}
.title-line {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.875rem;
    color: var(--white-color);
}
.hr-line {
    margin: 0.9375rem 0 !important;
    background: var(--primary-color6);
    opacity: 1;
}
.va-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.va-right-bar {
    display: flex;
    align-items: center;
}
.btn-dismiss {
    padding: 10px 20px;
    background-color: #fff;
    color: #FF4D4D;
    border-radius: 10px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.250rem;
}
.btn-dismiss:hover {
    background-color: #FF4D4D;
    color: #fff;
}
/* Index page css safaraz */
.search-bar {
    position: relative;
}
.search-bar.left-icon .search-icon {
    top: 50%;
    left: 0;
    right: auto;
    transform: translateY(-50%);
}
.search-bar.left-icon .search {
    padding: 15px 15px 15px 45px;
}
.search-bar.right-icon .search-icon {
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
}
.search-bar.right-icon .search {
    padding: 15px 45px 15px 15px;
}
.search-icon {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 10px 20px;
    color: var(--grey-color);
}
.chat-sidebar-container .search,
.chat-sidebar-container .search:focus {
    background: var(--body-bg) !important;
    border: 0;
}
.chat-sidebar-container .search-icon {
    padding: 7px 20px;
}
.search {
    display: block;
    height: 40px;
    padding: 14.965px 50px 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 282px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid var(--theme-br);
    background: var(--body-bg);
    color: var(--theme-text-color);
}
.search:focus {
    border: 1px solid var(--primary-color);
    background: var(--body-bg);
    box-shadow: 0px 5px 15px 0px rgba(64, 140, 252, 0.25);
}
.search2 {
    display: block;
    height: 40px;
    padding: 14.965px 50px 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 282px;
    flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid var(--theme-br);
    background: var(--theme-bg);
    color: var(--theme-text-color);
}
.search2:focus {
    border: 1px solid var(--theme-br);
    background: var(--theme-bg);
    color: var(--theme-text-color);
    box-shadow: none;
}
/*.search2,.search1:hover{*/
/*    border: 1px solid var(--theme-br2);*/
/*}*/
.appoint-wall {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    padding: 20px;
    cursor: pointer;
}
.appoint-title {
    color: var(--black-color);
    font-size: 14px !important;
    line-height: 1.250rem;
    font-weight: 400 !important;
    word-break: break-word;
}
.appoint-text {
    color: #626786;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.250rem;
}
.appoint-para {
    color: var(--grey-color);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.250rem;
}
.appoint-inner .dash-drop {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
}
.appoint-inner .dash-drop li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
@media (min-width:992px) {
    .container-wrapper {
        /* left: 60px;
        width: calc(100% - 60px); */
        max-width: 100%;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    /* .container-wrapper.container-open {
        left: 220px;
        width: calc(100% - 220px);
    } */
    .container-padding {
        padding: 20px 20px 20px !important;
    }
    .container-padding1 {
        padding-bottom: 30px !important;
    }
}
.container-padding{
    min-height: calc(100vh - 102px) !important;
}
@media (min-width: 992px) {
    .container-padding {
        min-height: calc(100vh - 40px) !important;
    }
}
@media (min-width:1600px) {
    .container-fluid {
        max-width: 100% !important;
    }
}
/* Main Container Wrapper End*/
.horizontal-line hr {
    margin: 15px 15px 0px 15px;
    background: var(--primary-color6);
}
@media(min-width:768px) {
    .horizontal-line hr {
        margin: 20px 30px 0px 30px;
    }
}
.appoint-inner {
    position: relative;
    overflow: hidden;
}
.appoint-inner .appoint-btn {
    position: absolute;
    background: rgba(0, 0, 0, 0.50);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
    text-align: center;
    z-index: 2;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.appoint-inner .appoint-btn .appoint-link {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    color: var(--white-color);
    text-decoration: none;
    border-radius: 10px;
    background: var(--blue-gradient);
    padding: 10px 20px;
    border: 0px;
    margin-top: 18px;
}
.appoint-inner .appoint-btn .dismiss-link {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    color: var(--danger-color);
    text-decoration: none;
    border-radius: 10px;
    background: var(--white-color);
    padding: 10px 20px;
}
.appoint-wall:hover .appoint-btn {
    opacity: 1
}
.appoint-va {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--white-color);
    opacity: 0;
    z-index: 3;
}
.appoint-wall:hover .appoint-va {
    opacity: 1;
}
.appoint-wall img {
    width: 100%;
}
.right-side {
    border-left: 1px solid var(--theme-br);
    background: var(--theme-color);
}
.right-sidebar {
    padding: 50px 20px 30px 20px;
    z-index: 1;
    margin: 0;
}
.img-head {
    font-size: 1.250rem;
    font-weight: 600;
    color: var(--white-color);
}
.img-para {
    font-size: 1rem;
    font-weight: 400;
    color: var(--grey-color);
}
.right-sidebar .accordion-item {
    position: relative;
    background: var(--theme-color);
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 10px;
}
.right-sidebar .accordion-item::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: var(--theme-br);
}
.right-sidebar .accordion-button:not(.collapsed) {
    background: transparent;
    color: var(--black-color) !important;
    box-shadow: none;
}
.right-sidebar .accordion-button:not(.collapsed)::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");
}
.right-sidebar .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-size: 18.5px;
}
.right-sidebar .accordion-button:focus {
    box-shadow: none;
}
.right-sidebar .accordion-item:last-of-type .accordion-button.collapsed {
    font-weight: 600;
    color: var(--black-color) !important;
    background: var(--theme-color);
    border-radius: 10px;
}
.accordion-button {
    font-weight: 600;
    color: var(--white-color) !important;
    background: transparent;
    border-radius: 5px !important;
    padding: 12px 15px;
    border: 1px solid var(--theme-br);
}
.theme-btn a {
    border-radius: 10px;
    padding: 15px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    color: var(--white-color) !important;
    background: var(--blue-gradient);
}
.style-bar {
    padding: 0 1.25rem 1rem 1rem;
}
.style-bar a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    border-bottom: 1px solid var(--theme-br);
    transition: all 0.3s;
}
.style-bar a:hover {
    color: #AA70ED;
}
.chat-wall {
    position: relative;
    background: #21205a;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    cursor: pointer;
}
.chat-item:nth-child(5)~.chat-item {
    display: none;
}
.chat-wall a {
    text-decoration: none;
}
.chat-wall .cw-icons {
    opacity: 0;
}
.chat-wall:hover .cw-icons {
    transition: all 0.5s;
    opacity: 1;
}
.right-sidebar .chat-wall::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: var(--theme-br2)
}
.right-side .cw-text {
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
}
.cw-icons .icon-edit {
    color: var(--white-color);
}
.cw-icons .icon-delete {
    color: var(--danger-color);
}
/*.chat-delete{*/
/*    padding: 1rem 16px;*/
/*    border-radius: 10px;*/
/*    border: 1px solid var(--theme-br);*/
/*    text-align: center;*/
/*}*/
.chat-delete a {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
    text-decoration: none;
}
.dash-drop .dropdown-menu.show {
    border-radius: 5px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    color: var(--black-color);
    padding: 0px;
}
.dash-drop .dropdown-menu.show li {
    padding: 6px;
    font-size: 14px;
    display: inline-flex;
    color: var(--black-color);
}
.dash-drop .dropdown-menu.show li span {
    margin-right: 10px;
    font-size: 18px;
    color: var(--black-color);
}
.dash-drop .btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
.dash-drop .dropdown-toggle span {
    color: var(--black-color);
    position: absolute;
}
.dash-drop .dropdown-toggle::before {
    display: none;
}
.ds-select {
    font-weight: 600;
    color: var(--black-color);
    position: relative;
    background: transparent;
    background-clip: padding-box;
    border-radius: 5px;
}
.ds-select .custom-drop.bootstrap-select .dropdown-menu {
    background: var(--theme-white) !important;
    position: relative;
    background-clip: padding-box;
    border: 1px solid var(--theme-br);
}
.ds-select .custom-drop.bootstrap-select .dropdown-menu.inner.show {
    border: 0;
}
/* .ds-select .custom-drop.bootstrap-select .dropdown-menu::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: var(--theme-br2)
} */
.ds-select .custom-drop.bootstrap-select .dropdown-item.active {
    background: var(--theme-gradient);
    color: var(--theme-white) !important;
}
.ds-select .custom-drop.bootstrap-select .dropdown-item {
    color: var(--theme-text-color);
}
.ds-select .custom-drop.bootstrap-select .dropdown-item:hover {
    background-color: var(--theme-color);
    color: var(--white-color);
}
.ds-select .custom-drop.bootstrap-select .bs-searchbox .form-control,
.ds-select .custom-drop.bootstrap-select .bs-searchbox .form-control:focus {
    background: var(--theme-color);
    color: var(--black-color);
    border-color: var(--theme-br);
}
.ds-select .filter-option-inner-inner {
    font-size: 14px;
    font-weight: 400;
}
/*.ds-select  .btn.dropdown-toggle{*/
/*    height: 52px;*/
/*    background: var(--theme-color);*/
/*}*/
/*.ds-select  .btn.dropdown-toggle:focus{*/
/*    height: 52px;*/
/*}*/
.ds-select.fixed-drop .custom-drop.bootstrap-select .dropdown-menu {
    position: relative !important;
    transform: translate(0, 0) !important;
    border: none;
    transition: all 0.8s;
}
.ds-select.fixed-drop .custom-drop.bootstrap-select .dropdown-menu.show {
    overflow: auto;
}
.sender-msg {
    display: flex;
    align-items: start;
}
.sender-img {
    max-width: 50px;
    border-radius: 100%;
    border: 0.5px solid var(--theme-br);
}
.receiver-img {
    max-width: 50px;
    border-radius: 100%;
    border: 0.5px solid var(--theme-br);
}
.sender-text {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    margin-left: 20px;
    border-radius: 5px;
    /*border: 1px solid var(--theme-br);*/
    background: var(--theme-bg);
    padding: 15px 20px;
    width: 100%;
    display: flex;
    align-items: start;
    position: relative;
    /*white-space: pre-line;*/
}
.sender-text:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: 7px solid var(--theme-bg);
    position: absolute;
    top: 18px;
    left: -6px;
}
.sender-text .img-thumbnail {
    height: 100%;
    object-fit: cover;
}
.receiver-msg {
    display: flex;
    align-items: start;
}
.receiver-text {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    margin-right: 10px;
    border-radius: 5px;
    /*border: 1px solid var(--theme-br);*/
    background: var(--theme-bg);
    padding: 15px 20px;
    width: 100%;
    position: relative;
}
.receiver-text:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--theme-bg);
    position: absolute;
    top: 18px;
    right: -6px;
}
.chatbox {
    padding: 15px;
    position: relative;
}
.chatbox-area {
    height: calc(100vh - 17rem);
    overflow-y: auto;
    padding: 0 30px;
    padding-top: 20px;
}
.chatbox-area::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}
/* Track */
.chatbox-area::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}
/* Handle */
.chatbox-area::-webkit-scrollbar-thumb {
    background: #626786;
    border-radius: 2px;
}
/* Handle on hover */
.chatbox-area::-webkit-scrollbar-thumb:hover {
    background: var(--theme-br2)
}
.chatbox .send-msg {
    border-radius: 5px;
    background: var(--theme-bg);
    flex-direction: column;
}
.send-msg.showOn {
    border-radius: 0px 0 10px 10px;
}
.left-tg-border {
    border-right: 1px solid var(--theme-color2);
}
.use-promt {
    padding: 15px;
    width: 100%;
}
.use-link {
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    text-decoration: none;
    text-align: center;
}
.use-link:hover {
    color: var(--black-color);
}
.grow-bussiness {
    color: var(--white-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
}
.chatbox-input {
    flex: 1;
}
.dash-input {
    background: transparent;
    border-color: transparent;
    color: var(--black-color);
    max-height: 100px;
}
.dash-input::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}
.dash-input::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}
.dash-input::-webkit-scrollbar-thumb {
    background: #626786;
    border-radius: 2px;
}
.dash-input::-webkit-scrollbar-thumb:hover {
    background: var(--theme-br2)
}
.dash-input:focus,
.dash-input:hover {
    background: transparent;
    border-color: transparent;
    color: var(--black-color);
    box-shadow: unset;
}
.dash-input::-webkit-input-placeholder {
    font-size: 14px;
}
.dash-input:-ms-input-placeholder {
    font-size: 14px;
}
.dash-input::placeholder {
    font-size: 14px;
}
.bussiness-box {
    width: 100%;
    padding: 0 0px;
}
.send-btn {
    background: var(--theme-gradient) !important;
    padding: 9px 15px 10px 16px;
    border-radius: 5px;
    color: var(--theme-white) !important;
    text-decoration: none;
}
.send-btn:hover {
    color: var(--white-color);
}
.send-box {
    padding-left: 20px;
}
.send-box a {
    color: var(--theme-white);
    text-decoration: none;
}
.regenerate-box {
    padding: 0;
}
.regenerate-text {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--black-color);
    text-decoration: none;
    position: absolute;
    bottom: 100%;
    margin-bottom: 20px;
}
.regenerate-text:hover {
    color: var(--white-color);
}
.left-text-generator {
    height: 235px;
    overflow: auto;
    padding-right: 15px;
}
.regenerator-text {
    border-radius: 10px 10px 0px 0px;
    border: 1px solid var(--theme-br);
    border-bottom: 0px solid var(--theme-br);
    background: var(--theme-bg);
    padding: 10px;
    display: none;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 100px;
    transition: all 0.5s;
}
.regenerator-text.showOn {
    display: block;
    width: calc(100% - 60px);
    margin-top: 0;
    height: 310px;
    background: var(--theme-color);
}
.text-generater a {
    word-break: break-all;
    width: 100%;
    border-radius: 10px;
    background: var(--theme-bg);
    padding: 5px 10px;
    color: var(--grey-color);
    font-size: 14px;
    font-weight: 400;
    line-height: 1rem;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
}
.text-generater a:last-child {
    margin-bottom: 0px;
}
.right-text-generator {
    height: 235px;
    padding-right: 15px;
    overflow: auto;
}
/* width */
.left-text-generator::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}
/* Track */
.left-text-generator::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}
/* Handle */
.left-text-generator::-webkit-scrollbar-thumb {
    background: #626786;
    border-radius: 2px;
}
/* Handle on hover */
.left-text-generator::-webkit-scrollbar-thumb:hover {
    background: var(--theme-br2)
}
.right-text-generator::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}
/* Track */
.right-text-generator::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}
/* Handle */
.right-text-generator::-webkit-scrollbar-thumb {
    background: #626786;
    border-radius: 2px;
}
/* Handle on hover */
.right-text-generator::-webkit-scrollbar-thumb:hover {
    background: var(--theme-br2)
}
/* .hequal{
    height: 100%;
  } */
.use-promt {
    padding: 10px;
    /*border-right: 1px solid var(--theme-br);*/
    width: 120px;
    background: var(--theme-bg);
    border-radius: 5px;
    margin-right: 10px;
    /*margin-top:7px;*/
}
@media(min-width:768px) {
    .appoint-wall img {
        height: 207px;
        width: 207px;
        object-fit: cover;
    }
    .p-md0 {
        padding: 0px;
    }
    .regenerator-text {
        padding: 20px 15px;
    }
    .chatbox-sendbox {
        position: relative;
        padding: 0 30px;
        margin-top: 10px;
    }
    .chatbox {
        padding: 30px 0 15px;
        height: 96vh;
        padding-top: 36px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        overflow: overlay;
    }
    .chatbox .send-msg {
        flex-direction: row;
    }
    .use-promt {
        padding: 10px;
        /*border-right: 1px solid var(--theme-br);*/
        width: 120px;
        background: var(--theme-bg);
        border-radius: 5px;
        margin-right: 10px;
        margin-top: 0px;
    }
    .bussiness-box {
        width: 100%;
        padding: 0 0px;
    }
    .grow-bussiness {
        font-size: 1rem;
        line-height: 1.250rem;
    }
    .text-generater a {
        font-size: 14px;
        line-height: 1.250rem;
        transition: transform .2s;
    }
    a#\35 {
        transform: scale(1.01);
    }
    .use-promt {
        font-size: 14px;
        line-height: 1.250rem;
    }
    .sender-text {
        font-size: 14px;
        line-height: 1.250rem;
    }
    .receiver-text {
        font-size: 14px;
        line-height: 1.250rem;
    }
    .right-side {
        overflow: auto;
    }
}
.regenerator-text #generate-text1,
.regenerator-text #generate-text2,
.regenerator-text #generate-text3,
.regenerator-text #generate-text4,
.regenerator-text #generate-text5 {
    display: none;
}
.regenerator-text #generate-text1:target,
.regenerator-text #generate-text2:target,
.regenerator-text #generate-text3:target,
.regenerator-text #generate-text4:target,
.regenerator-text #generate-text5:target {
    display: block;
}
.right-side::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}
/* Track */
.right-side::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}
/* Handle */
.right-side::-webkit-scrollbar-thumb {
    background: #626786;
    border-radius: 2px;
}
/* Handle on hover */
.right-side::-webkit-scrollbar-thumb:hover {
    background: var(--theme-br2)
}
.chatbox::-webkit-scrollbar {
    width: 4px;
    border-radius: 2px;
}
/* Track */
.chatbox::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 2px;
}
/* Handle */
.chatbox::-webkit-scrollbar-thumb {
    background: #626786;
    border-radius: 2px;
}
/* Handle on hover */
.chatbox::-webkit-scrollbar-thumb:hover {
    background: var(--theme-br2)
}
/* Close Left Menu Toggle */
.sidebar.sidebar-show .close-sidemenu {
    padding: 0
}
.close-sidemenu ul {
    margin: 0px;
    padding: 0px;
}
.close-sidemenu ul li {
    white-space: nowrap;
    position: relative;
    display: block;
}
.close-sidemenu ul li a.nav-link {
    display: flex;
    min-height: unset;
    align-items: center;
    color: var(--theme-text-color);
    font-weight: 500;
    gap: 5px;
}
.sidebar:not(.sidebar-show) .close-sidemenu ul li a.nav-link span:last-child {
    display: none;
}
.close-sidemenu ul li a.nav-link span.size-icon {
    display: inline-block;
    width: 30px;
    min-width: 30px;
    z-index: 3;
    position: relative;
    text-align: center;
    font-size: 16px;
}
.close-sidemenu ul li a.nav-link span.menu-title {
    display: block;
    width: calc(100% - 60px);
    justify-content: start;
    white-space: nowrap;
    align-items: center;
    font-size: 15px;
}
.close-sidemenu {
    display: none;
}
@media (min-width:992px) {
    .close-sidemenu {
        position: fixed;
        left: 0px;
        height: unset;
        bottom: 0px;
        display: flex;
        align-items: center;
        z-index: 9999;
        width: 100%;
        display: block;
        padding: 0
    }
}
/* .dcp-left-bar.highlight + .close-sidemenu .icon-cross{
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;   
        }
    .dcp-left-bar.highlight:hover + .close-sidemenu .icon-cross{ 
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        webkit-transition: all 0.4s ease;
        -moz-transition: all 0.4s ease;
        -ms-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
          }	 */
.dcp-left-bar+.close-sidemenu .menu-title {
    display: none;
}
.dcp-left-bar.highlight:hover+.close-sidemenu .menu-title2 {
    display: block !important;
}
/* Close Left Menu Toggle End */
/* Anam CSS */
.setting-btn {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    padding: 20px 30px;
    width: 100%;
    display: block;
    color: var(--black-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
}
.setting-btn:hover {
    color: var(--black-color);
}
/* .footer-border {
    border-top: 1px solid var(--theme-br);
    padding-top: 20px;
} */
.integration-para {
    color: var(--grey-color);
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
}
.blank-page-h {
    height: 250px;
}
@media(min-width:768px) {
    .blank-page-h {
        height: 345px;
    }
}
/* Pratul css my-va */
.appoint-profile-wall {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    backdrop-filter: blur(15px);
    padding: 10px;
    cursor: pointer;
    max-width: 120px;
}
.upload-btn {
    border: 1px solid var(--theme-br);
    background: transparent;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.upload-btn:focus {
    border: 1px solid var(--theme-br);
    background: transparent;
    color: #fff;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.cw-icons .icon-share {
    color: var(--white-color);
}
.upload-btn a {
    text-decoration: none;
}
.remove-btn {
    border: 1px solid #FF4A4A;
    background: transparent;
    color: #FF4A4A;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.remove-btn:focus {
    border: 1px solid #FF4A4A;
    background: transparent;
    color: FF4A4A;
    border-radius: 10px;
    padding: 10px 20px !important;
}
.cw-icons .icon-delete {
    color: #FF4A4A;
}
.remove-btn a {
    text-decoration: none;
}
.color-picker-html label {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.color-picker-html [type='color'],
.color-picker-html [type='color']:focus {
    padding: 0px;
    margin: 0px;
    height: 30px;
    width: 100%;
    border: none;
}
.appoint-btn {
    border-radius: 0px;
    background: var(--blue-gradient);
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    border: none;
}
.appoint-btn1 {
    border-radius: 10px;
    background: var(--blue-gradient);
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    border: none;
}
.appoint-btn:focus {
    color: #fff;
    box-shadow: none;
}
.table-wrapper {
    background: var(--theme-white);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.09);
    border-radius: 15px;
    padding: 10px 1.25rem 1.25rem 1.25rem;
}
.white-clr {
    color: #fff;
}
.appoint-va-hr {
    position: fixed;
    bottom: 60px;
    right: 0;
    left: 0px;
    z-index: 1030;
}
.appoint-va-footer {
    width: 100%;
    color: var(--grey-color);
    font-weight: 400;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 1rem;
    line-height: 1.1875rem;
    padding: 15px;
    right: 0;
    left: 0px;
    z-index: 1030;
}
.search-clr {
    height: unset !important;
    display: block !important;
    padding: 10px 15px !important;
    justify-content: center;
    align-items: flex-start;
    border-radius: 5px !important;
    border: 1px solid var(--theme-br) !important;
    background: transparent !important;
}
@media (min-width: 768px) {
    .footer-design {
        padding: 20px 30px;
    }
}
@media (min-width: 992px) {
    .appoint-va-footer {
        left: 220px;
    }
    .appoint-va-hr {
        left: 220px;
    }
}
.tab-box {
    text-align: center;
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--body-bg);
    box-shadow: 0px 0px 230px 0px rgba(0, 0, 0, 0.1);
    padding: 15px;
    height: 100%;
}
.tab-main-head {
    color: var(--black-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
}
.tab-heading {
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.tab-para {
    color: var(--grey-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem
}
.integration-pills li {
    color: var(--black-color);
}
.container-page-subtitle {
    color: var(--grey-color);
    font-size: 14px;
}
.integration-pills li button {
    color: var(--black-color);
}
.integration-pills li:hover button {
    color: var(--black-color);
}
#pills-social .nav-tabs {
    gap: 10px !important;
}
#pills-social a.nav-link p{
    margin: 0 !important;
}
#pills-social a.nav-link {
    height: 100%;
    border-radius: 10px !important;
    border: 2px solid var(--theme-br);
}
#pills-social{
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
        border-color: var(--primary-color) !important;
    }
    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active {
        background: var(--rgba-primary-1);
        color: var(--primary-color);
    }
}
.integration .dropdown-menu{
    padding: 15px !important;
}
/*.search1{*/
/*    display: block;*/
/*    height: 50px;*/
/*    padding: 14.965px 50px 15px 20px;*/
/*    justify-content: center;*/
/*    align-items: flex-start;*/
/*    gap: 282px;*/
/*    flex-shrink: 0;*/
/*    border-radius: 5px;*/
/*    border: 1px solid var(--theme-br);*/
/*    background: var(--theme-color);*/
/*    color: var(--black-color);*/
/*}*/
/*.search1:focus{*/
/*    border: 1px solid var(--theme-br);*/
/*    background: var(--theme-color);*/
/*    color: var(--black-color);*/
/*    box-shadow: none;*/
/*}*/
/* support css start*/
.accordion-list .accordion-button,
.accordion-list .accordion-button:focus {
    padding: 1rem 40px 1rem 1rem;
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.05875rem;
    color: var(--theme-black) !important;
    background: transparent;
    border: none;
    box-shadow: none;
}

.accordion-list .accordion-button::after {
    position: absolute;
    right: 10px;
    transform: rotate(270deg);
    font-family: 'icomoon' !important;
    content: "\e907" !important;
    background-repeat: no-repeat;
    color: var(--theme-black) !important;
    content: "";
    position: absolute;
    background: transparent;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4rem;
}

.faq-wrapper {
    background: var(--body-bg);
    padding: 30px;
    /* justify-content: space-between; */
    border-radius: 10px;
    text-decoration: none;
    border-top: 1px solid var(--theme-br);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-wrapper .faq-text {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: var(--theme-black);
    gap: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.faq-hr {
    height: 1px;
    content: "";
    width: 100%;
    background: var(--theme-bg);
    margin: 12px 0 20px;
}

.accordion-list a {
    color: var(--theme-black) !important;
    text-decoration: none !important;
}

/* support css end */
/* profile css start */
.wrapper-box {
    border-radius: 15px;
    padding: 1.875rem;
    background: var(--theme-white);
    border: 1px solid var(--theme-br);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.04);
}
.wrapper-box2 {
    background: var(--black-color);
    border-radius: 15px;
    background: var(--theme-color);
}
.profile-img {
    width: 138px;
    height: 138px;
    border-radius: 100%;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.08);
    background: var(--theme-bg);
    border: 1px solid var(--theme-br);
    /* overflow: hidden; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    justify-content: center;
}
.profile-img img {
    object-fit: cover !important;
    height: 100%;
    width: 100%;
    border-radius: 50%;
}
.profile-img .profile-text {
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    right: -10px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    align-items: center;
    color: var(--primary-color);
    justify-content: center;
    background: var(--theme-white);
    border-radius: 50%;
    display: flex !important;
    transition: 0.4s;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid var(--theme-br);
}
.profile-img .profile-text:hover{
    background: var(--primary-color);
    color: var(--theme-white);
}
.profile-img .profile-text i{
    font-size: 1.2rem;
}
.title-line1 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 22px;
    color: var(--black-color) !important;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}
.title-line1 {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 22px;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}
.title-line1::after {
    height: 1px;
    flex: 1;
    background-color: var(--theme-br);
    content: '';
}
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 25px;
}
/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
input:checked+.slider {
    background: var(--blue-gradient);
}
input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}
input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
.discard-btn {
    color: #32347a;
    background-color: transparent;
    border-color: #32347a;
}
.theme-btn-blue {
    border: none;
}
.page-title {
    color: var(--black-color);
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8125rem;
}
/* profile css end */
/**** tutorials *****/
.tutorial-box {
    text-align: left;
}
.tutorial-box .title {
    display: block;
    padding: 10px 0 0;
    color: var(--black-color);
}
.tutorial-box .poster {
    position: relative;
    display: block;
}
.tutorial-box .poster img {
    width: 100%;
    object-fit: cover;
}
.tutorial-box .poster:after {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: default;
    content: "\e923";
    font-family: 'icomoon' !important;
    color: var(--secondary-color);
}
/* -------subscription-=------ */
.tab-design .nav-link {
    margin: 0px 30px 0px 0px;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0px;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: var(--black-color);
    padding: 0px 0px 5px 0px;
    cursor: pointer;
    border-bottom-width: 1px;
    border-style: solid;
    text-transform: capitalize;
}
.tab-design .nav-link.active {
    font-weight: 600;
    border-bottom: 1px solid var(--theme-br2);
    color: var(--theme-br2);
}
/* .subscription-box {
    z-index: 1;
    border-radius: 10px;
    background-color: var(--theme-white);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.09);
    padding: 20px;
    position: relative;
}
.subscription-box center {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.subscription-box .activatedbtn,
.subscription-box .imsite-btn {
    width: 100% !important;
    border-radius: 0 0 5px 5px;
}
.subscription-box .imsite-btn:hover {
    background-color: var(--primary-hover);
    color: var(--body-color);
}
.subscription-box .activatedbtn:hover {
    color: #fff;
}
.subscription-box ul {
    margin-top: 30px;
    padding: 30px 0;
    border-top: 1px solid var(--theme-br);
}
.subscription-box ul li {
    padding: 5px 0 5px 25px;
    position: relative;
    margin: 0.4rem 0;
    position: relatvie;
}
.subscription-box ul li:after {
    left: 0;
    content: "\f00c";
    top: 8px;
    position: absolute;
    color: var(--theme-br2);
    font: normal normal normal 16px/1 FontAwesome;
}
.subscription-box p.product-name {
    font-size: 20px;
    font-weight: 500;
    color: var(--black-color);
    margin-bottom: 0px;
}
.subscription-box span.days-text {
    font-size: 35px;
    font-weight: 500;
    color: var(--black-color);
}
.subscription-box ul.sub-height li {
    color: var(--grey-color);
}
.subscription-box .recommend {
    position: absolute;
    left: -3px;
    top: -3px;
} */

/* Subscription Box  */
.subscription-box {
    z-index: 1;
    border-radius: 10px;
    background-color: var(--body-bg);
    padding: 20px;
    position: relative;
    border: 1px solid var(--theme-br);
    height: 100%;
    transition: all 0.3s;

    &:hover {
        transform: translateY(-5px);
        border-color: var(--primary-color);
    }

    center {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .activatedbtn,
    .imsite-btn {
        width: 100% !important;
        border-radius: 0 0 5px 5px;

        &:hover {
            background-color: var(--primary-hover);
            color: var(--body-color);
        }
    }

    .activatedbtn {
        &:hover {
            color: var(--text-white);
        }
    }

    ul {
        margin-top: 30px;
        padding: 30px 0;
        border-top: 1px solid var(--theme-br);
        display: none;
        height: 300px;
        overflow-y: scroll;
        li {
            padding: 5px 0 5px 25px;
            margin: 0.4rem 0;
            position: relative;
            padding-left: 20px;
            border-color: var(--theme-br) !important;

            &:after {
                left: 0;
                content: "\f00c";
                top: 12px;
                position: absolute;
                color: var(--primary-color);
                font: normal normal normal 16px/1 FontAwesome;
            }
        }

        &.sub-height {
            li {
                color: var(--grey-color);
            }
        }
    }

    p.product-name {
        font-size: 20px;
        font-weight: 500;
        color: var(--text-dark);
        margin-bottom: 0px;
    }

    span.days-text {
        font-size: 35px;
        font-weight: 500;
        color: var(--text-dark);
    }

    .recommend {
        position: absolute;
        left: -3px;
        top: -3px;
    }
}

/* Subscription Box  */

.table-design.table tbody tr td{
    border: 1px solid var(--theme-br) !important;
    border-left: 0 !important;
    border-right: 0!important;
}
.table-design.table tbody tr td:first-child{
    border-radius: 10px 0 0 10px !important;
    border-left: 1px solid var(--theme-br) !important;;
    
}
.table-design.table tbody tr td:last-child{
    border-right: 1px solid var(--theme-br) !important;;
    border-radius: 0 10px 10px 0 !important;
}
.table-design.table tbody tr td:nth-child(1),
.table-design.table tbody tr td:nth-child(2),
.table-design.table tbody tr td:nth-child(3){
    font-size: 14px !important;
    font-weight: 500;
    color: var(--text-dark) !important;
}
.table-design.table tbody tr td:nth-child(2),
.table-design.table tbody tr td:nth-child(3),
.table-design.table tbody tr td:nth-child(4){
    min-width: 150px;
}
.table-design.table tbody tr td:nth-child(2){
    cursor: pointer;
    min-width: 200px;

}


/* .table-design.table tbody tr {
    background-color: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: #fff;
} */

.table-design.table tbody tr {
    background: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: var(--theme-white);
    border-radius: 10px !important;
    /* outline: 1px solid var(--theme-br); */
}




/* ---management---- */
.imsite-table .table>:not(:last-child)>:last-child>* {
    border-bottom-color: var(--theme-br);
}
.imsite-table table {
    border-collapse: separate;
    border-spacing: 0px 20px;
    border: 1px solid transparent;
    margin-bottom: 0px;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
.imsite-table table tr {
    background-color: var(--theme-color);
}
.imsite-table .table>:not(caption)>*>* {
    color: #fff;
    vertical-align: middle;
}
.imsite-table .form-check.custom-checkbox {
    padding-left: 0;
    margin-bottom: 0;
}
.checkbox-custom {
    display: none;
    appearance: none;
}
.checkbox-custom-label {
    position: relative;
    margin-bottom: 0px;
}
.checkbox-custom:checked+.checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome' !important;
    color: #fff;
    background: var(--theme-br2);
    border: 1px solid var(--theme-br);
    font-weight: 900;
    font-size: 14px;
}
.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: transparent;
    border: 1px solid rgb(222, 226, 237);
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 1.3;
    margin-right: 0px;
    float: left;
    border-radius: 5px;
}
.list-options ul,
ul.list-options {
    margin: 0;
    padding: 0;
}
.list-options li {
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
}
.list-options li a.filter-btn,
.allcheck,
.lockicon {
    border-radius: 5px;
    height: 30px;
    color: #969cad;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: var(--theme-color);
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    padding: 5px 3px 0px 8px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 18px;
}
.pagination_next {
    font-size: 8px;
    margin-right: 0px;
    color: #969cad;
    padding: 16px;
    border-radius: 5px;
    background-color: var(--theme-color);
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    border: 0;
    display: inline-block;
}
.page-input {
    width: 90px;
    border-radius: 3px;
    padding: 8px 14px;
    border: 0;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    color: #fff;
}
.form-control.dropdown {
    background-color: var(--theme-white);
}
/*.dropdown.form-control .btn-light{*/
/*    color: var(--grey-color);*/
/*    background-color: var(--theme-color);*/
/*    border-color: var(--theme-br);*/
/*}*/
/*.dropdown.form-control .btn-light:hover{*/
/*    color: var(--grey-color);*/
/*    background-color: var(--theme-color);*/
/*    border-color: var(--theme-br);*/
/*}*/
/*.dropdown.form-control .dropdown-menu{*/
/*    background-color: rgb(28 25 92);*/
/*}  */
/*.dropdown.form-control .dropdown-menu .dropdown-item {*/
/*    color: #ffffff;*/
/*}*/
/*.dropdown.form-control .dropdown-menu .dropdown-item:focus,*/
/*.dropdown.form-control .dropdown-menu .dropdown-item:hover {*/
/*    color: #fff;*/
/*    background-color: #6047da;*/
/*}*/
/* @media (min-width: 992px){
    .list-options li {
        margin-right: 8px;
    }
} */
.assets-container label {
    color: var(--white-color);
    margin-right: 15px;
}
article {
    display: none;
}
article.on {
    display: block;
}
.my-assets-img-wall {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    backdrop-filter: blur(15px);
    padding: 20px;
}
.my-assets-para {
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.250rem;
}
.my-assets-bottom {
    color: var(--grey-color);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.250rem;
}
.my-assets-icons a {
    color: var(--grey-color);
    text-decoration: none;
}
.my-assets-icons a .icon-list-delete {
    color: var(--primary-color3);
}
.my-assets-img img {
    width: 100%;
    object-fit: cover;
    height: 150px;
    border-radius: 10px;
}
ul.list-options {
    margin: 0;
    padding: 0;
}
ul.list-options li {
    border-radius: 10px;
    color: var(--white-color);
    background: var(--blue-gradient);
    list-style: none;
    margin-bottom: 0px;
    display: inline-block;
}
ul.list-options li a {
    color: var(--white-color);
    text-decoration: none;
}
/* new popup css */
.bg-upload .upload-btn {
    border: none;
    background: transparent;
    color: #fff;
    border-radius: 10px;
    padding: 0px 0px !important;
    display: block;
}
.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 7rem;
    padding: 5px 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: var(--theme-white);
    background-clip: padding-box;
    border: 1px solid var(--theme-br);
    border-radius: 0.25rem;
    max-height: 280px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
    overflow: auto;
}
.dropdown-menu .dropdown-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.250rem;
    color: var(--grey-color);
    gap: 15px;
    display: flex;
    align-items: center;
    transition: 0.3s;
    &:focus,
    &:active,
    &:hover{
        background-color: var(--primary-color) !important;
        color: var(--text-white) !important;
        /* a{
            color: inherit !important;
        } */
    }
}

/* Aligns the dropdown menu to right */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* Dividers within the dropdown */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* Links within the dropdown menu */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.5;
  color: var(--theme-text-color);
  white-space: nowrap;
  width: 100%;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: var(--text-white);
  text-decoration: none;
  background-color: var(--primary-color);
}

/* Active state */
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: var(--text-dark);
  text-decoration: none;
  background-color: var(--primary-color);
  outline: 0;
}

/* Disabled state */
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* Open state for the dropdown */
.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

/* Menu positioning */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* Dropdown section headers */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.5;
  color: #777;
  white-space: nowrap;
}

/* Backdrop to catch body clicks on mobile */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* Right aligned dropdowns */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* Allow dropdowns to go bottom up */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9; /* IE8 */
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

/* workspace-dropdown-parent */
.workspace-dropdown-parent{
    position: relative;
}
.workspace-dropdown {
    display: block;
    right: 90%;
    left: auto;
    top: 0;
    max-height: 120px;
    opacity: 0;
    transition: 0.3s;
}
.workspace-dropdown-parent:hover .workspace-dropdown{
    right: 100%;
    opacity: 1;
    z-index: 999 !important;
}
/* workspace-dropdown-parent */
.required {
    color: red;
    font-size: 22px;
}
/*Business Page CSS*/
.categorysection {
    border-radius: 5px;
    background-color: #22205b;
    padding: 30px 10px;
}
.businessbox {
    display: table-cell;
    vertical-align: middle;
    background-color: var(--rgba-primary-1);
    border-radius: 10px;
}
.businessbox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.businessbox {
    height: 100px;
    width: 100px;
}
.business-logobox {
    border-width: 1px;
    border-color: rgb(222, 226, 237);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 10%;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    width: 388px;
}
.business-logobox img {
    max-height: 40px;
}
.business-logoimg img {
    height: 30px;
    width: 30px;
}
.list-options ul,
ul.list-options {
    margin: 0;
    padding: 0;
}
.pagination a:hover {
    color: #fff;
}
.business-logobox {
    border-width: 1px;
    border-color: rgb(222, 226, 237);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    padding: 10%;
    height: 120px;
    display: table-cell;
    vertical-align: middle;
    width: 388px;
}
/* ----add-team--member--- */
.whitesection {
    /* border-radius: 5px;
    background-color: var(--theme-color);
    border: 1px solid var(--theme-br);
    padding: 30px; */
}
.add-member {
    padding-bottom: 50px;
}
.chat-wall .form-control:focus,
.chat-wall .form-control {
    background: transparent;
    border-color: transparent;
    color: #fff;
    box-shadow: unset;
}
.theme-btn-white {
    border-radius: 10px;
    color: #fff;
    font-size: 1rem;
    background: var(--blue-gradient);
    font-weight: 600;
    line-height: 1.250rem;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--theme-br);
}
.theme-btn-white:hover {
    color: var(--white-color);
    background: var(--grey-color);
}
.theme-btn-danger {
    border-radius: 10px;
    background: var(--danger-color);
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.250rem;
    padding: 15px 30px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid var(--danger-color);
}
.theme-btn-danger:hover {
    color: var(--white-color);
    background: var(--danger-color1);
}
.confirm-del .modal-content {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-white);
    padding: 20px;
    color: var(--grey-color);
}
.confirm-del .modal-header,
.confirm-del .modal-footer {
    border: 0px;
}
.confirm-del .modal-body {
    padding: 16px 0px;
}
.confirm-del .modal-header {
    padding: 0px;
}
.confirm-del .modal-footer {
    padding: 0px;
    justify-content: flex-start;
}
.appoint-wall {
    height: 100%;
}
.dash-drop .dropdown-menu.show li {
    display: block !important;
}
.tab-box .dropdown-menu {
    min-width: 22rem !important;
}
.folder-wall {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    backdrop-filter: blur(15px);
    padding: 20px 15px 20px;
    cursor: pointer;
    max-width: 100% !important;
    height: 100%;
}
.promt-wall {
    border-radius: 5px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    backdrop-filter: blur(15px);
    padding: 15px;
    cursor: pointer;
    max-width: 100% !important;
    height: 100% !important;
}
.folder-wall .dash-drop {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}
.folder-wall .dash-drop .btn {
    background: transparent !important;
}
.folder-wall .dropdown-menu.show {
    border-radius: 5px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    color: var(--black-color);
    padding: 0px;
}
.folder-wall .dash-drop li a {
    color: var(--black-color);
    text-decoration: none;
    font-size: 14px;
}
.modal .folder-wall .appoint-inner a {
    display: block;
    margin: auto;
}
/*.confirm-del .btn-close{*/
/*    background: none;*/
/*}  */
/* Pratul CSS End */
/* Anamika CSS Starts */
a.quicklinks-wrapper {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-bg);
    padding: 20px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    color: var(--black-color);
    text-decoration: none;
    justify-content: center;
    font-size: 30px;
}
a.quicklinks-wrapper .title {
    font-size: 14px;
    margin-top: 15px;
    color: var(--black-color);
    text-align: center;
}
a.quicklinks-wrapper:hover {
    color: var(--black-color);
}
@media(min-width:768px) {
    .h-equal {
        height: 100%;
    }
}
.dashboard-line {
    color: var(--theme-br);
    opacity: 1;
}
.table-cart {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    backdrop-filter: blur(15px);
    padding: 20px;
    color: #fff;
}
a.show-all {
    color: #323232;
    text-decoration: none;
    font-size: 14px;
    margin-top: 15px;
    display: inline-block;
}
.table-bordered>:not(caption)>*>* {
    border: 0px;
}
@media(min-width:768px) {
    .table-cart {
        height: 100%;
    }
}
.grabiris-dashboard-box {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    padding: 20px;
    height: 120px !important;
}
.grabiris-dashboard-box .value {
    color: var(--black-color);
    font-size: 1.250rem;
    line-height: 1.250rem;
    font-weight: 600;
}
.grabiris-dashboard-box .value-title {
    color: var(--black-color);
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.250rem;
    text-align: center;
}
.grabiris-dashboard-box i {
    /*padding: 10px;*/
    /*border: 1px solid var(--theme-br);*/
    /*background: var(--theme-color);*/
    /*border-radius: 5px;*/
    font-size: 30px;
    color: #0B161C;
    margin-right: 15px;
}
input[type="date"] {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    /* backdrop-filter: blur(15px); */
    color: var(--primary-color);
    padding: 10px;
}
::-webkit-calendar-picker-indicator{
    font-size: 20px;
    color: var(--primary-color);
    cursor: pointer;
    background-size: 20px;
}
/* ::-webkit-calendar-picker-indicator {
    filter: invert(1);
} */
input[type="date"]:focus-visible {
    border: 0px;
}
/* Sarfaraz Css Starts */
/* Profile Dropdown */
.switch-business {
    background: var(--body-bg) !important;
    padding: 10px;
    padding: 10px 10px 10px 20px;
    color: var(--white-color);
    border: 1px solid var(--theme-br);
}
ul.switch-business {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul.switch-business li.profile {
    flex: 1;
}
ul.switch-business>li {
    list-style: none;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}
@media (min-width:768px) {
    ul.switch-business {
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        min-width: 150px;
        max-height: 265px;
    }
    ul.switch-business>li {
        padding-left: 20px;
        padding-right: 20px;
    }
}
ul.switch-business>li:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translatey(-50%);
    width: 1px;
    height: 25px;
    background: var(--secondary-color2);
}
ul.switch-business>li:first-child:before {
    display: none;
}
ul.switch-business>li:last-child {
    border: none;
    padding-right: 0px;
}
ul.switch-business>li:first-child {
    border: none;
    padding-left: 0px;
}
.switch-business .profile .dropdown-menu.show {
    width: 16.5rem;
    max-height: unset;
}
.switch-business .profile ul.prot-drop-list {
    max-height: 260px;
    overflow-y: scroll;
    padding-left: 0;
}
.switch-business .profile ul.prot-drop-list li {
    list-style: none;
}
.workspace-name {
    height: 52px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    padding: 0px 15px 0px 20px;
    font-size: 0.875rem;
    color: var(--blsck-color) !important;
    display: flex !important;
    align-items: center !important;
    box-shadow: 0px solid var(--white-color) !important;
    outline: 0px auto -webkit-focus-ring-color !important;
    outline: 0px solid var(--white-color) !important;
}
.label-title {
    background-color: transparent;
}
.confirm-del .aspect-square {
    width: 100%;
    background: transparent;
    min-width: 140px;
    min-height: 140px;
    max-width: 140px;
    max-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 2px solid var(--theme-br);
}
.confirm-del .aspect-square img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.confirm-del .aspect-square input {
    display: none;
}
/* ----ChatBG DropDown---- */
.chatBG-item {
    min-width: 60px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.chatBG-item .chatBG-header {
    width: 60px;
    height: 40px;
    background: rgb(39 33 93 / 60%);
    background-clip: padding-box;
    border: solid 1px var(--theme-br);
    border-radius: 0 0 40px 40px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    transform: scale(1);
    transition: all ease-out 200ms;
}
.chatBG-item.dropbg .chatBG-header {
    transform: scale(3);
    opacity: 0;
    z-index: -1;
}
.chatBG-item .chatBG-header::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -1px;
    border-radius: inherit;
    background: var(--blue-gradient1);
}
.chatBG-item .chatBG-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) scale(0);
    opacity: 0;
    display: flex;
    padding: 15px 30px;
    border-radius: 0px 0px 100px 100px;
    border: 2px solid var(--blue-gradient);
    background: var(--theme-bg2);
    backdrop-filter: blur(15px);
    z-index: -1;
    transition: all ease-out 300ms;
    z-index: 1;
    border-top: 0;
}
.chatBG-item.dropbg .chatBG-content {
    left: 50%;
    transform: translateX(-50%) scale(1);
    opacity: 1;
    z-index: 1;
}
.back-item {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
}
@media (min-width:768px) {
    .back-item {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        margin-right: 10px;
    }
}
.back-item:hover {
    box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
    animation: UpDown 5s ease infinite;
}
@keyframes UpDown {
    100%,
    0% {
        transform: translateY(0px);
    }
    35% {
        transform: translateY(-5px);
    }
    75% {
        transform: translateY(5px);
    }
}
.scale-down {
    transform: scale(.2);
}
.new-folder-modal .modal-content {
    border-radius: 10px;
    border: 1px solid var(--theme-br);
    background: var(--theme-white);
    color: var(--black-color);
}
.new-folder-heading {
    font-size: 18px;
    margin-bottom: 5px;
    text-align: center;
}
.new-folder-para {
    font-size: 14px;
    color: var(--grey-color);
}
.new-folder-modal form label {
    font-size: 14px;
    margin-bottom: 10px;
}
.profile img {
    height: 26px;
    width: 26px;
    min-width: 26px;
    /* border-radius: 100%; */
    /* border: 1px solid var(--theme-br); */
    padding: 1px;
}
.mt70 {
    margin-top: 50px;
}
@media(min-width:768px) {
    .nav-link.vaTabs {
        padding: 10px 20px;
        min-height: 50px;
    }
    .ai-employee-tabs {
        display: flex;
        align-items: center;
        justify-content: end;
    }
    .mt70 {
        margin-top: 70px;
    }
}
[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 10px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 13px;
    height: 13px;
    border: 1px solid var(--text-primary);
    border-radius: 100%;
    background: #fff;
}
.playButton {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    border: 1px solid var(--theme-br);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 8px;
}
.playButton i {
    -webkit-text-fill-color: transparent;
    background: var(--theme-gradient);
    background-clip: text;
}
.btn.btn-primary.pg-popup-link {
    margin-top: 10px;
}
/* css by raj 1 april */
.cursor-pointer {
    cursor: pointer;
}
.row-gap {
    row-gap: 20px !important;
}
@media only screen and (max-width : 575px) {
    .row-gap {
        row-gap: 20px !important;
    }
}
.row-gap-2 {
    row-gap: 20px !important;
}
@media only screen and (max-width : 575px) {
    .row-gap-2 {
        row-gap: 10px !important;
    }
}
.folder-wall .appoint-inner img {
    width: 100px;
}
.border {
    border-color: var(--theme-br) !important;
}
ol,
ul {
    padding-left: 1rem;
}
.white-wrapper2,.whitesection {
    border-radius: 10px;
    background: var(--theme-white);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.04);
    padding: 20px 20px !important;
    border: 1px solid var(--theme-br);
}
@media only screen and(max-width : 575px) {
    .white-wrapper2,.whitesection {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}
.table>:not(:last-child)>:last-child>* {
    border-bottom-color: var(--theme-br);
}
.btn-close {
    /*filter: invert(1);*/
}
.text-dark {
    color: #050A19 !important;
}
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--theme-br) !important;
}
.modal-footer {
    border-color: var(--theme-br);
}
/* dashboard page css */
.agents-army-card {
    border-radius: 5px;
    background-image: url('../images/agent-army-bg.png');
    background-size: cover;
    padding: 30px 20px;
    position: relative;
}
.agents-army-card .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 5px;
}
.agents-army-card .description {
    color: #050A19;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
    max-width: 400px;
}
@media only screen and (max-width : 575px) {
    .agents-army-card .description {
        margin-bottom: 15px;
    }
}
@media(min-width:768px) {
    .agents-army-card::after {
        content: url('../images/agent-army-dashboard.png');
        position: absolute;
        right: 0px;
        bottom: 0px;
    }
}
/* dashboard page css */
/* dashboard page icon-box css */
.icons-box-wrapper {
    background-color: var(--theme-color);
    padding: 15px 20px;
    border-radius: 5px;
    border: 1px solid var(--theme-br-light);
    height: 100%;
    transition: 0.5s;
}
@media(max-width:575px) {
    .icons-box-wrapper {
        padding: 10px;
    }
}
.icons-box-wrapper .title {
    color: var(--theme-br-light);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.icons-box-wrapper .content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: 0.5s;
}
.icons-box-wrapper .content i {
    font-size: 24px;
    color: var(--theme-text-color);
}
.icons-box-wrapper .content span {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.icons-box-wrapper.style-2 {
    border-radius: 5px;
    padding: 15px;
}
.icons-box-wrapper.style-2 .content i {
    font-size: 18px;
}
.icons-box-wrapper.style-2 .content span {
    color: var(--theme-text-color);
}
/* dashboard page icon-box css */
/* features-box-wrapper css*/
.features-box-wrapper {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--theme-br);
    height: 100%;
}
.features-box-wrapper.style-2 {
    height: 100%;
}
.features-box-wrapper.style-2 .section-head i {
    color: #FF9D00;
}
.features-box-wrapper .section-head {
    padding: 20px;
    background: var(--theme-bg);
}
.features-box-wrapper .section-head .title {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--white-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    justify-content: center;
}
.features-box-wrapper .section-head .description {
    color: var(--grey-color);
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0;
}
.features-box-wrapper .features-box-content {
    padding: 20px;
    padding-top: 0;
    background: var(--theme-bg);
}
.icons-box-wrapper.style-2 {
    padding: 25px;
    background: transparent;
    z-index: 1;
    border: 0;
    position: relative;
}
.icons-box-wrapper-parent {
    border-radius: 5px;
    border: double 2px var(--theme-br);
    background: linear-gradient(#fff, #fff);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: 0.5s;
}
.icons-box-wrapper-parent:hover {
    background: linear-gradient(#fff, #fff);
}
.icons-box-wrapper.style-2:hover .content {
    transform: scale(1.1);
}
.icons-box-wrapper.style-2 .content {
    flex-direction: column;
}
.icons-box-wrapper .content i {
    font-size: 34px;
}
.icons-box-wrapper.style-2 .content span {
    text-wrap: nowrap;
}
/* features-box-wrapper css*/
/* image-box-wrapper */
.image-box-wrapper {
    padding: 20px;
    text-align: center;
    background-color: var(--body-bg);
    border-radius: 10px;
    border: 1px solid #FF9D00;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.image-box-wrapper:hover {
    transform: scale(1.02);
}
.image-box-wrapper:hover .appoint-btn {
    opacity: 1;
}
.image-box-wrapper .appoint-btn {
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}
.image-box-wrapper .appoint-btn .appoint-link {
    height: 100%;
    width: 100%;
    opacity: 0;
}
.image-box-wrapper.premium {
    border: 1px solid #AB54EB;
}
.image-box-wrapper.pro {
    border: 1px solid var(--theme-br2);
}
.image-box-wrapper.premium .badge,
.image-box-wrapper.pro .badge {
    border-radius: 5px;
    font-size: 10px;
    color: var(--theme-white);
    padding: 5px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
}
.image-box-wrapper.premium .badge i,
.image-box-wrapper.pro .badge i {
    font-size: 12px;
}
.image-box-wrapper.premium .badge {
    background: #AB54EB;
}
.image-box-wrapper.pro .badge {
    background: var(--theme-br2);
}
.image-box-wrapper .media {
    min-width: 100px;
    max-width: 100px;
    min-height: 100px;
    min-height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}
.image-box-wrapper .media img {
    object-fit: cover;
}
.image-box-wrapper .content .title {
    color: var(--white-color);
    /* font-weight: 600;*/
    margin-bottom: 5px;
    font-size: 16px;
}
.image-box-wrapper .content .description {
    font-size: 12px;
    color: var(--grey-color);
    margin: 0;
}
.image-box-wrapper .meta {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    top: 20px;
    width: calc(100% - 40px);
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}
.image-box-wrapper .meta a:first-child i {
    font-size: 20px;
    color: #FF9D00;
}
/* image-box-wrapper */
/* select css */
select {
    width: 100%;
    background: var(--theme-color);
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    padding: 13px 20px;
    color: var(--white-color);
    outline: 0;
}
/* select css */
/* modal css */
.modal-content {
    background-color: var(--theme-white);
    border-color: var(--theme-br) !important;
    border-radius: 15px;
}
.modal-header {
    border-bottom: 1px solid var(--theme-br);
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none;
}
.modal-title {
    color: var(--white-color);
}
/* modal css */
.profile-img {
    position: relative;
    /* overflow: hidden; */
    border-radius: 50%;
    padding: 0;
    height: 120px;
    width: 120px;
    margin: 0 auto;
    padding: 0;
    border: 1px solid var(--theme-br);
}
.enjoyhint_next_btn,
.enjoyhint_skip_btn {
    height: unset !important;
    border-radius: 5px !important;
    border: 0 !important;
    background: var(--blue-gradient) !important;
    transition: 0.5s !important;
}
.enjoyhint_next_btn:hover,
.enjoyhint_skip_btn:hover {
    background: var(--primary-hover) !important;
}
/* bootstrap select css */
.bootstrap-select .dropdown-menu{
    min-width: unset !important;
    width: 100% !important;
}
.bootstrap-select>.dropdown-toggle {
    background: var(--body-bg) !important;
    color: var(--white-color) !important;
    gap: 0 !important;
    border-radius: 8px;
}
.bootstrap-select.form-control {
    outline: 0;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select .dropdown-toggle:focus-visible {
    outline: 0 !important;
}
.btn-light:active:focus {
    box-shadow: none;
}
.bootstrap-select>.dropdown-toggle {
    border: 1px solid var(--theme-br) !important;
}
/* .bootstrap-select>.dropdown-toggle.show {
    border-color : var(--theme-br2) !important;
} */
.bootstrap-select>.dropdown-menu {
    background-color: var(--theme-white) !important;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
    border-color: transparent;
}
.bootstrap-select .dropdown-menu .dropdown-item {
    font-size: 14px !important;
    color: var(--grey-color);
}
.bootstrap-select .dropdown-menu .dropdown-item:hover {
    color: var(--white-color);
    background-color: var(--theme-color);
}
.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
    background: var(--theme-gradient) !important;
    color: var(--theme-white) !important;
}
.bootstrap-select .no-results {
    background: transparent;
}
/* bootstrap select css */
/* bootstrap button css */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--primary);
}
/* bootstrap button css */
/* datatable css */
.dataTables_paginate .page-item.disabled {
    cursor: not-allowed;
}
.dataTables_paginate .page-item.disabled .page-link {
    background-color: var(--theme-color);
}
.page-link:focus {
    box-shadow: none;
    outline: none;
}
.dataTables_paginate .page-item .page-link {
    background-color: var(--theme-white);
    color: var(--grey-color);
    border-color: var(--theme-br);
}
.page-item .page-link,
.page-item.active .page-link {
    border-color: var(--theme-br) !important;
}
.dataTables_wrapper .dataTables_length .bootstrap-select {
    width: 80px !important;
    margin: 0 5px;
}
.table>:not(caption)>*>* {
    border-bottom: 1px solid transparent !important;
}
table.dataTable {
    min-width: 1024px !important;
    overflow-x: scroll;
}
/* datatable css */
/* browser scrolbar */
::-webkit-scrollbar {
    width: 3px;
    border-radius: 2px;
}
/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 2px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}
/* Apply styles only for Firefox */
@-moz-document url-prefix() {
    * {
        scrollbar-width: thin;
        scrollbar-color: rgba(0, 0, 0, 0.3) rgba(0, 0, 0, 0.3);
    }
}
/* browser scrolbar */
/* new 3 pages css */
.card {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--theme-color);
    background-clip: border-box;
    position: relative;
    width: 100%;
    color: var(--grey-color);
}
.image-prompt-wrapper .image-prompt .input-box {
    width: 89%;
    color: var(--grey-color) !important;
}
.image-prompt-wrapper .image-prompt .input-box .form-control {
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background-color: var(--theme-color) !important;
    border: none;
}
.image-prompt-wrapper .image-prompt .input-box .form-control:focus {
    box-shadow: none;
}
.image-prompt-wrapper .image-prompt .image-generate {
    height: 48px;
    font-size: 16px;
    text-transform: none;
    font-weight: 600;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    min-width: 170px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.grid-item {
    width: 100%;
    height: 100%;
    /*padding: 3%;*/
}
.grid-item .grid-image-wrapper {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, 0.08);
    position: relative;
}
.grid-item .grid-image-wrapper .grid-buttons,
.template-buttons .grid-buttons {
    position: absolute;
    text-align: center;
    z-index: 5;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex-direction: column; */
    flex-wrap: wrap;
    gap: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s cubic-bezier(.57, .21, .69, 3.25);
}
.template-buttons .grid-image-view {
    max-width: unset !important;
    max-height: unset !important;
}
.template-buttons .btn.btn-light,
.template-buttons .btn.btn-light:hover {
    background: #fff !important;
    background-image: none !important;
    color: var(--black-color) !important;
    padding: 8px 15px;
    display: flex;
    border-radius: 10px;
    align-items: center;
}
.template-buttons .btn.btn-outline-light,
.template-buttons .btn.btn-outline-light:hover {
    padding: 8px 15px;
    display: flex;
    border-radius: 10px;
    align-items: center;
    border: 1px solid var(--theme-white);
    color: #fff !important;
    background: transparent !important;
    background-image: none !important;
}
.grid-item .grid-image-wrapper:hover .grid-buttons,
.template-editor-wrapper:hover .grid-buttons {
    visibility: visible;
    opacity: 1;
}
.grid-item .grid-image-wrapper:hover .grid-buttons a,
.template-editor-wrapper:hover .grid-buttons a {
    transform: scale(1);
}
.grid-item .grid-image-wrapper .grid-buttons .grid-image-view,
.template-buttons .grid-image-view {
    z-index: 12;
}
.grid-item .grid-image-wrapper .grid-buttons .grid-image-view,
.template-buttons .grid-image-view {
    background-color: var(--theme-bg);
    color: var(--grey-color);
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    display: inline-block;
    border-radius: 5px;
    line-height: 20px;
    transform: scale(0.4);
    transition: all 250ms cubic-bezier(0.24, 0.22, 0.015, 1.56);
    padding: 10px;
    font-size: 16px;
}
.grid-item .grid-image-wrapper .grid-buttons .grid-image-view:hover,
.grid-image-view:hover {
    background: var(--theme-gradient);
    color: var(--theme-white);
}
.grid-item .grid-image-wrapper .grid-image {
    display: block;
    position: relative;
    height: 100%;
}
.grid-item .grid-image-wrapper .grid-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1), opacity 0.6s ease 0.25s;
    -webkit-transition: transform 0.7s cubic-bezier(0.2, 1, 0.22, 1), opacity 0.6s ease 0.25s;
}
.grid-item .grid-image-wrapper .grid-image:hover img {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
}
.tabs-banner {
    background: var(--body-bg);
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 230px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid var(--theme-br);
}
.tabs-banner ul li {
    list-style: none;
    display: inline-block;
    /* padding: 10px 15px; */
    cursor: pointer;
    button{
        list-style:none;
        display:inline-block;
        padding:10px 15px;
        cursor:pointer;
        font-weight:500;
        border-radius:5px !important;
    }

}
.tabs-banner ul .active {
    background: var(--theme-br);
    /* border-radius: 2px; */
}
.carouselGallery-modal-imagetext {
    background: var(--theme-color);
}
/* new 3 pages css */
/*  Ai template Editor css */
.template-editor-wrapper {
    padding: 0 !important;
    overflow: hidden;
    border-radius: 10px;
    background: var(--theme-bg);
}
.template-editor-wrapper .media {
    position: relative;
}
.template-editor-wrapper:hover .template-buttons {
    opacity: 1;
}
.template-buttons {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease;
}
.template-buttons .template-buttons-inner {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.template-title {
    text-align: center;
    padding: 20px 30px;
    border-top: 1px solid var(--theme-br);
    background: var(--theme-color);
}
/*  Ai template Editor css */
/* pnotify alert css */
.ui-pnotify-container {
    min-height: 16px !important;
    right: -406px !important;
    top: 25px !important;
    padding: 15px 20px 15px 25px !important;
    overflow: hidden !important;
    max-width: 302px !important;
    width: 100% !important;
    border-radius: 10px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    background-color: var(--theme-bg) !important;
    border-color: var(--theme-br) !important;
    box-shadow: 0px 30px 108px 12px rgb(80 52 255 / 8%) !important;
    z-index: 9999999 !important;
}
.ui-pnotify-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: left !important;
    margin-bottom: 2px !important;
}
.ui-pnotify-text {
    font-size: 12px !important;
    font-weight: 400 !important;
    text-align: left !important;
    color: #7D809D !important;
}
.alert-primary {
    color: var(--blue-gradient) !important;
}
.alert-success {
    color: #36B133 !important;
}
.alert-success {
    color: #36B133 !important;
}
.alert-danger {
    color: #ff5d5d !important;
}
.alert-warning {
    color: #FF9D00 !important;
}
.alert-info {
    color: #cff4fc !important;
}
/* pnotify alert css */
/* FAQ accordions*/
.accordion.w-100 .accordion-item {
    margin-bottom: 30px;
}
.accordion.w-100 .accordion-item:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
    .accordion.w-100 .accordion-item {
        margin-bottom: 15px;
    }
}
.accordion.w-100 .accordion-button:not(.collapsed)+.accordion-collapse .faq-wrapper {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: 1px solid var(--theme-br);
}
.accordion.w-100 .accordion-button:not(.collapsed) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.accordion-button {
    font-size: 14px;
    font-weight: 400 !important;
}
/* FAQ accordions*/
/* Bootstrap checkbox css */
.form-check-input:not(:checked) {
    background-color: var(--theme-white);
    border-color: var(--theme-br);
}
.form-check-input {
    background-color: var(--theme-br2);
    border-color: var(--theme-br2);
}
.form-check-input:focus {
    outline: 0;
    box-shadow: none;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.bs-searchbox .form-control,
.bs-searchbox .form-control:focus {
    line-height: unset;
    background: var(--theme-color) !important;
}
.form-control {
    font-size: 14px;
}
/* Bootstrap checkbox css */
/* enjoy hint walkthorugh css */
.enjoy_hint_label {
    font-size: 16px !important;
    font-family: 'Inter', sans-serif !important;
}
/* enjoy hint walkthorugh css */
/* edit buttons css */
.shadow.btn-xs.sharp {
    width: 30px;
    height: 30px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid transparent;
    padding: 0 !important;
}
/* edit buttons css */
/* trash icons for modals */
.model-icon {
    font-size: 50px;
    color: #ff5858;
}
/* trash icons for modals */
/* sweetalert css */
.swal2-popup {
    background: var(--theme-color) !important;
}
.swal2-title,
.swal2-content {
    color: var(--white-color) !important;
}
/* sweetalert css */
/* image-prompt-wrapper code tag css */
.image-prompt-wrapper+code {
    color: var(--grey-color) !important;
    position: relative;
    display: inline-flex !important;
    justify-content: end;
    align-items: center;
    gap: 5px;
}
.image-prompt-wrapper+code::before {
    content: "\e0b7";
    position: relative;
    color: var(--theme-br2);
    font: normal normal normal 12px / 1 FontAwesome;
}
/* image-prompt-wrapper code tag css */
/* css by raj 1 april */
/* css by raj 1 april */
/* dashboard-chart css */
.apexcharts-tooltip.apexcharts-theme-light {
    border: 1px solid var(--theme-br) !important;
    background: rgba(255, 255, 255, 0.96) !important;
}
.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
    background: transparent !important;
    border-bottom: 1px solid var(--theme-br) !important;
    font-family: 'Inter' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
}
.apexcharts-tooltip * {
    font-family: 'Inter' !important;
    font-size: 14px !important;
}
.apexcharts-xaxistooltip {
    background: var(--theme-color) !important;
    color: var(--theme-text-color) !important;
    border: 1px solid var(--theme-br) !important;
}
.apexcharts-xaxistooltip:before {
    border-bottom-color: var(--theme-br) !important;
}
.apexcharts-xaxistooltip .apexcharts-xaxistooltip-text {
    font-family: 'Inter' !important;
    font-size: 14px !important;
}
/* dashboard-chart css */
/* nav tabs */
.nav-tabs {
    border: 0;
    border-radius: 0.5rem;
    background-color: var(--theme-bg);
    padding: 0;
}
.nav-tabs .nav-item .nav-link {
    border: 0;
    border-radius: 0.5rem;
    margin: 0;
    color: var(--theme-text-color);
    padding: 0.5rem 1.125rem;
    font-weight: 500;
}
.nav-tabs .nav-item .nav-link.active {
    background: var(--theme-gradient);
    color: #fff;
}
.nav-tabs.style-2 {
    background-color: transparent;
    border: 1px solid var(--theme-br);
    padding: 0;
    overflow: hidden;
}
.nav-tabs.style-2 .nav-item .nav-link.active {
    background: var(--theme-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-tabs.style-2 li a {
    border-radius: 0em !important;
    background: var(--theme-color);
    position: relative;
    overflow: hidden;
}
.nav-tabs.style-2 .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0%;
    background: var(--theme-gradient);
    transition: 0.5s ease;
}
.nav-tabs.style-2 .nav-item .nav-link.active::after {
    width: 100%;
}
.nav-tabs.style-2 li:first-child a {
    border-top-left-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
}
.nav-tabs.style-2 li:last-child a {
    border-top-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}
/* nav tabs */
/*buttons styling*/
.btn,
.create-btn a,
.theme-btn-white,
.theme-btn-blue,
a.base-btn,
.base-btn,
a.base-btn:focus,
.base-btn:focus,
.theme-btn-blue2,
.theme-btn-blue2:focus {
    display: inline-flex;
    gap: 8px;
    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 8px !important;
    line-height: 20px;
    border: 0;
    transition: 0.5s;
    outline: 0;
    color: var(--text-dark);
    transition: all 0.4s ease-in-out;
    background: transparent;
    background-size: 300% 100%;
    font-size: 14px;
}
.btn.btn-danger,.cancelbtn,a.base-btn.cancelbtn{
    background: #dc3545 !important;
    color: var(--text-white);
}
.btn.btn-danger:hover,.cancelbtn:hover,a.base-btn.cancelbtn:hover{
    background: #cc2a3a !important;
}
.btn.btn-primary,
.create-btn a,
.theme-btn-white,
.theme-btn-blue {
    color: var(--text-white) !important;
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color);
}
.create-btn a:hover,
.theme-btn-white:hover,
.theme-btn-blue:hover,
.blue-btn-outline:hover,
a.blue-btn-outline:hover,
.theme-btn-blue2:hover {
    /* background-position: 100% 0% */
    background: var(--primary-hover) !important;
}
/* .btn.dropdown-toggle:hover{
    background: transparent !important;
} */
.btn.btn-outline-bg-white {
    position: relative;
}
.btn.btn-outline-bg-white::before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 4px;
    background-color: var(--theme-white);
    z-index: 0;
    transition: 200ms;
}
.btn.btn-outline-bg-white::after {
    content: attr(data);
    background: var(--theme-gradient);
    -webkit-background-clip: text;
    color: transparent;
    transition: 200ms;
    z-index: 1;
    position: relative;
}
.btn.btn-outline-bg-white:hover::before {
    opacity: 0;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.btn.btn-outline-bg-white:hover::after {
    color: var(--theme-white);
}
@media only screen and (max-width:575px) {
    .btn,
    .create-btn a,
    .theme-btn-white,
    .theme-btn-blue {
        padding: 8px 14px !important;
    }
}
.btn.btn-warning {
    background-color: #FF9D00 !important;
}
.btn.btn-warning:hover {
    background-color: #ce7f00 !important;
    color: #fff !important;
}
.btn.btn-theme-color {
    color: var(--theme-text-color) !important;
    background: var(--theme-color) !important;
    background-image: none !important;
    border: 1px solid var(--theme-br);
}
/*buttons styling*/
/*sidebar-upgrade-box*/
.sidebar-upgrade-box {
    width: 200px;
    height: auto;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 50px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 5px;
    position: relative;
    transition: 5s;
    opacity: 1;
    row-gap: 10px !important;
}
.sidebar:not(.sidebar-show) .sidebar-upgrade-box {
    opacity: 0;
    transition: 0s;
    height: 0;
}
.sidebar-upgrade-box::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 75%;
    width: 100%;
    background: var(--theme-gradient-light);
    border-radius: inherit;
    z-index: -1;
}
@media (max-width : 1400px) {
    .sidebar-upgrade-box {
        flex-direction: unset;
        padding: 5px 25px;
        gap: 10px;
    }
    .sidebar-upgrade-box img {
        max-width: 60px;
    }
    .sidebar-upgrade-box .content p {
        margin-bottom: 5px;
    }
    .sidebar-upgrade-box .content .btn {
        padding: 8px 12px;
        font-size: 12px;
    }
    .sidebar-upgrade-box::after {
        height: 100%;
    }
}
@media (max-width : 991px) {
    .sidebar-upgrade-box {
        margin-bottom: 70px;
    }
}
/*sidebar-upgrade-box*/
/* tabs styling */
.tabs-banner ul .active {
    color: var(--theme-white) !important;
    background: var(--theme-gradient) !important;
}
/* tabs styling */
/* sidebar styling */
.sidebar .mCSB_draggerContainer {
    display: none;
}
.sidebar {
    border-right: 1px dashed var(--theme-br);
}
/* sidebar styling */
/* progress-bar styling*/
.progress.progress{
    background: var(--theme-color) !important;
}
.progress-bar {
    background-image: var(--theme-color) !important;
}
/* progress-bar styling*/
/*datatable styling*/
div.dataTables_wrapper div.dataTables_info {
    color: var(--white-color) !important;
}
div.dt-buttons>.dt-button:first-child,
div.dt-buttons>div.dt-button-split .dt-button:first-child,
div.dt-buttons>.dt-button:first-child:hover,
div.dt-buttons>div.dt-button-split .dt-button:first-child:hover {
    background: var(--theme-gradient) !important;
    border: 0 !important;
}
table tbody td {
    background: var(--theme-white) !important;
}
/*datatable styling*/
/*settings page styling*/
.setting-box .bg {
    background: var(--theme-gradient) !important;
}
.setting-box {
    color: var(--theme-text-color) !important;
}
.setting-box:hover h5,
.setting-box:hover .setting-icon {
    color: var(--theme-white) !important;
}
/*settings page styling*/
/*integration-pill*/
.integration-pills li .active {
    background: var(--theme-gradient) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    font-weight: 600 !important;
}
/*integration-pill*/
/*tutorial page styling*/
.headings,
.turtorials-content {
    background: var(--theme-white) !important;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.09) !important;
}
.turtorials-heading .headings button {
    color: var(--theme-text-color) !important;
}
.turtorials-heading .headings button.active {
    background: var(--theme-gradient) !important;
    color: var(--theme-white) !important;
}
/*tutorial page styling*/
/* form-check-input styling -- checkbox*/
.form-check-input {
    width: 1.3em !important;
    height: 1.3em !important;
}
.form-check-input:checked {
    background-color: var(--primary) !important;
    ;
    border-color: var(--primary) !important;
}
/* label {
    margin-bottom: 5px;
} */
/* form-check-input styling -- checkbox*/
/*page-builder page styling*/
.date-selection-group {
    display: flex;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    min-width: 250px;
    align-items: center;
    position: relative;
}
.date-selection-group input {
    background-color: transparent !important;
    border: 0;
    padding-left: 40px;
}
.date-selection-group i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: var(--theme-text-color);
}
.date-selection-group .from-date {
    left: 15px;
}
.date-selection-group .to-date {
    left: 55%;
}
.bootstrap-select>.dropdown-toggle {
    color: var(--theme-text-color) !important; 
}
.bootstrap-select>.dropdown-toggle{
    &.dropup{
        &::after{
            content: "\f106";
        }
    }
    &::after {
        content: "\f107";
        font-weight: 900;
        font-family: "Font Awesome 6 Free";
        color: var(--theme-text-color);
        position: relative;
        margin: 0;
        border: 0;
    }
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0 !important;
}
.keyword-search {
    display: flex;
    align-items: center;
}
.keyword-search #search_box {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    align-self: stretch;
}
.keyword-search #total_filter {
    align-self: stretch;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-color: transparent;
}
.page-builder-table thead tr th {
    background: var(--theme-color) !important;
}
/*page-builder page styling*/
/*Voiceover page styling*/
#tts_voice_list {
    padding: 10px;
    border: 1px solid var(--theme-br);
    border-radius: 5px;
}
.voiceover-has-img label {
    padding: 3px 0 !important;
    margin: 0;
    display: flex !important;
    align-items: center;
    gap: 10px;
    position: relative !important;
}
.voiceover-has-img input+label::before,
.voiceover-has-img input+label::after {
    display: none;
}
.voiceover-has-img #voiceover_image {
    border: 3px solid transparent;
    border-radius: 50%;
    transition: all 0.6s ease;
}
.voiceover-has-img input:checked+label #voiceover_image {
    border: 3px solid var(--primary);
}
/*Voiceover page styling*/
/* css by raj 29 april */
/* Sidarth Css Code 06-06-2024 */
.form-card {
    padding: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    row-gap: 2rem;
    border: 1px solid #D383F9;
    border-radius: 10px;
}
.form-card label {
    display: flex;
    flex-direction: column;
    row-gap: 10px !important;
    text-align: center;
}
.form-card label img {
    width: 60px;
    margin: auto;
}
.purple-box {
    border-color: #D383F9;
}
.purple-box .btn {
    background: #F7E8FE !important;
}
.sky-box {
    border-color: #37BBF9;
}
.sky-box .btn {
    background: #E1F5FE !important;
}
.blue-box {
    border-color: #746DFF;
}
.blue-box .btn {
    background: #EAE9FF !important;
}
.keyword-box .form-group {
    display: flex;
    width: 100%;
}
#cke_generate-textarea {
    border-radius: 10px;
    overflow: hidden;
}
/*    #voiceover_image img{*/
/*        border: 3px solid transparent;*/
/*        border-radius: 50%;*/
/*        transition: 0.5s;*/
/*    }*/
/*.radio-toggle input[type='radio']:checked  ~ label #voiceover_image img{*/
/*    border-color: var(--primary)!important;*/
/*}    */
.radio-toggle [type="radio"]:checked,
.radio-toggle [type="radio"]:not(:checked) {
    left: 0 !important;
    opacity: 0;
}
.reportboxes {
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    padding: 20px;
    font-size: 16px;
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: start;
}
.reportboxes i {
    font-size: 2rem;
    color: var(--primary);
}
.chart-radio [type="radio"]:checked+label:before,
.chart-radio [type="radio"]:not(:checked)+label:before {
    display: none !important;
}
.funnel-url-field {
    display: flex;
}
.funnel-url-field input {
    padding: 0 10px !important;
    border-radius: 0 5px 5px 0;
    padding
}
.funnel-url-field span {
    background: var(--theme-br);
    height: 100%;
    display: block;
    padding: 10px 15px;
    border-radius: 5px 0 0 5px;
}
.chart-toogle-btn label {
    font-size: 16px;
    font-weight: 400;
    color: #000 !important;
    margin: 0 !important;
    padding-left: 20px !important;
    background: var(--theme-gradient-light) !important;
}
.chart-toogle-btn [type="radio"]:checked+label {
    background: var(--theme-gradient) !important;
    color: var(--theme-white) !important;
    border: none !important;
}
.chart-toogle-btn label::before {
    display: none !important;
}
.chart-toogle-btn input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
}
.dashboard-chart #subchart {
    /*padding: 20px;*/
    /*background: rgba(255,255,255, 0.05);*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);*/
}
.dashboard-chart #subchart svg {
    height: 290px;
}
/* Sidarth Css Code 06-06-2024 */
/* Raj Css Code 30-09-2024 */
/* social all pages css */
input:focus-visible {
    outline: 0;
    border-color: var(--theme-br);
}
.customsgroup {
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    display: inline-flex;
    width: auto;
    flex-wrap: nowrap;
}
.imsite-search input[type="text"],
input[type="password"] {
    border: 0;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 40px;
    border: 1px solid var(--theme-br);
    padding: 0 14px;
    width: 100%;
}
.input-group input{
    border: 0 !important;
}
.customsgroup .input-group-btn {
    align-self: stretch;
}
.customsgroup .input-group-btn .btn {
    background: transparent !important;
    color: var(--theme-text-color) !important;
    height: 100%;
}
.list-options li a.filter-btn,
.allcheck,
.lockicon {
    border-radius: 5px;
    height: 40px;
    color: #969cad;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    padding: 10px 11px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 18px;
}
@media (min-width: 992px) {
    .list-options li {
        margin-right: 8px;
    }
}
a.listdisabled {
    pointer-events: none;
    cursor: default;
}
a.listdisabled,
a.listdisabled:hover,
a.listdisabled:focus {
    border-radius: 5px;
    height: 40px;
    color: #dee2ed;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 2px 0px rgba(22, 24, 37, 0.5);
    padding: 10px 11px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 18px;
}
.cursor {
    cursor: pointer;
}
.daterangepicker .applyBtn {
    background: var(--btn-gradient) !important;
    background-size: 300% 100%;
    transition: all 0.6s ease-in-out;
}
table.table-bordered1 thead .sortingicon:after {
    font-family: 'Font Awesome 6 Free';
    color: #969cad;
    margin-left: 7px;
    cursor: pointer;
    font-size: 13px;
}
table.table-bordered1 thead .sortingicon:after {
    content: "\f0dc";
}
.imsite-form input[type="text"],
.imsite-form input[type="email"],
.imsite-form input[type="password"],
.imsite-form input[type="number"],
.imsite-form input[type="file"] {
    padding: 10px 14px;
    font-weight: 400;
    background: #ffffff;
    color: #0d1432;
    border-radius: 3px;
    box-shadow: 0px 0px 0px 0px rgba(22, 24, 37, 0.5);
    border-width: 1px;
    border-color: rgb(217, 220, 231);
    border-style: solid;
    height: 40px;
}
@media (max-width: 767px) {
    .paginationbox input {
        width: 80px;
    }
}
@media (max-width: 767px) {
    .table>:not(caption)>*>* {
        white-space: nowrap;
    }
}
/*----wizard css-----*/
.wizard {
    margin: 0px auto;
    background: transparent;
}
.wizard .nav-tabs {
    position: relative;
    margin: 10px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
    border: 0;
    background: transparent;
}
.wizard>div.wizard-inner {
    position: relative;
}
.connecting-line {
    height: 1px;
    background: #dee2ed;
    position: absolute;
    width: 72%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 62px;
    z-index: 1;
}
.social-connecting-line {
    background: #84d279;
    /* Old browsers */
    background: -moz-linear-gradient(left, #84d279 0%, #84d279 50%, #dee2ed 52%, #dee2ed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #84d279 0%, #84d279 50%, #dee2ed 52%, #dee2ed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #84d279 0%, #84d279 50%, #dee2ed 52%, #dee2ed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84d279', endColorstr='#dee2ed', GradientType=1);
    /* IE6-9 */
}
.wizard .nav-tabs>li.active>a,
.wizard .nav-tabs>li.active>a:hover,
.wizard .nav-tabs>li.active>a:focus {
    color: #555555;
    cursor: pointer;
    border: 0;
    border-bottom-color: transparent;
}
span.round-tab {
    width: 90px;
    height: 90px;
    line-height: 90px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #dee2ed;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 35px;
    padding: 25px 0;
}
.green-disable span.round-tab {
    background: #84d279;
    border: 1px solid #84d279;
}
.green-disable span.round-tab i {
    color: #fff;
}
span.round-tab i {
    color: #969cad;
}
.wizard li.active span.round-tab {
    background: #ffffff;
    border: 1px solid var(--primary);
}
.wizard li.active span.round-tab i {
    color: #969cad;
}
.wizard .nav-tabs>li {
    width: 33.33%;
}
.wizard .nav-tabs>li .campaign-select {
    color: var(--theme-black);
}
.wizard .nav-tabs>li a:hover {
    background: transparent;
}
.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}
.wizard h3 {
    margin-top: 0;
}
@media(max-width: 585px) {
    .wizard .nav-tabs>li a {
        width: 90px;
        height: 70px;
        margin: 20px auto 5px;
        border-radius: 100%;
        padding: 0;
    }
    .wizard {
        width: 90%;
        height: auto !important;
    }
    span.round-tab {
        font-size: 20px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        padding: 13px 0;
    }
    .wizard .nav-tabs>li a {
        width: 50px !important;
        height: 50px !important;
    }
    .connecting-line {
        height: 1px;
        background: #dee2ed;
        position: absolute;
        width: 72%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 47px;
        z-index: 1;
    }
    .wiz-circle {
        height: 31px !important;
        width: 63px !important;
        top: -8px !important;
    }
    .wizard .nav-tabs>li a {
        margin-bottom: 10px !important;
    }
}
.social-connecting-line {
    background: #84d279;
    /* Old browsers */
    background: -moz-linear-gradient(left, #84d279 0%, #84d279 50%, #dee2ed 52%, #dee2ed 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #84d279 0%, #84d279 50%, #dee2ed 52%, #dee2ed 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #84d279 0%, #84d279 50%, #dee2ed 52%, #dee2ed 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84d279', endColorstr='#dee2ed', GradientType=1);
    /* IE6-9 */
}
.review-connecting-line {
    background: #84d279;
}
a.campaign-select:hover,
a.campaign-select:focus {
    color: var(--primary);
}
.campaignlist {
    max-height: 200px;
}
.wizard-inner li>a {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}
.wizard-inner li.disabled a {
    cursor: not-allowed;
}
.wiz-circle {
    background: transparent;
    display: inline-block;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    border: 8px solid var(--primary);
    border-bottom: 0;
    height: 56px;
    width: 115%;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
}
.wizard .nav-tabs>li a {
    width: 90px;
    height: 70px;
    margin: 20px auto 30px;
    border-radius: 100%;
    padding: 0;
}
.wiz-circle.success {
    border: 8px solid #28b232;
    border-bottom: 0;
}
/*----wizard css end-----*/
/*vertical tabs*/
.tabs-left,
.tabs-right {
    border-bottom: none;
    padding-top: 0px;
}
.tabs-left {
    border-right: 0px solid #ddd;
}
.tabs-right {
    border-left: 0px solid #ddd;
}
.tabs-left>li,
.tabs-right>li {
    float: none;
    margin-bottom: 0px;
}
.tabs-left>li {
    margin-right: -1px;
}
.tabs-right>li {
    margin-left: -1px;
}
.tabs-left>li.active>a,
.tabs-left>li.active>a:hover,
.tabs-left>li.active>a:focus {
    border-bottom-color: transparent;
    border-right-color: transparent;
    color: #17202c;
}
.tabs-right>li.active>a,
.tabs-right>li.active>a:hover,
.tabs-right>li.active>a:focus {
    border-bottom: 0px solid #ddd;
    border-left-color: transparent;
}
.tabs-left>li>a {
    border-radius: 0;
    margin-right: 0;
    display: block;
    padding: 15px;
}
.tabs-right>li>a {
    border-radius: 0;
    margin-right: 0;
}
.tssvertical-tab .nav-tabs>li {
    display: block;
}
.tssvertical-tab .nav-tabs>li>a {
    background-color: transparent;
    color: var(--theme-black);
}
.tssvertical-tab .nav-tabs>li.active>a,
.tssvertical-tab .nav-tabs>li.active>a:focus,
.tssvertical-tab .nav-tabs>li.active>a:hover {
    border: 0;
    background-color: #ffffff;
}
.tssvertical-tab .nav-tabs>li.active>a .ps-icon-facebook,
.tssvertical-tab .nav-tabs>li>a:hover .ps-icon-facebook {
    background: #3b5998;
    color: #fff;
}
.tssvertical-tab .nav-tabs>li.active>a .ps-icon-pinterest,
.tssvertical-tab .nav-tabs>li>a:hover .ps-icon-pinterest {
    background: #BD081C;
    color: #fff;
}
.tssvertical-tab .nav-tabs>li.active>a .ps-icon-linkedin,
.tssvertical-tab .nav-tabs>li>a:hover .ps-icon-linkedin {
    background: #0077B5;
    color: #fff;
}
.tssvertical-tab .nav-tabs>li.active>a .ps-icon-twitter,
.tssvertical-tab .nav-tabs>li>a:hover .ps-icon-twitter {
    background: #1DA1F2;
    color: #fff;
}
.tssvertical-tab .nav-tabs>li.active>a .ps-icon-instagram,
.tssvertical-tab .nav-tabs>li>a:hover .ps-icon-instagram {
    background: #E4405F;
    color: #fff;
}
.tssvertical-tab .nav-tabs>li.active>a .ps-icon-tumblr,
.tssvertical-tab .nav-tabs>li>a:hover .ps-icon-tumblr {
    background: #36465D;
    color: #fff;
}
.tssvertical-tab .nav-tabs>li.active>a .ps-icon-reddit,
.tssvertical-tab .nav-tabs>li>a:hover .ps-icon-reddit {
    background: #FF4500;
    color: #fff;
}
.tssvertical-tab .nav-tabs>li.active>a .ps-icon-blogger,
.tssvertical-tab .nav-tabs>li>a:hover .ps-icon-blogger {
    background: #FF5722;
    color: #fff;
}
.tssvertical-tab .nav-tabs>li.active>a .ps-icon-medium,
.tssvertical-tab .nav-tabs>li>a:hover .ps-icon-medium {
    background: #1C1B1A;
    color: #fff;
}
.nav-tabs>li>a,
.nav-tabs>li>a:hover {
    border-color: transparent;
    border: 1px;
}
.int-tabs>li>a,
.int-tabs>li>a:hover {
    border: 0px !important;
}
.ps-tab-icons {
    height: 30px;
    width: 30px;
    background: #fff;
    color: #8192a8;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    padding: 8px 0;
    font-size: 14px;
    margin-right: 10px;
    border: 1px solid #c6dce3;
}
.tssvertical-tab .tab-content {
    padding: 30px 0;
}
.tssvertical-tab .tab-content .checkbox-custom-label {
    display: block
}
.ps-mleft {
    margin-left: 15px;
}
ul.selmedia {
    padding-left: 0;
    list-style: none;
    display: inline-block;
}
.selmedia li {
    display: inline-block;
    margin-top: 10px;
}
.fmediablock .sicon {
    display: block;
}
.fmediablock .icon-cross {
    display: none;
}
.selmedia li a i {
    list-style: none;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    border: solid 1px #c9dee5;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}
.fb-color {
    color: #3b5998;
}
.pin-color {
    color: #BD081C;
}
.lin-color {
    color: #0077B5;
}
.tw-color {
    color: #1DA1F2;
}
.bloggercolor {
    color: #FF5722;
}
.mediumcolor {
    color: #1C1B1A;
}
.fmediablock:hover .icon-cross {
    display: block;
    color: #8192a8;
}
.fmediablock:hover .sicon {
    display: none;
}
@media(min-width:240px) {
    .mediabox {
        padding: 0px 20px 30px;
    }
    .mt-smnext {
        margin-top: 30px;
    }
}
@media(min-width:768px) {
    .mediabox {
        padding: 0px 20px 30px;
    }
    .mt-smnext {
        margin-top: 200px;
    }
}
@media(min-width:992px) {
    .mediabox {
        padding: 0px 30px 30px 50px;
    }
    .mt-smnext {
        margin-top: 235px;
    }
}
a.clickhere {
    color: #337ab7;
}
/*vertical tabs*/
.redditcircle-parent{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}
.redditcircle-parent .redditcircle {
    color: #ff5d00 !important;
    font-size: 30px;
}
.fbbox {
    border: 1px solid #e2e2e4;
    background: #fff;
    padding: 15px !important;
    min-height: 375px;
    border-radius: 5px;
}
.twitgrey {
    color: #8899a6;
}
.reddittext, a.reddittext {
    color: #0370d0;
    text-decoration: none;
}
@media (min-width:240px){	
    .story-form .form-control-feedback {
        top: 10;
        right: 10;
        color:#8192a8;
        position: absolute;
        font-size: 20px;
    }
}
@media (min-width:768px){	
    .cal-padding0{padding:0px;}
    .story-form .form-control-feedback {
        top: 10;
        right: 10;
        color:#8192a8;
    }
}
.cgateshow{ 
    position: relative;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
    color: var(--theme-white);
}
/* social all pages css */
/* ai generation css */
.library-tabs {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 5px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}
.library-tabs.style-2 {
    width: fit-content !important;
    flex-grow: 1 !important;
}
.library-tabs.style-2  a#media{
    padding: 0;
}
.library-tabs.style-2 button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: 0.3s;
    width: 100% !important;
    row-gap: 8px;
    font-weight: 400;
    color: var(--grey-color);
    padding: 10px 10px;
}
.library-tabs.style-2 button.active,
.library-tabs.style-2 button:hover {
    box-shadow: rgba(0, 0, 0, 0.02) 0px -23px 25px 0px inset,
                rgba(0, 0, 0, 0.02) 0px -36px 30px 0px inset,
                rgba(0, 0, 0, 0.02) 0px -79px 40px 0px inset,
                rgba(0, 0, 0, 0.02) 0px 2px 1px,
                rgba(0, 0, 0, 0.02) 0px 4px 2px,
                rgba(0, 0, 0, 0.02) 0px 8px 4px,
                rgba(0, 0, 0, 0.02) 0px 16px 8px,
                rgba(0, 0, 0, 0.02) 0px 32px 16px;
}
.library-tabs.style-2 button i {
    font-size: 1.5rem;
}
.library-tabs button {
    border: 0 !important;
    outline: 0 !important;
    color: var(--white-color);
    text-transform: capitalize;
    font-weight: 600;
}
.library-content .tab-pane {
    transform: translateX(-20px);
    opacity: 0;
    transition: 0.5s;
    position: relative;
    z-index: 10;
}
body{
    --comman-tool-height: 520px;
}
.library-content.style-2 {
    height: var(--comman-tool-height);
    /* min-height: 100%; */
    overflow-x: hidden;
    overflow-y: scroll;
}
.library-content .tab-pane.active.show {
    transform: translateX(0) scale(1);
    opacity: 1;
}
.library-content.style-2 {
    background: white;
    border-radius: 0;
    border: 1px solid var(--theme-br);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width : 992px){
    body{
        overflow-y: auto !important;
    }
    .artist-container{
        padding: 0;
    }
    .library-content.style-2 {
        border-right: 1px solid var(--theme-br) !important;
        border: 0;
    }
    .library-content.style-2,
    .genrate-content-side {
        overflow: auto !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        box-shadow: none !important;
    }
    .library-content.style-2::-webkit-scrollbar,
    .genrate-content-side::-webkit-scrollbar {
        display: none !important;
    }
    .artist-container > .row {
        margin: 0;
        overflow: hidden;
        border-radius: 15px;
        border: 1px solid var(--theme-br);
    }
    .artist-container > .row  > *{
        padding: 0 !important;
    }
    .genrate-content-side{
        padding: 20px !important;
        padding-top: 0px !important;
    }
    .genrate-content-side#gcs-2{
        padding-top: 20px !important;
    }
    .genrate-content-side > .row{
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
    .comman-ai-box form{
        margin: 0 !important;
    }
}
.library-tabs {
    height: 100%;
    flex-wrap: nowrap;
    overflow-y: scroll;
    scrollbar-width: none;    
    -ms-overflow-style: none;
}
.library-tabs::-webkit-scrollbar {
    display: none;            
}
@media (max-width: 767px) {
    .library-tabs.style-2 {
        flex-wrap: wrap !important;
    }
}
.comman-ai-box {
    padding: 20px;
}
.comman-ai-box .nav-tabs{
    background: transparent;
}
.comman-ai-box ul {
    margin: 0;
}
.comman-ai-box .prompt-box textarea {
    height: 150px;
    border-radius: 5px;
    resize: none;
    margin-top: 4px;
}
.comman-ai-box form{
    display: flex;
    flex-direction: column;
    row-gap: 20px !important;
}
.sample-box ul {
    display: flex;
    gap: 5px;
}
.sample-box ul li {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.image-dimension-box ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.image-dimension-box ul li {
    position: relative;
    width: 100%;
}
.image-dimension-box ul li label {
    width: 100%;
    height: 100px;
    border: 1px solid var(--theme-br);
    border-radius: 10px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    color: var(--white-color);
}
.image-dimension-box ul p {
    margin: 4px 0;
}
.image-dimension-box ul span {
    font-size: 13px;
    color: var(--grey-color);
}
.image-dimension-box .image{
    background: url('../images/dimension-pattern.png');
} 
.sample-box ul li.active {
    border-color: var(--primary-color);
}
.image-dimension-box .select-dimension {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important;
}
.image-dimension-box .select-dimension:checked+label {
    border-color: var(--primary-color);
}
.custom-file-upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    margin: 0 !important;
}
.custom-upload-2 .custom-file-upload {
    border: 2px dashed var(--theme-br);
}
.custom-upload-2{
    margin: 0!important;
}
.file-select-control::file-selector-button {
    background: transparent !important;
    border: 1px solid var(--theme-color2);
    border-radius: 5px;
    color: var(--grey-color);
    padding: 5px 21px;
}
.file-select-control {
    color: var(--grey-color);
}
.custom-file-upload {
    width: 100%;
    border-radius: 10px;
    display: flex !important;
    flex-direction: column;
    row-gap: 7px;
    position: relative;
    align-items: center;
    justify-content: center;
    background: var(--theme-bg);
    padding: 30px 50px;
    color: var(--white-color);
    font-weight: 600;
}
.custom-file-upload i {
    /* font-size: 2rem;
    color: var(--primary-color); */
    font-size: 60px;
    color: #8A8A8A;
    margin-bottom: 20px;
}
 .line-breaker {
    position: relative;
    text-align: center;
    width: 80px;
    margin: auto;
    /* margin-bottom: 10px; */
}
.line-breaker::before,
.line-breaker::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 0.2px;
    left: 60px;
    width: 100px;
    background: var(--theme-br);
}
.line-breaker::after {
    left: auto;
    right: 60px;
}
p {
    margin-bottom: 10px;
}
.custom-range {
    border: 0;
    outline: 0;
    height: 2px;
}
.seeds-box .custom-rang {
    border: 0;
    outline: 0;
    height: 2px;
}
.seeds-box .custom-number {
    width: 120px;
    border-radius: 5px;
    height: 30px;
}
.seeds-box button {
    border: 0;
    background: var(--theme-bg);
    width: 40px;
    border-radius: 10px;
    font-size: 14px;
    margin-left: 4px;
}
.editing-tool-list .nav-link{
    border: 0;
    display: block;
    box-shadow: none;
    color: var(--grey-color);
    outline: none;
}
.editing-tool-list .icons-box{
    border: 1px solid var(--theme-br);
    padding: 5px 10px;
    border-radius: 5px;
    background: var(--theme-white);
    cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 10px !important;
}
.editing-tool-list .icons-box i{
    font-size: 1.5rem;
    color: var(--primary-color);
}
.editing-tool-list ul {
    padding: 0;
    list-style: none;
    display: flex;
    /* flex-direction: column; */
    row-gap: 10px !important;
    text-align: center;
}
.image-list-content-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    border-radius: 5px;
}
#innerTab li a {
    width: 100%;
    font-size: 12px;
}
.sample-box.style-2 ul li {
    width: fit-content;
    padding: 4px;
    font-size: 12px;
    min-width: 50px;
}
.video-gen-link {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px !important;
}
.video-gen-link button{
    border: 1px solid var(--grey-color)!important;
    outline: none!important;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
}
.video-gen-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
}
.main-deep-btn{
    position: relative;
}
.deepfake-btn{
    color: #000;
    background: var(--theme-bg);
    cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important;
}
.main-deep-btn input{
    position: absolute;
    cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.main-deep-btn input:checked + .deepfake-btn{
    background: var(--primary-color);
    color: #fff;
}
.library-tabs.style-1 button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding: 15px 10px;
    row-gap: 6px;
    position: relative;
    font-size: 14px;
    overflow: hidden;
    color: var(--grey-color);
    font-weight: 400;
}
.library-tabs.style-1 button *{
    position: relative;
    z-index: 2;
}
.library-tabs.style-1 button i{
    font-size: 1.5rem;
}
.library-tabs.style-1 button::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: 0.4s;
    z-index: -1;
}
.library-tabs.style-1 button.active::before{
    bottom: auto;
    height: 100%;
    top: 0;
    background: var(--primary-color);
}
.library-tabs.style-1 button.active{
    background: transparent!important;
    color: var(--theme-color);
}
.icons-box-wrapper.style-1 .content-icons{
    border-radius: 10px;
    font-size: 30px;
    color: var(--primary-color);
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
}
.icons-box-wrapper.style-1 .icons-top {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    width: 70px;
    z-index: 0;
}
.icons-box-wrapper.style-1 h3{
    color: var(--white-color);
    font-size: 28px;
    font-weight: 700;
    line-height: 42px; /* 150% */
}
.icons-box-wrapper.style-1.left{
    display: flex;
    color: var(--white-color);
    align-items: center;
    justify-content: start;
    gap: 15px;
    padding: 20px;
    flex-direction: row;
}
.icons-box-wrapper.style-1.left i{
    font-size: 30px;
    color: var(--grey-color);   
}
.icons-box-wrapper.style-1.left .icons-top{
    width: 60px;
}
.icons-box-wrapper.style-1.left .content-icons{
    top: 0;
}
.upgrade-box{
    width: 100%;
    height: 100%;
    min-height: 350px;
    background: url('../images/upgrade-bg2.png');
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid var(--theme-br);
}
@media (max-width: 575px) {
    .upgrade-box{
        min-height: 100%;
        padding: 30px;
        background: white;
    }
}
@keyframes upToDown {
    49% {
      transform: translateX(100%) scale(1); 
    }
    50% {
      opacity: 0;
      transform: translateX(-100%) scale(0.7); }
    51% {
      opacity: 1;
     } 
}
.upgrade-box.style-2{
    min-height: auto;
    background: url('../images/upgrade-bg.png');
    background-size: cover;   
    padding: 20px;
    min-height: 150px;
}
.icons-box-wrapper:hover .content-icons i{
    animation: upToDown 0.5s forwards;
}
.icons-box-wrapper.style-1.left:hover * {
    color: var(--primary-color);
}
.appoint-wall.style-2 .media{
    height: 100%;
    background: #fff;
    /* max-height: 150px;
    min-height: 150px; */
}
.appoint-wall.style-2 .media img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
}
.appoint-wall.style-2 .grid-image-view{
    width: 30px;
    height: 30px;
    min-width: auto;
    min-height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.appoint-wall.style-2 .grid-image-view:hover{
    color: var(--theme-color);
} 
.genrate-content-side{
    height: var(--comman-tool-height);
    background: white;
    padding: 20px;
    border-radius: 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    /* display: flex;
    align-items: center;
    justify-content: center; */
    overflow-y: scroll;
    height: 100%;
}
.icons-box-wrapper.style-1 {
transition: 0.4s;
cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.icons-box-wrapper.style-1 h3{
    margin: 0;
}
.icons-box-wrapper.style-1:hover{
    box-shadow: var(--rgba-primary-3) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
@media (min-width: 991px) {
    /* .testboard:hover .icons-box-wrapper:not(:hover) {
        filter: blur(0.8px);
    } */
}
.headings button.active{
    color: var(--theme-color)!important;
}
.library-result{
    height: 250px;
    margin-bottom: 24px;
    position: relative;
    background: white;
    padding: 10px;
    display: flex;
    color: #fff;
    align-items: center;
    margin: 0!important;
    justify-content: center;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}
.library-result img{
    /* height: 200px; */
    border-radius: 5px;
    object-fit: contain;
}
.library-result .overlay span{
    line-height: 0;
}
.library-result .overlay a:hover i,
.library-result .overlay a:hover span{
    color: #fff;
}
.sender-text .row .col{
    line-height: 0;
}
.tools-navbar {
    width: 100%;
    background: white;
    padding: 20px 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.tools-navbar .library-tabs{
    padding: 0;
    box-shadow: none;
}
.genrate-content-side{
    height: var(--comman-tool-height)!important;
}
.image-dimension-box ul li:nth-child(2) label .image{
    aspect-ratio: 2 / 3 !important;    
}
.image-dimension-box ul li:nth-child(3) label .image{
    aspect-ratio: 4 / 2 !important;    
}
.tooltip-icon {
    color: var(--grey-color);
}
.tooltip-icon::after{
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    border: 15px solid var(--grey-color);
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    opacity: 0;
    transform: translateY(10px);
    visibility: hidden;
    transition: 0.2s;
}
.tooltip-icon .custom-tooltip{
    position: absolute;
    bottom: 30px;
    left: -50px;
    width: 250px;
    font-size: 12px;
    line-height: 1.2rem;
    background: white;
    padding: 5px 10px;
    border-radius: 3px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 30;
    color: var(--white-color);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    transition: 0.2s;
}
.tooltip-icon:hover .custom-tooltip,
.tooltip-icon:hover::after{
visibility: visible;
opacity: 1;
transform: translateY(0);
}

/* info-tooltip */
.info-tooltip {
    cursor: pointer;
    opacity: 0.6;
}

.tooltip {
    z-index: 999999 !important;
}

.tooltip.show {
    opacity: 1 !important;
}

.custom-tooltip {
    pointer-events: none;
}

.custom-tooltip.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--primary-color);
}

.custom-tooltip.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--primary-color);
}

.custom-tooltip.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.custom-tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--primary-color);
}

.custom-tooltip .tooltip-inner {
    background: var(--primary-color);
    border-radius: 10px;
    color: var(--text-white);
    border: 2px solid transparent;
    font-size: 12px;
    padding: 2px 8px;
}

.custom-tooltip.more-width .tooltip-inner {
    max-width: 350px;
}

/* info-tooltip */


.modal {
    z-index: 100000;
}
.modal.viewImg .modal-body img {
    height: 400px;
    object-fit: contain;
}
.modal.viewImg .modal-content{
    position: static;
    pointer-events: none;
}
.modal.viewImg .modal-dialog,
.modal.viewImg .modal-content{
    background: transparent;
    max-width: 100%!important;
    border: 0;
}
.modal.viewImg .btn-close{
    width: 25px;
    height: 25px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 100000000;
}
@media (max-width: 991px) {
    .genrate-content-side{
        margin: 20px 0 ;
    }
    .artist-container .row{
        margin: 0;
    }
    .artist-container  .tools-navbar{
        width: 20%;
    }
    .tools-navbar .library-tabs{
        width: 100%!important;
    }
    .artist-container .row .col-8{
        width: 80%;
    }
    .footer-design {
        /* position: static; */
    }
    .genrate-content-side{
        height: auto;
    }
}
@media (max-width: 1280px) {
    .top-nav ul{
        /* width: 500px; */
    }
    .header-width{
        min-width: auto!important;
    }
    .artist-container{
        overflow-y: scroll;        
    }
    .artist-container::-webkit-scrollbar{
        display: none;
    }
}
@media (max-width: 767px){
   .artist-container{
       padding: 0;
   }
    .artist-container  .tools-navbar{
        width: 100%;
    }
    .artist-container .row .col-8{
        width: 100%;
        padding: 0px;
    }
    .tools-navbar{
        margin-bottom: 20px;
        height: auto!important;
    }
    .library-tabs.style-2{
        flex-direction: row;
        gap: 20px;
        align-items: center;
        justify-content: center;
    }
}
@media (min-width: 1580px ) {
    body{
        --comman-tool-height: 630px;
    }
    .artist-container{
        max-height: calc(80vh - 60px);
    }
    .tools-navbar,
    .library-content.style-2{
        min-height: auto;
        height: var(--comman-tool-height); 
    }
}
@media (max-width: 1480px) {
    .artist-container{
        height: auto;
        max-height: 100%;
    }
    .tools-navbar,
    .library-content.style-2{
        min-height: auto;
        height: var(--comman-tool-height);
    }
    .tools-navbar{
        overflow-y: scroll;
    }
    .tools-navbar::-webkit-scrollbar{
        display: none;
    }   
    .library-tabs.style-2 button{
        row-gap: 2px;
    }
    .genrate-content-side{
        height: var(--comman-tool-height)!important;
    }
}
@media (min-width: 1880px) {
    body{
        --comman-tool-height: 750px;
    }
}
.editing-tool-list .nav-tabs{
    border-bottom: 0;
}
.library-content.style-2  hr{
    margin: 4px 0;
}
.disabled-overlay-inside{
    position: relative;
}
.disabled-overlay{
    pointer-events: none;
}
.disabled-overlay-inside::before{
    content: 'Comming Soon';
    font-weight: 600;
    color: var(--white-color);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffffd2;
    border-radius: 5px;
    height: 100%;
    width: 100%;
    /* border: 1px solid var(--theme-br); */
}
.default-content-image{
        min-height: 450px !important;
}
img.mfp-img{
    max-height: 500px!important;
}
.video-side{
    background: var(--theme-bg);
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    min-height: 250px;
    max-height: 300px;
}
.video-side video{
    width: 100%;
    height: 100%;
}
.svg-cursor-parent{
    cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } </style></defs><path d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important;
}
.svg-cursor-parent a,
.svg-cursor-parent button,
.svg-cursor-parent .tab-design .nav-link,
.svg-cursor-parent .appoint-wall{
    cursor: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg id="Capa_1" data-name="Capa 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 26"><defs><style> .cls-1 { fill: %23fff; } .cls-2 { fill: %231479ff; } </style></defs><path class="cls-2" d="m19.97,18.59c-2.37-3.39-6.77-7.54-9.91-10.33.42-1.69-.17-3.64-1.44-4.83C6.33,1.14,3.96,2.67,2.1.55c-.25-.34-.85-.25-1.1.17C-.61,3.68-.19,7.66,1.59,9.7c1.1,1.27,2.79,2.03,4.49,1.86,2.2,3.56,5.76,8.55,8.72,11.43,1.69,1.61,3.05,2.46,4.23,2.63,1.69.25,2.96-.85,2.96-2.46,0-1.19-.68-2.71-2.03-4.57ZM2.69,8.85c-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08-1.78,1.44-4.06.42-5.08-.68Zm4.83,2.37c.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12Zm11.77,13.04c-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92,0,.76-.51,1.27-1.27,1.1Z"/><path class="cls-1" d="m20.56,23.16c0,.76-.51,1.27-1.27,1.1-2.88-.42-7.96-7.37-9.57-9.82l2.71-2.2c2.12,2.03,8.13,7.96,8.13,10.92Z"/><path class="cls-1" d="m11.41,11.31l-2.46,2.03c-.59-.93-1.1-1.61-1.44-2.12.76-.34,1.52-.85,1.95-1.61.42.42,1.1,1.02,1.95,1.69Z"/><path class="cls-1" d="m7.77,9.53c-1.78,1.44-4.06.42-5.08-.68-1.19-1.35-1.69-4.23-.85-6.61,2.12,1.61,4.15.59,5.84,2.2,1.35,1.35,1.61,3.81.08,5.08Z"/></svg>'),auto!important;
}
/* ai generation css */
/* top header nav css */
.top-nav ul{
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: center;
    align-items: center;
    margin: 0;
    color: var(--white-color);
    position: relative;
    z-index: 1000;
    column-gap: 5px;
}
.top-nav ul li.active a{
    background: var(--primary);
    color: var(--theme-white);
}
.top-nav ul li a{
    flex-direction: column;
    background: transparent;
    color: var(--white-color);
    padding: 10px 20px!important;
    border-radius: 8px;
    font-weight: 500;
    display: flex;
    align-items:center;
    justify-content: center;
    transition: 0.2s;
    border: 1px solid var(--theme-br) !important;
}
.top-nav ul li a:hover{
    color: var(--theme-white);
    background: var(--primary);
    border-color: transparent;
}
/* top header nav css */
/* AI Code Generator */
/* Copy Button Styling */
.btn-outline-custom {
    background: transparent !important;
    color:var(--grey-color) !important;
    border-radius: 5px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid var(--theme-br);
}
.codeOutput{
    border: 1px solid var(--theme-br);
    background: var(--body-bg);
    max-height: 450px;
    overflow: hidden;
    overflow-y: auto;
    resize: none;
    text-align: left;
}
/* .codeOutput:placeholder-shown{
} */
@media (max-width : 575px){
    .codeOutput{
        max-height: 300px !important;
    }
}


.title-label{
    font-size: 16px;
    font-weight: 600;
    color: var(--text-dark);
}
.title-line {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.875rem;
    color: var(--primary-color) !important;
}
.link-text{
    color: var(--theme-text-color);
    font-size: 14px;
    font-weight: 400;
    transition: all 0.3s ease;
    &:hover{
        color: var(--text-dark);
    }
}

.title-line{
    display: flex;
    align-items: center;
    gap: 5px;
}
.title-line i {
    font-size: 24px;
    cursor: pointer;
    color: var(--grey-color);
}
/* AI Code Generator */
/* dashboar card css */
.dashboard-card {
    height: 100%;
    /* border: 1px solid var(--theme-br); */
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--body-bg);
    /* display: flex;
    align-items: center;
    gap: 20px;*/
    padding: 20px;
    position: relative;
    cursor: pointer;
    box-shadow: 0px 0px 230px 0px rgba(0, 0, 0, 0.1);
    &.dashboard-card-style-2{
        height: 100%;
        max-height: 180px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        cursor: pointer;
        transition: 0.3s;
        padding: 0;
        border: 1px solid rgba(50, 94, 238, 0.10);
        .media-img{
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.3s;
            img{
                width: 100%;
                height: 101%;
                object-fit: cover;
            }
            video{
                width: 100%;
                height: 100%;
                object-fit: cover;
                object-position: top;
            }
        }
        .card-label{
            &.effect-btn{
                position: absolute;
                left: 15px;
                bottom: 15px;
                padding: 10px 15px;
                border-radius: 8px;
                line-height: 18px;
                border: 2px solid var(--primary-color);
                color: var(--primary-color);
                margin: 0;
                transition: all 0.3s;
                &:hover{
                    background-color: var(--primary-color);
                    color: var(--text-white);
                }
            }
        }
        &:hover{
            .media-img{
                transform: scale(1.1) rotate(4deg);
            }
        }
        @media only screen and (min-width: 1600px) {
            max-height: 205px;
        }
    }
}
.dashboard-card .media-icon {
    max-width: 25%;
}
.dashboard-card .title {
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 5px;
    transition: 0.4s;
    color: var(--theme-black) !important;
}
.dashboard-card-parent{
    height: 100%;
    display: block;
}
.dashboard-card-parent:hover .title {
    color: var(--primary) !important;
}
.dashboard-card .description {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--grey-color);
}
/* dashboar card css */
/* login pages css */
.login-form{
    margin-top: 30px;
}
.signbtn, .signbtn:focus {
    display: inline-block !important;
    background: #1869D8 !important;
    border-radius: 6px !important;
    text-align: center !important;
    padding: 10px 25px !important;
    color: var(--theme-white) !important;
    margin: auto !important;
    border: 0 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    width: 100% !important;
    cursor: pointer !important;
}
.login-body{
    background-position: center !important;
    background-attachment: fixed;
}

.login-form .sub-heading,
.auth-section .sub-heading {
    color: var(--theme-text-color) !important;
}

.auth-section{
    max-width: 450px !important; 
    min-width: 400px !important; 
    margin: 0 auto !important;
    margin-top: 30px !important;
    padding: 20px !important;
    background: #F4F8FF;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid var(--theme-br);
}
.heading {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000;
}

.sub-heading {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
}
.label-items{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    i{
        color: var(--primary-color);
    }
    .form-label{
        color: var(--theme-text-color);
        margin-bottom: 0;
    }
}
.auth-section .sub-heading-border {
    position: relative;
    padding-bottom: 35px;
    display: inline-block;
}

.auth-section .sub-heading-border::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--rgba-primary-3);
}
/* login page css */
.login-body {
    height: 100vh;
    .auth-wrapper,
    .container-fluid{
        height: 100%;
    }
}
.theme-logo {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
    img{
        width: 100%;
    }
}
@media only screen and (max-width : 767px){
    .login-body{
        height: unset !important;
        min-height: 100vh !important;
        background-size: 250% 100% !important;
        background-position: left !important;
    }
    .auth-wrapper{
        padding: 20px 0 !important;
    }
}
.form-img img{
    display: none !important;
}
/* login pages css */
/* button css */
.red-btn,
a.red-btn,
.red-btn:focus,
a.red-btn:focus {
    color: var(--theme-white) !important;
    background-color: var(--primary-color3) !important;
    border-color: var(--primary-color3) !important;
}
.red-btn:hover,
a.red-btn:hover {
    color: var(--theme-white) !important;
    background-color: var(--primary-color4) !important;
    border-color: var(--primary-color4) !important;
}
/* button css */
/* Raj Css Code 30-09-2024 */
/* Tushar Css Code 25-07-2025 */
/* Theme Tab Wrapper Strat*/
.theme-tab-wrapper{
    position: relative;
    .tab-content.templates-wrapper{
        overflow-y: auto;
        min-height: calc(100vh - 135px);
        max-height: 410px;
        padding: 15px;
        margin: -15px;
    }
}
.theme-tabs{
    gap: 20px;
    background: var(--primary-op-05);
    border-radius: 12px;
    padding: 5px 15px;
    .nav-item{
        &:first-child{
            .nav-link{
                .top-left-curve{
                    display: none;
                }
            }
        }
        &:last-child{
            .nav-link{
                .top-right-curve{
                    display: none;
                }
            }
        }
        .nav-link{
            padding: 0 !important;
            line-height: 18px;
            border-radius: 10px;
            color: var(--primary-color);
            position: relative;
            @media (min-width : 992px){
                .bg-curve{
                    content: '';
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    background: var(--body-bg);
                    width: calc(100% + 20px);
                    height: calc(100% + 10px);
                    border-radius: 15px;
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.3s;
                }
                .top-left-curve,
                .top-right-curve{
                    content: '';
                    position: absolute;
                    background: var(--body-bg);
                    opacity: 0;
                    visibility: hidden;
                    transition: 0.3s;
                    height: 20px;
                    width: 20px;
                    &::before{
                        content: '';
                        position: absolute;
                        background: var(--primary-op-05);
                        height: 100%;
                        width: 100%;
                        top: 0;
                        left: 0;
                        border-top-right-radius: 20px;
                    }
                }
                .top-left-curve{
                    top: -5px;
                    left: -10px;
                    transform: translateX(-100%);
                }
                .top-right-curve{
                    top: -5px;
                    right: -10px;
                    transform: translateX(100%);
                    &::before{
                        border-top-left-radius: 20px;
                        border-top-right-radius: 0;
                    }
                }
            }
            .content{
                display: flex;
                align-items: center;
                gap: 10px !important;
                padding: 10px 15px !important;
                border-radius: 10px !important;
                z-index: 1;
                position: relative;
            }
            &.active{
                background: transparent !important;
                .bg-curve{
                    opacity: 1;
                    visibility: visible;
                }
                .top-left-curve,
                .top-right-curve{
                    opacity: 1;
                    visibility: visible;
                }
                .content{
                    @media (min-width : 992px){
                        transform: translateY(-10px);
                    }
                    background: var(--primary-color);
                    color: var(--text-white);
                }
            }
        }
    }
}
/* Avatar Listing  */
/* avatar-listing */
label.avatar-listing,
label.avatar-listing.avatar-listing-style-2{
    display: block;
}
.avatar-listing {
    position: relative;
    border: 1px solid var(--theme-br);
    border-radius: 8px;
    /* overflow: hidden; */
    height: 400px;
    transition: all 0.4s;
    z-index: 9;
    cursor: pointer;
    background-color: #EEEFF3;
    &:hover {
        z-index: 103;
        border-color: var(--primary-color);
        /* box-shadow: 0px 0px 20px 0px rgba(108, 108, 245, 0.5); */
    }
    &.overlay-loader{
        .avatar-listing-inner{
            .top-content,
            .bottom-content{
                display: none !important;
            }
        }
    }
    .check-icon{
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        background-color: var(--primary-color) !important;
        width: 16px;
        height: 16px;
        font-size: 10px;
        color: var(--text-white);
        border-color: var(--primary-color);
        border-radius: 3px;
        z-index: 2;
        opacity: 0;
        transition: opacity 0.2s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    &.active{
        border-color: var(--primary-color);
        /* box-shadow: 0px 0px 20px 0px rgba(108, 108, 245, 0.5); */
        .check-icon{
            opacity: 1;
        }
    }
}
/* Overlay Loader */
.overlay-loader{
    position: relative;
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 1);
        backdrop-filter: blur(5px);
        border-radius: 5px;
        text-align: center;
        color: white;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
        z-index: 9;
        display: flex !important;
        gap: 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 43px 15px;
    }
    .title {
        font-size: 16px;
        margin-bottom: 0;
    }
    .subtext {
        font-size: 12px;
        opacity: var(--theme-color);
        margin-bottom: 0;
    }
    .progress {
        height: 12px;
        width: 100%;
        background: var(--theme-bg);
        font-size: 8px;
        .progress-bar{
            border-radius: 14px;
        }
    }
}
.avatar-listing {
    &:hover {
        &::after {
            opacity: 1;
        }
    }

    .avatar-listing-media {
        width: 100%;
        height: 100%;
        object-fit: contain;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: inherit;

        &.loader-img {
            height: auto !important;
            position: absolute !important;
            top: 50% !important;
            left: 50% !important;
            transform: translate(-50%, -50%) !important;
            width: 85% !important;
            object-fit: contain;
        }
        &[src$="draft.png"] {
            object-fit: cover;
            width: 100%;
            height: 100%;
        }
    }

    .avatar-listing-inner {
        padding: 10px;
        z-index: 2;
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

        .top-content {
            .dropstart {
                position: relative;

                .dropdown-toggle {
                    &::before {
                        display: none;
                    }
                }

                .workspace-dropdown-parent {
                    .workspace-dropdown {
                        width: 100%;
                        background-color: var(--body-bg);
                        bottom: 0px !important;
                        top: auto !important;
                    }
                }

                .dropdown-menu {
                    background-color: var(--body-bg);
                    max-width: 155px;
                    min-width: 155px;
                    overflow-y: auto;
                    .dropdown-item {
                        padding: 5px 0 !important;
                        background: transparent;
                        >a{
                            font-size: 14px !important;
                            padding: 5px 10px;
                            font-weight: 500;
                            display: flex;
                            align-items: center;
                            gap: 8px;
                            color: inherit;

                            &:hover,
                            &:active,
                            &:focus{
                                background: transparent !important;
                            }
                        }
                        &:hover,
                        &:active,
                        &:focus{
                            background: var(--primary-color) !important;
                            color: var(--text-white) !important;
                        }
                    }
                }
            }

            .trash-icon,
            .dropstart .dropdown-toggle {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                height: 30px;
                width: 30px;
                color: var(--text-white) !important;
                border: 1px solid var(--theme-br);
                background: var(--primary-color);
                border-radius: 5px;
                backdrop-filter: blur(20px);
                font-size: 14px;
            }

            .fa-star {
                font-size: 16px;
                color: #FFAE00;
                cursor: pointer;
            }

            .badge {
                position: relative;
                top: 0;
                left: 0;
                font-size: 12px;
                font-weight: 500;
                border-radius: 3px;
                background: #FF7118;
                padding: 4px 8px;
                color: var(--white-color);
            }

            .active-button + button {
                background: #49B447 !important;
            }

            .deactive-button + button {
                background: #FF7118 !important;
            }
        }

        .bottom-content {
            position: absolute;
            bottom: 10px;
            width: calc(100% - 20px);
            left: 50%;
            transform: translate(-50%);
            border-radius: 8px;
            overflow: hidden;
            transition: all 0.5s;
            background: var(--primary-color);
        }
    }

    .add-btn-group {
        padding: unset !important;

        .add-btn {
            position: unset;
            transform: unset;
            visibility: visible;
            opacity: 1;
        }
    }

    .add-btn-group,
    .add-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
        min-width: fit-content;
        white-space: nowrap;
        padding: 6px 10px !important;
        font-size: 12px !important;
        gap: 5px;

        &:hover {
            &:after {
                height: 40%;
                transform: translate(-5px, 10px) rotate(45deg);
            }

            &:before {
                height: 40%;
                transform: translate(5px, -10px) rotate(45deg);
            }
        }
    }

    &:hover {
        .add-btn-group,
        .add-btn {
            opacity: 1;
            visibility: visible;
        }

        .video-btn {
            opacity: 1;
            visibility: visible;
        }

        .play-badge {
            opacity: 0;
            visibility: hidden;
        }
    }

    .video-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border-radius: 100px;
        background: var(--body-bg);
        color: var(--primary-color);
        font-size: 16px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s;
    }

    .avatar-flex-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 15px;

        .sub-content {
            width: 100%;
            height: 100%;
            display: block;

            .avatar-link {
                display: block;
            }
        }

        .play-badge {
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 16px;
            border-radius: 5px;
            gap: 5px;
            color: var(--primary-color);
            transition: all 0.5s;

            .fa-youtube {
                color: #FF0000;
            }

            i {
                font-size: 16px;
                cursor: pointer;
            }
        }
    }

    &.avatar-listing-style-2 {
        height: 190px !important;
        overflow: hidden;

        &.portrait-style {
            height: 250px !important;
        }

        &:hover {
            .play-badge {
                opacity: 1;
                visibility: visible;
            }
        }
    }

    &.avatar-listing-style-3 {
        overflow: hidden;
        height: 320px !important;
    }

    &.avatar-listing-style-4 {
        overflow: hidden;
        height: 100% !important;
    }

    .avatar-link {
        font-size: 14px;
        margin-bottom: 0;
        color: var(--text-white);
        font-weight: 400;
        text-align: start;
    }

    .date {
        font-size: 11px;
        margin-bottom: 0;
        font-weight: 300;
    }

    .avatar-listing-icons {
        display: flex;
        padding: 0;
        margin: 0;
        align-items: center;
        justify-content: space-around;
        background: rgba(0, 0, 0, 0.6);
        backdrop-filter: blur(20px);
        position: relative;

        a {
            height: 48px;
            width: 38px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--theme-color);
            font-size: 16px;
            transition: 0.4s;

            &:hover {
                color: var(--primary-color) !important;
            }
        }
    }

    &.avatar-listing-style-2 {
        .dropdown-menu.overflow-visible {
            right: -30px !important;
            top: 30px !important;
        }
    }
}

@media (min-width: 1600px) {
    .avatar-listing.avatar-listing-style-2 {
        height: 230px !important;
    }
}

@media (max-width: 1400px) {
    .avatar-listing {
        height: 250px;
    }
}

@media (max-width: 575px) {
    .avatar-listing {
        height: 350px;
    }
}
.input-bg{
    background-color: var(--body-bg) !important;
    border-radius: 10px !important;
    box-shadow: 0px 0px 230px 0px rgba(0, 0, 0, 0.1);
    &:active,
    &:focus,
    &:focus-visible,
    &:focus-within{
        border-color: var(--primary-color) !important;
        background: var(--primary-op-05) !important;
    }
}
/* voice wrapper Style 2 */
.voice-wrapper-style-2{
    padding: 15px;
    background-color: var(--body-bg) !important;
    border-radius: 10px;
    box-shadow: 0px 0px 230px 0px rgba(0, 0, 0, 0.1);
    .nav-pills.nav-pills-style-2{
        background: transparent;
        border-radius: unset;
        gap: 15px;
        padding: 0;
        .nav-item .nav-link{
            border-radius: 8px;
            padding: 10px 15px;
            border: 1px solid var(--primary-color);
            &.active{
                border-color: var(--primary-color);
            }
        }
    }
    .option-bar,
    .nav-pills{
        margin-bottom: 20px;
    }
    .bootstrap-select>.dropdown-toggle{
        color: var(--text-dark) !important;
    }
    .custom-upload-2.custom-upload-2-style-1 .custom-file-upload{
        border: 0 !important;
    }
}
.voice-bx{
    display: flex;
    align-items: center;
    background: var(--theme-bg);
    border: 1px solid var(--theme-br-light);
    border-radius: 5px;
    padding: 15px;
    position: relative;
    gap: 10px;
    transition: all 0.3s ease-in-out;
    *{
        transition: all 0.3s ease-in-out;
    }
    .form-check-input{
        position: absolute;
        top: 10px;
        right: 10px;
        margin: 0;
        width: 16px;
        height: 16px;
        z-index: 1;
        display: none;
    }
    &:has(.form-check-input:checked) {
        border-color: var(--primary-color);
        box-shadow: 0px 0px 20px 0px rgba(108, 108, 245, 0.5);
        .selected-badge{
            opacity: 1;
            visibility: visible;
            pointer-events: visible;
        }
    }
    &:hover{
        border-color: var(--primary-color);
        box-shadow: 0px 0px 20px 0px rgba(108, 108, 245, 0.5);      
    }
    &.active{
        border-color: var(--primary-color);
        box-shadow: 0px 0px 20px 0px rgba(108, 108, 245, 0.5);      
        .selected-badge{
            opacity: 1;
            visibility: visible;
            pointer-events: visible;
        }
    }
    .voice-img-wrapper{
        position: relative;
        width: 35px;
        height: 35px;
        img{
            width: 100%;
            height: 100%;
            border-radius: 5px;
            object-fit: cover;
            display: none;
        }
        .play-pause-btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: var(--rgba-primary-6);
            border-radius: 5px;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            color: var(--text-white);
            cursor: pointer;
            z-index: 1;
            &.play{
                .fa-play{
                    display: none;
                }
                .fa-pause{
                    display: block;
                }
            }
            &.pause{
                .fa-play{
                    display: block;
                }
                .fa-pause{
                    display: none;
                }
            }
        }
    }
    .voice-info{
        display: flex;
        /* flex-direction: column; */
        gap: 8px;
        align-items: center;
        .name{
            font-size: 15px;
            font-weight: 600;
            color: var(--text-dark);
            margin-bottom: 0;
        }
        .voice-tags{
            display: flex;
            align-items: center;
            gap: 5px;
            .tag{
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 2px 8px;
                background: var(--theme-bg);
                border: 1px solid var(--theme-br);
                border-radius: 3px;
                font-size: 10px;
                font-weight: 500;
                color: var(--text-dark);
            }
        }
    }
    .selected-badge {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px 8px;
        background: var(--primary-color);
        border-radius: 3px;
        font-size: 10px;
        color: var(--text-white);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
}
/* voice wrapper Style 2 */
/* Audio Select  */
.audio-list-wrapper{
    padding: 15px;
    border-radius: 10px;
    background-color: var(--primary-op-05);
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;     
    -ms-overflow-style: none;  
    &::-webkit-scrollbar {     
        display: none;
    }
    &.audio-list-wrapper-style-2{
        height: 250px;
    }
}
.audio-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.audio-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    gap: 15px;
    border: 1px solid var(--theme-br-light);
    transition: all 0.3s ease;
    flex-wrap: wrap;
    &.active{
        border-color: var(--primary-color);
        box-shadow: 0px 0px 20px 0px rgba(108, 108, 245, 0.5);      
        .selected-badge{
            opacity: 1;
            visibility: visible;
            pointer-events: visible;
        }
    }
    .audio-img-bx{
        display: flex;
        align-items: center;
        gap: 15px;
        flex: 1;
    }
    img {
        width: 40px;
        height: 40px;
        border-radius: 5px;
        object-fit: cover;
    }
    .audio-title {
        color: var(--text-dark);
        font-weight: 400;
        font-size: 14px;
    }   
    .selected-badge {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px 8px;
        background: var(--primary-color);
        border-radius: 3px;
        font-size: 10px;
        font-weight: 400;
        color: var(--text-white);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }
    /* -------- duration -------- */
    .audio-time {
        font-weight: 400;
        font-size: 14px;
        line-height: 24px;
        color: var(--text-dark);
    }
    /* -------- controls -------- */
    .audio-controls {
        display: flex;
        align-items: center;
        gap: 10px;
        .control-btn {
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: transparent;
            border: none;
            color: var(--primary-color);
            font-size: 24px;
            cursor: pointer;
        }
    }
}
/* Audio Select  */
/* Custom file select Start  */
.custom-file-upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    margin: 0 !important;
}
/* custom-file-upload-style-2 */
.custom-file-upload.custom-file-upload-style-2 {
    height: 100%;
    background-color: var(--theme-bg);
    border: 1px solid var(--theme-br);
    border-radius: 5px;
    text-align: center;
    padding: 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
    row-gap: unset;
    gap: 20px;
    overflow: hidden;
    &.img_change{
        border: 0 !important;
        height: 400px;
        border-radius: 10px;
        &.img_change_height{
            height: 266px;
        }
    }
    &.no-border{
        border: 0;
        border-radius: 10px;
    }
}
.uploaded-file-name-style-2{
    font-size: 12px;
    font-weight: 400;
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-file-upload.custom-file-upload-style-2 .custom-cross {
    position: absolute;
    display: none;
    top: -4px;
    right: -4px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 16px;
    height: 16px;
    font-size: 10px;
    background: #FF4747 !important;
    border-radius: 2px;
    color: var(--text-dark);
    z-index: 99;
}
.custom-file-upload.custom-file-upload-style-2 .title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}
.custom-file-upload.custom-file-upload-style-2 p {
    color: var(--theme-text-color);
    font-weight: 300;
    font-size: 12px;
    margin-bottom: 0;
}
.custom-file-upload.custom-file-upload-style-2 .image-box {
    height: 70px;
    width: 70px;
    border-radius: 5px;
    position: relative;
    &:has(img[src$="square-upload.png"]){
        width:30px;
        height:30px;
    }
}
.custom-file-upload.custom-file-upload-style-2 .image-box img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.custom-file-upload{
    background: transparent !important;
}
.white-wrapper{
    background: transparent !important;
    border: 1px solid var(--theme-br);
    &.white-wrapper-style-2{
        background: var(--body-bg) !important;
        box-shadow: 0px 0px 230px 0px rgba(0, 0, 0, 0.10);
        border-radius: 12px;
        padding: 30px;
    }
}
.output-div{
    padding: 10px;
    background: var(--theme-bg);
    border-radius: 8px;
    width: 100%;
    border: 1px solid var(--rgba-primary-1);
}
.output-div img {
    max-width: 200px;
    margin: 0 auto;
}
/* #output {
    border-radius: 20px;
    object-fit: contain;
    max-height: 235px !important;
    object-position: center;
} */
/* custom-file-upload-style-2 */
/* Custom file select  End */
/* Animations Choose Wrapper */
.effect-bx{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    cursor: pointer;
    .effect-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-op-05);
        border-radius: 10px;
        width: 100%;
        height: 80px;
        border: 1px solid transparent;
        transition: all 0.4s ease;    
    }
    .effect-label{
        font-size: 14px;
        color: var(--text-dark);
    }
    &.active,
    &:hover{
        .effect-icon{
            border-color: var(--primary-color);
            box-shadow: 0px 0px 20px rgba(108, 108, 245, 0.5);
        }
    }
}
/* Video Preview Css  */
#videoPreview{
    height: calc(100vh - 200px);
    object-fit: contain;
    border-radius: 5px;
}
/* Video Preview Css  */
/* Dashboard > Category Group */
.section-title {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    &::before{
        content: '';
        display: inline-block;
        width: 4px;
        height: 28px;
        border-radius: 2px;
        background: var(--primary-color);
        border-radius: 5px;
        margin-right: 10px;
    }
}
.theme-card,
.category-group {
    background: var(--body-bg);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 230px 0px rgba(0, 0, 0, 0.1);
    .title-line{
        font-size: 18px !important;
        color: var(--text-dark) !important;
    }
}
.theme-card{
    position: relative;
    .add_Btn{
        position: absolute;
        bottom: 36px;
        left: 125px;
        z-index: 1;
    }
}
.subheading {
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    &::before{
        content: '';
        display: inline-block;
        width: 4px;
        height: 28px;
        border-radius: 2px;
        background: var(--primary-color);
        border-radius: 5px;
        margin-right: 10px;
    }
}
.card-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}
.card {
    background: #f4f4f6;
    border-radius: 12px;
    overflow: hidden;
    flex: 0 0 220px;
    transition: transform 0.3s ease;
    cursor: pointer;
}
.card:hover {
    transform: translateY(-5px);
}
.card img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.card-label {
    background: #fff;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    border: 1px solid var(--primary-color);
    padding: 6px 12px;
    border-radius: 8px;
    margin: 10px;
    display: inline-block;
}
.form-select{
    font-size: 14px;
    color: var(--theme-text-color);
    border: 1px solid var(--theme-br);
    font-size: 14px;
    min-height: 40px;
    min-width: 155px;
    border-radius: 8px;
}
/* Dashboard > Category Group */
/* Table Css  */
table.inserting-selected-checkbox img{
    cursor: pointer;
    width: 100px !important;
    height: 80px !important;
    border-radius: 10px;
    border: 1px solid var(--theme-br);
}
.table-responsive  > ul {
    margin: 0 !important;
}
.table-responsive{
    position: relative;
    overflow: visible;
    padding: 20px;
}
.table-responsive  > ul #inactiveicon{
    background: transparent !important;
    padding: 0 !important;
    color: var(--primary-color) !important;
    position: absolute;
    top: 68px;
    left: 104px;
    text-decoration: underline;
    z-index: 88;
    border: 0 !important;
    box-shadow: none !important;
    opacity: 0;
}
@media (max-width : 767px){
    .table-responsive  > ul #inactiveicon{
        top: 138px;
    }
}
@media (max-width : 767px){
    .table-responsive  > ul #inactiveicon{
        top: 108px;
        left: 94px;
    }
}
.table-responsive  > ul #inactiveicon::after,
.table-responsive  > ul #inactiveicon::before{
    display: none;
}
.table-responsive  > ul #inactiveicon i{
    display: none;
}
#data-table .allcheck{
    height: unset;
    box-shadow: unset !important;
}
#data-table td .d-flex.align-items-center.gap-2{
    display: inline-block !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}
.checkbox-wrapper-4{
    display: flex;
    width: fit-content;
}
.checkbox-wrapper-4 .inline-svg{
    display: none;
}
.icircle {
    height: 40px;
    width: 30px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icircle img {
    object-fit: contain;
    height: 100%;
    width: 100%;
}
/* dropdown-no-arrow */
.dropdown-no-arrow > a::after{
    display: none;
}
.dropdown-divider{
    border-color: var(--theme-br) !important;
}
/* dropdown-no-arrow */
/* badge css */
/* table .badge.badge-info{
    display: none;
} */
.badge.badge-info{
    background: transparent;
    color: #30C7F3;
    border: 1px solid currentColor;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px 7px;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
}
/* badge css */
/* Table Css  */
.checkbox-wrapper-4 * {
    box-sizing: border-box;
  }
  .checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    border-radius: 6px;
    transition: all 0.2s ease;
    display: inline-block;
  }
  .checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
  }
  .checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
    font-size: 14px;
    color: var(--white-color);
  }
  .checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid var(--theme-br);
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0,16,75,0.05);
  }
  .checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: var(--text-white);
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
  }
  .checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: var(--primary-color);
  }
  .checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: var(--primary-color);
    border-color: var(--primary-color);
    animation: wave-4 0.4s ease;
  }
  .checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
  }
  @media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
      width: 100%;
      display: inline-block;
    }
  }
  @-moz-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-webkit-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @-o-keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  @keyframes wave-4 {
    50% {
      transform: scale(0.9);
    }
  }
  .checkbox-wrapper-7 .tgl {
    display: none;
  }
  .checkbox-wrapper-7 .tgl,
  .checkbox-wrapper-7 .tgl:after,
  .checkbox-wrapper-7 .tgl:before,
  .checkbox-wrapper-7 .tgl *,
  .checkbox-wrapper-7 .tgl *:after,
  .checkbox-wrapper-7 .tgl *:before,
  .checkbox-wrapper-7 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-7 .tgl::-moz-selection,
  .checkbox-wrapper-7 .tgl:after::-moz-selection,
  .checkbox-wrapper-7 .tgl:before::-moz-selection,
  .checkbox-wrapper-7 .tgl *::-moz-selection,
  .checkbox-wrapper-7 .tgl *:after::-moz-selection,
  .checkbox-wrapper-7 .tgl *:before::-moz-selection,
  .checkbox-wrapper-7 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-7 .tgl::selection,
  .checkbox-wrapper-7 .tgl:after::selection,
  .checkbox-wrapper-7 .tgl:before::selection,
  .checkbox-wrapper-7 .tgl *::selection,
  .checkbox-wrapper-7 .tgl *:after::selection,
  .checkbox-wrapper-7 .tgl *:before::selection,
  .checkbox-wrapper-7 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 24px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn:after,
  .checkbox-wrapper-7 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-7 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-7 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn {
    background: #fbfbfb;
    border-radius: 2em;
    padding: 2px;
    transition: all 0.4s ease;
    border: 1px solid #e8eae9;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:after {
    border-radius: 2em;
    background: #49B447;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:hover:after {
    will-change: padding;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:active {
    box-shadow: inset 0 0 0 2em #e8eae9;
  }
  .checkbox-wrapper-7 .tgl-ios + .tgl-btn:active:after {
    padding-right: 0.8em;
  }
  .checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn {
    background: var(--theme-bg);
  }
  .checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn:active {
    box-shadow: none;
  }
  .checkbox-wrapper-7 .tgl-ios:checked + .tgl-btn:active:after {
    margin-left: -0.8em;
  }
  /* radio-styles radio buttons */
.radio-styles label {
    position: relative;
}
.radio-styles input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute !important;
    margin: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}
.radio-styles input[type="radio"]:hover + .btn{
    background: var(--rgba-primary-2) !important;
}
.radio-styles input[type="radio"]:checked + .btn{
    background: var(--primary-color) !important;
    color: var(--text-white) !important;
}
/* radio-styles radio buttons */
/* Select Style Wrapper */
/* Style 1 */
.select-style-wrapper {
    display: block;
    height: 205px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
    .heading {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        font-weight: 500;
        color: var(--theme-white);
        background: rgba(1, 1, 1, 0.4);
        width: 100%;
        text-align: center;
        backdrop-filter: blur(10px);
        padding: 10px;
        border-radius: 0 0 10px 10px;
    }
    /* Style 2 */
    &.select-style-wrapper-style-2 {
        /* height: 180px; */
        border-radius: 10px;
        cursor: unset;
        video{
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: top;
        }
        .btn {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: fit-content;
            max-width: calc(100% - 40px);
            white-space: nowrap;
            z-index: 1;
            opacity: 0;
            visibility: hidden;
            transition: all 0.5s;
        }
        &:hover {
            .btn {
                opacity: 1;
                visibility: visible;
            }
        }
        &::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        height: 40px;
        width: 100%;
        background: rgba(0, 0, 0, 0.4);
        backdrop-filter: blur(10px);
        transition: all 0.5s;
        }
        .heading {
        background: transparent;
        z-index: 1;
        }
        &:hover {
        &::after {
            backdrop-filter: unset;
            height: 100%;
        }
        }
    }
    .img-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        background: rgba(1, 1, 1, 0.05);
        .fa-plus {
        display: none;
        font-size: 40px;
        color: rgba(1, 1, 1, 0.15);
        }
        &.create-template {
        .fa-plus {
            display: inline-block;
            transform: translateY(-20px);
        }
        }
    }
    }
    /* Responsive */
    @media only screen and (min-width: 1600px) {
    .select-style-wrapper {
        height: 300px;
        &.select-style-wrapper-style-2 {
        height: 300px;
        }
    }
}
.select-style-wrapper {
  &.select-style-wrapper-style-2.with-icons {
    &::after {
      display: none;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s;
    }
    .heading {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(10px) !important;
      border-radius: 0 0 10px 10px;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s;
      .download-icon {
        font-size: 16px;
        color: var(--theme-white);
      }
    }
    .form-check-input {
      position: absolute;
      top: 10px;
      left: 10px;
      height: 20px;
      width: 20px;
      background-color: var(--theme-white);
      margin: 0;
      z-index: 10;
    }
    .top-right {
      position: absolute;
      top: 10px;
      right: 10px;
      display: flex;
      flex-direction: column;
      gap: 6px;
      opacity: 0;
      visibility: hidden;
      transition: 0.4s;
      > a,
      > .dropdown-no-arrow > a {
        height: 30px;
        width: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--theme-white);
        background: rgba(0, 0, 0, 0.4);
        border-radius: 5px;
        font-size: 16px;
      }
      > .dropdown-no-arrow {
        .dropdown-menu {
          max-width: 140px;
          min-width: unset;
          max-height: 120px !important;
          overflow-y: auto;
        }
      }
    }
    &:hover {
      .top-right,
      .heading,
      &::after {
        opacity: 1;
        visibility: visible;
      }
    }
  }
}
/* Select Style Wrapper */
.custom-style-select {
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
    padding: 0px;
    cursor: pointer;
}
.custom-style-select .custom-style-select-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--theme-white);
    border-radius: inherit;
    padding: 10px;
    border: 2px solid var(--theme-br);
}
.custom-style-select .custom-style-select-inner .image-box {
    height: 80px;
    width: 80px;
    border-radius: 5px;
    position: relative;
}
.custom-style-select .custom-style-select-inner .left{
    display: flex;
    align-items: center;
    gap: 10px;
}
.custom-style-select .custom-style-select-inner .right{
    color: var(--grey-color);
    cursor: pointer;
}
.custom-style-select .custom-style-select-inner .image-box .custom-cross{
    position: absolute;
    top: -4px;
    right: -4px;
    height: 14px;
    width: 14px;
    color: #fff;
    background: #646464;
    font-size: 10px;
    border-radius: 5px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.custom-style-select .custom-style-select-inner .image-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}
/* text to image page css */
.comman-ai-box {
    padding: 20px;
}
.comman-ai-box ul {
    margin: 0;
}
.comman-ai-box .prompt-box textarea {
    height: 150px;
    border-radius: 5px;
    resize: none;
    margin-top: 4px;
}
.comman-ai-box form{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.generate-btn{
    outline: 0;
    border: 0;
    background: var(--theme-gradient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    font-size: 18px;
    padding: 0;
    position: absolute;
    right: 8px;
    bottom: 8px;
}
/* text to image page css */
/* .custom-upload-2 */
.custom-upload-2 {
  background: var(--theme-bg) !important;
  /* height: 100%; */
    border-radius: 8px;
  .custom-file-upload {
    height: 100%;
    .form-label {
      text-align: center;
      font-size: 12px;
      font-weight: 400;
      color: var(--grey-color);
    }
    svg {
      height: 100px;
      width: 100px;
      path {
        fill: var(--grey-color);
      }
    }
    .upload-text {
      font-size: 14px;
      font-weight: 500;
      color: var(--grey-color);
    }
  }
}
/* .custom-upload-2 */
/* .custom-file-upload.custom-file-upload-style-2 */
.custom-file-upload {
border: 2px dashed var(--primary-color);
  &.custom-file-upload-style-2 {
    cursor: pointer;
    padding: 10px;
    background: var(--theme-bg);
    flex-direction: row;
    justify-content: unset;
    gap: 10px;
    border: 2px dashed var(--theme-br);
    border-radius: 10px;
    text-align: start;
    .image-box {
      height: 80px;
      width: 80px;
      border-radius: 5px;
      position: relative;
      img {
        height: 100%;
        width: 100%;
        object-fit: cover;
        border-radius: inherit;
      }
    }
  }
  &.flex-style{
    flex-direction: column !important;
    text-align: center;
    justify-content: center;
  }
}
/* .custom-file-upload.custom-file-upload-style-2 */
/* Custom Share Modal */
.custom-share-modal .modal-dialog{
    max-width: 570px;
}
.custom-share-modal .modal-content .a2a_full_services {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    height: unset;
    max-height: unset;
    overflow: auto;
}
.custom-share-modal .modal-content {
    background-color: var(--body-bg);
}
.custom-share-modal .a2a_full_services a {
    width: 90px;
    height: 80px;
    text-align: center;
    border: 2px solid var(--theme-br);
    border-radius: 5px;
    background: transparent;
    flex-direction: column;
    color: var(--theme-text-color);
    font-size: 12px;
    gap: 10px;
    transition: all 0.5s;
}
.custom-share-modal .a2a_full_services a span{
    line-height: 1;
}
.custom-share-modal .a2a_full_services a:hover {
    border-color: var(--primary-color);
}
/* Custom Share Modal */
/* Icon Btn */
.icon-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    min-width: 40px;
    height: 40px;
    color: var(--theme-text-color);
    border: 1px solid var(--theme-br)!important;
}
/* Icon Btn */



/* Voice list wrapper start */
.voice-list-wrapper {
    .list-group {
        height: 150px;
        overflow-y: scroll;
        border-radius: 0;
        gap: 15px;
    }
    &::-webkit-scrollbar {
        display: none;
    }
    .list-group-item {
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 10px 15px;
        min-height: 40px;
        background: var(--theme-bg);
        border: 1px solid var(--theme-br);
        border-radius: 8px;
        color: var(--theme-text-color);
        transition: all 0.5s;
        cursor: pointer;
        font-weight: 500;

        .icon {
            font-size: 14px;

            &.volume-icon {
                font-size: 12px !important;
                margin-left: auto;
                color: var(--theme-text-color);
            }
        }
        .selected-badge {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 2px 5px;
            background: var(--primary-color);
            border-radius: 3px;
            font-size: 10px;
            font-weight: 400;
            color: var(--text-white);
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            margin-left: auto;
        }
        &:hover,
        &.active{
            border-color: var(--primary-color);
            color: var(--primary-color);
        }
        &.active{
            .selected-badge{
                opacity: 1;
                visibility: visible;
                pointer-events: all;
            }
        }
    }
}

/* Voice list wrapper end */

/* Script Wrapper Start */

.script-wrapper{
    textarea.form-control{
        min-height: 228px;
    }
}
/* Script Wrapper End */

/* Render Modal */
.renderModal{
    .modal-header{
        border-bottom: 0 !important;
    }
    .modal-content{
        padding: 20px;
        gap: 18px;
    }
    .credit-box{
        display: inline-block;
        padding: 10px 15px;
        background: linear-gradient(90deg, rgba(108, 108, 245, 0.14) 0%, rgba(108, 108, 245, 0) 102.76%);
        border-left: 1px solid rgba(108, 108, 245, 0.6);
        .credit-list{
            display: flex;
            padding: 0;
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
            margin-bottom: 0;
            li{
                font-size: 12px;
                display: flex;
                align-items: center;
                i{
                    font-size: 16px;
                    color: var(--primary-color);
                }
            }
            span{
                display: inline-flex;
                font-weight: 300;
                gap: 5px;
                align-items: center;
                &.value{
                    color: var(--primary-color);
                    font-weight: 500;
                }
            }
        }
    }
    .modal-header{
        align-items: flex-start;
        margin-bottom: 5px;
        .btn-close{
            margin: 0;
            padding: 0;
            margin-top: 4px;
        }
        .modal-title{
            font-weight: 400;
        }
    }
    .modal-footer{
        gap: 15px;
        *{
            margin: 0;
        }
    }
}
/* Render Modal */


.with-copy .note-editor.note-airframe .note-editing-area .note-editable {
    height: 400px;
    /* background: #fff; */
    .table>:not(caption)>*>*{
        border-color: #ececec !important;
    }
}
.with-copy .note-editor.note-airframe .note-editing-area .note-editable p{
    color: var(--theme-text-color) !important;
}
@media(min-width: 1600px) {

    .with-copy .note-editor.note-airframe .note-editing-area .note-editable {
        height: 500px;
    }
}

/* credit-card */
.credit-card {
    background: var(--body-bg);
    border-radius: 10px;
    overflow: hidden;
    max-width: 430px;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.09);
    border: 1px solid var(--theme-br);
    .title{
        font-size: 20px;
        font-weight: 500;
        margin: 0;
    }
    .credit-card-header{
        border-bottom: 1px solid var(--theme-br);
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        @media (max-width: 575px){
            flex-direction: column;
            align-items: start;
            gap: 10px;
        }
    }
    .credit-card-body{
        padding: 15px;
        .text-title{
            min-width: 250px;
            display: inline-block;
            font-weight: 500;
            color: var(--text-dark);
            @media (max-width: 575px){
                display: block;
            }
        }
    }
}
/* credit-card */

.confirm-del,
#confirm-delete-modal{
    .modal-dialog{
        @media (min-width:991px) {
            max-width: 500px !important;
        }
        @media (max-width:600px) {
            max-width: auto !important;
        }
    }
}
/* summernote modal css */
.note-modal-backdrop{
    display: none !important;
}
.note-modal{
    background: rgba(0, 0, 0, 0.5);
}
.note-modal.open{
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.note-modal-content{
    background: var(--body-bg) !important;
    margin: 100px 0 0 !important; 
}
.note-modal-header{
    border: 0 !important;
    border-bottom: 1px solid var(--theme-br) !important;
}
.note-modal-title,
.note-form-label{
    color: var(--text-dark) !important;
}
.note-input{
    padding: 10px 15px !important;
    background: transparent !important;
    border-color: var(--theme-br) !important;
}
.note-modal .note-modal-body label input[type="checkbox"]{
    margin-right: 8px !important;
}
.note-modal-footer{
    height: unset !important; 
}
.note-modal-footer .note-btn {
    float: unset !important;
}
.note-btn{
    border: 0 !important;
    color: var(--black-color) !important;
}
/* summernote modal css */

/* aiTextModal */
.aiTextModal-modal-body{
    min-height: 190px;
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 50px 30px !important;
}
#aiTextModal .modal-footer input,
.aiTextModal-chat-item textarea,
.aiTextModal-chat-item textarea:focus{
    background: transparent !important;
}
#aiTextModal .icons{
    color: var(--theme-text-color);
    font-size: 16px;
}
#aiTextModal .aiTextModal-content{
    padding: 10px 20px;
    border-radius: 0px 10px 10px 10px;
    width: 100%;
    max-width: 80%;
    border: 1px solid var(--theme-br);
}
#aiTextModal .aiTextModal-badge{
    position: relative;
    top: unset; 
    right:unset;
    background: var(--primary-color);
    color: var(--black-color);
    font-weight: 400;
}
#aiTextModal .aiTextModal-user-item .aiTextModal-content{
    border-radius: 10px 0px 10px 10px;
    background-color: var(--rgba-primary-1);
    width: auto;
    max-width: 80%;
}
#aiTextModal .aiTextModal-user-item .aiTextModal-content p{
    color: var(--black-color);
}
#aiTextModal .ai-search-bar button::after,
#aiTextModal .ai-search-bar button::before{
    display: none;
}
#aiTextModal .ai-search-bar button:hover{
    border-radius: unset !important;
}
/* aiTextModal */


/* Publish Content */
.publish-msg-preview{
    height:235px;
    overflow:auto;
    padding: 10px;
    background: var(--body-bg);
    border: 1px solid var(--theme-br);
    border-radius: 8px;
}
/* Publish Content */

/* remove this after everything done */
div.ai_response_contents > div {
    line-height: 1.6 !important;
    font-family: inherit !important;
    color: inherit !important;
    padding: 0 !important;
}
div.ai_response_contents > div > h1 { font-size: 30px !important; font-weight: bold !important; }
div.ai_response_contents > div > h2 { font-size: 26px !important; font-weight: bold !important; }
div.ai_response_contents > div > h3 { font-size: 23px !important; font-weight: bold !important; }
div.ai_response_contents > div > h4 { font-size: 20px !important; font-weight: bold !important; }
div.ai_response_contents > div > h5 { font-size: 18px !important; font-weight: bold !important; }
div.ai_response_contents > div > h6 { font-size: 16px !important; font-weight: bold !important; }

div.ai_response_contents > div > p, 
div.ai_response_contents > div > ul, 
div.ai_response_contents > div > ol, 
div.ai_response_contents > div > blockquote, 
div.ai_response_contents > div > pre, 
div.ai_response_contents > div > table {
    margin-bottom: 10px !important;
}
div.ai_response_contents > div > ul, 
div.ai_response_contents > div > ol { padding-left: 20px !important; }
div.ai_response_contents > div > ul li { list-style-type: disc !important; }
div.ai_response_contents > div > ol li { list-style-type: decimal !important; }

div.ai_response_contents > div > blockquote {
    border-left: 4px solid currentColor !important;
    padding-left: 15px !important;
    font-style: italic !important;
    opacity: 0.8 !important;
}

div.ai_response_contents > div > table {
    width: 100% !important;
    border-collapse: collapse !important;
}
div.ai_response_contents > div > table th, 
div.ai_response_contents > div > table td {
    border: 1px solid currentColor !important;
    padding: 8px !important;
    text-align: left !important;
}

div.ai_response_contents > div > strong { font-weight: bold !important; }
div.ai_response_contents > div > em { font-style: italic !important; }
div.ai_response_contents > div > u { text-decoration: underline !important; }
div.ai_response_contents > div > del { text-decoration: line-through !important; }

div.ai_response_contents > div > code {
    background: rgba(0, 0, 0, 0.1) !important;
    padding: 2px 5px !important;
    border-radius: 4px !important;
    font-family: monospace !important;
}

div.ai_response_contents > div > pre {
    background: rgba(0, 0, 0, 0.05) !important;
    padding: 10px !important;
    border-radius: 6px !important;
    overflow-x: auto !important;
    font-family: monospace !important;
}

div.ai_response_contents > div > hr {
    border: none !important;
    border-top: 1px solid currentColor !important;
    margin: 20px 0 !important;
    opacity: 0.5 !important;
}

div.ai_response_contents > div > a {
    color: inherit !important;
    text-decoration: underline !important;
}
div.ai_response_contents > div > a:hover { text-decoration: none !important; }

div.ai_response_contents > div > img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 10px 0 !important;
}
/* remove this after everything done */

/* social-design */
.blog-list ul{
    padding: 0 !important;
}
.blog-list ul .form-check-input{
    margin-right: 5px;
}
.social-design-parent{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.social-design{
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
    border-radius: 12px;
    transition: 0.4s;
    flex-direction: column;
    width: 80px;
    background-color: var(--body-bg);
    border: 1px solid var(--theme-br);
    cursor: pointer;
}
.social-design p{
    display: none;
}
.social-design input[type="checkbox"]{
    margin: 0;
    cursor: pointer;
}
.social-design:hover,
.social-design.active{
    border-color: var(--primary-color);
}
.social-design .size-icon{
    cursor: pointer;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 1px solid var(--secondary-color2);
    color: var(--text-primary);
    font-size: 37px;
}
.social-design .bl.size-icon{
    border: 1px solid #FF5722  ;
    color: #FFFFFF;
    background: #FF5722 ;
}
.social-design .ln.size-icon{
    border: 1px solid #0A66C2;
    color: #FFFFFF;
    background: #0A66C2;
}
.social-design .tw.size-icon{
    border: 1px solid #363636;
    color: #FFFFFF;
    background: #363636;
}
.social-design .tr.size-icon{
    border: 1px solid #36465D;
    color: #FFFFFF;
    background: #36465D;
}
.social-design .wp.size-icon{
    border: 1px solid #21759B;
    color: #FFFFFF;
    background: #21759B;
}
/* social-design */


/* Our Products Start */
.steps-section {
    padding: 30px 20px;
    .steps-card {
        display: inline-block;
        border-radius: 20px;
        border: 5px solid var(--primary-color);
        background: var(--body-bg);
        box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.4);
        height: 100%;
        transition: all 0.5s;
        &:hover{
            transform: translateY(-5px);
            box-shadow: 0px -4px 30px 0px var(--rgba-primary-4);
        }
    }
    .steps-card-inner {
        padding: 25px;
        height: 100%;
        .title{
            font-size: 22px;
            font-weight: 600;
            line-height: 1.3;
            text-align: center;
        }
        .button-wrapper{
            margin-top: auto;
            .btn{
                box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.4);
                -webkit-box-shadow: 0px 0px 10px -1px rgba(0, 0, 0, 0.4);
                display: inline-block;
                border-radius: 10px;
                font-weight: 500;
            }
        }
        .logo-area{
            max-width: 250px;
            margin: auto auto 30px;   
        }
        .img-wrapper{
            /* max-width: 500px; */
            margin-bottom: 22px;    
        }
    }
    @media(max-width: 575px) {
        .steps-card-inner{
            padding: 20px;
            .logo-area{
                max-width: 190px;
                margin: auto auto 20px;
            }
            .title{
                font-size: 14px;
            }
        }    
    }
}
.blue-sec {
    background: var(--primary-color);
    padding: 30px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.16);
    .title-head{
        font-weight: 600;
        color: var(--text-white);
        margin-bottom: 0;
    }
}
/* custom-card-wrapper */
.custom-card-wrapper{
    border-radius: 10px;
    background: var(--theme-bg);
    padding: 20px;
    height: 84%;
    &.no-img-div{
        height: 455px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
    }
}
@media (max-width: 575px){
    .custom-card-wrapper{
        padding: 15px;
    }
}
/* custom-card-wrapper */
/* Our Products End  */