.btn:hover svg path {
  stroke: #2e4757;
}
@media screen and (max-width: 459px) {
  .account-open-blog-detail-page .account-open-blog-inner .enter-number .input-group input {
    min-width: auto;
  }
}


[data-wpr-lazyrender] {
  content-visibility: unset !important;
}

body.no-scroll {
  overflow: hidden;
  position: relative;
}


@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1080px) {
  h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 33px;
    line-height: 43px;
  }
}

h3 {
  font: normal normal 800 32px/41.6px "Urbanist";
}

h4 {
  font: normal normal 600 24px/28.6px "Urbanist";
  color: #0b0c0e;
}
@media screen and (max-width: 575px) {
  h4 {
    font: normal normal 600 20px/24px "Inter";
  }
}

h5 {
  font: normal normal 600 22px/26.2px "Urbanist";
  color: #0b0c0e;
}

h6 {
  font: normal normal 600 20px/24.2px "Inter";
  color: #0b0c0e;
}

p {
  font: normal normal 400 16px/24px "Inter";
}
@media screen and (max-width: 991px) {
  p {
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (max-width: 575px) {
  p {
    font-size: 14px;
  }
}

.common_button {
  font: normal normal 600 16px/19px "Inter";
  color: #16181d;
  border-radius: 8px;
  border: 1px solid #16181d;
  transition: all 0.5s ease-in-out;
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding-block: 18px;
  align-items: center;
  max-width: 210px;
}
@media screen and (max-width: 1080px) {
  .common_button {
    padding-block: 16px;
  }
}
@media screen and (max-width: 991px) {
  .common_button {
    padding-block: 14px;
  }
}
@media screen and (max-width: 575px) {
  .common_button {
    padding-block: 12px;
    font-size: 15px;
    line-height: 18px;
  }
}
@media screen and (max-width: 374px) {
  .common_button {
    padding-block: 11px;
    font-size: 14px;
    line-height: 16px;
  }
}
.common_button:hover {
  color: #ffffff;
  background-color: #2e4757;
}

.API-page {
  padding-top: 118px;
}
@media screen and (max-width: 575px) {
  .API-page {
    padding-top: 105px;
  }
}
.API-page .api_banner {
  background: linear-gradient(#fff8ed, #e4f3f0);
}
.API-page .api_banner .banner_img {
  background-image: url("../img/api_common_banner.webp");
  background-repeat: no-repeat;
  background-position: top center;
}
.API-page .api_banner .api_banner_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 120px 0;
  gap: 40px;
}
@media screen and (max-width: 1199px) {
  .API-page .api_banner .api_banner_inner {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .API-page .api_banner .api_banner_inner {
    flex-direction: column;
    padding: 60px 0;
  }
}
@media screen and (max-width: 575px) {
  .API-page .api_banner .api_banner_inner {
    padding: 40px 0;
  }
}
.API-page .api_banner .api_banner_inner .api_banner_left {
  max-width: 425px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .API-page .api_banner .api_banner_inner .api_banner_left {
    max-width: 482px;
  }
}
@media screen and (max-width: 991px) {
  .API-page .api_banner .api_banner_inner .api_banner_left {
    max-width: 425px;
  }
}
.API-page .api_banner .api_banner_inner .api_banner_left h1 {
  color: #16181d;
  max-width: 425px;
  font: normal normal 800 44px/54px "Urbanist";
}
.API-page .api_banner .api_banner_inner .api_banner_left h1 span {
  font: normal normal 800 42px/54px "Urbanist";
  color: #2A948F;
  display: block;
}
@media screen and (max-width: 575px) {
  .API-page .api_banner .api_banner_inner .api_banner_left h1 span {
    font-size: 32px;
    line-height: 40px;
  }
}
.API-page .api_banner .api_banner_inner .api_banner_left p {
  font: normal normal 400 16px/24px "Inter";
  margin: 16px 0 32px;
}
@media screen and (max-width: 575px) {
  .API-page .api_banner .api_banner_inner .api_banner_left p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
  }
}
.API-page .api_banner .api_banner_inner .api_banner_left .btn {
  min-width: 180px;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.API-page .api_banner .api_banner_inner .api_banner_left .btn:hover {
  background: #476D85;
}
.API-page .api_banner .api_banner_inner .api_banner_right {
  max-width: 500px;
  width: 100%;
}
.API-page .api_banner .api_banner_inner .api_banner_right img {
  width: 100%;
}
.API-page .sec_blog {
  padding-bottom: 0;
}
.API-page .account-open-blog {
  padding-bottom: 0;
}

.choose_api {
  background-color: #1d1d1d;
  padding: 120px 0;
}
@media screen and (max-width: 991px) {
  .choose_api {
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .choose_api {
    padding: 60px 0;
  }
}

.choose_api_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 56px;
}
@media screen and (max-width: 1229px) {
  .choose_api_inner {
    gap: 46px;
  }
}
@media screen and (max-width: 1080px) {
  .choose_api_inner {
    grid-template-columns: auto auto;
    row-gap: 36px;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media screen and (max-width: 575px) {
  .choose_api_inner {
    grid-template-columns: auto;
    row-gap: 30px;
  }
}
.choose_api_inner .api_box {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .choose_api_inner .api_box {
    width: calc(50% - 13px);
  }
}
@media screen and (max-width: 575px) {
  .choose_api_inner .api_box {
    width: 100%;
  }
}
@media screen and (max-width: 459px) {
  .choose_api_inner .api_box img {
    width: 55px;
    height: 55px;
  }
}
.choose_api_inner .api_box h3 {
  font: normal normal 600 22px/28px Inter;
  color: #ffffff;
  padding: 24px 0 16px;
  font-size: 20px;
  line-height: 26px;
  padding: 20px 0 12px;
}
@media screen and (max-width: 575px) {
  .choose_api_inner .api_box h3 {
    padding: 12px 0 10px;
  }
}
.choose_api_inner .api_box p {
  color: #ffffff;
}
.choose_api_inner .api_box h2 {
  margin-bottom: 16px;
  color: #ffffff;
  font: normal normal 800 42px/50.4px "Urbanist";
}
@media screen and (max-width: 991px) {
  .choose_api_inner .api_box h2 {
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 575px) {
  .choose_api_inner .api_box h2 {
    padding-bottom: 10px;
  }
}
.choose_api_inner .blog_heading .btn_view_more {
  font-size: 18px;
  line-height: 21px;
}
@media screen and (max-width: 767px) {
  .choose_api_inner .blog_heading .btn_view_more {
    padding: 15px 24px;
  }
}
@media screen and (max-width: 575px) {
  .choose_api_inner .blog_heading .btn_view_more {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 480px) {
  .choose_api_inner .blog_heading .btn_view_more {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 8px;
  }
}
.choose_api_inner .blog-article .blog-grid {
  margin-top: 0;
}
.choose_api_inner .blog-article .blog-grid .blog-card .blog-card-inner .blog-card-img .blog-card-info {
  top: 20px;
  right: 20px;
  left: auto;
}
.choose_api_inner .blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content h4 {
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .choose_api_inner .blog-article .blog-grid .blog-card .blog-card-inner .blog-card-content h4 {
    line-height: 20px;
  }
}

.multiple_api {
  padding-top: 120px;
}
@media screen and (max-width: 991px) {
  .multiple_api {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .multiple_api {
    padding-top: 60px;
  }
}

.multiple_api_inner h2 {
  color: #0b0c0e;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .multiple_api_inner h2 {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 459px) {
  .multiple_api_inner h2 {
    margin-bottom: 30px;
  }
}

.main_api_box {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
@media screen and (max-width: 1229px) {
  .main_api_box {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .main_api_box {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.main_api_box h4 {
  text-align: center;
  font: normal normal 600 24px/32px "Inter";
  color: #16181d;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .main_api_box h4 {
    font-size: 22px;
    line-height: 30px;
  }
}
.main_api_box .left_api_box {
  background-color: #fefce6;
}
.main_api_box .right_api_box {
  background-color: #eef3f6;
}
.main_api_box .trading_api {
  border-radius: 24px;
  padding: 40px;
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .main_api_box .trading_api {
    padding: 35px;
  }
}
@media screen and (max-width: 991px) {
  .main_api_box .trading_api {
    max-width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .main_api_box .trading_api {
    padding: 30px;
  }
}
@media screen and (max-width: 459px) {
  .main_api_box .trading_api {
    padding: 25px;
  }
}
@media screen and (max-width: 374px) {
  .main_api_box .trading_api {
    padding: 20px;
  }
}
.main_api_box .trading_api .api_label {
  position: absolute;
  right: -45px;
  top: 25px;
  transform: rotate(45deg);
  background-color: #4BBD8F;
  padding: 5px 40px;
  z-index: 0;
  box-shadow: 0px 5.27px 5.27px 0px rgba(0, 0, 0, 0.0784313725);
  width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_api_box .trading_api .api_label p {
  margin-bottom: 0;
  font: normal normal 600 21.08px/25.52px "Inter";
  color: #fff;
}
.main_api_box .trading_api h3 {
  text-align: center;
  color: #16181d;
  margin-bottom: 16px;
}
@media screen and (max-width: 575px) {
  .main_api_box .trading_api h3 {
    margin-bottom: 20px;
  }
}
.main_api_box .trading_api p {
  text-align: center;
  color: #16181d;
  max-width: 810px;
  margin: auto auto 24px auto;
}
.main_api_box .trading_api .Features {
  margin: auto;
}
.main_api_box .trading_api .Features ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 60px;
  max-width: 800px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .main_api_box .trading_api .Features ul {
    margin-bottom: 24px;
  }
}
.main_api_box .trading_api .Features ul li {
  max-width: 370px;
  width: 100%;
  padding-left: 27px;
  font: normal normal 500 14px/22px "Inter";
  color: #16181d;
  position: relative;
  display: flex;
  height: 32px;
  align-items: center;
}
.main_api_box .trading_api .Features ul li::before {
  content: "";
  position: absolute;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><rect x="0.75" y="0.76709" width="18.5" height="18.5" rx="9.25" fill="%232A948F"/><rect x="0.75" y="0.76709" width="18.5" height="18.5" rx="9.25" stroke="%232A948F" stroke-width="1.5"/><path d="M15 6.26709L8.125 13.1421L5 10.0171" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.main_api_box .trading_api .api_buttons {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.main_api_box .trading_api .api_buttons .common_button.active {
  background-color: #2e4757;
  color: #ffffff;
}
.main_api_box .trading_api .api_buttons .common_button.active:hover {
  background-color: #476D85;
}
@media screen and (max-width: 575px) {
  .main_api_box .trading_api .api_buttons {
    gap: 14px;
  }
}
@media screen and (max-width: 374px) {
  .main_api_box .trading_api .api_buttons {
    gap: 10px;
  }
}
.main_api_box .trading_api .api_partners {
  margin-top: 32px;
}
@media screen and (max-width: 575px) {
  .main_api_box .trading_api .api_partners {
    padding-top: 20px;
  }
}
.main_api_box .trading_api .api_partners ul {
  margin-top: 20px;
  display: flex;
  gap: 26px;
}
@media screen and (max-width: 1199px) {
  .main_api_box .trading_api .api_partners ul {
    gap: 22px;
  }
}
@media screen and (max-width: 1080px) {
  .main_api_box .trading_api .api_partners ul {
    justify-content: unset;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media screen and (max-width: 991px) {
  .main_api_box .trading_api .api_partners ul {
    gap: 15px 5px;
    padding-top: 15px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 374px) {
  .main_api_box .trading_api .api_partners ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.main_api_box .trading_api .api_partners ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-direction: column;
  max-width: 70px;
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .main_api_box .trading_api .api_partners ul li {
    gap: 8px;
  }
}
@media screen and (max-width: 1080px) {
  .main_api_box .trading_api .api_partners ul li img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 991px) {
  .main_api_box .trading_api .api_partners ul li img {
    width: 35px;
    height: 35px;
  }
}
.main_api_box .trading_api .api_partners ul li p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
  text-align: center;
}
@media screen and (max-width: 1229px) {
  .main_api_box .trading_api .api_partners ul li p {
    font-size: 13px;
  }
}

body.overflow {
  overflow-y: hidden;
}

.comman_modal .custom-model-main {
  text-align: center;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  opacity: 0;
  height: 0;
  transition: opacity 0.15s linear, z-index 0.15;
  z-index: -1;
}

.comman_modal .model-open {
  z-index: 99999;
  opacity: 1;
  overflow: hidden;
  height: auto;
}

.comman_modal .custom-model-wrap {
  display: block;
  width: 100%;
  position: relative;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 3px 9px rgba(16, 24, 40, 0.0784313725);
  background-clip: padding-box;
  outline: 0;
  text-align: left;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
}

.comman_modal .model-open .custom-model-inner {
  position: relative;
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  max-width: 578px;
}
@media screen and (max-width: 767px) {
  .comman_modal .model-open .custom-model-inner {
    max-width: 546px;
  }
}
@media screen and (max-width: 575px) {
  .comman_modal .model-open .custom-model-inner {
    max-width: calc(100% - 30px);
    margin: 0 15px;
    left: 0;
    right: 0;
    transform: translateX(0) translateY(-50%);
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
  }
}
.comman_modal .model-open .custom-model-inner .close-btn {
  display: flex;
  justify-content: space-between;
  padding: 26px 16px;
  border-bottom: 1px solid #eaecf0;
  margin: 0;
  max-width: 100%;
  height: auto;
}
.comman_modal .model-open .custom-model-inner .close-btn img {
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 575px) {
  .comman_modal .model-open .custom-model-inner .close-btn {
    padding: 24px 14px;
  }
}
.comman_modal .model-open .custom-model-inner .popup_inner h3 {
  padding: 24px 24px 0 24px;
  color: #16181d;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner {
  padding: 24px;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 575px) {
  .comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild label {
  font: normal normal 600 16px/19px "Inter";
  color: #16181d;
}
@media screen and (max-width: 575px) {
  .comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild label {
    font-size: 15px;
    line-height: 18px;
  }
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild .wpcf7-form-control-wrap {
  display: block;
  margin-top: 12px;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild input, .comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild textarea {
  border: 1px solid #c5cad3;
  width: 100%;
  font-weight: 500;
  color: #16181D;
  background-color: transparent;
  padding: 16px;
}
@media screen and (max-width: 575px) {
  .comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild input, .comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild textarea {
    padding: 14px;
  }
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild ::-moz-placeholder {
  font-weight: 500;
  color: #a8afbd;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild ::placeholder {
  font-weight: 500;
  color: #a8afbd;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild p .agree_checkbox input {
  width: 19px;
  height: 19px;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 1px;
  z-index: 9;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild p .agree_checkbox .wpcf7-list-item-label {
  position: absolute;
  top: 0;
  left: 0;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild p .agree_checkbox .wpcf7-list-item-label:before {
  content: "";
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #c5cad3;
  padding: 9px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 12px;
  background-color: #ebf9f9;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild p .agree_checkbox input:checked + .wpcf7-list-item-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 7px;
  width: 5px;
  height: 13px;
  border: solid #0079bf;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild p label input {
  color: #16181d !important;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild.checkbox {
  margin-bottom: 0;
}
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild.checkbox .wpcf7-form-control-wrap {
  margin-top: 0;
}
.comman_modal .model-open .custom-model-inner .popup_inner .api_button {
  padding: 25px 24px 24px;
  border-top: 1px solid #eaecf0;
  position: relative;
}
@media screen and (max-width: 575px) {
  .comman_modal .model-open .custom-model-inner .popup_inner .api_button {
    padding: 25px 20px 20px;
  }
}
.comman_modal .model-open .custom-model-inner .popup_inner .api_button .get_api_btn {
  background-color: #2e4757;
  border-radius: 8px;
  padding: 18px 24px;
  color: #ffffff;
  font: normal normal 600 16px/19px Inter;
  width: 100%;
  cursor: pointer;
  height: 57px;
  transition: all 0.2s ease-in-out;
}
@media screen and (max-width: 575px) {
  .comman_modal .model-open .custom-model-inner .popup_inner .api_button .get_api_btn {
    font-size: 15px;
    line-height: 18px;
  }
}
.comman_modal .model-open .custom-model-inner .popup_inner .api_button .get_api_btn:hover {
  background-color: #476d85;
}
.comman_modal .model-open .custom-model-inner .popup_inner .api_button span.wpcf7-spinner {
  position: absolute;
  left: 44%;
  top: 40px;
}
@media screen and (max-width: 575px) {
  .comman_modal .model-open .custom-model-inner .popup_inner .api_button span.wpcf7-spinner {
    position: absolute;
    left: 50%;
    top: 52%;
    margin: 0;
    transform: translate(-50%, -50%);
  }
}

.comman_modal .model-open .bg-overlay {
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  height: 100vh;
}

.comman_modal .bg-overlay {
  background: rgba(0, 0, 0, 0);
  height: 0;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: background 0.15s linear;
  -webkit-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -ms-transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
}

.comman_modal .close-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-bottom: 32px;
}
.comman_modal .close-btn h3 {
  color: #16181D;
}
.comman_modal .close-btn img {
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.comman_modal .custom-model-inner .custom-model-wrap .wpcf7-response-output {
  position: unset;
  top: 30px;
  left: 24px;
  margin: 0;
  padding: 0;
  color: #008000 !important;
  text-align: center;
  margin-bottom: 20px;
  left: 50%;
  transform: translateX(0);
  font-weight: 700;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

.comman_modal .model-open .custom-model-inner .close-btn {
  padding-right: 24px;
}

.comman_modal .model-open .custom-model-inner .popup_inner .submitting .api_button .get_api_btn {
  color: transparent;
}

.comman_modal .model-open .custom-model-inner .popup_inner {
  max-height: calc(90vh - 140px);
  overflow-y: auto;
  overflow-x: hidden;
}
.comman_modal .model-open .custom-model-inner .popup_inner::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
}
.comman_modal .model-open .custom-model-inner .popup_inner::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
.comman_modal .model-open .custom-model-inner .popup_inner::-webkit-scrollbar-thumb {
  width: 0px;
  background-color: #2e4757;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild p label input.active-border,
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild p label textarea.active-border,
.comman_modal .model-open .custom-model-inner .popup_inner form .form_inner .feild p label select.active-border {
  border-color: black !important;
}

.comman_modal .model-open .custom-model-inner .popup_inner form.invalid .form_inner .feild p label input,
.comman_modal .model-open .custom-model-inner .popup_inner form.invalid .form_inner .feild p label textarea,
.comman_modal .model-open .custom-model-inner .popup_inner form.invalid .form_inner .feild p select {
  border-color: red !important;
}