*, *:before, *:after {
  outline: none;
  box-sizing: border-box;
}

input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  font-size: 16px!important;
}

.hide {
	display: none !important;
}

a {
  color: #222;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

a.bold {
  font-weight: bold!important;
}

a:active,
a:focus,
a:hover {
  color: #5b9da8;
}

a.accent,
a.accent,
a.accent {
  color: #316069;;
}
 
a:active.accent,
a:focus.accent,
a:hover.accent {
  color: #5b9da8;
}

img {
  display: block;
  max-width: 100%;
  font-style: italic;
}

hr {
  height: 1px;
  margin: 32px 0;
  border: 0;
  background-color: #ecf0f1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  line-height: initial;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.o-grid {
  margin: 0 auto;
  max-width: 1200px;
}

.o-grid.o-grid-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.o-grid:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 40em) {
  .o-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.o-grid .o-grid {
  margin-right: -16px;
  margin-left: -16px;
  padding: 0;
}

.o-grid--full {
  max-width: 100vw;
}

.o-grid__col {
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 40em) {
  .o-grid__col {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.o-grid__col--1-3-s {
  width: 33.3333333333%;
}

.o-grid__col--2-3-s {
  width: 66.6666666667%;
}

.o-grid__col--1-4-s {
  width: 25%;
}

.o-grid__col--2-4-s {
  width: 50%;
}

.o-grid__col--3-4-s {
  width: 75%;
}

.o-grid__col--4-4-s {
  width: 100%;
}

@media (min-width: 40em) {
  .o-grid__col--1-3-m {
    width: 33.3333333333%;
  }

  .o-grid__col--2-3-m {
    width: 66.6666666667%;
  }

  .o-grid__col--1-4-m {
    width: 25%;
  }

  .o-grid__col--2-4-m {
    width: 50%;
  }

  .o-grid__col--3-4-m {
    width: 75%;
  }

  .o-grid__col--4-4-m {
    width: 100%;
  }
}

@media (min-width: 64em) {
  .o-grid__col--1-3-l {
    width: 33.3333333333%;
  }

  .o-grid__col--2-3-l {
    width: 66.6666666667%;
  }

  .o-grid__col--1-4-l {
    width: 25%;
  }

  .o-grid__col--2-4-l {
    width: 50%;
  }

  .o-grid__col--3-4-l {
    width: 75%;
  }

  .o-grid__col--4-4-l {
    width: 100%;
  }
}

.o-grid__col--full {
  width: 100%;
}

.o-grid__col--center {
  margin: 0 auto;
  -webkit-box-flex: initial;
  -ms-flex-positive: initial;
  flex-grow: initial;
}

.o-grid__col--end {
  margin-left: auto;
}

.mat-toolbar {
  border-bottom: 1px solid #e4e4e4;
  background: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2px 16px;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  z-index: 3;
  min-height: 45px;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.mat-toolbar a {
  text-decoration: none;
}

.mat-toolbar .mobile-toolbar-logo {
  display: none;
}

.mat-toolbar .home-tab {
  height: 100%;
  width: 250px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  margin-right: auto;
  text-decoration: none;
}

.mat-toolbar li {
  list-style: none;
  position: relative;
}
.mat-toolbar li.mega {
  position: unset;
}

.mat-toolbar li:hover:after{
  width: 100%;
  height: 2px;
}

.mat-toolbar .mega-menu li:hover:after{
  width: 0%;
  height: 2px;
}

.mat-toolbar li:after {
  top: 50px;
  height: 3px;
}

.mat-toolbar .mega-menu li:after{
  top: 0px;
  height: 0px;
}

.mat-toolbar li:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #5b9da8;
  height: 2px;
  width: 0;
  top: 50px;
  display: block;
  transition: .15s cubic-bezier(.18,.89,.32,1.28) width;
}

.mat-toolbar li:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}

.mat-toolbar li .mega-menu {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  position: absolute;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcdcd;
}

.mat-toolbar li .mega-menu .stander {
  margin-left: 10px;
}

.mat-toolbar li .mega-menu ul.description li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mat-toolbar li .mega-menu ul.description li span {
  font-size: 10px;
  color: #414141;
  padding-left: 10px;
}

.mat-toolbar li .mega-menu .mega-title {
  min-height: 45px;
  padding-left: 10px;
  margin-bottom: 10px;
  color: #000;
  padding-top: 10px;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding-bottom: 5px;
  font-weight: 700;
}

.mat-toolbar li .mega-menu .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.mat-toolbar li .mega-menu .img-container a {
  width: 155px;
}

.mat-toolbar li .mega-menu .img-container a p {
  word-wrap: break-word;
  white-space: normal;
  line-height: 1.5;
  margin-top: 5px;
}

.mat-toolbar li .mega-menu .img-container .img-responsive {
  height: 155px;
  width: 155px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mat-toolbar .normal-tab {
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  padding: 12px;
  height: 100%;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  text-decoration: none;
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
}

.mat-toolbar .home-tab .name {
  font-weight: 500;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.mat-toolbar .home-tab span {
  font-family: "Josefin Sans", "Lucida Sans Unicode", "Lucida Grande",
    sans-serif;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}

.mat-toolbar .home-tab .mat-icon.weddy-logo {
  height: 35px;
  width: 35px;
  margin-right: 12px;
}

.mat-icon {
  background-repeat: no-repeat;
  display: inline-block;
  fill: currentColor;
  height: 24px;
  width: 24px;
}

.overlay_auth{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #fff;
}

.overlay_auth .normal-tab {
  color: #fff;
  background-color: #5b9da8;
  margin: 5px 5px 20px 5px;
  border-radius: 4px;
  border: 1px solid #5b9da8;
}

.overlay_auth .normal-tab.login {
  color: #000;
  background-color: #fff;
  margin-bottom: 10px;
}

.overlay .register-button {
  margin: 0 16px;
  width: 135px;
}

.btnLogin {
  text-transform: uppercase;
}

.btnOpenRegister {
  text-transform: uppercase;
}

.btnRegister.hide{
	display: none;
}

.register-button {
  background-color: #5b9da8;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 88px;
  line-height: 36px;
  padding: 0 16px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
}

.profile-picture.initial-avatar {
  background-color: #70aeb7;
  color: #fff;
  font-family: "Josefin Sans", "Lucida Sans Unicode", "Lucida Grande",
    sans-serif;
  height: 45px;
  width: 45px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 24px;
}

.profile-picture {
  border-radius: 50%;
  margin-right: 12px;
}


.burger-container {
  cursor: pointer;
  /* margin-right: 20px; */
  text-align: center;
}

.burger-container.hidden {
  display: none;
}

.tab-container {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.tab-container.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/**************************\
  Basic Modal Styles
\**************************/

.modal {
  position: fixed;
  z-index: 999;
  font-family: 'Open Sans', sans-serif;
}

.modal form{
  margin: 0;
}

.modal p {
  margin: 0;
}

.modal hr{
  margin: 5px 0;
}
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__header__container {
  min-width: 400px;
  background-color: #fff;
  padding: 30px;
  /* max-width: 500px;
  max-height: 100vh; */
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 90%;
  width: 400px;
  /* height: 700px; */
}

.modal__header__container.big {  
  width: auto;
  max-width: 70%;
}
.modal__header__container.big .container.flex{  
  display: flex;
}









#modal-header-login-content {
  overflow: hidden;
}
@media (max-width: 540px) {
  #modal-header-login-content {
    max-width: calc(100vw - 19px);
  }
}


.multisteps-authform__form {
  display: flex;
  width: 200%;
  transition: transform 0.3s ease;
}

.multisteps-authform__form.step_register {
  transform: translateX(-50%);
}

.multisteps-authform__form.step_login {
  transform: translateX(0%);
}



.multisteps-authform__panel{
  width: 100%;
  max-width: 100vw;
  display: flex;
  flex-direction: column;
}


.step-container{
  height: 100%;
  flex-grow: 1;
}







.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.25;
  box-sizing: border-box;

  font: 600 16px/28px "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #717171;
}

.button-row {
  display: flex;
}

.modal__close {
  background: transparent;
  border: 0;
  font-size: 20px;
  cursor: pointer;
}

.modal__header .modal__close:before { content: "\2715"; }

.modal__content {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__content .c-content,.modal__content .content {
  margin-top: 0;
  margin-bottom: 0;
}

#modal-header-login .modal-detail-container {
  text-align: center;
}
#modal-header-login .modal-detail-container .Input {
  padding: 10px 0;
}

#modal-header-afterSignup .modal__header__container.big{
  padding: 0;
}
#modal-header-afterSignup .modal__header{
  position: absolute;
  right: 0;
}
#modal-header-afterSignup .modal__header .modal__close {
  cursor: pointer;
  margin: 10px 10px 0 0;
}
#modal-header-afterSignup .modal__content{
  margin-top: 0;
}
#modal-header-afterSignup .modal__content .modal-side-container{
  background: #484848;
  color: #fff;
  padding: 20px;
}
#modal-header-afterSignup .modal__content .modal-content-container{
  padding: 20px 0 0 30px;
}
#modal-header-afterSignup .modal__btn-primary{
  width: auto;
  margin: 20px;
}




