body {
    background-color: #FFFCEF;
}

.layout-page {
    background-color: #FFFCEF;
}

.navbar-expand-xl .navbar-nav .dropdown-menu {
    right: 0;
    min-width: 14rem;
}

.text-center.hero-text-box {
    position: relative;
}

.position-relative.hero-animation-img {
    max-width: 300px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    margin-top: 30px;
    margin-bottom: 0 !important;
}

.position-relative.hero-animation-img .svg-mountain {
    position: absolute;
    top: -148px;

    width: 200px;
    height: 200px;
    z-index: 999;
    left: 50%;
    transform: translate(-50%, 0px);
}

.question-answer-box {
    background: #fff;
    padding: 40px 30px;
    border-radius: 5px;
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

div#answer {
    padding: 20px;
}

select#question-options {
    padding: 10px;
    border: 0;
    width: 100%;
}

select#question-options option {
    font-size: 10px;
}

/* chat loader */
.loader {
    border: 8px solid #f3f3f3;
    /* Light grey */
    border-top: 8px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    /* Place it on top of everything */
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* answer-rating */
.rating-tag {
    display: inline-block;
    padding: 5px 10px;
    margin: 0 5px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 0.9em;
}

.rating-tag.great {
    background-color: #4caf50;
    /* Green */
}

.rating-tag.good {
    background-color: #8bc34a;
    /* Light Green */
}

.rating-tag.ok {
    background-color: #ffeb3b;
    /* Yellow */
}

.rating-tag.bad {
    background-color: #ff9800;
    /* Orange */
}

.rating-tag.very-bad {
    background-color: #f44336;
    /* Red */
}

.menu-vertical .app-brand {

    min-height: 64px;
}

.layout-navbar.navbar-detached.container-xxl {
    padding: 13px;
}

.card .row {
    height: 100%;
}

img.position-absolute.card-img-position {
    height: 115%;
}

.card {

    min-height: 174px;
    /* height: 100% !important; */
}

.hidden {
    display: none;
}


.chat-message-text p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;

    margin: 0px;
    padding: 10px !important;
}

.chat-message-text {
    margin: 0px;
    padding: 10px !important;
    /* border: 1px solid; */
    border-radius: 5px !important;
}

.emoji {
    /* font-size: 70px; */
    font-size: 20px;
    /* margin-bottom: 10px; */
    margin-left: auto;
}

.stars {
    display: flex;
    /* justify-content: center; */
    justify-content: right;
    margin: 0;
}

.star {
    /* font-size: 30px; */
    font-size: 19px;
    color: #ffcc33;
    margin: 0 3px;
}

.star.gray {
    color: #ccc;
}

.rating-value {
    font-weight: bold;
    color: #333;
}

.rating-card {
    width: 60%;
    padding: 10px;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-family: Arial, sans-serif;
    /* max-width: 200px; */
    /* margin-left: auto; */
}

/*
span.d-flex.rating-container {
    display: grid;
    justify-content: center;
    gap: 10px;
} */


.rating-container {
    display: grid;
    /* justify-content: center; */
    gap: 0px;
}

.rating-text {
    font-size: 11px;
    color: #666;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #ccc;
    padding-top: 10px;
    place-content: flex-end;
}

.app-chat .app-chat-history .chat-history-body .chat-history .chat-message:not(.chat-message-right) .chat-message-text {
    max-width: 100% !important;
}

span.response-left {
    min-width: 0 !important;
}


li.chat-message.chat-message-left {
    margin-bottom: 1.0em !important;
}


.modal-dialog.modal-dialog-centered1.modal-simple.modal-add-new-cc {
    height: 100%;
    align-content: space-around;
}

.table-actions {
    display: flex;
    gap: 5px;
    min-width: 150px;
    justify-content: center;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    margin-bottom: 10px !important;
    margin-top: 5px !important;
}

.embeded-div th,
td {
    padding: 5px !important;
}

.dashboard-cardsss {
    padding-bottom: 36px !important;
}

button.accordion-button::after {
    /* display: none !important; */
}


li.chat-message .accordion:not(.accordion-custom-button) .accordion-item {

    box-shadow: none;

}

.stars {
    /* flex-direction: column;
    align-items: end; */
    justify-content: space-between;
    display: flex;
}

span.see-info-btn {
    cursor: pointer;
    background: #15cf92;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 2px;
}

.response-query {
    font-size: 14px;
}

@media screen and (max-width: 480px) {
    .response-query {
        flex-direction: column;
    }
}

.avatar img {
    object-fit: cover;
    border: 2px solid #15cf92;
}

div#payment-btn-container {
    width: 100% !important;
}

span.response-left {
    width: 40%;
}

span.response-right {
    align-items: center;
    width: 60%;
}

@media screen and (max-width: 768px) {
    span.response-left {
        width: 100% !important;
    }

    span.response-right {
        align-items: center;
        width: 100% !important;
    }
}

aside#layout-menu {
    background-color: #FFFCEF !important;
}

.app-brand-logo img,
.app-brand-logo svg {
    display: block;
    max-width: 115px;
    height: auto;
}

.analysis-note {
    background: #fff;
    padding: 20px;
    margin-top: 17px;
    box-shadow: 0 .25rem .625rem rgba(46, 38, 61, .2);
    font-size: x-small;
    color: #000000 !important;
}

.analysis-note .text-info {
    color: #000000 !important;
}
