﻿html,
body,
ul,
ol,
li,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}
.mail-msg-h{
  height: 388px !important;
}
#sortable .inner {
  padding: 8px 15px;
  display: grid;
  margin: 10px;
  box-shadow: 0 2px 6px var(--shadow);
  background-color: #fff !important;
  text-align: center;
}

.icon-tutorial {
  width: 50px;
  height: 50px;
  margin: 11px 11px 0px 0px;
}

.img_user_small {
  border-radius: 7px;
  padding: 5px;
}

.popover-content {
  display: flex !important;
}

.imag-pro {
  height: 123px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.input-hidden {
  position: absolute;
  left: -9999px;
}

.box-account-icon {
  font-size: 30px;
  display: grid;
  justify-content: center;
  align-content: center;
  margin-right: 23px;
  margin-left: 17px;
  border-radius: 50%;
  border: 3px solid var(--color2);
  width: 50px;
  height: 50px;
  margin-top: 7px;
  min-width: 50px;
  min-height: 50px;
}

.w-constant {
  width: 46px;
}

.box-account-icon i {
  width: unset !important;
}

input[type="checkbox"]:checked+label {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #add4ff;
}

input[type="radio"]:checked+label {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #add4ff;
}

.btn-primary {
  color: var(--text) !important;
  background-color: var(--main-color) !important;
  border-color: var(--main-color) !important;
}


.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  background-color: var(--menu-dark) !important;
}

.navbar {
  background-color: var(--nav);
}

/* Stuff after this is only to make things more pretty */
input[type="checkbox"]+label {
  transition: 500ms all;
}

input[type="checkbox"]:checked+label {
  background-color: #add4ff;
}

.selectable-list tr:hover {
  background-color: var(--shadow);
  cursor: pointer;
}

.order-item-btn {
  display: inline-block;
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  margin: 5px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.order-item-btn input[type="checkbox"] {
  display: none;
  /* Hide the default checkbox */
}

.order-item-btn input[type="checkbox"]:checked+label {
  background-color: #28a745;
}

.order-item-btn:hover {
  background-color: #0056b3;
}

.order-item-btn input[type="checkbox"]:checked+label {
  background-color: #28a745;
  /* Green color when checked */
}

.imgbg {
  overflow: hidden;
}

#imgbg img {
  max-width: 480px;
}

.spinner-border {
  color: var(--main-color) !important;
}

.table-amount tr th {
  text-align: right;
  font-weight: 700;
}

.label-print-text {
  font-size: 1rem;
  font-family: sans-serif;
  width: 70px;
  padding-top: 10px;
}

.col-md-6 {
  align-content: end;
}

.custom-icon {
  right: 5px;
  top: 19px;
  width: 29px !important;
  text-align: right;
  font-size: 33px !important;
  color: #e4f0f9 !important;
}

.text-muted-light {
  --bs-text-opacity: 1;
  color: #95aac9 !important;
}

.bg-success-soft {
  background-color: #ccf7e5 !important;
  color: #00d97e;
}

.ch-120 {
  height: 120px !important;
}

.tab-buttons {
  display: flex;
  cursor: pointer;
}

.tab-buttons button {
  padding: 10px;
  border: none;
  background-color: #ddd;
  margin-right: 5px;
  font-size: 17px;
  color: #000;
}

.tab-buttons button.active {
  background-color: #ff9100;
  color: white;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* Style for tab content */
.tab-content {
  display: none;
  border-top: 1px solid #e8e8e8;
}

.tab-content.active {
  display: block;
}

.sticky-cart {
  border-bottom: 1px solid #d9d9d9;
  display: inline-grid;
  border: 1px solid #0041ff54;
  padding: 13px;
  text-align: center;
  font-size: 19px;
  text-overflow: ellipsis;
  box-shadow: 0 5px 6px #0072ff17;
  cursor: pointer;
}

.box {
  float: left;
  width: 25%;
  height: 170px;
  padding: 8px;
}

.box img {
  width: 40px;
  max-height: 40px;
}

.box .icon {}

#dialog {
  overflow: auto
}

