/*-- Start Golabl CSS --*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0 none;
  font-size: 14px;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0 none;
  padding: 0;
  vertical-align: baseline;
  font-family: "GothamRndSSm-Book";
}
/*** FONTS ***/

/* Gotham Medium */
@font-face {
  font-family: "GothamRndSSm-Medium";
  src: url("../fonts/gotham-medium/GothamRndSSm-Medium.eot")
      format("embedded-opentype"),
    url("../fonts/gotham-medium/GothamRndSSm-Medium.woff") format("woff"),
    url("../fonts/gotham-medium/GothamRndSSm-Medium.ttf") format("truetype"),
    url("../fonts/Gotham-Medium/GothamRndSSm-Medium.svg#GothamRndSSm-Medium.svg")
      format("svg");
  font-style: normal;
}

/* Gotham Bold */
@font-face {
  font-family: "GothamRndSSm-Bold";
  src: url("../fonts/gotham-bold/GothamRndSSm-Bold.eot")
      format("embedded-opentype"),
    url("../fonts/gotham-bold/GothamRndSSm-Bold.woff") format("woff"),
    url("../fonts/gotham-bold/GothamRndSSm-Bold.ttf") format("truetype"),
    url("../fonts/Gotham-bold/GothamRndSSm-Bold.svg#GothamRndSSm-Bold")
      format("svg");
  font-style: normal;
}

/* Gotham Book */
@font-face {
  font-family: "GothamRndSSm-Book";
  src: url("../fonts/gotham-book/GothamRndSSm-Book.eot")
      format("embedded-opentype"),
    url("../fonts/gotham-book/GothamRndSSm-Book.woff") format("woff"),
    url("../fonts/gotham-book/GothamRndSSm-Book.ttf") format("truetype"),
    url("../fonts/gotham-book/GothamRndSSm-Book.svg#GothamRndSSm-Book")
      format("svg");
  font-style: normal;
}

.spinner {
  width: 55px;
  height: 50px;
  position: relative;
  -webkit-animation: spinner 1.4s infinite; /* Safari 4.0 - 8.0 */
  animation: spinner 1.4s infinite;
  margin: auto;
  text-align: center;
}
@keyframes spinner {
  0% {
    background-image: url("../images/1icon.png");
    -webkit-transition: opacity 0.1s ease-in;
  }
  25% {
    background-image: url("../images/2icon.png");
    -webkit-transition: opacity 0.2s ease-in;
  }
  50% {
    background-image: url("../images/3icon.png");
    -webkit-transition: opacity 0.2s ease-in;
  }
  75% {
    background-image: url("../images/4icon.png");
    -webkit-transition: opacity 0.2s ease-in;
  }
  100% {
    background-image: url("../images/1icon.png");
    -webkit-transition: opacity 0.1s ease-in;
  }
}

