body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

*:hover {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.vt-card {
    position: absolute;
    display: none;
    bottom: 0;
    right: 0;
    transform: translateX(50%);
    width: 300px;
    text-align: center;
    cursor: default;
    opacity: 0;
    z-index: 12;
}

.vt-card:after {
    content: "";
    display: block;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #ffffff transparent transparent;
    margin-left: -10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
}

.vt-card:hover {
    border: 1px solid rgba(0, 0, 0, .5);
}

.vt-card .card-img-block {
    width: 91%;
    margin: 0 auto;
    position: relative;
    top: -20px;
}

.vt-card .card-img-block img {
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.65);
}

.vt-card h5 {
    color: #303c5e;
    font-weight: 600;
    font-size: 14px;
}

.vt-card p {
    font-size: 12px;
    font-weight: 300;
}

.ripple-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    font-size: 0;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.card-author {
    margin: 0;
    font-style: italic;
}

.card-access {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 2px 6px;
    background-color: white;
    font-size: 10px;
}

.card-text {
    margin-top: 10px;
}

#vt_viewer {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#vt_viewer iframe {
    width: 100%;
    height: 100%;
    background: transparent;
    opacity: 0;
}

#btn_return_globe {
    position: absolute;
    z-index: 11;
    /*bottom: 150px;*/
    /*right: 7px;*/
    /*width: 60px;*/
    /*height: 60px;*/
    display: none;
    transition: all 0s ease;
    font-family: 'Roboto', sans-serif;
}

/*#btn_return_globe img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    cursor: pointer;*/
/*}*/

.vt-card .card-body {
    padding: 15px;
}

.panorama_preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}

/* custom map */
.possitionSelectCpn {

    color: #fff;
    visibility: unset !important;
    box-sizing: inherit;
    width: 217px;
    width: 295px;
    background: linear-gradient(216deg, #0283DC 69.23%, rgba(2, 131, 220, 0.00) 153.56%);;
    z-index: 9999;
    background: var(--background19);
    border-radius: 10px;
}

.cpnSelections {
    --white: #ffffff;
    --line-button: #869195;
    --midpointOfLegend: 1.375rem / 2;
    width: 100%;
    position: relative;
    font-size: .875rem;
    cursor: pointer;
}

.cpnSelections .selectWrap {
    width: 100%;
    height: 3rem;
    position: relative;
}

.district_mb{
    display: none !important;
}

@media (max-width: 540px) {
    .vt-card {
        width: 200px;
    }

    .vt-card h5 {
        font-size: 12px;
    }

    .vt-card p {
        font-size: 10px;
    }

    .vt-card .card-text {
        margin-top: 5px;
    }

    .vt-card .card-body {
        padding: 10px;
    }

    .hide_mobile{
        display: none !important;
    }

    #btnSpace{
        margin-bottom: 15px;
    }

    #btnSpace img{
        width: 50px !important;
        height: 50px !important;
    }

    .district_mb{
        display: flex !important;
    }

    #change_map_mobile{
        display: block;
    }
}

.cpnSelections.disabled {
    cursor: no-drop !important;
}

