.hiring-costs-btns {
    display: flex;
    justify-content: space-between;
	margin-bottom:5%;
}
select#currency-switcher {
    background-color: transparent;
}
div#total-savings {
    margin-top: 80px;
    margin-bottom: 20px;
}
#job-roles-table td button:hover {
    background-color: transparent !important;
    color: red;
    transition: 0.3s ease;
    opacity:0.5;
}
button.close-btn {
    position: relative;
}
select#currency-switcher:focus-visible {
    outline:0px;
}
select#currency-switcher {
    font-size: 20px;
    border: 0px;
    color: var(--fl-global-orange);
    font-weight:bold;
    padding:10px;
	cursor:pointer;
}
.quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
input::placeholder {
    color: #000 !important;
}
#empty-placeholder img.placeholder-img {
    width: 53%;
    object-fit: cover;
}
#hiring-calculator {
    margin: 20px 0;
    padding: 50px;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*POPUP*/
div#total-savings button {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1;
    border: 0;
    background-color: var(--fl-global-orange);
    border-radius: 20px;
    padding: 10px 20px;
    padding: 20px 50px;
    border-radius: 60px;
    font-size: 40px;
    animation: wiggle 1s ease-in-out infinite;
    margin-top:50px;
}
#hiring-calculator table, #hiring-calculator th, #hiring-calculator td{
    border:0px !important;
}
table#job-roles-table thead {
    border-bottom: 2px solid #000;
}
input#gform_submit_button_5 {
    padding: 10px 70px;
    border-radius: 60px;
    font-size: 24px;
    background-color: var(--fl-global-orange);
    border: 0px !important;
    font-weight: 500;
}
div#total-savings {
    text-align: center;
    
}
.popup-content p {
    border-bottom: 0px !important;
}

input, textarea {
    border: 1px solid #000 !important;
}
div#popupModal {
    z-index: 999999;
}
.popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        justify-content: center;
        align-items: center;
    }
.popup-content {
    background: white;
    padding: 0 2%;
    border-radius: 10px;
    text-align: center;
    position: relative;
    max-width: 700px;
    width: 100%;
}
    .close-btn {
        position: absolute;
        top: 5px;
        right: 10px;
        font-size: 20px;
        cursor: pointer;
    }
/*End of Poppup*/
#estimated-monthly-cost span.currency {
    color: #000;
    opacity: 80%;
}
.estimated strong {
    color: var(--fl-global-orange);
    font-size: 45px;
	text-align:left;
}
.total-value.with-border-solid p {
    border-bottom: 1px var(--fl-global-orange) solid !important;
}
span.currency {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-right: 0px;
    font-weight: normal;
    font-size: 70% !important;
    opacity: 60%;
    right: 10px;
}
.total-value p{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.estimated {
    margin-top: 30px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    
}
.total-value span {
    font-weight: bold;
}
span#estimated-monthly-cost {
    color: #000;
    font-size: 80px;
    font-weight: bold;
}
div#total-savings{
    margin-top:80px;
}
div#total-savings p {
    font-size: 20px;
    color: #000;
    border-bottom: 1px #ef8f0063 solid;
    padding: 10px 0;
}
/* General styling */
ul#roles-list li strong {
    color: #000;
    font-size: 26px;
}
ul#roles-list li {
    list-style-type: none;
    cursor:pointer;
}

ul#roles-list {
    padding: 0px;
    margin-top: 5%;
    overflow-y: scroll;
    height: 400px;
}
#modal-content {
    padding: 2% 3%;
    position: relative;
    width: 100%;
    max-width: 900px !important;
    height: 675px;
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
input#role-search::placeholder {
    color: #000;
}
#modal-content h3, .popup-content h3 {
    text-align: center;
    font-size: 50px;
    color: var(--fl-global-blue);
    margin-bottom: 30px;
    font-weight: 800;
}
#role-search, input#role-search {
    width: 100%;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    margin-bottom: 10px;
    height: 60px;
    color: #000;
}

input::placeholder {
    color: #000;
}

ul#roles-list p {
    font-size: 18px;
}

.close-div {
    position: absolute;
    right: 20px;
    top: -20px;
}

div#modal-content button.close-btn {
    background-color: transparent;
    color: #000;
    font-size: 40px;
}

img.placeholder-img {
    width: 100%;
    object-fit: cover;
}
h2.placeholder-text {
    text-align: center;
    font-weight: 800;
    color: #000;
    font-size: 35px;
    margin: 50px;
}

/* Button styling */
button#add-team-member-btn,
#empty-placeholder button#add-team-member-btn {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    border: 0;
    background-color: var(--fl-global-orange);
    border-radius: 20px;
    padding: 10px 20px;
}

