* {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
}
.swiper-wrapper {
    z-index: 0 !important;
}
.content {
    height: 100%;
}
.topicblocks{
    width:100%;
    height:100%;
    background-color:white;
    opacity:0.15;
}
.swiper-container {
    z-index: 0 !important;
    width: 100%;
    height: 100%;
}
#chartframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: white;
    display: none;
    flex-direction: column;
}
.conansrimg {
    height: 40px;
    margin-top: 5px;
    max-width:calc(100% - 10px);
    position: relative;
}
#charframetopper {
    position: relative;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
}
#myChart {
    display: flex;
    position: relative;
    width: calc(100vw - 40px) !important;
    transform: translate(-50%, 0);
    left: 50%;
    margin-top: 15px;
    flex: 1;
    flex-grow:0;
    flex-shrink:0;
}
.charinfosinimg{
    height:55%;
    transform:translate(-50%,-50%);
    top:50%;
    left:25%;
}
.mycharinfostxt1 {
    color: rgba(0,0,0,0.8);
    font-size: 4vw;
    top: 25%;
    left: 50%;
}
.mycharinfostxt3 {
    color: rgba(0,0,0,0.8);
    font-size: 3.5vw;
    top: 25%;
    left: 45%;
}
.mycharinfostxt2 {
    color: rgba(0,0,0,0.8);
    font-size: 4vw;
    bottom: 25%;
    left: 50%;
    font-weight:800;
}
#mycharinfonum1 {
    width: calc(50vw - 25px);
    height: calc(25vw - 15px);
    border: 1px solid grey;
    border-radius: 15px;
    left: 15px;
}
#mycharinfonum2 {
    width: calc(50vw - 25px);
    height: calc(25vw - 15px);
    border: 1px solid grey;
    border-radius: 15px;
    right:15px;
}
.kcharlbase {
    width: calc(100% - 70px) !important;
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
    border: 1px solid grey;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 15px;
    background-color: rgba(132, 0, 255, 0.1)
}
.kcharlbasetxt {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
}
#mycharinfos {
    position: relative;
    flex: 1;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    margin-top: 15px;
}
@keyframes tween {
    0% {
        left: -100%;
    }
    100% {
        left: 0%;
    }
}
#navbarfprofbase{
    width:calc(100% - 40px);
    height:70px;
    border:1px solid grey;
    transform:translate(-50%, 0);
    left:50%;
    margin-top:20px;
    position:relative;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 100%;
    width: 100%;
}
.swiper-button-prev {
    left: 15px;
    background-color: #e52b50;
    border: none;
    width: calc(50% - 25px);
    height: 50px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: white;
    position: absolute;
}
.swiper-button-next {
    right: 15px;
    background-color: #e52b50;
    border: none;
    width: calc(50% - 25px);
    height: 50px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: white;
    position: absolute;
}
#testendbtn {
    right: 15px;
    background-color: #e52b50;
    border: none;
    width: calc(50% - 25px);
    height: 50px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    bottom: 5px;
    font-size: 18px;
    line-height: 30px;
    color: white;
    position: absolute;
    display:none;
}
.slidequest {
    position: relative;
    width: calc(100% - 40px);
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
    height: auto;
    background-color: #E75D71;
    border-radius: 10px;
    font-size: 18px;
    transform: translate(-50%, 0);
    color: white;
    left: 50%;
}
.slideindiv {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    touch-action:pan-y;/*very important*/
}
.conansriap {
    font-size: 16px;
    min-width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    left: 10px;
    position: relative;
    margin-top: 10px;
    text-align: center;
}
.ansclassbase {
    position: relative;
    width: calc(100% - 40px);
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 5px;
    padding-bottom: 10px;
    padding-right: 5px;
    height: auto;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    font-size: 18px;
    transform: translate(-50%, 0);
    color: #154c79;
    left: 50%;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
*:focus {
    outline: none;
}
html, body {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
button:hover {
    cursor: pointer;
}
#allpage {
    background-color: white;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#dotestframe{
    width:100%;
    height:100%;
    background-color:white;
    display:none;
}
#startframe {
    background-color: white;
    width: 100%;
    height: 100%;
}
#resetphoneverifyframe {
    background-color: grey;
    width: 100%;
    height: 100%;
    display: none;
}
#loginframe {
    background-color: white;
    width: 100%;
    height: 100%;
    display: none;
}
#resetframe{
    display:none;
    width:100%;
    height:100%;
    background-color:grey;
    top:0;
    left:0;
}
#registerframe {
    background-color: white;
    width: 100%;
    height: 100%;
    display: none;
}
#registerphoneframe {
    width: 80%;
    height: auto;
    max-height:100%;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
}
#p1number {
    width: calc(100% - 40px);
    padding: 10px;
    font-size: 20px;
    outline: none;
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
    background: none;
    border: none;
    color:black;
    border-bottom: 1px solid grey;
    margin-top:10px;
}
#p1verifynum {
    width: calc(100% - 80px);
    padding: 10px;
    font-size: 20px;
    outline: none;
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
    background: none;
    border: none;
    color: black;
    border-bottom: 1px solid grey;
    margin-bottom: 30px;
    margin-top:20px;
}
#setpassinput {
    width: calc(100% - 80px);
    padding: 10px;
    font-size: 20px;
    outline: none;
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
    background: none;
    border: none;
    color: black;
    border-bottom: 1px solid grey;
    margin-bottom: 30px;
}
#sethochinput {
    width: calc(100% - 80px);
    padding: 10px;
    font-size: 20px;
    outline: none;
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
    background: none;
    border: none;
    color: black;
    border-bottom: 1px solid grey;
    margin-bottom: 10px;
    margin-top: 10px;
}
#recaptcha-container {
    position: relative;
    width: 200px;
    height: 75px;
    transform: translate(-50%, 0);
    left: 50%;
    overflow: hidden;
    border: 1px solid grey;
    border-radius: 4px;
    margin-top:50px;
}
#captchanextbtn {
    position: relative;
    background-color: #E52B50;
    border: none;
    width: 400px;
    max-width: 85%;
    height: 60px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    transform: translate(-50%, 0);
    left: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin-top: 20px;
}
#captchaframe {
    width: 100%;
    height: 100%;
    background-color: white;
    display: none;
}
#phonetxt1 {
    position: relative;
    max-width: 100%;
    font-size: 5vw;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
