﻿/* " 10 Jan 2020 "   STTP   (. .)  CSS Variables */


:root {
    --BrandFontFamily: 'Be Vietnam', sans-serif;
    --BodyBgColor: #EEF0F8;
    --RegistrationTitleColor: #002b8c;
    --RegistrationTitleFontSize: 1.85rem;
    --RegistrationBrandLblColor: #3b2f69;
    --RegistrationBrandLblFontSize: 0.9rem;
    --RegistrationInputBorderColor: #9d9d9d;
    --WarningStarColor: #ff0000;
    --ExamTitleColor: #001850;
    --QuestionTestTitle: 1.85rem;
    --ExamTitleFontSize: 1.15rem;
    --QuestionCardBgColor: #fcfdfd44;
    --QuestionCardActiveColor: #e5eaf5;
    --QuestionShadowColor: rgba(0, 27, 87, 0.09);
    --Questions: #00216b;
    --QuestionsFontSize: 1rem;
    --Answers: #3b2f69;
    --AnswersFontSize: 0.8rem;
    --QuestionNo: #00081a;
}

* {
    font-family: var(--BrandFontFamily);
}

.questionbg {
    background-image: url('https://i.ibb.co/hRh3TDQ/Group-6.png'),url('https://i.ibb.co/hRh3TDQ/Group-6.png');
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right bottom,left top;
    font-family: var(--BrandFontFamily);
}

input-group-text {
    padding: 0.375rem 0.45rem !important;
}

.error-msg {
    font-family: 'pyidaungsu',sans-serif !important;
    font-size: 12.25px !important;
    font-weight: bold !important;
    color: #ee2d41 !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .error-msg img {
        margin-right: 0.5rem !important;
    }

    .error-msg span {
        font-family: 'pyidaungsu',sans-serif !important;
    }

.form-control {
    font-size: 12.5px !important;
}

input {
    caret-color: #ffad1c !important;
}

.registration_btn {
    margin-top: 1rem !important;
    height: 40px;
    font-size: 0.85rem;
    /* border-radius: 1.25rem; */
    letter-spacing: 0.01rem;
    background-image: linear-gradient(to right top, #fab823, #f9a315, #ffad1c);
    /*  background-image: linear-gradient(to right top, #ff0010, #ff0000, #ff0023);*/
    /*    background-image: linear-gradient(to right, #2d5a0d, #092c02, #3fff00);
*/ /*    background-image: linear-gradient(to right top, #7e0109, #ff0000, #600203);
*/ /* box-shadow: 0 4px 8px 0 #00000014; */
    font-weight: 500 !important;
    color: #fff !important;
    text-transform: uppercase;
    box-shadow: rgb(0 0 0 / 20%) 0px 60px 40px -7px;
    box-shadow: rgb(0 0 0 / 15%) 0px 15px 25px, rgb(0 0 0 / 5%) 0px 5px 10px;
}

/*Student Register Form CSS Variables*/
.registration_contianer {
    font-family: var(--BrandFontFamily);
    margin: 0 auto;
    padding: 2.25rem;
    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.6), #ffecb5 );
    /*    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.6), #003426 );
*/ /*    background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.6), #003426 ), url('../../../../Images/Student/Register/Thingyan Theme/Thingyan-Pot.png');
*/ /*    background-image: url('../../../../Images/Student/Register/Thingyan Theme/Thingyan-Pot.png');
*/ /*    background-image: url('https://i.ibb.co/jf8J8Tv/Thingyan-Festival-2022.png') !important;
*/ /*    background-image: url('../../../../Images/Student/LevelTest/Theme/Chinese/chinse footerbg.png') !important;
*/ /* background-image: url('../Images/Chinese/chinse footerbg.png');*/
    /*    background-image: url(' https://i.ibb.co/bBVSFbn/cherry-bg.png');*/
    /*    background-image: url('https://i.ibb.co/2WJzWRR/tree.png');
*/ /*    background: #eef0f8 !important;*/
    background: #e2e2e3 !important;
    border-radius: 0.25rem;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
}

.chinese_logo {
    display: flex;
    align-content: center;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 1.25rem;
}

