.page-template-page-us-calulators .main-container{
    margin-top: 0px !important;
    /* margin-top: 65px !important; */
}
.page-template-page-us-calulators main section:first-of-type{
    margin-top: 0px !important;
}
body{
  font-family: "Raleway", sans-serif !important;
}
.calculator_hero{
    /* background: #DCD2F6; */
    /* background: #e8e3f9; */
    background: #EDECFA;
    font-family: "aesthet-nova", serif !important;
}
.calculator_hero h1{
    font-family: "aesthet-nova", serif !important;
    font-size: 38px !important;
    color: #2C2E31 !important;
    line-height: 48px !important;
}

.calculator_hero p{
    font-family: "aesthet-nova", serif !important;
    font-size: 16px !important;
    color: #08060E !important;
}

.calculator_hero .breadcrumb{
    background-color: transparent !important;
} 

#us_salary_calculator_section p{
    font-size: 16px !important;
}

.calulator_section{}
.calulator_section .left{
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    gap: 8px;
    background: #F7EBD759;
    height: max-content;
}
.top_section_name{
    display: none;
}
@media screen and (max-width: 768px) {
    .calulator_section .left{
        display: none;
    }
    .top_section_name{
        display: block;
        background: #F7EBD759;
    }
}
#top_section_name {
    border: 1px solid #DCD2F6;
    font-family: "aesthet-nova", serif;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 5px;
    outline: none;
    text-align: left;
    background: transparent;
}
.calulator_section .left button{
    border: 1px solid #DCD2F6;
    font-family: "aesthet-nova", serif;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 5px;
    outline: none;
    text-align: left;
    background: transparent;
}

.calulator_section .left button.active{
    border: 1px solid #7054AF;
    color: #fff;
    background: #7054AF;
}

.calulator_section .right{}
.calculator_sections{
    display: none;
}
.calculator_sections.active{
    display: flex;
}
@media screen and (max-width: 676px)  {
    .calculator_navigation {
        flex-direction: column;
        gap: 8px;
        display: flex;
    }
    .calculator_navigation button{
        width: 100%;
    }
    
}
fieldset.radiobtns label{
    font-size: 14px;
    margin: 0;
    line-height: 14px;
    margin-bottom: 5px;
}

fieldset .main-label{
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    width: 100%;
    margin-bottom: 5px;
}

fieldset.radiobtns label.main-label{
    margin-bottom: 10px;
    font-size: 18px;
}

h2{
    font-size: 40px;
}
.aesthet-nova{
    font-family: "aesthet-nova", serif;
}
.text-violet{
    color: #7054AF;
}
.right .card{
    background-color: #fff;
    border: none;
}
#add-overtime,
#addAnotherDeduction{
    /* display: flex;
    justify-content: center;
    align-items: center; */
    line-height: 28px;
    border: 2px solid #7054AF;
    font-family: "aesthet-nova", serif;
    font-weight: 400;
    font-size: 35px;
    border-radius: 3px;
    outline: none;
    background: #fff;
    color: #7054AF;
    height: 35px;
    width: 35px;
    padding: 5px;
}
.calculator_navigation button,
.calculator_navigation button:focus,
.calculator_navigation button:hover{
    border: 2px solid #7054AF;
    font-family: "aesthet-nova", serif;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 3px;
    outline: none;
    min-width: 200px;
}

.calculator_navigation button.prev{
    background: #fff;  
    color: #7054AF;
}

.calculator_navigation button.next{
    background: #7054AF;
    color: #fff;
}

.takehome_value{
    font-family: 'aesthet-nova';
    font-size: 56px;
    font-weight: 700;
    line-height: 67.2px;
    text-align: center;
    color: #252525;
}

