body{
    margin: 0;
    background: #f2f5f7;
    font-family: "Source Sans Pro", sans-serif;
}
.header-uniplay{
    background: #273D96;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex: 1;
    box-sizing: initial;
    box-shadow: 0 1px 10px #617d901c;
}
.header-uniplay .header-content{
    width: 200px;
	height:60px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 25px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
}
.header-uniplay .header-content .logo{
    width: 68px;
	  margin:0px auto;
}
.header-uniplay .header-content .logo img{
    width: 68px;
}
.header-uniplay .header-content .search-area{
    width: 280px;
    border: 1px solid #e5e5e5;
    border-radius: 5em;
    padding: 6px 15px 6px 20px;
    color: #ababab;
    transition: 0.3s;
}
.header-uniplay .header-content .search-area:hover{
    border: 1px solid orange;
}
.header-uniplay .header-content .search-area:focus{
    border: 1px solid orange;
}
.header-uniplay .header-content .search-area:active{
    border: 1px solid orange;
}
.header-uniplay .header-content .search-area.active{
    border: 1px solid orange;
}
.header-uniplay .header-content .search-area .input-icon-group{
    font-size: 14px;
}
.header-uniplay .header-content .search-area .input-icon-group i{
    margin-right: 5px;
}
.header-uniplay .header-content .search-area .input-icon-group input{
    border: none;
    outline: none;
    font-size: 14px;
    width: 89%;
}
i.tidak-tersedia {
    color: #676262;
    font-weight: 600;
    font-size: 13px;
    vertical-align: text-bottom;
}
.header-uniplay .header-content .menu-right{
    flex: 1;
    width: 30px;
}
.simple-content li {
    margin-bottom: 10px;
}
.simple-content h4 {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 600;
}
.header-uniplay .header-content .menu-right .menu-burgerbar{
    float: right;
    color: #ee8103;
    font-weight: bold;
    font-size: 25px;
}
.header-uniplay .header-content .menu-right .menu-burgerbar i{
    
}
.header-uniplay .header-content .menu-right .menu-burgerbar:hover{

}

.header-uniplay .header-content .menu-right .open-search-mobile{
    float: right;
    color: #ee8103;
    font-weight: bold;
    font-size: 25px;
    margin-right: 20px;
    display: none;
}
.header-uniplay .header-content .menu-right .open-search-mobile i{
    
}
.header-uniplay .header-content .menu-right .open-search-mobile:hover{

}

.content-inner{
    margin: 0 auto;
    width: 900px;
    padding: 20px;
    box-sizing: border-box;
}
.content-inner.nopadding{
    padding: 0px;
}

/* FOR SLIDER */
:root{
    --CPT-THM-R: 30;
    --CPT-THM-G: 144;
    --CPT-THM-B: 255;
    --CPT-THM: rgb(var(--CPT-THM-R), var(--CPT-THM-G), var(--CPT-THM-B));
    --CPT-FF: 'Google sans','Roboto','Arial',sans-serif;
    --CPT-FF2: 'Roboto','Arial',sans-serif;
    --CPT-FS: 1em;
    --CPT-LH: calc(var(--CPT-FS) * 1.5);
    --CPT-UH: calc(var(--CPT-FS) * 3);
    --CPT-CLR: rgba(0, 0, 0, .75);
    --CPT-BDC: rgba(0, 0, 0, .25);
    --CPT-BDW: 1px;
    --CPT-BDR: calc(var(--CPT-FS) / 3);
    --CPT-BD: var(--CPT-BDC) var(--CPT-BDW) solid;
    --CPT-INPTPD: var(--CPT-FS);
    --CPT-INPTBG: #fff;
    --CPT-INPTCL: #000;
    --CPT-INPTTP: rgba(0, 0, 0, .66);
    --CPT-INPTPH: rgba(0, 0, 0, .25);
    --CPT-FBDCL: rgba(0, 0, 0, .5);
    --CPT-FBDBG: #f5f5f5;
}
:root {
    --CPT-THM-R: 255;
    --CPT-THM-G: 100;
    --CPT-THM-B: 0;
    --CPT-BDR: calc(var(--CPT-FS) * 1.5);
    --CPT-TST: var(--SiteTST);
    --SiteTHM: var(--CPT-THM);
    --SiteFF: "Google sans", "Roboto", "Arial", sans-serif;
    --SiteFF2: "Roboto", "Arial", sans-serif;
    --SiteTST: all ease 0.2s;
}
#slide_show {
    position: relative
}

#slide_show .show {
    position: relative;
    margin: 0 auto;
    list-style: none;
}

#slide_show .show li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: .3s
}

#slide_show .show li:not(.on) {
    /* pointer-events: none */
}

#slide_show .show a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.detil-info td.left {
    width: 50% !important;
}

#slide_show .show img {
    vertical-align: top;
    width: 100%;
    height: 100%
}

#slide_show .show div {
    display: none;
    width: 100%;
    height: 100%;
    transition: transform linear 5s
}

#slide_show .control {
    display: flex;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 3;
    margin: 0 -3em -1em;
    border-radius: 1.5em;
    overflow: hidden;
    background: var(--SiteTHM);
    color: #fff;
}

#slide_show .control .btw {
    flex: none;
    background: 0 0;
    color: #ccc;
    border-color: transparent;
    -webkit-tap-highlight-color: transparent;
}
.btw {
    display: inline-block;
    vertical-align: middle;
    font-size: var(--CPT-FS);
    font-family: var(--CPT-FF);
    font-weight: 500;
    color: rgba(0,0,0,.75);
    background: #fff;
    text-decoration: none;
    border: var(--CPT-BD);
    border-radius: var(--CPT-BDR);
    position: relative;
    cursor: pointer;
    transition: var(--CPT-TST);
}
.btw>span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: calc(var(--CPT-FS) * 2);
    padding: .5em 1em;
    /* margin: calc(var(--CPT-BDW) * -1); */
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0px;
    color: white;
}
.btw:focus, .btw:focus-within, .btw:hover {
    text-decoration: none;
    outline: 0;
    box-shadow: var(--CPT-BDC) 0 0 .25em;
    background: #db5f0f !important;
}

.btw:active {
    transform: scale(.95);
    opacity: .75;
    box-shadow: none!important;
}

#slide_show_wrp {
    margin: 2em 0 4em;
    margin-bottom: 30px;
}
#slide_show .show {
    width: 860px;
    height: 310px;
    max-width: calc(100vw - 4em);
    max-height: calc((100vw - 4em)/2.777777)
}
#slide_show .show li {
    z-index: 1;
    transform: scale(.5);
    opacity: .7
}
#slide_show .show li:first-of-type {
    z-index: 3
}
#slide_show .show li.on {
    z-index: 3;
    transform: none;
    opacity: 1
}
#slide_show .show li.on_m {
    z-index: 2;
    transform: translateX(-7.5%) scale(.75);
    transform-origin: left center
}
#slide_show .show li.on_p {
    z-index: 2;
    transform: translateX(7.5%) scale(.75);
    transform-origin: right center
}
#slide_show .show a {
    border-radius: 1em;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(black, #000)
}
#slide_show .show li.on img {
    transform: scale(1.05);
    transition: linear 5s
}

.list-grid-games{

}
.list-grid-games .header{

}
.list-grid-games .header strong{
    color: #313131;
    font-size: 24px;
    margin-bottom: 25px;
    display: block;
}
.list-grid-games .grid-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    align-content: baseline;
}
.list-grid-games .grid-list a{
    display: block;
    width: 190px;
    text-align: center;
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    background: #2f4158;
    transition: 0.2s;
    border-radius: 15px;
}
.list-grid-games .grid-list a:hover {
    background: #ef8812;
}
.list-grid-games .grid-list a img{
    width: 100%;
    border-radius: 1em;
}
.list-grid-games .grid-list a p{
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
}

.sub-footer{
    background: #273D96;
    color: white;
    cursor: default;
}
.sub-footer .content{
    width: 900px;
    padding: 20px 20px 30px 20px;
    margin: 0 auto;
}
.sub-footer .content .title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    margin-top: 10px;
}
.sub-footer .content .subtitle{
    font-size: 16px;
    display: block;
    line-height: 26px;
    margin-bottom: 30px;
}
.sub-footer .content .uniplay-featured{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    align-content: baseline;
}
.sub-footer .content .uniplay-featured .child-featured{
    display: flex;
}
.sub-footer .content .uniplay-featured .child-featured .icon{
    margin-right: 20px;
}
.sub-footer .content .uniplay-featured .child-featured .icon img{
    width: 32px;
    filter: brightness(50%) invert(1) sepia(1);
}
.sub-footer .content .uniplay-featured .child-featured .desc{
    margin-right: 10px;
}
.sub-footer .content .uniplay-featured .child-featured .desc b{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}
.sub-footer .content .uniplay-featured .child-featured .desc p{
    font-size: 14px;
    color: #ffcf9a;
}

.footer{
    cursor: default;
}
.footer .content{
    width: 900px;
    padding: 40px 15px 30px 15px;
    margin: 0 auto;
}
.footer .content b{
    color: #343434;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
}
.footer .content .partner-uniplay{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 45px;
}
.footer .content .partner-uniplay img{
    margin-right: 15px;
    width: 100px;
    height: auto;
}
.footer .content .copyright-area{
    
}
.footer .content .copyright-area b{
    font-size: 16px;
    color: #343434;
}
.footer .content .sitemap-link{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    margin-top: -10px;
    margin-bottom: 30px;
}
.footer .content .sitemap-link li{
    margin-right: 35px;
}
.footer .content .sitemap-link li a{
    color: #565656;
    font-size: 15px;
    text-decoration: none;
}
.footer .content .sitemap-link li a:hover{
    color: #000000;
}
.partner-uniplay a img {
    padding: 5px;
    transition: 0.3s;
}
img.dot-tiga:hover {
    background: #e4e4e4;
    border-radius: 50px;
}

