html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Nunito', sans-serif;
}

a,
a:hover {
    text-decoration: none !important;
    cursor: pointer;
}

a:focus {
    outline: none;
}

.btn.focus,
.btn:focus,
button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #ced4da;
}

.form-control:focus {
    background-color: #fff;
    border-bottom: 1px solid #ced4da;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.pointer{
	cursor:pointer;
}



/*-------------------------------------------------*/

.bg-gray {
    background-color: #f5f5f5;
}

.bg-light,
a.bg-light,
a.bg-light:hover {
    background-color: rgba(255, 255, 255, 0.85) !important;
}

.bg-light-green {
    background-color: rgba(116, 168, 0, 0.7);
}

.bg-light-blue {
    background-color: rgb(33 87 154 / 0.60);
}

.bg-lemon {
    background-color: #afff00;
}

.bg-orange {
    background-color: #FF8C44 !important;
}

.bg-green {
    background-color: #74A800 !important;
}

.bg-blue {
    background-color: #3BBDFF;
}

.bg-transparent {
    background-color: transparent;
}

.text-gray *,
.text-gray {
    color: #616161 !important;
}

.text-green,
.text-green * {
    color: #74A800 !important;
}

.text-danger,
.text-danger * {
    color: #fa8d4a  !important;
}



.text-white * {
    color: #fff;
}

.text-white-dark {
    color: #dedede;
}

.text-orange,
.text-orange * {
    color: #FF8C44 !important;
}

.text-lemon * {
    color: #afff00;
}

.text-blue *,
.text-blue {
    color: #3BBDFF !important;
}

.fw-600 {
    font-weight: 600;
}
.active-dot {
    color: #78de45 !important;
	font-size: 11px;
}

/*---------------------------------------------------*/

.progress {
    background-color: #bfbfbf;
}

.progress.completed {
    background-color: #FFF;
}

.btn {
    padding: 8px 20px;
    border: 3px solid;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out;
}

.btn-sm {
    border-radius: 40px;
    border: 0;
    padding: .30rem 1rem;
    cursor: pointer;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-success {
    background-color: #74A800 !important;
    border-color: #fff !important;
}

.btn-primary {
    background-color: #3BBDFF;
    border-color: #fff !important;
}

.btn-orange {
    background-color: #FF8C44;
    border-color: #fff !important;
    color: #fff !important;
}

.btn-success:hover {
    background-color: #6e9712;
}

.btn-primary:hover {
    background-color: #11aaf7;
}

.btn-orange:hover {
    background-color: #ef6d1c;
}


/*------------------------------------------------------------*/

.banner {
    background-image: url('../../common/background.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    overflow: hidden;
}

h2.title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin: 30px 0;
}

.sub-title {
    color: #fff;
    font-size: 18px;
}

.box {
    padding: 25px;
    border-radius: 0;
}

.box .box-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 10px;
    letter-spacing: 1px;
    line-height: 32px;
    text-transform: uppercase;
}

.box .icon {
    font-size: 25px;
    color: #fff;
}

.full-height {
    height: 100vh;
}

.full-height-header {
    height: calc(100vh - 96px);
}

.profile-image-upload {
    position: relative;
}

.profile-image-upload img.avtar {
    margin: 0 auto 10px;
    cursor: pointer;
    width: 80px;
	border-radius: 100%;
}

.profile-image-upload .icon {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    cursor: pointer;
}

.profile-image-upload .icon i {
    font-size: 22px;
    color: #FFF;
}

.profile-image-upload input[type="file"] {
    display: none;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    background-color: #74A800;
    border-radius: 100%;
}

.carousel-indicators li.active {
    background-color: #FF8C44 !important;
}

.carousel-indicators {
    cursor: pointer;
    margin-bottom: 0;
}

.carousel-control-next,
.carousel-control-prev {
    top: 50%;
    bottom: auto;
    width: 30px;
    height: 30px;
    opacity: 1;
    color: #616161 !important;
}

.table td {
    vertical-align: middle;
    padding: 0.60rem;
}

.scrollbar {
    overflow-y: scroll;
    scrollbar-color: #666 #999;
    scrollbar-width: thin;
    overflow-x: hidden;
}


