*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*width: 103vw !important;*/
}

:root {
  --branch-border: 2px solid #0268d3;
  --color-app-bg: #f8fafb;
  --color-theme: #2c2c30;
  --color-theme-light: #777777;
  --color-theme-lightest: #e1e1ee;
  --color-icon-bg: #e8e7ff;

  --appPanel-mt: 3rem;
  --bg-soft-gradient: linear-gradient(-225deg, #edfaff 0%, #ffe6fa 100%);

  --color-text-main: #1a1556;
  --color-text-sec: gray;

  --color-success: #20c996;
  --color-success-dark: #0f8863;
  --color-danger: #dc3546;
  --color-danger-dark: #9f222f;
  --color-primary: #0074d9;
  --color-primary-dark: #0074d9;

  --margin-y: 1rem;
  --margin-x: 1.5rem;
  --padding-y: 1rem;
  --padding-x: 1.5rem;

  --box-shadow: 0 5px 15px rgb(150 132 254 / 15%);
  --box-shadow-float: 0px 17px 10px -10px rgb(0 0 0 / 40%);
}

body {
    background: white;
}

.loader-wrapper {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000026;
}

.loader-wrapper img {
    width: 100px;
    height: auto;
}

.hidden {
  display: none !important;
}

input {
  outline: none;
}

.btn {
  outline: none;
  box-shadow: none;
  border: none;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
  border: none;
}
.btn:active {
  transform: scale(0.8);
}

p.icon-text {
  display: flex;
  gap: 0.5rem;
}
p.icon-text span {
  flex: 1;
  width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  margin: 0;
}

.container,
.container-fluid {
  padding: 0 !important;
}

.datepicker-container {
  z-index: 10000 !important;
}

.datepicker-panel [data-view="month current"],
.datepicker-panel [data-view="year current"] {
  font-weight: 700 !important;
  font-size: 1.8rem !important;
  color: red;
}

select {
  appearance: none !important;
  cursor: pointer;
}

.dropzone .dz-preview .dz-image img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.dropzone {
    min-height: auto;
    border-color: gainsboro;
}

.dz-message.needsclick {
    margin: 0;
}

.swal2-container.swal2-center>.swal2-popup {
    padding: 0 !important;
}

/*------------------------------Scroller------------------------------*/

/* width */

/*::-webkit-scrollbar {*/
/*  width: 0;*/
/*}*/

/* Track */

/*::-webkit-scrollbar-track {*/
/*  background: #f1f1f1;*/
/*}*/

/* Handle */

/*::-webkit-scrollbar-thumb {*/
/*  background: rgb(200, 199, 199);*/
/*}*/

/* Handle on hover */

/*::-webkit-scrollbar-thumb:hover {*/
/*  background: rgb(200, 199, 199);*/
/*}*/

/*------------------------------Swal------------------------------*/

.swal2-popup {
  padding-bottom: 0 !important;
  max-width: 80% !important;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px,
    rgba(9, 30, 66, 0.08) 0px 0px 0px 1px !important;
      padding: 1rem 1rem !important;
    width: 20em !important;
}

.swal2-icon {
  margin: 2em auto 1em !important;
    scale: 0.6;
    margin-top: 0rem !important;
}

.swal2-title {
  margin: 0 !important;
  margin-bottom: 0.5em !important;
  font-size: 1rem !important;
  padding: 0 !important;
  margin-top: -1rem !important;
}

.swal2-html-container {
  margin: 0 !important;
  margin-bottom: 0.5em !important;
  font-size: 0.8rem !important;
}

.swal2-actions {
  margin: 0 !important;
  margin-bottom: 0.5em !important;
  width: 100% !important;
  font-size: .8rem;
}

.swal2-styled.swal2-confirm {
  background-color: var(--color-theme);
}

.swal2-styled.swal2-cancel {
  background-color: var(--bs-danger);
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
  box-shadow: none !important;
}

/*------------------------------Error------------------------------*/


.conent_main .error {
  margin-top: 5rem;
}

.error-card {
  margin: auto;
}

.error__img {
  width: 100%;
  height: auto;
  text-align: center;
}
.error__img img {
  width: 90%;
  height: 100%;
  max-width: 50rem;
}
.error__icon {
  width: 100%;
  height: auto;
  text-align: center;
}
.error__icon img {
  width: 80%;
  height: 100%;
  filter: drop-shadow(0px 5px 5px rgb(197, 197, 197));
}
.error__icon--small img {
  width: 90%;
  height: 100%;
  filter: drop-shadow(0px 5px 5px rgb(197, 197, 197));
  max-width: 25rem;
}
.error__title {
  text-align: center;
  color: var(--bs-danger);
  font-weight: 700;
  font-size: 2.5rem;
}
.error__text {
  text-align: center;
  color: var(--bs-primary) !important;
  font-weight: 700;
  font-size: 2rem;
}
.redirect__text {
  text-align: center;
  color: var(--color-success);
  font-weight: 700;
}
.redirect__time {
  text-align: center;
  color: var(--color-success-dark);
  font-weight: 700;
}
.redirect__url {
  display: none;
}


/*------------------------------Extra------------------------------*/

.table-responsive {
    padding: 10px 10px 0 0 !important;
    min-width: 100%;
}

.login-card .login-main .theme-form select {
    background-color: rgba(43, 94, 94, .1);
    transition: all .3s ease;
}

.form-con .form-control.error {
    border-color: red !important;
}
.form-con small {
    display:none !important;
}
.form-con:has(.form-control.error) small {
    color: red !important;
    display:block !important;
}

/*-------------------------------Tree-------------------------------*/

.content-page>.content {
    margin-bottom: 0 !important; 
}

.zoom-container {
    width: 100%;
    /*height: 400px;*/
    /*height: calc(100vh - 205px);*/
    /*border: 1px solid #6f6af8;*/
    /*overflow: hidden;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*position: relative;*/
    overflow: auto;
}

#treeContainer {
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-color: #d1d1ff;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*font-size: 1.5em;*/
    transition: transform 0.3s ease;
}
    
