﻿
.MyButton
{
    color: white;
    border: 2px solid #184db8;
    background: #184db8;
    border-radius: 40px;
    cursor: pointer;
    padding: 9px 30px;
    cursor: pointer;
    /* border-width: 1px; */
    /* border-radius: 2px; */
    font-size: 18px;
    font-weight: bold;
    -webkit-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 10px 20px -6px rgba(0, 0, 0, 0.12);
    text-decoration:none;
}
.MyButton:hover
{
    filter: brightness(130%);
}
.login{
        background: white;
        padding: 16px;
        position: fixed;
        width: 600px;
        margin: auto;
        display: table;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: 0px 0px 16px #0000003d;
        border-radius: 8px;
        padding-top: 0;
        /*margin-top: 16%!important;*/
        background-image: -webkit-linear-gradient(
    57deg , #88cd60 0%, #cbd7c4 100%, rgb(54 154 60) 100%);
    }
/* The popup form - hidden by default */
.form-container-close{
    text-align: right;
    margin-top: -10px;
    margin-right: 0px;
    /*height: 10px;*/
}

.form-popup {
    display: none;
    z-index: 999999;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 43%);
    top: 0px;
    left: 0px;
    overflow: auto;
}
/* Add styles to the form container */


.PhanQua{
    width:100%; cursor:pointer; cursor:pointer;border-radius: 5px;
}
.PhanQua:hover{
    filter: brightness(120%);
}
.img1 {
            height: 150px;
            width: 150px;
            opacity: 0.7;
        }
        .img1:hover {
            opacity:1;
        }
        

