:root{
	--grey1: #EFF1E5;
	--grey2: #F2F4F6;
	--grey3: #D9D9D9;
	--orange1: #ffc107;
	--orange2: #FDF2E4;
	--orange3: #F39007;
	--green1: #3CD291; /*#00C566*/
    --green2: #1E816A;
	--blue1: #17A382; /*#1F12D9*/
	--blue1-rgb: 23, 163, 130;
	--blue2: #294046; /*1D1770*/
	--blue2-rgb: 41, 64, 70; /*29, 23, 112*/
	--purple1: #E0E5DB; /*DDDCEB*/
	--purple2: rgba(19, 169, 97, .15); /*CEC7F5*/
	--black1: #354052;
	--black1-rgb: 53, 64, 82;
}
html{
    position: relative;
    min-height: 100%;
}
body{
	margin:0 auto;
	background: #0F071C; /*var(--grey1)*/
	font-size: 12px;
    margin-bottom: 230px; /*248px;*/
}
main{
	margin: 0 auto;
    max-width: 450px !important;
    overflow: hidden;
    padding: 0 0.5rem;
}

a{ color: var(--blue1); }
a:hover { 
	color: var(--blue1);
	text-decoration: none; 
}
.color-black1{ color: var(--black1); }
.color-blue1{ color: var(--blue1); }
.color-blue2{ color: var(--blue2); }
.badge-purple{ background-color: var(--purple1); color: var(--blue1); }
.text-small{ font-size: 11px; }
.text-small2{ font-size: 10px; }
.text-big{ font-size: 1.1rem; }

.opt-img{
    background-repeat: no-repeat;
    background-size: 15px auto;
    background-position: left center;
    padding-left: 25px;
}
.bg-primary-light{    background: rgba(var(--blue1-rgb), 0.07); }
.badge-success{    background-color: rgba(var(--blue1-rgb), 0.8); }
.badge-primary-light{
    background: rgba(var(--blue1-rgb), 0.07);   
    color: rgba(var(--blue1), 0.5);
}
.badge-outline-warning{
    border: solid 1px var(--orange1);
    color: var(--orange1);
    font-weight: normal;
    font-size: 10px;
}
.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show>.btn-outline-light.dropdown-toggle, .btn-outline-light:hover {
    color: #3a5de0; /*white*/
    background-color: rgba(255, 255, 255, 0.7); /*0.3*/
    border-color: rgba(255,255,255,0.7);
}

.rounded-small{ border-radius: 0.5rem; }
.border-gradient-bluegreen{
    background-image: radial-gradient(circle at 100% 100%, transparent 5px, #1f12d9 5px, #1f12d9 6px, transparent 6px), linear-gradient(to right, #1f12d9, #00c566), radial-gradient(circle at 0% 100%, transparent 5px, #00c566 5px, #00c566 6px, transparent 6px), linear-gradient(to bottom, #00c566, #00c566), radial-gradient(circle at 0% 0%, transparent 5px, #00c566 5px, #00c566 6px, transparent 6px), linear-gradient(to left, #00c566, #1f12d9), radial-gradient(circle at 100% 0%, transparent 5px, #1f12d9 5px, #1f12d9 6px, transparent 6px), linear-gradient(to top, #1f12d9, #1f12d9);
    background-size: 6px 6px, calc(100% - 12px) 1px, 6px 6px, 1px calc(100% - 12px);
    background-position: top left,top center,top right,center right, bottom right,bottom center,bottom left,center left;
    background-repeat: no-repeat;
}
#header{
	background: white;
}
.nav-item-svg{
    width: 15px;
    margin-right: 0.5rem;
    /*filter: invert(20%) sepia(3%) saturate(4854%) hue-rotate(146deg) brightness(98%) contrast(89%);*/
    filter: invert(100%) sepia(0%) saturate(7412%) hue-rotate(26deg) brightness(120%) contrast(94%);
}
/*.content-subtitle-item.active>img{
    filter: invert(41%) sepia(97%) saturate(909%) hue-rotate(119deg) brightness(93%) contrast(85%);
}*/
.input-group.rounded{ border-radius: 0.25rem !important; }
.fakeSelect{
    background: yellow;
    z-index:99;
}

