/*end variables*/
/*base*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,400italic);

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, th, td {
    margin: 0;
    padding: 0;
}

.display {
    display: block;
}

.hide {
    display: none;
}

a {
    text-decoration: none;
    outline: 0;
    border: none;
}

    a img {
        outline: none;
        border: none;
    }

    a:visited, a:active, a:focus {
        text-decoration: none;
        outline: none;
        border: none;
    }

button:hover, button:visited, button:active, button:focus {
    text-decoration: none;
    outline: none;
    border: none;
}

/*end base*/
.row, .col-md-12, .contain, .navbar-collapse {
    height: inherit;
    min-height: inherit;
}

.hiden {
    display: none;
}

.center {
    text-align: center;
}

.right {
    float: right;
}

.left {
    float: left;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.col-50 {
    width: 50%;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    #wrapper .banner p:first-child {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
   
    .container {
        max-width: 720px;
    }
    #wrapper .banner p:first-child {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px;
    }
    #wrapper .banner p:first-child{
        font-size:50px;
    }
}

@media (min-width: 768px) {
    .container, .container-sm, .container-md {
        max-width: 720px;
    }
    #wrapper .banner p:first-child {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .container, .container-sm, .container-md, .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1140px;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col,
    .no-gutters > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 320px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

    .payment-description {
        display: none
    }
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }

    .payment-description {
        display: unset
    }
    #wrapper .banner p:first-child {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    #wrapper .banner p:first-child {
        font-size: 50px;
    }
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }

    .payment-description {
        display: unset
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }

    .payment-description {
        display: unset
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }

    .payment-description {
        display: unset
    }
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}

    .navbar .container,
    .navbar .container-fluid,
    .navbar .container-sm,
    .navbar .container-md,
    .navbar .container-lg,
    .navbar .container-xl {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .navbar-toggler:hover, .navbar-toggler:focus {
        text-decoration: none;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-sm > .container,
        .navbar-expand-sm > .container-fluid,
        .navbar-expand-sm > .container-sm,
        .navbar-expand-sm > .container-md,
        .navbar-expand-sm > .container-lg,
        .navbar-expand-sm > .container-xl {
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-md > .container,
        .navbar-expand-md > .container-fluid,
        .navbar-expand-md > .container-sm,
        .navbar-expand-md > .container-md,
        .navbar-expand-md > .container-lg,
        .navbar-expand-md > .container-xl {
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-lg > .container,
        .navbar-expand-lg > .container-fluid,
        .navbar-expand-lg > .container-sm,
        .navbar-expand-lg > .container-md,
        .navbar-expand-lg > .container-lg,
        .navbar-expand-lg > .container-xl {
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: 0.5rem;
                padding-left: 0.5rem;
            }

        .navbar-expand-xl > .container,
        .navbar-expand-xl > .container-fluid,
        .navbar-expand-xl > .container-sm,
        .navbar-expand-xl > .container-md,
        .navbar-expand-xl > .container-lg,
        .navbar-expand-xl > .container-xl {
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

#wrapper .banner p:first-child {
    font-size: 75px
}

#wrapper .banner p:nth-child(2) {
    font-size: 31px;
    margin-top: -12px;
    line-height: 0px;
    padding-bottom: 27px;
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

    .navbar-expand > .container,
    .navbar-expand > .container-fluid,
    .navbar-expand > .container-sm,
    .navbar-expand > .container-md,
    .navbar-expand > .container-lg,
    .navbar-expand > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: 0.5rem;
            padding-left: 0.5rem;
        }

    .navbar-expand > .container,
    .navbar-expand > .container-fluid,
    .navbar-expand > .container-sm,
    .navbar-expand > .container-md,
    .navbar-expand > .container-lg,
    .navbar-expand > .container-xl {
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

    .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(0, 0, 0, 0.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0, 0, 0, 0.3);
    }

    .navbar-light .navbar-nav .show > .nav-link,
    .navbar-light .navbar-nav .active > .nav-link,
    .navbar-light .navbar-nav .nav-link.show,
    .navbar-light .navbar-nav .nav-link.active {
        color: rgba(0, 0, 0, 0.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0, 0, 0, 0.9);
    }

        .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
            color: rgba(0, 0, 0, 0.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 0.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255, 255, 255, 0.25);
    }

    .navbar-dark .navbar-nav .show > .nav-link,
    .navbar-dark .navbar-nav .active > .nav-link,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .nav-link.active {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
            color: #fff;
        }

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
    opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}


    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary:focus, .btn-primary.focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.btn-lang {
    background-color: #e2e6ea;
    border-color: #007bff;
}

    .btn-lang:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-lang:focus, .btn-lang.focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-lang.disabled, .btn-lang:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-lang:not(:disabled):not(.disabled):active, .btn-lang:not(:disabled):not(.disabled).active, .show > .btn-lang.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-lang:not(:disabled):not(.disabled):active:focus, .btn-lang:not(:disabled):not(.disabled).active:focus, .show > .btn-lang.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
        box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success:focus, .btn-success.focus {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
        box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info:focus, .btn-info.focus {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
        box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning:focus, .btn-warning.focus {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
        box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger:focus, .btn-danger.focus {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
        box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light:focus, .btn-light.focus {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
        box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark:focus, .btn-dark.focus {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
        box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
        }

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }

.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
        }

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
        }

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
        }

.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
        }

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    .btn-link:focus, .btn-link.focus {
        text-decoration: underline;
        box-shadow: none;
    }

    .btn-link:disabled, .btn-link.disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col,
    .form-row > [class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}

    .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: 0.3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
    }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
    display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745;
}

    .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
        border-color: #28a745;
    }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

    .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
    }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
    display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #dc3545;
}

    .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
        border-color: #dc3545;
    }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #dc3545;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .input-group,
    .form-inline .custom-select {
        width: auto;
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0.75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

    .table th,
    .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

.table-sm th,
.table-sm td {
    padding: 0.3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead th,
    .table-bordered thead td {
        border-bottom-width: 2px;
    }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
    background-color: #b8daff;
}

    .table-primary th,
    .table-primary td,
    .table-primary thead th,
    .table-primary tbody + tbody {
        border-color: #7abaff;
    }

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td,
    .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
    background-color: #d6d8db;
}

    .table-secondary th,
    .table-secondary td,
    .table-secondary thead th,
    .table-secondary tbody + tbody {
        border-color: #b3b7bb;
    }

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td,
    .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success,