/* FOR DETIL GAME */
.detil-game{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    cursor: default;
}
.detil-game .info-game{
    width: 40%;
    padding-right: 20px;
}
.detil-game .info-game .info-header{
    display: flex;
}
.detil-game .info-game .info-header .left{

}
.detil-game .info-game .info-header .left img{
    width: 90px;
    height: 90px;
    margin-right: 20px;
    border-radius: 1em;
}
.detil-game .info-game .info-header .right{

}
.detil-game .info-game .info-header .right b.publisher-name{
    color: #791b1b;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 11px;
    display: block;
}
.detil-game .info-game .info-header .right h1{
    font-size: 20px;
    color: #1c1c1c;
    font-weight: bold;
    margin-bottom: 5px;
}
.detil-game .info-game .info-header .right b.type-entitas{
    color: #717171;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    display: block;
}
.detil-game .info-game .button-action-store{
    margin-top: 20px;
    margin-bottom: 15px;
}
.detil-game .info-game .button-action-store a{
    text-decoration: none;
    margin-right: 15px;
}
.detil-game .info-game .button-action-store a img{

}
.entitas-description{
    border-top: 1px solid #d7e3eb;
    padding-top: 25px;
    color: #1c1c1c;
    border-bottom: 1px solid #d7e3eb;
    padding-bottom: 25px;
    margin-bottom: 25px;
    cursor: default;
}
.detil-game .input-params .card .input-area input:hover {
    border: 1px solid #ec7f00;
}
.other-entitas{

}
.other-entitas .title-other-entitas{
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.other-entitas .title-other-entitas img{
    width: 20px;
    height: 22px;
    margin-right: 15px;
}
.other-entitas .title-other-entitas b{
    color: #1c1c1c;
    font-size: 18px;
}
.other-entitas .list-other-entitas{
    list-style: none;
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #d7e3eb;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.other-entitas .list-other-entitas li{

}
.other-entitas .list-other-entitas li a{
    text-decoration: none;
    color: #363c4c;
    font-weight: 600;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #b2c7d5;
    border-radius: 0.5em;
    margin-bottom: 15px;
}
.other-entitas .list-other-entitas li a:hover{
    background: #e8eff4;
}

.whatsapp-new {
    text-decoration: none;
    color: #363c4c;
    font-weight: 600;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #b2c7d5;
    border-radius: 0.5em;
    margin-bottom: 15px;
}

.whatsapp-new img {
    height: 40px;
    width: 40px;
    margin-right: 10px;
}

.whatsapp-new:hover{
    background: #25D366;
    color: #363c4c;
    border: 1px solid grey;
}

.submit-new {
    text-decoration: none;
    font-weight: 600;
    background: #c10d0d;
    display: block;
    padding: 10px 15px;
    border: 1px solid #c10d0d;
    border-radius: 0.5em;
    color: #fff;
    font-size: 13pt;
}

.submit-new:hover {
    filter: brightness(0.9);
}

.other-entitas .list-other-entitas li a img{
    width: 44px;
    height: 44px;
    border-radius: 5px;
    margin-right: 20px;
}
.other-entitas .list-other-entitas li a b{
    font-weight: 600;
    font-size: 15px;
}
.help-footer{

}
.help-footer .help-footer-entitas{
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.help-footer .help-footer-entitas img{
    width: 20px;
    height: 22px;
    margin-right: 15px;
}
.help-footer .help-footer-entitas b{
    color: #1c1c1c;
    font-size: 18px;
}
.help-footer p{
    color: #1c1c1c;
    font-size: 14px;
}
.help-footer p a{
    color: #0d4e78;
    text-decoration: none;
    font-weight: 600;
}
.help-footer p a:hover{
    color: #0088df;
}

.join-wagrup{
    border-bottom: 1px solid #d7e3eb;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.join-wagrup .join-wagrup-entitas{
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.join-wagrup .join-wagrup-entitas img{
    width: 20px;
    height: 22px;
    margin-right: 15px;
}
.join-wagrup .join-wagrup-entitas i{
    font-size: 20px;
    margin-left: 3px;
    margin-right: 15px;
}
.join-wagrup .join-wagrup-entitas b{
    color: #1c1c1c;
    font-size: 18px;
}
.join-wagrup p{
    color: #1c1c1c;
    font-size: 14px;
}
.join-wagrup p a{
    color: #0d4e78;
    text-decoration: none;
    font-weight: 600;
}
.join-wagrup p a:hover{
    color: #0088df;
}

.detil-game .input-params{
    width: 60%;
    padding-top: 20px;
}
.detil-game .input-params .card{
    padding: 20px;
    border-radius: 0.5em;
    margin-bottom: 40px;
    padding-top: 15px;
    border: 1px solid #fff;
    box-shadow: 0px 3px 15px #63809e1f;
}
.detil-game .input-params .card .heading{
    margin-bottom: 20px;
}
.detil-game .input-params .card .heading h2.number-ic{
    font-size: 20px;
    /*background: #ed7f00;*/
    background: #273D96;
    position: absolute;
    color: white;
    width: 37px;
    height: 37px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    border-radius: 50%;
    border: 5px solid #FFF;
    margin-top: -32px;
    margin-left: -5px;
}
.detil-game .input-params .card .heading h2.title-ic{
    color: #1c1c1c;
    font-size: 18px;
    padding-left: 31px;
    font-weight: 600;
}

.detil-game .input-params .card .input-area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.detil-game .input-params .card .input-area input{
    outline: 0 !important;
}

.input-area i {
    font-size: 17px;
    position: absolute;
    margin-top: -9px;
    margin-left: -10px;
    color: #7f7f7f;
}
.input-area i:hover {
    color: #ec7f00;
}
.detil-game .input-params .card .input-area .first-input{
    width: 210px;
    margin-right: 10px;
    border-radius: 7px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.entitas-description p {
    color: #444444 !important;
}

.sadows {
    box-shadow: 0 0 14px #273D96 !important;
    /*box-shadow: 0 0 14px #ec7f007a !important;*/
}

.detil-game .input-params .card .input-area .second-input{
    margin-right: 10px;
    border-radius: 7px;
    text-align: center;
    appearance: auto;
    padding: 10px;

    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.area-help{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

.popover-custom{
    position: absolute;
    background: white;
    z-index: 1000;
    padding: 10px;
    border-radius: 0.5em;
    border: 1px solid #ccc;
    top: 22px;
    left: -99px;
    box-shadow: 0px 0px 13px 3px #ccc;
    display: none;
}

.popover-custom:after, 
.popover-custom:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.popover-custom:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 11px;
    margin-left: -30px;
}
.popover-custom:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #ccc;
    border-width: 13px;
    margin-left: -32px;
}

.detil-game .input-params .card .input-area a{
    color: #b5ccdc;
    text-decoration: none;
    font-size: 21px;
    margin-left: 15px;
}
.detil-game .input-params .card .input-area a:hover{

}
.detil-game .input-params .card .input-area a.active i{
    color: #ec7f00;
}
.detil-game .input-params .card .subtitle{
    margin-bottom: 0;
    font-size: 12px;
    color: #3a464f;
    margin-top: 20px;
}

.list-denom{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    align-content: baseline;
}
.list-denom li{
    border: 1px solid #d9dfe2;
    border-radius: 5px;
    padding: 10px 12px;
    text-align: center;
    color: #323e46;
    font-weight: 600;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 15px;
}
.area-topup-members .list-denom li{
    font-size: 14px;
    /* min-height: 64px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.list-denom li i{
    font-size: 12px;
    margin-right: 5px;
}
.list-denom li:nth-child(odd) {
    margin-right: 5px;
}
.list-denom li:nth-child(even) {
    margin-left: 5px;
}
.list-denom li:hover{
    border: 1px solid #ed7f00;
}
.list-denom li:active{
    background: #fff9f3;
    border: 1px solid #ed7f00;
}
.list-denom li:focus{
    background: #fff9f3;
    border: 1px solid #ed7f00;
}
.list-denom li.active{
    border: 1px solid #ed7f00;
}
.list-denom li.active{
    background: #fff9f3;
    border: 1px solid #ed7f00;
}

.area-list-payment-method{

}

.area-list-payment-method .child-box{
    background: #F8F8F8;
    border: 1px solid #e6ebef;
    margin-bottom: 18px;
    border-radius: 7px !important;
}
.area-list-payment-method .child-box.disabled{
    pointer-events: none;
}
.area-list-payment-method .child-box.disabled .header{
    background: #f6f6f6 !important;
}
.area-list-payment-method .child-box:hover {
    border: 1px solid #ec7f00;
}
.area-list-payment-method .child-box.active {
    border: 1px solid #ec7f00;
}
.area-list-payment-method .child-box .header{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 11px 15px;
    background: white;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    cursor: pointer;
    position: relative;
}
.area-list-payment-method .child-box .header .left{
    display: block;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.area-list-payment-method .child-box .header .left img{
    height: 23px;
    margin-right: 12px;
}
.area-list-payment-method .child-box .header .left b{
    font-size: 14px;
}
.area-list-payment-method .child-box .header .right{
    
}
.area-list-payment-method .child-box .header .right.price-range{
    
}
.area-list-payment-method .child-box .header .right.price-range b{
    font-size: 14px;
    color: #073a65;
}
.area-list-payment-method .child-box .short-payment-support-info{
    background: #f6f6f6;
    padding: 11px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    cursor: pointer;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}
.area-list-payment-method .child-box .short-payment-support-info img{
    height: 25px;
    margin-right: 15px;
}
.area-list-payment-method .child-box .short-payment-support-info .open-button-action-payment{
    color: #414141;
    font-size: 13px;
    margin-left: 10px;
}
.area-list-payment-method .child-box .short-payment-support-info .open-button-action-payment:hover{
    
}
.area-list-payment-method .child-box .short-payment-support-info .open-button-action-payment i{
    
}
.area-list-payment-method .child-box .button-action-payment{
    padding: 15px;
    display: none;
}
.area-list-payment-method .child-box .button-action-payment ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    align-content: baseline;
}
.area-list-payment-method .child-box .button-action-payment ul li{
    border: 1px solid #c7d0d7;
    padding: 10px;
    border-radius: 0.3em;
    margin-bottom: 10px;
    background: white;
    cursor: pointer;
    position: relative;
}
.area-list-payment-method .child-box .button-action-payment ul li.disabled{
    cursor: no-drop;
    background: #f0f0f0;
    pointer-events: none;
}
.area-list-payment-method .child-box .button-action-payment ul li.disabled .info-top img{
    opacity: 0.5;
}
.area-list-payment-method .child-box .button-action-payment ul li.disabled .info-bottom b{
    color: gray;
}
.area-list-payment-method .child-box .button-action-payment ul li:hover{
    border: 1px solid #ed7f00;
}
.area-list-payment-method .child-box .button-action-payment ul li.active{
    border: 1px solid #ed7f00;
    background: #fff9f3;
}
.area-list-payment-method .child-box .button-action-payment ul li:active{
    border: 1px solid #ed7f00;
    background: #fff9f3;
}
.area-list-payment-method .child-box .button-action-payment ul li:focus{
    border: 1px solid #ed7f00;
    background: #fff9f3;
}
.area-list-payment-method .child-box .button-action-payment ul li:nth-child(odd) {
    margin-right: 5px;
}
.area-list-payment-method .child-box .button-action-payment ul li:nth-child(even) {
    margin-left: 5px;
}
.area-list-payment-method .child-box .button-action-payment ul li .info-top{
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.area-list-payment-method .child-box .button-action-payment ul li .info-top img{
    height: 20px;
    object-fit: contain;
}
.area-list-payment-method .child-box .button-action-payment ul li .info-top b{
    color: #073a65;
    font-size: 14px;
    font-weight: 600;
}
.area-list-payment-method .child-box .button-action-payment ul li .info-bottom{
    font-size: 11px;
    color: #333232;
    font-weight: 300;
}
.area-list-payment-method .child-box .button-action-payment ul li .info-bottom b{
    
}

.popover-image{
    width: 240px !important;
    cursor: pointer;
}

.popover-title{
    margin-bottom: 0;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
}

.frame-input-inner label{
    color: #c90000;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    display: none !important;
}

.form-control:focus{
    box-shadow: none !important;
    border: 1px solid #ed7f00;
}

.konfirmasi-area{

}
.konfirmasi-area .heading-payment-logo{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.konfirmasi-area .heading-payment-logo img{
    width: 140px;
    height: 30px;
    object-fit: contain;
}
.konfirmasi-area .heading-payment-logo .title{
    color: #1c1c1c;
    font-size: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.konfirmasi-area .heading-payment-logo .subtitle{
    margin: 0 !important;
    color: #1c1c1c !important;
    font-size: 14px !important;
    margin-bottom: 10px !important;
}
.konfirmasi-area .heading-payment-logo .price{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #ffd43f;
    border-radius: 3em;
    font-size: 24px;
    color: #171717;
}
.konfirmasi-area .detil{
    margin-bottom: 30px;
}
.konfirmasi-area .detil table{
    width: 100%;
}
.konfirmasi-area .detil table{
    
}
.konfirmasi-area .detil table tr{
    border-bottom: 1px solid #ebf1f5;
}
.konfirmasi-area .detil table tr td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.konfirmasi-area .detil table tr td.left{
    text-align: left;
    color: #4a4a4a;
    font-size: 15px;
}
.konfirmasi-area .detil table tr td.right{
    text-align: right;
    color: #1b1b1b;
    font-size: 15px;
    font-weight: bold;
}
.konfirmasi-area .area-notifikasi-input{

}
.konfirmasi-area .area-notifikasi-input p{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.konfirmasi-area .area-notifikasi-input p i{
    color: #eb830b;
    transform: rotate(-37deg);
    margin-right: 13px;
}
.konfirmasi-area .area-notifikasi-input .form-group{
    margin-bottom: 20px;
}
.konfirmasi-area .area-notifikasi-input .form-group label{
    color: #272726;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 3px;
}
.konfirmasi-area .area-notifikasi-input .form-group .form-control{
    border: 0px;
    border-bottom: 1px solid #ebf1f5;
    border-radius: 0 !important;
    padding: 0;
    color: #2d2d2d;
    font-weight: bold;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.konfirmasi-area .area-notifikasi-input .form-group .form-control:active{
    border-bottom: 1px solid #eb830b;
}
.konfirmasi-area .area-notifikasi-input .form-group .form-control:focus{
    border-bottom: 1px solid #eb830b;
}
.konfirmasi-area .area-notifikasi-input .form-group small{
    color: #a7a7a7;
    font-size: 11px;
    margin: 0;
    display: block;
    margin-top: 5px;
    font-style: italic;
}
.konfirmasi-area .area-notifikasi-input .checkbox-frame{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.konfirmasi-area .area-notifikasi-input .area-submit-input{
    margin-bottom: 15px;
}
label.label_for_subscribe.ikutpro {
    font-size: 13px !important;
    font-weight: 500 !important;
    margin-left: 5px !important;
    margin-top: 2px !important;
}
.konfirmasi-area .area-notifikasi-input .area-submit-input .btn-checkout-now{
    width: 300px;
    height: 50px;
    border-radius: 3em;
    display: block;
    margin: 0 auto;
    background: #eb830b;
    color: white;
    border: 1px solid #be6906;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}
.konfirmasi-area .area-notifikasi-input .area-submit-input .btn-checkout-now.disabled{
    pointer-events: none;
    background: #b4b4b4;
    border: #b4b4b4;
}
.konfirmasi-area .area-notifikasi-input .area-submit-input .btn-checkout-now i{
    margin-right: 15px;
}
.konfirmasi-area .area-notifikasi-input .area-submit-input .btn-checkout-now span{

}
.konfirmasi-area .area-notifikasi-input .area-submit-input .btn-checkout-now:hover{
    background: #c06c0a;
}
.konfirmasi-area .area-notifikasi-input .transaksi-aman-logo{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.konfirmasi-area .area-notifikasi-input .transaksi-aman-logo img{
    width: 87px;
    margin-right: 20px;
}
.konfirmasi-area .area-notifikasi-input .transaksi-aman-logo img:last-child{
    margin-right: 0px;
}

.footer-no-content{
    width: 900px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
}
.footer-no-content b{
    color: #343434;
    text-align: center;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.footer-no-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    width: 77%;
    margin: 0 auto;
}
.footer-no-content ul li{
    
}
.footer-no-content ul li a{
    text-decoration: none;
    color: #565656;
    font-size: 15px;
}
.footer-no-content ul li a:hover{
    color: #000000;
}

.waiting-payment{
    width: 900px;
    margin: 0 auto;
    background: white;
    border-radius: 0.3em;
    padding: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    cursor: default;
    box-shadow: 0px 3px 15px #63809e1f;
    border-radius: 0.6rem;
}
.waiting-payment .logo{
    text-align: center;
}
.waiting-payment .logo img{
    width: 200px;
    margin-bottom: 15px;
}
.waiting-payment .hurry-up-area{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.waiting-payment .hurry-up-area img{
    width: 46px;
    margin-bottom: 15px;
}
.waiting-payment .hurry-up-area .onemore{
    margin-bottom: 10px;
    color: #e08011;
    font-size: 18px;
}

.waiting-payment .hurry-up-area i{
    margin-bottom: 15px;
    color: #2ecc71;
    font-size: 40px;
}
.waiting-payment .hurry-up-area .finishstep{
    margin-bottom: 10px;
    color: #0c9d58;
    font-size: 22px;
}

.waiting-payment .hurry-up-area p{
    color: #1c1c1c;
    font-size: 15px;
    margin-bottom: 5px;
}
.waiting-payment .hurry-up-area .price-large{
    font-size: 40px;
    color: #151515;
    position: relative;
}
.waiting-payment .hurry-up-area .price-large.with-floating{
    margin-bottom: 20px;
}
.waiting-payment .hurry-up-area .price-large span{
    color: #ef8912;
}
.waiting-payment .hurry-up-area .price-large span.floating-bottom{
    position: absolute;
    font-size: 14px;
    background: #ef8912;
    color: white;
    font-weight: 400;
    padding: 5px;
    border-radius: 0.5em;
    padding-left: 15px;
    padding-right: 15px;
    /* left: 0; */
    text-align: center;
    margin-top: 57px;
    width: 338px;
    right: -32px;
}
.waiting-payment .hurry-up-area .price-large span.floating-bottom:before{
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #ef8912 transparent transparent;
    position: absolute;
    right: 57px;
    top: -12px;
    transform: rotate(90deg);
}
.waiting-payment .detil-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 25px;
}
.waiting-payment .detil-info .left{
    width: 490px;
    border: 1px solid #ebf1f5;
    border-radius: 0.5em;
}
.waiting-payment .detil-info .left .provider-image-list{
    padding: 15px;
    background: white;
    padding-left: 25px;
    padding-right: 25px;
    border-bottom: 1px solid #ebf1f5;
    border-top-left-radius: 0.5em;
    border-top-right-radius: 0.5em;
}
.waiting-payment .detil-info .left .provider-image-list img{
    height: 24px;
    margin-right: 20px;
}
.waiting-payment .detil-info .left .content{
    background: #f9f9f9;
    padding-top: 20px;
    padding-bottom: 20px;
}
.waiting-payment .detil-info .left .content .area-qrris{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.waiting-payment .detil-info .left .content .area-qrris img{
    width: 240px;
    height: 240px;
}
.waiting-payment .detil-info .left .content .area-qrris .download-qrcode{
    background: #ef8911;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border-radius: 3em;
    font-size: 12px;
    font-weight: 600;
}
.waiting-payment .detil-info .left .content .area-qrris .download-qrcode i{
    margin-right: 10px;
}
.waiting-payment .detil-info .left .content .panduan-simple-list{
    padding-left: 20px;
    padding-right: 20px;
}
.waiting-payment .detil-info .left .content .panduan-simple-list .heading{
    margin-bottom: 20px;
}
.waiting-payment .detil-info .left .content .panduan-simple-list .heading i{
  margin-right: 10px;
}
.waiting-payment .detil-info .left .content .panduan-simple-list .heading b{
    font-size: 16px;
    color: #1c1c1c;
}
.waiting-payment .detil-info .left .content .panduan-simple-list ol{
    padding: 0;
    margin: 0;
    padding-left: 14px;
}
.waiting-payment .detil-info .left .content .panduan-simple-list ol li{
    color: #000000;
    font-weight: 400;
    margin-bottom: 20px;
    font-size: 14px;
}
.waiting-payment .detil-info .left .content .panduan-simple-list ol li:last-child{
    margin-bottom: 0px;
}
.waiting-payment .detil-info .left .content .panduan-simple-list .panduan-lengkap{
    margin-top: 20px;
}
.waiting-payment .detil-info .left .content .panduan-simple-list .panduan-lengkap .btn-panduan-lengkap{
    color: #5d5d5d;
    text-decoration: none;
    background: #ffffff;
    display: block;
    padding: 10px;
    padding-left: 40px;
    padding-right: 40px;
    width: fit-content;
    margin: 0 auto;
    border-radius: 3em;
    border: 1px solid #dcdcdc;
    font-size: 12px;
}
.waiting-payment .detil-info .left .content .panduan-simple-list .panduan-lengkap .btn-panduan-lengkap:hover{
    background: #f2f2f2;
}
.waiting-payment .detil-info .left .content .panduan-simple-list .panduan-lengkap .btn-panduan-lengkap:active{
    background: #ffffff;
}
.waiting-payment .detil-info .left .content .panduan-simple-list .panduan-lengkap .btn-panduan-lengkap:focus{
    background: #ffffff;
}
.waiting-payment .detil-info .left .footer-info-left{
    border-top: 1px solid #ebf1f5;
    padding: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.waiting-payment .detil-info .left .footer-info-left img{
    height: 38px;
    margin-right: 20px;
}
.waiting-payment .detil-info .left .footer-info-left img:last-child{
    margin-right: 0px;
}
.waiting-payment .detil-info .right{
    width: 350px;
}
.waiting-payment .detil-info .right table{
    width: 100%;
}
.waiting-payment .detil-info .right table tr{
    border: 0px;
    border-bottom: 1px solid #ebf1f5;
}
.waiting-payment .detil-info .right table tr .left{
    font-size: 14px;
    color: #1c1c1c;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
    text-align: left;
}
.waiting-payment .detil-info .right table tr .right{
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 600;
    text-align: right;
}
.waiting-payment .detil-info .right .information{
    background: #f9f9f9;
    border-radius: 0.5em;
    padding: 10px 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.waiting-payment .detil-info .right .information p{
    color: #0d0d0d;
    font-size: 12px;
    margin: 0;
}

.waiting-payment .detil-info .right .help{

}
.waiting-payment .detil-info .right .help .help-content{
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.waiting-payment .detil-info .right .help .help-content img{
    width: 20px;
    height: 22px;
    margin-right: 15px;
}
.waiting-payment .detil-info .right .help .help-content b{
    color: #1c1c1c;
    font-size: 18px;
}
.waiting-payment .detil-info .right .help p{
    color: #1c1c1c;
    font-size: 14px;
}
.waiting-payment .detil-info .right .help p a{
    color: #0d4e78;
    text-decoration: none;
    font-weight: 600;
}
.waiting-payment .detil-info .right .help p a:hover{
    color: #0088df;
}

.area-bank-transfer-kodeunik{

}
.area-bank-transfer-kodeunik .nominal-bayar{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.area-bank-transfer-kodeunik .nominal-bayar small{
    color: #1c1c1c;
    font-size: 16px;
    margin-bottom: 0;
}
.area-bank-transfer-kodeunik .nominal-bayar b{
    font-size: 30px;
    color: #b40e0e;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.area-bank-transfer-kodeunik .nominal-bayar b i{
    font-size: 15px;
    color: #959595;
    margin-left: 10px;
    cursor: pointer;
}
.area-bank-transfer-kodeunik .nominal-bayar b i:hover{
    color: #1c1c1c;
}
.area-bank-transfer-kodeunik .nominal-bayar b i:focus{
    color: #606060;
}
.area-bank-transfer-kodeunik .nominal-bayar b i:active{
    color: #606060;
}


.area-bank-transfer-kodeunik .nomor-virtual-account{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.area-bank-transfer-kodeunik .nomor-virtual-account small{
    color: #1c1c1c;
    font-size: 16px;
}
.area-bank-transfer-kodeunik .nomor-virtual-account b{
    font-size: 30px;
    color: #b40e0e;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.area-bank-transfer-kodeunik .nomor-virtual-account b i{
    font-size: 15px;
    color: #959595;
    margin-left: 10px;
    cursor: pointer;
}
.area-bank-transfer-kodeunik .nomor-virtual-account b i:hover{
    color: #1c1c1c;
}
.area-bank-transfer-kodeunik .nomor-virtual-account b i:focus{
    color: #606060;
}
.area-bank-transfer-kodeunik .nomor-virtual-account b i:active{
    color: #606060;
}

.area-bank-transfer-kodeunik .batas-waktu-pembayaran{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.area-bank-transfer-kodeunik .batas-waktu-pembayaran small{
    font-size: 16px;
    color: #1c1c1c;
    margin-bottom: 5px;
}
.area-bank-transfer-kodeunik .batas-waktu-pembayaran b{
    color: #b40e0e;
    font-size: 20px;
}
.area-bank-transfer-kodeunik .before-rekening-detil{
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}
.area-bank-transfer-kodeunik .before-rekening-detil i{
    margin-right: 10px;
}
.area-bank-transfer-kodeunik .before-rekening-detil b{
    color: #1c1c1c;
    font-size: 16px;
}
.area-bank-transfer-kodeunik .nominal-bayar b{
    
}
.area-bank-transfer-kodeunik .nominal-bayar b i{
    
}
.area-bank-transfer-kodeunik .rekening-detil{
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0.5em;
    padding: 15px;
    width: 350px;
    display: block;
    margin: 0 auto;
}
.area-bank-transfer-kodeunik .rekening-detil .head-logo{
    text-align: center;
    margin-bottom: 20px;
}
.area-bank-transfer-kodeunik .rekening-detil .head-logo img{

}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening{

}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table{
    width: 100%;
}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table tr{

}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table tr td{
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table tr td.left{
    font-size: 14px;
    color: #1c1c1c;
}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table tr td.right{
    font-size: 14px;
    color: #1c1c1c;
    text-align: right;
    font-weight: 600;
}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table tr td.right i{
    font-size: 12px;
    margin-right: 10px;
    color: #959595;
    cursor: pointer;
}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table tr td.right i:hover{
    color: #1c1c1c;
}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table tr td.right i:focus{
    color: #606060;
}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table tr td.right i:active{
    color: #606060;
}
.area-bank-transfer-kodeunik .after-pay-notice{
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
}
.area-bank-transfer-kodeunik .after-pay-notice p{
    text-align: center;
    color: #1c1c1c;
    font-size: 14px;
    margin: 0;
}
.area-bank-transfer-kodeunik .after-pay-notice p b{
    color: #af1919;
}

.finish-content-info{
    width: 350px;
    margin: 0 auto;
}
.finish-content-info .heading{
    margin-bottom: 15px;
}
.finish-content-info .heading b{
    display: block;
    text-align: center;
    font-size: 17px;
    color: #1c1c1c;
}

.finish-content-info table{
    width: 100%;
}
.finish-content-info table{
    margin-bottom: 30px;
}
.finish-content-info table tr{
    border-bottom: 1px solid #ebf1f5;
}
.finish-content-info table tr td{
    padding-top: 10px;
    padding-bottom: 10px;
}
.finish-content-info table tr td.left{
    text-align: left;
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 600;
}
.finish-content-info table tr td.right{
    text-align: right;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: bold;
}

.finish-content-info .help{

}
.finish-content-info .help .help-content{
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.finish-content-info .help .help-content img{
    width: 20px;
    height: 22px;
    margin-right: 15px;
}
.finish-content-info .help .help-content b{
    color: #1c1c1c;
    font-size: 18px;
}
.finish-content-info .help p{
    color: #1c1c1c;
    font-size: 14px;
}
.finish-content-info .help p a{
    color: #0d4e78;
    text-decoration: none;
    font-weight: 600;
}
.finish-content-info .help p a:hover{
    color: #0088df;
}

.frame-dompet{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.frame-dompet img{
    width: 114px;
    margin-bottom: 30px;
}
.frame-dompet .btn-selesaikan-pembayaran{
    color: white;
    font-size: 14px;
    background: #eb830b;
    text-decoration: none;
    font-weight: bold;
    padding: 15px;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 3em;
}
.frame-dompet .btn-selesaikan-pembayaran i{
    margin-right: 10px;
}
.frame-dompet .btn-selesaikan-pembayaran:hover{
    background: #e37a00;
}

.channel-not-available{
    font-size: 11px;
    color: gray;
}

.accrodion-how-to{

}
.accrodion-how-to .child-accordion{
    background: white;
    border: 1px solid #e6e6e6;
    border-radius: 0.5em;
    margin-bottom: 7px;
}
.accrodion-how-to .child-accordion .header-accordion{
    color: #3d3d3d;
    font-size: 12px;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}
.accrodion-how-to .child-accordion .header-accordion:hover{
    background: #f7f7f7;
}
.accrodion-how-to .child-accordion .content-accordion{
    /* margin-top: 13px; */
    /* padding-top: 15px; */
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.accrodion-how-to .child-accordion .content-accordion hr{
    border: 0;
    border-top: 1px solid #a1a1a1;
    margin-top: 0px;
}
.accrodion-how-to .child-accordion .content-accordion ul{
    padding: 0;
    margin: 0;
    padding-left: 14px;
}
.accrodion-how-to .child-accordion .content-accordion ol{
    padding: 0;
    margin: 0;
    padding-left: 14px;
}
.accrodion-how-to .child-accordion .content-accordion li{
    margin: 0 !important;
    padding: 0;
    margin-bottom: 10px !important;
}
.accrodion-how-to .child-accordion .content-accordion li a{
    
}
.accrodion-how-to .child-accordion .content-accordion li a:hover{
    
}

.result-quick-search{
    background: white;
    position: absolute;
    z-index: 1000;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 0.5em;
    box-shadow: 0px 9px 41px -16px #6e6e6e;
    margin-top: 25px;
}
.result-quick-search ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.result-quick-search ul li{
    
}
.result-quick-search ul li .notfound{
    font-size: 13px;
    font-weight: 400;
    min-width: 220px;
    display: block;
    text-align: center;
}
.result-quick-search ul li a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    min-width: 340px;
}
.result-quick-search ul li a:hover{
    background: #f3f3f3;
}
.result-quick-search ul li .left{
    
}
.result-quick-search ul li .left img{
    width: 40px;
    height: 40px;
    border-radius: 0.5em;
}
.result-quick-search ul li .right{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-left: 10px;
}
.result-quick-search ul li .right b{
    font-size: 14px;
    color: #1c1c1c;
    display: block;
    margin-bottom: 2px;
}
.result-quick-search ul li .right small{
    color: #939393;
    font-style: italic;
    font-size: 10px;
}

/* HTTPCODEPAGE */
#errorpage {
    position: relative;
    height: 475px;
}
.errorpage {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.errorpage {
    max-width: 460px;
    width: 100%;
    text-align: center;
    line-height: 1.4;
}
.errorpage .errorpage-code {
    position: relative;
    width: 180px;
    height: 180px;
    margin: 0 auto 50px;
}
.errorpage .errorpage-code > div:first-child {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffa200;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    border: 5px dashed #000;
    border-radius: 5px;
}
.errorpage .errorpage-code > div:first-child:before {
    content: "";
    position: absolute;
    left: -5px;
    right: -5px;
    bottom: -5px;
    top: -5px;
    -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1) inset;
    border-radius: 5px;
}
.errorpage .errorpage-code h1 {
    color: #000;
    font-weight: 700;
    margin: 0;
    font-size: 90px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
    height: 40px;
    line-height: 40px;
}
.errorpage h2 {
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 7px;
}
.errorpage p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.errorpage a {
    display: inline-block;
    padding: 10px 25px;
    background-color: #8f8f8f;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.errorpage a:hover {
    background-color: #2c2c2c;
}
.arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    position: absolute;
    top: -13px;
    margin-left: 10px;
}

.content-with-sidebar{
    width: 900px;
    background: white;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    box-shadow: 0px 3px 15px #63809e1f;
    border-radius: 0.5rem;
}
.content-with-sidebar .sidebar{
    width: 320px;
    margin-right: 35px;
}
.content-with-sidebar .sidebar .sidebar-title{
    color: #2b2a2a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    padding-left: 30px;
    padding-top: 30px;
}
.swal2-styled.swal2-confirm {
    background-color: #f98c1e !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
}
.swal2-styled.swal2-deny {
    background-color: #ea5455 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
}
.swal2-styled.swal2-cancel {
    background-color: #ea5455 !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
    border-radius: 50px !important;
    font-weight: bold !important;
}
.content-with-sidebar .sidebar .channel-pembayaran{
    list-style: none;
    padding: 0;
    margin: 0;
    /* padding-bottom: 30px; */
    border-right: 1px solid #f3f3f3;
    margin-bottom: 30px;
}
.content-with-sidebar .sidebar .channel-pembayaran li{
    
}
.content-with-sidebar .sidebar .channel-pembayaran li a{
    text-decoration: none;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    /* border-bottom: 1px solid #f3f3f3; */
}
.content-with-sidebar .sidebar .channel-pembayaran li hr{
    border: 0;
    border-bottom: 1px solid #aeaeae;
    margin: 0;
    padding: 0;
    margin-left: 30px;
    margin-right: 30px;
    height: 1px !important;
    opacity: 0.25 !important;
    background-color: transparent;
}
.content-with-sidebar .sidebar .channel-pembayaran li a:hover{
    background: #f9f9f9;
}
.content-with-sidebar .sidebar .channel-pembayaran li a.active{
    background: #f9f9f9;
}
.content-with-sidebar .sidebar .channel-pembayaran li a img{
    width: 20px;
    height: 18px;
    object-fit: contain;
}
.content-with-sidebar .sidebar .channel-pembayaran li a b{
    font-size: 16px;
    color: #2b2a2a;
    font-weight: 600;
}
.content-with-sidebar .content{
    padding-top: 80px;
    flex: auto;
    padding-right: 30px;
    padding-bottom: 30px;
}
.content-with-sidebar .content .channel-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    align-content: baseline;
}
.content-with-sidebar .content .channel-grid .channel{
    width: 150px;
    box-shadow: 0px 0px 9px -3px grey;
    border-radius: 0.5em;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 15px;
}
.content-with-sidebar .content .channel-grid .channel:nth-child(1n) {
    margin-right: 7px;
}
/* .content-with-sidebar .content .channel-grid .channel:nth-child(2n) {
    margin-left: 7px;
    margin-right: 7px;
} */
.content-with-sidebar .content .channel-grid .channel:nth-child(3n) {
    margin-left: 7px;
    margin-right: 0px;
}
.content-with-sidebar .content .channel-grid .channel img{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 21px;
}
.content-with-sidebar .content .channel-grid .channel b{
    color: #2b2a2a;
    font-size: 10px;
    display: block;
    text-align: center;
    font-weight: 500;
    border-top: 1px solid #e5e5e5;
    padding-top: 11px;
    padding-bottom: 11px;
    width: 100%;
    margin: 0 auto;
}

.content-with-sidebar .simple-content{
    padding: 30px;
}
.content-with-sidebar .simple-content .page-header{
    
}
.content-with-sidebar .simple-content .page-header h1{
    color: #2b2a2a;
    font-size: 24px;
    font-weight: 600;
}
.content-with-sidebar .simple-content .content{
    padding: 0 !important;
    margin-top: 30px;
}

.stepper-wrapper {
    margin-top: auto;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    margin-left: -70px;
    width: 142%;
    margin-bottom: 50px;
    margin-top: 20px;
  }
  .stepper-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }

  @media (max-width: 768px) {
    .stepper-item {
        font-size: 12px;
    }
  }
  
  .stepper-item::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffa200;
    width: 100%;
    top: 16px;
    left: -50%;
    z-index: 2;
  }
  
  .stepper-item::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffa200;
    width: 100%;
    top: 16px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item .step-counter {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ccc;
    margin-bottom: 6px;
    font-size: 13px;
    color: white;
  }

  .stepper-item .step-name {
    text-align: center;
    font-size: 12px;
  }
  
  .stepper-item.active {
    font-weight: bold;
  }
  
  .stepper-item.completed .step-counter {
    background-color: #ffa200;
  }
  
  .stepper-item.completed::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffa200;
    width: 100%;
    top: 16px;
    left: 50%;
    z-index: 3;
  }
  
  .stepper-item:first-child::before {
    content: none;
  }
  .stepper-item:last-child::after {
    content: none;
  }

  .ekko-lightbox .modal-header{
      display: contents !important;
  }
  .ekko-lightbox .modal-title{
      display: none !important;
  }

  .ekko-lightbox .modal-header button{
    position: absolute !important;
    right: -21px !important;
    background: white !important;
    border-radius: 50% !important;
    font-weight: bold !important;
    height: 40px !important;
    width: 40px !important;
    font-size: 25px !important;
    margin-top: -22px !important;
    transition: all .3s ease-in-out;
  }

  .ekko-lightbox .modal-header button:hover{
    
    background: #cbcbcb !important;
  }

  .mlseparator{
    position: relative;
  }
  .mlseparator input{
    width: 150px;
  }
  .mlseparator:before{
    content: "(";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    margin-top: 5px;
    font-size: 20px;
    margin-left: 10px;
  }

  

  .mlseparator:after{
    content: ")";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 700;
    position: absolute;
    margin-top: 6px;
    font-size: 20px;
    right: 15px;
    top: -1px;
  }

.ribbon__content {
    position: absolute;
    display: block;
    width: 64px;
    padding: 5px 0;
    background-color: #ed7f00;
    box-shadow: 0 5px 10px rgb(0 0 0 / 19%);
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    border: 2px dotted #fff;
    outline: 5px solid #ed7f00;
    padding: 0;
    font-size: 9px;
    bottom: 14px;
    right: -1px;
    font-weight: 600;
}

.ribbon__content::after {
    bottom: -9px;
    right: -9px;
    border-top-color: transparent;
    border-right-color: transparent;
    position: absolute;
    content: '';
    display: block;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ed7f00;
    image-orientation: 90deg;
    transform: rotate(80deg);
}

.badge-promotion-on-head{
    box-shadow: 0px 2px 6px #f99828;
    background: #ed7f00;
    color: white !important;
    padding: 3px 20px;
    font-size: 10px !important;
    font-weight: 600;
    margin-left: 15px;
    display: none;
    position: absolute;
    right: -6px;
    margin-top: -23px;
    border-radius: 3px;
}

.loading-submit-data{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    /* display: flex; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 4000;
    display: none;
}
.loading-submit-data .content{
    width: 200px;
    height: 200px;
    background: white;
    border-radius: 50%;
    /* margin: 0 auto; */
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.loading-submit-data .content .sk-chase{

}
.loading-submit-data .content img{
    position: absolute;
    top: 66px;
    width: 82px;
    animation: bounce 0.3s infinite alternate;
    -webkit-animation: bounce 0.3s infinite alternate;
}
@keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
  @-webkit-keyframes bounce {
    from {
      transform: translateY(0px);
    }
    to {
      transform: translateY(-15px);
    }
  }
.lds-dual-ring {
    display: inline-block;
    width: 180px;
    height: 180px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 164px;
    height: 164px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #fff;
    border-color: #fe8000 transparent #3a3a3a transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

/* LOADING SPINNER */
.sk-chase {
    width: 120px;
    height: 120px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
  }
  
  .sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; 
    animation: sk-chase-dot 2.0s infinite ease-in-out both; 
  }
  
  .sk-chase-dot:before {
    content: '';
    display: block;
    width: 20%;
    height: 20%;
    background-color: #ff7600;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
  }
  
  .sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
  .sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
  .sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
  .sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
  .sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
  .sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
  .sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }
  
  @keyframes sk-chase {
    100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot {
    80%, 100% { transform: rotate(360deg); } 
  }
  
  @keyframes sk-chase-dot-before {
    50% {
      transform: scale(0.4); 
    } 100%, 0% {
      transform: scale(1.0); 
    } 
  }
  .close-mobile{
    display: none;
  }

  .morecontent span {
    display: none;
}
.morelink {
    display: block;
}

.slider-mobile{
    display: none;
}

.div-tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    padding: 10px;
    color: #000;
    font-size: 12px 'Roboto';
    border-radius: 5px;
    z-index: 2000;;
  }

    .frame-menu-burgerbar{
        position: relative;
    }

    .frame-menu-burgerbar .burgerbar-menu-frame-outer{
        position: absolute;
        right: 0;
        z-index: 3000 !important;
        box-sizing: border-box;
        top: 20px;
        right: -40px;
        padding-top: 20px;
        background: transparent !important;
    }
    .frame-menu-burgerbar .burgerbar-menu-frame{
        background: white;
        border-radius: 0.3em;
        box-sizing: border-box;
        border: 1px solid #eaeaea;
        box-shadow: 0px 0px 14px 0px #223b502b;
    }
    /* .frame-menu-burgerbar .burgerbar-menu-frame:after, .frame-menu-burgerbar .burgerbar-menu-frame:before{
        bottom: 100%;
        left: 53%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
    }
    .frame-menu-burgerbar .burgerbar-menu-frame:before {
        border-bottom-color: #eaeaea;
        border-width: 13px;
        margin-left: 28px;
    }
    .frame-menu-burgerbar .burgerbar-menu-frame:after {
        border-color: rgba(136, 183, 213, 0);
        border-bottom-color: #ffffff;
        border-width: 11px;
        margin-left: 30px;
    } */
    
    .frame-menu-burgerbar .burgerbar-menu-frame .burgerbar-menu-inner{
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .frame-menu-burgerbar .burgerbar-menu-frame .burgerbar-menu-inner li{
      
    }
    .frame-menu-burgerbar .burgerbar-menu-frame .burgerbar-menu-inner li a{
        padding: 10px;
        padding-left: 20px;
        padding-right: 20px;
        display: block;
        text-decoration: none;
        color: black;
        font-weight: 600;
        font-size: 14px;
        border-bottom: 1px solid #e7e7e7;
        transition: all .3s ease-out;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
    .frame-menu-burgerbar .burgerbar-menu-frame .burgerbar-menu-inner li:last-child a{
        border-bottom: none;
    }
    .frame-menu-burgerbar .burgerbar-menu-frame .burgerbar-menu-inner li a i{
        margin-right: 10px;
    }
    .frame-menu-burgerbar .burgerbar-menu-frame .burgerbar-menu-inner li a:hover{
      background: #f7f7f7;
    }

    .showmore-btn{
        font-weight: 600;
        color: #0d4e78;
        text-decoration: none;
    }
    .showmore-btn:hover{
        color: #119efc;
    }



    #nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
        width: 23px;
        height: 19px;
        position: relative;
        margin: 0px auto;
        -webkit-transform: rotate( 
    0deg
     );
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate( 
    0deg
     );
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        margin-top: 5px;
      }

      #nav-icon4.after-login{
        margin-top: 11px;
      }
      
      #nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #ee8103;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate( 
    0deg
     );
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate( 
    0deg
     );
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }
      
      #nav-icon1 span:nth-child(1) {
        top: 0px;
      }
      
      #nav-icon1 span:nth-child(2) {
        top: 18px;
      }
      
      #nav-icon1 span:nth-child(3) {
        top: 36px;
      }
      
      #nav-icon1.open span:nth-child(1) {
        top: 18px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
      }
      
      #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
      }
      
      #nav-icon1.open span:nth-child(3) {
        top: 18px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
      }
      
      /* Icon 2 */
      
      #nav-icon2 {
      }
      
      #nav-icon2 span {
        display: block;
        position: absolute;
        height: 9px;
        width: 50%;
        background: #d3531a;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
      }
      
      #nav-icon2 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
      }
      
      #nav-icon2 span:nth-child(odd) {
        left:0px;
        border-radius: 9px 0 0 9px;
      }
      
      #nav-icon2 span:nth-child(1), #nav-icon2 span:nth-child(2) {
        top: 0px;
      }
      
      #nav-icon2 span:nth-child(3), #nav-icon2 span:nth-child(4) {
        top: 18px;
      }
      
      #nav-icon2 span:nth-child(5), #nav-icon2 span:nth-child(6) {
        top: 36px;
      }
      
      #nav-icon2.open span:nth-child(1),#nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      
      #nav-icon2.open span:nth-child(2),#nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      
      #nav-icon2.open span:nth-child(1) {
        left: 5px;
        top: 7px;
      }
      
      #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
      }
      
      #nav-icon2.open span:nth-child(3) {
        left: -50%;
        opacity: 0;
      }
      
      #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
      }
      
      #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 29px;
      }
      
      #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 29px;
      }
      
      /* Icon 3 */
      
      #nav-icon3 span:nth-child(1) {
        top: 0px;
      }
      
      #nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
        top: 18px;
      }
      
      #nav-icon3 span:nth-child(4) {
        top: 36px;
      }
      
      #nav-icon3.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
      }
      
      #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
      }
      
      #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
      }
      
      #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
      }
      
      /* Icon 4 */
      
      #nav-icon4 {
      }
      
      #nav-icon4 span:nth-child(1) {
        top: 1px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }
      
      #nav-icon4 span:nth-child(2) {
        top: 8px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }
      
      #nav-icon4 span:nth-child(3) {
        top: 15px;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
      }
      
      #nav-icon4.open span:nth-child(1) {
        -webkit-transform: rotate( 
            45deg
             );
                -moz-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate( 
            45deg
             );
                top: 0px;
                left: 4px;
                width: 100%;
      }
      
      #nav-icon4.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
      }
      
      #nav-icon4.open span:nth-child(3) {
        -webkit-transform: rotate( 
            -45deg
             );
                -moz-transform: rotate(-45deg);
                -o-transform: rotate(-45deg);
                transform: rotate( 
            -45deg
             );
                top: 16px;
                left: 4px;
                width: 100%;
      }

      .wrong-email-badge{
        color: white !important;
        font-weight: 600 !important;
        font-size: 12px !important;
        background: red;
        padding: 10px;
        padding-bottom: 5px;
        padding-top: 5px;
        border-radius: 0.3em;
        position: absolute;
        right: 0 !important;
        margin-top: -37px;
        right: 20px !important;
        display: none;
      }

      .tooltip .arrow{
        content: '';
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-top: 8px solid transparent;
        border-right: 8px solid black;
        left: 44% !important;
        top: 2px !important;
        transform: rotate(
    222deg
    );
      }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.open-profile{
    float: right;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    margin-right: 20px;
    font-size: 14px;
    background: #ee8103;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 50%;
    display: none;
}

