/* *{
    font-family: "Quicksand", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
  
  } */

.sidebar .nav>.nav-item.active>a, .sidebar[data-background-color=white] .nav>.nav-item.active>a{
    color: #02AE5C !important;
}
.nav-item.active{
    color: #02AE5C !important;
}
.bg-success{
  background: #02AE5C !important;
}
.btn-success{
  background: #02AE5C !important;
}
.text-success{
  color: #02AE5C !important;
}
.row-card-no-pd h1{
    font-size: 50px !important;
    font-weight: bold !important;
}
.nav li{
    list-style: none;
}
.sidebar .nav.nav-secondary>.nav-item.active a:before, .sidebar[data-background-color=white] .nav.nav-secondary>.nav-item.active a:before{
  background:#02AE5C !important;
}
.sidebar .nav.nav-secondary>.nav-item.active a i, .sidebar[data-background-color=white] .nav.nav-secondary>.nav-item.active a i{
  color: #02AE5C !important;
}
.sidebar .nav.nav-secondary>.nav-item a:focus i, .sidebar .nav.nav-secondary>.nav-item a:hover i, .sidebar .nav.nav-secondary>.nav-item a[data-toggle=collapse][aria-expanded=true] i, .sidebar[data-background-color=white] .nav.nav-secondary>.nav-item a:focus i, .sidebar[data-background-color=white] .nav.nav-secondary>.nav-item a:hover i, .sidebar[data-background-color=white] .nav.nav-secondary>.nav-item a[data-toggle=collapse][aria-expanded=true] i{
  color: #02AE5C !important;
}
.bg-gray{
  background-color: #E8E4E4;
}
.file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    width: 200px;
    border-radius: 30px;
    max-width: 100%;
    padding: 80px;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 3px;
    transition: 0.2s;
  }
  
  .choose-file-button {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .file-message {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    height: 100%;
}
.dotted{
    border: 2px dotted #02AE5C;
}
.image-crop {
	background-color: black;
	position: relative;
	overflow: hidden;
	
	
	figure {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		
		&.blur {
			filter: blur(6px) brightness(0.33) saturate(0.5);
		}
		
		&:not(.blur) {
			clip-path: inset(calc(var(--top, 0) * 1px) calc(var(--right, 0) * 1px) calc(var(--bottom, 0) * 1px) calc(var(--left, 0) * 1px));
		}
	}
	
	span {
		display: block;
		position: absolute;
		
		top: calc(var(--top, 0) * 1px);
		right: calc(var(--right, 0) * 1px);
		bottom: calc(var(--bottom, 0) * 1px);
		left: calc(var(--left, 0) * 1px);
		
		border: dashed 2px #02AE5C;
		
		&::before, &::after {
			content: '';
			display: block;
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
		}
		
		&::before {
			width: 33.3%;
			height: 100%;
			border-left: dashed 1px rgba(255, 255, 255, 0.5);
			border-right: dashed 1px rgba(255, 255, 255, 0.5);
		}
		
		&::after {
			height: 33.3%;
			width: 100%;
			border-top: dashed 1px rgba(255, 255, 255, 0.5);
			border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
		}
	}
}



.activity-checkout {
      list-style: none
  }
  
  .activity-checkout .checkout-icon {
      position: absolute;
      top: -4px;
      left: -24px
  }
  
  .activity-checkout .checkout-item {
      position: relative;
      padding-bottom: 24px;
      padding-left: 35px;
      border-left: 2px solid #f5f6f8
  }
  
  .activity-checkout .checkout-item:first-child {
      border-color: #02AE5C
  }
  
  .activity-checkout .checkout-item:first-child:after {
      background-color: #02AE5C
  }
  
  .activity-checkout .checkout-item:last-child {
      border-color: transparent
  }
  
  .activity-checkout .checkout-item.crypto-activity {
      margin-left: 50px
  }
  
  .activity-checkout .checkout-item .crypto-date {
      position: absolute;
      top: 3px;
      left: -65px
  }
  
  
  
  .avatar-xs {
      height: 1rem;
      width: 1rem
  }
  
  .avatar-sm {
      height: 2rem;
      width: 2rem
  }
  
  .avatar {
      height: 3rem;
      width: 3rem
  }
  
  .avatar-md {
      height: 4rem;
      width: 4rem
  }
  
  .avatar-lg {
      height: 5rem;
      width: 5rem
  }
  
  .avatar-xl {
      height: 6rem;
      width: 6rem
  }
  
  .avatar-title {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #02AE5C;
      color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 500;
      height: 100%;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%
  }
  
  .avatar-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-left: 8px
  }
  
  .avatar-group .avatar-group-item {
      margin-left: -8px;
      border: 2px solid #fff;
      border-radius: 50%;
      -webkit-transition: all .2s;
      transition: all .2s
  }
  
  .avatar-group .avatar-group-item:hover {
      position: relative;
      -webkit-transform: translateY(-2px);
      transform: translateY(-2px)
  }
  
  .card-radio {
      background-color: #fff;
      border: 2px solid #eff0f2;
      border-radius: .75rem;
      padding: .5rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block
  }
  
  .card-radio:hover {
      cursor: pointer
  }
  
  .card-radio-label {
      display: block
}
  
  .edit-btn {
      width: 35px;
      height: 35px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      right: 25px;
      margin-top: -50px
}
  
  .card-radio-input {
      display: none
}
  
  .card-radio-input:checked+.card-radio {
      border-color: #02AE5C!important
}
  
  
  .font-size-16 {
      font-size: 16px!important;
  }
  .text-truncate {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  
  
/*   
  .form-control {
      display: block;
      width: 100%;
      padding: 0.47rem 0.75rem;
      font-size: .875rem;
      font-weight: 400;
      line-height: 1.5;
      color: #545965;
      background-color: #fff;
      background-clip: padding-box;
      border: 1px solid #e2e5e8;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0.75rem;
      -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
      transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  } */
  
  .edit-btn {
      width: 35px;
      height: 35px;
      line-height: 40px;
      text-align: center;
      position: absolute;
      right: 25px;
      margin-top: -50px;
  }
  
  .ribbon {
      position: absolute;
      right: -26px;
      top: 20px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      padding: 1px 22px;
      font-size: 13px;
      font-weight: 500
  }
  
  