@font-face {
    font-family: light;
    src: url(fonts/Prompt-Light.ttf);
}

@font-face {
    font-family: reg;
    src: url(fonts/Prompt-Regular.ttf);
}

@font-face {
    font-family: med;
    src: url(fonts/Prompt-Medium.ttf);
}


@font-face {
    font-family: semiBold;
    src: url(fonts/Prompt-SemiBold.ttf);
}



:link { color: #525454; }
:visited { color: #525454; } 



body{
    background-color: white;
    margin:0; 

    color:#525454;
    font-family: light ,arial,sans-serif;
    font-size:16px;
}

.link {
    text-decoration: underline;
    cursor: pointer;
    color: #1582AE;
}

.mainContent{
    box-sizing: border-box;
}

.margin {
    margin: 20px;
}

.areaFixTopOfScreen {
    position: fixed;
    width:100%;
    z-index: 10;
}

.header_bg {
    background-image: linear-gradient(  #1E92C0,#1E92C0,#1582AE,#05638D );
    height: 47px;
    
}
.header_login{
    width:30px;
    height:30px;

    position: relative;
    float: right;
    top:10px;
    right:14px;

}
.header_loginIcon {
    width:25px;
    cursor: pointer;
    transition: transform 0.2s;
    border-radius: 50%;
}

.header_loginIcon:hover {
    transform: scale(1.1);
}


.header_menuMember_wraper{
    position: fixed;
    background-image: linear-gradient( #f7f7f7,#ebebeb,#c7c7c7 );
    right: 0px;
    width: 210px;
    top: 47px;
    border-radius: 0px 0px 0px 10px;
    padding: 0px;
    padding-top: 0px;
    z-index: 5;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 15%);
    display:none;
}

.header_menuMember_item{
    font-size: 16px;
    color: black;
    font-family: light;
    text-align: right;
    border-bottom: 1px solid rgb(207, 207, 207);
    padding: 5px;
    padding-right: 19px;
    transition: background-color 0.3s;
}

.header_menuMember_item:hover{
    background-color: #cfcfcf;
    cursor: pointer;
}

.header_menuMember_item:last-child{
    border-bottom:0px;
    border-radius: 0px 0px 0px 10px;
}
.header_menuMember_item:last-child:hover{
    border-bottom:0px;
    border-radius: 0px 0px 0px 10px;
    background-color: #ccb0b0;
}

#iconLogout {
    width: 18px;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.transparentScreen{
    position: fixed;
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
}


.header_verticalLine {
    border-left: 1px solid white;
    height: 23px;

    position: relative;
    float: right;
    top: 11px;
    right: 28px;
}
.header_languageBar {

    width:74px;
    
    position: relative;
    float: right;
    top:11px;
    right:40px;
}

.header_languageBar_child {
    float: left;
    text-align: center;
    border: 1px solid white;
    
    color: white;
    width: 33px;
    height: 21px;
    font-family: reg;
    font-size: 14px;
}

.header_languageBar_child:hover, .header_languageBar_child:active {
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.header_TH {    
    border-radius: 4px 0px 0px 4px;
}

.header_EN {
    border-radius: 0px 4px 4px 0px;
}

.header_language_selected {
    background-color: white;
    color: #1582AE;
}

.header_language_selected:hover{
    background-color: white;
    cursor:default;
}

.menuBar_bg {
    background-color: white;
    height: 54px;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 18%);
}

.menuBar_logo {
    height: 37px;
    position: relative;
    top: 7px;
    left: 22px;
}

.header_emptyArea {
    height:100px;
    
}

.pageContent {
    margin: 20px;
    margin-top: 5;
}

.pageContent_centerS{
    max-width: 686px;
    margin: auto;
    padding: 20px;
    padding-top: 5px;
}

.pageContent_centerM {
    max-width: 944px; 
    margin:auto; 
    padding:22px
}

.menu_wrapper {
    background-color: #555555;
    width: 189px;
    
    position: absolute;
    float: right;
    right: 0px;
    border-radius: 0px 0px 0px 10px;
    padding: 10px;
    opacity: 0.98;

    box-shadow: 0px 5px 8px rgb(0 0 0 / 0.37);

    clip-path: inset(0px 0px 330px 0px); 

    z-index: 2;
    
}


.menu_item {
    font-family: light;
    font-size: 17px;
    padding: 3px;
    text-align: right;
    color: #dddddd;
    padding-right: 8px;
    border-bottom: 1px solid #666;

    transition: background-color 0.2s;
}

.menu_item:hover {
    background-color: #727272;
    cursor: pointer;
    color: white;
}


.memberBar_grayArea {    
    background-image: linear-gradient(rgb(235 235 235), rgb(231 231 231),rgb(213 213 213));
    width: 100%;
    height: 46px;
}

.memberBar_memberMenu_wrapper {
    padding-top: 20px;
    margin-left: 16px;
}

.memberBar_memberMenu_item {
    background-image: linear-gradient( #1E92C0,#1E92C0,#1582AE,#05638D );
    float: left;
    font-family: light;
    font-size: 14px;
    color: white;
    margin-left: 3px;
    margin-right: 3px;
    padding: 2px;
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 7px 7px 0px 0px;
    transition: filter 0.2s;
}

.memberBar_memberMenu_item:hover{
    filter: brightness(1.2);
    cursor: pointer;
}


.memberMenu_item_selected {
    background-image: linear-gradient( #FFF,#FFF );
    color: #05638D;
    height: 23px;
}

.memberKids_kids_container {
    margin-top: 2px;
    margin-left: 19px;
    margin-right: 19px;
}


.memberKids_kids_item{
    width: 78px;
    text-align: center;
    float: left;
    margin-top: 13px;
}


.memberKids_kids_face {
    width: 56px;
    height: 56px;
    object-fit: cover;
    margin: 2px;
    object-position: 0% 0%;

    border-radius: 50%;
    border: solid white 2px;
    /* outline: #c7c7c7 solid 1px; */
    transition: transform 0.25s;
    box-shadow: 0px 0px 4px 1px #aaa;
}

.memberKids_kids_face_selected{
    border: #ffffff solid 2px;
    box-shadow: 0px 0px 7px 1px #008bc5;
}

.memberKids_kids_face:hover{
    transform: scale(1.13);
    cursor: pointer;
}

.memberKids_kids_name {
    font-family: light;
    font-size: 13px;
    color: #1E92C0;
    text-align: center;
    margin-top: 2px;
}

#memberKids_kids_buttonAddMoreKid {
    box-shadow: 0px 0px 0px 0px #ffffff;
}

.arrowUpHidden {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 12px solid #1E92C0;
    margin: auto;
    visibility: hidden;
}

.arrowVisible{
    visibility : visible;
}

.memberKids_menu_blueBar{
    background-color: #1E92C0;
    width: 100%;
    /* height: 33px; */
    box-sizing: border-box;
    float: left;
    position: relative;
    top: -1px;
    padding-left: 18px;
    }

.memberKids_menu_item {
    font-size: 15px;
    font-family: light;
    float: left;
    color: white;
    padding: 6px;
    padding-left: 10px;
    padding-right: 10px;
    transition: background-color 0.2s;
}

.memberKids_menu_itemSelected {
    background-image: linear-gradient( #1E92C0,#1582AE,#05638D,#05638D );
}

.memberKids_menu_item:hover {
    background-color: #34a7d4;
    cursor: pointer;
}

.topShadow {
    box-shadow: 0px -4px 5px 0px rgb(0 0 0 / 15%);
}





.donateTitleBoxSelectProject {
    background-image: linear-gradient( #1E92C0,#1E92C0,#1582AE,#05638D );
    color: white;
    width: 150px;
    text-align: center;
    padding: 3px;
    margin: auto;
    border-radius: 0 0 9px 9px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 24%);
    font-family: reg;
    
    margin-bottom: 10px;
}


.donate_iconShowMore {
    width: 11px;
    transition: opacity 1s;
}

.donateMoneyPanel {
    text-align: center;
    height: 66px;
    transition : height 0.5s;
       
}

.donateMoneyPanelOpen {
    height: 80px;
}

.donateMoneyPanelClose {
    height: 0px;
}


.donateMoneyPanelInsideShow {
    
    opacity: 0;
    animation: ease 0.3s donateMoneyPanelInsideDisplay forwards;
    
}

.donate_textProjectTitle {
    position: relative;
    top:2px;
}


@keyframes donateMoneyPanelInsideDisplay {
    0% {
        opacity: 0;
    }
   
    100% {
       opacity: 1;       
    }
  }

.donateMoneyPanelInsideHidden {
    display: none;
    
}

.donateMoneyPanelLine2 {
    margin: auto;
    margin-top: 5px;
    width: 300px;
    height: 34px;
    
    
    
}
.donateMoneyBillOptions {
    font-size: 14px;
    background-color: #d8d8d8;
    width: 50px;
    border-radius: 3px;
    margin: 3px;
    float: left;
    padding: 2px;
    transition: background-color 0.2s;
    font-family: reg;
     
}

.donateMoneyBillOptions:hover {
    background-color: #ebebeb;
    cursor: pointer;
}

.donateTitleWrapper {
    width:100%;
    background-color: yellow;
    margin-top: 5px;
    
}

.donateTitleText {
    font-family: med;
    color:#1582AE;
    margin-top: 6px;
    margin-bottom: 6px;
}

.donateTableList {
    width: 100%;
    
}

.donateListInfo {
    margin-bottom: 10px;
}

.donateListInfoShow {
    display: block;
}


.donateListInfoHidden {
    display: none;
}

.donate_TotalOnTopOfPage {
    color: white;
    position: fixed;
    z-index: 10;
    left: 22px;
    top: 10px;
    font-family: light;
    font-size: 17px;
    
    transition: opacity 1s;
}

.donate_TotalButtomOfPage {
    text-align: center;
    margin-top: 19px;
    font-size: 16px;
    margin-bottom: 11px;

    transition: opacity 1s;
}

.donate2_circle_container {
   
    width: 100%;
    height: 76px;
    box-sizing: border-box;
    margin-top: 37px;
}

.donate2_circle_wrapper {
    
    width: 33%;
    text-align: center;
    float:left;


}

.donate2_circle {
    
    height: 25px;
    width: 25px;
    color: white;
    font-family: 'med';
    font-size: 15;
    border-radius: 50%;
    border: solid 2px white;
    box-shadow: 0px 0px 0px 1px #008bc5;
    text-align: center;
    margin: auto;
}



.donate2_circle {
    height: 25px;
    width: 25px;
    color: white;
    font-family: 'med';
    font-size: 15;
    border-radius: 50%;
    border: solid 2px white;
    
    text-align: center;
    margin: auto;
}

.donate2_circle_blue {
    background-color: #008bc5;
    box-shadow: 0px 0px 0px 1px #008bc5;
}

.donate2_circle_orange{
    background-color: #e27300;
    box-shadow: 0px 0px 0px 1px #c76500;
}

.donate2_circle_gray {
    background-color: #939393;
    box-shadow: 0px 0px 0px 1px #939393;
}

.donate2_circle_bigger {
    height: 35px;
    width: 35px;
    font-size: 22px;
    position: relative;
    top: -5px;
}


.donate2_circle_textInCircle {
    position: relative;
    top:1px;
    
}

.donate2_circle_textUnder {
    font-size: 12;
    line-height: 1;
    margin-top: 7px;
}

.donate2_circle_lineConnectingDots {
    background: #008bc5;
    position: relative;
    height: 1px;
    width: 66%;
    top: 16px;
    z-index: -1;
}

.donate2_circle_lineConnectingDots:before {
    content: '';
    background: #7c7c7c;
    width: 50%;
    height: 1px;
    position: absolute;
  }

.donate2_summary_container {
    max-width:600px;
    margin:auto;
    margin-top: 3px;
    margin-bottom: 34px;
    box-shadow: 1px 3px 7px 2px #cdcdcd;
    border-radius: 8px;
}

.donate2_summary_textOnTop{
    text-align: center;
    padding-top: 12px;
    font-family: 'reg';
}


.donate2_summary_wraper_bottom {
    background-color: #939393;
    width: 100%;
    border-radius: 0 0 8px 8px;
    padding: 3px;
    box-sizing: border-box;
    height: 36px;

}

.donate2_summary_table {
    width: 90%;
    margin: auto;
    margin-top: 6px;
    margin-bottom: 6px;
}

.donate2_summary_tableTextTrackingNumber{
    color: white;
    font-size: 14px;
    position: relative;
    top:2;

}

.donate2_summary_tableTheTrackingNumber{
    color: white;
    font-size: 19px;
    font-family: 'med';
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.contentContainer_blue_shadowTop {
    
   background-image: linear-gradient(#025a83,#0c76a0);
   
    width: 100%;
    height: 10px;
}

.contentContainer_blue_shadowBottom {
    background-image: linear-gradient(#0c76a0,#025a83);
    width: 100%;
    height: 10px;
}

.contentContainer_blue {
    background-color:#0c76a0;
    color: white;
    text-align: center;
    padding: 22px;
    padding-top:8px;
}


#donate2Content {
    margin-top: 24px;
}


.reportBoxContainer {
    width: 90%;
    margin: auto;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 15%);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 25px;
}

.reportBoxHeader{
    color: white;
    font-family: 'reg';
    font-size: 18px;
    padding: 6px;
    padding-left: 17px;
    height: 26px;
    border-radius: 10px 10px 0px 0px;
    transition: filter 0.2s;
    cursor: pointer;
}

.reportBoxHeader:hover
{
    filter: brightness(1.2);
}


.reportBoxHeader_noLink:hover {
    filter: brightness(1);
    cursor: default;
}

.reportBoxHeader_active1{
    background-image: linear-gradient(120deg, #249bca,#1E92C0,#1582AE,#05638D );
}

.reportBoxHeader_active0{
    background-image: linear-gradient(120deg, #8b8b8b,#505050 );
}



.reportBoxBody {
    padding: 10px;
    padding-top: 15px;
    padding-bottom: 7px;
    border-radius: 0px 0px 10px 10px;

}


.trackingBoxContainer {
    width: 90%;
    margin: auto;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 15%);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 25px;
 
}

.trackingBoxHeader {
    color: white;
    font-family: 'reg';
    font-size: 18px;
    padding: 6px;
    padding-left: 21px;
    height: 26px;
    background-color:#0c76a0;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}

.trackingBoxBody {
    padding: 21px;
    padding-top: 15px;
    padding-bottom: 7px;
    background-color: #e9e9e9;
    text-align: center;
}


.bBoxContainer {
    background-color: white;
    margin-bottom: 15px;
    border-radius: 6px;
    box-shadow: 0px 3px 4px rgb(0 0 0 / 15%);
    margin-bottom: 18px;
    padding: 9px;
    padding-left: 14px;
    padding-left: 14px;
}

.trackingAirrowDown {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 16px solid #0c76a0;
    margin: auto;
    transform: rotate(180deg);
}




.trackingWhiteBoxContainer {
    width: 90%;
    margin: auto;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 25px;
    margin-top:13px;
    
}

.trackingWhiteBoxHeader {
    box-sizing: border-box;
    margin: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #d55100;
    font-family: 'reg';
    font-size: 18px;
    padding: 6px;
    height: 37px;
    border-bottom: #d55100 solid 1px;

}

.trackingWhiteBoxBody {
    margin: 20px;
    margin-bottom: 11px;
    margin-top: 10px;
    display: table;
    
    
}

.trackingWhiteBoxPhotosWraper{
    background-color: rgb(230, 230, 230);
    width: 100%;
    
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-top:10px;
    padding-bottom: 10px;
    float:left;
}



.trackingBill {
    height: 75px;
    max-width: 150px;
    border: solid white 5px;
    border-radius: 4px;
    float:left;
    margin: 5px;
    transition: filter 0.2s;
}

.trackingBill:hover {
    cursor: pointer;
    filter: brightness(1.2);
}




.trackingWhiteBoxFooter {
    height: 10px;
    background-color:#999;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 20%);
    text-align: center;
    border-radius: 0px 0px 10px 10px;
}


#staff_createEx2_textDeletePhoto
{
    margin: 14px;
    float: left;
    margin-top: 35px;
}



#tableReport {
    color:#0c76a0;
    border-collapse: collapse;
    width: 100%;
    font-size:14px;
    
}

#tableReport td  {
    border: 1px solid #ddd;
    padding: 2px;
  }

#tableReport th {
    border: 0px solid rgb(156, 156, 156);
    padding: 2px;
    cursor: default;
}


#tableReport tr:nth-child(even){
    background-color: #ededed;
    
}

#tableReport tr:hover {
    background-color: #d9e9f8;
    cursor: pointer;
}

#tableReport th {
 
  text-align: center;
  background-color:#0c76a0;
  color: white;
  font-family: light;
  
}

#tableReport th:hover {
 
    text-align: center;
    background-color:#289bc9;
    color: white;
    font-family: light;
    cursor: pointer;
    
}

.trSum td{
    background-color: #969696;
    border: 0px!important;
    cursor: default;
    color: white;
}


#tableReportEx {
    color:#444;
    border-collapse: collapse;
    width: 100%;
    font-size:14px;
    
}