.open-profile-desktop{
    text-decoration: none;
    color: #ee8103;
    border: 1px solid #ee8103;
    padding: 5px;
    width: 130px;
    display: block;
    text-align: center;
    border-radius: 0.3em;
    font-size: 13px;
    float: right;
    margin-right: 20px;
    transition: all .1s ease-in-out;
    font-weight: 500;
}

.open-profile-desktop:hover{
    background: #ee8103;
    color: white;
}

.open-profile:hover{
    color: #fff;
    background: #cf730a;
}

.open-profile-after-login{
    float: right;
    /* color: #fff; */
    font-weight: 600;
    margin-right: 20px;
    font-size: 14px;
    background: white;
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 0.5em;
    width: 114px;
}
.open-profile-after-login:hover{
    background: #f7f7f7;
}
.open-profile-after-login.active{
    background: #f7f7f7;
}
.open-profile-after-login img{
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 15px;
}
.open-profile-after-login .no-photo{
    width: 22px;
    height: 26px;
    border-radius: 50%;
    margin-right: 6px;
    background: #e6700f;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    font-size: 14px;
    color: white;
    flex: 1;
    display: block;
    flex: 0 0 27px;
}
.open-profile-after-login span{
    font-size: 16px;
    color: #373737;
}

.box-login-register{
    width: 430px;
    margin: 0 auto;
    background: white;
    border-radius: 0.3em;
    padding: 20px;
    /* margin-top: 35px; */
    /* margin-bottom: 35px; */
    cursor: default;
    box-shadow: 0px 3px 15px #63809e1f;
    border-radius: 0.6rem;
}
.box-login-register .logo{
    text-align: center;
}
.box-login-register .logo img{
    width: 200px;
    margin-bottom: 15px;
}
.frame-box-login-register{
    height: 75vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    transition: all .3s ease-in-out;
}
.frame-box-login-register.join-reseller-with-upselling{
    height: auto;
    display: block;
    margin-top: 50px;
    margin-bottom: 100px !important;
}
.frame-box-login-register.join-reseller-with-upselling-select-payment{
    display: block;
    margin-bottom: 100px !important;
    margin-top: 50px !important;
    height: 100% !important;
}
.frame-box-login-register-2{
    height: 97vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}
