.tim-typo {
    padding-left: 25%;
    margin-bottom: 40px;
    position: relative;
    width: 100%;
}

.tim-typo .tim-note {
    bottom: 5px;
    color: #c0c1c2;
    display: block;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    left: 0;
    margin-left: 20px;
    position: absolute;
    width: 260px;
}

.sorting,
.sorting_desc,
.sorting_asc {
    background-image: inherit !important;
}

.ct-label.ct-horizontal.ct-end {
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    text-align: left;
    text-anchor: start;
}

.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.card .ct-label {
    font-size: 1rem !important;
}


/* offline-doc */

.offline-doc .navbar.navbar-transparent {
    padding-top: 25px;
    border-bottom: none;
}

.offline-doc .navbar.navbar-transparent .navbar-minimize {
    display: none;
}

.offline-doc .navbar.navbar-transparent .navbar-brand,
.offline-doc .navbar.navbar-transparent .collapse .navbar-nav .nav-link {
    color: #FFFFFF !important;
}

.offline-doc .footer {
    z-index: 3 !important;
}

.offline-doc .page-header .container {
    z-index: 3;
}

.offline-doc .page-header:after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

#map {
    z-index: 2;
    height: 300px;
    margin-top: 0px;
}

.bg-rose {
    background: linear-gradient(60deg, #ec407a, #d81b60);
}

.btn-primary {
    color: #fff;
    background-color: #de2567 !important;
    border-color: #de2567 !important;
}

.sidebar::after,
.sidebar::before {
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sidebar::before {
    /*  opacity: .77;*/
    /* background: #943bea ;*/
}

.ct-perfect-fourth {
    display: block;
    position: relative;
    width: 100%;
}

.card .ct-chart {
    margin: 30px 0 30px;
    height: 245px;
}

.ct-area {
    stroke: none;
    fill-opacity: 0.8;
}

.profile {
    position: relative;
    width: 60px;
    margin: 0 1em;
    height: 60px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #246df5;
    transition: 0.2s;
}

.profile:hover .contents {
    visibility: visible;
    opacity: 1;
    transform: translateX(-15%) translateY(0px);
}

.contents {
    position: absolute;
    bottom: 75px;
    padding: 20px;
    min-width: 400px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: 0.5s;
}

.contents .headers {
    display: flex;
    align-items: center;
}

.contents .headers img {
    grid-column: 1/2;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.contents .headers .infos {
    margin-left: 1em;
}

.contents .headers .infos .name {
    font-size: 1.25em;
    color: #333;
    letter-spacing: 1px;
    font-size: 600;
}

.contents .headers .infos .title {
    font-size: 0.9em;
    color: #969696;
    font-weight: 500;
}

.contents .bodys {
    padding: 1em;
}

.contents .bodys p {
    font-size: 0.95em;
    color: #272727;
}

.profile:hover .contents {
    visibility: visible;
    opacity: 1;
    transform: translateX(-15%) translateY(0px);
}

.contents.post1div {
    right: 50%;
}

.contents.post2div {
    right: 44%;
}

.contents.post3div {
    right: 40%;
}

.contents.post5div {
    bottom: 75px !important;
    right: 260px;
}

.headers i {
    font-size: 60px;
    color: purple;
}

.sidebar-nav a,
.sidebar-nav a i {
    color: #fff !important;
}

.sidebar-nav li.active a {
    color: purple !important;
}

.sidebar-nav li.active .nav .active a {
    color: purple !important;
}

.sidebar-nav li.active .nav a {
    color: #fff !important;
}

.sidebar-nav li.active a i {
    color: purple !important;
}

.side-logo {
    width: 50%;
}

.login-logo {
    width: 50%;
    padding: 10px;
}

map {
    display: none;
}

.btn-rose {
    background-color: #de2567;
    border-color: #df2869;
    color: #fff !important;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-ui-hover-effect {
    width: 35px !important;
    height: 40px !important;
}

.gm-style-iw {
    background: #9026ab !important;
    color: #fff !important;
}

.gm-style .gm-style-iw-t::after {
    background: #9026ab !important;
    color: #9026ab !important;
}

.f-w-700 {
    font-weight: 700 !important
}