@charset "UTF-8";
.select2-search__field {
  color: black;
  font-weight: 100;
  border: 2px solid #021f47;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #021d46;
}

a.close {
  display: inline-block;
  text-decoration: none;
  color: red;
  font-size: 30px;
  line-height: 0;
}

.blink {
  animation: blink 1s infinite alternate;
}

.contest-status {
  right: 10px;
}

.selltradeform input[readonly],
.buytradeform input[readonly] {
  background-color: rgb(244, 244, 244);
}

.stock-nav-tabs .nav-item .nav-link {
  color: #aaa;
  font-weight: 700;
  border-bottom: 3px solid gray;
}
.stock-nav-tabs .nav-item .nav-link.active {
  color: #043b70;
  font-weight: 700;
  border-bottom: 3px solid #043b70;
}

.challenge_section .tick-list {
  list-style-type: none;
  padding-left: 0;
}
.challenge_section .tick-list li::before {
  content: "✓";
  color: green;
  margin-right: 8px;
}
.challenge_section .equal-height {
  display: flex;
  flex-wrap: wrap;
}
.challenge_section .equal-height [class*=col-] {
  display: flex;
  flex-direction: column;
}
.challenge_section .equal-height .col-md-6 {
  flex: 1;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.challenge_section .card-header {
  background: rgba(0, 59, 114, 0.9333333333);
  color: #fff !important;
}
.challenge_section .card-header h3,
.challenge_section .card-header h6 > a {
  color: white !important;
}
.challenge_section .card:hover {
  box-shadow: 0px 0px 10px gray;
}
.challenge_section a {
  color: #021d46 !important;
  text-decoration: none !important;
}
.challenge_section .content-container {
  background-color: rgba(255, 255, 255, 0.85);
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.17);
}
.challenge_section .content-container h3 {
  color: #021d46;
  margin-bottom: 18px;
}
.challenge_section .content-container p {
  text-align: justify;
  font-size: 18px;
}
.challenge_section .content-container th {
  background-color: #003b72;
  color: white;
}
.challenge_section .content-container tbody tr:first-child td {
  color: green;
  font-weight: bold;
}
.challenge_section .content-container tbody tr:nth-child(2) td {
  font-weight: bold;
}
.challenge_section .content-container tbody tr:nth-child(3) td {
  font-weight: bold;
}
.challenge_section .content-container .badge.bg-blue {
  background-color: #003b72 !important;
}
.challenge_section .content-container ul {
  padding: 10px;
}
.challenge_section .content-container ul li {
  margin-bottom: 10px;
  list-style-type: disclosure-closed;
  list-style-position: inside;
  text-align: justify;
}

.main_panel .container {
  padding: 20px 0;
}
.main_panel .demo-nav {
  background-color: #003b72;
  padding: 20px;
  border-radius: 10px;
}
.main_panel .demo-nav h4 {
  color: white;
}
.main_panel .demo-nav .right a {
  background: transparent;
  color: white;
  outline: 1px solid white;
  width: unset;
  text-transform: capitalize;
  margin-left: 5px;
}
.main_panel .demo-nav .right .log_out {
  background: transparent;
  color: white;
  border: 1px solid white;
  outline: none;
}
.main_panel .content_box {
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 20px;
  height: 100%;
}
.main_panel .content_box .title {
  font-size: 15px;
}
.main_panel .content_box .number1 {
  font-size: 22px;
  margin-bottom: 0;
}
.main_panel .content_box .number2 {
  font-size: 20px;
  color: red;
  margin-bottom: 0;
}
.main_panel .portfolio_trend_container {
  border: 1px solid #aaa;
  padding: 20px;
  border-radius: 10px;
}
.main_panel .portfolio_trend_container a {
  color: #021d46;
  text-decoration: none;
}
.main_panel .portfolio_trend_container .content-container {
  background-color: rgba(255, 255, 255, 0.76);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(2, 29, 70, 0.4);
}
.main_panel .portfolio_trend_container .content-container h3 {
  color: #021d46;
  margin-bottom: 18px;
}
.main_panel .portfolio_trend_container .content-container p {
  text-align: justify;
  font-size: 18px;
}
.main_panel .portfolio_trend_container .content-container th {
  background-color: #003b72;
  color: white;
}
.main_panel .portfolio_trend_container .content-container tbody tr:first-child td {
  color: green;
  font-weight: bold;
}
.main_panel .portfolio_trend_container .content-container tbody tr:nth-child(2) td {
  font-weight: bold;
}
.main_panel .portfolio_trend_container .content-container tbody tr:nth-child(3) td {
  font-weight: bold;
}
.main_panel .portfolio_trend_container .content-container .badge.bg-blue {
  background-color: #003b72 !important;
}
.main_panel .portfolio_trend_container .content-container ul {
  padding: 10px;
}
.main_panel .portfolio_trend_container .content-container ul li {
  margin-bottom: 10px;
  list-style-type: disclosure-closed;
  list-style-position: inside;
  text-align: justify;
}
.main_panel .portfolio_table_container {
  border: 1px solid #aaa;
  padding: 20px;
  border-radius: 10px;
}
.main_panel .portfolio_table_container table td {
  text-align: center;
}
.main_panel .buysell {
  margin: 30px;
  padding: 20px;
  border: 1px solid #aaa;
  border-radius: 10px;
}
.main_panel .buysell label {
  font-weight: 700;
}

