@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');
body {
    font-family: 'Lato', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Lato', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.bg-image{
    background-image: url('../images/construction.jpg');
    background-size: cover;
    height: 720px;
}

.navbar {
    padding: 18px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
    box-shadow: 0px 0px 10px 1px;
}
.user-img{
    width: 40px;
}
.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #00516B;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 10px;
    background: #00516B;
    border-bottom: 1px solid #D9D9D9;
}

#sidebar ul.components {
    /* padding: 20px 0; */
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #002e3c;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #002E3C;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #00516b;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.logo-txt{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase;
}

.btn-col{
    background: #E68929;
    border-radius: 4px;
    border-color: #E68929;
}
.btn-col:hover{
    background: #E68929;
    border-radius: 4px;
    border-color: #E68929;
}
.btn-primary {
    color: #fff;
    background-color: #E68929;
    border-color: #E68929;
}

.btn-primary:hover {
    color: #fff;
    background-color: #E68929;
    border-color: #E68929;
}
.title{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000000;
}
.bg-col{
    background: #EDEDED;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px 10px 0px 0px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #000000;
}
tbody{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    /* line-height: 20px; */
    letter-spacing: 0.05em;
    color: #000000;
}
.modal-header{
    background: #D9D9D9;
    border-radius: 10px 10px 0px 0px;
}
.modal-content{
    border-radius: 10px 10px 0px 0px;
}
.modal-title{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    letter-spacing: 0.05em;
    color: #000000;
}
.modal-label{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #000000;
}
.form-control{
    border: 1px solid #969696;
    border-radius: 4px;
}
.view-form{
    background: #F5F5F5;
border: 1px solid #E2E2E2;
border-radius: 2px;
}
.modal-tit{
    font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 22px;
line-height: 26px;
letter-spacing: 0.05em;
color: #00516B;
}
.btn-info {
    color: #fff;
    background-color: #00516B;
    border-color: #00516B;
}
.btn-info:hover {
    color: #fff;
    background-color: #00516B;
    border-color: #00516B;
}
.view-label{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #545454;
}
.a-tag{
    text-decoration: underline;
    color: #006DAA;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgb(230 137 41);
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #00516b;
    border-color: #00516b;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #545454;
}
.tab-btn{
    margin-top:7px;
}
.ground-card{
    background: #FF6B00;
    border-radius: 8px;
}
.ground-card1{
    background: #006A2B;
    border-radius: 8px;
}
.ground-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.ground-text1{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.lab-txt{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #00516B;
}
.p-txt{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}
.box-col{
    background: #EDEDED;
border: 1px solid rgba(0, 0, 0, 0.1);

}
.table-a{
    font-family: 'Lato';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 17px;
text-align: center;
letter-spacing: 0.05em;
text-decoration-line: underline;
text-transform: capitalize;
color: #00516B;
}
.card-in{
    background: #FFFFFF;
    box-shadow: 0px 5px 10px #F1F2FA;
    border-radius: 8px;
    border: 0px;
}
.card-in1{
    background: #FFFFFF;
    box-shadow: 0px 5px 10px #f1f2fa;
    border-radius: 0px 0px 8px 8px;
    border: 0px;
    margin-top: -16px;
}
.sidebar-hr{
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.3);
    opacity: 0.3;
}
.img-in{
    width: 16px;
    height: 16px;
}
#chartdiv1 {
    width: 100%;
    height: 500px;
  }


.expense{
    margin-top: -45px;
}
.text-in{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    /* line-height: 19px; */
    color: rgba(28, 31, 55, 0.58);
}
.num-text{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    font-size: 25px;
    line-height: 30px;
    color: #1C1F37;
}
/* bar chart */
#chartdiv {
    width: 100%;
    height: 500px;
  }
.pie-img{
    width: 34px;
    height: 34px;
}
.pie-txt{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 29px;
    text-transform: capitalize;
    color: #1C1F37;
}
.align-donut{
    margin-left:-31px;
}
.progress-txt{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #313131;
    opacity: 0.8;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.85em;
    display: none;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
.u-name{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #000000 !important;
}
.col-graph{
    margin-top:-251px;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

/* active class */
.dropdown-toggle[aria-expanded="false"] .collapse::after {
    content: " \f0d7";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
  }
  /* Opened submenu icon */
  #sidebar-container .list-group .list-group-item[aria-expanded="true"] .submenu-icon::after {
    content: " \f0da";
    font-family: FontAwesome;
    display: inline;
    text-align: right;
    padding-left: 10px;
  }
  .common-icon {
    font-size: 20px !important;
  }
