.light-style .menu .app-brand.demo {
    height: 64px;
}

.dark-style .menu .app-brand.demo {
    height: 64px;
}

.firma-avatar{
    max-height:80px;
}

.app-brand-logo.demo {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
}

.app-brand-text.demo {
    font-size: 1.75rem;
    letter-spacing: -0.45px;
}

.logo2-brand{
    max-height:50px;
}
.app-brand-link {
    position: relative;
}
/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
    padding-top: 62px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
    z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
    display: block !important;
}

.demo-inline-spacing > * {
    margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
    margin-top: 1rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
    margin-top: 5rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element > :first-child {
    margin-top: 0 !important;
}

.rtl-only {
    display: none !important;
    text-align: left !important;
    direction: ltr !important;
}

[dir='rtl'] .rtl-only {
    display: block !important;
}

/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
    #dropdown-variation-demo .btn-group .text-truncate {
        width: 231px;
        position: relative;
    }

        #dropdown-variation-demo .btn-group .text-truncate::after {
            position: absolute;
            top: 45%;
            right: 0.65rem;
        }
}

.layout-demo-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
}

.layout-demo-placeholder img {
    width: 900px;
}

.layout-demo-info {
    text-align: center;
    margin-top: 1rem;
}

.card-round {
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.btn-primary {
    background-color: #ff7e00;
    border-color: #ff7e00;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #ffa900 !important;
    border-color: #ffa900 !important;
}
.btn-group .btn-primary, .input-group .btn-primary {
    background-color: #ff7e00;
    border-color: #ff7e00;
    border-right: solid #ff7e00;
    border-left: solid #ff7e00;
}
.btn-primary.show.dropdown-toggle {
    color: #fff !important;
    background-color: #ff7e00 !important;
    border-color: #ff7e00 !important;
}

.letterpic {
    width: 45px;
    height: 45px;
    margin-right: 5px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
#passwordInput {
    width: 30%;
    display: flex;
    position: relative;
}

    #passwordInput input[type="password"], #passwordInput input[type="text"] {
        width: 100%;
        padding: 10px;
        border: 1px solid lightgrey;
        font-size: 15px;
    }

    #passwordInput #showHide {
        font-size: 12px;
        font-weight: 600;
        position: absolute;
        color: red;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        cursor: pointer;
        user-select: none;
    }

#passwordStrength {
    width: 100%;
    height: 5px;
    margin: 5px 0;
    display: none;
}

    #passwordStrength span {
        position: relative;
        height: 100%;
        width: 100%;
        background: lightgrey;
        border-radius: 5px;
    }

        #passwordStrength span:nth-child(2) {
            margin: 0 3px;
        }

        #passwordStrength span.active:before {
            position: absolute;
            content: '';
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            border-radius: 5px;
        }

        #passwordStrength span#poor:before {
            background-color: #ff4757;
        }

        #passwordStrength span#weak:before {
            background-color: orange;
        }

        #passwordStrength span#strong:before {
            background-color: #23ad5c;
        }

#passwordInfo {
    font-size: 15px;
}

    #passwordInfo #poor {
        color: red;
    }

    #passwordInfo #weak {
        color: orange;
    }

    #passwordInfo #strong {
        color: green;
    }
.select2-container .select2-selection--single {
    border-radius: 50rem !important;
}
.light-style .select2-container--default .select2-selection {
    min-height: calc(1.4em + 1.5rem + calc(var(--bs-border-width)* 2));
    padding: 0.4rem 0.75rem;
    font-size: 1.063rem;
}
.light-style .select2-container--default .select2-selection--single .select2-selection__arrow {
    min-height: calc(1.4em + 1.5rem + calc(var(--bs-border-width)* 2)) !important;
}
.w-40{
    width:40% !important;
}
.app-brand-logo img{
    height: 50px;
}
.bg-sygn-alert {
    background-color: #1466ff !important;
    color: #f6f6f6 !important;
}
.img-qr{
    height:300px;
}
.min-h50{
    min-height:50px;
}
.min-h100 {
    min-height: 100px;
}
.sygn-page-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*min-height: calc(100vh - 1.875rem* 2);*/
}
.step-content-view {
    min-height: 200px;
}
select[aria-readonly="true"] {
    pointer-events: none;
    opacity: 0.85;
}
input[aria-readonly="true"], label[aria-readonly="true"] {
    pointer-events: none;
    opacity: 0.85;
}
.col-bad {
    font-size: 1.125rem;
}
.action-th{
    max-width:120px !important; 
}
.disable-mod {
    pointer-events: none;
    opacity: 0.5;
}
.disable-mod:hover{
    cursor:not-allowed;
}
.avatar-contact{
    height:162px !important;
    width:162px !important;
}

