@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

#exampleModal.modal {
  --bs-modal-zindex: 999999999;
  font-family: "Plus Jakarta Sans", serif;
}

.modal-backdrop {
  --bs-backdrop-zindex: 9999;
}

#exampleModal .modal-body {
  background-color: #293cb3;
  padding: 25px 20px;
  border-radius: 16px 16px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#exampleModal .modal-body .modal-col1-text {
  width: calc(100% - 220px)
}

#exampleModal .modal-body .modal-col1-img {
  width: 220px;
}

#exampleModal .modal-content {
  border-radius: 16px;
}

#exampleModal .modal-content h2 {
  color: white;
  font-family: "Plus Jakarta Sans", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 0;
  margin-top: 0;
}

#exampleModal .modal-content p {
  color: #ffffff;
  font-weight: 500;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  line-height: normal;
  margin-top: 20px;
}

#exampleModal .modal-footer {
  background: white;
  padding: 14px 15px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-top: 4px solid #07091b;
  text-align: start;
  justify-content: flex-start;
}

#exampleModal .modal-footer .btn.btn-secondary {
  color: #112c79;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 16px;
  border: none;
  border: 1px solid #112c79;
  background: transparent;
  margin-left: 20px;
  padding: 12px 25px;
  line-height: normal;
  border-radius: 6px;
}

#exampleModal .modal-footer .btn.btn-primary {
  background: #112c79;
  border-radius: 6px;
  font-family: "Plus Jakarta Sans", serif;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: none;
  font-size: 16px;
  padding: 14px 25px;
  line-height: normal;
}

#exampleModal .modal-dialog {
  max-width: 600px;
}

.modal_secnd {
  position: fixed;
  z-index: 999999999;
  top: 20px;
  right: 20px;
  display: none;
  background: #fff;
  border-radius: 10px;
  max-width: 500px;
  box-shadow: 0 0 6px 0px #969696;
}

.notifi_close {
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #ccc;
  z-index: 999;
  background: #fff;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

/* .modal_secnd .modal-dialog {
    max-width: 600px;
} */
.modal_secnd {
  --bs-modal-zindex: 9155;
  font-family: "Plus Jakarta Sans", serif;
}

.notifi_img {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: center;
  background: #ccc;
  border-radius: 7px 7px 0 0;
  max-height: 300px;
  overflow: hidden;
}

.notifi_img img {
  width: 100%;
  border-radius: 7px 7px 0 0;
  height: auto;
}

.notifi_contet {
  padding: 25px 20px 10px 20px;
  display: flex;
  align-items: center;
}

.notifi_contet .notifi_content_img {
  width: 100px;
  padding-left: 15px;
}

.notifi_content_img img {
  max-width: 100%;
  background: #ccc;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 4px;
}

.notifi_contet .notifi_text {
  width: 100%;
}

.notifi_contet .notifi_text h2 {
  font-size: 19px;
  font-weight: 700;
  color: #191919;
  margin-bottom: 10px;
  margin-top: 0;
  line-height: normal;
}

.notifi_contet .notifi_text p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}

.notific_iner_btn {
  display: flex;
  align-items: center;
  background: #fff;
  justify-content: flex-start;
  padding: 20px;
  padding-right: 0px;
  margin-top: 20px;
  border-radius: 0 0 12px 12px;
}

.notific_iner_btn .btn-later {
  box-shadow: none;
  letter-spacing: 0;
  font-size: 16px;
  padding: 11px 20px;
  border: 1px solid #ababab;
  color: #707070;
  font-weight: 500;
  border-radius: 8px;
}

.notific_iner_btn .btn-info {
  border-radius: 8px;
  border: none;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
  width: 165px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 10px;
}

.modal-backdrop {
  --bs-backdrop-zindex: 9150;
}

.message_body_text {
  padding: 0px 20px 0px;
}

.message_body_text p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.notific_main_3 {
  background: rgba(0, 15, 37, .87);
  position: fixed;
  overflow: hidden;
  display: none;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.notific_iner_3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.notific_iner_3 h2 {
  font-size: 36px;
  font-weight: 700;
  color: #0dcaf0;
  line-height: normal;
  margin-bottom: 15px;
  position: relative;
  margin-top: 0;
}

.notific_iner_3 h2 img {
  position: absolute;
  top: -30px;
  left: -25px;
  transform: rotate(45deg);
}

.notific_iner_3 p {
  font-size: 16px;
  font-weight: 400;
  color: #bebfbf;
  margin-bottom: 15px;
}

.notific_iner_3 h3 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 5px;
  color: #fff;
}

.notific_iner_3 p {
  margin: 0 0 20px 0;
  color: #fff;
  font-size: 18px;
  max-width: 890px;
}

.notific_iner_3 .btn-info {
  border-radius: 32px;
  font-size: 15px;
  color: #fff;
  margin-top: 10px;
}

.animation_img {
  display: none;
}

.chrome .animation_img {
  display: block;
  margin: 10px 0px
}

.firefox .animation_img {
  display: block;
  margin: 10px 0px
}

.firefox .chromeimg {
  display: none;
}

.firefox .fireimg {
  display: block;
}

.chrome .fireimg {
  display: none;
}

.chrome .chromeimg {
  display: block;
}

@media(max-width:575px) {
  #exampleModal .modal-body {
    flex-direction: column-reverse;
    text-align: center;
  }

  #exampleModal .modal-body .modal-col1-text {
    width: 100%;
  }

  #exampleModal .modal-body .modal-col1-img {
    width: 100%;
  }

  #exampleModal .modal-footer {
    padding: 14px 15px;
  }

  #exampleModal .modal-footer .btn.btn-secondary {
    margin-left: 0px;
  }

  .notifi_contet .notifi_content_img {
    padding-left: 0;
    margin-bottom: 15px;
  }

  .notifi_contet {
    align-items: self-start;
    flex-direction: column-reverse;
  }

  #exampleModal .modal-content p {
    font-size: 14px;
  }

  #exampleModal .modal-content h2 {
    font-size: 26px;
    line-height: 32px;
  }

  #exampleModal .modal-content p {
    margin-top: 10px;
  }

  .notific_iner_3 {
    padding: 0px 15px;
  }

  .notific_main_3 {
    display: none !important;
  }

  .modal_secnd {
    right: 10px;
    left: 10px;
  }

  #exampleModal .modal-body .modal-col1-img img {
    max-width: 190px;
    margin-bottom: 20px;
  }
}

@media(max-height:560px) {
  .modal_secnd {
    overflow: auto;
    max-height: 430px;
  }
}

@media(max-width:375px) {
  #exampleModal .modal-footer {
    justify-content: center;
  }

  .modal_secnd {
    right: 10px;
    left: 10px;
  }
}