/* Minification failed. Returning unminified contents.
(959,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/********************************** Common  Colors ************************************/
/********************************** Common  Colors ************************************/
#master-breadcrumb #breadcrumb {
  height: 70px;
}
#master-breadcrumb #breadcrumb .content-small {
  float: left;
  font-size: 14px;
  margin: 17px 7px 21px 0;
  text-transform: uppercase;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator {
  float: left;
  margin: 21px 0px 21px 0;
  background: url("//cdn.syncfusion.com/content/images/home/new-seperator.png") no-repeat;
}
#master-breadcrumb #breadcrumb .bread-crumb-separator img {
  visibility: hidden;
}
#master-breadcrumb #breadcrumb .bread-crumb a {
  outline: medium none;
  text-decoration: none;
  color: #111;
}
#master-breadcrumb #breadcrumb .bread-crumb-last {
  cursor: default;
  font-weight: 600;
  color: #050505;
}

@media (min-width: 1820px) {
  #master-breadcrumb #breadcrumb {
    height: 85px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 20px 9px 16px 0;
    font-size: 16px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 25px 3px 16px 0;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 18px 0px 15px 0;
  }
}
@media (max-width: 767px) {
  #master-breadcrumb #breadcrumb {
    height: 50px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 13px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 16px 0px 15px 0;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator, #master-breadcrumb #breadcrumb .bread-crumb {
    display: none;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator:nth-last-child(2) {
    display: block;
  }
  #master-breadcrumb #breadcrumb .bread-crumb:nth-last-child(3) {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #master-breadcrumb #breadcrumb {
    height: 65px;
  }
  #master-breadcrumb #breadcrumb .content-small {
    margin: 15px 6px 15px 0;
    font-size: 12px;
  }
  #master-breadcrumb #breadcrumb .bread-crumb-separator {
    margin: 21px 0px 15px 0;
  }
}
/* Font sizes declaration */
/* Font family declaration */
body {
  color: #111;
  font-family: proxima-nova, sans-serif;
}

a {
  color: #0073DC;
  text-decoration: none;
}

a:hover {
  color: #0450C2;
  text-decoration: none;
  cursor: pointer;
}

.btn-custom {
  color: #237AC1;
  border: 1px solid #237AC1;
  outline: none !important;
}

.btn-custom:hover {
  background-color: #237AC1;
  color: #fff;
}

.btn-custom:focus {
  color: #237AC1;
  background-color: #fff;
}

.btn-custom:active {
  color: #fff;
  background-color: #006DB7;
}

#menu-wrapper {
  font-size: 14px;
  font-weight: normal;
}

.bold {
  font-weight: 600;
}

.smaller {
  font-size: 10px;
}

.small {
  font-size: 12px;
}

.error {
  font-size: 13px;
}

.normal {
  font-size: 14px;
}

.medium {
  font-size: 16px;
}

.regular {
  font-size: 18px;
}

.big {
  font-size: 20px;
}

.bigger {
  font-size: 24px;
}

.ultra-big {
  font-size: 40px;
}

p {
  line-height: 25px;
}

@media (max-width: 1279px) and (min-width: 768px) {
  body {
    font-size: 13px;
  }
  .smaller {
    font-size: 9px;
  }
  .small {
    font-size: 11px;
  }
  .medium {
    font-size: 14px;
  }
  .regular {
    font-size: 16px;
  }
  .big {
    font-size: 18px;
  }
  .bigger {
    font-size: 22px;
  }
  .ultra-big {
    font-size: 32px;
  }
  h1, .h1 {
    font-size: 30px !important;
  }
  h2, .h2 {
    font-size: 26px !important;
  }
  h3, .h3 {
    font-size: 20px !important;
  }
  h4, .h4 {
    font-size: 16px !important;
  }
  h5, .h5 {
    font-size: 13px !important;
  }
  h6, .h6 {
    font-size: 11px !important;
  }
  p {
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 11px;
  }
  .smaller {
    font-size: 8px;
  }
  .small {
    font-size: 10px;
  }
  .medium {
    font-size: 12px;
  }
  .regular {
    font-size: 14px;
  }
  .big {
    font-size: 16px;
  }
  .bigger {
    font-size: 20px;
  }
  .ultra-big {
    font-size: 28px;
  }
  h1, .h1 {
    font-size: 26px !important;
  }
  h2, .h2 {
    font-size: 22px !important;
  }
  h3, .h3 {
    font-size: 18px !important;
  }
  h4, .h4 {
    font-size: 14px !important;
  }
  h5, .h5 {
    font-size: 12px !important;
  }
  h6, .h6 {
    font-size: 10px !important;
  }
  p {
    line-height: 20px;
  }
}
.bg-lazy {
  background-image: none !important;
  background-color: inherit !important;
}

