/*Write your custom css in this file.*/

/* Planz */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

body {
    font-size: 14px;
    color: var(--text-content, #383C40);
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
    overflow: auto;
    overflow-x: auto;
    --ideate-floating-offset: 96px;
}
img {
    max-width: 100%;
}
a {
    color: var(--text-content, #383C40);
}
.color-default {
    font-weight: 600;
}
a:hover, .color-default {
    color: var(--primary-30, #009B8E);
}
li {
    list-style: none;
}
ul {
    margin-bottom: 0;
    padding-left: 0;
}
html, body.planz {
  height: auto;
  min-height: 100dvh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.planz .header-container {
    max-width: 100%;
}

body {
    height: 80vh;
    overflow: hidden;
}

.planz .main {
    height: 100%;
}

.header .header-body {
    background: #fff;
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    padding: 9px;
    gap: 60px;
}
.header .menu ul {
    display: flex;
    align-items: center;
}

.header .menu ul li {
    list-style: none;
    text-transform: uppercase;
    padding-left: 50px;
}

.header .menu ul li a {
    color: var(--text-content, #383C40);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.6;
}

.header .menu ul li a.active {
    color: var(--text-content, #383C40);
    font-weight: 600;
    opacity: 1;
}
.title-wrap a {
    white-space: break-spaces;
}
.btn-custom {
    padding: 7px 10px 7px 10px;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #3C3C3C;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 2px 0px 0px #3C3C3C;
}
.btn-transparent.success.btn-sm:hover, .btn-transparent.success.btn-sm:focus {
    background-color: #0d6efd !important;
    color: #fff !important;
    border-color: #0d6efd !important;
}
.btn-transparent.success.btn-sm:hover, .btn-transparent.success.btn-sm:focus {
    background-color: #0d6efd !important;
    color: #fff !important;
    border-color: #0d6efd !important;
}
.languages {
    position: relative;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #8d8888;
}
.languages .icon-default {
    margin-right: 16px;
}

.languages .language-default .list-languages {
    display: none;
    position: absolute;
    left: -13px;
    top: 48px;
    background: #fff;
    padding: 10px 12px;
    min-width: 120px;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    border-top: 0;
    opacity: 0;
    z-index: -1;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    white-space: nowrap;
}
.languages .language-default .list-languages li {
    margin-bottom: 10px;
}
.languages .language-default .list-languages li:last-child {
    margin-bottom: 0;
}

.languages .language-default .list-languages li .icon-language {
    margin-right: 16px;
}
.languages .language-default .list-languages li a {
    display: flex;
}
.languages .language-default .list-languages.active{
    display: block;
    opacity: 1;
    z-index: 9999;
}
/* main */
.main-body {
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    padding: 3px 3px;
    z-index: 2;
    position: relative;
}
.main-title {
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 44px;
}

.main-question {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
}

.main-form textarea {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: var(--White, #FFF);
    height: 160px;
    padding: 8px;
}

#ai-ask-input {
    border-radius: 16px;
    border: 1px solid #3C3C3C;
    width: 95%;
}
.form-group.position-relative {
    display: flex;
    justify-content: center;
}

#ai-ask-theme {
    border-radius: 12px;
    border: 1px solid #3C3C3C;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #3C3C3C;
    padding: 20px;
}

#try-me {
    width: auto;
    border-radius: 8px;
    border: 1px solid #3C3C3C;
    background: #FEB79A;
    box-shadow: 0px 2px 0px 0px #3C3C3C;

    color: #3C3C3C;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

#ai-ask-theme-2 {
    padding: 20px;
    margin-top: 32px;
    border-radius: 12px;
    border: 1px solid #3C3C3C;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #3C3C3C;
    overflow-x: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-around;
    gap: 24px;
    width: 90%;
    max-width: 1394px;
}

#ai-ask-theme-2 > img {
    height: 100%;
    width: 100%;
}

.item-suggestion-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    max-height: 260px;
    max-width: 23.3%;
}

#ai-ask-theme-2 .btn-suggestion-container {
    width: 100%;
    text-align: center;
}

#ai-ask-theme-2 .suggestion-container-img {
    width: 100%;
    text-align: center;
}

#ai-ask-theme-2 .btn-suggestion {
    /* width: 100%; */
    white-space: normal;
    text-align: center;
}

/* Hide scrollbar for Chrome, Safari and Opera */
#ai-ask-theme-2::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.item-suggestion-container {
    float: left;
    margin-right: 20px;
    flex-direction: column;
}

.btn-suggestion-container {
    text-align: center;
    padding-top: 10px;
}

.main-form textarea::placeholder {
    color: var(--text-content, #383C40);
    opacity: 0.6;
}

.main-form textarea::-ms-input-placeholder {
    color: var(--text-content, #383C40);
    opacity: 0.6;
}

.hosting-event-help-text {
    font-weight: 600;
    font-size: 32px;
}

.hero-stack { display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 16px; }

.hero-copy .eyebrow {
    display: inline-block;
    padding: 8px 16px;
    border-radius: 300px;
    color: #3C3C3C;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.025em;
    margin-bottom: 20px;
    border: 1px solid #3C3C3C;
}

.hero-copy .headline {
    font-family: "Space Grotesk", sans-serif;
    font-size: 30px;
    line-height: 100%;
    margin: 0 0 20px 0;
    font-weight: 700;
    color: #3C3C3C;
    letter-spacing: -0.025em;
}

.hero-copy .headline .accent { 
    color: #7c3aed; 
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-copy .subhead {
    font-family: "Space Grotesk", sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 100%;
    margin: 0 auto;
    font-weight: 400;
}

.center-card { width: 100%; margin: 0 auto;}
.assistant-shell {
    border: 1px solid #3C3C3C;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 20px;
    width: 100%;
    margin: 0 auto;
}

.assistant-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 12px;
    border-bottom: 1px solid #3C3C3C;
    border-image: repeating-linear-gradient(to right, #3C3C3C 0 20px, transparent 20px 40px) 2 round;
}

.assistant-title { 
    font-weight: 700; 
    font-size: 16px;
    color: #111827;
    display: flex;
    align-items: center;
    gap: 15px;
}
.assistant-title svg {
    color: #6b7280;
    width: 16px;
    height: 16px;
}

.assistant-status { 
    font-size: 12px; 
    color: #10b981; 
    display: flex; 
    align-items: center; 
    gap: 6px; 
    font-weight: 500;
}
.status-dot { 
    width: 6px; 
    height: 6px; 
    border-radius: 50%; 
    display: inline-block; 
    background: #10b981;
}

.assistant-body { padding-top: 24px; display: flex; flex-direction: column; }
.status-row { display: flex; align-items: center; gap: 6px; font-size: 12px;}
.online-dot { width: 6px; height: 6px; border-radius: 50%; background: #3ff3b7; display: inline-block; border: 1px solid #3C3C3C;}

.assistant-content {min-height: 110px; }
.suggestion-row { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.lead-icon { height: 100%; display: inline-flex; align-items: center; justify-content: center;}
.chip { border: 1px solid #3C3C3C; color: #4673E7; border-radius: 32px; padding: 10px; font-size: 16px; }

.assistant-input-container { position: relative; }

.assistant-suggestions { display: flex; gap: 8px; flex-wrap: wrap; padding: 6px 0 12px 0; }
.suggestion-bubble {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #475569;
    padding: 6px 10px;
    border-radius: 16px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
    pointer-events: auto;
}
.suggestion-bubble:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}
.suggestion-bubble svg { 
    width: 12px; 
    height: 12px; 
    color: #6b7280;
    opacity: 0.8;
}

.assistant-input-container .assistant-input {
    width: 100%;
    min-height: 44px; /* one line by default */
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 44px 12px 16px;
    font-size: 14px;
    line-height: 20px;
    color: #334155;
    resize: none;
    outline: none;
    transition: all 0.2s ease;
    overflow: hidden; /* no scroll initially */
}
.assistant-input.single-line { height: 44px; min-height: 44px; }
.assistant-input-container .assistant-input:focus {
    border-color: #7c3aed;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.1);
}
.assistant-input-container .assistant-input:focus ~ .assistant-suggestions {
    display: none;
}
.assistant-input-container .assistant-input::placeholder {
    color: #94a3b8;
}

.round-send { position: static; width: 40px; height: 40px; border-radius: 50%; background: #7c3aed; border: none; display: inline-flex; align-items: center; justify-content: center; box-shadow: 0 2px 4px rgba(124,58,237,.25); flex-shrink: 0; }
.round-send:hover { background: #6d28d9; }

.input-row { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 8px; bottom: 0px;}
.input-row .assistant-input { width: auto; flex: 1 1 auto; }
.input-row .round-send { position: static; }

/* When focusing or typing, expand to 2 rows and hide suggestions */
.assistant-content.typing .assistant-input {
    min-height: 68px; /* ~2 rows */
    max-height: 68px;
    overflow-y: auto; /* show scroll only beyond 2 rows */
}
.assistant-content.typing ~ .assistant-input-container .assistant-input {
    min-height: 68px;
    max-height: 68px;
    overflow-y: auto;
}

.get-started { margin-top: 20px; text-align: center; }
.get-started .get-started-title { font-weight: 600; font-size: 30px; margin-bottom: 8px; color: #3C3C3C; }
.get-started-sub { font-family: "Space Grotesk", sans-serif; color: #000000; margin-bottom: 20px; font-size: 20px; }

.start-rows { display: flex; flex-direction: column; gap: 30px; margin-bottom: 30px;}
.row-utility { 
    display: flex;
    justify-content: space-between; 
    gap: 16px;
    max-width: 100%;
}
.row-utility .row-title { 
    font-weight: 600; 
    font-size: 18px;
    color: #3C3C3C;
    margin-bottom: 4px;
}
.row-utility .row-sub { 
    color: #8d8888; 
    font-size: 14px; 
    line-height: 100%;
    font-weight: 500;
}
.row-utility .utility-btn { 
    background: #D9DEE0; 
    color: #3C3C3C; 
    border: 1px solid #3C3C3C;
    border-radius: 16px; 
    padding: 8px 30px; 
    font-weight: 600; 
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px #3C3C3C;
}
.row-utility .utility-btn:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
    color: #334155;
}

.templates-scroll { 
    display: flex; 
    gap: 10px; 
    overflow-x: auto; 
    justify-content: space-between; 
}
.templates-scroll .tcard { 
    min-width: 120px; 
    background: #fff; 
    border: 1px solid #3C3C3C; 
    border-radius: 12px; 
    padding: 5px 4px; 
    text-align: center; 
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    transition: all 0.2s ease;
    cursor: pointer; 
}
.templates-scroll .tcard:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.templates-scroll .tcard img { 
    height: 56px; 
    object-fit: contain; 
    margin-bottom: 12px;
}
.templates-scroll .tcard div { 
    font-size: 13px; 
    color: #374151; 
    font-weight: 600; 
    line-height: 1.3; 
}
.site-footer { background: #fff; border-top: 1px solid #e5e7eb; position: fixed; left: 0; right: 0; bottom: 0; width: 100%; z-index: 10; }
.site-footer .footer-inner { max-width: 1200px; margin: 0 auto; padding: 10px 24px 15px; display: flex; align-items: center; justify-content: space-between; }
.site-footer .footer-left { color: #6b7280; font-size: 12px; }
.site-footer .footer-right { display: flex; gap: 24px; }
.site-footer .footer-right a { color: #111827; text-decoration: none; font-weight: 600; font-size: 12px; }
.site-footer .footer-right a:hover { text-decoration: underline; }
#fullscreen-editor-container {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

#fullscreen-editor-container .note-editor {
    border: none !important;
    height: 100vh !important;
}

#fullscreen-editor-container .note-toolbar {
    border: none !important;
    border-bottom: 1px solid #ddd !important;
    background: #f8f9fa !important;
}

#fullscreen-editor-container .note-editable {
    padding: 20px !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
}

#fullscreen-editor-container .note-statusbar {
    border: none !important;
    border-top: 1px solid #ddd !important;
}
.card-body ul,
.card-body ol {
    list-style: revert !important;
    margin-left: 2em !important;
    padding-left: 1.5em !important;
}
.card-body li {
    list-style: revert !important;
}
@media (max-width: 1024px) { .center-card { max-width: 92%; } }

@media (max-width: 768px) {
    .templates-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 480px) {
    .templates-grid { grid-template-columns: repeat(2, 1fr); }
}

.form-button {
    bottom: 8px;
    right: 8px;
}
.form-button button {
    border-radius: 32px;
    background: var(--primary-30, #009B8E);
    width: 120px;
    padding: 10px;
    color: var(--White, #FFF);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center!important;
}
.form-suggestions {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.suggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 17px;
    justify-content: space-between;
}

.suggestion-label {
    font-size: 15px;
    font-style: italic;
    font-weight: 600;
    margin-right: 7px;
    width: 15%;
}

.btn-suggestion {
    border-radius: 8px;
    border: 1px solid #3D3D3D;
    background: #E0CCFF;
    color: #3C3C3C;
    margin-bottom: 0;
}

.btn-suggestion:last-child {
    margin-right: 0;
}

.btn-suggestion-even {
    background: #FEB79A;
}

.chat-screen {
    background: #FFF8F5 !important;
}

.main-banner {
    padding: 26px 0;
}

.icon-menu-mobile {
    display: none;
}
#questions {
    margin-top: 32px;
}
#questions .container {
    max-width: 823px;
}

#questions .question  {
    margin-bottom: 32px;
    float: left;
}
.chat-item{
    display: flex;
    flex-direction: column;
}
#questions .question-schedule{
    margin: 25px 0 25px 0;
    float: right;
    flex-shrink: 0;
    position: relative;
    justify-content: right;
}

.message-box-container{
    flex-grow: 1;
    padding-right: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
}

#questions .question-schedule .question-img{
    margin: 0;
    position: absolute;
    right: -90px;
    border-radius: 100px;
    border: 1px solid #3C3C3C;
    background: #FFF;
}

div#retry-event {
    display: inline-flex;
    height: 44px;
    padding: 10px 16px;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
    background: var(--Background, #EBEFF7);
    float: right;
    margin-top: 15px;
    cursor: pointer;
}

div#retry-event p {
    color: var(--Primary-30, #009B8E);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

div#retry-event svg {
    width: 24px;
    height: 24px;
}

#box-instruction {
    border-radius: 32px;
    border: 1px solid #3C3C3C;
    background: #FFF;
}

#box-instruction p{
    display: flex;
    width: 660px;
    padding: 10px 10px 10px 20px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 0;
    border-radius: 32px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    color: var(--Primary-30, #009B8E);
}

.list-questions #box-instruction > p {
    width: 679px;
    flex-shrink: 0;
    font-family: "Open Sans", serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

#questions .question-img {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    margin-right: 32px;
    border: 1px solid #3C3C3C;
    background: #FFF;
}

#questions .box-question > p{
    display: flex;
    width: 660px;
    padding: 10px 10px 10px 20px;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin: 0;
    border-radius: 32px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    color: var(--Primary-30, #009B8E);
}

#questions .question-text {
    display: flex;
    min-height: 48px;
    width: auto;
    padding: 10px 30px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    border: 1px solid #3C3C3C;
    background: #FFF;
}

#questions .question-ai {
    float: left;
    width: 100%;
}
#questions .question-img {
    float: left;
}
#questions .box-question {
    float: left;
    padding: 10px 16px;
    border-radius: 8px;
    background: var(--White, #FFF);
    width: calc(100% - 92px);
    max-width: 100%;
}
#questions .question-ai .box-question, .api-result .box-question + .box-question {
    margin-left: 92px;
    margin-top: 16px;
}

