@import url("https://fonts.googleapis.com/css?family=Poppins&display=swap");
body {
    font-family: "Poppins", sans-serif;
    margin: 15% 0 0 0;
    padding: 50px;
    font-size: 16pt;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
.time-picker {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    padding: 25px 0;
}
.tp-col {
    display: flex;
    flex-direction: column;
    align-items: inherit;
}
.tp-hr > span,
.tp-min > span {
    border: 1px solid #ccc;
    padding: 4px 4px;
    border-radius: 4px;
    width: 25px;
    text-align: center;
    font-size: 15pt;
}
.tp-up-arrow,
.tp-down-arrow {
    cursor: pointer;
    width: 15px;
    height: 15px;
}
.tp-am-pm {
    cursor: pointer;
    display: block;
    padding: 1px 3px;
    border-radius: 5px;

    background-color: rgb(230, 230, 230);
}
.tp-am-pm:hover {
    background: #eaeaea;
}
.hours {
    padding-left: 20px;
    padding-right: 20px;
}
.button {
    outline: none;
    height: 40px;
    text-align: center;
    width: 130px;
    border-radius: 40px;
    background: #fff;

    color: #808080;
    letter-spacing: 1px;
    text-shadow: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.25s ease;
    position: relative;
    left: 50%;
}

.time-picker .time-picker-date {
    display: flex;
    margin: 10px 0;
}

.time-picker .time-picker-date input {
    width: 140px;
}

@media (max-width: 1028px) {
    .time-picker {
        flex-direction: column;
    }
}
.container {
    position: relative;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.container:before {
    background-color: red;
}

.container-is-blurred {
    filter: blur(3px);
}

.modal {
    position: absolute;
    top: -200px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border-radius: 40px !important;
    display: none;
}

.modal-is-active {
    display: block;
    cursor: pointer;
}

.modal--body {

    position: absolute;
    padding: 20px;
    background-color: #fff;
    border-radius: 30px;
    left: auto;
    top: 150px;
    right: 0;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 342px;
    margin-right: 1vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

/* Social media icons */

textarea {
    resize: none;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    white-space: nowrap;
}

.svg-inline--fa {
    vertical-align: -0.2em;
}

.rounded-social-buttons {
    text-align: center;
}

.rounded-social-buttons .social-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 3.125rem;
    height: 3.125rem;
    border: 0.125rem solid transparent;
    padding: 0;
    text-decoration: none;
    text-align: center;
    color: #fefefe;
    font-size: 1.5625rem;
    font-weight: normal;
    line-height: 2em;
    border-radius: 1.6875rem;
    transition: all 0.5s ease;
    margin-right: 0.25rem;
    margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover,
.rounded-social-buttons .social-button:focus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter,
.fa-facebook-f,
.fa-linkedin,
.fa-youtube,
.fa-instagram {
    font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
    background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover,
.rounded-social-buttons .social-button.facebook:focus {
    color: #3b5998;
    background: #fefefe;
    border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
    background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover,
.rounded-social-buttons .social-button.twitter:focus {
    color: #55acee;
    background: #fefefe;
    border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
    background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover,
.rounded-social-buttons .social-button.linkedin:focus {
    color: #007bb5;
    background: #fefefe;
    border-color: #007bb5;
}

.rounded-social-buttons .social-button.youtube {
    background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover,
.rounded-social-buttons .social-button.youtube:focus {
    color: #bb0000;
    background: #fefefe;
    border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
    background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover,
.rounded-social-buttons .social-button.instagram:focus {
    color: #125688;
    background: #fefefe;
    border-color: #125688;
}


/* copied to clipboar */

.container {
    display: flex;
    flex-direction: row;
    height: calc(100vh - 16px);
    width: 100%;
    align-items: center;
    justify-content: center;
    max-width: 960px;
    margin: auto;
  }
  .container #inviteCode.invite-page {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    justify-content: space-between;
    width: 100%;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.07);
  }
  .container #inviteCode.invite-page #link {
    align-self: center;
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
    flex-grow: 2;
    background-color: #fff;
    border: none;
  }
  .container #inviteCode.invite-page #copy {
    width: 30px;
    height: 30px;
    margin-left: 20px;
    border: 1px solid black;
    border-radius: 5px;
    background-color: #f8f8f8;
  }
  .container #inviteCode.invite-page #copy i {
    display: block;
    line-height: 30px;
    position: relative;
  }
  .container #inviteCode.invite-page #copy i::before {
    display: block;
    width: 15px;
    margin: 0 auto;
  }
  .container #inviteCode.invite-page #copy i.copied::after {
    position: absolute;
    top: 0px;
    right: 35px;
    height: 30px;
    line-height: 25px;
    display: block;
    content: "copied";
    font-size: 1.5em;
    padding: 2px 10px;
    color: #fff;
    background-color: #4099FF;
    border-radius: 3px;
    opacity: 1;
    will-change: opacity, transform;
    -webkit-animation: showcopied 1.5s ease;
            animation: showcopied 1.5s ease;
  }
  .container #inviteCode.invite-page #copy:hover {
    cursor: pointer;
    background-color: #dfdfdf;
    transition: background-color 0.3s ease-in;
  }
  
  @-webkit-keyframes showcopied {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    70% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
    }
  }
  
  @keyframes showcopied {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    70% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 0;
    }
  }

  /* social media share */
  .share {
	margin: 3rem 0;
}

.share p {
	margin: 0 0 0.75rem;
	font-weight: 700;
	text-align: center;
}

.share ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style-type: none;
	margin: -0.25rem;
	padding: 0;
}

.share li {
	flex: 0 0 auto;
	margin: 0.25rem;
}

.share a,
.share button {
	display: block;
	border: none;
	padding: 0;
	width: 2.5rem;
	height: 2.5rem;
	background: none;
	cursor: pointer;
}

.share svg {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}