﻿header.nav-innerpage-style.menu-home4 {
    box-shadow: none;
    border-bottom: none;
    padding: 5px 0;
}
.logo img {
    height:64px;
    width:auto;
}
.dashboard__sidebar {
    background-color: #ffffff;
    flex-shrink: 0;
    height: calc(100% - 90px);
    left: 0;
    margin-top: 80px;
    overflow-y: scroll;
    padding: 10px 10px 10px 0;
    padding-bottom: 40px;
    position: fixed;
    width: 240px;
}
.dashboard__main {
    margin-top: 80px;
    padding-left: 240px;
    width: 100%;
}
.dashboard_sidebar_list .sidebar_list_item a {
    align-items: center;
    display: flex
;
    border-radius: 0 4px 4px 0;
    color: var(--headings-color);
    font-family: var(--title-font-family);
    font-weight: 500;
    padding: 5px 10px 5px 15px;
    -webkit-transition: all 0.3s ease 0s ease;
    -moz-transition: all 0.3s ease 0s ease;
    -ms-transition: all 0.3s ease 0s ease;
    -o-transition: all 0.3s ease 0s ease;
    transition: all 0.3s ease 0s ease;
}
p {
    margin: 0 0 5px 0;
    color: #000000;
    line-height: 1.85;
    font-weight: 400;
}
.dashboard__content_body {
    min-height:800px;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height:36px;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15sease-in-out, box-shadow .15sease-in-out;
}

.table-style3 .t-head th {
    border: 1px solid #e9e9e9;
    color: #000000;
    font-family: var(--title-font-family);
    font-weight: 600;
    font-size: 14px;
    padding: 5px 10px;
    vertical-align: middle;
}
.table-style3 .t-body th {
    border: 1px solid #e9e9e9;
    color: #000000;
    font-family: var(--title-font-family);
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    vertical-align: middle;
}
.table-style3 .t-body td {
    border: 1px solid #e9e9e9;
    color: #000000;
    font-family: var(--title-font-family);
    font-weight: 400;
    font-size: 12px;
    padding: 5px 10px;
    vertical-align: middle;
}
        .hovermodalPopup {
            z-index: 100;
            background-color: #FFFFFF;
            border-width: 3px;
            border-style: solid;
            border-color: black;
            margin: 10px;
            padding: 10px;
            width: 300px;
            height: auto;
            text-wrap: anywhere;
        }

            .hovermodalPopup .btnclose {
                float: right;
            }
            .ud-btn {
    border-radius: 4px;
    display: inline-block;
    font-family: var(--title-font-family);
    font-weight: 700;
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0em;
    padding: 2px 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    z-index: 0;
    -webkit-transition: all 0.4sease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4sease;
    height: 34px;
}
.vam {
    width:auto;
}
.pending-style {
    display:block;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 6px;
    /*width: 100px;*/
    text-decoration:none;
    text-align:center;
    vertical-align:middle;
}
.style6 {
    text-transform:capitalize;
}


@media (min-width: 1200px) {
    .me-xl-5 {
        margin-right: 1rem !important;
    }
}