/* Remove wordpress style sheets */

#phantom{
  display: none;
}

#main{
  padding: 0px;
  margin: 0px;
  height: unset
}



/* Enforce my own css */


textarea,
input{
    width: 100%;
    outline: none !important;;
    border: none !important;;
    text-align: center !important;;
    padding: 0px !important;;
    background-color: transparent!important;;
    resize: none !important;;
    font-family: Arial, Helvetica, sans-serif !important;;
}

textarea::-webkit-scrollbar {
    display: none !important;;
}

textarea,
input:focus{
    outline: none !important;;
    border: none !important;;
    padding: 0px !important;;
}


/*==============================*/
/*                              */
/*==============================*/




/*==============================*/
/*          General             */
/*==============================*/
#top_section{
    display: flex;
    height: 15%;
}

#divider{
    height: 5px;
    background-color: #d7d5d2;
    margin: 0px 20px;
}

#middle_section{
    display: flex;
    height: 74%;
}

#bottom_section{
    height: 10%;
    width: 100%;
    background-color: red;
    margin: 0px;
}

#divide{
    background-color: aqua;
    width: 100%;
    height: 0px;
}


textarea,
input{
    width: 100%;
    outline: none;
    border: none;
    text-align: center;
    padding: 0px;
    background-color: transparent;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
}

textarea::-webkit-scrollbar {
    display: none;
}

textarea,
input:focus{
    outline: none;
    border: none;
    padding: 0px;
}

.box{
    flex: 1; 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 20px;
}

.col_title{
    text-align: center;
    font-size: 30px;
    font-weight: bolder;
    margin-bottom: 10px;
    border: none;
    background-color: transparent;
}

.col_container{
    flex: 1; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;

    /* background-color: rgba(255, 213, 136 ); */
    height: 100%;
    width: 100%;
}




/*==============================*/
/*                              */
/*==============================*/
#top_col_1{
    display: flex;
    justify-content: center;
    align-items: start; 
    /* background-color: rgb(27, 189, 113); */
}

#contact_title{
    font-size: 15px;
}

#contact_area p{
    margin: 0px;
    margin-bottom: 5px;
}

#top_col_2{
    display: flex;
    justify-content: center;
    /* background-color: rgb(204, 22, 77); */
}

#top_col_3{
    display: flex;
    justify-content: center;
    align-items: end;
    /* background-color: rgba(0, 4, 233, 0.829); */
}


#top_logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-image: url("https://www.amchamchina.org/wp-content/uploads/2020/12/AmC-Next100-En.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#pill_area{
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

#pill_area p {
    font-size: 10px;
    background-color: #d7d5d2;
    color: white;
    padding: 3px 6px;
    border-radius: 15px;
}

#top_qrcode{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 50%;
    height: 100%;
    /* background-color: gray; */
}

#qrcode{
    width: 80px;
    height: 80px;
    background-image: url("https://www.amchamchina.org/wp-content/uploads/2022/02/AmC-wechat-QR.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#top_qrcode::after {
    display: block;
    content: "AmCham China @WeChat";
    text-align: center;
    font-size: 10px;
    width: 80px;
  }



p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}


#image-input{
    margin-bottom: 50px;
}


#display-image{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: whitesmoke;
    height: 100%;
    width: 100%;
    border: none;  
    border-color: rgb(192, 192, 192);
    background-position: center;
    background-size: cover;
}


.upload-btn{
    margin: 0px;
    padding: 0px;
    opacity: 0.001; 
    width: 50px;
    height: 50px;
    cursor: pointer;
}


.upload-btn-icon{
    color: white;
    font-size: 37px;
    font-weight: bolder;
    position: absolute;
}


.btn-container{
    position: absolute;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-color: rgb(0, 135, 238);
    max-width: min-content;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    overflow: hidden; 
    transition: all 0.6s;
}

.btn-container:hover{
    transform: scale(0.9);
}
 

.display-image-overlay{
    border-width: 0px;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.829);
    opacity: 0;
    /* border-radius: 10px; */
    transition: all 0.6s;
}


.overlay{
    opacity: 0;
}


.overlay:hover{
    opacity: 0.6;
}


#hidden-img-input{
    width: 0px;
    height: 0px;
    display: none !important;
}



/*==============================*/
/*                              */
/*==============================*/





#middle_col_1{
}

#middle_col_2{
    /* background-color: rgb(22, 101, 204); */
}



.mid_block{
    flex: 1;
    width: 100%;
}

.mid_banner{
    width: 100%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-bottom: 10px;
    padding: 5px 0px;
}

.mid_banner_title{

    height: 30px;
    font-size: 18px;
    font-weight: 900;
    background-color: transparent;
}

.mid_banner_text{
    text-align: center;
}

#mid_banner_1{
    background-color: #ff6f78;
}

#mid_banner_2{
    background-color: #cfb299;
}

#mid_banner_3{
    background-color:#7b85c5;
}

#mid_banner_4{
    background-color:#92dcd2;
}



#middle_col_3{
    /* background-color: rgba(105, 153, 51, 0.829); */
}


