.header-container {
    background-color: #1883db;
    position: relative;
    z-index: 1001;
    box-shadow: 2px 2px 2px grey;
}
.header-container .cursor-pointer {
    cursor: pointer;
    width: 25%;
}
.header-container .navbar {
    padding: 0 1rem;
}
.header-container .navbar .navbar-brand {
    margin-right: 0;
}
.header-container .navbar .navbar-brand .logo {
    width: 3.125rem;
    object-fit: cover;
}
.header-container .navbar ul.navbar-nav {
    padding-left: 0 !important;
    width: 100% !important;
}
.header-container .navbar ul.navbar-nav li.nav-item {
    padding: 0;
}
.header-container .navbar ul.navbar-nav li.nav-item.padding-left-menu {
    padding-left: 0.5rem;
}
.header-container .navbar ul.navbar-nav li.nav-item a.nav-link {
    font-weight: 500;
    font-size: 0.875rem;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
}
@media (min-width: 1400px) {
    .header-container .navbar ul.navbar-nav li.nav-item a.nav-link {
        font-size: 0.9375rem;
    }
}
.header-container .navbar ul.navbar-nav li.nav-item a.nav-link.active,
.header-container .navbar ul.navbar-nav li.nav-item a.nav-link:hover {
    color: #ff0;
}
.header-container .navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
    margin-top: 0.6875rem;
    background-color: transparent;
    border: 0;
}
@media (max-width: 575px) {
    .header-container .navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
        margin-top: 0;
        padding-top: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .header-container .navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
        margin-top: 0;
        padding-top: 0;
    }
}
.header-container .navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu a {
    background-color: #1883db;
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 0.5rem 1rem;
    font-size: 14px;
}
.header-container .navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu a:hover {
    color: #ff0;
}
.header-container .dropdown-item {
    cursor: pointer;
    font-size: 13px !important;
}
@media (min-width: 1400px) {
    .padding-left-menu {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1024px) {
    .dropdown-menu .dropdown-toggle:after {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        left: 100%;
        top: 0;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
@media (max-width: 1024px) {
    .dropdown-menu .dropdown-toggle:before {
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
    }
    .nav-item .submenu {
        display: none;
        position: absolute;
        right: 100%;
        top: 0;
    }
    .nav-item .submenu-left {
        right: 100%;
        left: auto;
    }
    .dropdown-menu > li:hover > .submenu {
        display: block;
    }
}
@media (max-width: 400px) {
    .dropdown-submenu {
        display: block;
        right: auto !important;
        width: -webkit-fill-available !important;
    }
    .dropdown-submenu div {
        margin-top: 40px !important;
    }
}
@media (min-width: 992px) {
    .animate {
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }
}
@keyframes slideIn {
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        transform: translateY(1rem);
        opacity: 0;
    }
}
@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform;
    }
    to {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }
    0% {
        -webkit-transform: translateY(1rem);
        -webkit-opacity: 0;
    }
}
.slideIn {
    -webkit-animation-name: slideIn;
    animation-name: slideIn;
}
.modal-user-info .modal-content {
    border: 0;
}
.modal-user-info .modal-content .modal-header {
    background: #1883db;
    color: #fff;
}
.modal-user-info .modal-content .modal-body .img-avatar {
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.modal-user-info .modal-content .modal-body .btn-change-avatar {
    color: #1883db;
}
.modal-user-info .modal-content .modal-body .media-file {
    position: absolute;
    top: 30px;
    left: 0;
    overflow: hidden;
    height: 100% !important;
    opacity: 0;
    cursor: pointer;
}
@media only screen and (max-width: 992px) {
    .is_mobile {
        display: block !important;
        margin-left: -7px;
    }
    .is_desktop {
        display: none;
    }
}
.is_mobile {
    display: none !important;
}
@media only screen and (min-width: 992px) {
    .content_right {
        width: 15% !important;
        text-align: right;
    }
    .content__right {
        margin-left: 9rem !important;
    }
}
.close-btn span {
    font-size: 50px !important;
    cursor: pointer;
}
.redirect_home {
    display: flex;
    justify-content: center;
    color: red;
    height: 500px;
    margin-top: 50px;
}
@media (max-width: 767px) {
    .main-nav {
        height: 44px;
    }
    .navbar-toggler {
        margin-left: -15px;
        margin-top: 3px;
    }
    #navbarNav {
        position: absolute;
        z-index: 99999;
        background-color: #1883db;
        border: 1px solid #ccc;
        margin-left: 97px;
        top: 62px;
        width: 72%;
        padding: 10px;
    }
    #navbarNav .btn-auth {
        color: #000;
        background-color: #fff;
        font-weight: 600;
        width: 105px;
    }
    .header-container .navbar ul.navbar-nav li.nav-item.padding-left-menu {
        padding-left: 0 !important;
    }
    .main-nav ul li ul.level1 {
        width: 100% !important;
    }
    .nav-item {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .level1_mobile {
        max-width: 100% !important;
        width: 100% !important;
    }
    .header-container .navbar ul.navbar-nav li.nav-item.dropdown .dropdown-menu {
        margin-top: -0.3225rem;
    }
    #home-banner,
    #slider-home-page {
        display: none;
    }
    #mobile-account-link {
        display: block;
    }
    .container {
        max-width: 100% !important;
    }
    .planning-announcement .header-doing .input-search {
        width: 150px !important;
    }
    #map-tool-panel-right {
        top: -50px;
        right: 100px;
        z-index: 9999;
    }
    #map-tool-list {
        z-index: 9999;
        top: 0;
        width: 318px !important;
    }
    #right-panel-tool-filter-box {
        top: 90px;
        right: -10px;
        width: 320px;
        border-radius: 1px;
    }
    #map-tool-panel-right-search {
        display: none;
    }
    #map-tool-panel-right-base-map .select-base-map {
        left: 10px;
    }
    #planning-infomation-small-popup {
        right: -182px;
        top: 50px;
    }
    #map-tool-panel-right-search-result {
        position: relative;
        top: 60px !important;
        left: -40px !important;
        z-index: 1 !important;
    }
    #map-tool-panel-right-search-result form {
        width: 336px !important;
        z-index: 1 !important;
    }
    #map-tool-panel-right-search-result .map__autocomplete-container {
        width: 336px !important;
        left: 0 !important;
        top: 42px !important;
    }
    #map-tool-panel-right-search-result-action {
        width: 336px !important;
        z-index: 1 !important;
    }
    #map-tool-panel-right-search-result-action img {
        display: inline-block !important;
        z-index: 1 !important;
    }
}
@media screen and (max-width: 820px) and (min-width: 667px) {
    #navbarNav {
        position: absolute;
        z-index: 99999;
        background-color: #1883db;
        border: 1px solid #ccc;
        margin-left: 378px;
        top: 62px;
        width: 40%;
        padding: 10px;
    }
    #navbarNav .btn-auth {
        color: #000;
        background-color: #fff;
        font-weight: 600;
        width: 105px;
    }
}
@media screen and (max-width: 667px) and (min-width: 520px) {
    #navbarNav {
        position: absolute;
        z-index: 99999;
        background-color: #1883db;
        border: 1px solid #ccc;
        margin-left: 462px;
        top: 62px;
        width: 33%;
        padding: 10px;
    }
    #navbarNav .btn-auth {
        color: #000;
        background-color: #fff;
        font-weight: 600;
        width: 105px;
    }
}
@media screen and (max-width: 1023px) and (min-width: 820px) {
    #navbarNav {
        position: absolute;
        z-index: 99999;
        background-color: #1883db;
        border: 1px solid #ccc;
        margin-left: 469px;
        top: 62px;
        width: 32%;
        padding: 10px;
    }
    #navbarNav .btn-auth {
        color: #000;
        background-color: #fff;
        font-weight: 600;
        width: 105px;
    }
}
@media (min-width: 1024px) {
    .btn-authen {
        display: none;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .content__right {
        margin-left: 6rem !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1023px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: column !important;
    }
    .is_desktop {
        display: none;
    }
    #navbarNav {
        margin-left: 571px;
        width: 32%;
    }
    #navbarNav .btn-auth {
        width: 115px;
    }
}
@media screen and (min-width: 950px) and (max-width: 991px) {
    #navbarNav {
        margin-left: 571px;
        width: 32%;
    }
    #navbarNav .btn-auth {
        width: 115px;
    }
}
@media screen and (min-width: 900px) and (max-width: 950px) {
    #navbarNav {
        margin-left: 550px;
        width: 34%;
    }
    #navbarNav .btn-auth {
        width: 115px;
    }
}
@media screen and (min-width: 850px) and (max-width: 900px) {
    #navbarNav {
        margin-left: 472px;
        width: 34%;
    }
    #navbarNav .btn-auth {
        width: 115px;
    }
}
@media screen and (min-width: 750px) and (max-width: 850px) {
    #navbarNav {
        margin-left: 425px;
        width: 40%;
    }
    #navbarNav .btn-auth {
        width: 115px;
    }
}
@media screen and (min-width: 650px) and (max-width: 750px) {
    #navbarNav {
        margin-left: 354px;
        width: 42%;
    }
    #navbarNav .btn-auth {
        width: 105px;
    }
}
@media screen and (min-width: 550px) and (max-width: 650px) {
    #navbarNav {
        margin-left: 268px;
        width: 48%;
    }
    #navbarNav .btn-auth {
        width: 105px;
    }
}
@media screen and (min-width: 450px) and (max-width: 550px) {
    #navbarNav {
        margin-left: 183px;
        width: 58%;
    }
    #navbarNav .btn-auth {
        width: 105px;
    }
}
@media screen and (min-width: 400px) and (max-width: 450px) {
    #navbarNav {
        margin-left: 127px;
        width: 67%;
    }
    #navbarNav .btn-auth {
        width: 110px;
    }
}
@media screen and (min-width: 350px) and (max-width: 400px) {
    #navbarNav {
        margin-left: 70px;
        width: 76%;
    }
    #navbarNav .btn-auth {
        width: 108px;
    }
}
@media screen and (min-width: 310px) and (max-width: 350px) {
    #navbarNav {
        margin-left: 14px;
        width: 90%;
    }
    #navbarNav .btn-auth {
        width: 110px;
    }
}
@media screen and (min-width: 278px) and (max-width: 310px) {
    #navbarNav {
        margin-left: 12px;
        width: 96%;
    }
    #navbarNav .btn-auth {
        width: 83px;
    }
}
@media screen and (min-width: 230px) and (max-width: 278px) {
    #navbarNav {
        margin-left: 40px;
        width: 79%;
    }
    #navbarNav .btn-auth {
        width: 70px;
    }
}
@media only screen and (max-width: 230px) {
    #navbarNav {
        margin-left: 0;
        width: 100%;
    }
}
.auth-container .icon-title {
    font-size: 3rem;
}
.auth-container .form-control {
    border-radius: 15px !important;
}
.auth-container .title {
    color: #2a72de !important;
    font-family: "Inter";
    font-weight: 600 !important;
}
.auth-container .forgot-password {
    color: #007bff !important;
}
.auth-container .icon-input {
    position: absolute;
    top: 10px;
    left: 25px;
}
.auth-container .form-control {
    padding-left: 30px !important;
}
.auth-container .title-logo {
    margin-left: 10px;
    align-items: center;
}
.auth-container .remember {
    margin-left: 10px !important;
}
.auth-container .form-check-label {
    color: #959595;
    font-size: 14px;
}
.auth-container .form-check-input {
    margin-top: 0.4rem;
}
.auth-container .forgot-password {
    color: #2a72de;
    font-size: 14px;
    cursor: pointer;
}
.auth-container .btn-submit {
    border-radius: 15px !important;
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
}
.auth-container .forgot {
    margin-top: 80px;
}
.auth-container .close {
    cursor: pointer;
    float: right;
    font-size: 1rem !important;
}
.auth-container .tab__title {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    display: flex;
    align-items: center;
}
.auth-container .tab__title span {
    font-size: 14px;
    color: #2a72de;
    padding: 5px 0;
    display: block;
    font-weight: 600;
}
.auth-container .tab__title span.is_active {
    position: relative;
}
.auth-container .tab__title span.is_active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background-color: #2a72de;
    transition: 0.2s;
}
.auth-container .tab__title span:first-child {
    margin-right: 30px;
}
@media (max-width: 820px) {
    .auth-container .left-register {
        display: none;
    }
}
@media (max-width: 991px) {
    .left-register {
        display: none;
    }
}
.footer-container {
    background: linear-gradient(0deg, #1883db, #1883db);
    color: #fff;
    padding: 15px 0;
}
.footer-container h5 {
    font-size: 1.125rem;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
}
.layout-container {
    background: #fcfcfc;
}
#layout-profile-container {
    min-height: calc(100vh - 61px);
}
#layout-profile-container .sidebar > a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    padding: 16px 20px;
    color: #6a6a6a;
}
#layout-profile-container .sidebar > a p {
    margin: 0;
    font-weight: 300;
    padding-left: 4px;
}
#layout-profile-container .sidebar > a.active {
    background: linear-gradient(44.02deg, #956aea 5.97%, #56d6e5 94%);
    color: #fff;
}
#layout-profile-container .left-nav {
    background: #fff;
}
#layout-profile-container .nav-item-profile {
    width: 100%;
    cursor: pointer;
    text-align: left;
    padding: 12px 12px 12px 20px;
    font-size: 14px;
    color: #fff !important;
}
#layout-profile-container .bg-item-selected {
    color: #fff;
    background-color: #cc0902;
    border-bottom: 1px solid #fff;
}
#layout-profile-container .bg-item {
    color: #fff;
    background-color: #666;
    border-bottom: 1px solid #fff;
}
.nav {
    list-style: none;
    display: flex !important;
    border-radius: 2px;
}
.news {
    background: #fff;
    padding: 30px 0 0;
}
.news .new-nav .nav-action {
    cursor: pointer;
}
.new-image {
    text-align: center;
}
.news h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #3342b9;
    border-left: 3px solid #ffaf18;
    padding-left: 5px;
    margin-bottom: 20px;
}
.news .new-nav {
    text-align: right;
}
.news .new-nav .nav-action {
    display: inline-block;
    width: 22px;
    line-height: 22px;
    height: 22px;
    border: 1px solid #333;
    text-align: center;
    margin-left: 5px;
}
.news .new-nav .nav-action svg {
    vertical-align: middle;
    height: 20px;
}
.news .hot-new {
    margin-bottom: 30px;
}
.news .hot-new .new-image {
    text-align: center;
}
.news .hot-new .new-image img {
    margin-top: 10px;
    max-width: 100%;
}
.news .hot-new .new-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #333;
    display: block;
    margin: 10px 0 5px;
}
.news .hot-new .new-date {
    font-size: 16px;
    line-height: 19px;
    color: #a4a4a4;
    margin-bottom: 10px;
}
.news .hot-new .new-desc {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
    text-align: justify;
    color: #333;
}
.news .hot-new .view-detail {
    color: #3342b9;
    font-size: 16px;
    line-height: 19px;
}
.news .hot-new .view-detail svg {
    vertical-align: unset;
    margin-left: 5px;
}
.news .hot-new .view-detail:hover {
    text-decoration: none;
}
.news .other-news {
    margin-bottom: 30px;
    margin-top: 10px;
}
.news .other-news .new-item {
    margin-bottom: 20px;
}
.news .other-news .new-item:after {
    content: "";
    display: block;
    clear: both;
}
.news .other-news .new-item:last-child {
    margin-bottom: 0;
}
.news .other-news .new-item .new-image {
    width: 200px;
    height: 110px;
    overflow: hidden;
    float: left;
}
.news .other-news .new-item .new-image img {
    max-width: 100%;
}
.news .other-news .new-item .new-info {
    margin-left: 220px;
}
.news .other-news .new-item .new-info .new-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #333;
    display: block;
    margin-bottom: 6px;
}
.news .other-news .new-item .new-info .new-date {
    font-size: 14px;
    line-height: 19px;
    color: #a4a4a4;
    margin-bottom: 28px;
}
.news .other-news .new-item .new-info .view-detail {
    color: #3342b9;
    font-size: 16px;
    line-height: 19px;
}
.news .other-news .new-item .new-info .view-detail svg {
    vertical-align: unset;
    margin-left: 5px;
}
.news .other-news .new-item .new-info .view-detail:hover {
    text-decoration: none;
}
@media (max-width: 575px) {
    .news .other-news .new-item .new-image {
        width: 150px;
        height: 100px;
    }
    .news .other-news .new-item .new-info {
        margin-left: 160px;
    }
    .news .other-news .new-item .new-info .new-date {
        margin-bottom: 20px;
    }
}
.consult {
    background: #eee;
    padding: 30px 0 0;
}
.new-date {
    font-size: 14px;
    margin: 10px 0;
}
.title__consult h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #3342b9;
    border-left: 3px solid #ffaf18;
    padding-left: 5px;
    margin-bottom: 20px !important;
}
.consult .new-nav .nav-action {
    cursor: pointer;
}
.consult__img,
.new-image img {
    width: 98%;
    border-radius: 5px;
}
.consult__img {
    margin-bottom: 10px;
}
.consult__name {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    margin-top: 15px;
}
.title__ {
    margin-bottom: 10px;
    background-color: #007bff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 10px;
}
.consulting__title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 16px;
    text-align: justify;
    color: #333;
}
.title__ a,
.title__ a .new-nav a {
    color: #fff;
}
.title__ a:hover {
    color: #ff0;
}
.consult_item {
    color: #333;
    text-decoration: none;
    font-size: 1rem;
    margin-left: 2px !important;
    margin: 10px;
}
.consult .new-nav {
    text-align: right;
}
.planning-type {
    background: #eee;
    padding: 30px 0 0;
}
.planning-type1 {
    background: #fff;
    padding: 30px 0 0;
}
.nav-action {
    cursor: pointer;
    display: inline-block;
    width: 22px;
    line-height: 22px;
    height: 22px;
    border: 1px solid #333;
    text-align: center;
    margin-left: 5px;
}
.nav-action svg {
    vertical-align: middle;
    height: 20px;
}
.planning-type-items {
    border: 1px solid #007bff;
    border-radius: 5px;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 5em;
    padding-top: 20px;
}
.planning_type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
.title__planning-type h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #3342b9;
    border-left: 3px solid #ffaf18;
    padding-left: 5px;
    margin-bottom: 20px;
}
.first-img,
.planning-img {
    width: 98%;
    margin-bottom: 10px;
    border-radius: 5px;
}
.planning__item {
    margin-bottom: 20px;
}
.planning__title {
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #333;
    display: block;
    margin: 10px 0 5px;
}
.planning__date {
    font-size: 14px;
    line-height: 19px;
    color: #a4a4a4;
    margin-bottom: 20px;
}
.pagination-nav {
    text-align: right;
}
.react-select-container.first-load .react-select__menu {
    display: none !important;
}
.react-select-container .react-select__control {
    border-radius: 24px;
}
.react-select-container .react-select__control .react-select__value-container {
    padding-left: 15px;
    cursor: text;
}
.react-select-container .react-select__control .react-select__value-container .react-select__input,
.react-select-container .react-select__control .react-select__value-container .react-select__placeholder,
.react-select-container .react-select__control .react-select__value-container .react-select__single-value {
    font-size: 14px;
}
.react-select-container .react-select__control .react-select__indicators .react-select__indicator-separator {
    width: 0;
    margin: 0;
}
.react-select-container .react-select__control .react-select__indicators .react-select__indicator {
    color: #fff;
    padding: 5px;
}
.react-select-container
    .react-select__control
    .react-select__indicators
    .react-select__indicator.react-select__dropdown-indicator {
    display: none;
}
.react-select-container
    .react-select__control
    .react-select__indicators
    .react-select__indicator.react-select__clear-indicator {
    margin-right: 10px;
}
.react-select-container .react-select__control .react-select__indicators .react-select__indicator svg {
    width: 15px;
    height: 15px;
}
.home-page .home-search {
    padding: 0.6rem 0;
    position: relative;
    z-index: 1000;
}
.home-page .home-search .icon_button_wrapper {
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
.home-page .home-search .input-search {
    width: 100%;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 24px;
    min-height: 38px;
    padding: 0 15px;
}
.home-page .home-search .input-search::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #a4a4a4;
}
.home-page .home-search .input-search:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #a4a4a4;
}
.home-page .home-search .input-search::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #a4a4a4;
}
.home-page .home-search .input-autosuggest {
    width: 93%;
    border: 1px solid #ccc;
    color: #000;
    border-radius: 24px;
    min-height: 38px;
    padding: 0 15px;
}
.home-page .home-search .input-autosuggest::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #a4a4a4;
}
.home-page .home-search .input-autosuggest:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #a4a4a4;
}
.home-page .home-search .input-autosuggest::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #a4a4a4;
}
.home-page .home-search .search-input-planning {
    position: relative;
}
.home-page .home-search .search-input-planning .list-group {
    margin-left: 36px;
}
.home-page .home-search .search-input-planning .list-group .list-group-item {
    margin-top: 8px;
    padding: 0.3rem 1rem;
    position: absolute;
    top: 31px;
    z-index: 1;
    width: 88%;
}
.home-page .slider-home-page {
    position: relative;
    top: -57px;
}
.home-page .slider-home-page .slick-slider .slick-dots {
    bottom: 30px;
}
.home-page .slider-home-page .slick-slider .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 3px;
}
.home-page .slider-home-page .slick-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 4px;
}
.home-page .slider-home-page .slick-slider .slick-dots li button:before {
    font-size: 12px;
    width: 12px;
    height: 12px;
    opacity: 0;
    color: #fff;
    line-height: 15px;
}
.home-page .slider-home-page .slick-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}
.home-page .home-map {
    position: relative;
}
.home-page .home-map:focus {
    outline: none;
}
.home-page .home-map img {
    width: 100%;
    height: 22.5rem;
    object-fit: cover;
}
.home-page .home-map .map-content {
    position: absolute;
    top: 0;
    right: 300px;
    width: 23rem;
    height: 100%;
    background: linear-gradient(0deg, #1883db, #1883db);
}
.home-page .home-map .map-content .title {
    font-weight: 700;
    font-size: 1.125rem;
    text-align: center;
    color: #fff;
}
.home-page .home-map .map-content hr {
    border-color: #fff;
}
.home-page .home-map .map-content .content {
    font-weight: 400;
    font-size: 1rem;
    text-align: justify;
    color: #fff;
}
.home-page .home-content {
    position: relative;
    top: -1.875em;
}
.home-page .home-content .content .item {
    margin-bottom: 1rem;
    margin-top: 10px;
    padding-right: 0.8em;
    padding-left: 0.8em;
}
.home-page .home-content .content .item a:hover {
    text-decoration: none;
}
.home-page .home-content .content .item .item-block {
    border: 1px solid #1883db;
    border-radius: 8px;
    box-shadow: 0 0 8px #1883db;
}
.home-page .home-content .content .item .item-block:hover {
    box-shadow: 0 4px 20px #1883db;
}
.home-page .home-content .content .item .item-block span {
    font-weight: 700;
    text-align: center;
    color: #1883db;
    font-size: 20px;
    margin: 20px auto;
    display: flex;
    justify-content: center;
}
.home-page .home-content .content .item .item-block img {
    display: flex;
    align-items: center;
    margin: 20px auto;
}
.home-page .react-autosuggest__input {
    width: 90%;
    border-style: none;
    position: absolute;
}
.home-page .map__search-bar-container .map__map-maker-icon {
    color: #fd6c6c;
}
.home-page .map__search-bar-container .map__github-icon {
    font-size: 24px;
}
.home-page .map__search-bar-container .map__github-link {
    color: #262626;
    font-size: 20px;
}
.home-page .map__search-bar-container .map__github-link:active,
.home-page .map__search-bar-container .map__github-link:hover {
    color: #4078c0;
    text-decoration: none;
}
.home-page .map__search-bar-container .map__suggestion-icon {
    margin-right: 8px;
}
.home-page .map__search-bar-container .map__search-input-container {
    position: relative;
}
.home-page .map__search-bar-container .map__clear-button,
.home-page .map__search-bar-container .map__clear-button:active,
.home-page .map__search-bar-container .map__clear-button:focus {
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    border: none;
    outline: none;
    font-weight: 600;
    color: #999;
}
.home-page .map__search-bar-container .map__autocomplete-container {
    border: #f0fff0;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 2px 2px;
    position: absolute;
    z-index: 1;
    width: 95%;
}
.home-page .map__search-bar-container .map__suggestion-item {
    padding: 8px;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
    border-bottom: 1px solid #e6e6e6;
}
.home-page .map__search-bar-container .map__suggestion-item--location-pointer {
    width: 16px;
    height: 16px;
}
.home-page .map__search-bar-container .map__suggestion-item--active {
    background-color: #fafafa;
}
.home-page .map__search-bar-container .map__dropdown-footer {
    display: flex;
    justify-content: flex-end;
    padding: 4px;
}
.home-page .map__search-bar-container .map__dropdown-footer-image {
    display: inline-block;
    width: 150px;
}
.home-page .map__search-bar-container .map__spinner {
    color: #18bc9c;
    font-size: 30px;
}
.home-page .map__search-bar-container .map__error-message {
    color: red;
}
.home-page .map__search-bar-container .map__geocode-result-header {
    font-size: 20px;
    color: #222;
}
@media only screen and (min-width: 1025px) and (max-width: 1400px) {
    .home-page .home-map .map-content {
        right: 215px;
    }
}
@media (max-width: 1030px) {
    .home-page .home-content .content .item span {
        font-size: inherit;
    }
}
.pg-viewer-wrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
}
.pg-viewer-wrapper .pg-viewer {
    height: 100%;
    position: relative;
    flex-grow: 2;
}
.pg-viewer-wrapper .pg-viewer .pg-driver-view {
    margin: auto;
    width: 100%;
    height: 100%;
}
.pg-viewer-wrapper .pg-viewer .pg-driver-view .loading {
    position: relative;
}
.pg-viewer-wrapper .pg-viewer .pg-driver-view .react-grid-Container,
.pg-viewer-wrapper .pg-viewer .pg-driver-view canvas {
    width: 100%;
}
.pg-viewer-wrapper .pg-viewer-link {
    background: #9370db;
    height: 100%;
    flex-grow: 1;
}
.react-grid-Container {
    margin: auto;
}
#xbim-viewer {
    height: 100%;
    width: 100%;
}
#app {
    background: pink;
}
.pdf-loading {
    text-align: center;
}
.pg-viewer-wrapper .error-message {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.pg-viewer-wrapper .error-message .alert {
    color: #ed1818;
}
.pg-viewer-wrapper .loading-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.pg-viewer-wrapper .loading-container .loading {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCAMAAADVRocKAAABgFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVaoAhNsAhN0AhN0AgM8Ahd4Ag90AgtoAhNwAhd0AftMAhNsAhN4AfNEAgdcAhd4Ag9sAftUAgNMAd90AfdUAgNYAedcAdtgAhN0AfdIAgdYAhN4AgtkAgNUAgNUAgNcAg9wAdNEAgNsAZswAg9sAgNUAg9sAgNYAgNkAgNUAgtoAg9sAftQAgNUAgNgAhd4AhN0AfdEAgtkAgNcAhN0AgNcAgNUAg9sAgNcAgNcAfdQAg9wAgNUAgtsAgdUAftYAgNMAfdUAgdYAhN0Ag9sAedsAgNIAgNUAgM8AgNgAYJ8AXJkAec4AgNcAeNIAetMAg9sAgNUAgtoAgNcAhN0AgNMAg9sAgNcAgNwAg9oAftUAgNUAhd0Ag9sAgdcAgdcAfdIAfNgAhNwAhNkAgNUAf9UAftcAf9UAftQARHEAeswAe8wAhd4Ad+ySAAAAf3RSTlMAEhEOAQUCBhADCQ8ECwcMDQoIA9X57RD+4azs+kvd/SGS/NRPUg83XhMN4D99968eNqHSCw4FzQbWiRRcss5NgY/07j2wjvNyDMtmhi/RaMRhXTorcfHHFShIIBowMnyTES7IYquF+0zQkRbDZyry3mdzOSfrGxKXR6NZInk8JmKNMgAAA3lJREFUeF612udbE1kUBvD3zNzpaYQkJBC6ugo2EFQURcVCsXfXtr333t9/fXMTd8NjRFLm/L7myZR75rZzLroUBXG24CbPJ8qV+dlHo9cPLswhNd6Q60jLS/6venN63zIGZnIFR9peTHCnmdu3DmAQXtaRJsfNx0Em8g1OH5q6cfjOmWOlOpuOjq4Z9ClwX1089tBpafzqqUlaK3eH0YcgEcvNGezq8YPztCa2e75FxpUGJ/axh/sXH7LhxGX0wjTbPiwadGHkwjrJ6uJZdM0LbVyL6NbmkUskK/vRpSFpyPvowfErbJg+iS74tvUTDz0ar5HcmsKeotA+vkHPRs6RHHsHe8g4Ik4Ofdkok9fexVsFjkgYoU/3xsj66l7XT3z07UmNrK6+vX1cgwE8K5H1XVspGvj6wPsl8toukfZDkcRgQM9q5NgU3sQVCX0M7MkYuXXyzf3XiZCCe2XyPXTwRCSHVGyQ7BiXTCiSR0rOkZXXx9ZsM8ApGamRi509wENqxsnq5de/oDxSdIU8MYy2QMTxkaLjl8httCUiRaTqCDkxvPMFQqRrc528uzMCRaTsArli2n3MMUjZyENyrd0HYqTuIjmKJuOI+EjdffLoAVg5ERcKzpO3YBVEclDwgLwNy7EhVvB4kjPLrW/IhYpT5L7WRBNDxVVyutXLPKgYJ2+2QgAdS3VW5xCphQAokQsIRPJQcow8iFgtxsAZ8jqyIgGU3CFHURDJQMlh8hFckQhKbpCzSER8KJki5xGKGCg5RFbgiEDLabKsfgP1JlIN8lOypvqZfkCWtDvah6pDxUfkx9qD3Sfqw7XqhDNLLmhOmZufcnJOc9L/jPxce9nyhfrCS3Pp+OUMZ5Y1F78b5Ffay/evNTcg39gNiPYWSnUT+C25pryNLRnFjfhShVxVTiV8N6ycDPlePZ2jnZDSTKnNk4vKScH1s4ppzR9I7ldMzP5YJ6cVU8s//WxTy3rJ8V9scvypXnr/1xWb3tcrUJjfyPLveiUWP/mDk3/qFYmiUP76+x+9MlfO/jejVqgzebFvr1Zq9BIRcX2tYqmfl4YhrXIvis3ys6dUsDbF5vNkjU7J3Y8daXAzKocGTM4VKwkUjj3Ai11HLDdI8+AGjB9lgjjv/vdL1kvt6Eknp5AzaR2e6eC4Qx5S0j7+EzpOmLiFbBxE6M6/Q+aqJubtPIkAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    display: inline-block;
    height: 96px;
    width: 96px;
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.photo360 {
    height: 100%;
    width: 100%;
}
.pg-viewer-wrapper {
    overflow-y: scroll;
}
.pg-viewer-wrapper #docx {
    width: 100%;
    height: 100%;
}
.pg-viewer-wrapper .document-container {
    padding: 30px;
    width: 700px;
    background: #fff;
    margin: auto;
}
.pg-viewer-wrapper blockquote,
.pg-viewer-wrapper body,
.pg-viewer-wrapper bodyaddress,
.pg-viewer-wrapper center,
.pg-viewer-wrapper dd,
.pg-viewer-wrapper dir,
.pg-viewer-wrapper div,
.pg-viewer-wrapper dl,
.pg-viewer-wrapper dt,
.pg-viewer-wrapper fieldset,
.pg-viewer-wrapper form,
.pg-viewer-wrapper frame,
.pg-viewer-wrapper frameset,
.pg-viewer-wrapper h1,
.pg-viewer-wrapper h2,
.pg-viewer-wrapper h3,
.pg-viewer-wrapper h4,
.pg-viewer-wrapper h5,
.pg-viewer-wrapper h6,
.pg-viewer-wrapper hr,
.pg-viewer-wrapper html,
.pg-viewer-wrapper menu,
.pg-viewer-wrapper noframes,
.pg-viewer-wrapper ol,
.pg-viewer-wrapper p,
.pg-viewer-wrapper pre,
.pg-viewer-wrapper ul {
    display: block;
    unicode-bidi: embed;
}
.pg-viewer-wrapper li {
    display: list-item;
    list-style-type: disc;
}
.pg-viewer-wrapper head {
    display: none;
}
.pg-viewer-wrapper table {
    display: table;
}
.pg-viewer-wrapper img {
    width: 100%;
}
.pg-viewer-wrapper tr {
    display: table-row;
}
.pg-viewer-wrapper thead {
    display: table-header-group;
}
.pg-viewer-wrapper tbody {
    display: table-row-group;
}
.pg-viewer-wrapper tfoot {
    display: table-footer-group;
}
.pg-viewer-wrapper col {
    display: table-column;
}
.pg-viewer-wrapper colgroup {
    display: table-column-group;
}
.pg-viewer-wrapper th {
    display: table-cell;
}
.pg-viewer-wrapper td {
    display: table-cell;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 0.2em 0.5em;
}
.pg-viewer-wrapper caption {
    display: table-caption;
}
.pg-viewer-wrapper th {
    font-weight: bolder;
    text-align: center;
}
.pg-viewer-wrapper caption {
    text-align: center;
}
.pg-viewer-wrapper body {
    margin: 8px;
}
.pg-viewer-wrapper h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
.pg-viewer-wrapper h2 {
    font-size: 1.5em;
    margin: 0.75em 0;
}
.pg-viewer-wrapper h3 {
    font-size: 1.17em;
    margin: 0.83em 0;
}
.pg-viewer-wrapper blockquote,
.pg-viewer-wrapper dir,
.pg-viewer-wrapper dl,
.pg-viewer-wrapper fieldset,
.pg-viewer-wrapper form,
.pg-viewer-wrapper h4,
.pg-viewer-wrapper menu,
.pg-viewer-wrapper ol,
.pg-viewer-wrapper p,
.pg-viewer-wrapper ul {
    margin: 1.12em 0;
}
.pg-viewer-wrapper h5 {
    font-size: 0.83em;
    margin: 1.5em 0;
}
.pg-viewer-wrapper h6 {
    font-size: 0.75em;
    margin: 1.67em 0;
}
.pg-viewer-wrapper b,
.pg-viewer-wrapper h1,
.pg-viewer-wrapper h2,
.pg-viewer-wrapper h3,
.pg-viewer-wrapper h4,
.pg-viewer-wrapper h5,
.pg-viewer-wrapper h6,
.pg-viewer-wrapper strong {
    font-weight: bolder;
}
.pg-viewer-wrapper blockquote {
    margin-left: 40px;
    margin-right: 40px;
}
.pg-viewer-wrapper address,
.pg-viewer-wrapper cite,
.pg-viewer-wrapper em,
.pg-viewer-wrapper i,
.pg-viewer-wrapper var {
    font-style: italic;
}
.pg-viewer-wrapper code,
.pg-viewer-wrapper kbd,
.pg-viewer-wrapper pre,
.pg-viewer-wrapper samp,
.pg-viewer-wrapper tt {
    font-family: monospace;
}
.pg-viewer-wrapper pre {
    white-space: pre;
}
.pg-viewer-wrapper button,
.pg-viewer-wrapper input,
.pg-viewer-wrapper select,
.pg-viewer-wrapper textarea {
    display: inline-block;
}
.pg-viewer-wrapper big {
    font-size: 1.17em;
}
.pg-viewer-wrapper small,
.pg-viewer-wrapper sub,
.pg-viewer-wrapper sup {
    font-size: 0.83em;
}
.pg-viewer-wrapper sub {
    vertical-align: sub;
}
.pg-viewer-wrapper sup {
    vertical-align: super;
}
.pg-viewer-wrapper table {
    border-spacing: 2px;
}
.pg-viewer-wrapper tbody,
.pg-viewer-wrapper tfoot,
.pg-viewer-wrapper thead {
    vertical-align: middle;
}
.pg-viewer-wrapper td,
.pg-viewer-wrapper th,
.pg-viewer-wrapper tr {
    vertical-align: inherit;
}
.pg-viewer-wrapper del,
.pg-viewer-wrapper s,
.pg-viewer-wrapper strike {
    text-decoration: line-through;
}
.pg-viewer-wrapper hr {
    border: 1px inset;
}
.pg-viewer-wrapper dd,
.pg-viewer-wrapper dir,
.pg-viewer-wrapper menu,
.pg-viewer-wrapper ol,
.pg-viewer-wrapper ul {
    margin-left: 40px;
}
.pg-viewer-wrapper ol {
    list-style-type: decimal;
}
.pg-viewer-wrapper ol ol,
.pg-viewer-wrapper ol ul,
.pg-viewer-wrapper ul ol,
.pg-viewer-wrapper ul ul {
    margin-top: 0;
    margin-bottom: 0;
}
.pg-viewer-wrapper ins,
.pg-viewer-wrapper u {
    text-decoration: underline;
}
.pg-viewer-wrapper br:before {
    content: "\A";
    white-space: pre-line;
}
.pg-viewer-wrapper center {
    text-align: center;
}
.pg-viewer-wrapper :link,
.pg-viewer-wrapper :visited {
    text-decoration: underline;
}
.pg-viewer-wrapper :focus {
    outline: thin dotted invert;
}
.pg-viewer-wrapper BDO[DIR="ltr"] {
    direction: ltr;
    unicode-bidi: bidi-override;
}
.pg-viewer-wrapper BDO[DIR="rtl"] {
    direction: rtl;
    unicode-bidi: bidi-override;
}
.pg-viewer-wrapper [DIR="ltr"] {
    direction: ltr;
    unicode-bidi: embed;
}
.pg-viewer-wrapper [DIR="rtl"] {
    direction: rtl;
    unicode-bidi: embed;
}
@media print {
    .pg-viewer-wrapper h1 {
        page-break-before: always;
    }
    .pg-viewer-wrapper h1,
    .pg-viewer-wrapper h2,
    .pg-viewer-wrapper h3,
    .pg-viewer-wrapper h4,
    .pg-viewer-wrapper h5,
    .pg-viewer-wrapper h6 {
        page-break-after: avoid;
    }
    .pg-viewer-wrapper dl,
    .pg-viewer-wrapper ol,
    .pg-viewer-wrapper ul {
        page-break-before: avoid;
    }
}
.pg-viewer-wrapper .video-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.unsupported-message {
    padding: 46px;
    background: #fff;
    margin: auto;
    text-align: center;
}
.pg-viewer-wrapper .photo-viewer-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    width: 100%;
}
.title {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.pagination-custom-container .pagination {
    border-radius: unset;
}
.pagination-custom-container .pagination .page-item .page-link {
    border: 0;
    border-radius: 4px;
    color: #444;
    padding: 6px 12px;
    margin: 0 3px;
    background-color: transparent;
}
.pagination-custom-container .pagination .page-item .page-link:hover {
    background-color: #e9ecef;
}
.pagination-custom-container .pagination .page-item .page-link:focus {
    box-shadow: none;
}
.pagination-custom-container .pagination .page-item.active .page-link {
    background-color: #1883db;
    color: #fff;
}
.pagination-custom-container .pagination .page-item.disabled {
    cursor: not-allowed;
}
.records-management .table tbody tr td {
    padding: 0.5rem;
}
.records-management .planning-records-search {
    border: 1px solid #c5c5c5;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.records-management .planning-records-search .title-records {
    background: #1883db;
    padding: 10px 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.records-management .planning-records-search .title-records span {
    color: #fff;
    font-weight: 500;
}
.records-management .planning-records-search .content-records .advance-search-form-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}
.records-management .planning-records-result .planning-records-title {
    color: #747474;
    cursor: pointer;
    padding: 10px 15px;
}
.records-management .planning-records-result .planning-records-title .active {
    color: #e43c5c;
}
.records-management .planning-records-result .records-table img {
    height: 115px;
    object-fit: cover;
}
.records-management .planning-records-result .records-table .title {
    text-decoration: none;
    color: #333;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}
.records-management .planning-records-result .records-table .icon,
.records-management .planning-records-result .records-table p,
.records-management .planning-records-result .records-table span {
    font-size: 14px;
}
.records-management .planning-records-result .records-table a {
    text-decoration: none;
    color: #3e81bb;
}
.records-management .planning-records-result .records-list table {
    display: table;
}
.records-management .planning-records-result .records-list table tbody tr th a {
    color: #333;
    font-size: 0.875rem;
    text-decoration: none;
    cursor: pointer;
}
.records-management .planning-records-result .records-list table tbody tr td a {
    font-size: 0.875rem;
    text-decoration: none;
}
.records-management .list-footer {
    border-top: 1px solid #b6b3b3;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.records-management .list-footer .text-result {
    color: #c22e3c;
    font-weight: 600;
}
.records-management .records-management-detail .title {
    padding: 10px 0;
}
.records-management .records-management-detail .title .icon-back {
    cursor: pointer;
    color: #e43c5c;
}
.records-management .records-management-detail .title h5 {
    color: #1883db;
}
.records-management .records-management-detail .nav-tabs {
    border-bottom: 2px solid #1883db;
}
.records-management .records-management-detail .nav-tabs .nav-item {
    background-color: #eee;
}
.records-management .records-management-detail .nav-tabs .nav-item .nav-link {
    color: #333;
    border-bottom-color: #1883db;
    border-radius: 0;
}
.records-management .records-management-detail .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background-color: #1883db;
    border-color: #1883db;
    border-radius: 0;
}
.records-management .records-management-detail .tab-content .tab-pane {
    border-bottom: 2px solid #1883db;
}
.records-management .records-management-detail .tab-content .tab-pane .table thead tr th {
    border-top: 2px solid #dee2e6;
    padding: 8px;
}
.records-management .records-management-detail .tab-content .tab-pane .table tbody tr td {
    cursor: pointer;
}
.records-management .records-management-detail .tab-content .tab-pane .table tbody tr td.detail {
    cursor: auto;
}
.records-management .records-management-detail .tab-content .tab-pane .table tbody tr td.detail .action a {
    text-decoration: none;
    font-size: 0.875rem;
    color: #3e81bb;
}
.records-management .records-management-detail .tab-content .tab-pane .records-table img {
    height: 125px;
    object-fit: cover;
}
.records-management .records-management-detail .tab-content .tab-pane .records-table .title {
    text-decoration: none;
    color: #333;
    font-size: 0.875rem;
}
.records-management .records-management-detail .tab-content .tab-pane .records-table .icon,
.records-management .records-management-detail .tab-content .tab-pane .records-table p,
.records-management .records-management-detail .tab-content .tab-pane .records-table span {
    font-size: 0.8rem;
}
.records-management .records-management-detail .tab-content .tab-pane .records-table a {
    text-decoration: none;
    color: #3e81bb;
}
.records-management .records-management-detail .tab-content .tab-pane .item-detail {
    font-size: 13px;
}
.records-management .records-management-detail .tab-content .tab-pane .item-detail label {
    font-size: 1.2em;
    font-weight: 700;
}
.records-management .records-management-detail .tab-content .pathnode {
    padding: 0 8px;
    background: none;
    border: none;
    color: #000;
}
.records-management .records-management-detail .tab-content .pathnode:hover {
    color: green;
}
.records-management .records-management-detail .tab-content .pathnode:focus {
    box-shadow: none;
}
.records-management .records-management-detail .tab-content .pathnode:active {
    box-shadow: none !important;
    background: transparent;
    color: #000;
}
.records-management .hidden-preview-file {
    position: absolute;
    top: 62px;
    right: 24px;
    padding: 11px 5px;
    background: #f7a364;
    cursor: pointer;
}
.records-management .hidden-preview-file:hover {
    background: #1883db;
}
@media only screen and (max-width: 375px) {
    .records-management-detail .nav-tabs .nav-item {
        width: 100%;
    }
}
.wrapper {
    width: 90%;
    display: flex;
    align-items: stretch;
    margin: 0 auto;
    padding-top: 1px;
}
.wrapper #leftPanel {
    width: 25%;
    min-height: 100%;
    font-family: Roboto;
}
.wrapper .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}
.react-tel-input .form-control {
    width: 100%;
    height: 40px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}
