
ul li{
    list-style:none;
}
.request-screen-btn {
    background: #ffc107;
    padding: 5px 10px;
    border-radius: 4px;
}

.dropdown-toggle::after {
    display: none;
}

.user-dropdown {
    width: max-content;
}

.nav-icon1 {
    display: none;
    width: 35px;
    height: 35px;
    justify-content: center;
    align-items: center;
    background: none;
    border-radius: 4px;
    right: 0;
    position: relative;
    cursor: pointer;
    z-index: 10000000;
    display: none;
}

    .nav-icon1 i {
        font-size: 22px;
        color: #fff;
    }

.user-icon {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #f6f7fe;
    width: 30px;
    height: 30px;
}

.user-icon * {
    color: #393939;
    margin: 0px;
    font-size: 0.725rem;
    cursor: pointer;
    text-transform: uppercase;
}

.user-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #f6f7fe;
    width: 45px;
    height: 45px;
    margin: auto;
}

.user-title * {
    color: #393939;
    margin: 0px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
}

.add-profile-drop {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1) !important;
    border: 0px;
    padding: 0px;
    margin: 0px;
}

.user-menu-dashboard {
    padding: 10px 0px;
    border-top: 1px solid #f1f1f1;
}
.user-menu-dashboard ul{
    padding:0px;
}
.user-menu-dashboard ul li{
    list-style:none;
}
.user-menu-dashboard ul li::marker{
    display:none!important;
}
.user-menu-dashboard ul li button {
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    font-weight: 500 !important;
    padding: 10px 15px !important;
    position: relative;
    color: #293348 !important;
    text-decoration: none;
    align-items: center;
}

.user-menu-dashboard ul li button svg {
    fill: #293348;
    margin-left: auto;
}

.user-menu-dashboard ul li a {
    display: flex;
    column-gap: 10px;
    font-size: 14px;
    position: relative;
    color: #293348 !important;
    text-decoration: none;
    align-items: center;
    padding: 10px 15px;
}

.user-menu-dashboard ul li a span {
    font-size: 14px;
}

.user-menu-dashboard ul li a .nav-image-icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
}

.user-menu-dashboard ul li a .nav-image-icon img {
    width: 100%;
    object-fit: contain;
}

.user-name-email {
    margin-top: 15px;
    text-align: center;
}

.user-name-email span {
    font-size: 18px;
    font-weight: 600;
    color: #293348;
    display: block;
}

.user-name-email p {
    margin: 0px;
    font-size: 0.775rem;
    max-width:210px;
    overflow:hidden;
    text-overflow:ellipsis;
}

.add-profile-drop-tab {
    padding: 22px 0px;
}

.add-profile-drop-tab img {
    max-width: 15px !important;
}

.search-btn-icon {
    display: none;
}

.main-header-top {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
    background: #051c38;
    padding: 8px 0px;
    height: 60px;
    box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: box-shadow 0.25s ease, background 0.25s ease;
}
.header-company-logo .dasboard-logo {
    width: 30px;
    height: 30px;
    display:flex;
    align-items:center;
}
.header-company-logo .dasboard-logo svg{
    width:30px;
    height:30px;
}
.header-company-logo .logo {
    width: 200px;
    height: 40px;
    overflow: hidden;
}

.header-search-flex {
    width: 42%;
    position: relative;
}

    .header-search-flex a {
        color: #fff;
    }

.sign-in-btn a {
    color: #fff;
}

.main-header-flex {
    width: 92%;
    margin: 0 auto;
    column-gap: 20px;
    display: flex;
    align-items: center;
}

    .main-header-flex ul li a:hover {
        color: #fff;
    }

    .main-header-flex .company-logo {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
    }

.tagglemenu-bar {
    display: none;
}

    .tagglemenu-bar svg {
        fill: #fff;
    }

.comapny-logo img {
    width: 35px;
    height: 35px;
    display: block;
}

.header-nav-right {
    position: relative;
    display: flex;
    column-gap: 15px;
    align-items: center;
    margin-left: auto;
}