#middle_col_1 .col_container{
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #d7d5d2;

    display: flex;
    justify-content: space-around;
}

#circle_title{
    font-size: 15px;
    width: 60%;
    font-weight: bolder;
    font-weight: 800;
    text-align: center;
}

#circle_container{
    display: flex;
    /* background-color: #7b85c5; */
}

.circle{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    border-radius: 100%;   
    font-family: Arial, Helvetica, sans-serif;
}

.circle input{
    font-weight: bolder;    
}

#circle-1{
    transform: translateX(5px);
    background-color: #cfb299;
}

#circle-2{
    transform: translateX(-5px);
    background-color: #093766;
}
#circle-2 input{
    color: white;
}

.bar_container{
    display: flex;
    width: 85%;
    height: 45px;
    background-color: yellow;
}
.bar_item{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}
#bar_item_1{
    background-color: #ff422e;
    width: 27%;
}
#bar_item_2{
    background-color: #037cbf;
    width: 29%;
}
#bar_item_3{
    background-color: #cfb299;
    width: 26%;
}
#bar_item_4{
    background-color: #093766;
    width: 18%;
}
#bar_item_5{
    background-color: #037cbf;
    width: 20%;
}
#bar_item_6{
    background-color: #ff422e;
    width: 50%;
}
#bar_item_7{
    background-color: #093766;
    width: 30%;
}
.mid_col_1_text{
    text-align: center;
    width: 85%;
}

.mid_col_3_label{
    font-weight: bolder;
    font-size: 14px;
    text-decoration: underline;
}

.mid_col_3_box{
    display: flex;
    justify-content: space-between;
    height: 25%;
    width: 100%;
    margin-bottom: 7px;
    /* background-color: #ff422e; */
}

.mid_col_3_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 80px; 
    border-radius: 15px !important;
    background-color: #90b6df;
    color: white;
}

.icon{
    font-size: 50px;
}

.mid_col_3_text{
    flex: 1;
    padding: 0px;
    margin-left: 28px;
    /* background-color: green; */
}

ul{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}








/*  ------------------- Adjustments ---------------------*/

.mobile-header-bar{
    display: none !important;;
}

div.masthead:nth-child(3){
    display: none;
}

div.vc_row:nth-child(1) > div:nth-child(1) > div:nth-child(1){
    padding: 0px;
    margin: 0px;
}

div.wf-wrap:nth-child(2){
    padding: 0px !important;;
    margin: 0px !important;;
}


#page{
    height: 100vh;
}

#main{
    height: 100vh;
}

body{
    height: 100vh;
    width: 100%;
}


/**/
.bar_container{
    height: 30px;
}

.col_title{
    color: black !important;
    font-weight: bold !important;
    font-size: 22px !important;
    margin-bottom: 10px !important;;
}

div{
    font-size: 11px;
    line-height: normal !important;;

}

p{
    margin: 0px !important;;
    font-size: 11px !important;;
    line-height: normal !important;;
}

.circle{
    height: 90px;
    width: 90px;
}

.cirlce input{
    font-size: 10px !important;;
}


#circle-1 > input:nth-child(1){
    font-size: 15px !important;
    font-weight: bold;
    margin: 0px !important;
    color: black;
    height: unset;
}

#circle-1 > input:nth-child(2){
    font-size: 11px !important;
    margin: 0px !important;
    color: black;
    font-weight: bold;
    height: unset;
}


#circle-2 > input:nth-child(1){
    font-size: 15px !important;
    font-weight: bold;
    margin: 0px !important;
    height: unset;
}

#circle-2 > input:nth-child(2){
    font-size: 11px !important;
    margin: 0px !important;
    font-weight: bold;
    height: unset;
}

#circle_title{
    color: black !important;
    font-weight: bold !important;
    margin: 0px;
}

#top_section{
    height: 95px;
}

#pill_area{
    margin-top: 5px;
}

#pill_area p{
    font-size: 8px !important;;
    padding: 3px 5px !important;;  
}

#middle_section{
    height: 100%;
/*     transform: scale(0.85) */
}

.mid_col_3_label{
    font-weight: 700;
}

.wpb_raw_code{
    margin-bottom: 10px;
}

.mid_banner_title{
    display: grid;
    justify-content: center !important;
    align-items: center !important;
    color: black !important;
    font-weight: bold !important;
    height: 25px !important;
    margin: 0px !important;;
}


.mid_col_3_icon{
    display: flex;
    justify-content: center;
    align-content: center;
    height: 70px;
    width: 70px;
}

.icon{
    display: flex;
    justify-content: center;
    align-items: center !important;
/*     background-color: rebeccapurple; */
    margin: 0px !important;;
    line-height: unset !important;;
    font-size: 50px;
    align-self: center;
    align-items: center;
    text-align: center;
}

i.icon{
    width: 50px;
    height: 50px;
    align-self: center;
    align-items: center;
    text-align: center;
}

div.vc_row:nth-child(1){
    margin: 0px;
/*     height: 500px !important; */
/*     transform: scale(0.9,0.8) */
}


div.vc_row:nth-child(2){
    margin: 0px;
/*     transform: scale(0.85) */
}