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;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    left: 5px;
    bottom: 5px;
    max-width: calc(100% - 10px);
    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: 180px
}

.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;
}

.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;
}