/* head
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700"); */
/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Poppins-Regular;
  src: url("../fonts/poppins/Poppins-Regular.ttf");
}

@font-face {
  font-family: Poppins-Medium;
  src: url("../fonts/poppins/Poppins-Medium.ttf");
}

@font-face {
  font-family: Poppins-Bold;
  src: url("../fonts/poppins/Poppins-Bold.ttf");
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}

/* general */
html,
body {
  height: 100%;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.8px;
  color: #2c3e50;
  background-color: #fff;
}
.body-login {
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input {
  border-radius: 0 !important;
}

a {
  text-decoration: none !important;
  color: #2c3e50;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 300;
}

a:hover,
a:focus {
  color: #2c3e50;
}

label {
  color: #2c3e50;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  letter-spacing: 0.8px;
  font-weight: 400;
}

legend {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

input::-webkit-input-placeholder {
  color: #bdbdbd !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.8px;
}

input:-moz-placeholder {
  color: #bdbdbd !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.8px;
}

input::-moz-placeholder {
  color: #bdbdbd !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0.8px;
}

input:-ms-input-placeholder {
  color: #bdbdbd !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.8px;
  font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #2c3e50;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
}

/* COMMON */

.p2415 {
  padding: 24px 15px;
}

.p2050 {
  padding: 20px 50px;
}

.p26 {
  padding: 2px 6px;
}

.pb-15 {
  padding-bottom: 15px;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.ml-none {
  margin-left: 0 !important;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-15 {
  margin-bottom: 15px;
}

.no-border {
  border: none !important;
}

.no-bgc {
  background-color: transparent;
}

.hide-this {
  display: none;
}

.dotted-border {
  border-top: 1px dashed #e2e4e8;
  padding-bottom: 15px;
}

.border-0 {
  border: none;
}

.p-15 {
  padding: 15px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-25 {
  margin-top: 25px;
}

.bg-white {
  background-color: #fff;
}

.br-1 {
  border: 1px solid #ececec;
}

.inb {
  display: inline-block !important;
}

.d-block {
  display: block;
}

.red {
  background-color: #e91e63;
}

.yellow {
  background-color: #ffc107;
}

.grey {
  background-color: #607d8b;
}

.orange {
  background-color: #ff5722;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.middle {
  display: inline-block;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 18px;
}

/* Extra by naman */
.logo {
  background-image: url(../login/logo.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 10%;
  left: 30%;
  align-content: center;
  float: left;
  overflow: hidden;
}

/*Login Page*/
#login-bg {
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to top right,
    rgba(90, 85, 170),
    rgba(36, 35, 72)
  );
}

.login-graph {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 240px;
  background: url(../login/blue-graph.png) repeat-x 0 bottom;
  -webkit-animation: graph_animation 130s linear infinite;
  -moz-animation: graph_animation 130s linear infinite;
  -o-animation: graph_animation 130s linear infinite;
  animation: graph_animation 130s linear infinite;
}

@-webkit-keyframes graph_animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -10000px bottom;
  }
}
@-moz-keyframes graph_animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -10000px bottom;
  }
}
@-o-keyframes graph_animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -10000px bottom;
  }
}
@keyframes graph_animation {
  0% {
    background-position: 0 bottom;
  }
  100% {
    background-position: -10000px bottom;
  }
}

.login-box {
  text-align: center;
}

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
  margin: 10px;
}

.label-input100 {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  padding-left: 7px;
}

.remember-check {
  font-family: Poppins-Regular;
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  margin: 10px;
}

.input100 {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 40px;
  background: transparent;
  padding: 0 7px 0 43px;
}

.tag-line {
  font-family: Poppins-Regular;
  font-size: 14px;
  line-height: 1.7;
  color: #666666;
  margin: 0px;
}

/* Login Form */