/* Note: 
    1. Before adding color codes, please check whether the color code is already present or not.
    2. Add the color codes in their series and arrange it alphabetically
    3. Follow the below naming conventions to add color code

          Color code        Color Variable
        ----------------------------------------
			#AAAAAA		- 	$color_AA
            #ABABAB     -   $color_AB
            #ABCABC     -   $color_ABC
            #ABCDEF     -   $color_ABCDEF
*/
/********************************** Common Text Colors ************************************/
/********************************** End Common Text Colors ************************************/
/********************************** Common Border Colors ************************************/
/********************************** End Common Border Colors ************************************/
/********************************** Common Background Colors ************************************/
/********************************** End Common Background Colors ************************************/
/********************************** Common Button Colors ************************************/
/* Font family declaration */
/* Note: 
    1. Before adding color codes, please check whether the color code is already present or not.
    2. Add the color codes in their series and arrange it alphabetically
    3. Follow the below naming conventions to add color code

          Color code        Color Variable
        ----------------------------------------
			#AAAAAA		- 	$color_AA
            #ABABAB     -   $color_AB
            #ABCABC     -   $color_ABC
            #ABCDEF     -   $color_ABCDEF
*/
/********************************** Common Text Colors ************************************/
/********************************** End Common Text Colors ************************************/
/********************************** Common Border Colors ************************************/
/********************************** End Common Border Colors ************************************/
/********************************** Common Background Colors ************************************/
/********************************** End Common Background Colors ************************************/
/********************************** Common Button Colors ************************************/
/* Font family declaration */
.cart-header {
  padding-top: 60px;
}
.cart-header .heading {
  color: #050505;
}
.cart-header h1 {
  font-size: 25px;
  line-height: 35px;
  letter-spacing: 0.5px;
  font-weight: 700;
}
.cart-header .sales-cart-flow {
  width: 100%;
}
.cart-header .sales-cart-flow .cart-flow {
  width: 20%;
  float: left;
  text-align: center;
  border: medium none;
}
.cart-header .sales-cart-flow .cart-flow p {
  color: #555555;
}
.cart-header .sales-cart-flow .cart-flow p.active {
  color: #252525;
}
.cart-header .sales-cart-flow .cart-flow .cart-flow-icon {
  width: 100%;
  margin-top: 10px;
}
.cart-header .sales-cart-flow .cart-flow .cart-flow-icon .icon {
  height: 20px;
  width: 20px;
  float: left;
  border: medium none;
}
.cart-header .sales-cart-flow .cart-flow .cart-flow-icon .stripe {
  float: left;
  height: 1px;
  margin-top: 10px;
  border: medium none;
}
.cart-header .sales-cart-flow .cart-flow .cart-flow-icon .cart-stripe {
  background-color: #C9C9C9;
}
.cart-header .sales-cart-flow .cart-flow .cart-flow-icon .empty-stripe {
  background-color: transparent;
}

.sales-table .table-responsive table {
  margin-bottom: 0;
}
.sales-table .table-responsive table tr td {
  border: 1px solid #C9C9C9;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #252525;
}
.sales-table .table-responsive table tr td .product-info .additional-discount-info, .sales-table .table-responsive table tr td .product-info .volume-msg, .sales-table .table-responsive table tr td .product-info .product-inclusion-info {
  color: #959595;
}
.sales-table .table-responsive table tr td .product-info .hobbyist-msg {
  color: #D13131;
}
.sales-table .table-responsive table tr .first-col {
  padding-left: 37px;
  padding-right: 37px;
}
.sales-table .table-responsive table tr .nth-col {
  text-align: center;
  padding-right: 8px;
}
.sales-table .table-responsive table tr .last-col {
  text-align: right;
  padding-right: 20px;
}
.sales-table .table-responsive table tr:nth-child(2n) > td {
  background-color: transparent;
}
.sales-table .table-responsive table .row-bg {
  background-color: #F4F4F4;
}
.sales-table #merchantSeal {
  margin-bottom: 68px;
  width: auto;
  padding: 0px;
}
.sales-table #merchantSeal .AuthorizeNetSeal #hover_text {
  color: #FFFFFF;
}
.sales-table #merchantSeal .AuthorizeNetSeal:hover #hover_text {
  display: block;
  color: #050505;
}

