/* font  */
/* @import url(//db.onlinewebfonts.com/c/de626fa05339c4b71433352a856e5b30?family=Rift-Demi); */
/*@import url(//db.onlinewebfonts.com/c/704fb797ddcec1f88709024604df2940?family=Meiryo);*/
/* variables */
:root{
    --primary: #F5F5F5;
    --secondary: #0045BB;
    --vh: 100vh;
  }
html body {
    font-family: sans-serif!important;
}
html body p{
    font-family: sans-serif!important;
    font-size: 14px;
}

html body .policy-content label{
    font-family: sans-serif!important;
    font-size: 14px;
}

html body .policy-content ul{
    font-family: sans-serif!important;
    font-size: 14px;
}

html[lang=vi] body {
    font-family: Arial, sans-serif!important;
}
html[lang=ja] body {
    font-family: Meiryo, sans-serif!important;
}
html[lang=vi] body p{
    font-family: Arial, sans-serif!important;
    font-size: 14px;
}
html[lang=ja] body p{
    font-family: Meiryo, sans-serif!important;
    font-size: 14px;
}

.text-justify {
    text-align: justify;
}

/* 01_Loginscreen */
.container {
    min-height: 100vh; /* Fallback for browsers that do not support Custom Properties */
    min-height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
    -padding-bottom: 15px;
    align-items: center;
    padding: 0px 15px;
    padding-bottom: 20px;
    /*background: url("../../images/BG_ninjja.svg") no-repeat right center;*/
    padding-top: 70px;
}
h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}
body {
    font-family: inherit;
    background-color: transparent;
    /*background-image: linear-gradient(to bottom, #fff, #fbfbfb);*/

}
.container >* {
    width: 100%;
    word-break: break-word;
}

.menu {
    display: flex;
    align-items: center;
    padding: 9px 13px;
    width: calc(100% + 30px);
    box-shadow: 0 1px calc(1.5px) rgba(0,0,0, 0.16);
    background-color: var(--primary);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    width: 100%;
    height: 58px;
}
.menu a.btn.btn-link {
    padding: 0;
    -margin-righ: auto;
}

