@import url("https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css");
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: Roboto, sans-serif;
  background: #f7f7f7;
  -webkit-transition: background 2s ease-out;
  -moz-transition: background 2s ease-out;
  -o-transition: background 2s ease-out;
  transition: background 2s ease-out;
  color: #6a6a6a;
}
a {
  color: #6a6a6a;
}
a:hover {
  text-decoration: none;
  color: #6a6a6a;
}
.custom-select {
  color: #6a6a6a;
}
img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap-wight {
  background: #fff;
}
footer {
  font-size: 0.875rem;
  margin-top: 70px;
  background: #fff;
}
footer .logo {
  max-width: 200px;
  height: 55px;
}
footer .footer-wrapper {
  padding: 70px 0 50px;
}
footer .footer-title {
  margin-bottom: 18px;
  font-size: 0.9375rem;
  font-weight: 700;
  position: relative;
}
footer .footer-about-us {
  font-size: 0.9375rem;
  color: #6a6a6a;
  font-weight: 400;
}
footer .footer-nav-menu li {
  line-height: 30px;
}
footer a {
  color: #6a6a6a;
}
footer a:hover {
  color: #6a6a6a;
  outline: none;
}
footer a .hover {
  color: #fa6262;
  text-decoration: none;
}
footer p {
  margin-bottom: .25rem;
}
.container-layout {
  background: #fff;
  border-radius: 5px;
  padding: 1.5rem;
}
.breadcrumb {
  background: none;
  padding: 0.3rem 1rem;
  justify-content: flex-end;
  font-size: 0.9rem;
}
.copyright {
  display: inline-block;
  font-size: 0.9375rem;
  color: #6a6a6a;
}
.gift-categories .block-communities {
  border: 1px solid #E8ECED;
}
.block-communities {
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
  border: none;
}
/*.card {
  box-shadow: 0px 1px 15px 1px rgba(230, 234, 236, 0.35);
  border: none;
}*/
.card-columns-2x {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.top-divider {
  border-top: 1px solid #E8ECED;
}
.form-group .text-danger {
  font-size: 0.9375rem;
}
.form-control {
  height: 46px;
  border-radius: 5px;
  border: 1px solid #e8eced;
  width: 100%;
  padding: 0 12px;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: #6a6a6a;
}
.form-control:focus {
  border-color: #fa6262;
  background-color: #fff;
  outline: none;
  box-shadow: none;
}
form label.control-label,
.checkbox label {
  font-weight: normal;
  font-size: 0.9375rem;
}
.checkbox input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
}
input[type="checkbox"] + label::before {
  width: 20px;
  height: 20px;
  content: "";
  display: inline-block;
  font-size: 0.9375rem;
  margin: -4px 10px 0 0;
  border-radius: 3px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #dfe5e6;
}
input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
  display: inline-block;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  left: 3px;
  top: -1px;
}
.hint-block {
  display: block;
  margin-top: 5px;
  color: #6a6a6a;
}
form div.required label.control-label:after {
  content: " * ";
  color: red;
}
.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}
.not-set {
  color: #c55;
  font-style: italic;
}
.section {
  position: relative;
  padding: 65px 0;
}
.points {
  display: inline-block;
  background: url("../img/points_color.svg") no-repeat;
  background-size: contain;
  background-position: center;
  width: 25px;
  height: 25px;
}
.navbar-block {
  margin-bottom: 2rem;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
  background: #fff;
}
.navbar-block nav li {
  display: inline-block;
}
.navbar-block nav a {
  font-size: 15px;
  font-weight: 500;
  color: #6a6a6a;
  margin-right: 40px;
}
.navbar-block nav a:hover {
  text-decoration: none;
  color: #fa6262;
}
.navbar-brand {
  font-size: 0rem;
  margin-left: 0 !important;
  padding: 0;
}
.navbar-brand .brand-text {
  display: inline-block;
  color: #999;
  margin: 12px 0 0 16px;
  padding-left: 16px;
  vertical-align: top;
  border-left: 1px solid #ddd;
  font-size: 0.85rem;
  line-height: normal;
}
.navbar-block .navbar-points {
  margin-right: 21px;
  font-weight: 500;
}
.navbar-block .navbar-points .points {
  width: 20px;
  height: 20px;
}
.navbar-block .navbar-points span {
  vertical-align: middle;
}
.navbar-block .navbar-btn {
  display: inline-block;
  line-height: 44px;
  border-radius: 50px;
  color: #6a6a6a;
  font-size: 0.875rem;
  padding: 0 11px;
  font-weight: 500;
  background-color: #f9cfd1;
  text-align: center;
  border: 0;
  cursor: pointer;
  -webkit-appearance: none;
}
.navbar-block .navbar-btn.authorized {
  background-color: #d4edda;
}
.navbar-block .navbar-btn span {
  margin: 0 10px 0 13px;
}
.navbar-block .navbar-btn svg {
  width: 24px;
  height: 24px;
  margin-top: 0;
  vertical-align: middle;
  margin-right: 4px;
}
.navbar-block .navbar-btn:hover svg {
  fill: #fff;
}
.navbar-block .navbar-btn:hover {
  background-color: #f7a6aa;
  color: #fff;
  text-decoration: none;
}
.navbar-block .navbar-btn.authorized:hover {
  background-color: #a9dcb5;
}
.navbar-block .navbar-subscribe {
  color: #8f9599;
  font-weight: 500;
  font-size: 14px;
  margin-right: 40px;
}
.navbar-block .navbar-subscribe svg {
  width: 23px;
  height: 17px;
  margin-top: -1px;
  vertical-align: middle;
  margin-right: 17px;
}
.section-wrap {
  padding-top: 100px;
  position: relative;
}
.form-signin a {
  font-size: 0.9375rem;
}
.main-banner {
  padding: 5.3rem;
  margin-top: -2rem;
  background: #fafcff;
  z-index: 1;
}
.main-banner .bd-lead {
  margin-bottom: 3.5rem;
}
.top-banner {
  padding: 5.3rem;
  margin-top: -2rem;
}
.pagination .page-link {
  background: none;
  color: #333;
  box-shadow: none;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin-right: 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #E8ECED;
  vertical-align: middle;
  transition: all 0.2s ease-in-out;
}
.pagination .page-item.active .page-link,
.pagination .page-link:hover {
  border-color: #df3844;
  background: #df3844;
  color: #fff;
}
.btn-primary,
.btn-outline-primary {
  color: #fff;
  border: 1px solid #df3844;
  background: #df3844;
  border-radius: 25px;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 9px 16px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.btn-outline-primary {
  color: #6a6a6a;
  background: none;
}
.btn-primary:hover,
.btn-primary:not(:disabled):not(.disabled):active {
  border-color: #df3844;
  background: none;
  color: #6a6a6a;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  border-color: #df3844;
  background: #df3844;
  color: #fff;
}
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 56, 68, 0.5);
}
.btn-big {
  padding: 14px 25px;
  font-size: 0.85rem;
}
.bd-lead {
  color: #7d7e80;
  font-size: 1.1rem;
  letter-spacing: 0.1px;
  line-height: 29px;
}
.bd-title {
  letter-spacing: -0.01em;
}
.partners {
  background: #fff;
}
.partners .glide__slides {
  margin: 0;
  padding: 5px;
}
.task-info {
  background: #f6f6f6;
  padding: 6.8rem 0;
  margin-bottom: -70px;
}
.task-info .task-card .btn {
  margin-top: -16px;
}
.task-info .task-card {
  padding: 20px 20px 20px 30px;
  min-height: auto;
}
.task-card {
  outline: none;
  padding: 0;
  margin-bottom: 20px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
  border: none;
}
.task-card .task-title {
  font-size: 15px;
  color: #6a6a6a;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 16px;
}
.task-card .task-name {
  font-size: 1.2rem;
  line-height: 24px;
  margin-bottom: 29px;
}
.task-card .task-reward {
  font-size: 1.5rem;
  line-height: 24px;
  font-weight: 600;
  color: #6a6a6a;
}
.task-card .task-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  min-height: 200px;
  background: #8c8c8c0f;
}
.task-card .task-data {
  padding: 30px;
  font-size: 0.85rem;
}
.task-card .task-category {
  font-size: 14px;
  font-weight: 300;
  color: #6a6a6a;
}
.task-category i {
  font-size: 0.9rem;
  margin-right: 2px;
  font-weight: 500;
}
.see-also .task-card .task-title {
  font-size: 1rem;
}
.see-also .task-card .task-img {
  min-height: 180px;
}
.page-title {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: block;
  padding: 70px 0 115px;
  background: #fafcff;
  margin-top: -2rem;
  max-height: 225px;
}
.page-title .bd-title {
  font-size: 2.1rem;
}
.page-title .bd-lead {
  font-size: 1rem;
}
.social {
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #fff !important;
  text-align: center;
  margin-right: 6px;
  margin-bottom: 6px;
  font-size: 15px;
  transition: all 0.1s ease-in-out;
}
.social:last-child {
  margin-right: 0;
}
.social-twitter {
  background-color: #55ACEE;
}
.social-facebook {
  background-color: #39599f;
}
.social-google-plus {
  background-color: #DE4B39;
}
.eauth-service:last-child {
  margin-right: 0;
}
.eauth-service-link {
  text-indent: -99999px;
  border-radius: 50%;
}
.eauth-service-id-proberry .eauth-service-link::before,
.eauth-service-id-proberry .eauth-service-link::after {
  background: url("/img/pb_logo.png") no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.gift-card {
  position: relative;
  min-height: 260px;
  background: none;
}
.gift-card .gift-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  z-index: 1;
}
.gift-card .gift-content {
  width: 100%;
  top: 30%;
  position: absolute;
  color: #fff;
  z-index: 2;
  text-align: center;
  padding: 20px 20px 0;
}
.gift-categories {
  background: #fff;
  padding: 5rem 0;
  margin-bottom: -70px;
}
.gift-categories .bd-title {
  margin-bottom: 2rem;
}
.gift-categories .card {
  border: 1px solid #E8ECED;
}
.icon-block {
  float: left;
  width: 100px;
  height: 124px;
  background: #b7b9bb;
}
.gift-categories .category-title {
  font-size: 1.2rem;
  display: inline-block;
  padding: 3rem 0 3rem;
}
.category-list .list-group-item {
  background: none;
  border: none;
  padding: 0.7rem 0;
  font-size: 0.9rem;
  position: relative;
}
.category-list .list-group-item:hover {
  padding-left: 12px;
  color: inherit;
}
.category-list .list-group-item:hover::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
  content: '';
  display: block;
  height: 25px;
  width: 4px;
  background: #df3844;
}
.category-list .list-group-item.active {
  padding-left: 12px;
  color: inherit;
}
.category-list .list-group-item.active::before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12.5px;
  content: '';
  display: block;
  height: 25px;
  width: 4px;
  background: #df3844;
}
.hover-up {
  top: 0;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.hover-up:hover {
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
  top: -2px;
}
.main-form {
  background: #fff;
}
.form-signin-main {
  width: 100%;
  color: #6a6a6a;
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
  border-radius: 5px;
  background-color: #fff;
  padding: 48px 90px;
}
.form-signin {
  width: 100%;
  color: #6a6a6a;
  position: relative;
  margin-top: -171px;
  box-shadow: 0 20px 40px rgba(61, 65, 84, 0.15);
  border-radius: 5px;
  background-color: #fff;
  padding: 48px 90px;
}
.form-label,
.col-form-label,
.col-form-legend {
  margin-bottom: calc(0.438rem - 2px);
  font-weight: 500;
  font-size: .83125rem;
}
.form-signin .form-title {
  padding: 70px 0 115px;
}
.form-title h1 {
  font-size: 2.1rem;
}
.custom-select:focus {
  border-color: #df3844;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(255, 128, 128, 0.5);
}
.banner-content {
  padding: 5.3rem;
  background: #fafcff;
  z-index: 1;
}
.main-content {
  padding-bottom: 5rem;
}
.step-1 {
  padding: 2rem 0;
}
.step-1 img {
  background: grey;
  width: 100%;
  height: 100%;
  display: block;
}
.d-inline-block {
  max-width: 85%;
}
/*--- admin panel --*/
.layout-container {
  position: relative;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
.layout-container .add-tablefile {
  color: #fff;
}
.header-container {
  position: relative;
  background: #fff;
  color: #6a6a6a;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
  border-bottom: solid 1px #f7f7f7;
}
.header-container nav {
  min-height: 60px;
  line-height: 60px;
}
.header-container nav > ul > li {
  display: inline-block;
}
.header-container nav > ul > li > a {
  display: block;
  padding: 0 0.4rem;
  text-decoration: none;
  color: inherit;
  font-size: 13px;
}
.header-user-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 3px #dedede;
  box-sizing: border-box;
}
.sidebar-container {
  background: #fff;
  color: #8e8e8e;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
  transform: translate3d(0, 0, 0);
  transition: transform 0.28s ease-in-out;
  will-change: transform;
  width: 220px;
}
.layout-container .sidebar-container {
  width: 220px;
  height: 100%;
  z-index: 40;
  float: left;
  position: absolute;
}
.brand-header {
  height: 60px;
  text-align: center;
  float: left;
  width: 220px;
}
.d-inline-block {
  width: 61%;
  box-sizing: border-box;
}
.sidebar-content {
  padding: 29px 0 0 0;
  background: #fff;
}
.sidebar-nav ul li {
  margin-bottom: 10px;
}
.sidebar-nav ul li a {
  display: block;
  font-size: 14px;
  padding: 15px 16px 15px 34px;
  border-left: solid 2px transparent;
  box-sizing: border-box;
  font-weight: 300;
}
.sidebar-nav ul > li > a > .nav-icon {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 26px;
  text-align: center;
}
.sidebar-nav .sub-menu li a {
  padding-left: 77px;
}
.layout-container .sidebar-nav ul li a.active {
  background: #f0f0f0;
}
.layout-container .sidebar-nav ul li:hover a:hover {
  background: #f0f0f0;
}
.main-container {
  position: relative;
  height: calc(100% - 60px);
  /*overflow: auto;
  -webkit-overflow-scrolling: touch;*/
}
@media only screen and (min-width: 992px) {
  .main-container {
    margin-left: 220px;
  }
}
.section-container {
  padding: 2.1rem 2.1rem 2.1rem;
}
.cardbox-main-title {
  color: #6a6a6a;
  font-size: 16px;
  margin-top: 11px;
  font-weight: 300;
  display: inline-block;
}
.cardbox-body {
  position: relative;
  padding: 30px;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
  background: #fff;
  border-radius: 2px;
}
.cardbox-body form label.control-label,
.cardbox-body .checkbox label,
.cardbox-body label,
.cardbox-body .help-block,
.cardbox-body .select2-selection__rendered li {
  font-size: 14px;
  line-height: 22px;
  font-weight: 300;
}
.cardbox-body .table-merchant.style-bold thead tr th label {
  font-weight: 400;
}
.brand-block {
  width: 100%;
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9;
}
.header-top-menu {
  margin-right: 22px;
}
.cardbox-title {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 19px;
}
.cardbox .form-control {
  height: 36px;
  border: solid 1px #e9e9e9;
  background: #f8f8f8;
  font-size: 14px;
  border-radius: 3px;
}
.cardbox .table-responsive {
  overflow-x: visible;
}
.cardbox.cardbox-table {
  overflow-x: auto;
  background: #fff;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
  border-radius: 2px;
}
.table-merchant thead > tr > th {
  font-size: 15px;
  font-weight: 400;
}
.table-merchant tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-merchant tbody > tr {
  font-size: 14px;
  font-weight: 300;
}
.table-merchant .edit-t {
  text-align: right;
  width: 10%;
}
.table-merchant .dropdown-menu-edit .dropdown-menu-list {
  left: unset;
  right: 11%;
}
.table-merchant .dropdown-menu-edit .dropdown-menu-list a {
  padding: 7px;
}
.p-t-md {
  padding-top: 37px;
}
.btn-success {
  background: #5fb870;
  font-size: 14px;
  font-weight: 300;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.35);
  border-radius: 3px;
  color: #fff;
  border: none;
}
.select2-container--default .select2-selection--single {
  background-color: transparent;
  border-radius: 0;
  border: 0;
  border-bottom: solid 1px #d5d5d5;
  height: 40px;
  outline: none;
}
.select2-dropdown {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  box-shadow: 0 10px 25px 0 rgba(123, 123, 123, 0.15);
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #d5d5d5;
  outline: none;
  border-radius: 4px;
}
.select2-results__option {
  padding: 12px;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 300;
}
.table td,
.table th {
  vertical-align: middle;
  padding: .95rem;
}
.table.table-merchant thead th,
.table.table-merchant td,
.table th,
.table-merchant tr {
  border: none;
}
.select-status {
  height: 36px;
  border: solid 1px #e9e9e9;
  background: #f8f8f8;
  font-size: 13px;
  border-radius: 3px;
  color: #6a6a6a;
}
.btn-group-pages {
  margin-top: 11px;
}
.btn-group-pages a {
  display: inline-block;
  padding: 0 16px;
  color: #6a6a6a;
}
.btn-group-pages span {
  color: #6a6a6a;
  font-size: 15px;
}
.add-tablefile {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #5fb870;
  text-align: center;
  border-radius: 50%;
  float: right;
  font-size: 23px;
  font-weight: 300;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.35);
}
/*------*/
.main-content .sidebar-nav ul li a:hover {
  color: #2290ff;
  background: #f5faff;
  border-color: #2290ff;
}
.welcome {
  margin-bottom: 30px;
}
.breadcrumbs {
  float: right;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a {
  color: #6a6a6a;
}
.listinfoblock {
  padding: 30px;
  background: #fff;
  color: #6a6a6a;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
  transform: translate3d(0, 0, 0);
  transition: transform 0.28s ease-in-out;
  will-change: transform;
  border-radius: 3px;
}
/*-----*/
.list-group-style {
  margin-top: 4px;
}
.btn-all {
  background: transparent;
  border: solid 1px #749afc;
  box-sizing: border-box;
  display: inline-block;
  padding: 8px 26px;
  color: #749afc;
  border-radius: 4px;
  margin-right: 14px;
  font-size: 14px;
  font-weight: 300;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.35);
  vertical-align: top;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
.btn-all:hover {
  color: #749afc;
  background: #fff;
}
.btn-lists {
  display: inline-block;
  font-size: 0;
  border-top: solid 1px #6a6a6a;
  border-bottom: solid 1px #6a6a6a;
  border-radius: 4px;
  background: #fff;
  margin-right: 14px;
  overflow: hidden;
}
.btn-lists li {
  display: inline-block;
  border-radius: 3px;
}
.btn-lists li a {
  display: block;
  padding: 9px 26px;
  border-right: solid 1px #6a6a6a;
  font-size: 13px;
  color: #6a6a6a;
  font-weight: 300;
  -webkit-transition: background 1s ease-out;
  -moz-transition: background 1s ease-out;
  -o-transition: background 1s ease-out;
  transition: background 1s ease-out;
}
.btn-lists li a:hover,
.btn-lists li a.active {
  color: #fff;
  background: #749afc;
}
.btn-lists li:first-child {
  border-left: solid 1px #6a6a6a;
  border-radius: 4px;
}
.btn-lists li:last-child {
  border-radius: 4px;
}
/*----*/
.active-status,
.inactive-status,
.status-interactive {
  display: inline-block;
}
.active-status,
.status-interactive {
  border-radius: 18px;
  padding: 5px 16px;
}
.layout-container .active-status {
  color: #fff;
}
.active-status {
  background: #62b773;
}
.inactive-status {
  padding-left: 5px;
}
.status-interactive {
  background: #eeeeee;
}
/*---*/
.table.table-clients {
  overflow: hidden;
}
.table-clients td,
.table-clients th {
  border-top: 0;
}
.table-clients tr td {
  width: 13%;
  display: inline-block;
}
.table-clients thead tr {
  background: transparent;
  box-shadow: none;
  display: block;
  font-size: 0;
}
.table-clients thead tr td {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
}
.table-clients tbody tr {
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px 0 rgba(123, 123, 123, 0.15);
  font-size: 0rem;
  background-color: #fff;
}
.table-clients tbody tr td {
  background-color: #fff;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 300;
}
.table-clients tbody tr td:first-child {
  border-left-style: solid;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-color: transparent;
}
.table-clients tbody tr td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-color: transparent;
  float: right;
}
.table-clients .td-edit {
  text-align: right;
  padding: 1.5rem 1.5rem .95rem .95rem;
  width: 30px;
}
.table-clients .tb-social-networks {
  text-align: center;
}
.table-clients .style-tb-city {
  width: 19%;
}
.table-clients .style-tb-name {
  width: 26%;
}
.table-clients .td-specialization {
  width: 23%;
}
.table-clients .header-user-image {
  margin-right: 15px;
  float: left;
  margin-top: 3px;
  width: 40px;
  height: 40px;
}
.table-clients .info-client span {
  display: block;
}
.table-clients .user-name {
  font-weight: 400;
}
.dropdown-menu-edit {
  position: relative;
}
.dropdown-menu-edit .dropdown-edit-i {
  display: inline-block;
  color: #6a6a6a;
}
.dropdown-menu-edit .dropdown-menu-list {
  position: absolute;
  top: 12px;
  left: -129px;
  background: #fff;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
}
.dropdown-menu-edit .dropdown-menu-list a {
  font-size: 14px;
  padding: 15px;
  display: block;
}
.dropdown-menu-edit .dropdown-menu-list a:hover {
  background: #f7f7f7;
}
.i-group-pages {
  text-align: center;
}
.i-group-pages .btn-group-pages {
  display: inline-block;
  margin-bottom: 0;
}
.d-selection .custom-views {
  border-bottom: solid 1px #e7e7e7;
  padding: 8px 0;
  color: #6a6a6a;
}
.d-selection .custom-views span {
  display: inline-block;
  margin-right: 20px;
}
.d-selection label {
  font-size: 15px;
  font-weight: 400;
}
.d-selection .custom-views i {
  float: right;
}
.btn.custom-views {
  border-radius: 0;
}
.btn-outline-secondary.custom-views {
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  border-bottom: solid 1px #e7e7e7;
  padding: 8px 10px;
  color: #6a6a6a;
  width: 100%;
  text-align: left;
  font-size: 15px;
  transition: all .5s;
}
.btn-outline-secondary.custom-views:focus {
  box-shadow: none;
  border-color: #d5d5d5;
}
.btn-outline-secondary.custom-views:hover {
  background-color: transparent;
  border-radius: 0;
  box-shadow: 0;
  border-color: transparent;
}
.main-container .d-selection button {
  border-color: transparent;
  border-radius: 0;
  background-color: transparent;
  border-bottom-color: #d5d5d5;
  transition: all .5s;
}
.dropdown-toggle.custom-views::after {
  display: none;
}
.btn-outline-secondary.custom-views:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary.custom-views:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary.custom-views:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.custom-views.dropdown-toggle:focus,
.show > .btn-outline-secondary.custom-views.dropdown-toggle {
  background-color: #fff;
  border-radius: 3px;
  box-shadow: none;
  border: solid 1px #d5d5d5;
  color: #6a6a6a;
}
.d-selection .dropdown-menu {
  background: #fff;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.15);
  z-index: 10;
  width: 100%;
  border-radius: 5px;
  border: 0;
  padding: 0;
}
.d-selection .dropdown-menu a {
  font-size: 14px;
  padding: 15px;
  display: block;
  color: #6a6a6a;
}
.d-selection .dropdown-menu a:hover {
  background: #f7f7f7;
}
.d-selection .form-control {
  height: 40px;
  border: 0;
  border-bottom: solid 1px #e9e9e9;
  background: #f8f8f8;
  font-size: 14px;
  border-radius: 3px;
  color: #6a6a6a;
}
/* -- Page-- */
.sticky-wrapper {
  background: #fff;
  border-top: solid 1px #e7e7e7;
}
.main-navigation--mega-menu li {
  display: inline-block;
}
.main-navigation--mega-menu li a {
  display: block;
  padding: 21px 22px;
  border-bottom: solid 2px transparent;
  font-size: 13px;
}
.main-navigation--mega-menu li a i {
  font-size: 25px;
  margin-right: 10px;
}
.main-navigation--mega-menu li a span {
  display: inline-block;
  vertical-align: top;
  line-height: 29px;
}
.main-navigation--mega-menu li a:hover,
.main-navigation--mega-menu li a:hover span {
  border-color: #2278ec;
  color: #2278ec;
}
.el-input {
  position: relative;
  width: 100%;
}
.el-input .form-control {
  padding-left: 10px;
  padding-right: 22px;
  border-bottom-color: #d5d5d5;
  border-radius: 0;
}
.el-input .el-input-refix {
  cursor: pointer;
  position: absolute;
  right: 5px;
  top: 0;
  padding: 7px;
  display: inline-block;
}
.layout-container .has-error.select2-container--krajee .select2-dropdown,
.layout-container .has-error .select2-container--krajee .select2-selection {
  border-color: #d5d5d5;
}
.layout-container #blogger-gender label {
  display: inline-block;
  margin-right: 15px;
}
.layout-container form div.required label.control-label:after {
  color: #6a6a6a;
}
.custom-main-title {
  font-size: 19px;
  margin-top: 11px;
  font-weight: 400;
  display: inline-block;
  color: #6a6a6a;
}
.table-customers td,
.table-customers th {
  border-top: 0;
}
.table-customers tr td {
  width: 19%;
  display: inline-block;
}
.table-customers thead tr {
  background: transparent;
  box-shadow: none;
  display: block;
  font-size: 0;
}
.table-customers thead tr td {
  color: #6a6a6a;
  font-size: 15px;
  font-weight: 400;
}
.table-customers tbody tr {
  display: block;
  margin-bottom: 15px;
  box-shadow: 0 10px 25px 0 rgba(123, 123, 123, 0.15);
  font-size: 0rem;
  background-color: #fff;
  padding: 5px 0;
}
.table-customers tbody tr td {
  background-color: #fff;
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding: 0.95rem 28px;
}
.table-customers tbody tr td:first-child {
  border-left-style: solid;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-color: transparent;
  padding: 0.95rem;
}
.table-customers tbody tr td:last-child {
  border-right-style: solid;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-color: transparent;
}
.table-customers tbody tr td:last-child:after {
  border-right: 0;
}
.table-customers .td-edit {
  text-align: right;
  padding: 1.5rem 1.5rem .95rem .95rem;
  width: 30px;
}
.table-customers .tb-social-networks {
  text-align: center;
}
.table-customers .header-user-image {
  margin-right: 15px;
  float: left;
  margin-top: 3px;
  width: 40px;
  height: 40px;
}
.table-customers .info-client span {
  display: block;
}
.table-customers .user-name {
  font-weight: 400;
}
.table-customers tbody tr td:after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  border-right: solid 1px #eaeaea;
  height: 56%;
  width: 1px;
}
.table-customers .custom-heading {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 18px;
}
.table-customers .sub-heading {
  font-size: 1.75rem;
  font-weight: 500;
}
.btn.show-search-bar {
  background: transparent;
  border-bottom: dashed 1px #6a6a6a;
  color: #6a6a6a;
  padding: .375rem 0;
  margin-left: .95rem;
  border-radius: 0;
}
.btn.show-search-bar:focus {
  outline: 0;
  box-shadow: none;
}
.btn.show-search-bar i {
  margin-left: 7px;
}
.search-bar {
  display: none;
}
.form-group {
  position: relative;
}
.form-group .form-control.search-input {
  padding-left: 40px;
}
.form-group .search-icon {
  position: absolute;
  display: block;
  left: 14px;
  top: 6px;
}
.d-selection.custom-select-i .icon-group-append {
  display: inline-block;
  vertical-align: middle;
}
.d-selection.custom-select-i .icon-group-append i {
  margin-right: 10px;
  font-size: 22px;
  line-height: 31px;
}
.d-selection.custom-select-i span {
  vertical-align: top;
  margin-top: 4px;
}
.d-selection.custom-select-i .btn-outline-secondary.custom-views {
  padding: 2px 10px;
  border: solid 1px #d5d5d5;
  border-radius: 3px;
}
.cardbox .input-group-append .btn {
  padding: 0.225rem .75rem;
}
.cardbox .input-group-append .btn-success {
  color: #fff;
  background-color: #5fb870;
  border-color: #e9e9e9;
  font-weight: 300;
  font-size: 14px;
}
.bootstrap-tagsinput {
  width: 100%;
  margin-top: 6px;
  font-weight: 300;
}
.bootstrap-tagsinput .label-info {
  border: solid 1px #e9e9e9;
  background: #f8f8f8;
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
  line-height: 16px;
  border-radius: 3px;
  margin-right: 2px;
}
.bootstrap-tagsinput .label-info [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.btn-text-reset {
  display: inline-block;
  border: solid 1px #e9e9e9;
  background: #f8f8f8;
  border-radius: 3px;
  padding: .375rem .75rem;
  font-weight: 300;
  font-size: 14px;
}
.btn-info-card {
  background: #5fb870;
  font-size: 14px;
  font-weight: 300;
  box-shadow: 0 5px 25px 0 rgba(123, 123, 123, 0.35);
  border-radius: 3px;
  color: #fff;
}
.irs-slider {
  width: 19px;
  height: 19px;
  border: solid 1px #fff;
  background: #ed5564;
  border-radius: 50%;
}
/*----- Tabs panel ----*/
.tabbable-panel {
  padding: 0;
}
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
}
.tabbable-line > .nav-tabs li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs li .open {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs li .open a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs li .open .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs li:hover {
  border-bottom: 4px solid #fbcdcf;
}
.tabbable-line > .nav-tabs li:hover > a {
  border: 0;
  background: none !important;
  color: #333333;
}
.tabbable-line > .nav-tabs li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
  position: relative;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
}
.tabbable-line > .nav-tabs li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  border: 0;
  border-top: 1px solid #eee;
  padding: 15px 0;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {
  border-bottom: 4px solid #f3565d;
  position: relative;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  color: #737373;
  font-weight: 400;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.mar-t {
  margin-top: 32px;
}
.form-group.form-group_search .form-control.search-input {
  border: 0;
  border-bottom: solid 1px #e9e9e9;
  background: #fff;
  padding-left: 52px;
  border-radius: unset;
}
.form-group.form-group_search .search-icon {
  left: 26px;
  top: -7px;
}
.tab-pane_cardbox {
  border: solid 1px #eee;
  border-radius: 4px;
}
.tab-pane_cardbox .table {
  margin-bottom: 0;
}
.tab-pane_cardbox .table .table {
  margin-bottom: 0;
}
.tab-pane_cardbox .table-merchant tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}
.d-selection.custom-select-i .btn-outline-secondary.custom-views {
  position: relative;
}
.d-selection.custom-select-i .btn-outline-secondary.custom-views:before {
  content: "";
  position: absolute;
  border-left: solid 1px #e9e9e9;
  height: 169%;
  top: -12px;
  left: -10px;
}
.d-selection.custom-select-i span {
  padding-left: 15px;
}
