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: 10px;
  height: 50px !important;
  border: 1px dashed #b9babb;
  padding-left: 25px;
}

.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: 'DM Sans', sans-serif !important;
  font-size: 14px !important;
  line-height: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DM Sans', 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: #f0f4f7;
  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;
  background: #3771c8;
}

.col-body-content .loginForm {
  padding: 30px;
  background: #fff;
}

.login-logo {
  padding: 20px;
  background: #fff;
  border-bottom: 1px dashed #b9babb;
}

.login-logo img {
  height: 38px;
}

/* .login-logo img{width: 350px;} */
.col-body-content h1 {
  letter-spacing: 0px;
  font-size: 1.6em;
  margin-bottom: 30px;
}

.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: 10px;
  padding: 12px 30px;
  line-height: 1.42857143;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #3771c8;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2.5px;
}

.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 {
  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: 50px;
}

.form-icon {
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer;
}

.form-icon img {
  width: 28px;
}

.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 #b9babb;
  border-radius: 4px;
}

.checkWrapper:hover input~.checkmark {
  background-color: #b9babb;
}

.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;
}

/*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: 70px;
  background-color: #3771c8;
  border-bottom: 0px solid #c1c1c1;
  position: fixed;
  top: 0;
  z-index: 1000;
  max-width: 1920px;
  width: 100%;
  padding: 10px !important;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 15px !important;
}

.top-header.static-header {
  height: 55px;
}

.top-header .dash-logo {
  padding: 0px;
  display: block;
  background: transparent;
}

.top-header .dash-logo img {
  height: 30px;
}

.top-header .rhs-menu {
  /* background: transparent;
  position: absolute;
  right: 15px;
  top: 5px; */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row;
}

.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: 20px;
}

.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 #b9babb;
  border-bottom-width: 0;
  border-right-width: 0;
  right: 13px;
  margin-top: -15px;
}

/*left side bar*/
.left-sidebar {
  width: 350px;
  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 - 70px);
  background: #fff;
  background-size: contain;
  background-position: center 70%;
  border-right: 1px solid #e3e3e3;
  /* border-top: 1px dashed #b9babb; */
  z-index: 1000;
}

.vertical-nav-menu {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

.left-sidebar.sidebar-shadow {
  /* box-shadow: 0 -10px 20px 5px rgba(40, 44, 63, .1); */
}

.left-sidebar-heading,
.left-sidebar-heading a {
  font-size: 13px !important;
  margin: 0;
  font-weight: normal;
  color: #b9babb;
  white-space: nowrap;
  position: relative;
  padding: 15px 0px;
}

.vertical-nav-menu li {
  border-bottom: 1px dashed #b9babb;
}

.menuRightArrow {
  position: absolute;
  right: 10px;
  opacity: 0.7;
  font-size: 13px;
  top: 25px;
}

.vertical-nav-menu li a {
  display: block;
  line-height: 2rem;
  padding: 15px 15px 15px 45px;
  position: relative;
  border-radius: 0;
  color: #000;
  white-space: nowrap;
  transition: all 0.2s;
  font-size: 16px;
  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: 20px;
  transition: color 300ms;
}

.vertical-nav-menu li a.mm-active {
  background-color: #f0f4f7;
  opacity: 1;
  position: relative;
}

.vertical-nav-menu li a:hover {
  text-decoration: none;
  opacity: 1;
  background-color: #f0f4f7;
}

.menuTitle {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: #767676;
  padding: 24px 15px 24px 45px;
  border-bottom: 1px dashed #b9babb;
  font-size: 14px;
  position: relative;
}

.menuTitle::after {
  content: '';
  height: 1px;
  width: 30px;
  position: absolute;
  top: 31px;
  left: 0;
  background: #e9eaec;
}

.menuSection {
  padding-top: 5px;
}

.section {
  height: 100vh;
}

/*mainWrapper*/
.mainWrapper {
  margin-top: 70px;
}

.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;
  flex: 1;
  /* background: #fff;
  min-height:calc(100vh - 100px);*/
  padding: 20px;
  position: relative;
}

.page-scroll {
  overflow-y: auto;
}

.mainWrapper {
  z-index: 9;
  padding-left: 350px;
}

.menu-category-bar {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}


.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;
  padding: 22px 20px;
  background: #3771c8;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  border-radius: 0px !important;
}

.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 {
  padding: 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
  width: 100%;
  height: 63px;
}

.menu-category-title h1 {
  font-size: 22px;
  margin: 0px;
}

.mainWrapperBody h2,
.mainWrapperBody h5 {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
}

