*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
      padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
html, body {width:100%;height:100%;margin:0;padding:0;}
.chatbox-popup aside,
.chatbox-panel aside {
	font-size: 14px
}

.chatbox-popup h1,
.chatbox-panel h1 {
	margin: 0;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	font-weight: 700
}

button.chatbox-open {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	color: #fff;
	background-color: #1c9033;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, .15);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	margin: 16px
}

button.chatbox-close {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 52px;
	height: 52px;
	color: #fff;
	background-color: #0360a5;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 12px 15px 20px 0 rgba(46, 61, 73, .15);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	display: none;
	margin: 16px 16px 16px calc(2 * 16px + 65px)
}

textarea {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	height: calc(16px + 16px/2);
	padding: 0 calc(16px/2);
	font-family: inherit;
	font-size: 16px;
	line-height: calc(16px + 16px/2);
	color: #888;
	background-color: none;
	border: 0;
	outline: 0 !important;
	resize: none;
	overflow: hidden
}

textarea::-moz-placeholder {
	color: #888
}

textarea:-ms-input-placeholder {
	color: #888
}

textarea::placeholder {
	color: #888
}

.chatbox-popup {
	display: flex;
	position: fixed;
	box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
	flex-direction: column;
	display: none;
	bottom: calc(2 * 16px + 52px);
	left: 16px;
	width: 330px;
	height: auto;
	background-color: #fff;
	border-radius: 16px;
	z-index: 9
}

.chatbox-popup .chatbox-popup__header {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 11px 16px;
	color: #fff;
	background-color: #000;
	align-items: center;
	justify-content: space-around;
	border-top-right-radius: 12px;
	border-top-left-radius: 12px;
	height: auto
}

.chatbox-popup .chatbox-popup__header .chatbox-popup__avatar {
	margin-top: 0px;
	
	border-radius: 50%;
	width: 33px;
	text-align: center
}

.chatbox-popup .chatbox-popup__main {
	box-sizing: border-box;
	width: 100%;
	padding: calc(2 * 8px) 16px;
	line-height: calc(16px + 16px/2);
	color: #000;
	background: #FFF;
	text-align: center;
	border:2px solid #000;
	border-bottom: none;

	
}

.chatbox-popup .chatbox-popup__footer {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 16px;
	border-top: 1px solid #ddd;
	align-items: center;
	justify-content: space-around;
	border-bottom-right-radius: 12px;
	border-bottom-left-radius: 12px;
	border: 2px solid #000;
}

.chatbox-panel {
	display: flex;
	position: absolute;
	box-shadow: 5px 5px 25px 0 rgba(46, 61, 73, .2);
	flex-direction: column;
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	width: 377px;
	background-color: #fff
}

.chatbox-panel .chatbox-panel__header {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 16px;
	color: #fff;
	background-color: #28a745;
	align-items: center;
	justify-content: space-around;
	flex: 0 0 auto;
	height: auto
}

.chatbox-panel .chatbox-panel__main {
	box-sizing: border-box;
	width: 100%;
	padding: calc(2 * 16px) 16px;
	line-height: calc(16px + 16px/2);
	color: #888;
	text-align: center;
	flex: 1 1 auto
}

.chatbox-panel .chatbox-panel__footer {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	padding: 16px;
	border-top: 1px solid #ddd;
	align-items: center;
	justify-content: space-around;
	flex: 0 0 auto
}

button.chatbox-open:after {
	content: '4';
	position: absolute;
	background: red;
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	border: none;
	border-radius: 100px;
	top: -5px;
	right: -5px
}

.satta-king-cloud-content p a {
	color: #ff151d
}

.btn-3 {
	background: -webkit-linear-gradient(0deg, rgb(244, 170, 54) 0%, rgb(154 53 243) 100%);
	color: #fff !important;
	padding: 8px 15px;
	margin-right: 25px;
	animation: at-ripple-pink .8s linear infinite !important
}

button.chatbox-close {
	    left: inherit;
    right: 0;
    margin: 22px calc(2 * -21px + 65px) 397px 16px;
    z-index: 13;
    border: 2px solid #FFF;
}

.chatbox-popup {
	left: inherit;
	right: 16px;
	z-index: 10
}


/* Custom, iPhone Retina */ 
 @media only screen and (min-width : 50px) {
.dailyCityVal {
  display: flex;
  margin-left:20%;
}  
}
/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
 .dailyCityVal {
  display: flex;
  margin-left:37%;
}
}    
/* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
 .dailyCityVal {
  display: flex;
  margin-left:41%;
}
}
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) { 
 .dailyCityVal {
  display: flex;
  margin-left:42%;
}
}
#table_1{
    table-layout: fixed;
    width: 100%;
}
#table_1 td { width: 33%; }
.btn-telig{
    width: auto;
	background-color: rgb(16, 204, 85);
}
.kiwl-box-bg {
  background-color: #15a4eb;
}
/*.gamefull_marg {    margin: -5px;  }*/

.outerbox11 {
  text-align: center;
  background: #CE2121;
  margin-bottom: 10px;
  padding: 2px;
}
#write11{
border:2px solid blue; 
padding:10px; 
text-align:center; 
background-color:#fff
}
.resultBoxspan {
  color: #d92020;
  /*margin-left: 12px;*/
  font-size: 24px;
  font-weight: 400;
  line-height: 1.1;
}
.fontBlack {
    color: #161616;   
}

.bprder_box_shadow {
    background-color: #47c355;
    margin: auto;
    overflow: hidden;
    padding: 12px;
    border-radius: 10px;
    box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.5);
}
.innerbox11 {
  background-color: #085805;
  background: radial-gradient(circle, rgba(8,91,5,1) 0%, rgba(6,0,1,1) 100%);
  font-size: 14px;
}
.innerbox11 p {  font-size: 14px; }
.our_market h1 { margin-top: 21px; }

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.rounded-xl {
    border-radius: .75rem;
}
.transition-all {
    transition-property: all;
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.duration-300 {
    transition-duration: .3s;
}
.ease-in-out {
    transition-timing-function: 
cubic-bezier(.4, 0, .2, 1);
}
.w-full {
    width: 100%;
}
@media (min-width: 1024px) {
    .lg\:w-fit {
        width: fit-content;
    }
}
@media (min-width: 1024px) {
    .lg\:mt-0 {
        margin-top: 0;
    }
}
.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}
@media (min-width: 1024px) {
    .lg\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem;
    }
}
.font-bold {
    font-weight: 700;
}
@media (min-width: 1024px) {
    .lg\:font-medium {
        font-weight: 500;
    }
}
.mt-2 {
    margin-top: .5rem;
}
.outerbox_yl {
  padding-top: 0px;
  padding-bottom: 0px; 
}
.bt_0{
  margin-bottom: 0px;
}
