body {
    margin: 0px;
    padding: 0px;
    font-family: 'Inter', sans-serif;
    color: var(--white-color) !important;
    /* background: var(--theme-bg) !important; */
    font-size: 14px;
    --comman-tool-height : calc(100vh - 42px); 
}
.grey-clr {
    color: #797A7F !important;
}

a {
    text-decoration: none;
}

/* Main Container Wrapper */
.container-wrapper {
    position: relative;
    min-height: calc(100% - 60px);
}

.container-padding {
    margin-top: 0px;
}


.title-line {
    font-weight: 600;
    font-size: 1.250rem;
    line-height: 1.875rem;
    color: var(--black-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: var(--theme-bg);
    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: var(--white-color);
}

/* Index page css safaraz */
.search-bar {
    position: relative;
}

.search-icon {
    position: absolute;
    top: 2px;
    right: 0;
    padding: 10px 20px;
    color: var(--grey-color);
}

.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: 5px;
    border: 1px solid var(--theme-br);
    background: var(--theme-bg2);
    color: var(--grey-color);
}

.search:focus {
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    color: var(--grey-color);
    box-shadow: none;
}

.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-bg2);
    color: var(--grey-color);
}

.search2:focus {
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    color: var(--grey-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: 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; */
}

.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: var(--white-color);
    text-decoration: none;
    font-size: 14px;
}
@media (max-width: 991px) {
    .container-wrapper{
        padding-top: 50px;
    }
    .container-padding {
        padding: 20px 15px;
    }
}
@media (min-width:992px) {
    .container-wrapper {
        /* left: 50px; */
        width: calc(100% - 50px);
        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: 30px 30px 30px 30px;
        /* max-height: 90vh;
        min-height: auto !important; */
    }

    .container-padding1 {
        padding-bottom: 30px;
    }
}
.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;
        
    }
}

hr{
    background: var(--theme-br);
    opacity: 1;
}
/* 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: 10px !important;
    padding: 16px 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: var(--white-color);
    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: 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; */
}

.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 #fff;*/
/*    text-align: center;*/
/*}*/
.chat-delete a {
    color: var(--white-color);
    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: var(--body-bg);
    background-clip: padding-box;
    border: solid 1px var(--theme-br);
    border-radius: 10px;
}

.ds-select .custom-drop.bootstrap-select .dropdown-menu {
    background: var(--body-bg);
    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,
.ds-select .custom-drop.bootstrap-select .dropdown-item {
    background-color: transparent;
    color: var(--black-color);
}

.ds-select .custom-drop.bootstrap-select .dropdown-item:hover {
    background-color: transparent;
    color: var(--black-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:before {
    content: '';
    opacity: 0;
}

/*.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;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 0.5px solid var(--theme-br);
    object-fit: cover;
}

.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: 0px 20px 15px;
    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 .ng-scope {
    /*flex: 0 0 20%;*/
    padding: 10px;
}

.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 #212F42;
    ;
    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(--body-bg);
}

.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(--blue-gradient);
    padding: 9px 15px 10px 16px;
    border-radius: 5px;
    color: var(--white-color);
    text-decoration: none;
}

.send-btn:hover {
    color: var(--theme-color);
}

.send-box {
    padding-left: 20px;
}

.send-box a {
    color: var(--theme-color);
    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 vaimg.mfp-imgr(--theme-br);*/
    width: 120px;
    background: var(--theme-bg);
    border-radius: 5px;
    margin-right: 10px;
    /*margin-top:7px;*/
}

@media(min-width:768px) {
    .appoint-wall img {
        /* width: 207px; */
        height: 207px;
        object-fit: contain;
    }

    .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;
    margin-bottom: 0;
}

.close-sidemenu ul li a.nav-link {
    display: block;
    min-height: unset;
}

.close-sidemenu ul li a.nav-link span.size-icon {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    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-close{
        -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-close{ 
        -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; */
}

.theme-btn-blue {
    border-radius: 5px;
    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;
}

.theme-btn-blue:hover {
    color: var(--theme-color);
    background: var(--blue-gradient);
}

.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: 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; */
    max-width: 120px;
}

.upload-btn {
    border: 1px solid #fff;
    background: transparent;
    color: var(--white-color);
    border-radius: 10px;
    padding: 10px 20px !important;
}

.upload-btn:focus {
    border: 1px solid #fff;
    background: transparent;
    color: var(--white-color);
    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: var(--white-color);
    box-shadow: none;
}

.table-wrapper {
    background: transparent;
    border-radius: 15px;
    padding: 15px;
    border: 1px solid var(--theme-br);
}

.white-clr {
    color: var(--white-color);
}

.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 {
    display: block;
    height: 54px;
    padding: 17px 20px 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 282px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid #5340D7;
    background: var(--theme-color);
    backdrop-filter: blur(15px);
    color: var(--white-color);
}

.search-clr {
    display: block;
    height: 54px;
    padding: 17px 20px 15px 20px;
    justify-content: center;
    align-items: flex-start;
    gap: 282px;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid var(--theme-br);
    background: var(--theme-color);
    color: var(--black-color);
}

.search-clr:focus {
    background: var(--theme-color);
    border: 2px solid var(--theme-br);
    box-shadow: none;
    color: var(--black-color);
}

.footer-design {
    left: 0;
    z-index: 99;
}
@media (min-width: 768px) {
    .footer-design {
        padding: 10px 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(--theme-color);
    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);
}

.integration-pills li .active {
    color: var(--blue-gradient) !important;
    background: transparent !important;
    font-weight: 600;
}

/*.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 1.25rem 1rem 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.05875rem;
    color: var(--black-color) !important;
    background: var(--theme-color);
    border: none;
    box-shadow: none;
}

.accordion-list .accordion-button::after {
    position: relative !important;
    left: 0px;
    transform: rotate(270deg);
    font-family: 'icomoon' !important;
    content: "\e907" !important;
    background-repeat: no-repeat;
    color: var(--black-color) !important;
    content: "";
    position: absolute;
    background: transparent;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.4rem;
}

.faq-wrapper {
    background: var(--theme-color);
    padding: 30px;
    /* justify-content: space-between; */
    border-radius: 15px;
    text-decoration: none;
}

.faq-wrapper .faq-text {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: var(--white-color);
    gap: 20px;
    display: flex;
    align-items: center;
    font-weight: 500;
}

.faq-hr {
    height: 1px;
    content: "";
    width: 100%;
    background-color: var(--theme-br);
    margin: 12px 0 20px;
}

.accordion-list a {
    color: var(--white-color) !important;
    text-decoration: none !important;
}