.mainWrapperBody .card {
  margin-bottom: 30px;
  box-shadow: rgba(50, 50, 93, 0.02) 0 2px 5px -1px, rgba(0, 0, 0, 0.05) 0 1px 3px -1px;
  border: 0px;
}

.mainWrapperBody .card-header {
  background-color: #fff;
  border-bottom: 1px dashed #b9babb;
  padding: 20px 20px;
  position: sticky;
  top: 0;
  z-index: 1;
  position: relative;
  font-size: 18px;
  font-weight: 500;
}

.dashCard .card-body {
  padding: 0px;
}

.mainWrapperBody .card td {
  border: 0px;
  font-size: 13px;
  white-space: nowrap;
  padding: .75rem 15px;
}

.mainWrapperBody .card .table thead th {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  text-transform: none;
  font-size: 14px;
  height: auto;
  padding: 20px 15px;
  font-weight: normal;
  border-top: 0px solid #efefef;
  vertical-align: inherit;
}

.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 #b9babb;
  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: #fff url(../images/dash-card-bg.png) no-repeat right top; */
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  padding: 20px;
  width: 100%;
}

.kpi_icon {
  display: inline-block;
  background-color: #3771c8;
  border-radius: 100px;
  vertical-align: top;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}

.kpi_icon img {
  width: 50px;
}

.kpi-item .media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.kpi-item h5 {
  color: #929191;
  font-size: 16px;
  font-weight: 600;
}

.kpi-item p {
  color: #3771c8;
  font-size: 22px;
  margin-bottom: 0px;
}

.kpi-item .form-control {
  margin-top: 5px;
  border: 1px solid #fff;
}

.kpi-item .btn-theme {
  background-color: #f0f4f7;
  color: #3771c8;
  cursor: pointer;
  font-size: 14px;
}

.kpi-item .btn-theme:hover {
  background-color: #3771c8;
  color: #fff;
}

.verlauf .icon {
  width: 60px;
  height: 60px;
  background: #f0f4f7;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.verlauf .icon img {
  width: 25px;
}

.verlauf h5 {
  margin-bottom: 0px;
  font-size: 15px;
  text-transform: capitalize;
}

.varlaufResult {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 60px;
}

.verlauf p {
  margin-bottom: 0px;
  font-size: 14px;
}

.verlauf p span {
  padding-left: 10px;
}

.varlaufList {
  display: flex;
  align-content: flex-start;
  align-items: center;
}

.verlauf tr {
  border-bottom: 1px dashed #b9babb;
}

.verlauf tr:last-child {
  border-bottom: 0px dashed #b9babb;
}

.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: 18px !important;
  background-color: #fff !important;
  color: #fff;
  border-bottom: 2px solid #3771c8;
  color: #000;
}

.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: #f0f4f7 !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%;
  box-shadow: rgba(50, 50, 93, 0.02) 0 2px 5px -1px, rgba(0, 0, 0, 0.05) 0 1px 3px -1px;
  background-color: #fff;
}

.chat-box-inner {
  padding: 20px;
  border-bottom: 1px dashed #b9babb;
  height: calc(100vh - 243px);
  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: #f0f4f7;
  float: right;
  margin-top: 10px
}

.chat-box-inner .messages ul li.sent p {
  background: #3771c8;
  color: #fff;
  margin-top: 10px;
}

.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 15px 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: #f0f4f7;
  border-radius: 6px;
  max-width: 90px;
  margin: 0 auto 15px auto;
  font-size: 14px;
}

.message-input {
  padding: 10px;
}

