html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    line-height: 1.5;
}

nav {
    /* height: 80px; */
    background-color: #b9dce6;
    /* margin-bottom: 10px; */

    min-width: 970px; /* 幅を狭めて横スクロールすると、隠れた部分が白くなるので対策 */
}

.logo {
    padding: 14px 0 14px 0;
}

.header_middle{
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    height: 80px;
    /* line-height: 80px; */
}

.header {
    width: 100%;
}

.header_left {
    width: 80%;
    float: left;
}

.header_right {
    width: 20%;
    float: left;
    text-align: right;
    margin-top: 30px;
}
.word-break {
    word-break: break-all;
}

.underline {
    text-decoration: underline;
}

.mt1em {
    margin-top: 1em;
}

.row.center {
    display: flex;
    align-items: center;
}

.row_100 {
    width: 100%;
}

.product_standard_table {
    height: 200px;
    overflow-y: scroll
}

.orange_back {
    background-color: orange;
    width: 100%;
    padding: 5px 0 5px 0;
    font-weight: bold;
}

.blue_back {
    background-color: cornflowerblue;
    width: 100%;
    padding: 5px 0 5px 0;
    font-weight: bold;
}

.ta_center {
    text-align: center;
}

.cursor-pointer, label[for] {
  cursor: pointer;
}

.float_right {
  float: right;
}
.delivery-region-table-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* テーブルの上下左右の中央寄せ */
.table td.th {
    font-weight: bold;
}
table.center thead tr th {
  text-align: center;
}
table.center tbody tr td {
  text-align: center;
}
table.middle thead tr th {
  vertical-align: middle;
}
table.middle tbody tr td {
  vertical-align: middle;
}

#ac_navigation dt{
    background-color: #2b669a;
    color: #ffffff;
    display:block;
    height: 3em;
    line-height: 3em;
    text-align:center;
    cursor:pointer;
}
#ac_navigation dd{
    background-color: #b9dce6;
    height: 3em;
    line-height: 3em;
    text-align:center;
    display:none;
}

#dd_navigation {
    text-align: center;
}

/*
		ul{
		    list-style-type: none;
		    margin: 0;
		    padding: 0;
		    color: #fff;	yoshimura disabled
		}

		ul#menu li{
		    float: left;
		    position: relative;
		    margin: 0;
		    padding: 5px;
		    width: 110px;
		    background-color: #2b669a;
		    color: #ffffff;
		    display: block;
		    font-size: 0.8em;
		}

		ul.child{
		    display: none;
		    position: absolute;
		    margin-left: -5px;
		    padding: 0;
		    z-index:999;	yoshimura add
		}

		ul.child li a{
		    padding: 5px 10px;
		    margin-left: -5px;
		    margin-right: -5px;
		    margin-bottom: -5px;
		    display: block;
		    color: #fff;
		}

		li a:hover{
		    color: #000000;
		}
*/

.lh2em {
    line-height: 2em;
}

footer {
    margin-top: 1em;
    background-color: #b9dce6;
    min-width: 970px; /* 幅を狭めて横スクロールすると、隠れた部分が白くなるので対策 */
}

.alert.alert-warning[role="alert"] {
    margin-bottom: 2px;
}


/* navbar centering */
@media (min-width: 768px){
    .navbar-nav{
        margin: 0 auto;
        display: table;
        table-layout: fixed;
        float:none;
    }
}

/* navbar のメニューをホバーで開く */
.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
 }

/* custum navbar start  */
.navbar-custom {
  background-color: #2b669a;
  /* border-color: #245580; */
  border-radius: 0;
}
.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #c0c0c0;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #c0c0c0;
  background-color: #245580;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: #23547e;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: #245580;
  color: #c0c0c0;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #c0c0c0;
  border-bottom-color: #c0c0c0;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #c0c0c0;
    background-color: transparent;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #c0c0c0;
    background-color: #245580;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #c0c0c0;
}
/* /custum navbar end */

/* ページャー用 20180404 hsato*/
.pager {
	position: relative;
	overflow: hidden;
}

.pager .unavailable {
	pointer-events: none;
	/*border: none;*/
	color: white;
	/*padding: 6px 12px;*/
	background-color: lightgrey;
}

.pager .current {
	/*pointer-events: none;*/
	/*border: none;*/
	background-color: yellow;
	color: blue;
	padding: 6px 12px;
}

.pager .validity {
	background-color: lightgrey;
}
/**** カテゴリ一覧 ツリー用 matnor0305*/
.category-tree > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.category-tree > ul ul {
  position: relative;
  margin: 0 0 0 1em;
  padding: 0;
  list-style-type: none;
}
.category-tree > ul ul:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  content: '';
  border-left: 1px solid #111111;
}
.category-tree > ul ul li {
  position: relative;
  padding: 0 0 0 1.2em;
}
.category-tree > ul ul li:after {
  position: absolute;
  top: 1em;
  left: 0;
  bottom: 0;
  width: .7em;
  height: 0;
  content: '';
  border-top: 1px solid #000080;
}
.category-tree > ul ul li:last-child:after {
  height: auto;
  background-color: #b9dce6;;

}
.category-tree > ul li {
  line-height: 2;
}
.category-tree > ul li a {
  color: #000000;
  text-decoration: none;
  font-size: 14px;
}

div.caption-detail{
    color:white;
    background-color:cornflowerblue;
    width:100%;
    text-align:left;
}
/* /switch button */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 17px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.position-relative {
  position: relative;
}

