:root{
  --primary_color: #393956;
  --background_color: #343a40;
  --text_color: #fff;
  --duration: .7s; 
}
.home-cat{
  display: flex;
  flex-direction: column;
}

.card-sub{
  display: flex;
  flex-direction: column;
  height: 450px;
  background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%)
}

.card-sub-content{
  display: flex;
  flex-direction: column;
}
.btn-sub{
  background: #17ad37;
  margin: 5px 25px;
  height: 40px;
  font-size: 15px;
  color: white;
  font-weight: 500;
  font-family: 'Courier New', Courier, monospace;
  text-align: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 5px;
}

.card-sub-img{
  width: 30%;
  height: 100px;
}

.sub-price-tag{
  display: flex;
}

.sub-img{
  width: 100%;
  height: 100%;
}

.card-sub-title{
  font-size: 20px;
  color: rgb(140, 0, 255);
  font-weight: 800;
}

.card-sub h6{
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.hr-line{
  width: 100%;
  height: 0.1px;
  margin-bottom: 5px;
  background: #ccc;
}

.plzWait{
  position: relative;
  left: calc(50% - 50px);
  top:300px;
  font-size: 100px;
  color: white;
}

#divloading{
  display: none;
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height: 100%;
  background: black;
  opacity: .5;
  z-index: 999999;
}

.sub-header{
  display: flex;
  padding: 10px;
}

.sub-header1{
  display: flex;
  padding: 10px;
  flex-direction: column;
}

.pay-title{
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0px;
  color: gold;
}

.pay-qr{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  gap: 6px;
}

.pay-address{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.pay-qr-title{
   align-items: center;

}
.pay-address p{
  width: 100%;
  color: white;
  font-size: 15px;
  font-family: sans-serif;
  padding: 10px 10px;
  border: 2px solid gold;
  border-style: groove ;
  border-radius: 5px;
  text-align: center;
  align-items: center;
}

.submit-proof{
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  gap: 10px;
  align-items: center;
}

.submit-proof form{
  width: 100%;

}

.submit-proof form input{
    margin-bottom: 15px;
    background: white;
    color: black;
    border: 1px solid white;
}

.submit-proof form input:focus{
  background: white;
  color: black;
  border: 1px solid black;
}
.submit-proof form button{
  width: 100%;
  margin-bottom: 50px;
}

.pay-qr img{
  width: 200px;
  height: 200px;
  margin-bottom: 10px;
  border: 2px solid goldenrod;
}

.sub-price{
  width: 70%;
  display: flex;
  flex-direction: column;
  margin-left: 5px;
  padding: 10px;
}
.card-sub p{
  color: white;
  padding: 0px 10px;
  font-weight: 400;
}

.sub-price span{
  width: 100px;
  margin-top: -3px;
  color: white;
  font-size: 13px;
}

.benefit{
   height: 30px;
   display: flex;
   text-align: center;
   padding: 0px 20px;
   margin: 6px 0px;
}

.benefit span{
  color: rgb(0, 255, 64);
  font-size: 15px;
}

.benefit p{
  color:rgb(218, 218, 218);
  font-size: 14px;
}

.benefit i{
  color: #17ad37;
  font-size: 14px;
  margin-top: 4px;
}

.card-sub-1{
  display: flex;
  background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%)
}

.hr-light{
  width: 100%;
  height: 0.5px;
  background: #ccc;
}

.card-sub-img img{
  border-radius: 10px;
}
.payment-card{
  margin-bottom: 20px;
}

.payment-card:hover{
  scale: 1.2;
}
.payment-content img{
  width: 100%;
  height: 100px;
}
.payment-card img{
  width: 100%;
}

.mobile-menu{
  position: fixed;
  z-index: 99999999;
  width: 100%;
  display: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  box-sizing: border-box;

  -webkit-tap-highlight-color: transparent;
}

/* BottomMenu */

.menu{
  margin: 0;
  display: flex;
  /* Works well with 100% width  */
  width: 100%;
  
  height: 70px;
  font-size: 1.5em;
  padding: 0 1.55em;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #1d2237; 
}
.menu__item{
  all: unset;
  flex-grow: 1;
  z-index: 100;
  display: flex;
  cursor: pointer;
 
  flex-direction: column;
  position: relative;
  border-radius: 50%;
  align-items: center;
  will-change: transform;
  justify-content: center;
  padding: 0.55em 0 0.85em;
  transition: transform var(--timeOut , var(--duration));   
}
.menu__item::before{
  content: "";
  z-index: -1;
  width: 4.2em;
  height: 4.2em;
  border-radius: 50%;
  position: absolute;
  transform: scale(0);
  transition: background-color var(--fduration), transform var(--duration);
}

