.spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #294298;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: 20%;
    margin-top: -10px;
    margin-left: -10px;
    animation: spin 1s linear infinite;
    display: inline-block;
}

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

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

.revealX {
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.5s, transform 0.5s;
}

.revealX.active {
    opacity: 1;
    transform: translateX(0px);
}

.revealY {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s, transform 0.5s;
}

.revealY.active {
    opacity: 1;
    transform: translateY(0);
}

.cola {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.collab_text {
    width: 85%;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
}

.container {
    width: 100% !important;
}

.contact_box {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #FFFFFF;
}

#andaahLogo {
    border-radius: 3px;
}

.cont_img {
    width: 100%;
    height: 100%;
}

.mt-8 {
    margin-top: 8rem;
}

.mb-8 {
    margin-bottom: 8rem;
}

.mb-6 {
    margin-bottom: 6rem;
}

p {
    font-size: 12px;
}

input {
    border: 1px solid #D1C7C7;
}

.bg-primary {
    background-color: #D9232D !important;
    /* font-family:Verdana, Geneva, Tahoma, sans-serif!important; */
}

#result {
    display: none;
}

.form-control {
    height: 36px;
    background: #fff;
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    border-radius: 2px;
    box-shadow: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.contactForm .form-control {
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#inputSearch {
    padding: 23px;
}

/* .form-control:focus,
.form-control:active {
    border-color: #2A4397 !important;
} */
.btn.btn-primary {
    /* background: #2A972C !important;
    border-color: #2A972C !important; */
    color: #fff;
    width: 100px;
    border-radius: 10px !important;
    margin-top: 0px !important;
    padding: 11px;
}

.btn.btn-primary:hover {
    /* background-color: #459950 !important; */
}

.p75 {
    padding: 0.75rem;
}

.clear-btn {
    border: 1px solid #2A4397;
    border-radius: 2px;
    /* margin-top: 4px; */
    color: #2A4397;
    background-color: #F8F9FA;
    padding: 11px;
}

.cursor-pointer {
    cursor: pointer;
}

.clear-btn:hover {
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    background-color: #F3F6F9;
}

/* bnm */
.contactForm {
    max-width: 600px;
    margin: 0 auto;
}

.form-group {
    position: relative;
    margin-bottom: 20px;
}

label {
    position: absolute;
    top: 50%;
    left: 10px;
    padding-left: 10px;
    transform: translateY(-50%);
    transition: top 0.3s, font-size 0.3s;
}

input:focus+label,
input:not(:placeholder-shown)+label {
    top: 23px;
    font-size: 12px;
}

input {
    padding: 10px;
    border-radius: 3px;
}

.btn-primary {
    margin-top: 15px;
}

.output {
    position: relative;
    box-shadow: 0px 2px 15px rgba(85, 98, 112, 0.08);
    padding: 30px;
    border-radius: 4px;
    background: #F3F6F9;
    color: #294298;
    font-size: larger;
    font-weight: bold;
}

#debugSql {
    padding: 8px;
    padding-left: 30px;
}

#sqlCont {
    display: none;
}

.gap-10 {
    gap: 10px;
}

.suggestion {
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-color: rgba(41, 66, 152);
    border-width: 1px;
    color: #294298;
    font-size: 12px;
    line-height: 1.25rem;
    border-style: solid;
    border-radius: 5px;
}

.mrgLeft {
    margin-left: -9px;
}

.mrgLeft12 {
    margin-left: -12px;
}

/* .fcaiLogo {
    background: #FEEEE7;
    border-radius: 5px;
    padding: 0 4px;
} */
.powered {
    padding-top: 10px;
}

td,
th {
    border: 1px solid #2A4397;
    padding: 10px;
}

th,
td {
    text-align: center;
}

td {
    font-weight: 500;
}

/* Dig Avtr Tom */
.toggle-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s;
    width: 20% !important;
    font-size: 18px;
}

/* Green color when active */
.activeBtn {
    background: #2A972C !important;
    border-color: #2A972C !important;
}

.oprations {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}

/* Red color when inactive */
.inactiveBtn {
    background-color: rgb(188, 48, 48) !important;
    border-color: #97372A !important;
}

/* Hover effect */
.toggle-btn:hover {
    opacity: 0.8;
}

.is_recording {
    background-color: rgb(188, 48, 48) !important;
    border-color: #97372A !important;
}

#playback {
    margin-top: 10px;
}

.dig_vatr_cont {
    width: 100%;
    padding: 20px;
}

.audio_container {
    display: flex;
    gap: 20px;
    margin-top: 25px;
}

.mics {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    min-height: 250px;
}

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

.transcripts {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.text {
    padding: 20px;
    max-height: 170px;
    overflow: auto;
}
/* 
.user_transcripts,
.agent_transcripts {
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}

.user_transcripts>h5 {
    margin: 0px;
}

.user_transcripts>h6 {
    margin: 0px;
}

.user_transcripts>h6:last-child {
    color: rgb(0, 0, 0);
} */


.mic_name>div>h4 {
    font-size: 20px;
    color: #d9232d;
    font-weight: bold;
}


#tom {
    color: #44afd0;
    font-weight: bold
}

/* .user_transcripts>h5 {
    color: #d9232d;
    font-weight: bold;
    font-size: 18px;
}

.agent_transcripts>h5 {
    color: #44afd0;
    font-weight: bold;
    font-size: 18px;

} */

.user_transcripts,
.agent_transcripts {
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start; /* Align items to the start of the flex container */
    gap: 10px;
}

.user_label,
.agent_label {
    white-space: nowrap;
    color: #d9232d; /* Red for "You:" */
    font-size: 16px; /* Standard font size */
}

.agent_label {
    color: #44afd0; /* Blue for "Tom:" */
}

.user_response,
.agent_response {
    white-space: pre-wrap;
    /* color: black; Default color for responses */
    font-size: 16px; /* Standard font size */
}

#statusBar {
    font-size: 16px; /* Example size, adjust as needed */
    color: #242424; /* Example color, adjust as needed */
    padding: 10px; /* Adds some padding around the text */
    margin-top: 10px; /* Ensures some spacing from other elements */
    text-align: center; /* Centers the text within the statusBar */
    background-color: #f3f6f9; /* Light background, adjust as needed */
    border-radius: 5px; /* Optional: adds rounded corners */
    width: 100%; /* Takes the full width of its container */
}