.modal__btn {
  cursor: pointer;
  color: #484848;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;
  padding: 15px;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
  font-family: inherit;
  background-color: transparent;
  border: 1px rgba(204, 204, 204, 0.399) solid;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-radius: 0.3rem;
  outline: none;
  background: rgba(235, 235, 235, 0.4);
  display: inline-block;
  color: #000;
  text-align: center;
  vertical-align: middle;
}
/* 
.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
} */

.modal__btn-primary {
  border-color: #006171;
  color: #fff;
  background: #006171;
}



/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="false"] .modal__header__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__header__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__header__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

























.modal-form-logo {
  max-height: 30px;
  margin-left: auto;
  margin-right: auto;
}


.modal-side-container {
  width: 350px;
  min-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.modal-side-container .container.flex{
  width: 100%;
  margin-top: 10px;
}

.modal-side-container .avatar{
  border-radius: 50%;
  margin: 12px 0;
  width: 80px;
  height: 80px;
}

.modal-side-container .modal__btn {
  font-size: 12px;
}

.modal-detail-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal-detail-container p{
  text-align: center;
}

.modal-content-container {
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}

.modal-content-container .flex{
  display: flex;
}
.modal-content-container .Checkbox{
  width: 180px;
}

.category-select-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}


.overflow-hidden {
  overflow: hidden;
}






