body {
    font-family: 'Almarai', sans-serif !important;
}
.center {
    text-align: center;
}
.green {
    color:#080;
}
.table-a thead th {
    background-color: #ff6000;
    color: #FFF;
    border: 0;
}
.theme-modal .modal-dialog .quick-view-modal button.close, .theme-modal .modal-dialog .demo_modal button.close {
    width: 40px;
}
.x-padding-medium {
    padding: 30px;
}
.main-bg {
    background-color: #ff6000;
}
.b-mc {
    border-color: #ff6000;
}
.list-group-trans table {
    margin-top:15px;
}
.bg-gray {
    background-color: #fff;
}
.d-inline-block {
    display: inline-block;
}
/* Profile sidebar */
.profile-sidebar {
    padding: 20px 0 10px 0;
    background: #fff;
}

.profile-userpic img {
    float: none;
    margin: 0 auto;
    width: 50%;
    height: 50%;
    display:block;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.profile-usertitle {
    text-align: center;
    margin-top: 20px;
}

.profile-usertitle-name {
    color: #5a7391;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 7px;
}

.profile-usertitle-job {
    text-transform: uppercase;
    color: #5b9bd1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 15px;
}

.profile-userbuttons {
    text-align: center;
    margin-top: 10px;
}

.profile-userbuttons .btn {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 15px;
    margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
    margin-right: 0px;
}

.profile-usermenu {
    margin-top: 30px;
}

.profile-usermenu ul li {
    border-bottom: 1px solid #f0f4f7;
    width: 100%;
}

.profile-usermenu ul li:last-child {
    border-bottom: none;
}

.profile-usermenu ul li a {
    color: #93a3b5;
    font-size: 14px;
    font-weight: 400;
    display:block;
    text-align:right;
    width: 100%;
    padding:15px;
}

.profile-usermenu ul li a i {
    margin-right: 8px;
    font-size: 14px;
}

.profile-usermenu ul li a:hover {
    background-color: rgba(255 96 0 / 10%);
    color: #5b9bd1;
}

.profile-usermenu ul li.active {
    border-bottom: none;
}

.profile-usermenu ul li.active a {
    color: #5b9bd1;
    background-color: rgba(255 96 0 / 10%);
    border-right: 2px solid #ff6000;
}

/* Profile Content */
.profile-content {
    padding: 20px;
    background: #fff;
    min-height: 460px;
}