.registration_title {
    color: var(--RegistrationTitleColor);
    font-size: var(--RegistrationTitleFontSize);
    font-weight: bold;
    letter-spacing: 0.05rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.registration_label {
    margin-bottom: 0.3rem;
}

.registration_brandlbl {
    color: var(--RegistrationBrandLblColor);
    font-weight: 500;
    font-size: var(--RegistrationBrandLblFontSize);
    font-weight: 500;
}

.warning_star {
    color: var(--WarningStarColor);
}
/*input[type="text"] {--RegistrationTextBoxColor: #00081a;color: var(--RegistrationTextBoxColor) !important;font-size: 0.8rem;}
input[type="text"]:focus {
    outline:none !important;
    box-shadow:none !important;
}*/

/*.registration_input {
    outline: none !important;
    border: none !important;
    background: none !important;
    border-bottom: 2px solid var(--RegistrationInputBorderColor) !important;
    border-radius: 0 !important;
}
*/
/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*    border-bottom: 2px solid var(--RegistrationInputBorderColor) !important;
    -webkit-text-fill-color: #000;*/
    /* -webkit-box-shadow: 0 0 0px 1000px #000 inset;*/
    /*    transition: background-color 5000s ease-in-out 0s;*/
}
/*Question Lists CSS Variables*/
ul li {
    list-style: none !important;
    font-size: var(--AnswersFontSize);
}

svg {
    width: 100px;
    vertical-align: middle;
    height: 100px;
    position: absolute;
    top: 175px;
    right: 2px;
    transform: rotate(43deg);
}

.questiontest_title {
    margin-top: 1rem;
    margin-bottom: 1.2rem;
    font-size: var(--QuestionTestTitle);
    color: var(--ExamTitleColor);
    letter-spacing: 0.1rem;
    font-weight: bold;
}

.questiontest_range {
    padding: 0.3rem;
}

.questiontest_level {
    font-size: 0.9rem;
    color: #ededed;
    padding-bottom: 1.5rem;
}

.questiontest_score {
    font-size: 1.1rem;
    color: #001850;
    font-weight: bold;
    padding-bottom: 1.5rem;
    padding-left: 3rem;
}


/*Question Card CSS*/
.examTitle {
    font-size: var(--ExamTitleFontSize);
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: var(--ExamTitleColor);
}

.question_card {
    background-color: var(--QuestionCardBgColor);
    box-shadow: 0px 5px 10px 4px var(--QuestionShadowColor);
    border-radius: 0.5rem;
}

.question_no {
    font-weight: 600;
    color: var(--QuestionNo);
    /*font-family: 'pyidaungsu',sans-serif !important;*/
}

.questions {
    display: inline;
    padding: 2%;
    color: var(--Questions);
    font-size: var(--QuestionsFontSize);
    margin-bottom: 2rem;
    font-weight: 600;
    /* font-family: 'pyidaungsu',sans-serif !important;*/
}

.answers {
    margin-left: 0.3rem;
    color: var(--Answers);
    font-weight: 500;
    font-family: sans-serif !important;
    font-size: 0.85rem;
}

.answer_choice {
    cursor: pointer !important;
}
/*Question Btn - SUBMIT  YOUR ANSWERS CSS*/
.question_btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

    .question_btn:hover {
        box-shadow: 0px 8px 14px 4px var(--QuestionShadowColor);
    }
/*Active Card Background Change CSS*/
.question_card_change {
    border-radius: 0.5rem;
    box-shadow: 0px 5px 10px 4px var(--QuestionShadowColor);
    background-color: var(--QuestionCardActiveColor);
}

/*Test Level Choose CSS */
.levelTestChoose_container {
    background: #e0e4ee;
    padding: 2rem;
    box-shadow: 0px 8px 14px 4px var(--QuestionShadowColor);
    border-radius: 0.25rem;
}

.form-select {
    font-size: 0.8rem !important;
}

.bell_img {
    display: flex; /*transform: rotate(-41deg);*/
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100px;
}

.levelSelect_btn {
    font-weight: bold;
}

