/* Global */
.border-radius-0 {
  border-radius: 0px;
}
label {
  font-size: 13px;
  font-weight: bold;
}
.cursor-pointer {
  cursor: pointer;
}
.text-orange {
  color: #FF9A0F;
}
.boxes-i {
  font-size: 42px;
}

.form-control {
  height: 43px;
  padding: 0.375rem 0.75rem;
  border-radius: 0px;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: left !important;
}
.header-title-color {
  margin-bottom: 20px;
  padding: 20px 20px 15px 20px;
  background-color: #F9F8F8;
  border-bottom: #E0E0E0 1px solid;
}

.modal-title {
  width: 100%;
}
@media (min-width: 1200px) {
  .modal-header {
    position: sticky;
    top: 0;
    z-index: 1020;
    background-color: #FFFFFF;
    padding: 20px 25px;
  }
}

/* Dropdown */
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
[data-toggle="dropdown"] {
  min-width: 97px;
  border-radius: 0px;
  padding: 0.6rem 0.75rem;
}
.border-outline-warning {
  padding: 4px 4px 4px 4px;
  border: 1px solid #F1BF35;
  color: #F1BF35;
}

/* Language */
.lang-editor {
  flex: 1 1 auto;
}
.language-editor-dropdown {
  border-radius: 0px;
}

/* Chart */
.chart {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 260px;
  margin-top: 20px;
  text-align: center;
}
.chart-content .info {
  height: 243px;
  text-align: center;
  padding-top: 120px;
}

/* Loading */
#global-loader {
  position: fixed;
  z-index: 9999;
  background-color: #FFFFFF;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.loader-text {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 43%;
  left: 0;
  margin: 0 auto;
  text-align: center;
}

/* Copyright */
.copyright-text img {
  margin-top: -6px;
  margin-right: 5px;
}

/* Highlight */
.highlight {
  margin: 1rem 0 2rem;
  border: 1px solid #e1e6f1;
  border-radius: 0px;
  font-size: 0.9375rem;
  background: #edeff7;
  position: relative !important;
}
.highlight .text {
  color: #3d3f4e;
  padding: 1rem;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #edeff7;
  border-radius: 3px;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  text-shadow: 0 1px white;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Dashboard Shortcut */
.dashboardShortcutList {
	position: relative;
}
.dashboardShortcutList .dashboardShortcutListContent {
	display: inline-block;
	margin-right: 20px;
	position: relative;
}
.dashboardShortcutList .dashboardShortcutListContent a {
	padding: 15px 15px 15px 15px;
	display: block;
	background-color: #F1F5FA;
	font-weight: bold;
	color: #50649C;
	border: 1px solid #EFF2F9;
	-webkit-box-shadow: 0 2px 6px 0 rgba(182, 194, 228, 0.5);
	box-shadow: 0 2px 6px 0 rgba(182, 194, 228, 0.5);
}
.dashboardShortcutList .dashboardShortcutListContent a:hover {
	background-color: #131313;
	color: #FFFFFF;
	border: 1px solid #131313;
}
.dashboardShortcutList .dashboardShortcutListContent .dashboardShortcutDeleteWidget {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgb(206 205 205 / 70%);
	color: #FFCD00 !important;
	padding: 11px 0px 6px 0px;
	font-size: 22px;
	cursor: pointer;
	text-align: center;
	display: none;
}
.dashboardShortcutList .dashboardShortcutListContent .dashboardShortcutDeleteWidget i {
	position: relative;
	top: 2px;
	border-radius: 50%;
	border: #F1646C 1px solid;
	padding: 5px;
	color: #F1646C;
	font-weight: bold;
}
.dashboardShortcutList .dashboardShortcutListContent a .dashboardShortcutDeleteWidget:hover {
	background-color: #FFCD00;
}

/* Tasks */
.latest-tasks .tasks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 0 0 1rem 0;
}
.latest-tasks .add-delete-task {
  float: right;
  right: 40px;
  position: absolute;
  z-index: 3;
  color: #4461f6;
  display: none;
}
.tasks:hover .add-delete-task {
  display: block;
}
.latest-tasks .add-delete-task .btn.btn-link {
  padding: 9px 8px;
}
.latest-tasks .task-line:before {
  position: absolute;
  display: block;
  width: .2rem;
  top: .2rem;
  content: "";
  border-radius: .2rem;
  height: 2rem;
}
.latest-tasks .label {
  color: #031b4e;
  margin-left: 1.3rem;
  font-weight: 500;
}
.tasks .task-line.active .label {
  text-decoration: line-through;
}
.latest-tasks .view {
  margin-left: 1.3rem;
  font-size: 13px;
  color: #7987a1;
}
.latest-tasks .description {
  margin-left: 1.3rem;
  font-size: 13px;
  color: #7987a1;
  word-wrap: break-word;
}
.latest-tasks .task-line.primary:before {
  background: linear-gradient(45deg, #3858f9, #8e79fd);
}
.latest-tasks .task-line.pink:before {
  background: linear-gradient(45deg, #f10075 0%, #fd5d93 74%);
}
.latest-tasks .task-line.success:before {
  background: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
}
.latest-tasks .task-line.teal:before {
  background: linear-gradient(45deg, #00cccc 0%, #6aefef 100%);
}
.latest-tasks .task-line.warning:before {
  background: linear-gradient(45deg, #ff5858 0%, #f09819 100%);
}
.latest-tasks .task-line.orange:before {
  background: #fd7e14;
}
.latest-tasks .task-line.info:before {
  background: linear-gradient(45deg, #17a2b8 0%, #4dc8dc 74%);
}
.latest-tasks .task-line.purple:before {
  background: linear-gradient(45deg, #7f53ac 0%, #647dee 74%);
}
.latest-tasks .task-line.danger:before {
  background: linear-gradient(45deg, #f53c5b, #fb768c);
}

/* Accordion */
#accordionParent, .accordion {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #E0E0E0 2px solid;
}
#accordionParent .card, .accordion .card {
  border-radius: 0px !important;
}
#accordionParent .card .card-header, .accordion .card .card-header {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}
#accordionParent .card .card-header button:before, .accordion .card .card-header button:before {
  font-family: 'themify';
  content: "\e64b";
  float: right;
  transition: all 0.5s;
}
#accordionParent .card .card-header button:not(.collapsed):before, .accordion .card .card-header button:not(.collapsed):before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* Select2 */
.select2-results__option {
  border-radius: 0;
  margin-bottom: 1px;
  font-size: 13px;
}
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border-color: #ced4da;
  border-radius: 3px;
  height: 43px;
  outline: none;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #817ba7;
  line-height: 44px;
  padding-left: 0.75rem;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #7987a1;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 30px;
  height: 43px;
  line-height: calc(1.5em + 0.75rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: -3px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border-color: #ced4da;
  border-radius: 0;
  min-height: 43px;
  outline: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 4px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  position: relative;
  margin-top: 5px;
  margin-right: 4px;
  padding: 3px 10px 3px 20px;
  border-color: transparent;
  border-radius: 0;
  background-color: #3858f9;
  color: #fff;
  line-height: 1.45;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  opacity: .5;
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 7px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #ced4da;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ced4da;
  border-radius: 0;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: white;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #3858f9;
}
.select2-container--default .select2-results > .select2-results__options {
  margin: 4px;
}
.select2-container--default .select2-search--inline .select2-search__field {
  margin-top: 7px;
  line-height: 26px;
  padding-left: 7px;
  opacity: 1;
}
.select2-container--default.select2-container--disabled .select2-selection__choice {
  padding-left: 10px;
  background-color: #9c96c1;
}
.select2-container--default.select2-container--disabled .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2-container--open .select2-selection--single, .select2-container--open .select2-selection--multiple {
  background-color: #fff;
  border-color: #ced4da;
}
.select2-container--open .select2-dropdown--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  top: 0;
}
.select2-dropdown {
  border-color: #ced4da;
}
.select2-search--dropdown {
  padding-bottom: 0;
}
.select2-results__option {
  padding: 6px 10px;
  font-size: 0.875rem;
}

/* Toggle Switch */
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 57px;
  height: 30px;
  pointer-events: all;
  border-radius: 1.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 1px);
  left: calc(-2.25rem + 3px);
  width: 26px;
  height: 26px;
  background-color: #adb5bd;
  border-radius: 1.5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
}
.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(1.65rem);
  transform: translateX(1.65rem);
}
.custom-switch.switch-primary .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #4d79f6;
	background-color: #4d79f6;
}
.custom-switch.switch-primary .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(77, 121, 246, 0.25);
	box-shadow: 0 0 0 0.11px rgba(77, 121, 246, 0.25);
}
.custom-switch.switch-primary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-secondary .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #4ac7ec;
	background-color: #4ac7ec;
}
.custom-switch.switch-secondary .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(74, 199, 236, 0.25);
	box-shadow: 0 0 0 0.11px rgba(74, 199, 236, 0.25);
}
.custom-switch.switch-secondary .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-success .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #1ecab8;
	background-color: #1ecab8;
}
.custom-switch.switch-success .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(30, 202, 184, 0.25);
	box-shadow: 0 0 0 0.11px rgba(30, 202, 184, 0.25);
}
.custom-switch.switch-success .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-warning .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #f3c74d;
	background-color: #f3c74d;
}
.custom-switch.switch-warning .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(243, 199, 77, 0.25);
	box-shadow: 0 0 0 0.11px rgba(243, 199, 77, 0.25);
}
.custom-switch.switch-warning .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-info .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #9ba7ca;
	background-color: #9ba7ca;
}
.custom-switch.switch-info .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(155, 167, 202, 0.25);
	box-shadow: 0 0 0 0.11px rgba(155, 167, 202, 0.25);
}
.custom-switch.switch-info .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-danger .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #f1646c;
	background-color: #f1646c;
}
.custom-switch.switch-danger .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(241, 100, 108, 0.25);
	box-shadow: 0 0 0 0.11px rgba(241, 100, 108, 0.25);
}
.custom-switch.switch-danger .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-dark .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #2f4686;
	background-color: #2f4686;
}
.custom-switch.switch-dark .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(47, 70, 134, 0.25);
	box-shadow: 0 0 0 0.11px rgba(47, 70, 134, 0.25);
}
.custom-switch.switch-dark .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-purple .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #7551e9;
	background-color: #7551e9;
}
.custom-switch.switch-purple .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(117, 81, 233, 0.25);
	box-shadow: 0 0 0 0.11px rgba(117, 81, 233, 0.25);
}
.custom-switch.switch-purple .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-pink .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #ff5da0;
	background-color: #ff5da0;
}
.custom-switch.switch-pink .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(255, 93, 160, 0.25);
	box-shadow: 0 0 0 0.11px rgba(255, 93, 160, 0.25);
}
.custom-switch.switch-pink .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}
.custom-switch.switch-blue .custom-control-input:checked ~ .custom-control-label::before {
	color: #ffffff;
	border-color: #2b55cc;
	background-color: #2b55cc;
}
.custom-switch.switch-blue .custom-control-input:focus ~ .custom-control-label::before {
	-webkit-box-shadow: 0 0 0 0.11px rgba(43, 85, 204, 0.25);
	box-shadow: 0 0 0 0.11px rgba(43, 85, 204, 0.25);
}
.custom-switch.switch-blue .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: rgba(137, 151, 189, 0.7);
}

