@import url('https://fonts.googleapis.com/css?family=Poppins:400,700,900');

body{background-color: #e7f2f2  ;font-family: 'Poppins' !important; font-size: 15px;font-weight: 400;}
#page-topbar{
  background-color: #e7f2f2;
    -webkit-box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 4%);
}
.dashboard_top_quick_boxes{
    width: 100%;
    height: auto;
    float: left;
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
    gap:10px;
}
.dashboard_top_quick_boxes .card:first-child .avatar-title {background-color: #027ae9 !important;color: #fff;}
.dashboard_top_quick_boxes .card:first-child  h4{color: #027ae9;}
.dashboard_top_quick_boxes .card:nth-child(2) .avatar-title {background-color: #991fdd !important;color: #fff;}
.dashboard_top_quick_boxes .card:nth-child(2)  h4{color: #991fdd;}
.dashboard_top_quick_boxes .card:nth-child(3) .avatar-title {background-color: #71a92f !important;color: #fff;}
.dashboard_top_quick_boxes .card:nth-child(3)  h4{color: #71a92f;}
.dashboard_top_quick_boxes .card:nth-child(4) .avatar-title {background-color: #05c7b9 !important;color: #fff;}
.dashboard_top_quick_boxes .card:nth-child(4)  h4{color: #05c7b9;}
.dashboard_top_quick_boxes .card:nth-child(5) .avatar-title {background-color: #09bced !important;color: #fff;}
.dashboard_top_quick_boxes .card:nth-child(5)  h4{color: #09bced;}


.dashboard_top_quick_boxes .card .avatar-title .font-size-24{font-size: 30px !important;}
.dashboard_top_quick_boxes .card .avatar-title img{width: 45px;}
.dashboard_top_quick_boxes .flex-shrink-0{
  box-shadow: 5px 7px 19px #ccc;
    border-radius: 10px;
}

.dashboard_top_quick_boxes .card{box-shadow: 16px 8px 21px #c0dae7;}
.dashboard_top_quick_boxes h4{font-size: 25px;}
.dashboard_top_quick_boxes p{font-size: 15px;margin-bottom: 4px;color: #505050 !important;}
.new_members_row{margin-bottom: 15px;border-bottom: 1px #e5e5e5 solid;}
.new_members_row .flex-grow-1{padding-right: 150px;position: relative;padding-bottom: 15px;}
.new_members_row .flex-grow-1 strong{position: absolute;right: 10px;min-width: 80px; text-align: center;}
.dashboard_main_contant_area .card-body{height: 100%;transition: 0.2s ease;}
.dashboard_main_contant_area .card.crd_mn_hgt{height: 95%;    box-shadow:16px 17px 13px #dceaf1;border-radius: 15px;}
.dashboard_main_contant_area .card{height: 90%;}
.rep-head{margin-bottom: 10px;}
.rpl-social{border: 0;background-color: transparent;}

.dashboard_top_quick_boxes .avatar-sm {
  height: 60px;
  width: 60px;
  border-radius: 9px !important;
}
.dashboard_top_quick_boxes .avatar-title{border-radius: 0 !important;}
.mini-stats-wid .mini-stat-icon:after, .mini-stats-wid .mini-stat-icon:before{
  left: 16px;
  height: 114px;
  top:-15px;
}
.mini-stats-wid .mini-stat-icon::after {
  left: -52px;
}
.rpl-social .bxl-facebook {
    background-color: #1877F2;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.rpl-social .bxl-twitter {
    background-color: #1DA1F2;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.rpl-social .bxl-linkedin {
    background-color: #2867B2;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    color: #fff;
}
.btn-primary{ background-color: #03c5ff;border-color: #03c5ff;}

.dashboard_income_commission_table{
    width: 99%;
    height: auto;
    float: left;
}
.dashboard_income_commission_table td{padding:10px;font-size: 15px;color: #242424;border-bottom: 1px #e5e5e5 solid;}
.dashboard_income_commission_table tr:last-child td{border: 0;}
.nav-tabs-custom .nav-item .nav-link{font-size: 15px;    font-weight: 400;}
.nav-tabs-custom .nav-item .nav-link::after{width: 100%;}
.nav-tabs-custom .nav-item .nav-link{text-align: left;}
.nav-tabs-custom .nav-item {max-width: max-content; margin-right: 3%;}
.nav-tabs-custom .nav-item .nav-link{
  padding: 15px 0;
}
.member-full-name {
    font-size: 16px;
    font-weight: 500;
    color: #595c5d;
    width: 100%;
    display: inline-block;
}
.member-user-name {
    color: #8176c2;
    font-size: 14px;
    width: 100%;
    display: inline-block;
}
.member-package {
    width: 100%;
    display: inline-block;
    font-size: 17px;
    color: #158f1a;
    font-weight: 500;
    text-align: right;
}
.member-package small{
    width: 100%;
    display: inline-block;
    font-size: 13px;
    color: #242424;
}
.avatar {
    position: relative;
    display: block;
    white-space: nowrap;
    border-radius: 500px;
}
.thumb-sm {
    display: inline-block;
    width: 40px;
}
.thumb-sm img{width: 100%;}
.avatar i {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin: 2px;
    border-style: solid;
    border-width: 2px;
    border-radius: 100%;
}
.avatar i.bottom {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
}
.avatar i.on {
    background-color: #27c24c;
}
.card-title{
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #5c5c5c;
}

.team_perfomance_row{
    width: 100%;
    height: auto;
    float: left;
    border-bottom: 1px #e5e5e5 solid;
    padding:3px 0;
}
.team_perfomance_row:last-child{border: 0;}

.sticky-menu-container{
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
  }

  .sticky-menu-container .outer-button{
    position: absolute;
    height: 50px;
    width:  50px;
    border-radius: 50%;
    background: rgb(244,87,116);
     display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    bottom: 20px;
    color: #fff;
    font-size: 28px;
  }
  .sticky-menu-container .outer-button .icon-container{
    height: inherit;
    width: inherit;
    border-radius: inherit;
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    overflow: hidden;
    position: relative;
    cursor: inherit;
  }
  .sticky-menu-container .bx-cog {
    transform: rotate(44deg);

    animation: rotate 2s linear infinite; 
  }

  @keyframes rotate {
    0% { 
      transform: rotate(0); 
    }
    100% { 
      transform: rotate(360deg);
    }
   }
.TransDateReport{width: 100%;display: inline-block;}
.summary-tile-grid .card {
  height: 90%;
  margin-bottom:15px;
  box-shadow: 0px -2px 16px #dfdfdf;
  border-radius: 5px;
}
.summary-tile-grid .card h6{
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 5px;
}
.summary-tile-grid .card strong{
  font-weight: 400;
  font-size: 18px;
}
.summary-tile-grid .card .card-body{
  padding: 10px 10px;
}
.list-group-item{
  padding: 0;
  border: 0;
}
.select2-container .select2-selection--multiple{height: 38px;overflow: auto;}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{    padding-top: 3px;}

  .sticky-menu-container .outer-button .arrow-icon.hiding-spot{
  transform: translateX(calc(60px / -2)) translateY(calc(60px / 2));
    opacity: 0;
  }

  .sticky-menu-container .outer-button .close-icon.show{
    animation-duration: 1000ms;
    animation-name: close-in;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);;
  }

  .sticky-menu-container .outer-button .close-icon.hide{
    animation-duration: 1000ms;
    animation-name: close-out;
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);;
  }

  .sticky-menu-container .outer-button .arrow-icon.show{
    opacity: 0;
    animation-duration: 1000ms;
    animation-name: arrow-in;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);;
  /*   animation-delay: 250ms; */
  }

  .sticky-menu-container .outer-button .arrow-icon.hide{
    animation-duration: 1000ms;
    animation-name: arrow-out;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);;
  }

  .sticky-menu-container .outer-button::after, sticky-menu-container.outer-button::before{
    position: absolute;
    display: inline-block;
    content: "";
    height: var(--button-inner-ring-radius);
    width: var(--button-inner-ring-radius);
    border-radius: 50%;
    background-color:transparent;
    border: 0px solid rgba(255,255,255,0.5);
    cursor: pointer;
  }

  .sticky-menu-container .outer-button.clicked::after{
    animation-duration: 500ms;
    animation-name: touch-click-inner;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
  }

  .sticky-menu-container .outer-button::before{
    height: var(--button-outer-ring-radius);
    width: var(--button-outer-ring-radius);
  }

  .sticky-menu-container .outer-button.clicked::before{
    animation-name: touch-click-outer;
    animation-duration: 500ms;
    animation-iteration-count: 1;
    animation-delay: 250ms;
  }

  .sticky-menu-container .inner-menu{
    position: absolute;
    height: 380px;
    width: 230px;
    border-radius:20px;
    background-color: #fff;
  /*   transform: translate(calc(-50% + 60px / 2), calc(-55% - 60px / 2)); */
    transform: translateX(-91px) translateY(-169px);
    transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
  /*   transition-delay: 500ms; */
    padding: 30px;
    overflow: hidden;
    box-shadow: 0px 0px 30px #00000045;
    bottom: -148px;
  }
  .closed.inner-menu{ display: none;}

  .sticky-menu-container .inner-menu > ul{
    height: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    margin: 0;
    padding: 0;
  }

  .sticky-menu-container .inner-menu > .menu-list > .menu-item{
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 3px;
    width: 100%;
    display: flex;
    align-items: center;
  }

  .sticky-menu-container .inner-menu > .menu-list > .menu-item{
    overflow: hidden;

  }
  .sticky-menu-container .inner-menu > .menu-list > .menu-item a{color: #242424; font-weight: 600;letter-spacing: 0.2px;transition: 0.2s ease;}
  .sticky-menu-container .inner-menu > .menu-list > .menu-item a:hover{color: #027ae9;}


  .sticky-menu-container .inner-menu > .menu-list > .menu-item > .item-icon{
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #343434;
    font-size: 21px;
  }

  .sticky-menu-container .inner-menu > .menu-list > .menu-item > .item-icon > svg{
    height: var(--menu-icon-size);
    width: var(--menu-icon-size);
  }

  .sticky-menu-container .inner-menu.closed{
    height: var(--menu-radius);
    width: var(--menu-radius);
    border-radius: 50%;
    padding:0;
    transform: unset;
  }

  .sticky-menu-container .inner-menu > .menu-list > .menu-item > .item-text{
    width: 100%;
    float: left;
    color: #242424;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: sans-serif;
  }

  .sticky-menu-container .inner-menu > .menu-list > .menu-item > .item-text.text-in{
    animation-duration: 1500ms;
    animation-name: text-in;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);;
  }

  .sticky-menu-container .inner-menu > .menu-list > .menu-item.text-hides{
    animation-duration: 200ms;
    animation-name: text-hides;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);;
  }

  @keyframes touch-click-inner {
    50%{
        transform: scale(0.375);
        border-width: 30px;
        opacity: 1;
    }
    100%{
        transform: scale(1);
        border-width: 1px;
        opacity: 0;
    }
  }

  @keyframes touch-click-outer {
    0%{
      border-width: 10px;
      opacity: 0;
    }
    50%{
      opacity: 0.2;
    }
    100%{
        transform: scale(1.1);
        opacity: 0;
    }
  }

  @keyframes close-in{
    0%{
      transform: scale(0) rotate(270deg);
      opacity: 0;
    }
    100% {
      transform: scale(1.1) rotate(0deg);
      opacity: 1;
    }
  }

  @keyframes close-out{
    0%{
      transform: scale(1.1) rotate(0deg);
      opacity: 1;
    }
    100% {
      transform: scale(0) rotate(270deg);
      opacity: 0;
    }
  }

  @keyframes arrow-out{
    0%{
      transform: translateX(0) translateY(0);
    }
    100%{
      transform: translateX(calc(60px / 1.5)) translateY(calc(60px / -1.5));
    }
  }

  @keyframes arrow-in{
    0%{
      transform: translateX(calc( -1 * 60px)) translateY(calc(60px));
      opacity: 0;
    }
    100%{
      transform: translateX(0) translateY(0);
      opacity: 1;
    }
  }

  @keyframes text-in{
    0%{
      opcaity: 1;
      transform: translateY(50px);
    }
    100%{
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes text-hides{
    0%{
      opacity: 1;
    }
    100%{
      opacity: 0;
    }
  }

  .toggle_menu_button{
    padding-left: 50px;
  }
  .shape_leftmenubar{
    position: absolute;
    width: 75px;
    height: 70px;
    right: -72px;
    top: -1px;
  }
  #sidebar-menu ul li a{
    color: #202020 !important;
    font-weight: 300;
    font-size: 14px;
  }

.logo{width: 100%;height: 50px;}
.logo img{max-width: 100%;max-height: 100%;width: auto;height: auto;}
.avatar-title{background-color: #027ae9 !important;}
.dashboard_main_contant_area .card.mini-stats-wid {height: 85%;border-radius: 12px; margin-bottom: 11px;}
/* .dashboard_main_contant_area .card.mini-stats-wid:before{
  width: 90%;
  height: 50px;
  position: absolute;
  background-color: #fff;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  z-index: -1;
  box-shadow: 0px 0px 20px #e7e7e7;
} */
.form-wizard{
  padding-top: 50px;
  padding-bottom: 50px;

}
.table{
  border: solid 1px #fff;
  box-shadow: 0px 9px 35px #e1e1e1;
  border-radius: 20px;
  overflow: hidden;
}
.table th{font-size: 16px;background-color: #ebf3f9; border: 1px #d7e4ed solid;color: #484848; font-weight: 500;}
.table td{font-size: 14px;border-bottom: 1px #e5e5e5 solid;vertical-align: middle;}
.btn_update{padding: 10px 30px;font-size: 13px;}
.addcategory_btn{float: right;margin-bottom: 10px;}
.card-body .card.bg-soft{margin-bottom: 0 !important;text-align: center;}
.card-body .card.bg-soft .card-body{padding: 0px;font-size: 20px;}
.gap-5px{gap: 5px;}
#epinlist_wrapper .font-size-12{font-size: 14px !important;}
#epinlist_wrapper .avatar-md{
  width: 50px;
  height: 50px;
  margin-right: 5px;
}
.profile_top_srch_sc{
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 1fr 100px;
  gap:10px;
}
.dataTables_empty{background-color: #fff !important;}
.select2-container .select2-selection--single{height: 38px;border: 1px solid #d7d7d7;}
.select2-container .select2-selection--single .select2-selection__rendered{line-height: 38px;}
.select2-container--default .select2-selection--single .select2-selection__arrow{height: 36px;}
.table .transaction-user{margin-top: 0;padding-top: 0;}
.table .transaction-user h5{margin-bottom: 0;}
.transaction-user h5{margin-bottom: 0;}
.table .img-transaction{width: 40px !important;height: 40px !important;max-width: 40px !important;}
.table  .avatar-md{width: 40px !important;height: 40px !important;max-width: 40px !important;}

div.dataTables_wrapper div.dataTables_length select{border-color: #dfdfdf;}
.page_top_cnt_boxs_view1{
  width: 100%;
  height: auto;
  float: left;
  display: grid;
  grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
}
.page_top_cnt_boxs_view1 .card{height: 85%;}
.page_top_cnt_boxs_view_box{
  width: 100%;
  height: auto;
  float: left;
}


.profile-photo-view{
  width: 150px;
  height: 150px;
  display: inline-block;
  border-radius: 50%;
  border: solid 1px #ccc;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  padding: 0;
}
.profile-photo-view img{width: 100%;}
.profile-photo-update-btn{
  width: 100%;
  height: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.profile-photo-update-btn input{opacity: 0;position: absolute;top:-10px;}
.profile_user_name{
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  text-align: center;
}
.profile_user_sub_name{
  width: 100%;
  height: auto;
  float: left;
  font-size: 15px;
  text-align: center;
  color: #666;
}
.full_height{
  height: 95%;
}
.profile_view_rank_sec{
  width: 100%;
  height: auto;
  float: left;
  padding: 30px;
}
.profile_view_rank_top{
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  color: #242424;
}
.profile_view_rank_top strong{
  color: #027ae9;
}
.profile_view_membership_sc{
  width: 100%;
  height: auto;
  float: left;
  font-size: 15px;
  color: #666;
  margin-top: 15px;
}
.profile_view_membership_sc span{
  width: 100%;
  height: auto;
  float: left;
  color: #000;
}
.page_top_cnt_boxs_view_box_2{
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 15px 10px;
  padding-top: 22px;
}
.page_top_cnt_boxs_view_box_2 .card-body{
  padding: 0;
}
.page_top_cnt_boxs_view_box_2 .card-body .card-title{margin-bottom:0px !important;font-size: 19px;float: left; width: 100%;}
.page_top_cnt_boxs_view_box_2 .card-body .card-text{margin-bottom: 0 !important;font-size: 15px;}
.card_img_bx{
  position: relative;
  width: 50px;
  height: 50px;
  box-shadow: 3px 4px 10px #dfdfdf;
  padding: 0px;
  border-radius: 8px !important;
  display: inline-block;
  overflow: hidden;
  left: 17px;
  text-align: center;
  color: #fff;
}
.card_img_bx span{
  padding-top: 13px;
    display: inline-block;
}
.card_img_bx img{height: 100%; padding: 8px;}
.card_img_bx:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 62px;
  background-color: rgb(255 255 255 / 15%);
  left: 22px;
  -webkit-transform: rotate(32deg);
  transform: rotate(32deg);
  top: -5px;
}

.business_tab_row{
  width: 100%;
  float: left;
}
.business_tab_row li{
  max-width: 200px;
}
.business_right_txt_bx{
  max-width: 200px;
  float: right;
}
.wallet_amount_bxs .amount{
  font-size: 25px;
  font-weight: 600;
}
.wallet_amount_bxs .card-body{
  padding: 5px 8px;
}
.profile_pv_view_sec{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat( auto-fit, minmax(150px, 1fr) );
  gap: 10px;
}
.profile_pv_box{
  width: 100%;
  height: auto;
  float: left;
  border: solid 1px #e5e5e5;
  padding: 8px;
}
.profile_pv_box_head{
  width: 100%;
  height: auto;
  float: left;
  font-size: 15px;
  color: #666;
  position: relative;
  padding-left: 30px;
}
.profile_pv_box_head_ico{
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #dff3ff;
  text-align: center;
  line-height: 25px;
  border-radius: 50%;
  color: #000;
}
.profile_pv_box_cnt{
  width: 100%;
  height: auto;
  float: left;
  font-size: 30px;
  color: #000;
}
.profile_pv_box_cnt a{
  width: 100%;
  height: auto;
  float: left;
  font-size: 13px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #027ae9;
}
.profile_view_btm_dtl{
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
}
.profile_view_btm_dtl .nav-pills .nav-link{
  border: 1px #e5e5e5 solid;
}
.profile_view_btm_dtl .tab-content>.active{
  padding: 30px 20px;
  border: solid 1px #e5e5e5;
}
.tab-content{position: relative;height: 100%;}
.profile_view_btm_dtl .control-label{
  font-size: 15px;
  color: #242424;
}
.profile_view_btm_dtl input{
  font-size: 15px;
  color: #242424;
}
.filter_row{
  margin-bottom: 20px;
}
.row{clear: both;}

.register_2nd_Step_view_box{
    width: 100%;
    max-width: 900px;
    height: auto;
    position: absolute;
    min-height: 700px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    box-shadow: 0px 0px 20px #e5e5e5;
}
.register_2nd_Step_view_lft_sec{
    width: 100%;
    float: left;
    height: auto;
    background-color: #027ae9;
    padding: 20px;
    text-align: center;
}
.register_2nd_Step_view_lft_cnt_box{
    width: 100%;
    float: left;
    height: 100%;
}
.register_2nd_Step_view_lft_cnt_box_paln{
    width:auto;
    display: inline-block;
    padding:3px 10px ;
    color: #fff;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #006bcf;
}
.register_2nd_Step_view_lft_cnt_box h3{
    width: 100%;
    float: left;
    height: auto;
    color: #fff;
    font-size: 35px;
}
.register_2nd_Step_view_lft_cnt_box h3 span{
    width: 100%;
    float: left;
    height: auto;
    font-size: 15px;
}

.register_2nd_Step_view_lft_ico{
    width: 100%;
    float: left;
}
.register_2nd_Step_view_lft_ico img{max-width: 200px;}

.register_2nd_Step_view_right_sec{
    width: 100%;
    float: left;
    height: auto;
    background-color: #fff;
    padding: 20px;
}
.register_2nd_Step_view_right_sec_cnt{
    width: 100%;
    float: left;
    height: auto;
    margin-bottom: 20px;

}
.register_2nd_Step_view_right_cnt_head{
    width: 100%;
    float: left;
    height: auto;
    color: #242424;
    font-size: 19px;
    margin-bottom: 10px;
}
.register_2nd_Step_view_right_frm_row{
    width: 100%;
    float: left;
    height: auto;
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    border-bottom: 1px #e5e5e5 solid;
}
.register_2nd_Step_view_right_frm_bx{
    width: 100%;
    float: left;
    height: auto;

}
.register_2nd_Step_view_right_frm_bx label{
    width: 100%;
    float: left;
    height: auto;
    font-size: 15px;
}
.register_2nd_Step_view_btm_button_row{
  width: 100%;
  float: left;
  height: auto;
}

.tooltipster-sidetip .tooltipster-box{
  width: 270px;
  height: auto;
  background: #fff !important;
  border: 0 !important;
  color: #000 !important;
  box-shadow: 5px 5px 20px #0000003d;

}
.tooltipster-sidetip .tooltipster-box td{color: #000 !important;}
  .treeview_tooltip_view_image{
width: 100%;
height: auto;
float: left;
color: #000;
}
.treeview_tooltip_view_text{
  width: 100%;
height: auto;
float: left;
color: #fff;
font-size: 14px;
}
.treeview_tooltip_view_head{
  width: 100%;
height: auto;
float: left;
color: #fff;
font-size: 18px;
}

.tree_view_sec{overflow:auto}
.tree_view_sec ul li{
    list-style: none;
    position:relative;
}
.tree_view_sec ul li::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 0px;
  border-left: 2px dashed #a2a5b5;
  width: 1px;
  height: 100%;
}
/* #tree-view-head ul li:first-child::after {
    top: 40px;
} */
.tree_view_sec ul li::after{
    content: "";
    position: absolute;
    border-top: 2px dashed #a2a5b5;
    top: 35px;
    left: 0;
    width: 23px;
}
.tree_view_sec ul li:last-child:before{height: 95px; top: -60px;}


.tree_view_card{position: relative;padding-left: 20px;transition: 0.2s ease}
.tree_view_card .card:hover{background-color: #eff9fe;box-shadow: 5px 5px 20px #ccc;}
.tree_view_card .plus_btn{
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    color: #242424;
    z-index:1;
}


.tree_card_txt_sec{
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.tree_card_txt_sec .card-title{
    width: 60%;
    font-size: 16px;
    margin-bottom: 0;
}
.tree_card_txt_sec .tree_card_level{
    width: 60px;
height: 50px;
border-radius: 50%;
border: solid 1px #ccc;
text-align: center;
/* display: flex; */
/* align-items: center; */
/* flex-wrap: wrap; */
/* justify-content: center; */
margin-right: 2%;
line-height: 16px;
padding-top: 8px;
}
.tree_card_txt_sec .tree_card_level span{
    width: 100%;
    height: auto;
    float: left;
    font-weight: bold;
    color: #000;
    font-size: 18px;
}
.tree_card_txt_sec .info_card_tree{
    width: 60px;
    height: 50px;
    border-radius: 50%;
    border: solid 1px #ccc;
    text-align: center;
    background-color: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    }
    .tre_view_card_img{
        width: auto;
    }
    .tre_view_card_img img{width: 40px;height: 40px;border-radius: 50%;}
    .tree_view_card{
        width: 400px;
        margin-left: 20px;
    }
    .tree_view_card .card{
        padding: 10px;
        margin-left: 10px;
        margin-bottom: 15px;
    }
    ul.fancytree-container li.fancytree-lastsib, ul.fancytree-no-connector>li{
        position: relative;
    }

    .tree_view_btn_left_row{
    width: 100%;
    height: auto;
    float: left;
}
.tree_view_btn_left_1{
    width: auto;
    height: 40px;
    float: left;
    text-align: center;
    background-color: #407093;
    line-height: 24px;
    font-size: 14px;
    margin-left: 10px;
    color: #fff
}
.tree_view_btn_left_1:hover{color: #fff;background-color: #242424}

.tree_view_right_srch_sec {
    width: 100%;
    display: grid;
    grid-template-columns: 240px 145px;
    justify-content: end;
    gap: 10px;
}
.downline_right_srch_sec{
  width: 100%;
  display: grid;
  grid-template-columns: 240px 145px 150px;
  justify-content: end;
}
.treeview_frm_input{
    height: 40px;
    border: solid 1px #ccc;
    border-radius:5px;
    padding-left: 8px;
}
.treeview_srch_btn{
    height: 40px;
    margin-right: 3px;
    line-height: 42px;
    line-height: 30px;
    font-size: 15px;
}
.treeview_rst_btn{
    height: 40px;
    margin-right: 3px;
    line-height: 42px;
    line-height: 30px;
    font-size: 15px;
}
.tree_view_right_srch_sec .select2-container .select2-selection--single{height: 39px;}
.tree_view_right_srch_sec .select2-selection__rendered{line-height: 39px !important;}
.tree_view_right_srch_sec .select2-selection__arrow{height: 37px  !important;}
.tooltipster-content{
  padding: 0 !important;
}

.treeview_tooltip_view_head{
  width: 100%;
  float: left;
  height: auto;
  background-color: #223246;
  text-align: center;
  padding: 8px 10px;
}
.treeview_tooltip_view_sec{
  width: 100%;
  float: left;
  height: auto;

}
.treeview_tooltip_view_sec table{
  width: 100%;
  float: left;
  height: auto;
}
.treeview_tooltip_view_sec td{
  padding:5px 10px;
  font-size: 15px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #ffffff !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #ffffff !important;
}

.genealogy-body{
  width: 100%;
  overflow: auto;
  padding: 50px;
  min-height: 500px;
  padding-top: 10px;
  text-align: center;
}
.genealogy_tree_view_sec{
  min-width: 100%;
  display: inline-block;
}
.genealogy-tree{
display: inline-block;
width: 100%;
}
.genealogy-tree ul {
  padding-top: 20px;
  position: relative;
  padding-left: 0px;
  display: flex;
  width: 100%;
  justify-content: center;
}
.genealogy-tree li {
  float: left; 
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 15px 0 15px;
  width: 100%;
  min-height: 240px;
  min-width: fit-content;
}
.genealogy-tree li::before, .genealogy-tree li::after{
  content: '';
  position: absolute;
top: 0;
right: 50%;
  border-top: 2px solid #ccc;
  width: 50%;
height: 18px;
}
.genealogy-tree li::after{
  right: auto; left: 50%;
  border-left: 2px solid #ccc;
}
/* .genealogy-tree li:only-child::after, .genealogy-tree li:only-child::before {
  display: none;
} */
.genealogy-tree li:only-child{
  padding-top: 0;
}
.genealogy-tree li:first-child::before, .genealogy-tree li:last-child::after{
  border: 0 none;
}
.genealogy-tree li:last-child::before{
  border-right: 2px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}
.genealogy-tree li:first-child::after{
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}
.genealogy-tree ul ul::before{
  content: '';
  position: absolute; top: 0; left: 50%;
  border-left: 2px solid #ccc;
  width: 0; height: 20px;
}
.genealogy-tree li a{
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.genealogy-tree li a:hover+ul li::after,
.genealogy-tree li a:hover+ul li::before,
.genealogy-tree li a:hover+ul::before,
.genealogy-tree li a:hover+ul ul::before{
  border-color:  #fbba00;
}

.user-image{
  width: 60px;
  height: 60px;
  display: inline-block;
  border-radius: 50%
}
.tree-username{
  width: auto;
  height: auto;
  font-size: 14px;
  margin-top: 5px;
  padding: 1px 10px;
  background-color: #cbe2ff;
  color: #000;
  letter-spacing: 1px;
}
.add-image{
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%
}
.label.add-btn{
  width: 100%;
  height: auto;
  float: left;
  font-size: 18px;
  margin-top: 5px
}
.genealogy-tree li .down-arrow{
  width: 100%;
  height: auto;
  float: left;
}
.li-expanded a{visibility: hidden;}
.genealogy-tree li a{
  width: 100%;
  margin: 8px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.genealogy-tree li a{position: relative;}
.tooltip_image{
  width: 80px;
  height: 80px;
  height: auto;
  margin: auto;
  padding: 10px;
}
.tooltip_image img{max-width: 100%;}
.tooltip-head{
  width: 100%;
  height: auto;
  float: left;
  background-color: #3f6f92;
}
.tootip-username{
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  color: #fff;
  text-align: center
}
.tootltip-fullname{
  width: 100%;
  height: auto;
  float: left;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-bottom: 10px
}
.tooltip-table{
  width: 100%;
  height: auto;
  float: left;
  padding: 15px
}
.tooltip-table table{
  width: 100%;
  height: auto;
  float: left;
}
.serialtip-default{padding: 0 !important;max-width: 250px !important;}
.rank-name{
  width: auto;
  display: inline-block;
  padding: 5px 20px;
  background-color: #fbba00;
  color: #000;
  font-size: 14px;
  margin-top: 10px;
  border-radius:30px;
}
.serialtip-default.is-placement-bottom:before{border-width: 0 9px 9px 9px !important;border-bottom-color: #3f6f92  !important;}
.tree_view_btn_left_row{
  width: 100%;
  height: auto;
  float: left;
}
.tree_view_btn_left_1{
  width: auto;
  height: 40px;
  float: left;
  text-align: center;
  background-color: #407093;
  line-height: 24px;
  font-size: 14px;
  margin-left: 10px;
  color: #fff
}
.tree_view_btn_left_1:hover{color: #fff;background-color: #242424}

.tree_view_right_srch_sec {
  width: 100%;
  display: grid;
  grid-template-columns: 240px 145px;
  justify-content: end;
  gap: 10px;
}
.treeview_frm_input{
  height: 40px;
  border: solid 1px #ccc;
  border-radius:5px;
  padding-left: 8px;
}
.treeview_srch_btn{
  height: 40px;
  margin-right: 3px;
  line-height: 42px;
  line-height: 30px;
  font-size: 15px;
}
.treeview_rst_btn{
  height: 40px;
  margin-right: 3px;
  line-height: 42px;
  line-height: 30px;
  font-size: 15px;
}
.tree_view_right_srch_sec .select2-container .select2-selection--single{height: 39px;}
.tree_view_right_srch_sec .select2-selection__rendered{line-height: 39px !important;}
.tree_view_right_srch_sec .select2-selection__arrow{height: 37px  !important;}
.wizard-fieldset.show .form-check .form-check-input{
  margin: 0 !important;
  width: 20px;
  height: 20px;
  margin-top: 7px !important;
}
.invalid-feedback{font-size: 13px;}
.reg_paymnt_type{
  width: 100%;
  height: auto;
  display: inline-block;
  font-weight: 400;
  color: #242424;
  font-size: 18px;
}
.total_amount_reg{
  width: 100%;
  height: auto;
  display: inline-block;
  font-weight: 400;
  color: #242424;
  font-size: 18px;

}
.total_amount_reg span{font-weight: bold;}
.nav-pills .nav-link.payment-tab{
  gap: 10px;
  border: solid 1px #d5d5d5;
  display: flex;
  color: #242424;
}
.nav-pills .nav-link.payment-tab.active{color:#fff}
.paymnt_selection_bx{
  width: 100%;
  height: 100%;
  padding: 10px;
  display: inline-block;
  border: solid 1px #e5e5e5;
}
.paymnt_selection_bx .form-control{
  padding: 9px !important;
}
.tree_view_fll_name{
  width: 100%;
  height: auto;
  display: inline-block;
  margin-top: 3px;
  font-size: 14px;
  font-weight: 500;
  font-size: 12px;
}
.businss_profit{background-color: #fbba00;}
.businss_pending{background-color: #d77bba;}
.filter_btn_home{
  position: absolute;
  right: -6px;
  top: 7px;
}
.filter_btn_home i{
  color: #000;
  font-size: 23px;
}
.filter_btn_home .btn{outline: none !important;box-shadow: none;}
.user_register_box{
  margin-top: 30px;
}

.filter_box_new {
  width: 100%;
  display: inline-block;
  /* border: solid 3px #ebebeb; */
  padding: 10px 0;
  margin-top: 0;
  background-color: #ffffff;
  margin-bottom: 0px;
  /* box-shadow: 1px 5px 20px #dbdbdb; */
}
.filter_box_new .col-md-2:last-child{display: flex;gap: 10px;}
.filter_box_new .col-md-2:last-child .btn{    padding: 0.47rem 0.4rem;}
.list-group-item-header h5{margin-bottom: 0;}
.purchase_wallt{
  background-color: #73cdff;
}
.commission_ernd{
background-color: #ab7dff !important;
}

.epin_card_view .col-md-4:first-child .mini-stat-icon .avatar-title{
  background-color: #e9f4ff !important;
    color: #006bcf;
}
.epin_card_view .col-md-4:first-child h4{
  color: #006bcf;
  font-size: 25px;
}

.epin_card_view .col-md-4:nth-child(2) .mini-stat-icon .avatar-title{
  background-color: #e7ffe5 !important;
  color: #009688;
}
.epin_card_view .col-md-4:nth-child(2) h4{
  color: #009688;
  font-size: 25px;
}
.epin_card_view .col-md-4:nth-child(3) .mini-stat-icon .avatar-title{
  background-color: #e7e7e7 !important;
  color: #242424;
}
.epin_card_view .col-md-4:nth-child(3) h4{
  color: #009688;
  font-size: 25px;
}
.epin_card_view p {
  font-size: 15px;
  margin-bottom: 4px;
}
.font-size-26{font-size: 26px !important;}


.epin_card_view .mini-stat-icon .avatar-title{border-radius: 0px !important;}
.epin_card_view .mini-stat-icon {
  border-radius: 9px !important;
  height: 60px;
  width: 60px;
}

.epin_card_view .mini-stat-icon .font-size-24 {
  font-size: 30px !important;
}
.table_cart td{padding: 7px;border: solid 1px #e5e5e5;}
.table_cart th{padding: 7px;border: solid 1px #e5e5e5;}
.payment-tab input{visibility: hidden;}
.gap-10{gap:10px}
.page-link{height: 30px;    padding-top: 5px;}
.pagination .page-item:first-child .page-link{
  font-size: 0px;
  padding: 4px 3px;
    line-height: 0;
    padding-top: 15px;
}
.pagination .page-item:last-child .page-link{
  font-size: 0px;
    padding: 4px 3px;
    line-height: 0;
    padding-top: 15px;
}
.pagination .page-item:first-child .page-link::after{
  content: "\f0141";
  font-family: "Material Design Icons";
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
}
.pagination .page-item:last-child .page-link::after{
  content: "\f0142";
  font-family: "Material Design Icons";
  font-size: 23px;
  font-weight: 400;
  font-style: normal;
}
.settings_page .alert-info{margin-bottom: 0;}
.settings_page .nav-tabs-custom{gap:10px;}
.settings_page .nav-tabs-custom .nav-item .nav-link{padding:15px 10px;display: flex;gap: 10px;}

.settings_page .check_bx_new[type=checkbox] {
  border-radius: 0.25em;
  width: 18px;
  height: 18px;
  position: relative;
  left: -14px;
  top: -2px;
}
.settings_page  .form-switch .form-check-input {width: 3em;height: 1.5em;}
.settings_page table .bx{    font-size: 26px;}
.message-list li{
  padding: 10px;
  height: auto;
  line-height: inherit;
  margin: 4px 0;
  display: inline-block;
  width: 100%;
  padding-right: 3%;
}
.support_filter_sec label{width: 100%;float: left;}
.support_filter_sec .input-group{margin-bottom: 15px;}
/* .mail  */
.message-list li .col-mail-2 .date{padding-left: 60px;right: 10px;}
.message-list li:hover .mail_delete_btn{opacity: 1;}
.single_mail .card{height: 80vh;}





/*
.genealogy-tree ul.head>li>ul>li{overflow: hidden;}
.genealogy-tree ul.head>li>ul>li:first-child .li-expanded::before{
  height: 166px;
  border-right: 2px #ccc solid;
  top: 3px;
  left: 2px;
}
.genealogy-tree ul.head>li>ul>li:first-child .li-expanded::after{
  border: 0 none;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  border-top: 2px #ccc solid;
  border-left: 2px solid #ccc;
}

.genealogy-tree ul.head>li>ul>li:first-child ul>li>ul> .li-expanded:last-child::before{
  height: 169px;
  top: 0px;
  left: 0px;
}
.genealogy-tree ul.head>li>ul>li:first-child ul>li>ul> .li-expanded:last-child::after{
  visibility: hidden;
}


.genealogy-tree ul.head>li>ul>li:first-child .li-expanded{min-height: 170px;}
.genealogy-tree ul.head>li>ul>li:first-child .li-expanded a{visibility: visible;}
.genealogy-tree ul.head>li>ul>li:first-child .li-expanded a img{visibility: hidden;}
.genealogy-tree ul.head>li>ul>li:first-child .li-expanded .tree-username{font-size: 0;position: relative;top: 37px;}
.genealogy-tree ul.head>li>ul>li:first-child .li-expanded .tree-username::after{
  border: 0 none;
    top: inherit;
    bottom: 0;
    right: -400%;
    width: 450%;
    border-bottom: 2px #ccc solid;
    position: absolute;
    content: '';
}




.genealogy-tree ul.head>li>ul>li:last-child .li-expanded{min-height: 170px;}
.genealogy-tree ul.head>li>ul>li:last-child .li-expanded::before{
  height: 169px;
}
.genealogy-tree ul.head>li>ul>li:last-child .li-expanded a{visibility: visible;}
.genealogy-tree ul.head>li>ul>li:last-child .li-expanded a img{visibility: hidden;}
.genealogy-tree ul.head>li>ul>li:last-child .li-expanded .tree-username{font-size: 0;position: relative;top: 37px;}
.genealogy-tree ul.head>li>ul>li:last-child .li-expanded .tree-username::after{
  border: 0 none;
    top: inherit;
    bottom: 0;
    left: -400%;
    width: 450%;
    border-bottom: 2px #ccc solid;
    position: absolute;
    content: '';
}


.genealogy-tree ul.head>li>ul>li:last-child .li-expanded:first-child::before{
  border-right: 2px #ccc solid;
  left: 2px;
  top: 5px;
  height: 164px;
}
.genealogy-tree ul.head>li>ul>li:last-child .li-expanded:first-child::after{
  border-top: 2px #ccc solid;
  top: 0;
  bottom: inherit;
  left: 50%;
  width: 50%;
  border-bottom: 0;
} */





#expanded-tree-view .genealogy-tree ul li:first-child .up-arrow::before{
  left: 0;
  right: 0;
  position: absolute;
  margin: auto;
  top: -46px;
  border-left: solid 2px #ccc;
  content: '';
  height: 45px;
  width: 2px;
}
.profile_page .form-check-input[type=checkbox]{width: 18px;height: 18px;position: relative;top: -2px;}
.profile_page .checkParent[type=checkbox]{width: 18px;height: 18px;position: relative;top: 2px;}
.profile_page .checkParent-11[type=checkbox]{width: 18px;height: 18px;position: relative;top: 2px;}
.profile_page .checkParent-15[type=checkbox]{width: 18px;height: 18px;position: relative;top: 2px;}

.email-leftbar{height: 80vh;}
.email-rightbar #inboxCard{min-height: 80vh;}
.mail-list i{font-size: 18px;position: relative;top: 2px;}
.mail-list a {font-size: 16px;color: #666666;}
.refresh_btn{
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
  font-size: 22px;
  border-radius: 20px;
  padding-top: 1px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 0px 10px #ccc;
}
.mailbx_tp_txt{
  margin-top: 6px;
  display: inline-block;
  font-size: 15px;
}
.message-list li a{color: #3e3e3e;}
.sponsor-tree ul.head>li>ul>li{
    overflow: visible;
}

.tree-width{
    position: absolute;
    height: 50px;
    bottom: -50px;
    border-top: 2px #ccc solid;
}
.left-width-tree{
    border-right: 2px #ccc solid;
}
.right-width-tree{
    border-left: 2px #ccc solid;
}

.width-div-one{
    width: 0px;
    height: 89%;
    position: absolute;
    display: inline-block;
    bottom: 0;
    border-left: 2px #ccc solid;
    display: none;

}
.width-div-two{
    width: 8px;
    height: 2px;
    border-top: 2px #ccc solid;
    position: absolute;
    top: 17px;
    right: 0;
    left: -6px;
    margin: auto;
    display: none;
}

.genealogy-tree .li-expanded:before{height: 100%;}
.genealogy-tree .li-expanded:after{height:100%;}


.left-width-tree{left: 50%;}
.right-width-tree{right: 50%;}

.left-width-tree1{left: 50%;}
.right-width-tree1{left: 50%;}

.sponsor-tree li:only-child::before{
    display: none;
}
.sponsor-tree li:only-child::after{
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-left: 2px solid #ccc;
    width: 50%;
    height: 100%;
    display: none;
    border-radius: 0;
}
.sponsor-tree li.li-expanded:only-child::after{
    display: block;
}
.genealogy-tree li:only-child::before{border: 0 !important;}
.genealogy-tree li:only-child a::before{display: none;}
.table>thead tr{
  box-shadow: 0px 4px 18px rgb(0 0 0 / 7%);
  position: relative;
}
.table tbody tr:first-child td{border-top: 0;}
.table tbody tr:last-child td{border-bottom: 0;}

.table th{
  background-color: #fff;
    border: 1px #fff solid;
}
.footer{

  height: 40px;
  background-color: #ebf9ff;
  display: flex;
  align-items: center;
  border-top: 1px #cce4ef solid;
}
.tree_view_right_srch_sec .form-group{margin-bottom: 0 !important;}
.top-filter-card-bx .form-group{margin-bottom: 0 !important;}
.page-title-box{    padding-bottom: 14px;}
.dataTables_length{width: auto;float: right;}
.dataTables_info{width: auto;float: right;padding-top: 3px !important;padding-left: 10px;padding-top: 2px !important; padding-right: 10px;}
div.dataTables_wrapper div.dataTables_paginate{width: auto;float: left !important;}
div.dataTables_wrapper div.dataTables_length label{margin-bottom: 0;}
.mm-active span{color: #000;position: relative;  top: 3px;}

body[data-sidebar=dark] #sidebar-menu .mm-active .active{color: #07233c !important; background-color: #e9f7fe; border-radius: 20px 0px 0 20px;position: relative;overflow: visible;}
body[data-sidebar=dark] #sidebar-menu .mm-active .active span{color: #07233c !important; }
body[data-sidebar=dark] #sidebar-menu .mm-active .active i{color: #07233c !important; }
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active i{color: #07233c !important; }
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active .active span{color: #fff !important; }
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active:hover .active i{color: #fff !important; }
body[data-sidebar=dark].vertical-collpsed .vertical-menu li.mm-active a.mm-active:before{display: none;}
#sidebar-menu ul li ul.sub-menu li{margin: 5px 0;padding-left: 0;background-color: transparent;}
li.mm-active a.mm-active{color: #07233c !important; background-color: #e9f7fe; border-radius: 20px 0px 0 20px;position: relative;overflow: visible;}
li.mm-active:hover a.mm-active{color: #07233c !important; background-color: #e9f7fe !important;}
li.mm-active a.mm-active span{color: #07233c !important; }
li.mm-active a.mm-active i{color: #07233c !important; }
#sidebar-menu .mm-active>.has-arrow:after{color: #fff !important;font-size: 17px; }
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a.active{background-color: #e9f7fe17; color: #000 !important;border-radius: 0;}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a:hover{background-color: #e9f7fe17; border-radius: 20px 0px 0 20px;border-radius: 0;}
body[data-sidebar=dark] #sidebar-menu ul li a:hover{background-color: #e9f7fe17; border-radius: 20px 0px 0 20px;color: #fff !important;}
.nav-tabs-custom .nav-item .nav-link.active { color: #2697b9;}
.nav-tabs-custom .nav-item .nav-link::after{ background: #2697b9;}
li.mm-active a.mm-active:after {font-size: 0 !important;}
#sidebar-menu{padding-top: 30px;}
body[data-sidebar=dark] .metismenu li.mm-active{
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
body[data-sidebar=dark]  #sidebar-menu .has-arrow::after{color: #454545;}

body[data-sidebar=dark] .metismenu li.mm-active:after {
  content: "\f0140";
  font-family: "Material Design Icons";
  display: block;
  float: right;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s;
  font-size: 1rem;
  position: absolute;
  top: 16px;
  right: 25px;
  color: #242424;
  transform: rotate(180deg);
}
#sidebar-menu ul li ul.sub-menu li.mm-active::after{display: none;}

.business-card{min-height: 680px;}
.business-card .nav-tabs-custom .nav-item .nav-link { padding: 10px 0;  padding-top: 0;}
.filter_box_new label{margin-bottom: 3px;}
.date-range-picker{padding-left: 30px;background-image: url(../images/icons/calendar.png) ;background-repeat: no-repeat;    background-position: 3px 4px;font-family: cursive;}
.table-responsive{overflow: visible;}
.offcanvas-end{width: 700px;padding: 15px;}
.addon-box{padding-top: 15px;}
.select2-search input{padding-left: 7px !important;}
.filter-report .form-group{margin-bottom: 0 !important;}
label{margin-bottom: 5px;}
.settings_page .nav-tabs-custom .nav-item{margin-right: 10px;}
.settings_page{}
.doghnut_chart_1 {
  margin: auto
}
.vertical-menu{box-shadow: none !important;}
.message-list li .col-mail-2{top: 10px;}
.message-list li .col-mail-1 .title{
  top:2px;
  left: 90px;
  font-size: 18px;
    color: #000;
}
.single_mail_head{
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
}
.doughnut_inner_val {
  width: 130px;
  height: 57px;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  color: #242424;
  font-size: 17px;
  text-align: center;
  line-height: 26px;
}
.doughnut_inner_val strong{
  width: 100%;
  height: auto;
  float: left;
  text-align: center;
  font-size: 30px;
}
.crd_mn_hgt .tab-content.p-3{padding-left: 0 !important;padding-right: 0 !important;}
.profile_view_pg .btn-outline-secondary{    border-color: #dfdfdf;}
.profile_pv_box_cnt a{color: #0077ab;}
.settings_page .nav-tabs-custom {
  box-shadow: 5px 10px 17px rgb(0 0 0 / 12%) !important;
  background-color: rgba(255,255,255,0.7);
} 
.settings_cnt_dv .table-responsive{overflow: auto;}
.settings_cnt_dv table{width: auto;min-width: 600px;}
.dashboard_income_commission_table .text-success{font-size: 17px;}
.dashboard_income_commission_table .btn-primary{font-size: 14px;min-width: 40px; text-align: center;}
.new_members_row .btn-primary{font-size: 14px;}
.crd_mn_hgt .tab-pane{max-height: 300px;overflow: auto;}
.rankTable .form-switch-md{margin-bottom: 0 !important;}
.rankTable .avatar-sm {height: 2rem; width: 2rem;}
.settings_table{width: auto;min-width: 600px;}
.settings_page .alert-info h4{font-size: 18px;}
.settings_page .table-responsive{overflow: auto;}
.size-15{font-size: 15px;}
.uploadlogo-box{
  width: 100%;
  background-color: #fff;
  box-shadow: 5px 10px 17px rgb(0 0 0 / 12%) !important;
  margin-bottom: 10px;
}
.card-box{
  width: 100%;
  background-color: #fff;
  box-shadow: 5px 10px 30px rgb(0 0 0 / 12%) !important;
  padding: 20px;
  margin-bottom: 10px;
}
.suppoert_view_lables label{width: auto;float: none;margin-right: 1%;}
.font-size-30{font-size: 30px;}
.profile_view_pg .form-switch-lg{
  display: flex;
  justify-content: center;
  padding-left: 0;
  width: 100%;
}
.form-switch-lg .form-check-input{
  margin-left: 10px !important;left: 0;
}
.settings_page .form-switch-lg{margin-bottom: 0 !important;}
.pading_pol_bnus label{margin-right: 1%;}
.crd_mn_hgt .tab-pane#income{height: 230px;overflow: auto;}
.crd_mn_hgt .tab-pane#commission{height: 230px;overflow: auto;}
.dashboard_btm_scrl{height: 310px;overflow: auto;}
.upload-metirial-view .card{height: 95%;}
.news-view-box .card{height: 95%;}
.form-check-input[type=checkbox]{width: 17px;height: 17px;position: relative; top: -2px;}
body table.dataTable{    width: 100% !important;margin-bottom: 15px !important;border: solid 1px #e3e3e3;}
.vertical-collpsed .navbar-brand-box{    padding: 0 4px;}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:last-child .btn-danger{margin: 0; width: 95% !important;}
.form-select option{font-size: 15px;line-height: 25px;}
 .form-wizard .wizard-form-error{background-color: transparent !important;}
 .select2-container .select2-selection--multiple .select2-selection__rendered{display: inherit;}
 #packageTable td .img-fluid{max-width: 40px;}
 #header-lang-img{position: relative;top: -3px;}
 .form-switch .form-check-input {
  width:50px;
  height: 23px;
  margin-left: -2.5em;
  background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e);
  background-position: left center;
  border-radius: 2em;
  -webkit-transition: background-position .15s ease-in-out;
  transition: background-position .15s ease-in-out;
}
.rank_perfom_txt{
  font-size: 18px;
    line-height: 32px;
}
.rank_perfom_txt strong{float: right;margin: 0 2px;}
.replica_box{border-radius: 15px;}
.card.crd_mn_hgt{border-radius: 15px;    min-height: 95%;}
.card{border-radius: 15px;overflow: hidden;}
.mailer_user_photo_bx{
  position: relative;
  width: 30px;
  height: 30px;
  float: left;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  background-color: #006bcf;
  color: #fff;
  line-height: 30px;
  margin-right: 10px;
  margin-top: -3px;
}
.mailer_user_photo_bx img{width: 100%;}
.message-list .row:nth-child(1n+0) .mailer_user_photo_bx{  background-color: #006bcf;}
.message-list .row:nth-child(2n+0) .mailer_user_photo_bx{  background-color: #9c27b0;}
.message-list .row:nth-child(3n+0) .mailer_user_photo_bx{  background-color: #e91e63;}
.message-list .mail_delete_btn{position: absolute;z-index: 9;top: -5px;border-radius: 30px;transition: 0.2s ease;opacity: 0;left: 10px;}
.message-list .row:hover{display: block;}
.mail_contant{
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  color: #242424;
}
.mail_contant h6, .mail_contant p{
  font-size: 14px;
  color: #424141;
  line-height: 28px;
}
.report_logo{display: flex;align-items: center;justify-content: end;}
.report_logo .logo-sm img{max-width: 200px;width: 100%;}
.report_address_box{
  width: 100%;
  height: auto;
  float: left;
  font-size: 16px;
  color: #242424;
}
.report_address_box h4{
  margin-bottom: 5px;
  font-size: 18px;
  color: #242424;
  font-weight: bold;
  text-transform: capitalize;
}
.report_address_box p{
  margin-bottom: 0;
  font-size: 16px;
  color: #666 !important;
  font-weight: normal !important;
}
.pagination-rounded .d-flex{width: 100%;flex-direction: row-reverse;}
.pagination-rounded .flex-sm-fill{width: 100%;flex-direction: row-reverse;}
.pagination-rounded .d-flex p{margin-bottom: 0;}
.payout_ovrview_lgnd{
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
}
.payout_ovrview_lgnd h5{color: #000;font-size: 22px;}
.payout_ovrview_lgnd p{color: #666;font-size: 14px;}

.pagination_new{
  width: 100%;
  height: auto;
  float: left;
}
.pagination_new nav div:last-child{
  flex-direction: row-reverse;
}
.tooltipster-box .rank_name{text-align: center;
  background-color: #027ae9;
  color: #fff !important;}
  .pyotu_clr_bx1{
    width: 15px;
    height: 3px;
    display: inline-block;
    margin-right: 5px;
  }
  .text-left{text-align: left;}
  body[data-sidebar=dark] .navbar-brand-box{ background: #6ec9c9;}
  body[data-sidebar=dark] .vertical-menu{ background: #6ec9c9;}
  .shape_leftmenubar path{fill:#6ec9c9}
  body[data-sidebar=dark] #sidebar-menu ul li a i { color: #000;}
  .metismenu li{padding-left: 10px;}

#sidebar-menu .mm-active .active:before {
  content: "";
  width: 42px;
  height: 38px;
  margin-top: 0;
  transform: rotate(90deg) scale(1.04);
  background-size: 100%;
  background-image: url(../images/icons/shade.svg);
  position: absolute;
  top: -40px;
  right: -2.5px;
  background-repeat: no-repeat;
}
#sidebar-menu .mm-active .active:after {
  content: "";
  width: 42px;
  height: 38px;
  margin-top: 50px;
  transform: scale(1.04);
  background-size: 100%;
  background-image: url(../images/icons/shade.svg);
  position: absolute;
  bottom: -36.5px;
  right: 0.5px;
}

li.mm-active a.mm-active:before {
  content: "";
  width: 42px;
  height: 38px;
  margin-top: 0;
  transform: rotate(90deg) scale(1.04);
  background-size: 100%;
  background-image: url(../images/icons/shade.svg);
  position: absolute;
  top: -40px;
  right: -1.5px;
  background-repeat: no-repeat;
}
li.mm-active a.mm-active:after {
  content: "";
  width: 42px;
  height: 38px;
  margin-top: 50px;
  transform: scale(1.04);
  background-size: 100%;
  background-image: url(../images/icons/shade.svg);
  position: absolute;
  bottom: -38px;
  right: 0.5px;
  transform: none !important;
}

.badge-income{
  color: #11a666;
  background-color: #dbf2e8;
  display: inline-block;
  padding: 0.35em 0.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3.25rem;
}

.badge-credit{
  color: #11a666;
  background-color: #dbf2e8;
  display: inline-block;
  padding: 0.35em 0.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3.25rem;
}

.badge-debit{
  color: #f85974;
  background-color: #f6dee2;
  display: inline-block;
  padding: 0.35em 0.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3.25rem;
}

.badge-balance{
  color: #525252;
  background-color: #d1ebff;
  display: inline-block;
  padding: 0.35em 0.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3.25rem;
}

.badge-amount{
  color: #525252;
  background-color: #d1ebff;
  display: inline-block;
  padding: 0.35em 0.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3.25rem;
}
.badge-pending{
  color: #5e5e5e;
  background-color: #dbdbdb;
  display: inline-block;
  padding: 0.35em 0.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3.25rem;
}

.badge-bonus{
  color: #51a611;
  background-color: #e0f3d1;
  display: inline-block;
  padding: 0.35em 0.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 3.25rem;
}
.nodata_view{width: 100%;height: 100%;float: left;text-align: center;display: flex;align-items: center;justify-content: center;position: relative;flex-direction: column;}
.nodata_view img{max-width: 250px;}
.nodata_view span{
  position: absolute;
  bottom: 10px;
  width: 100%;
  height: 30px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 20px;
  color: #242424;
  font-weight: 500;
}

body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a.active:after{display: none;}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a.active:before{display: none;}
.message-list{max-height: 73vh; overflow-x: hidden;}
.simplebar-content-wrapper .form-check-label{position: relative;top: 2px;left: 3px;}
.download_member_box_sec .card-body .card.bg-soft{border-radius: 10px;height: 90%;max-width: 100%;min-width: 100%;margin-bottom: 20px;}
.grid_downline_mmbr {
  width: 100%;
  display: grid;
  grid-template-columns: 240px 180px;
  gap: 10px;
  
}
.download_member_box_sec .card-body .card.bg-soft {    padding: 4px;background-color: transparent;}
.download_member_box_sec .card-body .card.bg-soft .card-header{background-color: transparent;padding-bottom: 0;}
.download_member_box_sec .card-body .card.bg-soft .card-body{margin-bottom: 10px;font-size: 22px;}
.download_member_box_sec .card-body .card.bg-soft .card-body strong{font-weight: 500;}
.text-success{color: #158f1a !important;}
.text-dwln_clr{color: #00bdf5 !important;}
.genealogy-tree.sponsor-tree li{
  float: left;
  width: auto;
}

.loader_tab_inn{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 9;
  text-align: center;
  padding-top: 20%;
}
.loader_tab_inn img{max-width: 100px;}
.subject_mail_cnt{
  width: 100%;
  position: relative;
  padding-right: 100px;

}
.mail_date{
  position: absolute;
  right: 0;
}
.sent-iem{
  padding-left: 50px;
}
.mail_box_cnt_row{
  border-bottom: 1px #e5e5e5 solid;
  padding-bottom: .5rem!important;
}
.mail_contant_scrl{
  height: 90%;
  overflow: auto;
}

.reply_mail_open {
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  padding: 5px 0;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
}


.reply_mail_open:hover,
.reply_mail_open.is-open {
  background-color: #fff;
}

.reply_mail_content {
  background-color: white;

  padding: 0 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
}
.mail_box_cnt_row  .flex-shrink-0{    padding-top: 5px;}
.reply_sngle_right{
  float: right;
  position: absolute;
  right: 10px;
  top: -1px;
}

.top-filter-card-bx .card-body .card.bg-soft {padding: 4px;background-color: transparent !important;}
.top-filter-card-bx .card-body .card.bg-soft .card-header{background-color: transparent;padding-bottom: 0;}
.top-filter-card-bx .card-body .card.bg-soft .card-body{margin-bottom: 10px;font-size: 22px;}
.top-filter-card-bx .card-body .card.bg-soft .card-body strong{font-weight: 500;}
.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a{ width: calc(180px + 70px);}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul{ padding: 0;}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul ul li{ margin: 5px 0;}
.page-item.active .page-link{
  background-color: #03c5ff;
  border-color: #03c5ff;
}
body[data-sidebar=dark].vertical-collpsed{min-height: 100vh;}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active::after{display: none;}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active a:after{display: none;}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu ul li.mm-active a:before{display: none;}
body[data-sidebar=dark].vertical-collpsed .vertical-menu li.mm-active:hover a.mm-active{
  color: #fff !important;
  background-color: #2a3042 !important;
}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a span{  color: #fff !important;}
body[data-sidebar=dark].vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i{  color: #fff !important;}
.enquir_fill_img{width: 100%;float: left;}
.enquir_fill_img img{width: 100%;}
.enquir_fill_form_sec{  width: 100%;float: left;}



@media (max-width:1480px){
  .dashboard_top_quick_boxes p{font-size: 13px;}
  .dashboard_top_quick_boxes .card-body{padding: 10px;}
  .dashboard_top_quick_boxes .avatar-sm {height: 50px;width: 50px;}
  .dashboard_top_quick_boxes .card .avatar-title img{width: 35px;}
  .nav-tabs-custom .nav-item{margin-right: 2%;}
  .nav-tabs-custom .nav-item .nav-link { font-size: 13px;}
  .dashboard_top_quick_boxes h4 { font-size: 20px;}
  body table.dataTable{border-radius: 10px;}
}
@media (max-width:1366px){
  .card { border-radius: 10px;}
  .page_top_cnt_boxs_view1{ grid-template-columns: repeat(auto-fit, minmax(19%, 1fr))}
  .dashboard_top_quick_boxes .card-body{padding: 10px;}
  .dashboard_top_quick_boxes .avatar-sm {height: 50px;width: 50px;}
  .downline_right_srch_sec{    grid-template-columns: 210px 145px 150px;}
  .nav-tabs-custom{gap: 10px;}
  .crd_mn_hgt .nav-tabs-custom{gap: 0px;}
  #packageTable td .btn-danger {margin-left: 0 !important;}
  #packageTable td .btn-primary{margin-bottom: 5px !important;margin-right: 10px;}
  .form-switch-md {  padding-left: 0.5rem;}
  .grid_downline_mmbr{grid-template-columns: 200px 160px;justify-content: center;}
  }
  @media (max-width:1292px){
    .dashboard_top_quick_boxes p{font-size: 11px;}
    .dashboard_top_quick_boxes h4 {  font-size: 20px;  }

  }

 
  @media (max-width:1200px){
    .dashboard_top_quick_boxes{ grid-template-columns: repeat( auto-fit, minmax(250px, 1fr) );}
    .downline_right_srch_sec{justify-content: center !important;grid-template-columns:  190px 125px 150px;;}
    .tree_view_right_srch_sec{grid-template-columns: 190px 145px}
    .profile_view_rank_sec{padding: 0;}
    .page_top_cnt_boxs_view1{ grid-template-columns: repeat(auto-fit, minmax(49%, 1fr))}
  }


  @media (max-width:991px){
    .shape_leftmenubar{display: none;}
    .logo img { max-width: 140px;}
    .navbar-brand-box{    width: 250px;}
    .logo span.logo-sm{    max-width: 202px;}
    .page_top_cnt_boxs_view1{grid-template-columns: 1fr;}
    .page_top_cnt_boxs_view_box_2{ grid-template-columns: 80px 1fr;}
    .dataTables_wrapper{overflow: auto;}
    .register_2nd_Step_view_right_frm_row{  grid-template-columns: 1fr 1fr;}
    .toggle_menu_button{padding-left: 11px;;}
    .navbar-brand-box {width: auto;padding: 0;}
    .tree_view_right_srch_sec{gap: 10px;justify-content: start !important;}
    .tree_view_btn_left_1{margin-left: 0 !important;margin-right: 10px;margin-bottom: 10px;}
    .downline_right_srch_sec{ margin-top: 20px !important;}
    .card-body .card.bg-soft{margin-bottom: 10px !important;}
    .frm_grp_rpt{margin: 10px 0;}
    .dashboard_top_quick_boxes p{font-size: 13px;}
    .dashboard_top_quick_boxes h4 {  font-size: 23px;  }


  }
  @media (max-width:768px){
  .nav-tabs-custom{display: inline-block;width: 100%;}
  .nav-tabs-custom .nav-item{display: inline-block;width: 45%;}
  .nav-tabs-custom .nav-item .nav-link span{display: block !important;width: 100% ;}
  .nav-tabs-custom .nav-item .nav-link span i{display: none !important;}
  .settings_page .nav-tabs-custom .nav-item .nav-link span i{display: block !important;}
  .settings_page .nav-tabs-custom .nav-item .nav-link{ flex-direction: column; justify-content: center; text-align: center;  }
  .email-leftbar{height: auto;}
  .email-rightbar #inboxCard{height: auto;}
  .header-item.btn{    padding: 6px;}
  .new_members_row .flex-grow-1 { padding-right: 40px;}
  .member-package{text-align: left;}
  .dashboard_main_contant_area .card.mini-stats-wid {height: 90%;margin-bottom: 20px;}
  .dashboard_top_quick_boxes{gap: 0;}
  .card {box-shadow: 0 0.75rem 1.5rem rgb(18 38 63 / 7%) !important;}
  .tree_view_right_srch_sec{ grid-template-columns: 1fr !important;}
.filter_box_new .col-md-2:last-child .btn{    padding: 0.47rem 0.75rem;}
.mob_lft{float: left !important;margin-top: 10px;}
.mob_mrg_0{margin-top: 0 !important;}
.filter-report .form-group{margin-bottom: 15px !important;}
.tree_view_right_srch_sec .form-group{margin-bottom: 15px !important;}
.top-filter-card-bx .form-group{margin-bottom: 15px !important;}
.table-responsive{overflow: auto;}
.report_logo{justify-content: start;margin-bottom: 10px;}
.report_address_row{flex-direction: column-reverse;}
.subject_mail_cnt{padding-right: 0;}
.mail_date{position: static;width: 100%;display: inline-block;}
.sent-iem {  padding-left: 30px;}
  }

  @media (max-width:500px){
    .downline_right_srch_sec {grid-template-columns: 1fr;  }
    .wizard-section{width: 100% !important;}
    .form-wizard{    padding: 20px !important;}
    .form-wizard .form-wizard-next-btn, .form-wizard .form-wizard-previous-btn, .form-wizard .form-wizard-submit{min-width: 100px !important;}
    .grid_downline_mmbr{grid-template-columns: 1fr;}
  }
  @media (max-width:460px){
    .page-content{padding: 20px 0; padding-top: 70px;}
}
@media (max-width:380px){
  .header-item.btn{    padding: 6px 10px;}
  .nav-tabs-custom .nav-item{width: 100%;max-width: 100%;}
  .nav-tabs-custom .nav-item .nav-link::after {   width: 100%;}
  .card-body .tab-content{padding: 10px 0 !important;}
}

.genealogy-tree li.li-expanded:only-child::before{
  border-right: 2px solid #ccc !important;
  border-radius: 0;
  left: 2px;
}


