/* SECTION: general */
:root {
    --ass-secondary: #f5365c;
    --ass-primary: #1b1464;
    --ass-tertiary: #d8e6f2;
}

/* body, */
.modal-backdrop {
  z-index: 9990;
}
.modal {
  z-index: 9991 !important;
}

.ass-chat-header-delete:hover {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
}
.toast {
    --bs-toast-spacing: 0.75rem !important;
}

.ass-header, .ass-general-body, .ass-footer {
    font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Nunito', sans-serif;
}
.ass-text-truncate-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
}
.ass-flex {
    display: flex;
}
.ass-form-control {
    min-height: calc(1.5em + .5rem + calc(1px * 2) - 1px) !important;
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    border: 1px solid #dee2e6 !important;
    border-radius: .25rem !important;
}
.ass-form-control:disabled {
    background-color: #e9ecef !important;
}

.ass-form-floating-select {
    border: 1px solid #dddddd !important;
    border-radius: .25rem !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    min-width: 10rem;
}

.ass-form-select {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
    padding-left: .5rem !important;
    padding-right: 2.25rem !important;
    font-size: .875rem !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: 1px solid #dee2e6 !important;
    border-radius: .25rem !important;
}
#wpfooter{
   position: relative !important; 
}

.ass-position-relative {
    position: relative !important;
}
hr{
    margin: 0.5rem 0 !important;
}
.ass-w-max-content {
    width: max-content !important;
}
.ass-max-w-inherit {
    max-width: inherit !important;
}
.ass-max-w-150 {
    max-width: 150px;
}
.ass-max-w-none {
    max-width: none !important;
}
.ass-card-mw-100{
    max-width: 100% !important;
}
.ass-carousel-caption{
   position:relative !important;
   padding-top: 0px !important;
   bottom: 0px !important;
   right: 0px !important;
   left:0px !important;
}

.ass-shadow{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px !important;
}
.ass-bg-lightblue {
    background-color: #6ca7f9 !important;
}
.ass-fh-200{
    height: 200px !important;
}
.ass-size-8 {
    font-size: 8px !important;
}
.ass-size-9 {
    font-size: 9px !important;
}
.ass-size-10 {
    font-size: 10px !important;
}
.ass-size-11 {
    font-size: 11px !important;
}
.ass-size-12 {
    font-size: 12px !important;
}
.ass-size-13 {
    font-size: 13px;
}
.ass-size-14 {
    font-size: 14px;
}
.ass-size-15 {
    font-size: 15px;
}
.ass-size-16 {
    font-size: 16px;
}
.ass-size-18 {
    font-size: 18px;
}
.ass-size-20 {
    font-size: 20px;
}
.ass-size-25 {
    font-size: 25px;
}
.ass-size-32{
    font-size: 32px;
}
.ass-size-45{
    font-size: 45px;
}
.ass-mr-5 {
    margin-right: 5px !important;
}
.ass-text-color-primary{
    color: var(--ass-primary);
}
.ass-fw-500 {
    font-weight: 500;
}
.ass-fw-600 {
    font-weight: 600;
}
.ass-truncate-lines-2 {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: calc(1.2rem * 2);
}
/* !SECTION */