@media (min-width: 1820px) {
  .cart-header {
    padding-top: 80px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon {
    margin-top: 5px;
  }
  .sales-table .table-responsive table tr .first-col {
    padding-left: 46px;
    padding-right: 46px;
  }
  .sales-table #merchantSeal {
    margin-bottom: 80px;
  }
}
@media (max-width: 1279px) {
  .cart-header {
    padding-top: 48px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon {
    margin-top: 5px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon .icon {
    width: 18px;
    height: 18px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon .stripe {
    margin-top: 9px;
  }
  .sales-table .table-responsive table tr td {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .sales-table .table-responsive table tr .first-col {
    padding-left: 25px;
    padding-right: 20px;
  }
  .sales-table .table-responsive table tr .nth-col {
    text-align: center;
    padding-right: 8px;
  }
  .sales-table .table-responsive table tr .last-col {
    text-align: right;
    padding-right: 10px;
  }
  .sales-table .table-responsive table .row-bg {
    font-size: 14px;
  }
  .sales-table #merchantSeal {
    margin-bottom: 48px;
  }
}
@media (max-width: 1023px) {
  .cart-header .heading {
    padding-bottom: 30px;
  }
  .cart-header .sales-cart-flow .cart-flow {
    text-align: left;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon .icon {
    width: 14px;
    height: 14px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon .stripe {
    margin-top: 7px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon .stripe1 {
    display: none;
  }
  .sales-table .table-responsive table tr .text-center {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cart-header {
    padding-top: 35px;
    padding-bottom: 20px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon .icon {
    width: 14px;
    height: 14px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon .stripe {
    margin-top: 7px;
  }
  .sales-table #merchantSeal {
    margin-bottom: 35px;
  }
}
@media (max-width: 560px) {
  .cart-header .sales-cart-flow .cart-flow .content-medium {
    font-size: 10px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon .icon {
    width: 12px;
    height: 12px;
  }
  .cart-header .sales-cart-flow .cart-flow .cart-flow-icon .stripe {
    margin-top: 6px;
  }
}
@media (max-width: 359px) {
  .cart-header .sales-cart-flow .cart-flow .content-medium {
    font-size: 9px;
  }
}
.sales-background {
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
  padding: 2.5%;
  background: linear-gradient(180deg, #fff 0%, #eff7ff 100%);
}
@media (max-width: 767px) {
  .sales-background {
    background: none;
  }
}

.DataReadMore {
  text-align: left;
  font-weight: 400;
  font-size: 12px;
}

.input-validation-error {
  border: 1px solid #f84040 !important;
}
.input-validation-error + label {
  color: #f84040 !important;
}

#salesContainer {
  width: 34%;
  margin: auto;
  border: 1px solid #D1E0FF;
  border-radius: 16px !important;
  background-color: #FFFFFF;
  padding: 3% 2.5%;
}
#salesContainer #saleslogin {
  display: block;
}
#salesContainer #salesregister {
  display: none;
}
@media (max-width: 767px) {
  #salesContainer {
    width: 90%;
    padding: 0% 3.5%;
    margin: 6% auto;
    border: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #salesContainer {
    width: 56%;
    padding: 5% 3.3%;
  }
}
@media (min-width: 1024px) and (max-width: 1370px) {
  #salesContainer {
    width: 44%;
    padding: 4% 3%;
  }
}
@media (min-width: 1370px) and (max-width: 1919px) {
  #salesContainer {
    width: 36%;
    padding: 3%;
  }
}
@media (min-width: 1920px) and (max-width: 2559px) {
  #salesContainer {
    width: 28%;
    padding: 2%;
  }
}
@media (min-width: 2560px) {
  #salesContainer {
    width: 24%;
    padding: 2%;
  }
}
#salesContainer .sales-head-text {
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  color: #252525;
  margin-block-end: 28px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}
#salesContainer .sales-head-text .syncfusion-reg-trademark-symbol {
  font-size: 60%;
}
#salesContainer p {
  margin-block-end: 28px;
  font-size: 14px !important;
  color: #475569;
}
@media (min-width: 320px) and (max-width: 1023px) {
  #salesContainer p {
    margin-block-end: 24px;
  }
}
#salesContainer .Social-Access-sections {
  display: flex;
  gap: 12px;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #salesContainer .Social-Access-sections {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  #salesContainer .Social-Access-sections {
    display: block;
  }
}
#salesContainer .Social-Access-sections .socialPlatformButton {
  box-sizing: border-box;
  position: relative;
  border: 1px solid #D1E0FF !important;
  border-radius: 8px;
  padding: 8px 10px;
}
@media (min-width: 767px) and (max-width: 1299px) {
  #salesContainer .Social-Access-sections .socialPlatformButton {
    font-size: 12px;
  }
}
#salesContainer .Social-Access-sections .socialPlatformButton img {
  margin: 0px !important;
}
#salesContainer .Social-Access-sections .socialPlatformButton:hover {
  background: #F3F8FF !important;
  border: 1px solid #94A3B8 !important;
}
#salesContainer .Social-Access-sections .socialPlatformButton .socialPlatformName {
  padding-inline-start: 8px;
  margin-block-start: 4px;
  font-family: "Open Sans", "Helvetica", "Arial", "sans-serif";
  font-style: normal;
  font-weight: 400;
  color: #475569 !important;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #salesContainer .Social-Access-sections .socialPlatformButton .socialPlatformName {
    padding-inline-start: 6px;
  }
}
@media (max-width: 767px) {
  #salesContainer .Social-Access-sections .socialPlatformButton {
    width: 100% !important;
    padding: 10px;
  }
}
#salesContainer .Social-Access-sections .googleButton {
  width: calc(48% - 6px);
}
#salesContainer .Social-Access-sections .googleButton .googleIcon {
  position: relative;
  width: 24px;
  height: 24px;
}
#salesContainer .Social-Access-sections .microsoftButton {
  width: calc(52% - 6px);
}
#salesContainer .Social-Access-sections .microsoftButton .microsoftIcon {
  position: relative;
  width: 23px;
  height: 23px;
}
@media (max-width: 767px) {
  #salesContainer .Social-Access-sections .microsoftButton {
    margin-block-start: 16px;
  }
}
#salesContainer .separator-section span {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  grid-gap: 1rem;
  margin-block: 24px;
  color: #64748B;
  font-size: 14px;
}
#salesContainer .separator-section span:before,
#salesContainer .separator-section span:after {
  content: "";
  display: block;
  border-top: 1px solid #D1E0FF;
}
#salesContainer .form-field {
  outline: none;
  clear: both;
  margin-block-end: 24px;
}
#salesContainer .form-field input {
  padding-block: 20px;
  box-shadow: none;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  transition: all 0.3s ease;
  border: 1px solid #D1E0FF;
}
#salesContainer .form-field input:hover {
  border: 1px solid #94A3B8;
  background-color: #fff;
  color: #64748B;
}
#salesContainer .form-field input:focus {
  border: 1px solid #0056ff;
  background-color: #fff;
}
#salesContainer .form-field input:active {
  border: 1px solid #0056ff;
  background-color: #fff;
}
#salesContainer .form-field input:focus + label, #salesContainer .form-field input:-webkit-autofill + label, #salesContainer .form-field input:valid + label {
  top: 0;
  font-size: 12px;
  color: #0056ff;
  background-color: #fff;
  padding: 2px;
}
#salesContainer .form-field input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: #000000 !important;
}
#salesContainer .form-field input:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: #000000 !important;
}
#salesContainer .form-field input:-webkit-autofill:hover {
  box-shadow: 0 0 0px 1000px #FFFFFF inset !important;
  -webkit-text-fill-color: #000000 !important;
}
#salesContainer .form-field input:-moz-autofill {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
#salesContainer .form-field input:-moz-autofill:focus {
  background-color: #FFFFFF !important;
  color: #000000 !important;
}
#salesContainer .form-field label {
  position: absolute;
  top: 50%;
  left: 13px;
  transform: translateY(-50%);
  font-size: 14px;
  color: #64748B;
  font-weight: 400;
  transition: all 0.3s ease;
}
#salesContainer .form-field .form-textbox {
  position: relative;
}
#salesContainer .account-content {
  text-align: center;
  color: #475569;
  margin-block-start: 1.3em;
}
#salesContainer .account-content p {
  margin-block-end: 0px;
}
#salesContainer .account-content p span {
  color: #0057ff;
  font-weight: 600;
  cursor: pointer;
}
#salesContainer .account-content p span:hover {
  color: #0050eb;
}
#salesContainer #subscription-login-button,
#salesContainer #sales-login-button {
  background-color: #0057ff !important;
  border: none;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  margin-block-start: 32px;
  padding-block: 11px;
  font-size: 14px;
}
#salesContainer #subscription-login-button:hover,
#salesContainer #sales-login-button:hover {
  background-color: #0050eb !important;
}
@media (min-width: 320px) and (max-width: 1023px) {
  #salesContainer #subscription-login-button,
  #salesContainer #sales-login-button {
    margin-block-start: 24px;
  }
}
#salesContainer #sales-signup-button,
#salesContainer #subscription-signup-button {
  background-color: #0057ff !important;
  border: none;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  margin-block-start: 28px;
  padding-block: 11px;
  font-size: 14px;
}
#salesContainer #sales-signup-button:hover,
#salesContainer #subscription-signup-button:hover {
  background-color: #0050eb !important;
}
#salesContainer #sales-signup-button:disabled,
#salesContainer #subscription-signup-button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}
#salesContainer #saleslogin form .form-section .logon-field {
  padding-top: 18px;
}
#salesContainer #saleslogin form .form-section .submit_link {
  background-color: #000000;
  color: #fff;
  width: 100%;
}
#salesContainer #saleslogin form .form-section .submit_link:hover {
  background-color: #484848;
}
#salesContainer #saleslogin form .form-section .addtopspace {
  margin-block-start: 4px;
}
#salesContainer #saleslogin form #logon-field {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-block-start: -8px;
}
#salesContainer #saleslogin form #logon-field .form-control {
  font-size: 12px;
  padding: 0 12px;
}
#salesContainer #saleslogin form #logon-field .form-control-placeholder {
  font-size: 1.14285714em;
  color: #b3b3b3;
  opacity: 1;
}
#salesContainer #saleslogin form #logon-field #remember {
  display: flex;
  gap: 0.3em;
  align-items: center;
  justify-content: center;
}
#salesContainer #saleslogin form #logon-field #remember div {
  display: flex;
}
#salesContainer #saleslogin form #logon-field #remember #check_box {
  cursor: pointer;
  margin: 0px;
}
#salesContainer #saleslogin form #logon-field #remember #remember_text {
  cursor: pointer;
  margin: 0px;
}
#salesContainer #saleslogin form #logon-field #remember .content-small {
  color: #555555;
  font-weight: normal;
}
#salesContainer #saleslogin form #logon-field .forget {
  text-decoration: none;
  outline: none;
  color: #0057ff;
}
#salesContainer #saleslogin form #logon-field .forget:hover {
  color: #0050eb;
}
#salesContainer #saleslogin #passkey-btn {
  margin-block-start: 16px;
  background-color: #fff !important;
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 8px;
  font-size: 14px;
  color: #555555;
}
#salesContainer #saleslogin #passkey-btn:hover {
  background: #f2f3f5 !important;
  cursor: pointer;
}
#salesContainer #saleslogin #passkey-btn .passkey-btn-section {
  padding: 10.5px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
  column-gap: 6px;
}
#salesContainer #saleslogin #passkey-info-section {
  width: 100%;
  font-size: 12px;
  border: 1px solid #FFA5A5;
  padding: 6px 12px;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: -5px;
  font-weight: 400;
  background-color: #FFF5F5;
  display: none;
}
#salesContainer #saleslogin #passkey-info-section #passkey-info-close {
  font-weight: 900;
  color: #000000;
  opacity: 0.5;
}
#salesContainer #saleslogin #passkey-info-section #passkey-info-close:hover {
  opacity: 1;
}
#salesContainer #saleslogin #passkey-info-section .passkey-KB-link {
  color: #3C78EF;
  font-weight: 600;
  font-family: "Open Sans", "Helvetica", "Arial", sans-serif;
}
#salesContainer #saleslogin #passkey-info-section .passkey-KB-link:hover {
  color: #1D64D6;
}
#salesContainer #salesregister #new-account-section {
  display: table;
}
#salesContainer #salesregister #new-account-section .content-medium {
  color: #252525;
  text-align: justify;
  letter-spacing: 0px !important;
}
#salesContainer #salesregister #new-account-section .input-section {
  height: 65px;
}
#salesContainer #salesregister #new-account-section .input-section .form-control {
  height: 45px;
}
#salesContainer #salesregister #new-account-section .register-checkbox {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-block-start: 16px;
}
#salesContainer #salesregister #new-account-section .register-checkbox label[for=issubscribeuser], #salesContainer #salesregister #new-account-section .register-checkbox label[for=isuseracceptedpolicy] {
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  color: #475569;
  --webkit-appearance: checkbox;
}
#salesContainer #salesregister #new-account-section .register-checkbox label[for=issubscribeuser] a, #salesContainer #salesregister #new-account-section .register-checkbox label[for=isuseracceptedpolicy] a {
  color: #0057ff;
  font-weight: 600;
  text-decoration: none;
}
#salesContainer #salesregister #new-account-section .register-checkbox label[for=issubscribeuser] a:hover, #salesContainer #salesregister #new-account-section .register-checkbox label[for=isuseracceptedpolicy] a:hover {
  color: #0050eb;
}
#salesContainer .field-validation-error {
  font-size: 12px;
  color: #f84040 !important;
}
#salesContainer .hide {
  display: none;
}

