* {
	text-decoration: none;
	font-family: 'Nanum Gothic', sans-serif;
}

body {
	background-image: #34495e;
	align-items: center;
}

.loginForm {
	position: absolute;
	width: 300px;
	height: 400px;
	padding: 30px, 20px;
	background-color: #FFFFFF;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px;
}

.loginForm h2 {
	text-align: center;
	margin: 30px;
}

.registerForm {
	position: absolute;
	width: 300px;
	height: 400px;
	padding: 30px, 20px;
	background-color: #FFFFFF;
	text-align: center;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 15px;
}

.registerForm h2 {
	text-align: center;
	margin: 30px;
}

.login_forms {
	border-bottom: 2px solid #adadad;
	margin: 30px;
	padding: 10px 10px;
}

.register_forms {
	border-bottom: 2px solid #adadad;
	margin: 30px;
	padding: 0px 2px 0px 2px;
}

.file_forms {
	margin: 30px;
	padding: 0px 2px 10px 2px;
}
.inputs {
	width: 100%;
	border: none;
	outline: none;
	color: #636e72;
	font-size: 16px;
	height: 25px;
	background: none;
}

.btn {
	position: relative;
	left: 40%;
	transform: translateX(-50%);
	margin-bottom: 40px;
	width: 80%;
	height: 40px;
	background: linear-gradient(125deg, #81ecec, #6c5ce7, #81ecec);
	background-position: left;
	background-size: 200%;
	color: white;
	font-weight: bold;
	border: none;
	cursor: pointer;
	transition: 0.4s;
	display: inline;
}

.btn:hover {
	background-position: right;
}

.bottomText {
	text-align: center;
	font-size:10px;
}

#file_text{
	padding-right:9em;
	padding-bottom:2px;
	color: #636e72;
}

.container{
    width: 100%;
    height: 100vh;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.chatbox{
    background: #BDBDBD;
    width: 70%;
    min-width: 250px;
    display: flex;
}
.col-1{
    flex:1;
}
.col-2{
    flex-basis: 250px;
    background: #9E9E9E;
}
.msg-row{
    display: flex;
    align-items: center;
    margin: 50px;
}
.msg-text{
    background: rgba(255,255, 255, 0.1);
    padding: 20px 40px;
    border-radius: 30px;
    flex-basis:70%;
    font-weight: 300;
}
.msg-text h2{
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 10px;
}
.msg-img{
    width: 60px;
    margin: 10px;
}
.msg-row2{
    justify-content: flex-end;

}
.col-1 input{
    border: 0;
    outline: none;
    padding: 20px 40px;
    background: #9E9E9E;
    color: #fff;
    width: 100%;
    font-size: 13px;
    font-weight: 300;
}
::placeholder{
    color: #636e72;
}
.col-2{
    text-align: Left;
    font-weight: 400;
}
.col-2 h2{
    display: flex;
    justify-content: center;
}
.col-2 ul{
    list-style: none;
    padding: 30px;
}
.col-2 ul li{
    padding: 5px 0;
}
.col-2 ul li::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: pink;
    display: inline-block;
    margin-right: 10px;
}
.col-2 ul li.online::before{
    background: #01579B;
}
.col-2 ul li.offline::before{
    background: #1A237E;
}
.col-2 ul li.busy::before{
    background: #546E7A;
}

a:link { color: black; text-decoration: none; }
a:visited { color:black; text-decoration: none; }
a:hover { color: blue; text-decoration: none; }

.cllogout{
 width:100%;
 text-align:center;
 padding-top:300px;
}

#cbbody {
   width: 620px;
   margin-right: auto;
   margin-left: auto;
}

.container2 {
   display: flex;
   flex-wrap: wrap;
   margin-top: 10px;
   margin-bottom: 30px;
}

.checkbox {
   width: 148px;
   height: 60px;
   position: relative;
   margin: 3px;
}

.checkbox input {
   position: absolute;
   cursor: pointer;
   width: 100%;
   height: 100%;
   z-index: 2;
   appearance: none;
   -webkit-appearance: none;
}

.box {
   width: 100%;
   height: 100%;
   position: absolute;
   z-index: 1;
   background: #f7f7f7;
   border: 2px solid #d1d1d1;
   color: rgb(63, 63, 63);
   border-radius: 5px;
   display: flex;
   justify-content: center;
   align-items: center;
   overflow: hidden;
   transition: all 0.6s;
}

