/* .dash-menu{ width:auto; margin:0px auto;}
.dash-menu a li{ padding:6px 10px; box-sizing:border-box; background:#5070e7; margin-bottom:15px;}
.dash-menu a li{font-size: 16px; color:#fff; text-transform: capitalize; font-weight:400;}
.dash-menu a li img{margin: 0px 10px 2px 0px;background:#001832;padding: 10px;border-radius: 20px;}
.dash-menu li a:hover {text-decoration: none;color: #fff;}
.dash-menu li.current-menu-item a {color: #fff;}
.dash-menu li:last-child {}

.dash-left{width:auto; margin:0px auto; background:#001832; padding:60px 20px; box-sizing:border-box;}
.dash-right{width:auto; margin:0px auto; padding:30px 20px; box-sizing:border-box;}
.dash-right h1{font-size: 30px; color:#212528; font-weight:400; padding-bottom: 20px;text-transform:capitalize; font-family: 'Lato', sans-serif; border-bottom:2px solid #eae9f9;}
.hi {margin-left:5px !important;} */
.dash-menu{ width:auto; margin:0px auto;}
.dash-menu a li{ padding:6px 10px; box-sizing:border-box; background:#5070e7; margin-bottom:15px;}
.dash-menu a li{font-size: 16px; color:#fff; text-transform: capitalize; font-weight:400;}
.dash-menu a li img{margin: 0px 10px 2px 0px;background:#001832;padding: 10px;border-radius: 20px;}
.dash-menu li a:hover {text-decoration: none;color: #fff;}
.dash-menu li.current-menu-item a {color: #fff;}
.dash-menu li:last-child {}

.dash-left{width:auto; margin:0px auto; background:#001832; padding:60px 20px; box-sizing:border-box;}
.dash-right{width:auto; margin:0px auto; padding:30px 20px; box-sizing:border-box;}
.dash-right h1{font-size: 30px; color:#212528; font-weight:400; padding-bottom: 20px;text-transform:capitalize; font-family: 'Lato', sans-serif; }
.hi {margin-left:5px !important;}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: 0 0 30px 0 rgb(115 77 191 / 20%);
    border-radius: 7px;
    border: 0;
    margin-bottom: 1.5rem;
    width: 100%;
}
.card-header {
    background: none;
    padding: 0.5rem 1.5rem;
    display: -ms-flexbox;
    display: flex;
    min-height: 3.5rem;
    -ms-flex-align: center;
    align-items: center;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
    border-left: 2px solid #043062;
    border-bottom: 1px solid rgba(107,122,144,0.1);
}
.card-title {
    font-size: 1.185rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: 'Poppins', sans-serif,bold;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
    padding: 1.5rem 1.5rem;
    position: relative;
}
.userprofile {
    width: 100%;
    float: left;
    clear: both;
}
.userprofile .userpic {
    height: 100px;
    width: 100px;
    clear: both;
    margin: 0 auto;
    display: block;
    border-radius: 100%;
    box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 15%);
    -moz-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 3px 10px 0 rgb(0 0 0 / 15%);
    -ms-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.15);
    position: relative;
}
.userprofile .userpic .userpicimg {
    height: auto;
    width: 100%;
    border-radius: 100%;
}
.userprofile .username {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    color: #535254;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-title {
    margin-bottom: 0.55rem;
    margin-top: 0.55rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(3px - 1px) calc(3px - 1px);
}
.card-footer {
    border-top: 1px solid rgba(107,122,144,0.1);
    color: #2e384d;
}
.card-footer, .card-bottom {
    padding: 1rem 1.5rem;
    background: none;
}
.customform .form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 0.9375rem;
    line-height: 1.6;
    color: #6b6f80;
    background: #f4f3f9;
    background-clip: padding-box;
    border: 1px solid rgba(107, 122, 144, 0.4);
}