﻿@import url('open.iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px; /* Root font size */
}

html, body {
    height: 100%;
    overflow: hidden;
}


.hermes-body {
    /*background-color:white;*/
    /*background-color: var(--hermes--body-color);*/
}

/* T1254410 - NullText overflows the DxTagBox container | DevExpress Support. */
dxbl-tag-box {
    overflow: hidden;
}

.form-layout-body {
    display: flex;
    align-items: center;
}

/* Vertical layout styles */
.form-layout-item-vertical {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.form-layout-body-vertical {
    display: flex;
    align-items: flex-start;
}


.form-caption {
    font-weight: 400;
    color: var(--form-caption-color);
    margin: 0;
    padding-left: 0;
    text-align: left;

}

.form-caption-horizontal {
    display: flex;
    align-items: center;
}

.purple-span {
    background-image: linear-gradient(to right,var(--hermes001),var(--hermes002));
    color: var(--medium-slate-blue);
    text-transform: none;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    margin-right: -5px;
    padding-right: 5px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.button-link {
    text-decoration: unset;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

/*.zoom-image-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}*/

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-block-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.empty-data-text {
    color: #888;
    font-weight: 400;
    font-size: .9rem;
    text-align:center;
}

.powered-by-openai {
    height: 25px;
    margin-top: 16px;
}

.meta-tech-provider {
    height: 45px;
    margin-top: 20px;
}

.title-text {
    margin-top: 100px;
    margin-bottom: 100px;
}

.white-text {
    color: white;
}

.app-content {
    padding:2rem;
   /* background-color:white;*/
}
.page-content {
    padding: 2rem;
}

.document-content {
    margin-top: 25px;
    margin-bottom: 25px;
    color: var(--text-heading);
}

    .document-content h1 {
        text-align: center;
        max-width: 1000px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
        font-size: 3rem;
        font-weight: 600;
        margin-bottom:2rem;
    }


.post-page-container {
    display: flex; 
    flex-direction: column; 
    height: 100%;
    background-color: white;
}

.image-container {
    width: 100%;
}

.zoom-image-container {
    width: 100%;

    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
}

    .zoom-image-container img {
        width: 100%;
        height: auto; /* Maintain aspect ratio */
        transition: transform 0.3s;
        vertical-align: middle;
    }

        .zoom-image-container img:hover {
            transform: scale(1.2);
            -ms-transform: scale(1.2); /* IE 9 */
            -moz-transform: scale(1.2); /* Firefox */
            -webkit-transform: scale(1.2); /* Safari and Chrome */
            -o-transform: scale(1.2); /* Opera */
        }


.page-wrapper{
    max-width:100%;
    overflow:hidden;
}

.bg-page {
    background-color: var(--hermes--body-color);
    
}

.bg-app{
    background-color:unset;
}

.tip-container {
    margin-left: auto;
    padding-left: 4px;
}

.tip {
    display: inline-block;
}

.tip-icon {
    flex: 0 0 18px;
    height: 18px;
    margin: 4px -4px -2px;
    color: var(--color-info);
}

.get-started-button-container {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
    z-index: 10;
}

    .get-started-button-container .button-subtitle {
        color: var(--hermes--neutral-02);
        margin-top: 2px;
        font-size: 12px;
        line-height: 1.3;
    }

.get-started-button {
    width: 250px;
    height: 50px;
}

.get-started-button-container .button-subtitle.white-text {
    color: white;
}

.splitter-page-container {
    display: flex; /* displays flex-items (children) inline */
    flex-direction: column; /* stacks them vertically */
    height: 100%; /* needs to take the parents height, alternative: body {display: flex} */
}

.splitter-component-container {
    flex: 1; /* takes the remaining height of the "container" div */
    overflow: auto; /* to scroll just the "main" div */
}

.splitter-scroll-pane {
    overflow-y: auto;
    height: 100%;
/*    width: 100%;
    position: absolute;*/
    padding-right: 10px; 
}


/*.splitter-scroll-pane {
    overflow-y: auto;*/ /* Show vertical scrollbar if content overflows */
    /*height: 100%;*/ /* Ensure the content div fills the pane height */
/*}*/

.rz-splitter > .rz-splitter-bar-resizable:active {
    background-color: var(--hermes001) !important;
}


.status-box {
    padding: 0.1rem 0.4rem; /* Adjust padding for size */
    margin-bottom:0;
    font-size:.7rem;
}

.box-item-delete-button {
    background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent black background */
    border-radius: 50%; /* Make the button round */
    width: 16px;
    height: 16px;
    align-items: center;
    display: flex;
    justify-content: center;
    transition: background-color 0.3s ease;
    visibility: hidden; /* Hidden by default */
}

    .box-item-delete-button:hover {
        background-color: rgba(0, 0, 0, 0.5);
    }

/* Show the close button when hovering over the media-container */
.automation-box-item-container:hover .box-item-delete-button {
    visibility: visible;
}

/* Culture Info */

.icon-culture {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
}


.text-icon {
    background-image: url("/lib/bootstrap-icons/text-left.svg");
}

.image-icon {
    background-image: url("/lib/bootstrap-icons/image.svg");
}

.audio-icon {
    background-image: url("/lib/bootstrap-icons/volume-up.svg");
}

.video-icon {
    background-image: url("/lib/bootstrap-icons/film.svg");
}

.file-icon {
    background-image: url("/lib/bootstrap-icons/file-earmark.svg");
}

.delay-icon {
    background-image: url("/lib/bootstrap-icons/stopwatch.svg");
}

.icon-culture-en-us {
    background-image: url("/images/icons/culture-en-US.png");
}

.icon-culture-es-mx {
    background-image: url("/images/icons/culture-es-MX.png");
}

.icon-culture-es-es {
    background-image: url("/images/icons/culture-es-ES.png");
}

.icon-culture-fr-fr {
    background-image: url("/images/icons/culture-fr-FR.png");
}

.icon-culture-it {
    background-image: url("/images/icons/culture-it.png");
}

.icon-culture-de {
    background-image: url("/images/icons/culture-de.png");
}


.icon-flag-mx {
    background-image: url("/images/icons/flags/mx.svg");
}
.icon-flag-us {
    background-image: url("/images/icons/flags/us.svg");
}

.card-brand-icon {
    display: inline-block;
    height: 25px;
    width:40px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right:7px;
}

.card-amex {
    background-image: url("/images/icons/payment/amex.svg");
}

.card-visa {
    background-image: url("/images/icons/payment/visa.svg");
}
.card-mastercard{
    background-image: url("/images/icons/payment/mastercard.svg");
}

.card-diners {
    background-image: url("/images/icons/payment/diners.svg");
}

.card-elo {
    background-image: url("/images/icons/payment/elo.svg");
}
.card-jcb {
    background-image: url("/images/icons/payment/jcb.svg");
}
.card-maestro {
    background-image: url("/images/icons/payment/maestro.svg");
}
.card-paypal {
    background-image: url("/images/icons/payment/paypal.svg");
}
.card-unionpay {
    background-image: url("/images/icons/payment/unionpay.svg");
}
.card-unknown {
    background-image: url("/images/icons/payment/generic-card.svg");
}
.stripe-card-number {
    flex: 1 1 0%;
   /* padding: 4px 15px;*/
/*    font-size: 1.6rem;
    font-weight: 400;*/
    /*color: rgb(27, 31, 41);*/
}

.payment-section {
    margin-bottom: 16px;
    padding: 16px;
    background: rgb(247, 248, 250);
    border-radius: 8px;
    border: 1px solid rgba(27, 31, 41, 0.3);
}

.payment-container {
    margin-bottom: 8px;
}

.payment-input-container {
    display: inline-block;
    margin: 0px;
    text-align: left;
    width: 100%;
}

.payment-input-above-row {
    display: flex;
    -moz-box-pack: justify;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.form-heading {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.secure-form {
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    -moz-box-pack: end;
    justify-content: flex-end;
    color: rgb(105, 110, 124);
}

    .secure-form > svg {
        position: relative;
        width: 16px;
        height: 16px;
        top: 0px;
        right: 3px;
        fill: rgb(105, 110, 124);
    }

.secure-form-text {
    margin: 0px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.2;
}

.payment-details-container {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin-bottom: 1rem;
}

.payment-details-text {
    margin: 0px;
    color: rgb(27, 31, 41);
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.0;
}

.stripe-payment-container {
/*    display: flex;
    -moz-box-align: center;
    align-items: center;
    background: rgb(255, 255, 255);
    border: 1px solid rgba(27, 31, 41, 0.5);
    border-radius: 4px;*/
}


.zoom-image {
    width: 100%;
    height: auto;
    object-fit: cover; /* Zoom in to fill the container */
}

.zoom-effect {
    transition: transform 0.3s; /* Add transition for smooth animation */
}

    /* Define the zoom effect on hover */
    .zoom-effect:hover {
        transform: scale(1.1); /* Scale the image to 1.1 times its original size on hover */
    }

.vertical-center-div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
}

.vertical-center-mid {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
}

.max-w-740 {
    max-width: 740px;
}


.edit-message-icon {
    font-size: 13px;
}

.edit-message-button {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-left: 10px;
    cursor: pointer;
    /* Flexbox to center the icon */
    display: flex;
    justify-content: center;
    align-items: center;
}

.emoji-button {
    color: white;
    background-color: var(--hermes--primary);
}

    .emoji-button:hover {
        background-color: var(--hermes--hover);
    }


.edit-message-ok-button {
    color:var(--hermes--black);
    background-color: var(--button-ok-color);
}
.edit-message-ok-button:hover{
    color:white;
    background-color: var(--button-ok-color-hover);
}
.edit-message-cancel-button {
    color: var(--hermes--black);
    background-color: var(--button-cancel-color);
}

    .edit-message-cancel-button:hover {
        color: white;
        background-color: var(--button-cancel-color-hover);
    }

.popup-content {

}
.popup-content h3 {
    color: var(--text-subtitle);
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2;
    padding-left: 10px;
    padding-right: 10px;
}

.popup-content p {
    color: var(--text-subtitle);
    margin: 0;
    padding-top: 8px;
    font-size: .9rem;
    padding-left: 10px;
    padding-right: 10px;
}

.onboarding-step-container {
}

.onboarding-step-wrapper {
    display: flex;
    align-items: flex-start;
    min-height: 450px;
    gap: 1rem; /* Add some space between form and image */
}


.onboarding-step-header {
    margin-bottom: 1rem;
}

    .onboarding-step-header h2 {
        font-size: 2rem;
        font-weight: 600;
        font-style: normal;
        line-height: 1.2;
        color: var(--text-heading);
        padding:10px;
        margin:0;
    }
    .onboarding-step-header h3 {
        color: var(--text-subtitle);
        margin: 0;
        font-size: 1.2rem;
        line-height: 1.2;
        padding-left: 10px;
        padding-right: 10px;
    }

.onboarding-step-header p {
    color: var(--text-subtitle);
    margin: 0;
    padding-top:8px;
    font-size: .9rem;
    padding-left: 10px;
    padding-right:10px;
}

.onboarding-step-form-section {
    flex-grow: 1; /* This will take the remaining available space */
    padding-top: .75rem;
    min-width: 0;
}

.onboarding-step-form{
    padding:10px;
}

.onboarding-step-image-section {
    width: 310px; /* Fixed width for all images */
    height: 100%;
    overflow: hidden;
    background: #f8f9fa;
    flex-shrink: 0;
    padding-top: .75rem;
    display: block; /* Visible by default on wide screens */
}

    .onboarding-step-image-section img {
        width: 100%;
        height: 100%;
        max-height: 460px;
        object-fit: cover;
        object-position: center;
    }

/* Responsive breakpoints */
/* Hide image on screens narrower than 768px (tablets and mobile) */
@media (max-width: 767px) {
    .onboarding-step-image-section {
        display: none;
    }

    .onboarding-step-wrapper {
        min-height: auto; /* Allow height to adjust on mobile */
    }

    .onboarding-step-header h3 {
        font-size: 1.5rem; /* Slightly smaller heading on mobile */
    }

    .onboarding-step-header p {
        font-size: 1rem; /* Smaller subtitle on mobile */
    }
}


.title-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.page-heading {
    font-size: calc(4rem + 1vw);
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    color: var(--text-heading)
}

.info-page-container {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left:40px;
    padding-right:50px;

}
.info-page-heading {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    margin-bottom:40px;
    color: var(--text-heading)
}

.info-page-paragraph {
    color: var(--text-subtitle);
    font-size: 16px;
    line-height: 1.3;
}

.page-heading.main-features{
    margin-bottom:3rem;
}

.title {
    text-align: center;
    max-width: 1000px; /* Adjust the maximum width as needed */
    margin-left: auto; /* Center the title horizontally */
    margin-right: auto; /* Center the title horizontally */
    padding-left: 20px;
    padding-right: 20px;
    font-size: calc(3rem + 1vw);
    font-weight: 600;
    color:var(--text-heading);
}

.page-padding {
    padding-top: 4rem;
    padding-bottom: 6rem;
}

.description-paragraph {
    color: var(--text-subtitle);
    max-width: 800px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.3;
}

.page-paragraph {
    color: var(--text-subtitle);
    max-width: 480px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.3;
    padding:10px;
}

.page-paragraph.main-features{
    margin-bottom:2rem;
}

.page-video-wrapper {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: 944px;
    margin-left: auto;
    margin-right: auto;
    padding-top:24px;
    padding-left:12px;
    padding-right:12px;
    display: flex;
}

.page-video-box {
    border-radius: 25.5px;
    overflow: hidden;
    box-shadow: 0 4px 4px rgba(0,0,0,.07),0 11px 10px rgba(0,0,0,.1),0 20px 18px rgba(0,0,0,.13),0 36px 32px rgba(0,0,0,.15),0 68px 60px rgba(0,0,0,.18),0 160px 140px rgba(0,0,0,.25);
}

.page-main-video {
    z-index: 5;
    height: 100%;
    position: relative;

}

.video-container {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .video-container video {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
        display: block;
    }

.form-comment {
    font-size: .8rem;
    color: var(--text-subtitle);
   
}


.automation-element-name {
    font-size: 1.5rem;
}

.header-text {
    font-size: 1rem;
    margin: 0px;
    color: rgb(27, 31, 41);
    font-weight: 600;
    line-height: 1.1;
}

.popup-form-footer {
    position: relative;
    margin-top: 0.75rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    margin-bottom: -0.75rem;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-top: var(--dxbl-popup-border-width) var(--dxbl-popup-border-style) var(--dxbl-popup-border-color);
    padding: var(--dxbl-popup-footer-padding-y) var(--dxbl-popup-footer-padding-x);
    background-color: #F7F7F7;
    color: var(--dxbl-popup-footer-color);
}


.subtitle {
    text-align: center;
    max-width: 480px;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: calc(.6rem + 1vw);
    color: var(--text-subtitle);
    line-height: 1.3;
}

.module-title {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
}

.module-description {
    font-size: .9rem;
    max-width: 1000px;
}


.label-text {
    font-size: .9rem;
    font-weight: 400;
    color: rgba(33,37,41,0.75);
}

.label-text-small {
    font-size: .8rem;
    font-weight: 400;
    color: rgba(33,37,41,0.75);
}

.panel-container {
    width: 100%;
/*    max-width: 1352px;*/
    margin: 0 auto;
}

.panel-column {
    display: flex;
    flex-direction: column; /* Stack the panels vertically by default */
    width: 100%;
}

.panel-cell-container {
    width: 100%;
    margin-bottom: 24px; /* Adds space between stacked panels */
}

.combo-item-template {
    display: flex;
    align-items: center;
}

    .combo-item-template > img {
        border-radius: 50%;
        width: 1.3rem;
        height: 1.3rem;
        margin-right: 0.5rem;
    }

/* NavMenu */
#sidebar {
    width: 12rem;
    transition: transform 0.1s ease-out;
    height: 100%;
    max-height: 100%;
    background-color: white;
    z-index: 1;
    overflow: hidden;
    border-right: 1px solid rgba(35, 40, 51, 0.1);
}

    #sidebar .sidebar-menu-container {
        overflow-y: auto;
        height: 100%;
        overflow-x: hidden; /* <-- prevents horizontal scrollbar */

    }

    #sidebar.collapsed .sidebar-menu-container {
        padding-right: 0; /* avoid invisible right padding that causes overflow */
    }

    #sidebar .sidebar-menu-separator .dxbl-btn {
        font-size: .7rem;
        padding: 0;
    }

#sidebar.collapsed .sidebar-menu-separator {
    overflow: hidden;
    background-color: currentColor;
    opacity: 0.2;
    height: 1px;
}

    #sidebar.collapsed {
        width: 3.5rem;
    }