/* support css end */
/* profile css start */
.wrapper-box {
    border-radius: 15px;
    padding: 1.875rem;
    /* background: var(--theme-color); */
    background: transparent;
    border: 1px solid var(--theme-br);
}

.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-color);*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    position: relative;*/
/*    justify-content: center;*/
/*}*/

.profile-img img {
    object-fit: cover;
    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(--black-color);
    justify-content: center;
    background: 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;
}

/*.profile-text:hover {*/
/*    font-weight: 600;*/
/*    border-radius: 5px;*/
/*    color: var(--white-color);*/
/*    background-color: var(--primary-color);*/
/*    padding: 10px 15px;*/
/*}*/
/*.profile-text:hover {*/
/*    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;*/
/*}*/
.profile-text {
    color: var(--theme-black);
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.250rem;
    /* 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; */
    padding: 10px 15px;
}

.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: var(--white-color);
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}

.title-line1::after {
    height: 1px;
    flex: 1;
    background-color: var(--theme-br);
    color: var(--theme-color);
    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 {
    cursor: pointer;
    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; */
    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;
}

a.base-btn,
.base-btn,
a.base-btn:focus,
.base-btn:focus {
    padding: 12px 20px !important;
    min-height: 40px !important;
    border-radius: 5px !important;
}

.blue-btn-outline:hover,
a.blue-btn-outline:hover {
    color: var(--theme-white);
    background: var(--primary-color);
}

.page-title {
    color: var(--black-color);
    font-weight: 500;
    font-size: 20px;
    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: 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; */
    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-color);
    padding: 20px;
    position: relative;
    border: 1px solid var(--theme-br);
}

.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: var(--white-color);
}

.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;
}

.table-design.table tbody tr {
    background-color: transparent;
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    outline: 1px solid var(--theme-br) !important;
    border-radius: 10px;
    overflow: hidden;
}

/* ---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: var(--white-color);
    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: "\e93c";
    font-family: 'icomoon' !important;
    color: var(--white-color);
    background: transparent;
    border: 1px solid #fff;
    font-weight: 900;
    font-size: 16px;
}

.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: var(--white-color);
}

/* .form-control.dropdown {
    background-color: var(--theme-color);
} */

/*.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: var(--white-color)fff;*/
/*}*/
/*.dropdown.form-control .dropdown-menu .dropdown-item:focus,*/
/*.dropdown.form-control .dropdown-menu .dropdown-item:hover {*/
/*    color: var(--white-color);*/
/*    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: var(--white-color);
    border-radius: 10px;
    padding: 0px 0px !important;
    display: block;
}

.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(--theme-bg);
    border-radius: 20px;
}

.businessbox img {
    max-height: 100px;
}

.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: var(--white-color);
}

.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: 15px;
    /* 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: var(--white-color);
    box-shadow: unset;
}

.theme-btn-white {
    border-radius: 10px;
    color: var(--white-color);
    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 #fff;
}



.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-color);
    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: 40px 15px 20px;
    /* 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; */
    max-width: 100% !important;
    height: 100%;
    transition: 0.4s;
    border: 1px solid var(--theme-br);
}
.folder-wall img{
    transition: 0.4s;
}
.folder-wall:hover.folder-wall:not(:hover){
    filter: blur(2px) grayscale(1);
}

.library-content.style-1  .row{
    --bs-gutter-x: 0.5rem;
    row-gap: 10px;
}
.folder-wall:hover{
    border-color: var(--primary-color);
    /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);   */
    box-shadow:  rgba(0, 0, 0, 0.05) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.04) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.03) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.05) 0px 4px 2px, rgba(0, 0, 0, 0.04) 0px 8px 4px, rgba(0, 0, 0, 0.02) 0px 16px 8px, rgba(0, 0, 0, 0.01) 0px 32px 16px;
}
.folder-wall:hover img{
    transform: scale(1.2);
    filter: drop-shadow(0 0 10px 0 rgba(0,0,0,0.1));
}



.promt-wall {
    border-radius: 5px;
    border: 1px solid var(--theme-br);
    background: var(--theme-color);
    backdrop-filter: blur(15px);
    padding: 15px;
    /* 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; */
    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.dropdown-toggle{
    border: 0 !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;
    min-width: 120px;
}

.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: var(--white-color);
}

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(--white-color);
    padding: 10px;
}

::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

input[type="date"]:focus-visible {
    border: 0px;
}


/* Sarfaraz Css Starts */
/* Profile Dropdown */
.switch-business {
    background: var(--theme-color);
    padding: 10px;
    padding: 10px 10px 10px 20px;
    color: var(--white-color);
}

ul.switch-business {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    max-width: 200px;
    max-height: 265px;
    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: 10px;
        padding-right: 10px;
    }
}

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: var(--body-bg);
}

.confirm-del .aspect-square {
    width: 100%;
    background: transparent;
    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: var(--white-color);
    /* 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; */
    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-color);

    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: 30px;
    width: 30px;
    border-radius: 5px;
    border: 0;
    padding: 1px;
    object-fit: cover;
}

.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: 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; */
    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: 15px;
    width: 15px;
    border-radius: 100%;
    border: 1px solid var(--secondary-color3);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.playButton i {
    font-size: 0.4rem;
    color: var(--blue-gradient);
}

.btn-primary {
    background: var(--blue-gradient) !important;
    transition: all 0.3s;
}

.btn.btn-primary.pg-popup-link {
    margin-top: 10px;
}

/* css by raj 1 april */
.cursor-pointer {
    /* 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; */
}

.cursor-pointer{
    cursor: pointer;
}

.row-gap {
    row-gap: 30px;
}

@media only screen and (max-width : 575px) {
    .row-gap {
        row-gap: 20px;
    }
}

.row-gap-2 {
    row-gap: 20px;
}

@media only screen and (max-width : 575px) {
    .row-gap-2 {
        row-gap: 10px;
    }
}

.folder-wall .appoint-inner img {
    width: 100px;
}

.border {
    border-color: var(--theme-br) !important;
}

ol,
ul {
    padding-left: 1rem;
}

.white-wrapper2 {
    border-radius: 10px;
    background: var(--theme-color);
    padding: 15px 20px;
    padding-top: 0;
}

