/* input(1175,9): run-time error CSS1035: Expected colon, found '{'
input(1733,21): run-time error CSS1036: Expected expression, found 'not('
input(1891,6): run-time error CSS1035: Expected colon, found '{' */
@import "@fontsource/nunito-sans";

* {
  font-family: "Nunito Sans", sans-serif;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --header-height: 80px;
}
body {
  font-family: "Nunito Sans", sans-serif;
  color: #353b4a;
  font-size: 14px;
  padding: 0;
  margin: 0;
  background: #f9f9ff;
}

.pd-top {
  padding-top: 40px;
}

h2 {
  font-size: 32px;
  font-weight: 400;
}

a.btn-link {
  background: #fff;
  border: solid 1px #ccc;
  padding: 12px 15px;
  font-size: 16px;
  color: #0059a6;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
}

a.btn-link:hover {
  color: #333;
  border: solid 1px #2098d1;
}

a.btn-link-primary {
  background: #fff;
  border: solid 1px #ccc;
  padding: 12px 15px;
  font-size: 16px;
  color: #0059a6;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
}

a.btn-link-primary:hover {
  color: #333;
  border: solid 1px #2098d1;
}

a.btn-link-secondary {
  background: #d1e4ff;
  border: solid 1px #d1e4ff;
  padding: 12px 15px;
  font-size: 16px;
  color: #001c3b;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 400;
}

a.btn-link-secondary:hover {
  color: #333;
  border: solid 1px #2098d1;
}

a.btn-link-3 {
  background: #fff;
  border: solid 1px #ccc;
  padding: 6px 15px;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 600;
}

a.btn-link-3:hover,
a.btn-link-3:focus {
  color: #333;
  border: solid 1px #2098d1;
}

a.btn-link-3 {
  background: #fff;
  border: solid 1px #ccc;
  padding: 6px 15px;
  font-size: 14px;
  color: #7a4a54;
  text-decoration: none;
  border-radius: 20px;
  font-weight: 600;
}

a.btn-link-3:hover {
  color: #333;
  border: solid 1px #2098d1;
}
.del-app a.btn-link-3 {
  color: #8e4953;
  border: none;
  font-weight: 400;
}

.app-ex-part a.btn-link {
  padding: 8px 18px;
  -webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
}

.font-24 {
  font-size: 24px;
  font-weight: 600;
}

.font-18 {
  font-size: 18px;
  font-weight: 400;
}

.font-16 {
  font-size: 16px;
  font-weight: 400;
}
.font-22 {
  font-size: 22px;
  font-weight: 400;
}

.font-wg600 {
  font-weight: 600;
}

.font-wg500 {
  font-weight: 500;
}

.font-wg400 {
  font-weight: 400;
}

.red-error {
  color: #ff0000;
}

button.btn.btn-danger.red-btn {
  border-radius: 20px;
  padding: 10px 25px;
}

.login-block a.btn-link {
  font-size: 16px;
  font-weight: 600;
}

.clp-nav a.nav-link {
  border: solid 1px #ccc;
  border-radius: 4px;
  font-size: 16px;
  color: #05090d;
  font-weight: 500;
  padding: 10px 12px;
  margin-right: 12px;
}

.clp-nav .dropdown-toggle::after {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 16px;
  border: none;
  vertical-align: -2px;
  transition: transform 0.35s ease-in-out;
  transform: translateX(0);
}

.clp-nav .dropdown-toggle.show::after {
  transform: rotate(-180deg);
}

.ab {
}

.clp-nav .serch-top {
  font-size: 16px;
}

.clp-headerpart .navbar-brand {
  margin-right: 50px;
}

.clp-headerpart .nav-item a.dropdown-toggle.active {
  background: rgba(233, 242, 255, 1);
}

.clp-headerpart .nav-item ul.wd-menu {
  width: 350px;
  margin-top: 7px;
  padding: 10px;
}

.clp-headerpart .nav-item ul.wd-menu li a.dropdown-item {
  background: #f6f7f8;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px;
  border-radius: 8px;
  padding: 22px 15px 22px 10px;
}

.clp-headerpart .nav-item ul.wd-menu li a.dropdown-item i {
  float: right;
  font-style: normal;
  font-size: 20px;
  width: 22px;
  height: 25px;
  background-size: contain;
  line-height: 25px;
  transition: transform 0.35s ease-in-out;
  transform: translateX(0);
}

.clp-headerpart .nav-item ul.wd-menu li a.dropdown-item:hover {
  background: rgb(233, 242, 255);
}

