﻿.finance-cal-wrapper{
    display: block;
    color: #294540;
}
.finance-cal-wrapper .grid-2{
    display: grid;
    grid-template-columns: 633px 633px;
    justify-content: center;
}

.finance-cal-wrapper .grid-2 .left{
    box-shadow: 10px 32px 72px 0px #3333331F;
    border-radius: 24px 0px 0px 24px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: auto;
    width: 633px;
}

.finance-cal-wrapper .grid-2 .left .math-img{
    width: 32px;
    height: 32px;
}
.finance-cal-wrapper .grid-2 .left .toyota-leasing{
    width: 104px;
    height: 35px;
}

.finance-cal-wrapper .grid-2 .left .tiltle-head{
font-weight: 500;
font-style: Medium;
font-size: 24px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #000000;
}


.finance-cal-wrapper .grid-2 .left .sub-title{
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: #000000;
}

.finance-cal-wrapper .grid-2-detail{
    display: grid;
    grid-template-columns: 276.5px 276.5px;
    gap: 18px;
}

.finance-cal-wrapper .grid-2-detail .input-wrap{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.finance-cal-wrapper .grid-2-detail .input-wrap .input{
    width: 100%;
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    height: 44px;
}

.finance-cal-wrapper .grid-2-detail  .input-title{
font-weight: 400;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
color: #000000;
}

.finance-cal-wrapper .grid-2-detail  .input-title-detail{
    color: #A2AEB8;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: left;
}

.finance-cal-wrapper > .title{
    color: var(--color-primary);
    font-size: 28px;
    font-weight: 500;
    width: auto;
    margin-bottom: 25px;
    margin-left: 30px;
    margin-right: 30px;
    border-bottom: 3px solid #EDEEEE;
}

.finance-cal-wrapper .head{
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.finance-cal-wrapper .head .head-title{
    font-size: 24px;
    color: #1d7062;
    font-weight: 500;
}

.finance-cal-wrapper .head .head-subtitle{
    font-size: 12px;
    font-weight: 300;
    color: #294540;
    margin-left: 18px;
}

.finance-cal-wrapper .left table td{
    border-bottom: none;
    height: 45px;
    color: #9D9D9D;
}

.finance-cal-wrapper .left table td:first-child{
    width: 40%;
    font-weight: 500;
    color: #294540;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
}

.finance-cal-wrapper .left table td:nth-child(2){
    text-align: center;
    white-space: nowrap;
}

.finance-cal-wrapper .left table{
    width: 100%;
    font-size: 18px;
}


.finance-cal-wrapper .left table input,
.finance-cal-wrapper .left table .input,
.finance-cal-wrapper .left table select{
    width: 208px;
    text-align: center;
    margin-right: auto;
margin-left: auto;
}

.finance-cal-wrapper .left table select{
    color: #294540;
}

.finance-cal-wrapper .left .interest-input{
    border: 1px solid #EEEEEE;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding-right: 10px;
    padding-left: 10px;
    height: 44px;
    width: 100%;
     background: #F6F6F6;
    color: #4F4F4F;
    font-size: 16px;
}

.finance-cal-wrapper .right{
    background: linear-gradient(99.4deg, #2D796B 6.43%, #079461 107.64%);
    box-shadow: 10px 32px 72px 0px #3333331F;
    border-radius: 24px;
    padding: 40px 32px 32px 32px;
    gap: 24px;
    display: flex;
    width: 633px;
    height: 395px;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    margin-left: -20px;
    justify-content: space-between;
}

.finance-cal-wrapper .right-white{
    background: #ECECEC;
    box-shadow: 10px 32px 72px 0px #3333331F;
    border-radius: 24px;
    padding: 40px 32px 32px 32px;
    gap: 24px;
    display: flex;
    width: 633px;
    height: 375px;
    align-items: flex-start;
    flex-direction: column;
    position: relative;
    margin-left: -20px;
    justify-content: space-between;
}

.finance-cal-wrapper .right-white .imgbg{
    position: absolute;
    right: 1px;
    bottom: -50px;
}

.finance-cal-wrapper .right-white .imgbg img{
    width: 228px;
height: 293.828857421875px;
gap: 14.8px;
object-fit: contain;
}

.finance-cal-wrapper .right-white .right-con{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.finance-cal-wrapper .right-white .Button{
    width: 186px;
    height: 48px;
    border-radius: 30px;
    padding-top: 6px;
    padding-right: 20px;
    padding-bottom: 6px;
    padding-left: 20px;
    gap: 10px;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #ffff;
background: linear-gradient(99.4deg, #2D796B 6.43%, #079461 107.64%) !important;
}


.finance-cal-wrapper .right .right-con{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.finance-cal-wrapper .right-white .title{
font-weight: 400;
font-style: Regular;
font-size: 24px;
color: #1B7062;
line-height: 100%;
vertical-align: middle;
margin-bottom: 0px;
}


.finance-cal-wrapper .right .title{
    font-family: Prompt;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: #ffff;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 0px;
    height: 36px;
}

.finance-cal-wrapper .right-white .price{
font-weight: 600;
font-style: SemiBold;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;
color:#1B7062;
display: block;
}

.finance-cal-wrapper .right .price{
font-weight: 600;
font-style: SemiBold;
font-size: 48px;
line-height: 100%;
letter-spacing: 0%;
color: #fff;
display: block;
}



.finance-cal-wrapper .right .price .comment{
    font-size: 42px;
}

.finance-cal-wrapper .right .imgbg{
        position: absolute;
        right: -3%;
        bottom: -16%;
}

.finance-cal-wrapper .right .imgbg img{
    width: 228px;
    height: 293px;
    object-fit: cover;
}

.finance-cal-wrapper .right-white .ps{
font-weight: 400;
font-style: Regular;
font-size: 16px;
line-height: 150%;
letter-spacing: -1.1%;
color: #1B7062;
    opacity: 0.6;
}


.finance-cal-wrapper .right .ps{
font-weight: 400;
font-style: Regular;
font-size: 13px;
line-height: 150%;
letter-spacing: -1.1%;
color: #FFFFFFD9;
}

.finance-cal-wrapper .right .button-wrapper{

}

.finance-cal-wrapper .right .button-wrapper .Button{
min-width: 186px;
height: 48px;
border-radius: 30px;
padding-top: 6px;
padding-right: 20px;
padding-bottom: 6px;
padding-left: 20px;
gap: 10px;
background: #FFFFFF;
box-shadow: 0px 0px 10px 0px #28775580;
color: #396D61;
font-weight: 500;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
white-space: nowrap;

}

/** Custom Selector **/

.custom-selector{
    position: relative;
}

.custom-selector-input{
    height: 35px;
    display: flex;
    align-items: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABICAYAAAC6L9h5AAAACXBIWXMAACE4AAAhOAFFljFgAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAD6SURBVHgB7djBEYIwEEbhHSuwBEugI0ugREqgFEvQZPCfUcdgQJJA8r6ZPXhy94EXzQAAAAAAAAAAAADsRedmcHN3Mz4/l7S3fezi5mbTQhr/udRiXWCfsxXU2/tCJUN9C6TpbaWTpeOfnH/lc4XST6zoGxPilwo9vVxvVBexw8UKi1kyVaiS371YiWUPFUhyLn3IQJJj+UMHkpRHVBFIUhxTVSDZ8qgqA8kWx1UdSP45solAsubYpgLJkqObDCQxx1+t4UDyK9TcNBFI1oRqKpAsCdVkIIkJ1XQgmQtFoBehP/AJ9MEHGW0KNBiBAAAAAAAAAAAAgGo8AFOvNPKxlQqGAAAAAElFTkSuQmCC);
    background-position: center right 8px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 100%;
    letter-spacing: 0%;
    border-radius: 10px !important;
    border: 1px solid #EEEEEE;
    color: #000000;
}

.custom-selector-list{
    display: none;
}

.custom-selector-list.expanded{
    display: block;
    z-index: 2;
    border-radius: 10px;
    background-color: var(--color-neutral-0);
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    border: 1px solid #EEEEEE;
    overflow: hidden;
}

.custom-selector-list.expanded div{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #58585B;
    width: 100%;
    height: 40px;
    align-items: center;
    background-color: var(--color-neutral-0);
    padding-left: 18px;
}

.custom-selector-list.expanded a:first-child{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
}

.custom-selector-list.expanded div:not(:last-child){
    border-bottom: none;
}

.custom-selector-list.expanded div:hover{
    background-color: rgba(45, 121, 107, 0.16);
}


@media screen and (max-width:551px){
    .finance-cal-wrapper{
        display: flex;
        color: #294540;
        justify-content: center;
    }

    .finance-cal-wrapper > .title{
        color: var(--color-primary);
        font-size: 28px;
        font-weight: 500;
        width: auto;
        margin-bottom: 10px !important;
        margin-left: 0px;
        margin-right: 0px;
        border-bottom: none;
    }

    .finance-cal-wrapper .head{
        align-items: baseline;
        margin-bottom: 16px;
        margin-top: 10px;
        padding: 0 10px;
    }

    .finance-cal-wrapper .head .head-title{
        font-size: 13px;
        white-space: nowrap;
    }

    .finance-cal-wrapper .head .head-subtitle{
        font-size: 6px;
        margin-left: 7px;
    }

    .finance-cal-wrapper .left table tr:nth-child(4){
        height: 40px;
        vertical-align: bottom;
    }

    .finance-cal-wrapper .left table tr:nth-child(4) td{
        padding-bottom: 4px;
    }

    .finance-cal-wrapper .left table td{
        border-bottom: none;
        height: 30px;
        color: #A6ADB2;
    }

    .finance-cal-wrapper .left table td:first-child{
        width: 40%;
        text-align: right;
        padding: 0 4px 0px 0px;
    }

        .finance-cal-wrapper .left table td:last-child{
        color: var(--color-neutral-10);
        font-weight: 500;
    }

    .finance-cal-wrapper .left table{
        width: 100%;
        font-size: 11px;
    }


    .finance-cal-wrapper .left table input,
    .finance-cal-wrapper .left table .input,
    .finance-cal-wrapper .left table select{
        width: 128px;
        font-size: 8px !important;
        height: 20px !important;
    }

    .finance-cal-wrapper .left table select{
        font-size: 12px;
    }

    .finance-cal-wrapper .right{
        width: 100%;
        min-height: 140px;
        padding: 15px;
    }
   

    .finance-cal-wrapper .right .price{
        font-size: 48px;
        width: 100%;
        text-align: left;
    }

    .finance-cal-wrapper .right .price .comment{
    font-size: 32px;
}

    .finance-cal-wrapper .right .ps{
        font-size: 16px;
        width: 100%;
        text-align: left;
    }
    
    .finance-cal-wrapper .right-white{
        width: 100%;
        min-height: 140px;
        padding: 15px;
    }
   

    .finance-cal-wrapper .right-white .price{
        font-size: 48px;
        width: 100%;
        text-align: left;
    }

    .finance-cal-wrapper .right-white .price .comment{
    font-size: 32px;
}

    .finance-cal-wrapper .right-white .ps{
        font-size: 16px;
        width: 100%;
        text-align: left;
        opacity: 1;
    }

    /** Custom Selector **/

    .custom-selector-input{
    background-position: center right 12px;
    background-size: 10px 5px;
}

    .custom-selector-list.expanded{
        top: 20px;
    }

    .custom-selector-list.expanded div{
        font-size: 11px;
        height: 20px;
    }
}
.popup-toyata{
    width: 399px !important;
    height: 326px;
}
.popup-toyata img{
    width: 198px;
height: 95.81161499023438px;
margin-top: 5px;
}

.popup-toyata .modal-top{
    display: none;
}

.popup-toyata .title-popup{
font-weight: 500;
font-style: Medium;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #000000;
margin-top: 20px;
}

.popup-toyata .detail{
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;
color: #666666;
margin-top: 12px;
}

.popup-toyata .cancle-btn{
    border: 1px solid #2D796B;
    width: 167.5px;
    height: 48px;
    border-radius: 30px;
    padding-top: 10px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-left: 30px;
    gap: 4px;
    border-width: 1px;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 100%;
}

.popup-toyata .confirm-btn{
    background: linear-gradient(113.4deg, #396D61 13.89%, #207B50 64.02%, #20804F 93.52%);
    box-shadow: 0px 0px 10px 0px #2D755980;
    width: 167.5px;
    height: 48px;
    border-radius: 30px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    font-family: Prompt;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
}

.notSMLFailure-popup{
width: 345px !important;
height: 285px;
padding: 0px;
overflow: hidden !important;
}
.notSMLFailure-popupEN{
width: auto !important;
height: 295px;
padding: 0px;
overflow: hidden !important;
}

.notcal-popup{
    width: 336px;
height: 238px;
padding: 0px;
}

.notcal-popup.en{
    height: 254px !important;
}

.notcal-popup .modal-content{
    border-radius: 35px;
display: flex;
flex-direction: column;
padding: 0px;
align-items: center;
justify-content: center;
}

.notcal-wrap img{
    width: 94px;
    height: 90px;
    margin-top: 6px;
}

.notcal-popup .modal-content .title-m{
font-weight: 500;
font-style: Medium;
font-size: 15px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
vertical-align: middle;

}


.notcal-popup.en .modal-content .title-sub{
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    opacity: 0.6;
    color: #000000;
    text-align: center;
}

.notcal-popup .modal-content .title-sub{
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    opacity: 0.6;
    color: #000000;
    text-align: center;
}

.btn-try{
    width: 108px;
    height: 29px !important;
    background: linear-gradient(99.4deg, #2D796B 6.43%, #079461 107.64%);
    box-shadow: 0px 0px 10px 0px #2D755980;
    border-radius: 30px !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 100%;
    text-align: center;
}

.notcal-popup .modal-top{
    display: none;
}

.cal-btn{
    width: 225px;
    height: 48px;
    border-radius: 30px;
    background: linear-gradient(99.4deg, #2D796B 6.43%, #079461 107.64%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Prompt;
font-weight: 500;
font-style: Medium;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #ffff !important;
gap: 8px;
padding: 6px 20px 6px 20px;
white-space: nowrap;
}

.cal-btn img{
    min-width: 18px;
    min-height: 18px;

}

.loadinggif{
    width: 140px;
    height: 41px;
    object-fit: cover;
}

.cal-btn:hover{
    color: #ffff !important;
}

.text-try-cal{
font-weight: 600;
font-style: SemiBold;
font-size: 40px;
line-height: 100%;
letter-spacing: 0%;
vertical-align: middle;
color: #ffff;
}