@import url("https://fonts.googleapis.com/css2?family=Gabarito:wght@400;500;600;700;800;900&family=Noto+Sans&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  font-family: "Rubik";
  box-sizing: border-box;
}

html, body {
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  overflow: auto;
}

input[type=checkbox] {
  cursor: pointer;
}

body[theme=light] {
  background: #fff;
}
body[theme=light] .wrapper .dec figure {
  opacity: 0.3;
}
body[theme=light] .wrapper .sv_dec {
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px rgb(239, 239, 239);
}

body[theme=dark] {
  background: #0c0c0c;
}
body[theme=dark] .wrapper .dec figure {
  opacity: 0;
}
body[theme=dark] .wrapper .sv_dec {
  background: rgba(12, 12, 12, 0.3);
  box-shadow: 0 0 20px rgb(0, 0, 0);
}

.google_authorize {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  height: 45px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  margin-top: 10px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  transition: 0.3s ease;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 12px 12px;
}
.google_authorize:hover {
  border: 1px solid #48ad0d;
  color: #48ad0d;
  transition: 0.3s ease;
}
.google_authorize:active {
  background-color: #eeeeee;
}
.google_authorize:focus {
  outline: none;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 2px 4px rgba(0, 0, 0, 0.25), 0 0 0 3px #c8dafc;
}
.google_authorize:disabled {
  filter: grayscale(100%);
  background-color: #ebebeb;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.04), 0 1px 1px rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

a {
  color: #48ad0d;
  transition: 0.3s ease;
}

a:hover {
  color: #389105;
  transition: 0.3s ease;
}

.alert-err {
  height: 50px;
  border-radius: 10px;
  position: absolute;
  top: -100px;
  transition: 0.4s ease;
  background: rgba(238, 28, 17, 0.7803921569);
  z-index: 1000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (min-width: 0px) {
  .alert-err {
    width: 80%;
  }
}
@media screen and (min-width: 800px) {
  .alert-err {
    width: 60%;
  }
}
.alert-err button {
  border: none;
  cursor: pointer;
  background: transparent;
}
.alert-err p {
  color: #fff;
  text-align: center;
}
.alert-err svg {
  width: 30px;
  height: 30px;
}

.logo {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.logo g {
  fill: rgb(0, 0, 0);
}

.grid-2-cl {
  width: 100%;
  min-height: 500px;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 0px) {
  .grid-2-cl {
    align-items: center;
    padding: 10px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 940px) {
  .grid-2-cl {
    padding: 0px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    flex-direction: row;
  }
}

.q_acc {
  width: 100%;
  text-align: center;
  color: #636363;
  font-size: 15px;
  margin-top: 10px;
}

@keyframes loaderAnim {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loader {
  width: 25px;
  height: 25px;
}
.loader svg {
  width: 100%;
  height: 100%;
  animation: loaderAnim 1s linear infinite;
}

.selection svg {
  width: 20px !important;
  height: 20px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.selection svg path {
  width: 20px !important;
  height: 20px !important;
}

.row {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.img-flag {
  margin-right: 10px;
}

.pass {
  position: relative;
  display: flex;
  flex-direction: column;
}
.pass svg {
  z-index: 100;
  cursor: pointer;
}
.pass input {
  padding-right: 40px !important;
}
.pass .pass-hide {
  position: absolute;
  top: 15px;
  cursor: pointer;
  right: 10px;
  z-index: 1000;
}
.pass .pass-hide svg {
  width: 20px;
  height: 20px;
}

.hidden {
  display: none !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid rgba(179, 179, 179, 0.2666666667) !important;
  border-radius: 4px;
}

#countries {
  width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 7px !important;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 39px !important;
  height: 40px !important;
}

.select2-container .select2-selection--single {
  height: 40px !important;
}

.select2-container {
  width: 100% !important;
  margin-bottom: 10px;
}

.select2-results img {
  width: 20px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
  transform: translateY(1px);
}

.invalid {
  border: 1px solid #ff4444 !important;
}

.alr {
  width: 100%;
  position: relative;
}
.alr input {
  width: 100%;
}
.alr .alr-t {
  position: absolute;
  bottom: -5px;
  font-size: 10px;
  text-align: right;
  font-style: italic;
  right: 0;
  top: 46px;
  color: #ff2424;
}

#teal-job-tracker-root-stable,
#teal-job-tracker-companion-root-stable {
  overflow: hidden;
}

.select2 {
  position: relative;
}

.wrapper {
  width: 100%;
  min-height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-bottom: 100px;
  flex-direction: column;
}
@media screen and (min-width: 0px) {
  .wrapper {
    padding-top: 30px;
  }
}
@media screen and (min-width: 500px) {
  .wrapper {
    padding-top: 100px;
  }
}
.wrapper .sv_dec {
  min-width: 150vw;
  width: 100%;
  height: 900px;
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-25deg);
}
.wrapper .sv_dec .dc-1 {
  position: absolute;
  left: 0;
  width: 30%;
  height: 20px;
  background: linear-gradient(45deg, rgba(23, 233, 198, 0.733), rgba(9, 226, 67, 0.76));
  z-index: 1;
  display: flex;
  transform: skewX(30deg);
  top: -20px;
}
.wrapper .sv_dec .dc-2 {
  position: absolute;
  right: 0;
  width: 50%;
  height: 20px;
  background: linear-gradient(45deg, rgba(23, 233, 198, 0.733), rgba(9, 226, 67, 0.76));
  z-index: 1;
  display: flex;
  transform: skewX(30deg);
  top: -20px;
}
.wrapper .sv_dec .dc-3 {
  position: absolute;
  right: 0;
  width: 50%;
  height: 20px;
  background: linear-gradient(45deg, rgba(23, 233, 198, 0.733), rgba(9, 226, 67, 0.76));
  z-index: 1;
  display: flex;
  transform: skewX(30deg);
  bottom: -20px;
}
.wrapper .dec {
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 550px;
  top: 0;
}
.wrapper .dec figure {
  width: 3px;
  min-height: 100vh;
  background: url(../images/line.png);
  background-size: contain;
  background-repeat: repeat-y;
}
.wrapper .email_comfirm {
  min-height: 300px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  background: #fff;
  z-index: 2;
  padding: 20px;
  box-shadow: 0 0 30px rgba(97, 97, 97, 0.1725490196);
}
@media screen and (min-width: 0px) {
  .wrapper .email_comfirm {
    width: 80%;
  }
}
@media screen and (min-width: 860px) {
  .wrapper .email_comfirm {
    width: 500px;
  }
}
.wrapper .email_comfirm h2 {
  color: #0880f0;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
}
.wrapper .email_comfirm p {
  color: #414141;
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
}
.wrapper .email_comfirm .image {
  width: 150px;
  height: 150px;
}
.wrapper .email_comfirm .linkToEmail:hover {
  background: #389105;
  transition: 0.3s ease;
}
.wrapper .email_comfirm .linkToEmail {
  border: none;
  cursor: pointer;
  color: #fff;
  width: 100%;
  text-decoration: none;
  background: #48ad0d;
  height: 45px;
  transition: 0.3s ease;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .sign {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 30px rgba(97, 97, 97, 0.4235294118);
}
@media screen and (min-width: 0px) {
  .wrapper .sign {
    width: 80%;
  }
}
@media screen and (min-width: 860px) {
  .wrapper .sign {
    width: 800px;
  }
}
.wrapper .sign .info {
  width: 100%;
  height: 100%;
  justify-content: center;
  position: relative;
  align-items: center;
  background: url(../home/q1.jpg) center/cover no-repeat;
}
@media screen and (min-width: 0px) {
  .wrapper .sign .info {
    display: none;
  }
}
@media screen and (min-width: 940px) {
  .wrapper .sign .info {
    display: flex;
  }
}
.wrapper .sign .info .logo_com {
  position: absolute;
  top: 20px;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 0px) {
  .wrapper .sign .info .logo_com {
    display: none;
  }
}
@media screen and (min-width: 940px) {
  .wrapper .sign .info .logo_com {
    display: flex;
  }
}
.wrapper .sign .info .blur {
  width: 70%;
  height: 70%;
  background: rgba(141, 72, 158, 0.4196078431);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 20px;
  flex-direction: column;
  display: none;
  justify-content: space-between;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5058823529);
}
.wrapper .sign .info .blur .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.wrapper .sign .info .blur .list div {
  padding-left: 20px;
  position: relative;
}
.wrapper .sign .info .blur .list div svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}
.wrapper .sign .info .blur .list h4 {
  font-size: 16px;
}
.wrapper .sign .info .blur .list span {
  font-size: 12px;
  font-family: "Rubik";
  font-style: italic;
}
.wrapper .sign .info .blur p {
  font-family: "Rubik";
  font-style: italic;
  font-size: 12px;
}
@media screen and (min-width: 0px) {
  .wrapper .sign .form {
    padding: 0;
    width: 97%;
  }
}
@media screen and (min-width: 400px) {
  .wrapper .sign .form {
    padding: 30px 30px;
    width: 100%;
  }
}
.wrapper .sign form {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  border: none;
  position: relative;
  margin-top: 30px;
  flex-direction: column;
}
.wrapper .sign form .hold.show {
  opacity: 0.5;
  transition: 0.4s ease;
}
.wrapper .sign form .hold.show .abs_panel {
  display: flex !important;
}
.wrapper .sign form .hold {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.4s ease;
  position: relative;
}
.wrapper .sign form .abs_panel {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(216, 216, 216, 0.582);
  width: 100%;
  height: 100%;
  z-index: 10000;
  transform: scale(1.05);
  border-radius: 5px;
}
.wrapper .sign form .select2 img {
  width: 20px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
  transform: translateY(1px);
}
.wrapper .sign form .row {
  margin-top: 10px;
}
.wrapper .sign form label {
  color: rgba(65, 65, 65, 0.7333333333);
  font-size: 12px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  font-weight: 500;
  font-family: "Rubik";
}
.wrapper .sign form input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.wrapper .sign form input[type=text],
.wrapper .sign form input[type=password] {
  transition: 0.1s ease;
}
.wrapper .sign form input[type=text]:focus,
.wrapper .sign form input[type=password]:focus {
  outline: 3px solid rgba(0, 162, 255, 0.2745098039);
  transition: 0.1s ease;
}
.wrapper .sign form .set:disabled {
  opacity: 0.3;
  cursor: auto;
}
.wrapper .sign form .set:not(:disabled):hover {
  background: #389105;
  transition: 0.4s ease;
}
.wrapper .sign form .set {
  border: none;
  cursor: pointer;
  color: #fff;
  transition: 0.4s ease;
  background: #48ad0d;
  height: 45px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .sign form input[type=text],
.wrapper .sign form input[type=password] {
  margin-bottom: 10px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(179, 179, 179, 0.2666666667);
  background: transparent;
  margin-top: 5px;
  outline: none;
  outline-color: #414141;
  outline-width: 2px;
  padding: 5px 10px;
  cursor: text;
  color: rgba(0, 0, 0, 0.5882352941);
  font-size: 17px;
}
.wrapper .sign h2 {
  width: 100%;
  text-align: left;
  display: flex;
  margin-top: 10px;
  color: #4e4e4e;
  font-family: "Rubik";
}
@media screen and (min-width: 0px) {
  .wrapper .sign h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 340px) {
  .wrapper .sign h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 490px) {
  .wrapper .sign h2 {
    font-size: 25px;
  }
}
.wrapper .sign_in {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 10px;
  position: relative;
  background: #fff;
  z-index: 2;
  box-shadow: 0 0 30px rgba(97, 97, 97, 0.4235294118);
}
@media screen and (min-width: 0px) {
  .wrapper .sign_in {
    width: 80%;
  }
}
@media screen and (min-width: 860px) {
  .wrapper .sign_in {
    width: 400px;
  }
}
.wrapper .sign_in .info {
  width: 100%;
  height: 100%;
  justify-content: center;
  position: relative;
  align-items: center;
  background: url(../images/q1.jpg) center/cover no-repeat;
}
@media screen and (min-width: 0px) {
  .wrapper .sign_in .info {
    display: none;
  }
}
@media screen and (min-width: 940px) {
  .wrapper .sign_in .info {
    display: flex;
  }
}
.wrapper .sign_in .info .logo_com {
  position: absolute;
  top: 20px;
  width: 50px;
  height: 50px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 0px) {
  .wrapper .sign_in .info .logo_com {
    display: none;
  }
}
@media screen and (min-width: 940px) {
  .wrapper .sign_in .info .logo_com {
    display: flex;
  }
}
.wrapper .sign_in .info .blur {
  width: 70%;
  height: 70%;
  background: rgba(141, 72, 158, 0.4196078431);
  border-radius: 20px;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 20px;
  flex-direction: column;
  display: none;
  justify-content: space-between;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5058823529);
}
.wrapper .sign_in .info .blur .list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.wrapper .sign_in .info .blur .list div {
  padding-left: 20px;
  position: relative;
}
.wrapper .sign_in .info .blur .list div svg {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
}
.wrapper .sign_in .info .blur .list h4 {
  font-size: 16px;
}
.wrapper .sign_in .info .blur .list span {
  font-size: 12px;
  font-family: "Rubik";
  font-style: italic;
}
.wrapper .sign_in .info .blur p {
  font-family: "Rubik";
  font-style: italic;
  font-size: 12px;
}
@media screen and (min-width: 0px) {
  .wrapper .sign_in .form {
    padding: 0;
    width: 97%;
  }
}
@media screen and (min-width: 400px) {
  .wrapper .sign_in .form {
    padding: 30px 30px;
    width: 100%;
  }
}
.wrapper .sign_in form {
  margin-top: 10px;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  border: none;
  position: relative;
  margin-top: 30px;
  flex-direction: column;
}
.wrapper .sign_in form .hold.show {
  opacity: 0.5;
  transition: 0.4s ease;
}
.wrapper .sign_in form .hold.show .abs_panel {
  display: flex !important;
}
.wrapper .sign_in form .hold {
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: 0.4s ease;
  position: relative;
}
.wrapper .sign_in form .abs_panel {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background: rgba(216, 216, 216, 0.582);
  width: 100%;
  height: 100%;
  z-index: 10000;
  transform: scale(1.05);
  border-radius: 5px;
}
.wrapper .sign_in form .select2 img {
  width: 20px;
  height: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 5px;
  transform: translateY(1px);
}
.wrapper .sign_in form .row {
  margin-top: 10px;
}
.wrapper .sign_in form label {
  color: rgba(65, 65, 65, 0.7333333333);
  font-size: 12px;
  -webkit-user-select: auto;
     -moz-user-select: auto;
          user-select: auto;
  font-weight: 500;
  font-family: "Rubik";
}
.wrapper .sign_in form input[type=checkbox] {
  width: 15px;
  height: 15px;
}
.wrapper .sign_in form input[type=text],
.wrapper .sign_in form input[type=password] {
  transition: 0.1s ease;
}
.wrapper .sign_in form input[type=text]:focus,
.wrapper .sign_in form input[type=password]:focus {
  outline: 3px solid rgba(0, 162, 255, 0.2745098039);
  transition: 0.1s ease;
}
.wrapper .sign_in form .set:disabled {
  opacity: 0.3;
  cursor: auto;
}
.wrapper .sign_in form .set:not(:disabled):hover {
  background: #389105;
  transition: 0.4s ease;
}
.wrapper .sign_in form .set {
  border: none;
  cursor: pointer;
  color: #fff;
  transition: 0.4s ease;
  background: #48ad0d;
  height: 45px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrapper .sign_in form input[type=text],
.wrapper .sign_in form input[type=password] {
  margin-bottom: 10px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(179, 179, 179, 0.2666666667);
  background: transparent;
  margin-top: 5px;
  outline: none;
  outline-color: #414141;
  outline-width: 2px;
  padding: 5px 10px;
  cursor: text;
  color: rgba(0, 0, 0, 0.5882352941);
  font-size: 17px;
}
.wrapper .sign_in h2 {
  width: 100%;
  text-align: left;
  display: flex;
  margin-top: 10px;
  color: #4e4e4e;
  font-family: "Rubik";
}
@media screen and (min-width: 0px) {
  .wrapper .sign_in h2 {
    font-size: 5vw;
  }
}
@media screen and (min-width: 340px) {
  .wrapper .sign_in h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 490px) {
  .wrapper .sign_in h2 {
    font-size: 25px;
  }
}/*# sourceMappingURL=sign.css.map */