.mymenu{
  flex-basis: 20%;
  display: flex;

  flex-direction: column;

}

.mymenu p{
  text-align: center;
  font-size: 12px;
  margin-top: -5px;
}

.mymenu p.active{
  color: var(--primary_color);
}

.menu__item.active {
  transform: translate3d(0, -.8em , 0);
}
.menu__item.active::before{   
  transform: scale(1);
  background-color: var(--bgColorItem);
}
.icon{   
  width: 2.6em;
  height: 2.6em;
  stroke: white;
  fill: transparent;
  stroke-width: 1pt;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 400;
}
.menu__item.active .icon {
  animation: strok 1.5s reverse;
}

@keyframes strok {
  100% {
      stroke-dashoffset: 400;
  }
}
.menu__border{
  left: 0;
  bottom: 99%;
  width: 10.9em;
  height: 2.4em;
  position: absolute;
  clip-path: url(#menu);
  will-change: transform;
  background-color: #1d2237;
  transition: transform var(--timeOut , var(--duration));
}
.svg-container {
  width: 0;
  height: 0;
}


@media screen and (max-width: 50em) {
  .menu{
      font-size: .8em;
  }
}


@media only screen and (min-width:200px) and (max-width:575px) {
  .mobile-menu{
    display: block;
  }
  
  .user-pro-drop{
      visibility:hidden;
  }
  
  .app-sidebar{
    display: none;
  }
  
  #userDropdown{
      display:none;
  }
}

.payment-card-text{
  height:30px;
  display:block; 
  text-align:center;
  border: none;
  padding-top: 3px;
  font-size: 14px;
  font-weight: 600;
  background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%); border-radius: 0px 0px 10px 10px;
}

.noResult{
  margin: auto;
  align-items: center;
  text-align: center;
}

.noResult img{ 
  width: 100px;
  height: 100px;
}


.sub-header-1{
  display: flex;
  flex-direction: column;
}

.h-300 {
  height: 300px !important;
}

.h-400 {
  height: 400px !important;
}

.h-123 {
  height: 123px !important;
}

.w-60 {
  width: 60px !important
}

.w-200 {
  width: 200px !important;
}

.w-300 {
  width: 300px !important;
}

.w-90 {
  width: 90px !important;
}

.mw-70 {
  max-width: 70% !important;
}

.wp-10 {
  width: 10% !important;
}

.wp-15 {
  width: 15% !important;
}

.wp-20 {
  width: 20% !important;
}
/* custom_css */
.bg-transparent {
  background-color: transparent !important;
}

.bg-gray-100 {
  background-color: #f8f9fa !important;
}

.bg-gray-200 {
  background-color: #e9ecef !important;
}

.bg-gray-300 {
  background-color: #dee2e6 !important;
}

.bg-gray-400 {
  background-color: #ced4da !important;
}

.bg-gray-500 {
  background-color: #adb5bd !important;
}

.bg-gray-600 {
  background-color: #6c757d !important;
}

.bg-gray-700 {
  background-color: #495057 !important;
}

.bg-gray-800 {
  background-color: #343a40 !important;
}

.bg-gray-900 {
  background-color: #212529 !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.offerwall:hover{
  opacity: 0.9 !important;
  box-shadow: 2px;
  scale: 5px;
}

.offerwall_image img {
  width: 100%;
  height: 150px;
  padding: 15px;
  object-fit: contain;
  box-shadow: 0px 0px 0px white;
}
.offerwall{
  background: rgba(255, 255, 255, 0);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10.5px);
  -webkit-backdrop-filter: blur(10.5px);
}

.offer_star{
  color:#fed000;
  margin:0.5px;
}

#offerwall .offer_footer{
    z-index: 99999999;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.offerwall .name {
    font-size: 14px;
}
.offerwall_footer .name p {
    font-weight: 500;
}

