/* ////////////////////////////////////////////// */
/* ////////////// Courses Directory Home ////////////// */
/* ////////////////////////////////////////////// */

#courses_directory_home .jumbo_header {
  background-image: url("../images/backgrounds/bg_14.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#courses_directory_home .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    rgba(56, 155, 10, 0.37) 0%,
    rgba(18, 181, 36, 0.21) 100%
  );
  padding: 30px 15px 90px 15px;
}

#courses_directory_home .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#courses_directory_home .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  text-align: center;
  color: #fff;
}

#courses_directory_home .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#courses_directory_home .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 500px;
  margin: 20px auto 0 auto;
}

#courses_directory_home .search {
  max-width: 500px;
  margin: auto;
  position: relative;
}

#courses_directory_home .search input {
  border: none;
  padding: 30px 20px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(230, 230, 230) !important;
}
#courses_directory_home .search input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(24, 192, 90, 0.84) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(24, 192, 90, 0.84) !important;
}
#courses_directory_home .search input::placeholder {
  color: #6ec46be8 !important;
}
#courses_directory_home .search button {
  position: absolute;
  left: 15px;
  top: 10px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  padding: 0px;
  background-color: #098246;
  color: rgba(255, 255, 255, 0.726);
  border: none !important;
}

#courses_directory_home .contents {
  margin-top: -40px;
}

#courses_directory_home .contents .section {
  background: #fff;
  padding: 70px 30px 30px 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#courses_directory_home .section_heading {
  text-align: center;
  margin-bottom: 40px;
}

#courses_directory_home .section_heading .section_title {
  font-size: 22px;
  line-height: 30px;
}
#courses_directory_home .section_heading .section_desc {
  font-size: 16px;
  line-height: 30px;
}

#courses_directory_home .directories {
  margin: 15px 0;
}

#courses_directory_home .directories {
}

#courses_directory_home .directories .directory {
  padding: 25px 15px 20px 15px;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 20px !important;
  transition: all 1s;
  border: 3px solid #f7f7f7;
}

#courses_directory_home .directories .directory:hover {
  border-color: #0e8b29;
  background: rgb(9, 175, 65);
  background: -moz-linear-gradient(
    left,
    rgb(53, 190, 110) 0%,
    rgba(9, 141, 53, 0.59) 100%
  );
  background: -webkit-gradient(
    left top,
    right top,
    color-stop(0%, rgba(53, 190, 110)),
    color-stop(100%, rgba(9, 141, 53, 0.59))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(53, 190, 110) 0%,
    rgba(9, 141, 53, 0.59) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(53, 190, 110) 0%,
    rgba(9, 141, 53, 0.59) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(53, 190, 110) 0%,
    rgba(9, 141, 53, 0.59) 100%
  );
  background: linear-gradient(
    to right,
    rgba(53, 190, 110) 0%,
    rgba(9, 141, 53, 0.59) 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ed0000', GradientType=1);
  transition: all 1s;
}

#courses_directory_home .directories .directory .title {
  font-size: 16px;
  margin-top: 5px;
  color: #333;
  transition: all 0.2s;
}

#courses_directory_home .directories .directory:hover .title {
  color: #fff !important;
  transition: all 0.5s;
}

#courses_directory_home .directories .directory:hover .image {
  color: #fff !important;
  transition: all 0.2s;
}

#courses_directory_home .directories .directory .image {
  font-size: 48px;
  color: #0e8b29 !important;
  transition: all 0.2s;
}

/* ////////////////////////////////////////////// */
/* ////////////// courses Directory ////////////// */
/* ////////////////////////////////////////////// */

#courses_directory .navigation a {
  color: #e0e0e0;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#courses_directory .jumbo_header {
  background-image: url("../images/backgrounds/bg_24.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#courses_directory .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    rgba(56, 155, 10, 0.37) 0%,
    rgba(18, 181, 36, 0.21) 100%
  );
  padding: 30px 15px 90px 15px;
}

#courses_directory .jumbo_header .header_container {
  max-width: 700px;
  margin: auto;
  position: relative;
}

#courses_directory .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  text-align: center;
  color: #fff;
}

#courses_directory .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 30px;
}
#courses_directory .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  max-width: 500px;
  margin: 20px auto 0 auto;
}

#courses_directory .search {
  max-width: 500px;
  margin: auto;
  position: relative;
}

