:root {
    --gold: #f5b91b;
    --gold-soft: #ffd75d;
    --text: #f6f3ec;
    --muted: #969188;
    --line: rgba(245, 185, 27, .22);
    --panel: rgba(14, 14, 12, .9)
}

* {
    box-sizing: border-box
}

html,
body {
    margin: 0;
    min-height: 100%;
    font-family: Roboto, "Segoe UI", sans-serif;
    color: var(--text);
    background: #050504
}

a {
    color: inherit
}

.user-brand {
    display: flex;
    align-items: center;
    gap: 13px;
    text-decoration: none
}

.user-brand>span {
    display: grid;
    place-items: center;
    width: 45px;
    height: 45px;
    flex: 0 0 45px;
    color: var(--gold);
    background: rgba(245, 185, 27, .07);
    border: 1px solid rgba(245, 185, 27, .55);
    border-radius: 13px;
    font-size: 21px;
    animation: userFloat 4s ease-in-out infinite
}

.user-brand strong,
.user-brand small {
    display: block
}

.user-brand strong {
    font-size: 21px;
    letter-spacing: .025em
}

.user-brand strong em {
    color: var(--gold);
    font-style: normal
}

.user-brand small {
    margin-top: 5px;
    color: #77736b;
    font-size: 8px;
    letter-spacing: .25em
}

.user-kicker {
    color: var(--gold);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .2em
}

.user-primary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 20px;
    color: #090806;
    background: linear-gradient(135deg, var(--gold-soft), #dda000);
    border: 0;
    border-radius: 10px;
    box-shadow: 0 13px 28px rgba(245, 185, 27, .17);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    cursor: pointer;
    transition: .22s
}

.user-primary-button:hover {
    color: #090806;
    transform: translateY(-2px);
    box-shadow: 0 17px 34px rgba(245, 185, 27, .27)
}

.user-primary-button i {
    transition: transform .2s
}

.user-primary-button:hover i {
    transform: translateX(4px)
}

/* User authentication */
.user-auth-page {
    min-height: 100vh;
    background: #050504 url('../img/backgrounds/admin-login-gaming-v2.png') center/cover fixed no-repeat
}

.user-auth-page:before {
    content: "";
    position: fixed;
    inset: 0;
    background: linear-gradient(105deg, rgba(2, 2, 1, .2), rgba(2, 2, 1, .35) 48%, rgba(2, 2, 1, .92) 67%, rgba(2, 2, 1, .97));
    pointer-events: none
}

.user-auth-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .92fr);
    min-height: 100vh
}

.user-auth-brand {
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px clamp(38px, 5.5vw, 90px);
    border-right: 1px solid rgba(245, 185, 27, .15)
}

.user-brand-copy {
    max-width: 640px;
    margin: auto 0
}

.user-brand-copy h1 {
    margin: 18px 0 0;
    font-size: clamp(43px, 4.2vw, 72px);
    line-height: 1.04;
    letter-spacing: -.045em
}

.user-brand-copy h1 em {
    color: var(--gold);
    font-style: normal
}

.user-brand-copy>p {
    max-width: 560px;
    margin: 22px 0 27px;
    color: #aaa69d;
    font-size: 17px;
    line-height: 1.7
}

.user-auth-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px
}

.user-auth-benefits span {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    color: #bbb7ae;
    background: rgba(8, 8, 7, .6);
    border: 1px solid rgba(245, 185, 27, .12);
    border-radius: 9px;
    font-size: 12px
}

.user-auth-benefits i {
    color: var(--gold)
}

.user-brand-foot {
    margin: 0;
    color: #77736b;
    font-size: 11px;
    letter-spacing: .13em;
    text-transform: uppercase
}

.user-auth-form-side {
    display: flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 38px clamp(26px, 4vw, 64px);
    background: linear-gradient(110deg, rgba(5, 5, 4, .62), rgba(5, 5, 4, .88));
    backdrop-filter: blur(16px)
}

.user-auth-card {
    position: relative;
    width: min(460px, 100%);
    padding: 36px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: linear-gradient(145deg, rgba(22, 22, 18, .97), rgba(7, 7, 6, .96));
    box-shadow: 0 35px 90px rgba(0, 0, 0, .55);
    animation: userFormIn .7s .08s cubic-bezier(.2, .75, .25, 1) both
}

