
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
#widget_konten.popup__bg {
    font-family: "Roboto", sans-serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    pointer-events: none;
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
}
#widget_konten .popup {
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-align: center;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    position: absolute;
    bottom: 0;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    margin: auto;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
    background: #fff;
    padding: 32px 16px 16px;
    /* width: auto; */
    width: calc(100% - 32px);
    height: auto;
    color: inherit;
    -webkit-text-decoration: none;
    text-decoration: none;
    transform: translateY(150%);
    animation: widget_konten_ani 1s forwards;
}
#widget_konten .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
#widget_konten .popup_title{
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
}
#widget_konten .popup_text{margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;}
    #widget_konten .popup_btn{    width: 100%;
    -webkit-text-decoration: none;
    text-decoration: none;}
    #widget_konten .popup_button{
    background-color: #0468ff;
    color: #fff;
    padding: 12px 19px;
    height: 48px;
    width: 100%;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 1px solid transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    white-space: nowrap;
    text-align: center;
}
#widget_konten .popup_btn_text{
    font-size: 16px;
    line-height: 22px;
    font-style: normal;
    font-weight: 700
}
#widget_konten .close_icon{
    position: absolute;
    top: 16px;
    right: 16px;
}
#widget_konten .svgclose{
    color: #737a8e;
    display: block
}
@keyframes widget_konten_ani {
  0% {transform: translateY(150%);}
  100% {transform: translateY(0);}
}

/* widget apps */
#widgetpk {
    top: 50%;
    position: fixed;
z-index: 9;
background-color: #527abd;
color: #fff;
text-align: center;
width: 55px;
height: 55px;
line-height: 55px;
border-radius: 50%;
cursor: pointer;
z-index: 10;
opacity: 0.5;
-webkit-touch-callout: none; 
-webkit-user-select: none;   
-khtml-user-select: none; 
-moz-user-select: none;      
-ms-user-select: none;    
user-select: none;      
-webkit-animation: hoverWave linear 1s infinite;
animation: hoverWave linear 1s infinite;   
display: flex;
    align-items: center;
    transition: none; 
}
#widgetpk svg{
    margin: 0 auto;
}
.wila_modal__close-button svg{
    color: var(--colorDef);
}
#widgetpk:hover{
transition: all 0.15s;
opacity: 1;
}
@keyframes hoverWave {
0% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 0 rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}

40% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 15px rgba(56, 163, 253, 0.2), 0 0 0 0 rgba(56, 163, 253, 0.2)
}

80% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 26.7px rgba(56, 163, 253, 0.067)
}

100% {
box-shadow: 0 8px 10px rgba(56, 163, 253, 0.3), 0 0 0 30px rgba(56, 163, 253, 0), 0 0 0 40px rgba(56, 163, 253, 0.0)
}
}
#widget_ilApps .wila_modal {
padding-top: 20px;
top: auto;
bottom: 0;
z-index: 4;
min-height: auto;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
background-color: #1e1e1e;
position: fixed;
visibility: visible;
opacity: 1;
-webkit-transition: .3s;
transition: .3s;
right: 0;
left: 0;
background: rgb(68 68 68 / 34%);
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
overflow-y: auto;
overflow-x: hidden;
}
#widget_ilApps .wila_modal__content {
    padding: 30px 15px;
    padding-top: 70px;
border-radius: 0;
position: initial;
width: 100%;
max-width: 500px;
background-color: var(--colorBG);
-webkit-box-shadow: 0 5px 15px #1e1e1e8f;
box-shadow: 0 5px 15px #1e1e1e8f;
}
#widget_ilApps .wila_modal__close-button {
height: 30px;
width: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border: none;
position: absolute;
right: 10px;
top: 10px;
background: none;
cursor: pointer;
-webkit-transition: .3s;
transition: .3s;
outline: none;
z-index: 2;

}
#widget_ilApps h1.wila_modal-title {
    text-align: center;
    color: var(--colorDef);
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    top: 0;
    background-color: var(--colorWhite);
    width: 100%;
    left: 0;
    padding: 15px 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#widget_ilApps .wila_row {
display: flex;
flex-wrap: wrap;
margin-right: -1rem;
margin-left: -1rem;
justify-content: center;
}
#widget_ilApps .wila_col-3 {
    flex: 0 0 35%;
    max-width: 35%;
}
#widget_ilApps .wila_apps-item {
text-align: center;
display: block;
margin: 0 auto;
margin-bottom: 15px;
cursor: pointer;
}
#widget_ilApps .wila_color-bg-lents{
background-color: #4f51ae!important;
}
#widget_ilApps .wila_color-bg-deal{
background-color: #4c9c37!important;
}
#widget_ilApps .wila_color-bg-catalog{
background-color: #379c8d!important;
}
#widget_ilApps .wila_color-bg-search{
background-color: #213cdb!important;
}
#widget_ilApps .wila_color-bg-help{
background-color: #c88628!important;
}
#widget_ilApps .wila_color-bg-apps{
background-color: #a22e64!important;
}
#widget_ilApps .wila_color-bg-reels{
background-color: #b24444!important;
}
#widget_ilApps .wila_color-bg-markets{
background-color: #6a44b2!important;
}
#widget_ilApps .wila_apps-item-icon svg{
color: #ffffff;
margin: 0 auto;
}
#widget_ilApps .wila_apps-item-icon {
background-color: #2a2a2a;
border-radius: 10px;
height: 65px;
width: 65px;
margin: 0 auto;
line-height: 65px;
margin-bottom: 5px;
display: flex;
align-items: center;
padding: 7px;
}
#widget_ilApps .wila_apps-item-title {
font-size: 12px;
color: var(--colorText);
}

@media (min-width: 720px) {
    #widget_ilApps .wila_modal__content{
        padding-top: 85px;
        position: relative;
        overflow: hidden;
    }
    
.wila_modal{
top: 0!important;
border-radius: 0;
}
.wila_modal__content{
margin-top: calc(50% - 400px);
border-radius: 10px!important;
}
}
@media (max-width: 720px){
    #widget_ilApps .wila_col-3 {
        flex: 0 0 35%;
        max-width: 35%;
    }
}