body{
    background-size: 100%;
    background-repeat:no-repeat;
    background-color:#fafafa;
}

.font-menu{
    font-weight:500 !important;
    color:white !important;
}

.font-menu:hover{
    -webkit-transition: scale(1.10);
    transform: scale(1.10);
}

.mt-center{
    margin-top:100px;
}

/* .active{
    -webkit-transition: 0.2s ease;
    transition: 0.4s ease;
}
.active:hover{
    -webkit-transtion: scale(1.08);
    transform: scale(1.08);
} */

.border-left-id{
    border-left:10px #023047 solid;
}


a{
  text-decoration:none;
  list-style:none;
  color:black;
}

/* img{
  max-width:100%;
  max-height:100%;
} */

.weight{
  font-weight:700;
}

  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #fff;
  }
  .preloader .loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font: 14px arial;
  }

.header-font{
  font-size:50px;
  font-weight: 800;
}

.icon-notif{
  font-size:25px;
}

.font-circle {
  font-size:12px;
}

.side-menu{
  list-style:none;
  font-weight: 400;
  margin-left:0;
  padding:0;
}

.list{
  padding-top:10px;
  padding-bottom:10px;
  padding-left:15px;
  width:100%;
  display:block;
  transition:0.4s;
}

.list:hover{
  background-color:black;
  background:linear-gradient(90.8deg, #219EBC 49.81%, #FDFDFD 120.04%);
  color:white;
  border-top-right-radius:25px;
  border-bottom-right-radius:25px;
}

/* .sidenav {
    height: 100%; 100% Full-height
    width: 0; 0 width - change this with JavaScript
    position: fixed; Stay in place
    z-index: 1; Stay on top
    top: 10; Stay at the top
    left: 0; Black
    overflow-x: hidden; Disable horizontal scroll
    padding-top: 60px; Place content 60px from the top
    transition: 0.7s; 0.5 second transition effect to slide in the sidenav
    background-color:#EDEDED;
  } */
  
  /* The navigation menu links
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
  } */

  .teal-bg{
    background-color:#219EBC;
    color:white;
  }

  .font-teal{
    color:#219EBC;
  }

  .font-pink{
    color:#f8bbd0;
  }

  .pink-bg{
    background-color:#f8bbd0;
    color:#fff;
  }

  .font-indigo-darken{
    color:#023047 !important;
  }

  .font-blue-light{
    color:#90caf9;
  }

  .indigo-darken-bg{
    background-color:#426171;
  }

  .menu-title {
    font-family:'Mulish', sans-serif;
    font-weight: 500 !important;
  }

  .green-lighten-bg {
    background-color:#c8e6c9;
  }
  
  /* When you mouse over the navigation links, change their color */
  /* .sidenav a:hover {
    background-image: linear-gradient(90.8deg, #219EBC 49.81%, #FDFDFD 102.04%);
    color: #f1f1f1;

  } */
  
  /* Position and style the close button (top right corner) */
  /* .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    margin-left: 50px;
  } */
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */

  .font-head{
    font-size:15px;
  }
  .font-body{
    font-size:12px;
  }
  .font-card{
    font-size:40px;
    font-weight:700;
    text-shadow: 10px black solid;
  }
  
  .font-size {
    font-size:90px;
  }

  .image-left{
    position:absolute;
    margin-left:-3%;
    size:100%;
  }

  .header{
    transition: all 0.5s ease-in-out;
  }

  .header.active{
    /* background-color: #426171; */
    color:white;
  }


  .mt-long{
    margin-top:100px;
  }


.sidebar{
  position:fixed;
  left:0;
  top:80;
  width:250px;
  height:100%;
  background:transparent;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin:left center;
  transition: .5s;
}

.sidebar.open{
  transform: rotate3d(0, 0, 1, 0deg);
}

.sidebar ul{
  list-style: none;
  left:0;
}

.sidebar li:hover,
.sidebar li.active,
.sidebar li a:hover {
    /* background-image: linear-gradient(-90.8deg, #219EBC 49.81%, #FDFDFD 102.04%); */
    transition: 0.5s;
    width:100%;
    color:white;
}

.sidebar li a {
  color:black;
  text-decoration:none;
  padding:10px 15px;
  display:block;
  left:0;
  transition:0.5s
}
.font-menu{
  font-size:23px;
}

.active-menu:hover{
      transition:0.5s;
      background-image: linear-gradient(90.8deg, #219EBC 65.81%, #FDFDFD 140.04%);
      color:white;
}

.mt-long{
  margin-top:100px;
}


/* sidenav */

.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 2; /* Stay on top */
  top: 0;
  left: 0;
  background: linear-gradient(180deg, #B0D3F5 0%, #E2FBE2 100%);
  /* background-color: #EDEDED; Black */
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  border-top-right-radius: 60px;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 17px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover, .offcanvas a:focus{
  background: #FCF8F3;
  opacity: 0.3
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
  overflow:hidden;
  width:100%;
}
body {
overflow-x: hidden;
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: #333;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #4CAF50;
  color: white;
}


.open {
  width:240px;
}

.close{
  width:0px;
}

/* .main-open{
  margin-left:250px;
}

.main-close{
  margin-left:250px;
} */

.menu-icon{
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
bottom: .5em;
}

.minus-top{
  margin-top:-280px;
}

.background_pink {
  background-image: linear-gradient(180deg, #fce4ec 40.81%, #FDFDFD 160.04%);
  border-radius:25px;
}

.logo-width{
  width:140px !important;
}

.background_soft_pink {
  background-color:#FFECF0;
}

.font-menu{
    font-weight:450;
}

.mt-center{
    margin-top:60px;
}

.mt-long{
    margin-top:200px;
}

.title-font{
    font-size:150px;
}

.image-red{
    height:60%;
    position:absolute;
}

.image-blue{
    height:60%;
    position:absolute;
    right:0
}

.round{
    border-radius:40px;
}

.margin-alert{
    margin-top:50px;
}

.pink-header{
    background-color:#f06292;
}

.cream-header{
    background-color:#FBE1C4;
}

.cream-bg{
    background-color:#FFF0DD !important;
}

.icon-table{
    font-size:15px;
}

.search-bar{
    transition:0.4s;
    color:white;
}

.indigo-border{
    border:3px solid #023047;
    margin:2px;
}

.yellow-right{
    top:0;
    right:0;
    position:absolute;
    width:40%;
}

.red-bg{
    left:0;
    position:absolute;
    width:20%;
    z-index:0;
}

.radius{
    border-radius:25px;
}

.blue-bg{
    position:absolute;
    right:0;
    width:20%
}

.homepage{
    position:absolute;
    right:-2;
    width:80%;
}

.logo-client{
    max-width:300px;
    max-height:50px;
    min-height:25px;
}

.tes{
    width:0;
}

.card-customer{
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius:25px;
<<<<<<< HEAD
}

.border-left-id{
    border-left:10px #023047 solid !important;
=======
>>>>>>> parent of 91f57aa1 (new profile UI)
}
/* iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0} */

.blockquote,p,pre,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,strike,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,article,aside,canvas,details,embed,figure,figcaption,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}

.right {
	  position: absolute;
	  right: 10px;  
	}
	#frame {
	  width: 100%;
	  min-width: 300px;
	  max-width: 1000px;
	  height: 92vh;
	  min-height: 300px;
	  max-height: 600px;
	  background: #E6EAEA;
	}
	@media screen and (max-width: 360px) {
	  #frame {
		width: 100%;
		height: 100vh;
	  }
	}
	#frame #sidepanel {
	  float: left;
	  min-width: 300px;
	  max-width: 340px;
	  width: 40%;
	  height: 100%;
	  background: #2c3e50;
	  color: #f5f5f5;
	  overflow: hidden;
	  position: relative;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel {
		width: 58px;
		min-width: 58px;
	  }
	}
	#frame #sidepanel #profile {
	  width: 80%;
	  margin: 25px auto;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile {
		width: 100%;
		margin: 0 auto;
		padding: 5px 0 0 0;
		background: #32465a;
	  }
	}
	#frame #sidepanel #profile.expanded .wrap {
	  height: 210px;
	  line-height: initial;
	}
	#frame #sidepanel #profile.expanded .wrap p {
	  margin-top: 20px;
	}
	#frame #sidepanel #profile.expanded .wrap i.expand-button {
	  -moz-transform: scaleY(-1);
	  -o-transform: scaleY(-1);
	  -webkit-transform: scaleY(-1);
	  transform: scaleY(-1);
	  filter: FlipH;
	  -ms-filter: "FlipH";
	}
	#frame #sidepanel #profile .wrap {
	  height: 60px;
	  line-height: 60px;
	  overflow: hidden;
	  -moz-transition: 0.3s height ease;
	  -o-transition: 0.3s height ease;
	  -webkit-transition: 0.3s height ease;
	  transition: 0.3s height ease;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap {
		height: 55px;
	  }
	}
	#frame #sidepanel #profile .wrap img {
	  width: 50px;
	  border-radius: 50%;
	  padding: 3px;
	  border: 2px solid #e74c3c;
	  height: auto;
	  float: left;
	  cursor: pointer;
	  -moz-transition: 0.3s border ease;
	  -o-transition: 0.3s border ease;
	  -webkit-transition: 0.3s border ease;
	  transition: 0.3s border ease;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap img {
		width: 40px;
		margin-left: 4px;
	  }
	}
	#frame #sidepanel #profile .wrap img.online {
	  border: 2px solid #2ecc71;
	}
	#frame #sidepanel #profile .wrap img.away {
	  border: 2px solid #f1c40f;
	}
	#frame #sidepanel #profile .wrap img.busy {
	  border: 2px solid #e74c3c;
	}
	#frame #sidepanel #profile .wrap img.offline {
	  border: 2px solid #95a5a6;
	}
	#frame #sidepanel #profile .wrap p {
	  float: left;
	  margin-left: 15px;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap p {
		display: none;
	  }
	}
	#frame #sidepanel #profile .wrap i.expand-button {
	  float: right;
	  margin-top: 23px;
	  font-size: 0.8em;
	  cursor: pointer;
	  color: #435f7a;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap i.expand-button {
		display: none;
	  }
	}
	#frame #sidepanel #profile .wrap #status-options {
	  position: absolute;
	  opacity: 0;
	  visibility: hidden;
	  width: 150px;
	  margin: 70px 0 0 0;
	  border-radius: 6px;
	  z-index: 99;
	  line-height: initial;
	  background: #435f7a;
	  -moz-transition: 0.3s all ease;
	  -o-transition: 0.3s all ease;
	  -webkit-transition: 0.3s all ease;
	  transition: 0.3s all ease;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap #status-options {
		width: 58px;
		margin-top: 57px;
	  }
	}
	#frame #sidepanel #profile .wrap #status-options.active {
	  opacity: 1;
	  visibility: visible;
	  margin: 75px 0 0 0;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap #status-options.active {
		margin-top: 62px;
	  }
	}
	#frame #sidepanel #profile .wrap #status-options:before {
	  content: '';
	  position: absolute;
	  width: 0;
	  height: 0;
	  border-left: 6px solid transparent;
	  border-right: 6px solid transparent;
	  border-bottom: 8px solid #435f7a;
	  margin: -8px 0 0 24px;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap #status-options:before {
		margin-left: 23px;
	  }
	}
	#frame #sidepanel #profile .wrap #status-options ul {
	  overflow: hidden;
	  border-radius: 6px;
	}
	#frame #sidepanel #profile .wrap #status-options ul li {
	  padding: 15px 0 30px 18px;
	  display: block;
	  cursor: pointer;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap #status-options ul li {
		padding: 15px 0 35px 22px;
	  }
	}
	#frame #sidepanel #profile .wrap #status-options ul li:hover {
	  background: #496886;
	}
	#frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
	  position: absolute;
	  width: 10px;
	  height: 10px;
	  border-radius: 50%;
	  margin: 5px 0 0 0;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle {
		width: 14px;
		height: 14px;
	  }
	}
	#frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
	  contentchat: '';
	  position: absolute;
	  width: 14px;
	  height: 14px;
	  margin: -3px 0 0 -3px;
	  background: transparent;
	  border-radius: 50%;
	  z-index: 0;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap #status-options ul li span.status-circle:before {
		height: 18px;
		width: 18px;
	  }
	}
	#frame #sidepanel #profile .wrap #status-options ul li p {
	  padding-left: 12px;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #profile .wrap #status-options ul li p {
		display: none;
	  }
	}
	#frame #sidepanel #profile .wrap #status-options ul li#status-online span.status-circle {
	  background: #2ecc71;
	}
	#frame #sidepanel #profile .wrap #status-options ul li#status-online.active span.status-circle:before {
	  border: 1px solid #2ecc71;
	}
	#frame #sidepanel #profile .wrap #status-options ul li#status-away span.status-circle {
	  background: #f1c40f;
	}
	#frame #sidepanel #profile .wrap #status-options ul li#status-away.active span.status-circle:before {
	  border: 1px solid #f1c40f;
	}
	#frame #sidepanel #profile .wrap #status-options ul li#status-busy span.status-circle {
	  background: #e74c3c;
	}
	#frame #sidepanel #profile .wrap #status-options ul li#status-busy.active span.status-circle:before {
	  border: 1px solid #e74c3c;
	}
	#frame #sidepanel #profile .wrap #status-options ul li#status-offline span.status-circle {
	  background: #95a5a6;
	}
	#frame #sidepanel #profile .wrap #status-options ul li#status-offline.active span.status-circle:before {
	  border: 1px solid #95a5a6;
	}
	#frame #sidepanel #profile .wrap #expanded {
	  padding: 100px 0 0 0;
	  display: block;
	  line-height: initial !important;
	}
	#frame #sidepanel #profile .wrap #expanded label {
	  float: left;
	  clear: both;
	  margin: 0 8px 5px 0;
	  padding: 5px 0;
	}
	#frame #sidepanel #profile .wrap #expanded input {
	  border: none;
	  margin-bottom: 6px;
	  background: #32465a;
	  border-radius: 3px;
	  color: #f5f5f5;
	  padding: 7px;
	  width: calc(100% - 43px);
	}
	#frame #sidepanel #profile .wrap #expanded input:focus {
	  outline: none;
	  background: #435f7a;
	}
	#frame #sidepanel #search {
	  border-top: 1px solid #32465a;
	  border-bottom: 1px solid #32465a;
	  font-weight: 300;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #search {
		display: none;
	  }
	}
	#frame #sidepanel #search label {
	  position: absolute;
	  margin: 10px 0 0 20px;
	}
	#frame #sidepanel #search input {
	  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
	  padding: 10px 0 10px 46px;
	  width: calc(100% - 25px);
	  border: none;
	  background: #32465a;
	  color: #f5f5f5;
	}
	#frame #sidepanel #search input:focus {
	  outline: none;
	  background: #435f7a;
	}
	#frame #sidepanel #search input::-webkit-input-placeholder {
	  color: #f5f5f5;
	}
	#frame #sidepanel #search input::-moz-placeholder {
	  color: #f5f5f5;
	}
	#frame #sidepanel #search input:-ms-input-placeholder {
	  color: #f5f5f5;
	}
	#frame #sidepanel #search input:-moz-placeholder {
	  color: #f5f5f5;
	}
	#frame #sidepanel #contacts {
	  height: calc(100% - 177px);
	  overflow-y: scroll;
	  overflow-x: hidden;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #contacts {
		height: calc(100% - 149px);
		overflow-y: scroll;
		overflow-x: hidden;
	  }
	  #frame #sidepanel #contacts::-webkit-scrollbar {
		display: none;
	  }
	}
	#frame #sidepanel #contacts.expanded {
	  height: calc(100% - 334px);
	}
	#frame #sidepanel #contacts::-webkit-scrollbar {
	  width: 8px;
	  background: #2c3e50;
	}
	#frame #sidepanel #contacts::-webkit-scrollbar-thumb {
	  background-color: #243140;
	}
	#frame #sidepanel #contacts ul li.contact {
	  position: relative;
	  padding: 10px 0 15px 0;
	  font-size: 0.9em;
	  cursor: pointer;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #contacts ul li.contact {
		padding: 6px 0 46px 8px;
	  }
	}
	#frame #sidepanel #contacts ul li.contact:hover {
	  background: #32465a;
	}
	#frame #sidepanel #contacts ul li.contact.active {
	  background: #32465a;
	  border-right: 5px solid #435f7a;
	}
	#frame #sidepanel #contacts ul li.contact.active span.contact-status {
	  border: 2px solid #32465a !important;
	}
	#frame #sidepanel #contacts ul li.contact .wrap {
	  width: 88%;
	  margin: 0 auto;
	  position: relative;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #contacts ul li.contact .wrap {
		width: 100%;
	  }
	}
	#frame #sidepanel #contacts ul li.contact .wrap span {
	  position: absolute;
	  left: 0;
	  margin: -2px 0 0 -2px;
	  width: 10px;
	  height: 10px;
	  border-radius: 50%;
	  border: 2px solid #2c3e50;
	  background: #95a5a6;
	}
	#frame #sidepanel #contacts ul li.contact .wrap span.online {
	  background: #2ecc71;
	}
	#frame #sidepanel #contacts ul li.contact .wrap span.away {
	  background: #f1c40f;
	}
	#frame #sidepanel #contacts ul li.contact .wrap span.busy {
	  background: #e74c3c;
	}
	#frame #sidepanel #contacts ul li.contact .wrap img {
	  width: 40px;
	  border-radius: 50%;
	  float: left;
	  margin-right: 10px;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #contacts ul li.contact .wrap img {
		margin-right: 0px;
	  }
	}
	#frame #sidepanel #contacts ul li.contact .wrap .meta {
	  padding: 5px 0 0 0;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #contacts ul li.contact .wrap .meta {
		display: none;
	  }
	}
	#frame #sidepanel #contacts ul li.contact .wrap .meta .name {
	  font-weight: 600;
	}
	#frame #sidepanel #contacts ul li.contact .wrap .meta .preview {
	  margin: 5px 0 0 0;
	  padding: 0 0 1px;
	  font-weight: 400;
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  -moz-transition: 1s all ease;
	  -o-transition: 1s all ease;
	  -webkit-transition: 1s all ease;
	  transition: 1s all ease;
	}
	#frame #sidepanel #contacts ul li.contact .wrap .meta .preview span {
	  position: initial;
	  border-radius: initial;
	  background: none;
	  border: none;
	  padding: 0 2px 0 0;
	  margin: 0 0 0 1px;
	  opacity: .5;
	}
	#frame #sidepanel #bottom-bar {
	  position: absolute;
	  width: 100%;
	  bottom: 0;
	}
	#frame #sidepanel #bottom-bar button {
	  float: left;
	  border: none;
	  width: 50%;
	  padding: 10px 0;
	  background: #32465a;
	  color: #f5f5f5;
	  cursor: pointer;
	  font-size: 0.85em;
	  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #bottom-bar button {
		float: none;
		width: 100%;
		padding: 15px 0;
	  }
	}
	#frame #sidepanel #bottom-bar button:focus {
	  outline: none;
	}
	#frame #sidepanel #bottom-bar button:nth-child(1) {
	  border-right: 1px solid #2c3e50;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #bottom-bar button:nth-child(1) {
		border-right: none;
		border-bottom: 1px solid #2c3e50;
	  }
	}
	#frame #sidepanel #bottom-bar button:hover {
	  background: #435f7a;
	}
	#frame #sidepanel #bottom-bar button i {
	  margin-right: 3px;
	  font-size: 1em;
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #bottom-bar button i {
		font-size: 1.3em;
	  }
	}
	@media screen and (max-width: 735px) {
	  #frame #sidepanel #bottom-bar button span {
		display: none;
	  }
	}

	#frame .contentchat {
	  float: right;
	  min-width: 500px;
	  max-width: 750px;
	  width: 70%;
	  height: 100%;
	  overflow: hidden;
	  position: relative;
	}
	@media screen and (max-width: 735px) {
	  #frame .contentchat {
		width: calc(100% - 58px);
		min-width: 320px !important;
	  }
	}
	@media screen and (min-width: 900px) {
	  #frame .contentchat {
		width: calc(100% - 340px);
	  }
	}
	#frame .contentchat .contact-profile {
	  width: 100%;
	  height: 60px;
	  line-height: 60px;
	  background: #ffffff;
	}
	#frame .contentchat .contact-profile img {
	  width: 40px;
	  border-radius: 50%;
	  float: left;
	  margin: 9px 12px 0 9px;
	}
	#frame .contentchat .contact-profile p {
	  float: left;
	}
	#frame .contentchat .contact-profile .social-media {
	  float: right;
	}
	#frame .contentchat .contact-profile .social-media i {
	  margin-left: 14px;
	  cursor: pointer;
	}
	#frame .contentchat .contact-profile .social-media i:nth-last-child(1) {
	  margin-right: 20px;
	}
	#frame .contentchat .contact-profile .social-media i:hover {
	  color: #435f7a;
	}
	#frame .contentchat .messages {
	  height: 420px;	
	  min-height: calc(100% - 123px);
	  max-height: calc(100% - 123px);
	  overflow-y: scroll;
	  overflow-x: hidden;
	}
	@media screen and (max-width: 735px) {
	  #frame .contentchat .messages {
		max-height: calc(100% - 105px);
	  }
	}
	#frame .contentchat .messages::-webkit-scrollbar {
	  width: 8px;
	  background: transparent;
	}
	#frame .contentchat .messages::-webkit-scrollbar-thumb {
	  background-color: rgba(0, 0, 0, 0.3);
	}
	#frame .contentchat .messages ul li {
	  display: inline-block;
	  clear: both;
	  float: left;
	  margin: 15px 15px 5px 15px;
	  width: calc(100% - 25px);
	  font-size: 0.9em;
	}
	#frame .contentchat .messages ul li:nth-last-child(1) {
	  margin-bottom: 20px;
	}
	#frame .contentchat .messages ul li.sent img {
	  margin: 6px 8px 0 0;
	}
	#frame .contentchat .messages ul li.sent p {
	  background: #435f7a;
	  color: #f5f5f5;
	}
	#frame .contentchat .messages ul li.pesan img {
	  margin: 6px 8px 0 0;
	  float: left;
	}
	#frame .contentchat .messages ul li.pesan p {
	  background: #435f7a;
	  color: #f5f5f5;
	  float: left;
	}
	#frame .contentchat .messages ul li.replies img {
	  float: right;
	  margin: 6px 0 0 8px;
	}
	#frame .contentchat .messages ul li.replies p {
	  background: #f5f5f5;
	  float: right;
	}
	#frame .contentchat .messages ul li img {
	  width: 22px;
	  border-radius: 50%;
	  float: left;
	}
	#frame .contentchat .messages ul li p {
	  display: inline-block;
	  padding: 10px 15px;
	  border-radius: 20px;
	  max-width: 205px;
	  line-height: 130%;
	}
	@media screen and (min-width: 735px) {
	  #frame .contentchat .messages ul li p {
		max-width: 380px;
	  }
	}
	#frame .contentchat .message-input {
	  position: absolute;
	  bottom: 0;
	  width: 100%;
	  z-index: 99;
	}
	#frame .contentchat .message-input .wrap {
	  position: relative;
	}
	#frame .contentchat .message-input .wrap input {
	  font-family: "proxima-nova",  "Source Sans Pro", sans-serif;
	  float: left;
	  border: none;
	  width: calc(100% - 90px);
	  padding: 11px 32px 10px 8px;
	  font-size: 0.8em;
	  color: #32465a;
	}
	@media screen and (max-width: 735px) {
	  #frame .contentchat .message-input .wrap input {
		padding: 15px 32px 16px 8px;
	  }
	}
	#frame .contentchat .message-input .wrap input:focus {
	  outline: none;
	}
	#frame .contentchat .message-input .wrap .attachment {
	  position: absolute;
	  right: 60px;
	  z-index: 4;
	  margin-top: 10px;
	  font-size: 1.1em;
	  color: #435f7a;
	  opacity: .5;
	  cursor: pointer;
	}
	@media screen and (max-width: 735px) {
	  #frame .contentchat .message-input .wrap .attachment {
		margin-top: 17px;
		right: 65px;
	  }
	}
	#frame .contentchat .message-input .wrap .attachment:hover {
	  opacity: 1;
	}
	#frame .contentchat .message-input .wrap button {
	  float: right;
	  border: none;
	  width: 50px;
	  padding: 12px 0;
	  cursor: pointer;
	  background: #32465a;
	  color: #f5f5f5;
	}
	@media screen and (max-width: 735px) {
	  #frame .contentchat .message-input .wrap button {
		padding: 16px 0;
	  }
	}
	#frame .contentchat .message-input .wrap button:hover {
	  background: #435f7a;
	}
	#frame .contentchat .message-input .wrap button:focus {
	  outline: none;
	}
	.open-button {
		  background-color: #555;
		  color: white;
		  padding: 16px 20px;
		  border: none;
		  cursor: pointer;
		  opacity: 0.8;
		  position: fixed;
		  bottom: 23px;
		  right: 28px;
		  width: 280px;
		}

		/* The popup chat - hidden by default */
	.chat-popup {
		  display: none;
		  position: fixed;
		  bottom: 0;
		  right: 15px;
		  border: 3px solid #f1f1f1;
		  z-index: 9;
	}

		/* Add styles to the form container */
	.form-container {
		  max-width: 300px;
		  padding: 10px;
		  background-color: white;
	}
	#out {
	     height: 420px;
	}


	.font-color{
		color:#4A70D7 !important;
	}

	.back-color{
		background-color:#4A70D7 !important;
	}

	.backColorOpacity{
		background-color:#EDF1FB;
	}
	
	.newContainer{
		margin-left:120px;
		margin-right:120px;
		left:auto;
		right:auto;
	}

	.imgHome{
		position:absolute;
		z-index: -1;
		/* width:100%; */
		/* width:10%; */
		/* height:100%; */
	}

	.fontHome{
		font-weight:900;
		font-size:144px;	
	}

	.subFontHome{
		font-weight:400;
		font-size:45px;
	}

	.fontNav{
		font-weight:700;
	}

	.otherSection{
		position:relative;
		margin-top:250px;
	}

	.headerSection{
		font-size:70px;
		font-weight:900;
	}

	.subSection{
		font-size:30px;
		font-weight:600;
	}

	.headerContent {
		font-size:600;
		font-size:50px;
	}

	.content{
		font-size:24px;
		font-weight:600;
	}

	.headerCard{
		font-size:15px;
		font-weight:800;
	}

	.fontCard{
		font-size:13px;
		font-weight:600;
	}