* {
  margin: 0px;
  padding: 0px;
}

html,
body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: "Roboto", sans-serif !important;
  margin: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

.main-container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 100%;
  padding: 0px;
}

.header-logo {
  font-size: 32px;
  color: #fff;
  cursor: default;
  font-weight: 600;
  background: url(../images/logo-md.png) no-repeat;
  width: 170px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 15px 0px;
}

.header-logo span {
  padding-left: 70px;
}

.pl-0 {
  padding-left: 0px !important;
}

#login {
  background: url(../images/login.png) no-repeat;
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
}

.logo-md {
  display: none;
}

#login .login-content a {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  cursor: default;
}

.login-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.left-sec {
  margin: auto;
}

.login-panel {
  margin: auto;
  width: 100%;
  max-width: 500px;
  padding: 50px;
  border-radius: 20px;
  background-color: #244b65;
  box-shadow: 0px 10px 12px #244b65;
  font-size: 14px;
}

.floating-label-group {
  margin-bottom: 1.5rem;
  position: relative;
}

.floating-label-group label {
  display: inline-block;
  margin-bottom: .5rem;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dadce0;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 36px !important;
  text-indent: 0px;
}

.panel.panel-default {
  position: relative;
}

.login-btn {
  padding: 8px 20px;
  box-shadow: 0px 3px 6px #4040401a;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #f57336;
  min-width: 250px;
}

.login-btn:hover,
.login-btn:focus {
  color: #fff;
  background: #f57336;
  box-shadow: 0px 3px 6px #4040401a;
  border: 1px solid #fff;
}

#login .login-content .circle-text p,
#Registration .login-content .circle-text p {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 22px;
}

#login .login-content .circle-text,
#Registration .login-content .circle-text {
  text-align: left;
  font-size: 20px;
  color: #fff;
}

#login .login-content .left-sec h2,
#Registration .login-content .left-sec h2 {
  font-size: 32px;
  line-height: 50px;
  font-weight: normal;
  color: #fff;
}

#login .login-content ul.stepper li a .circle,
#Registration .login-content ul.stepper li a .circle {
  font-size: 24px;
  display: flex;
}

#login i,
#Registration i {
  color: #fff;
  margin: auto;
}

/*Create Account Start Here*/
ul.stepper {
  padding: 0 1.5rem;
  padding: 1.5rem;
  margin: 1em -1.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  counter-reset: section;
}

.stepper-vertical {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

ul.stepper>li:not(:last-of-type) {
  margin-bottom: .625rem;
  -webkit-transition: margin-bottom .4s;
  -o-transition: margin-bottom .4s;
  transition: margin-bottom .4s;
}

.stepper-vertical li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.stepper-vertical li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.stepper-vertical li a:hover {
  text-decoration: none;
}


.stepper-vertical li:not(:last-child):after {
  position: absolute;
  top: 5.2rem;
  left: 2rem;
  width: 1px;
  height: calc(100% - 20px);
  content: "";
  background: #fff;
}

.border-none-after.stepper-vertical li:not(:last-child):after {
  height: 0;
}

ul.stepper li a .circle {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  margin-right: 1.5rem;
  line-height: 4rem;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 50%;
}

.primary-color,
ul.stepper li a .circle {
  background-color: #658498;
  border: 1px solid #fff;
}

.primary-color,
ul.stepper li.active a .circle {
  background-color: #f57336;
  border: 1px solid #fff;
}

.primary-color {
  color: #f57336;
}

ul.stepper li.active a span.label {
  color: #f57336;
}

ul.stepper li a .label {
  display: inline-block;
  color: #cedce4;
  font-size: 18px;
  font-weight: normal;
}

.stepper-vertical li a .label {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-top: .2rem;
}

ul.stepper li a {
  padding: 1.2rem;
  align-items: center;
  text-decoration: none !important;
}

.stepper-vertical li .step-content {
  display: block;
  padding: 0;
  margin-top: 0;
  margin-left: 6rem;
  text-align: left;
}

/* Signup Start here */
#Registration {
  overflow: hidden;
  padding-bottom: 0px;
  background: linear-gradient(rgba(29, 66, 91, 0.8), rgba(111, 165, 201, 0.8));
  height: 100%;
  display: flex;
}

#container.forgot-pwd {
  overflow: hidden;
  padding-bottom: 0px;
  background: linear-gradient(rgba(29, 66, 91, 0.8), rgba(111, 165, 201, 0.8));
  height: calc(100vh - 45px);
  display: flex;
}

#Registration .container {
  max-width: 85%;
  margin: auto;
}

#Registration .floating-label-group label {
  color: #222221 !important;
}

.reg-card {
  height: 100%;
  width: 100%;
  box-shadow: 0px 3px 12px #00000030;
  border-radius: 10px;
  background-color: #fff;
}

