.admin_body{
    background-color: #0056b3;
}
.mainpanel{
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    width: 800px;
    text-align: center;
    background-color: #ffffff;
    border: #ffffff solid 5px;
    box-shadow: 2px 2px 2px 2px #ffffff;
    border-radius: 10px;
}
.tbl-main{
    padding: 20px;
    margin: 10px 10px auto;
}
.tbl-txt{
    margin: 20px auto;
}
.tbl-image{
    margin: 20px auto;
}
.mainpanel_list{
    margin-top: 150px;
    margin-bottom: 150px;
    margin-right: auto;
    margin-left: auto;
    width: 1000px;
    text-align: center;
    background-color: #ffffff;
    border: #ffffff solid 5px;
    box-shadow: 2px 2px 2px 2px #ffffff;
    border-radius: 10px;
}
.btn-style{
    float: left;
    margin-right: 5px;
}
.btn-style button{
    font-size: 13px;
}
.btn-style a{
    font-size: 13px;
}
.show_btn{
    padding: 5px;
}
.buttons{
    margin-bottom: 15px;
}
.dashboard-logo{
    margin-top: 10px;
}
.vuln-add-profile{
    direction: ltr;
    text-align: left;
}
.accept-alert{
    background-color: #127435 !important;
    opacity: 70%;
     font-size: 12px !important;
     padding: 1px !important;
     width: fit-content;
     margin-left: auto;
     margin-right: auto;
 }
.star{
    color: red;
}
.message-page{
    margin-left: auto;
    margin-right: auto;
}
.div-login {
    -moz-box-shadow: 0 0 7px #000;
    -webkit-box-shadow: 0 0 7px #000;
    box-shadow: 0 0 7px #000;
    border-radius: 10px;
    padding: 5px;
    font-family: "Yekan", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    background-color: #005484;
}
.box-panel{
    position: relative;
    width: 700px;
    margin-top: 80px;
    margin-bottom: 150px;
    border: 1px solid #cccaca;
    background-color: #e9ecef8f;
    border-radius: 5px;
    padding: 15px;
}
.dashboard-panel-title{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    color: #f8f9fa;
    background-color: #495057;
    border-radius: 0 0 5px 5px;
}
.member-img{
    margin-top: -25px;
    float: left;
    width:80px;
    height:90px;
    border: 1px solid yellow;
}
.profile-box-panel{
    position: relative;
    width: 1000px;
    margin-top: 80px;
    margin-bottom: 50px;
    border: 1px solid #cccaca;
    background-color: #e9ecef8f;
    border-radius: 5px;
    padding: 15px;
}
.profile-box-panel-2{
    position: relative;
    width: 920px;
    margin-bottom: 150px;
    border: 1px solid #cccaca;
    background-color: #e9ecef8f;
    border-radius: 5px;
    padding: 15px;
}
.success-btn-profile{
    padding: 5px;
    font-size: inherit;
}
.alert-profile-search{
    padding: 5px;
    background-color: #83bec7d4!important;
}
.alert-about{
    margin: 10px;
    padding: 5px;
    background-color: rgba(29, 160, 58, 0.83) !important;
}
.print-icon{
    position: absolute;
    top: 7px;
    left: 50px;
    font-size: 20px;
    padding: 5px;
}
.back-icon{
    position: absolute;
    top: 7px;
    left: 5px;
    font-size: 20px;
    padding: 5px;
}
.print-icon-normal{
    font-family: Yekan;
    font-size: 15px;
    position: absolute;
    top: 108px;
    left: 20px;
}

.top-copyright{
    font-size: 16px;
    position: absolute;
    top: 12px;
    left: 20px;
}
#bg {
    background-image: url(../../dist/img/panel-bg.jpg);
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.pro-user-img{
    margin:0 auto;
    width:100px;
    height: 110px;
    border:2px solid rgba(109, 109, 109, 0.75);
    border-radius: 5%;
}
.select-box{
    height: 33px !important;
    font-size: 13px !important;
}
.box-profile {
    height: 368px;
    min-height: 368px !important;
    max-height: 368px !important;
}
.navbar-edit-button {
    padding: 5px;
    margin: 0 0 0 10px;
    font-size: 14px;
}
.navbar-edit-button i {
    padding: 0 0 0 5px
}
.navbar-logout-button {
    padding: 5px;
    margin: 0 0 0 10px;
    font-size: 14px;
}
.gym-name-dashboard{
    margin: 18px 5px 18px 5px;
    font-size: 16px;
}
.oral i{
    margin: 5px;
}
.ic-badge{
    margin-left: 0 !important;
    margin-right: 0 !important;
    float: left;
}
.ic-badge span{
    width: 150px;
    padding: 5px;
    cursor: default !important;
}
.ic-span-income{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
}
.ic-span-cost{
    color: #fff;
    background-color: #e01f30;
    border-color: #bf002f;
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
}
.admin-list-img{
    border-radius: 50%;
    width:50px !important;
    height:60px !important;
}
.member-image{
    width: 80px;
    height: 90px;
}