.menu .dropdown {
    float: right;
    margin-left:auto;
}
.glyphicon{
    top: 2px;
}
.menu .dropdown-menu.dropdown-menu-right{
    padding: 5px 0;
    min-width: unset;
}
.menu .dropdown-menu.dropdown-menu-right li{
    font-size: 14px;
    padding: 0 10px;
    width: 100%;
}
.menu .dropdown-menu>li>a{
    padding: 8px 0 8px 20px;
    display: block;
    position: relative;
}
.menu .dropdown-menu>li:hover > a {
    background-color: transparent;
}
.menu .dropdown-menu>li>a:before,
.menu .dropdown-menu>li>a:after {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.menu .dropdown-menu>li>a:before {
    width: 12px;
    height: 12px;
    border: 1px solid #999;
    background-color: #eee;
    z-index: 1;
    left: 0;
    top: 12px;
}

.menu .dropdown-menu>li>a:after {
    width: 8px;
    height: 8px;
    z-index: 2;
    left: 2px;
    top: 14px;
    background-color: #555;
    display: none;
}

.menu .dropdown-menu>li.current {
    background-color: #eee;
}

.menu .dropdown-menu>li.current>a:before {
    border-color: #555;
}
.menu .dropdown-menu>li.current>a:after {
    display: block;
}
.menu .dropdown .btn {
    color: #061058;
    background-color: transparent !important;
    border: none !important;
    text-transform: capitalize;
    font-weight: normal;
}

body.has-background {
    background: url("../../images/Bg-ninja-logo.png") no-repeat right center;
    background-position-x: calc(100% + 20px);
    -background-color: var(--primary);

}

body {
    background-color: var(--primary);
}

.btn {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    outline: none !important;
    border-color: transparent;
}

.btn-link {
    text-decoration: none !important;
}

.btn-default:hover {
    border-color: transparent;
}

a.btn {
    line-height: 38px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin: 3px 0px 0px 0px;
    font-weight: 700;
}

.chk-container .btn {
    text-transform: unset;
}

.btn_checkcomplant,
.btn_addnew {
    display: block;
    width: 100%;
}
input[type=checkbox], input[type=radio] {
    margin: 11px 8px 8px 0px;
    line-height: normal;
}
.input_ticket1 input:valid+span,
.input_ticket1 input:focus+span,
.input_ticket1 input:active+span {
    margin-top: -24px !important;
    line-height: 55%;
}

.input_ticket1 input+span {
    transition: all 0.2s;
    opacity: 0.7;
}

.input_ticket1 {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 10px;
}
/* 03_User_info_input */
.form-control1 {
    background: transparent;
    border: none;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    width: 100%;
    padding-top: 15px;
    outline: none !important;
}

.input_ticket1 input {
    height: 50px;
}

.input_ticket1 i {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -5px;
    pointer-events: none;
    opacity: 0.7;
}

.input_ticket1 span {
    position: absolute;
    left: 0;
    top: 50%;
    pointer-events: none;
    margin-top: -10px;
}

.btn_checkcomplant {
    background:  #C1E7EA  !important;
    border-radius: 8px;
    color: #2C3E69  !important;
    height: 50px;
    line-height: 52px;
    margin-top: auto;
    font-weight: bold;
    box-shadow: 0 1px calc(1.5px) rgba(0,0,0, 0.16);
    font-size: 14px;
}

.btn_addnew {
    background: #4CBBC3 !important;
    color: white !important;
    height: 50px;
    line-height: 52px;
    margin-top: 12px;
    box-shadow: 0 1px calc(1.5px) rgba(0,0,0, 0.16);
    font-size: 14px;
    font-weight: bold;
    border-radius: 8px;



}
.btn-main {
    background: #4CBBC3;
    color: white;
    height: 50px;
    border-radius: 8px;
    margin-top: 12px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    border: none;
    box-shadow: 0 1px calc(1.5px) rgba(0,0,0, 0.16);
    text-transform: uppercase;
}

.btn-main:hover,
.btn-main:focus {
    color: #fff;
    background-color: rgba(76, 187, 195, 0.8);
}

/* .btn__info {
    background: var(--secondary) !important;
    color: white !important;
    height: 50px;
    line-height: 48px;
    padding: 0;
    width: 100%;
    border-color: var(--secondary) !important;
    box-shadow: 0px 8px 6px -6px #999999;
} */
/* 02_Term of screen */
.h2_term {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.Article1 {
    color: #4B74FF;
}

/* .btn_agree {
    background: #4CBBC3 !important;
    color: white !important;
    border: none !important;
    height: 50px;
    line-height: 48px;
    padding: 0;
    margin-top: 12px;
    width: 100%;
    text-align: center;
    box-shadow: 0 1px calc(1.5px) rgba(0,0,0, 0.16);
    font-size: 16px;
    font-weight: bold;

} */

.btn_cancel1{
    background:white !important;
    color: #4CBBC3  !important;
    border-color: #4CBBC3;
    height: 40px;
    line-height: 38px;
    padding: 0;
    margin-top: 10px !important;
    width: 100%;
    border-width: 1px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
}
/*.btn__cancel, .cancel1, .btn__cancel-complant {*/
/*    float: left;*/
/*    width: calc(50% - 5px);*/
/*    height: 50px;*/
/*    border: 1px solid #4CBBC3;*/
/*    color: #4CBBC3;*/
/*    font-weight: bold;*/
/*    border-radius: 8px;*/
/*    background-color: transparent;*/
/*    text-align: center;*/
/*    text-transform: uppercase;*/
/*}*/

.btn-normal {
    height: 50px;
    border: 1px solid #4CBBC3;
    color: #4CBBC3;
    font-weight: bold;
    border-radius: 8px;
    background-color: white;
    text-align: center;
    text-transform: uppercase;
}

.btn-normal:hover,
.btn-normal:focus {
    text-decoration: none;
    background-color: rgba(76, 187, 195, 0.1);
    color: #4CBBC3;
}

a.btn__cancel-complant {
    display: inline-block;
}
.cancel2{float: left;  width: calc(50% - 5px); height: 50px; border-color: #2699FB; border-width: 2px; color: #2699FB; font-weight: bold;}

/*.btn_cancel {*/
/*    color: #4CBBC3 !important;*/
/*    height: 40px;*/
/*    line-height: 48px;*/
/*    padding: 0;*/
/*    margin-top: 10px !important;*/
/*    font-size: 14px;*/
/*    font-weight: bold;*/

/*}*/
/* 02_Term_of_screen */
ul#language:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 10.5px;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    border-bottom: solid 10px #fff;
    /* box-shadow: 0 0 1px #000; */
}
.img_ninjathree{
    width: auto;
    height: 97px;
    padding-top: 11px;
    margin-bottom: 26px;

}
.img_ninja {
    width: auto;
    height: 91px;
    padding-top: 0px !important;
    padding-bottom: 10px;
    margin: 0px !important;
}
.img_ninja_complaint {
    width: auto;
    height: 91px;
    padding-top: 9px !important;
    margin-bottom: 10px;
    margin: 0px !important;
}
.img_ninja3{
    margin: 40px 0; width: 309px; height: 97px;
}

.user-dropdown select+select {
    margin-top: 10px;
}

.user-dropdown select {
    height: 48px;
    border: 1px solid #BCE0FD;
    box-shadow: none;
    color: var(--secondary);

}
.previous{
    font-size: 16px;
}
/* 04_user_info */
.table {
    background-color: white;
    margin-top: auto;
}


.table td {
    /*padding: 8px 5px !important;*/
    height: 60px;
    vertical-align: middle !important;
}
/* 03_User_info_input */
.flex-container {
    display: flex;
    margin: 0 -5px;
    align-items: center;
    font-size: 14px;
}
.boc .flex-container {
    margin: 5px -5px;
}
.ticketcode{
    margin: 0 auto; color:green;
}

.flex-container>div {
    padding: 10px 5px;
    font-size: 14px;
}

.flex-container>div:first-child {
    flex: auto;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.flex-container .btn {
    height: auto;
    line-height: 1;
    margin: 0;
    font-size: 14px;
    width: auto;
    display: inline-block;
    padding: 7px;
    outline: none!important;
}
.flex-container .btn:first-child {
    margin-left: 5px;
}
/* All page */
.container1 {
    margin-top: 5px;
    height: 100%;
    width: 100%;
    margin-bottom: 0;
}

.container2 {
    background-color: white;
    -padding: 20px;
    padding: 10px 10px 10px 10px;
}

.user-info1 .btn_checkcomplant {
    background-color: white !important;
    border-color: var(--secondary) !important;
    color: var(--secondary) !important;
    float: left;
    margin-top: 30px;
    width: calc(50% - 5px);
    box-shadow: 0px 8px 6px -6px #999999;
    text-align: center;

}

.user-info1 .btn_addnew {
    float: right;
    width: calc(50% - 5px);
    margin-top: 30px;
}

#myModal .btn_checkcomplant,
#myModal .btn_addnew {
    float: unset;
    width: 100%;
    margin-top: 20px;
    background-color: var(--secondary) !important;
    color: white !important;
    box-shadow: 0px 8px 6px -6px #999999;
    text-align: center;
}

#myModal .btn_addnew {
    background-color: #ccc !important;
    border: none;
    color: black !important;
}
/* 03_user_info_input */
.red {
    color: red;
}

.img-change {
    margin: auto;
    display: block;
}

#myModal .form-control {
    margin-top: 25px;
}

