/* Source: resources/views/welcome.blade.php (block 1) */
.modal-backdrop {

    --bs-backdrop-zindex: 0 !important;

}



.menu-bar {

    margin-top: 10px;

    display: flex;

    flex-wrap: wrap;

    justify-content: center;

    gap: 10px;

    margin-bottom: 5px;

}



.menu-button {
    padding: 5px 5px;
    background-color: #494949b3;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
}



.menu-button:hover {

    background-color: #494949;

}

.profile-card {

    margin: 0px !important;

}



.profile-card-link-div {

    margin-right: 10px;

}

/* Source: resources/views/welcome.blade.php (block 2) */
#agentList {
    display: none;
    max-height: 200px;
    overflow-y: scroll;
    background-color: #333;
    color: white;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    z-index: 1000;
    width: calc(100% - 20px);
}

#agentList li {
    list-style-type: none;
    margin: 5px 0;
}

#agentList a {
    color: white;
    text-decoration: none;
}

#agentList a:hover {
    text-decoration: underline;
}


@media (max-width: 576px) {

    .asault {
        flex-direction: column
    }

    #agentList {
        width: 93% !important;
    }

    #searchInputList {
        width: 100% !important;
    }

    #searchInput {
        width: 100%;
    }

}

/* Source: resources/views/welcome.blade.php (block 3) */
.sticky-search {
    position: sticky;
    top: 50;
    z-index: 1000;

    padding: 10px;
}

.agent-info {
    display: flex;
    align-items: center;
}

.agent-image {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;

}

#agentsList {
    max-height: fit-content;
    overflow-y: auto;

}

.bg-video {
    background: #000 !important;
}

a {
    text-decoration: none;
}

/* Source: resources/views/welcome.blade.php (block 4) */
/* Container for the search bar */
.search-container {
    position: relative;
    margin-bottom: 20px;
    width: 300px;
    /* Adjust width as needed */
}

/* Style for the search input field */
/* Style for the search input field */
#searchInput {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid;
    border-radius: 20px;
    outline: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #999;
    /* Icon color */
}

/* Placeholder text color */
#searchInput::placeholder {
    color: #999;
}

/* Style for the search button */


/* Icon inside the search button */


/* Focus style for the search input */
#searchInput:focus {
    box-shadow: 0 2px 5px rgba(255, 111, 97, 0.3);
    /* Adjusted focus shadow color */
}

.bg-video {
    background: #000 !important;
}

/* Source: resources/views/welcome.blade.php (block 5) */
.custom-modal-api-settings {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    /* Prevent pointer events on the background */
    pointer-events: auto;
}

.modal-content-api-settings {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 100%;
    pointer-events: auto;
}

/* Disable close button visibility */
.close-api-settings {
    display: none;
}

/* Source: resources/views/welcome.blade.php (block 6) */
.custom-modal-api-settings {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content-api-settings {
    background-color: #333;
    margin: 10% auto;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-width: 400px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.close-api-settings {
    color: #aaa;
    font-size: 28px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.close-api-settings:hover {
    color: white;
}

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

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #444;
    color: white;
}

.configure-api {
    padding: 10px;
    border-radius: 5px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 30%;
    margin: 0 auto;
    display: block;
}

.configure-api:hover {
    background-color: #0056b3;
}

.para-api-setting {
    margin-top: 10px;
    font-size: 14px;
    color: #ccc;
    text-align: center;
}

.a-api-setting {
    color: #007bff;
    text-decoration: none;
}

.a-api-setting:hover {
    text-decoration: underline;
}

.modal-title-api-settings {
    margin-top: 0;
    margin-bottom: 10px;
    color: white;
    text-align: center;
}

.missing-keys-message {
    color: #f44336;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

/* Inline style extraction for resources/views/welcome.blade.php */
.welcome-open-modal-btn {
    font-size: 24px;
    cursor: pointer;
    background: transparent;
    border: 0;
    color: inherit;
}

.welcome-search-input-list {
    margin-bottom: 10px;
    width: 270px;
    padding: 5px;
}

.welcome-agent-list-inline {
    display: none;
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-width: none;
    width: 270px;
}

.welcome-text-white {
    color: #fff;
}

.welcome-modal-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.welcome-modal-close-icon {
    color: red;
    font-size: 24px;
}

.welcome-hidden {
    display: none;
}

.welcome-btn-half {
    width: 47%;
}

.welcome-btn-full-dark {
    width: 100%;
    background-color: #030508;
}

.welcome-media-thumb {
    aspect-ratio: 0.8;
    object-fit: contain;
    background-color: gray;
}

.welcome-menu1-btn {
    width: 47%;
    border: 1px solid;
    border-radius: 2px;
}

.welcome-w-100 {
    width: 100%;
}

.welcome-preview-video {
    width: 200px;
    height: 278px;
}

.welcome-hamburger-modal-content {
    max-width: 500px;
    min-width: 300px;
    padding: 0;
}

.welcome-sticky-header-full {
    width: 100%;
    margin-left: 0;
}

.welcome-close-modal-btn {
    margin-left: auto;
    background: transparent;
    border: 0;
    color: inherit;
}

.welcome-api-settings-visible {
    display: flex;
}