.signup-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 1.5rem;
}

#Registration .login-content {
  color: #fff;
  display: flex;
  height: 100%;
}

#Registration .login-content>div {
  margin: auto;
  max-width: 520px;
}

.reg-image {
  position: relative;
  background: url(../images/track-shipment.jpg) no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
  box-shadow: inset 0px 2000px rgb(36 75 101 / 90%);
}

#Registration .reg-side-content {
  padding: 50px;
  min-height: calc(100vh - 250px);
  margin-bottom: 0px;
  height: 100%;
  position: relative;
}

#Registration .reg-side-content .login-mid {
  max-width: 425px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.border-dot-line {
  border: 1px dashed #b1b1b1;
  width: 96%;
  position: relative;
  top: -16px;
  margin: 0 auto;
}

.reg-side-content h2 {
  text-align: center;
  display: block;
  font-size: 14px;
  background: #fff;
  color: #222221;
  padding: 6px 12px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

h2.form-title {
  font-size: 14px;
  color: #222221;
  position: relative;
  padding: 0px;
}

h2.form-title::before {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 7px;
  border: 1px dashed #b1b1b1;
}

h2.form-title span {
  background: #fff;
  z-index: 999999;
  position: absolute;
  left: 50%;
  padding: 0px 12px;
  transform: translate(-50%, 0%);
}

.btn {
  font-weight: normal;
  font-size: 14px;
}

.continue-btn,
.continue-btn:hover,
.continue-btn:focus {
  padding: 8px 20px;
  box-shadow: 0px 3px 6px #40404073;
  min-width: 100px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #00ab8e;
  color: #fff;
}

.cancel-btn,
.cancel-btn:hover,
.cancel-btn:focus {
  padding: 8px 20px;
  box-shadow: 0px 3px 6px #40404073;
  min-width: 100px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #f6f6f6;
  color: #222221;
}

.appliedFilterValue {
  color: #004B8D !important;
  text-decoration: underline !important;
  cursor: pointer;
  font-size: 14px;
}

.otp-valid-msg {
  background: #cceee8;
  color: #00AB8E;
  padding: 10px;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 1rem;
}

.otp-wrong-msg {
  background: #EFDBDC;
  color: #D91919;
  padding: 10px;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 1rem;
}

.resend-btn {
  background: none;
  border: none;
  color: #00AB8E;
  margin-left: 15px;
  font-size: 14px;
}

.resend-btn i {
  color: #00AB8E !important;
}

.form-check-label {
  font-size: 14px;
}

a.term-text {
  color: #0078D7;
  text-decoration: none;
}

/* Login Signup Start Here */

.entry-item {
  position: relative;
  margin-bottom: 1.5rem;
}

.attrEntry {
  position: relative;
  margin-bottom: 1rem;
}

.entry-item label {
  color: #fff;
  font-size: 14px !important;
  margin-bottom: 0.5rem;
  font-weight: normal;
  font-family: "Roboto", sans-serif !important;
}

.entry-item input:focus,
.attrEntry input:focus,
.k-combobox input {
  border: 1px solid #004B8D;
  outline: none;
}

.entry-item input,
.attrEntry input,
.k-combobox input {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dadce0;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  height: 36px !important;
  font-family: 'Roboto', sans-serif;
  text-indent: 0px;
}

.intro h2 {
  display: none;
}

.entry-item:has(#forgotPassword) a {
  position: absolute;
  right: 0px;
  bottom: -20px;
}

.attrEntry label,
#attributeList label {
  margin-bottom: 1rem;
  font-weight: 500;
  color: #222221;
  font-size: 12px;
  display: block;
}

button#next {
  padding: 8px 20px;
  box-shadow: 0px 3px 6px #4040401a;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid #fff;
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #f57336;
  width: 50%;
  margin-top: 1rem;
}

.buttons:has(#next) {
  text-align: center;
}

.create p {
  color: #fff;
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
}

.error p {
  display: block;
  position: absolute;
  bottom: -20px;
  color: #D91919 !important;
  font-family: "Roboto", sans-serif !important;
  white-space: normal;
  margin-bottom: 0px;
}

.error.itemLevel {
  color: #D91919 !important;
  font-size: 12px;
}

.error.pageLevel p {
  position: unset;
}

input.highlightError,
input.error-border {
  border: 1px solid #D91919;
}

.divider {
  display: none;
}

#attributeList ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 0px 15px;
  margin-top: 1rem;
}

.helpLink {
  display: none;
}

.VerificationControl {
  flex-basis: 100%;
}

.RadioSingleSelect {
  flex-basis: 48%;
}

.verificationSuccessText #emailVerificationControl_success_message {
  width: 100%;
  background: #cceee8;
  color: #00AB8E;
  padding: 10px;
  font-weight: normal;
  font-size: 12px;
  margin-bottom: 1rem;
}

