
.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
  }
  .hide {
      display: none;
  }
  .js-thumbPreview{
      width: 114px;
      height: 100px;
    }
    .js-thumbPreview-mobile{
      width: 114px;
      height: 100px;
    }
    .form-error {

        border: 2px solid #e74c3c;
      }
      .error {
        color: red;
    }
    
  .closing-div
  {
    width: 30px;
    height: 30px;
    background: rgba(0, 0, 0, 0.72);
    position: absolute;
    top: 0;
    display: flex;
    right: 0;
    align-items: center;
    border-radius: 100%;
    justify-content: center;
    color: #fff !important;
    display:none;
  }
  .hover-div{
    transform: all 0.3s ease-in-out;
  }
  .hover-div:hover .closing-div{
    display: flex;
  }

  .button-close-modal{
    font-size: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000;
    opacity: 1;
    background: #fff;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: 0;
    box-shadow: none;
    border: none;
}
.button-close-modal:focus{
  outline: 0;
  box-shadow: none;
}

/* .d-flex {
  display: flex;
  align-items: center;
}
.outer {
  margin-right: 20px;
  margin-bottom: 20px;
} */

/* input[type=checkbox]{
	height: 0;
	width: 0;
	visibility: hidden;
} */
/* 
label {
	cursor: pointer;
	text-indent: -9999px;
	width: 200px;
	height: 100px;
	background: grey;
	display: block;
	border-radius: 100px;
	position: relative;
}

label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 90px;
	transition: 0.3s;
}

input:checked + label {
	background: #bada55;
}

input:checked + label:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}

label:active:after {
	width: 130px;
} */

/* body {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
} */
/* body { 
	font-family: 'Ubuntu', sans-serif;
	font-weight: bold;
}
.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
	
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
}
.select-icon  .select2-search--dropdown {
	display: none;
} */

/* product photos */

.upload-container {
  display: flex;
  flex-direction: column;
  align-items: right;
}

.upload-container label {
  display: inline-block;
  width: 150px;
  height: 150px;
  border: 2px dashed #ccc;
  border-radius: 8px;
  text-align: center;
  cursor: pointer;
}

.upload-container label:hover {
  background-color: #f0f0f0;
}

.upload-container label img {
  width: 150px;
  height: 150px;
  /* margin-top: 1px; */
  pointer-events: none;
}

.upload-container input[type="file"] {
  display: none;
}

.upload-container p {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
}
.newOrder{
  padding: 0px 15px;
}
.customer-details{
  padding: 15px;
}
.details-status{
  margin-top: 30px;
}
.update-btn {
  background: #7cbedf;
  padding: 4px 16px;
  margin-top: 15px;
  border: none;
}
.summarycard{
  padding: 15px;
}
.summarybtn{
  margin-bottom: 10px;
}
.spanPrice{
  float: right;
}
.outerForm{
  background: #f1f1ed;
  padding: 25px;
}
.innerForm{

  padding: 15px;
}
.innerLabel{
  margin-bottom: 20px;
}
.formTable{
  width: 500px;
  padding: 15px;
}
.formrow{
  padding-bottom: 20px;
  font-size: 14px;
}