.header-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.dropdown-toggle {
    padding: 5px 0px !important;
}

.signupli a {
    background: #ffc107;
    color: #293348 !important;
    border-radius: 5px;
    padding: 5px 15px;
    width: 90px;
    justify-content: center;
}

.signinbtn a {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 5px 15px;
    font-weight: 500;
    width: 90px;
    justify-content: center;
}

.header-nav li {
    position: relative;
}

    .header-nav li:last-child {
        margin-right: 0;
    }

.header-nav a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px 10px;
    font-weight: 400;
}

.mobile-togglemenu {
    display: none;
}

.menuitem-list button {
    font-size: 14px;
    color: #fff;
    padding: 5px 0px;
    font-weight: 400;
}

.menuitem-list svg {
    fill: white;
    width: 12px;
    margin-left: 5px;
}

.dropdown-menu {
    width: 220px;
    margin-top: 10px;
    display: none;
    overflow: hidden;
    border-radius: 8px;
    position: absolute;
    background: #fff;
    left: 0;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    list-style: none;
    padding: 0;
    transform: translateY(10px);
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.dropdown-menu li {
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
}

.dropdown-menu li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #293348;
    font-size: 14px;
}

.dropdown-menu li a:hover {
    background-color: #f5f5f5;
    color: #000;
}

.header-nav li:hover .dropdown-menu {
    display: block;
    transform: translateY(0);
    opacity: 1;
}

/*search bar*/
.search-location-domain {
    display: flex;
    column-gap: 12px;
}

.new-search-list-item li {
    display: flex;
    align-items: center;
    padding: 6px 15px;
    column-gap: 10px;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
    background: #fff;
}
    .new-search-list-item li.removeborder {
        border-bottom: 1px dashed #ddd!important;
    }

.new-search-list-item li:hover {
    background: #293348;
    color: #fff;
    border:0px;
}

.new-search-list-item li:hover p {
  color: #fff;
}
.new-search-list-item li:hover span {
    color: #fff;
}
.new-search-list-item li:hover .initial-name {
    color: #212529;
}

.search-header-inner-box h2 {
    padding-left: 15px;
    font-weight: 500;
    font-size: 14px;
    margin: 0px;
}

.search-input-bx {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    box-sizing: border-box;
    min-height: 30px;
    z-index:1000;
    position:relative;
}

.tcc-platform-search-wrap {
    display: flex;
    align-items: center;
    column-gap: 12px;
    width: 100%;
}

.search-input-bx.tcc-platform-search-input {
    height: 34px;
    min-height: 34px;
    border: 1px solid #d9e2ec;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.06);
}

.tcc-platform-search-mode {
    flex: 0 0 96px;
    height: 100%;
    border: 0;
    border-right: 1px solid #e4e9f0;
    background: #f8fafc;
    color: #293348;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0 8px;
    outline: none;
}

    .search-input-bx input {
        flex: 1;
        border: none;
        font-size: 0.725rem;
        padding: 0 8px;
        height: 100%;
        outline: none;
        box-sizing: border-box;
        min-height: 30px;
        min-width: 0;
    }

    .search-input-bx .searchbtn {
        width: 40px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #f0f0f0;
        cursor: pointer;
        min-width: 40px;
        border: 0;
        color: #293348;
        padding: 0;
    }

        .search-input-bx .searchbtn:hover {
            background-color: #e0e0e0;
        }