.input-group-text.thingyan {
    width: 40px !important;
}
/*Responsive Design With CSS Variables*/
@media (min-width: 320px) and (max-width: 480px) {
    .mt-5 {
        margin-top: 0rem !important;
    }

    .questionbg {
        background-image: url('https://i.ibb.co/hRh3TDQ/Group-6.png') !important;
        background-repeat: no-repeat;
        background-size: 70% !important;
        background-position: right bottom;
        font-family: var(--BrandFontFamily) !important;
    }

    .registration_contianer {
        height: 100vh;
    }

    .registration_bg {
        overflow-x: hidden;
        overflow-y: hidden;
        background: #e2e2e3 !important;
        /* background: #0f743b !important;*/
        /*  background: #ff0026 !important;*/
    }

    .registration_contianer {
        font-family: var(--BrandFontFamily);
        margin: 0 auto;
        padding: 1.15rem;
        box-shadow: none;
        display: flex;
        justify-content: center;
        /* align-items: center; */
        flex-direction: column;
    }

    .registration_btn, .levelSelect_btn, .question_btn {
        width: 100%;
    }

    .question_listcontainer {
        padding: 1rem;
    }

    .questiontest_title {
        --QuestionTestTitle: 1.4rem;
        margin-top: 1rem;
        margin-bottom: 1.2rem;
        font-size: var(--QuestionTestTitle);
        color: var(--ExamTitleColor);
        letter-spacing: 0.1rem;
        font-weight: bold;
    }

    .levelTestChoose_container {
        padding: 1rem;
    }

    .levelTestChoose_container {
        background-color: none !important;
        padding: 2rem;
        box-shadow: none !important;
    }

    .nobg {
        background: #e0e4ee !important;
    }
}


/*
input[type="radio"]:checked:after {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}





@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}*/

.errormsg {
    font-family: 'pyidaungsu' !important;
    font-weight: bold !important;
    font-size: 0.85rem !important;
    background: #ffffff;
    padding: 0.5rem;
    color: #c50024 !important;
    border-radius: 5px;
}



.bubbly-button {
    font-family: 'Be Vietnam', sans-serif;
    text-transform: uppercase;
    display: inline-block;
    font-size: 0.95em;
    padding: 1em 2em;
    /*        margin-top: 100px;
                margin-bottom: 60px;*/
    font-weight: 700;
    -webkit-appearance: none;
    appearance: none;
    background-color: #ffad1c !important;
    color: #212529;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
    box-shadow: 0 2px 25px #ffad1c;
}


@media (min-width: 320px) and (max-width: 480px) {
    .answer {
        margin-left: 0rem !important;
    }


    .border {
        margin-left: 0rem !important;
        width: 90% !important;
        border: 1px solid #a3aab1;
        padding: 0.35rem;
        border-radius: 0.25rem;
    }

    .audio-file {
        width: 260px !important;
        margin-left: 0rem !important;
    }
}

.answer {
    margin-left: 3rem;
}


.border {
    margin-left: 2rem;
    width: 30%;
    border: 1px solid #93969a !important;
    padding: 0.35rem;
    border-radius: 0.25rem;
}

.audio-file {
    margin-left: 2.8rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    height: 40px !important;
    display: block;
}

html {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

* {
    box-sizing: inherit;
}

    *:before, *:after {
        box-sizing: inherit;
    }

body .dribbble {
    position: fixed;
    display: block;
    right: 20px;
    bottom: 20px;
}

    body .dribbble img {
        display: block;
        height: 28px;
    }


.bubbly-button:before, .bubbly-button:after {
    position: absolute;
    content: '';
    display: block;
    width: 140%;
    height: 100%;
    left: -20%;
    z-index: -1000;
    transition: all ease-in-out 0.5s;
    background-repeat: no-repeat;
}

.bubbly-button:before {
    display: none;
    top: -75%;
    background-image: radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ffad1c 20%, transparent 30%), radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ffad1c 15%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%);
    background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.bubbly-button:after {
    display: none;
    bottom: -75%;
    background-image: radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ffad1c 15%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%), radial-gradient(circle, #ffad1c 20%, transparent 20%);
    background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.bubbly-button:active {
    transform: scale(0.9);
    background-color: #ffa402;
    box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}

.bubbly-button.animate:before {
    display: block;
    animation: topBubbles ease-in-out 0.75s forwards;
}

.bubbly-button.animate:after {
    display: block;
    animation: bottomBubbles ease-in-out 0.75s forwards;
}

@keyframes topBubbles {
    0% {
        background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
    }

    50% {
        background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
    }

    100% {
        background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

@keyframes bottomBubbles {
    0% {
        background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
    }

    50% {
        background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
    }

    100% {
        background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
        background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
    }
}

.answer_list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.answer_choice {
    margin-right: 0.5rem;
    width: 18px;
    height: 18px;
}

.hero-logo{
    width:100px;
    height:100px;
}





.input-group-text {
    background-color: #ffffff !important;
}

