﻿/* @import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap"); */
html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
*{
    box-sizing: border-box;
    font-family: sans-serif,Tahoma,verdana;
}
a{
    text-decoration: none;
    color: #000;
}
.contain{
    padding: 58px 6%;
}
.banner,.ban-txt,.sf{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #1564bf;
    color: #efefef;
}

.banner{
    padding: 60px 8%;
    position: relative
}
.sf{
    width: 100%;
}
.sf input[type='text']{
    padding: 7px 12px;
    height: 32px;
    border: none;
    outline: none;
    border-radius: 5px 0 0 5px;
    width: 70%;
    max-width: 600px;
    font-size: 16px;
    box-sizing: unset;
}
.sf button{
    display: inline-block;
    padding: 7px;
    height: 46px;
    width: 56px;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0 ;
    font-size: 14px;
    cursor: pointer;
}
.sf button i{
    font-size: 18px;
    color: #1564bf;
}
.ban-txt{
    width: 100%;
}
.ban-txt p{
    line-height: 1.5em;
    font-size: 18px;
}
.tsec{
    overflow-x: auto;
    border-radius: 3px;
}
.cln{
    border-collapse: collapse;
    width: 100%;
}
.cln td{
    padding: 20px 4px;
    text-transform: capitalize;
}
.cln td:nth-child(odd){
    font-size: 16px;
    font-weight: 600;
}
.cln td:nth-child(even){
    font-size: 16px;
    font-weight: 600;
    color: #003300;
}

.cln tr:nth-child(odd){
    background-color: #5e91f2;
}
.cln tr:nth-child(even){
    background-color: #eee;
}

.chart-sec {
    position: relative;
	background: #eee;
	color: #000;
	border-radius: 3px;
	padding: 20px;
	width: 100%;
	height:450px;
    margin: 10px 0px;
    display: inline-block;
    text-align: center;
}
.chart-sec .title{
    text-transform: capitalize;
}

.last14days-stats {
    position: relative;
	white-space: nowrap;
    width: 100%;
    height: 350px;
}


/* SCROLL BAR STYLE (ONLY WORKS IN CHROME) */
/* Width */
/* ::-webkit-scrollbar {
	height: 5px;
	width: 100%;
} */

/* Track */
::-webkit-scrollbar-track {
	background: #444e80;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #abafc6;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background: #5397d6;
}

.month-group {
	cursor: pointer;
	max-width: 34px;
	height: 180px;
	margin: 10px;
	display: inline-block;
    text-align: center;
    position: relative;
}
.month-group > span:first-child{
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
}


.bar {
    display: inline-block;
	background-color: #BF6E45;
	width: 35px;
	border-radius: 3px 3px 0 0;
	margin-bottom: 10px;
}

.month-group:hover .bar,
.selected .bar {
	background: #1564bf;
}

.month-group:hover p,
.selected p {
	color: #1564bf;
}

.month{
    transform: rotateZ(30deg);
}


.circle:nth-child(4) {
	stroke: #4cc790;
}

.graph-container p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.info p {
	margin-bottom: 10px;
}

.info span {
	color: #fff;
}
.latests{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.col{
    width: 49.5%;
    margin-bottom: 55px;
    align-self: stretch;
    overflow: hidden;
    background: aliceblue;
    border-radius: 3px;
    border: 1px solid #eee;
}
.col h4{
    margin: 0;
    padding: 25px;
    background-color: #eee;
    color: #1564bf;
}
.lbs,.lts{
    max-height: 500px;
    overflow-y: auto;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
}
.lts-item,.lbs-item{
    width: 100%;
    padding: 15px 12px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: all .25s;
    border-bottom: 1px solid #eee;
}


/* .lts-item:nth-child(odd),.lbs-item:nth-child(odd){
background-color: #eee;
}
.lts-item:nth-child(even),.lbs-item:nth-child(even){
    background-color: #BFD7ED;
    } */
.lts-item:hover,.lbs-item:hover{
    background-color: #5e91f2;
}
.more{
    background-color: #1564bf;
    color: #fff;
    align-self: flex-end;
    margin: 15px auto;
    /* margin-top: 20.7%; */
    text-align: center;
    width: 160px;
    border-radius: 40px;
 
}
.more span{
    margin: auto;
}
.more:hover{
    background-color: #444e80;
}
.part{
    width: 33.3%;
    text-align: left;
}

.ellipsis {
    text-overflow: ellipsis;
    max-width: calc(100% - 60px);
    display: inline-block;
    overflow: hidden;
}

.part:last-child{
    width: 62%;
}
.part > div{
    margin-bottom: 12px;
}
.part > span{
    color: green;
    font-weight: 500;
}
.part div > span:nth-child(2){
color: #1564bf;
}

.lts-part > div > span{
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width:calc(100% - 60px) ;
    color: green;
}
.lts-part > div > span:first-child{
    color: #000;
    margin: 0 6px;
}
.lts-part > div:nth-child(2) > span:nth-child(2){
    color: red;
}
.lts-part > p{
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 10px);
    color: #1564bf;
}
.lts-part{
    width: 61%;
}
.lts-part > span{
    color: green;
    display: inline-block;
    text-align: center;
  width: 100%;
}



