@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700&display=swap);.iti__flag {
  background-image: url("/front/node_modules/intl-tel-input/build/img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("/front/node_modules/intl-tel-input/build/img/flags@2x.png");
  }
}

.iti.iti--allow-dropdown .iti__selected-flag {
  padding: 0 15px;
  background-color: #f3f3f5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background-image: url(/front/assets/images/chevron-small-down.png);
  background-repeat: no-repeat;
  background-position: center right 5px;
}

.iti.iti--allow-dropdown .iti__selected-flag:focus {
  outline: none;
}

.iti.iti--allow-dropdown input {
  padding-left: 71px;
}

.iti.iti--allow-dropdown .iti__arrow {
  border: none;
}

input.datepicker {
  padding: 0 15px;
  background-image: url(/front/assets/images/calendar.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.datepicker td,
.datepicker th {
  width: 30px;
  height: 30px;
}

.content {
  padding-top: 75px;
}

.title-lines {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.title-lines::before {
  content: "";
  height: 1px;
  background-color: #636e72;
  opacity: 0.251;
  min-width: 60px;
}

.title-lines::after {
  content: "";
  height: 1px;
  background-color: #636e72;
  opacity: 0.251;
  min-width: 60px;
}

.t-12 {
  font-size: 12px;
}

.t-13 {
  font-size: 13px;
}

.t-15 {
  font-size: 15px;
}

.t-16 {
  font-size: 16px;
}

.t-18 {
  font-size: 18px;
}

.t-w-400 {
  font-weight: 400;
}

.t-w-500 {
  font-weight: 500;
  text-transform: capitalize;
}

.t-w-600 {
  font-weight: 600;
  text-transform: capitalize;
}

select {
  -webkit-appearance: none;
  background-image: url(/front/assets/images/chevron-small-down.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.divider {
  margin: 10px 0 25px;
  height: 1px;
  background: #e6e6e6;
  width: 100%;
}

.btn-border {
  border: 1px solid #2c73ea;
  color: #2c73ea;
}

.btn-border:focus,
.btn-border:hover {
  color: #3369e7;
}

.btn-border-secondary {
  border: 1px solid #2bdb9f;
  color: #2bdb9f;
}

.btn-border-secondary:focus,
.btn-border-secondary:hover {
  color: #2bdb9f;
}

.flex-md-row {
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .flex-md-row {
    flex-direction: row;
  }
}

.flex-2 {
  flex: 2;
}

.flex-1 {
  flex: 1;
}

.success {
  min-height: 660px;
}

.success i {
  font-size: 145px;
  background-image: -webkit-linear-gradient(-3deg, #2dde98 0%, #1cc7d0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.success h2 {
  margin: 45px 0 30px;
}

.success p {
  max-width: 500px;
  margin-bottom: 30px;
}

.success .btn-primary,
.success .btn-secondary {
  margin-bottom: 15px;
}

.success .btn-border {
  border-color: white;
}

.success .btn-border:hover {
  background: white;
  color: #2a75eb;
}

.success .btn-border-secondary {
  border-color: white;
}

.success .btn-border-secondary:hover {
  background: white;
  color: #2dde98;
}

.phone-group {
  display: flex;
}

.phone-group .form-control:first-child {
  border-right: 0;
  max-width: 78px;
  background-color: #f6f6f8;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.phone-group input {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.password-input {
  position: relative;
}

.password-input i {
  position: absolute;
  top: 0;
  right: 0;
  color: #a3c3f6;
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background: #f3f3f5;
  border: solid #dfe6e9;
  border-width: 1px 1px 1px 0;
}

.password-input input.is-invalid + i {
  border-color: #dc3545;
}

.custom-file-label i {
  margin-right: 20px;
  font-weight: 600;
  font-size: 16px;
}

.summary-group {
  display: flex;
  border: 1px solid #dfe6e9;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding: 7px 0px;
}

.summary-group input {
  flex: 6;
  border: none;
  height: 36px;
  border-right: 1px solid #dfe6e9;
}

.summary-group select {
  flex: 1;
  border: none;
  height: 36px;
}

.search-group {
  display: flex;
  align-items: center;
  border: 1px solid #dfe6e9;
  border-radius: 5px;
  padding-right: 15px;
}

.search-group input {
  border: none;
  height: 43px;
  min-width: 266px;
}

.search-group i {
  font-size: 16px;
}

.status {
  border-radius: 5px;
  min-width: 90px;
  padding: 5px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin-bottom: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.status.online {
  background-color: #2dde98;
}

.status.inProgress {
  background-color: #fdcb6e;
}

.status.refused {
  background-color: #ff7675;
}

.form-control.is-invalid {
  border: 1px solid #dc3545 !important;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='red' viewBox='0 0 12 12'><circle cx='6' cy='6' r='4.5'/><path stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/><circle cx='6' cy='8.2' r='.6' fill='red' stroke='none'/></svg>") !important;
}

i.like-toggle {
  cursor: pointer;
}

.select2-container {
  width: 100%;
}

.select2-container--default .select2-selection--single {
  border: solid black 1px;
  outline: 0;
  border-style: solid;
  border-width: 1px;
  border-color: #dfe6e9;
  border-radius: 5px;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  background-image: url(/front/assets/images/chevron-small-down.png);
  background-repeat: no-repeat;
  background-position: center right 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}

.select2Selected {
  display: flex;
  flex-wrap: wrap;
}

.select2Selected .element {
  padding: 10px;
  margin-right: 4px;
  border-radius: 5px;
  background-color: #f6f6f6;
}

.select2Selected .element i {
  margin-left: 10px;
  font-weight: 600;
  cursor: pointer;
}

.input_select {
  position: relative;
  width: 100%;
}

.input_select input:focus {
  border-radius: 5px 5px 0 0;
}

.input_select .options {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  background-color: #fff;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #dfe6e9;
  border-radius: 0 0 5px 5px;
  padding: 5px 0;
  z-index: 9;
}

.input_select .options p {
  cursor: pointer;
  padding: 5px 15px;
  margin-bottom: 0;
}

.input_select .options p:hover {
  background-color: #5897fb;
  color: white;
}

body.rtl .form-control {
  text-align: right;
}

body.rtl .password-input i {
  right: unset;
  left: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-width: 1px 0 1px 1px;
}

body.rtl .password-input input.is-invalid + i {
  border-color: #dc3545;
}

body.rtl .success {
  text-align: right;
  direction: rtl;
}

.nav-container {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 999999999;
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08);
}

.nav-container .navbar .navbar-nav {
  /*.nav-item:last-child{ */
}

.nav-container .navbar .navbar-nav .nav-item {
  margin-right: 20px;
}

.nav-container .navbar .navbar-nav .nav-item.dropdown > a img {
  max-width: 25px;
}

.nav-container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: auto;
  left: unset;
  right: -10px;
}

.nav-container .navbar .navbar-nav .nav-item.dropdown .dropdown-menu a img {
  width: 25px;
  margin: 3px 0;
}

.nav-container .navbar .navbar-nav .nav-item.nav-btn {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f9f9f9;
  margin-right: 0;
}

@media screen and (max-width: 1024px) {
  .nav-container .navbar .navbar-nav .nav-item.nav-btn {
    background: white;
    border: none;
  }
}

.nav-container .navbar .navbar-nav .nav-item.nav-btn .fa:first-child {
  background: linear-gradient(-3deg, #2dde98 0%, #1cc7d0 100%);
  -webkit-background-clip: text;
          background-clip: text;
  margin-right: 5px;
  color: rgba(45, 222, 152, 0.3);
}

.nav-container .navbar .navbar-nav .nav-item.nav-btn .fa:last-child {
  margin-left: 10px;
  font-weight: 700;
}

.nav-container .navbar .navbar-nav .active .nav-link {
  font-weight: 500;
}

.nav-container .search-toggler {
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 15px;
  height: 35px;
  border-radius: 3px;
  background: no-repeat;
  color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .nav-container .search-toggler {
    display: unset;
  }

  .nav-container .navbar .navbar-nav {
    margin-top: 15px;
  }
}

.footer {
  background: #474e5d;
}

.footer .container:first-child {
  padding: 65px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.26);
}

@media screen and (max-width: 1024px) {
  .footer .container:first-child {
    align-items: center;
    padding: 30px 0;
  }
}

.footer .container:first-child .t-18 {
  margin-bottom: 23px;
}

@media screen and (max-width: 1024px) {
  .footer .container:first-child .item {
    text-align: center;
    margin-bottom: 20px;
  }
}

.footer .container:first-child .item a {
  display: block;
  margin-bottom: 15px;
}

.footer .container:first-child .item a:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .footer .container:first-child .item:last-child {
    max-width: 250px;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 0;
  }
}

.footer .container:first-child i {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer .container:first-child .dropdown {
  margin-bottom: 23px;
}

.footer .container:first-child .dropdown .dropdown-toggle {
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border-style: solid;
  border-width: 1px;
  border-color: #dfe6e9;
  border-radius: 5px;
  text-align: left;
  padding: 0px 15px;
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 165px;
}

.footer .container:first-child .dropdown .dropdown-toggle::after {
  content: url(/front/assets/images/chevron-small-down.png);
  border: none;
}

.footer .container:first-child .social-icons {
  justify-content: space-evenly;
  min-width: 150px;
}

.footer .container:last-child {
  padding: 30px 0;
}

@media screen and (max-width: 1024px) {
  .footer .container:last-child {
    align-items: center;
  }
}

.footer .container:last-child div {
  justify-content: space-evenly;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .footer .container:last-child div a {
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer .container:last-child p {
  margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
  .footer .container:last-child p {
    text-align: center;
  }
}

body.rtl .footer {
  direction: rtl;
  text-align: right;
}

.dev-divider {
  margin: 15px 0 30px 0;
  height: 1px;
  background: #dfe6e9;
}

.dev-form .select2-container--default .select2-selection--multiple {
  border: 1px solid #dfe6e9;
}

.dev-form .select2-container .select2-selection--multiple {
  min-height: 50px;
  padding: 0 0 0 7px;
}

.dev-form .select2-container .select2-search--inline .select2-search__field {
  min-height: 39px;
}

.dev-form .select2-container .select2-search--inline .select2-search__field::-webkit-input-placeholder {
  color: #b9c4ca;
  opacity: 1;
  /* Firefox */
}

.dev-form .select2-container .select2-search--inline .select2-search__field::-moz-placeholder {
  color: #b9c4ca;
  opacity: 1;
  /* Firefox */
}

.dev-form .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  color: #b9c4ca;
  opacity: 1;
  /* Firefox */
}

.dev-form .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
  color: #b9c4ca;
  opacity: 1;
  /* Firefox */
}

.dev-form .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: #b9c4ca;
  opacity: 1;
  /* Firefox */
}

.dev-form .select2-container .select2-search--inline .select2-search__field:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #b9c4ca;
}

.dev-form .select2-container .select2-search--inline .select2-search__field::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b9c4ca;
}

.dev-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  border: none;
}

.dev-form .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  top: 1px;
  right: 0;
  border: none;
  color: #2c73ea;
  height: 100%;
  width: 30px;
  border-radius: 0;
  font-size: 23px;
}

