html {
  overflow-x:hidden !important;
  width:100%;
  height:100%;
  position:relative;
  -webkit-font-smoothing:antialiased;
}
body {
  border:0;
  margin:auto;
  padding:0 !important;
  color:#4a4a4a;
  font-size:14px;
  background:#fff;
  position:relative;
}
a,a:hover{
  color: #000;
  text-decoration: none;
}
/*header*/
.top-navbar{
  width: 100%;
  height: 70px;
  background-color: #31354e;
  padding: 20px 15px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
}
.top-navbar .left{
  width: 20%;
}
.top-navbar .center{
  width: 60%;
  text-align: center;
}
.top-navbar .right{
  width: 20%;
  text-align: right;
}
.top-navbar .menuIcon img {
  position: relative;
  width: 33px;
  height: 33px;
  display: block;
  float: left;
  margin-right: 15px;
}
.top-navbar .title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.top-navbar .NotiLink {
  position: relative;
  width: 36px;
  height: 36px;
  display: inline-block;
}
.top-navbar .NotiLink img {
  width: 33px;
  height: 33px;
}
.top-navbar .NotiLink i{
  border-radius: 100px;
  width: 25px;
  height: 25px;
  background-color: #2196f3;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 25px;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: -5px;
  font-style: normal;
}
/**end*/