/*** FONTS ***/
body {
  color: #555555;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
input,
button,
textarea,
select {
  border: medium none;
  font-family: "GothamRndSSm-Book";
  font-size: 14px;
  max-width: 100%;
}
a:focus,
a:hover {
  text-decoration: none !important;
}
.btn {
  border-radius: 10px;
}
.btn-dsky {
  background-color: #0a77ae;
  border-color: #07557c;
  color: #ffffff;
  font-size: 15px;
  border-radius: 10px;
  padding: 12px;
}
.btn-dsky:hover,
.btn-dsky:focus {
  background-color: #7a097a !important;
  border-color: #7a097a !important;
  color: #ffffff !important;
}
.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn-drk-gray {
  background-color: #9fadaf;
  border-color: #8e9b9c;
  color: #ffffff;
  font-size: 15px;
  padding: 12px;
  border-radius: 10px;
}
.btn-violet {
  background-color: #7a097a;
  border-color: #682b96;
  color: #ffffff;
  font-size: 15px;
  padding: 12px;
  border-radius: 10px;
}
.btn:focus {
  background-color: #7a097a !important;
  border-color: #7a097a !important;
  color: #ffffff !important;
}
.btn-drk-gray:hover {
  background-color: #8e9b9c;
  border-color: #8e9b9c;
  color: #ffffff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #555555;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
}
input[type="checkbox"] {
  width: 15px;
  height: 15px;
  margin: 0;
  transform: scale(1.3);
}
.form-check label {
  font-size: 12px;
  margin-bottom: 5px;
  font-family: "GothamRndSSm-Book";
  color: #555555;
  text-align: left;
  display: block;
  font-weight: 700;
}
.form-check .form-check-label,
.form-check-label span {
  font-size: 16px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*-- End Golabl CSS --*/

/*-- Start Custom CSS --*/
.upload-content,
.upload-image,
.upload-myaccount {
  min-height: calc(75vh - 2rem);
}
.upload-content .upload-heading,
.upload-image .upload-heading {
  color: #7a097a;
  font-size: 32px;
  font-family: "GothamRndSSm-Bold";
  margin-bottom: 20px;
}
.upload-content .chose-type .type-box {
  width: 36%;
  margin: 2%;
  border: 2px solid #0a77ae;
  border-radius: 10px;
  padding: 20px;
  min-height: 250px;
  vertical-align: middle;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #0a77ae;
  font-size: 26px;
  background-color: #ffffff;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: inline-flex;
}
.upload-content .chose-type .type-box .upload-cd-action {
  height: 120px;
  width: 120px;
}
.upload-content .chose-type .type-box .upload-zip-action {
  height: 104px;
  width: 91px;
}
.upload-content .chose-type .type-box span {
  font-size: 26px;
}
.upload-content .chose-type .type-box:focus {
  border: 2px solid #7a097a;
  background: #7a097a;
  color: #ffffff;
}
.upload-content .chose-type .type-box .hover {
  display: none;
}
.upload-content .chose-type .type-box.cd-action:hover .hover,
.upload-content .chose-type .type-box.cd-action:focus:hover .hover,
.upload-content .chose-type .type-box.cd-action:focus .hover {
  display: block;
}
.upload-content .chose-type .type-box.cd-action:hover .default,
.upload-content .chose-type .type-box.cd-action:focus .default {
  display: none;
}
.upload-content .chose-type .type-box.zip-action:hover .hover {
  display: block;
}
.upload-content .chose-type .type-box.zip-action:hover .default {
  display: none;
}
.upload-content .chose-type .type-box.zip-action:focus .default {
  display: block;
}
.upload-content .chose-type .type-box.zip-action:focus .hover {
  display: none;
}
.upload-content .chose-type .type-box:focus .upload-cd-action {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.upload-content .chose-type .type-box:focus .upload-zip-action {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.upload-content .chose-type .type-box .img-figure {
  overflow: hidden;
}
.upload-content .chose-type .type-box .img-figure img[alt] {
  /* margin-left: -26px;
    text-indent: 16px; */
  font-size: 23px;
  text-align: center;
}
.powered-mmi {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.back-section {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  margin-left: -2px;
}
.back-section a {
  color: #7a097a;
  font-family: "GothamRndSSm-Bold";
  padding: 1px 3px;
  display: inline-block;
}
.back-section a:focus {
  background: #7a097a;
  color: #ffffff;
  border-radius: 5px;
}
.upload-step .step {
  border-left: 2px solid #0a77ae;
  padding: 35px 20px;
  position: relative;
}
.upload-step .step span {
  position: absolute;
  left: -11px;
  top: auto;
  bottom: auto;
  margin: auto;
  vertical-align: middle;
  line-height: 17px;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #7a097a;
  box-shadow: 0 0 0px 3px #ffffff;
  -webkit-box-shadow: 0 0 0px 3px #ffffff;
  -moz-box-shadow: 0 0 0px 3px #ffffff;
}
.upload-step .step.active h5,
.upload-step .step.active span {
  color: #7a097a;
}
.upload-step .step h5 {
  font-size: 20px;
  color: #cacccc;
}
.upload-step .step.active span {
  background: #7a097a;
}
.upload-image .disclaimer h4 {
  font-size: 18px;
  font-family: "GothamRndSSm-Bold";
  color: #713f91;
}
.upload-image .disclaimer p {
  border: 1px solid #dbdbdb;
  padding: 15px 40px;
  border-radius: 10px;
  margin: 20px auto;
  text-align: left;
  line-height: 24px;
}
.upload-image .disclaimer p span.text_highlight {
  color: #713f91;
  font-family: "GothamRndSSm-Bold";
}
.upload-image .btn_dsky {
  border-radius: 10px;
  font-size: 18px;
  border: transparent;
}
.select-files,
.select-files span {
  color: #555555;
  font-size: 32px;
  font-family: "GothamRndSSm-Book";
  margin-bottom: 20px;
}
.select-files a {
  text-decoration: underline;
  color: #0a77ae;
  font-weight: 700;
  font-size: 32px;
  font-family: "GothamRndSSm-Book";
  margin-bottom: 20px;
}
.select-files a:focus {
  color: #ffffff !important;
  background: #7a097a;
  border-radius: 5px;
}
.select-files a:hover,
.upload-myaccount h3 a:hover {
  color: #7a097a;
}
.upload-myaccount h3 a {
  text-decoration: underline;
  color: #0a77ae;
  font-weight: 700;
  font-size: 22px;
}
.upload-myaccount h3 a:focus {
  background: #7a097a;
  border-radius: 4px;
  color: #ffffff !important;
}
.upload-myaccount h3 {
  font-size: 22px;
}
.upload-myaccount h3 span {
  display: block;
  text-align: center;
  font-size: 22px;
  margin-top: 10px;
}
#uploader input {
  position: absolute;
  opacity: 0;
  right: 0;
  top: 3px;
  height: 32px;
  cursor: pointer;
  padding: 17px;
}
.file-located .pl-uploading-label {
  color: #0a77ae;
  font-size: 32px;
  font-family: "GothamRndSSm-Book";
  margin-bottom: 20px;
}
.file-located #pl-progress {
  margin: 30px auto;
  position: relative;
  width: 260px;
}
.file-located #pl-progress .progressing-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
  text-align: center;
}
.spinner {
  width: 55px;
  height: 50px;
  position: relative;
  -webkit-animation: spinner 1.4s infinite;
  animation: spinner 1.4s infinite;
  margin: auto;
  text-align: center;
}
.file-located #pl-progress .progressing-content #pl-total-files {
  font-size: 30px;
  font-family: "GothamRndSSm-Bold";
  color: #0a77ae;
  margin-top: 18px;
  padding-bottom: 6px;
}
.file-located #pl-progress .progressing-content .upload-cancel-opt {
  color: #989898;
  font-size: 20px;
}
.support-form .form-group label.form-label {
  margin-bottom: 5px;
}
.support-form .form-group .form-element {
  display: flex;
  width: 100%;
}
.file-located .btn-violet {
  padding: 10px 22px;
  font-size: 18px;
  background: #5e944c;
  border-color: #5e944c;
}
.file-located .btn-drk-gray {
  padding: 10px 22px;
  font-size: 18px;
}
.upload-btn-grp {
  position: relative;
  z-index: 1;
}
.file-located .btn-violet:hover {
  background: #7a097a;
  color: #ffffff;
  border-color: #7a097a;
}
.file-upload-finish h2.upload-finish {
  margin: 70px 0 0;
  font-size: 55px;
  color: #0a77ae;
  font-family: "GothamRndSSm-Bold";
}