#myModal .modal-dialog,
#myModal1 .modal-dialog {
    margin-top: 50vh;
    transform: translateY(-50%);
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
}
.h2__title{
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px !important;
    margin: 0px !important;

}
.p__title{
    padding-bottom: 88px;
}

.modal-confirm .modal-content,
#myModal1 .modal-content {
    background-color: #F2F2F2;
    color: black;
    padding: 20px;

}

.modal-confirm .close,
#myModal1 .close {
    color: white !important;
    opacity: 1;
}

#myModal1 .close1 {
     color: white !important;
     opacity: 1;
     font-size: 16px;
 }

.modal-confirm .close1 {
    color: #333;
    font-size: 16px;
    opacity: 1;
    z-index: 99;
}

.modal-confirm .note p {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1.3;
}

.modal-confirm .modal-body {
    padding: 0 20px;
}

.modal-confirm .barAction {
    margin-top: 0;

}

#myModal1 .btn_checkcomplant {
    margin-top: 90px;
}

.text-success>div {
    text-align: center;
    color: #2699FB;
    font-weight: bold;
    line-height: 2;
    font-size: 14px;
}

.title {
    font-size: 20px;
    /* font-family: 'Rift'; */
    font-weight: bold;
    margin-left: 30px;

}
textarea.form-control{
    height: 90px;
}
/*Anonymous style*/
.text-red {
    color: #FF0101 !important;
}
/* 05_Anonymous */
.nav-top {
    display: flex;
    margin: 0 -10px;
}

