:root {
    --primary-color: #1363b9;
    --sub-color-1: #108de8;
    --sub-color-2: #f6f6f8;
    --hover-color: #cde7ff;
    --active-color: #125ba9;
    --red-color: #cf2525;
    --cyan-color: #10bbb2;
    --gray-color: #7a6d6d;
}
/* style Scroll */
::-webkit-scrollbar {
    width: 5px !important;
    height: 10px !important;
}

::-webkit-scrollbar-track {
    border-left: solid 0.01px #dfdfdf;
    border-radius: 0px !important;
}

::-webkit-scrollbar-thumb {
    background: #ddd !important;
    border-radius: 10px !important;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #7a6d6d !important;
}

button:focus {
    outline: none;
}
.color-disable {
    color: #757575;
}

.bg-gray {
    background: #f6f6f8;
}
.white {
    color: #fff;
}
.red {
    color: red;
}
.bg-white {
    background: #fff;
}

.geo-footer-admin {
    background: var(--sub-color-2);
}
.geo-info-header {
    right: 0;
    position: absolute;
}
.rounded-circle {
    width: 25px;
}
.geo-info-header a span,
.dropdown-toggle {
    color: #fff !important;
}
.geo-info-header a span:hover,
.dropdown-toggle:hover {
    opacity: 0.85;
}
.smenu-2 .txt-smenu2 {
    padding: 0.625rem 0;
}
.geo-header {
    background: var(--primary-color);
    position: fixed;
    z-index: 999;
    width: 100%;
    border-bottom: none;
    height: 64px;
}
.page-content {
    margin-top: 64px;
}

.geo-logo {
    font-size: 18px;
}
.geo-logo a {
    margin-top: 2px;
    letter-spacing: 1px;
}
.geo-logo a:hover {
    color: #fff;
    cursor: default;
}
.geo-logo img {
    width: 30px;
}
.img-toggle {
    width: 20px;
}
.geo-menu-admin span {
    font-size: 14px;
    font-family: roboto;
    font-weight: 400;
    color: #525252;
    margin-top: 4px;
}
.geo-menu-admin i {
    font-size: 24px;
    color: var(--gray-color);
    width: 25px;
}
.geo-menu-admin a:hover {
    background: var(--hover-color);
}
.geo-menu-admin a.active {
    background: var(--hover-color) !important;
}
.nav-sidebar .nav-item:not(.nav-item-header):first-child {
    padding-top: 1.5px;
}
a.nav-link span {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
}
.geo-menu-admin a.active i,
.geo-menu-admin a.active span {
    color: var(--active-color);
}
.nav-sidebar .nav-link {
    padding: 2.125rem 1.5rem;
}
.smenu-item {
    padding: 1rem 0;
}
.smenu-item i {
    font-size: 17px;
    padding-right: 4px;
    color: var(--gray-color);
}
a.smenu-item {
    display: inline-block;
    color: inherit;
    transition: opacity ease-in-out 0.15s;
    font-size: 15px;
    padding: 15px 1.5rem;
    font-weight: 500;
}
a.smenu-item:hover {
    color: var(--primary-color);
    background: rgb(238, 238, 238);
    height: 100%;
}
a.smenu-item:hover i {
    color: var(--primary-color);
}
a.smenu-item.active {
    color: var(--primary-color);
    border-bottom: solid 3px var(--primary-color);
    background: none;
}
a.smenu-item.active i {
    color: var(--primary-color);
}

.smenu-line:last-child {
    margin-bottom: 1.25rem;
}
.smenu-line {
    background: var(--sub-color-2);
    position: relative;
    padding-left: 4rem;
    height: 56px;
}
.content-wrapper {
    background: #fff;
}
.geo-menu-admin li.nav-item {
    border-bottom: solid 1px #fff;
}
.btn-geo {
    padding: 8px 20px;
    color: #fff;
    border: none;
    font-weight: 500;
}
.btn-new {
    background: var(--sub-color-1);
}

