@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');
:root {
  --bg-gray: #F3F5FB;
  --bg-dark-gray: #F3F5FB;
  --bg-dark: #22313F;
  --bg-light: #F6F8FD;
  --bg-tertiary: #FBFBFB;
  --hirelink-orange: #EC845D;
  --text: #555555;
  --green: #00a8a8;
  --red: #B00020;
}

* {
  font-family: "Catamaran", sans-serif;
  color: var(--text);
  line-height: 1.78;
  font-weight: 300;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: subpixel-antialiased;
  overflow-x: hidden;
  height: 100%;
}

a {
  text-decoration: none;
  color: var(--primary);
}

a:hover{
  color: var(--secondary);
}

section{
  position: relative;
}

input, select, textarea{
  font-weight: bold;
}

hr.solid{
  border-top: 1px lightgray solid;
}

.embed-responsive iframe{
  min-height: 323px;
}

.nav-link {
  margin: auto 0;
}

.showcase {
  background-image: url(../img/background-image.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/* Buttons */

.btn:focus{
  box-shadow: none;
  outline: none;
}

.btn-primary {
  background-color: var(--primary);
  border-radius:10px;
  border: 3px var(--primary) solid;
}

.btn-primary:hover{
  opacity: 0.9;
  background-color: var(--primary);
  border: 3px var(--primary) solid;
}

.btn-primary:focus {
  box-shadow: none;
  outline: none;
}

.btn-cta{
  border: 1px #fff solid;
  background-color: #fff;
  color: var(--primary);
}

.btn-cta:hover{
  border: 1px #fff solid;
  background-color: transparent;
  color: #fff;
}

.btn-outline-light{
  border: 3px #fff solid;
  font-weight: bold;
  border-radius: 10px;
}

.btn-outline-light:hover{
  color: var(--primary);
}

.nav-item .btn{
  color: #fff;
}

.nav-item .btn:hover{
  color: #fff;
}

.nav-btn-container a {
  color: #fff;
}

.dropdown-menu {
  text-align: left !important;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 5px 6px;
  padding: 10px 20px !important;
  border-top: 2px var(--primary) solid !important;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: none;
  }

  .navbar .nav-item:hover .dropdown-menu {
    display: block;
  }

  .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }

  .dropdown-menu li{
    padding: 5px 15px;
  }

  .dropdown-item{
    padding: 0;
    transition: all 0.3s ease;
  }

  .dropdown-item:hover{
    background-color: white;
  }
}

/* ============ desktop view .end// ============ */

@media all and (max-width: 1200px){
  .nav-link{
    text-align:left;
    font-size: 22px;
    color: #fff;
  }

  .divider{
    display:none;
  }

  .dropdown-item{
    text-align:left;
    font-size: 20px;
  }

  .dropdown-menu{
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  }
}

.navbar a {
  color: #28313e;
  font-weight: bolder;
}

.navbar {
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 10%);
}

.navbar a:hover {
  color: var(--primary);
  text-decoration: none;
}

.navbar-toggler {
  color: black;
}

.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
  border: 2px var(--primary) solid;
}

.nav-item {
  text-align: right;
}

.nav-item .btn {
  background-color: var(--primary);
  outline: none;
  border: none;
  border-radius: 10px;
}

.nav-item .btn:focus {
  box-shadow: none;
}

.dropdown-item{
  font-weight: 300;
}

.dropdown-item:focus{
  background-color: transparent;
}

.section-title h1 {
  font-size: 32px;
  font-weight: bold;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
}

.section-title h4 {
  color: var(--primary);
  font-size: 18px;
}

.section-title .sub-category {
  color: var(--primary);
  font-size: 18px;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.section-title p{
  font-size: 16px;
}

#background-video{
  filter: brightness(50%);
}

.sub-link {
  font-size: 9px;
}

.sub-link:hover{
  color: var(--text);
}

.showcase {
  height: 75vh;
}

.showcase .container {
  display: flex;
  height: 100%;
}

@media all and (max-width: 445px){
  .showcase{
    height: auto;
  }
}

@media all and (max-width: 820px){
  /* Remove hover effects on smaller screens */
  html.touch *:hover {
    all:unset!important;
}
}