.table-success > th,
.table-success > td {
    background-color: #c3e6cb;
}

    .table-success th,
    .table-success td,
    .table-success thead th,
    .table-success tbody + tbody {
        border-color: #8fd19e;
    }

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td,
    .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info,
.table-info > th,
.table-info > td {
    background-color: #bee5eb;
}

    .table-info th,
    .table-info td,
    .table-info thead th,
    .table-info tbody + tbody {
        border-color: #86cfda;
    }

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td,
    .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning,
.table-warning > th,
.table-warning > td {
    background-color: #ffeeba;
}

    .table-warning th,
    .table-warning td,
    .table-warning thead th,
    .table-warning tbody + tbody {
        border-color: #ffdf7e;
    }

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td,
    .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger,
.table-danger > th,
.table-danger > td {
    background-color: #f5c6cb;
}

    .table-danger th,
    .table-danger td,
    .table-danger thead th,
    .table-danger tbody + tbody {
        border-color: #ed969e;
    }

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td,
    .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light,
.table-light > th,
.table-light > td {
    background-color: #fdfdfe;
}

    .table-light th,
    .table-light td,
    .table-light thead th,
    .table-light tbody + tbody {
        border-color: #fbfcfc;
    }

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td,
    .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark,
.table-dark > th,
.table-dark > td {
    background-color: #c6c8ca;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #95999c;
    }

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td,
    .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active,
.table-active > th,
.table-active > td {
    background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075);
}

    .table-hover .table-active:hover > td,
    .table-hover .table-active:hover > th {
        background-color: rgba(0, 0, 0, 0.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #343a40;
}

    .table-dark th,
    .table-dark td,
    .table-dark thead th {
        border-color: #454d55;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255, 255, 255, 0.05);
    }

    .table-dark.table-hover tbody tr:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, 0.075);
    }

@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
    #wrapper .banner p:first-child {
        font-size: 50px;
    }
    #wrapper .banner p:nth-child(2) {
        font-size: 23px;
    }
}

@media (max-width: 767.98px) {
    #wrapper .banner p:first-child {
        font-size: 50px;
    }
    #wrapper .banner p:nth-child(2){
        font-size:23px;
    }
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 3;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 1rem);
        overflow: hidden;
    }

    .modal-dialog-scrollable .modal-header,
    .modal-dialog-scrollable .modal-footer {
        flex-shrink: 0;
    }

    .modal-dialog-scrollable .modal-body {
        overflow-y: auto;
    }

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - 1rem);
        content: "";
    }

    .modal-dialog-centered.modal-dialog-scrollable {
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .modal-dialog-centered.modal-dialog-scrollable .modal-content {
            max-height: none;
        }

        .modal-dialog-centered.modal-dialog-scrollable::before {
            content: none;
        }

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: 0.5;
        z-index: 1;
    }

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

    .modal-header .close {
        padding: 1rem 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

    .modal-footer > * {
        margin: 0.25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }

        .modal-dialog-scrollable .modal-content {
            max-height: calc(100vh - 3.5rem);
        }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }

        .modal-dialog-centered::before {
            height: calc(100vh - 3.5rem);
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }

    50% {
        opacity: 1;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol,
    ul ul,
    ol ul,
    ul ol {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):hover {
            color: inherit;
            text-decoration: none;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button:not(:disabled),
    [type="button"]:not(:disabled),
    [type="reset"]:not(:disabled),
    [type="submit"]:not(:disabled) {
        cursor: pointer;
    }

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type="radio"],
input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

@media (max-width: 1200px) {
    legend {
        font-size: calc(1.275rem + 0.3vw);
    }
}

progress {
    vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

/*variables*/
.form-base, #wrapper #header, #wrapper .banner .form-search .data-list .highlight, #wrapper #main .icon {
   /* -webkit-box-shadow: #b1b1b1 0 2px 5px;*/
    /*box-shadow: 0 2px 5px #b1b1b1;*/
}

.btn-base, #wrapper #header, #wrapper #main .list .item-game .inter .btn-ab {
    background-image: linear-gradient(to right, #25aae1, #0070C0);
}

/*end variables*/
/*base*/
html {
    overflow-x: hidden;
    height: 100%;
}

body {
    font-size: 15px;
    color: #2c3e50;
    background-color: white;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    position: relative;
    min-height: 100%;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

a:hover {
    color: #0070C0;
}

.btn, button, button:checked, button:focus, button:hover, .btn:checked, .btn:hover, .btn:focus {
    border: none !important;
    outline: none;
}

/*end base*/
/******************************HEADER*******************************/
.text-line-through {
    text-decoration: line-through;
}

.color-green {
    color: green;
}

.color-waining {
    color: orange;
}

.color-base {
    color: #0070C0;
}

.color-gosu {
    color: #ffa000;
}

.color-text {
    color: #2c3e50;
}

.margin-auto {
    margin: auto !important;
}

.margin-bottom-none {
    margin-bottom: 0px !important;
}

.margin-bottom-45 {
    margin-bottom: 45px !important;
}

.show-mobile-1 {
    display: none;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.text-center {
    text-align: center;
}

.text-small {
    font-size: 13px;
}

.text-italic {
    font-style: italic;
}

.align-items-center {
    align-items: center;
}

.flex-direction-reverse {
    flex-direction: row-reverse;
}

.form-base {
    padding: 60px 30px;
    border-radius: 4px;
    border: 1px solid #ced4da;
    background: white;   
}

.form-dashed {
    padding: 15px 30px;
    border-radius: 4px;
    border: 1px dashed #ccc;
    background: white;
}

    .form-dashed p:last-child {
        margin-bottom:0px;
    }

.heading1 {
    font-size: 24px;
    color: #2c3e50;
    margin-bottom: 45px;
}

.heading2 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 15px;
    width: auto;
    height: 30px;
    margin-bottom: auto;
}

.heading3 {
    font-size: 16px;
    color: #2c3e50;
    margin-bottom: 15px;
}

.heading-1 {
    font-size: 20px;
    color: #2c3e50;
    margin-bottom: 15px;
    padding-left: 5px;
    border-left: 2px solid #ffa000;
}

.heading-2 {
    font-size: 17px;
    color: #2c3e50;
    margin-bottom: 15px;
    padding-left: 5px;
    border-left: 2px solid #ffa000;
}

/*.form-control {
    padding: 10px 15px;
}*/

.btn {
    padding: 10px 15px;
}

.btn-link {
    cursor: pointer;
}

.line {
    position: relative;
    padding-top: 15px;
}

    .line:before {
        width: 100%;
        height: 1px;
        background: #dadce0;
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
    }

.loading {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 30;
    text-align: center;
    background: white;
    opacity: 0.5;
}

    .loading .gosu {
        color: #0070C0;
        width: 5em;
        height: 5em;
        top: calc(50% - 2.5em);
        bottom: 50%;
        position: relative;
        display: inline-block;
    }

    .loading.none {
        display: none;
    }

    .loading.show {
        display: block;
    }

#wrapper {
    width: 100%;
    clear: both;
    background-color: white;
}

#wrapper .fullcontent {
    width: 100%;
    clear: both;
    padding: 60px 0px;
}

