html,
body {

    font-size: 14px;
    font-family: "Google Sans", Roboto, Arial, sans-serif;
    color: rgb(32, 33, 36);


}

div,
span,
button,
label,
input,
table,
select,
nav {
    font-family: "Google Sans", Roboto, Arial, sans-serif;
}

html {
    background-color: #bdd4ef;
}

body {
    height: 100vh;
}

.navbar {
    height: 10%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #bdd4ef;

}

.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand a #logo-icon {
    width: 122px;
    height: 31px;
}

.navbar-brand button #burger-menu {
    width: 24px;
    height: 24px;

}

.navbar-brand button {
    border: 0;
    background-color: transparent;
    cursor: grab;
}

.menu-items {
    display: flex;
    align-items: center;
}

.menu-items .icons-menu {
    margin-left: 2rem;
}

.menu-items .icons-menu img {
    width: 24px;
    height: 24px;
}

.menu-items .icons-menu .dropdown-trigger .avatar {
    width: 34px;
    height: 34px;
}

.left_nav {
    width: 17%;
    min-width: 16.875rem;

    background-color: #bdd4ef;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* transition: all 0.5s ease; */
}

.left_nav.close {
    width: 4.25rem;
    min-width: 4.25rem;
    /* transition: all 0.5s ease; */
}

/* newsidebar */
.left_nav.close>.content ul {
    margin-left: 0;
}



.left_nav.close .btn_trade {
    margin-left: 10px;
    width: 3.125rem;
    height: 3.125rem;
    margin-right: 10px;
}

.left_nav.close .btn_trade p {
    display: none;

}

.left_nav.close .btn_trade img {
    margin-left: 1px;
}

.left_nav.close .user_actions p {
    display: none;
}

.left_nav.close .user_actions {
    width: 40px;
    height: 40px;
    padding: 0;
    margin-left: 15px;
}

.left_nav.close .user_actions img {
    margin-left: 10px;
}

.left_nav.close .user_actions .open_sublist {
    display: none;
}

.left_nav.close .active {
    border-radius: 50%;
    background: #bdd4ef;
}

.left_nav .user_actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 27px;
    width: 95%;
    height: 34px;
    gap: 1.25rem;

}

.left_nav .active {
    border-radius: 0px 30px 30px 0px;
    background: #bdd4ef;
}

.left_nav .user_actions img {
    width: 20px;
    height: 20px;
}

.left_nav .btn_trade {
    width: 136px;
    height: 58px;
    text-align: center;
    border-radius: 15px;
    background: #FFB4AA;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 8px;
    border-width: 0;
    margin-bottom: 13px;

}

.left_nav .btn_trade img {
    width: 30px;
    height: 30px;
    margin-left: 13px;
    margin-right: 11px;


}

.left_nav .btn_trade p {}

.left_nav .user_actions p {
    color: rgb(32, 33, 36);
}

.right_nav {
    width: 3%;
    height: 100%;
    background-color: #FFF8F7;
}

.main {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding-bottom: 1.25rem;
}

.footer {
    height: 10%;
    width: 80%;
}

.main .body_page {
    padding: 20px;
    background: #FFF;
    width: 100%;
    /* height: 90%; */
    min-height: 40rem;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    overflow: auto;
}

.title {
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 20px;
    padding-left: 20px;

}

.choice_competition {
    /* margin-left: 20px; */
    border-radius: 10px;
    background: #FFF;
    width: 18%;
}

.select select {
    width: 100%;
}

.infomation {
    margin-top: 0;
    margin-bottom: 0 !important;
    margin-left: 20px;
    margin-right: 20px;
    gap: 20px;
}

