*,
:after,
:before,
p {
    margin: 0;
    padding: 0;
}
body,
html {
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
*,
:after,
:before {
    box-sizing: border-box;
    outline: 0 !important;
}
.container,
.wrapper {
    margin: 0 auto;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.button-style {
    background-color: unset;
    border: unset;
}
.display-inlinle-blick,
.wrapping-text {
    white-space: nowrap;
}

.wrapping-text {
    text-overflow: ellipsis;
}
#coinBgImage,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

p {
    font-size: 14px;
    line-height: 24px;
}
a {
    text-decoration: none;
    color: unset !important;
}
a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
    color: inherit;
}
:active,
:focus {
    outline: 0;
}
::-moz-focus-inner {
    border: 0;
}
.ff-ns {
    font-family: "Noto Sans";
}

body.modal-open {
    height: 100vh;
    overflow: hidden;
}
.align_center {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.align_left {
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
}
.align_right {
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
}
.paddingZero {
    padding-left: 0;
    padding-right: 0;
}
.zindex {
    z-index: 1;
}
.footer_fixed,
.header_fixed{
    width: 100%;
    position: fixed;
    background: 0 0;
    padding: 0;
    left: 0;
    right: 0;
}
.header_fixed{
    top: 0;
    z-index: 1030;
}
.footer_fixed {
    bottom: 0;
    z-index: 1030;
    height: 75px;
}
.perwidth-100{
    width: 100%;
}
.HeaderHeight {
    height: 80px;
    padding: 18px 0;
}
.dgrid {
    display: grid;
}

#footer-menu ul li,
.display-inlinle-blick_blk,
.vabotm,
.vac,
.vac-top,
.vas_btm {
    display: inline-block;
}
#footer-menu ul li {
    text-align: center;
    padding: 0 5px;
    width: 25%;
}
#footer-menu ul li a {
    padding: 0;
}
.footer-menu {
    height: 75px;
}
.position-realtive {
    position: relative;
}

.vac-top {
    vertical-align: top;
}
.float_right {
    float: right;
}
.float_left {
    float: left;
}
.vabotm,
.vas_btm {
    vertical-align: bottom;
}
.pbtn_hdr,
.vac {
    vertical-align: middle;
}

.lsp{
    letter-spacing: 0.1px;
}
.zi-1{
    z-index: 1;
}
.wrapping-text {
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
}
.center_position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo{
    width: 100%;
    max-width: 196px;
}
.footer_background {
    box-shadow: 0 2px 15px rgba(47, 48, 66, 0.1);
    border-radius: 10px 10px 0 0;
}
.footer_rg_img {
    width: 100%;
    max-width: 20px;
    padding-bottom: 7px;
}
.center_div_page{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ht-100vh,
.ht100vh {
    height: 100vh;
}
.gameslogo_img {
    width: 100%;
    max-width: 55px;
}
.overlay_item {
	position: absolute; 
	bottom: 0; 
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 12.88%, rgba(0, 0, 0, 0.79) 106.33%);
	width: 100%;
	transition: .5s ease;
	height: 100%;
} 
.baseButton{
    padding: 10px;
    border-radius: 8px;
    width: 100%;
    height: 50px;
}
.blue-background{
    background: #5A19EB;
    color: #ffffff;
}
.white-background{
    background: #ffffff;
    color: #000000
}
.btm_fixd_btn{
    position: fixed;
    width: 100%;
    bottom: 20px;
    z-index: 1000;
}
.image-close{
    width: 100%;
    max-width: 20px;
}
.close_btn{
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 15px
}
.image-call{
    width: 100%;
    max-width: 20px;
}
.login_img {
    width: 100%;
    max-width: 40px;
}
.td_line {
    text-decoration: underline;
    text-decoration-color: #A11B24;
}
.td_line_black {
    text-decoration: underline;
    text-decoration-color: #000000;
}
.anchor-padding-all{
    padding: 10px 15px;
}
.continue-button{
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.continue-button-pos{
    position: absolute;
    right: 20px;
    top: 120%;
}
.continue-button-grey{
    background: #757575;
}
.continue-button-blue{
    background: #7E49FF;
}
img, svg {
    vertical-align: text-bottom;
}
.animate-bottom {
    position: relative;
    animation: animatebottom 0.4s;
  }
  .JustifyBetweenSpace {
    display: flex;
    justify-content: space-between; /* This ensures equal spacing */
    align-items: center;
    
  }
  .brd_bottom_hd{
    padding-bottom: 12px;
    border-bottom: 3px solid #5A19EB;
}
/* .dots {
    border: unset;
    border-bottom: 1px solid #757575;
    border-bottom-style: dotted;
    border-width: 0.3cap;
    border-radius: 0px;
    width: 100%;
    padding-bottom: 10px;
} */ 
.decline_btn_cmn{
    border-radius: 8px;
    border: 1px solid #FF2C20;
    color: #FF2C20;
    padding: 10px;
}
.profile_img_con_popup {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}
 /* Red dot animation css start */
 .record-dot {
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    animation: pulse 1.5s infinite;
    }
    @keyframes pulse {
    0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
    }
    70% {
    box-shadow: 0 0 0 5px rgba(255, 0, 0, 0);
    }
    100% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
    }
    }
  @keyframes animatebottom {
    from {
      bottom: -300px;
      opacity: 0;
    }
  
    to {
      bottom: 0;
      opacity: 1;
    }
  }

  .badge {
    position: absolute;
    top: -15px;
    right: 10px;
    border-radius: 10px;
    background: #25d366;
    padding: 2px 8px;
  }
  .tooltip-content-pos {
    position: absolute;
    top: -65px;
    left: 13px;
    z-index: 1000;
    
    right: 8px;
  }
  .tooltip-content {
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 2px 9.1px 0px rgba(0, 0, 0, 0.12);
    padding: 15px;
    width: 100%;
    height: 50px;
  }
  
  .badge_request {
    border-radius: 10px;
    background: #F9C257;
    padding: 2px 8px;
  }
  
  .message a {
    color: #6b38fb; /* Adjust as needed */
    text-decoration: none;
  }
  
  .message a:hover {
    text-decoration: underline;
  }
  
  .close-btn {
    background: none;
    border: none;
    font-size: 16px;
    cursor: pointer;
    color: #333;
  }
  
  .close-btn:hover {
    color: #000;
  }
  
  .arrow_iocn_badge {
    position: absolute;
    bottom: -15px;
    left: 34%;
    
  }
  /*.iti__flag{
    background-position: -2413px 0px !important;
  }*/
 