#tableReportEx td  {
    border: 1px solid #ddd;
    padding: 2px;
  }

#tableReportEx th {
    border: 0px solid rgb(156, 156, 156);
    padding: 2px;
    cursor: default;
}


#tableReportEx tr:nth-child(even){
    background-color: #ededed;
    
}

#tableReportEx tr:hover {
    background-color: #d9e9f8;
    cursor: pointer;
}

#tableReportEx th {
 
  text-align: center;
  background-color:#b54500;
  color: white;
  font-family: light;
  
}

#tableReportEx th:hover {
 
    text-align: center;
    background-color:#cf5102;
    color: white;
    font-family: light;
    cursor: pointer;
    
}


.reportIn_airrowDown{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #ffffff;
    margin: auto;
    transform: rotate(180deg);
    display: inline-block;
    margin-left: 6px;
}


.reportIn_airrowUp {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #ffffff;
    margin: auto;
    transform: rotate(0deg);
    display: inline-block;
    margin-left: 6px;
}

.staffApproveIn_bill{
    max-width: 247px;
    border: solid white 5px;
    border-radius: 4px;
    transition: filter 0.2s;
    margin-bottom: 20px;
}


.tracking_waitForStaffToApprove{
    background-color: #6b6b6b;
    
    text-align: center;
    border-radius: 5px;
    
    margin-top: 0px;
    margin-bottom: 15px;
    padding: 10px;

}

