/* /////////////////////////////////////////////// */
/* //////////////////// Create Offer ///////////// */
/* /////////////////////////////////////////////// */

#editOffer .tile {
  padding: 20px 15px 30px 15px;
}

#editOffer .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#editOffer #selectAccount .radio {
  margin-bottom: 0px;
}

#editOffer #selectAccount input[type="radio"],
#selectOfferSample.modal input[type="radio"],
#selectOfferAlbum.modal input[type="radio"] {
  display: none;
}

#editOffer #selectAccount .select_indicator {
  font-size: 20px;
  color: #019e01;
  line-height: 25px;
}

#offerVoicesList .select_indicator {
  font-size: 20px;
  color: #019e01;
  line-height: 25px;
}
#offerAlbumsList .select_indicator {
  font-size: 20px;
  color: #019e01;
  line-height: 25px;
}

#selectOfferAlbum.modal .selectOfferPortfolioAlbum label {
  padding: 10px 15px;
}

#selectOfferSample.modal .modal-body {
  padding: 0px !important;
}

#selectOfferSample.modal #offerVoicesList {
  padding: 15px;
  max-height: 400px;
  overflow-y: auto;
}

/* /////////////////////////////////////////////// */
/* //////////////////// Offers Page ///////////// */
/* /////////////////////////////////////////////// */

#project_offers .tile {
  padding: 20px 15px 30px 15px;
}
#project_offers .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
  line-height: 36px;
}

/* /////////////////////////////////////////////// */
/* //////////////////// Offers Widget ///////////// */
/* /////////////////////////////////////////////// */

#project_offers #user_widget {
  text-align: center;
  padding: 35px 15px 25px 15px;
}

#project_offers #user_widget .user_photo {
  width: 96px;
  height: 96px;
}

#project_offers #user_widget .user_name {
  line-height: 30px;
  font-size: 18px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  margin-top: 10px;
}

#project_offers #user_widget .user_desc {
  line-height: 30px;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#project_offers .single_offer {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 2px dashed #f2f2f2;
}

#project_offers .single_offer:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#project_offers .offers_pagination {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 3px dashed #f2f2f2;
}

#project_offers .offerWidget {
  position: relative;
  padding: 15px;
}

#project_offers .offerWidget .offer_data {
  padding: 0px 0 0px 0;
  margin-top: 0px;
}

#project_offers .offerWidget .offer_heading {
  padding: 10px 0px 10px 0px;
  position: relative;
  z-index: 10;
}

#project_offers .offerWidget .offer_rating {
  padding: 0px 0px 0px 0px;
}

#project_offers .offerWidget .offer_rating .rate_offer a {
  color: #b3b3b3;
}
#project_offers .offerWidget .offer_rating .rate_offer a.selected {
  color: #07ac32;
}
#project_offers .offerWidget .offer_rating .exclude_offer a.selected {
  color: #d92a2a;
  font-weight: bold;
}

#project_offers .offerWidget .offer_actions {
  padding: 15px 0 0 0;
}

#project_offers .offerWidget .offer_hidden {
  padding-top: 13px;
  text-align: left;
}

#project_offers .offerWidget .offer_date {
  font-size: 10px;
  top: 0px;
  left: 15px;
  position: absolute;
  color: #b7b5b5;
  z-index: 999;
  user-select: none;
  cursor: pointer;
}

#project_offers .offerWidget .offer_user,
#project_offers .offerWidget .offer_user .user_data {
  overflow: visible;
}

#project_offers .offerWidget .user_photo a {
  display: block;
  width: 100%;
  text-align: center;
}
#project_offers .offerWidget .user_photo img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  padding: 2px;
}
#project_offers .offerWidget .user_data {
  padding-top: 5px;
}
#project_offers .offerWidget .user_name {
  font-size: 16px;
}
#project_offers .offerWidget .user_country {
  font-size: 12px;
}

#project_offers .offerWidget .user_title {
  margin-top: 9px;
}
#project_offers .offerWidget .user_title span {
  font-size: 11px;
  background-color: #f5fbfe !important;
  border: 1px solid #def3f8 !important;
  color: #679bb5 !important;
  border-radius: 6px;
  padding: 0px 6px;
}

