@media (min-width: 769px) {
  .customized-bg {
    width: 100%;
    height: 100%;
    background-image: url("../../../styles/images/customizedLogin/bg.png");
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: scroll;
  }
  .customized-bg .customized-header {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 54px 0px;
    font-family: "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
  }
  .customized-header .login-title {
    color: #000;
    font-size: 42px;
    letter-spacing: 2.52px;
  }
  .customized-header .login-description {
    color: #509BFB;
    font-size: 20px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
  }
  .customized-bg .customized-main {
    display: flex;
    width: 100%;
    padding: 0px 170px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    flex-shrink: 0;
  }
  .customized-main .login-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
  }
  .login-item-wrapper .item-wrapper-title {
    position: relative;
    display: flex;
    height: 44px;
    padding: 0px 32px 0px 66px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 0px 32px 0px 0px;
    background: linear-gradient(90deg, #3269FF 0%, #6FCBFF 100%);
  }
  .login-item-wrapper .item-wrapper-title .item-title-img {
    position: absolute;
    left: 0px;
    top: -21px;
    width: 60px;
    height: 65px;
  }
  .login-item-wrapper:last-child {
    margin-bottom: 40px;
  }
  .item-wrapper-title .item-title-img img {
    width: 100%;
    height: 100%;
  }
  .item-wrapper-title .title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  .login-item-wrapper .item-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .login-item-wrapper .item-wrapper .item-content {
    margin-right: 5%;
    position: relative;
    display: flex;
    width: 30%;
    height: 220px;
    padding: 40px 40px 32px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    box-sizing: border-box;
    border-radius: 8px;
    background-image: url("../../../styles/images/customizedLogin/card-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 11px 22px 0px rgba(101, 122, 147, 0.18);
  }
  .login-item-wrapper .item-wrapper .item-content:last-child {
    margin-right: 0px;
  }
  .login-item-wrapper .item-wrapper .item-content.center {
    justify-content: center;
  }
  .img-wrapper {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../../styles/images/customizedLogin/survey-fill.png");
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  .item-content .item-title {
    color: #262626;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; /* 150% */
  }
  .item-content .item-button {
    display: flex;
    height: 32px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #509BFB;
    background: #509BFB;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    z-index: 1;
  }
  .item-content .item-description {
    width: 90%;
    overflow: hidden;
    color: #595959;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
  .item-content .item-attachment {
    width: 60%;
    position: absolute;
    left: 40px;
    bottom: 20px;
    display: flex;
    align-items: center;
    color: #509BFB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
  .item-content .item-attachment:hover {
    cursor: pointer;
  }
  .item-attachment .icon-folderstar-fill {
    font-size: 16px;
    margin-right: 4px;
  }
  .item-attachment .attachment-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .login-item-wrapper .item-wrapper:last-child {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  :root {
    --sat-env: env(safe-area-inset-top);
    --sar-env: env(safe-area-inset-right);
    --sab-env: env(safe-area-inset-bottom);
    --sal-env: env(safe-area-inset-left);
    --sat-constant: constant(safe-area-inset-top);
    --sar-constant: constant(safe-area-inset-right);
    --sab-constant: constant(safe-area-inset-bottom);
    --sal-constant: constant(safe-area-inset-left);
  }
  .customized-bg {
    width: 100%;
    height: 100%;
    padding: 0px 16px;
    box-sizing: border-box;
    background-image: url("../../../styles/images/customizedLogin/app-bg.png");
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-y: scroll;
    gap: 24px;
  }
  .customized-bg .customized-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
  }
  .customized-header .login-title {
    color: #000;
    font-size: 20px;
    letter-spacing: 2.52px;
  }
  .customized-header .login-description {
    color: #509BFB;
    font-size: 14px;
    letter-spacing: 2.8px;
    text-transform: uppercase;
  }
  .customized-bg .customized-main {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    flex-shrink: 0;
  }
  .customized-main .login-item-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
  }
  .login-item-wrapper .item-wrapper-title {
    position: relative;
    display: flex;
    height: 40px;
    padding: 0px 16px 0px 52px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 0px 24px 0px 0px;
    background: linear-gradient(90deg, #3269FF 0%, #6FCBFF 100%);
  }
  .login-item-wrapper .item-wrapper-title .item-title-img {
    position: absolute;
    left: 0px;
    top: -12px;
    width: 52px;
    height: 52px;
  }
  .item-wrapper-title .item-title-img img {
    width: 100%;
    height: 100%;
  }
  .item-wrapper-title .title {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
  }
  .login-item-wrapper .item-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
  }
  .login-item-wrapper .item-wrapper .item-content {
    position: relative;
    display: flex;
    width: 100%;
    height: 162px;
    padding: 16px;
    margin-bottom: 12px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    flex-shrink: 0;
    box-sizing: border-box;
    background-image: url("../../../styles/images/customizedLogin/app-card-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0px 5px 10px 0px rgba(101, 122, 147, 0.17);
  }
  .login-item-wrapper .item-wrapper .item-content:last-child {
    margin-bottom: 0;
  }
  .img-wrapper {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../../../styles/images/customizedLogin/survey-fill.png");
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .item-content .item-title {
    color: #262626;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
  }
  .item-content .item-button {
    display: flex;
    height: 32px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: none;
    background: linear-gradient(0deg, rgba(80, 155, 251, 0.20) 0%, rgba(80, 155, 251, 0.20) 100%), #FFF;
    color: #509BFB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    z-index: 1;
  }
  .item-content .item-description {
    width: 90%;
    overflow: hidden;
    color: #595959;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
  .item-content .item-attachment {
    width: 60%;
    position: absolute;
    left: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
    color: #509BFB;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
  .item-attachment .icon-folderstar-fill{
    font-size: 16px;
    margin-right: 4px;
  }
  .item-attachment .attachment-title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