.product-code-col {
  min-width: 40px;
}

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

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.pl-0 {
    padding-left: 0!important;
}

.pr-0 {
    padding-right: 0!important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.resize-vertical {
  resize:vertical;
}
details.advanced-order-search summary {
  display: inline;
}
details.advanced-order-search summary strong:hover {
  cursor: pointer;
}

details.advanced-order-search summary strong::after {
  content: " \f0dd";
  font-family: "Font Awesome 5 Free";
}

details.advanced-order-search[open] summary strong::after {
  content: " \f0de";
  font-family: "Font Awesome 5 Free";
}

.max-with-100 {
  max-width:100%
}

.active-role {
  display: flex;
}

.active-role .role-name {
  text-overflow:ellipsis;
  overflow: hidden;
}
.btn.delete-media-S3 {
  color: white;
  height: 4rem;
  align-content: center;
  float: right;
}

.d-none {
  display: none;
}

.form-inline .input-group > .form-control.input-w-11em {
  width: 11em;
}

.form-inline .input-group > .form-control.input-w-5em {
  width: 5em;
}

.w-25 {
  width: 25% !important;
}

.w-15 {
  width: 15% !important;
}

.text-decoration-line-through {
  text-decoration:line-through
}

.fs-08em {
  font-size: .8em !important;
}

.table-vertical-middle tbody tr td {
  vertical-align: middle;
}

.text-overflow {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
}

.text-overflow-3-line {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 160px;
  word-break: break-all;
  display: -webkit-box;
           -webkit-box-orient: vertical;
           -webkit-line-clamp: 3;
}

.vertical-align {
  vertical-align: middle;
}

.error-border {
  border: 1px solid #d9534f;
}
.error-text {
  margin-top: 8px;
  color: #d9534f
}

.d-flex {
  display: flex;
}

.d-flex.justify-content-end{
  justify-content: flex-end !important;
}

.dropdown-checkbox {
  position: relative;
  display: inline-block;
  width: 100%;
}


.dropdown-checkbox .dropdown-box {
  cursor: default;
}

.dropdown-checkbox .dropdown-box.active {
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.dropdown-checkbox .checkbox-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  height: auto;
  max-height: 320px;
  z-index: 1000;
  overflow-y: auto;
}

.dropdown-checkbox .checkbox-list.show {
  display: block;
}

.dropdown-checkbox .checkbox-list li {
  list-style: none;
  padding: 4px;
}

.dropdown-checkbox .checkbox-list li:hover {
  background-color: #f1f1f1;
}

.dropdown-checkbox .checkbox-list li label {
  width: 100%;
  height: 100%;
  font-weight: 500;
}

.dropdown-checkbox .checkbox-list li label span {
  margin-left: 8px;
}

.outline-badge {
  float: none;
  background-color: transparent;
  border: 1px solid #333;
  border-radius: 5px;
  color: inherit;
  font-weight: normal;
}


/* UNIOSS UP */
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

.justify-content-between {
  justify-content: space-between!important;
}

.no-detail {
  font-size: 18px;
}

.btn-delete {
  width: 45%;
}

.unioss-up-modal .btn {
  font-weight: 500;
  font-size: 16px;
}

/** ERROR VALIDATOR **/
.error.form-control {
  color: #333;
  border-color: #B00020;
}

.error[for], .invalid-feedback {
  color: #B00020;
  font-weight: normal;
  font-size: 12px;
}

.error[for]:empty {
  display: none;
}

.message-error {
  color: #B00020;
  font-weight: normal;
  font-size: 12px;
  width: 100%;
}
/** END ERROR VALIDATOR **/

.form-progress {
  float: none !important;
}

.form-progress label {
  margin-bottom: 0px;
}
.form-progress textarea {
  resize: vertical;
  min-height: calc(1.5em + 0.75rem + 2px);
}
.display-input-data {
  float: none !important;
  width: 25%;
}

.unioss-up-modal .modal-footer>* {
  margin: 0.25rem;
}
/* UNIOSS UP INPUT FORM */
.input-group .form-control:not(:first-child):not(:last-child), .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child) {
  border-left: 0;
}

.w-100 {
  width: 100%!important;
}

.btn-toolbar {
  margin-top: 16px;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  padding: 8px 16px;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-progress input:focus-visible {
  outline-offset: 0px;
}

.form-progress input:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

/* END UNIOSS UP INPUT FORM */
/* OCR SCREEN */
.progress-ocr {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 25px;
}

.progress-tree {
  height: 2px;
  background-color: #E4E7EC;
  flex: 1;
  margin: 0 20px;
}

.text-gray {
  color: #F2F4F7;
}
/* END OCR SCREEN */

.form-progress hr {
  border: 1px solid #dee2e6 !important;
  border-color: rgba(33,37,41,1)!important;
  margin: 1rem 0;
  color: inherit;
  opacity: .25;
}

.align-self-start {
  align-self: flex-start!important;
}

.warning_acceptance_year {
  align-items: center;
  width: fit-content;
  font-size: 10px;
  background-color: #fff3cd;
  padding: 5px;
  border-radius: 5px;
  color: #856404;
}

.icon-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #337AB7;
  border-radius: 3px;
  width: 22px;
  height: 22px;
}

