/* General Overrides */

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Lexend+Deca:wght@300;400;500;600;700&family=Lexend:wght@300;400;500;600;700&family=Work+Sans:wght@300;400;500;600;700&display=swap");

/* primary color #fd685d */
/* secondary color #abd2d9 */

:root {
  --primary-color: #fd665c;
  --secondary-color: #aad1d9;
  --accent-color: #f8e2cf;
  --text-color: #0e1e36;
  --background-color: white;
}

* {
  color: #0e1e36;
  background-color: white;
  background: local;
}

body {
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 1.6;
}

h1 {
  font-size: 5.61rem;
}

h2 {
  font-size: 4.209rem;
}

h3 {
  font-size: 3.157rem;
}

h4 {
  font-size: 2.369rem;
}

h5 {
  font-size: 1.777rem;
}

h6 {
  font-size: 1.333rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.022em;
}

p {
  font-size: 1rem;
  font-weight: 500;
}

small {
  font-size: 0.75rem;
}

a {
  text-decoration: none !important;
  color: var(--text-color);
  font-weight: 400;
}

a:focus {
  color: var(--primary-color);
  outline: none;
  opacity: 0.8;
}

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

div.kc-logo-text {
  background-image: none;
  justify-content: center;
}

.flex-container-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  position: relative;
  justify-content: space-between;
}

.flex-container-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  position: relative;
  justify-content: space-between;
}

.main-logo {
  width: 200px;
  /* margin: 2rem 0 0 0; */
  /* height: 250px; */
  object-fit: cover;
}

.commercial-img {
  max-width: 28vw;
  height: auto;
  object-fit: contain;
}

.commercial-button {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: 1px solid #ccc;
  color: var(--text-color);
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.commercial-button:hover {
  background-color: var(--primary-color);
  color: var(--accent-color) !important;
}

.commercial-button:hover .arrow-icon {
  fill: var(--accent-color);
  color: var(--accent-color);
}

.arrow-icon {
  width: 30px;
  height: 30px;
  margin-right: 0.5rem;
}

.visibility {
  cursor: pointer;
  position: absolute;
  right: 1vh;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 9999px;
  margin-bottom: 0;
}

.visibility:hover {
  background-color: rgba(99, 115, 129, 0.1);
}

.login-pf body {
  background-image: none;
  background-color: var(--background-color);
}

.mx-2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

.login-subtitle {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
  text-align: center;
  display: block;
}

h1#kc-page-title {
  margin: 0 0 18px;
}

#kc-header {
  max-height: 100px;
}

.pf-m-error {
  color: var(--primary-color);
}

.register-link {
  margin-top: 10px;
}

.register-link>span {
  font-size: 17px;
  color: #6b7280;
  display: block;
  font-weight: 400;
}

.doRegister-button {
  font-size: 17px;
  padding: 0;
  font-weight: 400;
}

.register-link a {
  color: var(--primary-color);
  text-decoration-line: none;
}

.register-link a:hover {
  color: var(--primary-color);
  text-decoration-line: underline;
}

.custom-form-group {
  position: relative;
  margin-bottom: 10px;
}

.form-group.login-pf-settings {
  margin-top: 20px !important;
}

.custom-form-input {
  width: 100%;
  padding: 0.75rem 1rem;
  border: none;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
  height: 48px;
  box-shadow: none;
  background: #fff;
  font-weight: 400;
  font-size: 14px;
}

.custom-form-input:hover {
  border-color: var(--primary-color);
}

.custom-form-input:active,
.custom-form-input:focus {
  border-color: var(--primary-color);
  outline: 0px solid transparent;
}

.template-container {
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  justify-items: center;
  max-width: 1500px;
  margin: 0 auto;
  padding: 40px 0;
}

.custom-form-input:focus-visible {
  outline-color: var(--primary-color);
}

.custom-form-label {
  color: #0f1729 !important;
  font-size: 1rem;
  font-weight: 400;
}

.terms-label {
  font-size: 1rem;
}

.custom-social-account-button {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-social-account-button:hover {
  border: 1px solid #0e1e36;
}

.custom-social-account-text {
  font-weight: 600;
  font-size: 1.2rem;
}

.card-pf {
  max-width: 600px;
  min-height: 500px;
  border-top: 0;
  border-radius: 24px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem 5.5rem !important;
  background-color: #fdf5ef;
  font-size: 1rem;
}

.app-form {
  text-align: center;
  border: 1px solid #e5e7eb;
  padding: 32px;
  width: 100%;
  max-width: 500px;
  --tw-shadow: 0 4px 40px -8px rgba(0, 0, 0, .08);
  --tw-shadow-colored: 0 4px 40px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #fff;
  border-radius: 16px;
  margin: 0 32px;
}

.app-form-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  text-align: left;
}