.ex-input-bx {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 15px;
    align-items: center;
}

    .ex-input-bx label {
        display: flex;
        font-size: 14px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .ex-input-bx label input {
            width: 16px;
            margin-right: 7px;
        }

.num-flex {
    border-bottom: 1px solid #f1f1f1;
    padding: 15px 0px;
}

    .num-flex select {
        border: 1px solid #f1f1f1;
        width: 110px;
        padding: 5px;
        margin-left: 8px;
        outline: 0;
    }

.num-bx {
    width: 70%;
}


.by-report-btn svg {
   
    width:12px;
    height:12px;
}

.header-btn a:hover {
    background: #293348;
    color: #fff;
}

.header-nav li .dropdown-menu li a:hover {
    background: #f1f1f1;
    color: #000;
}
.header-nav li button {
    font-size: 14px;
    font-weight: 400;
    display: flex;
    color: white;
    align-items: center;
}
.header-nav li svg {
    fill: white;
    width: 12px;
    margin-left: 5px;
}

.afterloginemenu-bar {
    display: none;
}

.afterloginemenu-bar span {
    font-size: 22px;
    color: #fff;
}

.add-creditsbtn {
    background: #ffc107;
    color: #293348 !important;
    border-radius: 5px;
    padding: 5px 15px;
    justify-content: center;
}
/*search new design*/
.new-search-box {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 35px;
    background: #f5f6fa;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    margin-left: -1.5px;
    z-index: 1002;    
}
.searchoverlay {
    position: fixed;
    inset: 0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.45);
    display: none;
    z-index: 999;
    backdrop-filter:blur(0.8px);
}
.location-border {
    position: relative;
}
.new-search-list-item li:hover .location-border:before {
    color: #fff;
}
.location-border:before {
    content: "|";
    position: absolute;
    right: -10px;
    color: #555;
    top: 0;
    font-size: 11px;
}
.new-search-top {
    padding: 12px 14px;
    background: #fff;
}
.new-search-tabs {
    display: flex;
    column-gap: 10px;
    margin: 0px;
    padding:0px;
}

.new-search-tabs.tcc-platform-mode-tabs {
    gap: 6px;
    flex-wrap: wrap;
}

.new-search-tabs li {
    border-radius: 4px;
    padding: 4px 10px;
    text-align: center;
    font-size: 0.675rem;
    color: #393939;
    cursor: pointer;
    border: 1px solid #293348;
}

.new-search-tabs.tcc-platform-mode-tabs li {
    border-color: #d9e2ec;
    background: #fff;
    color: #293348;
    font-weight: 500;
}

.new-search-tabs li:hover {
    background: #293348;
    color: #fff;
}

.new-search-tabs li.active {
    background: #293348;
    color: #fff;
}

.new-search-tabs.tcc-platform-mode-tabs li:hover,
.new-search-tabs.tcc-platform-mode-tabs li.active {
    border-color: #293348;
    background: #293348;
    color: #fff;
}

.new-search-list-item {
    margin: 0px;
    padding:0px;
}

.company-status {
    font-size: 11px;
    color: #666;   
}
#peopleSearchaheader {
    margin-top: 8px !important;
}

#brandSearchaheader {
    margin-top: 8px !important;
}

#Brandsearchtab h2 {
    padding-left: 15px;
}

#searchallData {
    overflow-y: scroll;
    max-height: 435px;
    scrollbar-width: thin;
    scrollbar-color: var(--scrollbar-thumb, #ccc) var(--scrollbar-track, #eeeeee);
}

.new-search-list-item li .search-logo {
    width: 30px;
    height: 30px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 2px;
    border-radius: 4px;
    border: 1px solid #e0e7ff;
    background: #f8fafc;
}

.new-search-list-item li .search-logo img {
    object-fit: contain;
    max-width: 30px;
    width: 100%;
}
.new-search-list-item li .search-logo .initial-name{
    font-size:11px;
}

.new-search-details {
    width: calc(100% - 40px);
}

    .new-search-details small {
        display: none;
    }

.new-search-com-status {
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    align-items: center;
}

    .new-search-com-status small {
        display: none;
    }

#Peoplesearchtab h2 {
    padding-left: 15px;
}

#Companysearchtab h2 {
    padding-left: 15px;
}

#Domaintab h2 {
    padding-left: 15px;
}

