main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body {
    position: relative;
}

#wizard-container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.bg-gradient-primary {
    background-image: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
}

.typeahead.dropdown-menu {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.16);
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #00BFB2;
    outline: 0;
    box-shadow: 0 0 0 2px #00BFB2;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.starting-logo {
    max-width: 60%;
}

.industry-label {
    width: -webkit-fill-available;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.btn-check:checked+.btn-outline-secondary, .date-btn:hover, .date-btn.selected, .industry-btn:hover, .industry-btn.selected {
    color: white;
    background-color: transparent;
    background: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
    border-color: white;
}

.industry-btn:hover > h6, .industry-btn.selected > h6 {
    color: white;
}

.text-gradient.text-primary {
    background-image: linear-gradient(310deg, #00BFB2, #0246b5);
}

.date-btn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#alert-container {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: fixed;
    z-index: 10001;
    margin-top: 75px;
}

.alert-primary {
    color: white;
}

.alert {
    box-shadow: 0 4px 7px -1px rgb(0 0 0 / 11%), 0 2px 4px -1px rgb(0 0 0 / 7%);
    border: none;
}

.multisteps-form__progress-btn:disabled, .js-btn-next:disabled {
    cursor: not-allowed;
}

.industry-icon {
    font-size: 24px;
}

.industry-title {
    text-transform: none;
}

.text-primary {
    color: #0246b5 !important;
}

.overlay-spinner {
    height: 3rem;
    width: 3rem;
}

.overlay {
    z-index: 10001;
    position: absolute;
    border-radius: 1rem;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: white;
    flex-direction: column;
}

.rating-class {
    font-size: 11rem;
    color: white;
    font-weight: 400;
    line-height: 1;
}

.rating-logo {
    max-height: 90px;
}
.small-rating-logo {
    max-height: 50px;
}
.intrum-logo {
    max-height: 45px;
}

.card.card-background.card-background-mask-info:after {
    background-image: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
    opacity: .85;
}

#pd-bar {
    height: 25px;
    margin-top: -10px;
}

#pd-info {
    font-size: 7rem;
    color: #344767;
}

#dz-message {
    background: none;
    color: #8392AB;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.btn-link {
    color: #00BFB2;
}

.text-success {
    color: #00BFB2 !important;
}

.text-info {
    color: #3d485b !important;
}

.progress-check {
    margin-left: 5px;
}

.badge-primary {
    background-color: #00BFB2;
    color: white;
}

.badge-danger {
    background-color: #F7992D;
    color: white;
}

#ratyng-advice {
    display: flex;
    align-items: center;
}

.dz-image {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 10%);
} 

.btn.btn-sm.btn-icon-only {
    width: 1rem;
    height: 1rem;
    padding: 0 0;
}

.label-tooltip {
    display: flex;
}

.help-img {
    width: 100%;
}

.popover {
    max-width: 400px;
}

#industry-details-card {
    box-shadow: 0 4px 7px -1px rgb(0 0 0 / 11%), 0 2px 4px -1px rgb(0 0 0 / 7%);
}

.api-error {
    font-size: 7rem;
    color: #E01422;
}

.intrum-detail {
    text-align: end;
}

.tooltip-inner {
    max-width: 350px;
    background-color: white;
    color: #67748e;
    padding: 1rem 1rem;
    box-shadow: 0 0.3125rem 0.625rem 0 rgb(0 0 0 / 12%);
}

.tooltip-body {
    color: #67748e;
    padding: 1rem 1rem;
    background-color: white;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: white;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: white;
}

.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: white;
}

.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: white;
}

.tooltip.show {
    opacity: 0.95;
}
.loading span {
    display: inline-block;
    vertical-align: middle;
    width: .6em;
    height: .6em;
    margin: .19em;
    background: #0246B5;
    border-radius: .6em;
    animation: loading 1s infinite alternate;
}
  
.loading span:nth-of-type(2) {
    background: #025AB5;
    animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
    background: #016EB4;
    animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
    background: #0183B4;
    animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
    background: #0197B3;
    animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
    background: #00ABB3;
    animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
    background: #00BFB2;
    animation-delay: 1.2s;
}
  
@keyframes loading {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}

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

@media (max-width: 576px){
    #uploadContinueBtn {
        margin-left: 1rem !important;
    }

    .alert {
        font-size: 14px;
    }
} 

.text-white:hover {
    color: white !important;
}

.text-white {
    transition: all 0.15s ease-in;
}

#btn-help-numbers {
    height: 2rem;
    width: 2rem;
    margin-right: 0.5rem;
}

#financial-btn-row {
    justify-content: space-between;
}

#financial-btn-row-right {
    align-items: center;
}

#sendMail {
    color: #0246b5;
    transition: all 0.15s ease-in;
}

#sendMail:hover {
    color: #00BFB2;;
}

#order-left {
    text-align: left;
}

.dz-remove {
    color: #344767;
}

.danger {
    color: #E01422;
}

.warning-i {
    transition: all 0.3s ease-in;
}

.fill-lines {
    right: 0;
    left: 0;
    top: 0;
    width: 100%;
}

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