.app-form-item #kc-content {
  max-width: 530px;
  margin: 20px auto 0;
}

.page-expired>div:first-child {
  font-size: 20px;
}

.page-expired {
  text-align: center;
  align-items: center;
}

.page-expired .instruction {
  border: 1px solid #00000024;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
  font-size: 15px;
  color: #2b2b2b;
}

.page-expired div#kc-content {
  max-width: max-content;
}

.page-expired .instruction a {
  color: var(--primary-color);
}

.content-container {
  width: 100%;
}

.content-container>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  gap: 120px;
}

#commercial-container .title {
  font-size: 48px;
  margin: 0;
  color: #1f2937;
  line-height: 1.2;
  letter-spacing: 0px;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  font-family: Quicksand, sans-serif;
}

#commercial-container {
  border-radius: 40px 0 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px;
  overflow: hidden;
  background: none !important;
  gap: 120px;
}

#commercial-container .title>span {
  display: inline-block;
  position: relative;
}

#commercial-container .title>span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='730' height='60' viewBox='0 0 730 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.75 49C72 27 147.5 15.5 310 11C364.5 10.5 505 8.5 711 26' stroke='%23FD665C' stroke-width='20'/%3E%3C/svg%3E");
  position: absolute;
  top: 85%;
  left: 0px;
  right: 0px;
  height: 14px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(1.1);
}

#commercial-container .content-project-images {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0.8;
}

#commercial-container .content-project-images>div {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 20px;
}

#commercial-container .content-project-images.vertical>div {
  flex-direction: column;
}

#commercial-container .content-project-images img {
  object-fit: cover;
  transition: transform 0.1s ease-out;
  border-radius: 14px;
  overflow: hidden;
  --tw-shadow: 0 25px 60px -20px rgba(0, 0, 0, .35);
  --tw-shadow-colored: 0 25px 80px -20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#commercial-container .content-project-images .image-2 {
  bottom: 95%;
  transform: translate(-20%, 0px);
}

#commercial-container .content-project-images .image-5 {
  bottom: 95%;
  transform: translate(-80%, 0px);
}

#commercial-container .content-project-images .image-6 {
  top: 60px;
  transform: translate(50%, 0px);
  right: 0;
}

#commercial-container .content-project-images .image-item {
  position: absolute;
}

#commercial-container .content-project-images .image-3 {
  right: 0;
  top: 0;
  transform: translate(20%, -80%);
}

#commercial-container .content-project-images .image-4 {
  top: 95%;
  transform: translate(20%, 0px);
  right: 0;
}

@media screen and (min-width: 1200px) {
  .hide-on-xl {
    display: none;
  }

  .login-pf-header {
    width: 30vw;
  }

  header #kc-locale {
    display: none;
  }

  header {
    display: none;
  }

  .adword-apps {
    display: flex;
  }

  .page-title {
    font-size: 2rem;
  }

  #kc-locale ul {
    background-color: transparent !important;
    top: 100%;
    right: 10% !important;
    min-width: 50px !important;
    padding-top: 10px;
  }
}

@media screen and (max-width: 1200px) {
  #kc-locale {
    position: absolute !important;
    left: 20px !important;
    top: 10px !important;
    width: auto;
  }

  .card-pf {
    height: fit-content;
    min-height: 100vh;
    width: 100vw;
    max-width: 100vw;
    padding: 1.25rem 1.5rem !important;
    justify-content: start;
    border-radius: 0;
  }

  header #kc-locale {
    display: none;
  }

  .adword-apps {
    display: flex;
  }

  #kc-locale-dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    background-color: transparent;
  }

  .login-class {
    width: 100% !important;
  }
}

.pf-c-button.pf-m-primary {
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  min-width: 64px;
  padding: 5px 16px;
  border-radius: 8px;
  width: 100%;
  box-shadow: none;
  color: white;
  background-color: var(--primary-color);
  height: 44px;
  display: flex;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.1rem;
  text-decoration: none !important;
}

.pf-c-button.pf-m-primary.outline {
  background: none;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
}

.pf-c-button.pf-m-primary:hover {
  opacity: 0.7;
}

.pf-c-button.btn-default {
  background-color: var(--background-color);
  background-image: none;
  border: 1px solid #ccc;
  color: var(--text-color);
  min-width: 64px;
  padding: 8px 16px;
  border-radius: 8px;
  width: 100%;
  box-shadow: none;
  height: 48px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms,
    border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.25rem;
}