#phonetxt2 {
    position: relative;
    max-width: 80%;
    font-size: 4vw;
    text-align: center;
    font-weight: bold;
    color:grey;
    transform:translate(-50%, 0);
    left:50%;
    margin-bottom:30px;
}
#phonetxt3 {
    position: relative;
    max-width: 95%;
    font-size: 6vw;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:20px;
}
#phonetxt4 {
    position: relative;
    max-width: 95%;
    font-size: 6vw;
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}
#p1number::placeholder, #p1verifynum::placeholder, #setpassinput::placeholder, #sethochinput::placeholder, .profsetinfoinputs::placeholder {
    color: grey;
    opacity: 1;
}
#registersendsmsbtn {
    position: relative;
    background-color: #E52B50;
    border: none;
    width: 100%;
    height: 66px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    transform: translate(-50%, 0);
    left: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin-top:15px;
}
#verifysmscodebtn1 {
    position: relative;
    background-color: #E52B50;
    border: none;
    width: calc(100% - 80px);
    height: 66px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    transform: translate(-50%, 0);
    left: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: white;
}
#savepassbtn1 {
    position: relative;
    background-color: #E52B50;
    border: none;
    width: calc(100% - 80px);
    height: 66px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    transform: translate(-50%, 0);
    left: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: white;
}
#mainframe {
    background-color: white;
    width: 100%;
    height: 100%;
    display: none;
}
#rpverifybase {
    width: 100%;
    height: 60%;
    background-color: white;
    border-radius: 25px 25px 0 0;
    bottom: 0;
    box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.5);
}
#rpsetpassbase {
    width: 100%;
    height: 60%;
    background-color: white;
    border-radius: 25px 25px 0 0;
    bottom: 0;
    box-shadow: 0px -8px 10px rgba(0, 0, 0, 0.5);
}
#registerphoneverifyframe {
    width: 100%;
    height: 100%;
    display:none;
}
#registersetpassframe {
    width: 100%;
    height: 100%;
    display:none;
}
.wbg{
    width:100%;
    height:100%;
    background-color:white;
    opacity:0.5;
}
#alerttxt {
    font-size: 4vw;
    text-align: center;
    padding: 10px;
    width:calc(100% - 20px);
    height:70%;
    position:relative;
    overflow:hidden;
}
#alertbg {
    max-width: calc(100% - 60px);
    width: 500px;
    max-height: calc(100% - 60px);
    height: 350px;
    background-color: white;
    border-radius: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.bbg {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
}
#lessonsframe {
    background-color: white;
    width: 100%;
    height: 100%;
    display: none;
}
#watchvideoframe {
    width: 100%;
    height: 100%;
    display: none;
}
#watchruleframe {
    width: 100%;
    height: calc(100% - 45px);
    background-color:white;
    display:none;
}
#watchvideoframebg {
    width: 100%;
    height: 100%;
    background-color:white;
    opacity:0.5;
}
#watchvideoreal{
    width:100%;
    max-width:800px;
    max-height:480px;
    height:60vw;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