.tracking_table_historyFundAdjustment {
    color: #AAA;
    font-size: 14px;
}

.staffCreateEx_table {
    
    border-collapse: collapse;
    width: 100%;
    font-size:14px;
    
}

.staffCreateEx_table td  {
    border: 1px solid #ddd;
    padding: 2px;
  }

.staffCreateEx_table th {
    border: 0px solid rgb(156, 156, 156);
    padding: 2px;
    cursor: default;
}

.login_buttonLoginWithGoogle {
    width: 209px;
    border-radius: 14px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 24%);
    font-family: reg;
    font-size: 14px;
    height: 86px;
    padding: 0px;
    padding-top: 15px;

    transition: filter 0.2s;
    cursor: pointer;
}

.login_buttonLoginWithGoogle:hover {
    filter:brightness(1.2);
}

.icon_google {
    width: 50px;
    padding-bottom: 3px;
}


.loginPage_wrapper {
    border-radius: 14px;
    border: 1px solid #DDD;
    min-width: 288px;
    max-width: 476px;
    margin: 11px;
    padding-top: 22px;
    padding-bottom: 37px;
}


.setting_notification_wrapper {
    opacity: 100%; /*  เขียนไปงั้นๆแหละ ไม่มีประโยชน์ */
}

#memberInfo_profileImage {
    width: 96px;
    height: 96px;
    margin: 10px;
    background-color: #1784b0;
}