.btn-create .fa-map-marked-alt {
    font-size: 1rem;
}
.btn-create {
    background: var(--primary-color);
}
.btn-new {
    background: var(--sub-color-1);
}
.btn-new:hover {
    background: var(--primary-color);
}
.btn-create:hover {
    background: var(--active-color);
}
.btn-new:hover {
    background: var(--primary-color);
}
/* .btn-create {
    float: right;
} */
.btn-cancel {
    background: var(--red-color);
}
.btn-cancel:hover {
    background: #be2727;
}
.btn-back {
    background: var(--cyan-color);
}
.btn-back:hover {
    background: #09a8a0;
}
.btn-delete {
    border: 0;
    background: none;
    font-size: 14px;
    font-weight: 500;
}
.btn-delete:hover {
    color: #f64e60;
}
.btn-delete i {
    font-size: 18px;
    color: #f64e60;
}
.smenu-2 {
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
    padding-left: 0;
}

.box-timkiem input {
    border: none;
    border-bottom: solid 1px #ccc;
    padding-left: 30px;
}
.box-timkiem i {
    position: absolute;
    z-index: 9;
    padding: 5px;
    font-size: 16px;
    color: gray;
    top: 5px;
}
.btn-grid i,
.btn-list i {
    font-size: 24px;
    color: var(--sub-color-1);
}
.btn-grid i:hover,
.btn-list i:hover {
    color: var(--primary-color);
    cursor: pointer;
}

.rounded-img {
    width: 105px;
    height: 70px;
    border: solid 0.5px rgb(238, 238, 238);
}
.table-dataset .rounded-img {
    width: 72px;
    height: 70px;
    border: solid 0.5px rgb(238, 238, 238);
}
.rounded-img img:hover {
    color: red;
    opacity: 0.5;
}
.hd-name {
    padding-left: 130px !important;
}
.txt-name {
    font-size: 16px;
    padding: 20px 0;
    font-weight: 500;
    cursor: pointer;
}
.txt-name i {
    font-size: 1.5rem;
    padding: 1.5rem;
}
.text-muted a.txt-name {
    color: #999 !important;
    cursor: no-drop;
}
.form-csdl .form-control {
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 0;
    border: none;
    color: var(--primary-color);
    text-transform: uppercase;
}
.form-csdl .form-control option {
    font-size: 1.05rem;
    text-transform: capitalize !important;
    color: #333;
}
.geo-nendialy .text-muted td,
.geo-nendialy .text-muted .btn-edit,
.geo-nendialy .text-muted .btn-info {
    opacity: 0.55;
    cursor: no-drop;
}
.geo-nendialy .list-icons i {
    color: #333;
    cursor: pointer;
}
.geo-nendialy .text-muted td:last-child {
    opacity: 1;
    cursor: pointer;
}
.txt-name:hover {
    color: var(--sub-color-1) !important;
}
.txt-name:hover img {
    transform: scale(1.05);
    transition: transform 0.25s;
}
.text-muted .txt-name:hover img {
    transform: scale(1) !important;
}
a.list-icons-item {
    padding: 5px 20px;
}
.geo-card a.list-icons-item {
    padding: 0 0 10px 20px;
}
a.list-icons-item:hover {
    color: var(--active-color);
}
a.list-icons-item i {
    font-size: 20px;
}
.icon-checkall {
    color: rgb(88, 88, 88);
    font-size: 25px;
    padding: 10px;
}
.icon-nocheck {
    padding: 10px;
    color: #a5a5a5;
    font-size: 25px;
}

.icon-check {
    padding: 10px;
    color: red;
    font-size: 25px;
}
.icon-check-grid,
.icon-nocheck-grid {
    position: absolute;
    z-index: 1;
}
.icon-check-grid i {
    padding: 10px;
    color: red;
    font-size: 30px;
}
.icon-nocheck-grid i {
    color: rgb(247, 245, 245);
    font-size: 29px;
    padding: 10px;
}
.icon-nocheck:hover,
.icon-check:hover,
.icon-checkall:hover,
.icon-check-grid :hover,
.icon-nocheck-grid :hover {
    cursor: pointer;
    color: var(--sub-color-1);
}

i.fal.fa-arrow-down {
    padding: 0 10px;
}
i.fal.fa-arrow-down:hover {
    color: var(--sub-color-1) !important;
    cursor: pointer;
}
.table thead th {
    background: var(--hover-color);
    border-bottom: none !important;
    font-size: 14px;
}

