* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "poppins";
}

.login_container {
  /* display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: 1440px;
    height: 1032px; */
  margin: auto;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.20);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  align-items: center;
  height: 100%;
  background: #000000a3;
  /* width: 100%; */
  z-index: 999;
  animation: fade-in 1s
}

@keyframes fade-in {
  from {
    opacity: 0%;
  }

  to {
    opacity: 100%;
  }
}

.login_container_inner {
  position: relative;
  min-width: 60%;
  margin: auto;
  /* display: flexbox; */
  /* grid-row-gap:133px; */
  /* flex-wrap: wrap; */
  padding: 48px 30px 48px 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 20px 30px 0px #1e1d1e24;
}

.login_logo {
  display: flex;
  gap: 2px;
  margin-bottom: 40px;
  /* height: 60px; */
}

.login_logo span {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0.02em;
  text-align: left;
}

/* .login_form{
    max-width:496px;
    width: 100%;
    height:463px;
    padding: 62px;
    display: grid;
    grid-row: 40px;
} */
.login_form .login_form_header {
  font-family: Poppins;
  font-size: 26px;
  font-weight: 700;
  text-align: left;
}

.login_input .label {
  margin-bottom: 15px;
}

.login_input .input {
  position: relative;
  display: flex;
  align-items: center;
}

.login_input {
  /* display: grid;
    flex: 100%;
    row-gap: 12px; */
  max-width: 50%;
  padding-top: 30px;
}

.login_input label {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}

.login_input input {
  width: 100%;
  padding: 0px 40px;
  /* max-width: 496px; */
  height: 65px;
  border-radius: 8px;
  border: 1px;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.20);
}

/* .login_input input::placeholder {
    padding-left: 40px;
  } */

.login_container .input-icon {
  position: absolute;
  left: 12px;
}

.login_container .input_eye {
  position: absolute;
  top: 53%;
  right: 10px;
  transform: translateY(-50%);
  color: rgba(120, 120, 122, 1);
  font-size: 20px;
}

.login_container .checkbox {
  padding-top: 20px;
}

.login_container .checkbox input[type=checkbox] {
  accent-color: rgba(251, 176, 22, 1);
  color: red;
  width: 20px;
  height: 20px;
  padding-top: 10px;
  border-radius: 5px;
}

.login_container .checkbox label {
  color: rgba(120, 120, 122, 1);
  font-family: Poppins;
  font-weight: 400px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.login_button {
  /* flex-wrap: wrap; */
  /* display: grid; */
  /* flex: 100%; */
  padding-top: 70px;
  max-width: 50%;

}

.login_button button {
  width: 100%;
  height: 65px;
  background-color: rgba(251, 176, 22, 1);
  border: none;
  border-radius: 10px;
  color: #fff;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: center;
}


@media (max-width: 800px) {
  .login_container_inner {
    /* flex: 100%;
        align-items: center; */
    min-width: 80%;
    padding: 15px 20px;
  }

  .login_form {
    padding: 0px;
  }

  .login_input {
    max-width: 100%;
  }

  .login_input input {
    padding: 0px 35px;
  }

}

@media (max-width: 400px) {
  .login_container_inner {
    min-width: 100%;
    padding: 15px 20px;
  }
}

/* notification */
.tl_notification_cls {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: -28px;
}

.notify-section {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 34px;
  z-index: 3;
  display: inline-flex;
  height: 546px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.10);
  overflow: scroll;
}

.notify-section::-webkit-scrollbar {
  display: none;
}

.notify-box {
  display: flex;
  width: 412px;
  padding: 16px;
  gap: 15px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 0.2px solid var(--Placeholder, #DBD9D9);
}

.notify-icon {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.notify-text {
  color: var(--body, #000);
  font-family: Poppins;
  font-size: clamp(0.6875rem, 0.6339rem + 0.2679vw, 0.875rem);
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-self: stretch;
}

.notify-comment {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 0 0;
}

.time-detail-text {
  color: var(--Placeholder, #939393);
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tl_notification_cls .notify-section {
  display: none;
  opacity: 1;
  visibility: visible;
}

/* after_login */
.setting-popup-main-parent {
  margin: auto;
  box-shadow: 0px 4px 10px 0px rgba(96, 96, 96, 0.20);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  background: #000000a3;
  /* width: 100%; */
  z-index: 99;
}

.setting-popup-main {
  opacity: 1;
  display: block;
  width: 302px;
  flex-direction: column;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.25);
}

.view-profile {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  align-self: stretch;
  border-radius: 8px;
  border-bottom: 1px solid #F4F4F4;
  background: #FFF;
}

.name-img-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}

.name-img-profile img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.add-ticket-button {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  background: url(<path-to-image>), lightgray 50% / cover no-repeat;
}

#view-profile-btn {
  display: flex;
  padding: 8px 95px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 4px;
  background: var(--Secondary, #04AA61);
  color: #FFF;
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.test-section {
  display: flex;
  padding: 10px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.test-active {
  display: flex;
  width: 270px;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
  background: var(--Bg-linear-green, rgba(4, 170, 97, 0.07));
}

.test-active:hover {
  background: var(--Bg-linear-green, rgba(4, 170, 97, 0.07));
}

.live-active {
  display: flex;
  width: 270px;
  padding: 10px;
  justify-content: space-between;
  align-items: center;
}

.live-active:hover {
  background: var(--Bg-linear-green, rgba(4, 170, 97, 0.07));
}

.view-profile1 {
  display: flex;
  padding: 10px 16px;
  flex-direction: column;
  align-self: stretch;
  gap: 6px;
}

.sign-out-btn {
  display: flex;
  padding: 10px 0px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  color: var(--Semantic-Red, #F80F0F);
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}