body{
    overflow: hidden;
}

.sidenav{
    display: none;
}

.mobile-menu{
    display: none;
    cursor:pointer;
    margin-left: 20px;
}

.navbar-light{
    background-color: #FFFFFF;
}

.navbar{
    border-bottom: solid 1px #EEEEEE;
}

.breadcrumb {
    margin-bottom: 0;
}

.main-bg{
    background-color: #005341;
    border-radius: 20px;
    height: 85vh;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
    box-shadow: 0px 1px 4px 0px rgba(0, 83, 65, 0.10);
}

.dropdown-menu.show {
    right: 0px !important;
    font-size: 14px;
    width: fit-content;
}

.container-fluid {
    padding-right: 50px;
    padding-left: 50px;
}

.main-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    gap: 0.5625rem;
    border-radius: 3.125rem;
    border: 0px !important;
    background: #005341;
    border: 1px solid #005341;
    color: white;
    font-size: 14px;
}

.red-btn {
    background-color: #9A2A1B;
}

.text-red {
    color: #9A2A1B;
}

.red-btn:hover {
    background-color: #93281A;
}

.dark-btn{
    background-color: #303030;
}
.dark-btn:hover{
    background-color: #202020;
}

.breadcrumb-item a{
    color: #909090;
}

.breadcrumb-item.active{
    color: #303030;
}

.profile-card{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.profile-card h2{
    font-size: 24px;
}

.contact-card{
    padding-left: 30px;
    border-left: solid 1px #ccc;
}

.id-photo-box{
    display: inline-block;
    /* width: 100%; */
    /* height: 400px; */
    object-fit: contain;
    margin-top: 50px;
    padding:   15px;
    border: solid 1px #909090;
    border-radius: 10px;
}

.id-photo-box img{
    width: 100%;
}

.profile-box{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: solid 1px #EEEEEE;
    object-fit: cover;
    margin-right: 20px;
}

.profile-box-sm{
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: solid 1px #EEEEEE;
    object-fit: cover;
    margin-right: 20px;
}

.border-right{
   border-right: solid 1px #eeeeee;
}

.border-left{
    border-left: solid 1px #eeeeee;
 }

.profile-box img{
    width: 100%;
}

.user-box-details{
    list-style: none;
    padding-left: 0;
}

.user-box-details li{
   padding: 0;
   display: flex;
   flex-direction: row;
   font-size: 16px;
   margin-bottom: 10px;
}

.user-box-details li:last-child{
margin-bottom: 0;
}


.user-box-details li img{
    margin-right: 10px;
 }

.profilePic{
    border: none;
    background-color: transparent;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #303030;
}

.profilePic .acctDetails {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;
}

.acctDetails p{
    font-size: 16px;
    color: #303030;
}

.acctDetails span{
    font-size: 12px;
    color: #93281A;
    text-transform: capitalize;
}

.profilePic img{
    height: 40px;
    width: 40px;
    border-radius: 50px;
    border: solid 1px #303030;
}

.profilePic:hover{
    color: #93281A;
}

.right-section{
    margin-left: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.side-menu{
    background-color: #005341;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    display: inline-flex;
    flex-direction: column;
    padding: 50px 0 0 10px;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    color: #eee;
}

.body-content{
    background-color: #F9F9F9;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px;
    height: 100%;
    overflow-y: scroll;
}


.emblem-box{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul.menu, ul.inner-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

li.nav-item {
    display: flex;
    flex-direction: column;
    padding: 15px 10px;
    justify-content: flex-start;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 10px;
}

li.nav-item a{
    color: #EEEEEE;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
}

li.nav-item:hover{
    background-color: #1F5E4B;
    box-shadow: inset 0px -2px 4px rgba(0, 83, 65, 0.8);
}

.nav-item:hover a{
    color: #FFFFFF;
}
.nav-item:active a{
    color: #FFFFFF;
}
 a:focus{
    color: #EEEEEE !important;
    outline: none;
}


li.nav-item.active{
    /* box-shadow: inset 0px -2px 4px rgba(1, 78, 61, 0.8); */
    background-color: #1F5E4B;
    border: solid 1px rgba(1, 78, 61, 0.8);
}

ul.menu li a img{
    margin-right: 10px;
    width: 20px;
}

/* ********** Chart Style */

   .chart-container {
    width: 100%;
    margin: auto;
    text-align: center;
    display: inline-block;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

canvas{
    width: 300px;
    height: 300px;
}

#pieLegend, #doughnutLegend {
    display: flex;
    flex-direction: row;
    padding: 15px;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px;
    justify-content: center;
    width: 100%;
}

#pieLegend div, #doughnutLegend div{
    border: solid 1px #ddd;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}

#pieLegend div .icon, #doughnutLegend div .icon {
    border: solid 1px white;
    border-radius: 50% !important;
    padding: 0;
}

#pieLegend div .label-title, #doughnutLegend div .label-title{
    font-size: 13px;
    color: #909090;
    padding: 0;
    border: none;
    font-weight: 400;
    display: contents;
}

#pieLegend div .value, #doughnutLegend div .value{
    font-size: 14px;
    font-weight: 500;
    color: #404040;
    padding: 0;
    background-color: transparent;
    border: none;
    display: block;
    margin-top: 10px;
    width: 100%;
}

