@font-face {
    font-family: "GothamSSm-Book";
    src: url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.eot");
    src: url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.eot?#iefix") format("embedded-opentype"),
        url("./GothamSSm-Medium_Web.woff2") format("woff2"),
        url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.woff") format("woff"),
        url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.ttf") format("truetype"),
        url("https://db.onlinewebfonts.com/t/3ad5698dd1177785b94e84f04fd1632f.svg#GothamSSm-Book") format("svg");
}

@font-face {
    font-family: 'Cera Pro';
    src: url('./Cera-Pro-normal-700-100.woff2') format('woff2');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('./Cera-Pro-normal-500-100.woff2') format('woff2');
    font-weight: 500;
    font-style: medium;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('./Cera-Pro-normal-400-100.woff2') format('woff2');
    font-weight: 400;
    font-style: regular;
}

@font-face {
    font-family: 'Cera Pro';
    src: url('./Cera-Pro-normal-100-100.woff2') format('woff2');
    font-weight: 100;
    font-style: thin;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('./GothamBold.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham Book';
    src: url('./GothamBook.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham Light';
    src: url('./GothamLight.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham Medium';
    src: url('./GothamMedium.woff2') format('woff2');
}

@font-face {
    font-family: 'Gotham XLight';
    src: url('./GothamXLight.woff2') format('woff2');
}

@font-face {
    font-family: 'GothamSsm Book';
    src: url('./GothamSSm-Book.woff2') format('woff2');
}

@font-face {
    font-family: 'GothamSsm Medium';
    src: url('./GothamSSm-Medium_Web.woff2') format('woff2');
}

body {
    opacity: 0;
    transition: opacity 0.5s ease;
}

body.loaded {
    opacity: 1;
}


input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

.password-input-container {
    margin-top: 2%;
}

.password-input-container {
    margin-top: 0%;
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    /* gap: 10px; */
    align-items: end;
    width: 94%;
}

svg.success-svg {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}

svg.tds-icon.tds-icon--inline.retds-icon-eye {
    display: none;
}

svg.tds-icon.tds-icon--inline.tds-icon-eye {
}

svg.tds-icon.tds-icon--inline.tds-icon-eye {
    display: none;
}

label {}

p.terms-notice {
    font-size: 13px;
    line-height: 21px;
    width: 92%;
    color: #000000;
    font-family: 'Cera Pro';
    font-weight: 500;
    margin-bottom: 39px;
    /* margin-left: 13px; */
}

option {}

select#account-type {
    width: 330px;
    padding: 10px;
    margin-bottom: 8%;
    margin-top: 3%;
    /* margin-top: 10px; */
    border: beige;
    background-color: #f4f4f4;
    border-radius: 4px;
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

select#account-type {
}

span.password-txt {
    position: relative;
    top: 15px;
}

.email-container {
    font-size: 14px;
}

span.user-email {}

p.footer {
    font-family: 'Cera Pro';
    font-weight: 500;
    position: relative;
    width: 73% !important;!i;!;
    margin-top: 100px;
    font-size: 13px;
    top: -40px;
    left: 1.5% !important;!i;!;
    word-spacing: 4px;
}

span.tsi {
    position: relative;
    font-size: 14px;
    color: #000;
    text-decoration: underline #000;
    left: 100px;
    top: 20px;
}

span.tsi {}

.sign-in-container {
    height: 520px;
}

label {font-size: 14px;line-height: 24px;color: #7b7b7b;}

h2 {
    font-size: 34px;
    line-height: 44px;
    text-align: start;
    letter-spacing: -0.6px;
    color: #171a20;
    font-weight: 500;
    margin-bottom: 30px;
}

span.account-btn-txt {
    position: relative;
    font-size: 15px;
    top: -18px;
    left: 5px;
    color: #656464;
}

body {
    font-family: Arial, sans-serif;
    background-color: #f9fbfc !important;!i;!;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: "GothamSSm-Book", sans-serif;
}

.header {
    position: absolute;
    top: 10px;
    left: 20px;
    right: 20px;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
}

.header img,
.header button {
    height: 50px;
}

button.s-s-btn {
    all: unset;
    background-color: #3e6ae1;
    /* box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 3%); */
    padding: 9px 34px;
    height: auto !important;!i;!;
    display: block;
    color: #ffffff;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

button.s-s-btn:hover {
    background-color: #5882f1;
}

button.account-btn {
    position: relative;
    background: none;
    border: none;
    cursor: pointer;
    font-family: "GothamSSm-Book", sans-serif;
    left: -25px;
}

img.account-png {
    width: 29px;
}

img.mylogo {
    transform: scale(.4);
    position: relative;
    left: -125px;
}

.sign-in-container {
    position: relative;
    width: 300px;
    top: 40px;
}

.sign-in-container input,
.sign-in-container a {
    width: 330px;
    padding: 10px;
    margin-bottom: 10px;
    border: beige;
}

input#phone-number {
    margin-top: 10px;
    background-color: #f4f4f4;
    box-shadow: rgb(244, 244, 244) 0px 0px 0px 1px inset;
    border-radius: 4px;
    margin-bottom: 20px;
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    /* margin-bottom: 10% !important; */!i;!;
    margin-top: 3% !important;!i;!;
    margin-bottom: 8% !important;!i;!;
}

input#rewrite-password {
    background-color: #f4f4f4;
    border-radius: 4px;
    font-family: "GothamSSm-Book", sans-serif;
    font-size: 14px;
    color: #000000;
    margin-bottom: 40px;
    /* margin-top: 10px; */
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-top: 3%;
}

input#last-name {
    background-color: #f4f4f4;
    border-radius: 4px;
    font-family: "GothamSSm-Book", sans-serif;
    font-size: 14px;
    color: #000000;
    margin-bottom: 24px;
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 8%;
    margin-top: 3%;
}

input#first-name {
    background-color: #f4f4f4;
    border-radius: 4px;
    font-family: "GothamSSm-Book", sans-serif;
    /* font-weight: 600; */
    font-size: 14px;
    color: #000000;
    margin-bottom: 8%;
    margin-top: 3%;
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

input#password {
    /* margin-top: 10px; */
    background-color: #f4f4f4;
    box-shadow: rgb(244, 244, 244) 0px 0px 0px 1px inset;
    border-radius: 4px;
    /* font-family: "GothamSSm-Book", sans-serif; */
    margin-bottom: 20px;
    margin-right: 32px;
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}

