@font-face {
  font-family: "CentraNo2-Bold";
  src: url("../fonts/CentraNo2-Bold.otf");
  src:url("../fonts/CentraNo2-Bold.otf") format("truetype");
}

@font-face {
  font-family: "CentraNo2-Medium";
  src: url("../fonts/CentraNo2-Medium.otf");
  src:url("../fonts/CentraNo2-Medium.otf") format("truetype");
}
@font-face {
  font-family: "CentraNo2-Book";
  src: url("../fonts/CentraNo2-Book.otf");
  src:url("../fonts/CentraNo2-Book.otf") format("truetype");
}

@font-face {
  font-family: "CentraNo2-Light";
  src: url("../fonts/CentraNo2-Light.otf");
  src:url("../fonts/CentraNo2-Light.otf") format("truetype");
}

@font-face {
  font-family: "TiemposFine-Light-Italic";
  src: url("../fonts/TiemposFine-LightItalic.otf");
  src:url("../fonts/TiemposFine-LightItalic.otf") format("truetype");
}

@font-face {
  font-family: "TiemposFine-Light";
  src: url("../fonts/TiemposFine-Light.otf");
  src:url("../fonts/TiemposFine-Light.otf") format("truetype");
}


.navbars{
  padding-bottom: 150px;
}

.navbar-border{
  border-bottom: 0.5px solid #dbdbdb;
}
.nav-top{
  height: 80px;
  padding: 0;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 2;
  top: 0;
}

.nav-bottom{
  height: 70px;
  padding: 0;
  top: 80px;
  position: fixed;
  width: 100%;
  background: white;
  z-index: 1;
}

.navbar-main > .nav-item > .nav-link{
  font-size: 13px;
  font-family: "CentraNo2-Book";
  letter-spacing: 0.05em;
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
}


.navbar-main > .nav-item > .nav-link.active{
  font-family: "CentraNo2-Bold";
  color: #2C5647;
  border-bottom: 3px solid #2C5647;
}

