﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#select-country {
    width: 100%;
}

#div-select-country .select2-selection {
    background-color: transparent !important;
    border: 0px !important;
}

#div-select-country .select2-dropdown.select2-dropdown--below {
    width: 150px !important;
}

.select2-dropdown.select2-dropdown--below {
    min-width: 150px !important;
    left: -25px !important;
}

header {
    background-image: url("/assets/images/bg-header.svg");
    background-repeat: no-repeat;
    background-position: top center;
}

.container {
    padding: 1.75rem 0;
    max-width: 19rem;
    margin: 0 auto;
}

.developedBy {
    width: 100px !important;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: start;
}

.flex-container--start {
    justify-content: start;
}

.footer-logo-row {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
}

.footer-block-logo--desk {
    display: none;
}

.showcase {
    display: flex;
    flex-direction: column;
}

.char-right--showcase,
.char-left--showcase {
    display: none;
}

.features-desktop {
    display: none;
}