@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --primary: #EA4135;
  --primary-light: #FCE4E2;

  --secondary: #FBA204;
  --secondary-light: #FEF1DB;

  --info: #839cb0;
  --info-light: #dce4ef;

  --success: #EA4135;
  --success-light: #FCE4E2;

  --danger: #FBA204;
  --danger-light: #FEF1DB;

  --grey: #798897;
  --grey-light: #F5F6F8;

  --green: #b5edb3;

  --dark: #14121f;

  --excel: #129652;
  --excel-light: #e6f6ec;

  --light: #fff;

  --background: #f5f5f8;
  --title: #6c757d;
  --subtitle: #8c95a6;

  --bg-input: #f6f6f6;

  --font: 'Montserrat', sans-serif;

  --card-radius: 16px;
  --button-radius: 16px;

  --btn-transition: 0.2s;

  --shadow: #c9cdd5 0px 2px 10px -6px;

  --container-padding: 1.5rem 1.5rem;
  --m4: 1.5rem;
  --hex-size: 8rem;
}

/*#region TumSayfalardaLoader*/
.loading {
	font-size: 84px;
	font-weight: 800;
	text-align: center;
	width: 100%;
	line-height: 1;
}
.loading span {
	position: relative;
	color: rgba(0, 0, 0, 0.2);
	display: inline-block;
}
.loading span::after {
	position: absolute;
	top: 0;
	left: 0;
	content: attr(data-text);
	color: #051441;
	opacity: 0;
	-webkit-transform: scale(1.5);
	    -ms-transform: scale(1.5);
	        transform: scale(1.5);
	-webkit-animation: loading 3s infinite;
	        animation: loading 3s infinite;
}
.loading span:nth-child(2)::after {
	-webkit-animation-delay: 0.1s;
	        animation-delay: 0.1s;
}
.loading span:nth-child(3)::after {
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
.loading span:nth-child(4)::after {
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
.loading span:nth-child(5)::after {
	-webkit-animation-delay: 0.4s;
	        animation-delay: 0.4s;
}
.loading span:nth-child(6)::after {
	-webkit-animation-delay: 0.5s;
	        animation-delay: 0.5s;
}
.loading span:nth-child(7)::after {
	-webkit-animation-delay: 0.6s;
	        animation-delay: 0.6s;
}

@-webkit-keyframes loading {
	0%, 75%, 100% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
		opacity: 0;
	}
	25%, 50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

@keyframes loading {
	0%, 75%, 100% {
		-webkit-transform: scale(1.5);
		        transform: scale(1.5);
		opacity: 0;
	}
	25%, 50% {
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1;
	}
}

.page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999999;
	background-color: #fff;
	display: flex;
	justify-content: center;
}
.page-loader .loader {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
}

.page-loading-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	height: auto;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.loading {
	display: flex;
	justify-content: center;
}

.loading svg {
	transition: all 2s ease-in-out;
	transform: scale(1);
}

.loading svg.active {
	transform: scale(2);
}

svg .svg-loader-1 {
  stroke-dashoffset: 134.69761657714844px;
  stroke-dasharray: 134.69761657714844px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-out 0s, fill 0.7s linear 0.3s;
          transition: stroke-dashoffset 1s ease-out 0s, fill 0.7s linear 0.3s;
}

svg.active .svg-loader-1 {
  stroke-dashoffset: 0;
  fill: rgb(232, 69, 56);
}

svg .svg-loader-2 {
  stroke-dashoffset: 163.1408233642578px;
  stroke-dasharray: 163.1408233642578px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-out 0.12s, fill 0.7s linear 0.5s;
          transition: stroke-dashoffset 1s ease-out 0.12s, fill 0.7s linear 0.5s;
}

svg.active .svg-loader-2 {
  stroke-dashoffset: 0;
  fill: rgb(232, 69, 56);
}

svg .svg-loader-3 {
  stroke-dashoffset: 192.30397033691406px;
  stroke-dasharray: 192.30397033691406px;
  fill: transparent;
  -webkit-transition: stroke-dashoffset 1s ease-out 0.24s, fill 0.7s linear 0.7s;
          transition: stroke-dashoffset 1s ease-out 0.24s, fill 0.7s linear 0.7s;
}

svg.active .svg-loader-3 {
  stroke-dashoffset: 0;
  fill: rgb(232, 69, 56);
}

.progress-bar-container{
	top: 55em;
    position: sticky;
    width: 50%;
    align-self: center;
}

/*#endregion TumSayfalardaLoader*/




/*app.css*/





  .camp-wrapper p {
	color: #707070 !important;
	font-size: 16px !important;
  }
  .camp-wrapper {
	background-image: url("/assets/img/sys/camp-bg.png") !important;
	background-color: transparent !important;
	background-size: cover !important;
	padding: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	border-radius: 8px;
	margin-bottom: 20px;
  }
 
  .price-box {
	position: relative;
	padding: 10px 20px;
	background-color: #ea4135;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	border: 1px solid black;
  }
 
  .price-box.lined::after {
	content: "";
	position: absolute;
	width: 120%;
	height: 3px;
	background-color: #707070;
	top: 50%;
	z-index: 1;
	transform: rotate(-25deg);
  }
 
  .price-box p {
	color: #fff !important;
	font-size: 22px !important;
	text-align: center;
	height: 100%;
	margin: 0px;
    white-space: nowrap;
  }
 
  .sms-box {
	padding: 10px 25px;
	background-color: white !important;
	border-radius: 10px;
  }
 
  .sms-box p {
	color: #ea4135 !important;
	font-size: 12px !important;
	text-align: center;
	height: 100%;
	margin: 0px;
    white-space: nowrap;
	font-weight: 900 !important;
  }
  .buynow-box {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	background-color: #dddddd;
	border-radius: 10px;
	padding: 5px 10px;
  }
  .buynow-box img {
	width: 30px;
	height: 30px;
  }
 
  .buynow-box p {
	color: #ea4135 !important;
	font-size: 14px !important;
	text-align: center;
	height: 100%;
	margin: 0px;
    white-space: nowrap;
  }

.whatsapp-button {
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: -60px;
	right: 20px;
	background-color: #25d366;
	color: white;
	border-radius: 100%;
	text-align: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	transition: all .5s;
	opacity: 0;
}

.whatsapp-button i {
	font-size: 24px;
}

.whatsapp-button.customer{
	right: 100px;
}

.whatsapp-button.www.show{
	right: 20px;
	bottom: 80px;
}

.whatsapp-button.www{
	right: -100%;
	bottom: 80px;
}

.whatsapp-button.show{
	bottom: 20px;
	opacity: 1;
}


.whatsapp-button-container span{
	white-space: nowrap;
	position: absolute;
	color: var(--primary-light);
	right: 0px;
	top: -40px;
	background: var(--primary);
	border-radius: 8px;
	padding: 4px 12px;
	font-size: 14px;
	font-weight: 500;
	animation: fadein-right .3s;
	box-shadow: var(--primary) 0px 0px 15px -5px;
	opacity: 1 !important;
}
