:root {
    --primary-color: #0F0D56;
    --secondary-color:#ff2c83;
    --accent-color:#00b186;
}

.primary-bg {
    background: var(--primary-color);
}

body {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Montserrat", sans-serif;
}

img {
    width: 100%;
    height: 100%;
    max-width: 100%;
}

a {
    text-decoration: none;
}

.app-menu {
    /*background: #533DEA;*/
    background: var(--secondary-color);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    left: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
    color: #fff;
    border-radius: 10px;
    position: fixed;
    z-index: 1030;
    right: 5px;
    padding:5px;
}

.app-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.app-menu .app-logo img {
    /* max-width: 40px; */
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    left: 50%;
    transform: translateX(-50%);
    top: -9px;
}

.app-link small {
    color: #fff;
    text-transform: uppercase;
    font-size: 10px !important;
    font-weight: 500;
    margin-top: 4px;
}

.app-link img {
    max-width:20px;
    margin-top:5px;
}

.site-logo {
    max-width: 220px
}

.main-section {
    background: #0D0C52;
    background: linear-gradient(156deg, rgba(13, 12, 82, 1) 0%, rgba(82, 55, 194, 1) 50%);
    color:#fff;
    min-height: 60vh;
    position: relative;
}

.main-section::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    background-size: 100px 100px;
    z-index: 0;
    background-image: url('/assets/img/bg-grid.png');
    background-position-y: -9px;
    -webkit-mask-image: linear-gradient(to bottom, transparent, 20%, #843939, 60%, transparent);
    opacity: .18;
}

.keyword-wizzard input {
    padding: 15px 15px 15px 30px;
    border: none;
    border-radius: 2px;
    margin-right: 10px;

}

.keyword-wizzard .btn-primary {

}

.bi.bi-globe.globe-icon {
    position: absolute;
    top: 50%;
    color: #0D6EFD;
    z-index: 1;
    transform: translateY(-50%);
    left: 5px
}

/*
.select2.select2-container.select2-container--bootstrap5.select2-container--below {
    background: #fff;
    padding: 15px;
    color: #222;
}
    */

.select2-selection.select2-selection--single {
    background: #fff;
    color: #222;
    padding: 15px;
    height: initial !important;
}

/* New step form */

.step-form {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.step {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 2rem;
    transition: left 0.4s ease;
}

.step.active {
    left: 0;
}

.step.left {
    left: -100%;
}

.flag {
    width: 20px;
    margin-right: 5px;
}

.country-dropdown {
    max-height: 200px;
    overflow-y: auto;
    display: none;
}

.keyword-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: #f1f1f1;
    margin-bottom: 5px;
    border-radius: 4px;
    color:#222;
}

#onboardingForm h2 {
    font-weight: bold;
    font-size: 26px;
}

#onboardingForm p {
    color: #d6c9fd;
    margin-bottom: 2rem;
}

.step-form {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

.step {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    padding: 2rem;
    transition: left 0.4s ease;
}

.step.active {
    left: 0;
}

.step.left {
    left: -100%;
}

.flag {
    width: 20px;
    margin-right: 5px;
}

.country-dropdown {
    position: absolute;
    z-index: 10;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    display: none;
    background: white;
    border: 1px solid #ccc;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.country-dropdown.show {
    display: block;
    opacity: 1;
}

.keyword-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    background: #f1f1f1;
    margin-bottom: 5px;
    border-radius: 4px;
}

form#onboardingForm input {
    padding: 14px;
    border: none;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
    border-radius: 1px;
}

button.btn.btn-primary.next-btn {
    width: 100%;
    padding: 11px;
    font-size: 18px;
    border-radius: 2px;
    font-weight: 600;
    background:var(--secondary-color);
    border:none;
    box-shadow: 0 0 15px rgb(13 80 253 / 70%);
}

button.btn.btn-secondary.back-btn {
    padding: 12px 15px;
    border-radius: 2px;
    border: none;
    background: #fff;
    color: var(--primary-color);
}

button.btn-search {
    width: 100%;
    padding: 11px;
    font-size: 18px;
    border-radius: 2px;
    font-weight: 600;
    background:var(--accent-color);
    border:none;
    box-shadow: 0 0 15px rgb(13 80 253 / 70%);
}

.btn-add-new {
    margin-left: 10px;
    background: #fff;
    border: none;
    border-radius: 2px !important;
    font-size: 26px;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.2);
}

.stepper {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding:0 2rem
}

.step-dot {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    z-index: 2;
    position: relative;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border:2px solid #161363;
}

.step-dot.active {
    background: var(--accent-color);
   
}

.step-dot.active.current {
    box-shadow: 0 0 10px var(--accent-color), 0 0 20px rgba(13, 110, 253, 0.4);
        animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0px var(--accent-color), 0 0 10px rgba(13, 110, 253, 0.4);
    }

    50% {
        box-shadow: 0 0 15px var(--accent-color), 0 0 30px rgba(13, 110, 253, 0.6);
    }

    100% {
        box-shadow: 0 0 0px var(--accent-color), 0 0 10px rgba(13, 110, 253, 0.4);
    }
}

.step-line {
    flex-grow: 1;
    height: 1px;
    background: #ffffff;
    margin: 0 -1px;
    position: relative;
    overflow: hidden;
}

.step-progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background: var(--accent-color);
    transition: width 0.4s ease; }