html {
  overflow-x: hidden !important;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body {
  border: 0;
  margin: 0;
  padding: 0 !important;
  color: #4a4a4a;
  font-size: 14px;
  background: #fff;
  position: relative;
}
a {
  color: #4a4a4a;
  outline: none;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
}
button:link,
button:visited,
button:focus {
  outline: none;
}
a:link,
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  transition: all 0.35s ease 0s;
  color: #3771c8;
}
a:focus {
  outline: 0;
}
section {
  position: relative;
}
table {
  background: #fff !important;
  border: 0px !important;
}
::-webkit-input-placeholder {
  color: #bcbcbc !important;
}
:-ms-input-placeholder {
  color: #bcbcbc !important;
}
::placeholder {
  color: #bcbcbc !important;
}
.form-control:focus {
  box-shadow: none;
  background: #fff;
}
.form-control {
  border-radius: 30px;
  height: 45px !important;
}
.no-padding {
  padding: 0;
}
.no-padding-left {
  padding-left: 0px;
}
.no-padding-right {
  padding-right: 0px;
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
p {
  line-height: 1.4;
}
/* Typography */
body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px !important;
  line-height: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Roboto', sans-serif !important;
}
.section {
  width: 100%;
  display: table;
  margin: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container {
  max-width: 1240px;
}
.col-centered {
  float: none;
  margin: 0 auto;
}
.clear-all {
  clear: both;
  height: 0px;
  width: 100%;
  text-indent: -100000px;
}
.section-md {
  padding: 60px 0px;
}
.section-sm {
  padding: 40px 0px;
}
.scrollup {
  background: #204454;
  color: #fff;
  display: table;
  float: left;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 15px;
  bottom: 70px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 1000;
  display: none;
}
.scrollup i {
  line-height: 35px;
  font-size: 26px;
  text-align: center;
}
.scrollup:hover,
.scrollup:visited,
.scrollup:focus {
  color: #fff;
}
/*Navbar*/
.supportContainer {
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  height: 100vh;
  max-width: 1920px !important;
  margin: 0 auto;
  background: #fff;
  border-left: 0px solid #ddd;
  border-right: 0px solid #ddd;
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: inline-block;
  z-index: 100;
  background: transparent;
  width: 100%;
}
.navbar-toggler {
  width: 40px;
  height: 35px;
  background: #0a1330;
  padding: 0px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
  display: none;
  border: 0px;
  color: #fff;
}
.navbar-light .navbar-toggler-icon {
  background-image: url(../images/menu-bar.svg);
  width: 25px;
}
.navbar-toggler span {
  color: #e42126;
}
.header .navbar {
  padding: 10px;
}
.navbar-nav {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
.navbar-nav li {
  display: inline-block;
  position: relative;
}
.navbar-nav .nav-link {
  background: transparent;
  color: #000 !important;
  font-size: 15px;
  font-weight: 400;
  padding: 8px 15px;
  margin-left: 10px;
  border-bottom: 2px solid transparent;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .active .nav-link {
  color: #fff !important;
  border-bottom: 2px solid #179bdf;
  background-color: rgba(255, 255, 255, 0.1);
}
.slide-form {
  position: fixed;
  top: 0px;
  right: -150%;
  bottom: 0;
  background: #fff;
  width: 400px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 100000;
  font-style: normal !important;
  box-shadow: -6px 4px 8px rgba(0, 0, 0, 0.15);
}
.slide-form.active {
  right: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.slide-form .btnFooter {
  position: relative;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}
.popUp-backdrop {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
}
.popUp-backdrop.show {
  display: block;
  opacity: 0.5;
  right: 0%;
}
.popUp-backdrop1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  opacity: 0.5;
}
.popUp-backdrop-transparent {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
  opacity: 0;
}
.popUp-backdrop-transparent.show {
  display: block;
  opacity: 0;
  right: 0%;
}

/*Login*/
.slide-form form {
  padding: 20px;
}
.slide-form.min-width {
  width: 50% !important;
}
.slide-form input,
.slide-form select,
.slide-form .chosen-container-single .chosen-single,
.slide-form .chosen-container-active.chosen-with-drop .chosen-single,
.form-page input,
.form-page select,
.form-page .chosen-container-single .chosen-single,
.form-page .chosen-container-active.chosen-with-drop .chosen-single {
  font-size: 15px;
  font-weight: 300;
  color: #3d3f46;
  box-shadow: none;
  border-radius: 0px;
  padding: 5px 0px;
  height: auto;
  border: 0px;
  border-bottom: 1px solid #aaa;
  height: 40px;
}
.slide-form input,
.slide-form select {
  height: 40px !important;
}
.slide-form h2 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  color: #2c7fdc;
}
.slide-form h2 span {
  text-transform: capitalize;
}
.slideFormClose {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #2c7fdc;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
}
.loginBg {
  background: #fff url(../images/login-bg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
.col-body-content {
  width: 1100px;
  position: fixed;
  text-align: left;
  background: #fff; /*box-shadow:0 0 10px 2px rgba(17, 17, 17, .08);*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  overflow: hidden;
}
.col-body-content .loginForm {
  padding: 30px;
}
.login-logo {
  padding: 30px;
  margin-bottom: 50px;
}
/* .login-logo img{width: 350px;} */
.col-body-content h1 {
  letter-spacing: 0px;
  font-size: 2em;
  margin-bottom: 50px;
}
.ix-checkbox {
  opacity: 0;
  width: 0;
  margin: 0;
  display: none;
}
.ix-checkbox-label > mark {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #aaa;
  background: #fff;
  position: relative;
  top: -2px;
}
.ix-checkbox-label input:checked + mark:after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 2px;
  margin-top: -1px;
  border-color: #3880ff;
}
.PasswortSpeichern {
  font-size: 15px;
}
.loginForm label {
  font-size: 15px;
}

/*main style*/
.btn-theme {
  border: 0px;
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #3771c8;
  text-align: center;
  text-transform: uppercase;
  border-radius: 30px;
}
.btn-theme:hover {
  color: #fff;
  background-color: #1c4c93;
}
.btn-success {
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #2abf97;
  border-color: #2abf97;
}
.btn-success:hover {
  color: #fff;
  background-color: #219576;
  border-color: #219576;
}
.btn-theme-grey {
  border-radius: 0px;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 14px;
  font-weight: 600;
  color: #111;
  background-color: #d1d1d1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
}
.btn-theme-grey:hover {
  color: #fff;
  background-color: #6f6f6f;
}
.btn-rounded {
  border-radius: 30px;
}
.btn-default {
  border-radius: 0px;
  padding: 7px 10px;
  line-height: 1.42857143;
  color: #111 !important;
  background-color: #d3d3d3;
  text-align: center;
  border-radius: 4px;
}
.btn-default:hover {
  color: #fff !important;
  background-color: #6f6f6f;
}
.btn-white {
  border-radius: 0px;
  padding: 7px 10px;
  line-height: 1.42857143;
  color: #111 !important;
  background-color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #d3d3d3;
}
.btn-white:hover {
  background-color: #d3d3d3;
}
.btn-sm {
  padding: 10px 20px;
  font-size: 12px;
}
.btn-xs {
  padding: 7px 10px;
  font-size: 12px;
}
.white-text {
  color: #fff !important;
}
.btn-theme img {
  width: 11px;
  margin-right: 10px;
}
.link {
  color: #3771c8;
}
.link-blue {
  color: #179bdf;
}
.form-icon-base {
  position: relative;
  height: 40px;
}
.form-icon {
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
}
.form-icon img {
  width: 19px;
  height: 19px;
}
.left-content {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 50%;
}
.left-content .price-list li {
  border-bottom: 1px solid #48557e;
  padding-bottom: 15px;
}
.left-content p {
  display: block;
  color: #000;
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 300;
  margin-top: 40px;
}
.left-content .price-list li span {
  float: right;
  font-weight: 700;
  font-size: 20px;
}
.left-content .price-list li i {
  display: block;
  font-style: normal;
  font-size: 14px;
  margin-top: 7px;
}
.left-content h4 {
  font-size: 3em;
  color: #3771c8;
}

.half-from-scroll {
  overflow-y: scroll;
  max-height: 67vh;
  overflow-x: hidden;
}
.from-scroll {
  overflow-y: scroll;
  max-height: 83vh;
  overflow-x: hidden;
}
.slideFormScroll {
  height: calc(100vh - 90px);
  overflow-x: hidden;
  overflow-y: scroll;
}
.mCSB_scrollTools {
  opacity: 0;
}
.col-left:hover .mCSB_scrollTools {
  opacity: 1;
}
.checkWrapper {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkWrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.checkWrapper:hover input ~ .checkmark {
  background-color: #ccc;
}
.checkWrapper input:checked ~ .checkmark {
  background-color: #3771c8;
  border: 1px solid #3771c8;
}
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}
.checkWrapper input:checked ~ .checkmark:after {
  display: block;
}
.checkWrapper .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.txtRight {
  text-align: right;
}
.table-responsive {
  display: table;
}
/*footer*/
footer {
  padding: 10px 0px;
}
footer ul li {
  display: inline-block;
  margin: 0px 10px;
}
footer ul li a {
  color: #fff;
}
footer ul li img {
  height: 30px;
  margin-right: 8px;
}
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
/** After logged in pages style*/
/*dashboard menu*/
.top-header {
  height: 45px;
  background-color: #f4f4f4;
  border-bottom: 0px solid #c1c1c1;
  position: fixed;
  top: 0;
  z-index: 1000;
  max-width: 1920px;
  width: 100%;
  padding: 0px !important;
  margin: 0 auto;
}
.top-header .dash-logo {
  padding: 9px 10px;
  display: block;
  background: transparent;
}
.top-header .rhs-menu {
  background: transparent;
  position: absolute;
  right: 15px;
  top: 5px;
}
.top-header .rhs-menu ul li {
  display: inline-block;
  margin-left: 15px;
  position: relative;
}
.top-header .rhs-menu a {
  font-size: 14px;
}
.top-header .rhs-menu a img {
  width: 15px;
}
.top-header .rhs-menu a i {
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}
.top-header .rhs-menu a.dropdown-toggle {
  background: #3771c8;
  border-radius: 30px;
  text-align: center;
  padding: 8px 15px !important;
  height: 35px;
  color: #fff !important;
}
.top-header .rhs-menu .dropdown-menu {
  z-index: 100001;
  left: auto !important;
  right: 0px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(17, 17, 17, 0.08);
  transform: translate3d(0px, 0px, 0px) !important;
}
.top-header .rhs-menu .dropdown:hover .dropdown-menu {
  display: block;
}
.top-header .rhs-menu .dropdown-menu a {
  cursor: pointer;
  margin: 0;
  font-size: 13px;
  position: relative;
  color: #333;
}
.ix-menu-divider {
  margin: 5px 0 !important;
  background: #f0f0f0;
  padding: 0;
  width: 100%;
  height: 1px;
  display: inline-block;
}
.top-header .rhs-menu .dropdown-menu a:hover {
  color: #3771c8;
}
.top-header .rhs-menu .dropdown-menu:before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  transform: rotate(45deg);
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 0;
  border-right-width: 0;
  right: 13px;
  margin-top: -15px;
}

/*left side bar*/
.left-sidebar {
  width: 300px;
  display: flex;
  z-index: 11;
  overflow: hidden;
  min-width: 300px;
  position: relative;
  flex: 0 0 300px;
  transition: all 0.2s;
  position: fixed;
  height: calc(100vh - 45px);
  background: #3771c8;
  background-size: contain;
  background-position: center 70%;
}
.vertical-nav-menu {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  padding: 20px 15px;
}
.left-sidebar.sidebar-shadow {
  box-shadow: 5px 0 20px rgba(0, 0, 0, 0.03);
}
.left-sidebar-heading,
.left-sidebar-heading a {
  font-size: 13px !important;
  margin: 0;
  font-weight: normal;
  color: #ccc;
  white-space: nowrap;
  position: relative;
  padding: 15px 0px;
}
.vertical-nav-menu li {
  padding: 7px 0px;
  border-bottom: 1px solid #025abc;
}
.vertical-nav-menu li a {
  display: block;
  line-height: 2rem;
  padding: 0.5rem 1.5rem 0.5rem 45px;
  position: relative;
  border-radius: 0.25rem;
  color: #fff;
  white-space: nowrap;
  transition: all 0.2s;
  font-size: 15px;
  opacity: 0.7;
}
.vertical-nav-menu i.metismenu-icon {
  text-align: center;
  width: 34px;
  height: 34px;
  line-height: 34px;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -17px;
  font-size: 1rem;
  transition: color 300ms;
}
.vertical-nav-menu li a.mm-active {
  color: #fff;
  opacity: 1;
  position: relative;
}
.vertical-nav-menu li a.mm-active:after {
  content: '\e876';
  position: absolute;
  right: 2px;
  top: 8px;
  width: 5px;
  height: 10px;
  font-family: 'Linearicons-Free';
  font-size: 11px;
}
.vertical-nav-menu li a:hover {
  text-decoration: none;
  color: #fff;
  opacity: 1;
}
.menuSection {
  padding-top: 5px;
}
.section {
  height: 100vh;
}
/*mainWrapper*/
.mainWrapper {
  margin-top: 45px;
}
.menu_header {
  font-size: 20px;
  margin-top: 35px;
}
.menu_header i {
  margin-right: 10px;
}
.basket-container {
  display: inline-block;
  background-color: transparent;
  z-index: 16;
  position: fixed;
  right: 3px;
  top: 0px;
  width: 21.5%;
  height: calc(100vh - 92px);
  background: #fff;
}
.mainWrapperBody {
  margin: 0px;
  background: #fff;
  flex: 1; /* min-height:calc(100vh - 100px);*/
  padding: 33px;
  position: relative;
}
.page-scroll {
  overflow-y: auto;
}
.mainWrapper {
  z-index: 9;
  padding-left: 300px;
}
.menu-category-bar {
  height: 50px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.menu-category-bar.active {
  position: sticky;
  z-index: 100;
}
.left-sidebar-inner {
  position: relative;
  width: 100%;
}

.modal {
  z-index: 100050;
}
.modal-backdrop {
  z-index: 100040;
}
.modal .media {
  width: 100%;
  padding: 20px 10px 20px 20px;
  background-color: #fef4f6;
  margin-bottom: 30px;
}
.mediaImg {
  width: 60px;
  height: 60px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
  font-size: 20px;
  position: relative;
}
.mediaImg img {
  width: 30px;
}
.modal .modal-header {
  overflow: hidden;
  clear: both;
  padding: 8px 15px 10px 15px;
  background: linear-gradient(to right, #f5f5f5, #eee);
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.modal .modal-header .modal-title {
  font-size: 18px;
}
.modal .modal-body {
  background: #fff;
  border-radius: 10px;
}
.modal .media .hint-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal .media .hint-content {
  margin-bottom: 10px;
  font-size: 14px;
}
.modal label {
  display: inline-block;
  font-size: 14px;
  color: #555;
  margin-bottom: 0px;
}
.modal input,
.modal select,
.modal .chosen-container-single .chosen-single,
.modal .chosen-container-active.chosen-with-drop .chosen-single {
  font-size: 14px;
  border: transparent;
  border-bottom: 1px solid #aaa;
  border-radius: 0;
  padding: 5px 0;
  width: 100%;
  outline: 0;
  background-color: transparent;
  text-overflow: ellipsis;
  height: 40px;
}
.modal .form-group {
  margin-bottom: 20px;
  position: relative;
}
.modal .modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #e3e3e3;
  justify-content: flex-start;
}

.dash-grey {
  background-color: #eaeaea;
}
.menu-category-title h1 {
  font-size: 18px;
  padding: 12px 0px 12px 17px;
  margin: 0px;
}
.mainWrapperBody h2,
.mainWrapperBody h5 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1;
}
.mainWrapperBody .card {
  margin-bottom: 30px;
}
.mainWrapperBody .card-header {
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}
.mainWrapperBody .card td {
  border: 0px;
  font-size: 13px;
  white-space: nowrap;
}
.mainWrapperBody .card .table thead th {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  text-transform: none;
  font-size: 14px;
  height: auto;
  padding: 10px;
  font-weight: normal;
  border-top: 0px solid #efefef;
}
.mainWrapperBody .dropdown.fixed {
  position: absolute;
  top: 4px;
  right: 0;
  background: transparent;
}
.mainWrapperBody .dropdown:hover .dropdown-menu {
  display: block;
}
.mainWrapperBody .dropdown-menu {
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px 2px rgba(17, 17, 17, 0.08);
  left: auto !important;
  right: 0px;
  top: 28px !important;
}
.mainWrapperBody .dropdown-menu:before {
  content: '';
  position: absolute;
  height: 13px;
  width: 13px;
  transform: rotate(45deg);
  display: block;
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 0;
  border-right-width: 0;
  right: 13px;
  margin-top: -15px;
}
.pos-relative {
  position: relative !important;
}
.top-0 {
  top: 0 !important;
}
.mainWrapperBody .dropdown #dropdownMenuButton {
  font-size: 13px;
  background: transparent;
  padding: 0.375rem 0.75rem;
}
.mainWrapperBody .dropdown #dropdownMenuButton i {
  font-size: 12px;
}
.mainWrapperBody .dropdown button:focus {
  box-shadow: none !important;
}
.mainWrapperBody .dropdown a,
.dropdown-item.active {
  font-size: 13px;
  background: #fff;
  position: relative;
  color: #000;
}
.mainWrapperBody .dropdown a:hover {
  background: #eaeaea;
}

