﻿.title-registration {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    background: #ffffff;
    color: #222222; 
}

.tabs-container {
    border: 1px solid #cccccc;
}


.form-registration-label {
    font-weight: bold;
    color: black;
}

.text-form-label-right {
    float: right;
    text-transform: lowercase;
}

.btn-registration-footer {
    display: initial !important;
    cursor: pointer;
}


.alert-title-icon-text {
    margin-left: 5px;
}

.btn-registration-footer-l {
    margin-left: 0px !important;
}

.btn-registration-footer-r {
    margin-right: 0px !important;
}

.tbl-online-portals {
    border: 1px solid #cccccc;
}

.portals-table {
    border: 1px solid #cccccc;
}

.summary-fieldset {
    padding: 30px;
    border: 1px solid #009FE3;
    background-color: #F8FCFF;
    overflow: auto;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-bg) !important;
    background-color: white !important;
    border-bottom: 2px solid var(--bs-nav-pills-link-active-bg) !important;
}

    .nav-pills .nav-link.active > .rounded-pill {
        background-color: var(--bs-nav-pills-link-active-bg) !important;
        color: white !important;
    }

.nav-pills .nav-link.confirmed,
.nav-pills .show > .nav-link {
    color: #95C11F !important;
    background-color: white !important;
    border-bottom: none !important;
}

    .nav-pills .nav-link.confirmed > .rounded-pill {
        background-color: #95C11F !important;
        color: white !important;
    }

.tradeplace-select {
    border: 1px solid #cccccc !important;
    padding: 0.6em 1em !important;
    font-size: 100% !important;
    color: #4d4d4d !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.c-pointer {
    cursor: pointer !important;
}

.service-box {
    border: 1px solid #cccccc;
    cursor: pointer !important;
}

.service-box-icon {
    margin-right: 5px;
    margin-bottom: 3px;
}

.service-box-subtext {
    margin-left: 35px;
}

.service-box-checked {
    border: 1px solid #009FE3;
    border-bottom: 4px solid #009FE3;
    background-color: #F8FCFF;
}

.alert-tadeplace-background {
    border: 1px solid #009FE3;
    background-color: #F8FCFF;
}

.btn-registration-footer-register {
    width: 300px;
    text-align: center;
}

.portals-table-tbody > tr > td,
.portals-table-tbody > tr > th {
    vertical-align: middle !important;
    background-color: transparent !important;
}


.editing-row {
    background-color: #F8FCFF;
}

.validation-message {
    font-size: 0.8em;
    color: white;
    margin-top: -16px;
    max-width: 100%;
    background-color: #EB5D40;
    /* height: 10px; */
    padding-left: 10px;
    /* padding-bottom: 20px; */
    line-height: 20px;
    /* width: 100%; */
    margin-top: -17px !important;
    display: flex;
}

.validation-message::before {
    content: '⚠\00a0\00a0';
}

.validation-error {
    border-color: #EB5D40 !important;
}

.validation-error-label {
    color: #EB5D40;
}

.loader {
    z-index: 999;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    backdrop-filter: blur(3px);
}

#password-container {
    position: relative;
}
 
#password-text {
    display: none;
}

#password-container:hover #password-asterisks {
    display: none;
}

#password-container:hover #password-text {
    display: inline!important;
}

#elementoConError.showError {
    background-color: #ffd5d5!important;
}

p.form-control {
    min-height: 2rem;
}

/* New Brands Layout */
.brand-card {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    overflow: hidden;
    border-radius: 4px;
}

.brand-card-img {
    width: 100%;
    height: 120px;
    border: 1px solid #eee;
    background: #f6f8fa;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 1rem;
    position: relative;
}

.brand-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* Carousel Styles */
.brand-carousel {
    width: 100%;
    height: 100%;
    position: relative;
}

.carousel-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.carousel-track {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
    display: block;
}

.brand-card-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 0.25rem;
    text-align: center;
}

.brand-card-subtitle {
    font-size: .875rem;
    min-height: 2.2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

.brand-card-controls {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.brand-card-controls .form-check {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0!important;
    height: 32px;
}

.brand-card .form-control {
    border-color: #cccccc;
    height: 32px;
    flex: 1;
}

.brand-card .form-control:active {
    border-color: #009FE3;
}

/* Custom styles for customer code input placeholder */
.customer-code-input::placeholder {
    font-size: 0.75rem !important;
    color: #999999 !important;
}

.customer-code-input {
    font-size: 0.75rem !important;
    border-color: lightgray !important;
    color: gray !important;
    padding: 0.5rem !important;
    margin-bottom: 0 !important;
    height: 32px !important;
}

/* Your existing classes continue to apply */
.brand-box {
    border: 1px solid #cccccc;
    cursor: pointer !important;
}

.brand-box-checked {
    border: 1px solid #009FE3;
    border-bottom: 4px solid #009FE3;
    background-color: #F8FCFF;
}

.brand-box-error {
    border: 1px solid #EB5D40 !important;
    border-bottom: 4px solid #EB5D40 !important;
}

.brand-box-checkbox {
    width: 35px !important;
    height: 35px !important;
    margin: 0 !important;
    flex-shrink: 0;
    cursor: pointer;
}