.pf-c-button.btn-default:hover {
  opacity: 0.7;
  background-color: var(--secondary-color);
}

#kc-form-options {
  text-align: center;
  color: var(--text-color);
}

#kc-form-options a {
  text-decoration-color: var(--text-color) !important;
}

#kc-form-options a:hover {
  color: var(--primary-color) !important;
  text-decoration: none !important;
}

#kc-form-options a:hover .arrow-icon {
  color: var(--primary-color) !important;
  fill: var(--primary-color) !important;
}

#kc-info-wrapper {
  background: transparent;
  display: none;
}

#kc-info {
  margin: 0;
}

.custom-info-section {
  margin-top: 1em;
  text-align: center;
  background: local;
}

.page-title,
#kc-page-title {
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}

.checkbox label {
  display: flex;
  align-items: center;
}

.checkbox input {
  position: static;
}

.checkbox span {
  display: inline-block;
  margin-top: 0.13rem;
  text-decoration: none !important;
}

.password-image {
  width: 1.5rem;
  object-fit: contain;
}

#kc-login {
  font-weight: 500;
  color: var(--background-color) !important;
}

#kc-form-buttons {
  margin-top: 0px;
}

#kc-form-buttons.register-button {
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  #kc-form-login {
    margin-top: 1em;
  }

}

#kc-locale {
  top: 15px;
  left: 20px;
}

#kc-locale-dropdown {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  background: none !important;
}

#kc-current-locale-link {
  display: flex !important;
  align-items: center;
  color: #fdf5ef !important;
  font-size: 1.6rem !important;
  margin: 0px !important;
  border: 1px solid #e5e7eb;
  width: 100%;
  max-width: 500px;
  --tw-shadow: 0 4px 40px -8px rgba(0, 0, 0, .08);
  --tw-shadow-colored: 0 4px 40px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #fff !important;
  padding: 8px 10px !important;
  border-radius: 14px;
  gap: 5px;
}

#kc-current-locale-link img {
  border-radius: 6px;
  height: 30px;
}

#kc-current-locale-link::after {
  content: none !important;
}

#kc-locale ul {
  background-color: transparent !important;
  top: 100%;
  right: 10%;
  min-width: 50px !important;
  border-radius: 10px !important;
  padding-top: 10px;
}

.localization-list:hover {
  background-color: transparent !important;
}

.language-item {
  background-color: white;
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.5s forwards;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 15px;
}

#kc-locale {
  position: absolute !important;
}

.pf-c-dropdown__menu-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  color: #fdf5ef !important;
  text-align: center !important;
  min-width: none !important;
  padding: 8px !important;
  border-radius: 6px;
}

.pf-c-dropdown__menu-item:hover {
  background-color: #e4ecef !important;
  min-width: none !important;
}

.pf-c-dropdown__menu {
  box-shadow: none !important;
}

.pf-c-dropdown__menu li {
  box-shadow: none !important;
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 0.3s forwards;
}

.pf-c-dropdown__menu li:nth-child(1) {
  animation-delay: 0s;
}

.pf-c-dropdown__menu li:nth-child(2) {
  animation-delay: 0.1s;
}

.register-button {
  margin-bottom: 1.5rem;
}

.custom-tooltip {
  position: relative;
  cursor: pointer;
}

.custom-tooltip .custom-tooltip-content {
  visibility: hidden;
  background-color: #cccccc;
  text-align: start;
  border-radius: 8px;
  padding: 16px;
  position: absolute;
  z-index: 1;
  bottom: 135%;
  left: 20%;
  margin-left: -64px;
}

.custom-tooltip .custom-tooltip-content::after {
  content: " ";
  position: absolute;
  top: 100%;
  left: 10%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: #cccccc transparent transparent transparent;
}

/*CHECKBOX*/
.checkbox-wrapper-28 {
  --size: 25px;
  position: relative;
}

.checkbox-wrapper-28 *,
.checkbox-wrapper-28 *:before,
.checkbox-wrapper-28 *:after {
  box-sizing: border-box;
}

.checkbox-wrapper-28 .promoted-input-checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkbox-wrapper-28 input:checked~svg {
  height: calc(var(--size) * 0.6);
  -webkit-animation: draw-checkbox-28 ease-in-out 0.2s forwards;
  animation: draw-checkbox-28 ease-in-out 0.2s forwards;
}

.checkbox-wrapper-28 label:active::after {
  background-color: #e6e6e6;
}

.checkbox-wrapper-28 label {
  color: var(--text-color);
  line-height: var(--size);
  cursor: pointer;
  position: relative;
}

