@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&display=swap');
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji',
    'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: left;
  background-color: #fff;
}
* {
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
}

.creators-img {
  height: 14rem;
  width: 14rem;
  display: flex;
}

:host {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: available;
}

.support-cnt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 5rem;
  margin-top: 40px;
}
.app-nav {
  flex-shrink: 0;
  width: 100%;
  height: var(--navbar-heigh);
}

.app-vieww {
  flex-grow: 1;
  width: 100%;
  display: flex;
  overflow-y: auto;
}

.blue-cnt {
  background: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: available;
  justify-content: center;
  color: white;
}

.jus-ttl {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-l);
  text-align: center;
}

.jus-ico {
  width: 4rem;
  height: auto;
  margin: 0 1rem;
}

.boxx {
  width: 10rem;
  height: 10rem;
  background: white;
  -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  border-radius: 0.5rem;
  margin-top: -5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sizable-box {
  justify-content: center;
  align-self: center;
  flex-direction: row;
  width: 97%;
  display: flex;
}
.sizable-box-right {
  justify-content: center;
  align-self: center;
  flex-direction: row;
  width: 97%;
  display: flex;
}
.sizable-box-left {
  justify-content: center;
  align-self: center;
  flex-direction: row;
  width: 97%;
  display: flex;
}
.sizable-box-for-v {
  flex-direction: column;
  display: flex;
}
.sizable-box ul {
  padding-left: 20px !important;
}
.ttlasd {
  font-weight: var(--font-weight-bold);
  font-size: 1.2rem;
  text-align: center;
}

.just-c {
  font-size: var(--font-size-s);
  padding: 0.5rem 1rem;
}

.white-ct {
  background: white;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin: 1.5rem 0;
  width: 100%;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  z-index: 1;
}

.w-ct {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  margin: 1.5rem 0.5rem;
  width: available;
  z-index: 1;
}

.b {
  font-weight: var(--font-weight-medium);
}

.blue-ct {
  text-align: center;
  background: var(--main-color);
  box-sizing: border-box;
  display: flex;
  color: white;
  flex-direction: column;
  padding: 1rem;
  margin: 1.5rem 0.5rem;
  width: available;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  z-index: 1;
}

.text-inside-white-card {
  padding: 1rem;
  text-align: center;
  font-weight: var(--font-weight-bold);
  color: var(--main-color);
  font-size: var(--font-size-m);
}

.min-txt {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-light);
  color: var(--main-color);
  padding: 1rem;
}

.sqdro-ico-color {
  width: 7rem;
  align-self: center;
  margin-bottom: 0.5rem;
}

.asd {
  margin-top: 0;
}

.video-ct {
  z-index: 2;
  background: var(--font-color);
  display: flex;
  flex-direction: column;
  width: calc(100vw - 1rem);
  box-sizing: border-box;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  overflow: hidden;
  margin: 1.5rem 0;
}

.video-touchable-cnt {
  background: #0085d6;
  width: 100%;
  display: flex;
  height: 10rem;
  align-items: center;
  justify-content: center;
}

.play-ico {
  width: 5rem;
  margin: 0.5rem;
}

.video-ttl {
  background: var(--main-color);
  font-size: 1.2rem;
  width: 100%;
  display: flex;
  color: white;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
}

.th {
  color: var(--main-color);
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-ttl);
  padding: 0 2.5rem;
  margin-top: 0;
}

.tbkod {
  text-align: center;
  color: var(--main-color);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-light);
  padding: 1rem;
}

.white-ee {
  background: white;
  color: white;
  width: 100%;
  display: flex;
  height: 8rem;
  margin-top: -8rem;
}

.icos-cnt {
  display: flex;
  flex-direction: column;
}

.icos-cnt-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bt-s {
  padding: 2rem;
  display: flex;
  width: 100%;
  max-width: 20rem;
  align-self: center !important;
}

.asjdbj {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-light);
}

.cardd {
  width: 100%;
  -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  max-width: 8rem;
  padding: 1rem;
  text-align: center;
}

.writter {
  color: var(--font-color);
  font-weight: var(--font-weight-light);
}

.ico-cnt {
  max-width: 15rem;
  align-items: flex-start;
  margin-top: 1.5rem;
}

.ico-cnt-2 {
  margin-top: 3rem;
  width: 100%;
  align-items: flex-start;
}

.cardqwer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  border-radius: 0.4rem;
  box-sizing: border-box;
}

.ico-cnt-3 {
  margin-top: 3rem;
  width: 100%;
  align-items: flex-start;
}

.step-txt {
  color: var(--font-color);
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-medium);
}

.step-tt {
  color: var(--main-color);
  font-size: var(--font-size-s);
  padding: 0 2rem;
  font-weight: var(--font-weight-regular);
}