.login-errors,.signup-errors {
  display: flex;
  flex-direction: column;
  color: red;
}

.unread-messages-overlay {
  position: absolute;
  top: 14px;
  right: -10px;
  display: none;
  flex-direction: column;
  pointer-events: none;
}

.unread-messages-overlay.mobile {
  position: absolute;
  top: -27px;
  right: -17px;
  pointer-events: none;
}

.unread-messages-tooltip {
  width: 200px;
  margin-top: 26px;
  background: #FDF7E9;
  padding: 16px;
  border: 1px solid lightgray;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  pointer-events: all;
}

.unread-messages-reply {
  color: #5b9da8;
  font-weight: 600;
}

.unread-messages-reply:after {
  content: '';
  background-image: url(./assets/right-chevron.svg);
  width: 16px;
  height: 16px;
  display: inline-flex;
  position: relative;
  top: 4px;
  left: -2px;
  transition: left 0.2s ease-in-out;
}

.unread-messages-tooltip:hover .unread-messages-reply:after {
  left: 2px;
}

.unread-messages-tooltip:before {
  top: 21px;
  content: " ";
  display: block;
  height: 20px;
  left: 151px;
  position: absolute;
  border-color: transparent transparent lightgray transparent;
  border-style: solid;
  border-width: 11px;
}

.unread-messages-tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-bottom: solid #FDF7E9 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 111px;
  margin-left: 41px;
  position: absolute;
  width: 0;
  top: 33px;
}

.unread-messages-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: opacity .2s ease-in-out .1s;
  background-color: #13B6C4;
  font-size: 10px;
  font-weight: bold;
  color: white;
  margin-left: 164px;
}

.new-feature-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 36px;
  height: 18px;
  border-radius: 20px;
  transition: opacity .2s ease-in-out .1s;
  background-color: #007B90;
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin-left: 40px;
  top: 5px;
}

.inbox-tab-mobile-text {
  position: relative;
}

.unread-messages-overlay.show {
  display: -ms-flexbox;
  display: flex;
}

.badge-undead-messages.mobile {
  top: 22px;
  right: 68px;
}




/* General */
.Input {width: 100%; display: flex; padding: 10px; flex-direction: column;color: #484848;
  font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif !important;}