#wrapper .none-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

#wrapper .no-padding {
    padding: 0px;
}

#wrapper .contain {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
}

#wrapper .menu-overlay {
    display: none;
}

#wrapper .ul, #wrapper .li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#wrapper .logo a {
    width: 100%;
    min-height: inherit;
    display: inline-block;
    color: transparent;
}

#wrapper .margin-top30 {
    margin-top: 30px;
}

#wrapper .margin-top15 {
    margin-top: 15px;
}

.i-con {
    display: inline-block;
    vertical-align: initial;
}

.i-con-13 {
    width: 13px;
    height: 13px;
}

.i-con-16 {
    width: 16px;
    height: 16px;
}

.i-con-25 {
    width: 50px;
}

/******************************ENDHEADER*******************************/
/********************************MAIN**************************/
#wrapper #header {
    width: 100%;
    font-size: 14px;
    position: relative;
    /*border-bottom: 1px solid #dfcfbc;*/
    /*z-index: 12;*/
}

#wrapper #header .navbar {
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px 1rem;
}

#wrapper #header .navbar .logo {
    float: left;
    width: auto;
    background: transparent;
    text-align: center;
    vertical-align: middle;
}

#wrapper #header .navbar .logo a {
    width: 100%;
    height: inherit;
    display: inline-block;
}

#wrapper #header .navbar .logo img {
    max-width: 113px;
}

#wrapper #header .navbar .navbar-collapse {
    display: block !important;
    height: inherit;
}

#wrapper #header .navbar .navbar-nav {
    list-style: none;
    width: auto;
    height: inherit;
    display: inline-block;
    display: inline-flex;
    align-items: center;
    align-items: center;
}

#wrapper #header .navbar .navbar-nav .nav-li {
    color: white;
    height: inherit;
    position: relative;
    padding: 0px 15px 0px;
    text-align: center;
    position: relative;
}

#wrapper #header .navbar .navbar-nav .nav-li a {
    vertical-align: middle;
    display: table-cell;
    display: inline-block;
    width: inherit;
    color: white;
    height: inherit;
    font-size: 16px;
    position: relative;
}

#wrapper #header .navbar .navbar-nav .nav-li a.dropdown-toggle:after {
    content: "";
    position: absolute;
    top: 43%;
    right: -8px;
    width: 0;
    height: 0;
    border-width: 5px 4px 0 4px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

#wrapper #header .navbar .navbar-nav .nav-li a:hover {
    color: #2c3e50;
    text-decoration: none;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav {
    position: absolute;
    width: 280px;
    text-transform: none;
    z-index: 20;
    background-color: white;
    padding-left: 15px;
    height: auto;
    margin: 50px 0 0;
    opacity: 0;
    visibility: hidden;
    transition: margin 0.3s;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav .sub-nav-li {
    line-height: 20px;
    text-align: left;
    transition: all 0.3s;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav .sub-nav-li a {
    text-transform: none;
    font-weight: normal;
    color: #2c3e50;
    transition: all 0.3s;
    font-size: 15px;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 20px 0 20px 15px;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav .sub-nav-li:hover a {
    color: #ffa000;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    left: 30px;
    top: -10px;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav.right0 {
    right: 0px;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav.right0 .sub-nav-li a {
    padding: 12px;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav.right0 .sub-nav-li:first-child {
    list-style: none;
    color: #777;
    border-bottom: 1px dotted #ccc;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav.right0 .sub-nav-li:first-child a {
    color: #777;
    padding: 12px;
}

#wrapper #header .navbar .navbar-nav .nav-li .sub-nav.right0:before {
    left: 253px;
}

#wrapper #header .navbar .navbar-nav .nav-li .btn {
    color: white;
    padding: 5px 10px;
    transition: unset;
    margin-top: 21px;
    text-transform: none;
}

#wrapper #header .navbar .navbar-nav .nav-li .btn .fa {
    font-size: 19px;
}

#wrapper #header .navbar .navbar-nav .nav-li .btn .count {
    color: #4a4a4a;
    height: 20px;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    margin-left: 9px;
    font-size: 12px;
    font-weight: 700;
    background: #fdd835;
    border-radius: 2px;
    padding: 0px 6px;
}

#wrapper #header .navbar .navbar-nav .nav-li .btn:hover {
    background: #dfcfbc;
}

#wrapper #header .navbar .navbar-nav .nav-li:after {
    width: 100%;
    height: 7.5px;
    background-color: transparent;
    content: " ";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0px;
}

#wrapper #header .navbar .navbar-nav .nav-li.none-padding {
    overflow: unset;
}

#wrapper #header .navbar .navbar-nav .nav-li:hover, #wrapper #header .navbar .navbar-nav .nav-li.active {
    overflow: visible;
}

#wrapper #header .navbar .navbar-nav .nav-li:hover a, #wrapper #header .navbar .navbar-nav .nav-li.active a {
    color: #dfcfbc;
}

#wrapper #header .navbar .navbar-nav .nav-li:hover a.dropdown-toggle:after, #wrapper #header .navbar .navbar-nav .nav-li.active a.dropdown-toggle:after {
    border-color: #dfcfbc transparent transparent transparent;
}

#wrapper #header .navbar .navbar-nav .nav-li.active a {
    font-weight: bold;
}

#wrapper #header .navbar .navbar-nav .nav-li:hover .sub-nav {
    visibility: visible;
    opacity: 1;
    margin: 15px 0;
}

#wrapper #header .navbar .nav-righgt {
    color: white;
}

#wrapper #header .navbar .nav-righgt .navbar-nav .nav-li {
    padding-left: 3px;
    padding-right: 3px;
    color: white;
}

#wrapper .banner {
    padding-top: 120px;
    color: white;
    background-position: center !important;

}



#wrapper .banner .form-search {
padding: 15px 0px 60px 0px;
position: relative;
}

#wrapper .banner .form-search .form-account {
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 4px;
height: 60px;
}

#wrapper .banner .form-search .form-account .form-group {
    height: 100%;
}

