/*Kiet Tran*/
.user-avatar {
    max-width: 25px;
    max-height: 25px;
    border-radius: 50%;
    cursor: pointer;
}

#style-switcher h2 a.avpnotelist {
    top: 94px;
}

/*!* Chosen Plugin*/
/*------------------------------------- *!*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding: 1px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid rgba(254, 114, 53, 1);
    border-radius: 8px;
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    z-index: 990;
    width: 100%;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    text-align: left;
    /*  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);*/
}

.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
}

.chosen-container a {
    cursor: pointer;
}

/* Single Select box */
.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 5px;
    height: 40px;
    line-height: 39px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    color: #888;
    text-decoration: none;
    white-space: nowrap;
    border-radius: 8px !important;
    border: none !important;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-radius: 4px 4px 0 0;
}

.chosen-container-active .chosen-drop,
.chosen-container-single .chosen-drop {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.chosen-container-active.chosen-with-drop .chosen-drop {
    opacity: 1;
    visibility: visible;
    border: 1px solid rgba(254, 114, 53, 1);
    border-radius: 8px;
    margin-top: 10px;
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgba(128, 128, 128, 1);
    font-size: 12px;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%;
}

.chosen-container-single .chosen-single div:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 18px;
    margin: 1px 0 0 0;
    right: 20px;
    position: relative;
    width: auto;
    height: auto;
    display: inline-block;
    color: #c0c0c0;
    float: right;
    font-weight: normal;
    transition: transform 0.3s;
    transform: translate3d(0, 0, 0) rotate(0deg);
}

.chosen-container-active.chosen-with-drop .chosen-single div:after {
    transform: translate3d(0, 0, 0) rotate(180deg);
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 8px;
    white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    margin-bottom: 10px !important;
    border: 1px solid #ddd !important;
    background-color: #fbfbfb !important;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fafafa;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.04);
}

.chosen-container-single .chosen-search:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 15px;
    margin: 0 15px 0 0;
    top: 12px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #aaa;
    float: right;
    font-weight: normal;
    z-index: 10;
    transition: transform 0.3s;
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    background-clip: padding-box;
    border: 1px solid rgba(254, 114, 53, 1);
    border-radius: 5px;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* Results */
.chosen-container .chosen-results {
    color: #888;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 8px 0;
    padding: 0 4px 0 8px;
    max-height: 300px;
}

.chosen-container .chosen-results li {
    margin: 0;
    padding: 5px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none;
}

.chosen-container-multi .chosen-results li {
    transition: color 0.3s;
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default;
}

.chosen-container .chosen-results li.highlighted {
    background-color: transparent;
    border-radius: 0;
    color: #66676b;
    transition: color 0.2s ease-in-out;
}

.chosen-container .chosen-results li.no-results {
    color: #888;
    display: list-item;
    background-color: #fff;
}

.chosen-container-multi .chosen-results li.no-results {
    background-color: #fff;
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: bold;
    cursor: default;
}

@media (min-width: 200px) {
    .chosen-container .chosen-results li.group-option {
        padding-left: 25px;
    }
}

@media (min-width: 400px) {
    .chosen-container .chosen-results li.group-option {
        padding-left: 30px;
    }
}

@media (min-width: 600px) {
    .chosen-container .chosen-results li.group-option {
        padding-left: 35px;
    }
}

@media (min-width: 700px) {
    .chosen-container .chosen-results li.group-option {
        padding-left: 40px;
    }
}

@media (min-width: 850px) {
    .chosen-container .chosen-results li.group-option {
        padding-left: 45px;
    }
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline;
}

/* Multi Selectbox */
.chosen-container-multi .chosen-choices {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 18px;
    height: auto;
    border: 1px solid #dbdbdb;
    background-color: #fff;
    text-decoration: none;
    white-space: nowrap;
    line-height: 40px;
    cursor: pointer;
    margin: 0;
    border-radius: 8px !important;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.06);
    border: none !important;
}

.chosen-container-multi.chosen-with-drop .chosen-choices {
    border-radius: 4px 4px 0 0;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    margin: 0;
    padding: 0;
    height: 49px;
    outline: 0;
    border: 0 !important;
    background: transparent !important;
    color: #888;
    line-height: 40px;
    /*font-weight: 500;*/
    box-shadow: none;
    transition: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 7px 6px 0 -4px;
    padding: 0 25px 0 8px;
    max-width: 100%;
    background-color: #fff;
    line-height: 24px;
    color: #4da9c5;
    cursor: default;
    font-weight: 500;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
}

.chosen-container-multi .chosen-choices li.search-choice span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    font-size: 12px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: -1px;
    right: 7px;
    display: block;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    content: "\f00d";
    font-family: "FontAwesome";
    font-size: 13px;
    top: 1px;
    position: relative;
    width: 11px;
    height: 5px;
    display: inline-block;
    color: #4da9c5;
    float: right;
    font-weight: normal;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    color: #888;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4;
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: flex;
    color: #fe7235 !important;
    cursor: default;
}

.chosen-container-multi .chosen-drop .result-selected:hover {
    display: flex;
    color: #fe7235 !important;
    cursor: default;
}

.chosen-container-single .chosen-drop .result-selected {
    color: #fe7235 !important;
}

.chosen-container-single .chosen-drop .result-selected:hover {
    color: #fe7235 !important;
}

.chosen-container.chosen-container-multi .chosen-drop {
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
}

.chosen-container.chosen-container-multi.chosen-with-drop.chosen-container-active .chosen-drop {
    opacity: 1;
    visibility: visible;
}

/* Active */
.chosen-container-active .chosen-single,
.chosen-container-active .chosen-choices,
.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: transparent;
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
    color: #888 !important;
}

.chosen-container-single .chosen-container-active {
    padding: 0 20px;
    height: 55px;
    line-height: 55px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #e0e0e0;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #e0e0e0;
    box-shadow: none;
    transition: 0s;
}

.chosen-checkbox-container {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chosen-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0 !important;
    width: 0 !important;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    outline: 1px solid #4da9c5;
    background-color: #fcfcfc;
}

/* Create a custom checkbox */
.radiomark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 1px solid #4da9c5;
    background-color: #fcfcfc;
}

/* On mouse-over, add a grey background color */
.chosen-checkbox-container:hover input ~ .checkmark,
.chosen-checkbox-container input:checked ~ .checkmark {
    background-color: #fcfcfc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chosen-checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chosen-checkbox-container .checkmark:after {
    left: 4px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #4da9c5;
    border-width: 0 2px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */
.chosen-checkbox-container:hover input ~ .radiomark,
.chosen-checkbox-container .radiomark {
    background-color: #fcfcfc;
}

/* Create the checkmark/indicator (hidden when not checked) */
.radiomark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chosen-checkbox-container input:checked ~ .radiomark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chosen-checkbox-container .radiomark:after {
    left: 2px;
    top: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #4da9c5;
}

.text-chosen-checkbox {
    cursor: pointer;
    width: 100%;
}

.chosen-text {
    text-transform: uppercase;
}

.text-chosen-checkbox li {
    padding-left: 25px !important;
}

.main-search-input-item .chosen-container .chosen-drop {
    border: 1px solid #e0e0e0;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    box-shadow: none;
}

.sort-by .chosen-container-single .chosen-single {
    height: 36px;
    line-height: 34px;
    border: 1px solid #fff;
    background-color: #fff;
    width: 100%;
    display: inline-block;
    padding: 0 14px 0 16px;
    box-shadow: none;
    color: #666;
    font-weight: 600;
    font-size: 15px;
    border-radius: 50px;
    transition: all 0.3s;
    display: inline-block;
}

.sort-by .chosen-container-active .chosen-choices,
.sort-by .chosen-container-active.chosen-with-drop .chosen-single,
.sort-by .chosen-single:hover {
    background: #f3f3f3;
}

.sort-by .chosen-container .chosen-drop {
    padding-top: 10px;
    border: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 200px;
    margin-left: 10px;
    background: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    z-index: 999;
}

.sort-by .chosen-container.chosen-with-drop .chosen-drop,
.sort-by .chosen-container .chosen-drop {
    left: auto;
    right: -1px;
}

.sort-by .chosen-container-single .chosen-single div:after {
    color: #66676b;
    right: 0;
}

.sort-by .chosen-container-single .chosen-default {
    color: #66676b;
}

.sort-by .chosen-container-single .chosen-single span {
    margin-right: 0px;
    color: #666;
    font-weight: 600;
    transition: all 0.2s;
}

.sort-by .chosen-container-single .chosen-single div {
    position: relative;
    line-height: 33px;
    top: 0;
    margin-left: 0;
    display: inline-block;
}

.sort-by .chosen-container-single .chosen-single span {
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
}

/* ---------------------------------- */
/* Custom Chosen Dropdown
------------------------------------- */
.main-search-input-item .chosen-container-single .chosen-single,
.main-search-input-item .chosen-single.chosen-container-active {
    position: relative;
    display: block;
    overflow: visible;
    padding: 0 0 0 15px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #888;
    border-radius: 4px 4px 0 0;
    z-index: 100;
    box-shadow: none;
    transition: all 0.3s;
}

/* Active */
.main-search-input-item .chosen-container-active .chosen-single,
.main-search-input-item .chosen-container-active .chosen-choices {
    border: 1px solid #fff;
}

.main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #fff;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.main-search-input-item .chosen-container {
    font-size: 16px;
}

