﻿

h1,
h4,
h5 {
    color: white;
    font-family: Calibri light;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10 px;
}

h4{
    font-size: 15px;
    color: white;
    font-family: Calibri light;
    font-weight: normal;
    text-align: left;
   
}

h3 {
    color: white;
    font-size: 35px;
    font-family: Calibri light;
    font-weight: bold;
    font-style: normal;
    text-align: center;
    margin-top: 0;
    margin-bottom: 10 px;
}

h6 {
    display: block;
    font-size: 15px;
    margin-block-start: 2.33em;
    margin-block-end: 2.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: normal;
}

h2 {
    font-size: 25px;
    color: white;
    color: linear-gradient(320deg, #3CB371, #66CDAA);
    font-family: Calibri light;
    font-weight: bold;
    font-style: normal;
    margin-top: 10;
    text-align: center;
    margin-bottom: 0.5em;
}

ul,
ol {
    color: white;
    font-family: Calibri light;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 1em;
}

a {
    color: white;
    font-family: Calibri light;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #333;
    text-decoration: none;
}

.container {
    background-color: transparent;
    max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.page {
    font-weight: bold;
    font-size: 20px;
    font-family: Calibri light;
    background-color: transparent;
    display: none;
    padding: 30px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* center the content horizontally */
}

.page:first-child {
    background-color: transparent;
    display: flex;
}



.dots {
    background-color: transparent;
    text-align: center;
    margin-top: 20px;
}

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #787878;
    margin: 0 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background-color: white;
}

.continue {
    background: linear-gradient(#FAFAD2, #FFFACD);
    display: block;
    margin: 20px auto 0;
    margin-bottom: -20px;
    margin-top: 10px;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: bold;
    color: linear-gradient(320deg, #3CB371, #66CDAA);
    background-color: #333;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}




select {
    background: linear-gradient(#FAFAD2, #FFFACD);
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    border: 1px  #ccc;
    padding: 12px 10px;
    font-size: 15px;
    border-radius: 10px;
    height: 50%;
    color: #333;
    margin: 7px 0;
    width: 100%;

}

select::-ms-expand {
    background-color: transparent;
    display: none;
}

select option {
    background-color: transparent;
}

/* Style the selected option */
select option:checked {

    background-color: transparent;
    color: #fff;
}

/* Style the placeholder text */
select option[disabled]:first-child {
    background-color: transparent;
    color: #999;
}

/* Style the dropdown arrow icon */
select:before {
    background-color: transparent;
    content: '\25BC';
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
}

/* Hide the dropdown arrow icon in Edge */
@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    select:before {
        background-color: transparent;
        display: none;
    }
}

.continue:hover {
    background-color: #555;
}

label {
    background-color: transparent;
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: rgba(255, 255, 255, 0.5);
    padding: 4px;
    /* margin-bottom: 10px; */
}

/* Style the input field */
input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="gender"],
input[type="tel"] {
    background: linear-gradient(#FAFAD2, #FFFACD);
    box-sizing: border-box;
    height: 41px;
    border: 1px #ccc;
    padding: 8px;
    font-size: 15px;
    border-radius: 10px;
    color: #333;
    margin: 7px 0;
    /* reduce margin to separate input fields from each other */
    width: 100%;
    /* make all input fields the same width */
}


/* Hide the PIN field and its label */
.pin-group {

    display: none;
}
.form-group.pin-field {
    color: white;
    margin-top: -50px; 
}

.pin-container {
  color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 50px;
    border-radius: 3px;
}

.pin-input {
  width: 130px;
  height: 30px;
  font-size: 124px;
  text-align: center;
  border: none;
  outline: none;
  background-color: transparent;
  border-bottom: 2px solid #ccc;
}

.form-groupSL {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 25px;
  margin-top: -15px;
  margin-bottom: 15px;
}

/* Style the input label */
.input-label {
    background-color: transparent;
    font-weight: bold;
    font-size: 20px;
    font-family: Calibri light;
    text-align: center;
    margin-bottom: 10px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 0.7; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: black;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: black;
}

.phone-confirm.slider {
  background: linear-gradient(#FAFAD2, #FFFACD);
  height: 1111112px;
  width: 10px;
}



.validCode {
    margin: 60 px;
}

input[type="range" i] {
   -webkit-appearance: none;
  width: 18%;
  height: 20px;
  border-radius: 20px;  
  background: #007000;
  outline: none;
  opacity: 1;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

input#pin1 {
    background: #525252;
    opacity: 0.92;
    font-size: 20px;
    color: rgba(191, 191, 191, 0.9);
}
input#pin2 {
    background: #525252;
    opacity: 0.92;
    font-size: 20px;
    color: rgba(191, 191, 191, 0.9);
}
input#pin3 {
    background: #525252;
    opacity: 0.92;
    font-size: 20px;
    color: rgba(191, 191, 191, 0.9);
}
input#pin4 {
    background: #525252;
    opacity: 0.92;
    font-size: 20px;
    color: rgba(191, 191, 191, 0.9);
}

img {
    display: block;
    margin: auto;
    color: linear-gradient(#FAFAD2, #FFFACD);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
    width: 100%
	margin-left: 40px;
}

#popup {
  display: none;
  position: fixed;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  background-color: #fff;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}

#popup-header {
   font-family: Calibri light;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #737373;
  border-bottom: 1px solid #ccc;
}

#popup-close {
  font-size: 24px;
  cursor: pointer;
}

#popup-content {
 font-family: Calibri light;
  background-color: #737373;
    padding: 20px;
    height: calc(100% - 50px);
    overflow-y: scroll;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

#popup-close-button {
  width: 100%;
  display: block;
  margin: 20px auto;
  padding: 10px 20px;
  border: none;
  background-color: #a6a6a6;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

#popup-close-button:hover {
  background-color: #3e8e41;
}

a {
    color: white;
    text-decoration: underline;
}


p{
    font-weight: normal;
}


 @font-face {
    font-family: Calibri light; /* Гарнитура шрифта */
    src: url(CFont.ttf); /* Путь к файлу со шрифтом */
   }

 input[type=range]::-webkit-slider-thumb {
    border: 1px solid #000000;
    height: 20px;
    width: 20px;
    border-radius: 200px;
    background: #FFFFFF;
    cursor: pointer;
    -webkit-appearance: none;
      
}
.select-wrapper{
    position: relative;
}
.select-wrapper::after{
    content: '>';
    position: absolute;
    display: block;
    right: 10px;
    top: 16px;
    transform: rotate(90deg);
}

.error-text{
    display: none;
    font-size: 14px;
    font-weight: 500;
    color: #dc3545;
}

.form-group.error input,
.form-group.error select{
    border: 1px solid #dc3545;
}
.form-group.error .error-text{
    display: block;
}