.user-auth-card:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 25px;
    right: 25px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold), transparent);
    animation: userBorder 3.4s ease-in-out infinite
}

.user-auth-card h2 {
    margin: 10px 0 0;
    font-size: 34px
}

.auth-intro {
    margin: 9px 0 0;
    color: #918d84;
    font-size: 14px
}

.user-auth-form {
    margin-top: 29px
}

.user-field {
    display: block;
    margin-bottom: 19px
}

.user-field>span {
    display: block;
    margin-bottom: 8px;
    color: #d1cdc4;
    font-size: 13px;
    font-weight: 600
}

.user-field>div {
    position: relative
}

.user-field>div>i {
    position: absolute;
    left: 16px;
    top: 50%;
    color: #858078;
    transform: translateY(-50%)
}

.user-field input {
    width: 100%;
    height: 40px;
    padding: 0 50px 0 46px;
    color: #f6f3ec;
    background: #080807;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    outline: 0;
    font-size: 14px;
    transition: .2s
}

.user-field input::placeholder {
    color: #66635d
}

.user-field input:focus {
    border-color: rgba(245, 185, 27, .65);
    box-shadow: 0 0 0 4px rgba(245, 185, 27, .08)
}

.user-field small,
.form-error {
    display: block;
    margin-top: 6px;
    color: #ed7777;
    font-size: 11px
}

.password-toggle {
    position: absolute;
    right: 7px;
    top: 50%;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    padding: 0;
    color: #858078;
    background: transparent;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    transform: translateY(-50%)
}

.password-toggle:hover {
    color: var(--gold);
    background: rgba(245, 185, 27, .07)
}

.user-auth-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 23px;
    color: #aaa69d;
    font-size: 12px
}

.user-auth-options label,
.user-terms {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer
}

.user-auth-options input,
.user-terms input {
    position: absolute;
    opacity: 0
}

.user-auth-options label>i,
.user-terms>i {
    position: relative;
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    background: #080807;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 5px
}

.user-auth-options input:checked+i,
.user-terms input:checked+i {
    background: var(--gold);
    border-color: var(--gold)
}

.user-auth-options input:checked+i:after,
.user-terms input:checked+i:after {
    content: "✓";
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    color: #080806;
    font-size: 12px;
    font-weight: 900
}

.user-auth-options a,
.user-auth-switch a,
.user-terms a {
    color: #d7ad3c;
    text-decoration: none
}

.user-auth-form>.user-primary-button {
    width: 100%
}

.user-auth-switch {
    margin: 23px 0 0;
    color: #8d8980;
    text-align: center;
    font-size: 13px
}

.user-register-card {
    width: min(630px, 100%);
    padding: 30px 34px
}

.user-register-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 16px
}

.user-field-wide {
    grid-column: 1/-1
}

.user-terms {
    margin: 0 0 20px;
    color: #aaa69d;
    font-size: 12px
}

.user-mobile-brand {
    display: none
}

/* Player dashboard */
.user-dashboard-page {
    min-height: 100vh;
    background: #050504 url('../img/backgrounds/admin-login-gaming-v2.png') center/cover fixed no-repeat
}

.user-dashboard-page:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(3, 3, 2, .83);
    pointer-events: none
}

.player-header {
    position: fixed;
    z-index: 50;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 76px;
    padding: 0 clamp(20px, 4vw, 70px);
    background: rgba(5, 5, 4, .92);
    border-bottom: 1px solid rgba(245, 185, 27, .17);
    backdrop-filter: blur(17px)
}

.player-header nav {
    display: flex;
    align-items: center;
    gap: 7px;
    margin: auto
}

.player-header nav a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    color: #928e86;
    border: 1px solid transparent;
    border-radius: 9px;
    font-size: 13px;
    text-decoration: none;
    transition: .2s
}

.player-header nav a:hover,
.player-header nav a.active {
    color: #f7f3eb;
    background: rgba(245, 185, 27, .09);
    border-color: rgba(245, 185, 27, .16)
}

.player-header nav a.active i {
    color: var(--gold)
}

.player-actions {
    display: flex;
    align-items: center;
    gap: 10px
}

.player-actions>button {
    position: relative;
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #aaa69d;
    background: rgba(255, 255, 255, .025);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 9px
}

.player-actions button b {
    position: absolute;
    right: 8px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: var(--gold);
    border-radius: 50%;
    box-shadow: 0 0 7px var(--gold)
}

