@import url(https://fonts.googleapis.com/css?family=Kanit);
@import url(https://fonts.googleapis.com/css?family=Dancing Script);
@import url(https://fonts.googleapis.com/css?family=Lobster);
@import url(https://fonts.googleapis.com/css?family=Quicksand);
@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(https://fonts.googleapis.com/css?family=Cinzel);
@import url(https://fonts.googleapis.com/css?family=Mali);
@import url(https://fonts.googleapis.com/css?family=Indie Flower);
@import url(https://fonts.googleapis.com/css?family=Itim);
@import url(https://fonts.googleapis.com/css?family=Bai Jamjuree);
@import url(https://fonts.googleapis.com/css?family=Satisfy);
@import url(https://fonts.googleapis.com/css?family=Rampart One);
@import url(https://fonts.googleapis.com/css?family=Amatic SC);
*
{
    font-family: 'Kanit', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
  
}
html
{
    background: #fff;
    overflow: auto;
}
.subread
{
    text-decoration: none;
    cursor: pointer;
    padding: 3px 15px;
    font-size: 16px;
    background: #58D68D;
    border: none;
    outline: none;
    border-radius: 20px;
    font-weight: bold;
    color : white;
    transition: .5s;
}
.subread:hover
{
    text-decoration: none;
    cursor: pointer;
    padding: 3px 15px;
    font-size: 16px;
    background: #58D68D;
    border: none;
    outline: none;
    border-radius: 20px;
    font-weight: bold;
    color : black;
    transition: .5s;
}
.btnst input[type="submit"]
{
  padding: 3px 15px;
  font-size: 16px;
  background: none;
  border: none;
  outline: none;
  border-radius: 20px;
  font-weight: bold;
  color : white;
}
.btnst input[type="submit"]:hover
{
  padding: 3px 15px;
  font-size: 16px;
  background: white;
  border-radius: 20px;
  font-weight: bold;
  color : black;
  border: none;
  outline: none;
  opacity: 1.5;
}
.subbtn input[type="submit"]
{
  padding: 3px 15px;
  font-size: 16px;
  background: #58D68D;
  border: none;
  outline: none;
  border-radius: 20px;
  font-weight: bold;
  color : white;
}
.subbtn input[type="submit"]:hover
{
  padding: 3px 15px;
  font-size: 16px;
  background: #58D68D;
  border-radius: 20px;
  font-weight: bold;
  color : black;
  border: none;
  outline: none;
  opacity: 1.5;
}
a.editmail 
{
  color: #F7DC6F;
  font-size: 18px;
}
a.editmail:hover
{
  color: black;
}
a.dedete 
{
  color: red;
  font-size: 18px;
}
a.dedete:hover
{
  color: black;
}
.mailcont
{
  text-align: center;
}
.mailcont a
{
  font-size: 50px;
  color: #58D68D;
}
.mailre
{
  text-align: center;
  margin-top: 20px;
}
.mailre a
{
  padding: 3px 15px;
  font-size: 16px;
  background: black;
  border-radius: 20px;
  font-weight: bold;
  color : white;
  border: none;
  outline: none;
  opacity: 1.5;
  text-decoration: none;
}
.mailre a:hover
{
  padding: 3px 15px;
  font-size: 16px;
  background: red;
  border-radius: 20px;
  font-weight: bold;
  color : white;
  border: none;
  outline: none;
  opacity: 1.5;
  text-decoration: none;
}
.D_Menu
{
  /* position: fixed;
  top: 0;
  width: 100%; */
  display: grid;
  grid-template-columns: 40% 60% ;
  background: #E74C3C ;
  /* background: #B03A2E ; */
  padding: 5px 0px;
  border-bottom: 2px solid black;
}
.D_Menu i
{
  display: none; 
  /* display: inline-flex;  */
}
.Logotop 
{
  display: flex;
}
.Logotop img
{
  width: 25px;
  height:25px;
  margin-top:2px;
  margin-left: 10px;
  border-radius: 50%;
}
.Logotop h2
{
  font-size: 20px;
  margin-left: 20px;
  color: white;
  font-weight: bold;
}
.Logotop a
{
  font-size: 20px;
  margin-left: 20px;
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.D_Menu strong
{
  font-size: 15px;
}
.D_Menu ul
{
  display: flex;
  justify-content: right;
  align-items: center;
  margin-right: 20px;
}
.D_Menu ul li
{
  list-style: none;
}
.D_Menu ul li a
{
  text-decoration: none;
  font-size: 18px;
  /* font-weight: 700; */
  padding: 0px 10px;
  color: white;
  border-radius: 20px;
}
.D_Menu ul li a:hover
{
  color: white;
  background: #212121 ;
}
.table-main
{
    justify-items: center;
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    width: 100%;
    
    /* border-radius: 5px 5px 0 0; */
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);

}
.table-main thead tr
{
    background-color: #E74C3C;
    color: #fff;
    text-align: left;
    font-weight: bold;

}
.table-main th,
.table-main td
{
    padding: 12px 15px;


}
.table-main tbody tr
{
    border-bottom:  1px solid none;

}
.table-main tbody tr:nth-of-type(even)
{
    /* background-color: #8cbdb9; */
    background-color: #f9f7f0;
}
.table-main tbody tr:last-of-type
{
    border-bottom: 2px solid #ded369;
}
.table-main tbody tr.active-row
{
    font-weight: bold;
    color: #ded369;
}




.picpostit img
{
  width: 100px;
  height: 100px;
  margin-top: 30px;
  
}
.picpostit h1
{
  color: red;
  margin-top: 10px;
  margin-bottom: 20px;
  text-shadow: 2px 2px #5D6D7E;
}
.firstmain
{
  text-align: center;
}
.loginallf
{
  text-align: center;
}
.loginallf p
{
  color: #333366;
}
.loginallf a
{
  color: #FF33CC;
}
.loginallf a:hover
{
  color: #CC0000;
}
input
{
    position: relative;
    display: inline-block;
    font-size: 20px;
    box-sizing: border-box;
    transition: .5s;
}
.login input[type="text"]
{
    background:  #F7DC6F;
    color: #34495E;
    text-shadow: 1px 1px #5D6D7E;
    width: 240px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 4px; 
}
.login input[type="tel"]
{
    background:  #F7DC6F;
    color: #34495E;
    text-shadow: 1px 1px #5D6D7E;
    width: 240px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 4px;
}
.login input[type="password"]
{
    /*background: linear-gradient(to left, #00CC99, #f9f7f0);*/
    background:  #F7DC6F;
    color: #34495E;
    text-shadow: 1px 1px #5D6D7E;
    width: 240px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 4px;
}
.login input[type="email"]
{
    /*background: linear-gradient(to left, #00CC99, #f9f7f0);*/
    background:  #F7DC6F;
    color: #34495E;
    text-shadow: 1px 1px #5D6D7E;
    width: 240px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0 25px;
    border-radius: 4px;
}
.login input[type="file"]
{
    background:  #00CC99;
    color: #34495E;
    text-shadow: 1px 1px #5D6D7E;
    width: 109px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0px;
    border-radius: 4px;
  
}
.login input[type="file"]::-webkit-file-upload-button
{
    /* color: #f9f7f0;
    background: #072a40; */
    width: 110px;
    height: 50px;
    color: #18b7be;
    background: #34495E ;
    cursor: pointer;
    font-size: 13px;
    padding: 20px;
    border: none;
    border-radius: 4px;
    box-shadow: 1px 0 1px 1px #18b7be;
    outline: none;
}
.login input[type="file"]::-webkit-file-upload-button:hover
{
    color: #f9f7f0;
    background: #795548  ;
    /* color: #18b7be;
    background: #f9f7f0; */
    font-size: 13px;
    padding: 20px;
    border: none;
    border-radius: 4px;
    box-shadow: 1px 0 1px 1px #18b7be;
    outline: none;
}
.login ::placeholder
{
  color: white;

}
.logintwo .login input[type="text"]
{
    background:  #F7DC6F;
    color: #34495E ;
    text-shadow: 1px 1px #5D6D7E;
    width: 130px;
    height: 50px;
    border: none;
    font-size: 10px;
    outline: none;
    padding: 0 25px;
    border-radius: 4px;
}
.logintwo
{
  display: flex;
  justify-content: center;
}
.login input[type="submit"]
{
    position: relative;
    border-radius: 4px;
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #660066 ;
    color: white;
  
}
.login input[type="submit"]:hover
{
    background: #333366;
    color: white;
  
}
.login p
{
  color: #333366;
}
.login a
{
  color: #FF33CC;
}
.login a:hover
{
  color: #CC0000;
}
.btn
{
    position: relative;
    border-radius: 4px; 
    width: 150px;
    height: 40px;
    border: none;
    outline: none;
    cursor: pointer;
    background: #660066 ;
    color: white;
    /* background: linear-gradient(to left, #18b7be, #f9f7f0);
    color: #072a40; */
}
.btn:hover
{
    /* background: #f9f7f0;
    color: #18b7be; */
    background: #333366;
    color: white;
}
header
{
    width: 100%;
    justify-content: space-between; 
    align-items: center;
    z-index: 10000;
    background: #333366;
    padding: 6px 0px;
}
header ul
{
    display: flex;
    justify-content: center;
    align-items: center;

}
header ul li
{
    list-style: none;
    margin-left: 5px;
 
 
}
header ul li a
{
    text-decoration: none;
    padding: 6px 15px;
    color: white;
    border-radius: 20px;
}
header ul li a:hover ,
header ul li a.active
{
    background: #00CC99;
    color: white;
}
.homewel 
{
  text-align: center;
  margin-top: 10px;
}
.homewel p
{
  color : #333366;
}
.homewel strong
{
  color : #00CC99;
}
.aprofile h1
{
  text-align: center;
  color : #00CC99;
  text-shadow: 2px 2px #5D6D7E;
}
.aprofile a
{
  font-size: 24px;
  color : #FFAB91;
  text-shadow: 2px 2px #5D6D7E;
  transition: 0.5s
}
.aprofile a:hover
{
  color : #FFF176;
  transition: 0.5s
}
.padminall
{
  margin-top: 30px;
  display: flex;
  justify-content: center;  
}
.padminpic img
{
  height: 300px;
  width: 300px;
  border-radius:50%;
  object-fit: cover;
}
.padminpic2 p
{
  margin-top: 20px;
  color: red;
  font-size: 20px;
  font-weight: bold;
}
.menuout2
{
   
    background-color: #F4F6F7 ;
    box-shadow: 0 25px 35px rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid #1C2833 ;
    width: 300px;
    margin: 15px 25px;
   
}
.menuout2 img
{
    padding: 10px 20px;
    width: 300px;
    height: 300px;
    /*object-fit: contain;*/
    object-fit: scale-down;
    -webkit-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 0.375s cubic-bezier(0.4, 0, 0.2, 1);
}
.menuout2 p
{
    text-align: center;
    color: #1C2833 ;
    margin-top: 0px;
    margin-bottom: 10px;
}
.menuout2 p:hover
{
    text-align: center;
    font-style: italic;
    color: pink;
    margin-top: 0px;
    margin-bottom: 10px;
}
.menuout2 p {
    background-image: linear-gradient(to right, #00CC99, #00CC99 50%,#1C2833  50%);
    background-size: 200% 100%;
    background-position: -100%;
    padding: 5px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}
.menuout2 p:before{
    content: '';
    background: #00CC99;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}
.menuout2 p:hover {
   background-position: 0;
}
.menuout2 p:hover::before{
    width: 100%;
}
.postla
{
  display: flex; 
  flex-wrap: wrap; 
  justify-content: center;  
  text-align: center;
  
}
.menuout2 h1
{
  color: #1C2833;
  font-size: 15px;
  text-shadow: none;
}
.menuout2 h1 .fa-lock,
.menuout2 h1 .fa-globe
{
  color: #1C2833;
  font-size: 15px;
  text-shadow: 1.5px 1.5px #5D6D7E;
}
.menuout2 a .fa-pencil,
.menuout2 a .fa-trash
{
  color: #1C2833;
  font-size: 15px;
  text-shadow: none;
}
.menuout2 a .fa-pencil:hover
{
  color: #58D68D;
  font-size: 15px;
  text-shadow: 1.5px 1.5px #5D6D7E;
}
.menuout2 a .fa-trash:hover
{
  color: #E74C3C;
  font-size: 15px;
  text-shadow: 1.5px 1.5px #5D6D7E;
}
.top
{
  position: fixed;
  top: 0;
  width: 100%;
  margin-bottom: 100px;
}
.top p
{
   color: white;
   margin-right: 10px;
}
.top strong
{
   color: #00CC99;
}
.radi
{
  display: flex;
  justify-content: center;
  margin: 15px 0px 20px 0px;
}
.radiin
{
  justify-content: center;
}
.radiin label
{
  color:  #00CC99;
}
.radiin input[type="radio"]
{
  margin-left: 10px;
}

/* -----------------------------testcss------------------------------- */





.copyright
{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: sticky;
    bottom: 0;
    margin-top: 10px;
}
.copytext
{
    color: #072a40;
    margin-left: 30px;

}
.credits 
{
    text-align: right;
    margin-right: 30px;
    color: #072a40;
}

@media screen and (max-width: 800px) {
   .padminall
  {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
  }
  .login input[type="file"]
  {
    background:  #00CC99;
    color: #FF8A65;
    text-shadow: 1px 1px #5D6D7E;
    width: 240px;
    height: 50px;
    border: none;
    outline: none;
    padding: 0px;
    border-radius: 4px;
  
  }
  .login input[type="file"]::-webkit-file-upload-button
  {
    /* color: #f9f7f0;
    background: #072a40; */
    width: auto;
    height: 50px;
    color: #18b7be;
    background: #f9f7f0;
    cursor: pointer;
    font-size: 13px;
    padding: 20px;
    border: none;
    border-radius: 4px;
    box-shadow: 1px 0 1px 1px #18b7be;
    outline: none;
  }
  .login input[type="file"]::-webkit-file-upload-button:hover
  {
    color: #f9f7f0;
    background: #795548  ;
    /* color: #18b7be;
    background: #f9f7f0; */
    font-size: 13px;
    padding: 20px;
    border: none;
    border-radius: 4px;
    box-shadow: 1px 0 1px 1px #18b7be;
    outline: none;
  }

  .logintwo .login input[type="text"]
  {
    background:  #00CC99;
    color: #FF8A65;
    text-shadow: 1px 1px #5D6D7E;
    width: 130px;
    height: 50px;
    border: none;
    font-size: 10px;
    outline: none;
    padding: 0 25px;
    border-radius: 4px;
    display: none;
  }
  .logintwo
  {
  display: flex;
  justify-content: center;
  }
}






















































































































































































































































































































































































































































































