/* Length Calculator.......................................................................................*/


.tool-error-message {
  color: red;
  font-size: 14px;
}

.up_cont_img {
  float: right;
}
.Lengthconverter-container h1 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}
.hori_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.Lengthconverter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.Lengthform-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.wheel {
  background: #e4f5f9;
  color: #fff;
  padding: 5px 20px 50px 20px;
  margin-right: 30px;
  border-radius: 15px;
}
.Lengthform-group label {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  padding-bottom: 5px;
}

.Lengthform-group select,
.Lengthform-group input {
  padding: 10px;
  outline: none;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #666;
  height: 48px;
  width: 100%;
}

.Lengthform-group input:read-only {
  background: hsl(189.85deg 99.01% 39.8% / 34%);
}

.Lengthbutton-group {
  display: flex;
  margin: 0 auto;
  gap: 16px;
}

.Lengthbutton-group button {
  width: 200px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.cal_btn {
  border: 1px solid #01a9ca;
  background: #c5f2fc;
  color: #000000;
}




/*BMI CALCULATOR ............................................................................................*/
.bmi_img2 img {
  width: 80px;
  height: 80px;
  object-fit: fill;
  overflow: hidden;
}


.bmicalculator {
  border-radius: 12px;
  text-align: center;
  color: #fff;
  padding: 20px 30px 50px 30px;
  background: #F3FAFC;
  margin-right: 30px;
}

.bmiinput label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  padding-left: 10px;
}

.bmiresult {
  padding: 10px 20px;
}

.bmiinput {
  background: #fff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 6px;
  margin-bottom: 11px;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: space-between;
}

#val_amnt {
  font-size: 13px;
}

#val_per,
#val_rate {
  font-size: 13px;
}

.bmiinput input {
  outline: none;
  border: none;
  border: 1px solid #01a9ca;
  width: 50%;
  text-align: center;
  font-size: 16px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  color: #666;
  padding: 10px 10px;
  text-align: left;
}

.bmiresult {
  padding: 10px 20px;
}

.bmiresult-item {
  font-weight: 600;
  font-size: 22px;
  color: #1d6fa5;
  margin-bottom: 15px;
  background-color: #080c315e;
  padding: 7px 20px;
  border-radius: 25px;
}

.bmiresult-item span {
  color: #01a9ca;
  font-size: 16px;
  font-weight: 500;
}
.bmi_imbox {
  display: flex;
  justify-content: space-between;
  padding-bottom: 25px;
}

.bmiresult-item p {
  padding-bottom: 10px;
}
/* Image Compressor ........................................................................................*/

.ICcalculator {
  width: 500px;
  background: #28334b;
  border-radius: 12px;
  text-align: center;
  max-width: 100%;
  padding: 15px;
  color: #fff;
}

.ICHeading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}

/* .ICcontent {
	padding: 0 30px;
} */

.ICinput {
  background: #080c2b;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
}

.ICinput input[type="file"],
.ICinput select {
  outline: none;
  border: none;
  width: 50%;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}

.ICinput input[type="file"] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
  height: 100%;
}

.ICinput label {
  display: inline-block;
  background: #163792;
  border-radius: 8px;
  padding: 10px 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: 10px;
  font-size: 12px;
}

.ICinput label:hover {
  background: #0e2561;
}

.ICinput select {
  width: calc(50% - 20px);
  margin: auto;
  display: block;
  margin-top: 8px;
  padding: 10px;
  border: 1px solid #163792;
  border-radius: 8px;
  appearance: none;
  background-color: #080c2b;
}

.ICinput select:hover,
.ICinput select:focus {
  border-color: #0e2561;
  box-shadow: 0 0 10px #0e2561;
}

.ICfilename {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

/* Image Extension*......................................................................................................*/
.IEcalculator {
  margin: 0 auto;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  background: #e4f5f9;
  padding: 20px 30px 50px 30px;
  margin-right: 30px;
}

.upload_filee {
  width: 100%;
}

.IEHeading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}



.IEinput {
  background: #ffffff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.IEinput input[type="file"],
.IEinput select {
  outline: none;
  border: none;
  width: 50%;
  text-align: left;
  font-size: 16px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  color: #fff;
}

.IEinput input[type="file"] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
  height: 100%;
}

.IEinput label {
  display: inline-block;
  background: #01a9ca;
  border-radius: 8px;
  padding: 10px 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: 10px;
  font-size: 12px;
}

.IEinput label:hover {
  background: #01a9ca;
}