button.create-acc {
    font-family: "GothamSSm-Book", sans-serif;
    font-size: 14px;
    border-radius: 4px;
    margin-top: 110px;
    background-color: #f4f4f4;
    color: #393c41;
}

a {}

a.signup-signin {
    border: none;
    outline: none;
    text-decoration: none;
}

button.next-btn {
    font-family: "GothamSSm-Book", sans-serif;
    font-size: 14px;
    color: #ffffff;
    line-height: 20px;
    border-radius: 4px;
    margin-top: 23px;
    background-color: #3e6ae1;
    cursor: pointer;
    width: 330px;
    padding: 10px;
    margin-bottom: 10px;
    border: beige;
}

button {}

input#email {
    /* margin-top: 10px; */
    background-color: #f4f4f4;
    box-shadow: rgb(244, 244, 244) 0px 0px 0px 1px inset;
    border-radius: 4px;
    font-family: "GothamSSm-Book", sans-serif;
    margin-bottom: 20px;
    font-family: 'Cera Pro', sans-serif;
    font-weight: 500;
    font-size: 15px;
}
.horizontal-lines-container {
    position: relative;
    display: flex;
    align-items: center;
    top: 70px;
    left: 10px;
}

.horizontal-line {
    flex: 1;
    border: none;
    border-top: 1px solid #ccc;
    margin: 0 10px;
}

.or-text {
    color: #888;
    font-weight: bold;
    font-size: 14px;
}
.email-container {
    position: relative;
    display: flex;
    align-items: center;
}

.user-email {
    margin-right: 10px; /* Adjust spacing between email and 'Change' */
}