.div_img_coin{
  align-items: center; 
  padding: 0px;
  margin: 0;
  width: 200px;
  justify-content: center;
}

.img_coin{
  /* width: 20px;
  height: 20px;
  float: left;
  image-rendering: optimizeSpeed;
  margin-left: 5px;
  padding: 0px; */
  
  width: 20px;
  height: 20px;
  float: left;
  max-height: 40px;
  max-width: 40px;
  
}
.img_coin_txt{
  width: 50px;
  float: right;
  /* font-weight: 700 !important; */
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
}

.clear{
  clear: right;

}

.title {
  font-weight: bolder;
  text-align: center;
  margin: 15px 0px;
  font-family: 'Stylish';
  font-size: 30px;
  color: white;
}

/* AlertModel */
.modal-content {
  background: linear-gradient(-20deg, #2b5876 0%, #4e4376 100%);
  align-items: center;

}

.mymodal-content {
  align-items: center;
  text-align: center;

}

.alert-modal-title {
  color: white;
  font-size: 20px;
  font-weight: bolder;
}

.alert-modal-desc {
  color: white;
  font-size: 14px;
}

.mymodal-btn {
  display: flex;
  margin-top: 30px;
  gap: 10px;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.view_all{
  position: absolute;
  right:0;
  margin-right: 20px; 
}

.task_title{
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
           line-height:1.5em;
           min-height:3em;            
   -webkit-box-orient: vertical;
   color: rgb(224, 224, 224);
}

.offerwall .details {
    font-size: 10px;
}
.offerwall .name, .offerwall .details {
    white-space: nowrap;
   
    overflow: hidden;
    text-overflow: ellipsis;
}

.border-1px {
  border: 1px solid var(--border-color);
}
.border-radius-10 {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.border-radius-left-10 {
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
  border-radius: 10px 0px 0px 10px;
}
.border-radius-left-8 {
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  -ms-border-radius: 8px 0px 0px 8px;
  -o-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}
.border-radius-15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.border-radius-10 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.border-radius-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.blur-filter-2 {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.blur-filter-5 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.blur-filter-10 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.25rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.75rem !important;
}

.rounded-circle,
.avatar.rounded-circle img {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}


.transform-scale-5 {
  transform: scale(0.5) !important;
}

.transform-scale-6 {
  transform: scale(0.6) !important;
}

.transform-scale-7 {
  transform: scale(0.7) !important;
}

.transform-scale-8 {
  transform: scale(0.8) !important;
}

.transform-scale-9 {
  transform: scale(0.9) !important;
}

.transform-scale-10 {
  transform: scale(1) !important;
}


.alert-primary {
  background-image: linear-gradient(310deg, #7928CA 0%, #d6006c 100%);
}

.alert-secondary {
  background-image: linear-gradient(310deg, #627594 0%, #8ca1cb 100%);
}

.alert-success {
  background-image: linear-gradient(310deg, #17ad37 0%, #84dc14 100%);
}

.alert-info {
  background-image: linear-gradient(310deg, #2152ff 0%, #02c6f3 100%);
}

.alert-warning {
  background-image: linear-gradient(310deg, #f53939 0%, #fac60b 100%);
}

.alert-danger {
  background-image: linear-gradient(310deg, #ea0606 0%, #ff3d59 100%);
}

.alert-light {
  background-image: linear-gradient(310deg, #CED4DA 0%, #d1dae6 100%);
}

.alert-dark {
  background-image: linear-gradient(310deg, #141727 0%, #2c3154 100%);
}


.bg-gradient-primary {
  background-image: linear-gradient(310deg, #7928CA 0%, #FF0080 100%);
  color: #fff;
  font-weight: 500;
  font-size: small;
  text-transform: lowercase;
}

.bg-gradient-secondary {
  background-image: linear-gradient(310deg, #627594 0%, #A8B8D8 100%);
}

.bg-gradient-success {
  background-image: linear-gradient(310deg, #17ad37 0%, #98ec2d 100%);
}

.bg-gradient-info {
  background-image: linear-gradient(310deg, #2152ff 0%, #21d4fd 100%);
}

.bg-gradient-warning {
  background-image: linear-gradient(310deg, #f53939 0%, #fbcf33 100%);
}

.bg-gradient-danger {
  background-image: linear-gradient(310deg, #ea0606 0%, #ff667c 100%);
}

.bg-gradient-light {
  background-image: linear-gradient(310deg, #CED4DA 0%, #EBEFF4 100%);
}

.bg-gradient-dark {
  background-image: linear-gradient(310deg, #141727 0%, #3A416F 100%);
}

.bg-gradient-faded-primary {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(203, 12, 159, 0.6) 0, #9b0979 100%);
}

.bg-gradient-faded-secondary {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(131, 146, 171, 0.6) 0, #657796 100%);
}

.bg-gradient-faded-success {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(130, 214, 22, 0.6) 0, #66a811 100%);
}

.bg-gradient-faded-info {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(23, 193, 232, 0.6) 0, #129aba 100%);
}

.bg-gradient-faded-warning {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(251, 207, 51, 0.6) 0, #f6c105 100%);
}

.bg-gradient-faded-danger {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(234, 6, 6, 0.6) 0, #b80505 100%);
}

.bg-gradient-faded-light {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(233, 236, 239, 0.6) 0, #cbd3da 100%);
}

.bg-gradient-faded-dark {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(52, 71, 103, 0.6) 0, #233045 100%);
}

.bg-gradient-faded-white {
  background-image: radial-gradient(370px circle at 80% 50%, rgba(255, 255, 255, 0.6) 0, #e6e6e6 100%);
}

.bg-gradient-faded-primary-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(203, 12, 159, 0.3) 0, #cb0c9f 100%);
}

.bg-gradient-faded-secondary-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(131, 146, 171, 0.3) 0, #8392AB 100%);
}

.bg-gradient-faded-success-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(130, 214, 22, 0.3) 0, #82d616 100%);
}

.bg-gradient-faded-info-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(23, 193, 232, 0.3) 0, #17c1e8 100%);
}

.bg-gradient-faded-warning-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(251, 207, 51, 0.3) 0, #fbcf33 100%);
}

.bg-gradient-faded-danger-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(234, 6, 6, 0.3) 0, #ea0606 100%);
}

.bg-gradient-faded-light-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(233, 236, 239, 0.3) 0, #e9ecef 100%);
}

.bg-gradient-faded-dark-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(52, 71, 103, 0.3) 0, #344767 100%);
}

.bg-gradient-faded-white-vertical {
  background-image: radial-gradient(200px circle at 50% 70%, rgba(255, 255, 255, 0.3) 0, #fff 100%);
}

.btn {
  margin-bottom: 1rem;
  letter-spacing: -0.025rem;
  text-transform: uppercase;
  box-shadow: 0 4px 7px -1px rgba(0, 0, 0, 0.11), 0 2px 4px -1px rgba(0, 0, 0, 0.07);
  background-size: 150%;
  background-position-x: 25%;
}

.btn:not([class*="btn-outline-"]) {
  border: 0;
}

.btn:active,
.btn:active:focus,
.btn:active:hover {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
  transform: scale(1);
  opacity: 0.85;
}

.btn:hover:not(.btn-icon-only) {
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.09), 0 2px 3px -1px rgba(0, 0, 0, 0.07);
  transform: scale(1.02);
}

.btn.bg-white:hover {
  color: #67748e;
}

.btn.btn-link {
  box-shadow: none;
  font-weight: 700;
}

.btn.btn-link:hover,
.btn.btn-link:focus {
  box-shadow: none;
}

.btn.btn-round {
  border-radius: 1.875rem;
}

.btn.btn-icon-only {
  width: 2.375rem;
  height: 2.375rem;
  padding: 0.7rem 0.7rem;
}

.btn.btn-sm.btn-icon-only,
.btn-group-sm>.btn.btn-icon-only {
  width: 1.5875rem;
  height: 1.5875rem;
  padding: 0.3rem 0.3rem;
}

.btn.btn-sm i,
.btn-group-sm>.btn i {
  font-size: 0.5rem;
}

.btn.btn-lg.btn-icon-only,
.btn-group-lg>.btn.btn-icon-only {
  width: 3.25rem;
  height: 3.25rem;
  padding: 1rem 1rem;
  
}

.btn.btn-lg i,
.btn-group-lg>.btn i {
  font-size: 1.2rem;
  position: relative;
  top: 2px;
}

.btn.btn-rounded {
  border-radius: 1.875rem;
}

.btn-check:checked+.btn svg .color-background {
  fill: #fff;
}


/*  */

.wp-30 {
  width: 30% !important;
}

.wp-40 {
  width: 40% !important;
}

.wp-50 {
  width: 50% !important;
}

.wp-60 {
  width: 60% !important;
}

.wp-70 {
  width: 70% !important;
}

.wp-80 {
  width: 80% !important;
}

.wp-90 {
  width: 90% !important;
}

.wp-100 {
  width: 100% !important;
}

.hm-30 {
  min-height: 30px !important;
}

.table td,
.table th {
  padding: 0.5rem;
}

.auth-wrapper .authentication-form .logo-centered {
  width: auto !important;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

.auth-wrapper {
  background: var(--background_color);
  height: 100vh;
}

.auth-wrapper .authentication-form .form-group .form-control {
  border-radius: 5px;
  height: 40px;
}

.auth-wrapper .authentication-form .form-group .form-control~i {
  top: 13px !important;
  color: #009688;
}

.auth-wrapper .authentication-form {
  font-size: .9rem;
  width: 350px;
  display: block;
  padding: 25px 30px;
  margin: 60px 0;
  background: var(--secondary_color);
  border-radius: 5px;
}

.btn-custom {
  border-radius: 7px;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  background-color: #009688;
  height: 40px;
  color: #fff;
}

.btn-semi-rounded {
  border-radius: 25px;
}

.password-block {
  position: absolute;
  top: 200px;
  right: -220px;
  background: #fdfdfd;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #678660;
}


.password-block:before {
  content: '';
  height: 0;
  width: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 20px solid #678660;
  position: absolute;
  left: -20px;
  top: 50px;
}

.badge-right {
  float: right;
  position: initial !important;
}

#Widget-line-chart1,
#Widget-line-chart2,
#Widget-line-chart3,
#Widget-line-chart4 {
  width: 100%;
  height: 75px
}

#realtime-profit,
#sale-diff {
  height: 150px;
}

#sec-ecommerce-chart-line {
  height: 30px;
}

#sec-ecommerce-chart-bar {
  height: 100px;
}

#app-sale1,
#app-sale2,
#app-sale3,
#app-sale4 {
  height: 50px;
}

.chart-shadow {
  height: 400px;
}

.st-cir-chart {
  height: 450px !important;
}

#status-round-1,
#status-round-2,
#status-round-3,
#status-round-4 {
  width: 80px !important;
  height: 80px !important;
}

#card-412 {
  min-height: 412px;
}

#card-422 {
  min-height: 422px;
}

#visitfromworld {
  width: 100%;
  height: 350px;
}

.card-300 {
  height: 300px;
}

.card-484 {
  min-height: 484px;
}

.card-180 {
  min-height: 180px;
}

.card-200 {
  min-height: 200px;
}

.th-50 {
  width: 50%;
}

.pt-100 {
  padding-top: 100px;
}

.font-150 {
  font-size: 150px;
}

#pbc-1,
#pbc-2,
#pbc-3,
#pbc-4,
#pbc-5,
#pbc-6 {
  height: 50px;
}

/*.sale-card{
	min-height: 301px;
}*/

#deal-analytic-chart {
  height: 300 !important;
}

#tot-rev-chart {
  width: 100px;
  height: 100px;
}

#allocation-map,
#allocation-chart {
  height: 250px;
}