/* Input */
    .Input input{ -webkit-appearance: none; margin: 0; outline: none; resize: vertical;  font-size:1em; box-sizing: border-box;  padding:10px 15px; width: 100%; border-radius:5px 5px 5px 5px; border:1px solid #ddd;background: #fff;}
    .Input input:read-only{color: #aaa;}
/* Label */
    .Input input:last-child{ order: 2; border-radius: 5px; }
    .Input label{ white-space: nowrap; order: -1; border: 1px solid #ddd; border-right: none; border-radius: 5px 0px 0px 5px; text-align: right; display: block;  font-size:0.7em; padding: 13px 15px;  padding-right: 1.5em;  background: rgb(247, 247, 247);}
/* Focus */
    .Input input:focus{ border-color: #5194a0;}
    .Input input:focus + label{ border-color: #000;}
/* Read Only */
    .Input input:read-only{color: #888; background-size: 12px auto; background-position:right 20px top 15px; background-image: url(./lock.svg); background-repeat: no-repeat;}
/* Zoom iOS */
    @supports (-webkit-touch-callout: none) { .Input input{ font-size: 16px; } }


    .Input input[type=date] {
      resize: none;
    }






/* General */
.Checkbox {white-space:nowrap; padding: 10px; } 
.Checkbox *,.Checkbox *:before, .Checkbox *:after { box-sizing: inherit; } 
/* Input */
.Checkbox input[type='checkbox'] { width: 21px;  } 
.Checkbox input[type='checkbox'] + label { white-space:normal; font-size: 14px; line-height: 23px; display: inline-block;margin-left: 15px; vertical-align: top; cursor: pointer; } 
.Checkbox input[type='checkbox'] + label b{ white-space: nowrap;margin-right: 5px;font-weight: 600;}
.Checkbox input[type='checkbox'] + label span{ white-space: nowrap;  color: #666;}
.Checkbox input[type='checkbox']:after {border:1px solid #fff; border-top: none; border-left: none; position: absolute; content: ''; display: block; width: 4px; height: 10px; left: 8px; opacity: 0; top: 4px;  -webkit-transform: scale(2); transform: scale(2);-webkit-transform:scale(0.5) rotate(50deg); transform:scale(0.5)  rotate(50deg); -webkit-transition: opacity .3s, -webkit-transform .6s cubic-bezier(.2, .85, .32, 1.2); transition: opacity .3s, -webkit-transform .6s cubic-bezier(.2, .85, .32, 1.2); transition: transform .6s cubic-bezier(.2, .85, .32, 1.2), opacity .3s; transition: transform .6s cubic-bezier(.2, .85, .32, 1.2), opacity .3s, -webkit-transform .6s cubic-bezier(.2, .85, .32, 1.2);}
.Checkbox input[type='checkbox'] {-webkit-appearance: none; -moz-appearance: none; height: 21px; outline: none; display: inline-block; vertical-align: top; position: relative; margin: 0; cursor: pointer; border: 1px solid #000; background: #fff; border-radius: 4px; -webkit-transition: background .3s, border-color .3s, box-shadow .2s; transition: background .3s, border-color .3s, box-shadow .2s; } 
/* Disabled */
.Checkbox input[type='checkbox']:disabled { opacity: 0.8; } 
/* Focus */
.Checkbox input[type='checkbox']:focus { box-shadow: 0 0 0 2px rgba(157, 157, 157, 0.5); } 
.Checkbox input[type='checkbox']:checked { background: #73b1c2; } 
.Checkbox input[type='checkbox']:checked:after { opacity: 1;-webkit-transform: scale(1) rotate(45deg); transform: rotate(1) rotate(45deg); } 
/* Selection */
.Checkbox { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.Checkbox { font-family: 'Open Sans', sans-serif; }




.Select select {
  height: 45px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='50' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
  border: none; border:1px solid #ddd;
  border-radius: 4px; font-size: 14px;
  padding: 10px 0px; text-indent: 15px;
  outline: none;
}
.Select{ padding: 10px; width: 100%;}
.Select select:after{ height: 10px; width: 10px; background: red; content: ""; display: block;}
.Select select:focus,.Select select:hover{ box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.1);}

.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#modal-cookie-consent {
  
}

#modal-cookie-consent .modal__overlay{
  align-items: flex-end;
}

#modal-cookie-consent .modal__header__container{
  max-height: unset;
  height: auto;
  border-radius: 10px 10px 0 0;
  padding-bottom: 0;
}


#modal-cookie-consent .modal__header__container.big .container.flex {
  flex-direction: column;
}

#modal-cookie-consent .modal__header__container p{
  font-size: 12px;
}
#modal-cookie-consent .modal__header__container p.sub{
  font-size: 10px;
}


#modal-cookie-consent .modal__content h3{
  margin: 0;
  text-align: center;
  font-size: 20px;
}

#modal-cookie-consent .platform-item{
  display: flex;
  align-items: center;
}
#modal-cookie-consent .platform-item img{
  width: 46px;
  height: 46px;
  margin-right: 10px;
}
#modal-cookie-consent .platform-item h5{
  font-weight: bold;
  margin: 15px 0;
}
#modal-cookie-consent .platform-item .btn{
  border-radius: 24px;
  height: 40px;
  width: 90px;
  border: none;
  margin-left: auto;
  text-align: center;
  line-height: 40px;
  background: #ddd;
  cursor: pointer;
}
#modal-cookie-consent .platform-item .btn.blue{
  background-color: #1a73e8;
  color: #fff;
}

