body{
    margin: 0;
    background: #f2f5f7;
    font-family: "Source Sans Pro", sans-serif;
    cursor: default;
}

.flag-required{
    color: red;
}
.flex-full{
    flex: 1 1 auto;
    width: 100%;
}

.btn-cog-theme{
    color: #212529;
    transition: all ease .3s;
    box-shadow: none !important;
    outline: none !important;
}

.btn-cog-theme:hover{
    color: #e6710f;
}

.ui-widget-header a{
    cursor: pointer;
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection{
    box-shadow: none !important;
    border-color: #e6710f !important;
}
.select2-container--bootstrap-5 .select2-dropdown{
    border-color: #e6710f !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected, .select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted){
    background-color: #e6710f !important;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted{
    background-color: #e6710f30 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-search .select2-search__field:focus{
    border-color: #e6710f;
    box-shadow: none !important;
}

.ui-datepicker .ui-datepicker-title{
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.ui-datepicker .ui-datepicker-title select{
    margin: 1px 0;
    padding: 1px 9px;
    font-size: 14px !important;
    cursor: pointer;
}

.switch-uniplay {
    position: relative;
    height: 1.5rem;
    width: 3rem;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 9999px;
    background-color: rgba(100, 116, 139, 0.377);
    transition: all .3s ease;
}
  
.switch-uniplay:checked {
    background-color: rgba(236, 72, 153, 1);
}
  
.switch-uniplay::before {
    position: absolute;
    content: "";
    left: calc(1.5rem - 1.6rem);
    top: calc(1.5rem - 1.6rem);
    display: block;
    height: 1.6rem;
    width: 1.6rem;
    cursor: pointer;
    border: 1px solid rgba(100, 116, 139, 0.527);
    border-radius: 9999px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 3px 10px rgba(100, 116, 139, 0.327);
    transition: all .3s ease;
}
  
.switch-uniplay:hover::before {
    box-shadow: 0 0 0px 8px rgb(244 1 1 / 15%)
}
  
.switch-uniplay:checked:hover::before {
    box-shadow: 0 0 0px 8px rgb(72 106 236 / 15%)
}
  
.switch-uniplay:checked:before {
    transform: translateX(100%);
    border-color: rgba(236, 72, 153, 1);
}


.header-uniplay{
    background: white;
    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: 1100px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 15px;
    padding-bottom: 15px;
    /* padding-left: 20px;
    padding-right: 20px; */
    flex-grow: 0;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}
.header-uniplay .header-content .logo{
    width: 148px;
    margin-right: 30px;
}
.header-uniplay .header-content .logo img{
    width: 148px;
    height: 35px;
    object-fit: contain;
}
.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: 1100px;
    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{
    gap: 32px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    align-content: baseline;
}
.list-grid-games .grid-list::after {
	content: "";
	display: none;
	background-color: transparent; /* Optional: style placeholder */
}
.list-grid-games .grid-list a{
    display: block;
    /* width: 190px; */
    width: auto;
    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; */

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
}

.sub-footer{
    background: #cf5f00;
    color: white;
    cursor: default;
}
.footer-for-cd{
    background: #fff;
    box-shadow: 0 1px 10px #617d901c;
}
.sub-footer .content{
    width: 1100px;
    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: 1100px;
    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: 30px;
}
.footer .content .partner-uniplay img{
    margin-right: 15px;
}
.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%; */
    width: 385px;
    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;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
}
.other-entitas .list-other-entitas li a:hover{
    background: #e8eff4;
}
.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 div{
    flex: 1;
    max-width: 230px;
}
.other-entitas .list-other-entitas li a b{
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
}
.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.sticky{
    position: sticky;
    top: 10px;
}
.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;
    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 #ec7f007a !important;
}

.sadowslite{
    box-shadow: 0 0 8px #ff00005c !important;
    border: 1px solid #ff7777ab !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;
}

.area-help a{
    cursor: help;
}

.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;
    width: 235px;
}

.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 .input-area .frame-input-inner{
    /* flex: 1; */
}
.detil-game .input-params .card .input-area .frame-input-inner.additional-field-area{
    margin-left: 10px;
}

.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(3, 1fr);
    align-items: center;
    align-content: baseline;
    gap: 15px;
}
.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; */
    display: flex;
    height: 112px;
    padding: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #D9DFE2;
    background: #FFF;
    cursor: pointer;
    transition: all ease .2s;
}
.list-denom li b{
    color: #1D1C23;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-denom li .pricing-icon{
    display: flex;
    padding-top: 2px;
    justify-content: space-between;
    align-items: flex-end;
    align-self: stretch;
    backdrop-filter: blur(2px);
}
.list-denom li .pricing-icon i{
    color: #E9E9E9;
    font-size: 18px;
    padding-bottom: 4px;
}
.list-denom li .pricing-icon .pricing-detil{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.list-denom li .pricing-icon .pricing-detil small{
    color: #ff1f1f!important;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: line-through;
}
.list-denom li .pricing-icon .pricing-detil span{
    color: #E6700F;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.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; */

    display: flex;
    height: 94px;
    padding: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex: 1 0 0;
    border-radius: 8px;
    border: 1px solid #D9DFE2;
    background: #FFF;
    cursor: pointer;
    transition: all ease .2s;
}
.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 #E06500;
    background: #FFF;
    /* background-image: url( "../../img/gradient-fill-uniplay-box.svg"); */
}
.list-denom li:active{
    border: 1px solid #E06500;
    background: #FFF;
    background-image: url( "../../img/gradient-fill-uniplay-box.svg");
}
.list-denom li:focus{
    border: 1px solid #E06500;
    background: #FFF;
    background-image: url( "../../img/gradient-fill-uniplay-box.svg");
}
.list-denom li.active{
    border: 1px solid #E06500;
    background: #FFF;
    background-image: url( "../../img/gradient-fill-uniplay-box.svg");
}

.list-denom li:active i, .list-denom li:focus i, .list-denom li.active i{
    color: #E06500;
}

.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: 15px;
    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;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.area-list-payment-method .child-box .button-action-payment ul li .info-bottom b{
    
}

.popover-image{
    /* width: 240px !important; */
    cursor: pointer;
    width: 100% !important;
}

.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;
}

.form-select: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 .heading-payment-logo .amount-discount-applied{
    color: #FF1A1A;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: line-through;
    display: none;
}
.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: 5px;
    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;
    float: none !important;
}
.waiting-payment .detil-info .right table tr .right{
    font-size: 14px;
    color: #1c1c1c;
    font-weight: 600;
    text-align: right;
    float: none !important;
}
.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;
    float: none !important;
}
.area-bank-transfer-kodeunik .rekening-detil .body-rekening table tr td.right{
    font-size: 14px;
    color: #1c1c1c;
    text-align: right;
    font-weight: 600;
    float: none !important;
}
.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: 5px !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 img{
    margin-bottom: 20px;
}
.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: #E6700F !important;
    padding: 12px 40px;
    border-radius: 50px !important;
    font-weight: bold !important;
}

.swal2-styled.swal2-confirm:hover {
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-styled.swal2-deny {
    background-color: #ea5455 !important;
    /* background-color: #7B7B7B !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; */
    background-color: #7B7B7B !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; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.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 #C5CACE;
    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: 1px dotted #fff;
    outline: 2px solid #ed7f00;
    padding: 0;
    font-size: 9px;
    bottom: 32px;
    right: -3px;
    font-weight: 600;
}

.ribbon__content::after {
    bottom: -5px;
    right: -6px;
    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-login-desktop {
    text-decoration: none;
    color: #ee8103;
    border: none;
    padding: 5px;
    width: 65px;
    display: block;
    text-align: center;
    font-size: 13px;
    float: right;
    margin-right: 15px;
    transition: all .1s ease-in-out;
    font-weight: 500;
}

.open-login-desktop:hover {
    color: #ee8103
}

.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;
    max-width: 250px;
}
.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: 80vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    margin-bottom: 50px;
    padding-top: 20px;
    transition: all .3s ease-in-out;
    justify-content: center;
}
.frame-box-login-register.join-reseller-with-upselling{
    height: auto;
    display: block;
    margin-top: 20px;
    margin-bottom: 100px !important;
}
.frame-box-login-register.join-reseller-with-upselling-select-payment{
    display: block;
    margin-bottom: 100px !important;
    margin-top: 20px !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: 8px 15px;
    border-radius: 7px !important;
}
.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: 50px;
    border: none;
    background: #e6710f;
    color: white;
    font-size: 18px;
    font-weight: 600;
    padding: 10px;
    transition: all .1s ease-in-out;
}

.area-login .btn-login.disabled{
    pointer-events: none !important;
    background: #a5a5a5;
    border-color: #a5a5a5;
}
.area-login .btn-login:hover{
    background: #ee7a1a;
}

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

 .btn-daftar{
    width: 100%;
    display: block;
    border-radius: 50px;
    border: 1px #e6710f solid;
    background: transparent;
    color: #e6710f;
    font-size: 18px;
    font-weight: 600;
    padding: 12px;
    transition: all .3s ease-in-out;
    text-decoration: none;
}



.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: 2px !important;
    right: auto;
    top: 4px;
}
.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: 37px;
    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/../../img/bg-login-left.png), url(../img/../../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: 1100px;
    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;
    position: relative;
}
.primary-heading-new {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding: 20px;
}
.dashboard-member .left-sidebar .primary-heading{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.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;
    flex-shrink: 0;
}
.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 .btn-visit {
    border: 1px solid #c46415;
    background: #fff;
    color: #c25c08;
    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;
    transition: all .2s ease-in-out;
}
.dashboard-member .left-sidebar .btn-visit:hover {
    background: #FFF6EF;

}
.dashboard-member .left-sidebar .btn-visit i {
    padding-left: 4px;
}
.btn-upgrade-premium{
    border: 1px solid #2c2c2c;
    background: #393939;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 12px;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 25px;
    transition: all .2s ease-in-out;
    position: absolute;
    bottom: -70px;
}
.btn-upgrade-premium:hover{
    background: #262626;
    color: #FFFFFF;
}

.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; */
    margin-bottom: 0px !important;
}

.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: 850px;
    background: white;
    padding: 20px;
    box-shadow: 0px 2px 10px -2px #0435631a;
    border-radius: 0.3em;
    min-height: 699px;
}
.dashboard-member .right-content.asframe{
    background: none !important;
    padding: 0px !important;
    box-shadow: none !important;
    min-height: auto !important;
    border-radius: 0px !important;
}
.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;
    border-radius: 0.3em;
    padding: 15px;
    margin-bottom: 11px;
    border: 1px solid #d2d8dd;
}
.dashboard-member .right-content .area-dashboard-profile .left .profile-picture-frame img{
    width: 170px;
    height: 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;
    margin-bottom: 0px;
}
.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;
}

.btn-save{
    border: 1px solid #b55405;
    background: #e6700f;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 6px;
    padding: 8px 40px;
    transition: all .1s ease-in-out;
}
.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;
}
.overlay-modal-custom-pin{
    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;
}
.frame-modal-custom-popup-pin{
    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 .text-error-validate-fa {
    color: #FD2B2B;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 8px;
}
.modal-content-pin .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.modal-content-pin .btn-verifikasi {
    display: flex;
    height: 47px;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 65px;
    background: #EE8103;
    border: 1px solid #EE8103;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.modal-content-pin .btn-verifikasi:hover {
    background: #DA6B0E;
}
.modal-content-pin .btn-verifikasi:disabled {
    background: gray;
    border: 1px solid gray;
    color: #fff;
}

.modal-content-pin .close-pin {
    position: absolute;
    right: 9.5px;
    top: 9.5px;
    color: #8B8B8B;
    font-size: 21px;
    font-style: normal;
    line-height: normal;
    cursor: pointer;
}
.modal-content-pin .header{
    margin-top: 15px;
    margin-bottom: 30px;
}


.modal-content-pin .header .icon-lock-pin {
    display: flex;
    width: 60px;
    padding: 14px 15px 16px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 8px solid #FFF5F2;
    background: #FFE5DD;
    margin: 0px auto;
}

.modal-content-pin .header i{
    color: #e5700f;
    font-size: 18px;
    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{
    display: flex;
    height: 64px;
    padding: 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}
.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: 15px;
    cursor: pointer;
    height: 37px;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 0;
}
.right {
    float: right;
}
.left {
    float: left;
}
.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: 37px;
    padding-bottom: 0;
    padding-top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.date-range-picker-selector:hover{
    background: #eeeeee;
    color: #ed7f00;
}
.date-range-picker-selector:focus{
    border: 1px solid #ed7f00;
}
.date-range-picker-selector i{
    margin-right: 10px;
    font-size: 15px;
}
.date-range-picker-selector span{

}
.parent-list-transaksi{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.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;
}
.parent-list-transaksi .child-list-transaksi.onpopup{
    box-shadow: none !important;
    padding: 0 !important;
    margin-bottom: 0px;
}
.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;
}
.parent-list-transaksi .child-list-transaksi .sec-1 b{
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.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;
}
.parent-list-transaksi .child-list-transaksi .sec-1 span.badge-green{
    color: #03ac0e;
    background: #d5ffdd;
}
.parent-list-transaksi .child-list-transaksi .sec-1 span.badge-warn{
    color: #ab8103;
    background: #fff4d5;
}
.parent-list-transaksi .child-list-transaksi .sec-1 span.badge-danger{
    color: #ab0303;
    background: #ffd5d5;
}
.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;
}
.parent-list-transaksi .child-list-transaksi .sec-2 img{
    width: 47px;
    height: 48px;
    object-fit: contain;
    border-radius: 0.5em;
    margin-right: 16px;
}
.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;
}
.parent-list-transaksi .child-list-transaksi .sec-2 .title b{
    font-size: 14px;
    color: #5e5e5e;
    font-weight: 600;
    margin-bottom: 3px;
}
.parent-list-transaksi .child-list-transaksi .sec-2 .title small{
    font-size: 13px;
    color: #828282;
}
.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;
}
.parent-list-transaksi .child-list-transaksi .sec-2 .info-price b{
    color: #353535;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 3px;
    text-align: right;
}
.parent-list-transaksi .child-list-transaksi .sec-2 .info-price b.red{
    color: #d0021b;
}
.parent-list-transaksi .child-list-transaksi .sec-2 .info-price b.green{
    color: #03ac0e;
}
.parent-list-transaksi .child-list-transaksi .sec-2 .info-price small{
    font-size: 13px;
    color: #565656;
}
.parent-list-transaksi .child-list-transaksi .sec-2 .info-price small b{
    font-size: 13px;
    color: #565656;
}
.parent-list-transaksi .child-list-transaksi .sec-3{

}
.parent-list-transaksi .child-list-transaksi .sec-3 p{
    font-size: 12px;
    color: #5e5e5e;
    margin: 0;
}
.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;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.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, .area-topup-members .content-topup .header span{
    font-size: 14px;
    font-weight: 600;
    /* 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 select{
    padding-right: 25px !important;
}

.area-topup-members .content-topup .input-area .second-input{
    margin-right: 10px;
    border-radius: 7px;
    text-align: center;
    /* appearance: auto; */
    appearance: initial;
    padding: 10px;
    width: 110px;
    box-shadow: none !important;
}

.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-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;
    flex-direction: column;
    gap: 15px; /* DITAMBAH */ 

}
.frame-list-package-reseller.limited-height-legend {
    height: 185px;
    overflow: hidden;
}

.frame-list-package-reseller.limited-height-supreme {
    height: 290px;
    overflow: hidden;
}
.frame-list-package-reseller.limited-height-supreme-3bulan {
    height: 290px;
    overflow: hidden;
}
button.more-game-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: transparent;
    border: none;
    color: #6A6A6A;
}
button.more-game-btn:hover {
    color: #E5700F;
}
.overlay-list-package-reseller {
    background: linear-gradient(180deg, rgb(255 255 255 / 50%) 0%, #FFF 100%);
    backdrop-filter: blur(2px);
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px 0px 20px 0px;
    margin-top: -50px;
}

.frame-list-package-reseller .child-list-package-reseller{
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    padding: 15px;
    /* margin-bottom: 15px; */
    cursor: pointer;
    transition: 0.1s linear;
}
.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-family: "Source Sans Pro";
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: 28.5px; /* 150% */
    width: 154px;
}
.frame-list-package-reseller .child-list-package-reseller .heading .pakcage-price{
    flex: 1;
    color: #000;
    text-align: right;
    font-family: "Source Sans Pro";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 133.333% */
    text-align: right;
    text-wrap-mode: nowrap;
}
.frame-list-package-reseller .child-list-package-reseller .heading .pakcage-price .badge-disc {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
}
.frame-list-package-reseller .child-list-package-reseller .heading .pakcage-price .discount-badge {
    display: flex;
    justify-content: flex-end;
    color: #FF4747;
    text-align: right;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-decoration-line: strikethrough;
}
  
.frame-list-package-reseller .child-list-package-reseller .heading .pakcage-price .discount-badge .discount-icon {
    font-size: 12px; /* Ukuran font untuk ikon */
    margin-right: 0.5rem; /* Jarak antara ikon dan teks */
}
  
.frame-list-package-reseller .child-list-package-reseller .heading .pakcage-price .discount-badge .discount-price {
    font-size: 12px; /* Ukuran font */
    text-align: right;
    line-height: normal;
    text-decoration: line-through; /* Garis coret pada harga */
    margin-bottom: 0px;
    font-weight: 600;
}

.frame-list-package-reseller .child-list-package-reseller .desc{
    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 .desc p{
    color: #6A6A6A;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}
.frame-list-package-reseller .child-list-package-reseller .desc .desc_hargabulan{
    color: #468554;
    text-align: right;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.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: 2px 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: #fffdf8;
    padding: 14px 16px;
    margin-bottom: 20px;
    border: 1px dashed #e5c19b;
    border-radius: 10px;
}
.bonus-list-package-reseller b{
    font-size: 13px;
    color: #4c4c4c;
    font-weight: 600;
}
.bonus-list-package-reseller ul{
    margin: 0;
    margin-top: 7px;
    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: 17px;
}
.bonus-list-package-reseller ul li i.green{
    color: #36a93f;
}
.bonus-list-package-reseller ul li i.red{
    color: #a93636;
    margin-right: 13px;
}
.bonus-list-package-reseller ul li span{
    font-size: 12px;
    color: #242424;
}

.rincian-pesanan-package-reseller{
    border: 2px solid #41c3cf;
    padding: 15px;
    border-radius: 10px;
    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: 15px;
    color: #272727;
}
.rincian-pesanan-package-reseller table tr td hr{
    
}
.price-right {
    font-weight: 600;
}
.rincian-pesanan-package-reseller table tr th{
    font-weight: 600;
    color: #272727;
    font-size: 15px;
}

.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: 14px;
}

.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: 13px;
}
.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: 20px;
    --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: 2px 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 i{
    font-size: 13px;
}
.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;
}

@media (max-width: 1330px){
    .fixed-background-login.left{
        display: none;
    }
    .fixed-background-login.right{
        display: none;
    }
}

.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: 5px;
    margin-bottom: 0px;
}
.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;
}
.container-ajakan {
    border-bottom: 1px solid #d7e3eb;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.ajakan-affiliate{
    border-radius: 0.3em;
    margin-top: 12px;
}
.ajakan-affiliate p {
    font-size: 15px;
}
.ajakan-affiliate .heading{
    font-size: 16px;
    margin-bottom: 10px !important;
    display: block;
}
.ajakan-affiliate .subheading{
    font-size: 15px;
}
.ajakan-affiliate .subsubheading{
    font-size: 15px;
    margin: 0;
}
.ajakan-affiliate .subheading b{
    font-weight: 600;
}
.ajakan-affiliate .subsubheading a{
    font-weight: 600;
    text-decoration: none;
}
.ajakan-affiliate .subsubheading a:hover{
}
.ajakan-affiliate .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;
}