#memberInfo_profileImage:hover {
    transform: scale(1);
}


#memberInfo_tableMemberDetail {
    width:317px;
}

.memberInfo_IconEdit {
    width:16px;
    transition: transform 0.2s;
    transition: filter 0.2s;
}


.memberInfo_IconEdit:hover {
    transform: scale(1.1);
    filter: brightness(1.1);
    cursor: pointer;
}


#index_topImage 
{
    box-shadow: 0px 2px 12px #787878;
    width: 100%;
}



.shadow {
    width:100%;
    height: 15px;
    background-image: linear-gradient(#cfcfcf, #f0f0f0);
}

.bgGray {
    background-color: #f0f0f0;
    text-align: center;
}

.bgBlue {
    width:100%;
    
    background-image: linear-gradient(#1F92BF,#1F92BF,#03638C);
}

.index_boxes {
    
    box-shadow: 0px 2px 6px #afafaf;
    background-color: white;
    border-radius: 8px;
    margin: 26px;
    margin-top:0px;
    padding: 16px;
}

.index_icon {
    width:100px;
    margin-bottom: 15px;
}

.index_trackingIcon 
{
    width:96px;
}




#aboutUs_topImage 
{
  
    width: 100%;
}


.containerBox {
    position: relative;
    text-align: center;
    color: white;
  }

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

 }

.aboutUs_textInTheBox {
    width: 350px;
}

#aboutUs_image2 {
    object-fit: cover;
    width:100%;
        min-height: 424px;
}