.upload-support .subheading {
  font-size: 16px;
  font-family: "GothamRndSSm-Bold";
  line-height: 32px;
  margin-bottom: 10px;
}
.upload-support .note-content {
  font-weight: 500;
  margin-bottom: 30px;
}
.upload-support p {
  font-size: 16px;
}
.facility-page .account-link {
  font-weight: 700;
  color: #0a77ae;
}
.facility-page .account-link a {
  margin-left: 5px;
  color: #0a77ae;
  text-decoration: underline;
  font-size: 20px;
}
.facility-page .account-link a:hover {
  color: #7a097a !important;
}
.facility-page .account-link a:focus {
  background: #7a097a;
  border-radius: 4px;
  color: #ffffff !important;
}
.chose-type .support_link {
  text-decoration: underline;
  color: #0a77ae;
  font-weight: 700;
}
.chose-type .support_link:hover {
  color: #7a097a !important;
}
.chose-type .support_link:focus {
  background: #7a097a;
  border-radius: 4px;
  color: #ffffff !important;
}
.facility-page .account-link .account-link-elements {
  margin-left: auto;
}
.facility-page .account-link h3 {
  color: #7a097a !important;
  font-size: 20px;
}
.facility-page .account-link h3 span {
  color: #ff0000;
}
.support-form .form-group label.form-label span {
  color: #ff0000;
}
.support-form {
  margin-top: 0px;
}
.support-form .form-control {
  font-size: 16px;
  height: 50px !important;
  border-radius: 0px;
  color: #555555;
  border-bottom: 2px solid #d1d1d1;
  background: #ffffff;
}
.support-form .form-control#textareaNote {
  height: 150px !important;
}
.support-form .form-control:focus,
.support-form .form-select:focus {
  border-bottom: 1.5px solid #0a77ae !important;
  outline: 1.5px solid #0a77ae !important;
  box-shadow: none;
}
.support-form .form-check label.form-check-label {
  padding-left: 5px;
}
.support-form .form-check .form-check-input {
  top: 4px;
  position: relative;
  border-radius: 0px !important;
}
.support-form .form-check .form-check-input:focus {
  box-shadow: none;
}
.support-form .form-check-input:checked {
  background-color: #0a77ae;
  border-color: #0a77ae;
}
.support-form .form-check label.form-check-label a {
  color: #0a77ae;
  font-size: 16px;
  text-decoration: underline;
}
.support-form button {
  width: 150px;
}
.support-form .form-group {
  display: flex;
  flex-wrap: wrap;
}
.support-form .form-group select.form-select {
  width: 135px;
  border-radius: 0;
  margin-right: 20px;
  border: 1px solid #d1d1d1;
  border-bottom: 2px solid #d1d1d1;
  color: #555;
  font-size: 16px;
  height: 50px;
}
.support-form .form-group input#inputPhoneNumber {
  width: 100%;
}
.support-form .otp-section input {
  height: 60px !important;
  text-align: center;
  font-size: 24px;
  width: 15.5%;
  display: inline-block;
}
.support-form .otp-section label.form-label {
  display: flex;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: 600;
}
.facility-page p,
.facility-page h2 {
  font-size: 18px;
  color: #555;
  line-height: 26px;
}
.facility-page p a {
  color: #0a77ae;
  padding: 2px 2px;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
}
.facility-page p a:hover {
  color: #7a097a;
}
.facility-page p a:focus {
  color: #fff;
  background: #7a097a;
  border-radius: 4px;
}
.facility-page p.cd_drive {
  font-size: 20px;
}
.facility-page p.cd_drive a {
  font-size: 20px;
  font-weight: 600;
  color: #7a097a;
}
.facility-page .top-section {
  font-size: 48px;
}
.facility-page .top-section span,
.facility-page .top-section h1 {
  font-size: 30px;
  color: #0a77ae;
}
.facility-page p.cd_drive {
  font-size: 20px;
}
.facility-page p.cd_drive a {
  font-size: 20px;
  font-weight: 600;
  color: #7a097a;
}
.facility-page .top-section .dpi-logo {
  width: 20rem;
  font-size: 24px;
}
.facility-page .dpi-head {
  text-align: center;
  padding-top: 5rem;
  width: 80%;
  margin: auto;
}
.facility-page .dpi-head .provider-logo {
  max-height: 150px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: auto;
  background-position: center !important;
  max-width: 300px;
}
.support-form .form-check label.form-check-label a:hover {
  color: #7a097a;
}
.support-form .form-check label.form-check-label a:focus {
  background: #7a097a;
  border-radius: 4px;
  color: #ffffff !important;
}
.support-form .form-check label.form-check-label a {
  padding: 2px 3px;
}
.close-dpi {
  position: absolute;
  right: 10px;
  top: 10px;
}
.close-dpi a {
  display: inline-block;
}
.close-dpi a .dpi-exit {
  width: 30px;
}
.close-dpi a:hover .dpi-exit,
.close-dpi a:focus .dpi-exit {
  filter: invert(6%) sepia(92%) saturate(6454%) hue-rotate(297deg)
    brightness(70%) contrast(96%);
  -webkit-filter: invert(6%) sepia(92%) saturate(6454%) hue-rotate(297deg)
    brightness(70%) contrast(96%);
  -ms-filter: invert(6%) sepia(92%) saturate(6454%) hue-rotate(297deg)
    brightness(70%) contrast(96%);
}
.support-form .btn-dsky {
  margin-top: 30px;
}
.facility-grid img {
  width: 40px;
  align-content: center;
  margin-left: 5rem;
  margin-right: 5rem;
}
.facility-grid h4 {
  color: #7a097a;
  font-size: 24px;
  margin-top: 28px;
  font-weight: 600;
}
.facility-grid p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 400;
}
.upload-myaccount .upload-heading {
  color: #7a097a;
  font-size: 32px;
  font-family: "GothamRndSSm-Bold";
  margin-bottom: 20px;
}
.search-section {
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid #ced4da;
  overflow: hidden;
}
.search-section form {
  width: 250px;
  float: right;
}
.search-section input.form-control {
  font-size: 16px;
  height: 40px !important;
  color: #555555;
  background: #ffffff;
}
.search-section input.form-control:focus {
  outline: none;
  box-shadow: none;
}
.account-table {
  margin-top: 25px;
  overflow: hidden;
  width: 100%;
  height: 370px;
  overflow-y: auto;
  border: 1px solid #ced4da;
}
.account-table table.table {
  margin-bottom: 0;
}
.account-table table.table thead {
  background: #7a097a;
  border: none;
}
.account-table table.table thead th {
  color: #ffffff;
  padding: 0.75rem;
  text-align: left;
}
.account-table table.table thead th:first-child {
  width: 110px;
  text-align: center;
}
.account-table table.table tbody td {
  padding: 0.75rem;
  vertical-align: middle;
  text-align: left;
}
.account-table table.table tbody td:first-child {
  text-align: center;
}
.account-table table.table tbody td input.form-check-input {
  border-radius: 0;
  margin: auto;
  float: none;
  vertical-align: middle;
}
.account-table table.table tbody td input.form-check-input:focus {
  box-shadow: none;
}
.account-table table.table tbody td:first-child .form-check {
  padding-left: 0;
  margin-bottom: 0;
}
.account-table table.table tbody td a {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
}
.account-table table.table tbody td a img {
  width: 26px;
  display: block;
}
.account-table table.table tbody td a:last-child img {
  width: 20px;
  display: block;
}
.account-table table.table tbody td a:first-child {
  margin-left: 0;
}
.account-table table.table tbody tr {
  border-bottom: 1px solid #ced4da;
}
.button-section .button-content button {
  background-color: #0a77ae;
  border-color: #07557c;
  color: #ffffff;
  border-radius: 10px;
}
.button-section .btn:focus {
  box-shadow: none;
}
/*-- Start Error page --*/
.error-content {
  height: calc(100vh - 2rem);
}
.error-content .error-heading {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
}
.error-content h4 {
  font-size: 20px;
  margin-bottom: 35px;
}
.error-content a {
  display: block;
  background: #0a77ae;
  padding: 10px;
  width: 200px;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
}
.lf-virtual-screen,
#login-form {
  display: none;
}

