/* .flight-list{
  margin-top: 70px;
}
.flight-simple {
  background: #FFFFFF;
  border-radius: 8px;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fly-info {
  width: 100%;
}
.fly-img {
  padding: 0 30px;
}
.flight-simple {
  margin-bottom: 10px;
}
.fly-info {
  font-family: 'FiraGO';
  font-size: 14px;
  color: #9CA8B3;
}
.fly-info span {
  font-family: 'FiraGO';
  font-weight: 600;
  font-size: 16px;
  color: #5C54FF;
  margin-left: 10px;
}
.fly-info span.spn-dt {
  color: #3A3A40;
}
.faq-main-ttl {
  font-family: 'FiraGO';
  font-weight: 600;
  font-size: 18px;
  font-feature-settings: 'case' on;
  color: #7B8898;
  margin-top: 70px;
}
.faq-simple {
  background: #FFFFFF;
  box-shadow: 10px 10px 20px rgba(5, 0, 77, 0.1);
  border-radius: 8px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
}
.faq-ttl {
  font-family: 'FiraGO';
  font-weight: bold;
  font-size: 18px;
  color: #3A3A40;
  cursor: pointer;
  position: relative;
  padding-right: 50px;
}
.faq-text {
  font-family: 'FiraGO';
  font-weight: normal;
  font-size: 16px;
  color: #9CA8B3;
  margin-top: 25px;
  display: none;
}
.faq-simple.active .faq-text {
  display: block;
}
.faq-sample.active {
  box-shadow: 10px 10px 20px rgba(5, 0, 77, 0.1);
}
.faq-simple {
  position: relative;
}
.faq-simple.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 2px dashed rgba(92, 84, 255, 0.2);
  box-sizing: border-box;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-left: 10px;
}
.zc-in {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  background: #fff;
  border-radius: 8px;
}
.close-faq {
  background: #F3F3FF;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -22px;
}
.main_content {
    min-height: 100vh;
}
.addr_bx {
  margin-top: 70px;
}
.addr_nm {
  padding: 0;
}
.addr_nm li {
  background: rgba(92, 84, 255, 0.05);
  padding: 20px 30px;
  padding-right: 70px;
  display: block;
  list-style: none;
  border-top: 1px solid #fff;
  position: relative;
}
.addr_nm strong {
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 18px;
  color: #3A3A40;
}
.addr_nm span {
  font-family: 'FiraGO';
  font-weight: 600;
  font-size: 16px;
  color: #5C54FF;
  margin-left: 10px;
}
.addr_nm li:nth-child(even) {
  background: transparent;
}
.copy-m-text {
  position: absolute;
  top: 50%;
  right: 0;
  margin-right: 30px;
  width: 42px;
  height: 42px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-top: -21px;
  cursor: pointer;
  transition-duration: 0.3s;
}
.copy-m-text:hover {
  background: rgba(92, 84, 255, 0.1);
  transition-duration: 0.3s;
}
.copy-m-text.active {
  background: rgba(92, 84, 255, 0.3);
}
.suc-text {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 10px 27px;
  background: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
  border-radius: 8px;
  border: 1px solid rgba(92, 84, 255, 0.2);
  z-index: 999;
}
.setting-btn {
  margin-top: 70px;
}
.setting-btn a {
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  color: #7B8898;
  text-decoration: none !important;
  display: inline-table;
  width: fit-content;
  height: 45px;
  padding: 15px;
  border-radius: 8px;
}
.setting-btn a.active {
  background: rgba(92, 84, 255, 0.1);
  color: #3A3A40;
  font-weight: 600;
}
.my-pr-image {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  background-repeat: no-repeat;
}
.img-container-p {
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.hidden-inp {
  position: absolute;
  z-index: -1;
  pointer-events: none;
  opacity: 0;
  right: 0;
  bottom: 0;
}
.change-photo {
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #5C54FF;
  background: rgba(92, 84, 255, 0.2);
  border-radius: 8px;
  padding: 10px 25px;
  cursor: pointer;
}
.del-photo {
  background: #FF3636;
  border-radius: 8px;
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF !important;
  padding: 10px 25px;
  cursor: pointer;
  text-decoration: none !important;
}
.info-box {
  margin-top: 40px;
}
.gend-sn {
  margin-bottom: 0;
}
.gend-sn input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.gend-sn label {
  position: relative;
  padding-left: 25px;
  margin-right: 30px;
  cursor: pointer;
}
.gend-sn label::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #9CA8B3;
  border-radius: 50%;
}
.gend-sn label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #5C54FF;
  border-radius: 50%;
  margin-top: 4px;
  margin-left: 4px;
  display: none;
}
.gend-sn input[type="radio"]:checked + label::before {
  border: 2px solid #5C54FF;
}
.gend-sn input[type="radio"]:checked + label::after {
  display: block;
}
.sqm {
  font-family: 'FiraGO';
  font-weight: bold;
  font-size: 16px;
  color: #3A3A40;
}
.stb {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FiraGO';
  font-weight: normal;
  font-size: 16px;
  color: #3A3A40;
  margin-bottom: 0;
  margin-top: 18px;
  margin-left: 15px;
  display: table;
  width: fit-content;
  padding: 0px 5px;
  background: #F3F3FF;
}
.moins {
  position: relative;
  margin-bottom: 30px;
}
.form-control {
  padding-left: 20px !important;
}
.ogun {
  margin-top: 50px;
}
.ogun button {
  background: #5C54FF;
  border-radius: 8px;
  font-family: FiraGO;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #FFFFFF;
}
.rised {
  color: #7B8898;
}
.picker {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 20px;
  margin-top: 20px;
  pointer-events: none;
}
.datepicker {
  cursor: pointer;
}
.stb {
  pointer-events: none;
}
.password-change {
  margin-top: 50px;
}
.mrt009 {
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  color: #3A3A40;
}
.jfsp {
  font-family: 'FiraGO';
  font-weight: normal;
  font-size: 16px;
  color: #7B8898;
  margin-top: 20px;
}
.glesY {
  margin-top: 50px;
}
.w-bg {
  background: #fff !important;
}
.mrgb {
  margin-top: 22px !important;
  margin-right: 22px !important;
}
.mb-30 {
  margin-bottom: 30px
}
.dl-bx {
  border: 1px solid #DDDFF2;
  box-sizing: border-box;
  border-radius: 8px;
  min-height: 150px;
  padding: 20px 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mr-20 {
  margin-right: 20px;
}
.mr-15 {
  margin-right: 15px;
}
.gs-concept {
}


.switch.gr {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 12px;
  vertical-align: middle;
}

.switch.gr input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider.gr {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #DDDFF2;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider.gr:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0;
  bottom: -2px;
  background-color: #9CA8B3;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider.gr {
  background-color: rgba(0, 197, 140, 0.15);
}

input:focus + .slider.gr {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider.gr:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
  background: #00C58C;
}

/* Rounded slider */
.slider.gr.round {
  border-radius: 34px;
}