#logo1 {
    width: 90%;
    max-width:500px;
    height: auto;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
#logo2 {
    width: 90%;
    max-height:20%;
    height: auto;
    transform: translate(-50%, 0);
    top: 5%;
    left: 50%;
}
#gotologinframebtn {
    background-color: #e52b50;
    border: none;
    width: 400px;
    max-width: 85%;
    height: 66px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    transform: translate(-50%,-50%);
    bottom: 0;
    left: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color:white;
}
#loginforms{
    width:100%;
    height:70%;
    bottom:0;
    left:0;
}
#loginformsback {
    width: 100%;
    height: 100%;
    background-color: #172441;
    filter: drop-shadow(0px -8px 10px rgba(0, 0, 0, 0.5));
    border-radius:25px 25px 0 0;
    overflow:hidden;
}
#loginformsfront {
    width: 100%;
    height: calc(100% - 60px);
    background-color: #E75D71;
    border-radius: 25px 25px 0 0;
    bottom: 0;
}
#loginformsbackbtnholder{
    width:100%;
    height:60px;
}
#backbtnhold1 {
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
}
#backbtnhold2 {
    width: 50%;
    height: 100%;
    top:0;
    right:0;
}
.themidbtn{
    background:none;
    border:none;
    color:white;
    font-size:16px;
    transform:translate(-50%, -50%);
    top:60%;
    left:50%;
}
.input1{
    position:relative;
    background:none;
    border:none;
    border-bottom:1px solid white;
    color:white;
    width:80%;
    height:40px;
    transform:translate(-50%, 0);
    left:50%;
    font-size:16px;
    margin-top:25px;
}
input::placeholder {
    opacity: 0.75;
    color: white;
}
#loginresbtn {
    position: relative;
    border: none;
    width: 400px;
    height: 40px;
    text-align: center;
    max-width: 85%;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    transform: translate(-50%, 0);
    left: 50%;
    font-size: 16px;
    line-height: 30px;
    color: white;
    margin-top: 15px;
}
#loginf1btn {
    position: relative;
    background-color: #E52B50;
    border: none;
    width: 400px;
    max-width: 85%;
    height: 66px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    transform: translate(-50%, 0);
    left: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin-top: 50px;
}
#utasresb, #utasresvcodb {
    position: relative;
    background-color: #E52B50;
    border: none;
    width: 400px;
    max-width: 85%;
    height: 60px;
    border-radius: 10px;
    filter: drop-shadow(0px 10px 26px rgba(0, 0, 0, 0.47));
    transform: translate(-50%, 0);
    left: 50%;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: white;
    margin-top: 40px;
}
#mainftopper {
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 10px;
}
#lessonsftopper {
    width: 100%;
    height: 40px;
    position: relative;
}
#rulesftopper {
    width: 100%;
    height: 40px;
    position: absolute;
}
#dotestframetopper {
    width: 100%;
    height: 40px;
    top:0;
}
#dotestframebottom {
    width: 100%;
    height: 60px;
    bottom:0;
}
#dotestmainbase{
    width:100%;
    height:calc(100% - 100px);
    top:40px;
}
#mainfbtn2 {
    width: 40px;
    max-width: 45px;
    left: 0;
    transform: translate(0, -50%);
    top: 50%;
    margin-left: 15px;
}
#meetingofmainframe {
    font-size: 18px;
    font-style: italic;
    font-weight: 900;
    top: 50%;
    font-family: Inter, Arial;
    margin-left: 60px;
    transform: translate(0, -50%);
}
#additiontxts {
    margin-top: 10px;
    width: calc(100% - 40px);
    height: 20px;
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
}
#lescattxts {
    margin-top: 10px;
    width: calc(100% - 40px);
    height: 20px;
    transform: translate(-50%, 0);
    left: 50%;
    position: relative;
}
#additiontxts p {
    font-size: 16px;
    color: #172441;
    opacity: 0.8;
}
#lescattxts p {
    font-size: 18px;
    color: #172441;
}
#mainfaddition {
    margin-top: 10px;
    width: calc(100% - 40px);
    height: 120px;
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
    overflow: hidden;
    border-radius:20px;
}
.botmfbtn {
    width: calc(25% - 2px);
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    border: 1px solid white;
    float: left
}
#mainadditionimg1 {
    width: 100%;
    transform: translate(-50%,0);
    bottom: 0;
    left: 50%;
}
#mainftopics {
    margin-top: 10px;
    width: calc(100% - 40px);
    height: calc(100% - 276px);
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
    overflow-y: auto;
}
#mainfbtnslist {
    display: none;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 45px;
    background-color: #ED8796;
    position: absolute;
}
.topicsbase {
    width: 100%;
    height: 90px;
    margin-bottom: 10px;
    border-radius: 20px;
    background-color: #172441;
    position: relative;
    overflow:hidden;
}
.topicpic{
    width:55px;
    height:55px;
    transform:translate(0, -50%);
    top:50%;
    left:17.5px;
    border-radius:10px;
    border:2px solid #006f9a;
    background-color:white;
}
.topicname{
    color:white;
    font-size:15px;
    top:15px;
    left:86px;
    max-width:201px;
    max-height:35px;
    overflow:hidden;
    opacity:0.8;
}
.videosbasename {
    color: white;
    font-size: 17px;
    transform:translate(0, -50%);
    top: 50%;
    left: 15px;
    min-width:calc(100% - 30px);
    overflow: hidden;
    opacity: 0.8;
}
.topictree {
    color: white;
    font-size: 15px;
    bottom: 15px;
    left: 86px;
    max-width: 201px;
    max-height: 18px;
    overflow: hidden;
    opacity: 0.8;
}
#lescatpicholder {
    width: 100%;
    height: 105px;
    position: relative;
}
#lescatpicbg {
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: white;
    border: 3px solid #376AED;
    border-radius: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#charframetoppertxt1{
    right:20px;
    bottom:5px;
    font-size:18px;
}
#watchrulereal{
    position:absolute;
    width:100%;
    height:calc(100% - 40px);
    bottom:0;
    border:none;
}
#gobackbtn1, #gobackfromchartbtn, #gobackbtnr1 {
    left: 20px;
    height: 30px;
    bottom: 0;
}
#gobackbtn2 {
    left: 20px;
    bottom: 0;
    font-size: 18px;
    background-color: grey;
    padding: 5px;
    border-radius: 5px;
    color: white;
}
#gobackbtn3 {
    left: 20px;
    height: 30px;
    transform:translate(0, -50%);
    top:50%;
}
#showrqrpicnow {
    right: 20px;
    height: 30px;
    transform: translate(0, -50%);
    top: 50%;
}
#settingsbtn1 {
    right: 20px;
    height: 30px;
    bottom: 0;
}
#lescatpictitle{
    position:relative;
    width:calc(100% - 40px);
    transform:translate(-50%, 0);
    left:50%;
    height:36px;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    margin-top:15px;
}
#lescatlesholder{
    position:relative;
    width:calc(100% - 40px);
    height:90px;
    transform:translate(-50%, 0);
    left:50%;
    margin-top:10px;
}