.box-3 {
  float: left;
  width: 33.3333%;
  height: 91px;
  padding: 8px;
}

.box-3 .custom-prod {
  height: 75px;
}

.tb-pricelist .icon img {
  width: 40px;
  max-height: 40px;
}

.overscroll {
  overflow-y: auto;

  min-width: 230px;
}

.label-img {
  text-align: left;
  margin-bottom: 20px;
}

.text-gray {
  color: #307cb9 !important;
  text-align: left;
  display: block;
  font-size: 10px;
  margin-bottom: 10px;
}

.btn-close {
  background-color: #464646 !important;
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
}

.btn-close i {
  width: 19px;
}

#myInput {
  background-image: url("../css/searchicon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #41a5f4;
  margin-bottom: 12px;
}

#myTable {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 18px;
}

#myTable th,
#myTable td {
  text-align: left;
  padding: 12px;
}

#myTable tr {
  border-bottom: 1px solid #ddd;
}

#myTable tr.header,
#myTable tr:hover {
  background-color: #ebedf1;
}

.custom-table {}

.custom-table tr {}

.active-tr {
  background-color: #007bff40 !important;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 2rem 1rem !important;
  }
}

.badge {
  text-transform: capitalize;
}

.custom-table td {
  padding: 9px;
  padding-left: 0px;
  color: #000;
  font-size: 12px;
}

.custom-prod {
  border-bottom: 1px solid #d9d9d9;
  display: inline-grid;
  height: 150px;
  border: 1px solid #0041ff1f;
  padding: 13px;
  text-align: center;
  font-size: 13px;
  text-overflow: ellipsis;
  box-shadow: 0 5px 6px #0072ff17;
  cursor: pointer;
  width: 100%;
  background-color: #fff;
}

.custom-prod input[type="checkbox"]:checked+label {
  border: 1px solid #fff;
  box-shadow: 0 0 3px 3px #add4ff;
}

.repairstatus {
  display: initial;
  margin: 17px;
  float: left;
  font-size: 19px;
  cursor: pointer;
  text-align: center;
  padding: 17px;
}

.repairstatus label {
  cursor: pointer;
}

#sortable {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

#sortable li {
  padding: 0px;
  font-size: 16px;
  height: 368px;
  width: 20%;
  cursor: grab;
  margin: 0;
  background-color: #fff;
  border: 0;

}

#table_function {
  width: 100%;
}

.onder-search {}

#sortable li:active {
  cursor: grabbing;
}

#sortable li span {
  position: absolute;
  margin-left: -1.3em;
}

.product-tr {
  padding: 6px 6px;
  margin: 7px;
  display: inline-grid;
  border: 1px solid #ccc;
}

.product-tr .inner div {
  padding: 10px;
  display: grid;
}

boxb {
  float: left;
  width: 33.33333333%;
}

.video-background {
  background: #000;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

.copyright {
  position: fixed;
  bottom: 10px;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  left: 10px;
  z-index: 2;
}

.chart {
  width: 100%;
  margin: 0 auto;
  height: 500px;

}

.filterbox {
  cursor: pointer;
}

.filterbox:hover .removefilterbtn {
  opacity: 1;
  transition: all 0.3s ease;
}

.removefilterbtn {
  opacity: 0;
  transition: all 0.3s ease;
  color: #858585;
}

#customer_table tr {
  cursor: pointer;
}

box {
  background-color: var(--main-color);
  padding: 8px;
  margin: 10px;
  display: block;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px 0 var(--shadow);
  margin-bottom: 20px;
}

box p {
  font-size: 17px;
}

box h1 {
  text-align: center;
}

body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 12px;
  background-color: #efefef;
  margin-left: 262px !important;
}

.image-body {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/bg2.jpg);
  margin-left: 0 !important;
}

.container {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;

}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--overlay);
  z-index: 1;
}

.login-box-before {
  display: table;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  float: right;
  z-index: 1;
  position: relative;
}

.login-box-before .middle {
  vertical-align: middle;
  display: table-cell;
}