.IEinput select {
  padding: 10px;
  border-radius: 8px;
  appearance: none;
  background-color: #fff;
  border: 1px solid #01a9ca;
  color: #666;
}

.IEfilename {
  font-size: 16px;
  color: #666;
}

/* Video Compressor*......................................................................................................*/
.VCcalculator {
  margin: 0 auto;
  border-radius: 12px;
  text-align: center;
  color: #fff;
}

.VCHeading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}

.VCcontent {
  padding: 0 30px;
}

.VCinput {
  background: #fff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.VCinput input[type="file"],
.VCinput select {
  outline: none;
  border: none;
  width: 50%;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  color: #fff;
}

.VCinput input[type="file"] {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
  height: 100%;
}

.VCinput label {
  display: inline-block;
  background: #01a9ca;
  border-radius: 8px;
  padding: 10px 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: 10px;
  font-size: 12px;
}

.VCinput label:hover {
  background: #01a9ca;
}

.VCinput select {
  display: block;
  padding: 10px;
  border-radius: 8px;
  appearance: none;
  background-color: #fff;
  border: 1px solid #01a9ca;
  color: #666;
  text-align: left;
  font-size: 16px;
}

/* .VCinput select:hover,
.VCinput select:focus {
  border-color: #0e2561;
  box-shadow: 0 0 10px #0e2561;
} */
.VCfilename {
  font-size: 16px;
  color: #666;
}

/* EMI CALCULATOR......................................................................................... */
.emicalculator {
  background: #e4f5f9;
  color: #fff;
  padding: 30px 30px 50px 30px;
  margin-right:30px;
  border-radius: 15px;
}

.emibtn {
  margin: 30px auto 0 auto;}

.emiinput {
  background: #ffffff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 6px;
  margin-bottom: 11px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brow_btn strong {
  color: #01a9ca;
}
.emiinput label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  padding-left: 10px;
}

.emiinput_2 {
  display: flex;
  justify-content: space-evenly;
}

.formtick-input {
  width: 23px;
  height: 23px;
}

.form_outer {
  display: flex;
  align-items: center;
}

.form_outer input[type="radio"] {
  width: 24px;

  margin-top: 3px;
}

.emiinput input {
  outline: none;
  border: none;
  border: 1px solid #01a9ca;
  width: 50%;
  text-align: left;
  font-size: 16px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  color: #666;
  padding: 10px 10px;
}

.emiresult {
  /* padding: 10px 20px; */
  text-align: left;
}

.emiresult-item {
  font-weight: 500;
  font-size: 16px;
  color: #666;
  /* margin-top: 15px; */
  background-color: #fff;
  padding: 7px 0px;
  border-radius: 5px;
}

/*Video Extension ......................................................................................... */
.VEcalculator {
  border-radius: 12px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}

.VEHeading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}

.VEcontent {
  padding: 0 30px;
}

.VEinput {
  background: #ffffff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 20px;
  display: flex;
  color: #fff;
  position: relative;
  align-items: center;
  justify-content: space-between;
}

.VEinput input[type="file"],
.VEinput select {
  outline: none;
  border: none;
  width: 50%;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  color: #fff;
}

.VEinput input[type="file"] {
  position: absolute;
  left: 100%;
  transform: translateX(-50%);
  opacity: 0;
  cursor: pointer;
  height: 100%;
}

.VEinput label {
  display: inline-block;
  background: #01a9ca;
  border-radius: 8px;
  padding: 10px 10px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-left: 10px;
  font-size: 12px;
}

.VEinput label:hover {
  background: #0e2561;
}

.VEinput select {
  display: block;
  padding: 10px;
  border-radius: 8px;
  /* appearance: none; */
  background-color: #fff;
  border: 1px solid #01a9ca;
  color: #666;
  font-size: 16px;
  text-align: left;
}

.VEfilename {
  margin-bottom: 10px;
  font-size: 16px;
  color: #fff;
}

/* Spin Wheel......................................................................................... */