.facility-page .support-form ul.dot {
  list-style-type: circle;
  display: flex;
  flex-wrap: wrap;
}

.facility-page .support-form #message {
  color: #000;
  position: relative;
  margin-top: 10px;
  display: flex;
}

.facility-page .support-form #message p {
  padding: 0px 7px;
  font-size: 11px;
}

.facility-page .support-form .valid {
  color: #6dd852;
  padding-right: 5px;
}

.facility-page .support-form .valid:before {
  position: relative;
  left: -35px;
}
.facility-page .support-form .invalid {
  color: #c3c3c3;
  padding-right: 7px;
}
.facility-page .support-form .invalid:before {
  position: relative;
  left: -35px;
}
.facility-page .support-form .input_border_password {
  width: 100% !important;
  position: relative;
  margin-top: -4px;
  height: 4px;
  background-color: #6dd852;
}

.facility-page .support-form .input_border_password_weak {
  width: 50% !important;
  position: relative;
  margin-top: -4px;
  height: 4px;
  background-color: #0a77ae;
}
.facility-page .support-form .input_border_password_required {
  width: 25% !important;
  position: relative;
  margin-top: -4px;
  height: 4px;
  background-color: #c3c3c3;
}
.facility-page .support-form #message li h6 span {
  font-size: 18px;
  padding-right: 0;
  margin-right: 7px;
  vertical-align: middle;
}

.facility-page .support-form #message li h6 {
  font-size: 13px;
  vertical-align: middle;
  line-height: 20px;
}
.facility-page .support-form #message li {
  padding-left: 0;
  margin-right: 7px;
}
.facility-page .support-form #strong_weak_req {
  font-size: 13px;
  margin-right: 7px;
  vertical-align: middle;
  line-height: 20px;
}