/**bottom navigation**/
.bottomNav{
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  height: 80px;
  padding-top: 15px;
  background-image: url(../images/toolbar-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.bottomNav .menuItem{
  width: 20%;
  text-align: center;
  position: relative;
}
.bottomNav .menuItem span{
  font-size: 14px;
  color: #fff;
  display: block;
}
.bottomNav .menuItem .active span{
  color: #2196f3;
}
.bottomNav .menuItem img {
  width: 36px;
  height: 36px;
}
.centerIcon {
  height: 70px;
  width: 70px;
  background:#2196f3;
  border-radius: 100px;
  border:4px solid #fff;
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  top: -51px;
}
.centerIcon span{
  height: 63px;
  width: 63px;
  display: block;
  position: relative;
}
.centerIcon span img{
  width: 30px !important;
  height: 30px !important;
  position:absolute;
  left: 49%;
  top:48%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.menuBottomPadding{
  padding-bottom: 85px;
}

/**end**/
.mainCommonTopMargin{
  margin-top: 70px;
}
.homeTopBase{
  background:#31354e;
  padding-top: 30px; 
  padding-right: 15px; 
  padding-left: 15px;
  padding-bottom: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 60px;
}
.homeTopBaseInner{
  background: #2196f3;
  flex-direction:row;
  padding: 20px;
  border-radius: 8px;
}
.homeTopBox{
  text-align: center;
}
.homeTopBox p{
  color:#fff;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom:0px;
}
.homeTopBox img{
  width: 50px;
  height: 50px;
  margin: 0 auto;
}
.owl-theme .item{
  border-radius: 10px;
  overflow: hidden;
}



.pageContent{
  padding:20px
}
.subTitle{
  margin: 15px 0px;
  display: flex;
}
.subTitle p{
  font-size: 16px;
  color:#000;
  margin-bottom:0px;
}
.subTitle p span{
  font-weight:bold;
  margin-left: 5px
}
.mediaBase{
  background: #f4f2f7;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}
.GirlFullImg{
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}
.GirlFullImg img{
  height: 450px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.girlsList{
  /* display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-content: space-between; */

  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
}
.girlsList .card{
  width: 19.2%;
  margin-right: 15px;
  margin-bottom: 25px;
}
.girlsList .card:nth-child(5n){
  margin-right: 0px;
}
.girlsList .media{
  margin-bottom: 10px;
}
.girlsList .media img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
  margin-right: 10px;
}
.girlsList .media-body{
  margin-top: 8px;
}
.girlsList .media h5{
  color:#000;
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.girlsList .media h4{
  font-size: 14px;
  color:#858585;
  font-weight:400;
  text-transform:capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.girlsList .media h4 i{
  margin-right: 5px;
  font-size: 11px;
  width: 15px;
}
.girlsList .media p{
  font-size: 12px;
  color:#858585;
  font-weight:400;
  margin-bottom:0px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.girlsList .media p i{
  margin-right: 5px;
  font-size: 12px;
  width: 15px;
}
.girlsList .card{
  -webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.2);
}
.girlsList .card-body, .girlsList .card-footer{
  padding: 0px;
}
.girlsList .card-footer{
  margin-top: 10px;
  background: transparent;
  padding-top: 10px;
}
.girlsList .card-footer h5 {
  color: #000;
  font-size: 15px;
  font-weight: 700;
}
.girlsList .card-footer h4 {
  color: #000;
  font-size: 15px;
}
.girlsList .card-footer h4  i{
  margin-right: 5px;
  font-size: 12px;
}
.girlsList .card-footer .girlConNumber{
  color: #000;
  font-size: 15px;
  font-weight: 600;
  margin-top: 5px;
}
.girlsList .card-footer .girlConNumber  i{
  margin-right: 10px;
  font-size: 14px;
  color: #4cd964;
}

.meinKondoForm{
  padding:20px 0px;
}
.meinKondoForm label{
  font-size:16px;
  color:#535453;
}
.meinKondoForm .form-control{
  border:1px solid #dbd5d3;
  border-radius: 30px;
  height:50px
}
.buttonPrimary{
  background: #31354e;
  height:50px;
  border-radius: 35px;
  color:#fff;
  font-size: 16px;
  border: 1px solid #31354e;
  padding: 0px 40px;
  min-width: 250px;
}
.buttonSecondary{
  background: #2196f3;
  border-radius: 35px;
  color:#fff;
  font-size: 14px;
  border: 1px solid #2196f3;
  padding: 10px 25px;
}
.pointTab .react-tabs__tab-list{
  background:#ebeaf0;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-bottom:0px;
  margin: 0px;
}
.pointTab .react-tabs__tab{
  font-size: 16px;
  color: #000;
  padding: 15px 20px;
  font-weight: 700;
  width: 33.3%;
  text-align: center;
  bottom: 0px;
}
.pointTab .react-tabs__tab--selected{
  background:#2196f3;
  color: #fff;
  border-radius: 0px;
  border: 0px;
}
.pointsList{
  margin-top: 20px;
}
.pointsRow{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: stretch;
  background: #f4f2f7;
  padding: 16px 10px;
  border:1px solid #e6e6e6;
  margin-bottom: 20px;
  border-radius: 10px;
}
.pointsRow .media {
  width: 100%;
}
.pointsRow .media img{
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  overflow: hidden;
  margin-right: 10px;
}
.pointsRow .media h5 {
  color: #000;
  font-size: 15px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding-top: 8px;
}
.pointsRow .media h4{
  font-size: 14px;
  color:#858585;
  font-weight:400;
  text-transform:capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  padding-top: 8px;
  text-align: right;
}
.pointsRow .media h4 i{
  margin-right: 5px;
  font-size: 11px;
  width: 15px;
}

.pointsRow .media p {
  font-size: 12px;
  color: #858585;
  font-weight: 400;
  margin-bottom: 0px;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.circleProgressWidth {
  width: 60px;
  height: 60px;
  float: right;
}
.point-banner .item{
  height: 400px;
}
.point-banner .item img{
  height: 400px;
  object-fit: cover;
  object-position: center center;
}

.pointDetailTab .react-tabs__tab-list{
  background:#ebeaf0;
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-bottom:0px;
  margin: 0px;
}
.pointDetailTab .react-tabs__tab{
  font-size: 16px;
  color: #000;
  padding: 15px 20px;
  font-weight: 700;
  width: 50%;
  text-align: center;
  bottom: 0px;
}
.pointDetailTab .react-tabs__tab--selected{
  background:#2196f3;
  color: #fff;
  border-radius: 0px;
  border: 0px;
}
.pointBox{
  padding-top: 20px;
}
.pointBox ul{
  margin: 0px;
  padding: 0px;
  text-align: left;
}
.pointBox ul li{
  width:80px;
  height:80px;
  background:#ebeaf0;
  color:#000;
  justify-content:center;
  align-items:center;
  border-radius:100px;
  font-size: 18px;
  font-weight: 700;
  list-style: none;
  text-align: center;
  line-height: 80px;
  margin-right: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.pointBox li.active{
  background:#31354e;
  color:#fff;
}
.pointDetailContent{
  padding-top: 30px;
}
.pointDetailContent .title{
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}
.pointDetailContent .sub_title{
  font-size: 16px;
  color: #000;
  margin-bottom: 20px;
}
.pointDetailContent .content{
  font-size: 14px;
  color: #000;
  margin-bottom: 20px;
  text-align: justify;
}
.notifiList{
  padding-top: 20px;
}

/**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: 0;
  left: -150%;
  height: 100vh;
  width: 450px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
}
.modal-slide.left-menu .modal-content {
  width: 400px;
}
.modal-slide.left-menu.show .modal-content {
  left: 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;
}



.profile-header{
  background: #31354e;
  padding: 20px;
  text-align: center;
}
.profile-header .profileImg{
  width: 80px;
  height: 80px;
  border-radius: 100px;
  margin: 0 auto;
  overflow: hidden;
  border: 2px solid #dbd5d3;
}
.profile-header .profileImg img{
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.profile-header h3{
  font-size: 16px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile-header .btnGroup{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.profile-footer{
  text-align: center;
  padding: 20px;
  border-top:1px solid #ddd
}
.profile-footer p{
  font-size: 14px;
  color: #000;
  margin-top: 15px;
}
.profile-footer .buttonSecondary{
  width: 100%;
}
.profile-content {
  height: calc(100vh - 360px);
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  -webkit-scrollbar-width: thin;
}
.profile-content::-webkit-scrollbar {
  width: 10px;
}
.profile-content::-webkit-scrollbar-track {
  background: transparent;
}
.profile-content::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 0px;
  border: 4px solid #fff;
}
.profile-content ul{
  padding: 0px;
  margin: 0px;
}
.profile-content ul li{
  border-bottom:1px solid #ddd;
  padding: 15px;
  font-size: 16px;
  color: #000;
}
.profile-content ul li i{
  margin-right: 15px;
  color: #858585
}

.scratch-slide {
  z-index: 1000000 !important;
}
.scratch-slide .modal-dialog {
  max-width: inherit;
  margin: 0;
  transition: transform 0.3s ease-out !important;
}
.scratch-slide .modal-body {
  padding: 0px;
}
.scratch-slide .modal-content {
  position: absolute;
  top: 0;
  left: -150%;
  height: 100vh;
  width: 400px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  background: #31354e;
  padding-right:0px !important
}

.scratch-slide.show .modal-content {
  left: 0px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.scratch-popup{ background: #31354e; }
.scratch-popup .scartch .popup-close{
  font-size: 14px; 
  width: 40px; 
  height: 40px; 
  text-align: center; 
  display: inline-block;
  position: absolute; 
  line-height: 40px; 
  border-radius: 50%; 
  background: #2196f3; 
  right: -15px; 
  top: -15px; 
  color: #fff; 
  z-index: 99;
}
.scratch-slide .scartch { 
  text-align: center; 
  -webkit-user-select: none; 
  -moz-user-select: none; 
  -ms-user-select: none;  
  -o-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.scratch-slide .ScratchCard__Container{
  overflow: hidden;
  -webkit-border-radius: 6px; 
  -moz-border-radius: 6px; 
  border-radius: 6px; 
  background: #fff; 
}
.scratch-slide .scartch .msg{ 
  text-align: center; 
  padding: 16px; 
}
.scratch-slide .scartch .msg img{ 
  margin: 0 auto; 
  max-width: 100px; 
  display: block; 
}
.scratch-slide .scartch .msg h2{ 
  margin: 10px 0 0; 
}
.scratch-slide .scartch .msg p{ 
  margin-bottom: 0; 
  font-size: 18px; 
  margin-top: 15px;
}
.scratch-slide .scartch .sub-msg { 
  text-align: center; 
  color: #fff; 
}
.scratch-slide .scartch .sub-msg h3{ 
  margin:16px 0 0;
}
.scratch-slide .scartch .sub-msg p{ 
  margin:0; 
  font-size: 14px; 
  margin-top: 10px;
}
.scratch-slide .ScratchCard__Canvas{
  left: 0 !important;
}
.scratchClose {
  width: 35px;
  height: 35px;
  background:#202335;
  position: absolute;
  right: 15px;
  top: 20px;
  border-radius: 100px;
  color: #fff !important;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.loginBase{
  background:#007aff;
  height: 100vh;
  width: 100%;
  position: relative;
  margin-top: 70px;
  height: calc(100vh - 70px);
}
.LoginForm{
  max-width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  text-align: center;
}
.form-icon-base {
  position: relative;
  height: 50px;
}
.form-icon {
  position: absolute;
  top: 13px;
  right: 20px;
}
.form-icon img {
  width: 25px;
  height: 25px;
}
.LoginForm .logo{
  margin-bottom: 30px;
}
.LoginForm .logo img{
  width: 120px;
  height: 120px;
}
.LoginForm .logo h3{
  color: #fff;
}
.LoginForm .logo h4{
  color: #fff;
  font-size: 18px;
  margin-top: 15px;
}
.LoginForm .input-group{
  border:1px solid #fff;
  border-radius: 30px;
  height:50px;
  background-color: rgba(255, 255, 255, 0.2);
}
.LoginForm .form-group{
  margin-bottom: 25px;
}
.LoginForm .form-control{
  border:none;
  border-radius: 30px;
  padding-left: 5px;
  background-color: transparent !important;
}
.LoginForm .input-group-text{
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  background-color:  transparent !important;
  border:none;
  padding: 0.375rem 1.5rem;
  color: #fff;
}
.LoginForm .input-group-prepend {
  margin-right: 0px;
}
.LoginForm .form-control::placeholder{
  color: #fff;
}
.LoginForm .link{
  font-size: 15px;
  color: #fff;
}
.buttonGreen{
  background: #4cd964;
  height:50px;
  border-radius: 35px;
  color:#fff;
  font-size: 16px;
  border: 1px solid #4cd964;
  padding: 12px 40px;
  width: 100%;
  font-weight: 700;
  text-transform:uppercase;
  letter-spacing: 2px;
}

/**bottom-modal**/
.bottom-modal {
  z-index: 1000000 !important;
  padding-left: 0px !important;
}
.bottom-modal .modal-dialog {
  max-width: inherit;
  margin: 0;
  transition: transform 0.3s ease-out !important;
}
.bottom-modal .modal-body {
  padding: 0px;
}
.bottom-modal .modal-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 0px;
  background: transparent !important;
  height: 100vh;
  top: 0;
}
.bottom-modal .modal-dialog{
  height: 100vh;
  transform: translate(0,0) !important;
}
.bottom-modal .bottomModalWrapper{
  position: fixed;
  bottom: -150%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 30px 20px;
  background: #31354e;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
}
.bottom-modal.show .bottomModalWrapper{
  bottom:0
}
.bottomModalWrapper h3{
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.bottomModalWrapper p{
  color: #fff;
  font-size: 15px;
  margin-bottom: 20px;
}
.bottomModalWrapper .btnGroup{
  margin-top: 30px;
}
.otpBox input{
  border:1px solid #fff;
  width: 50px !important;
  margin: 0px 6px;
  height: 50px !important;
  border-radius: 4px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
}
.otpBox input:focus{
  border:1px solid #fff;
}
.OtpSeparator{
  color: #fff;
}
.bottomModalInner{
  max-width: 400px;
  margin: 0 auto;
}
.bottomModalInner .form-control{
  border:1px solid #dbd5d3;
  border-radius: 30px;
  height:50px;
  background-color: rgba(255, 255, 255, 0.2);
}
.bottomModalInner .btnGroup {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;

}



.filialen .formFieldBase{

}
.filialen .formField{
  border-radius: 2px;
  border: 1px solid #fff;
  position:absolute;
  top: 10;
  left:10;
  right:10;
  z-index:1;
  width:95%;
}

.filialen .formClose{

}