@media only screen and(max-width : 575px) {
    .white-wrapper2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.table>:not(:last-child)>:last-child>* {
    border-bottom-color: var(--theme-br);
}

.btn-close {
    /* filter: invert(1); */
}

.text-dark {
    color: #050A19 !important;
}

.btn,
.create-btn a,
.theme-btn-white,
.theme-btn-blue {
    padding: 8px 15px !important;
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-color: transparent !important;
    border-radius: 5px !important;
    gap: 5px;
    color: #fff;
    /* 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; */
}

@media only screen and (max-width:575px) {

    .btn,
    .create-btn a,
    .theme-btn-white,
    .theme-btn-blue {
        padding: 8px 14px !important;
    }
}

.btn.btn-primary,
.create-btn a,
.theme-btn-white,
.theme-btn-blue {
    transition: all 0.6s ease-in-out !important;
    background-image: var(--btn-gradient) !important;
    background-size: 200% 100% !important;
    outline: 0 !important;
    box-shadow: none !important;
}

.btn.btn-warning {
    background-color: #FF9D00 !important;
}

.btn.btn-warning:hover {
    background-color: #fa9c06 !important;
    color: var(--white-color) !important;
}

.btn.btn-primary:hover {
    background-position: 100% 0% !important;
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--primary-color) !important;
    color: var(--theme-color);
}

.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-bg);
    padding: 15px 20px;
    border-radius: 10px;
    border: 0;
    height: 170px;
    transition: 0.5s;
    position: relative;
}

@media(max-width:575px) {
    .icons-box-wrapper {
        padding: 10px;
    }
}

.icons-box-wrapper .title {
    color: var(--white-color);
    font-size: 14px;
    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(--blue-gradient);
}

.icons-box-wrapper .content span {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

/* dashboard page icon-box css */

/* features-box-wrapper css*/
.features-box-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.features-box-wrapper.style-2 .section-head i {
    color: #FF9D00;
}

.features-box-wrapper.style-2 .features-box-content {
    height: 440px;
    overflow-y: scroll;
   
}

.features-box-wrapper .section-head {
    padding: 20px;
    border-bottom: 1px solid var(--theme-br);
    background: var(--theme-color);
}

.features-box-wrapper .section-head .title {
    display: flex;
    gap: 10px;
    align-items: center;
    color: var(--white-color);
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.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;
    background: var(--theme-color);
    border: 1px solid var(--theme-br);
    border-radius: 10px;
}

.icons-box-wrapper.style-2 {
    padding: 25px;
    border-radius: 10px;
}

.icons-box-wrapper.style-2:hover {
    border-color: var(--theme-br2);
}

.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(--theme-color);
    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.05);
    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(--white-color);
    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(--body-bg);
    border-radius: 10px;
}

.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;
}

.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-toggle {
    background: transparent !important;
    color: var(--white-color) !important;
    gap: 0 !important;
}

.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(--body-bg) !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-bg);
}

.bootstrap-select .dropdown-menu .dropdown-item.active,
.bootstrap-select .dropdown-menu .dropdown-item:active {
    background-color: var(--rgba-primary-1);
    color: var(--primary-color);
}

.bootstrap-select .no-results {
    background: transparent;
}

/* bootstrap select css */

/* datatable css */
@media only screen and (max-width : 1360px){
    .overflow-x-auto {
        overflow-x: auto;
        white-space: nowrap;
    }
}
.dataTables_paginate .page-item.disabled {
    cursor: not-allowed;
}

.dataTables_paginate .page-item.disabled .page-link {
    background-color: var(--theme-bg);
}

.dataTables_paginate .page-item .page-link {
    background-color: var(--theme-color);
    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: 0 !important;
}

table.dataTable {
    min-width: 1000px !important;
    /* overflow-x: scroll; */
}

/* datatable css */

/* browser scrolbar */
::-webkit-scrollbar {
    width: 5px;
    border-radius: 2px;
}

/* Track */
::-webkit-scrollbar-track {
    background: var(--theme-br);
    border-radius: 2px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: var(--theme-br2);
    border-radius: 2px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: var(--primary-hover);
}

/* Apply styles only for Firefox */
@-moz-document url-prefix() {
    * {
        scrollbar-width: thin;
        scrollbar-color: var(--theme-br2) var(--theme-br);
    }
}

/* 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;
    background: var(--blue-gradient);
    color: var(--white-color);
    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-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);
}

.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);
    display: flex;
    align-items: center;
    justify-content: center;
}

.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-color: var(--primary-color);
    color: var(--theme-color);
}

.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(--theme-color);
    border-radius: 5px;
    padding: 10px;
}

.tabs-banner ul li {
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
    /* 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; */
}

.tabs-banner ul .active {
    background: var(--theme-br2);
    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);
}
.genrate-content-side .template-editor-wrapper{
    height: 250px;
    max-height: 250px;
    border-radius: 5px;
}
.genrate-content-side .template-editor-wrapper .media img{
    border-radius: 5px;
}
.template-editor-wrapper .media {
    position: relative;
    padding: 0;
}

.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);
}

/*  Ai template Editor css */

/* pnotify alert css */
.ui-pnotify-container {
    min-height: 16px;
    right: -406px;
    top: 25px;
    padding: 15px 20px 15px 25px;
    overflow: hidden;
    max-width: 302px;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    background-color: var(--theme-bg);
    border-color: var(--theme-br);
    box-shadow: 0px 30px 108px 12px rgb(80 52 255 / 8%);
    z-index: 9999999;
}

.ui-pnotify-title {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 2px;

}

.ui-pnotify-text {
    font-size: 12px;
    font-weight: 400;
    text-align: left;
    color: #7D809D;
}

.alert-primary {
    color: var(--blue-gradient);
}

.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: transparent;
    border-color: var(--theme-br);
}

.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");
    background-color: var(--theme-br2) !important;
    border-color: var(--theme-br2) !important;
}

.bs-searchbox .form-control {
    line-height: unset;
}

.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: 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; */
    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 */

.user-details {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}

.user-details .user-img {
    position: relative;
    width: 50px;
    height: 50px;
}
.edit-profile-icon{
 
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    color: #000;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.user-details .user-img img {
    width: 100%;
    height: 100%;
}

.user-details .user-name {
    font-size: 15px;
}


/*  */

.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;
    
}
.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;
}

.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: 5px;
    /* border: 1px dashed var(--theme-br); */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.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;
}

.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;
    cursor: pointer;
}

