
.navbar .navbar-brand-wrapper .navbar-brand img{
    height: 6rem;
    width: auto;
}

.auth .brand-logo img{
    height: 6rem;
    width: auto;
}

.auth .brand-logo {
    margin-bottom: 1rem;
}

img.img-avatar{
    max-height: 48px;
}

.table th, .table td {
    padding: 0.425rem 0.675rem;
}

.form-floating label.error{
    position: relative;
    color: orangered !important;
    padding: 0;
    margin-top: 0.5rem;
}

.form-container .error{
    color: orangered !important;
    padding: 0 0.5rem;
}

.select2-container--default .select2-selection--single{
    min-height: 3.175rem;
}


.payment-status-feedback{
    background-color: #f8fafc;
}

.payment-status-feedback .status-card {
    max-width: 520px;
    margin: 5rem auto;
}
.payment-status-feedback .status-icon {
    font-size: 4rem;
}

.payment-loader {
    position: fixed;
    inset: 0;
    background: rgba(248, 250, 252, 0.95);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.loader-card {
    background: #fff;
    padding: 2rem 2.5rem;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    max-width: 360px;
}

.premium-status-toggle .btn {
    padding: 10px 0;
    font-weight: 500;
    border-radius: 10px !important;
}

.premium-status-toggle .btn-check:checked + .btn-outline-success {
    background-color: #198754;
    color: #fff;
    box-shadow: 0 4px 12px rgba(25,135,84,.3);
}

.premium-status-toggle .btn-check:checked + .btn-outline-danger {
    background-color: #dc3545;
    color: #fff;
    box-shadow: 0 4px 12px rgba(220,53,69,.3);
}


.input-group > .form-control{
    height: 4rem;
}


.select2-selection--single{
    padding: 0.25rem 0.75rem !Important;
}

.select2-container{
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    min-height: 2.175rem;
    font-size: 1rem;
    line-height: 1.5;

    /*mirror form input*/
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 226, 230);
    border-image: initial;
    border-radius: 4px;

}

.search_form label{
    --bs-text-opacity: 1;
    color: var(--bs-secondary-color) !important;
    font-size: 0.875em;
}

.contract-wrapper{
    background: linear-gradient(135deg,#4f46e5,#6366f1,#818cf8);
    border-radius:0;
}

.contract-card{
    border-radius:14px;
    transition:all .25s ease;
    background-color: #ffffff; /* clean card */
}

.contract-card:hover{
    transform:translateY(-3px);
    box-shadow:0 10px 25px rgba(0,0,0,0.12);
}

.contract-sign-btn{
    background:linear-gradient(135deg,#2563eb,#4f46e5);
    border:none;
}

.contract-sign-btn:hover{
    background:linear-gradient(135deg,#1d4ed8,#4338ca);
}

/*payment methods*/
.channel-option {
    cursor: pointer;
    transition: all 0.2s ease;
}

.channel-option:hover {
    border-color: #000;
    transform: translateY(-2px);
}

.channel-option input:checked + label {
    color: #000;
}
