.container-panel-inwestora > .row {
    display: grid;
    grid-template-columns: 400px calc(100% - 400px);
    column-gap: 0;
}

.column.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.column.menu ul li a div {
    color: #0e1c45;

font-family: Montserrat;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.8px;
}
.column.menu ul li a {
    text-decoration: none;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px 20px;
}
.column.menu ul li.active a div {
    color: white;
}
.column.menu ul li.active a {
    background-color: #0e1c45;
    color: white;
}

.column.menu ul li.active a path {
    stroke: white;
}

.column.content {
    padding-left: 50px;
}
.column.menu {
    border-right: 1px solid #0e1c45;
    padding-right: 50px;
}

.moje-dane-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
    row-gap: 20px;
}

.moje-dane-fields label {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.moje-dane-fields input:focus {
    outline: none !important;
    border-bottom: 2px solid #AA6F0B !important;
}
.moje-dane-fields input {
    width: 100%;
    background-color: transparent;
    border-radius: 0 !important;
    border: none !important;
    border-bottom: 2px solid #0E1C45 !important;
    height: 49px;
    color: rgba(0, 0, 0, 1) !important; 
    padding: 5px 10px !important;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: normal;
}

.moje-dane-fields {
    margin-bottom: 50px;
}

.column.content .mini-goldliner {
    margin-bottom: 50px;
}

.block-potwierdzenie {
    display: block;
    width: 100%;
    padding: 5px 10px;
    background-color: transparent;
    border: 2px solid #0E1C45;
    color: #0E1C45 !important;
    text-decoration: none;
    margin-top: 10px;
    font-family: 'Montserrat';
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
}

.save-dane input {
    border-radius: 5px !important;
    padding: 15px 30px !important;
    background: #699F4C !important;
    border: none !important;
    color: white !important;
    font-family: 'Montserrat' !important;
    width: 100%;
    font-weight: 500;
}

.save-dane input:hover {
    background-color: #A66800 !important;
    cursor: pointer;
}

.panel-message.success {
    padding: 10px 20px;
    background: #699F4C;
    border-radius: 5px;
    font-family: 'Montserrat';
    color: white;
    margin-bottom: 20px;
}

.input-wrapper {
    position: relative;
}
.error-after {
    display: flex;
}

.error {
    height: 35px;
    width: 35px;
    background: #232323;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

.success-after {
    height: 35px;
    width: 35px;
    background: #699F4C;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    bottom: 5px;
}

input[type="submit"][disabled] {
    opacity: 0.5;
}

/* table#investments-table {
    border-collapse: separate;
    border-spacing: 0 15px;
} */


button.sort-desc, button.sort-asc {
    background: #0e1c4531;
    border-radius: 0;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 100%;
    padding: 0;
    cursor: pointer;
}

/* table#investments-table th > div {
    display: grid;
    grid-template-columns: auto 25px;
    gap: 5px;
    align-items: end;
    justify-content: space-between;

} */

@media screen and (max-width: 1400px){

}

table#investments-table th > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100% !important;
    gap: 5px;
    
}

table#investments-table th {
    vertical-align: bottom;
}

.colbutton {
    display: flex;
    gap: 5px;
}

.status.active {
    background: #699F4C;
    padding: 5px 10px;
    text-align: center;
    color: white;
    font-weight: 700;
    border-radius: 5px;
    min-width: 150px;
}
.status.nonactive {
    padding: 5px 10px;
    min-width: 150px;
    background: red;
    text-align: center;
    color: white;
    font-weight: 700;
    border-radius: 5px;
}
table#investments-table th {
    padding: 10px 10px;
    padding-bottom: 10px;
}
table#investments-table td {
    padding: 5px 10px
}
table#investments-table th div{
    color: #0E1C45;
    text-align: left;

font-family: Montserrat;
font-size: 14px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: -0.64px;
}

.standardinfo td {
    color: #0E1C45;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.64px;
}

/* .standardinfo td:not(:last-child){
    border-right: 2px solid rgba(0, 0, 0, 0.16);
} */