.new-search-com-status h4 {
    font-size: 0.775rem;
    font-weight: 500;
    margin: 0px;
    width: 250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.new-search-list-item li p {
    margin: 0px;
    font-size: 11px;
    font-weight: 400;
    color: #666;
    display: flex;
}

.new-search-list-item li.tcc-platform-result {
    min-height: 56px;
    padding: 9px 14px;
    border-bottom: 1px solid #edf1f5 !important;
}

.new-search-list-item li.tcc-platform-result:hover {
    background: #f8fafc;
    color: #293348;
    border-bottom: 1px solid #edf1f5 !important;
}

.new-search-list-item li.tcc-platform-result:hover p,
.new-search-list-item li.tcc-platform-result:hover span,
.new-search-list-item li.tcc-platform-result:hover .initial-name {
    color: inherit;
}

.new-search-list-item li.tcc-search-empty,
.new-search-list-item li.tcc-search-message {
    cursor: default;
    color: #667085;
    font-size: 12px;
    justify-content: center;
    padding: 16px;
}

.new-search-list-item li.tcc-search-empty:hover,
.new-search-list-item li.tcc-search-message:hover {
    background: #fff;
    color: #667085;
}

.tcc-platform-status {
    border: 1px solid #d7eadf;
    background: #f0f9f3;
    border-radius: 999px;
    color: #1f7a45;
    padding: 2px 7px;
    white-space: nowrap;
}

.new-search-details p span:first-of-type {
    margin-left: 0px;
}

.new-search-data {
    border-bottom: 1px solid #f1f1f1;
}

.search-location-domain span {
    font-size: 11px;
    color: #666666;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-content {
    display: none;
    background: #fafafa;
}

    .search-content h2 {
        font-size: 0.775rem;
        font-weight: 500;
        color: #555;
        margin: 0px 0px 8px;
    }

    .search-content.active {
        display: block;
        padding: 8px 0px 0px;
    }

.search-data-page {
    margin-top: 50px;
}

.search-data-mid-width {
    width: 58%;
}

.search-dir-nm {
    font-weight: 500;
    font-size: 12.5px;
}

.search-data-mid {
    width: 100%;
}

.showsearch {
    font-size: 17px;
    margin: 0px;
}

    .showsearch b {
        font-size: 16px;
    }

.search-data-mid p {
    font-size: 14px;
    margin: 0px;
}

.search-data-list-box {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

    .search-data-list-box h3 {
        font-size: 14px;
        margin: 0px;
        border-bottom: 1px solid #f1f1f1;
        padding: 10px 15px;
    }

.companies-search-list ul {
    border-bottom: 1px solid #f1f1f1;
    margin: 0px;
}

    .companies-search-list ul li {
        padding: 10px 15px;
    }

        .companies-search-list ul li a {
            display: flex;
            column-gap: 10px;
        }

        .companies-search-list ul li:hover {
            background: #293348;
        }

.companies-search-list li:hover p {
    color: #fff;
}

.companies-search-list ul li:hover a {
    color: #fff;
}

.companies-search-list ul li:hover .initial-name {
    color: #282828;
}

.companies-search-list li:hover span {
    color: #fff;
}

.companies-search-list li:hover h4 {
    color: #fff;
}

.companies-search-list ul li a .company-logo {
    width: 35px;
    height: 35px;
    display: flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    padding: 2px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #f1f1f1;
}

.companies-search-list ul li .company-logo img {
    object-fit: contain;
}

.by-report-btn {
    display: inline-flex !important;
    gap: 0.4rem;
    align-items: center;
    padding: 0.3rem 0.8rem;
    border-radius: var(--brand-radius-sm) !important;
    font-size: 14px;
    text-decoration: none;
    color: var(--brand-text);
    transition: var(--brand-transition);
    background: #ffc107;
}
.by-report-btn:hover{
    border:0!important;
}
    #btnClaim {
        background-color: transparent !important;
        color: #293348 !important;
        text-align: right;
        border: 0;
        font-size: 0.725rem;
        outline: none;
    }

#btnClaim span {
    display: block;
    font-weight: 500 !important;
    color: #293348;
}

#shareButton i {
    margin-right: 5px;
}

#share-options {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    padding: 10px;
    position: absolute;
    top: 40px;
    left: 0;
    width: 330px;
    transform:translateX(165%);
    z-index: 1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
}

#share-options h2 {
    color: #000;
    font-size: 18px;
    margin: 0 0 10px;
}