#questions .question-ai .question-title {
    color: var(--primary-30, #009B8E);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
}
#questions .question-ai .result-item {
    display: flex;
    width: 152px;
    height: auto;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    border: 1px solid var(--primary-30, #009B8E);
    background: var(--White, #FFF);
    color: var(--primary-30, #009B8E);
    text-align: center;
    margin-right: 15px;
}

#questions .question-ai .result-item:last-child {
    margin-right: 0;
}
#questions .question-ai .result-item:has(input:checked) {
    background: var(--primary-30, #009B8E);
    color: var(--White, #FFF);
}

#questions .question-ai .question-other {
    margin-top: 16px;
}

#questions .question-ai .question-other textarea {
    border-radius: 16px;
    border: 1px solid var(--primary-30, #009B8E);
    background: var(--White, #FFF);
    width: 100%;
    height: 64px;
    padding: 10px;
    font-weight: 600;
    font-size: 14px;
}

#questions .question-submit {
    margin-top: 16px;
    float: right;
    width: 100%;
    display: flex;
    justify-content: right;
}
#questions .question-submit .btn-question {
    border-radius: 32px;
    display: flex;
    width: 153px;
    height: 52px;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: var(--White, #FFF);
    background: var(--primary-30, #009B8E);
}

#questions .question-submit .btn-question:disabled {
    background: var(--button-disabled, #9A9A9A);
}

#retry-form {
    margin-left: 94px;
}

.retry-question textarea {
    background-color: #fff!important;
}
.api-result {
    float: left;
    width: 100%;
    margin-top: 30px;
}
.api-result > .box-question {
    font-size: 15px;
}
.api-result .box-question + .box-question{
    padding: 8px!important;
}
.api-result .box-question textarea{
    border: none;
    padding: 0;
    font-size: 14px;
}
.generated-tasks .container {
    max-width: 855px!important;
}
.generated-tasks .question-text {
    max-width: calc(100% - 92px);
    color: var(--primary-30, #009B8E);
    font-size: 16px;
    font-weight: 600;
    padding: 10px 16px!important;
    min-height: 64px!important;
}
.list-tasks {
    padding: 16px;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    width: 110%;
}
.tasks-table {
    border-radius: 8px;
    overflow: hidden;
}
.list-tasks table {
   margin-bottom: 0!important;
}
.list-tasks table thead tr{
   display: flex;
}
.list-tasks table thead tr th {
    color: var(--White, #FFF);
    font-size: 16px;
    font-weight: 600;
    height: 52px;
    padding: 10px 16px;
     display: flex;
     align-items: center;
}
.list-tasks table thead tr th:nth-child(1)  {
    background: var(--primary-30, #009B8E);
    border-radius: 8px 0px 0px 0px;
    width: 339px;
}
.list-tasks table thead tr th:nth-child(2) {
    width: 180px;
    background: #00B2A4;
}
.list-tasks table thead tr th:nth-child(3) {
    border-radius: 0px 0px 0px 0px;
    background: #0CB;
    width: 195px;
}
.list-tasks table thead tr th:nth-child(4) {
    border-radius: 0px 8px 0px 0px;
    background: #33ddcc;
    width: 186px;
}
.list-tasks table tbody tr:nth-child(2n-1) {
    background: var(--Background, #EBEFF7);
}
.list-tasks table tbody tr:last-child td:first-child {
   border-radius: 8px 0px 0px 0px;
}
.list-tasks table tbody tr td {
    display: inline-block;
    padding:10px 16px;
    font-size: 15px;
    color: var(--Text-Content, #383C40);
    border: none!important;
}

.list-tasks table tbody tr td:nth-child(1) {
     width: 339px;
}
.list-tasks table tbody tr td:nth-child(2) {
     width: 185px;
}
.list-tasks table tbody tr td:nth-child(3) {
     width: 185px;
}
.question-action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.question-action .regenerate-task {
    display: inline-flex;
    height: 52px;
    padding: 10px 16px;
    align-items: center;
    gap: 40px;
    flex-shrink: 0;
    color: var(--Primary-30, #009B8E);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    /*margin-left: 95px;*/
}
.question-action .btn-start-event {
    display: flex;
    width: 278px;
    height: 52px;
    padding: 10px 16px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    border-radius: 32px;
    background: var(--Primary-30, #009B8E);
    color: var(--White, #FFF);
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.generated-tasks .question {
    margin-bottom: 16px!important;
}
.task-labels {
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 15px;
}
/* responsive */
/* sign up */
.sign-up {
    margin-top: 61px;
}
.sign-up-body {
    border-radius: 8px;
    background: var(--White, #FFF);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
    position: relative !important;
    z-index: 2 !important;
}
.sign-up .container{
    max-width: 893px;

}
.sign-up .sign-up-icon {
    padding-left: 20px;
    padding-top: 40px;
}
.sign-up-form {
    padding-top: 35px;
    margin-right: 91px;
}
.sign-in-to {
    font-size: 32px;
    font-weight: 700;
    margin-right: 16px;
    /*position: relative;*/
    top: 18px;
}
.sign-up-label {
    text-align: center;
    margin-bottom: 38px;
}
.form-group-custom {
    position: relative;
}
.sign-up-form form .form-group-custom:not(:last-child) {
    margin-bottom: 8px;
}
.form-group-custom input.form-control {
    border-radius: 32px;
    border: 1px solid var(--Primary-30, #009B8E);
    background: var(--White, #FFF);
    display: flex;
    width: 339px;
    height: 48px;
    padding: 0px 16px 0px 57px;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}
.form-group-custom input.form-control::placeholder{
    color: var(--Primary-30, #009B8E);
    font-size: 16px;
}
.form-group-custom input.form-control::-ms-input-placeholder {
    color: var(--Primary-30, #009B8E);
    font-size: 16px;
}
.form-group-custom .form-group-icon {
    position: absolute;
    left: 18px;
    top: 14px;
}

.show-password {
    position: absolute;
    right: 16px;
    top: 15px;
    cursor: pointer;
}

.forgot-password {
    color: var(--Text-Content, #383C40);
    font-family: "Open Sans";
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.sign-up-action-form .btn-sign-up {
    height: 52px;
    width: 100%;
    padding: 0px 16px;
    border-radius: 32px;
    background: var(--Button-Disabled, #9A9A9A);
    color: var(--White, #FFF);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
}
.forgot-password a {
    color: var(--Primary-30, #009B8E);
}
.sign-up-action-form .btn-sign-up.active {
    border: 1px solid var(--Primary-30, #009B8E);
    background: var(--Primary-30, #009B8E);
    cursor: pointer;
}
.sign-up-other {
    position: relative;
    margin-top: 36px;
}
.sign-up-other span {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    width: 40px;
    top: -6px;
    padding: 10px;
    margin: auto;
    font-weight: 600;
}
.sign-up-other:before {
    content: '';
    display: inline-block;
    height: 1px;
    width: 100%;
    background: var(--Text-Content, #383C40);
}

.social-sign-up {
    margin-top: 39px;
}
.social-sign-up-item {
    border-radius: 32px;
    border: 1px solid var(--Primary-30, #009B8E);
    background: var(--White, #FFF);
}
.social-sign-up-item:not(:last-child) {
    margin-bottom: 8px;
}
.social-sign-up-item a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0px 16px;
    font-size: 16px;
}
.register-account {
    color: #000;
    margin-top: 16px;
}
.register-account a {
    color: var(--Primary-30, #009B8E);
    font-weight: 600;
    padding-left: 8px;
}

.secure-login {
    margin-top: 30px;
    margin-bottom: 25px;
    text-align: center;
    line-height: 23px;
}
.secure-login a {
    color: #0024E3;
    border-bottom: 1px solid #0024E3;
}
.secure-link {
    display: flex;
    gap: 5px;
    justify-content: center;
}
.sign-up-description {
    margin-bottom: 32px;
    text-align: center;
}
.sign-up-form:has(.sign-up-description) .sign-up-label {
    margin-bottom: 20px;
}
.sign-up-body:has(.sign-up-description) .sign-up-icon{
    padding-bottom: 35px;
}
.sign-up-body:has(.sign-up-description) .social-sign-up{
    margin-top: 0!important;
}
.page-sign-up {
    margin-bottom: 24px!important;
}
.sign-up-form form .group-select {
    margin-top: 36px;
    position: relative;
    margin-bottom: 16px!important;
}
.sign-up-form form .group-select select {
    border-radius: 32px;
    border: 1px solid var(--Primary-30, #009B8E);
    background: var(--White, #FFF);
    display: flex;
    height: 48px;
    padding: 0px 16px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    color: var(--Primary-30, #009B8E);
}
.sign-up-form form .group-select label {
    margin-bottom: 8px;
}
.sign-up-form form .group-select-icon {
    position: absolute;
    right: 16px;
    top: 41px;
}
.sign-up-form form:has(.group-select) {
    margin-bottom: 76px;
}

.planned-budget {
    font-size: 18px;
    font-weight: 700;
    padding-right: 65px;
}
.budget-detail-border {
    border: 2px solid #EEF1F1;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
.list-expenses {
    position: relative;
}
.set-height-expenses {
    height: fit-content;
}

.show-all {
    position: absolute;
    z-index: 9999;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    margin: auto;
    cursor: pointer;
}
.show-all {
    bottom: -28px;
}
.set-height-expenses .show-all {
     bottom: -15px;
}
.show-all > svg {
    height: 50px;
    width: 50px;
}
.app-loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 230px;
    margin: 30px 30px;
    position: fixed !important;
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background: transparent;
    z-index: 9999 !important;
}

.app-loader .loading {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 0;
    animation: none !important;
    background-repeat: no-repeat;
    background-image: url("/assets/images/animate.gif") !important;
    position: relative;
}
#overlay {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
#loading-text{
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 200px;
    width: max-content;
    color: var(--Primary-30, #009B8E);
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    border-radius: 8px;
    background: var(--White, #FFF);
}

.header .header-body{
    z-index: 10000 !important;
}

#myModal-success{
    width: fit-content;
    height: fit-content;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    border-radius: 16px;
    background: var(--White, #FFF);
}

.modal-dialog{
    margin: 0;
    display: contents;
}

.modal-header{
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-body{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal-body.task-view-modal-body {
    display: block;
}

.modal-content-success{
    width: 100% ;
}

.modal-content{
    width: 70% !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.confirmation-modal-dialog,
.confirmation-modal-dialog .modal-content {
    max-width: 600px !important;
    width: 100% !important;
}

.show-list-conversations {
    position: fixed;
    left: var(--ideate-floating-offset, 96px);
    top: 10%;
    z-index: 1000;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #ff6b35;
    border: solid 1px black;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.show-list-conversations:hover {
    background-color: #ff5722;
    transform: scale(1.05);
}

.show-list-conversations .icon {
    color: black;
}

.conversation-sidebar {
    position: fixed;
    top: 10%;
    left: -300px;
    width: 280px;
    height: 60%;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    transition: left 0.3s ease;
    border: solid 1px black;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}

.conversation-sidebar.active {
    left: calc(var(--ideate-floating-offset, 96px) + 15px);
}

.sidebar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 15px 24px 15px;
    flex-shrink: 0;
}

.close-sidebar-btn {
    background: none;
    border: 2px solid #666;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    color: #666;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close-sidebar-btn:hover {
    color: #333;
}

.search-conversation-container {
    padding: 15px;
    flex-shrink: 0;
}

.conversation-list {
    padding: 15px 15px 0px 15px;
    flex: 1;
    overflow-y: auto;
    background: #fff;
    scrollbar-width: thin;
    scrollbar-color: #c1c1c1 #f1f1f1;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
}

.conversation-list::-webkit-scrollbar {
    width: 6px;
}

.conversation-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.conversation-list::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.conversation-list::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.conversation-item {
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.conversation-item:hover {
    background-color: #f8f9fa;
}

.conversation-title {
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.conversation-meta {
    margin-top: 5px;
}

.conversation-meta small {
    font-size: 12px;
    color: #999;
}

.text-center {
    text-align: center;
}

.text-danger {
    color: #dc3545 !important;
}

.text-muted {
    color: #6c757d !important;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

.conversation-preview {
    font-size: 14px;
    color: #666;
}

.main-content-wrapper {
    width: 100%;
}
.agenda-date-navigation {
    border-radius: 8px;
    padding: 8px;
    margin: 10px;
}

.date-nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.date-nav-buttons {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.date-nav-btn {
    padding: 5px 10px;
    border: 1px solid #e2e8f0;
    background: white;
    border-radius: 6px;
    font-weight: 600;
    color: #334155;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.date-nav-btn:hover {
    background: #f1f5f9;
    border-color: #cbd5e1;
}

.date-nav-btn.active {
    background: #557bbb;
    color: white;
    border-color: #557bbb;
}

.agenda-content {
    background: white;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    margin: 0px 10px 8px;
}

.agenda-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #e2e8f0;
}

.agenda-title {
    margin: 0;
    font-size: 18px;
    color: #1e293b;
}

.agenda-items {
    padding: 0;
}
.agenda-items::-webkit-scrollbar {
    width: 6px;
}

.agenda-items::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 3px;
}

.agenda-items::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.agenda-items::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
.agenda-items {
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
}

.agenda-item {
    border-bottom: 1px solid #f1f5f9;
    transition: background-color 0.2s ease;
}

.agenda-item:last-child {
    border-bottom: none;
}

.agenda-item:hover {
    background: #f8f9fa;
}

.agenda-item-content {
    display: grid;
    grid-template-columns: 120px 1fr 1fr auto;
    align-items: start;
    padding: 10px;
    gap: 15px;
}

.agenda-time {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-weight: 600;
    grid-column: 1;
}

.time-range {
    font-size: 0.9rem;
}

.agenda-details {
    grid-column: 2;
}

.agenda-note {
    grid-column: 3;
    display: flex;
    align-items: flex-start;
    gap: 6px;
    color: #3c3c3c;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    min-height: 20px;
}

.agenda-note i {
    flex-shrink: 0;
    margin-top: 2px;
}

.agenda-note span {
    flex: 1;
    word-wrap: break-word;
    white-space: normal;
}

.agenda-activity {
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e293b;
}

.agenda-description {
    color: #64748b;
    line-height: 1.5;
    margin-bottom: 10px;
}


.agenda-actions {
    display: flex;
    align-items: center;
    grid-column: 4;
}

.empty-agenda {
    padding: 60px 20px;
    text-align: center;
}

.empty-state {
    max-width: 50%;
    margin: 0 auto;
}

.empty-state .icon-48 {
    width: 48px;
    height: 48px;
    margin-bottom: 20px;
}

.empty-state h4 {
    margin: 0 0 10px 0;
    color: #64748b;
    font-weight: 600;
}

.empty-state p {
    margin: 0 0 20px 0;
    color: #94a3b8;
}

.add-activity-section {
    padding: 10px;
    border-top: 1px solid #e2e8f0;
    background: #f8f9fa;
}
@media (max-width: 768px) {
    body {
        --ideate-floating-offset: 15px;
    }
    .conversation-sidebar {
        width: 280px;
        left: -280px;
        height: 70%;
        top: 5%;
    }

    .conversation-sidebar.active {
        left: calc(var(--ideate-floating-offset, 15px));
    }

    .show-list-conversations {
        left: 15px;
        top: 15px;
        width: 45px;
        height: 45px;
        margin-left: 20px;
    }
    
    .sidebar-header {
        padding: 10px 12px 20px 12px;
    }
    
    .search-conversation-container {
        padding: 12px;
    }
    
    .conversation-list {
        padding: 12px;
    }
    .date-nav-container {
        flex-direction: column;
        align-items: stretch;
    }
    
    .date-nav-buttons {
        justify-content: center;
    }
    
    .agenda-item-content {
        flex-direction: column;
        gap: 10px;
    }
    
    .agenda-time {
        min-width: auto;
    }
}

.sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}

.sidebar-overlay.active {
    display: block;
}

@media (max-width: 700px) {
    .confirmation-modal-dialog,
    .confirmation-modal-dialog .modal-content {
        max-width: 98vw !important;
    }

    .scrollable-suggestions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 24px;
        overflow-x: auto;
    }

    .item-suggestion-container {
        max-width: 124px;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        margin-right: 0px;
    }

    #ai-ask-theme-2 .suggestion-container-img {
        width: 100%;
    }

    .btn-suggestion{
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 32px;
    }
}

.confirmation-modal-dialog,
.confirmation-modal-dialog .modal-content {
    max-width: 600px !important;
    width: 100% !important;
}

@media (max-width: 700px) {
    .confirmation-modal-dialog,
    .confirmation-modal-dialog .modal-content {
        max-width: 98vw !important;
    }

    .scrollable-suggestions {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 24px;
        overflow-x: auto;
    }

    .item-suggestion-container {
        max-width: 124px;
        width: 100%;
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        margin-right: 0px;
    }

    #ai-ask-theme-2 .suggestion-container-img {
        width: 100%;
    }

    .btn-suggestion{
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 32px;
    }
}

.dtr-data {
    text-wrap: pretty;
}
.event-modal-header{
    color: var(--Primary-30, #009B8E);
    font-family: "Open Sans", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.event-modal-body{
    color: var(--Button-Disabled, #9A9A9A);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.modal-footer{
    display: flex;
    align-items: flex-start;
}

#modalWelcome .modal-content {
    max-width: 600px;
}

#modalWelcome .modal-footer {
    justify-content: space-around;
}

#modalWelcome button {
    padding: 1rem;
    width: auto;
}

#button-skip{
    display: flex;
    width: 200px;
    height: 52px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border-radius: 32px;
    color: var(--Primary-30, #009B8E);
    background-color: #FFFFFF;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: white;
    cursor: pointer;
}

#button-start-tut{
    display: flex;
    width: 200px;
    height: 52px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: var(--Primary-30, #009B8E);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

#button-end-tut {
    display: flex;
    width: 200px;
    height: 52px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: var(--Primary-30, #009B8E);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}

.chat-box-tab-container {
    display: flex;
    width: 100%;
    padding: 4px 10px 0px 10px;
    align-items: center;
    gap: 12px;
    background: var(--Background, #EBEFF7);
}

.nav-tabs li:not(.title-tab):after {
    content: none !important;
}

#chat-tabs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
    border-bottom: none;
    width: fit-content;
}

#chat-tabs::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

.chat-box-list::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

#chat-box-containers{
    display: inline-flex;
    height: 654px;
    width: 100%;
    padding: 8px;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid var(--Background, #EBEFF7);
    background: var(--White, #FFF);
    position: relative;
}

.submit-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-bottom: 10px;
}

.chat-box-list{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.chat-box-user{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
    width: 100%;
}

.question-box-chat{
    display: flex;
    height: 40px;
    padding: 10px;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: var(--Background, #EBEFF7);
}

.chat-box-ai{
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    width: 100%;
}

#add-project-manually{
    float: right;
    padding: 20px 5px 20px 0;
    color: var(--Primary-30, #009B8E);
    font-family: "Open Sans" sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-decoration-line: underline;
}

#box-chat-ai{
    display: flex;
    padding: 4px 10px 8px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--Background, #EBEFF7);
    background: var(--White, #FFF);
}

#messageInput {
    display: flex;
    width: 100%;
    height: 61px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid var(--Background, #EBEFF7);
    background: var(--White, #FFF);
}

.text-chat-container{
    display: flex;
    width: 97%;
    padding: 10px;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 8px;
    border: 1px solid var(--Background, #EBEFF7);
    background: var(--White, #FFF);
}

#question-chat-submit {
    margin-left: 10px; /* Adjust as needed */
}

.chat-box-list.scrollable {
    max-height: 520px;
    overflow-y: auto;
    list-style: inherit !important;
}

.chat-box-list.scrollable li{
    list-style: inherit;
}

.chat-box-list.scrollable ul{
    margin-bottom: 16px;
    padding-left: 19px;
}

#chat-loading iframe {
    margin-left: 15px;
    width: 50px;
    height: 30px;
}

#ask_ai_for_assistance {
    color: var(--Primary-30, #009B8E);
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.dropdown-suggestion-chat {
    width: 370px;
    margin: 10px 0;
    display: inline-block;
}

#suggestion-list{
    gap: 190px !important;
}

ul.dropdown-menu-suggestion{
    padding-top: 10px;
}

.workspace-header-wrap{
    background-color: white;
    margin-bottom: 10px;
    height: 66px;
}

.workspace-title > div:first-child {
    margin: 0 0 0 20px;
}

.workspace-title{
    display: flex;
    align-items: center;
    padding: 20px;
    gap: 20px;
    color: #00BCD4;
    font-family: "Open Sans", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 20px;
}

.workspace-header-item{
    width: 350px;
    justify-content: start;
    display: flex;
}

.workspace-list-items{
    background-color: white;
    margin-bottom: 10px;
    gap: 40px;
    padding-top: 20px;
}

.workspace-items{
    display: flex;
    gap: 40px;
}

.workspace-item-info{
    width: 300px;
    justify-content: start;
    align-items: center;
    display: flex;
    color: #919AA4;
    font-family: "Open Sans", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}

.workspace-items > div:first-child{
    margin: 0 0 0 20px;
}

.workspace-projects-list-container{
    overflow: hidden !important;
    touch-action: auto;
    margin-top: 15px;
}

.workspace-project-header{
    background-color: #fff;
    color: inherit;
    font-weight: bold;
    font-size: 17px;
    border-color: #eef6f9;
    padding: 12px 16px;
    margin: 0;
}

.workspace-projects-list-items{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.workspace-projects-list{
    padding: 5px 16px;
    overflow-y: auto;
}

a.workspace-link{
    display: block;
    padding: 0.8rem 1.1rem;
    margin: 0 10px;
    border-radius: 3px;
    color: #7b8190;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
}

.workspace-project-item{
    color: #00BCD4;
    font-family: "SansSerif", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card .project-timeline-container{
    height: 330px;
    overflow: auto;
}

.open-projects-container{
    height: 330px;
    overflow-y: auto;
}

li .workspace-list-drop-down-title{
    margin: 20px 0 10px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #00BCD4;
    width: 224px;
    height: 37px;
}

li .workspace-list-drop-down-title span{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.workspace-list-drop-down {
    padding-left: 12px;
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
}

.workspace-list-drop-down.active {
    display: block;
    margin-left: 25px;
}

.finance-tab-item {
    font-family: "Open Sans", sans-serif;
    font-size:  17px;
    font-weight: bold;
    color: #0b0b0b;
}

.workspace-header-item{
    width: 350px;
    justify-content: start;
    display: flex;
}

.workspace-list-items{
    background-color: white;
    margin-bottom: 10px;
    height: 66px;
    gap: 40px;
    padding-top: 20px;
}

.workspace-items{
    display: flex;
    gap: 40px;
}

.workspace-item-info{
    width: 200px;
    justify-content: start;
    align-items: center;
    display: flex;
    color: #919AA4;
    font-family: "Open Sans", serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 20px;
}

.workspace-items > div:first-child{
    margin: 0 0 0 20px;
}

.workspace-projects-list-container{
    overflow: hidden !important;
    touch-action: auto;
    margin-top: 15px;
}

.workspace-project-header{
    background-color: #fff;
    color: inherit;
    font-weight: bold;
    font-size: 17px;
    border-color: #eef6f9;
    padding: 12px 16px;
    margin: 0;
}

.workspace-projects-list-items{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 20px;
}

.workspace-projects-list{
    padding: 5px 16px;
    overflow-y: auto;
}

a.workspace-link{
    display: block;
    padding: 0.8rem 1.1rem;
    margin: 0 10px;
    border-radius: 3px;
    color: #7b8190;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
}

.workspace-project-item{
    color: #00BCD4;
    font-family: "SansSerif", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.card .project-timeline-container{
    height: 330px;
    overflow: auto;
}

.open-projects-container{
    height: 330px;
    overflow-y: auto;
}

li .workspace-list-drop-down-title{
    margin: 20px 0 10px 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    border-radius: 5px;
    border: 1px solid #FFF;
    background: #00BCD4;
    width: 224px;
    height: 37px;
}

li .workspace-list-drop-down-title span{
    color: #FFF;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.workspace-list-drop-down {
    padding-left: 12px;
    display: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: normal;
    font-style: normal;
}

.workspace-list-drop-down.active {
    display: block;
    margin-left: 25px;
}

.timeline-title {
    padding-bottom: 5px;
    font-weight: bold;
}

.separator {
    height: 1px;
    background-color: #000;
    margin: 10px 0;
}

.finance-tab-item {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px 15px;
    margin-right: 20px;
    height: 100px;
    width: 300px;
    cursor: pointer;
}

#finance-tabs {
    margin-bottom: 20px;
}

#finance-tabs span {
    color: #0b0b0b;
}

.finance-tab-item.active {
    border-bottom: 2px solid #000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 2px 2px 4px rgba(0, 0, 0, 0.1);
}

.container-purchase {
    display: flex;
    height: 708px;;
    padding: 16px;
    flex-direction: column;
    align-items: center;
    gap: 29px;
    flex-shrink: 0;
}

.container-purchase h2 {
    color: var(--rise-text, #4E5E6A);
    font-family: "Open Sans", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.search-container {
    position: relative;
    width: fit-content;
}
.search-container svg {
    position: absolute;
    top: 56%;
    left: 10px;
    transform: translateY(-50%);
    pointer-events: none;
}
.search-container input {
    height: 44px;
    width: 637px;
    padding-left: 50px;
    border-radius: 8px;
    border: 1px solid var(--Background, #EBEFF7);
    background: var(--Background, #EBEFF7);
}

.category-list {
    display: flex;
    width: 637px;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    row-gap: 32px;
    flex-wrap: wrap;
}

.category-item p{
    color: var(--rise-text, #4E5E6A);
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* margin: 10px 0 0 25px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

#task-group-tabs {
    margin-bottom: 0;
    gap: 3px;
}

#task-group-tabs span {
    color: #0b0b0b;
}

.task-group-tab-item {
    display: flex;
    width: 140px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0px 0px;
    background: #DADEE2;
    color: #323232;
    cursor: pointer;
}

.task-group-tab-item.active {
    display: flex;
    width: 140px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #163C62;
    border-radius: 8px 8px 0px 0px;
    background: var(--White, #FFF);
}

div#logo {
    width: 170px;
}

.count-avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    margin-left: -20px;
}

a.task_title {
    display: inline-block;
}

.sub-task-title {
    display: inline-block;
    max-width: calc(100% - 180px);
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.table-separator tbody tr {
    border-bottom: 1px solid #ddd; /* Adjust the color and thickness as needed */
}

.btn-sign-up {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 25px;
    background-color: #6c757d;
    color: white;
    font-size: 16px;
}

.currency-setting {
    background-color: #f6f8f9;
    height: 35px;
    display: flex;
    align-items: center;
}

#budget_allocation {
    padding-left: 20px;
    border-radius: 5px;
}


.input-group {
    display: flex;
    align-items: center;
}

.input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group .input-group-append {
    display: flex;
    align-items: center;
}

.input-group .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    border-left: 0;
}

.currency-setting {
    border: 1px solid #ced4da;
    height: 35px;
    padding-right: 5px;
}

#budget {
    border-radius: 5px;
    padding-left: 20px;
}

#amount {
    border-radius: 5px;
    padding-left: 20px;
}

.container-center-horizontal .general-form {
    width: 100%;
}

.suggestion-item {
    cursor: pointer;
}

.frame-4 {
    cursor: pointer;
}

.contact-us {
    cursor: pointer;
}

.frame-13-1 {
    cursor: pointer;
}

.contact-us-7 {
    cursor: pointer;
}

input.total-budget {
    color: black;
    font-size: 25px;
    width: 100%;
    border: none;
    font-weight: bold;
}

.budget-input {
    padding-left: 20px;
}

#project_total_budget {
    padding-left: 20px;
}

.label-item {
    width: 47%;
}

.budget-form .form-group {
    height: fit-content;
}

.budget-field-container {
    height: 60px;
}

.category-budget-group {
    flex-direction: column;
}

.category-budget-group .form-group {
    padding: 0 3px 0 3px !important;
}
.budget-form {
    height: 60px;
}

.header-container .header-right {
    gap: 20px;
}

.transparent-button {
    background: linear-gradient(90deg, rgb(89.42, 231.41, 219.5) 18.05%, rgb(51.07, 140.5, 223.06) 69%, rgb(161.5, 70.34, 252.66) 87.5%);
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
    width: 140px;
    height: 42px;
    padding: 10px 16px 10px 16px;
    gap: 10px;
    border-radius: 32px;
    color: #FFFFFF;
}

.transparent-btn {
    bottom: 11px;
    right: 135px;
}

.header-menu {
    /*margin-left: 200px;*/
}

.object-container {
    margin: 0 10px;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px; /* Adjust the spacing between items as needed */
}

.object {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.object img {
    max-width: 100%;
    height: auto; /* Ensure images maintain their aspect ratio */
}

.object-frame {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px; /* Reduced margin for better spacing */
}

.object-label {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 32px;
    gap: 10px;
    border-radius: 32px;
    border: 1px solid;
    text-align: center;
    font-size: 14px; /* Adjust font size if needed */
}

.vector-248-1 {
    height: 772px;
    left: -115px;
    position: absolute;
    bottom: 245px;
    width: 84%;
    z-index: 1;
}

.vector-249 {
    height: 453px;
    left: 870px;
    position: absolute;
    top: 409px;
    width: 1145px;
    z-index: 1;
}

.menu .contact-us-menu{
    display: none;
}

.label .label-item-category {
    width: 50%;
}

.label .label-item-unit, .label .label-item-category-budget {
    width: 50%;
}

.remain-budget {
    padding-left: 20px;
}

table.dataTable tbody td:first-child {
    padding-left: 12px !important;
}

#milestone-table_wrapper .filter-section-right{
    display: flex !important;
    align-items: center !important;
}

.budget-form-row {
    display: flex;
}

.card-header {
    border-bottom: none !important;
}
.card.project-activity-section li .diffmod {
    margin-right: 5px;
}
.ai-chat-box .modal-content{
    max-width: 600px;
}
#custom-menu-form .modal-body {
    height: 70vh;
    overflow-y: scroll;
}
#kanban-wrapper {
    overflow: scroll !important;
}
/** Event Welcome Walkthrough **/
.event-modal-body-success * {
    line-height: 1.5;
}
#modal_guideline {
    width: 100%;
    position: absolute;
    height: 20000px;
}

#modal_guideline .modal-content {
    transform: none;
    left: 20px;
    width: 300px !important;
}
#modal_guideline .modal-content:after{
    content: '';
    position: absolute;
    top: -10px;
    left: 20px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #f1f1f1 transparent;
}
#modal_guideline .modal-content.triangle-right:after {
    top: 20px;
    right: -10px;
    left: unset;
    border-color: transparent transparent transparent #f1f1f1; /* Triangle pointing right */
}
#modal_guideline .modal-content.triangle-left:after {
    top: 45px;
    left: -5px;
    border-color: transparent #f1f1f1 transparent transparent;
}
#modal_guideline .modal-content.triangle-top-right:after {
    right: 60px;
    left: unset;
}
#modal_guideline .modal-content.triangle-bottom-right:after {
    right: 60px;
    left: unset;
    top: unset;
    bottom: -10px;
    border-color: #f1f1f1 transparent transparent transparent;
}
/** Event Welcome Walkthrough **/
.chart-budget-expense-title, .chart-budget-categories-title {
    font-family: "Open Sans", sans-serif;
    font-size: 17px;
    font-weight: bold;
    color: #0b0b0b;
    padding-left: 15px;
}
.custom-scrollbar ::-webkit-scrollbar {
    height: 5px;
}
.exp-bud-col-chart {
    width: 65%;
}
#chart-container {
    white-space: nowrap;
}
.bud-cate-pie-chart {
    width: 35%;
}
.activated-banner {
    width: 100%;
    height: fit-content;
    top: 83px;
    left: 313px;
    padding: 16px 24px 16px 24px;
    gap: 10px;
    background-color: #FFD749;
}
.banner-text {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
ul.activation-list li, .activation-list-title {
    list-style-type: disc;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--rise-text, #4E5E6A);
}
#activate-button {
    display: flex;
    width: 200px;
    height: 52px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 32px;
    background: var(--Primary-30, #009B8E);
    color: var(--White, #FFF);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    cursor: pointer;
}
.activation-bank, .activation-bank:hover {
    height: 32px;
    top: 26px;
    left: 1307px;
    padding: 4px 8px 4px 8px;
    gap: 10px;
    border-radius: 4px;
    background-color: #009B8E;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    border: 1px solid #009B8E;
}
#activate-button {
    margin-top: 5px;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}
.event-title {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--rise-text, #4E5E6A);
}
.remaining-activation {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.07px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--Primary-30, #009B8E);
}
.notification-activation {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4E5E6A;
}
.click-here-activation {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #009B8E;
}
.not-activate {
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4E5E6A;
    margin-bottom: 24px;
}
.activated-actions-container {
    gap: 10rem;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--rise-text, #4E5E6A);
}
.activate-price-tag {
    position: relative;
    width: 100%;
    /*left: 95px;*/
}

.activate-price-tag svg {
    margin: 0 auto;
    float: right;
    position: relative;
    display: flex;
    justify-content: end;
}
.promotion-code-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 25px;
}

.promotion-code {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    gap: 10px;
    border: 1px solid var(--Background, #EBEFF7);
}

.frame .payment-title-modal {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 600;
    line-height: 32.68px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4E5E6A;
}

.frame .div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .div-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .div-3 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .text-wrapper-2 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4E5E6A;
}

.frame .div-4 {
    align-items: center;
    gap: 4px;
    position: relative;
    flex: 0 0 auto;
}

.frame .text-wrapper-3 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: 500;
    line-height: 21.79px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4E5E6A;
}

.frame .text-wrapper-4 {
    font-family: "Open Sans-Medium", Helvetica;
    font-weight: 500;
    color: var(--variable-collection-button-disabled);
    text-decoration: line-through;
    position: relative;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.frame .div-5 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    padding: 12px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #EBEFF7;
}

.frame .text-wrapper-5 {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 500;
    line-height: 27.24px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4E5E6A;
}

.frame .div-6 {
    display: flex;
    align-items: center;
    gap: 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
}

.frame .div-7 {
    display: flex;
    flex-direction: column;
    width: 76px;
    height: 76px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    margin-top: -2.00px;
    margin-bottom: -2.00px;
    margin-left: -2.00px;
    border-radius: 4px;
    border-color: #EBEFF7;
}

.frame .material-symbols {
    position: relative;
    width: 72px;
    height: 72px;
}

.frame .text-wrapper-6 {
    position: relative;
    width: fit-content;
    font-family: "Open Sans-Medium", Helvetica;
    font-weight: 500;
    color: var(--variable-collection-rise-text);
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}

.frame .div-8 {
    display: flex;
    flex-direction: column;
    width: 72px;
    height: 72px;
    align-items: center;
    justify-content: center;
    gap: 4px;
    position: relative;
    background-color: var(--variable-collection-button-unactivated);
    border-radius: 4px;
}

.frame .text-wrapper-7 {
    position: relative;
    width: fit-content;
    font-family: "Open Sans-Medium", Helvetica;
    font-weight: 500;
    color: var(--variable-collection-white-duplicate);
    font-size: 14px;
    letter-spacing: 0;
    line-height: normal;
}

.frame .img {
    position: relative;
    width: 72px;
    height: 72px;
}

.frame .div-9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0px 4px 0px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-color: #EBEFF7;
}

.frame .text-wrapper-8 {
    position: relative;
    width: fit-content;
    margin-top: -1.00px;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 500;
    line-height: 32.68px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4E5E6A;
}

.frame .text-wrapper-9 {
    font-family: "Open Sans-Bold", Helvetica;
    font-weight: 700;
    color: var(--variable-collection-rise-text);
    position: relative;
    width: fit-content;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
}

.frame .frame-wrapper {
    display: flex;
    height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 32px;
    padding: 0px 16px 0px 16px;
    position: relative;
    align-self: stretch;
    width: 100%;
    border: 1px solid #FFFFFF;
    border-radius: 32px;
    background: linear-gradient(
            to right,
            rgb(89, 231, 219) 18.05%,
            rgb(51, 140, 223) 69%,
            rgb(161, 70, 252) 87.5%
    );
}

.frame .div-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    position: relative;
    flex: 0 0 auto;
}

.frame .text-wrapper-10 {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--White, #FFFFFF);
    gap: 24px;
}

.chart-legend {
    display: block;
    max-height: 300px; /* Limit height to make it scrollable */
    overflow-y: auto; /* Add a vertical scrollbar if needed */
    padding: 10px;
    font-size: 14px;
    color: #898fa9;
}

.chart-legend ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.chart-legend li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.chart-legend li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    padding-right: 13px;
    margin-right: 5px;
    border-radius: 50%;
}
.card-body {
    /*display: flex;*/
    /*flex-direction: row;*/
    align-items: flex-start;
}
#budget-categories-legend {
    overflow: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.pricing-options {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-top: 20px;
    width: 100%;
    padding: 0 25px 0 25px;
}

.pricing-box {
    position: relative;
    text-align: center;
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 16px 0px 16px 0px;
    gap: 24px;
    border-radius: 16px;
    border: 1px solid var(--Stroke, #E7E9F0);
    background-color: #FFFFFF;
    margin: 20px 0 15px 0;
}

.pricing-content-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 50%;
    padding: 10px;
}
.pricing-content-wrap {
    gap: 12px;
}

.price-tag-text {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    color: #fff;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 700;
    line-height: 27.24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.pricing-title {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #4E5E6A;
    margin: 0;
}

.pricing-description {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.34px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9A9A9A;
    text-align: center;
    margin: 0;
}
.activate-plan-button {
    width: Hug (208px)px;
    height: Hug (44px)px;
    padding: 10px 16px 10px 16px;
    gap: 10px;
    border-radius: 32px;
    border: unset;
    background: linear-gradient(90deg, #66B3BD 0%, #00769B 100%);
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 20.43px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #FFFFFF;
}
.activate-plan-button-radious {
    padding: 10px 16px 10px 16px;
    gap: 10px;
    border: unset;
    border-radius: 32px;
    background: linear-gradient(90.03deg, #59E7DB 18.07%, #338DDF 68.99%, #A146FD 87.48%);
    color: #FFFFFF;
    font-family: Open Sans;
    font-size: 15px;
    font-weight: 700;
    line-height: 20.43px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;

}
.button-activation-container {
    height: 66px;
}
.promotion-code {
    width: 100%;
    border-radius: 8px;
    padding: 10px;
    gap: 10px;
    border: 1px solid var(--Background, #EBEFF7);
}

/*payment details*/
.frame {
    display: flex;
    flex-direction: column;
    /*width: 150%;*/
    align-items: flex-start;
    gap: 20px;
    padding: 56px;
    background-color: #ffffff;
    border-radius: 24px;
}

.frame .text-wrapper {
    position: relative;
    align-self: stretch;
    margin-top: -1.00px;
    font-family: "Open Sans-SemiBold", Helvetica;
    font-weight: 600;
    color: #4E5E6A;
    font-size: 24px;
    letter-spacing: 0;
    line-height: normal;
}

.activation-title-modal {
    font-family: Open Sans;
    font-size: 24px;
    font-weight: 700;
    line-height: 32.68px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: var(--rise-text, #4E5E6A);
}

.payment-decor-1 {
    position: absolute;
    right: 770px;
    top: -145px;
}
.payment-decor-2 {
    position: absolute;
    left: 60%;
    top: 42%;
}
#payment-form {
    width: 35%;
}

.task-preview {
    max-width: 1120px !important;
}
.comment-dropdown {
    display: unset !important;
}
.comment-like-top:hover, .comment-like-top {
    display: block !important;
    width: 100% !important;
}
.like-button {
    padding: 0 5px;
}
#SuccessActivationModal .modal-content {
    width: 30% !important;
}
#ActivationModal .modal-content {
    width: 40% !important;
}
#BuyMoreActivationModal .modal-content {
    width: 40% !important;
}
#ActivationPlannedModal .modal-content {
    width: 40% !important;
}
#ContactAdmin .modal-content {
    width: 40% !important;
}
#ContactAdmin .pricing-box {
    padding: 16px;
}
.contact-for-activation {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.34px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #9A9A9A;
    margin: 0;
}
.email-for-contact {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 16.34px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #009B8E;
    margin: 0;
}
.task-preview {
    max-width: 1120px !important;
}
a.task-group-tab-item:focus-visible {
    outline: none;
    box-shadow: none;
}
.budgets-wrap-container {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 15px;
}
.available-allocation {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ddd;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
}
.budget-range {
    padding: 5px;
    gap: 20px
}
.expense-range {
    border-left: 1px solid #ddd;
    padding: 5px 5px 5px 15px;
}
.allocation-wrap-container {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
}
.total-budgets {
    width: fit-content;
    padding-right: 20px;
}
.allocation-item-row {
    border-bottom: 1px solid #ccc;
}
.total-expense-task, .available-budget-allocation {
    margin: 0;
}
.text-log-expense-warn {
    font-size: 11px;
    display: flex;
    align-items: end;
    color: #8e8a8d;
}
.add-allocation-expense-container {
    margin-top: 10px;
}
.edit-button-group {
    gap: 5px;
}
.payment-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
}
.payment-option input[type="radio"] {
    transform: scale(1.2);
    cursor: pointer;
    color: #009B8E;
}
.activate-plan-button-container {
    padding: 10px 16px 10px 16px;
}
.card-container {
    display: flex;
    gap: 20px; /* Adjust spacing between the boxes */
    justify-content: flex-start; /* Align boxes horizontally */
}

.additional-management-data {
    padding: 10px;
}

.additional-data-wrap {
    padding: 5px;
    height: 100%;
}

.search-conversation-container {
    width: 100%;
    border-top: none;
}

.additional-data-wrap div {
    margin-bottom: 5px; /* Add spacing between the lines of text */
    font-size: 14px; /* Adjust font size if needed */
}

.template-section { 
  padding: 16px; 
}

.template-section-header { 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  margin: 0 0 12px; 
}

.template-section-title { 
  margin: 0; 
  font-size: 18px; 
  font-weight: 700; 
}

.templates-grid { 
  display: grid; 
  grid-template-columns: repeat(auto-fill, minmax(298px, 1fr)); 
  gap: 20px; 
  padding: 4px; 
  align-items: stretch; 
}

.template-card { 
  display: flex; 
  flex-direction: column; 
  height: 100%; 
  border-radius: 12px; 
  overflow: hidden; 
  background: #fff; 
  border: 1px solid #E4E7EC; 
  box-shadow: 0 1px 2px rgba(16,24,40,.06); 
  transition: box-shadow .2s ease, border-color .2s ease, transform .1s ease; 
}

.template-card:hover { 
  box-shadow: 0 6px 12px rgba(16,24,40,.10); 
  border-color: #E9D7FE; 
  transform: translateY(-2px); 
}

.template-thumb { 
  background: #F8FAFC; 
  height: 180px; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  border-bottom: 1px solid #F2F4F7; 
}

.template-thumb img { 
  width: 100%; 
  height: 170px; 
  object-fit: cover; 
}

.template-card-body { 
  display: flex; 
  flex-direction: column; 
  flex: 1; 
  padding: 14px 16px 16px; 
  gap: 8px; 
}

.template-title { 
  font-weight: 700; 
  font-size: 15px; 
  color: #111827; 
  min-height: 20px; 
  line-height: 1.3; 
  display: -webkit-box; 
  -webkit-line-clamp: 1; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.template-desc { 
  color: #667085; 
  font-size: 13px; 
  line-height: 1.5; 
  flex: 1; 
  min-height: 42px; 
  display: -webkit-box; 
  -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical; 
  overflow: hidden; 
}

.template-actions { 
  margin-top: auto; 
  display: flex; 
  justify-content: space-between; 
  align-items: center; 
  gap: 12px; 
  flex-shrink: 0; 
}

.template-btn { 
  flex: 1; 
  height: 36px; 
  border-radius: 8px; 
  background: #7F56D9; 
  border-color: #7F56D9; 
  font-weight: 600; 
  white-space: nowrap; 
  overflow: hidden; 
  text-overflow: ellipsis; 
}

.template-btn:hover { 
  background: #6941C6; 
  border-color: #6941C6; 
}

.template-usage { 
  color: #6c757d; 
  font-size: 12px; 
  flex-shrink: 0; 
}

@media (max-width: 768px) {
    .templates-grid {
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
        gap: 16px;
    }
    
    .template-title {
        font-size: 14px;
    }
    
    .template-desc {
        font-size: 12px;
        min-height: 36px;
    }
    
    .template-btn {
        height: 32px;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .templates-grid {
        grid-template-columns: 1fr;
    }
    
    .template-actions {
        flex-direction: column;
        gap: 8px;
    }
    
    .template-btn {
        width: 100%;
    }
    
    .template-usage {
        align-self: center;
    }
}

/* Fallback cho browsers không hỗ trợ CSS Grid */
@supports not (display: grid) {
    .templates-grid {
        display: flex;
        flex-wrap: wrap;
        margin: -10px;
    }
    
    .template-card {
        flex: 0 0 calc(33.333% - 20px);
        margin: 10px;
        max-width: calc(33.333% - 20px);
    }
    
    @media (max-width: 992px) {
        .template-card {
            flex: 0 0 calc(50% - 20px);
            max-width: calc(50% - 20px);
        }
    }
    
    @media (max-width: 576px) {
        .template-card {
            flex: 0 0 calc(100% - 20px);
            max-width: calc(100% - 20px);
        }
    }
}

/* Đảm bảo equal heights cho tất cả template cards */
.template-section .templates-grid {
    display: grid;
    grid-auto-rows: 1fr; /* Tất cả rows có cùng chiều cao */
}

/* Fix cho template thumb */
.template-thumb {
    background: #F8FAFC;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #F2F4F7;
    flex-shrink: 0; /* Không co lại */
}

.template-thumb img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

/* Animation và hover effects */
.template-card {
    transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.1s ease;
}

.template-card:hover {
    box-shadow: 0 6px 12px rgba(16, 24, 40, 0.10);
    border-color: #E9D7FE;
    transform: translateY(-2px);
}

.template-card:focus-within {
    border-color: #7F56D9;
    box-shadow: 0 0 0 2px rgba(127, 86, 217, 0.18), 0 6px 12px rgba(16, 24, 40, 0.10);
}

/* Đảm bảo button alignment khi có hoặc không có usage info */
.template-actions:has(.template-usage:empty),
.template-actions:has(.template-usage:contains("&nbsp;")) {
    justify-content: center;
}

.template-actions .template-usage:empty,
.template-actions .template-usage:contains("&nbsp;") {
    display: none;
}.template-btn { flex: 1; height:36px; border-radius:8px; background:#7F56D9; border-color:#7F56D9; font-weight:600; }
.template-btn:hover { background:#6941C6; border-color:#6941C6; }
.template-usage { color:#6c757d; font-size:12px; }
.template-card.hidden-item { display: none; }
.no-templates-found {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.no-templates-found .text-center {
    max-width: 400px;
}
.no-templates-found i {
    color: #ccc;
    font-size: 48px;
}
.no-templates-found h4 {
    color: #666;
    font-weight: 500;
}
.no-templates-found p {
    color: #999;
    font-size: 14px;
}
.template-pagination { margin-top: 24px; text-align: center; }
.pagination { display: inline-flex; flex-wrap: wrap; gap: 2px; }
.pagination .page-item { display: inline-block; }
.pagination .btn { min-width: 36px; margin: 0 2px; }
.template-title {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.4;
	max-height: 2.8em;
}
@media (max-width: 950px) {
    #ai-ask-theme-2 .suggestion-container-img {
        max-width: 900px;
        width: 90%;
    }
}

@media (max-width: 1024px) {
    .show-list-conversations {
        margin-left: -100px;
    }
    .header .menu ul li {
        padding-left: 20px;
    }
    .sign-up-form {
        margin-right: 0 !important;
    }
    .form-group-custom input.form-control {
        width: 100% !important;
    }
    .sign-up-body {
        padding: 0 25px;
    }
    .sign-up .sign-up-icon {
        padding-left: 0;
    }
    .object-container {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Adjust to fit more content on larger tablets or small laptops */
    }

    .object-label {
        width: 120px; /* Adjust width for tablets */
    }
    .main-banner img {
        width: 70% !important;
    }
    .main-banner {
        display: flex;
        justify-content: center;
    }
    .vector-248-1 {
       display: none;
    }
    .vector-249 {
        display: none;
    }
    .header-right .contact-us {
        display: none;
    }
    .budget-field-container {
        height: unset;
    }
    .activated-actions-container {
        gap: 3rem;
    }
    #SuccessActivationModal .modal-content {
        width: 30% !important;
    }
    #ActivationModal .modal-content {
        width: 40% !important;
    }
    #ActivationPlannedModal .modal-content {
        width: 70% !important;
    }
    #ActivationPlannedModal .modal-body {
        overflow-y: auto;
        height: 500px;
    }
    #allocation_form .budget-form, #allocation-items .budget-form{
        height: unset;
    }
    .budget-item-name, .budget-category-name, .category-quantity, .category-unit-price, .subtotal-allocation-price {
        display: flex;
    }
    .budget-form-row {
        flex-direction: column;
    }
    #allocation_form .form-group, #allocation-items .form-group {
        width: 100% !important;
    }
    .budget-field-container {
        height: unset;
    }
    .budget-item {
        width:60%;
    }
    .budget-task-detail-container {
        flex-direction: column;
        padding-bottom: 5px;
        gap: 0 !important;
    }
    #payment-form {
        width: 70%;
    }
    .edit-button-container {
        display: flex !important;
        flex-direction: column !important;
    }
}
@media (max-width: 768px) {

    #ai-ask-theme {
        padding: 0px;
        background: none;
        border: none;
        box-shadow: none;
    }

    #ai-ask-input{
        background: #FFF;
    }

    .header-container .header-right {
        justify-content: unset !important;
    }

    .transparent-button{
        right: 0px;
    }

    #ai-ask-theme-2 {
        display: block;
        padding: 12px;
        margin-top: 0px;
    }
    .scrollable-suggestions {
        flex-wrap: nowrap;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
        gap: 4px;
    }
    .scrollable-suggestions img{
        width: 100%;
        height: auto;
        max-height: 78px;
    }

    .scrollable-suggestions::-webkit-scrollbar {
        display: none;
    }

    .item-suggestion-container {
        max-height: 117px;
        max-width: 125px;
    }

    .suggestions-title-mobile {
        display: block !important;
        margin-bottom: 9px;
        font-weight: bold;
        font-size: 14px;
    }
    #ai-ask-theme-2 .btn-suggestion-container {
        white-space: normal;
    }

    .suggestions {
        justify-content: center;
    }
    .planned-budget {
        padding-right: calc(var(--bs-gutter-x) * .5);
    }
    .sign-up-body {
        padding: 0 15px;
    }
    .form-group-custom input.form-control {
        width: 100% !important;
    }
    .sign-up-form {
        margin-right: 0 !important;
    }
    .main-title {
        font-size: 31px;
    }
    .form-suggestions {
        display: block;
    }
    .suggestion-label {
        margin-bottom: 10px;
    }
    .header-body, .header-menu {
        display: block!important;
    }
    .header-container .header-right {
        margin-top: 15px;
       justify-content: space-between!important;
    }
    .header .menu ul {
        display: block;
    }

    .icon-menu-mobile {
        display: block;
        top: 23px;
        right: 16px;
    }
    .header .menu {
        position: absolute;
        border-radius:0 0 8px 8px;
        background: var(--White, #FFF);
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
        padding: 16px;
        width: 100%;
        left: 0px;
        opacity: 0;
        z-index: -1;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
    }
    .header .menu.active {
        opacity: 1;
        z-index: 9999;
    }

    .header .menu ul li {
        padding-left: 0;
        margin-bottom: 10px;
    }
    .header .menu ul li:last-child {
        margin-bottom: 0;
    }
    .languages .language-default .list-languages  {
        left: -16px;
        top: 36px;
    }

    #questions .question-text, #questions .question-ai .box-question {
        width: calc(100% - 100px);
        min-width: auto;
    }
    #questions .question-ai .box-question:not(:first-child) {
        margin-left: 82px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    #questions .question-img {
        margin-right: 20px;
    }

    #questions .list-result {
        display: block!important;
    }

    #questions .list-result .result-item {
        display: flex;
        flex-direction: column;
        width: 251px;
        height: 32px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 32px;
        border: 1px solid var(--Button-Disabled, #9A9A9A);
        background: white;
        color: var(--Button-Disabled, #9A9A9A);
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #questions .list-result .result-item:nth-child(2n) {
        /*margin-left: 15px;*/
    }

    .list-tasks {
        margin-left: 0!important;
        width: 100%;
    }
    .tasks-table {
        width: 100%;
        overflow-x: scroll;
    }

    .question-action {
        margin-left: 0!important;
        display: block!important;
    }
    .regenerate-task {
        margin-bottom: 16px;
        width: 100%;
        margin-left: 53px;
    }
    .question-action .btn-start-event {
        justify-content: center;
        margin: auto;
    }

    #box-instruction {
        display: flex;
        width: 275px;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 16px;
        border: 1px solid var(--Background, #EBEFF7);
        background: var(--White, #FFF);
    }

    #box-instruction p{
        border-radius: 32px;
        box-shadow: none;
        padding-left: 6px;
    }

    #questions .question-text {
        display: flex;
        width: fit-content;
        height: fit-content;
        padding: 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border: 1px solid var(--Background, #EBEFF7);
        background: var(--White, #FFF);
        color: var(--Text-Content, #383C40);
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    div#retry-event {
        display: inline-flex;
        padding: 4px 0px;
        align-items: center;
        gap: 12px;
        border-radius: 32px;
    }

    div#retry-event p {
        color: var(--Text-Content, #383C40);
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }

    div#retry-event svg {
        width: 16px;
        height: 16px;
    }

    #questions .question-ai .question-title {
        color: var(--Primary-30, #009B8E);
        font-family: "Open Sans", sans-serif;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    #questions .question-ai .result-item {
        display: flex;
        width: 152px;
        height: auto;
        padding: 10px;
        justify-content: center;
        align-items: center;
        border-radius: 32px;
        border: 1px solid var(--primary-30, #009B8E);
        background: var(--White, #FFF);
        color: var(--primary-30, #009B8E);
        text-align: center;
        margin-right: 15px;

    }

    #questions .question-ai .result-item:last-child {
        margin-right: 0;
    }
    #questions .question-ai .result-item:has(input:checked) {
        background: var(--primary-30, #009B8E);
        color: var(--White, #FFF);
    }
    .finance-tab-item {
        /*height: 75px;*/
        /*width: 150px;*/
    }

    #purchase-search {
        height: 30px;
        width: 300px;
        font-size: 10px;
    }
    .category-list {
        width: 324px;
    }
    .category-item {
        width: 142px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .category-item img{
        width: 75%;
        margin-left: 30px;
    }
    .search-container svg {
        position: absolute;
        width: 20px;
        height: 20px;
        top: 56%;
        left: 10px;
        transform: translateY(-50%);
        pointer-events: none;
    }
    .search-container input {
        padding-left: 40px;
    }
    .container-purchase {
        height: 800px;
    }
    #loading-text {
        width: fit-content;
        height: 40px;
        color: transparent; /* Hide the original text */
        content: 'Please wait a moment!';
    }
    #loading-text::after {
        content: 'Please wait a moment!';
        color: var(--Primary-30, #009B8E);
        font-family: Open Sans, sans-serif;
        font-size: 20px;
        font-weight: 600;
        line-height: 27px;
        letter-spacing: 0em;
        text-align: left;
        position: absolute;
        height: fit-content;
        width: fit-content;
    }
    #questions .question-schedule .question-img{
        display: none;
    }
    .app-loader .loading {
        margin: 100px 0 0 40px;
        background-size: 75%;
    }
    .object-container {
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    }
    .object-label {
        width: 100px; /* Adjust width for smaller screens */
        font-size: 12px; /* Adjust font size for better readability */
    }
    .main-banner img {
        width: 40% !important;
    }
    .main-banner {
        display: flex;
        justify-content: center;
    }
    .current-language {
        display: none;
    }
    .languages, .languages .icon-default {
        margin-right: 0;
    }
    .btn:not(.btn-lg) {
        text-align: center;
    }
    .vector-248-1 {
        display: none;
    }
    .vector-249 {
        display: none;
    }
    .header-right .contact-us {
        display: none;
    }
    #modalWelcome .modal-content {
        max-width: calc(100% - 5rem) !important;
        top: 25%;
    }
    .event-modal-header {
        font-size: 1.2rem;
    }
    .budget-field-container {
        height: unset;
    }
    #modal_guideline .modal-content {
        transform: none;
        left: 20px;
        width: 265px !important;
    }
    .exp-bud-col-chart {
        width: 100%;
    }
    .bud-cate-pie-chart {
        width: 100%;
    }
    .activated-actions-container {
        gap: 3rem;
    }
    .pricing-options {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .pricing-box {
        width: 100%;
        margin-bottom: 20px;
    }
    #SuccessActivationModal .modal-content {
        width: 100% !important;
    }
    #ActivationModal .modal-content {
        width: 100% !important;
    }
    #BuyMoreActivationModal .modal-content {
        width: 100% !important;
    }
    #ContactAdmin .modal-content {
        width: 100% !important;
    }
    #payment-form {
        width: 70%;
    }
    #payment-form .frame {
        width: 100%;
    }
    .title-button-group {
        display: flex !important;
        flex-direction: row;
    }
    .remove-tab-chat {
        margin: 0 !important;
        padding: 0 !important;
    }

        .conversation-sidebar {
        width: 250px;
        left: -250px;
    }
    
    .conversation-sidebar.active {
        left: calc(15px + 45px + 10px); /* mobile icon position */
    }
    
    .main-content-wrapper.sidebar-open {
        margin-left: calc(15px + 45px + 10px + 250px);
        width: calc(100% - 15px - 45px - 10px - 250px);
    }
    
    .show-list-conversations {
        left: 15px;
        top: 15px;
        width: 45px;
        height: 45px;
    }
    .agenda-item-content {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
    }
    
    .agenda-time {
        grid-column: unset !important;
        min-width: auto !important;
        order: 1;
    }
    
    .agenda-details {
        grid-column: unset !important;
        order: 2;
    }
    
    .agenda-note {
        grid-column: unset !important;
        order: 3;
    }
    
    .agenda-actions {
        grid-column: unset !important;
        order: 4;
        align-self: flex-end;
    }
    
    .agenda-note {
        margin-top: 8px;
        padding-top: 8px;
        border-top: 1px solid #f1f5f9;
    }
    .templates-grid { 
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); 
        gap: 16px; 
    } 
}
@media (max-width: 1900px) and (min-width: 1367px) {
    .show-list-conversations {
        margin-left: 50px;
    }
    .object-container {
        grid-template-columns: repeat(4, 1fr); /* Wider minimum width for larger screens */
        gap: 30px; /* Increase gap for better spacing on larger screens */
    }

    .object-label {
        width: 150px; /* Larger width for labels to balance the layout on bigger screens */
        font-size: 16px; /* Increase font size for better visibility on larger screens */
    }
    .vector-248-1 {
        display: none;
    }
    .vector-249 {
        display: none;
    }
    .header-right .contact-us {
        display: none;
    }
    .budget-field-container {
        height: unset;
    }
    #modal_guideline .modal-content {
        transform: none;
        left: 20px;
        width: 265px !important;
    }
    .exp-bud-col-chart {
        width: 65%;
    }
    .bud-cate-pie-chart {
        width: 35%;
    }
    #SuccessActivationModal .modal-content {
        width: 30% !important;
    }
    #ActivationModal .modal-content {
        width: 40% !important;
    }
    #BuyMoreActivationModal .modal-content {
        width: 40% !important;
    }
    #ContactAdmin .modal-content {
        width: 40% !important;
    }
    .payment-decor-1 {
        position: absolute;
        right: 455px;
        top: -90px;
    }
    .pricing-options {
        padding: 0 7px;
        gap: 15px;
    }
}
@media (max-width: 1366px) {
    .scrollable-suggestions {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        gap: 24px;
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .scrollable-suggestions::-webkit-scrollbar {
        display: none;
    }
    .item-suggestion-container {
        display: flex;
        flex-direction: column;
        flex-shrink: 0;
        margin-right: 0px;
    }

    #ai-ask-theme-2 .suggestion-container-img {
        width: 100%;
    }

    .btn-suggestion{
        font-size: 12px;
        padding: 4px 10px;
        border-radius: 32px;
    }
    .object-container {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 90px;
    }

    .object-label {
        width: 130px; /* Adjust label width for a balanced appearance on medium to large screens */
        font-size: 14px; /* Adjust font size for better readability on medium to large screens */
    }
    .vector-248-1 {
        display: none;
    }
    .vector-249 {
        display: none;
    }
    .header-right .contact-us {
        display: none;
    }
    .budget-field-container {
        height: unset;
    }

    .card-header {
        border-bottom: none !important;
    }
    #modal_guideline .modal-content {
        transform: none;
        left: 20px;
        width: 265px !important;
    }
    .exp-bud-col-chart {
        width: 100%;
    }
    .bud-cate-pie-chart {
        width: 100%;
    }
    #SuccessActivationModal .modal-content {
        width: 70% !important;
    }
    #ActivationModal .modal-content {
        width: 70% !important;
    }
    .modal-content {
        width: 89% !important;
    }
    #BuyMoreActivationModal .modal-content {
        width: 70% !important;
    }
    #ContactAdmin .modal-content {
        width: 60% !important;
    }
}