.login-box {
  border: 1px solid #dfdfdf;
  padding: 20px;
  background-color: #fff;
  display: grid;
  max-width: 340px;
  margin: 0 auto;
  border-radius: 5px;
  box-shadow: 0px 3px 18px 2px rgba(0, 0, 0, 0.4588235294117647);
}

button,
.btn {
  background-color: var(--main-color);
  border-radius: 20px;
  padding: 12px;
  padding-left: 18px;
  padding-right: 25px;
  color: #fff;
  cursor: pointer;
  outline: 0 !important;
  border: 1px solid;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--shadow);
  border-bottom: 1px solid var(--border-dark);
  /*margin-bottom: 10px;
	margin-top: 13px;*/
}

button:hover,
.btn:hover {
  background: var(--color2);
  box-shadow: 0 0px 14px 2px var(--shadow);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.link {
  color: #007cdf;
  text-decoration: underline;
  cursor: pointer;
}

.link2 {
  color: #daeeff;
  text-decoration: underline;
  cursor: pointer;
}

.email-reset i {
  font-size: 50px;
  margin-bottom: 12px;
}

.email-reset p {
  display: block;
}

.check-red {
  color: #de0606;
}

.email-reset {
  border: 1px solid #ffdd79;
  padding: 7px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff5d7;
  border-radius: 6px;
}

.syncmsg {}

.admin-menu {
  font-size: 14px !important;
  background-color: var(--main-color);
  height: 100%;
  position: fixed;
  left: 0;
  width: 262px;
  top: 0;
  box-shadow: 2px 0px 2px 0px #061e3c7d;
  z-index: 999;
  overflow-y: auto;
}

.admin-menu ul {
  padding: 0;

  margin: 0px;
  list-style: none;
}

.admin-menu ul li {
  padding: 15px;
  cursor: pointer;
  text-align: left;
  border-bottom: 1px solid var(--color2);
  color: var(--text-light);
}

/* .admin-menu ul li i{
				color:var(--icon);
			} */
.admin-menu ul .active {
  background-color: var(--menu);
  color: var(--text-dark);
}

.admin-menu .fa {
  margin-right: 14px;
  font-size: 17px !important;
}

.admin-menu a {
  font-size: 17px !important;
}

.admin-menu ul li:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--menu);
  color: var(--text);
}

.text-underline {
  text-decoration: underline;
}

.company-remove-box {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 32px;
  width: 30px;
  border-radius: 2px !important;
  border-top-left-radius: 9px !important;
  background-color: #eb040482 !important;
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.companies-cards:hover .company-remove-box {
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  color: #ffffff;
  overflow: hidden;
}

.custom-tr {
  padding: 8px 15px;
  display: inline-grid;

  margin: 5px;
  box-shadow: 0 2px 6px #2196f342;
  background-color: #fff !important;
  margin-bottom: 15px;
}

.float-right {
  float: right !important;
}

.btn-admin-logout {
  background-color: #ff9800 !important;
}

.btn-admin-logout i {
  color: #fff !important;
}

.btn-admin-logout:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffb13d !important;
}

.admin-title-bar {
  background-color: #d9dbe7;

  display: table;
  width: 100%;
  box-shadow: 0 3px 2px 0px #12294647;
  position: relative;
}

.table td {
  vertical-align: middle !important;
}

.admin-logo {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;

  width: 262px;
  height: 118px;
  display: table-cell;
  vertical-align: middle;
}

.table-small {
  background-color: unset;
}

.table-small tr {
  border-bottom: 1px solid #eaeaea;
}

.table-small td {
  padding: 5px;
}

.table-small tr:nth-child(odd) {
  background-color: unset
}

.card-img-holder {
  width: 100px;
}

.card-text-holder {
  width: 169px;
}

.cursor-pointer {
  cursor: pointer;
}

.prim-shadow {
  box-shadow: 0 2px 6px var(--shadow);
}

.companies-row {
  margin-left: -10px;
  margin-right: -10px;
}

.companies-cards {
  float: left;
  width: 25%;
  min-width: 272px;
}

.companies-cards .holder {
  margin: 10px;
  background: #fff;
}