#share-options p {
    font-size: 0.775rem;
    margin-top: 15px;
    font-weight: 400;
}

#share-buttons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

#share-buttons a {
    padding: 8px 10px;
    font-size: 0.725rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #e5e5ea;
    color: #333;        
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    justify-content: left;
    gap: 7px;
}
#share-buttons svg{
    width:13px;
    height:13px;
}
#share-buttons button {
    padding: 8px 10px;
    font-size: 0.725rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    background-color: #e5e5ea;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

#share-buttons button:hover {
    background-color: #000;
    color: white;
}

#share-buttons a:hover {
    background-color: #000;
    color: white;
}

#share-buttons button i {
    font-size: 15px;
}

.user-menulist {
    display: none;
}

.product-dropdown-box {
    width: 220px;
    margin-top: 15px;
    display: none;
    transform: translateY(-10px);
    transition: visibility 0s, opacity 0.3s ease, transform 0.3s ease;
    overflow: hidden;
    border-radius: 8px;
    position: absolute;
    background: #fff;
    left: 0;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    list-style: none;
    padding: 0;
}

.product-dropdown-box.active {
    display: block;
    transform: translateY(0);
}

.product-dropdown-box li {
    border-bottom: 1px solid #f0f0f0;
}

.product-dropdown-box li:last-child {
    border-bottom: none;
}

.product-dropdown-box li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #293348;
    font-size: clamp(13px, 2vw, 14px);
}

.product-dropdown-box li a:hover {
    background-color: #f5f5f5;
    color: #000 !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .header-nav li button {
        padding: 8px 10px !important;
        color: #293348 !important;
        width: 100%;
    }
    .dropdown-user-menu.showmenu{
        top:30px!important;
    }
    .main-header-flex {
        width: 100%;
        padding: 0px 10px;
    }
    .new-search-box {
        border-radius: 0;
    }
    .dropdown-user-btn{
        display:none!important;
    }
    .new-search-tabs li {
        padding: 4px 8px;
    }
    .tcc-platform-search-wrap {
        column-gap: 8px;
        padding: 0 8px;
    }
    .tcc-platform-search-mode {
        flex-basis: 82px;
        font-size: 0.7rem;
    }
    .new-search-tabs.tcc-platform-mode-tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 2px;
    }
    .header-company-logo .logo {
        width: 150px;
    }

        .header-company-logo .logo img {
            max-width: 150px;
        }

    .header-nav li button svg {
        fill: #293348 !important;
    }

    .mobile-togglemenu {
        display: flex;
        column-gap: 10px;
        min-height: 40px;
        align-items: center;
    }

    .afterloginemenu-bar {
        display: block;
    }

    .user-menulist {
        display: block;
    }

    .menuitem-list {
        display: none;
    }

    .header-nav-right {
        column-gap: 0;
        display: flex;
        justify-content:end;
        align-items: center;
        
    }

    .tagglemenu-bar {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 35px;
        min-height: 35px;
    }

        .tagglemenu-bar span {
            color: #fff;
            font-size: 22px;
            display: inline-block;
            width: 35px;
            text-align: center;
        }

    .search-btn-icon i {
        color: #fff;
        font-size: 20px;
        width: 20px;
        height: 20px;
        display: inline-block;
    }

    .signupli a {
        display: inline-block;
        text-align: center;
        padding: 7px 15px;
        min-width: 90px;
        min-height: 30px;
        font-size: 14px;
    }

    .header-nav li a {
        padding: 8px 10px !important;
        color: #293348 !important;
        display: inline-block;
        white-space: nowrap;
    }

    .mobiledevice {
        display: none;
    }

    .dropdown-toggle {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        min-height: 40px;
    }

    .header-nav li .dropdown-menu {
        position: relative;
        width: 100%;
        top: 0;
        border: 0px;
        margin: 0px;
        padding-left: 15px;
        box-shadow: none;
    }
    .country-dropdown-scroll li a {
        display: flex;
        column-gap: 5px;
        font-size: 11px;
        align-items: center;
        color: #666;
    }

    .header-nav li .dropdown-menu li {
        border: 0px;
    }

    .headernav-dropdown li {
        border-bottom: 1px solid #f1f1f1;
    }

    .signinbtn a {
        border: 0px !important;
        width: max-content;
    }

    .headernav-dropdown {
        display: none;
        position: absolute;
        width: 200px;
        background: #fff;
        right: 0;
        top: 45px;
        overflow: hidden;
        box-shadow: 2px 5px 6px rgba(0, 0, 0, 0.1);
    }

        .headernav-dropdown.active {
            display: block;
        }

    .nav-icon1 {
        display: flex !important;
        
    }

        .nav-icon1 svg {
            width: 30px;
            height: 30px;
            fill: #fff;
        }

    .dropdown-toggle i {
        transform: rotate(-90deg);
    }

    .search-btn-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        width: 35px;
        height: 35px;
        margin-right:15px;
    }

        .search-btn-icon svg {
            fill: #fff;
        }

    #searchboxexpandable {
        display: none;
    }

        #searchboxexpandable.searchopen {
            display: block;
            position: absolute;
            left: 0;
            width: 100%;
            top: 60px;
            z-index: 1001;
        }

        #searchboxexpandable.searchopen:before {
            content: "";
            position: fixed;
            left: 0;
            right: 0;
            top: 60px;
            z-index: -1;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
        }

    .share-container {
        width: 100% !important;
    }

    .product-dropdown-box {
        position: relative;
        box-shadow: none;
        margin: 0 10px;
        width: 100%;
    }

    #dropdownMenuLink span {
        margin-left: auto;
    }
}