@media (max-width: 912px) and (min-width: 770px) {
    .object-container {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 90px;
    }

    .object-label {
        width: 130px; /* Adjust label width for a balanced appearance on medium to large screens */
        font-size: 14px; /* Adjust font size for better readability on medium to large screens */
    }

    .main-banner img {
        width: 90% !important;
    }
    .vector-248-1 {
        display: none;
    }
    .vector-249 {
        display: none;
    }
    .header-right .contact-us {
        display: none;
    }
    #allocation_form .budget-form, #allocation-items .budget-form{
        height: unset;
    }
    .budget-form-row {
        flex-direction: column;
    }
    #allocation_form .form-group, #allocation-items .form-group {
        width: 100% !important;
    }
    .budget-field-container {
        height: unset;
    }
    #modal_guideline .modal-content {
        transform: none;
        left: 20px;
        width: 265px !important;
    }
    .exp-bud-col-chart {
        width: 100%;
    }
    .bud-cate-pie-chart {
        width: 100%;
    }
    .activated-actions-container {
        gap: 3rem;
    }
    .pricing-options {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .pricing-box {
        width: 100%;
        margin-bottom: 20px;
    }
    #SuccessActivationModal .modal-content {
        width: 70% !important;
    }
    #ActivationModal .modal-content {
        width: 70% !important;
    }
    #payment-form {
        width: 100%;
    }
    #payment-form .frame {
        width: 100%;
    }
    .title-button-group {
        display: flex !important;
        flex-direction: row;
    }
    .remove-tab-chat {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 540px) and (min-width: 501px) {
    .object-container {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 90px;
    }

    .object-label {
        width: 130px; /* Adjust label width for a balanced appearance on medium to large screens */
        font-size: 14px; /* Adjust font size for better readability on medium to large screens */
    }

    .main-banner img {
        width: 40% !important;
    }

    .main-body {
        padding: 24px 0px;
    }
    .vector-248-1 {
        display: none;
    }
    .vector-249 {
        display: none;
    }
    .header-right .contact-us {
        display: none;
    }
    #modalWelcome svg {
        height: 100px;
    }
    .event-modal-header {
        font-size: 15px;
    }
    .event-modal-body {
        font-size: 13px;
    }
    #button-skip, #button-start-tut {
        width: 46%;
        font-size: 13px;
        height: 83%;
        margin: .5rem !important;
    }

    #button-end-tut {
        width: 46%;
        font-size: 13px;
        height: 83%;
        margin: 0 !important;
    }
    #modalWelcome .modal-footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 !important;
    }
    #allocation_form .budget-form, #allocation-items .budget-form {
        height: unset;
    }
    .budget-form-row {
        flex-direction: column;
    }
    #allocation_form .form-group, #allocation-items .form-group {
        width: 100% !important;
    }
    .budget-field-container {
        height: unset;
    }
    #modal_guideline .modal-content {
        transform: none;
        left: 20px;
        width: 265px !important;
    }
    .exp-bud-col-chart {
        width: 100%;
    }
    .bud-cate-pie-chart {
        width: 100%;
    }
    .activated-actions-container {
        gap: 3rem;
    }
    .pricing-options {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .pricing-box {
        width: 100%;
        margin-bottom: 20px;
    }
    #SuccessActivationModal .modal-content {
        width: 100% !important;
    }
    #ActivationModal .modal-content {
         width: 100% !important;
     }
    #BuyMoreActivationModal .modal-content {
        width: 100% !important;
    }
    #ContactAdmin .modal-content {
        width: 100% !important;
    }
    #payment-form {
        width: 100%;
    }
    #payment-form .frame {
        width: 100%;
    }
    .title-button-group {
        display: flex !important;
        flex-direction: row;
    }
    .remove-tab-chat {
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width: 390px) and (min-width: 376px) {
    .object-container {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 90px;
    }

    .object-label {
        width: 130px; /* Adjust label width for a balanced appearance on medium to large screens */
        font-size: 14px; /* Adjust font size for better readability on medium to large screens */
    }

    .main-banner img {
        width: 40% !important;
    }

    .main-body {
        padding: 24px 0px;
    }
    .vector-248-1 {
        display: none;
    }
    .vector-249 {
        display: none;
    }
    .header-right .contact-us {
        display: none;
    }
    #modalWelcome svg {
        height: 100px;
    }
    .event-modal-header {
        font-size: 15px;
    }
    .event-modal-body {
        font-size: 13px;
    }
    #button-skip, #button-start-tut {
        width: 46%;
        font-size: 13px;
        height: 83%;
        margin: 0 !important;
    }
    #button-end-tut {
        width: 46%;
        font-size: 13px;
        height: 83%;
        margin: 0 !important;
    }
    #modalWelcome .modal-footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 !important;
    }
    .modal-content {
        width: 100% !important;
        margin-top: 15px;
    }
    .filter-section-right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .filter-item-box {
        display: inline-flex;
        flex: 0 0 auto;
        margin-right: 10px;
    }

    .datatable-export {
        display: none;
    }

    .filter-section-flex-row .custom-header-milestone {
        flex-basis: 100%;
        margin-top: 10px;
        text-align: left;
    }
    #allocation_form .budget-form, #allocation-items .budget-form {
        height: unset;
    }
    .budget-form-row {
        flex-direction: column;
    }
    #allocation_form .form-group, #allocation-items .form-group {
        width: 100% !important;
    }
    .budget-field-container {
        height: unset;
    }
    #modal_guideline .modal-content {
        transform: none;
        left: 20px;
        width: 265px !important;
    }
    .exp-bud-col-chart {
        width: 100%;
    }
    .bud-cate-pie-chart {
        width: 100%;
    }
    .activated-actions-container {
        gap: 3rem;
    }
    .pricing-options {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .pricing-box {
        width: 100%;
        margin-bottom: 20px;
    }
    #SuccessActivationModal .modal-content {
        width: 100% !important;
    }
    #ActivationModal .modal-content {
        width: 100% !important;
    }
    #BuyMoreActivationModal .modal-content {
        width: 100% !important;
    }
    #ContactAdmin .modal-content {
        width: 100% !important;
    }
    #payment-form {
        width: 100%;
    }
    #payment-form .frame {
        width: 100%;
    }
    .title-button-group {
        display: flex !important;
        flex-direction: row;
    }
    .remove-tab-chat {
        margin: 0 !important;
        padding: 0 !important;
    }
}
@media (max-width: 375px) {
    #modalWelcome svg {
        height: 100px;
    }
    .event-modal-header {
        font-size: 15px;
    }
    .event-modal-body {
        font-size: 13px;
    }
    #button-skip, #button-start-tut {
        width: 46%;
        font-size: 13px;
        height: 83%;
        margin: 0 !important;
    }
    #button-end-tut {
        width: 46%;
        font-size: 13px;
        height: 83%;
        margin: 0 !important;
    }
    #modalWelcome .modal-footer {
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 0 !important;
    }
    .modal-content {
        width: 100% !important;
        margin-top: 15px;
    }

    /*milestone tab responsive*/
    #milestone-table_wrapper .filter-section-right{
        align-items: center;
        display: block !important;
    }

    #milestone-table_wrapper .filter-item-box {
        margin: 0;
    }

    .filter-section-container {
        width: 100%; /* Ensure it occupies the full available width */
        box-sizing: border-box; /* Include padding and border in the element's total width */
        overflow: hidden; /* Prevent content from overflowing */
    }

    .filter-section-right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
    }
    .filter-section-flex-row{
        justify-content: flex-end !important;
    }
    .filter-item-box {
        margin-right: 0;
    }
    .datatable-export,
    .filter-item-box {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .custom-header-milestone {
        flex-basis: 100%;
        margin-top: 10px;
        text-align: right;
    }
    /*tasks list tab responsive*/
    #task-table_wrapper .custom-header-task {
        flex-basis: 100%;
    }
    #allocation_form .budget-form, #allocation-items .budget-form {
        height: unset;
    }
    .budget-form-row {
        flex-direction: column;
    }
    #allocation_form .form-group, #allocation-items .form-group {
        width: 100% !important;
    }
    .budget-field-container {
        height: unset;
    }
    #modal_guideline .modal-content {
        transform: none;
        left: 20px;
        width: 265px !important;
    }
    .exp-bud-col-chart {
        width: 100%;
    }
    .bud-cate-pie-chart {
        width: 100%;
    }
    .activated-actions-container {
        gap: 3rem;
    }
    .pricing-options {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .pricing-box {
        width: 100%;
        margin-bottom: 20px;
    }
    #SuccessActivationModal .modal-content {
        width: 100% !important;
    }
    #ActivationModal .modal-content {
        width: 100% !important;
    }
    #BuyMoreActivationModal .modal-content {
        width: 100% !important;
    }
    #ContactAdmin .modal-content {
        width: 100% !important;
    }
    #payment-form {
        width: 100%;
    }
    #payment-form .frame {
        width: 100%;
    }
    .title-button-group {
        display: flex !important;
        flex-direction: row;
    }
    .remove-tab-chat {
        margin: 0 !important;
        padding: 0 !important;
    }
}
@media (max-width: 500px) {
    .header-container .header-body {
        display: flex !important;
        justify-content: flex-end !important;
        align-items: center !important;
        position: relative;
    }
    .header-right {
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
    }
    .languages {
        margin-left: auto !important;
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        border-radius: 50%;
    }
    .languages .icon-default {
        width: 25px;
        height: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .languages .language-default {
        position: relative;
    }
    .languages .language-default .list-languages {
        position: absolute;
        left: auto !important;
        right: 0 !important;
        transform: translateY(-15px);
        background: #fff;
        padding: 10px 12px;
        min-width: 120px;
        border-radius: 0 0 8px 8px;
        box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
        border-top: 0;
        opacity: 0;
        z-index: -1;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        white-space: nowrap;
    }
    .languages .language-default .list-languages li {
        margin-bottom: 10px;
    }
    .languages .language-default .list-languages li:last-child {
        margin-bottom: 0;
    }
    .languages .language-default .list-languages li .icon-language {
        margin-right: 16px;
    }
    .languages .language-default .list-languages li a {
        display: flex;
    }
    .languages .language-default:hover .list-languages, .languages .language-default .list-languages.active{
        opacity: 1;
        z-index: 9999;
    }

    .bottom-sign-in {
        display: block !important;
        margin: 49px 20px 44px 20px;
        text-align: center;
        padding: 10px 52px;
        border: 1px solid #3C3C3C;
        border-radius: 8px;
        box-shadow: 0px 4px 0px 0px #3C3C3C;
    }

    .content_sign_in_mobile {
        color: #3C3C3C;
        font-weight: 700;
        white-space: nowrap;
    }

    .navbar-custom {
        background: #fff;
    }

    #ideate-container, .main-body {
        background: transparent !important;
        box-shadow: none !important;
        border: none !important;
        position: relative;
        z-index: 1;
    }
    .header-menu > .menu,
    .authentication,
    .icon-menu-mobile {
        display: none !important;
    }

    .header .header-body {
        background: none;
        box-shadow: none;
        width: 100%;
    }

    .header-container .header-right {
        justify-content: unset !important;
    }

    .header-right {
        width: 100%;
        justify-content: flex-end !important;
        padding: 0;
    }

    .hosting-event-help-text {
        text-align: left !important;
        font-weight: 700;
        font-size: 30px;
        width: 100%;
    }

    .header-right {
        width: 100%;
    }

    .languages {
        margin: 0px 20px;
        right: 0px;
        border: 1px solid #3C3C3C;
        padding: 4px 4px;
        border-radius: 20px;
        width: auto;
    }

    .header-body {
        min-height: 56px;
        padding: 0 !important;
        position: relative;
        background: none;
    }

    .header-menu {
        display: none;
    }

    .main-text-center {
        padding: 0px;
        text-align: left;
        font-weight: 700px;
        font-size: 32px;
    }

    .main-question {
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 600px;
        text-align: left;
    }

    #ai-ask-input {
        font-size: 12px;
        font-weight: 500px;
    }

    #modalWelcome div {
        font-size: 1rem;
    }
    .ps__rail-x {
        max-width: 100% !important;
        overflow: hidden;
    }
    #button-skip,#button-start-tut {
        font-size: 1rem;
        padding: .5rem 1rem;
        width: auto;
    }

    .transparent-btn {
        right: 0px;
    }

    #button-end-tut {
        font-size: 1rem;
        padding: .5rem 1rem;
        width: auto;
    }
    .custom-header-task {
        display: flex;
        align-items: center;
        text-wrap: nowrap;
        justify-content: end;
    }
    .kanban-container {
        width: max-content !important;
    }
    #modal_guideline .modal-content {
        transform: none;
        left: 20px;
        width: 265px !important;
    }
    .exp-bud-col-chart {
        width: 100%;
    }
    .bud-cate-pie-chart {
        width: 100%;
    }
    .activated-actions-container {
        gap: 3rem;
    }
    #SuccessActivationModal .modal-content {
        width: 100% !important;
    }
    #ActivationModal .modal-content {
        width: 100% !important;
    }
    #ActivationPlannedModal .modal-content {
        width: 100% !important;
        height: 100%;
        margin-top: 0;

    }
    #ActivationPlannedModal .modal-body {
        overflow-y: auto;
        height: 550px;
    }
    #BuyMoreActivationModal .modal-content {
        width: 100% !important;
    }
    #ContactAdmin .modal-content {
        width: 100% !important;
    }
    #payment-form {
        width: 100%;
    }
    #payment-form .frame {
        width: 100%;
    }
    .title-button-group {
        display: flex !important;
        flex-direction: row;
    }
    .remove-tab-chat {
        margin: 0 !important;
        padding: 0 !important;
    }

    .form-suggestions {
        display: none;
    }

    #try-me-button-container {
        width: 100%;
        text-align: center;
    }

    #try-me-button-container button {
        background: #FEB79A;
        width: 94%;
    }

    html, body.planz {
        background: url("/assets/images/ideate-frames/background.svg") repeat-y center top !important;
        width: 100vw;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
    }

    html, body:not(.planz) {
        background-image: none !important;
    }

    .scrollable-suggestions {
        flex-wrap: nowrap;
        justify-content: flex-start;
        -ms-overflow-style: none;
        scrollbar-width: none;
        gap: 4px;
    }

    .event-page .btn {
        margin: 0.65rem 0.65rem !important;
    }
}
@media (max-width: 500px) and (min-width: 391px) {
    .modal-content {
        width: 98% !important;
        margin-top: 15px;
    }
    .task-group-tab-item,.task-group-tab-item.active {
        width: auto;
    }
    .filter-section-left {
        flex: none;
        width: 100%;
    }
    .filter-section-right {
        width: 100%;
    }
    .custom-header-task {
        width: auto;
        text-align: right;
        display: block;
    }
    #milestone-table_wrapper .filter-section-right{
        align-items: center;
        display: block !important;
    }
    .datatable-export {
        display: none;
    }

    .filter-section-container {
        width: 100%; /* Ensure it occupies the full available width */
        box-sizing: border-box; /* Include padding and border in the element's total width */
        overflow: hidden; /* Prevent content from overflowing */
    }

    .filter-section-right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

    .custom-header-milestone {
        flex-basis: 100%;
        margin-top: 10px;
        text-align: right;
    }
    #allocation_form .budget-form, #allocation-items .budget-form {
         height: unset;
    }
    .budget-form-row {
        flex-direction: column;
    }
    #allocation_form .form-group, #allocation-items .form-group {
        width: 100% !important;
    }
    .budget-field-container {
        height: unset;
    }
    #modal_guideline .modal-content {
        transform: none;
        left: 20px;
        width: 265px !important;
    }
    .exp-bud-col-chart {
        width: 100%;
    }
    .bud-cate-pie-chart {
        width: 100%;
    }
    .activated-actions-container {
        gap: 1rem;
    }
    .pricing-options {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .pricing-box {
        width: 100%;
        margin-bottom: 20px;
    }
    #SuccessActivationModal .modal-content {
        width: 100% !important;
    }
    #ActivationModal .modal-content {
        width: 100% !important;
    }
    #ActivationPlannedModal .modal-content {
        width: 100% !important;
        height: 100%;
        margin-top: 0;
    }
    #ActivationPlannedModal .modal-body {
        overflow-y: auto;
        height: 840px;
    }
    #BuyMoreActivationModal .modal-content {
        width: 100% !important;
    }
    #ContactAdmin .modal-content {
        width: 100% !important;
    }
    #payment-form {
        width: 100%;
    }
    #payment-form .frame {
        width: 100%;
    }
    .title-button-group {
        display: flex !important;
        flex-direction: row;
    }
    .remove-tab-chat {
        margin: 0 !important;
        padding: 0 !important;
    }
}
@media (max-width: 360px) {
    #ActivationPlannedModal .modal-body {
        overflow-y: auto;
        height: 645px;
    }
    #payment-form {
        width: 100%;
    }
    #payment-form .frame {
        width: 100%;
    }
    .title-button-group {
        display: flex !important;
        flex-direction: row;
    }
    .remove-tab-chat {
        margin: 0 !important;
        padding: 0 !important;
    }
}
body:has(.app-loader) #overlay {
    background: rgba(0,0,0, 0.25);
    position: fixed;
    top: 0;
    color: #FFFFFF;
    z-index: 9991 !important;
}
.send-invitation-field .send-invitation-form:has(.overlay) #overlay {
    background: rgba(0,0,0, 0.25);
    position: fixed;
    top: 0;
    color: #FFFFFF;
    z-index: 9991 !important;
}
.kanban-item-list {
    padding-bottom: 2rem;
}

