*, *::before, *::after {
    box-sizing: border-box;
}

html, body {
  height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-width: 350px;
    background-color: #f0f4f8;
}

.wrapper {
  flex: 1;
}
.form-control.expanding-textarea {
    overflow-y: hidden;
    outline: none;
    resize: none;
    /*height: auto;*/
}
body {
    font-size: 0.9em; /* Adjust this value as needed */
    font-family: Arial, sans-serif;
    line-height: 1.6;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 16px;
}

ul {
    padding-left: 16px;
}

li {
    /* margin-bottom: 10px; */
}

div.main-nav {
    margin-top: 3px;
}

nav .nav-link {
    color: #146b7d !important;
    font-weight: 600;
}

.tool-select li.active {
    background-color: #37C3A8;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
}

.tool-select li.active a {
    color: white;
}

/*#AiModelId, #RetentionPeriod, #NumberOfLinks, #MaxMessagesPerSession, #MaxDailyMessagesPerUser,
#ScaleFactor, #ConfidenceThreshold, #StartChatButtonText, #chatAvatarSelect, #ContextWindowSize,
#NotificationFrequency, #NotificationEmail, #KeywordLinkFilter, #KeywordContentFilter, #MessageDisclaimer,
#PagePostProcessingInstructions, #KeywordIncludeContentFilter, #CustomAttribution, #LogoHtml, #InputHint, #SessionExpiration, #ChatTheme {
    max-width: 300px;
}
*/

#MessageDisclaimerText {
    max-width: 200px;
}

#MessageDisclaimerPosition {
    max-width: 100px;
}

#autoConfigureAndCrawlButton,
#autoConfigureAndCrawlButtonModal,
#autoCrawlNowButton {
    min-width: 150px;
}

.statusMessage .spinner {
    font-size: 1.5em;
    margin-right: 0.5em;
}

@media (min-width: 992px) {
    .ml-lg-2em {
        margin-left: 2em !important;
    }
}

.navbar-custom {
/*    position: sticky;
*/    
/*    top: 0;
    z-index: 1100;
*/    /*position: fixed;
    top: 0;
    width: 100%;
    z-index: 1100; */
}

.card-header {
    background: linear-gradient(to bottom, #146b7d 0%, #1b7487 100%);
}

/*.navbar-vertical-gradient {
    background: rgb(194,231,253);
    background: linear-gradient(0deg, rgb(194 231 253) 0%, rgb(143 208 247) 69%);
}
*/
.card-header {
    color: #ffffff;
}

.navbar-brand {
    font-size: 28px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    color: #0F526F !important;
    font-family: Impact, sans-serif;
}

.navbar-dark .navbar-brand {
    color: #0F526F !important;
}

.navbar-brand .GPT {
    color: #13B898;
}

.btn-book-demo {
    background-color: #171c1c;
    color: #00e7ff;
    min-width: 8em;
}

.btn-book-demo:hover,
.btn-book-demo:focus,
.btn-book-demo:active {
    background-color: #66b2b2;
    color: #ffffff;
}

.book-demo {
    background-color: #146b7d;
    border: 2px solid #0d424d;
    color: #ffffff;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    min-width: 8em;
}

.book-demo:hover,
.book-demo:focus,
.book-demo:active {
    background-color: #d75c5c;
    border: 2px solid #c53939;
}

.bizdriver-navbar .btn-primary {
    background: #FFD400 !important; /* Bright yellow */
    border-color: #756721 !important;
    color: #01293D !important; /* Keep text dark for contrast */
    font-weight: 600;
    box-shadow: 0 0 0 0.2rem rgba(255, 212, 0, 0.4);
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.bizdriver-navbar .btn-primary:hover {
        background: #FFCC00 !important; /* Slightly deeper yellow on hover */
        border-color: #FFCC00 !important;
        box-shadow: 0 0 0 0.3rem rgba(255, 204, 0, 0.5);
}

.site-logo {
    height: 60px;
    margin-right: 10px;
}

.btn-account,
.btn-sign-in,
.instantDemoConfigure,
.instantDemoConfigureOpen,
.instantDemoConfigureClose {
    background-color: #2a8a8a;
    border: 2px solid #1591ab;
    color: #ffffff;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    min-width: 7em;
    margin-left: 0.3em;
}

.btn-account:hover,
.btn-account:focus,
.btn-sign-in:hover,
.btn-sign-in:focus,
.instantDemoConfigure, .instantDemoConfigureOpen, .instantDemoConfigureClose:focus,
.instantDemoConfigure, .instantDemoConfigureOpen, .instantDemoConfigureClose:hover {
    background-color: #33a1a1;
    border-color: #1b7487;
    color: #ffffff;
}

.btn-get-started, .book-demo {
    vertical-align: middle;
}

.btn-sign-out {
}

a {
    color: #1b99b2;
}

.demo-site-thumbnail {
    width: 200px;
}

#chatLabel {
    min-width: 7em;
}

#filesDataTable th {
    vertical-align: middle;
}