#lescatlistbtn2 {
    position: absolute;
    height: 100%;
    width: calc(50% - 5px);
    border-radius: 15px;
    background-color: #ED8796;
}
#lescatlistbtn3 {
    position: absolute;
    height: 100%;
    width: calc(50% - 5px);
    border-radius: 15px;
    background-color: #ED8796;
    right: 0;
}
#lescatalllist {
    position: relative;
    margin-top:10px;
    width: calc(100% - 40px);
    height: calc(100% - 380px);
    left: 50%;
    transform: translate(-50%,0);
    overflow-y:auto;
}
.testpaycheckbaseg {
    width: 60px;
    height: 20px;
    background-color: darkgreen;
    border: 1px solid white;
    right: 15px;
    top: 4px;
    border-radius: 4px;
}
.testpaycheckbasertxt2 {
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    color: white;
}
#lescatrpic {
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border-radius: 20px;
}
#loadingframe{
    width:100%;
    height:100%;
}
#alertframe {
    width: 100%;
    height: 100%;
    display:none;
}
#loadingframepic{
    width:25%;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
}
.botmfbtni{
    position:absolute;
    height:90%;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
}
.lescatbtnsimg {
    width: 50px;
    top: 50%;
    left: 5px;
    transform: translate(0, -50%);
}
.lescatbtntxt {
    top: 50%;
    font-size: 3.5vw;
    color: white;
    left: 60px;
    transform: translate(0, -50%);
    width: calc(100% - 65px);
}
#qpayframe {
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0;
    left: 0;
    display:none;
}