footer{
    background: #333;
    height: auto;
    width: 100%;
    padding-top: 20px;
    color: #fff;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.footer-content h3{
    font-size: 2rem;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 3rem;
}
.footer-content p{
    max-width: 600px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
    color: #cacdd2;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff;
    border: 1.1px solid white;
    padding: 5px;

    border-radius: 50%;

}
.socials a i{
    font-size: 1.1rem;
    width: 20px;


    transition: color .4s ease;

}
.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #111;
    width: 100%;
    padding: 10px;
padding-bottom: 50px;
    text-align: center;
}
.footer-bottom p{
float: left;
    font-size: 14px;
    word-spacing: 2px;
    width: 100%;
    text-transform: capitalize;
}
.footer-bottom p a{
  color:#44bae8;
  font-size: 16px;
  text-decoration: none;
}
.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;
}
.footer-menu{
  float: right;

}
.footer-menu ul{
  display: flex;
}
.footer-menu ul li{
padding-right: 10px;
display: block;
}
.footer-menu ul li a{
  color: #cfd2d6;
  text-decoration: none;
}
.footer-menu ul li a:hover{
  color: #27bcda;
}
.hicon{
    float: left;
    width: 26px;
    margin: 0 20px;

}
.wallet-tbl{
    border-collapse: collapse;
    width: 100%;
    background: #eee;
    margin-top: 16px;
    margin-bottom: 30px;
}
.wallet-tbl,td,th{
    border: 1px solid #fff;
}
.wallet-tbl td,th{
    text-align: start;
    padding: 12px 16px;
}
.wallet-tbl th{
    width: 200px;
}
.backbtn{
    left: 30px;
    top: 30px;
    color: #1564bf;
    background: #fff;
    border: none;
    padding:8px 12px;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
    position: absolute
}
.backbtn i{
    font-size: 18px;
}
.part div span:nth-child(1),.lts-part div span:nth-child(1){
    text-transform: capitalize
}
/* .lts-part:nth-child(1){min-width: 150px;}
.lts-part:nth-child(2){min-width: 250px;}
.lts-part:nth-child(3){min-width: 150px;} */

.ltsp1{flex: 1;max-width: 33%;}
.ltsp2{flex: 1;max-width: 33%;}
.ltsp3{flex: 1;max-width: 33%;}
.ltsp4{width: 100%;}


.alert-con{
    top: 0;
    left: 0;
    position: fixed;
    background: #00000077;
    width: 100%;
    height: 100%;
    z-index: 100;
}
#alert{
    display: none;
}
.alert{
    background: #fff;
    border-radius: 13px;
    max-width: 350px;
    padding: 20px 30px;
    margin: auto;
    margin-top: 10%
}
.alert p{
    margin-top: 40px;
    margin-bottom: 20px;
}
.btnclose{
    float: right;
    background: #F44336;
    color: #fff;
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.btnok{
    background: #1564bf;
    color: #fff;
    padding: 10px 28px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.btnok:hover{
    background: #135bad;
}


@media (max-width:900px) {
.col{
    width: 100%;
}
    }
@media (max-width:500px) {
.footer-menu ul{
  display: flex;
  margin-top: 10px;
  margin-bottom: 20px;
}
}