.main-search-input-item .chosen-container .chosen-drop {
    border: none;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 99;
}

.main-search-input-item .chosen-single:after {
    content: "";
    position: absolute;
    bottom: -5px;
    display: block;
    width: 100%;
    left: 0;
    height: 10px;
    background: #fff;
    z-index: 112;
    opacity: 1;
    tranition: all 0.3s;
}

.main-search-input-item .chosen-container-single .chosen-single span {
    display: inline-block;
    vertical-align: top;
}

.main-search-input .chosen-container-single .chosen-single div {
    display: inline-block;
    position: relative;
    top: -2px;
}

.main-search-input .chosen-container-single .chosen-search {
    padding: 3px 15px;
    margin-bottom: 5px;
}

.main-search-input .chosen-container-single .chosen-search input[type="text"] {
    margin: 1px 0;
    padding: 6px 20px 6px 6px;
    width: 100%;
    height: 40px;
    outline: 0;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 9;
    background-color: #fcfcfc;
    border-radius: 4px;
}

.main-search-input-item .chosen-container .chosen-results {
    position: relative;
    z-index: 10000;
}

/* Style for gray main input version */
.gray-style .main-search-input-item .chosen-container-single .chosen-single,
.gray-style .main-search-input-item .chosen-single.chosen-container-active {
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
}

.main-search-input-item .chosen-container.chosen-with-drop {
    /*  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.08);*/
    border-radius: 4px;
}

.gray-style .main-search-input-item .chosen-single::after {
    display: none;
}

.gray-style .main-search-input-item .chosen-container-active.chosen-with-drop .chosen-single,
.gray-style .main-search-input-item .chosen-container .chosen-drop {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    background: #fff;
}

@media (min-width: 991px) {
    .gray-style .main-search-input-item .chosen-single {
        border-bottom: none !important;
    }
}

.gray-style .main-search-input-item .chosen-container .chosen-drop {
    border-top: none;
}

.chosen-container .chosen-results .group-result {
    display: -webkit-box;
    color: #4da9c5;
    font-size: 16px;
}

.chosen-container .chosen-results .group-result:hover {
    color: #fe7235;
}

.chosen-container .chosen-results .group-option {
    display: flex;
    color: rgba(128, 128, 128, 1);
    padding-left: 20px;
    font-size: 12px;
    font-weight: normal;
}

.chosen-container .chosen-results .group-option:hover {
    color: #fe7235;
}

.chosen-container .chosen-results li.highlighted {
    color: #fe7235;
}

.chosen-collapse {
    cursor: pointer;
}

.group-name {
    height: 18px;
    color: #4da9c5;
    font-size: 12px;
    font-weight: 500;
}

.text-chosen-selected {
    padding-left: 8px;
    margin-top: -20px;
    font-size: 12px;
}

.number-of-plcskd {
    padding: 0px 5px;
    font-style: italic;
    color: #adaaaa;
}

.d-none {
    display: none;
}

