﻿body {
    margin: 0;
    font-family: 'GmarketSansMedium';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #777;
    text-align: left;
    background-color: #fff;
}

.up-header {
    z-index: 100;
    background: rgb(0, 53, 151);
    overflow: unset;
    height: auto;
    box-sizing: border-box;
    border-bottom: 0px;
    width: 100%;
    margin-bottom: -60px;
    color: rgb(255, 255, 255);
    position: sticky;
    top: 0px;
}

.header-box {
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 0px auto;
    padding: 0px 20px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.header-menu {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    justify-content: space-between;
}

.menu-id {
    margin-left: 0px;
    font-size: 13px;
    color: #fff;
    display: flex;
}

    .menu-id a {
        color: #fff;
        display: flex;
        align-items: center;
    }

a {
    text-decoration: none;
}

.menu-id .t-menu-icon {
    margin-right: 5px;
}

.t-menu-icon {
    font-size: 20px;
    width: 20px;
}

img {
    vertical-align: middle;
    border-style: none;
    border: 0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, a, abbr, acronym, cite, code, del, dfn, em, img, ins, q, s, samp, strike, strong, sub, sup, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, embed {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

@media screen and (max-width: 5000px) {
    .menu-pc {
        display: flex !important;
    }
}

@media screen and (max-width: 950px) {
    .menu-pc {
        display: block !important;
    }
}

@media screen and (max-width: 5000px) {
    .logo-mobile {
        display: none !important;
    }
}

@media screen and (max-width: 950px) {
    .logo-mobile {
        display: flex !important;
    }
}

.menu-pc ul {
    display: flex;
    color: #fff;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 0px;
}
.logo-letter {
    margin: 0px !important;
    font-size: 25px;
    color: #ff2f31;
}
@media(max-width:768px) {
    .menu-pc ul {
        display: flex;
        color: #fff;
        justify-content: space-between;
        align-items: center;
        gap: 20px;
        margin-bottom: 0px;
    }
    .logo-letter {
        margin: 0px !important;
        font-size: 25px;
        color: #f64445;
        display: none;
    }
}
ol, ul, li {
    list-style: none;
}

.menu-pc ul li a {
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

    .menu-pc ul li a .badge {
        background-color: #28a745;
        color: #fff;
        border-radius: 50%;
        font-size: 12px;
        width: 20px;
        height: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-left: 5px;
    }

.d-flex {
    display: flex;
}

.menu-icon-wrap {
    display: flex;
}

    .menu-icon-wrap .logout-icon {
        margin-left: 30px;
        position: relative;
        color: #fff;
        display: flex;
    }

        .menu-icon-wrap .logout-icon a {
            color: #fff;
            display: flex;
            align-items: center;
            cursor: pointer;
        }

.logout-icon .t-menu-icon:first-child {
    margin-right: 20px;
}

label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.m-b-0 {
    margin-bottom: 0px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.chart-width {
    width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
/*order page style*/
.m-main {
    position: relative;
    padding-top: 72px;
    transition: all .4s ease-out;
    padding-bottom: 100px;
    max-width: 1280px;
    margin: 0 auto;
}

.stock-name {
    position: relative;
    padding: 5px 10px;
}

.main-left02-title {
    gap: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
}

.stock-name-title {
    display: flex;
    align-items: center;
}

.stock-name-select {
    display: flex;
    flex-direction: column;
    text-decoration: none !important;
}

    .stock-name-select .main-left02-name {
        font-size: 20px;
        line-height: 1;
        font-weight: 700;
        color: black;
    }

@media screen and (max-width: 500px) {
    .stock-name-select .main-left02-name {
        font-size: 17px;
        line-height: 1;
        font-weight: normal;
    }
}

.stock-name-select .main-left02-symbol {
    color: #666;
    font-size: 12px;
}

.stock-buttons {
    display: flex;
    gap: 5px;
}

.search-btn {
    background-color: #003597;
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px 10px 0px 10px;
    border-radius: 2px;
    color: #fff;
    font-size: 15px;
    gap: 3px;
    white-space: nowrap;
}

@media screen and (max-width: 500px) {
    .search-btn span:nth-child(2), .chart-btn span:nth-child(2) {
        display: none;
    }
}

#overnight-btn {
    background-color: rgb(187, 49, 49);
    border: 1px solid rgb(133, 27, 27);
    color: rgb(255, 255, 255);
    padding: 8px 7px;
    height: 40px;
    border-radius: 2px;
    font-size: 15px;
    white-space: nowrap;
}

#overnight-cancel-btn {
    background-color: rgb(66 66 66);
    border: 1px solid rgb(88 88 88);
    color: rgb(255, 255, 255);
    padding: 8px 7px;
    height: 40px;
    border-radius: 2px;
    font-size: 15px;
    white-space: nowrap;
}

@media screen and (max-width: 500px) {
    #overnight-cancel-btn:nth-child(2), #overnight-btn:nth-child(2) {
        display: unset;
    }
}

.stock-money-box {
    display: flex;
    align-items: baseline;
    margin-top: 5px;
    justify-content: space-between;
}

.up {
    color: #c84a31 !important;
}

.stock-money-box span:nth-child(1) {
    display: block;
    font-size: 32px;
    font-weight: 500;
}

@media screen and (max-width: 400px) {
    .stock-money-box span:nth-child(1) {
        font-size: 23px;
    }
}

.stock-money-box.up span strong {
    color: #c84a31 !important;
}

.stock-money-box span strong {
    display: inline-block;
    font-weight: 500;
}

.stock-money-box span:nth-child(2) {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.stock-money-box.up span strong.upDown {
    margin-left: 6px;
    padding-left: 14px;
}

.stock-money-box span .upDown2 {
    margin-left: 10px;
}

.chart-container {
    border-radius: 5px;
    overflow: hidden;
}

.chart-header {
    background-color: #f3f3f3;
    padding: 5px 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

#chart-icon {
    transition: transform 0.3s ease;
}

.chart-content.open {
    max-height: 520px;
}

.chart-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: #c1bdbd;
}

.chart-box {
    position: relative;
    width: 100%;
    max-height: 600px;
    overflow: hidden;
}

.chart-box {
    padding: 0px;
    text-align: center;
    margin-bottom: 0px;
}

#tv_chart_container {
    width: 100%;
    height: 285px;
}

@media screen and (max-width: 2200px) {
    #tv_chart_container {
        width: 100%;
        height: 400px;
    }
}

.lightningChart {
    height: 100%;
    width: 100%;
    border: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #707070;
    background-blend-mode: luminosity;
    position: relative;
    overflow-y: auto;
}

.lightningChart-container {
    width: 100%;
    position: relative;
    height: 520px;
}

.chart-box iframe {
    width: 100% !important;
    max-height: 400px !important;
    border: none;
}

.buysell-container input[name="tab_item"] {
    display: none;
}

button, input {
    overflow: visible;
}

.buysell-container .tabs input:checked + .tab_item {
    color: #d52b2b;
    border-bottom: 3px solid #bb3131;
}

.d-flex {
    display: flex;
}

.p-l-10 {
    padding-left: 10px;
}

.m-l-5 {
    padding-left: 5px;
}

.p-r-5 {
    padding-right: 5px;
}

.indicator {
    border: 1px solid grey;
    border-radius: 3px;
    padding: 3px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-5 {
    margin-left: 5px;
}

.buysell-container .tab_item {
    width: calc(100% / 2);
    height: 50px;
    background-color: #f8f8f8;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #333333;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.buysell-order {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    border-top: 1px #ccc solid;
    height: 445px;
}

.main-left04 {
    box-sizing: border-box;
    flex: 1 1 40%;
    border-right: 1px #ccc solid;
}

.orderHeader {
    display: flex;
    width: 100%;
}

    .orderHeader .main-left04-left-title {
        width: 100%;
    }

        .orderHeader .main-left04-left-title ul {
            display: flex;
            justify-content: space-around;
            padding: 15px 0px 5px 0px;
            font-weight: bold;
            border-bottom: 1px #ccc solid;
        }

            .orderHeader .main-left04-left-title ul li {
                font-size: 14px;
            }

.buysell-tab-wrap {
    flex: 1 1 60%;
}

.orderContainer {
    position: relative;
}

.table-wrapper {
    overflow-x: auto;
    margin-bottom: 100px;
}

.table-scrollable {
    overflow-y: auto;
    max-height: 400px;
    height: 100%;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

::-webkit-scrollbar-thumb {
    background: rgb(172, 172, 172);
    border-radius: 30px;
}

::-webkit-scrollbar-track {
    border: 0px solid rgb(43 50 59);
    border-radius: 30px;
}

.table-scrollable table {
    table-layout: auto;
    width: 100%;
}

.order-table {
    font-size: 13px;
    width: 100%;
}

table {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.table-scrollable table thead {
    font-size: 12px;
}

.table-scrollable thead, .table-scrollable tfoot {
    position: sticky;
    top: 0;
    background-color: #efefef;
    z-index: 99;
}

.table-scrollable th, .table-scrollable td {
    padding: 5px 2px 5px 2px;
    text-align: left;
}

.text-center {
    text-align: center !important;
}

th, td {
    padding: 5px;
    text-align: left;
    border: 1px solid #ddd;
    white-space: nowrap;
}

.hoga-row {
    position: relative;
}

.order-table tbody td {
    text-align: right;
    height: 45px;
    padding-right: 5px;
    position: relative;
}

.red {
    color: #c84a31 !important;
}

.blue-order-bg {
    background-color: #e3ebf5;
    border: 1px #fff solid;
}

.oreder-money div:nth-child(1) {
    font-size: 12px;
}

.oreder-money div:nth-child(2) {
    font-size: 10px;
}

.order-table tbody tr td:nth-child(2) {
    padding-right: 10px !important;
}

[data-value="40"] .graph-bar-blue, [data-value="40"] .graph-bar-red {
    width: 40%;
}

.graph-bar-blue {
    height: 24px;
    background-color: rgba(0, 100, 255, 0.2);
    width: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

[data-value="30"] .graph-bar-blue, [data-value="30"] .graph-bar-red {
    width: 30%;
}

[data-value="20"] .graph-bar-blue, [data-value="20"] .graph-bar-red {
    width: 20%;
}

[data-value="10"] .graph-bar-blue, [data-value="10"] .graph-bar-red {
    width: 10%;
}

.graph-bar-red {
    height: 24px;
    background-color: rgb(255 0 0 / 20%);
    width: 0;
    position: absolute;
    right: 0;
    top: 10px;
}

.red-order-bg {
    background-color: #ffe8e8;
    border: 1px #fff solid;
}

[data-value="50"] .graph-bar-blue, [data-value="50"] .graph-bar-red {
    width: 50%;
}

[data-value="60"] .graph-bar-blue, [data-value="60"] .graph-bar-red {
    width: 60%;
}

[data-value="70"] .graph-bar-blue, [data-value="70"] .graph-bar-red {
    width: 70%;
}

[data-value="80"] .graph-bar-blue, [data-value="80"] .graph-bar-red {
    width: 80%;
}

[data-value="90"] .graph-bar-blue, [data-value="90"] .graph-bar-red {
    width: 90%;
}

[data-value="100"] .graph-bar-blue, [data-value="100"] .graph-bar-red {
    width: 100%;
}

.graph-bar-blue, .graph-bar-red {
    width: 100%;
}

.table-scrollable table tfoot {
    font-size: 12px;
}

.table-scrollable tfoot {
    bottom: -1px;
}

.table-scrollable thead, .table-scrollable tfoot {
    position: sticky;
    top: 0;
    background-color: #efefef;
    z-index: 99;
}

#buysell1:checked ~ .buysell-order .buysell-tab-wrap #buysell1_content, #buysell2:checked ~ .buysell-order .buysell-tab-wrap #buysell2_content, #buysell3:checked ~ .buysell-order .buysell-tab-wrap #buysell3_content, #buysell4:checked ~ .buysell-order .buysell-tab-wrap #buysell4_content {
    display: block;
}

.buysell-tab-wrap .tab_content {
    display: none;
    padding: 3px 10px 10px 10px;
    clear: both;
    overflow: hidden;
    height: 100%;
    max-height: 450px;
}

.tab_content {
    display: none;
}

.tab-box {
    position: relative;
    font-size: 14px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.tab-form-btn {
    width: 100%;
    position: absolute;
    bottom: 0px;
}

@media screen and (max-width: 400px) {
    .tab-form-btn {
        position: unset;
        bottom: 0px;
    }
}

@media screen and (max-width: 500px) {
    .tab-form-btn {
        width: 100%;
        position: unset;
        bottom: 0px;
    }
}

.chch_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 5px;
    margin-bottom: 5px;
    align-items: stretch;
    height: 100%;
}

.btnem_ch1 {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

    .btnem_ch1 .chch11 {
        background-color: #ccc;
        width: 100%;
        text-align: center;
        padding: 5px 0px 0px 0px;
    }

    .btnem_ch1 .chch22 {
        text-align: center;
        border: 1px #ccc solid;
    }

        .btnem_ch1 .chch22 .total_total_benefit {
            outline: unset;
            background: transparent;
            padding: 0px 0px 0px 0px;
            color: rgb(51, 51, 51);
            text-align: center;
            width: 100%;
        }

.btnem_ch2 .chch33 {
    background-color: #08265d;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.buysell-btn-line2 {
    gap: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

    .buysell-btn-line2 .btnem1 {
        background-color: rgb(187 49 49);
        border: 1px solid rgb(133 27 27);
        color: rgb(255, 255, 255) !important;
    }

    .buysell-btn-line2 a {
        text-decoration: none;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        border-radius: 2px;
        width: 50%;
        height: 40px;
        font-size: 15px;
    }

@media screen and (max-width: 400px) {
    .buysell-btn-line2 a {
        height: 50px;
    }
}

.buysell-btn-line2 .btnem2 {
    background-color: rgb(12, 56, 135);
    border: 1px solid rgb(0, 98, 223);
    color: rgb(255, 255, 255) !important;
}

.tab-form {
    gap: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 5px 20px;
}

@media screen and (max-width: 360px) {
    .tab-form {
        padding: 15px 10px 0 10px;
    }
}

@media screen and (max-width: 500px) {
    .tab-form {
        padding: 5px 5px;
    }
}

.tab-form div {
    box-sizing: border-box;
}

.buysell-line1 {
    width: 100%;
    gap: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
}

@media screen and (max-width: 400px) {
    .buysell-line1 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 500px) {
    .buysell-line1 {
        margin-bottom: 5px;
    }
}

.buysell-line1-content {
    gap: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .buysell-line1-content .bs01 {
        font-size: 14px;
    }

    .buysell-line1-content .bs02 {
        gap: 4px;
        display: flex;
        flex-direction: row;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: end;
        justify-content: flex-end;
    }

        .buysell-line1-content .bs02 .bs02-1, .buysell-line1-content .bs02 .bs02-2 {
            line-height: 24px;
            font-weight: 700;
            font-size: 15px;
            color: inherit;
        }

.buysell-line2 {
    width: 100%;
    gap: 0px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 5px;
}

@media screen and (max-width: 400px) {
    .buysell-line2 {
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 500px) {
    .buysell-line2 {
        margin-bottom: 10px;
    }
}

.buysell-line2-content .bs01 {
    width: 80px;
    font-size: 14px;
}

.buysell-line2-content .bs02 {
    gap: 4px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

    .buysell-line2-content .bs02 .bs02-1, .buysell-line2-content .bs02 .bs02-2 {
        line-height: 24px;
        font-weight: 700;
        font-size: 14px;
        color: inherit;
        position: relative;
        padding-left: 10px;
    }

.blue {
    color: #1261c4 !important;
}

.buysell-line2-content {
    gap: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

    .buysell-line2-content .bs02 .bs02-2::before {
        content: " ";
        display: inline-block;
        width: 1px;
        height: 14px;
        position: absolute;
        left: 0px;
        top: 40%;
        transform: translateY(-50%);
        background-color: rgb(133 133 133);
        opacity: 1;
    }

.buysell-line4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    -webkit-box-align: start;
    align-items: start;
    margin-bottom: 2px;
}

    .buysell-line4 .bs01 {
        font-size: 14px;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

        .buysell-line4 .bs01 span:nth-child(2) {
            text-decoration: underline;
        }

    .buysell-line4 .bs02 {
        width: 100%;
    }

.bs02-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bs02-content-form {
    display: flex;
    width: 100%;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 2px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    font-weight: 400;
    height: 30px;
    font-size: 14px;
    line-height: 21px;
    position: relative;
}

    .bs02-content-form input {
        min-width: 100%;
        text-align: right;
        padding-right: 80px !important;
        border: unset;
        outline: unset;
        flex: 1 1 0%;
        background: transparent;
        padding: 0px 0px 0px 0px;
        color: rgb(51, 51, 51);
        width: 100%;
    }

.plus-minus {
    --border-color: #d0d0d0;
    --bg-color: #f4f5f7;
    display: flex;
    right: 0;
    position: absolute;
    height: 28px;
}

.buysell-line4 > div:nth-of-type(2) > div > div > input + div > button:first-of-type {
    margin-left: 14px;
}

.buysell-line4 > div:nth-of-type(2) > div > div > input + div button {
    height: 100%;
    background-color: #f4f5f7;
    width: 39px;
    border-top: 0px;
    border-bottom: 0px;
    border-left: 1px solid #d0d0d0;
    border-right: 0px;
}

.plus-minus button {
    cursor: pointer;
}

.table-wrapper {
    overflow-x: auto;
    margin-bottom: 100px;
}

.history-table th:nth-child(1), .history-table td:nth-child(1) {
    width: 15%;
    text-align: center;
}

.history-table th:nth-child(2), .history-table td:nth-child(2) {
    width: 10%;
    text-align: center;
}

.history-table th:nth-child(3), .history-table td:nth-child(3) {
    width: 20%;
    text-align: center;
}

.history-table th:nth-child(4), .history-table td:nth-child(4) {
    width: 10%;
    text-align: center;
}

.history-table th:nth-child(5), .history-table td:nth-child(5) {
    width: 20%;
    text-align: center;
}

.history-table th:nth-child(6), .history-table td:nth-child(6) {
    width: 10%;
    text-align: center;
}

.history-table thead {
    background-color: #f1f1f1;
    height: 40px;
}

.history-table thead {
    width: 100%;
    table-layout: fixed;
}

.table-scrollable thead, .table-scrollable tfoot {
    position: sticky;
    top: 0;
    background-color: #efefef;
    z-index: 99;
}

.buysell-line1-content {
    gap: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.order-radio {
    justify-content: space-evenly;
    gap: 20px;
}

@media screen and (max-width: 768px) {
    .order-radio {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 5000px) {
    footer {
        display: none !important;
    }
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

@media screen and (max-width: 950px) {
    footer {
        display: block !important;
    }
}

footer .footer {
    box-shadow: 0 0 5px;
    background-color: #fff;
}

    footer .footer ul {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        overflow: auto;
        align-items: center;
    }

        footer .footer ul li {
            flex: 1 1 1.25%;
            white-space: nowrap;
            background-color: #fff;
            height: 100%;
            display: flex;
            align-items: center;
            font-size: 14px;
            justify-content: center;
        }

            footer .footer ul li a {
                color: #313131;
                display: flex;
                flex: 1 1 1.25%;
                justify-content: center;
                padding: 15px 15px 15px 15px;
                text-decoration: none;
            }

.footer .active {
    background-color: #bb3131;
    color: #fff !important;
    padding: 15px 15px 15px 15px;
}

.Menu_m-cs .badge {
    background-color: #28a745;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}

.m-main.m-deposit, .m-main.m-cs, .m-main.m-notice, .m-main.m-all-price {
    max-width: 700px;
}

.content {
    padding: 10px 0px 10px 0px;
}

.popup-content {
    font-size: 14px;
}

.popup-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .popup-head h2 {
        flex: 1 1 33%;
        white-space: nowrap;
        font-weight: 700 !important;
    }

.popuph3 {
    font-size: 20px;
    margin: 10px 0px;
}

h1, h2, h3, h4, h5 {
    clear: both;
    font-family: 'GmarketSansMedium';
    font-weight: 700;
}

.popup-body {
}

.stock-live-table {
    max-height: 700px;
}

.live-stock-table {
}

    .live-stock-table thead {
        background-color: #f1f1f1;
        height: 40px;
    }

    .live-stock-table thead {
        width: 100%;
        table-layout: fixed;
    }

    .live-stock-table th:nth-child(1), .live-stock-table td:nth-child(1) {
        width: 20%;
        text-align: center;
    }

    .live-stock-table th:nth-child(2), .live-stock-table td:nth-child(2) {
        width: 15%;
        text-align: center;
    }

    .live-stock-table th:nth-child(3), .live-stock-table td:nth-child(3) {
        width: 10%;
        text-align: center;
    }

    .live-stock-table th:nth-child(4), .live-stock-table td:nth-child(4) {
        width: 10%;
        text-align: center;
    }

    .live-stock-table th:nth-child(5), .live-stock-table td:nth-child(5) {
        width: 15%;
        text-align: center;
    }

    .live-stock-table th {
        font-size: 13px;
    }

    .live-stock-table tbody tr {
        height: 50px;
        border-bottom: 1px #e7e7e7 solid;
    }

    .live-stock-table .stock-live-title {
        padding-left: 5px;
        white-space: pre-line;
    }

    .live-stock-table td {
        font-size: 12px;
    }

    .live-stock-table .stock-live-title {
        padding-left: 5px;
        white-space: pre-line;
    }

    .live-stock-table td {
        font-size: 12px;
    }

.stock-live-title {
    text-align: left !important;
    padding: 10px;
}

.live-stock-table .stock-live-title span:nth-child(2) {
    font-size: 10px;
    color: #a7a7a7;
}

.stock-search-table {
    max-height: 700px;
}

.notice-table th:nth-child(1), .notice-table td:nth-child(1) {
    width: 6%;
    text-align: center;
    border-right: 1px #f1f1f1 solid;
    font-size: 12px;
}

.notice-table th:nth-child(2), .notice-table td:nth-child(2) {
    width: 18%;
    text-align: left;
    padding: 10px 10px;
    font-size: 13px;
}

.notice-table tbody tr {
    border-bottom: 1px #f1f1f1 solid;
}

.modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
    z-index: 999;
}

    .modal-background.active {
        display: flex;
    }

.modal-content-notice {
    background: white;
    padding: 20px;
    border-radius: 5px;
    max-width: 500px;
    width: 90%;
    position: relative;
    overflow: auto;
    max-height: 500px;
}

.modal-close-notice {
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    border: none;
    font-size: 30px;
    cursor: pointer;
}

.notice-c-title {
    border-bottom: 1px #ccc solid;
    font-size: 14px;
    font-weight: 700;
}

.notice-c-text {
    font-size: 14px;
}

.popup-box2 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content2 {
    background-color: #ffffff;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 1001;
}

.popup-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .popup-head .popup-back {
        flex: 1 1 33%;
        text-align: left;
        font-size: 20px;
        padding-left: 10px;
    }

    .popup-head h2 {
        flex: 1 1 33%;
        text-align: center;
        white-space: nowrap;
    }

.popuph3 {
    font-size: 20px;
    margin: 10px 0px;
}

.popup-emty {
    flex: 1 1 33%;
}

.table-scrollable table {
    table-layout: auto;
}

.history-table tbody tr {
    height: 40px;
    border-bottom: 1px #e7e7e7 solid;
}

.history-table th:nth-child(1), .history-table td:nth-child(1) {
    width: 15%;
    text-align: center;
}

.stock-show {
    display: flex;
}

.search-container {
    margin-top: 20px;
    padding: 10px 10px;
    display: block;
}

    .search-container form {
        margin-bottom: 16px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 8px;
        white-space: nowrap;
        width: 100%;
    }

    .search-container input {
        padding: 8px;
        font-size: 14px;
        border: 1px solid #ccc;
        border-radius: 4px;
        width: 100%;
    }

    .search-container button {
        padding: 8px 16px;
        font-size: 14px;
        background-color: #e51414;
        color: #ffffff;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

.flatpickr-input[readonly] {
    cursor: pointer;
}

.table-box {
    padding-bottom: 0px;
    width: 100%;
    overflow: auto;
    white-space: nowrap;
    border-top: 5px #f31b1b solid;
    height: calc(100vh - 320px);
    border-bottom: 1px #ccc solid;
    max-height: unset;
}

    .table-box .history-table {
        width: 100%;
    }

@media (max-width: 800px) {
    .table-box .history-table {
        width: 800px;
    }
}

.history-table thead {
    background-color: #f1f1f1;
    height: 40px;
}

.history-table thead {
    width: 100%;
    table-layout: fixed;
}

.list-ddtt th:nth-child(1) {
    width: 10%;
}

.list-ddtt th:nth-child(2) {
    width: 15%;
}

.list-ddtt th:nth-child(3) {
    width: 15%;
}

.list-ddtt th:nth-child(4) {
    width: 15%;
}

.list-ddtt th:nth-child(5) {
    width: 15%;
}

.list-ddtt th:nth-child(6) {
    width: 15%;
}

.list-ddtt th:nth-child(7) {
    width: 15%;
    text-align: center;
}

.transaction-table th:nth-child(8), .transaction-table td:nth-child(8) {
    width: 10%;
    text-align: center;
}

.transaction-table th:nth-child(9), .transaction-table td:nth-child(9) {
    width: 10%;
    text-align: center;
}

.transaction-table th:nth-child(10), .transaction-table td:nth-child(10) {
    width: 10%;
    text-align: center;
}

.transaction-table th:nth-child(11), .transaction-table td:nth-child(11) {
    width: 10%;
    text-align: center;
}

.transaction-table th:nth-child(12), .transaction-table td:nth-child(12) {
    width: 10%;
    text-align: center;
}

.transaction-table th:nth-child(13), .transaction-table td:nth-child(13) {
    width: 10%;
    text-align: center;
}

.date-width {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .date-width {
        width: 80px !important;
    }
}

.m-history-tab {
    float: left;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

    .m-history-tab article {
        float: left;
        width: 100%;
        margin-bottom: 10px;
        background-color: #fff;
        height: 500px;
    }

    .m-history-tab .tabs {
        padding-bottom: 20px;
        margin: 0 auto;
    }

    .m-history-tab input[name="tab_item-deposit"] {
        display: none;
    }

button, input {
    overflow: visible;
}

.m-history-tab .tab_item-deposit {
    width: calc(100% / 3);
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    color: #333333;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.m-history-tab input:checked + .tab_item-deposit {
    color: #d52b2b;
    border-bottom: 3px solid #d52b2b;
}

#deposit-tab1:checked ~ #history-tab1_content, #deposit-tab2:checked ~ #history-tab2_content, #deposit-tab3:checked ~ #history-tab3_content {
    display: block;
}

.m-history-tab .tab_content {
    display: none;
    padding: 0px;
    width: 100%;
    overflow: auto;
    height: 600px;
    border-top: 1px #ccc solid;
}

.m-history-tab .tab_content {
    display: none;
    padding: 15px 10px 10px 10px;
    clear: both;
    overflow: hidden;
}

.tab-form {
    gap: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    padding: 5px 20px;
}

@media screen and (max-width: 500px) {
    .tab-form {
        padding: 5px 5px;
    }
}

@media screen and (max-width: 360px) {
    .tab-form {
        padding: 15px 10px 0 10px;
    }
}

form {
    display: inline;
    width: 100%;
}

.tab-form div {
    box-sizing: border-box;
}

.deposit-line-content {
    gap: 30px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.buysell-line1-content {
    gap: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bs02-content-form {
    display: flex;
    width: 100%;
    border: 1px solid rgb(208, 208, 208);
    border-radius: 2px;
    background: rgb(255, 255, 255);
    box-sizing: border-box;
    font-weight: 400;
    height: 30px;
    font-size: 14px;
    line-height: 21px;
}

@media screen and (max-width: 500px) {
    .bs02-content-form {
        height: 30px;
        font-size: 14px;
        line-height: 30px;
    }
}

input[type="text"]:disabled {
    background: #f9f9f9;
}

.bs02-content-form input {
    border: unset;
    outline: unset;
    flex: 1 1 0%;
    background: transparent;
    padding: 0px 0px 0px 0px;
    color: rgb(51, 51, 51);
    text-align: right;
    width: 100%;
}

.deposit-line-content .bs01 {
    font-size: 14px;
    flex: 1 1 10% !important;
}

.deposit-line-content .bs02 {
    flex: 1 1 60% !important;
}

.deposit-btns {
    display: flex;
    flex-direction: row;
    gap: 5px;
    width: 100%;
    font-size: 12px;
}

    .deposit-btns span {
        flex: 1 1 25%;
        background-color: #3d3d3d;
        border-radius: 2px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 40px;
        color: #fff;
    }

    .deposit-btns .deposit-reset {
        background-color: #bb2c2c;
    }

.deposit-money {
    flex-direction: column !important;
}

.deposit-btn-ss {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    border-top: 1px #e5e5e5 solid;
    margin-top: 10px;
}

    .deposit-btn-ss button {
        background-color: rgb(187 49 49);
        color: #fff;
        border-radius: 2px;
        width: 50%;
        padding: 10px 10px 10px 10px;
        border: none;
    }

#msg-rect-deposit {
    width: 100%;
}

#msg-rect-withdraw {
    width: 100%;
}

#msg-rect-order {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 200px;
}

#msg-rect-customer {
    width: 100%;
}

#history-tab1_content table, #history-tab2_content table, #history-tab3_content table {
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    border-collapse: collapse;
}

.history-table.history2 {
    font-size: 13px !important;
}

table {
    table-layout: auto;
    border-collapse: collapse;
    border-spacing: 0;
}

.history-table thead {
    background-color: #f1f1f1;
    height: 40px;
}

.history-table thead {
    width: 100%;
    table-layout: fixed;
}

.history-table.history2 th:nth-child(1), .history-table.history2 td:nth-child(1) {
    width: 5%;
    text-align: center;
}

.history-table.history2 th:nth-child(2), .history-table.history2 td:nth-child(2) {
    width: 3%;
    text-align: center;
}

.history-table.history2 th:nth-child(3), .history-table.history2 td:nth-child(3) {
    width: 3%;
    text-align: center;
}

.history-table.history2 th:nth-child(4), .history-table.history2 td:nth-child(4) {
    width: 2%;
    text-align: center;
}

.history-table th {
    font-size: 12px;
}

.m-lg-2 {
    margin: 0.5rem !important;
}

.history-my-asset {
    display: flex;
    flex-wrap: wrap;
}

.my-asset-box {
    flex: 1 1 50%;
    border: 1px #efefef solid;
}

.my-asset-coulm {
    text-align: center;
}

    .my-asset-coulm span:nth-child(1) {
        background-color: #efefef;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .my-asset-coulm span:nth-child(2) {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
    }

.date-profit-width {
    width: 100%;
}

@media screen and (max-width: 500px) {
    .date-profit-width {
        width: 120px !important;
    }
}

.history-table td {
    font-size: 12px;
}

.p-0 {
    padding: 0px !important;
}

.d-none {
    display: none;
}

.reservation_cancel_button {
    background: red;
    border: none;
    color: white !important;
    border-radius: 4px;
    padding: 6px;
}

.container-indicator {
    height: 100%;
    min-width: 0px;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

.listContainer {
    position: relative;
    height: 439.891px;
    width: 100%;
    overflow: auto;
    will-change: transform;
    direction: ltr;
}

.container-XOHpda28 {
    box-sizing: border-box;
    cursor: default;
    display: flex;
    padding: 16px 84px 8px 32px;
}

.title-z9fs4j4t:first-child {
    margin-right: auto;
}

.title-z9fs4j4t {
    color: var(--color-default-gray);
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0.4px;
    line-height: 16px;
    margin: 0px;
    text-transform: uppercase;
    white-space: nowrap;
}

.container-WeNdU0sq {
    align-items: center;
    box-sizing: border-box;
    cursor: default;
    display: flex;
    height: 32px;
    padding-left: 6px;
    padding-right: 16px;
}

.main-WeNdU0sq {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    margin-right: auto;
    min-width: 0px;
}

.favorite-_FRQhM5Y {
    outline: none;
    overflow: visible;
    position: relative;
}

.favorite-_FRQhM5Y {
    align-items: center;
    background-color: var(--tv-list-item-button-background-color);
    border-radius: 4px;
    color: var(--tv-color-popup-element-toolbox-text, var(--color-popup-element-toolbox-text));
    display: inline-flex;
    font-size: 0px;
    height: 22px;
    justify-content: center;
    min-width: 22px;
    width: 22px;
}

.title-cIIj4HrJ {
    color: #0f0f0f;
    font-size: 14px;
    margin-left: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.container-WeNdU0sq:hover {
    background: rgb(0, 53, 151);
    color: white;
}

    .container-WeNdU0sq:hover .title-cIIj4HrJ {
        color: white !important;
    }

.up-header-new {
    min-height: 0 !important;
    width: 100%;
    position: absolute;
    z-index: 100;
}
.header-body {
    top: 0px;
    position: fixed;
    padding: 8px 0 0 0;
    background: transparent;
    border-top: 0;
    box-shadow: none;
    transition: min-height 0.3s ease;
    width: 100%;
    z-index: 1001;
}
@media (min-width: 992px) {
    .header-body {
        border-bottom: 0 !important;
    }
}
.header-body:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    border-bottom: 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.header-container-new {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


@media (min-width: 992px) {
    .header-container-new {
        display: flex;
        height: 100%;
    }
}

.header-container-new {
    position: relative;
    display: table;
}

#header-container-new {
    position: relative;
}

@media (min-width: 768px) {
    .header-container-new {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .header-container-new {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .header-container-new {
        width: 1170px;
    }
}

@media (min-width: 992px) {
    .header-row {
        display: flex;
        flex-flow: row wrap;
        flex: 1;
    }
}

@media (max-width: 991px) {
    .header-row {
        display: flex;
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .header-column:nth-child(1) {
        flex: 1;
        display: flex;
        flew-flow: column;
        vertical-align: middle;
    }
}
@media (min-width: 992px) {
    .header-logo {
        display: flex;
        flex-basis: 100%;
        align-items: center;
    }
}

@media (min-width: 992px) {
    .header-logo {
        margin: 0 0 8px;
    }
}

.header-logo {
    float: left;
    position: relative;
}
a {
    color: #89b837;
}

element.style {
}

.header-logo img {
    margin: 12px 12px 12px 0;
}

element.style {
}

@media (min-width: 992px) {
    .header-column:nth-child(2) {
        flex: 8;
        align-items: flex-end;
        display: flex;
        flex-flow: column;
    }
}



@media (max-width: 991px) {
     .header-column {
        display: block;
    }
}
@media (min-width: 992px) {
    .header-nav-new {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        margin-top: -9px;
    }
}

@media (min-width: 992px) {
    .header-nav-main-new {
        margin: 0 !important;
        height: 100% !important;
    }
}
.nav-new {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
@media (max-width: 991px) {
    .nav-new {
        display: flex;

    }
}
@media (min-width: 992px) {
    nav > ul > li {
        height: 100% !important;
        float: left;
        position: relative;
        display: block;
    }
}
@media (min-width: 992px) {
    nav > ul > li:not(:hover).active > a {
        color: #89b837;
    }
}
@media (min-width: 992px) {
    nav > ul > li > a {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 20px 13px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        color: white;
    }
}
@media (max-width: 991px) {
    nav > ul > li:not(:hover).active > a {
        color: #89b837;
    }
}
@media (max-width: 991px) {
    nav > ul > li > a {
        display: flex;
        align-items: center;
        height: 100%;
        padding: 20px 13px;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        color: white;
    }
}
.forcefullwidth {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}
.rev-slider-wrapper {
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    overflow: visible;
    width: 100%;
    left: 0px;
}
@media (max-width: 991px){
    .rev-slider-wrapper {
        height: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        overflow: visible;
        width: 100%;
        left: 0px;
    }
}

revolutionSlider {
    max-height: 600px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 600px;
}
.home-intro {
    background-color: #171717;
    margin-bottom: 60px;
    overflow: hidden;
    padding: 20px 0 10px 0;
    position: relative;
    text-align: left;
}
.home-intro-primary {
    background: #5974a3;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
@media (min-width: 1320px) {
    .container {
      width: 1280px;
    }
}
.sample-item-container {
	max-width: 1648px;
}
.row-new {
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 992px) {
    .col-md-8 {
        width: 66.66666667%;
    }
}
@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}
.main-slider{
    height: 100%;
}
@media (max-width: 992px){
    .main-slider {
        height: 328px;
    }
}

.home-intro p {
    color: #FFF;
    display: inline-block;
    font-size: 1.1em;
    font-weight: 500;
    max-width: 800px;
    padding-top: 5px;
}
.text-light {
    color: #FFF !important;
}
.home-intro .get-started {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
    text-align: right;
}
.home-intro .get-started .btn {
    position: relative;
    z-index: 1;
}

.home-intro .get-started a {
    color: #FFF;
}

html .btn-secondary {
    color: #ffffff;
    background-color: #57a6b0;
    border-color: #57a6b0 #57a6b0 #448890;
}
.home-intro .learn-more {
    margin-left: 15px;
}

.read-more, .learn-more {
    display: inline-block;
    white-space: nowrap;
}
.home-intro p em {
    font-family: "Shadows Into Light", cursive;
    font-size: 1.6em;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.welcome-title {
    position: absolute;
    display: block;
    left: 50%;
    top: 330px;
    z-index: 5;
}
@media (max-width: 992px){
    .welcome-title {
        position: absolute;
        display: block;
        left: 50%;
        top: 160px;
        z-index: 5;
    }
}
.question-title {
    position: absolute;
    display: block;
    left: 50%;
    top: 380px;
    z-index: 5;
}
@media (max-width: 992px) {
    .question-title {
        position: absolute;
        display: block;
        left: 50%;
        top: 190px;
        z-index: 5;
    }
}
.top-label {
    color: #FFF;
    font-size: 30px !important;
    font-weight: 400 !important;
}
.main-label {
    color: #FFF;
    font-size: 70px !important;
}
@media (max-width: 992px) {
    .main-label {
        color: #FFF;
        font-size: 20px !important;
    }
}
@media (max-width: 992px) {
    .top-label {
        color: #FFF;
        font-size: 16px !important;
        font-weight: 400 !important;
    }
}
#footer {
    background: #0e0e0e;
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 70px 0 0;
    position: relative;
    clear: both;
    display: block !important;
}
#footer .footer-copyright {
    background: #060606;
    border-top: 4px solid #060606;
    margin-top: 40px;
    padding: 30px 0 10px;
}
.row-new > div {
    margin-bottom: 25px;
}
@media (max-width: 992px) {
    .row-new > div {
        margin-bottom: 15px;
    }
}
@media (min-width: 992px) {
    .col-md-1 {
        width: 8.33333333%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }
}

#footer .logo {
    display: block;
}
@media (min-width: 992px) {
    .col-md-7 {
        width: 58.33333333%;
    }
}
@media (min-width: 992px) {
    .col-md-4 {
        width: 33.33333333%;
    }
}
#footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
}
.footer-copyright nav {
    float: right;
}

.footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}
#footer .footer-copyright nav ul li {
    border-left: 1px solid #505050;
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}
.img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
    width: 100% !important;
}
@media (max-width: 992px) {
    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }
}
img {
    vertical-align: middle;
}
.section-footer {
    background: url(../image/7.jpg);
    background-size: cover;
    border: 0;
    padding: 50px 0;
    margin: 0 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
h2 {
    margin: 0 0 15px 0;
}
.custom-opacity-font {
    color: #e6e6e6;
    opacity: 0.6;
    transition: ease all 300ms;
    line-height: 24px;
    margin: 0 0 20px;
}
.pl-none {
    padding-left: 0 !important;
}
.mb-xs {
    margin-bottom: 5px !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-sm {
    font-size: 1.3rem !important;
}
.custom-call-to-action-2 .info {
    display: block;
}
.text-lg {
    font-size: 1.3rem !important;
}
.container:before {
    display: table;
    content: " ";
}
.row-new:before {
    display: table;
    content: " ";
}
.row-new:after {
    clear: both;
    display: table;
    content: " ";
}
.container:after {
    clear: both;
    display: table;
    content: " ";
}
.p-b-5{
    padding-bottom: 5px;
}

.form-group {
    margin-bottom: 15px;
}
.custom-input-box {
    position: relative;
}
.custom-input-box .form-control {
    border-radius: 2px;
    height: 50px;
    padding-left: 50px;
}
.form-control {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.custom-input-box textarea.form-control {
    padding-top: 14px;
    height: 0;
    min-height: 130px;
}
.btn-borders.btn-primary {
    background: transparent;
    border-color: #4dbb6d;
    color: #4dbb6d;
    text-shadow: none;
}
.btn-borders.custom-border-width {
    border-width: 2px;
}
.custom-border-radius {
    border-radius: 35px !important;
    padding: 11px 30px !important;
}
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
}
.m-b-20{
    margin-bottom: 20px;
}
#footer-new {
    background: #1A1E2A;
    border-top: 1px solid #3c3e49;
    margin-top: 0;
    padding: 20px 0 0;
    font-size: 0.9em;
    position: relative;
    clear: both;
}
.center {
    text-align: center !important;
}
#footer-new p {
    color: #a8b1b8;
    margin-bottom: 0;
}
.text-color-light {
    color: #ffffff !important;
}
.page-header-new {
    padding: 120px 0 35px;
    background: #1A1E2A !important;
    border-color: #1A1E2A !important;
    color: #ffffff;
    border-bottom: 5px solid #F4F4F4;
    border-top: 2px solid #F4F4F4;
    margin: 0 0 35px 0;
    min-height: 50px;
    position: relative;
    text-align: left;
}
@media (max-width:992px){
    .page-header-new {
        padding: 150px 0 35px;
    }
    .contactImg{
        height: auto !important;
    }
}
.page-header-new h1{
    color: #ffffff;
    font-size: 2em;
    max-width: 70%;
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 200;
    line-height: 32px;
    margin: 0 0 -25px;
    padding: 0 0 25px;
    position: relative;
}
.page-header-new h1 span {
    color: #ffffff;
    opacity: 0.65;
    display: block;
    font-size: 0.7em;
    font-weight: 300;
    line-height: 1.3em;
    margin: 7px 0 0;
}
.breadcrumb.breadcrumb-valign-mid {
    position: absolute;
    top: 36%;
    right: 20px;
}
@media (min-width: 992px) {
    .breadcrumb-valign-mid {
        width: 30%;
        text-align: right;
    }
}
.page-header-new .breadcrumb {
    background: none;
    margin: 0 0 2px 2px;
    padding: 0;
    position: relative;
    z-index: 1;
}
.page-header-new .breadcrumb > li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}
.breadcrumb > .active {
    opacity: 0.65;
}
.breadcrumb > li {
    display: inline-block;
    font-size: 0.85em;
    text-transform: uppercase;
    text-shadow: none;
}
.pb-xl {
    padding-bottom: 25px !important;
}

.pt-xs {
    padding-top: 5px !important;
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.mb-md {
    margin-bottom: 15px !important;
}
.lead-new {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #4c4a4a;
}
@media (min-width: 768px) {
    .lead-new {
        font-size: 22px;
    }
}
.pt-xl {
    padding-top: 25px !important;
}

.mt-xl {
    margin-top: 25px !important;
}
.text-color-dark {
    color: #2e353e !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.heading-primary{
    color: #0088cc !important;
}
h3 {
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
}
strong {
    font-weight: 700;
}
.ul-history{
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.appear-li{
    margin: 25px 0;
    padding: 0;
    clear: both;
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes fadeInUp{
    0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
li .featured-box {
    text-align: left;
    margin-left: 0px;
    margin-bottom: 50px;
    min-height: 115px;
}
@media (max-width: 479px) {
    li .featured-box {
        margin-left: 0;
    }
}
.featured-box {
    background: #F5F5F5;
    background: -webkit-linear-gradient(top, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    background: linear-gradient(to bottom, #FFF 1%, #fcfcfc 98%) repeat scroll 0 0 transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}
li .featured-box .box-content {
    border-top-color: #0088cc;
}
.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid #CCC;
    border-top-width: 4px;
    padding: 30px 30px 10px 30px;
    position: relative;
    top: -1px;
}
 li h4 {
    margin: 0 0 -27px 0;
    padding: 0;
}
.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 5px;
}
h4 {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
.ul-history li p {
    margin-left: 53px;
}
p {
    line-height: 24px;
    margin: 0 0 20px;
}
/* Banner Section */
.banner-section {
	height: 476px;
	background-image: url('../image/banner-bg.jpg');
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
	padding: 50px 0 0;
}
.banner-section:before {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url('../image/banner-bg.jpg');
	background-position: bottom center;
	animation: starsAnim 0.7s ease infinite;
}
.dflex-ac-jc {
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
}

.dflex-ac-js {
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.dflex-ac-je {
	display: flex !important;
	align-items: center;
	align-content: center;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.dflex-ae-jc {
	display: flex !important;
	align-items: flex-end;
	justify-content: center;
	flex-wrap: wrap;
}
.top_logo {
    width: 100%;
    max-width: 350px;
}
.heartbeat {
	-webkit-animation: heartbeat 1.5s ease-in-out infinite both;
	animation: heartbeat 1.5s ease-in-out infinite both;
    max-width: 280px;
}

@-webkit-keyframes heartbeat {
	from {
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transform-origin: center center;
			transform-origin: center center;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	}
	10% {
	-webkit-transform: scale(0.91);
			transform: scale(0.91);
	-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
	}
	17% {
	-webkit-transform: scale(0.98);
			transform: scale(0.98);
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	}
	33% {
	-webkit-transform: scale(0.87);
			transform: scale(0.87);
	-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
	}
	45% {
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	}
}
@keyframes heartbeat {
	from {
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-transform-origin: center center;
			transform-origin: center center;
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	}
	10% {
	-webkit-transform: scale(0.91);
			transform: scale(0.91);
	-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
	}
	17% {
	-webkit-transform: scale(0.98);
			transform: scale(0.98);
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	}
	33% {
	-webkit-transform: scale(0.87);
			transform: scale(0.87);
	-webkit-animation-timing-function: ease-in;
			animation-timing-function: ease-in;
	}
	45% {
	-webkit-transform: scale(1);
			transform: scale(1);
	-webkit-animation-timing-function: ease-out;
			animation-timing-function: ease-out;
	}
}

.banner-carousel {
	position: relative;
	z-index: 51;
	margin: 35px auto 0;
}

.banner-carousel .text-panel {
	max-width: 730px;
	margin: 0 auto 25px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
	background-color: rgba(0, 0, 0, 0.57);
	padding: 15px 15px;
	-webkit-mask-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,black 25%,black 75%,rgba(0,0,0,0) 95%,rgba(0,0,0,0) 100%);
	mask-image: linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 5%,black 25%,black 75%,rgba(0,0,0,0) 95%,rgba(0,0,0,0) 100%);
	position: relative;
	z-index: 1;
}

.banner-carousel .text-panel:before {
	width: 100%;
	/* height: 100%; */
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
	border: solid 1px #9c988f;
	opacity: 0.4;
}

.banner-carousel .text-panel h1 {
	color: #f4efd4;
	font-size: 20px;
	opacity: 1;
}

.banner-carousel .text-panel h2 {
	font-size: 20px;
	color: #e8a31e;
	opacity: 1;
}

.swiper-slide-active .text-panel h1:first-child {
    animation: bannerText01 4s ease 1 forwards !important;
}

.swiper-slide-active .text-panel h2:nth-child(2) {
    animation: bannerText02 4s ease 1 forwards !important;
}
.swiper-slide-active .text-panel h2:nth-child(3) {
    animation: bannerText03 4s ease 1 forwards !important;
}

@keyframes bannerText01 {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	10% {
		opacity: 1;
		transform: scale(1.1);
	}
	20% {
		opacity: 1;
		transform: scale(1);
	}
	95% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(0);
	}
}

/* .banner-carousel .text-panel h2:nth-child(2) {
	animation: bannerText02 6s ease 1 forwards;
} */

@keyframes bannerText02 {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	3% {
		opacity: 0;
		transform: scale(0);
	}
	13% {
		opacity: 1;
		transform: scale(1.1);
	}
	23% {
		opacity: 1;
		transform: scale(1);
	}
	95% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(0);
	}
}

.banner-carousel .text-panel h2:nth-child(3) {
	/* animation: bannerText03 6s ease 1 forwards ; */
}

@keyframes bannerText03 {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	6% {
		opacity: 0;
		transform: scale(0);
	}
	16% {
		opacity: 1;
		transform: scale(1.1);
	}
	26% {
		opacity: 1;
		transform: scale(1);
	}
	95% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(0);
	}
}

/* Banner Background */

.banner-background {
	height: 100%;
	width: 100vw;
	max-width: var(--width-max);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	pointer-events: none;
	z-index: 9;
}

.banner-background img {
	position: absolute;
	left: 0;
	bottom: 0;
}

.banner-background div {
	position: absolute;
	bottom: 0;
}

.banner-background div img {
	width: 100%;
	position: relative;
}

.banner-background .light {
	width: 32.76%;
	left: -20%;
	bottom: -15%;
	animation: bannerLightAnim 15s ease infinite;
}

@keyframes bannerLightAnim {
	0% {
		opacity: 0;
	}
	8% {
		opacity: 0;
	}
	13% {
		opacity: 1;
	}
	97% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.banner-background .light img {
	animation: bannerLightImg 1s ease infinite;
}

@keyframes bannerLightImg {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0.5;
	}
	100% {
		opacity: 1;
	}
}

.banner-background .glow-right {
	width: 38.53%;
	right: 5%;
	animation: bannerLightAnim 15s ease infinite;
}

.banner-background .glow-right img {
	animation: bannerLightImg 1s ease infinite;
}

.banner-background .candy-slot {
	width: 18%;
	right: 19%;
	bottom:-5%;
	left: auto;
	z-index: 99;
	animation: candySlotAnim 15s ease infinite;
}

@keyframes candySlotAnim {
	0% {
		opacity: 0;
		transform: translateX(15%);
	}
	8% {
		opacity: 1;
		transform: translateX(0);
	}
	95% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(0);
	}
}

.banner-background .money-slot {
	width: 27%;
	right: 0;
	left: auto;
	animation: moneySlotAnim 15s ease infinite;
}

@keyframes moneySlotAnim {
	0% {
		opacity: 0;
		transform: translateX(-15%);
	}
	8% {
		opacity: 1;
		transform: translateX(0);
	}
	95% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(0);
	}
}

.banner-background .glow-left {
	width: 38.34%;
	left: 4%;
	animation: bannerLightAnim 15s ease infinite;
}

.banner-background .glow-left img {
	animation: bannerLightImg 1s ease infinite;
}

.banner-background .casino-items {
	width: 38.53%;
	left: -4.5%;
	transform-origin: bottom center;
	animation: casinoItemAnim 15s ease infinite;
}

@keyframes casinoItemAnim {
	0% {
		opacity: 0;
		transform: scale(0.5);
	}
	4% {
		opacity: 0;
		transform: scale(0.5);
	}
	10% {
		opacity: 1;
		transform: scale(1);
	}
	95% {
		opacity: 1;
		transform: scale(1);
	}
	100% {
		opacity: 0;
		transform: scale(1);
	}
}

.banner-background .girl-left {
	width: 20%;
	left: -3%;
	animation: girlLeftAnim 15s ease infinite;
}

@keyframes girlLeftAnim {
	0% {
		opacity: 0;
		transform: translateX(15%);
	}
	2% {
		opacity: 0;
		transform: translateX(15%);
	}
	10% {
		opacity: 1;
		transform: translateX(0);
	}
	95% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(0);
	}
}

.banner-background .girl-center {
	width: 18.5%;
	left: 10%;
	animation: girlCenterAnim 15s ease infinite;
}

@keyframes girlCenterAnim {
	0% {
		opacity: 0;
		transform: translateY(15%);
	}
	6% {
		opacity: 1;
		transform: translateY(0);
	}
	95% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(0);
	}
}

.banner-background .girl-right {
	width: 22.5%;
	left: 17%;
	animation: girlRightAnim 15s ease infinite;
}

@keyframes girlRightAnim {
	0% {
		opacity: 0;
		transform: translateX(-15%);
	}
	2% {
		opacity: 0;
		transform: translateX(-15%);
	}
	10% {
		opacity: 1;
		transform: translateX(0);
	}
	95% {
		opacity: 1;
		transform: translateX(0);
	}
	100% {
		opacity: 0;
		transform: translateX(0);
	}
}


/* Banner Text */


.sample-item-image-wrapper .hover_bg	{
	position: absolute;
	z-index: 9;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
    opacity: 0;
	justify-content: center;
	transition: opacity .3s
}
.sample-item-image-wrapper:hover .hover_bg	{
	opacity: 1;
}
.sample-item-image-wrapper .hover_bg .btn	{
	position: relative;
	background: linear-gradient(180deg, #fff66d, #ffa51a);
	overflow: hidden;
	font-weight: 600;
	font-size: 1.65rem;
	color: #622d11;
	padding: 16px;
	min-width: initial;
	text-align: center;
	opacity: 1;
	transition: all .3s;
	border-radius: 8px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, .5);
	display: flex;
	align-items: center;
	justify-content: center
}
.sample-item-image-wrapper .hover_bg .btn em	{
	font-weight: 600;
	font-size: 1rem;
	display: inline-block;
	margin-left: 10px;
	font-family: var(--etype-ff-heading);
}
.sample-item-image-wrapper .hover_bg .btn:hover	{
	text-decoration: none;
	color: #fafafa;
	text-shadow: -2px 2px 4px #00000080;
	background: linear-gradient(180deg, #fff66d, #ffa51a);
	transition: all .3s
}
.sample-item-image-wrapper .hover_bg .btn:hover P.play img	{
	filter: drop-shadow(-4px 0 4px #00000080)
}
.sample-item-image-wrapper .hover_bg .btn P.play	{
	font-size: 16px;
    font-weight: 700;
    color: #1d1c1c;
}
.sample-item-image-wrapper .hover_bg .btn P.play img	{
	position: relative;
	top: initial;
	left: initial
}
.brk-page-intro__header{
    background-image: url('../../image/main.jpg') !important;
}
.brk-page-intro__sorting-item:after, .brk-page-intro__sorting-item:before{
    left: 0;
}
.brk-page-intro__template-sticka {
    position: absolute;
    bottom: -5px !important;
    left: -5px !important;
    width: 100px;
    height: 100px;
    z-index: 9;
    overflow: hidden;
}
.brk-page-intro__template-sticka .stick:nth-child(1) {
    width: 66px;
    height: 66px;
}
.brk-page-intro__template-sticka .stick {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.brk-page-intro__template-sticka .stick:nth-child(1) .after, .brk-page-intro__template-sticka .stick:nth-child(1) .before {
    background-color: var(--brk-base-3);
}
.brk-page-intro__template-sticka .stick .before {
    top: 0;
    left: 0;
}
.brk-page-intro__template-sticka .stick .after, .brk-page-intro__template-sticka .stick .before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
}
.brk-page-intro__template-sticka .stick:nth-child(1) .after, .brk-page-intro__template-sticka .stick:nth-child(1) .before {
    background-color: var(--brk-base-3);
}
.brk-page-intro__template-sticka .stick .after {
    right: 0;
    bottom: 0;
}
.brk-page-intro__template-sticka .stick .after, .brk-page-intro__template-sticka .stick .before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
}
.brk-page-intro__template-sticka .stick:nth-child(1) span:not(.before):not(.after) {
    width: 92px;
    bottom: 48px;
    right: -8px;
    transform-origin: 0 100%;
    background-image: linear-gradient(to left,var(--brk-base-6),var(--brk-base-5));
}
.brk-page-intro__template-sticka .stick span:not(.before):not(.after) {
    display: block;
    position: absolute;
    z-index: 2;
    height: 25px;
    text-align: center;
    font-size: 1rem;
    line-height: 25px;
    transform: rotate(45deg);
    color: #fff;
}
.brk-page-intro__template-sticka .stick:nth-child(2) {
    width: 100%;
    height: 100%;
}
.brk-page-intro__template-sticka .stick {
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.brk-page-intro__template-sticka .stick:nth-child(2) .after, .brk-page-intro__template-sticka .stick:nth-child(2) .before {
    background-color: var(--brk-secondary-2);
}
.brk-page-intro__template-sticka .stick .after {
    right: 0;
    bottom: 0;
}
.brk-page-intro__template-sticka .stick .after, .brk-page-intro__template-sticka .stick .before {
    content: '';
    position: absolute;
    z-index: 1;
    width: 5px;
    height: 5px;
}
.brk-page-intro__template-sticka .stick:nth-child(2) span:not(.before):not(.after) {
    width: 141px;
    bottom: 48px;
    right:  -8px;
    transform-origin: 0 100%;
    background-image: linear-gradient(to right,var(--brk-base-3),var(--brk-secondary-3));
}
.brk-page-intro__template-sticka .stick span:not(.before):not(.after) {
    display: block;
    position: absolute;
    z-index: 2;
    height: 25px;
    text-align: center;
    font-size: 1rem;
    line-height: 25px;
    transform: rotate(45deg);
    color: #fff;
}
.brk-page-intro__template-sticka .stick:nth-child(2) span:not(.before):not(.after) {
    width: 141px;
    bottom: 81px;
    right: -25px;
    transform-origin: 0 100%;
    background-image: linear-gradient(to left,var(--brk-base-3),var(--brk-secondary-3));
}
.brk-loader {
    background-color: rgba(0, 0, 0, 0.72);
    opacity: 5;
}
.brk-page-intro_text{
    color: white;
}
.brk-page-intro__template{
    padding-top: calc(100% - 100px) !important;
}
.brk-page-intro__template-active-link{
    height: 100% !important;
}
.brk-page-intro__template img{
    height: 78% !important;
}
.brk-page-intro__template-info{
    height: 80px !important;
    /* background-image: linear-gradient(to top,rgb(218 197 255), white); */
}
.brk-page-intro__template:hover .brk-page-intro__template-link{
    top: 40% !important;
}
.go-img{
    height: 100% !important;
    margin-left: -25px;
    margin-top: 2px;
}
.brk-sc-card-labels_side-labels, .brk-sc-card-labels_side-labels-cornered{
    left: -5px;
    bottom: 64px
}
.brk-sc-card-labels_side-labels .brk-sc-card-label__additional-1 {
    position: absolute;
    display: inline-block;
    height: 100%;
    width: 12px;
    /* -webkit-clip-path: polygon(0 50%,100% 100%,100% 0); */
    clip-path: polygon(0% 0%,0% 100%,100% 50%) !important;
    right: -11px !important;
    top: 0;
}
.brk-sc-card-labels_side-labels .brk-sc-card-label__additional-3{
    left: 0 !important;
    clip-path: polygon(100% 100%,0 -1px,100% -1px) !important;
}
.brk-page-intro__template-info{
    border-top: 1px solid rgba(39, 117, 255, 0.38);
}

.brk-sc-card-labels_side-labels .brk-sc-card-label.bg-primary {
    background-image: linear-gradient(to right,var(--brk-base-3),var(--brk-secondary-3)) !important;
}
.brk-sc-card-labels_side-labels .brk-sc-card-label.bg-primary .brk-sc-card-label__additional-3{
    background-color: var(--brk-base-3) !important;
}
.brk-sc-card-labels_side-labels .brk-sc-card-label.bg-primary .brk-sc-card-label__additional-1 {
    background-color: var(--brk-secondary-3) !important;
}

.brk-sc-card-labels_side-labels .brk-sc-card-label.bg-secondary {
    background: linear-gradient(95deg,#059dff 15%,#6549d5 45%,#e33fa1 75%,#fb5343) 95%/200% 100% !important;
}
.brk-sc-card-labels_side-labels .brk-sc-card-label.bg-secondary .brk-sc-card-label__additional-3{
    background-color: #7548cf !important;
}
.brk-sc-card-labels_side-labels .brk-sc-card-label.bg-secondary .brk-sc-card-label__additional-1 {
    background-color: #fb5343 !important;
}

.brk-sc-card-labels_side-labels .brk-sc-card-label.bg-base-5 {
    background-image: linear-gradient(to left,var(--brk-base-6),var(--brk-base-5)) !important;
}
.brk-sc-card-labels_side-labels .brk-sc-card-label.bg-base-5 .brk-sc-card-label__additional-3{
    background-color: var(--brk-base-6) !important;
}
.brk-sc-card-labels_side-labels .brk-sc-card-label.bg-base-5 .brk-sc-card-label__additional-1 {
    background-color: var(--brk-base-6) !important;
}
