
span.data-grid-container, span.data-grid-container:focus {
  outline: none;
}

.data-grid-container .data-grid {
  table-layout: fixed;
  border-collapse: collapse;
}

.data-grid-container .data-grid .cell.updated {
    background-color: rgba(0, 145, 253, 0.16);
    transition : background-color 0ms ease ;
}

.data-grid-container .data-grid .cell {
  height: 17px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: cell;
  background-color: unset;
  transition : background-color 500ms ease;
  vertical-align: middle;
  text-align: right;
  border: 1px solid #DDD;
  padding: 0;
}

.data-grid-container .data-grid .cell.selected {
  border: 1px double rgb(33, 133, 208);
  transition: none;
  box-shadow: inset 0 -100px 0 rgba(33, 133, 208, 0.15);
}

.data-grid-container .data-grid .cell.read-only {
  background: whitesmoke;
  color: #999;
  text-align: center;
}

.data-grid-container .data-grid .cell > .text {
  padding: 2px 5px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.data-grid-container .data-grid .cell > input {
  outline: none !important;
  border: 2px solid rgb(33, 133, 208);
  text-align:right;
  width: calc(100% - 6px);
  height: 11px;
  background: none;
  display: block;
}

.data-grid-container .data-grid .cell {
  vertical-align: bottom;
}

.data-grid-container .data-grid .cell,
.data-grid-container .data-grid.wrap .cell,
.data-grid-container .data-grid.wrap .cell.wrap,
.data-grid-container .data-grid .cell.wrap,
.data-grid-container .data-grid.nowrap .cell.wrap,
.data-grid-container .data-grid.clip .cell.wrap {
  white-space: normal;
}

.data-grid-container .data-grid.nowrap .cell,
.data-grid-container .data-grid.nowrap .cell.nowrap,
.data-grid-container .data-grid .cell.nowrap,
.data-grid-container .data-grid.wrap .cell.nowrap,
.data-grid-container .data-grid.clip .cell.nowrap {
  white-space: nowrap;
  overflow-x: visible;
}

.data-grid-container .data-grid.clip .cell,
.data-grid-container .data-grid.clip .cell.clip,
.data-grid-container .data-grid .cell.clip,
.data-grid-container .data-grid.wrap .cell.clip,
.data-grid-container .data-grid.nowrap .cell.clip {
  white-space: nowrap;
  overflow-x: hidden;
}

.data-grid-container .data-grid .cell .value-viewer, .data-grid-container .data-grid .cell .data-editor {
  display: block;
}

.PresetDateRangePicker_panel {
  padding: 0 22px 11px
}

.PresetDateRangePicker_button {
  position: relative;
  height: 100%;
  text-align: center;
  background: 0 0;
  border: 2px solid #00a699;
  color: #00a699;
  padding: 4px 12px;
  margin-right: 8px;
  font: inherit;
  font-weight: 700;
  line-height: normal;
  overflow: visible;
  box-sizing: border-box;
  cursor: pointer
}

.PresetDateRangePicker_button:active {
  outline: 0
}

.PresetDateRangePicker_button__selected {
  color: #fff;
  background: #00a699
}

.SingleDatePickerInput {
  display: inline-block;
  background-color: #fff
}

.SingleDatePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}

.SingleDatePickerInput__rtl {
  direction: rtl
}

.SingleDatePickerInput__disabled {
  background-color: #f2f2f2
}

.SingleDatePickerInput__block {
  display: block
}

.SingleDatePickerInput__showClearDate {
  padding-right: 30px
}

.SingleDatePickerInput_clearDate {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.SingleDatePickerInput_clearDate__default:focus,
.SingleDatePickerInput_clearDate__default:hover {
  background: #dbdbdb;
  border-radius: 50%
}

.SingleDatePickerInput_clearDate__small {
  padding: 6px
}

.SingleDatePickerInput_clearDate__hide {
  visibility: hidden
}

.SingleDatePickerInput_clearDate_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}

.SingleDatePickerInput_clearDate_svg__small {
  height: 9px
}

.SingleDatePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}

.SingleDatePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}

.SingleDatePicker {
  position: relative;
  display: inline-block
}

.SingleDatePicker__block {
  display: block
}

.SingleDatePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}

.SingleDatePicker_picker__rtl {
  direction: rtl
}

.SingleDatePicker_picker__directionLeft {
  left: 0
}

.SingleDatePicker_picker__directionRight {
  right: 0
}

.SingleDatePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.SingleDatePicker_picker__fullScreenPortal {
  background-color: #fff
}

.SingleDatePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}

.SingleDatePicker_closeButton:focus,
.SingleDatePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}

.SingleDatePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}

.DayPickerKeyboardShortcuts_buttonReset {
  background: 0 0;
  border: 0;
  border-radius: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  cursor: pointer;
  font-size: 14px
}

.DayPickerKeyboardShortcuts_buttonReset:active {
  outline: 0
}

.DayPickerKeyboardShortcuts_show {
  width: 33px;
  height: 26px;
  position: absolute;
  z-index: 2
}

.DayPickerKeyboardShortcuts_show::before {
  content: "";
  display: block;
  position: absolute
}

.DayPickerKeyboardShortcuts_show__bottomRight {
  bottom: 0;
  right: 0
}

.DayPickerKeyboardShortcuts_show__bottomRight::before {
  border-top: 26px solid transparent;
  border-right: 33px solid #00a699;
  bottom: 0;
  right: 0
}

.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
  border-right: 33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topRight {
  top: 0;
  right: 0
}

.DayPickerKeyboardShortcuts_show__topRight::before {
  border-bottom: 26px solid transparent;
  border-right: 33px solid #00a699;
  top: 0;
  right: 0
}

.DayPickerKeyboardShortcuts_show__topRight:hover::before {
  border-right: 33px solid #008489
}

.DayPickerKeyboardShortcuts_show__topLeft {
  top: 0;
  left: 0
}

.DayPickerKeyboardShortcuts_show__topLeft::before {
  border-bottom: 26px solid transparent;
  border-left: 33px solid #00a699;
  top: 0;
  left: 0
}

.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
  border-left: 33px solid #008489
}

.DayPickerKeyboardShortcuts_showSpan {
  color: #fff;
  position: absolute
}

.DayPickerKeyboardShortcuts_showSpan__bottomRight {
  bottom: 0;
  right: 5px
}

.DayPickerKeyboardShortcuts_showSpan__topRight {
  top: 1px;
  right: 5px
}

.DayPickerKeyboardShortcuts_showSpan__topLeft {
  top: 1px;
  left: 5px
}

.DayPickerKeyboardShortcuts_panel {
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 22px;
  margin: 33px;
  text-align: left
}

.DayPickerKeyboardShortcuts_title {
  font-size: 16px;
  font-weight: 700;
  margin: 0
}

.DayPickerKeyboardShortcuts_list {
  list-style: none;
  padding: 0;
  font-size: 14px
}

.DayPickerKeyboardShortcuts_close {
  position: absolute;
  right: 22px;
  top: 22px;
  z-index: 2
}

.DayPickerKeyboardShortcuts_close:active {
  outline: 0
}

.DayPickerKeyboardShortcuts_closeSvg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}

.DayPickerKeyboardShortcuts_closeSvg:focus,
.DayPickerKeyboardShortcuts_closeSvg:hover {
  fill: #82888a
}

.CalendarDay {
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  text-align: center
}

.CalendarDay:active {
  outline: 0
}

.CalendarDay__defaultCursor {
  cursor: default
}

.CalendarDay__default {
  border: 1px solid #e4e7e7;
  color: #484848;
  background: #fff
}

.CalendarDay__default:hover {
  background: #e4e7e7;
  border: 1px solid #e4e7e7;
  color: inherit
}

.CalendarDay__hovered_offset {
  background: #f4f5f5;
  border: 1px double #e4e7e7;
  color: inherit
}

.CalendarDay__outside {
  border: 0;
  background: #fff;
  color: #484848
}

.CalendarDay__outside:hover {
  border: 0
}

.CalendarDay__blocked_minimum_nights {
  background: #fff;
  border: 1px solid #eceeee;
  color: #cacccd
}

.CalendarDay__blocked_minimum_nights:active,
.CalendarDay__blocked_minimum_nights:hover {
  background: #fff;
  color: #cacccd
}

.CalendarDay__highlighted_calendar {
  background: #ffe8bc;
  color: #484848
}

.CalendarDay__highlighted_calendar:active,
.CalendarDay__highlighted_calendar:hover {
  background: #ffce71;
  color: #484848
}

.CalendarDay__selected_span {
  background: #66e2da;
  border: 1px double #33dacd;
  color: #fff
}

.CalendarDay__selected_span:active,
.CalendarDay__selected_span:hover {
  background: #33dacd;
  border: 1px double #33dacd;
  color: #fff
}

.CalendarDay__last_in_range,
.CalendarDay__last_in_range:hover {
  border-style: solid
}

.CalendarDay__selected,
.CalendarDay__selected:active,
.CalendarDay__selected:hover {
  background: #00a699;
  border: 1px double #00a699;
  color: #fff
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
  background: #b2f1ec;
  border: 1px double #80e8e0;
  color: #007a87
}

.CalendarDay__hovered_span:active {
  background: #80e8e0;
  border: 1px double #80e8e0;
  color: #007a87
}