.nav-top select.form-control::-ms-expand {
    display: none;
}
.form-control{
   -height: 55px !important;
    margin: 10px 0px;
    overflow: hidden;
    border-radius: 8px;
}
.nav-top select.form-control {
    background-color: white !important;
    border-radius: 32px;
    border-color: white;
    color: var(--secondary);
    background: url("../../images/Dropdown.svg") no-repeat right 10px center;
    box-shadow: 0px 0px calc(3px) rgba(0,0,0, 0.20);
    margin: 10px 10px 0px 10px;
    padding-right: 20px;
    -webkit-appearance: none;
    appearance: none;
    height: 40px !important;
    line-height: 28px;
}

.gg-translate {
    margin-bottom: 10px;
}

.gg-translate img {
    max-width: 100%;
}

.upload-nav {
    display: flex;
    padding: 10px 20px;
    background: #fff;
    flex-wrap: wrap;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 20px;
}

.upload-nav>div {
    flex: auto;
    width: 33.3333%;
    padding: 10px 20px 5px;
}

.form-file {
    position: relative;
    text-align: center;
}

.form-file input[type=file] {
    position: absolute;
    text-indent: -1000px;
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.form-file label {
    margin: 0;
    color: #78849E;
    font-weight: normal;
    white-space: nowrap;
}

.form-file label img {
    display: block;
    margin: 0 auto 5px;
}

.undline {
    border-bottom: 1px solid #ddd;
}

.user-rate {
    background-color: #7282EA !important;
    min-height: calc(var(--vh, 1vh) * 100 );
}

.container-popup {
    width: 280px;
    height: 316px;
    background-color: #FFFFFF;
    border-radius: 18px;
    margin-top: 45vh;
    transform: translate(-50%, -50%);
    margin-left: 50vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    position: absolute;
    z-index: 997;
}

.container-popup .text-rate {
    /*font-family: 'Meiryo', 'sans-serif' !important;*/
    font-size: 23px;
    text-align: center;
}

.container-popup .emoji {
    display: flex;
    margin-top: auto;
    margin-bottom: 20px;
    width: 100%;
    justify-content: space-between;
}

.emoji img,
.emoji2 img {
    cursor: pointer;
}

.btn-rateus.btn.btn-info {
    color: white;
    background-color: #0045BB !important;
}
.btn__preview , .btn__complete, .btn__sent-complaint{
    float: right;
    width: calc(50% - 5px);
    height: 50px;
    font-weight: bold;
    color: #fff;
    background-color: #4CBBC3;
    border: none;
    border-radius: 8px;
}
#vote-modal .modal-dialog {
    width: 90%;
    max-width: 400px;
    top: calc(50%);
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    position: absolute;
    z-index: 997;
}

