/* @extend display-flex; */
display-flex,
.signup-content,
.form-row,
.label-flex,
.form-radio-group {
  display: flex;
  display: -webkit-flex;
}

/* @extend list-type-ulli; */
list-type-ulli,
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a:focus,
a:active {
  text-decoration: none;
  outline: none;
  transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -webkit-transition: all 300ms ease 0s;
  -o-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
}

input,
select,
textarea {
  outline: none;
  appearance: unset !important;
  -moz-appearance: unset !important;
  -webkit-appearance: unset !important;
  -o-appearance: unset !important;
  -ms-appearance: unset !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  appearance: none !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  -o-appearance: none !important;
  -ms-appearance: none !important;
  margin: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
  box-shadow: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
}

input[type="checkbox"] {
  appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  -ms-appearance: checkbox !important;
}

input[type="radio"] {
  appearance: radio !important;
  -moz-appearance: radio !important;
  -webkit-appearance: radio !important;
  -o-appearance: radio !important;
  -ms-appearance: radio !important;
}

input:-webkit-autofill {
  box-shadow: 0 0 0 30px transparent inset;
  -moz-box-shadow: 0 0 0 30px transparent inset;
  -webkit-box-shadow: 0 0 0 30px transparent inset;
  -o-box-shadow: 0 0 0 30px transparent inset;
  -ms-box-shadow: 0 0 0 30px transparent inset;
  background-color: transparent !important;
}

img {
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0px;
  font-weight: 600;
  color: #fff;
}