.companies-cards .img {
  width: 50px;
  height: 50px;
}

.img-250 {
  width: 250px;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: block;
  float: none;
}

.user-box {
  display: table-cell;
  vertical-align: middle;
  direction: rtl;
  width: 100%;
  height: 35px;
}

.img-user-small {
  background-position: center;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  background-image: url(../icons/user.png);
  float: left;
  border: 1px solid var(--img-border);
  background-color: #ecf6ff;
  background-size: contain;
  border-radius: 4px;
}

.admin-lang {
  display: table-cell;
  vertical-align: middle;
  direction: rtl;
  width: 108px;
}

.admin-lang ul {
  margin: 0;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  box-shadow: 0 8px 11px -2px var(--menu);
  top: 34px;
  overflow: hidden;
  display: none;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.admin-lang ul li {
  padding: 11px 0px 11px 45px;
  cursor: pointer;
  width: 200px;
  background-position: 10px;
  background-repeat: no-repeat;
  border-bottom: 1px solid #00000024;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.admin-lang ul li:hover {
  background-color: #ff9800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.admin-lang ul .active {
  background-color: var(--main-color);
  color: var(--main-text-color);
}

.admin-lang .lang {
  height: 33px;
  width: 33px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.admin-lang:hover {

  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  box-shadow: 0 1px 5px 0 var(--menu);
}

.admin-lang:hover ul {
  display: block;
}

.tab-box {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 20px;
  background-color: var(--tab-box);
  margin-top: 20px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);

  cursor: pointer;
}

.tab-box .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 215px;
  width: 100%;
}

.d-flex-custom {
  display: flex;
}

.save-box {}

.save-box .flag {
  background-repeat: no-repeat;
  background-position: 8px;
}

.no-content {
  display: table;
  width: 100%;
}

.no-content .holder {
  font-size: 19px;
  color: var(--no-content);
  display: table-cell;
  vertical-align: middle;
}

.no-content .custom {
  height: 300px;
  width: 100%;
}

.no-content .holder .fa {
  font-size: 35px !important;
  margin-right: 30px;
  display: table-cell;
  vertical-align: middle;
}