.results_stats_container{
    background: #F7EBD7;
}
#reslts_section h4{
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    text-align: center;
}
.result_heading{
    font-family: Nunito Sans;
    width: 200px;
    max-width: 200px;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
.result_count{
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
    text-align: left;
    color: #000000;
}
.result_count::before{
    content: '$';
}
input[type="text"],
input[type="number"],
select {
    border: 1px solid #e2e2e2;
    border-top: none;
    border-left: none;
    border-right: none;
    background: #fff;
    background-color: #fff;
    height: 35px;
    padding: 5px 10px;
    font-size: 14px;
    width: 100%;
    margin: 6px 0 10px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

input[type="text"]:focus, 
input[type="number"]:focus, 
select:focus {
    border: 1px solid #e2e2e2;
    border-top: none;
    border-left: none;
    border-right: none;
    outline: none;
    -webkit-focus-ring-color: transparent;
}

input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    margin: 0; 
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
    -webkit-appearance: none; /* Safari */
}


.calculator_description{}
.calculator_description h4{
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 31.2px;
    text-align: left;
    letter-spacing: 2px;
}
.calculator_description h3{
    font-family: 'aesthet-nova';
    color: #302950;
    font-size: 36px;
    font-weight: 500;
    line-height: 46.8px;
    text-align: left;
}
.calculator_description p{
    color: #302950;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    text-align: left;
}
#salaryChart{
    position: relative;
    z-index: 1;
}
#salaryChart_container{
    position: relative;
}
#salaryChart_container:after{
    content: 'Gross pay';
    height: 150px;
    width: 150px;
    color: #000;
    display: flex;
    font-weight: 600;
    background: #DCD2F6;
    border-radius: 50%;
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    justify-content: center;
    align-items: center;
}

.dollar_value::before{
    content: '$';
}


input[type="radio"] {
    display: none;
}

input[type="radio"] + label {
    position: relative;
    padding-left: 20px; /* Adjust padding to make space for custom radio indicator */
    cursor: pointer;
}

input[type="radio"] + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;  /* Increased size for visibility */
    height: 14px;
    border-radius: 50%; /* Circular shape */
    background: white; /* Default background */
    border: 2px solid #7054AF; /* Border color for radio */
}

input[type="radio"]:checked + label:before {
    background: #7054AF; /* Color when selected */
    box-shadow: inset 0px 0 1px 2px #fff;
}


.switch-field {
	display: flex;
	margin-bottom: 36px;
	overflow: hidden;
}

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.switch-field label {
	background-color: #d8d8d8;
	color: rgba(0, 0, 0, 0.6);
	font-size: 14px;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin-right: -1px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
	transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: #7054c4;
    color: #fff;
	box-shadow: none;
}

.switch-field label:first-of-type {
	border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
	border-radius: 0 4px 4px 0;
}

.switch-field input[type="radio"] + label:before{
    content: unset;
}

.radiobtns.custom{
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 350px;
    flex-wrap: wrap;
}
.radiobtns.custom label.main-label,
.radiobtns.custom label{
    width: fit-content;
    margin: 0;
}
.radiobtns.custom .switch-field{ 
    margin: 0;
}
.radiobtns.custom input{
    margin: 0;
}

.chart_display {
    position: relative;
}

.chart_display:after {
    position: absolute;
    content: 'Gross Pay';
    height: 180px;
    width: 180px;
    background: #DCD2F6;
    color: #000000;
    font-weight: 500;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 13.79px 0px #00000040;
}

.calc_result_row > div {
    padding: 17px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#tax-exemptions.disabled{
    opacity: 0.6;
    pointer-events: none;
}

.calculator_hero li.breadcrumb-item a {
    color: #7054af !important;
}

.calculator_hero li.breadcrumb-item.active {
    position: relative;
}

.calculator_hero li.breadcrumb-item.active:after {
    position: absolute;
    top: 100%;
    left: 60%;
    transform: translateX(-50%);
    content: '';
    border-radius: 10px;
    width: 80%;
    height: 3px;
    background: #7054af;
}

/* .page-template-page-us-calulators table {
    font-family: "aesthet-nova", 'sans-serif';
    width: 100%;
    overflow-x: auto;
    display: block;
} */