#project_offers .offerWidget .offer_attachment {
  padding-top: 20px;
  position: relative;
  text-align: left;
}

#project_offers .offerWidget .offer_attachment > button,
#project_offers .offerWidget .offer_attachment > a,
#project_offers .offerWidget .offer_attachment > div {
  vertical-align: middle;
}

#project_offers .offerWidget .offer_attachment .audio_player {
  /* margin-top: 10px; */
}
#project_offers .offerWidget .offer_attachment .btn {
  border-radius: 8px;
  padding-right: 5px;
  padding-left: 5px;
}

#project_offers .offerWidget .offer_text {
  padding: 5px 10px;
  background-color: #f7f7f7;
  font-size: 12px;
  line-height: 24px;
  border-radius: 8px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #project_offers .offerWidget .offer_user .user_photo {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  #project_offers .offerWidget .offer_user .user_photo img {
    display: inline-block;
  }
  #project_offers .offerWidget .offer_user .user_photo {
    display: block;
    width: 100%;
    text-align: center;
  }
  #project_offers .offerWidget .offer_user .user_data {
    text-align: center;
  }
  #project_offers .offerWidget .offer_user .user_country {
    display: block;
    text-align: center;
    margin: 10px auto;
  }
  #project_offers .offerWidget .offer_attachment {
    padding: 0px;
    text-align: center;
  }

  #project_offers .offerWidget .offer_attachment .btn {
    margin-top: 10px;
  }

  #project_offers #offers_list {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  #project_offers #offers_list .offerWidget {
    border-radius: 0px !important;
  }
  
  #project_offers .offerWidget .offer_attachment .audio_player {
    margin-top: 10px;
  }
  
}

/* //////////////////// Offer Status ///////////// */

#project_offers .offerWidget .user_title span.offer_status.active {
  background-color: #deffe7 !important;
  border: 1px solid #c8f0d2 !important;
  color: #2cca00 !important;
}
#project_offers .offerWidget .user_title span.offer_status.winning {
  background-color: #deffe7 !important;
  border: 1px solid #c8f0d2 !important;
  color: #2cca00 !important;
}
#project_offers .offerWidget .user_title span.offer_status.cancel {
  background-color: #e6e6e6 !important;
  border: 1px solid #dbdbdb !important;
  color: #797979 !important;
}
#project_offers .offerWidget .user_title span.offer_status.good {
  background-color: #fbf6f6 !important;
  border: 1px solid #f0e7e7 !important;
  color: #f44646 !important;
}
#project_offers .offerWidget .user_title span.offer_status.bad {
  background-color: #f4f4f4 !important;
  border: 1px solid #d9d9d9 !important;
  color: #9f9f9f !important;
}

#project_offers .offerWidget.own_offer {
  border: 3px solid #fdedd8 !important;
  background-color: #fff9f1;
}

#project_offers .offerWidget.own_offer .offer_text {
  background-color: #fdedd8;
}
#project_offers .offerWidget.own_offer .btn-default {
  background-color: #fdedd8 !important;
  border-color: #f7dfc1 !important;
  color: #7b4040 !important;
}

#project_offers .offerWidget.active,
#project_offers .offerWidget.winning {
  border: 3px solid #d9f9cb !important;
  background-color: #f5fff1;
}

#project_offers .offerWidget.active .offer_text,
#project_offers .offerWidget.winning .offer_text {
  background-color: #d9f9cb;
}
#project_offers .offerWidget.active .btn-default,
#project_offers .offerWidget.winning .btn-default {
  background-color: #d9f9cb !important;
  border-color: #c8ecb8 !important;
  color: #407b17 !important;
}

/* /// Offer Advices /////// */

#project_offers #guide_lines {
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}

#project_offers #guide_lines .title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  margin: 10px 0;
}

#project_offers #guide_lines .content {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--nice_font_2);
}

/* ///////// #offers_list buttons ///////////// */

#project_offers .btn-offer-options {
  background-color: #f7f7f7 !important;
  color: #8c8c8c !important;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 20px;
  border: none !important;
}

