html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 20px;
  /*padding-bottom: 40px;*/
  background-color: #2A3F54;
  color:#fff;
}
h1 {color:#fff;}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .text-muted, .main-in-in .text-muted {
	color:#fff!important;
	font-size:12px;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
a{color:#26B99A;}
.bg-in{background:#fff;color:#212529;padding:15px 15px 30px;box-shadow: 6px 6px 20px rgba(0, 0, 0, 0.1);margin-top:15px;}
.btn-primary{background-color:#26B99A;border-color:#26B99A;}
.add_block_in{text-align: center;padding: 25px;}
.us-alert-block {margin: 20px;position: absolute;right: 0;top: 0;}
.us-alert-content{display:flex;align-items:center}
.us-alert {width: 300px;background: #FFF;float: right;border: none;border-radius: 1px;box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.55);padding: 0;margin-bottom: 20px;}
.us-alert-success {background: #71BE00;}
.us-alert-danger {background: #EB5757;}
.us-alert-warning {background: #FF9E2D;}
.us-alert-primary {background: #50A8FF;}
.us-alert-icon i {width: 60px;font-size: 20px;color: #fff;text-align: center;}
.us-alert-text {min-width: 240px;color: #666;font-size: 12px;padding: 15px;background: #FFF}
.us-alert-text a {color: #50A8FF;font-size: 12px;text-decoration: underline;}
.us-alert-text a:hover {text-decoration: none;}
.us-alert .us-alert-text {line-height: 17px;}
.us-alert-text-item:not(:last-child) {margin-bottom: 10px}
.animated {animation-duration: .5s;animation-fill-mode: both;}
@keyframes fadeInRight {from {opacity: 0;transform: translate3d(100%, 0, 0);}to {opacity: 1;transform: translate3d(0, 0, 0);}}
.fadeInRight {animation-name: fadeInRight;}
@keyframes fadeOutUp {from {opacity: 1;}to {opacity: 0;transform: translate3d(0, -100%, 0);}}
.fadeOutUp {animation-name: fadeOutUp;}
.alert2 {padding: 10px;margin-bottom: 18px;border: 1px solid transparent;border-radius: 3px;}
.alert-info2 {background-color: #d9edf7;border-color: #bce8f1;color: #214c61;}
.seo-variant {background: #f4f4f4;margin: 10px 0;border: 1px solid #f0f0f0;padding: 10px;font-weight: bold;}
.processing_color_0{background:#D5F4C7;}
.processing_color_1{background:#FCEBEE;}


.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.form-control{border-radius: 0;}

.language-select a {color:#fff;text-transform:uppercase;display:inline-block;text-decoration:none;}
.language-select a:hover{text-decoration:underline;}
.language-select a.selected-lang{font-weight:bold;text-decoration:underline;color:#26B99A;}