#empty-placeholder button#add-team-member-btn {
    padding: 20px 50px;
    border-radius: 60px;
    font-size: 40px;
    animation: wiggle 1s ease-in-out infinite;
}

/* Keyframe animation */
@keyframes wiggle {
    0%, 50%, 100% { transform: rotate(0deg); }
    25%, 75% { transform: rotate(5deg); }
}

/* Placeholder styling */
#empty-placeholder {
    text-align: center;
    background-color: transparent;
    box-shadow: 0px -1px 87px 31px rgba(184, 175, 175, 0.68);
    padding: 5%;
}

div#empty-placeholder {
    background-color: transparent;
    box-shadow: 0px -1px 87px 31px rgba(184, 175, 175, 0.68);
}

/* Hiring calculator */
#hiring-calculator {
    margin: 0;
    padding: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Job roles table */
#job-roles-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
#job-roles-table th {
    text-align: left;
    font-size: 17px;
}
#job-roles-table td {
    text-align: left !important;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}
#job-roles-table th,
#job-roles-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

#job-roles-table th {
    background-color: transparent;
    color: #000;
    text-align: left;
}


#job-roles-table td button {
    font-size: 35px;
    background-color: transparent;
    color: #ff4d4d;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

#job-roles-table td button:hover {
    background-color: #e60000;
}

/* Modal */
#add-team-member-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    padding: 5%;
}

#add-team-member-modal button {
    background: #007cba;
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
}

#add-team-member-modal button:hover {
    background: #005f99;
}

@media screen and (max-width:1024px){
div#total-savings {
    margin-top: 80px;
    padding: 30px;
}
#hiring-calculator {
    margin: 0;
    padding: 0;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
#add-team-member-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
    padding: 5%;
}
#job-roles-table th:nth-child(1) {
    width: 20%;
}
#job-roles-table th {
    text-align: left;
    font-size: 17px;
}
section.hiring-cost-calculator {
        padding: 0;
}
#job-roles-table td {
    text-align: left !important;
    font-size: 17px;
    color: #000;
    font-weight: bold;
}
    h2.placeholder-text {
    text-align: center;
    font-weight: bold;
    color: #000;
    font-size: 29px;
    margin: 30px 10px;
}
#empty-placeholder button#add-team-member-btn {
    padding: 20px 50px;
    border-radius: 60px;
    font-size: 31px;
    animation: wiggle 1s ease-in-out infinite;
}
#modal-content h3, .popup-content h3 {
    text-align: center;
    font-size: 50px;
    font-weight: 800;
    color: var(--fl-global-blue);
    margin-bottom: 30px;
}
#modal-content {
    padding: 2% 3%;
    position: relative;
    width: 100%;
    max-width: 900px !important;
    height: auto;
    background: white;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}
ul#roles-list li strong {
    color: #000;
    font-size: 26px;
}
div#total-savings p {
    font-size: 17px;
    color: #000;
    border-bottom: 1px #ef8f0063 solid;
    padding: 10px 0;
    text-align: left;
}
.estimated {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
span#estimated-monthly-cost {
    color: #000;
    font-size: 72px;
    font-weight: bold;
}
div#total-savings button {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1;
    border: 0;
    background-color: var(--fl-global-orange);
    border-radius: 20px;
    padding: 10px 20px;
    padding: 20px 50px;
    border-radius: 60px;
    font-size: 19px;
    animation: wiggle 1s ease-in-out infinite;
    margin-top: 50px;
}
div#popupModal {
    padding: 5%;
}

.popup-content {
    padding: 5%;
}

input#gform_submit_button_5 {
    padding: 5px 49px;
    border-radius: 60px;
    font-size: 23px;
    background-color: var(--fl-global-orange);
    border: 0px !important;
}
.total-value p {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.table-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scrolling on iOS */
}

#job-roles-table {
    width: 100%;
    min-width: 600px; /* Prevents the table from being too compressed */
    border-collapse: collapse;
}
}
@media screen and (max-width:820px){
	section.hiring-cost-calculator {
    padding: 5%;
}
    #job-roles-table th {
        text-align: left;
        font-size: 13px;
    }
    #job-roles-table td {
        text-align: left !important;
        font-size: 12px;
        color: #000;
        font-weight: bold;
    }
}

@media screen and (max-width:767px){
td.role-name {
    z-index: 9999;
}
td.aud-cost:before {
    content: "AU (USD)";
}
td.savings-aud:before {
    content: "Savings (AU)";
}
td.savings-aud-percent:before {
    content: "% Savings (AU)";
}
span#total-us-cost {
    font-size: 30px;
}

span#ph-savings {
    font-size: 30px;
}

span#total-savings-percent {
    font-size: 30px;
}
    #job-roles-table td {
        text-align: left !important;
        font-size: 16px;
        color: #000;
        font-weight: bold;
    }
