/*preloader*/
body::after {
  position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
  content:url(../imges/facebook-color.svg) url(../imges/youtube-color.svg) url(../imges/instagram-color.svg) url(../imges/linkedin-color.svg) url(../imges/twitter-color.svg) ;
}

.modal-header {
  border-bottom: none
}

.modal-footer {
  border-top: none;
  text-align: center
}

:root {
  --color-blue-light: rgb(247, 250, 255);
  --color-blue-light-2: #F3F6FB;
  --color-blue-light-1: rgb(62, 149, 247);
  --color-blue-dark: rgb(10, 37, 62);
  --color-blue-dark-1: #0A253E;
  --color-blue-dark-2: rgba(10, 37, 62, 0.2);
  --color-blue: #3E95F7;
  --color-blue-uploader: #3E95F7;
  --color-blue-link: rgb(0, 149, 255);
  --color-blue-link-hover: #69C5FF;
  --color-blue-uploader-hovered: rgba(62, 149, 247, 0.5);
  --color-grey-light: rgb(190, 190, 190);
  --color-grey-light-2: rgba(51, 51, 51, 0.7);
  --color-grey-light-3: rgb(173, 183, 194);
  --color-red-light: rgb(210, 107, 106);
  --color-white: white;
  --color-black: black;
  --color-red: rgb(255, 0, 0);
  --color-red-light-1: rgb(241, 62, 62);
  --font-weight-bold: 700;
  --font-weight-normal: 500;
}

.text-red {
  color: var(--color-red);
}

.row {
  margin: 0;
}

button,
button:active,
button:focus,
input,
input:active,
input:focus {
  outline: none !important;
}

html, body, .container-fluid {
  height: 100%;
}

.footer-logo {
  width: 14.2rem;
  height: 2.8rem;
  background-image: url(../imges/footerLogoUS.svg);
  background-size: cover;
}

.font-bold {
  font-weight: 700;
}

.justify-center {
  justify-content: center;
}

.form-control:focus {
  border: 0.2rem solid var(--color-blue-light-1);
  box-shadow: none;
}

.form-control {
  transition: all 0.18s linear;
}

.form-control label {
  transition: all 0.18s linear;
}

.form-group:focus-within label, .form-group:focus-within a.tooltip-icon {
  color: var(--color-blue-light-1);
}

.text-left {
  text-align: left;
}

.m-20 {
  margin: 2rem;
}

.mx-10 {
  margin-right: 1rem;
  margin-left: 1rem;
}

.h-100 {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.mx-15 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}


.mt-70 {
  margin-top: 7rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mr-100 {
  margin-right: 10rem;
}

.mr-30 {
  margin-right: 3rem;
}

.mr-20 {
  margin-right: 2rem;
}

.mr-10 {
  margin-right: 1rem;
}

.ml-40 {
  margin-left: 4rem;
}

.ml-20 {
  margin-left: 2rem;
}

.my-20 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-30 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.pr-10 {
  padding-right: 1rem;
}

.pr-30 {
  padding-right: 3rem;
}

.w-60 {
  width: 60%;
}

.w-50 {
  width: 50%;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.felx-auto {
  flex: auto;
}

.font-size-24 {
  font-size: 2.4rem;
}

input[disabled],
input[disabled] + label,
[disabled] input,
[disabled] label {
  opacity: 30%;
  cursor: not-allowed;
}

.phone-number-label{
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 2;
  grid-row-end: 2;
  margin-top: 0.5rem;
  position: absolute;
  top: 0;
}

.phone-number-label-center {
  justify-self: center;
  grid-column-end: 4;
}

.container-fluid {
  font-family: "Open Sans", sans-serif;
  padding: 0;
  background-color: var(--color-blue-light);
}

.container {
  padding: 0;
}

label {
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-grey-light-2);
}

.caret {
  vertical-align: middle;
  border-top: 0.6rem dashed;
  border-right: 0.6rem solid transparent;
  border-left: 0.6rem solid transparent;
  padding-bottom: 0.2rem;
  margin-left: 1rem !important;
}

.header {
  display: flex;
  background-color: var(--color-blue);
  color: var(--color-white);
  min-height: 5rem;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-weight-bold);
  font-size: 1.6rem;
}