/* Integration */
.integration {
  display: block;
  color: #2D3144;
  padding: 10px 10px 10px 10px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  text-align: center;
}
.integration:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15);
}
.integration img {
  width: 100%;
}
.integration span.title {
  display: block;
  font-weight: bold;
  margin: 10px 0px 13px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: #E0E0E0 1px solid;
}
.integration span.action {
  display: block;
  font-weight: bold;
  color: #0BA360;
  margin: 10px 0px 13px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: #E0E0E0 1px solid;
}
.integration .status {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  flex-direction: column;
}
.integration .status i {
  font-size: 20px;
  margin-bottom: 0px;
}

/* Product Types */
.product-types {
  display: block;
  color: #2D3144;
  padding: 30px 10px 30px 10px;
  border-radius: 10px;
  position: relative;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  text-align: center;
}
.product-types:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15);
}
.product-types i {
  display: block;
  margin-bottom: 15px;
  font-size: 50px;
}
.product-types span.title {
  display: block;
  font-weight: bold;
  margin: 10px 0px 13px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: #E0E0E0 1px solid;
}
.product-types span.action {
  display: block;
  font-weight: bold;
  color: #0BA360;
  margin: 10px 0px 13px 0px;
  padding: 0px 0px 10px 0px;
  border-bottom: #E0E0E0 1px solid;
}
.product-types .status {
  position: absolute;
  z-index: 1;
  top: 5px;
  right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  flex-direction: column;
}
.product-types .status i {
  font-size: 20px;
  margin-bottom: 0px;
}

/* Fine Uploader */
#showcase-picture-grid .thumbnail {
  display: block;
  padding: 4px 4px 4px 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  -webkit-transition: border .2s ease-in-out;
  -o-transition: border .2s ease-in-out;
  transition: border .2s ease-in-out;
}
#showcase-picture-grid .thumbnail .caption {
  padding: 10px 5px 10px 5px;
  color: #333333;
}
#showcase-picture-grid .showcase-picture-item .badge {
  position: absolute;
  top: -15px;
  right: 0px;
  cursor: pointer;
  border-radius: 0px;
  padding: 10px 10px 10px 10px;
  font-size: 13px;
  border-radius: 3px;
}
#showcase-picture-grid .showcase-picture-item .badge:hover {
  background-color: #000000;
}
#showcase-picture-grid .gallery-item img {
  max-width: 100%;
  cursor: move;
}

/* Steps Bar */
.horizontal-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.horizontal-steps:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: .2em;
  background-color: #e3eaef;
}
.horizontal-steps .process-line {
  display: block;
  position: absolute;
  width: 50%;
  height: .2em;
  background-color: #727cf5;
}
.horizontal-steps .horizontal-steps-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.horizontal-steps .horizontal-steps-content .step-item {
  display: block;
  position: relative;
  bottom: calc(100% + 1em);
  height: 8px;
  width: 8px;
  margin: 0 2em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  color: #727cf5;
  background-color: currentColor;
  border: .25em solid #fafbfe;
  border-radius: 50%;
  z-index: 1;
}
.horizontal-steps .horizontal-steps-content .step-item:first-child {
  margin-left: 0px;
}
.horizontal-steps .horizontal-steps-content .step-item:last-child {
  margin-right: 0px;
  color: #0acf97;
}
.horizontal-steps .horizontal-steps-content .step-item span {
  position: absolute;
  top: calc(100% + 1em);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  color: #adb5bd;
}
.horizontal-steps .horizontal-steps-content .step-item.current:before {
  content: '';
  display: block;
  position: absolute;
  top: 54%;
  left: 48%;
  padding: 1em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  z-index: -1;
  -webkit-animation-name: animation-steps-current;
  animation-name: animation-steps-current;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.horizontal-steps .horizontal-steps-content .step-item.current span {
  color: #727cf5;
}
@-webkit-keyframes animation-steps-current {
  from {
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 0;
  }
}
@keyframes animation-steps-current {
  from {
    -webkit-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 0;
  }
}
@media (max-width:767.98px) {
  .horizontal-steps .horizontal-steps-content .step-item span{white-space:inherit}
}

/* Product Header */
.product-header .product-header__item {
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
  border-right: #E0E0E0 1px solid;
}
.product-header .product-header__item:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: transparent 1px solid;
}
.product-header .product-header__item i {
  font-size: 40px;
  color: #727cf5;
}
.product-header .product-header__item .product-header__content {
  display: inline-block;
  margin-left: 10px;
}
.product-header .product-header__item .product-header__content .product-header__title {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}

/* Product Result */
.product-result {
  margin-top: 40px;
  text-align: center;
}
.product-result svg {
  width: 100px;
  min-width: 100px;
  min-height: 100px;
  fill: #22BA26;
}
.product-result h1 {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  margin-top: 15px;
  margin-bottom: 10px;
}
.product-result h2 {
  font-size: 15px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}
.product-result p {
  margin-bottom: 0px;
}
.product-result h3 {
  font-size: 22px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 10px;
}
.product-result h4 {
  font-size: 15px;
  font-weight: bold;
  color: #7C7C7C;
  margin-bottom: 10px;
}

/* Product Detail (Tours) */
.product-detail-tours #tab1 .row {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #E0E0E0 1px solid;
}
.product-detail-tours #tab1 .row:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.product-detail-tours #tab1 h4 {
  font-size: 19px;
  font-weight: bold;
  color: #FFC83A;
  margin-bottom: 10px;
}
.product-detail-tours #tab1 h5 {
  font-size: 11px;
  font-weight: 600;
  color: #30394F;
  line-height: 16px;
  margin-bottom: 10px;
}
.product-detail-tours #tab1 .date {
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  text-decoration: underline;
}
.product-detail-tours #tab1 p {
  font-size: 13px;
  line-height: 22px;
  text-align: justify;
  margin: 0px;
}

.product-detail-tours #tab2 .table-striped {
  margin-top: 10px;
  margin-bottom: 30px;
}
.product-detail-tours #tab2 .table-striped tbody tr:nth-of-type(odd) {
  background: none;
  min-width: auto;
  text-align: left;
}
.product-detail-tours #tab2 .table-striped thead tr th {
  background-color: #EFEFEF;
  border: 1px solid #DDDDDD;
  padding: 9px 20px 10px 20px;
  min-width: 150px;
  text-align: center;
  font-weight: bold;
  line-height: 39px;
}
.product-detail-tours #tab2 .table-striped thead tr th span {
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.product-detail-tours #tab2 .table-striped thead tr th.different {
  background-color: #E1F2FF;
  color: #0065B8;
}
.product-detail-tours #tab2 .table-striped tbody tr td.sold-out {
  background-color: #FF0000;
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  padding: 7px 0px 5px 0px;
}
.product-detail-tours #tab2 .table-striped tbody tr td {
  padding: 18px 20px 15px 20px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
}
.product-detail-tours #tab2 .table-striped tbody tr td:first-child {
  border-left: 1px solid #DDDDDD;
}
.product-detail-tours #tab2 .table-striped tbody tr td .content {
  display: table;
  width: 100%;
  height: 53px;
  margin: 0px;
  padding: 0px;
}
.product-detail-tours #tab2 .table-striped tbody tr td .content .date-price {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.product-detail-tours #tab2 .table-striped tbody tr td.different {
  background-color: #F7FBFF;
}

