/* src/styles.css */
.quote-header {
  background-color: #1B005C;
  color: #fff;
  padding: 10px 30px;
}
.support-label {
  text-transform: uppercase;
  font-size: 12px;
  color: #7C8DAA;
  margin-right: 145px;
}
.agency-name {
  font-size: 18px;
  font-weight: 600;
  margin-top: -3px;
  color: #fff !important;
  margin-left: 10px !important;
}
.support-links {
  font-size: 18px;
  margin-top: 2px;
}
.support-links i {
  color: #7C8DAA;
  margin-right: 6px;
  font-size: 15px;
}
.phonenumber {
  margin-left: 60px;
}
.logotext {
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  font-size: 28px;
}
.landing-title {
  font-size: 55px;
  color: #1B0750;
  font-weight: 500;
}
.first-text {
  font-size: 28px;
  font-family: "Montserrat" !important;
  color: #707070;
}
.second-title {
  font-weight: 600 !important;
  font-size: 38px !important;
  color: #000 !important;
  font-family: "Montserrat" !important;
}
label {
  display: inline-block;
  font-size: 17px;
}
button {
  background: none !important;
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  vertical-align: 0.475em !important;
}
.p-datepicker-group-container {
  background-color: #fff !important;
  padding: 5px !important;
  width: 235px !important;
  border: 1px solid #222;
}
.p-monthpicker {
  background-color: #fff !important;
  padding: 5px !important;
  width: 235px !important;
  border: 1px solid #222 !important;
}
.p-yearpicker {
  background-color: #fff !important;
  padding: 5px !important;
  width: 235px !important;
  border: 1px solid #222 !important;
}
.custom-calendar-header .p-element .p-icon-wrapper {
  color: #63d3b0;
  margin-right: -2px !important;
  display: block !important;
}
.continuebtn {
  background-color: #63B99E;
  border: none;
  font-weight: 500;
  border-radius: 14px;
  padding: 10px 50px;
  font-family: "Montserrat", Medium;
  box-shadow: 0px 5px 20px #0000001A;
  color: #fff;
  font-size: 18px;
}
.continuebtn:hover {
  background-color: #63B99E;
}
.btn-alignment {
  margin-top: 0px !important;
  margin-right: 0px !important;
}
.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader-logo img {
  width: 70px;
  height: 70px;
  animation: animName 1.5s linear infinite;
}
@keyframes animName {
  100% {
    transform: rotateY(-360deg) rotateX(0deg);
  }
}
body {
  font-family: "Montserrat" !important;
}
.quote-card {
  background: #fff !important;
  border-radius: 12px !important;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1) !important;
  padding: 30px !important;
  margin-bottom: 30px !important;
}
.first-title {
  color: #000 !important;
  font-size: 26px !important;
  font-weight: 400 !important;
}
.landing-text {
  font-weight: 500;
  color: #000;
  font-family: "Montserrat";
}
.text-muted {
  color: #72c9b6 !important;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 5px;
  font-weight: 600;
}
.state-title {
  font-weight: 600 !important;
  color: #000 !important;
  font-size: 20px !important;
  margin-bottom: 0px !important;
}
td {
  font-size: 11px;
  color: #555 !important;
  border-style: none !important;
  font-family: "Montserrat", Medium !important;
}
.table > :not(caption) > * > * {
  padding: 0.2rem !important;
}
.bi::before,
[class^=bi-]::before,
[class*=" bi-"]::before {
  vertical-align: 0.475em !important;
  margin-top: 15px;
  font-size: 20px;
}
.statename {
  font-size: 30px;
  margin-bottom: 0px;
  font-family: "Montserrat" !important;
}
.statename1 {
  font-size: 25px;
  margin-bottom: 0px;
  font-family: "Montserrat" !important;
}
.yourtext {
  color: #000;
  font-size: 18px;
  font-weight: 500;
}
.cslbtext {
  font-size: 15px;
  color: grey;
}
.entitydetails {
  margin-top: 2rem;
}
.databind {
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 750px) {
  td {
    font-size: 12px;
  }
  .lookup {
    margin-top: 12px;
  }
  .mobileeffective {
    margin-left: 20px;
  }
  .border {
    height: 45px !important;
  }
  .primary_title {
    display: none;
  }
  .second_title {
    display: none;
  }
  .mobileinput {
    margin-left: 10px !important;
  }
  .inputfield {
    margin-top: 1.5rem !important;
  }
  .mobiletop {
    margin-top: 1rem !important;
  }
  .landing-title {
    display: none;
  }
  .first-text {
    display: none;
  }
  .mobileradio {
    margin-left: 100px !important;
  }
  .ratetop {
    margin-top: 1rem !important;
  }
  .entitydetails {
    margin-top: 0rem;
  }
  .mobileline {
    display: none;
  }
  .cslbtext {
    display: none;
  }
  .licensetext {
    float: right;
  }
  .support-links {
    display: none;
  }
  .yourtext {
    display: none;
  }
  .mobileview {
    display: none;
  }
  .statename {
    font-size: 14px;
  }
  .mobilefont {
    font-size: 10px;
  }
  .quote-card {
    background: #fff !important;
    box-shadow: none !important;
    padding: 5px !important;
    margin-bottom: 30px !important;
  }
  .mobilebackground {
    background-color: #EBF0F6;
    border-radius: 12px;
    padding: 5px;
  }
  .mobilebodybg {
    background-color: #fff;
    margin: 15px;
  }
}
@media (min-width:855px) {
  .desktopview {
    display: none;
  }
}
@media (min-width:320px) and (max-width:391px) {
  .p-datepicker-group-container {
    margin-left: -60px !important;
  }
  .p-monthpicker {
    margin-left: -60px !important;
  }
  .p-yearpicker {
    margin-left: -60px !important;
  }
}
@media (min-width:391px) and (max-width:850px) {
  .p-datepicker-group-container {
    margin-left: -52px !important;
  }
  .p-monthpicker {
    margin-left: -52px !important;
  }
  .p-yearpicker {
    margin-left: -52px !important;
  }
}
@media (max-width: 950px) and (orientation: landscape) {
  .supportlabel {
    display: none;
  }
  .support-label {
    margin-right: 45px;
  }
  .horizontalview {
    font-size: 14px;
  }
  .horizontalfont {
    font-size: 11px;
  }
  .back-utton {
    margin-left: 185px !important;
  }
}
@media (min-width:755px) and (max-width:850px) {
  .landing-title {
    font-size: 45px;
  }
  .first-text {
    font-size: 22px;
  }
  .desktopview1 {
    display: none;
  }
}

/* angular:styles/global:styles */