.cpnSelections {
    --white: #ffffff;
    --line-button: #869195;
    --midpointOfLegend: 1.375rem / 2;
    width: 100%;
    position: relative;
    font-size: 0.875rem;
    cursor: pointer;

.disabled {
    cursor: no-drop !important;
}

&.greyTheme {
fieldset {
    background: #eaeff3;
    box-shadow: inset 4px 4px 8px #5d6b7d29;
    border: 1px solid #ffffff !important;
    border-radius: 0.625rem !important;
}

>.selectWrap {
>.selectRoot {
>.select {
>.name {
    color: #fff !important;
}
}
}
}
}

.selectWrap {
    width: 100%;
    height: 3rem;
    position: relative;

.fieldset {
    width: 100%;
    height: calc(100% + var(--midpointOfLegend));
    border-radius: 0.625rem;
    border: 1px solid transparent;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    margin: 0px;
    padding: 0px;
    top: calc(0px - var(--midpointOfLegend));

.legend {
    width: auto;
    padding: 0px 0.25rem;
    margin-left: 0.875rem;
    height: 1.375rem;
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1rem;

.required {
    color: #cb0000;
    margin-left: 0.1875rem;
    top: 0.1875rem;
}
}

.legendFocus {
    color: var(--private);
}

.legendText {
    color: #82B6BA;
}
}

.selectRoot {
    display: flex;
    align-items: center;
    height: 100%;
    border-radius: 0.625rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;

.select {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    overflow: hidden;

.name {
    margin-left: 1rem;
    line-height: 1.1875rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
}

.selectAndClear {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 0.75rem;

.clear {
    cursor: pointer;
    display: flex;
    justify-content: center;
    margin-right: 0.1725rem;
}

.open {
    cursor: pointer;
    color: var(--line-button);
    display: flex;
    justify-content: center;
}
}

.justifycontentEnd {
    justify-content: end !important;
}
}

.fieldsetNotLabel {
    height: 100%;
    top: 0px;
}

.fieldsetFocus {
    border: 1px solid var(--private);
}
}

.selectWrap:hover .fieldsetNotFocus {
    border: 1px solid#121212;
}

.helperText {
    color: #d93535;
    padding-left: 0.875rem;
    display: flex;
    align-items: center;
    margin-top: 0.25rem;
}
}

.listWrapOfSuggest {
    box-sizing: border-box;
    /*background: var(--background19);*/
    border: 1px solid #0000000f;
    overflow: hidden;
    position: fixed;
    z-index: 1001;
    border-radius: 0.625rem;
    display: flex;
    box-shadow: 0px 3px 6px #00000029;
    flex-direction: column-reverse;
    font-size: 0.875rem;

    top: 62px;
    width: 217px;
    width: 295px;
    max-height: 462px;
    flex-direction: column;
}

.listWrapOfSuggest .search {
    padding: 0px !important;
    flex-grow: 1;
    height: 2.625rem;
    min-height: 2.625rem;
    display: flex;
    justify-content: center;
    align-items: center;

::placeholder {
    color: #82B6BA;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
}

.listWrapOfSuggest input {
    display: inline-block;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
    background-color: transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 1rem;
    color: #fff;
}

.listWrapOfSuggest .loaded {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.71875rem;
    -webkit-animation: spin 0.8s linear infinite;
    /* Safari */
    animation: spin 0.8s linear infinite;
}



.listWrapOfSuggest .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.71875rem;
}


.renderList {
    overflow-y: auto;
    overflow-x: hidden;
}

.renderList .option {
    white-space: nowrap;
    height: 2.625rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
}

.renderList .option .wrapHighligh {
    overflow: hidden;
}

.renderList .option .wrapHighligh .text {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
}

.renderList .option .wrapHighligh .textHighligh {
    text-overflow: ellipsis;
    overflow: hidden;
}

.renderList .option .wrapHighligh .isHighligh {
    color: #fff;
}

.renderList .option .wrapHighligh .notHighligh {
    color: #727272;
}

.renderList .option .wrapHighligh .caption {
    color: #faad14;
}


.renderList .option .wrapHighligh &.disabled {
                                       pointer-events: none;
                                       cursor: not-allowed;

* {
    color: #d5d5d5 !important;
}
}


.option:hover .highligh {
    color: #ffffff !important;
}

.option:hover .text {
    color: #ffffff !important;
}

.option:hover {
    background-color: #043dab !important;
    cursor: pointer;
    overflow: visible;
}


.notRenderList {
    display: flex;
    align-items: center;
    height: 2.5rem;

span {
    margin-left: 0.875rem;
    color: #727272;
}
}

.newsContainer {
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
}

.newsContainer .newIcon {
    background: url("../img/btn_news_icon.png");
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.chatContainer {
    bottom: 8px;
    right: 16px;
    cursor: pointer;
    z-index: 9999;
    position: absolute;
}

/* custom scroll */
@media only screen and (min-device-width: 736px) {
    ::-webkit-scrollbar {
        width: 5px;
    }
    ::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    ::-webkit-scrollbar-thumb {
        background: var(--background19);
    }
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
}

.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
}

.dialog-content {
    background-color: white;
    width: 80%;
    /*margin: 100px auto;*/
    padding: 10px 10px 10px 5px;
    border-radius: 10px;
    max-width: 900px;
    min-height: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 80%;
}

.dialog h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
}

