/*body {*/
/*    margin:0;*/
/*    font-family:var(--bs-body-font-family);*/
/*    font-size:var(--bs-body-font-size);*/
/*    font-weight:var(--bs-body-font-weight);*/
/*    line-height:var(--bs-body-line-height);*/
/*    color:var(--bs-body-color);*/
/*    text-align:var(--bs-body-text-align);*/
/*    background-color:var(--bs-body-bg);*/
/*    -webkit-text-size-adjust:100%;*/
/*    -webkit-tap-highlight-color:transparent*/
/*}*/
/*#calcHolder * {*/
/*    -webkit-box-sizing: border-box;*/
/*    box-sizing: border-box;*/
/*    font-family: 'Manrope', sans-serif;*/
/*}*/
/*#calcHolder {*/
/*    margin: 0;*/
/*    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
/*    font-size: 0.8125rem;*/
/*    font-weight: 400;*/
/*    line-height: 1.47;*/
/*    color: #212529;*/
/*    text-align: left;*/
/*    background-color: #fff;*/
/*    padding: 1rem;*/
/*}*/
/*#calcHolder h1, #calcHolder h2, #calcHolder h3, #calcHolder h4, #calcHolder h5, #calcHolder h6 {*/
/*    margin-top: 0;*/
/*    margin-bottom: 0.5rem;*/
/*    line-height: 1.3;*/
/*    font-weight: 400;*/
/*}*/
/*#calcHolder h1, #calcHolder .h1 { font-size: 1.5rem; }*/
/*#calcHolder h2, #calcHolder .h2 { font-size: 1.375rem; }*/
/*#calcHolder h3, #calcHolder .h3 { font-size: 1.1875rem; }*/
/*#calcHolder h4, #calcHolder .h4 { font-size: 1.0625rem; }*/
/*#calcHolder h5, #calcHolder .h5 { font-size: 0.9375rem; }*/
/*#calcHolder h6, #calcHolder .h6 { font-size: 0.875rem; }*/
/*#calcHolder    .c {*/
/*        margin-left: auto;*/
/*        margin-right: auto;*/
/*    }*/
/*#calcHolder    .oneError {*/
/*        margin-top: 1px;*/
/*        margin-bottom: 2px;*/
/*        margin-right: 1px;*/
/*        color: #fd3995;*/
/*        background-color: rgba(255, 222, 238, 0.38);*/
/*        line-height: 17px;*/
/*        display: block;*/
/*        padding: 2px 6px;*/
/*        text-align: left;*/
/*        vertical-align: baseline;*/
/*        border-radius: .25em;*/
/*        font-size: 12px;*/
/*        font-family: sans-serif;*/
/*    }*/
/*#calcHolder   .hasError > .form-control {*/
/*        border: 10px solid #cb0e0e !important;*/
/*    }*/

/*@font-face {*/
/*    font-family: 'Manrope';*/
/*    src: url('https://www2.rttax.com/frontend/css/fonts/Manrope-Regular.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'Manrope';*/
/*    src: url('https://www2.rttax.com/frontend/css/fonts/Manrope-Bold.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*}*/
/*tooltips*/

/*Headingai ir kitu tagu dydziai ir etc.*/
.calc-container-fluid{ padding : 36px;}

.calc-p1, .calc-p2, .calc-p3, .calc-p4, .calc-p5, .calc-p6, .calc-form-group label, .calc-p6{
    line-height: 1.6;
}
.calc-p1, .calc-p2, .calc-p3{ font-weight: 800; }
.calc-p4, .calc-p5, .calc-form-group label, .calc-p6{ font-weight: 500; }
.calc-p1 { font-size: 50px; }
.calc-p2.fw-light { font-size: 36px; }
.calc-p2 { font-size: 40px; }
.calc-p3 { font-size: 22px;}
.calc-p4 { font-size: 18px; }
.calc-p5, .calc-form-group label{ font-size: 16px; }
.calc-p6{ font-size: 14px; }

