@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
* {
  outline: none;
  box-sizing: border-box;
}

:root {
  --body-bg-color: #e5ecef;
  --theme-bg-color: #fafafb;
  --body-font: "Poppins", sans-serif;
  --body-color: #2f2f33;
  --active-color: #0162ff;
  --active-light-color: #e1ebfb;
  --header-bg-color: #fff;
  --search-border-color: #efefef;
  --border-color: #d8d8d8;
  --alert-bg-color: #e8f2ff;
  --subtitle-color: #83838e;
  --inactive-color: #f0f0f0;
  --placeholder-color: #9b9ba5;
  --time-button: #fc5757;
  --level-button: #5052d5;
  --button-color: #fff;
}

.dark-mode {
  --body-bg-color: #1d1d1d;
  --theme-bg-color: #13131a;
  --header-bg-color: #1c1c24;
  --alert-bg-color: #292932;
  --body-color: #fff;
  --inactive-color: #292932;
  --time-button: #fff;
  --level-button: #fff;
  --active-light-color: #263d63;
  --border-color: #26262f;
  --search-border-color: #26262f;
}

::-moz-placeholder {
  color: var(--placeholder-color);
}

:-ms-input-placeholder {
  color: var(--placeholder-color);
}

::placeholder {
  color: var(--placeholder-color);
}

img {
  max-width: 100%;
}

html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

body {
  background-color: var(--body-bg-color);
  font-family: 'Bricolage Grotesque', sans-serif !important;
  font-size: 15px;
  color: #3e2b72;
  margin: 0;
  padding: 0;
}
.JobBg{
  margin: 20px 18px 18px;
}
.dark-light svg {
  margin-right: 8px;
  width: 22px;
  cursor: pointer;
  fill: transparent;
  transition: 0.5s;
}

.dark-mode .dark-light svg {
  fill: #3e2b72;
  stroke: #3e2b72;
}
.dark-mode .job-card svg {
  box-shadow: none;
}
.dark-mode .search.item {
  color: var(--body-color);
  border-color: var(--body-color);
}
.dark-mode .search-location svg,
.dark-mode .search-job svg,
.dark-mode .search-salary svg {
  color: var(--body-color);
}
.dark-mode .detail-button {
  background-color: var(--inactive-color);
  color: var(--subtitle-color);
}

.job {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;

}

.logo {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 17px;
  cursor: pointer;
  margin-right: 10px;
}
.logo svg {
  width: 24px;
  margin-right: 12px;
}

.header {
  display: flex;
  align-items: center;
  transition: box-shadow 0.3s;
  flex-shrink: 0;
  padding: 0 40px;
  white-space: nowrap;
  background-color: var(--header-bg-color);
  height: 72px;
  width: 100%;
  font-size: 14px;
  justify-content: space-between;
  box-shadow: 0px 0px 25px #efefef;
}
.header-menu a {
  text-decoration: none;
  color: var(--body-color);
  font-weight: 500;
}
.header-menu a:hover {
  color: var(--active-color);
}
.header-menu a:not(:first-child) {
  margin-left: 30px;
}
.header-menu a.active {
  color: var(--active-color);
}

.user-settings {
font-weight: 500;
    width: 100%;
    text-align: right;
}
.user-settings svg {
  width: 22px;
  color: #3e2b72;
  margin: 8px;
  position: relative;
  top: 10px;
}

.user-menu {
  position: relative;
  margin-right: 8px;
  padding-right: 8px;
  border-right: 2px solid #d6d6db;
}
.user-menu:before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 2px solid var(--header-bg-color);
  right: 6px;
  top: -1px;
  background-color: var(--active-color);
}

.user-profile {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 10px;
}

.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  scroll-behavior: smooth;
  padding: 10px 15px 0;
  overflow: auto;
}

.search-menu {
  height: 75px;
  white-space: nowrap;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  background-color: var(--header-bg-color);
  border-radius: 8px;
  width: 100%;
  padding-left: 20px;
}
.search-menu div:not(:last-of-type) {
  border-right: 1px solid var(--search-border-color);
}

.search-bar {
  height: 55px;
  width: 100%;
  position: relative;
}
.search-bar input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%230162ff'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: 0 50%;
  padding: 0 25px 0 305px;
}

.search-location,
.search-job,
.search-salary {
  display: flex;
  align-items: center;
  width: 50%;
  font-size: 14px;
  font-weight: 500;
  padding: 0 25px;
  height: 100%;
}
.search-location input,
.search-job input,
.search-salary input {
  width: 100%;
  height: 100%;
  display: block;
  background-color: transparent;
  border: none;
}
.search-location svg,
.search-job svg,
.search-salary svg {
  margin-right: 8px;
  width: 18px;
  color: var(--active-color);
  flex-shrink: 0;
}

.search-button {
  background-color: var(--active-color);
  height: 55px;
  border: none;
  font-weight: 600;
  font-size: 14px;
  padding: 0 15px;
  border-radius: 0 8px 8px 0;
  color: var(--button-color);
  cursor: pointer;
  margin-left: auto;
}

.search.item {
  position: absolute;
  top: 10px;
  left: 25px;
  font-size: 13px;
  color: var(--active-color);
  border: 1px solid var(--search-border-color);
  padding: 8px 10px;
  border-radius: 8px;
  display: flex;
  align-items: center;
}
.search.item svg {
  width: 12px;
  margin-left: 5px;
}
.search.item:last-child {
  left: 185px;
}