.dropdown-menu-suggestion {
    .list-item-header-suggestion {
        list-style: none !important;
    }
}

#budget-table td {
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
}

#task-table td {
    overflow: hidden;
    max-width: 150px;
    text-overflow: ellipsis;
}

/* Task view detail */
.budget-container {
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    -webkit-box-orient: vertical;
    .budget-dropdown-text {
    }
}

#retry {
    margin-top: 15px;
}

#message-retry {
    border-radius: 16px;
    border: 1px solid #3C3C3C;
    background-color: #FFFFFF;
}

#ideate-container {
    font-family: "Space Grotesk", sans-serif;
}

#ideate-container h1 {
    font-size: 32px;
    font-weight: 600;
    color: #3C3C3C;
}

#questions #chat-conversation-container {

}

#questions .left-container1 {
    border-radius: 12px;
    border: 1px solid #3C3C3C;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #3C3C3C;
    margin-left: 20px;
}

#questions .right-container1 {
    border-radius: 12px;
    /* border: 1px solid #3C3C3C; */
    border: 1px solid #ba1010;
    background: #FFF;
    box-shadow: 0px 4px 0px 0px #3C3C3C;
    margin-left: 20px;
}

.box#profile-image-section .box-content.text-center.profile-image {
    width: 225px;
}

