.select2-search--dropdown::before {
  content:'';
}
.btn-icon.btn-xs {
  width:auto;
  height:auto;
  padding:0;
}
.header-action-column {
  min-width:180px;
}
.applyBtn {
  background:#004798;
}
.applyBtn:hover {
  background:#e7332b;
}
.applyBtn:disabled {
  background:#004798;
}

.max-w-356 {
  max-width:356px;
}

.mb-50 {
  margin-bottom:50px;
}
.header-icon:not(.btn) .profile-image {
  width:2rem;
  height:2rem;
}
.profile-avatar-image {
  width:6rem;
  height:6rem;
}

.pagination li.page-item:first-child a.page-link, .pagination li.page-item:last-child a.page-link {
  background:#eef2f8 !important;

}
.pagination li.page-item:first-child {
  margin-right:4px !important;
}
.pagination li.page-item:last-child {
  margin-left:4px !important;
}
.sale-document-link {
  margin:5px;
}
.sale-document-link img {
  width:100px;
  height:100px;
}

.ajax-state-container.loading {
  position:absolute;
  width:100%;
  height:100%;
  background:#fff;
  opacity:0.7;
  z-index:10;
}
.ajax-state-container .spinner-border {
  display:none;
  position:absolute;
  top:50%;
  left:50%;
  width:5rem;
  height:5rem;
}
.ajax-state-container.loading .spinner-border {
  display:block;
}
.sale-form-document-upload .ajax-state-container .spinner-border {
  top:25%;
  left:42%;
}

.activation-page .landing-submit_button {
  background-color:transparent;
  border:none;
}

.activation-page .t_checkbox .invalid-feedback {
  margin-top:5px;
  font-weight:500;
  font-size:12px;
  line-height:15px;
  color:#e7332b;
}

.t_component_blue-text-block {
  display:flex;
  height:100%;
  justify-content:center;
  flex-direction:column;
  align-items:center;
  text-align:center;
  letter-spacing:0.2em;
  text-transform:uppercase;
  padding:30px 50px;
  border-radius:13px;
  overflow:auto;

  background-color:#004798;
  color:#ffffff;

  font-weight:700;
  font-size:23px;
  line-height:38px;
}

.t_component_blue-text-block p {
  margin:10px 0;
}

.t_component_blue-text-block.t_component_blue-text-block_white-border {
  border:6px solid #ffffff;
  border-radius:13px;
}

@media (max-width:600px) {
  .t_component_blue-text-block {
    font-size:18px;
    line-height:32px;
  }
}

@media (max-width:400px) {
  .t_component_blue-text-block {
    font-size:14px;
    line-height:28px;
  }
}

.t_component-icon {
  display:inline-block;
  width:22px;
  height:22px;
  background-color:#004798;
  mask-size:cover;
  -webkit-mask-size:cover;
  mask-position:center;
  -webkit-mask-position:center;
  mask-repeat:no-repeat;
  -webkit-mask-repeat:no-repeat;
}
.t_component-icon_secondary {
  background-color:#8fa8cc;
}
.t_component-icon_secondary-2 {
  background-color:#eef2f8;
}
.t_component-icon_error {
  background-color:#e7332b;
}
.t_component-icon_light {
  background-color:#ffffff;
}
.t_component-icon_disabled {
  opacity:0.5;
}

.t_component-icon_small {
  width:8px;
  height:8px;
}
.t_component-icon_medium {
  margin-top:4px;
  width:14px;
  height:14px;
}


.t_component-icon__cross {
  mask-image:url("../images/icons/icon-cross.svg");
  -webkit-mask-image:url("../images/icons/icon-cross.svg");
}

.do-selected-big .select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
  font-size:16px;
}

.landing-car-dashboard-content_sales-value.network-client {
  top:235px !important;
}
.landing-car-dashboard-content_sales-title.network-client {
  top:280px !important;
}
.landing-car-dashboard-content_scores-value.network-client {
  top:220px !important;
}
.landing-car-dashboard-content_scores-title.network-client {
  top:310px !important;
}
.modal-close-cross {
  position:absolute;
  right:14px;
  top:14px;
  box-shadow:none;
  padding:0;
  margin:0;
  width:24px;
  height:24px;
  background:url(../images/icons/close.svg) no-repeat center !important;
  background-size:contain !important;
  opacity:1 !important;
  z-index:1;
}
.modal-dialog-awards {
  margin:0 auto !important;
}

.t_balance_text-block {
  margin-top:40px;
}
.t_balance_error-text {
  color:#e7332b;
}
.t_balance_bold-text {
  font-weight:700;
  font-size:16px;
  line-height:20px;
}
.scroll {
  overflow:auto;
}