#sal-income,
#rent-income,
#income-analysis {
  height: 100px;
}

.progress-6 {
  height: 6px;
}

.hide {
  display: none;
}



.pricing .card {
  border: none;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
}

.pricing hr {
  margin: 1.5rem 0;
}

.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}

.pricing .card-price {
  font-size: 3rem;
  margin: 0;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}

.pricing ul li {
  margin-bottom: 1rem;
}

.pricing .text-muted {
  opacity: 0.7;
}

.pricing .btn {
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  opacity: 0.7;
  transition: all 0.2s;
}


.title-txt{
  font-weight: bold;
  font-size: 16px;
}
.hover:hover{
  scale: 1.1;
}


@media only screen and (min-width:200px) and (max-width:575px){
  .game{
    height: 200px;
  }

  .title-txt{
    font-size: 13px;
  }

  .game-card{
    height: 175px;
    box-shadow: 1px solid #ccc;
  }
}

.app-sidebar {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important;
}

.sidebar-action {
  position: absolute;
  right: 23px;
  font-size: 25px;
  color: #c7c7c7;
  cursor: pointer;
}

.sidebar-mini .sidebar-action i:before {
  content: "\e911";
}

.sidebar-mini.sidebar-mini-hover .sidebar-action i:before {
  content: "\e910";
}