/*SLIDER PLUGIN*/
.slider {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.slider.slider-horizontal {
    width: 100%;
    height: 0px;
}

.slider.slider-horizontal .slider-track {
    height: 10px;
    width: 100%;
    margin-top: -5px;
    top: 50%;
    left: 0;
    background-color: rgb(183, 216, 223);
    stroke: rgb(226, 226, 226);
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
    margin-left: 1px;
    margin-top: -2px;
}

.opening-day .slider.slider-horizontal .slider-track {
    height: 5px;
}

.opening-day .slider.slider-horizontal .slider-tick,
.opening-day .slider.slider-horizontal .slider-handle {
    margin-left: -10px;
    margin-top: -3px;
    height: 20px;
    width: 20px;
}

.opening-day .slider-handle {
    border: 7px solid #e57a41;
}

.slider.slider-horizontal .tooltip {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: none;
}

.slider .tooltip.top {
    margin-top: -36px;
}

.slider-track {
    position: absolute;
    cursor: pointer;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.slider-selection {
    position: absolute;
    background-color: #e57a41;
    border-radius: 10px;
}

.slider-handle {
    position: absolute;
    top: -10px;
    width: 13px;
    height: 13px;
    background-color: white;
}

.slider-ghost .slider-handle {
    top: -2px !important;
}

.slider-ghost .slider-track {
    height: 16px !important;
}

.slider-handle.round {
    border-radius: 100%;
}

/* ---------------------------------- */
/* Pagination
------------------------------------- */
.pagination {
    text-align: center;
    overflow: hidden;
    display: table;
    border: 1px solid rgba(254, 114, 53, 1);
    border-radius: 40px;
    padding: 0px 10px;
}

.pagination-next-prev {
    position: relative;
    top: -66px;
}

.pagination ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.pagination ul li a,
.pagination-next-prev ul li a {
    padding: 12px 0;
    border-bottom: none;
    display: inline-block;
    color: #333;
    background-color: #fff;
    font-weight: 700;
    margin: 0;
    line-height: 22px;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    font-size: 14px;
}

.pagination ul li a {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
}

.pagination ul li a i {
    line-height: 30px;
}

.pagination ul li.blank {
    color: #a0a0a0;
    padding: 0 6px;
}

.pagination ul li a.current-page,
.pagination .current,
.pagination ul li a:hover,
.pagination-next-prev ul li a:hover {
    background-color: #f2f2f2;
    color: #333;
    border: 1px solid #fcbb6c;
}

.pagination-next-prev a.next {
    float: right;
}

.pagination-next-prev a.prev {
    float: left;
}

.pagination-next-prev ul li a {
    color: #333;
    padding: 12px 16px;
    text-transform: uppercase;
}

.pagination ul,
.pagination-next-prev ul {
    padding: 0;
    list-style-type: none;
    margin: 5px;
}

/* Listings Pagination */
.fs-listings .pagination ul li a,
.fs-listings .pagination-next-prev ul li a {
    background-color: transparent;
}

.fs-listings .pagination ul li a.current-page,
.fs-listings .pagination .current,
.fs-listings .pagination ul li a:hover,
.fs-listings .pagination-next-prev ul li a:hover {
    background-color: #e8e8e8;
    color: #333;
}

/*CSS FOR CUSTOMER*/
/*Dung Pham*/

.root {
    display: flex;
    width: 100%;
    /*float: left;*/
}

.main-info {
    position: relative;
    border-top: 1px solid rgb(226, 226, 226);
    /* padding: 5px 10px; */
    background-color: rgba(252, 252, 252, 1);
    margin-top: -6.5px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(254, 114, 53, 1);
    border-bottom: 1px solid #ccc5c55c;
}

.mvp {
    float: left;
    width: 100%;
    padding-top: 10px;
}

#ecAtthisPlace {
    display: flex;
}

.div-address-house {
    width: 100%;
}

.label-green {
    background: rgb(77, 169, 197);
    padding-left: 10px;
    padding-top: 2px;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: 0.3px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.padding-5 {
    padding: 5px;
}

.padding-0 {
    padding: 0px !important;
}

.padding-right-0 {
    padding-right: 0px !important;
}

.image-house {
    border-radius: 2px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.image-business {
    border-radius: 8px;
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.image-business2 {
    margin-bottom: 5px;
    border-radius: 8px;
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.group-border {
    height: 150px;
    border: 1px solid rgb(226, 226, 226);
}

.icon-right {
    float: right;
    margin-right: 5px;
}

.icon-at-this-place {
    color: rgb(254, 114, 53);
    font-size: 15px;
}

.group-at-this-place {
    padding: 5px;
    height: 110px;
    overflow: auto;
}

.height-50 {
    height: 50px;
    float: left;
}

.height-120 {
    height: 120px;
    float: left;
}

.text-house-name {
    margin-top: -2px;
    padding: 0px !important;
    text-align: left;
    font-size: 16px;
    color: rgba(254, 114, 53, 1);
    word-break: break-word;
}

.text-category {
    text-align: left;
    font-size: 12px;
    color: rgba(128, 128, 128, 1);
    float: left;
}

.text-category-type {
    text-align: left;
    font-size: 12px;
    color: rgba(128, 128, 128, 1);
    float: left;
}

.item-at-this-place {
    position: relative;
    display: flex;
    margin-top: 5px;
    cursor: pointer;
}

.item-at-this-place:hover {
    background: #dbe4e08c;
}

#main-at-this-place {
    display: flex;
    width: 100%;
    /*float: left;*/
    padding-top: 0px;
    padding-bottom: 8px;
}

#nearby-infor,
#statistics-infor {
    width: 100%;
    display: inline-block;
}

.main-nearby {
    width: 100%;
    float: left;
    padding: 5px 0px;
}

#detail-business-infor {
    padding: 0 12px;
    width: 100%;
}

#drop-detail,
#drop-share {
    position: relative;
    border: 1px solid rgba(254, 114, 53, 1);
    border-radius: 8px;
    margin-bottom: 10px;
}

.div-category {
    color: white;
    padding: 2px;
    margin: 5px;
    background-color: rgba(254, 114, 53, 1);
}

.div-category > label {
    font-size: 16px;
    padding: 5px;
}

.next-imge-cskd {
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: 5px;
    height: 30px;
    width: 20px;
    padding: 5px 3px;
    background: #8d8d8d;
    z-index: 2;
    cursor: pointer;
}

.next-imge-cskd:hover {
    background: white;
}

.next-imge-cskd > i {
    color: #f8f8f7;
    font-size: 22px;
}

.next-imge-cskd > i:hover {
    color: #fd7235;
}

.icon-style {
    color: rgb(77, 169, 197);
    font-size: 16px;
    padding: 0px;
}

.icon-downloads {
    color: rgb(77, 169, 197);
    font-size: 16px;
    padding: 0;
    display: flex;
    justify-content: center;
}

.part-business,
.part-active-hours {
    position: relative;
    display: flex;
    width: 100%;
    float: left;
    color: rgba(128, 128, 128, 1);
    font-size: 12px;
    word-break: break-word;
}

.part-business:hover,
.part-active-hours:hover {
    background-color: rgba(192, 192, 192, 0.59);
}

.part-business .tooltiptext,
.part-active-hours .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 110%;
    left: 92%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.part-business .tooltiptext::after,
.part-active-hours .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.part-business:hover .tooltiptext,
.part-active-hours:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.add-listing-section textarea {
    height: 100px;
    min-height: 100px;
}

.name-business {
    color: rgba(254, 114, 53, 1);
}

.group-result div .fa {
    color: rgba(254, 114, 53, 1);
}

.padding-lr-5 {
    padding: 0px 5px;
}

.padding-lr-05 {
    padding: 0 5px 0 0;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.result-business {
    padding-top: 5px;
    width: 100%;
    float: left;
}

.result-business,
.row-business {
    padding-bottom: 5px;
    width: 100%;
    float: left;
}

.item-business-infor,
.statistic-item-business-infor {
    display: flex;
    border: 1px solid rgba(254, 114, 53, 1);
    border-radius: 8px;
    height: 100%;
    cursor: pointer;
}

.item-business-infor:hover,
.statistic-item-business-infor:hover {
    background: #dbe4e08c;
}

.infor-business {
    display: flex;
    width: 100%;
    float: left;
}

.item-business {
    padding: 5px;
}

.icon-business {
    font-size: 30px !important;
    color: rgb(77, 169, 197);
}

.total-results,
.listing-business {
    width: 100%;
    float: left;
    padding: 0px;
    margin-top: 8px;
}

.number-result {
    background-color: rgba(254, 114, 53, 1);
    margin-bottom: 5px;
}

.label-result {
    background-color: #4da9c5;
    text-align: center;
}

.badge {
    padding: 4px;
    vertical-align: inherit;
    min-width: 10px;
    border-radius: 15px;
}

.pagination-container {
    text-align: -moz-center;
    text-align: -webkit-center;
    margin-bottom: 5px;
}

#business-infor {
    width: 100%;
}

.margin-0 {
    margin: 0px;
}

.margin-negative-2 {
    margin-top: -2px;
}

.leaflet-popup-content-wrapper {
    border: 1px solid rgb(175, 171, 171);
    border-radius: 8px;
    display: flex;
}

@media (min-width: 360px) {
    .leaflet-popup-content {
        margin: 0px;
        min-width: 300px;
    }
}

@media (min-width: 480px) {
    .leaflet-popup-content {
        margin: 0px;
        min-width: 400px;
    }
}

.leaflet-popup-tip {
    background: transparent;
    border: 3px solid #4da9c5;
    width: 20px;
    height: 20px;
    margin: -15px auto;
}

.btn-view-detail {
    /*float: right;*/
    font-size: 12px;
    color: white;
    background-color: rgba(254, 114, 53, 1);
    padding: 3px 5px;
    border-radius: 8px;
}

#divActiveHours,
.part-active-hours {
    color: rgba(128, 128, 128, 1);
    font-size: 12px;
}

.btn-title-review,
.btn-edit-business {
    height: 30px;
    color: #fe7235;
    background-color: transparent;
    border: 1px solid rgb(188, 188, 188);
    border-radius: 15px;
    margin: 5px;
    font-size: 12px;
    font-weight: bold;
}

.title-review {
    width: 100%;
    float: left;
}

.morelink {
    text-decoration: none;
    color: #1ba9d5;
}

.morelink:focus,
.morelink:hover {
    color: #1ba9d5;
}

.morecontent span {
    display: none;
}

#place-comment {
    color: #fe986c;
    font-weight: bold;
    font-size: 16px;
}

.star-rating-comment {
    direction: rtl;
    width: 100%;
    line-height: 26px;
    font-size: 26px;
    padding: 5px 0px;
}

.star-rating-comment span.fa {
    position: relative;
    color: rgb(254, 114, 53);
}

.star-rating-comment span.fa:hover ~ span,
.star-rating-comment span.fa:hover {
    color: rgb(254, 114, 53);
}

.name-image-user {
    padding: 10px 0px;
}

#text-area-comment {
    min-height: 200px;
    border-radius: 8px;
    border: 1px solid rgba(15, 11, 8, 0.56);
    font-size: 12px;
    line-height: 18px;
}

.leaflet-container a.leaflet-popup-close-button {
    color: #03a5fa;
}

.fa-star,
.star {
    color: rgb(254, 114, 53);
}

.submit-name {
    font-weight: bold;
    margin: 0px;
}

.submit-status {
    color: #4da9c5;
    font-size: 12px;
    margin: 0;
}

.group-button-sumit {
    float: right;
    margin: 10px 0px;
}

.user-img {
    width: 40px;
    border-radius: 50%;
}

.view-more {
    padding: 0px;
    cursor: pointer;
    text-align: center;
    text-decoration: underline;
}

.divaverage {
    margin: 0px;
    padding: 10px 0px;
    font-size: 12px;
}

.hidden-scroll-horizontal {
    overflow-x: hidden;
}

#modal-write-comment {
    color: #8c8b8b;
    font-style: normal;
    font-weight: normal;
}

.selectedd {
    font-family: fontAwesome;
    display: inline-block;
    content: "\f005";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    opacity: 1;
    z-index: 1;
}