.product-detail-tours #tab3 .flight-col {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: #E0E0E0 1px solid;
}
.product-detail-tours #tab3 .flight-col:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: transparent 1px solid;
}
.product-detail-tours #tab3 .flight-col .ucus-no {
	display: block;
	margin-top: 5px;
	font-size: 11px;
}
.product-detail-tours #tab3 .flight-col .ucus-saat {
	display: block;
	font-size: 14px;
	font-weight: bold;
}
.product-detail-tours #tab3 .flight-col .ucus-bilgi {
	display: block;
	font-size: 11px;
}
.product-detail-tours #tab3 .flight-col .ucus-title {
	font-weight: bold;
	margin-bottom: 7px;
}
.product-detail-tours #tab3 .flight-col .col-md-6 {
	text-align: center;
}
.product-detail-tours #tab3 .flight-col .col-md-6.line:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #878787;
	top: 50%;
	left: 0px;
	margin-top: -1px;
}
.product-detail-tours #tab3 .flight-col.transfer {
	margin-top: 10px;
	background-color: #F8F7F7;
	padding: 20px 0px 20px 0px;
}

.product-detail-tours #tab4 .hotel {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: #E0E0E0 1px solid;
}
.product-detail-tours #tab4 .hotel:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: transparent 1px solid;
}
.product-detail-tours #tab4 .hotel .col-9 h2 {
  margin-bottom: 10px;
  font-size: 16px;
}
.product-detail-tours #tab4 .hotel .col-9 h3 {
  margin-bottom: 0px;
  font-size: 14px;
}
.product-detail-tours #tab4 .hotel .col-9 ul {
  margin-top: 20px;
  margin-left: -20px;
  margin-bottom: 0px;
}
.product-detail-tours #tab4 .hotel .col-9 ul li {
  margin-bottom: 10px;
  font-size: 13px;
}
.product-detail-tours #tab4 .hotel .col-9 ul li:last-child {
  margin-bottom: 0px;
}
.product-detail-tours #tab4 .hotel .col-3 {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}

.product-detail-tours #tab5 .extra-products {
  width: 100%;
  margin: 0px 0px 30px 0px;
  border-bottom: #E0E0E0 3px solid;
}
.product-detail-tours #tab5 > h4 {
  font-size: 17px;
  font-weight: bold;
}

.product-detail-tours #tab6 .description {
  width: 100%;
  background-color: #F6F9FE;
  margin: 0px 0px 30px 0px;
  padding: 20px 20px 20px 20px;
  border: #E0E0E0 1px solid;
}
.product-detail-tours #tab6 .description:last-child {
  margin: 0px;
}
.product-detail-tours #tab6 .description ul {
  list-style: none;
  margin-left: -40px;
  margin-bottom: 0px;
}
.product-detail-tours #tab6 .description ul li {
  position: relative;
  margin-bottom: 7px;
  padding-left: 20px;
  font-size: 12px;
}
.product-detail-tours #tab6 .description ul li:last-child {
  margin-bottom: 0px;
}
.product-detail-tours #tab6 .description ul li:before, .product-detail-tours #tab6 .description ul li:before {
  border-left-color: #FFC839;
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0px;
  border-style: solid;
  border-width: 0.28125rem 0 0.28125rem 0.5rem;
  color: transparent;
}

