:root {
  --main-blue: #306097;
  --main-red: #ff5e5f;
  --main-yellow: #fdc112;
  --main-grey: #e2e3eb;
  --main-green: #0bbf59;
  --main-light-blue: #ebf9ff;
  --main-light-grey: #f6f7fb;
}

* {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
}

html {
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

.body-padd {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.main-blue-bg {
  background-color: var(--main-blue);
}
.main-yellow-bg {
  background-color: var(--main-yellow);
}
.main-grey-bg {
  background-color: var(--main-grey);
}
.main-green-bg {
  background-color: var(--main-green);
}
.main-light-blue-bg {
  background-color: var(--main-light-blue);
}

.rounded-border {
  border-radius: 20px;
}

.header-cont{
  text-align: left;
  padding: 3%;
  background-image: url('../assets/img/main-header-bg.png');
  background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.header-logo {
  width: 100%;
  font-weight: bold;
  font-size: 1.8rem;
  height: 25vh;
  background-position: top;
  display: table;
}

.header-text-cont {
  display: table-cell;
  vertical-align: middle;
}

p.header-text-2 {
  font-size: 1.2rem;
  font-weight: 400;
}

.main-header {
  font-weight: bold;
    text-align: center;
    width: 100%;
}

.main-nav-link {
  background: var(--main-grey);    margin-left: auto;
  margin-right: auto;
  width: calc(100% / 3);
  color: #a1a2a7;
  padding: 2%;
  font-weight: bold;
  border-radius: 15px 15px 0 0 !important;
}

.main-nav-link.active {
  background: var(--main-yellow) !important;
  color: black;
}

.ico {
  margin-right: 5px;
  font-size: 2rem;
}

div#nav-tabContent {
  background: var(--main-light-grey);
  width: 99.3%;
  margin: auto;
  min-height: 50vh;
  padding: 4% 3%;
  border-radius: 0 0 10px 10px;
}

.form-control {
  height: 3.5rem;
  padding-left: 2rem;
  margin-top: 2%;
  border-radius: 12px;
  font-style: italic;
}

.w50 {
  width: 50%;
}

.w100 {
  width: 100%;
  display: inline-flex;
}

/* Customize the label (the container) */
.check-cont {
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.check-cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
}

/* On mouse-over, add a grey background color */
.check-cont:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.check-cont input:checked ~ .checkmark {
  background-color: #306097;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-cont input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-cont .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn.submit-btn {
  background: var(--main-red);
  color: white;
  width: 100%;
  padding: 1%;
  border-radius: 15px;
}

.btn.btn-search {
  background: var(--main-red);
  color: white;
  width: 30%;
  border-radius: 0 15px 15px 0px;
  height: 3.5rem;
  padding: .375rem .75rem;
}

.learn-more {
  background: var(--main-red);
    color: white;
    width: 100%;
    padding: 0.5% 3%;
    border-radius: 5px;
    margin-top: 1%;
}

.form-control-search {
  height: 3.5rem;
  padding: .375rem .75rem;
  padding-left: 2rem;
  /* margin-top: 2%; */
  width: 70%;
  border-radius: 12px;
  font-style: italic;
  border-radius: 12px 0px 0px 12px;
  border: 1px solid lightgray;
}

.result-cont {
  background: white;
  border-radius: 15px;
  border: 1px solid #ebe9e9;
}

img.result-img {
  width: 100%;
  position: relative;
}

.approved {
  color: #0bbf59;
  font-size: 2rem;
  text-align: center;
}

.reject {
  color: #ff5e5f;
  font-size: 2rem;
  text-align: center;
}

table.result-table {
  width: 50%;
  margin: auto;
  /* text-align: center; */
  margin-bottom: 8%;
}

div#tnc_cont {
  position: absolute;
  top: -4px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  left: 0;
  height: 107%;
}

.accordion-body {
  background: #fffcf5;
}

.eng-text {
  font-size: 0.75rem;
  font-style: italic;
  line-height: normal;
  margin-bottom: 0;
}

div#tnc_cont {
  position: absolute;
  top: -4px;
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  left: 0;
  height: 107%;
  backdrop-filter: blur(5px);
}

.main-footer {
  background: #ffd608;
  padding-top: 1%;
  padding-bottom: 1%;
}

ul.footer-nav {
  list-style: none;
  display: table;
}

li.footer-nav-item {
  display: table-cell;
  padding: 10px;
}

li.footer-nav-item a {
  color: #464242;
  text-decoration: none;
}
li.footer-nav-item a:hover {
  color: #fff;
  text-decoration: none;
}

.footer-text {
  font-size: 1.3rem;
  text-align: left;
  width: fit-content;
  margin: auto;
  font-weight: bold;
}

.tab-ico {
  display:table; 
  margin:auto;
}

.tab-ico-inner-1{
  display: table-cell;     
  vertical-align: middle;
  padding-right: 10px;
}

.tab-ico-inner-2{
  display: table-cell;     
}


@media only screen and (max-width: 600px) {
  .tab-ico-inner-2 {
    display: none;
  }

  .ico {
    font-size: 1.2rem;
  }
}
/* ALERT OVERRUDE */