.help-wrapper {
    margin: 1rem 0rem;
    display: flex;
    align-items: stretch;
}

.help-sections {
    width: 20rem;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    border-radius: 3px;
    overflow: hidden;
}

.help-content
{
    margin: 0 0.4375rem;
}

.help-section-name {
    padding: 1rem 0.875rem;
    font-size: 1em;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
}

.help-section-content {
    display: none;
    padding: 0 0.875rem 1rem;
    font-size: 1em;
    color: #c2c2c2;
}

.help-section-content p {
    line-height: 1.6;
}

.help-section-content a { 
    color: #ffa500;
    font-weight: 100;
    text-decoration: underline;
}

.help-section-content h1,
.help-section-content h2,
.help-section-content h3,
.help-section-content h4 {
    color: #ddd; 
}

.help-section-content h1 { font-size: 1.7em; margin-top: 0; }
.help-section-content h2 { font-size: 1.5em; }
.help-section-content h3 { font-size: 1.2em; }
.help-section-content h4 { font-size: 1em; }

.help-section-content a:hover {
    text-decoration: none;
    color: #ff5100; 
}

.help-section-content img { 
    padding: 2rem 1rem;
}

.help-section-content li { 
    padding: 0.5rem 0;
}

.help-subsection-name {
    padding: 1rem 0.875rem 1rem 1.5rem;
    font-size: 1rem;
    color: #c2c2c2;
    cursor: pointer;
}


.help-section-name:hover,
.help-subsection-name:hover {
    color: #ffa500;
}

.help-section-content table { width: 100%; }
.help-section-content td { padding: 0.5em 1em; }
.help-section-content th { font-weight: 600; padding: 0.5em 1em; text-align: left; text-transform: uppercase; }
body[dir='rtl'] .help-section-content th { text-align: right; }
.help-payment-system { font-size: 1.2rem!important; }
.help-link { color: #333; text-decoration: underline; }

.exchange-input,
.exchange-select,
.exchange-output {
    position: relative;
    border: none;
    border-radius: 3px;
    height: 2.375rem;
    color: #fff;
    font-size: 1rem;
    margin: 0.5rem 0;
    padding: 0 0.5em;
    box-sizing: border-box;
    box-shadow: inset 1px 1px 3px #000;
    border: 1px solid #262739;
    padding: 0 0.5rem;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance:none;
}

.exchange-select::-ms-expand {
    display: none;
}

.exchange-select:focus::-ms-value {
    background-color: transparent;
}

.exchange-input { width: 6rem; }

.exchange-select {
    width: 5rem;
    background: url('../images/icons/icon-expand-filters.svg') no-repeat;
    background-position: calc(100% - 10px);
    background-size: 16px 16px;
    cursor: pointer;
}

.exchange-output {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    width: 8rem;
    height: 2.375rem;
    color: #ffa500;
}

.exchange-currencies { display: flex; }

.exchange-arrow {
    display: inline;
    text-align: center;
    font-size: 2em;
    margin: 0.25em 1.2em;
}
.exchange-button {
    margin: 0.6rem 1rem;
    background-color: #ffa500;
    color: #303030;
    font-size: 1em;
    border-radius: 3px;
    padding: 0 1em;
    border: 1px solid #ffa500;
    text-align: center;
    -webkit-appearance: none;
    cursor: pointer;
}
.exchange-button:hover {
    background-color: #ff8e00;
}

.help-betting-wrapper {
    display: flex;
    flex-direction: row;
    padding: 0.25em 0em;
    margin: 0 -0.5em;
}
.help-betting-sports {
    display: flex;
    flex: 0 0 auto;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.help-betting-sport {
    flex: 1 1 auto;
    font-size: 1em;
    text-align: center;
    color: #ffa500;
    cursor: pointer;
    margin: 0.25em 0.5em;
    padding: 0.5em 1em;
    border: 1px solid #7b5000;
    border-radius: 3px;
}
.help-betting-sport:hover {
    color: #000;
    background-color: #ffa500;
    box-shadow: 0 0 10px #ffa500;
}
.help-betting-sport-active {
    color: #000;
    background-color: #ffa500;
    box-shadow: none!important;
}

.help-betting-sport-hint,
.help-betting-bets-hint {
    display: block;
    text-align: center;
    color: #999bc6;
    margin: 1em;
}

.help-betting-bets-hint {
    display: none;
}
.help-betting-bets {
    display: none;
    flex: 0 0 15%;
}

.help-betting-bets-wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.help-betting-bets-wrapper span {
    color: #fff;
    text-align: center;
    padding: 0.5em 1em;
    margin: 0.25em 0.5em;
    cursor: pointer;
    flex: 1 1 auto;
    white-space: normal;
    border: 1px solid #424262;
    border-radius: 3px;
}

.help-betting-bets span:hover,
.help-betting-name-active {
    border-radius: 3px;
    padding: 0.5em 1em;
}

.help-betting-name-active {
    color: #fff!important;
    background-color: #424262 !important;
}

.help-betting-bets span:hover {
    background-color:#424262;
    color: #fff;
}

.help-betting-viewport {
    flex: 1 1 auto;
    background-color: #1f212f;
    border-radius: 3px;
    padding: 0.5em 1em; 
    margin: 0.25em 0.5em;
}

.help-betting-content {
    display: none;
}

.help-betting-tab-content {
    display: none;
}
/* .helptab-limits tr { background-color: transparent!important; } */
.helptab div { padding: 0.5em 0; }