.eUser-content .search_table{
    background-color: #fcf6f2;
    padding: 30px;
    border-radius: 10px;
}

.eUser-content .search_table .button{
    background: unset ;
}

.eUser-content .contents_m ul.sub_menu li a{
    background-color: white ;
    color: #2f2f2f ;
    border: 1px solid #61493e ;
    border-radius: 10px ;
    width: 215px ;
    text-align: center ;
}

.eUser-content .contents_m ul.sub_menu li a:hover{
    background-color: white ;
    
}

.eUser-content .contents_m .search_table input[type="text"]{
    width: 100%;
    max-width: unset;
    border-radius: 5px;
}

.eUser-content .contents_m .list_table td{
    border-style: solid;
    border-width: 0 1px 1px 0;
    border-color: #dad8d6;   
}

.eUser-content .contents_m .list_table td:first-child{
    border-left: 1px solid #dad8d6;
}

.eUser-content .eUser-list-table tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}

.eUser-content .search_table table{
    margin-bottom: 30px;
}

.eUser-content .search_table table tr{
    height: 60px;
}

.eUser-content .search_table table input{
    height: 30px;
}

.eUser-content .cmn-stylishSelect{
    width: 170px;
}

.eUser-content .bluk-operations{
    height: 35px;
    margin-top: 80px;
    margin-bottom: 40px;
}

.eUser-content .search_page{
    margin-top: 20px;
}

.eUser-content .bluk-operations select, .eUser-content .bluk-operations .cmn-stylishSelect{
    height: 100%;
}

.eUser-content .bluk-operations button{
    height: 100%;
    background-color: white ;
    color: #2f2f2f ;
    border: 1px solid #61493e ;
    border-radius: 10px ;
    width: 75px;
    text-align: center ;
}


.eUser-content .list_table a {
    text-decoration: none;
}

.eUser-content .list_table th a {
    color: white;
}

.eUser-content .contents_m .list_table td{
    padding: 10px 15px 10px 15px;
} 

.eUser-content .googlemap{
    background: #77e697;
    width: 100px;
    padding: 2px;
    margin: 0;
}

.eUser-content .contents_m .list_table .btn-action{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top:17px;
    justify-content: center;
}

.eUser-content .eUser-address{
    display: flex;
    flex-direction: column;
}

.cUser-info-container .eUser-regist-form input, .cUser-info-container .eUser-regist-form select{
    border-radius: 5px;
    height: 30px;
}

.cUser-info-container .contents_m .form_table input[type=text]{
    padding: 1px 10px 1px 10px;
}

.cUser-info-container .eUser-regist-form .button-option{
    border: none;
    background-color: #77e697;
    color: white;
    padding: 0 10px 0 10px;
}

.contents_m .eUser-regist-form .form_table th .requisite{
    font-size: 15px;
    color: white;
    background-color: #ff4779;
    padding: 1px 18px;
    border-radius: 5px;
    float: right;
    width: 69px;
    text-align: center;
}

.eUser-regist-form .confirm_email{
    font-weight: bold;
    text-decoration: underline;
}

.contents_m .eUser-regist-form .button{
    border-radius: 10px;
    padding: 30px 0;
    background-color: #fcf6f2;
}

.contents_m .eUser-regist-comp .message{
    font-weight: bold;
    font-size: 16px;
    border: none;
}

.contents_m .eUser-regist-comp .message ul{
    margin-top: 40px;
    margin-bottom: 100px;
}

.eUser-regist-comp .message ul{
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.eUser-regist-comp .message ul a{
    text-decoration: none;
    color: white;
} 

.eUser-regist-form .form_table input[name="zip1"], 
.eUser-regist-form .form_table input[name="zip2"] {
    width: 80px;
}

.eUser-regist-form .form_table label:has(input[name="foreign_flg"]) {
    display: none;
}

#contents .contents_inline .eUser-regist-form .content-button.back-check-form::after{
    left: 15px;
    top: 15px;
    position: absolute;
    content: url(../../../img/custom/ic-more-green.png);
    transform: rotate(180deg);
}

#contents .contents_inline .eUser-regist-form .content-button.back-check-form::before{
    content: unset;
}

.eUser-content .contents_m .list_table input[type=checkbox] {
    appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ff4778;
    border-radius: 4px;
    background-color: white;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

.eUser-content .contents_m .list_table input[type=checkbox]:checked {
    background-color: #ff4778;
    border: none;
}

.eUser-content .contents_m .list_table input[type=checkbox]:checked::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.eUser-content .list_table{
    overflow-x: auto;
}
.eUser-content .list_table table{
    min-width: 1400px;
    table-layout: unset;
}

.eUser-content .list_table table{
    min-width: 1400px;
    table-layout: unset;
}
.contents_m .eUser-regist-form table caption{
    background-color: #ff4779;
	color: white;
	padding: 10px;
	text-align: start;
	border-radius: 10px;
	margin: 20px 0;
	font-size: 18px;
	font-weight: bold;
}

.eUser-regist-form .googlemap {
    background: #77e697;
    width: 100px;
    padding: 2px;
    margin: 0;
}
.eUser-regist-form .cmn-stylishSelect--w100 {
    width: auto;
}
.page_inner .eUser-regist-form .cmn-stylishSelect select{
    background-color: #fff;
    color: #333 !important;
}

.eUser-regist-form #japan > * {
    margin-bottom: 10px;
}
.eUser-regist-form #japan > *:last-child {
    margin-bottom: 0; /* Xóa khoảng cách ở phần tử cuối cùng */
}
.eUser-info-container .contents_m ul.sub_menu li a{
    background-color: white;
    color: #2f2f2f;
    border: 1px solid #61493e;
    border-radius: 10px;
    width: 125px;
    text-align: center;
}

.eUser-info-container .contents_m ul.sub_menu li a:hover{
    background-color: white;
}

.eUser-content .contents_m table{
    border: 1px;
}


.eUser-content .contents_m table tbody tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

.eUser-content .contents_m table tbody tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

.eUser-content .contents_m table tbody tr:last-child th:first-child {
    border-bottom-left-radius: 10px;
}

.eUser-content .contents_m table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}