.change {
    text-decoration: underline;
    margin-left: 90px; /* Adjust spacing between 'Change' and email */
}
.toggle-password {
    position: relative;
    top: -12%;
    right: 214%;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 34px !important;!i;!;
    padding: 5px !important;!i;!;
    margin: 0 !important;!i;!;!i;!i;!;
}
.toggle-password1 {
    position: relative;
    top: -31%;!importan;!i;!;
    right: 119%;
    transform: translateY(-50%);
    background-color: transparent;
    cursor: pointer;
    width: 34px !important;
    padding: 5px !important;
    margin: 0 !important;
}
.password-mismatch-message {
    /* display: none; */
    opacity: 0;
    position: absolute;
    top: 62.7%;
    left: 4px;
    color: red;
    font-size: 12px;
    /* text-decoration: underline 1px; */
    padding-right: 150px;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    display: none;
}
.password-tooshort-message {
    opacity: 0;
    position: absolute;
    /* top: 0; */
    left: 4px;
    color: red;
    font-size: 12px;
    /* text-decoration: underline 1px; */
    /* padding-right: 150px; */
    /* padding-top: 5px; */
    padding-bottom: 5px;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    display: none;
}
.fill-allfields-message {
    opacity: 0;
    position: absolute;
    top: 920px;
    left: 92px;
    color: red;
    font-size: 12px;
    /* text-decoration: underline 1px; */
    padding-top: 5px;
    padding-bottom: 5px;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    font-family: 'Cera Pro';
    font-weight: 500;
    font-size: 13px;
    /* display: none; */
}
#tm-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    backdrop-filter: blur(4px);
    z-index: 500; /* Adjust as needed */
    opacity: 1;
    transition: opacity 5s ease-in; /* Ease-in appearance */
    /* display: none; */
}

/* Styling for the centered container */
.centered-container {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 502; /* Place it above the backdrop */
}
.error-container {
    position: absolute;
    top: 50%;
    left: 51%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 502; /* Place it above the backdrop */
}
/* Styling for the success message */
.success-message {
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
}
.error-message {
    font-size: 22px;
    color: white;
    margin-bottom: 20px;
}

/* Styling for the login link */
.login-link {
    font-size: 16px;
    color: #fbf7f7;
    text-decoration: underline;
}
svg.success-svg {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
img.error-msg {
    opacity: 0;
    transition: opacity 0.3s ease-in;
}
.go-back-link {
    font-size: 16px;
    color: #fbf7f7;
    text-decoration: underline;
}
#tm-backdrop1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 20%);
    backdrop-filter: blur(4px);
    z-index: 500; /* Adjust as needed */
    opacity: 1;
    transition: opacity 5s ease-in; /* Ease-in appearance */
    /* display: none; */
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    /* position: relative; */
    /* left: -24px; */
    width: 14px;
    background-color: #ffffff; /* Background of the scrollbar track */
}

::-webkit-scrollbar {
    !i;!;
}

textarea.chat-input ::-webkit-scrollbar {
    background-color: #000;
}

.sign-in-container {
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 3%);
    padding: 49px;
    width: 39% !important;!i;!;
    align-items: center;
    display: flex;
    flex-direction: column;
    /* height: 186%; */
    align-content: center;
    background-color: #fff;
    overflow-y: auto;
    border-radius: 0px;
    overflow-x: hidden;
}

#create-account-form {
    position: relative;
    left: 2%;
    width: 79%;
    /* overflow-x: hidden; */
}

a.t-m-t-signin {
    display: none;
}

span.not-txt {
    color: #f14141;
    text-align: center;
    width: 100%;
}

button.tmt-btn {
    all: unset;
    background-color: #3e6ae1;
    /* box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 3%); */
    padding: 9px 34px;
    height: auto !important;
    display: block;
    color: #ffffff;
    border-radius: 6px;
    transition: background-color 0.3s ease;
}

.notif-i-land {
    background: #ffffff;
    padding: 1rem 3rem;
    box-shadow: 0px 0px 10px 4px rgb(0 0 0 / 3%);
    width: 33rem;
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: 3%;
    z-index: 10000;
    /* background: rgb(135,191,228); */
    /* background: linear-gradient(86deg, rgba(135,191,228,1) 30%, rgba(215,236,254,1) 68%, rgba(255,255,255,1) 88%); */
    text-align: center;
    transition: all 0.3s ease;
    transform: translateY(-100px);
}

.subject-selection {
    font-family: Arial, sans-serif;
    max-width: 400px;
    margin-bottom: 40px;
}

.section-title {
    margin-bottom: 18px;
    display: block;
    font-family: "GothamSSm-Book", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #5c5e62;
}