.player-avatar {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    color: #090806;
    background: linear-gradient(145deg, #ffd75d, #bf7d08);
    border-radius: 50%;
    font-size: 12px;
    font-weight: 800
}

.player-name strong,
.player-name small {
    display: block
}

.player-name strong {
    font-size: 12px
}

.player-name small {
    margin-top: 3px;
    color: #77736b;
    font-size: 9px
}

.player-menu-toggle {
    display: none !important
}

.player-main {
    position: relative;
    z-index: 1;
    width: min(1500px, calc(100% - 40px));
    margin: 0 auto;
    padding: 112px 0 50px
}

.player-hero {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 35px;
    padding: 34px;
    margin-bottom: 20px;
    background: linear-gradient(120deg, rgba(18, 18, 15, .94), rgba(8, 8, 7, .78));
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: 0 22px 55px rgba(0, 0, 0, .32);
    animation: userFormIn .65s ease both
}

.player-hero h1 {
    margin: 8px 0 0;
    font-size: 36px
}

.player-hero h1 em {
    color: var(--gold);
    font-style: normal
}

.player-hero p {
    margin: 10px 0 22px;
    color: #9c988f
}

.level-card {
    display: flex;
    align-items: center;
    gap: 20px;
    min-width: 330px;
    padding: 20px;
    background: rgba(5, 5, 4, .55);
    border: 1px solid rgba(245, 185, 27, .12);
    border-radius: 14px
}

.level-ring {
    display: grid;
    place-items: center;
    width: 82px;
    height: 82px;
    flex: 0 0 82px;
    border: 4px solid var(--gold);
    border-left-color: rgba(245, 185, 27, .18);
    border-radius: 50%;
    box-shadow: 0 0 22px rgba(245, 185, 27, .1);
    animation: userRing 5s linear infinite
}

.level-ring strong,
.level-ring small {
    grid-area: 1/1
}

.level-ring strong {
    font-size: 25px
}

.level-ring small {
    margin-top: 37px;
    color: #8e8a82;
    font-size: 8px
}

.level-card>div:last-child {
    min-width: 185px
}

.level-card span {
    font-size: 12px
}

.level-card small {
    color: #77736b;
    font-size: 10px
}

.xp-line {
    height: 5px;
    margin: 9px 0;
    background: rgba(255, 255, 255, .07);
    border-radius: 20px;
    overflow: hidden
}

.xp-line i {
    display: block;
    width: 83%;
    height: 100%;
    background: linear-gradient(90deg, #d59508, #ffd75d);
    border-radius: inherit
}

.player-stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 20px
}

.player-stat-grid article {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 14px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, .24);
    opacity: 0;
    animation: userCardIn .55s var(--delay) ease forwards;
    transition: .23s
}

.player-stat-grid article:hover {
    transform: translateY(-5px);
    border-color: rgba(245, 185, 27, .48)
}

.player-stat-grid article>span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    color: var(--gold);
    background: rgba(245, 185, 27, .09);
    border: 1px solid rgba(245, 185, 27, .16);
    border-radius: 11px;
    font-size: 19px
}

.player-stat-grid small,
.player-stat-grid strong,
.player-stat-grid em {
    display: block
}

.player-stat-grid small {
    color: #918d84;
    font-size: 12px
}

.player-stat-grid strong {
    margin: 3px 0;
    font-size: 24px
}

.player-stat-grid em {
    color: #61d28a;
    font-size: 10px;
    font-style: normal
}

.player-content-grid {
    display: grid;
    grid-template-columns: 1.35fr .85fr;
    gap: 20px
}

.player-panel {
    padding: 25px;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: 15px
}

.player-panel>header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px
}

.player-panel h2 {
    margin: 5px 0 0;
    font-size: 20px
}

.player-panel header>a {
    color: var(--gold);
    font-size: 11px;
    text-decoration: none
}

.challenge-list>div {
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.challenge-list>div:last-child,
.player-activity>div:last-child {
    border: 0
}

.challenge-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    color: var(--gold);
    background: rgba(245, 185, 27, .08);
    border-radius: 10px
}

.challenge-list strong,
.challenge-list small {
    display: block
}

.challenge-list strong {
    font-size: 13px
}

.challenge-list small {
    margin-top: 3px;
    color: #77736b;
    font-size: 10px
}

.challenge-list b {
    color: #f1cb64;
    font-size: 13px
}