.table td,
.table th {
    border-top: none !important;
}
th.text-center {
    padding: 10px 0;
}
tr {
    border-bottom: solid 0.5px rgb(224, 224, 224);
    cursor: text;
}
tbody tr:hover {
    background: rgb(250, 250, 250);
}

.next-page p {
    text-align: right;
    margin: 40px 0;
    padding: 10px 0 0;
}
.next-page button.mr-2 {
    width: 31px;
    height: 31px;
}
.next-page button {
    height: 31px;
    border: solid 1px rgb(177, 177, 177);
}
.next-page button:hover,
.next-page button.active {
    background: var(--hover-color);
    border: solid 1px var(--active-color);
    color: var(--active-color);
}
.next-page button {
    margin-bottom: 10px;
}
.geo-card {
    background: #fff;
    border: none;
    border-radius: 0;
    cursor: text;
    box-shadow: none;
}
.geo-card:hover {
    background: #f6f6f8;
    transition: 0.75s;
}
.geo-card .txt-name {
    font-size: 1.1rem;
}
.geo-card .card-body {
    padding: 0.75rem 1rem;
}
img.card-image {
    width: 100%;
    border: solid 0.5px rgb(238, 238, 238);
}

.card-image:hover {
    opacity: 0.75;
}

.geo-link {
    font-size: 1.05rem;
}
.smenu-link {
    padding: 8px 0;
}

.smenu-dataset a {
    padding: 12px 30px !important;
    color: #646464;
    font-size: 1.05rem;
    margin-right: 2px;
    font-weight: 500;
}
.smenu-dataset a:hover {
    background: var(--hover-color);
}
.smenu-dataset a.active {
    background: var(--hover-color);
}
.geo-form label {
    font-weight: 500;
    font-size: 1rem;
}
.geo-form .form-control {
    font-size: 1rem;
}
.form-title {
    font-weight: bold;
    font-size: 1.325rem !important;
}
.new-step,
.layer-step {
    font-size: 1rem;
    background: var(--sub-color-2);
}

.new-step i {
    font-size: 2.5rem;
    color: var(--active-color);
}
.new-step.active i {
    color: var(--active-color);
}

.new-step.text-muted i {
    color: #999 !important;
}
.new-step.active {
    background: var(--hover-color);
}
.icon-step {
    width: 40px;
}

.layer-step {
    color: #333;
}
.layer-step i {
    font-size: 1.325rem;
}
.layer-step.active {
    color: #fff;
    background: var(--sub-color-1);
}
.layer-step.active i {
    color: #fff;
}
.sidebar-mobile-toggler {
    background: var(--primary-color) !important;
    color: #fff !important;
    padding: 0px 0px;
    font-size: 15px;
}
li {
    list-style: none;
}
.txt-user {
    float: right;
}
#id-mobile .navbar-brand {
    display: flex;
}
#id-mobile img {
    height: 30px;
    margin-right: 4px;
}
#id-mobile a {
    font-size: 18px;
}
.geo-file:hover .card {
    background: var(--hover-color);
    border: solid 1px var(--active-color);
}
.geo-file.active .card {
    background: var(--hover-color);
    border: solid 1px var(--active-color);
}
.geo-file {
    margin-bottom: 1.25rem;
}
.geo-file .card {
    border-radius: 0;
}

.geo-file img {
    height: 60px;
    margin-right: auto;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    margin-left: auto;
}
.geo-file p {
    font-weight: 500;
    font-size: 1.05rem;
}
.geo-typefile .col-xl-12 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Chọn file" !important;
    background: var(--primary-color);
    color: #fff;
}
/* .table-viewdata thead th{
background: #fff!important;
} */
.geo-tabledata i.fa-table {
    color: var(--active-color);
    font-size: 1.325rem;
}
.geo-tabledata .btn-geo {
    padding: 5px 15px;
}
.txt-csdl {
    color: var(--primary-color);
    font-weight: 500;
}
.txt-csdl i {
    font-size: 1.5rem;
}
.tab-csdl .nav {
    display: unset !important;
}
a.layer-step {
    padding: 1rem !important;
}