#vote-modal .modal-content {
    height: 100%;
    border-radius: 18px;
}

body.user-rate .modal-backdrop {
    background: #7282EA;
    opacity: 1;
}

#vote-modal img {
    transition: all .5s;
}

#vote-modal img.gray {
    filter: grayscale(1);
}
/* all title page */
.container-title-info{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    height: 100px;
    -webkit-align-items: center;
    align-items: center;
}
.container_info {
    background-color: white;
    padding: 10px 15px 70px;
    width: 100%;
    min-height: calc(100vh - 90px);
    min-height: calc(var(--vh, 1vh) * 100 - 90px);
    position: relative;
}
.title__info-complaint {
    font-weight: bold;
    font-size: 30px;
    margin-left: 22px;
    margin-bottom: 10px;
    margin-top: 10px
}
/* title all page */
.title-info {
    font-weight: bold;
    font-size: 24px;
    margin-left: 20px;
    margin-bottom: 10px;
}

.container-popup .emoji1{
    text-align: center;
    display: flex;
    flex-direction: column;
}
/* 03_user_info_input */

.sent{
    float: right;  width: calc(50% - 5px); height: 50px; font-weight: bold;

}
.complete1{
    float: right;  width: calc(50% - 5px); height: 50px; font-weight: bold;
}
.btn_changepass,
.btn_cancel {
    display: block;
    width: 100%;

}
.btn_change {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 7px;
    margin-right: 7px;
}
.btn-change-div{
    margin-left: -13px;
}
.btn_changepass{
    background: #4CBBC3 !important;
    color: white !important;
    height: 40px;
    line-height: 38px;
    padding: 0;
    border-radius: 8px;
    font-size: 13px;
    font-weight: bold;
    margin-top: 20px;

}
/* 06_Complaint */
* {
    box-sizing: border-box;
  }

  tr ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .dropdown ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  tr ul li, .dropdown ul li {
    margin-top: -1px; /* Prevent double borders */
    background-color: white;
    padding: 12px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    position: relative;
    margin-right: -4px;
  }

  tr ul li:hover, .dropdown ul li:hover {
    background-color: #eee;
  }

  .close {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -16%;
    padding: 12px 16px;
    transform: translate(0%, -50%);
    font-size: 25px;

  }

  .close1 {
    cursor: pointer;
    position: absolute;
    right: 0%;
    padding: 12px 16px;
    transform: translate(0%, -44%);
    font-size: 15px;
      z-index: 999;
  }

  .btn-nothanks{
    float: left; width: calc(50% - 5px); color:#ACACAC;outline: none !important; font-size: 16px; margin-top: 15px;
      text-decoration: none !important;
      text-align: left;

  }
  .btn-submit{
    float: right; margin-top: 15px; width: calc(50% - 5px); color:#2699FB; outline: none; font-size: 16px;
    outline: none !important;
    text-decoration: none !important;
      text-align: right;
  }

  .barAction .btn-nothanks,
  .barAction .btn-submit {
      border-radius: 0;
  }

  .li_font >ul > li{
    font-size: 13px;
    display: flex;
      word-break: break-all;
      word-break: break-word;

  }
  .li-container {
      width: 300px;
  }
  .li-container li {
      padding-right: 35px;
  }
.attachments {
    width: 100%;
    padding-left: 0;
}
.attachments > li {
    padding-left: 25px;
    padding-right: 35px !important;
    position: relative;
}
.attachments > li:before {
    content: "\f0c6";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
}