.message-input .form-control {
  border: none;
  background: #f0f4f7;
  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 0px 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 {
  color: red;
  font-size: 13px;
  margin-top: 10px;
  display: block;
}

.invite-btn i {
  margin-right: 8px;
}

.LoginRight {
  background: #3771c8;
  text-align: center;
  position: relative;
}

/* .LoginRight::before{
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #3771c8;
} */
.LeftBottomIcons {
  margin-top: 30px;
}

.LeftBottomIcons ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.LeftBottomIcons ul li {
  margin: 0px 25px;
}

.LeftBottomIcons ul li img {
  width: 40px;
}

.LeftBottomIcons ul li span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.LeftBottomLink {
  position: absolute;
  bottom: 0;
  border-top: 1px dashed #b9babb;
  padding: 20px;
  width: 100%;
  background: #fff;
}

.LeftBottomLink ul {
  display: flex;
  justify-content: center;
}

.LeftBottomLink ul li {
  float: left;
  margin-right: 20px;
}

.LeftBottomLink ul li a {
  display: block;
  font-size: 14px;
  color: #000;
}

.LeftBottomLink ul li a:hover {
  color: #3771c8;
}

.CardNumber {
  font-size: 22px;
  margin-bottom: 15px;
}

.CardDate {
  font-size: 15px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}




.CardImage {
  padding: 15px;
  border: 1px solid #f1f1f1;
  border-radius: 6px;
  display: inline-block;
  width: 200px;
  text-align: center;
}

.CardImage img {
  border-radius: 6px;
  overflow: hidden;
}

.CardName {
  text-align: center;
  margin-top: 15px;
  width: 200px;
}

/**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;
  border: 0px !important;
}

.modal .modal-header .close {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
  z-index: 100;
  background: #fff;
  font-size: 25px;
  padding: 0px;
  margin: 0px;
  background-color: #3771c8;
  opacity: 1;
}

.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%;
}

.modal-center {
  z-index: 1000000 !important;
}

.modal-center .modal-dialog {
  max-width: inherit;
  margin: 0;
  transition: transform 0.3s ease-out !important;
}

.modal-center .modal-body {
  padding: 0px;
}

.modal-center .modal-content {
  left: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 450px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 10px;
}

.alertPopup {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.alertPopupCnt h4 {
  font-size: 18px;
  padding: 30px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 25px;
}

.modal-center .modal-dialog {
  width: 100%;
  height: 100%;
}

.modal-center.show .modal-content {

  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.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 {
  height: 40px !important;
  text-transform: capitalize !important;
  cursor: pointer;
  border-radius: 10px;
  background-color: #fff;
  color: #000;
  padding: 10px 30px;
  line-height: 1.42857143;
  font-size: 14px !important;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase !important;
  letter-spacing: 2.5px;
  margin-right: 15px;
}

.top-aufladen:hover {
  background-color: #f0f4f7;
  color: #000;
}

.zahlunBtns a {
  border-radius: 10px;
  height: 40px;
  width: 40px;
  background-color: #3771c8;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.zahlunBtns a img {
  height: 15px;
}

.form-group {
  margin-bottom: 20px;
}

.grey-bg {
  background-color: #f0f4f7;
}

.tansaction .table-bordered th {
  vertical-align: middle !important;
}

.tansaction .table-bordered th .form-control {
  height: 35px !important;
  text-align: center;
}

.tansaction .input-group-text {
  background-color: #3771c8;
  border: 1px solid #3771c8;
  color: #fff;
}

.tansaction {
  position: -webkit-sticky;
  position: sticky;
  top: 45px;
}

.tansHeaderImg {
  width: 33px;
  height: 33px;
  display: inline-block;
  margin-right: 15px;
}

.tansHeaderImg a img {
  width: 100%;
}

.tansHeaderImg img {
  width: 100%;
}

.transRowTxtBigLeft {
  font-size: 18px;
  display: inline-block;
  text-align: left;
  color: #3771c8;
}

.transRowTxtBigRight {
  font-size: 18px;
  display: inline-block;
  text-align: left;
  color: #3771c8;
}

.transRowSmall {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  color: #929191;
}

.staticConent p,
.staticConent p span {
  font-size: 16spx !important;
  font-family: 'Roboto', sans-serif !important;
}

.transRowChf {
  margin-right: 10px;
}

.tansDwonImgs {
  display: flex;
  align-items: center;
}

.transName {
  font-size: 18px;
  display: flex;
  align-items: center;
}

.dateBase {
  position: relative;
}

.hide {
  display: none !important;
}

.show {
  display: block;
}

.rdrDateRangeWrapper {
  position: absolute;
  left: 0;
  top: 36px;
  z-index: 1;
  top: 55px;
  box-shadow: rgba(50, 50, 93, 0.3) 0 2px 5px -1px, rgba(0, 0, 0, 0.05) 0 1px 3px -1px;
}

.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 {
  position: relative;
  height: 100%;
  background: #f0f4f7;
}

.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;
}

.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.8;
}

.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: 45px !important;
  height: 45px !important;
  position: absolute;
  top: 20px;
  left: 20px;
}

.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: static;
  bottom: 0px;
  padding: 20px;
  background: #fff;
  width: 100%;
  text-align: center;
  right: 0;
  border-top: 1px dashed #b9babb;
}

.PaymentInput {
  padding: 30px;
  text-align: center;
  border-radius: 10px !important;
  margin-bottom: 30px;
  border: 1px dashed #b9babb;
  background-color: #fff;
}

.PaymentInput input {
  width: 250px !important;
  height: 55px !important;
  border-radius: 8px !important;
  border: 1px dashed #b9babb !important;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 900;
  color: #000;
  padding: 10px 15px;
}

.PaymentInput input::-webkit-outer-spin-button,
.PaymentInput input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.PaymentInput input[type=number] {
  -moz-appearance: textfield;
}

.amntRatio {
  font-size: 15px;
  font-weight: 300;
  margin-top: 10px;
  color: #999999;
  display: block;
}

.amntLabel {
  font-size: 13px;
  color: #999999;
  padding: 9px 5px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

.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-size: 1rem;
}

.userInfoHeader {
  text-align: left;
  position: relative;
  padding: 20px 20px 20px 20px;
  color: #fff;
  border-bottom: 1px dashed #b9babb;
  background-color: #f0f4f7;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.userInfoHeader .userTitle {
  width: 50px;
  height: 50px;
  background: #1c4c93;
  border-radius: 100px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
}

.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 {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  text-align: left;
}

.userInfoHeader .profile-name {
  color: #333;
  font-size: 16px !important;
  color: #333;
  font-weight: 400 !important;
  margin-top: 20px !important;
}

.actions-container {
  border-top: 1px dashed #b9babb;
  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;
  display: none;
}

.profile_details {
  padding: 20px;
}

.profile_details li {
  list-style: none;
  padding: 15px 0px;
  border-bottom: 1px dashed #b9babb;
}

.profile_details li a {
  font-size: 14px;
  display: block;
  display: inline-block;
}

.userBottom {
  padding: 20px;
  border-top: 1px dotted #b9babb;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.profile_details li a i {
  display: inline-block;
  vertical-align: middle;
  -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: 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 15px 2px rgba(17, 17, 17, 0.05);
  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%); */
  border-bottom: 1px dashed #b9babb;
}