.table-grid {
    display: flex;
    /* grid-template-columns: repeat(4, 1fr); */
    column-gap: 20px;
    row-gap: 20px;
    flex-wrap: wrap;
}
tr.moreinfo > td {
    padding: 20px !important;
    background: #E7E7E7;
    border-bottom: 2px solid black;
}
.table-grid .table-data-single {
    width: calc((100% - 60px) / 4);
}

.labeled {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.labeled-value {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

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

.opened .open-row {
    transform: rotate(-180deg);
}
.opened .open-row svg path {
    fill: white;
}

tr.standardinfo {
    cursor: pointer;

}
tr.standardinfo td:first-child {
    overflow: hidden;
}

tr.standardinfo:hover td {
    background-color: #0e1c451b;
}
.moreinfo {
    display: none;
}
tr.standardinfo.opened + .moreinfo {
    display: table-row;
    animation: slideOpenRow 0.4s ease;
    overflow: hidden;
    height: auto;
}

@keyframes slideOpenRow {
    0% {
        display: none;
        opacity: 0;
        height: 0;
    }
    1% {
        display: table-row;
        opacity: 0;
        height: 0;
    }
    100% {
        opacity: 1;
        height: 60px; /* Adjust to your row's typical height */
    }
}

tr.standardinfo.opened td {
    background-color: #0e1c45;
    color: white;
}

tr.standardinfo.opened td * {
    color: white !important;
}

.skeleton-animate {
    height: 30px;
    min-width: 20px;
    width: 100%;
    background: #e4e4e4;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: bounce;
}

@keyframes bounce {
    0% {
        background: #e4e4e4;
    }
    50% {
        background: #cdcdcd;
    }
    100% {
        background: #e4e4e4;
    }
}
.investment-wrapper {
    overflow-x: auto;
    width: 100%;
}
table#investments-table {
    min-width: 800px;
    border-collapse: collapse;
}

@media screen and (max-width: 1500px){
    .column.content {
        padding-left: 25px;
    }
    .column.menu {
        padding-right: 25px;
    }
    .column.menu ul li a {
        padding: 5px 10px;
    }
    .container-panel-inwestora > .row {
        display: grid;
        grid-template-columns: 300px calc(100% - 300px);
        column-gap: 0;
    }
}

@media screen and (max-width: 900px){
    .container-panel-inwestora > .row {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 0;
    }
    .column.content {
        padding-left: 0;
    }
    .column.menu {
        padding-right: 0px;
        border-right: 0;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 700px){
    .moje-dane-fields {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 50px;
        row-gap: 20px;
    }
}
.main-title-calc::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    flex: 1;
    background-color: #0E1C45;
}
.main-title-calc {
    margin-bottom: 20px;
    color: #0E1C45;
    display: flex;
    gap: 30px;
    align-items: center;
font-family: Montserrat;
font-size: 22px;
font-style: normal;
font-weight: 800;
line-height: normal;
letter-spacing: -0.88px;
}

.kalkulator {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 50px;
}

.nowa-inwestycja {
    padding: 20px 20px;
    background: white;
    border-radius: 5px;
    margin-top: 20px;
}

.inwestycja-title-new {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.72px;
    padding-bottom: 10px;
    margin-bottom :20px;
    border-bottom: 1px solid #0E1C45;
}

label.calc-input > div {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
label.calc-input input {
    border: none;
    border-radius: 0;
    color: #0E1C45;
    height: 40px;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #0E1C45;
}
input.kwota-input {
    position: relative;
}


.input-wrapper-calc {
    display: flex;
}

.input-sufix {
    flex: none;
    height: 40px;
    width: 40px;
    background-color: #0E1C45;
    display: flex;
    justify-content: center;
    color: white;
    font-family: Montserrat;
    align-items: center;
}

.inw-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px;
}

.inw-inputs input {
    font-weight: bold; /* Apply bold font-weight */
    font-family: Montserrat;
    color: #0E1C45;
}
.inw-inputs input:focus {
    outline: none;
}
/* Change font-weight for placeholder across all browsers */
.inw-inputs input::placeholder {
    font-weight: bold; /* Apply bold font-weight */
    font-family: Montserrat;
}

/* Vendor prefixes for older browsers */
.inw-inputs input::-webkit-input-placeholder { /* Chrome, Safari, Opera */
    font-weight: bold;
    font-family: Montserrat;
}

.inw-inputs input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: bold;
    font-family: Montserrat;
}