.spin-box {
  border-radius: 12px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.deal-wheel {
  width: 100%;
  display: grid;
  place-items: center;
  --size: clamp(250px, 35vmin, 700px);
  --lg-hs: 0 3%;
  --lg-stop: 50%;
  --lg: linear-gradient(
    hsl(var(--lg-hs) 0%) 0 var(--lg-stop),
    hsl(var(--lg-hs) 20%) var(--lg-stop) 100%
  );
  position: relative;
  grid-gap: calc(var(--size) / 20);
  grid-template-areas:
    "spinner"
    "trigger";
  font-family: "Girassol", sans-serif;
  font-size: calc(var(--size) / 21);
  line-height: 1;
  text-transform: lowercase;
  padding: 0px 40px;
}

.deal-wheel > * {
  grid-area: spinner;
}

.deal-wheel .btn-spin {
  grid-area: trigger;
  justify-self: center;
  margin-top: 7px;
  margin-bottom: 15px;
}

.spinner {
  position: relative;
  display: grid;
  align-items: center;
  grid-template-areas: "spinner";
  width: var(--size);
  height: var(--size);
  transform: rotate(calc(var(--rotate, 25) * 1deg));
  border-radius: 50%;
  box-shadow: 0 0 0 5px #00aecf, 0 0 0 15px #fff, 0 0 0 18px #00aecf;
  transition: transform 5s ease-in-out;
}

.spinner * {
  grid-area: spinner;
}

.prize {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 calc(var(--size) / 6) 0 calc(var(--size) / 20);
  width: 50%;
  height: 50%;
  transform-origin: center right;
  transform: rotate(var(--rotate));
  user-select: none;
}

.cap {
  --cap-size: calc(var(--size) / 4);
  position: relative;
  justify-self: center;
  width: var(--cap-size);
  height: var(--cap-size);
}



.cap select {
  display: none;
}

.cap svg {
  width: 100%;
}

.ticker {
  position: relative;
  left: calc(var(--size) / -2);
  width: calc(var(--size) / 10);
  height: calc(var(--size) / 20);
  background: var(--lg);
  /* z-index: 1; */
  clip-path: polygon(20% 0, 100% 50%, 20% 100%, 0% 50%);
  transform-origin: right;
}

.btn-spin {
  color: hsl(0deg 0% 100%);
  background: #01a9ca;
  border: none;
  font-family: inherit;
  font-size: 16px;
  line-height: inherit;

  padding: 0.9rem 2rem 1rem;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: opacity 200ms ease-out;
}

.btn-spin:focus {
  outline-offset: 2px;
}

.btn-spin:active {
  transform: translateY(1px);
}

.btn-spin:disabled {
  cursor: progress;
  opacity: 0.25;
}

.is-spinning .spinner {
  transition: transform 8s cubic-bezier(0.1, -0.01, 0, 1);
}

.is-spinning .ticker {
  animation: tick 700ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes tick {
  40% {
    transform: rotate(-12deg);
  }
}

.prize.selected .text {
  color: white;
  animation: selected 800ms ease;
}

@keyframes selected {
  25% {
    transform: scale(1.25);
    text-shadow: 1vmin 1vmin 0 hsla(0 0% 0% / 0.1);
  }

  40% {
    transform: scale(0.92);
    text-shadow: 0 0 0 hsla(0 0% 0% / 0.2);
  }

  60% {
    transform: scale(1.02);
    text-shadow: 0.5vmin 0.5vmin 0 hsla(0 0% 0% / 0.1);
  }

  75% {
    transform: scale(0.98);
  }

  85% {
    transform: scale(1);
  }
}

/* #prizeForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  } */

#prizeForm label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight:normal;
  display: block;
  text-align: left;
  color:#333;
}

#prizeForm {
  width: 100%;
}

#prizeForm input[type="text"] {
  background: #ffffff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 5px;
  padding: 10px 10px;
  margin-bottom: 20px;
  color: #666;
  width: 64%;
}

#prizeForm input[type="text"]:focus {
  border-color: #007bff;
  outline: none;
}

/* Modal styles */
.modal {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 0px 20px;
  width: 100%;
  max-width: 500px;
  text-align: center;
  border-radius: 12px;
  color: #fff;
}

.close {
  color: #01a9ca;
  float: right;
  font-size: 32px;
  text-align: right;
  top: -15px;
  font-weight: 500;
  position: relative;
  left: 10px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Word To pDF......................................................................................... */



.WordHeading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}



/* .Wordinput {
  width: 500px;
  max-width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 30px 0;
  margin-bottom: 20px;
  color: #fff;
  border: 1px solid rgb(1 169 202 / 68%);
  border-style: dashed;
  margin: 0 auto;
} */

.Wordinput label {
  display: block;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  cursor: pointer;
}

