﻿
.finance-cal-wrapper{
    display: flex;
    color: #000;
    justify-content: center;
   
}
.black{
    color: #000;
}
.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-head{
    font-size: 24px;
    color: #1d7062;
    font-weight: 500;
    margin-left: 25px;
    margin-top: 40px;
    margin-bottom: 20px;

}
.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;
    padding-left: 15px;
}

.finance-cal-wrapper .left table td:first-child{
    width: 40%;
    font-weight: 500;
    color: #294540;
    text-align: right;
    padding-right: 10px;
    white-space: nowrap;
    height: 49px;
}

.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;
}

.choices__inner{
    height: 38px !important;
    border-style: none !important;
}

.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;
height: 40px;
padding: 0px;
}

.finance-cal-wrapper .left table select{
    color: #294540;
}

.finance-cal-wrapper .right{
    background: #F4F6F8;
    border-radius: 5px;
    display: flex;
    width: 604px;
    min-height: 240px;
    height: auto;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px 45px 20px;
    max-height:306px ;
}

.finance-cal-wrapper .right .title{
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 500;
    color: #294540;
}

.finance-cal-wrapper .right .price{
font-size: 48px;
font-weight: 600;
color: var(--color-primary);
}

.finance-cal-wrapper .right .price .comment{
    font-size: 48px;
}
.font-weight5{
    font-weight: 500 !important;
}
.finance-cal-wrapper .right .ps{
color:#58585B;
font-size: 13px;
font-weight: 300;
}

.finance-cal-wrapper .right .button-wrapper{
    margin:30px 0px  0;
}

.finance-cal-wrapper .right .button-wrapper .Button{
    width: 208px;
    height: 40px;
    background-color: #4D8C82;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    border-style: none;

}

/** Custom Selector **/

.custom-selector{
    position: relative;
}

.custom-selector-input{
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #294540 !important;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAOCAYAAAA8E3wEAAAAAXNSR0IArs4c6QAAAgpJREFUOBGlU79LW1EUPvfFPLQOQh06OPgHuKlV82NwqBYsndRSwTUPqVgpJS9DlyyCJFSUYKWR/gVugi46SCXRYNOpmq4OGTq0oKCBp32353vw5PblRtN6lnffOd+Pm7zvCOKy5pJFSTJCQux0PWwfS6fT1+jft1inpfrrYpukHBEkDvK5bNSAaNg0p9jsBwbVn5cf7mvk8z0t1oS258GDEIZHB/tnA9H4ZzacJpKD/UOxWrlULPjE/3lar5M2a6WEoFooZDxdW1o8gY5niMOXw0K1PxKvSClf8OuTvkjs29dSsYLZv1ZiPjnOl8+DZ4SMlx+XM7u+xo0hGuXDQoVNLxk8KoieP47Gd3ARH9zMc+aNPUCu3GRsWBhGKr+S+aTyWLe+EnM2385N4L83w+bg6vuF03pUfWf27btu58op8YUf8W9bX89lrCDKC02w2dX54BUSC6LjOFtWKtURxATfgQHWM0PaoaEprSHWolW2TxCJY/7wPbLmbiDiGr7XwgwYYMEBFxo6vNYQwFwufW6a5rNm1kWNPzjg6szQ+ys0QVDdunCgyqVCUcU1ir+KUc+3GgKIlPYOxb6TpEn+PiPquqjxJ0NM5ZezN/FXTdSzNqUqwD9b83ZSum4Gi8y7NYy++9vdk5LaOP42xz+L3l3VtCGE1HXxhG+JfyPjhqHREdR1uSv+Oj56fwCOW+0Oio0XpwAAAABJRU5ErkJggg==');
    background-position: center right 16px;
    background-repeat: no-repeat;
    background-size: 14px 7px;
}

.custom-selector-list{
    display: none;
}

.custom-selector-list.expanded{
    display: block;
    z-index: 2;
    border: 1px solid var(--color-neutral-6);
    border-radius: 5px;
    background-color: var(--color-neutral-0);
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
}

.custom-selector-list.expanded div{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    color: #58585B;
    width: 100%;
    height: 40px;
    justify-content: center;
    align-items: center;
    background-color: var(--color-neutral-0);
}

.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: block;
        color: #294540;
    }

    .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: 5px;
        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;
    }

    .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 span input{
    height: 30px !important;
    font-weight: 400;
}
    .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 .title{
        font-size: 12px;
        width: 100%;
        text-align: center;
        line-height: 12px;
        margin-bottom: 0px;
    }

    .finance-cal-wrapper .right .price{
        font-size: 32px;
        width: 100%;
        text-align: center;
    }
  .mobile-en-font{
    font-size: 26px !important;
}
    .finance-cal-wrapper .right .price .comment{
    font-size: 32px;
}
  
    .finance-cal-wrapper .right .ps{
        font-size: 6px;
        width: 100%;
        text-align: center;
    }

    .finance-cal-wrapper .right .button-wrapper{
        margin: 12px 0px  0;
        width: 100%;
        text-align: center;
    }

    .finance-cal-wrapper .right .button-wrapper .Button{
        width: 120px;
    height: 30px;
    white-space: nowrap;
    font-size: 12px !important;
    }

    /** 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;
    }
}

.gap25{
    gap: 25px;
}

.finance-cal-wrap{
    display: flex;
    gap: 105px;
    padding-left: 80px;
    justify-content: center;
   
}
/* Ipad Pro Portrait */
@media screen and (orientation:portrait) and  (max-width:834px){
    .finance-cal-wrapper .head {
        margin-left: 20%;
    }
    .finance-cal-wrap{
        padding-left: 0px;
        flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    }
}

.input-payment{
    font-size: 12px !important;
}
.btn-shadow{
    box-shadow: 0px 0px 10px 0px #2D755980;
    color: #fff !important;
    background: linear-gradient(113.4deg, #396D61 13.89%, #207B50 64.02%, #20804F 93.52%);
    font-size: 18px !important;
}

.Is_Default {
    box-shadow: 0px 0px 10px 0px #2D755980;
    color: #fff ;
    background-image: linear-gradient(113.4deg, #396D61 13.89%, #207B50 64.02%, #20804F 93.52%);
    font-size: 18px;
}

[disabled="disabled"]{
    box-shadow: none;
    background-image: none;
    border-style: none !important;
}