.center {
    margin:auto;
    text-align: center;
    
}

.aboutUs_icon {
    width:42px;
  
}
.aboutUs_airrowDown_white {

    width: 0px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
    margin: auto;
    transform: rotate(180deg);
    display: inline-block;
    margin-left: -14px;
    /* transform: rotate(90deg); */
    position: absolute;
 
}

.aboutUs_airrowDown_gray {

    width: 0px;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f3f3f3;
    margin: auto;
    transform: rotate(180deg);
    display: inline-block;
    margin-left: -14px;
    /* transform: rotate(90deg); */
    position: absolute;
 
}










/********** Footer *********/


.pageFooter {
    background-color: #525454;
    padding: 21px;
    height: 242px;
    width: 100%;
    float: left;
    box-sizing: border-box;
}


.lineWhite {
    border-bottom: solid 1px rgb(207, 207, 207);
    padding-top: 7px;
    
}

.footerInfoWraper {
    padding: 12px;
    
    
    
}

.footerInfoIcon
{
    padding: 4px;
    padding-right: 10px;
    width: 12px;
    float: left;
    
}

.footerInfoItemText{
    float: left;
    font-family: light;
    font-size: 12;
    color: white;
}

#footer_socialMedia_wrapper {
    
    float: left;
    position: relative;
    top: -5px;
    left: 28px;
}