.image-grid {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    overflow-y: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.image-item {
    flex: 0 0 calc(33.333% - 10px);
    margin: 5px;
    text-align: center;
    position: relative;
    cursor: pointer;
    /* Để tiêu đề nằm ở dưới hình */
}

.image-title {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
    color: white;
    font-weight: 600;
    font-size: 0.875rem;
    /* background: rgba(0, 0, 0, 0.5); */
    /* padding: 5px; */
    margin: 0;
    text-transform: uppercase;
}

.image-item img {
    max-width: 100%;
    width: 95%;
    height: auto;
    border-radius: 10px;
    min-height: 190px;
    object-fit: cover;
    aspect-ratio: 16/9
}

.close-btn {
    position: absolute;
    top: 10px;
    /* Điều chỉnh vị trí top */
    right: 10px;
    /* Điều chỉnh vị trí right */
    font-size: 20px;
    cursor: pointer;
    color: red;
    z-index: 9999;
    align-self: flex-end;
    /* Điều chỉnh vị trí của nút đóng */
}

.leaflet-popup-content {
    text-align: center;
    cursor: default;
    margin: 0px;
    border-radius: 0px;
}
.leaflet-popup-content p {
    margin: 4px 0;
}
.leaflet-popup-content-wrapper{
    border-radius: 5px;
}
.leaflet-popup-content-wrapper:hover {
}

.leaflet-popup-content .card-img-block {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.leaflet-popup-content .card-img-block img {
    border-radius: 5px 5px 0 0;
}

.leaflet-popup-content h5 {
    color: #303c5e;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.leaflet-popup-content p {
    font-size: 10px;
    font-weight: 300;
}

.ripple-wrap {
    display: none;
    overflow: hidden;
    position: fixed;
    font-size: 0;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.card-title {
    text-transform: uppercase;
    margin-bottom: 0;
}

.card-author {
    margin: 0;
    font-style: italic;
}

.card-access {
    position: absolute;
    top: 10px;
    right: 0;
    padding: 5px 10px 3px;
    background-color: #1355e4;
    font-size: 14px;
    color: #ffffff;
    border-radius: 5px 0 0 5px;
}

.card-text {
    margin-top: 10px;
}

.dialog-toolbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.dialog-toolbar .left-toolbar{
    flex-grow: 1;
    max-width: 250px;
    padding-left: 10px;
}
.dialog-toolbar .right-toolbar {
    margin-right: 0;
}

.dialog-toolbar .left-toolbar select {
    width: 100%;
    padding: 5px;
    color: #1C689B;
    font-weight: 600;
    border: 1px solid #1C689B;
    border-radius: 5px;
    outline: none;
    font-size: 0.875rem;
}
.dialog-toolbar .left-toolbar select option{
    color: #000;
    font-weight: 600;
    font-size: 0.875rem;
}
.paginationjs {
    margin-right: 5px;
    flex-direction: row-reverse;
}
.paginationjs .paginationjs-pages li:last-child{
    border-right: none;
}
.paginationjs .paginationjs-pages li{
    border: none;
}
.paginationjs .paginationjs-pages li>a {
    min-width: 20px;
    font-size: 0.875rem;
}
.paginationjs .paginationjs-nav{
    font-size: 1rem !important;
    color: #1c689b;
}
.paginationjs-pages .paginationjs-prev a,
.paginationjs-pages .paginationjs-next a{
    font-size: 0.875rem !important;
    color: #1D5868 !important;
}

/* News box */
.news-box-container {
    display: none;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 470px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    border-radius: 10px;
    padding: 5px;

}

.news-box-container .box-header {
    background-color: #fff;
    color: #333;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #1D5868;
}

.news-box-container .box-header .title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    color: var(--background19);
}
.news-box-container .box-header .datetime {
    font-size: 0.875rem;
}

.news-box-container .box-body {
    padding: 10px;
}

.news-box-container .tabs {
    display: flex;
    height: 45px;
}

.news-box-container .tab {
    flex: 1;
    padding: 10px;
    text-align: center;
    background-color: #eee;
    cursor: pointer;
}

.news-box-container .tab.active {
    border-top: 2px solid #1D5868;
}

.news-box-container .tab-content {
    padding-right: 5px;
    height: 475px;
    overflow-y: auto;
    max-height: 60vh;
}
.news-box-container .tab-content .active {
    display: block;
}

.news-box-container .news,
.news-box-container .event {
    display: none ;
}

.news-box-container .news-item {
    display: flex;
    margin-bottom: 10px;
}
.news-box-container .news-item p{
    display: -webkit-box;
    font-size: 16px;
    line-height: 1.3;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
    color: #000;
    text-align: justify;
}

.news-box-container .thumb-art{
    margin: 0;
    padding-top: 4px;
}
.news-box-container .news-item img {
    width: 130px;
    max-height: 130px;
    height: 90%;
    object-fit: cover;
    margin-right: 10px;
    border-radius: 5px;
    cursor: pointer;
}

.news-box-container .news-text {
    flex: 1;
}
.news-box-container .event-text {
    flex: 1;
}
.news-box-container .btn-news,
.news-box-container .btn-event{
    border-radius: 0;
    border: none;
    background-color: #fff;
    color: var(--2, #1D5868);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
}

.news-box-container .btn-close-box{
    background: #fff;
    width: 52px;
    height: 52px;
    position: absolute;
    left: -56px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    top: 0px;
}

.logo{
    cursor: pointer;
    width: 75px;
    height: 75px;
    left: 10px;
    bottom: 10px;
    z-index: 9998;
    position: absolute;
    border-radius: 50%;
    background: url("../img/logo.png");
    background-size: cover;
}
.leaflet-bottom .leaflet-control {
    margin-bottom: 90px;
    padding: 15px;
    background: url("../img/layer-bg.png");
}
.leaflet-control-attribution{
    display: none;
}

.back_to_general_view{
    width: max-content;
    position: absolute;
    top: 15px;
    left: 15px;
    color: #ffffff;
    z-index: 13;
    display: flex;
    align-items: center;
    cursor: pointer;
    pointer-events: initial;
    background: #1da1f2;
    padding: 5px;
    border-radius: 5px;
}

.back_to_general_view span{
    margin-left: 5px;
}

.leaflet-control-search.search-exp{
    display: flex;
    align-items: center;
}

.newsContainer{
    width: 64px;
    height: 64px;
}

.paginate_mb{
    display: none;
}


.inactive{
    display: none !important;
}

#list_district_mb div {
    padding: 3px 5px;
}

/* tooltip */
.tooltip{
    opacity: 1;
}
.tooltip:hover .tooltip-left, .tooltip:hover .tooltip-right, .tooltip:hover .tooltip-top, .tooltip:hover .tooltip-bottom {
    visibility: visible;
}

.tooltip .tooltip-left {
    visibility: hidden;
    width: 150px;
    background: var(--background17);
    color: #ffffff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    right: 120%;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip .tooltip-left::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent rgb(44 144 194);
}

.tooltip .tooltip-right {
    visibility: hidden;
    position: absolute;
    width: 150px;
    background: var(--background17);
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    transition: opacity .6s;
    left: 120%;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip .tooltip-right::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgb(55 71 131) transparent transparent;
}

.tooltip .tooltip-top {
    visibility: hidden;
    position: absolute;
    width: 150px;
    background: var(--background17);
    background: #E53935;
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    transition: opacity .6s;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip .tooltip-top::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgb(42 99 158) transparent transparent transparent;
    border-color: #E53935 transparent transparent transparent;
}

.tooltip .tooltip-bottom {
    visibility: hidden;
    position: absolute;
    width: 150px;
    background: var(--background17);
    color: #ffffff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    z-index: 1;
    transition: opacity .6s;
    top: 120%;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip .tooltip-bottom::after {
    content: "";
    position: absolute;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    bottom: 100%;
    left: 50%;
    border-color: transparent transparent rgb(68 92 147) transparent;
}
/* end tooltip */

#guide_modal h3{
    background: var(--background17);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#guide_modal .dialog-content{
    margin: unset;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.group_body{
    background: var(--background19);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 20px;
    font-weight: 600;
    display: flex;
}

.group_body img, .group_body svg{
    width: 35px;
    height: 35px;
}

.group_body svg{
    background: var(--background19);
    border-radius: 5px;
    padding: 5px;
}

.group_body .body_left{
    border-right: 1px solid #1b80ba;
}

.group_body .body_left, .group_body .body_right{
    width: 50%;
}

.group_body .body_left div, .group_body .body_right div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 15px;
}
.body_mobile{
    display: flex;
    flex-direction: column;
}

.body_mobile div{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#list_game{
    overflow: auto;
}

.news-text a {
    display: -webkit-box;
    line-height: 1.2;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 51px;
    text-align: justify;
}

.leaflet-container a.leaflet-popup-close-button{
    display: none !important;
}

.btn-outline-dark{
    border-color: #0d33c8;
}

.btn-outline-dark:hover {
    background-color: #69bebb96;
    border-color: #69bebb96;
}

.list_categories{
    display: flex;
    position: absolute;
    left: 870px;
}
.item_category_view {
    display: flex;
    background: #ffffff;
    color: #1D5868;
    font-weight: 600;
    padding: 7px 15px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50px;
    align-items: center;
    box-shadow: 0px 2px 5px 0px #00000040;
}

.item_category_view img{
    padding-right: 5px;
}

.item_category_view div{
    width: max-content;
}

.item_category_view.active{
    /*color: #ffffff;*/
    background: #1D5868;
    background: #C8DBDF;
}


.popup_categories {
    position: fixed;
    background-color: #fff;
    border-radius: 0.5rem;
    box-shadow: 0px 1.25rem 1.6875rem rgba(0,0,0,.1607843137);
    animation: main .2s;
    overflow: auto;
    right: 462px;
    top: 60px;
    transform-origin: right top;
    max-height: calc(100% - 60px);
    max-width: calc(100% - 460px);
    display: none;
}
.group_search_more {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
}
.textInput_search_more {
    width: 100%;
    padding: 0.9375rem 1.125rem;
    outline: none;
    background-color: transparent;
    border: none;
    font-size: .875rem;
    line-height: 1.125rem;
    color: #20B0BB;
}
input.textInput_search_more::placeholder{
    color: #20B0BB;
}
.g_icon_search_more {
    padding-right: 0.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_list_more {
    padding-left: 0.8125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back_list_more .border_search_more {
    border-right: 1px solid #20B0BB;
    height: 1.25rem;
    padding-right: 0.8125rem;
}
.g_icon_search_more .border_search_more {
    border-left: 1px solid #20B0BB;
    height: 1.25rem;
    padding-right: 0.8125rem;
}
.itemName{
    color: #20B0BB;
}
/* end categories*/

.showMoreSuggestPlace {
    background-color: #fff;
    width: 18.75rem;
    height: 25.625rem;
    font-size: 0.875rem;
    line-height: 1.1875rem;
    box-shadow: 0px 0px 12px #000029;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.showMoreSuggestPlace .boxSearchContainer {
    display: flex;
    flex-direction: column;
}
.showMoreSuggestPlace .boxSearchContainer .searchInput {
    background-color: #fff;
    width: 100%;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #20B0BB;
}
.showMoreSuggestPlace .boxSearchContainer .horizontalLine {
    width: 100%;
}
.showMoreSuggestPlace .notFoundSearch {
    margin-top: 3.0625rem;
    padding: 2rem;
    text-align: center;
}
.showMoreSuggestPlace .listGroupPlaceType {
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.showMoreSuggestPlace .listGroupPlaceType .itemGroupPlaceType {
    cursor: pointer;
    display: flex;
    font-size: 0.875rem;
    padding: 0.75rem 1rem;
}
.showMoreSuggestPlace .listGroupPlaceType .itemGroupPlaceType .itemIcon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 1rem;
}
.showMoreSuggestPlace .listGroupPlaceType .itemGroupPlaceType .itemName {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.showMoreSuggestPlace .listGroupPlaceType .itemGroupPlaceType:hover {
    background-color: #f5f7fa;
}
.showMoreSuggestPlace .listPlaceType {
    display: flex;
    flex-direction: column;
    overflow: auto;
}
.showMoreSuggestPlace .listPlaceType .itemPlaceType {
    cursor: pointer;
    padding: 0.90625rem 0.25rem 0.90625rem 1rem;
    color: #5ec6ce;
}
.showMoreSuggestPlace .listPlaceType .itemPlaceType:hover {
    background-color: #f5f7fa;
}
.iconBackShowMoreSuggest {
    cursor: pointer;
}

.itemGroupPlaceType img{
    padding-right: 10px;
    max-width: 32px;
}

.itemGroupPlaceType.active{
    background: #d9d9d9;
}

#close_category{
    display: flex;
    margin: 0 5px;
    cursor: pointer;
}

#imageDialog .dialog-content{
    min-height: 80%;
}
/* categories */