/* SECTION: Dashboard */
.ass-dashboard-text {
    color: green !important;
}
.ass-dashboard-card {
    flex: 1 !important;
    min-width: 0;
    margin: 10px;
    border: 1px solid #e9e9e9;
}
.ass-settings-card {
    min-width: 0;
    margin: 10px;
    border: 1px solid #e9e9e9;
}
.ass-dashboard-card h5,
.ass-dashboard-card h5,
.ass-settings-card i,
.ass-settings-card i {
    color: #1b1464;
}
.ass-dashboard-premium-card {
    background-color: var(--ass-primary);
    background-image: linear-gradient(to bottom right, var(--ass-secondary) -60%, var(--ass-primary) 90%);
    color: white;
    border-radius: 10px;
    margin: 10px;
}
.ass-dashboard-premium-card img {
    width: 35%;
}
.ass-dashboard-premium-card-btn {
    background-color: white !important;
    color: #1b1464 !important;
    border-radius: 10px !important;
    padding: 3px 50px !important;
    font-size: 14px !important;
    box-shadow: none;
    transition: all 0.3s ease !important;
}
.ass-dashboard-premium-card-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.ass-dashboard-template-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 0px !important;
}
.ass-dashboard-template-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #f8f9fa5d;
}
.ass-dashboard-template-card .card-body {
    padding: 0px 10px !important;
}
.ass-dashboard-activity-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    padding: 0px !important;
}
.ass-dashboard-activity-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    background-color: #f8f9fa5d;
}
.ass-dashboard-activity-card .card-body {
    padding: 0px 10px !important;
}
.ass-dashboard-tools-item {
    border-radius: 10px !important;
    transition: background-color 0.3s ease !important;
}
.ass-dashboard-tools-item img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin: 5px;
}
.ass-dashboard-b2s-tool {
    background-color: #eaf5d5 !important;
}
.ass-dashboard-b2s-tool:hover {
    background-color: #d4ebb1 !important;
}
.ass-dashboard-prg-tool {
    background-color: #fff9e6 !important;
}
.ass-dashboard-prg-tool:hover {
    background-color: #fff4b3 !important;
}
.ass-dashboard-newest-template-loader {
    display: flex;
}
.ass-dashboard-newest-template a {
    min-width: 140px;
}
.ass-dashboard-last-chat-loader {
    display: flex;
}
/* !SECTION */

/* SECTION: Sidebar */
.ass-sidebar-licence-reload {
    cursor: pointer;
}
.ass-sidebar-logo-container {
    display: flex;
    width: max-content;
    justify-content: center;
    align-items: center;
}
.ass-sidebar-logo {
    width: 48px;
    margin-right: 10px;
    margin-top:-13px;
}
.ass-sidebar-logo-text {
    width: 100px;
    margin-left: -3px;
}
.ass-sidebar-version-text{
    font-size: 11px;
}

.ass-sidebar-close-btn {
    padding-right: 0px !important;
}
.ass-sidebar-license {
    max-width: 290px;
}
.ass-sidebar-license button,
.ass-sidebar-license-no-auth button {
    color: #0f6efd !important;
    font-size: 12px;
    font-weight: 600;
}
.ass-sidebar-license p,
.ass-sidebar-license-no-auth p {
    font-size: 12px !important;
    font-weight: 600;
    margin: 0 !important;
}
.ass-sidebar-remaining p, .ass-sidebar-remaining button {
  font-size: 9px !important;
  font-weight: 600;
}
.ass-sidebar-remaining button {
  color: #0f6efd !important;
  font-weight: 500;
}
.ass-sidebar-progress {
    margin: 0 !important;
    height: 10px !important;
}
.ass-sidebar-progress-bar {
    background-color: var(--ass-primary) !important;
    margin: 0 !important;
}
.ass-sidebar-progress-bar-2 {
    background-color: #6ca7f9 !important;
    margin: 0 !important;
}
.ass-sidebar-progress-bar-no-auth {
    background-color: #5cb85c !important;
    margin: 0 !important;
}
.ass-sidebar-segment p {
    font-size: 11px;
}
.ass-sidebar-segment button {
    padding: 0 !important;
}
.ass-sidebar-segment button p {
    font-size: 14px;
    font-weight: 500;
}
.ass-sidebar-segment button .badge p {
    font-size: 10px !important;
    font-weight: 600;
}
.ass-sidebar-menu-item {
    font-weight: 400;
}  
.ass-sidebar-menu-item-selected {
    color: #4d3cff !important;
}
.ass-sidebar-license-upgrade-btn {
    border: 1px solid #e9e9e9 !important;
}
.ass-sidebar-license-upgrade-btn:hover {
    background-color: var(--ass-primary) !important;
    color: #fff !important;
    border: 1px solid var(--ass-primary) !important;
}
.ass-sidebar-license-connect-btn {
    border: 1px solid #e9e9e9 !important;
}
.ass-sidebar-license-connect-btn:hover {
    background-color: var(--ass-primary) !important;
    color: #fff !important;
    border: 1px solid var(--ass-primary) !important;
}
.ass-sidebar-status-headline {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dee2e6 !important;
}
.ass-sidebar-status-footer {
    background-color: #f7f7f7;
    border-top: 1px solid #dee2e6 !important;
}
.ass-sidebar-status-content-inner > div {
    height: 15px;
    width: 15px;
    border-radius: 50%;
}
/* !SECTION */

