body {
    font-family: 'Roboto', sans-serif !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], .bootstrap-select.btn-group button {
    background-color: #f3f4f6;
    height: 44px !important;
    box-shadow: none !important;
}

@media (min-width: 768px) {
    .is-dark .header_widgets .is-icon, .is-dark .header_widgets>svg, .is-dark .header_menu>ul>li>a:hover, .is-dark .header_menu>ul>li>a.active {
        color: #361A54 !important;
    }
}

@media (min-width: 1024px) {
    .is-verticle header .header_inner .left-side {
        border-right-width: 0px;
    }
}

.sidebar {
    border-right-width: 0px;
}

.search {
    background: transparent !important;
}

.sidebar_inner {
    background-color: #361A54;
}

.sidebar .sidebar_inner ul li a:hover, .sidebar .sidebar_inner ul li.active-submenu a:hover {
    color: #361A54;
}

.is-verticle header .header_inner .left-side {
    background-color: #361A54;
}

.sidebar .sidebar_inner ul:before {
    color: #fff;
}

.sidebar .sidebar_inner ul li a {
    color: #fff;
}

.bg-purple-500 {
    --tw-bg-opacity: 1;
    background-color: #361A54;
}

a.bg-purple-500:hover {
    color: #fff;
    text-decoration: none;
}

/* ul {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
} */

.wrapper1 {
    max-width: 800px;
    width: 100%;
    height: 300px;
    /* background-color: #eeeeee; */
    margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center;
}

.wrapper1 li {
    width: 15rem;
    text-align: center;
    position: relative;
    /* height: 100%; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wrapper1 li::before {
    position: absolute;
    content: "";
    /* width: 100%; */
    height: 2px;
    background-color: #9c9c9c;
    /* left: 50%; */
    transform: translateX(-50%);
    /* top: 15px; */
    width: 50%;
    left: 25%;
}

.circle {
    height: 100%;
    width: 60%;
    display: flex;
    /* background-color: #8cef46; */
    border-radius: 8px;
    position: relative;
    margin: 0 auto;
    font-size: 12px;
    /* line-height: 30px; */
    line-height: 1;
    height: 3.9rem;
    justify-content: center;
    align-items: center;
    font-family: 'Roboto', sans-serif !important;
}

/* .circle span{} */

.children {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.children.first-child.top-child {
    height: 150px;
}

.children.first-child.bottom-child {
    height: 230px;
}

.children.second-child.bottom-child {
    height: 126px;
}

.children.second-child.top-child {
    height: 30px;
}

.children.third-child.top-child {
    height: 80px;
}

.children.first-child.bottom-child .children.second-child.top-child, .children.first-child.bottom-child .children.second-child.middle-child {
    height: 30px;
}

.children.first-child.bottom-child .children.second-child.bottom-child {
    height: 120px;
}

.children::before {
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    background-color: #9c9c9c;
    top: 30px;
    bottom: 30px;
}

.wrapper1 ul li ul.second-child {
    height: 0px;
    top: 100%;
    top: 0%;
    transform: translateY(0%);
}

.wrapper1 .last-child li::before {
    width: 50px;
    left: 0;
    transform: translateX(0);
}

.red {
    background-color: #D8A7C8;
}

.green {
    background-color: #B0EE91;
}

.purple-light {
    background-color: #8D9BF4;
}

.purple {
    background-color: #361A54;
}

.yellow {
    background-color: #F8E2A9;
}

.brown {
    background-color: #8D869A;
}

ul li.fisrt-child:first-child::before {
    width: 80%;
    left: 60%;
}

ul li.fisrt-child::before {
    width: 100%;
    left: 50%;
}

ul.children.first-child li:nth-child(2) {
    width: 15rem;
}

ul.children.first-child li:nth-child(2)::before {
    width: 100%;
    left: 50%;
}

ul.children.first-child li:nth-child(3)::before {
    width: 100%;
    left: 50%;
}

ul.children.first-child li:nth-child(2) .first-child.second-first-child.top-child {
    justify-content: center;
    display: flex;
}

ul.children.first-child li:nth-child(2) .first-child.second-first-child.top-child::before {
    bottom: -6px;
    top: 75px;
}

.date-position {
    position: absolute;
    top: 106%;
    font-size: 0.65rem;
    line-height: 1.2;
}

.mark-position {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -7%;
    color: white;
    right: -5%;
    /* background-color: darkgreen; */
    /* border: green; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #eee;
    border-radius: 5px;
}

/* Display list items side by side */

ul.breadcrumb li {
    display: inline;
    /* font-size: 18px; */
}

ul.breadcrumb li.active {
    color: black;
    font-weight: 700;
    /* font-size: 18px; */
}

/* Add a slash symbol (/) before/behind each list item */

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/";
    font-weight: 400;
}

.uk-modal {
    background: rgb(0 0 0 / 45%);
}

.icon-selected {
    width: 20px;
    height: 20px;
    display: flex;
    justify-items: center;
    align-items: center;
}

.wrapper-horizontal {
    /* max-width: 800px;
    width: 100%;
    height: 300px; */
    /* background-color: #eeeeee; */
    /* margin: 0 auto;
    padding: 10px;
    display: flex;
    align-items: center; */
}

.wrapper-horizontal ul {
    width: 100%;
    position: relative;
}

.wrapper-horizontal ul li {
    width: 33.33%;
    position: relative;
}

.wrapper-horizontal ul.ul-first-child li::before {
    background-color: #9c9c9c;
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    top: 30px;
    bottom: 30px;
    width: 100%;
    height: 2px;
}

.wrapper-horizontal ul li:last-child::after {
    background-color: #9c9c9c;
    position: absolute;
    content: "";
    left: 0;
    width: 2px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    height: 8.05rem;
    left: 50%;
    z-index: -999;
}

.wrapper-horizontal ul.ul-first-child li:first-child::before {
    width: 50%;
    left: 50%;
}

.wrapper-horizontal ul:nth-child(2) li:last-child::after {
    left: 0%;
}

.wrapper-horizontal ul:nth-child(3) li:last-child::after {
    left: 100%;
    height: 0px;
}

.wrapper-horizontal ul:nth-child(3) li.third-child:last-child::after {
    left: 100%;
    height: 8.05rem;
}

.wrapper-horizontal ul:nth-child(4) li:last-child::after {
    height: 8.05rem;
    left: 100%;
}

.wrapper-horizontal ul:nth-child(4) li:last-child::after {
    left: 100%;
}

.wrapper-horizontal ul:nth-child(5) li:last-child::after {
    /* left: 100%; */
    height: 0px;
}

.wrapper-horizontal ul.third-child:nth-child(2) li:last-child::after {
    left: 50%;
}

.wrapper-horizontal ul.ul-first-child li:last-child::before {
    width: 50%;
    right: 50%;
}

.wrapper-horizontal ul.ul-first-child li::before .wrapper-horizontal ul:first-child>li {
    position: relative;
    display: inline-block;
    flex-direction: row;
}

.wrapper-horizontal ul li:last-child ul li {
    display: flex;
    width: 20rem;
    position: relative;
}

.wrapper-horizontal .circle {
    /* width: 18rem; */
}

/* .simplebar-content {
    height: 85% !important;
}

.simplebar-content .image {
    height: 85% !important;
} */

.sidebar .side_links {
    height: 85%;
}

ion-icon {
    pointer-events: none;
}