﻿.text-color-blue {
  color: #007bff;
}
.text-color-indigo {
  color: #6610f2;
}
.text-color-purple {
  color: #6f42c1;
}
.text-color-pink {
  color: #e83e8c;
}
.text-color-red {
  color: #dc3545;
}
.text-color-orange {
  color: #fd7e14;
}
.text-color-yellow {
  color: #ffc107;
}
.text-color-green {
  color: #28a745;
}
.text-color-teal {
  color: #20c997;
}
.text-color-cyan {
  color: #17a2b8;
}
.text-color-white {
  color: #fff;
}
.text-color-gray {
  color: #6c757d;
}
.text-color-gray-dark {
  color: #343a40;
}
.text-color-primary {
  color: #007bff;
}
.text-color-secondary {
  color: #6c757d;
}
.text-color-success {
  color: #28a745;
}
.text-color-info {
  color: #17a2b8;
}
.text-color-warning {
  color: #ffc107;
}
.text-color-danger {
  color: #dc3545;
}
.text-color-light {
  color: #f8f9fa;
}
.text-color-dark {
  color: #343a40;
}
.text-color-app-primary {
  color: #30CCFD;
}
.bg-color-blue {
  background-color: #007bff;
}
.bg-color-indigo {
  background-color: #6610f2;
}
.bg-color-purple {
  background-color: #6f42c1;
}
.bg-color-pink {
  background-color: #e83e8c;
}
.bg-color-red {
  background-color: #dc3545;
}
.bg-color-orange {
  background-color: #fd7e14;
}
.bg-color-yellow {
  background-color: #ffc107;
}
.bg-color-green {
  background-color: #28a745;
}
.bg-color-teal {
  background-color: #20c997;
}
.bg-color-cyan {
  background-color: #17a2b8;
}
.bg-color-white {
  background-color: #fff;
}
.bg-color-gray {
  background-color: #6c757d;
}
.bg-color-gray-dark {
  background-color: #343a40;
}
.bg-color-primary {
  background-color: #007bff;
}
.bg-color-secondary {
  background-color: #6c757d;
}
.bg-color-success {
  background-color: #28a745;
}
.bg-color-info {
  background-color: #17a2b8;
}
.bg-color-warning {
  background-color: #ffc107;
}
.bg-color-danger {
  background-color: #dc3545;
}
.bg-color-light {
  background-color: #f8f9fa;
}
.bg-color-dark {
  background-color: #343a40;
}
.bg-color-app-primary {
  background-color: #30CCFD;
}
/*@img-background: '/Website/images/white-background.png';*/
.hide-overflow {
  overflow: hidden;
}
.hide-overflow-x {
  overflow-x: hidden !important;
}
.fixed-bg {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  width: 100%;
  height: 100%;
}
html {
  /*background: red !important;*/
  display: block;
  width: 100%;
  height: 100%;
}
body {
  background: none;
  /*background: blue !important;*/
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  /*background-color: #eadbe0 !important;*/
}
.no-margin {
  margin: 0 !important;
}
.no-padding {
  padding: 0 !important;
}
.width10px {
  width: 10px;
}
.width15px {
  width: 15px;
}
.width20px {
  width: 20px;
}
.width25px {
  width: 25px;
}
.width30px {
  width: 30px;
}
.width35px {
  width: 35px;
}
.width40px {
  width: 40px;
}
.width45px {
  width: 45px;
}
.width50px {
  width: 50px;
}
.width55px {
  width: 55px;
}
.width60px {
  width: 60px;
}
.width65px {
  width: 65px;
}
.width70px {
  width: 70px;
}
.width75px {
  width: 75px;
}
.width80px {
  width: 80px;
}
.width85px {
  width: 85px;
}
.width90px {
  width: 90px;
}
.width95px {
  width: 95px;
}
.width100px {
  width: 100px;
}
.width110px {
  width: 110px;
}
.width120px {
  width: 120px;
}
.width130px {
  width: 130px;
}
.width140px {
  width: 140px;
}
.width150px {
  width: 150px;
}
.width160px {
  width: 160px;
}
.width170px {
  width: 170px;
}
.width180px {
  width: 180px;
}
.width190px {
  width: 190px;
}
.width200px {
  width: 200px;
}
.width400px {
  width: 400px;
}
.width10pc {
  width: 10%;
}
.width15pc {
  width: 15%;
}
.width20pc {
  width: 20%;
}
.width25pc {
  width: 25%;
}
.width30pc {
  width: 30%;
}
.width35pc {
  width: 35%;
}
.width40pc {
  width: 40%;
}
.width45pc {
  width: 45%;
}
.width50pc {
  width: 50%;
}
.width55pc {
  width: 55%;
}
.width60pc {
  width: 60%;
}
.width65pc {
  width: 65%;
}
.width70pc {
  width: 70%;
}
.width75pc {
  width: 75%;
}
.width80pc {
  width: 80%;
}
.width85pc {
  width: 85%;
}
.width90pc {
  width: 90%;
}
.width95pc {
  width: 95%;
}
.width100pc {
  width: 100%;
}
.width100pc-force {
  width: 100% !important;
}
.max-width10pc {
  max-width: 10%;
}
.max-width15pc {
  max-width: 15%;
}
.max-width20pc {
  max-width: 20%;
}
.max-width25pc {
  max-width: 25%;
}
.max-width30pc {
  max-width: 30%;
}
.max-width35pc {
  max-width: 35%;
}
.max-width40pc {
  max-width: 40%;
}
.max-width45pc {
  max-width: 45%;
}
.max-width50pc {
  max-width: 50%;
}
.max-width55pc {
  max-width: 55%;
}
.max-width60pc {
  max-width: 60%;
}
.max-width65pc {
  max-width: 65%;
}
.max-width70pc {
  max-width: 70%;
}
.max-width75pc {
  max-width: 75%;
}
.max-width80pc {
  max-width: 80%;
}
.max-width85pc {
  max-width: 85%;
}
.max-width100pc {
  max-width: 100%;
}
.max-width50px {
  max-width: 50px  ;
}
.max-width100px {
  max-width: 100px;
}
.max-width200px {
  max-width: 200px;
}
.max-width300px {
  max-width: 300px;
}
.max-width400px {
  max-width: 400px;
}
.max-width500px {
  max-width: 500px;
}
.max-width600px {
  max-width: 600px;
}
.max-width700px {
  max-width: 700px;
}
.max-width800px {
  max-width: 800px;
}
.height10pc {
  height: 10%;
}
.height20pc {
  height: 20%;
}
.height30pc {
  height: 30%;
}
.height40pc {
  height: 40%;
}
.height50pc {
  height: 50%;
}
.height60pc {
  height: 60%;
}
.height70pc {
  height: 70%;
}
.height80pc {
  height: 80%;
}
.height90pc {
  height: 90%;
}
.height100pc {
  height: 100%;
}
.height0px {
  height: 0px;
}
.height6px {
  height: 6px;
}
.height10px {
  height: 10px;
}
.height20px {
  height: 20px;
}
.height30px {
  height: 30px;
}
.height40px {
  height: 40px;
}
.height50px {
  height: 50px;
}
.height60px {
  height: 60px;
}
.height70px {
  height: 70px;
}
.height80px {
  height: 80px;
}
.height90px {
  height: 90px;
}
.height100px {
  height: 100px;
}
.height110px {
  height: 110px;
}
.height115px {
  height: 115px;
}
.height120px {
  height: 120px;
}
.height130px {
  height: 130px;
}
.height140px {
  height: 140px;
}
.height150px {
  height: 150px;
}
.height160px {
  height: 160px;
}
.height170px {
  height: 170px;
}
.height180px {
  height: 180px;
}
.height190px {
  height: 190px;
}
.height200px {
  height: 200px;
}
.min-height-75px {
  min-height: 75px;
}
.min-height-350px {
  min-height: 350px;
}
.max-height-730px {
  max-height: 730px;
}
.max-height-800px {
  max-height: 800px;
}
.max-height-200px {
  max-height: 200px;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-table {
  display: table !important;
}
.display-table-cell {
  display: table-cell !important;
}
.vertical-align-middle {
  vertical-align: middle !important;
}
.vertical-align-bottom {
  vertical-align: bottom !important;
}
.padding0px {
  padding: 0px;
}
.padding5px {
  padding: 5px;
}
.padding5px0px {
  padding: 5px 0px !important;
}
.padding5px10px {
  padding: 5px 10px !important;
}
.padding0px5px {
  padding: 0px 5px !important;
}
.padding0px10px {
  padding: 0px 10px !important;
}
.padding10px {
  padding: 10px;
}
.padding15px {
  padding: 15px;
}
.padding20px {
  padding: 20px;
}
.padding20px0px {
  padding: 20px 0px;
}
.padding25px {
  padding: 25px;
}
.padding30px {
  padding: 30px;
}
.padding35px {
  padding: 35px;
}
.padding40px {
  padding: 40px;
}
.padding45px {
  padding: 45px;
}
.padding50px {
  padding: 50px;
}
.padding55px {
  padding: 55px;
}
.padding60px {
  padding: 60px;
}
.padding65px {
  padding: 65px;
}
.padding70px {
  padding: 70px;
}
.padding75px {
  padding: 75px;
}
.padding80px {
  padding: 80px;
}
.padding85px {
  padding: 85px;
}
.padding90px {
  padding: 90px;
}
.padding95px {
  padding: 95px;
}
.padding100px {
  padding: 100px;
}
.margin0px {
  margin: 0px;
}
.margin5px {
  margin: 5px;
}
.margin5px0px {
  margin: 5px 0px;
}
.margin0px0px5px {
  margin: 0px 0px 5px;
}
.margin0px {
  margin: 0px;
}
.margin10px {
  margin: 10px;
}
.margin15px {
  margin: 15px;
}
.margin20px {
  margin: 20px;
}
.margin25px {
  margin: 25px;
}
.margin30px {
  margin: 30px;
}
.margin35px {
  margin: 35px;
}
.margin40px {
  margin: 40px;
}
.margin45px {
  margin: 45px;
}
.margin50px {
  margin: 50px;
}
.margin55px {
  margin: 55px;
}
.margin60px {
  margin: 60px;
}
.margin65px {
  margin: 65px;
}
.margin70px {
  margin: 70px;
}
.margin75px {
  margin: 75px;
}
.margin80px {
  margin: 80px;
}
.margin85px {
  margin: 85px;
}
.margin90px {
  margin: 90px;
}
.margin95px {
  margin: 95px;
}
.margin100px {
  margin: 100px;
}
.margin0pxauto {
  margin: 0px auto;
}
.margin5pxauto {
  margin: 5px auto;
}
.margin10pxauto {
  margin: 10px auto;
}
.margin15pxauto {
  margin: 15px auto;
}
.margin20pxauto {
  margin: 20px auto;
}
.margin25pxauto {
  margin: 25px auto;
}
.margin30pxauto {
  margin: 30px auto;
}
.margin35pxauto {
  margin: 35px auto;
}
.margin40pxauto {
  margin: 40px auto;
}
.margin45pxauto {
  margin: 45px auto;
}
.margin50pxauto {
  margin: 50px auto;
}
.margin55pxauto {
  margin: 55px auto;
}
.margin60pxauto {
  margin: 60px auto;
}
.margin65pxauto {
  margin: 65px auto;
}
.margin70pxauto {
  margin: 70px auto;
}
.margin75pxauto {
  margin: 75px auto;
}
.margin80pxauto {
  margin: 80px auto;
}
.margin85pxauto {
  margin: 85px auto;
}
.margin90pxauto {
  margin: 90px auto;
}
.margin95pxauto {
  margin: 95px auto;
}
.margin100pxauto {
  margin: 100px auto;
}
.margin-bottom-5px {
  margin-bottom: 5px;
}
.margin-bottom-10px {
  margin-bottom: 10px;
}
.margin-bottom-20px {
  margin-bottom: 20px;
}
.margin-bottom-30px {
  margin-bottom: 30px;
}
.margin-bottom-40px {
  margin-bottom: 40px;
}
.margin-bottom-50px {
  margin-bottom: 50px;
}
.margin-bottom-100px {
  margin-bottom: 100px;
}
.margin-bottom-150px {
  margin-bottom: 150px;
}
.padding-bottom-5px {
  padding-bottom: 5px;
}
.padding-bottom-10px {
  padding-bottom: 10px;
}
.padding-bottom-20px {
  padding-bottom: 20px;
}
.padding-bottom-30px {
  padding-bottom: 30px;
}
.padding-bottom-40px {
  padding-bottom: 40px;
}
.padding-bottom-50px {
  padding-bottom: 50px;
}
.padding-bottom-100px {
  padding-bottom: 100px;
}
.padding-bottom-150px {
  padding-bottom: 150px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.no-float {
  float: none;
}
.clear-float {
  float: none;
  clear: both;
}
.margin-auto {
  margin: auto;
}
.margin-auto-force {
  margin: auto !important;
}
.absolute {
  position: absolute;
}
.em01 {
  font-size: 0.1em;
}
.em02 {
  font-size: 0.2em;
}
.em03 {
  font-size: 0.3em;
}
.em04 {
  font-size: 0.4em;
}
.em05 {
  font-size: 0.5em;
}
.em06 {
  font-size: 0.6em;
}
.em07 {
  font-size: 0.7em;
}
.em08 {
  font-size: 0.8em;
}
.em09 {
  font-size: 0.9em;
}
.em10 {
  font-size: 1em;
}
.em11 {
  font-size: 1.1em;
}
.em12 {
  font-size: 1.2em;
}
.em13 {
  font-size: 1.3em;
}
.em14 {
  font-size: 1.4em;
}
.em15 {
  font-size: 1.5em;
}
.em16 {
  font-size: 1.6em;
}
.em17 {
  font-size: 1.7em;
}
.em18 {
  font-size: 1.8em;
}
.em19 {
  font-size: 1.9em;
}
.em2 {
  font-size: 2em;
}
.em25 {
  font-size: 2.5em;
}
.em3 {
  font-size: 3em;
}
.em35 {
  font-size: 3.5em;
}
.em4 {
  font-size: 4em;
}
.em45 {
  font-size: 4.5em;
}
.em5 {
  font-size: 5em;
}
.line-hight-1em {
  line-height: 1em;
}
.line-hight-15em {
  line-height: 1.5em;
}
.line-hight-2em {
  line-height: 2em;
}
.line-hight-25px {
  line-height: 25px;
}
.top-75px {
  top: -75px;
}
.scale1_5-1 {
  transform: scale(1.5, 1);
}
.border-radius-25px {
  border-radius: 25px;
}
.border-solid-info-thin {
  border: solid thin #17a2b8;
}
.no-border {
  border: none !important;
}
.force-transparant {
  background: transparent !important;
  background-color: transparent !important;
}
.text-align-start {
  text-align: start;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-move {
  cursor: move;
}
.cursor-disbaled {
  cursor: not-allowed;
}
.transform-rotate-45 {
  transform: rotate(45deg);
}
.width-fit-content {
  width: fit-content;
}
.empty-background {
  background: none !important;
}
.no-border-radius {
  border-radius: 0 !important;
}
.no-transition {
  transition: none !important;
}
.deleted-strickthrough {
  color: #dc3545 !important;
  text-decoration: line-through;
}
.underline {
  text-decoration: underline;
}
.inline-children-1-1-1 > div {
  display: inline-block;
  width: 100%/3;
}
.inline-children-30-40-30 > div {
  display: inline-block;
  vertical-align: middle;
}
.inline-children-30-40-30 > div:nth-child(1) {
  width: 30%;
}
.inline-children-30-40-30 > div:nth-child(2) {
  width: 40%;
}
.inline-children-30-40-30 > div:nth-child(3) {
  width: 30%;
}
.inline-children-70-30 > div {
  display: inline-block;
  vertical-align: middle;
}
.inline-children-70-30 > div:nth-child(1) {
  width: 70%;
}
.inline-children-70-30 > div:nth-child(2) {
  width: 30%;
}
.inline-children-50-50 > div {
  display: inline-block;
  vertical-align: middle;
}
.inline-children-50-50 > div:nth-child(1) {
  width: 50%;
}
.inline-children-50-50 > div:nth-child(2) {
  width: 50%;
}
.clear-child-section-padding section {
  padding: 0;
}
.form-modal {
  opacity: 1 !important;
}
.form-modal .modal-dialog {
  opacity: 1 !important;
  margin: auto;
  padding: 0;
  max-width: 1080px !important;
}
.form-modal .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  opacity: 1 !important;
}
.form-modal .modal-dialog .modal-content > .card {
  width: 100%;
  min-height: 100%;
}
.form-modal.full-modal .modal-dialog {
  max-width: 100% !important;
}
form-input-tags tags-input .host div.tags {
  border: 1px solid #ced4da !important;
  border-color: #ced4da !important;
  moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
form-input-tags input.input {
  display: block;
  width: 100px !important;
  color: #495057;
  background-color: rgba(0, 0, 0, 0.03);
  background-clip: padding-box;
  border: 1px solid #ced4da !important;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/*### End Of General Classes ###*/
footer-box {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 !important;
  background: #343a40;
}
nav-menu {
  display: block;
  width: 100%;
  background: #fff;
}
nav-menu li > .dropdown-menu {
  background: #fff;
}
nav-menu li:not(.navbar-brand),
nav-menu a:not(.navbar-brand),
nav-menu .dropdown-item {
  color: #343a40;
}
nav-menu li:not(.navbar-brand):active,
nav-menu a:not(.navbar-brand):active,
nav-menu .dropdown-item:active {
  color: #343a40;
}
nav-menu li:not(.navbar-brand):focus,
nav-menu a:not(.navbar-brand):focus,
nav-menu .dropdown-item:focus {
  color: #343a40;
}
nav-menu li:not(.navbar-brand):visited,
nav-menu a:not(.navbar-brand):visited,
nav-menu .dropdown-item:visited {
  color: #343a40;
}
nav-menu li:not(.navbar-brand):hover,
nav-menu a:not(.navbar-brand):hover,
nav-menu .dropdown-item:hover {
  color: #343a40;
  background: #30CCFD;
}
nav-menu .navbar-toggler {
  color: #343a40;
}
.list-tree-form {
  list-style: none;
  text-align: left;
  display: block;
  padding: 0.75rem 0 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-tree-form .list-tree-title {
  background: rgba(0, 0, 0, 0.03);
  padding: 0.75rem 0 0.75rem 1.25rem;
  margin: 0;
}
.list-tree-form .list-tree-body {
  display: block;
  padding: 0.75rem 0 0.75rem 1.25rem;
  background-color: #fff;
}
.list-tree-form ul {
  list-style: none;
}
form-input.remove-label label {
  display: none !important;
}
.navbar-brand > img {
  max-width: 100px;
}
.form-input .input-group {
  background: transparent;
}
form-input-date .form-control:disabled,
form-input-datesbetween .form-control:disabled,
form-input-date .form-control[readonly],
form-input-datesbetween .form-control[readonly] {
  background-color: #ffffff !important;
}
contact-us,
swipable-box,
contact-address,
nav-menu,
cms-nav-menu,
footer-box,
gallery-slider,
product-item,
up-down-counter,
order-item,
form-input,
form-input-phonenumber,
form-input-image,
form-input-numbers,
form-input-select,
purchasing-assignment-item,
custom-nav,
bootstrap-carousel,
section-s1,
section-s2,
section-s3,
section-s4,
section-s5,
section-s6,
section-s7,
section-s8,
section-s9,
section-s10,
section-s11,
section-s12,
section-s13,
section-s14,
section-s15,
section-s16,
section-s17,
section-s18,
section-s19,
section-s20,
drag-n-drop,
country-city,
ng-tabel-extended,
box-info,
tags-input,
form-input-textarea,
form-input-button,
form-input-multiselect,
form-input-tags,
form-input-googlemapembed,
form-input-hoursbetween,
form-input-hour,
form-input-datesbetween,
form-input-date,
form-input-openinghours,
form-input-datetime,
form-input-toggle {
  display: block;
  width: 100%;
  /*margin-top: 20px;*/
  /*margin-bottom: 20px;*/
}
multiple-file-upload,
file-upload {
  display: block;
  width: 100%;
  /*margin-top: 20px;*/
  /*margin-bottom: 20px;*/
}
multiple-file-upload.remove-label label,
file-upload.remove-label label {
  display: none !important;
}
.hide-clear-date-button .uib-clear {
  display: none !important;
}
.intl-tel-input {
  width: 100%;
}
button.x-remove-button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 1px 7px;
}
.autoheight-select .ui-select-bootstrap > .ui-select-match > .btn {
  height: auto;
}
.autoheight-select .ui-select-bootstrap.ui-select-container {
  height: auto;
}
.ui-select-match-item {
  border: 2px solid rgba(0, 0, 0, 0.2);
  /* box-shadow: 2px 2px 8px rgba(0,0,0,0.2), -2px -2px 8px rgba(0,0,0,0.2); */
}
.ui-select-choices {
  display: block;
}
.ui-select-bootstrap.open {
  z-index: 2051;
  /* greater then ui bootstrap modal, that 1050 */
}
.ui-select-choices {
  min-height: 30px;
}
input.ui-select-search {
  border: 2px solid rgba(0, 0, 0, 0.1) !important;
  max-width: 100%;
}
file-upload .file-upload-container,
multiple-file-upload .file-upload-container,
form-input-image .file-upload-container {
  /*margin: auto;*/
  /*border: 1px solid rgba(0,0,0,0.1);*/
  /*padding: 0 10px;*/
  /*width: 100%;*/
  /*height: 43px;*/
}
file-upload .file-upload-container .dragover,
multiple-file-upload .file-upload-container .dragover,
form-input-image .file-upload-container .dragover {
  border: 5px dashed #343a40 !important;
}
file-upload .file-upload-container .file-upload-container-input,
multiple-file-upload .file-upload-container .file-upload-container-input,
form-input-image .file-upload-container .file-upload-container-input {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 23;
  width: 70%;
}
file-upload .file-upload-container .file-upload-container-input.full-width,
multiple-file-upload .file-upload-container .file-upload-container-input.full-width,
form-input-image .file-upload-container .file-upload-container-input.full-width {
  width: 100% !important;
}
file-upload .file-upload-container .file-upload-container-input input,
multiple-file-upload .file-upload-container .file-upload-container-input input,
form-input-image .file-upload-container .file-upload-container-input input {
  height: 100% !important;
  background: #fb00006b !important;
  border: none !important;
  width: 100% !important;
  margin: auto !important;
  color: #000 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0 !important;
}
file-upload .file-upload-container .file-upload-container-input button,
multiple-file-upload .file-upload-container .file-upload-container-input button,
form-input-image .file-upload-container .file-upload-container-input button {
  height: 100% !important;
  background: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100% !important;
  margin: auto !important;
  padding: 6px 10px !important;
  color: #000 !important;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
file-upload .file-upload-container .file-upload-container-button,
multiple-file-upload .file-upload-container .file-upload-container-button,
form-input-image .file-upload-container .file-upload-container-button {
  display: inline-block;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}
file-upload .file-upload-container .file-upload-container-button button,
multiple-file-upload .file-upload-container .file-upload-container-button button,
form-input-image .file-upload-container .file-upload-container-button button {
  width: 100%;
  height: 100%;
  text-align: center;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
toggle > div.toggle.btn {
  width: 100% !important;
}
.btn.disabled {
  opacity: 0.3;
}
ng-tabel-extended table thead tr th div span {
  white-space: nowrap !important;
}
span.btn.toggle-handle.btn-default {
  background-color: #fff;
}
ng-tabel-extended .table {
  margin: 0;
}
ng-tabel-extended [ng-table-pagination="params"] {
  padding: 10px 0;
}
ng-tabel-extended .ng-table-pager {
  height: 37px;
}
ng-tabel-extended .ng-table-pager .pagination {
  margin: 0;
  padding: 0;
  display: block;
}
form-input-select a.clear-button.ui-select-clear-button {
  position: absolute;
  right: 6px;
  top: 9px;
}
/*// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) {
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) {
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
}

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
}

// Small devices (landscape phones, less than 768px)
@media (max-width: 767.98px) {
}

// Medium devices (tablets, less than 992px)
@media (max-width: 991.98px) {
}

// Large devices (desktops, less than 1200px)
@media (max-width: 1199.98px) {
}

// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
}*/
.ui-select-clear-button {
  z-index: 200;
  float: none;
  clear: both;
  position: absolute;
  right: 0;
  top: 7px;
}
@media (min-width: 576px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 1em;
  }
}
@media (min-width: 768px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 2em;
  }
}
@media (min-width: 992px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 4em;
  }
}
@media (min-width: 1200px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 4em;
  }
}
@media (max-width: 575.98px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 1em;
  }
}
@media (max-width: 767.98px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 1em;
  }
}
@media (max-width: 991.98px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 2em;
  }
}
@media (max-width: 1199.98px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 4em;
  }
}
@media (max-width: 575.98px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 1em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 2em;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 4em;
  }
}
@media (min-width: 1200px) {
  .product-display-modal .modal-dialog.modal-lg {
    margin: 0 !important;
    padding: 4em;
  }
}
/*.container-fluid.body-container, .body-container {*/
html {
  max-width: 1400px;
  margin: auto !important;
}
.modal-dialog.modal-lg .modal-content > .tax-form-container {
  max-width: 100% !important;
  margin: auto;
  background: #fff;
}
.modal-dialog.modal-lg .modal-content > .tax-form-container > div {
  max-width: 1400px !important;
  margin: auto;
}
section > div.row {
  width: 100%;
  margin: auto;
}
section > div.row > div[class*=' col-'] {
  padding: 0 !important;
}
toggle > div.toggle.btn {
  width: 100% !important;
}
form-input-select > div.form-input > div.input-group > div.ui-select-container > div.ui-select-match > span.ui-select-toggle {
  overflow: hidden;
  padding: 3px 8px;
}
form-input-select > div.form-input > div.input-group > div.ui-select-container > ul.ui-select-choices {
  width: initial !important;
}
form-input-select > div.form-input > div.input-group > div.ui-select-container > ul.ui-select-no-choice {
  width: initial !important;
}
.three-devider-group .three-devider-block {
  width: calc((100% / 3) - 0.1px);
  display: inline-block;
}
.form-floating > .required-label {
  position: absolute;
  right: -10px;
  left: initial !important;
  width: auto !important;
  color: indianred;
  z-index: 10;
}
.input-switch {
  height: 58px;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem !important;
  /*padding: 20px 0px 0px 50px;*/
}
.input-switch > input {
  position: relative;
  top: 27px;
  left: 14px;
}
.input-switch > label {
  position: relative;
  top: 12px;
  left: -38px;
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.select-input > div.form-control {
  padding: 0px !important;
}
.select-input > div.form-control > div.ui-select-match {
  padding-top: 20px !important;
}
.phone-number-input {
  height: 58px !important;
}
.phone-number-input > .intl-tel-input {
  position: relative;
  top: -54px;
  padding: 0px 1px;
}
.phone-number-input > .intl-tel-input > .flag-container {
  padding-top: 20px;
}
.phone-number-input > .intl-tel-input > input.form-control {
  border: none;
  padding-top: 22px;
}
.multiselect-input > div.form-control {
  background: transparent;
  padding: 0px !important;
}
.multiselect-input > div.form-control > div:first-child {
  padding-top: 30px !important;
}
.multiselect-input > div.form-control > div:first-child .ui-select-match-item {
  margin: auto !important;
  padding: 5px 5px !important;
}
.multiselect-input > div.form-control > div:first-child .ui-select-match-item > .ui-select-match-close {
  font-size: 1.2em !important;
}
.multiselect-input > div.form-control > div:first-child > input.ui-select-search {
  width: 100% !important;
}
.input-checkbox {
  height: 58px;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem !important;
  /*padding: 17px 0px 0px 36px;*/
}
.input-checkbox > input {
  position: relative;
  top: 27px;
  left: 14px;
}
.input-checkbox > label {
  position: relative;
  top: 12px;
  left: -20px;
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.page-filter-container {
  width: 100% !important;
  height: 100% !important;
  /*overflow: hidden;*/
}
.page-filter-container .page-filter {
  position: relative;
  width: 100% !important;
  height: 100% !important;
  transition: width 500ms, height 500ms, top 500ms;
  /*overflow: hidden;*/
  top: 0;
}
.page-filter-container .hide-filter {
  position: relative;
  height: 0px !important;
  top: -1200px;
}
[uib-datepicker-popup-wrap] .uib-title {
  /*background: #ececec;*/
}
/*.uib-time.hours, .uib-time.minutes {
    input {
        width: 100%;
    }
}
*/
/*.form-input {
    .input-group {
        background: transparent;

        .uib-timepicker {
            width: 100%;

            .uib-time.am-pm {
                button {
                    width: 100% !important;
                }
            }
        }
    }
}
*/
.input-group-mappreview {
  border-radius: 25px;
  overflow: hidden;
  border: 5px solid var(--bs-border-color);
  background: var(--bs-border-color);
}
.dropdown-icon-fix::after {
  font-size: 1.5em;
  top: 5px;
  position: relative;
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.zindex1000 {
  z-index: 1000;
}
.zindex1100 {
  z-index: 1100;
}
.zindex1200 {
  z-index: 1200;
}
.zindex1300 {
  z-index: 1300;
}
.zindex1400 {
  z-index: 1400;
}
.zindex1500 {
  z-index: 1500;
}
.zindex1600 {
  z-index: 1600;
}
.zindex1700 {
  z-index: 1700;
}
.zindex1800 {
  z-index: 1800;
}
.zindex1900 {
  z-index: 1900;
}
.zindex2000 {
  z-index: 2000;
}
.no-transition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.no-transition-children * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.plus-minus-counter .equal-size {
  width: 50px;
  height: 50px;
  padding: 5px;
  object-fit: cover;
  /* Ensures the image fills the container */
}
@media screen and (min-width: 920px) {
  .fullscreen-img img {
    width: 34%;
    height: 100%;
    object-fit: contain;
    display: block;
  }
  .fullscreen-img {
    display: flex;
    justify-content: center;
  }
  .ImgLogo {
    display: block;
    position: absolute;
    top: 15px;
    width: 111px;
    left: 37%;
  }
  .LogoInstagram {
    display: block;
    position: absolute;
    top: 3%;
    width: 4%;
    left: 59%;
  }
  .Text {
    display: block;
    position: absolute;
    top: 21%;
    width: 10%;
    left: 49%;
  }
  .OurMenuBtn {
    position: absolute;
    top: 48%;
    left: 44%;
    width: 13%;
  }
  /* .borderbtn {
        display:block;
        width: 134px;
        height: 51px;
        position: absolute;
        top: 52%;
        left: 36%;
        border-radius: 50px 50px 50px 50px;
        padding: 0px;
        background-color: #d59fb5;
    }*/



    .EatImg {
        width: 15%;
        position: absolute;
        left: 43%;
        TOP: 55%;
    }
    .FeedbackBtn {
        position: absolute;
        top: 60% !important;
        left: 41%;
        width: 18%;
    }

   
}
@media screen and (max-width: 920px) {
  .fullscreen-img {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  .fullscreen-img img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
    display: block;
  }
  .ImgLogo {
    position: absolute;
    width: 25%;
    top: 10px;
    left: 18px;
  }
  .LogoInstagram {
    position: absolute;
    width: 12%;
    top: 18px;
    right: 30px;
  }
  .Text {
    position: absolute;
    top: 145px;
    width: 49%;
    left: 162px;
  }
  .OurMenuBtn {
    position: absolute;
    top: 47%;
    left: 28%;
    width: 47%;
  }
  /*.borderbtn {
        width: 134px;
        height: 51px;
        position: absolute;
        top: 52%;
        left: 36%;
        border-radius: 50px 50px 50px 50px;
        padding: 0px;
        background-color: #d59fb5;
    }*/
    .FeedbackBtn {
        POSITION: ABSOLUTE;
        top: 62% !important;
        left: 16%;
        width: 65%;
    }
  /*.FeedbackBorderBtn {
        POSITION: ABSOLUTE;
        top: 59%;
        left: 29%;
        border-radius: 50px 50px 50px 50px;
        padding: 6px;
        background-color: #d59fb5;
        border-color: #d59fb5;
        width: 206px;
        height: 50px;
    }*/
    .EatImg {
        width: 50%;
        position: absolute;
        left: 25%;
        TOP: 56%;
    }
}
section > div.row > div[class*=' col-'] {
  padding: 20px !important;
}
.pagination li.active > a {
  background-color: #395a73 !important;
  border-color: #395a73 !important;
}
.pagination > li > a,
.pagination > li > span {
  color: #395a73 !important;
}
.pagination li.active > a {
  color: #fff !important;
}
.block-ui-visible .block-ui-container {
  display: none !important;
}
.block-ui-container {
  display: none !important;
}
.block-ui-overlay {
  display: none !important;
}
.block-ui-message-container {
  display: none !important;
}
.block-ui-message {
  display: none !important;
  visibility: hidden !important;
}
.block-ui-message-container {
  display: none !important;
}