@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css');


*{
  font-family: 'Roboto Condensed', sans-serif;

}

body{
    background-color: aliceblue;
    margin: 0;
    padding: 0;
}

.full{
  width: 375px;  
  margin: auto;
  background-color: #f9fdff;
  position: relative;
  height:auto;
  
}
.maincont{
    min-height:400px;
}

.sidenav {
    height: 100vh;
    width: 0;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 0px 2px;
    background: linear-gradient(to right, #fbf7f8, #f7f7ff);
    text-align: center;
}
.add-m{
  background-color: #056927;
  padding: 10px 24px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  color: #fff;
  border: none;
  margin: auto;
}
  .menubar{
    
    display: flex;
    align-items: baseline;
  }
  .sidenav a i{
font-size: 24px;
margin-right: 10px;
  }
  .menubar p{
    font-size: 16px;
    margin-left: 10px;
    text-transform: uppercase;
  }
  .prof{
    display: flex;
    padding-left: 20px;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid orange;
  }
  .prof .round{
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  .prof p{
    margin: 0;
    text-align: left;
  }
  
  .sidenav a {
    padding: 12px 8px 12px 20px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: flex;
    transition: 0.3s;
  }
  .gfgd{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index:1;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .gfgd i{
font-size: 20px;
margin-left: 10px;
color:#000;
  }
  
  .sidenav a:hover {
    color: #868686;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  nav{
  display: flex;
  justify-content: space-around;
  background-color: #04152a;
  padding: 12px;
  position: fixed;
  bottom: 0;
  width: 350px;
}

.nav-item{
  display: flex;
  align-items: center;
  text-decoration: none;
  color: white;
  padding: 12px 16px 6px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0);
  transition:all 0.3s ;
  -webkit-transition:all 0.3s ;
  -moz-transition:all 0.3s ;
  -ms-transition:all 0.3s ;
  -o-transition:all 0.3s ;
}
.nav-item i{
  font-size: 20px;
}

.nav-item span{
  width: 0;
  overflow: hidden;
}

.nav-item:focus{
  position: relative;
  top: -40px;
  color: #fff;
  background: blue;
  font-size: 20px;
  border: 6px solid #fff;
  border-radius: 50%;
  
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 17px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.nav-item:focus i{
  margin-bottom: 6px;
}


.nav-item:focus span{
  width: 100%;
  text-align: center;
    /* transition: .2s; */
    position: absolute;
    top: 75px;
    font-size: 14px;
}

*:focus{
  outline: none;
  border: none;
}
.accordion-zsfds{
  margin: 15px 10px;
  box-shadow: 0 0 4px #ebebeb;
}
.accordion-item .accordion-button{
  background-image: url("images/25861911_geometric_abstract_background_with_connected_dots_and_lines.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 18% 60%;;
}
.accordion-button:not(.collapsed)::after{
  transform: rotate(0deg)!important;
  -webkit-transform: rotate(0deg)!important;
  -moz-transform: rotate(0deg)!important;
  -ms-transform: rotate(0deg)!important;
  -o-transform: rotate(0deg)!important;
}
.accordion-item .accordion-button .hghgdss i{
  margin-right: 8px;
  color: #28b10a;
  padding: 2px;
  border: 1px solid #28b10a;
  border-radius: 50%;
  font-size: 10px;
}
.accordion-item .accordion-button .hghgdss{
color:#000;
}
.line-fgf{
  display: flex;
  align-items: baseline;

}
.line-fgf p{
  margin: 0 5px;
  font-size: 15px;
  color: #000;
  
}
.accordion-body {
  padding: 1rem 1.25rem;
  font-size: 14px;
}
.accordion-zsfds .accordion-button{
  display: block;
  padding: 8px!important;
}

.line-fgf h5{
font-size: 15px;
color: #000;
margin-right: 5px;
font-weight: 800;
}
.line-fgf span{
font-size: 15px;
color:#28b10a;
font-weight: 600;
}
.line-fgf span i{
  font-size: 20px;
  color: #28b10a;
  font-weight: 500;
}
.accordion-zsfds{
position: relative;
}
.accordion-zsfds .bxs-down-arrow{
  position: absolute;
  top: 10px;
  right: 10px;
  color: #04152a;
  }

  .accordion-button:focus {
    z-index: 3;
    border-color: #ffffff!important;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25);
}
  .first1{
    margin: 8px;
  }
  
  #tsum-tabs main {
    min-width: 320px;
    max-width: 800px;
    padding: 15px 8px;
    margin: 0 auto;
  }
  
  #tsum-tabs section {
    display: none;
    padding: 10px 0 0;
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  
  #tsum-tabs input {
    display: none;
  }
  
  #tsum-tabs label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 6px 20px;
    font-weight: 600;
    text-align: center;
    color: #888;
    border: 1px solid transparent;
  
  }
  
  
  #tsum-tabs label:hover {
    color: #575656;
    cursor: pointer;
  }
  
  #tsum-tabs input:checked + label {
    color: #555;
    border: 1px solid #ddd;
    border-top: 5px solid rgb(24, 142, 44);
    border-bottom: 1px solid #fff;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    background-color: #fff;
}
  
  #tsum-tabs #tab1:checked ~ #content1,
  #tsum-tabs #tab2:checked ~ #content2,
  #tsum-tabs #tab3:checked ~ #content3,
  #tsum-tabs #tab4:checked ~ #content4 {
    display: block;
  }
  
 