.inw-inputs input::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: bold;
    font-family: Montserrat;
}

label.calc-input select {
    height: 40px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #0E1C45;
    font-weight: bold;
    color: #0E1C45;
    font-family: Montserrat;
}

.calc-summ-up {
    padding: 10px 20px;
    background: #0E1C45;
    border-radius: 5px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
}

.calc-summ-up * {
    color: white;
    font-family: Montserrat;
}

.sum-up-field-value {
    font-size: 20px;
    font-weight: 700;
}
.month-sum-label {
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 500;
}

.month-sum-value {
    font-weight: 800;
    font-family: 'Montserrat';
    color: #0E1C45;
}

.months-sumup-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    margin-top: 20px;
}

.reinvest {
    padding: 10px 20px;
    background: #0e1c45;
    font-family: Montserrat;
    color: white;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
    cursor: pointer;
    transition-duration: 0.3s;
    border-radius: 5px;
}

.reinvest:hover {
    background-color: #A66800;
}
.single-sum > div:nth-child(2) {
    color: #1C274C;

    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.single-sum > div:first-child {
    color: #1C274C;

font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
}
.single-sum {
    margin-bottom: 10px;
    background: white;
    padding: 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-radius: 5px;
    align-items: center;
}
.single-sum-whole {
    margin-bottom: 10px;
    background: #0E1C45;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-radius: 5px;
    align-items: center;
}

.single-sum-whole div {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 18px;
    color: white;
}


.estate-single-oferta img {
    max-width: 100%;
}

.estate-single-oferta .estate-header {
    display: grid;
    grid-template-columns: 200px calc(100% - 220px);
    column-gap: 20px;
}

.estate-single-oferta .estate-image img {
    min-height: 150px !important;
    height: 100%;
}

.estate-single-oferta .estate-price {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.24px;
}

.estate-single-oferta .estate-title {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.88px;
}

.headered {
    display: grid;
    grid-template-columns: calc(45% - 20px) calc(55% - 20px);
    column-gap: 40px;
}

.estate-single-oferta .months-sumup-wrapper {
    padding: 20px;
    background: white;
    border-radius: 10px;
}
button.reservation {
    padding: 10px 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    color: white;
    border-radius: 5px;
    border: none;
    background: #0e1c45;
    cursor: pointer;
    margin-top: 0px;
        width: 100%;
        min-width: 200px;
}

button.reservation:hover {
    background-color: #A66800;
}

.estate-single-oferta {
    margin-bottom: 30px;
}

button.reservation[disabled-reserved] {
    background: #9d0000;
    cursor: not-allowed;
}

.estate-single-oferta .estate-names {
    gap: 20px;
}

@media screen and (max-width: 1500px){
    .headered {
        display: grid;
        grid-template-columns: 100%;
        column-gap: 40px;
        row-gap: 0px;
    }
}

@media screen and (max-width: 650px){
    .estate-single-oferta .months-sumup-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        row-gap: 10px;
    }
}
@media screen and (max-width: 500px){
    .estate-single-oferta .months-sumup-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px;
        margin-top: 0;
    }
    .estate-header {
        grid-template-columns: 1fr !important;
    }
    .estate-single-oferta .estate-names {
        gap: 5px;
    }
    .estate-single-oferta .estate-adres {
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        padding: 5px 10px;
        background-color: white;
        border-radius: 5px;
    }
    .estate-single-oferta {
        position: relative;
    }
}

.rodo-header {
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    background: #E50000;
    align-items: center;
}

.rodo-header-open {
    display: flex;
}

.rodo-header-title {
    font-family: 'Montserrat';
    color: white;
}
.rodo-checks {
    border-radius: 5px;
    overflow: hidden;
}