#job-roles-table tr {
     display: flex;
     flex-direction: column;
     margin-top: 20px;
     box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .1);
     background-color: #FFFFFF;
     position: relative;
     padding: 10px;
     border-radius: 20px;
}
td.role-name {
    font-size: 27px !important;
    max-width: 90%;
}
#job-roles-table td:last-child {
    position: absolute;
    width: 100%;
    right: 0;
}

#job-roles-table td button {
    font-size: 35px;
    background-color: transparent;
    color: #ff4d4d;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
button.removerolebtn {
    position: absolute;
    right: 20px;
	text-align:end;
	width:100%;
}
.total-value-wrapper {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, .1);
    background-color: #FFFFFF;
    position: relative;
    padding: 20px;
    border-radius: 20px;
}

.total-value-wrapper {
    margin: 10px;
}
	tbody#job-roles-list {
    padding: 10px;
    display: block;
    position: relative;
}
td.role-name {
    font-size: 25px !important;
    max-width: 90%;
}
#job-roles-table thead {
    display: none;
}
#job-roles-table {
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
}
tbody#job-roles-list tr td {
    display: flex;
}
.quantity-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
    div#total-savings {
        margin-top: 0;
        padding: 0 0 30px;
    }
button.removerolebtn {
    position: absolute;
    top: 0;
    right: 0;
}


button.minus {
    top: -3px;
    position: relative;
}
	#job-roles-table td button {
    font-size: 35px;
    background-color: transparent;
    color: #ff4d4d;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
.quantity-wrapper:before {
    content: "Staff";
}

td.ph-cost:before {
    content: "PH (USD)";
}

td.us-cost::before {
    content: "US (USD)";
}

td.saving-us:before {
    content: "Savings (US)";
}

td.saving-percent-us:before {
    content: "% Savings (US)";););
}

tbody#job-roles-list td {
    display: flex;
    justify-content: space-between;
}
	span#estimated-monthly-cost {
   color: #000;
   font-size: 40px;
   font-weight: bold;
}
	span.currency {
    display: inline-block;
    position: relative;
    top: -3px;
    padding-right: 0px;
    font-weight: normal;
    font-size: 70% !important;
    opacity: 60%;
    right: 0px;
}
	div#total-savings p {
        font-size: 17px;
        color: #000;
        border-bottom: 1px #ef8f0063 solid;
        padding: 10px 0;
        text-align: center;
}
    .estimated strong {
        line-height: 40px;
        font-size: 25px;
    }
	    #empty-placeholder button#add-team-member-btn {
        padding: 20px 33px;
        border-radius: 60px;
        font-size: 20px;
        animation: wiggle 1s ease-in-out infinite;
    }
#empty-placeholder img.placeholder-img {
    width: 100%;
    object-fit: cover;
}
	    h2.placeholder-text {
        text-align: center;
        font-weight: bold;
        color: #000;
        font-size: 24px;
        margin: 0px;
        padding: 10px;
    }
	.hiring-costs-btns {
    margin-bottom: 20px;
}
.hiring-costs-btns button#add-team-member-btn, .hiring-costs-btns #empty-placeholder button#add-team-member-btn {
    font-family: Poppins, sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    border: 0;
    background-color: var(--fl-global-orange);
    border-radius: 20px;
    padding: 10px 10px;
}
	div#modal-content h3 {
    font-size: 27px;
}
ul#roles-list li strong {
    color: #000;
    font-size: 20px;
}
	div#total-savings button {
        font-family: Poppins, sans-serif;
        font-weight: 500;
        line-height: 1;
        border: 0;
        background-color: var(--fl-global-orange);
        border-radius: 20px;
        padding: 10px 20px;
        padding: 20px 20px;
        border-radius: 60px;
        font-size: 14px;
        animation: wiggle 1s ease-in-out infinite;
        margin-top: 20px;
    }
	p.gform_description {
    display: none;
}
	div#popupModal {
    z-index: 9999999999 !important;
}
	#add-team-member-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 999999999999;
    padding: 5%;
}
	div#modal-content button.close-btn {
    background-color: transparent;
    color: #000;
    font-size: 40px !important;
    right: -15px;
    top: -10px;
}
	    #modal-content h3, .popup-content h3 {
        text-align: center;
        font-size: 40px;
        font-weight: 800;
        color: var(--fl-global-blue);
        margin-bottom: 0;
    }
	.gform_footer.before {
    padding-bottom: 0px !important;
}
	span.close-btn {
    background-color: transparent;
    color: #000;
    font-size: 40px !important;
    right: 10px;
    top: 0;
}
	#role-search, input#role-search {
    width: 100%;
    padding: 8px;
    border: 1px solid #000;
    border-radius: 0;
    height: 60px;
    color: #000;
    margin: 10px 0 10px;
}
}