.dropdown-user-menu {
    border: 0px;
    top: 45px;
    right: 0px;
    display: none;
    background: #fff;
    z-index: 10000;
    position: absolute;
    width: 250px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    border: 1px solid #e2e8f0;
}
.success-btn-ok{
    margin-top:20px;
}
.dropdown-user-btn {
    position: relative;
}

.dropdown-user-menu.show {
    display: block;
}

.user-menu-dashboard ul li a:hover {
    background: #f1f1f1;
    color: #000 !important;
}

.dropdown-user-menu.showmenu {
    display: block;
    top: 60px;
    right: 0;
}
#successModalBody{
    text-align:center;
    font-size:14px;
    margin-bottom:25px;
}
#warningModalBody {
    text-align: center;
    font-size: 14px;
    margin-bottom: 25px;
}

.more-dropdown-box {
    display: none;
    position: absolute;
    right:0;
    background: #fff;
    border: 1px solid #d8dde3;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.3));
    padding: 8px 0;
    border-radius: 5px;
    margin-top: 40px;
    z-index: 99;    
    min-width: 165px;
}
.more-dropdown-box:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 10px;
    display: block;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}
.more-dropdown-box a {
    display: flex;
    align-items:center;
    padding: 6px 12px;
    font-size: 12px;
    column-gap:6px;
  
    text-decoration: none;
}
.more-dropdown-box a span{
    font-size:12px;
}
.more-dropdown-box a svg{
    width:14px;
    height:14px;
}
.more-dropdown-box a:hover {
    background: #f5f5f5;
    color:#1d5080 !important;
}
/*subscription modal*/
.subscriptionmodal {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(1px);
    z-index: 1002;
}

.subscriptionmodal-inner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1003;
    justify-content: center;
}

.subscriptionmodal-inner-box {
    background: #c0bcb2;
    border-radius: 10px;
    min-width: 600px;
    max-width: 700px;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
    position: relative;
    color: #0f172a;
    margin: auto;
}

.subscriptionmodal-body {
    padding: 25px 30px;
}

.limit-header {
    text-align: left;
    margin-bottom: 18px;
}

.limit-pill {
    display: inline-flex;
    align-items: center;
    padding: 4px 15px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    background: #eff6ff;
    color: #1d4ed8;
    margin-bottom: 12px;
}

.limit-title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 500;
    color: #000;
}

.limit-subtitle {
    margin: 0;
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}

    .limit-subtitle strong {
        font-weight: 500;
        font-size: 13px;
        color: #000;
    }