.main-container {
  display: flex;
  flex-grow: 1;
  padding-top: 5px;
}

.search-type {
  width: 300px;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-shrink: 0;
  position: fixed;
  box-shadow: 0px 0px 25px #efefef;
  overflow: hidden;
    overflow-y: scroll;
    height: calc(100vh - 250px);
}
.leftbar {
  width: 300px;
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 8px;
  flex-shrink: 0;
  background: #fff;
  padding:2px 12px 20px 12px;
  position: fixed;
  box-shadow: 0px 0px 25px #efefef;
  overflow: hidden;
    overflow-y: scroll;
    height: calc(100vh - 150px);
}

.alert {
  background-color: var(--alert-bg-color);
  padding: 24px 18px;
  border-radius: 8px;
}
.alert-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.alert-subtitle {
  font-size: 13px;
  color: var(--subtitle-color);
  line-height: 1.6em;
  margin-bottom: 20px;
}
.alert input {
  width: 100%;
  padding: 10px;
  display: block;
  border-radius: 6px;
  background-color: var(--header-bg-color);
  border: none;
  font-size: 13px;
}

.search-buttons {
  border: none;
  color: #000;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}
.search-buttons:hover {
  background: #3ec6f2;
  color: #fff;
}

.dark-mode .search-buttons {
    background-color: var(--inactive-color);
   color: var(--subtitle-color);
}

.job-wrapper {
  padding-top: 10px;
}

.job-time {
  padding-top: 10px;
  padding-bottom: 10px;
}
.job-time-title {
  font-size: 16px;
  font-weight: 600;
}

.type-container {
  display: flex;
  align-items: center;
  color: var(--subtitle-color);
  font-size: 13px;
  margin-bottom: 5px;
}
.type-container label {
  margin-left: 2px;
  color: #3e2b72;
  line-height: 21px;
  margin-bottom: 2px;
  font-weight: 500;
}
.type-container + .type-container {
  margin-top: 2px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 7px;
  padding-bottom: 6px;
}

.job-number {
  margin-left: auto;
  background-color: var(--inactive-color);
  color: #020266;
  font-size: 10px;
  font-weight: 500;
  padding: 5px;
  border-radius: 3px;
}

.job-style {
  display: none;
}

.job-style + label:before {
  content: "";
  margin-right: 7px;
  width: 15px;
  height: 15px;
  border: 1px solid var(--subtitle-color);
  border-radius: 1px;
  cursor: pointer;
  margin-top: 4px;
  float: left;
  margin-bottom: 6px;
}

.job-style:checked + label:before {
  background-color: #1875bb;
  border-color:#1875bb;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpath d='M20 6L9 17l-5-5'/%3e%3c/svg%3e");
  background-position: 50%;
  background-size: 14px;
  background-repeat: no-repeat;
}

.job-style:checked + label + span {
  background-color: var(--active-light-color);
  color: var(--active-color);
}

.searched-jobs {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-left: 300px;
}

@-webkit-keyframes slideY {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
}

@keyframes slideY {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
}
.searched-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-animation: slideY 0.6s both;
          animation: slideY 0.6s both;
}
.searched-show {
  font-size: 28px;
  font-weight: 600;
}
.searched-sort {
  font-size: 14px;
  color: var(--subtitle-color);
}
.searched-sort .post-time {
  font-weight: 600;
  color: var(--subtitle-color);
}
.searched-sort .menu-icon {
  font-size: 9px;
  color: var(--placeholder-color);
  margin-left: 6px;
}