.area-login{

}

.area-login .toolbar{
    position: absolute;
    margin-top: -18px;
}
.area-login .toolbar a{
    color: black;
}
.area-login .toolbar a:hover{
    color: #707070;
}

.area-login .header{
    margin-top: 10px;
    margin-bottom: 20px;
}
.area-login .header i{
    color: #e5700f;
    font-size: 35px;
    display: block;
    margin: 0 auto;
    width: 32px;
    margin-bottom: 20px;
}
.area-login .header h1{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin: 0;
    margin-bottom: 15px;
}
.area-login .header h4{
    font-size: 16px;
    color: #3f3f3f;
    text-align: center;
    line-height: 25px;
}
.area-login .header h4 a{
    color: #e6710f;
    text-decoration: none;
    font-weight: 600;
}
.area-login .header h4 a:hover {
    border-bottom: 1px dashed #f17400;
}
.area-login .area-button-sosmed{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
}
.area-login .area-button-sosmed a{
    display: flex;
    border: 1px solid #e6e6e6;
    border-radius: 0.5em;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
    color: #484848;
    font-weight: bold;
    font-size: 16px;
    flex: 1;
}
.area-login .area-button-sosmed a:hover{
    background: #f9f9f9;
}
.area-login .area-button-sosmed a img{
    width: 16px;
    height: 16px;
    margin-right: 30px;
}
.area-login .area-button-sosmed a.google-signin{
    margin-right: 10px;
}
.area-login .area-button-sosmed a.facebook-signin{
    margin-left: 10px;
}
.area-login .form-group{
    margin-bottom: 10px;
}
.area-login .form-group .control-label{
    font-size: 14px;
    color: #404040;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.area-login .center-text-act{

}
.area-login .center-text-act p{
    color: #5f5f5f;
    font-size: 14px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.area-login .center-text-act p a{
    color: #f17400;
    text-decoration: none;
}
.area-login .center-text-act p a:hover{
    border-bottom: 1px dashed #f17400;
}
.area-login .forgot-password-area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;
}
.area-login .forgot-password-area .left{
    font-size: 12px;
    color: #8b8b8b;
}
.area-login .forgot-password-area .left.checkbox-area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.area-login .forgot-password-area .left.checkbox-area label{
    cursor: pointer;
}
.area-login .forgot-password-area .right{
    
}
.area-login .forgot-password-area .right a{
    color: #f17400;
    text-decoration: none;
    font-size: 14px;
}
.area-login .forgot-password-area .right a:hover{
    border-bottom: 1px dashed #f17400;
}

.area-login .input-group{
    margin-bottom: 20px;
}
.area-login .input-group .control-label{
    font-size: 14px;
    color: #474747;
    display: block;
    margin-bottom: 5px;
}

.area-login .form-group .form-control{
    padding: 10px 15px;
}
.area-login .form-group .form-control:hover{
    border: 1px solid #e6700e;
}
.area-login .form-group .form-control:focus{
    border: 1px solid #e6700e;
}
.area-login .form-group .form-control:active{
    border: 1px solid #e6700e;
}