.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: 2px solid var(--theme-br);
    border-radius: 5px;
    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: #D9D9D9;
    border: 0 !important;
} 
.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: pointer;
    /* 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(--body-bg);
    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);
}

 .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-bg2);
    /* 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.05);
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 10px;
}
.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;
    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;
    
}
.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(--theme-gradient);
}
.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;
    background: var(--theme-gradient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    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;
    height: 70px;
}
.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;
    color: var(--grey-color);
    background: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}
.icons-box-wrapper.style-1.left:hover .content-icons{
    background: var(--theme-gradient);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.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') no-repeat;
    background-size: cover;   
    padding: 20px;
    min-height: 150px;
}
      
.icons-box-wrapper:hover .content-icons{
    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: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    /* 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.05)
}
.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: fit-content;
    background: white;
    padding: 20px 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    display: flex;
    align-items: start;
    height: var(--comman-tool-height);
}
.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(--primary-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;
    border-radius: 10px;
}
.tooltip-icon:hover .custom-tooltip,
.tooltip-icon:hover::after{
visibility: visible;
opacity: 1;
transform: translateY(0);

}
.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;
    margin: 0;
}
.modal.viewImg .btn-close{
    width: 25px;
    height: 25px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    right: 20px;
    top: 50px;
    z-index: 100000000;
}
/* .artist-container .row .col-8{
    flex-grow: 1;
} */
/* @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%;
}

/* css by raj 3 feb 25 */

/* bootstrap nav pills */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background: var(--theme-gradient);
}
/* bootstrap nav pills */

/* dashboard card */
.icons-box-wrapper.style-1.left{
    position: relative;
}
.icons-box-wrapper.style-1 .icons-top{
    right: -1px;
}
.icons-box-wrapper.style-1.left{
    box-shadow: unset;
}
.icons-box-wrapper.style-1.left:hover *{
    color: var(--theme-white);
}
.icons-box-wrapper.style-1.left::after{
    content: "";
    position: absolute;
    background-image: var(--theme-gradient);
    background-size: 200%;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    top: 0;
    left: 0;
    border-radius: inherit;
}
.icons-box-wrapper.style-1.left:hover::after{
    opacity: 1;
}
.icons-box-wrapper.style-1.left i,
.icons-box-wrapper.style-1.left p,
.icons-box-wrapper.style-1.left .content-icons{
    z-index: 50;
}
.icons-box-wrapper.style-1.left img{
    z-index: 40;
}
/* dashboard card */

/* .setting-box .bg */
.setting-box .bg{
    background: var(--theme-gradient) !important;
}
/* .setting-box .bg */

/* merge video css */
.custom-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    margin-bottom: 30px;
    overflow: visible;
    padding: 20px 45px;
    background: var(--theme-color);
    width: fit-content;
    border-radius: 10px;
}

.custom-tabs ul {
    column-gap: 20px;

}

.custom-tabs .nav-link {
    border: 0 !important;
    position: relative;
    color: var(--grey-color);
    z-index: 10;
    cursor: pointer;
    border-radius: 5px;
}

.custom-tabs .nav-link.active {
    background-color: transparent;
    background-image: var(--theme-gradient) !important;
    outline: 0;
}

.custom-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 2px;
    bottom: 2px;
    border-radius: 4px;
    background-color: var(--theme-color);
    z-index: 0;
    transition: 200ms;
}

.custom-tabs .nav-link::after {
    content: attr(data);
    background: var(--grey-color);
    -webkit-background-clip: text;
    color: transparent;
    transition: 200ms;
    z-index: 1;
    font-weight: 600;
    position: relative;
}

.custom-tabs .nav-link.active::after {
    background: var(--theme-gradient);
    -webkit-background-clip: text;
}

.theme-color {
    background: var(--theme-color) !important;
}

.theme-color2 {
    background: var(--body-bg) !important;
}

.comman-tab {
    padding: 20px;
    border-radius: 10px;
}

.video-timer {
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: 0;
    padding: 10px 10px;
    background: var(--body-bg);
    border-radius: 10px;
    color: #fff;
}

.video-timer input {
    background: transparent;
    border: 0;
    outline: 0;
    color: #fff;
    margin-top: 0 !important;
}

#div_video video {
    border-radius: 10px !important;
}

.custom-video-slider {
    border: 0 !important;
    box-shadow: none !important;
    background: var(--body-bg) !important;
}

.custom-upload-2 h6 {
    font-size: 14px;
}

.custom-file-upload i {
    font-size: 3rem;
}

.custom-file-upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.custom-upload-2 .custom-file-upload {
    padding: 20px;
    background: transparent;
    border: 2px dashed var(--theme-br);
}

.custom-upload-2 {
    background: var(--body-bg);
    padding: 20px;
    border-radius: 10px;
}

.file-select-control::file-selector-button {
    background: transparent !important;
    border: 1px solid var(--body-bg);
    border-radius: 5px;
    color: var(--grey-color);
    padding: 5px 21px;

}

.file-select-control {
    color: var(--grey-color);
}

.watermark-check {
    position: relative;
    border: 2px solid var(--grey-color);
    border-radius: 2px;
    background: none;
    cursor: pointer;
    line-height: 0;
    margin: 0 .6em 0 0;
    outline: 0;
    padding: 0 !important;
    vertical-align: text-top;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    opacity: 0.5;
    width: 25px;
    height: 25px;
    border-radius: 4px;
}

.watermark-check::before {
    content: "\f00c";
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    scale: 0;
    transition: 0.3s;
    background: var(--theme-gradient);
    color: #fff;
    font-family: "Font Awesome 6 Free";
    font-weight: 600;
    display: flex;
    align-items: center;
    border-radius: 2px;
    justify-content: center;
}

.watermark-check:checked {
    /* background-color: #000; */
    opacity: 1;
}

.watermark-check:checked::before {
    scale: 1;
    background: var(--theme-gradient)
}