/*desktop*/
        @media screen and (min-width: 1131px) {
            .ConGiftMain
            {
                text-align: center; padding: 0px 0%; margin-top: 5px; width: 100%;
            }
            .ImgTieuDe
            {
                width:200px;
            }
            .ConScreen
            {
                padding: 0px 0%;
                overflow: hidden;
                /*background-image: url(/images/HinhNen_Mobile.png);*/
                background-size: 100% 100%;
                background-repeat: no-repeat;
                /*background-color: #5794d7;*/
                margin: 0% 33%;
                height:100vh;
                font-size: 15px;
            }
            .body
            {
                /*background-image:url('../images/Desktop_nen.png');
                background-size:cover;
                background-repeat:no-repeat;*/
                /*min-height:98.4vh;*/
                margin: auto;
            }
            .ConImgTrungThuong
            {
                margin-top: -25px;
            }
            .ConFields{
                padding: 0px 6%; 
                margin-top: 5%;
            }
            .dvField
            {
                width:50%;
                display: inline-block;
                text-align:center;margin-bottom: 5px;
            }
            .dvField1{
                width:100%;
                display: inline-block;
                text-align:center;margin-bottom: 5px;
            }
            .txtField{
                width:96%!important;
                display: inline-block;
            }
            .txtField1{
                width:98%!important;
                display: inline-block;
            }
            
            .form-container {
                margin: auto;
                width: 550px;
                margin-top: 9%;
                border-radius: 5px;
                background-color: white;
                /*padding: 10px;*/
                height:330px;
            }
            .Logo {
                text-align: left;
            }
            .ConGift{
                width: 40%;
                padding: 5px 10px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConGift1{
                width:16%; padding: 10px;margin-bottom:5px;
                display: inline-grid;
            }
            .ConGift2{
                width:14%; padding: 10px;margin-bottom:5px;
                display: inline-grid;
            }
            .ConText{
                margin: auto; width: 600px;
            }
            .myTextBox {
                width: 100%;
                line-height: 0px;
                padding: 8px 0px;
                font-size: 15px;
                background: #478055;
                border: 2px solid #6ba77a;
                color: #ffffff;
                border-radius: 10px;
                box-shadow: 0 0 0 0 transparent inset;
                -webkit-transition: color .1s ease, border-color .1s ease;
                transition: color .1s ease, border-color .1s ease;
                margin: 0;
                outline: 0;
                /*-webkit-appearance: none;*/
                text-align: center;
            }
        }
        /*iPad pro*/
        @media(max-width: 1130px) and (min-width: 769px) {
            .ConGiftMain
            {
                text-align: center; padding: 0px 0%; margin-top: 5px; width: 100%;
            }
            .ImgTieuDe
            {
                width:200px;
            }
            .ConScreen
            {
                padding: 0px 0%;
                overflow: hidden;
                /*background-image: url(/images/HinhNen_Mobile.png);*/
                background-size: 100% 100%;
                background-repeat: no-repeat;
                /*background-color: #5794d7;*/
                margin: 0% 35%;
                height:100vh;
                font-size: 15px;
            }
            .body
            {
                /*min-height: 100vh;
                background-size: 100vw auto !important;
                background-color: #f3f3f3 !important;
                background-repeat: no-repeat !important;*/
                margin: auto;
            }
            .ConImgTrungThuong
            {
                margin-top: -36px;
            }
            .ConFields{
                padding: 0px 0%; 
                margin-top: 5%;
            }
            .dvField
            {
                width:100%;
                /*display: -webkit-inline-box;*/ 
                text-align:center;margin-bottom: 5px;
            }
            .dvField1{
                width:100%;
                /*display: -webkit-inline-box;*/ 
                text-align:center;margin-bottom: 5px;
            }
            .txtField{
                width:99%!important;
                display: inline-block;
            }
            .txtField1{
                width:99%!important;
                display: inline-block;
            }
            .form-container {
                margin: auto;
                width: 90%;
                margin-top: 25%;
                border-radius: 3px;
                background-color: white;
                /*padding: 10px;*/
                height:330px;
            }
            .Logo {
                text-align: center;
            }
            .ConGift{
                width: 40%;
                padding: 5px 10px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConGift1{
                width: 30%;
                padding: 5px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConGift2{
                width: 30%;
                padding: 5px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConText{
                margin: auto; width: 100%;
            }
            .myTextBox {
                width: 100%;
                line-height: 0px;
                padding: 8px 0px;
                font-size: 15px;
                background: #478055;
                border: 2px solid #6ba77a;
                color: #ffffff;
                border-radius: 10px;
                box-shadow: 0 0 0 0 transparent inset;
                -webkit-transition: color .1s ease, border-color .1s ease;
                transition: color .1s ease, border-color .1s ease;
                margin: 0;
                outline: 0;
                /*-webkit-appearance: none;*/
                text-align: center;
            }
        }
        /*iPad mini*/
        @media(max-width: 768px) and (min-width: 767px) {
            .ConGiftMain
            {
                text-align: center; padding: 0px 0%; margin-top: 5px; width: 100%;
            }
            .ImgTieuDe
            {
                width:200px;
            }
            .ConScreen
            {
                padding: 0px 0%;
                overflow: hidden;
                /*background-image: url(/images/HinhNen_Mobile.png);*/
                background-size: 100% 100%;
                background-repeat: no-repeat;
                /*background-color: #5794d7;*/
                margin: 0% 15%;
                height:100vh;
                font-size: 15px;
            }
            .body
            {
                /*min-height: 100vh;
                background-size: 100vw auto !important;
                background-color: #f3f3f3 !important;
                background-repeat: no-repeat !important;
                */
                margin: auto;
            }
            .ConImgTrungThuong
            {
                margin-top: -36px;
            }
            .ConFields{
                padding: 0px 0%;
                margin-top: 5%;
            }
            .dvField
            {
                width:100%;
                /*display: -webkit-inline-box;*/ 
                text-align:center;margin-bottom: 5px;
            }
            .dvField1{
                width:100%;
                /*display: -webkit-inline-box;*/ 
                text-align:center;margin-bottom: 5px;
            }
            .txtField{
                width:99%!important;
                display: inline-block;
            }
            .txtField1{
                width:99%!important;
                display: inline-block;
            }
            .form-container {
                margin: auto;
                width: 500px;
                margin-top: 25%;
                border-radius: 3px;
                background-color: white;
                /*padding: 10px;*/
                height:330px;
            }
            .Logo {
                text-align: center;
            }
            .ConGift{
                width: 40%;
                padding: 5px 10px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConGift1{
                width: 30%;
                padding: 5px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConGift2{
                width: 30%;
                padding: 5px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConText{
                margin: auto; width: 100%;
            }
            .myTextBox {
                width: 100%;
                line-height: 0px;
                padding: 8px 0px;
                font-size: 15px;
                background: #478055;
                border: 2px solid #6ba77a;
                color: #ffffff;
                border-radius: 10px;
                box-shadow: 0 0 0 0 transparent inset;
                -webkit-transition: color .1s ease, border-color .1s ease;
                transition: color .1s ease, border-color .1s ease;
                margin: 0;
                outline: 0;
                /*-webkit-appearance: none;*/
                text-align: center;
            }
        }
        /*iPhone*/
        @media(max-width: 766px) {
            .ConGiftMain
            {
                text-align: center; padding: 0px 0%; margin-top: 5px; width: 100%;
            }
            .ImgTieuDe
            {
                width:70%;
            }
            .ConScreen
            {
                padding: 0px 0%;
                overflow: hidden;
                /*background-image: url(/images/HinhNen_Mobile.png);*/
                background-size: 100% 100%;
                background-repeat: no-repeat;
                /*background-color: #5794d7;*/
                margin: 0% 0%;
                height:100vh;
                font-size: 15px;
            }
            .body
            {
                /*min-height: 100vh;
                background-size: 100vw auto !important;
                background-color: #f3f3f3 !important;
                background-repeat: no-repeat !important;*/
                margin: auto;
            }
            .ConImgTrungThuong
            {
                margin-top: -36px;
            }
            .ConFields{
                padding: 0px 0%;
                margin-top: 5%;
                width: 100%;
            }
            .dvField
            {
                width:100%;
                /*display: -webkit-inline-box;*/ 
                text-align:center;margin-bottom: 5px;
            }
            .dvField1{
                width:100%;
                /*display: -webkit-inline-box;*/ 
                text-align:center;margin-bottom: 5px;
            }
            .txtField{
                width:99%!important;
                display: inline-block;
            }
            .txtField1{
                width:99%!important;
                display: inline-block;
            }
            .form-container {
                margin: auto;
                width: 90%;
                margin-top: 40%;
                border-radius: 3px;
                background-color: white;
                /*padding: 10px;*/
                height:330px;
            }
            .Logo {
                text-align: center;
            }
            .ConGift{
                width: 40%;
                padding: 5px 10px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConGift1{
                width: 30%;
                padding: 5px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConGift2{
                width: 30%;
                padding: 5px;
                margin-bottom: 5px;
                display: inline-grid;
            }
            .ConText{
                margin: auto; width: 100%;
            }
            .myTextBox {
                width: 100%;
                line-height: 0px;
                padding: 8px 0px;
                font-size: 15px;
                background: #478055;
                border: 2px solid #6ba77a;
                color: #ffffff;
                border-radius: 10px;
                box-shadow: 0 0 0 0 transparent inset;
                -webkit-transition: color .1s ease, border-color .1s ease;
                transition: color .1s ease, border-color .1s ease;
                margin: 0;
                outline: 0;
                /*-webkit-appearance: none;*/
                text-align: center;
            }
        }