.active{
    color: #00d773;
}
.qsn-next{
    background: #00df73 !important;
}
.dropdown-toggle::after {
    content: none;
}
.success_img{
    height: 20em;
    width: 20em;
    margin-top: 2em;
}

.reset {
    font-size: 13px;
}

.expert-list-wrapper {
    box-shadow: 0 0 15px -5px #0000005e;
    border-radius: 5px;
}
.info-card {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}
.expert-name {
    color: #37a000!important;
    font-size: 15px;
}
.expert_image {
    border: solid 1px #d0d0d0;
    width: 60px;
    height: 60px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border-radius: 50%;
    padding: 2px;
}
.suggested-sage-card .expert_image {
    width: 50px;
    height: 50px;
    margin: auto;
    display: block;
}
.info-card-details .sage-title {
    text-overflow: ellipsis;
    max-width: 270px;
    height: 1.5em;
    overflow: hidden;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 500;
}
.price-rate {
    font-weight: 700;
    font-size: 18px;
    color: #00a82d;
}
.info-card-details .statistics {
    border-radius: 5px;
    max-height: 300px;
}

.user-valuation .valuation {
    font-size: 12px;
    margin-right: 5px;
}
.valuation span {
    color: #ad480d;
    font-weight: 600;
}
.expert-biography-overview p {
    font-size: 13px;
}
.expert-info-card ul li{
    margin-bottom: 5px;
}
.expertise-area li span {
    font-size: 12px;
}
/****************************************
    Dialogue Box send direct question
****************************************/
.user-activity-statistics {
    position: absolute;
    top: -18px;
    right: 0;
}
.user-activity-statistics .fee {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #00a82d;
    margin-bottom: 8px;
    font-weight: 600;
}
button.dq-ask-question-button,
button.my-ask-question-button {
    padding: 2px 11px;
    border: 0;
    color: white;
    background: linear-gradient(45deg, #bd5111, #eca175);
    font-size: 12px;
}
button.dq-ask-question-button {
    height: 28px;
    border-radius: 25px;
    box-shadow: 0 0 15px -5px black;
    font-size: 12px;
}
span.sage-answer-fee {
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle;
}
button.my-ask-question-button {
    height: 31px;
    border-radius: 3px;
    color: white;
}
.account-level {
    position: relative;
}
span.reputation-score {
    position: absolute;
    top: -12px;
    right: -10px;
    font-size: 11px;
    background: white;
    line-height: 15px;
    padding: 0px 2px;
    display: inline-block;
    border: 1px solid #e2e2e2;
}
.profile-rate-score .reputation-score {
    top: -13px;
    right: -10px;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 6px;
}
.account-level span {
    display: inline-block;
    vertical-align: middle;
}
.account-level .level-icon {
    padding: 0px 5px;
    background: #00df73;
    color: white;
    text-align: center;
    line-height: 24px;
    vertical-align: middle;
}

.rate-level {
    display: flex;
    row-gap: 15px;
    flex-wrap: wrap;
    align-items: flex-end;
}
.rate-level .account-level .level-icon {
    padding: 6px 13px;
    background: #00a82d;
    color: white;
    line-height: 24px;
}
.rate-level .level-icon i {
    font-size: 20px;
    vertical-align: middle;
}
.rate-level .account-level .level-name {
    padding: 5px 15px;
    border-width: 2px 2px 2px 0;
    border-color: #00a82d;
    font-size: 14px;
    line-height: 22px;
}
.rate-level span.reputation-score {
    top: -14px;
    padding: 2px 2px;
    min-width: 36px;
    text-align: center;
}
.profile-rate-score .account-level .level-icon {
    padding: 4px 10px;
    margin-right: -4px;
    background: #00a82d;
}
.level-icon i {
    font-size: 13px;
}
.profile-rate-score .level-icon i {
    font-size: 18px;
}
.account-level .level-name {
    padding: 0px 10px;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #e8e8e8;
    font-size: 12px;
    line-height: 22px;
}
.profile-rate-score .account-level .level-name {
    padding: 3px 10px;
    border-width: 2px 2px 2px 0;
    border-color: #00a82d;
    font-size: 14px;
    font-weight: 600;
}

.ask-sage-direct form label {
    font-weight: 700;
    margin-right: 10px;
    cursor: pointer;
}
.ask-sage-direct .dq-check-box {
    display: none;
}
.dq-sage-checkbox-wrapper {
    min-height: 40px;
}
.dq-sage-checkbox-wrapper label span {
    display: inline-block;
    padding: 3px 10px;
    background: #efefef;
    border-radius: 3px;
    font-weight: 400;
    -webkit-transition: all ease .2s;
    -moz-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
.dq-sage-checkbox-wrapper label :checked ~ span {
    position: relative;
    background: #2c3d50;
    color: white;
}
.dq-sage-checkbox-wrapper label :checked ~ span:before {
    content: '\e86b';
    font-family: "fontello";
    color: #00d773;
    speak: none;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -5px;
    right: -7px;
    width: 16px;
    height: 16px;
    font-size: 14px;
    transform: rotate(3deg);
    z-index: 2;
}
.fee-calculation .fee-name {
    display: inline-block;
    width: 150px;
}
.dq-sage-activity-summar,
.dq-sage-answer-fee {
    padding: 10px 15px;
    font-size: 13px;
    font-family: 'Nunito', sans-serif;
}
.dq-sage-activity-summar {
    border: 1px solid #e2e2e2;
}
.dq-sage-answer-fee span.activity-name {
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    width: 200px;
}
.dq-sage-answer-fee span.amount {
    margin-left: 10px;
}
.expertise-area li .topic {
    flex: 0 0 36%;
    display: inline-block;
    width: 170px;
}
.expertise-area li .sub-topic a {
    display: inline-block;
    margin-right: 5px;
}
.user-activity-statistics .stat-item {
    width: fit-content;
    display: inline-block;
    margin-right: 25px;
    font-size: 12px;
    background: #efefef;
    padding: 3px 16px 3px 10px;
    border-radius: 3px;
}
.user-activity-statistics .stat-item span{
    font-weight: 600;
    color: #bf5415;
    font-size: 14px;
}
.expert_search{
    margin: 0;
    border: none !important;
    width: auto !important;
    padding: 7px 22px !important;
    box-shadow: 0 0 0 2px #c1c1c19c;
    -webkit-box-flex: 1;
    flex: 1 1 0%;
    height: 35px !important;
}
.expert_search_btn{
    background-color: #00d773 !important;
    position: absolute !important;
    right: 0px !important;
    font-size: 12px !important;
    font-weight: bold !important;
    height: 100%;
}

.sage-avatar {
    flex-basis: 21%;
    max-width: 21%;
}
.sage-title {
    flex-basis: 70%;
    max-width: 70%;
}
.sage-avatar img {
    min-width: 73px;
    width: 73px;
    min-height: 73px;
    height: 73px;
    border-radius: 50%;
    padding: 3px;
    border: 1px solid #00df73;
}
.ui-autocomplete {
    z-index: 9999 !important;
    background-color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.ui-menu-item {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #00d773;
    white-space: nowrap;
    text-decoration: none;
    z-index: 1000;
}


button.btn.cmntradious {
    box-shadow: none;
    padding: 7px 10px;
    height: 33px;
}
.addcomment{
    color: #a9a4a4 !important;
}
.addcomment:hover{
    color: #00d773 !important;
}

/****************************
        Notifications
****************************/
.unseen {
    text-align: center;
    border-radius: 50%;
    background-color: #2c3d50;
    color: white;
    font-weight: 600;
    height: 15px;
    width: 15px;
    line-height: 15px;
    display: inline-block;
}
.sage-notifications {
    display: none;
    max-height: 590px;
    position: absolute;
    top: 86px;
    right: 0;
    width: 500px;
    z-index: 2222;
    box-shadow: 0 36px 43px -13px #0000009c;
    border-radius: 0 0 10px 10px;
    overflow-y: auto;
}
.sage-notification-inner {
    background: white;
    padding: 10px 15px;
}
.sage-notifications.open {
    display: block;
}
.notification-item .row {
    -webkit-transition: all ease .2s;
    -mozit-transition: all ease .2s;
    -o-transition: all ease .2s;
    transition: all ease .2s;
}
.notification-item.unviewed .row {
    background: #f3f3f3;
}
.notification-item .row:hover {
    background: #f3f3f3;
}
.author-avatar {
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 2px;
    overflow: hidden;
    margin: auto;
    background: white;
}
.author-avatar img {
    border-radius: 50%;
    display: inherit;
    height: 100%;
    width: 100%;
}
.notification-action-desc p {
    font-size: 13px;
    color: initial;
}
span.meta-item-badge {
    border-radius: 14px;
    padding: 0px 6px;
    font-size: 11px;
    color: #a0a0a0;
    display: inline-block;
    margin-right: 16px;
    line-height: 16px;
}
span.meta-item-badge i {
    margin-right: 4px;
    color: #00d773;
}
span.meta-item-badge.payment {
    background: -webkit-linear-gradient(45deg, #387b66 ,#44d495);
    background: -moz-linear-gradient(45deg, #387b66 ,#44d495);
    background: -o-linear-gradient(45deg, #387b66 ,#44d495);
    background: linear-gradient(45deg, #387b66 ,#44d495);
    color: white;
}
span.meta-item-badge.success-action {
    background: -webkit-linear-gradient(45deg, #3c7508, #905d1de0);
    background: -moz-linear-gradient(45deg, #3c7508, #905d1de0);
    background: -o-linear-gradient(45deg, #3c7508, #905d1de0);
    background: linear-gradient(45deg, #3c7508, #905d1de0);
    color: white;
}
span.meta-item-badge.worried-action {
    background: linear-gradient(45deg, #e80a0a, #921010d1);
    color: white;
}


.sage-feature-deopdown a{
    font-size: 11px;
}


.sage-edited-img {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.sage-edited-img img {
    max-width: 180px;
    height: 180px;
    background-color: #FFF;
    display: block;
    border-radius: 50%;
    padding: 6px;
}

.sage-edited-img img:hover{
    background: #9f9d9d;
    opacity: 0.5;
}
.sage-edited-img span{
    position: absolute;
    margin-top: 5.5em;
    z-index: 9999;
    margin-left: 5.5em;
}

.cropper-crop-box, .cropper-view-box {
    border-radius: 50%;
}

.cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}
.edit-area {
    max-width: 70%;
}
.preview-area {
    width: 25%;
    margin-left: 30px;
}

.modal-dialog{
    overflow-y: initial !important
}

.preview {
    overflow: hidden;
    width: 160px;
    height: 160px;
    margin: 10px;
    border: 1px solid red;
}

.addFundModal{
    border-radius: 10px !important;
    padding: 20px 25px;
    height: 40em;
    width: 28em;
    margin: auto;
    border: 0;
}

.tips img{
    width: 40%;
}

.tips-addFund{
    color: black;
    background-color: unset !important;
    border-color: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    border: none;
}
.tips-addFund{
    color: black;
    background-color: unset !important;
    border-color: unset !important;
    border-radius: unset !important;
    box-shadow: unset !important;
    border: none;
    transition: color .2s ease;
}
.tips-addFund:hover,
.tips-addFund:hover .icon-maker i.fa-dollar-sign,
.tips-addFund:hover .icon-maker i.fa-plus {
    color: #00a82d;
    border-color: #00a82d;
}
.tips-btn{
    color: #fff;
    width: auto;
    background-color: #37a000!important;
    border-color: #37a000!important;
    border-radius: 25px;
    box-shadow: unset !important;
    font-size: 14px !important;
    text-transform: initial !important;
    padding: 8px 22px;
}
.tips-btn:hover,
.tips-btn:disabled {
    color: white;
}
.tips-btn:disabled {
    opacity: .3;
}
.ex-name a {
    color: #333;
}
.modalCenter{
    width: 100%;
    margin: 0 auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
div.pac-container {
    z-index: 99999999999 !important;
}