.header-content {
  display: flex;
  width: 116.8rem;
  align-items: center;
  justify-content: space-between;
}

.page-with-shadow {
  margin: 1.5rem;
  background-color: white;
  border-radius: 1rem;
  box-shadow: 0.4rem 0 1.1rem var(--color-grey-light);
  padding-bottom: 1.5rem;
  flex-grow: 3;
}

.main-content {
  margin-left: auto;
  margin-right: auto;
  padding-top: 2.5rem;
  width: 116.8rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.topic-breadcrumbs {
  font-weight: var(--font-weight-bold);
  font-size: 2rem;
  color: var(--color-blue-dark);
}

.topic-text {
  font-weight: var(--font-weight-bold);
  font-size: 3.6rem;
  color: var(--color-blue-dark);
  margin-bottom: 3rem;
}

.sub-topic-text {
  font-weight: var(--font-weight-bold);
  font-size: 2.4rem;
  color: var(--color-blue-dark);
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

p {
  font-family: Trebuchet MS, sans-serif;
  font-weight: var(--font-weight-normal);
  font-size: 1.7rem;
  color: var(--color-black);
  line-height: 2.1rem;
  margin-bottom: 0;
  text-align: justify;
}

.button-language{
  background: var(--color-white);
  color: var(--color-blue-dark-1);

  width: 135px;
  min-width: initial;
  height: 49px;
  padding: 12px 18px;

  box-sizing: border-box;
  border-radius: 22px;

  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}

.button-language:hover{
  border: 1px solid var(--color-blue-dark-2);
}

.main-content a.tooltip-icon, .main-content .fa.tooltip-icon {
  color: var(--color-grey-light-3);
  font-size: 1.4rem;
  margin-left: 0.3rem;
}

.help-block {
  font-size: 1.6rem;
  font-weight: var(--font-weight-bold);
  color: var(--color-black);
}

.red-text {
  color: var(--color-red-light);
}

.d-flex {
  display: flex;
  align-items: center;
}

.d-flex-top {
  display: flex;
  align-items: baseline;
}

.d-flex-end {
  display: flex;
  align-items: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.button-add-number {
  min-width: 18.6rem;
  height: 4.4rem;
  border-radius: 2.2rem;
}

.btn-submit {
  width: 20rem;
}

.btn-default {
  font-weight: var(--font-weight-bold);
  font-size: 1.6rem;
  background-color: var(--color-blue);
  color: var(--color-white);
}

.btn-default:hover, .dropdown .btn-default:active, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
  background-color: var(--color-white);
  border: 0.1rem solid var(--color-blue);
  color: var(--color-blue);
}

.open > .dropdown-toggle.button-add-number.focus, .open > .dropdown-toggle.button-add-number:focus, .open > .dropdown-toggle.button-add-number:hover, .open > .dropdown-toggle.button-add-number {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none !important;
}

.open > .dropdown-toggle.button-language{
  background-color: var(--color-white);
  border: 0.1rem solid var(--color-blue-dark-2);
  color: var(--color-blue);

  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: none !important;
}

.btn-default.focus, .btn-default:focus {
  color: initial;
  background-color: initial;
  border-color: initial;
}

.dropdown .btn-default:active {
  box-shadow: inset 0 0 0.4rem 0.4rem rgba(204, 204, 204, 0.45);
}

.open > .dropdown-menu {
  width: 100%;
  font-weight: var(--font-weight-bold);
  font-size: 1.6rem;
  background-color: var(--color-white);
  border: 0.1rem solid var(--color-blue);
  border-top: none;
  color: var(--color-blue);
  border-radius: 0 0 2.2rem 2.2rem;
  margin: 0;
  box-shadow: 0 1.3rem 1.2rem rgba(0, 0, 0, 0.18);
  padding-top: 0;
}

.open > .dropdown-menu.dropdown-language {
  width: 135px;
  min-width: initial;
  background-color: var(--color-white);
  border-color: var(--color-blue-dark-2);
  box-sizing: border-box;
}

.open > .dropdown-menu a:hover {
  background-color: var(--color-blue-light-2);
}

.open > .dropdown-menu li:last-child a:hover {
  border-radius: 0 0 1.5rem 1.5rem;
}

.dropdown-menu li {
  cursor: pointer;
}

.tooltip-inner {
  background-color: var(--color-blue);
}

.tooltip-arrow {
  border-top-color: var(--color-blue) !important;
}

.add-number-row {
  display: grid;
  grid-template-columns: 1fr repeat(3, auto) 1fr;
  justify-items: end;
  align-items: baseline;
  margin-bottom: 5rem;
  width: 100%;
}

.add-number-center-column {
  grid-column-start: 3;
}

.add-number-right-column {
  grid-column-start: 5;
}

.porting-info {
  width: 100%;
  margin-top: 3rem;
}

.porting-info-body {
  width: 100%;
  background-color: var(--color-blue-light);
  border-radius: 0.5rem;
  padding: 2rem 3rem;
}

.porting-info-min-length {
  min-height: 12rem;
}

.porting-info-title {
  color: var(--color-blue-dark);
  font-weight: var(--font-weight-bold);
  font-size: 2rem;
}

.porting-info-title-width {
  min-width: 13em;
}

.porting-info-number {
  border-radius: 50%;
  border: 0.2rem solid #F3F6FB;
  box-sizing: border-box;
  font-size: 2rem;
  font-weight: var(--font-weight-bold);
  min-width: 3.2rem;
  min-height: 3.2rem;
  text-align: center;
  margin-right: 2rem;
  margin-left: -5rem;
}

.porting-info-number-labale {
  grid-column: 1 / 4;
  margin: auto;
  min-height: 20px;
}

.porting-info-row {
  margin-left: 4rem;
  display: grid;
  grid-template-columns: repeat(2, auto) 1fr;
  align-items: end;
  position: relative;
}

.porting-info-row-left {
  justify-self: left;
}

.porting-info-row-center {
  margin-left: 7.3rem;
  justify-self: center;
}

.porting-info-row-right {
  justify-self: right;
}

.porting-info-row-right {
  justify-self: right;
  margin-left: auto;
}

input[type='radio'] {
  opacity: 0;
  width: 0;
  height: 0;
}

.porting-info-row .form-group {
  margin-bottom: 0;
}

.checkmark {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 0.1rem solid #C5C5C5;
  transform: translateY(-0.05em);
  display: grid;
  place-items: center;
  background-color: var(--color-white);
  margin-right: 1rem;
}

input + .checkmark-label .checkmark::before {
  content: "";
  width: 1rem;
  height: 1rem;
  box-shadow: inset 0.5em 0.5em var(--color-blue);
  border-radius: 50%;
  transition: 180ms transform ease-in-out;
  transform: scale(0);
}

input:checked + .checkmark-label .checkmark::before {
  transform: scale(1);
}

input:checked + .checkmark-label .checkmark {
  box-shadow: 0 0 0 0.05em var(--color-white), 0 0 0.15em 0.1em var(--color-blue);
}

input:checked + .checkmark-label {
  color: var(--color-blue-light-1);
}

.checkmark-label {
  transition: 180ms all ease-in-out;
  opacity: 0.8;
  align-items: baseline;
}

.radio-row:focus-within .checkmark-label {
  transform: scale(1.05);
  opacity: 1;
}

.radio-row:focus .checkmark-label {
  transform: scale(1.05);
  opacity: 1;
}

.radio-row {
  display: grid;
  grid-template-columns: min-content auto;
  align-items: center;
  margin-bottom: 0;
}

.n2pc-icon-logo {
  display: inline-block;
  background-image: url(../imges/logoUS.svg);
  background-size: contain;
  width: 14.4rem;
  height: 2.9rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 2.4rem;
}

.n2pc-icon-remove-icon {
  display: inline-block;
  background-image: url(../imges/remove-icon.svg);
  min-width: 1.8rem;
  height: 1.8rem;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.separator {
  width: 1px;
  height: 3.4rem;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  background: var(--color-grey-light);
}

.checkbox-port-btn {
  margin-top: 1rem;
  padding-left: 3rem;
}

.checkbox-port-btn label {
  margin-bottom: 0;
}

.checkbox-port-btn input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: var(--color-blue);
  border-color: var(--color-blue);
}

.checkbox-port-btn input:checked + label {
  color: var(--color-blue);
}

.checkbox-port-btn input {
  margin-right: 0.5rem;
  border-radius: .25em;
  width: 2rem;
  height: 2rem;
  margin-top: .25em;
  vertical-align: top;
  background-color: var(--color-white);
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  transition: background-color 180ms linear;
}

.remove-phone-number {
  margin-left: auto;
}

.footer {
  margin-top: 6rem;
  justify-content: space-between;
}

.footer p {
  margin: 0;
  text-align: right;
}

.footer-us p {
  font-family: "Open Sans", sans-serif;;
  text-align: left;
  font-size: 1.4rem;
}

.modal-content {
  padding: 3rem;
  border-radius: 0.5rem;
  box-shadow: none;
}

.modal-body {
  margin-top: 1rem;
  margin-bottom: 3rem;
}

.modal-body, .modal-footer {
  padding: 0;
}

.modal-dialog {
  top: 32%;
}

.modal-header {
  padding: 0;
}

.btn-white {
  background-color: white;
  border: none;
  color: black;
  transition: all 0.18s linear;
}

.btn-white:hover {
  box-shadow: inset 0 0 0.4rem 0.4rem rgba(204, 204, 204, 0.45);
}

.logo {
  background-image: url(../imges/logoUS.svg);
  background-size: cover;
  width: 14rem;
  height: 2.4rem;
}

.choose-row {
  padding: 2.5rem;
  height: 7rem;
  background-color: var(--color-blue-light-2);
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  margin-bottom: 3rem;
}

.choose-row .topic-breadcrumbs {
  font-size: 2.4rem;
}

.n2pc-icon-rectangle-right {
  display: inline-block;
  background-image: url(../imges/rectangle-right.svg);
  width: 6.2rem;
  height: 10.2rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.n2pc-icon-check-circle {
  display: inline-block;
  background-image: url(../imges/check-circle.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.n2pc-icon-facebook {
  display: inline-block;
  background-image: url(../imges/facebook.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.n2pc-icon-youtube {
  display: inline-block;
  background-image: url(../imges/youtube.svg);
  width: 3rem;
  height: 2rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.n2pc-icon-instagram {
  display: inline-block;
  background-image: url(../imges/instagram.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.n2pc-icon-linkedin {
  display: inline-block;
  background-image: url(../imges/linkedin.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.n2pc-icon-twitter {
  display: inline-block;
  background-image: url(../imges/twitter.svg);
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.n2pc-icon-facebook:hover {
  background-image: url(../imges/facebook-color.svg);
}

.n2pc-icon-youtube:hover {
  background-image: url(../imges/youtube-color.svg);
}

.n2pc-icon-instagram:hover {
  background-image: url(../imges/instagram-color.svg);
}

.n2pc-icon-linkedin:hover {
  background-image: url(../imges/linkedin-color.svg);
}

.n2pc-icon-twitter:hover {
  background-image: url(../imges/twitter-color.svg);
}

.n2pc-icon-warning-triangle-canada {
  display: inline-block;
  background-image: url(../imges/warning-triangle-canada.svg);
  width: 2.8rem;
  height: 2.45rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.n2pc-icon-warning-triangle {
  display: inline-block;
  background-image: url(../imges/warning-triangle.svg);
  width: 2.8rem;
  height: 2.45rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.n2pc-icon-footer-separator {
  display: inline-block;
  background-image: url(../imges/footer-separator.svg);
  width: 100%;
  height: 0.1rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
}

.checkbox-flex {
  display: flex;
  align-items: flex-end;
  opacity: 0.8;
}

.checkbox-label {
  margin-left: 5px;
  font-size: medium;
}

.w-17 {
  width: 170px;
}

.porting-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.arrow-margin {
  margin-bottom: 0.5rem;
  margin-right: 2.5rem;
  margin-left: 2.5rem;
}

.service-address-checkbox {
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}

input[type="file"] {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.uploader {
  margin-top: 6rem;
  margin-bottom: 7rem;
}

.uploader .sub-topic-text {
  font-size: 2rem;
  margin-bottom: 0;
}

.uploader .btn-submit {
  background-color: var(--color-blue-uploader);
  border: none;
}

.uploader .btn-submit:hover {
  color: var(--color-white);
  background-color: var(--color-blue-uploader-hovered);
  border: none;
}

.uploader input:focus + .btn-submit, .uploader input:focus-within + .btn-submit, .uploader input:active + .btn-submit {
  color: var(--color-white);
  background-color: var(--color-blue-uploader-hovered);
  border: none;
}

.uploader p {
  max-width: 90%;
  overflow-wrap: break-word;
}

.mt-0 {
  margin-top: 0;
}

.align-center {
  align-items: center;
}

.existing-ports-container {
  border: 1px solid #E6EAF0;
  box-sizing: border-box;
  border-radius: 5px;
}

.collapsed {
  max-height: 11rem;
  overflow: hidden;
}

.two-column {
  column-count: 2;
}

.switch {
  position: relative;
  display: inline-block;
  width: 3.6rem;
  height: 2rem;
  margin-bottom: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: var(--color-white);
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid var(--color-grey-light);
}

.slider:before {
  position: absolute;
  content: "";
  height: 2rem;
  width: 2rem;
  background-color: var(--color-grey-light);
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: var(--color-blue-dark);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--color-blue-uploader-hovered);
}

input:checked + .slider:before {
  -webkit-transform: translateX(2rem);
  -ms-transform: translateX(2rem);
  transform: translateX(2rem);
}

.slider.round {
  border-radius: 3.4rem;
}

.slider.round:before {
  border-radius: 50%;
  top: -0.1rem;
  left: -0.1rem;
}

.directory-listing.porting-info {
  margin-top: 0.5rem;
}

.directory-listing .porting-info-title {
  font-size: 1.4rem;
}

.directory-listing .porting-header {
  align-items: center;
  justify-content: left;
}

.directory-listing .switch {
  margin-left: 3rem;
}

.directory-listing .checkmark {
  min-width: 2rem;
  min-height: 2rem;
}

.directory-listing .porting-info-row-left {
  justify-self: left;
  width: 25rem;
}

.w-20 {
  width: 20rem;
}

.port-list-toggle {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #3E95F7;
}

.existing-port-row {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-transform: capitalize;
  color: #333333;
  display: flex;
  justify-content: space-between;
  max-width: 60%;
}

.label-danger-absolute {
  position: absolute;
  margin-top: 0.5rem;
}

.form-group {
  position: relative;
}

.phone-number-row {
  display: flex;
  align-items: center;
  margin-top: 0;
  justify-content: left;
}

.justify-left {
  justify-content: left;
}

.social-networks a:hover {
  color: var(--color-blue-dark-1);
  opacity: 100%;
}

.n2pc-icon-warning {
  min-width: 6.4rem;
  height: 6.4rem;
  color: #ff4141;
}

.contact-us {
  max-width: 44rem;
}

.contact-us a {
  color: var(--color-blue-link);
}

.contact-us a:hover {
  text-decoration: none;
  color: var(--color-blue-link-hover);
}

.port-list-toggle:hover {
  cursor: pointer;
  text-decoration: none;
}

.to-right {
  float: right;
}

.inject-tag{
  color: inherit;
  text-decoration: inherit;
}

.inject-tag:hover{
  color: var(--color-red-light);
}

.other-address {
  position: relative;
}

.other-address span.label {
  position: absolute;
}

.file-size p {
  margin-right: 10px;
  font-size: 1.4rem;
  color: var(--color-grey-light-2);
}

.state-select {
  min-width: 20rem;
}

.country-select {
  min-width: 16rem;
}

.btn-red {
  background-color: var(--color-red-light-1);
  display: inline-block;
}

.bulk-upload {
  padding-right: 0 !important;
}

.bulk-upload .modal-dialog {
  top: 50%;
  margin-top: -24.5rem;
  max-width: 54rem;
}

.bulk-upload img {
  max-width: 19.3rem;
  max-height: 19.3rem;
}

.bulk-upload .porting-info-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}

.bulk-upload .modal-content {
  max-width: 54rem;
}

.bulk-upload .modal-header {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.n2pc-icon-bulk-upload {
  display: inline-block;
  background-image: url(../imges/n2pc-icon-file-upload.svg);
  width: 6rem;
  height: 6rem;
  background-size: cover;
  background-repeat: no-repeat;
}

.bulk-upload .n2pc-icon-bulk-upload {
  margin-right: 2rem;
  min-width: 6rem;
}

.bulk-upload p {
  margin-bottom: 2rem;
}

.bulk-error p {
  text-align: center;
  color: var(--color-red-light-1);
}