.mat-toolbar .mobile_toolbar {
  display: none;
}

.mat-toolbar li.btnOpenLogin {
  margin-right: 10px;
  margin-left: 50px;
}

@media (min-width: 540px) {
  .mat-toolbar .home-tab .mat-icon.weddy-logo {
    margin-left: 12px;
  }
}

@media (max-width: 1550px) {
  .mat-toolbar .home-tab .mat-icon.weddy-logo {
    margin-left: 6px;
    margin-right: 6px;
  }

  .mat-toolbar .home-tab .name {
    font-size: 14px;
  }
  .mat-toolbar .normal-tab {
    padding: 12px 4px;
    font-size: 12px;
  }
  
  .mat-toolbar li.btnOpenLogin {
    margin-left: 0px;
    margin-right: 5px;
  }
}

@media (max-width: 1080px) {
  .mat-toolbar {
    min-height: 75px;
    position: fixed;
    bottom: 0;
    top: unset;
    background: #fff;
    color: #4f4f4f;
    border-top: 1px solid #cdcdcd;
  }

  .mat-toolbar .mobile-toolbar-logo {
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto 10px auto;
  }

  .btnOpenRegister {
    text-transform: none;
    font-weight: normal;
  }

  .mat-toolbar a.accent {
    color: #4f4f4f;
    width: 25%;
    flex-basis: 25%;
  }
  
  .mat-toolbar .mobile_toolbar{
    display: flex;
    width: 100%;
    justify-content: space-around;
    line-height: 16px;
  }
  
  .mat-toolbar .mobile_toolbar a{
    width: calc(100% / 4);
    display: flex;
    color: #4f4f4f;
    display: flex;
    flex-direction: column;
    text-align: center;
    font-size: 14px;
  }
  .mat-toolbar .mobile_toolbar a.active {
    color: #70aeb7;
  }

  .profile-picture {
    margin-right: 0;
  }
}

.offer-action {
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.offer-action:hover .offer-text {
  text-decoration: underline;
}

@media (max-width: 620px) {
  .mat-toolbar .home-tab {
    display: none;
  }
  
  .offer-action {
    flex-grow: 1;
  }

  #modal-header-login .modal__header__container {
    width: 100%;
    height: 100%;
    max-height: unset;
  }


  #modal-header-afterSignup .modal__header .modal__close {
  margin: 10px 20px 0 0;
  color: #fff;
  }

  #modal-header-afterSignup .modal__content .modal-content-container {
    padding: 20px 10px 0 10px;
  }

  .modal__header__container.big {
    height: 100%;
    max-height: 100%;
    width: 100%;
    max-width: 100%;
    min-width: auto;
  }

  .modal__header__container.big .container.flex {
    flex-direction: column;
  }


  .modal__content {
    margin-top: 0;
  }

  .modal-side-container {
    width: auto;
    min-width: auto;
  }

  .modal-side-container h3{
    margin-top: 0;
  }

  .modal-content-container {
    padding-left: 0px;
  }

  .category-select-container {
    justify-content: space-between;
  }

  .modal-content-container .Input input {
    font-size: 0.8em;
  }

  .modal-content-container .Checkbox {
    width: 150px;
    padding: 10px;
  }
}


