@import url('https://fonts.googleapis.com/css?family=Poppins:wght@200,300,400,500,600,700,800,900&display=swap');
*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body
{
    margin: 0;
    padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	background: #091921;
}
/*body::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(#e91e63, #ffc107);
	clip-path: circle(20% at 0% 20%);
}*/
img
{

	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.navigation
{
	z-index: 1;
	position: absolute;
	width: 60px;
	height: 100%;
	padding-top: 20px;
	left: 0px;
	background: rgba(255,255,255,0.05); /*menu color*/
	backdrop-filter: blur(10px);
	transition: 1s;
	overflow: hidden;
}
.navigation:hover,
.navigation.active
{
	width: 300px;
}
.navigation ul
{
	position: absolute;
	top: 0, 
	left: 0;
	width: 100%;
}
.navigation ul li
{
	position: relative;
	width: 100%;
	list-style: none;
}
.navigation ul li:hover
{
	background: #284a54;
	border-radius: 20px;
}

.navigation ul li a
{
	position: relative;
	display: block;
	width: 100%;
	display: flex;
	text-decoration: none;
	color: #fff;/*icon color*/
}

.navigation ul li a:hover
{
	position: relative;
	display: block;
	width: 100%;
	display: flex;
	text-decoration: none;
	color: #fff;/*icon 2 color*/
}
.navigation ul li a .icon
{
	position: relative;
	display: block;
	min-width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.navigation ul li a .icon .fa
{
	font-size: 24px;
}
.navigation ul li a .title
{
	position: relative;
	display: block;
	padding: 0 10px;
	height: 60px;
	line-height: 60px;
	text-align: start;
	white-space: nowrap;
	color: #fff;/*menu text color d1d1d1*/
	font-weight: 300;
}
.toggle
{
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	background: rgb(255,255,255,0.05);
	border-radius: 50%;
	cursor: pointer;
}
.toggle.active
{
	background: #284a54;
}
.toggle:before
{
	content: '\f0c9';
	font-family: fontAwesome;
	position: absolute;
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}
.toggle.active:before
{
	content: '\f00d'
}
@media (max-width: 767px)
{
	.navigation
	{
		left: -60px;
	}
	.navigation.active
	{
		left: 0px;
		width: 100%;
		background: #284a54;

	}
}

.Mluticolor
{
	position: absolute;
	justify-content: center;

	width: 300px;
	height: 300px;
	border-radius: 50%;

	background: linear-gradient(#14ffe9,#ffeb3b,#ff00e0);
	animation: Mluticolorbackgroundanimate 0.5s linear infinite;
}
@keyframes Mluticolorbackgroundanimate
{
	0%
	{
		transform: rotate(0deg);
	}
	100%
	{
		transform: rotate(360deg);
	}
}
.Mluticolor span
{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: linear-gradient(#14ffe9,#ffeb3b,#ff00e0);
}
.Mluticolor span:nth-child(1)
{
	filter: blur(50px);
}
.Mluticolor span:nth-child(2)
{
	filter: blur(100px);
}
.Mluticolor span:nth-child(3)
{
	filter: blur(200px);
}
.Mluticolor span:nth-child(4)
{
	filter: blur(400px);
}
.Mluticolor:after
{
	content: '';
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	bottom: 40px;
	background: #091921;
	border-radius: 50%;
}
*:focus {
    outline: none;
}
/*.intro 
{
	position: relative;
	z-index: 0;
  	background-color: #FFA07A;
  	width:700px;
  	height:330px;
	

}
.intro2 {
	position: relative;
	z-index: 0;
  	background-color: #BD0BB7;
  	width:400px;
  	height:129px;
  	padding-top:4px;
	

  
}
textarea
{
	position: absolute;
	justify-content: center;
	align-items: center;
	margin-right:3px;
	height:120px;
	width:300px;
	
}
hr.new44 
{
	border-top: 1px dashed #1919DF;
	width:73%;
}*/
.container{
	z-index: 0;
    max-width: 800px;
    margin: 25px auto;
    font-family: 'Roboto', sans-serif;
    background: rgb(255,255,255,0.06);
    backdrop-filter: blur(30px);
    padding: 10px 50px 10px 30px;
    /* box-shadow: 7px 7px 20px 0px #00000038; */
    border-radius: 30px;
}



#numbers
{
	padding-left: 13px;
	padding-top: 9px;
	margin-bottom: 30px;
	width:620px;
	height: 170px;
	border: 1px solid #ccc;
	border-radius: 20px;
    background-color: rgb(255,255,255,0.06);
    color: #fff;
    resize: none;
}
textarea::-webkit-scrollbar {
    width: 0.5em;
}

textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.05);
	border-radius: 10px;
}

textarea::-webkit-scrollbar-thumb {
	margin-top: 100px;
	border-radius: 10px;
  	background: #284a54;
  	outline: 1px solid slategrey;
}
#SenderIDBar
{
	padding-left:15px;
	margin-bottom: 30px;
	width:620px;
	height: 35px;
	border: 1px solid #ccc;
	border-radius: 40px;
    background-color: rgb(255,255,255,0.06);
    color: #fff;
}


#submit-btn{
    width: 100%;
    padding: 15px;
    border: none;
    margin-bottom: 40px;
    background: #284a54;
    font-weight: bold;
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
}
.NomaxsmsSender
{
	text-align: center;

}
.cntr {
    margin: auto;
}

.btn-radio {
    cursor: pointer;
    display: inline-block;
    float: left;
    -webkit-user-select: none;
    user-select: none;
    color: #fff;
}
.btn-radio:not(:first-child) {
    margin-left: 20px;
}
@media screen and (max-width: 480px) {
    .btn-radio {
        display: block;
        float: none;
    }
    .btn-radio:not(:first-child) {
        margin-left: 0;
        margin-top: 15px;
    }
}
