*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a {
    margin: 0;
    padding: 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

button {
    cursor: pointer;
}

ul {
    list-style-type: none;
}

a:active,
a:focus {
    outline: 0;
    border: none;
}

*:focus {
    outline: none !important
}

html,
body {
    height: 100%;
    width: 100%;
    background-color: #ebe7db!important;
    font-family:  Helvetica, Tahoma, Arial, sans-serif, 'PingFang SC'!important;
}

body {
    /* Meta Academy color theme */
    --greenColor: #A6CE39;
    --yellowColor: #E2B374;
    --lightYellowColor: #FFF6C4;
    --orangeColor: #FFA700;
    --lightOrangeColor: #F4E8D9;
    --pinkColor: #FD618B;
    --blueColor: #51B5FC;
    --purpleColor: #B52BFF;
    --goldColor: #B4956B;
    --greyColor: #606060;
    --lightGreyColor: #E6E6E6;
    --lightGreyAColor: #898989;
    --whiteColor: #FFFFFF;
}

::placeholder {
    color: #fff !important;
}

select {
    display: block;
    width: 100%;
    z-index: 1;
    color: #444;
    text-align: center;
    text-align-last: -webkit-center;
    /* text-align-last: center; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid #B4956B;
}

.select-arrow-black {
    background-image: url(../img/ad.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 40%;
    background-size: 20px;
}

.select-arrow-white {
    background-image: url(../img/ad_white.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 40%;
}

option {
    color: #000000;
}

input {}

::placeholder {
    color: var(--yellowColor) !important;
    opacity: 1;
}

/*
.custom-row{
    margin-right: -5px!important;
    margin-left: -5px!important;
}
*/

/*---------------------
  Bg Image / Color
-----------------------*/

.bg-header {
    /* background: url(../img/bg-header.png) center center no-repeat; */
    background-size: cover;
    height: 100px;
}

.bg-meta {
    background: url(../img/bg-pattern.jpeg);
}

.bg-logo-trans{
    background: url(../img/bg-logo-2.png) center center no-repeat;
    background-size: contain;
}

.bg-light-orange {
    background: var(--lightOrangeColor);
}

.bg-light-yellow {
    background: var(--lightYellowColor);
}

.bg-grey {
    background: var(--lightGreyColor);
}

.bg-black {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
}

.bg-green {
    background-color: var(--greenColor) !important;
}

.bg-orange {
    background-color: var(--orangeColor) !important;
}

.bg-blue {
    background-color: var(--blueColor) !important;
}

.bg-pink {
    background-color: var(--pinkColor) !important;
}

.bg-purple {
    background-color: var(--purpleColor) !important;
}

.bg-brown {
    background-color: #452c28 !important;
}


.bg-dark-green {
    background-color: #4dae47;
}

.bg-dark-brown {
    background-color: #81641b;
}

.bg-dark-blue {
    background-color: #15448a;
}

.bg-dark-gold {
    background-color: #b39c1c;
}

.bg-dark-red {
    background-color: #d9222a;
}

/*---------------------
  Logo / Img size
-----------------------*/

.logo {
    /* max-width: 350px;
    width: 100%; */
}

/*---------------------
  Typography
-----------------------*/
.xs-text {
    font-size: 0.6rem;
}

.sm-text {
    font-size: 0.8rem;
}

.md-text {
    font-size: 1rem;
}

.lg-text {
    font-size: 1.3rem;
}

.xl-text {
    font-size: 2rem;
}

.xxl-text {
    font-size: 2.5rem;
}

.title-text {
    font-size: 2rem;
}

.liunian-text{
    font-size: 1rem;
}

.input-text {
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border: none;
    border-radius: 0;
    display: block;
    padding: 5px 0;
    /* width: 100%; */
    z-index: 1;
    font-size: 1.5rem;
    border-bottom: 1px solid var(--yellowColor);
    color: var(--yellowColor) !important;
}

.changed input[type=checkbox],
.changed input[type=radio] {
    filter: grayscale(1);
    filter: hue-rotate(180deg);
}

.letter-spac {
    letter-spacing: 8px;
}

/*---------------------
   Text Color
-----------------------*/

.txt-white {
    color: var(--whiteColor) !important;
}

.txt-gold {
    color: var(--goldColor) !important;
}

.txt-grey {
    color: var(--greyColor) !important;
}

.txt-light-grey {
    color: var(--lightGreyAColor) !important;
}

.txt-yellow {
    color: var(--yellowColor) !important;
}


/*---------------------
    Color
-----------------------*/

.blue {
    color: var(--blueColor) !important;
}

.green {
    color: var(--greenColor) !important;
}

.orange {
    color: var(--orangeColor) !important;
}

.pink {
    color: var(--pinkColor) !important;
}

.purple {
    color: var(--purpleColor) !important;
}

.dark-green {
    color: #4dae47;
}

.dark-brown {
    color: #81641b;
}

.dark-blue {
    color: #15448a;
}

.dark-gold {
    color: #b39c1c;
}

.dark-red {
    color: #d9222a;
}

.btn-pdf {
    background: url(../img/button.png) center center no-repeat;
/*
    padding: 20px;
    margin: 5px;
*/
    border: none;
    width: 250px;
    height: 55px;
    /* margin-top: -8px; */
}

.col-cs {
    flex: 0 0 33.36%;
    max-width: 33.36%;
}

.col-cs-2{
    flex: 0 0 16.8%;
    max-width: 16.8%;
}

.cus-row{
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15.2px;
    margin-left: -15px;
}

.p-1.borderd{
    padding: .2rem!important;
    line-height: 1.3;
}

.dot{
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}

@media (min-width: 992px) {
    .input-text{
        max-width: 170px;
    }
}

@media (max-width: 992px) {

    .logo {
        /* max-width: 185px;
        width: 100%; */
        height: 100%;
    }

    .xs-text {
        font-size: 0.5rem;
    }

    .sm-text {
        font-size: 0.7rem;
    }

    .md-text {
        font-size: 0.8rem;
    }

    .lg-text {
        font-size: 1.2rem;
    }

    .letter-spac {
        letter-spacing: 2px;
    }

    .xl-text {
        font-size: 1.3rem;
    }

    .lg-text {
        font-size: 1rem;
    }

    .fa-circle {
        font-size: 10px;
    }

    .liunian-text{
        font-size: 0.55rem;
    }
}

@media (max-width: 450px) {
    .col-cs-2{
        flex: 0 0 17%;
        max-width: 17%;
    } 

    .xs-text {
        font-size: 5px;
    }

    .sm-text {
        font-size: 0.6rem;
    }

    .md-text {
        font-size: 0.7rem;
    }

    .lg-text {
        font-size: 0.9rem;
    }

    .title-text {
        font-size: 1.3rem;
    }

    .letter-spac {
        letter-spacing: 4px;
    }

    .xl-text {
        font-size: 1.1rem;
    }

    .xxl-text{
        font-size: 1.5rem;
    }
/*
    .liunian-text{
        font-size: 0.3rem;
    }
*/
    
    .dot{
        width: 8px;
        height: 8px;
    }
    
    .select-arrow-black{
        background-size: 15px;
    }
/*
    .container{
        padding: 5px!important;
    }
*/
}