.task-labels-wrapper {
    line-height: 1.4;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 3px;
}

.task-labels-wrapper .badge {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
    flex-shrink: 0;
}

.dt-print-view table {
    width: 100% !important;
    max-width: 100%;
}
.dt-print-view td {
    white-space: normal !important;
    max-width: 450px;
    word-break: break-word;
    overflow-wrap: break-word;
}

.expense-task-field-tip {
  font-size: 13px;
  color: #79888a;
}
.expense-task-field-tip a {
  color: #922b21;
}

#finance-tabs .nav-link.finance-tab-item .budget-box-text,
#finance-tabs .nav-link.finance-tab-item .expense-box-text {
    color: #222;
}
#finance-tabs .nav-link.finance-tab-item.active .budget-box-text,
#finance-tabs .nav-link.finance-tab-item.active .expense-box-text {
    color: #fff !important;
}

@media (max-width: 1360px) and (min-width: 990px) {
    .show-list-conversations {
        margin-left: 100px;
    }
}
@media (max-width: 960px){
    .show-list-conversations {
        margin-left: -100px;
    }
}
@media (max-width: 780px){
    .show-list-conversations {
        margin-top: 100px;
        margin-left: 0px;
    }
}

.supplier-filters {
    position: sticky;
    top: 0;
    z-index: 500;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #e2e8f0;
    transition: all 0.3s ease;
    margin: 20px;
    padding: 10px;
    border-radius: 20px;
}