#lien-he h6 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 20px;
}
.look-up-planning-container {
    padding-top: 1rem;
}
.look-up-planning-container .left-menu {
    padding: 10px 0;
}
.look-up-planning-container .left-menu .search-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
.look-up-planning-container .left-menu .search-container .search-by-my-position {
    top: 5px;
    border-radius: 4px;
}
.look-up-planning-container .left-menu .list-select-side-menu a {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #666;
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.look-up-planning-container .left-menu .list-select-side-menu a.active-custom,
.look-up-planning-container .left-menu .list-select-side-menu a:hover {
    background-color: #cc0902;
}
.look-up-planning-container .left-menu .search-container input,
.look-up-planning-container .left-menu .slAutocomplete .select__placeholder {
    font-size: 0.875rem;
}
.search-planning-container {
    padding: 1rem 0.5rem 0 !important;
    border: 1px solid #d3d3d3;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.search-planning-container .search-planning-form-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-out;
}
.planning-by-type-container {
    padding-top: 10px;
}
.list-footer {
    border-top: 1px solid #b6b3b3;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.list-footer .text-result {
    color: #c22e3c;
    font-weight: 600;
}
.thumbnail-preview-container {
    margin-bottom: 20px;
}
.thumbnail-preview-container .thumbnail-container:hover .thumbnail-detail-front {
    display: flex;
}
.thumbnail-preview-container .thumbnail-container .thumbnail-image {
    height: 180px;
}
.thumbnail-preview-container .thumbnail-container .thumbnail-detail-front {
    top: 0;
    background-color: rgba(99, 97, 97, 0.671);
    display: none;
    align-items: center;
    justify-content: center;
}
.thumbnail-preview-container .thumbnail-container .thumbnail-detail-front .thumbnail-button-detail {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 12px;
    color: #a4a4a4;
    padding: 8px 10px 9px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #c5c5c5;
    box-sizing: border-box;
}
.thumbnail-preview-container .preview-title {
    font-weight: 500;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    text-align: center;
    background-color: #cc0902;
    text-decoration: none;
    overflow: hidden;
    height: 60px;
}
.thumbnail-preview-container .preview-title a {
    color: #fff;
}
:root {
    --animation-duration-left-navbar: 0.2s;
}
.planning-map-view-container {
    position: relative;
    overflow: hidden;
}
.planning-map-view-container .map-tools-container {
    width: 80px;
    top: 13px;
    right: 22px;
    z-index: 1;
}
.planning-map-view-container .left-custom-navbar {
    top: 0;
    min-width: 320px;
    height: 100%;
    left: 0;
    transition-duration: 0.2s;
    transition-duration: var(--animation-duration-left-navbar);
    z-index: 10;
}
.planning-map-view-container .left-custom-navbar.show-map-result {
    width: 90%;
}
.planning-map-view-container .left-custom-navbar .custom-container {
    background-color: #fff;
    padding-bottom: 40px;
}
.planning-map-view-container .left-custom-navbar .custom-container .navbar-custom .header-navbar-custom {
    padding-top: 3px;
    background-color: #00786e;
}
.planning-map-view-container .left-custom-navbar .custom-container .navbar-custom .header-navbar-custom .btn {
    border-radius: 0;
    background-color: #fff;
    color: #000;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding: 10px 9px;
    border: 0;
    pointer-events: none;
}
.planning-map-view-container
    .left-custom-navbar
    .custom-container
    .navbar-custom
    .header-navbar-custom
    .btn[class$="collapsed"] {
    background-color: #00786e;
    color: #fff;
    pointer-events: unset;
}
.planning-map-view-container .left-custom-navbar .custom-container .navbar-custom .header-navbar-custom .btn:focus {
    box-shadow: none;
}
.planning-map-view-container
    .left-custom-navbar
    .custom-container
    .navbar-custom
    .header-navbar-custom
    .btn-hide-left-navbar {
    right: 0;
    padding-left: 15px;
    padding-right: 15px;
    background-color: unset;
    pointer-events: unset;
}
.planning-map-view-container .left-custom-navbar .custom-container .navbar-custom .header-navbar-custom-icons-style {
    right: 0;
    width: 50px;
    background-color: hsla(0, 0%, 100%, 0);
}
.planning-map-view-container
    .left-custom-navbar
    .custom-container
    .navbar-custom
    .header-navbar-custom-icons-style
    button {
    margin-top: 15px;
    background-color: #fff;
    border: 0;
    width: 100%;
}
.planning-map-view-container
    .left-custom-navbar
    .custom-container
    .navbar-custom
    .header-navbar-custom-icons-style
    button
    .information-circle-warp {
    margin-left: 4px;
    width: 28px;
    padding: 0 0 2px;
}
.planning-map-view-container .left-custom-navbar .custom-container .guide-user {
    padding-top: 12px;
    box-sizing: border-box;
    width: 90%;
    border-top: 1px solid #c5c5c5;
    bottom: 0;
    right: 15px;
    height: 40px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #747474;
    transition-duration: 0.2s;
    transition-duration: var(--animation-duration-left-navbar);
}
.planning-map-view-container .left-custom-navbar .custom-container .guide-user svg {
    cursor: pointer;
}
.planning-map-view-container .left-custom-navbar .custom-container .guide-user span {
    transition-duration: 0.2s;
    transition-duration: var(--animation-duration-left-navbar);
    cursor: pointer;
}
.planning-map-view-container .left-custom-navbar .custom-container .guide-user-hide {
    text-align: center;
    width: 12%;
    right: 6px;
}
.planning-map-view-container .left-custom-navbar.hide-left-navbar .show-map-result {
    width: 395px;
}
.planning-map-view-container .hide-left-navbar {
    left: -340px;
}
.planning-map-view-container .modal-content-custom {
    border-radius: 0;
}
.planning-map-view-container .modal-content-custom .modal-content-header {
    background-color: #1883db;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    padding: 15px 0 14px;
}
.planning-map-view-container .modal-content-custom .modal-content-header svg {
    position: absolute;
    top: 15px;
    right: 15px;
}
.planning-map-view-container .open-layers-map-view-container-100 {
    width: 100vw !important;
    margin-left: 0;
}
.ol-attribution.ol-unselectable.ol-control.ol-uncollapsible {
    display: none;
}
@media (min-width: 1024px) {
    .open-layers-map-view-container {
        width: calc(100vw - 395px) !important;
        margin-left: 395px;
    }
}
.openlayer-map-view-container #tooltip-container-openlayer {
    position: fixed;
    opacity: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}