.upload-content, .manual-content{
    background-color: #F8F8F8;
    border-radius: 4px;
}
.calc-border-top-radius-0{
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.calc-border-bottom-radius-0{
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
}
.calc-card-border{
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    background-color: #FFFFFF;
}
.calc-gray-border{
    border: 1px solid #E5E5E5;
    border-radius: 8px;
}
.calc-gray-border-top{
    border-top: 1px solid #E5E5E5;
}
.calc-aqua-border{
    border: 1px solid #0884A6;
    border-radius: 8px;
}
.calc-card-border.calc-fail{
    border: 1px solid #B42318;
    background-color: #FFFBFA;
}
.calc-placeholder-m{
    margin-top: 1.2px;
}


@media (min-width: 576px) and (max-width: 1639.98px) {
    .calc-container-fluid { padding: 24px; }
}
@media (max-width: 575.98px){
    .calc-p1 { font-size: 26px; }
    .calc-container-fluid { padding: 12px; }

}

@media (min-width: 576px) and (max-width: 1399.98px){
    .calc-p1 { font-size: 36px; }
}
.tooltip-main {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 700;
    background: #f3f3f3;
    border: 1px solid #737373;
    color: #737373;
    margin: 4px 121px 0 5px;
    float: right;
    /*text-align: left !important;*/
}

.tooltip-qm {
    float: left;
    margin: -2px 0px 3px 4px;
    font-size: 12px;
}

.tooltip-inner {
    /*max-width: 236px !important;*/
    /*height: 76px;*/
    font-size: 12px;
    padding: 10px 15px 10px 20px;
    background: #FFFFFF;
    color: rgba(0, 0, 0, .7);
    border: 1px solid #737373;
    text-align: left;
    /* Add margin to offset the tooltip */
    /*margin-right: 180px;*/
}

/* Position the arrow separately from the tooltip content */
.tooltip .arrow {
    transform: translateX(-20px);
}

.tooltip.show {
    opacity: 1;
}

/* Adjust arrow colors as needed */
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #737373;
}

/* Add positioning to the tooltip itself */
.tooltip {
    /* Ensure the tooltip container allows for the offset */
    padding-left: 20px;
    /* Prevent the padding from affecting the arrow position */
    pointer-events: none;
}
/**/



#calcHolder * {
    font-size: 16px;
    /*font-family: 'Manrope', serif;*/
    box-sizing: border-box;
}
#calcHolder h5 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
#calcHolder label {
    display: inline-block;
}
.calc-d-inline-block{
    display: inline-block !important;
}
#calcResultsForm {
    min-height: 300px;
}
.calc-form-group input{
    color: #212529;
}
input[type="radio"] {
    width:24px;
    height:24px;
    vertical-align: middle;
}
.calc-currency-holder {
    display: flex;
    width: 100%;
    height: 48px;
}
.calc-currency-form-control {
    flex-grow: 1;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border: 1px solid #E5E5E5;
    border-right: none;
    border-radius: 0.375rem 0 0 0.375rem;
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
}
.calc-currency-label {
    color: #AAAAAA !important; /* Light gray background color */
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    border: 1px solid #E5E5E5;
    border-left: none;
    border-radius: 0 0.375rem 0.375rem 0;
}
.calc-currency-form-control:focus {
    outline: 0;
    box-shadow: none;
    border-color: #ced4da;
}
.calc-currency-holder:focus-within .calc-currency-form-control {
    border-color: #A491C7;
    border-right-color: transparent;
}
.calc-currency-holder:focus-within .calc-currency-label {
    border-color: #A491C7;
    border-left-color: transparent;
}