.Wordinput label strong{ color: #01a9ca;}

.Wordcustom-file-input {
  display: none;
}

/* .Wordcustom-file-label {
  display: inline-block;
  padding: 10px 20px;
  width: 200px;
  background-color: #01a9ca;
  border-radius: 5px;

  color: #fff;
  cursor: pointer;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
} */

/* .Wordcustom-file-label:hover {
    background-color: #0e2561;
} */

.Wordcustom-file-label:focus {
  outline: none;
  box-shadow: 0 0 10px #0e2561;
}

/*IMAGE TO MULTIPLE PDF ......................................................................................... */
.ICompressor, .Wordcalculator, .IMcalculator {
  display: flex;
  height: 350px;
      overflow-y: scroll;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  margin-right: 30px;
  background: #F3FAFC;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  border: 1px solid rgb(1 169 202 / 68%);
  border-style: dashed;
  border-width: 1.5px;
}
.IMinput label {
  display: block;
  font-size: 16px;
  padding: 10px 0px 20px 0px;
  font-weight: normal;
  width: auto;
  color: #000;
  background: unset;
}

.IMinput label strong {
  color: #01a9ca;
}


.up_cont_rigth h2, .up_cont_rigth h2 span {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 50px;
}
.up_cont_img {
  float: right;
  height: 100%;
  align-items: center;
  display: flex
;
  justify-content: center;
}
.up_cont_rigth h2 span {
  color: #01a9ca;
}

.up_cont_rigth p{padding-bottom:20px}
.up_cont_rigth p strong{color:#01a9ca;}
.ban_head h1{text-align:center;  color: #01a9ca;}

ul.bradcrumb {
  display: flex;
  gap: 10px;
  margin: 21px auto 0px auto;
}
ul.bradcrumb li a {
  padding-right: 10px;
  color: #000;
}
ul.bradcrumb li {
  color: #01a9ca;
}

.IMHeading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}




.IMcustom-file-input {
  display: none;
}

.IMcustom-file-label {
  display: inline-block;

  border-radius: 5px;

  color: #666;
  cursor: pointer;
  text-align: center;
  /* Center align the text */
  margin-left: auto;
  margin-right: auto;
}

/* .IMcustom-file-label:hover {
    background-color: #0e2561;
} */

.up_text {
  color: #000 !important;
}

.up_text {
  color: #000 !important;
  font-size: 23px;
  font-weight: 700;
  padding-bottom: 12px;
}

.IMinput i {
  color: #01a9ca;
  font-size: 70px;
  padding-top: 0px;
  padding-bottom: 10px;
  display: block;
}
.cross-img.clear i {
  font-size: 21px;
  padding-top: 0px;
  color: #01a9ca;
}

.upload_filee {
  color: #01a9ca;
  font-size: 80px;
  padding-bottom: 20px;
}

.IMcustom-file-label:focus {
  outline: none;
  box-shadow: 0 0 10px #0e2561;
}

/*Random Paasword ......................................................................................... */

.container-middle {
  display: flex;
  justify-content: center;
}

.container-generator {
  border-radius: 10px;
  font-family: "Montserrat";
  background: #e4f5f9;
  color: #fff;
  padding: 20px 30px 25px 30px;
  margin-right: 30px;
}

.container h2.title {
  font-size: 1.75rem;
  margin: 10px -5px;
  margin-bottom: 30px;
  color: #fff;
}

.result {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.result__info {
  position: absolute;
  bottom: 4px;
  color: #fff;
  font-size: 0.8rem;
  transition: all 150ms ease-in-out;
  transform: translateY(200%);
  opacity: 0;
}

.result__info.right {
  right: 8px;
}

.result__info.left {
  left: 8px;
}

.result__viewbox {
  width: 100%;
  height: 100%;
  background: rgb(1 169 202 / 18%);
  border-radius: 8px;
  color: #000;
  text-align: center;
  padding: 10px;
  line-height: 65px;
  height: 45px;
  border: 1px solid #01a9ca;
}

.result #copy-btn {
  position: absolute;
  top: 0;
  left: 0;
  /* width: 38px; */
  /* height: 38px; */
  /* background: #fff; */
  /* border-radius: 50%; */
  /* opacity: 0; */
  /* transform: translate(-50%, -50%) scale(0); */
  transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
  z-index: 2;
}

.result #copy-btn:active {
  box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08);
}

/* .result:hover #copy-btn {
	opacity: 1;
	transform: translate(-50%, -50%) scale(1.35);
} */
#copy-btn i.far.fa-copy {
  margin-left: 11px;
}

/* .result,
#copy-btn {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.35);
} */

.field-title {
  transform: translateY(-50%);
  font-weight: 800;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 0.65rem;
  pointer-events: none;
  user-select: none;
}

.options {
  width: 100%;
  height: auto;
  margin: 50px 0;
}