#sidebar .toggle-button-container {
    padding-top: 10px !important;
    padding-right: 12px !important;
}

    #sidebar .toggle-sidebar {
        background: none;
        color: rgb(35, 40, 51);
        border: 1px solid rgba(35,40,51,0.1);
        padding: 0;
        cursor: pointer;
        border-radius: 8px;
        width: 2rem;
        height: 2rem;
        transition: background-color 0.3s;
    }

        #sidebar .toggle-sidebar:hover {
            background-color: rgba(35,40,51,0.05);
        }


#sidebar .logout-item .dxbl-menu-item-text-container {
    margin-left: 0 !important;
}


#sidebar .logout-item .dxbl-btn {
    margin-left: 0 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    padding-left: 4px !important;
}

#sidebar .logout-item .dxbl-image {
    margin-right: 8px;
}


#sidebar .menu-item-selected .dxbl-menu-item {
    background-color: rgba(35,40,51,0.05);
}


/* Hide text in collapsed menu */
#sidebar.collapsed .dxbl-menu-item-text-container {
    display: none !important;
}

    /* Special case: keep logout container visible when collapsed */
    #sidebar.collapsed .logout-item .dxbl-menu-item-text-container {
        display: flex !important; /* allow button layout to render */
        align-items: center;
        justify-content: center;
    }

    /* But hide only the text, not the container or icon */
    #sidebar.collapsed .logout-item .dxbl-menu-item-text {
        display: none !important;
    }


#sidebar.collapsed .sidebar-header {
    display: none !important;
}

#sidebar .sidebar-header {
    padding-top: .5rem;
    padding-left: .8rem;
}

#sidebar .sidebar-logo-image {
    height: 1.5rem;
    object-fit: contain;
}

#sidebar .sidebar-menu .dxbl-menu-item-list {
    gap: 0.5rem;
}

/* Icon styles */

#sidebar .sidebar-icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-left: 0.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

#sidebar .filter-gray {
    filter: grayscale(100%) brightness(50%) invert(50%);
}

    #sidebar .profile-container {
        display: flex;
        align-items: center;
        padding-left: .9rem;
        padding-top: .3rem;
        padding-bottom: .5rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .profile-circle {
        width: 1.5rem; /* Adjust as needed */
        height: 1.5rem; /* Adjust as needed */
        border-radius: 50%; /* Makes the div a circle */
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem; /* Adjust font size as needed */
        
        font-weight: bold;
        text-transform: uppercase;
        flex-shrink: 0;

    }
#sidebar .profile-circle {
    cursor: pointer;
}

    #sidebar .profile-text {
        margin-left: .4rem;
        white-space: nowrap;
        font-size: 0.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #sidebar.collapsed .profile-text {
        display: none !important;
    }

/* Auto-collapse when the viewport width is below 700px */
@media (max-width: 700px) {

    #sidebar {
        width: 3.5rem;
    }
        #sidebar .sidebar-menu-separator {
            overflow: hidden;
            background-color: currentColor;
            opacity: 0.2;
            height: 1px;
        }

        #sidebar .dxbl-menu-item-text-container {
            display: none !important;
        }

        #sidebar .sidebar-header {
            display: none !important;
        }

        #sidebar .toggle-button-container{
            display: none !important;
        }

        #sidebar .profile-text{
            display: none !important;
        }
}



@media (min-width: 1000px) {
    .panel-column {
        flex-direction: row; /* Side-by-side panels when the width is above 1000px */
        gap: 24px; /* Space between the panels */
    }

    .panel-cell-container {
        flex: 1; /* Ensure each panel takes up equal width */
        margin-bottom: 0; /* Remove bottom margin when side-by-side */
    }
}



    @media (min-width:1200px) {
        .title {
            font-size: 4rem
        }
    }

    .section-container {
        padding: 128px 0px;
    }

    @media (max-width: 1199px) {
        .section-container {
            padding: 48px 0px;
        }
    }

    .text-white {
        color: white;
    }

    .section-column {
        margin: 0px auto;
        width: 100%;
        max-width: 1352px;
        display: flex;
        flex-direction: column;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: justify;
        justify-content: space-between;
        padding: 24px 48px;
    }

    @media (min-width: 993px) {
        .reverse-section-column {
            flex-direction: row-reverse;
            padding: 0px 24px;
            gap: 24px;
        }

        .section-image-container {
            flex: 1 1 0%;
        }

        .large-image-container {
            flex: 0 0 70%; /* Flex shorthand for flex-grow, flex-shrink, and flex-basis */
        }

        .section-text-container {
            flex: 0 0 30%; /* Adjusting the text container to take the remaining space */
        }

        .section-cell-container {
            flex: 0 0 50%;
        }

        .section-text-container {
            margin-bottom: 0px;
            -moz-box-pack: end;
            justify-content: flex-end;
        }

        .section-cell-container {
            flex: 1 1 0%;
            width: 100%;
        }
    }

    @media (min-width: 993px) {
        .row-section-column {
            flex-direction: row;
            padding: 0px 24px;
            gap: 24px;
        }

            .row-section-column.no-gap {
                gap: 0px;
            }
    }


    .section-image-container {
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
        width: 100%;
    }

    .section-image {
        width: 100%;
        display: block;
        max-width: 640px;
        height: auto;
    }

    .section-text-container {
        display: flex;
        -moz-box-align: center;
        align-items: center;
        -moz-box-pack: center;
        justify-content: center;
        flex: 1 1 0%;
        width: 100%;
        margin-bottom: 24px;
    }


    @media (min-width: 769px) {
        .section-text-container {
            margin-bottom: 48px;
        }
    }


    .section-text-elements {
        display: flex;
        flex-direction: column;
        -moz-box-pack: start;
        justify-content: flex-start;
        width: 100%;
        max-width: 480px;
    }

    @media (min-width: 1200px) {
        .section-text-elements {
            max-width: 528px;
        }
    }


    .background-section {
        justify-content: center;
        align-items: center;
        max-width: 100%;
        display: flex;
        position: relative;
        top: -218px;
    }

        .background-section.is-under {
            margin-bottom: 12rem;
            top: -672px;
        }

    .blur-bg-purple {
        z-index: 0;
        filter: blur(75px);
        object-fit: cover;
        border-radius: 100%;
        width: 200vw;
        max-width: none;
        height: 954px;
        position: absolute;
        inset: -50%;
        transform: rotate(-7deg);
    }

    .background-section .blur-bg-purple {
        max-width: unset;
    }

    .background-back {
        background-color: var(--hermes--body-color);
        z-index: -2;
    }

    .content-front {
        z-index: 1;
    }

    .blur-bg-dark {
        z-index: 1;
        filter: blur(150px);
        background-color: #1B102F;
        border-radius: 100%;
        flex-direction: column;
        width: 200vw;
        height: 954px;
        display: flex;
        position: absolute;
        inset: -50%;
        transform: rotate(-15deg);
    }

