.cus-bg{
  background:rgba(255, 255, 255, 1);
}
.nice-select{
    margin-bottom: 15px;
}
#box_recaptcha{
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.select-province .province-header-searchbox {
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0; }
.select-province .select-header-province {
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 16px;
    height: 48px;
    cursor: pointer;
    position: relative;

    display: flex;
    width: auto; }
.select-province md-content._md {
    max-height: 240px; }
.select-province md-input-container {
    min-width: 112px; }
.font-weight-bold{
  font-weight: bold;
}
.title-register-cts{
  font-family: 'Helvetica Neue';
  font-size: 24px;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  text-align: center;
  line-height: 36px;
}
.note-register{
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 22px;
}
.main_block_price .dangky_cts {
  display: flex;
  align-items: center;
  padding-left: 0;
  justify-content: center;
  list-style: none;
  margin: 15px 0 20px;
  width: 100%;
  max-width: 500px;
  border: none;
  margin: auto;
  margin-top: 21px;
}
.dangky_cts>li{
  padding: 6px 6px;
  text-align: center;
  height: 39px;
  width: 440px;
  border-bottom: 1px solid #544f4f;
}
.dangky_cts>li.active{
  box-sizing: border-box;
  height: 39px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 2px solid rgba(184, 0, 0, 1);;
}
.dangky_cts>li.active a{
  color:rgba(184, 0, 0, 1);
}
.dangky_cts>li>a{
  padding: 0;
  color: #000;
  font-size: 18px;
  text-align: center;
}
.dangky_cts>li>a:hover{
  text-decoration: none;
}
.main_block_price .head_register{
  position: relative;
}
.main_block_price .head_register .toturial_register{
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.toturial_register .toturial span{
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.toturial_register .toturial span.icon_youtube{
  color:rgba(184, 0, 0, 1);
}
.main_block_price .title_block{
  text-align: center;
  margin: 0;
  padding: 0 0 30px;
}
.toturial{
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: end;
}
.toturial i{
  font-size: 21px;
  margin-right:10px;
}
.top_main_block_price{
  display: flex;
    justify-content: space-between;
    align-items: center;
}
.icon_youtube{
  font-size: 25px;
  color:rgba(184, 0, 0, 1);;
  margin-left: 10px;
}
.main_block_price .dangky_cts>li>a{
  background-color: #F5F5F5;
  border-radius: 3px;
  border: 1px solid transparent;
  border-bottom:1px solid #F2A52F;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: transparent;
  border-color: transparent;
  margin-right: 0;
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
}
.main_block_price .dangky_cts>li.active>a{
  border-bottom: none;
  background-color: transparent;
}
.main_block_price .dangky_cts>li.active>a, .dangky_cts>li.active>a:hover, .dangky_cts>li.active>a:focus{
  color: #F26422 !important;
  border:1px solid #F2A52F;
  border-bottom:1px solid transparent;
  border-radius: 3px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.main_block_price .dangky_cts>li.active>a, .dangky_cts>li.active>a:hover, .dangky_cts>li.active>a:focus{
  border:none;
  color: rgba(184, 0, 0, 1)!important;
}
.radio_object{
  display:inline-block;
}
.radio_object:first-child{
  margin-right:30px
}

.pointer_unset{
  pointer-events: unset!important;
}
.overflow_unset{
  overflow: unset!important;
}
.tooltip-cus{
  display: inline-block;
  position: relative;
}
.tooltip-cus i.icon_search {
  position: absolute;
  top: 9px;
  right: 0;
  z-index: 2;
  font-size: 15px;
}

/* Tooltip text */
.tooltip-cus .tooltiptext {
  visibility: hidden;
  width: max-content;
  background-color: rgb(255 255 255);
  color: #000;
  padding: 5px 2px;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  left: 10px;
  top: 20px;
  z-index: 113;
  text-transform: none;
  max-width: 500px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-cus:hover .tooltiptext {
  visibility: visible;
  animation-name: tooltip-cus;
  animation-duration: .2s;
  border: 1px solid #7f7fdd;
  border-radius: 0;
  box-shadow: 2px 4px 5px 0px #888888;
  display: block;
  max-width:375px;
}
.tooltip-cus:hover{
  cursor: pointer;
}
@keyframes tooltip-cus {
  0%   {
    opacity: 0;
  }
  25%  {
    opacity: .25;
  }
  50%  {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}
.search_lookup_code{
  position: relative;
}
.icon_search_lookup_code{
  position: absolute;
  top: 9px;
  left: 0;
  z-index: 2;
  font-size: 17px;
  color:rgba(184, 0, 0, 1);
}
.d-flex{
  display: flex;
}
.cus-table > thead > tr > th, .cus-table > tbody > tr > th, .cus-table > tfoot > tr > th, .cus-table > thead > tr > td, .cus-table > tbody > tr > td, .cus-table > tfoot > tr > td{
  word-break: break-all;
  border-bottom: 1px solid #dddddd;
  border-top: 0px solid #dddddd!important;
}
.cus-table tr th{
  text-align: center;
}
.cus-label {
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: 400;
  color: rgba(156, 156, 156, 1)
}
md-input-container.md-input-focused label.cus-label:not(.md-no-float), md-input-container.md-input-has-placeholder label.cus-label:not(.md-no-float), md-input-container.md-input-has-value label.cus-label:not(.md-no-float) {
  font-size:13px!important;
  color:gray!important;
}

md-input-container.md-input-focused label.cus-label:not(.md-no-float){
  color:rgb(54, 23, 228)!important;
}

.cus-select-container.md-input-has-value label:not(.md-no-float),.cus-input-container.md-input-has-value  label:not(.md-no-float):not(.md-container-ignore),.cus-select-container.md-input-focused label:not(.md-no-float),.cus-input-container.md-input-focused  label:not(.md-no-float):not(.md-container-ignore){
  -webkit-transform: translate3d(0,6px,0) scale(1);
  transform: translate3d(0,6px,0) scale(1);
}
.cus-input-container.md-input-focused .md-input, .cus-input-container.md-input-resized .md-input, .cus-input-container .md-input.ng-invalid.ng-dirty {
  border-width: 0 0 1px!important;
}
.cus-input-container label:not(.md-container-ignore).md-required:after, .cus-select-container label:not(.md-container-ignore).md-required:after{
  color:red!important;
}
.cus-input-container .md-input{
  font-size: 14px!important;
  color:#333!important;
}
.cus-input-container .md-char-counter:not(.md-char-counter), .cus-input-container .md-input-message-animation:not(.md-char-counter){
  font-size:12px!important;
}
.cus-form .cus-input-container{
  margin-bottom:0 !important;
}
.cus-form .cus-select-container{
  margin-bottom:0 !important;
}
.cus-form .cus-select-container-province{
  margin: 3px 0px 18px 0 !important;
}

.cus-select-container md-select .md-select-value.md-select-placeholder>span:not(.md-select-icon){
  font-size: 15px;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
}
.title-component{
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: 500;
  color: rgba(0, 0, 0, 1);
  text-transform: uppercase;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.margin-top4{
  margin-top:4rem;
}
.toturial-select-file{
  width: 100%;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
}
.icon_file{
  color: #3d8cdd;
  margin-left: 8px;
  font-size: 18px;
}
.cus-form label{
  margin-bottom:0px!important;
}
.cus-form .md-select-value>span:not(.md-select-icon){
  display: -webkit-box!important;
  -webkit-line-clamp: 1!important;
  -webkit-box-orient: vertical!important;
  white-space: unset!important;
}
@media only screen and (max-width: 599px) {
  .cus-form .cus-select-container, .cus-form .cus-input-container{
    margin:18px 0 !important;
    height: 50px;
  }
  .mobile-none{
    display:none!important;
  }
  .checkBox {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  }
  .checkBoxPackage {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  }
}

@media only screen and (max-width: 900px) {
  md-optgroup[label="certificateProfile"] md-option .md-text::before{
    content: '-';
  }
  md-optgroup[label="certificateProfile"] md-option .md-text{
    white-space: unset!important;
  }
  md-optgroup[label="certificateProfile"] md-option{
    padding-left: 8px!important;
    padding-right: 0!important;
  }
  .main_block_price .head_register .toturial_register{
    float: right;
    position: unset;
    margin: 7px 0px;
  }
  .cus-table > thead > tr > th, .cus-table > tbody > tr > th, .cus-table > tfoot > tr > th, .cus-table > thead > tr > td, .cus-table > tbody > tr > td, .cus-table > tfoot > tr > td{
    font-size: 1rem;
  }
  .cus-table tr td:first-child{
    max-width:40vw;
  }
  .main_block_price .head_register .toturial_register{
    position: unset;
  }
  .toturial_register .toturial span{
    font-family: 'Helvetica Neue';
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
  }
  .main_block_price .head_register .toturial_register a{
    float: right;
    margin: 5px 0;
  }
  .success_exit img{
    display:none;
  }
  .checkBoxPackage {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) !important;
  }
}
@media only screen and (min-width: 1000px) {
  .cus-form .layout-gt-xs-row md-input-container:not(.not-margin):first-child{
    margin-right: 15px!important;
  }
  .cus-form .layout-gt-xs-row md-input-container:not(.not-margin):last-child{
    margin-left: 15px!important;
  }
}

/* css dialog success */
.success_block{
  width: 590px;
}
.success_block p{
  margin:0;
  margin-bottom: 20px;
}
.success_icon{
  text-align: center;
  margin: 12px 0;
}
.success_icon i{
  font-size: 55px;
  color: #7fbd02;
}
.success_exit img{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 20px;
}
.success_title{
  margin-bottom:17pt;
  text-transform: uppercase;
  height: 45px;
  width: 100%;
  font-family: 'Helvetica Neue';
  font-size: 18px;
  font-weight: 600;
  color: rgba(184, 0, 0, 1);
  text-align: center;
  line-height: 45px;
}
.success_content{
  padding: 10px 40px;
  padding-top:0;
}
.success_content span{
  display: block;
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 18px;
}
.success_content .txt_under{
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
  text-align: center;
  line-height: 18px;
}
.success_footer{
  text-align: center;
  border: 1px solid rgba(222, 222, 231, 1);
  text-transform: uppercase;
  padding: 6px 0;
  font-weight: 700;
  width: 100%;
  padding: 15px 15px;
}
.success_footer a button{
  font-size: 13px;
    text-transform: inherit;
    font-weight: 400;
    color: rgba(184, 0, 0, 1);
    height: 39px;
    width: 162px;
    border: 1px solid rgba(184, 0, 0, 1);
    background: none;
    font-family: 'Helvetica Neue';
    border-radius: 5px;
}
.success_footer a button.btn-confirm{
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-weight: 400;
  color: rgba(184, 0, 0, 1);
  border: navajowhite;
  background: none;
  text-transform:initial!important;
  width:unset!important;
  height:unset!important;
}
/*
Copyright 2020 Google LLC. All Rights Reserved.
Use of this source code is governed by an MIT-style license that can be found
in the LICENSE file at http://material.angularjs.org/HEAD/license.
*/
.clear-both{
  clear: both;
}

md-input-container.input_search .md-placeholder, md-input-container.input_search label:not(.md-no-float):not(.md-container-ignore){
  padding-left: 25px !important;
}
md-input-container.input_search .md-input{
  padding-left: 25px !important;
}

.btn-register-cts{
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
  background-color: rgba(184, 0, 0, 1);
  border-radius: 5px;
  height: 50px;
  width: 150px;
}


/* css upload file */
.upload-file {
  cursor:pointer;
  overflow:hidden;
  display:block;
  position:relative;
  width:100%; 
  height:49px;
  background:rgba(255, 255, 255, 1); 
  border-radius:4px;
  font:caption; 
  text-align:center; 
  border:1px dashed silver;
  box-sizing:border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upload-file.is-dragenter{
  background: rgba(239, 246, 255, 1)
}
.upload-file input.input-drop{
  position:absolute;
  top:0;right:0;bottom:0;left:0;
  font-size:9999px; 
  opacity:0;
  cursor:pointer;
}
.upload-file label{
  position:absolute;
  top:0;right:0;bottom:0;left:0;
}
.upload-file .text-drop{
  position: absolute;
  z-index:68;
  line-height: 18px;
}
.text-drop{
  line-height: 25px;
}
.upload-file .text-drop .output-drop{
  display:none
}
.upload-file .text-drop span{
  font-family: 'Helvetica Neue';
  font-size: 13px;
  font-weight: 400;
  color: rgba(156, 156, 156, 1);
  text-align: center;
}
.upload-file .text-drop{
  color: rgba(156, 156, 156, 1);
  font-size: 19px;
}
.upload-file .text-drop button{
  background:white;
  font-family: 'SF Pro Text';
  font-size: 13px;
  font-weight: 400;
  color: rgba(38, 128, 235, 1);
  border: 1px solid rgba(38, 128, 235, 1);
  border-radius: 2px;
}
md-content {
  max-width: 100%;
  overflow-x: hidden;
}

/* tooltip */
.tooltip_content{
  margin:20px;
}
.tooltip_content table{
  font-size: 14px;
}
.tooltip_content table td{
  padding-left: 4px;
}
.tooltip_title{
  width: 100%;
  text-align: center;
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tooltip_content{
  text-align: center;
  display: block;
  font-size: 15px;
}
.tooltip_close{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  border-top: 1px solid #cba2a2;
}

.tooltip_close button{
  border: none;
  background: none;
  font-size: 16px;
  color: #dd0404;
  font-weight: 400;
}

.dialog_question{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.dialog_question p{
  display: block;
}
.dialog_question_footer button{
  height: 40px;
  width: 60px;
  border: 1px solid rgba(184, 0, 0, 1);
  border-radius: 5px;
  background: none;
  color: rgba(184, 0, 0, 1);
  font-family: 'Helvetica Neue';
  font-size: 13px;
  font-weight: 400;
  margin: 0 30px;
}
.dialog_question_footer{
  text-align: center;
  border: 1px solid rgba(222, 222, 231, 1);
  text-transform: uppercase;
  width: 100%;
  padding: 15px 15px;
}

.compensation-radio {
  text-align: center;
}

.compensation-note {
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  line-height: 24px;
}
.compensation-note-justify{
  text-align: justify;
}
.compensation-note-center{
  font-size: 16px;
  text-align: center;
}
.md-margin-1 {
  margin-bottom: 10px; /* Khoảng cách dưới cho mỗi radio button */
}
.md-margin-2 {
  margin-bottom: 20px; /* Khoảng cách dưới cho mỗi radio button */
}
.warning-message {
  color : red;
}
.table-dataHS {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid rgba(222, 222, 231, 1);
  padding: 20%;
}
.text-center {
  text-align: center;
}
#frmCompensation md-content {
  border-radius: 10px;
}
#frmCompensation md-content > table > thead > tr > th,td {
  padding: 5px !important;
  border: 1px solid rgba(222, 222, 231, 1);
}
.text-color-primary {
  color: rgb(63,81,181);
}
.attachFile-text {
  font-family: 'Helvetica Neue';
  font-size: 15px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.button-group {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 0px; 
}

.md-button {
  margin: 0; 
}
.margin-right-1 {
  margin-right: 1%;
}
.padding-bottom-7 {
  padding-bottom: 7%;
}
input[readonly], textarea[readonly] {
  background-color: #e1e1e1;
}
.text-disable {
  color: #dddddd;
  text-decoration: none;
  cursor: not-allowed;
}
.loader-container-ng {
  width: 100%;
}
.table-dataHS th:nth-child(1),
.table-dataHS td:nth-child(1) {
    width: 5%; /* Cột 1 */
}

.table-dataHS th:nth-child(2),
.table-dataHS td:nth-child(2) {
    width: 40%; /* Cột 2 */
}

.table-dataHS th:nth-child(3),
.table-dataHS td:nth-child(3) {
    width: 20%; /* Cột 3 */
}

.table-dataHS th:nth-child(4),
.table-dataHS td:nth-child(4) {
    width: 16%; /* Cột 4 */
}

.table-dataHS th:nth-child(5)
{
    width: 20%; /* Cột 5 */
}

#frmCompensation md-input-container {
  margin:  10px 0px 0px 0px !important;
}
#frmCompensation md-content {
  padding-top: 0px !important;
}
#frmCompensation md-checkbox {
  margin-bottom: 0px !important;
}
#frmCompensation .buttom-end {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
}
#frmCompensation md-radio-button{
  margin-bottom: 10px !important;
}
/* css hsdk */
.sreachTaxNumber {
  gap: 10px;
  align-items: center;
}
.inputTaxNumber{
  border-radius: 30px;
  padding-left: 1%;
  border: solid 1px #000;
  height: 30px;
  padding-left: 10px;
}
.hsdkLabel {
  display: inline-block;
  max-width: 100%;
  text-wrap: nowrap;
}
.title-hsdk{
  font-weight: 600;
  margin-bottom: 1%;
}
.label-required{
  color: red;
  font-size: 2rem;
}

.cus-input-container-hsdk{
    position: relative;
    padding: 0;
    margin: 0;
}
input[disabled] {
    /* background-color: #f5efef !important; */
    cursor: not-allowed;
}
.label-disable {
    color: #909090 !important;
}
.action-bar {
  display: flex;
  width: 63%;
  font-family: Arial, sans-serif;
  font-size: 15px;
  margin: auto;
  margin-top: 15px;
}

.action-bar button {
  flex: 1;
  border: 2px solid #ccc6c6;
  padding: 8px 16px;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.action-bar button.active {
  background: #e6e6e6;
}

.arrow-down-custom {
    right: 10%;
    position: absolute;
    font-size: 15.5px;
    line-height: 1;
}
/* .page-a4 {
  background: rgb(204,204,204); 
} */
#frmRegisterProfileCts {
  padding: 20px 30px;
  background: white;
  display: block;
  margin: 0 auto;
  margin-bottom: 0.5cm;
 /* box-shadow: 0 0 0.5cm rgba(0,0,0,0.5); */
}
.dropdown-menu li {
  font-size: 14px;
  padding: 5px 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.dropdown-menu li:hover {
  background-color: #f0f0f0;
  color: #007bff;
}