.radio-style[type="radio"]:checked,
.radio-style[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-style[type="radio"]:checked+label,
.radio-style[type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 24px;
    display: inline-block;
    color: #666;

}

.radio-style[type="radio"]:checked+label:before,
.radio-style[type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background: var(--theme-br);
}

.radio-style[type="radio"]:checked+label:after,
.radio-style[type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: var(--theme-gradient);
    position: absolute;
    top: 8px;
    left: 5px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.radio-style[type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-style[type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.form-check {
    /* padding-left: 0; */
}

.sticky-top {
    position: sticky;
    top: 100px;
    z-index: auto;

}

video {
    border-radius: 5px;
}

.form-control[multiple] {
    font-size: 14px;
    height: fit-content;
    border: 0;
    min-height: 200px;
    padding-left: 0;
    padding-right: 0;
}

.form-control[multiple]::-webkit-scrollbar {
    display: none;
}

select[multiple] option {
    padding: 12px 20px;

    background: var(--body-bg);
    margin-bottom: 10px;
    border-radius: 5px;
}

select[multiple] option:active {
    background: red;
}

.title {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 142.857%
}

.content-side {
    padding: 20px;
}

.videos-center-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    font-size: 1.5rem;
}


@media(min-width: 1280px) {
    .ps-xl-2-5 {
        padding-left: 2.5rem !important;
    }

    .pe-xl-2-5 {
        padding-right: 2.5rem !important;
    }

    .content-side {
        padding: 20px 80px;
    }

    .content-side1 {
        padding: 20px 80px;
    }
}

.text-primary {
    color: var(--primary-color) !important;
}

.video-box {
    padding: 20px;
    background: var(--body-bg);
    border-radius: 10px;
    height: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    border: 1px solid var(--theme-br);
}

.video-box .video-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    height: 160px;
    border: 1px solid var(--theme-br);
}

.video-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-box .video-text {
    padding-top: 10px;
    font-size: 1rem;
    text-transform: capitalize;
    border-top: 1px solid #ffffff0f;
}

.video-box .video-multi-btn {
    position: absolute;
    text-align: center;
    z-index: 5;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 10px;

    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(.57, .21, .69, 3.25);
}

.video-box .video-multi-btn .btn {
    color: var(--grey-color);
    min-width: 30px;
    min-height: 30px;
    max-width: 40px;
    max-height: 40px;
    display: inline-block !important;
    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 !important;
    font-size: 16px !important;
}

.video-box:hover .video-multi-btn {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);

}

.video-box:hover .video-multi-btn .btn {
    transform: scale(1);
}

.video-editor-wrapper-page video {
    height: 300px !important;
}

.w-fit-content {
    width: fit-content !important;
}

.a2a_full_services {
    height: 280px;
    overflow-y: scroll;
    padding: 20 20px;
    -webkit-overflow-scrolling: touch;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 20px 0 0 0;
}

.a2a_full_services svg {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
    display: block;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: auto;
    height: auto;
}

@media (min-width: 768px) {
    .modal-dialog {
        max-width: 700px;
        margin: 1.75rem auto;
    }
}

a.a2a_i,
i.a2a_i {
    display: block;
    float: left;
    line-height: 24px;
    padding: 6px 8px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 132px;
}

.a2a_full_services .a2a_i {
    display: inline-block;
    float: none;
    width: 181px;
    width: calc(33.334% - 18px);
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;

}

a.a2a_i .a2a_svg,
a.a2a_more .a2a_svg {
    background-size: 30px!important;
    height: 30px!important;
    width: 30px!important;
    line-height: 30px!important;
    display: inline-block;
    vertical-align: bottom;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 2px;
}

.form-control:disabled,
.form-control[readonly] {
    background: var(--theme-bg) !important;
}
/* merge video css */

/* text to image page css */
.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;
}
.character-box-wrapper-parent{
    padding: 5px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.character-box-wrapper-parent-outer input[type="radio"] {
    width: 100%;
    height: 100%;
    position: absolute !important;
    margin: 0;
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: 0;
}
.character-box-wrapper-parent-outer input[type="radio"]:checked + .character-box-wrapper-parent::after{
    opacity: 1;
}
.character-box-wrapper-parent::after{
    content: "";
    position: absolute;
    background-image: var(--theme-gradient);
    background-size: 200%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    top: 0;
    left: 0;
    border-radius: inherit;
}
.character-box-wrapper-parent .character-box-wrapper{
    /* height: 120px; */
    border-radius: inherit;
    position: relative;
    overflow: hidden;
}
.character-box-wrapper-parent .character-box-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.character-box-wrapper-parent .character-box-wrapper .heading{
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    text-align: center;
    backdrop-filter: blur(1px);
}
.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: 80;
    width: 80;
    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;
}
/* nav-pills style-3 */
.nav-pills.style-3{
    background: var(--theme-white);
    z-index: 50;
    position: relative;
    width: 99.4%;
}
.nav-pills.style-3 .nav-item {
    width: 50%;
}
.nav-pills.style-3 .nav-item .nav-link {
    width: 100%;
    border-radius: 0;
    background: transparent;
    color: var(--grey-color);
    font-weight: 500;
    border-bottom: 1px solid var(--theme-br);
    position: relative;
    padding: 10px;
}
.nav-pills.style-3 .nav-item .nav-link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    right: 0;
    background: var(--theme-gradient);
    height: 2px;
    width: 0;
    transition: 0.4s ease;
}
.nav-pills.style-3 .nav-item:last-child .nav-link::before {
    left: 0;
    background: linear-gradient(-283.38deg, #1DBBFF 0%, var(--primary-color) 100%);
}
.nav-pills.style-3 .nav-item .nav-link.active::before{
    width: 100%;
}
.nav-pills.style-3 .nav-item .nav-link.active {
    font-weight: 600;
    background: var(--theme-gradient);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
/* nav-pills style-3 */

.template-buttons .face-recognition{
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
}
.template-buttons .make-talk-btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    text-wrap-mode: nowrap;
}

/* Select Style Wrapper */
/* Style 1 */
.select-style-wrapper{
    display: block;
    height: 205px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.select-style-wrapper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.select-style-wrapper .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.select-style-wrapper-style-2{
    /* height: 180px; */
    border-radius: 10px;
    cursor: unset;
}
@media only screen and (min-width : 1600px){
    .select-style-wrapper.select-style-wrapper-style-2{
        height: 300px;
    }
    .select-style-wrapper{
        height: 300px;
    }
}
.select-style-wrapper.select-style-wrapper-style-2 .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;
}
.select-style-wrapper.select-style-wrapper-style-2:hover .btn{
    opacity: 1;
    visibility: visible;
}
.select-style-wrapper.select-style-wrapper-style-2::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;
}
.select-style-wrapper.select-style-wrapper-style-2 .heading{
    background: transparent;
    z-index: 1;
}
.select-style-wrapper.select-style-wrapper-style-2:hover::after{
    backdrop-filter: unset;
    height: 100%;
}

/* Style 3 */
/* .select-style-wrapper.select-style-wrapper-style-3{
    overflow: auto;
    border: 1px solid var(--theme-br);
} */
.select-style-wrapper .img-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    /* height: 152px; */
    /* margin: 10px 10px 0; */
    /* border-radius: 5px 5px 0 0; */
    /* overflow: hidden; */
    background: rgba(1, 1, 1, 0.05);
}
.select-style-wrapper .img-wrapper .fa-plus {
    display: none;
    font-size: 40px;
    color: rgba(1, 1, 1, 0.15);
}