.dev-form .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  display: block;
  padding: 10px 30px 10px 10px;
  border-radius: 5px;
  background-color: #f6f6f6;
  color: #2c73ea;
}

.login {
  padding: 100px 0px;
}

@media screen and (max-width: 768px) {
  .login {
    padding: 50px 15px;
  }
}

.login .login_form {
  border-radius: 5px;
  background-color: #f6f6f8;
  padding: 50px;
}

@media screen and (max-width: 768px) {
  .login .login_form {
    padding: 30px 15px;
  }
}

.register {
  padding: 70px 0px;
}

@media screen and (max-width: 768px) {
  .register {
    padding: 30px 15px;
  }
}

.register h3 {
  margin-bottom: 50px;
}

.register .step {
  border: 1px solid #dfe6e9;
  border-radius: 5px;
  padding: 30px 30px 0 30px;
}

@media screen and (max-width: 768px) {
  .register .step {
    padding: 20px 20px 0 20px;
  }
}

.register .step form,
.register .step .step-content {
  display: none;
  margin-bottom: 25px;
}

.register .step .t-16 {
  margin-bottom: 30px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .register .step .t-16 {
    margin-bottom: 20px;
  }
}

.register .step .t-14 {
  margin-bottom: 25px;
}

.register .step .btn {
  margin-bottom: 25px;
}