h2 {
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-weight: 900;
  color: #fff;
  font-family: "Poppins";
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.clear {
  clear: both;
}

body {
  font-size: 14px;
  line-height: 1.8;
  color: #222;
  font-family: "Prompt";
  font-weight: 400;
  margin: 0px;
  background: #282828;
  padding: 50px 0;

}

.main {
  position: relative;
}

.container {
  width: 1400px;
  margin: 0 auto;
  background: #fff;
}

.signup-img {
  position: relative;
  background: linear-gradient(224deg, #1672bc 0%, #00569c 100%);
  width: 400px;
  /* margin-bottom: -8px; */
}

.signup-form {
  width: 1015px;
  margin-top: -2px;
}

.signup-img-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.register-form {
  padding: 93px 115px 90px 80px;
  margin-bottom: -8px;
}

.form-row {
  margin: 0 -30px;
}
.form-row .form-group {
  width: 100%;
  padding: 0 30px;
}

.form-input,
.form-select,
.form-radio {
  margin-bottom: 23px;
}

label,
input {
  font-family: "Prompt";
  font-weight: 500;
  display: block;
  width: 100%;
}

label {
  /* font-weight: bold; */
  text-transform: uppercase;
  margin-bottom: 7px;
  font-size: 14px;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}

label.required {
  position: relative;
}
label.required:after {
  content: "*";
  margin-left: 2px;
  color: #1672bc;
}

input {
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  padding: 9px 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px !important;
  font-family: "Prompt" !important;
  font-weight: 500;
  color: #01569c;
}

input[type="text"]:disabled {
  opacity: 0.7;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  padding: 9px 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px !important;
  font-family: "Prompt" !important;
  font-weight: 500;
  color: #1e1e1e !important;
  background: rgb(0 0 0 / 4%) !important;
}

input[type="tel"]:disabled {
  opacity: 0.7;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  padding: 9px 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px !important;
  font-family: "Prompt" !important;
  font-weight: 500;
  color: #1e1e1e !important;
  background: rgb(0 0 0 / 4%) !important;
}

input[type="date"]:disabled {
  opacity: 0.7;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  padding: 9px 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px !important;
  font-family: "Prompt" !important;
  font-weight: 500;
  color: #1e1e1e !important;
  background: rgb(0 0 0 / 4%) !important;
}

select:disabled {
  opacity: 0.7;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  padding: 9px 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px !important;
  font-family: "Prompt" !important;
  font-weight: 500;
  color: #1e1e1e !important;
  background: rgb(0 0 0 / 4%) !important;
}



fieldset:disabled {
  opacity: 0.8;
}

input::placeholder {
  font-family: "Prompt" !important;
  font-weight: 300;
  font-size: 14px;
  padding-top: 4px;
}
input:focus {
  border: 1px solid #00569c;
}

.label-flex {
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  -o-justify-content: space-between;
  -ms-justify-content: space-between;
}
.label-flex label {
  width: auto;
}

.form-link {
  font-size: 12px;
  color: #222;
  text-decoration: none;
  position: relative;
}
.form-link:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #d7d7d7;
  left: 0;
  bottom: 12px;
}

.form-radio {
  margin-bottom: 18px;
}
.form-radio input {
  width: auto;
  display: inline-block;
}

.radio-label {
  padding-right: 72px;
}

.form-radio-group {
  /* background: #e3f1ff;
  margin: 20px 0 0; */
  padding: 0px 10px;
  border-radius: 6px;
}

.form-radio-item {
  position: relative;
  margin-right: 30px;
}
.form-radio-item label {
  font-weight: 300;
  font-family: "Prompt" !important;
  padding-left: 30px;
  position: relative;
  z-index: 9;
  display: block;
  pointer-events: auto;
  text-transform: none;
}

.check {
  background: #bbd2eb;
  display: inline-block;
  position: absolute;
  border: 1px solid #bbd2eb;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  height: 18px;
  width: 18px;
  top: 2px;
  left: 0px;
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}
.check:before {
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  top: 2px;
  left: 2px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type="checkbox"] ~ .check {
  background: #bbd2eb;
  display: inline-block;
  position: absolute;
  /* border: 1px solid #bbd2eb; */
  border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  -ms-border-radius: 0%;
  height: 19px;
  width: 19px;
  /* top: 2px; */
  /* left: 0px; */
  z-index: 5;
  transition: border 0.25s linear;
  -webkit-transition: border 0.25s linear;
}

input[type="checkbox"] ~ .check:before {
  position: absolute;
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 0%;
  -moz-border-radius: 0%;
  -webkit-border-radius: 0%;
  -o-border-radius: 0%;
  -ms-border-radius: 0%;
  top: 0px;
  left: 0px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

input[type="radio"] {
  position: absolute;
  visibility: hidden;
}
input[type="radio"]:checked ~ .check {
  border: 1px solid #00569c;
}
input[type="radio"]:checked ~ .check::before {
  background: #00569c;
}

input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
input[type="checkbox"]:checked ~ .check {
  border: 1px solid #00569c;
  background: #00569c;
}
input[type="checkbox"]:checked ~ .check::before {
  /* background: #00569c; */
  content: "\2713\0020";
  color: #fff;
  font-size: 17px;
  top: 0px;
  left: 3px;
  font-family: 'Prompt', sans-serif;
  line-height: 1.1;
  /* font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial; */
}

.form-radio-item label:active {
  background: transparent;
}

#slider-margin {
  height: 9px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  background: #e2f1ff;
  border-radius: 222px;
  -moz-border-radius: 222px;
  -webkit-border-radius: 222px;
  -o-border-radius: 222px;
  -ms-border-radius: 222px;
}
#slider-margin .noUi-connect {
  background: linear-gradient(258deg, #1672bc 0%, #00569c 100%);
}
#slider-margin .noUi-handle {
  border-radius: 333px !important;
  width: 120px;
  height: 30px;
  top: -12px;
  background: linear-gradient(258deg, #1672bc 0%, #00569c 100%);
  box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 3px 2.85px 0.15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  outline: none;
  border: none;
  right: -60px;
}
#slider-margin .noUi-handle:after,
#slider-margin .noUi-handle:before {
  background: transparent;
  height: 0px;
  width: 20px;
  top: -2px;
  font-size: 18px;
  outline: none;
}
#slider-margin .noUi-handle:before {
  font-family: "Material-Design-Iconic-Font";
  color: #fff;
  content: "\f2fa";
  left: 10px;
}
#slider-margin .noUi-handle:after {
  font-family: "Material-Design-Iconic-Font";
  color: #fff;
  content: "\f2fb";
  left: auto;
  right: -5px;
}
#slider-margin .noUi-handle .noUi-tooltip {
  bottom: 2px;
  border: none;
  background: transparent;
  font-weight: bold;
  color: #fff;
  padding: 0px;
}