#courses_directory .search input {
  border: none;
  padding: 30px 20px;
  border-radius: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: rgb(230, 230, 230) !important;
}
#courses_directory .search input:focus {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(24, 192, 90, 0.84) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(24, 192, 90, 0.84) !important;
}
#courses_directory .search input::placeholder {
  color: #6ec46be8 !important;
}
#courses_directory .search button {
  position: absolute;
  left: 15px;
  top: 10px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  padding: 0px;
  background-color: #098246;
  color: rgba(255, 255, 255, 0.726);
  border: none !important;
}

#courses_directory .contents {
  margin-top: -50px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}
#courses_directory .contents .navbar {
  background: #fafafa;
  border: none;
  padding: 20px 10px;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
  border-radius: 20px 20px 0 0;
}

#courses_directory .contents .navbar ul li.item {
  margin-left: 5px;
}

#courses_directory .contents .navbar ul li.item a {
  font-size: 15px;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 6px;
}

#courses_directory .contents .navbar ul li.dropdown.open > a {
  background: #fff5ea;
  color: #b5813e;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#courses_directory .contents .navbar ul.dropdown-menu li {
  margin-left: 10px;
  margin-right: 10px;
}
#courses_directory .contents .navbar ul li.item a.helpCenter {
  background: #10a768;
  color: #fff;
  min-width: 36px;
  text-align: center;
}

#courses_directory .contents .navbar ul li.item.active a {
  background: #f2fbd4 !important;
  color: #357d0c !important;
  border-radius: 18px;
  margin: 7px 0;
  padding: 8px 10px;
  transition: all 0.5s ease 0s;
}

#courses_directory .contents .navbar ul.directory_types:hover li.item a {
  background: transparent;
  transition: all 0.5s ease 0s;
  color: #555;
}

#courses_directory .contents .navbar ul.directory_types li.item:hover a {
  background: #fff5ea;
  color: #b5813e;
  transition: all 0.5s ease 0s;
}

#courses_directory .listing {
  padding: 30px 15px;
}

#courses_directory .listing .single_course {
  margin-bottom: 30px;
  transition: all 0.5s ease 0s;
}

#courses_directory .listing .single_course:hover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
}

#courses_directory .listing .single_course .course_level {
  padding: 5px 0;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#courses_directory .listing .single_course .course_title {
  font-size: 20px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  padding: 0px 0;
  margin-top: 10px;
}
#courses_directory .listing .single_course .course_desc {
  font-size: 14px;
  line-height: 2;
  font-family: var(--nice_font_2);
  margin: 15px 0;
}

@media (max-width: 769px) {
  #courses_directory .listing .single_course {
    text-align: center !important;
  }
  #courses_directory .listing .single_course .course_title {
    font-size: 16px;
    line-height: 26px;
  }
}

#courses_directory .listing .single_course .badge {
  background-color: #f7f7f7 !important;
}

#courses_directory .listing .single_course .details {
  margin-top: 20px;
}
#courses_directory .listing .single_course .details .user {
  font-size: 16px;
  line-height: 30px;
}
#courses_directory .listing .single_course .details .user img {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
}
#courses_directory .listing .single_course .details .user span {
  display: inline-block;
  vertical-align: middle;
}

#courses_directory .listing .single_course .details .badge.tag {
  padding: 5px 10px;
  min-width: 35px;
  height: 30px;
  border-radius: 15px;
  line-height: 20px;
  text-align: center;
}

#courses_directory .listing .single_course .price {
  text-decoration: none;
  line-height: 30px;
  font-size: 20px;
  vertical-align: middle;
}

#courses_directory .listing .single_course .price.inactive {
  color: #b3b3b3;
  font-size: 14px;
  vertical-align: middle;
}

#courses_directory .listing .empty {
  padding: 50px 15px;
  margin-bottom: 30px;
}

#courses_directory .side_widget {
  padding-bottom: 20px !important;
}

#courses_directory .side_widget .widget_title {
  font-size: 22px;
  padding: 20px 5px 0px 5px;
  margin: 0px;
}

#courses_directory .side_widget .title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  margin: 0px 0 10px 0;
}

#courses_directory .side_widget .content {
  font-size: 14px;
  line-height: 28px;
  font-family: var(--nice_font_2);
}

#courses_directory .side_widget .property {
  padding-right: 10px;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