.facility-page .support-form span#message_error {
  color: #9b274f !important;
}
.facility-page .support-form #message.message_error_data {
  margin-top: 0;
}
.facility-page .support-form .form-group span#message_error {
  position: absolute;
  bottom: -40px;
  font-size: 12px;
  min-height: 36px;
  display: flex;
  align-items: center;
}
.facility-page .support-form #message.message_error_data.message_error_show {
  margin-top: 28px;
}
.facility-page .support-form .form-group {
  position: relative;
}
.support-note-content {
  font-size: 22px !important;
  margin-bottom: 20px;
  color: #000;
}
.support_note_section form label {
  margin-bottom: 5px;
}
.support_note_section form label span {
  color: #ff0000;
  margin-left: 3px;
}
.support_note_section form .upload-btn-grp {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support_note_section form .upload-btn-grp .btn {
  margin: 0 5px;
}
.popover .popover-body {
  font-size: 10px;
  padding: 4px 6px;
  font-family: "GothamRndSSm-Book";
  font-weight: lighter;
  color: #555555;
}
.popover.fade {
  background-color: #0a77ae;
  border-color: #00a3de;
  margin-top: 5px;
  max-width: 380px;
  padding: 8px 15px;
}
.popover .arrow::after,
.popover .arrow::before {
  display: none;
}
.popover .popover-body {
  color: #ffffff;
  font-size: 14px;
}
.facility-page p span {
  font-size: 18px;
  line-height: 26px;
  color: #7a097a !important;
  font-weight: bold;
}
.facility-page p:first-child {
  margin-bottom: 25px;
}
.facility-page .support-form {
  margin-top: 25px;
}
.facility-page small span {
  color: #ff0000;
}
.alert-danger p:first-child {
    margin-bottom: 0;
}
.alert-danger p {
    font-size: 14px;
    margin: 0;
    color: #721c24;
    line-height: 19px;
}
.support-form .forgot-element a {
    margin-top: 7px;
    display: inline-block;
    margin-bottom: 7px;
}
.support-form .forgot-element a:hover {
  color: #7a097a;
}
.support-form .forgot-element a:focus {
  color: #fff;
  background: #7a097a;
  border-radius: 4px;
}
.email-verify-content {
	max-width: 660px;
	width: 100%;
	margin: auto;
}
.email-verify-content .email-verify-heading {
	background-color: transparent;
	color: #0A77AE;
	font-size: 22px;
	font-weight: 700;
}
.email-verify-content .form-control {
    height: 45px !important;
    border-radius: 0px;
    color: #555555;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1.5px solid #D1D1D1;
    background: #FFFFFF;
}
.email-verify-content .form-control:focus {
    border-bottom: 1.5px solid #0A77AE !important;
    outline: 1.5px solid #0A77AE !important;
	box-shadow:none !important;

}
.email-verify-content button {
    margin-right: 0.5rem !important;
}

/*-- Start facity upload CSS --*/
.facility-upload-form .para-info p .create-account-text {
	color: #0a77ae !important;
}
.facility-upload-form .para-info p .login-text {
	color: #216235 !important;
}
.facility-upload-form .para-info p .kiosk-text {
	color: #555555 !important;
}
.facility-upload-form .tab-block {
	border-width:2px !important;
}
.facility-upload-form .tab-block .nav {
	width: 100%;
	flex-wrap: unset;
}
.facility-upload-form .tab-block .nav .nav-item {
	width: 33.33%;
}
.facility-upload-form .tab-block .nav .nav-link {
  margin-left: 0;
  border-radius: 0;
  text-decoration: none;
  color: #ffffff;
  position: relative;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 7px;
}
.facility-upload-form .tab-block .nav .nav-link:hover {
	color: #ffffff !important;
}
.facility-upload-form .tab-block .nav .nav-link.active:hover {
	color: #70397f !important;
}
.facility-upload-form .tab-block .nav .nav-link.active {
  background: none !important;
  font-weight: 600;
}
.facility-upload-form .tab-block .nav .nav-link.create-account {
	background: #0a77ae;
}
.facility-upload-form .tab-block .nav .nav-link.login {
	background: #216235;
}
.facility-upload-form .tab-block .nav .nav-link.active.login {
	color: #216235;
}
.facility-upload-form .tab-block .nav .nav-link.cvs-upload {
	background: #70397f;
}
.facility-upload-form .tab-block .nav .nav-link.active.cvs-upload {
	background: #70397f;
}
.facility-upload-form .tab-block .nav .nav-link.active.create-account {
	color: #0a77ae;
}
.facility-upload-form .tab-block .nav .nav-link.active.create-account:before {
	background: #0a77ae;
}
.facility-upload-form .tab-block .nav .nav-link.active:before {
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	top: -2px;
    left: -1px;
}
.facility-upload-form .tab-block .nav .nav-link.active.login:before {
	background: #216235;
}
.facility-upload-form .tab-block .nav .nav-link.active.login {
	color: #216235;
}
.facility-upload-form .tab-block .nav .nav-link.active.cvs-upload:before {
	background: #70397f;
}
.facility-upload-form .tab-block .nav .nav-link.active.cvs-upload{
	color: #70397f;
}
.facility-upload-form #login-form .form-control {
	border: 2px solid #007bad;
	border-bottom: 2px solid #007bad;
}
.facility-upload-form #login-form .form-control:focus {
	border-bottom: 2px solid #007bad !important;
	outline: none !important;
}
.facility-upload-form #login-form .forgot-element a {
	color: #007bad;
}
.facility-upload-form #registration-form #textareaNote {
	border: 2px solid #007bad;
	border-bottom: 2px solid #007bad;
}
.no-result-found img {
  width: 23px;
  height: auto;
  margin-right: 10px;
}
/* Start Checkbox css */
.facility-upload-form #registration-form .form-check input {
  position: absolute;
  opacity: 0;
  height: 20px;
  width: 20px;
  transform: none !important;
  left: 15px;
  top: 0;
  z-index: 9;
}
.facility-upload-form #registration-form .form-check .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #007bad;
  margin-left: 15px;
}
.facility-upload-form #registration-form .form-check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.facility-upload-form #registration-form .form-check input:checked ~ .checkmark:after {
  display: block;
}
.facility-upload-form #registration-form .form-check .checkmark:after {
  left: 5px;
  top: 0px;
  width: 7px;
  height: 14px;
  border: solid #007bad;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.facility-upload-form #registration-form .form-check label.form-check-label {
    padding-left: 26px;
}
/* End Checkbox css */
.facility-upload-form #search-form {
  position:relative;
}
.facility-upload-form #search-form .form-control {
	border: 2px solid #007bad;
	border-bottom: 2px solid #007bad;
}
.facility-upload-form #search-form .search-icon {
	right: 15px;
  top: 50%;
	height: 30px;
  cursor:pointer;
}
.facility-upload-form #search-form .form-group {
	max-width: 390px;
}
.facility-upload-form #search-form .view-map-toggle {
	color: #70397f;
}
.facility-upload-form #search-form .view-map-toggle img {
	height: 37px;
}
.facility-upload-form .upload-cvs-sec .para-info {
	border-width:2px !important;
}
.upload-cvs-sec .location-section {
  padding-top: 0 !important;
}
.facility-upload-form .upload-cvs-sec h4 {
  color: #70397F;
  font-size: 18px;
  padding: 15px !important;
}
.facility-page .support-form {
  margin-top: 0;
}
.facility-upload-form .upload-cvs-sec .code-block span {
	color: #555555 !important;
}
.facility-upload-form .upload-cvs-sec .code-block img {
	height: 45px;
	filter: invert(13%) sepia(49%) saturate(5236%) hue-rotate(288deg) brightness(93%) contrast(108%);
}
.facility-upload-form .location-section .left-section p {
    font-size: 14px;
	text-transform: uppercase;
}
.facility-upload-form .location-section .list-group .list-group-item.active {
  background: #70397f;
}
.facility-upload-form .location-section .list-group .list-group-item.active .left-section p {
  color: #ffffff;
}
.facility-upload-form .location-section .list-group .list-group-item:hover {
    background: #70397f;
}
.facility-upload-form .location-section .list-group .list-group-item:last-child {
    border-bottom: none !important;
}
.facility-upload-form .location-section .list-group .list-group-item:hover .left-section p {
    color: #ffffff;
}
.facility-upload-form .location-section .left-section {
  flex-grow: 1;
}
.facility-upload-form .location-section .right-section {
    width: 100px;
}
.facility-upload-form .location-section .right-section img {
    height: 55px;
}
.facility-upload-form .location-section .location-top-section {
  max-height: 1200px;
  overflow-y: auto;
}
.facility-upload-form .location-section .location-top-section::-webkit-scrollbar {
  width: 20px;
  height: 100%;
}
.facility-upload-form .location-section .location-top-section::-webkit-scrollbar-track {
  border: 2px solid #0a77ae !important; 
  border-radius: 0;
}
.facility-upload-form .location-section .location-top-section::-webkit-scrollbar-thumb {
  background: #0a77ae; 
  border-radius: 0;
}
.facility-upload-form .location-section .location-top-section::-webkit-scrollbar-button {
  height: 100%;
}
.facility-upload-form .location-section .location-top-section .map-block {
  height: 200px;
  margin-top: 0 !important;
  margin-bottom: 15px;
}
.facility-upload-form .location-section {
  padding: 0 !important;
}
.facility-upload-form .upload-cvs-sec h4 {
  color: #70397f;
  font-size: 18px;
  text-align: left;
  padding: 15px !important;
}
.chose-type .type-box.cvs-box {
  width: 76%;
  min-height: 180px;
}
.chose-type .type-box.cvs-box span{
  color: #713681;
}
.chose-type .type-box.cvs-box:focus span {
  color: #ffffff;
}
.upload-cvs-container .location-section {
  border: 2px solid #333a40;
  border-top: none;
}
.upload-cvs-container .location-section .location-top-section {
  max-height: 500px;
  overflow-y: auto;
}
.upload-cvs-sec .heading {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: block;
  color: #7b0c7b;
}
.facility-upload-form .tab-block .nav .nav-link.active.login:focus {
  color: #216235 !important;
}
.facility-upload-form .tab-block .nav .nav-link.active.create-account:focus {
  color: #0a77ae !important;
}
.facility-upload-form .tab-block .nav .nav-link.active.cvs-upload:focus {
color: #70397f !important;
}
.upload-content .dpi-head {
  text-align: center;
  padding-top: 1rem;
  width: 80%;
  margin: auto;
  margin-bottom: 15px;
}
.upload-content .dpi-head .provider-logo {
  max-height: 150px;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  margin: auto;
  background-position: center !important;
  max-width: 300px;
}