/* SECTION: Sidebar Island */
.ass-sidebar-island {
    padding: 10px 0 10px 0;
}
.ass-sidebar-island-wrapper {
    background-color: #d8e6f2;
    padding: 25px 5px;
    border-radius: 15px;
    transition: transform 0.3s ease;
}
/* !SECTION */


/* SECTION: Chat */

/* *******************************
message-area
******************************** */

.message-area {
    height: 100vh;
    overflow: hidden;
    padding: 30px 0;
    background: #f5f5f5;
}

.ass-chat-area {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-radius: 0.3rem;
    height: 85vh;
    overflow: hidden;
    min-height: calc(100% - 1rem);
}

.ass-chat-area-blocked {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    z-index: 1040;
    background: rgba(0, 0, 0, 0.2);
}
.ass-chat-area-blocked > div {
    display: flex;
    flex-direction: column;
    max-width: 25%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: white;
    border-radius: 10px;
}
.ass-templates-blocked {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    max-width: 1320px;
    z-index: 1040;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}
.ass-templates-blocked > div {
    display: flex;
    flex-direction: column;
    max-width: 25%;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background-color: white;
    border-radius: 10px;
}

.ass-chat-list {
    outline: 0;
    height: 100%;
    overflow: hidden;
    width: auto;
    float: left;
    padding: 15px 5px;
    transition: width 0.3s ease !important;
}

.ass-chat-area .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    height: 100%;
}

.ass-chat-area .modal-dialog-scrollable {
    height: 100% !important;
}

.ass-chat-box {
    width: auto;
    overflow: hidden;
    height: 100%;
    border-left: 1px solid #ccc;
}

.ass-chat-box .modal-dialog,
.ass-chat-list .modal-dialog {
    max-width: 100%;
    margin: 0;
}

.ass-chat-area .form-control {
    display: block;
    width: 80%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ass-chat-area .form-control:focus {
    outline: 0;
    box-shadow: inherit;
}

a.add img {
    height: 36px;
}

.ass-chat-area .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    align-items: center;
    justify-content: space-between;
    flex-wrap: inherit;
}

.ass-chat-area .nav-tabs .nav-item {
    width: 100%;
}

.ass-chat-area .nav-tabs .nav-link {
    width: 100%;
    color: #180660;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-top: 5px;
    margin-bottom: -1px;
    background: 0 0;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.ass-chat-area .nav-tabs .nav-item.show .nav-link,
.ass-chat-area .nav-tabs .nav-link.active {
    color: #222;
    background-color: #fff;
    border-color: transparent transparent #000;
}

.ass-chat-area .nav-tabs .nav-link:focus,
.ass-chat-area .nav-tabs .nav-link:hover {
    border-color: transparent transparent #000;
    isolation: isolate;
}
.ass-chat-list-items {
    position: relative;
}

.ass-chat-list-items h3, .ass-chat-list-placeholder h3 {
    color: #222;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: capitalize;
    margin-bottom: 0;
}

.ass-chat-list-items p, .ass-chat-list-placeholder p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.ass-chat-list-items a.d-flex, .ass-chat-list-placeholder a.d-flex {
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
}

.ass-msg-head h3 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0;
}