.required {
    color: red;
}

.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.custom-checkbox {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    user-select: none;
    display: flex;
    align-items: center;
    font-family: "Cera Pro";
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    -webkit-tap-highlight-color: transparent;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    background-color: white;
    border: 2px solid #ccc;
    border-radius: 4px;
    transition: background-color 0.2s, border 0.2s;
}

.custom-checkbox input:checked ~ .checkmark {
    background-color: #9c27b0;
    border: none;
    /* border-radius: 50%; */
}

.checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox input:checked ~ .checkmark::after {
    display: block;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Scrollbar Track */
::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px; /* Makes the scrollbar track rounded */
}

/* Scrollbar Handle */
::-webkit-scrollbar-thumb {
    background-color: #e8e7e7; /* Default state */
    border-radius: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    transition: background-color 0.3s ease; /* Smooth transition */
}

/* Hover effect on the scrollbar handle */
::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

/* Scrollbar handle when active (dragged) */
::-webkit-scrollbar-thumb:active {
    background-color: #333;
}

/* Scrollbar Arrow Buttons */
::-webkit-scrollbar-button {
    background-color: transparent;
    height: 0px;
    border-radius: 50%;
}

::-webkit-scrollbar-button:hover {
    background-color: #a9a9a9;
}

::-webkit-scrollbar-button:active {
    background-color: #888;
}





@media (max-width: 475px) {
  p.success-message {font-size: 14px;}

  p.footer {}

  p.footer.c-c-f {
    display: block;
  }

  span.s-instead.tsi {
    left: 80px;
  }

  form a {
    text-align: center;
  }

  span#fillallfieldsMessage {top: 98%;left: 25%;}

  span#passwordMismatchMessage {
    margin-top: 9px;
  }

  button.toggle-password1.c-c-tb2 {
    width: 11%;
    left: 241px;
    margin-top: 60px;
  }

  span#passwordtooShortMessage {
    top: 54%;
    \: 5%;
  }

  button.toggle-password.c-c-tb1 {
    top: 601px;
  }

  input#password {
    margin-top: 5px;
    margin-bottom: 10px;
  }

  label.phone-label {position: relative;top: -8px;}

  input#email {
    margin-bottom: 16px;
  }

  input#last-name {
  margin-bottom: 3%;
  margin-top: 2%;
  }

  input#first-name {
    margin-bottom: 3%;
    margin-top: 2%;
  }

  label {
    \: 136px;
  }

  label {}

  p.terms-notice {
    width: 95%;
    text-align: center;
    margin-left: 0;
  }

  h2 {
    position: relative !important;!i;!;
    font-size: 34px !important;!i;!;
    text-align: center !important;!i;!;
    left: -3% !important;!i;!;
  }

  input#phone-number {
    width: 17.2rem;
    margin-top: 0 !important;!i;!;
    margin-bottom: 0 !important;!i;!;
  }

  input {
    margin-top: 2%;
  }

  select#account-type {
    width: 97%;
    margin-top: 2%;
  }

  body.iti-mobile {
    padding: 0;
    /* padding-left: 15px; */
    background-color: #ffffff !important;
  }
  button {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  a {
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .iti__selected-flag {
      top: 7% !important;!i;!;
  }

  .password-input-container {
      margin-top: 1%;
  }

  .password-input-container.psswd-fst-inpt {
      margin-top: 9.7%;
  }

  a.sign-in-instead {
      display: none;
  }

  input#rewrite-password {
      width: 17.2rem;
  }

  button.s-s-btn {
      /* margin-right: 26px; */
      position: relative;
      right: 20%;
  }

  .sign-in-container {
      width: 100% !important;!i;!;
      left: 0px !important;!i;!;
      scrollbar-width: 0;
      height: auto !important;!i;!;
      overflow: hidden;
      padding: 0;
  }

  .notif-i-land {
    position: fixed;
    /* top: 14%; */
    padding: 1.2rem 6rem;
    transform: translateY(-992%);
  }

  .password-mismatch-message.pss-ms-mt {
      top: 43.5% !important;
  }

  .password-tooshort-message.pss-t-shrt {
      top: 37.5% !important;
  }

  .notif-i-land.acc-alrd-xst {
      transform: translateY(-1371%);
  }
}