.clp-headerpart .nav-item ul.wd-menu li a.dropdown-item:hover i {
  transform: translateX(0.325rem);
}

.abc {
  transform: translateX(0.325rem);
}

.clp-headerpart .nav-item ul.wd-menu li a.dropdown-item span {
  display: block;
  font-weight: 300;
}

.clp-headerpart .nav-item ul.wd-menu li a.dropdown-item:active {
  color: #000;
}

.clp-api-logo {
  display: flex;
}

span.logo-text {
  margin-left: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.5px;
}

a.btn-link2:hover {
}

.font-13 {
  font-size: 13px;
  line-height: 20px;
}

.seach-top-block {
  position: relative;
}

.search-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  border: none;
}

.search-btn img {
  width: 15px;
}

.search-btn.btn:hover {
  background: rgb(233, 242, 255);
}

.seach-top-block .form-control.me-2 {
  font-size: 16px;
  padding-right: 50px;
  font-weight: 400;
}

.login-block {
  margin-top: 5px;
  margin-left: 6px;
}

.gt-right-block {
}

.gt-right-block .font-13 {
}

.gt-right-block ul {
  margin: 30px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.gt-right-block ul li {
  margin-right: 10px;
}

.clp-services {
  background: #d1e4ff;
  border-radius: 8px;
  padding: 16px;
  display: block;
  text-decoration: none;
  color: #000;
  text-align: left;
}
.clp-services.clp-bg {
  background: #d1e4ff url("../images/my-application-pic.svg?v=D7GVGahylsRrhH0u786CMfwJ3cc") no-repeat right;
  min-height: 250px;
}

.expor-wp {
  margin-bottom: 60px;
  align-items: center;
}

.clp-explore-solution {
  margin: 30px 0;
}

.clp-services h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.clp-services span {
  font-size: 22px;
  display: block;
  font-weight: 400;
  max-width: 400px;
  color: #001d36;
}
.app-ex-part span {
  display: inline-block;
}
.clp-service-wp {
  margin-left: 0px;
}

.clp-solution {
  padding-left: 0;
}

.clp-services i {
  float: right;
  font-size: 25px;
}
.app-ex-part {
  margin-top: 30px;
}
.app-ex-part .icon-plus-icon {
  font-size: 14px;
}
.btn-link-text {
  text-decoration: none;
  display: inline-flex;
  margin-left: 35px;
}
.btn-link-text i {
  margin-left: 0px;
  float: none;
}
.btn-link-text:hover {
  font-weight: bold;
}

.clp-services i img {
  width: 25px;
}

.logo-block {
  border-right: solid 1px #ccc;
  text-align: center;
  padding: 20px 0;
}
.clp-getstarted.ne-v {
  margin-bottom: 50px;
}
.all-logos {
}
.ups-new-hd .navbar-expand-lg .clp-nav .navbar-nav a.nav-link {
  padding: 10px 30px;
  border-radius: 30px;
  color: #0059a6;
  font-size: 16px;
}
.ups-application {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.back-arrow,
.vector {
  width: 40px;
  height: 40px;
  line-height: 44px;
  display: inline-block;
  background: #d7efff;
  border-radius: 40px;
  text-align: center;
}
.back-arrow i {
  font-size: 25px;
}
.vector {
  line-height: 2.2rem;
}

.pro-sans label.input-group-text {
  position: absolute;
  top: -11px;
  font-size: 13px;
  border-radius: 0;
  background: #f9f9ff;
  border: none;
  z-index: 4;
  padding: 0 5px;
  left: 12px;
}

.ft-wp {
  /*background: rgba(243, 248, 255, 1);*/
  padding: 30px 0;
}

.ft-copy-text {
  font-size: 13px;
}

.ft-link ul {
  margin: 0;
  padding: 0;
}

.ft-link ul li {
  list-style: none;
  display: inline-block;
  margin-top: 20px;
}

.ft-link ul li a {
  font-size: 16px;
  margin-right: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #0059a6;
}

.ft-link ul li a:hover {
  font-weight: 500;
}

.ft-support-btn {
  text-align: right;
}

.ft-support-btn a.btn-link i img {
  width: 15px;
}

.ft-support-btn a.btn-link i {
  padding-right: 5px;
}

.sticky-header {
  position: fixed;
  top: 0;
  background-color: #ededf4;
  width: 100%;
  z-index: 999;
  min-height: var(--header-height);
  display: flex;
  align-items: center;
}

.main-container {
  position: relative;
  top: var(--header-height);
  width: 100%;
}

.footer-container {
  position: relative;
  top: var(--header-height);
}

/* Same day delivery start here  */

.sidebar-left {
  height: calc(100vh - 48px);
  overflow-x: hidden;
  overflow-y: auto;
  text-align: center;
  position: relative;
  background: rgb(233, 242, 255);
}

h1.inner-page {
  font-size: 24px;
  color: #000;
}

.same-day-block {
  height: 600px;
  background: rgba(246, 247, 248, 1);
}

/* Same day delivery end here  */

.ups-apps-part .ups-t-drop.dropdown-menu {
  width: 310px;
  border-radius: 16px;
  position: absolute;
  left: -180px;
  top: 43px;
  box-shadow: -3px 7px 5px -2px rgba(153, 153, 153, 0.75);
  -webkit-box-shadow: -3px 7px 5px -2px rgba(153, 153, 153, 0.75);
  -moz-box-shadow: -3px 7px 5px -2px rgba(153, 153, 153, 0.75);
}
.ups-apps-part {
  position: relative;
}
.ups-apps-part ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between;
}
.ups-apps-part ul li {
  list-style: none;
  text-align: center;
}
.ups-apps-part ul li a span.img-block {
  display: block;
  height: 50px;
  line-height: 50px;
}
.ups-apps-part ul li a span.text-block {
  display: block;
  font-size: 15px;
}
.ups-apps-part ul li a {
  text-decoration: none;
  color: #353b49;
  padding: 6px;
  display: inline-block;
}
.ups-apps-part ul li a:hover {
  background: #e1e6f2;
  display: inline-block;
  border-radius: 10px;
}
.logged-in-user-btn {
  width: 9.8rem;
}
.inmode-user {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #00a29a;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  display: inline-block;
  margin-left: 8px;
  overflow: hidden;
  text-overflow: clip;
  padding: 0 7px;
  letter-spacing: 7px;
}
.inmode a {
  border: solid 1px #d1e4ff;
  border-radius: 16px;
  padding: 10px;
  margin-left: 20px;
  background: #eaf1ff;
}

.inmode .inmode-img {
  min-width: 78%;
  background: #fff;
  padding: 6px;
  border-radius: 10px;
}
.loged .dropdown.inmode a.btn-link {
  padding: 4px 6px;
  display: flex !important;
  align-items: center;
  background: #eaf1ff;
}
.clp-nav .dropdown.inmode a.btn-link.dropdown-toggle::after {
  display: none !important;
}
.clp-nav .dropdown.inmode a.btn-link.dropdown-toggle.show::after {
  transform: rotate(-180deg);
  display: none !important;
}
.d-flex.flex-column.align-items-center.justify-content-between.mt-lg-4.mb-2.px-3 {
  display: none !important;
}

#flush-headingOne .current-tenant-title-item-2 {
  font-size: 12px;
}
#flush-headingOne .current-tenant-title-item-3 {
  font-size: 16px;
  line-height: 12px;
  padding: 1px;
}
.user-profile-container button.btn-custom-common {
  font-size: 16px;
}
.user-profile-container #user-profile-closeBtn {
  display: none !important;
}
.clp-nav .ups-aps-icon.dropdown-toggle::after {
  display: none !important;
}
.ups-apps-part.dropdown .card.card-body {
  border: none;
}
a#qsLoginBtn {
  padding: 10px 25px;
}
a.ups-aps-icon.dropdown-toggle {
  cursor: pointer;
}
ul.tenant-option-container li {
  margin-bottom: 3px;
  border: none;
}

