
@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:#ffff;
    color:#333;
    font-family: 'Exo 2', sans-serif;
    position:relative;
}
.header{
    margin-top:40px;
}
.center{
    width:70%;
    margin:auto;
}
.headerflex{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
.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%;
}
.headertext span{
    font-size:18px;
    font-weight: 600;
}
.headertext p{
    font-size:14px;
    margin-top:5px;
    color:#464646;
    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(3, 80, 196);
}
.close{
    position: absolute;
    top: -20px;
    right: 20px;
    font-size: 24px;
    font-weight: 700;
}
.fakerecords2{
    width:90%;
    margin:auto;
    margin-top:30px;
    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:black;
    font-weight:600;
    padding-top:5px;
}
.fakerecords2 div i{
    font-size:28px;
    color:black;
}
.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: #cf1717;
    border-radius:5px;
    width:90%;
    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:#727272;
    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:#727272;
    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: #cf1717;
    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 #cf1717;
    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%);
    background: rgb(85,148,251);
background: radial-gradient(circle, rgba(85,148,251,1) 19%, rgba(1,72,117,1) 66%, rgba(0,26,50,0.969625350140056) 100%);
    border-top-right-radius: 40px ;
    border-top-left-radius: 40px;;
}
.center{
    width:90%;
    margin:auto;
    display:flex;
    padding: 40px 0;
    flex-direction: column;
}
.info{
    display:flex;
    background-color: #001135;
    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(221, 15, 77);
    width:0%;
    height:10px;
    border-radius:15px;
}
.footer{
    height:1px;
}


.loaderr {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #db3434;
    width: 69px;
    height: 69px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    text-align: center;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    /* width: 40%; */
    margin-left: 81px;
}
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }


  .wait {
    position: absolute;
    top: 50px;
    z-index: 10000;
    margin-left: 12%;
    display: none;
    width: 60%;
}
  .waitcenter {
    width: 100%;
    margin: auto;
    position: relative;
    background-color: white;
    border-radius: 5px;
    padding: 29px;
    text-align: center;
}
  .waitcenter p{
    color: #333;
    font-size: unset !important;
    margin-top: 20px;
  }