.job-cards {
  padding-top: 13px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -webkit-animation: slideY 0.6s both;
          animation: slideY 0.6s both;
}
@media screen and (max-width: 1212px) {
  .job-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 930px) {
  .job-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.job-card {
  padding: 21px 20px;
  background-color: var(--header-bg-color);
  /* border-radius: 8px; */
  cursor: pointer;
  transition: 0.2s;
  margin-bottom: 10px;
        border: 1px solid #e1e1e1;
}
.job-card span {
  padding: 3px 8px;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
.job-card-title {
  font-weight: 600;
  margin-top: auto;
  font-size: 18px;
  color: #3e2b72;
  line-height: 26px;
  text-transform: uppercase;
}
.job-card-subtitle {
  color: var(--subtitle-color);
  font-size: 13px;
  margin-top: 8px;
  line-height: 1.6em;
}
.job-card-header {
  display: flex;
  align-items: flex-start;
}

.overview-card:hover {
  background: #3e2b72;
  transition: none;
  transform: scale(1);
}
.overview-card:hover svg {
  box-shadow: none;
}
.overview-card:hover .job-overview-buttons .search-buttons.time-button,
.overview-card:hover .job-overview-buttons .search-buttons.level-button {
  background-color: #3e2b72;
  color: #fff;
}
.overview-card:hover .job-card-title,
.overview-card:hover .job-stat {
  color: #fff;
}
.overview-card:hover .job-card-subtitle,
.overview-card:hover .job-day {
  color: #dedede;
}
.overview-card:hover .overview-wrapper .heart {
  color: #fff;
  border-color: #fff;
}
.overview-card:hover .overview-wrapper .heart:hover {
  fill: red;
  stroke: red;
  transform: scale(1.1);
}

.detail-button {
  background-color: #ffffff;
  color: #3e2b72;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 12px 4px;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
}
.detail-button + .detail-button {
  margin-left: 4px;
}
.JobActive .detail-button {
    border: none;
    background-color: #3ec6f2;
    color: #fff;
}

.job-card-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 4px;
}

.card-buttons,
.card-buttons-msg {
  padding: 7px;
  width: 100%;
  font-size: 13px;
  cursor: pointer;
}

.card-buttons {
  margin-right: 12px;
    border: 1px solid #1470b3;
}
.card-buttons-msg {
      border: 1px solid #3e2b72;
  color: var(--subtitle-color);
}
.menu-dot {
  height: 4px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 8px;
  font-size: 12px;
  color: #898989;
}

.header-shadow {
  box-shadow: 0 4px 20px rgba(88, 99, 148, 0.17);
  z-index: 1;
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateX(300px);
  }
}
.job-overview {
  display: flex;
  flex-grow: 1;
  display: none;
  -webkit-animation: slide 0.6s both;
          animation: slide 0.6s both;
}
.job-overview-cards {
  display: flex;
  flex-direction: column;
  width: 450px;
  height: 100%;
  flex-shrink: 0;
}
.job-overview-card + .job-overview-card {
  margin-top: 20px;
}
.job-overview-buttons {
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.job-overview-buttons .search-buttons {
  background-color: var(--inactive-color);
  font-size: 11px;
  padding: 6px 8px;
  margin-top: 0;
  font-weight: 500;
}
.job-overview-buttons .search-buttons.time-button {
  color: var(--time-button);
  margin-right: 8px;
}
.job-overview-buttons .search-buttons.level-button {
  color: var(--level-button);
}
.job-overview-buttons .job-stat {
  color: var(--active-color);
  font-size: 12px;
  font-weight: 500;
  margin-left: auto;
}
.job-overview-buttons .job-day {
  color: var(--subtitle-color);
  font-size: 12px;
  margin-left: 8px;
  font-weight: 500;
}
.job-overview .overview-wrapper {
  align-items: center;
}
.job-overview .overview-wrapper svg:first-child {
  width: 42px;
  margin-right: 10px;
}
.job-overview .overview-wrapper .heart {
  background: none;
  box-shadow: none;
  width: 24px;
  padding: 4px;
  color: var(--subtitle-color);
  border: 1px solid var(--border-color);
  margin-left: auto;
  margin-bottom: auto;
}

.overview-detail .job-card-title,
.overview-detail .job-card-subtitle {
  margin-top: 10px;
}
.overview-detail .job-card-subtitle {
  font-size: 12px;
  font-weight: 400;
  color: #3e2b72;
  margin-top: 1px;
  line-height: 17px;
  margin-bottom: 3px;
}

.job-explain {
  background-color: var(--header-bg-color);
  border-radius: 0 0 8px 8px;
}

.job-bg {
  border-radius: 8px 8px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
  transition: 0.3s;
  position: relative;
}

.job-logos {
  position: relative;
  display: none;
}
.job-logos svg {
  width: 66px;
  padding: 12px;
  background-color: #fff;
  border-radius: 10px;
  border: 4px solid var(--header-bg-color);
}

.job-title-wrapper {
  display: flex;
  align-items: center;
}
.job-title-wrapper .job-card-title {
  font-size: 26px;
  color: #cc7000;
  margin-top: 7px;
  margin-bottom: 3px;
}

.job-action {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.job-action svg {
  width: 32px;
  border: 1px solid var(--border-color);
  color: var(--subtitle-color);
  border-radius: 8px;
  padding: 6px;
}
.job-action svg + svg {
  margin-left: 12px;
}

.job-explain-content {
  padding: 0px 0px 10px;
}

.job-subtitle-wrapper {
  display: flex;
  align-items: center;
  margin-top: 2px;
}
.job-subtitle-wrapper .posted {
  margin-left: auto;
}
.job-subtitle-wrapper .company-name {
  color: #3e2b72;
  font-weight: 600;
  font-size: 14px;
}
.job-subtitle-wrapper .comp-location,
.job-subtitle-wrapper .posted {
  color: var(--subtitle-color);
  font-size: 12px;
  font-weight: 500;
}
.job-subtitle-wrapper .comp-location {
  position: relative;
  margin-left: 10px;
}
.job-subtitle-wrapper .comp-location:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--placeholder-color);
  top: 49%;
  left: -8px;
  position: absolute;
}
.job-subtitle-wrapper .app-number {
  color: var(--body-color);
  position: relative;
  margin-left: 12px;
}
.job-subtitle-wrapper .app-number:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: var(--placeholder-color);
  top: 50%;
  left: -7px;
  position: absolute;
}

.explain-bar {
  margin-top: 11px;
  border: 1px solid #eddede;
  border-radius: 3px;
  display: flex;
  height: 66px;
  background: #fffbfb;
  padding: 0 12px;
  align-items: center;
  justify-content: space-between;
}
.explain-title {
color: #3e2b72;
    font-size: 13px;
    line-height: 25px;
    white-space: nowrap;
}
.explain-subtitle {
  font-size: 16px;
  font-weight: 500;
  margin-top: -2px;
  white-space: nowrap;
}

.explain-contents + .explain-contents {
  border-left: 1px solid var(--border-color);
  padding-left: 16px;
}

.overview-text {
  margin-top: 20px;
}
.overview-text-header {
  font-weight: 600;
  margin-bottom: 3px;
  font-size: 20px;
}
.overview-text-subheader {
    font-size: 14px;
    line-height: 22px;
}
.overview-text-item {
  font-size: 13px;
  position: relative;
  display: flex;
}
.overview-text-item + .overview-text-item {
  margin-top: 7px;
}
.overview-text-item:before {
  content: "";
  border: 2px solid #61bcff;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 5px;
}