#restricted-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.33);
  z-index: 1200;
  cursor: not-allowed;
}

#popup_wrapper {
  background-color: #FFFFFF;
}

#close-consent-dialog {
  bottom: 36px;
  text-decoration: none;
}

.consumederrorpopupcloseimg {
  margin-right: -335px;
  margin-top: 21px;
  height: 12px;
  cursor: pointer;
}

.consumederrorpopupcloseimg:hover {
  filter: brightness(85%);
}

.errorpopupcloseimg {
  margin-left: 336px;
  margin-top: 18px;
  height: 12px;
  cursor: pointer;
}

.errorpopupcloseimg:hover {
  filter: brightness(85%);
}

#popup {
  border: none;
  display: block;
  font-size: 14px;
  border-style: none !important;
}

.errorpopup {
  margin: 0 30px;
  text-align: center;
  margin-top: 25px;
}

#popupconsent-content {
  font-size: 14px;
  margin: 23px;
  font-weight: 500;
}

.errorpopup {
  z-index: 20000;
  text-align: center;
  height: 257px !important;
  border-radius: 8px;
  margin: auto;
  right: 256px;
  left: 395.5px !important;
  width: 389px;
  background: #FFFFFF;
  left: 272px !important;
  top: 160px;
  bottom: 0px;
  position: absolute;
}