.range__slider {
  position: relative;
  width: 100%;
  height: calc(65px - 10px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin: 30px 0;
}

.range__slider::before,
.range__slider::after {
  position: absolute;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

.range__slider::before {
  content: attr(data-min);
  left: 10px;
}

.range__slider::after {
  content: attr(data-max);
  right: 10px;
}

.range__slider .length__title::after {
  content: attr(data-length);
  position: absolute;
  right: -16px;
  font-variant-numeric: tabular-nums;
  color: #fff;
}

#slider {
  -webkit-appearance: none;
  width: calc(100% - (70px));
  height: 2px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.314);
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
}

#slider::-webkit-slider-thumb:hover {
  background: #d4d4d4;
  transform: scale(1.2);
}

#slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}

#slider::-moz-range-thumb:hover {
  background: #d4d4d4;
}

.settings {
  position: relative;
  height: auto;
  widows: 100%;
  display: flex;
  flex-direction: column;
}

.settings .setting {
  position: relative;
  width: 100%;
  height: calc(65px - 22px);
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  padding: 9px 15px;
  color: #666;
  margin-bottom: 8px;
}

.settings .setting input {
  opacity: 0;
  position: absolute;
}

.settings .setting input + label {
  user-select: none;
}

.settings .setting input + label::before,
.settings .setting input + label::after {
  content: "";
  position: absolute;
  transition: 150ms cubic-bezier(0.24, 0, 0.5, 1);
  transform: translateY(-50%);
  top: 50%;
  right: 10px;
  cursor: pointer;
}

.settings .setting input + label::before {
  height: 30px;
  width: 50px;
  border-radius: 30px;
  background: rgba(214, 214, 214, 0.434);
}

.settings .setting input + label::after {
  height: 24px;
  width: 24px;
  border-radius: 60px;
  right: 32px;
  background: #fff;
}

.settings .setting input:checked + label:before {
  background: #01a9ca;
  transition: all 150ms cubic-bezier(0, 0, 0, 0.1);
}

.settings .setting input:checked + label:after {
  right: 14px;
}

.settings .setting input:focus + label:before {
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}

.settings .setting input:disabled + label:before,
.settings .setting input:disabled + label:after {
  cursor: not-allowed;
}

.settings .setting input:disabled + label:before {
  background: #4f4f6a;
}

.settings .setting input:disabled + label:after {
  background: #909090;
}

.btn.generate {
  user-select: none;
  position: relative;
  margin: 15px auto;
  height: 50px;
  display: table;
  border-radius: 8px;
  color: #fff;
  border: none;
  background: #01a9ca;

  font-weight: bold;
  cursor: pointer;
  transition: all 150ms ease;
}

.btn.generate:active {
  transform: translateY(-3%);
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.08);
}

.support {
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding: 10px;
  display: flex;
}

/* ......................................................................................... */
.calculator {
  width: 500px;
  max-width: 100%;
  padding: 15px;
  background: #28334b;
  border-radius: 12px;
  text-align: center;

  color: #fff;
}

h1 {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}

.content {
  padding: 0 30px;
}

.input {
  background: #080c2b;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.input label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}

.input input[type="file"] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  cursor: pointer;
}

.input .custom-file-label {
  padding: 10px;
  display: block;
  background-color: #163792;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}

.input .custom-file-label:hover {
  background-color: #0e2561;
}

.inputH {
  background: #080c2b;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 10px 0;
  margin-bottom: 20px;
  margin-right: 20px;
  color: #fff;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.inputH label {
  margin: 0 10px;
  color: #fff;
}

.inputH input {
  outline: none;
  border: none;
  border-bottom: 1px solid #163792;
  width: 50%;
  text-align: center;
  font-size: 20px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  color: #fff;
}

.inputH input[type="number"]:hover {
  border-color: #0e2561;
}

.inputH input[type="number"]:focus {
  border-color: #0e2561;
  box-shadow: 0 0 10px #0e2561;
}

/*age calculator ......................................................................................... */
.agecalculator {
  border-radius: 12px;
  text-align: center;
  background: #e4f5f9;
  color: #fff;
  padding: 20px 30px 50px 30px;
  margin-right: 30px;
}

.ageheading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}


