#wizzy-btn {
    position: fixed;
    bottom: 75px;
    right: 25px;
    padding: 6px 15px;
    background-color: #fff;
    color: #ff914d;
    font-weight:bold;
    border: 3px solid #ff914d ;
    border-radius: 50px !important;
    cursor: pointer;
    font-size: 14px;
    display: block;
    z-index: 5;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

#chatbot-sidekick {
    border: none;
}

#chatbot-sidekick .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: click;
    outline: 0;
    width: auto !important;
    pointer-events: none;
}

/* Modal content box with specified border color, width, and height */
#chatbot-sidekick .botContent {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 400px;
    height: 700px;
    background-color: #fff;
    border: none;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    box-shadow: inset;
    pointer-events: auto;
}

#moodSectionBot .mood-icon {
    list-style: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    padding: 15px;
    transition: all 0.4s ease;
    cursor: pointer;
    text-align: center;
    height: 60px;
}

#chatbot-sidekick .Excellent {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 223, 142, 1) 100%);
    color: #000;
}

#chatbot-sidekick .Good {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(170, 214, 255, 1) 100%);
    color: #000;
}

#chatbot-sidekick .Ok {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(240, 186, 254, 1) 100%);
    color: #000;
}

#chatbot-sidekick .Dull {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(233, 207, 189, 1) 100%);
    color: #000;
}

#chatbot-sidekick .Awful {
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(255, 198, 198, 1) 100%);
    color: #000;
}

/*#chatbot-sidekick .botHeader {
    position: relative;
    overflow: hidden;    
    /* background: url('/static/img/wavy-bg.png');
    background-color: transparent;
    background-size: cover; */
  /*  background: linear-gradient(to right, #f25d3d, #f7b21b);
    height: 150px;
    clip-path: polygon(0 60%, 10% 70%, 25% 65%, 40% 80%, 60% 75%, 80% 90%, 100% 70%, 100% 0, 0 0);

    border-radius: 15px 15px 0 0;
}*/

#chatbot-sidekick .wavy-header {
    /* display: flex;
    padding: 1.5rem;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center; */
    z-index: 500001;
    position: absolute;
    top: 15px;
    left: 15px;

}


.botHeader {
  display: inline-block;
  position: relative;
  width: 100%;
  height:120px;
  /* padding-bottom: 100%; */
  vertical-align: middle;
  overflow: hidden;  
  fill:#FA752E;
  border-radius:15px 15px 0 0px;
}

/* #chatbot .botHeader svg {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height:150px;
  width:100%;
  fill:blue;
} */


/* Modal body for bot messages */
#bot-content {
    padding: 15px;
    overflow-y: auto;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-x: hidden;
    background: url('/static/img/pana.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    scrollbar-color: #b8b8b8 #f1f1f1;
    scrollbar-width: thin;
}

#bot-block {
    display: flex;
    flex-wrap: nowrap;
    margin: 1rem;
}

[id^="bot-block-"] {
    display: flex;
    flex-wrap: nowrap;
}

#user-block {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
    align-items: center;
    justify-content: flex-end;
}

#chatbot-sidekick span.avatar {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    background: #ff914d;
    border-radius: 50px;
    content: icon;
    border: 1px solid #eee;
}

#chatbot-sidekick .avatar img {
    border-radius: 50px;
    margin-bottom: 20px;
}


#chatbot-sidekick .ml-40 {
    margin-left: 40px;
}

#chatbot-sidekick .botImage {
    width: 20px;
    margin-top: 5px;
}

#chatbot-sidekick .userImage {
    width: 27px;
    margin-top: -20px;
    border-radius: 10px;
}

/* Mood icon section */
#moodSectionBot ul.icon-part img {
    width: 25px;
}

#moodSectionBot .mood-icon img {
    width: 25px;
}

#moodSectionBot video {
    width: 100%;
    margin: 2rem 0;
}



#chatbot-sidekick .modal-body {
    flex: 1;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow-y: auto;
}

/* User and Bot message section */
#chatbot-sidekick .bot-message {
    max-width: 80%;
    padding: 10px;
    background-color: #f1f1f1;
    border-radius: 0px 15px 0 15px;
    color: #333;
    font-size: 14px;
    align-self: flex-start;
    gap: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