/* width */

::-webkit-scrollbar {
    width: 8px;
}


/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #999;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #666666;
}

.form-check-label {
    cursor: pointer;
}


/* .form-check-input {
    position: relative;
} */

.form-check-input::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f5f5;
    position: absolute;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3) inset;
    border-radius: 100%;
}

.form-check-input:checked::after {
    content: "";
    width: 9px;
    height: 9px;
    background-color: #FF8C44;
    position: absolute;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.nav-tabs {
    justify-content: center;
    border-bottom: 0px;
    background-color: #fff;
}

.nav-tabs .nav-link {
    border: 1px solid #fff;
    padding: 7px 5px;
    font-size: 18px;
    color: #616161;
    background-color: #fff;
    border-radius: 0px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #FF8C44;
}

.nav-tabs .nav-item {
    margin-bottom: 0;
    flex-basis: 25%;
    text-align: center;
}

#myaccount .nav-tabs .nav-item {
    flex-basis: 50%;
}

#myaccount #personal .form-group label {
    margin-bottom: 0.3rem;
}

#myaccount #personal .form-group {
    margin-bottom: 0.5rem;
}

.disabled {
    background-color: #edeaea !important;
    cursor: auto !important;
}


/* header-btn */

.header-btn .header-bg-shape {
    margin-top: -55px;
}

.header-btn .header-bg-shape .post-content span,
.header-bg-shape button i {
    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    line-height: 25px;
}

.header-btn .header-bg-shape img {
    padding: 5px;
    padding-top: 0;
    box-shadow: none;
    width: 100% !important;
}

.header-bg-shape button {
    display: inline-block;
    position: relative;
    width: 48%;
    border-radius: 4px;
    text-align: center;
    border: 0;
    cursor: pointer;
    padding: 10px 5px !important;
}

.header-btn.nav-fixed {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgb(116, 168, 0);
    z-index: 99;
    border-radius: 10px 10px 0 0;
    transition: all 0.7s ease-in-out;
}

.header-btn.nav-fixed .header-bg-shape {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.header-btn.nav-fixed .header-bg-shape img {
    padding: 2px;
}


/* */


/* mo-data-placeholder */

.no-data-placeholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
}

.no-data-placeholder .text-truncate {
    display: inline-block;
    width: 300px;
}


/*  */

.subtitle {
    font-size: 20px;
    text-transform: uppercase;
}

.bg-shape {
    background-color: #3BBDFF;
    clip-path: ellipse(65% 80% at 50% 0%);
    height: 130px;
}

.bg-shape-green {
    background-color: rgb(116, 168, 0);
    clip-path: ellipse(65% 80% at 50% 0%);
    height: 130px;
}

.bg-shape-none {
    height: 80px;
}

.header-bg-shape {
    z-index: 9;
    position: relative;
    margin-top: -80px;
}

.header-bg-shape img {
    width: 110px !important;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    border-radius: 100%;
}


/*  */


/*----------------------------------------------------------*/

.form-search .form-group {
    position: relative;
}

.form-search .form-group input {
    padding-left: 40px;
}

.form-search {
    display: inline-block;
    width: 100%;
}

.form-search .search-icon {
    background-color: transparent;
    border: 0;
    padding: 0;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    border-radius: 0 4px 4px 0;
    color: #616161;
}


/*---------------------------------------------------------------*/

.user-avtar {
    border: 3px solid #3BBDFF;
    border-radius: 100%;
    max-width: 60px;
    width: 100%;
}


/*============ HOME ===================================*/

#home-page .content-wraper {
    position: fixed;
    bottom: 40px;
    text-align: center;
}

#home-page .modal-dialog {
    height: calc(100vh - 60px);
}

#home-page .modal-content {
    border-radius: 10px;
}

#home-page .modal-content .close {
    position: absolute;
    right: 10px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: 1;
    font-size: 34px;
    top: 2px;
    z-index: 9;
}

#home-page .modal-body {
    padding: 40px 20px;
}

#home-page .modal-body .modal-title {
    font-weight: 600;
    font-size: 30px;
    color: #74A800;
}

