button {
  cursor: pointer;
}
@font-face {
  font-family: Outfit;
  src: url("./font/Outfit.ttf");
}
.login-component .ant-modal-content {
  background: #111823 !important;
  border-radius: 10px;
}
.login-component .ant-modal-close {
  display: none;
}

.login-heading-container {
  display: flex;
  justify-content: space-between;
}
.login-heading {
  font-family: Poppins;
  font-size: 27px;
  font-weight: 600;
  line-height: 60px;
  letter-spacing: -0.03em;
  text-align: left;
  color: white;
}
.login-heading-description {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  opacity: 0.7;
  margin-top: 20px;
}
.login-modal-inner {
  width: 100%;
  margin-top: 20px;
  background: #111823;
  padding: 24px  24px ;
  border-radius: 20px;
  border: 1px solid #ffffff4d;
}
.btn-svg {
  padding: 18px 8px;
  background: #fff;
}
.btn-svg img {
  height: 26px;
  width: 26px;
}
.btn-text {
  background: #4285f4;
  font-size: 13px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 178px;
}
.login-component {
  width: 554px !important;
}

.combine-button {
  border-radius: 10px;
  overflow: hidden;
  padding: 10px 0px;
  border: none;
  outline: none;
  background: none;
  color: white;
  height: 48px;
  display: flex;
  width: 220px;
  align-items: center;
}
.login-socail {
  display: flex;
  justify-content: space-between;
}
.login-or {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  color: #fff;
  margin: 24px 0px;
  text-align: center;
}
.main-form-login {
  display: flex;
  flex-direction: column;
}
.main-form-login input {
  background: #242A34;
  width: 100%;
  height: 48px;
  border-radius: 8px;
  border: 0.6px solid #ffffff33;
  color: #ffffff;
  outline: none;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 24px;
  padding: 0px 16px;
}
.main-form-login label {
  margin-bottom: 14px;
  font-size: 18px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.form-login-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}
.form-login-inner button {
  background: #007aff;
  width: 160px;
  height: 48px;
  padding: 10.5px 32px 10.5px 32px;
  border-radius: 8px;
  border: none;
  color: #fff;
}
.form-login-inner p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  /* margin-bottom: 32px; */
  /* cursor: pointer; */
}
.para-parent {
  width: 50%;
}
.para-parent span {
  text-decoration: underline;
  cursor: pointer;
}
.forgot-Password {
  color: #007aff !important;
  text-align: right !important;
}
.para-parent-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pricing-container {
  width: 87%;
  text-align: center;
  margin: auto;
  padding-bottom: 150px;
  position: relative;
}

.badge-text {
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.card-input-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
}
.card-input-subtitle {
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  opacity: 0.7;
  color: #ffffff;
}
.card-detail-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.card-detail-row .input-container {
  width: 60%;
}
.input-container input {
  width: 100%;
  height: 48px;
  padding: 17.5px 16px 17.5px 16px;
  border-radius: 8px;
  border: 0.6000000238418579px;
  gap: 10px;
  background-color: #111823;
  outline: none;
  border: 0.6px solid #ffffff33;
  color: #fff;
}
.card-footer {
  border-top: 2px solid #d1d1d133;
  padding-top: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.card-footer .back {
  background: linear-gradient(0deg, #303036, #303036),
    linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2));
  border: 1px solid #ffffff33;
  width: 160px;
  height: 48px;
  padding: 9px 32px 9px 32px;
  border-radius: 8px;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  color: white;
  margin-right: 20px;
  cursor: pointer;
}
.card-footer .next {
  width: 170px;
  height: 48px;
  padding: 10.5px 32px 10.5px 32px;
  border-radius: 8px;
  gap: 10px;
  background: #007aff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  border: none;
  color: white;
  cursor: pointer;
}
.expiry-input-container {
  display: flex;
  align-items: center;
}
.expiry-input-container p {
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  margin: 0px 20px;
}
.expiry-input {
  width: 85px !important;
  margin-right: 10px;
}
.expiry-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.CVV-input {
  margin-right: 20px;
}

.playListMenuDiv {
  background: #111823;
  color: rgba(255, 255, 255, 0.3);
  padding: 12px;
  border-radius: 10px;

  box-shadow: 0px 0px 10px -4px black;
}
.playListMenu {
  padding: 4px 10px;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  opacity: 0.5;
  cursor: pointer;
}
.playListMenu:hover {
  opacity: 1;
}
.playListMenuText {
  font-family: Poppins;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-align: left;
  margin-left: 14px;
  color: white;
}

.anticon.anticon-calendar {
  color: white !important;
}

/* * {
  scroll-behavior: smooth;
} */
.Toastify {
  z-index: 9999999999999999999999;
  position: absolute;
}

@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.donut {
  display: inline-block;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #ff7d55;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  animation: donut-spin 1.2s linear infinite;
}
@media screen and (max-width: 600px) {
  #tidio-chat {
    display: none;
  }
}

.ant-drawer {
  z-index: 999999999999999999 !important;
}
.switchAccount {
  z-index: 9999999999999999999 !important;
}
.mainSideBar .ant-drawer-body {
  padding: 0px;
}
.mainSideBar .ant-drawer-content-wrapper {
  width: 263px !important;
}
.mainSideBar .ant-drawer-header {
  display: none;
}
.mainSideBar .sideBarTab {
  display: flex;
  flex-direction: row !important;
  justify-content: flex-start !important;
  align-items: center !important;
}
.mainSideBar .sideBarTab .title {
  margin-top: 0px;
  margin-left: 10px;
}
@media screen and (max-width: 600px) {
  .switchAccount {
    left: 30px;
  }
}

.ant-dropdown {
  z-index: 100000 !important;
}
.Toastify {
  z-index: 999999999999999999;
  position: relative;
}

/* Password input container and toggle icon styles */
.password-input-container {
  position: relative;
  width: 100%;
}

.password-input-container input {
  width: 100%;
  padding-right: 40px; /* Make room for the icon */
}

.password-toggle-icon {
  position: absolute;
  right: 15px;
  top: 35%;
  transform: translateY(-50%);
  cursor: pointer;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.password-toggle-icon:hover {
  color: rgba(255, 255, 255, 1);
}