#pieLegend div:first-child, #doughnutLegend div:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 0.5px;
}

#pieLegend div:last-child, #doughnutLegend div:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

 #doughnutLegend div:nth-child(2) {
    border-right: none;
}

.btn-filter{
    border-radius: 50px;
    background-color: #EEEEEE;
    color: #303030;
    outline: none;
    box-shadow: none;
    font-size: 13px;
}

.btn-filter:focus, .btn-filter:hover{
    box-shadow: none;
}

.statistic-card .card-body{
    padding: 0px;
}

.chart-action{
    justify-content: right;
}

/* ************** */

/* manage company */

.comp-details{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.comp-details .comp-name{
    font-size: 14px;
    color: #303030 !important;
    font-weight: 400 !important;
}

.comp-details .comp-email{
    font-size: 14px;
    color: #909090;
    font-weight: 400 !important;
    text-transform: lowercase;
}

.comp-logo{
    height: 40px;
    width: 40px;
    border: solid 1px #eee;
    background-color: #f9f9f9;
    border-radius: 50px;
    object-fit: cover;
    padding: 0px
}

.comp-logo img{
    height: 100%;
}

.table-action{
    border: none;
    background-color: transparent;
}

.table-action:hover{
    pointer-events: fill;
    /* background-color: #f9f9f9; */
}

.table-responsive{
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 1px 4px 0px rgba(0, 83, 65, 0.10);
}

.table-wrapper {
    /* min-width: 1000px; */
    background: #fff;
    /* margin: 20px; */
    border-radius: 3px;
    overflow-x: scroll;
}

.table-title {
    padding-bottom: 15px;
    background: #FFFFFF;
    color: #93281A;
    padding: 0px;
    margin: 0;
    border-radius: 3px 3px 0 0;
    font-size: 18px;
    font-weight: 500;
}
.table-title h2 {
    margin: 5px 0 0;
    font-size: 18px;
    font-weight: 500;
}
.table-title .btn:hover, .table-title .btn:focus {
    color: #005341;
    background: #f2f2f2;
}
.table-title .btn i {
    float: left;
    font-size: 21px;
    margin-right: 5px;
}
.table-title .btn span {
    float: left;
    margin-top: 2px;
}

.table>thead {
   border-top: solid 1px;
}

table.table tr th, table.table tr td {
    border-color: #eee;
    padding: 10px;
    vertical-align: middle;
    white-space: nowrap;
    font-size: 14px;
}

table.table tr th{
    font-weight: 400;
    font-size: 14px;
}

table.table tr td:nth-child(2){
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

table.table tr th:last-child {
    width: 100px;
}
table.table th i {
    font-size: 12px;
    margin: 0 5px;
    cursor: pointer;
}
table.table td:last-child i {
    opacity: 0.9;
    font-size: 22px;
    margin: 0 5px;
}
table.table td a {
    font-weight: bold;
    color: #909090;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    text-decoration: none;
    justify-content: space-between;
}
table.table td a img{
margin-right: 10px;
}

table.table td i {
    font-size: 19px;
}
table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
}
.status {
    font-size: 30px;
    margin: 2px 2px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 10px;
}
.pagination {
    float: right;
    margin: 0 0 5px;
}
.pagination li a {
    border: none;
    font-size: 13px;
    min-width: 30px;
    min-height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 2px !important;
    text-align: center;
    padding: 0 6px;
}
.pagination li a:hover {
    color: #303030;
}
.pagination li.active a, .pagination li.active a.page-link {
    background: #EEEEEE;
    color: #303030;
}
.pagination li.active a:hover {
    background: #EEEEEE;
    text-decoration: none;
}
.pagination li.disabled i {
    color: #005341;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
}
.hint-text {
    float: left;
    margin-top: 10px;
    font-size: 13px;
}

.form-control{
    border-radius: 50px;
    box-shadow: none;
    border-color: #eee;
}

.form-control:focus{
    box-shadow: none;
    border-color: #999;
}

/* ******************** Profile Tabs **************** */
.nav-tabs .nav-link {
    margin-bottom: 0px;
    background: 0 0;
    border: 0px ;
    color: #303030;
    font-size: 16px;
    white-space: nowrap;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #93281A;
    background-color: #fff;
    border-color: #303030;
    border-radius: 2px;
    border-bottom: solid 2px;
}

.caption{
    color: #909090;
    margin-right: 5px;
}

.info-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding: 10px 0
}

