
label > input{ /* HIDE RADIO */
    visibility: hidden; /* Makes input not-clickable */
    position: absolute; /* Remove input from document flow */
}
label > input + img{ /* IMAGE STYLES */
    cursor:pointer;
    border:2px solid transparent;
    margin-left: 10px;
    margin-right: 10px;
}
label > input:checked + img{ /* (RADIO CHECKED) IMAGE STYLES */
    -webkit-filter: drop-shadow(5px 5px 5px #222);
    filter: drop-shadow(5px 5px 5px #222);
}

.justify-content-space-between {
    justify-content: space-between;
}
.p-0 {
    padding: 0px !important;
}
.invit-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #f7f7f7;
    padding: 15px;
    align-items: center;
    margin: 14px 0px 14px 0px;
}

.flex-direction-column {
    flex-direction: column;
}

.bg-card-top-right {
    background-position: right top; 
    background-size: 30% auto;
    background-repeat: no-repeat; 
    background-image: url('../img/svg/cards/1.svg');
}

.bg-card-2 {
    background-image: url('../img/svg/cards/2.svg') !important;
}

.bg-card-3 {
    background-image: url('../img/svg/cards/3.svg') !important;
}

.bg-card-4 {
    background-image: url('../img/svg/cards/4.svg') !important;
}

.bg-card-5 {
    background-image: url('../img/svg/cards/5.svg') !important;
}

.bg-card-6 {
    background-image: url('../img/svg/cards/6.svg') !important;
}
.bg-card-question {
    background-image: url('../img/story/question.png') !important;
}
.bg-card-question-black {
    background-image: url('../img/story/question-black.png') !important;
}

.nav.nav-info .nav-link.active {
    background-color: #8950fc !important;
}

#loader-chart{
    display: flex;
    height: 365px;
    align-items: center;
    justify-content: center;
}

/* Select 2 */
/* .select2-container {
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    padding: 5px;
}
.select2-container--default .select2-selection--multiple {
    border: none !important;
} */