.checkbox-wrapper-28 label:after {
  content: "";
  height: var(--size);
  width: var(--size);
  margin-right: 8px;
  float: left;
  border: 2px solid #cccccc;
  border-radius: 3px;
  transition: 0.15s all ease-out;
}

.checkbox-wrapper-28 svg {
  stroke: var(--primary-color);
  stroke-width: 3px;
  height: 0;
  width: calc(var(--size) * 0.6);
  position: absolute;
  left: calc(var(--size) * 0.21);
  top: calc(var(--size) * 0.2);
  stroke-dasharray: 33;
}

@-webkit-keyframes draw-checkbox-28 {
  0% {
    stroke-dashoffset: 33;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes draw-checkbox-28 {
  0% {
    stroke-dashoffset: 33;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.smb-custom-list {
  list-style-type: none;
  padding: 0;
  font-size: 17px;
}

.smb-custom-list li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

.circle-number {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  margin-right: 10px;
}

.icon-check {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: var(--primary-color);
  color: white;
  text-align: center;
  margin-right: 10px;
}

.display-flex {
  display: flex !important;
}

.assistant-chat-list li {
  opacity: 0;
  transform: translateY(50px);
  animation: fadeInUp 1s forwards;
}

.assistant-chat-list li:nth-child(1) {
  animation-delay: 0s;
}

.assistant-chat-list li:nth-child(2) {
  animation-delay: 0.5s;
}

.assistant-chat-list li:nth-child(3) {
  animation-delay: 1s;
}

.assistant-chat-list li:nth-child(4) {
  animation-delay: 1.5s;
}

.assistant-chat-list li:nth-child(5) {
  animation-delay: 2s;
}

.assistant-chat-list li:nth-child(6) {
  animation-delay: 2.5s;
}

/* Define the keyframes for the animation */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*CHECKBOX END*/

/*APP BANNER START*/

.smartbanner {
  left: 0;
  top: 0;
  width: 100%;
  height: 78px;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

.smartbanner-container {
  margin: 0 auto;
}

.smartbanner-close {
  position: absolute;
  left: 7px;
  top: 7px;
  display: block;
  font-family: "ArialRoundedMTBold", Arial;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: 14px;
  -webkit-font-smoothing: subpixel-antialiased;
  border: 0;
  width: 17px;
  height: 17px;
  line-height: 17px;
  color: #b1b1b3;
  background: #efefef;
}

.smartbanner-close:active,
.smartbanner-close:hover {
  color: #333;
}

.smartbanner-icon {
  position: absolute;
  left: 30px;
  top: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-size: cover;
}

.smartbanner-info {
  position: absolute;
  left: 98px;
  top: 15px;
  width: 44%;
  font-size: 12px;
  line-height: 1.2em;
  font-weight: bold;
  color: #999;
}

.smartbanner-title {
  font-size: 15px;
  line-height: 17px;
  color: #000;
  font-weight: bold;
}

.smartbanner-button {
  position: absolute;
  right: 20px;
  top: 24px;
  padding: 0 10px;
  min-width: 12%;
  height: 24px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #fb5059;
  text-decoration: none;
  border-radius: 5px;
}

.smartbanner-button:hover {
  background-color: rgb(194, 64, 70);
}

.smartbanner-button-text {
  text-align: center;
  display: block;
  padding: 0 5px;
}

.text-center-hr {
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 20px 0;
}

.text-center-hr::before,
.text-center-hr::after {
  content: "";
  flex: 1;
  border-top: 1px solid #000;
}

.text-center-hr:not(:empty)::before {
  margin-right: 0.5em;
}

.text-center-hr:not(:empty)::after {
  margin-left: 0.5em;
}

#kc-content-wrapper {
  margin-top: 0 !important;
}

#kc-form-wrapper {
  margin-top: 0px !important;
}

/* APP BANNER ENDS */

/*PASSWORD CRITER CONTROL */

.criteria-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  transition: color 0.3s ease;
}

.icon-mark {
  color: red;
  font-weight: bold;
  font-size: 13px;
  transition: color 0.3s ease;
}

.criteria-item.valid .icon-mark {
  color: green;
  content: "✓";
}

.criteria-item.valid {
  color: green;
}

.password-criteria-container {
  display: none;
  transition: opacity 0.3s ease, height 0.3s ease;
}

.password-criteria-container.visible {
  display: block;
}

.terms-conditions-link {
  color: var(--primary-color);
  text-decoration: underline;
}

/*PASSWORD CRITER CONTROL END*/

/* USER AGREEMENT PAGE*/
#kc-terms-text strong {
  font-size: 24px;
  font-weight: 700;
}

#kc-terms-text li {
  font-size: 1rem;
}