body.sidebar-open .supplier-filters {
    z-index: 1;
}
.conversation-sidebar.active ~ .main-content-wrapper .supplier-filters,
.sidebar-overlay.active ~ .main-content-wrapper .supplier-filters,
body.sidebar-open #page-content .supplier-filters {
    margin-left: 260px !important;
}

@media (max-width: 768px) {
    .conversation-sidebar.active ~ .main-content-wrapper .supplier-filters,
    .sidebar-overlay.active ~ .main-content-wrapper .supplier-filters,
    body.sidebar-open #page-content .supplier-filters {
        margin-left: calc(250px + 20px) !important;
    }
}

.supplier-filters.sticky-active {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#category-filter option, #location-filter option, #sort-filter option {
    padding: 8px 12px;
    margin: 2px 0;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

#category-filter option:hover, #location-filter option:hover, #sort-filter option:hover {
    background-color: #f3f4f6;
}

#category-filter option:checked, #location-filter option:checked, #sort-filter option:checked {
    background-color: #dbeafe;
    color: #1e40af;
    font-weight: 600;
}

#category-filter, #location-filter, #sort-filter {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

#category-filter, #location-filter, #sort-filter {
    height: auto;
    min-height: auto;
}

#category-filter option {
    display: none;
}

#category-filter:focus option {
    display: block;
}

