/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.item-list__comma-list,.item-list__comma-list li{display:inline;}.item-list__comma-list{margin:0;padding:0;}.item-list__comma-list li::after{content:", ";}.item-list__comma-list li:last-child::after{content:"";}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.position-container{position:relative;}
.reset-appearance{margin:0;padding:0;border:0 none;background:transparent;line-height:inherit;-webkit-appearance:none;appearance:none;}
.salary-calculator-wrapper{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:2rem;min-height:100vh;}.salary-calculator-container{max-width:1400px;margin:0 auto;background:#ffffff;border-radius:24px;padding:2.5rem;box-shadow:0 20px 60px rgba(0,0,0,0.3);animation:fadeIn 0.5s ease-in;}@keyframes fadeIn{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}.calculator-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0;}.calculator-title{font-size:1.875rem;font-weight:700;color:#1a202c;margin:0;}.regime-toggle{display:flex;gap:0.5rem;background:#f3f4f6;padding:0.25rem;border-radius:10px;}.regime-btn{padding:0.5rem 1.5rem;border:none;border-radius:8px;font-size:0.875rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;background:transparent;color:#6b7280;}.regime-btn.active{background:#667eea;color:white;box-shadow:0 2px 8px rgba(102,126,234,0.4);}.regime-btn:hover:not(.active){background:#e5e7eb;}.calculator-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:2rem;}@media (max-width:1024px){.calculator-grid{grid-template-columns:1fr;gap:2rem;}}.calculator-inputs{display:flex;flex-direction:column;gap:1.5rem;}.primary-input{background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);border:2px solid #667eea;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(102,126,234,0.15);}.input-section{background:#f9fafb;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;transition:all 0.3s ease;}.section-title{font-size:1rem;font-weight:700;color:#374151;margin:0 0 1rem 0;padding-bottom:0.75rem;border-bottom:2px solid #e5e7eb;}.input-group{margin-bottom:1rem;}.input-group:last-child{margin-bottom:0;}.input-group label{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;font-weight:600;color:#374151;margin-bottom:0.5rem;}.info-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background:#667eea;color:white;border-radius:50%;font-size:0.75rem;cursor:help;transition:all 0.2s ease;}.info-icon:hover{background:#5a67d8;transform:scale(1.1);}.input-wrapper{position:relative;display:flex;align-items:center;}.currency-symbol{position:absolute;left:1rem;font-size:1rem;font-weight:600;color:#6b7280;pointer-events:none;}.form-input{width:100%;padding:0.75rem 1rem 0.75rem 2.5rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-weight:600;color:#1a202c;background:white;transition:all 0.3s ease;}.form-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1);}.form-input:hover{border-color:#cbd5e0;}.section-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;user-select:none;padding:0.5rem 0;}.section-header:hover .collapse-icon{color:#667eea;}.section-header.expanded .collapse-icon{transform:rotate(180deg);}.collapse-icon{font-size:0.875rem;color:#6b7280;transition:all 0.3s ease;}.section-content{margin-top:1rem;animation:slideDown 0.3s ease;}@keyframes slideDown{from{opacity:0;max-height:0;}to{opacity:1;max-height:2000px;}}.input-mode-toggle{display:flex;align-items:center;gap:1rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:2px solid #e5e7eb;}.input-mode-toggle label{font-size:0.875rem;font-weight:600;color:#374151;margin:0;}.toggle-buttons{display:flex;gap:0.5rem;background:#f3f4f6;padding:0.25rem;border-radius:8px;}.toggle-btn{padding:0.5rem 1rem;border:none;border-radius:6px;font-size:0.875rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;background:transparent;color:#6b7280;}.toggle-btn.active{background:#667eea;color:white;box-shadow:0 2px 8px rgba(102,126,234,0.3);}.toggle-btn:hover:not(.active){background:#e5e7eb;}.percent-symbol{position:absolute;right:1rem;font-size:1rem;font-weight:600;color:#6b7280;pointer-events:none;}.amount-display,.percent-display{position:absolute;right:2.5rem;font-size:0.75rem;font-weight:600;color:#667eea;background:#667eea15;padding:0.25rem 0.5rem;border-radius:4px;pointer-events:none;}.expanded-by-default{display:block !important;}.total-percentage{display:flex;justify-content:space-between;align-items:center;padding:1rem;background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);border-radius:8px;margin-top:1rem;font-weight:700;border:2px solid #667eea;}.total-percentage .total-value{font-size:1.125rem;color:#667eea;}.total-percentage.error{border-color:#EF4444;background:#FEE2E2;}.total-percentage.error .total-value{color:#EF4444;}.validation-message{padding:0.75rem 1rem;background:#FEE2E2;border-left:4px solid #EF4444;border-radius:6px;margin-bottom:1rem;animation:shake 0.5s ease;}@keyframes shake{0%,100%{transform:translateX(0);}10%,30%,50%,70%,90%{transform:translateX(-5px);}20%,40%,60%,80%{transform:translateX(5px);}}.validation-message .validation-text{font-size:0.875rem;font-weight:600;color:#991B1B;}.form-select{width:100%;padding:0.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:0.875rem;font-weight:600;color:#1a202c;background:white;transition:all 0.3s ease;cursor:pointer;}.form-select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,0.1);}.form-select:hover{border-color:#cbd5e0;}.pt-amount-display{padding:0.5rem;background:#f0f9ff;border-radius:6px;display:flex;align-items:center;gap:0.5rem;}.checkbox-group{display:flex;justify-content:space-between;align-items:center;padding:0.75rem;background:white;border-radius:8px;border:1px solid #e5e7eb;}.checkbox-label{display:flex;align-items:center;gap:0.5rem;cursor:pointer;font-weight:600;color:#374151;font-size:0.875rem;margin:0;}.form-checkbox{width:18px;height:18px;cursor:pointer;accent-color:#667eea;}.deduction-value{font-size:0.875rem;font-weight:700;color:#667eea;padding:0.25rem 0.75rem;background:#667eea15;border-radius:6px;}.pt-input-wrapper{width:100%;}.calculator-results{display:flex;flex-direction:column;gap:1.5rem;}.result-header{display:flex;justify-content:flex-end;}.period-toggle{display:flex;gap:0.5rem;background:#f3f4f6;padding:0.25rem;border-radius:10px;}.period-btn{padding:0.5rem 1.5rem;border:none;border-radius:8px;font-size:0.875rem;font-weight:600;cursor:pointer;transition:all 0.3s ease;background:transparent;color:#6b7280;}.period-btn.active{background:#10b981;color:white;box-shadow:0 2px 8px rgba(16,185,129,0.3);}.period-btn:hover:not(.active){background:#e5e7eb;}.salary-display-card{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:2rem;border-radius:16px;text-align:center;box-shadow:0 10px 30px rgba(102,126,234,0.3);color:white;animation:pulseGlow 3s ease-in-out infinite;}@keyframes pulseGlow{0%,100%{box-shadow:0 10px 30px rgba(102,126,234,0.3);}50%{box-shadow:0 10px 40px rgba(102,126,234,0.5);}}.salary-label{font-size:0.875rem;font-weight:600;opacity:0.9;margin-bottom:0.5rem;}.salary-amount{font-size:2.5rem;font-weight:800;margin:0.5rem 0;text-shadow:0 2px 10px rgba(0,0,0,0.2);}.salary-period{font-size:1rem;font-weight:500;opacity:0.9;}.chart-container{position:relative;height:320px;display:flex;justify-content:center;align-items:center;background:#f9fafb;border-radius:16px;padding:1.5rem;border:1px solid #e5e7eb;}#salary-chart{max-width:280px;max-height:280px;}.chart-center-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;pointer-events:none;}.chart-label{font-size:0.75rem;font-weight:600;color:#6b7280;margin-bottom:0.25rem;}.chart-value{font-size:1.25rem;font-weight:700;color:#1a202c;}.breakdown-container{background:white;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb;box-shadow:0 2px 8px rgba(0,0,0,0.05);}.breakdown-title{font-size:1.125rem;font-weight:700;color:#1a202c;margin:0 0 1rem 0;}.breakdown-section{margin-bottom:1rem;}.breakdown-section-header{font-size:0.875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:0.05em;margin-bottom:0.75rem;}.breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:0.625rem 0;transition:all 0.2s ease;}.breakdown-item:hover{background:#f9fafb;padding-left:0.5rem;padding-right:0.5rem;border-radius:6px;}.breakdown-item.info-item{background:#f0f9ff;padding:0.625rem 0.75rem;border-radius:6px;margin:0.5rem 0;border-left:3px solid #06B6D4;}.breakdown-item.info-item:hover{background:#e0f2fe;}.item-label{display:flex;align-items:center;gap:0.5rem;font-size:0.875rem;color:#374151;font-weight:500;}.color-dot{width:10px;height:10px;border-radius:50%;display:inline-block;flex-shrink:0;}.item-value{font-size:0.875rem;font-weight:700;color:#1a202c;}.item-value.negative{color:#EF4444;}.total-item{background:#f9fafb;padding:0.875rem 1rem !important;border-radius:8px;margin-top:0.5rem;font-weight:700;}.total-item .item-label{font-weight:700;color:#1a202c;}.total-item .item-value{font-size:1rem;color:#667eea;}.net-item{background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);padding:1.25rem 1rem !important;border-radius:10px;border:2px solid #667eea;font-weight:700;}.net-item .item-label{font-size:1rem;font-weight:700;color:#1a202c;}.net-item .item-value{font-size:1.25rem;color:#667eea;}.breakdown-divider{height:1px;background:#e5e7eb;margin:1rem 0;}.breakdown-divider.thick{height:2px;background:#667eea;margin:1.5rem 0;}.tooltip-container{position:fixed;background:#1a202c;color:white;padding:0.5rem 0.75rem;border-radius:6px;font-size:0.75rem;max-width:250px;z-index:1000;pointer-events:none;box-shadow:0 4px 12px rgba(0,0,0,0.3);animation:tooltipFadeIn 0.2s ease;}@keyframes tooltipFadeIn{from{opacity:0;transform:translateY(-5px);}to{opacity:1;transform:translateY(0);}}.calculating .calculator-results{opacity:0.6;pointer-events:none;}@media (max-width:768px){.salary-calculator-wrapper{padding:1rem;}.salary-calculator-container{padding:1.5rem;}.calculator-header{flex-direction:column;align-items:flex-start;gap:1rem;}.calculator-title{font-size:1.5rem;}.salary-amount{font-size:2rem;}.chart-container{height:280px;}#salary-chart{max-width:240px;max-height:240px;}.checkbox-group{flex-direction:column;align-items:flex-start;gap:0.5rem;}}@media print{.salary-calculator-wrapper{background:white;padding:0;}.calculator-header,.regime-toggle,.period-toggle{display:none;}}
.layout--onecol .layout__region{width:100%;}
.social-media-links--platforms{padding-left:0;}.social-media-links--platforms.horizontal li{display:inline-block;text-align:center;padding:.2em .35em;}.social-media-links--platforms.vertical li{list-style-type:none;margin:0 0 .5em 0;}.social-media-links--platforms.vertical li a img{vertical-align:middle;margin-right:.5em;}.iconsets-wrapper{display:inherit;overflow-x:auto;}