/* ////////////////////////////////////////////// */
/* ////////////// View Course ////////////// */
/* ////////////////////////////////////////////// */

#view_course .navigation a {
  color: #e0e0e0;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#view_course .jumbo_header {
  background-image: url("../images/backgrounds/bg_24.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top;
  background-size: cover;
  margin-top: -20px;
  text-shadow: 0.5px 0.5px 0.1px rgba(0, 0, 0, 0.4);
}

#view_course .jumbo_header .overlay {
  background: rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    rgba(56, 155, 10, 0.37) 0%,
    rgba(18, 181, 36, 0.21) 100%
  );
  padding: 30px 15px 70px 15px;
}

#view_course .jumbo_header .header_container {
  margin: auto;
  position: relative;
}

#view_course .jumbo_header .page_title {
  margin: 50px 0 50px 0;
  color: #fff;
}

#view_course .jumbo_header .page_title .title {
  font-size: 30px;
  line-height: 1.5;
}
#view_course .jumbo_header .page_title .desc {
  font-size: 16px;
  line-height: 1.5;
  font-family: var(--nice_font_2);

  margin-top: 20px;
}

@media (max-width: 991px) {
  #view_course .jumbo_header .buy_course,
  #view_course .jumbo_header .page_title {
    text-align: center;
  }
  #view_course .jumbo_header .page_title .title {
    font-size: 20px !important;
  }
  #view_course .jumbo_header .page_title {
    margin: 40px 0 0px 0 !important;
  }
  #view_course .jumbo_header .user .user_image img {
    width: 90px !important;
    height: 90px !important;
    border-radius: 45px !important;
  }
}

#view_course .jumbo_header .user {
  max-width: 500px;
  display: inline-block;
  margin: auto;
  text-align: center;
  margin: auto;
  padding: 40px 20px 10px 20px;
  border-radius: 15px;
}
#view_course .jumbo_header .user .user_image img {
  width: 128px;
  height: 128px;
  border-radius: 64px;
  max-width: none;
}

#view_course .jumbo_header .user .username {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 0px;
}
#view_course .jumbo_header .user .username a {
  color: #fff;
}
#view_course .jumbo_header .user .user_desc {
  font-size: 11px;
  margin-top: 15px;
  font-family: var(--nice_font_2);
}
#view_course .jumbo_header .user .account {
  color: #fff;
}
#view_course .jumbo_header .user .country {
  font-size: 12px;
  color: #ddd;
}
#view_course .jumbo_header .buy_course {
  padding-top: 20px;
}

#view_course .jumbo_header .buy_course .btn {
  background: #fff;
  transition: all 0.5s ease 0s;
  text-shadow: none;
  border-radius: 25px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28) !important;
}

#view_course .jumbo_header .buy_course .btn:hover .icon {
  display: inline-block;
  transition: all 0.5s ease 0s;
}

#view_course .jumbo_header .buy_course .btn .price {
  text-decoration: none;
  line-height: 20px;
  font-size: 20px;
  vertical-align: middle;
  transition: all 0.5s ease 0s;
}

#view_course .jumbo_header .buy_course .btn .price.inactive {
  line-height: 20px;
  color: #939993;
  font-size: 14px;
  vertical-align: middle;
  text-decoration: line-through;
}

#view_course .contents {
  padding: 70px 30px 30px 30px;
  margin-top: -50px;
  background: #fff;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 6px -1px rgba(0, 0, 0, 0.09);
}

#view_course .section {
  margin-bottom: 30px;
}

#view_course .section .section_title {
  font-size: 18px;
  margin: 15px 0px;
  line-height: 30px;
  font-weight: bold;
  font-family: var(--nice_font_2) !important;
}

#view_course .section .section_body {
  line-height: 30px;
  font-family: var(--nice_font_2);

  word-wrap: break-word !important;
  max-width: 100% !important;
}

#view_course .section .section_body h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 44px;
  margin: 10px 0;
}

#view_course .section .section_body h3 {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  margin: 5px 0;
}

#view_course .section .section_body h4 {
  font-size: 14px;
  line-height: 30px;
}

#view_course .section .section_body ul {
  margin: 0px;
  padding-right: 15px;
}

#view_course .course_ratings .single_rating .rating_owner a {
  font-size: 14px;
  color: #ec3a00;
  line-height: 27px;
  font-weight: bold;
}