.openlayer-map-view-container .ol-dragbox {
    background-color: rgba(192, 68, 68, 0.4);
    border-color: #649600;
}
.openlayer-map-view-container #click-show-popup-container-openlayer,
.openlayer-map-view-container #popup-container-openlayer {
    position: fixed;
    opacity: 0;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}
.openlayer-map-view-container #mouse-position {
    left: 420px;
    position: fixed;
    bottom: 5px;
    color: #ff0;
}
.openlayer-map-view-container #title {
    font-weight: 700;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}
#map-scale {
    right: 50px;
    position: fixed;
    bottom: 5px;
}
.pop_over_clicked_cord {
    cursor: pointer;
    width: 200px;
    padding: 10px;
}
.reflect-header.standard {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
}
.reflect-header.standard .reflect-header__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 36px;
    background: linear-gradient(180deg, #956aea, #56d6e5);
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    padding: 0 12px;
    border-radius: 6px 6px 0 0;
}
@media (min-width: 576px) {
    .reflect-header.standard .reflect-header__title {
        height: 50px;
        font-size: 20px;
        padding: 0 6px;
    }
}
.reflect-header.standard .reflect-header__read-more {
    white-space: nowrap;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    color: #2a72de;
    cursor: pointer;
}
@media (min-width: 576px) {
    .reflect-header.standard .reflect-header__read-more {
        font-size: 16px;
    }
}
.reflect-header.standard + .reflect-header__divider {
    border-bottom: 1px solid #ececec;
}
.reflect-header.section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.reflect-header.section .reflect-header__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #2a72de;
}
.reflect-header.section .reflect-header__read-more {
    display: block;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #ed2973;
    cursor: pointer;
}
.reflect-page-header {
    background-image: url(/assets/reflect/bg-header.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.reflect-page-header__content {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.reflect-page-header__content h1 {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #fff;
}
@media (min-width: 767px) {
    .reflect-page-header__content h1 {
        font-size: 40px;
        line-height: 48px;
    }
}
.reflect-page-header__breadcumb > a:not(:last-child):after {
    content: "·";
    padding: 0 10px;
}
.reflect-page-header__breadcumb a {
    font-size: 12px;
    line-height: 13px;
    color: #fff;
}
@media (min-width: 767px) {
    .reflect-page-header__breadcumb a {
        font-size: 16px;
        line-height: 19px;
    }
}
.reflect-page-header__breadcumb a:hover {
    color: #fff;
}
.map-paht {
    float: right;
    padding-left: 2.5rem !important;
}
.map-paht button:hover {
    color: #ff0;
}
.reflect-card {
    box-shadow: 0 0 20px rgba(0, 69, 99, 0.07);
    display: flex;
    border-radius: 8px;
    transition: all 0.15s ease-in-out 0ms;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    background-color: #fff;
}
.reflect-card:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.reflect-card img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 6px;
}
@media (min-width: 668px) {
    .reflect-card img {
        height: 110px;
        width: 110px;
    }
}
.reflect-card .card-content {
    flex-grow: 1;
}
.reflect-card .card-content__type {
    display: inline-block;
    padding: 4px 6px;
    background: linear-gradient(90deg, #ed2973, #fe7249);
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    border-radius: 4px;
}
.reflect-card .card-content--red {
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
    border-radius: 6px;
}
.reflect-card .card-content--blue {
    background: linear-gradient(44.02deg, #956aea 5.97%, #56d6e5 94%);
    font-size: 12px;
    border-radius: 6px;
}
.reflect-card .card-content__placement {
    justify-content: flex-start;
    font-size: 12px;
    line-height: 15px;
    color: #2a72de;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reflect-card .card-content__placement .MuiSvgIcon-root {
    font-size: 12px;
    margin-bottom: 1px;
}
.reflect-card .card-content__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #212121;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reflect-card .card-content__time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 12px;
    line-height: 15px;
    color: #ed2973;
    margin-top: 4px;
}
.reflect-card .card-content__time .MuiSvgIcon-root {
    font-size: 12px;
    margin-bottom: 2px;
    margin-right: 2px;
}
.reflect-card .card-content__description {
    font-size: 14px;
    line-height: 1.2;
    color: #585858;
    margin-top: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.reflect-card.reflect-card__vertical {
    position: relative;
    flex-direction: column;
}
.reflect-card.reflect-card__vertical img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}
.reflect-card.reflect-card__vertical .card-content {
    padding: 20px;
}
.reflect-card.reflect-card__vertical .card-content__type {
    position: absolute;
    top: 12px;
    left: 12px;
}
.reflect-card.reflect-card__vertical .card-content__title {
    font-size: 18px;
}
.reflect-card.reflect-card__horizontal {
    min-height: 135px;
    padding: 20px;
}
.reflect-card.reflect-card__horizontal .card-content {
    width: calc(100% - 120px);
    padding-left: 10px;
}
.reflect-new-content .reflect-card {
    box-shadow: none !important;
}
.reflect .reflect__desktop {
    display: none;
}
.reflect .reflect__mobile {
    width: 100%;
    display: block;
}
@media (min-width: 992px) {
    .reflect .reflect__desktop {
        display: flex;
    }
    .reflect .reflect__mobile {
        display: none;
    }
}
.reflect .category-slider {
    box-shadow: 0 0 20px rgba(0, 69, 99, 0.07);
    background-color: #fff;
    border-radius: 32px;
    padding: 8px 6px;
    width: 100%;
}
.reflect .category-slider .slick-slider {
    width: 100%;
}
.reflect .category-slider .slick-slider .slick-arrow.slick-prev {
    left: -15px;
}
.reflect .category-slider .slick-slider .slick-arrow.slick-prev:before {
    background-image: url(/assets/reflect/icon-prev.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 100%;
}
.reflect .category-slider .slick-slider .slick-arrow.slick-next {
    right: -15px;
}
.reflect .category-slider .slick-slider .slick-arrow.slick-next:before {
    background-image: url(/assets/reflect/icon-next.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0;
}
.reflect .category-slider .category-slider__item {
    padding: 0 3px;
}
@media (min-width: 420px) {
    .reflect .category-slider .category-slider__item {
        padding: 0 16px;
    }
}
.reflect .category-slider .category-slider__item .category-slider__image {
    position: relative;
    padding-top: 100%;
    border-radius: 16px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.reflect .category-slider .category-slider__item .category-slider__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    object-fit: contain;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.reflect .category-slider .category-slider__item .category-slider__name {
    font-size: 12px;
    font-weight: 500;
    color: #262a37;
    text-align: center;
}
.reflect .category-slider .category-slider__item:hover .category-slider__name {
    color: #ed2973;
}
.reflect .category-slider .slick-slide:nth-child(odd) .category-slider__image {
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
}
.reflect .category-slider .slick-slide:nth-child(2n) .category-slider__image {
    background: linear-gradient(44.02deg, #956aea 5.97%, #56d6e5 94%);
}
.reflect .shadow {
    box-shadow: 0 0 10px rgba(0, 69, 99, 0.04) !important;
}
.add-reflect {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    position: fixed;
    bottom: 0;
    right: 20px;
}
.add-reflect .icon {
    z-index: 1;
    -webkit-animation: scaleAnimation 3.5s infinite;
    animation: scaleAnimation 3.5s infinite;
}
.add-reflect .text {
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
    box-shadow: 0 0 15px rgba(237, 41, 115, 0.25);
    border-radius: 30px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #fff;
    margin-left: -70px;
    padding: 15px 20px 15px 50px;
}
@-webkit-keyframes scaleAnimation {
    0%,
    80%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    30%,
    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }
}
.reflect-comment h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.25;
}
.reflect-comment .comment-item {
    display: flex;
    flex-wrap: wrap;
}
.reflect-comment .comment-item__avatar {
    width: 64px;
    padding-right: 16px;
}
.reflect-comment .comment-item__avatar img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 9999px;
}
.reflect-comment .comment-item__body {
    width: calc(100% - 64px);
}
.reflect-comment .comment-item__content {
    width: 100%;
    padding: 16px;
    background-color: #f3f3f3;
    color: #6a6a6a;
    border-radius: 10px;
}
.reflect-comment .comment-item__content .read-more {
    white-space: nowrap;
    font-size: 14px;
    color: #2a72de;
    cursor: pointer;
}
.reflect-comment .comment-item__content .read-more:hover {
    text-decoration: underline;
}
.reflect-comment .comment-item__author {
    font-size: 18px;
    font-weight: 600;
    color: #ed2973;
}
.reflect-comment .comment-item__action {
    margin-top: 8px;
    font-size: 14px;
    color: #a6a6a6;
}
.reflect-comment .comment-item__action span {
    font-weight: 600;
    cursor: pointer;
}
.reflect-comment .comment-item__show-more {
    display: flex;
    justify-content: flex-end;
}
.reflect-comment .comment-item__show-more > div {
    font-size: 18px;
    cursor: pointer;
    opacity: 0.8;
    color: #1883db;
    transition: all 0.15s ease-in-out 0ms;
    margin-left: 8px;
}
.reflect-comment .comment-item__show-more > div:hover {
    opacity: 1;
}
.reflect-comment .comment-form__action {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
}
.reflect-comment .comment-form__action > * {
    display: block;
    margin-left: 8px;
    margin-bottom: 0;
    padding: 10px 15px;
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
    box-shadow: 0 0 15px rgba(237, 41, 115, 0.25);
    border-radius: 30px;
    border: none;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25;
    color: #fff;
    transition: all 0.15s ease-in-out 0ms;
    cursor: pointer;
}
.reflect-comment .comment-form__action > :hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}
.reflect-comment .comment-form__action > :active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.reflect-comment .preview-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
.reflect-comment .preview-list > div.preview-item {
    position: relative;
    width: 20%;
    padding-top: 20%;
}
.reflect-comment .preview-list > div.preview-item .close-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 4px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 10px #000;
    cursor: pointer;
}
.reflect-comment .preview-list .document,
.reflect-comment .preview-list img,
.reflect-comment .preview-list video {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    object-fit: cover;
    border: 1px dashed rgba(0, 0, 0, 0.2);
}
.reflect-comment .preview-list .document {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    cursor: pointer;
}
.reflect-comment .preview-list .document svg {
    align-self: center;
    font-size: 56px;
}
.reflect-comment .preview-list .document p {
    margin: 0;
}
.reflect-comment .grid-view {
    width: 100%;
    display: grid;
    grid-gap: 4px;
    gap: 4px;
}
.reflect-comment .grid-view > * {
    width: 100%;
    position: relative;
    padding-top: 100%;
}
.reflect-comment .grid-view > * > img,
.reflect-comment .grid-view > * div,
.reflect-comment .grid-view > * video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}
.reflect-comment .grid-view .remain-image {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.reflect-comment .grid-view.grid-view__two-item {
    grid-template-columns: 50% 50%;
}
.reflect-comment .grid-view.grid-view__two-item > :first-child,
.reflect-comment .grid-view.grid-view__two-item > :nth-child(2) {
    padding-top: 200%;
}
.reflect-comment .grid-view.grid-view__three-item {
    grid-template-areas: "img1 img2" "img1 img3";
}
.reflect-comment .grid-view.grid-view__three-item > :first-child {
    grid-area: img1;
    padding-top: 200%;
}
.reflect-comment .grid-view.grid-view__three-item > :nth-child(2) {
    grid-area: img2;
}
.reflect-comment .grid-view.grid-view__three-item > :nth-child(3) {
    grid-area: img3;
}
.reflect-comment .grid-view.grid-view__four-item {
    grid-template-areas: "img1 img2" "img3 img4";
}
.reflect-comment .grid-view.grid-view__four-item > :first-child {
    grid-area: img1;
}
.reflect-comment .grid-view.grid-view__four-item > :nth-child(2) {
    grid-area: img2;
}
.reflect-comment .grid-view.grid-view__four-item > :nth-child(3) {
    grid-area: img3;
}
.reflect-comment .grid-view.grid-view__four-item > :nth-child(4) {
    grid-area: img4;
}
.reflect-comment .grid-view.grid-view__five-item {
    grid-template-areas: "img1 img1 img1 img2 img2 img2" "img3 img3 img4 img4 img5 img5";
}
.reflect-comment .grid-view.grid-view__five-item > :first-child {
    grid-area: img1;
}
.reflect-comment .grid-view.grid-view__five-item > :nth-child(2) {
    grid-area: img2;
}
.reflect-comment .grid-view.grid-view__five-item > :nth-child(3) {
    grid-area: img3;
}
.reflect-comment .grid-view.grid-view__five-item > :nth-child(4) {
    grid-area: img4;
}
.reflect-comment .grid-view.grid-view__five-item > :nth-child(5) {
    grid-area: img5;
}
.reflect-comment .gallery-wrapper {
    padding: 32px;
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.reflect-comment .gallery-wrapper > div {
    display: flex;
    justify-content: center;
    align-items: center;
}
.reflect-comment .gallery-wrapper .slick-slider {
    width: 100%;
}
.reflect-comment .gallery-wrapper .gallery-item {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 64px);
}
.reflect-comment .gallery-wrapper img,
.reflect-comment .gallery-wrapper video {
    max-width: 100%;
    min-width: 200px;
    max-height: calc(100vh - 64px);
}
.reflect-comment .gallery-wrapper .close-btn {
    position: fixed;
    top: 12px;
    right: 12px;
    font-size: 32px;
    cursor: pointer;
}
.reflect-detail h1 {
    font-weight: 700;
    font-size: 25px;
    line-height: 30px;
    color: #ed2973;
}
.reflect-detail h2 {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #ed2973;
}
.reflect-detail .MuiSvgIcon-root {
    margin-bottom: 2px;
    width: 0.8em !important;
    height: 0.8em !important;
}
.reflect-detail span {
    margin-right: 15px;
}
.reflect-detail .text-blue {
    color: #2a72de;
}
.reflect-detail .text-grey {
    color: #959595;
}
.reflect-detail .relfect-media-list > div {
    width: 60%;
}
.reflect-detail .reflect-vote {
    padding: 30px;
    background: #f3f3f3;
    border-radius: 6px;
}
.reflect-detail .reflect-vote h3 {
    color: #2a72de;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
}
.reflect-detail .reflect-vote__action {
    margin-top: 36px;
    display: flex;
    justify-content: space-around;
}
.reflect-detail .reflect-vote__action .reflect-vote__icon {
    transition: all 0.15s ease-in-out 0ms;
    cursor: pointer;
}
.reflect-detail .reflect-vote__action .reflect-vote__icon:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.reflect-detail .reflect-vote__action .reflect-vote__icon > div {
    display: block;
    width: 56px;
    height: 56px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
}
.reflect-detail .reflect-vote__action .reflect-vote__icon .love {
    background-image: url(/assets/reflect/reaction/love-gray.png);
}
.reflect-detail .reflect-vote__action .reflect-vote__icon .love.active,
.reflect-detail .reflect-vote__action .reflect-vote__icon:hover .love {
    background-image: url(/assets/reflect/reaction/love-color.png);
}
.reflect-detail .reflect-vote__action .reflect-vote__icon .smile {
    background-image: url(/assets/reflect/reaction/smile-gray.png);
}
.reflect-detail .reflect-vote__action .reflect-vote__icon .smile.active,
.reflect-detail .reflect-vote__action .reflect-vote__icon:hover .smile {
    background-image: url(/assets/reflect/reaction/smile-color.png);
}
.reflect-detail .reflect-vote__action .reflect-vote__icon .sad {
    background-image: url(/assets/reflect/reaction/sad-gray.png);
}
.reflect-detail .reflect-vote__action .reflect-vote__icon .sad.active,
.reflect-detail .reflect-vote__action .reflect-vote__icon:hover .sad {
    background-image: url(/assets/reflect/reaction/sad-color.png);
}
.reflect-detail .reflect-vote__action p {
    color: #6a6a6a;
    font-weight: 5000;
    margin-top: 8px;
}
.reflect-pagination {
    display: flex;
    justify-content: center;
}
.reflect-pagination ul > li button.Mui-selected {
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
    color: #fff;
    border: none;
}
.my-reflect-container h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    color: #ed2973;
}
.my-reflect-container .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-reflect-container .header .filter {
    display: flex;
    align-items: center;
    flex: 1 1;
    justify-content: flex-end;
}
.my-reflect-container .header .filter > :not(:last-child) {
    margin-right: 10px;
}
.my-reflect-container .header .filter .search {
    position: relative;
    padding: 13px 14px;
    grid-gap: 10px;
    gap: 10px;
    width: 100%;
    max-width: 247px;
    height: 46px;
    background-color: #fff;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.my-reflect-container .header .filter .search input {
    border: none;
    background-color: transparent;
}
.my-reflect-container .header .filter .select {
    min-width: 145px;
    border-radius: 50px;
    height: 100%;
}
.my-reflect-container .table-container {
    margin-top: 12px;
}
.my-reflect-container .table-container .table-responsive {
    display: table;
}
.my-reflect-container table {
    border-spacing: 0 10px;
    border-collapse: separate;
}
.my-reflect-container table thead th {
    color: #fff;
    font-weight: 500;
    background-color: #2a72de;
    text-align: center;
}
.my-reflect-container table thead th:first-child {
    border-radius: 12px 0 0 12px;
}
.my-reflect-container table thead th:last-child {
    border-radius: 0 12px 12px 0;
}
.my-reflect-container table tbody tr td {
    color: #3e3e3e;
    background-color: #fff;
    vertical-align: middle;
}
.my-reflect-container table tbody tr td:first-child {
    border-radius: 12px 0 0 12px;
}
.my-reflect-container table tbody tr td:last-child {
    border-radius: 0 12px 12px 0;
}
.my-reflect-container table tbody tr td:nth-child(2) {
    font-weight: 600;
}
.my-reflect-container table tbody tr td:nth-child(3) > p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.my-reflect-container table tbody tr td:nth-child(5) > * {
    white-space: nowrap;
}
.my-reflect-container table tbody tr td:nth-child(6) > * {
    display: flex;
}
.my-reflect-container table td {
    border: none;
}
.my-reflect-container .btn-blue,
.my-reflect-container .btn-red {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    border: none;
    border-radius: 6px;
}
.my-reflect-container .btn-blue.status,
.my-reflect-container .btn-red.status {
    width: 120px;
}
.my-reflect-container .btn-blue {
    background: linear-gradient(44.02deg, #956aea 5.97%, #56d6e5 94%);
}
.my-reflect-container .btn-red {
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
}
.my-reflect-container .reflect-pagination {
    display: flex;
    justify-content: center;
}
.my-reflect-container .reflect-pagination ul > li button.Mui-selected {
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
    color: #fff;
    border: none;
}
.no-data {
    text-align: center;
    width: 100%;
}
#create-reflect-container h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25;
    color: #ed2973;
}
#create-reflect-container h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.25;
    color: #2a72de;
}
#create-reflect-container > div {
    background-color: #fff;
    border-radius: 20px;
}
#create-reflect-container .form-control {
    border-radius: 0.25rem !important;
}
#create-reflect-container .upload-container {
    position: relative;
    border: 1px dashed #c7c7c7;
    border-radius: 6px;
    padding: 8px;
}
#create-reflect-container .upload-container .drag-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.4;
}
#create-reflect-container .ck-content {
    min-height: 200px;
}
#create-reflect-container .upload-content {
    position: relative;
    background: #f1f8ff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 240px;
}
#create-reflect-container .upload-content img {
    display: block;
    width: 36px;
    margin-bottom: 12px;
}
#create-reflect-container .upload-content label {
    color: #ed2973;
    cursor: pointer;
}
#create-reflect-container .upload-content p {
    margin: 0;
}
#create-reflect-container .upload-content .upload-preview > img,
#create-reflect-container .upload-content .upload-preview > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
#create-reflect-container .upload-content .close-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 4px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 10px #000;
    cursor: pointer;
}
#create-reflect-container .preview-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}
#create-reflect-container .preview-list > div.preview-item {
    position: relative;
    width: 20%;
    padding-top: 20%;
}
#create-reflect-container .preview-list > div.preview-item .close-btn {
    position: absolute;
    top: 6px;
    right: 6px;
    padding: 4px;
    line-height: 1;
    color: #fff;
    text-shadow: 0 0 10px #000;
    cursor: pointer;
}
#create-reflect-container .preview-list .document,
#create-reflect-container .preview-list img,
#create-reflect-container .preview-list video {
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    object-fit: cover;
    border: 1px dashed rgba(0, 0, 0, 0.2);
}
#create-reflect-container .preview-list .document {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: #000;
    cursor: pointer;
}
#create-reflect-container .preview-list .document svg {
    align-self: center;
    font-size: 56px;
}
#create-reflect-container .preview-list .document p {
    margin: 0;
}
#create-reflect-container button[type="submit"] {
    display: block;
    margin: auto;
    color: #fff;
    padding: 16px 25px;
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
    box-shadow: 0 0 15px rgba(237, 41, 115, 0.25);
    border-radius: 30px;
    border: none;
    outline: none;
}
#create-reflect-container button[type="submit"]:disabled {
    background: #777;
    box-shadow: none;
}
#reflect-map {
    position: relative;
}
#reflect-map p {
    margin: 0;
}
#reflect-map #reflect-map-target .ol-viewport {
    height: calc(100vh - 100px) !important;
}
#reflect-map .toggle-list {
    position: absolute;
    top: 32px;
    left: 0;
    padding: 8px;
    background: linear-gradient(44.02deg, #956aea 5.97%, #56d6e5 94%);
    border-radius: 0 4px 4px 0;
    color: #fff;
    cursor: pointer;
}
#reflect-map .menu {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    max-width: 90vw;
    overflow-y: auto;
    background-color: #fff;
    -webkit-filter: drop-shadow(0 0 20px rgba(0, 69, 99, 0.07));
    filter: drop-shadow(0 0 20px rgba(0, 69, 99, 0.07));
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    transition: all 0.15s ease-in-out;
}
#reflect-map .menu.active {
    -webkit-transform: translate(0);
    transform: translate(0);
}
#reflect-map .menu__header {
    display: flex;
    justify-content: space-between;
    padding: 12px 16px;
    line-height: 1;
    color: #fff;
    background: linear-gradient(44.02deg, #956aea 5.97%, #56d6e5 94%);
    cursor: pointer;
}
#reflect-map .menu__search {
    display: flex;
    align-items: center;
    margin: 8px 16px;
    padding: 4px 16px;
    border: 1px solid #999;
    border-radius: 9999px;
}
#reflect-map .menu__search input {
    border: none;
    outline: none;
    background-color: transparent;
    width: 100%;
}
#reflect-map .menu__search svg {
    color: #ed2973;
}
#reflect-map .menu h3 {
    padding: 16px 16px 4px;
    margin: 0;
    font-size: 20px;
    line-height: 1.25;
    color: #ed2973;
    font-weight: 600;
}
#reflect-map .menu .list-categories > div {
    display: flex;
    align-items: center;
    padding: 6px 16px;
    cursor: pointer;
}
#reflect-map .menu .list-categories > div .MuiButtonBase-root {
    padding: 4px;
}
#reflect-map .ol-popup {
    position: absolute;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    padding: 4px;
    border-radius: 10px;
    border: 1px solid #ccc;
    bottom: 12px;
    left: -50px;
    min-width: 280px;
}
#reflect-map .ol-popup:after,
#reflect-map .ol-popup:before {
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
#reflect-map .ol-popup:after {
    border-top-color: #fff;
    border-width: 10px;
    left: 48px;
    margin-left: -10px;
}
#reflect-map .ol-popup:before {
    border-top-color: #ccc;
    border-width: 11px;
    left: 48px;
    margin-left: -11px;
}
#reflect-map .ol-popup .ol-popup-closer {
    display: none;
    text-decoration: none;
    position: absolute;
    top: 2px;
    right: 8px;
}
#reflect-map .ol-popup .ol-popup-closer:after {
    content: "✖";
}
.reset-password-page {
    align-items: center;
    background: #fff;
    display: flex;
    height: 100vh;
    justify-content: center;
}
.reset-password-page .reset-password-form {
    max-width: 30rem;
    background-color: #fff;
    box-shadow: 0 0 15px #999;
    padding: 2rem;
}
.reset-password-page .reset-password-form .icon-title {
    font-size: 3rem;
    color: red;
}
.reset-password-page .reset-password-form .title {
    color: red;
}
.reset-password-page .reset-password-form .form-group .icon-input {
    position: absolute;
    top: 0.7rem;
    left: 1.5rem;
}
.reset-password-page .reset-password-form .form-group .form-control {
    padding-left: 2rem;
    color: #000;
    outline: none;
    border-radius: 0;
}
.reset-password-page .reset-password-form .arrow-back,
.reset-password-page .reset-password-form .arrow-back:hover {
    color: red;
}
.reset-password-page .reset-password-form .arrow-back .icon-link {
    font-size: 1rem;
}
.reset-password-page .reset-password-form .btn {
    outline: none;
}
@media only screen and (max-width: 768px) {
    .reset-password-page {
        align-items: unset;
    }
    .reset-password-page .reset-password-form {
        max-width: 100%;
    }
}
.community-opinion .header-doing,
.community-opinion .header-result {
    background: linear-gradient(90deg, #1883db, #1883db);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.community-opinion .content-result .item img {
    height: 7.0625rem;
}
.community-opinion .menu-item-link ul li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
.community-opinion .menu-item-link ul li a {
    display: block;
    color: #3a3a3a;
    background: #eee;
    font-size: 16px;
    line-height: 32px;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #eee;
}
.community-opinion .menu-item-link ul li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #d92026;
}
.community-opinion .menu-item-link ul li a span {
    font-size: 24px;
    width: 43px;
    float: left;
    height: 38px;
    background: #d92026;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-right: 22px;
    color: #fff;
    top: -3px;
}
.community-opinion .menu-item-link ul li a span:after {
    content: "";
    border: 19px solid transparent;
    border-left: 12px solid #d92026;
    position: absolute;
    right: -31px;
    top: 0;
}
.community-opinion .menu-item-link ul li:first-child a:hover {
    border-bottom-color: #038ff4;
}
.community-opinion .menu-item-link ul li:first-child a span {
    background: #038ff4;
}
.community-opinion .menu-item-link ul li:first-child a span:after {
    border-left-color: #038ff4;
}
.community-opinion .menu-item-link ul li:nth-child(2) a:hover {
    border-bottom-color: red;
}
.community-opinion .menu-item-link ul li:nth-child(2) a span {
    background: red;
}
.community-opinion .menu-item-link ul li:nth-child(2) a span:after {
    border-left-color: red;
}
.community-opinion .menu-item-link ul li:nth-child(3) a:hover {
    border-bottom-color: #40c161;
}
.community-opinion .menu-item-link ul li:nth-child(3) a span {
    background: #40c161;
}
.community-opinion .menu-item-link ul li:nth-child(3) a span:after {
    border-left-color: #40c161;
}
.community-opinion .menu-item-link ul li:nth-child(4) a:hover {
    border-bottom-color: #4085d3;
}
.community-opinion .menu-item-link ul li:nth-child(4) a span {
    background: #4085d3;
}
.community-opinion .menu-item-link ul li:nth-child(4) a span:after {
    border-left-color: #4085d3;
}
.community-opinion .menu-item-link ul li:nth-child(5) a:hover {
    border-bottom-color: #424242;
}
.community-opinion .menu-item-link ul li:nth-child(5) a span {
    background: #424242;
}
.community-opinion .menu-item-link ul li:nth-child(5) a span:after {
    border-left-color: #424242;
}
.community-opinion .menu-item-link ul li:nth-child(6) a:hover {
    border-bottom-color: #927e66;
}
.community-opinion .menu-item-link ul li:nth-child(6) a span {
    background: #927e66;
}
.community-opinion .menu-item-link ul li:nth-child(6) a span:after {
    border-left-color: #927e66;
}
.community-opinion .menu-item-link ul li:nth-child(7) a:hover {
    border-bottom-color: #ff0;
}
.community-opinion .menu-item-link ul li:nth-child(7) a span {
    background: #ff0;
}
.community-opinion .menu-item-link ul li:nth-child(7) a span:after {
    border-left-color: #ff0;
}
.community-opinion .menu-item-link ul li:nth-child(8) a:hover {
    border-bottom-color: #c0601a;
}
.community-opinion .menu-item-link ul li:nth-child(8) a span {
    background: #c0601a;
}
.community-opinion .menu-item-link ul li:nth-child(8) a span:after {
    border-left-color: #c0601a;
}
.community-opinion .menu-item-link ul li:last-child {
    margin-bottom: 0;
}
.summary-ideas .title {
    color: brown;
}
.summary-ideas .result span {
    color: #c22e3c;
}
.summary-ideas .table thead tr th {
    border-top: none;
}
.summary-ideas .table tbody tr td .icon-table {
    color: green;
    cursor: pointer;
}
.summary-ideas-detail .modal-dialog .modal-content .modal-header {
    background: #1883db;
    color: #fff;
}
.summary-ideas-detail .modal-dialog .modal-content .modal-body .table {
    display: table;
}
.summary-ideas-detail .modal-dialog .modal-content .modal-body .table tbody tr td {
    padding-left: 0;
    padding-right: 0;
}
.summary-ideas-detail .modal-dialog .modal-content .modal-body .table tbody tr td a {
    text-decoration: none;
}
.please-comment .detail-please-comment .name {
    color: #9b4951;
    text-align: center;
}
.please-comment .detail-please-comment .title {
    text-align: center;
    font-weight: 700;
}
.please-comment .detail-please-comment .content img {
    width: 100%;
}
.please-comment .detail-please-comment .content p,
.please-comment .detail-please-comment .content span {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.please-comment .hr {
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #000;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.please-comment .submit-comments .title {
    color: #188b81;
}
.please-comment .submit-comments .btn-info {
    background-color: #1883db;
}
.please-comment .header-result {
    height: 2.5rem;
    background: linear-gradient(90deg, #1883db, #1883db);
    padding: 0.375rem;
}
.please-comment .header-result .title {
    padding-top: 0.2rem;
}
.please-comment .header-result .title a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding-left: 1rem;
}
.please-comment .header-result .title a:hover {
    color: #fff;
}
.please-comment .content-result {
    margin-top: 1rem;
}
.please-comment .content-result .item {
    margin-bottom: 1rem;
    padding-right: 0.5rem;
}
.please-comment .content-result .item img {
    height: 6.25rem;
    object-fit: cover;
}
.please-comment .content-result .item a {
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    color: #555;
}
.please-comment .form-please-comment label {
    font-size: 1.1rem;
}
.w1400 {
    max-width: 1400px !important;
}
.menu-schedule {
    margin-top: 10px;
}
.no-data-for-display {
    text-align: center;
    margin-top: 20px;
}
.reset-news-bg {
    background-color: #fff;
}
.news-create-date {
    margin-bottom: 10px;
    font-size: 12px;
    color: #ccc;
}
.news-description {
    min-height: 20px;
    text-align: justify;
}
.news img {
    max-width: 98%;
}
.news figure {
    text-align: center;
}
.community-opinion .header-doing {
    height: 2.5rem;
    background-color: #1075bd;
}
.community-opinion .header-doing .title {
    color: #fff;
    font-size: 1em;
    font-weight: 500;
}
.community-opinion .header-doing .input-search {
    width: 14.5rem;
    padding-left: 10px;
    padding-right: 30px;
    height: 1.8rem;
    border: 1px solid #fff;
    border-radius: 2px;
    position: relative;
    font-size: 0.9em;
    outline: none;
}
.community-opinion .header-doing .icon-search {
    position: absolute;
    right: 1.4rem;
    top: 0.7rem;
    font-size: 1.1rem;
    color: #888;
    cursor: pointer;
}
.community-opinion .header-doing .btn {
    font-size: 0.9rem;
}
.community-opinion .header-doing .dropdown-menu {
    border: unset;
    border-radius: 0;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.community-opinion .content-doing {
    margin-top: 1rem;
}
.community-opinion .content-doing .first-item img {
    height: 31.25rem;
    object-fit: cover;
}
.community-opinion .content-doing .first-item .title {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
.community-opinion .content-doing .first-item .title:hover {
    text-decoration: underline;
}
.community-opinion .content-doing .item {
    margin-bottom: 2rem;
}
.community-opinion .content-doing .item img {
    height: 10rem;
    object-fit: cover;
}
.community-opinion .content-doing .item .title {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
.community-opinion .content-doing .item .title:hover {
    text-decoration: underline;
}
.community-opinion .header-result {
    height: 2.5rem;
    background-color: #1075bd;
    padding: 0.375rem;
}
.community-opinion .header-result .title {
    padding-top: 0.2rem;
}
.community-opinion .header-result .title a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding-left: 1rem;
}
.community-opinion .header-result .title a:hover {
    color: #fff;
}
.community-opinion .content-result {
    margin-top: 1rem;
}
.community-opinion .content-result .item {
    margin-bottom: 1rem;
    padding-right: 0.5rem;
}
.community-opinion .content-result .item img {
    height: 6.25rem;
    object-fit: cover;
}
.community-opinion .content-result .item a {
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    color: #555;
}
.community-opinion .list-footer {
    border-top: 1px solid #b6b3b3;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.community-opinion .list-footer .text-result {
    color: #c22e3c;
    font-weight: 600;
}
.community-opinion .list-footer .pagination {
    border-radius: unset;
}
.community-opinion .list-footer .pagination .page-item .page-link {
    border: 0;
    border-radius: 50%;
    color: #444;
    padding: 6px 12px;
}
.community-opinion .list-footer .pagination .page-item.active .page-link {
    background-color: #23d782;
    margin: 0 2px;
    color: #fff;
}
.community-opinion .list-footer .pagination .page-item.disabled {
    cursor: not-allowed;
}
.react-datepicker-wrapper {
    width: 100%;
}
.news .list-hot-news {
    margin-top: 20px;
    margin-bottom: 30px;
}
.news .list-hot-news .new-item {
    margin-bottom: 10px;
}
.news .hot-new .detail-news-image img {
    margin-top: 0;
    max-width: 100%;
}
.new-content div img,
.new-desc div img,
figure {
    max-width: 100% !important;
}
.news .list-hot-news .new-item:after {
    content: "";
    display: block;
    clear: both;
}
.news .list-hot-news .new-item:last-child {
    margin-bottom: 0;
}
.news .list-hot-news .new-item .new-image {
    width: 120px;
    height: auto;
    overflow: hidden;
    float: left;
}
.news .list-hot-news .new-item .new-image img {
    max-width: 100%;
}
.news .list-hot-news .new-item .new-info {
    margin-left: 130px;
    text-align: justify;
}
.news .list-hot-news .new-item .new-info .new-title {
    font-size: 16px;
    line-height: 19px;
    color: #333;
    display: block;
    margin-bottom: 6px;
}
.news .list-hot-news .new-item .new-info .new-date {
    font-size: 16px;
    line-height: 19px;
    color: #a4a4a4;
    margin-bottom: 28px;
}
.news .list-hot-news .new-item .new-info .view-detail {
    color: #3342b9;
    font-size: 16px;
    line-height: 19px;
}
.news .list-hot-news .new-item .new-info .view-detail svg {
    vertical-align: unset;
    margin-left: 5px;
}
.news .list-hot-news .new-item .new-info .view-detail:hover {
    text-decoration: none;
}
@media (max-width: 575px) {
    .news .list-hot-news .new-item .new-image {
        width: 150px;
        height: 100px;
    }
    .news .list-hot-news .new-item .new-info {
        margin-left: 160px;
    }
    .news .list-hot-news .new-item .new-info .new-date {
        margin-bottom: 20px;
    }
}
.detail-title {
    margin-bottom: 10px;
}
.detail-title .news-title {
    font-size: 25px;
    line-height: 50px;
    font-weight: 600;
    color: #222;
}
.new-date {
    font-size: 16px;
    line-height: 19px;
    color: #a4a4a4;
    margin-bottom: 10px;
}
.new-desc {
    margin: 32px 0;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
}
.new-content > p > span,
.new-desc {
    line-height: 30px;
    color: #333;
    font-family:
        "Noto Serif",
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        "Helvetica Neue",
        "Arial",
        "Apple Color Emoji",
        "Segoe UI Emoji",
        "Segoe UI Symbol",
        serif;
}
.new-content > p > span {
    font-size: 18px !important;
}
.news .hot-new .new-date {
    margin-top: 10px;
}
.news .other-news .new-item .new-info .view-detail {
    color: #0a314d;
}
.planning-announcement .header-doing {
    height: 2.5rem;
    /* background: linear-gradient(90deg, #1883db, #1883db); */
    background: linear-gradient(90deg, #0a314d, #0a314d);
    padding:8px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.planning-announcement .header-doing .title {
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}
.planning-announcement .header-doing .input-search {
    width: 14.5rem;
    padding-left: 10px;
    padding-right: 30px;
    height: 1.8rem;
    border: 1px solid #fff;
    border-radius: 2px;
    position: relative;
    font-size: 0.9em;
    outline: none;
}
.planning-announcement .header-doing .icon-search {
    position: absolute;
    right: 1.4rem;
    top: 0.7rem;
    font-size: 1.1rem;
    color: #888;
    cursor: pointer;
}
.planning-announcement .header-doing .btn {
    font-size: 0.9rem;
}
.planning-announcement .header-doing .dropdown-menu {
    border: unset;
    border-radius: 0;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
.planning-announcement .content-doing {
    margin-top: 1rem;
}
.planning-announcement .content-doing .first-item img {
    height: 31.25rem;
    object-fit: cover;
}
.planning-announcement .content-doing .first-item .title {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
.planning-announcement .content-doing .first-item .title:hover {
    text-decoration: underline;
}
.planning-announcement .content-doing .item {
    border-top: 1px solid #dee2e6;
}
.planning-announcement .content-doing .item img {
    height: 10rem;
    object-fit: cover;
}
.planning-announcement .content-doing .item .title {
    text-decoration: none;
    color: #000;
    font-size: 20px;
}
.planning-announcement .content-doing .item .title:hover {
    text-decoration: underline;
}
.planning-announcement .header-result {
    height: 2.5rem;
    background: linear-gradient(90deg, #1883db, #1883db);
    padding: 0.375rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.planning-announcement .header-result .title {
    padding-top: 0.2rem;
}
.planning-announcement .header-result .title a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding-left: 1rem;
}
.planning-announcement .header-result .title a:hover {
    color: #fff;
}
.planning-announcement .content-result {
    margin-top: 1rem;
}
.planning-announcement .content-result ul li a {
    text-decoration: none;
}
.planning-announcement .content-result .item {
    margin-bottom: 1rem;
}
.planning-announcement .content-result .item img {
    max-height: 31.25rem;
    object-fit: cover;
}
.planning-announcement .menu-item-link ul li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
.planning-announcement .menu-item-link ul li a {
    display: block;
    color: #3a3a3a;
    background: #eee;
    font-size: 16px;
    line-height: 32px;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #eee;
}
.planning-announcement .menu-item-link ul li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #d92026;
}
.planning-announcement .menu-item-link ul li a span {
    font-size: 24px;
    width: 43px;
    float: left;
    height: 38px;
    background: #d92026;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-right: 22px;
    color: #fff;
    top: -3px;
}
.planning-announcement .menu-item-link ul li a span:after {
    content: "";
    border: 19px solid transparent;
    border-left: 12px solid #d92026;
    position: absolute;
    right: -31px;
    top: 0;
}
.planning-announcement .menu-item-link ul li:first-child a:hover {
    border-bottom-color: #038ff4;
}
.planning-announcement .menu-item-link ul li:first-child a span {
    background: #038ff4;
}
.planning-announcement .menu-item-link ul li:first-child a span:after {
    border-left-color: #038ff4;
}
.planning-announcement .menu-item-link ul li:nth-child(2) a:hover {
    border-bottom-color: red;
}
.planning-announcement .menu-item-link ul li:nth-child(2) a span {
    background: red;
}
.planning-announcement .menu-item-link ul li:nth-child(2) a span:after {
    border-left-color: red;
}
.planning-announcement .menu-item-link ul li:nth-child(3) a:hover {
    border-bottom-color: #40c161;
}
.planning-announcement .menu-item-link ul li:nth-child(3) a span {
    background: #40c161;
}
.planning-announcement .menu-item-link ul li:nth-child(3) a span:after {
    border-left-color: #40c161;
}
.planning-announcement .menu-item-link ul li:nth-child(4) a:hover {
    border-bottom-color: #4085d3;
}
.planning-announcement .menu-item-link ul li:nth-child(4) a span {
    background: #4085d3;
}
.planning-announcement .menu-item-link ul li:nth-child(4) a span:after {
    border-left-color: #4085d3;
}
.planning-announcement .menu-item-link ul li:nth-child(5) a:hover {
    border-bottom-color: #424242;
}
.planning-announcement .menu-item-link ul li:nth-child(5) a span {
    background: #424242;
}
.planning-announcement .menu-item-link ul li:nth-child(5) a span:after {
    border-left-color: #424242;
}
.planning-announcement .menu-item-link ul li:nth-child(6) a:hover {
    border-bottom-color: #927e66;
}
.planning-announcement .menu-item-link ul li:nth-child(6) a span {
    background: #927e66;
}
.planning-announcement .menu-item-link ul li:nth-child(6) a span:after {
    border-left-color: #927e66;
}
.planning-announcement .menu-item-link ul li:nth-child(7) a:hover {
    border-bottom-color: #ff0;
}
.planning-announcement .menu-item-link ul li:nth-child(7) a span {
    background: #ff0;
}
.planning-announcement .menu-item-link ul li:nth-child(7) a span:after {
    border-left-color: #ff0;
}
.planning-announcement .menu-item-link ul li:nth-child(8) a:hover {
    border-bottom-color: #c0601a;
}
.planning-announcement .menu-item-link ul li:nth-child(8) a span {
    background: #c0601a;
}
.planning-announcement .menu-item-link ul li:nth-child(8) a span:after {
    border-left-color: #c0601a;
}
.planning-announcement .menu-item-link ul li:last-child {
    margin-bottom: 0;
}
.planning-announcement .collapse .content-result {
    max-height: 250px;
    overflow-y: scroll;
}
.planning-announcement .collapse .content-result::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
.planning-announcement .collapse .content-result::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}
.planning-announcement .collapse .content-result::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}
.planning-announcement .list-footer {
    border-top: 1px solid #b6b3b3;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.planning-announcement .list-footer .text-result {
    color: #c22e3c;
    font-weight: 600;
}
.planning-announcement-detail .content-html img {
    width: 100%;
}
.planning-announcement-detail .content-html table td {
    border: 1px solid #e1e1e1;
}
.planning-announcement-detail .header-result {
    height: 2.5rem;
    background: linear-gradient(90deg, #1883db, #1883db);
    padding: 0.375rem;
}
.planning-announcement-detail .header-result .title {
    padding-top: 0.2rem;
}
.planning-announcement-detail .header-result .title a {
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding-left: 1rem;
}
.planning-announcement-detail .header-result .title a:hover {
    color: #fff;
}
.planning-announcement-detail .content-result {
    margin-top: 1rem;
}
.planning-announcement-detail .content-result ul li a {
    text-decoration: none;
}
.planning-announcement-detail .content-result .item {
    margin-bottom: 1rem;
}
.planning-announcement-detail .content-result .item img {
    max-height: 31.25rem;
    object-fit: cover;
}
.planning-announcement-detail .menu-item-link ul li {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 3px;
}
.planning-announcement-detail .menu-item-link ul li a {
    display: block;
    color: #3a3a3a;
    background: #eee;
    font-size: 16px;
    line-height: 32px;
    border-bottom: 3px solid #eee;
    border-top: 3px solid #eee;
}
.planning-announcement-detail .menu-item-link ul li a:hover {
    text-decoration: none;
    border-bottom: 3px solid #d92026;
}
.planning-announcement-detail .menu-item-link ul li a span {
    font-size: 24px;
    width: 43px;
    float: left;
    height: 38px;
    background: #d92026;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin-right: 22px;
    color: #fff;
    top: -3px;
}
.planning-announcement-detail .menu-item-link ul li a span:after {
    content: "";
    border: 19px solid transparent;
    border-left: 12px solid #d92026;
    position: absolute;
    right: -31px;
    top: 0;
}
.planning-announcement-detail .menu-item-link ul li:first-child a:hover {
    border-bottom-color: #038ff4;
}
.planning-announcement-detail .menu-item-link ul li:first-child a span {
    background: #038ff4;
}
.planning-announcement-detail .menu-item-link ul li:first-child a span:after {
    border-left-color: #038ff4;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(2) a:hover {
    border-bottom-color: red;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(2) a span {
    background: red;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(2) a span:after {
    border-left-color: red;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(3) a:hover {
    border-bottom-color: #40c161;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(3) a span {
    background: #40c161;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(3) a span:after {
    border-left-color: #40c161;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(4) a:hover {
    border-bottom-color: #4085d3;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(4) a span {
    background: #4085d3;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(4) a span:after {
    border-left-color: #4085d3;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(5) a:hover {
    border-bottom-color: #424242;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(5) a span {
    background: #424242;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(5) a span:after {
    border-left-color: #424242;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(6) a:hover {
    border-bottom-color: #927e66;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(6) a span {
    background: #927e66;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(6) a span:after {
    border-left-color: #927e66;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(7) a:hover {
    border-bottom-color: #ff0;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(7) a span {
    background: #ff0;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(7) a span:after {
    border-left-color: #ff0;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(8) a:hover {
    border-bottom-color: #c0601a;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(8) a span {
    background: #c0601a;
}
.planning-announcement-detail .menu-item-link ul li:nth-child(8) a span:after {
    border-left-color: #c0601a;
}
.planning-announcement-detail .menu-item-link ul li:last-child {
    margin-bottom: 0;
}
.planning-announcement-detail .collapse .content-result {
    max-height: 250px;
    overflow-y: scroll;
}
.planning-announcement-detail .collapse .content-result::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}
.planning-announcement-detail .collapse .content-result::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
}
.planning-announcement-detail .collapse .content-result::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #999;
}
.general-planning-map-view-container .left-custom-navbar {
    transition-duration: 0.5s;
    top: 0;
}
.general-planning-map-view-container .left-custom-navbar .custom-button-left-menu {
    top: 10px;
    left: 330px;
    background-color: #00786e;
    padding: 6px 12px;
}
.general-planning-map-view-container .left-custom-navbar .custom-button-left-menu img {
    width: 18px;
}
.general-planning-map-view-container .left-custom-navbar .custom-sub-map-tools-panel {
    z-index: 50;
}
.general-planning-map-view-container .custom-position-filter-infomation-popup {
    top: 20px;
    right: 120px;
}
.general-planning-map-view-container .map-tools-container {
    width: 80px;
    top: 13px;
    right: 22px;
    z-index: 1;
}
.select-base-map-container .select-base-map {
    width: 250px;
    right: 0;
    top: 5px;
}
.select-base-map-container .select-base-map label {
    font-size: 0.9rem;
}
.select-base-map-container .select-base-map .opacity-range-control {
    margin-top: 5px;
}
.tools-box-right-container {
    top: 10px;
    right: 10px;
    z-index: 50;
    display: flex;
    background-color: #fff;
    border-radius: 4px;
    height: 40px;
    align-items: center;
}
.tools-box-right-container .select-search {
    width: 17rem;
    border: none;
}
.tools-box-right-container .select-search .css-yk16xz-control {
    border: none;
}
.tools-box-right-container button {
    border: 0;
    background-color: #fff;
}
.tools-box-right-container button:focus {
    outline: none;
    box-shadow: none;
    border-radius: 0;
}
.tools-box-right-container .search-location img {
    width: 16px;
}
.tools-box-right-container .dropdown-info {
    min-width: 350px;
    right: 0;
}
.tools-box-right-container .close-current-layer-view {
    z-index: 10;
    right: 8px;
    top: 5px;
}
.tools-box-right-container .dropdown-base-map {
    right: 0;
}
.tools-box-right-container .dropdown-base-map .dropdown-item {
    cursor: pointer;
}
.tools-box-right-container .dropdown-search {
    right: 45px;
    top: -2px;
}
.tools-box-right-container .dropdown-search img {
    width: 32px;
    height: 32px;
}
.tools-box-right-container .dropdown-search img:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 0.3s ease;
}
.tools-box-right-container .dropdown-search input {
    width: 300px;
    border: 0;
}
.tools-box-right-container .dropdown-search input::-webkit-input-placeholder {
    font-size: 14px;
}
.tools-box-right-container .dropdown-search input:-ms-input-placeholder {
    font-size: 14px;
}
.tools-box-right-container .dropdown-search input::placeholder {
    font-size: 14px;
}
.left-menu-custom-container {
    width: 320px;
    max-width: 320px;
    background-color: #fff;
    overflow-y: auto;
    padding-bottom: 50px;
}
.left-menu-custom-container .search-groups .container {
    margin-top: 10px;
}
.left-menu-custom-container .search-groups .container .search-by-my-position {
    padding: 6px 14px;
    border-radius: 4px;
}
.left-menu-custom-container .disabled {
    pointer-events: none;
    cursor: none;
}
.left-menu-custom-container .title-container {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    background-color: #cc0902;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 1px;
}
.left-menu-custom-container .render-group-planning .title-container {
    background-color: #666;
}
.left-menu-custom-container .render-group-planning .title-container:hover {
    background-color: #cc0902;
}
.left-menu-custom-container .render-group-planning label {
    display: block;
}
.left-menu-custom-container .render-group-planning label:last-child {
    margin-bottom: 0;
}
.map-tool-panel-container {
    flex-wrap: wrap;
    width: 95px;
    justify-content: space-around;
    background-color: hsla(0, 0%, 100%, 0.473);
    top: 40px;
    right: -10px;
    z-index: 50;
}
.map-tool-panel-container div {
    width: 40px;
    text-align: center;
}
.map-tool-panel-container div .active {
    background-color: #bf0707 !important;
}
.map-tool-panel-container div .tool-button {
    background-color: #666;
    border: 0;
    width: 30px;
    margin: 5px;
    padding-bottom: 4px;
}
.map-tool-panel-container div .tool-button img {
    width: 18px;
    height: 18px;
}
.map {
    width: 100%;
    height: 400px;
}
.ol-tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: #fff;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
    font-size: 12px;
}
.ol-tooltip-measure {
    opacity: 1;
    font-weight: 700;
}
.ol-tooltip-static {
    background-color: #fc3;
    color: #000;
    border: 1px solid #fff;
}
.ol-tooltip-measure:before,
.ol-tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.ol-tooltip-static:before {
    border-top-color: #fc3;
}
.user-info-title {
    color: #ed2973;
    font-weight: 500;
}
.avatar-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-position: 50%;
    background-size: cover;
}
.avatar {
    background: #fff;
    text-align: center;
    align-items: center;
    padding-top: 60px;
}
.avatar .avatar-img {
    width: 100%;
    height: 100%;
    max-width: 120px;
    max-height: 120px;
    margin: auto;
    background-repeat: no-repeat;
    position: relative;
}
.avatar .avatar-img .camera-icon {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAfCAYAAAAfrhY5AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAL6SURBVHgBtVcxb9pQED4ThmRI4mRLJpoxS4mSMVKJBCvqAjOZGEsn2MrIVvgFbRlhiWBkCJFgQ4orARuIBdjAG0zQ+55s14CNbQKfZHj2O+577953x1kil5hOpyGfz/d5uVyG+DbIV8A0rfClSpL0slgs3i4uLhQ3PiUnA5Cy0x88DJF7KLzQ/NnZ2R/ahZxJA0z6yyPpOgYcqSeOxMBq0kfWxAkmfv8gMYANvLO/FLkhZ8OstmOZ9gOZ/f2E3/UJaY04BUM6EFgHCbMOJBNxQAv1vnZsBZU1cKdrwAg7E78emBiQtSMlgxwCo9W8PSRCSF8M/Pjg1Xxz+8ter0fNZpNms9nGXDQapaurK0cfWt2oS7yKoHbWjmBbyufzYnx9fb0xN5/PKZPJ0PHxsaMv5L+fFfiFB+QGtVrNIGDRWC6s0WhQOBx29IVS7Wfir06GcNjpdKjf79P9/f0GMYBnj4+PYoE4Gtg9PDzY+sR/BM58q8Lb7TZVq1VxlpFIRBDoGI1GIhI3NzfiHnPQAhZZLpfp8vLSmLNAEOTBbeTj8Vh8p1L/KyRCXCwWBbm+62QyKb4hOiCdTosIbCEP+GgHVCoVmkwmFIvFKB6Pi92WSiXyCj/tgG63K0Ksn+lwOBTp5xXY+YA8AqmkhxzA0ViJ0AEKdo6uI+DlVxAeRJjL5cQ9NKCftQeofi4wdTfpZgZCfnJyQq1WS0QBxLe3t15coMq9+Lnn+ssDWyM9nEgfs3KRx7isAJUD61XQDPR6glVVVfyjhayMoORCoSBCuyVtDCDvkQmIDNLTptQqsizfCXKtSXy1cwhiVDmzyOwAMhQX6MKuxutNhRHvbbvfMwa8609iEfoTFt0z1kCHBTqZJ/3GIEdrwxPf6YDgo82a2+iV8soTv2FABwD8np+fF1aeWRlqXSy6jX30dCoLLGX19uL0xgIRBmh3oIA9272xuHlXS2g9XpDco350dJQ9PT1922bkSG5aRFBruVCK5bXFDPhSUKrZRnEi1fEPN3xHgZ/Ye0MAAAAASUVORK5CYII=);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
}
.tab-info {
    background: #fff;
    text-align: center;
    padding: 20px;
}
.input-info,
.react-tel-input .form-control {
    border-radius: 5px !important;
}
.btn-submit {
    border-radius: 15px !important;
    background: linear-gradient(44.02deg, #ed2973 5.97%, #fe7249 94%);
}
.change-password h4 {
    margin-left: 0;
}
.change-password .icon-input-password {
    position: absolute;
    top: 10px;
    right: 25px;
    cursor: pointer;
}
.change-password .form-control {
    padding-left: 10px !important;
}
body {
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
}
a {
    color: inherit;
    text-decoration: inherit;
}
a:hover {
    text-decoration: none;
}
.error {
    font-size: 0.8rem;
    margin-top: 0.3125rem;
    color: red;
}
.required:before {
    content: "*";
    color: red;
    margin-left: 0.125rem;
}
.cursor-pointer {
    cursor: pointer;
}
[data-tooltip] {
    position: relative;
    z-index: 2;
    cursor: pointer;
}
[data-tooltip]:after,
[data-tooltip]:before {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}
[data-tooltip]:before {
    position: absolute;
    bottom: -150%;
    left: 50%;
    margin-bottom: 5px;
    margin-left: -80px;
    padding: 7px;
    width: 160px;
    border-radius: 3px;
    background-color: #000;
    background-color: rgba(51, 51, 51, 0.9);
    color: #fff;
    content: attr(data-tooltip);
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
}
[data-tooltip]:after {
    position: absolute;
    bottom: -31%;
    left: 50%;
    margin-left: -5px;
    width: 0;
    border-bottom: 5px solid rgba(51, 51, 51, 0.9);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: " ";
    font-size: 0;
    line-height: 0;
}
[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
:focus,
button:focus {
    outline: none;
}
.container {
    width: 90%;
    max-width: 1080px;
}
@media (max-width: 767px) {
    .container {
        max-width: 100% !important;
    }
}
.opacity-4 {
    opacity: 0.4;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 9999;
    display: flex;
    align-items: center;
}
#loading.loading-app {
    background-color: #000;
    opacity: 0.6;
    transition: background-color 0.4s cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}
#loading > .canvas {
    margin: auto;
}
#loading .spinner {
    -webkit-animation: spinner 1s linear infinite;
    animation: spinner 1s linear infinite;
    border: 5px solid transparent;
    border-top-color: #1883db;
    border-radius: 100%;
    width: 3.125rem;
    height: 3.125rem;
    margin: 0 auto;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.ol-zoom.ol-unselectable.ol-control {
    display: none;
}
.flex-row {
    display: flex;
}
.flex-row > [class*="col-"] {
    display: flex;
    flex-direction: column;
}
.flex-row.row:after,
.flex-row.row:before {
    display: flex;
}
.flag-dropdown:focus-within {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border-radius: 4px;
}
.flag-dropdown:focus-within :focus {
    outline: 0;
}
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #eee;
}
::-webkit-scrollbar-thumb {
    background-color: #ccc;
}
::-webkit-scrollbar-thumb:hover {
    background: #6d6e70;
}
.paper {
    box-shadow: 0 0 20px rgba(0, 69, 99, 0.07);
    border-radius: 20px;
    background-color: #fff;
}
.notification-custom-icon {
    flex-basis: 20%;
    position: relative;
    padding: 8px 8px 8px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 28px;
}
.notification-custom-content {
    flex-basis: 80%;
    padding: 12px 12px 12px 8px;
    display: inline-block;
}
.notification-custom-success {
    width: 100%;
    display: flex;
    background-color: #28a745;
}
.notification-custom-success .notification-custom-icon {
    border-left: 8px solid #19692c;
}
.notification-custom-default {
    width: 100%;
    display: flex;
    background-color: #007bff;
}
.notification-custom-default .notification-custom-icon {
    border-left: 8px solid #0056b3;
}
.notification-custom-error {
    width: 100%;
    display: flex;
    background-color: #dc3545;
}
.notification-custom-error .notification-custom-icon {
    border-left: 8px solid #a71d2a;
}
.notification-custom-info {
    width: 100%;
    display: flex;
    background-color: #17a2b8;
}
.notification-custom-info .notification-custom-icon {
    border-left: 8px solid #0f6674;
}
.notification-custom-warning {
    width: 100%;
    display: flex;
    background-color: #eab000;
}
.notification-custom-warning .notification-custom-icon {
    border-left: 8px solid #9e7600;
}
/*# sourceMappingURL=main.d654dc8d.chunk.css.map */