.ass-msg-head p {
    color: #343434;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.ass-msg-head {
    padding: 7px;
    border-bottom: 1px solid #ccc;
}
.ass-chat-msg-bubble-error {
    border: 1px solid var(--ass-secondary) !important;
}
.ass-chat-msg-bubble > :first-child {
    margin-top: 0px !important;
}
.ass-chat-msg-bubble > h1 {
    font-size: 32px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.ass-chat-msg-bubble > h2 {
    font-size: 24px !important;
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}
.ass-chat-msg-bubble > h3 {
    font-size: 18px !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}
.ass-chat-msg-bubble > h4 {
    font-size: 16px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}
.ass-chat-msg-bubble > h5 {
    font-size: 14px !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
}

.ass-chat-msg-bubble ul {
    overflow: hidden;
}
.ass-chat-msg-bubble ol {
    overflow: hidden;
    margin-left: 0 !important;
}

.ass-chat-msg-bubble ul li:first-child,
.ass-chat-msg-bubble ol li:first-child {
    padding-top: 15px;
}
.ass-chat-msg-bubble ul li:last-child,
.ass-chat-msg-bubble ol li:last-child {
    padding-bottom: 15px;
}
.ass-chat-msg-bubble ul li {
    list-style: circle;
    padding: 5px 0px;
    margin: 0;
}
.ass-chat-msg-bubble ol li {
    padding: 5px 0px;
    margin: 0;
}

.ass-chat-msg-container-item li.ass-chat-msg-sender,
.ass-chat-msg-container-item li.ass-chat-msg-reply {
    list-style: none;
    margin: 40px 0px;
}

.ass-chat-msg-container-item {
    list-style: none;
    margin-left: -15px;
    margin-right: 15px;
}
.ass-chat-msg-list-placeholder {
    list-style: none;
    overflow-x: hidden;
    margin-left: -15px;
    margin-right: 15px;
}

.ass-msg-body ul li.ass-chat-msg-sender,
.ass-msg-body ul li.ass-chat-msg-sender-placeholder {
    display: block;
    width: 100%;
    position: relative;
}

.ass-msg-body ul li.ass-chat-msg-sender:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    top: -6px;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #f5f5f5 transparent;
    -webkit-transform: rotate(-37deg);
    -ms-transform: rotate(-37deg);
    transform: rotate(-37deg);
}

.ass-msg-body ul li.ass-chat-msg-sender div.ass-chat-msg-bubble,
.ass-msg-body ul li.ass-chat-msg-sender-placeholder p,
.ass-msg-body ul li.ass-chat-msg-sender div.ass-chat-msg-response-loader {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: #f5f5f5;
    display: inline-block;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 0;
    max-width: 90%;
}