.box i {
   margin-right: 0.3em;
}

.box p {
   transition: all 0.2s;
}

.checkbox input:checked ~ .box {
   background: #f7f7f7;
   border: 2px solid #185ADB;
   color: #185ADB;
}

.select {
   width: 200px;
   padding: 15px;
   border: 1px solid #999;
   border-radius: 3px;
}

.title {
   flex-wrap: wrap;
   margin-top: 50px;
   margin-bottom: 30px;
   text-align: center;
}

#makePbtn{
	margin-top:50px;
	 text-align: center;
	 margin-bottom:80px;
}

.wrapper, .wrapper .img-area, .social-icons a, .buttons button {
   background: #ecf0f3;
   box-shadow: -3px -3px 7px #ffffff, 3px 3px 5px #ceced1;
}

.wrapper {
   position: relative;
   width: 350px;
   padding: 30px;
   border-radius: 10px;
   display: flex;
   align-items: center;
   justify-content: center;
   flex-direction: column;
}

.wrapper .icon {
   font-size: 17px;
   color: #31344b;
   position: absolute;
   cursor: pointer;
   opacity: 0.7;
   top: 15px;
   height: 35px;
   width: 35px;
   text-align: center;
   line-height: 35px;
   border-radius: 50%;
   font-size: 16px;
}

.wrapper .icon i {
   position: relative;
   z-index: 9;
}

.wrapper .icon.arrow {
   left: 15px;
}

.wrapper .icon.dots {
   right: 15px;
}

.wrapper .img-area {
   height: 150px;
   width: 150px;
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
}

.img-area .inner-area {
   height: calc(100% - 25px);
   width: calc(100% - 25px);
   border-radius: 50%;
}

.inner-area img {
   height: 100%;
   width: 100%;
   border-radius: 50%;
   object-fit: cover;
}

.wrapper .name {
   font-size: 23px;
   font-weight: 500;
   color: #31344b;
   margin: 10px 0 5px 0;
}

.wrapper .about {
   color: #44476a;
   font-weight: 400;
   font-size: 16px;
}

.wrapper .social-icons {
   margin: 15px 0 25px 0;
}

.social-icons a {
   position: relative;
   height: 40px;
   width: 40px;
   margin: 0 5px;
   display: inline-flex;
   text-decoration: none;
   border-radius: 50%;
}

.social-icons a:hover::before, .wrapper .icon:hover::before, .buttons button:hover:before
   {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
   border-radius: 50%;
   background: #ecf0f3;
   box-shadow: inset -3px -3px 7px #ffffff, inset 3px 3px 5px #ceced1;
}

.buttons button:hover:before {
   z-index: -1;
   border-radius: 5px;
}

.social-icons a i {
   position: relative;
   z-index: 3;
   text-align: center;
   width: 100%;
   height: 100%;
   line-height: 40px;
}

.social-icons a.fb i {
   font-size: 11px;
   color: #000000;
}

.social-icons a.twitter i {
   font-size: 13px;
   color: #000000;
}

.social-icons a.insta i {
   font-size: 13px;
   color: #000000;
}

.social-icons a.yt i {
   font-size: 13px;
   color: #000000;
}

.wrapper .buttons {
   display: flex;
   width: 100%;
   justify-content: space-between;
}

.buttons button {
   position: relative;
   width: 150px;
   border: none;
   outline: none;
   padding: 12px 0;
   color: #31344b;
   font-size: 17px;
   font-weight: 400;
   border-radius: 5px;
   cursor: pointer;
   z-index: 4;
}

.buttons button:first-child {
   margin-right: 10px;
}

.buttons button:last-child {
   margin-left: 10px;
}

.wrapper .social-share {
   display: flex;
   width: 100%;
   margin-top: 30px;
   padding: 0 5px;
   justify-content: space-between;
}

.social-share .row {
   color: #31344b;
   font-size: 13px;
   cursor: pointer;
   position: relative;
}



.social-share .row i.icon-2 {
   position: absolute;
   left: 0;
   top: 50%;
   color: #31344b;
   transform: translateY(-50%);
   opacity: 0;
   pointer-events: auto;
   transition: all 0.3s ease;
}



.profileBody {
	align-items: center;
   justify-content: center;
	 display: flex;
	 min-height: 100vh;
}