.rodo-body {
    padding: 20px;
    background: #ffffff;
}
.accept-text {
    font-family: 'Montserrat';
}
.rodo-body input[type="checkbox"] {
    display: none;
}
input[type="checkbox"] + div.custom-checkbox {
    border-radius: 5px;
    height: 20px;
    width: 20px;
    border: 1px solid #0E1C45;
    flex: none;
}
input[type="checkbox"]:checked + div.custom-checkbox {
    background-color: #0E1C45;
}

.rodo-body form > label {
    display: flex;
    gap: 10px;
    align-items: start;
}

.rodo-header-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rodo-status-success, .rodo-status-error {
    background: white;
    border-radius: 5px;
    padding: 5px 10px;
    color: black;
    font-family: 'Montserrat';
    font-weight: 600;
}

.rodo-checks {
    margin-bottom: 30px;
}
.rodo-checks button {
    width: fit-content !important;
    padding: 10px 20px !important;
    font-size: 15px;
    margin-top: 10px;
}
.status-success {
    background-color: #699F4C;
    cursor: pointer;
}
.rodo-body {
    display: none;
}
.opened .rodo-body {
    display: block;
}

.opened .rodo-header-open {
    transform: rotate(-180deg);
}

.info-clear {
    font-family: Montserrat;
    margin-bottom: 10px;
}

@media screen and (max-width: 650px){
    .rodo-header-title {
        flex-direction: column-reverse;
        align-items: start;
    }
}

footer.entry-footer {
    display: none;
}

.modal-form-reserve {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #0000006b;
    z-index: 100;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-form-wrapper {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    max-width: 600px;
}

.modal-header-text {
    font-family: 'Montserrat';
    font-size: 22px;
    font-weight: 900;
    color: #0E1C45;
}
.modal-header-text-smaller {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 700;
    grid-column: span 2;
    color: #0E1C45;
    margin-top: 20px;
}
@media screen and (max-width: 700px){
 .modal-header-text-smaller {
    grid-column: span 1;
}   
}
.modal-header {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}
.modal-header-close {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 45px;
    margin-bottom: 10px;;
    line-height: 23px;
    color: #0E1C45;
}

.modal-header {
    margin-bottom: 10px;
}

.modal-form-reserve {
    display: none;
    overflow-y: auto;
    padding-top: 100px;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
    row-gap: 10px;
    margin-bottom: 20px;
}

.form-grid > div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.form-grid input {
    border: none !important;
    font-family: Montserrat;
    color: #0E1C45 !important;
    font-weight: 700;
    border-bottom: 3px solid #0E1C45 !important;
    border-radius: 0 !important;
}

.form-grid input:focus {
    outline: none !important;
    border-bottom: 3px solid #A66800 !important;

}

@media screen and (max-width: 700px){
    .form-grid {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 40px;
        row-gap: 10px;
        margin-bottom: 20px;
    }
    .modal-form-reserve {
        align-items: start;
    }
}

.form-grid label {
    font-family: 'Montserrat';
    color: #0e1c45;
    font-weight: 600;
    font-size: 13px;
}

.aktualnosci-single-list-panel {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: calc(100% - 500px - 20px) 500px;
    column-gap: 20px;
}

.aktualnosci-single-list-panel h3.content-title {
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 22px;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.52px;
}

.aktualnosci-single-list-panel .content-text {
    color: #0E1C45;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.72px;
}

@media screen and (max-width: 1300px) and (min-width: 901px){
    /* .aktualnosci-single-list-panel {
        margin-bottom: 30px;
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 20px;
        row-gap: 20px;
    } */
}

@media screen and (max-width: 1300px){
    .aktualnosci-single-list-panel {
        margin-bottom: 30px;
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 20px;
        row-gap: 10px;
    }
}

@media screen and (max-width: 600px){
    .inwestycja-calc-content .months-sumup-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
    .inwestycja-calc-content .calc-summ-up {
        grid-template-columns: repeat(1, 1fr);
        row-gap: 10px;
    }
}
@media screen and (max-width: 450px){
    .inwestycja-calc-content .months-sumup-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .inw-inputs {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 10px;
    }
}

li.active {
    border-radius: 10px;
    overflow: hidden;
}

.error-access {
    font-size: 16px !important;
    font-weight: 600 !important;
    color: red !important;
}

.panel-message.warning {
    padding: 10px 20px;
    background: #d8d8d8;
    border-radius: 10px;
    margin-bottom: 20px;
    font-family: Montserrat;
}
a.disabled {
    opacity: 0.6;
}

.registerlogin-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 100px;
}

