/* organization-register */
.organization-register__form label {
  font-size: 18px;
}

.organization-register__form small.title {
  display: none;
}

.organization-register__form .tab-content {
  padding: 24px 0;
}

.organization-register__form .steps ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  justify-content: space-around;
  counter-reset: wizard-step;
  margin: 0;
}

.organization-register__form .steps ul li {
  outline: none;
  text-align: center;
  width: calc(100% / 4);
}

.organization-register__form .steps ul li:before {
  content: none;
}

.organization-register__form .steps ul li.current a > .title {
  color: #64A9DF;
}

.organization-register__form .steps ul li.current a:before {
  background: #64A9DF;
  color: #ffffff;
  border: none;
}

.organization-register__form .steps ul li.current a:after {
  background: #64A9DF;
}

@media (max-width: 768px) {
  .organization-register__form .steps ul li.current a .title {
    display: inline-block;
  }
}

.organization-register__form .steps ul li.done a:after {
  background: #64A9DF;
}

.organization-register__form .steps ul li.done a:before {
  background: linear-gradient(135deg, #9AD0FF 15%, #007EEC 85%);
  border: none;
  color: #FFFFFF;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}

.organization-register__form .steps ul li.first a:after {
  content: none;
}

.organization-register__form .steps ul li.last a {
  margin-right: 0;
}

.organization-register__form .steps ul li a {
  display: block;
  position: relative;
  outline: none;
}

.organization-register__form .steps ul li a:before {
  background: #FFFFFF;
  border: 1px solid rgba(152, 160, 166, 0.5);
  border-radius: 50%;
  content: counter(wizard-step);
  counter-increment: wizard-step;
  color: #98A0A6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 1;
}

.organization-register__form .steps ul li a:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(152, 160, 166, 0.3);
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: 0;
}

.organization-register__form .steps ul li a > .title {
  color: #98A0A6;
  font-size: 12px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .organization-register__form .steps ul li a > .title {
    display: none;
  }
}

@media (min-width: 768px) {
  .organization-register__form .steps ul li a > .title {
    white-space: nowrap;
  }
}

.organization-register__form .content h4 {
  margin-top: 24px;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .organization-register__form .content h4 {
    margin-top: 40px;
    margin-bottom: 32px;
  }
}

.organization-register__form .content .nav-link {
  color: #009CF8;
}

.organization-register__form .content .nav-link.active {
  color: #6C757D;
  background: rgba(242, 242, 242, 0.5);
}

.organization-register__form .content .alert a {
  color: #002F5A;
  font-size: 16px;
}

.organization-register__form .actions {
  border-top: 1px solid rgba(152, 160, 166, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 0;
}

.organization-register__form .actions ul li:before {
  content: none;
}

.organization-register__form .actions ul li:first-child {
  display: none;
}

.organization-register__form .actions ul li a {
  border: 1px solid #009CF8;
  border-radius: 100px;
  color: #009CF8;
  font-size: 18px;
  font-weight: 700;
  padding: 16px 32px;
}

.organization-register__form .actions ul li a[disabled] {
  border-color: #98A0A6;
  color: #98A0A6;
  cursor: default;
}

.tab2__form .steps ul li {
  width: calc(100% / 2);
}

.tab3__form .steps ul li {
  width: calc(100% / 3);
}

.tab4__form .steps ul li {
  width: calc(100% / 4);
}

/* registration-organization-unregister */
@media (max-width: 900px) {
  .reducedMeal .form-group {
    display: block !important;
  }

  .inner .custom-input, .type-status .custom-select {
    width: 100% !important;
    height: 40px;
    display: block !important;
  }

  .inner .custom-mini-input, .inner .custom-mini-select {
    width: 100% !important;
    height: 40px;
    display: block !important;
    margin-left: 0;
  }
}

.termOfUse li {
  padding-left: 18px;
  font-size: 16px;
  font-weight: 400;
}

.termOfUse li::marker {
  color: #64a9df;
  font-size: 16px;
  font-weight: 800;
}

.termOfUse ol {
  padding-left: 20px;
}

.custom-check .form-check {
  padding-left: 0;
}

.custom-check label {
  font-weight: 600;
  font-size: 16px;
}

.label-text {
  font-size: 18px;
  font-weight: 400;
  width: 240px;
}

.custom-input {
  width: 480px;
  height: 50px;
}

.select-custom-chosen{
  width: 480px;
  height: 50px;
}

.select-custom-chosen a.chosen-single {
  border: 1px solid rgba(191, 197, 209, 0.5);
  font-weight: 600;
  padding: 7px 12px ;
  height: 48px;
  border-radius: 8px !important;
  color: #495057;
  font-size: 1rem;
}


.select-custom-chosen .chosen-results, .select-custom-chosen .chosen-search {
  font-weight: 600;
  font-size: 1rem;
}

.chosen-container-single .chosen-search input[type="text"] {
  padding: 4px;
  border-radius: 8px !important;
}

.select-custom-chosen .chosen-results li::before {
  content: '' !important;
}

.select-custom-chosen .chosen-choices {
  color: red
}

.select-custom-chosen .chosen-single div {
  top: 10px;
}

@media (max-width: 768px) {
  .reducedMeal .custom-input {
    width: 100%;
    height: 40px;
    display: block !important;
  }

  .select-custom-chosen {
    width: 100%;
    height: 40px;
  }

  .reducedMeal .form-group {
    display: block !important;
  }
}

.type-status .custom-select {
  width: 480px;
  height: 50px;
}

.custom-mini-input,
.custom-mini-select {
  width: 180px;
  height: 50px;
}

.custom-mini-input {
  margin-left: 185px;
}

.custom-mini-select {
  border: 1px solid rgba(191, 197, 209, 0.5);
  box-sizing: border-box;
  border-radius: 8px;
  margin-left: 25px;
}

.gender {
  width: 75px;
}

/*page faq*/
.custom-collapse {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  padding-left: 0;
  width: 100%;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-collapse:hover {
  color: #002f5a;
  text-decoration: none;
}

.custom-collapse:focus {
  box-shadow: none;
  text-decoration: none;
}

.custom-collapse::after {
  content: url("../img/icons/arrow-down.svg");
  display: block;
  width: 32px;
  height: 32px;
  transform: rotateZ(-180deg);
  text-align: center;
  transition: all 0.5s;
}

.custom-collapse.collapsed::after {
  transform: rotateZ(0deg);
}

.accordion-text {
  font-size: 16px;
  color: #333333;
  margin-bottom: 1rem !important;
}

/*page service_provider*/
.service-provider__banner {
  background: url("../img/service-provider/banner-pettern.svg") center;
  background-size: cover;
}

.service-provider__banner .card-body {
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}

@media (min-width: 992px) {
  .service-provider__banner .card-body {
    flex-direction: row;
  }
}

.service-provider__banner .card-body .btn {
  display: block;
  font-size: 18px;
  padding: 16px 32px;
  margin: 8px 0;
  width: 100%;
}

@media (min-width: 576px) {
  .service-provider__banner .card-body .btn {
    display: inline-block;
    margin: 24px 0 0;
    width: auto;
  }
}

.service-provider__steps .card-title {
  color: #002F5A;
  font-weight: 700;
}

.service-provider__steps .card-title .gradient-circle {
  font-size: 18px;
  height: 40px;
  width: 40px;
}

.card-body .view-query-title {
  display: flex;
}

.card-body .view-query-title h3 {
  flex: 1;
}

.card-body .view-query-title span {
  align-self: center;
}

@media (min-width: 576px) {
  .service-provider__promo .card-body {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

.service-provider__promo .card-body .top-text {
  grid-area: 1/1/3/4;
}

.service-provider__promo .card-body .top-text h5 {
  line-height: 1.6;
}

.service-provider__promo .card-body .laptop {
  grid-area: 1/4/4/6;
}

.service-provider__promo .card-body .school {
  grid-area: 3/1/6/4;
}

.service-provider__promo .card-body .bottom-text {
  grid-area: 4/4/6/6;
  text-align: right;
}

.service-provider__promo .card-body .bottom-text p {
  color: #002F5A;
  font-size: 16px;
  margin-bottom: 42px;
  padding-right: calc(56px + 16px);
  position: relative;
}

.service-provider__promo .card-body .bottom-text p:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid rgba(0, 156, 248, 0.5);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  color: #009CF8;
}

.service-provider__promo .card-body .bottom-text .btn {
  font-size: 18px;
  padding: 16px 32px;
}

.service-provider__desc .desc-image {
  margin-bottom: 1rem;
  width: 100%;
}

@media (min-width: 576px) {
  .service-provider__desc .desc-image {
    float: left;
    margin-bottom: 0;
    width: auto;
  }
}

/* header */
nav.navbar {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  z-index: 100;
}

nav.navbar-brand {
  margin: 15px 0 15px 30px !important;
}

nav.navbar span {
  font-size: 14px;
}

@media (min-width: 576px) {
  nav.navbar span {
    font-size: 16px;
  }
}

nav.navbar form {
  flex: auto;
  position: relative;
}

nav.navbar form:after {
  content: "";
  background: url("../img/icons/search.svg") no-repeat center;
  position: absolute;
  top: 8px;
  bottom: 8px;
  right: 8px;
  width: 20px;
}

nav.navbar form input {
  padding-right: 32px;
}

nav.navbar .rounded {
  border-radius: 1.2rem !important;
}

nav.navbar .toggle-aside {
  background: none;
  border: 1px solid rgba(191, 197, 209, 0.5);
  border-radius: 50%;
  color: #98A0A6;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
}

/* footer */
footer {
  background-color: #1B2437;
  color: #98A0A6;
  padding-top: 32px;
  margin-top: 16px;
}

footer a {
  color: #ffffff;
  font-size: 16px;
}

footer a.text-light {
  color: #98A0A6 !important;
}

footer a:hover {
  color: #009CF8;
  text-decoration: none;
}

footer .copyright {
  border-top: 1px solid #002F5A;
  color: #98A0A6;
  display: flex;
  align-items: center;
  font-size: 12px;
  margin-top: 16px;
  padding: 16px 0;
}

.footer__section a {
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.footer__section a i {
  color: #002F5A;
  margin-right: 16px;
}

.footer__section form h2 {
  color: #002F5A;
  font-weight: 700;
  margin-bottom: 32px;
}

.footer__section form input,
.footer__section form textarea {
  background: rgba(242, 242, 242, 0.5);
  border: 1px solid rgba(191, 197, 209, 0.5);
  border-radius: 8px;
  font-size: 16px;
  padding: 20px;
  height: 40px;
}

.footer__section form textarea {
  resize: none;
  height: 100px;
}

.footer__section form button {
  font-size: 18px;
  padding: 16px 40px;
}

.footer__section form .g-recaptcha {
  display: flex;
  justify-content: center;
}

.footer__pref {
  margin-top: -150px;
  padding-top: 182px;
  text-align: center;
}

.footer__pref.has-captcha {
  margin-top: -260px;
}

@media (min-width: 992px) {
  .footer__pref {
    padding-top: inherit;
    text-align: inherit;
  }
}

.footer__pref a {
  cursor: pointer;
}

.footer__pref ul {
  line-height: 32px;
}

/* profile */
.profile__card .card-body label:not(.kato-row) {
  font-size: 18px;
  margin: 0;
}

.profile__card .card-body .row:not(.kato-row):not(.data-house):not(.data-app) {
  margin: 0;
}

.profile__card .card-body label[class*=col-] {
  padding: 0;
}

.profile__card .data-app label, .profile__card .data-house label {
  padding: 10px 15px !important;
}

.profile__card .card-body ul {
  font-size: 18px;
}

.profile__card .card-body .address-wrapper {
  height: 100%;
  padding: 16px 24px 16px 16px;
  position: relative;
}

.profile__card .card-body .address-wrapper a:not(.chosen-single) {
  color: #009CF8;
  font-size: 18px;
}
.profile__card .card-body .address-wrapper .pencil {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  right: 4px;
}

.profile__card .card-body .address-wrapper span {
  color: #98A0A6;
  left: auto;
  line-height: 48px;
  position: absolute;
  right: 12px;
}

.profile__card .card-footer .btn {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 32px;
}

.profile__card .uploaded-photo {
  border-radius: 100%;
  overflow: hidden;
}

/* cabinet */
.cabinet__card ul li {
  display: flex;
  justify-content: space-between;
}

.cabinet__card ul li span {
  font-weight: 600;
}

.cabinet__card ul li span + span {
  font-weight: 400;
}

.cabinet__card textarea.form-control {
  font-size: 14px;
  font-weight: 600;
  padding: 0.375rem 0.75rem;
  resize: none;
}

.cabinet__card .search-form {
  font-size: 18px;
  align-items: initial;
}

.cabinet__card .search-form .form-control {
  flex: 1;
}

.cabinet__card .search-form .btn {
  font-weight: 700;
  padding: 0 32px;
}

.cabinet__card table.table {
  border-collapse: collapse;
  border-radius: 8px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #c4c8cb;
  margin: auto;
  overflow: hidden;
  width: calc(100% - 2px);
}

.cabinet__card table.table th {
  background: rgba(0, 156, 248, 0.2);
}

.cabinet__card table.table td {
  border-color: #c4c8cb;
}

.cabinet__card table.table .name {
  line-height: 1;
  font-weight: 400;
}

.cabinet__card table.table .name small {
  color: #98A0A6;
  font-size: 12px;
}

.cabinet__card .btn__main {
  font-size: 18px;
  font-weight: 700;
  padding: 16px 24px;
}

/* my view */
.view__docs {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 992px) {
  .view__docs {
    flex-wrap: wrap;
  }
}

@media (max-width: 992px) {
  .view__docs > * {
    width: 100%;
  }
}

.view__docs strong {
  color: #002F5A;
  font-size: 18px;
}

.view__docs .list-unstyled li {
  color: #002F5A;
  align-items: center;
  display: flex;
  position: relative;
  margin-bottom: 16px;
}

.view__docs .list-unstyled li:last-child {
  margin-bottom: 0;
}

.view__docs .list-unstyled li:last-child .list-num:before {
  content: none;
}

.view__docs .list-num {
  background-color: #fff;
  border: 1px solid rgba(152, 160, 166, 0.3);
  border-radius: 50%;
  color: #98A0A6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  margin-right: 8px;
  position: relative;
  height: 40px;
  width: 40px;
  z-index: 1;
}

.view__docs .list-num.active {
  background: #64A9DF;
  border: none;
  color: #fff;
}

.view__docs .list-num:before {
  content: "";
  position: absolute;
  background: rgba(152, 160, 166, 0.3);
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  height: 100%;
  width: 1px;
}

.view__docs .rounded {
  border-radius: 8px !important;
  flex-flow: column;
}

.view__docs .message {
  color: #002F5A;
}

.view__docs .uploader- p.invalid-feedback {
  float: right;
  max-width: 390px;
}

/* registration */
.registration ol {
  list-style-type: none;
  counter-reset: num;
  padding: 15px 10px 20px 0;
  margin: 0 10px 0 40px;
}

.registration label, .registration li {
  font-size: 16px;
}

.registration > .card-header {
  background-color: #fff !important;
  border: none !important;
}

.registration li:before {
  content: counter(num) ".";
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0;
  left: -38px;
  width: 20px;
  color: #64A9DF;
  text-align: right;
  font-weight: 800;
}

.registration li {
  position: relative;
  margin: 0;
  padding: 0;
}

.registration i {
  color: red;
}

.registration .col-form-label {
  font-size: 18px !important;
  font-weight: 400 !important;
}

.registration .i-agree {
  font-weight: 600;
}

.registration-faq .card {
  padding-left: 32px;
  padding-right: 32px;
}

.registration-faq h2 {
  margin-left: -5px;
}

.registration-faq button {
  color: #333;
}

.hr-bottom {
  position: relative;
  width: 130%;
  left: -140px !important;
}

.submit-button {
  border-radius: 50px;
  border: 1px solid rgba(191, 197, 209, 0.5);
  text-align: center;
  padding: 16px 32px;
  font-size: 18px;
  color: #98A0A6;
  background-color: #fff;
  font-weight: 600;
}

/* Login, recovery password modals */
/*#loginForm .error-info {
    display: none;
}
#controller_modal {
    font-size: 18px;
    font-weight: normal;
    line-height: 24px;
}
#controller_modal .modal-dialog {
    max-width: 540px;
}
#controller_modal .modal-dialog .modal-content {
    border-radius: 8px;
    margin: 160px auto;
    padding: 32px;
}
#controller_modal .modal-dialog .modal-header {
    border-bottom: 1px solid rgba(153, 153, 153, 0.33);
    padding: 0 0 32px 0;
}
#controller_modal .modal-dialog .modal-header .modal-title {
    color: #002F5A;
    font-size: 32px;
    font-weight: bold;
    line-height: 40px;
}
#controller_modal .modal-dialog .modal-header .close {
    border: 1px solid rgba(152, 160, 166, 0.3);
    border-radius: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    width: 40px;
}
#controller_modal .modal-dialog .modal-header .close span {
    color: #98A0A6;
    font-weight: normal;
}
#controller_modal .modal-dialog .modal-header .close:hover,
#controller_modal .modal-dialog .modal-header .close:hover span {
    border-color: #009CF8;
    color: #009CF8;
}
#controller_modal .modal-dialog .modal-body {
    padding: 32px 0 10px 0;
}
#controller_modal .modal-dialog .modal-body input {
    border: 1px solid rgba(191, 197, 209, 0.5);
    border-radius: 8px;
}
#controller_modal .modal-dialog .modal-body input::placeholder {
    color: rgba(70, 64, 70, 0.38);
    font-style: normal;
    font-weight: 500;
}
#controller_modal .modal-dialog .modal-body label {
    color: #383B41;
    font-weight: normal;
}
#controller_modal .modal-dialog .modal-body #loginForm #show-hide-password {
    position: absolute;
    top: 13px;
    right: 30px;
}
#controller_modal .modal-dialog .modal-body #loginForm #show-hide-password i {
    color: #98A0A6;
}
#controller_modal .modal-dialog .modal-body #loginForm #show-hide-password:hover i {
    border-color: #009CF8;
    color: #009CF8;
}
#controller_modal .modal-dialog .modal-body #loginForm #forgot-password {
    display: inline-block;
    padding-top: 8px;
}
#controller_modal .modal-dialog .modal-footer {
    padding: 32px 0;
    border-top: 1px solid rgba(153, 153, 153, 0.33);
}
#controller_modal .modal-dialog .modal-footer .form-group {
    margin: 0 0 0 3px;
    width: 100%;
}
#controller_modal .modal-dialog .modal-footer #login-button input {
    margin: 0;
}
#controller_modal .modal-dialog .modal-footer i {
    color: #DADADA;
    font-size: 24px;
}*/
#login-info .alert {
  border: 1px solid #4DB7FE;
  color: #002F5A;
}

#login-info i {
  color: #64A9DF;
  font-size: 24px;
}

#login-info span {
  font-size: 16px;
  font-weight: bold;
}

.page-login .card-body {
  padding: 1.5rem 2.5rem;
}

#show-hide-password {
  position: absolute;
  font-size: 24px;
  top: 7px;
  right: 12px;
}

.input-wrap[attribute="password"] {
  position: relative;
}

/*
@media (max-width: 320px) {
    #controller_modal {
        font-size: 14px;
    }
    #controller_modal .modal-dialog {
        min-width: 280px;
    }
    #controller_modal .modal-dialog .modal-content {
        margin: 72px auto;
        padding: 16px;
        width: 280px;
    }
    #controller_modal .modal-dialog .modal-header {
        padding: 0 0 24px 0 !important;
    }
    #controller_modal .modal-dialog .modal-header .modal-title {
        font-size: 20px !important;
        line-height: 40px;
    }
    #controller_modal .modal-dialog .modal-body {
        padding: 0;
    }
    #controller_modal .modal-dialog .modal-body #loginForm .form-group {
        margin-bottom: 0;
    }
    #controller_modal .modal-dialog .modal-body input::placeholder {
        font-size: 14px;
    }
    #controller_modal .modal-dialog .modal-body #loginForm #forgot-password {
        font-size: 16px;
    }
    #controller_modal .modal-dialog .modal-body #loginForm .py-sm-custom {
        padding-top: 16px;
        padding-bottom: 8px;
    }
    #controller_modal .modal-dialog .modal-footer {
        padding: 16px 0;
    }
    #controller_modal .modal-dialog .modal-footer label {
        padding-top: 0 !important;
    }
    #controller_modal .modal-dialog .modal-footer label input {
        height: 35px;
    }
    #controller_modal .modal-dialog .modal-footer #login-button input {
        font-size: 14px;
        padding: 8px 24px;
        margin: 0;
    }
    #controller_modal .modal-dialog .modal-footer i {
        padding-top: 12px;
    }
}*/
/* main page */
.preferential-main__inner__banner .card-body .btn {
  font-size: 14px;
  margin: 24px 0 12px 24px;
}

.preferential-main__inner__banner img {
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: auto
}

.preferential-main__inner__banner h2 {
  margin: 0 auto auto;
  color: #002F5A;
}

.preferential-main__inner__banner ul {
  list-style: none;
}

.preferential-main__inner__banner li {
  color: #383B41;
  padding: 8px 0;
  font-size: 14px;
}

.preferential-main__inner__banner li::before {
  content: "•";
  color: #009CF8;
  display: inline-block;
  font-weight: bold;
  margin-left: -1em;
  width: 1em;
}

/* notifications */
.notification-message td {
  border: none;
}

.notification-message :nth-child(2) {
  text-align: right;
}

.viewed {
  background-color: #ffffff;
}

.not-viewed {
  background-color: #d1ecf1;
}

.title-dark-blue {
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 5px;
}

.title-dark-blue h2 {
  padding-bottom: 15px;
  color: #002F5A;
  font-weight: 700;
  text-decoration: none;
}


.time-item {
  left: 4.1%;
  right: 25.04%;
  top: 15.15%;
  bottom: 82.62%;

  background: #FFFFFF;
  border: 1px solid rgba(191, 197, 209, 0.5);
  box-sizing: border-box;
  border-radius: 8px;

  margin: 10px;
}


.error-info {
  margin: 0px;
  margin-bottom: 20px !important;
}

.error-info > ul {
  padding: 0px;
  margin: 0px;
}

.error-info > ul > li {
  padding: 0px;
  margin: 0px;
}