.select-style-wrapper .img-wrapper.create-template .fa-plus {
    display: inline-block;
    transform: translateY(-20px);
}
/* Select Style Wrapper */

.custom-file-upload.custom-file-upload-style-2{
    cursor: pointer;
    padding: 10px;
    background: var(--theme-bg);
    flex-direction: row;
    justify-content: unset;
    gap: 10px;
}
.custom-file-upload.custom-file-upload-style-2 .image-box{ 
    height: 80px;
    width: 80px;
    border-radius: 5px;
    position: relative;
}
.custom-file-upload.custom-file-upload-style-2 .image-box img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: inherit;
}
.selectpicker.selectpicker-audio-icon+.dropdown-toggle .filter-option-inner-inner,
.selectpicker.selectpicker-audio-icon+.dropdown-toggle+.dropdown-menu .dropdown-item{
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}
.selectpicker.selectpicker-audio-icon+.dropdown-toggle .filter-option-inner-inner::before,
.selectpicker.selectpicker-audio-icon+.dropdown-toggle+.dropdown-menu .dropdown-item::before{
    content: "\f144";
    position: relative;
    font-size: 16px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #D9D9D9;
}
/* text to image page css */

/* some css fixes */
.turtorials-heading .headings button:last-child{
    margin: 0px !important;
}
.vide-demo{
    margin-top: 0 !important;
    padding-bottom: 56.25% !important;
    position: relative !important;
}
.vide-demo iframe{
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 10px !important;
}
.turtorials-content{
    padding: 20px !important;
}
@media (max-width: 575px){
    .turtorials-content{
        padding: 15px !important;
    }
}
.temp-scroll{
    max-height: calc(100vh - 225px);
    overflow-y: auto;
    overflow-x: hidden;
}
.image-dimension-box,
.sample-box ul li:last-child{
    display: none;
}
#fileNameDisplay{
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.custom-upload-2.with-shadow{
    background: transparent !important;
    transition: 0.4s;
}
.custom-upload-2.with-shadow:hover{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.custom-upload-2.with-shadow .custom-file-upload{
    cursor: pointer;
}
.comman-ai-box .btn.btn-primary.w-100,
.merge-video .btn.btn-primary.w-100{
    position: relative;
    margin-bottom: 20px;
}
.comman-ai-box .btn.btn-primary.w-100::after,
.merge-video .btn.btn-primary.w-100::after{
    position: absolute;
    content: 'Content generation usually takes 1–2 minutes.';
    bottom: -5px;
    left: 0;
    transform: translateY(100%);
    width: 100%;
    color: var(--light-text);
    font-size: 12px;
}
.temp_js_loader img{
    height: 150px !important;
}
.temp_js_loader img + div{
    display: none !important;
}
.form_error p{
    color: red !important;
}
.image-dimension-box ul li label .image.portrait{
    aspect-ratio: 2 / 3 !important;
}
.image-dimension-box ul li label .image.square{
    aspect-ratio: 1 / 1 !important;
}
.image-dimension-box ul li label .image.landscape{
    aspect-ratio: 4 / 2 !important;
}
.form-check-input:checked{
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}
.genrate-content-side .appoint-wall:hover{
    background: var(--body-bg) !important;
}
.genrate-content-side .default-content-image{
    box-shadow: none;
    border-radius: 0;
    position: relative;
    background: transparent;
    max-height: fit-content !important;
    min-height: fit-content !important;
    height: fit-content !important;
}
.genrate-content-side .default-content-image .media img,
.no-image .default-content-image .media img{
    display: none;
}
.genrate-content-side .default-content-image .media{
    position: relative;
    height: calc(100vh - 82px);
    top: 0;
    left: 0;
    width: 100%;
    background-image: url(../images/not-created.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 533px;
    margin: 0 auto;
}
.no-image .template-editor-wrapper{
    background: transparent;
}
.no-image .default-content-image .media{
    background-image: url(../images/not-created.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    max-width: 533px;
    margin: 0 auto;
}
thead tr th {
    background: transparent !important;
}
table th, table td{
    background: transparent !important;
}
thead tr{
    background: var(--rgba-primary-1) !important;
    border-radius: 5px;
}
.table-responsive{
    overflow: visible;
    padding: 20px;
}
@media only screen and (max-width : 1200px){
    .table-responsive{
        padding: 0px;
    }
    .table-design.table{
        padding-left: 1px;
        padding-right: 1px;
    }
}
.btn{
    font-weight: 500 !important;
}
.confirm-del .aspect-square{
    width: 130px !important;
    height: 130px !important;
    display: block;
    margin: auto;
}
.btn-danger{
    background: #FF4B4B !important;
}
.nav-link,.nav-link:hover{
    color: var(--grey-color);
}
.btn.btn-white{
    background-color: #fff;
    border-color: #fff;
    color: var(--black-color);
}
.modelw-450{
    /* max-width: 450px; */
}
#headerDrop{
    cursor: pointer;
}
#modal-video{
    height: 100vh;
    max-height: calc(100vh - 100px);
    object-fit: cover;
}
.tools-navbar .nav-pills .nav-link.active svg path{
    fill: var(--theme-white);
}
.artist-container{
    height: unset !important;
    max-height: unset !important;
}
.artist-container > .row {
    row-gap: 30px;
}
@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);
    }
    .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;
    }
    .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;
    }
}
/* some css fixes */

/* .blank-wall */
.blank-wall .blank-icon{ 
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 20%;
    mix-blend-mode: multiply;
}
.blank-wall .blank-icon img{ 
    height: 100%;
    width: 100%;
    object-fit: cover;
}
@media only screen and (max-width : 1300px){
    .blank-wall .blank-icon{ 
        height: 60px;
        width: 60px;
    }
}
/* .blank-wall */

/* sound-list */
.btn.dropdown-toggle{
    border: 1px solid var(--theme-br) !important;
    color: var(--theme-text-color);
    justify-content: space-between !important;
}
.sound-list li{
    padding: 0;
    align-items: stretch;
}
.sound-list li .select-side{
    padding: 8px 10px;
    padding-left: 0;
}
.sound-list li .form-check .icons button{
    outline: 0;
    border: 0;
    background: transparent;
    padding: 0;
}
.sound-list li .form-check .icons i{
    color: #D9D9D9;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.4s;
}
.listing-list li{
    transition: 0.4s;
}
.listing-list li:hover{
    background: var(--primary-color);
    color: var(--theme-white);
}
.listing-list li:hover .icons i{
    color: var(--theme-white);
}
/* sound-list */

