* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  html,
  body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .dark-logo {
    /* width: 120px; */
    width: 200px;
    /* background: rgba(37, 57, 146, 1); */
    /* height: 60px; */
    /* border-radius: 10px; */
  }
  
  ul {
    padding-left: 0px !important;
  }
  .brand-logo {
    /* padding: 25px 10px; */
    padding: 0px;
  }
  .left-sidebar {
    width: 330px;
    flex-shrink: 0;
    /* background: rgba(235, 235, 235, 1); */
    background: rgb(0 0 0 / 83%);
    z-index: 99;
    transition: 0.2s ease-in;
    position: fixed;
    left: 20px;
    right: 0;
    border-radius: 20px;
    top: 20px;
    border: 1px solid rgba(235, 235, 235, 1);
    /* margin: 20px; */
    height: 100%;
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0.08);
  }
  #main-wrapper {
    min-height: 100vh;
    background-color: rgb(239 190 17 / 8%);
  }
  .sidebar-nav ul .sidebar-item > .sidebar-link.active {
    color: rgb(255 255 255) !important;
    /* background: rgba(37, 57, 146, 1); */
    background:rgb(239 190 17);
    padding: 15px 116px 15px 15px;
    font-size: 20px;
    font-family: "Work Sans", sans-serif;
  }
  .sidebar-nav ul .sidebar-item .sidebar-link {
    display: flex;
    /* color: #000; */
    color: #fff;
    font-size: 20px;
    font-family: "Work Sans";
    white-space: nowrap;
    align-items: center;
    line-height: 25px;
    padding: 15px 96px 15px 15px;
    position: relative;
    margin: 0 0 2px 10px;
    margin-bottom: 5px;
    /* padding: 10px 0; */
    border-radius: 4px;
    gap: 10px;
    text-decoration: none;
    font-weight: 400;
  }
  .sidebar-nav ul .sidebar-item .sidebar-link img {
    width: 20px;
    height: 20px;
  }
  .sidebar-nav ul .sidebar-item .sidebar-link:hover {
    color: rgb(239 190 17);
  }
  .sidebar-nav ul li a {
    color: white !important;
  }
  .topbar {
    position: fixed;
    right: 5px;
    width: 100%;
    /* background: rgba(235, 235, 235, 1); */
    background:rgb(0 0 0 / 83%);
    z-index: 9;
    padding: 0 10px;
  }
  .sidebartoggler {
    background-color: #0000 !important;
  }
  .sidebartoggler iconify-icon {
    font-size: 35px !important;
  }
  .with-vertical .navbar h3 {
    font-size: 24px;
    letter-spacing: 2px;
    font-family: "Work Sans";
  }
  .with-vertical .navbar h3 span {
    font-size: 30px;
    letter-spacing: 0px;
    font-weight: 500;
  }
  .dropdown-toggle::after {
    display: none !important;
  }
  .topbar .navbar .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
    line-height: 20px;
    height: 36px;
    border-radius: 20px;
    /* background: #fff; */
    background: #fbf0a6;
    margin: 0 8px;
    font-size: 14px;
    color: #000;
  }
  .dropdown-toggle::after {
    display: none;
  }
  .pro-pic {
    height: 60px !important;
    border-radius: 40px !important;
    width: 150px;
  }
  .body-wrapper {
    padding-top: calc(110px + 30px);
    overflow-x: hidden;
  }
  /* .banner_image img{
      border-radius: 20px;
      height: 230px;
      position: relative;
  }
  .banner_text{
      position: absolute;
      top: 50%;
      left: 25%;
      padding-left: 15px;
  } */
  .banner_image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; /* Adjust based on your needs */
  }

  .banner_image img {
    width: 100%; /* Ensures the image covers the banner */
    height: auto; /* Maintains aspect ratio */
    border-radius: 15px;
  }

  .banner_text {
    position: absolute;
    left: 10%; /* Adjust this value to control the left alignment */
    transform: translateY(-50%);
    top: 50%;
    text-align: left;
    color: white; /* Adjust based on your design */
    z-index: 1; /* Ensure text is above the image */
  }

  .banner_text h1,
  .banner_text h2 {
    margin: 0; /* Remove default margins */
  }

  .banner_text h2 span {
    font-weight: bold; /* Adjust based on your design */
  }
  .banner_text h1 {
    font-size: 40px;
    font-family: "Work Sans";
    font-weight: 600;
    color: #fff;
  }
  .banner_text h2 {
    font-size: 40px;
    font-family: "Work Sans";
    font-weight: 500;
    color: #fff;
  }
  .banner_text span {
    color: rgb(0 0 0 / 83%);
  }

  .wallet_card1 {
    background-color: rgba(242, 184, 217, 1);
    height: 120px;
    /* width: 220px; */
    border-radius: 12px;
    padding: 20px 10px;
  }
  .currency_img {
    width: 50px;
    height: 50px;
    background: rgba(254, 238, 235, 1);
    padding: 5px;
    border-radius: 50px;
  }
  .text_card p {
    font-size: 20px;
    font-family: "Work Sans";
  }
  .text_card h5 {
    font-size: 24px;
    /* color: #000; */
    font-family: "Work Sans";
    font-weight: 500;
  }
  .account_div {
    /* background-color: rgba(37, 57, 146, 1); */
    background-color: rgb(0 0 0 / 83%);
    /* margin-right: 16px; */
    padding: 20px;
    height: 425px;
    border-radius: 20px;
  }
  /* .profile_bg .profile_back{
      height: 80px;
      width: 329px;
      border-radius: 10px;
  } */
  .profile_bg {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 80px;
    /* width: 329px; */
    border-radius: 10px;
  }

  .profile_bg .profile_back {
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    z-index: 1; /* Ensure background is behind the profile image */
  }

  .profile_bg .profile_img {
    position: relative;
    z-index: 2; /* Ensure profile image is above the background */
    margin-top: 75px;
  }
  .detail_account {
    text-align: center;
    margin-top: 60px;
    font-family: "Work Sans";
  }
  .detail_account h1 {
    font-size: 24px;
  }
  .account_balance {
    font-family: "Work Sans";
  }
  .account_balance p {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    /* margin-top: 13px; */
    padding-top: 10px;
  }
  .btn_deposit {
    background: rgba(239, 190, 17, 1);
    color: #000;
    padding: 12px 42px;
    border-radius: 10px;
    font-family: "Work Sans";
  }
  .btn_withdraw {
    background: rgba(239, 190, 17, 0.1);
    color: rgba(239, 190, 17, 1);
    border: 1px solid rgba(239, 190, 17, 1);
    padding: 12px 42px;
    border-radius: 10px;
  }
  .btn_deposit:hover {
    background: rgba(239, 190, 17, 1);
    color: #000;
    padding: 12px 42px;
    border-radius: 10px;
  }
  .btn_withdraw:hover {
    background: rgba(239, 190, 17, 0.1);
    color: rgba(239, 190, 17, 1);
    border: 1px solid rgba(239, 190, 17, 1);
    padding: 12px 42px;
    border-radius: 10px;
  }
  .chart_div,
  .investment_div,
  .portfolio_div,
  .refer-us,
  .my_refferals,
  .chart_div_crypto {
    border: 2px solid rgba(235, 235, 235, 1);
    border-radius: 15px;
    padding: 15px;
    margin-top: 35px;
  }
  .chart_div h1,
  .investment_div h1,
  .heading_portfolio h1,
  .wallet_cards h1,
  .refer-us h1,
  .my_refferals h1,
  .crypto_index h1 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Work Sans";
  }
  .chart_div p {
    font-size: 13px;
    font-family: "Work Sans";
    color: rgba(163, 163, 163, 1);
  }
  .nav-tabs .nav-item.show .nav-link,
  .nav-tabs .nav-link.active {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: rgba(235, 235, 235, 1) !important;
    font-family: "Work Sans";
    border-color: #0000;
    font-weight: 500;
  }
  ul#myTab {
    border-bottom: 0px;
  }
  .nav-tabs .nav-link {
    color: rgba(163, 163, 163, 1);
    font-size: 14px;
    /* border-top-left-radius: var(--bs-nav-tabs-border-radius); */
    /* border-top-right-radius: var(--bs-nav-tabs-border-radius); */
  }
  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    isolation: isolate;
    background: #ebebeb;
    color: #000;
  }
  .img_calender,
  .chart_div_crypto .img_calender {
    background-color: #ebebeb;
    width: 30px;
    align-items: center;
    border-radius: 5px;
    text-align: center;
    height: 30px;
  }
  .investment_div img {
    width: 40px;
    height: 40px;
  }
  .heading_investment h4 {
    font-size: 16px;
    font-weight: 500;
  }
  .invest1 h4 {
    font-size: 16px;
    font-weight: 500;
  }
  .heading_investment p {
    color: rgba(163, 163, 163, 1);
    font-size: 13px;
  }
  .invest1 p {
    color: rgba(106, 191, 76, 1);
    font-size: 11px;
  }
  .view_all_btn {
    background: rgba(239, 190, 17, 1);
    color: #000;
    padding: 12px 42px;
    border-radius: 7px;
  }
  /* .days_select,
  .days_select:hover,
  .days_select:focus{
      border:0px !important
  } */
  .grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px; /* Adjust the gap as needed */
  }
  .grid-item {
    background-color: rgba(247, 247, 247, 1);
    border-radius: 12px;
    padding: 20px;
    /* text-align: center; */
  }
  .grid-item img {
    width: 40px;
    height: 40px;
  }

  .cards_h4 h4 {
    font-size: 15px;
    font-family: "Work Sans";
    font-weight: 600;
  }
  .cards_h4 p {
    font-size: 12px;
    font-family: "Work Sans";
    color: rgba(163, 163, 163, 1);
  }
  .cards_bg h5 {
    font-size: 10px;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    background: rgba(235, 235, 235, 1);
    padding: 4px 7px;
  }
  .cards_2 h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Work Sans";
  }
  .cards_2 h5 {
    font-size: 13px;
    color: rgba(106, 191, 76, 1);
    font-weight: 500;
  }
  .crypto_btn {
    background: rgba(239, 190, 17, 1);
    color: #000;
    padding: 12px 42px;
    border-radius: 10px;
  }
  .derivative_btn {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    padding: 12px 42px;
    border-radius: 10px;
  }
  .refer-us p,
  .crypto_index p {
    font-size: 14px;
    font-family: "Work Sans";
    color: rgba(163, 163, 163, 1);
  }
  .refer-us .form_btn {
    background: rgba(37, 57, 146, 1);
    color: #fff;
    border: 0px;
    border-radius: 7px;
    width: 45px;
    height: 45px;
  }
  .refer-us .icon-park-solid {
    font-size: 20px;
    padding-top: 7px;
  }
  .progress {
    width: 100%;
    height: 35px !important;
    background-color: #f0f0f0; /* Background color of the progress bar */
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden; /* Ensures the overflow doesn't extend beyond the container */
  }

  .progress .progress-bar {
    height: 100%;
    text-align: center;
    line-height: 30px; /* Center the text vertically */
    color: #fff; /* Text color */
    border-radius: 5px;
  }

  .progress .progress-bar-1 {
    background: linear-gradient(
      to right,
      rgba(37, 57, 146, 1) 0%,
      rgba(37, 57, 146, 1) 50%,
      rgba(170, 231, 148, 1) 50%,
      rgba(170, 231, 148, 1) 100%
    );
    /* Gradient for two-color progress bar */
    width: 70%; /* Adjust the width for the first section */
  }
  .heading_refferals h4 {
    font-size: 16px;
    font-family: "Work Sans";
    font-weight: 500;
    color: rgba(163, 163, 163, 1);
  }
  .heading_refferals h5 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Work Sans";
    color: #000;
  }
  .my_refferals h6 {
    font-family: "Work Sans";
    font-size: 14px;
  }
  .ellpise_circle {
    width: 10px;
    height: 10px;
    background: #253992;
    border-radius: 20px;
  }
  .ellpise_circle1 {
    width: 10px;
    height: 10px;
    background: rgba(170, 231, 148, 1);
    border-radius: 20px;
  }

  /* crypto index page */
  .plus_icon iconify-icon {
    background: #253992;
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 5px;
    border-radius: 30px;
    font-size: 30px;
  }
  .wallet_card2 {
    background-color: rgba(235, 235, 235, 1);
    height: 120px;
    /* width: 220px; */
    border-radius: 12px;
    padding: 20px 10px;
  }
  .currency_img1 {
    width: 40px;
    height: 40px;
  }
  .crypto-tabs,
  .chart_div .nav-tabs,
  .chart_div_crypto .nav-tabs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap !important;
    white-space: nowrap;
    /* width: 171%; */
    overflow-y: hidden;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    /* flex-direction: row; */
  }
  .crypto-tabs .nav-item .nav-link img{
      width:30px;
      height: 30px;
  }
  .crypto-tabs .nav-item .nav-link{
      font-size: 14px;
      font-family: 'Work Sans';
      color: #000;
  }
  .crypto-tabs .nav-item .nav-link.active {
      border-bottom: 2px solid rgba(37, 57, 146, 1);
      background: transparent !important;
      border-radius: 0px;
      border-top: 0px;
      border-right: 0px;
      border-left: 0px;
  }
  .chart_div_crypto img{
      width: 50px;
      height: 50px;
  }
  .heading_tabs_crypto h1{
      font-size: 24px;
      font-family: "Work Sans";
      font-weight: 500;
      color: #000;
  }
  .heading_tabs_crypto p{
      font-size: 14px;
      font-family: "Work Sans";
      color: rgba(163, 163, 163, 1);
      font-weight: 500;
  }
  .chart_div_crypto .img_calender img{
      width: 20px;
      height: 30px;
  }
  .about_div{
      background-color: rgba(247, 247, 247, 1);
      padding: 20px;
      border-radius: 20px;
  }
  .btn_dolar{
      background-color: rgba(37, 57, 146, 1);
      padding: 8px 20px;
  }
  .account_balance1 p{
   font-size: 14px;
   font-family: "Work Sans";
   font-weight: 500;
  }
  .account_balance1 h1{
      font-size: 28px;
      font-family: "Work Sans";
      font-weight: 700;
     }
     .about_heading h2{
      font-family: "Work Sans";
      font-size: 20px;
     }
     .about_heading p{
      font-size: 13px;
      font-family: "Work Sans";
      font-weight: 400;
     }
     .view_more_btn a{
      background-color: rgba(239, 190, 17, 1);
      border-radius: 7px;
      padding: 12px 38px;
      color: #000;
      font-size: 20px;
      font-weight: 500;
      font-family: "Work Sans";
     }
     .asset-button-group .btn {
      border-radius: 7px;
      background-color: rgba(235, 235, 235, 1);
      border: 1px solid rgba(235, 235, 235, 1);
      margin: 5px;
      color: #000;
      font-weight: 500;
      font-family: 'Work Sans';
      font-size: 13px;
  }
  .grid-item h4{
      font-family: "Work Sans";
      /* font-size: 30px; */
      font-weight: 600;
  }
  .grid-item p{
      color: rgba(163, 163, 163, 1);
      /* font-size: 18px; */
      font-family: 'Work Sans';
  }



  /* derivative page */
  .dropdown-menu {
      min-width: 200px;
      display: none;

  }
  .dropdown:hover .dropdown-menu,
  dropdown:active .dropdown-menu {
      display: block;
      margin-top: -15px;
  }

  .dropdown-menu .dropdown-item {
      padding: 10px 20px;
      font-size: 16px;
      font-family: "Work Sans";
  }
  .dropdown-menu .dropdown-item.active,
  .dropdown-menu .dropdown-item:hover {
      background-color: #f8f9fa;
      color:#000;
      font-weight: bold;
  }
  .dropdown-toggle:active{
      color: #fff;
  }

  /* login-page  register page*/
  .login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
  }
  .login-box {
    max-width: 400px;
    width: 100%;
    padding: 40px 30px;
    /* background: rgba(235, 235, 235, 1); */
    background: rgb(0 0 0 / 83%);

    /* background: rgba(239, 190, 17, 1); */
    border-radius: 8px;
    /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); */
  }
  .register-box{
      max-width: 500px;
      width: 100%;
      padding: 40px 30px;
      background: rgba(239, 190, 17, 1);
      border-radius: 8px;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .login-box h2,
  .login-box label,
  .register-box h2,
  .register-box label {
    font-family: "Work Sans";
  }
  .login-box .btn-signin,
  .register-box .btn-signin {
    background: rgb(239 190 17);
    font-family: "Work Sans";
    font-size: 20px;
    color: #fff;
  }
  .login-box .btn-signin:hover,
  .register-box .btn-signin:hover {
    background: rgb(239 190 17);
    font-family: "Work Sans";
    font-size: 20px;
    color: #fff;
  }
  .login-box .forgot_pass,
  .register-box .account_login {
    /* color: #044dae; */
    color: rgb(239 190 17);
    font-family: "Work Sans";
    font-size: 20px;
  }
  /* font-size: 13px;
  color: ; */
  .login-box .form-control:focus,
  .register-box .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #044dae;
    outline: 0;
    box-shadow: 0 0 0 0.1rem rgb(4 77 174);
  }


  /* deposit page */
  .step-box {
      /* background-color: #044dae; */
      background-color: rgb(0 0 0 / 83%);
      color: #fff;
      padding: 15px;
      font-family: "Work Sans";
      border-radius: 7px;
      /* margin-bottom: 108px;     */
  }
  .step_amount{
      margin-top: 54px;
  }
  .step_amount1{
    margin-top:118px
  }
  .step_p{
    font-family: "Work Sans";
    font-size: 13px;
    color:rgba(163, 163, 163, 1) ;
  }
  .step-box span {
      display: block;
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
  }
  .fund-box, .amount-box, .payment-method-box {
      /* background-color: #f8f9fa; */
      font-family: "Work Sans";
      padding: 20px;
      border-radius: 5px;
      margin-bottom: 27px;
  }
  .fund-box .dropdown-toggle {
      width: 100%;
      background-color: #fff;
      border: 1px solid #ced4da;
      padding: 10px;
      text-align: left;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }
  .amount-box input {
      width: 100%;
      padding: 10px;
      background-color: rgb(247,247,247,1);
      border-radius: 5px;
      height: 60px;
      border:0px
  }
  .amount-box input::placeholder{
      color: rgba(163, 163, 163, 1);
      font-family: "Work Sans";
      font-weight: 600;
      font-size: 18px;
  }
  .usd_div{
       right: 55px;
      bottom: -132px;
  }
  .payment-method-box p,
  .heading_challenges p{
      color: rgba(163, 163, 163, 1);
      font-size: 13px;
      font-family: 'Work Sans';
      font-weight: 500;
  }
  .payment-method img {
      margin-bottom: 10px;
      width: 30px;
      height: 30px;
  }
  .payment-method:last-child {
      margin-right: 0;
  }
  .select_deposit{
      height: 75px;
      background: rgba(247, 247, 247, 1) !important;
      border: 0px !important;
      border-radius: 10px;
  }

  .help_image img{
    width: 50px;
    height: 50px;
  }
  .help_you_div{
    padding: 35px 115px;
    font-family: 'Work Sans';
  }
  .help_you_div h1,
  .prop_trading_means h1{
    font-size:28px;
    font-family:"Work Sans"
  }
  .help_you_div p,
  .prop_trading_means p{
    font-size: 18px;
    color: rgba(163, 163, 163, 1);
    font-family: "Work Sans";
  }
  .get_support_btn a{
    padding: 20px 60px;
    background: rgba(239, 190, 17, 1);
    border-radius: 7px;
    color: #000;
    font-family: 'Work Sans';
    text-decoration: none;
    font-size: 18px;
  }
  .btn_make_withdraw a{
    padding: 20px 40px;
    background: rgba(239, 190, 17, 1);
    border-radius: 7px;
    color: #000;
    font-family: 'Work Sans';
    text-decoration: none;
    font-size: 18px;
  }
  .btn_make_withdraw button{
    padding: 20px 40px;
    background: rgba(239, 190, 17, 1);
    border-radius: 7px;
    color: #000;
    font-family: 'Work Sans';
    text-decoration: none;
    font-size: 18px;
    border : none;
  }

  /* transcation page */
  .filter_btn {
    background-color: rgba(239, 190, 17, 1);
    height: 55px;
    width: 180px;
    border-radius: 7px;
    font-size: 20px;
    font-family: "Work Sans";
  }
  .all_transaction{
    background-color: rgb(247,247,247,1);
  }
  .all_transaction td {
    padding: 23px !important;
    font-size: 14px;
    font-family: 'Roboto';
  }
  .all_transaction th{
    padding: 25px 16px !important;
    font-family: "Roboto";
    font-size: 16px;
    background-color: rgba(235, 235, 235, 1) !important;
  }
  .all_transaction td span{
    font-size: 10px;
    color: rgba(106, 191, 76, 1);
  }
  .all_transaction thead tr th span {
    color: rgba(163, 163, 163, 1);
  }
  a.btn_process {
    color: rgba(239, 190, 17, 1);
    text-decoration: none;
    border: 2px solid rgba(239, 190, 17, 1);
    border-radius: 7px;
    padding: 5px 15px;
  }

  /* what is prop trading page */
  .banner_top_trader {
    position: relative;
    background-color: rgba(37, 57, 146, 0.1); /* Background color */
    padding: 20px 0;
    height: 490px;
    overflow: hidden; /* Ensure the pseudo-element stays within bounds */
  }
  .banner_top_trader::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/top_trader_bg.png);
    background-size: auto;
    /* background-repeat: round; */
    opacity: 0.1;
    z-index: 1;
  }
  .banner_top_trader::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 57, 146, 0.1); /* Background color */
    z-index: 1;
  }
  .banner_top_trader .row {
    position: relative;
    z-index: 2;
  }
  .banner_top_trader h1 {
    color: rgba(37, 57, 146, 1);
    font-size: 50px;
    font-family: "Work Sans";
    font-weight: 600;
  }
  .banner_top_trader p {
    color: #000;
    font-family: "Work Sans";
    font-size:20px
  }
  .btn_works {
    background-color:rgba(239, 190, 17, 1);
    border-radius: 7px;
    border: none;
    padding: 15px 38px;
    font-family: "Work Sans";
    color: #000;
    text-decoration: none;
    display: inline-block;
    margin-top: 20px;
  }
  .prop_trading_means {
    padding: 75px 85px;
  }
  .set_up_growth{
    background-color: rgba(247, 247, 247, 1);
    font-family: "Work Sans";
    padding: 30px 19px;
  }
  .set_up_growth h1,
  .heading_challenges h1{
    font-size:24px;
    font-family: "Work Sans";
  }
  .process_div h1{
    font-size:28px;
    font-family: "Work Sans";
  }
  .set_up_growth p{
    color: rgba(163, 163, 163, 1);
    font-size: 12px;
  }


  /* challenges page */
  .glide-item{
    font-family: "Work Sans";
    background-color: rgba(247, 247, 247, 1);
    padding: 30px 10px;
    border-radius: 15px;
  }
  .glide-item h3{
    color: rgba(37, 57, 146, 1);
    font-size: 24px;
  }
  .glide-item h4{
    font-size: 20px;
  }
  .glide-item p{
    color: rgba(163, 163, 163, 1);
    font-size: 14px;
  }
  .glide-item ul{
    list-style: disc;
      padding-left: 1rem !important;
      color: rgba(37, 57, 146, 1);
      font-size: 18px;
      font-weight: 500;
  }
  .glide-item li span{
    color: rgba(129, 129, 129, 1);
  }
  .start_now_btn{
    background-color: rgba(239, 190, 17, 1);
    color: #000;
    font-weight: 500;
    border-radius: 7px;
    padding: 12px 40px;
    text-decoration: none;
    /* font-size: 20px; */
  }
  .glide-item .btn_ongoing{
    border:2px solid rgba(106, 191, 76, 1);
  font-family: "Roboto";
  font-size: 14px;
  background-color: rgba(255, 255, 255, 1);
  color:  rgba(106, 191, 76, 1);
  padding: 5px 15px;
  }

  .submit_btn a{
    background-color: rgba(239, 190, 17, 1);
    font-family: "Work Sans";
    font-size: 20px;
    padding: 12px 38px;
  }
  .submit_btn button{
    background-color: rgba(239, 190, 17, 1);
    font-family: "Work Sans";
    font-size: 20px;
    padding: 12px 38px;
    border : 0;
  }
  .glide-item label{
    font-family: "Work Sans";
    color: #000;
  }
  .form_input1{
    height: 45px !important;
    color: rgba(255, 255, 255, 1);
    background: #fff !important;
    border: 1px solid rgba(235, 235, 235, 1) !important;
  }
  .form_input1::placeholder{
    color: rgba(163, 163, 163, 1) !important;
  }
  .accordion_button1{
    border: 1px solid rgba(235, 235, 235, 1) !important;
    font-family: 'Work Sans' !important;
    border-radius: 7px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    background: rgba(255, 255, 255, 1);
  }
  .accordion_body1{
    font-family: 'Work Sans';
      background: rgba(247, 247, 247, 1);
      border-radius: 0 0 7px 7px;
      color: rgba(163, 163, 163, 1);
  }
  .accordion_button1:focus {
    z-index: 3;
    border-color:  1px solid rgba(235, 235, 235, 1) !important;
    outline: 0;
    background-color: #fff !important;
    box-shadow:0 0 0 0 #000 !important;
  }
  .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #fff !important;
    box-shadow:0 0 0 0 #000 !important;
  }
  .select_heading h1{
    font-size: 20px;
    font-family: "Work Sans";
  }
  .form_select1{
    background-color: rgba(247, 247, 247, 1) !important;
      font-size: 18px !important;
      font-family: 'Work Sans' !important;
      color: rgba(163, 163, 163, 1) !important;
      border: 0px !important;
  }


  .card_header {
      background-color: #044dae;
      padding: 10px;
      color: white;
  }

  .dropdown-item.active {
    /* color : rgba(37, 57, 146, 1) !important; */
    color : rgba(239, 190, 17, 1) !important;
  }