.no-content .holder p {
  font-size: 20px !important;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

.box:hover>.remove-box {
  opacity: 1;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.remove-box {
  position: absolute;
  right: 9px;
  bottom: 17px;
  padding: 0px !important;
  height: 30px;
  width: 30px;
  border-radius: 2px !important;
  border-top-left-radius: 7px !important;
  background-color: #eb040482 !important;
  opacity: 0;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  color: #fff !important;
  border-bottom-right-radius: 7px !important;
}

.btn-group input[type="radio"] {
  display: none;
}

table {
  width: 100%;
  text-align: left;
  background-color: #fff;
}

table tr:nth-child(odd) {
  background-color: rgb(156 183 231 / 5%);
}

table tr {
  padding: 8px 15px;
}

table tr th {
  padding: 8px 8px;
  display: table-cell;
  text-align: left;
  vertical-align: top;
  padding-left: 20px;
}

table tr td {
  padding: 13px;
  padding-left: 20px;
  color: #000;
  font-size: 12px;
}

table .small-icon img {
  width: 50px;
  max-height: 50px;
  cursor: pointer;
}

.btn-fun {
  border-radius: 4px;
  padding: 7px;
}

.slider-title {
  background-color: #fff;
  padding: 10px;
}

.slider-holder {
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
}

.slider {
  border: 1px solid #dfdfdf;
  padding: 10px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  background-color: rgb(246, 246, 246);
  width: auto;
}

.edit-img {
  font-size: 21px;
  background-color: #49af60;
  border-radius: 6px;
  width: 52px;
  height: 38px;
  color: #fff;
  padding: 2px 14px 7px 14px;
  box-shadow: 0 3px 4px 0px #00000036;
  cursor: pointer;
  transition: ease 0.3s all;
}

.edit-img:hover {
  background-color: #6ed385;
  transition: ease 0.3s all;
}

.date-p {
  margin: 0;
  font-size: 11px;
  color: #555;
}

.pages {
  border: 1px solid #e2e2e2;
  width: 28px;
  float: right;
  background-color: #e9e9e9;
  margin: 2px;
  padding: 10px;
  text-align: center;
}

.pages:hover {
  border: 1px solid #ffdead;
  background-color: #feefd9;
}

.weekp {
  text-align: center;
  color: #989898;
}

.black-screen {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

.black-screen .div {
  display: table;
  height: 100%;
  width: 100%;
}

.black-screen .content {
  display: table-cell;
  vertical-align: middle;
}

.black-screen .box {
  background-color: #fff;
  width: 500px;
  min-height: 241px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 1px 2px 0 #000;
}

.black-screen .title {
  padding: 5px;
  background-color: #f1f1f1;
  overflow: hidden;
}

.close {
  border-radius: 3px;
  background-color: #ffc1c1;
  float: right;
  text-align: center;
  padding: 2px;
  color: #a65858;
  cursor: pointer;
}

.close:hover {
  background-color: #f68080;
  color: #ffc6c6;
}

.check-day {
  cursor: pointer;
}

input[type="time"],
input[type="date"] {
  border: 1px solid #e5e5e5;
  outline: 0;
  padding: 6px;
  padding-left: 15px;
  padding-right: 8px;
  background-color: #f2f2f2;
}

.remove {
  border-radius: 4px;
  padding: 5px 9px 5px 9px;
  margin: 0 auto;
  background-color: #f04a82;
  border: 1px solid #e91e63;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.remove:hover {
  background-color: #ff679a;
  border: 1px solid #ff518c;
  box-shadow: 0 0px 14px 2px rgba(233, 30, 99, 0.27);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.small-remove {
  padding: 0px 3px 0px 3px !important;
  font-size: 8px !important;
}

.view-occasion {
  min-height: 250px;
  height: 100%;
  display: table;
  width: 100%;
}

.loader-box {
  position: absolute;
  top: 0;
  z-index: 99999;
  background-color: #a1a1a1;
  opacity: 0.95;
  min-height: unset;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loader-holder {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  background-color: #0000000f;
}

.d-table-cell {
  display: table-cell;
}

.customized {
  width: 20px;
  height: 20px;
  display: inline-block;
  display: none;
  position: absolute;
  margin-left: 11px;
  margin-top: 4px;
}

.customized #loader {
  width: 18px;
  height: 18px;
}

.customized2 {
  vertical-align: middle;
  display: none;
  padding-left: 12px;
}

.customized2 #loader {
  width: 8px;
  height: 8px;
  border: 3px solid #e5e5e5;
  border-top: 3px solid var(--main-color);
}

.price {}

.min_price {}

.average_price {}

.max_price {}

#loader {
  z-index: 1;
  margin: 0 auto;
  border: 5px solid #c6c6c6;
  border-radius: 50%;
  border-top: 5px solid var(--main-color);
  width: 25px;
  height: 25px;
  overflow: hidden;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  vertical-align: middle;
  text-align: center;
}

.select-lang {
  background-position: 6px 14px;
  background-size: inherit;
  background-repeat: no-repeat;
  padding-left: 27px;
}

.viewer {
  cursor: pointer;
  transition: all 0.3s;
}

.viewer:hover {
  transition: all 0.3s;
  background-color: #00000042;
}

.ar {
  background-image: url(../icons/ar.png);
}

.en {
  background-image: url(../icons/en.png);
}

.de {
  background-image: url(../icons/de.png);
}

.fr {
  background-image: url(../icons/fr.png);
}

.nl {
  background-image: url(../icons/nl.png);
}

.es {
  background-image: url(../icons/es.png);
}
.repair-icons{
  float: left;
  padding: 10px;
  margin: 5px;
  background-color: #eee;
  height: 80px;
  width: 80px;
  display: inline-flex;
  cursor: pointer;
  transition: ease 0.3s all;
}
.repair-icons:hover{
  background-color: #f7f1e5;
  transition: ease 0.3s all;
}
.load2 {
  background-image: url("../icons/load.gif");
  background-position: 90% center;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-right: 35px;
  background-color: #fff;
  color: #ccc;
}

.custom-form-row {
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f9fc;

  margin-bottom: 20px;
}

#myInput {
  box-sizing: border-box;
  background-image: url("../icons/search.png");
  background-position: 7px center;
  background-repeat: no-repeat;
  background-size: 23px;
  font-size: 16px;
  border: none;
  border-bottom: 1px solid #ddd;
  text-indent: 2px;
}

#myInput:focus {
  outline: 3px solid #ddd;
}