.attachments .close {
    padding: 5px;
    right: 0;
}

  .url{
    font-family: Montserrat; font-size: 15px;
  }
  .url-link{
    color: #002BFF;
  }
  .url, .url-link{
      margin-bottom: 10px;
  }
  #more {display: none;}

  [data-readmore]{
      overflow: hidden;
  }
  .btn-rate-choose{
    background: #F7F7F7;
    margin-bottom: 10px;
    text-align: left; border-style: solid; white-space: pre-wrap;
    display: flex;
    align-items: center;
    border-radius: 5px;
    /*font-family: 'Meiryo', 'sans-serif';*/
    font-weight: bold;
    color: #616161;
    text-decoration: none;
    padding: 5px;
    outline: none !important;
    word-break: break-word;
    font-size: 14px;

  }
  button, input, select, textarea {
    font-size: inherit;
    line-height: inherit;
}

  .chk-container input {
    display: none;
}
.chk-container input:checked + .btn {
    background: transparent;
    color: #2699FB;
    border-color: #2699FB ;
    box-shadow:1px 1px 4px  #2699FB;


  }
.glyphicon-trash {
    font-size: 14px;
}
.glyphicon-trash:hover {
    font-size: 15px;
    color: red;
}
.li-container li {
    padding-right: 0px;
}

/* .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    margin: 10px 0px !important;
    height: 55px !important;
} */


.btn-group .btn-primary, .btn-group .btn-primary:hover{
    background: #F7F7F7;
    margin-bottom: 10px;
    text-align: left; border-style: solid;white-space: pre-wrap;
    display: flex;
    align-items: center;
    border-radius: 5px;
    /*font-family: 'Meiryo', 'sans-serif';*/
    font-weight: bold;
    color: #616161;
    text-decoration: none;
    padding: 5px;
    outline: none !important;
    border-color: #F7F7F7 !important;
}

.btn-group .btn-primary.active.focus, .btn-group .btn-primary.active:focus, .btn-group .btn-primary.active:hover,
.btn-group .btn-primary:active.focus, .btn-group .btn-primary:active:focus, .btn-group .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover {
    background: transparent;
    margin-bottom: 10px;
    text-align: left; border-style: solid;
    display: flex;
    align-items: center;
    border-radius: 5px;
    /*font-family: 'Meiryo', 'sans-serif';*/
    font-weight: bold;
    color: #2699FB;
    border-color: #2699FB ;
    text-decoration: none;
    outline: none !important;
    box-shadow:1px 1px 4px  #2699FB;
    transition: 0.4s;
}

.invalid-feedback {
    color: #dc3545;
}

.is-invalid {
    border-bottom: 1px solid #dc3545;
}

.is-invalid-full-box  {
    border: 1px solid #dc3545 !important;
}

.user-dropdown input{
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #BCE0FD;
    color: #316AB7;
    height: 48px;
    box-shadow: none;
    padding: 0 12px;
}

#password + span + .glyphicon {
    cursor: pointer;
    pointer-events: all;
}

/* Styles for CodePen Demo Only */
#wrapper {
    max-width: 500px;
    margin: auto;
    padding-top: 25vh;
}

.btn-next {
    background: #4CBBC3 !important;
    color: white !important;
    height: 50px;
    line-height: 48px;
    padding: 0;
    border-radius: 8px;
    margin-top: auto;

}

.btn-back {
    background: #ffffff !important;
    color: #4CBBC3 !important;
    border-radius: 8px;
    height: 50px;
    line-height: 48px;
    padding: 0;
    margin-top: 12px;
    border-color: #4CBBC3;
}

.width-full {
    display: block;
    width: 100%;
}

.margin-top-20 {
    margin-top: 20px;
}
/*User info fix*/
.main-content .table tr td:first-child {
    word-break: break-word;
}
.info-image {
    text-align: center;
    padding: 10px 0;
}
.info-image img {
    margin: 0 auto;
    vertical-align: middle;
}
.info-success {
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 62px;
}

.info-success > div {
    line-height: 1.3;
    width: 100%;
    margin: 10px 0;
}
.info-action {
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
}

.barAction {
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
    margin: 10px 10px -5px 0;
    padding: 10px 0;
    justify-content: center;

}
.barAction-custom {
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: center;

}
#barAction--fixed {
    position: fixed;
    bottom: 0px;
}