@media (max-width: 768px) and (min-width: 426px) {
  .errorpopup {
    left: 205px !important;
  }
}
@media (max-width: 426px) and (min-width: 376px) {
  .errorpopup {
    font-size: 12px !important;
    left: 63px !important;
    width: 311px !important;
  }
  .errorpopupcloseimg {
    margin-left: 266px;
  }
  .consumederrorpopupcloseimg {
    margin-right: -257px;
  }
}
@media (min-width: 320px) and (max-width: 551px) {
  #subscription-cart-header .cart-header-section .sales-cart-flow .cart-flow .cart-flow-icon {
    font-size: 6px;
    /* Change font size to 6px */
  }
  #salesContainer {
    padding: 0%;
  }
  #salesContainer .sales-head-text {
    font-size: 20px !important;
  }
}
@media (min-width: 320px) and (max-width: 600px) {
  #subscription-cart-header .cart-header-section .sales-cart-flow .cart-flow .cart-flow-icon {
    font-size: 6px;
    /* Change font size to 6px */
  }
}
@media (max-width: 376px) and (min-width: 321px) {
  .errorpopup {
    font-size: 12px !important;
    left: 63px !important;
    width: 266px !important;
  }
  .errorpopupcloseimg {
    margin-left: 224px;
  }
  .consumederrorpopupcloseimg {
    margin-right: -226px;
  }
}
@media (max-width: 320px) {
  .errorpopup {
    top: 274px;
    font-size: 11px !important;
    left: 47px !important;
    width: 243px !important;
  }
  .errorpopupcloseimg {
    margin-left: 207px;
  }
  .consumederrorpopupcloseimg {
    margin-right: -197px;
  }
}/*# sourceMappingURL=SalesLogin.css.map */
/* * Note that this is toastr v2.1.3, the "latest" version in url has no more maintenance, * please go to https://cdnjs.com/libraries/toastr.js and pick a certain version you want to use, * make sure you copy the url from the website since the url may change between versions. * */.toast-title{font-weight:700}.toast-message{-ms-word-wrap:break-word;word-wrap:break-word}.toast-message a,.toast-message label{color:#FFF}.toast-message a:hover{color:#CCC;text-decoration:none}.toast-close-button{position:relative;right:-.3em;top:-.3em;float:right;font-size:20px;font-weight:700;color:#FFF;-webkit-text-shadow:0 1px 0 #fff;text-shadow:0 1px 0 #fff;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80);line-height:1}.toast-close-button:focus,.toast-close-button:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}.rtl .toast-close-button{left:-.3em;float:left;right:.3em}button.toast-close-button{padding:0;cursor:pointer;background:0 0;border:0;-webkit-appearance:none}.toast-top-center{top:0;right:0;width:100%}.toast-bottom-center{bottom:0;right:0;width:100%}.toast-top-full-width{top:0;right:0;width:100%}.toast-bottom-full-width{bottom:0;right:0;width:100%}.toast-top-left{top:12px;left:12px}.toast-top-right{top:12px;right:12px}.toast-bottom-right{right:12px;bottom:12px}.toast-bottom-left{bottom:12px;left:12px}#toast-container{position:fixed;z-index:999999;pointer-events:none}#toast-container *{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}#toast-container>div{position:relative;pointer-events:auto;overflow:hidden;margin:0 0 6px;padding:15px 15px 15px 50px;width:300px;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-position:15px center;background-repeat:no-repeat;-moz-box-shadow:0 0 12px #999;-webkit-box-shadow:0 0 12px #999;box-shadow:0 0 12px #999;color:#FFF;opacity:.8;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);filter:alpha(opacity=80)}#toast-container>div.rtl{direction:rtl;padding:15px 50px 15px 15px;background-position:right 15px center}#toast-container>div:hover{-moz-box-shadow:0 0 12px #000;-webkit-box-shadow:0 0 12px #000;box-shadow:0 0 12px #000;opacity:1;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);filter:alpha(opacity=100);cursor:pointer}#toast-container>.toast-info{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=)!important}#toast-container>.toast-error{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=)!important}#toast-container>.toast-success{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==)!important}#toast-container>.toast-warning{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=)!important}#toast-container.toast-bottom-center>div,#toast-container.toast-top-center>div{width:300px;margin-left:auto;margin-right:auto}#toast-container.toast-bottom-full-width>div,#toast-container.toast-top-full-width>div{width:96%;margin-left:auto;margin-right:auto}.toast{background-color:#030303}.toast-success{background-color:#51A351}.toast-error{background-color:#BD362F}.toast-info{background-color:#2F96B4}.toast-warning{background-color:#F89406}.toast-progress{position:absolute;left:0;bottom:0;height:4px;background-color:#000;opacity:.4;-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);filter:alpha(opacity=40)}@media all and (max-width:240px){#toast-container>div{padding:8px 8px 8px 50px;width:11em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:241px) and (max-width:480px){#toast-container>div{padding:8px 8px 8px 50px;width:18em}#toast-container>div.rtl{padding:8px 50px 8px 8px}#toast-container .toast-close-button{right:-.2em;top:-.2em}#toast-container .rtl .toast-close-button{left:-.2em;right:.2em}}@media all and (min-width:481px) and (max-width:768px){#toast-container>div{padding:15px 15px 15px 50px;width:25em}#toast-container>div.rtl{padding:15px 50px 15px 15px}}
/* Note: 
    1. Before adding color codes, please check whether the color code is already present or not.
    2. Add the color codes in their series and arrange it alphabetically
    3. Follow the below naming conventions to add color code

          Color code        Color Variable
        ----------------------------------------
			#AAAAAA		- 	$color_AA
            #ABABAB     -   $color_AB
            #ABCABC     -   $color_ABC
            #ABCDEF     -   $color_ABCDEF
*/
/********************************** Common Text Colors ************************************/
/********************************** End Common Text Colors ************************************/
/********************************** Common Border Colors ************************************/
/********************************** End Common Border Colors ************************************/
/********************************** Common Background Colors ************************************/
/********************************** End Common Background Colors ************************************/
/********************************** Common Button Colors ************************************/
/* Font family declaration */
/********************************** Common  Colors ************************************/
#twoFactorAuthenticationBackupCode {
  margin-top: -36px;
}
#twoFactorAuthenticationBackupCode a #backmove-others {
  font-size: 1.2em;
}
#twoFactorAuthenticationBackupCode .form-heading {
  padding-top: 12px;
}
#twoFactorAuthenticationBackupCode .form-heading #sales-backmove {
  display: none;
}
#twoFactorAuthenticationBackupCode .form-heading #other-login {
  display: none;
}
#twoFactorAuthenticationBackupCode #sales-backmove {
  display: none;
}
#twoFactorAuthenticationBackupCode .text-center {
  display: none;
}

