@charset "utf-8";
@import "./font.css";
.top {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
.top:hover {
  text-decoration: none;
  background-color: #000000;
  color: #ffffff;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "Helvetica Neue LT Pro, Georgia, Serif";
}

html {
  overflow-x: hidden;
  overflow-y: scroll;
}
body {
  position: relative;
}

button {
  border: none;
  outline: none;
}

textarea {
  resize: none;
}

.red {
  background-color: red;
}

.pink {
  color: #fa8bff !important;
}

.container {
  max-width: 1200px;
  padding: 0;
}
.top {
  min-height: 30px;
  font-size: 12px;
  font-style: normal;
  line-height: 28px;
  font-family: "Helvetica Neue LT Pro Lt";
  text-align: center;
  color: #ffffff;
  background: #000000;
  font-size: 12px;
  letter-spacing: 1px;
}
.top p {
  transform: scaleY(0.5);
  transform: scaleX(0.9);
}

.top:hover {
  cursor: pointer;
}

.clear-both {
  clear: both;
}

.ca-content {
  width: 382px;
  margin: auto;
}

.categories-card {
  width: 100%;
  height: 60px;
  margin-bottom: 80px;
  font-family: "Helvetica Neue LT Pro R";
  font-weight: normal;
  font-size: 24px;
  line-height: 54px;
  text-align: center;
  border: 3px solid #000000;
  border-radius: 8px;
  position: relative;
  padding-left: 2rem;
}

.categories-card:hover {
  background: #000000;
  cursor: pointer;
}

.categories-card:hover a {
  color: #ffffff;
}

.categories-card:hover span {
  color: #ffffff;
}

.categories-card a {
  color: #000000;
  text-decoration: none;
}

.ad-card::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("/statics/icon/icon_categories_1.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: -3px;
  top: -3px;
}

.id-card::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("/statics/icon/icon_categories_2.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: -3px;
  top: -3px;
}
.ld-card::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("/statics/icon/icon_categories_3.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: -3px;
  top: -3px;
}

.pd-card::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("/statics/icon/icon_categories_6.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: -3px;
  top: -3px;
}
.lgd-card::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("/statics/icon/icon_categories_4.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: -3px;
  top: -3px;
}

.dd-card::before {
  content: "";
  width: 60px;
  height: 60px;
  background: url("/statics/icon/icon_categories_5.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: -3px;
  top: -3px;
}

.goal-none {
  display: none;
}

.form-control:focus {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

.container-padding-top {
  padding-top: 70px;
}
.container-padding-bottom {
  padding-top: 138px;
}

.container-title {
  font-family: "Helvetica Neue LT Pro Md";
  font-style: normal;
  font-weight: 500;
  height: 53px;
  width: 100%;
  font-size: 36px;
  text-align: center;
  line-height: 43px;
}

label {
  font-family: "Helvetica Neue LT Pro Md";
  height: 29px;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 0px;
}

input {
  font-family: "Helvetica Neue LT Pro R";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  margin-top: 20px;
  outline: none;
}

input::-webkit-input-placeholder {
  font-family: "Helvetica Neue LT Pro R";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #c4c4c4;
}
input::-moz-placeholder {
  font-family: "Helvetica Neue LT Pro R";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #c4c4c4;
}
input:-moz-placeholder {
  font-family: "Helvetica Neue LT Pro R";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #c4c4c4;
}
input:-ms-input-placeholder {
  font-family: "Helvetica Neue LT Pro R";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  text-transform: capitalize;
  color: #c4c4c4;
}

small {
  height: 20px;
}

textarea {
  outline: none;
}

/**
Single box
 */
.detail-check {
  width: 30px;
  height: 30px;
  appearance: none;
  -moz-appearance: none;
  margin-right: 10px;
  position: relative;
}

.detail-check:before {
  content: "";
  width: 30px;
  height: 30px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
  display: inline-block;
}

.detail-check:checked:before {
  content: "";
  width: 30px;
  height: 30px;
  border: 1px solid #000000;
  background: #ffffff;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
}

.detail-check:checked:after {
  content: "";
  width: 20px;
  height: 16px;
  background: url("/statics/icon/icon_tick_checkbox.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*.detail-check:checked:after {*/
/*content: "";*/
/*width: 20px;*/
/*height: 10px;*/
/*border: 2px solid #000000;*/
/*border-top: transparent;*/
/*border-right: transparent;*/
/*text-align: center;*/
/*display: block;*/
/*position: absolute;*/
/*left: 5px;*/
/*top: 8px;*/
/*vertical-align: middle;*/
/*transform: rotate(-45deg);*/
/*}*/

.detail-item {
  width: 33.333%;
  height: 44px;
  margin-top: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.detail-info {
  font-family: "Helvetica Neue LT Pro R";
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
}

.dropdown-detail-choose {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.detail-item input {
  margin-top: 0;
}

.detail-item input:hover {
  cursor: pointer;
}

/**
Place an order-news
 */
.step-container-width {
  padding: 0 120px;
}

.step-outside-wrap {
  width: 100%;
  margin: 80px 0;
  position: relative;
}

.step-line-wrap {
  width: 100%;
  height: 148px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step-line {
  width: 33.33%;
  height: 1px;
  background: #acacac;
}

.step-line.select {
  background: #000000;
}

.step-internal-wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
}
.recent-option-box,
.recent-option-box a {
  width: 80px;
  color: #000000;
  position: relative;
  text-align: center;
  text-decoration: none;
}

.recent-option-box:first-child:before {
  content: "";
  display: none;
}

.recent-option-box:nth-child(2) .option-desc {
  margin-left: -12px;
}

.recent-option-box:nth-child(3) .option-desc {
  margin-left: -6px;
}

.option-step {
  width: 100%;
  font-family: "Helvetica Neue LT Pro Bd";
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 14px;
  text-transform: capitalize;
  color: #acacac;
}

.recent-option-box.active .option-step {
  color: #000000;
}

.option-icon-box {
  width: 80px;
  height: 80px;
  margin: 20px auto;
  background: #ffffff;
}

.option-icon {
  width: 100%;
  height: 100%;
}

.recent-option-box .preview,
.recent-option-box .select,
.recent-option-box.after .normal,
.recent-option-box.active .normal {
  display: none;
}

.recent-option-box.after .preview,
.recent-option-box .normal,
.recent-option-box.active .select {
  display: block;
}

.option-icon img {
  width: 100%;
}

.option-desc {
  width: 100%;
  font-family: "Helvetica Neue LT Pro R";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 14px;
  text-transform: capitalize;
  white-space: nowrap;
  color: #acacac;
}

.recent-option-box.active .option-desc {
  color: #000000;
}

/**
    Popup mask
     */
.jury-body {
  width: 100%;
  position: relative;
}

.jury-detail-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.display-none {
  display: none !important;
}
.display-none-small {
  visibility: hidden;
}

/**
Restrict text single-line and multi-line display
 */
.text-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-more-line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/**
Empty option prompt text
 */
.empty-mention-father {
  position: relative;
}

.empty-mention {
  font-family: "Helvetica Neue LT Pro R";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-transform: capitalize;
  color: #fa8bff;
  position: absolute;
  left: 0;
  bottom: -30px;
}

/*country select*/
.dept_select {
  height: 56px;
  margin-top: 20px;
  font-size: 20px;
  font-family: "Helvetica Neue LT Pro R";
  border: 1px solid #000000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}

/*dialog*/
.dialog-wrap {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.dialog-card {
  width: 31.25%;
  height: auto;
  margin: auto;
  border-radius: 20px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.dialog-content {
  width: 100%;
  height: auto;
  padding: 56px 88px;
  font-family: "Helvetica Neue LT Pro Md";
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  text-align: center;
  color: #000000;
  background: #ffffff;
}

.dialog-choose,
.dialog-confirm-box {
  width: 100%;
  height: 64px;
  border-top: 4px solid transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
}

.choose-btn,
.prompt-btn {
  width: 49.66%;
  height: 100%;
  background: #ffffff;
  font-family: "Helvetica Neue LT Pro Md";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  border: none;
  outline: none;
  border-radius: 0;
}

.choose-btn:first-child {
  border-right: 2px solid transparent;
}

.choose-btn:last-child {
  border-left: 2px solid transparent;
}

#choose-left:hover {
  color: #ffffff;
  background: #000000;
}

#choose-left:hover + #choose-right {
  color: #000000;
  background: #ffffff;
}

#choose-right:hover {
  color: #ffffff;
  background: #000000;
}

#choose-right:hover + #choose-left {
  color: #000000;
  background: #ffffff;
}

.prompt-btn {
  width: 100%;
}

.choose-btn.activity,
.prompt-btn.activity {
  background: #000000;
  color: #ffffff;
}

.dialog-prompt-box {
  width: 100%;
  height: 100%;
}

/*selected*/
.categories-dropdown {
  width: 100%;
  margin-top: 30px;
}

.categories-dropdown-btn {
  width: 100%;
  height: 56px;
  padding: 0 22px 0 20px;
  font-family: "Helvetica Neue LT Pro R";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 56px;
  text-align: left;
  text-transform: capitalize;
  color: #000000;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
}

.categories-dropdown-menu.show {
  width: 100%;
  margin: 0;
  padding: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.categories-dropdown-btn:hover,
.categories-dropdown-btn:focus,
.categories-dropdown-btn:active {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}

.categories-dropdown-toggle {
  position: relative;
}

.categories-dropdown-toggle::after {
  content: "";
  width: 24px;
  height: 12px;
  background: url("/statics/icon/icon_drop_arrow.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.categories-dropdown-menu {
  width: 100%;
}

.country-select-scrollbar::-webkit-scrollbar {
  width: 5px;
  height: 1px;
  background-color: #efefef;
}
.country-select-scrollbar::-webkit-scrollbar-thumb {
  width: 5px;
  height: 20px;
  background-color: #cccccc;
}

.categories-dropdown-item {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  background: #ffffff;
  font-family: "Helvetica Neue LT Pro R";
  font-size: 14px;
  line-height: 54px;
  text-align: left;
  color: rgba(0, 0, 0, 0.76);
  position: relative;
  text-transform: capitalize;
}

.categories-dropdown-item::after {
  content: "";
  width: 95.8%;
  height: 1px;
  background: #dadada;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.categories-dropdown-item:first-child::after {
  content: "";
  display: none;
}

.categories-dropdown-item:hover {
  background: #efefef;
}

.dropdown-item:focus,
.dropdown-item:hover {
  background: rgb(239, 239, 239);
}

.text-underline {
  position: relative;
}

.text-underline::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("/statics/icon/icon_mobile_menu.svg");
}

.navbar-light .navbar-toggler {
  border: none;
  color: #ffffff;
}

.justify-content-sm-end {
  background: #ffffff;
  z-index: 1;
}
.visibility-hidden{
  visibility:hidden;
}
