    .ap-otp-input {
        border: 3px solid #ebebeb;
        border-radius: 18px;
        width: 35px;
        height: 53px;
        margin: 4px;
        text-align: center;
        font-size: 35px;
    }

.list-group input[type="radio"]:checked+label>.row>.col>.row>.nama-layanan-form {
    color: #f1f1f1;
    font-style: italic;
}

.flash-sale-tag span:nth-child(1) {
    width: 10px;
    right: 46px;
    top: -10px;
}

.flash-sale-tag span:nth-child(2) {
    position: absolute;
    right: 0;
    background: #f5bd14;
    font-size: 10px !important;
    font-weight: 600;
    padding: 4px 0;
    top: 2px;
    z-index: 1;
    min-width: 92px;
    text-align: center;
    transform: rotate(45deg);
    margin-right: -30px;
    color: #333;
    clip-path: polygon(25% 0, 75% 0, 100% 100%, 0 100%);
}

.flash-sale-tag span:nth-child(3) {
    width: 8px;
    right: -8px;
    top: 45px;
}

    .ap-otp-input:focus {
        outline: none !important;
        border: 3px solid #1f6feb;
        transition: 0.12s ease-in;
    }
    .list-group-item {
        user-select: none;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }
    .list-group-item:last-child {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .list-group input[type="radio"] {
        display: none;
    }
    .list-group1 input[type="radio"] {
        display: none;
    }
    .list-group-payment input[type="radio"] {
        display: none;
    }
.list-group input[type="radio"]+.list-group-item {
    text-align: center;
    cursor: pointer;
    background-color: #4d4d4d5e;
    /*background-image: linear-gradient(195deg,#1a2035,#263040);*/
    border: 2px solid transparent;
    font-size: 12px;
    /* box-shadow: 0 6px 10px 0 rgb(0 0 0 / 40%), 0 4px 5px 0 rgb(0 0 0 / 6%), 0 2px 4px 0 rgb(0 0 0 / 7%); */
}

    .nominal-price {
        font-size: 10px;
        font-weight: 600;
        text-align: left;
        padding-left:6px!important;
    }

 .nama-layanan-form {
    font-weight: 600;
    color: #ffffff;
    padding: 5%;
    text-align: left;
}

/*   .list-group input[type="radio"]+label>.row>.col>.row>.nominal-price {*/
/*    color: #757575;*/
    
/*}*/

.list-group input[type="radio"]+label>.row>.col>.row>.nominal-price {
    font-style: italic;
    color: hsla(0,0%,100%,.75);
}
    
.list-group input[type="radio"]:checked+label>.row>.col>.row>.nominal-price {
    color: #ffffff;
    font-style: italic;
}

    .list-group input[type="radio"]+.list-group-item:before {
        /* content: "\2713"; */
        color: transparent;
        font-weight: bold;
        /* margin-right: 1em; */

    }

    .list-group input[type="radio"]+.list-group-item:hover {
        cursor: pointer;
        /* background-color: #342f3c; */
        /* border-color: #fbfc05; */
        border: 2px solid #19c4e6;
        font-size: 12px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        border-bottom-left-radius: 10px;
    }
    .list-group input[type="radio"]:checked+.list-group-item:before {
        color: inherit;
    }
    .list-group input[type="radio"]:checked+.list-group-item:after {
        position: absolute;
        top: 0;
        right: 0;
        width: 1em;
        height: 100%;
        content: "";
        /*background: url('../../assets/img/verified.png') top/cover;*/
        background: hsl(261.1764705882353,11%,70%);
        transform:skewX(-15deg);
        animation:highlight 5s ease-in infinite forwards;
    }
/*.list-group input[type="radio"]:checked+.list-group-item {*/
/*    color: #ef222243;*/
/*    font-size: 12px;*/
/*    border: none;*/
/*    box-shadow: 0 0 2.22222vw #132239, inset 0 2.40741vw 8.05556vw #132239, inset 0 -8.24074vw 11.48148vw #132239;*/
/*    overflow: hidden;*/
/*    background-color: #132239;*/
/*}*/

.list-group input[type="radio"]:checked+.list-group-item {
    color: #ef222243;
    font-size: 12px;
    border: 2px solid #19c4e6;
    box-shadow: 0px 0px 14px 4px hsla(0,0%,82%,.4);
    /* overflow: hidden; */
    background: #19c4e6;
}

    .list-group1 input[type="radio"]:checked+.list-group-item:before {
        color: inherit;
    }
    .list-group-payment input[type="radio"]:checked+.list-group-item:before {
        color: inherit;
    }
    .list-group1 input[type="radio"]:checked+.list-group-item {
        background-color: #ffffff;
        color: #fe6c17;
        font-size: 12px;
        display: block;
        -webkit-filter: grayscale(0%);
        /* Safari 6.0 - 9.0 */
        filter: grayscale(0%);
    }
    /*.list-group-payment input[type="radio"]:checked+.list-group-item {*/
    /*    background-color: #ffffff;*/
    /*    color: #fe6c17;*/
    /*    font-size: 12px;*/
    /*    display: block;*/
    /*    -webkit-filter: grayscale(0%);*/
        /* Safari 6.0 - 9.0 */
    /*    filter: grayscale(0%);*/
    /*}*/
    .list-group1 input[type="radio"]+.list-group-item {
        text-align: center;
        cursor: pointer;
        /* background-color: #e8e8e8;
        color: #fe6c17; */
        border-color: transparent;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 5px 10px 0 rgba(0,0,0,0.19);
        font-size: 12px;
        border-radius: 3px;
        background: #fff;
        /*-webkit-filter: grayscale(100%);*/
        /* Safari 6.0 - 9.0 */
        /*filter: grayscale(100%);*/
    }
    .list-group-payment input[type="radio"]+.list-group-item {
        text-align: center;
        cursor: pointer;
        /* background-color: #e8e8e8;
        color: #fe6c17; */
        border-color: transparent;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 5px 10px 0 rgba(0,0,0,0.19);
        font-size: 12px;
        border-radius: 3px;
        background: #fff;
        /*-webkit-filter: grayscale(100%);*/
        /* Safari 6.0 - 9.0 */
        /*filter: grayscale(100%);*/
    }
    .list-group1 input[type="radio"]+.list-group-item:hover {
        cursor: pointer;
        background-color: #ffffff;
        color: #fe6c17;
        border-color: #ffffff;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
        font-size: 12px;
        border-radius: 3px;
    }
    .list-group-payment input[type="radio"]+.list-group-item:hover {
        cursor: pointer;
        background-color: #ffffff;
        color: #fe6c17;
        border-color: #ffffff;
        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
        font-size: 12px;
        border-radius: 3px;
    }
    .list-group1 input[type="radio"]:checked+.list-group-item:before {
        color: inherit;
    }
    .list-group-payment input[type="radio"]:checked+.ring-payment .list-group-item:before {
        color: inherit;
    }

        /* .list-group input[type="radio"]+.list-group-item:hover {
            cursor: pointer;
            background-color: rgba(255, 255, 230, 0.5);
            color: rgb(102, 102, 102);
            border-color: #0d6efd;

            font-size: 12px;
            border-radius: 3px;
        }
        .list-group input[type="radio"]:checked+.list-group-item {
            background-color: #0d6efd;
            color: #FFF;
            font-size: 12px;
        } */

        #payment{
            color:#b41414;
        }
        .list-group1 input[type="radio"]:checked+.list-group-item:before {
            color: inherit;
        }
        .list-group-payment input[type="radio"]:checked+.ring-payment .list-group-item:before {
            color: inherit;
        }
        .list-group1 input[type="radio"]:checked+.list-group-item {
            background-color: #ffffff;
            color: #19171c;
            border-radius: .5rem;
            border: 2px solid #403b4a;
            font-size: 12px;
            display: block;
            -webkit-filter: grayscale(0%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
        }
        .list-group-payment input[type="radio"]:checked+.ring-payment .list-group-item {
            background-color: #ffffff;
            color: #19171c;
            border-radius: .5rem;
            border: 2px solid #403b4a;
            font-size: 12px;
            display: block;
            -webkit-filter: grayscale(0%);
            /* Safari 6.0 - 9.0 */
            filter: grayscale(0%);
        }
        
        
        .list-group1 input[type="radio"]+.list-group-item {
            text-align: center;
            cursor: pointer;
            /* background-color: #e8e8e8;
            color: #0d6efd; */
            border-color: transparent;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 5px 10px 0 rgba(0,0,0,0.19);
            font-size: 12px;
            border-radius: .5rem;
            background: #b0aabb;
            /*-webkit-filter: grayscale(100%);*/
            /* Safari 6.0 - 9.0 */
            /*filter: grayscale(100%);*/
        }
        .list-group-payment input[type="radio"]+.ring-payment .list-group-item {
            text-align: center;
            cursor: pointer;
            /* background-color: #e8e8e8;
            color: #0d6efd; */
            border: 2px solid transparent;
            box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 5px 10px 0 rgba(0,0,0,0.19);
            font-size: 12px;
            border-radius: .5rem;
            background: #b0aabb;
            /*-webkit-filter: grayscale(100%);*/
            /* Safari 6.0 - 9.0 */
            /*filter: grayscale(100%);*/
        }
        .list-group1 input[type="radio"]+.list-group-item:hover {
            cursor: pointer;
            background-color: #ffffff;
            color: #19171c;
            border-radius: .5rem;
            border: 2px solid #fbfc05;
            box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
            font-size: 12px;
        }
        .list-group-payment input[type="radio"]+.ring-payment .list-group-item:hover {
            cursor: pointer;
            background-color: #ffffff;
            color: #19171c;
            border-radius: .5rem;
            border: 2px solid #403b4a;
            box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2), 0 6px 12px 0 rgba(0,0,0,0.19);
            font-size: 12px;
        }
        .list-group1 input[type="radio"]:checked+.list-group-item:before {
            color: inherit;
        }
        .list-group-payment input[type="radio"]:checked+.ring-payment .list-group-item:before {
            color: inherit;
        }
        
        .ring-payment {
    color: 	#19171c;
    border: 2px solid transparent;
    border-radius: .5rem;
}
        .list-group-payment input[type="radio"]+.ring-payment:hover {
    color: 	#19171c;
    border: 2px solid #17cdff;
    border-radius: .5rem;
}
.list-group-payment input[type="radio"]:checked+.ring-payment {
    color: 	#19171c;
    border: 2px solid #17cdff;
    border-radius: .5rem;
}
 .list-group-payment input[type="radio"]:checked+.ring-payment .list-group-item .info-top {
            border-bottom: 2px solid rgba(139, 130, 155, .5);
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            text-align: left;
            justify-content: flex-start;
            margin-bottom: 10px;
            padding-bottom: 10px;
        }
        
.list-group-payment input[type="radio"]+.ring-payment .list-group-item .info-top{
    border-bottom: 2px solid rgba(139, 130, 155, 1);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    text-align: left;
    justify-content: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

/*.list-group input[type="radio"]:checked+.list-group-item:after .o-hidden:after {*/
    /*color: #ef222243;*/
    /*font-size: 12px;*/
    /*border: 2px solid #fbfc05;*/
    /*box-shadow: 0px 0px 14px 4px hsla(0,0%,82%,.4);*/
/*    padding: 0;*/
/*    display: contents;*/
/*    overflow: hidden;*/
    /*background-color: #27242d;*/
/*}*/

/*.list-group input[type="radio"]:checked+.list-group-item:after .o-hidden {*/


/*note buat 1 div di bawah label layanan untuk memindahkan overflow hiden*/

        