.CalendarDay__blocked_calendar,
.CalendarDay__blocked_calendar:active,
.CalendarDay__blocked_calendar:hover {
  background: #cacccd;
  border: 1px solid #cacccd;
  color: #82888a
}

.CalendarDay__blocked_out_of_range,
.CalendarDay__blocked_out_of_range:active,
.CalendarDay__blocked_out_of_range:hover {
  background: #fff;
  border: 1px solid #e4e7e7;
  color: #cacccd
}

.CalendarMonth {
  background: #fff;
  text-align: center;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.CalendarMonth_table {
  border-collapse: collapse;
  border-spacing: 0
}

.CalendarMonth_verticalSpacing {
  border-collapse: separate
}

.CalendarMonth_caption {
  color: #484848;
  font-size: 18px;
  text-align: center;
  padding-top: 22px;
  padding-bottom: 37px;
  caption-side: initial
}

.CalendarMonth_caption__verticalScrollable {
  padding-top: 12px;
  padding-bottom: 7px
}

.CalendarMonthGrid {
  background: #fff;
  text-align: left;
  z-index: 0
}

.CalendarMonthGrid__animating {
  z-index: 1
}

.CalendarMonthGrid__horizontal {
  position: absolute;
  left: 9px
}

.CalendarMonthGrid__vertical {
  margin: 0 auto
}

.CalendarMonthGrid__vertical_scrollable {
  margin: 0 auto;
  overflow-y: scroll
}

.CalendarMonthGrid_month__horizontal {
  display: inline-block;
  vertical-align: top;
  min-height: 100%
}

.CalendarMonthGrid_month__hideForAnimation {
  position: absolute;
  z-index: -1;
  opacity: 0;
  pointer-events: none
}

.CalendarMonthGrid_month__hidden {
  visibility: hidden
}

.DayPickerNavigation {
  position: relative;
  z-index: 2
}

.DayPickerNavigation__horizontal {
  height: 0
}

.DayPickerNavigation__verticalDefault {
  position: absolute;
  width: 100%;
  height: 52px;
  bottom: 0;
  left: 0
}

.DayPickerNavigation__verticalScrollableDefault {
  position: relative
}

.DayPickerNavigation_button {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0;
  margin: 0
}

.DayPickerNavigation_button__default {
  border: 1px solid #e4e7e7;
  background-color: #fff;
  color: #757575
}

.DayPickerNavigation_button__default:focus,
.DayPickerNavigation_button__default:hover {
  border: 1px solid #c4c4c4
}

.DayPickerNavigation_button__default:active {
  background: #f2f2f2
}

.DayPickerNavigation_button__disabled {
  cursor: default;
  border: 1px solid #f2f2f2
}

.DayPickerNavigation_button__disabled:focus,
.DayPickerNavigation_button__disabled:hover {
  border: 1px solid #f2f2f2
}

.DayPickerNavigation_button__disabled:active {
  background: 0 0
}

.DayPickerNavigation_button__horizontalDefault {
  position: absolute;
  top: 18px;
  line-height: .78;
  border-radius: 3px;
  padding: 6px 9px
}

.DayPickerNavigation_leftButton__horizontalDefault {
  left: 22px
}

.DayPickerNavigation_rightButton__horizontalDefault {
  right: 22px
}

.DayPickerNavigation_button__verticalDefault {
  padding: 5px;
  background: #fff;
  box-shadow: 0 0 5px 2px rgba(0,0,0,.1);
  position: relative;
  display: inline-block;
  text-align: center;
  height: 100%;
  width: 50%
}

.DayPickerNavigation_nextButton__verticalDefault {
  border-left: 0
}

.DayPickerNavigation_nextButton__verticalScrollableDefault {
  width: 100%
}

.DayPickerNavigation_svg__horizontal {
  height: 19px;
  width: 19px;
  fill: #82888a;
  display: block
}

.DayPickerNavigation_svg__vertical {
  height: 42px;
  width: 42px;
  fill: #484848
}

.DayPickerNavigation_svg__disabled {
  fill: #f2f2f2
}

.DayPicker {
  background: #fff;
  position: relative;
  text-align: left
}

.DayPicker__horizontal {
  background: #fff
}

.DayPicker__verticalScrollable {
  height: 100%
}

.DayPicker__hidden {
  visibility: hidden
}

.DayPicker__withBorder {
  box-shadow: 0 2px 6px rgba(0,0,0,.05),0 0 0 1px rgba(0,0,0,.07);
  border-radius: 3px
}

.DayPicker_portal__horizontal {
  box-shadow: none;
  position: absolute;
  left: 50%;
  top: 50%
}

.DayPicker_portal__vertical {
  position: initial
}

.DayPicker_focusRegion {
  outline: 0
}

.DayPicker_calendarInfo__horizontal,
.DayPicker_wrapper__horizontal {
  display: inline-block;
  vertical-align: top
}

.DayPicker_weekHeaders {
  position: relative
}

.DayPicker_weekHeaders__horizontal {
  margin-left: 9px
}

.DayPicker_weekHeader {
  color: #757575;
  position: absolute;
  top: 62px;
  z-index: 2;
  text-align: left
}

.DayPicker_weekHeader__vertical {
  left: 50%
}

.DayPicker_weekHeader__verticalScrollable {
  top: 0;
  display: table-row;
  border-bottom: 1px solid #dbdbdb;
  background: #fff;
  margin-left: 0;
  left: 0;
  width: 100%;
  text-align: center
}

.DayPicker_weekHeader_ul {
  list-style: none;
  margin: 1px 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px
}

.DayPicker_weekHeader_li {
  display: inline-block;
  text-align: center
}

.DayPicker_transitionContainer {
  position: relative;
  overflow: hidden;
  border-radius: 3px
}

.DayPicker_transitionContainer__horizontal {
  transition: height .2s ease-in-out
}

.DayPicker_transitionContainer__vertical {
  width: 100%
}

.DayPicker_transitionContainer__verticalScrollable {
  padding-top: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  overflow-y: scroll
}

.DateInput {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 130px;
  vertical-align: middle
}

.DateInput__small {
  width: 97px
}

.DateInput__block {
  width: 100%
}

.DateInput__disabled {
  background: #f2f2f2;
  color: #dbdbdb
}

.DateInput_input {
  font-weight: 200;
  font-size: 19px;
  line-height: 24px;
  color: #484848;
  background-color: #fff;
  width: 100%;
  padding: 11px 11px 9px;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid transparent;
  border-left: 0;
  border-radius: 0
}

.DateInput_input__small {
  font-size: 15px;
  line-height: 18px;
  letter-spacing: .2px;
  padding: 7px 7px 5px
}

.DateInput_input__regular {
  font-weight: auto
}

.DateInput_input__readOnly {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.DateInput_input__focused {
  outline: 0;
  background: #fff;
  border: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 2px solid #008489;
  border-left: 0
}

.DateInput_input__disabled {
  background: #f2f2f2;
  font-style: italic
}

.DateInput_screenReaderMessage {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.DateInput_fang {
  position: absolute;
  width: 20px;
  height: 10px;
  left: 22px;
  z-index: 2
}

.DateInput_fangShape {
  fill: #fff
}

.DateInput_fangStroke {
  stroke: #dbdbdb;
  fill: transparent
}

.DateRangePickerInput {
  background-color: #fff;
  display: inline-block
}

.DateRangePickerInput__disabled {
  background: #f2f2f2
}

.DateRangePickerInput__withBorder {
  border-radius: 2px;
  border: 1px solid #dbdbdb
}

.DateRangePickerInput__rtl {
  direction: rtl
}

.DateRangePickerInput__block {
  display: block
}

.DateRangePickerInput__showClearDates {
  padding-right: 30px
}

.DateRangePickerInput_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #484848
}

.DateRangePickerInput_arrow_svg {
  vertical-align: middle;
  fill: #484848;
  height: 24px;
  width: 24px
}

.DateRangePickerInput_clearDates {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  padding: 10px;
  margin: 0 10px 0 5px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.DateRangePickerInput_clearDates__small {
  padding: 6px
}

.DateRangePickerInput_clearDates_default:focus,
.DateRangePickerInput_clearDates_default:hover {
  background: #dbdbdb;
  border-radius: 50%
}

.DateRangePickerInput_clearDates__hide {
  visibility: hidden
}

.DateRangePickerInput_clearDates_svg {
  fill: #82888a;
  height: 12px;
  width: 15px;
  vertical-align: middle
}

.DateRangePickerInput_clearDates_svg__small {
  height: 9px
}

.DateRangePickerInput_calendarIcon {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  margin: 0 5px 0 10px
}

.DateRangePickerInput_calendarIcon_svg {
  fill: #82888a;
  height: 15px;
  width: 14px;
  vertical-align: middle
}

.DateRangePicker {
  position: relative;
  display: inline-block
}

.DateRangePicker__block {
  display: block
}

.DateRangePicker_picker {
  z-index: 1;
  background-color: #fff;
  position: absolute
}

.DateRangePicker_picker__rtl {
  direction: rtl
}

.DateRangePicker_picker__directionLeft {
  left: 0
}

.DateRangePicker_picker__directionRight {
  right: 0
}

.DateRangePicker_picker__portal {
  background-color: rgba(0,0,0,.3);
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

.DateRangePicker_picker__fullScreenPortal {
  background-color: #fff
}

.DateRangePicker_closeButton {
  background: 0 0;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  z-index: 2
}

.DateRangePicker_closeButton:focus,
.DateRangePicker_closeButton:hover {
  color: darken(#cacccd,10%);
  text-decoration: none
}

.DateRangePicker_closeButton_svg {
  height: 15px;
  width: 15px;
  fill: #cacccd
}

body {
  background-color: #fcfcfc !important; }

.inline-block {
  display: inline-block; }

.capitalize-text {
  text-transform: capitalize; }

.no-padding {
  padding: 0 !important; }

.no-margin {
  margin: 0 !important; }

.pointer {
  cursor: pointer; }

.full-width {
  width: 100%; }

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

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

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

.text-capitalize {
  text-transform: uppercase; }

.font-bold {
  font-weight: bold; }

ul,
ol {
  padding: 0.15em 1em; }

ul li,
ol li {
  padding: 0.15em 0;
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500; }

b,
strong {
  font-weight: bold !important; }

p,
li,
legend,
label {
  font-weight: 300; }

p,
pre {
  line-height: 1.25em; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 18px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 10px; }

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  background-image: linear-gradient(to right, #ddd, #ddd, #ddd); }

div.loading {
  background-image: none;
  color: #ffffff;
  box-shadow: none;
  position: relative;
  cursor: wait;
  min-height: 500px; }

div.loading:before {
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  border: rgba(0, 0, 0, 0.1) 2px solid;
  border-top-color: #167efb;
  -webkit-animation: animation-rotate 750ms linear infinite;
  animation: animation-rotate 750ms linear infinite; }

div.big.loading:before {
  margin: -20px 0 0 -20px;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  border: rgba(0, 0, 0, 0.1) 3px solid;
  border-top-color: #167efb;
  -webkit-animation: animation-rotate 750ms linear infinite;
  animation: animation-rotate 750ms linear infinite; }

div.error.loading:before {
  border-top-color: #e7142b; }

div.success.loading:before {
  border-top-color: #15cb6e; }

div.warning.loading:before {
  border-top-color: #f9b801; }

@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.sidebar-box {
  z-index: 300 !important;
  background-color: #f4f9f7; }

.sidebar-header {
  color: #108ee9;
  padding: 16px;
  font-size: 1.5em;
  position: fixed;
  background-color: #fff;
  z-index: 200;
  top: 0;
  right: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: 75px; }

.sidebar-content {
  padding: 0;
  margin-top: 100px; }

.sidebar-menu,
.sidebar-menu .ant-menu-item,
.sidebar-menu .ant-menu-submenu,
.sidebar-menu .ant-menu {
  background-color: #fff !important; }

.sidebar-content .sidebar-menu .ant-menu-item.ant-menu-item-selected {
  background: #fff !important; }

.sidebar-menu {
  border-right: 0; }

.sidebar-icon {
  height: 24px;
  margin-right: 10px; }

.top-nav-icon {
  height: 36px;
  margin-bottom: 6px; }

.top-nav-icon.mail,
.top-nav-icon.helpdesk {
  height: 30px; }

.top-nav-icon.chat {
  height: 28px; }

.icon-menu {
  height: 20px;
  margin-top: 2px; }

/*.sidebar-icon {
  font-size: 24px;
  vertical-align: middle;
}*/

.sidebar-menu-divider {
  color: #d9d9d9 !important;
  margin: 22px 0 !important; }

.sidebar-label {
  font-size: 15px;
  font-weight: 400;
  vertical-align: middle; }

.sidebar-link {
  color: #666666;
  display: block;
  padding: 8px 0px;
  text-decoration: none; }

.sidebar-link:hover {
  color: #108ee9; }

.sidebar-link-active {
  color: #108ee9; }

.logo-circle {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  font-size: 16px;
  color: #108ee9;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  background: #000;
  font-weight: 600;
  margin-right: 15px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }

.head-list-item {
  margin: 0;
  padding: 0; }

.head-list-item li {
  display: inline-block;
  padding: 0 15px; }

.head-list-item li a {
  font-size: 32px;
  vertical-align: sub;
  color: #b0b0b0; }

.head-list-item li:last-child {
  vertical-align: bottom;
  padding-right: 0; }

.dashboard-chart {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.dashboard-item {
  border-radius: 8px;
  padding: 15px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  min-height: 140px; }

.dashboard-item h6,
.dashboard-item h1 {
  margin-bottom: 0; }

.dashboard-activity-list {
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #e9e9e9; }

.dashboard-activity-list .act-item {
  padding: 15px;
  border-bottom: 1px solid #e9e9e9; }

.booking-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 15px;
  font-weight: 600;
  color: #b0b0b0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.booking-item.active {
  color: #108ee9;
  font-weight: 400; }

.booking-enquiry-list table th {
  font-weight: bold;
  color: #666666;
  padding: 15px; }

.box {
  border: 1px solid #eaeaea;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }

.save-form-button {
  position: absolute;
  top: -112px;
  right: 5px; }

.menu-button {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.login-form-forgot {
  font-size: 12px;
  color: #108ee9;
  float: right; }

.login-form {
  padding: 35px 0 64px 0; }

.login-form-item {
  margin-bottom: 10px; }

.booking-line-items {
  padding-top: 20px; }

.booking-itineraries .ant-form-item {
  margin-bottom: 0; }

.booking-itineraries {
  padding-top: 20px; }

.booking-line-items .ant-form-item {
  margin-bottom: 0; }

.line-items-field {
  padding: 0 10px 10px 0; }

table .table-checkbox {
  text-align: center;
  padding: 10px !important; }

#loading-icon {
  position: absolute;
  left: 0;
  font-size: 30px;
  display: none; }

.delete-button,
.delete-button:hover {
  color: #f5222d; }

.table-action-btn {
  padding: 4px 10px !important;
  border-radius: 4px;
  transition: background-color 0.2s ease, color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: 8px; }

.table-action-btn:last-child {
  margin-right: 0; }

.table-action-btn--view {
  color: #1890ff !important; }

.table-action-btn--view:hover {
  color: #096dd9 !important;
  background-color: rgba(24, 144, 255, 0.12); }

.table-action-btn--delete {
  color: #f5222d !important; }

.table-action-btn--delete:hover {
  color: #cf1322 !important;
  background-color: rgba(245, 34, 45, 0.1); }

.table-col span {
  margin-right: 5px; }

.table-col span:hover {
  color: #1890ff; }

.table-col .order-text:hover {
  cursor: pointer; }

.table-col .order-icon {
  display: none; }

.my-profile-avatar {
  font-size: 48px !important;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%; }

.my-profile-avatar.ant-avatar > * {
  line-height: 100px; }

.profile-title {
  text-align: center; }

.profile-button-grp {
  position: absolute;
  right: 10px;
  top: 9px; }

.setting-form {
  padding: 15px; }

.setting-danger-button {
  border-color: #ff002d;
  background-color: #fff;
  color: #ff002d; }

.create-menu-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100; }

.finance-list-table th {
  padding-left: 10px !important; }

.priceActive {
  font-size: 14px;
  font-weight: 900;
  color: #000; }

/* .spinLoading {
  position: fixed;
  top: 24px;
  right: 31px;
  z-index: 9999;
} */

.line-item-select-itinerary .ant-form-explain {
  display: none; }

.finance-table th,
.finance-table td {
  padding: 10px !important; }

.finance-list-table td {
  padding: 10px !important; }

.gst-field .ant-input-number {
  margin: 0; }

.amout-text {
  width: 100px; }

.quotation-list .ant-pagination-options-size-changer {
  width: auto !important; }

.avatar-uploader > .ant-upload {
  width: 128px;
  height: 128px; }

.dropzone-upload {
  width: 120px;
  height: 120px;
  border: 1px dashed #c7c7c7;
  margin: auto; }

.sortable-helper {
  display: table !important; }

.operation-form {
  overflow: hidden; }

.location-form {
  overflow: hidden;
  padding: 0 25px 20px; }

.location-form .ant-form-item {
  margin-bottom: 0; }

.role-item {
  margin: 5px 15px; }

.role-item .title,
.role-item .icons {
  display: inline-block; }

.role-item .title {
  min-width: 140px; }

/* modify chart css */

.dashboard-chart .ct-chart .ct-series-a .ct-bar {
  stroke: #7cd6fd; }

.dashboard-chart .ct-chart .ct-series-b .ct-bar {
  stroke: #5e64ff; }

.dashboard-chart .ct-chart .ct-series-c .ct-bar {
  stroke: #743de2; }

/* end */

.user-filter {
  width: 100%;
  text-align: left; }

.user-filter .anticon {
  position: absolute;
  top: 10px;
  right: 10px; }

.ql-editor {
  min-height: 12em; }

.product-photo-item {
  display: inline-block;
  position: relative;
  margin: 0px 8px 8px 0px; }

.product-photo-item .image-item {
  border-radius: 3px;
  background-size: cover;
  height: 88px;
  width: 140px; }

.product-photo-item img {
  width: 100px;
  height: 100px;
  padding: 5px;
  border-radius: 50%; }

.product-photo-item:hover > .delete-icon-btn,
.product-photo-item:hover > .edit-icon-btn,
.product-photo-item:hover > .drag-icon-btn {
  display: block; }

.location-item.highlighted {
  background-color: #ffd; }

.location-item:hover > .drag-icon-btn {
  display: block; }

.product-photo-item .drag-icon-btn {
  display: none;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
  color: #00f7ff; }

.product-photo-item .drag-icon-btn:hover {
  cursor: pointer;
  color: #fff; }

.location-item .drag-icon-btn:hover {
  cursor: pointer; }

.product-photo-item .delete-icon-btn {
  display: none;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 16px;
  color: #00f7ff; }

.product-photo-item .delete-icon-btn:hover {
  cursor: pointer;
  color: #fff; }

.product-photo-item .edit-icon-btn {
  display: none;
  position: absolute;
  bottom: 28px;
  right: 0;
  font-size: 16px;
  color: #00f7ff; }

.product-photo-item .edit-icon-btn:hover {
  cursor: pointer;
  color: #fff; }

.product-photo-item .icon-blue path {
  fill: #167efb !important; }

.gr-form-button {
  margin-top: 30px;
  position: absolute;
  right: 5px; }

.presence-bar {
  padding-top: 10px;
  position: absolute;
  left: 270px; }

.avatar-presence {
  border: 1px solid #fff; }

.avatar-presence.more {
  color: #ff002d;
  background-color: #e2e2e2; }

.avatar-presence.avt-pos {
  border: 1px solid #fff;
  position: absolute; }

.presence-popover {
  top: 62px !important; }

.presence-list {
  padding: 0;
  margin: 0; }

.presence-list li {
  display: inline-block;
  padding: 5px;
  list-style-type: none; }

.presence-badge {
  position: absolute; }

.presence-badge .ant-badge-count p.current {
  line-height: inherit; }

.icon-collapse {
  display: block;
  font-size: 18px;
  cursor: pointer;
  text-align: left; }

.icon-collapse:hover {
  color: #429ecd; }

.icon-collapse.disabled {
  color: #cbcbcb;
  cursor: not-allowed; }

.tbl-vendor td {
  vertical-align: middle; }

.tbl-vendor .td-vendor-info .rating .ant-rate-star {
  margin-right: 2px; }

.full-modal-box .ant-modal-content {
  border-radius: 0; }

.text-truncate {
  margin: 0 0 1em;
  overflow: hidden;
  position: relative;
  max-height: 3.75em; }

.text-truncate::after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 70%;
  height: 1.2em;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 50%); }

table tbody tr:nth-child(even) .text-truncate::after,
table tbody tr:nth-child(even) .truncate::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fafafa 50%); }

table tbody tr:nth-child(even):hover .text-truncate::after,
table tbody tr:nth-child(even):hover .truncate::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ecebeb 50%); }

table tbody tr:nth-child(odd):hover .text-truncate::after,
table tbody tr:nth-child(odd):hover .truncate::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ecebeb 50%); }

.submitted-vendor-view .label {
  text-transform: uppercase;
  color: #929292;
  margin: 0; }

.tour-option-nav .box-content .box {
  width: 100%;
  position: relative;
  min-height: 150px;
  max-height: 250px;
  overflow-y: scroll; }

.hide-scroll-bar::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
  background: transparent; }

.hide-scroll-bar::-webkit-scrollbar-thumb {
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.tour-option-nav .box-content .box .title {
  position: absolute;
  padding: 10px 20px;
  top: 0;
  background-color: #fff;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid #e9e9e9; }

.tour-option-nav .box-content .box .tour-option-list {
  padding: 15px 20px; }

.tour-option-nav .box-content .box .tour-option-list .indent {
  padding-top: 5px;
  padding-left: 46px;
  text-indent: -23px; }

.tour-option-nav .box-content .arrow-action {
  margin: 0 10px; }

.tour-option-nav .box-content .arrow-right {
  margin-bottom: 5px; }

.organize-photo-layout .image-item {
  margin-bottom: 10px;
  position: relative; }

.organize-photo-layout .left-side .image-item:hover .remove-photo-icon,
.organize-photo-layout .left-side .image-item:hover .reorder-photo-icon {
  display: block;
  cursor: pointer; }

.organize-photo-layout .left-side .image-item .reorder-photo-icon {
  display: none;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #ff002d;
  font-size: 20px; }

.organize-photo-layout .left-side .image-item .remove-photo-icon {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #ff002d;
  font-size: 20px; }

.organize-photo-layout .content-side-head {
  min-height: 80px;
  padding: 20px 20px 0; }

.organize-photo-layout .right-side {
  overflow: hidden;
  padding-bottom: 20px; }

.organize-photo-layout .right-side .photo-library-list {
  padding: 0px; }

.organize-photo-layout .right-side .photo-library-list .image-item {
  position: relative; }

.organize-photo-layout .right-side .photo-library-list .image-item:hover .add-photo-icon {
  display: block;
  cursor: pointer; }

.organize-photo-layout .right-side .photo-library-list .image-item .add-photo-icon {
  display: none;
  position: absolute;
  right: 5px;
  top: 5px;
  color: #54a354;
  font-size: 20px; }

.flag-country {
  width: 30px;
  height: 20px;
  margin-right: 10px;
  border-radius: 0; }

.language-flag-image:hover {
  cursor: pointer; }

.booking-product-tab .title {
  font-size: 11px;
  color: #ababab;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 4px; }

.booking-product-tab .text {
  margin-bottom: 4px; }

.booking-product-tab .text-bold {
  font-weight: 500; }

.small-borderless-btn {
  padding: 0;
  border: none;
  font-size: 13px;
  color: #0ead9e;
  background: transparent; }

.particular-form-item {
  margin-bottom: 25px; }

.chat-tab .booking-product-item {
  padding: 10px;
  border-radius: 4px; }

.chat-tab .booking-product-item:hover {
  cursor: pointer; }

.chat-tab .booking-product-item.active {
  background-color: #ededed; }

.booking-chat-nav .left-side {
  border-radius: 3px;
  margin-bottom: 1em;
  box-shadow: 0 2px 4px 0 rgba(184, 184, 184, 0.5);
  background-color: #ffffff;
  border: solid 1px #dfdfdf; }

.booking-chat-nav .left-side .agent-product {
  padding: 20px; }

.booking-chat-nav .left-side .agent {
  padding: 15px 20px 15px;
  border-bottom: 1px solid #e3e3e3;
  border-top: none; }

.booking-chat-nav .left-side .agent .title {
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 5px 0;
  padding: 0; }

.booking-chat-nav .right-side .chat-box .chat-list {
  display: flex;
  flex-direction: column-reverse; }

.booking-chat-nav .right-side .chat-box .typing .ant-badge-status-dot {
  width: 10px;
  height: 10px; }

.booking-chat-nav .right-side .chat-box .chat-item {
  margin-bottom: 1em;
  clear: both;
  overflow: hidden; }

.booking-chat-nav .right-side .chat-box .chat-item .chat-status-dot .ant-badge-status-dot {
  width: 10px;
  height: 10px; }

.booking-chat-nav .right-side .chat-box .chat-item .time {
  color: #9c9c9c;
  font-size: 10px; }

.booking-chat-nav .right-side .chat-box .chat-item .content {
  padding: 10px 15px;
  border-radius: 12px;
  color: #fff;
  position: relative;
  width: 80%; }

.booking-chat-nav .right-side .chat-box .chat-item.guest .info {
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }

.booking-chat-nav .right-side .chat-box .chat-item.me .chat-status-dot .ant-badge-status-dot {
  background: #0fad9e; }

.booking-chat-nav .right-side .chat-box .chat-item.guest .chat-status-dot .ant-badge-status-dot {
  background: #b5b5b5; }

.booking-chat-nav .right-side .chat-box .chat-item.me .content {
  background: #0fad9e; }

.booking-chat-nav .right-side .chat-box .chat-item.guest .content {
  background: #b5b5b5;
  float: right; }

.booking-chat-nav .right-side .chat-box .chat-item .content::after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-width: 10px;
  margin-left: -10px; }

.booking-chat-nav .right-side .chat-box .chat-item.me .content::after {
  border-bottom-color: #0fad9e;
  left: 5%; }

.booking-chat-nav .right-side .chat-box .chat-item.guest .content::after {
  border-bottom-color: #b5b5b5;
  right: 5%; }

.booking-chat-nav .right-side .chat-box .chat-item .content .text {
  margin: 0;
  font-size: 12px; }

.booking-chat-nav .right-side .chat-box .chat-item .info .user {
  text-transform: capitalize; }

.booking-chat-nav .right-side .chat-box .chat-item.me .info .user {
  margin-right: 6px; }

.booking-chat-nav .right-side .chat-box .chat-item.guest .info .user {
  margin: 0 8px 0 6px; }

.bkp-item {
  margin-bottom: 30px; }

.bk-delete-line-item:hover {
  cursor: pointer; }

.bk-delete-line-item {
  margin-left: 10px;
  color: #c00; }

.chat-box .right-side .member-item {
  text-align: center;
  padding: 10px; }

.chat-box .center-side {
  margin: 0 10px;
  padding-bottom: 2em; }

.chat-box .center-side .product-chat-item.active {
  background-color: #efefef;
  border-radius: 4px; }

.chat-box .center-side .product-chat-item:hover {
  cursor: pointer; }

.chat-box .center-side .product-chat-item {
  text-align: left;
  padding: 10px; }

.chat-box .center-side .product-chat-item .traveller {
  margin: 0;
  font-weight: 600;
  font-size: 14px;
  text-transform: capitalize; }

.chat-box .center-side .product-chat-item .product-name {
  margin: 0;
  font-size: 12px; }

.chat-box .center-side .product-chat-item .booking-no {
  margin: 0;
  font-size: 14px; }

.chat-box .right-side .product-tour-box {
  padding: 10px;
  border: 1px solid #e3e3e3;
  margin-bottom: 10px;
  border-radius: 4px; }

.vendor-review-box .review-box .review-item {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
  margin-bottom: 10px; }

.truncate {
  margin: 0 0 1em;
  overflow: hidden;
  position: relative;
  max-height: 3.75em;
  line-height: 1.3em; }

.truncate:after {
  content: "";
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  height: 1.2em;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 50%); }

.one-liner {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis; }

td.one-line-cell {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis; }

.booking-product .section-subtitle {
  margin-top: 10px;
  padding-top: 15px;
  margin-bottom: 5px;
  border-top: 1px solid #dadada;
  color: #0eAD9E; }

.booking-product .booking-item-list-striped:nth-child(even) {
  background-color: #b3e0dc26; }

.booking-product .booking-item-list {
  font-size: 0.85em;
  margin: 0px -6px 2px;
  padding: 6px 6px;
  line-height: 1.5em; }

.booking-product .booking-item-list .booking-item-price {
  max-width: 90px;
  font-size: 16px; }

.booking-product .booking-item-list .booking-item-price sup {
  top: -0.1em; }

.booking-product .booking-item-list .booking-item-price b {
  color: #c00; }

.booking-product :first-child .section-title,
.booking-product :nth-child(2) .section-subtitle {
  margin-top: 0px; }

.booking-product .section-title {
  margin-top: 15px; }

.booking-product .booking-item-list .line-item {
  text-transform: capitalize;
  font-size: 0.9em; }

tr.location-item td {
  padding: 5px 12px 5px 0px; }

tr.transport-item td {
  padding: 0px 12px 0px 0px; }

tr.transport-item td.wrap,
tr.location-item td.wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block; }

.grecaptcha-badge {
  display: none; }

.hightlight-row {
  background: #ffd !important; }

.hover-pointer:hover {
  cursor: pointer; }

.phone-input-select.react-tel-input .flag-dropdown {
  top: 3px !important;
  bottom: 1px !important; }

.react-tel-input .country-list .country {
  padding: 0px 10px !important;
  line-height: 24px; }

.react-tel-input .phone-input {
  width: 100% !important; }

.event-form .ant-form-item {
  margin-bottom: 5px; }

.event-form-create {
  padding: "2em 0";
  width: 100%;
  margin: 0 auto; }

.similar-listing table tbody tr.hidden {
  display: none; }

.similar-listing.show table tbody tr.hidden {
  display: table-row; }

/* Overwrite Ant Style */

.ant-rate {
  font-size: 14px;
  color: #f05634; }

.ant-rate .ant-rate-star {
  margin-right: 2px; }

/* Drawer Footer Buttons */

.drawer-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 10px 16px;
  background: #fff;
  text-align: right;
  z-index: 1001; }

.order-active {
  color: #0eAD9E;
  font-weight: 700; }

.custom-input {
  border: none;
  width: 50px;
  text-align: right;
  font-weight: 700;
  font-size: 20px;
  color: #0A6A6A;
  background-color: transparent; }

.custom-button {
  border-color: #0EAD9E;
  color: #fff;
  background: #0EAD9E;
  font-weight: 900;
  line-height: 32px; }

.custom-button.inactive {
  border-color: #dadada;
  background-color: #f0f0f0;
  color: #dadada;
  cursor: not-allowed; }

/* FAQ Section */

.faq-group {
  margin-bottom: 20px; }

.faq-group .faq-title {
    margin-bottom: 10px; }

.faq-group .faq-item {
    margin-bottom: 10px;
    border-top: 1px solid #888;
    padding-top: 10px; }

.faq-group .faq-item .faq-content {
    white-space: pre-line; }

.channel-product-item {
  border: 1px solid #d9d9d9;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  border-radius: 5px;
  padding: 10px; }

.translate-datasheet-wrapper {
  width: 100%;
  overflow: auto;
  padding-bottom: 12px; }

.translate-datasheet-wrapper .data-grid td.cell:hover {
  background-color: #ccc; }

.translate-datasheet-wrapper .data-grid td.cell.read-only {
  text-align: left; }

.translate-datasheet-wrapper .data-grid td.cell.read-only span.value-viewer {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis; }

.product-allotment-page .product-package-listing .even .text {
  text-transform: capitalize;
  color: #0dad9e;
  font-size: 12px;
  font-weight: 500; }

.product-allotment-page .product-package-listing .even .slot-number {
  color: #0dad9e;
  font-size: 12px; }

.product-allotment-page .product-package-listing .odd .text {
  text-transform: capitalize;
  color: #ec932f;
  font-size: 12px;
  font-weight: 500; }

.product-allotment-page .product-package-listing .odd .slot-number {
  color: #ec932f;
  font-size: 12px; }

.product-allotment-page .product-package-listing .text.text-title {
  font-size: 14px; }

.logo-thumbnail {
  height: 46px;
  max-width: 80px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto; }

.product-allotment-date-popover table.CalendarMonth_table td {
  padding: 0 !important; }

.plain-date-picker .DayPicker {
  box-shadow: none;
  -webkit-box-shadow: none;
  background: transparent; }

.plain-tooltip .ant-popover-inner-content {
  padding: 0px; }

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

.tour-package-list .package-title {
  font-size: 16px;
  margin-bottom: 10px;
  text-transform: capitalize;
  color: #06524b;
  overflow-y: hidden;
  font-weight: 700;
  line-height: 20px;
  height: auto; }

.tour-package-list .price {
  font-size: 13px;
  color: #666666;
  font-weight: 400;
  margin-top: 0px;
  text-transform: capitalize;
  position: relative;
  display: inline-block !important;
  padding: 0px 0px 0px 28px; }

.tour-package-list .price b {
    color: #cc0000;
    font-size: 26px; }

.tour-package-list .price b em {
      font-size: 10px;
      font-weight: 400;
      font-style: normal;
      position: absolute;
      top: -6px;
      left: 0px; }

.tour-package-list .price b sup {
      color: #cc0000;
      font-weight: 500;
      font-size: 10px;
      position: absolute;
      left: 0px;
      top: 14px !important; }

.sheet-table .data-grid-container .data-grid .cell {
  vertical-align: middle; }

.line-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */ }

.line-clamp.line-clamp-2 {
  -webkit-line-clamp: 2; }

.data-container {
  background-color: #FFF;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  min-height: 80vh;
  padding: 20px;
  overflow-x: auto; }

.data-container .data-toggle {
  margin-bottom: 10px; }

.data-container .data-table {
  min-width: 100%; }

.data-container .data-table tr th,
.data-container .data-table tr td {
  padding: 8px 15px !important;
  font-size: 12px;
  vertical-align: middle; }

.data-container .data-table tr td .ant-input,
.data-container .data-table tr td .ant-select {
  font-size: 13px; }

.data-container .data-table tr td.capitalize {
  text-transform: capitalize; }

.data-container .data-pagination {
  margin-top: 20px; }

.data-container .pricing-info h5 {
  font-size: 1em;
  margin-bottom: 0px; }

.data-container .pricing-info p {
  font-size: 0.9em;
  color: #1687FF;
  margin-bottom: 0.3rem; }

.data-container .pricing-info .pricing-detail {
  font-size: 0.9em;
  margin-top: 0.1rem;
  padding: 0.2rem 0.3rem 0.1rem;
  border-top: 1px solid #EAEAEA; }

.data-container .pricing-info .pricing-detail .title {
  flex-grow: 1; }

.data-container .pricing-info .pricing-detail .title span {
  color: #1687FF; }

.data-container .pricing-info .pricing-detail .timeslot {
  white-space: nowrap; }

.data-container .pricing-info .pricing-detail .pricing {
  white-space: nowrap;
  color: #008800;
  display: flex;
  align-items: center; }

.data-container .pricing-info .pricing-detail .pricing.pricing-high {
  color: #FF5500; }

.data-container .pricing-info .pricing-detail .pricing small {
  margin-right: 3px; }

.chat-ui-main .chat-box {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 867px;
  border: 1px solid #ebebeb;
  height: calc(100vh - 50px);
  padding-top: 20px;
  border-radius: 4px;
  box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2); }

.chat-ui-main .chat-box .chat-content {
  flex: 1;
  overflow-y: auto;
  padding: 10px;
  background-color: #fff; }

.chat-ui-main .chat-box .chat-content .message {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px; }

.chat-ui-main .chat-box .chat-content .message .avatar {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  background: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%; }

.chat-ui-main .chat-box .chat-content .message .msg-bubble {
  max-width: 450px;
  min-width: 280px;
  padding: 12px;
  border-radius: 15px;
  background-color: #ececec; }

.chat-ui-main .chat-box .chat-content .left-msg .msg-bubble {
  border-bottom-left-radius: 0; }

.chat-ui-main .chat-box .chat-content .right-msg .avatar {
  margin: 0 0 0 10px; }

.chat-ui-main .chat-box .chat-content .right-msg {
  flex-direction: row-reverse; }

.chat-ui-main .chat-box .chat-content .right-msg .msg-bubble {
  background: #0ead9e;
  color: #fff;
  border-bottom-right-radius: 0; }

.chat-ui-main .chat-box .chat-content .message .msg-bubble .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px; }

.chat-ui-main .chat-box .chat-content .message .msg-bubble .info .info-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold; }

.chat-ui-main .chat-box .chat-content .message .msg-bubble .info .info-time {
  font-size: 0.85em; }

.chat-ui-main .chat-box .bottom {
  display: flex;
  padding: 10px;
  border-top: 1px;
  background: #eee; }

.chat-ui-main .chat-box .bottom .input-field {
  flex: 1;
  padding: 10px;
  border: none;
  border-radius: 3px;
  font-size: 1em; }

.chat-ui-main .chat-box .bottom .send-button {
  margin-left: 10px;
  background: #0ead9e;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  font-size: 1em; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
  font-size: 14px;
  color: #0ead9e; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold !important; }

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

table {
  /*border: 1px solid #ccc;*/
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0; }

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

table thead {
  /*background-color: #e0e0e0;*/
  color: #000;
  text-align: left;
  vertical-align: bottom;
  border-bottom: 1px solid #ddd; }

/*
striping:
   even - #fff (white)
   odd  - #f2f2f2 (light gray)
*/

table td {
  background-color: transparent; }

table.table-odd td {
  background-color: #f2f2f2; }

/* nth-child selector for modern browsers */

table.table-striped tr:nth-child(2n-1) td {
  background-color: #f2f2f2; }

/* HORIZONTAL BORDERED TABLES */

.table-horizontal td,
.table-horizontal th {
  border-width: 0 0 1px 0;
  border-bottom: 1px solid #cbcbcb; }

.table-horizontal tbody > tr:last-child > td {
  border-bottom-width: 0; }

table tbody tr:nth-child(odd) {
  background: transparent; }

table tbody tr {
  border-bottom: 1px solid #ddd;
  padding: 5px; }

table th,
table td {
  padding: 10px;
  text-align: left; }

table th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  padding-left: 0 !important; }

table td {
  padding: 10px 10px 10px 0px !important;
  font-size: 15px;
  vertical-align: top; }

table tr:last-child {
  border-bottom: none; }

table th.number,
table td.number {
  text-align: right; }

table.smaller-font > tbody > tr {
  border-bottom: 1px solid #dadada; }

table.smaller-font > tbody > tr.striped {
  background-color: #fafafa; }

table.smaller-font tr td.right-border {
  border-right: 1px solid #dadada; }

table.smaller-font tr td.left-border {
  border-left: 1px solid #dadada; }

table.smaller-font tr td {
  font-size: 13px;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

table.smaller-font tr td tr td {
  padding: 0 !important; }

table.smaller-font td b {
  color: #008;
  font-weight: 400; }

table.smaller-font td em {
  color: #800;
  font-weight: 400;
  font-style: normal; }

table.smaller-font tr td.mobile-only {
  display: none; }

table .data-table tr.data-table-even,
table .data-table tr.data-table-odd {
  border-bottom: 1px solid #eaeaea; }

table .data-table tr.data-table-odd {
  background-color: #fafafa; }

table .data-table tr.data-table-even td,
table .data-table tr.data-table-odd td {
  vertical-align: middle;
  font-size: 12px;
  padding: 3px 8px !important; }

table .data-table tr.data-table-even td.pricing-col,
table .data-table tr.data-table-odd td.pricing-col {
  padding: 1px !important;
  border-left: 1px solid #eaeaea; }

table .data-table tr.data-table-even td.pricing-col input,
table .data-table tr.data-table-odd td.pricing-col input {
  background-color: transparent;
  font-size: 12px;
  padding: 3px 5px;
  text-align: center;
  border: none;
  border-radius: 0px; }

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

.data-grid-container .data-grid tbody tr.even,
.data-grid-container .data-grid tbody tr.even .cell.read-only {
  background: #fafafa; }

.data-grid-container .data-grid tbody tr.odd,
.data-grid-container .data-grid tbody tr.odd .cell.read-only {
  background: #fff; }

.data-grid-container .data-grid .clickable {
  cursor: pointer !important; }

.data-grid-container .data-grid .clickable:hover {
  background: #efefef; }

.data-grid-container .data-grid .clickable.active {
  color: #5472e8;
  background: #ccc; }

.table-container {
  padding: 20px 15px; }

.table-container .scroll-container {
    overflow: auto;
    padding-bottom: 20px; }

.table-container tbody tr:hover {
    background: transparent; }

table.data-inline-edit .edit-box,
table.data-inline-edit .edit-box > .ant-select-selection {
  cursor: pointer;
  background-color: transparent;
  border-color: transparent; }

table.data-inline-edit .edit-box:hover,
table.data-inline-edit .edit-box:hover > .ant-select-selection {
  border-color: #0ead9e88; }

table.data-inline-edit .edit-box:focus,
table.data-inline-edit .edit-box:focus > .ant-select-selection {
  background-color: #FFFFFF;
  border-color: #0ead9e; }

table.data-inline-edit tr {
  border-color: #F0F0F0; }

table.data-inline-edit tr.data-table-odd {
  background-color: #0EAD9E08; }

table.data-inline-edit tr.data-table-even {
  background-color: #FFFFFF; }

table.data-inline-edit tr.data-last-row-line {
  border-bottom: 1px solid #AAAAAA; }

table.data-inline-edit tr.data-last-row-line td {
  height: 1px;
  padding: 0px !important; }

table.plain-record {
  margin-bottom: 12px; }

table.plain-record tr {
  border-bottom: none; }

table.plain-record tr:nth-child(even),
table.plain-record tr:hover {
  background: none; }

table.plain-record thead tr th {
  padding: 5px !important;
  text-transform: none; }

table.plain-record tr th,
table.plain-record tr td {
  padding: 3px 5px !important;
  font-size: 14px;
  vertical-align: middle; }

table.plain-record tr th > b,
table.plain-record tr td > b {
  white-space: nowrap; }

table.plain-record tr th > small,
table.plain-record tr td > small {
  letter-spacing: -0.5px;
  text-transform: uppercase;
  display: block; }

.item-detail-container {
  padding: 0px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0px 0px 5px; }

.item-detail-group {
  flex-wrap: nowrap !important;
  overflow-x: auto; }

.item-detail-grouping {
  flex-wrap: nowrap !important; }

.item-detail-group .item-detail {
  cursor: pointer;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid transparent;
  padding: 1px 3px;
  text-transform: capitalize;
  white-space: nowrap; }

.item-detail-group .item-detail:hover {
  border: 1px solid #0EAD9E;
  background: #0EAD9E33; }

.item-detail-no {
  display: inline-block;
  width: 25px;
  text-align: right;
  padding: 1px 3px;
  font-weight: 700; }

.line-item-icon {
  display: inline-block;
  letter-spacing: -1px;
  font-weight: 700;
  width: 28px; }

.fee-amount {
  font-size: 11px;
  margin-left: 5px;
  color: #c00;
  letter-spacing: -1px;
  font-weight: 500; }

.call-to-action-button:focus {
  color: #fff;
  background: #0b756d;
  border-color: #0b756d; }

.call-to-action-button {
  border-color: #0b756d;
  background: #0b756d;
  color: #fff; }

.call-to-action-button:hover {
  color: #fff;
  border-color: #0cad9e;
  background: #0cad9e; }

.blue-button:focus {
  color: #fff;
  background: #259af4;
  border-color: #259af4; }

.blue-button {
  border-color: #259af4;
  background: #259af4;
  color: #fff; }

.blue-button:hover {
  color: #fff;
  border-color: #4aaafa;
  background: #4aaafa; }

.green-button:focus {
  color: #fff;
  background: #2ac397;
  border-color: #2ac397; }

.green-button {
  border-color: #2ac397;
  background: #2ac397;
  color: #fff; }

.green-button:hover {
  color: #fff;
  border-color: #0dcf90;
  background: #0dcf90; }

.orange-button:focus {
  color: #fff;
  background: #ff8c00;
  border-color: #ff8c00; }

.orange-button {
  border-color: #ff8c00;
  background: #ff8c00;
  color: #fff; }

.orange-button:hover {
  color: #fff;
  border-color: #fcb54a;
  background: #fcb54a; }

.purple-button:focus {
  color: #fff;
  background: #c479c8;
  border-color: #c479c8; }

.purple-button {
  border-color: #c479c8;
  background: #c479c8;
  color: #fff; }

.purple-button:hover {
  color: #fff;
  border-color: #f57ec2;
  background: #f57ec2; }

.red-button:focus {
  color: #fff;
  background: #ee3f54;
  border-color: #ee3f54; }

.red-button {
  border-color: #ee3f54;
  background: #ee3f54;
  color: #fff; }

.red-button:hover {
  color: #fff;
  border-color: #de142b;
  background: #de142b; }

.medium-button {
  height: 36px;
  font-size: 16px; }

.big-button {
  height: 48px;
  font-size: 18px; }

@media screen and (max-width: 35.5em) {
  .sidebar-box {
    border-right: 1px solid #bad8f5; }
  table {
    border: 0;
    width: 100%; }
  table .table-checkbox {
    text-align: right !important; }
  table:not(.data-table) thead {
    display: none; }
  table:not(.data-table) tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd; }
  table:not(.data-table) td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    margin: 10px !important; }
  table:not(.data-table) td:last-child {
    border-bottom: 0; }
  table:not(.data-table) td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold; }
  .profile-title {
    text-align: left; } }

@media screen and (max-width: 768px) {
  .presence-bar {
    left: 60px; } }

@media screen and (max-width: 586px) {
  .gr-form-button {
    display: none; } }

@media screen and (max-width: 568px) {
  .drawer-form .ant-drawer-content-wrapper {
    width: 100% !important; }
  .event-form-create {
    width: 100%; }
  .hightlight-row {
    background: none; }
  .hightlight-row.hightlight-status {
    color: red; }
  .presence-bar {
    display: none; }
  .tbl-vendor .td-vendor-info,
  .tbl-vendor td {
    text-align: right !important; }
  .address-button-flex {
    justify-content: right; }
  table.smaller-font tr,
  table.smaller-font tr td {
    min-width: 310px !important; }
  table.smaller-font tbody > tr {
    margin-top: 0px;
    margin-bottom: 0px;
    border-top: 1px solid #dadada;
    border-bottom: none; }
  table.smaller-font tbody > tr td {
    padding: 0px 0px !important; }
  table.smaller-font tr td tr {
    margin-bottom: 0px; }
  table.smaller-font tr td tr,
  table.smaller-font tr td tr td {
    text-align: right; }
  table.smaller-font tr td.right-border {
    border-right: none; }
  table.smaller-font tr td.desktop-only {
    display: none; }
  table.smaller-font tr td.mobile-only {
    display: block; }
  table.smaller-font tr,
  table.smaller-font tr td {
    border-bottom: none; }
  .booking-chat-nav .right-side .chat-box .chat-item.me .content::after {
    left: 10%; } }

.data-grid-container .data-grid .cell {
  padding: 5px !important;
  text-align: left;
  font-size: 12px;
  color: #000;
  border-color: #efefef;
  vertical-align: top; }

.data-grid-container .data-grid .cell .value-viewer {
  white-space: pre-line; }

.data-grid-container .data-grid th.cell {
  vertical-align: middle;
  line-height: 16px; }

.data-grid-container .data-grid .cell > input {
  text-align: left;
  border: none;
  padding: 7px 0px;
  font-size: 12px;
  font-weight: 500; }

.data-grid-container .data-grid .cell.selected {
  box-shadow: none; }

.data-grid-container .data-grid .cell.selected.read-only {
  border: none; }

/** Start of Color Overwrites */

/* Button Color Overwrite */

.ant-notification {
  z-index: 2100; }

.ant-btn:hover,
.ant-btn:focus {
  color: #0ead9e;
  border-color: #0ead9e; }

.ant-btn-primary {
  background-color: #0ead9e;
  border-color: #0ead9e; }

.ant-btn-primary:hover,
.ant-btn-primary:focus {
  background-color: #2fcfaf;
  border-color: #2fcfaf;
  color: #fff; }

.ant-btn-danger:hover {
  color: #fff;
  border-color: #ff4d4f; }

.ant-btn-primary.orange-bg {
  background-color: darkorange;
  border-color: darkorange; }

.ant-btn-primary.red-bg {
  background-color: red;
  border-color: red; }

.ant-btn-primary.orange-bg:hover {
  background-color: orange;
  border-color: darkorange; }

.ant-btn-primary.red-bg:hover {
  background-color: crimson; }

/* Radio Button Color Overwrite */

.ant-radio-button-wrapper-checked {
  color: #0ead9e; }

.ant-radio-button-wrapper:hover,
.ant-radio-button-wrapper-focused {
  color: #0ead9e; }

.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  color: #2fcfaf; }

.ant-radio-wrapper:hover .ant-radio .ant-radio-inner,
.ant-radio:hover .ant-radio-inner,
.ant-radio-focused .ant-radio-inner {
  border-color: #2fcfaf; }

.ant-radio-checked .ant-radio-inner {
  border-color: #0ead9e; }

.ant-radio-checked:after {
  border: 1px solid #0ead9e; }

.ant-radio-inner:after {
  background-color: #0ead9e; }

/* Tabs Nav Color Overwrite */

.ant-tabs-nav .ant-tabs-tab:hover,
.ant-tabs-nav .ant-tabs-tab a:hover {
  color: #2fcfaf; }

.ant-tabs-nav .ant-tabs-tab-active {
  color: #0ead9e; }

.ant-tabs-ink-bar {
  background-color: #0ead9e; }

.ant-tabs.ant-tabs-card > .ant-tabs-bar .ant-tabs-tab-active {
  color: #0ead9e; }

/* Switch Color Overwrite */

.ant-switch-checked {
  background-color: #0ead9e; }

/* Pagination Color Overwrite */

.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #2fcfaf; }

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #2fcfaf; }

.ant-pagination-item-active {
  border-color: #0ead9e; }

.ant-pagination-item-active a {
  color: #0ead9e; }

.ant-pagination-item-active:focus,
.ant-pagination-item-active:hover {
  border-color: #0ead9e; }

.ant-pagination-item-active:focus a,
.ant-pagination-item-active:hover a {
  color: #0ead9e; }

.ant-pagination-prev:focus .ant-pagination-item-link,
.ant-pagination-next:focus .ant-pagination-item-link,
.ant-pagination-prev:hover .ant-pagination-item-link,
.ant-pagination-next:hover .ant-pagination-item-link {
  border-color: #0ead9e;
  color: #0ead9e; }

/* Selection Overwrite */

.ant-select.plain-search .ant-select-selection {
  border-color: transparent; }

.ant-select.plain-search .ant-select-selection:focus {
  box-shadow: none; }

.ant-select.plain-search .ant-select-selection .ant-select-selection-selected-value {
  white-space: initial; }

.ant-select-selection:hover {
  border-color: #2fcfaf; }

.ant-select-dropdown-menu-item-active {
  background-color: #cfeadf; }

.ant-select-dropdown-menu-item-group-title {
  color: rgba(0, 0, 0, 0.8);
  font-size: 13px; }

.ant-select-focused .ant-select-selection,
.ant-select-selection:focus,
.ant-select-selection:active {
  border-color: #0ead9e;
  box-shadow: 0 0 0 2px rgba(14, 173, 158, 0.2); }

.ant-select-dropdown-menu-item {
  white-space: normal !important; }

.ant-select-dropdown-menu-item:hover {
  background-color: #dff5ec; }

/* Input Color Overwrite */

.ant-input:hover {
  border-color: #2fcfaf; }

.ant-input:focus {
  border-color: #0ead9e;
  box-shadow: 0 0 0 2px rgba(14, 173, 158, 0.2); }

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled) {
  border-color: #2fcfaf; }

/* Calendar Color Overwrite */

.ant-calendar-picker:hover .ant-calendar-picker-input:not(.ant-input-disabled) {
  border-color: #0ead9e; }

.ant-calendar-header a:hover,
.ant-calendar-footer a:hover {
  color: #2fcfaf; }

.ant-calendar-selected-date .ant-calendar-date:hover,
.ant-calendar-selected-start-date .ant-calendar-date:hover,
.ant-calendar-selected-end-date .ant-calendar-date:hover {
  background: #2fcfaf; }

.ant-calendar-selected-day .ant-calendar-date,
.ant-calendar-month-panel-month:hover,
.ant-calendar-year-panel-year:hover,
.ant-calendar-decade-panel-decade:hover {
  background: #cfeadf; }

.ant-calendar-month-panel-selected-cell .ant-calendar-month-panel-month,
.ant-calendar-year-panel-selected-cell .ant-calendar-year-panel-year,
.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade {
  background: #0ead9e; }

.ant-calendar-decade-panel-selected-cell .ant-calendar-decade-panel-decade:hover {
  background: #0ead9e; }

.ant-calendar-today .ant-calendar-date {
  border-color: #0ead9e;
  color: #0ead9e; }

.ant-calendar-date:hover {
  background-color: #cfeadf; }

.ant-calendar-selected-date .ant-calendar-date,
.ant-calendar-selected-start-date .ant-calendar-date,
.ant-calendar-selected-end-date .ant-calendar-date {
  background: #0ead9e;
  color: #fff; }

/** End of Color Overwrites */

.ant-alert,
.ant-anchor,
.ant-select-auto-complete,
.ant-select,
.ant-select-dropdown,
.ant-input,
.ant-input-group,
.ant-input-affix-wrapper,
.ant-avatar,
.ant-back-top,
.ant-badge,
.ant-breadcrumb,
.ant-btn,
.ant-fullcalendar,
.ant-radio-group,
.ant-radio-wrapper,
.ant-radio,
.ant-card,
.ant-tabs,
.ant-carousel,
.ant-cascader,
.ant-cascader-picker,
.ant-checkbox,
.ant-checkbox-wrapper,
.ant-checkbox-group,
.ant-collapse,
.ant-calendar-picker-container,
.ant-calendar-picker,
.ant-time-picker-panel,
.ant-time-picker,
.ant-divider,
.ant-dropdown,
.ant-form,
.ant-form-item,
.ant-input-number,
.ant-list,
.ant-spin,
.ant-pagination,
.ant-mention-wrapper,
.ant-mention-dropdown,
.ant-menu,
.ant-tooltip,
.ant-message,
.ant-modal,
.ant-notification,
.ant-popover,
.ant-progress,
.ant-rate,
.ant-slider,
.ant-steps,
.ant-switch,
.ant-table,
.ant-tag,
.ant-timeline,
.ant-transfer,
.ant-select-tree-checkbox,
.ant-select-tree-checkbox-wrapper,
.ant-select-tree-checkbox-group,
.ant-select-tree,
.ant-select-tree-dropdown,
.ant-tree-checkbox,
.ant-tree-checkbox-wrapper,
.ant-tree-checkbox-group,
.ant-tree,
.ant-upload,
.ant-upload-lis {
  font-family: 'Muli', -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif !important; }

.ant-tag {
  margin-right: 5px; }

.DateRangePickerInput_calendarIcon_svg {
  fill: #0D0D0D; }

.ant-tabs-tab-active a {
  color: #0eAD9E; }

.ant-rate {
  font-size: 14px;
  color: #f05634; }

.ant-rate .ant-rate-star {
  margin-right: 2px; }

/* modify date*/

.filter-date .DateRangePicker .DateRangePickerInput .DateInput {
  font-weight: 300;
  font-size: 13px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.65);
  margin: 0;
  padding: 0px;
  background: #fff;
  position: relative;
  display: inline-block;
  width: 85px;
  vertical-align: middle; }

.filter-date .DateRangePicker .DateRangePickerInput {
  border-radius: 5px;
  border-color: #dcdcdc; }

.filter-date .DateRangePicker .DateRangePickerInput .DateRangePickerInput_arrow_svg {
  height: 26px;
  width: 18px; }

.filter-date .DateRangePicker_picker__openDown {
  top: 63px; }

.filter-date .DateInput__openDown:before {
  display: none; }

/* end */

.ant-select-auto-complete.ant-xl .ant-select-selection__rendered {
  line-height: 48px; }

.ant-select-auto-complete.ant-xl .ant-input {
  padding-top: 6px;
  padding-bottom: 6px;
  height: 48px; }

.ant-xl {
  font-size: 16px; }

.ant-xl .ant-select-selection--single,
.ant-xl .ant-input,
.ant-xl.ant-input-number,
.ant-xl .ant-time-picker-input {
  height: 48px; }

.ant-xl .ant-input-number-input {
  height: 46px; }

.ant-xl .ant-select-selection__rendered,
.ant-xl .ant-input-number-input {
  line-height: 46px; }

.ant-xl .ant-select-selection--multiple {
  min-height: 48px; }

.ant-xl .ant-select-selection--multiple .ant-select-selection__rendered li {
  height: 48px;
  line-height: 48px; }

.ant-xl .ant-select-selection--multiple .ant-select-selection__clear {
  top: 20px; }

.popover-search .ant-popover-content {
  padding-top: 0px;
  margin-top: -13px;
  border: 1px solid #eaeaea;
  border-radius: 5px; }

.popover-search .ant-popover-arrow {
  display: none; }

.ant-btn.small-borderless-btn {
  padding: 0;
  border: none;
  font-size: 13px;
  color: #0eAD9E;
  background: transparent;
  box-shadow: none;
  font-weight: 600 !important; }

.ant-btn.medium-size {
  font-size: 16px;
  font-weight: 700; }

.ant-btn.small-borderless-btn.brown {
  color: #950; }

.ant-btn.small-borderless-btn.red {
  color: #d00; }

.ant-btn.small-borderless-btn.white {
  color: #FFF; }

.ant-btn.small-borderless-btn.black {
  color: #333; }

.ant-btn.small-borderless-btn:hover {
  color: #555;
  text-decoration: none; }

.ant-btn.hover-underline:hover {
  text-decoration: underline; }

.ant-btn.small-borderless-btn[disabled] {
  background: transparent;
  color: #ddd; }

.ant-btn.no-border {
  border: none; }

.ant-popover {
  z-index: 2500; }

.ant-btn.green-btn {
  border-color: #0eAD9E;
  color: #0EAD9E; }

.ant-btn.green-btn:hover {
  color: #FFF;
  background-color: #0eAD9ECC; }

.ant-btn.big-green-btn {
  /*margin-top: 30px;*/
  height: 36px;
  /*border-color: #0eAD9E;
  color: #0eAD9E;*/
  /*min-width: 350px;*/ }

.ant-btn.big-green-btn:hover {
  /*border-color: #0eAD9E;
  background-color: #0eAD9E;*/
  color: #fff; }

/* Custom Manage My Passengers View - Small Pane */

.smaller-view h3 {
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 18px;
  color: #0eAD9E; }

.smaller-view .ant-form-item-label {
  margin-top: 10px;
  line-height: 22px; }

.smaller-view .ant-form-item-label label {
  font-size: 12px;
  text-transform: capitalize; }

.smaller-view .ant-input,
.smaller-view .ant-select-selection {
  font-size: 13px; }

/* Custom Z-Index for Full Modal Box */

.ant-select-dropdown,
.ant-calendar-picker-container {
  z-index: 2500; }

.two-column-photos .ant-upload.ant-upload-drag {
  height: 200px; }

.product-list-item > .ant-row {
  border-bottom: 1px solid #dadada; }

.product-list-item > .ant-row:last-child {
  border-bottom: none; }

.ant-dropdown-menu-item {
  font-size: 14px; }

.ant-btn.selectable-btn.active,
.ant-btn.selectable-btn.active h4,
.ant-btn.selectable-btn.active h5 {
  font-weight: 700;
  color: #0eAD9E;
  margin-bottom: 0px;
  text-decoration: none;
  cursor: default; }

.ant-btn.selectable-btn.active .arrow-icon {
  color: #0eAD9E !important; }

.ant-input.inline-input {
  display: inline;
  width: 60%;
  height: auto;
  font-size: 12px;
  border: none;
  border-bottom: 1px solid #aaa;
  border-radius: 0px;
  padding: 0px 0px 0px 2px;
  margin-top: 10px;
  margin-left: 3px; }

.no-border .ant-select-selection {
  border: none; }

.no-border .ant-select-selection:focus {
  box-shadow: none;
  background-color: #0eAD9E33; }

.input-small .ant-input,
.input-small .ant-input-group-addon {
  font-size: 0.8em;
  background-color: #FFF;
  color: #333; }

.input-small.filled .ant-input-wrapper {
  /*-webkit-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 1px 0px 3px rgba(14, 173, 158, 0.3);*/
  /*-moz-box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 1px 0px 3px rgba(14, 173, 158, 0.3);*/
  /*box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 1px 0px 3px rgba(14, 173, 158, 0.3);*/ }

.input-small.filled .ant-input {
  border-color: #0eAD9E;
  color: #0eAD9E;
  font-weight: 700; }

.input-small.filled .ant-input-group-addon {
  background-color: #0eAD9E;
  border-color: #0eAD9E;
  color: #FFF; }

.input-small.highlighted .ant-input-wrapper {
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.1), 1px 0px 3px rgba(255, 28, 28, 0.3); }

.input-small.highlighted .ant-input {
  border-color: #ff1c1c; }

.input-small.highlighted .ant-input-group-addon {
  background-color: #ff1c1c;
  border-color: #ff1c1c;
  color: #FFF; }

.ant-tabs.ant-tabs-card.ant-tabs-small > .ant-tabs-bar .ant-tabs-tab {
  font-size: 13px;
  line-height: 30px;
  text-transform: capitalize; }

.ant-tabs.ant-tabs-card.ant-tabs-small > .ant-tabs-bar .ant-tabs-nav-container {
  height: 32px; }

.ant-btn-sm {
  font-size: 12px; }

.ant-divider-inner-text {
  font-size: 15px; }

.ant-divider.small {
  margin: 15px 0px; }

.date-popover {
  margin-top: -20px; }

.date-popover .ant-popover-title {
  display: none; }

.date-popover .ant-popover-inner-content {
  padding: 0px; }

.ant-badge-status-processing {
  background-color: #0ead9e; }

.normal-form .ant-form-item-label {
  text-align: left;
  line-height: 24px; }

/* Checkbox */

.ant-checkbox-checked .ant-checkbox-inner {
  background-color: #0ead9e;
  border-color: #0ead9e; }

.ant-checkbox-wrapper:hover .ant-checkbox-inner, .ant-checkbox:hover .ant-checkbox-inner, .ant-checkbox-input:focus + .ant-checkbox-inner {
  border-color: #0ead9e; }

/* Form Item */

.ant-form-item.plain-display .ant-form-item-label {
  text-align: left; }

.condensed-form .ant-form-item {
  margin-bottom: 5px; }

.condensed-form .ant-form-item.switch-item .ant-form-item-control {
  line-height: 30px; }

.ant-row.nowrap,
.ant-row-flex.nowrap {
  flex-flow: nowrap; }

.anticon.sidebar-icon {
  font-size: 22px !important; }

.ant-menu-item-selected > a, .ant-menu-item-selected > a:hover {
  color: #0ead9e; }

.vertical-center .ant-menu-item a,
.vertical-center .ant-menu-submenu-title span {
  display: flex;
  align-items: center; }

.additional-payment-tooltip .ant-tooltip-inner {
  color: #333;
  background-color: #fff; }