button.sendCode,
button#Proceed,
button#continue,
button.sendButton {
  padding: 8px 20px;
  box-shadow: 0px 3px 6px #40404073;
  font-weight: normal;
  min-width: 100px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #00ab8e;
  color: #fff;
  font-size: 12px;
}

.buttons.verify {
  margin-top: 15px;
}

button#continue {
  margin-right: 15px;
}

button#Proceed {
  position: absolute;
  bottom: 7px;
  left: 115px;
}

button.changeClaims,
button#cancel,
button.sendNewCode {
  padding: 8px 20px;
  box-shadow: 0px 3px 6px #40404073;
  font-weight: 500;
  min-width: 100px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #f6f6f6;
  color: #222221;
  font-size: 12px;
}

.buttons:has(#sendCode) {
  display: flex;
  gap: 15px;
  justify-content: end;
}

.verifyCode {
  margin-right: 15px;
}

input[disabled] {
  background: #eaeaea !important;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: inherit;
}

input[disabled]~.k-select {
  background: #eaeaea !important;
  cursor: not-allowed;
  opacity: 1;
  pointer-events: inherit;
}

.RadioSingleSelect .attrEntry {
  margin-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#extension_AlreadyCustomer_label {
  flex-basis: 100%;
  margin-left: 0px;
}

.RadioSingleSelect .attrEntry input {
  width: auto;
}

.RadioSingleSelect .attrEntry label {
  margin-bottom: 0px !important;
  margin-left: 10px;
}

#true_option {
  margin-right: 30px;
}

li.TextBox {
  flex-basis: 48%;
}

li:has(#Country_label) {
  flex-basis: 48%;
}

li:has(#City_label) {
  flex-basis: 48%;
}

hr {
  border: none;
}

#attributeList .k-combobox {
  width: 100%;
  font-size: 12px;
}

#attributeList .k-combobox .k-dropdown-wrap {
  border: 1px solid #dadce0;
}

#attributeList .k-combobox .k-dropdown-wrap input.k-input {
  padding: 0.375rem 0.75rem !important;
  text-indent: 0px !important;
}

#attributeList .k-combobox .k-dropdown-wrap .k-select {
  border: none;
  background: #fff;
  line-height: 2.9em;
}

#attributeList .k-combobox .k-dropdown-wrap.k-state-focused {
  border: 1px solid #004B8D;
}

button:focus-visible,
a:focus-visible {
  outline: none;
}

.k-list-container {
  background: #fff;
}

#extension_mfaByPhoneOrEmail_label {
  flex-basis: 100%;
  margin-left: 0px;
}

#extension_mfaByPhoneOrEmail_phone,
#extension_mfaByPhoneOrEmail_call {
  margin-left: 30px;
}

.verificationControlContent {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 15px;
}

.verificationInfoText,
.verificationSuccessText {
  flex-basis: 100%;
}

.verificationControlContent ul {
  flex-basis: 48%;
}

.verificationControlContent .buttons {
  padding-top: 50px;
}

li.TextBox.email {
  flex: 1;
}

li.TextBox.VerificationCode {
  flex: 1;
}

.terms-text {
  display: flex;
  align-items: center;
  font-size: 14px;
  gap: 10px;
}

.terms-text label {
  font-size: 14px;
}

.terms-text a {
  color: #0078D7;
  text-decoration: none;
}

.checkbox {
  position: relative;
  top: -45px;
  height: 40px;
  display: inline-block;
}

input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: relative;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -2px;
  margin-right: 5px;
  border: 2px solid #666666;
  border-radius: 2px;
  -webkit-transition: 240ms;
  -o-transition: 240ms;
  transition: 240ms;
}

input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #244b65;
  border-color: #244b65;
}

input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  display: table;
  width: 6px;
  height: 12px;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

input.verifyInput {
  margin-bottom: 15px;
}

.verificationErrorText.error {
  flex-basis: 100%;
  font-size: 12px;
  color: #D91919;
}

.verificationInfoText {
  color: #00AB8E;
  font-size: 12px;
}

.verifyButton,
.verifyCode {
  padding: 8px 20px;
  box-shadow: 0px 3px 6px #40404073;
  font-weight: normal;
  min-width: 100px;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #f57336;
  color: #fff;
  font-size: 12px;
  margin-right: 10px;
}

#attributeList~#cancel {
  top: 0px;
}

.success-image {
  background: url(../images/positive-vote.png) no-repeat;
  width: 144px;
  height: 80px;
}

.icon-mobile-phone {
  font-size: 16px;
  margin-right: 4px !important;
}

