.wizard-new-account .fi-fo-wizard-header-step {
	justify-content: center;
}

.fi-sidebar-item a[href*="[type]=meta"], .fi-sidebar-item a[href*="[type]=google"], .fi-sidebar-item a[href*="[type]=tiktok"], .fi-sidebar-item a[href*="[type]=snapchat"] {
    margin-left: .75rem;
}

.fi-ac-btn-group.custom-green-outline {
    background-color: white !important;
    color: #48B14D !important;
    border: 1px solid #48B14D !important;
}
:is(.dark .fi-ac-btn-group.custom-green-outline) {
    background-color: transparent !important;
}
.fi-ac-btn-group.custom-green-outline:hover {
    background-color: #48B14D !important;
    color: white !important;
    border-color: #48B14D !important;
}

.fi-ac-btn-group.custom-green-outline:hover svg {
    color: white !important;
}
.fi-ac-btn-group.custom-green-outline svg {
    color: #48B14D !important;
}

.dark\:hover\:bg-gray-700:hover:is(.dark *) {
    background-color: hsl(0 0% 20% / 1) !important;
}

.fi-main-ctn > .fi-topbar:after {
    content: "";
    display:block;
    width: 20px;
    height: 20px;
    background: radial-gradient(circle at bottom right, transparent 20px, #ffffff 0);
    position: absolute;
    left: 0;
}
.dark .fi-main-ctn > .fi-topbar:after {
    display:none;
}
.fi-tabs-item .fi-badge {
    background: #595959;
    color: #ffffff;
    border-radius: 50%;
    border: 0;
    width: 20px;
    height: 20px;
    padding: 0;
    font-size: 11px;
}
.keep-text-color label span {
    color: #595959 !important; 
}
.uppercase {
    text-transform: uppercase;
}
.request-header-line {
    height: 3px;
}
.request-header-line.request-new {
    background: #1CB5DF;
}

.request-header-line.request-active {
    background: #8952E0;
}

.request-header-line.request-pending {
    background: #E8B123;
}

.request-header-line.request-reject {
    background: #BFBFBF;
}

.request-header-line.request-accepted {
    background: #0EA371;
}