.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.col-6 {
    width:50%;
    margin-bottom:0.3em;
}
.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: 30px 40px;
    list-style:none;
    width:100%;
}
.all-li {
    height: 35px;
}
.all-li a {
    transition:all 0.2s;
    font-size:1.6em;
}
.all-li a:hover {
    text-decoration: none;
    font-size:1.7em;
}
@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;
    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;
}
.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.48rem 1.61rem;
    position: relative;
}
.card-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    float:none;
}
.d-inline-block {
    display: inline-block !important;
}
.opacity-5 {
    opacity: 0.5;
}
.display-5 {
    font-size: 5rem;
}
.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: 60px;
}
.dashboard .chart-box .chart {
    width: 400px;
    height: 400px;
    margin: auto;
}
.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;
}
.user-avatar-nav {
    margin-top: -3px;
    margin-right: 1em;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    -o-user-drag: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
/* 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;
    }
}

/* __ bid card css */
.bootstrap-datetimepicker-widget.dropdown-menu {
    margin: 2px 0;
    padding: 4px;
    width: 19em;
}
/* post status bar */
.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}
.stepwizard-row {
    display: table-row;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}
.btn-circle {
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    background: #ffffff;
}
.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    border-radius: 15px;
    font-size: 12px;
    height: 30px;
    line-height: 1.42857;
    padding: 6px 0;
    text-align: center;
    width: 30px;
    border: 1px solid #58505087;
}


/* -- post status bar */
/* student bid box */
.student-bid-box {
    border:1px solid #aaa333; 
    padding:10px;
    box-shadow: 1px 1px 14px 2px #7b7a76;
}
.mh-limit {
    height: 100px;
    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: 4em;
  }
  .chat-modal {
    height: calc(100% - 6rem); 
    margin-top:3em; 
    width:calc(100% - 6rem); 
    margin-left:4em;
  }

  .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;
}
.how_it_works__item .title {
    color: #5e5e5e;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px;
}
.how_it_works__item .icon {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
    width: 90px;
    height: 88px;
    margin: 0 auto;
}
.how_it_works__item:after {
    content: "";
    width: 39px;
    height: 50px;
    display: block;
    z-index: -1;
    background-image: url(/img/dev/arrow_double.png);
    position: absolute;
    background-repeat: no-repeat;
    top: 35px;
    right: -40px;
}
.after-none:after {
    background-image: none;
}
@media (max-width: 768px) {
    .how_it_works__item:after {
        background-image: none;
    }
}
.logo {
    max-width: 220px;
}
.card .notification_body {
    padding: 0.48rem 0.61rem;
    position: relative;
}
.notification_body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.note-btn-group .dropdown-toggle::after {
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.note-dropdown-item h1{
    font-size:36px;
}
/* top bar notification */
.main-header .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.main-header .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}
.main-header .nav-link {
    height: 2.5rem;
    position: relative;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
.navbar-nav > li > a > i{
    font-size: 1rem;
}
.main-header .cbadge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 6px;
    top: 7px;
    display: inline-block;
    padding: 0.25em 0.4em;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cnavbar-badge {
    font-size: .6rem;
    font-weight: 300;
    padding: 2px 4px;
    position: absolute;
    right: 5px;
    top: 9px;
}
.badge-danger {
    color: #ffffff;
    background-color: #dc3545;
}
.badge-warning {
    color: #1F2D3D;
    background-color: #ffc107;
}