/* Overlay Title */
.overlay-area {
	overflow: hidden;
}
.overlay-area .overlay-title {
	width: 100%;
	margin: 0px 0px 20px 0px;
	border-bottom: #E0E0E0 1px solid;
	padding: 0px 0px 20px 0px;
	overflow: hidden;
}
.overlay-area .overlay-title .number {
	float: left;
	border-radius: 50%;
	border: #30394F 2px solid;
	font-size: 25px;
	font-weight: bold;
	color: #30394F;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.overlay-area .overlay-title .number-text {
  font-size: 17px;
	font-weight: bold;
  color: #3051d3;
	margin-bottom: 3px;
}
.overlay-area .overlay-title .number-sub-text {
	font-size: 12px;
}
.overlay-area .overlay-content {
	width: 100%;
	position: relative;
}
.overlay-area .overlay-content a.disabled {
	pointer-events: none;
	cursor: default;
}
.overlay-area .overlay-content .overlay-disabled {
	width: 100%;
	height: 100%;
	background: rgba(248, 247, 247, 0.7);
	text-align: center;
	position: absolute;
	z-index: 4;
}
.overlay-area .overlay-content .overlay-disabled:before {
	content: 'X';
	font-size: 200px;
	opacity: 0.05;
}
.overlay-area .overlay-content .rooms {
  padding: 20px 20px 20px 20px;
  border: #E0E0E0 1px solid;
}
.overlay-area .overlay-content .rooms .room-clone-body {
  margin-bottom: 30px;
}
.overlay-area .overlay-content .rooms h5 {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 15px 10px 11px 10px;
	border-bottom: #F3F2F2 1px solid;
	font-size: 14px;
	background-color: #FBFAFA;
}
.overlay-area .overlay-content .rooms p {
  width: 100%;
  font-size: 11px;
  margin-top: 5px;
  text-align: center;
  margin-bottom: 0px;
}
.overlay-area .overlay-content .rooms .room-btn-option {
	text-align: right;
	margin-top: 27px;
}
.overlay-area .overlay-content .hotel-lists .hotel-content {
	border-bottom: #E0E0E0 1px solid;
	padding-top: 15px;
	padding-bottom: 15px;
}
.overlay-area .overlay-content .hotel-lists .hotel-content:first-child {
	padding-top: 0px;
	padding-bottom: 15px;
}
.overlay-area .overlay-content .hotel-lists .hotel-content:last-child {
	border-bottom: transparent 1px solid;
	padding-top: 15px;
	padding-bottom: 0px;
}
.overlay-area .overlay-content .hotel-lists .hotel-content .col-3 {
	font-weight: bold;
}
.overlay-area .overlay-content .reservation-pricing-table .title {
  width: 100%;
  height: 100%;
  display: table;
}
.overlay-area .overlay-content .reservation-pricing-table .title .title-content {
  display: table-cell;
  vertical-align: middle;
}
.overlay-area .overlay-content .reservation-pricing-table .line:last-child {
  border: 0px;
}
.overlay-area .overlay-content .reservation-pricing-table .line {
  border-bottom: #DEE2E6 2px solid;
}
.overlay-area .overlay-content .reservation-pricing-table .table {
  margin-bottom: 0px;
}
.overlay-area .overlay-content .reservation-pricing-table .table tr {
  border-bottom: #DEE2E6 1px solid;
}
.overlay-area .overlay-content .reservation-pricing-table .table td, .overlay-area .overlay-content .reservation-pricing-table .table th {
  padding: 15px 0px 10px 0px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle;
}
.overlay-area .overlay-content .reservation-pricing-table .table td {
  font-weight: 600;
}
.overlay-area .overlay-content .reservation-pricing-table .table td span {
  display: block;
  font-size: 11px;
  font-weight: normal;
}
.overlay-area .overlay-content .reservation-pricing {
  padding: 20px 20px 20px 20px;
}
.overlay-area .overlay-content .reservation-pricing-table {
  margin-bottom: 20px;
}
.overlay-area .overlay-content .reservation-pricing-total h4 {
  font-size: 18px;
  font-weight: bold;
  color: #FFC839;
}
.overlay-area .overlay-content .reservation-pricing-total span.total {
  font-size: 18px;
  font-weight: bold;
  color: #FFC839;
}
.overlay-area .overlay-content .reservation-pricing-total span.total-exchange {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.overlay-area .overlay-content .reservation-pricing-total span.one-exchange {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

/* Reservation Checkout */
.checkout .sidebar img {
	width: 100%;
}
.checkout .sidebar .card h3 {
	font-size: 17px;
	font-weight: 600;
	color: #747474;
	margin-bottom: 5px;
}
.checkout .sidebar .card p {
	color: #747474;
	font-size: 13px;
	margin: 0px;
}
.checkout .sidebar .card p.extra {
  margin-left: 15px;
}
.checkout .sidebar .card .line {
	border-bottom: #E0E0E0 1px solid;
	padding: 7px 0px 7px 0px;
}
.checkout .sidebar .card .line2 {
	border-top: #E0E0E0 1px solid;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
.checkout .sidebar .card .line:first-child {
	border-top: transparent 1px solid;
	padding: 0px 0px 13px 0px;
}
.checkout .sidebar .card .date {
	color: #747474;
	line-height: 19px;
}
.checkout .sidebar .card .date.icon:after {
	font-family: 'icomoon';
	content: "\e924";
	position: absolute;
	top: 12px;
	right: -21px;
	font-size: 39px;
	font-weight: normal;
}
.checkout .sidebar .card .date span {
	display: block;
	color: #747474;
	font-weight: bold;
}
.checkout .sidebar .reservation-pricing-title {
	font-size: 17px;
	background-color: #30394F;
	color: #FFFFFF;
	padding: 20px 20px 20px 20px;
}
.checkout .sidebar .card .reservation-pricing {
  margin-bottom: 10px;
}
.checkout .sidebar .card .reservation-pricing .room-title {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: #E0E0E0 1px solid;
}
.checkout .sidebar .card .reservation-pricing .product-name {
	font-size: 12px;
	font-weight: 300;
	text-align: left;
	margin-top: 7px;
	color: #747474;
}
.checkout .sidebar .card .reservation-pricing .price, .checkout .sidebar .card .general-total .price {
	font-size: 14px;
	font-weight: bold;
	color: #FFC83A;
	text-align: right;
}
.checkout .sidebar .card .general-total .price {
  font-size: 18px;
  font-weight: bold;
}
.checkout .sidebar .card .reservation-pricing .price-exchange, .checkout .sidebar .card .general-total .price-exchange {
	font-size: 11px;
	font-weight: 600;
	text-align: right;
}
.checkout .sidebar .card .general-total .price-exchange {
	font-size: 18px;
  font-weight: bold;
}
.checkout .sidebar .card .general-total .total {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	margin-top: 7px;
	color: #747474;
}
.checkout .sidebar .card .extra-pricing-table {
  display: none;
  margin-bottom: 10px;
}
.checkout .sidebar .card .extra-title {
  font-size: 13px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: #E0E0E0 1px solid;
}
.checkout .sidebar .card .extra-pricing-table .col-lg-8:nth-child(1) {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  margin-top: 7px;
  color: #747474;
}
.checkout .sidebar .card .extra-pricing-table .col-lg-4 span:nth-child(1) {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #FFC83A;
  text-align: right;
}
.checkout .sidebar .card .col-lg-4 span:nth-child(2) {
  display: block;
  font-size: 11px;
  font-weight: 600;
  text-align: right;
}
.checkout .checkout-link {
  font-size: 13px;
}
.checkout .checkout-link ul {
  margin-left: -20px;
}
.checkout .checkout-link ul li a {
  text-decoration: underline !important;
}
.checkout .guest-information {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #E0E0E0 1px solid;
}
.checkout .guest-information.last {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: transparent 1px solid;
}
.checkout .guest-information .guest-information-form {
  margin-bottom: 30px;
  padding: 20px 20px 20px 20px;
  background-color: #FCFCFCF7;
  border: #EFEFEF 1px solid;
}
.checkout .guest-information .guest-information-form:last-child {
  margin-bottom: 0px;
}
.checkout .stepsForm .form-wizard h4 {
  font-size: 20px;
  font-weight: 300;
  color: #30394F;
  line-height: 26px;
  width: 100%;
  margin-top: 30px;
  border-bottom: #E0E0E0 3px solid;
  padding-bottom: 13px;
  margin-bottom: 15px;
}
.checkout .stepsForm .form-wizard h5 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.extra-datas {
	background-color: #F8FAF2;
	padding: 8px 10px 8px 10px;
	border-left: #D4D5CA 3px solid;
	margin-bottom: 15px;
	line-height: 23px;
}
.extra-datas:last-child {
  margin-bottom: 0px;
}
.extra-datas strong {
	font-size: 13px;
	font-weight: bold;
}
.extra-datas input[type="checkbox"] + label::before {
	top: 18px;
}
.extra-datas .extra-datas-content {
	display: inline-block;
}
.extra-datas .extra-datas-content .extra-datas-price {
	font-size: 20px;
	font-weight: bold;
	color: #FFC83A;
}
.extra-datas input[type="checkbox"]:checked + label span {
	color: #FFC83A;
}

.checkout .stepsForm .form-wizard h6 {
  color: #f06543;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}
.checkout .stepsForm .invoice {
	display: none;
}
.checkout .stepsForm .invoice .invoice-type {
	margin-top: 20px;
  margin-bottom: 20px;
}
.checkout .stepsForm .invoice .invoice-type .col-md-2 {
  margin-bottom: 10px;
	font-size: 13px;
}
.checkout .radio {
	position: relative;
	cursor: pointer;
	line-height: 24px;
  margin-right: 15px;
  margin-bottom: 0px;
}
.checkout .radio:last-child {
  margin-right: 0px;
}
.checkout .radio .label {
	position: relative;
	display: block;
	float: left;
	margin-right: 10px;
	width: 23px;
	height: 23px;
	border: 2px solid #FFC83A;
	border-radius: 100%;
	-webkit-tap-highlight-color: transparent;
}
.checkout .radio .label:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 3.5px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background-color: #FFC83A;
	transform: scale(0);
	transition: all 0.2s ease;
	opacity: 0.08;
	pointer-events: none;
}
.checkout input[type="radio"]:checked + .label {
	border-color: #FFC83A;
}
.checkout input[type="radio"]:checked + .label:after {
	transform: scale(1);
	transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
	opacity: 1;
}

.checkout .stepsForm .invoice .invoice-institutional {
	display: none;
}
.note {
  margin-top: 5px;
  font-size: 12px;
}
.note span {
  font-weight: bold;
}
.checkout .methods {
	margin-bottom: 20px;
}
.checkout .methods:last-child {
	margin-bottom: 0px;
}
.checkout .methods .method-item {
	display: block;
	border: 1px solid #D3D3D3;
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	margin-right: 0px;
	margin-bottom: 10px;
	padding: 17px 20px 13px 20px;
	max-width: 100%;
	cursor: pointer;
}
.checkout .methods .method-item.active {
  pointer-events: none;
}
.checkout .methods .method-item.disabled {
  background-color: #F7F7F7;
}
.checkout .methods .method-item.disabled .input-radio input + span {
  background-color: #EFEFEF;
}
.checkout .methods .method-input {
	float: left;
	margin-right: 15px;
}
.checkout .methods .method-input label {
	display: block;
}
.checkout .methods .method-input input[type="radio"] + label::before {
	left: 20px;
}
.checkout .methods .input-radio input + span {
	width: 24px;
	height: 24px;
	min-width: 24px;
	border-color: #D3D3D3 !important;
}
.checkout .methods .input-radio input:checked + span {
	background-color: #FFCD00;
	border-color: #FFCD00 !important;
}
.checkout .methods .input-radio input:checked + span svg {
	width: 29px;
	height: 29px;
	min-width: 29px;
	fill: #141414;
}
.checkout .methods .bank-account .col-2 .input-radio input:checked + span {
	background-color: #FF6000;
	border-color: #FF6000 !important;
}
.checkout .methods .bank-account .col-2 .input-radio input:checked + span svg {
	fill: #FFFFFF;
}
.checkout .methods .method-name {
	float: left;
}
.checkout .methods .method-name span {
	font-weight: 700;
	font-size: 14px;
	color: #131313;
	display: block;
	padding-top: 2px;
}
.checkout .methods .limitation-alert {
  color: #FF0000;
}
.checkout .methods .payment-type-content {
	display: none;
	margin-top: 20px;
}
.checkout .methods .payment-type-content .credit-card-form span {
	display: block;
	padding-bottom: 5px;
}
.checkout .methods .payment-type-content .credit-card-form .cvc_note {
	position: absolute;
	top: -2px;
	right: 0px;
}
.checkout .methods .payment-type-content .credit-card-form .cvc_note svg {
	fill: #858585;
}
.checkout .methods .method-type-content {
	display: none;
	margin-top: 20px;
}
.checkout .methods .method-type-content .credit-card-form .cvc_note {
	position: absolute;
	top: -2px;
	right: 5px;
}
.checkout .methods .method-type-content .credit-card-form .cvc_note svg {
	fill: #858585;
}
.checkout .methods .method-type-content .credit-card-form #cardType {
  display: none;
  position: absolute;
  top: 31px;
  right: 8px;
}
.checkout .methods .method-type-content .credit-card-form .installment-body {
  width: 100%;
}
.checkout .methods .method-type-content .credit-card-form .installment-body .installment-box {
  height: 100%;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  border: #EEEEEE 1px solid;
  background-color: #FAFAFA;
  padding: 20px 40px 20px 40px;
  text-align: center;
}
.checkout .methods .method-type-content .credit-card-form .installment-body .installment-box .content {
  margin: 0px !important;
  padding: 0px !important;
  text-align: left;
}
.checkout .methods .method-type-content .credit-card-form .installment-body .installment-box .content svg {
  width: 70px;
  min-width: 70px;
  min-height: 20px;
}
.checkout .methods .method-type-content .credit-card-form .installment-body .installment-box .installment-alert, .checkout-loading-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  min-height: 178px;
  font-size: 14px;
}
.checkout-loading-content svg {
  width: 20px;
  min-width: 20px;
  min-height: 20px;
}
.checkout .methods .method-type-content .credit-card-form .installment-body .installment-box thead th {
  background-color: #FFFFFF;
  font-weight: bold;
}
.checkout .methods .method-type-content .credit-card-form .installment-body .installment-box tbody tr .input-radio input + span {
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-left: -20px;
}
.checkout .methods .method-type-content .credit-card-form .installment-body .installment-box tbody tr .input-radio input:checked + span svg {
  width: 21px;
  height: 21px;
  min-width: 21px;
}
.checkout .methods .method-type-content .credit-card-form .installment-body .installment-box tbody tr span {
  padding-bottom: 0px;
}
.checkout .methods .method-type-content .credit-card-form .installment-body .installment-box tbody tr:hover {
  background-color: #FFFFFF;
}
.checkout input[type="checkbox"] {
  display: none;
}
.checkout input[type="checkbox"] + label {
  margin: 0px;
  display: flex;
  align-items: center;
  height: 100%;
}
.checkout input[type="checkbox"] + label::before {
	border: 2px solid #E0E0E0;
	content: "";
	display: inline-block;
	font: normal normal normal 24px/1 "Material Design Icons";
	font-size: 14px;
	font-weight: 400;
	height: 21px;
	left: 0px;
	line-height: 18px;
	margin-right: 10px;
	position: relative;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	width: 20px;
	background-color: #FFFFFF;
	float: left;
}
.checkout input[type="checkbox"]:checked + label::before {
	content: "\F12C";
	border: 2px solid #30394F;
	background-color: #30394F;
	color: #FFFFFF;
}
.checkout .stepsForm label.input-error {
  background: none;
  border: 1px solid transparent;
}
.checkout .stepsForm label.input-error::before {
  border: 2px solid #F53543;
}

.visa-pricing {
  position: relative;
  z-index: 1;
}
.visa-pricing ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.visa-pricing ul li {
  padding: 15px 0px 15px 0px;
  font-size: 13px;
  border-bottom: #E7E7E7 1px solid;
}
.visa-pricing ul li:first-child {
  padding: 0px 0px 15px 0px;
}
.visa-pricing ul li .title {
  margin-bottom: 5px;
  font-weight: bold;
}
.visa-pricing ul li i {
  margin-right: 5px;
}
.visa-pricing ul li .visa-pricing-data {
  display: flex;
}
.visa-pricing ul li .visa-pricing-data div:last-child {
  margin-left: auto;
  font-size: 15px;
  font-weight: bold;
}
.visa-pricing ul li .visa-pricing-total {
  display: flex;
}
.visa-pricing ul li .visa-pricing-total div:first-child {
  width: 100%;
  font-weight: bold;
}
.visa-pricing ul li .visa-pricing-total div:last-child {
  width: 100%;
  display: flex;
  justify-content: end;
  font-size: 19px;
  font-weight: bold;
  color: #DF1F26;
}

.visa-pricing .visa-pricing-loading {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background: rgba(255,255,255,.9);
}
.visa-pricing .visa-pricing-loading .spinner-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bank-account .bank-account-name {
  font-weight: bold;
}
.bank-account .bank-account-other {
  font-size: 13px;
}
.bank-account .bank-account-other span:after {
  content: '-';
  padding-left: 5px;
  padding-right: 5px;
}
.bank-account .bank-account-other span:last-child:after {
  content: '';
  padding-left: 0px;
  padding-right: 0px;
}
.bank-account .bank-account-iban {
  font-size: 13px;
}
.bank-account .bank-account-iban span {
  font-weight: bold;
}

.room-bed-type {
	background-color: #E9F0FA;
	padding: 10px 15px 10px 15px;
}
.room-bed-type h5 {
	color: #646872 !important;
	font-size: 13px !important;
	font-weight: bold !important;
}
.room-bed-type img {
  margin-left: 15px;
}

/* Irregular Plane Reservations */
.change-ports {
  background-color: #000000;
  position: absolute;
  top: 35px;
  left: -13px;
  padding: 2px 3px 4px 3px;
  border-radius: 50%;
}
.irregular-plane #KuralsizEkstraHizmet input[type=text], .irregular-plane #KuralsizEkstraHizmet select, .irregular-plane .EkstraHizmetContent input[type=text], .irregular-plane .EkstraHizmetContent select {
  height: calc(1.9rem + 2px) !important;
  padding: .30rem .5rem;
}
.irregular-plane .irregular-plane-invoice .irregular-plane-invoice-box, .irregular-hotel .irregular-hotel-invoice .irregular-hotel-invoice-box, .irregular-bus .irregular-bus-invoice .irregular-bus-invoice-box, .irregular-extra .irregular-extra-invoice .irregular-extra-invoice-box {
  background-color: #FAFAFA;
  border: #E0E0E0 1px solid;
}
.irregular-plane .irregular-plane-invoice .irregular-plane-invoice-box h4, .irregular-hotel .irregular-hotel-invoice .irregular-hotel-invoice-box h4, .irregular-bus .irregular-bus-invoice .irregular-bus-invoice-box h4, .irregular-extra .irregular-extra-invoice .irregular-extra-invoice-box h4 {
  border-bottom: #E0E0E0 1px solid;
  padding: 0px 0px 20px 0px;
  font-size: 17px;
  font-weight: bold;
}
.irregular-plane .irregular-plane-invoice .irregular-plane-invoice-box .invoice .invoice-institutional, .irregular-hotel .irregular-hotel-invoice .irregular-hotel-invoice-box .invoice .invoice-institutional, .irregular-bus .irregular-bus-invoice .irregular-bus-invoice-box .invoice .invoice-institutional, .irregular-extra .irregular-extra-invoice .irregular-extra-invoice-box .invoice .invoice-institutional {
  display: none;
}
.irregular-plane .irregular-plane-invoice .irregular-plane-invoice-box .invoice .radio, .irregular-hotel .irregular-hotel-invoice .irregular-hotel-invoice-box .invoice .radio, .irregular-bus .irregular-bus-invoice .irregular-bus-invoice-box .invoice .radio, .irregular-extra .irregular-extra-invoice .irregular-extra-invoice-box .invoice .radio {
  position: relative;
  cursor: pointer;
  line-height: 24px;
  margin-right: 15px;
  margin-bottom: 0px;
}
.irregular-plane .irregular-plane-invoice .irregular-plane-invoice-box .invoice .radio:last-child, .irregular-hotel .irregular-hotel-invoice .irregular-hotel-invoice-box .invoice .radio:last-child, .irregular-bus .irregular-bus-invoice .irregular-bus-invoice-box .invoice .radio:last-child, .irregular-extra .irregular-extra-invoice .irregular-extra-invoice-box .invoice .radio:last-child {
  margin-right: 0px;
}
.irregular-plane .irregular-plane-invoice .irregular-plane-invoice-box .invoice .radio .label, .irregular-hotel .irregular-hotel-invoice .irregular-hotel-invoice-box .invoice .radio .label, .irregular-bus .irregular-bus-invoice .irregular-bus-invoice-box .invoice .radio .label, .irregular-extra .irregular-extra-invoice .irregular-extra-invoice-box .invoice .radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 23px;
  height: 23px;
  border: 2px solid #FFC83A;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent;
}
.irregular-plane .irregular-plane-invoice .irregular-plane-invoice-box .invoice .radio .label:after, .irregular-hotel .irregular-hotel-invoice .irregular-hotel-invoice-box .invoice .radio .label:after, .irregular-bus .irregular-bus-invoice .irregular-bus-invoice-box .invoice .radio .label:after, .irregular-extra .irregular-extra-invoice .irregular-extra-invoice-box .invoice .radio .label:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 3.5px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #FFC83A;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none;
}
.irregular-plane .irregular-plane-invoice .irregular-plane-invoice-box .invoice input[type="radio"]:checked + .label, .irregular-hotel .irregular-hotel-invoice .irregular-hotel-invoice-box .invoice input[type="radio"]:checked + .label, .irregular-bus .irregular-bus-invoice .irregular-bus-invoice-box .invoice input[type="radio"]:checked + .label, .irregular-extra .irregular-extra-invoice .irregular-extra-invoice-box .invoice input[type="radio"]:checked + .label {
  border-color: #FFC83A;
}
.irregular-plane .irregular-plane-invoice .irregular-plane-invoice-box .invoice input[type="radio"]:checked + .label:after, .irregular-hotel .irregular-hotel-invoice .irregular-hotel-invoice-box .invoice input[type="radio"]:checked + .label:after, .irregular-bus .irregular-bus-invoice .irregular-bus-invoice-box .invoice input[type="radio"]:checked + .label:after, .irregular-extra .irregular-extra-invoice .irregular-extra-invoice-box .invoice input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1;
}
.irregular-plane .overlay-area.step2 .step2-note-information, .irregular-hotel .overlay-area.step3 .step3-note-information, .irregular-extra .overlay-area.step2 .step2-note-information {
  padding: 20px 0px 20px 0px;
}
.irregular-plane .overlay-area .overlay-content .overlay-disabled:before {
	font-size: 145px;
}
.irregular-hotel .overlay-area.step3 #guest-informations .guest-information-form {
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  border: #E0E0E0 1px solid;
}
.irregular-hotel .overlay-area.step3 #guest-informations h3 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}
.irregular-hotel .overlay-area.step3 #guest-informations h4 {
  border-bottom: #F6F6F6 1px solid;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  color: #FFC83A;
}
.irregular-hotel .overlay-area.step3 #guest-informations .guest-information-form h5 {
  margin-bottom: 15px;
  color: #FFC83A;
  font-weight: normal;
}
.irregular-hotel .overlay-area.step3 #guest-informations .guest-information-form input.error, .irregular-plane .overlay-area.step2 #passenger-informations input.error {
  border-color: #f06543;
}