.tooltip-details {
  max-width: 230px;
}
.tooltip-details h2 {
  font-weight: 600;
  color: #79097a;
}
.tooltip-details p {
  font-size: 14px;
  line-height: 20px;
}
.tooltip-details p span {
  color: #555555 !important;
}
.tooltip-details ul {
  border-top: 1px solid #dfdfdf;
}
#store_modal .modal-content .top-section p span,#store_modal .modal-content .top-section p a {
  color: #555555 !important;
}
#store_modal .right-section p a {
  font-size: 14px !important;
}
#store_modal .modal-content ul {
  border-top: 1px solid #dfdfdf;
}
#store_modal .modal-content ul li p {
  max-width: 190px;
}
.facility-upload-form #search-form .loading-indicator {
  position: absolute;
  left: 0;
  top: 24px;
  right: 0;
}
#store_modal .modal-content h2 {
  font-weight: 600;
  color: #79097a;
}
#store_modal .modal-content .top-section p span {
  color: #555555 !important;
  font-size: 24px;
  margin-right: 3px;
  line-height: 29px;
}
#store_modal .modal-content .top-section p {
  font-size: 14px !important;
  line-height: 20px !important;
  min-width: 150px !important;
}
#store_modal .modal-content .top-section p span img {
  width: 20px;
  height: auto;
}
#store_modal .modal-content .top-section p.open span {
  color: #216235 !important;
  font-size: 14px;
  line-height: 20px;
}
#store_modal .modal-content .top-section p.active span {
  color: #70397f !important;
  font-size: 14px;
  line-height: 20px;
}
#store_modal .modal-content .top-section p.inactive span {
  color: #CDCDCD !important;
  font-size: 14px;
  line-height: 20px;
}
#store_modal .modal-content .top-section p.closed span,#store_modal .modal-content .top-section p.close span {
  color: #ff0000 !important;
  font-size: 14px;
  line-height: 20px;
}
#store_modal p.email a {
  font-size: 14px;
}
#store_modal .modal-content .top-section p a:focus {
  background: none !important;
}
.facility-upload-form .tab-block .nav .nav-link:focus {
  outline: 2px solid #007bad !important;
  background: #FFFFFF !important;
}