h4.otp-text {
  text-align: center;
  color: #00AB8E;
  font-size: 16px;
  font-weight: 600;
  background: url(../images/positive-vote.png) no-repeat;
  width: 225px;
  height: 55px;
  display: flex;
  align-items: center;
  margin: auto;
  justify-content: space-evenly;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  position: relative;
  left: 30px;
}

h6.otp-text {
  font-size: 14px;
  font-weight: normal;
}

.btn.ok-success-btn {
  min-width: 75px;
  height: 30px;
  padding: 6px 12px;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #40404073;
  font-size: 12px;
  border: 1px solid #fff;
  line-height: initial;
  background: #00ab8e;
  color: #fff;
}

.btn.ok-success-btn:hover {
  background: #009279;
  box-shadow: 0px 1px 6px #00000029;
  color: #fff;
}

.forgotPasswordForm #emailVerificationControl ul {
  flex-basis: 65%;
}

.forgotPasswordForm #emailVerificationControl ul .attrEntry {
  width: 100%;
}

.forgotPasswordForm #emailVerificationControl .buttons {
  flex-basis: 30%;
  padding-top: 15px;
}

.changePassword .Password {
  width: 100%;
}

#registrationForm:has(.checkbox) .buttons #cancel {
  position: relative;
  top: 33px;
}

#termsnconditionmodal .modal-header {
  padding: 10px;
}

#termsnconditionmodal .modal-body p {
  font-size: 14px;
}

#termsnconditionmodal .modal-body p:last-child {
  margin-bottom: 0px;
}

#termsnconditionmodal .modal-header .modal-title {
  font-size: 16px;
}

#termsnconditionmodal .modal-header .close {
  background: none;
  border: none;
}

#termsnconditionmodal .modal-header .close i.icon-close2 {
  color: #D91919;
} 
.k-listbox .k-item, .k-popup .k-list .k-item {
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  padding: 0 4px;
  line-height: 24px;
  border-bottom: 1px solid #eaeaea;
  padding: 6px;
}
.k-listbox .k-item:hover, .k-popup .k-list .k-item:hover { 
  padding: 6px;
}
.k-popup .k-list .k-item.k-state-focused.k-state-selected {
  background-color: #244b65 !important;
  border: 1px solid #244b65 !important;
  color: #fff !important;
  transition: .3s all ease-in-out;
}
.modal.show .modal-dialog {
  transition: none !important;
  transform: none !important;
}
/* Tab View Start Here */
@media (min-width: 1024px) and (max-width: 1279px) { 
  #Registration .container {
    max-width: 100%;
    padding: 0px 20px;
  }

  #container.py-5:has(#registrationForm) {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #login .login-content .left-sec h2,
  #Registration .login-content .left-sec h2 {
    font-size: 24px;
  }

  ul.stepper li a {
    padding: .75rem;
  }
  ul.stepper{
    padding: 2.5rem;
  }

  ul.stepper li a .circle {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }

  #login .login-content ul.stepper li a .circle,
  #Registration .login-content ul.stepper li a .circle {
    font-size: 18px;
  }

  #login .login-content .circle-text p,
  #Registration .login-content .circle-text p {
    font-size: 18px;
  }

  #login .login-content .circle-text,
  #Registration .login-content .circle-text {
    font-size: 16px;
  }

  .attrEntry {
    margin-bottom: .5rem;
  }

  .attrEntry label,
  #attributeList label {
    margin-bottom: .5rem;
  }

  .verificationControlContent .buttons {
    padding-top: 42px;
  }
}

/* Tab View End Here */
#Stoppermessage .modal-content.info-modal{
	text-align:center;
}
#Stoppermessage .modal-header.info-close{
	display:flex;
	justify-content:center;
	text-align:center;
}
#Stoppermessage .btn.ok-success-btn{ 
    margin: auto;
    margin-bottom: 10px;
}
@media (min-width: 1280px) and (max-width: 1365px) {
  #Registration .container {
    max-width: 100%;
    padding: 0px 20px;
  }

  #container.py-5:has(#registrationForm) {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  #login .login-content .left-sec h2,
  #Registration .login-content .left-sec h2 {
    font-size: 24px;
  }

  ul.stepper li a {
    padding: .75rem;
  }

  ul.stepper li a .circle {
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
  }

  #login .login-content ul.stepper li a .circle,
  #Registration .login-content ul.stepper li a .circle {
    font-size: 18px;
  }

  #login .login-content .circle-text p,
  #Registration .login-content .circle-text p {
    font-size: 18px;
  }

  #login .login-content .circle-text,
  #Registration .login-content .circle-text {
    font-size: 16px;
  }

  .attrEntry {
    margin-bottom: .5rem;
  }

  .attrEntry label,
  #attributeList label {
    margin-bottom: .5rem;
  }

  .verificationControlContent .buttons {
    padding-top: 42px;
  }
}