@import url('/media/new_assets/css/montserrat.css?v=2');

:root{
  --primary: #B27FFD;
  --success: #29FF98;
  --warning: #FFB829;
  --warning2: #E7CD99;
  --danger: linear-gradient(90deg, #CD0000 0%, #970000 100%);
  --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: #110B00;
  padding-bottom: 5rem;
}

body.login{
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh; min-width: 100vw;
  background: #110B00; /*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(190,162,100,.3);
}
legend{ 
  color: #BEA264; 
  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: 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: 15px;
  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;*/
  color: white;
  background: linear-gradient(89deg, #CD8D13 0%, #744C00 50%, #CD8D13 100%) !important;
}
.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; padding: .25rem .75rem;}
.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: linear-gradient(89deg, #CD8D13 0%, #744C00 50%, #CD8D13 100%) !important; /*var(--success)*/
  /*&:hover, &:focus, &:active{
    color: white;
    background-color: #744C00;
    border-color: transparent;
  }*/
}
.btn-success:focus, .btn-success:hover{
  color: white;
  border-color: transparent; box-shadow: none;
}
.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: 1px solid rgba(246, 223, 172, 0.40); /*var(--warning)*/
  color: #F6DEAC; /*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{
  background: rgba(0,0,0,0.75);
  /*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(66,65,64,0.85);
  /*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;

  &.normal-with-table{
    .block-normal-header{
      border-radius: 20px 20px 0 0 !important;
      background: linear-gradient(76deg, rgba(236, 190, 101, 0.25) 0%, rgba(119, 101, 67, 0.25) 100%) !important;
      color: #F4DCAA !important;
    }

    .block-normal-content{
      border-top-left-radius: 0;
      border-top-right-radius: 0;
    }
  }
}
.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: 2px solid #BEA264;  /*border: .15rem solid rgba(41, 255, 152, 0.30);*/
      }

      .block-wallet-header{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: relative;

        &.border-bottom{
          border: none !important;

          &::after{
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, rgba(199, 170, 104, 0.40) 0%, rgba(97, 83, 51, 0.00) 100%);
          }
        }

        .block-wallet-title{
          color: #C7AA68;
          font-size: 18px;
          font-weight: 700;
        }

        .block-wallet-subtitle{
          /*color: rgba(199, 170, 104, 0.70);*/
        }
      }

      .block-wallet-figure{
        font-size: 30px;
        color: #DFB453;

        .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;

            &.btn-warning{
              background: linear-gradient(90deg, #F7E0AE 0%, #C8A96D 100%);              
            }

            &.btn-outline-warning{
              border: 2px solid rgba(246, 223, 172, 0.40);
              color: #F6DEAC;
            }


            .block-wallet-btn-item-ico-right{
                  position: absolute;
                  margin-left: auto !important;
                  margin-right: auto !important;
                  right: 1.25rem;
            }
      }
}
.wallet-capital{ 
  position: relative;
  border: 2px solid #BEA264;  
}
.wallet-wealth{
  background: linear-gradient(76deg, rgba(191, 158, 92, 0.25) 0%, rgba(119, 101, 67, 0.25) 66.11%, rgba(255, 243, 220, 0.25) 100%);
}
.wallet-participant{
  background: linear-gradient(76deg, #F7E0AE 0%, #C8A96D 100%);
  color: #110B00;

  & .block-wallet-header{
    .block-wallet-title{ color: #110B00; }
  }
  .block-wallet-figure{ color: #110B00; }
  .text-success{ color:#126640 !important; }
}

.level-ico{ position: relative; }
.progress{ 
  background: rgba(217,217,217,.6); /*.3*/ 
  mix-blend-mode: overlay;
  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: linear-gradient(0deg, rgba(217, 217, 217, 0.10) 0%, rgba(115, 115, 115, 0.10) 100%);*/
  background: linear-gradient(0deg, rgba(138,119,81, 0.90) 0%, rgba(138,119,81, 0.50) 100%);
  backdrop-filter: blur(10px);

  .nav-item{ 
    .nav-link{
      color: #110B00; /*rgba(199, 170, 104, 0.20)*/



      .nav-link-img{
        width: 30px; height: 30px; 
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: .6; /*.2*/

        svg{  path{ fill: #110B00; }}
      }
    }

    &.active{
      .nav-link{ 
        color: #110B00; /*rgba(199, 170, 104, 1) */
        font-weight: bold;

        .nav-link-img{
          opacity: 1;
        }
      }
    }
  }
  
}