body {
  font-family: "Figtree", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2,
h3 {
  color: #0d0d0d !important;
  font-weight: 700 !important;
}

h1 {
  font-size: clamp(28px, 2vw + 1rem, 42px) !important;
}

h2 {
  font-size: clamp(24px, 1.8vw + 1rem, 36px) !important;
}

h3 {
  font-size: clamp(16px, 1.2vw + 0.8rem, 20px) !important;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: #0d0d0d;
}

.modal-heading {
  font-size: clamp(24px, 1.8vw + 1rem, 36px) !important;
}

.bg {
  background: linear-gradient(to right, #faf0e2 50%, #d7e7e7);
}

.bg-main {
  background: linear-gradient(to right, #faf0e2 50%, #d7e7e7);
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}


/* ***********
Banner
**************/


.newyear-banner {
  background-color: #001143;
  height: 80px;
}

/* Show background image only on screens above 768px */
@media (min-width: 768px) {
  .newyear-banner {
    background: #001143 url("/assets/images/new-year-bg.png") no-repeat center / contain;
  }
}

.newyear-banner .logo {
  width: clamp(5.188rem, 3.361rem + 7.79vw, 10.375rem);
}

.newyear-data p {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 800;
  font-size: clamp(0.75rem, 0.375rem + 1.67vw, 1.875rem);
  color: #ffffff;
}

.newyear-btn {
  padding: 8px;
  border-width: 1px solid #000000;
  background-color: #ffd034;
  border-radius: 8px;
  font-weight: 600;
  font-size: clamp(10px, 2vw, 16px);
  text-align: center;
  color: #000000;
  /* display: flex; */
  gap: 5px;
}

.newyear-data a {
  text-decoration: none;
}

/* **************
 //Navbar
 **************** */

.navLink {
  text-decoration: none;
  color: black;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}

.buttonMain {
  border: 1px solid black;
  border-bottom: 3px solid black;
  border-radius: 12px;
  white-space: nowrap;
  height: 50px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
}

.buttonMains-api {
  box-sizing: border-box;
  border: solid #000;
  border-width: 1px 1px 3px;
  padding: 14px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  overflow: hidden;
  height: 50px;
  gap: 5px;
  width: 100%;
}

.buttonMain:hover,
.buttonMains-api:hover {
  border-bottom: 5px solid black;
  /* margin-top: 3px; */
}

/* ****************
 Hero section
 ********************* */

.mainHero {
  position: relative;
  z-index: 1;
}

.mainHero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 580px;
  background: linear-gradient(to right, #faf0e2 50%, #d7e7e7);
  z-index: -1;

}

.main_google_ad_box {
  width: 100%;
  max-width: 730px;
  height: 90px;
  overflow: hidden;
  margin: 0 auto;
}

/* ********************
main area 
 ***********************/

.back {
  background-color: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(19.5px);
  border: 1px;
  border-radius: 20px;
}

.yourContent {
  border: 1px solid #eee;
  width: 50%;
  border-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  background-color: white;
}

@media (max-width: 1023px) {
  .yourContent {
    width: 100%;
    border-radius: 20px;
  }
}

.reWritten {
  border: 1px solid;
  width: 50%;
  border-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: white;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-top: 0;
}

@media (max-width: 1023px) {
  .reWritten {
    width: 100%;
    border-radius: 20px;
  }
}

.editable:empty::before {
  content: attr(data-placeholder);
  color: rgb(162, 162, 162);
}

.editable2:empty::before {
  content: attr(data-placeholder);
  color: rgb(162, 162, 162);
}

.comments {
  align-self: flex-start;
  display: inline-block;
  font-size: 16px !important;
  width: 100%;
  height: 100%;
  color: black;
  word-break: break-word;
  width: 100%;
  border: none !important;
  resize: none;
  font-family: Figtree, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.textareaone {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 80%;
  gap: 10px;
}

.toolBtn {
  height: 58px;
  padding: 0px 15px;
  border-radius: 5px;
  border: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  gap: 5px;
}

.mainbutton {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px dashed #f8f4f4;
  padding: 10px;
  gap: 15px;
  border-radius: 14px;
}

.borderTextArea1 {
  border: 1px solid #f8f4f4;
  padding: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.borderTextArea2 {
  border: 1px solid #f8f4f4;
  padding: 20px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.AiDecResp {
  max-width: 1285px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  border-radius: 30px;
  padding: 20px;
  background-color: rgb(240, 236, 244);
  backdrop-filter: blur(50px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px;
}

/* ***************
 work section
 ************** */

.my-60 {
  margin: clamp(30px, 6vw, 60px) auto !important;
}

/* *****************
 tools
 ********************** */
.card-students {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px 20px 48px 20px;
  background-color: white !important;
  transition:
    transform 0.3s ease,
    box-shadow 0.4s ease,
    border-color 0.3s ease,
    filter 0.3s ease,
    background 0.3s ease;
  cursor: pointer;
  position: relative;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: cardFadeIn 0.6s ease-out;
  background: linear-gradient(135deg, #ffffff, #f4f4f9);
  perspective: 1000px;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.card-students:hover {
  transform: translateY(-15px) rotateY(10deg);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
  border: 2px solid #ffe047;
  filter: brightness(1.1);
  background: linear-gradient(to right, #faf0e2 50%, #d7e7e7);
  box-shadow: 0 0 30px 8px rgb(255, 224, 71);
  animation: pulseGlow 1.5s ease-in-out infinite;
  transition:
    transform 0.3s ease,
    box-shadow 0.4s ease,
    filter 0.3s ease,
    background 0.3s ease;
}

/*****************
  info scetion 
*******************/

.feature-infoheading p {
  color: #5f5f5f !important;
  margin-bottom: 14px;
}

.benefitspara-links a {
  color: blue !important;
}

/* ***************
mechanism scetion
************ */

.mb-60 {
  margin-bottom: clamp(30px, 6vw, 60px) !important;
}

.py-60 {
  padding: clamp(30px, 6vw, 60px) 0 !important;
}

.pt-60 {
  padding-top: clamp(30px, 6vw, 60px) !important;
}

.mt-60 {
  margin-top: clamp(30px, 6vw, 60px) !important;
}

/* ***************************
faq
**************************8 */

.svg-container {
  animation: up-down 3s ease-in-out infinite;

}

.Faqs-Cont [aria-expanded="true"] .svg-container img {
  transform: rotate(180deg);
}

.svg-container img {
  transition: transform 0.3s ease;
}

@keyframes up-down {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }
}

.Faqs-Cont {
  margin-top: 30px;
  background-color: #f9f9f9;
  margin-top: 10px;
  border: 1px solid #e8e4e4;
  max-width: 780px;
  width: 100%;
  border-radius: 16px;
}

.Faqs-Cont p {
  color: #7e7e7e !important;
}

.Faqs-Cont h3 {
  text-align: start;
  flex: 1;
}

/****************
  Footer 
  *****************/

.mainfooter {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 10px;
  padding-top: 50px;
}

.footer-logo {
  font-size: clamp(24px, 1.8vw, 27px);
}

@media (max-width: 1000px) {
  .mainfooter {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 786px) {
  .mainfooter {
    grid-template-columns: 1fr;
  }
}

.list a {
  font-size: 18px;
}

/* ***********
  contact us 
  ************** */

.formContent label {
  font-weight: 600;
  font-size: 16px;
  text-transform: capitalize;
  color: #131313;
}

.formContent input {
  padding: 20px !important;
  margin-top: 14px;
  font-weight: 500 !important;
  font-size: 14px !important;
  background-color: rgb(244, 244, 244);
  border: 1px solid rgb(240, 236, 236);
  /* text-transform: capitalize; */
  color: #0d0d0d !important;
  border-radius: 8px;
}

.formContent input::placeholder,
.formContent textarea::placeholder {
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: capitalize;
  color: #595959 !important;
}

.formContent textarea {
  border-radius: 8px;
  margin-top: 10px;
  width: 100%;
  font-family: Figtree, sans-serif;
  font-size: 14px;
  font-weight: 500;
  background-color: rgb(244, 244, 244);
  padding: 12px;
  height: 125px;
  border: 1px solid rgb(240, 236, 236);
}

/* ******************
popup
************** */

.card {
  border-top: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  border-bottom: 6px solid #dddddd;
  border-left: 2px solid #dddddd;
  background: #ffff;
}

.card.active {
  background: #ffe047;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 6px solid #000;
  border-left: 2px solid #000;
}

.card p {
  /* margin: 4px; */
  font-weight: 500;
  font-size: 18px;
  text-align: center;
}

.card.active .price-box {
  background: #000 !important;
}

.card.active .price-box .price,
.card.active .price-box .discount-price {
  color: #fff3fc !important;
}

.card .price-box {
  border-radius: 20px;
  background: #fff3fc;
  color: #000 !important;
  margin-top: 15px;
  max-height: 82px;
}

.card .price-box .price {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  text-decoration: line-through;
}

.card .price-box .discount-price {
  text-align: center;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
}

/* *************
plagiarism checker 
**************** */

.yourContents {
  border: 1px solid #eee;
  border-radius: 20px;
  background-color: white;
  border-bottom: 0;
  border-left: 0;
  border-top: 0;
}

.reWrittens {
  border: 1px solid;
  border-radius: 20px;
  background-color: white;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  border-top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
}

/* *****************
/privacy policy
***************** */

.content-page p,
.content-page ul li {
  margin-bottom: 12px;
}

.content-page span {
  margin-bottom: 12px;
  display: inline-block;
}

.content-page h1,
.content-page h2,
.content-page h3 {
  margin-bottom: 14px;
}

/* *************
auth modals
****************** */
.mainModal {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 50;
  padding: 12px;
}

.mainModalContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 470px;
  width: 100%;
  border-radius: 20px;
}

.modalInner {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.2);
  padding: 30px;
  position: relative;
  background-color: white;
  width: 100%;
  border-radius: 25px;
}

.close-icon {
  position: absolute;
  right: 22px;
  top: 18px;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
}

.form-label {
  font-size: 16px;
  font-weight: 600;
}

.form-input {
  font-size: 14px !important;
  font-weight: 500 !important;
  background-color: rgb(244, 244, 244) !important;
  border: 1px solid rgb(240, 236, 236) !important;
  border-radius: 8px !important;
  padding: 13px 12px !important;
  margin-top: 13px !important;
}

/* ****************
/not found
******************* */

.page_404 {
  padding: 40px 0;
  background: #fff;
}

.page_404 img {
  width: 100%;
}

.four_zero_four_bg {
  background-image: url(https://cdn.dribbble.com/users/285475/screenshots/2083086/dribbble_1.gif);
  height: 400px;
  background-position: center;
}

.four_zero_four_bg h1 {
  font-size: 80px;
}

.four_zero_four_bg h3 {
  font-size: 80px;
}

.link_404 {
  border-radius: 10px;
  color: #fff !important;
  padding: 10px 20px;
  background: #ff7c16;
  /* margin: 20px 0; */
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
}

.contant_box_404 {
  margin-top: -80px;
}

.not-found-title {
  margin-top: 14px !important;
  font-size: 40px;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
  margin-bottom: 0 !important;
}

.not-found-para {
  margin: 14px 0 !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 20.16px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(26, 26, 26, 0.769);
}

/* ****************
plagiarism api
******************* */

.plan-rang-weekly-yearly {
  background: linear-gradient(91.49deg, #fff7e4 32.13%, #e7ffeb 92.82%);
  border-radius: 40px;
}

.rang-plan-btns button.active {
  background-color: #ffe047;
  border-radius: 17px;
}

.rang-value p {
  /* display: flex; */
  align-items: center;
  font-weight: 700;
  font-size: 59px;
  color: #151515;
  gap: 10px;
}

.rang-value span {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #151515;
}

.rang-value span p {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #151515;
}

/*range slider  */
/* .slider .noUi-base {
  border-radius: 9999px;
  height: 6px;
}

.slider.noUi-horizontal {
  height: auto !important;
}

.slider .noUi-connect {
  background: #ffe047 !important;
}

.slider.noUi-target {
  background-color: white !important;
  border: none;
}

.slider .noUi-touch-area {
  background-color: #ffe047;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: -6px;
  cursor: pointer;
  box-shadow: none;
  border: none;
}

.slider .noUi-handle::before,
.slider .noUi-handle::after {
  content: none !important;
}

.slider .noUi-handle {
  border-radius: 50%;
  width: 20px !important;
  height: 20px !important;
  top: -6px;
  cursor: pointer;
  box-shadow: none;
} */

.buy-plan {
  margin-top: 30px;
  padding: 18px;
  background-color: #5fe774 !important;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-color: #000000;
  border-radius: 12px;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  width: 100%;
}

/* ********************
//plan and pricing
***********************/

.premium-plan {
  max-width: 388px;
  background-color: white;
  padding: 25px 20px;
  border: 2px solid;
  border-radius: 12px;
  box-sizing: border-box;
  /* Ensure padding is included in width */
}

.plan-features li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.bypass-logo-one {
  padding: 10px 12px;
  background-color: #e9f8eb;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* **************
//blog
**************/

.articleCard {
  padding: 10px;
}

.articleCard img {
  margin-bottom: 20px;
  border-radius: 20px;
}

.articleCard p {
  margin-top: 10px;
}

/* *************
Blog Detail
*****************/
.related-articles {
  padding: 20px;
  padding-left: 40px;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 15px;
  align-self: flex-start;
}

/* List item */
.related-articles li {
  font-size: 14px;
  font-weight: 400;
  color: rgb(117, 117, 117);
  border-top: 1px solid #e5e7eb;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Remove bottom border from last item */
.related-articles li:last-child {
  border-bottom: none;
}

.blog-content p {
  font-size: 18px;
  line-height: 1.35;
  color: #353535;
}

.blog-content h2 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.main-heading {
  font-size: 18px !important;
  font-weight: 600 !important;
}

/* *************
//account setting
********** ********/
/* Account Settings link styles */

.account-link.active {
  background-color: white;
  box-shadow: 0px 0px 5px 0px #00000040;
  color: black;

}

.account-link.active img {
  filter: grayscale(100%) brightness(0);
}

.main-text {
  font-size: 16px;
  font-weight: 600;
}

/* Upload image button styles */
.upload-image-container {
  border: 1px solid #00aa45;
  background-color: #f0fff6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 15px 25px;
  cursor: pointer;
}

/* ***********
//billing
************ */
.dataTables_length,
.dataTables_filter,
.dataTables_info,
.dataTables_paginate {
  padding: 16px;
}

.dataTables_length select {
  padding: 6px 16px !important;
}

.summary-list li {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}

.payment-card {
  max-width: 330px;
  width: 100%;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  cursor: pointer;
}

.payment-card.active {
  border: 1px solid rgb(43, 160, 137);
  background-color: rgb(224, 248, 244);
}

/* checker */
.match {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  border-radius: 12px;
  /* background-color: #e8f5ef; */
  padding: 10px 12px;
}

.match span {
  font-size: 16px;
  font-weight: 500;
}

.match p {
  font-size: 20px;
  font-weight: 600;
}

.primary-btn {
  box-sizing: border-box;
  border: solid #000;
  border-width: 1px 1px 3px;
  padding: 14px;
  display: flex;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  align-items: center;
  border-radius: 12px;
  cursor: pointer;
  height: 50px;
  gap: 5px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
}

/* **************
api-documnetation
**************/

.api-aside {
  background: linear-gradient(90deg, #faf0e2 50%, #d7e7e7);
  box-shadow: 0px 0px 10px #0000001c;
  width: 250px;
  padding: 1rem;
  transition: transform 0.3s ease-in-out;
}

.aside-menu li button {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
}

.aside-menu li.active {
  background-color: rgb(253 224 71);
  font-weight: 600;
  border-radius: 12px;
}

/* ************
api-doc
***************/

.intergration-container {
  /* margin-top: 30px;s */
}

.docs-data {
  /* padding: 30px 40px;
  background-color: #f7f7f7; */
}

.docs-data strong {
  font-weight: 600;
  font-size: 22px;
  color: #393939;
}

.docs-data p,
.docs-data ul li {
  font-weight: 400;
  font-size: 14px;
  color: #0d0d0d;
  margin-bottom: 4px;
}

.api-base-url {
  padding-top: 20px;
}

.api-base-url .api-header {
  padding: 10px;
  background-color: #3a3a3a;
  border-radius: 10px 10px 0 0px;
}

.api-base-url .api-header strong {
  font-style: Bold;
  font-size: 14px;
  color: #f7f7f7;
}

.api-base-url .api-bottom {
  padding: 10px;
  background-color: #ebebeb;
  border-radius: 0 0 10px 10px;
}

.api-base-url .api-bottom strong {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
}

.api-bottom code {
  color: #d63383;
  display: block;
  word-break: break-word;
}

.feature-api ul li {
  margin-bottom: 4px;
}

.list-circle {
  list-style-type: circle;
}

.api-bottom.response code {
  margin-bottom: 0px !important;
}

.api-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 15px;
  border-radius: 10px;
  text-decoration: none;
  color: #ababab;
  font-size: 16px;
  font-weight: 600;


  transition:
    background-color 0.3s,
    box-shadow 0.3s,
    color 0.3s;
}

.api-link.active {
  color: #000;
  background-color: #fff;
  box-shadow: 0 0 5px 0 #00000040;

}

.api-link.active img {
  filter: grayscale(100%) brightness(0);
}

.billing-table thead th {
  color: #969696;
  border: none;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px;
}

.billing-table tbody td {
  padding-top: 12px !important;
  color: #1a1a1a;
  border: none;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  white-space: nowrap;
  padding: 10px;
  text-align: center;
}

.badge {
  padding: .3rem !important;
  align-items: center !important;
  display: inline-flex;
  color: #fff !important;
  background-color: #00AA45;
  justify-content: center !important;
  border-radius: 50rem;
}

.usage-btn {
  padding: 8px 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: 0.2s ease-in-out;
  font-weight: normal;
  background-color: #f9f9f9;
  color: #000;
}

.usage-btn.active {
  background-color: #FFD034;
  color: #fff;
  font-weight: bold;
}

/* **************
checker container
**************** */

.check-container {
  background-color: white;
  backdrop-filter: blur(19.5px);
  border: 5px solid rgba(0, 0, 0, 0.06);
  margin: 50px;
  border-radius: 20px;
  max-width: 1275px;
  margin: 0 auto;
  width: 100%;
  padding: 15px;

}

.checker {
  padding: 0;
  border: 1px solid #ffe5e5;
  background-color: #fff4f4;
  border-radius: 10px;
  margin-bottom: 14px;
}

.check-result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #ccc;
  transition: all .3s ease;
  opacity: 1;
  transform: translateY(0);
}

.check-result .remove-btn button {
  padding: 8px;
  border-radius: 10px;
  background-color: #FF0000;
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: #FFFFFF;
  cursor: pointer;
}

.check-result .result {

  font-weight: 400;
  font-size: 18px;
  color: #1a1a1a;
}


.check-result .number {
  min-width: 23px;
  height: 23px;
  color: white;
  padding: 4px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* my css  */
.modal {
  display: flex;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.danger-alert-container, .success-alert-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background-color: rgba(0, 0, 0, 0.4);
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  /* semi-transparent black */
  display: flex;
  justify-content: center;
  /* center horizontally */
  align-items: center;
  /* center vertically */
  z-index: 9999;
  /* on top of everything */
}

.gauge {
  margin: 10px 0;
  position: relative;
  width: 200px;
  height: 100px;
  border-radius: 50%/100% 100% 0 0;
  background: linear-gradient(to right, #26a661, #da8a11, #f50101);
  overflow: hidden;
}
.gauge .percentage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  transform-origin: bottom center;
  transition: transform 1s ease-in-out;
}
.gauge .mask {
  position: absolute;
  left: 20%;
  right: 20%;
  bottom: 0;
  top: 40%;
  background-color: rgb(240, 236, 244);
  border-radius: 50%/100% 100% 0 0;
}
.gauge .value {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-weight: bold;
}

/* Fix SweetAlert buttons hidden issue */
.swal-confirm-btn,
.swal-cancel-btn {
    padding: 10px 18px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

/* Confirm */
.swal-confirm-btn {
    background-color: red !important;
    color: #fff !important;
    margin-right: 5px;
}

/* Cancel */
.swal-cancel-btn {
    background-color: black !important;
    color: #fff !important;
}

/* Remove Tailwind hover opacity conflict */
.swal-confirm-btn:hover,
.swal-cancel-btn:hover {
    opacity: 1 !important;
}

#output_text_div span {
  color: #0a7a05;
  font-weight: bold;
}