/*explicit-content-popup*/
.trans {background: #1a1a1a;position: fixed; z-index: 1000;width: 100%; height: 100%; left: 0px;top: 0px;opacity: 0.95;}
.vlangpopup { width: 500px;height: 400px; background: rgb(44,44,45);background: linear-gradient(180deg, rgba(44,44,45,1) 0%, rgba(46,46,46,1) 44%, rgba(18,17,17,1) 76%, rgba(0,0,0,1) 100%); border-radius: 20px; position: absolute; z-index: 1001; left: 50%;top: 50%;transform: translate(-50%, -50%); border: solid 1px #707070;}
.poppad { padding: 90px 50px;}
.popup-content.mt-50 { margin: 0;}
.closepop {     background: #4f4f4f9c;
    font-weight: 600;
    color: #c6c6c6ab;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: normal;
    text-align: center;
    font-size: 14px;
    position: absolute;
    z-index: 9;
    right: 15px;
    top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;}
span.icon-Remove { font-weight: 700;}
.section-title {font-size: 20px; font-weight: 600;line-height: 1.25; font-stretch: normal; font-style: normal;letter-spacing: normal;text-align: center; color: #fff; margin-bottom: 20px;}
.textbox-label { font-size: 16px; font-weight: 500; font-stretch: normal; font-style: normal; line-height: 1.5;letter-spacing: normal; text-align: center;color: #c6c6c6;margin-bottom: 32px;}
.d-block { display: block;}
.button-blue.d-block{font-weight: 500;}
.not-now-btn{ font-size: 14px;  font-weight: normal; font-stretch: normal; font-style: normal; line-height: 1.43; letter-spacing: normal;color: #fff; text-align: center;margin-top: 31px;}

/*explicit-content-disabled*/
.disabled{  pointer-events: none;opacity: 0.23;}