#view_course .course_ratings .single_rating .rating_owner a img {
  width: 20px;
  height: 20px;
  margin-top: 4px;
}

#view_course .course_ratings .single_rating .fa.quote {
  color: #c4c4c4;
}

#view_course .course_ratings .single_rating .rating_role {
  color: #398f00;
  font-size: 14px;
}

#view_course .order_course_widget {
  padding: 20px 15px 40px 15px;
}

#view_course .order_course_widget .course_price .discount {
  display: none;
  font-size: 36px;
}

#view_course .order_course_widget .course_price .price {
  text-decoration: none;
  color: rgb(3, 180, 17);
  margin-top: 15px;
  font-size: 36px;
  font-weight: bold;
}

#view_course .order_course_widget .course_price .price_original {
  margin: 5px;
}

#view_course .order_course_widget .course_price .price_original span.inactive {
  text-decoration: line-through !important;
  color: #939993;
}

/* /////////////////////////////////////////////// */
/* //////////////// Order Page /////////////// */
/* /////////////////////////////////////////////// */

#order_page {
  min-height: 800px !important;
}

#order_page .tile {
  padding: 20px 15px 30px 15px;
}

#order_page .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
}

#order_page #order_user {
  text-align: center;
  padding: 35px 15px 25px 15px;
}

#order_page #order_user .user_photo {
  width: 96px;
  height: 96px;
}

#order_page #order_user .user_name {
  line-height: 30px;
  font-size: 18px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  margin-top: 10px;
}

#order_page #order_user .user_desc {
  line-height: 30px;
  font-size: 14px;
  font-family: var(--nice_font_2);
}

#order_page #order_options .status_desc {
  margin-top: 15px;
  padding: 10px 15px;
  background-color: #fbfbfb;
  border-radius: 8px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
}

#order_page #order_options .cancel_reason {
  text-align: center;
  font-weight: bold;
  color: #db2b44;
  background: #fff8f8;
  margin-top: 20px;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 13px;
}

#order_page #order_options .action_btns {
  margin-top: 15px;
}

#order_page #order_options .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;
}

#order_page #order_options .action_btns .btn:hover {
  transition: all 0.5s ease 0s;
}

#order_page #order_options .action_btns .btn-cert,
#order_page #order_options .action_btns .btn-chat {
  background-color: #7fcfff !important;
  color: #fff !important;
  border: none !important;
}

#order_page #order_options .action_btns .btn-cert:hover,
#order_page #order_options .action_btns .btn-chat:hover {
  background-color: #6db7e3 !important;
}

#order_page #order_options .action_btns .btn-dashboard,
#order_page #order_options .action_btns .btn-accept,
#order_page #order_options .action_btns .btn-confirm,
#order_page #order_options .action_btns .btn-chechout {
  background-color: #64ca8c !important;
  color: #fff !important;
  border: none !important;
}

#order_page #order_options .action_btns .btn-dashboard:hover,
#order_page #order_options .action_btns .btn-confirm:hover,
#order_page #order_options .action_btns .btn-accept:hover,
#order_page #order_options .action_btns .btn-chechout:hover {
  background-color: #2da85d !important;
}

#order_page #order_options .action_btns .btn-reject,
#order_page #order_options .action_btns .btn-cancel {
  background-color: #e6e6e6 !important;
  color: #626060 !important;
  border: none !important;
}

#order_page #order_options .action_btns .btn-reject:hover,
#order_page #order_options .action_btns .btn-cancel:hover {
  background-color: #ff7676 !important;
  color: #fff !important;
}

#order_page #order_options .action_btns .btn-edit {
  background-color: #ff869d !important;
  color: #fff !important;
  border-radius: 20px;
  border: none !important;
}

/* /// Order stages widget /////// */

#order_page #order_stages {
  padding-bottom: 20px;
}

#order_page #order_stages .stage .content {
  padding: 10px 15px;
  background-color: #fbfbfb;
  border-radius: 8px;
}

#order_page #order_stages .stage.success .content {
  background-color: #effbe7;
  color: #286a39;
}

#order_page #order_stages .stage.active .content {
  background-color: #fbf1e7;
  color: #6a3e28;
}

#order_page #order_stages .stage .content .time {
  float: left;
  margin-top: 4px;
}

#order_page #order_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;
}

#order_page #order_stages .stage .content .title {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