#home-page .carousel-indicators {
    bottom: -20px;
    cursor: pointer;
    margin-bottom: 0;
}

#home-page .modal-body img.layer1 {
    max-width: 100px;
    display: block;
    margin: 20px auto;
    width: 100%;
}

#home-page .modal-body img.layer2 {
    max-width: 215px;
    width: 100%;
}

#home-page .btn-link a,
#home-page .btn-link span {
    color: #A5E617;
}

#home-page .app-download .app-logo {
    max-width: 200px;
    width: 100%;
}

#home-page .app-download a:nth-child(1) {
    display: inline-block;
    margin-right: 10px;
}


/*============ SIDEBAR ============*/

#sidebar {
    position: relative;
    z-index: 999;
}

#sidebar .toggle {
    position: absolute;
    top: 20px;
    left: 30px;
    z-index: 9999;
    font-size: 30px;
    color: #fff !important;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    line-height: normal;
    cursor: pointer;
}

#sidebar .toggle.show {
    color: #fff;
    left: 260px;
}

#sidebar .toggle .fa-times {
    display: none;
}

#sidebar .toggle.show .fa-bars {
    display: none;
}

#sidebar .toggle.show .fa-times {
    display: block;
}

#sidebar .content {
    position: absolute;
    left: -250px;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 100vh;
    background-color: #fff;
    z-index: 1;
    width: 250px;
}

#sidebar .content.show {
    left: 0;
}

#sidebar .profile {
    background-color: #74A800;
    padding: 20px 30px 20px 10px;
}

#sidebar .profile .avtar {
    max-width: 40px;
    border: 2px solid #fff;
    border-radius: 100%;
}

#sidebar .nav_menu {
    padding: 0 20px;
}

#sidebar .nav_menu li a {
    color: #909090;
    padding: 10px 0;
    display: inline-block;
    font-size: 16px;
}

#sidebar .nav_menu li a i {
    margin-right: 10px;
    font-size: 20px;
    width: 30px;
    text-align: center;
}

.overlay {
    position: relative;
}

.overlay::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.8;
    z-index: 99;
}


/*============ PRIVACY ============*/

#privacy .form-check {
    display: initial;
    margin-right: 10px;
}

#privacy .tab-pane h5 {
    display: flex;
    text-align: left;
    font-size: 16px;
}

#privacy .form-check-label {
    font-size: 14px;
}


/*============ CHALLENGE ============*/

#challenge .nav-tabs .nav-item {
    flex-basis: 33%;
}

#challenge .tab-pane h5 {
    display: flex;
    font-size: 20px;
}

#challenge .carousel-indicators {
    position: unset;
    margin-top: 5px;
}

#challenge .carousel-indicators li {
    background-color: #fff;
    margin: 0 5px;
}

.bottom-section {
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 25px;
}

#challenge img.opacity {
    opacity: 0.7;
}

#challenge .challenge-btn {
    border-radius: 5px;
    border: 3px solid #fff;
    cursor: pointer;
}

#challenge .challenge-btn.active {
    border: 3px solid #FF8C44;
    position: relative;
}

#challenge .challenge-btn i {
    font-size: 25px;
    color: #616161;
}

#challenge .challenge-btn.active i {
    color: #FF8C44;
}

#challenge .check-icon {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px;
}

#challenge .active .check-icon {
    display: block;
}

#challenge .challenge-btn.active .check-icon i {
    z-index: 9;
    font-size: 16px;
    position: relative;
    color: #fff;
}

#challenge .check-icon::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #FF8C44 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

#challenge .day-completed div {
    flex-basis: 15%;
    margin-right: 5px;
}

#challenge .day-completed div small {
    font-size: 12px;
}

#challenge .day-completed span {
    height: 10px;
    width: 100%;
    border-radius: 40px;
    display: inline-block;
    background-color: #dedede;
}

#challenge h4.box-title {
    font-size: 20px !important;
}

#challenge .form-check-label {
    font-size: 14px;
}


/*============ WALKING ============*/

#walking .walking-user,
#walking .steps {
    width: 240px;
    margin: 0 auto;
    text-align: center;
}

#walking .walking_step .walking-user {
    font-size: 50px;
}

