@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFFBE5;
    font-family: 'Nunito', sans-serif;
}

.content-wrap {

    display: flex;
    height: 100%;
    gap: 20px;
}

table {
    width: 100%;
}

.content-area {
    margin-left: calc(20% + 20px);
    position: relative;
    width: calc(80% - 40px);
    padding: 35px 40px;
    background-color: #fff;
    position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
}

.billing-content .dispute-history {

}

.content-area h1,
.um-account-heading {
    font-size: 33px !important;
    font-weight: 700 !important;
    color: #7E0B9A !important;
}

.sidebar {
    position: fixed;
    background-color: #fff;
    width: 20%;
    height: calc(100vh - 100px);
    top: 100px;
    color: #fff;
    padding-top: 30px;
    border-top: 1px solid #7a7a7a3b;
    box-shadow: 0 4px 12px #7a7a7a2b;
}

.dashboard-page table {
	margin-bottom: 0 !important;
}

.sidebar ul {
    padding-left: 0;
}

.sidebar ul li {
    margin-bottom: 0;
    transition: 0.2s;
}

.sidebar ul li a {
    display: block;
    padding: 10px 15px;
    transition: 0.2s;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    color: #7a7a7a;
}

.sidebar ul li.active {
    background: #7E0B9A;
}

.sidebar ul li.active a {
    color: #ffffff;
}

.sidebar ul li:hover {
    background: #7E0B9A;
}

.sidebar ul li:hover a {
    color: #ffffff;
}

.sidebar ul li.active a {
    color: #fff;
}

.topbar {
    background-color: #fff;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    position: sticky;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
}

.topbar .logo a {
    display: inline-block;
}

.topbar .logo img {
    width: 100%;
    max-width: 50px;
}

.topbar .topbar-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.topbar .topbar-content img {
    width: 100%;
    max-width: 50px;
    border-radius: 50%;
    display: inline-block;
}

.user-meta p {
    margin: 0;
    font-size: 15px;
    color: #000;
}

.user-meta p:last-child {
    font-size: 14px;
    color: #7a7a7a;
}

body {
    background-color: #FFFBE5;
}

.button-style-1,
.um-button {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #7e0b9a !important;
}
.button-style{
	border: none !important;
	border-radius: 0px !important;
	padding: 8px 16px !important;
	   font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #7e0b9a !important;
	    margin: 5px 0;
    display: inline-block;
    text-decoration: none;
}
.button-style-1:hover,
.um-button:hover,
.button-style:hover{
    color: #000 !important;
    background-color: #ffcd20 !important;
}

.dashboard-page table tbody td,
.dashboard-page table tbody th{
  vertical-align: middle;
}

.button-style-2 {
    font-weight: 500 !important;
    line-height: 24px !important;
    font-size: 18px !important;
    color: #000 !important;
    background-color: #ffcd20 !important;
}

.button-style-2:hover {
    color: #fff !important;
    background-color: #7e0b9a !important;
}


.um-account-heading.uimob340-hide.uimob500-hide .um-faicon-asterisk {
    display: none;
}

.um-account-heading.uimob340-hide.uimob500-hide .um-faicon-user {
    display: none;
}

.billing-content {
    display: flex;
    justify-content: space-between;
}

.billing-content-btn {
    padding: 10px 20px;
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 500 !important;
    color: #fff !important;
    background-color: #7e0b9a !important;
    border: none;
}

.billing-content-btn:hover {
    color: #000 !important;
    background-color: #ffcd20 !important;
}

.analyze-ticket-wrapper {
    height: calc(100dvh - 140px);
}


.analyze-outer-wrap.user-message {
    justify-content: flex-end !important;
    display: flex !important;
    padding: 5px !important;
}

.analyze-outer-wrap.ai-message {
    justify-content: flex-start !important;
    display: flex !important;
    padding: 5px !important;
}

.analyze-message-wrap {
    padding: 10px 15px !important;
    border-radius: 0px 15px 0px 15px !important;
}

.user-message .analyze-message-wrap {
    border-radius: 15px 0px 15px 0px !important;
}

.analyze-message-wrap p {
    margin-bottom: 0;
    font-size: 17px;
    font-family: nunito;
    color: #ffffff;
    font-weight: 500;
}

.user-message .analyze-message-wrap p {
    text-align: left;
    color: #000000;
}

.analyze-outer-wrap.user-message .analyze-inner-wrap .analyze-message-wrap {
    background-color: #FFCD20;
}

.analyze-outer-wrap.ai-message .analyze-inner-wrap .analyze-message-wrap {
    background-color: #7E0B9A;
}

.analyze-outer-wrap.user-message .analyze-inner-wrap {
    text-align: right;
}

.analyze-ticket {
    display: flex;
    flex-direction: column;
    justify-content: end;
    height: 100%;
}

.analyze-ticket .chat-wrap {
    padding-bottom: 20px;
    overflow: auto;
}

.analyze-inner-wrap {
    display: inline-block;
    width: 100%;
    max-width: 49%;
}

.analyze-message-wrap {
    display: inline-block;
}

.chat-input-inner {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 15px;
    border: 1px solid #E3E5E5;
}

.chat-input > input {
    width: 80%;
    padding: 8px;
    border: none !important;
}

#message-input {
    border: none !important;
    width: 100%;
    height: 40px;
    outline: none;
}

.chat-input button {
    /* padding: 8px 12px; */
    background-color: #7E0B9A;
    color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
    height: 40px;
    width: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chat-input button i {
    color: #ffffff;
}

.file-upload-icon {
    cursor: pointer;
    margin-right: 10px;
}

.file-upload-icon img {
    width: 20px;
    height: 20px;
}

.file-preview {
    align-items: center;
    background: #f1f1f1;
    padding: 5px 10px;
    border-radius: 6px;
    margin-right: 8px;
    font-size: 14px;
}

.file-preview button {
    background: none !important;
    border: none !important;
    padding: 0;
    color: #000;
    font-size: 18px !important;
    cursor: pointer !important;
    margin-left: 8px !important;
}

div.um-account-heading,
.dash-heading {
    padding-bottom: 30px !important;
}

.um-profile.um-viewing {
    margin-bottom: 0 !important;
}

.typing-dots {
    display: flex;
    gap: 6px;
}

.typing-dots span {
    width: 8px;
    height: 8px;
    background: #999;
    border-radius: 50%;
    animation: blink 1.4s infinite both;
}

.typing-dots span:nth-child(2) {
    animation-delay: .2s;
}

.typing-dots span:nth-child(3) {
    animation-delay: .4s;
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}


.um-profile.um-viewing {
    margin-bottom: 0 !important;
}

.menu-icon {
    background: none;
    border: none;
    font-size: 26px;
    cursor: pointer;
	display: none;
}

.account-details-wrap .account-form{
	    display: flex;
    flex-direction: column;
    gap: 20px;
}
.form-group input{
	border-radius: 0px;
}