.register .step .form-action {
  min-width: 230px;
  align-self: flex-end;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .register .step .form-action {
    min-width: 100%;
  }
}

.register .active {
  box-shadow: 0px 7px 28.71px 0.29px rgba(0, 0, 0, 0.08);
}

.register .active .download {
  padding: 20px;
  border-radius: 5px;
  background-color: #f6f6f8;
  display: none;
}

.register .active .download .t-14 {
  margin-bottom: 10px;
  display: block;
}

.register .active .download .t-14 i {
  margin-right: 10px;
}

.register .active .iti.iti--allow-dropdown {
  min-width: 100%;
}

.register .open .step-content {
  display: flex;
}

.register .register-warn {
  position: relative;
  padding: 30px;
  border-radius: 5px;
  background-color: #f6f6f8;
  overflow: hidden;
}

.register .register-warn i {
  position: absolute;
  bottom: -42px;
  right: -35px;
  font-size: 120px;
  opacity: 0.08;
}

body.rtl .login {
  padding: 100px 0px;
}

@media screen and (max-width: 768px) {
  body.rtl .login {
    padding: 50px 15px;
  }
}

body.rtl .login .login_form .form-control {
  text-align: right;
}

body.rtl .register > h3 {
  text-align: right;
}

body.rtl .register .step .t-16 {
  text-align: right;
}

body.rtl .register .register-warn {
  text-align: right;
}

body.rtl .register .form-control {
  text-align: right;
}

body.rtl .register .custom-file {
  direction: rtl;
  text-align: right;
}

body.rtl .register .custom-file i {
  margin: 0 0 0 20px;
}

body.rtl input.datepicker {
  background-position: center left 15px;
}

.home {
  /*.section3{
      height: 535px;
      position: relative;
      &::after{
          content: "";
          display: block;
          position: absolute;
          top: -129px;
          width: 382px;
          height: 760px;
          right: 0;
          background-repeat: no-repeat;
          background-image: url(/front/assets/images/section3.png);
          z-index:99;
      }

       @media screen and (max-width: 768px) {
          &::after
          {
              display: none;
          }
      }
      .inner{
          height: 100%;
          width:100%;
          display: flex;
          position: relative;
          align-items: center;
          overflow:hidden;

          &::before{
              content: "";
              background-color: #474e5d;
              height: 100%;
              position: absolute;
              display: block;
              width: 100%;
              transform-origin: top left;
              transform: skewY(4deg);
          }
          .container{
              z-index:9999;
          }
      }
  }*/
}

.home .section1 {
  height: 595px;
  background: linear-gradient(to bottom, rgba(71, 78, 93, 0.41), rgba(71, 78, 93, 0.41)), url(/front/assets/images/section1.jpg);
  background-size: cover;
  background-position: top right;
  background-attachment: fixed;
}

