.dashboard_side_menu {
  background: var(--bs-dark); }
  .dashboard_side_menu .btn-close {
    background: none;
    color: var(--bs-dark);
    font-size: 16px;
    line-height: 16px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px; }
    .dashboard_side_menu .btn-close:focus {
      box-shadow: none; }
  .dashboard_side_menu .offcanvas-body {
    padding: 20px 30px; }
  .dashboard_side_menu .dashboard_menu .link {
    position: relative;
    padding: 15px 0; }
    .dashboard_side_menu .dashboard_menu .link:before {
      content: " ";
      position: absolute;
      right: 0;
      bottom: 0;
      height: 1px;
      background-color: rgba(221, 221, 221, 0.2);
      width: calc(100% - 33px); }
    .dashboard_side_menu .dashboard_menu .link i,
    .dashboard_side_menu .dashboard_menu .link a {
      color: #fff;
      text-decoration: none; }
  .dashboard_side_menu .dashboard_menu .accordion-item {
    background-color: transparent;
    border: 0; }
    .dashboard_side_menu .dashboard_menu .accordion-item .accordion-button {
      padding: 15px 0;
      display: flex;
      background-color: transparent;
      color: #fff;
      border: 0;
      outline: 0;
      box-shadow: none; }
      .dashboard_side_menu .dashboard_menu .accordion-item .accordion-button::after {
        content: "\f282";
        font-family: bootstrap-icons !important;
        background: none; }
      .dashboard_side_menu .dashboard_menu .accordion-item .accordion-button:before {
        content: " ";
        position: absolute;
        right: 0;
        bottom: 0;
        height: 1px;
        background-color: rgba(221, 221, 221, 0.2);
        width: calc(100% - 33px); }
    .dashboard_side_menu .dashboard_menu .accordion-item .accordion-body {
      padding-left: 33px; }
    .dashboard_side_menu .dashboard_menu .accordion-item .dsh_sidebar_link {
      color: #fff;
      width: 100%;
      display: flex;
      text-decoration: none;
      font-size: 13px;
      font-weight: normal;
      margin-bottom: 10px; }
      .dashboard_side_menu .dashboard_menu .accordion-item .dsh_sidebar_link:last-child {
        margin-bottom: 0; }

.dsh_main {
  display: flex;
  flex-flow: row; }
  .dsh_main .dsh_left_col {
    width: 300px;
    max-height: 100vh;
    overflow-y: auto;
    background-color: var(--bs-dark);
    height: 100vh;
    position: fixed;
    z-index: 10; }
    .dsh_main .dsh_left_col .logo {
      width: 60px;
      display: block; }
      .dsh_main .dsh_left_col .logo > img {
        width: 100%; }
    .ac_list .ac_lst_box {
      margin-bottom: 20px;
      padding: 10px;
      position: relative; }
      .ac_list .ac_lst_box .ac_card {
        position: absolute;
        right: 0;
        bottom: 10px;
        background-color: #ffcc1b;
        border-top-left-radius: 4px;
        -webkit-border-top-left-radius: 4px;
        -moz-border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        -webkit-border-bottom-left-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        padding: 3px;
        color: var(--bs-dark);
        font-size: 10px; }
      .ac_list .ac_lst_box.active {
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px; }
      .ac_list .ac_lst_box:last-child {
        margin-bottom: 0; }
      .ac_list .ac_lst_box .ac_name_fc {
        width: 30px;
        height: 30px;
        border-radius: 15px;
        color: #fff;
        background-color: var(--bg-blue);
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 600; }
        .ac_list .ac_lst_box .ac_name_fc.bgcl_01 {
          background-color: #ffcc1b; }
        .ac_list .ac_lst_box .ac_name_fc.bgcl_02 {
          background-color: red; }

    .ac_action_btn {
      display: flex;
      align-items: center;
      justify-content: space-evenly; }
      .ac_action_btn .btn_setting {
        padding: 5px;
        width: 35px;
        height: 35px;
        border-radius: 17.5px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
        background: rgba(255, 255, 255, 0.12); }
  .dsh_main .dsh_right_col {
    min-height: 100vh;
    overflow-y: auto;
    padding: 0 20px;
    margin-left: 300px; }
    .hd_menu {
      position: relative;
      display: flex; }
      .hd_menu_ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
        text-decoration: none;
        display: flex;
        flex-flow: row wrap; }
        .hd_menu_ul > li {
          padding: 10px;
          display: flex;
          align-items: center; }
          .hd_menu_ul > li a {
            color: var(--bs-dark);
            font-size: 14px;
            text-decoration: none; }

    .dsh_main_tab .nav-tabs {
      display: inline-flex; }
      .dsh_main_tab .nav-tabs .nav-link {
        color: var(--bs-dark);
        border: 0; }
        .dsh_main_tab .nav-tabs .nav-link > i {
          font-size: 20px; }
        .dsh_main_tab .nav-tabs .nav-link:hover, .dsh_main_tab .nav-tabs .nav-link:focus {
          outline: none;
          box-shadow: none;
          border: 0; }
        .dsh_main_tab .nav-tabs .nav-link.active {
          font-weight: 600;
          border: 0;
          border-bottom: 2px solid var(--bs-dark); }

.bal_main_sec {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px;
  background-color: #f1f2f4; }
  .ac_bal_row {
    display: flex; }
    .ac_bal_row .ac_bal_col {
      background: #ddd;
      margin-bottom: 25px;
      padding: 15px 20px;
      border-radius: 10px;
      -webkit-border-radius: 10px;
      -moz-border-radius: 10px; }
      .ac_bal_row .ac_bal_col + .ac_bal_col {
        margin-left: 20px; }
      .ac_bal_row .ac_bal_col > h2 {
        margin-top: 0;
        margin-bottom: 10px;
        color: var(--bs-dark);
        font-weight: 600; }
      .ac_bal_row .ac_bal_col > p {
        margin: 0;
        color: var(--bs-dark); }

  .data_over_sec {
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    overflow: hidden;
    display: flex; }
    .data_over_sec .col {
      padding: 15px 20px;
      position: relative; }
      .data_over_sec .col + .col::before {
        position: absolute;
        left: 0;
        top: 15px;
        bottom: 15px;
        content: " ";
        border-left: 1px solid #ddd; }
      .data_over_sec .col h5 {
        color: var(--bs-dark);
        font-weight: 600;
        margin-top: 0;
        margin-bottom: 5px; }
      .data_over_sec .col p {
        color: var(--bs-dark);
        margin-bottom: 0; }
    .data_over_sec .col-auto a {
      color: var(--bs-dark);
      background: skyblue;
      padding: 10px 10px;
      font-size: 20px;
      display: flex;
      height: 100%;
      align-items: center;
      width: 60px;
      justify-content: center;
      text-decoration: none; }

  .rec_action_box {
    background-color: #f7f7f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
    position: relative;
    display: flex; }

  .rec_action_box_offer {
    height: 150px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: relative; }
    .rec_action_box_offer img {
      width: 100%;
      object-fit: cover;
      height: 100%; }

  .dsh_link_box {
    background-color: #f7f7f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    padding: 20px;
    position: relative;
    display: flex;
    min-height: 190px;
    margin-bottom: 20px; }
    .dsh_link_box > .col h5 {
      font-weight: 600;
      color: var(--bs-dark);
      margin-bottom: 15px;
      padding-top: 40px;
      font-size: 14px;
      margin-bottom: 5px; }
    .dsh_link_box > .col p {
      color: var(--bs-dark);
      font-size: 13px;
      margin-bottom: 10px; }

/*# sourceMappingURL=dashboard.css.map */
