#calculator .ctn {
    background: url(../img/bg-calculator-view.png);
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;
    height: 100%;
}
#calculator .ctn .items {
    margin-top: 30px;
    align-items: center;
}
#calculator .ctn .items .left img {
    width: 100%;
}
#calculator .ctn .items .right h2 {
    color: #fff;
    font-family: pbold;
    font-size: 1.5rem;
    width: 100%;
    padding-left: 155px;
}
#calculator .ctn .items .right .results h2 {
    padding-left: 0;
}
#calculator .ctn .items .right .gender {
    display: flex;
    align-items: center;
    justify-content: start;
}
#calculator .ctn .items .right .gender label:first-child {
    margin-right: 15px;
}
#calculator .ctn .items .right .gender label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: pmed;
    font-size: 1rem;
}
#calculator .ctn .items .right .results {
    position: relative;
}
#calculator .ctn .items .right .results .wrapprog {
    padding: 30px 0;
    width: 50%;
    position: relative;
}
#calculator .ctn .items .right .results .wrapprog .progress {
    position: relative;
    background: #f9c0d5;
    border-radius: 15px;
    height: 18px;
}
#calculator .ctn .items .right .results .wrapprog .icprog {
    width: 15px;
    position: absolute;
    top: 50%;
    left: 19%;
    transform: translateY(-50%);
}
#calculator .ctn .items .right .results .wrapprog .progress .bg {
    background: #8d1e4d;
    width: 20%;
    border-radius: 15px;
}
#calculator .ctn .items .right .results .wrapprog p.txt1 {
    position: absolute;
    bottom: -5px;
    left: 0;
    margin-bottom: 0;
    font-size: 0.8rem;
}
#calculator .ctn .items .right .results .wrapprog p.txt2 {
    position: absolute;
    bottom: -5px;
    left: 35%;
    margin-bottom: 0;
    font-size: 0.8rem;
}
#calculator .ctn .items .right .results .wrapprog p.txt3 {
    position: absolute;
    bottom: -5px;
    right: 30%;
    margin-bottom: 0;
    font-size: 0.8rem;
}
#calculator .ctn .items .right .results .lambung {
    position: absolute;
    top: 0;
    right: 0;
    width: 250px;
}
#calculator .ctn .items .right .results .total {
    color: #fff;
    font-size: 2.5rem;
    font-family: "pbold";
}
#calculator .ctn .items .right .results .hasil {
    color: #fff;
    font-size: 3rem;
    font-family: "pbold";
    margin-top: 15px;
}
#calculator .ctn .items .right .results p {
    color: #fff;
    margin-bottom: 8px;
    font-family: pmed;
    font-size: 1rem;
}
#calculator .ctn .items .right .results .sangatkurang p span {
    color: #ef4385;
    background: #fff;
    padding: 3px;
}
#calculator .ctn .items .right .results .kurang p span {
    color: #ef4385;
    background: #fff;
    padding: 3px;
}
#calculator .ctn .items .right .results .cukup p span {
    color: #ef4385;
    background: #fff;
    padding: 3px;
}
#calculator .ctn .items .right .results ul {
    padding-left: 15px;
}
#calculator .ctn .items .right .results ul li {
    color: #fff;
    margin-bottom: 8px;
    font-family: pmed;
}
#calculator .ctn .items .right .results .product {
    margin-top: 30px;
}
#calculator .ctn .items .right .results .product h2 {
    color: #fff;
    font-size: 1.5rem;
    font-family: "pbold";
}
#calculator .ctn .items .right .results .product h2 span {
    color: #ef4385;
    background: #fff;
    padding: 3px;
}
#calculator .ctn .items .right .results .product .items {
    padding-right: 400px;
}
#calculator .ctn .items .right .results .product .items .item a {
    border-color: transparent;
    padding: 0;
    margin-bottom: 15px;
}
#calculator .ctn .items .right .results .product .items .item a img {
    width: 120px;
}
#calculator .ctn .items .right .gender label input {
    margin-right: 8px;
}
.gender input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid white;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}
.gender input[type="radio"]::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}
.gender input[type="radio"]:checked::after {
    opacity: 1;
}
#calculator .ctn .items .right .input-inline {
    display: flex;
    align-items: center;
}
#calculator .ctn .items .right .input-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: pmed;
    font-size: 1rem;
}
#calculator .ctn .items .right .input-inline input {
    margin: 0 8px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}