.selectedd.pulsed {
    -webkit-transform: scale(1.7);
    opacity: 0;
}

.selectedd.is-animatedd {
    transition: 1s ease-out;
}

textarea::-webkit-input-placeholder {
    color: #8c8b8b;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #8c8b8b;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #8c8b8b;
}

textarea:-ms-input-placeholder {
    color: #8c8b8b;
}

textarea::placeholder {
    color: #8c8b8b;
}

.btn-cm {
    font-size: 16px;
}

.main-reviews {
    width: 100%;
    float: left;
    color: rgba(128, 128, 128, 1);
    padding: 5px;
    font-size: 16px;
}

.comment-of-your {
    width: 100%;
    float: left;
}

.comment-of-user {
    width: 100%;
    float: left;
    background-color: #fcfcfc;
    cursor: pointer;
}

#comments-user,
.comment-user {
    width: 100%;
    float: left;
}

.text-muted {
    color: #4da9c5 !important;
}

.card {
    background-color: transparent;
    border: none;
    cursor: default;
}

.card-body {
    padding: 5px;
}

.card-title {
    padding: 0px !important;
    margin: 0px !important;
    background-color: transparent !important;
    font-size: 12px;
    font-weight: bold;
}

.card-user {
    width: 40px;
    border-radius: 50%;
    padding-bottom: 5px;
}

.card-text {
    font-size: 12px;
    display: inline-block;
    margin-bottom: 5px;
    white-space: pre-wrap;
}

.cat {
    color: #10a4d3;
    display: inline-block;
    font-size: 12px;
    margin-bottom: 5px;
}

.initial-review {
    padding: 0px;
    border-bottom: 1px solid #8c8b8b;
}

.star-popup {
    font-size: 12px;
}

.star-average {
}

.star-user {
    font-size: 12px;
    position: absolute;
    right: 10px;
}

.image-comment {
    padding: 3px 0px 10px 10px;
}

.rating {
    text-align: center;
    margin-top: 120px;
    position: relative;
    width: 50%;
    float: left;
}

.star-rating {
    font-size: 12px;
}

/* Star Rating */
.star-rating {
    display: flex;
    font-size: 16px;
    justify-content: center;
}

.listing-item-container .star-rating {
    padding: 15px 32px;
}

.star-rating .star {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: left;
    margin-right: 4px;
    position: relative;
}

.rating-counter {
    color: #909090;
    padding-left: 5px;
    display: inline-block;
    font-size: 15px;
}

.star-rating .rating-counter {
    top: -1px;
    position: relative;
}

.infoBox .star-rating .rating-counter {
    font-size: 15px;
    top: -2px;
}

.star-rating .star.half:after,
.star-rating .star:before {
    font-family: "FontAwesome";
    content: "\f005";
    display: block;
    color: rgb(254, 114, 53);
}

.star-rating .star.empty:before {
    color: #f3e3e1;
}

.rating:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.star-rating .star.half:before {
    color: #f3e3e1;
}

.star-rating .star.half:after {
    color: rgb(254, 114, 53);
    position: absolute;
    top: 0;
    width: 50%;
    display: block;
    height: 100%;
    overflow: hidden;
}

.name-business-infor {
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.label-review,
.label-reviews,
#review-of-you {
    font-size: 16px;
    background-color: rgba(254, 114, 53, 1);
    color: white;
    padding: 2px 2px 2px 10px;
    margin: 0px 0px 10px 0px;
}

.div-reviews {
    float: left;
    width: 100%;
}

.write-comment {
    float: left;
}

.img-fluid-review {
    width: 100%;
    height: 100%;
    padding: 2px;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
}

.img-fluid-review:hover {
    padding: 0px;
}

.img-fluid-ad {
    border-radius: 30px;
}

.img-fluid {
    border-radius: 10px;
}

.img-fluid:hover,
.img-fluid-ad:hover {
    box-shadow: 2px 3px 10px #9c999a;
}

.slow-grow {
    -webkit-animation: grow 150000ms ease;
    animation: grow 150000ms ease;
}

.preview-image-h110 {
    height: 110px;
}

.preview-image-h100 {
    height: 100px;
}

.view-more-image {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 8px;
    color: white;
    font-size: 28px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}

.view-more-image > span {
    position: absolute;
    top: 40%;
    left: 45%;
}

.container-image-comment {
    position: relative;
    margin: 1px;
}

.container-image2 {
    max-height: 280px;
    padding: 0px 5px;
}

.container-image3 {
    width: 100%;
    display: grid;
    grid-auto-flow: dense;
    grid-template: "1fr 1fr" 120px "1fr 1fr" 120px;
}

.container-image3 .box {
    position: relative;
    background: transparent;
}

.container-image3 .box0 {
    grid-row: span 2;
}

.container-image3 .box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.container-image4 {
    height: 148px;
    padding: 0px;
}

.photo-comment-container {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(128, 128, 128, 1);
    z-index: 9999;
    display: none;
}

.container-comment {
    position: relative;
    width: 100%;
    height: 90%;
    box-shadow: 0 0 15px rgba(128, 128, 128, 1);
}

/* Hide the images by default */
.mySlides {
    position: relative;
    height: 100%;
    text-align: center;
    display: none;
}

@keyframes fadeInD {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Add this class to show the image*/
.mySlides.show {
    display: block;
    animation: fadeInD 0.2s linear;
}

.mySlides img {
    object-fit: scale-down;
    height: 100%;
}

@keyframes fadeOutD {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.thumnail-children {
    cursor: pointer;
    opacity: 0.6;
    transition: 0.5s;
}

.thumnail-children:hover {
    opacity: 1;
}

/* Number text (1/3 etc) */
.numbertext {
    animation: fadeOutD 5s linear;
    opacity: 0;
    color: #f2f2f2;
    font-size: 20px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* Next & previous arrow icons */
.prev,
.next {
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: white;
    background-color: black;
    font-weight: bold;
    font-size: 30px !important;
    opacity: 0.8;
    border-radius: 50%;
    user-select: none;
    -webkit-user-select: none;
    transition: 0.3s all;
}

.next {
    padding: 8px 13px;
    float: right;
}

.prev {
    padding: 8px 11px;
    float: left;
}

/* On hover, add a black background color */
.prev:hover,
.next:hover {
    opacity: 1;
    background-color: rgb(255, 156, 78);
}

.thumbnailD {
    width: 17%;
    padding: 2px;
}

.thumbnailD img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}

.actived {
    opacity: 1;
    transform: scale(0.8);
    transition: 0.3s;
}

.row-photos {
    display: flex;
    height: 100%;
    background-color: rgba(128, 128, 128, 1);
}

.absolute-top-50 {
    position: absolute;
    width: 100%;
    top: 41%;
}

.absolute-bottom-0 {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 10%;
}

.fixed-tr-10 {
    top: 10px;
    right: 10px;
}

.limit-text {
    color: red;
    padding: 5px 0px;
}

.card-img {
    margin-bottom: 10px;
    border-radius: 10px;
}

.widget-photo-editor-close {
    position: fixed;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    color: white;
    background: transparent;
    border: 0;
    border-radius: 0;
    font: inherit;
    list-style: none;
    margin: 0;
    outline: 0;
    overflow: visible;
    padding: 0;
    vertical-align: baseline;
    cursor: pointer;
}

.close-button-white {
    background-image: url(http://maps.gstatic.com/tactile/omnibox/clear-1x-20150504.png);
    background-position: -48px 0;
    background-size: 96px 24px;
    height: 24px;
    width: 24px;
}

.max-slider-handle {
    display: none;
}

.map-popup {
    display: flex;
}

.btn-back {
    position: absolute;
    top: -3px;
    left: -19px;
    color: rgb(254, 114, 53);
    font-size: 22px;
}

.chosen-results::-webkit-scrollbar-track,
.group-at-this-place::-webkit-scrollbar-track,
#text-area-comment::-webkit-scrollbar-track,
#routefatherplaning::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    background-color: #c6ebf3;
    border-radius: 10px;
}

.chosen-results::-webkit-scrollbar,
.group-at-this-place::-webkit-scrollbar,
#text-area-comment::-webkit-scrollbar,
#routefatherplaning::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

.chosen-results::-webkit-scrollbar-thumb,
.group-at-this-place::-webkit-scrollbar-thumb,
#text-area-comment::-webkit-scrollbar-thumb,
#routefatherplaning::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 10px;
    border: 2px solid #aeced4;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-bar-danger {
    background-color: #d9534f;
}

.progress-bar-warning {
    background-color: #f0ad4e;
}

.progress-bar-info {
    background-color: #5bc0de;
}

.progress-bar-success {
    background-color: #5cb85c;
}

.overlay {
    background: #fff;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999999;
    opacity: 0.8;
    display: none;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 1;
}

.loading-bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: loading 1s ease-in-out infinite;
}