#wrapper .banner .form-search .form-account .form-group .form-control {
    height: 100%;
    border: none;
    outline: none;
    box-shadow: none;
}

    #wrapper .banner .form-search .form-account .form-group .form-control:focus {
        border: none;
        outline: none;
        box-shadow: none;
    }

#wrapper .banner .form-search .form-account .btn {
    background: transparent;
    height: inherit;
}

#wrapper .banner .form-search .form-account .btn .i-con {
    float: right;
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

#wrapper .banner .form-search .form-account .btn:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

#wrapper .banner .form-search .data-list {
position: absolute;
left: 0px;
background: transparent;
width: 100%;
}

#wrapper .banner .form-search .data-list .highlight {
    margin-top: 15px;
    margin-left: 0px;
    padding-left: 0px;
    width: 100%;
    background: transparent;
    left: 0px !important;
    list-style: none;
    background-color: white;
    border-radius: 8px;
    top: 0px !important;
    position: relative;
    z-index: 999;
}

#wrapper .banner .form-search .data-list .highlight li {
    width: 100%;
    background: white;
    border-bottom: 1px dashed #eee;
    padding: 15px;
    cursor: pointer;
}

#wrapper .banner .form-search .data-list .highlight li a {
    width: 100%;
    height: 100%;
    color: #2c3e50;
    display: inline-block;
}

#wrapper .banner .form-search .data-list .highlight li:hover {
    background-color: #eee;
    color: #ffa000;
}

#wrapper .banner .form-search .data-list .highlight li:last-child {
    border: none;
    border-radius: 0px 0px 8px 8px;
}

#wrapper .banner .form-search .data-list .highlight li:first-child {
    border-radius: 8px 8px 0px 0px;
}

#wrapper .banner .form-search .data-list .highlight:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid white;
    position: absolute;
    left: 30px;
    top: -10px;
}

#wrapper .breadcrumb {
    background-color: #fafafa;
    padding: 15px;
}

    #wrapper .breadcrumb .heading1 {
        margin-bottom: 0px;
    }

#wrapper #main {
    padding-bottom: 120px;
   
}

#wrapper #main .icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: white;
    display: inline-block;
    text-align: center;
    background: #0070C0;
    font-weight: bold;
    line-height: 40px;
    margin-right: 7.5px;
    margin-top: 15px;
}

#wrapper #main .form-group.is-invalid ::placeholder {
    color: red;
}

#wrapper #main .form-group.is-invalid :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: red;
}

#wrapper #main .form-group.is-invalid ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: red;
}

#wrapper #main .css-vurnku [data-type="table-th"] {
    font-size: 12px;
    background-color: whitesmoke;
    color: #707a8a;
}

#wrapper #main .css-vurnku [data-type="table-td"] {
    background-color: white;
    border-bottom: 1px solid whitesmoke;
    color: #474d57;
}

#wrapper #main .css-vurnku [data-type="table-td"]:hover {
    background-color: #fafafa;
}

#wrapper #main .css-vurnku .flex {
    padding-top: 15px;
    padding-bottom: 15px;
}

#wrapper #main .list .item {
    position: relative;
    margin-bottom: 30px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

#wrapper #main .list .item .inter {
    border-radius: 4px;
    border: 1px solid #dadce0;
    box-sizing: border-box;
    padding: 7.5px;
    display: block;
    background: white;
    position: relative;
    text-align: center;
    height: 100%;
    background: #fafafa;
}

#wrapper #main .list .item .inter img {
    width: auto;
    max-width: 100%;
}

#wrapper #main .list .item .inter p {
    margin-bottom: 0px;
}

#wrapper #main .list .item .inter.account {
    overflow: hidden;
    height: 100%;
}

#wrapper #main .list .item .inter .box-ref {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    will-change: transform,opacity;
    position: relative;
    outline: none;
    padding: 15px 0px 0px;
    margin-top: 15px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 10px;
    text-align: center;
    color: white;
    font-size: 17px;
    z-index: 10;
}

#wrapper #main .list .item .inter .box-ref:before {
    width: 100%;
    height: 1px;
    background: #dadce0;
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
}

#wrapper #main .list .item .inter .box-ref a:hover {
    color: #2c3e50;
}

#wrapper #main .list .item .inter .text {
    padding-bottom: 45px;
}

#wrapper #main .list .item .checked {
    position: absolute;
    opacity: 1;
    bottom: 10px;
    -webkit-transform: scale(1);
    transform: scale(1);
    right: 5px;
    bottom: 5px;
    width: 40px;
    height: 40px;
    display: none;
    z-index: 11;
}

#wrapper #main .list .item .checked:after {
    left: 5px;
    top: 9px;
    width: 12px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
}

#wrapper #main .list .item input {
    display: none;
}

#wrapper #main .list .item input:checked + .inter {
    opacity: 0.8;
}

#wrapper #main .list .item input:checked + .inter .checked {
    display: inline-block;
}

#wrapper #main .list .item label {
    margin-bottom: 0px;
}

#wrapper #main .list .item .inter:hover {
    background: #eef5f9;
}

#wrapper #main .list .item-product input:checked + .inter:after {
    width: 100%;
    height: 100px;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: -webkit-linear-gradient(transparent, #7acbd9);
    background: -o-linear-gradient(transparent, #7acbd9);
    background: -moz-linear-gradient(transparent, #7acbd9);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#7acbd9));
    background: linear-gradient(transparent, #7acbd9);
    z-index: 1;
    transition: background 2s;
}

div.item-product .tooltip {
    background: #1496bb;
    bottom: 100%;
    color: #fff;
    display: block;
    left: 0;
    margin-bottom: 15px;
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: absolute;
    z-index: 1000000;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
}

div.item-product .tooltip:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}

div.item-product .tooltip:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #1496bb 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -13px;
    position: absolute;
    width: 0;
    display: block;
}

div.item-product:hover .tooltip {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

#wrapper #main .list .item-product .inter {
    text-align: center;
}

#wrapper #main .list .item-product .box-ref {
    background: #25aae1;
}

#wrapper #main .list .item-product .heading2 {
    margin-bottom: 0px;
}

#wrapper #main .list .item-product .img {
    width: 100%;
    height: 80px;
    margin-bottom: 30px;
}