#project_offers .btn-new-offer {
  background-color: #7ad249 !important;
  color: #fff !important;
  border-radius: 20px;
  border: none !important;
  transition: all 0.5s ease 0s;
  padding-left: 15px;
}
#project_offers .btn-new-offer:hover {
  background-color: #4eae19 !important;
  transition: all 0.5s ease 0s;
}

#project_offers .btn-filter {
  background-color: #6fa1d7 !important;
  color: #fff !important;
  border-radius: 20px;
  border: none !important;
}
#project_offers .btn-filter:hover {
  background-color: #5086bf !important;
}

#project_offers .btn-chat {
  background-color: #f4f4f4 !important;
  color: #9461d2 !important;
  border: none !important;
  border-radius: 20px;
  transition: all 0.5s ease 0s;
}
#project_offers .btn-chat:hover {
  background-color: #9f6ad5 !important;
  color: #fff !important;
  transition: all 0.5s ease 0s;
}

#project_offers .btn-accept-offer {
  background-color: #f4f4f4 !important;
  color: #6f6e6e !important;
  border: none !important;
  border-radius: 20px;
  transition: all 0.5s ease 0s;
}

#project_offers .btn-accept-offer:hover {
  transition: all 0.5s ease 0s;
  background-color: #4eae19 !important;
  color: #ffffff !important;
}

#project_offers .btn-invite-friend {
  background-color: #ff8e57 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 20px;
}
#project_offers .btn-invite-friend:hover {
  background-color: #fc7736 !important;
  color: #ffffff !important;
}

#project_offers .btn-rate {
  background-color: #f4f4f4 !important;
  color: #808080 !important;
  width: 38px;
  height: 32px;
  padding: 0px;
  line-height: 32px;
  text-align: center;
  border-radius: 20px !important;
  border: none !important;
  transition: all 0.5s ease 0s;
}
#project_offers .btn-rate.good.active {
  background-color: #d0f7bb !important;
  color: #06841a !important;
}
#project_offers .btn-rate.bad.active {
  background-color: #ffd4d4 !important;
  color: #cc5959 !important;
}
#project_offers .btn-rate.good:hover {
  background-color: #d0f7bb !important;
  color: #06841a !important;
  transition: all 0.5s ease 0s;
}
#project_offers .btn-rate.bad:hover {
  background-color: #ffd4d4 !important;
  color: #cc5959 !important;
  transition: all 0.5s ease 0s;
}

#project_offers #project_status .title,
#project_offers #project_card .title {
  font-size: 13px;
  font-family: var(--nice_font_2);
}

#project_offers #project_status .the_status,
#project_offers #project_card .the_status {
  font-size: 11px;
  font-family: var(--nice_font_2);
}

/* /////////////////////////////////////////////// */
/* //////////////// portfolioAlbumViewer ///////////// */
/* //////////////// showcases carousel ///////////// */
/* /////////////////////////////////////////////// */

#showcases_carousel .carousel-control {
  background-image: none;
  background: none;
  position: absolute;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  top: 20px;
  background-color: rgba(0, 0, 0, 0.5);
}
#showcases_carousel .carousel-control.left {
  left: 15px;
}
#showcases_carousel .carousel-control.right {
  right: 15px;
}

#showcases_carousel .single_item {
  margin: 0 5px 30px 5px;
}

#showcases_carousel .single_item .showcase {
  position: relative;
  cursor: pointer !important;
}
#showcases_carousel .single_item .showcase:hover .overlay {
  display: block;
}
#showcases_carousel .single_item .showcase .overlay {
  opacity: 1 !important;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 170px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  border-radius: 4px;
}


#showcases_carousel .single_item .showcase .item_video {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

#showcases_carousel .single_item .showcase .item_audio .sd_player{
  margin-top: 150px;
}


#showcases_carousel .single_item .showcase .overlay .overlay_inner {
  padding: 0 15px;
  position: absolute;
  bottom: 20px;
}

#showcases_carousel .single_item .showcase .overlay .title {
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  padding: 0px;
  color: #fff;
}

