input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width:1199px) {
    .stock-body nav.navbar.sidebar-nav {
        width: 280px;
    }

    .stock-body .sidebar-wrapper {
        padding-left: 280px;
    }
}

@media (max-width:1280px) {
    .stock-wrap {
        position: relative;
        overflow-y: auto;
        width: 1280px;
        min-height: 100vh;
    }
}

@media (max-width:1199px) {
    .stock-body nav.navbar.sidebar-nav {
        padding: 50px 0px 25px;
        left: 0;
        top: 0;
        width: 280px;
        height: 100%;
        position: absolute;
    }

    .stock-body nav.navbar.sidebar-nav.sidebar-nav-style-1 .sidenav-header {
        position: relative;
    }

    .stock-body nav.navbar.bootsnav.sidebar-nav .navbar-toggler {
        display: none;
    }

    .stock-body .logo-holder img {
        max-height: 145px;
    }

    .stock-body .sidebar-nav .logo-holder {
        padding: 0;
    }

    .stock-body .sidebar-nav-style-1 .nav.navbar-left-sidebar li {
        padding: 0 35px;
    }

    .stock-body nav.navbar.bootsnav.sidebar-nav .navbar-nav {
        margin: 15px 0 0 0;
    }

    .stock-body .sidebar-wrapper {
        padding-left: 280px;
    }

    .stock-body {
        position: relative;
        height: 100vh;
        width: 100vw;
        overflow-x: scroll;
    }

    .stock-wrap {
        position: relative;
        overflow-y: auto;
        width: 1280px;
        min-height: 100vh;
    }
}

.stock-body {
    background-color: #101010 !important;
}

.opacity-member {
    background-image: url(../images/stock-main-bg-1.png);
    background-color: transparent;
    opacity: .65;
}

nav.navbar.bootsnav.sidebar-nav .navbar-left-sidebar>li>a {
    transition: 0.3s ease-in-out;
}

.footer-copyright {
    line-height: 16px;
    font-size: 13px;
}

.stock-body .navbar-nav.navbar-left-sidebar {
    height: auto !important;
}

.login-widget {
    padding: 35px;
    background: #ffffff20;
    margin-top: 27px;
}

.stock-form .col-input {
    margin-bottom: 20px;
}

.stock-form .medium-input,
.stock-form .medium-textarea,
.stock-form .medium-select select {
    padding: 8px;
    border-radius: 3px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
    border-color: #b6b6b6;
    transition: 0.3s ease-in-out;
}

.stock-form .medium-input:active,
.stock-form .medium-textarea:active,
.stock-form .medium-input:focus,
.stock-form .medium-textarea:focus {
    border-color: #000000 !important;
}

.stock-form .capcha-item {
    display: flex;
    align-items: center;
}

.stock-form .capcha-item .medium-input {
    max-width: 99px;
}

.stock-form .capcha-item #capcha_image {
    margin-left: 10px;
    margin-bottom: 0;
}

.stock-form .capcha-item #capcha_image img {
    max-height: 33px;
}

.stock-form #capcha_image:after {
    content: "\f021";
    font-family: "Font awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    transform: translateY(-50%);
    margin: 0;
}

.stock-form #login-button {
    background-color: #000000;
    color: #ffffff;
    border-radius: 3px;
    padding: 6px 24px;
    line-height: normal;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #000000;
}

.stock-form #login-button:hover {
    background-color: transparent;
    color: #000000;
}

.stock-body .nav.navbar-left-sidebar>li:nth-last-child(2) {
    padding-bottom: 0;
}

.stock-right-wrap {
    height: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-y: auto;
}

.opacity-index {
    background-image: url(../images/stock-main-bg-1.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 1;
}

.page-main-section .logo-box img {
    max-width: 500px;
}

.login-widget .stock-form .medium-input,
.login-widget .stock-form .medium-textarea,
.login-widget .stock-form .medium-select select {
    border-color: #ffffff;
}

.login-widget .stock-form .medium-input:active,
.login-widget .stock-form .medium-textarea:active,
.login-widget .stock-form .medium-input:focus,
.login-widget .stock-form .medium-textarea:focus {
    border-color: #ffffff !important;
}

.login-widget .stock-form #capcha_image:after {
    color: #ffffff;
}