/* .page-template-page-us-calulators td {
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
} */


/* -----------------------------------
            Content styling
------------------------------------- */

section.us_calulators_content h1 {
    margin-bottom: 20px !important;
}
section.us_calulators_content h2 {
    margin-bottom: 20px !important;
    font-size: 32px !important;
    font-weight:700 !important;
    color: #2C2E31 !important;
    font-family: "aesthet-nova", serif;
}

section.us_calulators_content h3 {
    margin-bottom: 20px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #2C2E31 !important;
    font-family: "Raleway", sans-serif;
}

section.us_calulators_content h4 {
    margin-bottom: 20px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #2C2E31 !important;
    font-family: "Raleway", sans-serif;
}
section.us_calulators_content h5 {
    margin-bottom: 20px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #2C2E31 !important;
    font-family: "Raleway", sans-serif;
}
section.us_calulators_content h6 {
    margin-bottom: 20px !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    color: #2C2E31 !important;
    font-family: "Raleway", sans-serif;
}
section.us_calulators_content p {
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #2C2E31 !important;
    font-family: "Raleway", sans-serif;
}

section.us_calulators_content table {
    margin-bottom: 20px !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #2C2E31 !important;
    font-family: "Raleway", sans-serif;
}

button.cta-minimum-wage{
    border-radius: 10px;
    padding: 10px 30px;
    border: none;
    font-family: "aesthet-nova", serif;
    font-size: 15.89px;
    font-weight: 700;
    line-height: 23.84px;
    background-color: #F7D977;
    color: #302950 !important;
}

body.page-salary-paycheck-calculator ol:not(header ol, footer ol, ol.toc, .mobile-sub-navbar ol, .sub-navbar-title ol, #wpadminbar ol, .nav-tabs, .tab-content ol, .form-container-hubspot ol) li,
body.page-salary-paycheck-calculator ul:not(header ul, footer ul, ul.toc, .mobile-sub-navbar ul, .sub-navbar-title ul, #wpadminbar ul, .nav-tabs, .tab-content ul, .form-container-hubspot ul) li {
    /* list-style: none; */
    position: relative;
    line-height: 35px;
    color: #2C2E31 !important;
    font-weight: 500;
    margin: 16px 0px;
    font-size: 16px !important;
    font-family: "Raleway", sans-serif !important;
}
 


#faq_keka .accordion-item {
    margin-bottom: 0.5rem;
}
#faq_keka .accordion-button:focus {
border-color: unset;
z-index: 3;
box-shadow: unset;
}
#faq_keka .accordion-item:not(:first-of-type) {
border-top: 0px solid #dadbdb!important;
}
#faq_keka .accordion-item {
border-radius: 8px;
border: 0px;
}
#faq_keka .accordion-item button.accordion-button {
border-radius: 8px !important;
width: 100%;
text-align: left;
padding: 25px 40px 25px 25px !important;
/* padding: 25px !important; */
border: none;
outline: none;
}
#faq_keka .accordion-button:not(.collapsed) {
box-shadow: unset !important;
}
#faq_keka .accordion-button:after {
background-image: url(https://explore.keka.com/hubfs/Ads - LP Images/pluse.webp);
}
#faq_keka .accordion-button:not(.collapsed):after {
background-image: url(https://explore.keka.com/hubfs/Ads - LP Images/minus.webp);
}

#faq_keka .accordion-item .accordion-button:not(.collapsed) {

padding-bottom: 16px !important;
}
#faq_keka .accordion-button:after {

width: 40px;
height: 40px;
background-size: contain;
}
/*     #faq_keka .accordion-button:not(.collapsed) {
background: red !important;
} */
.bg-ash100 {
background-color: #f9fafa!important
}
#faq_keka .accordion-button:after {
content: '';
position: absolute;
right: 25px;
}
h5.accordion-header {
position: relative;
}

.toc a {
    font-family: "Raleway", sans-serif !important;
}