#showcases_carousel .single_item .showcase .overlay .title .badge.content_type {
  border-radius: 20px;
  text-align: center;
  min-width: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0px 10px;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: #fafafa !important;
}

#showcases_carousel .single_item .showcase .overlay .desc {
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #f1f1f1;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

#showcases_carousel .single_item .showcase .item_video,
#showcases_carousel .single_item .showcase .item_image,
#showcases_carousel .single_item .showcase .item_audio {
  background-color: rgb(155, 155, 155);
  overflow: hidden;
}

#showcases_carousel .single_item .showcase .item_image {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
}
#showcases_carousel .single_item .showcase .item_image img {
  margin: auto;
  width: 100%;
  border-radius: 4px;
}


#showcases_carousel .single_item .showcase .item_video video {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
  overflow: hidden;
}

@media (min-width: 1500px) {
  #showcases_carousel .single_item .showcase .item_video,
  #showcases_carousel .single_item .showcase .item_image,
  #showcases_carousel .single_item .showcase .item_audio {
    height: 341px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) and (max-width: 1499px) {
  #showcases_carousel .single_item .showcase .item_video,
  #showcases_carousel .single_item .showcase .item_image,
  #showcases_carousel .single_item .showcase .item_audio {
    height: 278px;
    overflow: hidden;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #showcases_carousel .single_item .showcase .item_video,
  #showcases_carousel .single_item .showcase .item_image,
  #showcases_carousel .single_item .showcase .item_audio {
    height: 300px;
    overflow: hidden;
  }
}
@media (min-width: 500px) and (max-width: 765px) {
  #showcases_carousel .single_item .showcase .item_video,
  #showcases_carousel .single_item .showcase .item_image,
  #showcases_carousel .single_item .showcase .item_audio {
    height: 450px;
    overflow: hidden;
  }
}
@media (max-width: 499px) {
  #showcases_carousel .single_item .showcase .item_video,
  #showcases_carousel .single_item .showcase .item_image,
  #showcases_carousel .single_item .showcase .item_audio {
    height: 300px;
    overflow: hidden;
  }
  #showcases_carousel {
    margin-left: -20px;
    margin-right: -20px;
  }
  #showcases_carousel .item_image,
  #showcases_carousel .item_video,
  #showcases_carousel .item_audio {
    border-radius: 0px !important;
  }
  #portfolioAlbumViewer.modal{
    padding:5px !important;    
  }
  #portfolioAlbumViewer.modal .modal-content{
    border-radius: 0px !important;
    border: none;
  }
  #portfolioAlbumViewer.modal .modal-dialog{
    margin:0px !important;
  }
}



/* /////////////////////////////////////////////// */
/* //////////////// voiceSampleViewer ///////////// */
/* /////////////////////////////////////////////// */


#voiceSampleViewer .jumbotron {
  background: #fff;
  padding: 0px;
  margin: 0px 0px 0px 0px;
  z-index: 0;
}


#voiceSampleViewer .jumbotron .voice_media {
  padding: 40px 50px 60px 50px;
  border-radius: 30px;

  margin-bottom: 10px;
}

#voiceSampleViewer .jumbotron .voice_media .voice_title {
  font-size: 26px;
  color: #2f5884;
  text-align: center;
  margin-top: 40px;
  font-weight: bold;
  font-family: var(--nice_font_2);
}

#voiceSampleViewer .jumbotron .voice_media .voice_desc {
  font-size: 14px;
  line-height: 26px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: var(--nice_font_2);
  text-align: center;
  margin: 5px 0 20px 0;
}

@media (max-width: 769px) {
  
  #voiceSampleViewer .modal-body {
    padding: 0px !important;    
  }
  #voiceSampleViewer .jumbotron {
    border-radius: 0px !important;    
  }

  #voiceSampleViewer .jumbotron .voice_media {
    border-radius: 0px !important;
    margin-top: 0px !important;
    padding: 20px 15px 30px 15px !important;
  }

  #voiceSampleViewer .jumbotron .voice_media h1.voice_title {
    font-size: 18px !important;
    margin-top: 10px !important;
  }

  #voiceSampleViewer .jumbotron .voice_media .voice_desc {
    padding-top: 0px !important;
  }
