.type-pto-2 .calculator h2,
.type-pto-3 .calculator h2,
.type-pto-2 .calculator .div-flow,
.type-pto-3 .calculator .div-flow{
    font-weight: 400;
    font-size: 14px !important;
    line-height: 22px;
    color: #585858;
    display: inline;
}
.type-pto-2 .calculator h2 div,
.type-pto-3 .calculator h2 div,
.type-pto-2 .calculator .div-flow div,
.type-pto-3 .calculator .div-flow div
{
    font-size: 13px !important;
    display: inline;
}
.type-pto-2 #balance{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.type-pto-2 #balance .div-flow{
    width: 100%;
}
.type-pto-2 #balance input{
    width: 100%;
}
.type-pto-2 #balance h2{
    display: inline-block;
    margin: 0;
}
#accrual-freq-type-2::after,
#accrual-freq-type-3::after,
#limit-type-2 span::after,
#accrual-number-type-2 span::after,
#accrual-number-type-3 span::after,
#accrual-start::after,
#accrual-end::after,
#on-day::after{
    content: '';
    width: 1px;
    height: 42px;
    position: absolute;
    right: 42px;
    background: #DEDEDE;
    bottom: 0;
}
#limit-type-2 span::after, 
#accrual-number-type-2 span::after,
#accrual-number-type-3 span::after{
    top: -9px;
    right: auto;
    left: 0;
}
#limit-type-2 .limit-wrap{
    display: flex;
    align-items: center;
    width: 100%;
}
#limit-type-2 .limit-input{
    width: 100%;
}
.calculator input[type=text],
.calculator input[type=number],
.calculator input[type=date],
.calculator select{
    background: #fff;
    border: 1px solid #AFBACA;
    border-radius: 10px;
    /* width: 50%; */
    height: 42px;
    line-height: 42px;
    float: right;
    padding: 0 14px !important;
    box-sizing: content-box;
    font-family: 'Poppins';
    font-weight: 400;
    color: #AFBACA;
    font-size: 14px;
    letter-spacing: 0;
}
.calculator input::placeholder{
    color: #AFBACA;
    font-weight: 400;
}
/* .type-pto-2 .calculate{
    margin-top: 30px;
}
.type-pto-3 .calculate{
    margin-top: 20px;
} */
/* calc 2 */
#month-day-type-2,
#month-day-type-3,
.show-semi option{
    display: none;
}
.show-semi option.semi{
    display: block;
}
.calculator-row {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
    gap: 10px;
}
.calculator-col{
    width: 50%;
    float: left;
}
.calculator-row .calculator-col:first-child{
    /* margin-right: 6%;    */
}
.calculator .calculator-col h2{
    width: 39%;
    float: left;
    margin: 0 1% 0 0;
}
.calculator .calculator-col input,
.calculator .calculator-col select{
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
#balance{
    margin-bottom: 22px;
    padding-bottom: 22px;
    padding-top: 22px;
    border-bottom: 1px solid #F2F2F2;
    border-top: 1px solid #F2F2F2;
}
#accrual-period{
    padding-bottom: 22px;
    border-bottom: 1px solid #F2F2F2;
}
#limit-type-2{
    padding-top: 22px;
    border-top: 1px solid #F2F2F2;
    position: relative;
}
#accrual-number-type-2, 
#accrual-number-type-3,
#accrual-start,
#accrual-end,
#on-day{
    position: relative;
}
#limit-type-2 span, 
#accrual-number-type-2 span,
#accrual-number-type-3 span{
    position: absolute;
    top: 36px;
    right: 0;
    font-weight: 500;
    display: block;
    width: 42px;
    text-align: center;
}
#limit-type-2 span{
    bottom: 9px;
    top: unset;
}
#accrual-number-type-2 span,
#accrual-number-type-3 span{
    bottom: 9px;
    top: unset;
}
#accrual-number-type-2 h2:first-child,
#accrual-number-type-3 h2:first-child, 
#on-day h2{
    line-height: 42px;
}
#limit-type-2 h2{
    width: 35%;
    display: inline-block !important;
    margin: 0 0 0 6%;
}
#limit-type-2 input[type=text]{
    box-sizing: border-box;
}
@media (min-width:768px){
    .vc_col-sm-6#hero-text{
        width: 46%;
    }
    .vc_col-sm-6#hero-form{
        width: 54%;
    }
}
.calculator input[type=checkbox]{
    width: 20px;
    height: 20px;
    accent-color: #7F00FF;
    /* position: absolute; */
}