.number-field {
    width: 30px;
    height: 30px;
    border: 3px solid #5AB55A;
    color: #5AB55A;
    font-weight: bold;
    border-radius: 50%;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 1.5rem;
}
.number-error {
    border: 3px solid #B00020;
    color: #B00020;
}
.text-danger, .text-error {
    color: #B00020 !important;
}
.more-option {
  color: #337AB7;
}
.text-need-confirm {
  color: #9B5639 !important;
}
.unioss-up-modal {
  text-align: center;
  padding: 0!important;
}

.unioss-up-modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.unioss-up-modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.unioss-up-modal-dialog .modal-content {
  border-radius: 24px;
}

.unioss-up-modal-dialog .modal-body {
  padding: 20px;
}

.modal-upload-images .modal-body {
  min-height: 32rem;
  max-height: 70vh;
  overflow: auto;
  padding: 24px
}

.unioss-up-modal-dialog .btn-close {
  top: 15px;
  position: absolute;
  right: 15px;
  border: none;
  background-color: transparent;
  color: #dee2e6;
  font-size: large;
}

.white-space-pre {
  white-space: pre;
}

.modal-footer.border-top-none {
  border-top: none;
}

.history-point-table .dataTables_info {
  padding: 20px 5px;
}

.form-input-number,
.form-input-decimal {
  position: relative;
}
.form-input-number .action,
.form-input-decimal .action {
  opacity: 0;
}
.form-input-number .action:hover,
.form-input-decimal .action:hover {
  opacity: 1;
}
.form-input-number .increase,
.form-input-number .decrease,
.form-input-decimal .increase-decimal,
.form-input-decimal .decrease-decimal {
  position: absolute;
  right: 13px;
  width: 9px;
  height: 18px;
  cursor: default;
  line-height: 16px;
  text-align: center;
  color: #9595a2;
  background: #e9e9ed;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: bold;
  transform: translateY(-50%) rotate(90deg);
}
.form-input-number input:hover + .action,
.form-input-number input:focus + .action,
.form-input-decimal input:hover + .action,
.form-input-decimal input:focus + .action {
  opacity: 1;
}
.form-input-number .increase,
.form-input-decimal .increase-decimal {
  content: '+';
  top: calc(50% - 5px);
}
.form-input-number .decrease,
.form-input-decimal .decrease-decimal {
  content: '-';
  top: calc(50% + 4px);
}
.form-input-number .increase:hover,
.form-input-number .decrease:hover,
.form-input-decimal .increase-decimal:hover,
.form-input-decimal .decrease-decimal:hover {
  background: #bebec2;
}

.textarea-resize-none {
  resize: none;
  overflow: auto;
  display: inline-table;
}

.textarea-content-defect{
  height: 10px;
  pointer-events: none;
}

.dropdown-menu.defect {
  right: 0;
  left: unset;
}

#tableDefection_wrapper {
  padding-top: 20px;
}
#tableDefection_info {
  padding-top: 25px;
  padding-left: 10px;
}
.table-consumer-merge table tbody tr td, .table-consumer-merge table tbody tr th,
.table-consumer-merge table thead tr td, .table-consumer-merge table thead tr th {
    padding: 9px 5px;
}
.table-consumer-merge table thead tr td {
    min-width: 270px;
    width: 270px;
}
.table-consumer-merge table thead tr .title-attribute {
    min-width: 150px !important;
    width: 150px !important;
}
.modal-upload-images .unioss-up-modal-dialog {
  width: 500px;
}

.modal-upload-images .modal-content {
  border-radius: 24px;
}