.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 dashed #b9babb;
  height: calc(90vh - 200px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  padding: 20px;
}

.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 5px 5px 0px rgba(17, 17, 17, 0.08);
  margin-top: 10px;
  font-size: 14px;
}

.relpy-chat-box-inner .messages ul li.sent p {
  background: #f4f2f7;
  color: #000;
  box-shadow: 0 5px 5px 0px rgba(17, 17, 17, 0.08);
  margin-top: 10px;
  font-size: 14px;
}

.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;
}

.relpy-chat-box-inner .messages ul li.sent {
  margin-bottom: 10px;
}

.reply-chat-content .message-input {
  padding: 20px;
}

.reply-chat-content .message-input .form-control {
  border: none;
  background: #f0f4f7;
  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: #3771c8;
  /*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: inline-block;
  text-align: right;
  font-size: 12px;
  color: #a6a6a6;
  padding-left: 10px;
}

.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;
}

.col-right input.btn-theme {
  border: 0px;
}

.chatName {
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
}

.SentChatName {
  display: block;
  text-align: left;
  width: 100%;
  margin-top: 10px;
  font-size: 15px;
}

.chat-btn {
  color: #fff;
  height: 49px;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
  border-radius: 10px !important;
  font-size: 20px;
  position: relative;
  background: #3771c8;
  /*background: linear-gradient(90deg, rgba(77, 182, 249, 1) 0%, rgba(155, 78, 216, 1) 100%);*/
  border: 0px !important;
  box-shadow: none !important;
  padding: 10px 30px;
}

.chat-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;
}

.passvergtext {
  text-align: center;
}

.headerUserIcon {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  color: #000;
  float: left;
  border-radius: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}

.static-content {
  padding: 30px 20px;
  background: #fff;
  height: 100%;
}

.static-content.common {
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
  max-height: calc(100vh - 142px);
}

.static-content.common::-webkit-scrollbar {
  width: 3px;
}

.static-content.common::-webkit-scrollbar-track {
  background: transparent;
}

.static-content.common::-webkit-scrollbar-thumb {
  background-color: #b9babb;
  border-radius: 0px;
  border: 3px solid #b9babb;
}

.static-content p,
.static-content p.cs2654AE3A {
  color: #444;
  font-size: 15px;
  text-align: left;
  font-family: 'DM Sans', sans-serif !important;
}

.static-content span,
.static-content span.csC8F6D76 {
  color: #444;
  font-size: 15px;
  text-align: left;
  font-family: 'DM Sans', sans-serif !important;
}

.static-content h4 {
  color: #000;
  font-size: 18px;
  text-align: left;
  font-family: 'DM Sans', sans-serif !important;
}

.top-header.static-header .rhs-menu a.userMenu {
  padding-top: 7px;
}