#twoFactorAuthentication .text-center {
  display: none;
}

form#input-otp-values {
  padding: 0px;
  margin-left: -2px;
  margin-bottom: 4px;
}

.submit-authentication-code {
  width: 100%;
}

#salesLogin {
  display: none;
}

#salesBackupCodeLogin {
  display: none;
}

#sub-desc {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 27px;
  text-align: start;
  padding: 0px;
}

#expiry-desc {
  font-size: 13px;
  padding: 0px;
}

#twoFactor {
  font-weight: 600;
  font-size: 1.5em;
  line-height: 29.96px;
  color: #334155;
  margin-top: 25px;
}

a#backmove-others {
  font-size: 1.2em;
}

#expired {
  font-weight: 700;
  font-size: 15px;
  line-height: 21px;
}

.otp-input {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  margin: 0px 10px 0px 0px;
  border: 2px solid #cbd5e1 !important;
  background-color: #F8FAFC;
  border-radius: 4px;
  padding: 0px !important;
}
.otp-input:focus {
  border: 1px solid #4a90e2 !important;
}

#resend-btn {
  margin-top: 35px;
  color: gray;
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.68421053em;
  text-align: start;
  padding-left: 0px;
}
#resend-btn span {
  font-weight: 400;
  color: #3c78ef;
  cursor: pointer;
  display: inline-block;
}
#resend-btn span:hover {
  color: #1d64d6;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #FFFFFF;
}

.submit-authentication-code {
  height: 2.78571429em;
  border-radius: 4px;
  background-color: #3b78e7 !important;
  color: #FFFFFF;
  margin-top: 32px;
}
.submit-authentication-code:hover {
  background-color: #276fe3 !important;
}

#backupCode {
  font-weight: 400;
  font-size: 1.2em;
  line-height: 1.68421053em;
  color: gray;
  padding-top: 2em;
  text-align: start;
  padding-left: 0px;
}
#backupCode span {
  font-weight: 400;
  color: #3c78ef;
  cursor: pointer;
  display: inline-block;
}
#backupCode span:hover {
  color: #1d64d6;
}

#error-message {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 13px;
  color: #D84D4D;
  padding: 0px;
}

#BackupError-Message {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #D84D4D;
  display: none;
  font-size: 13px;
  padding: 0px;
  font-weight: 400;
}

#Success-message {
  margin-top: 15px;
  color: #0a782f;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