#walking .walking_step .steps {
    font-size: 28px;
}

#walking .walking_step .steps i {
    margin: 0px 2px;
}

#walking .walking_step .steps .fa-shoe-prints {
    font-size: 22px;
}

#walking .spiritual_step .steps {
    font-size: 28px;
}

#walking .spiritual_step .steps .fa-dot-circle {
    font-size: 14px;
}

#walking .activity span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #616161;
    margin-top: 10px;
}

#walking .activity {
    background-color: #FFF;
    padding: 10px;
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    border: 3px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#walking .activity.active {
    border: 3px solid #FF8C44;
}

#walking .activity .check_icon {
    display: none !important;
    margin-top: 0 !important;
}

#walking .activity.active .check_icon {
    display: block !important;
    color: #fff;
}

#walking .activity .check_icon i {
    position: absolute;
    right: 12px;
    top: 4px;
    z-index: 99;
}

#walking .activity .check_icon::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 3px;
    color: #fff;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #FF8C44 transparent transparent;
}

#walking .time span {
    cursor: pointer;
    padding: 5px 5px;
    font-size: 16px;
    background-color: #fff;
    color: #616161;
    font-weight: 600;
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#walking .time span.active {
    background-color: #FF8C44;
    color: #fff;
}


/*============ DASHBOARD ============*/

#dashboard .path {
    padding: 30px 0 50px;
    overflow-y: scroll;
    overflow-x: hidden;
}

#dashboard .path .week {
    width: 140px;
    margin: 0 auto;
}

#dashboard .path .week .day {
    position: relative;
}

#dashboard .path .home img {
    z-index: 9;
    position: relative;
}

#dashboard .path .line {
    margin: 0 auto;
    width: 6px;
    height: 60px;
    background-color: #616161;
}

#dashboard .path .round {
    margin: 0 auto;
    width: 25px;
    height: 25px;
    background-color: #616161;
    border-radius: 100%;
    color: #fff;
    z-index: 9;
    position: relative;
}

#dashboard .path .hostel {
    position: relative;
}

#dashboard .path .hostel .icon {
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    margin-top: -12px;
}

#dashboard .path .hostel .icon .number {
    position: absolute;
    left: 50%;
    top: 70%;
    color: #616161 !important;
    background-color: #fff !important;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%) translateX(-50%);
    font-weight: 700;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 100%;
}

#dashboard .path .hostel .icon-hostel {
    background-image:url('../images/icon-hostel.svg');
}

#dashboard .path .hostel .icon-church {
    background-image: url('../images/icon-church.svg');
}


/*-----------------------------------------------*/

#dashboard .week .day1 .line {
    transform: rotate(30deg);
    margin-left: 52px;
    margin-top: -8px;
}

#dashboard .week .day1 .round {
    margin-top: -10px;
    margin-left: 25px;
}

#dashboard .week .day2 .line {
    transform: rotate(-22deg);
    margin-left: 46px;
    margin-top: -7px;
}

#dashboard .week .day2 .round {
    margin-left: 46px;
    margin-top: -10px;
}

#dashboard .week .day3 .line {
    transform: rotate(12deg);
    margin-right: 85px;
    margin-top: -5px;
}

#dashboard .week .day3 .round {
    margin-left: 34px;
    margin-top: -10px;
}

#dashboard .week .day4 .line {
    transform: rotate(-44deg);
    margin-right: 66px;
    margin-top: -15px;
}

#dashboard .week .day4 .round {
    margin-top: -16px;
    margin-right: 29px;
}

#dashboard .week .day5 .line {
    transform: rotate(-13deg);
    margin-right: 29px;
    margin-top: -4px;
}

#dashboard .week .day5 .round {
    margin-right: 15px;
    margin-top: -10px;
}

#dashboard .week .hostel .line {
    transform: rotate(20deg);
    margin-right: 40px;
    margin-top: -5px;
}

#dashboard .week .hostel .icon {
    margin: -15px auto -25px auto;
}


/*-----------------------------------------------*/

#dashboard .week.completed .line,
#dashboard .week.completed .round {
    background-color: #74A800;
}

