
/* /////////////////////////////////////////////////////////// */


.radio-tile-group {
  display: flex;
  /*flex-wrap: wrap;*/
  /*justify-content: center;*/
  flex-direction: row;


  /* //set dimensions for invisible container */
  .input-container {
    position: relative;
    height:  5rem;
    width:  5rem;
    margin: 0.2rem;

    /* //make actual radio input invisible
    // + stretch to fill container */
    .radio-button {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      cursor: pointer;
    }

    /* //default tile styles */
    .radio-tile {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border: 2px solid #808080;
      border-radius: 5px;
      padding: 1rem;
      transition: transform 300ms ease;
    }
    .icon svg {
      fill: #808080;
      width: 3rem;
      height: 3rem;
    }
    .radio-tile-label {
      text-align: center;
      font-size: 0.75rem;
      font-weight: 600;
      text-transform: uppercase;
      letter-spacing: 1px;
      color: #808080;
    }

    /* //active tile styles */
    .radio-button:checked + .radio-tile {
      background-color: #880E4F;
      border: 2px solid #880E4F;
      color: white;
      transform: scale(1.1, 1.1);
      
      .icon svg {
        fill: white;
        background-color: #880E4F;
      }
      .radio-tile-label {
        color: white;
        background-color: #880e4f;
      }
    }
  }
}

/* //////////////////////////////////////////////////////////// */



@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");
:root {
	--vs-primary: 29 92 255;
}

/*Dialog Styles*/
dialog {
	padding: 1rem 1rem;
	background: white;
	max-width: 400px;
	width: auto;
	padding-top: 2rem;
	border-radius: 10px;
	border: 0;
	box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
	animation: fadeIn 1s ease both;
	&::backdrop {
		animation: fadeIn 1s ease both;
		background: rgb(255 255 255 / 40%);
		z-index: 2;
		backdrop-filter: blur(20px);
	}
	.x {
		filter: grayscale(1);
		border: none;
		background: none;
		position: absolute;
		top: 15px;
		right: 10px;
		transition: ease filter, transform 0.3s;
		cursor: pointer;
		transform-origin: center;
		&:hover {
			filter: grayscale(0);
			transform: scale(1.1);
		}
	}
	h2 {
		font-weight: 600;
		font-size: 2rem;
		padding-bottom: 1rem;
	}
	p {
		font-size: 1rem;
		line-height: 1.3rem;
		padding: 0.5rem 0;
		a {
			&:visited {
				color: rgb(var(--vs-primary));
			}
		}
	}
}

label.primary {
	display: inline-block;
	font-size: 0.8rem;
	color: #fff !important;
	background: rgb(var(--vs-primary) / 100%);
    background-color: var(--tg-theme-primary);
	padding: 13px 25px;
	border-radius: 50px;
	transition: background-color 0.1s ease;
	box-sizing: border-box;
	transition: all 0.25s ease;
	border: 0;
	cursor: pointer;
	box-shadow: 0 0px 0px 0px rgb(var(--vs-primary) / 50%);
	&:hover {
		box-shadow: 0 0px 0px 0px rgb(var(--vs-primary) / 50%);
		transform: translateY(-5px);
	}
}

.customer__form-wrap1 {
  border: 1px solid #ebebeb;
  padding: 3px;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

#foo {
  max-height: 100%;
  width: 100%;
  overflow-y: hidden;
}

.bar1 {
  width: 25%;
  height: 50px;
  font-size: 50rem;
  text-align: center;
  align-self: center;
  float: left;
  color: #ffffff !important;
  background: rgb(var(--vs-primary) / 100%);
  background-color: var(--tg-theme-primary);
	padding: 13px 5px;
	border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.bar1_2 {
  width: 50%;
  height: 50px;
  font-size: 50px;
  text-align: center;
  align-self: center;
  float: left;
  color: #ffffff !important;
  background: rgb(var(--vs-primary) / 100%);
  background-color: var(--tg-theme-primary);
	padding: 13px 5px;
}
.bar2 {
  width: 25%;
  height: 50px;
  font-size: 50rem;
  text-align: center;
  align-self: center;
  float: left;
  color: #ffffff !important;
  background: rgb(var(--vs-primary) / 100%);
  background-color: var(--tg-theme-primary);
	padding: 13px 5px;
	border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

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



/*////////////////////////////////////////////////////*/

.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    /*min-width: 400px;*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.styled-table thead tr {
    background-color: #880e4f;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #880e4f;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #880e4f;
}


/*//////////////////////////////////////////////////////*/

/* From Uiverse.io by nawinasokan */ 
.loader-con {
  position: relative;
  width: 50%;
  height: 100px;
  overflow: hidden;
}

.pfile {
  position: absolute;
  bottom: 25px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background: linear-gradient(90deg, #b324db, #ac8dcb);
  border-radius: 4px;
  transform-origin: center;
  animation: flyRight 3s ease-in-out infinite;
  opacity: 0;
}

.pfile::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 28px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
}

.pfile::after {
  content: "";
  position: absolute;
  top: 13px;
  left: 6px;
  width: 18px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
}

@keyframes flyRight {
  0% {
    left: -10%;
    transform: scale(0);
    opacity: 0;
  }
  50% {
    left: 45%;
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    left: 100%;
    transform: scale(0);
    opacity: 0;
  }
}

.pfile {
  animation-delay: calc(var(--i) * 0.6s);
}

/*////////////////////////////////////////////////////////*/

div.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

div.scrollmenu a {
  display: inline-block;
  color: white;
  text-align: center;
  padding: 14px;
  text-decoration: none;
}

div.scrollmenu a:hover {
  background-color: #777;
}


/*//////////////////////////////////////////////////*/


/* From Uiverse.io by MikeAndrewDesigner */ 
.e-card {
  /*margin: 100px auto;*/
  background: #CCC;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  width: 100%;
  height: 80px;
  border-radius: 16px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 500px;
  height: 500px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(744deg,#af40ff,#5b42f3 60%,#00ddeb);
}

.icon {
  width: 3em;
  margin-top: -1em;
  padding-bottom: 1em;
}

.infotop {
  text-align: center;
  font-size1: 20px;
  position1: absolute;
  
  color: rgb(255, 255, 255);
  font-weight1: 600;
}

.name {
  font-size: 14px;
  font-weight: 100;
  position: relative;
  top: 1em;
  text-transform: lowercase;
}

.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}

.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}

.wave {
  border-radius: 40%;
  animation: wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
  animation-duration: 4000ms;
}

.wave:nth-child(2) {
  animation-duration: 50s;
}

.playing .wave:nth-child(3) {
  animation-duration: 5000ms;
}

.wave:nth-child(3) {
  animation-duration: 45s;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