.sum-up-table table {
    border-collapse: collapse;
    border-radius: 10px;
    overflow: hidden;
}

.sum-up-table table thead th {
    background-color: #0E1C45;
    padding: 7px 15px;
    text-align: left;
    font-family: Montserrat;
    color: white;
    font-weight: 500;
}
.sum-up-table table tbody td {
    background-color: white;
    padding: 15px 15px;
    font-family: Montserrat;
    text-align: left;
    color: #0E1C45;
    font-weight: 500;
    font-size: 16px;
}
.accept-text a:visited,
.accept-text a {
    font-family: Montserrat;
    color: #0E1C45;
    font-weight: 600;
}

p.error-register {
    padding: 10px 20px;
    background: #E50000;
    border-radius: 10px;
    color: white;
    font-family: 'Montserrat';
}
p.success-register {
    padding: 10px 20px;
    background: #699F4C;
    border-radius: 10px;
    color: white;
    font-family: 'Montserrat';
}

.login-formed input:not([type=submit]):not([type=checkbox]) {
    border: none !important;
    width: 100% !important;
    padding: 10px 20px !important;
    border-right: 2px solid #0e1c45 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border-bottom: 2px solid #0e1c45 !important;
    font-family: 'Montserrat' !important;
}

.login-formed input:not([type=submit]):not([type=checkbox]):focus {
    border: none !important;
    width: 100% !important;
    padding: 10px 20px !important;
    border-right: 2px solid #A66800 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border-bottom: 2px solid #A66800 !important;
    font-family: 'Montserrat' !important;
    outline: none !important;
}

.login-formed input[type="submit"] {
    border: none;
    padding: 10px 30px;
    font-family: 'Montserrat';
    background: #0e1c45;
    color: white;
    font-weight: 600;
}

@media screen and (max-width: 1000px){
    .registerlogin-page {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 50px;
    }
}

@media screen and (max-width: 800px){
    .registerlogin-page {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 50px;
    }
}
a.resetpassword:visited {
    color: #0e1c45;
}
a.resetpassword {
    padding: 5px 20px;
    background: white;
    border: 1px solid #0e1c45;
    border-radius: 5px;
    color: #0e1c45;
    text-decoration: none;
}

.login-formed .mini-goldliner {
    font-size: 40px !important;
}

.login-formed .mini-goldliner::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 200px;
    top: 30px;
    background: rgba(170, 111, 11, 0.28);
    z-index: -1;
}

@media screen and (max-width: 600px){
    .login-formed .mini-goldliner {
        font-size: 30px !important;
    }
    
    .login-formed .mini-goldliner::before {
        content: "";
        position: absolute;
        height: 20px;
        width: 200px;
        top: 20px;
        background: rgba(170, 111, 11, 0.28);
        z-index: -1;
    }  
    .login-formed .mt40 {
        margin-top: 20px;
    }
    .login-formed .login-submit {
        margin-top: 5px !important;
        margin-bottom: 10px !important;
    }
}

.section-title {
    padding: 8px 20px;
    background: #0e1c45;
    color: white;
    font-weight: 600;
    font-family: 'Montserrat';
    border-radius: 10px;
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
}

.margin-top-20 {
    margin-top: 30px
}

.container-panel-inwestora > .row > :nth-child(1) {
    order: 2; /* Move the first column content to the second position */
}

.container-panel-inwestora > .row > :nth-child(2) {
    order: 1; /* Move the second column content to the first position */
}

.td-center {
    text-align: center;
}