#dashboard .week.completed .icon-hostel,
#dashboard .hostel.current .icon-hostel {
    background-image: url('../images/icon-hostel-green.svg');
}

#dashboard .week.completed .icon-church,
#dashboard .hostel.current .icon-church {
    background-image: url('../images/icon-church-green.svg');
}

#dashboard .day.completed .line,
#dashboard .day.completed .round,
#dashboard .day.current .line,
#dashboard .day.current .line {
    background-color: #74A800;
}

#dashboard .day.pending .line {
    background-image: url('../images/feet-gray.png');
    background-color: transparent;
    width: 50px;
    background-size: 60%;
    background-repeat: no-repeat;
}

#dashboard .day.current+.day.pending .line {
    background-image: url('../images/feet-orange.png');
}

#dashboard .day.current+.day.pending .line.gray-feet {
    background-image: url('../images/feet-gray.png');
}

#dashboard .day2.pending .line {
    background-position: 0px 10px;
    margin-left: 34px;
}

#dashboard .day3.pending .line {
    background-position: 18px 11px;
    margin-left: 19px;
}

#dashboard .day4.pending .line {
    background-position: 0px 9px;
    margin-left: 57px;
}

#dashboard .day5.pending .line {
    background-position: 0px 9px;
    margin-left: 93px;
}

#dashboard .day6.pending .line {
    background-position: 0px 15px;
    margin-left: 89px;
}


/*-----------------------------------------------*/

#dashboard .week .current .round img {
    margin-top: -10px;
    margin-left: -7px;
    width: 40px;
	border-radius:100%;
}

#dashboard .week .current .icon img {
    margin-top: 25px;
    margin-left: 0px;
    width: 40px;
	border-radius:100%;
}
#dashboard #week7 .current .icon img {
    margin-top: 50px;
}

/*-----------------------------------------------*/

#dashboard .path .friends {
    position: absolute;
    align-items: center;
    display: flex;
    left: 70px;
    bottom: 0;
}

#dashboard .path .count {
    width: 20px;
    height: 20px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    background-color: #3BBDFF;
    border-radius: 100%;
}

#dashboard .path .day2 .friends {
    left: 90px;
}

#dashboard .path .day3 .friends {
    left: 80px;
    bottom: 8px;
}

#dashboard .path .day4 .friends {
    left: 130px;
}

#dashboard .path .day5 .friends {
    left: 145px;
}

#dashboard .path .day6 .friends {
    left: 140px;
    bottom: 40px;
}

#dashboard .path .friends img {
    width: 35px;
    border: 2px solid #3BBDFF;
    border-radius: 100%;
}

#dashboard .path .friends span:nth-child(2) {
    margin-top: -20px;
    margin-left: -10px;
    z-index: 1;
}

#dashboard .path .friends span:nth-child(3) {
    margin-bottom: -30px;
    margin-left: -20px;
}

#dashboard .path .friends .count {
    margin-top: -55px;
    margin-left: -30px;
}

#dashboard .path .friends span.help_flag {
	position:relative;
}
#dashboard .path .friends span.help_flag::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 0;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    top: -14px;
    background-image: url('../images/help-flag.png');
    width: 15px;
    height: 20px;
    margin: 0 auto;
}
/*-----------------------------------------------*/

#dashboard .path .pilgrims {
    position: absolute;
    align-items: center;
    display: flex;
    height: 40px;
    bottom: 0px;
    right: 100%;
    z-index: 9;
}

#dashboard .path .day1 .pilgrims {
    right: 135px;
}

#dashboard .path .day2 .pilgrims {
    right: 115px;
}

#dashboard .path .day3 .pilgrims {
    right: 130px;
}

#dashboard .path .day4 .pilgrims {
    right: 75px;
    bottom: -35px;
}

#dashboard .path .day5 .pilgrims {
    right: 60px;
    bottom: -25px;
}

#dashboard .path .day6 .pilgrims {
    right: 130px;
    bottom: 35px;
}

#dashboard .path .pilgrims img {
    width: 20px;
}

#dashboard .path .pilgrims span:nth-child(1) {
    margin-left: 15px;
}