/* @media all and (max-width: 768px){ */
  /* use image instead of background video for faster loading on small screens */
  /* .showcase{
    background-image: url(img/showcaseimg.webp);
  } */
/* } */

.showcase h1 {
  font-size: 72px;
  color: #fff;
}

.showcase h2{
  font-size: 28px;
  color: #fff;
}

.showcase i{
  color: #fff;
}

.showcase p {
  font-size: 24px;
}

.showcase .watch-me{
  font-size: 20px;
}

.showcase .watch-video:hover{
  color: var(--secondary);
}

.accreditations{
  background-color: #fff;
}

.accreditations img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.accreditations img:hover {
  transform: translateY(-5%);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.informational {
  background: linear-gradient(56deg, var(--primary), black, var(--primary), black);
}

.informational h2 {
  font-weight: bold;
  font-size: 32px;
  color: #fff;
}

.informational span {
  font-size: 40px;
  font-weight: bolder;
  color: #fff;
}

.services a{
  text-decoration: none;
}

.card {
  padding: 20px 10px;
  margin-top: 20px;
  border: none;
  border-radius: 15px 15px 15px 15px;
  height: auto;
  width: auto;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.faq .card h3 {
  font-size: 1.3rem;
}

.fa-stack.small{
  font-size: 32px;
}

.card i {
  color: var(--primary);
}

.services .card:hover {
  transform: translate3d(0px, -15px, 0px);
}

.card-title {
  font-size: 24px;
  font-weight: bold;
}

.card-text {
  font-size: 16px;
}

.min-text {
  font-size: 1.2rem;
  font-weight: bold;
}

.why-ncs img {
  width: 400px;
  height: 300px;
  margin: 0 auto;
}

.why-ncs{
  background-color: #fff;
}

.testimonials .card {
  background-color: transparent;
  /* height: 100%; */
  cursor: default;
  box-shadow: 0px 0px;
  transition: all 0.5s ease;
}

.testimonials .card:hover {
  box-shadow: 0px 0px;
  transform: translate3d(0px, 0px, 0px);
}

.testimonials .card i {
  font-size: 16px;
}

.testimonials .card .fa-circle-user {
  font-size: 75px;
}

.partner{
  background-color: #fff;
}

.partner img {
  width: 400px;
  height: 300px;
  margin: 0 auto;
}

.footer{
  background-color: #fff;
}

.footer a {
  text-decoration: underline;
}

.footer p {
  margin-bottom: 5px;
}

.footer h2 {
  font-size: 1.2rem;
}

.sub {
  color: var(--secondary);
  font-size: 18px;
  font-weight: bold;
}

.h-90 {
  height: 90%;
}

/* CONTACT US PAGE */
.contact i {
  color: var(--primary);
}

.contact table{
  width: 100%;
  table-layout: fixed;
}

.contact td{
  padding: 10px;
}

.contact tr{
  border-bottom: 1px lightgray solid;
}

.secure-file img {
  width: 400px;
  height: 300px;
  margin: 0 auto;
}

.secure-file i {
  color: #fff;
  padding-left: 5px;
}

/* FORM PAGE */
.forms .list-group-item {
  background-color: transparent;
}

.forms a{
  color: var(--secondary);
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
}

.forms a:hover{
  text-decoration: underline;
}

.forms h3 {
  font-size: 1.5rem;
}

/* E-verify forms */
.everify-forms .list-group-item {
  background-color: transparent;
}

.everify-forms a{
  color: var(--secondary);
  text-decoration: none;
  font-size: 14px;
}

.everify-forms a:hover{
  text-decoration: underline;
  color: var(--primary);
}



/* Faq */
.faq{
  background-color: #fff;
}

.faq .card p{
  font-size: 15px;
}

.faq .card{
  padding: 40px;
}

.accordion-item {
  border: none;
}

.accordion-button{
  font-weight: bold;
  color: var(--text);
  font-size: 18px;
  padding: 20px;
}

.accordion-button:focus {
  box-shadow: none;
  outline: 0;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: var(--text);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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") !important;
}

.accordion-body {
  border: none;
}

/* ABOUT PAGE */
.about-trav .card {
  box-shadow: none;
  cursor: default;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.about-trav img {
  width: 150px;
  height: 150px;
}

.about-trav .card:hover {
  transform: none;
}

.about-trav .social-list li {
  display: inline-block;
  padding: 0;
}

.about-trav .social-list i {
  font-size: 2rem;
  transition: all 0.3s ease;
}

.about-trav .social-list li:hover i {
  color: var(--primary);
}

.about-trav h5 {
  font-size: 24px;
  font-weight: bold;
}

/* PARTNER PAGE */
.partner-program i {
  font-size: 25px;
  color: var(--primary);
}

.partner-program .card {
  padding: 0;
}

.partner-program .card .card-title {
  font-size: 20px;
}

/* Sign up */
.signup h4{
  color: black;
}

/* Partner Signup Page */
.partner-signup h5{
  color: black;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.partner-singup input::placeholder {
  font-size: 14px;
  font-weight: bold;
}

::placeholder {
  opacity: 0.3 !important;
}


/* List of Services */
.list-of-services .nav-link {
  color: var(--text);
  text-align: left;
  border-right: 1px rgba(0, 0, 0, .125) solid;
  border-radius: 0;
}

.list-of-services .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: rgb(255, 255, 255);
  background-color: var(--primary);
}

/* Pricing Cards for Featured Packages */
section.pricing {
  background: var(--primary);
  background: linear-gradient(to right, var(--primary), black);
}

.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  cursor: default;
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 1;
}

.pricing .fa-check{
  color: var(--green);
}

.pricing .btn {
  font-size: 80%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.pricing .btn:hover{
  opacity: 0.7;
}

.disclaimer p{
  font-size: 14px;
  color: #fff;
}

.price {
  color: var(--secondary);
}

/* Glossary */
.glossary .list-group-item{
  border: none;
  font-weight: bold;
}

.glossary .list-group-item:hover{
  color: var(--primary);
  text-decoration: underline;
}

.glossary-table{
  table-layout: fixed;
}

.glossary-table td{
  padding: 10px;
  border-bottom: 1px var(--bg-gray) solid;
}

/* STATS DISPLAY */
.stats .row h1 {
  font-size: 70px;
  font-weight: bold;
}

.stats i{
  font-size: 70px;
  color: var(--primary);
}

.square {
  height: 100px;
  width: 100px;
  margin: 30px auto 40px;
  position: relative;
  border-radius: 15px;
  transform: rotate(45deg);
  padding: 10px;
  background-color: var(--primary);
  box-shadow: 0px 0px 27px 0px #ccc;
}
.square i {
  transform: rotate(315deg);
  display: block;
  color: #eaf3fa;
  font-size: 50px;
  padding-top: 17px;
}

.stats p{
  font-size: 20px;
  font-weight: bold;

}

/* COURT UPDATES */
.court-updates .table{
  table-layout: fixed;
}

/* Section Dividers */
.wave-divider{
  position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.wave-divider svg{
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 85px;
}

.wave-divider .shape-fill{
  fill: #FFFFFF;
}

.wave-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.wave-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 30px;
}

.wave-divider-top .shape-fill {
  fill: #FFFFFF;
}

.curve-divider-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.curve-divider-top svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 69px;
}

.curve-divider-top .shape-fill {
  fill: #FFFFFF;
}

.gray-fill{
  fill: var(--bg-gray);
}

/* Legend for Featured Packages */
.legend{
  table-layout: fixed;
}

.legend td{
  padding: 10px;

}

/* Sign up Login Page */

.signup h1{
  font-size: 32px;
}

.signup h5{
  font-size: 18px;
}

/* 404 Page */
.error-page {
  position: fixed;
  height: 100%;
  width: 100%;
}

.error-page .center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.error-page .center .block h1 {
  font-size: 200px;
  font-weight: 400;
  line-height: 266px;
  font-family: "Lora", serif;
}

.error-page .center .block p {
  margin-bottom: 50px;
}

/* success and error pages */
.success-display i{
  color: var(--green);
  font-size: 60px;
}

.error-display i{
  color: var(--red);
  font-size: 60px;
}

.compliance h2 {
  font-size: 1.4rem;
}

.compliance h3 {
  font-size: 1.2rem;
}

/* utilities */
.primary-bg {
  background-color: var(--primary);
}

.gradient-bg{
  background: linear-gradient(to right, var(--primary), black);
}

.secondary-bg {
  background-color: var(--secondary);
}

.dark-bg {
  background-color: var(--bg-dark);
}

.gray-bg {
  background-color: var(--bg-gray);
}

.dark-gray-bg{
  background-color: var(--bg-dark-gray);
}

.tertiary-bg{
  background-color: var(--bg-tertiary);
}

.text-highlight{
  color: var(--primary);
  font-weight: 400;
}

.red {
  color: var(--red);
}

.primary-color{
  color: var(--primary);
}

.green{
  color: var(--green);
}

.text-muted{
  color: #CFCFCF !important;
}

.hirelink-bg{
  background-color: var(--hirelink-orange);
}

.py-6{
  padding: 120px 0px 120px 0px;
}

.pt-6{
  padding-top: 120px;
}

.pb-6{
  padding-bottom: 120px;
}

.rounded{
  border-radius: 10px !important;
}

.shadow{
  box-shadow: 0px 25px 65px 0px rgb(0 0 0 / 5%) !important;
}

.line {
  padding-bottom: 10px;
  border-top: 1px lightgray solid;
}

.default{
  cursor: default;
}

.fs-18{
  font-size: 18px;
}

.rounded{
  border-radius: 10px;
}

.juvo-bg{
  background-color: #3F80BF;
}

.juvo-blue{
  color: #3F80BF;
}

.banner h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
}

.juvo-intro .phone{
  width: 301px;
  height: 445px;
}

.juvo-cta h2{
  font-family: 'Montserrat', sans-serif;
}

.cta .btn-juvo{
  font-family: 'Montserrat', sans-serif;
  padding: 0px 8px 0px 8px; 
  color: #fff;
  font-size: 24px;
}

.new-partner{
  background-color: #fff;
}

.juvo-text{
  font-family: 'Montserrat', sans-serif;
}

.juvo-cta{
  height: 100vh;
}

.juvo-cta .main-container{
  width: 100%;
  height: 100%;
  background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(https://www.nationalcrimesearch.com/wp-content/uploads/sites/179/2023/01/movers1-min.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.juvo-cta .main-cta{
  height: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.juvo-cta .main-cta a{
  margin-top: 30px;
}

.juvo-cta .main-cta h2{
  font-size: 48px;
}

.juvo-cta .main-cta p{
  font-size: 22px;
  margin: 0;
}

.logo-container img{
  max-width: 140px;
  max-height: 60px;
}

.white-text{
  color: #fff;
}

.juvo-btn{
  color: #fff;
  font-weight:700;
  font-size: 16px;
  background-color: var(--primary);
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px solid var(--primary);
}

.juvo-btn-light{
  color: #fff;
  font-weight:700;
  font-size: 16px;
  background-color: var(--primary);
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px solid var(--primary);
}

.juvo-btn-secondary{
  color: #fff;
  font-weight:700;
  font-size: 16px;
  background-color: transparent;
  padding: 10px 20px;
  border-radius: 30px;
  border: 2px solid transparent;
}

.juvo-btn:hover{
  background-color: transparent;
  color: #fff;
}

.juvo-btn-secondary:hover{
  color: #fff;
  border: 2px solid var(--primary);
  background-color: #03477F;
}

.juvo-btn-light:hover{
  background-color: transparent;
  color: var(--primary);
  border: 2px dotted var(--primary);
}

.juvo-stats{
  background-color: var(--primary);
}

.juvo-stats h2{
  font-size: 48px;
  color: #fff;
  font-weight: 700;
}

.juvo-stats p{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.juvo-header h4{
  font-size: 16px;
}

.juvo-header h3{
  font-weight: 700;
  color: black;
  font-size: 32px;
}

.para-head{
  color: black;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
}

.para-p{
  color: rgb(103, 103, 103);
  font-weight: 500;
}

.bold-ital{
  font-weight: bold;
  font-style: italic;
}

.col-img{
  max-width: 100%;
  min-width: 100%;
}

.info-background{
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url(https://www.nationalcrimesearch.com/wp-content/uploads/sites/179/2023/01/driver2-min.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}
.info h3{
  font-weight: 700;
  font-size: 28px;
}

.info p{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}

.phone-sec h1{
font-weight: 700;
color: black;
font-size: 48px;
}

.phone-sec p{
  color: black;
  font-weight: 500;
  font-size: 18px;
}

.phone-sec span{
  color: black;
  font-weight: 700;
  font-size: 21px;
}

.phone-img{
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 992px) {
  .phone-img{
    max-width: 292px;
    max-height: 602px;
    margin: 0 auto;
  }
  .center-flex{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;  
  }
}

.shyft-container{
  margin : 0px 40px;
}

.shyft img{
  max-width: 100%;
  max-height: 100%;
}

.shyft h1{
  font-weight: 700;
}

.shyft em{
  font-weight: 700;
}

.shyft p{
  font-size: 18px;
}

.shyft li{
  font-weight: 500;
}

@media (max-width: 575px) {
 .flexy{
  justify-content: center;
 }
}

.final-section h1{
  font-weight: 700;
  color: var(--primary);
}

.final-section img{
  max-width: 100%;
  max-height: 100%;
}

.final-section ul li{
  font-weight: 500;
  font-size: 18px;
  margin-top: 10px;
}

.final-section span{
  color: rgb(103, 103, 103);
  font-weight: 700;
}

.state-laws ul{
  list-style: none;
}

.carousel-control-prev-icon, 
.carousel-control-next-icon {
  background-color: var(--primary);
  border-radius: 5px;
}

.carousel-control-prev {
  margin-left: -100px;
}

.carousel-control-next {
  margin-right: -100px;
}

@media (max-width: 992px) {
  .carousel-control-prev {
    margin-left: 0px;
  }
  
  .carousel-control-next {
    margin-right: 0px;
  }
  
  .carousel-item{
    min-height: 438px;
  }
}

.juvo-intro video {
  object-fit: fill;
  border-radius: 25px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  width: 100%;
  height: 100%;
}

.fcs-background {
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ), url("https://nationalcrimesearch.com/wp-content/uploads/2023/02/tired.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

.everify-question {
  padding: 30px;
  border-top: 3px var(--primary) solid;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.everify-question h4 {
  font-weight: bold;
}

.coverease-bg {
  background-color: #0B0B0B;
}

.coverease-logo {
  width: 180px;
}

.coverease-btn {
  background-color: #D7A341;
  color: #fff;
  font-weight: bold;
  padding: 14px 24px;
  border-radius: 25px;
}

.coverease-btn:hover {
  color: #fff;
  background-color: rgba(215, 163, 65, 0.8);
}

.phone-container img{
  max-height: 400px;
}

.coverease-text{
  color: #D7A341;
  font-weight: bold;
}

.coverease-blue-text{
  color: #5383EC;
  font-weight: bold;
}

.how-coverease h4{
  text-transform: uppercase;
}

.coverease-main-cta h3, .why-coverease h3, .how-coverease h3, .best-coverease h3, .coverease-accreditations h3 {
  font-size: 1.5rem;
}

.coverease-banner h2 {
  font-size: 1.5rem;
}

.blue-circle{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #4285f4;
  border-radius: 50%;
  margin: 0 auto;
}

.best-coverease p{
  color: #fff;
  font-weight: bold;
}

.coverease-accreditations img {
  max-width: 225px;
  max-height: 120px;
}

.img-cont {
  display: flex;
  align-items: center;
  justify-content: center;
}

.noti {
  font-size: 10rem;
}

#noti-success {
  color: #4ade80;
}

.noti-message {
  font-weight: bold;
}

.grow {
  animation: grow .25s;
}

@keyframes grow {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}

.shake {
  animation: shake 0.2s;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -1px) rotate(-1deg); }
  20% { transform: translate(-1px, 0px) rotate(1deg); }
  30% { transform: translate(1px, 1px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 1px) rotate(-1deg); }
  60% { transform: translate(-1px, 1px) rotate(0deg); }
  70% { transform: translate(1px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 1px) rotate(0deg); }
  100% { transform: translate(1px, -1px) rotate(-1deg); }
}

.field-error {
  outline: 2px #ef4444 solid !important;
  background-color: rgba(239, 68, 68, 0.03);
}

.quote-card {
  border-radius: 1rem;
  background-color: #f8fafc;
  padding: 2rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.quote-number {
  color: var(--primary);
  font-size: 7rem;
}

.quote-desc {
  margin: 0;
  font-size: 1.2rem;
  font-weight: bold;
}

/* NEW SIGN UP PROCESS */
.hidden {
  visibility: hidden;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeInBottom {
  from {
      opacity: 0;
  }
  to { opacity: 1 }
}

.fade-out {
  animation: fadeOut 1s ease-out;
}

.fade-in-bottom {
  animation: fadeInBottom 0.6s ease-in-out forwards;
}

.pin-left {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9998;
}

.signup-wrapper main {
  min-height: 100dvh;
  width: 100%;
  padding: 0 0 0 470px;
}

.signup-wrapper {
  background-color: #F2F4F8;
}

.main-signup {
  padding: 2rem;
}

.main-signup .form-control {
  border: 1px rgba(148, 163, 184, 0.6) solid;
}

.main-signup ::placeholder {
  color: lightgray;
}

.main-signup fieldset legend {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0 0.2rem 0;
}

.main-signup h2 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.main-signup p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-gray);
  margin: 0;
}

#login-process {
  height: 100vh;
}

.login-wrapper ::placeholder {
  color: lightgray;
}

.login-wrapper fieldset legend {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1rem 0 0.2rem 0;
}

.login-wrapper h2 {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.login-wrapper p {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-gray);
}

.login-sidebar {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding: 4rem;
  background-color: #F2F4F8;
}

.login-sidebar-body h1 {
  font-weight: normal;
}

.login-sidebar-body .emp {
  display: block;
  font-weight: bold;
}

.login-desc {
  font-size: 1.2rem !important;
}

.login {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.login-head {
  width: 100%;
}

.login-head h1 {
  text-align: left;
  font-weight: bold;
}

.login-head p {
  margin-bottom: 0.5rem;
  color: #595959;
}

.login-footer h2 {
  font-size: 1.5rem;
}

.login form {
  width: 100%;
}

.animated-desc {
  min-height: 105px;
}

.wrap-full {
  padding: 4rem;
  height: 100%;
}

.mfa {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mfa h2 {
  text-align: left;
}

.mfa p {
  margin-bottom: 0.5rem;
}

.mfa form {
  width: 100%;
}

.mfa-head {
  width: 100%;
  text-align: left;
}

.signup-wrapper {
  position: sticky;
  height: 100%;
}

.sidebar::-webkit-scrollbar {
  width: 0 !important;
}

.sidebar {
  background-color: #fff;
  height: 100%;
  overflow-y: scroll;
  width: 470px;
  max-width: 470px;
  padding: 2rem
  /* background-color: var(--bg-tertiary); */
}

.side-logo {
  margin-bottom: 2rem;
}

.side-item {
  margin-bottom: 1.1rem;
}

.side-item h2 {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

.side-item p {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--text-gray);
  margin: 0;
}

.side-icon {
  margin-right: 1.2rem;
}

.side-icon i {
  font-size: 1.4rem;
  color: var(--primary);
}

.info-btn {
  background-color: transparent;
  font-weight: bold;
  border: none;
}

.info-btn:hover {
  color: var(--primary);
  cursor: pointer;
}

.needed-items p{
  margin: 0;
  text-align: left;
}

.need-icon {
  margin-right: 0.6rem;
}

.need-icon i {
  font-size: 1.2rem;
  color: var(--green);
}

#forgot-password_btn {
  font-size: 0.9rem;
  font-weight: normal;
}

.form-label {
  font-weight: 400;
  color: var(--text-gray);
  width: 100%;
}

.completed-item * {
  opacity: 1;
}

.completed-item i {
  color: var(--primary);
}

.incomplete-item * {
  opacity: 0.6;
}

.incomplete-item i {
  color: lightgray;
}

.form-label {
  vertical-align: middle;
}

.form-label input[type="checkbox"], 
input[type="radio"]{
  margin-right: 0.8rem;
  transform: scale(1.2);
  order: -1;
}

.form-label input[type="checkbox"]:hover,
input[type="radio"]:hover {
  cursor: pointer;
}

.check-container {
  margin-top: 1rem;
  border: 1px #d3d3d3 solid;
  border-radius: 1rem;
  /* padding: 1rem 1.5rem; */
}

.check-container:hover {
  background-color: #F2F3F5;
}

.check-container label {
  width: 100%;
  padding: 1rem 1.5rem;
  margin: 0;
}

.check-container label:hover {
  cursor: pointer;
}

body {
  min-height: 100%;
}

fieldset .field-message {
  color: #ef4444;
  font-weight: bold;
  margin: 0;
}

.check-wrapper {
  border-radius: 0.3rem;
}

.card-wrapper {
  margin-bottom: 1rem;
}

.fa-spin-pulse {
  font-size: 1.3rem;
}

.border-sign {
  border-radius: 1rem;
  border: 1px rgba(208,219,240, 0.7) solid;
}

.border-right {
  border-right: 1px rgba(208,219,240, 0.7) solid;
}

.main-signup hr {
  opacity: 1;
  color: rgba(208,219,240, 0.7) !important;
}

.form-wrap {
  background-color: #fff;
  padding: 2rem;
}

.billing-type-selection {
  padding: 1.5rem;
  border-radius: 1rem;
  border: 1px rgba(208,219,240, 0.7) solid;
  border-bottom: 4px rgba(208,219,240, 0.7) solid;
}

.billing-type-selection h4 {
  font-weight: bold;
}

.type-container {
  border-radius: 1rem;
  border: 1px rgba(208,219,240, 0.7) solid;
  border-bottom: 4px rgba(208,219,240, 0.7) solid;

  transition: border 0.3s ease;
}

.type-container label:hover {
  cursor: pointer;
}

.type-container label {
  padding: 1.5rem;
  margin: 0;

  transition: background-color 0.3s ease;
}

.type-container label:hover {
  border-radius: 1rem;
  background-color: rgba(208,219,240, 0.1);
}

.type-selected {
  border-bottom: 4px var(--primary) solid;
}

.type-head {
  font-size: 1.5rem;
  font-weight: bold;
}

.type-container .type-body {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-gray);
}

.type-body span {
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-gray);
}

input[name="billing_type"] {
  visibility: hidden;
  position: absolute;
}

.billing-section {
  margin-top: 2rem;
}

.upload {
  max-width: 50%;
  margin-top: 1rem;
}

.loading-animation {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.loading-animation i {
  font-size: 4rem;
}

.loading-animation h2 {
  font-weight: bold;
}

.loading-animation .flair-text {
  font-weight: bold;
}

.ncs-blue {
  color: #21487D;
}

.ncs-red {
  color: #C53449;
}

@media(max-width: 990px) {
  .main-signup {
    width: 100%;
    margin: 0;
  }
}

@media(max-width: 800px) {
  .sidebar {
    display: none;
  }

  .signup-wrapper main {
    padding: 1rem;
  }
}

@media(max-width: 470px) {
  .main-signup {
    padding: 0.5rem;
  }

  .wrap-full {
    padding: 1.5rem;
  }
}

.swal2-container {
  z-index: 9999;
}

.main-signup-options {
  min-height: 42px;
}

#form_statement-agree, #agree-label, #verify-agreement-checks {
  display: inline;
  vertical-align: middle;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: var(--primary) !important;
}

#swal2-html-container {
  line-height: 1.6rem;
}

.swal2-footer {
  flex-direction: column;
  text-align: center;
}

.static-banner {
  font-size: 2rem;
  margin: 0;
}

.noti-toast {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  padding: 1rem;
  border-radius: 0.5rem;
  color: #1d4ed8;
  background-color: #bfdbfe;
}

.noti-toast p {
  margin: 0;
}

.noti-toast button {
  background-color: transparent;
  border: none;
  color: #1d4ed8;
}

.image-back:after {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--primary);
  border-radius: 10px;
  top: -2rem;
  right: -2rem;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media only screen and (max-width: 831px) {
  .image-back:after {
    content: '';
    display: none;
  }
}

.custom-shape-divider-top-1703025159 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.custom-shape-divider-top-1703025159 svg {
  position: relative;
  display: block;
  width: calc(100% + 1.3px);
  height: 150px;
}

.custom-shape-divider-top-1703025159 .shape-fill {
  fill: #FFFFFF;
}
