/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap'); font-family: 'Poppins', sans-serif;*/
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800;900;1000&display=swap");

body {
  font-family: "Nunito", sans-serif;
}

.link{
  color: #f26841 !important;
}


h2, .h2 {
  font-size: 24px;
  font-weight: 700;
}

h5, .h5{
  font-size: 18px;
  font-weight: 600;
}

.swansdown {
  background-color: #E3F6E9;
}

.background {
  padding-top: 50px;
  padding-bottom: 50px;
  position: unset;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  min-height: unset;
  align-items: center;
}

.background .front-picture {
  max-width: 150px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title h1{
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 60px;
  color: #000;
}



.cards {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.cards-card-body {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: start;
  margin: 0;
  position: relative;
  border-radius: 18px;
  border: 1px solid #E7E7E7;
  background: #FAFAFA;
  padding: 12px 15px;
  height: 100%;
  font-size: 14px;
}
.cards .cards-card-body > *:first-child {
  margin-top: 0;
  margin-bottom: 0;
}
.cards-card-body > p{
  margin-bottom: 0;
}
.cards-card-body > p span img {
  width: 35px;
  height: 35px;
  display: block;
  background-size: contain;
  object-fit: fill;
}

.cards-card-body ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.cards-card-body ul li a {
  color: var(--matterhorn);
  font-weight: 700;
  font-family: Nunito-Bold, sans-serif;
  text-decoration: underline;
}


.form-card{
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FFFBF5;
  padding: 20px;
  margin-bottom: 20px;
}






.input_field {
  margin-bottom: 0;
}

.input {
  position: relative;
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  font-size: 17px;
  background-color: #FAFAFA;
  z-index: 1;
}

.input.right{
  border-radius: 10px 0 0 10px;
}
.input.left{
  border-radius: 0 10px 10px 0;
}
.input.color{
  overflow: hidden;
  padding: 5px;
}
.input.color input{
  padding: 0;
  border-radius: 0;
  height: 32px;
}


.input.border-none{
  border: none;
}

.input.gradient input,
.input.gradient textarea,
.input.gradient select{
  position: relative;
}


.input:focus-within {
  border-color: rgba(37, 56, 70, 0.3);
}


.input input,
.input textarea,
.input select {
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 20px;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
  color: #6b7280;
}

.input.rounded, .input.rounded input{
  border-radius: 30px !important;
}



/* .input input[type=file] {
  line-height: 35px
} */

.input textarea {
  min-height: 46px;
  height: 98px;
  max-height: 120px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
}

.input.select select {
  padding-right: 38px
}


input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.input.select:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f107";
  font-size: 18px;
  font-weight: 900;
  color: #6b7280;
  /* color: rgba(0, 147, 214, 0.98); */
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  pointer-events: none;
}

.input.date:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f073";
  font-size: 18px;
  font-weight: 900;
  color: #6b7280;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}

.fileUploadWrap{
  position: relative;
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  font-size: 17px;
  background-color: #FAFAFA;
  z-index: 1;
  overflow: hidden;
}



input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.input input:focus, .input textarea:focus {
  border-color: #B5B5B5;
  box-shadow: 0 0 0 2px rgba(242, 104, 65, 0.3);
  outline: none;
}





.otp-input {
  display: flex;
}
.otp-input input {
  width: 42px;
  height: 42px;
  margin: 0 5px;
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  color: #6b7280;
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #B5B5B5;
  border-radius: 10px;
  font-size: 17px;
  background-color: #fff;
}
.otp-input input:focus {
  border-color: #0D5056;
  box-shadow: 0 0 0 2px rgba(13, 81, 87, 0.3);
  outline: none;
}
.otp-input input::-webkit-outer-spin-button,
.otp-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp-input input[type=number] {
  -moz-appearance: textfield;
}
.otp-input input:first-child{
  margin-left: 0;
}
.otp-input input:last-child{
  margin-right: 0;
}






.styled-checkbox {
  position: absolute;
  opacity: 0;
}

.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  pointer-events: all;
  padding-left: 35px;
  display: block;
}

.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: -webkit-inline-table;
  display: inline-table;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #F26841;
  border-radius: 5px;
  position: absolute;
  left: 0;
  top:1px;
}

.styled-checkbox:checked + label:before {
  background: #F26841;
}

.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 7px;
  top: 11px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}









.up-in-toggle {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #B5B5B5;
  background: #FAFAFA;
  padding: 4px;
}
.up-in-toggle input {
  clip: rect(0, 0, 0, 0);
  height: 0;
  width: 0;
  border: 0;
  overflow: hidden;
}

.up-in-toggle label {
  display: inline-block;
  background-color: #fff;
  border: 1px solid transparent;
  color: #3E4F61;
  text-align: center;
  padding: 6px 16px;
  white-space: nowrap;
  font-weight: 700;
  transition: all 0.1s ease-in-out;
}
.up-in-toggle input:checked + label {
  background: #F26841;
  border-color: #F26841;
  color: #fff;
  z-index: 1;
}
.up-in-toggle label:hover {
  cursor: pointer;
}
.up-in-toggle label:first-of-type {
  border-radius: 8px;
}
.up-in-toggle label:last-of-type {
  border-radius: 8px;
  margin-left: 8px;
}