.message-box{
  background-color: #fff;
  padding: 8px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin: 15px 8px;
  border-left: 6px solid #28b10a;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.section-tit{
  display: flex;
}
.titled{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message-box p{
  font-size: 13px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
}
.section-tit h5{
  font-size: 14px;
  margin-left: 8px;
}
.section-tit img, .crossimg{
  width: 16px;
  height: 16px;
  object-fit: cover;
}
.tabxx i {
  margin-right: 4px;
  color: #28b10a;
  padding: 2px;
  border: 1px solid #28b10a;
  border-radius: 50%;
  font-size: 8px;
  margin-left: 8px;

}
.threesec{
  padding-top: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #888;
}
.firstsec i{
  font-size: 15px;
  color:#28b10a;
}
.tabxx, .first1 h6{
  color:#000;
}
.headsec{
  margin: 8px 8px;
}
.headsec h6, .headsec p{
  margin: 0;
}
.bxsex{
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 8px;
}
.imgbx{
  display: flex;
  margin: 10px 0;
  width: 47%;
 
}
.allbox{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.imgbx h6{
font-size: 16px;
margin-bottom: 4px;
}
.imgbx p{
  font-size: 12px;
}
.imgbx img{
  width:32px;
  height: 32px;
  object-fit: cover;
  margin-right: 10px;
}
.round{
  width: 44px;
  height: 44px;
  background: #28b10a;
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #28b10a;
  padding: 10px;
}
.sideimg{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-top: 1px solid #21252917;
  padding: 15px 0;
}
.sideimg img{
  width:32px;
  height: 32px;
  object-fit: cover;
  margin-right: 10px;
}
.sideimg h6{
  font-size: 16px;
  margin-bottom: 4px;
}
.sideimg p{
  font-size: 12px;
  margin: 0;
}
.sas{
  display: flex;
}

footer{
  position: fixed;
  bottom: 0;
}
:root {
  --bg-default: #222327;
  --primary-white: #fff;
  --primary-red: #28b10a;
}
.homepage {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: var(--bg-default);
}


.tabxxss{
  padding: 3px 10px;
    border: 1px solid #056927;
    border-radius: 5px;
    display: flex;
    align-items: center;
}



/* positions page css start from here */
#pills-tab .nav-link.active{
  background-color: transparent!important;
  border-bottom: 2px solid #28b10a;
  color: #000;
  border-radius: 0!important;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  -ms-border-radius: 0!important;
  -o-border-radius: 0!important;
}
#pills-tab .nav-link{
  font-size: 16px;
}
#pills-tab .nav-item{
  padding: 5px 10px!important;
}