.faq-title {
    font-family: 'Montserrat';
    font-weight: 500;
    color: #ffffff;
    padding: 7px 15px;
    background: #0e1c45;
    border-radius: 5px;
}
.faq-title:hover {
    background: #A66800;
    cursor: pointer;
    transition-duration: 0.2s;
}
.opened .faq-title {
    background-color: #A66800;
}
.faq-content * {
    margin: 0;
}
.faq-single {
    margin-bottom: 10px;
}
.faq-content {
    padding: 8px 15px;
    background-color: white;
    border-radius: 0 0 5px 5px;
}

.faq-content {
    display: none;
}

.faq-wrapper {
    margin-bottom: 50px
}

.blinking[disabled] {
    cursor: not-allowed;
}

/* Animation styles */
.blinking {
    animation: floatOpacity 1.5s infinite ease-in-out;
    pointer-events: none; /* Disable pointer during loading */
}

/* Keyframes for float and opacity animation */
@keyframes floatOpacity {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(-5px); /* Floating effect */
        opacity: 0.7;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.learnhowto {
    font-family: 'Montserrat';
    margin-top: 10px;
}

.paragraph-bottom-lined::after {
    content: "";
    display: block;
    width: 100%;height: 2px;
    background-color: #0E1C45;
    margin-top: 5px;
    margin-bottom: 20px;
}

.media-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

.paragraph-bottom-lined {
    margin: 0;
    color: #0E1C45;
    text-align: justify;
    font-family: Montserrat;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 143%;
    letter-spacing: -2px;
}

button.reservation-sold {
    padding: 10px 20px;
    font-family: 'Montserrat';
    font-weight: 500;
    color: white;
    border-radius: 5px;
    border: none;
    background: #0E1C45;
    cursor: pointer;
    margin-top: 5px;
            width: 100%;
        min-width: 200px;
}

@media screen and (max-width: 786px){
    button.reservation, button.reservation-sold {
        font-size: 12px;
        font-weight: 600;
            min-width: 149px;
    width: 100%;
    }
}
tr.standardinfo.wider {
    width: 150px !important;
}
a.calc-adv:visited {
    color: white;
}
a.calc-adv:hover {
    color: white;
    transition-duration: 0.2s;
    background-color: #825200;
}

a.calc-adv {
    padding: 10px 20px;
    background: #A66800;
    color: white;
    font-weight: 500;
    text-decoration: none;
    border-radius: 10px;
    width: 100%;
    display: block;
    text-align: center;
}

.rodo-checks.calc .rodo-header {
    background: #0e1c45;
}

.rodo-checks.calc .info-clear {
    font-weight: 600;
}

.rodo-header {
    cursor: pointer;
}

.section-title.gold {
    background-color: #A66800;
}

.standardinfo td:not(:last-child) {
    min-width: 100px;
}

.svg-sort {
    width: 25px;
    height: 25px;
    opacity: 0.5;
    cursor: pointer;
}

.svg-sort svg {
    width: 100%;
    height: 100%;
}

.svg-sort.clickedsort {
    opacity: 1;
}

.clickedsort {
    background-color: #0E1C45 !important;
}

.svg-sort.sort-asc {
    transform: rotate(-180deg);
    transition-duration: 0.2s;
}
.ltv-td {
    text-align: right;
}
.suminfo td:not([colspan]){
    /* background-color: white; */
}
.suminfo td {
    font-family: Montserrat;
}
.suminfo td:not([colspan]) {
    font-weight: 400;
    color: #0e1c45;
    font-size: 16px;
    border-bottom: 2px solid #0E1C45;
}
@media screen and (max-width: 1300px){
    .suminfo td:not([colspan]) {
        font-weight: 400;
        color: #0e1c45;
        font-size: 14px;
        border-bottom: 2px solid #0E1C45;
    }
}
.numcol {
    text-align: right;
}
@keyframes border {
    0% {
        border-bottom: 4px solid rgb(194, 131, 23);
    }
    50% {
        border-bottom: 4px solid rgb(229, 178, 91);
    }
    100% {
        border-bottom: 4px solid rgb(194, 131, 23);
    }
}

.postep-bar {
    height: 4px;
    background: #699f4c;
    position: absolute;
    left: 0;
    bottom: 0;
}
.postep {
    position: relative;
}
td.postep {
    min-width: 160px !important;
}
.standardinfo tr:first-child td {
    border-bottom: 2px solid black;
}
.standardinfo td {
    border-bottom: 2px solid black;
    color: #0E1C45;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
}
.standardinfo td:not(:last-child) {
    border-right: 2px solid black;
}

tr.standardinfo:first-child td {
    border-top: 2px solid black;
}

.oferta-wrapper-invest {
    display: grid
;
    grid-template-columns: 250px 1fr;
    gap: 20px;
}

.simple-oferta-wrapper img {
    border-radius: 10px;
    width: 100%;
    object-fit: cover;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.simple-oferta-wrapper {
    display: flex
;
    flex-direction: column;
}

.oferta-title {
    padding: 10px 20px;
    background: #0e1c45;
    border-radius: 0 0 10px 10px;
    color: white;
    font-family: 'Montserrat';
    font-weight: 500;
}

.numerumowy {
    min-width: 150px !important;
}

.show-password, .hide-password {
    display: flex
;
    position: absolute;
    bottom: 12px;
    right: 10px;
    cursor: pointer;
}

.login-password {
    position: relative;
}
tr.suminfo td {
    letter-spacing: -0.64px;
}

.info-icon-wrapper {
    display: grid
;
    grid-template-columns: 15px 1fr;
    align-items: center;
    gap: 5px;
    min-width: 120px;
}

.info-icon-wrapper svg {
    aspect-ratio: 1/1;
    width: 100%;
}
.info-icon {
    display: flex
;
}

            .wyjatkowy-content-7823 .phone-wrapper select {
                border: none;
                font-family: "Montserrat";
                background: transparent;
                border-bottom: 2px solid #0e1c45;
                margin-right: 0 !important;
            }
                .phone-wrapper {
                    display: flex;
                    gap: 10px;
                }


                .wyjatkowy-content-7823 .phone-wrapper input {
                        border: 2px solid #0e1c45;
                        background-color: white;
    border-radius: 5px;
    padding: 10px;
    font-family: Montserrat;
    color: #0e1c45;
    font-size: 1em;
    width: 100%;
                }

                .wyjatkowy-content-7823 .phone-wrapper {
                    margin-top: 10px;
                    padding: 10px;
                    border-radius: 10px;
                    background-color: #f5f5f5;
                }

                @media screen and (max-width: 600px){
                    .wyjatkowy-content-7823 .phone-wrapper {
                        flex-direction: column !important;
                    }
                    .wyjatkowy-content-7823 .phone-wrapper select {
                        width: 100% !important;
                        max-width: 100% !important;
                        padding: 10px;
                    }
                }

                .estate-wrapper-oferta {
    overflow-x: auto;
}

/* .standardinfo th {
    position: sticky;
    left: 0;
    padding: 8px;
    border: 2px solid #0E1C45;
    border-top: 0px solid #0E1C45;
    z-index: 1;
} */

/* tr.standardinfo:first-child th {
    border-top: 2px solid #0E1C45;
} */

/* thead th:first-child {
    position: sticky;
    z-index: 1;
    left: 0;
    background: #eeeded;
} */

.kapital-value {
    margin-top: 5px;
}

.desc-offer {
    margin-top: 10px;
}

button.reservation[dostepna] {
    background-color: #699F4C;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: 'Montserrat';
    font-weight: 600;
}

.popup-header {
    font-weight: 600;
    color: #0E1C45;
        padding-right: 15px;
}
.popup-text {
    font-weight: 400;
    color: #0E1C45;
}
span.close-popup-info {
    color: white;
    /* padding: 10px; */
    background: #070e22;
    height: 25px;
    width: 25px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.kalk-form .inwestycja-title-new {
    display: none;
}
.reinvest-capital {
    padding: 15px 20px;
    margin: auto;
    width: 100%;
    text-align: center;
    max-width: fit-content;
    background: #0e1b45;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
    font-weight: 700;
    color: white;
    margin-top: 20px;
	text-transform: uppercase
}
.kapital-value-wrapper {
    font-weight: 700;
    color: #0e1c45;
}
.phone-wrapper select {
    background: transparent;
    border: none;
    border-bottom: 2px solid #0e1c45;
}


.kalk-form .inw-inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.kalk-form .months-sumup-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.new-calc-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 50px;
}















.new-calc-wrapper {
    padding: 20px;
    border-radius: 10px;
    background: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}
.new-calc-middle-panel h4, .new-calc-question h3, .new-calc-input-group label, span.info-label{
    font-size: 18px;
    display: block;
    font-weight: 800;
    color: #0e1b45;
    margin: 0;
}
.new-calc-input-group {
    margin-bottom: 20px;
}
span.new-calc-currency {
    display: block;
    height: 40px;
    color: white;
    width: 40px;
    background: #825200;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 5px 5px 0;
    flex: none;
}
.new-calc-input-wrapper {
    display: flex;
}
.new-calc-input-wrapper input {
    height: 40px;
    border: 1px solid #825200 !important;
    border-radius: 5px 0 0 5px !important;
    padding: 10px !important;
    width: 100%;
    font-weight: 600 !important;
    color: #825200 !important;
}
.new-calc-input-wrapper input::placeholder {
    font-weight: 600 !important;
}

.new-calc-input-wrapper input:focus {
    outline: none !important;
    background: #0e1b45;
    color: white !important;
}
.new-calc-select-wrapper select {
    height: 40px;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #0e1c45;
    font-weight: 600;
    color: #0e1c45;
}
.new-calc-return-row {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    margin-top: 5px;
        flex-wrap: wrap;
    row-gap: 0;
}
.new-calc-select-wrapper select:focus {
    outline: none;
    background: #0e1b45;
    color: white;
}
.new-calc-info-row {
    display: flex;
    flex-direction: column;
}
.new-calc-info-row {
    margin-bottom: 20px;
}
.info-value {
    font-size: 20px;
    font-weight: 700;
    color: #a66800;
}

.return-label {
    font-size: 18px;
    font-weight: 500;
}

.new-calc-return-row:nth-child(odd) .return-label{
    color: #0e1c45;
}
.new-calc-return-row:nth-child(even) .return-label{
    color: #a66800;
}
.return-value {
    font-size: 18px;
    font-weight: 700;
    color: #0e1c45;
}
/* .new-calc-return-row:nth-child(even) .return-value{
    color: #a66800;
} */

.summary-wrapper svg {
    height: 60px;
    width: auto;
    color: #0e1b45;
}
.summary-title {
    font-size: 40px;
    font-weight: 700;
    color: #0e1c45;
}
.summary-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-direction: row-reverse;
}
.summary-wrapper h2.wp-block-heading.mini-goldliner {
    margin: 0;
}
.summary-total {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}
.new-calc-right-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.summary-total {
    padding: 20px 20px;
    margin: auto;
    max-width: fit-content;
    border: 2px solid #a66800;
    border-radius: 10px;
}
div#summary-total-return {
    font-size: 28px;
    font-weight: 700;
    color: #0e1c45;
    line-height: 100%;
}
.summary-label {
    font-size: 22px;
    font-weight: 400;
    line-height: 100%;
    color: #0e1b45;
}

@media screen and (max-width: 1300px){
    .new-calc-container {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 1100px){
    .new-calc-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
.return-label span {
    font-weight: 700;
}

.new-calc-input-group {
    max-width: 300px;
}
.new-calc-note {
    color: #0e1b45;
}
.sum-up-table td {
    min-width: 150px;
}

@media screen and (max-width: 1600px){
    .kalkulator {
        column-gap: 20px;
    }   
}
@media screen and (max-width: 1750px){
    .kalkulator {
        grid-template-columns: 1fr;
        row-gap: 50px;
    }   

}

@media screen and (max-width: 900px) {
    .sum-up-table-wrapper {
    width: calc(100vw - 100px);
    overflow: auto;
}
}
@media screen and (max-width: 800px) {
    .sum-up-table-wrapper {
    width: calc(100vw - 40px);
    overflow: auto;
}
}
.sum-up-table tbody tr:last-child td {
    background: #0e1c45;
}
.sum-up-table tbody tr:last-child td * {
    color: white;
    font-weight: 700;
}