.dropdown-menu {
    min-width: 220px;
    padding: 8px 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 1px solid #e0e0e0;
}

.dropdown-item {
    padding: 10px 20px;
    color: #333;
    transition: all 0.3s;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: #dc3545;
}

.dropdown-item i {
    margin-right: 8px;
    width: 20px;
}

.dropdown-toggle {
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dropdown-toggle:hover {
    color: #dc3545;
}

.get-started.dropdown {
    position: relative;
}

.header-main .top-bar-serch {
    max-width: 520px;
    margin: 0 auto;
    width: 100%;
    margin-left: 10px;
}

.header-main .top-bar-serch input[type="text"] {
    flex: 1 1 auto;
    width: auto !important;
}

.header-main .top-bar-serch input[type="submit"] {
    flex: 0 0 110px;
    width: 110px !important;
}

.header-main .social .social-item .content {
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    min-width: 120px;
}

.header-main .social .social-item .content .contents {
    font-size: 14px;
}

body.customer-panel .card-style-three::before,
body.customer-panel .card-style-three:hover::before {
    content: none !important;
}

body.customer-panel .card-style-three:hover {
    background: var(--color-white);
}

body.customer-panel .card-style-three:hover .content h3,
body.customer-panel .card-style-three:hover .content p {
    color: inherit;
}

.domain-search-group {
    display: flex;
    max-width: 600px;
    width: 100%;
    gap: 10px;
}

.domain-search-group .searching {
    flex: 1 1 auto;
    min-width: 0;
}

.customer-sidebar .nav-link:hover,
.customer-sidebar .nav-link.active {
    background: #f8f9fa;
    border-left-color: #dc3545;
    color: #dc3545;
    text-decoration: none;
}

.stats-card {
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.stats-card h6 {
    color: #666;
    font-size: 14px;
    margin-bottom: 10px;
}

.stats-card h3 {
    color: #333;
    font-size: 28px;
    margin: 0;
}

.accept-cookies {
    max-width: 28rem !important;
}

