@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%);
}*/
*:focus {
    outline: none;
}
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%;
}
.container{
	z-index: 0;
    max-width: 550px;
    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;
}

.comman{
    width: 50%;
    float: left;
}

.comman textarea{
    width: 100%; 
    border: 1px solid #ccc;
    min-height: 300px;
    padding: 20px;
    box-sizing: border-box;
    margin: 10px;
    resize: none;
    background-color: rgb(255,255,255,0.06);
    margin-top: 0px;
    color: #fff;

}
.comman textarea::-webkit-scrollbar {
   display: none;
 }
#message
{
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-right-color: #284a54;

}
#numbers
{
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border-left-color: #284a54;

}
#SenderIDBar
{
	margin-top:15px;
	padding-left:15px;
	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 20px;
    border: none;
    margin: 10px;
    background: #284a54;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
    border-radius: 30px;
}
.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;
    }
}
.btn-radio svg {
    fill: none;
    vertical-align: middle;
}
.btn-radio svg circle {
    stroke-width: 2;
    stroke: #C8CCD4;
}
.btn-radio svg path {
    stroke: #fff;
}
.btn-radio svg path.inner {
    stroke-width: 6;
    stroke-dasharray: 19;
    stroke-dashoffset: 19;
}
.btn-radio svg path.outer {
    stroke-width: 2;
    stroke-dasharray: 57;
    stroke-dashoffset: 57;
}
.btn-radio input {
    display: none;
}
.btn-radio input:checked + svg path {
    transition: all 0.4s ease;
}
.btn-radio input:checked + svg path.inner {
    stroke-dashoffset: 38;
    transition-delay: 0.3s;
}
.btn-radio input:checked + svg path.outer {
    stroke-dashoffset: 0;
}
.btn-radio span {
    display: inline-block;
    vertical-align: middle;
}
td
{
	color: #fff;
}
.minamaro
{
	margin-left: 10px;
	color: #fff;
	font-size: 0.9em;
}
.startsWith
{
	position: relative;
	background-color: rgb(255,255,255,0.05);
	height: 25px;
	left: 10px;
	color: #fff;
	padding: 9px;
	border:none;
	border-radius: 20px;
    border: 1px solid #ccc;

}
button
{
	position: relative;
	left: 5px;
	padding: 15px 20px;
	width: 220px;
	margin-bottom: 20px;
	margin-top: 10px;
	border-radius: 30px;
	background: #284a54;
	border:none;
	color: #fff;
    font-weight: bold;
    cursor: pointer;
    box-shadow: 0px 5px 1px #000;
}