.facility-upload-form .tab-block .nav .nav-link.login:focus {
  color: #216235 !important;
}
.facility-upload-form .tab-block .nav .nav-link.cvs-upload:focus {
  color: #70397f !important;
}
.facility-upload-form .tab-block .nav .nav-link.create-account:focus {
  color: #0a77ae !important;
}
.discontinue_uploader > p, .discontinue_uploader > p a {
  font-size: 16px;
}
.discontinue_uploader > p a:hover {
  color: #7a097a;
}
.discontinue_uploader .logo_sec {
  width: 300px;
}
.discontinue_uploader .logo_sec {
  width: 250px;
}
.alert-msg p {
  margin: 0;
  font-size: 16px;
  padding: 0;
}
/*-- Start Responsive CSS --*/
@media screen and (max-width: 1367px) {
  .upload-support .subheading {
    width: 96%;
  }
  .facility-page p.para-info,
  .facility-page h2.para-info {
    width: 80% !important;
  }
  .facility-grid .col-lg-4 {
    padding: 0.5rem !important;
  }
  .upload-content .chose-type .type-box {
    width: 45%;
  }
}

@media screen and (max-width: 1025px) {
  .upload-support .subheading {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }
  .upload-support .note-content {
    width: 65%;
  }
  .upload-support .heading {
    font-size: 40px;
  }
  
  
  .facility-upload-form .tab-block {
		width: 100% !important;
	}
}
@media only screen and (max-width: 1024px) {
  .discontinue_uploader > p {
      width: 100% !important;
  }
  .discontinue_uploader .logo_sec {
      width: 240px;
  }
}
@media screen and (max-width: 992px) {
  .upload-support .note-content {
    width: 88%;
  }
  .facility-page p.para-info,
  .facility-page h2.para-info {
    width: 100% !important;
  }
  .facility-grid .col-lg-4 {
    padding: 3rem 10rem !important;
  }
  .facility-grid {
    padding-top: 0 !important;
  }
  .upload-image ul li img {
    width: 90%;
  }
  .upload-content .chose-type .type-box {
    width: 40%;
  }
  .facility-upload-form .w-75.mt-5.mb-4 {
      width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .facility-page h6.cd_drive, .facility-page h6.cd_drive a {
      font-size: 16px;
  }
	.facility-upload-form .tab-block .nav .nav-link {
		font-size: 14px;
	}
	.facility-upload-form .support-form {
		width: 100% !important;
		padding: 0 30px;
	}
	.facility-upload-form .tab-block .nav .nav-link {
		padding: 4px;
	}
	.facility-upload-form .para-info {
		width: 100% !important;
	}
	.facility-upload-form .para-info p {
		font-size: 14px;
	}
	.facility-upload-form .para-info p span {
		font-size: 14px;
	}
	.facility-upload-form .top-section {
		font-size: 28px !important;
		flex-direction: row !important;
	}
	.facility-upload-form .top-section .dpi-logo {
		width: 13rem;
		font-size: 24px;
	}
	.facility-upload-form .location-top-section .support-form {
		padding: 0 20px;
	}
	.facility-upload-form .facility-page .top-section span, .facility-page .top-section h1 {
		font-size: 16px !important;
		margin-bottom: 0px !important;
	}
	.facility-upload-form .upload-cvs-sec .para-info .code-block span {
		display: block;
	}
	.facility-upload-form .upload-cvs-sec .code-block img {
		margin-left: 10px;
	}
	.facility-upload-form .support-form .form-group label.form-label {
		font-size: 12px;
	}
	.facility-upload-form #search-form .search-icon {
		top: auto;
		bottom: 10px;
	}
	.facility-upload-form #search-form .view-map-toggle {
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 10px;
	}
	.facility-upload-form #registration-form .form-check .checkmark {
		margin-left: 0;
	}
	.facility-upload-form #registration-form .form-group.country-dropdown {
		width: 40%;
	}
	.facility-upload-form #registration-form .form-group.phone-number-input {
		width: 60%;
	}
	.facility-upload-form #registration-form .form-group.country-dropdown .form-select {
		width: 100%;
		margin-right: 0;
	}
	.facility-upload-form .tab-block .nav .nav-link {
		display: inline-block;;
	}
	
	
  .support-form .form-check label.form-check-label {
    padding-left: 10px;
    width: calc(100% - 20px);
  }
  .upload-support .note-content {
    width: 100%;
  }
  .upload-support .heading {
    font-size: 32px;
  }
  .upload-support .subheading {
    font-size: 16px;
    line-height: 24px;
  }
  .support-form .col-md-6,
  .support-form .col-md-12,
  .support-form .col-12 {
    padding: 0;
  }
  .form-check .form-check-label,
  .form-check-label span {
    font-size: 14px;
  }
  .support-form .form-check label.form-check-label a {
    font-size: 14px;
  }
  .facility-grid .col-lg-4 {
    padding: 2rem 1rem !important;
  }
  .facility-page .top-section {
    font-size: 45px;
    flex-direction: column;
    line-height: 45px;
  }
  .facility-page .top-section span,
  .facility-page .top-section h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .facility-page p.para-info,
  .facility-page h2.para-info {
    font-size: 16px;
    line-height: 24px;
  }
  .facility-page .dpi-head {
    padding-top: 3rem;
    margin-bottom: 15px;
  }
  .upload-content .upload-heading,
  .upload-image .upload-heading {
    font-size: 28px;
    text-align: center;
  }
  .upload-step ul li {
    display: inline-block;
    margin: 0 -3px;
  }
  .upload-step ul::before {
    position: absolute;
    content: "";
    border-top: 2px solid #0a77ae;
    top: -2px;
    left: -10px;
    right: 0;
    width: 57%;
    margin: auto;
  }
  .upload-step ul {
    margin: 20px auto 0;
    position: relative;
    text-align: center;
  }
  .upload-step .step {
    border-left: transparent;
    padding: 25px 22px;
    position: relative;
  }
  .upload-step .step span {
    left: 0;
    top: -11px;
    right: 0;
  }
  .upload-step .step h5 {
    font-size: 14px;
  }
  .upload-image ul li img {
    width: 75px;
  }
  .upload-image .disclaimer p {
    padding: 15px;
  }
  .select-files,
  .select-files span {
    font-size: 28px;
  }
  .select-files a {
    font-size: 28px;
  }
  .file-located .pl-uploading-label {
    font-size: 28px;
  }
  .file-upload-finish h2.upload-finish {
    font-size: 48px;
  }
  .upload-content .chose-type .type-box {
    width: 46%;
    min-height: 165px;
    padding: 10px;
  }
  .upload-content .chose-type .type-box span.upload-cd-action {
    background-size: 110px 110px;
    height: 110px;
    width: 110px;
  }
  .upload-content .chose-type .type-box span {
    font-size: 26px;
    line-height: 36px;
  }
  .error-content .error-heading {
    font-size: 24px;
  }
  .error-content h4 {
    line-height: 30px;
  }
  .support-form .otp-section input {
    height: 50px !important;
  }
  .support-note-content {
    font-size: 16px !important;
    margin-bottom: 15px;
  }
   .email-verify-content .email-verify-heading {
		font-size: 18px;
	}
	.email-verify-content button {
		margin-right: 5px !important;
		font-size: 14px !important;
	}
	.email-verify-content button:last-child {
		margin-right: 0 !important;
	}
  .wrapper_container {
      padding: 0px !important;
  }
}