.limit-body {
    margin: 16px 0 18px;
}

.limit-columns {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px;
}

.limit-column-title {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #111827;
}
.modal{
    display:none;
}
.modal.show{
    display:block;
}

.limit-column-secondary {
    border-left: 1px solid #d8dde3;
    padding-left: 15px;
    padding-top: 12px;
    margin-top: 4px;
}

.limit-benefits {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
    color: #4b5563;
}

    .limit-benefits li {
        margin-bottom: 6px;
        list-style: disc;
        font-size: 12px;
        color: #666;
    }

.limit-text {
    margin: 0 0 10px;
    font-size: 13px;
    color: #4b5563;
}

.limit-helper-text {
    margin: 8px 0 0;
    font-size: 11px;
    color: #9ca3af;
}

.limit-footer {
    margin-top: 4px;
    display: flex;
    justify-content: flex-end;
}

.btn-upgrade {
    padding: 10px 18px;
    border-radius: 999px;
    border: none;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    min-width: 294px;
    max-width: auto;
    background: #ffc107;
    color: #000;
    transition: transform 0.08s ease, box-shadow 0.08s ease, background 0.12s ease;
    white-space: nowrap;
}

    .btn-upgrade:hover {
        transform: translateY(-1px);
        color: #fff;
        background: #293348;
    }


.btn-sales-wide {
    width: 100%;
    padding: 9px 14px;
    border-radius: 999px;
    border: 1px solid #293348;
    background: #293348;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    transition: transform 0.08s ease, border-color 0.12s ease, color 0.12s ease, box-shadow 0.08s ease;
}

    .btn-sales-wide:hover {
        border-color: #293348;
        color: #fff;
        background: #293348;
        box-shadow: 0 6px 16px rgba(15, 23, 42, 0.12);
    }

.limit-note {
    margin: 12px 2px 0;
    font-size: 12px;
    color: #9ca3af;
    text-align: right;
}

    .limit-note a {
        color: #293348;
        text-decoration: none;
        font-weight: 500;
        text-decoration: underline;
    }

        .limit-note a:hover {
            text-decoration: underline;
        }
.tcc-premium-chip
{
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 4px 10px;
    border-radius: 999px;
    width: 200px;
    background: #f0deaf;
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: #1D5080;
}
.premium-upgrade-card {
    max-width: 760px;
    margin-top: 0px;
    background: #c0bcb2;
    border-radius: 10px;
    padding: 24px 26px;
    color: #e5e7eb;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 18px;
}

.tcc-premium-upgrade-card-left {
    flex: 1.4;
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tcc-premium-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 4px 10px;
    border-radius: 999px;
    width: 200px;
    background: #f0deaf;
    border: 1px solid rgba(148, 163, 184, 0.35);
    color: #1D5080;
}

.tcc-premium-chip-dot {
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #1D5080;
    box-shadow: 0 0 0 4px rgba(250, 204, 21, 0.25);
}

.tcc-premium-title {
    font-size: 18px;
    font-weight: 500;
    color: #293348;
    margin: 0;
}

.tcc-premium-subtitle {
    font-size: 11px;
    line-height: 1.6;
    color: #666;
    margin: 0;
}

.tcc-premium-highlight {
    color: #1D5080;
    font-weight: 500;
}

.tcc-premium-upgrade-card-right {
    flex: 1;
    min-width: 240px;
    background: radial-gradient(circle at top left, rgba(250, 204, 21, 0.14), transparent 55%);
    border-radius: 16px;
    padding: 14px 16px 16px;
    border: 1px solid rgba(148, 163, 184, 0.45);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 14px;
}

.tcc-premium-list-title {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #666;
    margin-bottom: 2px;
}

.tcc-premium-list {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #666;
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
}

    .tcc-premium-list li {
        display: flex;
        align-items: flex-start;
        gap: 8px;
    }

.tcc-premium-list-icon {
    width: 16px;
    height: 16px;
    border-radius: 999px;
    border: 1px solid #1D5080;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    margin-top: 2px;
    color: #1D5080;
    flex-shrink: 0;
}