.ageinput {
  background: #fff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 10px 15px;
  margin-bottom: 20px;
  color: #666;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bir_text {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

.ageinput input {
  outline: none;
  border: none;
  border: 1px solid #01a9ca;
  width: 50%;
  cursor: pointer;
  border-radius: 5px;
  text-align: left;
  font-size: 16px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  color: #666;
}

.ageresult {
  padding: 10px 20px;
}

.ageresult p {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

.ageresult #result {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  background-color: #080c315e;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 55px;
  margin-bottom: 25px;
}

/* ......................................................................................... */
.colorcalculator {
  border-radius: 12px;
  padding: 20px 30px 50px 30px;
  text-align: center;
  color: #fff;
  background: #F3FAFC;
  margin-right: 30px;
}

.colorheading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}



.colorinput {
  background: #fff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 7px 9px;
  margin-bottom: 20px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.colorinput label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.colorinput input {
  outline: none;
  border: none;
  border: 1px solid #01a9ca;
  width: 50%;
  text-align: left;
  border-radius: 5px;
  font-size: 16px;
  background-color: transparent;
  font-family: "Poppins", sans-serif;
  color: #666;
}

input[type="color"] {
  background-color: #01a9ca;
  border: none;
  border-radius: 5px;
  padding: 4px;
  transition: 0.3s;
  width: 35px;
  height: 35px;
}

/* input[type="color"]:hover {
	background-color: mediumseagreen;
} */

.colorresult {
  padding: 10px 20px;
}

.colorresult p {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}

.colorresult #result {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  background-color: #080c315e;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 55px;
  margin-bottom: 25px;
}

.coloricon-container i {
  color: #01a9ca;
}

.coloricon-container {
  display: flex;
      justify-content: center;
      gap: 24px;
      margin-top: 20px;
      align-items: center;
}

.coloricon-container i {
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s;
}

.coloricon-container i:hover {
  color: mediumseagreen;
}

/* ......................................................................................... */
.putcalculator {
  background: #e4f5f9;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  margin-right: 30px;
}

.putheading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
}

.putcontent {
  padding: 20px 30px 50px 20px;
}

.putinput {
  background: #ffffff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #666;
  position: relative;
  /* Ensure proper styling of pseudo elements */
  overflow: hidden;
  /* Hide overflowing text on small screens */
}

.putinput input[type="file"] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* Change cursor to pointer on hover */
}

.putinput label {
  display: block;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000
}

.putinput label::after {
  content: "Browse File";
  /* Text for the label */
  display: inline-block;
  background: #01a9ca;
  /* Button background color */
  padding: 10px 10px;
  border-radius: 5px;
  color: #fff;
  transition: background 0.3s ease;
  /* Smooth background transition */
  font-size: 12px;
  margin-left: 20px;
}

.putinput label:hover::after {
  background: #0e2561;
  /* Darker background on hover */
}

.putinputH {
  background: #fff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.putinputH input {
  outline: none;
  border: none;
  border: 1px solid #01a9ca;
  width: 50%;
  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  background-color: transparent;
  font-family: "Nunito", sans-serif;
  color: #666;
}

/* ......................................................................................... */

.Tempconverter {
  margin: 0 auto;
  border-radius: 12px;
  padding: 0px 40px;
  padding: 20px 30px 20px 30px;
  background: #F3FAFC;
  text-align: center;
  color: #000;
}

.Tempconverter h2 {
  font-size: 36px;
  font-weight: bold;
  padding: 20px 0px 10px 0px;
}

.Tempconverter label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  margin-top: 15px;
  text-align: left;
  color:#333;
}

.Tempconverter select,
.Tempconverter input[type="number"],
.Tempconverter button {
  width: 100%;
  padding: 10px;
  height: 45px;
  margin-top: 5px;
  border: none;
  background-color: #ffffff;
  color: #666;
  border-radius: 8px;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  font-size: 16px;
  outline: none;
  text-align: left;
}

.Tempconverter button {
  margin-top: 20px;
  color: #fff;
  width: 200px;
  cursor: pointer;
  text-align: center;
  background-color: #01a9ca;
}

.Tempconverter #result {
  margin-top: 5px;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #fff;
  border-radius: 5px;
  color: #666;
}

.modal-title {
  padding: 10px 0;
}
#tab_cap {
  font-size: 14px;
}

#result1 span, #result1 label {
  font-size: 14px;
}
/* ......................................................................................... */
.sipcalculatorgraph {
  /* max-width: 1500px; */
  margin: 0 auto;
  padding: 10px;
  background: #e4f5f9;
  border-radius: 12px;
  color: #333;
  overflow-y: scroll;
  margin-top: 60px;
  height: 400px;
}

.converter-container {
 
  background: #F3FAFC;
  margin: 0 auto;
  padding: 10px 25px 50px 25px;
 margin-right: 30px;
  border-radius: 12px;
  color: #666;
}