#order_page #order_stages .stage .connector {
  height: 20px;
  margin-right: 26px;
  border-right-width: 3px;
  border-right-color: #eee;
  border-right-style: dotted;
  border-top: none;
  border-left: none;
  border-bottom: none;
}

#order_page #order_stages .stage.success .connector {
  border-right-style: solid;
  border-right-color: #effbe7;
}

#order_page #orderDetails {
}

#order_page #orderDetails .single_item {
  margin-top: 15px;
}

#order_page #orderDetails .single_item .item_title {
  line-height: 24px;
  font-family: var(--nice_font_2);
  font-weight: bold;
}

#order_page #orderDetails .single_item .tag {
  display: inline-block;
  background-color: #fff;
  padding: 3px 6px;
  border-radius: 6px;
  margin: 0px 5px 0 0px;
  font-size: 13px;
  line-height: 24px;
}
#order_page #orderDetails .single_item .details {
  border-top: 2px dashed #eee;
  line-height: 30px;
  margin-top: 15px;
  padding-top: 15px;
  margin-bottom: 15px;
  font-family: var(--nice_font_2);
}

/* /// Delivery Actions /////// */

#order_page #delivery_actions .title {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  padding: 10px 0px;
}

#order_page #delivery_actions .desc {
  font-size: 14px;
  line-height: 30px;
  font-family: var(--nice_font_2);
}

#order_page #delivery_actions .action_btns {
  margin-top: 15px;
}

#order_page #delivery_actions .action_btns .btn {
  height: 40px;
  line-height: 40px;
  padding: 0px 15px;
  border: none !important;
  border-radius: 20px;
  display: block !important;
  width: 100%;
  margin-top: 10px;
  transition: all 0.5s ease 0s;
}

#order_page #delivery_actions .action_btns .btn:hover {
  transition: all 0.5s ease 0s;
}

#order_page #delivery_actions .action_btns .btn-accept,
#order_page #delivery_actions .action_btns .btn-confirm {
  background-color: #64ca8c !important;
  color: #fff !important;
  border: none !important;
}

#order_page #delivery_actions .action_btns .btn-accept:hover,
#order_page #delivery_actions .action_btns .btn-confirm:hover {
  background-color: #2da85d !important;
}

#order_page #delivery_actions .action_btns .btn-reject,
#order_page #delivery_actions .action_btns .btn-skip {
  background-color: #f5f5f5 !important;
  color: #626060 !important;
  border: none !important;
}

#order_page #delivery_actions .action_btns .btn-reject:hover,
#order_page #delivery_actions .action_btns .btn-skip:hover {
  background-color: #ff7676 !important;
  color: #fff !important;
}

#order_page #delivery_actions .action_btns .btn-help {
  background-color: #f5f5f5 !important;
  color: #626060 !important;
  border: none !important;
}

#order_page #delivery_actions .action_btns .btn-help:hover {
  background-color: #757575 !important;
  color: #fff !important;
}

#order_page .single_task {
  margin-bottom: 15px;
  font-family: var(--nice_font_2);
  line-height: 30px;
}

#order_page .single_task .task_title {
  font-size: 16px;
  line-height: 30px !important;
}

#order_page .single_task.done .task_title {
  text-decoration: line-through !important;
  color: #2a7e0a !important;
}

#order_page .single_task.deleted .task_title{  
  color: #af0320 !important;
  font-size: 12px;
}

#order_page .single_task.done {
  border-color: #e7edce !important;
  border-right-color: #01aa2c !important;
  background: #f6f8f1 !important;
}

#order_page .instructions {
  margin: -20px 15px 30px 15px;
  border-radius: 0 0 8px 8px;
  padding: 5px 20px;
  background: #fff;
  border: 1px solid var(--lite_border_color);
  border-top: none !important ;
}

#order_page .instructions .heading .tile_title {
  font-size: 16px !important;
  font-family: var(--nice_font_2) !important;
  margin: 0px;
  padding: 5px 0;
  line-height: 30px;
  text-align: center !important;
  font-weight: bold;
  color: #777;
}

#order_page .collapse-task-details {
  animation-iteration-count: 1 !important;
}

#order_page .instructions #collapsedText {
  padding: 20px 20px 20px 20px;
}

#order_page .instructions .textContent {
  padding: 20px 0px;
  line-height: 30px;
  font-size: 16px;
  font-family: var(--nice_font_2);
}