.loading-bar:nth-child(1) {
    background-color: #3498db;
    animation-delay: 0s;
}

.loading-bar:nth-child(2) {
    background-color: #c0392b;
    animation-delay: 0.09s;
}

.loading-bar:nth-child(3) {
    background-color: #f1c40f;
    animation-delay: 0.18s;
}

.loading-bar:nth-child(4) {
    background-color: #27ae60;
    animation-delay: 0.27s;
}

@keyframes loading {
    0% {
        transform: scale(1);
    }
    20% {
        transform: scale(1, 2.2);
    }
    40% {
        transform: scale(1);
    }
}

.btn-collapse-detail {
    display: flex;
    justify-content: center;
    font-size: 22px;
    color: rgb(254, 114, 53);
}

#singleListingMap-container {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 5px;
    padding-left: 1px;
    display: block;
}

#singleListingMap {
    height: 300px;
}

#no-infor-business > span {
    color: #4da9c5;
}

.btn-cm {
    border-radius: 8px;
}

.btn-camera {
    background-color: #e8e8e8;
    border: none;
    color: #fe7235 !important;
}

.btn-cancel-comment {
    font-size: 12px;
    background-color: #e8e8e8 !important;
}

#btnSubmitEvaluate {
    color: white;
    font-size: 12px;
    background-color: #4da9c5 !important;
}

.gr-share-business {
    padding-left: 5px;
}

.share-business {
    width: 40px !important;
    height: 40px !important;
    border-radius: 5px;
    margin-right: 5px;
    cursor: pointer;
}

.modal-backdrop {
    opacity: 0.5 !important;
}

.drop-share {
    background-color: #fcfcfc;
    margin: 0;
    padding: 0 20px;
}

#expandActiveHouses {
    border: none;
    background-color: unset;
}

.showActiveHourGUI {
    font-size: 12px;
}

.container-statistics-modal {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 3px;
}

.container-statistics-modal span {
    padding-left: 5px;
    font-size: 12px;
}

.mtn-2 {
    margin: -1rem 0 0 0 !important;
}

.mbn-2 {
    margin: 0 0 -1rem 0 !important;
}

/* Hoài Lý*/
#modal-card-INT .modal-dialog,
#modal-card-ATM .modal-dialog {
    max-width: 48em;
}

#modalPayment .modal-dialog {
    max-width: 36em;
}

.list_cart-2 {
    list-style: none;
    padding: 30px 10px;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    height: 0;
    clear: both;
}

.list_cart-2 li label {
    color: #434a54;
    font-weight: 500;
    padding: 0;
    height: 4.5em;
    border: 1px solid #dcdcdf;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    line-height: 4.5em;
    display: block;
    position: relative;
    margin-bottom: 0;
    -webkit-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;
    text-align: center;
    -webkit-box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 1px 2px 3px 0 rgba(0, 0, 0, 0.08);
}

.list_cart-2 li label:hover {
    border-color: #2188c9;
}

.list_cart-2 input {
    border: none;
    background: url(../images/trans.png);
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    font-size: 0;
    z-index: 2;
    left: 0;
    outline: 0 !important;
}

.list_cart-2 li {
    float: left;
    width: 25%;
    padding: 10px;
}

.list_cart-2 img {
    max-width: 100%;
    height: auto;
    text-align: center;
}

@media (max-width: 768px) {
    .list_cart-2 li {
        width: 33.33333%;
        padding: 4px;
    }

    .list_cart-2 li label {
        line-height: 5.5em;
        height: 5.5em;
    }
}

#modal-card-ATM___BV_modal_backdrop_,
#modal-card-INT___BV_modal_backdrop_,
#alertLogin___BV_modal_backdrop_ {
    opacity: 0.5;
}

.card-bank {
    color: #f96302;
    font-weight: bold;
    font-size: 12px;
}

.order-detail-max-height,
#modal-card-ATM .modal-body {
    max-height: calc(100vh - 16rem);
    overflow-y: auto;
}

.order-detail-max-height {
    max-height: calc(100vh - 16rem);
    overflow-y: auto;
}

.order-detail-button {
    padding-left: 0;
    margin-top: 5px;
}

#formcheckout .form-group,
#formcheckout .form-group input {
    margin-bottom: 0;
}

#formcheckout .custom-control-label::before {
    border: #f96003 solid 1px;
}

#formcheckout label {
    color: black;
}

.btn-detail-cost {
    margin-right: 5px;
}

.btn-checkout {
    margin-left: 5px;
}

#modal-card-ATM .modal-dialog,
#modal-card-ATM .modal-dialog {
    max-width: 48em;
}

.btn-modal-ok {
    width: 85px;
    border-radius: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #4da9c5;
    background-color: transparent;
    background-image: none;
    border-color: #4da9c5;
}

.btn-modal-ok:hover,
.btn-modal-ok:active {
    background: #4da9c5;
    color: white;
}

.btn-modal-ok:disabled:hover {
    cursor: not-allowed;
}

.btn-modal-cancel {
    width: 85px;
    border-radius: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: #5a5b5c;
    background-color: transparent;
    background-image: none;
    border-color: #5a5b5c;
}

.btn-modal-cancel:hover,
.btn-modal-cancel:active {
    background: #cdcccc;
}

iframe {
    top: 10px !important;
    left: 10px !important;
}

#phone-number {
    margin-bottom: 5px !important;
}

.iti__selected-flag {
    padding-bottom: 8px;
}

#recaptcha-container {
    min-height: 78px;
}

.fz-12 {
    font-size: 12px;
}

#errPayment {
    font-size: 12px;
    color: red;
}

.item-dsh {
    border-radius: 50%;
    width: 25px !important;
    height: 25px !important;
    color: white;
    margin-right: 5px;
}

.user-balance {
    color: #e2bf14;
}

.manager-dashboard {
    background-color: #88400d;
    padding: 6px 7px;
}

.manager-document {
    background: #9f8bd8;
    padding: 6px 8px;
}

.manager-balance {
    background-color: #e2bf14;
    padding: 6px 9px;
}

.manager-support {
    background-color: #68665e;
    padding: 6px;
}

.manager-acount {
    background-color: #68665e;
    padding: 7px;
}

.manager-logout {
    background-color: #68665e;
    padding: 7px 9px;
}

.manager-topup {
    background-color: #e2bf14;
    padding: 6px;
}

.manager-save-address {
    background: #fa507d;
    padding: 7px;
}

#confirmCloseReviewBusiness .modal-dialog-centered {
    width: 300px;
}

#confirmCloseReviewBusiness .btn-modal-ok {
    width: 100px;
}
/* Hoai Ly */

.btn-chosen-select {
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: rgba(255, 255, 255, 1) !important;
    letter-spacing: 0.02px;
    background-color: rgb(254, 114, 53);
    border-color: rgb(254, 114, 53);
}

.btn-chosen-select:hover {
    background-color: #e0a800;
    border-color: #d39e00;
}

#modal-thankyou .btn-outline-info,
#ModalAddNewBusiness .btn-outline-info,
#edit-item-business .btn-outline-info,
#delete-item-business .btn-outline-info,
#alertDialog .btn-outline-info,
#alertLoginDialog .btn-outline-info,
#addPhotoDialog .btn-outline-info,
#deletePhotoDialog .btn-outline-info,
#add-photo-business .btn-outline-info,
#CoSoKinhDoanhGioMoCua-new .btn-outline-info,
#visitBusinessOpenHours-new .btn-outline-info,
#CoSoKinhDoanhGioMoCua-edit .btn-outline-info,
#create-schedule-lovite .btn-outline-info,
#confirmCloseBusinessForm .btn-outline-info {
    width: 85px;
    border-radius: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    color: rgba(77, 169, 197, 1);
}