.converter-container h1 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.converter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.custom-select {
  height: 48px;
}

.form-group label {
  font-size: 16px;
  font-weight: normal;
  margin-top: 10px;
  color: #000;
}

.form-group select,
.form-group input {
  padding: 10px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #666;
  width: 100%;
}

.form-group input:read-only {
  background: #163792;
}

.ICompressor {

  border-radius: 12px;
  text-align: center;

}
.image-preview-container img {
  object-fit: fill;
  max-width: 100%;
  height: 100px;
}
.image-preview-container {
  width: 145px;
  margin: 0 auto 20px auto;
  height: 100px;
}




.ICHeading {
  font-weight: bold;
  font-size: 36px;
  padding: 20px 0;
  color: #fff;
}
/* 
.ICupload-box {
  background: #ffffff;
  box-shadow: 0px 0px 95px -30px rgba(124, 124, 124, 0.15);
  border-radius: 12px;
  padding: 30px 0;
  margin-bottom: 20px;
  color: #fff;
  border: 1px solid rgb(1 169 202 / 68%);
  border-style: dashed;
} */

.ICupload-box img {
  width: 50px;
  margin-bottom: 10px;
}

.brow_btn p strong {

  color: #01a9ca;
}

.IMcustom-btn {
  display: inline-block;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 600;
  width: 200px;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  background: #01a9ca;
}

.ICcontainerHW {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 20px;
  gap: 14px;
}

.ICinputH,
.ICinputW {
  text-align: left;
}

#height,
#width {
  background: #fff;
  /* width: 100%; */
  border-radius: 6px;
  border-bottom: none;
  color: #666;
  /* text-align: center; */
  border: 1px solid #01a9ca;
}

.ICinputH label,
.ICinputW label {
  display: block;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;
}

.ICinputH input {
  outline: none;
  border: none;
  border-bottom: 1px solid #163792;

  text-align: center;
  font-size: 18px;
  background: none;
  color: #666;
}

.ICinputW input {
  outline: none;
  border: none;
  border-bottom: 1px solid #163792;

  text-align: center;
  font-size: 18px;
  background: none;
  color: #666;
}

.ICcontainerCheck {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  /* justify-content: space-around; */
  gap: 25px;
}

.ICcheck {
  color: #fff;
  display: flex;
  align-items: center;
}

.ICcheck input {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.ICcheck label {
  font-size: 16px;
  color: #01a9ca;
}

.upload_filee {
  width: 100%;
}

.brow_btn {
  display: block;
  font-size: 16px;
  padding: 10px 0px 20px 0px;
  font-weight: normal;
  width: auto;
  color: #000;
  background: unset;
}

.Lengthconverter-container {
  border-radius: 12px;
  background: #e4f5f9;
  color: #fff;
  padding: 20px 30px 50px 30px;
  margin-right: 30px;
}

.angleconverter-container {
  background: #e4f5f9;
  color: #333;
  padding: 20px 30px 50px 30px;
  margin-right: 30px;
  border-radius: 15px;
}

.angleconverter-container h1 {
  font-weight: bold;
  font-size: 36px;
  text-align: center;
}

.angleconverter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.angleform-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.angleform-group label {
  font-size: 16px;
  font-weight: normal;
}

.angleform-group select,
.angleform-group input {
  padding: 10px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  color: #666;
}

.anglebutton-group {
  margin: 0 auto;
}

/* ......................................................................................... */
/* ......................................................................................... */

@media (max-width: 800px) {
}

@media (max-width: 700px) {


  .ICinputH,
  .ICinputW,
  .ICcheck {
    width: 100%;
    margin-bottom: 10px;
  }

  .ICinputH input,
  .ICinputW input,
  .ICcheck label {
    font-size: 16px;
  }

  .IMinput label {
    font-size: 16px;
    width: auto;
  }

  .putcontent {
    padding: 0 10px;
  }

  input,
  textarea {
    padding: 9px 10px;
  }

  .emicalculator {
    width: 100%;
    padding: 10px;
  }

  .emiinput label {
    font-size: 15px;
  }

  .Tempconverter,
  .agecontent,
  .VEinput,
  .VEcontent,
  .IEcontent,
  .IEinput,
  .ICcontent,
  .ICcontent,
  .Wordcontent,
  .putinputH,
  .putinput {
    padding: 10px 10px;
  }

  .angleconverter-container {
    padding: 10px 10px;
  }

  .bmicontent {
    padding: 0px;
  }

  .emiinput input {
    font-size: 14px;
  }

  .ageinput input {
    font-size: 14px;
  }



  .Wordinput label {
    font-size: 18px;
  }
}

@media (max-width: 576px) {
  #prizeForm input[type="text"] {
    width: 60%;
  }

  .VEinput input[type="file"] {
    left: 74%;
  }

  .bmiinput #height {
    width: 50%;
    text-align: left;
    border: 1px solid #01a9ca;
  }

  .pri_spin {
    padding: 0px 10px;
    text-align: left;
  }

  .Lengthconverter-container h1 {
    font-size: 23px;
  }

  .Lengthconverter-container,
  .container-generator,
  .colorcontent,
  .converter-container {
    padding: 10px 10px;
  }

  .ICcontainerHW {
    margin-bottom: 0px;
  }

  .brow_btn,
  .Wordinput label {
    font-size: 16px;
    display: inline;
  }

  .inner_sect {
    margin: 32px auto 0px auto;
  }

  .ICinputH label,
  .ICinputW label {
    font-size: 16px;

    margin-bottom: 5px;
  }

  .ICupload-box {
    margin-bottom: 5px;
  }
}

