/* common css */
.section-title h3{
    font-size:14px;
    margin-bottom: 0;
}
.btn-primary {
	color: #fff;
	background-color: #1761fd;
	border-color: #1761fd;
}
.btn-soft-primary {
	background-color: rgba(23,97,253,0.1);
	color: #1761fd!important;
}
.btn-primary:hover {
	background-color: #024dec;
	border-color: #0249df;
}
.btn.focus, .btn:focus {
	box-shadow: none!important;
}

#viewPassword, #viewPassword2 {
    cursor: pointer;
    color:#999;
}
.hide{
    display: none;
}

/* status */

.status{
    padding:0 5px;
    border-radius: 33px;
    color:#fff;
    font-size:11px;
}
.statusCompleted, .statusVerified, .statusPublished, .statusActive, .statusYES, .statusPublish{
    background-color:#28a745;
}
.statusIncompleted, .statusUnverified, .statusInactive, .statusExpired, .statusNO, .statusSuspended, .statusCanceled{
    background-color:#dc3545;
}
.statusNo-Needed{
    background-color:#007bff;
}
.statusPending, .statusUnpublish, .statusProcessing{
    color:#000;
    background-color:#ffc107;
}

/* modal design */
.modal-title{
    font-size:14px;
}
.modal-header {
    padding: 0.6rem 1rem;
}
.modal-header .close {
	line-height: 16px;
    padding:0;
    margin:0;
}
.modal-body {
	padding: 1rem 1.5rem;
}
.modal-body .list-group-item {
	padding: .75rem 0;
}
.modal-body .list-group-item:first-child{
    padding-top:0;
}
.modal-body .list-group-item:last-child{
    padding-bottom: 0;
}

/*file upload input */
.profile-upload input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* User profile */
.profile{
    position: relative;
}
.profile .title-links {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}
.profile-body .section-title h3 {
	margin-right: 5px;
	margin-bottom: 10px;
    text-align: center;
}
.info-list li {
	padding: 5px 0;
	display: block;
}
.info-list li .feather{
    margin-right: 4px;
}
#profileQR img{
    margin:auto;
}
.photo{
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin:auto;
}
.photo img{
    border:1px solid #ddd;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    padding:5px;
}
.profile-upload {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #1761fd;
    border-radius: 50%;
    bottom: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.personal-tab ul li {
	padding: 8px 15px;
	margin-bottom:10px;
	border: 1px solid #e3ebf6;
	border-radius: .25rem;
}
.personal-tab ul li strong, .donate-tab strong{
    color:#333;
    font-weight: 500;
}

.member-status{
    padding:10px;
}
.member-status p{
    margin-bottom:0;
}
.award li {
	width: 52px;
    float: left;
    margin:5px;
    padding: 5px;
    height: 52px;
}
.award li a {
	display: block;
}
.award li img{
    width: 100%;
}
.popover-header, .popover-body {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color:#555;
}

#social-links li{
    display: inline-block;
    padding: 3px 7px 3px 13px;
    border-radius: 33px;
    background-color: rgba(23,97,253,0.1);
    color: #1761fd!important;
    margin:3px;
}
#social-links li span{
    cursor: pointer;
    display: inline-block;
    padding-left:5px;
}


/* table and datatable */
.table td .img {
    height: 40px;
    width: 40px;
    display: flex;
    margin-right: 5px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #f5f5f5;
    flex-shrink: 0;
}
.table td .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.table thead th {
	border-bottom: 1px solid #eaf0f7;
}
.table th {
	color: #303e67;
	font-weight: 500;
}
.table.table-bordered thead {
	background-color: #f1f5fa;
}
.table-bordered th, .table-bordered td {
	border: 1px solid #eaf0f7;
    font-size:13px;
}
.dataTables_paginate ul.pagination .page-link {
	padding: .20rem .5rem;
	font-size: 13px;
	line-height: 1.8;
}
.table td, .table th {
    padding:.5rem;
    vertical-align: middle;
}
.action_btn {
	height: 24px;
	width: 24px;
	border-radius: 50%;
	display: inline-block;
	line-height: 24px;
    transition: 0.5s;
    text-align: center;
}
.action_btn:focus{
	background-color: rgba(23,97,253,0.1);
}
.media-icon span {
	height: 100%;
	display: block;
	line-height: 50px;
	text-align: center;
}

.roboto{
    font-family: 'Roboto', sans-serif!important;
    font-size:13px;
}

/* qr generator */
#qrOutput img:last-child{
    width: 100%;
    padding: 20px;
    border: 1px solid #eee;
    margin-top: 15px;
    border-radius: 4px;
}

/* datatable */
.dt-buttons{
    display: none;
}
#MY_ACTIVITY input[type="search"]{
    width: 100px;
}
.dataTable tr{
    transition: 0.5s;
}
.dataTable tr:hover{
    background-color: #f6f6f6;
}

@media (max-width: 991px){
    .personal-tab{
        margin-top:10px!important;
    }
    .personal-tab ul li{
        margin:0 0 10px;
    }
}