#chatSelect, #ChatName {
    min-width: 200px;
    max-width: 300px;
    padding: 0.25em;
}

@media screen and (min-width: 0px) and (max-width: 640px) {
    #filesDataTable_length, #filesDataTable_filter, #chatDataTable_length, #chatDataTable_filter, #messageReportsTable_filter, #messageReportsTable_length {
        text-align: left !important;
    }
}

@media screen and (min-width: 420px) and (max-width: 640px) {

    #chatSelect, #ChatName {
        width: 200px;
    }
}

.sidebar-navbar-items {
    display: none;
}

@media screen and (min-width: 0) and (max-width: 420px) {

    #chatSelect, #ChatName {
        width: 120px;
    }
}

@media screen and (min-width: 0) and (max-width: 992px) {

    .sidebar-navbar-items {
        display: block !important;
    }

    .sidebar {
        display: none;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {

    /* Force table to not be like tables anymore */
    table, thead, tbody, th, td, tr {
        display: block;
    }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

    tr {
        border: 1px solid #ccc;
    }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
    }

    td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }

    .sidebar {
        margin-right: 0 !important;
        padding-right: 0 !important;
    }
}


h2 {
    font-weight: bold; /* Make it bold */
}

@media (max-width: 992px) { /* Adjusting breakpoint to large devices */
    .demo-site-thumbnail {
        width: 100%;
        margin-bottom: 15px;
    }

    .media-body {
        float: none;
        width: 100%;
        display: block;
    }
}

@media (max-width: 1350px) and (min-width: 992px) {
    .navbar-nav #navbar-book-a-demo {
        display: none;
    }
}

.thumbs-down-icon {
    color: rgba(0, 0, 0, 0.22);
    margin-left: 5px;
}

.thumbs-down-icon:hover {
    color: #66b2b2;
}
.btn-sign-in
{
    min-width: 160px;
}

.btn-primary {
    background: #37C3A8 !important;
    border-color: #37C3A8 !important;
    color: #01293D !important;
}

.btn-primary:hover {
    background: #036350 !important;
}

.btn-primary:active {
    background: #B2E8DD !important;
}
.with-sidebar .container {
    margin-left: 0 !important;
}

.sidebar {
    font-size: 0.8em;
    max-width: 8em;
    margin-right: 1em;
    border-right: solid 1px #aaa;
    height: 100vh;
    padding-right: 2em;
}

.sidebar .nav-link-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sidebar .nav-link-custom img {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.sidebar .nav-link-custom .beta-badge {
    background-color: #05b492;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.8em;
    margin-top: 5px;
}

.navbar {
    padding-left: 0;
}

.main-container {
    padding-left: 0;
}

@media screen and (min-width: 0) and (max-width: 992px) {
    .navbar {
        padding-left: 0.5em !important;
    }

    ul.navbar-nav {
        padding-left: 0.5em !important;
    }
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%230F526F' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

#billingPlans .plan-name-list {
    list-style-type: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#billingPlans .plan-name-list li {
    padding: 15px 10px !important;
    border-bottom: 1px solid #ddd !important;
    cursor: pointer !important;
    margin-bottom: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

#billingPlans .plan-name-list li:hover {
    background-color: #f5f5f5 !important;
}

#billingPlans h4 {
    margin-top: 2rem !important;
    margin-bottom: 1.5rem !important;
}

#billingPlans #addBillingPlanRow {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.partner-logos img {
    max-width: 100%;
    height: 120px;
    width: 120px;
    object-fit: contain;
    opacity: 0.9;
    filter: grayscale(0%);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.partner-logos img:hover {
    transform: scale(1.1); 
    opacity: 1; 
}

#PageContent {
    height: 5em;
}

#sound-icon {
    color: white;
}

#EnableAiFilterContainer {
    padding-left: 0 !important;
}

img.chatbot-wizard-icon {
    width: 3em;
    height: 3em;
    margin-right: 0.75em;
}