#qpayframetopper {
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
}

#qpayframemain {
    width: 100%;
    height: calc(100% - 105px);
    top: 60px;
    left: 0;
}

#qpayfmaintopper {
    width: 100%;
    height: 70px;
}

#qpayfmainbottom {
    width: 100%;
    height: calc(100% - 80px);
    bottom: 0;
    overflow-y: auto;
}

#qpaypriceinfobase {
    width: calc(100% - 40px);
    height: 60px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    border: 1px solid black;
    border-radius: 10px;
}

#qpaypriceinfop1 {
    width: calc(60% - 15px);
    font-size: 20px;
    font-weight: bold;
    top: 50%;
    transform: translate(0,-50%);
    margin-left: 15px;
}

#qpaypriceinfop2 {
    width: calc(40% - 15px);
    font-size: 20px;
    font-weight: bold;
    top: 50%;
    transform: translate(0,-50%);
    margin-right: 15px;
    right: 0;
    text-align: right;
}
#qpaypriceinfop3 {
    font-size: 20px;
    font-weight: bold;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.bnkbase1 {
    position: relative;
    margin-bottom: 15px;
    background-color: #F5F5F5;
    width: calc(100% - 40px);
    height: 60px;
    border-radius: 10px;
    transform: translate(-50%, 0);
    left: 50%;
}

.bnkbaseimg1 {
    width: 40px;
    height: 40px;
    left: 10px;
    transform: translate(0,-50%);
    top: 50%;
    border-radius: 5px;
}