/* Tooltip */
.tolltipv1 {
  display: inline-block;
  font-size: 12px;
  font-size: .75rem;
  font-weight: bold;
  margin-left: 10px;
  color: #999999;
  transition: all 150ms ease-in-out;
  cursor: default;
  position: relative;
  top: -1px;
}
.tolltipv1 span {
  width: 18px;
  height: 18px;
  background-color: #DDDDDD;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  line-height: 18px;
  transition: all 150ms ease-in-out;
}
.tolltipv1 span i {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: bold;
}
.tolltipv1:hover span {
  background-color: #FFC83A;
}

/* Installement Table */
.table-installement {
  width: 100%;
  margin-bottom: 15px;
  text-align: center;
}
.table-installement th {
  background-color: #141414;
  font-size: 13px;
  color: #FFFFFF;
  border-top-color: #141414;
  text-align: center;
}
.table-installement td {
  height: auto;
  padding: 4px 8px !important;
  font-size: 12px;
  text-align: center;
}
.table-installement td:first-child {
  font-weight: bold;
}
.table-installement td img {
  width: 100%;
}
.table-installement tr:last-child td {
  border-bottom: solid 1px #E5E5E5;
}
.table-installement td.note {
  font-weight: bold;
  text-align: center;
  background-color: #F2F2F2;
}