.tcc-premium-list span {
    color: #293348;
    font-weight: 500;
}

    .tcc-premium-list span small {
        display: block;
        font-size: 10.6px;
        color: #666;
    }

.tcc-premium-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 4px;
}

.tcc-premium-btn-primary,
.tcc-premium-btn-ghost {
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    white-space: nowrap;
}

.tcc-premium-btn-primary {
    background: #293348;
    color: #fff;
    width: 100%;
}

.tcc-premium-btn-primary:hover {
    color: #fff;
}

.tcc-premium-btn-ghost {
    background: rgba(15, 23, 42, 0.85);
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.7);
}

    .tcc-premium-btn-ghost:hover {
        background: rgba(15, 23, 42, 1);
    }

.tcc-premium-actions small {
    font-size: 11px;
    color: #666;
    margin-top: 2px;
}

.tcc-premium-upgrade-card-right {
    padding: 12px 12px 14px;
}
.hme-icon{
    position:absolute;
    left:15px;
    width:52px;
}
.hme-icon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.hme-icon svg{
    width:18px;
    height:18px;
    color:#fff;


}

/* Mobile header containment */
@media (max-width: 767px) {
    .main-header-top {
        height: 60px;
        min-height: 60px;
    }

    .main-header-flex {
        width: 100%;
        min-width: 0;
        height: 60px;
        padding: 0 12px;
        column-gap: 10px;
    }

    .hme-icon {
        position: static;
        left: auto;
        width: 38px;
        height: 38px;
        flex: 0 0 auto;
    }

    .hme-icon a {
        width: 38px;
        height: 38px;
    }

    .hme-icon svg {
        width: 24px;
        height: 24px;
    }

    .header-company-logo {
        flex: 0 0 auto;
        min-width: 0;
    }

    .header-company-logo .dasboard-logo {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
    }

    .header-company-logo .dasboard-logo svg {
        width: 24px;
        height: 24px;
    }

    .header-nav-right {
        margin-left: auto;
        flex: 0 0 auto;
        min-width: 0;
        gap: 8px;
        column-gap: 8px;
    }

    .search-btn-icon,
    .tagglemenu-bar,
    .nav-icon1 {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        margin: 0;
        border-radius: 8px;
    }

    .search-btn-icon {
        border: 1px solid rgba(255, 255, 255, .18);
        background: rgba(255, 255, 255, .08);
    }

    .search-btn-icon svg {
        width: 24px;
        height: 24px;
    }

    .nav-icon1 svg {
        width: 30px;
        height: 30px;
    }

    #searchboxexpandable.searchopen {
        position: fixed;
        inset: 60px 0 auto 0;
        width: 100%;
        padding: 10px 12px;
        background: #051c38;
        box-shadow: 0 14px 30px rgba(0, 0, 0, .25);
    }

    #searchboxexpandable.searchopen .tcc-platform-search-wrap {
        width: 100%;
        max-width: none;
        min-width: 0;
        padding: 0 8px;
    }

    .search-input-bx.tcc-platform-search-input {
        width: 100%;
        min-width: 0;
    }

    .tcc-platform-search-mode {
        flex: 0 0 88px;
        max-width: 88px;
    }

    .search-input-bx.tcc-platform-search-input input {
        min-width: 0;
    }

    .ai-search-trigger {
        flex: 0 0 auto;
        min-width: 38px;
        padding: 0 10px;
    }

    .ai-search-trigger span {
        display: none;
    }
}

@media (max-width: 380px) {
    .main-header-flex {
        padding: 0 10px;
        column-gap: 8px;
    }

    .header-company-logo .dasboard-logo {
        width: 34px;
        height: 34px;
    }

    .header-company-logo .dasboard-logo svg,
    .hme-icon svg,
    .search-btn-icon svg {
        width: 22px;
        height: 22px;
    }

    .search-btn-icon,
    .tagglemenu-bar,
    .nav-icon1 {
        width: 36px;
        height: 36px;
        min-width: 36px;
        min-height: 36px;
    }
}