.bnkbasetxt1 {
    font-size: 18px;
    color: black;
    width: calc(100% - 100px);
    left: 60px;
    transform: translate(0, -50%);
    font-weight: bold;
    top: 50%;
}
#qpayframerealqrbase{
    width:100%;
    height:calc(100% - 45px);
    top:0;
    left:0;
    display:none;
}
.blackbg{
    width:100%;
    height:100%;
    background-color:black;
    opacity:0.5;
    top:0;
    left:0;
}
#qpayframerealqrbase {
    width: 100%;
    height: 100%;
}
#qpayfqrimgbase{
    width:calc(100vw - 40px);
    height:calc(100vw - 40px);
    background-color:white;
    border-radius:3vw;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    overflow:hidden;
}
#counter{
    color:white;
    top:10px;
    left:10px;
    font-size:18px;
}
#slide-counter {
    color: black;
    right: 20px;
    font-size: 18px;
    bottom:2px;
}
#dotestfresultframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display:none;
}
#dotestfresultfbase {
    width: calc(100vw - 40px);
    height: calc(100vw - 40px);
    background-color:white;
    border-radius:20px;
    transform:translate(-50%, -50%);
    top:50%;
    left:50%;
}
#dotestfresultbtn1 {
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
    width: 100px;
    height: 40px;
    border-radius: 15px;
    border: none;
    background-color: limegreen;
    color: white;
    font-size: 18px;
}
#dotestfresultxt1 {
    width: 100%;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    text-align: center;
    top: 20px;
}
#testtimertxt1 {
    color: black;
    left: 50%;
    font-size: 18px;
    bottom: 2px;
    transform: translate(-50%, 0);
}
#dotestfresultxt2 {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 15px;
    border: none;
    color: green;
    font-size: 60px;
    font-weight: bold;
}
#subscribebtn1 {
    width: calc((100% - 15px)/2);
    max-width: 200px;
    height: 40px;
    background-color: limegreen;
    color: white;
    border-radius: 1000px;
    font-size: 18px;
    bottom: 5px;
    left: 5px;
    border: none;
    display: none;
}
#alltestbtn1 {
    width: calc((100% - 15px)/2);
    max-width: 200px;
    height: 40px;
    background-color: limegreen;
    color: white;
    border-radius: 1000px;
    font-size: 18px;
    bottom: 5px;
    left: 5px;
    border: none;
    display:none;
}
#alltestchartbtn1 {
    width: calc((100% - 15px)/2);
    max-width: 200px;
    height: 40px;
    background-color: #ED8796;
    color: white;
    border-radius: 1000px;
    font-size: 18px;
    bottom: 5px;
    right: 5px;
    border: none;
}
    #alltestchartbtn1:disabled {
        background-color: #D97B89;
        color: #C9C9C9;
    }
#qpayfqrimgr {
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#profileframe{
    width:100%;
    height:100%;
    top:0;
    left:0;
    background-color:white;
    display:none;
}
#profileftxt1{
    width:50%;
    transform:translate(0, -50%);
    top:50%;
    font-size:20px;
    font-weight:600;
    color: rgba(0,0,0,0.8);
    text-align:right;
    right:30px;
}
#profileftopper {
    width: 100%;
    height:50px;
    transform: translate(-50%, 0);
    left: 50%;
    top:0;
}
#profilefmainr {
    width: 100%;
    height: calc(100% - 95px);
    top: 50px;
    overflow-y: auto;
    left: 0;
}
#profilefsettingsf {
    width: 100%;
    height: calc(100% - 95px);
    background-color:white;
    top: 50px;
    overflow-y: auto;
    left:0;
    display:none;
}
#profilefinfo1 {
    width: calc(100% - 60px);
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
    height: 140px;
    margin-top: 5px;
}
.profsetinfotxts {
    width: calc(100% - 60px);
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
    margin-bottom: 10px;
    font-size:18px;
    font-weight:600;
    color:rgba(0,0,0,0.8);
}
.profsetinfoinputs {
    width: calc(100% - 90px);
    height: 45px;
    position: relative;
    border-radius: 999px;
    border: none;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, 0);
    left: 50%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    padding: 0 15px 0 15px;
}
.settingselections {
    width: calc(100% - 60px);
    height: 45px;
    position: relative;
    border-radius: 999px;
    border: none;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, 0);
    left: 50%;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    padding: 0 15px 0 15px;
}
#setajil1 {
    width: calc(100% - 60px);
    height: 45px;
    position: relative;
    border: none;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, 0);
    left: 50%;
    font-size: 18px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
    padding: 0 15px 0 15px;
    margin-top:10px;
    margin-bottom:15px;
}
#savesettingsbtnofprof {
    width: 60%;
    transform: translate(-50%, 0);
    height: 50px;
    left: 50%;
    border-radius: 999px;
    border: none;
    font-size: 18px;
    background-color: limegreen;
    color: white;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