.datepicker {
  position: absolute;
  /* -webkit-touch-callout: none; */
  /* -webkit-user-select: none; */
  /* -khtml-user-select: none; */
  /* -moz-user-select: none; */
  /* -ms-user-select: none; */
  user-select: none;

  width: 250px;
  height: 250px;
  border-radius: 8px;
  background-color: white;
  box-shadow: 0 0 16px -8px black;
  border: 2px solid #316069;
  color: #404040;
  font: 16px Tahoma;
  z-index: 2;
  padding: 10px;
  text-align: center;
}

/* ========= Head ======== */
.datepicker .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}

.datepicker .head span {
  margin: 2px;
  padding: 4px 8px;
}

.datepicker .head span:not(.disabled) {
  cursor: pointer;
}

/* ======== Table ========= */
.datepicker table {
  width: 100%;
  height: calc(100% - 32px);
}

.datepicker td:not(.disabled) {
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.1s, color 0.1s;
}

/* ======== Colors i guess ======== */
.datepicker .disabled {
  color: lightgray;
}

.datepicker .today {
  color: #316069;
}

.datepicker td:not(.disabled):hover {
  background-color: #316069;
  color: white;
  transition: background-color 0.1s, color 0.1s;
}


/* actual header styles */
.toolbar {
  font: 400 16px/24px "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: rgba(0, 0, 0, 0.64);
}

.offer-banner, .confirm-banner {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e4e7eb;
  height: 60px;
  background-color: #ECF4F4;
  font-size: 14px;
  line-height: 16px;
}

.offer-banner {
  display: none;
}

.confirm-banner {
  display: flex;
  background-color: #70aeb7;
  border-bottom: 0;
}


.offer-banner-link {
  gap: 8px;
}

.offer-banner-link, .confirm-banner-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
}

.offer-banner-provider-link {
  position: absolute;
  right: 64px;
  column-gap: 8px;
  display: flex;
  align-content: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #007B90 !important;
  cursor: pointer;
  text-decoration: none;
}

.offer-banner-provider-link:hover {
  text-decoration: underline;
}

.offer-banner-new {
  margin-right: 8px;
  margin-left: 20px;
  border-radius: 2px;
  padding: 0 4px;
  background-color: #007B90;
  font-family: 'OpenSans', sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ECF4F4; 
}

.offer-banner-text, .confirm-banner-text {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-right: 10px;
  color: #007B90;
}

.confirm-banner-text {
  color: black;
}

.offer-banner-link:hover .offer-banner-text {
/* .confirm-banner-link:hover .confirm-banner-text { */
  text-decoration: underline;
}

.toolbar-app-banner-padding {
  height: 72px;
}

.toolbar-app-banner-container {
  position: fixed;
  top: 0;
  height: 72px;
  z-index: 999999;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: start;
  background: white;
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.12);
  padding: 16px 0;
}

.toolbar-app-banner-close {
  display: flex;
  padding: 8px;
  cursor: pointer;
}

.toolbar-app-banner-app {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}

.toolbar-app-banner-app-logo {
  min-width: 36px;
  min-height: 36px;
}

.toolbar-app-banner-text {
  font-size: 14px;
  line-height: 20px;
  padding-left: 12px;
}

.toolbar-app-banner-title {
  font-weight: 600;
}

.toolbar-app-banner-rating {
  display: flex;
  align-items: center;
  gap: 4px;
}

.toolbar-app-banner-download {
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  padding: 12px;
}

.boxclose {
  position: absolute;
  right: 0;
  cursor: pointer;
  color: #AEAEAE;
  font-size: 32px;
  display: inline-block;
  line-height: 0px;
  padding: 0;
  height: 32px;
  width: 64px;
  overflow: hidden;
  flex-shrink: 0;
}

.boxclose:before {
  content: "×";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 32px;
}

.toolbar-container {
  position: fixed;
  bottom: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  height: 64px;
  background-color: white;
  width: 100%;
  box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.08);
}

.toolbar-container > a, .toolbar-end > a {
  display: flex;
  justify-content: center;
  height: 64px;
  color: rgba(0, 0, 0, 0.64);
  text-decoration: none;
  cursor: pointer;
}

.toolbar-end > a.inbox-link {
  position: relative;
}