.barAction .btn {
    width: calc(50% - 10px);
    margin: 0 5px;
    display: block;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    outline: none !important;
}

.barRevert {
    flex-direction: row-reverse;
}

.barMore {
    display: block;
    text-align: right;
}

.barMore .btn-link[disabled] {
    color: #337ab7;
}

.modal.fade .modal-dialog-centered {
    margin-top: 50vh;
    transform: translateY(-50%);
}

.modal .password-text{
    margin: 10px 0;
    color: green;
    font-size: 18px;
    text-align: center;
}

.flex-container .password-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    text-align: right;
}

.container_info .barAction,
.container_info .form-action {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 10px;
    padding: 10px 0;
}

.form-action .btn {
    width: 100%;
    margin-top: 10px;
}

.loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.5);
    z-index: 999;
}

[class*="loader-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    color: inherit;
    vertical-align: middle;
    pointer-events: none;
}
.loader {
    background: #fff;
    position: relative;
    -webkit-animation: loader 1s ease-in-out infinite;
    animation: loader 1s ease-in-out infinite;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    width: .5em;
    height: 1em;
    margin: 0 .5em;
}
.loader:after, .loader:before {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background: inherit;
    -webkit-animation: inherit;
    animation: inherit;
}
.loader:before {
    right: .75em;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.loader:after {
    left: .75em;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loader {
    0%,
    100% {
        box-shadow: 0 0 0 #fff, 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 -.25em 0 #fff, 0 .25em 0 #fff;
    }
}

@keyframes loader {
    0%,
    100% {
        box-shadow: 0 0 0 #fff, 0 0 0 #fff;
    }
    50% {
        box-shadow: 0 -.25em 0 #fff, 0 .25em 0 #fff;
    }
}

.user-rate .container-popup .close ,
.user-rate .modal .close {
    right: -20px;
    top: -40px;
    transform: none;
    opacity: 1;
    color: #fff;
}

.user-rate .barAction {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0!important;
}

.pb-0 {
    padding-bottom: 0!important;
}
/*Type file*/
.attachments > li a {
    text-decoration: none;
    color: var(--secondary);
    cursor: pointer;
}

.attachments .f-pdf:before {
    content: url("../../images/svg/type/pdf.svg");
}
.attachments .f-word:before {
    content: url("../../images/svg/type/word.svg");
}
.attachments .f-excel:before {
    content: url("../../images/svg/type/excel.svg");
}
.attachments .f-audio:before {
    content: url("../../images/svg/type/audio.svg");
}
.attachments .f-video:before {
    content: url("../../images/svg/type/video.svg");
}
.attachments .f-image:before {
    content: url("../../images/svg/type/image.svg");
}

/*select[name=nationality] option:not(.show) {*/
/*    display: none;*/
/*}*/

.area-capture {
    background-color: #fff;
    min-height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px dashed #999;
}

.area-capture canvas,
.area-capture img {
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

.info-success .note {
    font-size: 12px;
    font-weight: normal;
    color: #333;
}

.info-success .btn-link {
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
}

#wrapFile {
    text-align: center;
}

#wrapFile img {
    max-height: 100%;
    max-width: 100%;
}

@media only screen and (min-height: 668px) {
    .info-success {
        padding: 10% 0 40%;
    }
}
@media only screen and (max-height: 667px) {
    #vote-modal .modal-dialog {
        top: 0;
        transform: translate(-50%, 0);
        margin: 35px auto 20px;
    }
}