/* dashboard*/
.kpi-item {
  display: inline-block;
  background: #3771c8 url(../images/dash-card-bg.png) no-repeat right top;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #3771c8;
  padding: 20px 40px 20px 30px;
  width: 100%;
  min-height: 100px;
}
.kpi_icon {
  display: inline-block;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px;
  margin-right: 30px;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin-top: 5px;
}
.kpi_icon img {
  width: 25px;
}
.kpi-item h5 {
  color: #fff;
  font-size: 14px;
}
.kpi-item p {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}
.kpi-item .form-control {
  margin-top: 5px;
  border: 1px solid #fff;
}
.kpi-item .btn-theme {
  position: relative;
  top: 16px;
  background-color: #fff;
  color: #3771c8;
  margin-top: 5px;
}
.verlauf .icon {
  width: 50px;
  height: 50px;
  background: #f1f1f1;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  line-height: 50px;
  margin-right: 15px;
  float: left;
  position: relative;
  top: -3px;
}
.verlauf .icon img {
  width: 25px;
}
.verlauf h5 {
  margin-bottom: 0px;
  font-size: 15px;
  text-transform: capitalize;
}
.verlauf p {
  margin-bottom: 0px;
}
.verlauf tr {
  border-bottom: 1px solid #f1f1f1;
}
.verlauf .green {
  color: #31b490;
  font-weight: 600;
  font-size: 15px;
}
.verlauf .red {
  color: #d05161;
  font-weight: 600;
  font-size: 15px;
}
.order-list-table thead th {
  border-top: 0px;
  font-size: 16px !important;
  background-color: #3771c8 !important;
  color: #fff;
  border-bottom: 2px solid #3771c8;
}
.order-list-table tbody tr td {
  vertical-align: middle;
  border: 0px;
  padding: 20px 10px;
}
.order-list-table tbody tr:nth-of-type(2n + 1) {
  background-color: #edf4fb !important;
}
.order-list-table .btn-theme {
  text-transform: capitalize;
}
.order-list-table .btn-theme i {
  margin-right: 5px;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.chatBase {
  height: 100%;
}
.chat-box-inner {
  padding-right: 10px;
  border-bottom: 1px solid #e9e9e9;
  height: calc(100vh - 210px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.chat-box-inner::-webkit-scrollbar {
  width: 3px;
}
.chat-box-inner::-webkit-scrollbar-track {
  background: transparent;
}
.chat-box-inner::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0px;
  border: 0px solid #515a6f;
}
.chat-box-inner .profile-img img {
  border: 1px solid #ffae00;
}
.chat-box-inner .profile-group h4 {
  font-size: 14.5px;
  font-weight: 500;
  color: #7c3a00;
  margin: 0px;
  position: relative;
  top: 10px;
  left: 10px;
}
.chat-box-inner .messages ul li {
  display: inline-block;
  clear: both;
  width: 100%;
  font-size: 0.9em;
}
.chat-box-inner .messages ul li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.chat-box-inner .messages ul li.replies img {
  float: right;
}
.chat-box-inner .messages ul li.replies p {
  background: #edf4fb;
  float: right;
}
.chat-box-inner .messages ul li.sent p {
  background: #3771c8;
  color: #fff;
}
.chat-box-inner .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 250px;
  line-height: 130%;
  font-weight: 300;
}
.chat-box-inner .messages ul li p span {
  font-weight: 500;
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}
.chat-box-inner .messages ul li.sent p span {
  color: #000;
}
.chat-box-inner .messages ul li.replies p span {
  color: #225a33;
}
.inputbox-position {
  position: relative;
  height: 100%;
}
.chat-image.left {
  width: 40px;
  float: left;
  margin: 0px 8px 0 0;
}
.chat-image.right {
  width: 40px;
  float: right;
  margin: 0px 0 0 8px;
}
.chat-time {
  display: block;
  text-align: center;
  font-size: 9px;
  color: #999;
}
.chat-icon ul li {
  display: inline-block;
  font-size: 12px;
  color: #8b8b8b;
}
.chat-icon ul li:last-child {
  float: right;
}
.chat-date {
  text-align: center;
  padding: 5px;
  font-size: 11px;
  color: #4e636d;
  text-transform: uppercase;
  background: #edf4fb;
  border-radius: 6px;
  max-width: 90px;
  margin: 0 auto 15px auto;
}
.message-input {
  padding: 20px 0px;
}
.message-input .form-control {
  border: none;
  background: #edf4fb;
  font-size: 14px;
  color: #000;
  padding: 0px;
  height: 50px;
  box-shadow: none;
  padding: 0px 15px;
  font-weight: 300;
  border-radius: 10px !important;
  border: 1px solid #f1f1f1;
}
.message-input .btn {
  color: #fff;
  height: 49px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
  border-radius: 10px !important;
  margin: 0px 10px;
  font-size: 20px;
  position: relative;
}
.message-input .btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.message-input .btn.attach {
  background: #ebebeb !important;
  color: #000 !important;
}

/***cashless**/
.left-content ul li {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.left-content ul li span {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 7px;
}
.left-content ul li span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
}
.invite-btn {
  float: right;
  margin-right: 15px;
}
.invite-btn i {
  margin-right: 8px;
}
.alert {
  background-color: #fff;
  border: 0px;
  border-left: 5px solid #ffff;
  width: 99%;
  margin: 0 auto;
  color: #000;
  border: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  position: fixed;
  top: -15%;
  z-index: 10000;
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.alert.active {
  top: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.alert-close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 12px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
  z-index: 100;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}
.alert-success {
  border-left: 5px solid #47d764 !important;
}
.alert-info {
  border-left: 5px solid #2f86eb !important;
}
.alert-warning {
  border-left: 5px solid #ffc021 !important;
}
.alert-danger {
  border-left: 5px solid #ff0000 !important;
}
.alert span.icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border-radius: 100px;
  margin-right: 10px;
}
.alert span.icon i {
  color: #fff;
  font-size: 14px;
}
.alert-success span.icon {
  background-color: #47d764 !important;
}
.alert-info span.icon {
  background-color: #2f86eb !important;
}
.alert-warning span.icon {
  background-color: #ffc021 !important;
}
.alert-danger span.icon {
  background-color: #ff0000 !important;
}
.alert-danger span.icon i {
  position: relative;
  top: -1px;
}
.errorMsg {
  font-size: 12px;
  color: #ff0000;
}
.invite-btn i {
  margin-right: 8px;
}
.LoginRight {
  background: #3771c8;
  text-align: center;
}

.LeftBottomIcons {
  margin-top: 80px;
}
.LeftBottomIcons ul {
  width: 100%;
  display: table;
}
.LeftBottomIcons ul li {
  display: table-cell;
}
.LeftBottomIcons ul li img {
  width: 50px;
}
.LeftBottomIcons ul li span {
  display: block;
  font-size: 14px;
  color: #000;
  margin-top: 10px;
}
.CardNumber {
  font-size: 22px;
  margin-bottom: 15px;
}
.CardDate {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.CardBtns {
  margin-bottom: 15px;
}
.CardBtns a {
  margin-right: 15px;
}
.btn-delete {
  background-color: #ff0000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}
.CardList {
  border: 1px solid #f1f1f1;
  padding: 20px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.CardImage {
  padding: 15px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  display: inline-block;
  width: 250px;
  text-align: center;
}
.CardImage img {
  border-radius: 6px;
  overflow: hidden;
}
.CardName {
  text-align: center;
  margin-top: 15px;
  width: 250px;
}
/**slide-modal**/
.modal-slide {
  z-index: 1000000 !important;
}
.modal-slide .modal-dialog {
  max-width: inherit;
  margin: 0;
  transition: transform 0.3s ease-out !important;
}
.modal-slide .modal-body {
  padding: 0px;
}
.modal-slide .modal-content {
  position: absolute;
  top: -150%;
  right: 0px;
  height: 100vh;
  background: #fff;
  width: 450px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}
.modal-slide.payment-slide .modal-content {
  width: 600px;
}
.modal-slide.min-width .modal-content {
  width: 50% !important;
}
.modal-slide.show .modal-content {
  top: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal .modal-header .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #3771c8;
  z-index: 100;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  font-size: 20px;
  padding: 0px;
  margin: 0px;
}

.slide-form .btnFooter {
  position: relative;
  border-top: 1px solid #e3e3e3;
  padding-top: 30px;
}
.popUp-backdrop {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
}
.popUp-backdrop.show {
  display: block;
  opacity: 0.5;
  right: 0%;
}
.popUp-backdrop1 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  opacity: 0.5;
}
.popUp-backdrop-transparent {
  position: fixed;
  top: 0;
  right: -150%;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000;
  display: none;
  opacity: 0;
}
.popUp-backdrop-transparent.show {
  display: block;
  opacity: 0;
  right: 0%;
}
.notifiList .mediaList {
  margin-bottom: 0px !important;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
}
.notifiList .mediaList h5 {
  font-size: 16px;
}
.notifiList .mediaList p {
  font-size: 14px;
  margin-bottom: 0px;
}

.notifiList {
  padding-right: 10px;
  margin-right: 5px;
  border-bottom: 1px solid #e9e9e9;
  height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.notifiList::-webkit-scrollbar {
  width: 3px;
}
.notifiList::-webkit-scrollbar-track {
  background: transparent;
}
.notifiList::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0px;
  border: 0px solid #515a6f;
}

.top-aufladen {
  padding: 8px 25px !important;
  height: 35px !important;
  font-size: 14px;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  cursor: pointer;
}
.zahlunBtns {
  float: right;
}
.grey-bg {
  background-color: #edf4fb;
}
.tansaction .table-bordered th {
  border: 1px solid #aecbe8;
  vertical-align: middle !important;
}
.tansaction .table-bordered th .form-control {
  height: 35px !important;
}
.tansaction .input-group-text {
  background-color: #3771c8;
  border: 1px solid #3771c8;
  color: #fff;
}
.tansaction {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
}
.tansHeaderImg {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0 auto;
}
.tansHeaderImg a img {
  width: 100%;
}
.tansHeaderImg img {
  width: 100%;
}
.transRowTxtBigLeft {
  font-size: 18px;
  display: inline-block;
  text-align: left;
}
.transRowTxtBigRight {
  font-size: 18px;
  display: inline-block;
  text-align: right;
}
.transRowSmall {
  font-size: 13px;
  margin-bottom: 5px;
  display: inline-block;
}
.transRowChf {
  margin-right: 10px;
}
.transName {
  font-size: 18px;
}
.dateBase {
  position: relative;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.rdrDateRangeWrapper {
  position: absolute;
  left: 0;
  top: 36px;
}

.not-found-base {
  position: relative;
  height: 100vh;
}
.not-found {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.not-found h1 {
  font-size: 25px;
  font-weight: 400;
}
.not-found p {
  font-size: 14px;
  font-weight: 400;
}
.AccessDeniedLogo {
  max-width: 600px;
}
.AccessDeniedLogo img {
  width: 100%;
}
.AccessDeniedBtn.btn-theme {
  margin-top: 50px;
  display: inline-block;
  border-radius: 30px;
  font-size: 18px;
  /*color: #16b5d7;*/
  background-color: #16b5d7 !important;
  padding: 15px 30px;
  border: 1px solid #16b5d7;
}
.AccessDeniedBtn.btn-theme:hover {
  background-color: #3a3668 !important;
  color: #fff;
  border: 1px solid #3a3668;
}
.AccessDenied h1 {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 30px;
  color: #3a3668;
}
.PaymentBase {
  padding: 20px;
  position: relative;
  height: 100%;
}
.PaymentIcons {
  margin: 0px 0px 20px 0px;
}
.PaymentIcons ul {
  width: 100%;
  /* display: flex;
  justify-content: space-between; */
}
.PaymentIcons ul li {
  display: inline-block;
  width: 48%;
  height: 150px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
  background-color: #3771c8;
}
.PaymentIcons ul li:nth-child(2),
.PaymentIcons ul li:nth-child(4) {
  margin-right: 0px;
}
.PaymentIcons ul li .selectedBgImg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.PaymentIcons ul li .selectedTick {
  display: none;
}
.PaymentIcons ul li.active .selectedTick {
  display: inline-block;
}
.PaymentIcons ul li.active .selectedBgImg {
  opacity: 0.4;
}
.PaymentIcons ul li.active .selectedTick {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.PaymentIcons ul li.active .selectedTick img {
  z-index: 100 !important;
  opacity: 1 !important;
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.PaymentIcons ul li label {
  width: 100%;
  height: 100%;
}
.PaymentIcons ul li label .rating-checkbox {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  z-index: 1;
  opacity: 0;
}
.PaymentIcons ul li .ix-checkbox-label > mark {
  position: absolute;
  top: 10px;
  right: 10px;
  opacity: 0;
}
.PaymentPopBtn {
  position: absolute;
  bottom: 0px;
  padding: 20px;
  background: #f1f1f1;
  width: 100%;
  text-align: center;
  right: 0;
}
.PaymentInput {
  padding: 30px;
  text-align: center;
  border: 1px dotted #ccc;
  border-radius: 10px !important;
  margin-bottom: 30px;
}
.PaymentInput input {
  width: 200px !important;
  height: 55px !important;
  border-radius: 15px !important;
  border: 2px solid #ccc !important;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
}
.amntRatio {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
  color: #999999;
  display: block;
}
.amntLabel {
  font-size: 11px;
  font-weight: 600;
  color: #999999;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 3px 5px;
  top: 39px;
}
.rcb-amount {
  position: absolute;
  bottom: 8px;
  right: 12px;
  z-index: 1;
}
.rcb-amount h3 {
  color: #fff;
  font-weight: 700;
  font-size: 2em;
  margin: 0px;
  padding: 0px;
}
.rcb-amount h3 span {
  font-weight: 400;
  font-size: 1rem;
}
.userInfoHeader {
  text-align: left;
  position: relative;
  padding: 40px 20px 20px 20px;
  color: #fff;
  border-bottom: 1px solid #d5dde7;
  min-height: 130px;
  background-color: #f6f8fb;
}
.userInfoHeader .userTitle {
  width: 40px;
  height: 40px;
  background: #fff;
  margin: 5px auto 10px auto;
  margin-right: auto;
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  color: #000;
  float: left;
  margin-right: 15px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.userInfoHeader .userTitle img {
  width: 100%;
  border-radius: 100px;
}
.chat_status::after {
  content: '';
  height: 10px;
  width: 10px;
  border: solid 2px white;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.online::after {
  background-color: #14b474;
  color: #14b474;
}
.userInfoHeader .profile-section {
  margin-bottom: 20px;
  position: relative;
  font-size: 12px;
  color: #5a616f;
  font-weight: 300;
  text-align: left;
}
.userInfoHeader .profile-section > span {
  margin-bottom: 20px;
  position: relative;
  font-size: 12px;
  color: #5a616f;
  font-weight: 300;
}
.userInfoHeader .profile-section > span {
  display: block;
  width: 80%;
  margin: auto;
  margin-top: auto;
  font-size: 12px;
  font-weight: 300;
}
.userInfoHeader .profile-name {
  color: #333;
  font-size: 14px !important;
  color: #333;
  font-weight: 400 !important;
}
.actions-container {
  border-top: 1px dashed #ccc;
  text-align: left;
  padding: 10px 20px;
  background: #085084;
}
.userInfoHeader .my-account {
  text-align: center;
}
.online::after {
  background-color: #14b474;
  color: #14b474;
}
.chat_status::after {
  content: '';
  height: 10px;
  width: 10px;
  border: solid 2px white;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile_details li {
  list-style: none;
  /* padding: 10px 0; */
  border-bottom: 1px solid #f0f0f0;
  margin: 0 20px;
}
.profile_details li a {
  font-size: 13px;
  display: block;
  font-size: 12px;
  font-weight: 300;
  padding: 9px 10px 9px 0px;
  display: inline-block;
}
.userBottom {
  padding: 10px;
  border-top: 1px dotted #d5dde7;
  margin: 0 10px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.profile_details li a i {
  display: inline-block;
  vertical-align: middle;
  padding: 6px;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
  margin-right: 15px;
}
.top-header .rhs-menu a.userMenu img {
  width: 30px;
  border-radius: 100px;
}
.top-header .rhs-menu a.userMenu {
  padding-top: 0;
  margin-left: 0;
}

.wavy-loader {
  text-align: center;
  padding: 20px 20px;
}
.wavy-loader span {
  position: relative;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 5px 2px;
  background-color: #394154;
  opacity: 0.5;
  display: inline-block;
}
.wavy-loader span:first-child {
  animation: wavy-loader 2.5s 0.1s ease-out infinite;
}
.wavy-loader span:nth-child(2) {
  animation: wavy-loader 2.5s 0.2s ease-out infinite;
}
.wavy-loader span:nth-child(3) {
  animation: wavy-loader 2.5s 0.3s ease-out infinite;
}
.wavy-loader span:nth-child(4) {
  animation: wavy-loader 2.5s 0.4s ease-out infinite;
}
.wavy-loader span:nth-child(5) {
  animation: wavy-loader 2.5s 0.5s ease-out infinite;
}
@keyframes wavy-loader {
  0% {
    top: 2px;
  }
  1% {
    top: 4px;
  }
  2% {
    top: 6px;
  }
  3% {
    top: 8px;
  }
  4% {
    top: 10px;
  }
  5% {
    top: 12px;
    opacity: 1;
  }
  6% {
    top: -2px;
    opacity: 1;
  }
  7% {
    top: -4px;
    opacity: 1;
  }
  8% {
    top: -6px;
    opacity: 1;
  }
  9% {
    top: -8px;
    opacity: 1;
  }
  10% {
    top: -10px;
    opacity: 1;
  }
  11% {
    top: -12px;
    opacity: 1;
  }
  12% {
    top: 0;
    opacity: 0.5;
  }
  100% {
    top: 0;
    opacity: 0.5;
  }
}

.savedCard {
  height: calc(235px - 0px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.savedCard::-webkit-scrollbar {
  width: 3px;
}
.savedCard::-webkit-scrollbar-track {
  background: transparent;
}
.savedCard::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0px;
  border: 0px solid #515a6f;
}
.savedCard ul {
  width: 100%;
}
.savedCard ul li {
  width: 100%;
  border-radius: 6px;
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border: 1px solid #dcdcdc;
  padding: 10px 20px;
  display: table;
}
.savedCard ul li span {
  /*display: inline-flex;*/
  vertical-align: middle;
  display: table-cell;
}
.savedCard ul li .cardSelectedIcon {
  width: 100px;
  overflow: hidden;
  text-align: center;
}
.savedCard ul li .cardSelectedIcon img {
  height: 50px;
}
.savedCard ul li .saveCardNumber {
  text-align: right;
  font-size: 20px;
}
.savedCard ul li .saveCardNumber p {
  margin-bottom: 0px;
  color: #8a8a8a;
}
.savedCard ul li .saveCardNumber p.savedCardName {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: 5px;
}
.savedCard ul li .cardSelectedDot aside {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: #e3e3e3;
  border-radius: 100px;
  margin-top: 5px;
}
.savedCard ul li.active .cardSelectedDot aside {
  background-color: #3771c8;
}
.p30 {
  padding: 30px;
}

/**reply-chat-section*/
.reply-bg {
  background: #fff url(../images/reply-bg.jpg) center top no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}
.reply-chat-content {
  width: 1000px;
  position: absolute;
  text-align: left;
  background-color: rgba(255, 255, 255, 0.8);
  /* box-shadow: 0 0 10px 2px rgba(17, 17, 17, 0.08); */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
}
.reply-chat-logo {
  padding: 30px;
  text-align: center;
  /* border-bottom: 1px solid #f1f1f1; */
  background: #fff; 
  box-shadow: 0 5px 5px 0px rgba(17, 17, 17, 0.05);
  /* background: rgb(77, 182, 249);
  background: linear-gradient(90deg, rgba(77, 182, 249, 1) 0%, rgba(155, 78, 216, 1) 100%); */
}
.relpy-chat-box-inner {
  padding-right: 10px;
  border-bottom: 1px solid #e9e9e9;
  height: calc(91vh);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

.relpy-chat-box-inner {
  padding-right: 10px;
  border-bottom: 1px solid #e9e9e9;
  height: calc(90vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.relpy-chat-box-inner::-webkit-scrollbar {
  width: 3px;
}
.relpy-chat-box-inner::-webkit-scrollbar-track {
  background: transparent;
}
.relpy-chat-box-inner::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0px;
  border: 0px solid #515a6f;
}
.relpy-chat-box-inner .profile-img img {
  border: 1px solid #ffae00;
}
.relpy-chat-box-inner .profile-group h4 {
  font-size: 14.5px;
  font-weight: 500;
  color: #7c3a00;
  margin: 0px;
  position: relative;
  top: 10px;
  left: 10px;
}
.relpy-chat-box-inner .messages ul li {
  display: inline-block;
  clear: both;
  width: 100%;
  font-size: 0.9em;
}
.relpy-chat-box-inner .messages ul li img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.relpy-chat-box-inner .messages ul li.replies img {
  float: right;
}
.relpy-chat-box-inner .messages ul li.replies p {
  background: #fff;
  float: right;
  box-shadow: 0 10px 10px 0px rgba(17, 17, 17, 0.08);
}
.relpy-chat-box-inner .messages ul li.sent p {
  background: #f1f1f1;
  color: #000;
  box-shadow: 0 10px 10px 0px rgba(17, 17, 17, 0.08);
}
.relpy-chat-box-inner .messages ul li p {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  max-width: 250px;
  line-height: 130%;
  font-weight: 300;
}
.relpy-chat-box-inner .messages ul li p span {
  font-weight: 500;
  display: block;
  font-size: 13px;
  margin-bottom: 8px;
}
.relpy-chat-box-inner .messages ul li.sent p span {
  color: #000;
}
.relpy-chat-box-inner .messages ul li.replies p span {
  color: #225a33;
}
.reply-chat-content .message-input {
  padding: 20px;
}
.reply-chat-content .message-input .form-control {
  border: none;
  background: #edf4fb;
  font-size: 14px;
  color: #000;
  padding: 0px;
  height: 50px !important;
  box-shadow: none;
  font-weight: 300;
  border-radius: 10px !important;
  padding-left: 15px;
}
.reply-chat-content .message-input .btn {
  color: #fff;
  height: 49px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
  border-radius: 10px !important;
  font-size: 20px;
  position: relative;
  background: rgb(77, 182, 249);
  background: linear-gradient(90deg, rgba(77, 182, 249, 1) 0%, rgba(155, 78, 216, 1) 100%);
  border: 0px !important;
  box-shadow: none !important;
}
.reply-chat-content .message-input .btn:focus{
  background: rgb(77, 182, 249);
  background: linear-gradient(90deg, rgba(77, 182, 249, 1) 0%, rgba(155, 78, 216, 1) 100%);
  border: 0px !important;
  box-shadow: none !important;
}
.reply-chat-content .message-input .btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.reply-chat-content .message-input .btn.attach {
  background: #ebebeb !important;
  color: #000 !important;
}
.reply-chat-content .chat-time {
  display: block;
  text-align: center;
  font-size: 10px;
  color: #000;
}