.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-6 {
    width: 50%;
    margin-bottom: 0.3em;
}

.col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.pagination_dev {
    display: flex;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination_dev a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #e4d5d5;
}

.pagination_dev .active {
    background: #c2c2c2;
}

.all-ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: Arimo, sans-serif;
    font-size: 14px;
    line-height: 2;
    color: rgb(0, 24, 71);
    max-height: 260px;
    margin: 15px 15px;
    list-style: none;
    width: 100%;
}

.all-li {
    height: 35px;
}

.all-li a {
    transition: all 0.2s;
    font-size: 1.2em;
}

.all-li a:hover {
    text-decoration: none;
    font-size: 1.3em;
}

@media (min-width: 768px) {
    .studyacevue {
        border-left: 1px solid #e7e7e7;
        margin: 0 0 0 250px;
        min-height: 1300px;
        padding: 0 30px;
        position: inherit;
    }
}

.order_item {
    border: #1780da 1px solid;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}

.order_item_title {
    border-bottom: #b7daf8 1px solid;
    overflow: hidden;
    padding: 9px 8px;
    position: relative;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
.button,
a,
.section-content .button {
    font-family: "Dosis", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
}

.c-button {
    background-color: #ff7300;
    color: #fff !important;
    text-shadow: 0 0 .3125rem #e65400;
    border: 1px solid #ff7300;
}

.c-button:hover {
    background-color: #fff;
    color: #ff7300 !important;
    text-shadow: 0 0 .3125rem #e65400;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.m-1 {
    margin: .25rem !important;
}

.photo a img {
    width: 60px;
}

.photo img {
    width: 60px;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important;
}

#pageContent {
    width: 100%;
}

.dropdown-toggle span {
    /* display:block; */
}

.dropdown-message {
    min-width: 240px;
    padding: 10px;
}

.dropdown-message li a:hover {
    background: #ff730047;
}

.main-bg-color {
    background: #98dad747;
}

.vue-tags-input .ti-tag,
.tagator_tag {
    position: relative;
    background: #ebde6e;
    color: #283944;
}

.div_tags {
    width: 268px;
    float: left;
}

.widgets .place_order .div_tags {
    width: 268px;
}

.box_tags {}

.item_tag {
    margin-bottom: 0.2em;
    padding: 3px 10px;
    margin-left: 5px;
}

.answer_block {
    background: #eaffe9;
}

.answer_block_user {
    width: 100%;
}

.answer_profile {
    display: inline-flex;
    align-items: center;
}

.answer_profile p {
    margin: 0px 10px 0px 10px;
}

.answer_profile a img {
    width: 60px;
    border-bottom-right-radius: 50%;
    border-top-left-radius: 50%;
    border-top-right-radius: 50%;
}

.answer_block_user_complete {
    float: right;
    margin-top: 10px;
    padding: 5px 10px;
    background: bisque;
    border-radius: 50px;
}

.answer_block_user_awards {
    margin-bottom: 5px;
}

.see_more {
    padding-left: 20px;
    color: #004df9;
}

.full-width {
    width: 100% !important;
}

.btn_buy {
    min-width: 200px;
    float: left;
}

.button.arrow:before {
    background-image: url(/img/button_arrow_white.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    content: '';
    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    top: 13px;
    right: 14px;
    z-index: 10
}

.button.green {
    background: #4cd379;
    background: -moz-linear-gradient(top, #4cd379 0%, #33c45f 32%, #2db953 75%, #2fb753 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #4cd379), color-stop(32%, #33c45f), color-stop(75%, #2db953), color-stop(100%, #2fb753));
    background: -webkit-linear-gradient(top, #4cd379 0%, #33c45f 32%, #2db953 75%, #2fb753 100%);
    background: -o-linear-gradient(top, #4cd379 0%, #33c45f 32%, #2db953 75%, #2fb753 100%);
    background: -ms-linear-gradient(top, #4cd379 0%, #33c45f 32%, #2db953 75%, #2fb753 100%);
    background: linear-gradient(to bottom, #4cd379 0%, #33c45f 32%, #2db953 75%, #2fb753 100%);
    border-bottom: #228e3e 2px solid;
    box-shadow: 0px 1px 2px #8e8e8e;
    -moz-box-shadow: 0px 1px 2px #8e8e8e;
    -webkit-box-shadow: 0px 1px 2px #8e8e8e;
    color: #fff
}

.button.green:hover {
    background: #42cb6e;
    background: -moz-linear-gradient(top, #42cb6e 0%, #2ab953 32%, #26ae4a 75%, #28aa4a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #42cb6e), color-stop(32%, #2ab953), color-stop(75%, #26ae4a), color-stop(100%, #28aa4a));
    background: -webkit-linear-gradient(top, #42cb6e 0%, #2ab953 32%, #26ae4a 75%, #28aa4a 100%);
    background: -o-linear-gradient(top, #42cb6e 0%, #2ab953 32%, #26ae4a 75%, #28aa4a 100%);
    background: -ms-linear-gradient(top, #42cb6e 0%, #2ab953 32%, #26ae4a 75%, #28aa4a 100%);
    background: linear-gradient(to bottom, #42cb6e 0%, #2ab953 32%, #26ae4a 75%, #28aa4a 100%)
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.modal_amount {
    height: 120px;
}

.modal_amount p {
    text-align: right;
}

#diamond {
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-bottom-color: #8bea35;
    position: relative;
    top: -10px;
}

#diamond:after {
    content: '';
    position: absolute;
    left: -10px;
    top: 10px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #8bea35;
}

.front-information .first_button {
    margin-left: 40px;
}

.front-information .in-header {
    display: inline-flex;
}

.front-information .instruction,
.front-information .first_button {
    margin-bottom: 6px;
}

.front-information .instruction .head {
    margin-left: 21px;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}

.front-information .instruction .body {
    margin-left: 9px;
    border-left: 2px solid #8bea35;
    padding-left: 30px;
}

.front-information .step {
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #8bea35;
}

.add-fund-form {
    float: none;
    margin: 60px auto;
    max-width: 450px;
    box-shadow: 0 10px 45px rgba(128, 124, 124, 0.7);
    padding: 20px;
}

.deposit-funds__summ {
    display: block !important;
}

.ma {
    margin: auto !important;
}

.u-button--green {

    color: #fff;
    background-color: #a2c679;

}

.u-button {

    position: relative;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    -webkit-transition: background-color .3s ease, color .2s ease;
    -o-transition: background-color .3s ease, color .2s ease;
    -moz-transition: background-color .3s ease, color .2s ease;
    transition: background-color .3s ease, color .2s ease;
    background-color: #139415;

}

.deposit-funds__bottom {

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 32px;
    padding: 20px 0;
    /* border-top: 1px solid #e1e1e1; */

}

.sidebar-collapse .nav>li>a {
    position: relative;
    display: inline-flex;
    padding: 10px 15px;
    width: 100%;
}

.sidebar-collapse .nav>li>a>i {
    min-width: 30px;
    margin-right: 10px;
}

.dashboard {
    width: 90%;
    margin: auto;
}

.gradient-1 {
    background-image: linear-gradient(230deg, #759bff, #1f5cfb);
}

.gradient-1,
.gradient-2,
.gradient-3,
.gradient-4,
.gradient-5,
.gradient-6 {
    color: #fff !important;
}

.gradient-2 {
    background-image: linear-gradient(290deg, #ffc480, #ff763b);
}

.gradient-3 {
    background-image: linear-gradient(230deg, #8de4b7, #07e27d);
}

.gradient-4 {
    background-image: linear-gradient(230deg, #93ea7d, #48f102);
}

.gradient-5 {
    background-image: linear-gradient(230deg, #914bef, #46358a);
}

.gradient-6 {
    background-image: linear-gradient(230deg, #e48d8d, #e80808);
}

.card {
    margin-bottom: 30px;
    border: 0px;
    border-radius: 0.625rem;
    box-shadow: 6px 11px 41px -28px #a99de7;
}

.card .card-body {
    padding: 1.88rem 1.81rem;
    position: relative;
}

.card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
}

.d-inline-block {
    display: inline-block !important;
}

.opacity-5 {
    opacity: 0.5;
}

.display-5 {
    font-size: 10rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}

.float-right {
    float: right;
}

.position-abs {
    position: absolute;
    right: 10%;
    top: 0;
}

.dashboard .chart-box {
    padding: 30px;
}

.dashboard .chart-box .chart {
    width: 400px;
    height: 400px;
    margin: auto;
}

@media (max-width: 767px) {
    .dashboard .chart-box {
        padding: 5px;
    }
}

.text-white {
    color: white;
}

.text-white:hover {
    color: #bcd7ef;
}

.order-list {
    position: relative;
    margin-top: 10px;
}

.order-list .searchButton {
    position: absolute;
    top: 0;
    right: 0;
    height: 37px;
    width: 40px;
    outline: none;
}

.attach {
    position: relative;
}

.attach .action {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: white;
    box-shadow: 1px 1px 10px 1px #e87c7c;
}

.attach:hover .action {
    opacity: 1;
}

.attach .action .delete {
    outline: none;
}

.d-flex {
    display: flex !important;
}

.text-left {
    text-align: left !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-0 {
    margin: 0 !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.student-bid-box {
    border: 1px solid #aaa333;
    padding: 10px;
    box-shadow: 1px 1px 14px 2px #7b7a76;
}

.mh-limit {
    height: 60px;
    overflow: hidden;
    position: relative;
}

.mh-limit::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
    width: 100%;
    height: 2em;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-9 {
    margin-top: 3rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-pill {
    padding-right: 1.5em;
    padding-left: 1.5em;
    border-radius: 10rem;
}

/* bid card css */
.div_bid {
    border-bottom: 1px solid rgb(255, 119, 52);
}

.div_bid .div_bid_inner {
    display: flex;
    padding: 25px 0px;
}

.div_bid .div_bid_inner .user_info {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}

.div_bid .div_bid_inner .user_info .avatar {
    height: 74px;
    width: 74px;
    border-radius: 100%;
    display: inline-block;
    overflow: hidden;
    border: 1px solid transparent;
    margin-right: 8px;
}

.div_bid .div_bid_inner .user_info .tutor_name {
    font-family: Arimo, sans-serif;
    font-size: 20px;
    line-height: 1.1;
    color: rgb(0, 24, 71);
    margin: 5px 0px 10px;
    font-weight: bold;
    filter: none;
}

.div_bid .div_bid_inner .content {
    text-align: left;
}

.div_bid .div_bid_inner .content .description {
    color: rgb(255, 119, 52);
    font-size: 20px;
    max-height: 115px;
    overflow: hidden;
}

.div_bid .div_bid_inner .content .budget {
    color: rgb(0, 24, 71);
    font-size: 24px;
    max-height: 115px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .div_bid {
        border-bottom: 1px solid rgb(255, 119, 52);
    }

    .div_bid .div_bid_inner {
        flex-direction: column;
        position: relative;
        padding: 15px 0px;
    }

    .div_bid .div_bid_inner .user_info {
        -webkit-box-align: start;
        align-items: start;
        flex-flow: row wrap;
    }

    .div_bid .div_bid_inner .user_info .avatar {
        height: 24px;
        width: 24px;
    }

    .div_bid .div_bid_inner .user_info .tutor_name {
        font-size: 17px;
    }
}

.blur-description {
    height: 50px;
    overflow: hidden;
}

.blur-budget {
    margin-top: 25px;
    width: 120px;
    height: 65px;
    overflow: hidden;
    margin-left: 10px;
}

.blur-budget img {
    max-width: 100%;
    height: 130px;
    display: block;
}

.avatar {
    position: relative;
    width: 2rem;
    height: 2rem;
    font-size: 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #6e7582;
    text-align: center;
    text-transform: uppercase;
    vertical-align: bottom;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #f1f3f8 no-repeat center/cover;
    border-radius: 50%;
}

img {
    max-width: 100%;
}

.reviews_count {
    /* float: right; */
    margin-top: 10px;
    padding: 5px 10px;
    /* background: bisque; */
    border-radius: 50px;
}

/* __ bid card css */

/* frontend latest order list  */
._post_item {
    padding: 20px;
    border: 1px solid #eaeaea;
    break-inside: avoid;
}

._post_item+._post_item {
    margin-top: 16px;
}

._post_item .post_item_title {
    justify-content: space-between;
    flex-flow: row wrap;
}

.post__title {
    font-size: 22px;
}

._post_item .post_item_text {
    margin: 12px 0 8px;
    max-height: 120px;
    overflow: hidden;
    min-height: 60px;
    position: relative;
}

.post_item_text::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    pointer-events: none;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 90%);
    width: 100%;
    height: 2em;
}

@media (min-width: 680px) {
    ._post_item {
        padding: 26px 32px;
    }
}

/* ___frontend latest order list  */

.logo-default {
    width: auto;
    height: 40px;
}

.navbar-brand {
    height: auto;
}

.panel-default>.panel-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.how_it_works{
    padding-top: 70px;
}