@charset "utf-8";
/* CSS Document */

html, body {
  height: 100%;
  font-family: Arial !important;
}

body {
	display: flex;
	flex-direction: column;
	width: 100%;
	padding: 0;
	margin: 0;
}
.header {
	background-color: #ff0000;
	color: white;
	display: flex;
	justify-content: space-between;
	padding: 15px;
}
h2, h3 {
	color: #1d2327;
	font-size: 1.3em;
	margin: 1em 0;
}
header h3{
color:#fff;
}
.content {
  flex: 1 0 auto;
  padding: 20px;
}
.footer {
    background-color: #f1f1f1;
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    padding: 15px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
}
a.logo img {
	max-width: 110px;
	display: block;
}

.fot_nave {
	float: right;
}
.fot_nave ul {
	display: table;
	margin: auto;
	padding: 0;
	text-align: center;
}

.fot_nave li {
	display: inline;
	float: none;
	color: #c8c8c8;
}
.fot_nave li a {
	color: #fff;
	display: inline;
	padding: 0 10px;
	text-decoration: none;
}

.logo_title{
	text-align:center;
}
.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
}

.container h1 {
    font-size: 24px;
    margin-bottom: 20px;
}

.container p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.container img {
    max-width: 100%;
    height: auto;
}
.button-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.button-list li {
    display: inline-block;
    margin-right: 10px; /* Adjust margin as needed */
}

.button {
    display: inline-block;
    padding: 10px 20px;
    /* background-color: #007bff;*/
    color: #fff; /* Button text color */
    text-decoration: none;
    border-radius: 5px; /* Button border radius */
    transition: background-color 0.3s;
}


.button-list li:last-child {
    margin-right: 0; /* Remove margin from last button */
}

.button-list li:nth-child(2) {
    color: #777; /* Change color of separator */
}
#allfamily {
  cursor: pointer !important;
}