#dashboard .path .pilgrims span:nth-child(2) {
    margin-top: -30px;
    margin-left: 0px;
}

#dashboard .path .pilgrims span:nth-child(3) {
    margin-top: -15px;
    margin-left: 5px;
}

#dashboard .path .pilgrims .count {
    top: -8px;
    left: 5px;
    position: absolute;
}
#dashboard .path .pilgrims span.help_flag {
	position:relative;
}
#dashboard .path .pilgrims span.help_flag::after {
    content: "";
    position: absolute;
    left: 10px;
    right: 0;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    top: -14px;
    background-image: url('../images/help-flag.png');
    width: 15px;
    height: 20px;
    margin: 0 auto;
}


/*---------------------------------------------------*/

#dashboard .notifications {
    width: 100%;
    background-color: #ff8e4c;
    position: absolute;
    z-index: 99;
    transition: all 0.5s ease-in-out;
}

#dashboard .notifications .count {
    width: 20px;
    height: 20px;
    position: absolute;
    background-color: #fff;
    border-radius: 100%;
    right: 20px;
    text-align: center;
    line-height: 20px;
    top: 10px;
    color: #ff8e4c !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#dashboard .notifications .notification {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin: 0 auto;
    position: relative;
    padding: 10px 20px;
}

#dashboard .notifications .notification .content {
    display: flex;
    flex-wrap: nowrap;
}

#dashboard .notifications .notification .content i {
    margin-top: 5px;
}

#dashboard .notifications .notification .content p {
    padding-left: 10px;
    margin-right: 25px;
    margin-bottom: 0px;
}

#dashboard .notifications .notification .action .btn {
    padding: 1px 10px;
    border: 2px solid;
    border-radius: 4px;
    font-size: 12px;
	text-transform: capitalize;
}

#dashboard .notifications .fixed .notification .content {
    cursor: pointer;
}

#dashboard .notifications .more {
    display: none;
}

#dashboard .notifications .more .notification {
    border-top: 1px solid #fff;
}

#dashboard .notifications .more .notification:last-child {
    border-bottom: none;
}


/*============ messages ===================================*/

#dashboard .messages .count {
    bottom: 82%;
    right: 20%;
    background-color: #3BBDFF;
    color: #fff !important;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 33px;
    z-index: 9;
    position: absolute;
}

#dashboard .messages {
    min-width: 250px;
    position: absolute;
    top: auto;
    left: 50px;
    /* z-index: 999; */
    bottom: 50px;
    border-radius: 40px;
    border: 3px solid #3BBDFF;
    padding: 10px 20px;
    max-width: 300px;
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    display: flex;
    align-items: center;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.75) !important;
}

#dashboard .messages img {
    max-width: 50px;
	border-radius:100%;
}

#dashboard .messages:before,
#dashboard .messages:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
}

#dashboard .messages:before {
    left: 30px;
    bottom: -36px;
    border: 18px solid;
    border-color: #3BBDFF transparent transparent #3BBDFF;
}

#dashboard .messages:after {
    left: 33px;
    bottom: -29px;
    border: 15px solid;
    border-color: rgb(241 243 241) transparent transparent rgb(240 240 240);
}


/*============ WELCOME ===================================*/

#welcome .user-step {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}

#welcome .user-step::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #fff;
    z-index: 0;
}

#welcome .user-step>span {
    width: 40px;
    height: 40px;
    background-color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 100%;
    color: #616161;
    z-index: 9;
    position: relative;
    font-size: 18px;
}

#welcome .completed::after,
#welcome .current::after {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    z-index: -1;
    border-radius: 100%;
}

#welcome .user-step .completed,
#welcome .user-step .current {
    color: #fff;
}

#welcome .user-step .completed:after {
    background-color: #3BBDFF;
}

#welcome .user-step .current:after {
    background-color: #ff7f39;
}


/*------------step 1---------------------*/

#welcome .invite_freind a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

#welcome .invite_freind p {
    margin-bottom: 0;
    margin-left: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}


/*========== step5 ==========*/

#welcome #start-challenge .activity span {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
}

#welcome #start-challenge .activity>i {
    font-size: 20px;
    color: #616161;
}


/*====== message-list(chat) =======*/