#wrapper #main .list .item-product .i-default-g1 {
    background: url("../images/g/x1.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g2 {
    background: url("../images/g/x1.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g3 {
    background: url("../images/g/x2.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g4 {
    background: url("../images/g/x2.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g5 {
    background: url("../images/g/x3.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g5 {
    background: url("../images/g/x3.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g7 {
    background: url("../images/g/x3.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g8 {
    background: url("../images/g/x4.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g9 {
    background: url("../images/g/x4.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g10 {
    background: url("../images/g/x4.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g11 {
    background: url("../images/g/x5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g12 {
    background: url("../images/g/x5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g13 {
    background: url("../images/g/x5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g14 {
    background: url("../images/g/x5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g15 {
    background: url("../images/g/x5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g16 {
    background: url("../images/g/x5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d1 {
    background: url("../images/d/d1.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d2 {
    background: url("../images/d/d1.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d3 {
    background: url("../images/d/d2.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d4 {
    background: url("../images/d/d2.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d5 {
    background: url("../images/d/d3.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d6 {
    background: url("../images/d/d3.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d7 {
    background: url("../images/d/d3.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d8 {
    background: url("../images/d/d4.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d9 {
    background: url("../images/d/d4.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d10 {
    background: url("../images/d/d4.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d11 {
    background: url("../images/d/d5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d12 {
    background: url("../images/d/d5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d13 {
    background: url("../images/d/d5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d14 {
    background: url("../images/d/d5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d15 {
    background: url("../images/d/d5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-d16 {
    background: url("../images/d/d5.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-c1 {
    background: url("../images/c/p1.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-c2 {
    background: url("../images/c/p1.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-c3 {
    background: url("../images/c/p2.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-c4 {
    background: url("../images/c/p2.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-c5 {
    background: url("../images/c/p3.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-c6 {
    background: url("../images/c/p3.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-c7 {
    background: url("../images/c/p3.png") no-repeat center;
}

#wrapper #main .list .item-product .i-default-g {
    background: url("../images/g.png") no-repeat center;
}

#wrapper #main .list .item-game .inter {
    padding: 0px;
    position: relative;
    height: auto;
}

#wrapper #main .list .item-game .inter .btn-ab {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    color: white;
}

#wrapper #main .list .item-game .inter .heading2 {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    margin-bottom: 0px;
    color: white;
}

#wrapper #main .list .item-game .inter:after {
    content: "";
    height: 50%;
    width: 100%;
    display: inline-block;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(31, 45, 61, 0.5)));
    background: linear-gradient(180deg, transparent, rgba(31, 45, 61, 0.5));
    bottom: 0;
    border-radius: 0 0 5px 5px;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
}

#wrapper #main .list .item-paytype {
    margin-bottom: 15px;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

#wrapper #main .list .item-paytype .inter {
    background: #dadce0;
    justify-content: center;
    align-items: center;
    display: flex;
}

#wrapper #main .list .item-paytype .checked {
    background: #0070C0;
    right: -11px;
    bottom: -25px;
    width: 40px;
    transform: rotate(45deg);
    height: 66px;
}

#wrapper #main .list .item-paytype .checked:after {
    left: 4px;
    top: 20px;
    transform: rotate(0deg);
}

#wrapper #main .list .item-paytype input:checked + .inter {
    opacity: 1;
    color: #0070C0;
    overflow: hidden;
}

#wrapper #main .list .item-paytype img {
    max-height: 50px;
}

#wrapper #main .list .item-payamount {
    margin-bottom: 15px;
}

#wrapper #main .list .item-payamount .checked::after {
    top: 14px;
}

#wrapper #main .list .item-payamount input:checked + .inter {
    opacity: 1;
    color: #0070C0;
    overflow: hidden;
}

#wrapper #main .list .item-payamount .checked {
    background: #0070C0;
    right: -11px;
    bottom: -25px;
    width: 40px;
    transform: rotate(45deg);
    height: 66px;
}

#wrapper #main .list .item-payamount .checked:after {
    left: 4px;
    top: 20px;
    transform: rotate(0deg);
}

#wrapper #main .list .item-payamount .inter {
    padding: 7.5px;
    overflow: hidden;
}

#wrapper #main .list .item-payamount .inter .text {
    font-size: 18px;
    padding-bottom: 25px;
}

#wrapper #main .list .item-payamount .inter .text b {
    padding: 3px;
    display: inline-block;
}

#wrapper #main .list .item-payamount .inter .box-ref {
    padding: 3px 5px;
    text-align: left;
    margin-top: 0px;
    font-size: 13px;
    color: #999999;
}

#wrapper #main .store-tab {
    border-bottom: 1px solid #cccccc;
    display: flex;
    -ms-flex-wrap: wrap;
    padding-left: 0px;
    flex-wrap: wrap;
}

    #wrapper #main .store-tab .store-tab-li {
        margin-bottom: -1px;
        display: flex;
        list-style: none;
        margin-right: 15px;
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
        padding: 7.5px 15px;
    }

        #wrapper #main .store-tab .store-tab-li a {
            color: #aaaaaa;
        }

        #wrapper #main .store-tab .store-tab-li.active {
            color: #2c3e50;
            background-color: #fff;
            border-color: #cccccc #cccccc #fff;
        }

            #wrapper #main .store-tab .store-tab-li.active a {
                color: #2c3e50;
            }

        #wrapper #main .store-tab .store-tab-li:hover a {
            color: #2c3e50;
        }

#wrapper #main .package-tab {
    width: 100%;
    list-style: none;
    padding-left: 0px;
    display: flex;
    overflow: hidden;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

    #wrapper #main .package-tab .package-tab-li {
        width: auto;
        margin-right: 15px;
        padding: 7.5px 15px;
        border-radius: 4px;
        color: #2c3e50;
        font-size: 16px;
        cursor: pointer;
        background: #cccccc;
        text-align: center;
        float: left;
        margin-bottom: 15px;
    }

        #wrapper #main .package-tab .package-tab-li a {
            color: #666666;
        }

        #wrapper #main .package-tab .package-tab-li.active {
            background-color: #0070C0;
        }

            #wrapper #main .package-tab .package-tab-li.active a {
                color: white;
            }

        #wrapper #main .package-tab .package-tab-li:hover a {
            color: #2c3e50;
        }

    #wrapper #main .package-tab.flex-direction-reverse .package-tab-li:first-child {
        margin-right: 0px;
    }

#wrapper #main .tab-ul {
    width: 100%;
    display: flex;
    list-style: none;
    padding: 0px;
    background: #fafafa;
    margin-bottom: 15px;
    align-items: center;
    border-bottom: 2px solid #dadce0;
    padding-top: 7.5px;
    overflow-x: auto;
    overflow-y: hidden;
}

#wrapper #main .tab-li {
    padding: 0px 7.5px;
    color: white;
    font-size: 11px;
    text-align: center;
    margin-bottom: 0px;
    color: #2c3e50;
}

    #wrapper #main .tab-li a {
        color: #2c3e50;
    }

    #wrapper #main .tab-li.active {
        border-bottom: 2px solid #0070C0;
    }