.toolbar-container a [class$="-mobile-text"] {
  font-size: 12px;
  line-height: 12px;
  padding-top: 0px;
}

.toolbar-container a svg {
  height: 20px;
}

.toolbar-container a [class$="-desktop-text"], .toolbar-container a [class$="-desktop-icon"] {
  display: none;
}

.toolbar-container .search-tab {
  order: 1;
}
.toolbar-container .masterclass-tab {
  order: 2;
}
.toolbar-container .karten-tab {
  order: 2;
}
.toolbar-container .planning-tab {
  order: 3;
}
.toolbar-container .magazine-tab {
  order: 4;
}
.toolbar-container .inbox-tab {
  order: 5;
}
.toolbar-container .shop-tab {
  order: 6;
}
.toolbar-container .more-tab {
  order: 7;
}

.home-tab {
  width: 0;
}

.toolbar-center {
  display: flex;
  width: 100%;
}

.toolbar-center > div[class*="-tab"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.toolbar-center > div[class*="-tab"] > a {
  display: flex;
  flex-direction: column;
  height: 64px;
  width: 100%;
  color: rgba(0, 0, 0, 0.64);
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
}

.toolbar-center > div[class*="-tab"]:not(:last-child) > a.active path {
  stroke: #007B90;
}

.toolbar-center > div[class*="-tab"]:last-child > a.active path {
  fill: #007B90;
}

.toolbar-center > div[class*="-tab"] > a.active [class$="-mobile-text"] {
  color: #007B90;
}

.toolbar-center .locations-tab, .toolbar-center .advice-tab, .toolbar-center .offers-tab {
  width: unset;
}

.toolbar-center .locations-tab, .toolbar-center .advice-tab, .toolbar-center .offers-tab {
  display: none !important;
}

.toolbar-center .inbox-tab:not(.visible) {
  display: none;
}


.toolbar-container .masterclass-tab {
  white-space: nowrap;
}
.toolbar-container .karten-tab {
  white-space: nowrap;
}

.toolbar-end {
  display: none;
}

.search-banner {
  display: none;
}

@media (min-width: 640px) {
  .offer-banner, .confirm-banner {
    height: 32px;
  }

  .offer-banner-new {
    margin-left: 0px;
  }

  .offer-banner-text, .confirm-banner-text {
    margin-right: 0px;
  }
}

@media (min-width: 1560px) {
  .toolbar-center {
    width: 60% !important;
  }
}

@media (min-width: 1270px) {
  .offer-banner {
    display: flex;
  }

  .new-feature-badge {
    margin-left: 95px;
    font-family: 'OpenSans', sans-serif;
  }

  .toolbar-app-banner {
    display: none;
  }

  .toolbar-container {
    position: relative;
    bottom: unset;
    justify-content: space-between;
    box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
    padding: 0 min(58px, calc((100vw - 1100px) / 3.1))
  }

  .home-tab {
    display: flex;
    align-items: center;
    width: 20%;
    flex-direction: row;
    align-items: end;
    column-gap: 8px;
    padding: 20px;
  }

  .toolbar-container a svg {
    height: unset;
  }

  .toolbar-container a .home-tab-desktop-icon {
    width: 27.14px;
    height: 24px;
  }
  
  .home-tab-desktop-text {
    font-family: "Josefin Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: black;
  }

  .toolbar-center > div[class*="-tab"] {
    width: unset;
    font-weight: 600;
  }

  .toolbar-center > div[class*="-tab"] > a {
    padding: 0 10px;
  }

  .toolbar-center > div[class*="-tab"]:hover a, .toolbar-center > div[class*="-tab"]:focus a {
    transition: color 0.2s ease-in-out;
    color: black;
  }

  .toolbar-container a [class$="-mobile-text"], .toolbar-container a [class$="-mobile-icon"] {
    display: none;
  }

  .toolbar-container a [class$="-desktop-text"], .toolbar-container a [class$="-desktop-icon"] {
    display: flex;
  }

  .toolbar-container .search-tab, .toolbar-container .planning-tab, .toolbar-container .magazine-tab, .toolbar-container .inbox-tab, .toolbar-container .more-tab, .toolbar-container .shop-tab, .toolbar-container .masterclass-tab, .toolbar-container .karten-tab {
    order: unset;
  }

  .toolbar-container .magazine-tab, .toolbar-container .inbox-tab, .toolbar-container .more-tab {
    display: none !important;
  }

  .toolbar-center {
    width: unset;
  }

  .toolbar-center .locations-tab, .toolbar-center .advice-tab, .toolbar-center .offers-tab {
    display: flex !important;
  }

  .toolbar-end {
    display: flex;
    padding-right: 4px;
  }

  .toolbar-container .login-link,
  .toolbar-container .register-link {
    display: flex;
  }

  .toolbar-container .login-link a,
  .toolbar-container .register-link a {
    display: flex;
    text-decoration: none;
    margin: auto 0;
    padding: 8px 16px;
    font-weight: 600;
    color: rgba(0, 123, 144, 1);
  }

  .toolbar-container .register-link a {
    border-radius: 8px;
    color: white;
    background: rgba(0, 123, 144, 1);
  }

  .favourites-link:not(.visible), .inbox-link:not(.visible), .profile-link:not(.visible), .checklist-link:not(.visible) {
    display: none;
  }

  .favourites-link:hover svg path, .favourites-link:focus svg path,
  .inbox-link:hover svg path, .inbox-link:focus svg path,
  .profile-link:hover svg path, .profile-link:focus svg path  {
    transition: fill 0.2s ease-in-out;
    fill: rgba(0, 123, 144, 1);
  }
  
  .checklist-link:hover svg path, .checklist-link:focus svg path {
    stroke: rgba(0, 123, 144, 1) !important;
    transition: stroke 0.2s ease-in-out;
  }


  .toolbar-center > div[class*="-tab"]:hover:after{
    width: 100%;
    height: 2px;
  }
  
  .toolbar-center > div[class*="-tab"]:after {
    content: "";
    position: relative;
    background: #007B90;
    height: 2px;
    width: 0;
    bottom: 2px;
    display: block;
    transition: .15s cubic-bezier(.18,.89,.32,1.28) width;
  }


  .mega-menu {
    padding: 20px;
  }

  .mega-menu .mega-menu-container {
    padding: 0 min(58px, calc((100vw - 1100px) / 3.1))

  }

  .mega-menu .menu-grid {
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 24px;
  }

  .mega-menu .menu-links {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
  }

  .mega-menu .menu-links a {
    color: black;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
    padding: 4px 0;
  }

  .mega-menu .menu-links a:hover, .mega-menu .menu-links a:focus {
    color: #5b9da8 !important;
  }

  .mega-menu .magazine-cards {
    grid-column: span 2/span 2;
    display: flex;
    gap: 24px;
  }

  .mega-menu .magazine-card {
    display: flex;
    flex-direction: column;
    height: 230px;
    width: 264px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
  }

  .mega-menu .magazine-card:hover .magazine-card-body, .mega-menu .magazine-card:focus .magazine-card-body {
    color: #5b9da8
  } 

  .mega-menu .magazine-card-image {
    height: 50%;
  }

  .mega-menu .magazine-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .mega-menu .magazine-card-body {
    height: 50%;
    padding: 16px;
    color: black;
    transition: color 0.2s ease-in-out;
  }

  .mega-menu .magazine-card-title {
    padding-bottom: 4px;
    font-weight: 700;
  }

  .search-banner {
    display: flex;
    padding: 0 min(58px, calc((100vw - 1100px) / 3.1));
    min-height: 48px;
    border-bottom: 1px solid #e4e7eb;
    background-color: #ECF4F4;
    color: #007B90;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    justify-content: space-around;
    align-items: center;
    column-gap: 10px;
  }
  
  .search-banner-text {
    display: flex;
    align-items: center;
    column-gap: 8px;
  }
  
  .search-banner-text:first-of-type {
    padding-left: 20px;
  }
}

@media (min-width: 1350px) {
  .toolbar-center > div[class*="-tab"] > a {
    padding: 0 16px;
  }
}

.toolbar-center > div[class*="-tab"] {
  position: relative;
}
.toolbar-center > div[class*="-tab"].mega {
  position: unset;
}


.toolbar-center > div[class*="-tab"] .mega-menu {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  position: absolute;
  left: 0;
  right: 0;
  top: 64px;
  /* padding-top: 20px;
  padding-bottom: 15px; */
  box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.08);
}

.toolbar-center > div[class*="-tab"]:hover .mega-menu {
  visibility: visible;
  opacity: 1;
}
