html,
body {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0;
}
.container {
  flex: 1 0 auto;
}

.header_new {
  color: #fff;
}

.header__name {
  display: flex;
  align-items: center;
}

.header__avatar img {
  width: 46px;
  height: 46px;
}

.header__desc {
  display: flex;
  flex-direction: column;
}

.header_text p {
  font-size: 14px;
}

.header__desc-name {
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  position: relative;
  width: min-content;
}

.header__desc-name::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  background-color: #00a67e;
  right: -14px;
}

.chat {
  background: #242424;
  border-radius: 10px;
  padding: 10px 20px;
  color: #898989;
  font-size: 12px;
  border: 1px solid #0bf09881;
}

.profit {
  color: #00a67e;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

#chart-container {
  position: relative;
  width: 100%;
  height: 300px; /* Default height, can be adjusted */
}

/* Dark theme styles */
.form-dark {
  background-color: #1c1e22;
  border: 1px solid #2c2f33;
  border-radius: 5px;
}

.form-label {
  color: #fff;
}

.form-control.form-input-dark {
  background-color: #2c2f33;
  border: 1px solid #3a3d41;
  color: #fff;
}

.form-control.form-input-dark::placeholder {
  color: #bbb;
}

.btn {
  background-color: #00a67e;
  border-color: #00a67e;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 24px;
}
form .btn {
  margin-top: 20px !important;
}

.btn:hover,
.btn:active,
.btn.focus {
  background: #00c295;
  background-color: #00c295;
  border-color: #00c295;
}

@media (min-width: 768px) {
  #chart-container {
    height: 400px;
  }
}

.btn_disabled {
  opacity: 0.6;
  pointer-events: none;
  filter: grayscale(0.8);
  cursor: not-allowed;
}

/* Custom modal styles */
.modal-content {
  background-color: #101213;
  border: 1px solid #3a3d41;
  color: #fff;
  text-align: center;
}

.modal-header {
  border-bottom: 1px solid #3a3d41;
  justify-content: center;
}

.modal-footer {
  border-top: 1px solid #3a3d41;
}

.modal-backdrop.show {
  z-index: 9998;
  opacity: 0.8;
  background-color: #0c0e12;
}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-header .btn-close {
  filter: invert(1);
}

.modal-img {
  height: auto;
  max-width: 200px;
}

.modal {
  align-items: center;
  justify-content: center;
  line-height: 120%;
}

/* Footer styles */
.footer {
  background: #0c0e12;
  color: #c4c4c4;
}
.footer a {
  color: #00a67e;
  text-decoration: none;
}
.footer a:hover {
  color: #00c295;
  text-decoration: underline;
}

#fullscreenSection {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.99);
  z-index: 9997;
  overflow: hidden;
  padding: 20px;
}

#leadModal {
  z-index: 9999;
}

.iti {
  width: 100%;
  z-index: 9999;
}
.iti input {
  width: 100%;
  height: 100%;
  background: unset;
  padding-right: 20px;
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 15px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 115px !important;
}
@media (max-width: 1310px) {
  .iti input {
    padding-top: calc(13.7968px + 0.320856vw);
  }
}
@media (max-width: 1310px) {
  .iti input {
    padding-bottom: calc(13.7968px + 0.320856vw);
  }
}
.iti input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  line-height: 15px;
}
.iti input::placeholder {
  color: rgba(255, 255, 255, 0.4);
  font-size: 15px;
  line-height: 15px;
}
.iti .iti__flag {
  box-shadow: unset;
  border-radius: 2.5px;
  min-width: 20px;
}
.iti .iti__arrow {
  width: 12px;
  height: 7px;
  border: unset;
  margin-left: unset;
}
.iti .iti__arrow::before {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("arrow.svg");
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.iti .iti__flag-container {
  width: 100%;
  max-width: 100px;
  background: rgb(75, 80, 94);
  border-radius: 8px;
}
.iti .iti__selected-flag {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
  padding-left: 12px;
  padding-right: 12px;
}
.iti .iti__selected-dial-code {
  margin-left: 0px;
}
.iti .iti__selected-dial-code {
  font-size: 15px;
  line-height: 15px;
  color: rgb(255, 255, 255);
}
.iti .iti__selected-flag {
  background: unset !important;
}
.iti .iti__selected-flag:hover {
  background: unset !important;
}
.iti .iti__country-list {
  border-radius: 10px;
  border: 1px solid rgb(75, 80, 94);
  background: rgb(45, 47, 55);
}
.iti .iti__country-list::-webkit-scrollbar {
  width: 5px;
}
.iti .iti__country-list::-webkit-scrollbar-track {
  background: rgb(45, 47, 55);
}
.iti .iti__country-list::-webkit-scrollbar-thumb {
  background: rgb(75, 80, 94);
}
.iti .iti__country-list::-webkit-scrollbar-thumb:hover {
  background: rgb(85, 85, 85);
}
.iti .iti__country-name {
  color: rgb(255, 255, 255);
  font-size: 15px;
  line-height: 15px;
}
