body, html {
    min-width: 1900px;
    min-height: 900px;
    width: 100%;
    height: 100%;
    margin: 0;
}

.ui-widget {
    font-size: 13px !important;
}

.loader-dialog {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.loader-dialog div {
    background: none !important;
}

.loader-dialog img {
    background: transparent;
}

.main-container {
    content: "";
    clear: both;
    height: 100%;
    width: 100%;
}

.left {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #cccccc;
    float: left;
    position: relative;
    min-width: 1140px;
    width: calc(100% - 760px);
    height: 100%;
}

.left-login {
    background-image: url("/consolia-client/jakarta.faces.resource/img/login_background.jpeg.xhtml");
}

.left-password {
    background-image: url("/consolia-client/jakarta.faces.resource/img/password_change_background.jpeg.xhtml");
}

.left-context {
    background-image: url("/consolia-client/jakarta.faces.resource/img/context_background.jpeg.xhtml");
}

.left-logout {
    background-image: url("/consolia-client/jakarta.faces.resource/img/session_end_background.jpeg.xhtml");
}

.right {
    float: left;
    width: 760px;
    height: 100%;
    background-color: white;
    padding-left: 136px;
    padding-right: 136px;
    position: relative;
}

.left-logo {
    position: absolute;
    top: 60px;
    left: 60px;
}

.left-logo-applications {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.left-logo-applications-item {
    flex-direction: column;
    margin: 10px;
}

.right-panel {
    width: 487px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.right-panel-header-a {
    display: block;
}

.right-panel-header-a .icon {
    display: block;
    margin-left: auto;
}

.right-panel-header-b {
    display: grid;
    grid-template-areas: 'header icon';
}

.right-panel-header-b .right-panel-header-text {
    grid-area: header;
    width: 349px;
    padding-top: 90px;
}

.right-panel-header-b .icon {
    grid-area: icon;
    margin-right: 19px;
}

.right-panel-header-text {
    font-size: 60px !important;
    font-weight: 700;
    line-height: 60px;
    word-wrap: break-word;
}

.right-panel table {
    width: 100%;
}

.right-panel table input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
}

.right-panel table button {
    width: 100%;
    height: 40px;
    margin-top: 60px;
}

.right-panel table td {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.94px;
    word-wrap: break-word;
}

.right-panel table td label {
    color: #4B5563;
    font-size: 12px !important;
}

.ui-outputlabel-rfi {
    color: #ffffff;
}

.margin-form {
    margin-top: 60px;
}

.full-width-grid .ui-widget {
    width: 100%;
}

input {
    font-size: 14px;
}

button span {
    font-size: 16px;
    font-weight: 700;
}

#countdown {
    position: absolute;
    margin: auto;
    top: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    text-align: center;
    z-index: 100;
}

#countdown-number {
    color: #757575;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

#countdown svg {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg);
}

#countdown-circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0px;
    stroke-linecap: round;
    stroke-width: 3px;
    stroke: #757575;
    fill: none;
    animation: countdown 1800s linear 1 forwards;
    animation-delay: 0.5s;
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0px;
    }
    to {
        stroke-dashoffset: 113px;
    }
}


#languagePanel {
    position: absolute;
    top: 20px;
    right: 30px;
}

.language-toggle.ui-selectonebutton {
    display: flex;
    border: none;
    box-shadow: none;
}

/* Styl dla każdego przycisku – zmniejszony */
.language-toggle .ui-button {
    border: none !important;
    background-color: transparent !important;
    color: #a0aec0;
    font-weight: 500;
    box-shadow: none;
    transition: all 0.3s ease;
    border-radius: 6px !important;
    width: 53px !important;
    height: 38px !important;
    padding: 0 !important;
    box-sizing: border-box;
}

/* Styl aktywnego przycisku */
.language-toggle .ui-button.ui-state-active {
    background-color: #e8ebef !important;
    color: #334155 !important;
    font-weight: 700;
}

#context-form\:companyId_panel{
    width: 486px!important;
}