#chatbot-sidekick .bot-message a {
    color: #1f92d1;
    display: inline;
    font-weight: 800;
}

#chatbot-sidekick .user-message {
    max-width: 75%;
    padding: 10px;
    /* background: linear-gradient(135deg, #ffa64d, #ff5722); */
    background-color: #ff914d;
    border-radius: 15px 0 15px 0;
    color: white;
    font-size: 14px;
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    gap: 5px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    clear: both;
    float: right;
}

/* Response Button effect  */
#chatbot-sidekick .option-btn {
    background-color: transparent;
    border: 1px solid #ff914d;
    border-radius: 5px;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
    color: #ff914d;
    text-align: left;
}

#chatbot-sidekick .option-btn:hover {
    background-color: #ff914d;
    color: white;
}

/* Footer */
#chatbot-sidekick .bot-footer {
    text-align: center;
    padding: 10px;
    font-size: 12px;
    color: gray;
    border-top: 1px solid #f1f1f1;
}

/* Bot header section */
#chatbot-sidekick .header-logo {
    height: 40px;
    margin-right: 10px;
    border-radius: 10px;
    background: white;
}

#chatbot-sidekick .bot-title {
    flex-grow: 1;
    font-size: 1.5em;
    font-weight: bold;
    color: #fff;
}

#chatbot-sidekick .close-btn {
    font-size: 1.5em;
    font-weight: bold;
    cursor: pointer;
    color: white;
    background: transparent;
    position: absolute;
    right: 2.5rem;
    top: 1.5rem;
}

#chatbot-sidekick .mood-sub2 {
    margin-top: 0px !important;
}


/* Bot response loader effects */

/* Styling for the typing dots container */
#chatbot-sidekick .loading-dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #777;
}

/* Individual dot animations */
#chatbot-sidekick .loading-dots span {
    display: inline-block;
    margin: 0 2px;
    animation: blink 1.5s infinite;
}

/* Animation for each dot */
#chatbot-sidekick .loading-dots span:nth-child(1) {
    animation-delay: 0s;
}

#chatbot-sidekick .loading-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

#chatbot-sidekick .loading-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

/* Keyframes for blinking effect */
@keyframes blink {

    0%,
    80%,
    100% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }
}

#chatbot-sidekick .ticketTextarea {
    width: 100%;
    height: 102px;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    resize: vertical;
}

#chatbot-sidekick .ticketSubject {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px !important;
}

#zendesk-ticket-form {
    max-width: 500px;
    margin: auto;
    padding: 10px;
}

#zendesk-ticket-form .attachment {
    display: block;
    margin-bottom: 10px;
}

#file-warning {
    display: none;
    color: red;
    margin-bottom: 20px;
    font-size: 12px;
}

#subject-warning {
    display: none;
    color: red;
    margin-bottom: 20px;
    font-size: 12px;
}

#description-warning {
    display: none;
    color: red;
    margin-bottom: 20px;
    font-size: 12px;
}

/* .ticket-table-container table,
th,
td {
    border: 1px solid #eee;
} */

div.fixtable {
    height: 290px;
    overflow-y: auto;
    border-radius: 15px 15px 0px 0px !important;
}

.ticket-table-container table,
.ticket-table-container th,
.ticket-table-container td {
    border: 1px solid #eee;
}


.ticket-table-container table {
    width: 100%;
    border: none;
    background: #f9f9f9;
}

td,
th {
    padding: 5px;
}

.avail {
    background: #B4EFCB;
}

.error {
    background: #17bd6c;
    color: #fff;
}

.block {
    background: #FCAAAA;
    Color: #fff;
    font-size: smaller
}

.default {
    background: #cde0ed;
}

.ticket-table-container .paginate_button {
    padding: 0px 8px !important;
    margin: 0 0px !important;
}

.ticket-table-container .paginate_button.current {
    background-color: #1f92d1;
    border-color: #1580bb;
    color: #ffffff !important;
}

.ticket-table-container .paginate_button.page-item.active a {
    color: #ffffff !important;
    background-color: #1f92d1;
}