#wrapper #main .package-content, #wrapper #main .li-containt {
    display: none !important;
}

    #wrapper #main .package-content.active, #wrapper #main .li-containt.active {
        display: flex !important;
    }

#wrapper #main .packageP-tab {
    width: 100%;
    list-style: none;
    margin-bottom: 15px;
    padding-left: 0px;
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
}

    #wrapper #main .packageP-tab .packageP-tab-li {
        width: calc(33.333333%);
        padding: 7.5px 15px;
        border-right: 1px solid white;
        color: #2c3e50;
        font-size: 16px;
        cursor: pointer;
        background: #eee;
        text-align: center;
        float: left;
        margin-bottom: 1px;
        position: relative;
    }

        #wrapper #main .packageP-tab .packageP-tab-li a {
            color: #666666;
        }

        #wrapper #main .packageP-tab .packageP-tab-li.active {
            background-color: #25aae1;
        }

            #wrapper #main .packageP-tab .packageP-tab-li.active a {
                color: white;
            }

        #wrapper #main .packageP-tab .packageP-tab-li:hover a {
            color: #2c3e50;
        }

        #wrapper #main .packageP-tab .packageP-tab-li span {
            position: absolute;
            top: 0px;
            right: 0px;
        }

#wrapper #footer {
    color: #888;
    height: 120px;    
    bottom: 0;
    width: 100%;
    left: 0;
}

#wrapper .db-RegisterAndLoginBackground-background {
    position: fixed;
    left: 0;
    right: 0;
    top: -250px;
    bottom: 0;
    z-index: 0;
    transform: skewY(-12deg);
}

    #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-firstRightStripe {
        top: 658px;
        right: -10px;
        left: calc(50% + 430px);
        height: 40px;
        background-color: #7a73ff;
    }

    #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-grayBackground {
        position: absolute;
        top: 0px;
        left: 0;
        right: 0;
        transform-origin: 0 50%;
        height: 700px;
        background-color: #f0f6f9;
        /*f7fafc #f0f6f9 */
    }

    #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-verticalLine {
        position: absolute;
        top: -100vh;
        bottom: -100vh;
        right: auto;
        width: 1px;
        background-size: 1px 8px;
        background-image: linear-gradient(180deg, #eceef4 49%, rgba(236, 238, 244, 0) 50%);
    }

    #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-verticalLine--first {
        left: calc(50% - 540px );
    }

    #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-verticalLine--fifth {
        left: calc(50% + 540px);
    }

    #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-firstAndSecondLeftStripeBlend, #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-firstLeftStripe, #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-firstRightStripe, #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-secondLeftStripe {
        position: absolute;
        z-index: 2;
    }

    #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-secondLeftStripe {
        top: 698px;
        left: -10px;
        right: calc(50% + 405px);
        height: 5px;
        background-color: #0070C0;
    }

    #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-firstRightStripe {
        top: 658px;
        right: -10px;
        left: calc(50% + 430px);
        height: 5px;
        background-color: #0070C0;
    }

    #wrapper .db-RegisterAndLoginBackground-background .db-RegisterAndLoginBackground-secondLeftStripe {
        top: 698px;
        left: -10px;
        right: calc(50% + 405px);
        height: 5px;
        background-color: #0070C0;
    }

/**************************END MAIN*************************/
.flex {
    display: flex;
    flex-wrap: wrap;
}

.no-wrap {
    flex-wrap: nowrap !important;
}