#message-list .messages {
    height: calc(100vh - 150px);
    overflow-y: scroll;
}

#message-list .message-text {
    display: inline-block;
    width: 100%;
}

#message-list .messages p {
    font-size: 14px;
}

#message-list .messages .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}

#message-list .messages span.count {
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #FF8C44;
    border-radius: 100%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 18px;
}


/*====== message-list(chat) =======*/


/*====== message-list(chat) =======*/

#message-list .user-detail li img {
    max-width: 15px;
    width: 100%;
}

#message-list .user-detail li {
    font-size: 14px;
}

.text-truncate {
    width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#message-list .chat-message img {
    max-width: 30px;
    border: 2px solid #3bbdff;
    border-radius: 100%;
}

#message-list .chat-message {
    max-width: 80%;
    padding: 10px 0;
    display: inline-block;
}

#message-list .receiver-message img {
    float: left;
}

#message-list .sender-message img,
.sender-message {
    float: right;
}

#message-list .receiver-message img {
    margin-left: 10px;
}

#message-list .sender-message img {
    margin-right: 10px;
}

#message-list .chat-message p {
    font-size: 14px;
    padding: 10px;
    padding-bottom: 25px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: normal;
    position: relative;
    min-width: 100px;
}

#message-list .chat-message p::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: 0;
}

#message-list .receiver-message p {
    margin-left: 50px;
    color: #000;
    background-color: #d0d3cc;
    border-radius: 0 10px 10px 10px;
}

#message-list .receiver-message p::after {
    right: 99%;
    border-width: 0 10px 10px 0;
    border-color: transparent #d0d3cc transparent transparent;
}

#message-list .sender-message p::after {
    left: 99%;
    border-width: 10px 10px 0 0;
    border-color: #74a800 transparent transparent transparent;
}

#message-list .sender-message p {
    margin-right: 50px;
    color: #fff;
    border-radius: 10px 0 10px 10px;
    background-color: #74a800;
}

#message-list .chat-date {
    display: block;
    text-align: center;
    color: #909090;
    font-size: 12px;
    padding: 10px 0;
}

#message-list .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#message-list .footer .form-group .form-control {
    text-align: left;
    padding: 10px 15px;
}

#message-list .send-icon {
    position: absolute;
    right: 10px;
    background-color: #08aff7;
    color: #fff;
    top: 50%;
    line-height: 33px;
    border: 0;
    transform: translateY(-50%);
    width: 33px;
    height: 33px;
    border-radius: 100%;
    cursor: pointer;
}

#message-list .time {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 10px;
}

#message-list .sender-message .time {
    right: 20px;
    color: #fff;
}

#message-list .sender-message .reciept {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 10px;
}

#message-list .conversation {
    height: calc(100vh - 117px);
    overflow-y: scroll;
}


/*====================================================*/


/*======================= frnd-list ======================*/

#friend-list .friends {
    height: calc(100vh - 220px);
}

#friend-list .challenge-icon li a {
    display: inline-block;
}

#friend-list .challenge-icon li img {
    max-width: 30px;
}

#friend-list .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

#friend-list .piligrims img {
    max-width: 25px;
}

#friend-list .piligrims img:nth-child(2) {
    margin-top: -30px;
    margin-left: 0;
}

#friend-list .piligrims img:nth-child(3) {
    margin-bottom: -35px;
    margin-left: -25px;
}

#friend-list .footer a {
    display: flex;
    align-items: center;
}


/*======================= pilgrim-list ======================*/

#pilgrim-list .pilgrims {
    height: calc(100vh - 230px);
}

#pilgrim-list .challenge-icon li a {
    display: inline-block;
}

#pilgrim-list .challenge-icon li img {
    max-width: 30px;
}

#pilgrim-list .pilgrims .profile-title,
#friend-list .friends .profile-title {
    width: 85%;
}

#pilgrim-list .option {
    padding: 5px 15px;
    border-radius: 40px;
    background-color: #fff;
    margin-right: 5px;
    font-size: 14px;
    cursor: pointer;
}

#pilgrim-list .option i {
    margin-right: 2px;
}