.tree {
    width: 100%;
    height: auto;
    text-align: center;
    overflow-x: auto;
    width: -webkit-fill-available;
}
.tree .self::before,.tree .self::after {
    border:none;
}
.tree > ul {
    transform-origin: top left;
    transform-origin: top left;
    /*scale: 0.8;*/
}
.tree ul {
    padding-top: 1rem;
    position: relative;
    transition: .5s;
    margin: auto;
    width: max-content;
}
.tree li {
    display: inline-table;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1rem .1rem;
    transition: .5s;
    cursor: pointer;
    min-width: 5px;
}
.tree li::before, .tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: var(--branch-border);
    width: 51%;
    height: 1rem;
}
.tree li.blank::before,.tree li.blank::after {
    display: none;
}
.tree li::after {
    right: auto;
    left: 50%;
    border-left: var(--branch-border);
    border-radius: 5px 0px 0px 0px;
}
.tree ul:has(.blank) .yes.L:after,
.tree ul:has(.blank) .yes.R:before
{
    /*width: 50px;*/
}
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}
.tree li:only-child {
    padding-top: 0;
}
.tree li:first-child:before, .tree li:last-child::after {
    border: 0 none
}
.tree li:last-child::before {
    border-right: var(--branch-border);
    border-radius: 0px 5px 0px 0px;
}
.tree li:last-child::after {
    border-radius: 5px 0px 0px 0px;
}
.tree ul ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: var(--branch-border);
    width: 0;
    height: 1rem;
}
.tree a {
    position: relative;
    display: inline-grid;
    border-radius: 5px;
    text-decoration-line: none;
    transition: .5s;
    width: auto;
    justify-content: center;
    gap: .5rem;
}
.tree a .text {
    display: flex;
  flex-direction: column;
  overflow: visible;
  padding: 5px 15px;
  border-radius: 10px;
  background: #eaefef;
}
.tree a .text.active_sub {
    background: #a3ffa3;
}
.tree a .text.inactive_sub {
    background: #ffa8a8;
}
.tree a img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0 !important;
    border-radius: 50%;
    margin: auto;
    box-shadow: var(--box-shadow-float);
}
.tree a span {
    border-radius: 5px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    white-space: nowrap;
    overflow-x: hidden;
}