.profile-details{
    padding: 10px;
    background: #f9f9f9;
    border: solid 1px #eee;
    margin-top: 5px;
    font-size: 16px;
}

.status {
    padding: 8px;
    font-size: 16px;
    background-color: #eee;
    border-radius: 5px;
    color: #303030;
}

.status.active{
    color: #1F5E4B;
    background-color: #d2f8ea;
}

.status.inactive{
    color: #93281A;
    background-color: #fff1ef;
}

.badge{
font-weight: 400;
font-size: 14px;
}
.badge.successful{
    background-color:#e5ffea;
    color:#005341;
}

.badge.failed{
    background-color:#fdf0ef;
    color:#93281A;
}

.badge.pending{
    background-color:#fdf0ef;
    color: #ea8f11;
}


form button, form .btn {
    padding: 12px 20px;
    cursor: pointer;
    margin-bottom: 30px;
    border-radius: 50px !important;
    font-size: 14px;
    font-weight: 400;
    box-shadow: -1px 1px 4px 0px rgba(184, 188, 202, 0.5);
}

button:hover{
    box-shadow: inset;
}

.primary-btn, .login-button {
    background-color: #005341;
    cursor: pointer;
    text-decoration: none;
    font-weight: 400;
    color: #fff;
    border: none;
    /* width: 60%; */
}

.primary-btn:hover, .login-button:hover{
    background-color: #014738;
    box-shadow: none;
}

form .cancel-button {
    background-color: #fff;
    border: 1px solid #909090;
    color: #909090;
    margin-right: 20px;
    margin-bottom: 0 !important;
    height: max-content;
}
.form-action{
    margin-top: 30px;
    border-top: solid 1px #eeeeee;
    padding-top: 30px;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
p.mute-text{
    color: #909090;
    font-size: 14px;
}

.onboardForm .third-party {
    overflow: hidden !important;
}

.overview-section{
    border: solid 1px #eee;
    border-radius: 10px;
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.bg-grey{
    background-color: #eee !important;
    color: #303030 !important;
}

.profile-pic{
    border: solid 1px #EEEEEE;
    width: 100px;
}

.uppercase{
    text-transform: uppercase;
}