#calcResultsForm a{ color: #0884A6; }
#calcResultsForm a:hover{ color: #ec921a !important; }
.calc-items-center { align-items: center; }
.calc-items-top { align-items: start; }
.calc-text-center { text-align: center; }
.calc-text-right { text-align: right; }
.calc-bold { font-weight: bold !important; }
.calc-color-danger { color: #fd3939; }
.calc-color-white { color: white; }
.calc-d-none { display: none !important; }
.calc-d-block { display: block; }
.calc-d-flex { display: flex; }
.calc-align-content-between { align-content: space-between; }
.calc-justify-content-between { justify-content: space-between; }
.calc-justify-content-center { justify-content: center; }
.small P { font-size: small; }
.calc-small { font-size: small; }
.calc-fs-11 { font-size: 11px !important; }
.calc-fs-14 { font-size: 14px !important; }
.calc-fs-22 { font-size: 22px !important; }
.calc-fw-800 { font-weight: 800; }
.calc-fw-300 { font-weight: 300; }
.calc-r { float: right; }
.calc-lh-18 { line-height: 18px; }
.calc-lh-14 { line-height: 14px !important;}
.calc-justify{ text-align: justify; }
.calc-table-header { background-color: #0884A6; }
.calc-bg-faded { background-color: #f7f9fa; }
/* --- Buttons --- */
.calc-btn {
    align-content: center;
    display:inline-block;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    user-select:none;
    border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    border-radius: 6px;
    height: 48px;
    text-decoration: none;
    transition: none !important;
    padding: 6px 24px;
    /*min-width: 200px;*/
    /*line-height: 34px;*/
}
/*.calc-btn:hover {*/
/*    color:var(--bs-btn-hover-color);*/
/*    background-color:var(--bs-btn-hover-bg);*/
/*    border-color:var(--bs-btn-hover-border-color)*/
/*}*/
/*.calc-btn:focus, .calc-btn.focus {*/
/*    outline: 0;*/
/*    -webkit-box-shadow: 0 0 0 0.2rem transparent;*/
/*    box-shadow: 0 0 0 0.2rem transparent; */
/*}*/
.calc-btn.disabled, .calc-btn:disabled { opacity: 0.65; }
.calc-btn:not(:disabled):not(.disabled) { cursor: pointer; }
.calc-btn-primary {
    background-color: rgb(236, 146, 26);
    /*width: 200px;*/
    height: 48px;
}
.calc-btn-primary:hover {
    background-color: #F5B34C !important;
    /*border: 2px solid #F5B34C !important;*/
    color: white;
}

.calc-btn-outline-primary {
    color: black;
    background-color: transparent;
    height: 48px;
    border: 1px solid rgb(236, 146, 26);
    border-radius: .25rem;
}
.calc-btn-outline-primary:hover {
    color: #fff;
    background-color: #F5B34C;
    border-color: #F5B34C;
}

/*.calc-btn-primary:focus, .calc-btn-primary.focus {*/
/*    background-color: #F5B34C !important;*/
/*    border: 2px solid #F5B34C !important;*/
/*    color: white;*/
/*}*/
.calc-btn-white {
    border: 1px solid rgb(233, 233, 233);
    /*border-color: rgb(233, 233, 233);*/
    background: white;
}
.calc-btn-white.active {
    border:1px solid rgb(193, 169, 214);
    background: rgba(136, 106, 181, 0.15);
}
.calc-btn-white:hover { /*border-color:rgb(170, 170, 170);*/
    color: #111;
    /*background: rgb(246, 240, 255);*/
    border-color: rgb(193, 169, 214) !important;
}
/* --- Widths --- */
.calc-w100 { width: 100%; }
.calc-w50  { width: 50%; }
/*.calc-w120 { min-width: 105px; }*/
.calc-w10 { width: 10px; } /* This is used to deal with input group stuff */
.calc-w110 { width: 110px; }
.calc-w150 { width: 150px; }
.calc-w200 { width: 200px; }
.calc-w350 { width: 350px; }
/* --- Edges (Margins and Paddings) --- */
.calc-px-0 { padding-left: 0 !important; padding-right: 0 !important; }
.calc-px-1 { padding-left: 4px !important; padding-right: 4px !important; }
.calc-px-2 { padding-left: 8px !important; padding-right: 8px !important; }
.calc-px-3 { padding-left: 16px !important; padding-right: 16px !important; }
.calc-px-4 { padding-left: 32px !important; padding-right: 32px !important; }
.calc-px-5 { padding-left: 48px !important; padding-right: 48px !important; }

.calc-py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.calc-py-1 { padding-top: 4px !important; padding-bottom: 4px !important; }
.calc-py-2 { padding-top: 8px !important; padding-bottom: 8px !important; }
.calc-py-3 { padding-top: 16px !important; padding-bottom: 16px !important; }
.calc-py-4 { padding-top: 32px !important; padding-bottom: 32px !important; }
.calc-py-5 { padding-top: 48px !important; padding-bottom: 48px !important; }

.calc-pl-0 { padding-left: 0 !important; }
.calc-pr-0 { padding-right: 0 !important; }

.calc-p-2 { padding: 0.5rem !important; }
.calc-p-3 { padding: 16px !important; }
.calc-p-4 { padding: 24px !important; }
.calc-p-5 { padding: 48px !important; }
.calc-pt-0 { padding-top: 0 !important; }
.calc-pt-3 { padding-top: 1rem !important; }
.calc-pt-4 { padding-top: 24px !important; }
.calc-pb-0 { padding-bottom: 0 !important; }
.calc-pb-1 { padding-bottom: 4px !important; }
.calc-pb-2 { padding-bottom: 8px !important; }
.calc-pb-3 { padding-bottom: 16px !important; }
.calc-pb-4 { padding-bottom: 24px !important; }
.calc-pb-5 { padding-bottom: 48px !important; }
.calc-pr-1 { padding-right: 0.25rem !important; }
.calc-pr-3 { padding-right: 16px !important; }
.calc-pl-3 { padding-left: 16px !important; }


.calc-mb-0 { margin-bottom: 0 !important; }
.calc-mb-1 { margin-bottom: 0.25rem !important; }
.calc-mb-2 { margin-bottom: 0.5rem !important; }
.calc-mb-3 { margin-bottom: 1rem !important; }
.calc-mb-4 { margin-bottom: 1.5rem !important; }
.calc-mb-5 { margin-bottom: 2rem !important; }


.calc-mt-0 { margin-top: 0 !important; }
.calc-mt-1 { margin-top: 0.25rem !important; }
.calc-mt-2 { margin-top: 0.5rem !important; }
.calc-mt-3 { margin-top: 1rem !important; }
.calc-mt-4 { margin-top: 1.5rem !important; }
.calc-mt-5 { margin-top: 2rem !important; }

.calc-ml-1 {margin-left: 0.25rem !important; }
.calc-ml-2 {margin-left: 0.5rem !important; }

.calc-mr-3 {margin-right: 1rem !important; }
.calc-mr-2 {margin-right: 0.5rem !important; }
.calc-mr-1 {margin-right: 0.25rem !important; }

.calc-my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.calc-mx-3 {
    margin-left: 12px !important;
    margin-right: 12px !important;
}

.calc-my-auto { margin: auto 0; }

.calc-m-0 { margin: 0 !important; }




@media (max-width: 1399.98px) {
    .calc-p2, .calc-p2.fw-light { font-size: 22px; }
    .calc-p3 { font-size: 18px; }
    .calc-p4 { font-size: 16px; }
    .calc-p5, .calc-form-group label { font-size: 14px; }
    .calc-p6 { font-size: 12px; }
    .calc-placeholder-m {
        margin-top: 0;
    }
}
/*.calc-close {*/
/*    float: right;*/

/*    font-weight: 700;*/
/*    line-height: 1;*/
/*    color: #000;*/
/*    text-shadow: 0 1px 0 #fff;*/
/*    opacity: .5;*/
/*    font-size: 24px;*/
    /*width: 16px;*/
    /*height: 16px;*/

/*}*/
/*.calc-close span{*/
/*    width: 16px;*/
/*    height: 16px;*/
/*}*/
/*.calc-close:hover {*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*}*/
/*.calc-close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {*/
/*    opacity: .75;*/
/*}*/
button.calc-close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
/* --- Form fields --- */
.calc-required {
    color: #fd3939;
    padding-left: 2px;
}
.calc-error {
    color: #B42318;
}
.calc-input-error{
    border: 1px solid #B42318 !important;
}
#calcHolder select{
    -webkit-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}
.calc-form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: 0.5rem 0.875rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.47;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    text-align: left;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    /*transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;*/
    /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;*/
}
.calc-form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.calc-form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.calc-form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #886ab5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem transparent;
    box-shadow: 0 0 0 0.2rem transparent;
}
.calc-form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.calc-form-control::-moz-placeholder {
    color: #868e96;
    opacity: 1;
}
.calc-form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.calc-form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1;
}
.calc-form-control::placeholder {
    color: #868e96;
    opacity: 1;
}
/*.calc-form-control:disabled {*/
/*    background-color: #f3f3f3;*/
/*    opacity: 1;*/
/*}*/
#calcEmailHolder .calc-form-control:read-only {
    background-color: #f3f3f3;
    opacity: 1;
}
.calc-text-color-grey{ color: #666; }
.calc-form-group { margin-bottom: 1.5rem; }

/* --- Input Groups --- */
.calc-input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.calc-input-group-prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.calc-input-group-append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*.calc-input-group > .calc-form-control {*/
/*    position: relative;*/
/*    -ms-flex: 1 1 auto;*/
/*    flex: 1 1 auto;*/
/*    width: 1%;*/
/*    min-width: 0;*/
/*    margin-bottom: 0;*/
/*}*/

/* --- Modals --- */

/*
.calc-modal-open { overflow: hidden; }
.calc-modal-open .calc-modal {
    overflow-x: hidden;
    overflow-y: auto;
}
 */
.calc-modal {
    /*LAURYNAS MODALAS RODOMAS VISALAIKA BLOKO VIRSUJE PADARIAU PAKEITIMUS:*!*/
    position: fixed;
    left: 50%;
    top: 50%;
    min-width: 600px;
    background-color: white;
    border: darkgrey 5px;
    padding: 0;
    z-index: 2050;
	border-radius: 4px;
    transform: translate(-50%, -50%);
}
#calcResultsModal.calc-modal{
    width: 65% !important;
    max-width: 1452px !important;
    min-width: 0 !important;
}



@media (max-width: 600px) {
    .calc-modal {

        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        width: calc(100% - 40px);
        min-width: 0;

        height: auto;
        max-height: calc(100% - 40px);

        overflow-y: auto;
        -webkit-overflow-scrolling: touch;

    }
    #calcResultsModal.calc-modal{
        width: 90% !important;
    }
}