.sidebar-mini .app-sidebar {
  width: 70px !important;
}

.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span {
  display: none;
}

.sidebar-mini .header-brand-img {
  display: none;
}

.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before {
  display: none;
}

.sidebar-mini .main-content,
.sidebar-mini .header-top {
  padding-left: 80px !important;
}

.sidebar-mini .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
  display: none;
}

.sidebar-mini .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content {
  display: none;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar {
  width: 240px !important;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span {
  display: inline-block;
}

.sidebar-mini.sidebar-mini-hover .header-brand-img {
  display: inline-block;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before {
  display: block;
}

.sidebar-mini.sidebar-mini-hover .main-content,
.sidebar-mini.sidebar-mini-hover .header-top {
  padding-left: 250px !important;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
  display: block;
}

.sidebar-mini.sidebar-mini-hover .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open.has-sub .submenu-content {
  display: block;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item:after {
  content: '--';
  position: absolute;
  left: 29px;
}

.select2-container {
  width: 100% !important; 
}

.html-editor.h-205 .note-editor {
  height: 205px !important;
}

label {
  font-weight: bold;
}

.note-editable {
  height: 115px !important;
}

.wrapper .pos-header {
  padding: 10px 0;
  -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}

.pos-container {
  background-color: #F6F7FB;
  height: 100vh;
}

.pos-form-group {
  position: relative;
}

.pos-form-group label {
  position: absolute;
  left: 0;
  top: 0;
  border-bottom: 0;
  height: 35px;
  width: 100px;
  background: var(--info);
  border-radius: 20px 0 0 20px;
  padding: 8px 10px;
  color: #fff;
  text-align: center;
}

.pos-form-group .form-control {
  border-radius: 20px;
  padding-left: 120px;
}

.payment-area {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.04), 0 1px 6px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 15px rgb(0 0 0 / 4%), 0 1px 6px rgb(0 0 0 / 4%);
}

.payment-area .total {
  font-size: 24px;
  font-weight: bolder;
  border-radius: 20px;
  color: var(--info);
  font-family: sans-serif;
}

.btn-checkout {
  border-radius: 20px;
  height: 35px;
  padding: 7px;
  text-align: center;
}

.btn-rounded-20 {
  border-radius: 20px;
}

.h-100vh {
  height: 100vh;
}

.card .card-header .card-options a.btn-semi-rounded {
  width: auto !important;
  padding: 0 10px !important;
  border-radius: 25px !important;
  border-color: white;
 
}

.customer-area {
  box-shadow: -8px -6px 10px 6px #f8f8f8;
  padding: 20px;
  height: 100%;
}

@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }

  .pricing .card:hover .btn {
    opacity: 1;
  }
}

.text-small {
  font-size: 10px;
}

.font-20 {
  font-size: 20px;
}

.font-15 {
  font-size: 15px;
}

.h-110px {
  height: 110px !important;
}

.h-82px {
  height: 82px !important;
}

.width-50 {
  width: 50%;
}

.width-30 {
  width: 30%;
}

.width-20 {
  width: 20%;
}

.box-shadow {
  -webkit-box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 6%);
  -moz-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 6px 0 0 rgb(0 0 0 / 1%), 0 15px 32px 0 rgb(0 0 0 / 6%);
}