#modal-thankyou .btn-outline-info:hover,
#ModalAddNewBusiness .btn-outline-info:hover,
#edit-item-business .btn-outline-info:hover,
#delete-item-business .btn-outline-info:hover,
#alertDialog .btn-outline-info:hover,
#alertLoginDialog .btn-outline-info:hover,
#addPhotoDialog .btn-outline-info:hover,
#deletePhotoDialog .btn-outline-info:hover,
#add-photo-business .btn-outline-info:hover,
#CoSoKinhDoanhGioMoCua-new .btn-outline-info:hover,
#visitBusinessOpenHours-new .btn-outline-info:hover,
#CoSoKinhDoanhGioMoCua-edit .btn-outline-info:hover,
#create-schedule-lovite .btn-outline-info:hover,
#confirmCloseBusinessForm .btn-outline-info:hover {
    background-color: white;
}

#ModalAddNewBusiness button[type="submit"],
#edit-item-business button[type="submit"],
#delete-item-business button[type="submit"],
#addPhotoDialog button[type="submit"],
#deletePhotoDialog button[type="submit"],
#CoSoKinhDoanhGioMoCua-new button[type="submit"],
#visitBusinessOpenHours-new button[type="submit"],
#CoSoKinhDoanhGioMoCua-edit button[type="submit"],
#create-schedule-lovite button[type="submit"],
#confirmCloseBusinessForm button[type="submit"] {
    color: rgba(99, 99, 99, 1);
    border-color: rgba(99, 99, 99, 1);
}

#confirmCloseBusinessForm .btn-outline-info {
    width: unset;
}

#confirmCloseBusinessForm .btn-outline-cancel {
    width: unset;
    border-radius: 20px;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    background-color: white;
    color: rgba(99, 99, 99, 1);
    border-color: rgba(99, 99, 99, 1);
}

#confirmCloseBusinessForm .btn-outline-cancel:hover {
    background-color: white;
    color: rgba(99, 99, 99, 1);
    border-color: rgba(99, 99, 99, 1);
}

#deletePhotoButton,
#photoLeftPane button {
    color: rgba(254, 114, 53, 1) !important;
    border-color: #d7d7d7;
}

#deletePhotoButton {
    width: 70px !important;
}

.opening-day input[type="checkbox"]:focus,
.opening-day .text-align-centerh a:focus {
    outline: 2px solid #a5c7fe;
    border: 2px solid #a5c7fe;
    border-radius: 2px;
}

.statistics-result {
    border: 1px solid rgba(254, 114, 53, 1);
    border-radius: 5px;
    margin: 10px 0 !important;
    color: rgb(77, 169, 197);
    padding-top: 15px;
    padding-right: 15px;
}

.font-size-12 {
    font-size: 12px !important;
}

.statistics-result a,
.statistics-result a:hover {
    color: rgba(254, 114, 53, 1);
}

.statistics-result .active a,
.statistics-result .active a:hover {
    color: rgb(77, 169, 197);
}

.statistics-result-item {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    /*margin-bottom: 15px;*/
    height: 100%;
    background-color: #f1f1f1;
    cursor: pointer;
}

.statistics-result-item:hover {
    transform: translateY(-4px);
}

.statistics-result-item-number {
    font-size: 16px;
    font-weight: bold;
}

.margin-left-0h {
    margin-left: 0 !important;
}

.margin-right-0h {
    margin-right: 0 !important;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-left-5 {
    margin-left: 5px;
}

.padding-left-0 {
    padding-left: 0;
}

.padding-left-5 {
    padding-left: 5px;
}

#edit-item-business .modal-dialog,
#CoSoKinhDoanhGioMoCua-new .modal-dialog,
#visitBusinessOpenHours-new .modal-dialog,
#CoSoKinhDoanhGioMoCua-edit .modal-dialog,
#ModalAddNewBusiness .modal-dialog,
#delete-item-business .modal-dialog,
#alertDialog .modal-dialog,
#edit-open-hours-modal .modal-dialog,
#suggestEditBusinessModal .modal-dialog {
    max-width: 40em;
}

#share-modal .modal-dialog {
    max-width: 23em;
}

#alertLoginDialog .modal-dialog {
    max-width: 30em;
}

#confirmCloseBusinessForm .modal-dialog {
    max-width: 20em;
    left: 50%;
    transform: translateX(-50%);
    margin: unset;
}

#shares .modal-dialog {
    max-width: 23em;
    margin: 0 auto;
}

#ModalAddNewBusiness .chosen-container,
#create-schedule-lovite .chosen-container,
#edit-item-business .chosen-container {
    border: none;
}

#ModalAddNewBusiness .chosen-container-multi .chosen-choices,
#create-schedule-lovite .chosen-container-multi .chosen-choices,
#edit-item-business .chosen-container-multi .chosen-choices {
    border: 0;
    box-shadow: none;
}

.modal-contenth {
    text-align: left;
    color: black;
    border-radius: 15px !important;
}

#share-modal .modal-body {
    padding-top: 0;
}

#edit-item-business .modal-contenth {
    text-align: left;
    color: black;
    border-radius: 15px !important;
    padding-bottom: 15px;
}

#CoSoKinhDoanhGioMoCua-new,
#visitBusinessOpenHours-new,
#CoSoKinhDoanhGioMoCua-edit {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    color: black;
    border-radius: 15px !important;
}

#delete-item-business .modal-contenth {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    color: black;
    border-radius: 15px !important;
}

.modal-contenth .modal-header {
    padding-bottom: 0.5rem;
    margin-left: 1rem;
    margin-right: 1rem;
}

.modal-contenth .modal-footer {
    margin: 0 1rem;
}

.modal-contenth .modal-body {
    padding-right: 1rem;
}

.modal-contenth .modal-title {
    font-weight: bold;
    font-size: 16px;
    color: rgba(254, 114, 53, 1);
}

.modal-contenth .modal-sub-title {
    font-weight: bold;
    font-size: 12px;
    color: #4da9c5;
    margin-bottom: 0;
    line-height: 1.5;
}

#shares .modal-body {
    padding-top: 0;
}

#share-modal .row {
    border-bottom: 1px solid #e9ecef;
    padding: 1rem 0;
}

#addressSharecss p.businessName {
    font-size: 14px;
    color: #636363;
    font-weight: bold;
    margin-bottom: 3px;
}

#addressSharecss p.businessAddress {
    font-size: 12px;
    color: #636363;
    margin-bottom: 0;
}

.modal-contenth .modal-item {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9ecef;
}

.modal-item .Path_831 {
    width: 20.4px;
    height: 20.4px;
}

.modal-item .Path_832 {
    width: 10.222px;
    height: 10.222px;
}

.modal-item-title {
    font-weight: bold;
    font-size: 12px;
    color: rgba(99, 99, 99, 1);
}

.modal-item-description {
    font-weight: normal;
    font-size: 12px;
    color: rgba(99, 99, 99, 1);
}

#edit-item-business .col-xs-10,
#ModalAddNewBusiness .col-xs-10,
#delete-item-business .col-xs-10 {
    padding-left: 0;
}

.opening-day .col-xs-3 {
    width: 24%;
}

#edit-item-business input,
#edit-item-business textarea,
#ModalAddNewBusiness input,
#ModalAddNewBusiness textarea,
#delete-item-business input,
#delete-item-business textarea {
    border: 0;
    box-shadow: none;
    padding-left: 0;
    font-weight: bold;
    font-size: 12px;
    color: rgba(99, 99, 99, 1);
    margin-bottom: 0;
    height: auto;
    padding-top: 5px;
}

#CoSoKinhDoanhGioMoCua-new input[type="checkbox"],
#visitBusinessOpenHours-new input[type="checkbox"],
#CoSoKinhDoanhGioMoCua-edit input[type="checkbox"] {
    width: auto;
    height: auto;
}

#CoSoKinhDoanhGioMoCua-new .form-check-label,
#visitBusinessOpenHours-new .form-check-label,
#CoSoKinhDoanhGioMoCua-edit .form-check-label {
    line-height: 1.4;
}