.ass-msg-body ul li.ass-chat-msg-sender div.ass-chat-msg-bubble b,
.ass-msg-body ul li.ass-chat-msg-sender-placeholder p b,
.ass-msg-body ul li.ass-chat-msg-sender-placeholder div.ass-chat-msg-response-loader b {
    display: block;
    color: #180660;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}
.ass-msg-body ul li.ass-chat-msg-reply,
.ass-msg-body ul li.ass-chat-msg-reply-placeholder {
    display: block;
    width: 100%;
    text-align: right;
    position: relative;
}

.ass-msg-body ul li.ass-chat-msg-reply:before {
    display: block;
    clear: both;
    content: '';
    position: absolute;
    bottom: -2px;
    right: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent var(--ass-primary) transparent;
    -webkit-transform: rotate(37deg);
    -ms-transform: rotate(37deg);
    transform: rotate(37deg);
}
.ass-msg-body ul li.ass-chat-msg-sender div.ass-chat-msg-bubble p {
    margin-bottom: 10px;
}
.ass-msg-body ul li.ass-chat-msg-sender div.ass-chat-msg-bubble p:last-of-type {
    margin-bottom: 0;
}
.ass-msg-body ul li.ass-chat-msg-reply div.ass-chat-msg-bubble p {
    margin-bottom: 10px;
}
.ass-msg-body ul li.ass-chat-msg-reply div.ass-chat-msg-bubble p:last-of-type {
    margin-bottom: 0;
}

.ass-msg-body ul li.ass-chat-msg-reply div.ass-chat-msg-bubble,
.ass-msg-body ul li.ass-chat-msg-reply-placeholder p {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    padding: 15px;
    background: var(--ass-primary);
    display: inline-block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 0;
    text-align: left;
    max-width: 90%;
}

.ass-msg-body ul li.ass-chat-msg-reply div.ass-chat-msg-bubble b,
.ass-msg-body ul li.ass-chat-msg-reply-placeholder p b {
    display: block;
    color: #061061;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 500;
}

.ass-msg-body ul li.ass-chat-msg-reply:after {
    display: block;
    content: '';
    clear: both;
}

.time {
    display: block;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}

li.ass-chat-msg-reply .time {
    margin-right: 20px;
}

.divider {
    position: relative;
    z-index: 1;
    text-align: center;
}

@-moz-document url-prefix() {
    .ass-custom-scrollbar {
        scrollbar-width: thin;
        scrollbar-color: #1b1464c0 #f0f0f0;
    }
}
.ass-custom-scrollbar::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}
.ass-custom-scrollbar::-webkit-scrollbar-track {
    background: #f0f0f0;
}
.ass-custom-scrollbar::-webkit-scrollbar-thumb {
    background: #1b1464c0;
}
.ass-custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background: var(--ass-primary);
}

.ass-msg-body h6 {
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
    color: #222;
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    margin-bottom: 0;
}

.divider:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    top: 12px;
    left: 0;
    border-top: 1px solid #EBEBEB;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.ass-chat-send-btn {
    bottom: 0px;
}

.ass-chat-send-box {
    padding: 15px;
    border-top: 1px solid #ccc;
}

.ass-chat-send-box form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ass-chat-send-box .form-control  {
    display: block;
    width: 85%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #222;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ass-msg-head button, .ass-chat-list-items button, .ass-chat-list-placeholder button {
    border: none;
    background: none;
    z-index: 1030;
}

.ass-chat-send-box button i {
    margin-right: 5px;
}

.ass-chat-control-btn-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 5px 10px;
    background-color: #e1e4e8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.ass-chat-popup-bar {
    display: flex;
    align-items: center;
    padding: 2px 10px;
    background-color: #e1e4e8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.ass-chat-control-btn-bottom .form-control {
    display: inline-block;
    width: 120px;
    height: auto;
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #343945;
    background-color: #FFF;
    background-clip: padding-box;
    border: 1px solid #FFF;
    border-radius: 3px;
    margin-bottom: 2px;
}

.ass-chat-control-template, .ass-chat-control-language {
    width: 10rem;
}

button:focus {
    outline: 0;
}

.ass-chat-icon {
    display: none;
}

.closess i {
    display: none;
}

.ass-chat-list-item {
    cursor: pointer;
    padding: 5px 10px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    z-index: 20;
}

.ass-chat-list-item-active,
.ass-chat-list-item:hover {
    background-color: #f0f0f0;
    border-radius: 5px;
}
.ass-chat-template-btn:disabled {
    border-color: var(--ass-primary) !important;
}
.ass-chat-template-btn:hover .bi {
    color: white !important;
}

.ass-chat-msg-time {
    border: 1px solid rgb(201, 201, 201) !important;
}

.ass-chat-msg-function-btn {
    cursor: pointer;
    border: 1px solid rgb(201, 201, 201) !important;
    transition: transform 0.3s ease !important;
}
.ass-chat-msg-function-btn:hover {
    transform: translateY(3px);
}

.ass-chat-header {
    padding: 0px 5px;
}