.step-time {
  color: var(--font-color);
  font-size: var(--font-size-xs);
}

.step-tt-2 {
  color: white;
  font-size: var(--font-size-s);
  padding: 0 2rem;
  font-weight: var(--font-weight-light);
}

.jus-ttl-2 {
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-m);
  text-align: center;
}

.just-c-2 {
  padding: 1rem;
  font-size: var(--font-size-s);
  font-weight: var(--font-weight-light);
  color: white;
}

.new-trust {
  margin-top: 1rem;
  width: 10rem;
  align-self: center;
}

.blue-card {
  align-self: center;
  justify-self: center;
  background: var(--main-color);
  box-sizing: border-box;
  display: flex;
  color: white;
  flex-direction: column;
  padding: 1rem;
  margin: 3rem 0.5rem;
  width: available;
  border-radius: 0.4rem;
  -webkit-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  box-shadow: 0px 6px 11px 0px rgba(0, 0, 0, 0.33);
  z-index: 1;
  max-width: 25rem;
}

.blue-cntt {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.whi-cntt {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  width: 100%;
}

.tll {
  color: var(--font-color);
  font-weight: var(--font-weight-medium);
}

.lines {
  margin-bottom: 1rem;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.title-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.title-cnt-a {
  margin-right: 0.2rem;
  font-weight: var(--font-weight-regular);
  color: var(--main-color);
}

.title-cnt-b {
  font-weight: var(--font-weight-medium);
  color: var(--font-color);
}

.edd {
  padding: 1rem 1rem;
  width: 100%;
  height: 3rem;
  text-align: center;
}

.fp-number {
  margin-right: 0.5rem;
  font-weight: var(--font-weight-medium);
  font-size: calc(var(--font-size-m) - 0.1rem);
  color: var(--font-color);
}

.fp-ttl-min {
  color: var(--main-color);
  font-weight: var(--font-weight-medium);
  font-size: calc(var(--font-size-m) - 0.1rem);
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: var(--main-color);
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--main-color);
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--main-color);
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--main-color);
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--main-color);
}

::placeholder {
  /* Most modern browsers support this now. */
  color: var(--main-color);
}

.mat-form-field-wrapper {
  height: auto !important;
}

.fp-ttl-cnt {
  font-size: var(--font-size-s);
  width: available;
  justify-content: space-between;
  display: flex;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type='number'] {
  -moz-appearance: textfield;
  /* Firefox */
}

.heading-disabled {
  color: #8d8d8d !important;
}

.small-modal-ttl {
  color: var(--font-color);
  text-align: center;
  margin: 1.5rem;
}

.small-modal-cnt {
  padding: 1em;
  box-sizing: border-box;
  max-width: 35em;
  display: flex;
  width: 90vw;
  flex-direction: column;
}

.elhid {
  visibility: hidden;
}

[hidden] {
  display: none !important;
}

.ra-ttl {
  color: var(--font-color);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-m);
  margin-bottom: 1em;
}

.ssr {
  border: none;
  font-size: var(--font-size-m);
  background: none;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid var(--main-color);
}
.ssr:focus {
  border-bottom: 1px solid #0085d6;
  outline: none;
}

.mat-form-field:not(.mat-form-field-has-label) .mat-form-field-infix {
  border-top-width: 0 !important;
}

.textarea {
  background: white;
  border: 1px solid var(--main-color);
  width: available;
  margin: 1.5rem 0;
  border-radius: 0.3em;
  padding: 0.5em;
  box-sizing: border-box;
  overflow-wrap: break-word;
}

.cnt-account-fb-b {
  margin-top: 0.5rem;
  width: auto;
  border-radius: 0.4rem;
  padding: 0.5rem;
  background: var(--color-fb);
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  transition: 0.2s all;
}

.cnt-account-linkedin-b {
  margin-top: 0.5rem;
  width: auto;
  border-radius: 0.4rem;
  padding: 0.5rem;
  border: 1px solid var(--color-linkedin);
  display: flex;
  background: var(--color-linkedin);
  color: white;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  transition: 0.2s all;
}

.cnt-account-google-b {
  margin-top: 0.5rem;
  width: auto;
  border-radius: 0.4rem;
  padding: 0.5rem;
  background: var(--color-google);
  border: 1px solid var(--color-google);
  display: flex;
  align-items: center;
  color: white;
  cursor: pointer;
  justify-content: space-between;
  transition: 0.2s all;
}

.assd {
  width: 100%;
  max-width: 10em;
}

.sdfer {
  transition: 0.5s all;
  width: 100%;
  display: flex;
  align-items: center;
  background: white;
  flex-direction: column;
  padding-top: 0.3rem;
  box-sizing: border-box;
  z-index: 5;
}

