﻿body,
html {
  overflow: hidden;
  font-size: 16px;
  scroll-behavior: smooth;
  background-color: #1C1C1C;
}
h1 {
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
  color: #dfdfdf;
  font-style: normal;
  font-family: 'Playfair Display', serif;
}
h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  color: #dfdfdf;
  font-style: normal;
  font-family: 'Inter', sans-serif;
}
h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  color: #666666;
  font-style: normal;
  font-family: 'Inter', sans-serif;
}
h4 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  font-style: normal;
  font-family: 'Inter', sans-serif;
}
p,
a,
span,
label {
  color: #dfdfdf;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}
p.semi-bold,
a.semi-bold,
span.semi-bold,
label.semi-bold {
  font-weight: 600;
}
p.bold,
a.bold,
span.bold,
label.bold {
  font-weight: 700;
}
p.italic,
a.italic,
span.italic,
label.italic {
  font-style: italic;
}
p.dark,
a.dark,
span.dark,
label.dark {
  color: #969796;
}
p.small,
a.small,
span.small,
label.small {
  font-size: 12px;
}
p.dark2,
a.dark2,
span.dark2,
label.dark2 {
  color: #666666;
}
.label {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.uppercase {
  text-transform: uppercase;
}
.capital-case {
  text-transform: capitalize;
}
.align-center {
  text-align: center;
}
.invalid {
  border: 1px solid #CD3E4B;
}
input,
select,
textarea {
  font-size: 100%;
}
button {
  border: none;
  color: #1C1C1C;
  font-weight: 600;
  padding: 10px 20px;
  font-family: 'Inter', sans-serif;
  border-radius: 28px;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
button.green-btn {
  background-color: #17CB6C;
}
button.green-btn:hover {
  background-color: #89F7BD !important;
}
button.green-btn i {
  color: #1C1C1C !important;
}
button.blue-btn {
  color: white;
  background-color: #528DDF;
}
button.blue-btn i {
  color: white !important;
}
button.outlined-btn {
  background-color: transparent;
  font-weight: normal;
}
button.outlined-btn:hover,
button.outlined-btn.active {
  background-color: rgba(0, 0, 0, 0.05) !important;
}
button.outlined-btn.disabled {
  color: #D4D4D4 !important;
  border: 1px solid #D4D4D4 !important;
}
button.outlined-btn.disabled i {
  color: #D4D4D4 !important;
}
button.block-btn {
  width: 100% !important;
}
button.transparent-btn {
  padding: 2px 10px;
  border-radius: 8px;
  background-color: transparent;
}
button.transparent-btn i {
  line-height: 30px;
}
button.disabled {
  pointer-events: none;
  cursor: not-allowed !important;
  background-color: #999999 !important;
}
button.disabled:hover {
  background-color: #999999 !important;
}
button.disabled span {
  color: #6D6C6C !important;
}
button.disabled-light {
  cursor: not-allowed !important;
  pointer-events: none;
  color: #999999 !important;
  background-color: #D4D4D4 !important;
}
button.fake-disabled {
  cursor: not-allowed !important;
  background-color: #999999 !important;
}
button.fake-disabled:hover {
  background-color: #999999 !important;
}
button span {
  color: #1C1C1C;
}
.form-floating {
  flex-grow: 1;
  width: 100%;
  margin-bottom: 24px;
}
.form-floating input,
.form-floating select {
  border-radius: 8px;
  border: 1px solid #dfdfdf;
  background-color: #1C1C1C;
  color: #dfdfdf;
}
.form-floating input:focus,
.form-floating select:focus {
  outline: none;
  box-shadow: none;
  background-color: #1C1C1C;
  border: 1px solid #528DDF !important;
}
.form-floating.light-input input,
.form-floating.light-input select {
  color: #333333;
  border: 1px solid #CFD3D4;
  background-color: white;
}
.form-floating.light-input input:focus,
.form-floating.light-input select:focus {
  background-color: white;
  border: 1px solid #CFD3D4 !important;
}
.form-floating.light-input input.invalid,
.form-floating.light-input select.invalid {
  border: 1px solid #CD3E4B;
}
.form-floating.light-input label {
  color: #666666 !important;
}
.form-floating label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}
.form-floating .form-select {
  background-size: 21px;
}
.location-dropdown {
  display: flex;
  margin-bottom: 24px;
}
.location-dropdown .form-floating {
  margin: 0;
  flex-basis: auto;
  width: calc(100% - 60px);
}
.location-dropdown .manual-entry-container {
  width: 60px;
  flex-grow: 1;
  height: 58px;
  cursor: pointer;
  padding-top: 13px;
  text-align: center;
}
.location-dropdown .manual-entry-container i {
  font-size: 32px;
}
.location-dropdown .dropdown-menu {
  top: 58px;
}
form .input-with-btn {
  display: flex;
  border-radius: 0.25rem;
}
form .input-with-btn .form-floating {
  width: calc(100% - 55px);
}
form .input-with-btn .input-btn-container {
  width: 55px;
  cursor: pointer;
  flex-basis: auto;
  padding-top: 16px;
}
form fieldset span a {
  color: #333333 !important;
  font-weight: bold;
  text-decoration: underline !important;
}
form fieldset span a:hover {
  text-decoration: none !important;
}
form button img {
  width: 15px;
}
fieldset {
  display: inline-block;
}
fieldset label {
  cursor: pointer;
  color: #dfdfdf;
}
fieldset label input {
  width: 20px;
  height: 20px;
  padding: 3px;
  cursor: pointer;
  margin: 0 5px -4px 0;
  border-radius: 3px;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #666666;
  background-color: #333333;
}
fieldset label input:checked {
  border: 1px solid transparent;
  background-position: center;
  background-size: 70%;
  background-repeat: no-repeat;
  background-image: url("https://cdn.mediroutes.com/images/MRClientV2/check-solid-final.svg");
}
fieldset label .disabled-text {
  color: #666666;
}
fieldset label input[type=checkbox]:checked + .disabled-text {
  color: white;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
/*Blazor Error UI*/
#blazor-error-ui {
  display: none;
}
.mr-loader {
  z-index: 3;
  width: 100vw;
  height: 100vh;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
}
.mr-loader img {
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  margin: -25px 0 0 -25px;
  animation: rotate 3s linear infinite;
}
.marg-0 {
  margin: 0;
}
.marg-top {
  margin-top: 20px;
}
.marg-top-10 {
  margin-top: 10px;
}
.marg-top-0 {
  margin-top: 0;
}
.marg-right {
  margin-right: 20px;
}
.marg-left {
  margin-left: 20px;
}
.marg-left-5 {
  margin-left: 5px;
}
.marg-right-5 {
  margin-right: 5px;
}
.marg-left-10 {
  margin-left: 10px;
}
.marg-right-10 {
  margin-right: 10px;
}
.marg-top-5 {
  margin-top: 5px;
}
.marg-bottom-5 {
  margin-bottom: 5px;
}
.marg-bottom {
  margin-bottom: 20px;
}
.marg-bottom-10 {
  margin-bottom: 10px;
}
.marg-bottom-0 {
  margin-bottom: 0 !important;
}
.padd-0 {
  padding: 0;
}
.padd-20 {
  padding: 20px;
}
.padd-bottom {
  padding-bottom: 20px;
}
.padd-right-20 {
  padding-right: 20px;
}
.padd-right-5 {
  padding-right: 5px;
}
.padd-left-5 {
  padding-left: 5px;
}
.padd-bottom-150 {
  padding-bottom: 150px;
}
.marg-right-30 {
  margin-right: 30px;
}
.marg-bottom-30 {
  margin-bottom: 30px !important;
}
.marg-top-30 {
  margin-top: 30px !important;
}
.marg-top-40 {
  margin-top: 40px;
}
.marg-bottom-40 {
  margin-bottom: 40px !important;
}
.marg-left-40 {
  margin-left: 40px;
}
.marg-right-40 {
  margin-right: 40px;
}
.marg-bottom-50 {
  margin-bottom: 50px;
}
.marg-top-50 {
  margin-top: 50px;
}
.marg-bottom-60 {
  margin-bottom: 60px;
}
.marg-top-60 {
  margin-top: 60px;
}
.clearfix {
  overflow: auto;
}
.vertical-progress-bar {
  overflow: auto;
  width: 100%;
  position: relative;
}
.vertical-progress-bar .event-container {
  cursor: pointer;
  overflow: hidden;
  min-height: 121px;
  position: relative;
}
.vertical-progress-bar .event-container .step-container {
  width: 58px;
  height: 100%;
  position: absolute;
}
.vertical-progress-bar .event-container .step-container .circle {
  left: 50%;
  width: 58px;
  height: 58px;
  font-size: 20px;
  padding-top: 13px;
  margin-left: -29px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
}
.vertical-progress-bar .event-container .step-container .circle.active {
  border: 1px solid #666666;
  background-color: transparent;
}
.vertical-progress-bar .event-container .step-container .circle.active span {
  color: #F4F4F4;
}
.vertical-progress-bar .event-container .step-container .circle.completed {
  border: 1px solid #17CB6C;
  background-color: #17CB6C;
}
.vertical-progress-bar .event-container .step-container .circle.completed span {
  color: #1C1C1C !important;
}
.vertical-progress-bar .event-container .step-container .circle.disabled {
  border: 1px solid #666666;
  background-color: #666666;
}
.vertical-progress-bar .event-container .step-container .circle.disabled span {
  color: #1C1C1C !important;
}
.vertical-progress-bar .event-container .step-container .circle span {
  font-size: 25px;
}
.vertical-progress-bar .event-container .step-container .segment {
  top: 58px;
  left: 50%;
  width: 1px;
  margin-left: -0.5px;
  position: absolute;
  height: calc(100% - 58px);
}
.vertical-progress-bar .event-container .step-container .segment.active {
  background-color: #666666;
}
.vertical-progress-bar .event-container .step-container .segment.disabled {
  background-color: #666666;
}
.vertical-progress-bar .event-container .step-container .segment.completed {
  background-color: #17CB6C;
}
.vertical-progress-bar .event-container .horizontal-segment {
  top: 29px;
  left: 58px;
  height: 1px;
  display: none;
  position: absolute;
  width: calc(100% - 58px);
  background-color: #17CB6C;
}
.vertical-progress-bar .event-container .horizontal-segment.active {
  background-color: #666666;
}
.vertical-progress-bar .event-container .horizontal-segment.disabled {
  background-color: #666666;
}
.vertical-progress-bar .event-container .title-container {
  height: 100%;
  left: 58px;
  position: absolute;
  padding: 10px 0 0 30px;
  width: calc(100% - 58px);
}
.vertical-progress-bar .event-container .title-container h2 {
  color: #666666 !important;
}
.vertical-progress-bar .event-container .title-container .mobile {
  display: none;
}
.vertical-progress-bar .event-container .title-container.active h2 {
  color: #F4F4F4 !important;
}
.vertical-progress-bar .event-container .title-container.completed h2 {
  color: #F4F4F4 !important;
}
.custom-scrollbar::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  /* Foreground */
  background: #333333;
}
.custom-scrollbar::-webkit-scrollbar-track {
  /* Background */
  background: transparent;
}
.custom-scrollbar::-webkit-scrollbar-corner {
  /* Transparent Corner*/
  background: transparent;
}
.custom-scrollbar.scrollbar-light::-webkit-scrollbar-thumb {
  /* Foreground */
  background: #dfdfdf !important;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
section.onboarding-intro-section {
  padding: 0;
  width: 100%;
  display: flex;
  position: relative;
}
section.onboarding-intro-section .logo {
  top: 30px;
  left: 30px;
  width: 136px;
  z-index: 1;
  height: 30px;
  position: absolute;
}
section.onboarding-intro-section a {
  color: #528DDF;
}
section.onboarding-intro-section a:hover {
  color: #528DDF !important;
}
section.onboarding-intro-section .left-container {
  flex-basis: 50%;
  height: 100vh;
  position: relative;
}
section.onboarding-intro-section .left-container .onboarding-login-container {
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 30px;
  max-width: 540px;
  position: absolute;
  transform: translate(-50%, -50%);
}
section.onboarding-intro-section .left-container .onboarding-login-container h3 {
  font-weight: 600;
  margin-bottom: 32px;
  color: #F4F4F4 !important;
}
section.onboarding-intro-section .left-container .onboarding-login-container .form-floating {
  margin-bottom: 24px;
}
section.onboarding-intro-section .left-container .onboarding-login-container .form-floating .form-control {
  color: white;
}
section.onboarding-intro-section .left-container .onboarding-login-container .form-floating label:after {
  background-color: transparent;
}
section.onboarding-intro-section .right-container {
  flex-basis: 50%;
  height: 100vh;
  position: relative;
  background-color: #171717;
}
section.onboarding-intro-section .right-container .onboarding-message-container {
  top: 50%;
  left: 50%;
  width: 100%;
  padding: 50px;
  max-width: 620px;
  position: absolute;
  transform: translate(-50%, -50%);
}
section.onboarding-intro-section .right-container .onboarding-message-container img,
section.onboarding-intro-section .right-container .onboarding-message-container h1,
section.onboarding-intro-section .right-container .onboarding-message-container p {
  margin-bottom: 24px;
}
section.onboarding-intro-section .right-container .onboarding-message-container h1:focus {
  border: none;
  outline: none;
}
section.onboarding-intro-section .right-container .onboarding-message-container p:last-of-type {
  font-size: 20px;
}
section.onboarding-steps-section {
  padding: 0;
  overflow: auto;
}
section.onboarding-steps-section aside,
section.onboarding-steps-section main {
  float: left;
  height: 100vh;
  padding: 30px;
}
section.onboarding-steps-section aside {
  width: 450px;
  background-color: #171717;
}
section.onboarding-steps-section aside header {
  margin-bottom: 60px;
}
section.onboarding-steps-section aside header img {
  width: 165px;
}
section.onboarding-steps-section main {
  overflow: auto;
  padding: 40px 60px;
  width: calc(100% - 450px);
  background-color: white !important;
}
section.onboarding-steps-section main .content-area h2,
section.onboarding-steps-section main .content-area p,
section.onboarding-steps-section main .content-area span,
section.onboarding-steps-section main .content-area strong,
section.onboarding-steps-section main .content-area label {
  color: #1C1C1C !important;
}
section.onboarding-steps-section main .content-area a {
  color: #528DDF;
}
section.onboarding-steps-section main .content-area a:hover {
  color: #528DDF !important;
}
section.onboarding-steps-section main .content-area .input-info-container {
  display: flex;
}
section.onboarding-steps-section main .content-area .input-info-container .form-floating {
  flex-grow: 1;
}
section.onboarding-steps-section main .content-area .input-info-container i {
  cursor: pointer;
  margin-top: 20px;
  flex-basis: auto;
}
section.onboarding-steps-section main .content-area .recommended-row {
  display: flex;
}
section.onboarding-steps-section main .content-area .recommended-row .line {
  flex-grow: 1;
  border-bottom: 1px solid #dfdfdf !important;
}
section.onboarding-steps-section main .content-area .recommended-row span.label {
  line-height: 0;
  margin: 0 15px;
  font-size: 16px;
  flex-basis: auto;
  font-weight: normal;
  text-transform: unset !important;
  color: #999999 !important;
}
section.onboarding-steps-section main .content-area .settings-check {
  background-color: white;
}
section.onboarding-steps-section main .content-area .settings-check:checked {
  background-color: #333333;
}
section.onboarding-steps-section main .content-area .activation-fee-wrapper {
  display: flex;
  margin: 40px 60px;
}
section.onboarding-steps-section main .content-area .activation-fee-wrapper .activation-container {
  flex-grow: 1;
  overflow: auto;
}
section.onboarding-steps-section main .content-area .activation-fee-wrapper .activation-container:first-of-type .text-wrapper {
  float: right;
  width: 180px;
  text-align: center;
}
section.onboarding-steps-section main .content-area .activation-fee-wrapper .activation-container:last-of-type .text-wrapper {
  float: left;
  width: 180px;
  text-align: center;
}
section.onboarding-steps-section main .content-area .activation-fee-wrapper .activation-container .text-wrapper h2 {
  margin: 0;
  color: #528DDF !important;
}
section.onboarding-steps-section main .content-area .activation-fee-wrapper .activation-container .text-wrapper .small-text {
  font-size: 12px;
  line-height: 18px;
}
section.onboarding-steps-section main .content-area .accordion.input-accordion .accordion-item .accordion-header {
  overflow: auto;
  color: #dfdfdf;
  border-radius: 8px;
  background-color: white;
  padding: 1rem 0.75rem;
  border: 1px solid #dfdfdf !important;
}
section.onboarding-steps-section main .content-area .accordion.input-accordion .accordion-item .accordion-header i {
  float: right;
  font-size: 21px;
  color: #1C1C1C !important;
}
section.onboarding-steps-section main .content-area .accordion.input-accordion .accordion-item .accordion-header span {
  margin-top: 4px;
  display: block;
  color: #528DDF !important;
}
section.onboarding-steps-section main .content-area .accordion.input-accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 20px;
}
section.onboarding-steps-section main .content-area .accordion.input-accordion .accordion-item .accordion-collapse input {
  width: 100%;
  max-width: 200px;
}
section.onboarding-steps-section main .content-area .address-call-out {
  margin-bottom: 24px;
}
section.onboarding-steps-section main .content-area .address-call-out p {
  margin-bottom: 5px;
}
section.onboarding-steps-section main .content-area .address-call-out a {
  margin-right: 10px;
  display: inline-block;
}
section.onboarding-steps-section main .content-area .footer-step-container {
  z-index: 2;
  margin-top: 65px;
  overflow: auto;
}
section.onboarding-steps-section main .content-area .footer-step-container .right-btn {
  float: right;
}
section.onboarding-steps-section main .content-area .footer-step-container .left-btn {
  float: left;
}
section.onboarding-steps-section main .content-area .footer-step-container .outlined-btn {
  color: #1C1C1C;
  border-color: #1C1C1C !important;
}
section.onboarding-steps-section main .content-area .footer-step-container i {
  color: #1C1C1C !important;
}
section.not-found-section {
  height: 100vh;
  text-align: center;
  background-color: white;
}
section.not-found-section h1 {
  color: black;
}
section.not-found-section img {
  display: block;
  margin: 0 auto;
}
section.not-found-section button {
  clear: both;
  margin-top: 30px;
}
.red-text {
  color: #CD3E4B !important;
}
.validation-message {
  color: #CD3E4B;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}
.green-text {
  color: #17CB6C !important;
}
.blue-text {
  color: #528DDF !important;
}
.modal .modal-dialog {
  /* Global Modal Styles */
  /* MSA Dialog */
  /* Error Dialog */
}
.modal .modal-dialog .transparent-btn {
  top: 15px;
  right: 15px;
  cursor: pointer;
  position: absolute;
}
.modal .modal-dialog .transparent-btn i.fa-xmark {
  font-size: 24px;
  color: #1C1C1C;
}
.modal .modal-dialog .transparent-btn:hover {
  background-color: #F4F4F4;
}
.modal .modal-dialog.master-agreement-dialog-style {
  height: 98% !important;
  width: auto !important;
  max-width: 1000px !important;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-header .logo {
  width: 100%;
  margin: 0 auto;
  max-width: 250px;
  padding-left: 16px;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body {
  padding: 0;
  position: relative;
  background-color: white;
  border-radius: 0;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container {
  overflow: auto;
  height: calc(100vh - 210px);
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
  padding: 0 20px;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container .align-center {
  text-align: center;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container .underline {
  border-bottom: 1px solid black;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container h4 {
  font-weight: 600;
  color: black !important;
  font-family: 'Inter', sans-serif;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container p,
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container span,
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container td,
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container strong,
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container h2,
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container li {
  color: black !important;
  font-family: 'Inter', sans-serif;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container input[type="checkbox"]:focus {
  border: 2px solid black !important;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container p {
  font-size: 14px;
  line-height: 24px;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container p.clause-text {
  font-size: 12px;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container a {
  color: #528DDF;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container a:hover {
  color: #528DDF;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container span.red-text,
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container strong.red-text {
  color: #CD3E4B !important;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container ol li,
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container ul li {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Inter', sans-serif;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container ol {
  padding-left: 18px;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container ol li {
  margin-bottom: 10px;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container .address {
  width: 150px;
  margin: 20px auto;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container fieldset {
  display: block;
  border: none;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container fieldset input {
  top: 5px;
  height: 20px;
  margin-right: 10px;
  position: relative;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container fieldset input.settings-check {
  background-color: white;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container fieldset input.settings-check:checked {
  background-color: #666666;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container fieldset span {
  font-size: 14px;
  font-family: 'Inter', sans-serif;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container table {
  width: 100%;
  border-collapse: collapse;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container table td {
  padding: 8px 15px;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container table.small-table {
  width: 100%;
  margin: 40px auto;
  max-width: 400px;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container table.small-table input {
  font-weight: 700;
  color: #528DDF !important;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container table.small-table td {
  border: 1px solid black;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container table.msa-info-table {
  border: 1px solid black;
  border-collapse: collapse;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container table.msa-info-table td {
  border: 1px solid black;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-body .scroll-container .msa-container table.msa-info-table td img {
  width: 100%;
  max-width: 150px;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-footer .centered-buttons {
  margin: 0 auto;
}
.modal .modal-dialog.master-agreement-dialog-style .modal-footer .centered-buttons .outlined-btn {
  margin-right: 20px;
  border: 1px solid #1C1C1C;
}
.modal .modal-dialog.error-message-dialog {
  max-width: 400px !important;
}
.modal .modal-dialog.error-message-dialog .modal-content {
  border: none;
  border-radius: 10px;
}
.modal .modal-dialog.error-message-dialog .modal-content .modal-body {
  padding: 24px;
}
.modal .modal-dialog.error-message-dialog .modal-content .modal-body i.fa-triangle-exclamation {
  font-size: 40px;
}
.modal .modal-dialog.error-message-dialog .modal-content .modal-body h3 {
  line-height: 35px;
  font-family: 'Inter', sans-serif;
}
.modal .modal-dialog.error-message-dialog .modal-content .modal-body h4 {
  color: #8B8B8B;
}
.modal .modal-dialog.error-message-dialog .modal-content .modal-body p {
  color: #1C1C1C;
}
/* Media Queries Below */
@media screen and (max-width: 1024px) {
  section {
    /* Onboarding Intro Section */
  }
  section h1 {
    font-size: 30px;
    line-height: 40px;
  }
  section.onboarding-intro-section {
    flex-direction: column;
    overflow: auto;
    height: 100vh;
    padding-bottom: 150px;
  }
  section.onboarding-intro-section .onboarding-login-container,
  section.onboarding-intro-section .onboarding-message-container {
    max-width: 100% !important;
    position: unset !important;
    transform: unset !important;
    padding: 30px !important;
  }
  section.onboarding-intro-section .onboarding-message-container {
    padding: 90px 30px 30px !important;
  }
  section.onboarding-intro-section .left-container {
    order: 2;
    flex-basis: auto !important;
    height: auto !important;
  }
  section.onboarding-intro-section .right-container {
    order: 1;
    flex-basis: auto !important;
    height: auto !important;
  }
  section.onboarding-steps-section {
    overflow: unset !important;
  }
  section.onboarding-steps-section aside {
    float: unset !important;
    width: 100% !important;
    height: 200px !important;
  }
  section.onboarding-steps-section aside header {
    margin-bottom: 20px !important;
  }
  section.onboarding-steps-section aside .vertical-progress-bar {
    display: flex;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container:nth-of-type(1) {
    flex-grow: 1;
    text-align: left;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container:nth-of-type(2) {
    width: 58px;
    flex-basis: auto;
    text-align: center;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container:nth-of-type(2) .event-container {
    flex-basis: auto;
    flex-grow: unset;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container:nth-of-type(2) .event-container .step-container {
    width: 58px;
    text-align: center;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container:nth-of-type(3) {
    flex-grow: 1;
    text-align: right;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container:nth-of-type(3) .horizontal-segment {
    left: 0;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container:nth-of-type(3) .step-container {
    width: 100%;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container:nth-of-type(3) .step-container .circle {
    right: 0;
    left: unset;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container .step-container .segment {
    display: none;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container .horizontal-segment {
    display: block !important;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container .title-container {
    left: 0;
    top: 60px;
    padding: 0;
    width: 100%;
    position: absolute;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container .title-container h2 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 5px;
  }
  section.onboarding-steps-section aside .vertical-progress-bar .event-container .title-container .mobile {
    display: block;
  }
  section.onboarding-steps-section main {
    width: 100% !important;
    float: unset !important;
    padding: 30px 30px 180px !important;
    height: calc(100vh - 200px) !important;
  }
  section.onboarding-steps-section main .content-area .footer-step-container {
    bottom: 0;
    padding: 30px;
    left: 0;
    width: 100%;
    position: fixed;
    margin-top: 0 !important;
    background-color: white;
  }
  section.onboarding-steps-section .slide-content-area {
    padding: 20px 20px 180px;
  }
  section.onboarding-steps-section .slide-content-area .slide-out-footer .btn-wrapper {
    width: 100%;
    text-align: center;
  }
  section .mobile-creation-controls {
    display: block !important;
    width: calc(100% - 85px) !important;
  }
}
@media screen and (min-width: 768px) {
  .desktop-view {
    display: block;
  }
  .mobile-view {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.onboarding-steps-section .activation-fee-wrapper {
    margin: 40px 0 !important;
  }
  section.onboarding-steps-section .activation-fee-wrapper .text-wrapper {
    width: 140px !important;
  }
  .desktop-view {
    display: none;
  }
  .mobile-view {
    display: block;
  }
}