.tree li a:hover .branch-det {
    height: calc(100% + 20px);
}
.branch-det {
    height: 0;
    position: absolute;
    left: 80%;
    top: 45px;
    z-index: 9;
    transition: all 0.4s ease;
    overflow: hidden;
}
.tree a table {
    border-color: black;
    box-shadow: var(--box-shadow-float);
    white-space: nowrap;
}
.tree a table th {
    padding: 4px 8px !important;!i;!;
    background: white;
    font-size: 10px !important;!i;!;
    text-align: left;
}
table {
    white-space:nowrap !important;
}

@media only screen and (max-width: 1199.98px) {
    .login-card {
        background: url(images/coming-soon-bg.jpg) !important;
    }
}
@media only screen and (max-width: 1199.98px) {
    .login-card {
        background: url(images/coming-soon-bg.jpg) !important;
    }
}

.login-card .login-main {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 37px rgba(8, 21, 66, .05);
    margin: 0 auto;
    padding: 30px 20px;
    width: 500px;
}

@media only screen and (max-width: 500px) {
    .login-card .login-main {
        width: 100%;
    }
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon:hover .logo-icon-wrapper {
    display: none;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon .logo-icon-wrapper {
    display: none;
}

.page-wrapper .current_lang .lang span.lang-txt {
    display: inline-block;
}

@media only screen and (max-width: 1184px) {
    .page-wrapper.compact-wrapper .page-header .header-wrapper .toggle-sidebar {
        background-color: rgba(43, 94, 94, .1);
        border-radius: 10px;
        display: block !important;
        height: 40px;
        position: unset;
        width: 40px;
        display:flex !important;
        justify-content:center;
        align-items:center;
        padding: 0;
    }
}

table {
    margin-top: 2rem !important;
}

.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}

div.dataTables_wrapper div.dataTables_length {
    /*margin-bottom: 40px !important;*/
}
div.dataTables_wrapper div.dataTables_filter input[type=search] {
    border-color: gainsboro;
}
div.dataTables_wrapper div.dataTables_paginate {
    margin-top: 25px !important;
    padding-bottom: 12px;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous {
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.next {
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.previous:before {
    display: none;
}
div.dataTables_wrapper div.dataTables_paginate .paginate_button.next:before {
    display: none;
}
.footer-copyright~div {
    display: none !important;
}
.page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    /*padding-right:0 !important;*/
}

.bubbles{
  position:absolute;
  width:100%;
  height: 100%;
  z-index:0;
  overflow:hidden;
  top:0;
  left:0;
}
.bubble{
  position: absolute;
  bottom:-100px;
  width:40px;
  height: 40px;
  background:#f1f1f1;
  border-radius:50%;
  opacity:0.5;
  /*animation: rise 10s infinite ease-in;*/
}
.bubbles.green .bubble{
  background:#badec7 !important;
}
.bubble:nth-child(1){
  width:40px;
  height:40px;
  left:10%;
  animation-duration:8s;
}
.bubble:nth-child(2){
  width:20px;
  height:20px;
  left:20%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(3){
  width:50px;
  height:50px;
  left:35%;
  animation-duration:7s;
  animation-delay:2s;
}
.bubble:nth-child(4){
  width:80px;
  height:80px;
  left:50%;
  animation-duration:11s;
  animation-delay:0s;
}
.bubble:nth-child(5){
  width:35px;
  height:35px;
  left:55%;
  animation-duration:6s;
  animation-delay:1s;
}
.bubble:nth-child(6){
  width:45px;
  height:45px;
  left:65%;
  animation-duration:8s;
  animation-delay:3s;
}
.bubble:nth-child(7){
  width:90px;
  height:90px;
  left:70%;
  animation-duration:12s;
  animation-delay:2s;
}
.bubble:nth-child(8){
  width:25px;
  height:25px;
  left:80%;
  animation-duration:6s;
  animation-delay:2s;
}
.bubble:nth-child(9){
  width:15px;
  height:15px;
  left:70%;
  animation-duration:5s;
  animation-delay:1s;
}
.bubble:nth-child(10){
  width:90px;
  height:90px;
  left:25%;
  animation-duration:10s;
  animation-delay:4s;
}
@keyframes rise{
  0%{
    bottom:-100px;
    transform:translateX(0);
  }
  50%{
    transform:translate(100px);
  }
  100%{
    bottom:1080px;
    transform:translateX(-200px);
  }
}

@media screen and (min-width: 550px) {
  .mob-el {
    display: none !important;
  }
}
@media screen and (max-width: 550px) {
  .web-el {
    display: none !important;
  }
}
@media only screen and (max-width: 575.98px) {
  .page-wrapper.compact-wrapper .page-body-wrapper .page-body {
    /*margin-top: 80px;*/
    margin-top: 65px;
  }
}

.sidebar-wrapper {
    /*background: linear-gradient(to right, #b39f73, #dcc48e9c) !important;*/
}

[class*=-gradien]:hover {
     background-size: auto; 
}


/*--------------------Switch-----------------------*/

.switch-input {
  display: none;
}
.switch-input,
.switch-input:after,
.switch-input:before,
.switch-input *,
.switch-input *:after,
.switch-input *:before,
.switch-input + .switch-btn {
  box-sizing: border-box;
}
.switch-input::-moz-selection,
.switch-input:after::-moz-selection,
.switch-input:before::-moz-selection,
.switch-input *::-moz-selection,
.switch-input *:after::-moz-selection,
.switch-input *:before::-moz-selection,
.switch-input + .switch-btn::-moz-selection {
  background: none;
}
.switch-input::selection,
.switch-input:after::selection,
.switch-input:before::selection,
.switch-input *::selection,
.switch-input *:after::selection,
.switch-input *:before::selection,
.switch-input + .switch-btn::selection {
  background: none;
}
.switch-input + .switch-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-input + .switch-btn:after,
.switch-input + .switch-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.switch-input + .switch-btn:after {
  left: 0;
}
.switch-input + .switch-btn:before {
  display: none;
}
.switch-input:checked + .switch-btn:after {
  left: 50%;
}

.switch-input + .switch-btn {
  background: #ff7070;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  border: 1px solid #e8eae9;
}
.switch-input + .switch-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
    padding 0.3s ease, margin 0.3s ease;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.switch-input + .switch-btn:hover:after {
  will-change: padding;
}
.switch-input + .switch-btn:active {
  box-shadow: inset 0 0 0 2em #e8eae9;
}
.switch-input + .switch-btn:active:after {
  padding-right: 0.8em;
}
.switch-input:checked + .switch-btn {
  background: #86d993;
}
.switch-input:checked + .switch-btn:active {
  box-shadow: none;
}
.switch-input:checked + .switch-btn:active:after {
  margin-left: -0.8em;
}

@media (max-width: 575px) {
    div.dataTables_wrapper div.dataTables_filter {
        margin-top: 50px !important;
    }
}
@media (min-width: 575px) {
    div.dataTables_wrapper div.dataTables_filter {
        right: 20px !important;
    }
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-list i.fa-thumb-tack {
    display: none;
}
.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper .sidebar-main .sidebar-links .simplebar-wrapper .simplebar-mask .simplebar-content-wrapper .simplebar-content>li a {
    padding-left: 5px;
    padding-right: 0;
}
.page-wrapper.compact-wrapper .page-body-wrapper .according-menu {
    right: 5px;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 8px;
    margin-top: 25px !important;
}
.filter_bar {
    display: flex;
    white-space: nowrap;
    gap: .5rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    width: 100%;
}
@media (max-width: 600px) {
    .filter_bar .btn {
        flex: 1;
    }
}
table {
    margin-top: 3rem !important;
}
.quick_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #2b5f60b3;
    color: white;
    width: 25px;
    height: 25px;
    margin: auto;
    position: relative;
    cursor: pointer;
}
.quick_menu ul {
    display: none;
    background: white;
    color: black;
    position: absolute;
    top: 20px;
    /* padding: 1rem; */
    min-width: 10rem;
    right: 10px;
    border-radius: 10px;
    border: 1px solid gainsboro;
    z-index: 99999;
    box-shadow: 0px 1px 10px -5px black;
}
.quick_menu:hover ul {
    display: block;
    /* display: flex; */
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: baseline;
    gap: 8px;
    /* border-bottom: 1px solid gainsboro; */
}
.quick_menu ul li {
    border-bottom: 1px solid gainsboro;
    width: 100%;
}
.quick_menu ul li a {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: baseline;
    gap: 10px;
    border-bottom: 1px solid gainsboro;
    padding: 1px 15px;
    transition: all .3s ease;
}
.quick_menu ul li a:hover {
    background: gainsboro;
}
.quick_menu ul li a i {
    padding-top: 10px;
    width: 18px;
    padding-bottom: 10px;
}
.page-wrapper .page-body-wrapper .page-title {
    padding: 22px 20px 18px;
}
.dataTables_wrapper {
    padding-bottom: 40px;
}

.order-card {
    color: #fff;
}

.bg-c-blue {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg, #FF5370, #ff869a);
}


.card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block {
    padding: 18px;
}

.card-block {
    box-shadow: rgba(0, 0, 0, 0.1) 0rem 0.25rem 0.375rem -0.0625rem, rgba(0, 0, 0, 0.06) 0rem 0.125rem 0.25rem;
    padding-bottom: .5rem !important;
}

.img-con {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    margin-top: -2rem;
    opacity: 1;
    color: rgb(255, 255, 255);
    border-radius: 0.75rem;
    box-shadow: rgba(0, 0, 0, 0.14) 0rem 0.25rem 1.25rem 0rem, rgba(0, 187, 212, 0.4) 0rem 0.4375rem 0.625rem -0.3125rem;
}

.img-con.black {
    background: linear-gradient(195deg, rgb(66, 66, 74), rgb(25, 25, 25)) !important;
}

.img-con.green {
    background: linear-gradient(195deg, rgb(102, 187, 106), rgb(180 255 183));
}

.img-con.pink {
    background: linear-gradient(195deg, rgb(236, 64, 122), rgb(255 207 225));
}

.img-con.blue {
    background: linear-gradient(195deg, rgb(73, 163, 241), rgb(171 207 255));
}

.img-con.yellow {
    background: linear-gradient(195deg, rgb(229 165 73), rgb(255 221 173));
}

.img-con img {
    width: auto;
    height: 90%;
}

.text-con {
    display: flex;
    flex-direction: column;
    gap: rem;
    justify-content: end;
    align-items: end;
    margin-top: -28px;
    margin-bottom: 10px;
}

.text-con p {
    margin: 0;
}

.text-con .title {
    font-size: .8rem;
}

.text-con .text {
    font-size: 1.4rem;
    font-weight: 700;
    color: black
}

.foot-con {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid gainsboro;
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 1rem;
    padding-top: 0.5rem;
}

.foot-con p {
    margin: 0;
    display: flex;
    gap: .6rem;
}

.foot-con p span {
    color: black;
    font-weight: 700;
}

.card .card-body {
    /*background: transparent;*/
}

.dash_left svg {
    width: 45px;
    margin-right: 22px;
}

.dash_left img {
    width: 50px !important;
    mix-blend-mode: darken !important;
}

.dash_left .card {
    height: 108px !important;
    margin-bottom: 8px !important;
}

.dash_left .d-flex {
    flex-wrap: nowrap !important;
}

@media screen and (max-width: 550px) {

    .dash_bottom .list-group .list-group-item {
        flex-direction: column;
        justify-content: left !important;
        align-items: flex-start !important;
        margin-bottom: 8px !important;
    }

    .dash_bottom .list-group .list-group-item strong {
        margin-left: 3.2rem;
    }

    .dash_bottom .list-group img {
        position: absolute;
        top: 15px;
        left: 10px;
    }

    .dash_bottom span {
        font-size: 14px !important;
        margin-left: 3rem !important;
    }
}

.refer_earn {
    background: white;
    overflow: hidden;
}

.refer_earn .card {
    border: none;
    /*width: 400px;*/
    position:relative;
    padding: 3rem 0rem !important;
    margin: 0;
}

.refer_earn .bg {
    position:absolute;
    width:100%;
    height:auto;
    left:0;
    top:0;
    opacity:0.2;
}

.refer_earn .dots {
    position: absolute;
    height: 17px;
    width: 17px;
    background-color: red;
    border-radius: 50%;
    bottom: 16px;
    right: 143px;
    font-size: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.refer_earn .earn-text {
    font-size: 13px;
}


.refer_earn .form-control {
    height: 40px;
    font-size: 14px;
}

.refer_earn .btn {

    font-size: 14px;
}

.refer_earn .form-control:focus {
    box-shadow: none;
    border: 1px solid #dc3545;
}

.refer_earn .email-text {
    font-size: 12px;
    text-align: left;
}

.refer_earn a {
    color: #dc3545;
}

.refer_earn a:hover {
    color: #dc3545;
}

.toggle-sidebar {
    top: 15px;
    display: none;
}

.page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~.page-body, .page-wrapper.compact-wrapper .page-body-wrapper div.sidebar-wrapper.close_icon~footer {
     margin-left: 0; 
    transition: .5s;
}

.page-wrapper.compact-wrapper .page-header.close_icon {
    margin-left: 0;
    width: 100%;
}

@media only screen and (max-width: 1184px) {
    .toggle-sidebar {
        display: block; 
    }
}

.page-wrapper.compact-wrapper .page-header {
    margin-left: 0;
    width: 100%;
}

.page-wrapper .page-header .header-wrapper .nav-right .profile-dropdown {
    left: unset;
}


/*-------------------------------Tree-------------------------------*/

.content-page>.content {
    margin-bottom: 0 !important; 
}

.zoom-container {
    width: 100%;
    height: max-content;
    /*height: calc(100vh - 205px);*/
    /*border: 1px solid #6f6af8;*/
    /*overflow: hidden;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*position: relative;*/
    overflow: auto;
}

#treeContainer {
    /*width: 100%;*/
    height: max-content;
    /*background-color: #d1d1ff;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*font-size: 1.5em;*/
    transition: transform 0.3s ease;
}
    
.tree {
    width: 100%;
    height: max-content;
    text-align: center;
    overflow-x: auto;
    width: -webkit-fill-available;
}
.tree .self::before,.tree .self::after {
    border:none;
}
.tree > ul {
    transform-origin: top left;
    transform-origin: top left;
    /*scale: 0.8;*/
}
.tree ul {
    padding-top: 1rem;
    position: relative;
    transition: .5s;
    margin: auto;
    width: max-content;
    height: max-content;
}
.tree li {
    display: inline-table;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 1rem .5rem;
    transition: .5s;
    cursor: pointer;
    min-width: 5px;
}
.tree li::before, .tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: var(--branch-border);
    width: 51%;
    height: 1rem;
}
.tree li.blank::before,.tree li.blank::after {
    display: none;
}
.tree li::after {
    right: auto;
    left: 50%;
    border-left: var(--branch-border);
    border-radius: 5px 0px 0px 0px;
}
.tree ul:has(.blank) .yes.L:after,
.tree ul:has(.blank) .yes.R:before
{
    /*width: 50px;*/
}
.tree li:only-child::after, .tree li:only-child::before {
    display: none;
}
.tree li:only-child {
    padding-top: 0;
}
.tree li:first-child:before, .tree li:last-child::after {
    border: 0 none
}
.tree li:last-child::before {
    border-right: var(--branch-border);
    border-radius: 0px 5px 0px 0px;
}
.tree li:last-child::after {
    border-radius: 5px 0px 0px 0px;
}
.tree ul ul:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: var(--branch-border);
    width: 0;
    height: 1rem;
}
.tree a {
    position: relative;
    display: inline-grid;
    border-radius: 5px;
    text-decoration-line: none;
    transition: .5s;
    width: auto;
    justify-content: center;
    gap: .5rem;
}
.tree a .text {
    display: flex;
    flex-direction: column;
    overflow: visible;
    padding: 5px 10px;
    border-radius: 10px;
    background: #eaefef;
}
.tree a .text.active_sub {
    background: #a3ffa3;
}
.tree a .text.inactive_sub {
    background: #ffa8a8;
}
.tree a img {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0 !important;
    border-radius: 50%;
    margin: auto;
    box-shadow: var(--box-shadow-float);
}
.tree a span {
    border-radius: 5px;
    font-size: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    white-space: nowrap;
    overflow-x: hidden;
}

.tree li a:hover .branch-det {
}
.branch-det {
    height: 0;
    position: absolute;
    left: 60%;
    top: 88px !important;
    z-index: 9;
    transition: all 0.4s ease;
    overflow: hidden;
    bottom: 0;
}
.tree a table {
    border-color: black;
    box-shadow: var(--box-shadow-float);
    white-space: nowrap;
    transform: scale(1) !important;
    margin: 0;
    margin-top: 0 !important;
}
.tree a table th {
    padding: 4px 8px !important;
    background: white;
    font-size: .75rem;
    text-align: left;
}

#dtBtnCon {
    display: block;
    margin-left: auto;
    text-align: right;
}
.dt-buttons {
    display: block;
    text-align: right;
    float: none !important;
}

/*------------------------------Calendar------------------------------*/

/*------------------------------Status Icons------------------------------*/

.status-icon {
  width: 1rem;
  height: 1rem;
  display: block;
  border-radius: 50%;
}
.status-icon--success {
  background-color: var(--bs-teal);
  box-shadow: 0px 0px 2px 2px #6bfdd1;
}
.status-icon--danger {
  background-color: var(--bs-red);
  box-shadow: 0px 0px 2px 2px #ff8a95;
}
.status-icon--primary {
  background-color: var(--color-primary);
  box-shadow: 0px 0px 2px 2px #4e96ff;
}
.status-icon--warning {
  background-color: var(--bs-warning);
  box-shadow: 0px 0px 2px 2px #ffdb6e;
}
@media screen and (max-width: 600px) {
  .status-icon {
    width: 1rem;
    height: 1rem;
  }
}

.calendar-container {
  margin: auto;
  max-width: 40rem;
  height: 30rem;
  overflow: hidden;
}
.calendar {
  position: relative;
  width: 100%;
  border-radius: 1rem;
  border: 1px solid gainsboro;
  max-width: 30rem;
  min-height: 30rem;
}
.calendar__picture {
  position: relative;
  height: 100%;
  padding: 1rem 2rem;
  color: black;
  background: #08f0e0;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  z-index: 0;
  border-radius: 1rem 1rem 0 0;
}
.calendar__picture::before {
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.1));
  opacity: 0.5;
  z-index: -1;
  border-radius: 1rem 1rem 0 0;
}
.calendar__date {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-gap: 10px;
  box-sizing: border-box;
}
.calendar__day {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  font-weight: 600;
  color: #262626;
  aspect-ratio: 1 / 1;
}
.calendar__number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  aspect-ratio: 1 / 1;
  color: #262626;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.calendar__number:hover .calendar__event {
  visibility: visible;
  opacity: 1;
}
.calendar__event {
  background: #1a1637;
  padding: 0.2rem;
  border-radius: 0.5rem;
  position: absolute;
  top: calc(100% + 1rem);
  width: 12rem;
  z-index: 9;
  text-align: center;
  font-size: 1rem;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.calendar__event::before {
  content: "";
  border-style: solid;
  border-width: 0px 10px 10px 10px;
  border-color: transparent transparent #1a1637 transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -9px;
}
.calendar__number--success {
  background: var(--color-success);
  color: white;
}
.calendar__number--danger {
  background: var(--color-danger);
  color: white;
}
.calendar__number--primary {
  background: var(--color-primary);
  color: white;
}
.calendar__number--warning {
  background: var(--color-warning);
  color: white;
}
.calendar__number--sec {
  background: gainsboro;
  color: gray;
}

.badge {
    white-space: normal;
}

.filter-con {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-bottom: 1px solid gainsboro;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    overflow: auto;
}
.filter-items {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.filter-title {
    margin: 0;
}
.filter-con .form-control {
    border: 1px solid gray;
    width: auto;
}
table {
    margin-top: 0 !important;
}













