.btn-primary {
    padding: 10px 40px;
    font-weight: bold;
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    border-radius: 2px;
    background: rgb(2, 72, 92);
    border: 2px solid rgba(45, 197, 245, 1);
}

.btn-primary i {
    margin-right: 5px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: rgb(9, 62, 82);
    box-shadow: none;
    text-decoration: none;
    outline: none;
    border-radius: 2px;
    border: 2px solid rgba(45, 197, 245, 1);
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #2C7585;
    border-color: transparent;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
    background-color: #13141c;
    border-color: transparent;
    border: 0;
    box-shadow: none;
    text-decoration: none;
    outline: none;
}

body {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    overflow-wrap: break-word;
    background: #13141c;
}

.header__logo .logo__link {
    background: url("../img/hellcase/icon-hellcase-logo.svg") center no-repeat;
    width: 120px;
    height: 35px;
    display: block;
    background-size: contain;
}

.support-page {
    background: radial-gradient(52.76% 89.51% at top center, rgba(45, 197, 245, 0.1) 0%, rgba(45, 197, 245, 0) 100%) top/100% 200px no-repeat;
}

.wrap__banner .logo-banner {
    margin-top: 34px;
    margin-bottom: 31px;
    height: 75px;
    background-size: contain;
}

.head__banner .wrap__banner {
}

.header__menu .menu__list .menu__item.sign-in__btn {
    background: #47A3B7;
}

.header__menu .menu__list .menu__item.sign-in__btn:hover {
    background: #2C7585;
}

.header .menu__list .menu__item {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.submit-new-request .form-wrap .request-form .select-category .category-list__item:hover i,
.submit-new-request .form-wrap .request-form .select-game .game-list__item:hover i {
    color: #47A3B7;
}

.chat__message-support .logo {
    background: url("../img/hellcase/hellcase-logo.svg") center no-repeat;
    background-size: contain;
}

.select-wrap .selected {
    background: #232A30;
}

.select-wrap .select-list {
    background-color: #20252a;
}

.login-page {
    background: url("../img/no-auth-bg.png") top center no-repeat;
    background-size: contain;
}

.login-page .logo__link {
    background: url(../img/hellcase/hellcase-logo.svg) center no-repeat;
    background-size: contain;
}