.dropdown {
  position: relative;
  display: block;
}

.dropbtn {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #41a5f4;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

.country-list {
  max-height: 250px;
  overflow: auto;
}

.country-list a {
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #e6e9f1;
  min-width: 230px;
  border: 1px solid #3ba2f4;
  z-index: 999;
  right: 0;
  left: 0;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.menulogo {
  width: 50px !important;
  background-size: contain !important;
  height: 50px !important;
}

.default {}

.dropdown a:hover {
  background-color: #fff;
}

.h-200px {
  height: 200px !important;
}

.show {
  display: block;
}

.mr-3-custom {
  margin-right: 1rem !important;
}

.selected-template {
  position: absolute;
  right: 0;
  height: 24px;
  width: 25px;
}

.text-area-html {}

.text-area-html textarea {
  width: 100%;
  height: 247px;
}

.edit-company {}

.edit-company .companies-cards {
  float: unset;
  width: unset;
}

@-webkit-keyframes flashing {
  0% {
    background-color: white;
    opacity: 1;
  }

  50% {
    background-color: #00000042;
  }

  100% {
    background-color: white;
  }
}

.flash {
  -webkit-animation-name: flashing;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: 2;
  -webkit-animation-timing-function: ease-in-out;
}

.showgray {
  background-color: #00000042;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.menu-btn {
  border-radius: unset !important;
  margin: 0 auto !important;
  width: 100% !important;
  border-radius: 0px !important;
  transition: all 0.3s ease-in-out;
}

.menu-moving {
  width: 50px;

}

.menu-text {}

.body-menu {
  margin-left: 50px !important;

}

.menu-hide-text {
  display: none;
}

.tip {
  background-color: #f6c378;
  padding: 16px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 6px;
  margin-bottom: 7px;
  margin-top: 7px;
}

.tip p {
  margin: 0;
  font-weight: bold;
}

.tip a {}

.alart-message {
  padding: 10px;
  border: 1px solid #ffbda8;
  border-radius: 0px;
  margin-top: 7px;
  background-color: #ffe9e2;
  font-weight: bold;
  background-image: url(../icons/message.png);
  background-repeat: no-repeat;
  background-position: 4px;
  padding-left: 15px;
}

.overview-table {
  font-size: 19px;
  box-shadow: 0 5px 6px #0072ff17;
  margin-bottom: 20px;
  border: 1px solid #0041ff54;
  border-bottom: 2px solid #0041ff36;
}

.overview-table tr {}

.alart-message i {
  margin-right: 9px;
  font-size: 15px;
  color: #ee8d6f;
}

.textarea {
  width: 100%;
  min-height: 250px;
}

.nextbtn-holder {
  overflow: hidden;
  padding-top: 10px;
}

.qcodebox {

  padding: 15px;
  margin: 0px 0px 20px 0;
  display: inline-table;
  border-radius: 3px;
}

.status-box-holder {
  border: 1px solid #0041ff54;
  box-shadow: 0 5px 6px #0072ff17;
  padding: 14px;
  margin-bottom: 14px;
}

.status-box-holde input[type="text"] {
  margin-bottom: 0;
}

#sec_2,
#sec_3,
#sec_4,
#sec_5,
#sec_6 {
  display: none;
}

.left-side-cart {
  float: left;
}

.right-side-cart {}

.ima-100 {
  height: 150px;
  width: 100%;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 14px;
}

.ima {
  height: 60px;
  width: 60px;
  border: 1px solid #c1e5ff;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.uploadimage {
  border: 2px dashed #8297ff;
  overflow: hidden;
  display: block;
  background-color: #fff;
  cursor: pointer;
  padding: 21px;
  text-align: center;
  background-image: url(../icons/add.png);
  background-repeat: no-repeat;
  background-position: center;
}

.custom-width-for-drawer {
  min-width: 130px !important;
}

.uploadimage input[type="file"] {
  visibility: hidden;
}

.w-100 {
  width: 100%;
}

.extra-info {
  width: 400px;
  min-height: 200px;
}

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

.success-check {
  font-size: 60px !important;
  color: #00bea5;
  text-align: center;
  margin: 10px auto;
  width: 70px !important;
  margin-top: 40px;
}

red {
  color: red;
  font-size: 17px;
}

.menuviewer {
  display: block;
  width: 46px;
  height: 46px;
  color: #ffffff;
  display: grid;
  justify-content: center;
  border-radius: 10px;
  margin: 10px auto;
  justify-self: center;
  justify-items: center;
  background-color: var(--color2);
  cursor: pointer;
}

.menuviewer i {
  margin: unset !important;
  display: grid;
  align-items: center;
}

.menuviewer:hover {
  background-color: #fd782c;
  color: #fff;
}

.width-50 {
  width: 50% !important;
}

.card-icon {
  width: 100% !important
}

@media (max-width:1200px) {
  .companies-cards {

    width: 33.33333%;
  }

  .box {
    width: 33.333333% !important;
  }
}

@media (max-width:1000px) {
  .companies-cards {

    width: 50%;
  }

  .box {
    width: 50% !important;
  }

  .card {
    overflow: hidden;
  }

  table {
    overflow-x: auto;

  }

  .container {
    max-width: 100% !important;
  }
}

@media (max-width:850px) {
  .card-body h6 {
    font-weight: 400 !important;
    line-height: 1 !important;
    font-size: 0.5rem !important;
  }

  .card-body .h2,
  h2 {
    font-size: 1rem;
  }

  .custom-icon {
    font-size: 23px !important;

    position: absolute;
    bottom: 3px;

    top: unset !important;

  }

}

@media (max-width: 780px) {
  .container {
    display: block;
    padding: 0px;
    max-width: unset !important;
  }

  .tab-box {
    overflow: scroll;
  }

  boxb {
    width: 100%;
  }

  .admin-menu ul li {
    float: none;
    padding: 17px;
    border: 0;
    border-bottom: 1px solid #d9e6e5;
  }

  .extra-info {
    width: auto;
  }

  h3 {
    padding-left: 10px;
    padding-right: 10px;
  }


  .d-flex-custom {
    display: block;
  }

  .mr-3-custom {
    margin-right: 0 !important;
  }

  .form-control {
    /* width: auto !important; */
  }

  body {
    margin-left: 50px !important;
  }

  .sticky-cart {
    display: block !important;
  }

  .left-side-cart {
    float: none !important;
  }

  .tab-box {
    overflow: inherit !important;
  }

  .no-content {
    display: grid;
    width: 100%;
    justify-content: center;
    margin-top: 10%;
  }

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

  .login-box-before {
    background-color: unset;
    float: unset;
  }

  .login-box-before .text-muted {
    color: #ffffff !important;
  }

  #sortable li {
    width: 33.333333% !important;
  }

  nav .btn {
    margin-bottom: 10px;
  }

  .navbar {
    /* display: block !important; */
  }

  table {
    overflow-x: auto;
    display: inline-block;
  }
}

@media (max-width:600px) {
  .companies-cards {
    width: 100%;
  }

  .tab-buttons {
    display: block;
  }

  .tab-buttons button {
    width: 100%;
    margin-right: unset;
  }

  #sortable li {
    width: 50% !important;
  }

  .col-3 {
    flex: unset !important;
    max-width: unset !important;
  }

  table {
    overflow-x: auto;
    display: block;
  }
}

@media (max-width:450px) {

  .box {
    width: 100% !important;
  }

}

@media (max-width:380px) {

  #sortable li {
    width: 100% !important;
  }

}