@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.9.1/font/bootstrap-icons.css");


body{
    overflow-x:hidden;
}
.main{
    height:100%;
}
::-webkit-scrollbar {
    margin:0;
    padding:0;
    top:0;
    width: 2px;
    height: 1px;
}
::-webkit-scrollbar-button {
    background: #229496;
    ;
}
::-webkit-scrollbar-track-piece {
    background:#39babc;
    margin:0;
    padding:0;
    top:0;
}
::-webkit-scrollbar-thumb {
    background:#14e5e9;
}
.left-col{
    position:fixed;
    scrollbar-width: thin;
    left:0; 
    width:15%;
    height:100%;
    background-color:#222;
    padding-bottom:15px;
    overflow-y:scroll;
}
.logo{
    max-width:200px;
    margin:0 auto;
    padding:25px;
	border-bottom: 1px solid #2fbacb; 
}
.left-col .connect-wallet{
    margin:0 auto;
    display:flex;
    justify-content:center;
    
}
.left-col .connect-wallet .wallet-button{
    margin:0 auto;
    display:flex;
    justify-content:center;
    background-color:#39babc;
    transition:.3s ease-in-out;
}
.left-col .connect-wallet .wallet-button:hover{
    background-color:#237b7c;
    border-color:#237b7c;
}
.left-menu{
    padding:0px 15px;
    display:flex;
    justify-content:center;
    margin-top:25px;
}
.left-menu ul.primary-menu{
    list-style:none;
    margin:0;
    padding:0;    
}
.left-menu ul.primary-menu li{
    list-style:none;
    margin:0;
    padding:0;    
}
.left-menu ul.primary-menu li a{
    text-decoration:none;
    font-size:16px;
    font-weight:bold;
    color:#fff;
    display:block;
    padding:5px 0px;
}
.left-menu ul.secondary-menu{
    list-style:none;
    margin:0;
    padding:0;    
}
.left-menu ul.secondary-menu li{
    list-style:none;
    margin:0px;
    padding:0;
}
.left-menu ul.secondary-menu li a{
    text-decoration:none;
    font-size:16px;
    font-weight:normal;
    color:#858585;
    display:block;
    padding:5px 0px;
}
.left-menu ul.secondary-menu li a.active{
    color:#39babc;
}
.left-menu ul.secondary-menu li a.active::before{
    content:'o';
    margin-right:5px;
    font-weight:bold;
}
.left-menu ul.secondary-menu li a:hover{
    color:#39babc;
}
.right-col{
    position:absolute;
    right:0;
    width:85%;
    height:110vh;
    display:flex;
    align-items:center;
    justify-content:center;
}
@media (max-width:576px){
    .right-col{
        width:100%;
        height:110vh;
        position:relative;
    }
}
.right-col h1{
    font-size:30px;
    text-align:center;
}

.right-col2{
    position:absolute;
    right:0;
    width:85%;
    height:120vh;
    display:flex;
    align-items:center;
    justify-content:center;
}
@media (max-width:576px){
    .right-col2{
        width:100%;
        height:120vh;
        position:relative;
    }
}
.right-col2 h1{
    font-size:30px;
    text-align:center;
}