/* confirm-delete-modal */
#confirm-delete-modal .modal-dialog{
    max-width: 450px;
}
/* confirm-delete-modal */

/* show-sidebar */
@media only screen and (min-width: 992px) {
    .toggle-sidebar, .toggle-sidebar:hover {
        background: var(--primary-color);
        border-radius: 0 5px 5px 0;
        padding: 20px 5px;
        position: absolute;
        top: 30px;
        left: 100%;
        color: var(--text-primary);
        cursor: pointer;
        z-index: 10;
    }
    .sidebar-hidden .sidebar {
        transform: translateX(-100%);
    }
    .sidebar-hidden .container-wrapper {
        left: 0;
        width: 100%;
    }
}
/* show-sidebar */

/* .under-sub-menu */
.under-sub-menu{
    height: calc(100% - 60px);
    overflow: hidden;
    overflow-y: auto;
    padding-top: 15px !important;
    border-top: 1px solid var(--theme-br);
}
.outer-sub-menu{
    height: calc(100% - 156px);
    overflow: hidden;
}
/* .under-sub-menu */

/* language switcher */
#gt_float_wrapper{
    right: -30px !important;
}
#gt_float_wrapper .gt-lang-code{
    display: none;
}
#gt_float_wrapper .gt_options{
    display: block;
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.50);
    color: var(--white-color);
    right: 100%;
    width: 200px;
    border: 1px solid var(--theme-br);
    border-radius: 0 !important;
    backdrop-filter: blur(50px);
}
#gt_float_wrapper .gt-selected{
    border-radius: 0 !important;
    background: var(--theme-bg);
    border: 1px solid var(--theme-br);
}
.gt_float_switcher .gt_options::-webkit-scrollbar{
    width: 2px !important;
}
.gt_float_switcher .gt_options::-webkit-scrollbar-thumb {
    background: var(--primary-gradient);
    border-radius: 10px;
}
.gt_float_switcher .gt_options::-webkit-scrollbar-track {
    background-color: var(--theme-bg); /* Background track color */
}
/* Firefox */
.gt_float_switcher .gt_options {
    scrollbar-width: thin; /* Thin scrollbar */
    scrollbar-color: var(--primary-color) var(--theme-bg); /* Slider handle and track color */
}
/* Microsoft Edge (Legacy) */
.gt_float_switcher .gt_options::-ms-scrollbar {
    width: 2px; /* Similar to Webkit */
    background-color: var(--theme-bg);
    color: var(--primary-color);
}
#gt_float_wrapper .gt_float_switcher{
    border-radius: 0 !important;
}
.gt_float_switcher .gt_options a{
    color: var(--theme-color) !important;
}
.gt_float_switcher .gt_options a:hover{
    color: var(--white-color) !important;
}
/* language switcher */

/* css by raj 3 feb 25 */

/* Css by Tushar 07-04-2025 */
/* Ghibli Bg Wrapper */
.ai-bg-wrapper,
.ghibli-bg-wrapper{
    background-image: url('../images/ghibli-art-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    background-size: cover;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px;
}
.ai-bg-wrapper{
    background-image: url('../images/ai-art-bg.png');
}
@media only screen and (max-width : 575px){
    .ai-bg-wrapper,
    .ghibli-bg-wrapper{
        margin-bottom: 15px;
    } 
}
.ai-bg-wrapper .ghibli-text,
.ghibli-bg-wrapper .ghibli-text{
    font-size: 18px;
    color: var(--theme-white);
    font-weight: 500;
    text-align: center;
}
/* Ghibli Bg Wrapper */

/* form-check */
.form-check.form-check-style-1{
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 0 !important;
}
.form-check.form-check-style-1 .form-check-input{
    height: 20px;
    width: 20px;
    margin: 0;
    position: relative;
}
.form-check.form-check-style-1 .form-check-label{
    color: var(--theme-text-color);
    padding: 0;
}
.form-check.form-check-style-1 .form-check-label::before{
    display: none;
}
/* form-check */

/* select-style-wrapper select-style-wrapper-style-2.with-icons */
.select-style-wrapper.select-style-wrapper-style-2.with-icons::after{
    display: none;
}
.select-style-wrapper.select-style-wrapper-style-2.with-icons .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;
}
.select-style-wrapper.select-style-wrapper-style-2.with-icons .heading .download-icon{
    font-size: 16px;
    color: var(--theme-white);
}
.select-style-wrapper.select-style-wrapper-style-2.with-icons .form-check-input{
    position: absolute;
    top: 10px;
    left: 10px;
    height: 20px;
    width: 20px;
    background-color: var(--theme-white);
    /* border: 0 !important; */
    margin: 0;
    z-index: 10;
}
.select-style-wrapper.select-style-wrapper-style-2.with-icons .top-right{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.select-style-wrapper.select-style-wrapper-style-2.with-icons .top-right > a,
.select-style-wrapper.select-style-wrapper-style-2.with-icons .top-right > .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;
}
.select-style-wrapper.select-style-wrapper-style-2.with-icons .top-right > .dropdown-no-arrow .dropdown-menu{
    max-width: 140px;
    min-width: unset;
    max-height: 120px !important;
    overflow-y: auto;
}
.select-style-wrapper.select-style-wrapper-style-2.with-icons .top-right > a,
.select-style-wrapper.select-style-wrapper-style-2.with-icons .top-right > .dropdown-no-arrow > a{
    font-size: 16px;    
}
.select-style-wrapper.select-style-wrapper-style-2.with-icons .top-right,
.select-style-wrapper.select-style-wrapper-style-2.with-icons .heading,
.select-style-wrapper.select-style-wrapper-style-2.with-icons::after {
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}
.select-style-wrapper.select-style-wrapper-style-2.with-icons:hover .top-right,
.select-style-wrapper.select-style-wrapper-style-2.with-icons:hover .heading,
.select-style-wrapper.select-style-wrapper-style-2.with-icons:hover::after {
    opacity: 1;
    visibility: visible;
}
/* select-style-wrapper select-style-wrapper-style-2.with-icons */