@media only screen and (max-width: 767px) {
    .nav-top {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 400px) {
    .container_info:not(.container_info-h) {
        padding-bottom: 140px;
    }

    .upload-nav {
        padding: 10px;
    }
    .upload-nav>div {
        padding: 10px 10px 5px;
    }

    .barRevert {
        flex-direction: column;
    }

    .barAction .btn-nothanks,
    .barAction .btn-submit {
        width: 100%;
        text-align: center;
    }

    .barAction {
        flex-direction: column-reverse;
    }

    .barAction .btn {
        /*width: calc(100% - 10px);*/
        width: calc(100%);
        margin-top: 10px;
    }

    .img_ninja {
        height: 47px;
        margin-top: auto;
        width: 40px;

    }

    h2,
    .title-info,
    .h2__title {
        font-size: 20px;
    }

    .title-info {
        margin-left: 15px;
    }
}

@media only screen and (max-width: 359px) {
    .img_ninja {
        height: 50px;
    }


    h2,
    .title-info,
    .h2__title {
        font-size: 18px;
    }

    .title-info {
        margin-left: 10px;
    }

    .text-success>div {
        font-size: 14px;
    }

    .info-image {
        padding-top: 0;
    }

    .img_ninjathree {
        padding-top: 0;
        height: 78px;
    }

    .info-success {
        min-height: calc(100vh - 70px - 110px);
        min-height: calc(var(--vh, 1vh) * 100 - 70px - 110px);
    }
}


.table table td:first-child {
    padding-left: 15px !important;
}

.table table td {
    height: 30px !important;
    padding: 4px 0 4px 8px;
}

#contact .border-bottom {
    border-bottom:1pt solid #ddd;
}

.main-content #contact tr:last-child {
    border-bottom:unset;
}

/*.main-content #contact tr td:last-child span{*/
/*    margin-left: 7% !important;*/
/*}*/

.policy-content {
    width: 100%;
    padding-left: 30px;
    position: relative;
}

.policy-content input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 7px;
}

.policy-content span.no {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 3px;
}

.policy-content ul {
    /*list-style-type: unset;*/
}

.policy-content ul li {
    margin-top: -1px; /* Prevent double borders */
    background-color: unset;
    padding: 5px;
    text-decoration: none;
    font-size: unset;
    color: black;
    position: relative;
    margin-right: -4px;
}

.policy-content ul li:hover {
    background-color: unset;
}

.text-normal {
    font-weight: normal!important;
}

#page1-div, #page2-div, #page3-div {
    width: 100% !important;
    height: auto!important;
}

#page1-div, #page2-div, #page3-div img{
    width: 100% !important;
    height: auto!important;
}

#page1-div, #page2-div, #page3-div p{
    top: unset !important;
    white-space: unset!important;
}

.agree-page-block {
    border: 1px solid #0c525d;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.ul-padding-left {
    padding-left: 15px;
}

.zh-CN a u {
    text-decoration:unset !important;
}

.complaint-container .complaint-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    text-align: left;
}

.container_info .barAction--custom {
    background-color: var(--primary);
    left: 0;
    right: 0;
    padding: 15px 10px;
    z-index: 999;
}

.container_info .barAction--custom .btn {
    background-color: #4CBBC3;
    color: #fff;
    margin-top: 0;
}

#humanIdToken .close1 {
    padding: unset;
    margin: 10px;
    float: right;
}

.attachments li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

a .text_id{
    background: white;
    color: #003B60 ;
    /*margin-left: -1px;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container-h {
    position: relative;
}

.barAction-h {
    position: absolute;
    width: calc(100% - 15px * 2);
    bottom: 20px;
    left: 15px;
}

.m0 {
    margin: 0!important;
}

@media screen and (min-height: 400px) {
    .container_info-h .barAction,
    .container_info-h .form-action {
        margin-top: auto;
    }
}

@media screen and (max-width: 767px) {
    .container_info-h {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        padding-bottom: 20px;
    }

    .container_info-h .barAction,
    .container_info-h .form-action {
        position: static;
    }
}

.border-bottom .border-bottom{
    padding-bottom: 10px;
}

.border-bottom .text-trans,
.border .text-trans {
    padding-top: 10px;
}

.border .border-bottom {
    border-bottom: 1px solid #ddd;
    padding-top: 5px;
    padding-bottom: 10px;
}

#contact td {
    vertical-align: top!important;
}