#deleteprofbtn {
    width: 60%;
    transform: translate(-50%, 0);
    height: 50px;
    left: 50%;
    border-radius: 999px;
    border: none;
    font-size: 18px;
    background-color: darkred;
    color: white;
    position: relative;
    margin-bottom: 30px;
    margin-top: 10px;
}
#acceptdeletion {
    width: calc(45% - 20px);
    transform: translate(-50%, 0);
    height: 50px;
    left: calc(25% + 10px);
    border-radius: 999px;
    border: none;
    font-size: 18px;
    background-color: darkred;
    color: white;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
#refusedeletion {
    width: calc(45% - 20px);
    transform: translate(-50%, 0);
    height: 50px;
    right: calc(-25% - 20px);
    border-radius: 999px;
    border: none;
    font-size: 18px;
    background-color: limegreen;
    color: white;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px;
}
#profilefinfo2 {
    width: calc(100% - 60px);
    position: relative;
    transform: translate(-50%, 0);
    left: 50%;
    height: 140px;
    margin-top: 5px;
}
#profileftimg1{
    height:calc(100% - 20px);
    top:50%;
    transform:translate(0, -50%);
    left:30px;
}
#profilefinfoimg1 {
    height: 110px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#profilefinfoimg2 {
    height: 110px;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#profilefinfotxt1 {
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 20px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
}
#profilefinfotxt2 {
    width: 100%;
    text-align: center;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 20px;
    font-weight: 600;
    color: rgba(0,0,0,0.8);
}

#profileftestinfos {
    width: calc(100vw - 60px);
    height: calc((100vw - 60px)/4.5);
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 20px;
    position: relative;
    margin-bottom: 20px;
}
#profileftestinfos1{
    width:calc(50% - 5px);
    height:100%;
    border:1px solid grey;
    border-radius:10px;
    left:0;
}
#pdf-canvas {
    width: 100%;
    height: 100%;
    display: block;
}
.profileframebtns {
    width: calc(100vw - 60px);
    height: 50px;
    left: 50%;
    transform: translate(-50%, 0);
    margin-bottom: 5px;
    position:relative;
    background-color:rgba(0,0,0,0.1);
    border-radius:15px;
}
.profileframeimgs{
    height:calc(100% - 20px);
    top:50%;
    transform:translate(0, -50%);
    left:15px;
    opacity:0.6;
}
.profileframetxts {
    width: calc(100% - 70px);
    top: 50%;
    transform: translate(0, -50%);
    left: 60px;
    font-size:18px;
    font-weight:600;
    color:rgba(0,0,0,0.8);
}
#profileftestinfos2 {
    width: calc(50% - 5px);
    height: 100%;
    border: 1px solid grey;
    border-radius: 10px;
    right: 0;
}
@media only screen and (min-width: 500px) {
    #logo2{
        width:auto;
        height:25%;
    }
}