.login-widget .stock-form #login-button {
    background-color: #ffffff;
    color: #000000;
    border-radius: 3px;
    padding: 5px 24px;
    line-height: normal;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

.cancel-btn {
    background-color: #444444;
    color: #ffffff;
    padding: 7px 22px;
    line-height: normal;
    font-size: 14px;
    border-radius: 5px;
    border: 2px solid #444444;
    font-weight: 600;
    margin-right: 10px;
    transition: 0.3s ease-in-out;
}

.cancel-btn:hover {
    background-color: transparent;
}

.login-widget .stock-form #login-button:hover {
    background-color: transparent;
    color: #ffffff;
}

.register-widget,
.forget-widget,
.password-widget {
    padding: 20px;
    border-radius: 10px;
}

.form-main-title-item {
    margin-bottom: 20px;
}

.form-main-title-item h3 {
    color: #000000;
    text-align: center;
    margin: 0;
    font-size: 21px;
    line-height: 28px;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.stock-body .regisrer-box hr {
    margin-top: 0;
    margin-bottom: 20px;
}

.stock-right-wrap {
    background-color: #101010;
}

.page-stock-section {
    width: 100%;
    height: 100%;
    padding: 60px 30px;
}

.filter-widget-1 {
    padding-bottom: 30px;
}

.filter-title-group {
    padding: 0;
}

.filter-title-group .medium-select {
    margin-bottom: 0;
}

.filter-label {
    color: rgba(255, 255, 255, 60%);
    font-size: 14px;
    line-height: normal;
    margin-bottom: 0;
    font-weight: 400;
}

.filter-widget-1 .nice-select {
    border: 0;
    font-size: 15px;
    background-color: transparent !important;
    border-bottom: 1px solid #ffffff;
    color: #fff;
    padding-left: 0;
    padding-right: 30px;
}

.filter-widget-1 .nice-select::after {
    right: 5px;
    width: 8px;
    height: 8px;
    border-color: #ffffff;
}

.filter-widget-1 .nice-select .option {
    color: #000000;
}

.row-filter-input {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.col-filter-input {
    width: 20%;
    padding: 0 10px;
}

.filter-widget-2 {
    padding: 0;
}

.stock-title-item-1 {
    margin-bottom: 30px;
}

.stock-title-item-1 h3 {
    color: #ffffff;
    font-size: 21px;
    line-height: normal;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.filter-group-1 {
    height: 100%;
}

.chosen-group {
    height: 100%;
}

.stock-title-item-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 35px;
}

.stock-title-item-2 h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.stock-title-item-2 .filter-chosen-btn {
    color: #fff;
    display: inline-block;
    line-height: normal;
    background: transparent;
    border: 0.06rem solid #ddd;
    padding: 4px 4px 4px 5px;
    font-size: 13px;
    transition: 0.3s ease-in-out;
}

.stock-title-item-2 .filter-chosen-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.filter-tabs {
    padding-top: 20px;
    color: #ffffff;
    height: calc(100% - 35px);
}

.filter-tabs .tab-content {
    height: 100%;
}

.filter-tabs .tab-content>.tab-pane {
    height: 100%;
}

.filter-tabs .nav-tabs {
    border-bottom: unset;
    margin: 20px 0;
}

.filter-tabs .nav-tabs .nav-item {
    display: block;
    width: 100%;
    border-bottom: unset;
    margin-bottom: 10px;
}

.filter-tabs .nav-tabs .nav-item:last-child {
    border-bottom: unset;
    margin-bottom: 0;
}

.filter-tabs .nav-tabs .nav-link {
    border: unset;
    transition: 0.3s ease-in-out;
    padding: 12px 12px;
    color: #ffffff;
    line-height: normal;
    font-size: 15px;
    letter-spacing: 0.03rem;
    border-radius: 3px 0 0 3px;
    border: unset;
}

.filter-tabs .nav-tabs .nav-link:hover {
    color: #ffffff;
    background-color: #222222;
    border: unset;
}

.filter-tabs .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #222222;
    border: unset;
}

.row-filter {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.col-filter-right {
    width: 40%;
    padding: 0 10px;
}

.col-filter-left {
    width: 60%;
    padding: 0 10px;
}

.row-filter-tabs {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.col-filter-tabs-left {
    width: 130px;
}

.col-filter-tabs-right {
    flex: 1;
}

.col-filter-tabs-right .tab-content {
    padding: 15px 15px 66px 15px;
    background-color: #222222;
    position: relative;
    border-radius: 5px;
}

.filter-requirement-group {
    display: flex;
    flex-wrap: wrap;
}

.filter-requirement-items {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.filter-requirement-item {
    width: 33.333333%;
    padding: 5px;
    min-width: 120px;
}

.filter-requirement-item.trend-style {
    width: 50%;
    min-width: 150px;
}

.filter-requirement-item.stop-style {
    width: 50%;
    min-width: 100px;
}

.filter-requirement-item.kd-style {
    width: 20%;
    min-width: 120px;
}

.filter-requirement-item:last-child {
    margin-right: 0;
}

.filter-quantity {
    color: #ffffff;
    font-size: 18px;
    line-height: normal;
}

.filter-requirement-item .medium-input {
    border-radius: 3px;
    background-color: #101010;
    color: #ffffff;
    border: 1px solid #101010;
    line-height: 38px;
    height: 37px;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px;
    transition: 0.3s ease-in-out;
}

.filter-requirement-item .medium-input:focus {
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

.filter-requirement-item.market-style {
    width: 46%;
    min-width: 75px;
}

.filter-requirement-flex {
    display: flex;
    align-items: center;
}

.filter-requirement-item.market-style .filter-requirement-flex .medium-input {
    margin-right: 10px;
    flex: 1;
}

.filter-requirement-item.market-style .filter-requirement-flex .medium-select {
    width: 55px;
}

.filter-line {
    text-align: center;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2px 0 4px;
}

.per-txt {
    font-size: 13px;
}

.filter-requirement-item .nice-select {
    color: #ffffff;
    background-color: #101010 !important;
    border: 0;
    border-radius: 3px;
    line-height: 38px;
    height: 37px;
    padding-right: 27px;
    font-size: 15px;
}

.nice-select .list {
    max-height: 320px;
    overflow-y: auto;
}

.nice-select .list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 5px;
}

.nice-select .list::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

.nice-select .list::-webkit-scrollbar-thumb {
    background-color: #7d7d7d;
    border-radius: 5px;
}

.filter-requirement-item .nice-select .current {
    display: block;
    overflow: hidden;
}

.filter-requirement-item .nice-select .option {
    color: #000000;
}

.filter-requirement-item .nice-select:after {
    border-color: #ffffff;
    width: 8px;
    height: 8px;
    right: 11px;
}

.filter-requirement-group .input-check {
    margin-bottom: 0;
    margin-right: 10px;
    height: 20px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    top: 8px;
    position: relative;
}

.filter-requirement-group .input-check .checkmark {
    border: 1px solid #ffffff;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.filter-requirement-group .input-check .checkmark::after {
    transform: scale(0.9);
    transform-origin: center;
    top: 2px;
}

.submit-btn-item .input-check {
    margin-bottom: 0;
    margin-right: 10px;
    height: 20px;
    line-height: normal;
    display: inline-flex;
    align-items: center;
    top: 8px;
    position: relative;
}

.submit-btn-item .input-check .checkmark {
    border: 1px solid #ffffff;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.submit-btn-item .input-check .checkmark::after {
    transform: scale(0.9);
    transform-origin: center;
    top: 2px;
}

/*
.input-check input:checked~.checkmark {
    background-color: transparent;
}
*/

.col-filter-requirement {
    margin-bottom: 15px;
}

.col-filter-requirement:last-child {
    margin-bottom: 0;
}

.filter-search-btn-item {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 15px;
}

.filter-search-btn {
    display: inline-block;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    line-height: normal;
    padding: 5px 12px;
    border-radius: 3px;
    color: #000000;
    margin-left: 10px;
    transition: 0.3s ease-in-out;
}

.filter-search-btn.clear-btn {
    background-color: #b6b6b6;
    border-color: #b6b6b6;
    color: #000000;
}

.filter-search-btn.clear-btn:hover {
    color: #b6b6b6;
    background-color: transparent;
}

.filter-search-btn.join-btn:hover {
    color: #ffffff;
    background-color: transparent;
}

.col-filter-right .group-body {
    height: calc(100% - 35px);
    padding-top: 20px;
}

.filter-chose-group {
    height: 100%;
}

.filter-chosen-items {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
}

.filter-chosen-item {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 15px;
    width: 100%;
}

.filter-chosen-item-tag {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.filter-chosen-item-tag .txt {
    background-color: #222222;
    padding: 6px 6px;
    line-height: 17px;
    border-radius: 3px;
    width: 100%;
    min-height: 37px;
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    color: #ffffff;
}

.filter-chosen-item-tag .clear {
    margin-left: 10px;
    color: #ffffff;
    flex: 1;
    cursor: pointer;
}

.filter-title-group .strage-nav-tabs {
    margin-bottom: 30px;
}

.strage-nav-tabs {
    border-bottom: unset;
    margin-left: -5px;
    margin-right: -5px;
    justify-content: center;
}

.strage-nav-tabs .nav-item {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0;
}

.strage-nav-tabs .nav-item .nav-link {
    border-radius: 3px;
    border: 1px solid #ffffff;
    line-height: normal;
    padding: 6px 12px;
    font-size: 16px;
    letter-spacing: 0.05rem;
    color: #ffffff;
    font-weight: 600;
    min-width: 100px;
    text-align: center;
    transition: 0.3s ease-in-out;
}

.strage-nav-tabs .nav-item .nav-link.active {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.strage-nav-tabs .nav-item .nav-link:hover {
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.filter-input-group {
    display: flex;
    align-items: center;
}

.filter-input-group .medium-input {
    margin-bottom: 0;
    flex: 1;
    border: none;
    border-radius: 3px;
    padding: 10px;
    color: #ffffff;
    background-color: #101010;
}

.filter-input-group .medium-input::placeholder {
    font-style: normal !important;
}

.filter-input-group .unit {
    margin-left: 10px;
    font-size: 12px;
    line-height: normal;
    color: #ffffff;
}

.filter-input-group .medium-select {
    flex: 1;
}

.filter-input-group .filter-label {
    margin-right: 5px;
}

.number-input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
}

.number-input-group .medium-input {
    width: 35%;
    flex: unset;
    text-align: center;
}

.number-line {
    display: block;
    background-color: #ffffff;
    height: 1px;
    width: 30%;
    margin: 0 13px;
}

.filter-input-group .medium-select.medium-select.small-select {
    width: 69px;
    flex: unset;
    margin-left: 8px;
}

#filter-popup {
    background-color: #000000;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 45px;
    padding-bottom: 45px;
    height: calc(100vh - 50px);
}

#filter-popup .mfp-close {
    color: #ffffff;
    right: 10px;
}

.stock-table-style {
    overflow: auto;
    max-height: calc(130vh - 232px);
}

.stock-table-style.chart-table-style {
    max-height: calc(100vh - 232px);
}

.stock-table-style.daily-table-style {
    max-height: calc(100vh - 200px);
}

.stock-table-style table {
    width: 100%;
    max-height: 100%;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
    border-bottom: 1px solid #555555;
    min-width: 1176px;
    border-spacing: 0;
    border-collapse: unset !important;
}

.stock-table-style.daily-table-style table thead {
    background-color: #101010;
}

.stock-table-style table thead {
    position: sticky;
    top: 0;
    background-color: #101010;
    z-index: 1;
}

.stock-table-style table thead th {
    position: relative;
    padding: 20px 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    width: fit-content;
    width: 80px;
    border-bottom: 1px solid #555555;
    border-top: 1px solid #555555;
}

.stock-table-style table thead th::before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 18px;
    background-color: #555555;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.stock-table-style table thead th:first-child::before {
    display: none;
}

.stock-table-style table thead th.name {
    text-align: center;
    width: 200px;
}

.stock-table-style table tbody td {
    position: relative;
    padding: 20px 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    border-bottom: 1px solid #555555;
}

.stock-table-style table tbody td.name {
    text-align: left;
}

.stock-table-style table tbody tr:last-child td {
    border-bottom: 0;
}

.page-stock-daily-section .main-wrap {
    height: 100%;
}

.scrollbar {
    padding-bottom: 10px;
    padding-right: 10px;
    overflow-y: auto;
}

.scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

.scrollbar::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #7d7d7d;
}

.stock-table-style table thead th a {
    color: #ffffff;
}

.stock-table-style.daily-table-style table thead th {
    width: 80px;
}

.stock-table-style.daily-table-style table thead th.name {
    width: 180px;
}

.stock-table-style.daily-table-style table thead th.strage-name {
    width: 150px;
    text-align: center;
}

.stock-table-style.daily-table-style table tbody td.strage-name {
    text-align: left;
}

.sort-arrow {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.sort-arrow::before,
.sort-arrow::after {
    font-family: 'Font Awesome 5 Free';
    height: 10px;
    width: 20px;
    text-align: center;
    display: block;
    line-height: normal;
    position: relative;
    transition: 0.3 ease-in-out;
}

.sort-arrow::before {
    content: "\f0de";
}

.sort-arrow::after {
    content: "\f0dd";
    top: -4px;
    opacity: .3;
}

.sort-arrow.down::before {
    opacity: .3;
}

.sort-arrow.down::after {
    opacity: 1;
}

.filterpopup-btn-group {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.popup-close-btn {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    line-height: normal;
    letter-spacing: 0.04rem;
    border: 1px solid #ffffff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.popup-close-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.filter-result-btn {
    background-color: transparent;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 20px;
    line-height: normal;
    letter-spacing: 0.06rem;
    border: 1px solid #ffffff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
    display: block;
    min-width: 180px;
    text-align: center;
}

.filter-result-btn.clear-btn {
    margin-right: 10px;
}

.filter-result-btn:hover {
    background-color: #ffffff;
    color: #000000;
}

.filter-result-btn-box {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.filter-main-wrap {
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #585858;
}

.strage-widget-1 .medium-input {
    border: unset;
    background-color: transparent;
    padding: 10px 0;
    color: #ffffff;
    border-bottom: 1px solid #ffffff90;
    transition: 0.3s ease-in-out;
    font-size: 15px;
}

.strage-widget-1 .medium-input:hover,
.strage-widget-1 .medium-input:focus {
    border-bottom: 1px solid #ffffff !important;
}

.strage-widget-1 .filter-label {
    margin-bottom: 0;
}

.col-daily-date {
    width: 196px;
    margin-bottom: 20px;
}

.daily-date-input-group {
    display: flex;
    align-items: center;
}

.daily-date-input-group .filter-label {
    color: #ffffff;
}

.daily-date-input-group .medium-input {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    letter-spacing: 0.05rem;
    font-size: 15px;
    padding: 6px 40px 6px 6px;
    margin-bottom: 0;
}

.daily-date-input-group .medium-input:hover,
.daily-date-input-group .medium-input:focus {
    border: 1px solid #ffffff !important;
}

.date-input-box {
    position: relative;
    flex: 1;
}

.date-input-box:after {
    font-family: 'themify';
    content: "\e6b6";
    position: absolute;
    display: flex;
    background-color: #fff;
    height: 100%;
    width: 34px;
    top: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    letter-spacing: normal;
}

.stock-body .password-sec {
    width: 100%;
}

.stock-body .password-widget {
    max-width: 400px;
    margin: 0 auto;
}

.stock-body .forget-sec {
    width: 100%;
}

.stock-body .forget-widget {
    max-width: 400px;
    margin: 0 auto;
}

.stock-body .register-sec {
    width: 100%;
}

.stock-body .register-widget {
    max-width: 750px;
    margin: 0 auto;
}

.stock-title-group {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.stock-title-group .stock-title-item-1 {
    margin-bottom: 0;
}

.stock-title-group .daily-date-input-group {
    max-width: 200px;
}

.stock-right-wrap .password-sec .form-main-title-item h3 {
    text-align: left;
}

.filter-widget-1.strage-set-widget {
    margin-bottom: 0;
    padding-bottom: 0;
}

.filter-widget-1.strage-set-widget .medium-select {
    min-width: 120px;
}

.filter-widget-1 .medium-select select {
    border: 0;
    border-bottom: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
    padding: 10px 0;
    margin-bottom: 0;
    font-size: 15px;
}

.filter-widget-1 .medium-select option {
    color: #101010;
}

.filter-widget-2 .medium-select select {
    color: #ffffff;
    background-color: #101010 !important;
    border: 0;
    border-radius: 3px;
    line-height: 38px;
    height: 37px;
    font-size: 15px;
    margin-bottom: 0;
    padding: 10px;
}

.input-check .check-txt {
    font-size: 14px;
    margin-left: 5px;
}

.export-item {
    width: 100%;
    text-align: right;
}

.export-btn {
    background-color: #ffffff;
    line-height: normal;
    padding: 4px 10px;
    border: .1rem solid #ffffff;
    border-radius: 3px;
    position: relative;
    min-width: 153px;
}

.export-btn i {
    margin-right: 6px;
    margin-left: 0;
}

.export-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

#pre_loading {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #121212;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#pre_loading svg,
#pre_loading img {
    max-width: 65px;
    max-height: 65px;
    margin-bottom: 0;
}

.chart-popup-btn {
    display: block;
    color: #ffffff;
    transition: 0.3s ease-in-out;
}

.chart-popup-btn:hover {
    color: #ffffff;
}

.chart-popup .popup-wrap {
    position: fixed;
    top: 0;
    right: -100%;
    max-width: 100%;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #161616;
    padding: 20px;
    overflow-y: auto;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.popup-bg {
    content: '';
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000000;
    top: 0;
    right: -100vw;
    opacity: 0;
    z-index: 99999;
    transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.chart-popup.show .popup-wrap {
    right: 0;
    opacity: 1;
}

.chart-popup.show .popup-bg {
    right: 0;
    opacity: 0.8;
}

.popup-close {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 20px;
    line-height: normal;
    cursor: pointer;
    letter-spacing: normal;
}

.chart-card-head h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    letter-spacing: 2px;
}

.chart-card-body {
    padding-top: 20px;
}

.chart-thumb {
    margin-bottom: 20px;
}

.chart-thumb:last-child {
    margin-bottom: 0;
}

.chart-thumb .thumb-head {
    background-color: #242424;
    padding: 6px 5px 5px 5px;
    border: 1px solid #313131;
}

.chart-thumb .thumb-head h5 {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.chart-thumb .thumb-body {
    padding: 5px;
    border: 1px solid #313131;
    border-top: 0;
}

.chart-thumb .thumb-body img {
    margin-bottom: 0;
    width: 100% !important;
    max-height: 320px;
}

#filter-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    padding: 45px;
    display: none;
}

#filter-popup.show {
    display: block;
}

#filter-popup .stock-table-style {
    max-height: calc(100vh - 135px);
}

#filter-popup .popup-wrap .filter-quantity {
    margin-bottom: 5px;
    width: 100%;
}

.notify-input-group {
    display: flex;
    position: relative;
    max-width: 350px;
}

.notify-input-group .medium-input {
    border-radius: 3px 0 0 3px;
    margin-bottom: 0;
    border: unset;
    padding: 10px;
}

.notify-input-group .medium-input::placeholder {
    color: #868686 !important;
    font-style: normal;
}

.notify-input-group .search-button {
    background-color: #17a2b8;
    color: #ffffff;
    border-radius: 0 3px 3px 0;
    padding: 10px 12px;
    border: unset;
    line-height: normal;
    transition: 0.3s ease-in-out;
}

.notify-input-group .search-button:hover,
.notify-input-group .search-button:active {
    background-color: #0d8b9e;
}

.stock-table-style.daily-table-style table thead th.edit {
    width: 105px;
}

.stock-table-style.daily-table-style table thead th.delete {
    width: 70px;
}

.stock-table-style table thead th.view {
    width: 75px;
}

.edit-btn {
    background-color: #ffffff;
    color: #000000;
    padding: 5px 8px;
    line-height: normal;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    outline: unset;
    border: 1px solid #ffffff;
    transition: 0.3s ease-in-out;
}

.edit-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.view-btn {
    background-color: #ffffff;
    color: #000000;
    padding: 5px 8px;
    line-height: normal;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    outline: unset;
    border: 1px solid #ffffff;
    transition: 0.3s ease-in-out;
}

.view-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.delete-btn {
    background-color: #ffffff;
    color: #000000;
    width: 30px;
    height: 30px;
    line-height: 1;
    letter-spacing: normal;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    outline: unset;
    border: 1px solid #ffffff;
    transition: 0.3s ease-in-out;
}

.delete-btn i {
    line-height: 1;
    letter-spacing: normal;
}

.delete-btn:hover {
    background-color: transparent;
    color: #ffffff;
}

.notify-btn {
    display: block;
    color: #ffffff;
}

.notify-btn:hover {
    color: #ffffff;
}

.notify-view-title-group {
    margin-bottom: 15px;
}

.notify-view-title-group h4 {
    line-height: 24px;
    font-size: 18px;
    margin: 0;
    padding: 0;
    color: #ffffff;
    letter-spacing: 1px;
}

.notify-search-item {
    margin-bottom: 24px;
}

.stock-table-style table tbody tr {
    position: relative;
}

.page-stock-chart-section .stock-table-style table {
    min-width: 100%;
}

.page-stock-chart-section .stock-table-style table td.link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 0;
    border: unset;
}

.chart-search-btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.stock-table-style.chart-table-style table thead th.name {
    width: auto;
}

.stock-table-style.chart-table-style table thead th.code {
    width: 130px;
}

.stock-table-style.chart-table-style table tbody tr {
    transition: 0.3s ease-in-out;
}

.stock-table-style.chart-table-style table tbody tr:hover {
    background-color: #222222;
}

.chart-search-widget {
    color: #ffffff;
    padding: 15px;
    border-radius: 5px;
    background-color: #222222;
}

.chart-search-widget .submit-btn {
    display: inline-block;
    padding: 6px 10px;
    font-size: 15px;
    background-color: #17a2b8;
    color: #ffffff;
    border-radius: 3px;
    line-height: normal;
    border: unset;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.chart-search-widget .submit-btn:hover {
    background-color: #0d8b9e;
}

.submit-btn-item {
    margin-top: 20px;
    text-align: right;
}

.chart-search-widget .widget-head {
    border-bottom: 1px solid #555555;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.chart-search-widget .widget-head h4 {
    font-size: 20px;
    line-height: normal;
    margin: 0;
}

.chart-search-widget .filter-requirement-item.trend-style {
    width: 100%;
}

.chart-search-widget .submit-btn-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: end;
    align-items: center;
    margin-top: 40px;
}

.chart-search-widget .submit-btn-item .input-check {
    top: 0;
}

.s-ttl {
    font-size: 14px;
    margin-right: 5px;
}

.filter-requirement-item.custom-trend-style {
    flex: 1;
}

.filter-requirement-item.custom-trend-style-2 {
    max-width: 100px;
    min-width: auto;
}

.filter-requirement-item.custom-trend-style-2 .filter-chose-group {
    width: 50%;
}

.filter-requirement-item-info {
    width: 100%;
    padding: 5px;
}

.stock-body .navbar-nav.navbar-member-sidebar {
    display: flex;
    flex-wrap: wrap;
    padding: 0 35px;
    width: 100%;
    margin: 10px -10px 0 -10px;
}

.stock-body .navbar-nav.navbar-member-sidebar li {
    padding: 10px;
    width: auto;
    border-bottom: unset;
}

nav.navbar.bootsnav.sidebar-nav .navbar-member-sidebar>li>a {
    border-bottom: unset !important;
    padding: 0;
}

.trend-calender-item iframe {
    width: 100% !important;
}

@media (max-width:1500px) {
    .sidebar-wrapper .index-colender .container {
        max-width: 1000px;
        width: 100%;
    }
}

.filter-requirement-item.custom-trend-style-2 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 220px;
    margin: 0 -5px;
}

.filter-requirement-item.custom-trend-style-2 .filter-input-group {
    padding: 0 5px;
    width: 50%;
}

.notify-title-input-group {
    display: flex;
    align-items: center;
}

.notify-title-input-item label {
    color: #ffffff;
    margin: 0 6px 0 0;
}

.notify-title-input-item .medium-input {
    border-radius: 3px;
    background-color: #222;
    color: #ffffff;
    border: 1px solid #313131;
    line-height: normal;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 8px;
    flex: 1;
    transition: 0.3s ease-in-out;
}

.notify-title-input-item .medium-input:focus {
    box-shadow: 0 0 0 2px #313131;
}



.futures-plus-btn {
    color: #ffff00;
    position: relative;
    z-index: 3;
}

.exc-code .futures-plus-btn {
    margin-right: 10px;
}

.futures-plus-btn:hover {
    color: #ffffff;
}

.futures-plus-btn::before {
    font-family: 'themify';
    content: "\e61a";
    font-size: 14px;
}

nav.navbar.bootsnav.sidebar-nav li.dropdown ul.second-level {
    padding-top: 1px;
    padding-bottom: 20px;
}

.sidebar-nav .dropdown-menu li>a {
    margin: 0 30px;
    font-weight: 400;
    transition: .3s ease-in-out;
}

.sidebar-nav-style-1 .dropdown .second-level {
    top: auto;
    left: 290px;
    width: 280px;
    bottom: unset;
    height: auto;
    margin-top: -53px;
    padding-top: 10px;
}

.member-btn-group {
    display: flex;
    border-bottom: 1px solid #fff;
    align-items: center;
    justify-content: space-between;
}

.nav.navbar-left-sidebar li .member-btn-group a,
nav.navbar.bootsnav.navbar-left-sidebar ul.nav>li>.member-btn-group>a {
    border-bottom: unset !important;
}

.nav.navbar-left-sidebar li .member-btn-group a.logout-btn {
    position: relative;
}

.member-btn-group .v-line {
    display: block;
    width: 1px;
    height: 18px;
    background-color: #ffffff;
    margin: 0 12px;
}


.modal-backdrop {
    z-index: 10005;
}

.modal {
    z-index: 10006;
}

#statePopup .modal-header {
    background-color: #F5F5F5;
    border-radius: 10px 10px 0 0;
}

#statePopup .modal-footer {
    background-color: #F5F5F5;
    border-radius: 0 0 10px 10px;
}

#statePopup .modal-content {
    border: unset;
    border-radius: 10px;
    min-width: 500px;
}

#statePopup .modal-title {
    letter-spacing: 2px;
    font-size: 20px !important;
    line-height: 28px;
}

#statePopup .modal-body {
    max-height: 400px;
    overflow-y: auto;
}

.btn-modal-close {
    background-color: #000000;
    border: 1px solid #000000;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 4px;
    padding: 8px 12px 7px 15px;
}

.btn-modal-close:hover {
    color: #000000;
    background-color: transparent;
}

#statePopup .editor-area p {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
}

#statePopup .editor-area ul,
#statePopup .editor-area ol {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
}

#statePopup .editor-area li {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1px;
}

#statePopup .editor-area li:not(:last-child) {
    margin-bottom: 10px;
}

.modal-backdrop.show {
    opacity: 80%;
}

.deadline-group {
    padding-top: 15px;
    color: #ffffff !important;
}


@media (max-width:768px) {
    #statePopup .modal-content {
        min-width: unset;
    }
}