input {
  outline: none;
  border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus,
input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder {
  color: transparent;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
textarea:focus:-moz-placeholder {
  color: transparent;
}
textarea:focus::-moz-placeholder {
  color: transparent;
}
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

input::-webkit-input-placeholder {
  color: #adadad;
}
input:-moz-placeholder {
  color: #adadad;
}
input::-moz-placeholder {
  color: #adadad;
}
input:-ms-input-placeholder {
  color: #adadad;
}

textarea::-webkit-input-placeholder {
  color: #adadad;
}
textarea:-moz-placeholder {
  color: #adadad;
}
textarea::-moz-placeholder {
  color: #adadad;
}
textarea:-ms-input-placeholder {
  color: #adadad;
}

/* *---------------------------------------------*/
*/ .focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  font-size: 22px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input100:focus + .focus-input100::after {
  color: #a64bf4;
}

.has-val.input100 + .focus-input100::after {
  color: #a64bf4;
}
/* login */

.login-form-btn {
  background: #43425d;
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 50px;
  margin: 10px;
}

.login-form-btn:hover {
  background: rgb(82, 80, 146);
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  height: 50px;
  margin: 10px;
}

.login {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}

/* naman end */

/* Bootstrap Resets */

.form-control:focus {
  box-shadow: none;
}

.navbar-fixed-top {
  border-width: 0;
}

.navbar-nav > .open > a,
.nav > li > a:focus,
.nav > li > a:hover {
  background-color: rgba(238, 238, 238, 0.49);
}

.navbar-right i {
  font-size: 16px;
}

.form-control {
  font-size: 14px;
  border-radius: 0;
  letter-spacing: 1.15px;
  box-shadow: none;
  background-color: #f9f9f9;
  border: none;
  color: #607d8b;
  -webkid-transition: all ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: all ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  background-color: rgba(228, 228, 228, 0.81);
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: none;
  box-shadow: none;
  outline: 0 none;
}

.btn-group {
  margin-bottom: 25px;
}

.modal-content {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu {
  border: none !important;
  top: 107%;
}

.dropdown-menu.topbar-dropdown-wrapper {
  border: none;
  top: 107%;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175), 0 0px 1px rgba(0, 0, 0, 0.09);
  border-radius: 0;
}

.panel {
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none;
}

/* page globals */

.wrapper {
  min-height: 100%;
}

.wrapper-main {
  width: 100%;
  overflow: hidden;
  background-color: #e5e9ec;
}

h1.site_name {
  margin: 0 !important;
}

.footer {
  width: 100%;
  text-align: left;
  padding: 15px 30px;
  background-color: #fff;
  margin-left: 240px;
  transition: all 320ms ease-in-out;
}

@media only screen and (max-width: 768px) {
  .footer {
    margin-left: 0 !important;
  }
}

/* topbar */

.topbar {
  top: 0;
  height: 50px;
  width: 100%;
  position: fixed;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.095);
  z-index: 999 !important;
  background-color: #fff;
}

.navbar-brand {
  width: 190px;
  margin-right: 10px;
  overflow: hidden;
  line-height: 40px;
  padding: 8px 0px 8px 30px;
}

.navbar-brand img {
  max-height: 100%;
  width: auto;
}

.navbar-toggle {
  margin-bottom: 0;
}

.topbar .navbar-right .notifications .dropdown-menu {
  min-width: 350px;
  padding: 0px;
}

.topbar .navbar-right .dropdown-menu {
  left: auto;
  right: 0;
}

.topbar .navbar-right .dropdown-menu > li {
  width: 100%;
}

.dropdown-box {
  min-width: 320px;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0 !important;
}

.dropdown-box > li > a {
  white-space: normal;
}

.dropdown-box .dropdown-head {
  font-size: 13px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
}

.dropdown-box .box-list a {
  padding: 15px;
  text-decoration: none;
}

.dropdown-box .box-list .box-img {
  width: 40px;
  height: 40px;
}

.dropdown-box .box-list .box-img img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.dropdown-box .box-list .box-text h6 {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}

.dropdown-box .box-list .box-text p {
  margin: 0;
  font-size: 12px;
  color: #aaa;
  line-height: 18px;
}

.dropdown-box .dropdown-foot {
  font-size: 13px;
  font-weight: 500;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 8px 0;
  text-transform: uppercase;
}

.user-img {
  display: inline-block;
  white-space: nowrap;
}

.user-img img {
  border-radius: 50%;
  margin-right: 15px;
  margin-top: -5px;
  width: 30px;
  height: 30px;
}

.topbar ul.dropdown-user-inner {
  padding: 0px;
  min-width: 270px;
}

.topbar ul.dropdown-user-inner li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.topbar ul.dropdown-user-inner li.divider {
  margin: 10px 0;
}

.topbar ul.dropdown-user-inner li a {
  padding: 9px 15px;
  display: block;
  color: #67757c;
}

.topbar ul.dropdown-user-inner li a i {
  display: inline-block;
  margin-right: 15px;
}

.topbar ul.dropdown-user-inner li a:hover {
  color: #0aa698;
  text-decoration: none;
}

.topbar ul.dropdown-user-inner li .dd-userbox {
  padding: 10px 15px;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-img {
  width: 50px;
  display: inline-block;
  vertical-align: top;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-img img {
  width: 100%;
  border-radius: 5px;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-info {
  display: inline-block;
  padding-left: 10px;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-info h4 {
  margin: 0px;
  font-size: 15px;
}

.topbar ul.dropdown-user-inner li .dd-userbox .dd-info p {
  margin-bottom: 2px;
  font-size: 12px;
  color: #9e9e9e;
}

@media (max-width: 767px) {
  .brand_image {
    text-align: left !important;
  }
  .menu-toggler {
    display: none;
  }
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
  }
  .notification-icon {
    width: 30px;
    height: 30px;
    display: inline-block;
    background: blueviolet;
    border-radius: 50%;
    padding: 7px 7px;
    color: #fff;
  }
  .notification-text {
    display: inline-block;
    margin-left: 10px;
  }
  .dropdown-foot {
    background-color: #ececec;
  }
  .navbar-fixed-top .navbar-collapse {
    max-height: none !important;
  }
  .navbar-nav {
    margin: 0px -15px;
  }
  .navbar-brand {
    text-align: left;
    margin-left: 15px;
    position: fixed;
  }
  .wrapper-page {
    margin-left: 0px !important;
  }
  .page-title {
    display: none;
  }
}

/* namanchat */

.bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("https://images.unsplash.com/photo-1451186859696-371d9477be93?crop=entropy&fit=crop&fm=jpg&h=975&ixjsv=2.1.0&ixlib=rb-0.3.5&q=80&w=1925")
    no-repeat 0 0;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*--------------------
  Chat
  --------------------*/
.chat {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  height: 80vh;
  max-height: 500px;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2);
  background: rgba(10, 223, 170, 0.5);
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/*--------------------
  Chat Title
  --------------------*/
.chat-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 45px;
  -ms-flex: 0 1 45px;
  flex: 0 1 45px;
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding: 10px 10px 10px 50px;
}
.chat-title h1,
.chat-title h2 {
  font-weight: normal;
  font-size: 10px;
  margin: 0;
  padding: 0;
}
.chat-title h2 {
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  letter-spacing: 1px;
}
.chat-title .avatar {
  position: absolute;
  z-index: 1;
  top: 8px;
  left: 9px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}
.chat-title .avatar img {
  width: 100%;
  height: auto;
}

/*--------------------
  Messages
  --------------------*/
.messages {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  position: relative;
  width: 100%;
}
.messages .messages-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 101%;
  width: 100%;
}
.messages .message {
  clear: both;
  float: left;
  padding: 6px 10px 7px;
  border-radius: 10px 10px 10px 0;
  background: -webkit-linear-gradient(330deg, rgb(183, 224, 31), #da9b13);
  background: linear-gradient(120deg, rgb(183, 224, 31), #da9b13);
  margin: 8px 0;
  font-size: 11px;
  line-height: 1.4;
  margin-left: 35px;
  position: relative;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.messages .message .timestamp {
  position: absolute;
  bottom: -15px;
  font-size: 9px;
  color: rgba(255, 255, 255, 0.3);
}
.messages .message::before {
  content: "";
  position: absolute;
  bottom: -6px;
  border-top: 6px solid rgba(0, 0, 0, 0.3);
  left: 0;
  border-right: 7px solid transparent;
}
.messages .message .avatar {
  position: absolute;
  z-index: 1;
  bottom: -15px;
  left: -35px;
  border-radius: 30px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 2px solid rgba(255, 255, 255, 0.24);
}
.messages .message .avatar img {
  width: 100%;
  height: auto;
}
.messages .message.message-personal {
  float: right;
  color: #fff;
  text-align: right;
  background: -webkit-linear-gradient(330deg, #248a52, #257287);
  background: linear-gradient(120deg, #248a52, #257287);
  border-radius: 10px 10px 0 10px;
}
.messages .message.message-personal::before {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 5px solid transparent;
  border-top: 4px solid #257287;
  bottom: -4px;
}
.messages .message:last-child {
  margin-bottom: 30px;
}
.messages .message.new {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-animation: bounce 500ms linear both;
  animation: bounce 500ms linear both;
}
.messages .message.loading::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  border: none;
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
.messages .message.loading span {
  display: block;
  font-size: 0;
  width: 20px;
  height: 10px;
  position: relative;
}
.messages .message.loading span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: -7px;
}
.messages .message.loading span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  margin-top: 4px;
  -webkit-animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  animation: ball 0.45s cubic-bezier(0, 0, 0.15, 1) alternate infinite;
  margin-left: 7px;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

/*--------------------
  Message Box
  --------------------*/
.message-box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 40px;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  position: relative;
}
.message-box .message-input {
  background: none;
  border: none;
  outline: none !important;
  resize: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  height: 17px;
  margin: 0;
  padding-right: 20px;
  width: 265px;
}
.message-box textarea:focus:-webkit-placeholder {
  color: transparent;
}
.message-box .message-submit {
  position: absolute;
  z-index: 1;
  top: 9px;
  right: 10px;
  color: #fff;
  border: none;
  background: #248a52;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 10px;
  outline: none !important;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
}
.message-box .message-submit:hover {
  background: #1d7745;
}

/*--------------------
  Custom Srollbar
  --------------------*/
.mCSB_scrollTools {
  margin: 1px -3px 1px 0;
  opacity: 0;
}

.mCSB_inside > .mCSB_container {
  margin-right: 0px;
  padding: 0 10px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

/*--------------------
  Bounce
  --------------------*/
@-webkit-keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(
      0.45,
      0,
      0,
      0,
      0,
      0.45,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(
      0.883,
      0,
      0,
      0,
      0,
      0.883,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(
      1.141,
      0,
      0,
      0,
      0,
      1.141,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(
      1.212,
      0,
      0,
      0,
      0,
      1.212,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(
      1.151,
      0,
      0,
      0,
      0,
      1.151,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(
      1.048,
      0,
      0,
      0,
      0,
      1.048,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(
      0.979,
      0,
      0,
      0,
      0,
      0.979,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(
      0.961,
      0,
      0,
      0,
      0,
      0.961,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(
      0.991,
      0,
      0,
      0,
      0,
      0.991,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      1.007,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@keyframes bounce {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.7% {
    -webkit-transform: matrix3d(
      0.45,
      0,
      0,
      0,
      0,
      0.45,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.45, 0, 0, 0, 0, 0.45, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  9.41% {
    -webkit-transform: matrix3d(
      0.883,
      0,
      0,
      0,
      0,
      0.883,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.883, 0, 0, 0, 0, 0.883, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.11% {
    -webkit-transform: matrix3d(
      1.141,
      0,
      0,
      0,
      0,
      1.141,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.141, 0, 0, 0, 0, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.72% {
    -webkit-transform: matrix3d(
      1.212,
      0,
      0,
      0,
      0,
      1.212,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.212, 0, 0, 0, 0, 1.212, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  24.32% {
    -webkit-transform: matrix3d(
      1.151,
      0,
      0,
      0,
      0,
      1.151,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.151, 0, 0, 0, 0, 1.151, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.93% {
    -webkit-transform: matrix3d(
      1.048,
      0,
      0,
      0,
      0,
      1.048,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.048, 0, 0, 0, 0, 1.048, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.54% {
    -webkit-transform: matrix3d(
      0.979,
      0,
      0,
      0,
      0,
      0.979,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.979, 0, 0, 0, 0, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.04% {
    -webkit-transform: matrix3d(
      0.961,
      0,
      0,
      0,
      0,
      0.961,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.961, 0, 0, 0, 0, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.15% {
    -webkit-transform: matrix3d(
      0.991,
      0,
      0,
      0,
      0,
      0.991,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.991, 0, 0, 0, 0, 0.991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  63.26% {
    -webkit-transform: matrix3d(
      1.007,
      0,
      0,
      0,
      0,
      1.007,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(1.007, 0, 0, 0, 0, 1.007, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.49% {
    -webkit-transform: matrix3d(
      0.999,
      0,
      0,
      0,
      0,
      0.999,
      0,
      0,
      0,
      0,
      1,
      0,
      0,
      0,
      0,
      1
    );
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}
@-webkit-keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  from {
    -webkit-transform: translateY(0) scaleY(0.8);
    transform: translateY(0) scaleY(0.8);
  }
  to {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/* namanchat - over */

@media (max-width: 380px) {
  li.notification-parent {
    display: none !important;
  }
}

@media (max-width: 240px) {
  .navbar-toggle {
    z-index: 999;
  }
}

@media only screen and (max-width: 350px) {
  .brand_image ul li:first-child {
    display: none;
  }
  .navbar-brand img {
    width: 100px;
    vertical-align: middle;
  }
  .toggle-sidebar-bars {
    margin-right: 0px;
  }
  .topbar ul.dropdown-user-inner {
    padding: 0px;
    min-width: 180px;
  }
}

/* sideabar */

.left-sidebar {
  position: fixed;
  width: 240px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 888;
  padding-top: 50px;
  background-color: #fff;
  box-shadow: 0 0 20px 0px #ececec;
  transition: all 320ms ease-in;
}

.aside-margin {
  margin-left: -240px !important;
}

.wrapper-margin {
  margin-left: 0px !important;
}

.sidebar-nav,
.sidebar-nav ul,
.sidebar-nav li,
.sidebar-nav a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  position: relative;
}

.sidebar-nav {
  width: 240px;
}

.sidebar-nav ul > li.menu-header {
  padding: 15px 0px 15px 30px;
  color: #000;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

.sidebar-nav ul > li a {
  color: #000;
  padding: 15px 0px 15px 30px;
  display: block;
  font-size: 14px;
  white-space: nowrap;
}

.sidebar-nav > ul > li > a i {
  font-size: 18px;
  display: inline-block;
}

.sidebar-nav > ul > li > a span {
  vertical-align: top;
  margin-left: 25px;
}

.sidebar-nav > ul > li > a + ul > li > a > span {
  vertical-align: top;
  margin-left: 25px;
}

.sidebar-nav > ul > li > a:hover {
  text-decoration: none;
}

.sidebar-nav ul li.active a i,
.sidebar-nav ul li a:hover i {
  color: #0aa698;
  font-weight: 500;
}

.sidebar-nav ul li ul {
  padding-left: 70px;
}

.sidebar-nav ul li ul li.active ul {
  display: block;
}

.sidebar-nav > ul > li.active > a {
  font-weight: 500;
  background-color: rgb(245, 245, 245);
}

.sidebar-nav > ul > li.active > ul {
  display: block;
}

.sidebar-nav .has-arrow {
  position: relative;
}

.sidebar-nav .has-arrow:after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: #607d8b;
  right: 1em;
  transform: rotate(135deg) translate(0, -50%);
  transform-origin: top;
  top: 47%;
  transition: all 0.3s ease-out;
}

.sidebar-nav li.active > .has-arrow:after {
  transform: rotate(585deg) translate(0, -50%);
  transform-origin: top;
}

/* Sub menu */

.sidebar-nav ul ul {
  display: none;
}

.sidebar-nav ul ul a {
  display: block;
}

.sidebar-nav ul li ul li a {
  padding: 7px 0px 7px 7px;
}

.sidebar-nav ul ul ul {
  display: none;
}

.sidebar-nav ul li ul ul {
  padding-left: 45px;
}

@media (max-width: 768px) {
  .left-sidebar {
    margin-left: -240px !important;
  }
  .toggle-sidebar {
    margin-left: 0px !important;
  }
}

.aside-margin-sm {
  margin-left: 0px !important;
}

/* content */

.content_wrapper {
  background-color: white;
  margin-bottom: 15px;
  overflow-x: hidden;
}

.wrapper-page {
  margin-left: 240px;
  padding-top: 50px;
  position: relative;
  left: 0;
  -webkit-transition: all 320ms ease-in-out;
  transition: all 320ms ease-in-out;
  min-height: calc(100vh - 50px);
}

.page-title {
  background: #ffffff;
  margin: 0 0px 15px;
  padding: 15px 30px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
}

.page-title h1 {
  margin: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
  color: #2c3e50;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
}

.page-title h1 i {
  display: inline-block;
  margin-right: 15px;
}

.page-content {
  padding: 15px 15px 0 15px;
  min-height: calc(100vh - 165px);
}

@media (max-width: 768px) {
  .wrapper-page {
    margin-left: 0px !important;
  }
  .page-title {
    display: none;
  }
}

.table_banner {
  padding: 10px 15px;
  background-color: rgb(245, 245, 245);
}

.table_banner_title {
  float: left;
}

.table_banner h5 {
  margin: 0;
  line-height: 34px;
  font-weight: 400;
  font-size: 16px;
}

.table_body {
  padding: 25px 30px;
}

.search_box {
  float: right;
  display: inline-block;
}

.search_box input {
  color: #757575;
  padding: 7px 17px;
  font-size: 12px;
  font-style: italic;
  border: 1px solid #ececec;
}

/* page-panels */

.page_banner {
  padding: 24px 15px;
  border-top: 1px solid #ececec;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}

.page_body {
  border: 1px solid #ececec;
}

h3.page_banner_title {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #646464;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 27px;
  margin: 0;
  padding: 0;
}

/* modal */

.launch_modal {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
}

/* buttons */

.action-buttons i {
  display: inline-block;
  padding: 8px;
  background-color: #fff;
  border: 1px solid #e5e9ec;
  border-radius: 50%;
  transition: all 320ms linear;
  color: #2c3e50;
}

.action-buttons button {
  border: none;
  background-color: transparent;
}

.action-buttons i:hover,
.action-buttons i:focus {
  background-color: #0aa698;
  color: #fff;
}

.btn-fullwidth {
  width: 100%;
}

.btn-custom {
  color: #fff;
  background-color: #0aa698;
  border-color: #0aa698;
  border-radius: 0px;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.06),
    0 4px 23px 0 rgba(0, 0, 0, 0.05), 0 8px 10px -5px rgba(96, 125, 139, 0.06);
}

.btn-custom:hover {
  color: #fff;
  background-color: #0aa698;
  border-color: #0aa698;
  box-shadow: 0 14px 26px -12px rgba(96, 125, 139, 0.22),
    0 4px 23px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(96, 125, 139, 0.28);
}

.badge-profile {
  font-size: 16px;
  border-radius: 60px;
  background-color: #eee;
  color: #000;
  -webkit-box-shadow: 2px 7px 1px 0 rgba(158, 158, 158, 0),
    0 3px 1px -2px rgba(96, 125, 139, 0.12),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
  box-shadow: 2px 7px 1px 0 rgba(158, 158, 158, 0),
    0 3px 1px -2px rgba(96, 125, 139, 0.12),
    0 1px 5px 0 rgba(66, 165, 245, 0.12);
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

/* Checkbox */

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  display: inline-block;
  width: 100%;
}

input[type="checkbox"] + label:before {
  background-color: #f1f1f1;
  padding: 10px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: all 320ms ease-in-out;
  transition: all 320ms ease-in-out;
}

input[type="checkbox"]:checked + label:before {
  background-color: #2c3e50;
}

input[type="checkbox"].no-border:checked + label:before {
  border-color: transparent;
}

input[type="checkbox"]:checked + label:after {
  content: "\2714";
  font-size: 14px;
  position: absolute;
  top: 1px;
  left: 4px;
  color: #fff;
}

input[type="checkbox"].green-tick:checked + label:after {
  color: #8cc63f;
}

/* upload images */

.file_prev {
  vertical-align: top;
}

.file_prev img {
  height: 100px;
  width: auto;
  margin-bottom: 15px;
  margin-right: 10px;
}

input[type="file"] {
  position: fixed;
  top: -1000px;
}

.note_file_link {
  display: inline-block;
  margin-left: 15px;
  color: green;
  font-style: italic;
}

.custom-file-upload {
  display: inline-block;
  padding: 27px 26px;
  cursor: pointer;
  width: 100px;
  height: 100px;
  border: 1px solid #ececec;
}

.custom-file-upload.ajaxified {
  margin-top: 15px;
}

.upload-wrapper {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}

.upload-wrapper-delete {
  position: absolute;
  color: #ddd;
  top: 3px;
  right: 3px;
  background: #fff;
  padding: 4px 8px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  z-index: 999;
  font-weight: bold;
  cursor: pointer;
}

.image-preview {
  display: inline;
  margin-bottom: 15px;
}

.image-preview img {
  width: auto;
  height: 100px;
  vertical-align: top;
}

.image-delete {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}

.image-delete:hover .img-id {
  display: block;
}

.img-id {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 99;
  cursor: pointer;
  display: none;
  transition: all 320ms linear;
}

@media (max-width: 380px) {
  .file_prev img {
    height: auto;
    width: 100%;
  }
}

/* progress bar */

.progress {
  height: 5px;
  margin-bottom: 0px;
  overflow: hidden;
  background-color: rgba(120, 130, 140, 0.13);
  border-radius: 50px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.progress .progress-bar {
  box-shadow: none;
  font-size: 8px;
  font-weight: 600;
  line-height: 12px;
}

/* forms */

.form-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.form-group span.error {
  color: #fb3a3a;
  display: inline-block;
  margin: 3px 0 0px 0px;
  padding: 0;
  text-align: left;
}

.error {
  color: #fb3a3a;
  display: inline-block;
  margin: 3px 0 0px 0px;
  text-align: left;
  display: block;
}

.form-info {
  margin-bottom: 25px;
  font-weight: 400;
}

.message {
  font-weight: 400;
  padding: 15px 15px 15px 0;
  color: rgb(53, 53, 53);
  margin: 5px;
}

/* form-wizard */

.wizard .title {
  display: none;
}

.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px;
}

.wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

.wizard > .actions > ul > li {
  float: left;
}

.wizard-content .wizard > .actions > ul > li + li {
  margin-left: 10px;
}

.wizard-content .wizard > .actions > ul > li > a {
  background: #009efb;
  color: #fff;
  display: block;
  padding: 7px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
}

.wizard-content .wizard > .actions > ul > li > a[href="#previous"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

.wizard-content .wizard > .actions > ul > li > a[href="#next"] {
  background-color: #fff;
  color: #54667a;
  border: 1px solid #d9d9d9;
  border-radius: 0;
}

.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}

.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wizard-content .wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}

.wizard-content .wizard > .steps > ul > li.current > a {
  color: #2f3d4a;
  cursor: default;
}

.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  padding-top: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}

.wizard-content .wizard > .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
  text-align: center;
}

.wizard-content .wizard > .steps .step {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid #f3f3f3;
  font-size: 1.3rem;
  margin-left: -24px;
  border-radius: 50%;
}

.wizard-content .wizard > .steps > ul > li.error .step {
  border-color: red;
  color: red;
}

.wizard-content .wizard > .steps > ul > li.current .step {
  border-color: darkorange;
  background-color: #fff;
  color: darkorange;
}

/* login */

.form-header {
  margin: 25px 0 20px;
}

.form-wrapper img {
  width: 100px;
  max-width: 100px;
  height: auto;
}

.wrapper-login {
  background-color: #fe0000;
  /* background-image: url(../img/bg.svg); */
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  overflow: auto;
}

.login-inner {
  max-width: 450px;
  margin: 5% auto;
}

.form-wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 50px;
  background-color: #fff;
}

.login-footer {
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
}

/* dashboard */

#myChart {
  height: 350px !important;
}

.widget h1 {
  margin: 0 0 15px 0 !important;
  font-weight: 100;
  text-align: right;
}

.widget h5 {
  margin: 0 0 15px 0 !important;
}

.flashmessage {
  position: fixed;
  top: 50px;
  right: 25px;
  padding: 15px;
  z-index: 9999999;
  background-color: #0aa698;
  color: #fff;
  max-width: 350px;
  height: auto;
  display: none;
}

/* todos */

.todo-box-wrap {
  padding-top: 15px;
}

.todo-list {
  width: auto;
  height: 310px;
  list-style: none;
  margin: 0;
  padding: 0 0 0 20px;
}

.todo-list .todo-item {
  padding: 0px 15px;
  cursor: pointer;
}

.todo-list .checkbox,
.radio {
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 27px;
  margin-top: 0;
  margin-bottom: 0;
}

li.todo-item input[type="checkbox"]:checked + label {
  text-decoration: line-through;
}

.new-todo {
  margin-top: 15px;
}

.new-todo .input-group {
  width: 100%;
  display: block;
}

.new-todo .input-group input {
  background: #fff;
  border: none;
  height: 60px;
  padding-right: 60px;
}

.new-todo .input-group .input-group-btn {
  position: absolute;
  right: 22px;
  top: 20px;
  z-index: 4;
}

.todo-submit {
  background: transparent none repeat scroll 0 0;
  border: none;
  padding: 0;
  color: #757575;
}

.todo-submit:hover {
  background: none;
  color: #757575;
  border: none;
}

/* user-profile */

.list-heading {
  border-bottom: 1px solid #ececec;
}

.list {
  margin: 0px;
  padding: 0px;
}

.list a {
  display: block;
  border-bottom: 1px solid #eee;
}

.list a:last-child {
  border-bottom: none;
}

.list li {
  list-style: none;
  padding: 15px 15px 15px 0;
  display: block;
}

.list li > div {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.list li img {
  width: 100%;
  border-radius: 100%;
}

.list li .user-name {
  color: #67757c;
  font-weight: 300;
  font-size: 16px;
  margin-left: 15px;
}

.list li .registered-at {
  color: #99abb4 !important;
  font-weight: 300;
  font-size: 12px;
}

/* user comments */

.user-comments {
  padding: 15px;
  background-color: rgb(249, 249, 249);
}

.media-left img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.uploaded_image img {
  width: 120px;
  height: auto;
}

.uploaded_image img:last-child {
  margin-right: 0;
}

@media (max-width: 768px) {
  div.media-left {
    float: left !important;
  }
}

/* user group */

.rank-badge {
  vertical-align: middle;
  margin-right: 15px;
}

.product-list li .stock-badge {
  color: #000;
  font-weight: 500;
  font-size: 10px;
  padding: 3px 5px;
  border-radius: 25px;
}

.product-list li .stock-badge.in {
  background-color: #0aa698;
}

.product-list li .stock-badge.out {
  background-color: #ececec;
}

.product-list li img.rank-img {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

/* profile */

.panel-heading-wrapper {
  padding: 10px 15px;
  background-color: #ececec;
}

.profile .profile-img-top {
  width: 100%;
  height: 223px;
}

.pro-img {
  margin-top: -80px;
  margin-bottom: 20px;
}

.pro-img img {
  width: 128px;
  height: 128px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 100%;
}

.profile-link {
  padding: 5px 10px;
}

.profile-link a {
  width: 100%;
  height: 100%;
  display: block;
}

.profile-link:hover {
  background-color: #ececec;
  color: darkorange;
}

.profile-row {
  padding: 20px 0;
  border-bottom: 1px dashed #ececec;
}

.profile-row:nth-child(2) {
  border-bottom: none;
}

.profile-cat,
.profile-info {
  display: block;
}

/* product list */

.product-list {
  margin: 0px;
  padding: 0px;
}

.product-list a {
  display: block;
  border-bottom: 1px solid #eee;
}

.product-list a:last-child {
  border-bottom: none;
}

.product-list li {
  list-style: none;
  padding: 15px 15px 15px 0;
  display: block;
}

.product-list li > div {
  width: 50px;
  height: 50px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}

.product-list li img {
  width: 100%;
}

.product-list li .product-name {
  color: #2c3e50;
  font-weight: 300;
  font-size: 16px;
  margin-left: 15px;
}

.product-list li button {
  border-radius: 100px;
}

.product-list li i {
  font-size: 10px;
  display: inline-block;
  width: 30px;
}

/* product details */

.product-full img {
  width: 100%;
  max-width: 100%;
}

.product-full .product-banner-title {
  padding: 15px 50px;
  color: #ff5722;
  background-color: #fff;
}

@media (max-width: 768px) {
  .product-full .product-banner-title {
    padding: 15px;
  }
  .product-full .product-banner-title small {
    display: none;
  }
}

.product-full .product-banner-title h3 {
  margin: 0;
  padding: 0;
  color: #3f51b5;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
}

.availability {
  font-size: 18px;
  color: #2ecd99;
  font-style: italic;
  font-weight: 100;
}

.sku {
  font-size: 16px;
  color: #757575;
}

.sku span {
  font-size: 14px;
  color: #9b9b9b;
}

.price {
  font-size: 24px;
  color: darkorange;
}

.product-description {
  padding-top: 25px;
  font-size: 16px;
  line-height: 25px;
  color: #878787;
  font-weight: 200;
}

.color-label,
.size-label {
  padding: 0 25px 0 0px;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
}

.size-label {
  padding: 0 25px 0 6px;
}

.color,
.size {
  padding: 10px 10px;
  margin-bottom: 25px;
}

.back {
  margin-bottom: 25px;
}

.related-products {
  position: relative;
  height: 225px;
  overflow: hidden;
}

.related-products img {
  width: 100%;
  max-width: 100%;
}

.related-products .overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.related-products:hover .overlay {
  opacity: 1;
}

.related-products-link {
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.related-products-link i {
  font-size: 40px;
}

.related-products:hover .related-products-link {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.product-info {
  position: relative;
  border: 1px solid #eee;
  border-top: 0;
}

.product-info .related-name {
  font-size: 18px;
  font-weight: 400;
  color: #2c3e50;
  padding: 25px 0;
  position: relative;
}

.product-info .related-price {
  font-size: 18px;
  font-weight: 200;
  color: #9b9b9b;
  padding: 30px 0;
  position: relative;
  margin-bottom: 15px;
}

.related-name:after {
  content: "";
  width: 20%;
  height: 2px;
  background-color: #40b7ab;
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
}

.product-info-icon {
  width: 45px;
  height: 45px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 50%;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 12px;
  font-weight: 500;
  transition: all 320ms ease-in-out;
}

.product-info-icon:hover {
  background-color: #1cac9f;
}

.product-info-icon a {
  color: #607d8b;
  transition: all 320ms ease-in-out;
}

.product-info-icon a:hover {
  color: #fff;
}

/* Product color size */

.product-switches {
  padding: 0;
  overflow: hidden;
}

.product-switches > span.switch.switch-label {
  color: #333;
  opacity: 1;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 20px;
  position: relative;
  -webkit-transition: transform 0.1s ease-out, background 0.2s;
  -o-transition: transform ease-out 0.1s, background 0.2s;
  transition: transform 0.1s ease-out, background 0.2s;
}

.product-switches .switch-label {
  background-color: #f1f1f1;
}

.product-switches .switch {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-right: 15px;
  cursor: pointer;
  border: 1px solid transparent;
  position: relative;
  opacity: 0.5;
}

span.switch.switch-label.selected {
  border: 3px solid #9e9e9e;
}

span.switch.switch-label.switch-color.selected::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  width: 6px;
  height: 10px;
  display: block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 10px;
  left: 14px;
}

.color-size .label {
  line-height: 35px;
}

hr.header-divider {
  position: relative;
}

hr.header-divider:after {
  content: "";
  width: 100px;
  height: 1px;
  background-color: #ff0001;
  top: -1px;
  left: 0;
  position: absolute;
}

/* invoice */

.invoice-wrapper {
  padding: 25px;
}

.invoice-wrapper.table tr td {
  vertical-align: top !important;
}

.invoice-wrapper table tr td img {
  border-radius: 0;
  width: 150px;
  height: auto;
}

.invoice-table {
  margin: 15px;
}

.table-no-border.table > tbody > tr > td,
.table-no-border.table > tbody > tr > th,
.table-no-border.table > tfoot > tr > td,
.table-no-border.table > tfoot > tr > th,
.table-no-border.table > thead > tr > td,
.table-no-border.table > thead > tr > th {
  border-top: none;
}

.invoice-wrapper .table thead th:last-child {
  text-align: right !important;
}

/* 404 */

.fourofour-wrapper {
  color: #37474f;
  max-width: 450px;
  margin: 0px auto;
  margin-top: 140px;
  position: relative;
  text-align: center;
  border: 2px dashed #ccc;
}

@media screen and (max-width: 640px) {
  .fourofour-wrapper {
    margin-top: 60px;
  }
}

.fourofour-wrapper .panel {
  margin-bottom: 0;
}

.error-code {
  font-weight: 400;
  font-size: 80px;
  letter-spacing: 1px;
}

.fourofour-text {
  font-weight: 400;
  font-family: "Roboto", "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

/* Table-datatable */

.table tr td img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.table tr td {
  vertical-align: middle !important;
  padding: 8px 10px !important;
}

.table > thead > tr > th {
  border-top: 1px solid #f2f2f2 !important;
  border-left: 1px solid #f2f2f2 !important;
  border-bottom: none;
}

.table > thead > tr > th:last-child {
  border-right: 1px solid #f2f2f2 !important;
}

.table thead th {
  vertical-align: middle;
  padding: 8px 10px;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}

.table thead th {
  padding: 15px 10px !important;
}

.table tbody tr:hover {
  background-color: #eee;
}

table.dataTable tbody th,
table.dataTable tbody td {
  border-top: 1px solid #f2f2f2;
  border-left: 1px solid #f2f2f2;
}

table.dataTable tbody tr:last-child td {
  border-bottom: 1px solid #f2f2f2 !important;
}

table.dataTable tbody tr td:last-child {
  border-right: 1px solid #f2f2f2 !important;
}

a.datatable-buttons {
  border: 1px solid #eee !important;
  background-color: #fff !important;
  background-image: none !important;
}

a.datatable-buttons:hover {
  background-color: #ececec !important;
}

/* Datatable */

table.dataTable thead th {
  text-align: left;
}

table.dataTable tfoot th {
  vertical-align: middle;
  padding: 20px 0 !important;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
}

.pagination > li > a,
.pagination > li > span {
  border-radius: 0 !important;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
  right: 0.5em;
  font-family: FontAwesome;
  content: "" !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  font-family: FontAwesome;
  content: "" !important;
}

@media (max-width: 380px) {
  .dataTables_wrapper .dataTables_filter input {
    width: 100% !important;
    display: block !important;
    margin: 0 !important;
  }
  .dataTables_wrapper .dataTables_length label {
    white-space: normal !important;
  }
  .dataTables_wrapper .dataTables_info {
    white-space: normal !important;
  }
}

@media screen and (max-width: 640px) {
  div.dt-buttons {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    text-align: left !important;
  }
}

.dataTables_wrapper {
  overflow: auto;
}

/* jvectormap */

.jvectormap-container {
  height: 100%;
}

/* Elevatezoom */

#gallery_01 img {
  width: calc(25% - 4px);
  height: 150px;
}

.elevate-gallery {
  padding-top: 1rem;
}

.elevate-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.elevate-img-link {
  position: relative;
  display: block;
}

.elevate-wrapper .elevate-img-link img {
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}

/* calendar */

#calendar {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* dropzone */

.panel.dropzone-panel .panel-body {
  padding: 0;
}

.dropzone {
  border: 2px dashed #757575 !important;
}

/* select2 */

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
  border: 1px solid #ececec;
}

.select2-container .select2-selection--single {
  height: auto !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding: 5px 10px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 0 !important;
  border: 1px solid #ececec;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: none;
  border: 1px solid #ececec;
  border-radius: 0px;
  padding: 2px 7px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #ececec;
}

.select2-container--default .select2-search--inline .select2-search__field {
  width: auto !important;
}

/* Code snippets */

.code-snippet {
  margin-top: 50px;
  border: 1px solid #ececec;
  padding: 25px 30px;
}

.code-snippet h1 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

/* Browser behavior customization */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none !important;
  -webkit-text-fill-color: inherit !important;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  color: #eee;
}