.fixer {
  width: 100%;
  display: flex;
  height: 6rem;
}

.top-onscroll {
  border-bottom: 1px solid var(--main-color);
}

.top-onscroll-no-line {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.1);
}

.h-ln {
  width: 100%;
  height: 1px;
  display: flex;
  background: var(--main-color);
  margin: 0.5em 0 0 0;
}

.v-l {
  width: 1px;
  height: 1.5rem;
  display: flex;
  margin-right: 0.5rem;
}

.cl-radio-group {
  margin: 0.5em 0;
  display: flex;
  flex-direction: column;
  font-size: var(--font-size-s);
}

.nc-ttl {
  color: var(--font-color);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-l);
  margin-bottom: 2rem;
  margin-top: 0.2rem;
}

app-quadrolist {
  width: inherit !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #ffffff !important;
  background-color: #003464 !important;
  border-color: #003464 !important;
}

.nav-tabs {
  border-bottom: 1px solid #003464 !important;
}

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 3.5em;
}

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.summary-cnt {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-self: center;
}

.summary-item {
  margin-bottom: 0.2rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

app-managecoupon {
  width: 100% !important;
}

:host {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: available;
}

.plan-ico {
  width: 2.5rem;
  height: auto;
  display: flex;
  margin: 0 1rem 0 0;
}

.plan-ttl {
  font-weight: var(--font-weight-bold);
}

.plan-small {
  /* font-weight: var(--font-weight-light); */
}

.plan-data {
  text-align: left !important;
}
.plan-cnt {
  margin-bottom: 0.5rem;
  margin-right: 0;
  align-items: flex-start;
  display: flex;
}
.start-button {
  background: var(--font-color);
  border-radius: 0.4rem;
  color: white;
  padding: 0.4rem 0.6rem;
  cursor: pointer;
}
.nav-background {
  height: var(--navbar-heigh);
  background: var(--navbar-color);
  border-bottom: 1px var(--navbar-border-color) solid !important;
  position: fixed;
  display: flex;
  width: 100vw;
  z-index: 100;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
}
.nav-cnt {
  max-width: 65rem;
  display: flex;
  width: 100%;
}
.nav-cnt-logo {
  position: relative;
  pointer-events: inherit !important;
  display: flex;
  margin-left: 1.5rem;
  align-items: center;
  justify-content: start;
}
.nb-logo {
  cursor: pointer;
  height: 1rem;
}
.nav-cnt-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
}
.county_information {
  text-align: left;
  padding: 5px 0;
}
.county_information ul {
  list-style-type: disk;
}
@media only screen and (min-width: 768px) {
  .sizable-box {
    flex-direction: column;
    align-self: flex-start;
    justify-content: flex-start;
    display: flex;
    width: 50%;
    align-items: center;
  }
  .sizable-box-right {
    flex-direction: column;
    align-self: flex-start;
    justify-content: flex-start;
    display: flex;
    width: 57%;
    align-items: center;
    padding-left: 20px;
  }
  .sizable-box-left {
    flex-direction: column;
    align-self: flex-start;
    justify-content: flex-start;
    display: flex;
    width: 40%;
    align-items: center;
  }
  .sizable-box-for-v {
    width: 50%;
  }
  .blue-cntt {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .county_information {
    text-align: left;
    padding: 5px 0;
  }
}
.padding_left_20 {
  padding-left: 20px;
}
:host {
  width: 100%;
  display: flex;
  flex-direction: column;
  height: available;
}
.top-search {
  display: flex;
  width: 100%;
  margin: 5px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  height: 2rem;
}
.top-search .elb {
  border: 1px var(--main-color) solid;
  border-radius: 0.3rem;
  padding: 1px 7px;
  width: 86%;
  height: 24px;
  float: left;
}
.fbContainer {
  display: none;
  margin-top: 10px;
}
.first-alphabet-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: auto;
}
.btn-login {
  display: inline;
  margin-right: 24px;
}
.btn-login:hover {
  text-decoration: none;
}

@media (max-width: 685px) {
  .fbContainer {
    display: block;
    width: 300px;
  }
  .fbcWidth {
    width: 200px;
  }
  .first-alphabet-container {
    justify-content: flex-start;
  }
  .btn-signup {
    right: 0 !important;
  }
  .btn-login {
    display: none;
  }
}
@media (min-width: 685px) and (max-width: 850px) {
  .fbContainer {
    display: block;
    width: 600px;
  }
  .fbcWidth {
    width: 500px;
  }
}
@media (max-width: 991px) {
  .first-alphabet-container {
    justify-content: flex-start;
  }
}