.footer_socialMedia_icon {
    float: left;
    width: 40px;
    padding: 8px;
    padding-top: 0px;
}




/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .hiddenIfSmallScreen{
        display: none;
    }

    .youTubeVideo
    {
        width: 300px;
        height: 168px;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  
    .memberBar_grayArea {
        height: 54px;
    }
    .memberBar_memberMenu_item{
        font-size: 17px;
        margin-left: 4px;
        margin-right: 4px;
        padding: 4px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .memberKids_kids_item{
        margin-right: 5px;
    }
    .memberMenu_item_selected {
        height: 27px;
    }
    .memberKids_menu_item {
        font-size: 18px;
        padding-left: 20px;
        padding-right: 20px
    }
  
    .index_boxes {
        width: 39%;
        float: left;
        margin-right: 0px;
        margin-top: 0px;
        height: 190px;
    }
    
    .aboutUs_textInTheBox {
        width: auto;
    }

    .youTubeVideo
    {
        width: 550px;
        height: 309px;
    }

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .trackingBoxContainer{
        width: 45%;
        float:left;
        margin-left: 22px;
    }

    .trackingWhiteBoxContainer {
        width: 45%;
        float: right;
        margin-top:0px;
        margin-right:22px;
    }

    .trackingAirrowDown {
        transform: rotate(90deg);
        position: absolute;
        left: 49%;
        top: 490px;
        
    }
    .trackingWhiteBoxHeader {
        margin-top:1px;
    }
    
    .reportBoxContainer {
        margin-right: 20px;
        max-width: 313px;
        float: left;
    }

    .loginPage_wrapper {
        display: table;
        width: 40%;
    }

    #donate4_lineBeforeSetting
    {
        width: 50%;
    }

    #donate4_settingWrapper {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px;
        float: left;
        width: 54%;
        box-sizing: border-box;
    }

    .index_boxes {
        width: 17%;
        height: 310px;
    }

    #index_topImage{
        object-fit: cover;
        height: 400px;
    }

    .textFlexible {
        font-size: 16px;
    }

    #aboutUs_image2 {
        object-fit: cover;
        height: 424px;
    }
   
    .youTubeVideo
    {
        width: 712px;
        height: 400px;
    }
    






}
/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .menuIcon{ /* ซ่อนปุ่มเมนู */
        display: none;
    }
    .menu_wrapper { /* ซ่อนแถบเมนูสีดำ */
        
        width: 527px;
        top: 48px;
        box-shadow: none;
        background-color: transparent;
        clip-path: inset(0px 0px -25px -25px);
    }

    .menu_wrapper_en { /* ซ่อนแถบเมนูสีดำ */
        
        width: 438px;
        
    } 

    .menu_wrapper_animationClose
    {
        /* animation: ease .3s menuAnimationOpen forwards; */
        clip-path: inset(0px 0px -25px -25px) !important; 
    }
    .menu_item {
        width: auto;
        float: left;
        border: 0px;
        padding-left: 10px;
        padding-right: 10px;
        color: #05638D;
        font-size: 18px;
        background-color: rgba(231, 231, 231, 0);
        transition: background-color 0.3s;
    }
    .menu_item:hover {
        color: #05638D;
        border-radius: 5px;
        background-color: rgba(231, 231, 231, 1);
    }
    .index_boxes {
        width: 19%;
        height: 240px;
    }
    .textFlexible {
        font-size: 17px;
    }
    .index_trackingIcon 
    {
        width:115px;
    }


   

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .index_boxes {
        width: 19.6%;
        height: 220px;
    }
    .textFlexible {
        font-size: 19px;
    }
    .index_trackingIcon 
    {
        width:125px;
    }
    .donateMoneyBillOptions{
        margin: 3px;
        width: 62px;
    }
    .donateMoneyPanelLine2 {
        width: 360px;
        
    }
    .donateMoneyPanelOpen{
        height: 90px;
    }

    .donateAmountTextbox{
        font-size: 18px !important;
    }
  
 
}




.blackScreen {
    position: fixed;
    width: 200%;
    height: 200%;
    background-color: rgba(0,0,0,60%);
    z-index: 20;
    top: 110%;
    opacity: 50%;
    transition: opacity 0.3s;
    
    
}

.blackScreen_show {
    opacity: 100%;
    top: 0%;
    left: -50%;
}

#blackScreenImg {
    max-width: 90%;
    max-height: 90%;
    position: fixed;
    left: calc(-50vw + 50%);
    right: calc(-50vw + 50%);
    margin-left: auto;
    margin-right: auto;
    margin-top:40px;
    z-index: 21;
}

/* END OF FILE*/