.calc-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2040;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.calc-modal-dialog {
    position: relative;
    width: auto;
    margin: 5px;
    pointer-events: none;
}
.calc-modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /*width: 100%;*/
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 4px;
    outline: 0;
    /* --- FOR SCROLL --- */
    /*max-height: calc(100vh - 210px);*/
    /*overflow-y: auto;*/
}
.calc-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.25rem;
    border-bottom: 0px solid #dee2e6;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.calc-modal-header .close {
    padding: 1.25rem 1.25rem;
    margin: -1.25rem -1.25rem -1.25rem auto;
}
.calc-modal-title {
    margin-bottom: 0;
    line-height: 1.47;
}
.calc-modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.calc-modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 0px solid #dee2e6;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.calc-modal-footer > * { margin: 0.25rem; }
@media (min-width: 576px) {
    .calc-modal-dialog { max-width: 600px; }
    #calcResultsModal .calc-modal-dialog { max-width: 100% !important; }
}

.calc-w-email-input {
    width: calc(100% - 49px);
}
.calc-google-svg {
    height: 21px;
    width: 14px;
    margin-top: -3px;
}
.calc-google-span {
    position: absolute;
    margin-right: 0.5rem;
    margin-left: -25px;
}
.calc-google-btn {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: 8px 9px;
    background-size: 30px;
}