.modal-title-hear {
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.modal-title-hear h5 {
  font-size: 20px;
}

[aria-expanded="true"] .expanded {
  display: none;
}
[aria-expanded="false"] .collapsed {
  display: none;
}
.consumer-address {
  width: 76%;
}
.input-filter {
  margin-left: 40px;
}
.btn-search-filter {
  float: right;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.cursor-pointer {
  cursor: pointer;
}
.table-select-duplicate-consumer {
    max-height: 300px;
}
/* Dropzone */
.dropzone {
  padding: 0;
  border: none;
  background: transparent;
  min-height: auto;
}

.dropzone .dz-message {
  /* green text */
  border: 2px dashed var(--bs-success);
  border-radius: 8px;
  color: var(--bs-success);
  background: #F4FFF4;
  padding: 3rem;
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.7rem;
  text-align: center;
  display: block !important;
}
.dropzone .dz-image-preview {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.dropzone .dz-image-preview + .dz-image-preview {
  margin-top: .5rem
}
.dropzone .dropzone-item {
  display: flex;
  padding: 0;
}
.dropzone .dropzone-item .delete, .dropzone .dropzone-item .delete * {
  width: 50px;
  cursor: pointer;
}
.dropzone .dropzone-item .preview {
  position: relative;
}
.dropzone .dropzone-item .dropzone-thumbnail {
  object-fit: contain;
  border: 1px solid #CCCCCC;
  border-radius: var(--bs-border-radius) !important;
}
.dropzone .dropzone-item .dropzone-item-detail {
  margin-right: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: .9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.4;
}
.dropzone .dropzone-item .progress {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 40px;
  height: 7px;
  color: transparent;

  display: none;
}
.dropzone .dropzone-item .dz-size strong {
  font-weight: normal;
}
/* END Dropzone*/

/* DROPDOWN */
.btn-group.open .dropdown-toggle.setting-indicator {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu.setting-indicator {
  right: -1px;
  left: auto;
  bottom: -50px;
  top: auto;
}

.btn-group-sm>.btn, .btn-sm.btn-sm-link {
  padding: 2px 10px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2);
}

.dz-drag-hover {
  border-radius: 10px;
}

.border-consumer-detail {
  border: 2px solid #dee2e6;
  margin-top: 0px;
  margin-bottom: 0px;
}

.consumer-tab.nav-tabs>li>a {
  border: none;
}
.consumer-tab.nav-tabs>li.active>a:hover, .consumer-tab.nav-tabs>li.active>a:focus{
  cursor: default;
  background-color: #fff;
  border: none;
}

.tab-setting.nav-tabs>li>a {
  border: none;
}
.tab-setting.nav-tabs>li.active>a:hover, .tab-setting.nav-tabs>li.active>a:focus{
  cursor: default;
  background-color: #fff;
  border: none;
}

#table-consumer-application-data, #table-consumer-application-data_info {
  padding-top: 35px;
}

.textarea-resize-vertical {
  resize: vertical;
}
/* END DROPDOWN */
.loading-icon {
    font-size: 4rem;
}
.gly-spin {
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.gly-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.gly-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.gly-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.gly-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}
.gly-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1);
}
/* END ICON SPIN ANIMATION */
.gly-spin {
    -webkit-animation: spin 1.5s infinite linear;
    -moz-animation: spin 1.5s infinite linear;
    -o-animation: spin 1.5s infinite linear;
    animation: spin 1.5s infinite linear;
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

/* END ICON SPIN ANIMATION */

/* DATATABLE */
.text-primary-unioss-up {
  color: #337AB7;
}
.table-header {
  position: relative;
}
.number-page {
  position: absolute;
  right: 0;
  z-index: 99;
}

input[type=checkbox], input[type=radio] {
  cursor: pointer;
  color: #2196f3;
  accent-color: #2196f3;
}
.dataTables_info {
  position: absolute;
  top: -20px;
}
#data-table_wrapper {
  padding-top: 18px;
}
.dataTables_scrollBody {
  border-bottom: none !important;
}
.dataTables_scrollBody tr {
  border-color: rgba(0, 0, 0, 0.3);
}
.dataTables_scrollBody::-webkit-scrollbar {
  height: 8px;
  width: 112px;
}
.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.38);
  border-radius: 8px;
}
.dataTables_wrapper.invisible {
    visibility: hidden;
    height: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: #337AB7 !important;
  border: 1px solid #DDDDDD;
  margin-left: -1px;
  padding: 6px 12px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #FFFFFF !important;
  background-color: #337ab7;
  border-color: #337ab7;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: #337ab7 !important;
  background: #eee;
  border: 1px solid #DDDDDD;
}
.dataTables_wrapper .dataTables_paginate {
  float: none;
  text-align: center;
  padding-top: 0.5em;
  --border-radius: 4px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  display: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #eee;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  outline: none;
  background-color: #337ab7;
  box-shadow: none;
}
.dataTables_paginate a:focus {
  background: #eee;
  border: 1px solid #DDDDDD;
  outline: none;
  outline-offset: 0;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  border-bottom: 1px solid #ddd;
  border-top: 0;
}
.table.table-nowrap > thead > tr > th, .table.table-nowrap > tbody > tr > td, .table.table-nowrap > tbody > tr > th {
    white-space: nowrap;
    vertical-align: middle;
}
.table.table-word-break > thead > tr > th, .table.table-word-break > tbody > tr > td, .table.table-word-break > tbody > tr > th {
  word-break: break-all;
  vertical-align: middle;
}
.table > tbody > tr > th, .table > tbody > tr > td {
    vertical-align: middle;
}
.dataTables_wrapper .dataTables_paginate .ellipsis + .paginate_button:not(:last-child),
.dataTables_wrapper .dataTables_paginate .paginate_button + .paginate_button:not(:last-child) {
  border-radius: 0;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.previous,
.dataTables_wrapper .dataTables_paginate .paginate_button.previous.disabled + span .paginate_button:first-child {
  border-radius: var(--border-radius) 0 0 var(--border-radius);
}
.dataTables_wrapper .dataTables_paginate .paginate_button.next,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:last-child {
  border-radius: 0 var(--border-radius) var(--border-radius) 0;
}

.table-setting-indicator >tbody>tr>th, .table-setting-indicator >tbody>tr>td  {
  border-bottom: none;
}

.btn-glyphicon-menu {
  font-size: 12px;
}

div.dataTables_processing {
  display: inline-block;
  text-align: left;
  z-index: 1020;
  top: 0;
  left: 0;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  margin: 0;
}
.fixed-loading div.dataTables_processing {
  position: fixed;
  z-index: 2000;
  /* bottom: 0; */
  /* margin-block: 0; */
}
#modal-alert-error, #modal-alert-warning, #modal-alert {
  z-index: 9999;
}
div.dataTables_processing>div:not(.loading-wrapper) {
  display: none;
}
.loading-wrapper {
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  margin-left: -36px;
  margin-top: -36px;
  font-size: 12px;
}
.loading-wrapper .loader-wrapper {
   position: relative;
}
.loading-wrapper .loader-wrapper> .loader {
  box-sizing: border-box;
  margin: auto;
  border: 8px solid rgba(185,220,230,0.33);
  border-radius: 50%;
  border-top: 8px solid #EF7C15;
  width: 72px;
  height: 72px;
  animation: spinner 1s linear infinite;
}
.loading-wrapper .loader-wrapper > img {
  box-sizing: border-box;
  position: absolute;
  width: 56px;
  height: 56px;
  top: 8px;
  left: 8px;
}