/*--- Language ---*/
#btn-lang:focus{ box-shadow: none; }
#language-list{
    display: none;
    z-index: 9999;
    top: 48px;
    right: 0.5rem;
    border-radius: .25rem;
    background-color: rgba(15, 7, 28, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
#language-list.active{ display: block; }
#language-list li:first-child{ border-color: rgba(255,255,255,0.3) !important; }
#language-list li a{ color: rgba(255, 255, 255, 0.7); font-weight: bold; }
#language-list li.active a{ color: #ffffff; }

/*--- Default ---*/
h2{
    font-size: 1.3rem;
    font-weight: 200;
    color: white;
}
.opacity-50{ opacity: .5; }
.opacity-70{ opacity: .7; }

/*--- Dashboard ---*/
.dashboard-highlight, .dashboard-highlight2{
	/*background: var(--blue1);*/
    /*background: linear-gradient(#11C198, #1E816A);*/
    background: rgb(1,198,255);
    background: linear-gradient(159deg, rgba(1,198,255,1) 0%, rgba(235,1,255,1) 100%);
	color: white;
    position: relative;
    z-index: 2;
}
.dashboard-highlight2{ 
    /*background: linear-gradient(#006AE9, #0549C1);*/ 
    background: #21104A;
    color: white;
}
.dashboard-highlight.rounded, .dashboard-highlight2.rounded{ border-radius: 1.2rem !important; }
.dashboard-btn-txt{ opacity: .7; }
.dashboard-btn:hover .dashboard-btn-txt{ opacity: 1; }
#ncoin-figure svg{ opacity: 0.5; }
#ncoin-figure:hover svg{ opacity: 1; }
#ncoin-figure svg:not(.active){ display: none; }
#ncoin-figure svg.active{ display: inline-block; }
.ncoin-fig:not(.active){ display: none; }
.ncoin-fig.active{ display: inline-block; }



.dashboard-highlight-btn.rounded{ 
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 1.2rem !important; 
    border-bottom-right-radius: 1.2rem !important;
    background: #051C7E;
    color:#fff;
}
.dashboard-highlight-btn a{ color:#fff; }
/*.dashboard-highlight::before{
    content: ' ';
    position: absolute;
    z-index:-1;
    background: url(../img/adm/dashboard-wallet-bg.png) right center no-repeat;
    mix-blend-mode: luminosity;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 200px auto; /*283px 189px*/
}*/
.dashboard-asset{
	background: var(--purple1);
	color: var(--blue2);
	width: 33.33%;
}
.dashboard-asset h2{ font-size: 1.2rem; }
.dashboard-level-energy{ background: linear-gradient(#C7EAD9, #FFFFFF); position: relative; z-index:2; }
.dashboard-level-manager{ background: linear-gradient(#FFEDD4, #FFFFFF); position: relative; z-index:2; }
.dashboard-level::before{
    content: ' ';
    position: absolute;
    z-index:-1;
    width: 100%;
    height: 100%;
    bottom: -10%;
    left: 0;
}
.dashboard-level-energy::before{
    background: url('../img/adm/lvl-energy-bg.png') left bottom no-repeat;
    background-size: 101.56px, 180.56px;
}
.dashboard-level-manager::before{
    background: url('../img/adm/lvl-manager-bg.png') left bottom no-repeat;
    background-size: 128px, 128px;
}

.dashboard-level-subtitle{
	font-size: 14px;
	font-weight: bold;
}
.dashboard-level-desc, .dashboard-level .text-secondary{ font-size: 10px; color: #354052; }
.dashboard-level .progress{ height: 0.5rem; }
.dashboard-level-progress-desc{ font-weight: 600; }
.dashboard-level .dashboard-level-value::before{
	content: ' ';
	position: absolute;
	z-index: 10;
	width: 66px; height: 66px;
}
.dashboard-level .dashboard-level-value{
	z-index: 10;
	width: 66px; height: 66px;
	font-size: 25px;
	font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.dashboard-level-energy .dashboard-level-value::before{ 
    background: url('../img/adm/lvl-energy-img1.png') center center no-repeat; 
    background-size: 66px 66px;
}
.dashboard-level-energy .dashboard-level-value{
	color: var(--blue1);
	background: url('../img/adm/lvl-energy-img2.png') center center no-repeat;
    background-size: 53px 53px;
}
.dashboard-level-energy .dashboard-level-progress-desc{ color: var(--blue1);}
.dashboard-level-energy .progress-bar{ background-color: var(--blue1); }

.dashboard-level-manager .dashboard-level-value::before{ 
    background: url('../img/adm/lvl-manager-img1.png') center center no-repeat; 
    background-size: 66px 66px;
}
.dashboard-level-manager .dashboard-level-value{
	color: var(--orange1);
	background: url('../img/adm/lvl-manager-img2.png') center center no-repeat;
    background-size: 53px 53px;
}
.dashboard-level-manager .dashboard-level-progress-desc{ color: var(--orange1); }
.dashboard-level-manager .progress-bar{ background-color: var(--orange1); }

.dashboard-quicklink a{ margin-bottom: .5rem; color: white; /*var(--blue2)*/ text-decoration: none;}
.dashboard-quicklink a img{
    opacity: 0.7;
}
.dashboard-quicklink a:hover .dashboard-quicklink-img-wrap{
    background: #2C1369;
}
.dashboard-quicklink a:hover img{
    opacity: 1;
}
.dashboard-quicklink a:hover .text-secondary{ color: white !important; }
.dashboard-quicklink-img-wrap{
    margin-bottom: .25rem;
    background: #21104A;
    border-radius: 10px;
    width: 40px; height: 40px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dashboard-subtitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dashboard-subtitle b{ font-size: 14px; }

.dashboard-product-countdown{
	margin-bottom: .5rem;
	color: pink; /*var(--orange3)*/
	/*background: var(--orange2);*/
    border: solid 1px pink;
	font-size: 10px;
	display: inline-flex;
	align-items: center;
	padding: 3px 7px;
	border-radius: 5px;
}
.dashboard-product-section1{ 
	/*border-left: solid 3px var(--purple2);
    padding-left: 0.5rem;*/
}

.dashboard-product-subtitle{ 
    font-size: larger; /*15px*/ color: white; /*var(--blue2)*/ 
    font-weight:400; 
    line-height:34px;
}
.dashboard-product-price{
	color: white; /*var(--green1)*/
	font-size: 1.4rem; /*15px*/
    font-weight: 200;
	/*font-weight: bold;*/
}
.dashboard-product-link{
	display: inherit;
    padding: 1rem .75rem;
	background: rgba(255,255,255, 0.2);/*var(--grey2);*/
	border-radius: 5px;
	text-align: center;
    color:white;
}
.dashboard-product-link:hover{
    color:white;
    background: rgba(255,255,255,0.35);
}

.dashboard-info-subtitle{	/*color: rgba(var(--black1-rgb), 0.7);*/ }
.dashboard-info-value{
	/*color: var(--black1);*/
	font-size: 16px;
	font-weight: bold;
}
.dashboard-info-subtitle.big{ font-size: 16px; }
.dashboard-info-value.big{ font-size: 20px; font-weight: 600; }

/*--- Product ---*/
.content-subtitle-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
}
.content-subtitle-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    /* font-size: larger; */
    font-weight: bold;
    color: white;
    text-decoration: none !important;
}
.content-subtitle-list .content-subtitle-item:not(:last-child){
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.content-subtitle-item:hover{ color: var(--blue2); }
.content-subtitle-item.active, .content-subtitle-item.active:hover{ color: var(--blue1); }

.content-subtitle-opt-list{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.content-subtitle-opt-item{
    background: var(--grey3);
    color: rgba(var(--blue2), 0.5);
    border: solid 1px var(--grey3);
}
.content-subtitle-item.active{
    background: transparent;
    color: var(--green1);
    /*border-color: var(--blue2);*/
}
.progress.sm{
    height: 6px;
}
.product-progress{ min-width: 60px; }
.product-progress .progress-bar{ background-color: rgba(255,255,255,0.5); }
.product-progress-desc{
    color: #7A8AA0;
    font-weight: 600;
    font-size: 10px;
}
.product-line1{ min-height: 23px; }
.product-line2{ min-height: 16px; }
.product-desc-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255,255,255,0.07);
}
.product-desc-item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.product-desc-list .product-desc-item:not(:last-child){
    border-right: solid 1px rgba(255,255,255,0.2);
}
.product-desc-item-content{
    display: flex;
    flex-direction: column;

}
.product-desc-item-value{
    font-weight: 600;
    font-size: larger;
}
.product-desc-item-caption{
    color: #7A8AA0;
    font-size: 11px;
}

/*--- List View ---*/
.page-header{
	padding: 15px 0;
	color: var(--white);
	background-color: var(--blue1);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page-header-subtitle{
	margin-left: 15px;
	font-size: 16px;
	font-weight: bold;
}
.new-wallet-header{
    color: var(--white);
    background: linear-gradient(105deg, #1F12D9 -25.58%, #5607F0 49.42%, #7B61FF 92.81%);
}
.new-wallet-header.rounded{ border-radius:1.2rem !important; }
.lp-header{
    color: var(--white);
    background: linear-gradient(107deg, #2B0ABB -18.42%, #614BC3 43.49%, #33BBC5 129.78%);
    position: relative;
    z-index: 1;
}
.lp-header::before{
    content: ' ';
    position: absolute;
    z-index: -1;
    background: url('../img/adm/lp-header-bg.png') center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.content-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* background-color: var(--white); */
	color: var(--white);
	padding: 15px 0;
}
.content-header a{ color: var(--white); }
.content-subtitle{
	padding: 10px 0;
	color: var(--blue2);
    font-size: 1rem;
}
.btn-group-bullet{
    /*width: 268px;*/
    width: 100%;
    height: 35px;
    background-color: #dae0e5;
    border-radius: 22px;
    position: relative;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: center;
    align-items: stretch;
    user-select: none;
    padding: 0 2px;
}

.btn-group-bullet .selected.selected2{
    left: unset;
    right: 2px;
}
.btn-group-bullet p{
    z-index: 2;
    margin: 0px; padding: 0 15px;
    opacity: 0.5;
    transition: opacity 0.3s ease 0s;
    line-height: 1.6em;
    position: relative;
    display: flex;
    align-items: center;
}
.btn-group-bullet .active{
	color: white;
    opacity: 1;
}
.btn-group-bullet p::after{
    width: 100%;
    height: 35px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    transition: left 0.3s ease 0s;
    top: 0;
    z-index: -1;
    line-height: 35px;
    padding: 0 15px;
    color: transparent;
}
.btn-group-bullet p:first-child::after{ content: 'wrap'; }
.btn-group-bullet p:last-child::after{ content: 'Item 2'; }
.btn-group-bullet p:nth-child(3)::after{ content: 'Item 1'; }
.btn-group-bullet p:nth-child(2)::after{ content: 'unwrap'; }
.btn-group-bullet .active::after{
    background-color: var(--blue1);

}

.list-view-item{
	padding: 10px 0;
	border-bottom: solid 1px rgba(255,255,255,1);
}
.list-view-title{
    font-size: larger;
    font-weight: bold;
    color: white;
    line-height: 34px;
}
.list-view-value{
	font-size: 1.4rem;
    font-weight: 200;
    color: white;
    line-height: 34px;
}
.lp-total-stakes{
    background: linear-gradient(180deg, rgba(29, 23, 112, 0.03) 0%, rgba(215, 214, 230, 0.70) 0.01%, rgba(255, 255, 255, 0.70) 128.92%);
}
.lp-total-stakes::before{
    content: ' ';
    position: absolute;
    z-index: 2;
    background: url('../img/adm/lp-chart-bg') center center no-repeat;
}
.lp-total-stakes-subtitle{
    color: var(--blue2);
}
.lp-total-stakes-subtitle-desc{
    color: var(--black1);
}

/*--- Tabs ---*/
.tablist .nav-link{     
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.5);
}
.tablist .nav-link.active{
    position: relative;
    background-color: transparent;
    border: 0;
    color: var(--green1); /*#7BFD62*/
    font-weight: 200;
}
.tablist .nav-link.active::after{
    content: ' ';
    position:absolute;
    bottom: 0;
    background-color: #000;
    height: 3px; width: 15px;
    border-radius: 2px;
    margin: 0 auto;
    left:0;
    right: 0;
}
.tablist.rounded .nav-item:not(:last-child){
    padding-right: 1rem;
}
.tablist.rounded .nav-link{
    font-size: 0.8rem;
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.07);
    padding: .25rem 1rem;
    color: white;
}
.tablist.rounded .nav-link.active{
    border-color: var(--green1);
    color: var(--green1);

}
/*.list-group-rounded{ border-radius: 0.75rem !important; }
.list-group-rounded .list-group-item:first-child{
    border-top-left-radius: 0.75rem !important;
    border-top-right-radius: 0.75rem !important;
}
.list-group-rounded .list-group-item:last-child{
    border-bottom-left-radius: 0.75rem !important;
    border-bottom-right-radius: 0.75rem !important;
}*/
.list-group-rounded .list-group-item{
    border-radius: 1.2rem;
    background: #21104A;
    color: white;
}
.list-group-rounded .list-group-item:hover{
    background: #2C1369;
}
.list-group-img{
    padding: 1.25rem 1rem;
    border-radius: 10px;
    background: rgba(255,255,255,0.07);
}
.list-group-img2{
    padding: 1.25rem 1rem 1.25rem 0;
}

/*--- Scrollable Tabs ---*/
.scrollable-tabs{
      display: flex;
      justify-content: start;
      align-items: center;
      white-space: nowrap; 
      overflow: auto;
      padding-bottom: 10px;
}
/* Define the track style */
.scrollable-tabs::-webkit-scrollbar-track {
  background-color: #ccc; /*EFF1E5*/
}

/* Define the button style */
.scrollable-tabs::-webkit-scrollbar-button {
  background-color: #999;
  border-radius: 0;
}

/* Define the button style when being hovered over */
.scrollable-tabs::-webkit-scrollbar-button:hover {
  background-color: #999999;
}

.scrollable-tabs::-webkit-scrollbar {
      width: 10px;
      height: 5px;
}

.scrollable-tabs::-webkit-scrollbar-button:horizontal:start:decrement {
    width: 22px;
    background-position: center;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(204,204,204)'><polygon points='0,50 50,100 50,0'/></svg>");
  }

.scrollable-tabs::-webkit-scrollbar-button:horizontal:start:increment {
    display: none;
  }

.scrollable-tabs::-webkit-scrollbar-button:horizontal:end:decrement {
    display: none;
  }

.scrollable-tabs::-webkit-scrollbar-button:horizontal:end:increment {
    width: 22px;
    background-position:center right;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='rgb(204,204,204)'><polygon points='0,0 0,100 50,50'/></svg>");
  }


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
      .scrollable-tabs{ scrollbar-width: none; padding-bottom:0; }
      .scrollable-tabs::-webkit-scrollbar { 
          display: none;  /* Safari and Chrome */
      }   
}


/*--- Modal ---*/
.modal-header{ align-items: center; /*padding: 0.5rem;*/ border-bottom: none;}
.modal-header-icon{ width: 23px; height:23px; display:flex; justify-content:center; align-items:center; border-radius: 5px;}
.modal-header h5{ font-size: 15px; }
.modal-header .close{ 
    border-radius: 15px; width: 26px; height: 26px; padding:0; margin:0; opacity: 1;
    background: #c9c9c9;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-header .close span{ font-weight: 400; display: flex; justify-content: center; align-items: center;}
.modal-content{ 
    border-radius: 1rem; 
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}
.modal-body{
    background: white;
    border-radius: 1rem;
}
.modal-body .nav-tabs{ font-size: 12px; }
.modal-body .nav-tabs .nav-item.show .nav-link, .modal-body .nav-tabs .nav-link.active{
		border: solid 1px var(--blue1);
}
.modal-footer{ padding: 0.5rem; }
.btn-secondary{
    border-radius: 15px;
    background: var(--purple1);
    color: rgba(var(--blue2-rgb), 0.5);
    border-color: var(--purple1) !important;
}
.btn-secondary.active{
	color: var(--blue2) !important;
	background-color: white !important;
	border-color: var(--blue2) !important;
}
.btn-secondary.bg-transparent.active{
	background-color: transparent !important;
}
.btn-secondary:hover {
    background-color: var(--blue1);
    border-color: var(--blue1);
}
.btn-sm{
	padding: 0.2rem 1.5rem;
}


/*--- Footer ---*/
footer{
	background: transparent; /*var(--blue1)*/
	margin: 0 auto;
	color: var(--white);
    /*max-width: 450px !important;*/
    overflow: hidden;
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    /*height: 248px;*/
}
footer::before{
    /*content: ' ';
    position: absolute;
    z-index: -1;
    background: url('../img/adm/footer-bg.png') right bottom no-repeat;
    background-size: contain;
    width: 100%;
    height: 100%;
    bottom: -10%;
    right: 0;
    mix-blend-mode: luminosity;
    opacity: 0.4;*/
}
#footer-wrapper{
    background: #130339;
    border-radius: 10px;
    padding: 1rem;
}
footer a{ color: var(--white); text-decoration: none;}
footer a:hover{ opacity:0.7; color: inherit; text-decoration: inherit; }
.footer-subtitle{
	display: flex;
	justify-content: start;
	align-items: center;
	margin-bottom: 7px;
}
.footer-subtitle span{
	margin-left: .5rem;
	font-weight: bold;
}
.footer-socialmedia-link{
	background-color: rgba(255,255,255, 0.3);
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center;
    margin-right: 20px;
}


/*--- Classes ---*/
.font-size-big{ font-size: 2.2rem; /*1.8rem*/ }
.font-size-medium{ font-size: 1.4rem; }
.font-weight-medium{ font-weight: 600; }
.grid-wrapper-2, .grid-wrapper-4{
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    column-gap: 10px;
}

/*--- -Bootstrap --*/
.navbar-light .navbar-nav{
    font-size: 13px;
    background: #130339;
    border-radius: 10px;
    padding: 10px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: white; /*rgba(41,64,70,.9)*/
    opacity: 0.3;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(255,255,255, 1);
    opacity: 1;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: white; /*rgba(41,64,70,1)*/
    opacity: 1;
    /*font-weight: bold;*/
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: white; /*rgba(41,64,70,1)*/
    opacity: 1;
}
.text-secondary { color: #7A8AA0 !important; }
.text-primary { color: var(--blue1) !important; }
.text-success{ color: var(--green1) !important; }
.rounded {	border-radius: 0.75rem!important; }
.border-primary{ border-color: var(--blue1) !important; }
.border-success{ border-color: var(--green1) !important; }
.rounded-top {
    border-top-left-radius: 0.75rem!important;
    border-top-right-radius: 0.75rem!important;
}
.btn{
    padding-top: .75rem;
    padding-bottom: .75rem;
	font-size: 12px;
	border-radius: 10px; /*30px*/
}
.btn-lg{ padding-top: 1.2rem; padding-bottom: 1.2rem; }
.btn-circle{ 
    width: 3.75rem; height: 3.75rem; border-radius: 50%; 
    background: rgba(255, 255, 255, 0.6);
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%) !important;
    border: none;
}
.dashboard-btn{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dashboard-btn:hover .btn-circle{
    background: rgba(255, 255, 255, 0.8);
    background: linear-gradient(153deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.8) 100%) !important;
}
.btn-light{	
    color: white; /*var(--green2)*/ 
    background: rgba(255,255,255,0.3);
    border-color: transparent;
}
.btn-light:hover{ 
    color: #3a5de0;/*var(--green2)*/ 
    background-color: rgba(255,255,255,0.7);
    border-color: transparent;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: var(--green1);
    background-color: rgba(255, 255, 255, 0.1);
    border-color: transparent;
}

.dashboard-highlight2 .btn-light{ background: #352359; }
.dashboard-highlight2 .btn-light:hover{ color: var(--green1); /*#7BFD62*/ background: #4B2B89; }
.btn-outline-light {
    color: white;
    border-color: rgba(255, 255, 255, 0.7);
}
.btn-primary {
    background-color: var(--blue1);
    border-color: var(--blue1);
}
.btn-primary:hover, .btn-outline-primary:hover {
    color: #000;
    background-color: rgba(var(--blue1-rgb), 0.8);
    border-color: rgba(var(--blue1-rgb), 0.8);
}
.btn-outline-primary {
    color: var(--blue1);
    border-color: var(--blue1);
}
.btn-primary:hover img, .btn-outline-primary:hover img{
    filter: invert(100%) sepia(0%) saturate(7494%) hue-rotate(254deg) brightness(98%) contrast(99%);
}
.btn-success{
    background-color:var(--green1);
    color:#4B2B89;
}
.btn-success:hover{
    background-color: var(--green2);
    border-color: var(--green2);
}
.btn-outline-success{
    border-color: var(--green1);
    color: var(--green1);
}
.btn-outline-success.outline-white{
    border-color: white;
    color: white;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: unset;
}
.btn-outline-success:hover, .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show>.btn-outline-success.dropdown-toggle {
    background-color: var(--green1);
    color: #0F071C;
    border-color: var(--green1);
}
.btn-outline-success.outline-white:hover, 
.btn-outline-success.outline-white:not(:disabled):not(.disabled).active, 
.btn-outline-success.outline-white:not(:disabled):not(.disabled):active, 
.show>.btn-outline-success.outline-white.dropdown-toggle {
    background-color: white;
    color: dark;
    border-color: white;
}

.bg-theme{
    border-radius: 1.2rem;
    background: #21104A;
    color: white;
}
.navbar-light .navbar-toggler {
    color: transparent;
    border: transparent;
}
.nav-tabs { border-bottom: unset; }
.nav-tabs .nav-link{
    border-radius: 15px;
    border: none;
    padding: 0.2rem 1rem;
    background: var(--purple1);
    color: rgba(var(--blue2-rgb), 0.5);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: var(--blue2);
}

.navbar-right-container{ width:100%; }
.progress{ background-color: rgba(255,255,255,0.3); }
.table-responsive::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table-responsive::-webkit-scrollbar:vertical {
    width: 12px;
}

.table-responsive::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table-responsive::-webkit-scrollbar-track {
    border-radius: 10px;  
    background-color: #ffffff; 
}

@media (max-width:480px)  {
    .navbar-light .navbar-nav{ border-radius:0; }
    .navbar-light .navbar-nav .nav-link{
        position: relative;
        font-size: larger;
        opacity: 0.7;
        padding-left: 2rem;
        padding-right: 2rem;
        display: flex;
        align-items: center;
        line-height: 25px;
    }
    .nav-item-svg{
        margin-right: 1rem;
    }
    .navbar-nav .active>.nav-link::before{
        content: url('../img/adm/chevron-right-white.svg');
        position: absolute;
        left:.25rem;
        top:.55rem;
    }
}

@media (min-width: 1024px /*992*/){
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
}


@media (max-width: 1024px /*992*/) {
      .navbar-collapse{ position: absolute; z-index: 999;}
      .navbar-collapse.show .navbar-nav{ background-color: rgba(15, 7, 28, 0.9); /*rgba(255,255,255,0.965)*/ }
      .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
      }
      .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        width: 75%; max-width:450px; height: auto;
        transition: left 0.35s ease;
        /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
        z-index: 999;
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
      }
      .nav-item{ margin-bottom: 5px; }
      .nav-link{ font-size: 0.8rem; font-weight: 400; }
      .nav-item.active .nav-link{ font-weight: bold; }
}

@media (max-width: 1024px){
    .navbar-right-container{ width: unset; }
}