.top-header.static-header .rhs-menu {
  position: relative;
}

.left-bottom-link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-top: 1px dashed #b9babb;
  width: 100%;
  padding: 15px;
}

.left-bottom-link ul li {
  display: inline-block !important;
  padding-right: 20px;
}

.left-bottom-link ul li a,
.left-bottom-link ul li {
  display: block;
  line-height: 2rem;
  position: relative;
  border-radius: 0.25rem;
  color: #000;
  white-space: nowrap;
  transition: all 0.2s;
  font-size: 15px;
  opacity: 0.7;
}

.mobileMenuToggle {
  display: none;
}

.mobile-nav-menu {
  padding: 20px;
}

.mobile-nav-menu li {
  border-bottom: 1px dashed #b9babb;
}

.mobile-nav-menu li a {
  display: block;
  line-height: 2rem;
  padding: 15px 0px;
  position: relative;
  border-radius: 0;
  color: #000;
  white-space: nowrap;
  transition: all 0.2s;
  font-size: 16px;
}

.mobile-nav-menu li a i.metismenu-icon {
  margin-right: 15px;
}

.mobileMenuRightArrow {
  position: absolute;
  right: 0;
  opacity: 0.7;
  font-size: 13px;
  top: 25px;
}

.orgcodeBgBase {
  height: 100vh;
}

.orgcodeContentarea {
  position: absolute;
  overflow: hidden;
  background: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 0px;
}

.orgcodeBg {
  position: absolute;
  overflow: hidden;
  background: #3771c8;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

.loginForm {
  padding: 20px;
  width: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.orgcodeBgCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.orgcodeBgCenter img {
  width: 300px;
}

.headerShadow {
  box-shadow: 0 -15px 25px 12px rgba(40, 44, 63, .1);
}

.cardBase {
  padding: 20px;
}

.CardList {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed #b9babb;
  padding-bottom: 20px;
}

.CardList:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.cardHolder {
  display: block;
  padding: 20px;
  width: 400px;
  border-radius: 10px;
  height: 180px;
  background: #3771c8 url(../images/dash-card-bg.png) no-repeat right top;
  position: relative;
  /* border: 1px dashed #b9babb; */
}

.cardLogo {
  position: absolute;
  top: 25px;
  left: 25px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  padding: 7px;
}

.cardLogo img {
  height: 50px;
}

.cardContent {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 25px;
  align-items: center;
}

.cardNumber {
  font-size: 22px;
  position: relative;
  z-index: 999;
  color: #fff;
  letter-spacing: 5px;
  font-weight: 600;
}

.cardType {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.cardBtnActive {
  border: 0px;
  border-radius: 10px;
  padding: 12px 30px;
  line-height: 1.42857143;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background-color: #3771c8;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2.5px;
}

.CardBtns div {
  margin: 15px 0px;
}

.cardBtnDeActive {
  border: 0px;
  border-radius: 10px;
  padding: 12px 30px;
  line-height: 1.42857143;
  font-size: 16px;
  font-weight: 600;
  color: #3771c8;
  background-color: #f0f4f7;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2.5px;
}

.btnDelete {
  background-color: #f0f4f7;
  border: 0px;
  border-radius: 10px;
  padding: 12px 30px;
  line-height: 1.42857143;
  font-size: 16px;
  font-weight: 600;
  color: #ff0000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 2.5px;
}

.btn-delete:hover {
  background-color: #c20808;
}

.password-change {
  height: calc(100vh - 135px);
}

.passwordForm {
  padding: 30px;
  box-shadow: rgba(50, 50, 93, 0.02) 0 2px 5px -1px, rgba(0, 0, 0, 0.05) 0 1px 3px -1px;
  background-color: #fff;
}

.tansactionPadding {
  padding: 20px;
}

.tansactionBorder {
  border-bottom: 1px dashed #b9babb;
  margin: 15px 0px;
}

.mobileDwonImgs {
  display: none;
}


.PaymentBaseScroll {
  padding: 20px;
  height: calc(100vh - 160px);
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}

.PaymentBaseScroll::-webkit-scrollbar {
  width: 3px;
}

.PaymentBaseScroll::-webkit-scrollbar-track {
  background: transparent;
}

.PaymentBaseScroll::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 0px;
  border: 0px solid #515a6f;
}

.status-item {
  background: #fff;
  border-radius: 5px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  padding: 20px;
  width: 100%;
  text-align: center;
}
.status-item img{
  height: 100px;
  margin-bottom: 20px;
}
.status-item h5 {
  color: #929191;
  font-size: 16px;
  font-weight: 600;
}