.captcha_img {
  display: inline-block;
  width: 200px;
  background-color: #fff;
  /* border: 1px solid #E0DFDF; */
  height: 39px;
  line-height: 39px;
  vertical-align: bottom;
  padding-right: 39px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.captcha_img > img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
  mix-blend-mode: multiply;
}
.captcha_img .refresh {
  position: absolute;
  right: 0;
  height: 38px;
  width: 38px;
  background-color: #ffb3a0;
  text-align: center;
  color: #000000;
  font-size: 18px;
  cursor: pointer;
}
.captcha_img .refresh:hover i {
  animation: spin 1s linear infinite;
}
@keyframes spin {
  from {
  }

  to {
      transform: rotate(360deg);
  }
}





.close {
  border: 0;
  background: none;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}
.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  border-radius: 2px;
}
.close:before {
  transform: rotate(45deg);
}
.close:after {
  transform: rotate(-45deg);
}
.close.red:before,
.close.red:after {
  background: #000;
}

.popupWrap{
  padding: 25px;
  padding-top: 10px;
}
.modal-header{
  border-bottom: none;
  padding: 25px;
}

.modal-title{
  font-size: 20px;
  font-weight: 700;
}



.helpImg{
  margin: auto;
  width: 100%;
  max-width: 250px;
}



.column-tab .nav-pills{
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FFFBF5;
  width: 100%;
}

.column-tab .nav-pills .nav-link {
  border-radius: 0;
  padding: 18px 30px;
  color: #050B20;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  /* white-space: nowrap; */
  background: transparent;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #E9E9E9;
  cursor: pointer;
}

.column-tab .nav-pills .nav-link .small-text{
  font-size: 15px;
  font-weight: 400;
  display: block;
  padding-top: 5px;
}


.column-tab .nav-pills .nav-item:last-child .nav-link{
  border-bottom: none;
}

.column-tab .nav-pills .nav-item .nav-link:active{
  color: #fff;
}

.column-tab .nav-pills .nav-link.active, .column-tab .nav-pills .show > .nav-link {
  color: #fff;
  pointer-events: none;
  background-color: #F26841;
  border-color: #F26841;
}


.tab-content{
  border-radius: 8px;
  border: 1px solid #E9E9E9;
  background: #FFFBF5;
  padding: 20px;
}






.upload-container {
  margin: auto;
  width: 100%;
}
.desc {
  color: #666;
  margin-bottom: 20px;
}
.drop-area {
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #B5B5B5;
  border-radius: 8px;
  background-color: #FAFAFA;

  height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
}
.drop-area.dragover {
  border-color: #ff7f50;
  background: #fff5f0;
}
.drop-area p {
  margin: 5px;
  font-size: 14px;
}
.upload-icon{
  width: 46px;
  height: 46px;
  aspect-ratio: 1/1;
  margin: auto;
  margin-bottom: 10px;
}


.lang-box{
  border: 1px solid #B3B3B3;
}
.lang-box .heading{
  padding: 10px;
  background-color: #F26841;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}
.lang-box .copy{
  padding: 10px;
}



.loader-overly {
    position: fixed;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.loader {
    border: .2em solid #F26841;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: 1s loader linear infinite;
    position: relative;
    font-size: 50px;
    line-height: 200px;
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}

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

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







@media (min-width: 992px) {
  .column-tab .nav-pills .nav-link::after{
    font-family: 'Font Awesome 6 Free';
    content: "\f061";
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
  }
}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

  .cards{
    display: grid;
    grid-template-columns: 1fr 1fr;
  }


  .column-tab .nav-pills {
    flex-wrap: nowrap;
    position: relative;
  }
  .column-tab .nav-pills .nav-item {
    border-bottom: none;
    padding: 0;
    /* padding-left: 0.50rem;
    padding-right: 0.50rem; */
    border-right: 1px solid #E9E9E9;
    flex-grow: 1;
  }

  .column-tab .nav-pills .nav-item:last-child{
    border-right: none;
  }

  .column-tab .nav-pills .nav-link {
    padding: 10px 20px;
    font-size: 16px;
    margin-bottom: 0;
    border-bottom: none;
    text-align: center;
    
  }

  .column-tab .nav-pills .nav-link .small-text{
    font-size: 12px;
  }

}


@media (max-width: 767px) {

  .background .front-picture{
    display: none;
  }
  .background .foreground{
    width: 100%;
  }


  .column-tab .nav-pills .nav-item {
    border-bottom: none;
  }
  .column-tab .nav-pills .nav-link {
    padding: 10px 15px;
    font-size: 15px;
    margin-bottom: 0;
  }

  .column-tab .nav-pills .nav-link .small-text{
    display: none;
  }

}

@media (max-width: 590px) {

  .cards{
    grid-template-columns: unset;
  }

  .title h1 {
    font-size: 2rem;
  }






}