span.img-block img {
  width: 40px;
}

span.env-test {
  background: #63baeb;
  font-size: 12px;
  color: #000;
  padding: 4px 6px 2px 6px;
  border-radius: 8px;
  text-transform: uppercase;
  margin-right: 8px;
}

span.env-prod {
  background: #8ff3eb;
  font-size: 12px;
  color: #000;
  padding: 4px 6px 2px 6px;
  border-radius: 8px;
  text-transform: uppercase;
  line-height: 15px;
  margin-right: 8px;
}

button#user-profile-myApps {
  background: #eaf1ff;
  margin-bottom: 15px;
  border: none !important;
}

button#user-profile-accountsetting {
  background: #eaf1ff;
  margin-bottom: 15px;
  border: none !important;
}

button#user-profile-signOutBtn {
  background: #eaf1ff;
}

button#current-tenant {
  border: none !important;
  background: #eaf1ff;
  margin-bottom: 15px;
  position: relative;
}

@media (min-width: 992px) {
  .expor-txt .font-13 {
    max-width: 70%;
  }

  .gt-right-block {
    margin-left: 30px;
  }

  .gt-right-block .font-13 {
    max-width: 80%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
  .logo-block {
    padding: 10px;
  }

  .logo-block img {
    width: 100%;
  }
}

@media (max-width: 992px) {
}

/* same-day-delivery page css start here */
.left-sidebar {
  padding-top: 50px !important;
}

.content-prt {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .content-prt {
    width: calc(100% - 230px);
  }
}

.sidebar {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  padding: 50px 0 0;
  top: var(--header-height);
}

.left-sidebar {
  width: 230px;
}

h1.inner-hd {
  font-size: 32px;
  font-weight: 400;
  text-align: left;
}

.getting-left {
  padding-top: 40px;
  text-align: left;
}

.local-delivery {
  background: #f6f7f8;
  height: 600px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-link .hom-bt.icon-arrow-right-short:before {
  position: relative;
  top: 4px;
  font-size: 20px;
}

.day-services {
  background: rgb(246, 247, 248);
  border-radius: 8px;
  padding: 20px;
  display: block;
  text-decoration: none;
  color: #000;
  margin-bottom: 10px;
}

.day-services:hover {
  opacity: 0.8;
}

.day-services i {
  transition: transform 0.35s ease-in-out;
  transform: translateX(0);
}

.day-services:hover i {
  transform: translateX(0.325rem);
}

.day-services h3 {
  font-size: 18px;
  padding: 0;
  margin: 0;
  font-weight: 600;
}

.day-services span {
  font-size: 16px;
  display: block;
  padding-top: 7px;
  font-weight: 400;
}

.clp-solution {
  padding-left: 0;
}

.day-services i {
  float: right;
  font-size: 25px;
}

.day-services i img {
  width: 25px;
}

.solution-block {
  background: rgb(246, 247, 248);
  padding: 30px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
}

.tns-90.icon-arrow-right-short:before {
  transform: rotate(-180deg);
}

.ft-copy-text,
.ft-link ul {
  text-align: center;
}

.left-sidebar ul {
  width: 200px;
  text-align: left;
}

.left-sidebar ul li.nav-item a.nav-link {
  font-size: 14px;
  color: rgba(93, 110, 129, 1);
  font-weight: 400;
  padding: 8px;
}

.left-sidebar ul li.nav-item a.nav-link.active,
.left-sidebar ul li.nav-item a.nav-link:hover {
  background: rgba(191, 216, 255, 1);
  color: #000;
  border-radius: 10px;
}

.left-sidebar ul li.nav-item {
  margin-bottom: 10px;
}

.left-sidebar ul li.nav-item a.nav-link.same2.active,
.left-sidebar ul li.nav-item a.nav-link.same2:hover {
  background: rgba(57, 72, 95, 0.1);
  color: #000;
  border-radius: 10px;
}

.left-sidebar ul li.nav-item ul li a.nav-link.active,
.left-sidebar ul li.nav-item ul li a.nav-link:hover {
  background: none;
}

.left-sidebar ul li.nav-item ul li a.nav-link {
  font-size: 12px;
}

/* same-day-delivery page end here */

/* getting start here */

.apip .form-control {
  margin-top: 10px;
  border: solid 1px rgba(201, 206, 213, 1);
  border-radius: 6px;
  height: 40px;
  padding-right: 30px;
}

.text-are-block textarea {
  background: rgba(57, 72, 95, 0.1);
  border: none;
  margin-top: 10px;
}

.login-f {
  margin-top: 30px;
}

.get-right {
  background: rgba(246, 247, 248, 1);
  height: 100vh;
  padding: 30px;
}

.request-block {
  margin-bottom: 20px;
}

.request-block img {
  width: 100%;
}

.lang-block {
  margin-bottom: 20px;
}

.lang-block img {
  width: 100%;
}

.response-block img {
  width: 100%;
}

.drop-dn.collapsed:before {
  content: "\e908";
  font-family: "icomoon" !important;
  font-size: 14px;
  border: none;
  transition: transform 0.35s ease-in-out;
  transform: translateX(0);
  padding-right: 5px;
}

.drop-dn:before {
  content: "\e901";
  font-family: "icomoon" !important;
  font-size: 14px;
  padding-right: 5px;
}

.apip {
  position: relative;
}

.apip:after {
  content: "\e909";
  font-family: "icomoon" !important;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 10px;
  top: 9px;
}

.bg1 {
  background: rgba(246, 247, 248, 1);
  display: inline-block;
  width: 100%;
  border-radius: 8px;
  padding: 15px;
}

.pr-block {
  margin-top: 20px;
}

.post-block {
  border-radius: 20px;
  background: rgba(201, 206, 213, 1);
  padding: 6px 10px;
  text-transform: uppercase;
  font-size: 12px;
}
/* getting end here */

/* My application start here */

.new-application-add {
  float: right;
}

.my-application-wp {
  padding-top: 30px;
}

.team-members-block {
  border-radius: 10px;
  padding: 15px;
  background: #f2f3fa;
  width: 100%;
}

.team-members-block .font-18 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 22px;
}

.team-members-block .font-18 span {
  font-size: 16px;
  display: block;
  padding-top: 7px;
  font-weight: 400;
}

ul.team-members {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.team-members li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

ul.team-members li .t-name-round {
  min-width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  border: none;
  text-align: center;
  line-height: 40px;
  display: inline-block;
}

ul.team-members li .t-name-text {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

ul.team-members li a {
  text-decoration: none;
  color: #000;
}

.orange-round {
  background-color: #fffae9;
}

.blue-round {
  background-color: #d1e4ff;
}

.blue-light-round {
  background-color: #effef7;
}

.orange-light-round {
  background: #fff6f7;
}

.gray-light-round {
  background: #f7f0ff;
}

.loged {
  position: relative;
  margin-left: 10px;
  margin-top: 8px;
}

.loged:before {
  content: "\e913";
  font-family: "icomoon" !important;
  position: absolute;
  left: 8px;
  top: 4px;
  font-size: 16px;
  line-height: 18px;
  z-index: 4;
  display: none;
}

.loged select {
  padding-left: 26px;
  border-radius: 20px;
}

.my-application-wp label {
  font-size: 16px;
  color: rgba(39, 62, 88, 1);
}

.err-txt {
  font-size: 14px;
  font-weight: 400;
  padding-top: 5px;
}

.business-account {
  margin-bottom: 20px;
}

ul.confrim-product {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.confrim-product li {
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

ul.confrim-product li .t-name-round {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  text-align: center;
  line-height: 40px;
  display: inline-block;
  background-color: #d1e4ff;
}

ul.confrim-product li .t-name-text {
  font-size: 16px;
  font-weight: 400;
  margin-left: 10px;
}

ul.confrim-product li a {
  text-decoration: none;
  color: #000;
}

ul.confrim-product li .form-switch .form-check-input {
  width: 3em;
}

ul.confrim-product li .form-check-input {
  height: 1.5em;
}

.add-dt {
  .mb-3 {
    position: relative;
    padding: 0;
  }
  .mb-3 label {
    font-size: 13px;
    color: rgba(39, 62, 88, 1);
    position: absolute;
    top: -12px;
    background: #f9f9ff;
    left: 10px;
    padding: 0 4px;
  }
}

.create-wp {
  margin-top: 50px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 10px 30px;
}

.btn-secondary {
  background: #d7efff;
  border: none;
  color: #000;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
}

.btn-secondary:hover {
  background: #ccc;
  color: #000;
}

.btn-primary {
  background: #0059a6;
  border: none;
  color: #fff;
  border-radius: 20px;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 20px;
}

.btn-primary {
  margin-left: 10px;
}
.production-sandbox:not(:empty) {
  border: solid 1px #ccc;
  border-radius: 8px;
  padding: 1.5rem;
}

.input-ok-icon {
  position: relative;
}

.input-ok-icon .icon-right-icon {
  position: absolute;
  right: 14px;
  bottom: 40px;
  font-size: 16px;
}

.pdr-40 {
  padding-right: 40px;
}

.form-switch .form-check-input {
  background-color: #eee;
}

.form-switch .form-check-input:checked {
  background-color: #0d6efd;
}

.m-dt-last-u {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-u-date {
  display: flex;
  justify-content: space-between;
}

.cr-dt.font-16 {
  margin-right: 8px;
}

.hd-btn-del {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.application-left .form-control {
  height: 56px;
  line-height: 56px;
  background: none;
}
.application-left .form-select {
  height: 56px;
}
.production-sandbox .mt-3 {
  position: relative;
}
.production-sandbox .mt-3 label {
  font-size: 13px;
  color: rgba(39, 62, 88, 1);
  position: absolute;
  top: -10px;
  background: #f9f9ff;
  left: 10px;
  padding: 0 4px;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.check-prt .form-check {
  margin-top: 30px;
}
.check-prt .form-check-label {
  color: #5d6e81;
  text-align: left;
  margin-left: 20px;
  font-size: 14px;
}
.check-prt .form-check .form-check-input {
  width: 20px;
  height: 20px;
  border-radius: 2px;
  border: solid 2px #666;
}
.check-prt .form-check-label .ups-agreement {
  font-weight: bold;
  text-decoration: underline;
  color: #5d6e81;
}
/* My application part start here */

:root {
  --svg-eye-open: url("/images/eye.svg?v=mm4LzUtQC2EiRCG2YfagmgD5xPY");
  --svg-eye-close: url("/images/eye-slash.svg?v=mm4LzUtQC2EiRCG2YfagmgD5xPY");
}

.btn-toggle-password-visibility {
  width: 16px;
  height: 16px;
  background-image: var(--svg-eye-close);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.input-group-sm .btn-toggle-password-visibility {
  width: 16px;
  height: 16px;
}

.form-floating + .input-group-text .btn-toggle-password-visibility,
.input-group-lg .btn-toggle-password-visibility {
  width: 28px;
  height: 28px;
}

.input-group:has(input:not([type="password"])) .btn-toggle-password-visibility {
  background-image: var(--svg-eye-open);
}

.input-group:has(input.is-valid) .input-group-text {
  border-color: var(--bs-form-valid-border-color);
}

.input-group:has(input.is-invalid) .input-group-text {
  border-color: var(--bs-form-invalid-border-color);
}

.sh-hd .input-group-text {
  background: rgba(201, 206, 213, 1);
}

.sh-hd .form-control {
  border-right: none;
  border-right: none;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.sh-hd .cec-icon {
  background: none;
  border-left: none;
}

.sh-hd {
  margin-top: 20px;
}

.k-st {
  margin-top: 20px;
}

.model-wp {
}

.model-wp .modal-content {
  padding: 20px;
}

.model-wp .modal-content .modal-header {
  border: none;
}

.model-wp .modal-content .modal-footer {
  border: none;
}

.model-wp .modal-footer {
  justify-content: flex-start;
}

.input-block {
  margin-top: 20px;
}

.error-page-container {
  position: fixed;
  transform: translateX(-50%) translateY(-50%);
  left: 50%;
  text-align: center;
  top: 50%;
}

.loged a.btn-link {
  font-size: 16px;
  color: #999;
  font-weight: 400;
  padding: 10px 30px;
  background: none;
  color: #0059a6;
}

ul.dropdown-menu.loged-dp li a {
  padding: 6px 10px;
  background: rgb(233, 242, 255);
  margin-bottom: 5px;
  font-size: 14px;
}

.loged .arrow-r.icon-arrow-right-short {
  float: right;
  line-height: 20px;
}
.logo-img {
  width: 30px;
  height: 30px;
}
.min-h-90vh {
  min-height: 90vh;
}

.lynkup-v2-listing-block a.clp-services {
  border-radius: 0;
  background: none;
  position: relative;
}

.lynkup-v2-listing-block {
  border-radius: 8px;
}

.lynkup-v2-listing-block a.clp-services h3 {
  font-size: 16px;
  font-weight: 400;
}
.lynkup-v2-listing-block a.clp-services span {
  font-size: 14px;
  font-weight: 400;
}
.lynkup-v2-listing-block a.clp-services h3 i {
  font-size: 20px;
  position: absolute;
  right: 16px;
  top: 50%;
  transition: transform 0.35s ease-in-out;
  transform: translateX(0) translateY(-50%);
}
.lynkup-v2-listing-block a.clp-services:hover h3 i {
  transform: translateX(0.325rem) translateY(-50%);
}
.lynkup-v2-listing-block a.clp-services:hover {
  opacity: 0.8;
}

/* Menu css start here */

header .nav-hamburger {
  grid-area: hamburger;
  text-align: end;
}

header .nav-hamburger button {
  padding: 0.625rem;
  transition: background-color 0.35s;
}

header .nav-hamburger i.symbol-hamburger,
header .nav-hamburger i.symbol-hamburger::before,
header .nav-hamburger i.symbol-hamburger::after {
  width: 1.25rem;
  height: 2px;
}

header .nav-hamburger i.symbol-hamburger {
  background-color: currentcolor;
  transition: background-color 0.35s;
}

header .nav-hamburger i.symbol-hamburger::before,
header .nav-hamburger i.symbol-hamburger::after {
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentcolor;
  transform: rotate(0);
  transition: transform 0.4s, top 0.4s, bottom 0.4s;
}

header .nav-hamburger i.symbol-hamburger::before {
  top: -6px;
}

header .nav-hamburger i.symbol-hamburger::after {
  bottom: -6px;
}

header .nav-hamburger [aria-expanded="true"] i.symbol-hamburger {
  background-color: transparent;
}

header .nav-hamburger [aria-expanded="true"] i.symbol-hamburger::before {
  transform: rotate(45deg);
  top: 0;
}

header .nav-hamburger [aria-expanded="true"] i.symbol-hamburger::after {
  transform: rotate(-45deg);
  bottom: 0;
}

i.symbol {
  display: inline-block;
  position: relative;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  color: currentcolor;
}
i.symbol::before,
i.symbol::after {
  content: "";
  position: absolute;
}
i.symbol {
  color: currentcolor;
}

i.symbol::before,
i.symbol::after {
  content: "";
  position: absolute;
}

/* Menu css end here */

.mob-only {
  display: none;
}

/* Responsive css start here */

@media (min-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .clpi-c-txt {
    text-align: left;
  }
  .ft-support-btn {
    margin-top: 15px;
  }
  .ft-copy-text {
    text-align: left;
  }
  .my-application-wp .application-left {
    width: 100%;
  }
  .my-application-wp .appliction-right {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
}

@media (max-width: 991px) {
  .mob-only {
    display: block;
  }
  .clp-nav {
    text-align: left;
  }
  .loged {
    margin-left: 0;
    position: relative;
  }
  .clp-nav a.nav-link {
    margin-right: 0;
    margin-top: 15px;
  }
  .clp-nav .d-flex {
    width: 100%;
    display: inline-block !important;
  }
  .loged a.btn-link {
    width: 100%;
    display: inline-block;
  }
  ul.dropdown-menu.loged-dp {
    position: static;
    display: block;
    display: block;
    background: none;
    border: none;
  }
  .ups-new-hd .navbar-expand-lg .clp-nav .navbar-nav a.nav-link {
    font-size: 14px;
    color: #000;
  }
  .loged a.btn-link {
    color: #000;
  }
  nav .navbar-nav li.nav-item a {
    padding-left: 40px !important;
  }
  nav .navbar-nav li.nav-item.api-document a {
    background: url(../images/code.svg?v=D7GVGahylsRrhH0u786CMfwJ3cc) no-repeat 9px 10px #f2f3fa;
  }
  nav .navbar-nav li.nav-item.home-icon a {
    background: url(../images/home.svg?v=D7GVGahylsRrhH0u786CMfwJ3cc) no-repeat 9px 10px #f2f3fa;
  }

  .loged a.login-prt {
    background: url(../images/user.svg?v=D7GVGahylsRrhH0u786CMfwJ3cc) no-repeat 9px 10px #f2f3fa;
    padding-left: 40px;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }
  ul.dropdown-menu.loged-dp li a {
    background: #f2f3fa;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 30px 10px 40px;
    border-radius: 30px;
    border: solid 1px #ccc;
  }
  ul.dropdown-menu.loged-dp li a i {
    display: none;
  }
  ul.dropdown-menu.loged-dp li.my-application a {
    background: url(../images/application-icon.svg?v=D7GVGahylsRrhH0u786CMfwJ3cc) no-repeat 9px 10px #f2f3fa;
  }
  ul.dropdown-menu.loged-dp li.account-settings a {
    background: url(../images/account-setting-icon.svg?v=D7GVGahylsRrhH0u786CMfwJ3cc) no-repeat 9px 10px
      #f2f3fa;
  }
  ul.dropdown-menu.loged-dp li a.log-out {
    position: absolute;
    top: 1px;
    right: 0;
    width: 80px;
    margin: 0;
    padding-left: 15px;
  }
  .loged a.dropdown-toggle {
    background: url(../images/user.svg?v=D7GVGahylsRrhH0u786CMfwJ3cc) no-repeat 9px 10px #f2f3fa;
    padding-left: 40px;
  }
  .clp-nav .dropdown-toggle::after {
    display: none;
  }
}

@media (max-width: 767px) {
  .ups-application {
    background: none;
    padding: 0;
  }

  .height-50px {
    height: auto !important;
  }
  .new-application-add .btn-link {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    position: relative;
    display: inline-block;
  }
  .new-application-add .btn-link span.icon-plus-icon {
    font-size: 20px;
    position: absolute;
    top: 9px;
    left: 8px;
    color: #000;
  }
  .team-members-block {
    margin-top: 20px;
  }
  .content-prt {
    padding: 0 5px;
  }

  .create-left {
    padding-bottom: 20px;
  }
}
@media (max-width: 374px) {
  h1.inner-hd {
    font-size: 24px;
  }
}
/* Responsive css end here */

.user-profile-drpdwn {
  overflow: hidden;
  --bs-dropdown-spacer: 0.5rem;
  padding: 15px;
  background: #fff;
}
user-profile {
  --corporate-logo: 30px;
  .accordion-button:not(.collapsed) {
    --bs-accordion-active-bg: none;
  }
  .user-profile-container {
    min-width: 300px;
  }
  .img-container {
    width: 60px;
    height: 60px;
  }
  .accordion-button.custom-accordion-btn {
    color: inherit;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --bs-accordion-btn-icon-width: 0.6rem;
  }

  .accordion-body.custom-accordion-body {
    --bs-accordion-body-padding-y: 0;
    --bs-accordion-body-padding-x: 0;
  }
  .custom-accordion-btn.accordion-button:focus {
    --bs-accordion-btn-focus-box-shadow: none;
  }

  .search-conatiner {
    background-color: #f7faff;
    margin-bottom: 15px;
  }
  .tenantid-search-input {
    inset: unset;
    padding: 0.5rem;
    padding-right: 1.5rem;
    background-color: #f0f2fa;
    border: 1px solid #f0f2fa;
    width: 100%;
    outline: none;
    border-radius: 6px;
  }
  .tenantid-search-input + .icon-search {
    top: 50%;
    left: 90%;
    transform: translate(50%, -50%);
  }
  .tenant-option-container {
    max-height: 5.5rem;
    overflow-y: auto;
  }
  .tenant-option {
    background-color: #fff;
    padding: 0.5rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    transition: background-color 200ms;
    > * {
      pointer-events: none;
    }
  }

  .tenant-option-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .tenant-option:hover,
  .tenant-option:focus {
    background-color: #e1e6f2;
  }

  .active-tenant {
    background-color: #e1e6f2;
  }

  .user-profile-icon {
    --bs-border-radius: 2rem;
  }

  .current-tenant-title {
    width: 80%;
    display: grid;
    grid-template-columns: var(--corporate-logo) 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas:
      "img sub-title"
      "img title";
    column-gap: .4rem;    
  }
  .current-tenant-title-item-1 {
    grid-area: img;
    img {
      height: var(--corporate-logo);
      width: var(--corporate-logo);
    }
  }
  .current-tenant-title-item-2 {
    grid-area: sub-title;
    font-size: 0.8rem;
  }
  .current-tenant-title-item-3 {
    grid-area: title;
  }
  #current-tenant-title-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  @media (width < 992px) {
    #current-tenant {
      border-radius: 1rem 1rem 0 0;
    }
    .border-rounded-md {
      border-radius: 2rem;
    }
    #accordionTenant:has(.show) {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
    .accordion-button.custom-accordion-btn {
      border-top: none;
      --bs-accordion-btn-bg: #f2f3fa;
    }
    .tenant-option:last-child {
      border-bottom: none;
    }
  }

  .btn-custom-common {
    --bs-border-radius: 0;
  }
  .btn-custom-common:hover,
  .btn-custom-common:focus {
    background-color: #e1e6f2;
  }
}

.btn-close {
  --bs-btn-close-bg: url("/images/close-btn-icon.svg?v=mm4LzUtQC2EiRCG2YfagmgD5xPY");
}

.accordion {
  --bs-accordion-btn-icon: url("/images/chevron-down.svg?v=mm4LzUtQC2EiRCG2YfagmgD5xPY");
  --bs-accordion-btn-active-icon: url("/images/chevron-down.svg?v=mm4LzUtQC2EiRCG2YfagmgD5xPY");
}

.form-switch .form-check-input:checked {
  background-image: url("/images/circle_white.svg?v=mm4LzUtQC2EiRCG2YfagmgD5xPY");
}

.form-switch .form-check-input {
  background-image: url("/images/circle_gray.svg?v=mm4LzUtQC2EiRCG2YfagmgD5xPY");
}

.scroll-snap-y {
  will-change: scroll-position;
  scroll-snap-type: y mandatory;
  li {
    scroll-snap-align: start;
  }
}

.env-display-conatiner {
  z-index: 1000;
}
.env-display-ribbon {
  height: 5px;
  background-color: #63baeb;
}
.env-display-ribbon-text {
  height: 20px;
  background-color: #63baeb;
  border-radius: 0 0 5px 5px;
}