#calculator .ctn .items .right .wrap {
    margin-top: 30px;
}
#calculator .ctn .items .right .wrap .box {
    align-items: center;
    margin-bottom: 50px;
}
#calculator .ctn .items .right .wrap .box .item img {
    width: 70px;
}
#calculator .ctn .items .right .wrap .box .item label {
    color: #fff;
    font-family: pmed;
    font-size: 1rem;
}
#calculator .ctn .items .right .wrap .box .item input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    width: 100%;
    min-height: 50px;
}
#calculator .ctn .items .right button {
    color: #fff;
    font-size: 1rem;
    font-family: pbold;
    text-align: center;
    background: #ef4385;
    margin: 0 auto;
    display: block;
}
.select2-container {
    width: 100% !important;
    border: 0;
}
.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
    border-radius: 0;
    color: white;
    min-height: 50px;
    overflow: hidden;
    white-space: normal;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: white;
    color: #fa709a;
    border: none;
    border-radius: 3px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__rendered {
    padding: 5px;
}
.select2-container--default
    .select2-selection--multiple
    .select2-selection__arrow {
    display: none;
}
.select2-container--default.select2-container--focus
    .select2-selection--multiple {
    border: none;
    border-bottom: 1px solid white;
}
.select2-results__option--selectable {
    color: #fa709a;
}

@media (orientation: portrait) {
    #calculator .ctn {
        padding-top: 63px;
    }
    #calculator .ctn .items .right h2 {
        font-size: 1.2rem;
        padding-left: 0;
    }
    #calculator .ctn .items .right .gender label {
        font-size: 0.8rem;
    }
    #calculator .ctn .items .right .input-inline label {
        font-size: 0.8rem;
    }
    #calculator .ctn .items .right .gender {
        margin-top: 15px;
    }
    #calculator .ctn .items .right .input-inline {
        margin-top: 15px;
    }
    #calculator .ctn .items .right .item {
        margin-bottom: 15px;
    }
    #calculator .ctn .items .right .wrap .box {
        border-bottom: 2px solid #fff;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    #calculator .ctn .items .right .wrap .box .item label {
        font-size: 0.8rem;
    }
    #calculator .ctn .items .right button {
        font-size: 0.8rem;
    }
    #calculator .ctn .items .right .results .total {
        font-size: 1.5rem;
    }
    #calculator .ctn .items .right .results .hasil {
        font-size: 1.5rem;
        text-align: center;
    }
    #calculator .ctn .items .right .results .product .items {
        padding-right: 0;
        text-align: center;
        justify-content: center;
    }
    #calculator .ctn .items .right .results .product .items .item a {
        margin-bottom: 0;
    }
    #calculator .ctn .items .right .results .product h2 {
        font-size: 1.2rem;
    }
    #calculator .ctn .items .right .results p {
        font-size: 0.8rem;
    }
    #calculator .ctn .items .right .results ul li {
        font-size: 0.8rem;
    }
    #calculator .ctn .items .right .results .lambung {
        position: relative;
        width: 150px;
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    #calculator .ctn .items .right .results .wrapprog p.txt3 {
        left: 95%;
    }
    #calculator .ctn .items .right .results .wrapprog {
        width: 100%;
    }
    #calculator .ctn .items .right .wrapmbltop {
        display: flex;
        align-items: end;
        margin-bottom: 30px;
    }
    #calculator .ctn .items .right .wrapmbltop > div {
        padding-left: 15px;
    }
    #calculator .ctn .items .right .wrapmbltop img {
        width: 60px;
    }
    #calculator .ctn .items .right .wrapmblbtm {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #calculator .ctn .items .right .wrapmblbtm img {
        width: 60px;
    }
    #calculator .ctn .items .right .wrapmblbtm h2 {
        margin-top: 15px;
    }
    #calculator .ctn .items .right .results .product .items .item a img {
        width: 100px;
    }
    #calculator .ctn .items .right .results .wrapprog .progress {
        height: 15px;
    }
    #calculator .ctn .items .right .results .wrapprog .icprog {
        width: 10px;
    }
}