#saleslogin h3 {
  font-size: 24px;
  margin-block-end: 12px;
  font-weight: 400;
  color: #252525;
}
#saleslogin .btn:hover {
  color: #FFFFFF;
  background-color: #0D98FF !important;
}
#saleslogin .submit-authentication-code {
  height: 39px;
  display: block;
  padding: 8px 15px;
  border-radius: 8px;
  background-color: #0057ff !important;
  margin-block-start: 28px;
}
#saleslogin .submit-authentication-code:hover {
  background: #0050eb !important;
}
#saleslogin #salesLogin {
  display: none;
}
#saleslogin .error_bordercolor {
  border: 1px solid #f84040 !important;
}
#saleslogin .twoFactorAuthentication {
  display: inline-block;
  text-align: center;
  padding-block-start: 28px;
}
#saleslogin .twoFactorAuthentication .text-center {
  display: block !important;
}
#saleslogin .twoFactorAuthentication #twoFactor {
  display: none;
}
#saleslogin .twoFactorAuthentication #expired {
  color: #666666;
  font-size: 14px;
}
#saleslogin .twoFactorAuthentication .form-heading {
  display: none;
}
#saleslogin .twoFactorAuthentication #sub-desc {
  text-align: center !important;
  line-height: 26px;
}
#saleslogin .twoFactorAuthentication #expiry-desc {
  margin-bottom: 28px;
}
#saleslogin .twoFactorAuthentication .input-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#saleslogin .twoFactorAuthentication #input-otp-values {
  display: flex;
  gap: 16px;
  width: 100%;
}
#saleslogin .twoFactorAuthentication .otp-input {
  flex: 1;
  aspect-ratio: 1;
  width: 44px;
  height: 44px;
  box-shadow: none;
  border: 1px solid #CBD5E1;
  margin: 0 !important;
  outline: none;
  background-color: #FFFFFF;
  border-radius: 6px;
}
#saleslogin .twoFactorAuthentication .otp-input:not(.error_bordercolor):focus {
  border: 1px solid #0056ff !important;
}
#saleslogin .twoFactorAuthentication .error-container {
  width: 100%;
  max-width: 34.5rem;
}
#saleslogin .twoFactorAuthentication #resend-btn {
  font-size: 14px;
  margin-block-start: 20px;
  color: #475569;
  text-align: center;
  padding: 1px;
}
#saleslogin .twoFactorAuthentication #resend-btn span {
  color: #0057ff;
  font-weight: 600;
  cursor: pointer;
}
#saleslogin .twoFactorAuthentication #resend-btn span:hover {
  color: #0050eb;
}
#saleslogin .twoFactorAuthentication #two-factor-verification-code {
  width: 94%;
  margin-top: 22px;
  margin-inline: 3%;
}
#saleslogin .twoFactorAuthentication #backupCode {
  font-size: 14px;
  color: #475569;
  text-align: center;
  padding-top: 15px;
  margin-block-end: 28px;
  padding-inline: 1px;
}
#saleslogin .twoFactorAuthentication #backupCode::-moz-placeholder {
  color: #b2c4ea;
}
#saleslogin .twoFactorAuthentication #backupCode::placeholder {
  color: #b2c4ea;
}
#saleslogin .twoFactorAuthentication #backupCode span {
  color: #0057ff;
  font-weight: 600;
}
#saleslogin .twoFactorAuthentication #backupCode span:hover {
  color: #0050eb;
}
#saleslogin .twoFactorAuthentication #error-message {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #f84040;
  text-align: left;
}
#saleslogin .twoFactorAuthenticationBackupCode {
  margin-block: 24px;
}
#saleslogin .twoFactorAuthenticationBackupCode h3 {
  font-size: 23px;
  margin-block-end: 12px;
}
#saleslogin .twoFactorAuthenticationBackupCode div {
  text-align: center;
}
#saleslogin .twoFactorAuthenticationBackupCode .form-heading {
  display: none;
}
#saleslogin .twoFactorAuthenticationBackupCode #backmove-others {
  display: none !important;
}
#saleslogin .twoFactorAuthenticationBackupCode #sales-backmove {
  display: inline-block;
  margin-block-start: 15px;
  color: #0057ff;
}
#saleslogin .twoFactorAuthenticationBackupCode #sales-backmove:hover {
  color: #0050eb;
}
#saleslogin .twoFactorAuthenticationBackupCode .text-center {
  display: block;
}
#saleslogin .twoFactorAuthenticationBackupCode #backupCode-input {
  width: 90%;
  margin-inline: 5%;
  font-size: 14px;
  line-height: 1.5;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #D1E0FF;
  outline: none;
  border-radius: 8px;
}
#saleslogin .twoFactorAuthenticationBackupCode #backupCode-input:not(.error_bordercolor):focus {
  box-shadow: none;
  border: 1px solid #0056ff !important;
}
#saleslogin .twoFactorAuthenticationBackupCode #backupCode-input::-moz-placeholder {
  color: #b2c4ea;
  letter-spacing: 0;
}
#saleslogin .twoFactorAuthenticationBackupCode #backupCode-input::placeholder {
  color: #b2c4ea;
  letter-spacing: 0;
}
#saleslogin .twoFactorAuthenticationBackupCode .submit-authentication-code {
  width: 90%;
  margin-inline: 5%;
}
#saleslogin .twoFactorAuthenticationBackupCode #BackupError-Message {
  width: 90%;
  text-align: left;
  margin-inline: 5%;
}
#saleslogin .twoFactorAuthenticationBackupCode #salesBackupCodeLogin {
  display: none;
}
#saleslogin .twoFactorAuthenticationBackupCode #sub-desc {
  letter-spacing: 0 !important;
  text-align: center;
  font-weight: 400;
}
#saleslogin .twoFactorAuthenticationBackupCode #twoFactor {
  display: none;
}
#saleslogin .twoFactorAuthenticationBackupCode #BackupError-Message {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #f84040;
}

#left-arrow {
  height: 13px;
  width: 13px;
  margin: -3px 0px 0px 0px;
}

#backupCode-input {
  border-radius: 4px;
  border: 1px solid #CBD5E1;
  margin: 20px 0px;
  letter-spacing: 2px;
  height: 2.78571429em;
  box-shadow: none;
  font-size: 1em;
  background: #FAFAFA;
  margin-bottom: 4px;
  padding: 10px;
}
#backupCode-input:focus {
  border-color: #76ABE9;
  outline: none;
}

.error_resend {
  margin-top: 23px !important;
}

#Backmove {
  display: none;
}

.Backmove {
  display: block !important;
  margin: 30px 0px 0px 175px;
}

.metro-signIn h3 {
  margin-top: -20px;
}

#metro-banner .Backmove {
  display: block !important;
  margin: 0px;
}
#metro-banner #login-topic {
  display: none;
}
#metro-banner #other-login {
  display: block !important;
}
#metro-banner #twoFactorAuthenticationBackupCode a:hover {
  color: #0450C2 !important;
}

