@import "../css/fonts.css";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

.merchant {
  background: #fff;
}

.bg-merchant {
  background: linear-gradient(
    90deg,
    #0069a1 11.37%,
    #0089b7 26.27%,
    #009abf 63.8%,
    #0087b9 91.16%
  );
  padding-top: 50px;
}

.justify-center {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.left-main-merchant {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  top: 100px;
  position: relative;
  color: #fff;
}

.head-title-merchant {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 15px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
}
.head-merchant {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
}

.btn-hubungi {
  background: rgba(247, 126, 16, 1);
  border-radius: 6px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
}

a.btn-hubungi {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  color: #fff !important;
  font-weight: 700;
  padding: 16px 10px 16px 10px;
}
.img-merchant {
  float: right;
  width: 100%;
}

.bg-blue {
  background: #eff5f9;
}
.img-benefit {
  display: block;
  margin: auto;
}
.merchant-benefit {
  margin: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #393838;
  font-weight: 600;
  font-family: "Be Vietnam Pro", sans-serif;
}
.p-merchant {
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #393838;
  padding: 0px 30px;
  font-family: "Open Sans", sans-serif;
}

.content-api {
  padding: 20px 0px;
  text-align: center;
  font-size: 18px;
  line-height: 152.86%;
  color: #393838;
  font-family: "Open Sans", sans-serif;
}

.wrp-hub {
  vertical-align: middle;
  display: flex;
  justify-content: center;
}

.img-merchant-step {
  margin: 0px auto 20px;
  display: block;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06d85f;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.button:hover {
  background: #06d85f;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.form-merchant {
  padding: 50px 0px 0px;
  margin-right: 30px;
}
/*
  .wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    position: absolute;
    top: 0;
    width: 95%;
    height: 95%;
    background: #fff;
    border: 0px !important;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
  }*/

.text-form-merchant {
  font-weight: 400;
  font-size: 18px;
  color: #888888;
  font-family: "Open Sans", sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  border-bottom: 0.5px solid #3370be !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  border-radius: 0px !important;
}

.modal-body {
  padding: 0px !important;
}

.container-form {
  padding: 0px;
  position: relative;
}

.close {
  position: relative;
  top: 20px;
  right: 30px;
}

.form-img-phone {
  background-image: url(../images/contact-vn.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;
}

.modal-content {
  border-radius: 20px !important;
}

.important {
  color: #fc0000;
}

.btn-partner {
  background: #f17d2d !important;
  border-radius: 50px !important;
  font-size: 18px;
  line-height: 125%;
  text-align: center;
  color: #ffffff;
  border: 0px !important;
  padding: 12px 0px !important;
  display: block;
  margin: 30px auto 30px;
  cursor: pointer;
  width: 100%;
  font-family: "Be Vietnam Pro", sans-serif !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px !important;
}

.main-form-merchant {
  font-weight: 700;
  font-size: 22px;
  line-height: 38px;
  color: #2f6ec4;
  font-family: "Be Vietnam Pro", sans-serif;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 0px !important;
}

.wpcf7-list-item-label {
  color: #000;
  float: right;
  margin-left: 5px;
  font-size: 14px;
}

.mg-left-30 {
  margin-left: -30px;
}

.cs-complain-item p {
  margin-top: 30px;
}

.mt-left-20 {
  margin-left: 20px;
}

@media (min-width: 1000px) {
  .modal-lg {
    max-width: 1100px !important;
  }
}

/* Create a custom radio button */

.form-check {
  display: flex !important;
  padding-left: 0px !important;
  padding-top: 20px;
}

.form-control:focus {
  box-shadow: none !important;
  border-bottom: 1px solid #239cec !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

.wpcf7-list-item {
  background: #f7f7f7;
  border-radius: 50px;
  margin-right: 15px;
  margin-bottom: 30px;
  height: 30px;
  padding: 4px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0px 10px 0px 0px !important;
  padding: 5px 10px !important;
}

::-webkit-input-placeholder {
  /* Edge */
  color: rgba(234, 229, 229, 1) !important;
  font-size: 18px !important;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: rgba(234, 229, 229, 1) !important;
  font-size: 18px !important;
}

::placeholder {
  color: rgba(234, 229, 229, 1) !important;
  font-size: 18px !important;
}

.container-check {
  position: relative;
  padding-left: 34px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  padding-right: 12px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 12px;
  height: 15px;
  width: 15px;
  border: 1.5px solid #d9d9d9;
  border-radius: 50%;
}

.container-check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* On mouse-over, add a grey background color */
.container-check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-check input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-check .checkmark:after {
  top: -1px;
  left: -1px;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #f17d2d;
}

.form-control {
  font-size: 20px;
  line-height: 125%;
  color: #393838;
}

@media screen and (max-width: 700px) {
  .box {
    width: 70%;
  }
  .popup {
    width: 80%;
  }

  .content-api {
    font-size: 14px;
    line-height: 21px;
  }

  .head-merchant {
    margin-bottom: 20px;
  }

  .form-img-phone {
    margin-left: 0px;
    display: none;
  }

  .main-form-merchant {
    font-size: 18px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: 16px;
  }
}

.bg-ourmerchant {
  background-color: #fff;
}

.tab-ourservice {
  padding: 80px 0;
}

.title-ourmerchant {
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 37px;
  font-weight: 700;
  line-height: 37px;
  text-align: center;
  margin-bottom: 60px;
}

/*new tab merchant*/
.warpper-ourservice {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab-merchant {
  cursor: pointer;
  padding: 10px 40px;
  margin: 0px 2px;
  background: rgba(217, 217, 217, 1);
  display: inline-block;
  color: #000;
  border-radius: 20px;
  font-family: "Be Vietnam Pro", sans-serif;
  font-size: 24px;
  font-weight: 700;
}
.panels {
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}
.panel {
  display: none;
  animation: fadein 0.8s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.radio {
  display: none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#four:checked ~ .panels #four-panel,
#three:checked ~ .panels #three-panel {
  display: block;
}

#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#four:checked ~ .tabs #four-tab,
#three:checked ~ .tabs #three-tab {
  background: rgba(68, 184, 226, 1);
  color: #fff;
  border-radius: 20px;
  padding: 10px 40px;
}

.panel.active {
  display: block;
}

.tab-merchant.active {
  background: rgba(68, 184, 226, 1);
  color: #fff;
  border-radius: 20px;
  padding: 10px 40px;
}
