/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/
:root {
    --red-color: #d93e3e;
}

.contact-row {
    border-bottom: 1px dashed black;
    padding-bottom: 2%;
    margin-bottom: 3%;
}
.loading {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url("/images/core/loader.gif") 50% 50% no-repeat
        rgba(255, 255, 255, 0.7);
}

li.list-group-item.parent,
li.list-group-item.child {
    /* justify-content: space-between;
    display: flex; */
    cursor: pointer;
}
.hoverTable tr:hover {
    cursor: pointer;
    background-color: rgba(0, 189, 157, 0.1);
}

.red {
    color: var(--red-color);
}
input.required,
select.required {
    border: 2px solid red;
    background-color: #ffe6e6;
}
span.select2-selection.select2-selection--single.required {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.chart-menu.navbar-nav .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.625rem 1.5rem;
    color: var(--vz-vertical-menu-item-color);
    font-size: 0.9375rem;
    font-family: "Open Sans", sans-serif;
}

#category-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.parent-category:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.parent-category {
    margin-bottom: 10px;
    padding-bottom: 10px;
    list-style: none;
    padding-top: 10px;
}

.child-categories {
    margin-left: 10px;
    padding-left: 10px;
}

.subcategories {
    padding-left: 15px;
}

.category-header > a,
.category-header > div > a {
    font-weight: bold;
    color: black;
}

.hide {
    display: none;
}
.border-right-1 {
    border-right: 1px solid;
}
.pdfFileBtn {
    border: 1px solid;
    padding: 10px 37px;
}
.bold {
    font-weight: bold;
}
.select2-container .select2-selection--single {
    padding: 0.5rem 0.9rem !important;
    height: 38px !important;
}
.tasks-wrapper {
    max-height: 75vh;
}
.step {
    display: none;
}

.current-step {
    display: block;
}