@media (min-width: 321px) and (max-width: 375px) {
  #saleslogin .twoFactorAuthentication .error-container {
    max-width: 27rem;
  }
}
@media (max-width: 376px) {
  #twoFactor {
    font-size: 20px !important;
  }
  #sub-desc {
    padding-right: 0px;
  }
  .otp-input {
    width: 31px;
    height: 35px;
    margin: 0px 8px 0px 0px;
  }
  #twoFactorAuthenticationBackupCode #twoFactor {
    font-size: 19px !important;
  }
  #saleslogin .twoFactorAuthentication .otp-input {
    width: 32px;
    height: 34px;
  }
  #saleslogin .twoFactorAuthentication #sub-desc {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  #saleslogin .twoFactorAuthentication #sub-desc #expired {
    font-size: 12px;
  }
  #saleslogin .twoFactorAuthentication #resend-btn {
    font-size: 12px !important;
    margin-top: 19px;
  }
  #saleslogin .twoFactorAuthentication #twoFactor {
    margin-bottom: 10px;
  }
  #saleslogin .twoFactorAuthentication #error-message {
    font-size: 11px;
  }
  #saleslogin .twoFactorAuthentication #backupCode {
    font-size: 12px !important;
  }
  #saleslogin .twoFactorAuthentication #input-section {
    width: 100%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #twoFactor {
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #sub-desc {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #BackupError-Message {
    font-size: 10px;
  }
  #metro-banner #twoFactorAuthentication .otp-input {
    width: 35px;
    height: 37px;
    margin: 0px 8px 0px 0px;
  }
}
@media (max-width: 426px) {
  #saleslogin .twoFactorAuthentication #two-factor-verification-code {
    width: 98% !important;
    margin-top: 22px;
    margin-inline: 1% !important;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #backupCode-input {
    width: 94%;
    margin-inline: 3%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode .submit-authentication-code {
    width: 94%;
    margin-inline: 3%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #BackupError-Message {
    width: 94%;
    text-align: left;
    margin-inline: 3%;
  }
}
@media (min-width: 376px) and (max-width: 765px) {
  .otp-input {
    width: 38px;
    height: 39px;
    margin: 0px 9px 0px 0px;
  }
  #saleslogin #sub-desc {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  #saleslogin .twoFactorAuthentication #two-factor-verification-code {
    width: 88%;
    margin-inline: 6%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #twoFactor {
    margin-bottom: 10px;
  }
  #saleslogin #resend-btn {
    font-size: 12px !important;
  }
  #saleslogin #backupCode {
    font-size: 12px !important;
  }
}
@media (min-width: 375px) and (max-width: 424px) {
  #saleslogin .twoFactorAuthentication .otp-input {
    width: 38px;
    height: 40px;
  }
  #saleslogin .twoFactorAuthentication .error-container {
    max-width: 31rem;
  }
}
@media (min-width: 421px) and (max-width: 765px) {
  #saleslogin .twoFactorAuthentication .otp-input {
    width: 38px;
    height: 40px;
  }
  #saleslogin .twoFactorAuthentication #salesLogin {
    margin-top: 11px;
  }
  #saleslogin .twoFactorAuthentication .error-container {
    max-width: 31rem;
  }
}
@media (min-width: 765px) and (max-width: 1023px) {
  .otp-input {
    width: 38px;
    margin: 0px 9px 0px 2px;
  }
  #twoFactor {
    font-size: 21px !important;
  }
  #saleslogin .twoFactorAuthentication .otp-input {
    width: 38px;
    height: 38px;
  }
  #saleslogin .twoFactorAuthentication #two-factor-verification-code {
    width: 94%;
    margin-top: 22px;
    margin-inline: 3%;
  }
  #saleslogin #sub-desc {
    font-size: 12px !important;
    line-height: 22px !important;
  }
  #saleslogin #resend-btn {
    font-size: 12px !important;
  }
  #saleslogin #backupCode {
    font-size: 12px !important;
  }
  #saleslogin .error-container {
    max-width: 31rem !important;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #backupCode-input {
    width: 92%;
    margin-inline: 4%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode .submit-authentication-code {
    width: 92%;
    margin-inline: 4%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #BackupError-Message {
    width: 92%;
    text-align: left;
    margin-inline: 4%;
  }
}
@media (min-width: 750px) {
  #metro-banner #metro-left .form-section #twoFactorAuthentication {
    margin-top: 30px;
  }
  #metro-banner #metro-left .form-section #twoFactorAuthentication #backupCode {
    padding-right: 0px;
  }
  #metro-banner #metro-left .form-section #twoFactorAuthentication #resend-btn {
    padding-right: 0px;
  }
  #metro-banner #metro-left .form-section #twoFactorAuthenticationBackupCode {
    margin-top: -3px;
  }
  #metro-banner #metro-left .form-section #twoFactorAuthenticationBackupCode .form-heading {
    padding-top: 9px;
  }
  #metro-banner #metro-left .form-section #twoFactorAuthenticationBackupCode #backupCode {
    padding-right: 0px;
  }
  #metro-banner #metro-left .form-section #twoFactorAuthenticationBackupCode #resend-btn {
    padding-right: 0px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #saleslogin .twoFactorAuthentication #sub-desc {
    margin-bottom: 20px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  #saleslogin .twoFactorAuthentication .otp-input {
    width: 40px;
    height: 40px;
  }
  #saleslogin .twoFactorAuthentication #resend-btn {
    margin-top: 19px;
  }
  #saleslogin .twoFactorAuthentication #twoFactor {
    font-size: 18px;
    margin-bottom: 22px;
  }
  #saleslogin .twoFactorAuthentication #two-factor-verification-code {
    width: 98%;
    margin-top: 22px;
    margin-inline: 1%;
  }
  #saleslogin .twoFactorAuthentication .error-container {
    max-width: 32rem;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #twoFactor {
    font-size: 18px !important;
    margin-bottom: 22px;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #sub-desc {
    margin-bottom: 30px;
    padding-right: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #backupCode-input {
    width: 88%;
    margin-inline: 6%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode .submit-authentication-code {
    width: 88%;
    margin-inline: 6%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #BackupError-Message {
    width: 88%;
    text-align: left;
    margin-inline: 6%;
  }
}
@media (max-width: 767px) {
  #twoFactorAuthenticationBackupCode {
    margin-top: -25px;
  }
  .text-center {
    font-size: 16px !important;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  #saleslogin .twoFactorAuthentication #sub-desc {
    width: 80%;
    margin-inline: 10%;
  }
  #saleslogin .twoFactorAuthentication #two-factor-verification-code {
    width: 81%;
    margin-inline: 9.5%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #sub-desc {
    width: 84%;
    margin-inline: 8%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #backupCode-input {
    width: 78%;
    margin-inline: 11%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode .submit-authentication-code {
    width: 78%;
    margin-inline: 11%;
  }
  #saleslogin .twoFactorAuthenticationBackupCode #BackupError-Message {
    width: 78%;
    text-align: left;
    margin-inline: 11%;
  }
}/*# sourceMappingURL=TwoFactorVerification.css.map */