#kc-accept:disabled {
  color: rgba(145, 158, 171, 0.8);
  background-color: rgba(145, 158, 171, 0.24);
  background-image: none;
  border: 1px solid #ccc;
  min-width: 64px;
  padding: 8px 16px;
  border-radius: 8px;
  width: 100%;
  box-shadow: none;
  height: 48px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.25rem;
}

#kc-accept:disabled:hover {
  cursor: no-drop !important;
}

#kc-accept {
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  min-width: 64px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 0.5px solid #ccc;
  width: 100%;
  box-shadow: none;
  color: white;
  background-color: var(--primary-color);
  height: 48px;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  font-size: 1.333rem;
}

#hover-warning {
  display: none;
  background-color: rgb(253, 102, 92);
  border: 1px solid white;
  color: white;
  padding: 10px;
  border-radius: 5px;
  font-size: 1rem;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  width: fit-content;
  text-align: center;
}

.adword-apps {
  justify-content: center;
  border-radius: 0.75rem;
  padding: 7px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.adword-apps>div {
  max-width: 220px;
  margin: -3px;
  width: fit-content;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  align-items: center;
  background-color: white;
  color: black;
  border-radius: 0.75rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.adword-apps-title {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #6b7280;
  margin-bottom: 10px;
}

.adword-apps-container {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.adword-apps a {
  display: block;
  padding: 10px;
}

@media screen and (max-width: 1200px) {
  .adword-apps {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .template-container {
    flex-direction: column !important;
    height: auto !important;
    padding: 60px 20px 100px;
    justify-content: flex-start;
  }
}

/* USER AGREEMENT PAGE END*/

.social-link img {
  max-width: 220px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  background: #f2f2f2;
  border: 1px solid #e0e0e0;
  margin: 0 8px;
}

#kc-social-providers ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 16px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.kc-social-links li {
  width: auto;
  flex: 1;
  overflow: hidden;
}

.kc-social-links li a {
  display: block;
}

.social-link img {
  margin: 0;
  width: 100%;
}

.text-center-hr {
  margin: 10px 0;
  font-size: 13px !important;
}

.text-center-hr::before,
.text-center-hr::after {
  border-color: #dfdfdf;
}

#social-azuread img {
  padding: 8px;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.checkbox {
  display: flex;
  align-items: center;
  margin: 0;
}

.checkbox>input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin: 0;
}

.checkbox>label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  padding: 0;
  position: relative;
}

.checkbox>label::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 7px;
  border: 1.5px solid rgba(148, 163, 184, .9);
  transition: 0.2s;
  flex: 0 0 20px;
}

.checkbox>label::after {
  content: "";
  width: 10px;
  height: 6px;
  border-left: 2.5px solid white;
  border-bottom: 2.5px solid white;
  transform: rotate(-45deg) scale(0);
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  left: 5px;
  top: 6px;
}

.checkbox>label>span {
  font-size: 14px;
  line-height: 1.2;
  color: rgba(15, 23, 42, .9);
}

.checkbox>label:hover::before {
  border-color: var(--primary-color);
}

.checkbox>input[type="checkbox"]:checked+label::before {
  border-color: var(--primary-color);
  background: var(--primary-color);
}

.checkbox>input[type="checkbox"]:checked+label::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.checkbox>label:active::before {
  transform: translateY(0) scale(.96);
}

.checkbox>input[type="checkbox"]:focus-visible+label::before {
  outline: 3px solid rgba(99, 102, 241, .28);
  outline-offset: 3px;
}

.checkbox>input[type="checkbox"]:disabled+label {
  cursor: not-allowed;
  opacity: .55;
}

@media screen and (max-width: 1550px) {
  #commercial-container .title {
    font-size: 35px;
    max-width: 600px;
  }
}

@media screen and (max-width: 1200px) {
  #commercial-container>div:first-child {
    display: none !important;
  }

  #commercial-container {
    max-width: 100%;
    width: 100%;
    border-radius: 0px;
    flex: none;
    padding: 10px;
    background: none !important;
  }

  .app-form {
    padding: 30px 16px;
  }

  .app-form-item {
    border-top: 1px solid #e2e2e2;
    margin-top: 20px;
    padding-top: 30px;
  }

  .page-title,
  #kc-page-title {
    font-size: 22px;
  }

  #register-subtitle,
  #dynamic-message {
    font-size: 15px !important;
    margin: 0 !important;
  }

  h1#kc-page-title {
    margin-bottom: 15px;
  }
}