.bg-default {
    background-image: url("../../../img/bitmapa2.png");
    position: absolute;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}
#myModal{
    z-index:99999;
}
.light-style .datepicker-dropdown
{
    z-index:100001 !important;
}
.dtr-bs-modal {
  /*  z-index: 99998 !important;*/
}

.MultiFile-list {
    margin-top: 20px;
    
}

    .MultiFile-list>.MultiFile-label {
        border: 1px solid #d4d8dd;
        padding: 8px;
        border-radius: 30rem !important;
        margin-bottom:10px;
    }

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.25em + 1.5rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.25em + 1.5rem + 2px);
    margin: 0;
    opacity: 0;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.25em + 1.5rem + 2px);
    padding: .75rem 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4e5154;
    background-color: #fff;
    border: 1px solid #babfc7;
    border-radius: .25rem;
}
    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height:100%;
        padding: .75rem 1rem;
        line-height: 1.25;
        color: white;
        content: "Wybierz";
        background-color: #ff7e00;
        border-left: inherit;
        border-radius: 0 1.5rem 1.5rem 0;
    }

.col-sygn {
    color: #1168aa;
}
.col-aml {
    color: #f1ba00;
}
.col-rodo {
    color: #e57100;
}
.sygn-bg{
    background-color:#1168aa;
    color:white;
}
.aml-bg {
    background-color: #f1ba00;
    color: white;
}
.rodo-bg {
    background-color: #e57100;
    color: white;
}
#buy-row .form-check {
    min-height:180px;
}
.card-mod{
    padding:20px !important;
}

.menu-item.active.sygn-item > .menu-link:not(.menu-toggle) {
    border: 1px solid #1168aa;
}
.bg-menu-theme .menu-sub > .menu-item.sygn-item > .menu-link:before,
.bg-menu-theme .menu-sub > .menu-item.sygn-item.active > .menu-link:not(.menu-toggle):before {
    background-color: #1168aa !important;
}

.menu-item.active.aml-item > .menu-link:not(.menu-toggle) {
    border: 1px solid #f1ba00;
}

.bg-menu-theme .menu-sub > .menu-item.aml-item > .menu-link:before,
.bg-menu-theme .menu-sub > .menu-item.aml-item.active > .menu-link:not(.menu-toggle):before {
    background-color: #f1ba00 !important;
}

.menu-item.active.rodo-item > .menu-link:not(.menu-toggle) {
    border: 1px solid #e57100;
}

.bg-menu-theme .menu-sub > .menu-item.rodo-item > .menu-link:before,
.bg-menu-theme .menu-sub > .menu-item.rodo-item.active > .menu-link:not(.menu-toggle):before,
.bg-menu-theme .menu-item .menu-item.rodo-item > .menu-toggle::before {
    background-color: #e57100 !important;
}
.bg-menu-theme .menu2 > .menu-item > .menu-link:before {
    content: none !important;
}
.table-fixed {
    table-layout: fixed;
}
.table-td-fixed {
    word-wrap: break-word;
}
#selectPodmiotGroup .position-relative {
    flex: 1 1 auto; /* pozwala rosnąć */
    width: 1% !important; /* resetuje inline width: 100% */
    min-width: 0; /* żeby nie wybuchało przy małych ekranach */
}

#selectPodmiotGroup .select2-selection {
    height: 100%; /* dopasowanie do input-group */
}

#selectPodmiotGroup .select2-container .select2-selection {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