#pilgrim-list .option.selected {
    background-color: #FF8C44;
    color: #fff;
}


/*=========================== my-profile =======================*/

#myprofile .header-bg-shape,
#myaccount .header-bg-shape {
    margin-top: -60px;
}

#myprofile .posts .user a,
#myprofile .posts .user div {
    height: 60px;
    width: 100%;
}

#myprofile .posts .user a span,
#myprofile .posts .user div span {
    padding: 5px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
}

#myprofile .btn-group .btn {
    border-radius: 40px;
    font-size: 14px;
    border: 2px solid #3BBDFF !important;
    text-transform: inherit;
    padding: 3px 15px;
}

#myprofile .btn-group .btn-primary-outline {
    background-color: transparent;
    color: #3BBDFF;
}

h5.title {
    font-size: 20px;
}

h4.title {
    font-size: 22px;
}

#myprofile .myprofile .notification .btn-group .btn {
    border: 2px solid #fff !important;
    border-radius: 4px;
    font-size: 12px;
    width: 50px;
    text-transform: capitalize;
}

#myprofile .walking-block span img,
#myprofile .challenge-block span img {
    max-width: 25px;
    width: 100%;
}

#myprofile .friend .user a sup {
    top: 5px;
    right: 0;
    background-color: #0dc143;
    width: 10px;
    height: 10px;
    display: none;
    line-height: 20px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    position: absolute;
}

#myprofile .social-info li i {
    width: 20px;
    text-align: center;
    vertical-align: middle;
}

.box-style,
.box-style:focus {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
}

#myprofile .walking-block span,
#myprofile .challenge-block span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #74A800;
    border-radius: 100%;
    padding-top: 8px;
    margin-right: 10px;
}


#myprofile .box-text {
    display: inline-grid;
    max-width: 73%;
	width:100%
}

#myprofile .user-avtar {
    max-width: 45px;
}

.edit-profile {
    position: absolute;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #ff8d4a;
    border-radius: 100%;
    text-align: center;
    line-height: 30px !important;
    font-size: 14px;
    bottom: 35px;
    color: #fff;
    z-index: 99;
}

#myprofile .header-profile {
    position: relative;
}

#myprofile .user-info li small {
    display: block;
}

#myprofile .user-info li span {
    font-weight: 700;
    font-size: 20px;
}

#myprofile .user-info li {
    flex-basis: 33.33%;
    position: relative;
}

#myprofile .user-info li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

#myprofile .user-info li:last-child::after {
    content: none;
}

#myprofile .post {
    border-radius: 4px;
}

#myprofile .user-img,
#myprofile .post-img {
    max-width: 100%;
}

#myprofile .like,
#myprofile .comment {
    font-weight: 600;
}


/* #myprofile .like i,
#myprofile .comment i {
    font-size: 14px;
} */


/* discover ================================================*/

#discover .posts .post:last-child {
    margin-bottom: 0 !important;
}

#discover .user-profile img {
    max-width: 40px;
	border-radius:100%;
}

#discover .posts {
    overflow: hidden;
}

#discover .post {
    min-height: 300px;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

#discover .post-text {
    position: absolute;
    left: 20px;
    width: 250px;
    bottom: 20px;
    width: 200px;
    line-height: 35px;
    color: #000;
}

#discover .bg-color .post-text {
    left: 50%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: #fff;
}

#discover .bg-color .post-text span {
    background-color: transparent;
}

#discover .post-text span {
    display: inline;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 4px;
}

#discover .profile-detail span i {
    font-size: 20px;
}

#discover .mark-text .user-avtar {
    border: 0;
    max-width: 50px;
    margin-right: 10px;
}

#discover .mark-text {
    padding: 10px;
    position: relative;
}

#discover .mark-text .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 14px;
}

#discover .text-box .form-control {
    padding-left: 15px;
    border-radius: 40px;
}

#discover .img-upload {
    padding-top: 55px;
    height: 200px;
    border: 2px dashed #74A800;
    background-color: #f5f5f5;
}

#discover .img-upload i {
    font-size: 50px;
    color: #74A800;
    margin-bottom: 5px;
}
#discover .text-box small {
    font-size: 12px;
}