.investorsec{
  margin: 20px 15px 30px;
}
.investorsec .nav-item{
  padding: 0;
}
.investorsec #myTabContent{
  
    border-top: 1px solid #ddd;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.investorsec .nav-link.active{
  color: #555;
    border: 1px solid #ddd;
    border-top: 5px solid rgb(24, 142, 44)!important;
    border-bottom: 1px solid #fff;
    border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
    -moz-border-radius: 8px 8px 0 0;
    -ms-border-radius: 8px 8px 0 0;
    -o-border-radius: 8px 8px 0 0;
    background-color: #fff;
}
.investorsec .nav-link{
  display: inline-block;
  margin: 0 0 -1px;
  padding: 6px 20px;
  font-weight: 600;
  text-align: center;
  color: #888;
  border: 1px solid transparent;
}
.maincon{
  background: rgb(255 255 195 / 26%);
  background-image: url("images/growth-economy-with-coins-concept.jpg");
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    padding: 10px 10px 10px;
}


        .navigation {
  width: 375px;
  height: 70px;
  background: var(--primary-white);
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 0 0;
  padding: 0 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  -webkit-border-radius: 20px 20px 0 0;
  -moz-border-radius: 20px 20px 0 0;
  -ms-border-radius: 20px 20px 0 0;
  -o-border-radius: 20px 20px 0 0;
}
.navigation .listWrap {
  list-style: none;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
}
.navigation .listWrap li {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 1;
}
.navigation .listWrap li a {
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  width: 100%;
}
.navigation .listWrap li a:hover {
  text-decoration: none;
}
.navigation .listWrap li a .icon {
  position: relative;
  display: block;
  line-height: 50px;
  text-align: center;
  transition: 0.5s;
  color: var(--bg-default);
  padding-top: 10px;
}
.navigation .listWrap li a .icon ion-icon {
  font-size: 24px;
}
.navigation .listWrap li a .text {
  position: absolute;
  color: var(--bg-default);
  font-weight: 500;
 font-size: 14px;
  transition: 0.5s;
  transform: translateY(20px);
  opacity: 1;
  z-index: 1;
  padding-top: 30px;
}
 .navigation .listWrap li.active a .icon {
  color: var(--primary-white);
  transform: translateY(-36px);
  -webkit-transform: translateY(-36px);
  -moz-transform: translateY(-36px);
  -ms-transform: translateY(-36px);
  -o-transform: translateY(-36px);
}
.navigation .listWrap li.active a .text {
  opacity: 1;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.navigation .listWrap li.indicator {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -50%;
  border-radius: 50%;
  border: 5px solid #ecececbd;
  background: var(--primary-red);
  transition: 0.3s;
  z-index: 0;
  
  
}

.navigation .listWrap li.indicator:before {
  left: -22px;
  box-shadow: 1px -10px 0 0 var(--bg-default);
  border-top-right-radius: 20px;
}
.navigation .listWrap li:nth-child(1).active ~ .indicator {
  transform: translateX(calc(50px * 0 + -4px));
  -webkit-transform: translateX(calc(50px * 0 + -4px));
  -moz-transform: translateX(calc(50px * 0 + -4px));
  -ms-transform: translateX(calc(50px * 0 + -4px));
  -o-transform: translateX(calc(50px * 0 + -4px));
  
}
.navigation .listWrap li:nth-child(2).active ~ .indicator {
  transform: translateX(calc(59px * 1 + (5px * 2)));
  -webkit-transform: translateX(calc(59px * 1 + (5px * 2)));
  -moz-transform: translateX(calc(59px * 1 + (5px * 2)));
  -ms-transform: translateX(calc(59px * 1 + (5px * 2)));
  -o-transform: translateX(calc(59px * 1 + (5px * 2)));
  
}
.navigation .listWrap li:nth-child(3).active ~ .indicator {
  transform: translateX(calc(61px * 2 + (5px * 4) + 1px));
  -webkit-transform: translateX(calc(61px * 2 + (5px * 4) + 1px));
  -moz-transform: translateX(calc(61px * 2 + (5px * 4) + 1px));
  -ms-transform: translateX(calc(61px * 2 + (5px * 4) + 1px));
  -o-transform: translateX(calc(61px * 2 + (5px * 4) + 1px));
  
}
.navigation .listWrap li:nth-child(4).active ~ .indicator {
  transform: translateX(calc(62px * 3 + (5px * 6) + 1px));
  -webkit-transform: translateX(calc(62px * 3 + (5px * 6) + 1px));
  -moz-transform: translateX(calc(62px * 3 + (5px * 6) + 1px));
  -ms-transform: translateX(calc(62px * 3 + (5px * 6) + 1px));
  -o-transform: translateX(calc(62px * 3 + (5px * 6) + 1px));
 
}
.navigation .listWrap li:nth-child(5).active ~ .indicator {
  transform: translateX(calc(63px * 4 + (5px * 8) + -2px));
  -webkit-transform: translateX(calc(63px * 4 + (5px * 8) + -2px));
  -moz-transform: translateX(calc(63px * 4 + (5px * 8) + -2px));
  -ms-transform: translateX(calc(63px * 4 + (5px * 8) + -2px));
  -o-transform: translateX(calc(63px * 4 + (5px * 8) + -2px));
  
}

.maincon ul{
padding: 0;
list-style: none;
}
.maincon ul li{
margin: 10px 0;
font-size: 14px;
}
.maincon h2{
  color: #fbc932;
  font-weight: 800;
  font-size: 24px;
  margin-bottom: 20px;
}
.maincon img{
  width: 20px;
    height: 20px;
    object-fit: cover;
    margin-right: 4px;
}
.btmsect{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  background-color: #fff;
}
.dssadd{
  display: flex;
  align-items: center;
}
.dssadd img{
  width: 30px;
  height: 30px;
  object-fit: cover;
  margin-right: 8px;
}
.dssadd p{
  font-size: 14px;
  margin: 0;
}
.btmsect a{
  background-color: #28b10a;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.mmovers{
  margin: 30px 15px 15px 15px;
}
.movercon{
  background-color: #fff;
  padding: 15px 10px 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin: 15px 15px 100px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.movercon a{
  background-color: #585858;
  padding: 8px 12px;
  font-size: 14px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
.markettab{
  margin-top: 20px;
}
#marketmovers .nav-item {
  padding: 5px 0px!important;
}
#marketmovers .nav-link{
  padding: 0 15px!important;
  color: #000;
}
#marketmovers .nav-link.active{
  font-weight: 800;
}
.sds{

}
.sds h5{
font-size: 15px;
font-weight: 600;
}
.sdaw{
  border-bottom: 1px solid #dedede;
}
.sdaw p{
font-size: 13px;
opacity: 0.8;
margin-bottom: 5px;
}
.sdaw span {
  font-size: 13px;
  color: #28b10a;
  
}
.as{
  margin: 15px 0;
}
.sdsdf h5{
  font-size: 12px;
  font-weight: 500;
  }
  
  
 
 
  

