.common_layer_bg_policy {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.common_license_layer,
.common_policy_layer {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  width: 1060px;
  height: 620px;
  transform: translate(-50%, -50%) scale(0);
  background-color: var(--white-color);
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 24px;
  transition: all 0.3s ease;
  overflow: hidden;
  will-change: auto;
  color: var(--dark-black-color);
}



.common_policy_layer_header {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.common_policy_layer_header .common_policy_layer_header_title {
  font-size: 28px;
  font-family: 'Inter', sans-serif !important;
  word-break: keep-all !important;
}
.common_policy_layer_header .common_policy_layer_close {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 100%;
  padding: 10px;
  transition: all 0.3s ease;
}
.common_policy_layer_header .common_policy_layer_close img {
  width: 100%;
  height: 100%;
}
.common_policy_layer_header .common_policy_layer_close:hover {
  background-color: #d9d9d9;
}
.common_policy_layer_scroll_wrapper {
  height: 100%;
  display: block;
  width: calc(100%);
  overflow-y: overlay;
  padding-right: 10px;
}

.common_policy_layer_scroll_wrapper::-webkit-scrollbar{
  width: 10px;
}
.common_policy_layer_scroll_wrapper::-webkit-scrollbar-thumb {
  background-color: #B4B4B4;
  border-radius: 5px;
}
.common_policy_layer_scroll_wrapper::-webkit-scrollbar-track {
  /* background-color: ; */
}
.common_policy_content_wrapper {
  width: 954px;
  height: auto;
  display: none;
}
.common_license_layer .common_policy_layer_scroll_wrapper {
  padding-bottom: 20px;

}
.common_policy_content_title {
  font-size: 22px !important;
  line-height: 26px !important;
  font-family: 'Arial', sans-serif !important;
  word-break: keep-all !important;
}
.common_policy_content_text {
  font-size: 16px !important;
  line-height: 26px !important;
  font-family: 'Arial', sans-serif !important;
  word-break: keep-all !important;
  padding-top: 30px;
  padding-bottom: 50px;
}
.first_paragraph {
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-black-color) !important;
  padding-bottom: 0;
}
.common_license_layer .common_policy_content_title{
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--dark-black-color) !important;
  padding-top: 24px;
}
.common_license_layer .common_policy_content_text{
  color: var(--light-black-color);
  padding: 0;
  padding-top: 16px;
}
.common_policy_content_title:first-child {
  padding-top: 0px;
}
.common_policy_content_text:first-child {
  padding-top: 0px;
}
.common_policy_content_title:last-child {
  padding-bottom: 0px;
}
.common_policy_content_text:last-child {
  padding-bottom: 0px;
}
.common_policy_content_text.subtitle{
  font-size: 14px;
  line-height: 20px;
  color: var(--light-black-color);
  font-weight: 600;
  padding-top: 8px;
}

.common_policy_content_text.subtitle_content{
  font-size: 16px;
  line-height: 22px;
  color: var(--light-black-color);
  font-weight: 400;
  padding-top: 8px;
}
@media screen and (max-width: 1100px) {
  .common_policy_layer{
    width: 90%;
    padding: 20px;
  }

  .common_policy_content_wrapper{
    width: 100%;
  }
}


.confirm_bg_delete_account,
.confirm_bg {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  /* background-color: rgba(28, 28, 28, 0.5); */
  display: none;
}
.confirm_bg_delete_account .confirm_layer_delete_account,
.confirm_bg .confirm_layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.3s ease;
  min-width: 250px;
  max-width: 300px;
  height: auto;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  background: var(--white-color);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);

}
.confirm_bg .confirm_layer * {
  color:var(--light-black-color);
}
.confirm_bg_delete_account .confirm_layer_delete_account {
  min-width: 430px;
}

.confirm_bg_delete_account
  .confirm_layer_delete_account
  .confirm_layer_header_delete_account,
.confirm_bg .confirm_layer .confirm_layer_header {
  height: 32px;
  display: flex;
  align-items: center;
}

.confirm_bg_delete_account
  .confirm_layer_delete_account
  .confirm_layer_header_delete_account
  .close_gray_icon_wrapper,
.confirm_bg .confirm_layer .confirm_layer_header .close_gray_icon_wrapper {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  padding: 3px;
  border-radius: 3px;
  position: absolute;
  right: 24px;
  border: none;
}

.confirm_bg .confirm_layer .confirm_layer_header .close_gray_icon_wrapper {
  /* width: 24px;
  height: 24px; */
}
.confirm_bg .confirm_layer .confirm_layer_header .close_gray_icon_wrapper i {
  width: 10px;
  height: 10px;
}
.confirm_bg_delete_account
  .confirm_layer_delete_account
  .confirm_layer_header_delete_account
  .close_gray_icon_wrapper:hover,
.confirm_bg
  .confirm_layer
  .confirm_layer_header
  .close_gray_icon_wrapper:hover {
  background-color: var(--button-active-background);
}

.confirm_bg_delete_account
  .confirm_layer_delete_account
  .confirm_layer_title_delete_account,
.confirm_bg .confirm_layer .confirm_layer_title {
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}

.confirm_bg_delete_account
  .confirm_layer_delete_account
  .confirm_layer_info_delete_account,
.confirm_bg .confirm_layer .confirm_layer_info {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 8px;
  color: var(--dark-black-color);
}

.confirm_bg_delete_account .confirm_layer_delete_account .inputWrapper {
  margin: 8px 0px;
}

.confirm_bg_delete_account .confirm_layer_delete_account .inputWrapper input {
  background-color: transparent;
  color: var(--light-black-color);
  border: 1px solid #8a8a8a;
}

.confirm_bg_delete_account
  .confirm_layer_delete_account
  .inputWrapper
  .inputWrapper_placeholder {
  color: #8a8a8a;
  background-color: var(--white-color);
}

.confirm_bg_delete_account
  .confirm_layer_delete_account
  .inputWrapper.error_input
  input {
  border: 1px solid #df2f4a;
}

.confirm_bg_delete_account
  .confirm_layer_delete_account
  .inputWrapper.error_input
  .inputWrapper_placeholder {
  color: #df2f4a;
}

.confirm_bg_delete_account
  .confirm_layer_delete_account
  .inputWrapper:focus-within
  input {
  border: 1px solid var(--primary-color);
}

.confirm_bg_delete_account
  .confirm_layer_delete_account
  .inputWrapper:focus-within
  .inputWrapper_placeholder {
  color: var(--primary-color);
}

.confirm_bg .confirm_layer .confirm_layer_btn_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding-bottom: 8px;
}


/* Conflict with common setting */
/* .common__square--blue--btn{
  width: 100px;
  height: 40px;
} */

.pricing__form--left-checkbox-wrapper{
  cursor: pointer;
}

#confirm_layer_btn:disabled{
  transition: none;

}

.common_license_layer .common__square--blue--btn{
  width: 100px;
  height: 40px;
}