.ma-sc-item .image_section {
  border: 1px solid #0a77ae;
}
.ma-sc-item .image_section .image_report {
  height: 275px;
  overflow: hidden;
  object-fit: cover;
  width: 100%;
}
.modal-header {
  border-radius: 10px 10px 0 0;
  background-color: #0a77ae;
}
.modal-header .modal-title {
  font-size: 18px;
  color: #ffffff;
  word-break: break-word;
}
.modal-header .close {
  opacity: 1;
  padding: 2px;
  margin: 0 !important;
}
.modal-header .close span {
  font-size: 24px;
  color: #ffffff;
}
.btn_popup_bsky {
  background-color: #0a77ae;
  border-color: #07557c;
  color: #ffffff;
  border-radius: 10px;
  width: 135px;
  padding: 10px;
}
.btn-popup-default {
  border-radius: 10px !important;
  width: 135px !important;
  padding: 10px !important;
}
.modal-content {
  border-radius: 10px;
}
.modal-backdrop.show {
  opacity: 0.5 !important;
  background: #fff !important;
}
.nu-upload-no-files-found h3 {
  color: #df8244;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 14px;
}
.nu-upload-no-files-found p {
  font-size: 18px;
  margin: 12px 0px;
  color: #555555;
}
.nu-upload-no-files-found a {
  font-size: 18px !important;
}
.powered_mmi {
  border-top: 1px solid #eaeaea;
  padding: 10px 0 0;
  text-align: center;
  margin-top: 10px;
}
.errorimg {
  text-align: center;
}