#CoSoKinhDoanhGioMoCua-new .form-check-label span,
#visitBusinessOpenHours-new .form-check-label span,
#CoSoKinhDoanhGioMoCua-edit .form-check-label span {
    margin-left: 5px;
    font-size: 12px;
}

.opening-day {
    margin-bottom: 22px;
    border-bottom: 1px solid #e9ecef;
}

.opening-day a,
.opening-day a:focus,
.opening-day a:hover {
    color: #007bff;
}

.lable-open-hours {
    font-weight: normal;
    color: #444;
    font-size: 12px;
    text-align: right;
}

#CoSoKinhDoanhGioMoCua-new .modal-header a i,
#visitBusinessOpenHours-new .modal-header a i,
#CoSoKinhDoanhGioMoCua-edit .modal-header a i,
#closePhotoPanelLeft i {
    font-size: 25px;
}

#CoSoKinhDoanhGioMoCua-new .modal-header,
#visitBusinessOpenHours-new .modal-header,
.padding-left-0,
#CoSoKinhDoanhGioMoCua-edit .modal-header,
.padding-left-0 {
    padding-left: 0;
}

#CoSoKinhDoanhGioMoCua-new .modal-header a,
#visitBusinessOpenHours-new .modal-header a,
#CoSoKinhDoanhGioMoCua-edit .modal-header a {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    color: rgba(254, 114, 53, 1);
    padding-right: 1px;
    padding-top: 1px;
}

#CoSoKinhDoanhGioMoCua-new .modal-title,
#visitBusinessOpenHours-new .modal-title,
#CoSoKinhDoanhGioMoCua-edit .modal-title {
    padding-left: 0;
}

#add-photo-business .modal-dialog {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    max-width: 50em;
}

#photoPanelContainer {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    color: black;
    border-radius: 15px;
}

#addPhotoDialog .modal-dialog {
    max-width: 50em;
}

#addPhotoDialog .modal-contenth {
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    color: black;
    border-radius: 15px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.modal-item ::placeholder {
    font-weight: bold;
    font-size: 12px;
    color: rgba(183, 216, 223, 1);
}

#cloud_data_offline_storage_bac {
    width: 26.713px;
    height: 20.047px;
}

.modal-item .cloud_data {
    margin-left: 8px;
    margin-right: -10px;
}

.Path_946 {
    overflow: visible;
    position: absolute;
    width: 1.938px;
    height: 1.972px;
    left: 20.963px;
    top: 8.279px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_947 {
    overflow: visible;
    position: absolute;
    width: 1.725px;
    height: 1.763px;
    left: 20.21px;
    top: 6.19px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_948 {
    overflow: visible;
    position: absolute;
    width: 2.093px;
    height: 1.955px;
    left: 18.017px;
    top: 4.874px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_949 {
    overflow: visible;
    position: absolute;
    width: 1.828px;
    height: 2.569px;
    left: 5.101px;
    top: 3.615px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_950 {
    overflow: visible;
    position: absolute;
    width: 2.496px;
    height: 2.339px;
    left: 6.697px;
    top: 0.954px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_951 {
    overflow: visible;
    position: absolute;
    width: 2.491px;
    height: 1.471px;
    left: 9.793px;
    top: 0px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_952 {
    overflow: visible;
    position: absolute;
    width: 2.573px;
    height: 1.849px;
    left: 13.351px;
    top: 0.12px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_953 {
    overflow: visible;
    position: absolute;
    width: 2.326px;
    height: 2.504px;
    left: 16.226px;
    top: 1.754px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_954 {
    overflow: visible;
    position: absolute;
    width: 1.901px;
    height: 1.846px;
    left: 4.407px;
    top: 7.265px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Rectangle_972 {
    position: absolute;
    overflow: visible;
    width: 2.259px;
    height: 1.114px;
    left: 18.375px;
    top: 18.933px;
}

.Path_955 {
    overflow: visible;
    position: absolute;
    width: 1.758px;
    height: 2.47px;
    left: 0.032px;
    top: 14.562px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_956 {
    overflow: visible;
    position: absolute;
    width: 1.66px;
    height: 2.451px;
    left: 0px;
    top: 11.098px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_957 {
    overflow: visible;
    position: absolute;
    width: 2.471px;
    height: 1.782px;
    left: 21.692px;
    top: 18.224px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_958 {
    overflow: visible;
    position: absolute;
    width: 2.36px;
    height: 2.335px;
    left: 23.455px;
    top: 9.719px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Rectangle_973 {
    position: absolute;
    overflow: visible;
    width: 2.257px;
    height: 1.114px;
    left: 14.989px;
    top: 18.933px;
}

.Path_959 {
    overflow: visible;
    position: absolute;
    width: 2.424px;
    height: 2.263px;
    left: 1.353px;
    top: 8.504px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_960 {
    overflow: visible;
    position: absolute;
    width: 2.449px;
    height: 2.205px;
    left: 1.564px;
    top: 17.282px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Rectangle_974 {
    position: absolute;
    overflow: visible;
    width: 2.257px;
    height: 1.114px;
    left: 8.218px;
    top: 18.933px;
}

.Rectangle_975 {
    position: absolute;
    overflow: visible;
    width: 2.258px;
    height: 1.114px;
    left: 11.604px;
    top: 18.933px;
}

.Path_961 {
    overflow: visible;
    position: absolute;
    width: 2.092px;
    height: 2.472px;
    left: 24.333px;
    top: 15.896px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_962 {
    overflow: visible;
    position: absolute;
    width: 2.372px;
    height: 1.243px;
    left: 4.718px;
    top: 18.804px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.Path_963 {
    overflow: visible;
    position: absolute;
    width: 1.383px;
    height: 2.462px;
    left: 25.33px;
    top: 12.564px;
    transform: matrix(1, 0, 0, 1, 0, 0);
}

.previewImage {
    width: 100%;
    height: 100%;
    /*padding-bottom: 5px;*/
    object-fit: cover;
    display: block;
}

.previewImageItem {
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: white;
    padding: 5px;
    margin: 5px;
}

.previewImageItem a {
    position: absolute;
    top: 11px;
    right: 11px;
}

/* .previewImageItem a:hover {
    color: black;
} */

/* .previewImageItem a i {
    font-size: 25px;
} */

.float-left {
    float: left;
}

.color-red {
    color: red;
}

.btnRemovePhoto {
    font-size: 16px;
    background-color: #555;
    color: white;
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
}

/*#previewImageNewBusiness {*/
/*    padding-left: 10px;*/
/*}*/

.listing-desc-headlineh {
    font-size: 18px;
    display: block;
}

.modal-fade {
    width: 90%;
    height: 94%;
    padding: 0;
    margin: 0 auto;
}

.min-height-500 {
    min-height: 500px;
}

@media screen and (max-width: 320px) {
    #rc-imageselect,
    .g-recaptcha,
    .recaptcha-h {
        transform: scale(0.88);
        -webkit-transform: scale(0.88);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 480px) {
    .preview-image-heighth {
        height: 100px;
    }
}

@media (min-width: 480px) {
    .preview-image-heighth {
        height: 189px;
    }

    .thong-ke-item-height {
        height: 130px;
    }
}

.number-file-chosen-title {
    padding-top: 9px;
    font-size: 12px;
}

@media (min-width: 768px) {
    .containerh {
        width: 650px;
    }
}

@media (min-width: 992px) {
    .containerh {
        width: 870px;
    }
}

@media (min-width: 1240px) {
    .containerh {
        width: 1090px;
    }
}

.text-align-centerh {
    text-align: center;
}

.text-align-lefth {
    text-align: left;
}

.text-align-righth {
    text-align: right;
}

.open-hours-modal {
    width: 90%;
    height: 94%;
    padding: 0;
    margin: 0 auto;
}

.widget-scene {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*position: absolute;*/
}

#photoLeftPane {
    position: fixed;
    width: 120px;
    /*height: 80%;*/
}

#photoLeftPane .row {
    margin: 0 0 5px 0;
}

#photoRightPane {
    position: fixed;
    /*top: 0;*/
    left: 150px;
    width: calc(100% - 165px);
    height: 100%;
    text-align: center;
}

.widget-photo-viewer {
    vertical-align: middle;
    align-content: center;
}

.widget-scrollbox {
    -webkit-flex: 1 1;
    -ms-flex: 1 1;
    flex: 1 1;
    overflow-y: auto;
    overflow-x: hidden;
    outline-offset: -2px;
}

.gallery-container {
    display: block;
    position: relative;
    height: 120px;
}

.gallery-cell {
    cursor: pointer;
    text-decoration: none;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1px 0px;
}

.gallery-image {
    background: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    box-shadow: 0px 0px 0px 1px rgba(254, 114, 53, 1) inset;
}

.gallery-image-highlight {
    box-shadow: 0px 0px 0px 3px #1a73e8 inset;
    z-index: 2;
}

.widget-photo-viewer-lefttop {
    position: fixed;
    right: 10px;
    bottom: 15px;
    display: block;
}

.widget-photo-viewer-rightbottom {
    position: fixed;
    left: 150px;
    bottom: 15px;
    display: block;
}

.widget-photo-viewer-rightbottom a {
    width: 50px !important;
}

.top-60h {
    top: 60px;
}

.display-noneh {
    display: none !important;
}

.d-noneh {
    display: none;
}

.placeNamePlaceholder {
    width: 280px;
    list-style: none;
    margin-left: 30px;
    margin-bottom: 5px;
    text-align: center;
}

.photo-title-topappbar {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.photo-title-topappbar .col-md-12 {
    z-index: -1;
}

/*.photo-title-topappbar-left {*/
/*    position: absolute;*/
/*    top: 17px;*/
/*    left: 0;*/
/*}*/

#closePhotoPanelLeft {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 24px;
    text-align: center;
    color: rgba(254, 114, 53, 1);
    border: none;
    padding: 0 2px 1px 0;
    background-color: white;
    cursor: pointer;
}

.photo-title-topappbar h4 {
    color: rgba(254, 114, 53, 1);
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    padding-top: 7px;
    margin-bottom: 0 !important;
}

/*.photo-title-topappbar-right {*/
/*    position: absolute;*/
/*    top: 17px;*/
/*    right: 15px;*/
/*}*/

.height-100h {
    height: 100%;
}

.width-100h {
    width: 100%;
}

#photoPanelContainerMobile {
    overflow-y: auto;
    overflow-x: hidden;
}

.header-photo-panelh {
    padding: 5px 0;
    text-align: center;
}

.add-button-photoh {
    width: 100%;
    padding-top: 10px;
}

.close-button-photo {
    top: 12px;
    right: 5px;
    background-position: left;
}

#photoListPane::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #f5f5f5;
}

#photoListPane::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
}

#photoListPane::-webkit-scrollbar-thumb {
    background-color: #888888;
}

#photoCanvas {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 7px;
    border: 1px solid rgba(254, 114, 53, 1);
}

.padding-left-right-10 {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
}

#CoSoKinhDoanhGioMoCua-new .max-slider-handle,
#visitBusinessOpenHours-new .max-slider-handle,
#CoSoKinhDoanhGioMoCua-edit .max-slider-handle {
    display: block;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 40px;
    font-style: italic;
    font-size: 12px;
    text-overflow: ellipsis;
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    padding: 0 0 0 5px;
}

.padding-left-15 {
    padding-left: 15px;
}

.grecaptcha-badge {
    visibility: collapse !important;
}

#CoSoKinhDoanhGioMoCua-new,
#visitBusinessOpenHours-new,
#CoSoKinhDoanhGioMoCua-edit {
    overflow-y: auto;
}

.cursor-pointer {
    cursor: pointer;
}

#textareafeedback {
    padding: 0 5px;
}

.faqs-content-title {
    padding-left: 10px;
    padding-top: 5px;
}

.faqs-next-page {
    float: right;
}

input:read-only {
    background-color: #eee !important;
}

#ModalAddNewBusiness .dropdown-item:focus,
#edit-item-business .dropdown-item:focus {
    border: 2px solid #a5c7fe;
}

#ModalAddNewBusiness .dropdown-item:hover,
#edit-item-business .dropdown-item:hover {
    border: none;
}

#autocomplete-spinner {
    font-size: 24px !important;
    right: -30px;
    left: unset !important;
    top: 2px !important;
    color: white !important;
    padding: 0px !important;
}

#autocomplete-source-routing-spinner,
#autocomplete-target-routing-spinner {
    font-size: 20px !important;
    right: -24px;
    left: unset !important;
    top: 20% !important;
    padding: 0px !important;
}

.footter-revision {
    position: absolute;
    right: 10px;
    font-size: 12px;
}

#alertDialog,
#alertLoginDialog {
    z-index: 9999;
}

#modal-write-comment {
    overflow-y: scroll;
}

#CoSoKinhDoanhGioMoCua-new .modal-header a:focus,
#visitBusinessOpenHours-new .modal-header a:focus,
#CoSoKinhDoanhGioMoCua-new .modal-header a:hover,
#visitBusinessOpenHours-new .modal-header a:hover,
#CoSoKinhDoanhGioMoCua-edit .modal-header a:focus,
#CoSoKinhDoanhGioMoCua-edit .modal-header a:hover,
#closePhotoPanelLeft:hover {
    background-color: #d0d0d0;
}