.pos.top-menu .nav-link i {
  font-size: 20px;
}

.pos-product-card .card-img img {
  padding: 20px;
  padding-bottom: 5px;
  height: 180px !important;
  object-fit: contain !important;
}

.pos-product-card .badge {
  font-size: 10px;
  padding: 5px;
}

.promo-card {
  border-radius: 10px;
  height: 100px;
  width: 100%;
  background: #b5fff8;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.card-taxgrad {
  background-color: #3f0d12;
  background-image: linear-gradient(315deg, #3f0d12 0%, #a71d31 74%);
}

.card-dark {
  background-color:var(--secondary_color);
  color: var(--text_color);
}

.card-redgrad {
  background-color: #a40606;
  background-image: linear-gradient(315deg, #a40606 0%, #d98324 74%);
}


.card-purbgrad {
  background-color: #42378f;
  background-image: linear-gradient(315deg, #42378f 0%, #f53844 74%);
}

.card-orggrad {
  background-color: #f9484a;
  background-image: linear-gradient(315deg, #f9484a 0%, #fbd72b 74%);
}

.promo-card span {
  display: block;
  width: 80px;
  height: 30px;
  background: #ffdfdf;
  margin: auto;
  margin-top: 15px;
}

.product-selection-area {
  padding: 20px;
}

.product-selection-area .cart-item img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}

.cart-item-qty {
  height: 26px;
  width: 50px;
  margin: 0 10px;
}

.btn-pos-checkout {
  width: 100%;
  border-radius: 10px;
}

/* wallet */
.div-wallet{
  height: 50px;
  background: rgb(45, 47, 74);
  border-radius:10px;
  display: flex;
  margin-left:10px;
  padding: 0px 17px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.c-btn{
  position: absolute; right: 0; margin-right:190px; margin-top:15px; 
}

.d-drop{
  position: absolute; right: 0; margin-right:30px; margin-top:15px;
}

.diamond-store{
  background: radial-gradient(rgb(3, 4, 3) 0%, rgb(139, 102, 241) 100%);
}

.div-wallet a{
  display: flex;
  gap: 10px;
  align-items: center;
  color: white;
}

.div-wallet img{
 width: 30px;
 height: 30px;
}

.div-wallet h6{
  margin-top: 10px;
  font-size:20px;
  font-weight:bolder;
  justify-content: center;
}

.myad-img{
  width: 50%;
}

@media only screen and (min-width:200px) and (max-width:575px){
  .myad-img{
    width: 100%;
  }
  .div-wallet{
    height: 45px;
    display: flex;
    padding: 0px 8px;
  }
  
  .div-wallet h6{
    font-size:14px;
  }
  .div-wallet a{
    gap: 5px;
  }
  .div-wallet img{
    width: 25px;
    height: 25px;
   }
}

.sub-btn-bg{
  background: radial-gradient(circle at 12.3% 19.3%, rgb(85, 88, 218) 0%, rgb(95, 209, 249) 100.2%);
}
/*home page css*/
.home-gradient-bg {
  background-image: linear-gradient(60deg, #fcf5f6 0%, #f8fbfe 100%);
}

.banner-text {
  font-size: 44px;
  font-weight: 900;
  text-align: center;
  padding-top: 100px;
}

.btn-rounded {
  border-radius: 25px;
  height: 35px;
  padding-left: 20px;
  padding-left: 20px;

}

.radmin-bannner img {
  width: 80%;
  margin: auto;
  border-radius: 10px;
}

.d-relative {
  position: relative;
}

.d-absolute {
  position: absolute;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.table-budget-control td:nth-child(1),
.color-budget-1st,
.table-budget-control td:nth-child(7) {
  background-color: #dddddd;
}

.table-budget-control td:nth-child(n+2):nth-child(-n+4),
.color-budget-2nd {
  background-color: #e9ffef;
}

.table-budget-control td:nth-child(n+5):nth-child(-n+6),
.color-budget-3rd {
  background-color: #efdddd;
}

.color-budget-header-green {
  background: #b0e7be;
}

.color-budget-header-red {
  background: #f3bebe;
}

.product-price {
  font-size: 24px;
}

.price-symbol {
  font-size: 11px;
  top: -9px;
  position: relative;
}

.pos-product-card {
  cursor: pointer;
}

.cart-image-holder {
  width: 60px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #cecece;
}

.cart-image-holder img {
  width: 100%;
  object-fit: contain;
  height: 58px;
  border-radius: 5px;
  padding: 5px;
}

.cart-item-title {
  font-size: 14px;
  font-weight: bold;
}

.cart-item-price {
  font-size: 16px;
}
.cart-remove{
  position: absolute;
  top: -7px;
  left: -7px;
  font-size: 18px;
}
.product-cart-area{
  box-shadow: -1px 0px 4px 4px #d1d1d1;
  height: 100%;
  min-height: 100vh;
}
.cursor-pointer{
  cursor: pointer;
} 