.challenge-progress {
    height: 3px;
    margin-top: 8px;
    background: rgba(255, 255, 255, .06)
}

.challenge-progress i {
    display: block;
    height: 100%;
    background: var(--gold)
}

.player-activity>div {
    display: grid;
    grid-template-columns: 38px 1fr auto;
    align-items: center;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .06)
}

.player-activity>div>i {
    display: grid;
    place-items: center;
    width: 37px;
    height: 37px;
    color: var(--gold);
    background: rgba(245, 185, 27, .08);
    border-radius: 9px
}

.player-activity strong,
.player-activity small {
    display: block
}

.player-activity strong {
    font-size: 12px
}

.player-activity small {
    margin-top: 4px;
    color: #77736b;
    font-size: 10px
}

.player-activity b {
    color: #61d28a;
    font-size: 11px
}

.player-activity b.neutral {
    color: #99958d
}

.player-toast {
    position: fixed;
    z-index: 100;
    right: 24px;
    top: 92px;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 320px;
    padding: 15px;
    color: #eee;
    background: rgba(13, 13, 11, .97);
    border: 1px solid rgba(245, 185, 27, .35);
    border-left: 3px solid var(--gold);
    border-radius: 11px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .55);
    animation: userToastIn .3s ease both
}

.player-toast>i {
    color: var(--gold);
    font-size: 20px
}

.player-toast span {
    font-size: 12px;
    font-weight: 600
}

.player-toast button {
    margin-left: auto;
    color: #888;
    background: none;
    border: 0;
    font-size: 18px
}

.player-toast.is-hiding {
    opacity: 0;
    transform: translateX(30px);
    transition: .22s
}

@keyframes userFloat {

    0%,
    100% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-3px);
        filter: drop-shadow(0 0 9px rgba(245, 185, 27, .4))
    }
}