.selected-filter-tag {
    cursor: pointer;
    transition: all 0.2s ease;
}

.selected-filter-tag:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#category-search {
    transition: all 0.3s ease;
}

#category-search:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

#category-search::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

#category-filter option[style*="display: none"] {
    display: none !important;
}

#location-filter, #sort-filter {
    transition: all 0.3s ease;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
    cursor: pointer;
}

#location-filter:hover, #sort-filter:hover {
    border-color: #94a3b8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#location-filter:focus, #sort-filter:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

#location-filter option, #sort-filter option {
    padding: 12px 16px;
    margin: 2px 0;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-weight: 500;
}

#location-filter option:hover, #sort-filter option:hover {
    background-color: #f1f5f9;
    color: #1e293b;
}

#location-filter option:checked, #sort-filter option:checked {
    background-color: #dbeafe;
    color: #1e40af;
    font-weight: 600;
}

.dropdown-container {
    position: relative;
}

.dropdown-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(147, 197, 253, 0.05) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.dropdown-container:hover::after {
    opacity: 1;
}

#category-filter {
    transition: all 0.3s ease;
}

#category-filter:hover {
    border-color: #94a3b8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#category-filter:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
    outline: none;
}

#category-filter option {
    padding: 12px 16px;
    margin: 2px 0;
    border-radius: 8px;
    transition: all 0.2s ease;
    font-weight: 500;
}

#category-filter option:hover {
    background-color: #f1f5f9;
    color: #1e293b;
}

#category-filter option:checked {
    background-color: #dbeafe;
    color: #1e40af;
    font-weight: 600;
}

.category-search-input {
    transition: all 0.3s ease;
}

.category-search-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.category-search-input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

#category-dropdown-arrow:hover svg {
    color: #3b82f6;
    transform: scale(1.1);
}

#category-dropdown-list {
    transition: all 0.3s ease;
}

.category-option:hover {
    background-color: #f3f4f6 !important;
    transform: translateX(2px);
}

.category-option.selected {
    background-color: #dbeafe !important;
    color: #1e40af !important;
    border: none !important;
}

#category-search {
    transition: all 0.3s ease;
}

#category-search:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

#category-search::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

#category-dropdown-trigger {
    transition: all 0.3s ease;
}

#category-dropdown-trigger:hover {
    border-color: #94a3b8;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#category-dropdown-trigger:active {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

#category-dropdown-content {
    transition: all 0.3s ease;
}

.category-option:hover {
    background-color: #f3f4f6 !important;
    transform: translateX(2px);
}

.category-option.selected {
    background-color: #dbeafe !important;
    color: #1e40af !important;
    border: none !important;
}

#category-search-input {
    transition: all 0.3s ease;
}

#category-search-input:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

#category-search-input::placeholder {
    color: #94a3b8;
    font-weight: 400;
}

.supplier-filters {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid #e2e8f0;
    transition: all 0.3s ease;
}

.supplier-filters.sticky-active {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.suppliers-grid {
    margin-top: 20px;
}

.supplier-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.supplier-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.supplier-card .card-image-container {
    position: relative;
    flex-shrink: 0;
}

.supplier-card .card-content {
    padding: 0px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.supplier-card .card-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #1f2937;
    cursor: pointer;
    transition: color 0.2s;
    line-height: 1.3;
    min-height: 46px;
    display: flex;
}

.supplier-card .card-title:hover {
    color: #3b82f6;
}

.supplier-card .rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    min-height: 24px;
}

.supplier-card .google-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: #6b7280;
    min-height: 20px;
    padding-left: 10px;
}

.supplier-card .card-categories {
    margin-bottom: 10px;
    min-height: 32px;
}

.supplier-card .category-tag {
    display: inline-block;
    background: #f3f4f6;
    color: #374151;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 4px;
}

.supplier-card .card-details {
    flex: 1;
}

.supplier-card .detail-row {
    margin-bottom: 8px;
    font-size: 14px;
    color: #4b5563;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    min-height: 20px;
}

.supplier-card .detail-icon {
    flex-shrink: 0;
    margin-top: 2px;
}

.supplier-card .detail-text {
    flex: 1;
    line-height: 1.4;
}

.supplier-card .location-badge {
    background: #dbeafe;
    color: #1e40af;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    flex-shrink: 0;
    margin-left: 8px;
}

.supplier-card .card-actions {
    display: flex;
    gap: 8px;
    margin-top: auto;
    flex-shrink: 0;
    padding-bottom: 10px;
}

.supplier-card .action-btn {
    padding: 8px 16px;
    font-size: 13px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    border-radius: 6px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.supplier-card .action-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.supplier-card .bookmark-btn {
    position: relative;
    overflow: hidden;
}

.supplier-card .bookmark-btn.bookmarked {
    background-color: #fbbf24;
    border-color: #fbbf24;
    color: #92400e;
}

.supplier-card .bookmark-btn.bookmarked:hover {
    background-color: #f59e0b;
    border-color: #f59e0b;
    color: #78350f;
}

.supplier-card .bookmark-icon,
.supplier-card .bookmark-icon-filled {
    transition: all 0.3s ease;
}

@media (hover: none) {
    #clear-filters-btn:hover {
        background: transparent !important;
        color: inherit !important;
        border: none !important;
        box-shadow: none !important;
    }
}
#clear-filters-btn { -webkit-tap-highlight-color: transparent; }

.supplier-card .bookmark-btn.bookmarked .bookmark-icon {
    display: none !important;
}

.supplier-card .bookmark-btn.bookmarked .bookmark-icon-filled {
    display: inline-block !important;
}

.suppliers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    padding: 20px 0;
    align-items: start;
}

.supplier-card .created-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #5e8acd;
    color: white;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 500;
    z-index: 2;
}

.supplier-filters {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #e2e8f0;
    transition: all 0.3s ease;
}

.supplier-filters.sticky-active {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.98);
}