/* Ghiblli Style Swiper */
.title-head .title-text{
    font-size: 18px;
}
.title-head .swiper-navigation .swiper-button-next,
.title-head .swiper-navigation .swiper-button-prev {
    position: static;
    width: 25px;
    height: 25px;
    background: rgba(1, 1, 1, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: unset;
    transition: all 0.5s;
}
.title-head .swiper-navigation .swiper-button-next:hover,
.title-head .swiper-navigation .swiper-button-prev:hover {
    background: var(--primary-color);
}

.title-head .swiper-navigation .swiper-button-next::after,
.title-head .swiper-navigation .swiper-button-prev::after {
    font-size: 10px;
    color: var(--theme-white);
}
.graphicTemplateSwiper .swiper-wrapper,
.ghiblliStyleSwiper .swiper-wrapper,
.AiStyleSwiper .swiper-wrapper{
    height: auto;
}
/* Ghiblli Style Swiper */

/* Ghibli Choose Style Box Wrapper */
.ghibli-box-wrapper{
    display: block;
    height: 325px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.ghibli-box-wrapper img,
.ghibli-box-wrapper video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.ghibli-box-wrapper .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(20px);
    padding: 10px;
}
.ghibli-box-wrapper:hover img{
    transform: scale(1.1) rotate(5deg);
}
.ghibli-box-wrapper.hover-video video{
    display: none;
}
.ghibli-box-wrapper.hover-video:hover img{
    display: none !important;
}
.ghibli-box-wrapper.hover-video:hover video{
    display: block;
}
/* Ghibli Choose Style Box Wrapper */

/* 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(--light-text);
    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(--light-text);
    border: 1px solid var(--theme-br)!important;
}
/* Icon Btn */

/* Recent Arts Modal */
.recent_arts_modal .custom-upload-2 .form-label{
    font-size: 14px;
    color: var(--black-color);
    font-weight: 500;
    margin-bottom: 0;
}
.recent_arts_modal .custom-upload-2 .upload-text{
    font-size: 12px;
    font-weight: 400;
}
/* Recent Arts Modal */

/* select-style-wrapper select-style-wrapper-style-2 for-gt */
.select-style-wrapper.select-style-wrapper-style-2.for-gt .top-right{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.select-style-wrapper.select-style-wrapper-style-2.for-gt:hover .top-right{
    opacity: 1;
    visibility: visible;
}
.select-style-wrapper.select-style-wrapper-style-2.for-gt .top-right .icon-outline{
    font-size: 16px;
    color: var(--theme-white);
    border: 1px solid var(--theme-white);
    border-radius: 5px;
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
.select-style-wrapper.select-style-wrapper-style-2.for-gt .top-right .icon-outline:hover{
    background: var(--theme-white);
    color: var(--black-color);
}
.select-style-wrapper.select-style-wrapper-style-2.for-gt .top-right .btn{
    position: unset;
    max-width: unset;
    transform: unset;
    opacity: 1;
    visibility: visible;
}
/* select-style-wrapper select-style-wrapper-style-2 for-gt */

/* delete-alert-modal */
.delete-alert-modal .modal-dialog{
    max-width: 450px;
}
.delete-alert-modal .media{
    width: 130px;
    height: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.delete-alert-modal .media img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.delete-alert-modal .title{
    font-size: 18px;
    font-weight: 500;
    color: var(--theme-text-color);
    margin-bottom: 5px;
    text-align: center;
}
.delete-alert-modal .description{
    color: var(--light-text);
}
/* delete-alert-modal */

/* .border-hr */
.border-hr {
    border-bottom: 1px solid var(--theme-br3);
    padding-bottom: 10px;
}
/* .border-hr */

/* .output-div */
.output-div{
    /* padding: 10px;
    background: var(--theme-bg);
    border-radius: 5px; */
    width: fit-content;
}
.output-div img {
    max-width: 200px;
    margin: 0 auto;
    object-fit: contain;
    max-height: 100px !important;
}
/* .output-div */

/* back-to-prev */
.back-to-prev{
    font-size: 18px;
    color: var(--light-text);
}
/* back-to-prev */

/* info-tooltip */
.info-tooltip{
    cursor: pointer;
    opacity: 0.6;
}
.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.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before{
    border-bottom-color: var(--primary-color);
}
.custom-tooltip .tooltip-inner {
    background: var(--primary-color);
    border-radius: 10px;
    color: var(--theme-white);
    border: 2px solid var(--primary-color);
}
.custom-tooltip.more-width .tooltip-inner {
    max-width: 350px;
}
.custom-tooltip.custom-tooltip-style-2 .tooltip-inner {
    text-align: left !important;
}
.custom-tooltip.custom-tooltip-style-2.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .custom-tooltip.custom-tooltip-style-2.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: var(--black-color);
}
.custom-tooltip.custom-tooltip-style-2.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .custom-tooltip.custom-tooltip-style-2.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: var(--black-color);
}
.custom-tooltip.custom-tooltip-style-2.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .custom-tooltip.custom-tooltip-style-2.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: var(--black-color);
}
.custom-tooltip.custom-tooltip-style-2.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .custom-tooltip.custom-tooltip-style-2.bs-tooltip-bottom .tooltip-arrow::before{
    border-bottom-color: var(--black-color);
}
.custom-tooltip.custom-tooltip-style-2 .tooltip-inner {
    background: var(--theme-white);
    color: var(--theme-text-color);
    border: 2px solid var(--theme-br);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
/* info-tooltip */

/* upgrade-custom-tooltip */
.upgrade-tooltip{
    position: relative;
}
.upgrade-tooltip .my_target {
    background-color: var(--theme-bg);
    padding: 10px;
    border: 1px solid var(--theme-br);
    display: none;
    border-radius: 5px;
    position: absolute;
    z-index: 100;
    bottom: 110%;
    left: 0;
    width: 200px;
}
.upgrade-tooltip .my_target::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    position: absolute;
    top: 100%;
    left: 10%;
    border-top: 8px solid var(--primary-color);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: none;
}
.upgrade-tooltip.upgrade-tooltip-bottom .my_target {
    bottom: auto;
    top: 110%;
    left: auto;
    right: 0;
}
.upgrade-tooltip.upgrade-tooltip-bottom .my_target::after {
    top: auto;
    bottom: 100%;
    border-bottom: 8px solid var(--primary-color);
    border-top: none;
    left: auto;
    right: 10%;
}
/* upgrade-custom-tooltip */

/* btn-pulse */
.btn-pulse {
    -webkit-animation: pulse-back 1.5s linear infinite;
    animation: pulse-back 1.5s linear infinite;
}
@-webkit-keyframes pulse-back {
    0% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    }
    60% {
      transform: scale(1);
      box-shadow: 0 0 0 24px rgba(255,255,255,0.1);
    }
    90% {
      transform: scale(1);
      box-shadow: 0 0 0 0 rgba(255,255,255,0.1);
    }
    100% {
      transform: scale(0.95);
      box-shadow: 0 0 0 0 rgba(255,255,255,0.1);
    }
}
/* btn-pulse */

/* Css by Tushar 07-04-2025 */