@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

: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: #F3EFEE;
	font-family: Montserrat, Arial, Helvetica, sans-serif; font-size: 12px;
}
body:not(.landing-page){    margin-bottom: 230px; /*248px;*/ }
main{
	margin: 0 auto;
    overflow: hidden;
    padding: 0 0.5rem;
}
main:not(.container){
    max-width: 450px !important;
}

a{ color: var(--blue1); }
.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; }
.rounded-big{ border-radius: 1.2rem; }
.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%);
}
.nav-item.active .nav-item-svg{
    filter: invert(53%) sepia(65%) saturate(1240%) hue-rotate(12deg) brightness(108%) contrast(109%);
}
/*.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 ---*/
/*.container{
    font-size: 1.1rem;
}*/
.font-size-small{ font-size: 0.7rem; }
.index-block{ /*min-height: 70vh; */ border-bottom: solid 1px #000; margin-top:5rem !important; padding-bottom: 5rem /*2rem*/; box-sizing: border-box;}
.index-block.index-block1{ height: calc(100vh - 71.5px - 32px); }
h2{
    font-size: 1rem;
    color: #181A20;
    padding: .25rem 1rem;
}
h2.index-title{
    /*font-size: 2.5rem;*/
    padding: .25rem 0;
    font-weight: 400;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    letter-spacing: .5px;
    background: #000;
    display: inline-flex;
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 20px;
}
.index-subtitle{ font-size: 2.5rem; }
.index-subtitle b{
    padding-left: 8px;
    padding-right: 8px;
    color: #fff; 
    background: #000; 
    padding-bottom: 5px;
}
.index-col-title{  font-size: 1rem; }
.index-col-title>span{ /*background: #000;*/ color: #fff; padding-bottom: 3px; /*padding-left: 1rem; padding-right: 1rem;*/ line-height: 1.5rem; border-radius: 15px; font-weight: 600;}
.index-col-title2{
    font-size: 1.2rem;
    font-weight: 600;
    border-bottom: solid 1px #000;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
.index-col-title-big{
    font-size: 30rem;
    position: absolute;
    z-index: -1;
    font-weight: 400;
    opacity: 0; /*0.3*/
    top: -14rem;
    right: -9rem;
    color: white;
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    transition: color .5s;
}
.index-col:hover .index-col-title-big{ color: #ccc; }
.index-col{   
    position: relative;  
    transition: background .5s, backdrop-filter .5s;
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    overflow: hidden;
}
.index-col:hover{ background: rgba(255, 255, 255, 0.7); backdrop-filter: blur(1px); }
.index-col.bg-primary{
    background: rgba(0, 123, 255, 0.1) !important;
}
.index-col.bg-primary:hover{
    background: rgba(0, 123, 255, 0.25) !important;
}
.index-col.bg-danger{
    background: rgba(220, 53, 69, 0.1) !important;
}
.index-col.bg-danger:hover{
    background: rgba(220, 53, 69, 0.25) !important;
}
.index-package-title{
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
}
.index-package-desc{ font-size: 13px; }
.subtitle-link{
    background: rgba(0, 0, 0, 0.1);
    padding: .25rem 1rem;
    border-radius: .5rem;
    color: rgba(0, 0, 0, 0.5);

}
.subtitle-link:hover{
    background: #F7A600;
    color: rgba(0,0,0,1);
    text-decoration: none;
}
.opacity-50{ opacity: .5; }
.opacity-70{ opacity: .7; }

.index-table:not(.bg-transparent):has(tr > *:nth-child(2):hover) tr > *:nth-child(2)>span,
.index-table:not(.bg-transparent):has(tr > *:nth-child(3):hover) tr > *:nth-child(3)>span {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(1px);
}
.index-table{
    border-collapse: collapse;
}
.index-table th, .index-table td{
    padding: 0;
    position: relative;
}
.index-table th{ font-weight: 600;}
.index-table th>span, .index-table td>span{ 
    display: block;
    margin-left: .5rem;
    margin-right: .5rem;
    padding: .75rem;
}

.index-table tr > th:nth-child(2)>span,
.index-table tr > th:nth-child(3)>span{
    position: relative;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.index-table tr > th:nth-child(2)>span::after,
.index-table tr > th:nth-child(3)>span::after{
    content: ' ';
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 10%;
    width: 80%;
    height: .5px;
    background: rgba(0,0,0,0.5);
}
.index-table tr:hover {
  color: var(--primary);
}
.last-td>span{
    padding-bottom: 2rem !important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.index-table:not(.bg-transparent) tr > *:nth-child(2)>span,
.index-table:not(.bg-transparent) tr > *:nth-child(3)>span{ 
    background: rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    transition: background .5s, backdrop-filter .5s;
}
.index-fig-item{
    display: flex;
    justify-content: start;
    align-items: center;
    padding-top: 1.25rem; padding-bottom: 1.25rem;
    /*border-bottom: solid 1px #000;*/
}
.index-fig-item-img{
    width: 30px;
    margin-right: 1rem;
}
.index-fig-item-content{
    display: flex;
    flex-direction: column;
}
.index-fig-item big{
    font-size: 1.5rem;
    font-weight: 600;
}
.index-fig-item-badge{
    padding: .25rem .5rem;
    font-size: 10px;
    font-weight: normal;
}
.index-fig-item-caption{
    opacity: 0.75;
}

/*--- Dashboard ---*/
.dashboard-highlight, .dashboard-highlight2{
    background: rgb(255,229,52);
    background: linear-gradient(172deg, rgba(255,229,52,1) 0%, rgba(255,179,0,1) 100%);
	color: #181A20;
    position: relative;
    z-index: 2;
}
.dashboard-highlight2{ 
    /*background: linear-gradient(#006AE9, #0549C1);*/ 
    background: #181A20;
    color: white;
}
.dashboard-highlight.rounded, .dashboard-highlight2.rounded{ border-radius: 1.2rem !important; }
#ncoin-figure img{ /*opacity: 0.5;*/ }
#ncoin-figure:hover img{ opacity: 1; }
#ncoin-figure img:not(.active){ display: none; }
#ncoin-figure img.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: #181A20; text-decoration: none;}
.dashboard-quicklink a:hover .text-secondary{ color: white !important; }
.dashboard-quicklink-img-wrap{
    margin-bottom: .25rem;
    background: white; /*#F7A600*/
    border-radius: 10px;
    width: 40px; height: 40px;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dashboard-quicklink a:hover .dashboard-quicklink-img-wrap{ background: #F7A600; }

.dashboard-subtitle{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.dashboard-subtitle b{ font-size: 14px; }

.dashboard-product-countdown{
	margin-bottom: .25rem;
	color: white; /*var(--orange3)*/
	background: #dc3545;
    border: solid 1px #dc3545;
	font-size: 10px;
	display: inline-flex;
	align-items: center;
	padding: .15rem .5rem;
    border-radius: .75rem;
    line-height: 13.6px;
}
.dashboard-product-section1{ 
	/*border-left: solid 3px var(--purple2);
    padding-left: 0.5rem;*/
}

.dashboard-product-subtitle{ 
    font-size: larger; /*15px*/ color: #181A20; /*var(--blue2)*/ 
    font-weight:400; 
    /*line-height:34px;*/
    margin-bottom: .25rem;
}
.dashboard-product-price{
	color: #181A20; /*var(--green1)*/
	font-size: 1.4rem; /*15px*/
    font-weight: 600;
	/*font-weight: bold;*/
}
.dashboard-product-link{
    padding: .5rem;
    background: #F0F0F0;
    border-radius: 5px;
    text-align: center;
    color: #181A20;
    display: flex;
    align-items: center;
}
.dashboard-product-link:hover{
    color: #181A20;
    background: #F7A600;
}

.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(--blue2);
	padding: 15px 0;
}
.content-header a{ color: var(--blue1); }
.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(0,0,0,0.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: #181A20;
    font-weight: 600;
    opacity: 0.5;
    padding: .25rem 1rem;
    margin-right: .5rem;
}
.tablist .nav-link.active{
    position: relative;
    background-color: transparent;
    color: #181A20;
    opacity: 1;
}
.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{
    background: #EEF1F0;
    border-radius: 1.2rem;
    padding: 1rem;
}
.list-group-rounded .list-group-item{
    border-radius: 1.2rem;
    background: white;
    border-color: transparent;
    padding: .75rem 1rem;
}
.list-group-rounded .list-group-item:not(:last-child){ margin-bottom: .25rem; }
.list-group-rounded .list-group-item:hover{   background: rgba(255, 255, 255, 0.4);}
/*.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;
}*/
.list-group-item-subtitle{
    font-weight: 600;
    color: rgba(0, 0, 0, 0.6);
}
.list-group-item-price{
    font-size: 1rem;
    font-weight: 700;
}
.list-group-item .badge{
    padding: .25rem .5rem;
    border-radius: 1rem;
    font-size: 0.8rem;
    font-weight: 600;
}
.badge-light{
    color: rgba(0, 0, 0, 0.6);
    background-color: #d9d9d9;
}

/*--- 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) {
    .index-block.index-block1{
        height: auto;
    }
      .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;}
.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;}
.modal-header .close span{ font-weight: 400; }
.modal-content{ 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;
    width: 100%;
    /*height: 248px;*/
}
body:not(.landing-page) footer{
    position: absolute;
    z-index: 2;
    bottom: 0;
}
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: #181A20;
    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 !important; }
.grid-wrapper-2, .grid-wrapper-4{
    display: grid;
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    column-gap: 10px;
}

/*--- -Bootstrap --*/
.navbar.navbar-light{
    background: #181A20;
    margin: 1rem;
    border-radius: 1rem;
}
.navbar-light .navbar-nav{
    font-size: 14px;
    background: #181A20;
    border-radius: 10px;
    padding: 10px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: white; /*rgba(41,64,70,.9)*/
    opacity: 1;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #F7A600;
}
.nav-item:hover .nav-item-svg{
    filter: invert(53%) sepia(65%) saturate(1240%) hue-rotate(12deg) brightness(108%) contrast(109%);
}
.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: #F7A600;
    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-group-lg>.btn, .btn-lg{ font-size: 1.25rem; }
/*.btn-lg{ padding-top: 1.2rem; padding-bottom: 1.2rem; }*/
.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 a:hover{ color:white !important; }
.dashboard-highlight2 .btn-light{
    background: white;
    color: #181A20;
}
.dashboard-highlight2 .btn-light:hover{ 
    background: #F7A600;
    color: #181A20; 
}
.dashboard-highlight2 .btn-outline-light:hover{
    background: transparent;
    color: #F7A600 !important;
    border-color: #F7A600;
}
.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: #F7A600;
    color: dark;
    border-color: #F7A600;
}
.btn-dark {
    color: #fff;
    background-color: #181A20;
    border-color: #181A20;
}
.btn-outline-dark {
    color: #181A20;
    border-color: #181A20;
}
.btn-outline-dark:hover {
    background-color: #181A20;
    border-color: #181A20;
}
#btn-lang{
    color: white;
}
#btn-lang:hover{
    color: #F7A600 !important;
}
label{
    font-weight: 500;
    font-size: 0.9rem;
    opacity: 1;
    padding: 0 1rem;
    margin-bottom: .25rem;
    color:#888;
}
.form-control{
    border-radius: 10px; /*18px*/
    border-color: transparent;
    border-width: 5px;
    background: rgba(255, 255, 255, 0.7);
    padding: .75rem 1rem;
    height: unset;
}
.form-control:hover{
    border-color: rgba(0, 0, 0, 0.06);
}
.input-group-text{
    padding-left: 1rem; padding-right: 1rem;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.7);
    border-top-left-radius: 10px; /*18px*/
    border-bottom-left-radius: 10px; /*18px*/
}
.bg-theme{
    background: #EEF1F0;
    border-radius: 1.2rem !important;
    padding: 1rem !important;
    font-size: 0.9rem;
}
.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; 
}

/*Toggle Switch*/
/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 31.6px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 2.8px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #ffc107;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ffc107;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}
.switch::before{
    font-family: 'FontAwesome';
    content: "\f185";
    font-weight: 900;
    color: black;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    z-index: 100;
    top: 5.8px;
    right: 5px;
}
.dark-mode{
    & .switch::before{
          content: "\f186";
          left: 12px;
    }
}

@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;
    }
    .index-block{ height: unset; }
    .index-subtitle{ font-size: 1.8rem; }
    .index-col{
        background: rgba(255,255,255,0.4);
    }
}

@media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}


@media (max-width: 992px) {
      .navbar-collapse{ position: absolute; z-index: 999;}
      .navbar-collapse.show .navbar-nav{ background-color: rgba(0,0,0, 0.5) !important; /*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%; 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; }
      .navbar-right-container{ width: unset; }
}