.loading-wrapper .loading-text {
  box-sizing: border-box;
  margin-top: 0px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
  color: #EF7C15;
}

.common-point-color {
  color: #f0ad4e;
}

.unique-point-color {
  color: #5bc0de;
}

@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.consumer-merge-textarea {
    resize: none !important;
    height: 64px !important;
}
.consumer-merge-textarea.form-control-plaintext {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}
.table-consumer-merge input[disabled] {
    cursor: auto;
}
input.form-control-plaintext + .input-group-addon {
    display: none;
}
.bg-success, .table-consumer-merge td.same {
    background-color: #E5FFE5 !important;
}
.bg-danger, .table-consumer-merge td.different {
    background-color: #FFE5EA !important;
}
/* END DATATABLE */

/*CHECKBOX ICON*/
.pretty {
    font-size: 18px;
}
.pretty.p-icon .state .icon {
    position: absolute;
    font-size: 1em;
    width: calc(1em + 3px);
    height: calc(1em + 3px);
    left: 9px;
    z-index: 1;
    text-align: center;
    line-height: normal;
    border: 1px solid transparent;
    opacity: 0;
    top: 40%;
    transform: translate(-50%, -50%);
}
.pretty.fs-5.p-icon .state .icon {
    transform: translate(0, -50%);
    left: 0;
}
/* END CHECKBOX ICON */

/* FANCY BOX */
.fancybox__toolbar .fancybox__toolbar__items--center {
  position: fixed;
  bottom: 0;
}
/* END FANCY BOX */

/* NOTIFICATION */
.notification-block {
  position: absolute;
  left: -32px;
  width: 24.5px;
  height: 21px;
}

.status-search>div.pretty {
  margin-bottom: 5px;
}
.notification-block *:hover {
  text-decoration: none;
}

.dropdown-menu.dropdown-notification {
  position: absolute;
  top: 35px;
  left: -130px;
  width: 285px;
}

.notification-content {
  color: #333333;
  padding: 8px;
  background-color: #DFF8FF;
  display: flex;
  justify-content: space-between;
}

.unread {
  background-color: #ffffff;
}

.notification-content:hover {
  background-color: #ffffff;
}

.dropdown-notification {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px -4px 8px -2px rgba(0, 0, 0, 0.15) !important;
  border: none;
}
.dropdown-notification::before {
  content: "";
  position: absolute;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-bottom: 1rem solid #ffffff;
  top: -10px;
  right: 140px;
}

.no-click {
  pointer-events: none;
}

.notification-number {
  position: absolute;
  right: -8px;
  top: -8px;
  min-width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #B9DCE6;
  background-color: #B00020;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8em;
  color: white;
}
#notification-icon .glyphicon-bell {
  font-size: 24px !important;
}
.notification-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(45, 45, 45, 0.5);
}
.notification-body {
  max-height: 250px;
  overflow: auto;
}
.notification-time {
  font-size: 14px;
  color: #CCCCCC;
  white-space: nowrap;
}
.read-all {
  cursor: pointer;
  color: #2B669A;
  font-size: 14px;
}
.notification-empty {
  text-align: center;
}

.with-300 {
  width: 300px;
}

/* END NOTIFICATION */

/* AUTO COMPLETE */
.ui-autocomplete {
  max-height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
}

* html .ui-autocomplete {
  height: 300px;
}

#consumption-history-report-list~ul .ui-menu-item-wrapper {
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
#consumption-history-report-list .total-common-coin {
  border: 1px solid #F0AD4E;
	border-top: 8px solid #F0AD4E;
}
#consumption-history-report-list .total-unique-coin {
  border: 1px solid #5BC0DE;
	border-top: 8px solid #5BC0DE;
}
#point-purchase-product-list~ul .ui-menu-item-wrapper {
  white-space: nowrap;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* END AUTO COMPLETE */
/* CALENDAR REPORT */
.fc-header-toolbar.fc-toolbar {
  background: #E9E9E9;
  height: 37px;
  left: 0px;
  top: 0px;
  border-radius: 0px;
  /* padding: 0px 8px 0px 8px; */
  justify: space-between;
}
.fc div.fc-toolbar.fc-header-toolbar {
  margin-bottom:0px;
}
.fc-toolbar-title{
  height: 24px;
  left: 419.5px;
  top: 6.5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
}
table[role="grid"].fc-scrollgrid-liquid {
  border: 0px;
}
.fc-theme-standard th.fc-col-header-cell {
  border: 0px;
}
.fc-theme-standard td.fc-daygrid-day, .fc td.fc-daygrid-day.fc-day-today{
  border: 1px solid #CCC;
  background-color: rgba(249,249,249,0.5);;
  text-align:center;
  position: relative;
}