/* style-public */
#mobile-sidebar a.navbar-nav-link span {
    font-size: 1rem;
    color: #525252;
}
.geopotal-public a.navbar-nav-link span {
    font-size: 1rem;
}
#mobile-sidebar .dropdown-user {
    background: var(--primary-color);
}
#mobile-sidebar .dropdown-user span {
    color: #fff !important;
}
#mobile-sidebar .nav-item:first-child {
    font-weight: 300;
}
#mobile-sidebar .nav-item {
    padding-left: 1rem !important;
    font-weight: 500;
}
#mobile-sidebar .dropdown-toggle::after {
    margin-right: 10px;
    font-size: 1rem;
}
.menu a.active {
    border-top: solid 3px #fff;
}
.geo-banner {
    height: 220px;
    background-image: url(../media/images/banner.png);
}
.geo-categories p {
    font-size: 1rem;
}
.geo-categories span {
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.geo-categories span:hover {
    cursor: pointer;
    color: var(--sub-color-1);
}

.geo-categories img,
.geo-categories svg {
    height: 70px;
    margin-right: auto;
    margin-bottom: 1rem;
    margin-top: 1rem;
    margin-left: auto;
}

.geo-categories .card {
    border: none;
    box-shadow: none;
}

.geo-categories:hover .card {
    background: var(--sub-color-2);
    cursor: default;
}
.geo-categories:hover path {
    fill: #125ba9;
}
.geo-categories:hover svg,
.geo-categories:hover img {
    transform: scale(1.1);
    transition: transform 0.5s;
}
.geo-categories:hover .card p {
    color: var(--active-color);
}

.geo-categories {
    margin-bottom: 1.25rem;
}
.geo-categories .card {
    border-radius: 0;
}

.geo-categories p {
    font-weight: 500;
    font-size: 1.05rem;
}
.geo-title {
    border-top: solid 1px #ccc;
    padding: 2.5rem 0 !important;
}
.geo-thongke .card {
    background: var(--sub-color-2);
    border: none;
    border-radius: 0;
}
.geo-thongke h1 {
    font-weight: bold;
    font-size: 3rem;
    color: var(--primary-color);
    padding-top: 2.5rem;
    margin-bottom: 0.5rem;
}
.geo-thongke h3 {
    font-weight: 400;
    font-size: 1.25rem;
    padding-bottom: 2.5rem;
}
.card {
    box-shadow: none;
}
.geo-chart .bieudo {
    height: 450px;
    background: rgb(238, 238, 238);
}
.geo-footer {
    background: var(--primary-color);
}
.geo-footer .geo-address {
    font-size: 1rem;
    font-weight: 300;
}
.geo-footer .geo-address i {
    font-size: 1.3rem;
}

.geo-search input {
    font-size: 1.05rem;
    border: 0;
    border-radius: 0;
    padding: 1.4rem;
    border-radius: 0 !important;
    border: 0 !important;
}
.geo-search input {
    font-size: 1.05rem;
    border: 0;
    border-radius: 0;
    padding: 1.4rem;
    border-radius: 0 !important;
    border: 0 !important;
}
.geo-search button i {
    font-size: 1.25rem;
    color: #696969;
}
.geo-title2 input {
    background: #efefef;
    color: #333;
}
.txt-filter {
    padding: 0 15px;
    background: #2196f3;
    border-radius: 20px;
    color: #fff;
    /* line-height: 30px; */
    margin-bottom: 0.5rem;
}
.txt-filter i {
    padding: 0.325rem 0 0.5rem 0.75rem;
    font-size: 0.95rem;
}
.txt-filter i:hover {
    cursor: pointer;
    color: var(--active-color);
}
.media-body {
    border: solid 1px #ccc;
}
.media-title {
    background: #f6f6f8;
    padding: 0.325rem;
    text-transform: uppercase;
}
.maps-name {
    font-size: 1.15rem;
    padding: 1rem 0 0.5rem 0;
    margin: 0;
}
.maps-name a {
    color: #333;
    font-weight: 500;
}
.media-title a {
    color: #333;
}
.maps-name a:hover {
    color: var(--primary-color);
}
.geo-link2 {
    padding-right: 1.5rem;
    color: var(--sub-color-1);
}
a.geo-link2:hover i,
a.geo-link2:hover,
.media-title a:hover {
    color: var(--primary-color);
}

.geo-link2 i {
    color: rgb(114, 114, 114);
    font-size: 1.1rem;
    margin-right: 0.4rem;
}
.geo-folder .nav-sidebar .nav-link {
    padding: 1rem;
    padding-left: 1.5rem;
}
.maps-des {
    font-size: 1rem;
    line-height: 27px;
    font-weight: 300;
}
.maps-control {
    border-top: solid 1px #ccc;
    font-size: 1rem;
}
.media {
    border: solid 1px #ccc;
}
.maps-body {
    margin-bottom: 0;
}
.maps-img {
    max-width: 100%;
    min-height: 200px;
}
.maps-list {
    border: solid 1px #ccc;
}
.geo-title2 {
    border-bottom: solid 1px #ccc;
    padding: 3rem 0 1.5rem 0 !important;
    margin-bottom: 2rem;
}
.geo-order a {
    color: #333 !important;
}
.geo-order .navbar-nav-link {
    font-size: 0.85rem;
}
.geo-order .navbar-nav-link i {
    font-size: 1.25rem;
    color: var(--primary-color);
}
.geo-folder .card-header {
    background: var(--sub-color-2) !important;
    border: solid 1px #e0e0e0 !important;
    border-radius: 0;
}
.geo-folder .card-body {
    border: solid 0.5px #d8d8d8;
    border-top: none;
}
.geo-folder .nav-item a.active {
    color: var(--primary-color);
    border: none;
}

.geo-folder .nav-sidebar .nav-item:not(.nav-item-header):last-child {
    padding-bottom: 0;
}
.geo-folder .nav-item a:hover {
    background: var(--sub-color-2) !important;
    color: var(--primary-color);
}
.geo-folder .card-header.rotate-180,
.geo-folder .card-header.active,
.geo-folder .card-header:hover {
    border: solid 2px var(--sub-color-1);
    border-bottom: 0;
    background: var(--sub-color-1) !important;
    color: #fff;
}

.rotate-180 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.rotate-180 span {
    -webkit-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
}
.geo-folder .card-body {
    max-height: 320px;
    overflow: auto;
}
.geo-folder .nav-item a {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(70, 70, 70);
}
.geo-folder .nav-item i {
    font-size: 1.05rem;
}
.geo-folder .card-header:not([class*="bg-"]):not([class*="alpha-"]) {
    padding-top: 1.05rem;
    padding-bottom: 1.05rem;
}
.card-title {
    font-size: 1.1rem;
}
.card-title.active {
    color: #fff;
    background: var(--sub-color-1);
}
.rotate-180 .list-text {
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
}

.modal-body {
    padding: 1rem 1.25rem 1.25rem 1.25rem;
}
.modal-dialog {
    max-width: 80%;
    margin: 4% auto;
}
.modal {
    font-size: 1rem;
}
@media (min-width: 1000px) {
    .form-upload {
        width: 70%;
        margin-left: 15%;
    }
}
@media (min-width: 1025px) {
    .geo-typefile {
        padding-left: 1.2rem;
    }
}

@media (min-width: 768px) {
    .sidebar.sidebar-light.sidebar-main.sidebar-expand-md {
        position: fixed;
        left: 0;
        top: 64px;
    }
    .sidebar-xs .sidebar-main {
        width: 6rem;
    }
    .geopotal-admin .content-wrapper {
        margin-left: 6rem;
    }
    .content {
        padding: 0 6%;
    }
    .geo-content {
        padding: 0 10%;
    }
    .geo-banner .geo-content {
        padding: 0 23% !important;
    }
    .geo-banner h1 {
        font-size: 2.35rem;
        font-weight: 500;
        text-shadow: #414141 1px 1px 4px;
        letter-spacing: 2px;
    }
    .maps-body {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (max-width: 768px) {
    label.col-lg-3.col-form-label.text-right {
        text-align: left !important;
    }
    .col-lg-5.text-right {
        padding-top: 10px;
    }
    .geo-order .dropdown-toggle {
        float: right;
    }
}
@media (max-width: 767px) {
    .smenu-line {
        padding-left: 1rem;
    }
    a.smenu-item {
        padding: 15px 1rem;
    }
    .geo-footer h3 {
        text-align: center !important;
    }
    a.smenu-item {
        padding: 15px 0.5rem;
    }
    .geo-banner .geo-content {
        margin-top: 2.5rem !important;
    }
}
.geo-categories p {
    padding: 0 10px;
    color: #505050;
}