@keyframes userFormIn {
    from {
        opacity: 0;
        transform: translateY(18px) scale(.985)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes userBorder {

    0%,
    100% {
        opacity: .3;
        transform: scaleX(.55)
    }

    50% {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes userCardIn {
    from {
        opacity: 0;
        transform: translateY(16px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@keyframes userRing {
    to {
        transform: rotate(360deg)
    }
}

@keyframes userToastIn {
    from {
        opacity: 0;
        transform: translateX(30px)
    }

    to {
        opacity: 1;
        transform: none
    }
}

@media(max-width:1050px) {
    .player-header nav {
        position: fixed;
        left: 15px;
        right: 15px;
        top: 84px;
        display: none;
        padding: 10px;
        background: rgba(8, 8, 7, .98);
        border: 1px solid var(--line);
        border-radius: 12px
    }

    .player-menu-open .player-header nav {
        display: grid
    }

    .player-menu-toggle {
        display: grid !important
    }

    .player-name {
        display: none
    }

    .player-content-grid {
        grid-template-columns: 1fr
    }

    .player-stat-grid {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:900px) {
    .user-auth-shell {
        grid-template-columns: 1fr
    }

    .user-auth-brand {
        display: none
    }

    .user-auth-form-side {
        min-height: 100vh;
        padding: 28px 20px
    }

    .user-mobile-brand {
        display: flex;
        position: absolute;
        left: 25px;
        top: 24px
    }

    .user-auth-card {
        margin-top: 75px
    }

    .player-hero {
        grid-template-columns: 1fr
    }

    .level-card {
        min-width: 0
    }
}

@media (min-width:901px) and (max-width:1250px) {
    .user-auth-shell {
        grid-template-columns: minmax(0, 1fr) minmax(375px, .92fr)
    }

    .user-auth-brand {
        padding-inline: clamp(28px, 4vw, 48px)
    }

    .user-brand-copy h1 {
        font-size: clamp(37px, 4.8vw, 52px)
    }

    .user-brand-copy>p {
        font-size: 15px
    }

    .user-auth-form-side {
        padding-inline: 24px
    }

    .user-auth-card {
        width: 100%;
        max-width: 460px;
        padding: 30px
    }
}

@media(max-width:600px) {

    .user-auth-card,
    .user-register-card {
        padding: 26px 20px
    }

    .user-register-form {
        display: block
    }

    .user-auth-card h2 {
        font-size: 29px
    }

    .player-header {
        height: 68px;
        padding: 0 14px
    }

    .player-header .user-brand strong {
        font-size: 16px
    }

    .player-header .user-brand>span {
        width: 39px;
        height: 39px;
        flex-basis: 39px
    }

    .player-actions>button:first-child,
    .player-avatar {
        display: none
    }

    .player-main {
        width: min(100% - 24px, 1500px);
        padding-top: 88px
    }

    .player-hero {
        padding: 23px
    }

    .player-hero h1 {
        font-size: 28px
    }

    .level-card {
        align-items: flex-start;
        flex-direction: column
    }

    .player-stat-grid {
        grid-template-columns: 1fr
    }

    .player-panel {
        padding: 19px
    }

    .player-toast {
        left: 12px;
        right: 12px;
        top: 80px;
        min-width: 0
    }

    .user-auth-options {
        align-items: flex-start;
        flex-direction: column;
        gap: 13px
    }
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important
    }
}

.user-field select {
    width: 100%;
    height: 51px;
    padding: 0 46px;
    color: #f6f3ec;
    background: #080807;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 10px;
    outline: 0
}

.user-field select:focus {
    border-color: rgba(245, 185, 27, .65);
    box-shadow: 0 0 0 4px rgba(245, 185, 27, .08)
}

.user-field>span em {
    color: #77736b;
    font-size: 10px;
    font-style: normal
}

.user-field input[type=file] {
    padding: 13px 14px 10px 46px
}

.user-field input[type=file]::file-selector-button {
    margin-right: 12px;
    color: #0a0907;
    background: #f5b91b;
    border: 0;
    border-radius: 6px;
    padding: 6px 10px;
    font-weight: 700
}

.auth-toast {
    top: 22px
}

.phone-input-group {
    display: flex !important;
    align-items: stretch;
    gap: 9px;
}

.phone-input-group > input {
    flex: 1;
    min-width: 0;
    padding-left: 15px !important;
}

.phone-input-group > .fixed-country-code {
    width: 75px;
    flex: 0 0 75px;
    text-align: center;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    color: #ffffff !important;
    font-weight: 500;
    -webkit-text-fill-color: #ffffff !important;
    opacity: 1 !important;
}

@media(max-width: 480px) {
    .phone-input-group > .fixed-country-code {
        width: 65px;
        flex-basis: 65px;
    }
}

.user-auth-page .select2-container {
    font-size: 14px
}

.user-auth-page .select2-selection--single {
    height: 51px !important;
    background: #080807 !important;
    border: 1px solid rgba(255, 255, 255, .13) !important;
    border-radius: 10px !important
}

.user-auth-page .select2-selection__rendered {
    height: 49px !important;
    padding: 0 38px 0 15px !important;
    color: #f6f3ec !important;
    line-height: 49px !important
}

.user-auth-page .select2-selection__arrow {
    top: 2px !important;
    right: 8px !important;
    height: 47px !important
}

.user-auth-page .select2-selection__arrow b {
    border-color: #d7aa2b transparent transparent !important
}

.user-auth-page .select2-container--open .select2-selection__arrow b {
    border-color: transparent transparent #d7aa2b !important
}

.user-auth-page .select2-container--focus .select2-selection--single,
.user-auth-page .select2-container--open .select2-selection--single {
    border-color: rgba(245, 185, 27, .65) !important;
    box-shadow: 0 0 0 4px rgba(245, 185, 27, .08)
}

 

.user-auth-page+.select2-container {}

.select2-dropdown {
    z-index: 10050 !important;
    padding: 6px;
    background: #11110f !important;
    border: 1px solid rgba(245, 185, 27, .3) !important;
    border-radius: 9px !important;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .65)
}

.select2-search--dropdown {
    padding: 6px !important
}

.select2-search--dropdown .select2-search__field {
    height: 41px !important;
    padding: 0 12px !important;
    color: #fff !important;
    background: #080807 !important;
    border: 1px solid rgba(245, 185, 27, .35) !important;
    border-radius: 7px !important;
    outline: 0
}

.select2-results__option {
    margin: 2px 0;
    padding: 10px 12px !important;
    color: #b8b4aa;
    border-radius: 7px;
    font-size: 13px
}

.select2-results__option--highlighted.select2-results__option--selectable {
    color: #fff !important;
    background: rgba(245, 185, 27, .15) !important
}

.select2-results__option--selected {
    color: #f5c642 !important;
    background: rgba(245, 185, 27, .09) !important
}