.ass-chat-header-id {
    width: fit-content;
    max-width: 100%;
    padding: 1px 4px 1px 4px;
    border-radius: 7px;
    cursor: pointer;
}
.ass-chat-header-id:hover {
    background-color: #ececec;
}

.ass-chat-header-open-btn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ass-chat-header-add-count {
    border-radius: 5px;
    background-color: #f0f0f0;
}
.ass-chat-header-open-ai-status {
    border-radius: 5px;
    background-color: #f0f0f0;
}

.ass-templates-add-count {
    background-color: #f0f0f0;
    cursor: default !important;
}
.ass-templates-add-count:hover,
.ass-templates-add-count:active,
.ass-templates-add-count:focus-visible {
    background-color: #f0f0f0 !important;
    cursor: default !important;
}

.ass-chat-control-template-save-btn {
    margin-bottom: 2px !important;
}

.ass-transparent-border {
    border-color: transparent !important; 
}
.ass-chat-msg-date {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.ass-chat-msg-container-item > li:first-child {
    margin-top: 1rem !important;
}
#ass-chat-send-textarea {
    scrollbar-width: none;
    resize: none;
    max-width: 85%;
}
.ass-chat-control-btn-bottom {
    overflow: hidden;
}

.dot-pulse {
    position: relative;
    left: -9999px;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    box-shadow: 9999px 0 0 -5px;
    animation: dot-pulse 1.5s infinite linear;
    animation-delay: 0.3s;
}
.dot-pulse::before, .dot-pulse::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    width: 6px;
    height: 6px;
    border-radius: 5px;
}
.dot-pulse::before {
    box-shadow: 9988px 0 0 -5px;
    animation: dot-pulse-before 1.5s infinite linear;
    animation-delay: 0s;
}
.dot-pulse::after {
    box-shadow: 10014px 0 0 -5px;
    animation: dot-pulse-after 1.5s infinite linear;
    animation-delay: 0.6s;
}
  
@keyframes dot-pulse-before {
    0% {
      box-shadow: 9986px 0 0 -5px;
    }
    30% {
      box-shadow: 9986px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 9986px 0 0 -5px;
    }
}
@keyframes dot-pulse {
    0% {
      box-shadow: 9999px 0 0 -5px;
    }
    30% {
      box-shadow: 9999px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 9999px 0 0 -5px;
    }
}
@keyframes dot-pulse-after {
    0% {
      box-shadow: 10012px 0 0 -5px;
    }
    30% {
      box-shadow: 10012px 0 0 2px;
    }
    60%, 100% {
      box-shadow: 10012px 0 0 -5px;
    }
}
.ass-option-info,
.ass-option-pov-info,
.ass-option-length-info {
    cursor: pointer;
}

.ass-chat-control-language,
.ass-chat-control-tone,
.ass-chat-control-pov,
.ass-chat-control-length {
    max-width: 10rem !important;
}
.ass-chat-action-btn-ctn-top {
    top: -28px;
}
.ass-chat-action-btn-ctn-btm {
    bottom: -28px;
}
.ass-chat-action-btn-ctn-top .btn-outline-primary,
.ass-chat-action-btn-ctn-btm .btn-outline-primary {
    background-color: #fff;
}
.ass-chat-list-item-disabled,
.ass-chat-list-item-disabled h3,
.ass-chat-list-item-disabled p {
    color: #959595;
}
.ass-chat-error-logo {
    width: 30px;
    height: 30px;
}
.ass-chat-header-edit:hover {
    background-color: #f0f0f0;
}
/* !SECTION */

/* SECTION: Templates */