/* Chat Style */
@media (min-width: 992px) {
  .main-chat-list {
    max-height: 490px;
    position: relative;
  }
}
.main-chat-list .media {
  padding: 12px 20px;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #dedcfb;
  position: relative;
}
.main-chat-list .media .main-img-user {
  flex-shrink: 0;
  top: 3px;
}
.main-chat-list .media::after {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 1px;
  background-color: #3858f9;
  display: none;
}
.main-chat-list .media + .media::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 65px;
  right: 0;
}
.main-chat-list .media.new {
  background-color: #fff;
}
.main-chat-list .media.new .main-img-user span {
  display: flex;
}
.main-chat-list .media.new .media-contact-name span:first-child {
  font-weight: 700;
  color: #24222f;
}
.main-chat-list .media.new .media-body p {
  color: #031b4e;
}
.main-chat-list .media:hover, .main-chat-list .media:focus {
  cursor: pointer;
  background-color: #fcfcfc;
  border-top-color: #dedcfb;
  border-bottom-color: #dedcfb;
  z-index: 1;
}
.main-chat-list .media:hover:first-child, .main-chat-list .media:focus:first-child {
  border-top-color: transparent;
}
.main-chat-list .media.selected {
  background-color: #f3f6fb;
  border-top-color: #dedcfb;
  border-bottom-color: #dedcfb;
  border-left: 1px solid #3858f9;
  z-index: 2;
}
.main-chat-list .media.selected:first-child {
  border-top-color: transparent;
}
.main-chat-list .media.selected::after {
  display: block;
}
.main-chat-list .media.selected .media-contact-name span:first-child {
  color: #5e597d;
}
.main-chat-list .media.selected .media-body p {
  color: #031b4e;
}
.main-chat-list .main-img-user span {
  position: absolute;
  top: 0;
  left: -2px;
  width: 14px;
  height: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 9px;
  font-weight: 500;
  color: #fff;
  background-color: #f53c5b;
  box-shadow: 0 0 0 2px #fff;
}
.main-chat-list .media-body {
  margin-left: 15px;
}
.main-chat-list .media-body p {
  font-size: 13px;
  margin-bottom: 0;
  color: #7987a1;
  line-height: 1.35;
}
.main-chat-list .media-contact-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
}
.main-chat-list .media-contact-name {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #24222f;
}
@media (min-width: 992px) {
  .main-chat-list .media {
    padding: 12px 15px;
  }
}
.main-content-body-chat {
  flex-direction: column;
}
@media (min-width: 992px) {
  .main-content-body-chat {
    display: flex;
  }
}
.main-chat-header {
  flex-shrink: 0;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
  border-bottom: 1px solid #dedcfb;
}
.main-chat-header .nav {
  margin-left: auto;
  align-items: center;
}
.main-chat-header .nav-link {
  padding: 0;
  color: #b8c2d8;
  font-size: 20px;
  display: none;
}
.main-chat-header .nav-link:first-child {
  display: block;
}
.main-chat-header .nav-link i {
  line-height: 0;
}
.main-chat-header .nav-link .typcn {
  line-height: .9;
}
.main-chat-header .nav-link .typcn::before {
  width: auto;
}
.main-chat-header .nav-link:hover, .main-chat-header .nav-link:focus {
  color: #3858f9;
}
.main-chat-header .nav-link + .nav-link {
  margin-left: 15px;
}
@media (min-width: 576px) {
  .main-chat-header .nav-link {
    display: block;
  }
  .main-chat-header .nav-link:first-child {
    display: none;
  }
}
.main-chat-msg-name {
  margin-left: 15px;
}
.main-chat-msg-name h6 {
  margin-bottom: 2px;
  font-size: 15px;
  font-weight: 700;
  color: #24222f;
}
.main-chat-msg-name small {
  font-size: 12px;
  color: #7987a1;
}
.main-chat-body {
  position: relative;
  padding-bottom: 50px;
}
.main-chat-body .content-inner {
  padding: 20px;
}
.main-chat-body .media + .media {
  margin-top: 20px;
}
.main-chat-body .media.flex-row-reverse .media-body {
  margin-left: 0;
  margin-right: 20px;
  align-items: flex-end;
}
.main-chat-body .media.flex-row-reverse .main-msg-wrapper {
  background-color: #3858f9;
  color: #fff;
}
.main-chat-body .media-body {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.main-chat-body .media-body > div:last-child {
  font-size: 11px;
  color: #7987a1;
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .main-chat-body {
    padding-bottom: 0;
    max-height: 535px;
    overflow: hidden;
  }
}
@media (min-width: 576px) {
  .main-chat-body .media.flex-row-reverse .media-body {
    margin-left: 55px;
  }
}
@media (min-width: 576px) {
  .main-chat-body .media-body {
    margin-right: 55px;
  }
}
.main-chat-time {
  display: block;
  position: relative;
  text-align: center;
  margin: 20px 0;
}
.main-chat-time:first-of-type {
  margin-top: 0;
}
.main-chat-time span {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.main-msg-wrapper {
  padding: 10px 15px;
  background-color: #f6f5ff;
  font-size: 13px;
  margin-bottom: 5px;
  border-radius: 2px;
  display: inline-block;
}
.main-chat-footer {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0px 20px 20px 20px;
  border-top: 1px solid #dedcfb;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.main-chat-footer .nav {
  align-items: center;
}
.main-chat-footer .nav-link {
  padding: 0;
  color: #9c96c1;
  font-size: 16px;
  display: none;
}
.main-chat-footer .nav-link + .nav-link {
  margin-left: 10px;
}
.main-chat-footer .nav-link:last-child {
  display: block;
  margin-left: 0;
}
.main-chat-footer .form-control {
  flex: 1;
  margin: 0 10px;
  padding-left: 0;
  padding-right: 0;
  border-width: 0;
}
.main-chat-footer .form-control:hover, .main-chat-footer .form-control:focus {
  box-shadow: none;
}
@media (min-width: 992px) {
  .main-chat-footer {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
@media (min-width: 576px) {
  .main-chat-footer .nav-link {
    display: block;
  }
  .main-chat-footer .nav-link:last-child {
    display: none;
  }
}
@media (min-width: 576px) {
  .main-chat-footer .form-control {
    margin-left: 20px;
  }
}
@media (min-width: 768px) {
  .main-chat-footer .form-control {
    margin: 0 20px 0 0;
  }
}
.main-img-user {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
}
.main-img-user img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  border-radius: 100%;
}

.main-chat-body {
	max-height: 500px;
	overflow-x: hidden;
	overflow-y: visible;
  padding-top: 2px;
  display: flex;
  flex-direction: column-reverse;
}
.main-chat-body::-webkit-scrollbar {
	width: 5px;
}
.main-chat-body::-webkit-scrollbar-track {
	background-color: #E2E6EB;
}
.main-chat-body::-webkit-scrollbar-thumb {
	background-color: #BBBBBB;
}
.main-chat-body::-webkit-scrollbar-thumb:hover {
	background-color: #BBBBBB;
}

/* Ribbon */
.ribbon-right {
  --f: 10px; /* control the folded part*/
  --r: 15px; /* control the ribbon shape */
  --t: 10px; /* the top offset */

  position: absolute;
  inset: var(--t) calc(-1*var(--f)) auto auto;
  padding: 0 10px var(--f) calc(10px + var(--r));
  clip-path:
    polygon(0 0,100% 0,100% calc(100% - var(--f)),calc(100% - var(--f)) 100%,
      calc(100% - var(--f)) calc(100% - var(--f)),0 calc(100% - var(--f)),
      var(--r) calc(50% - var(--f)/2));
  background: #BD1550;
  box-shadow: 0 calc(-1*var(--f)) 0 inset #0005;
  font-size: 13px;
  color: #FFFFFF;
  height: 38px;
  display: flex;
  align-items: center;
}

/* Animations */
.background-animated-warning {
  -webkit-animation: color-change-warning 1s infinite;
  -moz-animation: color-change-warning 1s infinite;
  -o-animation: color-change-warning 1s infinite;
  -ms-animation: color-change-warning 1s infinite;
  animation: color-change-warning 1s infinite;
}
.background-animated-warning-05 {
  -webkit-animation: color-change-warning 0.5s infinite;
  -moz-animation: color-change-warning 0.5s infinite;
  -o-animation: color-change-warning 0.5s infinite;
  -ms-animation: color-change-warning 0.5s infinite;
  animation: color-change-warning 0.5s infinite;
}
@-webkit-keyframes color-change-warning {
	0%   { background-color: #ffffff; color: #ffbd4a; border: none;}
	50%  { background-color: #ffbd4a; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #ffbd4a; border: none;}
}
@-moz-keyframes color-change-warning {
	0%   { background-color: #ffffff; color: #ffbd4a; border: none;}
	50%  { background-color: #ffbd4a; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #ffbd4a; border: none;}
}
@-o-keyframes color-change-warning {
	0%   { background-color: #ffffff; color: #ffbd4a; border: none;}
	50%  { background-color: #ffbd4a; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #ffbd4a; border: none;}
}
@keyframes color-change-warning {
	0%   { background-color: #ffffff; color: #ffbd4a; border: none;}
	50%  { background-color: #ffbd4a; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #ffbd4a; border: none;}
}
.background-animated-success {
  -webkit-animation: color-change-success 1s infinite;
  -moz-animation: color-change-success 1s infinite;
  -o-animation: color-change-success 1s infinite;
  -ms-animation: color-change-success 1s infinite;
  animation: color-change-success 1s infinite;
}
.background-animated-success-05 {
  -webkit-animation: color-change-success 0.5s infinite;
  -moz-animation: color-change-success 0.5s infinite;
  -o-animation: color-change-success 0.5s infinite;
  -ms-animation: color-change-success 0.5s infinite;
  animation: color-change-success 0.5s infinite;
}
@-webkit-keyframes color-change-success {
	0%   { background-color: #ffffff; color: #81c868; border: none;}
	50%  { background-color: #81c868; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #81c868; border: none;}
}
@-moz-keyframes color-change-success {
	0%   { background-color: #ffffff; color: #81c868; border: none;}
	50%  { background-color: #81c868; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #81c868; border: none;}
}
@-o-keyframes color-change-success {
	0%   { background-color: #ffffff; color: #81c868; border: none;}
	50%  { background-color: #81c868; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #81c868; border: none;}
}
@keyframes color-change-success {
	0%   { background-color: #ffffff; color: #81c868; border: none;}
	50%  { background-color: #81c868; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #81c868; border: none;}
}
.background-animated-danger {
  -webkit-animation: color-change-danger 1s infinite;
  -moz-animation: color-change-danger 1s infinite;
  -o-animation: color-change-danger 1s infinite;
  -ms-animation: color-change-danger 1s infinite;
  animation: color-change-danger 1s infinite;
}
.background-animated-danger-05 {
  -webkit-animation: color-change-danger 1s infinite;
  -moz-animation: color-change-danger 1s infinite;
  -o-animation: color-change-danger 1s infinite;
  -ms-animation: color-change-danger 1s infinite;
  animation: color-change-danger 1s infinite;
}
@-webkit-keyframes color-change-danger {
	0%   { background-color: #ffffff; color: #f05050; border: none;}
	50%  { background-color: #f05050; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #f05050; border: none;}
}
@-moz-keyframes color-change-danger {
	0%   { background-color: #ffffff; color: #f05050; border: none;}
	50%  { background-color: #f05050; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #f05050; border: none;}
}
@-o-keyframes color-change-danger {
	0%   { background-color: #ffffff; color: #f05050; border: none;}
	50%  { background-color: #f05050; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #f05050; border: none;}
}
@keyframes color-change-danger {
	0%   { background-color: #ffffff; color: #f05050; border: none;}
	50%  { background-color: #f05050; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #f05050; border: none;}
}
.background-animated-inverse {
  -webkit-animation: color-change-inverse 1s infinite;
  -moz-animation: color-change-inverse 1s infinite;
  -o-animation: color-change-inverse 1s infinite;
  -ms-animation: color-change-inverse 1s infinite;
  animation: color-change-inverse 1s infinite;
}
.background-animated-inverse-05 {
  -webkit-animation: color-change-inverse 0.5s infinite;
  -moz-animation: color-change-inverse 0.5s infinite;
  -o-animation: color-change-inverse 0.5s infinite;
  -ms-animation: color-change-inverse 0.5s infinite;
  animation: color-change-inverse 0.5s infinite;
}
@-webkit-keyframes color-change-inverse {
	0%   { background-color: #ffffff; color: #4c5667; border: none;}
	50%  { background-color: #4c5667; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #4c5667; border: none;}
}
@-moz-keyframes color-change-inverse {
	0%   { background-color: #ffffff; color: #4c5667; border: none;}
	50%  { background-color: #4c5667; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #4c5667; border: none;}
}
@-o-keyframes color-change-inverse {
	0%   { background-color: #ffffff; color: #4c5667; border: none;}
	50%  { background-color: #4c5667; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #4c5667; border: none;}
}
@keyframes color-change-inverse {
	0%   { background-color: #ffffff; color: #4c5667; border: none;}
	50%  { background-color: #4c5667; color: #ffffff; border: none;}
	100% { background-color: #ffffff; color: #4c5667; border: none;}
}

.timeline-alt {
  position: relative;
}
.timeline-alt .timeline-item {
  position: relative;
}
.timeline-alt .timeline-item:before {
  background-color: #f1f3fa;
  content: "";
  position: absolute;
  z-index: 0;
  top: 20px;
  left: 9px;
  bottom: 0px;
  width: 2px;
}
.timeline-alt .timeline-item .timeline-icon {
  float: left;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid transparent;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
}
.timeline-alt .timeline-item .timeline-item-info {
  margin-left: 30px;
  padding-bottom: 30px;
}

/* Modal */
#reservation-timeout i {
  font-size: 35px;
  margin-bottom: 10px;
  display: block;
}
#reservation-timeout .modal-dialog {
  text-align: center;
}

#missing-passport-modal i {
  font-size: 60px;
  color: #0065b8;
  margin-bottom: 10px;
  display: block;
}
#missing-passport-modal .modal-dialog {
  text-align: center;
}

#ask-sell i {
  font-size: 60px;
  display: block;
}
#ask-sell .modal-dialog {
  text-align: center;
}
#ask-sell .modal-dialog .modal-content {
  background-color: #FFC83A;
  color: #444444;
}
#ask-sell .modal-dialog .modal-content .modal-header {
  display: block;
  color: #444444;
  text-align: center;
}
#ask-sell .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 17px;
}

/* Style Switcher */
.default {
  background-image: url(../images/bg-pattern.png);
}
.bg1 {
  background-image: url(../images/bg/big/bg1.jpg);
}
.bg2 {
  background-image: url(../images/bg/big/bg2.jpg);
}
.bg3 {
  background-image: url(../images/bg/big/bg3.jpg);
}
.bg4 {
  background-image: url(../images/bg/big/bg4.jpg);
}
.bg5 {
  background-image: url(../images/bg/big/bg5.jpg);
}

.color-switcher {
  width: 266px;
  position: fixed;
  /*right: -266px;*/
  right: 0px;
  top: 150px;
  z-index: 999;
  padding: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border-bottom-right-radius: 4px;
}
@media (max-width: 992px) {
  .color-switcher {
    right: -266px;
  }
}
.color-switcher p {
  margin: 0px;
  font-size: 16px;
  color: #000000;
  line-height: 50px;
}
.color-switcher ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.color-switcher ul li {
  width: calc(100% - 119px);
  float: left;
  margin-right: 4px;
  margin-bottom: 4px;
}
.color-switcher ul li a {
  display: block;
}
.color-switcher ul li a img {
  width: 100%;
}
.color-switcher .picker_close {
  width: 60px;
  height: 57px;
  position: absolute;
  left: -60px;
  top: 0px;
  z-index: -1;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  background-color: #FFFFFF;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.color-switcher .picker_close div {
  -webkit-animation: 1s gear-rotate linear infinite;
  -moz-animation: 1s gear-rotate linear infinite;
  animation: 1s gear-rotate linear infinite;
}
.color-switcher .picker_close div i {
  font-size: 32px;
  line-height: 60px;
}
.color-switcher .theme-colours {
  display: table;
  text-align: left;
  width: 100%;
  padding: 0px 18px 18px 18px;
  background-color: #FFFFFF;
}
.color-switcher.position {
  right: -266px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (max-width: 992px) {
  .color-switcher.position {
    right: 0px;
  }
}
.color-switcher.position .theme-colours {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/*
 * Keyframe Animations
 */
@-webkit-keyframes gear-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-180deg);
  }
}

@-moz-keyframes gear-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

@keyframes gear-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-180deg);
  }
}

/* Distribute Payment */
#distributePaymentStepMenu {
  display: flex;
  gap: 10px;
}
#distributePaymentStepMenu .step-tab {
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 30px;
  background-color: #F6F6F6;
  color: #333333;
  font-weight: 600;
  transition: 0.3s;
}
#distributePaymentStepMenu .step-tab i {
  margin-right: 8px;
  font-size: 17px;
}
#distributePaymentStepMenu .step-tab.active {
  background-color: #1E88E5;
  color: #FFFFFF;
}
#distributePaymentStepWrapper {
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  padding: 30px 30px 30px 30px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
#distributePaymentStepWrapper .step {
  display: none;
}
#distributePaymentStepWrapper .step h2 {
  margin-bottom: 20px;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}
#distributePaymentStepWrapper .step.active {
  display: block;
}
#distributePaymentStepWrapper .step-content {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 20px 20px 20px 20px;
  margin-bottom: 20px;
}
#distributePaymentStepWrapper .step-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
#distributePaymentStepWrapper .btn-next {
  background-color: #1E88E5;
  color: #FFFFFF;
}
#distributePaymentStepWrapper .btn-prev {
  background-color: #6c757d;
  color: #FFFFFF;
}
#distributePaymentStepWrapper .btn-complete {
  background-color: #28A745;
  color: #FFFFFF;
}
#distributePaymentStepWrapper ul#paymentLog {
  margin-top: 10px;
  margin-bottom: 0px;
  max-height: 500px;
  overflow-y: auto;
  font-size: 13px;
}
#distributePaymentStepWrapper ul#paymentLog li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: #E0E0E0 1px solid;
}
#distributePaymentStepWrapper span#remainingAmountText {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
#distributePaymentStepWrapper span#remainingAmountText span {
  margin-right: 5px;
}
.distribute-payment-loading {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.distribute-payment-loading .spinner-box {
  height: 100%;
  text-align: center;
}
.distribute-payment-loading .spinner-box .spinner {
  margin: 0px auto 15px;
  border-radius: 50%;
  border: 4px solid #F1F1F1;
  border-top: 4px solid #FFC839;
  width: 50px;
  height: 50px;
  animation: 1.64s spinner infinite linear;
  transform: translate(-50%, -50%);
}
.distribute-payment-loading .spinner-box .text {
  font-size: 20px;
  font-weight: 600;
}
@keyframes spinner {
  0% {
    transform: rotate(0)
  }
  100% {
    transform: rotate(360deg)
  }
}

/* Hotel Operations Import Loading */
.selected-import .loading-dots {
  display: none;
  margin-left: 8px;
}
.selected-import.loading .loading-dots {
  display: inline-flex;
}
.selected-import .loading-dots span {
  width: 6px;
  height: 6px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1.4s infinite both;
}
.selected-import .loading-dots span:nth-child(1) {
  animation-delay: 0s;
}
.selected-import .loading-dots span:nth-child(2) {
  animation-delay: 0.2s;
}
.selected-import .loading-dots span:nth-child(3) {
  animation-delay: 0.4s;
}
@keyframes blink {
  0%, 80%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

/* Flight Lists Excel Import */
#flight-lists-results {
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #DDDDDD;
  padding: 10px;
  background-color: #FAFAFA;
  border-radius: 5px;
}
#flight-lists-results #loading-placeholder {
  display: flex;
  align-items: center;
}
#flight-lists-results #loading-placeholder span {
  margin-right: 10px;
}
#flight-lists-results .row-result {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px dashed #DDDDDD;
}
#flight-lists-results .row-result:last-child {
  border-bottom: none;
}

/* Ticket Sales Reports Excel Import */
#ticket-sales-reports-results {
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #DDDDDD;
  padding: 10px;
  background-color: #FAFAFA;
  border-radius: 5px;
}
#ticket-sales-reports-results #loading-placeholder {
  display: flex;
  align-items: center;
}
#ticket-sales-reports-results #loading-placeholder span {
  margin-right: 10px;
}
#ticket-sales-reports-results .row-result {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px dashed #DDDDDD;
}
#ticket-sales-reports-results .row-result:last-child {
  border-bottom: none;
}

/* Cost Control Match */
#cost-control-match-results, #cost-control-group-results {
  max-height: 600px;
  overflow-y: auto;
  border: 1px solid #DDDDDD;
  padding: 10px;
  background-color: #FAFAFA;
  border-radius: 5px;
}
#cost-control-match-results #loading-placeholder, #cost-control-group-results #loading-placeholder {
  display: flex;
  align-items: center;
}
#cost-control-match-results #loading-placeholder span, #cost-control-group-results #loading-placeholder span {
  margin-right: 10px;
}
#cost-control-match-results .row-result, #cost-control-group-results .row-result {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px dashed #DDDDDD;
}
#cost-control-match-results .row-result:last-child, #cost-control-group-results .row-result:last-child {
  border-bottom: none;
}