.fc-daygrid-body table[role='presentation'].fc-scrollgrid-sync-table {
  border: 1px solid #CCC;
}
.fc .fc-scrollgrid-section>* {
  border: 0px;
}
.fc-daygrid-day-frame {
  flex-direction: column;
  justify-content: center;
  display: flex;
  align-items: center;
}
th[role='columnheader'] .fc-scrollgrid-sync-inner>a, th[role='columnheader'] .fc-scrollgrid-sync-inner>a:hover, .fc-daygrid-day-top>a  {
  color: #000000;
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  height: 20px;
  flex-direction: row;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.fc-daygrid-day-top>a {
  /* font-size: 12px; */
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
}
th[role='columnheader'] .fc-scrollgrid-sync-inner>a  ,th[role='columnheader'] .fc-scrollgrid-sync-inner>a:hover{
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.0025em;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 40px;
}
.fc-daygrid-day-top {
  display: flex;
  flex-direction: row;
  justify-content: center;
  /* margin-top: 1rem; */
}
.fc-event-main-frame {
  margin: 2px 0px;
}
.fc-event-title-container {
  color: #ffff;
  display: flex;
  justify-content: center;
}
.fc-event-title-container .fc-event-title.fc-sticky{
  padding: 1px 5px;
}
div.fc-daygrid-event-harness a.fc-h-event.fc-event {
  border: none;
  background-color: #F9F9F9;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
}
td.fc-day:not(.fc-day-disabled){
  cursor: pointer;
}

.fc-liquid-hack .fc-daygrid-day-frame {
  position: absolute !important;
  margin: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.total-common-point {
  border: 1px solid #f0ad4e;
  border-top: 8px solid #f0ad4e;
}
.total-unique-point {
  border: 1px solid #5bc0de;
  border-top: 8px solid #5bc0de;
}
#consumption-history-report-list .glyphicon-question-sign {
  color: #777777;
}
#consumption-history-report-list .label-common-point {
  background-color: #f0ad4e;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
}
#consumption-history-report-list .label-unique-point {
  background-color: #5bc0de;
  padding: 4px 10px;
  border-radius: 5px;
  color: #fff;
}
.font-bold {
  font-weight: bold;
}
/* Point Shop Style*/
.button-upload-shop-image,
.button-upload-images,
.button-upload-t-images,
.button-upload-shop-logo {
    position: relative;
    border: 1px dashed #CCCCCC;
    width: 100%;
    max-width: 112px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    cursor: pointer;
    border-radius: 4px;
}
.point-shop-file {
    border: 1px dashed #CCCCCC;
    width: 105px;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 12px;
    gap: 12px;
}

.point-shop-image {
  width: 105px;
}

.shop-image-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}
.shop-image,
.upload-image,
.upload-t-image,
.unique-group-picture {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 4px;
    position: relative;
}
.button-upload-shop-image:not(.disabled):after,
.button-upload-images:not(.disabled):after,
.button-upload-t-images:not(.disabled):after,
.button-upload-shop-logo:not(.disabled):after,
.shop-image:after,
.upload-image::after,
.upload-t-image::after {
    position: absolute;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 3px;
    font: normal normal normal 24px "Material Design Icons";
    content: "\F0D5D";
    background: rgba(0, 0, 0, 0.6);
    left: -1px;
    top: -1px;
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    line-height: .75em;
    transition: .3s ease;
}
.shop-image.view-only,
.upload-image.view-only,
.upload-t-image.view-only {
    padding: 0;
    border: 0;
}
.shop-image.view-only:after,
.upload-image.view-only:after,
.upload-t-image.view-only:after {
    content: "\F0349";
}
.button-upload-shop-image.disabled,
.button-upload-images.disabled,
.button-upload-t-images.disabled,
.button-upload-shop-logo.disabled {
    cursor: not-allowed;
}
.button-upload-shop-image:hover:not(.disabled):after,
.button-upload-images:hover:not(.disabled):after,
.button-upload-t-images:hover:not(.disabled):after,
.button-upload-shop-logo:hover:not(.disabled):after,
.shop-image:hover:after,
.upload-image:hover:after,
.upload-t-image:hover:after {
    opacity: 1;
}
.shop-image input[type="file"],
.upload-image input[type="file"],
.upload-t-image input[type="file"] {
    display: none;
}
.shop-image img,
.upload-image img,
.upload-t-image img,
.unique-group-picture
 {
    width: 100%;
    height: 60px;
    object-fit: contain;
    aspect-ratio: 1;
}
.shop-image .magnify img,
.upload-image .magnify img,
.upload-t-image .magnify img
 {
    height: 70px;
}

#previews-shop-image img,
#previews-image img,
#previews-t-image img {
  height: 50px;
  width: 50px;
}

.coin_purchase_product_images {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 5px;
}

/* End Point Shop Style*/
/* leaflet map */
#map.coin-shop-map {
  height: 545px;
}
.leaflet-bottom.leaflet-right {
  display: none;
}
/* end leaflet map */

.is-hidden {
  display: none;
}

/* unioss-up */
.shop-image .remove-avatar {
    opacity: 1;
    width: 12px;
    height: 12px;
    right: 0;
    top: -14px;
    font-size: 2rem;
    position: absolute;
    color: #B00020;
    z-index: 1;
    cursor: pointer;
}

.mdi.mdi-camera-outline {
  font-size: 2.5rem;
  color: white;
}

.avatar {
  width: 48px;
  height: 48px;
  border-style: solid;
}

.avatar:hover {
  color: #337AB7;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 105px;
  cursor: pointer;
}

.uploaded-avatar:hover .mdi-camera-outline {
  display: block;
}

.mdi-camera-outline {
  display: none;
}

div#modal-upload-logo img {
  height: 50px;
  width: 50px;
}
.dropzone-message {
  cursor: pointer;
}
/* .ui-menu-item {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
} */