.result{
    background: rgba(237, 110, 68, 0.1);
    border-radius: 8px;
    text-align:center;
    padding: 50px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #585858;
    margin-bottom: 22px;
    display:none;
}
.reset .result{
    display:block;
}
.result span{
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #292929;
}
.type-pto-2 .calculator #accrual-period input{
    margin: 0;
    background: #FBFBFB url(https://cdn.vacationtracker.io/wp-content/uploads/2022/11/13121653/calendar.svg) no-repeat right 12px center;
}
#ui-datepicker-div{
    background: #FFFFFF;
    border: 1px solid #F8F8F8;
    box-shadow: 0px 4px 4px rgba(48, 40, 92, 0.25);
    border-radius: 6px;
    padding: 25px;
}
#ui-datepicker-div .ui-widget-header>*{
    color:#585858;
}
#ui-datepicker-div .ui-widget-header {
    background-color: #fff;
    border-color: #fff;
}
a.ui-state-default {
    color: #7F00FF;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    display: block;
    border-radius: 50%;
    padding: 5px 0px;
    transition: all .2s ease-in-out;
}
a.ui-state-default:hover, a.ui-state-active{
    background: #7F00FF;
    color: #fff;
}
table tbody tr, table thead tr{
    border: none;
}
table td, table th{
    padding: 5px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-next:before,
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev:before{
    color: #7F00FF;
    font-weight: 600;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-title, table th{
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    font-family: 'Poppins';
}
@media (max-width:1399px){
    .mkdf-container-inner {
    width: auto;
    max-width: 1300px;
    }
}
@media (max-width:1300px){
    .mkdf-container-inner {
    margin: 0 15px;
    }
    #hero .wpb_text_column{
        max-width: 100%;
    }
    .calculator-col {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
        display: inline-block;
        width: 100%;
    }
    input[type=text]{
        margin: 0;
    }
    #limit-type-2{
        margin-bottom: 22px;
    }
    #accrual-period{
        padding-bottom: 5px;
    }
}
@media (max-width:1200px){
    .calculator input[type=text], .calculator input[type=number], .calculator input[type=date], .calculator select{
        float: none;
        width: 100%;
        box-sizing: border-box;
    }
    .calculator .calculator-col h2{
        width: 100%;
        float: none;
        margin: 0;
        display: block;
         line-height: 21px;
    }
    .calculator .calculator-col input, .calculator .calculator-col select{
        width: 100%;
    }
    #accrual-freq-type-2::after, 
    #accrual-freq-type-3::after, 
    #limit-type-2 span::after, 
    #accrual-number-type-2 span::after, 
    #accrual-number-type-3 span::after, 
    #accrual-start::after, 
    #accrual-end::after, 
    #on-day::after{
        display: none;
    }
    #accrual-period,#balance,#limit-type-2{
        border: none;
    }
    #balance{
        padding: 0;
        margin-bottom: 10px;
    }
    #accrual-period, .calculator-row{
        margin-bottom: 0;
    }
    #accrual-start, 
    #accrual-end, 
    #accrual-number-type-2,
    #accrual-number-type-3, 
    #accrual-freq-type-2, 
    #accrual-freq-type-3, 
    #on-day, 
    #used{
        margin-bottom: 10px;
    }
    #limit-type-2 h2 {
        width: 90%;
        margin: 0 0 10px 10%;
        line-height: 1.1;
    }
    #limit-type-2{
        padding-top: 0;
    }
    #limit-type-2 span, 
    #accrual-number-type-2 span,
    #accrual-number-type-3 span{
        top: auto;
        bottom: 7px;
    }
}
@media (min-width: 768px) and (max-width: 870px){
    #tooltip-wrap{
        right: auto;
        left: 50%;
        top: -20px;
    }
}
@media (max-width: 767px){
    #tooltip-wrap{
        right: auto;
        left: 50%;
        transform: unset;
    }
    .result span{
        font-size: 19px;
    }
    #reset{
        margin: 20px auto 0;
    }
    .calculator-row {
        display: flex;
        flex-wrap: wrap;
    }
}

.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.justify-content-between {
    justify-content: space-between;
}

@media(max-width: 1400px){
    .calculator input[type=date],
    .calculator #start,
    .calculator #end{
        font-size: 10px;
    }
}

@media(max-width: 1250px){
    #accrual-period{
        border-bottom: none;
    }
}

@media(min-width: 1000px){
    #hero-section-pto-type:not(.page-id-23191) #accrual-start,
    #hero-section-pto-type:not(.page-id-23191) #accrual-freq-type-2,
    #hero-section-pto-type:not(.page-id-23191) #accrual-freq-type-3,
    #hero-section-pto-type:not(.page-id-23191) #accrual-end,
    #hero-section-pto-type:not(.page-id-23191) #accrual-number-type-2,
    #hero-section-pto-type:not(.page-id-23191) #on-day,
    #hero-section-pto-type:not(.page-id-23191) #used,
    #hero-section-pto-type:not(.page-id-23191) #limit-type-2,
    #hero-section-pto-type:not(.page-id-23191) #used-type-2{
        display: flex;
        /* align-items: center; */
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 5px;
        position: relative;
    }
    #hero-section-pto-type:not(.page-id-23191) #accrual-start .div-flow,
    #hero-section-pto-type:not(.page-id-23191) #accrual-freq-type-2 .div-flow,
    #hero-section-pto-type:not(.page-id-23191) #accrual-freq-type-3 .div-flow,
    #hero-section-pto-type:not(.page-id-23191) #accrual-end .div-flow,
    #hero-section-pto-type:not(.page-id-23191) #accrual-number-type-2 .div-flow,
    #hero-section-pto-type:not(.page-id-23191) #accrual-number-type-3 .div-flow,
    #hero-section-pto-type:not(.page-id-23191) #on-day .div-flow,
    #hero-section-pto-type:not(.page-id-23191) #used .div-flow,
    #hero-section-pto-type:not(.page-id-23191) #limit-type-2 .div-flow{
        width: inherit;
        width: 100%;
    }


    #hero-section-pto-type:not(.page-id-23191) #limit-type-2 .div-flow{
        width: 100%;
    }
    
    .page-id-23464 #goal-wrap,
    .page-id-23464 #balance-wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .page-id-23464 #goal-wrap .div-flow,
    .page-id-23464 #balance-wrap .div-flow{
        flex: 1;
    }
}