/* --- Bootstrap cols --- */
.calc-row {
    --bs-gutter-x:1.5rem;
    --bs-gutter-y:0;
    display:flex;
    flex-wrap:wrap;
    margin-top:calc(-1 * var(--bs-gutter-y));
    margin-right:calc(-.5 * var(--bs-gutter-x));
    margin-left:calc(-.5 * var(--bs-gutter-x))
}
.calc-row>* {
    flex-shrink:0;
    width:100%;
    max-width:100%;
    padding-right:calc(var(--bs-gutter-x) * .5);
    padding-left:calc(var(--bs-gutter-x) * .5);
    margin-top:var(--bs-gutter-y)
}
.calc-col { flex:1 0 0 }
.calc-col-1 {
    flex:0 0 auto;
    width:8.33333333%
}
.calc-col-2 {
    flex:0 0 auto;
    width:16.66666667%
}
.calc-col-3 {
    flex:0 0 auto;
    width:25%
}
.calc-col-4 {
    flex:0 0 auto;
    width:33.33333333%
}
.calc-col-5 {
    flex:0 0 auto;
    width:41.66666667%
}
.calc-col-6 {
    flex:0 0 auto;
    width:50%
}
.calc-col-7 {
    flex:0 0 auto;
    width:58.33333333%
}
.calc-col-8 {
    flex:0 0 auto;
    width:66.66666667%
}
.calc-col-9 {
    flex:0 0 auto;
    width:75%
}
.calc-col-10 {
    flex:0 0 auto;
    width:83.33333333%
}
.calc-col-11 {
    flex:0 0 auto;
    width:91.66666667%
}
.calc-col-12 {
    flex:0 0 auto;
    width:100%
}
.calc-offset-1 {
    margin-left:8.33333333%
}
.calc-offset-2 {
    margin-left:16.66666667%
}
.calc-offset-3 {
    margin-left:25%
}
.calc-offset-4 {
    margin-left:33.33333333%
}
.calc-offset-5 {
    margin-left:41.66666667%
}
.calc-offset-6 {
    margin-left:50%
}
.calc-offset-7 {
    margin-left:58.33333333%
}
.calc-offset-8 {
    margin-left:66.66666667%
}
.calc-offset-9 {
    margin-left:75%
}
.calc-offset-10 {
    margin-left:83.33333333%
}
.calc-offset-11 {
    margin-left:91.66666667%
}
.calc-p-12{
    padding: 12px;
}
.calc-p-16{
    padding: 16px;
}
.calc-p-24{
    padding: 24px;
}
.calc-icon-circle{
    width: 46px;
    height: 46px;
    border: 4px solid rgba(177, 209, 214);
    border-radius: 28px;
    background-color: #DBE4E2;
    box-shadow: 0 0 0 3px #0884A633;
}
.calc-docs-circle{
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 28px;
    background-color: #DBE4E2;
}
.calc-docs-circle.calc-fail-upload{
    background-color: #FEE4E2;
}
.calc-docs-text{
    color: #475467;
}
.calc-year-banner{
    background-color: #0884A633;
    padding: 4px 12px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
}
.calc-year-banner.calc-fail{
    background-color: #E5E5E5;
}
.calc-upload-mobile{
    color: #0884A6;
}