/* END CALENDAR REPORT */
/* QR-CODE */
.qr-code {
  background-color: #B9DCE6;
}
.qr-text {
  font-size: 16px;
}
.mega-menu {
  position: static !important;
}

.mega-menu a.dropdown-toggle {
  height: 50px;
}

.mega-menu .mdi.mdi-menu {
  font-size: 15px;
}

.mega-menu .dropdown-menu {
  min-width: 100vw;
  padding: 2rem 0;
}

.mega-menu .categories-menu-title {
  position: relative;
  min-width: 100%;
}

.mega-menu .categories-menu-title label {
  font-weight: 400;
  font-size: 36px;
}

.mega-menu .categories-menu-title a {
  position: absolute;
  right: 0;
  font-size: 36px;
}

.mega-menu .dropdown-menu .mega-menu-content {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

.mega-menu-content .top-menu-title {
  font-size: 16px;
  padding: 3px 0px;
  color:#2B669A;
  font-weight: 700;
  padding-bottom: 10px;
}

.mega-menu-item .mega-menu-item-list a {
  color: #000000;
  display: block;
}
/* BOOSTRAP SELECT */
.bootstrap-select .dropdown-menu {
  width: 100%;
  z-index: 10;
}
.bootstrap-select .dropdown-menu li a {
  white-space: unset;
  word-break: break-all;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 15px;
}
.bootstrap-select.dropup .dropdown-menu { /* impact dropdowns.less */
  bottom: unset !important;
}
.bootstrap-select.dropup .caret { /* impact bootstrap.css */
  border-bottom: 0 !important;
  border-top: 4px dashed !important;
}
/* END BOOSTRAP SELECT */


/* SELECT BOX 2*/
select.select2, select.select2 option {
  display: none
}
.select2.select2-container {
  width: 100% !important;
  padding-top: 1px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  font-family: auto;
}
.select2-results__option {
  word-break: break-all;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  height: 34px !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.select2-container--default .select2-selection--single:focus {
  border-color: #66afe9 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 2px;
  padding-left: 12px;
}

.error + .select2 .select2-selection {
  border-color: #B00020!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}

.select2-dropdown {
  z-index: 10 !important;
}

.select2.select2-container--default.select2-container--focus .select2-selection--multiple {
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.select2-container--default.select2-container--focus .select2-selection--multiple:focus {
  border-color: #66afe9 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #ccc !important;
  height: 34px;
  padding-right: 10px;
}
.select2-selection.select2-selection--multiple {
  padding-right: 30px !important;
}
.select2-container--default .select2-selection--multiple::after {
  content: '';
  right: 10px;
  height: 0;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 45%;
  width: 0;
}

.select2.select2-container .select2-search--inline .select2-search__field {
  margin-left: 7px;
  color: #555;
  min-width: 130px;
}
.select2.select2-container .select2-search.select2-search--inline {
  min-width: 115px;
  visibility: hidden;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #999
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: unset;
  border: unset;
  margin-right: unset;
  padding: unset;

}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  overflow: visible;
  text-overflow: inherit;
  white-space: nowrap;
}

.select2-selection.select2-selection--multiple:hover,
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice:hover,
.select2 .select2-search__field:hover {
  cursor: pointer;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: inherit;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true]::before {
  content: "\e013";
  float: right;
  position: relative;
  top: 1px;
  left: 2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  display: inline-block;
  position: relative;
  content: "";
  top: 0px;
  right: -4px;
  margin-left: 4px;
  width: 6.25px;
  height: 7.25px;
  transform: rotate(45deg);
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
}

.select2-container--default .select2-selection--multiple::after {
  width: 6.25px;
  height: 7.25px;
  transform: rotate(45deg);
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
}
.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #23547e;
}
.select2-results.select2-results__option {
  padding-left: 10px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice + .select2-selection__choice::before {
  content: ', ';
}
.select2-container--default .select2-results>.select2-results__options {
  max-height: 400px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-family: auto;
  display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-family: auto;
}

/* END SELECT BOX 2*/

#user_coin_management .dataTables_scrollBody::-webkit-scrollbar {
  width: 10px;
}
#user_coin_management .dataTables_scrollBody td {
  box-shadow: none !important;
}
.scroll-table {
  padding-right: 5px;
  max-height: 196px;
  overflow-y: auto;
  overflow-x: hidden;
}
.image-placeholder {
  position: relative;
  border: 1px solid #CCCCCC;
  max-width: 112px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 12px;
  border-radius: 4px;
}
/* END QR-CODE*/
/* END UNIOSS UP */


.modal-centered:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog-centered {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog-container {
	display: flex;
	flex-direction: column;
	place-items: center;
	width: fit-content;
	height: fit-content;
	min-width: 500px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.modal-content {
	display: flex;
	flex-direction: column;
}

.modal-content.image-cropper {
  width: 500px;
	height: 460px;
}

.modal-body {
	padding: 20px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.modal-body-group {
	flex: 1;
	width: 100%;
	height: 100%;
}

.modal-body-container {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
}

.modal-body-image-cropper {
	width: 200px;
	height: 200px;
	margin: 0 auto;
}

.modal-body-image-cropper > img {
	max-width: 100%;
	max-height: 100%;
}

.modal-body-btn-rotate-left {
	margin-right: 5px;
}

.modal-body-btn-rotate-right i {
	transform: scaleX(-1);
	display: inline-block;
}

.modal-footer-group {
	display: flex;
	justify-content: space-between;
}

#barcode-reader-input {
  position: absolute;
  right: 19.5rem;
  width: 16rem;
}

#barcode-reader-input-modal {
  opacity: 0;
  position: absolute;
  left: -999px;
}

.barcode-reader-btn {
  position: absolute;
  right: 0.5rem;
  width: 18.5rem;
}

.barcode-reader-wrapper {
  position: relative;
  bottom: 6.1rem;
}

/* SELECT BOX 2*/
select.select2, select.select2 option {
  display: none
}

.select2-results__option {
  word-break: break-all;
}

.select2.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0.8rem;
  margin-left: 1rem;
  color: #555;
}

.select2.select2-container .select2-search.select2-search--inline {
  visibility: hidden;
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: unset;
  border: unset;
  margin-right: unset;
  padding: unset;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  white-space: nowrap;
}

.select2-selection.select2-selection--multiple:hover,
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice:hover,
.select2 .select2-search__field:hover {
  cursor: pointer;
}

.select2-selection__clear {
  font-family: auto;
}

span.select2-selection.select2-selection--multiple {
  height: 3.5rem;
}

.select2-container.select2-container--default .select2-results__option.select2-results__option--selected::before {
  content: "\e013";
  float: right;
  position: relative;
  top: 1px;
  left: 2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

/* END SELECT BOX 2*/

/* START USE OF DONATIONS FOR SELECT*/
.use-of-donation-select .select2.select2-container {
  width: 100% !important;
  padding-top: 0.4rem;
}

.use-of-donation-select .select2-search__field {
  border-radius: 0.5rem;
}

.use-of-donation-select .select2-dropdown {
  z-index: 10;
}

.use-of-donation-select .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #23547e;
}

.use-of-donation-select .select2-container--default .select2-results>.select2-results__options {
  max-height: 40rem;
}

.use-of-donation-select .select2-selection__choice__remove {
  display: none ;
}

/* END USE OF DONATIONS FOR SELECT*/

/* START CROPPER IMAGE MODAL */
.cropper-image-modal {
	margin-bottom: 20px;
}

.cropper-image-container {
	position: relative;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 4px;
	cursor: pointer;
}

.cropper-image-container.disabled {
  pointer-events: none;
  opacity: 0.3;
  filter: grayscale(100%);
  cursor: not-allowed;
}

.cropper-image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cropper-image-container:hover .cropper-image-hover-overlay {
	opacity: 1;
}

.cropper-image-hover-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.cropper-image-hover-overlay i {
	color: #ccc;
	font-size: 4em;
}

.cropper-image-btn-group {
	display: flex;
	justify-content: space-between;
}
/* END CROPPER IMAGE MODAL */


/* START ADD DEAL VALUE RANGES */

.range-divider {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.deal-value-ranges-container {
  margin-left: 1rem;
}

.deal-value-ranges-container .row div {
  padding-right: 0.05rem;
  padding-left: 0.6rem;
}

.title-deal-value-ranges {
  margin-bottom: 0.1rem;
}

.deal-value-range-wrapper .btn-remove {
  border: 1px solid #ccc;
}

#preview-estimation-fee-modal .modal-content {
  margin-top: 20rem;
}

#preview-estimation-fee-modal .modal-title {
  font-weight: bold;
}