.list-parent {
    background: #fafafa;
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding: 15px 0px;
    margin-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #ededed;
    cursor: pointer;
    -moz-transition: height 0.5s ease;
    -webkit-transition: height 0.5s ease;
    -o-transition: height 0.5s ease;
    transition: height 0.5s ease;
    height: 46px;
    overflow: hidden;
}

    .list-parent .list-title {
        border-bottom: 1px solid #ededed;
        margin-bottom: 15px;
        padding-bottom: 7.5px;
    }
    .list-parent.active {
        background: linear-gradient(transparent, #e8f0f1);
    }
    /******************************FOOTER*******************************/
    /******************************END FOOTER*******************************/
    /**************************Media***********************************/
    @media screen and (max-width: 992px) {
        /*ipad pro*/
        #wrapper {
        position: relative;
    }

        #wrapper .menu-overlay {
            opacity: 0.8;
            background: #111111;
            width: 100%;
            height: 100%;
            position: absolute;
            display: none;
            z-index: 30;
            transition: 0.5s;
        }

            #wrapper .menu-overlay span {
                color: white;
                font-size: 29px;
                line-height: 23px;
                padding: 15px;
                display: inline-block;
                position: fixed;
                top: 0px;
                left: 0px;
            }

        #wrapper #top .ul.info .li {
            float: left;
            width: auto;
            margin: 0px;
            font-size: 17px;
        }

            #wrapper #top .ul.info .li a {
                font-size: 17px;
            }

            #wrapper #top .ul.info .li:nth-child(2) {
                float: right;
            }

        #wrapper #header .navbar-light .navbar-toggler-icon {
            background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(61,61,61, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }

        #wrapper #header .navbar {
            padding: .5rem 1rem;
            flex-wrap: wrap;
        }

            #wrapper #header .navbar .logo.logo-mobile {
                background-position: center left;
                display: block;
                background-size: 90px;
                width: 65%;
            }

            #wrapper #header .navbar .navbar-toggler {
                border: none;
                margin-top: 5px;
            }

            #wrapper #header .navbar .navbar-collapse {
                height: 0px;
            }

            #wrapper #header .navbar .navbar-nav {
                height: 100%;
                /* 100% Full-height */
                width: 0;
                /* 0 width - change this with JavaScript */
                position: fixed;
                /* Stay in place */
                z-index: 111;
                /* Stay on top */
                top: 0;
                /* Stay at the top */
                right: 0;
                background-color: white;
                /* Black*/
                overflow-x: hidden;
                padding-top: 30px;
                /* Place content 60px from the top */
                transition: 0.5s;
                /* 0.5 second transition effect to slide in the sidenav */
                margin-top: 0px;
                display: block;
            }

                #wrapper #header .navbar .navbar-nav .nav-li {
                    padding: 13px 0;
                    width: 100%;
                    float: unset;
                    height: auto;
                    text-align: left;
                    line-height: 20px;
                }

                    #wrapper #header .navbar .navbar-nav .nav-li a {
                        display: inline-block;
                        padding: 0px 15px;
                        color: #2c3e50;
                        text-transform: none;
                    }

                        #wrapper #header .navbar .navbar-nav .nav-li a.dropdown-toggle:after {
                            display: none;
                        }

                    #wrapper #header .navbar .navbar-nav .nav-li .sub-nav {
                        position: relative;
                        width: 100%;
                        opacity: 1;
                        visibility: visible;
                        margin: 0px;
                        list-style-type: circle;
                        background: transparent;
                        height: 0px;
                        box-shadow: none;
                        overflow: hidden;
                        margin: 0px;
                    }

                        #wrapper #header .navbar .navbar-nav .nav-li .sub-nav .sub-nav-li {
                            color: #0070C0;
                            background: transparent;
                            border: none;
                            padding: 8px 0px 8px 15px;
                            text-indent: 0px;
                        }

                            #wrapper #header .navbar .navbar-nav .nav-li .sub-nav .sub-nav-li a {
                                color: #0070C0;
                                text-indent: 0px;
                                padding: 0px;
                            }

                            #wrapper #header .navbar .navbar-nav .nav-li .sub-nav .sub-nav-li.active {
                                color: #0070C0;
                                background: white;
                            }

                                #wrapper #header .navbar .navbar-nav .nav-li .sub-nav .sub-nav-li.active a {
                                    color: #0070C0;
                                }

                        #wrapper #header .navbar .navbar-nav .nav-li .sub-nav:before {
                            width: 0px;
                            height: 0px;
                            content: unset;
                        }

                    #wrapper #header .navbar .navbar-nav .nav-li .rd-submenu-toggle {
                        position: absolute;
                        top: 27px;
                        right: 11px;
                        margin-top: -20.5px;
                        width: 32px;
                        height: 32px;
                        font: 400 14px "FontAwesome";
                        line-height: 32px;
                        text-align: center;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                        -moz-transition: .5s all ease;
                        -o-transition: .5s all ease;
                        -webkit-transition: .5s all ease;
                        transition: .5s all ease;
                        z-index: 2;
                        background: #888888;
                        cursor: pointer;
                    }

                        #wrapper #header .navbar .navbar-nav .nav-li .rd-submenu-toggle::after {
                            content: '+';
                            -moz-transition: .5s all ease;
                            -o-transition: .5s all ease;
                            -webkit-transition: .5s all ease;
                            transition: .5s all ease;
                        }

                    #wrapper #header .navbar .navbar-nav .nav-li .show {
                        display: block;
                    }

                    #wrapper #header .navbar .navbar-nav .nav-li.active a {
                        color: #2c3e50;
                    }

                    #wrapper #header .navbar .navbar-nav .nav-li:hover, #wrapper #header .navbar .navbar-nav .nav-li.active {
                        border: 1px solid transparent;
                        border-radius: 0px;
                        margin: 0px;
                    }

                        #wrapper #header .navbar .navbar-nav .nav-li:hover .sub-nav {
                            margin: 0px;
                        }

                    #wrapper #header .navbar .navbar-nav .nav-li.down .rd-submenu-toggle::after {
                        content: "-";
                    }

                    #wrapper #header .navbar .navbar-nav .nav-li.down .sub-nav {
                        padding-top: 10px;
                    }

                    #wrapper #header .navbar .navbar-nav .nav-li:hover a {
                        color: #0070C0;
                    }

                    #wrapper #header .navbar .navbar-nav .nav-li:after {
                        display: none;
                    }
}

@media screen and (max-width: 768px) {
    #wrapper #header .navbar .navbar-nav {
        padding-top: 30px;
    }
    

    #wrapper #header .navbar .navbar-nav .nav-li.nav-logo {
        position: absolute;
        top: 0;
        width: 100%;
    }

            #wrapper #header .navbar .navbar-nav .nav-li.nav-logo a {
                text-align: center;
            }

    #wrapper #main ::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 1px;
        height: 0px;
    }

    #wrapper #main ::-webkit-scrollbar-thumb {
        background-color: white;
        border-radius: 10px;
        border: 0px solid #ffffff;
    }

    #wrapper #footer {
        text-align: center;
    }
}

@media screen and (max-width: 567px) {
    #wrapper #main .col-md-6 .col-3 {
        flex: 0 0 40%;
        max-width: 40%;
    }

    #wrapper #main .col-md-6 .col-9 {
        flex: 0 0 60%;
        max-width: 60%;
        padding-left: 0px;
    }

        #wrapper #main .col-md-6 .col-9 .name {
            font-size: 20px;
            line-height: 15px;
        }

        #wrapper #main .col-md-6 .col-9 .text {
            font-size: 15px;
        }

    #wrapper #main .col-md-6 .content {
        font-size: 14px;
    }

    /*#wrapper #main .list .item {
        margin-top: 15px;
        margin-bottom: 0px;
    }*/

    #wrapper #main .list .col-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #wrapper #main .list .col-3.item-product {
        flex: 0 0 50%;
        max-width: 50%;
    }



    .hiden-mobile {
        display: none;
    }

    .show-mobile {
        display: flex;
        padding-top: 15px;
    }

    .show-mobile-1 {
        display: inline-block;
    }

    #wrapper .banner .form-search .form-account .col-sm-1 {
        width: 20%;
    }

    #wrapper .banner .form-search .form-account .col-sm-11 {
        width: 80%;
    }

    #wrapper #main .list .item.item-game {
        width: 100%;
    }

    .heading1 {
        margin-bottom: 30px;
    }

    .form-base {
        padding: 30px 15px;
    }

    #wrapper .fullcontent {
        padding: 30px 0px;
    }

    #wrapper .none-padding {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .form .heading1 {
        text-align: center
    }
}

.field-validation-error {
    color: red;
    font-size: 13px;
    display: inline-block;
}

.alert .alert-close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-weight: bolder;
    background: white;
    opacity: 0.3;
    padding: 0px 6px;
    line-height: 19px;
    border-radius: 3px;
}

.alert-bottom {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    margin-bottom: 0px;
    animation-name: fadeout;
    animation-duration: 15s;
    opacity: 0;
}

.fadeout {
    animation-name: fadeout;
}

@keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* Internet Explorer */
@-ms-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}
/* Opera < 12.1 */
@-o-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

 


    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        -o-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: -webkit-transform .3s ease-out;
        transition: transform .3s ease-out;
        transition: transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out;
    }

    .modal.in .modal-dialog, .modal.in.fade .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        filter: alpha(opacity=0);
        opacity: 0;
    }

    .modal-backdrop.in {
        filter: alpha(opacity=50);
        opacity: .5;
    }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    border-radius: 10px;
    border: 0 solid #fff;
}