.hideFbContainer {
  display: flex;
}
@media (max-width: 850px) {
  .hideFbContainer {
    display: none;
  }
}

.plan-selector {
  display: flex;
  align-items: center;
  margin-top: 8px;
  justify-content: space-between;
  border-radius: 0.4rem;
  border: 2px solid var(--main-color);
}

.plan-itm {
  font-weight: var(--font-weight-bold);
  padding: 1rem;
  /* width: 100%; */
  display: flex;
  border-top: 1px solid #e8e8e8;
}

.plan-name {
  color: var(--main-color);
  cursor: pointer;
  width: 10rem;
  text-align: center;
}

.plan-name-selected {
  background: var(--main-color);
  color: white;
}

.letter {
  font-weight: var(--font-weight-bold);
  min-height: 2rem;
  min-width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin: 1rem; */
  cursor: pointer;
}

.letter-active {
  opacity: 1 !important;
  background: var(--font-color);
  color: white;
  border-radius: 50rem;
}
.plan-itm a,
.plan-name a,
.letter a {
  color: var(--main-color) !important;
}

.letter.letter-active a {
  color: #ffffff !important;
}
.paddleLeft {
  float: left;
  margin-top: 4px;
}
.paddleRight {
  float: right;
  margin-top: 4px;
}
.paddleLeft img,
.paddleRight img {
  cursor: pointer;
}
::placeholder {
  color: #a6a6a6;
  opacity: 1; /* Firefox */
}
.spinner {
  margin: 50px auto;
}
.topDetails {
  max-width: 65rem;
}
.topDetailsText {
  border: 2px solid var(--main-color);
  padding: 10px 15px 15px;
  border-radius: 20px;
  text-align: center;
}
.featureText {
  border: 2px solid var(--main-color);
  padding: 15px;
  border-radius: 10px;
  text-align: left;
  margin-top: 20px;
}
.nav-logo {
  margin-top: 6px;
}
.chat_icon {
  position: fixed;
  top: 10px;
  left: 55px;
  z-index: 100;
  display: none;
}
.chat_icon img {
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.banner-container {
  background: rgb(10 77 71 / 80%); /* var(--main-color); */
  overflow: hidden;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  color: white !important;
  border-radius: 0.5rem;
  position: relative;
  margin-bottom: 10px;
  width: 100%;
}
.banner-container .img {
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: auto;
  position: absolute;
}
.banner-container .main-title {
  font-weight: 500 !important;
  z-index: 1;
  padding: 1rem;
  font-size: 28px;
}
.banner-container .subtitle {
  margin-bottom: 1rem;
  z-index: 1;
  font-weight: 500 !important;
}
.banner-container .button {
  display: flex;
  justify-content: center;
}
.banner-container .button > a {
  border: 2px solid #fff;
  border-radius: 7px;
}
.banner-container .logo {
  margin-top: 1rem;
  width: 5rem;
  align-self: center;
  margin-bottom: 0.5rem;
}
footer {
  padding: 3rem 1rem;
  max-width: 65rem;
}
footer h4 {
  font-weight: 500;
  margin-bottom: 1rem;
}
footer p {
  margin-bottom: 1rem;
  font-size: 0.9em;
  color: #fff9;
}

footer a {
  color: white;
}

footer a {
  display: block;
  opacity: 0.4;
  font-size: 0.9em;
  transition: all 0.5s;
  margin-block: 0.5rem;
}

footer a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

footer > div:nth-child(1) {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

footer > div:nth-child(1) > div:nth-child(2),
footer > div:nth-child(1) > div:nth-child(3) {
  padding-left: 1rem;
  border-left: 1px solid;
}

footer > div:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  border-top: 1px solid;
  padding-top: 1rem;
}

footer > div:nth-child(2) > p {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

footer > div:nth-child(2) > div {
  display: flex;
  gap: 0.5rem;
}

footer .socialLinks a {
  height: 20px;
  width: 20px;
  opacity: 1;
}
footer .socialLinks > a:first-child {
  margin-right: 1rem;
}
footer .socialLinks a > img {
  width: 20px;
}

@media screen and (max-width: 768px) {
  footer > div:nth-child(1) {
    grid-template-columns: 1fr;
  }

  footer > div:nth-child(1) > div:nth-child(2),
  footer > div:nth-child(1) > div:nth-child(3) {
    border: 0;
    padding: 0;
  }

  footer > div:nth-child(2) {
    display: block;
  }

  footer > div:nth-child(2) > p {
    flex-direction: column;
    align-items: first baseline;
  }
}
.goto_dashboard {
  margin-right: 1.95rem;
  width: 24px;
  cursor: pointer;
  margin-top: 6px;
}