.suppliers-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    padding: 20px 0;
}
.supplier-card {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@supports (-webkit-touch-callout: none) {
    .suppliers-grid {
        display: -webkit-flex !important;
        display: flex !important;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    
    @media (min-width: 769px) {
        .suppliers-grid {
            -webkit-flex-direction: row;
            flex-direction: row;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
        }
        
        .supplier-card {
            -webkit-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
            max-width: calc(50% - 10px);
        }
    }
    
    @media (min-width: 1024px) {
        .supplier-card {
            -webkit-flex: 0 0 calc(33.333% - 14px);
            flex: 0 0 calc(33.333% - 14px);
            max-width: calc(33.333% - 14px);
        }
    }
}
.supplier-card .card-image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.supplier-card .card-image-container img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}
.created-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(255, 255, 255, 0.9);
    color: #059669;
    padding: 6px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
    backdrop-filter: blur(4px);
    max-width: 30px;
}
.supplier-card .card-content {
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.supplier-card .card-header {
    display: flex;
    flex-direction: column;
}

.supplier-card .card-title {
    font-size: 18px;
    font-weight: 700;
    color: #1e293b;
    cursor: pointer;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.supplier-card .card-title:hover {
    color: #3b82f6;
}

.supplier-card .card-rating {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.rating-stars {
    display: flex;
    align-items: center;
    gap: 4px;
}

.google-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #6b7280;
    font-weight: 500;
}

.supplier-card .card-categories {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.category-tag {
    background: #f3f4f6;
    color: #374151;
    padding: 4px 8px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.supplier-card .card-details {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.detail-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 14px;
    line-height: 1.4;
}

.detail-icon {
    flex-shrink: 0;
    width: 16px;
}

.detail-text {
    flex: 1;
    color: #4b5563;
    word-break: break-word;
}

.location-badge {
    background: #dbeafe;
    color: #1e40af;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    flex-shrink: 0;
}

.supplier-card .card-actions {
    display: flex;
    gap: 8px;
    margin-top: 8px;
    padding-bottom: 10px;
}

.action-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
    flex: 1;
    justify-content: center;
}

.btn-primary {
    background: #3b82f6;
    color: white;
}

.btn-primary:hover {
    background: #2563eb;
}

.btn-outline-secondary {
    background: white;
    color: #6b7280;
    border-color: #d1d5db;
}

.btn-outline-secondary:hover {
    background: #f9fafb;
    border-color: #9ca3af;
}
.bookmark-btn.bookmarked {
    background: #fef3c7;
    color: #92400e;
    border-color: #fcd34d;
}

.bookmark-btn.bookmarked .bookmark-icon {
    display: none;
}

.bookmark-btn.bookmarked .bookmark-icon-filled {
    display: inline-block !important;
}

.filter-toggle-btn {
    display: none;
}
.filter-toggle-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #dbeafe;
    color: white;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 120px;
    justify-content: center;
    margin-bottom: 10px;
}

#modalQuickInvite {
    z-index: 9999 !important;
}

#modalQuickInvite .modal-content {
    width: 500px !important;
    max-width: 89% !important;
}

.filter-toggle-btn:hover {
    background: #2563eb;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
}

.filter-toggle-btn.active {
    background: #1d4ed8;
    transform: translateY(0);
}

.filter-toggle-btn svg {
    transition: transform 0.3s ease;
}

.filter-toggle-btn.active svg {
    transform: rotate(180deg);
}

.address-text {
    display: inline-block;
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: manual;
}

.filter-rows {
    transition: all 0.3s ease;
    overflow: hidden;
}

.filter-rows.show {
    display: flex !important;
    animation: slideDown 0.3s ease;
}
@media (max-width: 768px) {
    .supplier-filters {
        position: relative;
        top: auto;
    }
    .suppliers-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .supplier-card .card-content {
        padding: 0px 16px;
    }

    .supplier-card .card-title {
        font-size: 16px;
        min-height: 40px;
    }

    .contact-opening-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    
    .contact-opening-grid > div {
        padding: 16px !important;
    }
    
    .contact-opening-grid h3 {
        font-size: 16px !important;
    }
    
    .contact-opening-grid strong {
        font-size: 13px !important;
    }
    
    .contact-opening-grid span {
        font-size: 14px !important;
    }

    .supplier-filters.sticky-active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 16px;
    }
    .supplier-filters.sticky-active + .suppliers-grid {
        margin-top: 200px;
    }
    .supplier-filters .row {
        margin: 0;
    }
    
    .supplier-filters .col-md-3 {
        padding: 0 8px;
        margin-bottom: 16px;
    }
    
    .supplier-filters .col-md-12 {
        padding: 0 8px;
        margin-bottom: 16px;
    }
    
    #category-dropdown-content {
        max-height: 250px;
    }
    .suppliers-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        padding: 16px 0;
    }
        .filter-toggle-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        padding: 12px 16px;
        background: #3b82f6;
        color: white;
        border: none;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        margin-bottom: 16px;
        width: 100%;
    }
    
    .filter-toggle-btn:hover {
        background: #2563eb;
    }
    
    .filter-toggle-btn svg {
        transition: transform 0.3s ease;
    }
    
    .filter-toggle-btn.active svg {
        transform: rotate(180deg);
    }
    
    .supplier-filters .row {
        display: none;
    }
    
    .supplier-filters .row.show {
        display: block;
    }
    /* Ensure the top filter bar (search + toggle) remains visible on mobile */
    .supplier-filters > .row.mb-4 { display: block !important; }
    .supplier-filters > .row.mb-4 .col-12 { display: block !important; }
    /* Ensure the toggle button is visible on mobile */
    .filter-toggle-btn { display: flex !important; }
    
    .supplier-filters.sticky-active {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        background: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        padding: 16px;
    }

        .contact-opening-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
        gap: 24px !important;
    }
    
    .contact-opening-grid > div {
        padding: 24px !important;
    }
    
    .contact-opening-grid h3 {
        font-size: 18px !important;
    }
    
    .contact-opening-grid svg {
        width: 20px !important;
        height: 20px !important;
    }
    
    .supplier-card .card-body img:first-child {
        height: 300px !important;
    }
    
    .gallery-grid {
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr)) !important;
        gap: 12px !important;
    }
    
    .gallery-grid img {
        height: 100px !important;
    }

        #page-content {
        padding: 0 8px !important;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .page-wrapper {
        margin: 0 auto !important;
        padding: 0 !important;
        max-width: 100%;
    }
    .supplier-card .card {
        margin: 0 auto !important;
        border-radius: 8px;
        width: 100%;
        max-width: 100%;
    }
    .supplier-card .card-body {
        padding: 12px !important;
        overflow-x: hidden;
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
    .supplier-card .card-body > div:first-child {
        margin: 0 0 12px 0 !important;
        width: 100%;
    }
    .supplier-card .card-body > div:first-child img {
        height: 200px !important;
        width: 100% !important;
        max-width: 100% !important;
        border-radius: 8px !important;
    }
    .supplier-card .card-body > div:nth-child(2) {
        padding: 0 !important;
        margin-bottom: 12px !important;
        text-align: center;
    }
    .supplier-card .card-body h1 {
        font-size: clamp(20px, 5vw, 28px) !important;
        line-height: 1.2 !important;
        margin: 0 0 12px 0 !important;
        word-wrap: break-word !important;
        overflow-wrap: break-word !important;
        text-align: center;
    }
    .supplier-card .card-body > div:nth-child(2) > div:first-child {
        flex-direction: column !important;
        gap: 8px !important;
        align-items: center !important;
        justify-content: center !important;
        margin-bottom: 12px !important;
        text-align: center;
    }
    .supplier-card .card-body > div:nth-child(2) > div:first-child > div {
        flex-wrap: wrap !important;
        gap: 6px !important;
        justify-content: center !important;
    }
    .supplier-card .card-body > div:nth-child(2) > div:nth-child(2),
    .supplier-card .card-body > div:nth-child(2) > div:nth-child(3) {
        margin-bottom: 12px !important;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .supplier-card .card-body span[style*="border-radius: 20px"],
    .supplier-card .card-body span[style*="border-radius: 8px"] {
        font-size: 12px !important;
        padding: 6px 12px !important;
        margin: 4px !important;
        word-break: break-word !important;
        max-width: 100% !important;
    }
    .contact-opening-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        margin-bottom: 16px !important;
    }
    .contact-opening-grid > div {
        padding: 16px !important;
        overflow-x: hidden !important;
        border-radius: 8px !important;
    }
    .contact-opening-grid h3 {
        font-size: 16px !important;
        margin: 0 0 12px 0 !important;
        gap: 8px !important;
        text-align: center;
    }
    .contact-opening-grid svg {
        width: 18px !important;
        height: 18px !important;
        flex-shrink: 0 !important;
    }
    .contact-opening-grid > div > div > div {
        flex-direction: column !important;
        padding: 8px 0 !important;
        gap: 4px !important;
    }
    .contact-opening-grid strong {
        font-size: 13px !important;
        min-width: auto !important;
        margin-bottom: 4px !important;
    }
    .contact-opening-grid span {
        font-size: 14px !important;
        margin-left: 0 !important;
        word-break: break-all !important;
        overflow-wrap: break-word !important;
        max-width: 100% !important;
        text-align: center !important;
    }
    .supplier-card .card-body > div:nth-last-child(2) {
        padding: 16px !important;
        margin-bottom: 16px !important;
        overflow-x: hidden !important;
        border-radius: 8px !important;
    }
    .supplier-card .card-body > div:nth-last-child(2) h3 {
        margin: 0 0 12px 0 !important;
        font-size: 16px !important;
        gap: 8px !important;
        text-align: center;
    }
    .supplier-card .card-body > div:nth-last-child(2) > div:last-child {
        display: flex !important;
        gap: 12px !important;
        margin-top: 8px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        padding: 8px 0 12px 0 !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
    }
    .supplier-card .card-body > div:nth-last-child(2) > div:last-child::-webkit-scrollbar {
        display: none !important;
    }
    .supplier-card .card-body > div:nth-last-child(2) img {
        height: 100px !important;
        width: 130px !important;
        min-width: 130px !important;
        max-width: 130px !important;
        flex-shrink: 0 !important;
        border-radius: 8px !important;
        object-fit: cover !important;
        cursor: pointer !important;
    }
    .supplier-card .card-body > div:last-child {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 12px !important;
        padding: 16px 0 !important;
        text-align: center;
    }
    .supplier-card .card-body a.btn {
        font-size: 14px !important;
        padding: 10px 20px !important;
        white-space: nowrap !important;
    }
    .supplier-card .card-body > * {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .filter-toggle-btn {
        width: 100%;
        justify-content: center;
        margin-top: 15px;
    }
    .supplier-filters .row:first-child .col-md-12 > div > div {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 767px) {
    .supplier-card .card-body {
        padding: 12px !important;
    }
    .contact-opening-grid > div > div > div {
        font-size: 13px !important;
    }
    .btn {
        font-size: 14px !important;
        padding: 8px 10px !important;
    }
}
@media (max-width: 480px) {
    .icon-search {
        display: none !important;
    }
    #page-content {
        padding: 0 6px !important;
    }
    .supplier-card .card-body {
        padding: 10px !important;
    }
    .supplier-card .card-body h1 {
        font-size: clamp(18px, 5vw, 24px) !important;
    }
    .contact-opening-grid > div {
        padding: 14px !important;
    }
    .supplier-card .card-body > div:nth-last-child(2) {
        padding: 14px !important;
    }
    .contact-opening-grid h3,
    .supplier-card .card-body > div:nth-last-child(2) h3 {
        font-size: 15px !important;
    }
    .supplier-card .card-body > div:nth-last-child(2) img {
        height: 90px !important;
        width: 120px !important;
        min-width: 120px !important;
        max-width: 120px !important;
    }
    .contact-opening-grid > div > div > div {
        padding: 6px 0 !important;
    }
}
@media (max-width: 360px) {
    .icon-search {
        display: none !important;
    }
    #page-content {
        padding: 0 4px !important;
    }
    .supplier-card .card-body {
        padding: 8px !important;
    }
    .contact-opening-grid > div {
        padding: 12px !important;
    }
    .supplier-card .card-body > div:nth-last-child(2) {
        padding: 12px !important;
    }
    .supplier-card .card-body > div:nth-last-child(2) img {
        height: 80px !important;
        width: 110px !important;
        min-width: 110px !important;
        max-width: 110px !important;
    }
}
@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 768px) {
    .search-filter-container {
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
        display: flex !important;
        align-items: stretch !important;
    }
    
    .search-input-container {
        width: 100% !important;
        min-width: 100% !important;
        flex: none !important;
        visibility: visible !important;
    }
    
    .filter-toggle-btn {
        width: 100% !important;
        min-width: 100% !important;
        flex: none !important;
        justify-content: center !important;
        display: flex !important;
    }
    
    .filter-text {
        display: inline !important;
    }
    
    .supplier-filters {
        padding: 0 10px !important;
    }
    
    .filter-rows {
        margin: 0 !important;
        padding: 0 10px !important;
    }
    
    .filter-rows .col-12 {
        padding: 0 5px !important;
        margin-bottom: 15px !important;
    }
}

@media (max-width: 480px) {
    .search-input-container input {
        font-size: 16px !important;
        padding: 12px 12px 12px 12px !important;
    }
    
    .filter-toggle-btn {
        padding: 12px 16px !important;
        font-size: 16px !important;
    }
    
    .filter-toggle-btn svg {
        width: 18px !important;
        height: 18px !important;
    }
}

.filter-toggle-btn {
    touch-action: manipulation;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: white !important;
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.filter-toggle-btn.active {
    background: #3b82f6 !important;
    color: white !important;
    border-color: #3b82f6 !important;
}

@media (max-width: 768px) {
    .icon-search {
        padding-top: 11px;
    }
    .supplier-filters {
        position: sticky !important;
        top: 60px !important;
        background: #ffffff !important;
        z-index: 1 !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .supplier-filters > .row.mb-4 {
        display: block !important;
    }
    .supplier-filters > .row.mb-4 .col-12 {
        display: block !important;
    }
    #page-content .search-input-container,
    #page-content #supplier-search,
    #page-content #filter-toggle-btn {
        display: block !important;
        visibility: visible !important;
    }
}
.event-overview-section .p10.d-flex {
    align-items: center !important;
}
.event-overview-section .p10.d-flex > div:first-child {
    flex-shrink: 0;
}
.event-location-text {
    word-break: break-word;
    white-space: normal;
    min-width: 0;
    flex: 1 1 0%;
}
.update_checklist_item {
    margin-right: .5rem;
}
.checklist-title {
    word-wrap: break-word;
    white-space: normal;
    max-width: calc(100% - 100px);
    display: inline-block;
}
.hidden-button {
    opacity: 0;
    pointer-events: none;
}
.text-lightgray {
    color: #9A9A9A;
}
.btn-theme {
    border-radius: 8px;
    padding: 1rem 5rem;
}
.text-truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 5rem;
    display: block;
    overflow: hidden;
}