@media (min-width:576px) {
    .calc-p-sm-4 { padding: 24px !important; }
    .calc-px-sm-3 { padding-left: 16px !important; padding-right: 16px !important; }
    .calc-px-sm-4 { padding-left: 32x !important; padding-right: 32px !important; }

    .calc-p-sm-4 { padding: 16px !important; }

    .calc-d-sm-none{
        display: none !important;
    }
    .calc-d-sm-block{
        display: block !important;
    }
    .calc-d-sm-inline-block{
        display: inline-block !important;
    }
    .cal-d-sm-flex{
        display: flex !important;
    }
    .calc-py-sm-4{
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .calc-py-sm-5{
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
    .calc-mt-sm-5{
        margin-top: 48px !important;
    }
    .calc-mx-sm-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .calc-text-left-sm{
        text-align: left !important;
    }
    .calc-mb-sm-0{
        margin-bottom: 0 !important;
    }
    .calc-mb-sm-4{
        margin-bottom: 24px !important;
    }
    .calc-mb-sm-48{
        margin-bottom: 48px !important;
    }
    .calc-btn {
        min-width: 200px !important;
    }
    .calc-row-cols-sm-1>* {
        flex:0 0 auto;
        width:100%
    }
    .calc-row-cols-sm-2>* {
        flex:0 0 auto;
        width:50%
    }
    .calc-row-cols-sm-3>* {
        flex:0 0 auto;
        width:33.33333333%
    }
    .calc-row-cols-sm-4>* {
        flex:0 0 auto;
        width:25%
    }
    .calc-row-cols-sm-5>* {
        flex:0 0 auto;
        width:20%
    }
    .calc-row-cols-sm-6>* {
        flex:0 0 auto;
        width:16.66666667%
    }
    .calc-col-sm-auto {
        flex:0 0 auto;
        width:auto
    }
    .calc-col-sm-1 {
        flex:0 0 auto;
        width:8.33333333%
    }
    .calc-col-sm-2 {
        flex:0 0 auto;
        width:16.66666667%
    }
    .calc-col-sm-3 {
        flex:0 0 auto;
        width:25%
    }
    .calc-col-sm-4 {
        flex:0 0 auto;
        width:33.33333333%
    }
    .calc-col-sm-5 {
        flex:0 0 auto;
        width:41.66666667%
    }
    .calc-col-sm-6 {
        flex:0 0 auto;
        width:50%
    }
    .calc-col-sm-7 {
        flex:0 0 auto;
        width:58.33333333%
    }
    .calc-col-sm-8 {
        flex:0 0 auto;
        width:66.66666667%
    }
    .calc-col-sm-9 {
        flex:0 0 auto;
        width:75%
    }
    .calc-col-sm-10 {
        flex:0 0 auto;
        width:83.33333333%
    }
    .calc-col-sm-11 {
        flex:0 0 auto;
        width:91.66666667%
    }
    .calc-col-sm-12 {
        flex:0 0 auto;
        width:100%
    }
    .calc-offset-sm-0 {
        margin-left:0
    }
    .calc-offset-sm-1 {
        margin-left:8.33333333%
    }
    .calc-offset-sm-2 {
        margin-left:16.66666667%
    }
    .calc-offset-sm-3 {
        margin-left:25%
    }
    .calc-offset-sm-4 {
        margin-left:33.33333333%
    }
    .calc-offset-sm-5 {
        margin-left:41.66666667%
    }
    .calc-offset-sm-6 {
        margin-left:50%
    }
    .calc-offset-sm-7 {
        margin-left:58.33333333%
    }
    .calc-offset-sm-8 {
        margin-left:66.66666667%
    }
    .calc-offset-sm-9 {
        margin-left:75%
    }
    .calc-offset-sm-10 {
        margin-left:83.33333333%
    }
    .calc-offset-sm-11 {
        margin-left:91.66666667%
    }
}
.calc-collapse-toggle{
    display: none;
}

@media (max-width: 767.98px) {
    .calc-lmd-w100 { width: 100% !important; }

    .calc-collapse-toggle {
        display: flex;
        align-items: center;
        width: 100%;
        text-align: left;
        cursor: pointer;
        margin-bottom: -1px;
    }
    .calc-collapse-toggle::after {
        flex-shrink: 0;
        width: 1.25rem; /* Equivalent to --bs-accordion-btn-icon-width */
        height: 1.25rem; /* Equivalent to --bs-accordion-btn-icon-width */
        margin-left: auto; /* Pushes the icon to the right */
        content: "";
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23343a40'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 1.25rem; /* Ensures the icon fits the width/height */
        transition: transform 0.3s ease-in-out; /* Equivalent to --bs-accordion-btn-icon-transition */
        display: flex;
        align-items: center;
    }
    .calc-collapse-toggle.active::after {
        transform: rotate(-180deg);
    }
    .no-toggle-icon::after {
        display: none !important; /* Use !important if needed to override existing styles */
    }
}
@media (min-width: 992px) {
    .calc-bl{ border-left: 2px solid #ec921a; }
    .calc-ml-lg-32 { margin-left: 32px !important }

    .calc-d-lg-none{
        display: none !important;
    }
    .calc-d-lg-block{
        display: block !important;
    }
    .calc-d-lg-inline-block{
        display: inline-block !important;
    }
    .cal-d-lg-flex{
        /*display: flex !important;*/
        display: flex;
    }
    .calc-py-lg-4{
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .calc-py-lg-5{
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
    .calc-mt-lg-5{
        margin-top: 48px !important;
    }
    .calc-mx-lg-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .calc-text-left-lg{
        text-align: left !important;
    }
    .calc-mb-lg-0{
        margin-bottom: 0 !important;
    }
    .calc-mb-lg-3{
        margin-bottom: 16px !important;
    }
    .calc-mb-lg-4{
        margin-bottom: 24px !important;
    }
    .calc-mt-lg-4{
        margin-top: 24px !important;
    }
    .calc-mt-lg-48{
        margin-top: 48px !important;
    }
    .calc-mb-lg-48{
        margin-bottom: 48px !important;
    }
    .calc-pb-lg-5{
        padding-bottom: 48px !important;
    }
    .calc-col-lg-1 {
        flex:0 0 auto;
        width:8.33333333%
    }
    .calc-col-lg-2 {
        flex:0 0 auto;
        width:16.66666667%
    }
    .calc-col-lg-3 {
        flex:0 0 auto;
        width:25%
    }
    .calc-col-lg-4 {
        flex:0 0 auto;
        width:33.33333333%
    }
    .calc-col-lg-5 {
        flex:0 0 auto;
        width:41.66666667%
    }
    .calc-col-lg-6 {
        flex:0 0 auto;
        width:50%
    }
    .calc-col-lg-7 {
        flex:0 0 auto;
        width:58.33333333%
    }
    .calc-col-lg-8 {
        flex:0 0 auto;
        width:66.66666667%
    }
    .calc-col-lg-9 {
        flex:0 0 auto;
        width:75%
    }
    .calc-col-lg-10 {
        flex:0 0 auto;
        width:83.33333333%
    }
    .calc-col-lg-11 {
        flex:0 0 auto;
        width:91.66666667%
    }
    .calc-col-lg-12 {
        flex:0 0 auto;
        width:100%
    }
    .calc-offset-lg-0 {
        margin-left:0
    }
    .calc-offset-lg-1 {
        margin-left:8.33333333%
    }
    .calc-offset-lg-2 {
        margin-left:16.66666667%
    }
    .calc-offset-lg-3 {
        margin-left:25%
    }
    .calc-offset-lg-4 {
        margin-left:33.33333333%
    }
    .calc-offset-lg-5 {
        margin-left:41.66666667%
    }
    .calc-offset-lg-6 {
        margin-left:50%
    }
    .calc-offset-lg-7 {
        margin-left:58.33333333%
    }
    .calc-offset-lg-8 {
        margin-left:66.66666667%
    }
    .calc-offset-lg-9 {
        margin-left:75%
    }
    .calc-offset-lg-10 {
        margin-left:83.33333333%
    }
    .calc-offset-lg-11 {
        margin-left:91.66666667%
    }

}
@media (min-width: 1400px){
    .calc-px-xl-0 { padding-left: 0 !important; padding-right: 0 !important; }
    .calc-px-xl-1 { padding-left: 4px !important; padding-right: 4px !important; }
    .calc-px-xl-2 { padding-left: 8px !important; padding-right: 8px !important; }
    .calc-px-xl-3 { padding-left: 16px !important; padding-right: 16px !important; }
    .calc-px-xl-4 { padding-left: 32px !important; padding-right: 32px !important; }
    .calc-px-xl-5 { padding-left: 48px !important; padding-right: 48px !important; }

    .calc-pl-xl-0 { padding-left: 0 !important; }
    .calc-pl-xl-1 { padding-left: 4px !important; }
    .calc-pl-xl-2 { padding-left: 8px !important; }
    .calc-pl-xl-3 { padding-left: 16px !important; }
    .calc-pl-xl-4 { padding-left: 32px !important; }
    .calc-pl-xl-5 { padding-left: 48px !important; }

    .calc-mt-xl-0{ margin-top: 0 !important; }
    .calc-p-xl-5 { padding: 48px !important; }

    .calc-col-xl-1 { flex:0 0 auto; width:8.33333333% }
    .calc-col-xl-2 { flex:0 0 auto; width:16.66666667% }
    .calc-col-xl-3 { flex:0 0 auto; width:25% }
    .calc-col-xl-4 { flex:0 0 auto; width:33.33333333% }
    .calc-col-xl-5 { flex:0 0 auto; width:41.66666667% }
    .calc-col-xl-6 { flex:0 0 auto; width:50% }
    .calc-col-xl-7 { flex:0 0 auto; width:58.33333333% }
    .calc-col-xl-8 { flex:0 0 auto; width:66.66666667% }
    .calc-col-xl-9 { flex:0 0 auto; width:75% }
    .calc-col-xl-10 { flex:0 0 auto; width:83.33333333% }
    .calc-col-xl-11 { flex:0 0 auto; width:91.66666667% }
    .calc-col-xl-12 { flex:0 0 auto; width:100% }
}

@media (min-width:768px) {

    .calc-collapse-content{
        display: flex !important;
    }
    .calc-ml-md-32 { margin-left: 32px !important }

    .calc-d-md-none{
        display: none !important;
    }
    .calc-d-md-block{
        display: block !important;
    }
    .calc-d-md-inline-block{
        display: inline-block !important;
    }
    .cal-d-md-flex{
        /*display: flex !important;*/
        display: flex;
    }
    .calc-py-md-4{
        padding-top: 24px !important;
        padding-bottom: 24px !important;
    }
    .calc-py-md-5{
        padding-top: 48px !important;
        padding-bottom: 48px !important;
    }
    .calc-mt-md-5{
        margin-top: 48px !important;
    }
    .calc-mx-md-0 {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .calc-text-left-md{
        text-align: left !important;
    }
    .calc-mb-md-0{
        margin-bottom: 0 !important;
    }
    .calc-mb-md-4{
        margin-bottom: 24px !important;
    }
    .calc-mt-md-4{
        margin-top: 24px !important;
    }
    .calc-mt-md-48{
        margin-top: 48px !important;
    }
    .calc-mb-md-48{
        margin-bottom: 48px !important;
    }
    .calc-btn {
        min-width: 200px !important;
    }
    .calc-pb-md-5{
        padding-bottom: 48px !important;
    }
    .calc-col-md-1 {
        flex:0 0 auto;
        width:8.33333333%
    }
    .calc-col-md-2 {
        flex:0 0 auto;
        width:16.66666667%
    }
    .calc-col-md-3 {
        flex:0 0 auto;
        width:25%
    }
    .calc-col-md-4 {
        flex:0 0 auto;
        width:33.33333333%
    }
    .calc-col-md-5 {
        flex:0 0 auto;
        width:41.66666667%
    }
    .calc-col-md-6 {
        flex:0 0 auto;
        width:50%
    }
    .calc-col-md-7 {
        flex:0 0 auto;
        width:58.33333333%
    }
    .calc-col-md-8 {
        flex:0 0 auto;
        width:66.66666667%
    }
    .calc-col-md-9 {
        flex:0 0 auto;
        width:75%
    }
    .calc-col-md-10 {
        flex:0 0 auto;
        width:83.33333333%
    }
    .calc-col-md-11 {
        flex:0 0 auto;
        width:91.66666667%
    }
    .calc-col-md-12 {
        flex:0 0 auto;
        width:100%
    }
    .calc-offset-md-0 {
        margin-left:0
    }
    .calc-offset-md-1 {
        margin-left:8.33333333%
    }
    .calc-offset-md-2 {
        margin-left:16.66666667%
    }
    .calc-offset-md-3 {
        margin-left:25%
    }
    .calc-offset-md-4 {
        margin-left:33.33333333%
    }
    .calc-offset-md-5 {
        margin-left:41.66666667%
    }
    .calc-offset-md-6 {
        margin-left:50%
    }
    .calc-offset-md-7 {
        margin-left:58.33333333%
    }
    .calc-offset-md-8 {
        margin-left:66.66666667%
    }
    .calc-offset-md-9 {
        margin-left:75%
    }
    .calc-offset-md-10 {
        margin-left:83.33333333%
    }
    .calc-offset-md-11 {
        margin-left:91.66666667%
    }
}
.calc-form-check .calc-form-check-input {
    float: left;
    margin-left: -1.5em;
}
.calc-form-check-reverse .calc-form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0;
}
.calc-form-check-input {
    --bs-form-check-bg: var(--bs-body-bg);
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 0.25em;
    vertical-align: top;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-form-check-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.calc-form-check-input[type=checkbox] {
    border-radius: 0.25em;
}
.calc-form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.calc-form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.calc-form-check-input[type=checkbox]:indeterminate {
    background-color: #0d6efd;
    border-color: #0d6efd;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.calc-d-flex {
    display: flex !important;
}
.calc-justify-content-between {
    justify-content: space-between !important;
}
.calc-items-center {
    align-items: center !important;
}

/* Ikonėlės stilius (iš ankstesnio atsakymo) */
.action-icon {
    cursor: pointer;
    transition: all 0.2s;
    opacity: 0.6;
    padding: 5px; /* Šiek tiek vietos paspaudimui */
}
.action-icon:hover {
    opacity: 1;
    transform: scale(1.1);
}
.action-icon:hover svg path {
    fill: #d32f2f;
}