.introduce-key {
    font-size: 20px;
    font-weight: bold;
}

.padding-top-12 {
    padding-top: 12px;
}

.menu-special-case {
    text-align: -webkit-center;
}

.menu-special-case p {
    width: unset;
    margin-bottom: unset;
}

@media (min-width: 300px) and (max-width: 556px) {
    .menu-special-case p {
        width: 47px;
    }
}

.button-register-alert {
    color: rgba(254, 114, 53, 1) !important;
    border-color: #d7d7d7;
    margin-left: 10px;
}

.padding-right-35 {
    padding-right: 35px;
}

.orange_color {
    color: rgba(254, 114, 53, 1);
}

.green_color {
    color: rgb(77, 169, 197);
}

.footter-revision {
    position: absolute;
    right: 10px;
    font-size: 12px;
}

#dropdownlogin .dropdown-toggle {
    font-size: 12px !important;
}

.easy-button-button.leaflet-bar-part.leaflet-interactive.unnamed-state-active {
    padding: 4px;
}

.zalo-share-button {
    overflow: visible !important;
}

.zalo-share-button iframe {
    display: none;
}

.nav-pills .nav-link {
    border-radius: 0;
    background-color: #e8e8e8;
    color: #636363;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #4da9c5;
}

.iti__flag {
    background-image: url("../images/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../images/flags@2x.png");
    }
}

.iti {
    width: 100%;
}

#edit-open-hours-modal {
    overflow: auto;
}

.view-business-photo {
    padding: 0;
    border: 0;
    cursor: pointer;
}
.disable-animation {
    transition: none !important;
}

.bookmark-address {
    position: absolute;
    top: 0;
    right: 0;
    background-color: white;
    color: #fa507d !important;
    border-color: #fa507d !important;
    border-radius: 50%;
    padding: 0.35rem 0.55rem 0.15rem;
}

.btnloading {
    padding: 0.35rem 0.5rem 0.15rem 0.55rem;
}

#detail-business .bookmark-address {
    top: 5px;
    right: 5px;
}

.bookmark-address:hover {
    box-shadow: 1px 1px 8px #fa507d !important;
    background-color: #fcfcfc !important;
}

.bookmark-address:active,
.bookmark-address:focus,
.bookmark-address:visited {
    box-shadow: unset;
    background-color: #fcfcfc !important;
}

.notify-marked {
    position: absolute;
    right: 0;
    top: 35px;
    color: white;
    background-color: #323232;
    padding: 7px 10px;
    font-size: 12px;
    border-radius: 5px;
}

#detail-business .notify-marked {
    right: 5px;
    top: 40px;
}

.routing-icon-image {
    width: 22px;
}

.routing-icon-lable {
    color: #fe7235;
    width: 65px;
    position: absolute;
    left: 25px;
    top: 2px;
    text-align: left;
    font-weight: bold;
    text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff,
        1px -1px 0 #fff, -1px 1px 0 #fff;
}

.loading-text-parent {
    border: 1px solid rgb(226, 226, 226);
}

.loading-text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    color: grey;
    font-size: 12px;
}
