
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


*{
    margin:0;
    padding:0;
}
body{
    background-color:#4c595f;
    color:#fff;
    font-family: 'Exo 2', sans-serif;
    position:relative;
}
.header{
    margin-top:30px;
}
.center{
    width:70%;
    margin:auto;
}
.headerflex{
    display:flex;
    justify-content: space-between;
    align-items:center;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
    background: rgb(56, 71, 78);
    
    padding: 10px;

}
.headerimg{
    width:60px;
    height:60px;
}
.headerimg img{
    width:100%;
    height:100%;
    overflow: hidden;
    border-radius: 10px;
    margin-left:20px;
}
.fakerecords{
    display:flex;
    align-items:center;
    padding-top:3px;
}
.headertext{
 padding-left:10px;
 overflow-x: hidden;
 padding-top:15px;
 width:70%;
 color:#fff;
}
.headertext span{
    font-size:18px;
    font-weight: 600;
}
.headertext p{
    font-size:14px;
    margin-top:5px;
    color:#fff;
    font-style: italic;
}
.fakerecords i{
    color:orange;
    font-size:13px;
    padding-left:5px;
    padding-right:5px;
}
.fakerecords p:last-child{
    padding-left:10px;
    color:rgb(26, 178, 249);
}
.close{
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
}
.fakerecords2{
    width:90%;
    margin:auto;
    display:flex;
    justify-content: space-between;
    align-items: center;
    text-align:center;
}
.fakerecords2 div{
    width: 30%;
    margin:auto;
}
.fakerecords2 div p{
    font-size:17px;
    color:#fff;
    font-weight:600;
    padding-top:5px;
}
.fakerecords2 div i{
    font-size:28px;
    color:#38474e;
}
.fakerecords2 span{
    font-weight:600;
    font-size:20px;
}
.fakerecords2 div:nth-child(2) p{
    text-transform:uppercase;
}
hr{
    height: 40px;
    background-color: #dfdfdf;
    width: 0.1px;
    border:0;
}
.button{
    background-color:rgb(56, 71, 78);
    border-radius:5px;
    width:30%;
    color:white;
    text-align:center;
    padding:10px 0px;
    margin:auto;
    margin-top:40px;
    margin-bottom:40px;
}
.description{
    width:90%;
    margin:auto;
    position:relative;
    font-size:18px;
    font-weight:500;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
}
.descriptionheader i{
    position:absolute;
    top:2px;
    right:0;
    color:#727272;
    font-size:22px;
}
.body{
    font-size:14px;
    color:#fff;
    margin-top:20px;
    line-height:150%;
    width:95%;
}
.update{
    margin-top:25px;
}
.update span{
    font-size:16px!important;
    color:#333;
}
.update p{
    padding-top:5px;
}
.rating{
    width:90%;
    margin:auto;
    position:relative;
    font-size:18px;
    font-weight:500;
    border-bottom:1px solid #ddd;
    padding-bottom:20px;
    margin-top:20px;
}
.ratingbody{
    display:flex;
    width:90%;
    margin:auto;
   justify-content: space-between;
   margin-top:20px;
}
.lleft{
    width:40%;
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
    line-height:250%;
	
}
.lleft div{
    display:flex;
}
.lleft div i{
    color:orange;
    font-size:20px;
}
.lleft span{
    font-size:22px;
    font-weight:600;
    color:#333;
}
.lleft p{
    font-size:14px;
    color:#1ab2f9;
    font-style: italic;
}
.rright{
    width:50%;
    margin:auto;
    margin-left:30px;
}
.lwl{
    display:flex;
    align-items:center;
}
.lwl .number{
    line-height:150%;
    font-size:15px;
}
.lwl .progress{
    min-width: 140px;
    background-color:#e8eaed;
    border-radius:10px;
    height:10px;
    margin-left:10px;
}
.lwl .progress .progresscolor{
    width:100%;
    height:100%;
    background-color:rgb(26, 178, 249);
    border-radius:10px;
}
.lwl:nth-child(1) .progress .progresscolor{
    width: 90%;
}
.lwl:nth-child(2) .progress .progresscolor{
    width: 10%;
}
.lwl:nth-child(3) .progress .progresscolor{
    width: 5%;
}
.lwl:nth-child(4) .progress .progresscolor{
    width: 10%;
}
.lwl:nth-child(5) .progress .progresscolor{
    width: 0%;
}
.overlay{
    position:fixed;
    z-index:1000;
    background-color:rgba(0, 0, 0, 0.39);
    width:100%;
    height:100vh;
    top:0;
    display:none;
}
.loader {
    margin:auto;
    text-align:center;
    border: 7px solid #d8d8d8;
    border-radius: 50%;
    border-top: 7px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
    margin-top:100%;
    display:none;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .footer{
    position:fixed;
    z-index:10000;
    bottom:0%;
    width:100%;
    box-shadow: 0 -8px 10px 0 rgb(0 0 0 / 35%);

    border-top-right-radius: 40px ;
    border-top-left-radius: 40px;;
}
.center{
    width:90%;
    margin:auto;
    display:flex;
padding: 40px 0 25px 0;
    flex-direction: column;
}
.info{
    display:flex;
    background-color: #38474e;
    border-radius:10px;
    padding:5% 0px 20px 5%;
    align-items: center;
    color:white;
    margin-bottom:10px;
}
.infoimg{
    width:50px;
}
.infoimg img{
    width:100%;
    border-radius:15px;
}
.infotext{
    margin-left:20px;
    line-height:150%;
}
.infotext span{
    font-size:18px;
    font-weight:500;
}
.infotext p{
    color:#cfcfcf;
    font-size:15px;
}
.progress{
    position:relative;
    margin-top:10px;
}
.details{
    display:flex;
    flex-direction: column;
    color:rgb(189, 189, 189);
    position:absolute;
    right:0px;
    top:-7px;
}
.details span{
    font-weight:600;
}
.details i{

}
.defaultcolor{
    background-color:#c5c5c5;
    width:90%;
    height:10px;
    border-radius:15px;
}
.color{
    background-color:rgb(26, 178, 249);
    width:0%;
    height:10px;
    border-radius:15px;
}
.footer{
    height:1px;
}

.faker{
    margin-top:10px;
    width:90%;
    margin:auto;
    display:flex;
    align-items:center;
    margin-bottom:40px;
        margin-top:10px;
}
.faker input{
    width:75%;
    padding:10px 5px;
    border:1px solid #1ab2f9;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.faker p{
    width:25%;
    background-color:#38474e;
    padding:10px 5px;
    text-align:center;
    color:white;
    border-top-right-radius:5px;
    border-bottom-right-radius:5px;
}
.conversion{
    width:90%;
    margin:auto;
    margin-top:20px;
}
.message{
  padding: 10px 0px;
    font-style: italic;
    font-size: 15px;
    color: #585757dd;
}