/* Option Counter */
.optionCountdown {
  display: inline-grid;
  grid-template-columns: repeat(4, auto);
  gap: 5px;
  align-items: center;
  justify-items: center;
  color: #111827;
}
#optionCountdown .cd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 10px 10px 10px;
  background-color: #FFFFFF;
  min-width: 72px;
  box-shadow: 0 3px 8px rgba(14,30,37,0.06);
}
#optionCountdown .cd-value {
  margin-bottom: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.5px;
}
#optionCountdown .cd-label {
  font-size: 10px;
  color: #6B7280;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media (max-width: 520px) {
  #optionCountdown .countdown {
    grid-template-columns: repeat(2, 1fr);
    min-width: unset;
  }
  #optionCountdown .cd-block {
    min-width: 100%;
  }
}
#optionCountdown .ended {
  opacity: 0.6;
  filter: grayscale(20%);
}

/* Purchase Invoices */
.purchase-invoices .total-style {
  display: flex;
  align-items: center;
  justify-content: end;
  border: 1px solid #CED4DA;
  padding: 0px 10px 0px 10px;
  font-weight: 700;
}

/* Tracking Chart */
.tracking-chart.table-wrapper {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #DDDDDD;
}
.tracking-chart.table-wrapper table {
  border-collapse: collapse;
  min-width: 3000px;
}
.tracking-chart.table-wrapper th, .tracking-chart.table-wrapper td {
  border: 1px solid #CCCCCC;
  padding: 8px 10px 8px 10px;
  text-align: center;
}
.tracking-chart.table-wrapper td.background-animated-danger-05 {
  font-size: 11px;
  white-space: nowrap;
}
.tracking-chart.table-wrapper thead th {
  background-color: #E9ECEF;
  position: sticky;
  top: 0px;
  z-index: 2;
  font-size: 13px;
}
.tracking-chart.table-wrapper th:first-child, .tracking-chart.table-wrapper td.sticky-col {
  position: sticky;
  left: 0;
  z-index: 3;
  background-color: #F5F5F5;
  font-size: 13px;
  font-weight: bold;
}
.tracking-chart.table-wrapper th:first-child {
  width: 200px;
}
.tracking-chart.table-wrapper td.sticky-col {
  text-align: center;
  white-space: nowrap;
}
.tracking-chart.table-wrapper td.cell-green {
  background-color: #4CAF50;
  font-size: 11px;
  color: #FFFFFF;
  white-space: nowrap;
}
.tracking-chart.table-wrapper td.cell-red {
  background-color: #FF0000;
  font-size: 11px;
  color: #FFFFFF;
}
.tracking-chart.table-wrapper td.cell-warning {
  background-color: #FFAE0E;
  font-size: 11px;
  color: #FFFFFF;
}
.tracking-chart.table-wrapper td ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
}
.tracking-chart.table-wrapper td ul li {
  margin-bottom: 10px;
  line-height: 1.3;
}
.tracking-chart.table-wrapper td ul li:last-child {
  margin-bottom: 0px;
  line-height: 1.3;
}

