.check-form_custom {
  margin-top: 14% !important;
}
.width-100 {
  width: 100%;
}
.width-5 {
  width: 5%;
}
.width-10 {
  width: 10%;
}
.width-15 {
  width: 15%;
}
.width-20 {
  width: 20%;
}
.width-25 {
  width: 25%;
}
.width-30 {
  width: 30%;
}
.width-35 {
  width: 35%;
}
.width-40 {
  width: 40%;
}
.width-45 {
  width: 45%;
}
.width-50 {
  width: 50%;
}
.width-60 {
  width: 60%;
}
.width-65 {
  width: 65%;
}
.width-70 {
  width: 70%;
}
.width-75 {
  width: 75%;
}
.width-80 {
  width: 80%;
}
.width-85 {
  width: 85%;
}
.width-90 {
  width: 90%;
}
.w-200{
  width: 200px;
}
.w-100{
  width: 100px;
}
.text-center {
  text-align: center;
}
.table_chitiet tr {
  border-bottom: 1px dashed #cdcdcd !important;
}
.table_chitiet tr th,
td label {
  font-weight: 600 !important;
}
.hide-text {
  text-decoration: line-through;
}
.modal-modal-sm {
  width: 30% !important;
}
.modal-modal-lg {
  width: 65% !important;
}

.ant-modal-header {
  padding: 10px 24px 5px !important;
}

.ant-modal-body {
  padding: 10px 24px !important;
}

.text-muted th {
  color: #99a1b7 !important;
  font-weight: 500 !important;
}

.ant-modal-content {
  border-radius: 0.475rem !important;
}

.ant-modal-header {
  border-radius: 0.475rem 0.475rem 0 0 !important;
}

.ant-result {
  padding: 0px 32px !important;
}

.ant-select {
  border-radius: 0.475rem;
}

.ant-modal-close-x {
  line-height: 36px !important;
}

.dynamic-delete-button {
  cursor: pointer;
  position: relative;
  top: 4px;
  font-size: 24px;
  color: #999;
  transition: all 0.3s;
}

dynamic-delete-button:hover {
  color: #777;
}

.passenger-input {
  width: 94% !important;
  margin-right: 8px !important;
  margin-bottom: 5px !important;
}

[nz-form] {
  max-width: 600px;
}

.add-button {
  width: 60%;
}

.events {
  list-style: none;
  margin: 0;
  padding: 0;
}

.events .ant-badge-status {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  font-size: 12px;
}

.notes-month {
  text-align: center;
  font-size: 28px;
}

.notes-month section {
  font-size: 28px;
}

.ant-radio-button {
  border-radius: 0.475rem;
}

.ant-select-multiple.ant-select-sm .ant-select-selection-item {
  height: auto !important;
  line-height: normal !important;
}

/* Ngoc: ae nao them cho nay thi bao nhe :)) */
/* .ant-select-multiple .ant-select-selection-item-content {
  padding: 6px;
} */

.form-control-sm {
  border-radius: 0.425rem !important;
}
/* 
.example-container {
  height: 400px;
  display: flex;
  flex-direction: column;
}

.example-list {
  min-height: 60px;
  border-radius: 4px;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  border: 1px dashed #ccc;
  flex: 1 1 auto;
}

.example-list > .example-box {
  cursor: move;
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-placeholder {
  opacity: 0;
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.example-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin: 4px;
  padding: 4px 8px;
  background-color: rgb(0 112 204 / 15%);
}

.example-box span {
  cursor: pointer;
} */

.text-right {
  text-align: right !important;
}

.ant-select-selector {
  border-radius: 8px !important;
  /* height: 37px !important; */
}

.ant-divider-inner-text {
  font-size: 15px;
  font-weight: 600;
}
.card .card-header .card-toolbar {
  /* margin: 0.5rem 0.7rem !important; */
}

.ant-comment-actions > li > span {
  color: rgb(0 0 0 / 93%) !important;
}

.ant-comment-actions > li > span {
  font-size: 13px !important;
}

/*font size total của paging ANT*/
.ant-pagination-total-text {
  font-size: 0.85rem;
}

/*Bo viền của popover ANT*/
.ant-popover-inner {
  border-radius: 8px !important;
}

/* .example-list {
  width: 500px;
  max-width: 100%;
  border: solid 1px #ccc;
  min-height: 60px;
  display: block;
  background: white;
  border-radius: 4px;
  overflow: hidden;
}

.example-box {
  padding: 10px;
  border-bottom: solid 1px #ccc;
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  cursor: move;
  background: white;
  font-size: 14px;
}

.cdk-drag-preview {
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.cdk-drag-animating {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.example-box:last-child {
  border: none;
}

.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.example-custom-placeholder {
  background: #ccc;
  border: dotted 3px #999;
  min-height: 60px;
  transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
} */

.table .ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
  /* padding: 0.7px 11px !important;
  border-radius: 0px !important */
  width: auto;
}

.ant-pagination-total-text {
  font-size: 12px;
}

div.tblBuildform table td {
  border-width: 1px !important;
}
.primary{
      background-color: #9c7851 !important;
    border-color: #9c7851 !important;
    color: #ffffff !important;
}