/*************************04-04-2024***************************/
header.header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
}
header.header a.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.site-main.container {
    padding-bottom: 74px;
    padding-top: 106px;
}
header.header a.logo>img {
    max-width: 56px;
    height: auto;
    margin-right: 10px;
}
.footer #footer-left {
    margin: 0;
}
.footer #footer-left a {
    color: #0087ff;
}
/********/
.header h3 {
    color: #ffa21b;
    margin: 0;
    font-size: 20px;
}
header.header .right-wrapper {
    display: flex;
    align-items: center;
}
header.header .right-wrapper .logo_title {
    margin-right: 20px;
}
.header .fot_nave ul {
    text-align: left;
    min-width: 150px;
    padding: 10px 5px;
}
.header nav.fot_nave {
    display: none;
    position: absolute;
    right: 18px;
    top: 70px;
    z-index: 8;
    background-color: #fff;
    box-shadow: 0px 3px 10px -1px rgba(0, 0, 0, 0.2);
}
.header nav.fot_nave ul.button-list li {
    display: block;
    font-size: 0;
    margin: 0;
}
.header nav.fot_nave ul.button-list li>a {
    color: #000;
}
.header ul.button-list li>a:hover {
    background-color: rgba(192, 192, 192, 0.149);
}
.header ul.button-list li>a {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    display: block;
    padding: 5px 10px;
}
header.header .right-wrapper button.toggle-menu{
    background-color: transparent;
    padding: 0;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
header.header .right-wrapper button.toggle-menu>.ab-icon:before {
    content: "\f228";
    display: inline-block;
    font: normal 40px / 45px dashicons;
    vertical-align: middle;
    outline: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 44px;
    width: 40px;
    padding: 0;
    border: none;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    color: #fff;
}
.mobile-logo_title {
    display: none;
}
.header nav.fot_nave.on {
    display: block;
}
.welcome-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
    border-top: 4px solid #ffa21b;
    border-bottom: 4px solid #ffa21b;
    padding: 30px 15px 30px 15px;
    background-color: rgb(255 162 27 / 8%);
    margin-top: 40px;
}
.welcome-wrapper .welcome-image, .welcome-wrapper p {
    width: 100%;
    text-align: center;
}
.welcome-wrapper .welcome-image {
    border-radius: 15px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    height: 200px;
}
.welcome-wrapper .welcome-image>img{
    max-width: 100%;
    height: auto;
}
.welcome-wrapper p {
    margin-bottom: 0;
    color: #f00;
    font-weight: 600;
}
/*******************06*******************/
.th-login #loginform p {
    margin: 5px 0px;
}
body.page-template-Login{
    background: #ffc038;
}
.th-login #loginform {
    background-color: #fff;
    padding: 20px;
    display: inline-block;
    width: 100%;
}
.th-login #my_login_form div {
    display: block;
}
.th-login #login-wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 450px;
}
.th-login #login-logo {
    background: #fff;
    padding: 20px;
}
.th-login #wp-submit {
    font-size: 16px;
    padding: 6px 12px;
    border-radius: 0;
    line-height: 2;
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #fff !important;
    min-width: 200px;
    float: right;
    cursor: pointer;
    margin-top: 8px;
}
.th-login #wp-submit:hover {
    background: #ffa21b !important;
    border-color: #ffa21b !important;
    color: #fff !important;
    box-shadow: none;
}
.container p.login-submit {
    margin: 0;
}
.th-login.login .message {
    padding: 12px;
    font-size: 13px;
}
.page-template-Register .signup select{
    padding: 10px 8px;
}
.page-template-Register #signup{
    margin: 0 auto;
    float: none;
    text-align: center;
}
.page-template-Register #signup .button-primary {
    background: #ff0000 !important;
    border-color: #ff0000 !important;
    color: #fff !important;
    min-width: 200px;
    border-radius: 0;
    margin-left: 0;
}
.page-template-Register #signup .button-primary:hover {
    background: #ffa21b !important;
    border-color: #ffa21b !important;
    color: #fff !important;
    box-shadow: none;
}
.page-template-Register .radio-button {
    min-height: auto;
}
.page-template-Register #password {
    width: 100%;
}
.page-template-Register .dobformate {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.page-template-Register .dobformate label {
    flex: 0 0 100%;
    margin-bottom: 5px;
}
.page-template-Register .dobformate input {
    flex: 0 0 calc(33.33% - 10px);
    margin-bottom: 10px;
    padding: 5px;
}
.page-template-Register .dobformate input:last-child {
    margin-right: 0;
}
.page-template-Register .dobformate::after {
    content: '';
    flex: 0 0 100%;
    height: 0;
    clear: both;
    display: block;
}
.page-template-Register .row {
    margin-bottom: 15px;
}
.page-template-Register .input-with-icon {
    position: relative;
}
.page-template-Register .input-with-icon input[type="text"] {
    padding-right: 30px;
}
.page-template-Register .input-with-icon i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    color: #999;
    cursor: pointer;
}
.page-template-Register .signu { border: 1px solid;
    padding: 27px; 
}
.page-template-Register .signup #add-familymember-form { 
    border: 1px solid;
    padding: 27px; 
}
.site-main.container.th-login {
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.th-login #loginform p.login-remember{
    font-weight: 400;
    float: left;
    margin-top: 20px;
    margin-bottom: 0px;
}
.th-login #loginform p.login-submit {
    margin: 0;
}
@media (max-width: 1199px) {
    .header h3 {
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 10px;
    }
    .container h1 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    header.header {
        padding: 10px 15px;
    }
    .container p {
        font-size: 14px;
    }
    .header h2{
        margin: 0; /* Remove margin for headings */
        font-size: 1em; /* Adjust font size for headings */
    }
    .header h3 {
        margin: 0;
        font-size: 16px;
        color: #ffffff;
    }
    .footer {
        padding: 10px 15px;
    }
    .footer #footer-left {
        font-size: 14px;
        text-align: center;
        max-width: 350px;
        margin: 0px auto;
        display: block;
    }
    .site-main.container {
        padding-top: 141px;
        padding-bottom: 82px;
    }
    header.header .right-wrapper .logo_title {
        display: none;
    }
    header.header a.logo>img {
        max-width: 45px;
    }
    .mobile-logo_title {
        display: block;
        padding: 20px 10px;
        margin-bottom: 20px;
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        top: 65px;
        background-color: #ffa21b !important;
        line-height: 1;
    }   
    .mobile-logo_title h3{
        color: #ff0000;
        text-align: center;
    } 
    .header nav.fot_nave {
        top: 65px;
    }
    .add-new-inner.signup {
        padding: 15px !important;
    }
    .welcome-wrapper {
        margin-bottom: 15px;
        padding: 30px 10px 30px 10px;
        margin-top: 0px;
    }
    .welcome-wrapper p{
        font-size: 14px;
        font-weight: 600;
    }
    .welcome-wrapper .welcome-image {
        margin-bottom: 0;
        max-width: 135px;
        height: 135px;
    }
    .welcome-wrapper .welcome-image>img {
        max-width: 100%;
        height: auto;
    }
    .th-login #loginform, .th-login #login-logo{
        padding: 15px;
    }
    .th-login #wp-submit {
        min-width: 150px;
    }
    .site-main.container.th-login {
        min-height: unset;
    }
    .page-template-Register .signup #add-familymember-form {
        padding: 15px 15px !important;
    }
    .page-template-Register #signup .button-primary {
        min-width: 150px;
    }
}
@media (max-width: 375px) {
    .header h3 {
        font-size: 14px;
    }
    header.header a.logo>img {
        margin-right: 6px;
    }
}
@media (max-width: 320px) {
    .footer #footer-left {
        font-size: 12px;
    }
}