@import url('https://fonts.googleapis.com/css?family=Trirong|Kanit:400,700|Merriweather+Sans|Pacifico&display=swap');
/*------ Button ------*/
.button-go-to-top {
    position: fixed;
    bottom: 23px;
    left: 28px;
	border-radius: 50%;
}
.button-pill {
    border-radius: 40px;
}

.button-outline-dark {
	border: 3px solid #24252B;
    background: none;
    color: #24252B;
    font-size: 17px;
	font-weight: bold;
	padding: 5px;
}
    .button-outline-dark:hover {
		border: 3px solid #000000;
        background: #000000;
        color: #ffffff;
        font-size: 17px;
		font-weight: bold;
		transition: 1s;
		text-decoration: none;
    }
.upload-img label {
	background: #e5a913;
    color: #000000;
    font-size: 17px; 
	border-radius: 40px;
	padding: 10px;
}
	.upload-img label:hover {
	background: #000000;
    color: #ffffff;
	transition: 1s;
}
hr.white {
	border: 2px solid #ffffff;
}
hr.yellow {
	border: 2px solid #e5a913;
}
hr.dark {
	border: 2px solid #24252B;
}
/*========================================================================*/

.profile-left {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-align: center;
  font-family:'Trirong', sans-serif;
  min-height: 200px;
}

.profile-title {
  color: grey;
  font-size: 18px;
}

.profile-left button {
  border: none;
  outline: 0;
  padding: 8px;
  color: #000000;
  background-color: #e5a913;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.profile-left a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.profile-left button:hover, a:hover {
  color: #e5a913;
  background-color: #000000;
  transition:1s;
}

.content-right {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-align: center;
  font-family:'Trirong', sans-serif;
  padding: 10px;
  min-height: 200px;
}

/* Style the tab */
.tab {
  background-color: #ffffff;
  
}

/* Style the buttons inside the tab */
.tab button {
  background-color: #e5a913;
  border: 3px solid #CD9710;
  cursor: pointer;
  padding: 5px;
  transition: 0.3s;
  font-size: 14px;
  width: 150px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 1px #161616;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #000000;
  color:#e5a913;
  transition:1s;
  border: 1px solid #000000;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #000000;
  color:#ffffff;
  border: 1px solid #000000;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}

.footer {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  text-align: center;
  font-family:'Kanit', sans-serif;
  min-height: 50px;
}

.footer {
  color: grey;
  font-size: 18px;
}

.footer button {
  border: none;
  outline: 0;
  padding: 8px;
  color: #000000;
  background-color: #e5a913;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.footer a {
  text-decoration: none;
  font-size: 22px;
  color: black;
}

.footer button:hover, a:hover {
  color: #e5a913;
  background-color: #000000;
  transition:1s;
}
/*------form ------*/
.pseudouser-form {
	background-color: #ffffff;
	width: 80%;
}

.pseudouser-form input[type=email],input[type=password],input[type=text],select,input[type=number],input[type=time],input[type=date] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.inline p input[type=number]
{ 
	display: inline !important; 
	width: 50px !important;
}


.pseudouser-form textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.pseudouser-form p{
	color: #000000;
}
.pseudouser-form span{
	color: #9E0002;
}
/* Center the image and position the close button */
.pseudouser-form-imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.pseudouser-form-avatar {
  width: 40%;
  border-radius: 50%;
}

.pseudouser-form-container {
  padding: 16px;
}

span.pseudouser-form-psw {
  float: right;
  padding-top: 16px;
  color: #000000;
}

/* The Modal (background) */
.pseudouser-form-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.pseudouser-form-modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888888;
  width: 65%; /* Could be more or less, depending on screen size */
}
@media screen and (max-width: 768px) {
  .pseudouser-form-modal-content{
  margin: 5% 5% 15% 5%; /* 5% from the top, 15% from the bottom and centered */
  width: 90% !important; /* Could be more or less, depending on screen size */
  } 
}
/* The Close Button (x) */
.pseudouser-form-close {
  position: absolute;
  right: 25px;
  top: 0;
  color: #000000 !important;
  font-size: 35px;
  font-weight: bold;
}

.pseudouser-form-close:hover,
.pseudouser-form-close:focus {
  color: #e5a913 !important;
  cursor: pointer;
}

/* Add Zoom Animation */
.pseudouser-form-animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
/*========================================================================*/