.deal-value-range-wrapper tfoot > tr > td {
  border: none;
}

/* END  ADD DEAL VALUE RANGES */

.list-service .service .service-info {
  width: 100%;
  align-items: center;
}

.csv-ouput-setting {
  min-width: 300px;
}

/* SELECT BOX 2*/
select.select2, select.select2 option {
  display: none
}

.select2.select2-container {
  width: 100% !important;
  padding-top: 1px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  font-family: auto;
  padding-top: 6px;
}

.select2-results__option {
  word-break: break-all;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #ccc !important;
  height: 34px !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.select2-container--default .select2-selection--single:focus {
  border-color: #66afe9 !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 2px;
  padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 5px !important;
}

.select2-dropdown {
  z-index: 10 !important;
}

.select2.select2-container .select2-search--inline .select2-search__field {
  margin-left: 7px;
  color: #555;
  min-width: 130px;
}

.select2.select2-container .select2-search.select2-search--inline {
  min-width: 115px;
  visibility: hidden;
}

.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: #999
}

.select2.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: unset;
  border: unset;
  margin-right: unset;
  padding: unset;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  overflow: visible;
  text-overflow: inherit;
  white-space: nowrap;
}

.select2-selection.select2-selection--multiple:hover,
.select2.select2-container--default .select2-selection--multiple .select2-selection__choice:hover,
.select2 .select2-search__field:hover {
  cursor: pointer;
}

.select2.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: inherit;
}

.select2-container.select2-container--default .select2-results__option[aria-selected=true]::before {
  content: "\e013";
  float: right;
  position: relative;
  top: 1px;
  left: 2px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  display: inline-block;
  position: relative;
  content: "";
  top: 0px;
  right: -4px;
  margin-left: 4px;
  width: 6.25px;
  height: 7.25px;
  transform: rotate(45deg);
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
}

.select2-container.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #23547e;
}

.select2-results.select2-results__option {
  padding-left: 10px;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 400px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  font-family: auto;
  display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  font-family: auto;
}

/* END SELECT BOX 2*/