.ass-templates-switch-btn {
    background-color: rgb(235, 235, 235) !important;
    border: none !important;
    color: grey !important;
    padding: 8px 12px !important;
    font-weight: 500 !important;
}
.ass-templates-switch-btn:before {
    content: '';
    width: calc(100% - 10px);
    position: absolute;
    z-index: -1;
    left: 5px;
    top: 6px;
    height: calc(100% - 12px);
    background-color: white !important;
    padding: 8px 12px !important;
    border-radius: 6px;
    box-shadow: 0px 2px 10px -1px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
}
.ass-templates-switch-input:checked+.ass-templates-switch-btn {
    color: #000 !important;
}
.ass-templates-switch-input:checked+.ass-templates-switch-btn:before {
    opacity: 1;
}
.ass-templates-options-single {
    cursor: pointer;
}
.ass-templates-card-shadow {
    box-shadow: 0px 6px 14px -4px rgba(0, 0, 0, 0.2);
}
#ass-auth-modal-form textarea {
    scrollbar-width: none;
    resize: none;
}
#ass-templates-edit-modal-form textarea {
    scrollbar-width: none;
    resize: none;
}
.ass-templates-list-empty-card {
    cursor: pointer;
}
.ass-template-badge {
    font-size: 10px;
    font-weight: 500;
    line-height: 14px;
    height: 20px !important;
}
.ass-templates-nav-btn {
    color: var(--ass-primary);
}
.ass-templates-nav-btn:hover {
    color: var(--ass-primary);
    background-color: #f0f0f0;
}
.ass-templates-nav-btn:focus {
    color: #fff;
}
.ass-templates-nav-active,
.ass-templates-nav-active:hover {
    background-color: var(--ass-primary);
    color: #fff;
}
.ass-template-disabled-bg {
    background-color: #f0f0f0 !important;
    cursor: pointer;
}
.ass-template-disabled-btn {
    border-color: var(--ass-primary) !important;
}
/* !SECTION */

/* SECTION: Notifications */

.ass-notification-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e9ecef;
    margin: 0px;
    background-color: #fff;
    overflow: hidden;
    border-left: 4px solid #fff;
}
.ass-notification-item:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}
.ass-notification-item-new {
    border-left: 4px solid var(--ass-secondary) !important;
}

.ass-notification-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.ass-notification-content {
    flex-grow: 1;
}

.ass-notification-area {
    height:75vh;
    overflow-y: scroll;
}

/* !SECTION */

