/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./src/styles/home.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
/* ************************** */
/* BUYSELRENT SELECTION */
/* ************************** */
.bo {
  margin-top: 5rem;
}
.bo-heading p {
  text-align: center;
  font-size: 1.9rem;
  font-weight: 400;
  color: #d8a31a;
}
.bo-container {
  width: 100%;
  height: auto !important;
  /* background-color: #198754; */
  display: flex;

  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 2rem 2rem 0;
}
.bo-container1 {
  width: 100%;
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}
.box-main {
  cursor: pointer;
  box-shadow: 1.5px 1.5px 10px rgba(0, 0, 0, 0.1);
  width: 9rem;
  height: 9rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  border: 1px solid lightyellow;
  transition-duration: 0.2s;
}
.box-main:hover {
  transform: scale(1.1);
}

.box-main p {
  position: absolute;
  bottom: -5%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0078b1;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  border-bottom: 2px solid #0078b1;
  /* filter: blur(1px); */
}
.box-main img {
  width: 60%;
  height: 60%;
}
@media screen and (max-width: 768px) {
  .box-main {
    width: 7rem;
    height: 7rem;
  }
  .box-main p {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 425px) {
  .bo-container1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

/* *************************** */
/* web-info-area */
/* *************************** */

.web-info-area {
  background-color: #fff;
  /* max-height: 50rem; */
  margin-top: 4rem;
  margin-bottom: 5rem;
}
.web-info-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* height: 35rem; */
  /* column-gap: 3rem; */
  align-items: center;
}
.web-info-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.web-info-images {
  width: 35rem;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-container {
  overflow: hidden;
  border-radius: 1rem;
  /* padding: 4rem; */
  border-radius: 1rem;
  width: 65%;
}
.image1 {
  object-fit: contain;
  width: 100%;
  border-radius: 1rem;
  transition-duration: 0.5s;
}

.image1:hover {
  transform: scale(1.03);
}
.web-info-main-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.web-info-heading {
  font-size: 2.5rem;

  color: #d8a31a;
  width: 100%;
  text-align: center;
  margin-bottom: 1.5rem;
}
.web-info-text {
  padding-right: 1.5rem;
  width: 80%;
}
.sm-heading {
  font-size: 12px;
  color: #999;
  font-weight: 700;
  /* margin-bottom: 1rem; */
}
.md-heading {
  font-size: 2rem;
  color: #000;
  font-weight: 700;
  line-height: 2.3rem;
  margin-bottom: 1rem;
}
.buy-description {
  font-size: 1rem;
  line-height: 1.7rem;
  margin-bottom: 1.9rem;
}
.btn-buying {
  background-color: #0078b1;
  padding: 14px 24px;
  color: #fff;
  font-weight: 700;
  border-radius: 6px;
}

@media screen and (max-width: 1024px) {
  .web-info-container {
    grid-template-columns: 1fr 1fr;
  }

  .web-info-heading {
    font-size: 1.9rem;
  }

  .info-heading {
    font-size: 1.3rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 768px) {
  .web-info-container {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
  }

  .info-heading {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .web-info-heading {
    font-size: 2.5rem;
    text-align: center;
  }
  .image-container {
    width: 60%;
  }
  .web-info-images {
    width: 27rem;
  }
  .web-info-text {
    width: 100%;
    padding-left: 2rem;
  }
}
@media screen and (max-width: 425px) {
  .web-info-container {
    grid-template-columns: 1fr;
  }

  .image-container {
    border-radius: 0;
    width: 80%;
  }
  .info-heading {
    font-size: 1.3rem;
    font-weight: 500;
  }
  .web-info-heading {
    font-size: 1.7rem;
  }
  .info-heading {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .web-info-images {
    grid-row: 1/2;
    margin-bottom: 1rem;
    width: 100%;
  }
  .md-heading {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 375px) {
  .web-info-container {
    grid-template-columns: 1fr;
  }
  .web-info-images {
    width: 23rem;
  }
}
@media screen and (max-width: 320px) {
  .web-info-images {
    width: 20rem;
  }
}

/* ******** */
/* DEMO DESIGN */
/* ******** */
.demo-design-container {
  width: 100%;
  /* display: grid;
  grid-template-columns: 1fr 1fr; */
  margin-top: 3rem;
  /* column-gap: 2rem; */
  overflow: hidden;
}
/* DESIGN 1 */
.design1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.blur-design {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* width: 481px; */
  grid-column-gap: 2px;
  column-gap: 2px;
  grid-row-gap: 2px;
  row-gap: 2px;
}
.boz {
  width: 11rem;
  height: 11rem;
  background-color: #999;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.boz img {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.boz p {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.1rem;
  font-weight: 800;
  transition-duration: 0.5s;
}

.boz:hover img {
  filter: blur(2px);
  transform: scale(1.05);
}
.boz:hover p {
  opacity: 1;
}
.con4,
.con14 {
  grid-column: 1/3;
  width: 100%;
}
.con10 {
  grid-column: 2/4;
  width: 100%;
}
/* DESIGN 2 */

.demo-header {
  font-size: 2.5rem;
  color: #d8a31a;
}
.main-container {
  width: 700px;
  /* background-color: #004e8f; */
  margin: 0 auto;
  /* background-color: #f1f5f9; */
  height: 100%;
}

.inner-container {
  /* background-color: #f1f5f9; */
  height: 100%;
  display: flex;

  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.main-content1,
.main-content2,
.main-content3,
.main-content4 {
  width: 400px;
  height: 300px;
}
.main-content1,
.main-content3 {
  border-left: 4px dotted #000;
  border-bottom: 4px dotted #000;
}
.main-content2 {
  border-right: 4px dotted #000;
  border-bottom: 4px dotted #000;
}

.main-content4 {
  border-right: 4px dotted #000;
  /* background-color: #f1f5f9; */
}
.image {
  /* background-color: #f1f5f9; */
  background: #fff;
}
.image img {
  height: 204px;
  width: 204px;
  background-color: #fff;
}
.message {
  display: flex;
  flex-direction: column;
}
.main-content1,
.main-content3 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

.main-content1 .image,
.main-content3 .image {
  position: absolute;
  left: -100px;
  top: 30px;
}
.main-content1 .message,
.main-content3 .message {
  position: absolute;
  right: -100px;
  top: 100px;

  /* background-color: #f1f5f9; */
}
.main-content2 .message,
.main-content4 .message {
  position: absolute;
  left: -100px;
  top: 100px;

  /* background-color: #f1f5f9; */
}
.main-content2,
.main-content4 {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}
.main-content2 .image,
.main-content4 .image {
  position: absolute;
  right: -100px;
  top: 30px;
}
.main-content2 .message,
.main-content4 .message {
  overflow: hidden;
}
.message .highlight {
  font-size: 24px;
  font-weight: 600;
  color: #0078b1;
  /* background-color: #f1f5f9; */
  letter-spacing: 1px;
  line-height: 36px;
}
.tet {
  /* background-color: #f1f5f9; */
  line-height: 30px;
  font-size: 19px;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .demo-header {
    font-size: 2.4rem;
  }
  .main-container {
    width: 575px;
    padding-right: 2rem;
  }
  .main-content1,
  .main-content2,
  .main-content3,
  .main-content4 {
    width: 370px;
    height: 200px;
  }
  .main-content1 .image,
  .main-content3 .image {
    left: -80px;
    top: 20px;
  }
  .main-content2 .image,
  .main-content4 .image {
    right: -80px;
    top: 20px;
  }
  .image img {
    height: 150px;
    width: 150px;
  }
  .message .highlight {
    font-size: 21px;
    letter-spacing: 0.5px;
    line-height: 26px;
  }
  .tet {
    font-size: 1rem;
    line-height: 25px;
  }
  .main-content1 .message,
  .main-content3 .message {
    right: -80px;
    top: 60px;
  }
  .main-content2 .message,
  .main-content4 .message {
    left: -80px;
    top: 60px;
  }
  .main-content1,
  .main-content3 {
    border-left: 3px dotted #000;
    border-bottom: 3px dotted #000;
  }
  .main-content2 {
    border-right: 3px dotted #000;
    border-bottom: 3px dotted #000;
  }

  .main-content4 {
    border-right: 3px dotted #000;
    /* background-color: #f1f5f9; */
  }
  .boz {
    width: 6.7rem;
    height: 6.7rem;
    /* background-color: #999; */
  }
  .con4,
  .con14 {
    grid-column: 1/3;
    width: 100%;
  }
  .con10 {
    grid-column: 2/4;
    width: 100%;
  }
  .boz p {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 768px) {
  .demo-header {
    font-size: 2rem;
    text-align: center;
  }
  .main-container {
    width: 466px;
    padding-right: 20px;
  }

  .main-content1,
  .main-content2,
  .main-content3,
  .main-content4 {
    width: 260px;
    height: 170px;
  }
  .main-content1 .image,
  .main-content3 .image {
    left: -60px;
    top: 20px;
  }
  .main-content2 .image,
  .main-content4 .image {
    right: -60px;
    top: 20px;
  }
  .image img {
    height: 120px;
    width: 120px;
  }
  .message .highlight {
    font-size: 17.5px;
    letter-spacing: 0.2px;
    line-height: 26px;
  }
  .tet {
    font-size: 0.85rem;
    line-height: 25px;
  }
  .main-content1 .message,
  .main-content3 .message {
    right: -50px;
    top: 40px;
  }
  .main-content2 .message,
  .main-content4 .message {
    left: -50px;
    top: 40px;
  }
  .main-content1,
  .main-content3 {
    border-left: 2px dotted #000;
    border-bottom: 2px dotted #000;
  }
  .main-content2 {
    border-right: 2px dotted #000;
    border-bottom: 2px dotted #000;
  }

  .main-content4 {
    border-right: 2px dotted #000;
    /* background-color: #f1f5f9; */
  }
}
@media screen and (max-width: 425px) {
  .design1 {
    display: none;
  }
  .demo-header {
    font-size: 2rem;
    text-align: center;
  }
  .main-container {
    width: 445px;
  }
}
@media screen and (max-width: 375px) {
  .demo-header {
    font-size: 2rem;
    text-align: center;
  }
  .main-container {
    width: 395px;
    /* padding-right: 20px; */
  }

  .main-content1,
  .main-content2,
  .main-content3,
  .main-content4 {
    width: 220px;
    height: 130px;
  }
  .main-content1 .image,
  .main-content3 .image {
    left: -50px;
    top: 20px;
  }
  .main-content2 .image,
  .main-content4 .image {
    right: -50px;
    top: 20px;
  }
  .image img {
    height: 95px;
    width: 95px;
  }
  .message .highlight {
    font-size: 14.5px;
    letter-spacing: 0.2px;
    line-height: 26px;
  }
  .tet {
    font-size: 0.75rem;
    line-height: 25px;
  }
  .main-content1 .message,
  .main-content3 .message {
    right: -40px;
    top: 30px;
  }
  .main-content2 .message,
  .main-content4 .message {
    left: -40px;
    top: 30px;
  }
  .main-content1,
  .main-content3 {
    border-left: 1.5px dotted #000;
    border-bottom: 1.5px dotted #000;
  }
  .main-content2 {
    border-right: 1.5px dotted #000;
    border-bottom: 1.5px dotted #000;
  }

  .main-content4 {
    border-right: 1.5px dotted #000;
    /* background-color: #f1f5f9; */
  }
}
@media screen and (max-width: 320px) {
  .demo-header {
    font-size: 2rem;
    text-align: center;
  }
  .main-container {
    width: 343px;
    /* padding-right: 20px; */
  }

  .main-content1,
  .main-content2,
  .main-content3,
  .main-content4 {
    width: 200px;
    height: 130px;
  }
  .main-content1 .image,
  .main-content3 .image {
    left: -42px;
    top: 20px;
  }
  .main-content2 .image,
  .main-content4 .image {
    right: -42px;
    top: 20px;
  }
  .image img {
    height: 80px;
    width: 80px;
  }
  .message .highlight {
    font-size: 14px;
    letter-spacing: 0.1px;
    line-height: 26px;
  }
  .tet {
    font-size: 0.69rem;
    line-height: 19px;
  }
  .main-content1 .message,
  .main-content3 .message {
    right: -30px;
    top: 30px;
  }
  .main-content2 .message,
  .main-content4 .message {
    left: -30px;
    top: 30px;
  }
  .main-content1,
  .main-content3 {
    border-left: 1.5px dotted #000;
    border-bottom: 1.5px dotted #000;
  }
  .main-content2 {
    border-right: 1.5px dotted #000;
    border-bottom: 1.5px dotted #000;
  }

  .main-content4 {
    border-right: 1.5px dotted #000;
    /* background-color: #f1f5f9; */
  }
}

/* ***********************  */
/* PP Home */
/* ***********************  */

.home-section-pp {
  width: 100%;
  height: auto;
  padding: 28px 0;
}
.inner-home-section {
  width: 100%;
  height: 112px;
  padding: 1rem 2rem 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  background-clip: padding-box;
  background-color: #e2f0ff;
}
.pp-title-1 {
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  color: #0078b1;
}
.pp-title-2 {
  font-size: 1rem;
  font-weight: 400;
  padding-top: 8px;
}
.pp-title-1 .dam {
  font-family: "Damion", cursive;
  font-size: 2.6rem;
  color: #d8a31a;
}
.pp-btn {
  background-color: rgb(247 250 252 / 1);
  font-weight: 700;
  border-radius: 0.3rem;
  font-size: 0.9rem;
  padding: 0.8rem 0.95rem;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}
.pp-btn span {
  margin-left: 0.8rem;
  background: #2f855a;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.18rem 0.6rem;
  border-radius: 0.3rem;
}
@media screen and (max-width: 425px) {
  .inner-home-section {
    flex-direction: column;
    height: 100%;
    gap: 2rem;
  }
}
@media screen and (max-width: 375px) {
  .pp-title-1 {
    font-size: 20px;
  }
  .pp-title-2 {
    font-size: 0.9rem;
  }
  .pp-title-1 .dam {
    font-size: 2rem;
  }
}
@media screen and (max-width: 320px) {
  .pp-title-1 {
    font-size: 17.5px;
    font-weight: 500;
  }
  .pp-title-2 {
    font-size: 0.85rem;
  }
  .pp-title-1 .dam {
    font-size: 2rem;
  }
}

/**********************************
* Chatbot Section
**********************************/

.chatbot-section {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
}
.chatbot-section-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  filter: brightness(0.5);
}
.chatbot-section-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.chatbot-content {
  max-width: 700px;
  text-align: center;
}
.chatbot-title {
  font-size: 30px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
  padding: 8px;
  font-weight: 700;
}
.chatbot-label {
  color: #4caf50;
}
.chatbot-brand {
  color: #dbd8d8;
}
.chatbot-description {
  font-size: 17px;
  font-weight: 500;
  color: #666;
  margin-bottom: 20px;
  padding: 20px;
  opacity: 0.8;
  background-color: #f8f8f8;
  border-radius: 8px;
  line-height: 1.6;
  font-style: italic;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.chatbot-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #4caf50;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border: none;
  border-radius: 5px;
  transition: 0.3s ease;
}
.chatbot-btn:hover {
  background-color: #45a049;
  box-shadow: 0 5px 10px #666;
  transform: translateY(4px);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/react-toastify/dist/ReactToastify.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --toastify-color-light: #fff;
  --toastify-color-dark: #121212;
  --toastify-color-info: #3498db;
  --toastify-color-success: #07bc0c;
  --toastify-color-warning: #f1c40f;
  --toastify-color-error: #e74c3c;
  --toastify-color-transparent: rgba(255, 255, 255, 0.7);
  --toastify-icon-color-info: var(--toastify-color-info);
  --toastify-icon-color-success: var(--toastify-color-success);
  --toastify-icon-color-warning: var(--toastify-color-warning);
  --toastify-icon-color-error: var(--toastify-color-error);
  --toastify-toast-width: 320px;
  --toastify-toast-background: #fff;
  --toastify-toast-min-height: 64px;
  --toastify-toast-max-height: 800px;
  --toastify-font-family: sans-serif;
  --toastify-z-index: 9999;
  --toastify-text-color-light: #757575;
  --toastify-text-color-dark: #fff;
  --toastify-text-color-info: #fff;
  --toastify-text-color-success: #fff;
  --toastify-text-color-warning: #fff;
  --toastify-text-color-error: #fff;
  --toastify-spinner-color: #616161;
  --toastify-spinner-color-empty-area: #e0e0e0;
  --toastify-color-progress-light: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  --toastify-color-progress-dark: #bb86fc;
  --toastify-color-progress-info: var(--toastify-color-info);
  --toastify-color-progress-success: var(--toastify-color-success);
  --toastify-color-progress-warning: var(--toastify-color-warning);
  --toastify-color-progress-error: var(--toastify-color-error);
}

.Toastify__toast-container {
  z-index: var(--toastify-z-index);
  -webkit-transform: translate3d(0, 0, var(--toastify-z-index));
  position: fixed;
  padding: 4px;
  width: var(--toastify-toast-width);
  box-sizing: border-box;
  color: #fff;
}
.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em;
}
.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em;
}
.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em;
}
.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0;
    transform: translateX(0);
  }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial;
  }
}
.Toastify__toast {
  position: relative;
  min-height: var(--toastify-toast-min-height);
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: var(--toastify-toast-max-height);
  overflow: hidden;
  font-family: var(--toastify-font-family);
  cursor: default;
  direction: ltr;
  /* webkit only issue #791 */
  z-index: 0;
}
.Toastify__toast--rtl {
  direction: rtl;
}
.Toastify__toast--close-on-click {
  cursor: pointer;
}
.Toastify__toast-body {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}
.Toastify__toast-body > div:last-child {
  word-break: break-word;
  flex: 1 1;
}
.Toastify__toast-icon {
  -webkit-margin-end: 10px;
          margin-inline-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.Toastify--animate {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.Toastify--animate-icon {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .Toastify__toast {
    margin-bottom: 0;
    border-radius: 0;
  }
}
.Toastify__toast-theme--dark {
  background: var(--toastify-color-dark);
  color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--light {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--default {
  background: var(--toastify-color-light);
  color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
  color: var(--toastify-text-color-info);
  background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
  color: var(--toastify-text-color-success);
  background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
  color: var(--toastify-text-color-warning);
  background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
  color: var(--toastify-text-color-error);
  background: var(--toastify-color-error);
}

.Toastify__progress-bar-theme--light {
  background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
  background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
  background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
  background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
  background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
  background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning, .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
  background: var(--toastify-color-transparent);
}

.Toastify__close-button {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}
.Toastify__close-button--light {
  color: #000;
  opacity: 0.3;
}
.Toastify__close-button > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}
.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1;
}

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: var(--toastify-z-index);
  opacity: 0.7;
  transform-origin: left;
}
.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
  transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right;
}

.Toastify__spinner {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: var(--toastify-spinner-color-empty-area);
  border-right-color: var(--toastify-spinner-color);
  animation: Toastify__spin 0.65s linear infinite;
}

@keyframes Toastify__bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes Toastify__bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes Toastify__bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp;
}

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown;
}

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes Toastify__zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn;
}

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut;
}

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.Toastify__flip-enter {
  animation-name: Toastify__flipIn;
}

.Toastify__flip-exit {
  animation-name: Toastify__flipOut;
}

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}
@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}
@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}
@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}
.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp;
}

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown;
}

@keyframes Toastify__spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[12].use[3]!./node_modules/react-loading-skeleton/dist/skeleton.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes react-loading-skeleton {
  100% {
    transform: translateX(100%);
  }
}

.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block; /* Enable animation */

  background-color: var(--base-color);

  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;

  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
  z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
}

.react-loading-skeleton::after {
  content: ' ';
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(
    90deg,
    var(--base-color),
    var(--highlight-color),
    var(--base-color)
  );
  transform: translateX(-100%);

  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none; /* Disable animation */
  }
}