.slider.gr.round:before {
  border-radius: 50%;
}
.turnedoff {
  cursor: not-allowed;
}
.turnedoff input {
  pointer-events: none;
  border: 1px solid #efefef;
}
.btn-lf {
  border: 2px solid #FF3636;
  box-sizing: border-box;
  border-radius: 8px;
  font-family: FiraGO;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #FF3636;
  background: #fff;
  padding: 15px 39px;
  margin-left: 30px;
}
.dr-lab span {
  position: relative;
  cursor: pointer;
}
.dr-lab strong {
  position: relative;
  z-index: 1;
  font-weight: normal;
}
.dr-lab span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: rgba(0, 197, 140, 0.3);
}
.popup_box {
  display: none;
  overflow-y: scroll;
}
.w-100 {
  width: 100%;
}
.add-prod {
	min-width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin-left: 0;
  margin-bottom: 30px;
}
.epic {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.cppd {
  border: 2px solid rgba(5, 0, 77, 0.1);
  border-radius: 10px;
  padding: 30px;
}
.hjgps {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hjgps > span {
  display: block;
  width: calc(100% - 40px);
  font-family: 'FiraGO';
  font-weight: 500;
  font-size: 16px;
  color: #7B8898;
  margin-bottom: 25px;
}
.elem-ber {
  font-family: 'FiraGO';
  font-weight: 600;
  font-size: 18px;
  font-feature-settings: 'case' on;
  color: #3A3A40;
}
.main_content {
  padding-bottom: 150px;
}
.additional-pro {
  border: 1px solid #dedff2;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  position: relative;
  padding-top: 20px;
  margin-bottom: 20px;
}
.additional-pro h4 {
  font-size: 15px;
  top: 0;
  margin-bottom: 0;
  margin-top: -12px;
  background: #fff;
  padding: 3px 5px;
  border-radius: 9px;
  text-align: center;
}
.bbjs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bbjs span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.del-gt img {
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.ttlbes {
  width: 100%;
  justify-content: flex-start !important;
  font-weight: bold;
}
.open-edit {
  cursor: pointer;
} */