/* SECTION: Modals */
.ass-modal-chat-info-list {
    list-style-type: disc;
}
.ass-modal-chat-info-list li {
    margin-bottom: 20px;
}
.ass-modal-onboarding-bg {
    background-color: var(--ass-primary);
    background-image: linear-gradient(to bottom right, var(--ass-secondary) -100%, var(--ass-primary) 100%);
}
.ass-modal-onboarding-header {
    height: 90px;
    width: 90px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.ass-modal-onboarding-header img {
    max-width: 90px;
    padding: 10px;
}
.ass-modal-onboarding-body {
    padding-left: 10%;
    padding-right: 10%;
}
.ass-modal-onboarding-list-item {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    flex: 1 1 0 !important;
}
.ass-modal-onboarding-panel-item {
    background-color: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 10px !important;
    flex: 1 1 0 !important;
}
.ass-modal-upgrade-bonus-ctn {
    background-color: var(--ass-primary);
    background-image: linear-gradient(to bottom right, var(--ass-secondary) -30%, var(--ass-primary) 100%);
    /* border-radius: inherit; */
}
.ass-modal-upgrade-bonus-btn {
    background-color: white;
    border: none;
    color: var(--ass-secondary);
}
.ass-modal-upgrade-bonus-btn:hover {
    background-color: var(--ass-secondary);
    border: none;
    color: white;
}
/* !SECTION */

/* SECTION: Responsive */

@media (max-width: 767px) {
    .ass-chat-icon {
        display: block;
        margin-right: 5px;
    }
    .ass-chat-list {
        width: 100%;
        min-width: 62px !important;
    }
    .ass-chat-box {
        width: 100%;
        position: absolute;
        left: 1000px;
        right: 0;
        background: #fff;
        transition: all 0.5s ease;
        border-left: none;
    }
    .ass-msg-head h3 {
        font-size: 14px;
    }
    .ass-msg-head p {
        font-size: 12px;
    }
    .ass-msg-head .flex-shrink-0 img {
        height: 30px;
    }
    .ass-chat-send-box button {
        width: 28%;
    }
    .ass-chat-send-box .form-control {
        width: 70%;
    }
    .ass-chat-list-items h3, .ass-chat-list-placeholder h3 {
        font-size: 14px;
    }
    .ass-chat-list-items p, .ass-chat-list-placeholder p {
        font-size: 12px;
    }
    .ass-msg-body ul li.ass-chat-msg-sender div.ass-chat-msg-bubble,
    .ass-msg-body ul li.ass-chat-msg-sender-placeholder p {
        font-size: 13px;
        padding: 8px;
        border-bottom-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
    }
    .ass-msg-body ul li.ass-chat-msg-reply div.ass-chat-msg-bubble,
    .ass-msg-body ul li.ass-chat-msg-reply-placeholder p {
        font-size: 13px;
        padding: 8px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}
/* !SECTION */

.ass-settings-custom-ai-list-item {
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    position: relative;
    /* overflow: hidden; */
}
.ass-settings-custom-ai-list-item-add {
    background-color: #eaeaea;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    cursor: pointer;
}
.ass-settings-custom-ai-list-item-image {
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    max-height: 50px;
    max-width: 50px;
}
.ass-settings-custom-ai-list-item-active {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
.ass-form-switch {
    background-repeat: no-repeat !important;
    float: inherit !important;
}
.ass-form-switch:checked::before {
    display: none !important;
}
#ass-settings-custom-ai-text-form-model {
    max-width: none !important;
}
#ass-settings-custom-ai-image-form-model {
    max-width: none !important;
}
.ass-red-border {
    border-color: red !important;
}
.ass-settings-custom-ai-control-info {
    cursor: pointer;
}
.ass-templates-disabled-checkbox {
    background-color: #f7f7f7;
    padding: 0 10px 0 10px;
    border-radius: 10px;
}
.ass-modal-templates-add-sidebar {
    width: 0px;
    background-color: #f7f7f7;
    transition: all 0.3s ease;
    z-index: 1040;
    overflow: hidden;
    border-radius: 10px;
}
.ass-modal-templates-add-sidebar-open {
    width: 500px !important;
    border: 1px solid #dbdbdb;
}
.ass-modal-templates-add-analyze-loader .placeholder {
    height: 120px;
}
.ass-modal-templates-add-analyze-result-item {
    background-color: #fff;
}
.ass-modal-templates-add-analyze-result-item-rating-ctn {
    position: relative;
}
.ass-modal-templates-add-analyze-result-item-rating-text {
    position: absolute;
    margin-top: -10px;
}
.ass-modal-templates-add-analyze-result-item-rating-text-info {
    position: absolute;
    margin-top: 22px;
    font-size: 10px;
    color: gray;
}
.ass-modal-templates-add-analyze-revised-toggle,
.ass-modal-templates-add-analyze-revised-action,
.ass-modal-templates-add-sidebar-close {
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease !important;
}
.ass-modal-templates-add-analyze-revised-toggle:hover,
.ass-modal-templates-add-analyze-revised-action:hover,
.ass-modal-templates-add-sidebar-close:hover {
    background-color: #f0f0f0;
}
.ass-transition-all {
    transition: all 0.3s ease !important;
}
.ass-transform-rotate-180 {
    transform: rotate(180deg);
}
.ass-modal-templates-add-analyze-loader-circle {
    position: absolute !important;
    border-radius: 50%;
}
.ass-modal-templates-add-analyze-loader-circle-text {
    position: absolute !important;
}
#ass-modal-templates-add-assistant-post-dropdown,
#ass-modal-templates-add-structure-post-dropdown {
    max-width: 100%;
}