F
}

/* /////////////////////////////////////////////// */
/* //////////////////// Delivery Center ///////////// */
/* /////////////////////////////////////////////// */

#delivery_center .tile {
  padding: 20px 15px 30px 15px;
}

#delivery_center .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#delivery_center #user_widget {
  text-align: center;
  padding: 35px 15px 25px 15px;
}

#delivery_center #user_widget .user_photo {
  width: 96px;
  height: 96px;
}

#delivery_center #user_widget .user_name {
  line-height: 30px;
  font-size: 18px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  margin-top: 10px;
}

#delivery_center #user_widget .user_desc {
  line-height: 30px;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

/* /// Offer timer widget /////// */

#delivery_center #offerTimer {
  transition: all 0.3s ease 0s;
}

#delivery_center #offerTimer.ontime {
  background: #6cc883;
  color: #fff;
  border: none;
}
#delivery_center #offerTimer.late {
  background: #ff5e5e;
  color: #fff;
  border: none;
}

#delivery_center #offerTimer .title {
  font-size: 18px;
  text-align: center;
}
#delivery_center #offerTimer.ontime .title .lateBy {
  display: none;
}
#delivery_center #offerTimer.late .title .remaining {
  display: none;
}

#delivery_center #offerTimer .timer {
  text-align: center;
}

#delivery_center #offerTimer .timer div {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0px;
  transition: all 0.3s ease 0s;
}
#delivery_center #offerTimer .timer div.sep {
  margin-right: 2px;
  margin-left: 2px;
  font-size: 20px;
  text-align: center;
  height: 75px;
}

#delivery_center #offerTimer .timer div span.num {
  font-weight: 100;
  font-size: 30px;
  display: block;
  margin-top: 5px;
}

#delivery_center #offerTimer .timer div span.title {
  display: block;
  margin-top: 5px;
  font-size: 12px;
  font-family: var(--nice_font_2);
}

#delivery_center #offerTimer .ratio {
  margin: 20px auto 0px auto;
  max-width: 220px;
  padding: 10px;
  border-radius: 10px;
}
#delivery_center #offerTimer.ontime .ratio {
  background-color: #00b22d;
}
#delivery_center #offerTimer.late .ratio {
  background-color: #ff8383;
}

#delivery_center #offerTimer.ontime .ratio .down {
  display: none;
}
#delivery_center #offerTimer.late .ratio .up {
  display: none;
}

/* /// Offer Advices /////// */

#delivery_center #offer_advices {
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
}

#delivery_center #offer_advices .title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  margin: 10px 0;
}

#delivery_center #offer_advices .content {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--nice_font_2);
}

/* /// Delivery Stages /////// */

#delivery_center #delivery_stages {
  padding-bottom: 20px;
}

#delivery_center #delivery_stages .stage .content {
  padding: 10px 15px;
  background-color: #fbfbfb;
  border-radius: 8px;
}

#delivery_center #delivery_stages .stage.stage_1 .content {
  background-color: #f5fbf1;
  color: #286a39;
}

#delivery_center #delivery_stages .stage.stage_2 .content {
  background-color: #daf9c6;
  color: #286a39;
}

#delivery_center #delivery_stages .stage.stage_3 .content {
  background-color: #6cc883;
  color: #fff;
}
#delivery_center #delivery_stages .stage.stage_3 .number {
  color: #286a39;
}

#delivery_center #delivery_stages .stage .content .time {
  float: left;
  margin-top: 4px;
}

#delivery_center #delivery_stages .stage .content .number {
  background: #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

#delivery_center #delivery_stages .stage .content .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

#delivery_center #delivery_stages .stage .content .desc {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #979797;
  font-size: 12px;
  line-height: 26px;
  font-family: var(--nice_font_2);
  display: none;
}

#delivery_center #delivery_stages .stage .connector {
  height: 20px;
  margin-right: 26px;
  border-right-width: 3px;
  border-right-style: dotted;
  border-right-color: #effbe7;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

/* /// Delivery Actions /////// */

#delivery_center #delivery_actions .title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  padding: 10px 0px;
}