.parent-reseller-accademy{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.parent-reseller-accademy .child-reseller-accademy{
    padding: 10px;
    background: white;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    border-radius: 5px;
    width: 48%;
    height: 230px;
}

.parent-reseller-accademy .child-reseller-accademy iframe{
    width: 100%;
    height: 100%;
}

.parent-reseller-accademy .child-reseller-accademy .wistia_embed_initialized{
    height: 100% !important;
    width: 100% !important;
}

.frame-voucher-input{
    margin-bottom: 20px;
}

.frame-voucher-input p{
    margin: 0;
    color: #3d3d3d;
    font-size: 14px;
    margin-bottom: 10px;
}

.frame-voucher-input p a{
    text-decoration: none;
    color: #e6710f;
}
.frame-voucher-input p a:hover{
    color: #d05f00;
}

.frame-voucher-input .frame-voucher-input-target{
    display: none;
}
.content-wrapper .right-side .btn-login:hover{
    background: #c25c08;
}

.frame-coupon-discount-reseller{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    position: relative;
}
.frame-coupon-discount-reseller input{

}

.frame-coupon-discount-reseller input.invalid_coupon{
    border: 1px solid #ea0c0c;
}
.frame-coupon-discount-reseller input.invalid_coupon:hover{
    border: 1px solid #ea0c0c !important;
}
.frame-coupon-discount-reseller input.invalid_coupon:focus{
    border: 1px solid #ea0c0c !important;
}

.frame-coupon-discount-reseller input.valid_coupon{
    border: 1px solid #4caf50;
}
.frame-coupon-discount-reseller input.valid_coupon:hover{
    border: 1px solid #4caf50 !important;
}
.frame-coupon-discount-reseller input.valid_coupon:focus{
    border: 1px solid #4caf50 !important;
}

.frame-coupon-discount-reseller .frame-coupon-discount-reseller-applied{
    width: 28%;
    display: block;
    border-radius: 6px;
    border: none;
    background: #2196f3;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    transition: all .3s ease-in-out;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 5px;
    display: none;
}
.frame-coupon-discount-reseller .frame-coupon-discount-reseller-applied:hover{
    background: #0864ae;
}

.frame-coupon-discount-reseller .frame-coupon-discount-reseller-applied.removed_disc{
    background: #ea0c0c;
}
.frame-coupon-discount-reseller .frame-coupon-discount-reseller-applied.removed_disc:hover{
    background: #be0b0b;
}


/* FOR CUSTOM DOMAIN */
.wizard-custom-domain-rrt{
    padding: 20px;
}

.wizard-custom-domain-rrt .wizard-rrt-step{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 23px;
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-act{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-act.active{
    
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-act .sac-heading{
    border: 1px solid #959595;
    width: 28px;
    height: 28px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #ececec;
    color: #959595;
    font-size: 12px;
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-act.active .sac-heading{
    border-color: #e6710f;
    color: #e6710f;
    background: white;
    
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-act.active .sac-heading:hover{
    /* background: #e6710f;
    color: white !important; 
    cursor: pointer;*/
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-act .sac-desc{
    color: #959595;
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    position: absolute;
    margin-top: 50px;
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-act.active .sac-desc{
    color: #e6710f;
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-crown{
    width: 110px;
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-crown::before{
    content: " ";
    border-top: 2px dashed #dbdbdb;
    width: 100%;
    display: block;
}

.wizard-custom-domain-rrt .wizard-rrt-step .stepper-crown.active:before{
    border-color: #e6710f;
}

.wizard-custom-domain-rrt .step-content-rrt{

}

.wizard-custom-domain-rrt .step-content-rrt.step1{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.wizard-custom-domain-rrt .step-content-rrt.step1 form{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.wizard-custom-domain-rrt .step-content-rrt.step1 h2{
    text-align: center;
    font-weight: 600;
    color: #313131;
    font-size: 23px;
    margin-top: 40px;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    line-height: 32px;
    font-family: 'Source Sans Pro';
}

.wizard-custom-domain-rrt .step-content-rrt.step1 .area-input-cd{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    /* margin-bottom: 15px; */
    position: relative;
}

.wizard-custom-domain-rrt .step-content-rrt.step1 .area-input-cd input{
    border: 1px solid #d7d7d7;
    border-radius: 10px;
    padding: 12px 22px;
    height: auto;
    box-sizing: border-box;
    font-size: 16px;
    text-align: left;
    width: 400px;
    box-shadow: none !important;
    outline: none !important;
    margin-bottom: 5px;
    cursor: default;
    font-family: 'Source Sans Pro', sans-serif;
    transition: 0.3s linear;
}

.wizard-custom-domain-rrt .step-content-rrt.step1 .area-input-cd input:hover {
    border-color: #6e6e6e;
}

.wizard-custom-domain-rrt .step-content-rrt.step1 .area-input-cd input:focus {
    border-color: #313131;
}

.wizard-custom-domain-rrt .step-content-rrt.step1 .area-input-cd input.valid{
    border-color: #239a00 !important;
}

.wizard-custom-domain-rrt .step-content-rrt.step1 .area-input-cd input.error_input{
    border-color: #d33d3e !important;
}

.wizard-custom-domain-rrt .step-content-rrt.step1 .area-input-cd .error-input-domain{
    color: #d33d3d;
    font-weight: 500;
    font-size: 12px;
}

.wizard-custom-domain-rrt .step-content-rrt.step1 .area-input-cd img{
    width: 25px;
    position: absolute;
    right: 12px;
    top: 11px;
}

img.success-icon-domain {
    top: 12px !important;
}

.conf-cd-info{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.conf-cd-info img{
    width: 15px;
}

.conf-cd-info span{

}

.conf-cd-info a{
    color: #363636;
    text-decoration: none;
}

.conf-cd-info a:hover {
    color: #e6710f !important;
}

.wizard-custom-domain-rrt .step-content-rrt .submit-step-cd{
    background: #e6710f;
    color: white;
    border: 1px solid #e6710f;
    padding: 15px 45px;
    border-radius: 50px;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

.wizard-custom-domain-rrt .step-content-rrt .submit-step-cd[disabled]{
    pointer-events: none;
    background: #ececec;
    color: #787878;
    border: 1px solid #787878;
}

.wizard-custom-domain-rrt .step-content-rrt .submit-step-cd .spinner-green, .wizard-custom-domain-rrt .step-content-rrt .submit-step-cd .spinner-green-only{
    border-color: #9a9a9a !important;
}

.wizard-custom-domain-rrt .step-content-rrt .submit-step-cd .preloader-wrapper.small{
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px;
}

.wizard-custom-domain-rrt .step-content-rrt .submit-step-cd:hover{
    background: #c25c08;
    border-color: #c25c08;
}

/* .wizard-custom-domain-rrt .step-content-rrt .submit-step-cd:disabled{
    background: gray;
    border: gray;
    pointer-events: none !important;
} */

.wizard-custom-domain-rrt .step-content-rrt.step2{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.wizard-custom-domain-rrt .step-content-rrt.step2 h2{
    text-align: center;
    font-weight: bold;
    color: #313131;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.wizard-custom-domain-rrt .step-content-rrt.step2 h4{
    margin-top: 0px;
    text-align: center;
    font-size: 14px;
    color: #7b7b7b;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame{
    background: #f5f7f9;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table{
    border-spacing: 10px;
    border-collapse: separate;
    width: 600px;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table tr{
    border: none !important;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table tr th{
    padding: 0;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table tr td{
    padding: 0;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table tr td select{
    border: 1px solid #cdd0d4;
    border-radius: 8px;
    width: 100px;
    text-align: left;
    padding: 8px !important;
    height: auto;
    color: #8899a8;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table tr td.area-copy-paste-cnametxt{
    position: relative;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table tr td.area-copy-paste-cnametxt input{
    margin: 0;
    border: 1px solid #cdd0d4;
    border-radius: 8px;
    background: white;
    height: auto;
    padding: 10px 12px;
    box-sizing: border-box;
    color: #55595c;
    font-size: 14px;
    padding-right: 32px;
    box-shadow: none !important;
    width: 100%;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table tr td.area-copy-paste-cnametxt a{
    position: absolute;
    right: 10px;
    top: 10px;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table tr td.area-copy-paste-cnametxt a i{
    font-size: 17px;
    color: #9d9d9d;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .cname-txt-configure-frame table tr td.area-copy-paste-cnametxt a:hover i{
    color: #3c3c3c;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .txt-error-validator-cnametxt{
    color: #d33d3d;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 5px;
    display: none;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .txt-error-validator-cnametxt a{
    color: #d33d3d;
    text-decoration: none;
}

.wizard-custom-domain-rrt .step-content-rrt.step2 .txt-error-validator-cnametxt a:hover{
    color: #bc1414;
}

.wizard-custom-domain-rrt .step-content-rrt.step4{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.wizard-custom-domain-rrt .step-content-rrt.step4 h2{
    text-align: center;
    font-weight: bold;
    color: #313131;
    font-size: 28px;
    margin-top: 40px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
}
.wizard-custom-domain-rrt .step-content-rrt.step4 h4{
    margin-top: 5px;
    text-align: center;
    font-size: 17px;
    color: #696969;
}
.wizard-custom-domain-rrt .step-content-rrt.step4 .icon-success-domain{
    width: 180px;
}
.alert {
    position: relative;
    padding: 10px 20px !important;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 5px !important;
}
.alert-warning {
    color: #4e3a00 !important;
}

.wizard-custom-domain-rrt .step-content-rrt .reset-step-cd{
    color: #515151;
    border: 1px solid #afafaf;
    padding: 10px 30px;
    background: #f8f8f8;
    border-radius: 10px;
    font-size: 17px;
    margin-top: 25px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}

.wizard-custom-domain-rrt .step-content-rrt .reset-step-cd .preloader-wrapper.small{
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px;
}

.wizard-custom-domain-rrt .step-content-rrt .reset-step-cd:hover{
    color: #252525;
    border-color: #595959;
    background: #f0f0f0;
}

.wizard-custom-domain-rrt .step-content-rrt .reset-step-cd.disabled{
    border-color: gray;
    color: gray;
    pointer-events: none !important;
}

.wizard-custom-domain-rrt .step-content-rrt .reset-nobtn-step-cd{
    color: #e6710f;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
}
.wizard-custom-domain-rrt .step-content-rrt .reset-nobtn-step-cd-disabled {
    color: #767676;
    margin-bottom: 10px;
    font-size: 14px;
    text-decoration: none;
}

.wizard-custom-domain-rrt .step-content-rrt .reset-nobtn-step-cd:hover{
    color: #c25c08;
}

.wizard-custom-domain-rrt .step-content-rrt .reset-step-cd .spinner-green-only{
    border-color: #e43458 !important;
}

/* Spinner Loader */

/*
    @license
    Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
    This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
    The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
    The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
    Code distributed by Google as part of the polymer project is also
    subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
 */
/**************************/
/* STYLES FOR THE SPINNER */
/**************************/
/*
 * Constants:
 *      STROKEWIDTH = 3px
 *      ARCSIZE     = 270 degrees (amount of circle the arc takes up)
 *      ARCTIME     = 1333ms (time it takes to expand and contract arc)
 *      ARCSTARTROT = 216 degrees (how much the start location of the arc
 *                                should rotate each time, 216 gives us a
 *                                5 pointed star shape (it's 360/5 * 3).
 *                                For a 7 pointed star, we might do
 *                                360/7 * 3 = 154.286)
 *      CONTAINERWIDTH = 28px
 *      SHRINK_TIME = 400ms
 */
 .preloader-wrapper
 {
     position: relative;
 
     display: inline-block;
 
     width: 50px;
     height: 50px;
 }
 
 .preloader-wrapper.small
 {
     width: 36px;
     height: 36px;
 }
 
 .preloader-wrapper.big
 {
     width: 64px;
     height: 64px;
 }
 
 .preloader-wrapper.active
 {
     /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
     -webkit-animation: container-rotate 1568ms linear infinite;
             animation: container-rotate 1568ms linear infinite;
 }
 
 @-webkit-keyframes container-rotate
 {
     to
     {
         -webkit-transform: rotate(360deg);
     }
 }
 
 @keyframes container-rotate
 {
     to
     {
         -webkit-transform: rotate(360deg);
                 transform: rotate(360deg);
     }
 }
 
 .spinner-layer
 {
     position: absolute;
 
     width: 100%;
     height: 100%;
 
     opacity: 0;
     border-color: #00bcd4;
 }
 
 .spinner-blue,
 .spinner-blue-only
 {
     border-color: #4285f4;
 }
 
 .spinner-red,
 .spinner-red-only
 {
     border-color: #db4437;
 }
 
 .spinner-yellow,
 .spinner-yellow-only
 {
     border-color: #f4b400;
 }
 
 .spinner-green,
 .spinner-green-only
 {
     border-color: #0f9d58;
 }
 
 /**
  * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
  *
  * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
  * guarantee that the animation will start _exactly_ after that value. So we avoid using
  * animation-delay and instead set custom keyframes for each color (as redundant as it
  * seems).
  *
  * We write out each animation in full (instead of separating animation-name,
  * animation-duration, etc.) because under the polyfill, Safari does not recognize those
  * specific properties properly, treats them as -webkit-animation, and overrides the
  * other animation rules. See https://github.com/Polymer/platform/issues/53.
  */
 .active .spinner-layer.spinner-blue
 {
     /* durations: 4 * ARCTIME */
     -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
             animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
 }
 
 .active .spinner-layer.spinner-red
 {
     /* durations: 4 * ARCTIME */
     -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
             animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
 }
 
 .active .spinner-layer.spinner-yellow
 {
     /* durations: 4 * ARCTIME */
     -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
             animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
 }
 
 .active .spinner-layer.spinner-green
 {
     /* durations: 4 * ARCTIME */
     -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
             animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
 }
 
 .active .spinner-layer,
 .active .spinner-layer.spinner-blue-only,
 .active .spinner-layer.spinner-red-only,
 .active .spinner-layer.spinner-yellow-only,
 .active .spinner-layer.spinner-green-only
 {
     -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
             animation: fill-unfill-rotate 5332ms cubic-bezier(.4, 0, .2, 1) infinite both;
     /* durations: 4 * ARCTIME */
 
     opacity: 1;
 }
 
 @-webkit-keyframes fill-unfill-rotate
 {
     12.5%
     {
         -webkit-transform: rotate(135deg);
     }
     /* 0.5 * ARCSIZE */
     25%
     {
         -webkit-transform: rotate(270deg);
     }
     /* 1   * ARCSIZE */
     37.5%
     {
         -webkit-transform: rotate(405deg);
     }
     /* 1.5 * ARCSIZE */
     50%
     {
         -webkit-transform: rotate(540deg);
     }
     /* 2   * ARCSIZE */
     62.5%
     {
         -webkit-transform: rotate(675deg);
     }
     /* 2.5 * ARCSIZE */
     75%
     {
         -webkit-transform: rotate(810deg);
     }
     /* 3   * ARCSIZE */
     87.5%
     {
         -webkit-transform: rotate(945deg);
     }
     /* 3.5 * ARCSIZE */
     to
     {
         -webkit-transform: rotate(1080deg);
     }
     /* 4   * ARCSIZE */
 }
 
 @keyframes fill-unfill-rotate
 {
     12.5%
     {
         -webkit-transform: rotate(135deg);
                 transform: rotate(135deg);
     }
     /* 0.5 * ARCSIZE */
     25%
     {
         -webkit-transform: rotate(270deg);
                 transform: rotate(270deg);
     }
     /* 1   * ARCSIZE */
     37.5%
     {
         -webkit-transform: rotate(405deg);
                 transform: rotate(405deg);
     }
     /* 1.5 * ARCSIZE */
     50%
     {
         -webkit-transform: rotate(540deg);
                 transform: rotate(540deg);
     }
     /* 2   * ARCSIZE */
     62.5%
     {
         -webkit-transform: rotate(675deg);
                 transform: rotate(675deg);
     }
     /* 2.5 * ARCSIZE */
     75%
     {
         -webkit-transform: rotate(810deg);
                 transform: rotate(810deg);
     }
     /* 3   * ARCSIZE */
     87.5%
     {
         -webkit-transform: rotate(945deg);
                 transform: rotate(945deg);
     }
     /* 3.5 * ARCSIZE */
     to
     {
         -webkit-transform: rotate(1080deg);
                 transform: rotate(1080deg);
     }
     /* 4   * ARCSIZE */
 }
 
 @-webkit-keyframes blue-fade-in-out
 {
     from
     {
         opacity: 1;
     }
     25%
     {
         opacity: 1;
     }
     26%
     {
         opacity: 0;
     }
     89%
     {
         opacity: 0;
     }
     90%
     {
         opacity: 1;
     }
     100%
     {
         opacity: 1;
     }
 }
 
 @keyframes blue-fade-in-out
 {
     from
     {
         opacity: 1;
     }
     25%
     {
         opacity: 1;
     }
     26%
     {
         opacity: 0;
     }
     89%
     {
         opacity: 0;
     }
     90%
     {
         opacity: 1;
     }
     100%
     {
         opacity: 1;
     }
 }
 
 @-webkit-keyframes red-fade-in-out
 {
     from
     {
         opacity: 0;
     }
     15%
     {
         opacity: 0;
     }
     25%
     {
         opacity: 1;
     }
     50%
     {
         opacity: 1;
     }
     51%
     {
         opacity: 0;
     }
 }
 
 @keyframes red-fade-in-out
 {
     from
     {
         opacity: 0;
     }
     15%
     {
         opacity: 0;
     }
     25%
     {
         opacity: 1;
     }
     50%
     {
         opacity: 1;
     }
     51%
     {
         opacity: 0;
     }
 }
 
 @-webkit-keyframes yellow-fade-in-out
 {
     from
     {
         opacity: 0;
     }
     40%
     {
         opacity: 0;
     }
     50%
     {
         opacity: 1;
     }
     75%
     {
         opacity: 1;
     }
     76%
     {
         opacity: 0;
     }
 }
 
 @keyframes yellow-fade-in-out
 {
     from
     {
         opacity: 0;
     }
     40%
     {
         opacity: 0;
     }
     50%
     {
         opacity: 1;
     }
     75%
     {
         opacity: 1;
     }
     76%
     {
         opacity: 0;
     }
 }
 
 @-webkit-keyframes green-fade-in-out
 {
     from
     {
         opacity: 0;
     }
     65%
     {
         opacity: 0;
     }
     75%
     {
         opacity: 1;
     }
     90%
     {
         opacity: 1;
     }
     100%
     {
         opacity: 0;
     }
 }
 
 @keyframes green-fade-in-out
 {
     from
     {
         opacity: 0;
     }
     65%
     {
         opacity: 0;
     }
     75%
     {
         opacity: 1;
     }
     90%
     {
         opacity: 1;
     }
     100%
     {
         opacity: 0;
     }
 }
 
 /**
  * Patch the gap that appear between the two adjacent div.circle-clipper while the
  * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
  */
 .gap-patch
 {
     position: absolute;
     top: 0;
     left: 45%;
 
     overflow: hidden;
 
     width: 10%;
     height: 100%;
 
     border-color: inherit;
 }
 
 .gap-patch .circle
 {
     left: -450%;
 
     width: 1000%;
 }
 
 .circle-clipper
 {
     position: relative;
     display: inline-block;
     overflow: hidden;
     width: 50%;
     height: 100%;
     border-color: inherit;
 }
 
 .circle-clipper .circle
 {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
 
     width: 200%;
     height: 100%;
 
     -webkit-animation: none;
             animation: none;
 
     border-width: 3px;
     /* STROKEWIDTH */
     border-style: solid;
     border-color: inherit;
     border-bottom-color: transparent !important;
     border-radius: 50%;
 }
 
 .circle-clipper.left .circle
 {
     left: 0;
 
     -webkit-transform: rotate(129deg);
         -ms-transform: rotate(129deg);
             transform: rotate(129deg);
 
     border-right-color: transparent !important;
 }
 
 .circle-clipper.right .circle
 {
     left: -100%;
 
     -webkit-transform: rotate(-129deg);
         -ms-transform: rotate(-129deg);
             transform: rotate(-129deg);
 
     border-left-color: transparent !important;
 }
 
 .active .circle-clipper.left .circle
 {
     /* duration: ARCTIME */
     -webkit-animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
             animation: left-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
 }
 
 .active .circle-clipper.right .circle
 {
     /* duration: ARCTIME */
     -webkit-animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
             animation: right-spin 1333ms cubic-bezier(.4, 0, .2, 1) infinite both;
 }
 
 @-webkit-keyframes left-spin
 {
     from
     {
         -webkit-transform: rotate(130deg);
     }
     50%
     {
         -webkit-transform: rotate(-5deg);
     }
     to
     {
         -webkit-transform: rotate(130deg);
     }
 }
 
 @keyframes left-spin
 {
     from
     {
         -webkit-transform: rotate(130deg);
                 transform: rotate(130deg);
     }
     50%
     {
         -webkit-transform: rotate(-5deg);
                 transform: rotate(-5deg);
     }
     to
     {
         -webkit-transform: rotate(130deg);
                 transform: rotate(130deg);
     }
 }
 
 @-webkit-keyframes right-spin
 {
     from
     {
         -webkit-transform: rotate(-130deg);
     }
     50%
     {
         -webkit-transform: rotate(5deg);
     }
     to
     {
         -webkit-transform: rotate(-130deg);
     }
 }
 
 @keyframes right-spin
 {
     from
     {
         -webkit-transform: rotate(-130deg);
                 transform: rotate(-130deg);
     }
     50%
     {
         -webkit-transform: rotate(5deg);
                 transform: rotate(5deg);
     }
     to
     {
         -webkit-transform: rotate(-130deg);
                 transform: rotate(-130deg);
     }
 }
 
 #spinnerContainer.cooldown
 {
     /* duration: SHRINK_TIME */
     -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(.4, 0, .2, 1);
             animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(.4, 0, .2, 1);
 }
 
 @-webkit-keyframes fade-out
 {
     from
     {
         opacity: 1;
     }
     to
     {
         opacity: 0;
     }
 }
 
 @keyframes fade-out
 {
     from
     {
         opacity: 1;
     }
     to
     {
         opacity: 0;
     }
 }

.preloader-wrapper
{
    position: relative;

    display: inline-block;

    width: 50px;
    height: 50px;
}

.preloader-wrapper.small
{
    width: 36px;
    height: 36px;
}

.preloader-wrapper.big
{
    width: 64px;
    height: 64px;
}

.preloader-wrapper.active
{
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
            animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate
{
    to
    {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate
{
    to
    {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.spinner-layer
{
    position: absolute;

    width: 100%;
    height: 100%;

    opacity: 0;
    border-color: #ff9100;
}

.spinner-blue,
.spinner-blue-only
{
    border-color: #4285f4;
}

.spinner-red,
.spinner-red-only
{
    border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only
{
    border-color: #f4b400;
}

.spinner-green,
.spinner-green-only
{
    border-color: #0f9d58;
}

.spinner-green, .spinner-green-only{
    border-color: #ffffff;
}


/* Appereance Settings */
.custom-logo-and-headline-parent{
    margin-top: 0px;
    padding-top: 0px;
    /* border-top: 1px solid #d8dde7; */
}
.custom-logo-and-headline-parent .header-headline{

}
.custom-logo-and-headline-parent .header-headline h1{
    
}
.custom-logo-and-headline-parent .header-headline h4{
    
}
.custom-logo-and-headline-parent .content-custom-logo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
}

.custom-logo-and-headline-parent .content-custom-logo .content-custom-logo-preview{
    background: url(https://cdn.watzap.id/bg-wa.jpg);
    font-family: sans-serif !important;
    height: auto;
    flex-basis: 53%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    border-radius: 10px;
    margin-top: 10px;
    position: relative;
}

.custom-logo-and-headline-parent .content-custom-logo .content-custom-logo-preview .header-addressbar-simulate{
    background-image: url(https://semutganteng.fra1.cdn.digitaloceanspaces.com/StaticAssets/address-bar-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 109px;
    position: absolute;
    top: 0;
}

.custom-logo-and-headline-parent .content-custom-logo .content-custom-logo-preview .header-addressbar-simulate .favicon-title-preview{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 22px;
    left: 146px;
}

.custom-logo-and-headline-parent .content-custom-logo .content-custom-logo-preview .header-addressbar-simulate .favicon-title-preview img{
    width: 24px;
}

.custom-logo-and-headline-parent .content-custom-logo .content-custom-logo-preview .header-addressbar-simulate .favicon-title-preview b{
    font-size: 14px;
    font-weight: 500;
    color: #494949;
}

.custom-logo-and-headline-parent .content-custom-logo .content-custom-logo-preview .header-addressbar-simulate b.address{
    font-size: 15px;
    font-weight: 500;
    top: 74px;
    position: absolute;
    left: 151px;
    color: #494949;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
    gap: 10px;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .lbl-color-theme-chooser-frame{
    color: #313131;
    font-size: 17px;
    margin: 0px;
    margin-bottom: 0px;
    font-weight: bold;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget{
    width: 100%;
    position: relative;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget .color-theme-chooser-widget-selected{
    width: 100%;
    display: block;
    padding: 7px;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget .color-theme-chooser-widget-selected .color-theme-chooser-widget-content{
    height: 46px;
    width: 100%;
    border-radius: 5px;
}
.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget .color-theme-chooser-widget-selected .color-theme-chooser-widget-content:hover{
    opacity: 0.9;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget .color-theme-chooser-widget-selected i{
    position: absolute;
    right: 16px;
    top: 18px;
    color: white;
    transition: all ease 0.3s;
    z-index: 10;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget .color-theme-chooser-widget-selected i.opened{
    transform: rotate(180deg);
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    margin-top: 15px;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame:first-child{
    margin-top: 0px !important;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .lbl-logo-upload{
    /* color: #313131;
    font-size: 17px;
    margin: 0px;
    margin-bottom: 0px;
    font-weight: bold; */
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 7px;
    gap: 15px;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .img_elem_frame{
    width: 180px;
    height: 75px;
    background: #f1f3f7;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .img_elem_frame.favicon{
    width: 80px;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .img_elem_frame img{
    height: 50px;
    /* margin-right: 1.25rem; */
    border-radius: 10px;
    object-fit: contain;
    max-width: 120px;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    gap: 5px;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload p{
    font-size: 12px;
    font-style: italic !important;
    margin: 0;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .flex-button-logo{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .flex-button-logo .btn-upload-logo{

}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .flex-button-logo .btn-upload-logo span{
    
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .flex-button-logo .btn-upload-logo label img{
    width: 20px !important;
    height: 20px !important;
    background: none !important;
    margin: 0px !important;
    object-fit: unset;
    padding: 0 !important;
    filter: invert(65%) sepia(42%) saturate(7491%) hue-rotate(359deg) brightness(95%) contrast(91%);
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .flex-button-logo .btn-upload-logo label{
    /* box-shadow: rgba(76, 78, 100, 0.42) 0px 4px 8px -4px; */
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: rgb(230 113 15);
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #fff;
    font-weight: 500;
    border-radius: 8px;
    line-height: 1.715;
    /* box-shadow: rgb(230 113 15) 0px 4px 8px -4px; */
    padding: 0.4375rem 1.375rem;
    gap: 10px;
    border: 1px solid rgb(230 113 15);
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .flex-button-logo .btn-upload-logo label:hover{
    background-color: #e6710f;
    color: white;
}
.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .flex-button-logo .btn-upload-logo label:hover img{
    filter: invert(100%) sepia(92%) saturate(31%) hue-rotate(69deg) brightness(107%) contrast(107%);
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .btn-reset-logo{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 0;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #5c5c5c;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid #bebebe;
    font-weight: 500;
    border-radius: 8px;
    line-height: 1.572;
    padding: 0.4375rem 1.3125rem;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .btn-reset-logo:hover{
    background-color: #5c5c5c1a;
}

.custom-logo-and-headline-parent .content-custom-logo .logo-upload-frame .body-content-logo-upload-frame .action-button-logo-upload .btn-reset-logo.disabled{
    pointer-events: none;
    /* background: white; */
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
}

.custom-logo-and-headline-parent .content-custom-logo .input-field{
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.input-with-icon-v2{
    position: relative;
}

.input-with-icon-v2 i{
    position: absolute;
    right: 10px;
    top: 13px;
    font-size: 14px;
}

.custom-logo-and-headline-parent .content-custom-logo .input-field .input-with-icon{
    position: relative;
}

.custom-logo-and-headline-parent .content-custom-logo .input-field .input-with-icon img{
    position: absolute;
    width: 20px;
    top: 23px;
    left: 14px;
    filter: invert(57%) sepia(10%) saturate(21%) hue-rotate(82deg) brightness(97%) contrast(93%);
}

.custom-logo-and-headline-parent .content-custom-logo .input-field .input-with-icon input{
    padding-left: 40px;
    padding-right: 60px;
}

.custom-logo-and-headline-parent .content-custom-logo .input-field .input-with-icon .char-counter{
    position: absolute;
    bottom: 9px;
    right: 10px;
    background: #f2f2f2;
    border-radius: 0.5em;
    border: 1px solid #e4e4e4;
    padding: 3px 10px;
    font-size: 11px;
    font-weight: bold;
    color: #7488a5;
}

.custom-logo-and-headline-parent .content-custom-logo .input-field label{
    color: #6a7281;
    font-size: 17px;
    margin: 0px;
    margin-bottom: 0px;
    position: inherit;
}

.custom-logo-and-headline-parent .content-custom-logo .input-field input{
    border: 1px solid #cfcfcf !important;
    border-radius: 8px;
    padding: 8px 10px;
    box-sizing: border-box;
    margin-top: 10px;
    box-shadow: none !important;
    cursor: default;
    width: 100%;
}

.custom-logo-and-headline-parent .content-custom-logo .input-field input:hover {
    border-color: #8a8a8a !important;
}

.custom-logo-and-headline-parent .content-custom-logo .input-field input:focus {
    border-color: #8a8a8a !important;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #d8dde7;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-reset-to-awal{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: rgb(204 76 111);
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    border: 1px solid rgb(204 76 111);
    width: 100%;
    font-weight: 500;
    border-radius: 8px;
    line-height: 1.572;
    padding: 0.4375rem 1.3125rem;
    height: 38px;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-reset-to-awal .preloader-wrapper.small{
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-reset-to-awal .spinner-green-only{
    border-color: #cc4c6f !important;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-reset-to-awal i{
    margin-right: 5px;
}
.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-reset-to-awal span{
    
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-reset-to-awal.disabled{
    pointer-events: none !important;
    color: #a5a5a5;
    border-color: #a5a5a5;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-reset-to-awal.disabled .spinner-green-only{
    border-color: #a5a5a5 !important;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-submit-customization{
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: rgb(255, 255, 255);
    min-width: 220px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: rgb(204 76 111);
    width: 100%;
    font-weight: 500;
    border-radius: 8px;
    line-height: 1.715;
    box-shadow: rgba(76, 78, 100, 0.42) 0px 4px 8px -4px;
    padding: 0.4375rem 1.375rem;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-submit-customization.disabled{
    pointer-events: none;
    background: #b8b8b8;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-submit-customization .preloader-wrapper.small{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-submit-customization i{
    margin-right: 5px;
}
.custom-logo-and-headline-parent .content-custom-logo .area-action-button-saved .btn-submit-customization span{
    
}

.custom-logo-and-headline-parent .content-custom-logo-preview{

}
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview{
    width: 400px;
    margin: 0px auto;
    padding: 50px 30px;
    background: #fff;
    box-shadow: 0 1px 15px -6px #9c9c9c;
    border-radius: 10px;
    box-sizing: content-box !important;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
}
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview img{
    width: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview h2{
    text-align: center;
    font-size: 19px;
    margin-top: 0px;
    color: rgb(76 78 100);
    font-weight: 600;
    margin-bottom: -5px;
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview h2.left_alignment{
    text-align: left;
}
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview h2.right_alignment{
    text-align: right;
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview h4{
    text-align: center;
    font-size: 13px;
    margin-top: 0px;
    font-weight: 500;
    color: rgba(76, 78, 100, 0.68);
    margin-bottom: 5px;
    word-break: break-all;
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview h4.left_alignment{
    text-align: left;
}
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview h4.right_alignment{
    text-align: right;
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .watzap-login-form{
    
}

/* The container */
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .container-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
    cursor: pointer;
    font-size: 14px;
    color: #4e4e4e;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview input.ipt-form{
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #ddd !important;
    margin-bottom: 15px !important;
    font-size: 15px !important;
    border-radius: 7px !important;
    box-sizing: border-box !important;
    font-family: sans-serif !important;
    box-shadow: none !important;
    cursor: default;
}

/* Create a custom checkbox */
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .container-checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    padding-left: 0px;
}

/* On mouse-over, add a grey background color */
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .container-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .container-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .container-checkbox .checkmark:before {
    content: '' !important;
    display: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .container-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .container-checkbox .checkmark:after {
    left: 7px;
    top: 0px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .watzap-login-form input{
    
}
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .watzap-login-form .btn-signin{
    width: 100%;
    background: linear-gradient(45deg, #8e24aa, #ff6e40);
    color: #FFFFFF;
    border: 0;
    padding: 12px 20px;
    font-weight: bold;
    font-family: inherit;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 5px;
    transition: 0.3ms;
    box-sizing: border-box;
    flex: 1;
    display: block;
    text-align: center;
    font-size: 13px;
}
.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .watzap-login-form .btn-signin:hover{
    
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .watzap-login-info{
    margin-top: 5px;
    margin-bottom: -10px;
}

.custom-logo-and-headline-parent .content-custom-logo-preview .form-login-preview .watzap-login-info a{
    text-decoration: none;
    color: #797979;
    font-size: 15px;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget .color-theme-chooser-widget-lists{
    padding: 0px;
    background: transparent;
    border: none;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    max-height: 382px;
    overflow: scroll;
    padding-left: 8px;
    padding-right: 8px;
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    z-index: 400;
    display: none;
    border: 1px solid #cfcfcf;
    border-top: none;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget .color-theme-chooser-widget-lists ul{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    margin-top: 0px;
    margin-bottom: 0px;
    background: white;
    padding: 10px;
    /* border: 1px solid #cfcfcf; */
    margin-left: -8px;
    margin-right: -8px;
    /* border-top: 0px !important; */
    gap: 8px;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget .color-theme-chooser-widget-lists ul li{
    width: 100%;
    height: 46px;
    cursor: pointer;
    transition: all ease 0.5s;
}

.custom-logo-and-headline-parent .content-custom-logo .color-theme-chooser-frame .color-theme-chooser-widget .color-theme-chooser-widget-lists ul li:hover{
    transform: scale(1.02);
}

.my-wallet-summary-parent{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    gap: 10px;
}
.my-wallet-summary-parent .my-wallet-summary-child{
    border: 1px solid #ededed;
    padding: 15px;
    flex: 1 1 49%;
}
.my-wallet-summary-parent .my-wallet-summary-child .heading-summary{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.my-wallet-summary-parent .my-wallet-summary-child .heading-summary h5{
    font-size: 15px;
    color: #616161;
}
.my-wallet-summary-parent .my-wallet-summary-child .heading-summary i{
    font-size: 15px;
    color: #616161;
    margin-top: -5px;
    cursor: help;
}
.my-wallet-summary-parent .my-wallet-summary-child h3{
    font-size: 22px;
    color: #3e3e3e;
    font-weight: bold;
}
.my-wallet-summary-parent .my-wallet-summary-child h3.green{
    color: #28a745;
}
.my-wallet-summary-parent .my-wallet-summary-child.with-act-button{
    
}
.my-wallet-summary-parent .my-wallet-summary-child.with-act-button a{
    text-decoration: none;
    border: 1px solid #e6710f;
    padding: 6px;
    width: 100%;
    /* flex: 1; */
    display: block;
    text-align: center;
    color: #e6710f;
    font-size: 14px;
    margin-top: 10px;
    border-radius: 5px;
    transition: all ease .3s;
}
.my-wallet-summary-parent .my-wallet-summary-child.with-act-button a.disabled{
    pointer-events: none !important;
    border: 1px solid #c6c6c6;
    color: #7a7a7a;
}
.my-wallet-summary-parent .my-wallet-summary-child.with-act-button a:hover{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
}
.my-wallet-summary-parent .my-wallet-summary-child.with-act-button a:hover{
    
}
.my-wallet-summary-parent .my-wallet-summary-child.without-act-button{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
}
.my-wallet-summary-parent .my-wallet-summary-child.without-act-button i.simulate-icons{
    color: #61bba3;
    font-size: 35px;
}

/* Custom Tooltips */
[data-customTooltip]{
    cursor: pointer;
    position: relative;
}
.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

[data-customTooltip]::after {
    background-color: #fff;
    color: #222;
    font-size: 14px;
    padding: 8px 12px;
    height: fit-content;
    font-weight: 600;
    width: 260px;
    line-height: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    border-radius: 6px;
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 50%;
    content: attr(data-customTooltip);
    transform: translate(-50%, 110%) scale(0);
    transform-origin: top;
    transition: 0.14s;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, .2), 0 0 0 1px rgba(0, 0, 0, .05);
    z-index: 99;
  }
  [data-customTooltip]:hover:after {
    display: block;
    transform: translate(-50%, 110%) scale(1);
  }


[data-customTooltipImage]{
    cursor: pointer;
    position: relative;
}

[data-customTooltipImage]::after {
    background-color: #fff;
    color: #222;
    font-size: 14px;
    padding: 8px 12px;
    height: fit-content;
    width: 200px;
    border-radius: 6px;
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 50%;
    /* content: attr(data-customtooltipimage); */
    content: " ";
    background-image: var(--tooltip-image);
    transform: translate(-50%, 110%) scale(0);
    transform-origin: top;
    transition: 0.14s;
    box-shadow: 0 4px 14px 0 rgba(0,0,0,.2), 0 0 0 1px rgba(0,0,0,.05);
    z-index: 99;
    height: 69px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  [data-customTooltipImage]:hover:after {
    display: block;
    transform: translate(-50%, 110%) scale(1);
  }

.base-on-table{
    margin-top: 20px;
    margin-left: -20px;
    margin-right: -20px;
}

.base-on-table.normalize{
    margin-left: 0px;
    margin-right: 0px;
}

.base-on-table .base-on-table-filter{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    width: 320px;
    gap: 10px;
    float: right;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.base-on-table.normalize .base-on-table-filter{
    margin-right: 0px;
}
.base-on-table .base-on-table-filter select{
    font-size: 15px;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
}
.base-on-table .base-on-table-filter .search-with-icons{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #ccc;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 4px;
}
.base-on-table .base-on-table-filter .search-with-icons i{
    position: absolute;
    left: 10px;
    color: #a9a9a9;
}
.base-on-table .base-on-table-filter .search-with-icons input{
    text-indent: 30px;
    border: none;
    border-radius: .25rem;
    outline: none !important;
}

.base-on-table table{
    width: 100%;
}

.base-on-table .table-base-on-responsive-frame{

}

.base-on-table table.table-base-on{
    
}

.base-on-table table.table-base-on thead{
    
}

.base-on-table table.table-base-on thead tr{
    
}

.base-on-table table.table-base-on thead tr th{
    font-size: 15px;
    color: #1c1b1b;
    font-weight: 600;
    border-bottom-color: #ededed !important;
    padding-left: 20px;
    padding-right: 20px;
}

.base-on-table table.table-base-on tbody{
    
}

.base-on-table table.table-base-on tbody tr{
    
}

.base-on-table table.table-base-on tbody tr td{
    border-bottom-color: #ededed !important;
    font-size: 15px;
    color: #1c1b1b;
    padding-left: 20px;
    padding-right: 20px;
}
.base-on-table table.table-base-on tbody tr td a{
    color: #1c1b1b;
    text-decoration: none;   
}
.base-on-table table.table-base-on tbody tr td a:hover{
    color: #e6710f;
}
.base-on-table table.table-base-on tbody tr td .tdcontent-with-icon{
    
}
span.domain-www {
    font-weight: 600;
    color: #1376d4;
}
.base-on-table table.table-base-on tbody tr td .tdcontent-with-icon i{
    color: #a4a4a4;
    cursor: help;
}

.alum-transaction-area{
    padding-top: 0px;
}
.alum-transaction-area p.subtitle{
    color: #232323;
    font-size: 14px;
    margin-bottom: 5px;
}
.alum-transaction-area .frame-transaction-configs{
    background: #fff9f4;
    padding: 15px;
    border-radius: 10px;
}
.alum-transaction-area table.info-transaction-configs{
    width: 100%;
}
.alum-transaction-area table.info-transaction-configs tr{
    
}
.alum-transaction-area table.info-transaction-configs tr td{
    padding-top: 3px;
    padding-bottom: 3px;
}
.alum-transaction-area table.info-transaction-configs tr td.lft{
    font-size: 14px;
    color: #926b48;
}
.alum-transaction-area table.info-transaction-configs tr td.rgt{
    font-size: 14px;
    color: #7e3e05;
    text-align: right;
    font-weight: 600;
}
.alum-transaction-area table.info-transaction-configs tr td.rgt.highlight{
    color: #2e1600;
}
.modal-header .btn-close {
    padding: .5rem .5rem !important;
    margin: 0px !important;
}

.btn-close:focus{
    box-shadow: none !important;
}

.plf-simulator{
    margin-top: 50px;
}
.plf-simulator .header-prev{
    width: 100%;
}
.plf-simulate-group{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    background: white;
    /* box-shadow: 0 2px 10px #617d901c; */
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.plf-simulator .plf-simulate-header{
    
}
.plf-simulator .plf-left-area .plf-simulate-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.plf-simulator .plf-left-area .plf-simulate-header .plf-header-logo{
    width: 115px;
}
.plf-simulator .plf-left-area .plf-simulate-header .parent-frame-search-area{
    position: relative;
    display: block;
    margin: 0;
}
.plf-simulator .plf-left-area .plf-simulate-header .parent-frame-search-area .frame-search-area{
    position: relative;
    display: block;
}
.plf-simulator .plf-left-area .plf-simulate-header .parent-frame-search-area .frame-search-area .search-area{
    width: 280px;
    border: 1px solid #e5e5e5;
    border-radius: 5em;
    padding: 6px 15px 6px 20px;
    color: #ababab;
    transition: 0.3s;
}
.plf-simulator .plf-left-area .plf-simulate-header .parent-frame-search-area .frame-search-area .search-area .input-icon-group{
    font-size: 14px;
}
.plf-simulator .plf-left-area .plf-simulate-header .parent-frame-search-area .frame-search-area .search-area .input-icon-group i{
    margin-right: 5px;
}
.plf-simulator .plf-left-area .plf-simulate-header .parent-frame-search-area .frame-search-area .search-area .input-icon-group input{
    border: none;
    outline: none;
    font-size: 14px;
    width: 89%;
}
.plf-simulator .plf-burger-menu{
    
}
.plf-simulator .plf-burger-menu i{
    font-size: 20px;
}
.content-plf-simulate-group{
    background: #f1f5f7;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.content-plf-simulate-group .plf-content-items{
    background: #2f4157;
    border-radius: 10px;
}
.content-plf-simulate-group .plf-content-items img{
    width: 100%;
    /* height: 115px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.content-plf-simulate-group .plf-content-items span{
    color: white;
    padding: 5px;
    font-size: 13px;
    text-align: center;
    display: block;
}

.actions-multi-canvas-footer{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 30px;
}
.actions-multi-canvas-footer.multi-col{
    justify-content: space-between;
}
.actions-multi-canvas-footer.multi-col .left{
    display: flex;
    gap: 20px;
}
.actions-multi-canvas-footer.multi-col .right{
    display: flex;
    gap: 20px;
}

.actions-multi-canvas-footer a.btn-back-cancel{
    border: 1px solid #e0e0e0;
    height: auto;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: bold;
    color: #696969;
    outline: none !important;
    box-shadow: none !important;
    transition: all ease .3s;
}
.actions-multi-canvas-footer a.btn-back-cancel:hover{
    background-color: #e5e5e6;
}

.actions-multi-canvas-footer a.delete{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    color: #b32d2e;
    font-size: 14px;
    transition: all ease .3s;
}
.actions-multi-canvas-footer a.delete:hover{
    color: #a50001;
}
.actions-multi-canvas-footer a.delete i{
    
}
.actions-multi-canvas-footer a.delete span{
    
}
.actions-multi-canvas-footer .btn-reset-outline{
    border: 1px solid #a6a6a6;
    background: #fff;
    color: #a6a6a6;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 24px;
    /* display: block; */
    text-align: center;
    border-radius: 5px;
    /* width: 190px; */
    /* margin: 0 auto; */
    margin-bottom: 0;
    transition: all .2s ease-in-out;
}

.actions-multi-canvas-footer .btn-reset-outline.long{
    width: 150px;
}

.actions-multi-canvas-footer .btn-reset-outline.disabled{
    pointer-events: none;
    /* background: white; */
    border: 1px solid #d9d9d9;
    color: #d9d9d9;
}
.actions-multi-canvas-footer .btn-reset-outline:hover{
    border: 1px solid #555555;
    color: #555555;
}
.actions-multi-canvas-footer .btn-save-outline{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 24px;
    /* display: block; */
    text-align: center;
    border-radius: 5px;
    /* width: 190px; */
    /* margin: 0 auto; */
    margin-bottom: 0;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.actions-multi-canvas-footer .btn-save-outline.sm{
    padding: 5px 12px;
    width: 101px;
    font-size: 14px;
    height: 39px;
}
.actions-multi-canvas-footer .btn-save-outline.disabled{
    pointer-events: none;
    background: gray;
    border-color: gray;
    color: #dddddd;
}
.actions-multi-canvas-footer .btn-save-outline .preloader-wrapper.small{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.actions-multi-canvas-footer .btn-save-outline:hover{
    background: #c25c08;
}

.plf-header-browser-mask{
    position: relative;
}
.plf-header-browser-mask img{

}
.plf-header-browser-mask span.domain-address{
    position: absolute;
    left: 142px;
    top: 70px;
    font-size: 14px;
    color: #343434;
}
.plf-header-browser-mask p.title-area-simulate{
    position: absolute;
    left: 135px;
    top: 18px;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin: 0;
}
.plf-header-browser-mask p.title-area-simulate img{
    width: 26px;
}
.plf-header-browser-mask p.title-area-simulate span{
    color: #343434;
    font-size: 14px;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* Beautiful Checkbox */
.beautiful-checkbox input[type="checkbox"] {
    display: none;
    visibility: hidden;
  }

  .beautiful-checkbox .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .beautiful-checkbox .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .beautiful-checkbox .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all 0.2s ease;
  }
  .beautiful-checkbox .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .beautiful-checkbox .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #e6710f;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
  }
  .beautiful-checkbox .cbx span:last-child {
    padding-left: 8px;
  }
  .beautiful-checkbox .cbx:hover span:first-child {
    border-color: #e6710f;
  }

  .beautiful-checkbox .inp-cbx:checked + .cbx span:first-child {
    background: #e6710f;
    border-color: #e6710f;
    animation: wave-46 0.4s ease;
  }
  .beautiful-checkbox .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .beautiful-checkbox .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all 0.6s ease;
  }

  @keyframes wave-46 {
    50% {
      transform: scale(0.9);
    }
  }

.slider-home-banner-config{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
    margin-top: 15px;
}
.slider-home-banner-config .slider-state-config{

}
.area-create-new-sliders{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.area-create-new-sliders .form-group{
    width: 100%;
}
.area-create-new-sliders .form-group label{
    display: inline-block;
    margin-block: 10px;
    margin-top: 0px;
    color: #4f4f4f;
}
.area-create-new-sliders .form-group input{
    
}
.area-create-new-sliders .upload-image{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}
.area-create-new-sliders .upload-image img.uploaded-preview{
    width: 220px;
    display: block;
    margin-top: -15px;
}
.area-create-new-sliders .upload-image .btn-upload-slider{
    
}
.area-create-new-sliders .upload-image .btn-upload-slider label{
    /* box-shadow: rgba(76, 78, 100, 0.42) 0px 4px 8px -4px; */
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    font-family: Inter, sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #565c60;
    min-width: 64px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    background-color: #f3f3f3;
    font-weight: 500;
    border-radius: 8px;
    line-height: 1.715;
    /* box-shadow: rgb(230 113 15) 0px 4px 8px -4px; */
    padding: 0.4375rem 1.375rem;
    gap: 10px;
    border: 1px solid #dedede;
}
.area-create-new-sliders .upload-image .btn-upload-slider label:hover{
    background-color: #dcdcdc;
}
.area-create-new-sliders .upload-image .btn-upload-slider label img{
    width: 20px !important;
    height: 20px !important;
    background: none !important;
    margin: 0px !important;
    object-fit: unset;
    padding: 0 !important;
    filter: invert(36%) sepia(6%) saturate(484%) hue-rotate(161deg) brightness(94%) contrast(88%);
}
.area-create-new-sliders .upload-image .btn-upload-slider label span{

}
.area-create-new-sliders .upload-image .notice-snk{
    color: #4f4f4f;
    font-size: 14px;
}
.slider-home-banner-config .save_banner{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 15px;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    margin-top: 25px;
    transition: all .2s ease-in-out;
}
.slider-home-banner-config .save_banner:hover{
    background: #c25c08;
}

.list-exist-banner{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    gap: 15px;
}
.list-exist-banner .item-exist-banner{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    /* flex-shrink: 0; */
    width: 100%;
    align-content: center;
    flex-wrap: nowrap;
    height: 100%;
}
.list-exist-banner .item-exist-banner img{
    max-width: 86%;
    /* flex: 1; */
    /* flex-shrink: 0; */
    /* height: auto; */
}
.list-exist-banner .item-exist-banner .item-actions{
    background: #f1f5f7;
    /* width: 85px; */
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* height: 100%; */
    gap: 30px;
}
.list-exist-banner .item-exist-banner .item-actions .child-actions{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.list-exist-banner .item-exist-banner .item-actions .child-actions a{
    color: #7e888f;
    font-size: 17px;
    line-height: 0;
    transition: all ease .3s;
}
.list-exist-banner .item-exist-banner .item-actions .child-actions a:hover{
    color: #6b6d6f;
}
.list-exist-banner .item-exist-banner .item-actions .child-actions a i{
    
}

.list-exist-bannerv2{
    width: 100%;
    position: relative;
}
.list-exist-bannerv2 .item-exist-bannerv2{
    display: flex;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgb(27 31 35 / 4%) 0px 0px 0px 1px;
    background: white;
}
.list-exist-bannerv2 .item-exist-bannerv2 .content-area{
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.list-exist-bannerv2 .item-exist-bannerv2 .content-area .thumimage{
    width: 50px;
    height: 50px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}
.list-exist-bannerv2 .item-exist-bannerv2 .content-area .drag-sort-area{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: grab;
}
.list-exist-bannerv2 .item-exist-bannerv2 .content-area .drag-sort-area i{
    color: #c5cace;
    transition: all ease .3s;
}
.list-exist-bannerv2 .item-exist-bannerv2 .content-area .drag-sort-area:hover i{
    color: #919191;
}
.list-exist-bannerv2 .item-exist-bannerv2 .content-area b{
    color: #4f4f4f;   
    font-weight: 500;
    font-size: 16px;
    user-select: none;
}
.list-exist-bannerv2 .item-exist-bannerv2 .content-area a{
    color: #9e9e9e;
    margin-left: -5px;
    font-size: 15px;
    margin-top: 3px;
    transition: all ease .3s;
}
.list-exist-bannerv2 .item-exist-bannerv2 .content-area a:hover{
    color: #838383;
}
.list-exist-bannerv2 .item-exist-bannerv2 .content-area a i{
    
}
.list-exist-bannerv2 .item-exist-bannerv2 .actions-area{
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.list-exist-bannerv2 .item-exist-bannerv2 .actions-area .self-badge{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    pointer-events: none;
}
.list-exist-bannerv2 .item-exist-bannerv2 .actions-area .self-badge.success{
    color: green;
    background: #eeffee;
    border: 1px solid green;
}
.list-exist-bannerv2 .item-exist-bannerv2 .actions-area .self-badge.light{
    color: gray;
    background: #f1f1f1;
    border: 1px solid gray;
}
.list-exist-bannerv2 .item-exist-bannerv2 .actions-area a{
    color: #c5cace;
    font-size: 15px;
    transition: all ease .3s;
}
.list-exist-bannerv2 .item-exist-bannerv2 .actions-area a:hover{
    color: #919191;
}
.list-exist-bannerv2 .item-exist-bannerv2 .actions-area a i{
    
}
.list-exist-bannerv2 .item-exist-bannerv2 .actions-area a:hover .fa-trash-alt {
    color: rgb(233, 19, 19);
}

a.btn-tambah-sliderv2-big{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    text-decoration: none;
    font-size: 17px;
    font-weight: 600;
    padding: 13px 15px;
    display: block;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    margin: 0 auto;
    /* margin-top: 25px; */
    transition: all .2s ease-in-out;
}
a.btn-tambah-sliderv2-big.disabled{
    pointer-events: none !important;
    background: #ededed;
    color: #ababab;
    border-color: #ababab;
}
a.btn-tambah-sliderv2-big:hover{
    background: #c25c08;
}

#modalTambahSlider .modal-dialog{
    margin-top: 150px;
}

.upload-image-area-popup{
    width: 100%;
}
.upload-image-area-popup label{
    display: flex;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccd1dc;
    border-radius: 5px;
    background: #f1f4f7;
    padding: 25px;
    gap: 10px;
    transition: all ease .3s;
    cursor: pointer;
}
.upload-image-area-popup label:hover{
    background: #e7e7e7;
}
.upload-image-area-popup label i{
    color: #70787e;
    font-size: 25px;
}
.upload-image-area-popup label b{
    font-size: 16px;
    color: #70787e;
    font-weight: 600;
}
.upload-image-area-popup label small{
    font-size: 12px;
    color: #a2a8ac;
}

.preview-image-area-popup{
    width: 100%;
    position: relative;
}
.preview-image-area-popup img.uploaded-preview{
    width: 100%;
    height: 169px;
}
.preview-image-area-popup .actions-preview-topright{
    position: absolute;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.preview-image-area-popup .actions-preview-topright a{
    background: #424c5480;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    color: white;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    transition: all ease .3s;
}
.preview-image-area-popup .actions-preview-topright a:hover{
    background: #424c54d9;
}
.preview-image-area-popup .actions-preview-topright a i{
    
}

.area-state-radios{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}

.area-state-radios .form-check-input:checked{
    background-color: #e46e0d;
    border-color: #e6710f;
    box-shadow: none !important;
}


.widget-sidebar{
    border-bottom: 1px solid #d7e3eb;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.widget-sidebar .widget-sidebar-entitas{
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.widget-sidebar .widget-sidebar-entitas img{
    width: 20px;
    height: 22px;
    margin-right: 15px;
}
.widget-sidebar .widget-sidebar-entitas i{
    font-size: 20px;
    margin-left: 3px;
    margin-right: 15px;
}
.widget-sidebar .widget-sidebar-entitas b{
    color: #1c1c1c;
    font-size: 18px;
}
.widget-sidebar p{
    color: #1c1c1c;
    font-size: 14px;
    margin: auto;
}9

.widget-sidebar h1, .widget-sidebar h2, .widget-sidebar h3, .widget-sidebar h4{
    margin-bottom: 0px;
}

.widget-sidebar p img{
    max-width: 100%;
    margin-bottom: 8px;
}
.widget-sidebar p a{
    color: #0d4e78;
    text-decoration: none;
    font-weight: 600;
}
.widget-sidebar p a:hover{
    color: #0088df;
}

.widget-sidebar p:last-child{
    margin-bottom: 0px;
}

.widget-sidebar br{
    display: none;
}

.widget-sidebar .page-header{
    margin-bottom: 20px;
}

.widget-sidebar .page-header h1{
    font-weight: 600;
}

.widget-sidebar h1{
    font-size: 2.1rem;
}
.widget-sidebar h2{
    font-size: 1.9rem;
}
.widget-sidebar h3{
    font-size: 1.6rem;
}
.widget-sidebar h4{
    font-size: 1.3rem;
}

.widget-sidebar .ql-font-monospace{
    font-family: Monaco, Courier New, monospace;
}

.widget-sidebar .ql-font-serif{
    font-family: Georgia, Times New Roman, serif;
}

.page-static-editor{

}
.page-static-editor form{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    margin-top: 20px;
}
.page-static-editor .form-group{
    width: 100%;
}
.page-static-editor .form-group input[type="text"]{
    
}
.page-static-editor .page-static-preview-slug{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}
.page-static-editor .page-static-preview-slug b.psps-ssg1{
    font-size: 13px;
    color: #4f4f4f;
}
.page-static-editor .page-static-preview-slug span.psps-ssg2{
    font-size: 13px;
    color: #e6710f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 495px;
}
.page-static-editor .page-static-preview-slug a{
    border: 1px solid #d3d9dd;
    padding: 1px 10px;
    border-radius: 5px;
    text-decoration: none;
    color: #282828;
    font-size: 11px; 
    transition: all ease .3s;
}
.page-static-editor .page-static-preview-slug a:hover{
    background: #d3d9dd;
}
.page-static-editor .page-static-settings{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.page-static-editor .page-static-settings .page-static-settings-radios{
    
}
.page-static-editor .page-static-settings .page-static-settings-radios label{
    
}
.page-static-editor .page-static-settings .page-static-settings-radios label.label-ssg{
    color: #4f4f4f;
}
.page-static-editor .page-static-settings .page-static-settings-radios .pssr-radios{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.page-static-editor .page-static-settings .page-static-settings-radios .form-check{
    
}
.page-static-editor .page-static-settings .page-static-settings-radios .form-check input[type="radio"]{
    
}
.page-static-editor .page-static-settings .page-static-settings-radios .form-check input[type="radio"]:checked{
    background-color: #e46e0d;
    border-color: #e6710f;
    box-shadow: none !important;
}
.page-static-editor .page-static-settings .page-static-settings-radios .form-check label{
    color: #4f4f4f;
}

.page-static-editor .actions-multi-canvas-footer{
    width: 100%;
    gap: 20px;
}

.editor-general-config{

}
.editor-general-config .row{
    margin-bottom: 15px;
}
.editor-general-config .row .col{

}
.editor-general-config label.control-label{
    color: #4f4f4f;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 10px;
}
.editor-general-config input[type="text"]{

}

.editor-general-config .input-withicon{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.editor-general-config .input-withicon img{
    width: 35px;
}
.editor-general-config .input-withicon input{

}

.editor-general-config .pssr-radios{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.editor-general-config .form-check{
    
}
.editor-general-config .form-check input[type="radio"]{
    
}
.editor-general-config .form-check input[type="radio"]:checked{
    background-color: #e46e0d;
    border-color: #e6710f;
    box-shadow: none !important;
}

.editor-general-config .hint{
    color: #8B8B8B;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
}
.editor-general-config .hint a{
    color: #475EB8;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    transition: all ease .2s;
}
.editor-general-config .hint a:hover{
    color: #2b3c7f;
}

.display-config{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.display-config a{
    background: #ebebeb;
    color: #5b5b5b;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 6px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600; 
    flex: 1 1 auto;
    /* transition: all ease .3s; */
}
.display-config a:hover{
    background: #d4d4d4;
}
.display-config a i{
    
}

.search-apperances-searchengine{
    border: 1px solid #c4d2db;
    padding: 20px;
}
.search-apperances-searchengine .sasrc-heading{
    display: flex;
    gap: 10px;
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    margin: -20px;
    cursor: pointer;
    transition: all ease .3s;
}

.search-apperances-searchengine .sasrc-heading:hover{
    background: #fbfbfb;
}

.search-apperances-searchengine .sasrc-heading .left{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.search-apperances-searchengine .sasrc-heading .right{
    
}

.search-apperances-searchengine .sasrc-collapse{
    display: none;
    margin-top: 20px;
}

.search-apperances-searchengine .sasrc-heading img{
    width: 19px;
}
.search-apperances-searchengine .sasrc-heading h3{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.search-apperances-searchengine .sasrc-sub-heading{
    display: flex;
    gap: 10px;
}
.search-apperances-searchengine .sasrc-sub-heading img{
    width: 15px;
    height: 15px;
}
.search-apperances-searchengine .sasrc-sub-heading .sasrc-sub-heading-ssr{
    display: flex;
    gap: 0px;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.search-apperances-searchengine .sasrc-sub-heading .sasrc-sub-heading-ssr h3{
    margin: 0;
    color: #474747;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 545px;
}
.search-apperances-searchengine .sasrc-sub-heading .sasrc-sub-heading-ssr h4{
    margin: 0;
    color: #474747;
    font-size: 10px;
    font-weight: 500;
}
.search-apperances-searchengine .sasrc-prev-result-search{
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}
.search-apperances-searchengine .sasrc-prev-result-search a{
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.search-apperances-searchengine .sasrc-prev-result-search p{
    font-size: 14px;
    color: #343434;
    line-height: 18px;
}

.area-connection-whatsapp-state{
    display: flex;
    border: 1px solid #c4d2db;
    margin-bottom: 20px;
    margin-top: 10px;
    gap: 10px;
    margin-top: 20px;
}
.area-connection-whatsapp-state .qr-area{
    position: relative;
}
.area-connection-whatsapp-state .qr-area img{
    width: 160px;
    height: 160px;
}
.area-connection-whatsapp-state .qr-area.before-generated img{
    filter: blur(3px);
}
.area-connection-whatsapp-state .qr-area.before-generated a.qr-area-generate-qr{
    display: flex;
}
.area-connection-whatsapp-state .qr-area.after-generated img{
    filter: blur(0px);
}
.area-connection-whatsapp-state .qr-area.after-generated a.qr-area-generate-qr{
    display: none;
}

.area-connection-whatsapp-state .how-to-connect{
    position: absolute;
    background: white;
    padding: 15px;
    width: 343px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    /* right: 0; */
    left: 100%;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 99;
    display: none;
}
.area-connection-whatsapp-state .how-to-connect.show{
    display: block;
    opacity: 0;
    animation: howToConnectAnimate 0.4s ease-in-out 0s forwards;
}

.area-connection-whatsapp-state .how-to-connect.show::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -8px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid white;
}

@keyframes howToConnectAnimate {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.area-connection-whatsapp-state .how-to-connect h3{
    font-size: 17px;
    margin-bottom: 10px;
}
.area-connection-whatsapp-state .how-to-connect table{
    
}

.area-connection-whatsapp-state .how-to-connect table tr{
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}
.area-connection-whatsapp-state .how-to-connect table tr:last-child{
    border-bottom: none;
}

.area-connection-whatsapp-state .how-to-connect table tr td{
    font-size: 14px;
    padding: 11px 0;
}

.area-connection-whatsapp-state .how-to-connect .grey.lighten-3{
    background-color: #eee !important;
}

.area-connection-whatsapp-state .qr-area a.qr-area-generate-qr{
    position: absolute;
    background: white;
    color: black;
    font-weight: 600;
    text-decoration: none;
    padding: 5px 5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-radius: 15px;
    width: 105px;
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.area-connection-whatsapp-state .qr-area a.qr-area-generate-qr:hover{
    
}
.area-connection-whatsapp-state .qr-area a.qr-area-generate-qr.connectedbtn{
    color: #06b222;
}
.area-connection-whatsapp-state .qr-area a.qr-area-generate-qr.connectedbtn:hover{
    color: #02ba20;
}
.area-connection-whatsapp-state .qr-area a.qr-area-generate-qr.disconnectedbtn{
    color: #a52020;
}
.area-connection-whatsapp-state .connection-info-wa{
    padding: 15px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    width: 100%;
}

.area-connection-whatsapp-state .connection-info-wa .cia-heading-wa{
    width: 100%;
    float: left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.area-connection-whatsapp-state .connection-info-wa .cia-badge{
    border-radius: 20px;
    padding: 4px 13px;
    font-size: 13px;
    font-weight: 600;
}
.area-connection-whatsapp-state .connection-info-wa .cia-badge.badge-danger{
    background: #ffeeee;
    color: #a52020;
    border: 1px solid #a52020;
}
.area-connection-whatsapp-state .connection-info-wa .cia-badge.badge-success{
    color: #20a536;
    border: 1px solid #20a536;
    background: #f5fff5;
}

.area-connection-whatsapp-state .connection-info-wa .cia-info-number-before{

}

.area-connection-whatsapp-state .connection-info-wa .cia-heading-wa-button{
    float:left;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.area-connection-whatsapp-state .connection-info-wa .cia-heading-wa img{
    width: 28px;
    filter: invert(68%) sepia(60%) saturate(5398%) hue-rotate(105deg) brightness(103%) contrast(80%);
}

.area-connection-whatsapp-state .connection-info-wa .cia-heading-wa h3{
    margin: 0;
    color: #1d1c1c;
    font-size: 18px;
}

.area-connection-whatsapp-state .connection-info-wa .cia-info-ondisconnected{

}
.area-connection-whatsapp-state .connection-info-wa .cia-info-ondisconnected p{
    font-size: 14px;
    color: #5b5b5b;
    margin-bottom: 10px;
}
.area-connection-whatsapp-state .connection-info-wa .cia-info-ondisconnected p:last-child{
    margin-bottom: 0px;
}
.area-connection-whatsapp-state .connection-info-wa .cia-info-ondisconnected p b{
    
}

.area-connection-whatsapp-state .connection-info-wa .cia-info-number{
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}

.area-connection-whatsapp-state .connection-info-wa .cia-info-number .follow-up{
    background: #ebebeb;
    color: #5b5b5b;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 6px 18px;
    border-radius: 25px;
    font-size: 12px;
    font-weight: 600;
    transition: all ease .3s;
    margin-top: 5px;
}

.area-connection-whatsapp-state .connection-info-wa .cia-info-number .follow-up:hover{
    background: #d4d4d4;
}

.area-connection-whatsapp-state .connection-info-wa .cia-info-number b{

}

.area-connection-whatsapp-state .connection-info-wa .cia-info-number p{
    margin: 0;
}

.area-connection-whatsapp-state .connection-info-wa .cia-info-number small{
    color: gray;
}

.whatsapp-area-notification-templates{
    margin-bottom: 20px;
}

.whatsapp-area-notification-templates .toolbar {
    width: 100% !important;
    height: 45px;
    background-color: #f1f2f4;
    border-radius: 5px;
    padding-left: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    scrollbar-width: auto;
    scrollbar-color: #262626 #ffffff;
    /* overflow-x: auto; */
    /* overflow-y: initial; */
    margin-bottom: 10px;
    overflow: initial;
}

/* Chrome, Edge, and Safari */
.whatsapp-area-notification-templates .toolbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.whatsapp-area-notification-templates .toolbar::-webkit-scrollbar-track {
    background: #ffffff;
}

.whatsapp-area-notification-templates .toolbar::-webkit-scrollbar-thumb {
    background-color: #606060;
    border-radius: 5px;
    border: 3px solid #ffffff;
    cursor: pointer;
}
.whatsapp-area-notification-templates .toolbar::-webkit-scrollbar-thumb:hover{
    background-color: #000;
}

.whatsapp-area-notification-templates .toolbar .item:first-child {
    border-radius: 3px 0 0 0;
}
.whatsapp-area-notification-templates .toolbar .item:hover {
    color: #000000;
}
.whatsapp-area-notification-templates .toolbar .item {
    /* float: left; */
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: all .5s;
    width: 30px;
    font-size: 14px;
    text-align: center;
}
.whatsapp-area-notification-templates .toolbar .item[data-tool="italic"]{
    font-style: italic;
}
.whatsapp-area-notification-templates .toolbar .item[data-tool="striketrhough"]{
    text-decoration: line-through;
}

.whatsapp-area-notification-templates .toolbar .btn-group{
    border-left: 1px solid #dadada;
    margin-left: 10px;
    padding-left: 5px;
    outline: none !important;
}

.whatsapp-area-notification-templates .toolbar .btn-group .btn{
    box-shadow: none !important;
}

.whatsapp-area-notification-templates .toolbar .btn-group .btn .dropdown-item{
    font-size: 13px !important;
}

.whatsapp-area-notification-templates .toolbar+textarea {
    border-top: none;
    border-radius: 0 0 3px 3px;
    height: 150px;
    resize: none;
    border: 2px solid #f2f2f2;
    padding: 10px;
    width: 100% !important;
    line-height: 22px;
}

.whatsapp-area-notification-templates .area-editor-toolbar textarea {
    border-top: none;
    height: 225px;
    resize: none;
    border: 2px solid #f2f2f2;
    padding: 15px;
    width: 100% !important;
    line-height: 22px;
    transition: 0.1s linear;
    border-radius: 8px;
}
.whatsapp-area-notification-templates .area-editor-toolbar textarea:hover {
    border: 2px solid #c0c6cc;
}
.whatsapp-area-notification-templates .area-editor-toolbar textarea:focus {
    box-shadow: inset 0px 1px 5px 0px #0000003d;
    border: 2px solid #7b7b7b !important;
}

.whatsapp-area-notification-templates .area-editor-toolbar{
    position: relative;
}

.whatsapp-area-notification-templates .popout-effect {
    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);
    }
}
.whatsapp-area-notification-templates .popout-effect[data-pop="pop-swirl"] {
    transform: scale(0);
    transition: all .3s ease-in-out;
}
.whatsapp-area-notification-templates .popout-effect[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;
}
.whatsapp-area-notification-templates .popout-effect[data-pop="pop-swirl"].show ~ #overlay {
    opacity: 1;
    visibility: visible;
    z-index: 100;
}
.whatsapp-area-notification-templates .char-counter{
    position: absolute;
    bottom: 16px;
    right: 7px;
    background: #f2f2f2;
    border-radius: 0.5em;
    border: 1px solid #e4e4e4;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #7488a5;
}

.entity-choosers-lists{
    padding-top: 15px;
}
.entity-choosers-lists .ecl-choosers-parents{
    display: flex;
    margin: 0 auto;
    max-width: 400px;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* margin-bottom: 15px; */
}
.entity-choosers-lists .ecl-choosers-parents .ecl-choosers-divider{

}
.entity-choosers-lists .ecl-choosers-parents .ecl-choosers-child{
    border: 1px solid #ccc;
    background: white;
    padding: 10px;
    text-decoration: none;
    color: #717171;
    font-weight: 500;
    border-radius: 10px;
    width: 170px;
    text-align: center;
    transition: all ease .3s;
}
.entity-choosers-lists .ecl-choosers-parents .ecl-choosers-child:first-child{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 0px;
}
.entity-choosers-lists .ecl-choosers-parents .ecl-choosers-child:last-child{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-left: 0px;
}
.entity-choosers-lists .ecl-choosers-parents .ecl-choosers-child.active{
    font-weight: 600;
    background: #e6710f;
    color: white;
    border-color: #c75e05;
}

.frame-loading-pls{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.frame-loading-pls img{
    width: 150px;
}

#modal-followuptemplate{

}

#modal-followuptemplate .modal-header, #modal-livechatwidgetsettings .modal-header, 
#modal-sendtestmessage .modal-header, #modal-livechatwidgetsettings .modal-header{
    border-bottom: none;
    margin-bottom: -10px;
    padding-left: 22px;
    padding-top: 22px;
}
#modal-followuptemplate .modal-title, #modal-livechatwidgetsettings .modal-title, 
#modal-sendtestmessage .modal-title, #modal-livechatwidgetsettings .modal-title{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
#modal-followuptemplate .modal-title img, #modal-livechatwidgetsettings .modal-title img, 
#modal-sendtestmessage .modal-title img, #modal-livechatwidgetsettings .modal-title img{
    width: 28px;
    filter: invert(68%) sepia(60%) saturate(5398%) hue-rotate(105deg) brightness(103%) contrast(80%);
}

#modal-followuptemplate .modal-title span, #modal-livechatwidgetsettings .modal-title span, 
#modal-sendtestmessage .modal-title span, #modal-livechatwidgetsettings .modal-title span{
    
}

/* Style For Followup Modal Pop */
.followup-ol-tabs-frame-card{
    max-width: 1120px;
}
.followup-ol-tabs-frame{
    padding: 20px;
    cursor: default;
}
.followup-ol-tabs-frame .head-followup-ol-tabs-frame{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.followup-ol-tabs-frame .head-followup-ol-tabs-frame h4{
    
}
.followup-ol-tabs-frame .head-followup-ol-tabs-frame b{
    font-size: 14px;
}
.followup-ol-tabs-frame .head-followup-ol-tabs-frame b span{
    font-size: 14px;
}
.followup-ol-tabs-frame .followup-ol-tabs-frame-header{
    padding-top: 0px;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #434343;
}
.followup-ol-tabs-frame .tabs-by-self{
    margin-top: 0px;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #e3e3e3;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    margin-top: 0px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li{
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li a{
    background: #f7f7f7;
    padding: 10px;
    font-size: 13px;
    color: #434343;
    border-top: 5px solid #c3c3c3;
    word-break: keep-all;
    width: 100%;
    display: block;
    text-align: center;
    border-right: 0.5px solid #e3e3e3;
    font-size: 14px;
    text-decoration: none;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li a:hover{
    background: #f7f7f7;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li a.active{
    background: #FFFFFF;
    /* border-top: 5px solid #0099D9; */
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: -1px;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li a.enabled{
    border-top: 5px solid #0099d9;
    /* border-bottom: 1px solid #ffffff; */
    /* margin-bottom: -1px; */
    text-decoration: none;
    color: #1d1c1c;
    font-size: 14px;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li a.disabled{
    border-top: 5px solid #ab2825;
    /* border-bottom: 1px solid #ffffff; */
    /* margin-bottom: -1px; */
    text-decoration: none;
    color: #1d1c1c;
    font-size: 14px;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li:first-child a{
    margin-left: 0px;
    border-left: 1px solid #e3e3e3;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li a:hover{
    background: #efefef;
    /* border-top: 5px solid #FF5722; */
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li a.active:hover{
    background: #ffffff;
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li a.enabled:hover{
    /* background: #ffffff;
    border-top: 5px solid #0099d9; */
}
.followup-ol-tabs-frame .tabs-by-self .menubar-tabs-by-selft li a.active{

}
.followup-ol-tabs-frame .tabs-by-self .contentbar-tabs-by-selft{
    padding: 20px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    display: none;
    position: relative;
}
.followup-ol-tabs-frame .tabs-by-self .contentbar-tabs-by-selft.active{
    display: block;
}
.followup-ol-tabs-frame .tabs-by-self .contentbar-tabs-by-selft textarea{
    border: 1px solid #dadee1;
    padding: 15px;
    height: 228px;
    font-size: 13px;
    line-height: 17px;
    color: #242424;
    border-radius: 4px;
    resize: none;
}
.followup-ol-tabs-frame .tabs-by-self .contentbar-tabs-by-selft textarea:focus{
    border: 1px solid #5bcdff;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text{
    padding: 20px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    /* display: none; */
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .left-area{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .left-area .area-template-list{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .left-area .area-template-list .template-list-applied{
    border: 1px solid #d9dde1;
    font-size: 13px;
    height: 40px;
    border-right: 0px;
    cursor: pointer;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    text-indent: 10px;
    width: 200px;
    box-shadow: none;
    outline: none !important;
    margin-right: -3px;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .left-area .area-template-list .template-list-applied:focus{
    outline: none;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme{
    border: 1px solid #d9dde1;
    background: #f5f5f5;
    color: #666666;
    font-size: 13px;
    line-height: 0.5;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme.disabled{
    pointer-events: none;
}

.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme .preloader-wrapper.small{
    width: 15px;
    height: 15px;
    margin-top: -4px;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme .preloader-wrapper .spinner-green-only{
    border-color: #aaaaaa !important;
}

.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme:hover{
    background: #f0f0f0;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme.template-applied{

}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme.emoji-applied{
    margin-left: 10px;
    border-radius: 4px;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme.upload-applied{
    margin-left: 10px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    padding-left: 25px;
    padding-right: 25px;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme.remove-image-applied{
    margin-left: 10px;
    height: 40px;
    text-align: center;
    border-radius: 4px;
    padding-left: 25px;
    padding-right: 25px;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme.image-preview-applied{
    margin-left: 10px;
    text-align: center;
    padding: 5px;
    /* margin-top: 5px; */
    padding: 0px;
    border-radius: 0.5em !important;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme.image-preview-applied img{
    height: 38px;
    border-radius: 0.5em;
}
.followup-ol-tabs-frame .tabs-by-self .panel-after-followup-text .btn_applied_theme.reset-wa-applied{
    height: 40px;
    border-radius: 4px;
}
.done-uploading-images{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text{
    padding: 20px;
    border-left: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    /* display: none; */
    padding-top: 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 30px;
    border-bottom: 1px solid #e3e3e3;
    height: 95px;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-area{

}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-area .label-standart{
    font-size: 15px;
    color: #434343;
    font-weight: 600;
    margin-bottom: 12px;
    display: block;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-area select{
    border: 1px solid #d9dde1;
    font-size: 13px;
    height: 40px;
    cursor: default;
    /* width: 200px; */
    width: auto;
    text-indent: 7px;
    border-radius: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-area select.disabled{
    pointer-events: none;
    background: #cfcfcf;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-area select:disabled{
    pointer-events: none;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-area select:focus{
    outline: none;
}

.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input{

}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input .label-standart{
    font-size: 17px;
    color: #434343;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input .panel-sub-footer-day-input-content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input .decoration-arrow{
    margin-right: 10px;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input .decoration-arrow i{
    color: #d0d0d0;
}

.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input .input-day-hour-frame{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
    width: 150px;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input .input-day-hour-frame .title{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    color: #666666;
    border: 1px solid #d9dde1;
    width: 79px;
    flex: none;
    height: 40px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input .input-day-hour-frame .title span{
    font-size: 13px;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input .input-day-hour-frame .title i{
    font-size: 18px;
    margin-left: 10px;
    cursor: help;
}
.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-day-input .input-day-hour-frame select{
    border: 1px solid #d9dde1;
    font-size: 13px;
    height: 40px;
    padding-bottom: 8px;
    cursor: default;
    border-left: none;
    flex: none;
    width: 65px;
    text-indent: 6px;
    outline: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

/* SWITCH STYLE COMMON */
.switch-custom {
    position: relative;
    display: block;
    vertical-align: top;
    width: 65px;
    height: 22px;
    padding: 3px;
    margin: 0 10px 10px 0;
    background: linear-gradient(to bottom, #eeeeee, #FFFFFF 25px);
    background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF 25px);
    border-radius: 18px;
    box-shadow: inset 0 -1px white, inset 0 1px 1px rgb(0 0 0 / 5%);
    cursor: pointer;
    box-sizing: content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
    content: attr(data-off);
    right: 11px;
    color: #ab2925;
    text-shadow: 0 1px rgb(255 255 255 / 50%);
    transform: none !important;
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	border-radius: 100%;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-handle:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: linear-gradient(to bottom, #eeeeee, #FFFFFF);
	background-image: -webkit-linear-gradient(top, #eeeeee, #FFFFFF);
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
}
.switch-input:checked ~ .switch-handle {
	left: 74px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}

/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

/* Switch Flat
==========================*/
.switch-flat {
    padding: 0;
    background: #FFF;
    background-image: none;
    margin: 0 auto;
    margin-left: 15px;
    margin-bottom: 2px;
    flex: inherit;
}
.switch-flat .switch-label {
    background: #fff2f2;
    border: solid 2px #ab2925;
    box-shadow: none;
    font-size: 11px;
}
.switch-flat .switch-label:after {
    color: #ffffff;
}
.switch-flat .switch-handle {
    top: 6px;
    left: 6px;
    background: #ab2925;
    width: 15px;
    height: 15px;
    box-shadow: none;
}
.switch-flat .switch-handle:before {
    background: #ab2925;
}
.switch-flat .switch-input:checked ~ .switch-label {
    background: #0081e3;
    border-color: #0471c3;
}
.switch-flat .switch-input:checked ~ .switch-handle {
    left: 43px;
    background: #ffffff;
    box-shadow: none;
}
.switch-flat .switch-input:checked ~ .switch-handle:before{
    background: #ffffff;
}

.panel-sub-footer-area-frame-switch{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.panel-sub-footer-area-frame-switch label{

}
.panel-sub-footer-area-frame-switch .title-switch{
    font-size: 13px;
}

.list-color-btn-theme-widget{
    display: flex;
    gap: 6px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
}
.list-color-btn-theme-widget .color-btn {
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px !important;
    padding: 1px 5px 1px 1px !important;
    /* cursor: default; */
    /* background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#dddddd)) !important; */
}
.list-color-btn-theme-widget .color-btn.color-btn-left{
    /* padding-left: 35px !important; */
    padding-left: 1px !important;
}
.list-color-btn-theme-widget .color-btn.color-btn-left b{
    position: absolute;
    left: 0 !important;
    top: 0px !important;
    width: 28px !important;
    height: 100% !important;
    border-bottom-left-radius: 1px !important;
    border-top-left-radius: 1px !important;
    border-left: 1px solid transparent !important;
    border-top: none !important;
    border-bottom: none !important;
}
.s-c-p .s-c-p-sample{
    font-size: 12px !important;
    line-height: 13px !important;
    height: auto !important;
    padding: 4px 0px 4px 0 !important;
    background: white !important;
    color: black !important;
}
.s-c-p .s-c-p-sample:hover{
    color: #818181 !important;
}

.content-with-sidebar-static{
    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-static .simple-content-static{
    padding: 30px;
}

.content-with-sidebar-static .simple-content-static h1, .content-with-sidebar-static .simple-content-static h2, .content-with-sidebar-static .simple-content-static h3, .content-with-sidebar-static .simple-content-static h4{
    margin-bottom: 0px;
}

.content-with-sidebar-static .simple-content-static p{
    margin-bottom: 15px;
    word-break: break-all;
}

.content-with-sidebar-static .simple-content-static .ql-font-monospace{
    font-family: Monaco, Courier New, monospace;
}

.content-with-sidebar-static .simple-content-static .ql-font-serif{
    font-family: Georgia, Times New Roman, serif;
}

.content-with-sidebar-static .simple-content-static p img{
    max-width: 100%;
}

.content-with-sidebar-static .simple-content-static p:last-child{
    margin-bottom: 0px;
}

.content-with-sidebar-static .simple-content-static br{
    display: none;
}

.content-with-sidebar-static .simple-content-static .page-header{
    margin-bottom: 20px;
}

.content-with-sidebar-static .simple-content-static .page-header h1{
    font-weight: 600;
}

.content-with-sidebar-static .simple-content-static h1{
    font-size: 2.1rem;
}
.content-with-sidebar-static .simple-content-static h2{
    font-size: 1.9rem;
}
.content-with-sidebar-static .simple-content-static h3{
    font-size: 1.6rem;
}
.content-with-sidebar-static .simple-content-static h4{
    font-size: 1.3rem;
}

.followup-ol-tabs-frame .tabs-by-self .sub-footer-followup-text .panel-sub-footer-area .auto_send_error_msg{
    color: red;
    display: none;
    margin-top: 5px;
    font-size: 12px;
    font-style: italic;
}

.banner-is-required-msg{
    color: red;
    font-style: italic;
    margin-top: -10px;
    display: none;
}

.followup-ol-tabs-frame .tabs-by-self .contentbar-tabs-by-selft .char-counter{
    position: absolute;
    bottom: 12px;
    right: 7px;
    background: #f2f2f2;
    border-radius: 0.5em;
    border: 1px solid #e4e4e4;
    padding: 0px 10px;
    font-size: 10px;
    font-weight: bold;
    color: #7488a5;
    bottom: 35px;
    right: 40px;
}

.ql-editor.ql-blank::before{
    font-style: normal !important;
}

.frame-quill-editor{
    position: relative;
}

.frame-quill-editor .char-counter{
    position: absolute;
    bottom: 16px;
    right: 7px;
    background: #f2f2f2;
    border-radius: 0.5em;
    border: 1px solid #e4e4e4;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #6e6e6e;
}

.only-counting-text{
    position: relative;
}

.only-counting-text .char-counter{
    position: absolute;
    background: #f2f2f2;
    border-radius: 0.5em;
    border: 1px solid #e4e4e4;
    padding: 0px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #6e6e6e;
    transition: all ease .3s;
}

.only-counting-text .char-counter.outofrecomendedlen{
    background: #d10000 !important;
    border: 1px solid #d10000 !important;
    color: #fff !important;
}

.only-counting-text.oct-text .char-counter{
    bottom: 9px;
    right: 7px;
}

.only-counting-text.oct-textarea .char-counter{
    bottom: 10px;
    right: 7px;
}

.only-counting-text.oct-textarea textarea{
    resize: none;
}

.detil-game .popover-custom{
    left: -85px;
}

.area-denom-product-items{
    margin-top: 20px;
    margin-bottom: 0;
}
.area-denom-product-items .empty-area{
    display: flex;
    padding: 40px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    padding-top: 20px;
}
.area-denom-product-items .empty-area b{
    color: #141414;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 90.909% */
}
.area-denom-product-items .empty-area span{
    color: #363636;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 125% */
}
.area-denom-product-items .adpi-headers-and-filters{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    /* display: flex; */
    gap: 15px;
}

.area-denom-product-items .adpi-headers-and-filters .act-button{
    border-radius: 5px;
    border: 1px solid #C46415;
    background: #E6700F;
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
}
.area-denom-product-items .adpi-headers-and-filters .act-button:hover{
    background: #c25c08;
}

.area-denom-product-items .adpi-headers-and-filters .items-tabslink{
    display: flex;
    gap: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.area-denom-product-items .adpi-headers-and-filters .items-tabslink a{
    border: 1px solid #d7d7d7;
    padding: 9px 15px;
    border-radius: 5px;
    text-decoration: none;
    color: #525151;
    transition: all ease .3s;
}
.area-denom-product-items .adpi-headers-and-filters .items-tabslink a:hover{
    background: #f8f8f8;
}
.area-denom-product-items .adpi-headers-and-filters .items-tabslink a.active{
    border-color: #fabf8d;
    background: #fff6ef;
    color: #472203;
}
.area-denom-product-items .adpi-headers-and-filters .items-filters{
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #d7d7d7;
    padding: 8px 15px;
    border-radius: 5px;
    gap: 5px;
}
.area-denom-product-items .adpi-headers-and-filters .items-filters i{
    color: #a5a5a5;
}
.area-denom-product-items .adpi-headers-and-filters .items-filters input{
    border: none;
    flex: 1;
    box-shadow: none !important;
    outline: none !important;
}
.area-denom-product-items .adpi-contents{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
    /* border: 1px solid #d9d9d9; */
    /* border-radius: 5px; */
    margin-top: 20px;
}
.area-denom-product-items .adpi-contents .adpi-game-item{
    border: 1px solid #d9d9d9;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 17px;
}
.area-denom-product-items .adpi-contents .adpi-game-item img{
    width: 90px;
    border-radius: 8px;
    height: 90px;
}
.area-denom-product-items .adpi-contents .adpi-game-item .adpi-game-info{
    flex: 1;
    /* padding-top: 8px; */
    /* padding-bottom: 8px; */
    padding-right: 10px;
}
.area-denom-product-items .adpi-contents .adpi-game-item .adpi-game-info b{
    font-size: 16px;
    color: #1f1e1e;
    font-weight: 600;
}
.area-denom-product-items .adpi-contents .adpi-game-item .adpi-game-info p{
    margin: 0;
    font-size: 14px;
    color: #5f5e5e;
    font-style: italic;
}
.area-denom-product-items .adpi-contents .adpi-game-item .adpi-game-info p strong{
    color: #5f5e5e;
}
.area-denom-product-items .adpi-contents .adpi-game-item .adpi-game-info small.adpi-game-badge{
    display: inline-block;
    font-weight: 600;
    font-size: 11px;
    border-radius: 15px;
    padding: 1px 21px;
}
.area-denom-product-items .adpi-contents .adpi-game-item .adpi-game-info small.adpi-game-badge.success{
    border: 1px solid #aad7b5;
    background: #d3edd9;
    color: #155724;
}
.area-denom-product-items .adpi-contents .adpi-game-item .adpi-game-info small.adpi-game-badge.danger{
    border: 1px solid #d7aab4;
    background: #f7d7d9;
    color: #721c24;
}
.area-denom-product-items .adpi-contents .adpi-game-actions{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-right: 15px;
    gap: 8px;
}
.area-denom-product-items .adpi-contents .adpi-game-actions a{
    color: #373737;
    text-decoration: none;
    font-weight: 600;
    background: #f0f0f0;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 12px;
    transition: all ease .3s;
}
.area-denom-product-items .adpi-contents .adpi-game-actions a.disabled{
    pointer-events: none !important;
    background: #ededed;
    color: #ababab;
}
.area-denom-product-items .adpi-contents .adpi-game-actions a:hover{
    background: #dedede;
}
.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent label{
    font-size: 13px;
    font-weight: 600;
    width: 17px;
}

.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent .switch-uniplay{
    height: .8rem;
    width: 2.4rem;
}

.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent .switch-uniplay:disabled{
    pointer-events: none;
    background-color: #d0d0d0;
}
.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent .switch-uniplay:disabled::before{
    pointer-events: none;
    background-color: #8f8f8f;
    border-color: #868686;
}

.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent .switch-uniplay.loading{
    pointer-events: none;
}
.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent .switch-uniplay.loading::before{
    pointer-events: none;
}

.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent .switch-uniplay::before{
    left: calc(.7rem - .8rem);
    top: calc(1.1rem - 1.3rem);
    height: 1.3rem;
    width: 1.3rem;
    background-color: #ad0a0a;
    border-color: #ad0a0a;
    transform: translateX(100%);
}

.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent .switch-uniplay{
    background-color: #f3bfbf;
}
.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent .switch-uniplay:checked{
    background-color: #bfd3f4;
}

.area-denom-product-items .adpi-contents .adpi-game-actions .adpi-switch-parent .switch-uniplay:checked::before{
    transform: translateX(0%);
    background: #1a66e6;
    border-color: #1a66e6;
}

.area-denom-product-items .adpi-contents .adpi-denom-item{
    border: 1px solid #d9d9d9;
    border-radius: 9px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: 17px;
    padding: 12px 16px;
}

.area-denom-product-items .adpi-contents .adpi-denom-item.expired{
    border: 1px solid #D9D9D9;
    background: #F9F9F9;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .left-info{
    display: flex;
    min-width: 90px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .left-info b{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    gap: 5px;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .left-info b span{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100px;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .left-info a.ascopyicon{
    font-size: 12px;
    width: 24px;
    height: 24px;
    color: #C5CACE;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #C5CACE;
    background: #FFF;
    transition: all ease .2s;
    text-decoration: none !important;   
}
.area-denom-product-items .adpi-contents .adpi-denom-item .left-info a.ascopyicon:hover{
    border: 1px solid #E6700F;
    background: #E6700F;
    color: white;
}
.area-denom-product-items .adpi-contents .adpi-denom-item .actions a.asicon:hover i.fas.fa-trash-alt {
    color: rgb(233, 19, 19);
}

.area-denom-product-items .adpi-contents .adpi-denom-item .left-info span.desc{
    color: #49CA3E;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.area-denom-product-items .adpi-contents .adpi-denom-item .left-info span.usage{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.area-denom-product-items .adpi-contents .adpi-denom-item .product-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .product-info small{
    color: var(--Grays-Gray, var(--Grays-Gray, #8E8E93));
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 200% */
}

.area-denom-product-items .adpi-contents .adpi-denom-item .product-info b{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.area-denom-product-items .adpi-contents .adpi-denom-item .product-info span{
    color: #595959;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.area-denom-product-items .adpi-contents .adpi-denom-item .actions{
    display: flex;
    width: 242.051px;
    justify-content: flex-end;
    align-items: center;
    gap: 14px;
    align-self: stretch;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .actions a.asbtn{
    border-radius: 20px;
    background: #F0F0F0;
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #373737;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 150% */
}

.area-denom-product-items .adpi-contents .adpi-denom-item .actions a.asbtn:hover{
    background: #dbdbdb;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .actions a.asicon{
    /* width: 18px;
    height: 18px; */
    flex-shrink: 0;
    color: #C5CACE;
    font-size:18px;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent label{
    font-size: 13px;
    font-weight: 600;
    width: 17px;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent .switch-uniplay{
    height: .8rem;
    width: 2.4rem;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent .switch-uniplay:disabled{
    pointer-events: none;
    background-color: #d0d0d0;
}
.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent .switch-uniplay:disabled::before{
    pointer-events: none;
    background-color: #8f8f8f;
    border-color: #868686;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent .switch-uniplay.loading{
    pointer-events: none;
}
.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent .switch-uniplay.loading::before{
    pointer-events: none;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent .switch-uniplay::before{
    left: calc(.7rem - .8rem);
    top: calc(1.1rem - 1.3rem);
    height: 1.3rem;
    width: 1.3rem;
    background-color: #ad0a0a;
    border-color: #ad0a0a;
    transform: translateX(100%);
}

.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent .switch-uniplay{
    background-color: #f3bfbf;
}
.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent .switch-uniplay:checked{
    background-color: #bfd3f4;
}

.area-denom-product-items .adpi-contents .adpi-denom-item .adpi-switch-parent .switch-uniplay:checked::before{
    transform: translateX(0%);
    background: #1a66e6;
    border-color: #1a66e6;
}


.area-denom-product-items .adpi-pagination{
    margin-top: 20px;
}
.area-denom-product-items .adpi-pagination .pagination{
    margin: 0px;
}
.area-denom-product-items .adpi-pagination .pagination li{
    
}
.area-denom-product-items .adpi-pagination .pagination li .page-link{
    border: 1px solid #c56414;
    color: #e6700f;
    outline: none !important;
    box-shadow: none !important;
}
.area-denom-product-items .adpi-pagination .pagination li .page-link:hover{
    background-color: #e6710f14;
}
.area-denom-product-items .adpi-pagination .pagination li.active .page-link{
    background: #e6700f;
    color: white;
}

.table-integrated-modal{

}
.table-integrated-modal thead{

}
.table-integrated-modal thead tr{
    border-top: 1px solid #ececec;
    height: 58px;
}
.table-integrated-modal thead tr th{
    padding-top: 13px;
    padding-bottom: 13px;
    color: #232323;
    font-size: 15px;
}
.table-integrated-modal tbody{

}
.table-integrated-modal tbody tr{
    border-top: 1px solid #ececec;
}
.table-integrated-modal tbody tr td{
    padding-top: 10px;
    padding-bottom: 10px;
    vertical-align: middle !important;
    font-size: 15px;
}

.table-integrated-modal thead tr th .header-area-flexsort{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.table-integrated-modal thead tr th .header-area-flexsort span{
    flex: none;
}

.table-integrated-modal thead tr th .header-area-flexsort input.percentage-global-denom{
    width: 39px;
    min-width: auto;
    flex: none;
    outline: none !important;
    box-shadow: none !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.table-integrated-modal tbody tr td .header-area-flexsort{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.table-integrated-modal tbody tr td .header-area-flexsort .drag-sort-area{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    cursor: grab;
}
.table-integrated-modal tbody tr td .header-area-flexsort .drag-sort-area i{
    color: #c5cace;
    transition: all ease .3s;
}

.table-integrated-modal thead tr th:first-child{
    padding-left: 15px;
}
.table-integrated-modal thead tr th:last-child{
    padding-right: 15px;
}

.table-integrated-modal tbody tr td:first-child{
    padding-left: 15px;
}
.table-integrated-modal tbody tr td:last-child{
    padding-right: 15px;
}

.table-integrated-modal tbody tr td input[type="text"]{
    font-size: 15px;
    height: auto;
    padding-top: 3px;
    padding-bottom: 3px;
    width: auto;
}

.table-integrated-modal tbody tr:last-child{
    /* border-bottom: 1px solid #ececec; */
    border-bottom: none;
}

#custom_denom_pricing .modal-header{
    border-bottom: none;
}
#custom_denom_pricing .modal-body{
    padding: 0;
}
#custom_denom_pricing .modal-footer{
    /* border-top: none; */
    border-top: 1px solid #ececec;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.w-100p{
    width: 100px !important;
}
.w-150p{
    width: 150px !important;
}

.btn-warning.btn-adjust-theme{
    color: #fff;
    background-color: #e6710f;
    border-color: #c56414;
}

.area-topup-member-reseller{

}
.area-topup-member-reseller .area-list-payment-method .child-box .button-action-payment ul li .info-top img{
    height: 15px !important;
}
.area-topup-member-reseller .area-list-payment-method .child-box .header .left img{
    height: 18px;
}
.area-topup-member-reseller .area-list-payment-method .child-box .header .left span, .area-topup-member-reseller .area-list-payment-method .child-box .header .right span{
    font-size: 13px;
}
.area-topup-member-reseller .area-list-payment-method .child-box .short-payment-support-info img{
    height: 14px;
}

.manfaat-uniplay-point{
    text-align: center;
    display: block;
    font-size: 12px;
    text-decoration: none;
    margin-top: -9px;
    margin-bottom: 10px;
    color: #e6710f;
    font-weight: 600;
}
.manfaat-uniplay-point:hover{
    text-decoration: underline;
    color: #e6710f;
}


.manfaat-uniplay-point-v4{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    margin-top: -5px;
    margin-bottom: 10px;
}

.manfaat-uniplay-point-v4 img{
    width: 15px;
}

.manfaat-uniplay-point-v4 span{

}

.manfaat-uniplay-point-v4 a{
    color: #363636;
    text-decoration: none;
    cursor: pointer;
}

.manfaat-uniplay-point-v4 a:hover {
    color: #e6710f !important;
}

.preview-thumb-dir.left{
    /* left: 180px; */
}
.preview-thumb-dir{
    /* position: absolute; */
    bottom: 0;
    width: 170px;
    margin-top: -20px;
}
.preview-thumb-dir.right{
    /* right: 180px; */
}

.pagination-stick {
    margin-top: 20px;
}
.pagination-stick a {
    /* margin: 0 5px; */
    text-decoration: none;
    cursor: pointer;
}
.pagination-stick a.current-page {
    font-weight: bold;
}

.btn-perpanjang{
    border: 1px solid #c46415;
    background: #e6700f;
    color: white;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    text-align: center;
    padding: 2px 12px;
    font-size: 14px;
    margin-top: 5px;
}
.btn-perpanjang:hover{
    background: #c25c08;
    color: white;
}

#modal-themesettings .modal-header{
    border-bottom: none;
    margin-bottom: -10px;
    padding-left: 22px;
    padding-top: 22px;
}
#modal-themesettings .modal-header .modal-title{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#modal-themesettings .modal-header .modal-title i{
    color: #5b5b5b;
    font-size: 22px;
}

.theme_list_parents{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    gap: 10px;
}
.theme_list_parents .theme_list_child{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.theme_list_parents .theme_list_child:last-child{
    /* border-bottom: none !important; */
}
.theme_list_parents .theme_list_child .tlc_name{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 7px;
}
.theme_list_parents .theme_list_child .tlc_name b{
    color: #4f4f4f;
    font-weight: 500;
    font-size: 17px;
}
.theme_list_parents .theme_list_child .tlc_name a{
    color: #e56f0f;
    font-size: 12px;
}
.theme_list_parents .theme_list_child .tlc_name a i{
    
}

.font-family-selector-parent{
    width: 180px;
}
.font-family-selector-parent .font-family-selector{
    position: relative;
    display: flex;
    width: 160px;
}
.font-family-selector-parent .font-family-selector .font-current{
    border: 1px solid #c3c3c3;
    border-radius: .25em;
    padding: 7px 13px;
    font-size: 15px;
    transition: all ease .3s;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
}
.font-family-selector-parent .font-family-selector .font-current:hover{
    
}
.font-family-selector-parent .font-family-selector .font-current span{
    flex: 1;
}
.font-family-selector-parent .font-family-selector .font-current i{
    color: #4f4f4f;
}

.font-family-selector-parent .font-family-selector ul.list_fonts{
    position: absolute;
    left: 0;
    right: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    background: white;
    border: 1px solid #c3c3c3;
    top: 35px;
    display: none;
    z-index: 1;
}
.font-family-selector-parent .font-family-selector ul.list_fonts li{
    font-size: 14px;
    padding: 4px 10px;
    border-bottom: 1px solid #f0f0f0;
    transition: all ease .3s;
    cursor: pointer;
}
.font-family-selector-parent .font-family-selector ul.list_fonts li:last-child{
    border-bottom: none !important;
}
.font-family-selector-parent .font-family-selector ul.list_fonts li:hover{
    background: #f0f0f0;
}
.font-family-selector-parent .font-family-selector ul.list_fonts li.selected{
    background: #c3c3c3;
}

.sosmed-list-customdomain{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}
.sosmed-list-customdomain a{

}
.sosmed-list-customdomain a img{
    width: 32px;
}

.info-image-pop{
    position: relative;
}
.info-image-pop i{
    color: #c5cace;
    font-size: 14px;
    cursor: help;
}
.info-image-pop i:hover, .info-image-pop i.active{
    color: #ec7f00
}
.info-image-pop .popover-custom{
    margin-left: 7px !important;
    margin-top: 5px !important;
}

.mutation-page-uniplay{

}
.mutation-page-uniplay .pname{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}
.mutation-page-uniplay .pname b{
    font-size: 15px;
}
.mutation-page-uniplay .pname small{
    font-size: 13px;
}
.mutation-page-uniplay .btn_view_mutation{
    outline: none !important;
    box-shadow: none !important;
    transition: all ease .3s;
}
.mutation-page-uniplay .btn_view_mutation:hover{
    color: #e6710f;
}

.clt-title{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
}
.clt-title h5{

}
.clt-title span{
    font-size: 12px;
    font-weight: 600;
    width: 84px;
    text-align: center;
    padding: 2px;
    border-radius: 0.5em;
    margin-left: 15px;
}
.clt-title span.badge-green{
    color: #03ac0e;
    background: #d5ffdd;
}
.clt-title span.badge-warn{
    color: #ab8103;
    background: #fff4d5;
}
.clt-title span.badge-danger{
    color: #ab0303;
    background: #ffd5d5;
}
.frame-btn-wtihdraw{
    cursor: default !important;
}

.overview-card-list{

}
.overview-card-list .card{
    border: 2px solid #e5e9ed;
    /* border-bottom: 7px solid #e5e9ed; */
    border-radius: 8px !important;
    box-shadow: 0 5px 0px #e5e9ed;
}
.overview-card-list .card-body{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.overview-card-list b.amount-of{
    font-size: 28px;
    color: #e6710f;
    font-weight: 600;
}
.overview-card-list .desc-amount-of{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.overview-card-list .desc-amount-of i{
    font-size: 18px;
}
.overview-card-list .desc-amount-of img{
    width: 20px;
}
.overview-card-list .desc-amount-of span{
    font-size: 18px;
    color: #7b7b7b;
}

.overview-card-list .desc-amount-of i.blue{
    color: #0098da;
}
.overview-card-list .desc-amount-of i.green{
    color: #3cb878;
}
.overview-card-list .desc-amount-of i.black{
    color: #000000;
}
.overview-card-list .desc-amount-of i.yellow{
    color: #deb317;
}

.overview-card-list .desc-amount-of img.blue{
    filter: invert(41%) sepia(47%) saturate(3234%) hue-rotate(171deg) brightness(97%) contrast(101%);
}
.overview-card-list .desc-amount-of img.green{
    filter: invert(56%) sepia(72%) saturate(367%) hue-rotate(96deg) brightness(94%) contrast(89%);
}
.overview-card-list .desc-amount-of img.black{
    filter: invert(0%) sepia(0%) saturate(7500%) hue-rotate(327deg) brightness(96%) contrast(104%);
}
.overview-card-list .desc-amount-of img.yellow{
    filter: invert(78%) sepia(44%) saturate(4337%) hue-rotate(8deg) brightness(106%) contrast(82%);
}

.overview-card-list.sm b.amount-of{
    font-size: 23px;
}
.overview-card-list.sm .desc-amount-of i{
    font-size: 15px;
}
.overview-card-list.sm .desc-amount-of span{
    font-size: 15px;
    color: #7b7b7b;
}

.overview-card-list.sm .desc-amount-of img{
    width: 17px;
}

.overview-card-list.sm .desc-amount-of span.infobre{
    cursor: default !important;
}
.overview-card-list.sm .desc-amount-of span.infobre i{
    font-size: 13px;
    color: #7b7b7b;
}

.area-best-seller-product{

}
.area-best-seller-product .absp-header{

}
.area-best-seller-product .absp-header h4{
    font-size: 18px;
    color: #4f4f4f;
    font-weight: 600;
}
.area-best-seller-product .absp-parent{
    margin-top: 10px;
}
.area-best-seller-product .absp-parent .absp-child{
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}
.area-best-seller-product .absp-parent .absp-child .absp-wing-left{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 10px;
}
.area-best-seller-product .absp-parent .absp-child .absp-wing-right{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 20px;
}
.area-best-seller-product .absp-parent .absp-child img{
    width: 44px;
}
.area-best-seller-product .absp-parent .absp-child .absp-sec{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    min-width: 50px;
}
.area-best-seller-product .absp-parent .absp-child .absp-sec b{
    color: #4f4f4f;
}
.area-best-seller-product .absp-parent .absp-child .absp-sec b.blue{
    color: #00579e;
}
.area-best-seller-product .absp-parent .absp-child .absp-sec small{
    color: #828282;
}
.area-best-seller-product .absp-parent .absp-child .absp-sec small.italic{
    font-style: italic;
}


.loader-customdomain {
    width: 100px;
    aspect-ratio: 1;
    display: grid;
    /* -webkit-mask: conic-gradient(from 15deg, #0000, #000); */
    animation: l26 1s infinite steps(100);
    margin-top: 20px;
    margin-bottom: 20px;
  }
.loader-customdomain,
.loader-customdomain:before,
.loader-customdomain:after{
    /* background:
      radial-gradient(closest-side at 50% 12.5%,
       #f29c1f 96%,#0000) 50% 0/20% 80% repeat-y,
      radial-gradient(closest-side at 12.5% 50%,
       #f29c1f 96%,#0000) 0 50%/80% 20% repeat-x; */
}
.loader-customdomain:before,
.loader-customdomain:after {
    content: "";
    grid-area: 1/1;
    transform: rotate(30deg);
}
.loader-customdomain:after {
    transform: rotate(60deg);
}
@keyframes l26 {
    100% {transform:rotate(1turn)}
}

/* CUSTOM DOMAIN STYLESHEETS */
.widget-custom-domain{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
}

.widget-custom-domain form{
    width: 80%;
}
.widget-custom-domain h3{
    font-size: 28px;
    color: #272727;
    font-weight: bold;
    text-align: center;
}
.widget-custom-domain h3.highlight{
	color: #e27e14;
}
.widget-custom-domain .search-domain-bar{
	margin-top: 10px;
    background: #fef9f4;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.widget-custom-domain .search-domain-bar .frame-outer-domain-bar{
	border: 2px solid #e27e14;
    border-radius: 10px;
    padding: 6px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: white;
}
.widget-custom-domain .search-domain-bar .frame-outer-domain-bar input{
    border: none;
    flex: 1;
    font-size: 18px;
    font-weight: 400;
    text-transform: lowercase;
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    text-indent: 10px;
}
.widget-custom-domain .search-domain-bar .frame-outer-domain-bar input::placeholder {
	text-transform: none !important;
}
.widget-custom-domain .search-domain-bar .frame-outer-domain-bar select{
    background: #f3f3f3;
    border-radius: 5px;
    padding: 3px;
    font-size: 17px;
    padding-left: 9px;
    padding-right: 26px;
    -webkit-appearance: none;
    font-weight: 400;
    cursor: pointer;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBkPSJNMjMzLjQgNDA2LjZjMTIuNSAxMi41IDMyLjggMTIuNSA0NS4zIDBsMTkyLTE5MmMxMi41LTEyLjUgMTIuNS0zMi44IDAtNDUuM3MtMzIuOC0xMi41LTQ1LjMgMEwyNTYgMzM4LjcgODYuNiAxNjkuNGMtMTIuNS0xMi41LTMyLjgtMTIuNS00NS4zIDBzLTEyLjUgMzIuOCAwIDQ1LjNsMTkyIDE5MnoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position-x: 87%;
    background-position-y: 11px;
    background-size: 12px;
    outline: none !important;
    box-shadow: none !important;
    border-color: transparent;
    text-transform: none !important;
    color: black !important;
}
.widget-custom-domain .search-domain-bar .frame-outer-domain-bar button{
    border-radius: 5px;
    background: #e17d13;
    color: white;
    border-color: #e17d13;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    transition: all ease .3s;
    height: auto !important;
    padding: 3px 11px;
    outline: none !important;
    box-shadow: none !important;
}
.widget-custom-domain .search-domain-bar .frame-outer-domain-bar button.disabled-submit{
	pointer-events: none;
	background: #b1b1b1 !important;
    border-color: #b1b1b1 !important;
}
.widget-custom-domain .search-domain-bar .frame-outer-domain-bar button:hover{
	background: #ff982b;
	border-color: #ff982b;
}
.customdomain-alert-lists{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 80%;
}
.customdomain-alert-lists.hide{
    display: none;
}
.customdomain-alert-lists .alert-cs{
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    /* background: ghostwhite; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.customdomain-alert-lists .alert-cs img{
	width: 24px;
    height: 24px;
    object-fit: contain;
}
.customdomain-alert-lists .alert-cs i{
	font-size: 18px;
}
.customdomain-alert-lists .alert-cs span{
	font-size: 16px;
    font-weight: 400;
}
.customdomain-alert-lists .alert-cs span b{
	
}

.customdomain-alert-lists .alert-cs.important-alert{
	background: #e68e31;
    color: #580000;
}
.customdomain-alert-lists .alert-cs.important-danger{
	background: #fdf3f3;
    color: #580000;
}
.customdomain-alert-lists .alert-cs.important-success{
	background: #f3fdf4;
    color: #005901;
}
.customdomain-alert-lists .alert-cs.important-info{
	background: #f3fafd;
    color: #003558;
}

.domain-available-box{
    width: 80%;
    background: #e17d13;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px;
    margin-bottom: 15px;
}
.domain-available-box h5{
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
}
.domain-available-box .domain-ava-detils{
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.domain-available-box .domain-ava-detils p{
	color: #636262;
    font-size: 18px;
    font-weight: 400;
    /* margin: 10px; */
    display: block;
    padding: 25px;
    padding-bottom: 0;
    padding-top: 20px;
}
.domain-available-box .domain-ava-detils .pricing-domain{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
}
.domain-available-box .domain-ava-detils .pricing-domain .pd-left{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.domain-available-box .domain-ava-detils .pricing-domain .pd-left img{
    width: 30px;
    filter: invert(91%) sepia(12%) saturate(1731%) hue-rotate(312deg) brightness(107%) contrast(101%);
}
.domain-available-box .domain-ava-detils .pricing-domain .pd-left b{
	font-size: 18px;
    color: #303030;
    font-weight: 500;
}
.domain-available-box .domain-ava-detils .getthis-domain{
    border-radius: 5px;
    background: #e17d13;
    color: white;
    border-color: #e17d13;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    transition: all ease .3s;
    padding: 8px 14px;
    text-decoration: none;
}
.domain-available-box .domain-ava-detils .getthis-domain i{
	
}
.domain-available-box .domain-ava-detils .getthis-domain span{
	
}
.domain-available-box .domain-ava-detils .getthis-domain:hover{
	background: #ff982b;
    border-color: #ff982b;
}
.domain-available-box .benefit-domain{
	padding: 20px;
}
.domain-available-box .benefit-domain .benefit-lists{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
}
.domain-available-box .benefit-domain b{
	font-size: 18px;
    font-weight: 500;
    color: #3f3f3f;
    margin-bottom: 10px;
    display: block;
}
.domain-available-box .benefit-domain .benefit-lists ul{
	margin: 0;
    padding: 0;
}
.domain-available-box .benefit-domain .benefit-lists ul li{
    font-size: 13px;
    color: #636262;
    font-weight: 400;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
	margin-bottom: 5px;
}
.domain-available-box .benefit-domain .benefit-lists ul li i{
	color: #61c67a;
	font-size: 18px;
}

.self-domain-howto{

}
.self-domain-howto .trigger-howtoself{
    color: #3e3d3d;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.self-domain-howto .trigger-howtoself:hover{
	/* font-weight: 500; */
	color: #000000;
}

.self-domain-howto .content-howtoself{
	background: #f3fafd;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}
.self-domain-howto .content-howtoself.hide{
	display: none;
}
.self-domain-howto .content-howtoself .heading-content{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.self-domain-howto .content-howtoself .heading-content i{
	color: #003558;
	font-size: 18px;
}
.self-domain-howto .content-howtoself .heading-content h5{
	color: #003558;
    font-size: 18px;
    margin: 0;
}
.self-domain-howto .content-howtoself .area-content{

}
.self-domain-howto .content-howtoself .area-content p{
    color: #003558;
    font-weight: 400;
    margin: 0px;
    line-height: 18px;
}

.grecaptcha-badge { 
    visibility: hidden !important;
}

@media (max-width: 600px) {
    /* CSS rules here */

	.widget-custom-domain{
		padding-left: 0px;
		padding-right: 0px;
	}
	.widget-custom-domain .search-domain-bar{
		width: 100%;
	}
	.domain-available-box{
		width: 100%;
	}
	.widget-custom-domain .search-domain-bar{
		padding: 10px;
		margin-top: 10px;
	}
	.widget-custom-domain .search-domain-bar .frame-outer-domain-bar{
		padding: 6px;
	}
	.widget-custom-domain .search-domain-bar .frame-outer-domain-bar input{
		width: 100%;
		flex: 1;
		font-size: 15px;
	}
	.widget-custom-domain h3{
        font-size: 23px;
        margin-bottom: 3px;
	}
	.widget-custom-domain .search-domain-bar .frame-outer-domain-bar select{
	    padding: 3px;
		font-size: 14px;
		padding-left: 10px;
		padding-right: 23px;
		background-position-x: 89%;
		background-position-y: 9px;
		background-size: 11px;
	}
	.widget-custom-domain .search-domain-bar .frame-outer-domain-bar button{
		font-size: 15px;
		padding: 5px 10px;
		gap: 5px;
	}
	.widget-custom-domain .search-domain-bar .frame-outer-domain-bar button i{
		font-size: 13px;
	}
	.customdomain-alert-lists{
		width: 100%;
        margin-top: 5px;
        margin-bottom: 5px;
	}
	.customdomain-alert-lists .alert-cs{
		width: 100%;
	}
	.customdomain-alert-lists .alert-cs span{
		font-size: 14px;
	}
	.customdomain-alert-lists .alert-cs i{
		font-size: 14px;
	}
	.domain-available-box h5{
		font-size: 15px;
	}
	.domain-available-box .domain-ava-detils .pricing-domain{
		flex-direction: column;
		gap: 10px;
	}
	.domain-available-box .domain-ava-detils p{
		font-size: 16px;
		text-align: center;
	}
	.domain-available-box .domain-ava-detils .pricing-domain .pd-left b{
		font-size: 19px;
	}
	.domain-available-box .domain-ava-detils .pricing-domain .pd-left img{
		width: 28px;
	}
	.domain-available-box .domain-ava-detils .getthis-domain{
		font-size: 15px;
	}
	.domain-available-box .benefit-domain b{
		font-size: 14px;
	}
	.domain-available-box .benefit-domain .benefit-lists{
		flex-direction: column;
	}
	.self-domain-howto .trigger-howtoself{
		font-size: 12px;
	}
	.self-domain-howto .content-howtoself{
		padding: 15px;
	}
	.self-domain-howto .content-howtoself .area-content p{
		font-size: 12px;
	}
	.self-domain-howto .content-howtoself .heading-content h5, .self-domain-howto .content-howtoself .heading-content i{
		font-size: 15px;
	}
}

.frame-custom-domain-existcurrently{
    position: relative;
}
.frame-custom-domain-existcurrently a{
    position: absolute;
    right: 0;
    top: 5px;
    right: 6px;
    border-radius: 5px;
}

.box-login-register .widget-custom-domain .search-domain-bar{
    padding: 0px;
}
.box-login-register .widget-custom-domain .search-domain-bar .frame-outer-domain-bar select{
    font-size: 16px;
    background-position-x: 94%;
    background-position-y: 9px;
    background-size: 11px;
    color: black !important;
}
.box-login-register .widget-custom-domain .search-domain-bar .frame-outer-domain-bar button{
    font-size: 17px;
}
.box-login-register .widget-custom-domain .search-domain-bar .frame-outer-domain-bar button i{
    font-size: 15px;
}
.box-login-register .widget-custom-domain .search-domain-bar .frame-outer-domain-bar input{
    font-size: 17px;
}
.box-login-register .domain-available-box{
    width: 100%;
}
.box-login-register .domain-available-box .benefit-domain .benefit-lists{
    flex-direction: column;
}
.box-login-register .domain-available-box .domain-ava-detils .getthis-domain{
    font-size: 16px;
}
.box-login-register .customdomain-alert-lists{
    width: 100%;
}

 /* CHECKBOX WRAPPER 19 */
 .checkbox-wrapper-19 {
    box-sizing: border-box;
    --background-color: #fff;
    --checkbox-height: 20px;
    height: 20px;
  }

  @-moz-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @-webkit-keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothabottomcheck-19 {
    0% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) / 2);
    }
  }

  @keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-webkit-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  @-moz-keyframes dothatopcheck-19 {
    0% {
      height: 0;
    }
    50% {
      height: 0;
    }
    100% {
      height: calc(var(--checkbox-height) * 1.2);
    }
  }

  .checkbox-wrapper-19 input[type=checkbox] {
    display: none;
  }

  .checkbox-wrapper-19 .check-box {
    height: var(--checkbox-height);
    width: var(--checkbox-height);
    background-color: transparent;
    border: calc(var(--checkbox-height) * .09) solid #000;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
  }
  .checkbox-wrapper-19 .check-box::before,
  .checkbox-wrapper-19 .check-box::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: calc(var(--checkbox-height) * .2);
    background-color: #34b93d;
    display: inline-block;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    -webkit-transition: opacity ease 0.5;
    -moz-transition: opacity ease 0.5;
    transition: opacity ease 0.5;
  }
  .checkbox-wrapper-19 .check-box::before {
    top: calc(var(--checkbox-height) * .72);
    left: calc(var(--checkbox-height) * .41);
    box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .checkbox-wrapper-19 .check-box::after {
    top: calc(var(--checkbox-height) * .37);
    left: calc(var(--checkbox-height) * .05);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box,
  .checkbox-wrapper-19 .check-box.checked {
    border-color: #34b93d;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::after,
  .checkbox-wrapper-19 .check-box.checked::after {
    height: calc(var(--checkbox-height) / 2);
    -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
    animation: dothabottomcheck-19 0.2s ease 0s forwards;
  }
  .checkbox-wrapper-19 input[type=checkbox]:checked + .check-box::before,
  .checkbox-wrapper-19 .check-box.checked::before {
    height: calc(var(--checkbox-height) * 1.2);
    -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
    -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
    animation: dothatopcheck-19 0.4s ease 0s forwards;
  }
.checkbox-area-custom-domain{
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
.checkbox-area-custom-domain .cacd-label{
    font-weight: 600;
    cursor: pointer;
}

.frame-video-popup{

}
.frame-video-popup iframe{
    width: 100% !important;
}

.frame-video-popup a{
    position: absolute;
    right: -19px;
    background: white;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    top: -20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #848282;
    font-size: 20px;
    transition: all ease .2s;
}
.frame-video-popup a:hover{
    color: black;
}

.frame-video-popup a i{
    
}

.frame-video-popup .frame-chck-no-showagain{
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.frame-video-popup .frame-chck-no-showagain .cacd-label{
    margin-top: -3px;
}

.custom-form{
    margin-bottom: 15px;
}
.custom-form .form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}
.custom-form .form-group .control-label{
    color: #4F4F4F;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
    align-self: stretch;
}
.custom-form .form-group .error-text{
    color: #F00;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    display: none;
}
.frame-self-multiselect{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.frame-self-multiselect .multi-select .multi-select-header{
    padding: .375rem .75rem;
    height: auto !important;
    min-height: auto !important;
}

.ui-widget.ui-widget-content{
    z-index: 999 !important;
}

.area-insert-coupons-before-checkout{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
    margin-top: 27px;
    margin-bottom: 27px;
}
.area-insert-coupons-before-checkout b{
    color: #272726;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.area-insert-coupons-before-checkout b a.coupon-field-trigger{
    color: #EE8103;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
}
.area-insert-coupons-before-checkout b a.coupon-field-trigger:hover{
    
}

.area-insert-coupons-before-checkout .frame-area-insert-coupon{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    position: relative;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon .form-control{
    padding: 8px 15px;
    border-radius: 7px !important;
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon a.frame-coupon-discount-applied{
    width: auto;
    display: block;
    border-radius: 6px;
    border: none;
    background: #E6700F;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 20px;
    transition: all .3s ease-in-out;
    text-align: center;
    text-decoration: none;
    position: absolute;
    right: 5px;
    /* display: none; */
}
.area-insert-coupons-before-checkout .frame-area-insert-coupon a.frame-coupon-discount-applied.removed_disc{
    background: #F00 !important;
}
.area-insert-coupons-before-checkout .parent-frame-area-insert-coupon{
    width: 100%;
    display: none;
}
.area-insert-coupons-before-checkout .frame-coupon-discount-errormsg{
    color: #A7A7A7!important;
    font-family: "Source Sans Pro";
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    line-height: 16.5px; /* 150% */
}
.area-insert-coupons-before-checkout .frame-coupon-discount-errormsg.success{
    color: #0A9945;
}
.area-insert-coupons-before-checkout .frame-coupon-discount-errormsg.failed{
    color: #FF1A1A !important;
}

.uniplay-switch-parent{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 6px;
}
.uniplay-switch-parent label{
    font-size: 13px;
    font-weight: 600;
    width: 17px;
}

.uniplay-switch-parent .switch-uniplay{
    height: .8rem;
    width: 2.4rem;
}

.uniplay-switch-parent .switch-uniplay:disabled{
    pointer-events: none;
    background-color: #d0d0d0;
}
.uniplay-switch-parent .switch-uniplay:disabled::before{
    pointer-events: none;
    background-color: #8f8f8f;
    border-color: #868686;
}

.uniplay-switch-parent .switch-uniplay.loading{
    pointer-events: none;
}
.uniplay-switch-parent .switch-uniplay.loading::before{
    pointer-events: none;
}

.uniplay-switch-parent .switch-uniplay::before{
    left: calc(.7rem - .8rem);
    top: calc(1.1rem - 1.3rem);
    height: 1.3rem;
    width: 1.3rem;
    background-color: #ad0a0a;
    border-color: #ad0a0a;
    transform: translateX(100%);
}

.uniplay-switch-parent .switch-uniplay{
    background-color: #f3bfbf;
}
.uniplay-switch-parent .switch-uniplay:checked{
    background-color: #bfd3f4;
}

.uniplay-switch-parent .switch-uniplay:checked::before{
    transform: translateX(0%);
    background: #1a66e6;
    border-color: #1a66e6;
}

.heading-change-denom{
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    margin: 16px;
}
.heading-change-denom img.game-logo{
    border-radius: 8px;
    width: 36px;
    height: 36px;
}
.heading-change-denom h4{
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 187.5% */
    flex: 1 0 0;
    margin: 0px;
}
.heading-change-denom .options-config-price{
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.heading-change-denom .options-config-price b{
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px; /* 200% */
    flex: none;
}
.heading-change-denom .options-config-price select{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 160% */
}

.swal-custom-confirm-delete{
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    /* background: #EE3C3C;  red*/
    background: #E6700F;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    border: none;
    margin: .3125em;
}
.swal-custom-confirm-delete:hover{
    background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.swal-custom-cancel{
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #7B7B7B;
    color: #7B7B7B;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin: .3125em;
    background: white;
}
.swal-custom-cancel:hover{
    background: #cccccc30;
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio::after, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio::after{
    width: 5px !important;
    height: 9px !important;
}

.datepicker table tr td.disabled, .datepicker table tr td.disabled:hover{
    color: #CED4DA !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active{
    background-color: #E6700F !important;
    border-color: #E6700F !important;
}
.datepicker table tr td.today{
    /* color: #fff !important;
    background-color: #E6700F !important;
    border-color: #E6700F !important; */
}

.frame-topup-new-designv2{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.frame-topup-new-designv2 .area-input-designv2{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    margin-top: 15px;
}
.frame-topup-new-designv2 .area-input-designv2 b{
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 120% */
    text-transform: capitalize;
    align-self: stretch;
}
.frame-topup-new-designv2 .area-input-designv2 .frame-area-input-dv2{
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
}
.frame-topup-new-designv2 .area-input-designv2 .frame-area-input-dv2.active{
    border: 1px solid #E6700F;
}
.frame-topup-new-designv2 .area-input-designv2 .frame-area-input-dv2 img{
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
}
.frame-topup-new-designv2 .area-input-designv2 .frame-area-input-dv2 input{
    color: #1D1C23;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23px; /* 127.778% */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    flex: 1 0 0;
}
.frame-topup-new-designv2 .area-input-designv2 span.error-text{
    color: #F00;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    display: none;
}

.frame-topup-new-designv2 .list-denom-dv2{
    /* display: grid; */
    align-items: flex-start;
    align-content: flex-start;
    gap: 12px;
    align-self: stretch;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    margin-top: 10px;
}

.frame-topup-new-designv2 .list-denom-dv2 li{
    display: flex;
    width: 100%;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #CED4DA;
    background: #FFF;
    margin: 0px !important;
    cursor: pointer;
}

.frame-topup-new-designv2 .list-denom-dv2 li.active{
    border-radius: 5px;
    border: 1px solid #E6700F;
    background: #FFF;
    background: #FFF;
    background-image: url(../../img/gradient-fill-uniplay-box.svg);
}

.frame-topup-new-designv2 .list-denom-dv2 li img{
    display: flex;
    width: 18px;
    height: 18px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.frame-topup-new-designv2 .list-denom-dv2 li span{
    color: #1D1C23;
    text-align: right;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.frame-topup-new-designv2 .header-text{
    margin-top: 30px;
}

.frame-topup-new-designv2 .area-list-payment-method{
    width: 100%;
}

.custom-modal-uplpoint-overlay {
    background: rgba(0, 0, 0, 0.20);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 888;
    opacity: 0;
    transition: opacity ease 0.3s; /* Add opacity transition */
    pointer-events: none; /* Prevent interaction when hidden */
}

.custom-modal-uplpoint-overlay.show {
    opacity: 1;
    pointer-events: all; /* Allow interaction when visible */
}

.custom-modal-uplpoint-overlay.hide {
    opacity: 0;
    pointer-events: none;
}
.custom-modal-uplpoint-popup{
    width: 646px;
    height: 432px;
    flex-shrink: 0;
    border-radius: 15px;
    background: url('../../img/popup-uniplaypoint.png') lightgray 50% / cover no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
}
.custom-modal-uplpoint-popup.hide{
    display: none;
}
.custom-modal-uplpoint-popup .custom-modal-uplpoint-content{
    display: flex;
    width: 442.331px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    position: relative;
}
.custom-modal-uplpoint-popup .custom-modal-uplpoint-footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
    align-items: center;
}
.custom-modal-uplpoint-popup img{
    width: 100px;
    height: 100px;
}
.custom-modal-uplpoint-popup h3{
    color: #EE8103;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 71.875% */
    align-self: stretch;
    margin: 0px;
}
.custom-modal-uplpoint-popup p{
    align-self: stretch;
    color: #393939;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.custom-modal-uplpoint-popup .actions-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.custom-modal-uplpoint-popup .actions-button a.primary-act{
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    background: #EE8103;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
    text-decoration: none !important;
    transition: all ease .3s;
}
.custom-modal-uplpoint-popup .actions-button a.primary-act:hover{
    background: #d87a0c;
}
.custom-modal-uplpoint-popup .actions-button a.secondary-act{
    display: flex;
    width: 140px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    color: #717070;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
    text-decoration: none !important;
}
.custom-modal-uplpoint-popup .outside-right-close{
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;

    border-radius: 4px;
    opacity: 0.5;
    background: #FFF;
    text-decoration: none;
    color: #212529;
    font-size: 16px;
    transition: all ease .3s;

    z-index: 999;
}
.custom-modal-uplpoint-popup .outside-right-close:hover{
    opacity: 1;
}

.frame-accordion-meta-pixel{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
}
.accordion-meta-pixel{
    display: flex;
    padding: 8px 12px 8px 12px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
}
.accordion-meta-pixel .header-accordion-meta-pixel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
}
.accordion-meta-pixel .header-accordion-meta-pixel h5{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex: 1 0 0;
    margin: 0;
    cursor: pointer;
}
.accordion-meta-pixel .header-accordion-meta-pixel i{
    font-size: 14px;
    cursor: pointer;
}
.accordion-meta-pixel .super-parent-selector{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
}
.accordion-meta-pixel .parent-event-selector{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5px;
    align-self: stretch;
}
.accordion-meta-pixel .parent-event-selector .child-event-selector{
    display: flex;
    padding: 6px 12px 6px 20px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #CED4DA;
    background: #FFF;
}
.accordion-meta-pixel .parent-event-selector .child-event-selector span{
    flex: 1 0 0;
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.accordion-meta-pixel .parent-event-selector .child-event-selector .actions-right{
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.accordion-meta-pixel .parent-event-selector .child-event-selector .actions-right a.settings-event{
    color: #EE8103;
    font-size: 14px;
    text-decoration: none !important;
}
.accordion-meta-pixel .parent-event-selector .child-event-selector .actions-right a.remove-event{
    color: #B7B7B7;
    font-size: 14px;
    text-decoration: none !important;
    transition: all ease .2s;
}
.accordion-meta-pixel .parent-event-selector .child-event-selector .actions-right a.remove-event:hover{
    color: #696969;
}

.actions-multi-canvas-footer.proporsional-width{

}
.actions-multi-canvas-footer.proporsional-width .btn-reset-outline{
    width: 150px !important;
}
.actions-multi-canvas-footer.proporsional-width .btn-save-outline{
    width: 150px !important;
}

.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-text, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-text{
    color: #e6710f !important;
}
.multi-select .multi-select-options .multi-select-option.multi-select-selected .multi-select-option-radio, .multi-select .multi-select-options .multi-select-all.multi-select-selected .multi-select-option-radio{
    border-color: #e6710f !important;
    background-color: #e6710f !important;
}

.payment-channel-settings-panel{
    width: 100%;
    background: white;
    margin: 0 auto;
    /* margin-top: 30px; */
    /* 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: none;
    border-radius: 0.5rem;
}
.payment-channel-settings-panel .sidebar{
    width: 320px;
    margin-right: 0px;
}
.payment-channel-settings-panel .sidebar ul.channel-pembayaran{
    list-style: none;
    padding: 0;
    margin: 0;
    /* padding-bottom: 30px; */
    /* border-right: 1px solid #f3f3f3; */
    /* margin-bottom: 30px; */
}
.payment-channel-settings-panel .sidebar ul.channel-pembayaran li{

}
.payment-channel-settings-panel .sidebar ul.channel-pembayaran li a{
    text-decoration: none;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 30px;
    /* border-bottom: 1px solid #f3f3f3; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.payment-channel-settings-panel .sidebar ul.channel-pembayaran li a img{
    width: 20px;
    height: 18px;
    object-fit: contain;
}
.payment-channel-settings-panel .sidebar ul.channel-pembayaran li a b{
    font-size: 16px;
    color: #2b2a2a;
    font-weight: 600;
}
.payment-channel-settings-panel .sidebar ul.channel-pembayaran li a:hover{
    background: #f9f9f9;
}
.payment-channel-settings-panel .sidebar ul.channel-pembayaran li a.active{
    background: #f9f9f9;
}

.payment-channel-settings-panel .sidebar ul.channel-pembayaran li hr{
    border: 0;
    border-bottom: 1px solid #aeaeae;
    margin: 0;
    padding: 0;
    margin-left: 0px;
    margin-right: 30px;
    height: 1px !important;
    opacity: 0.25 !important;
    background-color: transparent;
}

.payment-channel-settings-panel .content{
    padding-top: 0;
    flex: auto;
    padding-right: 0px;
    padding-bottom: 0;
}

.payment-channel-settings-panel .content .channel-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    align-content: baseline;
}
.payment-channel-settings-panel .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;
}
.payment-channel-settings-panel .content .channel-grid .channel.disabled{
    background: #ECECEC;
    box-shadow: 0px 0px 9px -3px #808080;
    pointer-events: none !important;
}
.payment-channel-settings-panel .content .channel-grid .channel:nth-child(1n) {
    margin-right: 7px;
}
.payment-channel-settings-panel .content .channel-grid .channel:nth-child(3n) {
    margin-left: 7px;
    margin-right: 0px;
}
.payment-channel-settings-panel .content .channel-grid .channel img{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 21px;
}
.payment-channel-settings-panel .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;
}
.payment-channel-settings-panel .content .channel-grid .channel .uniplay-switch-parent{
    margin-bottom: 15px;
}

.confirm-danger-swal{
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    background: #EE3C39;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin: .3125em;
    /* border-color: #EE3C3C; */
    box-shadow: none !important;
    outline: none !important;
    border: 1px solid #EE3C3C;
}
.cancel-outline-swal{
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #7B7B7B;
    color: #7B7B7B;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px; /* 150% */
    margin: .3125em;
    box-shadow: none !important;
    outline: none !important;
    /* border: none !important; */
    background: white;
}

.area-topup-members .content-topup.full-width{
    width: 100%;
}

.general-config-new-face{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
}
.general-config-new-face .child-general-config{
    display: flex;
    width: 850px;
    /* padding: 20px; */
    flex-direction: column;
    align-items: flex-start;
    /* gap: 10px; */
    border-radius: 4.8px;
    background: #FFF;
    box-shadow: 0px 2px 10px -2px rgba(4, 53, 99, 0.10);
}
.general-config-new-face .child-general-config .header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    padding: 20px;
}
.general-config-new-face .child-general-config .header-content .left-content{
    display: flex;
    /* width: 563px; */
    align-items: center;
    gap: 12px;
}
.general-config-new-face .child-general-config .header-content .frame-icon{
    display: flex;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 44px;
    height: 44px;
}
.general-config-new-face .child-general-config .header-content .frame-icon i{
    font-size: 24px;
}
.general-config-new-face .child-general-config .header-content .frame-icon.info_toko{
    border-radius: 5px;
    background: #F6EDD4;
}
.general-config-new-face .child-general-config .header-content .frame-icon.info_toko i{
    color: #E6710F;
}

.general-config-new-face .child-general-config .header-content .frame-icon.contacts{
    border-radius: 5px;
    background: #CCE4FF;
}
.general-config-new-face .child-general-config .header-content .frame-icon.contacts i{
    color: #374BC9;
}

.general-config-new-face .child-general-config .header-content .frame-icon.appearance{
    border-radius: 5px;
    background: #FFE3E3;
}
.general-config-new-face .child-general-config .header-content .frame-icon.appearance i{
    color: #E53232;
}

.general-config-new-face .child-general-config .header-content .frame-icon.featured{
    border-radius: 5px;
    background: #FDF3C9;
}
.general-config-new-face .child-general-config .header-content .frame-icon.featured i{
    color: #FFBB00;
}

.general-config-new-face .child-general-config .header-content .frame-icon.social{
    border-radius: 5px;
    background: #FFE3FF;
}
.general-config-new-face .child-general-config .header-content .frame-icon.social i{
    color: #A332E5;
}

.general-config-new-face .child-general-config .header-content .frame-captions{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
}
.general-config-new-face .child-general-config .header-content .frame-captions h4{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.8px; /* 144% */
    margin: 0;
}
.general-config-new-face .child-general-config .header-content .frame-captions p{
    margin: 0;
    color: #595959;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.general-config-new-face .child-general-config .header-content .frame-state-child{
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 10px;
}
.general-config-new-face .child-general-config .header-content .frame-state-child i{
    font-size: 21px;
    color: #212529;
    font-weight: 600;
}

.general-config-new-face .child-general-config .body-content{
    padding: 20px;
    padding-top: 0px;
    width: 100%;
}

.general-config-new-face .child-general-config .body-content .separator-with-caption{
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-bottom: 1px solid #E8E8E8;
}
.general-config-new-face .child-general-config .body-content .separator-with-caption h5{
    color: #4F4F4F;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    flex: 1 0 0;
}

.parent_action_in_input{
    position: relative;
}
.parent_action_in_input .action_in_input{
    position: absolute;
    font-size: 16px;
    color: #E6710F;
    right: 25px;
    top: 31px;
}

.editor-general-config.new-face{

}
.editor-general-config.new-face .live-chat-widget-settings{
    border-radius: 4px;
    border: 1px solid #28B446;
    background: #0DC152;
    display: flex;
    padding: 6px 12px;
    align-items: center;
    gap: 10px;
    color: #FFF;
    text-decoration: none;
    transition: all ease .3s;
}
.editor-general-config.new-face .live-chat-widget-settings:hover{
    background: #0d9b44;
}

.editor-general-config.new-face .live-chat-widget-settings i{
    font-size: 18px;
}
.editor-general-config.new-face .live-chat-widget-settings span{
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}

.list-theme-custom{
    display: flex;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    flex-wrap: wrap;
}
.list-theme-custom .item-theme-custom{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    border-radius: 6px;
    border: 1px solid #CED4DA;
    width: 250px;
    transition: all ease .1s;
}
.list-theme-custom .item-theme-custom:hover{
    border-radius: 6px;
    border: 1px solid #E6700F;
    background: #FFF2E3;
}
.list-theme-custom .item-theme-custom.active{
    border-radius: 6px !important;
    border: 1px solid #E6700F !important;
    background: linear-gradient(232deg, #ED7F00 2.66%, #FF5E42 98.58%), #FFFCEF !important;
}
.list-theme-custom .item-theme-custom img{
    height: 170px;
    align-self: stretch;
    border-radius: 6px 6px 0px 0px;
}
.list-theme-custom .item-theme-custom .actions-title{
    display: flex;
    padding: 8px 12px;
    align-items: center;
    gap: 2px;
    align-self: stretch;
}
.list-theme-custom .item-theme-custom .actions-title .theme-info{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
}
.list-theme-custom .item-theme-custom .actions-title .theme-info .theme-name{
    align-self: stretch;
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #413939;
}
.list-theme-custom .item-theme-custom .actions-title .theme-info .theme-desc{
    align-self: stretch;
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #595959;
}
.list-theme-custom .item-theme-custom.active .actions-title .theme-info .theme-name{
    color: #fff !important;
}
.list-theme-custom .item-theme-custom.active .actions-title .theme-info .theme-desc{
    color: #fff !important;
}
.list-theme-custom .item-theme-custom .actions-title .show-settings{
    display: flex;
    padding: 4px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;

    text-decoration: none !important;
}
.list-theme-custom .item-theme-custom.active .actions-title .show-settings{
    background: rgba(0, 0, 0, 0.15) !important;
}
.list-theme-custom .item-theme-custom .actions-title .show-settings i{
    font-size: 24px;
    color: #4F4F4F;
}
.list-theme-custom .item-theme-custom.active .actions-title .show-settings i{
    font-size: 24px;
    color: #FFFFFF !important;
}
.list-theme-custom .item-theme-custom:hover .actions-title .show-settings i{
    font-size: 24px;
    color: #E6710F;
}


.list-theme-custom .item-theme-custom.disabled{
    pointer-events: none !important;
}
.list-theme-custom .item-theme-custom.disabled .actions-title .theme-info .theme-name{
    color: #413939;
}
.list-theme-custom .item-theme-custom.disabled .actions-title .theme-info .theme-desc{
    color: #595959;
}
.list-theme-custom .item-theme-custom.disabled .actions-title .show-settings{
    display: none !important;
}



.frame-social-proof-preview{

}

.frame-social-proof-preview .social-proof-preview.style-1{
    display: flex;
    padding: 12px;
    align-items: flex-end;
    gap: 14px;
    border-radius: 7px;
    border: 1px solid #CED4DA;
    background: #FFF;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof{
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 9px;
    flex: 1;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof small{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof p{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0px;
    align-self: stretch;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof p b{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    align-self: stretch;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof .verification-area{
    display: flex;
    align-items: center;
    gap: 6px;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof .verification-area i{
    font-size: 12px;
    color: #0069FF;
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof .verification-area span{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
}
.frame-social-proof-preview .social-proof-preview.style-1 .desc-proof .verification-area span strong{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
}

.frame-social-proof-preview .social-proof-preview.style-1 .thumb-proof{
    display: flex;
    width: 73.014px;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.frame-social-proof-preview .social-proof-preview.style-1 .thumb-proof small{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
    align-self: stretch;
}

.frame-social-proof-preview .social-proof-preview.style-1 .thumb-proof img{
    width: 70px;
    height: 70px;
    border-radius: 4px;
}

/* STYLE 2 SCP */
.frame-social-proof-preview .social-proof-preview.style-2{
    display: flex;
    gap: 10px;
    border: 1px solid #CED4DA;
    background: #FFF;
    border-radius: 60px;
    flex-direction: row-reverse;
    padding: 8px 12px;
    align-items: center;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof{
    display: flex;
    width: auto;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    flex: 1;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof small{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof p{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin: 0px;
    align-self: stretch;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof p b{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px; /* 146.667% */
    align-self: stretch;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof .verification-area{
    display: flex;
    align-items: center;
    gap: 6px;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof .verification-area i{
    font-size: 12px;
    color: #0069FF;
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof .verification-area span{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
}
.frame-social-proof-preview .social-proof-preview.style-2 .desc-proof .verification-area span strong{
    color: #98A6AD;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 12px;
}

.frame-social-proof-preview .social-proof-preview.style-2 .thumb-proof{
    display: flex;
    width: 71px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    justify-content: center;
}

.frame-social-proof-preview .social-proof-preview.style-2 .thumb-proof small{
    color: #212529;
    font-family: "Source Sans Pro";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 120% */
    align-self: stretch;
}

.frame-social-proof-preview .social-proof-preview.style-2 .thumb-proof img{
    width: 70px;
    height: 70px;
    border-radius: 61px;
}
/* END STYLE 2 SCP */

.frame-social-proof-preview .notice{
    color: #595959;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    align-self: stretch;
    display: block;
}



.frame-social-proof-settings .pssr-radios{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}
.frame-social-proof-settings .form-check{
    
}
.frame-social-proof-settings .form-check input[type="radio"]{
    
}
.frame-social-proof-settings .form-check input[type="radio"]:checked{
    background-color: #e46e0d;
    border-color: #e6710f;
    box-shadow: none !important;
}

.parse-hidden{
    display: none !important;
}

.floating-client-socialproof{
    position: fixed;
    bottom: 0;
    left: 25px;
    width: 373px;
    height: 148px;
    cursor: pointer;
    z-index: 500;
}

@media (max-width: 440px){
    .floating-client-socialproof{
        width: 100%;
        bottom: -9999999999999999999px !important;
    }
}

.cek-transaksi-frame{
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    /* width: 1440px; */
    /* padding-bottom: 84px; */
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.cek-transaksi-header{
    display: flex;
    width: 1100px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    border-radius: 4px;
    background: url('../../img/cektransaksi-bg.webp');
    margin: 0 auto;
    /* margin-top: 40px;
    margin-bottom: 50px; */
    border-radius: 4px;
    background-size: cover;
    background-position: right;
}
.cek-transaksi-header h1{
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.cek-transaksi-header .frame-frame-search-trx{
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search{
    position: relative;
}
.cek-transaksi-header .frame-frame-search-trx .on-error-text{
    color: red;
    font-size: 14px;
    font-style: italic;
    display: none;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search span{
    position: absolute;
    color: #1B1B1B;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    top: 12px;
    left: 16px;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search input{
    display: flex;
    width: 414px;
    height: 44px;
    padding: 12px 8px;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    border: 1px solid #CED4DA;
    background: #FFF;
    text-indent: 105px;

    /* text-align: center; */
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.cek-transaksi-header .frame-frame-search-trx .ffst-search input::placeholder{
    color: #B7B7B7 !important;
}
.cek-transaksi-header .frame-frame-search-trx .hit-q-trx{
    border-radius: 45px;
    background: #EE8103;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF !important;
    border: none !important;
}
.cek-transaksi-header .frame-frame-search-trx .hit-q-trx i{
    font-size: 16px;
    color: #FFF !important;
}
.cek-transaksi-header .frame-frame-search-trx .hit-q-trx span{
    color: #FFF !important;
    text-align: center !important;
    font-family: "Source Sans Pro"  !important;
    font-size: 16px  !important;
    font-style: normal  !important;
    font-weight: 700  !important;
    line-height: normal  !important;
}
.cek-transaksi-header .frame-footer-search-trx{

}
.cek-transaksi-header .frame-footer-search-trx p{
    margin: 0;
    color: #5E5E5E !important;
    font-family: "Source Sans Pro" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}
.cek-transaksi-header .frame-footer-search-trx p a{
    color: #475EB8 !important;
    font-family: "Source Sans Pro" !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 22px !important;
    text-decoration-line: underline !important;
}

.cek-transaksi-content{
    display: flex;
    width: 1100px;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    background: #fff;
    margin: 0 auto;
    /* margin-top: 40px;
    margin-bottom: 50px; */
    border-radius: 4px;
}
.cek-transaksi-content .simulate-info-header{
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cek-transaksi-content .simulate-info-header h5{
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.cek-transaksi-content .stepper-wrapper{
    width: 650px;
    /* margin-left: auto !important; */
    margin: 0 auto;
}
.cek-transaksi-content .stepper-wrapper .stepper-item .step-name{
    font-size: 15px;
}
.cek-transaksi-content .frame-transaksi-game-preview{
    width: 594px;
    margin: 0 auto;
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-preview{
    display: flex;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-preview img{
    width: 75px;
    height: 75px;
    border-radius: 8px;
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail{
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail small{
    color: #4A4A4A;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 160.714% */
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail b{
    overflow: hidden;
    color: #1B1B1B;
    text-overflow: ellipsis;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px; /* 125% */
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-preview .tgp-detail span{
    color: #1B1B1B;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 125% */
}
.cek-transaksi-content h6{
    color: #000;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}
.cek-transaksi-content-table-wrapper{
    border: 1px solid #D9DFE2;
    border-radius: 4px;
    width: 100%;
}
.cek-transaksi-content table{
    width: 100%;
    /* border: 1px solid #D9DFE2; */
}
.cek-transaksi-content table thead{
    background: #EE8103;
    /* border-top-left-radius: 4px;
    border-top-right-radius: 4px; */
    /* border-top: 1px solid #D9DFE2; */
    /* border-left: 1px solid #D9DFE2;
    border-right: 1px solid #D9DFE2; */
}
.cek-transaksi-content table thead tr{
    
}
.cek-transaksi-content table thead tr th:first-child{
    border-top-left-radius: 4px;
    /* border-left: 1px solid #D9DFE2; */
}
.cek-transaksi-content table thead tr th:last-child{
    border-top-right-radius: 4px;
    /* border-right: 1px solid #D9DFE2;  */
}
.cek-transaksi-content table thead tr th{
    padding: 12px 8px;
    color: #FFF;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    /* border-top: 1px solid #D9DFE2; */
}
.cek-transaksi-content table tbody{
    
}
.cek-transaksi-content table tbody tr{
    
}
.cek-transaksi-content table tbody tr td{
    padding: 10px 8px;
    color: #6D6C6F;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cek-transaksi-content table tbody tr:nth-child(odd) td {
    background-color: #fff; /* Light gray for odd rows */
}

.cek-transaksi-content table tbody tr:nth-child(even) td {
    background-color: #f9f9f9; /* White for even rows */
}

.cek-transaksi-content table tbody tr td .badge-self{
    display: flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    border-radius: 6px;
    width: max-content;
}

.cek-transaksi-content table tbody tr td .badge-self.as-canceled{
    color: #F00;
    background: #FFC7C7;
}
.cek-transaksi-content table tbody tr td .badge-self.as-completed{
    color: #03AC0E;
    background: #D5FFDD;
}
.cek-transaksi-content table tbody tr td .badge-self.as-pending{
    color: #AB8103;
    background: #FFF4D5;
}

.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail{
    margin-top: 20px;
}

.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table{

}

.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr{
    border: 0px;
    border-bottom: 1px solid #ebf1f5;
}

.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td{
    background: white;
    color: #4A4A4A;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22.5px; /* 150% */
}

.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td b{
    color: #1B1B1B;
    text-align: right;
    font-family: "Source Sans Pro";
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 22.5px; /* 150% */
}

.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td:first-child{
    text-align: left;
    padding-left: 0px;
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td:last-child{
    text-align: right;
    padding-right: 0px;
}

.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    gap: 6px;
    flex-wrap: wrap;
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td .frame-flex-end{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td .badge-self{
    justify-content: flex-end;
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info b{
    
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info a{
    display: flex;
    padding: 5px;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #C5CACE;
    background: #FFF;
    font-size: 12px;
    color: #C5CACE;
    transition: all ease .2s;
    text-decoration: none !important;
    width: 24px;
    height: 24px;
}
.cek-transaksi-content .frame-transaksi-game-preview .transaksi-game-detail table tr td .trx-number-info a:hover{
    background: #C5CACE;
    color: black;
}

.cek-transaksi-content .frame-action-button-transaksi-game{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    margin-top: 20px;
}

.cek-transaksi-content .frame-action-button-transaksi-game a{
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 45px;
    background: #EE8103;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-decoration: none;
}
.cek-transaksi-content .frame-action-button-transaksi-game a:hover{

}

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

.new_pixel_evt_frame{
    width: 100%;
}

.frame-price-with-icon{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.frame-price-with-icon b{

}
.frame-price-with-icon span{
    display: inline-flex;
    padding: 4px 5px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #37AD13;
    cursor: help;
}
.frame-price-with-icon span i{
    font-size: 11px;
    color: #FFFFFF;
}

/* .cek-transaksi-frame .stepper-item-cek-transaksi::before {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffa200;
    width: 100%;
    top: 16px;
    left: -50%;
    z-index: 2;
  }
  
.cek-transaksi-frame .stepper-item-cek-transaksi::after {
    position: absolute;
    content: "";
    border-bottom: 2px solid #ffa200;
    width: 100%;
    top: 16px;
    left: 50%;
    z-index: 3;
  }

.cek-transaksi-frame .stepper-item-cek-transaksi {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }

  @media (max-width: 768px) {
    .cek-transaksi-frame .stepper-item-cek-transaksi {
        font-size: 12px;
    }
  } */
  


/* POPUP MODAL UPGRADE LEGEND */
.custom-modal-upgradelegend-overlay {
    background: rgba(0, 0, 0, 0.60);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 888;
    opacity: 0;
    transition: opacity ease 0.3s;
    pointer-events: none;
}

.custom-modal-upgradelegend-overlay.show {
    opacity: 1;
    pointer-events: all; /* Allow interaction when visible */
}

.custom-modal-upgradelegend-overlay.hide {
    opacity: 0;
    pointer-events: none;
}
.custom-modal-upgradelegend-popup{
    width: 646px;
    height: 432px;
    flex-shrink: 0;
    border-radius: 15px;
    background: url('../../img/popup-uniplaypoint.png') lightgray 50% / cover no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
}
.custom-modal-upgradelegend-popup.hide{
    display: none;
}
.custom-modal-upgradelegend-content{
    display: flex;
    width: 442.331px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    position: relative;
}
.custom-modal-upgradelegend-footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
    align-items: center;
}
.custom-modal-upgradelegend-popup img{
    width: 100px;
    height: 100px;
}
.custom-modal-upgradelegend-popup h3{
    color: #EE8103;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 71.875% */
    align-self: stretch;
    margin: 0px;
}
.custom-modal-upgradelegend-popup p{
    align-self: stretch;
    color: #393939;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.custom-modal-upgradelegend-popup .actions-button{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}
.custom-modal-upgradelegend-popup .actions-button a.primary-act{
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    background: #EE8103;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
    text-decoration: none !important;
    transition: all ease .3s;
}
.custom-modal-upgradelegend-popup .actions-button a.primary-act:hover{
    background: #d87a0c;
}
.custom-modal-upgradelegend-popup .actions-button a.secondary-act{
    display: flex;
    width: 140px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    color: #717070;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
    text-decoration: none !important;
}

.custom-modal-upgradelegend-popup .actions-button a.secondary-act:hover{
    color: #414040;
}

.custom-modal-upgradelegend-popup .outside-right-close{
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;

    border-radius: 4px;
    opacity: 0.5;
    background: #FFF;
    text-decoration: none;
    color: #212529;
    font-size: 16px;
    transition: all ease .3s;

    z-index: 999;
}
.custom-modal-upgradelegend-popup .outside-right-close:hover{
    opacity: 1;
}

/* POPUP MODAL ADD ON TEMA */
.custom-modal-addontema-overlay {
    background: rgba(0, 0, 0, 0.60);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 888;
    opacity: 0;
    transition: opacity ease 0.3s;
    pointer-events: none;
}

.custom-modal-addontema-overlay.show {
    opacity: 1;
    pointer-events: all; /* Allow interaction when visible */
}

.custom-modal-addontema-overlay.hide {
    opacity: 0;
    pointer-events: none;
}
.custom-modal-addontema-popup{
    width: 646px;
    height: 432px;
    flex-shrink: 0;
    border-radius: 15px;
    background: url('../../img/popup-uniplaypoint.png') lightgray 50% / cover no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
}
.custom-modal-addontema-popup.hide{
    display: none;
}
.custom-modal-addontema-popup .custom-modal-addontema-content{
    display: flex;
    width: 442.331px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    position: relative;
}
.custom-modal-addontema-popup .custom-modal-addontema-footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
    align-items: center;
}
.custom-modal-addontema-popup img{
    width: 100px;
    height: 100px;
}
.custom-modal-addontema-popup h3{
    color: #EE8103;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 71.875% */
    align-self: stretch;
    margin: 0px;
}
.custom-modal-addontema-popup p{
    align-self: stretch;
    color: #393939;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.custom-modal-addontema-popup .actions-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.custom-modal-addontema-popup .actions-button a.primary-act{
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    background: #EE8103;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
    text-decoration: none !important;
    transition: all ease .3s;
}
.custom-modal-addontema-popup .actions-button a.primary-act:hover{
    background: #d87a0c;
}
.custom-modal-addontema-popup .actions-button a.secondary-act{
    display: flex;
    width: 140px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    border: 1px solid #EE8103;
    background: #FFF;
    border-radius: 42px;
    color: #EE8103;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
    text-decoration: none !important;
}

.custom-modal-addontema-popup .actions-button a.secondary-act:hover{
    border: 1px solid #C46415;
    color: #C46415;
    background: #FFF6EF;
}

.custom-modal-addontema-popup .outside-right-close{
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;

    border-radius: 4px;
    opacity: 0.5;
    background: #FFF;
    text-decoration: none;
    color: #212529;
    font-size: 16px;
    transition: all ease .3s;

    z-index: 999;
}
.custom-modal-addontema-popup .outside-right-close:hover{
    opacity: 1;
}

/* POPUP MODAL ADD UPGRADE SUPREME */
.custom-modal-upgradesupreme-overlay {
    background: rgba(0, 0, 0, 0.60);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 888;
    opacity: 0;
    transition: opacity ease 0.3s;
    pointer-events: none;
}

.custom-modal-upgradesupreme-overlay.show {
    opacity: 1;
    pointer-events: all; /* Allow interaction when visible */
}

.custom-modal-upgradesupreme-overlay.hide {
    opacity: 0;
    pointer-events: none;
}
.custom-modal-upgradesupreme-popup{
    width: 646px;
    height: 432px;
    flex-shrink: 0;
    border-radius: 15px;
    background: url('../../img/popup-uniplaypoint.png') lightgray 50% / cover no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    transition: all ease .3s;
}
.custom-modal-upgradesupreme-popup.hide{
    display: none;
}
.custom-modal-upgradesupreme-popup .custom-modal-upgradesupreme-content{
    display: flex;
    width: 442.331px;
    flex-direction: column;
    align-items: center;
    gap: 36px;
    position: relative;
}
.custom-modal-upgradesupreme-popup .custom-modal-upgradesupreme-footer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
    align-items: center;
}
.custom-modal-upgradesupreme-popup img{
    width: 100px;
    height: 100px;
}
.custom-modal-upgradesupreme-popup h3{
    color: #EE8103;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px; /* 71.875% */
    align-self: stretch;
    margin: 0px;
}
.custom-modal-upgradesupreme-popup p{
    align-self: stretch;
    color: #393939;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
.custom-modal-upgradesupreme-popup .actions-button{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.custom-modal-upgradesupreme-popup .actions-button a.primary-act{
    display: flex;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    border-radius: 42px;
    background: #EE8103;
    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
    text-decoration: none !important;
    transition: all ease .3s;
}
.custom-modal-upgradesupreme-popup .actions-button a.primary-act:hover{
    background: #d87a0c;
}
.custom-modal-upgradesupreme-popup .actions-button a.secondary-act{
    display: flex;
    width: 140px;
    padding: 12px 18px;
    justify-content: center;
    align-items: center;
    border: 1px solid #EE8103;
    background: #FFF;
    border-radius: 42px;
    color: #EE8103;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px; /* 131.25% */
    text-decoration: none !important;
}

.custom-modal-upgradesupreme-popup .actions-button a.secondary-act:hover{
    border: 1px solid #C46415;
    color: #C46415;
    background: #FFF6EF;
}

.custom-modal-upgradesupreme-popup .outside-right-close{
    display: flex;
    width: 32px;
    height: 32px;
    padding: 8px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;

    border-radius: 4px;
    opacity: 0.5;
    background: #FFF;
    text-decoration: none;
    color: #212529;
    font-size: 16px;
    transition: all ease .3s;

    z-index: 999;
}
.custom-modal-upgradesupreme-popup .outside-right-close:hover{
    opacity: 1;
}

.frame-fitur-unggulan-ch{
    display: flex;
    padding: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    border-radius: 5px;
    border: 1px solid #CED4DA;
    background: var(--BaseWhite, #FFF);
}
.frame-fitur-unggulan-ch .form-frame{
    width: 100%;
}


.box-image-header {
    width: 100%;
    padding: 20px 0px;
    max-width: 1100px;
    display: block;
    margin: 0 auto;
}
@media (max-width: 440px){
    .box-image-header {
        padding: 4%;
    }
}

.switcher-wrapper {
    display: flex;
    /* gap: 20px; */
    border: 1px solid #B5B5B5;
    border-radius: 60px;
    /* height: 49px; */
    margin-top:30px;
}

.package-switcher {
    margin-bottom: 55px;
}

.switcher {
    display: flex;
    justify-content: center;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #100E1D;
    padding: 14px 30px;
    cursor: pointer;
    text-align: center;
    gap: 5px;
}

.switcher.active {
    display: flex;
    justify-content: center;
    font-family: "Hanken Grotesk", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #fff;
    background: linear-gradient(90deg, #020202 0%, #3C3737 51%, #202020 100%);
    padding: 14px 30px;
    border-radius:inherit;
    gap: 5px;
}

.switcher.monthly-package {
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    width: 100%;
}

.switcher.annual-package {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    width: 100%;

}


.switcher:hover  {
    background: #e2e2e24d;
    border-radius:inherit;
}

.switcher.active:hover {
    background: linear-gradient(90deg, #020202 0%, #3C3737 51%, #202020 100%);
}

.percentage-tooltip {
    border-radius: 26px;
    background: linear-gradient(270deg, #EF890A 0%, #EF620A 100%);
    display: flex;
    padding: 2px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    color: #fff;
    margin-top: -26px;
    font-size: 14px;
}
.bottom-tooltip {
    border-radius: 5px;
    background: #ffd510;
    color: #000;
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    margin-top: 49px;
    font-size: 14px;
    box-shadow: 0px 2px 6px 0px #CEB540;
    margin-right: 2%;
    line-height: 16px;
    font-weight: 600;
}

.bottom-tooltip::before {
    border-bottom: 10px solid #ffd510;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    transform: translateX(-50%) translateY(calc(-100% + 1px));
    width: 0;
    z-index: 1;
    position: absolute;
    bottom: 69%;
    top: 1px;
    left: 56%;
}
/* Fix Reset Password */
button.password-strength__visibility.btn.btn-outline-secondary {
    width: fit-content;
    margin: 0;
    left: 0 !important;
    right: auto;
    top: 2px!important;
    padding: 8px 12px;
}

button.password_confirm-strength__visibility.btn.btn-outline-secondary {
    width: fit-content;
    margin: 0;
    left: 0 !important;
    right: auto;
    top: 2px!important;
    padding: 8px 12px;
}
/* @media (max-width: 450px){ */
@media (min-width: 320px) and (max-width: 370px) {
    .frame-list-package-reseller.limited-height-supreme {
        height: 345px;
    }
    .frame-list-package-reseller .child-list-package-reseller .desc p {
        /* font-size: 12px !important; */
    }
    .frame-list-package-reseller.limited-height-supreme-3bulan {
        height: 313px;
    }
    .frame-list-package-reseller.limited-height-legend {
        height: 210px;
    }
}
@media (min-width: 381px) and (max-width: 480px) {
    .frame-list-package-reseller.limited-height-supreme {
        height: 345px;
    }
    .frame-list-package-reseller.limited-height-supreme-3bulan {
        height: 313px;
    }
    .frame-list-package-reseller.limited-height-legend {
        height: 190px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    .frame-list-package-reseller .child-list-package-reseller {
        width: 100% !important;
    }

    .package-switcher {
        margin-bottom: 60px;
        margin-top: 25px;
    }

    .switcher {
        font-size: 16px;
    }
    .switcher.active {
        font-size: 16px;
    }
    .bottom-tooltip {
    border-radius: 5px;
    background: #ffd510;
    color: #000;
    display: flex;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    margin-top: 50px;
    font-size: 14px;
    right: 10%;
    box-shadow: 0px 2px 6px 0px #CEB540;
}

.bottom-tooltip::before {
    border-bottom: 10px solid #ffd510;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    transform: translateX(-50%) translateY(calc(-100% + 1px));
    width: 0;
    z-index: 1;
    position: absolute;
    bottom: 69%;
    top: auto;
    left: 50%;
    }
    .bottom-tooltip {
        border-radius: 5px;
        background: #ffd510;
        color: #000;
        display: flex;
        padding: 6px 10px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        position: absolute;
        margin-top: 50px;
        font-size: 14px;
        right: 10%;
        box-shadow: 0px 2px 6px 0px #CEB540;
    }
    
    .bottom-tooltip::before {
        border-bottom: 10px solid #ffd510;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        height: 0;
        transform: translateX(-50%) translateY(calc(-100% + 1px));
        width: 0;
        z-index: 1;
        position: absolute;
        bottom: 69%;
        top: auto;
        left: 75%;
    }

    .footer-card-package-legend {
        font-size: 13px !important;
    }
}

.alert-custom-domain {
    display: flex;
    width: 100%;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    border-radius: 6px;
    border: 1px solid #F8C8A1;
    background: #FFFAF5;
    margin-top: 10px;
}

.alert-custom-domain .txt-header {
    color: #393939;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px; /* 150% */
}

.alert-custom-domain span.txt-content {
    color: #393939;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px; /* 150% */
}

.alert-custom-domain .text-content {
    color: #393939;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.alert-custom-domain .txt-footer {
    color: #D86302;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    text-decoration-line: underline;
    text-decoration-style: dotted;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.alert-custom-domain .txt-alert {
    flex: 1 0 0;
    margin-bottom: 0px;
}

.footer-card-package-legend {
    display: flex;
    height: 40px;
    flex-direction: row;
    padding: 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 0px 0px 10px 10px;
    background: #E6E6E6;
    color: #6B6A6A;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
/* 
.footer-card-package-legend:hover {
    border-radius: 0px 0px 10px 10px;
    background: #E5700F;
    color: #FFF;
} */

/* Tambahkan selector untuk hover
.child-list-package-reseller[data-id="4"]:hover .footer-card-package-legend,
.footer-card-package-legend:hover {
    border-radius: 0px 0px 10px 10px;
    background: #E5700F;
    color: #FFF;
} */

/* Ketika child-list-package-reseller dengan data-id=4 di-hover */
.child-list-package-reseller:hover .footer-card-package-legend {
    border-radius: 0px 0px 10px 10px;
    background: #E5700F;
    color: #FFF;
}
.child-list-package-reseller.active .footer-card-package-legend {
    border-radius: 0px 0px 10px 10px;
    background: #E5700F;
    color: #FFF;
}

/* Tambahkan efek hover lainnya jika diperlukan */

.card-legend {
    padding: 0px !important;
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}
.card-head-legend {
    margin: 15px 15px 0px 15px !important;
}
.card-head-legend-perpanjang {
    margin: 15px 15px 15px 15px !important;
}
.card-body-legend {
    margin: 0px 15px 15px 15px !important;
}

.frame-grid-product-v2.bg-frame-v2 {
    margin-bottom: 0px!important;
        margin-top: 20px;
}
.flash-sale-wrapper {
    display: flex;
    width: 100%;
    max-width: 1100px;
    align-items: flex-start;
    gap: 20px;
    margin: 0 auto;
    margin-bottom: 5px;
    position: relative;
    padding: 0px;
    overflow-x: hidden;
    padding: 6px 8px 8px 8px;
}
.card-flash-sale {
    display: flex;
    width: 270px;
    padding: 12px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid #575757;
    /* background: linear-gradient(0deg, rgba(43, 23, 89, 0.76) 0%, rgba(43, 23, 89, 0.76) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
    text-decoration: none;
    transition: all .1s;
    position: relative;
    cursor: pointer;
}

.card-flash-sale:hover {
    /* background: linear-gradient(0deg, rgba(43, 23, 89, 0.76) 0%, rgba(43, 23, 89, 0.76) 100%), url(<path-to-image>) lightgray 50% / cover no-repeat; */
    box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.20);
    /* border: 2px solid #ef8812; */
    outline: none;
    transform: scale(1.02);
}

.card-flash-sale img {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    border: 1px solid #575757;
}

.card-flash-sale:hover img {
    border: 1px solid #cfcfcf;
}

.card-flash-sale .label-group-fs {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    flex: 1 0 0;
    overflow: hidden;
}
.card-flash-sale .label-group-fs h6 {
    color: #fff!important;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    align-self: stretch;
}
.card-flash-sale .label-group-fs b {
    overflow: hidden;
    color: #FFF!important;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px; /* 157.143% */
        display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-right: 10px;
    width: 125px;
}

.badge-off-sale {
    background: #C5E5FF;
    position: relative;
    right: 0;
    top: 0;
    transform: rotate(35.993deg);
}

.badge-off-sale b {
    margin: 0px;
    color: #000;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.bestseller:after {
    content: var(--diskon-label, "Diskon");
    z-index: 1;
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    transform: rotate(45deg);
    width: 120px;
    display: block;
    background: #C5E5FF;
    background: linear-gradient(#d90000 0%, #ff5f33 100%);
    box-shadow: 0 0px 10px -5px rgba(0, 0, 0, 1);
    position: absolute;
    top: 19px;
    right: -30px;
    clip-path: polygon(120px 26px, 90px -4px, 40px -12px, 8px 20px, 10px 30px,  120px 30px);
    z-index: 2;
}
.countdown-container {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    gap: 8px;
    text-align: center;
}
.countdown-box {
    background-color: #FF3838;
    color: white;
    border-radius: 8px;
    padding: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 45px;
}
.countdown-value {
    font-size: 15px;
    line-height: 16px;
}
.countdown-container span {
    font-size: 12px;
}

.group-title-fs {
    display: flex;
    flex-direction: row;
    gap: 20px;
    flex-wrap: wrap;
}
.slider-arrow {
    /* position: absolute;
    top: 62%;
    transform: translateY(-40%);
    z-index: 10;
    background: transparent;
    color: white;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
    display: none;
    border-radius: 10px 10px 10px 10px;
    user-select: none;
    width: 52px;
    text-align: center; */
    z-index: 10;
    background: transparent;
    color: #E5700F;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;
    display: none;
    border-radius: 999px;
    user-select: none;
    width: 52px;
    text-align: center;
    display: block;
}

.left-arrow {
    left: 10px;
}

.right-arrow {
    right: 10px;
}
    .flashsale-slider-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
    }
.flashsale-slider-wrapper:hover .slider-wrapper-fs {
    display: block;
}
.slider-arrow:hover {
    background: rgba(0, 0, 0, 0.1);
}

.slider-wrapper-fs {
    display: flex;
    justify-content: space-between;
    width: 1150px;
    position: absolute;
    margin-left: -40px;
    margin-top: 25px;
}

.flashsale-slider-wrapper::after {
    background: linear-gradient(90deg, #F2F5F700 0%, #F2F5F7 100%);
    content: "";
    position: absolute;
    z-index: 7;
    width: 30px;
    height: 120px;
    right: 0;
    top: 0;
}
.flashsale-slider-wrapper::before {
    bottom: 0;
    left: 0;
    background: linear-gradient(270deg, #F2F5F700 0%, #F2F5F7 100%);
    content: "";
    position: absolute;
    z-index: 7;
    width: 30px;
    height: 120px;
}

.heading-menu {
    display: flex;
    align-items: center;
    gap: 12px;
    align-self: stretch;
    width: 100%;
}


.tooltip-wrapper-supreme {
  position: relative;
  display: inline-block;
}

.tooltip-wrapper-supreme .badge {
  display: flex;
  padding: 2px 6px 3px 6px;
  align-items: center;
  gap: 4px;
  border-radius: 4px;
  background: linear-gradient(276deg, rgba(255, 255, 255, 0.00) 32.69%, rgba(255, 255, 255, 0.16) 46.05%, rgba(255, 255, 255, 0.00) 57.58%), #E6700F;
  color: #FFF;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
}

.tooltip-wrapper-supreme i {
     font-size: 11px;
}


.tooltip-wrapper-supreme .tooltip-text {
  position: absolute;
  top: 100%;
  left: -70.502px;
  margin-top: 6px;
  padding: 6px;
  background: #fff;
  border: 1px solid #CED4DA;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  white-space: nowrap;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
}

.tooltip-wrapper-supreme .tooltip-text.visible {
  opacity: 1;
  visibility: visible;
}

.tooltip-wrapper-supreme .tooltip-text p {
  color: #4F4F4F;
  text-align: center;
  font-family: "Source Sans Pro";
  font-size: 13px;
  font-weight: 400;
  width: 195.995px;
  margin-bottom: 0px;
}

.tooltip-wrapper-supreme .tooltip-text a {
  color: #E6700F;
  font-weight: 600;
  text-decoration: none;
}

.tooltip-information-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 6px;
}

.tooltip-information {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: gray;
}

.tooltip-information .tooltip-text {
    visibility: hidden;
    
    text-align: center;
    width: 300px;
    padding: 6px;
    background: #fff;
    border: 1px solid #CED4DA;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    /* white-space: nowrap; */
    /* Posisi tooltip di bawah */
    position: absolute;
    top: 161%;
    left: 50%;
    transform: translateX(-35%);
    
    /* Efek transisi */
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
}
.tooltip-information .tooltip-text p {
    color: #4F4F4F;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-weight: 400;
    width: 195.995px;
    margin-bottom: 0px;
    width: 100%;
}

.tooltip-information .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%; /* Panah muncul di atas tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    opacity: 0;
}

.tooltip-information:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.tooltip-information-dns {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.tooltip-information-dns .tooltip-text {
    visibility: hidden;
    text-align: center;
    width: fit-content;
    padding: 6px;
    background: #fff;
    border: 1px solid #CED4DA;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    /* white-space: nowrap; */
    position: fixed;
    /* top: -10px; */
    transform: translateX(-35%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    margin-top: -60px;
    margin-left: 20px;
}
 
.tooltip-information-dns .tooltip-text p {
    color: #4F4F4F;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-weight: 400;
    width: 195.995px;
    margin-bottom: 0px;
    width: 100%; 
}

.tooltip-information-dns .tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%; /* Panah muncul di atas tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333 transparent;
    opacity: 0;
}

.tooltip-information-dns:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

.upgrade-card-paket {
    display: flex;
    width: 230px;
    padding: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 5px;
    background: url('../../img/popup-uniplaypoint.png') lightgray 50% / cover no-repeat;
    box-shadow: 0px 2px 10px -2px rgba(4, 53, 99, 0.10);
    margin-top: 16px;
}

.upgrade-card-paket .txt-title {
    color: #E6700F;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;
}

.upgrade-card-paket .txt-content {
    color: #393939;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0px;
}

.upgrade-card-paket .button {
    display: flex;
    width: 190px;
    padding: 6px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 5px;
    border: 1px solid #C46415;
    background: #E6700F;

    color: #FFF;
    text-align: center;
    font-family: "Source Sans Pro";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */

    text-decoration: none;
}

.upgrade-card-paket .button:disabled {
    pointer-events: none;
    background: gray;
    border-color: gray;
    color: #dddddd;
}

.upgrade-card-paket .button:hover {
    background: #c25c08;
    color: #FFF;
}


.dashboard-member .left-sidebar {
    background: transparent !important;
    box-shadow: none !important;
}

.dashboard-member .sidebarleft {
    width: 230px;
    background: white;
    /* cursor: default; */
    box-shadow: 0px 2px 10px -2px #0435631a;
    border-radius: 0.3em;
    position: relative;
}