@media (max-width: 500px) {
  .Lengthbutton-group button {
    width: 100px;
  }

  #OutputResult {
    margin-top: 10px !important;
  }
}

@media (max-width: 370px) {
  #prizeForm input[type="text"] {
    width: 100%;
    margin-bottom: 0px;
  }

  .angleconverter-container h1,
  .converter-container h1 {
    font-size: 23px;
  }

  .pri_spin button {
    margin: 10px auto 0px auto;
    display: block;
  }

  footer span.blue_color,
  footer h1 {
    font-size: 23px;
  }
}

@media (max-width: 350px) {
  .bmiinput input {
    font-size: 12px;
  }

  .btn-spin {
    padding: 0.5rem 1rem 0.5rem;
  }

  .VEinput p,
  .IEinput p {
    font-weight: normal !important;
    font-size: 15px;
    color: #666 !important;
  }

  .ICcheck input {
    margin-right: 2px;
    width: 15px;
    height: 15px;
  }

  .ICcheck label {
    font-size: 12px;
  }

  .ICcheck {
    display: flex;
    align-items: flex-start;
    text-align: left;
  }

  .IMinput i {
    padding-bottom: 7px;
  }

  .Wordcontent {
    padding: 0 10px;
  }


  .spin-box {
    width: 100%;
  }

  .deal-wheel {
    width: 100%;
    display: grid;
    place-items: center;
    --size: clamp(160px, 40vmin, 500px);
    --lg-hs: 0 3%;
    --lg-stop: 50%;
    --lg: linear-gradient(
      hsl(var(--lg-hs) 0%) 0 var(--lg-stop),
      hsl(var(--lg-hs) 20%) var(--lg-stop) 100%
    );
    position: relative;
    grid-gap: calc(var(--size) / 20);
    grid-template-areas:
      "spinner"
      "trigger";
    font-family: "Girassol", sans-serif;
    font-size: calc(var(--size) / 21);
    line-height: 1;
    text-transform: lowercase;
  }


}

@media (max-width: 340px) {
  .footer_btmItem ul {
    display: block !important;
    justify-content: unset;
  }

  .footer_btmItem {
    justify-content: unset;
  }

  .footer_btmItem li::before {
    background-color: transparent;
  }
}

.bmiresult-item {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  background-color: #fff;
  padding: 7px 20px;
  border-radius: 5px;
  text-align: left;
}
#myTabContent {
  z-index: 1;
  position: relative;
}
.main_menu {
  position: fixed;
  background: linear-gradient(0deg, rgb(16 174 205) 0%, rgb(1 169 202) 35%);
  /* background: #00aecf; */
  width: 100%;
  height: 63px;
  padding: 10px 0px;
  z-index: 2;

}
/* .image-preview-container {
  width: 100%;
  height: 120px;
  text-align: center;
} */

#imagePreview {
  border-radius: 10px;
  max-width: 100%;
  width: auto;
  object-fit: contain;
}

.upload-container {
  cursor: pointer;
  display: block;
  text-align: center;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: unset;
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}

.bmiresult-item strong {
  font-weight: bold;
  color: #000;
}

.emiresult-item {
  font-weight: 500;
  font-size: 16px;
  color: #666;

  background-color: #fff;

  border-radius: 5px;
  text-align: left;
}

.emiresult-item strong {
  font-weight: bold;
  color: #000;
}