.navbar-right > .nav-item > .nav-link{
  color: black;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.navbar .navbar-search-group > .navbar-search{
  background: #F6F6F6;
  width: 360px;
  font-size: 12px;
  font-family: "CentraNo2-Book";
  letter-spacing: 0.1em;
  border-left: 0;
  color: black;
}

.navbar .navbar-search-group > .navbar-search:focus{
  border-color: #dbdbdb;
}

.navbar .navbar-search-group .input-group-text{
  height: 40px;
  background: #f6f6f6;
  border-right: 0;
  border-top-right-radius:0;
  border-bottom-right-radius: 0;
  border: 0.5px solid #DBDBDB;
}

hr{
  width: 100%;
}

.form-check-input:checked {
    border-color: #2C5647 !important;
    background: #2C5647 !important;
    opacity: 1;
}
.form-check-input:checked + label{
  opacity: 1 !important;
}

.form-control{
  border: 0.5px solid #DBDBDB;
  box-sizing: border-box;
  border-radius: 5px;
  font-family: "CentraNo2-Book";
  font-size: 12px;
  line-height: 16px;
}

.form-control input{
  height: 40px;
}

.form-control:focus{
  box-shadow: none;
  border: 1px solid black;
}

.form-control.error{
  border: 0.5px solid #C46C65;
}

.error-message{
  color: #C46C65;
}

.success-message{
  color: #2C5647;
}
.btn-l{
  width: 340px;
}

.btn-m{
  width: 265px;
}

.btn-s{
  width: 200px;
}

.btn-xs{
  width: 125px;
}

.btn-custom {
  width: 140px;
}

.btn{
  height: 40px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "CentraNo2-Medium";
  font-size: 13px;
  line-height: 25px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 500;
}

.btn-black{
  background: black;
  color: white;
  border: 1px solid black;
}

.btn-black:hover{
  color: black;
  background: white;
  border: 1px solid black;
}

.btn-white{
  background: white;
  border: 1px solid black;
  border-radius: 4px;
  color: black;
  font-size: 13px;
  font-family: "CentraNo2-Medium";
  /* letter-spacing: 0.2em; */
  height: 40px;
  padding: 0 30px;
}

.btn-white:hover{
  color: white;
  background: black;
  border: 1px solid white;
}

.have-questions h3{
  font-family: "CentraNo2-Medium";
  font-size: 22px;
  letter-spacing: 0;
}
.have-questions p{
  font-family: "CentraNo2-Light";
  font-size: 14px;
  letter-spacing: 0;
}
.have-questions a{
  font-family: "CentraNo2-Medium";
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: normal;
}
.footer-card{
  background: #FBF8F3;
  padding: 30px 0;
  margin-top: 70px;
}


footer hr{
  margin-top: 30px;
  margin-bottom: 0;
}
footer .copyright{
  font-family: "CentraNo2-Light";
  font-size: 12px;
}

footer .copyright a{
  color: #2C5647;
  font-family: "CentraNo2-Medium";
}

footer .copyright .bullet{
  font-size: 6px; 
  line-height: 15px; 
  margin: 0 20px;
}

.btn-success-green{
  color: #fff;
  background-color: #2C5647;
  border-color: #198754;
  width: 200px;
  font-size: 13px;
  font-family: 'CentraNo2-Medium';
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
}

.btn-error-red {
  color: #C46C65;
  background-color: #fff;
  border-color: #C46C65;
  width: 200px;
  font-size: 13px;
  font-family: 'CentraNo2-Medium';
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  padding: 11px;
}

.btn-success-green-border{
  color: #2C5647;
  background-color: #fff;
  border-color: #2C5647;
  width: 100%;
  font-size: 13px;
  font-family: 'CentraNo2-Medium';
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 2px;
  padding: 11px;
}

.url-in-form{
  position: absolute;
  right: 10px;
  top: 5px;
}

table{
  font-size: 12px;
  font-family: 'CentraNo2-Book';
}

table th{
  font-family: 'CentraNo2-Medium';
}

table .actions a{
  font-size: 13px;
}

.password-field i {
  margin-left: -30px;
  cursor: pointer;
}

.green-link{
  color: #2C5647;
  font-size: 12px;
  font-family: 'CentraNo2-Medium';
  cursor: pointer;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.red-link{
  color: #C46C65;
  font-size: 12px;
  font-family: 'CentraNo2-Medium';
  cursor: pointer;
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}

.modal-footer {
  border-top: none;
  padding: 10px
}

.modal-footer .green-link{
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-top: 10px;
}
.modal-footer .green-link:hover{
  color: #909090;
}

.modal-header{
  padding: 20px;
}

.modal-content{
  padding: 20px;
}

.modal-title{
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: 'CentraNo2-Medium';
  font-weight: 400px;
}

.btn-white-link {
  height: 40px;
  margin-right: 26px 
}

select.form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='12px' height='12px' viewBox='0 0 16 12' class='bi bi-chevron-down' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 8px;
}

.modal-title {
  font-size: 16px;
  font-family: 'CentraNo2-Medium';
  letter-spacing: 0.1em;
}

.modal-dialog{
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)!important;
  position: absolute;
}

.modal-footer {
  justify-content: center;
}

.modal-body{
  padding: 10px;
  margin: 20px 0 10px;
}

.modal-body, 
.modal-body .form-control, .modal-body .form-select{
  font-size: 12px;
  font-family: 'CentraNo2-Light';
}

.modal-body p{
  font-size: 15px;
  text-align: center;
  margin: 0 14px;
  font-family:'CentraNo2-Book';
}


/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(144, 144, 144, 0.8), rgba(0, 0, 0, .8));

  background: -webkit-radial-gradient(rgba(144, 144, 144, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-moz-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@-o-keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}

@keyframes spinner {
  0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
  }
}