.product-module-cpanel-logo {
    max-height: 10px;
}

.product-module-plesk-logo {
    max-height: 16px;
}

.product-module-directadmin-logo {
    max-height: 25px;
}

.modal .toggle-on.btn,
.modal .toggle-off.btn {
    line-height: 27px;
}

.custom-pricing {
    background: #fafafa;
    padding: 30px 15px;
    border-radius: 5px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.custom-pricing .border-line-title {
    margin-top: 0;
}

.custom-pricing .form-control {
    background: white;
}

.fw-500 {
    font-weight: 500 !important;
}

.text-dot {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.2em;
    white-space: nowrap;
}

.border-line-area.style-two {
    text-align: center;
    position: relative;
    border-bottom: 0;
    padding: 8px 0;
    z-index: 1;
}

.border-line-area.style-two .border-line-title {
    display: inline-block;
    margin-bottom: 0 !important;
    background: #fff;
    padding: 10px;
}

.border-line-area.style-two::before {
    position: absolute;
    content: "";
    width: 100%;
    height: .1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #e5e5e5;
    z-index: -1;
}

/* Theme Overrides for Light Sidebar & Topbar */
.navbar-wrapper.bg--white .navbar-search .navbar-search-field {
    background-color: #f5f5f5 !important;
    color: #333 !important;
    border: 1px solid #e5e5e5 !important;
}

.navbar-wrapper.bg--white .navbar-search i {
    color: #5b6e88 !important;
}

.navbar-wrapper.bg--white .navbar-search .navbar-search-field::placeholder {
    color: #999 !important;
}

.navbar-wrapper.bg--white .navbar__action-list i, 
.navbar-wrapper.bg--white .navbar-user__name, 
.navbar-wrapper.bg--white .navbar-user .icon i {
    color: #5b6e88 !important;
}

.sidebar.bg--white {
    border-right: 1px solid #e5e5e5 !important;
}

.sidebar.bg--white .sidebar__menu-header {
    color: #999 !important;
}

.sidebar.bg--white .sidebar-menu-item > a {
    color: #5b6e88 !important;
}

.sidebar.bg--white .sidebar-menu-item > a .menu-icon {
    color: #5b6e88 !important;
}

.sidebar.bg--white .sidebar-submenu {
    background-color: #f9f9f9 !important;
}

.navbar-wrapper.bg--white .res-sidebar-open-btn i,
.sidebar.bg--white .res-sidebar-close-btn i {
    color: #5b6e88 !important;
}

/* Hover and Active Visibility Fixes */
.sidebar.bg--white .sidebar-menu-item > a:hover,
.sidebar.bg--white .sidebar-menu-item.active > a {
    background-color: #4634ff !important;
    color: #ffffff !important;
}

.sidebar.bg--white .sidebar-menu-item > a:hover .menu-title,
.sidebar.bg--white .sidebar-menu-item > a:hover .menu-icon,
.sidebar.bg--white .sidebar-menu-item > a:hover::before,
.sidebar.bg--white .sidebar-menu-item.active > a .menu-title,
.sidebar.bg--white .sidebar-menu-item.active > a .menu-icon,
.sidebar.bg--white .sidebar-menu-item.active > a::before {
    color: #ffffff !important;
}

.sidebar.bg--white .sidebar-submenu .sidebar-menu-item a:hover,
.sidebar.bg--white .sidebar-submenu .sidebar-menu-item.active a {
    background-color: #4634ff !important;
    color: #ffffff !important;
}

.sidebar.bg--white .sidebar-submenu .sidebar-menu-item a:hover .menu-title,
.sidebar.bg--white .sidebar-submenu .sidebar-menu-item a:hover .menu-icon,
.sidebar.bg--white .sidebar-submenu .sidebar-menu-item.active a .menu-title,
.sidebar.bg--white .sidebar-submenu .sidebar-menu-item.active a .menu-icon {
    color: #ffffff !important;
}