.modal .modal-header {
    align-items: baseline;
}

    .modal .modal-header .modal-title {
        position: relative;
    }

    .modal .modal-header .close {
        position: absolute;
        background: white;
        padding: 10px;
        top: 5px;
        right: 20px;
    }

    .modal .modal-header .modal-title:after {
        position: absolute;
        width: 100%;
        display: inline-block;
        height: 1px;
        background: #ffa000;
        content: "";
        bottom: -16px;
        left: 0px;
    }

.modal ul {
    list-style: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    padding: 15px;
}

    .modal ul li {
        /*        width: calc(33% - 5px);*/
        padding: 15px;
        float: left;
        color: #2c3e50;
    }

        .modal ul li a {
            color: #2c3e50;
        }

        .modal ul li:hover a {
            color: #0070C0;
        }

.modal.alert .modal-content {
    display: block;
}

.modal.alert .close {
    background: inherit;
}

.modal.alert .alert-error {
    color: red;
}

.modal.alert .alert-waring {
    color: orange;
}

.modal.alert .alert-msg {
    color: #2c3e50;
}

.page-link {
    color: #2c3e50;
    border-color: #ccc !important;
}

.wait {
    height: 15px;
}

.p {
    display: block;
}

.ui-helper-hidden-accessible {
    display: none;
}

input[ name="NationalID"] {
    display: none
}

.bg_gray {
    background: #fafafa;
}

.fbg {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    margin: auto;
}

    .fbg li {
        margin-right: 5px;
        margin-bottom: 5px;
    }

        .fbg li img {
            max-height: 50px;
        }

#inneriframe {
    max-width: 100%;
    height: 920px;
    overflow-x: scroll;
}

.hot {
    width: 60px;
    height: 60px;
    background: url(https://pay.gosu.vn/themes/temp2017/images/hot.png) no-repeat center;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: -5px;
    top: -45px;
}

.bonus {
    width: 35px;
    height: 35px;
    background: url(https://img.icons8.com/arcade/64/gift.png) no-repeat center;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: 5px;
    top: -11px;
}

.pos {
    position: absolute;
    right: 0px;
    top: -20px;
}

.new {
    width: 60px;
    height: 60px;
    background: url(https://img.icons8.com/officel/80/new.png) no-repeat center;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: -5px;
    top: -45px;
}

#nz-div-4 h3.tde :after {
    content: "";
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-left: 20px solid #16a085;
    border-bottom: 0px solid transparent;
    border-right: 0 solid transparent;
    position: absolute;
    top: 0px;
    right: -20px;
}

#nz-div-4 h3.tde :before {
    content: "";
    width: 0;
    height: 0;
    border-width: 40px 20px 0px 0px;
    border-style: solid;
    border-color: transparent;
    border-right-color: #16a085;
    position: absolute;
    top: 0px;
    left: -20px;
}

#nz-div-4 h3.tde span {
    background: #16a085;
    padding: 10px 20px 8px 20px;
    color: white;
    position: relative;
    display: inline-block;
    margin: 0;
}

#nz-div-4 h3.tde {
    text-align: center;
    margin: 45px 0;
    border-bottom: 2px solid #16a085;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.animation-examples {
    width: 250px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    font-family: cambria;
}

    .animation-examples.one {
        color: #e76969;
        outline: 10px dashed #e4cce0;
        box-shadow: 0 0 0 10px #e769ac;
        animation: 0.5s animateBorderOne ease infinite;
    }

@keyframes animateBorderOne {
    to {
        outline-color: #e76987;
        box-shadow: 0 0 0 10px #ddcce4;
    }
}

#wrapper #main .iconopenid {
    width: 40px;
    height: 40px;
    color: white;
    display: inline-block;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
    margin-right: 7.5px;
    margin-top: 15px;
}

.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 15px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.pading-30 {
    padding: 30px 0px !important;
}

.margin-b30 {
    margin-bottom: 30px;
}

.new {
    width: 60px;
    height: 60px;
    background: url(https://img.icons8.com/officel/80/new.png) no-repeat center;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: -15px;
    top: -29px;
}

.hot {
    width: 60px;
    height: 60px;
    background: url(https://pay.gosu.vn/themes/temp2017/images/hot.png) no-repeat center;
    display: inline-block;
    background-size: 100%;
    position: absolute;
    right: -15px;
    top: -29px;
}

.txtfcopy {
    border: none;
    outline: none
}

.copy {
    background: green;
    color: White;
    border-radius: 6px;
    padding: 0px 3px;
    font-style: italic;
    cursor: pointer;
    float: right;
}

.list {
    margin-right: -7.5px;
    margin-left: -7.5px;
}
.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-edit:before {
    content: "\f044";
}
.btn-edit {
    display: inline-flex;
    align-items: center;
    background-color: #ffc107; /* Warning color */
    border: none;
    color: white;
    padding: 8px 12px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.btn-edit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 2px solid #000;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    background-color: white;
}

/* Pencil body */
.pencil {
    position: relative;
    width: 12px;
    height: 12px;
    background-color: #000;
    transform: rotate(-45deg);
}

    /* Pencil tip */
    .pencil:before {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #ffc107; /* Yellow pencil tip */
    }

    /* Pencil eraser */
    .pencil:after {
        content: '';
        position: absolute;
        top: -8px;
        right: 0;
        width: 4px;
        height: 4px;
        background-color: #ff6b6b; /* Eraser color */
        border-radius: 2px;
    }

    /*# sourceMappingURL=styles.css.map */
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    position:relative;
}
.form-switch .form-check-input {
    width: 2em;
    margin-right: 7.5px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
.form-check .form-check-input {
    float: left;
   
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-switch .form-check-input {
    width: 2em;
   
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position .15s ease-in-out;
}
    .form-switch .form-check-input:checked {
        background-position: right center;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    }
.form-comfirm {
    border-radius: 4px;
    border: 1px solid #ced4da;
    background: white;
    box-shadow: 0 2px 5px #b1b1b1;
}
    .form-comfirm .head {
        border-bottom: 1px solid #ced4da;
    }
        .form-comfirm .head p {
            margin: 0px;
            padding: 2.5px 15px;
            text-align: left;
        }
    .form-comfirm .bcontent {
        padding: 60px 30px;
    }

.arrow {
    border: solid #6a6464;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    float: right;    
    width:15px;
    height:15px;
}

.list-parent.active .down {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.arrow  .right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.arrow  .left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.arrow  .up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