.home .section1 .container:first-child {
  display: flex;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .home .section1 .container:first-child {
    align-items: center;
    padding-top: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .home .section1 .container:first-child h2 {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  .home .section1 .container:first-child p {
    text-align: center;
  }
}

.home .section1 .container:last-child .static-block {
  padding: 40px 20px;
  border-radius: 5px;
  box-shadow: 0px 3px 20.8px 0.2px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  margin: 0;
  transform: translateY(50%);
}

@media screen and (max-width: 768px) {
  .home .section1 .container:last-child .static-block {
    transform: translateY(25px);
  }
}

@media screen and (max-width: 768px) {
  .home .section1 .container:last-child .static-block .col-md-3 {
    margin-bottom: 20px;
  }
}

.home .section1 .container:last-child .static-block .col-md-3 img {
  margin-right: 18px;
}

.home .section1 .container:last-child .static-block .col-md-3 .static {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home .section1 .container:last-child .static-block .col-md-3 .static h1 {
  line-height: 1;
  margin-bottom: 0;
}

.home .section1 .container:last-child .static-block .col-md-3 .static p {
  line-height: 1;
  margin-bottom: 0;
}

.home .section1 .container:last-child .static-block .col-md-3 .btn {
  flex: 1;
}

.home .section2 {
  padding: 120px 0 20px;
}

.home .section2 .btn-border {
  min-width: 263px;
}

.home .section3 {
  padding: 120px 0;
  background: #f6f6f6;
}

.home .section3 p {
  margin-bottom: 35px;
}

.home .section3 a {
  min-width: 263px;
}

.home .section-app-mobile {
  padding: 120px 0;
}

.home .section-app-mobile .section-img img {
  max-width: 100%;
}

.home .section-app-mobile .section-content {
  padding: 15px 0;
}

.home .section-app-mobile .section-content .s-actions .btn-store {
  color: #777777;
  min-width: 254px;
  padding: 12px 20px !important;
  border-color: #dddddd !important;
}

.home .section-app-mobile .section-content .s-actions .btn-store:focus,
.home .section-app-mobile .section-content .s-actions .btn-store:hover {
  color: #ffffff !important;
  background-color: #168eea;
  border-color: #168eea !important;
}

.home .section-app-mobile .section-content .s-actions .btn-store .btn-label,
.home .section-app-mobile .section-content .s-actions .btn-store .btn-caption {
  display: block;
  text-align: left;
  line-height: 1;
}

.home .section-app-mobile .section-content .s-actions .btn-store .btn-caption {
  font-size: 24px;
}

.home .section1 .container:first-child h2,
.home .section5 .container:first-child h2 {
  line-height: 1;
  margin-bottom: 17px;
}

.home .section1 .container:first-child p,
.home .section5 .container:first-child p {
  max-width: 500px;
  margin-bottom: 35px;
}

.home .section1 .container:first-child a,
.home .section5 .container:first-child a {
  min-width: 263px;
}

.home .section4 {
  padding: 70px 0px;
}

.home .section4 h2 {
  max-width: 502px;
}

.home .section5 {
  height: 543px;
  background: linear-gradient(to bottom, rgba(71, 78, 93, 0.41), rgba(71, 78, 93, 0.41)), url(/front/assets/images/section5.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.home .section5 .container {
  flex: 1;
}

.home .section6 {
  padding: 70px 0px;
}

body.rtl .home .section1 {
  direction: rtl;
  text-align: right;
}

body.rtl .home .section1 .container:last-child .static-block .col-md-3 img {
  margin-right: 0;
  margin-left: 18px;
}

body.rtl .home .section1 .container:last-child .static-block .col-md-3 .static {
  text-align: right;
}

body.rtl .home .section2 .container > h2,
body.rtl .home .section2 .container > p {
  text-align: right;
  direction: rtl;
}

body.rtl .home .section3 {
  direction: rtl;
}

body.rtl .home .section3::after {
  right: unset;
  left: 0;
  transform: rotateY(-180deg);
}

body.rtl .home .section3 .inner {
  text-align: right;
}

body.rtl .home .section4 {
  direction: rtl;
  text-align: right;
}

body.rtl .home .section5 {
  direction: rtl;
}

body.rtl .home .section6 {
  direction: rtl;
  text-align: right;
}

.project-item {
  margin-bottom: 20px;
  transition: all 0.5s;
  align-self: flex-start;
}

.project-item:hover {
  box-shadow: 0px 3px 20.8px 0.2px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.project-item .image {
  width: 100%;
  height: 196px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px 15px 0 15px;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  background-color: #ececec;
}

.project-item .image .project-desc {
  flex: 1;
  transform: translateY(50%);
}

.project-item .image .project-address-name {
  display: flex;
  flex: 1;
  justify-content: space-around;
  flex-direction: column;
}

.project-item .image .project-address-name p {
  margin-bottom: 0;
}

.project-item .image .like-toggle {
  padding: 0;
  height: 25px;
  line-height: 0;
  background: none;
  border: none;
}

.project-item .image i {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.project-item .image .fa-heart {
  color: red;
}

.project-item .avatar {
  width: 68px;
  height: 68px;
  border-radius: 34px;
  border: 2px solid #fff;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-color: #ececec;
}

.project-item .project-content {
  padding: 50px 15px 15px 15px;
}

.project-item .project-content .project-static p:first-child {
  margin-bottom: 5px;
}

.category-item {
  margin-bottom: 20px;
  transition: all 0.5s;
}

.category-item:hover {
  box-shadow: 0px 3px 20.8px 0.2px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.category-item .image {
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 15px 20px;
  height: 361px;
  background-repeat: no-repeat;
  background-color: #ececec;
}

.category-item p:last-child {
  margin-bottom: 0;
}

.partner-item {
  margin-bottom: 20px;
  transition: all 0.5s;
}

.partner-item:hover {
  box-shadow: 0px 3px 20.8px 0.2px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.partner-item .image {
  background-color: #ececec;
  height: 77px;
  width: 100%;
}

.project-item2 {
  margin-bottom: 30px;
}

.project-item2:hover {
  box-shadow: 0px 3px 20.8px 0.2px rgba(0, 0, 0, 0.05);
}

.project-item2 .image {
  width: 100%;
  height: 196px;
  background-size: cover;
  background-position: center;
  padding: 15px 15px 0 15px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  background-repeat: no-repeat;
  background-color: #ececec;
}

.project-item2 .project-content {
  padding: 15px;
}

.project-item2 .btn {
  border-radius: 5px;
  background-color: #f6f6f8;
  height: 32px;
  padding: 8px;
  min-width: unset;
}

.project-item2 .btn-edit {
  color: #2a76eb;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.project-item2 .btn-delete {
  color: #ff7675;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.progress {
  height: 5px;
  border-radius: 2px;
  background-color: #f3f3f3;
}

.progress div {
  height: 5px;
  border-radius: 2px;
  background-image: linear-gradient(to right, #1cc7d0, #2dde98);
}

body.rtl .project-item {
  text-align: right;
  direction: rtl;
}

body.rtl .project-item .avatar {
  margin-right: 0;
  margin-left: 10px;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-stage-outer {
  margin: 0 -15px;
  padding: 15px;
}

@media screen and (max-width: 1024px) {
  .owl-carousel .owl-nav {
    display: none;
  }
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-dot {
  position: absolute;
  top: 40%;
  left: -69px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: block;
  border: solid 1px #e6e6e6;
  background-color: #fff;
}

.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-dot span {
  font-size: 26px;
  font-weight: 600;
}

.owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: -69px;
}

.listing .search_form {
  margin: 65px 0;
}

.listing .search_form .search_inputs {
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0px 7px 28.7px 0.3px rgba(0, 0, 0, 0.08);
  border: solid 1px #dfe6e9;
  background-color: #ffffff;
  margin-right: 15px;
}

.listing .search_form .search_inputs .input-container {
  display: flex;
  align-items: center;
}

.listing .search_form .search_inputs .input-container input {
  border: none;
  height: 34px;
  min-width: 280px;
}

.listing .search_form .search_inputs .input-container:first-child {
  /*border-right: 1px solid #dfe6e9;
  margin-right: 15px;*/
  min-width: 360px;
}

.listing .search_form .btn {
  min-width: 181px;
}

.listing .filter {
  border-radius: 5px;
  box-shadow: 0px 7px 28.7px 0.3px rgba(0, 0, 0, 0.08);
  border: solid 1px #dfe6e9;
  background-color: #ffffff;
  padding: 30px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.listing .list {
  padding-left: 30px;
}

.listing .list .form-group {
  min-width: 262px;
}

@media screen and (max-width: 768px) {
  .listing .search_form {
    display: none;
    margin: 25px 0;
  }

  .listing .search_form .search_inputs {
    padding: 15px;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .listing .search_form .search_inputs .input-container {
    display: flex;
    align-items: center;
  }

  .listing .search_form .search_inputs .input-container input {
    border: none;
    height: 34px;
    min-width: 100%;
  }

  .listing .search_form .search_inputs .input-container {
    border: 1px solid #dfe6e9;
    position: relative;
    padding-left: 20px;
    border-radius: 5px;
  }

  .listing .search_form .search_inputs .input-container i {
    position: absolute;
    top: 17px;
    left: 10px;
  }

  .listing .search_form .search_inputs .input-container input {
    height: 50px;
  }

  .listing .search_form .search_inputs .input-container:first-child {
    border-right: 1px solid #dfe6e9;
    margin-right: 0;
    min-width: 100%;
  }

  .listing .search_form .btn {
    min-width: 100%;
  }

  .listing .filter {
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .listing .list {
    padding-left: 0;
  }

  .listing .list .form-group {
    min-width: 262px;
  }
}

body.rtl .listing .search_form {
  margin: 65px 0;
}

body.rtl .listing .search_form .search_inputs {
  padding: 8px 20px;
  border-radius: 5px;
  box-shadow: 0px 7px 28.7px 0.3px rgba(0, 0, 0, 0.08);
  border: solid 1px #dfe6e9;
  background-color: #ffffff;
  margin-right: 15px;
}

body.rtl .listing .search_form .search_inputs .input-container {
  display: flex;
  align-items: center;
}

body.rtl .listing .search_form .search_inputs .input-container input {
  border: none;
  height: 34px;
  min-width: 280px;
}

body.rtl .listing .search_form .search_inputs .input-container:first-child {
  border-right: 1px solid #dfe6e9;
  margin-right: 15px;
  min-width: 360px;
}

body.rtl .listing .search_form .btn {
  min-width: 181px;
}

body.rtl .listing .filter {
  border-radius: 5px;
  box-shadow: 0px 7px 28.7px 0.3px rgba(0, 0, 0, 0.08);
  border: solid 1px #dfe6e9;
  background-color: #ffffff;
  padding: 30px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

body.rtl .listing .list {
  padding-left: 30px;
}

body.rtl .listing .list .form-group {
  min-width: 262px;
}

.create_project .iti.iti--allow-dropdown {
  min-width: 100%;
}

.create_project .header-container {
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1024px) {
  .create_project .header-container {
    padding: 0 15px;
  }
}

.create_project .header-container .header {
  padding: 23px 0px;
  justify-content: space-between;
  max-width: 760px;
  flex: 1;
}

.create_project .header-container .header a {
  display: flex;
  align-items: center;
  color: #787e89;
}

@media screen and (max-width: 1024px) {
  .create_project .header-container .header a {
    font-size: 12px;
    flex-direction: column;
    max-width: 140px;
    text-align: center;
  }
}

.create_project .header-container .header a span {
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: white;
  box-shadow: 0px 7px 28.71px 0.29px rgba(0, 0, 0, 0.08);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

@media screen and (max-width: 1024px) {
  .create_project .header-container .header a span {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.create_project .header-container .header a:hover span {
  border-color: #87e7cb;
  -webkit-transition: border 1s;
}

.create_project .header-container .header a.active span {
  border-color: #87e7cb;
}

.create_project .step-container {
  align-items: center;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1024px) {
  .create_project .step-container {
    padding: 0 15px;
  }
}

.create_project .step-container h3 {
  padding: 45px 0;
  line-height: 1;
  margin-bottom: 0;
}

.create_project .step-container .step {
  padding: 40px 30px;
  border: 1px solid #dfe6e9;
  border-radius: 5px;
  box-shadow: 0px 7px 28.71px 0.29px rgba(0, 0, 0, 0.08);
  margin-bottom: 180px;
  min-width: 760px;
}

@media screen and (max-width: 1024px) {
  .create_project .step-container .step {
    min-width: 100%;
    padding: 20px;
  }
}

.create_project .step-container .step .input-group input {
  border-right: 0;
}

.create_project .step-container .step .input-group .input-group-text {
  border-left: 0;
}

.create_project .step-container .step textarea {
  min-height: 160px;
  padding: 15px;
}

.create_project .step-container .step .btn-border-secondary i {
  margin-right: 10px;
}

.create_project .step-container #projectPhoto {
  border-width: 1px;
  border-color: #021c36;
  border-style: dashed;
  border-radius: 5px;
  background-color: white;
  opacity: 0.302;
  padding: 20px 0px;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}

.create_project .step-container #projectPhoto .dz-message {
  text-align: center;
}

.create_project .step-container #projectPhoto .dz-preview {
  display: none;
}

body.rtl .create_project .step-container .step {
  text-align: right;
}

.account_header {
  background-color: #f6f6f8;
}

@media screen and (max-width: 1024px) {
  .account_header {
    display: flex;
    justify-content: space-between !important;
    padding: 0 15px;
  }
}

.account_header a {
  line-height: 53px;
  vertical-align: middle;
  margin-right: 25px;
  padding-top: 3px;
  color: #636e72;
}

@media screen and (max-width: 1024px) {
  .account_header a {
    margin-right: 0;
    font-size: 12px;
  }
}

.account_header a:hover {
  transition: border 2s;
}

.account_header a:hover::after {
  width: 100%;
}

.account_header a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #2c72ea;
  transition: width 0.5s;
}

.account_header a.active {
  transition: border 2s;
}

.account_header a.active::after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .profile {
    padding: 0 15px;
  }

  .profile .account_header {
    margin: 0 -15px;
  }
}

.profile h3 {
  line-height: 1;
  margin-bottom: 0;
  padding: 50px 0px;
}

.profile .step {
  padding: 30px 30px 0 30px;
  border: 1px solid #dfe6e9;
  border-radius: 5px;
  background-color: white;
  width: 747px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .profile .step {
    width: 100%;
    padding: 20px 20px 0 20px;
  }
}

.profile .step .step-header {
  margin-bottom: 30px;
  cursor: pointer;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .profile .step .step-header {
    margin-bottom: 20px;
  }
}

.profile .step #userPhoto {
  border-radius: 50%;
  background-color: #f3f3f5;
  width: 92px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  background-position: center;
  background-size: cover;
}

.profile .step #userPhoto i {
  color: #c2c2c4;
  font-weight: 500;
  font-size: 16px;
}

.profile .step #userPhoto .fa-pencil {
  border-radius: 50%;
  background-color: #2c73ea;
  width: 27px;
  height: 27px;
  color: white;
  position: absolute;
  bottom: 0;
  right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}

.profile .step #userPhoto .dz-preview {
  display: none;
}

.profile .step form {
  display: none;
}

.profile .step form .btn {
  margin-bottom: 30px;
  align-self: flex-end;
}

.profile .step.active {
  box-shadow: 0px 7px 28.71px 0.29px rgba(0, 0, 0, 0.08);
}

.profile .step.active form {
  display: block;
}

.profile .step.active form .iti.iti--allow-dropdown {
  min-width: 100%;
}

.profile .alert {
  width: 747px;
}

@media screen and (max-width: 1024px) {
  .profile .alert {
    width: 100%;
  }
}

.favorites h3 {
  margin-top: 50px;
  margin-bottom: 20px;
}

.favorites .container {
  min-height: 600px;
}

.favorites .subTitle {
  margin-bottom: 50px;
}

.favorites .subTitle .fa-heart {
  color: red;
  margin: 0 10px;
}

.projects {
  min-height: 800px;
}

.projects h3 span {
  font-size: 12px;
  font-weight: 500;
  color: white;
  border-radius: 5px;
  background-color: #2c73ea;
  margin-left: 10px;
  padding: 3px 6px;
  vertical-align: middle;
}

.contributors {
  min-height: 800px;
}

.contributors table {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .contributors table {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    min-width: 700px;
    font-size: 10px;
  }

  .contributors table .status {
    min-width: unset;
  }
}

.contributors table thead tr {
  border-radius: 5px;
  background-color: #f6f6f8;
}

@media screen and (max-width: 1024px) {
  .contributors table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}

.contributors table td,
.contributors table th {
  padding: 18px 25px;
}

@media screen and (max-width: 1024px) {
  .contributors table td,
  .contributors table th {
    width: 16%;
    padding: 10px;
  }
}

.dev-file-image {
  text-align: center;
  margin-bottom: 25px;
}

.dev-file-image .preview {
  position: relative;
  display: inline-block;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background-color: #f3f3f5;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.dev-file-image .preview .df-btn-edit {
  position: absolute;
  right: 5px;
  bottom: 0;
  display: inline-block;
  border-radius: 50%;
  background-color: #2c73ea;
  width: 27px;
  height: 27px;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 27px;
}

.dev-file-image.landscape .preview {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 115px;
  border-radius: 5px;
  border: 1px dashed #b3bac2;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.dev-file-image.landscape .preview .msg {
  padding: 15px;
  color: #ccced2;
}

.dev-file-image input {
  display: none;
}

body.rtl .account_header {
  background-color: #f6f6f8;
}

@media screen and (max-width: 1024px) {
  body.rtl .account_header {
    display: flex;
    justify-content: space-between !important;
    padding: 0 15px;
  }
}

body.rtl .account_header a {
  line-height: 53px;
  vertical-align: middle;
  margin-right: 25px;
  padding-top: 3px;
  color: #636e72;
}

@media screen and (max-width: 1024px) {
  body.rtl .account_header a {
    margin-right: 0;
    font-size: 12px;
  }
}

body.rtl .account_header a:hover {
  transition: border 2s;
}

body.rtl .account_header a:hover::after {
  width: 100%;
}

body.rtl .account_header a::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #2c72ea;
  transition: width 0.5s;
}

body.rtl .account_header a.active {
  transition: border 2s;
}

body.rtl .account_header a.active::after {
  width: 100%;
}

body.rtl .profile .account_header {
  direction: rtl;
  text-align: right;
}

body.rtl .profile .step .step-header {
  text-align: right;
}

body.rtl .favorites {
  direction: rtl;
  text-align: right;
}

body.rtl .projects {
  direction: rtl;
  text-align: right;
}

body.rtl .projects h3 span {
  margin-left: 0;
  margin-right: 10px;
}

body.rtl .contributors {
  direction: rtl;
  text-align: right;
}

body.rtl .contributors .search-group {
  flex-direction: row-reverse;
}

body.rtl .contributors #datatable_id_wrapper .dataTables_paginate {
  float: left;
}

.investor .head,
.asker .head {
  height: 543px;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 15px;
}

.investor .head::after,
.investor .head::before,
.asker .head::after,
.asker .head::before {
  content: "";
  position: absolute;
  width: 150%;
  left: -25%;
  height: 491px;
  border-radius: 50%;
  z-index: 0;
}

.investor .head::after,
.asker .head::after {
  bottom: -421px;
  background: #fff;
}

.investor .head p,
.asker .head p {
  max-width: 540px;
  text-align: center;
}

.investor .body,
.asker .body {
  background-color: #f6f6f6;
}

.investor .body .info p,
.asker .body .info p {
  color: #979ba2;
}

.investor .body .info .t-18,
.asker .body .info .t-18 {
  color: #2f3746;
}

.investor .body .info .info_avatar,
.asker .body .info .info_avatar {
  width: 85px;
  height: 85px;
  border-radius: 85px;
  background-color: #ffffff;
  margin: 0 auto 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.investor .body .info .info_avatar h2,
.asker .body .info .info_avatar h2 {
  margin-bottom: 0;
}

.investor .body .section1,
.asker .body .section1 {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding-bottom: 160px;
}

.investor .body .section1::after,
.asker .body .section1::after {
  content: "";
  position: absolute;
  bottom: -70px;
  width: 104%;
  left: -2%;
  background-color: #f6f6f6;
  height: 140px;
  border-radius: 50%;
  z-index: 0;
}

.investor .body .section2,
.asker .body .section2 {
  background-color: #f6f6f6;
  padding: 80px 0;
}

.investor .body .section3,
.asker .body .section3 {
  background-color: #f6f6f6;
  max-width: 927px;
  margin: 0 auto;
  padding: 60px 0;
  border-top: 1px solid rgba(71, 78, 93, 0.2);
}

@media screen and (max-width: 1024px) {
  .investor .body .section3,
  .asker .body .section3 {
    min-width: 100%;
    padding: 60px 15px;
  }
}

.investor .body .section3 .questions_reponses,
.asker .body .section3 .questions_reponses {
  border-radius: 5px;
  box-shadow: 0px 7px 28.7px 0.3px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding: 46px 40px 70px;
}

@media screen and (max-width: 1024px) {
  .investor .body .section3 .questions_reponses,
  .asker .body .section3 .questions_reponses {
    padding: 5px 15px 15px;
  }
}

.investor .body .section3 .questions_reponses .question,
.asker .body .section3 .questions_reponses .question {
  border-bottom: 1px solid #d3d4d7;
  padding: 24px 0;
}

@media screen and (max-width: 1024px) {
  .investor .body .section3 .questions_reponses .question,
  .asker .body .section3 .questions_reponses .question {
    padding: 10px 0;
  }
}

.investor .body .section3 .questions_reponses .question .question_head,
.asker .body .section3 .questions_reponses .question .question_head {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.investor .body .section3 .questions_reponses .question .question_head p,
.asker .body .section3 .questions_reponses .question .question_head p {
  flex: 1;
  margin-bottom: 0;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .investor .body .section3 .questions_reponses .question .question_head p,
  .asker .body .section3 .questions_reponses .question .question_head p {
    font-size: 12px;
  }
}

.investor .body .section3 .questions_reponses .question .question_head .fa-question-circle-o,
.asker .body .section3 .questions_reponses .question .question_head .fa-question-circle-o {
  font-size: 30px;
  margin-right: 13px;
  color: #d3d4d7;
}

.investor .body .section3 .questions_reponses .question .question_content,
.asker .body .section3 .questions_reponses .question .question_content {
  display: none;
  padding: 20px 0 0 40px;
}

.investor .head {
  background-image: linear-gradient(to bottom, rgba(71, 78, 93, 0.41), rgba(71, 78, 93, 0.41)), url(/front/assets/images/investor.jpg);
}

.investor .head::before {
  background: linear-gradient(to right, #00aeff 0%, #3369e7 100%);
  bottom: -417px;
}

.investor .body .info .info_avatar {
  box-shadow: 0px 7px 28.7px 0.3px rgba(0, 0, 0, 0.08);
}

.investor .body .info .info_avatar h2 {
  color: #2c72ea;
}

.asker .head {
  background-image: linear-gradient(to bottom, rgba(71, 78, 93, 0.41), rgba(71, 78, 93, 0.41)), url(/front/assets/images/asker.jpg);
}

.asker .head::before {
  background: linear-gradient(to left, #1cc7d0, #2dde98);
  bottom: -417px;
}

.asker .body .info .info_avatar h2 {
  color: #2bdba0;
}

.asker .body .section2 .info_avatar {
  box-shadow: 0px 7px 28.7px 0.3px rgba(0, 0, 0, 0.08);
}

.asker .body .divider {
  width: 945px;
  margin: 0 auto;
  margin-bottom: 65px;
}

@media screen and (max-width: 1024px) {
  .asker .body .divider {
    width: 100%;
  }
}

.asker .body .partners {
  min-height: 600px;
}

.asker .body .partners p {
  margin-bottom: 80px;
}

.asker .body .partners .partner {
  width: 100%;
  height: 77px;
  background-color: #ececec;
  margin-bottom: 25px;
  margin: 0 25px 25px 0;
}

.single .avatar {
  width: 40.3px;
  height: 40.2px;
  border-radius: 40.2px;
  background-size: cover;
  background-position: center;
  background-color: #ececec;
}

.single .image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  border-radius: 5px;
  background-color: #f6f6f6;
  min-height: 350px;
}

.single .image .share-container {
  position: relative;
  display: inline-block;
}

.single .image .share-container .wrapper {
  display: none;
  position: absolute;
  right: 100%;
  top: -12px;
  min-width: 260px;
  text-align: right;
}

.single .image .share-container button {
  background: none;
  border: none;
}

.single .image .share-container.open .wrapper {
  display: block;
}

.single .details .t-16 {
  margin-bottom: 29px;
}

.single .details .progress {
  margin-bottom: 37px;
}

.single .details select {
  margin-right: 28px;
}

.single .details .project-static {
  position: relative;
}

.single .details .project-static::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 21px;
  background-color: #e5e5e5;
  left: -30px;
  top: 5px;
}

.single .bar-header {
  background-color: #f6f6f8;
}

.single .bar-header p {
  padding: 0 10px;
  transition: border 2s;
  line-height: 53px;
  position: relative;
  color: #636e72;
  font-weight: 500;
  cursor: pointer;
  margin-bottom: 0;
}

.single .bar-header p:hover::after {
  width: 100%;
}

.single .bar-header p::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #2c72ea;
  transition: width 0.5s;
  position: absolute;
  left: 0;
  bottom: 0;
}

.single .bar-header p span {
  background: #2c73ea;
  border-radius: 5px;
  padding: 1px 6px;
  color: white;
  font-size: 12px;
  margin-left: 8px;
  font-weight: 300;
}

.single .bar-header p.active {
  transition: border 2s;
}

.single .bar-header p.active::after {
  width: 100%;
}

.single .bar-content {
  padding: 45px 0;
}

.single .bar-content .tab {
  max-width: 900px;
  display: none;
  padding: 15px;
}

.single .bar-content .tab.active {
  display: block;
}

.single .bar-content .max-w-500 {
  max-width: 555px;
}

.single .bar-content .comment .comment_content {
  margin-top: 20px;
  background: #f7f8f9;
  position: relative;
  padding: 20px;
}

.single .bar-content .comment .comment_content::before {
  content: "";
  top: -10px;
  left: 5px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #f7f8f9;
  position: absolute;
}

.single .bar-content textarea {
  min-height: 160px;
  padding: 15px;
}

.single .bar-content .review i {
  cursor: pointer;
  font-size: 25px;
}

.single .bar-content .review i:hover {
  color: #2c73ea !important;
}

body.rtl .single {
  direction: rtl;
  text-align: right;
}

body.rtl .single .avatar {
  margin-left: 10px;
}

body.rtl .single .avatar.mr-3 {
  margin-right: 0 !important;
}

body.rtl .single .image {
  margin: 0 0 24px 16px !important;
}

body.rtl .single .details .project-static {
  position: relative;
}

body.rtl .single .details .project-static::before {
  left: unset;
  right: -30px;
}

body.rtl .single .bar-content .comment .comment_content::before {
  left: unset;
  right: 2px;
}

.checkout .details {
  border-radius: 5px;
  box-shadow: 0px 7px 28.7px 0.3px rgba(0, 0, 0, 0.08);
  border: solid 1px #dfe6e9;
  background-color: #ffffff;
  padding: 44px;
  margin: 0 30px 100px 0;
}

@media screen and (max-width: 1024px) {
  .checkout .details {
    padding: 15px;
    margin: 0 0 50px 0;
  }
}

.checkout .details .warn {
  border-radius: 5px;
  background-color: #f6f6f8;
  padding: 35px;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
  .checkout .details .warn {
    padding: 15px;
  }
}

.checkout .details .warn i {
  font-size: 123px;
  position: absolute;
  bottom: -24px;
  right: -34px;
  opacity: 0.05;
}

.checkout .details .payment {
  padding: 19px 17px;
  border-radius: 5px;
  border: solid 1px #dfe6e9;
  margin-bottom: 37px;
}

.checkout .details .payment .form-check-caption {
  margin-top: 25px;
  display: none;
  margin-left: -20px;
}

body.rtl .checkout {
  text-align: right;
}

body.rtl .checkout .project-item {
  direction: rtl;
}

body.rtl .checkout .card_stripe {
  direction: rtl;
}

.dev-steps .step-slot:not(.active) {
  display: none;
}

.dev-page {
  padding: 45px 0;
}

.dev-page .page-header {
  padding: 15px 0;
}

.dev-page .page-header .page-title {
  font-size: 26px;
  margin: 0;
}

.dev-page .page-content {
  padding: 15px 0;
}

/*stripe */

.card_stripe {
  width: auto;
  max-width: 500px;
  position: relative;
}

.card_stripe label {
  display: inline-block;
  width: 100%;
  position: relative;
}

.card_stripe label span {
  min-width: 150px;
  display: inline-block;
}

.card_stripe label:not(:last-child) {
  border-bottom: 1px solid #f0f5fa;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.card_stripe label i {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 24px;
  color: #ccc;
}

.card_stripe input {
  border: none;
  box-shadow: none;
  outline: none;
}

.card_stripe .input {
  display: inline-block;
  width: 200px;
  position: relative;
  top: 5px;
}

.card_stripe i.bg {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 100px;
  color: #ccc;
  transform: rotate(0deg);
  z-index: 1;
}

@media (max-width: 424px) {
  .gateways-table #gateway_stripe .card_stripe i.bg {
    display: none;
  }
}

/* end stripe */

#datatable_id_wrapper {
  margin-bottom: 50px;
}

#datatable_id_wrapper a {
  cursor: pointer;
  font-weight: 400;
}

#datatable_id_wrapper a:focus {
  outline: none;
}

#datatable_id_wrapper .dataTables_length select {
  height: 30px;
  min-width: 70px;
  padding-left: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dfe6e9;
  border-radius: 5px;
  margin-bottom: 15px;
}

#datatable_id_wrapper .dataTables_length select:focus {
  outline: none;
}

#datatable_id_wrapper #datatable_id_filter {
  display: none;
}

#datatable_id_wrapper .dataTables_info {
  display: inline-flex;
  font-weight: 400;
  align-items: center;
}

#datatable_id_wrapper .dataTables_paginate {
  display: inline-flex;
  float: right;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dfe6e9;
  border-radius: 5px;
}

#datatable_id_wrapper #datatable_id_paginate #datatable_id_next {
  border-width: 0px;
}

#datatable_id_wrapper #datatable_id_paginate .paginate_button {
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  border-color: #dfe6e9;
  padding: 10px 10px;
}

#datatable_id_wrapper #datatable_id_paginate span .current {
  border-style: solid;
  border-width: 1px 1px 1px 0;
  border-color: #dfe6e9;
  background-color: #f6f6f8;
  padding: 9px 10px;
}