.detail-page .job-overview {
  display: flex;
}
.detail-page .job-cards,
.detail-page .searched-bar {
  display: none;
}
@media screen and (max-width: 1300px) {
  .detail-page .search-type {
    display: none;
  }
  .detail-page .searched-jobs {
    padding-left: 0;
  }
}

@media screen and (max-width: 990px) {
  .explain-contents, .explain-bar {
    height: auto;
  }

  .explain-bar {
    flex-wrap: wrap;
    padding-bottom: 14px;
  }

  .explain-contents {
    width: 50%;
  }

  .explain-contents + .explain-contents {
    padding: 0;
    border: 0;
  }

  .explain-contents:nth-child(2) ~ .explain-contents {
    margin-top: 16px;
    border-top: 1px solid var(--border-color);
  }

  .job-subtitle-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .job-subtitle-wrapper .posted {
    margin-left: 0;
    margin-top: 6px;
  }
}
@media screen and (max-width: 930px) {
  .search-job, .search-salary {
    display: none;
  }

  .search-bar {
    width: auto;
  }
}
@media screen and (max-width: 760px) {
  .detail-page .job-overview-cards {
    display: none;
  }

  .user-name {
    display: none;
  }

  .user-profile {
    margin-right: 0;
  }

  .job-explain {
    margin-left: 0;
  }
}
@media screen and (max-width: 730px) {


  .searched-jobs {
    padding-left: 0;
  }

  .search-menu div:not(:last-of-type) {
    border: 0;
  }

  .job-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .search-location {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  .job-cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .header-menu a:not(:first-child) {
    margin-left: 10px;
  }
  
}
@media screen and (max-width: 590px) {
  .header-menu {
    display: none;
  }
}
@media screen and (max-width: 520px) {
  .search.item {
    display: none;
  }

  .search-bar {
    flex-grow: 1;
  }

  .search-bar input {
    padding: 0 0 0 30px;
  }

  .search-button {
    margin-left: 16px;
  }

  .searched-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .searched-sort {
    margin-top: 5px;
  }

  .main-container {
    padding-top: 10px;
  }
}
@media screen and (max-width: 380px) {
  .explain-contents {
    width: 100%;
    margin: 0;
  }

  .explain-contents:nth-child(2) ~ .explain-contents {
    margin: 0;
    border: 0;
  }


  .header {
    padding: 0 20px;
  }
}

.logo_career img{
  width: 170px;
  margin: 7px;
}
.jobNew{
  padding: 2px 10px;
  border-radius: 4px;
  background: #3e2b72;
  color: #fff;
  text-align: center;
  font-size: 11px;
  width: 50px;
  margin-bottom: 9px;
}
.PostDays {
  font-size: 12px;
  color: #898989;
  margin-bottom: 11px;
}
.BackBtn{
  font-size: 15px;
    padding-left: 2px;
    font-weight: 500;
}

.dark-mode .search-type {
  background: #1c1c24;
  box-shadow: none;
}
.dark-mode .header {
  background: #000000;
  box-shadow: none;
}
.dark-mode .job-card-title {
   color: #c9c9c9;
}
.dark-mode .type-container label {
  color: #c9c9c9;
}

.dark-mode .job-time-title {
  color: #c9c9c9;
}
.dark-mode .job-card {
  background-color: #000000;
}

.dark-mode .overview-detail .job-card-subtitle {
  color: #898989;
}
.dark-mode .overview-text-subheader {
  color: #898989;
}
.dark-mode .explain-subtitle {
  color: #898989;
}
.dark-mode .overview-text-header {
  color: #898989;
}
.dark-mode .overview-text-item {
  color: #898989;
}
.dark-mode .tabs-content {
  background: #000;
  border: none;
}
.dark-mode .dark-mode .tabs-content {
  border: none;
}
.dark-mode .job-explain {
  background: #000;
}

.dark-mode .job-style:checked + label + span {
  background-color: var(--active-light-color);
  color: #1875bb;
}
.dark-mode .dropdown .options div {
  color: #000;
}
.dark-mode .dropdownjob .optionsTwo div {
  color: #000;
}



.searchBtn{
  background-color: #1470b3;
  border: none;
  padding: 9px 20px;
  border-radius: 3px;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.searchBtn:hover{
  background-color: #0b5891;
}

.header-menu {
    margin-top: 18px;
}
#MobileSearch {
    padding: 0 5px;
}

.SelectDrop{
    margin-bottom: 0;
}

.title-bar {
  background-color: white;
  border: 1px solid #808080;
}

.special-menu-button {
  cursor: pointer;
  font-weight: bold;
  text-align: left;
  width: 100%;
}

.Innerscroll{
    overflow: hidden;
    overflow-y: scroll;
    height: calc(100vh - 100px);
    margin-right: 0px;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
::-webkit-scrollbar-track {
  /* background-color: #fff; */
  -webkit-border-radius: 50px;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: #b9b9b9 !important;
}

.MainBtn{
    background-color: #3ec6f2;
    border: none;
    padding: 9px 20px;
    border-radius: 3px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.MainBtn:hover {
    background-color: #0b5891;
}
.JobForm h3 {
  color: #3e2b72;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.JobForm {
    margin-top: 25px;
}

.JoApply {
    padding: 20px 10px;
    border: 1px solid #ddd;
}

@media screen and (min-width: 768px) {

    #MobileSearch{
        display: none;
    }
    .header {
    padding: 0 20px;
}
.HideDesk{
        display: none;
    }

    
}


@media screen and (max-width: 767px) {
    
    .tabs-content.vertical {
        display: none;
}
    .HideMobile{
        display: none;
    }
    .detail-button + .detail-button {
    margin-left: 2px;
}
    span.PostedDays {
    top: 0px;
}
    span.JobNewIco {
    padding: 1px 12px;
    font-size: 10px;
}
   .wrapper {
    padding: 10px 0px 0;
} 
    .detail-button {
    font-size: 11px;
    padding: 4px 7px;
}
    .overview-detail .job-card-title, .overview-detail .job-card-subtitle {
       margin-top: 2px;
    margin-bottom: 2px;
}
    .overview-detail .job-card-subtitle {
    display: none;
}
    .RIghtArrow {
    display: none;
}
    .job-card-title {
    font-weight: 500;
    font-size: 18px;
}
    .job-card {
    margin-bottom: 7px;
}

.searchBtn {
    padding: 9px 13px;
}
       
}
    .header-menu {
    margin-top: 18px;
    display: none;
}
    
.header {
    height: 70px;
} 
.Innerscroll {
    width: 100%;
}
.title-bar {
    margin-bottom: 10px;
    display: none;
}
.job-title-wrapper .job-card-title {
    font-size: 22px;
    color: #3e2b72;
}
.job-card {
    padding: 15px;
}
.search-buttons {
    margin-top: 7px;
}
.job-cards {
    padding-top: 7px;
}
.searched-show {
    font-size: 26px;
    font-weight: 600;
}
.job-card-subtitle {
    color: var(--subtitle-color);
    font-size: 12px;
    margin-top: 0px;
    line-height: 1.6em;
}

.JobActive{
  background-color: #3e2b72;
}
.JobActive .job-card-title {
  color: #fff;
}

.JobActive .overview-detail .job-card-subtitle{
  color: #fff;
}

.overview-card:hover .PostDays {
  color: #fff;
}

.dark-mode input {
  background: #222;
  border: 1px solid #4a4a4a;
}
.dark-mode select {
  background: #222;
  border: 1px solid #4a4a4a;
  color: #c9c9c9;
}
.dark-mode textarea {
  background: #222;
  border: 1px solid #4a4a4a;
}
.dark-mode .JoApply {
  padding: 20px 10px;
  border: 1px solid #5c5c5c;
}
.dark-mode .MainBtn {
  color: #a9a9a9;
}

.upload-img {
    display: inline-block;
    width: 50px;
    margin-top: 0;
    margin-right: 0px;
    vertical-align: middle;
}
.input-file-upload {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-top: 10px;
    position: relative;
    top: 10px;
}
.input-file-upload input[type="file"] {
  opacity: 0;
        cursor: pointer;
  padding: 10px 0;
  height:36px;
  width: 150px;
}

.upload-label {
    width: 160px;
    height: 38px;
    border: 1px solid #361f02;
    text-align: center;
    color: #361f02;
    display: block;
    cursor: pointer;
    padding: 8px 0;
    position: absolute;
    border-radius: 5px;
    line-height: normal;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}
.input-file-upload:hover .upload-label {
    background: #fff;
	color: #3e2b72;
}

.it-up-form-wrap {
    text-align: right;
}
.it-up-form-wrap input {
    padding: 10px 43px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1.2px;
}


  
.Jobfound{
  width: 100%;
display: flex;
align-content: center;
justify-content: center;
flex-direction: column;
}
.jobfound{
  text-align: center;
text-transform: uppercase;
font-weight: 600;
font-size: 100px;
opacity: 0.3;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
  -webkit-appearance:none;
  margin:0;
}

/* Firefox */
/* input[type=number]{
  -moz-appearance:textfield;
} */

.pl-0{
    padding-left: 0 !Important;
}
.pr-0{
    padding-right: 0 !Important;
}

.footer {
  bottom: 12px;
  position: fixed;
  width: 300px;
  background: #3ec6f2;
  text-align: center;
  border-radius: 4px;
  padding: 6px;
  font-weight: 400;
  color: #3e2b72;
  font-size: 13px;
  letter-spacing: 1px;
}
.footer a {
    color: #fff;
}
span.JobNewIco {
  background: #3ec6f2;
  padding: 1px 12px;
  border-radius: 200px;
  float: left;
  font-size: 11px;
  margin-bottom: 3px;
  position: relative;
  top: 4px;
}

span.PostedDays {
    color: #361f02;
    font-size: 12px;
    position: relative;
    top: 3px;
}
.JobActive .PostedDays {
    color: #fff;
}
.JobActive .JobNewIco {
  background: #ffffff;
  color: #361f02;
}
.overview-card:hover .JobNewIco {
    background: #fff;
    color: #704c1d;
}
.overview-card:hover .PostedDays {
    color: #e5e5e5;
}


.input-box.active-grey .input-1 {
  border: 1px solid #dadce0;
}
.input-box.active-grey .input-label {
  color: #80868b;
  top: -8px;
  background: #fff;
  font-size: 11px;
  transition: 250ms;
}
.input-box.active-grey .input-label svg {
  position: relative;
  width: 11px;
  height: 11px;
  top: 2px;
  transition: 250ms;
}

.input-box {
  position: relative;
  margin: 10px 0;
}
.input-box .input-label {
  position: absolute;
  color: #80868b;
  font-size: 14px;
  font-weight: 400;
  max-width: calc(100% - (2 * 8px));
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  left: 3px;
  top: 6px;
  padding: 0 8px;
  transition: 250ms;
  user-select: none;
  pointer-events: none;
}
.input-box .input-label svg {
  position: relative;
  width: 15px;
  height: 15px;
  top: 2px;
  transition: 250ms;
}
.input-box .input-1 {
  box-sizing: border-box;
  height: 37px;
  width: 100%;
  border-radius: 3px;
  color: #361f02;
  border: 1px solid #dadce0;
  padding: 8px 10px;
  transition: 250ms;
}
.input-box .input-1:focus {
  outline: none;
  border: 1px solid #1470b3;
  transition: 250ms;
}

.input-box.error .input-label {
  color: #f44336;
  top: -8px;
  background: #fff;
  font-size: 11px;
  transition: 250ms;
}
.input-box.error .input-1 {
  border: 2px solid #f44336;
}

.input-box.focus .input-label,
.input-box.active .input-label {
    color: #361f02;
    top: -11px;
    background: #fff;
    font-size: 13px;
    transition: 250ms;
}
.input-box.focus .input-label svg,
.input-box.active .input-label svg {
  position: relative;
  width: 11px;
  height: 11px;
  top: 2px;
  transition: 250ms;
}

.input-box.active .input-1 {
  border: 2px solid #1a73e8;
}

.btn {
  background: #fff;
  color: #333;
  cursor: pointer;
  border: none;
  white-space: normal;
  letter-spacing: 0.25px;
  font-weight: 400;
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 4px;
  line-height: 20px;
  transition: 250ms;
}
.btn:hover {
  background: #ddd;
  transition: 250ms;
}
.btn:focus {
  outline: none;
}

.btn-primary {
  background: #1a73e8;
  color: #fff;
  transition: 250ms;
}
.btn-primary:hover {
  background: #287ae6;
  box-shadow: 0 1px 1px 0 rgba(66, 133, 244, 0.45), 0 1px 3px 1px rgba(66, 133, 244, 0.3);
  transition: 250ms;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}
.RightTop{
    padding-top: 15px;
    text-align: right;
}
.RIghtArrow{
        float: right;
    margin-top: 6px;
}
.RIghtArrow i {
  font-size: 11px;
  background: #3ec6f2;
  border-radius: 200px;
  width: 25px;
  height: 25px;
  color: #ffffff;
  text-align: center;
  padding-top: 8px;
  padding-left: 3px;
}

.JobActive .RIghtArrow i {
  font-size: 11px;
  background: #fff;
  border-radius: 200px;
  width: 25px;
  height: 25px;
  color: #3ec6f2;
  text-align: center;
  padding-top: 8px;
  padding-left: 3px;
}

.overview-card:hover .RIghtArrow i {
    background: #fff;
    color: #3e2b72;
    cursor: pointer;
}
.overview-card:hover .job-card-subtitle {
  color: #e5e5e5;
}


.RightTop ul li{
    list-style: none;
    display: inline-block;
}
.RightTop ul li a{
    position: relative;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.RightTop ul li a .fa{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border-radius: 200px;
    margin-right: 0px;
}
.RightTop ul li a span{
    display: inline-block;
    width: 0px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    overflow: hidden;
    border-radius: 200px;
    vertical-align: bottom;
    font-size: 13px;
    margin-right: 0px;
    transition: 1s;
}
.RightTop ul li a:hover span{
    width: 100px;
}
.RightTop ul li:nth-child(1) a .fa , .RightTop ul li:nth-child(1) a span{
    background: #3b5999;
}
.RightTop ul li:nth-child(2) a .fa , .RightTop ul li:nth-child(2) a span{
    background: #55acee;
}
.RightTop ul li:nth-child(3) a .fa , .RightTop ul li:nth-child(3) a span{
    background: #dd4b39;
}
.RightTop ul li:nth-child(4) a .fa , .RightTop ul li:nth-child(4) a span{
    background: #0077B5;
}
.RightTop ul li:nth-child(5) a .fa , .RightTop ul li:nth-child(5) a span{
    background: #00AFF0;
}

.HeadContact{
  padding-top: 26px;
  text-align: right;
}
.HeadContact span{
color: #361f02;
    font-size: 15px;
    padding-left: 16px;
    font-weight: 500;
}

.HeadContact span i{
    color: #cc7000;
    font-size: 18px;
}


/*  mobile share */


.share {
position: absolute;
    text-align: right;
    margin-top: 8px;
    z-index: 10;
    margin-right: 0px;
    right: 23px;
}
.share .btn {
    border-radius: 100%;
    padding: 6px 0px;
    display: inline-block;
    transition: all 0.4s linear;
    width: 26px;
    height: 26px;
    line-height: 0;
    text-align: center;
}
.share .btn:hover {
  transform: rotate(360deg);
  background: none;
}
.share .btn:hover i {
  color: #3e2b72;
}
.share .btn i {
  cursor: pointer;
  color: #3ec6f2;
    font-size: 19px;
}
.share .social.open ul li {
  opacity: 1;
}
.share .social ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.share .social ul li {
  border-radius: 200px;
  background-color: #3e2b72;
  padding: 6px;
  cursor: pointer;
  opacity: 0;
  font-size: 12px;
  text-align: center;
  color: #fff !important;
  width: 23px;
  height: 23px;
  line-height: 12px;
  margin: 1px 0;
  transition: all 0.4s ease-in-out;
  margin-left: 2px;
}
.share .social ul li:hover {
  background-color: #e35b13;
}
.share .social ul li i {
  color: #fff;
}

.MobileContact{
  margin-top: 14px;
  z-index: 1000;
  position: relative;
}
.MobileContact a i{
    font-size: 17px;
    margin-left: 8px;
}
.ApplyBtn{
  text-align: center;
  border: 1px solid #3ec6f2;
  border-radius: 200px;
  font-size: 12px;
  padding-top: 1px;
  width: 110px;
  padding-top: 1px;
  height: 23px;
  background: #3ec6f2;
  margin-top: 12px;
}
.ApplyBtn span{
  font-weight: 500;
  color: #fff;
  font-size: 12px;
}


.sidenav {
height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 10px;
}

.sidenav a {
  padding: 0px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 50px;
}

.refine {
    width: 100%;
    position: fixed;
    bottom: 0;
    background: #3e2b72;
    text-align: center;
    padding: 6px;
    color: #fff;
}

.refine span {
font-size: 14px;
    width: 100%;
    padding: 0 50px;
}

.Mobileref {
    padding: 0 20px;
}

.FilterApply {
    position: relative;
    bottom: 0;
    background: #e07b00;
    text-align: center;
    padding: 3px;
    margin-bottom: 22px;
    color: #fff;
    border-radius: 200px;
    width: -webkit-fill-available;
}
.TabJobDetails{
    background: #fff;
}
.MainDetails{
    padding: 10px 20px !important;
}

/*************/



.plugin-setting-list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: #000000;
  list-style-type: none;
  margin-bottom: 15px;
}

.plugin-setting-list li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='icon icon-tabler icon-tabler-check' width='24' height='24' viewBox='0 0 24 24' stroke-width='2' stroke='%23ffffff' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath stroke='none' d='M0 0h24v24H0z' fill='none'%3E%3C/path%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E");
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #3cb371;
  border-radius: 100%;
}

/* Plugin Style Start */
.kwt-file {
  margin: 0 auto;
}

.kwt-file__drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  transition: 0.3s;
}