.section-white {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: white;
    z-index: 10;
    position: relative;
    margin-top: 60px;
}
    .section-purple {
        background-image: linear-gradient(to bottom,rgba(255,255,255,0),var(--hermes--primary)50%);
    }

        .section-purple.mobile-z-10 {
            position: relative;
        }

    .testimonial-padding {
        padding-top: 16rem;
    }

    .features-heading {
        margin-bottom: 84px;
    }

    .features-cards-grid {
        z-index: 3;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        align-items: start;
        display: grid;
        position: relative;
        /*temp*/
        /* min-height:20rem;*/
    }

    .features-cards-col1 {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .features-cards-col2 {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        flex-direction: column;
        display: flex;
        position: relative;
        top: -40px;
    }

    .global-padding {
        padding-top: 8rem;
        padding-bottom: 3rem;
    }

    .hermes-container {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: .375fr 1fr .375fr;
        grid-auto-columns: 1fr;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 77.5rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }

        .hermes-container.z-10 {
            z-index: 10;
            position: relative
        }

        .hermes-container.ver-center {
            flex-direction: column;
            display: flex
        }




    .w-layout-blockcontainer {
        /*    max-width: 940px;
    margin-left: auto;
    margin-right: auto;*/
        display: block;
    }

    .w-container {
        /*    max-width: 940px;
    margin-left: auto;
    margin-right: auto;*/
    }


        .w-container::before, .w-container::after {
            content: " ";
            grid-area: 1/1/2/2;
            display: table;
        }


    .menu-icon {
        width: 1rem;
        height: 1rem;
        min-width: 1rem;
        min-height: 1rem;
        background-size: contain;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        background-position: center center;
        background-color: currentColor;
        opacity: 0.7;
    }

.address-form-layout-item {
    margin-top: 0;
}


.accountSettings-icon {
    background-image: url("../images/icons/sidebar-account.svg");
}

.team-icon {
    background-image: url("../images/icons/sidebar-team.svg");
}

    .plans-icon {
        background-image: url("../images/icons/sidebar-plans.svg");
    }

    .logout-icon {
        background-image: url("../images/icons/sidebar-logout.svg");
    }

    .integrations-icon {
        background-image: url("../images/icons/sidebar-integrations.svg");
    }

    .dashboard-icon {
        background-image: url("../images/icons/sidebar-home.svg");
    }

    .chatLogs-icon {
        background-image: url("../images/icons/sidebar-chat.svg");
    }

    .conversations-icon {
        background-image: url("../images/icons/sidebar-chat.svg");
    }

    .automations-icon {
        background-image: url("../images/icons/sidebar-automations.svg");
    }


    .directMessages-icon {
        background-image: url("../images/icons/sidebar-directMessages.svg");
    }

    .fineTuneChat-icon {
        background-image: url("../images/icons/sidebar-finetune.svg");
    }

    .assistants-icon {
        background-image: url("../images/icons/sidebar-assistant.svg");
    }

    .experts-icon {
        background-image: url("../images/icons/sidebar-expert.svg");
    }

    .files-icon {
        background-image: url("../images/icons/sidebar-files.svg");
    }

    .posts-icon {
        background-image: url("../images/icons/sidebar-posts.svg");
    }

    .responses-icon {
        background-image: url("../images/icons/sidebar-responses.svg");
    }

    .knowledge-icon {
        background-image: url("../images/icons/sidebar-knowledge.svg");
    }
    .apiKeys-icon {
        background-image: url("../images/icons/sidebar-apiKeys.svg");
    }


.embedGuide-icon {
    background-image: url("../images/icons/embed.svg");
}

    .edit-form {
        margin-bottom: 20px;
    }

.embed-instructions {
   /* background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;*/
    padding: 20px;
    line-height: 1.6;
    color: #495057;
}

    .embed-instructions h4 {
        margin: 0 0 15px 0;
        color: #495057;
        font-size: 18px;
        font-weight: 600;
    }

    .embed-instructions .icon {
        color: #007bff;
    }

    .embed-instructions p {
        margin: 0 0 15px 0;
        font-size: 14px;
    }

    .embed-instructions ol {
        margin: 0 0 20px 0;
        padding-left: 20px;
    }

    .embed-instructions li {
        margin-bottom: 12px;
    }

    .embed-instructions code {
        background: #e9ecef;
        padding: 2px 6px;
        border-radius: 4px;
        font-size: 13px;
    }

    .embed-instructions .note {
        background: #fff3cd;
        border: 1px solid #ffeaa7;
        border-radius: 6px;
        padding: 12px;
        margin-top: 15px;
    }

        .embed-instructions .note p {
            margin: 0;
            font-size: 14px;
        }

        .embed-instructions .note .icon {
            color: #856404;
        }

    .embed-instructions .tip {
        background: #d1ecf1;
        border: 1px solid #bee5eb;
        border-radius: 6px;
        padding: 12px;
        margin-top: 10px;
    }

        .embed-instructions .tip p {
            margin: 0;
            font-size: 13px;
        }

        .embed-instructions .tip .icon {
            color: #0c5460;
        }

.alert-text-box {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
    border: none;
    max-width: 1000px;
}

.info-text-box {
    background: #fff3cd;
    border-left: 5px solid #ffc107;
    padding: 20px;
    margin: 15px 0;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
}
    .info-text-box strong {
        color: #856404;
        font-size: 1.1em;
    }

/* ===== IcloneU Instruction Container Styles ===== */

/* Instruction Container Base */
.instruction-container {
    max-width: 800px;
    margin: 20px auto;
    background: white;
    border-radius: 12px;
    border: 1px solid var(--hermes--border);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #333;
}

    .instruction-container .header {
        background-color: var(--hermes--body-color);
        padding: 30px;
        text-align: center;
    }

        .instruction-container .header h1 {
            font-size: clamp(2rem, 4vw, 3rem);
            font-weight: 600;
            font-style: normal;
            line-height: 1;
            color: var(--text-heading);
        }

        .instruction-container .header p {
            font-size: clamp(1rem, 2vw, 2rem);
            color: var(--text-subtitle);
            margin-top: 24px;
            margin-bottom: 16px;
            line-height: 1.3;
            padding: 10px;
        }


    .instruction-container .content {
        padding: 40px;
    }

    /* Typography */
    .instruction-container h1 {
        font-size: 2.5em;
        margin-bottom: 15px;
        font-weight: 700;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .instruction-container h2 {
        font-size: 1.8em;
        margin: 30px 0 20px 0;
        color: var(--text-heading);
        padding-bottom: 10px;
        border-bottom: 3px solid var(--hermes001);
        display: inline-block;
    }

    .instruction-container p {
        margin-bottom: 20px;
        font-size: 1.1em;
        color: #555;
    }

    /* Strong text */
    .instruction-container strong {
        color: #2c3e50;
        font-weight: 600;
    }

    /* Links */
    .instruction-container a {
        color: #4facfe;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .instruction-container a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

    /* ===== REGULAR ORDERED LISTS (simple numbered) ===== */
    .instruction-container ol {
        margin: 20px 0;
        padding-left: 20px;
    }

        .instruction-container ol li {
            margin: 10px 0;
            padding: 0;
            list-style: decimal;
        }

        /* ===== STEP ORDERED LISTS (enhanced styling) ===== */
        .instruction-container ol.steps {
            counter-reset: step-counter;
            list-style: none;
            margin: 20px 0;
            padding-left: 0;
        }

            .instruction-container ol.steps li {
                counter-increment: step-counter;
                margin: 25px 0;
                padding: 20px;
                background: #f8f9fa;
                border-left: 5px solid var(--hermes001);
                border-radius: 8px;
                position: relative;
                transition: all 0.3s ease;
                list-style: none;
            }

                .instruction-container ol.steps li:hover {
                    background: var(--hermes--body-color);
                    transform: translateX(3px);
                    box-shadow: 0 5px 15px rgba(79, 172, 254, 0.2);
                }

                .instruction-container ol.steps li::before {
                    content: counter(step-counter);
                    position: absolute;
                    left: -15px;
                    top: 20px;
                    background: var(--hermes002);
                    color: white;
                    width: 30px;
                    height: 30px;
                    border-radius: 50%;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-weight: bold;
                    font-size: 0.9em;
                    border: 3px solid white;
                    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
                }

            /* Step completion animation */
            .instruction-container ol.steps .step-completed {
                background: #d4edda !important;
                border-left-color: #28a745 !important;
            }

                .instruction-container ol.steps .step-completed::before {
                    background: #28a745 !important;
                    content: "✓" !important;
                }

    /* ===== REGULAR UNORDERED LISTS (simple bullets) ===== */
    .instruction-container ul {
        margin: 20px 0;
        padding-left: 20px;
    }

        .instruction-container ul li {
            margin: 10px 0;
            padding: 0;
            list-style: disc;
        }

        /* ===== CHECKMARK UNORDERED LISTS ===== */
        .instruction-container ul.check-text {
            padding-left: 0;
        }

            .instruction-container ul.check-text li {
                padding: 15px 0;
                border-left: 4px solid var(--hermes001);
                padding-left: 15px;
                list-style: none;
                position: relative;
            }

                .instruction-container ul.check-text li::before {
                    content: "✓";
                    color: #28a745;
                    font-weight: bold;
                    margin-right: 10px;
                }

    /* ===== VIDEO INTEGRATION ===== */
    .instruction-container .page-video-box {
        border-radius: 25.5px;
        overflow: hidden;
        box-shadow: 0 4px 4px rgba(0,0,0,.07),0 11px 10px rgba(0,0,0,.1),0 20px 18px rgba(0,0,0,.13),0 36px 32px rgba(0,0,0,.15),0 68px 60px rgba(0,0,0,.18),0 160px 140px rgba(0,0,0,.25);
        margin: 20px 0;
    }

    .instruction-container .video-container {
        position: relative;
        width: 100%;
    }

        .instruction-container .video-container video {
            width: 100%;
            height: auto;
            display: block;
            background: #000;
        }

    /* Media caption for videos and screenshots */
    .instruction-container .media-caption {
        background: #f8f9fa;
        padding: 15px;
        font-size: 0.9em;
        color: #666;
        border-top: 1px solid #eee;
        text-align: center;
        font-style: italic;
        margin-top: 10px;
        border-radius: 8px;
        border: 1px solid #e9ecef;
    }

    /* ===== BLOCKQUOTES ===== */
    .instruction-container blockquote {
        background: #fff3cd;
        border-left: 5px solid #ffc107;
        padding: 20px;
        margin: 15px 0;
        border-radius: 0 8px 8px 0;
        box-shadow: 0 2px 8px rgba(255, 193, 7, 0.2);
    }

        .instruction-container blockquote strong {
            color: #856404;
            font-size: 1.1em;
        }

    /* ===== ALERT STYLES ===== */
    .instruction-container .alert-text {
        background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
        color: white;
        padding: 20px;
        border-radius: 8px;
        margin: 20px 0;
        font-weight: 500;
        box-shadow: 0 4px 12px rgba(255, 107, 107, 0.3);
        border: none;
    }

    /* ===== INTERACTIVE ELEMENTS ===== */
    .instruction-container .interactive-element {
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .instruction-container .interactive-element:hover {
            transform: scale(1.02);
        }

/* ===== RESPONSIVE DESIGN ===== */
@media (max-width: 768px) {
    .instruction-container {
        margin: 10px;
        border-radius: 8px;
    }

        .instruction-container .header {
            padding: 20px;
        }

        .instruction-container .content {
            padding: 20px;
        }

        .instruction-container h1 {
            font-size: 2em;
        }

        .instruction-container h2 {
            font-size: 1.5em;
        }

        .instruction-container ol.steps li {
            padding: 15px;
            margin: 20px 0;
        }

            .instruction-container ol.steps li::before {
                left: -12px;
                width: 24px;
                height: 24px;
                font-size: 0.8em;
            }

        .instruction-container .page-video-box {
            border-radius: 15px;
        }
}
/* ===== END - IcloneU Instruction Container Styles ===== */




.document-body {
    line-height: 1.6;
    padding: 20px;
    background-color: #f9f9f9;
    margin: 0 auto;
}

.document-page {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.document-container {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    padding: 30px;
}

    .document-container h1 {
        color: #2c3e50;
        border-bottom: 3px solid #3498db;
        padding-bottom: 10px;
    }

    .document-container h2 {
        color: #34495e;
        border-bottom: 2px solid var(--hermes001);
        padding-bottom: 5px;
        margin-top: 30px;
    }

    .document-container h3 {
        color: #34495e;
        border-left: 4px solid #3498db;
        padding-left: 10px;
        margin-top: 25px;
    }

    .document-container p,
    .document-container li,
    .document-container .code-block {
        font-size: .9rem;
    }

    .document-container li {
        margin: 5px 0;
    }


    .document-container ol,
    .document-container ul {
        margin: 10px 0;
        padding-left: 40px;
    }

    .document-container .code-block {
        background-color: #f8f9fa;
        border: 1px solid #e9ecef;
        border-radius: 4px;
        padding: 15px;
        margin: 15px 0;
        font-family: 'Courier New', monospace;
    }

    .document-container blockquote {
        margin: 12px 0;
        padding-left: 16px;
        border-left: 4px solid red;
        font-style: italic;
        color: #555;
    }

    .document-container strong {
        color: #2c3e50;
    }
    .document-container .meta-info {
        background-color: #ecf0f1;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
    .document-container .document-control {
        line-height: 1;
        background-color: #ecf0f1;
        padding: 15px;
        border-radius: 5px;
        margin-bottom: 20px;
    }
        .document-container .document-control p,
        .document-container .document-control li,
        .document-container .document-control .code-block {
            font-size: 0.7rem;
        }

    .document-container .section-description {
        font-style: italic;
        color: #7f8c8d;
        margin-bottom: 15px;
    }

    .document-container .alert-text {
        padding: 12px;
        border: 1px solid #f5c6cb;
        border-radius: 4px;
        background-color: #f8d7da;
        color: #721c24;
        font-weight: bold;
        margin-bottom: 12px;
    }

    .info-page-section {
        background-color: var(--hermes--body-color);
        z-index: -2;
    }
.info-page-section .background-section {
    z-index: 1;
    top: 700px;
    height: 100%;
    position: absolute;
}

    /* Login Pages*/
    .login-section {
        min-height:600px;
        height: 100%;
        background-color: var(--hermes--body-color);
        z-index: -2;
    }

        .login-section .background-section {
            z-index: 1;
            top: 700px;
            height: 100%;
            position: absolute;
        }

    .blur-bg-purple.in-login {
        overflow: hidden;
        max-height: 100%;
        height: auto;
    }

    .loginContainerOld {
        background-color: #F0E6FA;
        background-image: url('../images/AccountBackgroundSmall.svg');
        width: 100%;
        height: 100%;
        padding-bottom: 0px;
        background-position: center calc(50% + 210px);
        background-size: 1290px;
        background-repeat: no-repeat;
        flex: 1 1 0%;
        display: flex;
        -moz-box-pack: center;
        justify-content: center;
        -moz-box-align: center;
        align-items: center;
    }


    .login-container {
        /*     position: relative;
    width: 100%;
    height: 100%;
padding-bottom: 0px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;*/
        padding-top: 50px;
        padding-bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }


    /* Pseudo-element to overlay the transparent SVG on top */
    /*    .login-container::after {
        content: "";
        background-image: url('../images/AccountBackgroundIcons.svg');
        display: flex;
        flex: 1 1 0%;
        width: 100%;
        height: 100%;
        position: absolute;
        background-position: center calc(50% + 210px);
        background-size: 1290px;
        background-repeat: no-repeat;
        z-index: 0;
    }
*/

    /*    .login-container > * {
        z-index: 10;
    }
*/

    /*.loginContainer::after {
        content: "";*/ /* Required for pseudo-elements */
    /*display:block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url('../images/AccountBackgroundSmall.svg');
        
    }*/


    /*
@media (max-width: 1199px) {
    .login-container::after {
        background-position: center 98%;
        background-size: contain;
    }
}*/

    .login-box {
        z-index: 5;
        width: 440px;
        background-color: rgba(255, 255, 255, 0.95);
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        box-shadow: 0 4px 4px rgba(0,0,0,.07),0 11px 10px rgba(0,0,0,.1),0 20px 18px rgba(0,0,0,.13),0 36px 32px rgba(0,0,0,.15),0 68px 60px rgba(0,0,0,.18),0 160px 140px rgba(0,0,0,.25);
    }

    .login-title {
        margin-bottom: 10px
    }

    .login-subtitle {
        color: rgb(109, 124, 143);
    }

    .login-button {
        width: 100%;
        height: 40px;
    }

    .login-form-label {
        font-size: .9rem;
        color: #777;
        font-weight: 400;
    }

    .login-info-text {
        font-size: .9rem;
        color: #777;
        font-weight: 400;
        line-height: 1;
    }

    .login-link {
        font-size: inherit;
    }

    .login-separator {
        display: flex;
        align-items: center;
        margin-top: 20px;
        margin-bottom: 10px;
    }

        .login-separator .line {
            flex: 1;
            border: none;
            border-top: 1px solid rgba(27, 31, 41);
            margin: 0 10px;
        }

        .login-separator span {
            font-size: 14px;
            color: #777;
        }


@media (max-width: 768px) {
    /* Adjust the maximum number of column spans for elements */
    .dashboard-element {
        --new-span: min(2, var(--column-span));
        grid-column: span var(--new-span) !important;
    }
}

.dashboard-box {
    background-color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    overflow:hidden;
}

.dashboard-health-check {
    margin-top:10px;
    margin-left: 1rem;
    margin-right: 1rem;
}

.dashboard-account-info{
    margin-top:1rem;
    margin-left:1rem;
    margin-right:1rem;
}

.dashboard-element {
    /*    overflow: hidden;*/
}

    /* Default value for --current-span */
    .dashboard-element:not([style*="--column-span"]) {
        --column-span: 1;
    }

    .message-page-content-wrapper {
        display: flex;
        -moz-box-pack: center;
        justify-content: center;
        align-items: flex-start;
        padding: 48px 20px;
        background: #F5EDFF;
        width: 100%;
        height: 100%;
    }

    .message-page-box {
        background-color: rgba(255, 255, 255);
        box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
        max-width: 500px;
        padding: 20px;
        border-radius: 10px;
        text-align: center;
        z-index: 1;
    }

    .separator {
        width: 100%;
        height: 1px;
        background-color: rgba(27, 31, 41);
        border: 0px;
        margin: 0px 0px 16px;
    }

    .email {
        color: #8056B3;
    }

    .mw-1100 {
        max-width: 1100px;
    }

    .inline-container {
        display: flex;
        align-items: center; /* Align items vertically in the center */
    }

.top-bar-button-container {
    padding-top: 10px;
    padding-right: 20px;
}
.top-bar-button {
    white-space: nowrap;
}



    .submit-button {
        width: 150px;
    }

    .dashboard-button-right {
        float: right;
    }

    .popup-button {
        min-width: 100px;
    }

    .cw-240 {
        max-width: 240px;
        width: 100%;
    }

    .cw-480 {
        max-width: 480px;
        width: 100%;
    }

    .cw-960 {
        max-width: 960px;
        width: 100%;
    }


    .hiddenGridHeader {
        display: none;
    }

    .grid-command-button-container {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -4px;
        margin-bottom: -4px;
    }

    .grid-command-button {
        padding-left: 5px;
        padding-right: 5px;
        margin: 0;
    }

        .grid-command-button .grid-icon {
            display: inline-block;
            width: 1rem;
            height: 1rem;
            min-width: 1rem;
            min-height: 1rem;
            background-size: contain;
            mask-repeat: no-repeat;
            -webkit-mask-repeat: no-repeat;
            background-position: center center;
            background-color: currentColor;
            vertical-align: middle;
            opacity: 70%;
        }

    .grid-icon-delete {
        -webkit-mask-image: url("/lib/bootstrap-icons/trash3-fill.svg");
        mask-image: url("/lib/bootstrap-icons/trash3-fill.svg");
    }

.grid-icon-exit {
    -webkit-mask-image: url("/lib/bootstrap-icons/box-arrow-right.svg");
    mask-image: url("/lib/bootstrap-icons/box-arrow-right.svg");
}
    .grid-icon-edit {
        -webkit-mask-image: url("/lib/bootstrap-icons/pencil-fill.svg");
        mask-image: url("/lib/bootstrap-icons/pencil-fill.svg");
    }

    .grid-icon-copy {
        -webkit-mask-image: url("/lib/bootstrap-icons/copy.svg");
        mask-image: url("/lib/bootstrap-icons/copy.svg");
    }

.grid-icon-default {
    -webkit-mask-image: url("/lib/bootstrap-icons/star-fill.svg");
    mask-image: url("/lib/bootstrap-icons/star-fill.svg");
}

.combo-icon {
    opacity: 0.75;
    font-size: 13px;
    margin-right:7px;
}
/*.icon-role-system {
    -webkit-mask-image: url("/lib/bootstrap-icons/gear-fill.svg");
    mask-image: url("/lib/bootstrap-icons/gear-fill.svg");
}
.icon-role-user {
    -webkit-mask-image: url("/lib/bootstrap-icons/person-fill-add.svg");
    mask-image: url("/lib/bootstrap-icons/person-fill-add.svg");
}*/

.link-icon {
    background-image: url("/lib/bootstrap-icons/link.svg");
}
.telephone-fill-icon{
    background-image: url(/lib/bootstrap-icons/telephone-fill.svg)
}


    .post-message-text {
        font-size: .9rem;
        padding-bottom: 12px;
        padding-top: 6px;
    }

    .message-post-info {
        padding: 12px;
        margin-bottom: 10px;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: var(--divider-color);
    }

    div.messages-container {
        margin-bottom: 1rem;
    }

    div.account-container {
        display: flex;
        align-items: center;
        justify-content: space-between; /* Ensures there's space between account info and connection info */
        width: 100%;
    }

    div.account-info {
        display: flex;
        align-items: center;
        flex-grow: 1; /* Ensures it takes up available space */
        text-align: left;
    }




    div.account-picture {
        position: relative;
        display: block;
        float: left;
        margin-right: .6rem;
    }

        div.account-picture > img:first-of-type {
            border-radius: 50%;
            width: 2rem;
            height: 2rem;
            object-fit: cover;
        }

        div.account-picture span.social-media-icon {
            position: absolute;
            left: 70%;
            top: 50%;
        }

        div.account-picture span.top-left-icon {
            position: absolute;
            left: -5px;
            top: -8px;
        }

            div.account-picture span.top-left-icon img {
                max-height: 0.9rem;
                max-width: 0.9rem;
            }


    .social-media-icon img {
        max-height: 0.9rem;
        max-width: 0.9rem;
    }

    div.profile-picture {
        position: relative;
        display: block;
        float: left;
        margin-right: 10px;
        margin-left: 6px;
    }

        div.profile-picture.small {
/*            margin-top: 2px;
            margin-bottom: 3px;*/
        }

        /* Apply to ALL profile images, not just first-of-type */
        div.profile-picture > img.profile-img-fallback,
        div.profile-picture > img.profile-img-main,
        div.profile-picture > img:first-of-type:not(.profile-img-fallback):not(.profile-img-main) {
            border-radius: 50%;
            width: 2rem;
            height: 2rem;
            object-fit: cover;
            transition: opacity 0.2s ease-in-out; /* Smooth fade */
        }

        div.profile-picture.small > img.profile-img-fallback,
        div.profile-picture.small > img.profile-img-main,
        div.profile-picture.small > img:first-of-type:not(.profile-img-fallback):not(.profile-img-main) {
            width: 1.2rem;
            height: 1.2rem;
        }


        div.profile-picture span.top-left-icon {
            position: absolute;
            left: -5px;
            top: -8px;
        }

            div.profile-picture span.top-left-icon img {
                max-height: 13px;
                max-width: 13px;
            }

        div.profile-picture span.bottom-right-icon {
            position: absolute;
            left: 70%;
            top: 50%;
        }
        div.profile-picture.small span.bottom-right-icon {
            top: 30%;
        }
            div.profile-picture span.bottom-right-icon img {
                max-height: 0.9rem;
                max-width: 0.9rem;
            }


            div.profile-picture.small span.bottom-right-icon img {
                max-width: 0.6rem;
                max-height: 0.6rem;
            }


    div.account-info-text {
        display: flex;
        flex-direction: column;
        white-space: nowrap; /* Ensure text does not break into multiple lines */
        overflow: hidden; /* Hide any overflow text */
    }

    .account-name-text, .account-type-text {
        overflow-x: hidden; /* Hide any overflow text */
        text-overflow: ellipsis; /* Show ellipsis (...) for overflow text */
    }


    .account-name-text {
        font-weight: 600;
        line-height: 1.2rem;
    }

    .account-type-text {
        opacity: 0.65;
        font-size: .8rem;
    }

    div.connected-info {
        margin-left: auto;
        margin-right: 20px;
        display: flex;
        align-items: center;
    }

        div.connected-info .bi-check-circle-fill {
            font-size: 1rem; /* Adjust the icon size as needed */
            margin-right: 4px; /* Adjust spacing between icon and text as needed */
        }

    .response-icon-button {
        background-color: transparent;
        border: none;
        padding: 1px;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background-color 0.3s;
    }

        .response-icon-button .icon {
            /*    width: 24px;
    height: 24px;*/
            transition: filter 0.3s;
        }


.cancel-icon-button {
    background-color: var(--button-cancel-color);
}

    .cancel-icon-button:hover {
        background-color: var(--button-cancel-color-hover);
    }

            .cancel-icon-button:hover .icon {
                filter: invert(1);
            }

    .authorize-icon-button {
        background-color: var(--button-ok-color);
    }

        .authorize-icon-button:hover {
            background-color: var(--button-ok-color-hover);
        }

            .authorize-icon-button:hover .icon {
                filter: invert(1);
            }

    .revert-icon-button {
        background-color: rgba(111, 66, 193, 0.1);
    }

        .revert-icon-button:hover {
            background-color: rgba(111, 66, 193, 0.9);
        }

            .revert-icon-button:hover .icon {
                filter: invert(1);
            }

    .post-date-text {
        opacity: 0.65;
        font-size: .8rem;
        position: relative;
        cursor: pointer;
    }

    .hidden {
        visibility: hidden;
    }


    .btn-icon-copy {
        -webkit-mask-image: url("/lib/bootstrap-icons/copy.svg");
        mask-image: url("/lib/bootstrap-icons/copy.svg");
    }

    .btn-icon-edit {
        -webkit-mask-image: url("/lib/bootstrap-icons/pencil.svg");
        mask-image: url("/lib/bootstrap-icons/pencil.svg");
    }

    .btn-icon-thumbs-up {
        -webkit-mask-image: url("/lib/bootstrap-icons/hand-thumbs-up.svg");
        mask-image: url("/lib/bootstrap-icons/hand-thumbs-up.svg");
    }
    .btn-icon-thumbs-down {
        -webkit-mask-image: url("/lib/bootstrap-icons/hand-thumbs-down.svg");
        mask-image: url("/lib/bootstrap-icons/hand-thumbs-down.svg");
    }
.btn-icon-thumbs-up-fill {
    -webkit-mask-image: url("/lib/bootstrap-icons/hand-thumbs-up-fill.svg");
    mask-image: url("/lib/bootstrap-icons/hand-thumbs-up-fill.svg");
}

.btn-icon-thumbs-down-fill {
    -webkit-mask-image: url("/lib/bootstrap-icons/hand-thumbs-down-fill.svg");
    mask-image: url("/lib/bootstrap-icons/hand-thumbs-down-fill.svg");
}

    .btn-icon-regenerate {
        -webkit-mask-image: url("/lib/bootstrap-icons/arrow-repeat.svg");
        mask-image: url("/lib/bootstrap-icons/arrow-repeat.svg");
    }

    .btn-icon-revert {
        -webkit-mask-image: url("/lib/bootstrap-icons/arrow-counterclockwise.svg");
        mask-image: url("/lib/bootstrap-icons/arrow-counterclockwise.svg");
    }

    .btn-icon-ok {
        -webkit-mask-image: url("/lib/bootstrap-icons/check-lg.svg");
        mask-image: url("/lib/bootstrap-icons/check-lg.svg");
    }

    .btn-icon-cancel {
        -webkit-mask-image: url("/lib/bootstrap-icons/x-lg.svg");
        mask-image: url("/lib/bootstrap-icons/x-lg.svg");
    }

    .btn-icon-notes {
        -webkit-mask-image: url("/lib/bootstrap-icons/chat-left-text.svg");
        mask-image: url("/lib/bootstrap-icons/chat-left-text.svg");
    }

    .btn-icon-details {
        -webkit-mask-image: url("/lib/bootstrap-icons/list-ul.svg");
        mask-image: url("/lib/bootstrap-icons/list-ul.svg");
    }

.btn-icon-refresh {
    -webkit-mask-image: url("/lib/bootstrap-icons/arrow-clockwise.svg");
    mask-image: url("/lib/bootstrap-icons/arrow-clockwise.svg");
}

    .response-buttons {
        display: flex;
        align-items: center;
        margin-top: 2px;
    }

    .round-button {
        border-radius: 50%;
        width: 30px; /* Ensure the button is circular by setting a fixed width and height */
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .round-button .btn-icon {
            width: 16px;
            height: 16px;
            background-color: currentColor;
            opacity: 0.7;
        }

    .number-circle {
        min-width: 16px;
        height: 16px;
        width: auto;
        border-radius: 8px; /* Makes the rectangle rounded */
        background-color: #DA1010;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: .7rem;
        font-weight: 400;
        /*  flex-shrink: 0; */
        padding: 0 3px;
    }

        .number-circle .number {
            display: inline-block;
        }



    /*div.account-picture {
width: 40px;
height: 40px;*/ /* Set the height to match the width to create a perfect circle */
    /*position: relative;
display: block;
float: left;
}

img.profile-image {
width: 100%;
height: auto;
border-radius: 50%;*/ /* Set border-radius to 50% for a circular shape */
    /*object-fit: cover;*/ /* Ensure the image covers the entire circle */
    /*}

div.account-picture span.social-media-icon {
position: absolute;
left: 70%;
top: 50%;
}*/


    /* Drop File styles */
    .custom-drop-zone {
        padding: 0 !important;
        border-style: dashed !important;
        border-width: 2px !important;
        height: 230px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .custom-drop-zone.custom-drag-over {
            background-color: #868A8D;
        }

        .custom-drop-zone svg {
            width: 42px;
            height: 42px;
        }

    .drop-file-icon {
        background-size: contain;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        background-position: center center;
        background-color: currentColor;
        width: 48px;
        height: 48px;
        -webkit-mask-image: url("../images/icons/drop-file.svg");
        mask-image: url("../images/icons/drop-file.svg");
    }

    .grid-toolbar-icon {
        background-size: contain;
        mask-repeat: no-repeat;
        -webkit-mask-repeat: no-repeat;
        background-position: center center;
        background-color: currentColor;
        height: 1rem;
        width: 1rem;
        /* height: 16px;
    width: 16px;*/
        opacity: 0.7;
    }

    .button-icon {
        width: 16px;
        height: 16px;
        background-color: currentColor;
        opacity: 0.7;
    }

    .toolbar-hamburger {
        -webkit-mask-image: url("../images/icons/hamburger.svg");
        mask-image: url("../images/icons/hamburger.svg");
    }

    .grid-toolbar-new {
        -webkit-mask-image: url("../images/icons/grid-toolbar-new.svg");
        mask-image: url("../images/icons/grid-toolbar-new.svg");
    }

    .grid-toolbar-delete {
        -webkit-mask-image: url("../images/icons/grid-toolbar-delete.svg");
        mask-image: url("../images/icons/grid-toolbar-delete.svg");
    }

    .grid-toolbar-edit {
        -webkit-mask-image: url("../images/icons/grid-toolbar-edit.svg");
        mask-image: url("../images/icons/grid-toolbar-edit.svg");
    }

    .grid-toolbar-authorize {
        -webkit-mask-image: url("../lib/bootstrap-icons/check.svg");
        mask-image: url("../lib/bootstrap-icons/check.svg");
    }

    .grid-toolbar-refresh {
        -webkit-mask-image: url("../lib/bootstrap-icons/arrow-clockwise.svg");
        mask-image: url("../lib/bootstrap-icons/arrow-clockwise.svg");
    }


    .grid-toolbar-reply {
        -webkit-mask-image: url("../lib/bootstrap-icons/reply-fill.svg");
        mask-image: url("../lib/bootstrap-icons/reply-fill.svg");
    }

    .grid-toolbar-send {
        -webkit-mask-image: url("../lib/bootstrap-icons/send-fill.svg");
        mask-image: url("../lib/bootstrap-icons/send-fill.svg");
    }


    .grid-toolbar-settings {
        -webkit-mask-image: url("../images/icons/settings.svg");
        mask-image: url("../images/icons/settings.svg");
    }

    .grid-toolbar-file-play-fill {
        -webkit-mask-image: url("../lib/bootstrap-icons/file-play-fill.svg");
        mask-image: url("../lib/bootstrap-icons/file-play-fill.svg");
    }

.grid-toolbar-embed {
    -webkit-mask-image: url("../lib/bootstrap-icons/code-slash.svg");
    mask-image: url("../lib/bootstrap-icons/code-slash.svg");
}

.grid-toolbar-playground {
    -webkit-mask-image: url("../lib/bootstrap-icons/chat-quote.svg");
    mask-image: url("../lib/bootstrap-icons/chat-quote.svg");
}

    .grid-toolbar-cloud-plus {
        -webkit-mask-image: url("../lib/bootstrap-icons/cloud-plus.svg");
        mask-image: url("../lib/bootstrap-icons/cloud-plus.svg");
    }

    .grid-toolbar-upload {
        -webkit-mask-image: url("../lib/bootstrap-icons/cloud-upload.svg");
        mask-image: url("../lib/bootstrap-icons/cloud-upload.svg");
    }

    .grid-toolbar-play-fill {
        -webkit-mask-image: url("../lib/bootstrap-icons/play-fill.svg");
        mask-image: url("../lib/bootstrap-icons/play-fill.svg");
    }

    .facebook-icon {
        background-image: url("../images/icons/facebook-icon.svg");
    }

    .whatsapp-icon {
        background-image: url("../images/icons/whatsapp-icon.svg");
    }

    .youtube-icon {
        background-image: url("../images/icons/youtube-icon.svg");
    }

    .whatsApp-icon {
        background-image: url("../images/icons/whatsapp-icon.svg");
    }

    .instagram-icon {
        background-image: url("../images/icons/instagram-icon.svg");
    }

    .linkedin-icon {
        background-image: url("../images/icons/linkedIn-icon.svg");
    }

    .shopify-icon {
        background-image: url("../images/icons/shopify-icon.svg");
    }

    .mercado-libre-icon {
        background-image: url("../images/icons/mercadolibre-icon.svg");
    }

.telegram-icon {
    background-image: url("../images/icons/telegram-icon.svg");
}

    /* Row Column Content */
    .container-xxl {
        max-width: 1560px
    }

    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl,
    .container-xxl {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        width: 100%;
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
        margin-right: auto;
        margin-left: auto
    }

    .rounded-circle {
        border-radius: 50% !important
    }

    .avatar {
        width: 40px;
        min-width: 40px;
        height: 40px
    }

    .badge {
        --bs-badge-padding-x: .65em;
        --bs-badge-padding-y: .35em;
        --bs-badge-font-size: .75em;
        --bs-badge-font-weight: 700;
        --bs-badge-color: #fff;
        --bs-badge-border-radius: var(--bs-border-radius);
        display: inline-block;
        padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
        font-size: var(--bs-badge-font-size);
        font-weight: var(--bs-badge-font-weight);
        line-height: 1;
        color: var(--bs-badge-color);
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: var(--bs-badge-border-radius)
    }

        .badge:empty {
            display: none
        }


    .bg-careys-pink {
        background-color: #CF9EAC !important
    }

    @media (min-width: 576px) {
        .container,
        .container-sm {
            max-width: 540px
        }
    }

    @media (min-width: 768px) {
        .container,
        .container-sm,
        .container-md {
            max-width: 720px
        }
    }

    @media (min-width: 992px) {
        .container,
        .container-sm,
        .container-md,
        .container-lg {
            max-width: 960px
        }
    }

    @media (min-width: 1200px) {
        .container,
        .container-sm,
        .container-md,
        .container-lg,
        .container-xl {
            max-width: 1140px
        }
    }

    @media (min-width: 1400px) {
        .container,
        .container-sm,
        .container-md,
        .container-lg,
        .container-xl,
        .container-xxl {
            max-width: 1320px
        }
    }

:root {
    --color-info: rgb(20, 97, 225);
    --comment-background: #F0F2F5;
    --sent-comment-background: #D9FDD3;
    --pending-comment-background: #EADEFE;
    --cancelled-comment-background: #FAC1C3;
    --authorized-comment-background: #E7F3FF;
    --primary-text: #050505;
    --text-heading: #383838;
    --text-subtitle: rgb(109, 124, 143);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(34, 34, 34, 0.175);
    --bs-border-radius: 0.2rem;
    --bs-border-radius-sm: 0.15rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
    --hermes--primary: #6F42C1;
    --hermes--hover: #5A33A3;
    --hermes--dark: #1E084D;
    --hermes--black: #1A102D;
    --hermes--light: #EADEFE;
    --hermes--border: rgba(234,222,254,.5);
    --neutral-color: white;
    --hermes--neutral-02: #4e5666;
    --hermes--body-color: #EEE8F8;
    --hermes--light-purple: #A875FA;
    --hermes--dark-purple-2: #350F8A;
    --hermes--dark-purple-text: #0c062c;
    --hermes002: #6F42C1;
    --hermes001: #6F42C1;
    --medium-slate-blue: #6F42C1;
    --divider-color: #CED0D4;
    --dx-active-bg: #7F5EA4;
    --dx-hover-bg: #F2F2F2;
    --dx-caption-bg: #F2F2F2;
    --dx-caption-border: #D2D2D2;
    --button-cancel-color: rgba(237, 50, 55, 0.1);
    --button-cancel-color-hover: rgba(237, 50, 55, 0.9);
    --button-ok-color: rgba(32, 191, 85, 0.1);
    --button-ok-color-hover: rgba(32, 191, 85, 0.9);
    --form-caption-color: rgba(33, 37, 41, 0.75);
}


    .row {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 0;
        display: flex;
        flex-wrap: wrap;
        margin-top: calc(-1 * var(--bs-gutter-y));
        margin-right: calc(-.5 * var(--bs-gutter-x));
        margin-left: calc(-.5 * var(--bs-gutter-x))
    }

        .row > * {
            flex-shrink: 0;
            width: 100%;
            max-width: 100%;
            padding-right: calc(var(--bs-gutter-x) * .5);
            padding-left: calc(var(--bs-gutter-x) * .5);
            margin-top: var(--bs-gutter-y)
        }

    .col {
        flex: 1 0 0%
    }

    .row-cols-auto > * {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-1 > * {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-2 > * {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-3 > * {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .row-cols-4 > * {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-5 > * {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-6 > * {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-1 {
        margin-left: 8.33333333%
    }

    .offset-2 {
        margin-left: 16.66666667%
    }

    .offset-3 {
        margin-left: 25%
    }

    .offset-4 {
        margin-left: 33.33333333%
    }

    .offset-5 {
        margin-left: 41.66666667%
    }

    .offset-6 {
        margin-left: 50%
    }

    .offset-7 {
        margin-left: 58.33333333%
    }

    .offset-8 {
        margin-left: 66.66666667%
    }

    .offset-9 {
        margin-left: 75%
    }

    .offset-10 {
        margin-left: 83.33333333%
    }

    .offset-11 {
        margin-left: 91.66666667%
    }

    .g-0,
    .gx-0 {
        --bs-gutter-x: 0
    }

    .g-0,
    .gy-0 {
        --bs-gutter-y: 0
    }

    .g-1,
    .gx-1 {
        --bs-gutter-x: .25rem
    }

    .g-1,
    .gy-1 {
        --bs-gutter-y: .25rem
    }

    .g-2,
    .gx-2 {
        --bs-gutter-x: .5rem
    }

    .g-2,
    .gy-2 {
        --bs-gutter-y: .5rem
    }

    .g-3,
    .gx-3 {
        --bs-gutter-x: 1rem
    }

    .g-3,
    .gy-3 {
        --bs-gutter-y: 1rem
    }

    .g-4,
    .gx-4 {
        --bs-gutter-x: 1.5rem
    }

    .g-4,
    .gy-4 {
        --bs-gutter-y: 1.5rem
    }

    .g-5,
    .gx-5 {
        --bs-gutter-x: 3rem
    }

    .g-5,
    .gy-5 {
        --bs-gutter-y: 3rem
    }

    @media (min-width: 576px) {
        .col-sm {
            flex: 1 0 0%
        }

        .row-cols-sm-auto > * {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-sm-1 > * {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-sm-2 > * {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-sm-3 > * {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .row-cols-sm-4 > * {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-sm-5 > * {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-sm-6 > * {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-sm-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-sm-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-sm-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-sm-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-sm-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-sm-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-sm-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .col-sm-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-sm-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-sm-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-sm-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-sm-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-sm-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-sm-0 {
            margin-left: 0
        }

        .offset-sm-1 {
            margin-left: 8.33333333%
        }

        .offset-sm-2 {
            margin-left: 16.66666667%
        }

        .offset-sm-3 {
            margin-left: 25%
        }

        .offset-sm-4 {
            margin-left: 33.33333333%
        }

        .offset-sm-5 {
            margin-left: 41.66666667%
        }

        .offset-sm-6 {
            margin-left: 50%
        }

        .offset-sm-7 {
            margin-left: 58.33333333%
        }

        .offset-sm-8 {
            margin-left: 66.66666667%
        }

        .offset-sm-9 {
            margin-left: 75%
        }

        .offset-sm-10 {
            margin-left: 83.33333333%
        }

        .offset-sm-11 {
            margin-left: 91.66666667%
        }

        .g-sm-0,
        .gx-sm-0 {
            --bs-gutter-x: 0
        }

        .g-sm-0,
        .gy-sm-0 {
            --bs-gutter-y: 0
        }

        .g-sm-1,
        .gx-sm-1 {
            --bs-gutter-x: .25rem
        }

        .g-sm-1,
        .gy-sm-1 {
            --bs-gutter-y: .25rem
        }

        .g-sm-2,
        .gx-sm-2 {
            --bs-gutter-x: .5rem
        }

        .g-sm-2,
        .gy-sm-2 {
            --bs-gutter-y: .5rem
        }

        .g-sm-3,
        .gx-sm-3 {
            --bs-gutter-x: 1rem
        }

        .g-sm-3,
        .gy-sm-3 {
            --bs-gutter-y: 1rem
        }

        .g-sm-4,
        .gx-sm-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-sm-4,
        .gy-sm-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-sm-5,
        .gx-sm-5 {
            --bs-gutter-x: 3rem
        }

        .g-sm-5,
        .gy-sm-5 {
            --bs-gutter-y: 3rem
        }
    }

    @media (min-width: 768px) {
        .col-md {
            flex: 1 0 0%
        }

        .row-cols-md-auto > * {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-md-1 > * {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-md-2 > * {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-md-3 > * {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .row-cols-md-4 > * {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-md-5 > * {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-md-6 > * {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-md-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-md-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-md-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-md-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-md-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-md-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-md-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .col-md-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-md-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-md-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-md-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-md-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-md-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-md-0 {
            margin-left: 0
        }

        .offset-md-1 {
            margin-left: 8.33333333%
        }

        .offset-md-2 {
            margin-left: 16.66666667%
        }

        .offset-md-3 {
            margin-left: 25%
        }

        .offset-md-4 {
            margin-left: 33.33333333%
        }

        .offset-md-5 {
            margin-left: 41.66666667%
        }

        .offset-md-6 {
            margin-left: 50%
        }

        .offset-md-7 {
            margin-left: 58.33333333%
        }

        .offset-md-8 {
            margin-left: 66.66666667%
        }

        .offset-md-9 {
            margin-left: 75%
        }

        .offset-md-10 {
            margin-left: 83.33333333%
        }

        .offset-md-11 {
            margin-left: 91.66666667%
        }

        .g-md-0,
        .gx-md-0 {
            --bs-gutter-x: 0
        }

        .g-md-0,
        .gy-md-0 {
            --bs-gutter-y: 0
        }

        .g-md-1,
        .gx-md-1 {
            --bs-gutter-x: .25rem
        }

        .g-md-1,
        .gy-md-1 {
            --bs-gutter-y: .25rem
        }

        .g-md-2,
        .gx-md-2 {
            --bs-gutter-x: .5rem
        }

        .g-md-2,
        .gy-md-2 {
            --bs-gutter-y: .5rem
        }

        .g-md-3,
        .gx-md-3 {
            --bs-gutter-x: 1rem
        }

        .g-md-3,
        .gy-md-3 {
            --bs-gutter-y: 1rem
        }

        .g-md-4,
        .gx-md-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-md-4,
        .gy-md-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-md-5,
        .gx-md-5 {
            --bs-gutter-x: 3rem
        }

        .g-md-5,
        .gy-md-5 {
            --bs-gutter-y: 3rem
        }
    }

    @media (min-width: 992px) {
        .col-lg {
            flex: 1 0 0%
        }

        .row-cols-lg-auto > * {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-lg-1 > * {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-lg-2 > * {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-lg-3 > * {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .row-cols-lg-4 > * {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-lg-5 > * {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-lg-6 > * {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-lg-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-lg-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-lg-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-lg-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-lg-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-lg-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-lg-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .col-lg-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-lg-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-lg-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-lg-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-lg-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-lg-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-lg-0 {
            margin-left: 0
        }

        .offset-lg-1 {
            margin-left: 8.33333333%
        }

        .offset-lg-2 {
            margin-left: 16.66666667%
        }

        .offset-lg-3 {
            margin-left: 25%
        }

        .offset-lg-4 {
            margin-left: 33.33333333%
        }

        .offset-lg-5 {
            margin-left: 41.66666667%
        }

        .offset-lg-6 {
            margin-left: 50%
        }

        .offset-lg-7 {
            margin-left: 58.33333333%
        }

        .offset-lg-8 {
            margin-left: 66.66666667%
        }

        .offset-lg-9 {
            margin-left: 75%
        }

        .offset-lg-10 {
            margin-left: 83.33333333%
        }

        .offset-lg-11 {
            margin-left: 91.66666667%
        }

        .g-lg-0,
        .gx-lg-0 {
            --bs-gutter-x: 0
        }

        .g-lg-0,
        .gy-lg-0 {
            --bs-gutter-y: 0
        }

        .g-lg-1,
        .gx-lg-1 {
            --bs-gutter-x: .25rem
        }

        .g-lg-1,
        .gy-lg-1 {
            --bs-gutter-y: .25rem
        }

        .g-lg-2,
        .gx-lg-2 {
            --bs-gutter-x: .5rem
        }

        .g-lg-2,
        .gy-lg-2 {
            --bs-gutter-y: .5rem
        }

        .g-lg-3,
        .gx-lg-3 {
            --bs-gutter-x: 1rem
        }

        .g-lg-3,
        .gy-lg-3 {
            --bs-gutter-y: 1rem
        }

        .g-lg-4,
        .gx-lg-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-lg-4,
        .gy-lg-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-lg-5,
        .gx-lg-5 {
            --bs-gutter-x: 3rem
        }

        .g-lg-5,
        .gy-lg-5 {
            --bs-gutter-y: 3rem
        }
    }

    @media (min-width: 1200px) {
        .col-xl {
            flex: 1 0 0%
        }

        .row-cols-xl-auto > * {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-xl-1 > * {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-xl-2 > * {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-xl-3 > * {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .row-cols-xl-4 > * {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-xl-5 > * {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-xl-6 > * {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-xl-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-xl-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-xl-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-xl-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-xl-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-xl-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-xl-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .col-xl-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-xl-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-xl-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-xl-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-xl-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-xl-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-xl-0 {
            margin-left: 0
        }

        .offset-xl-1 {
            margin-left: 8.33333333%
        }

        .offset-xl-2 {
            margin-left: 16.66666667%
        }

        .offset-xl-3 {
            margin-left: 25%
        }

        .offset-xl-4 {
            margin-left: 33.33333333%
        }

        .offset-xl-5 {
            margin-left: 41.66666667%
        }

        .offset-xl-6 {
            margin-left: 50%
        }

        .offset-xl-7 {
            margin-left: 58.33333333%
        }

        .offset-xl-8 {
            margin-left: 66.66666667%
        }

        .offset-xl-9 {
            margin-left: 75%
        }

        .offset-xl-10 {
            margin-left: 83.33333333%
        }

        .offset-xl-11 {
            margin-left: 91.66666667%
        }

        .g-xl-0,
        .gx-xl-0 {
            --bs-gutter-x: 0
        }

        .g-xl-0,
        .gy-xl-0 {
            --bs-gutter-y: 0
        }

        .g-xl-1,
        .gx-xl-1 {
            --bs-gutter-x: .25rem
        }

        .g-xl-1,
        .gy-xl-1 {
            --bs-gutter-y: .25rem
        }

        .g-xl-2,
        .gx-xl-2 {
            --bs-gutter-x: .5rem
        }

        .g-xl-2,
        .gy-xl-2 {
            --bs-gutter-y: .5rem
        }

        .g-xl-3,
        .gx-xl-3 {
            --bs-gutter-x: 1rem
        }

        .g-xl-3,
        .gy-xl-3 {
            --bs-gutter-y: 1rem
        }

        .g-xl-4,
        .gx-xl-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-xl-4,
        .gy-xl-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-xl-5,
        .gx-xl-5 {
            --bs-gutter-x: 3rem
        }

        .g-xl-5,
        .gy-xl-5 {
            --bs-gutter-y: 3rem
        }
    }

    @media (min-width: 1400px) {
        .col-xxl {
            flex: 1 0 0%
        }

        .row-cols-xxl-auto > * {
            flex: 0 0 auto;
            width: auto
        }

        .row-cols-xxl-1 > * {
            flex: 0 0 auto;
            width: 100%
        }

        .row-cols-xxl-2 > * {
            flex: 0 0 auto;
            width: 50%
        }

        .row-cols-xxl-3 > * {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .row-cols-xxl-4 > * {
            flex: 0 0 auto;
            width: 25%
        }

        .row-cols-xxl-5 > * {
            flex: 0 0 auto;
            width: 20%
        }

        .row-cols-xxl-6 > * {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-xxl-auto {
            flex: 0 0 auto;
            width: auto
        }

        .col-xxl-1 {
            flex: 0 0 auto;
            width: 8.33333333%
        }

        .col-xxl-2 {
            flex: 0 0 auto;
            width: 16.66666667%
        }

        .col-xxl-3 {
            flex: 0 0 auto;
            width: 25%
        }

        .col-xxl-4 {
            flex: 0 0 auto;
            width: 33.33333333%
        }

        .col-xxl-5 {
            flex: 0 0 auto;
            width: 41.66666667%
        }

        .col-xxl-6 {
            flex: 0 0 auto;
            width: 50%
        }

        .col-xxl-7 {
            flex: 0 0 auto;
            width: 58.33333333%
        }

        .col-xxl-8 {
            flex: 0 0 auto;
            width: 66.66666667%
        }

        .col-xxl-9 {
            flex: 0 0 auto;
            width: 75%
        }

        .col-xxl-10 {
            flex: 0 0 auto;
            width: 83.33333333%
        }

        .col-xxl-11 {
            flex: 0 0 auto;
            width: 91.66666667%
        }

        .col-xxl-12 {
            flex: 0 0 auto;
            width: 100%
        }

        .offset-xxl-0 {
            margin-left: 0
        }

        .offset-xxl-1 {
            margin-left: 8.33333333%
        }

        .offset-xxl-2 {
            margin-left: 16.66666667%
        }

        .offset-xxl-3 {
            margin-left: 25%
        }

        .offset-xxl-4 {
            margin-left: 33.33333333%
        }

        .offset-xxl-5 {
            margin-left: 41.66666667%
        }

        .offset-xxl-6 {
            margin-left: 50%
        }

        .offset-xxl-7 {
            margin-left: 58.33333333%
        }

        .offset-xxl-8 {
            margin-left: 66.66666667%
        }

        .offset-xxl-9 {
            margin-left: 75%
        }

        .offset-xxl-10 {
            margin-left: 83.33333333%
        }

        .offset-xxl-11 {
            margin-left: 91.66666667%
        }

        .g-xxl-0,
        .gx-xxl-0 {
            --bs-gutter-x: 0
        }

        .g-xxl-0,
        .gy-xxl-0 {
            --bs-gutter-y: 0
        }

        .g-xxl-1,
        .gx-xxl-1 {
            --bs-gutter-x: .25rem
        }

        .g-xxl-1,
        .gy-xxl-1 {
            --bs-gutter-y: .25rem
        }

        .g-xxl-2,
        .gx-xxl-2 {
            --bs-gutter-x: .5rem
        }

        .g-xxl-2,
        .gy-xxl-2 {
            --bs-gutter-y: .5rem
        }

        .g-xxl-3,
        .gx-xxl-3 {
            --bs-gutter-x: 1rem
        }

        .g-xxl-3,
        .gy-xxl-3 {
            --bs-gutter-y: 1rem
        }

        .g-xxl-4,
        .gx-xxl-4 {
            --bs-gutter-x: 1.5rem
        }

        .g-xxl-4,
        .gy-xxl-4 {
            --bs-gutter-y: 1.5rem
        }

        .g-xxl-5,
        .gx-xxl-5 {
            --bs-gutter-x: 3rem
        }

        .g-xxl-5,
        .gy-xxl-5 {
            --bs-gutter-y: 3rem
        }
    }

    .card {
        --bs-card-spacer-y: 1rem;
        --bs-card-spacer-x: 1rem;
        --bs-card-title-spacer-y: .5rem;
        --bs-card-title-color: var(--primary-text);
        --bs-card-subtitle-color: var(--text-subtitle);
        --bs-card-border-width: var(--bs-border-width);
        --bs-card-border-color: var(--bs-border-color-translucent);
        --bs-card-border-radius: var(--bs-border-radius);
        --bs-card-box-shadow:;
        --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
        --bs-card-cap-padding-y: .5rem;
        --bs-card-cap-padding-x: 1rem;
        --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
        --bs-card-cap-color:;
        --bs-card-height:;
        --bs-card-color:;
        --bs-card-bg: var(--bs-body-bg);
        --bs-card-img-overlay-padding: 1rem;
        --bs-card-group-margin: .75rem;
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        height: var(--bs-card-height);
        color: var(--bs-body-color);
        word-wrap: break-word;
        background-color: var(--bs-card-bg);
        background-clip: border-box;
        border: var(--bs-card-border-width) solid var(--bs-card-border-color);
        border-radius: var(--bs-card-border-radius)
    }

        .card > hr {
            margin-right: 0;
            margin-left: 0
        }

        .card > .list-group {
            border-top: inherit;
            border-bottom: inherit
        }

            .card > .list-group:first-child {
                border-top-width: 0;
                border-top-left-radius: var(--bs-card-inner-border-radius);
                border-top-right-radius: var(--bs-card-inner-border-radius)
            }

            .card > .list-group:last-child {
                border-bottom-width: 0;
                border-bottom-right-radius: var(--bs-card-inner-border-radius);
                border-bottom-left-radius: var(--bs-card-inner-border-radius)
            }

            .card > .card-header + .list-group,
            .card > .list-group + .card-footer {
                border-top: 0
            }

    .card-body {
        flex: 1 1 auto;
        padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
        color: var(--bs-card-color)
    }

    .card-title {
        margin-bottom: var(--bs-card-title-spacer-y);
        color: var(--bs-card-title-color)
    }

    .card-subtitle {
        margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
        margin-bottom: 0;
        color: var(--bs-card-subtitle-color)
    }

    .card-text:last-child {
        margin-bottom: 0
    }

    .card-link + .card-link {
        margin-left: var(--bs-card-spacer-x)
    }

    .card-header {
        padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
        margin-bottom: 0;
        color: var(--bs-card-cap-color);
        background-color: var(--bs-card-cap-bg);
        border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color)
    }

        .card-header:first-child {
            border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
        }

    .card-footer {
        padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
        color: var(--bs-card-cap-color);
        background-color: var(--bs-card-cap-bg);
        border-top: var(--bs-card-border-width) solid var(--bs-card-border-color)
    }

        .card-footer:last-child {
            border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
        }

    .card-header-tabs {
        margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
        margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
        margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
        border-bottom: 0
    }

        .card-header-tabs .nav-link.active {
            background-color: var(--bs-card-bg);
            border-bottom-color: var(--bs-card-bg)
        }

    .card-header-pills {
        margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
        margin-left: calc(-.5 * var(--bs-card-cap-padding-x))
    }

    .card-img-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        padding: var(--bs-card-img-overlay-padding);
        border-radius: var(--bs-card-inner-border-radius)
    }

    .card-img,
    .card-img-top,
    .card-img-bottom {
        width: 100%
    }

    .card-img,
    .card-img-top {
        border-top-left-radius: var(--bs-card-inner-border-radius);
        border-top-right-radius: var(--bs-card-inner-border-radius)
    }

    .card-img,
    .card-img-bottom {
        border-bottom-right-radius: var(--bs-card-inner-border-radius);
        border-bottom-left-radius: var(--bs-card-inner-border-radius)
    }

    .card-group > .card {
        margin-bottom: var(--bs-card-group-margin)
    }

    @media (min-width: 576px) {
        .card-group {
            display: flex;
            flex-flow: row wrap
        }

            .card-group > .card {
                flex: 1 0 0%;
                margin-bottom: 0
            }

                .card-group > .card + .card {
                    margin-left: 0;
                    border-left: 0
                }

                .card-group > .card:not(:last-child) {
                    border-top-right-radius: 0;
                    border-bottom-right-radius: 0
                }

                    .card-group > .card:not(:last-child) .card-img-top,
                    .card-group > .card:not(:last-child) .card-header {
                        border-top-right-radius: 0
                    }

                    .card-group > .card:not(:last-child) .card-img-bottom,
                    .card-group > .card:not(:last-child) .card-footer {
                        border-bottom-right-radius: 0
                    }

                .card-group > .card:not(:first-child) {
                    border-top-left-radius: 0;
                    border-bottom-left-radius: 0
                }

                    .card-group > .card:not(:first-child) .card-img-top,
                    .card-group > .card:not(:first-child) .card-header {
                        border-top-left-radius: 0
                    }

                    .card-group > .card:not(:first-child) .card-img-bottom,
                    .card-group > .card:not(:first-child) .card-footer {
                        border-bottom-left-radius: 0
                    }
    }


    .color-increase {
        color: #0ecb81;
    }

    .color-decrease {
        color: #f6465d;
    }

    small,
    .small {
        font-size: .875em
    }

    .text-start {
        text-align: left !important
    }

    .text-end {
        text-align: right !important
    }

    .text-center {
        text-align: center !important
    }

    .text-decoration-none {
        text-decoration: none !important
    }

    .text-decoration-underline {
        text-decoration: underline !important
    }

    .text-decoration-line-through {
        text-decoration: line-through !important
    }

    .text-lowercase {
        text-transform: lowercase !important
    }

    .text-uppercase {
        text-transform: uppercase !important
    }

    .text-capitalize {
        text-transform: capitalize !important
    }

    .text-wrap {
        white-space: normal !important
    }

    .text-nowrap {
        white-space: nowrap !important
    }

    .text-break {
        word-wrap: break-word !important;
        word-break: break-word !important
    }

    .text-primary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important
    }

    .text-secondary {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important
    }

    .text-success {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important
    }

    .text-info {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important
    }

    .text-warning {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important
    }

    .text-danger {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important
    }

    .text-light {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important
    }

    .text-dark {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important
    }

    .text-black {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important
    }

    .text-white {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important
    }

    .text-body {
        --bs-text-opacity: 1;
        color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important
    }

    .text-muted {
        --bs-text-opacity: 1;
        /*    color: var(--bs-secondary-color) !important
*/ color: #8c9db5 !important
    }

    .text-muted {
    }

    .text-black-50 {
        --bs-text-opacity: 1;
        color: rgba(0,0,0,0.5) !important
    }

    .text-white-50 {
        --bs-text-opacity: 1;
        color: rgba(255,255,255,0.5) !important
    }

    .text-body-secondary {
        --bs-text-opacity: 1;
        color: var(--bs-secondary-color) !important
    }

    .text-body-tertiary {
        --bs-text-opacity: 1;
        color: var(--bs-tertiary-color) !important
    }

    .text-body-emphasis {
        --bs-text-opacity: 1;
        color: var(--bs-emphasis-color) !important
    }

    .text-reset {
        --bs-text-opacity: 1;
        color: inherit !important
    }

    .text-opacity-25 {
        --bs-text-opacity: .25
    }

    .text-opacity-50 {
        --bs-text-opacity: .5
    }

    .text-opacity-75 {
        --bs-text-opacity: .75
    }

    .text-opacity-100 {
        --bs-text-opacity: 1
    }


    .row-deck > .col,
    .row-deck > [class*='col-'] {
        display: flex;
        align-items: stretch
    }

        .row-deck > .col .card,
        .row-deck > [class*='col-'] .card {
            flex: 1 1 auto
        }







    .typing-indicator {
        display: flex;
        gap: 4px;
        padding: 8px 12px;
        align-items: center;
    }

    .typing-dot {
        height: 10px;
        width: 10px;
        background: #EADEFE;
        border-radius: 50%;
        animation: typing 1.4s infinite ease-in-out;
    }

    .typing-dot:nth-child(1) {
        animation-delay: -0.32s;
    }

    .typing-dot:nth-child(2) {
        animation-delay: -0.16s;
    }

    @keyframes typing {
        0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    40% {
        transform: scale(1);
        opacity: 1;
    }
}

.playground-toolbar {
    border-bottom: 1px solid var(--divider-color);
}



    /*

    .avatar.xs {
        width: 16px;
        min-width: 16px;
        height: 16px
    }

    .avatar.sm {
        width: 22px !important;
        min-width: 22px !important;
        height: 22px !important
    }

        .avatar.sm i {
            font-size: 12px;
            line-height: 12px;
            vertical-align: text-top
        }

    .avatar.lg {
        width: 56px;
        min-width: 56px;
        height: 56px
    }

    .avatar.xl {
        width: 80px;
        min-width: 80px;
        height: 80px
    }

    .avatar.xxl {
        width: 120px;
        min-width: 120px;
        height: 120px
    }

    .avatar.no-thumbnail {
        background-color: rgba(var(--primary-rgb), 0.15);
        color: var(--primary-color);
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center
    }
*/