.donate-us {
  margin-bottom: 93px;
  margin-top: 5px;
}
.donate-us label {
  margin-bottom: 32px;
}

.price_slider {
  position: relative;
  width: 70%;
  margin: 0 auto;
}

.donate-value {
  position: absolute;
  top: -9px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.form-submit {
  text-align: right;
}

.submit {
  width: 200px;
  height: 50px;
  display: inline-block;
  font-family: "Prompt";
  font-weight: 400;
  font-size: 18px;
  padding: 10px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 333px;
  -moz-border-radius: 333px;
  -webkit-border-radius: 333px;
  -o-border-radius: 333px;
  -ms-border-radius: 333px;
}

#reset {
  background: #fff;
  color: #999;
  border: 2px solid #ebebeb;
}
#reset:hover {
  border: 2px solid #329e5e;
  background: #329e5e;
  color: #fff;
}

.submit {
  background: linear-gradient(224deg, #1672bc 0%, #00569c 100%);
  color: #fff;
  margin-right: 25px;
  margin-bottom: 20px;
  margin-top: 5px;
}
.submit:hover {
  /* background-color: #267747; */
}

.form-input {
  position: relative;
}

label.error {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}

input.error {
  border: 1px solid #c70000;
}

.select-list {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 47px;
}

.list-item {
  position: absolute;
  width: 100%;
  z-index: 99;
}

.snn-head-md-main {
  display: none;
}

.result-address-main {
  position: relative;
}

.lable-result-address {
  display: block;
  position: absolute;
  top: 0px;
  right: 0;
}
.lable-result-address:after {
  font-family: "Material-Design-Iconic-Font";
  position: absolute;
  content: "\f136";
  right: 20px;
  top: 11px;
  font-size: 23px;
  color: #f0ba00;
}

.result-address {
  padding-right: 44px;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1290px) {
  .signup-img {
    width: 300px;
  }
}

/* @media screen and (max-width: 1154px) {
  body {
    background: #fff;
    padding: 0;
  }
  .container {
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
  }
  .signup-img {
    display: none;
  }
} */

@media screen and (max-width: 1216px) {
  body {
    background: #fff;
    padding: 0;
  }
  .container {
    width: calc(100% - 30px);
    max-width: 100%;
    margin: 0 auto;
  }

  .signup-img {
    display: none;
  }

  .signup-form {
    width: 100%;
    border-radius: 1.4rem;
    box-shadow: 0 10px 30px #78787829;
    background-color: #ffffff;
  }

  .register-form {
    padding: 93px 80px 90px 80px;
  }
}
@media screen and (max-width: 992px) {
  .signup-content {
    width: 100%;
  }

  .form-radio-item {
    margin-right: 15px;
  }

  .register-form {
    padding: 93px 30px 90px 30px;
  }
}
@media screen and (max-width: 768px) {
  .form-row {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    margin: 0px;
  }

  .form-row .form-group {
    width: 100%;
    padding: 0 10px;
  }

  .result-address {
    /* margin-bottom: 23px; */
  }
}
@media screen and (max-width: 480px) {
  .submit {
    width: 100%;
  }

  .submit {
    margin-top: 4px;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .form-radio-group {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
  }

  .register-form {
    padding: 30px 5px 50px;
  }
}

@media screen and (max-width: 350px) {
}

/*# sourceMappingURL=style.css.map */

/* CSS Website */

/* html{
            position: fixed;
            overflow: hidden;
        } */
html,
body {
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 0;
}

body > .main {
  width: 100vw;
  /* height: 88vh; */
  /* height: 100vh; */
  overflow-x: hidden;
  overflow-y: scroll;
  /* -webkit-overflow-scrolling: touch; */
  /* enables “momentum” (smooth) scrolling */
  /* background: #fff; */
}

.fixed-top {
  width: 100%;
  background: #00000042;
  color: #fff;
  position: relative;
  z-index: 1;
}

.fixed-top .snn-footer-detail {
  text-align: center;
  font-size: 12px;
  padding: 10px 33px;
  /* margin-bottom: 10px; */
}

.fixed-top .snn-footer-detail a {
  color: #fff;
}

.snn-footer-row {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.snn-footer-row .snn-footer-col {
  flex: 45%;
  margin: 10px 5px 0px;
}

.fixed-header,
.fixed-footer {
  width: 100%;
  /* position: -webkit-sticky; */
  /* position: sticky; */
  padding: 10px 0;
  z-index: 1000000;
}

.fixed-header {
  backdrop-filter: blur(1rem);
  -webkit-backdrop-filter: blur(1rem);
  background: #00000034;
  color: #fff;
  top: 0;
  padding: 12px 15px 12px;
  display: flex;
}

.fixed-header img {
  width: 68px;
  height: 38px;
}

.fixed-header .item-right {
  justify-content: flex-end;
  width: 100%;
  display: flex;
  margin: 0 30px 0 0;
  align-items: center;
}

.fixed-header .btn-call {
  display: flex;
  border-radius: 40px;
  background: linear-gradient(256deg, #ffd800 0%, #f0ba00 100%);
  color: #3e4c5d;
  font-size: 17px;
  width: 100px;
  height: 35px;
  text-align: center;
}

.fixed-header .btn-call .btn-call-text {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.card-head-main {
  background: linear-gradient(224deg, #1672bc 0%, #00569c 100%);
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
  min-height: 55vw;
  box-shadow: 0px 3px 33px #00000029;
  z-index: 1000;
  position: relative;
}

.fixed-footer {
  bottom: 0;
}

.footer-snn {
  width: 100%;
  height: 45px;
  padding: 25px 0;
  background: #00000088;
}

.snn-title-main {
  display: flex;
  position: relative;
  margin-bottom: 8px;
}

.snn-title-main .snn-title {
  color: #00569c;
  font-size: 27px;
  width: 100%;
}

.snn-title-main .snn-rectangle-col-main {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 5px;
}

.snn-title-main .snn-rectangle-col-main .snn-rectangle-col {
  width: 6px;
  border-radius: 32px;
  background: #00569c;
  height: 32px;
}

.snn-detail-main {
  margin-bottom: 20px;
  color: #525252;
}

.snn-detail-main .snn-detail-1 {
  font-size: 18px;
}

.snn-detail-main .snn-detail-2 {
  font-size: 14px;
}

.text-privacy-policy {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  text-align: center;
  font-size: 12px;
  color: #adadad;
}

.text-privacy-policy a {
  color: #adadad;
}

.text-checkbox {
  padding: 0px 20px 0 0;
  font-family: "Prompt", sans-serif;
  font-weight: 300;
  color: #525252;
  font-size: 14px !important;
}

.font-prompt-light {
  font-family: "Prompt", sans-serif;
  font-weight: 300;
}

.font-prompt-regular {
  font-family: "Prompt", sans-serif;
  font-weight: 400;
}

.font-prompt-medium {
  font-family: "Prompt", sans-serif;
  font-weight: 500;
}

.font-prompt-semi-bold {
  font-family: "Prompt", sans-serif;
  font-weight: 600;
}

@media screen and (max-width: 1216px) {
  html,
  body {
    background: #fff;
  }

  body > .main {
    width: 100vw;
    background: transparent;
  }

  .snn-head-md-main {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .fixed-top .snn-footer-detail {
    font-size: 10px;
  }
}

@media screen and (max-width: 367px) {
  .btn-footer-across {
    width: 120px;
  }

  .btn-footer-agree {
    width: 120px;
  }

  .snn-other .btn-contact-main .btn-contact {
    padding: 16px;
  }
}

@media screen and (max-width: 325px) {
  .btn-footer-across {
    width: 110px;
  }

  .btn-footer-agree {
    width: 110px;
  }
}

/* other */

.tt-menu {
  max-height: 300px !important;
  overflow-y: scroll !important;
}

.select-theme {
  padding: 14px 20px;
  background: #fff;
  width: 100%;
  font-size: 16px;
  border: 1px solid #ebebeb;
}

.release-dropdown {
  /* padding: 14px 20px; */
  background: #fff;
  width: 100%;
  font-size: 16px;
  /* border: 1px solid #ebebeb; */
  border-color: #ebebeb;
  min-height: 50px;
  font-family: "Prompt" !important;
}

.release-dropdown.selectize-control.single .selectize-input {
  padding: 8px 20px;
  color: #00569c;
  font-weight: 600;
  background: #fff;
  width: 100%;
  font-size: 16px;
  border: 1px solid #c6c6c6;
  box-shadow: none;
  min-height: 42px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #00569c;
}

.release-dropdown .selectize-dropdown,
.release-dropdown .selectize-input,
.release-dropdown .selectize-input input {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

.release-dropdown .selectize-dropdown,
.release-dropdown .selectize-dropdown.form-control {
  color: #525252 !important;
  height: auto;
  padding: 0;
  margin: 2px 0 0;
  z-index: 1000;
  transform: scale(1) translate(0, 1.2rem) !important;
  background: #fff !important;
  border-style: none !important;
}

.release-dropdown .selectize-dropdown .active {
  background: #ededed !important;
  color: #00569c;
}

.release-dropdown .selectize-dropdown .selectize-dropdown-content .option {
  padding: 10px 16px;
  border-radius: 6px 6px 0 0;
}

.release-dropdown .selectize-dropdown [data-selectable] .highlight {
  background: #07549c5f;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.release-dropdown .selectize-input input::placeholder {
  font-size: 14px !important;
  font-weight: 300;
}

/*LOADING

/*LOADING */

*,
*:after,
*:before {
  box-sizing: border-box;
}

/* body {
  margin: 0;
  padding-top: 50px;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  background: #263238;
  font-family: Arial, Helvetica, sans-serif;
}
body.pop {
  overflow: hidden;
} */

section:nth-child(2n + 1) {
  /* background: rgba(0, 0, 0, 0.1); */
}
section:hover {
  /* background: rgba(0, 0, 0, 0.3); */
}
@media (max-width: 768px) {
  section {
    width: 100%;
  }
}
@media (max-width: 480px) {
  section {
    width: 100%;
  }
}

header {
  background: #0d161b;
  padding: 10px 20px;
  min-height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  z-index: 2000;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.brand {
  color: #fff;
  font-size: 32px;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.brand::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 5px;
  border: 3px solid #1672bc;
  border-bottom-color: #ffd800;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: rotation 0.6s linear infinite;
  animation: rotation 0.6s linear infinite;
}

.nav-btn {
  color: #fff;
  text-decoration: none;
}



.loader-94 {
  width: 48px;
  height: 48px;
  display: inline-block;
  position: relative;
  border: 3px solid #1672bc;
  border-radius: 50%;
  -webkit-animation: animloader94 2s linear infinite;
  animation: animloader94 2s linear infinite;
}

.loader-94::after {
  content: "";
  width: 6px;
  height: 24px;
  background: #1672bc;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  bottom: -20px;
  left: 46px;
}

@-webkit-keyframes animloader94 {
  0% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  25% {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  75% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes animloader94 {
  0% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
  25% {
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
  }
  50% {
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
  }
  75% {
    -webkit-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
  }
  100% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

textarea {
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  padding: 9px 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px !important;
  font-family: "Prompt" !important;
  font-weight: 500;
  color: #01569c;
  width: 100%;
  height: 145px;

}

textarea:disabled {
  opacity: 0.7;
  box-sizing: border-box;
  border: 1px solid #c6c6c6;
  padding: 9px 14px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  font-size: 15px !important;
  font-family: "Prompt" !important;
  font-weight: 500;
  color: #1e1e1e !important;
  background: rgb(0 0 0 / 4%) !important;
}

.form-tab-manu {
  overflow: hidden;
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}