/* Custom Stylesheet hash:17407325571747899712 dated 17 Jun, 2025 04:04:46+Asia/Karachi */
.ace_scroller {
  color:white;
}
.ace_gutter-cell {
  color:white;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

h1 {
    font-size: 2.5em;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1 em;
}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background: white;
}

.logo {
    height: 30px;
}

.header-links a {
    margin-left: 1.5rem;
    text-decoration: none;
    color: #1597AD;
}

.hero-section {
    background-color: #1597AD;
    width: 100%;
    height: 300px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

.search-container {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.search-box {
    position: relative;
    width: 100%;
}

.search-input {
    width: 100%;
    padding: 0.75rem 1rem 0.75rem 3rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    height: 45px;
}

.search-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.main-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
}

.welcome-box {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    margin-bottom: 3rem;
}

.welcome-box h1 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.support-info {
    margin-top: 1.5rem;
}

.highlight {
    color: #1597AD;
    font-weight: bold;
}

.request-button-container {
    margin: 2rem 0;
}

.submit-request-button {
    background-color: #1597AD;
    color: white;
    border: none;
    padding: 1.25rem 2.5rem;
    font-size: 2.25rem;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.submit-request-button:hover {
    background-color: #107d8f;
}

.login-links {
    margin-top: 1rem;
}

.login-links a {
    color: #1597AD;
    text-decoration: none;
}

.atlas-link {
    display: inline-block;
    margin-top: 0.5rem;
}

.categories-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.category-card {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 1.5rem;
    text-decoration: none;
    color: #333;
    text-align: center;
    transition: all 0.3s ease;
}

.category-card:hover {
    border-color: #1597AD;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
    .hero-section {
        height: 200px;
        padding: 1rem;
    }
    
    .submit-request-button {
        font-size: 1.5rem;
        padding: 1rem 2rem;
    }
    
    .categories-grid {
        grid-template-columns: 1fr;
    }
}

.contently-text {
    font-size: 18px;
    color: #000;
    margin-left: 10px;
    align-self: center;
    display: inline-block;
}

.footer-branding {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.kayako-logo {
    height: 20px;
    margin-left: 5px;
}

.kb-article-page {
    background-color: #fff;
}

.kb-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 5%;
}

.kb-sub-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    min-height: 50px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
}

.kb-article-container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    width: 100%; 
    margin-left: -0px;
}

.kb-article-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
}

.kb-sidebar-section {
    background-color: #f7f7f7;
    border-radius: 5px;
    padding: 20px;
}

.kb-sidebar-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #333;
}

.kb-sidebar-articles {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kb-sidebar-article {
    margin-bottom: 10px;
}

.kb-article-link {
    display: block;
    color: #666;
    text-decoration: none;
    padding: 5px 0;
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.kb-article-link:hover {
    color: #333;
}

.kb-article-link.active {
    color: #0056b3;
    font-weight: 500;
}

.kb-article {
    flex: 1;
    min-width: 0;
}

.kb-article-header {
    margin-bottom: 30px;
}

.kb-article-title {
    margin-bottom: 20px;
    font-size: 2em;
    font-weight: 600;
}

.kb-article-meta {
    object-fit: cover;
}

.u-textsmall {
    font-size: 9px !important;
    line-height: 1.2; 
    margin: 0.1; /
}

.listing__head {
    font-size: 14px;
}

.media__img {
    float: left;
    margin-right: 14px;
    border-radius: 50% !important; 
}

.kb-avatar img,
.kb-user-avatar {
    object-fit: cover;
}

.kb-search-container {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 300px;
}

.kb-search {
    width: 100%;
    padding: 8px 40px 8px 12px;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 0.80rem;
}

.kb-search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

@media (max-width: 768px) {
    .kb-article-container {
        flex-direction: column;
    }
    
    .kb-article-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    
    .kb-search-container {
        min-width: auto;
    }
    
    .kb-article-title {
        font-size: 1.5em;
    }
}

.breadcrumb {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    color: #666;
    font-size: 14px;
}

.breadcrumb li:not(:last-child):after {
    content: ">";
    margin: 0 8px;
    color: #999;
}

.breadcrumb a {
    color: #1f73b7;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb li:last-child {
    color: #666;
}

.kb-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 20px 5%;
    padding-left: 2%; 
}

.kb-sub-nav {
    margin-top: 15px;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .breadcrumb {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

.kb-search-container {
    position: relative;
}

.kb-search-icon {
    position: absolute;
    right: 10px; /* La lupa se mantiene a la derecha */
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.inputaddon__field {
    box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
}

.inputaddon__field2 {
    padding-right: 165px; /* Ajusta este valor para mover el campo a la derecha */
    box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
}