.kwt-file__drop-area.is-active {
  background-color: #d1def0;
}

.kwt-file__choose-file {
  flex-shrink: 0;
  background-color: #1470b3;
  border-radius: 100%;
  margin-right: 10px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.kwt-file__choose-file.kwt-file_btn-text {
  border-radius: 4px;
  width: auto;
  height: auto;
  padding: 10px 20px;
  font-size: 14px;
}

.kwt-file__choose-file svg {
  width: 20px;
  height: 20px;
  display: block;
}

.kwt-file__msg {
  color: #1d3557;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.kwt-file__input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}

.kwt-file__input:focus {
  outline: none;
}

.kwt-file__delete {
  display: none;
  position: absolute;
  right: 10px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.kwt-file__delete:before {
  content: "";
  position: absolute;
  left: 0;
  transition: 0.3s;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='%231d3557' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 438.5 438.5'%3e%3cpath d='M417.7 75.7A8.9 8.9 0 00411 73H323l-20-47.7c-2.8-7-8-13-15.4-18S272.5 0 264.9 0h-91.3C166 0 158.5 2.5 151 7.4c-7.4 5-12.5 11-15.4 18l-20 47.7H27.4a9 9 0 00-6.6 2.6 9 9 0 00-2.5 6.5v18.3c0 2.7.8 4.8 2.5 6.6a8.9 8.9 0 006.6 2.5h27.4v271.8c0 15.8 4.5 29.3 13.4 40.4a40.2 40.2 0 0032.3 16.7H338c12.6 0 23.4-5.7 32.3-17.2a64.8 64.8 0 0013.4-41V109.6h27.4c2.7 0 4.9-.8 6.6-2.5a8.9 8.9 0 002.6-6.6V82.2a9 9 0 00-2.6-6.5zm-248.4-36a8 8 0 014.9-3.2h90.5a8 8 0 014.8 3.2L283.2 73H155.3l14-33.4zm177.9 340.6a32.4 32.4 0 01-6.2 19.3c-1.4 1.6-2.4 2.4-3 2.4H100.5c-.6 0-1.6-.8-3-2.4a32.5 32.5 0 01-6.1-19.3V109.6h255.8v270.7z'/%3e%3cpath d='M137 347.2h18.3c2.7 0 4.9-.9 6.6-2.6a9 9 0 002.5-6.6V173.6a9 9 0 00-2.5-6.6 8.9 8.9 0 00-6.6-2.6H137c-2.6 0-4.8.9-6.5 2.6a8.9 8.9 0 00-2.6 6.6V338c0 2.7.9 4.9 2.6 6.6a8.9 8.9 0 006.5 2.6zM210.1 347.2h18.3a8.9 8.9 0 009.1-9.1V173.5c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a8.9 8.9 0 00-9.1 9.1V338a8.9 8.9 0 009.1 9.1zM283.2 347.2h18.3c2.7 0 4.8-.9 6.6-2.6a8.9 8.9 0 002.5-6.6V173.6c0-2.7-.8-4.9-2.5-6.6a8.9 8.9 0 00-6.6-2.6h-18.3a9 9 0 00-6.6 2.6 8.9 8.9 0 00-2.5 6.6V338a9 9 0 002.5 6.6 9 9 0 006.6 2.6z'/%3e%3c/svg%3e");
}

.kwt-file__delete:after {
  content: "";
  position: absolute;
  opacity: 0;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0);
  background-color: #1d3557;
  border-radius: 50%;
  transition: 0.3s;
}

.kwt-file__delete:hover:after {
  transform: translate(-50%, -50%) scale(2.2);
  opacity: 0.1;
}

















@media screen and (max-width: 1024px) {
  .overview-detail .job-card-subtitle {
    display: none;
}
.wrapper {
  padding: 10px 10px 0px 1px;
} 
.job-card {
  padding: 13px;
}  
.explain-subtitle {
  font-size: 14px;
  font-weight: 500;
  margin-top: -2px;
  white-space: initial;
}

.it-up-form-wrap {
  text-align: left;
  margin-top: 6px;
}

.RIghtArrow {
  float: right;
  margin-top: 6px;
  margin-left: 4px;
}
.PartHide{
  display: none;
}
.job-detail-buttons {
  display: flex;
}
.detail-button {
  padding: 5px 8px;
}
.explain-contents {
  width: 100%;
}
.explain-bar {
  padding: 8px 16px;
  height: auto;
}
.tabs-panel {
  padding-right: 15px;

}

}





@media screen and (max-width: 767px) {
span.JobNewIco {
    padding: 1px 12px;
    font-size: 10px;
}
.ApplyBtn button {
  color: #361f02;
  font-weight: 600;
}

.ApplyBtn button {
  color: #fff;
  font-weight: 600;
}
.PartHide{
  display: block;
}
.job-detail-buttons {
  display: flex;
}
.detail-button {
  font-size: 11px;
  padding: 5px 9px;
}
span.PostedDays {
    top: 0px;
}
.wrapper {
  padding: 10px 0px 0px 1px;
}
 .HideMobile{
    display: none;
}
.logo_career img {
    width: 150px;
}
.header {
    height: 63px;
}
.main-container {
  padding-top: 0;
  margin: 10px;
  margin-right: 2px;
  margin-top: 0;
}
.it-up-form-wrap {
  text-align: left;
  margin-top: 2px;
}
.input-box {
  position: relative;
  margin: 0px 0;
}
.JobForm h3 {
  margin-bottom: 15px;
}
.JobMoblist {
  border-radius: 5px;
  padding: 10px;
  padding-left: 5px;
  padding-top: 15px;
  padding-right: 5px;
}
p {
  margin-bottom: 1rem;
  font-size: inherit;
  text-align: justify;
  font-size: 13px;
  line-height: 18px;
}
.explain-bar {
  flex-wrap: wrap;
  padding-bottom: 10px;
  padding-top: 8px;
}
li {
  font-size: inherit;
  font-size: 13px;
}
.input-box .input-label {
  font-size: 14px;
}
.Mobmargin{
  margin: 0 !important;
}
.BackJobs{
  font-size: 12px;
  float: right;
  padding: 1px 8px;
  margin-bottom: 8px;
  border-radius: 3px;
  border: 1px solid #e3e3e3;
}
.BackJobs i{
  font-size: 15px;
}
.explain-bar {
  padding: 8px 14px;
}
    
}


.overview-card:hover:hover .ApplyBtn {
  border: 1px solid #ffffff;
}

.overview-card:hover:hover .ApplyBtn button{
  color:#fff;
}

.p-0{
  padding: 0 !important;
}

.JobMoblist{
  background-color: #fff;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.checkboxMobile{
  margin: -3px 7px 0px 0px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  margin-top: -3px;
  cursor: pointer;
}
social.js-btns-share {
    height: 0 !important;
}

.JobMobSpan{
  color: #3e2b72 !important;
}




.ResetBtnm {
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #3e2b72;
  text-align: center;
  padding: 6px; 
  color: #fff;
}

#g-recaptcha-response {
  display: block !important;
  position: absolute;
  margin: -78px 0 0 0 !important;
  width: 302px !important;
  height: 76px !important;
  z-index: -999999;
  opacity: 0;
}

.success-message {
  text-align: center;
  max-width: 500px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.success-message__icon {
  max-width: 75px;
  background: #3DC480;
  border-radius: 250px;
}

.success-message__title {
  color: #3DC480;
  font-weight: 600;
  transform: translateY(25px);
  transition: all 200ms ease;
}
.success-message__content {
  color: #6d7071;
  transform: translateY(25px);
  transition: all 200ms ease;
  transition-delay: 50ms;
  font-size: 16px;
}

.icon-checkmark circle {
  fill: #3DC480;
  transform-origin: 50% 50%;
  transform: scale(0);
  transition: transform 200ms cubic-bezier(0.22, 0.96, 0.38, 0.98);
}
.icon-checkmark path {
  transition: stroke-dashoffset 350ms ease;
  transition-delay: 100ms;
}
.SucessBg {
  background: #f7f7f7;
  position: absolute;
  z-index: 1000000000;
  width: 100%;
  height: 100vh;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0.99;
}


@media screen and (min-width: 768px) {
  .HideDesk{
          display: none;
      }
  }
  

  @media screen and (max-width: 767px) {
        .success-message {
          text-align: center;
          max-width: initial;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 100%;
          padding: 0 30px;
      }
.success-message__content p{
  text-align: center;
  font-size: 16px;
  color: #565656;
  line-height: 20px;
}
.it-up-form-wrap input {
  padding: 9px 38px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.2px;
  margin-top: 15px;
}

    }


    .success-message__content a{
      color: #25b06a;
    border: 1px solid #3DC480;
    padding: 3px 24px;
    border-radius: 200px;
    font-size: 15px;
    font-weight: 500;
    }

    input.demo3 {
      padding: 7px 1px;
  }