.card-header{
    background-color:#39babc;
    border-bottom:3px solid #ccc;;
}
.card-header h1{
    margin:0;
    padding:0;
    font-size:20px;
    color:#fff;
}
.wallets{
    width: 327px;
    display: flex;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #237b7c;
    margin: 0 auto;
}
.wallets-1, .wallets-2{
    padding:3px;
}
.wallets button{
    padding: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#fff;
    background: #39babc;
    width: 100%;
    margin: 5px;
    border: 1px solid #39babc;
    transition:.3s ease-in-out;
}
.wallets button:hover{
    background-color:#237b7c;
    border-color:#237b7c;
    color:#fff;
}
.center{
    margin:0 auto;
    background-color:#fff;
}
.center2{
    width:100%;
    max-width:700px;
    padding:15px;
    margin:0 auto;
    padding-bottom: 15px;
    background-color:#fff;
}
.center-white{
    width:100%;
    height:100vh;
    margin:0 auto;
    background-color:#fff;
    padding:20px 30px;
}
.center-turquoise{
    width:100%;
    height:100%;
    margin:0 auto;
    background-color:#39babc;
}
.right-col .box{
    margin-top:20px;
    background-color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    font-weight:bold;
    font-size:22px;
    padding:10px 23px;
    border:2px solid #ccc;
    border-radius:7px;
}
.token-body{
    display: flex;
    align-items: center;
    justify-content: center;
}
.token-box h1{
    font-size:30px;
    text-align:center;
}
.token-box-button a{
    text-decoration:none;
}
.token-box-button .btn{
    font-size:15px;
    font-weight:bold;
    padding:7px 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #39babc;
    width: 100%;
    margin: 5px;
    border: 1px solid #39babc;  
    color:#fff;
    margin:0 auto;
    margin-top:15px;
}
.token-box-button .btn:hover{
    background:#237b7c;
    color:#fff;
    border: 1px solid #fff;  
}
.information-box{
    max-width:400px;
    margin:0 auto;
    display:block;
    text-align:center;
    font-size:15px;
}
.information-box h3{
    font-size:15px;
    text-align:center;
    border:1px solid #ccc;
    border-radius:7px;
    padding:5px 7px;
}
.information-box .icon{
    width:32px;
    float:left;
}
.information-box .icon .bi{
    color:#39babc;
}
.btn-primary{
    background-color:#39babc;
    border-color:#39babc;
}
.token-sale-box .form-control{
    margin-top:10px;
    text-align:center;
}
.token-sale-box .form-control label{
    font-weight:bold;
}
.modal-header{
    background: #237b7c;
    color: #fff;
}
.modal-header h1{
    font-size:20px;
    color: #fff;
}
.modal-footer .btn{
    margin:0 auto;
    width: 100%;
}
.modal-footer .btn:hover{
    background: #237b7c;
    border-color:#237b7c;

}
.modal-header .btn-close{
    color:#fff;
}
.project-box{
    border:1px solid #ccc;
    border-radius:7px;
    margin-top:25px;
    min-width:250px;
    padding-bottom:15px;
    margin-left:0px;
    margin-right:0px;
}
@media (max-width:576px){
    .project-box{
        margin-left:0;
        margin-right:0;
    }
}
.project-box .project-header{
    font-size:20px;
    font-weight:bold;
    text-align:center;
    border-bottom:3px solid #ccc;
    padding-top:5px;
    padding-bottom:5px;
    background-color:#39babc;
    color:#fff;
}
.project-content{
    margin:20px 0px;
}
.project-content span{
    display:block;
    font-weight:bold;
    font-size:15px;
    text-align:center;
    padding:7px 0px;
}
.project-box .project-footer{
    display:block;
    width:100%;
}
.project-box .project-footer .btn{
    width:180px;
    display:block;
    margin:0 auto;
    margin-top:5px;
}
.project-box .project-footer .btn:hover{
    background-color:#237b7c;
    border-color:#237b7c;
}
.project-name-info .box{
    font-size:14px;
    font-weight:bold;
}
.mobil-header{
    background-color:#222;
}
.mobil-header .logo{
    padding:0;
    float:left;
    margin:0;
    max-width:150px;
    padding:10px;
}
.mobil-header .container{
    max-width:100%!important;
}
.mobil-header .dropdown ul span{
    margin-left:10px;
    font-size:13px;
    font-weight:bold;
    margin-top:10px;
}
.mobil-header .dropdown ul .dropdown-item{
    font-size:12px;
}
.mobil-header .header-buttons{
    padding:4px 0px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.mobil-header .header-buttons .dropdown .dropdown-toggle{
    font-size:11px;
}
.mobil-header .header-buttons .connect-wallet .wallet-button{
    font-size:11px;
}
#msform {

    text-align: center;
    position: relative;
    margin-top: 30px;
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 8px;
    padding: 20px 30px;
    box-sizing: border-box;
    width:80%;
    margin:0 10%;
    position: relative;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}
#msform input, #msform textarea {
    padding: 15px;
    border:2px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: Arial;
    color: #229496;
    font-size: 13px;
}

#msform input:focus, #msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #39babc;
    outline-width: 0;
    transition: All 0.5s ease-in;
    -webkit-transition: All 0.5s ease-in;
    -moz-transition: All 0.5s ease-in;
    -o-transition: All 0.5s ease-in;
}
#msform .action-button {
    width: 100px;
    background: #39babc;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button:hover, #msform .action-button:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #39babc;
}

#msform .action-button-previous {
    width: 100px;
    background: #aCbEd0;
    font-weight: bold;
    color: white;
    border: 0 none;
    border-radius: 25px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#msform .action-button-previous:hover, #msform .action-button-previous:focus {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #aCbEd0;
}
.fs-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #2C3E50;
    margin-bottom: 10px;
    letter-spacing: 2px;
    font-weight: bold;
}
.fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}
#progressbar {
    position:relative;
    z-index:1;
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: #666;
    text-transform: uppercase;
    font-size: 9px;
    width:25%;
    float: left;
    position: relative;
    letter-spacing: 1px;
}
#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 44px;
    height: 44px;
    line-height: 46px;
    font-weight: bold;
	
    display: block;
    font-size: 12px;
    color: #333;
    background: white;
    border-radius: 25px;
    margin: 0 auto 10px auto;
	
	margin-top:-10px;
	font-size:20px;
	
}
#progressbar li:after {
    content: '';
    width: 100%;
    height: 5px;
    background:#e5e5e5;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#progressbar li:first-child:after {
    content: none;
}
#progressbar li.active:before, #progressbar li.active:after {
    font-size:20px;
	background: #087f81;
    color: white;
}
footer{
    position:relative;
    margin-top:50px;
    left:0;
    right:0;
    bottom:0;
    padding:10px;
    background-color:transparent;
    font-weight:bold;
    font-size:14px;
    color:#000;
    text-align:center;
    width:100%;
	display: none;
}
.mt50{
    margin-top:50px;
}