@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

:root{
  --primary: #B27FFD;
  --success: #29FF98;
  --warning: #FFB829;
  --warning2: #E7CD99;
  --danger: #E3157C;
  --dark-blue: #16053D;
  --dark-green: #094327;
  --dark-yellow: #FFB829;
  --secondary: rgba(255, 255, 255, 0.7);
  --radius-more: 20px;
  --radius-more2: 30px;
  --tier-starter: #62DDC9;
  --tier-starter2: #E3FBF5;
  --tier-innovator: #64017B;
  --tier-innovator2: #FBD4FF;
  --tier-strategist: #2D0282;
  --tier-strategist2: #E1D1FA;
  --tier-elite: #FFC550;
  --tier-elite2: #FFE09D;
  --tier-titan: #5E060C;
  --tier-titan2: #FDC1E0;
}
.montserrat-100 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.montserrat-200 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.montserrat-300 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.montserrat-500 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.montserrat-600 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.montserrat-700 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.montserrat-800 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.montserrat-900 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

body{
  font-family: Montserrat, Arial, Helvetica, sans-serif; font-size: 12px;
  /*color: rgba(255, 255, 255, .5);*/
  color: white;
  background: linear-gradient(0deg, #0B001C 0%, #160234 50%, #0B001C 100%);
  padding-bottom: 5rem;
}

body.login{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh; min-width: 100vw;
  background: linear-gradient(23deg, #0B001C 35.12%, #230550 95.01%), #000;

  .login-title{
    color: white;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
  }
}

main{  }

a{ color: #29FF98; }

.fs-1-1rem{ font-size: 1.1rem; }
fieldset{
  border-radius: 20px;
  border: 2px solid rgba(41, 255, 152, 0.30);
}
legend{ 
  color: #257E8B; 
  font-weight: 500;
}
label{
  font-size: .9rem;
  font-weight: 600;
  color: rgba(255,255,255,.8);
}
.form-control, .form-control:focus{
  border-radius: 10px;
  background: rgba(217, 217, 217, 0.15);
  border-width: 0;
  padding: .75rem 1.25rem;
  font-size: 1.1rem;
  box-shadow: none;
  color: white;
  height: auto;
}
.input-group-text{
  border-width: 0;
  background: rgba(217, 217, 217, 0.15);
}

.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn, .input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn, .input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.btn{
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px;
  border-width: 0;
  padding: .75rem 1.25rem;
}

.btn-success{
  color: #16053D;
  background: linear-gradient(0deg, #29FF98 0%, #29FF98 100%), #6316D6;
}
.btn-success:hover{ color: #16053D; }













body{

}

header{
      margin: 1rem .5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;

      .header_right{
            display: inline;
      }

      .user-profile-img{
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;

            img{
                  border-radius: 50%; /* Makes the element circular */
                    object-fit: cover; /* Ensures the image covers the circular area without distortion */
                    width: 40px; /* Example width */
                    height: 40px; /* Example height, should be equal to width for a perfect circle */
            }
      }
}

.alert{  border: none; }
.alert-primary{ background: var(--primary); color: white; }
.alert-success{ background: var(--success); color: var(--primary); }
.alert-warning{ background: var(--warning); color: var(--primary); }
.alert-danger{ background: var(--danger); color: white; }

.badge-notification{ bottom: 0; right: 0; }
.badge-primary{ background: var(--primary) }
.badge-success{ 
      background:var(--success); 
      &.badge-opacity-50{
            background: rgba(41, 255, 152, 0.15);
            color: var(--success);
      }

      &.badge-opacity-80{
            background: rgba(41, 255, 152, 0.3);
            color: var(--success) !important;
      }
}
.badge-warning{ background: var(--warning); }
.badge-danger{ 
      background: var(--danger); 
      &.badge-opacity-50{
            background: rgba(227, 21, 124, 0.15);
            color: var(--danger);
      }
}


.bg-primary{ background: var(--primary); }
.bg-success{ background: var(--success); }
.bg-warning{ background: var(--warning); }
.bg-danger{ background:var(--danger); }

.btn-xs{ font-size: 0.8rem; }
.btn-primary{ background: var(--primary); }
.btn-success{ 
      background: var(--success); 


      &:hover, :focus, :active{
            color: var(--dark-blue) !important;
            background-color: var(--success) !important;
      }
}
.btn-warning{ background: var(--warning); }
.btn-danger{ background:var(--danger);  color: white;}
.btn-dark-blue{ 
      background: var(--dark-blue); color: white;
      &:hover{ color: white; }
}
.btn-secondary{
  background: #67646B;
}

.btn-outline{ border-width:2px; }
.btn-outline.btn-outline-border1{ border-width: 1px !important; }
.btn-outline-primary{ 
  border-color: var(--primary); color: var(--primary); 
  &:hover svg path{ fill: white; }
}
.btn-outline-success{ border: solid 1px var(--success); border-color: var(--success); color: var(--success); }

.btn-outline-warning{ 
  border-color: var(--warning); color: var(--warning); 

  &:hover svg path{ fill: #212529; }
  &.btn-gradient{  }
}

.btn-outline-danger{ border-color:var(--danger);  color: var(--danger); }
.btn-outline-dark-blue{ border-color: var(--dark-blue); color: var(--dark-blue); }

.font-size-xs{ font-size: 0.8rem !important; }
.font-size-s{ font-size: 0.9rem !important }
.font-size-lg{ font-size: 2rem !important; }
.font-weight-500{ font-weight: 500; }
.font-weight-600{ font-weight: 600; }


/*modal*/
.modal-open .modal{
  display: block;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
}
.modal .modal-header .close{ color: white; }
.modal-header, .modal-footer{
  border-color: rgba(255, 255, 255, .1);
  border-width: 2px;
}
.modal-content{
  border-radius: var(--radius-more);
  background: rgba(255, 255, 255, .25);
  backdrop-filter: blur(50px);
}
.modal-body{ font-size: 0.8rem; }
.modal-footer{ display: unset; }

.rounded-more{ border-radius: var(--radius-more); }

.text-primary{ color: var(--primary) !important; }
.text-success{ color: var(--success) !important; }
.text-warning{ color: var(--warning) !important; }
.text-warning2{ color: var(--warning2) !important; }
.text-danger{ color: var(--danger) !important; }
.text-dark-green{ color: var(--dark-green) !important; }
.text-secondary{ color: var(--secondary) !important; }

.w-80{ width: 80%; }


.block-normal{
  position: relative; z-index: 1;
}
.block-normal-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  padding: 1rem 1.25rem;

  .block-normal-title{
    color: rgba(255, 255, 255, 0.50);
    font-weight: 600;   
  }

  a{ color: rgba(255, 255, 255, 0.85); }
}

.block-normal-content{
  border-radius: var(--radius-more);
  background: rgba(217, 217, 217, 0.15);
}
.block-wallet{
      position: relative; z-index: 1;
      border-radius: var(--radius-more);
      overflow: hidden;

      &.wallet-outline{
            border: .15rem solid rgba(41, 255, 152, 0.30);
      }

      .block-wallet-header{
            display: flex;
            justify-content: space-between;
            align-items: center;

            .block-wallet-title{
                  font-size: 18px;
                  font-weight: 700;
            }

            .block-wallet-subtitle{
                  opacity: .7;
            }

            .btn{
                  color: rgba(255,255,255,.85);
                  width: 40px;
                  height: 40px;
                  background: rgba(217, 217, 217, 0.1);
                  background: linear-gradient(180deg, rgba(217, 217, 217, .02) 0%, rgba(217, 217, 217, .2) 100%);
                  border: solid 2px rgba(255, 255, 255, .2);
                  border-radius: 20px;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  padding: 0;
                  margin: 0;
            }
      }

      .block-wallet-figure{
            font-size: 40px;

            .block-wallet-figure-percent{
                  position: absolute;
                  right: 0;
                  top: -.7rem;
                  font-size: .7rem;
            }
      }
      .block-wallet-btn-list{
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 1rem;
            align-items: self-end;

            &.single-btn{
                  grid-template-columns: 1fr;
            }
      }
      .block-wallet-btn-item{ 
            border-radius: var(--radius-more2); 
            display: flex;
            justify-content: center;
            align-items: center;
            max-height: 51px;
            position: relative;

            .block-wallet-btn-item-ico-right{
                  position: absolute;
                  margin-left: auto !important;
                  margin-right: auto !important;
                  right: 1.25rem;
            }
      }
}
.wallet-capital{ 
      position: relative;
      background: linear-gradient(123deg, rgba(99, 22, 214, 0.85) 0%, rgba(183, 152, 228, 0.85) 59.97%, rgba(52, 12, 112, 0.85) 100%);  

      &::before{
            content: ' ';
            position: absolute; z-index: -1;
            top: -50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 380px;
            height: 380px;
            flex-shrink: 0;
            aspect-ratio: 1/1;
            border-radius: 380px;
            background: radial-gradient(50% 50% at 50% 50%, rgb(9, 6, 136) 0%, rgba(9, 6, 136, 0.00) 100%);
            background-blend-mode: overlay;
      }

      &::after{
            content: ' ';
            position: absolute; z-index: -1;
            bottom: 0; right: 0;
            width: 100%;
            height: 100%;
            background-image: url('../img/wallet-capital-bg.png');
            background-repeat: no-repeat;
            background-position: right center;
            background-blend-mode: overlay;
            opacity: .15;
      }
}
.wallet-wealth{ background: rgba(217, 217, 217, 0.15); }

.level-ico{ position: relative; }
.progress{ 
  background: rgba(217,217,217,.3); 
  border-radius: 5px; 
  height: 7px; 

  .progress-bar{ border-radius:5px; }
}


.level-starter{
  color: var(--tier-starter);

  .progress-bar{ background: linear-gradient(270deg, #62DDC9 0%, #E3FBF5 100%);  }
  .level-tier{ color: var(--tier-starter2); }
}
.level-innovator{
  color: var(--tier-innovator);

  .progress-bar{ background: linear-gradient(270deg, #64017B 0%, #F18EFD 100%); }
  .level-tier{ color: var(--tier-innovator2); }
}
.level-strategist{
  color: var(--tier-strategist);

  .progress-bar{ background: linear-gradient(270deg, #2D0282 0%, #B78DF6 100%);  }
  .level-tier{ color: var(--tier-strategist2); }
}
.level-elite{
  color: var(--tier-elite);

  .progress-bar{ background: linear-gradient(270deg, #FFB829 0%, #EBEDD9 100%); }
  .level-tier{ color: var(--tier-elite2); }
}
.level-titan{
  color: var(--tier-titan);

  .progress-bar{ background: linear-gradient(270deg, #5E060C 0%, #DF6483 100%); }
  .level-tier{ color: var(--tier-titan2); }
}

.footer-navbar{
  border-radius: 20px 20px 0 0;
  background: #382552;
  background: linear-gradient(0deg, rgba(56, 37, 82, .5) 0%, rgba(17, 6, 32, .5) 100%);
  backdrop-filter: blur(10px);

  .nav-link{
    color: rgba(255,255,255,.4);

    .nav-link-img{
      width: 30px; height: 30px; 
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
}