/* Minification failed. Returning unminified contents.
(7,17): run-time error CSS1039: Token not allowed after unary operator: '-text-text'
(16,17): run-time error CSS1039: Token not allowed after unary operator: '-text-active'
(24,17): run-time error CSS1039: Token not allowed after unary operator: '-text-active'
(36,28): run-time error CSS1039: Token not allowed after unary operator: '-boder-boder-primary-selected'
(37,22): run-time error CSS1039: Token not allowed after unary operator: '-surface-surface-card'
(50,22): run-time error CSS1039: Token not allowed after unary operator: '-button-primary'
 */
.shb-saha-logo {
     text-align: left;
 }

.shb-saha-notification {
    position: relative;
    color: var(--text-text, #0C1A3D);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 35px;
}

.shb-saha-count-down-text {
    color: var(--text-active, #0C1A3D);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 125% */
}

.orange {
    color: var(--text-active, #FF9447);
}

.colored-button-borders {
    color: #FF9447;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid var(--boder-boder-primary-selected, #FF9447);
    background: var(--surface-surface-card, #FFF);
}

.colored-button {
    color: #ffffff;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 0;
    background: var(--button-primary, linear-gradient(90deg, #FF842C -35.54%, #FF8D3C 50.55%, #FF6B01 126.51%));
}

.ann-ul {
    margin: 0 0 0 25px;
    padding: 0;
}

.gioithieu-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gioithieu-ul > li{
    padding: 5px;
}

.login-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.login-ul > li {
        padding: 2px;
    }

.circle-number {
    display: block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    -moz-border-radius: 12px; /* or 50% */
    border-radius: 12px; /* or 50% */

    background-color: #FF842C;
    color: white;
    text-align: center;
    font-size: 1em;
}

.number-line {
    position: absolute;
    top: 10px;
    left: calc(10px + (24px - 3px)/2);
    background: #FF842C;
    height: 115px;
    z-index: 0;
    width: 3px;
}

.modal-dialog {
    margin: 180px auto;
}