#delivery_center #delivery_actions .desc {
  font-size: 14px;
  line-height: 30px;
  font-family: var(--nice_font_2);
}

#delivery_center #delivery_actions .action_btns {
  margin-top: 15px;
}

#delivery_center #delivery_actions .action_btns .btn {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  background-color: #fff !important;
  border: 1px solid #eee !important;
  color: #333 !important;
  border-radius: 20px;
  display: block !important;
  width: 100%;
  margin-top: 10px;
  transition: all 0.5s ease 0s;
}

#delivery_center #delivery_actions .action_btns .btn:hover {
  transition: all 0.5s ease 0s;
}

#delivery_center #delivery_actions .action_btns .btn-accept,
#delivery_center #delivery_actions .action_btns .btn-confirm {
  background-color: #64ca8c !important;
  color: #fff !important;
  border: none !important;
}

#delivery_center #delivery_actions .action_btns .btn-accept:hover,
#delivery_center #delivery_actions .action_btns .btn-confirm:hover {
  background-color: #2da85d !important;
}

#delivery_center #delivery_actions .action_btns .btn-reject,
#delivery_center #delivery_actions .action_btns .btn-skip {
  background-color: #f5f5f5 !important;
  color: #626060 !important;
  border: none !important;
}

#delivery_center #delivery_actions .action_btns .btn-reject:hover,
#delivery_center #delivery_actions .action_btns .btn-skip:hover {
  background-color: #ff7676 !important;
  color: #fff !important;
}

#delivery_center #delivery_actions .action_btns .btn-help {
  background-color: #f5f5f5 !important;
  color: #626060 !important;
  border: none !important;
}

#delivery_center #delivery_actions .action_btns .btn-help:hover {
  background-color: #757575 !important;
  color: #fff !important;
}

/* /// Discount Coupon /////// */

#delivery_center .discount_copun {
  padding: 20px 20px 30px 20px;
  background: #ffce54;
  color: #4a3f00;

  margin: 10px 0 15px 0;
  border-radius: 6px;
  -webkit-border-radius: 6px;
}

#delivery_center .discount_copun h4 {
  margin-bottom: 15px;
}

#delivery_center .discount_copun button {
  border: none !important;
}
#delivery_center .discount_copun .discount_notice {
  font-size: 12px;
  line-height: 26px;
  max-width: 250px;
  margin: 15px auto 0 auto;
}

#delivery_center .discount_copun .discount_notice .badge {
  padding: 6px 12px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #efa82d !important;
  color: #fff !important;
}

#delivery_center .discount_copun .find-studio {
  margin-top: 20px;
}

/* /////////////////////////////////////////////// */
/* //////////////////// Fast Offers ///////////// */
/* /////////////////////////////////////////////// */

#fast_offers .timespan {
  font-size: 11px;
  padding: 7px 10px;
  background: #f8f8f8 !important;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
}

#fast_offers .single_rank .media {
  margin: 0px;
}

#fast_offers .single_rank .user img {
  border: 1px solid #eee;
  width: 25px;
  height: 25px;
}

#fast_offers .single_rank .user_rating {
  display: inline;
}

#fast_offers .rank_time {
  float: left;
}

#fast_offers .rank_user {
  display: inline-block;
}

#fast_offers .list-group-item .badge.ontime {
  background: #00b22d !important;
  color: #fff !important;
}

#fast_offers .list-group-item .badge.late {
  background: #f73a3a !important;
  color: #fff !important;
}

#fast_offers.fast_offers_page .list-group-item {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  margin-bottom: 20px;
  border: 0px;
  border-right-width: 10px;
  border-right-style: solid;
}

#fast_offers .list-group-item .rank_id {
  font-size: 18px;
  font-weight: bold;
  padding-left: 5px;
  color: #689800;
}

#fast_offers.fast_offers_page .list-group-item .rank_id {
  font-size: 20px;
  font-weight: bold;
  padding: 0 5px;
  color: #689800;
}

#fast_offers.fast_offers_page .list-group-item .badge {
  font-size: 14px;
  margin-top: 15px;
}