.disabled {
    cursor: not-allowed;
}

.navbar-logo {
    height: 50px;
}

.footer {
    position: absolute;
    bottom: 0;
    display: flex;
    width: 100%;
    z-index: 10;
}

.alert-container {
    position: absolute;
    z-index: 100;
    width: 100vw;
    margin-top: 85px;
    padding-right: 1.2rem;
    padding-left: 1.2rem;
}

.alert-success {
    background-image: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
    color: white;
    border: 1px solid white;
}

.dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list .active a {
    background-image: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
  }
  
  .dataTable-wrapper .dataTable-bottom .dataTable-pagination .dataTable-pagination-list .active a:hover {
    background-image: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
  }

  @media (max-width: 991px){
    .sm-pt-7 {
        padding-top: 6rem !important;
    }
} 

.btn.btn-sm i, .btn-group-sm>.btn i {
    font-size: 0.75rem;
}

.multisteps-form__panel {
    position: relative;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

#add-ubo-icon, #edit-ubo-icon {
    padding-top: 12px;
    padding-left: 31px;
}

.disabled {
    cursor: not-allowed !important;
}

.is-focused .choices__inner, .is-open .choices__inner {
    box-shadow: 0 0 0 2px #00BFB2;
    border-color: #00BFB2;
    border-top-color: rgb(0, 191, 178);
    border-right-color: rgb(0, 191, 178);
    border-bottom-color: rgb(0, 191, 178);
    border-left-color: rgb(0, 191, 178);
}

.choices__inner.has-success {
    border-top-color: rgb(0, 191, 178);
    border-right-color: rgb(0, 191, 178);
    border-bottom-color: rgb(0, 191, 178);
    border-left-color: rgb(0, 191, 178);
}

.ubo-counter {
    background-image: linear-gradient(310deg, #00BFB2 0%, #0246b5 100%);
    font-weight: bold;
    font-size: 1.5rem;
    color: white;
}

.btn-link:hover {
    color: #0246b5;
    text-decoration: none;
  }

.mr-3 {
    margin-right: 1rem !important;
}

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

@media (min-width: 1400px) {
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
}

@media (min-width: 992px) {
    .text-lg-white {
        color: white;
    }
    label, .form-label {
        font-size: 1rem;
        font-weight: 600;
    }
    .text-sm {
        font-size: 1rem !important;
    }
}

@media (max-width: 991px) {
    .navbar-dropdown {
        color: #344767;
    }
    .mobile-navbar-element {
        padding-left: 1rem;
    }
    .hide-mobile {
        display: none;
    }
}

.z-10 {
    z-index: 10;
}

.z-15 {
    z-index: 15;
}

.font-25-px {
    font-size: 25px !important;
}

.ni-cloud-download-95.text-success {
    cursor:pointer;
}

.ni-cloud-download-95.text-danger {
    cursor:not-allowed;
}

@media (max-width: 768px) {
    .flex-column-small {
        flex-direction: column;
    }
}

@media (max-width: 2000px) {
    .hide-small {
        display: none !important;
    }
}

.d-space-between {
    display: flex;
    justify-content: space-between;
}

.navbar {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}

.ml-5px {
    margin-left: 5px;
}

.datatable-top-header {
    border-bottom: none !important;
    text-align: center !important;
}

@media (max-width: 991.98px) {
    .navbar.navbar-transparent .navbar-collapse.show .nav-link, .navbar.navbar-transparent .navbar-collapse.show i {
        color: #FFFFFF;
    }
}

.disabled-container {
    opacity: 0.5;
}

.ubo-container {
    transition: opacity 0.5s ease-in;
}

.card {
    box-shadow: 0 20px 27px 0 rgb(0 0 0 / 50%);
}

#formkTitle {
    border-bottom: 1px solid white;
}

.ubo-subtitle {
    font-weight: 400;
    line-height: 1.4;
}

#type-1-warning {
    background-color: #ea0606;
    border-radius: 1rem;
    border: 3px solid #ea0606;;
    opacity: 0.7;
    color: white;
    text-align: center;
}

.fixed-plugin .badge {
    height: auto;
    width: auto;
    border-radius: 0.25rem;
    border: none;
    cursor: auto;
}

.fixed-plugin .fixed-plugin-button {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#new-title {
    padding-top: 25px;
    padding-left: 12px;
}

tr.selected > td {
    border-top: 2px solid #0246B5;
    border-bottom: 2px solid #0246B5;
    background: #f9f9f9;
}

#details-card {
    display: none;
}

.timeline-btn {
    margin-bottom: 0;
    padding: 0.2rem 2rem;
}

.timeline-btn.disabled {
    cursor: not-allowed;
}

.no-x-pad {
    padding-left: 0;
    padding-right: 0;
}

.view-btn:active, .view-btn:focus, .view-btn:hover {
    outline: none;
    box-shadow: none;
}

.opacity-50 {
    opacity: 0.5;
}

.mr-10 {
    margin-right: 10px;
} 

.resend-ubo-btn {
    margin-left: 10px;
}

.btn.disabled {
    cursor: not-allowed !important;
}