.demo_banner {
  width: 100vw;
  background-image: url("../img/demobanner.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.demo_banner .container {
  padding: 50px 0;
}
.demo_banner h2,
.demo_banner p {
  color: white;
}

@media screen and (min-width: 992px) {
  .demo-sidebar {
    margin-top: -190px !important;
  }
}
.header__right {
  position: unset !important;
  margin: 0 0 0 !important;
}

.header__menu {
  padding: 0 !important;
  width: -moz-max-content !important;
  width: max-content !important;
}
.header__menu ul {
  margin-bottom: 0 !important;
}

.content {
  max-width: unset;
}

.enroll-btn {
  background-color: #003b72;
  color: white !important;
  padding: 8px 20px;
  border-radius: 10px;
  display: inline-block;
  position: relative;
  overflow: hidden !important;
  transition: 1s ease-in-out;
  box-shadow: 0 2px 4px darkslategray;
}

.enroll-btn::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -10px;
  height: 100px;
  width: 10px;
  background-color: rgba(136, 167, 196, 0.1333333333);
  transform: rotate(30deg);
  transition: 1s ease-in-out;
}

.enroll-btn:hover::before {
  animation: updown 3s infinite alternate;
  transition: 1s ease-in-out;
}

.enroll-btn:active {
  transform: translateY(2px);
  box-shadow: 0 0 2px darkslategray;
}

.btn_3d {
  box-shadow: 0 2px 4px darkslategray;
}

.btn_3d:active {
  transform: translateY(2px);
  box-shadow: 0 0 2px darkslategray;
}

.mb-2-mobile {
  margin-bottom: 0 !important;
}

@media (max-width: 720px) {
  .mb-2-mobile {
    margin-bottom: 0.5rem !important; /* Apply margin for mobile devices */
  }
}
@keyframes updown {
  0% {
    top: -50px;
    left: -10px;
  }
  50% {
    top: -10px;
    left: 78px;
  }
  100% {
    top: -50px;
    left: -10px;
  }
}
.portfolio_trend_container_custom {
  box-shadow: 0px 0px 5px #ddd;
  padding: 20px;
}
.portfolio_trend_container_custom a {
  text-decoration: none;
  color: #021d46;
}
.portfolio_trend_container_custom .card-header {
  background: rgba(0, 59, 114, 0.9333333333);
  color: #fff;
}
.portfolio_trend_container_custom .card:hover {
  box-shadow: 0px 0px 10px gray;
}

.prize svg {
  fill: #003b72;
  height: 60px;
  animation: small_large 1s infinite alternate;
  margin-bottom: 20px;
}

@keyframes small_large {
  0% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
.disabled {
  color: gray;
  pointer-events: none;
  cursor: none;
  text-decoration: none;
}

.loader {
  border: 4px solid #f3f3f3; /* Light grey */
  border-top: 4px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.resend_otp {
  color: blue;
  text-decoration: none !important;
}

.resend_otp:hover {
  color: blue;
  text-decoration: none !important;
}

.disabled {
  color: gray !important;
}

.bg-primary:hover {
  color: white !important;
}/*# sourceMappingURL=demo.css.map */