#drawCanvas,
.drawCanvas,
#drawCanvasprac {
    border: 1px solid #000;
    z-index: 5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 400px;
    width: 400px;
}

.canva {
    height: 100%;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.canvas {
    position: relative;
    height: 400px;
    width: 400px;
}

.Warning {
    width: 100%;
    text-align: justify;
}

@media(max-width: 800px) {
    .canvas {
        width: 100%;
    }

    .canvaCont {
        padding: 0 !important;
    }
}

.canvas>img {
    height: 400px;
    width: 400px;
}

.ucanva {
    position: relative;
    height: 200px;
    width: 200px;
}

#error,
#errorprac {
    color: red;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 9999;
    overflow: hidden;
}

#report,
#reportprac {
    color: green;
    padding: 5px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    display: none;
    z-index: 9999;
}

#rest,
#restprac {
    display: flex;
    justify-content: space-between !important;
    width: 100%;
    align-items: center;
}

#timerDisplay {
    font-family: 'Arial', sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #333;
    /* You can adjust the color as needed */
}



#secondpage {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#secondpage>div {
    max-width: 80%;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    padding: 15px 30px;
}

body {
    background-color: rgba(149, 157, 165, 0.0) !important;
}

html {
    background-color: #9B9FA7;
}

#NextButtonthree,
.subbut {
    box-sizing: border-box;
    line-height: inherit;
    font-family: "Helvetica Neue", Arial, sans-serif;
    border: none;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    text-align: center;
    text-decoration: none;
    -webkit-appearance: none;
    transition: background .3s;
    background-color: #90002a;
}

#thirdsec,
#thirdsecAS {
    display: none;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin-top: 30px;
}


.rskin {
    display: flex !important;
    flex-direction: column;
    padding: 45px 40px;
    justify-content: center;
    align-items: center;
}

.rskin #Buttons {
    margin-top: 0 !important;
}

.warse {
    padding: 20px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

#prolifid {
    width: 250px;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
    border-radius: 6px;
}

#fourdiv,
#fourdivv2 {
    display: none;
}

#fivediv {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 15px 10px 75px 10px;
    margin-top: 50px;
    border-radius: 8px;
    background-color: #fff;
    font-size: 18px !important;
    font-weight: bold;
    min-width: 60%;
}

.canvaCont {
    background-color: #fff;
    padding: 25px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

#sixdiv {
    display: none;
    margin-top: 50px;
}

#sevendiv {
    display: none;
    margin-top: 50px;
}

#sevenp1 {
    display: none;
    margin-top: 50px;
}

.gemnim{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.gemn {
    max-width: 20px;
    margin-left: 10px;
}

.hloc {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
}

.hpeer {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 20px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.hloc>div {
    text-align: center;
    flex: 1;
}

#sevenp1 li,
.aka3 li {
    cursor: pointer;
}


#sevenp1>div {
    padding: 25px;
}

#isolate {
    text-align: center;
    font-weight: 600;
    margin: 20px 0;
}

#timer {
    color: #00B28D;
}

#sixdiv>div,
#sevendiv>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
}

#sixdiv .btn,
#sevendiv .btn {
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
}

.ssdbut {
    text-align: right;
}


/* HTML: <div class="loader"></div> */
.loader {
    width: 40px;
    aspect-ratio: 1;
    --c: no-repeat linear-gradient(#fff 0 0);
    --m: no-repeat radial-gradient(circle closest-side, #0000 92%, #000);
    background:
        var(--c) 0 50%,
        var(--c) 50% 50%,
        var(--c) 100% 50%;
    background-size: 8px calc(50% + 8px);
    -webkit-mask: var(--m), var(--m), var(--m);
    -webkit-mask-size: 8px 150%;
    animation: l12 1s infinite alternate;
}

@keyframes l12 {

    0%,
    100% {
        -webkit-mask-position: 0 50%, 50% 50%, 100% 50%
    }

    20% {
        -webkit-mask-position: 0 100%, 50% 50%, 100% 50%
    }

    40% {
        -webkit-mask-position: 0 0, 50% 100%, 100% 50%
    }

    60% {
        -webkit-mask-position: 0 50%, 50% 0, 100% 100%
    }

    80% {
        -webkit-mask-position: 0 50%, 50% 50%, 100% 0
    }
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.4);
    color: #fff;
}

.riskTolerance {
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 50px;
}

.rto>div:nth-child(1),
.rto>div:last-child {
    width: 12% !important;
}

@media(max-width: 768px) {
    .Skin .SkinInner {
        width: 100% !important;
        max-width: 100% !important;
    }
}

.riskTolerance>div {
    background-color: #F0F0F0;
    border-radius: 12px;
    min-height: 180px;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

@media(max-width: 768px) {
    .riskTolerance>div {
        width: 15px;
        padding: 0px 15px;
    }
}

.ribosina {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    overflow: hidden;
    width: 100%;
    color: #43464d;
    font-size: 16px;
    overflow-y: hidden;
    padding: 0 20px 20px;
    position: relative;
    z-index: 1;
}

.ribosina>div {
    background-color: #F0F0F0;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin: 5px 0px;
    flex: 1;
    width: 100%;
}

#eightdiv {
    display: none;
}

#nineDiv {
    display: none;
}

#tendiv {
    display: none;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

#tendiv>div {
    max-width: 80%;
    border-radius: 8px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-color: #fff;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

/* Hide all elements with class 'postquemodel' except for the first one */
.postquemodel:not(:first-child) {
    display: none;
}


/* Add your CSS styles here */
.slider-container {
    display: flex;
    align-items: center;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 10px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
}

.numbers>li {
    padding: 10px;
    margin-bottom: 15px;
    background-color: #9B9FA7;
    font-weight: 700;
    transition: 0.3s;
}

.first {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.last {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    background: #90002A;
    border-radius: 50%;
    cursor: pointer;
}

output {
    font-size: 18px;
}

#udraw {
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    background-color: #fff;
}

#udraw>div {
    margin: 10px
}

/* Add your CSS styles here */
.imgsr {
    display: flex;
    justify-content: space-between;
    margin: 10px;
    position: relative;
}

.eeps {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.eeps,
.reps {
    height: 150px;
    width: 150px;
}

#draw1,
#draw2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

html {
    display: none;
}