/* Operation Area */
.operation-area {

}
.operation-area a.operation-area-content {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 20px;
  width: 245px;
  height: 110px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.operation-area a.operation-area-content .operation-area-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.operation-area a.operation-area-content .operation-area-flex i {
  margin-bottom: 10px;
  font-size: 25px;
}
.operation-area a.operation-area-content:hover {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15);
  box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.15);
  color: #FF0000;
}
.operation-area a.operation-area-content:hover i {
  color: #FF0000;
}

/* Tour Cost List Verification */
.tour-cost-list-verify-container {
  position: relative;
}
.tour-cost-list-verify-overlay {
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255,255,255,0.6);
  display: none;
  justify-content: center;
  align-items: center;
}
.tour-cost-list-verify-check {
  font-size: 48px;
  color: #3DDC97;
}

/* Tour Cost List Summary Table */
table.tour-cost-list-summary-table {
  border-collapse: collapse;
  width: 1100px;
  margin: auto;
  background-color: #FFFFFF;
}
table.tour-cost-list-summary-table td, table.tour-cost-list-summary-table th {
  border: 1px solid #999999;
  padding: 6px 6px 6px 6px;
  font-size: 14px;
}
table.tour-cost-list-summary-table .header {
  font-weight: bold;
}
table.tour-cost-list-summary-table .section {
  background-color: #E6E6E6;
  font-weight: bold;
}
table.tour-cost-list-summary-table .yellow {
  background-color: #FFE84C;
}
table.tour-cost-list-summary-table .total {
  color: #FF0000;
  font-weight: bold;
}
table.tour-cost-list-summary-table .dark {
  background-color: #0F2E4D;
  color: #FFFFFF;
  font-weight: bold;
}

/* Category Filter */
#categoryForm {
  display: flex;
  flex-wrap: wrap;
}
#categoryForm .category-level:first-child {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}
#categoryForm .category-level:not(:first-child) {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  min-width: 250px;
}
#categoryForm.productForm .category-level:first-child {
  flex: 0 0 33% !important;
}
#categoryForm.productForm .category-level:not(:first-child) {
  flex: 1 1 33% !important;
}
#categoryForm ul.category-select {
  margin-bottom: 0px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 0px;
  max-height: 262px;
  overflow-y: auto;
}
#categoryForm ul.category-select li {
  padding: 8px 10px 8px 10px;
  color: #555555;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  border-bottom: 1px solid #D4D4D4;
  cursor: pointer;
}
#categoryForm ul.category-select li:hover {
  cursor: pointer;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #1A849B;
}
#categoryForm ul.category-select li.current1 {
  background-color: #DFDFDF;
  color: #555555;
}
#categoryForm ul.category-select li.current2 {
  background-color: #DFDFDF;
  color: #555555;
}
#categoryForm ul.category-select li.current3 {
  background-color: #DFDFDF;
  color: #555555;
}
#categoryForm #subcategoryContainer {
  display: flex;
}
#selectedCategoryName {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #FF0000;
}

/* Hotel Lists Pricing Form (Hotel Operations) */
#hotelListsPricingForm .category-card {
  border-radius: 14px;
  padding: 15px 15px 15px 15px;
  background-color: #FFFFFF;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}
#hotelListsPricingForm .price-table {
  font-size: 12px;
}
#hotelListsPricingForm .price-table th {
  background-color: #F1F5F9;
  font-weight: 600;
}
#hotelListsPricingForm .action-buttons {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}