.infomation .details_info {

    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* .infomation .details_info .details_title{
   margin-top: 17px;
} */

.categories {
    margin-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #D9D9D9
}

.categories .cate_name {
    margin-right: 20px;
    flex: 1;
    display: flex;
    flex-direction: row;
    padding-bottom: 17px;
    padding-top: 17px;
    cursor: pointer;
}

.categories .cate_name.checked {
    border-bottom: 3px solid #410001;
    border-radius: 5px 5px 0px 0px;
}

.categories .cate_name img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

/* categories col */


.categories_col {
    margin-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid #D9D9D9
}

.categories_col .cate_name {
    margin-right: 20px;
    display: flex;
    flex-direction: row;
    padding-bottom: 17px;
    padding-top: 17px;
    cursor: pointer;
}

.categories_col .cate_name.checked {
    border-bottom: 3px solid #410001;
    border-radius: 5px 5px 0px 0px;
}

.categories_col .cate_name img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.panel {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: none;
    border-radius: 0;
    gap: 20px;
    margin-bottom: 20px;
}

.panel .left_panel {
    width: 562px;
    height: 335px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    margin-left: 20px;

}

.panel .right_panel {
    width: 562px;
    height: 335px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    display: flex;
    margin-right: 20px;
    flex: 1;

}

.left_panel .table {
    width: 100%;
}

.left_panel .tb_title,
.right_panel .tb_title {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    color: #444746;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.overview td,
.overview th {
    border-bottom: 1px solid #dbdbdb;
    border-width: 1px 0 1px;
    padding: 0.5em 1.25em;
    vertical-align: top;

}

.overview td {
    text-align: end !important;
    padding-right: 20px;
}

.overview th {

    padding-left: 20px;
}

.right_panel .highcharts-figure {
    height: 100%;
    width: 100%;
}

.right_panel .highcharts-figure #container {
    height: 90%;
    width: 100%;
}

.table {
    width: 100%;
}

.table-container {
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-entries {
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    gap: 40px;
}

.page-entries .page_change img {
    width: 20px;
    height: 20px;
}

.page-entries .select select {
    border: none;
}

.page-entries .select select:hover {
    border: none;
    background-color: var(--vin-line, #D9D9D9);
}

.trading_box {
    background-color: #EBFFF0;
    width: 23.5rem;
    position: fixed;
    right: 5rem;
    bottom: 0;
    border-radius: 10px 10px 0px 0px;
    z-index: 100;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    visibility: hidden;
}

.header_box {
    background-color: #D4FFDF;
    border-radius: 10px 10px 0px 0px;
    align-items: center;
}

.box_active {
    visibility: visible;
}

.header_sell {
    background-color: #FFD5D2;
}

.sell {
    background-color: #FFF0EF;
}

.changepass_container {
    width: 60%;
}

.show_hide_pass {
    width: 1.25rem;
    height: 1.25rem;
    position: relative;
    top: 0;
    right: 3rem;
    cursor: pointer;
}

.user_menu {
    width: 25rem;
    height: 285px;
    border-radius: 30px;
    background: #FFF8F7;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.userinfo {
    border-radius: 30px 30px 5px 5px;
    background: #FFF;
}

.dropdown-child {
    align-items: center;
    border-radius: 5px;
    background: #FFF;

}

.icons-supersmall {
    width: 0.375rem;
    height: 0.625rem;
}

.has-borderX {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.has-borderbottom {
    border-bottom: 1px solid #D9D9D9;
}

.round-box {
    border-radius: 10px;
    border: 1px solid #D9D9D9;
}

.panel_title {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}



.info_big_name {
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.big_image {
    width: 6.25rem;
    height: 6.25rem;
}

.image_infomation {
    position: relative;
    margin: auto;
}


.modal_box {
    width: 504px;
    border-radius: 10px;
    border: 1px solid #D9D9D9;
    background: #FFF;
}

.add_picture {
    position: absolute;
}

.modal_close {
    height: 1.5rem;
    width: 1.5rem;
}

.modal_big_image {
    height: 16.5rem;
    width: 16.5rem;
}


.switch {
    position: relative;
    display: inline-block;
    width: 2.875rem;
    height: 1.75rem;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 1.5rem;
    width: 1.5rem;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #30D158;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #30D158;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(15px);
    -ms-transform: translateX(15px);
    transform: translateX(15px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.image_infomation {
    position: relative;
    margin: auto;
    width: fit-content;
    max-height: 9rem;
}

.add_icon {
    position: absolute;
    bottom: 2.5rem;
    right: 30%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    border: 1px solid #D9D9D9;
    padding-left: 1px;
}

.add_image {
    height: 1.25rem;
    width: 1.25rem;

}

.is-round {
    border-radius: 20px;
}

.boderless {
    border: 0;
}

.full {
    width: 100%;
}

.is-close {
    display: none;
}

.has-gap {
    gap: 1.5rem;
}

.fixed-width {
    width: 7.2rem;
}

.nested {
    display: none;
}

.is-show {
    display: block !important;
}

.cols-fix {
    width: 16%;
    flex: none;
}

.has-border {
    border-radius: 10px;
    border: 1px solid var(--vin-line, #D9D9D9);
}

.des_height {
    height: 6rem;
}

/* notification begin */
.shinobinotification {
    opacity: 0;
    display: none;
    right: 2rem;
    color: white;
    width: 20rem;
    position: fixed !important;
    z-index: 100;
    top: 5rem;
    box-shadow: 0 2px 4px rgba(15, 14, 14, 0.1), 0 0 0 1px rgba(13, 13, 13, 0.1);
    transition: opacity 1s, backgorund 1s ease-in-out;
    background-color: #3465a4;
}

.shinobinotification.info-message {
    opacity: 0.8;
    display: block;
    background-color: #3465a4;
}

.shinobinotification.error-message {
    opacity: 0.8;
    display: block;
    background-color: #ff3860;
}

.shinobinotification.loading-message {
    opacity: 0.8;
    display: block;
    background-color: #3465a4;
    max-width: 10em;
    padding-right: 0.5rem;
}

.shinobinotification .columns {
    display: flex;
}

.shinobinotification .columns .is-loading {
    max-width: 3rem;
}

.shinobinotification .notificationcontent {
    width: 100%;
    word-wrap: break-word;
}

/*notification end  */


.content ul {
    list-style: none !important;
}

.menu-text-width {
    width: 80%;
}

.dot {
    height: 1.25rem;
    width: 1.25rem;
    background-color: #bdd4ef;
    ;
    border-radius: 50%;
    display: inline-block;
}

.nested_parent span img {
    width: 1.25rem;
    height: 1.25rem;
}

.node_action_icon {
    display: none;
}

.nested_parent:hover .node_action_icon {
    display: block;
}

.node_expand_icon {
    display: none;
}

.text-placeholder {
    color: var(--Placeholder, #999);

}

.icon_inside {
    position: absolute;
    top: 0.8rem;
    right: 1rem;
}

.no-border {
    border: none;
}

.hide {
    display: none;
}

.has-no-minwidth {
    min-width: 0;
}

.table-border {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
}

.table-row:hover {
    background: var(--Hover, #FFF7F5)
}

.noti-row:hover {
    background: var(--Hover, #FFF7F5)
}

.noti-row:hover .notiImage {
    display: inline;
}

.notiImage {
    height: 1.25rem;
    width: 1.25rem;
    display: none;
    margin-right: 2rem;
    cursor: pointer;
}

.small-panel-title {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.has-small-gap {
    gap: 0.75rem;
}

.nested_parent:hover {
    background: var(--Hover, #FFF7F5)
}

.hoverbackground {
    background: var(--Hover, #FFF7F5)
}

.image-round {
    border-radius: 50%;
}

.small-list {
    width: 65%;
}

.breakline {
    word-wrap: break-word;
}

.small_modal {
    width: 27.625rem;
    height: 18.625rem;
    border-radius: 0.625rem;
    border: 1px solid var(--vin-line, #D9D9D9);
    background: #FFF;

}

.normal_modal {
    border-radius: 0.625rem;
    border: 1px solid var(--vin-line, #D9D9D9);
    background: #FFF;
}

.image-noti {
    width: 3.375rem;
    height: 3.375rem;
}

.date-time {
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
}

.support-icon-info {
    width: 1.5rem;
    height: 1.5rem;

}

.googlemapsize {
    height: 19.5rem;
}

.menu_default {
    margin: 0 !important;
}

.sub_menu {
    margin-top: 0 !important;
}

.icon24 {
    height: 1.5rem;
    width: 1.5rem;
}

/* autocomplete */
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
    max-height: 20rem;
    overflow: auto;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9;
}

/* autocomplete */

.block_invisible {
    visibility: hidden;
}

.main-page-active {
    border-radius: 0rem 1.875rem 1.875rem 0rem;
    background: #bdd4ef;
}

.left_nav.close .main-page-active {
    border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
    background: #bdd4ef;
    padding-left: 0.9rem !important;
}

.hidden {
    display: none !important;
}

.icon_background {
    background-color: #D9D9D9;
    border-radius: 50%;
    display: inline-flex;
    padding: 0.5rem;
}

.icon20 {
    width: 1.25rem;
    height: 1.25rem;
}

.map_fullsize {
    width: 100%;
    height: 100%;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.table thead tr th [snb-sort] {
    cursor: ns-resize;
    position: absolute;
    right: 0.5rem;
    transform: translateX(50%);
    top: 0.5rem;
}

.table thead tr th[snb-colname] {
    position: relative;
}

.shinobi-pagination-curpage {
    width: 3rem;
    text-align: center;
}

.table thead tr th [snb-filter] {
    cursor: pointer;
    position: absolute;
    right: 1.5rem;
    transform: translateX(50%);
    top: 0.5rem;
}

.table thead tr th[snb-colname][snb-header-control] {
    padding-right: 2.25rem;
}

.has-overflow {
    overflow: auto;
}

.table thead tr th .table-filter .input {
    min-width: 3rem;
}

.table thead tr th .table-filter .select select {
    min-width: 4rem;
}

.backgroundImage {
    /* height: 13.25rem; */
    border-radius: 0.625rem;
    max-height: 15rem;
    width: 100%;
    object-fit: cover;

}

.has-text-warning {
    color: #FF9500 !important;
}

.has-text-danger {
    color: #FF3B30 !important;
}

.has-text-success {
    color: #34C759 !important;
}

.table_avatar {
    height: 2.125rem;
    width: 2.125rem;
}

#listCompetitionTrade {
    overflow-y: auto;
}

option {
    overflow-y: scroll;
}

.has-text-violet {
    color: #FF25FF;
}

.has-text-info {
    color: #1EEEEE;
}

.iconpickergrid {
    display: grid;
    column-gap: 2rem;
    row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    align-items: center;

}

.icon-item:hover {
    background-color: #ececec;
}

.icon-item {
    border-radius: 4px;
    display: flex;
    align-items: center;
    padding: 1rem;
    /* align-items: center;
    justify-content: center; */
}

/* .background-avatar {
    display: inline-block;
    background-image: url('https://image.hanzo.finance/08f90c1a417155361a5c4b8d297e0d78/Lion_13254747819481.jpg');
    background-size: contain;
    filter: blur(10px);
} */

.background-avatar {
    display: inline-block;
    position: relative;
}

.background-avatar::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: contain;
    filter: blur(10px);

}

#update_avatar {
    display: block;
    z-index: 1;
    position: relative;
}

.dropdown-item:hover {
    background-color: #f5f5f5;
    color: #0a0a0a;
}

.details_title {
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.tooltip {
    position: relative;
    /* display: inline-block; */
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 10rem;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tagsinput {
    height: auto !important
}

.control {
    margin-bottom: .1em !important;
    margin-top: .1em !important
}

.tagsinput input {
    border: none;
    margin-bottom: .1em !important;
    margin-top: .1em !important;
}

.valueconfig {
    display: none !important;
}

.activeConfig {
    display: flex !important;
}

.rotate {
    transform: rotate(-0.25turn);
}

td,
th {
    word-wrap: break-word;
    max-width: 9.375rem;
}

.select.is-arrowless::after {
    display: none !important;
}

.select.is-arrowless select {
    padding-right: 0;
}

.icon-button__badge {
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: red;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.ldp-section {
    width: 100%;
    min-height: 110vh;
    max-height: fit-content;
    margin-bottom: 2vh;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 10vh 5vw;

    /* position: relative;  */
}

.ldp-text-header {
    color: #002366;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    /* white-space: nowrap; */
}

.ldp-text-content {
    display: -webkit-box;
    /* Sử dụng flexbox với prefix cho Safari */
    -webkit-box-orient: vertical;
    /* Định hướng box theo chiều dọc */
    -webkit-line-clamp: 10;
    /* Giới hạn số dòng hiển thị (thay đổi theo nhu cầu) */
    overflow: hidden;
    text-overflow: ellipsis;
    /* Hiển thị dấu ba chấm */
    max-height: 45vh;
    /* Đặt chiều cao tối đa (thay đổi theo nhu cầu) */
    line-height: 20px;
    margin: 5vh 0px;
}

.ldp-button {
    width: 150px;
    height: 40px;
    border: none;
    border-radius: 3px;
    opacity: 0px;
    background: rgba(26, 115, 232, 1);
    color: white;
    cursor: pointer;

}

@media only screen and (max-width: 767px) {
    .navbar {
        display: none;
    }

    .ldp-section {
        background-image:  none !important;
        background-color: #f5f5f7;
        margin-bottom: 0px;
    }
#ldp-section-4{
    display: none;
    
}

}