.area-login .preview-email{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.area-login .preview-email .left{
    font-size: 16px;
    color: #3f3f3f;
}
.area-login .preview-email .right{
    color: #f17400;
    text-decoration: none;
    font-size: 14px;
}

.area-login .form-group.nomargin{
    margin-bottom: 0px;
}

.area-login .nothaveaccount{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.area-login .nothaveaccount a{
    text-decoration: none;
    color: #e6710f;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.area-login .nothaveaccount a:hover{
    border-bottom: 1px dashed #f17400;
}
.area-login a:hover{
    
}
.area-login .register-terms{
    text-align: center;
    font-size: 12px;
    color: #8b8b8b;
    margin-bottom: 0px;
}
.area-login .register-terms:first-child{
    margin-top: 10px;
}

.area-login .register-terms a{
    text-decoration: none;
    color: #e6710f;
    font-weight: 600;
    transition: all .3s ease-in-out;
}

.area-login .register-terms a:hover{
    border-bottom: 1px dashed #f17400;
}

.area-login .btn-login{
    width: 100%;
    display: block;
    border-radius: 6px;
    border: none;
    background: #e6710f;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    transition: all .3s ease-in-out;
}
.area-login .btn-login:hover{
    background: #d2660c;
}

.area-login .btn-login:disabled,
.area-login .btn-login[disabled]{
    border: 1px solid #d0d0d0;
    background-color: #ececec;
    color: #666666;
}

.separator{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 15px 0px;
}
.separator .border-separator{
    display: inline-block;
    border: 0.5px solid rgba(0, 0, 0, 0.12);
    width: 50%;
}
.separator .text-separator{
    font-size: 0.857143rem;
    text-align: center;
    color: rgba(0, 0, 0, 0.38);
    padding: 0px 18px;
    white-space: nowrap;
}

.js-hidden{
    display: none;
}

.progress{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f7f7f9;
    border-radius: 0.4rem;
}
.progress-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #78C2AD;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.password-strength__input{
    padding-left: 40px !important;
}
.password-strength__input:focus{
    z-index: 0 !important;
}
.password-strength__visibility{
    border: none !important;
    position: absolute !important;
    left: 0 !important;
    right: auto;
    top: 7px;
}
.password-strength__visibility:hover{
    border: none !important;
    background: transparent !important;
    color: black !important;
}
.password-strength__visibility:focus{
    border: none !important;
    background: transparent !important;
    color: rgb(34, 34, 34) !important;
    outline: none !important;
    box-shadow: none !important;
}
.password-strength__visibility:active{
    border: none !important;
    background: transparent !important;
    color: rgb(34, 34, 34) !important;
    outline: none !important;
    box-shadow: none !important;
}

.password_confirm-strength__input{
    padding-left: 40px !important;
}
.password_confirm-strength__input:focus{
    z-index: 0 !important;
}
.password_confirm-strength__visibility{
    border: none !important;
    position: absolute !important;
    left: 0 !important;
    right: auto;
    top: 7px;
}
.password_confirm-strength__visibility:hover{
    border: none !important;
    background: transparent !important;
    color: black !important;
}
.password_confirm-strength__visibility:focus{
    border: none !important;
    background: transparent !important;
    color: rgb(34, 34, 34) !important;
    outline: none !important;
    box-shadow: none !important;
}
.password_confirm-strength__visibility:active{
    border: none !important;
    background: transparent !important;
    color: rgb(34, 34, 34) !important;
    outline: none !important;
    box-shadow: none !important;
}

.area-checklist-success{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.area-checklist-success i{
    font-size: 172px;
    margin-bottom: 20px;
    color: green;
}
.area-checklist-success h4{
    font-weight: 600;
}
.area-checklist-success .action-btn{
    display: inline-block;
    padding: 10px 25px;
    background-color: #e6710f;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    margin-top: 20px;
}
.area-checklist-success .action-btn:hover{
    background-color: #d2660c;
}

.area-checklist-failed{
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}
.area-checklist-failed i{
    font-size: 172px;
    margin-bottom: 20px;
    color: #c90202;
}
.area-checklist-failed h4{
    font-weight: 600;
}
.area-checklist-failed .action-btn{
    display: inline-block;
    padding: 10px 25px;
    background-color: #8f8f8f;
    border: none;
    border-radius: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    margin-top: 20px;
}
.area-checklist-failed .action-btn:hover{
    background-color: #2c2c2c;
}

.btn-back{
    width: 40%;
    margin: 0 auto;
    display: block;
}
.menu-list-sidebar{
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-list-sidebar li{
    
}
.menu-list-sidebar li a{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: rgba(0,0,0,.8);
    margin: 10px 0 20px;
    padding-left: 30px;
}
.menu-list-sidebar li a:hover{
    border-left: 5px solid orange;
    padding-left: 25px;
}
.menu-list-sidebar li a.active{
    border-left: 5px solid orange;
    padding-left: 25px;
}
.menu-list-sidebar li a .preferences-item-text{
    
}
.menu-list-sidebar li a .preferences-item-text .item-title{
    font-size: 17px;
}
.menu-list-sidebar li a .preferences-item-text .item-description{
    font-size: 14px;
}
.menu-list-sidebar li a i{
    font-size: 13px;
    color: #9d9d9d;
}
.not-selected-content{

}
.not-selected-content h4{
    font-weight: 300;
    font-size: 1.142rem;
    color: #666;
    margin-bottom: 25px;
}
.not-selected-content img{
    
}

.frame-form-edit-profile{

}
.frame-form-edit-profile .form-group{
    margin-bottom: 10px;
}
.frame-form-edit-profile .form-group .control-label{
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: #5c5c5c;
}
.frame-form-edit-profile .form-group .form-control{
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #919191;
    border-radius: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.frame-form-edit-profile .action-button{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.frame-form-edit-profile .action-button .btn-back{
    color: #ff962d;
    border-color: #ff962d;
    border: 1px solid #ff962d;
    border-radius: 3em;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 90%;
    text-align: center;
    text-decoration: none;
    flex: 1;
    -webkit-box-flex: 1;
    flex: 1 1 0;
    margin-right: 10px;
    transition: all .3s ease-in-out;
}
.frame-form-edit-profile .action-button .btn-back:hover{
    color: #fff;
    background-color: #ff962d;
    border-color: #ff962d;
}
.frame-form-edit-profile .action-button .btn-save{
    color: #fff;
    background-color: #ff962d;
    border-color: #ff962d;
    border: none;
    border-radius: 3em;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 90%;
    flex: 1;
    -webkit-box-flex: 1;
    flex: 1 1 0;
    transition: all .3s ease-in-out;
}
.frame-form-edit-profile .action-button .btn-save:hover{
    background-color: #d06d0b;
    border-color: #d06d0b;
}

.frame-form-edit-profile .action-button .btn-save:disabled,
.frame-form-edit-profile .action-button .btn-save[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

.btn-send-pin{
    color: #fff;
    background-color: #ff962d;
    border-color: #ff962d;
    border: none;
    border-radius: 3em;
    font-size: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 90%;
    flex: 1;
    -webkit-box-flex: 1;
    flex: 1 1 0;
    transition: all .3s ease-in-out;
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
}
.btn-send-pin:hover{
    color: #fff;
    background-color: #ff962d;
    border-color: #ff962d;
}
.target-channel .header-text{
    font-size: 20px;
    margin-bottom: 25px;
    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
}

.frame-info-profile{
    position: absolute;
    background: white;
    border-radius: 0.3em;
    right: -73px;
    top: 40px;
    box-shadow: 0px 0px 14px 0px #223b502b;
    width: 380px;
    z-index: 3000 !important;
    /* display: none; */
}
/* .frame-info-profile:before{
    border-bottom-color: #eaeaea;
    border-width: 13px;
    margin-left: 28px;
}
.frame-info-profile:after, .frame-info-profile:before{
    bottom: 100%;
    left: 35%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.frame-info-profile:after{
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #ffffff;
    border-width: 11px;
    margin-left: 30px;
} */
.frame-info-profile .header{
    background: white;
    color: black;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;
}
.frame-info-profile .header .left{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: center;
}
.frame-info-profile .header .left .name{
    font-size: 17px;
    font-weight: 600;
}
.frame-info-profile .header .left .mail{
    font-size: 13px;
    font-weight: 600;
}
.frame-info-profile .header .right{

}
.frame-info-profile .header .right a{
    color: #ee8103;
    font-size: 25px;
}
.frame-info-profile .header .right a:hover{
    color: #cf6f00;
}
.frame-info-profile .area-info-wallet{
    padding: 20px;
    background: orange;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
}
.frame-info-profile .area-info-wallet .subtitle{
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.frame-info-profile .area-info-wallet .area-nominal{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.frame-info-profile .area-info-wallet .area-nominal .left{
    font-size: 30px;
}
.frame-info-profile .area-info-wallet .area-nominal .right{
    background: #cb8404;
    color: white;
    text-decoration: none;
    padding: 9px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 0.5em;
    font-size: 12px;
    font-weight: 600;
}
.frame-info-profile .area-info-wallet .area-nominal .right:hover{
    background: #9d6807;
}
.frame-info-profile .featured{
    padding: 20px;
    padding-top: 10px;
    background: white;
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
    color: black;
    padding-bottom: 10px;
}
.frame-info-profile .featured b{
    font-size: 17px;
}
.frame-info-profile .featured .menu-featured{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
}
.frame-info-profile .featured .menu-featured a{
    color: orange;
    font-size: 30px;
}
.frame-info-profile .featured .menu-featured a:hover{
    color: #d38800;
}

.content-without-sidebar{
    width: 900px;
    background: white;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 50px;
    padding: 0px;
    box-shadow: 0px 3px 15px #63809e1f;
    border-radius: 0.5rem;
}

.content-without-sidebar .header{
    border-bottom: 1px solid #ccc;
    position: relative;
}

.content-without-sidebar .header b{
    color: #2b2a2a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    padding-left: 30px;
    padding-top: 10px;
}


.content-without-sidebar .content{

}
.content-without-sidebar .content .frame-pagination{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 10px;
    padding-top: 0px;
}
.content-without-sidebar .content .frame-pagination .pagination{
    
}
.content-without-sidebar .content .frame-pagination .pagination li{
    
}
.content-without-sidebar .content .frame-pagination .pagination li:first-child span, 
.content-without-sidebar .content .frame-pagination .pagination li:first-child a{
    border-top-left-radius: 0.3em;
    border-bottom-left-radius: 0.3em;
}
.content-without-sidebar .content .frame-pagination .pagination li span{
    padding: 13px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    background: #ebebeb;
    border: 1px solid #e5e5e5;
    color: black;
    border-radius: 0;
    margin-right: 0px;
    font-weight: 600;
}
.content-without-sidebar .content .frame-pagination .pagination li a{
    padding: 13px;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    background: white;
    border: 1px solid #e5e5e5;
    color: black;
    border-radius: 0;
    margin-right: 0px;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.content-without-sidebar .content .frame-pagination .pagination li a:hover{
    background: #ebebeb;
}

.content-without-sidebar .content .frame-pagination .pagination li:last-child span, 
.content-without-sidebar .content .frame-pagination .pagination li:last-child a{
    border-top-right-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}


.currently-coint{
    position: absolute !important;
    right: 12px !important;
    top: 13px !important;
    background: #cf5f00 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    padding: 7px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-radius: 0.3em !important;
    color: white !important;
    font-weight: 600 !important;
    font-size: 20px !important;
}
.area-pin{

}
.area-pin .form-control{
    margin-right: 10px;
}

.pincode-input-container{

}
.pincode-input-container .pincode-input-text{
    margin-right: 10px;
}

.popover-frame-custom-popup-login{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
}

.frame-custom-popup-login{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 20000;
}

.custom-popup-login{
    position: fixed;
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    z-index: 2000;
    /* top: 0; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* top: 50%; */
    /* -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); */
    /* left: 50%; */
}
.custom-popup-login .inner{
    width: 430px;
    background: white;
    border-radius: 0.5em;
    padding: 20px;
    text-align: center;
}
.custom-popup-login .inner .content{
    
}
.custom-popup-login .inner .content h3{
    color: #1d1d1d;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 23px;
}
.custom-popup-login .inner .content p{
    color: #1d1d1d;
    margin-bottom: 5px;
}
.custom-popup-login .inner .footer{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-top: 25px;
}
.custom-popup-login .inner .footer a:hover{

}
.custom-popup-login .inner .footer a.cancel-btn{
    color: #484848;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0.5em;
    font-weight: bold;
    margin-right: 5px;
    transition: all .3s ease-in-out;
}
.custom-popup-login .inner .footer a.cancel-btn:hover{
    background: #eeeeee;
}
.custom-popup-login .inner .footer a.confirm-btn{
    color: #484848;
    text-decoration: none;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    width: 100%;
    padding: 10px 15px;
    border-radius: 0.5em;
    background: #e6700f;
    color: white;
    font-weight: bold;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}
.custom-popup-login .inner .footer a.confirm-btn:hover{
    background: #b4580c;
}

.bg-login{
    background-image: url(../../img/bg-login-left.png), url(../../img/bg-login-right.png);
    background-position: bottom left, /* this positions the first image */ bottom right;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: 23%;
}

.choose-list-button{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.choose-list-button .choose-button{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    box-shadow: 0px 1px 8px -4px #505c6d;
    border-radius: 0.5em;
    margin-bottom: 20px;
    font-size: 17px;
    color: #3f3f3f;
    text-decoration: none;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    transition: all .2s ease-in-out;
}
.choose-list-button .choose-button:last-child{
    /* margin-bottom: 0px; */
}
.choose-list-button .choose-button i{
    color: #e77a20;
    font-size: 24px;
    font-weight: bold;
    margin-right: 30px;
}
.choose-list-button .choose-button span{
    
}
.choose-list-button .choose-button:hover{
    background: #f0f0f0;
}

.bg-pg-weak{
    background: #edffc4 !important;
}
.bg-pg-medium{
    background: #ffedc3 !important;
}
.bg-pg-strong{
    background: #e57777 !important;
}
.bg-pg-extra-strong{
    background: #8a1313 !important;
}

.dashboard-member{
    width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 30px;
}
.dashboard-member .left-sidebar{
    width: 230px;
    background: white;
    cursor: default;
    box-shadow: 0px 2px 10px -2px #0435631a;
    border-radius: 0.3em;
}
.dashboard-member .left-sidebar .primary-heading{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding: 20px;
}
.dashboard-member .left-sidebar .primary-heading img{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 12px;
}
.dashboard-member .left-sidebar .primary-heading .no-photo{
    width: 48px;
    height: 46px;
    border-radius: 50%;
    margin-right: 12px;
    background: #e6700f;
    text-align: center;
    line-height: 45px;
    font-weight: 600;
    font-size: 20px;
    color: white;
}
.dashboard-member .left-sidebar .primary-heading .right{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.dashboard-member .left-sidebar .primary-heading .right b{
    color: #242424;
    font-size: 15px;
    font-weight: 600;
}
.dashboard-member .left-sidebar .primary-heading .right small{
    color: #595959;
    font-size: 11px;
}
.dashboard-member .left-sidebar .secondary-heading{
    
}
.dashboard-member .left-sidebar .secondary-heading .head-title{
    padding: 0px 20px 10px 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.dashboard-member .left-sidebar .secondary-heading .head-title img{
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.dashboard-member .left-sidebar .secondary-heading .head-title b{
    color: #141414;
    font-size: 13px;
}
.dashboard-member .left-sidebar .secondary-heading .content{
    padding: 20px;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
}
.dashboard-member .left-sidebar .secondary-heading .content .left{
    font-size: 14px;
    color: #393939;
}
.dashboard-member .left-sidebar .secondary-heading .content .right{
    text-align: right;
}
.dashboard-member .left-sidebar .secondary-heading .content .right p{
    color: #393939;
    font-size: 14px;
    margin-bottom: 0px;
}
.dashboard-member .left-sidebar .btn-topup{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 12px;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 190px;
    margin: 0 auto;
    margin-bottom: 25px;
    transition: all .2s ease-in-out;
}
.dashboard-member .left-sidebar .btn-topup:hover{
    background: #c25c08;
}
.dashboard-member .left-sidebar .menu-list{
    
}
.dashboard-member .left-sidebar .menu-list .child-menu{
    padding: 15px 20px;
    border-top: 1px solid #ededed;
}
.dashboard-member .left-sidebar .menu-list .child-menu .heading{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin-bottom: 8px;
}
.dashboard-member .left-sidebar .menu-list .child-menu .heading b{
    color: #141414;
    font-size: 14px;
    font-weight: 600;
}
.dashboard-member .left-sidebar .menu-list .child-menu .heading i{
    font-size: 10px;
    color: #8b8b8b;
}
.dashboard-member .left-sidebar .menu-list .child-menu .heading:hover i{
    color: #141414;
}
.dashboard-member .left-sidebar .menu-list .child-menu .heading:hover b{
    color: #000000;
}
.dashboard-member .left-sidebar .menu-list .child-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 5px;
}
.dashboard-member .left-sidebar .menu-list .child-menu ul li{
    
}
.dashboard-member .left-sidebar .menu-list .child-menu ul li a{
    text-decoration: none;
    color: #141414;
    font-size: 13px;
    padding: 5px;
    display: block;
    transition: 0.2s ease;
}
.dashboard-member .left-sidebar .menu-list .child-menu ul li a:hover {
    background: #f2f5f7;
    border-radius: 22px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -10px;
    margin-right: -10px;
}
.dashboard-member .left-sidebar .menu-list .child-menu ul li.active a{
    background: #f2f5f7;
    border-radius: 22px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -10px;
    margin-right: -10px;
}
.dashboard-member .right-content{
    width: 650px;
    background: white;
    padding: 20px;
    box-shadow: 0px 2px 10px -2px #0435631a;
    border-radius: 0.3em;
    min-height: 699px;
}
.dashboard-member .right-content.already-reseller{
    min-height: 697px;
}
.dashboard-member .right-content.already-reseller-lifetime{
    min-height: 788px;
}
.dashboard-member .right-content.nopadding{
    padding: 0px;
}
.dashboard-member .right-content .heading{

}
.dashboard-member .right-content .heading h1{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.dashboard-member .right-content .area-dashboard-profile{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 20px;
}
.dashboard-member .right-content .area-dashboard-profile .left{
    margin-right: 20px;
}
.dashboard-member .right-content .area-dashboard-profile .left .profile-picture-frame{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 200px;
    box-shadow: 0px 0px 10px -2px #999;
    border-radius: 0.3em;
    padding: 15px;
    margin-bottom: 20px;
}
.dashboard-member .right-content .area-dashboard-profile .left .profile-picture-frame img{
    width: 170px;
}
.dashboard-member .right-content .area-dashboard-profile .left .profile-picture-frame .no-photo{
    width: 170px;
    height: 170px;
    background: #e6700f;
    text-align: center;
    line-height: 157px;
    font-weight: 600;
    font-size: 58px;
    color: white;
}
.dashboard-member .right-content .area-dashboard-profile .left .profile-picture-frame .btn-pilih-foto{
    border: 1px solid #d7d7d7;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #494949;
    font-size: 11px;
    font-weight: 600;
    padding: 10px;
    margin-top: 12px;
    border-radius: 0.3em;
    margin-bottom: 15px;
    transition: all .2s ease-in-out;
}
.dashboard-member .right-content .area-dashboard-profile .left .profile-picture-frame .btn-pilih-foto.disabled{
    cursor: no-drop;
    background: #f0f0f0;
    pointer-events: none;
}
.dashboard-member .right-content .area-dashboard-profile .left .profile-picture-frame .btn-pilih-foto:hover{
    background: #eee;
}
.dashboard-member .right-content .area-dashboard-profile .left .profile-picture-frame .image-information{
    font-size: 10px;
    color: #494949;
}
.dashboard-member .right-content .area-dashboard-profile .left .action-button-frame{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.dashboard-member .right-content .area-dashboard-profile .left .action-button-frame a{
    border: 1px solid #d7d7d7;
    width: 100%;
    padding: 10px;
    border-radius: 0.3em;
    margin-bottom: 10px;
    text-align: center;
    font-size: 12px;
    color: #4e4e4e;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    transition: all .2s ease-in-out;
}
.dashboard-member .right-content .area-dashboard-profile .left .action-button-frame a i{
    width: 15px;
}
.dashboard-member .right-content .area-dashboard-profile .left .action-button-frame a span{
    flex: 1;
}
.dashboard-member .right-content .area-dashboard-profile .left .action-button-frame a:hover{
    background: #eee;
}
.dashboard-member .right-content .area-dashboard-profile .right{
    flex: 1;
}
.dashboard-member .right-content .area-dashboard-profile .right .title{

}
.dashboard-member .right-content .area-dashboard-profile .right .title h3{
    font-size: 16px;
    color: #363636;
    font-weight: 600;
}
.dashboard-member .right-content .area-dashboard-profile .right .form-group{
    color: #363636;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
}
.dashboard-member .right-content .area-dashboard-profile .right .form-group .control-label{ 
    font-size: 13px;
    color: #363636;
    margin-bottom: 10px;
}
.dashboard-member .right-content .area-dashboard-profile .right .form-group .form-control{ 

}

.list-jenis-kelamin{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.list-jenis-kelamin .item{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 11px;
    margin-right: 20px;
    cursor: pointer;
}

.list-jenis-kelamin .item label{
    cursor: pointer;
    font-size: 13px;
}

.dashboard-member .right-content .area-dashboard-profile .right .btn-save{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    font-size: 13px;
    font-weight: bold;
    border-radius: 0.3em;
    padding: 10px;
    width: 160px;
    float: right;
    transition: all .2s ease-in-out;
}
.dashboard-member .right-content .area-dashboard-profile .right .btn-save:hover{
    background: #c25c08;
}

.area-dashboard-change-password{

}
.area-dashboard-change-password .header{

}
.area-dashboard-change-password .header h1{
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}
.area-dashboard-change-password .form-group{
    margin-bottom: 20px;
}
.area-dashboard-change-password .form-group .control-label{
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.area-dashboard-change-password .form-group .form-control{
    padding-left: 40px !important;
    border-radius: 0.3em !important;
}
.area-dashboard-change-password .form-group .form-control:focus{
    z-index: 0 !important;
}
.area-dashboard-change-password .form-group .input-group-append{

}
.area-dashboard-change-password .form-group .input-group-append .password-strength__visibility{
    left: 0 !important;
    right: auto;
    top: 0 !important;
}
.area-dashboard-change-password .password-strength__submit{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    padding: 10px;
    width: 190px;
    border-radius: 0.3em;
    font-size: 14px;
    font-weight: 600;
    transition: all .2s ease-in-out;
}
.area-dashboard-change-password .password-strength__submit:hover{
    background: #c25c08;
}
.area-dashboard-change-password .password-strength__submit:disabled{
    cursor: no-drop;
    background: #f0f0f0;
    pointer-events: none;
    color: gray;
    border: 1px solid #d2d2d2;
}
.area-dashboard-change-password i {
    font-size: 13px;
}
.area-dashboard-pin{

}
.area-dashboard-pin .header{

}
.area-dashboard-pin .header h1{
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 25px;
}
.area-dashboard-pin .content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.area-dashboard-pin .content .left{
    flex: auto;
}
.area-dashboard-pin .content .left h4{
    font-weight: 600;
    color: #313131;
    font-size: 16px;
    margin-bottom: 20px;
}
.area-dashboard-pin .content .left p{
    font-size: 14px;
    color: #292929;
    margin-top: 0;
    margin-bottom: 20px;
}
.area-dashboard-pin .content .left ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.area-dashboard-pin .content .left ul li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}
.area-dashboard-pin .content .left ul li i{
    color: #e6700f;
    margin-right: 10px;
    font-size: 20px;
}
.area-dashboard-pin .content .left ul li span{
    color: #292929;
    font-size: 14px;
}
.area-dashboard-pin .content .left .btn-setup-pin{
    background: #e6700f;
    border: 1px solid #c46415;
    border-radius: 0.3em;
    font-size: 12px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    padding: 10px;
    width: 190px;
    display: block;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}
.area-dashboard-pin .content .left .btn-setup-pin:hover{
    background: #c25c08;
}
.area-dashboard-pin .content .right{
    width: 185px;
    flex: 1;
}
.area-dashboard-pin .content .right img{
    
}

.overlay-modal-custom{
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    backdrop-filter: blur(2px);
    z-index: 2000;
}
.frame-modal-custom-popup{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    z-index: 20000;
}
.modal-custom-popup{
    width: 430px;
    padding: 20px;
    background: white;
    /* position: fixed; */
    z-index: 2000 !important;
    /* left: 0;
    right: 0; */
    /* bottom: 0; */
    /* top: 0;
    top: 50%;
    left: 50%; */
    transform: translate(-50%, -50%);
    box-shadow: 0px 1px 12px -6px #000;
    border-radius: 10px;
    /* display: none; */
    cursor: default;
}
.modal-custom-popup .toolbar{
    position: absolute;
    margin-top: 0px;
}
.modal-custom-popup .toolbar a{
    color: black;
}
.modal-custom-popup .toolbar a:hover{
    
}
.modal-custom-popup .inner-content-modal{
    margin-top: 0px;
}

.modal-content-pin{

}
.modal-content-pin .header{
    margin-top: 15px;
    margin-bottom: 30px;
}
.modal-content-pin .header i{
    color: #e5700f;
    font-size: 35px;
    display: block;
    margin: 0 auto;
    width: 32px;
    margin-bottom: 20px;
}
.modal-content-pin .header h1{
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    margin: 0;
    margin-bottom: 10px;
}
.modal-content-pin .header h4{
    font-size: 16px;
    color: #3f3f3f;
    text-align: center;
}
.modal-content-pin p.description{
    text-align: center;
    color: #565656;
    font-size: 14px;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 0px;
}
.modal-content-pin p.description b{
    
}
.modal-content-pin .area-insert-pin{

}
.modal-content-pin .area-insert-pin .form-control{
    
}
.modal-footer-pin{
    padding-bottom: 5px;
}
.modal-footer-pin .btn-action-modal-full{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    font-size: 16px;
    font-weight: bold;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 0.3em;
    transition: all .2s ease-in-out;
    text-decoration: none;
    text-align: center;
}
.modal-footer-pin .btn-action-modal-full:hover{
    background: #c25c08;
}
.modal-footer-pin .btn-action-modal-full:disabled{
    cursor: no-drop;
    background: #f0f0f0;
    pointer-events: none;
    color: gray;
    border: 1px solid #c7c7c7;
}

.pin-successfully-changed{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.pin-successfully-changed i{
    font-size: 100px;
    color: green;
    margin-bottom: 20px;
    margin-top: 10px;
}
.pin-successfully-changed b{
    font-size: 25px;
    margin-bottom: 35px;
}

.parent-list-denom-reload-uniplay{
    grid-template-columns: repeat(3, 1fr);
}
.list-denom-reload-uniplay{
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin: 5px !important;
}
.list-denom-reload-uniplay img{
    width: 16px;
    height: 18px;
}
.list-denom-reload-uniplay span{
    font-size: 18px;
    color: #494949;
    display: block;
    width: 70%;
}

.isi-nominal-sendiri{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.isi-nominal-sendiri .isi-nominal-sendiri-input{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e0e0e0;
    width: 266px;
    border-radius: 0.3em;
    padding: 5px;
}
.isi-nominal-sendiri .isi-nominal-sendiri-input.active{
    background: #fff9f3;
    border: 1px solid #ed7f00;
}
.isi-nominal-sendiri .isi-nominal-sendiri-input img{
    width: 16px;
    height: 18px;
    margin-right: 20px;
    margin-left: 20px;
}
.isi-nominal-sendiri .isi-nominal-sendiri-input .custom-nominal{
    font-weight: 600;
    border: none;
    padding: 5px;
    text-align: center;
    outline: none !important;
    padding-top: 5px;
    padding-bottom: 5px;
}
.isi-nominal-sendiri .isi-nominal-sendiri-input.active .custom-nominal{
    background: #fff9f3;
}
.riwayat-transaksi{

}
.riwayat-transaksi .header{
    margin-bottom: 21px;
}
.riwayat-transaksi .header h1{
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin: 0;
}
.riwayat-transaksi .filter{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}
.riwayat-transaksi .filter .left{
    width: 180px;
}
.riwayat-transaksi .filter .left .status{
    font-size: 14px;
    color: #373737;
    padding: 13px;
    cursor: pointer;
    height: 47px;
    padding-top: 11px;
}
.riwayat-transaksi .filter .right{

}
.riwayat-transaksi .filter .right .date-range-picker-selector{
    color: #373737;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #d5d5d5;
    padding: 13px;
    border-radius: 0.5em;
    width: 180px;
    display: block;
    text-align: center;
    transition: all .2s ease-in-out;
    height: 47px;
}
.riwayat-transaksi .filter .right .date-range-picker-selector:hover{
    background: #eeeeee;
}
.riwayat-transaksi .filter .right .date-range-picker-selector:focus{
    border: 1px solid #ed7f00;
}
.riwayat-transaksi .filter .right .date-range-picker-selector i{
    margin-right: 10px;
    font-size: 15px;
}
.riwayat-transaksi .filter .right .date-range-picker-selector span{

}
.riwayat-transaksi .parent-list-transaksi{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi{
    width: 100%;
    box-shadow: 0px 0px 11px -6px #6e6e6e;
    border-radius: 0.5em;
    margin-bottom: 15px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-1{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 17px;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-1 b{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-1 span{
    font-size: 10px;
    font-weight: 600;
    width: 74px;   
    text-align: center;
    padding: 2px;
    border-radius: 0.5em;
    margin-left: 15px;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-1 span.badge-green{
    color: #03ac0e;
    background: #d5ffdd;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-1 span.badge-warn{
    color: #ab8103;
    background: #fff4d5;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-1 span.badge-danger{
    color: #ab0303;
    background: #ffd5d5;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 17px;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 img{
    width: 47px;
    height: 48px;
    object-fit: contain;
    border-radius: 0.5em;
    margin-right: 16px;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 .title{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    flex: 1;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 .title b{
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 600;
    margin-bottom: 3px;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 .title small{
    font-size: 13px;
    color: #828282;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 .info-price{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 .info-price b{
    color: #353535;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 .info-price b.red{
    color: #d0021b;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 .info-price b.green{
    color: #03ac0e;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 .info-price small{
    font-size: 13px;
    color: #565656;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-2 .info-price small b{
    font-size: 13px;
    color: #565656;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-3{

}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-3 p{
    font-size: 12px;
    color: #5e5e5e;
    margin: 0;
}
.riwayat-transaksi .parent-list-transaksi .child-list-transaksi .sec-3 p b{

}

.no-transaction{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 50px;
}
.no-transaction b{
    color: #292929;
    font-size: 20px;
    font-weight: 600;
}
.no-transaction img{
    margin-top: 50px;
}

.area-redeem-voucher{

}
.area-redeem-voucher .header{

}
.area-redeem-voucher .header h1{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}
.area-redeem-voucher .header h1.nomargin{
    margin-bottom: 0;
}
.area-redeem-voucher .sub-title{
    font-size: 14px;
    color: #4f4f4f;
    margin-bottom: 15px;
}
.area-redeem-voucher .area-input-voucher{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: default;
}
.area-redeem-voucher .area-input-voucher input{
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    text-transform: uppercase;
}
.area-redeem-voucher .area-input-voucher span{
    display: block;
    font-weight: bold;
    font-size: 24px;
    margin-left: 20px;
    margin-right: 20px;
}
.area-redeem-voucher small{
    font-size: 12px;
    color: #969696;
}
.area-redeem-voucher .footer-input{
    margin-top: 25px;
    text-align: center;
}
.area-redeem-voucher .footer-input .btn-redeem{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 0.5em;
    width: 255px;
    margin-bottom: 20px;
    transition: all .2s ease-in-out;
}
.area-redeem-voucher .footer-input .btn-redeem:hover{
    background: #c25c08;
}
.area-redeem-voucher .footer-input .btn-redeem:disabled{
    border: 1px solid #999999;
    background-color: #cccccc;
    color: #666666;
}
.area-redeem-voucher .footer-input p{
    font-size: 13px;
    color: #4f4f4f;
}
.area-redeem-voucher .footer-input p a{
    color: #e6710f;
    text-decoration: none;
}
.area-redeem-voucher .footer-input p a:hover{
    border-bottom:1px dashed #e6710f;
}

.area-topup-members{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    min-height: inherit;
}
.area-topup-members .sidebar-menu{
    background: #e1e7eb;
    /* padding: 30px; */
    /* flex: 1; */
    flex-grow: 0;
    flex-shrink: 0;
    width: 220px;
}
.area-topup-members .sidebar-menu .header{
    width: 100%;
    margin-bottom: 30px;
    padding: 30px 30px 0px 30px;
}
.area-topup-members .sidebar-menu .header b{
    color: #000000;
    font-weight: 600;
    font-size: 20px;
}
.area-topup-members .sidebar-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
}
.area-topup-members .sidebar-menu ul li{
    
}
.area-topup-members .sidebar-menu ul li a{
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    display: block;
    margin-left: 12px;
    padding: 11px 0px 11px 20px;
    margin-bottom: 5px;
    margin-top: 5px;
    transition: all .2s ease-in-out;
}
.area-topup-members .sidebar-menu ul li a:hover{
    background: white;
    border-bottom-left-radius: 2em;
    border-top-left-radius: 2em;
}
.area-topup-members .sidebar-menu ul li a.active{
    background: white;
    border-bottom-left-radius: 2em;
    border-top-left-radius: 2em;
}
.area-topup-members .sidebar-menu ul li a:hover{
    
}
.area-topup-members .content-topup{
    /* flex: auto; */
    padding: 30px;
    flex-grow: 0;
    flex-shrink: 1;
    /* flex-basis: 25%; */
    width: 430px;
}
.area-topup-members .content-topup .header{

}
.area-topup-members .content-topup .header b{
    font-size: 16px;
    color: #363636;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.area-topup-members .content-topup .subtitle{
    color: #363636;
    font-size: 13px;
    margin-top: 13px;
    margin-bottom: 20px;
}

.area-topup-members .content-topup .input-area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.area-topup-members .content-topup .input-area input{
    outline: 0 !important;
}

.area-topup-members .content-topup .input-area i {
    font-size: 17px;
    position: absolute;
    margin-top: -9px;
    margin-left: -10px;
    color: #7f7f7f;
}
.area-topup-members .content-topup .input-area i:hover {
    color: #ec7f00;
}
.area-topup-members .content-topup .input-area .first-input{
    width: 227px;
    margin-right: 10px;
    border-radius: 7px;
    text-align: center;
    padding: 10px;
    box-sizing: border-box;
}
.area-topup-members .content-topup .input-area .mlseparator input{
    width: 110px;
}
.area-topup-members .content-topup .input-area .second-input{
    margin-right: 10px;
    border-radius: 7px;
    text-align: center;
    appearance: auto;
    padding: 10px;
    width: 110px;
}

.area-topup-members .content-topup .error-message-alert{
    width: 100%;
    border: 1px solid #d9a6a6;
    border-radius: 0.5em;
    background: #ffeded;
    padding: 15px;
    margin-top: 20px;
}
.area-topup-members .content-topup .error-message-alert i{
    color: #732c2c;
    font-size: 15px;
    margin-right: 15px;
    transform: rotate(
-36deg
);
}
.area-topup-members .content-topup .error-message-alert span{
    color: #732d2d;
    font-size: 12px;
}
.area-topup-members .content-topup .error-message-alert span a{
    color: #732d2d;
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
}

.area-topup-members .content-topup .detil-price{
    border: 1px solid #d9c4a4;
    background: #fffaed;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 15px;
}
.area-topup-members .content-topup .detil-price .header-detil-price{
    margin-bottom: 15px;
}
.area-topup-members .content-topup .detil-price .header-detil-price b{
    font-size: 14px;
    color: #5c3a0d;
}
.area-topup-members .content-topup .detil-price .price-detil{
    width: 100%;
}
.area-topup-members .content-topup .detil-price .price-detil tr{

}
.area-topup-members .content-topup .detil-price .price-detil tr th{
    text-align: right;
    font-weight: 600;
    color: #272727;
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.area-topup-members .content-topup .detil-price .price-detil tr td{
    text-align: left;
    font-size: 14px;
    color: #313131;
    padding-top: 5px;
    padding-bottom: 5px;
}
.area-topup-members .content-topup .detil-price hr{
    background: #d9c4a4;
    height: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.area-topup-members .content-topup .footer-action{

}
.area-topup-members .content-topup .footer-action .btn-submit{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
    border-radius: 0.3em;
    padding: 12px;
    transition: all .2s ease-in-out;
}
.area-topup-members .content-topup .footer-action .btn-submit:hover{
    background: #c25c08;
}
.area-topup-members .content-topup .footer-action .btn-submit:disabled{
    border: none;
    background: gray;
}

.area-konfirmasi-pembelian-dashboard{

}
.area-konfirmasi-pembelian-dashboard .header{

}
.area-konfirmasi-pembelian-dashboard .header b{
    
}
.area-konfirmasi-pembelian-dashboard .nominal-tagihan{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.area-konfirmasi-pembelian-dashboard .nominal-tagihan small{
    color: #1c1c1c;
    font-size: 12px;
}
.area-konfirmasi-pembelian-dashboard .nominal-tagihan b{
    color: #171717;
    font-size: 24px;
    background: #ffd43f;
    padding: 10px;
    border-radius: 2em;
    width: 230px;
    text-align: center;
    margin-top: 10px;
}
.area-konfirmasi-pembelian-dashboard .rincian-pesanan{
    width: 100%;
}
.area-konfirmasi-pembelian-dashboard .rincian-pesanan tr{

}
.area-konfirmasi-pembelian-dashboard .rincian-pesanan tr td{
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    color: #4a4a4a;
}
.area-konfirmasi-pembelian-dashboard .rincian-pesanan tr th{
    text-align: right;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 600;
}
.area-konfirmasi-pembelian-dashboard .footer-action{
    margin-top: 50px;
}
.area-konfirmasi-pembelian-dashboard .footer-action .btn-submit{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 100%;
    display: block;
    border-radius: 0.3em;
    padding: 12px;
    transition: all .2s ease-in-out;
}
.area-konfirmasi-pembelian-dashboard .footer-action .btn-submit:hover{
    background: #c25c08;
}

.area-konfirmasi-pembelian-dashboard .transaksi-aman-logo{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.area-konfirmasi-pembelian-dashboard .transaksi-aman-logo img{
    width: 115px;
    margin-right: 20px;
}
.area-konfirmasi-pembelian-dashboard .transaksi-aman-logo img:last-child{
    margin-right: 0px;
}

.area-list-entitas{
    padding: 30px;
}
.area-list-entitas .header{

}
.area-list-entitas .header b{
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 20px;
    display: block;
}
.area-list-entitas .grid-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    align-content: baseline;
}
.area-list-entitas .grid-list a{
    display: block;
    width: 132px;
    text-align: center;
    padding-bottom: 12px;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
    background: #2f4158;
    transition: 0.2s;
    border-radius: 15px;
}
.area-list-entitas .grid-list a:hover {
    background: #ef8812;
}
.area-list-entitas .grid-list a img{
    width: 100%;
    border-radius: 1em;
    height: 132px;
}
.area-list-entitas .grid-list a p{
    margin-top: 10px;
    margin-bottom: 0;
    display: block;
    font-size: 12px;
    height: 32px;
}

.loading-register-area{
    text-align: center;
    padding: 50px;
}

.frame-separator{
    position: relative;
    cursor: pointer;
}
.frame-separator .btn-toogle-isi-sendiri{
    width: 16px;
    height: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 50%;
    padding: 5px;
    font-size: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #969696;
    float: right;
    margin-top: -33px;
    background: white;
    right: 0;
    position: absolute;
    transition: all .2s ease-in-out;
}
.frame-separator .btn-toogle-isi-sendiri:hover{
    background: #f2f2f2;
}

.popout {
    animation: popout 0.3s ease;
    -webkit-animation: popout 0.3s ease;
    display: block;
    
}
@keyframes popout {
    from{transform:scale(0) translate(-50%, -50%)}
    50%{transform:scale(1.1) translate(-50%, -50%)}
    to{transform:scale(1) translate(-50%, -50%)}
}
@-webkit-keyframes popout {
    from{transform:scale(0) translate(-50%, -50%)}
    50%{transform:scale(1.1) translate(-50%, -50%)}
    to{transform:scale(1) translate(-50%, -50%)}
}

.popoutclose {
    animation: popoutclose 0.3s ease;
    -webkit-animation: popoutclose 0.3s ease;
    display: block;
}
@keyframes popoutclose {
    from{transform:scale(1) translate(-50%, -50%)}
    50%{transform:scale(1.1) translate(-50%, -50%)}
    100%{transform:scale(0) translate(-50%, -50%)}
    /* 100%{display: none !important} */
}
@-webkit-keyframes popoutclose {
    from{transform:scale(1) translate(-50%, -50%)}
    50%{transform:scale(1.1) translate(-50%, -50%)}
    100%{transform:scale(0) translate(-50%, -50%)}
    /* 100%{display: none !important} */
}
.overlay-frame-info-profile{
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
    top: 70px;
    height: 100vh;
    bottom: 0;
    backdrop-filter: blur(2px);
    z-index: 1000;
    display: none;
}

.frame-info-profile .header-new{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ededed;
    padding: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.frame-info-profile .header-new img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
}
.frame-info-profile .header-new .no-photo{
    width: 62px;
    height: 60px;
    border-radius: 50%;
    margin-right: 12px;
    background: #e6700f;
    text-align: center;
    line-height: 58px;
    font-weight: 600;
    font-size: 31px;
    color: white;
}
.frame-info-profile .header-new .right{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.frame-info-profile .header-new .right b{
    color: #272727;
    font-size: 16px;
    font-weight: 600;
}
.frame-info-profile .header-new .right small{
    color: #898989;
    font-size: 12px;
}
.frame-info-profile .content-info-profile{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    padding: 0px 20px 10px 20px;
}
.frame-info-profile .content-info-profile .left{
    padding-right: 20px;
    border-right: 1px solid #ebebeb;
    margin-right: 20px;
    flex: 1;
}
.frame-info-profile .content-info-profile .left .secondary-heading{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.frame-info-profile .content-info-profile .left .secondary-heading .head-title{
    padding: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.frame-info-profile .content-info-profile .left .secondary-heading .head-title img{
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.frame-info-profile .content-info-profile .left .secondary-heading .head-title b{
    color: #505050;
    font-size: 12px;
    font-weight: 500;
}
.frame-info-profile .content-info-profile .left .secondary-heading .left{
    font-size: 14px;
    color: #393939;
}
.frame-info-profile .content-info-profile .left .secondary-heading .right{
    text-align: right;
    flex: 1;
}
.frame-info-profile .content-info-profile .left .secondary-heading  .right p{
    color: #393939;
    font-size: 14px;
    margin-bottom: 0px;
}

.frame-info-profile .content-info-profile .left .menu-list-heading-left{

}
.frame-info-profile .content-info-profile .left .menu-list-heading-left ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.frame-info-profile .content-info-profile .left .menu-list-heading-left ul li{
    
}
.frame-info-profile .content-info-profile .left .menu-list-heading-left ul li.divider{
    width: 100%;
    height: 2px;
    /* margin: 9px 1px; */
    /* margin: -5px 0 5px; */
    overflow: hidden;
    background-color: #ebebeb;
    border-bottom: 1px solid #ffffff;
    line-height: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}
.frame-info-profile .content-info-profile .left .menu-list-heading-left ul li a{
    text-decoration: none;
    font-size: 12px;
    color: #515151;
    display: block;
    padding: 5px;
}
.frame-info-profile .content-info-profile .left .menu-list-heading-left ul li.active a{
    background: #f0f0f0;
    border-radius: 0.5em;
}
.frame-info-profile .content-info-profile .left .menu-list-heading-left ul li a:hover{
    background: #f0f0f0;
    border-radius: 0.5em;
}

.frame-info-profile .content-info-profile .right{

}
.frame-info-profile .content-info-profile .right .menu-list-heading-right{
    height: 161px;
}
.frame-info-profile .content-info-profile .right .menu-list-heading-right.already-reseller{
    height: 133px;
}
.frame-info-profile .content-info-profile .right .menu-list-heading-right.already-reseller-lifetime{
    height: 133px;
}
.frame-info-profile .content-info-profile .right .menu-list-heading-right ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.frame-info-profile .content-info-profile .right .menu-list-heading-right ul li{

}


.frame-info-profile .content-info-profile .right .menu-list-heading-right ul li a{
    text-decoration: none;
    font-size: 12px;
    color: #515151;
    display: block;
    padding: 5px;
}
.frame-info-profile .content-info-profile .right .menu-list-heading-right ul li.active a{
    background: #f0f0f0;
    border-radius: 0.5em;
}
.frame-info-profile .content-info-profile .right .menu-list-heading-right ul li a:hover{
    background: #f0f0f0;
    border-radius: 0.5em;
}
.frame-info-profile .content-info-profile .right .area-action-bottom{

}
.frame-info-profile .content-info-profile .right .area-action-bottom a{
    font-size: 12px;
    color: #515151;
    text-decoration: none;
}
.frame-info-profile .content-info-profile .right .area-action-bottom a i{
    font-size: 9px;
    margin-left: 5px;
}
.frame-info-profile .content-info-profile .right .area-action-bottom a:hover{
    color: #000000;
}
.frame-info-profile .content-info-profile .right .area-action-bottom a:hover{
    
}

@-webkit-keyframes fadeUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes fadeUp {
    0% {
        -webkit-transform: translateY(30px);
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.animate.fadeUp {
    -webkit-animation: fadeUp;
    animation: fadeUp;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeLeft {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeLeft {
    0% {
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.animate.fadeLeft {
    -webkit-animation: fadeLeft;
    animation: fadeLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeRight {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
@keyframes fadeRight {
    0% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}
.animate.fadeRight {
    -webkit-animation: fadeRight;
    animation: fadeRight;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animation-fast {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}
.animation-slow {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}
.delay-1 {
    -webkit-animation-delay: 0.3s !important;
    animation-delay: 0.3s !important;
}
.delay-2 {
    -webkit-animation-delay: 0.4s !important;
    animation-delay: 0.4s !important;
}
.delay-3 {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}
.delay-4 {
    -webkit-animation-delay: 0.6s !important;
    animation-delay: 0.6s !important;
}
.delay-5 {
    -webkit-animation-delay: 0.7s !important;
    animation-delay: 0.7s !important;
}

.area-profile-drawwer{
    position: relative;
}

.wrong_confirm_password{
    display: block;
    border: 1px solid #ff0000;
    border-radius: 0.3em;
    padding: 5px;
    text-align: center;
    background: #ffc6c6;
    font-weight: 600;
    font-size: 11px;
    margin-bottom: 20px;
}


#popup {
    position: absolute;
    /* top: 50%;
    left: 50%; */
    background: #fff;
    /* width: 500px;
    height: 500px; */
    /* margin-left: -250px; /*Half the value of width to center div*/
    /* margin-top: -250px; Half the value of height to center div */
    z-index: -1;
    visibility: hidden;
}
@keyframes pop-swirl {
    0% {
    transform: scale(0);
    }

    50% {
    transform: scale(1.1);
    }

    100% {
    transform: scale(1);
    }
}
#popup[data-pop="pop-swirl"] {
    transform: scale(0);
    transition: all .3s ease-in-out;
}
#popup[data-pop="pop-swirl"].show {
    -webkit-animation: pop-swirl .3s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards;
    visibility: visible;
    z-index: 200;
    opacity: 1;
    border-radius: 15px;
}
#popup[data-pop="pop-swirl"].show ~ #overlay {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

#popup2 {
    position: absolute;
    /* top: 50%;
    left: 50%; */
    background: #fff;
    /* width: 500px;
    height: 500px; */
    /* margin-left: -250px; /*Half the value of width to center div*/
    /* margin-top: -250px; Half the value of height to center div */
    z-index: -1;
    visibility: hidden;
}
#popup2[data-pop="pop-swirl"] {
    transform: scale(0);
    transition: all .3s ease-in-out;
}
#popup2[data-pop="pop-swirl"].show {
    -webkit-animation: pop-swirl .3s cubic-bezier(0.38, 0.1, 0.36, 0.9) forwards;
    visibility: visible;
    z-index: 200;
    opacity: 1;
    border-radius: 15px;
}
#popup2[data-pop="pop-swirl"].show ~ #overlay {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}

.area-not-reseller{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 50px;
}
.area-not-reseller b{
    color: #292929;
    font-size: 20px;
    font-weight: 600;
}
.area-not-reseller small{
    display: block;
    margin-top: 10px;
    text-align: center;
}
.area-not-reseller img{
    margin-top: 30px;
    width: 80%;
    margin-bottom: 50px;
}
.area-not-reseller .btn-goto-register-reseller{
    width: 200px;
    display: block;
    border-radius: 6px;
    border: none;
    background: #e6710f;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    transition: all .3s ease-in-out;
    text-align: center;
    text-decoration: none;
}
.area-not-reseller .btn-goto-register-reseller:hover{
    background: #d2660c;
}

.area-not-reseller .multiple-button{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 90%;
}
.area-not-reseller .multiple-button a{
    width: fit-content;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
}
.area-not-reseller .multiple-button a i{
    margin-right: 5px;
}

.area-not-reseller .single-button{
    
}
.area-not-reseller .single-button a{
    width: fit-content;
    min-width: 200px;
    padding-left: 20px;
    padding-right: 20px;
}
.area-not-reseller .single-button a i{
    margin-right: 5px;
}

.area-not-reseller .area-progress{
    margin-top: 20px;
    margin-bottom: 20px;
}
.area-not-reseller .area-progress b{
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
}
.area-not-reseller .area-progress .progress-frame{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.area-not-reseller .area-progress .progress-frame .gem-1{
    font-size: 12px;
    color: gray;
}
.area-not-reseller .area-progress .progress-frame .progress{
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    height: 10px;
}
.area-not-reseller .area-progress .progress-frame .progress .progress-bar{
    background-color: #e6700f;
}
.area-not-reseller .area-progress .progress-frame .gem-2{
    font-size: 12px;
    color: #e6700f;
}

.price-reseller-register{
    width: 100%;
    margin-bottom: 30px;
    margin-top: 20px;
}
.price-reseller-register tr{
    border-bottom: 1px solid #ebf1f5;
}
.price-reseller-register tr:last-child{
    border: none;
}
.price-reseller-register tr td{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    color: #4a4a4a;
    font-size: 15px;
}
.price-reseller-register tr th{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: right;
    color: #1b1b1b;
    font-size: 15px;
    font-weight: bold;
}
.price-reseller-register tr td hr{
    border: 0;
    border-top: 1px solid #ebf1f5;
    margin-top: 0px;
}

.upselling-box{
    margin-bottom: 25px;
    background-color: #fffbe2;
    padding: 20px;
    border: 3px solid #f10404;
    border-style: dashed;
    cursor: default;
}
.upselling-box .header-box{
    display: block;
    background: #ffea9f;
    padding: 10px 20px;
    /* height: 22px; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.upselling-box .header-box .checklist-area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    font-size: 15px;
    font-weight: 600;
}
.upselling-box .sub-header-box{
    font-size: 15px;
    color: #cc0c0c;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 18px;
}
.upselling-box .desc-area{
    line-height: 20px;
    color: #2d2d2d;
    margin-bottom: 0px;
    margin-top: 13px;
    font-size: 13px;
}
.upselling-box .desc-area p{
    line-height: 24px;
    color: #2d2d2d;
    margin-bottom: 0px;
    margin-top: 13px;
}

.wrong_old_password{
    color: #b72d2d;
    font-weight: 600;
    font-size: 11px;
    display: block;
    margin-top: 5px;
    display: none;
}

.frame-list-package-reseller{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;

    --background: #fff;
    --text: #414856;
    --radio: #e5700f;
    --radio-checked: #e5700f;
    --radio-size: 17px;
    --width: 100px;
    --height: 140px;
    --border-radius: 10px;
}
.frame-list-package-reseller .child-list-package-reseller{
    border: 2px solid #e6e6e6;
    border-radius: 0.2em;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}
.frame-list-package-reseller .child-list-package-reseller.disabled{
    pointer-events: none;
    background: #ececec;
}
.frame-list-package-reseller .child-list-package-reseller:hover{
    border: 2px solid #e5700f;
}
.frame-list-package-reseller .child-list-package-reseller.active{
    border: 2px solid #e5700f;
}
.frame-list-package-reseller .child-list-package-reseller .heading{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.frame-list-package-reseller .child-list-package-reseller .heading .package-selected{
    width: 15px;
    margin-right: 15px;
}
.frame-list-package-reseller .child-list-package-reseller .heading .package-name{
    color: #393939;
    font-size: 19px;
    width: 154px;
    font-weight: 600;
}
.frame-list-package-reseller .child-list-package-reseller .heading .pakcage-price{
    flex: 1;
    font-size: 16px;
    color: #393939;
    text-align: right;
    font-weight: 600;
}
.frame-list-package-reseller .child-list-package-reseller .desc{
    
}
.frame-list-package-reseller .child-list-package-reseller .desc p{
    font-size: 13px;
    color: #6a6a6a;
}


.frame-list-package-reseller .child-list-package-reseller .heading input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    height: var(--radio-size);
    width: var(--radio-size);
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 3px solid var(--radio);
    background: transparent;
    border-radius: 50%;
    display: grid;
    justify-self: end;
    justify-items: center;
    align-items: center;
    overflow: hidden;
    transition: border 0.5s ease;
    margin-right: 15px;
}
.frame-list-package-reseller .child-list-package-reseller .heading input[type="radio"]::before, form input[type="radio"]::after {
    content: "";
    display: flex;
    justify-self: center;
    border-radius: 50%;
}
.frame-list-package-reseller .child-list-package-reseller .heading input[type="radio"]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--background);
    z-index: 1;
    opacity: var(--opacity, 1);
}


.frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_atas::after {
    position: relative;
    width: calc(100% / 1.5);
    height: calc(100% / 1.4);
    background: var(--radio-checked);
    top: var(--y, 100%);
    transition: top 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}
.frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_atas:checked {
    --radio: var(--radio-checked);
}
.frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_atas:checked::after {
    --y: 0%;
    animation: stretch-animate 0.3s ease-out 0.17s;
}
.frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_atas:checked ~ .frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_atas:checked::after {
    --y: -100%;
}

.frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_bawah::after {
    position: relative;
    width: calc(100% / 1.5);
    height: calc(100% / 1.4);
    background: var(--radio-checked);
    bottom: var(--y, 100%);
    transition: bottom 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}
.frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_bawah:checked {
    --radio: var(--radio-checked);
}
.frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_bawah:checked::after {
    --y: 0%;
    animation: stretch-animate 0.3s ease-out 0.17s;
}
.frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_bawah:checked ~ .frame-list-package-reseller .child-list-package-reseller .heading .paket_reseller_atas:checked::after {
    --y: -100%;
}


.frame-list-package-reseller .child-list-package-reseller .heading input[type="radio"]:not(:checked)::before {
    --opacity: 1;
    transition: opacity 0s linear 0.5s;
}
.frame-list-package-reseller .child-list-package-reseller .heading input[type="radio"]:checked::before {
    --opacity: 0;
}
.frame-list-package-reseller .child-list-package-reseller .heading input[type="radio"]:disabled{
    border: none;
    background: gray;
}
@keyframes stretch-animate {
    0% {
        transform: scale(1, 1);
   }
    28% {
        transform: scale(1.15, 0.85);
   }
    50% {
        transform: scale(0.9, 1.1);
   }
    100% {
        transform: scale(1, 1);
   }
}

.bonus-list-package-reseller{
    background: #f7f8fa;
    padding: 14px 16px;
    margin-bottom: 20px;
}
.bonus-list-package-reseller b{
    font-size: 13px;
    color: #575757;
    font-weight: 600;
}
.bonus-list-package-reseller ul{
    margin: 0;
    margin-top: 14px;
    padding: 0;
    list-style: none;
}
.bonus-list-package-reseller ul li{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.bonus-list-package-reseller ul li i{
    margin-right: 8px;
    font-size: 12px;
}
.bonus-list-package-reseller ul li i.green{
    color: #36a93f;
}
.bonus-list-package-reseller ul li i.red{
    color: #a93636;
}
.bonus-list-package-reseller ul li span{
    font-size: 12px;
    color: #575757;
}

.rincian-pesanan-package-reseller{
    border: 2px solid #41c3cf;
    padding: 15px;
    border-radius: 0.2em;
    margin-bottom: 20px;
}
.rincian-pesanan-package-reseller b{
    font-weight: 500;
    text-decoration: underline;
    color: #3b3b3b;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}
.rincian-pesanan-package-reseller table{
    width: 100%;
}
.rincian-pesanan-package-reseller table tr{
    
}
.rincian-pesanan-package-reseller table tr td{
    font-size: 14px;
    color: #272727;
}
.rincian-pesanan-package-reseller table tr td hr{
    
}
.rincian-pesanan-package-reseller table tr th{
    font-weight: 600;
    color: #272727;
    font-size: 14px;
}

.area-list-payment-method-register-reseller .child-box .header i{
    width: auto;
    font-size: 13px;
    margin: 0;
    color: #676262;
    font-weight: 600;
    vertical-align: text-bottom;
}

.area-list-payment-method-register-reseller .child-box .header .right.price-range b{
    font-size: 12px;
}

.area-list-payment-method-register-reseller .child-box .header .left b{
    font-size: 12px;
}
.area-list-payment-method-register-reseller .child-box .header .left img{
    height: 20px;
    margin-right: 10px;
}
.area-list-payment-method-register-reseller .child-box .header{
    margin-top: 0px;
    margin-bottom: 0px;
}
.area-list-payment-method-register-reseller .child-box .button-action-payment ul li .info-top b{
    font-size: 12px;
}
.area-list-payment-method-register-reseller .child-box .button-action-payment ul li .info-top img{
    height: 17px;
}
.area-list-payment-method-register-reseller .ribbon__content{
    position: absolute;
    display: block;
    width: 54px;
    padding: 5px 0;
    background-color: #ed7f00;
    box-shadow: 0 5px 10px rgb(0 0 0 / 19%);
    color: #fff;
    text-shadow: 0 1px 1px rgb(0 0 0 / 20%);
    text-transform: uppercase;
    text-align: center;
    border: 2px dotted #fff;
    outline: 5px solid #ed7f00;
    padding: 0;
    font-size: 8px;
    bottom: 14px;
    right: -1px;
    font-weight: 600;
}

select.form-control{
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 99%;
    background-position-y: 11px;
    border: 1px solid #dfdfdf;
    border-radius: 0.5em;
    margin-right: 2rem;
    padding: 1rem;
    padding-right: 2rem;
    transition: all .2s ease-in-out;
}
select.form-control:hover{
    background-color: #eeeeee;
}

.pincode-input-text{
    font-size: 30px !important;
}

.area-api-playground{

}
.area-api-playground .header{

}
.area-api-playground .header h1{
    color: #000000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}
.area-api-playground .header h1.nomargin{
    margin-bottom: 0;
}

.area-api-playground .sub-header{
    margin-top: 10px;
    font-size: 15px;
}

.area-api-playground .sub-header.extra-margin-top{
    margin-top: 30px;
}

.area-api-playground .sub-header a{
    color: #e6700f;
    text-decoration: none;
    font-weight: 600;
}

.area-api-playground .sub-header a:hover{
    color: #c25c08;
}

.area-api-playground .api-key-area{
    
}

.area-api-playground .api-key-area b{
    color: #fff;
    background: #282828;
    padding: 5px;
    margin: 0 auto;
    border-radius: 0.3em;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 17px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

.area-api-playground .api-key-area b span{

}

.area-api-playground .api-key-area b i{
    font-size: 15px;
    cursor: pointer;
}

.area-api-playground .api-key-area b i:hover{
    color: #b4b4b4;
}
.area-api-playground .api-key-area b i:focus{
    color: gray;
}
.area-api-playground .api-key-area b i:active{
    color: gray;
}

.area-api-playground .api-key-area b i:hover{
    
}

.area-api-playground .api-key-area p{
    font-size: 14px;
    color: #e6700f;
}

.area-api-playground .api-key-area p strong{
    
}

.area-api-playground .area-tips-area{

}

.area-api-playground .area-tips-area b{
    color: #e6700f;
    font-size: 15px;
}

.area-api-playground .area-tips-area p{
    font-size: 14px;
}

.area-api-playground .area-action-button{

}

.area-api-playground .area-action-button .change-api-key{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 12px;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 190px;
    margin-bottom: 25px;
    transition: all .2s ease-in-out;
}

.area-api-playground .area-action-button .change-api-key:disabled{
    border: 1px solid #d0d0d0;
    background-color: #ececec;
    color: #666666;
}

.area-api-playground .area-action-button .change-api-key:hover{
    background: #b4580c;
}

.area-api-playground .area-action-button .change-api-key:disabled:hover{
    border: 1px solid #d0d0d0;
    background-color: #ececec;
    color: #666666;
}

.area-input-api{
    margin-bottom: 20px;
}
.area-input-api .control-label{
    color: #404040;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}
.area-input-api .form-control{
    flex: 0 0 auto;
    width: 66.6666666667%;
}
.area-api-playground .saldo-uniplay-point{
    color: #ab8103;
    background: #fff4d5;
    font-size: 14px;
    font-weight: 600;
    width: 74px;
    text-align: center;
    padding: 2px 10px;
    border-radius: 0.5em;
    border: 1px solid #ab8103;
    display: block;
    width: 225px;
    float: left;
    margin-top: -23px;
    margin-left: 73px;
}
.area-api-playground .saldo-uniplay-point .saldo-uniplay-point-name{
    font-weight: 500 !important;
}
.area-api-playground .saldo-uniplay-point .saldo-uniplay-point-value{

}

.area-list-bonus{

}
.area-list-bonus .header{
    margin-bottom: 21px;
}
.area-list-bonus .header h1{
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin: 0;
}
.area-list-bonus .parent-list-bonus{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.area-list-bonus .parent-list-bonus .child-list-bonus{
    width: 100%;
    box-shadow: 0px 0px 11px -6px #6e6e6e;
    border-radius: 0.5em;
    margin-bottom: 15px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.area-list-bonus .parent-list-bonus .child-list-bonus img{
    width: 135px;
}
.area-list-bonus .parent-list-bonus .child-list-bonus .desc{
    flex: 1;
    margin-left: 20px;
}
.area-list-bonus .parent-list-bonus .child-list-bonus .desc h3{
    font-size: 18px;
    color: #373737;
    font-weight: 600;
    margin-bottom: 16px;
}
.area-list-bonus .parent-list-bonus .child-list-bonus .desc h3 a{
    color: #373737;
    text-decoration: none;
    transition: all .1s ease-in-out;
}
.area-list-bonus .parent-list-bonus .child-list-bonus .desc h3 a:hover{
    color: #e6700f;
}
.area-list-bonus .parent-list-bonus .child-list-bonus .desc p{
    font-size: 15px;
    color: #373737;
    line-height: 20px;
    margin-bottom: 18px;
}
.area-list-bonus .parent-list-bonus .child-list-bonus .desc p .price-bonus{
    color: #c70000;
    font-weight: 600;
}
.area-list-bonus .parent-list-bonus .child-list-bonus .desc p:last-child{
    margin: 0px;
}

.list-benefit-upgrade-package{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    margin-bottom: 40px;
}
.list-benefit-upgrade-package .benefit-info{
    padding: 15px;
    border-radius: 0.5em;
    box-shadow: 0px 0px 5px -1px #ccc;
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.list-benefit-upgrade-package .benefit-info i{
    color: green;
    font-size: 28px;
    margin-right: 10px;
}
.list-benefit-upgrade-package .benefit-info b{
    font-size: 17px;
}

/* Toogle Custom */
.frame-toogle-custom{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    float: right;
    margin-top: -25px;
}
.frame-toogle-custom p{
    margin: 0;
    font-size: 15px;
}
.frame-toogle-custom p b{
    
}
.toggle-custom {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: fit-content;
    width: fit-content;
    margin: auto;
    cursor: pointer;
    flex: 1;
    margin-left: 10px;
}
.toggle-custom-input {
    display: none;
    margin: 0;
}
.toggle-custom-off,
.toggle-custom-on {
    height: 1.8125rem;
    width: 1.8125rem;
    color: rgba(46, 45, 44, 0.1);
    vertical-align: top;
    text-align: center;
    line-height: 1.8125rem !important;
}
.toggle-custom-input:checked + .toggle-custom-controller.default-success {
    border: 0.125rem solid #ff9800;
    background: #ff9800;
}
.toggle-custom-input:checked + .toggle-custom-controller.default-success:after {
    left: 22px;
}
.toggle-custom-controller.default-success {
    margin-top: 5px;
    position: relative;
    display: inline-block;
    height: 19px;
    width: 45px;
    border: 0.125rem solid rgba(46, 45, 44, 0.05);
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    -webkit-box-shadow: inset 0 0 0.1875rem rgb(46 45 44 / 25%);
    -moz-box-shadow: inset 0 0 0.1875rem rgba(46, 45, 44, 0.25);
    box-shadow: inset 0 0 0.1875rem rgb(46 45 44 / 25%);
    background: rgba(46, 45, 44, 0.025);
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.toggle-custom-controller.default-success:after {
    position: absolute;
    top: -3px;
    left: 0;
    content: '';
    display: block;
    height: 22px;
    width: 22px;
    -webkit-border-radius: 1.5625rem;
    -moz-border-radius: 1.5625rem;
    border-radius: 1.5625rem;
    -webkit-box-shadow: 0 20.0625rem 0.125rem rgb(46 45 44 / 20%);
    -moz-box-shadow: 0 0.0625rem 0.125rem rgba(46, 45, 44, 0.2);
    box-shadow: 0 0.0625rem 0.125rem rgb(46 45 44 / 20%);
    background: white;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border: 1px solid #ccc;
}
.toggle-custom-off.active {color:red;}
.toggle-custom-on.active {color:green;}  
/* End Toogle Custom */

.fa-beat {
    animation:fa-beat 3s ease infinite;
}
@keyframes fa-beat {
0% {
    transform:scale(1);
}
5% {
    transform:scale(1.25);
}
20% {
    transform:scale(1);
}
30% {
    transform:scale(1);
}
35% {
    transform:scale(1.25);
}
50% {
    transform:scale(1);
}
55% {
    transform:scale(1.25);
}
70% {
    transform:scale(1);
}
}

/* Buat radio button di bawah */
.list-jenis-kelamin{
    --background: #fff;
    --text: #414856;
    --radio: #e5700f;
    --radio-checked: #e5700f;
    --radio-size: 17px;
    --width: 100px;
    --height: 140px;
    --border-radius: 10px;
}
.list-jenis-kelamin input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    height: var(--radio-size);
    width: var(--radio-size);
    outline: none;
    margin: 0;
    cursor: pointer;
    border: 3px solid var(--radio);
    background: transparent;
    border-radius: 50%;
    display: grid;
    justify-self: end;
    justify-items: center;
    align-items: center;
    overflow: hidden;
    transition: border 0.5s ease;
    margin-right: 5px;
}
.list-jenis-kelamin input[type="radio"]::before, .list-jenis-kelamin input[type="radio"]::after {
    content: "";
    display: flex;
    justify-self: center;
    border-radius: 50%;
}
.list-jenis-kelamin input[type="radio"]::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: var(--background);
    z-index: 1;
    opacity: var(--opacity, 1);
}

/* FOR RIGHT */
.list-jenis-kelamin .jenkel_wanita::after {
    position: relative;
    width: calc(100% / 1.5);
    height: calc(100% / 1.4);
    background: var(--radio-checked);
    left: var(--x, 100%);
    transition: left 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}
.list-jenis-kelamin .jenkel_wanita:checked {
    --radio: var(--radio-checked);
}
.list-jenis-kelamin .jenkel_wanita:checked::after {
    --x: 0%;
    animation: stretch-animate 0.3s ease-out 0.17s;
}
.list-jenis-kelamin .jenkel_wanita::after {
    --x: -100%; 
}

/* FOR LEFT */
.list-jenis-kelamin .jenkel_pria:after{
    position: relative;
    width: calc(100% / 1.5);
    height: calc(100% / 1.4);
    background: var(--radio-checked);
    right: var(--xfc, 100%);
    transition: right 0.5s cubic-bezier(0.48, 1.97, 0.5, 0.63);
}
.list-jenis-kelamin .jenkel_pria:checked {
    --radio: var(--radio-checked);
}
.list-jenis-kelamin .jenkel_pria:checked::after {
    --xfc: 0%;
    animation: stretch-animate 0.3s ease-out 0.17s;
}
.list-jenis-kelamin .jenkel_pria::after {
    --xfc: -100%; 
}

/* FOR BEFORE */
.list-jenis-kelamin input[type="radio"]:checked::before {
    --opacity: 0;
}
.list-jenis-kelamin input[type="radio"]:not(:checked)::before {
    --opacity: 1;
    transition: opacity 0s linear 0.5s;
}
.list-jenis-kelamin input[type="radio"]:disabled{
    border: none;
    background: gray;
}

.zoom-btn-cropper{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    /* right: 0; */
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
}
.zoom-btn-cropper a{
    display: block;
    width: 28px;
    height: 28px;
    background: black;
    color: white;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    font-size: 19px;
    transition: 0.1s all;
}
.zoom-btn-cropper a:hover{
    background: #242424;
}
.zoom-btn-cropper a:active{
    background: #454545;
}
.fixed-background-login{
    position: fixed;
    bottom: 0;
    width: 340px;
}
.fixed-background-login.left{
    left: 0;
}
.fixed-background-login.right{
    right: 0;
}

.pagination{
    justify-content: flex-end;
}
.pagination-sm .page-link{
    color: #363636;
    font-weight: 600;
    outline: none;
    font-size: 15px;
    padding: 0.25rem .7em;
}
.pagination-sm .page-link:active{
    outline: 0 !important;
    box-shadow: none !important;
}
.pagination-sm .page-link:focus{
    outline: 0 !important;
    box-shadow: none !important;
}
.pagination-sm .page-link.active{
    background: #cf5f00;
    color: white;
    border: 1px solid #cf5f00;
}

.info-package-profile{
    border: 1px solid #d2d8dd;
    margin-top: 0px;
    padding: 15px 20px;
    border-radius: 0.3em;
}
.info-package-profile .info-child{
    text-align: left;
}
.info-package-profile .info-child b{
    font-weight: 600;
    font-size: 13px;
}
.info-package-profile .info-child p{
    font-size: 15px;
    margin-top: 4px;
}
.info-package-profile .info-child b a{
    text-decoration: none;
    color: #e67011;
    font-size: 13px;
}
.info-package-profile .info-child b a:hover{
    color: #c35f0e;
}
.ajakan-reseller{
    border: 1px solid #41c3cf;
    background: #f6fbfc;
    padding: 15px 20px;
    border-radius: 0.3em;
    margin-top: 12px;
}
.ajakan-reseller .heading{
    font-size: 16px;
    margin-bottom: 10px !important;
    display: block;
}
.ajakan-reseller .subheading{
    font-size: 14px;
}
.ajakan-reseller .subsubheading{
    font-size: 13px;
    margin: 0;
}
.ajakan-reseller .subheading b{
    font-weight: 600;
}
.ajakan-reseller .subsubheading a{
    font-weight: 600;
    color: #e26a00;
    text-decoration: none;
}
.ajakan-reseller .subsubheading a:hover{
    color: #e26a00;
    border-bottom: 1px dotted #e26a00;
}
.ajakan-reseller .subsubheading a i{
    margin-left: 5px;
}

.area-list-payment-method-loading{
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 9px;
}
.area-list-payment-method-loading h4{
    font-size: 16px;
}

.btn-copy-to-clipboard {
    max-height: 33px;
    border: 0.4px solid #212529;
    border-radius: 5px; 
}

.status-box {
    margin: 10px auto;
    padding: 10px 50px;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: auto;
    text-decoration: none;
}

.status-box:hover {
	color: #fff;
	filter: brightness(0.90);
    display: block;
}
.status-pending {
    background-color: #f0ad4e;
}
.status-paid {
    background-color: #25D366;    
}
.status-expired {
    background-color: #c10d0d;    
}
.status-cancelled {
    background-color: #292b2c;    
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
}

.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
  margin-right: .5em;
}

.separator:not(:empty)::after {
  margin-left: .5em;
}

.search-button {
	display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: 100px;
}

.search-button:hover {
	background: #fff9f3;
    border: 1px solid #e6700e !important;
}

.denom-price-tag {
    margin-right: 20px;
    font-weight: 700;
    color: #c10d0d;
    font-size: 17pt!important;
}