.ui-dialog-title {
  display: none;
}
.ui-widget-header {
  background: none;
  border: none;
  margin-top: 10px;
}
div.js-form-item-name > small.description {
  display: none;
}

.ui-dialog .button {
  background-color: #3a3a3a;
  background-image: none;
  background-image: none;
  border: 1px solid #e4e4e4;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  padding: 0.9rem 2em;
  border-radius: 1em;
}
.ui-dialog .button:hover {
  box-shadow: none !important;
}
.ui-dialog .form-control {
  display: block;
  width: 100%;
  padding: 5px 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #8a7969;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.ui-dialog .ui-dialog-titlebar-close::before {
  content: "×";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
}
.ui-dialog .col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 1 0 auto;
  width: 66.66666667%;
  line-height: 95%;
}
.ui-dialog .text-center.pb-5.container {
  padding-bottom: 0px !important;
}
.pb-4.row.justify-content-center .mb-3 strong {
  font-weight: 700 !important;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.2em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.2em 1em;
  position: relative;
}
.search {
      margin-left: 0px !important;
  }
.ui-dialog-title {
  display: none;
}
.ui-widget-header {
  background: none;
  border: none;
  margin-top: 10px;
}
div.js-form-item-name > small.description {
  display: none;
}

.ui-dialog .button {
  background-color: #3a3a3a;
  background-image: none;
  background-image: none;
  border: 1px solid #e4e4e4;
  color: #fff;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: normal;
  text-align: center;
  padding: 0.9rem 2em;
  border-radius: 1em;
}
.ui-dialog .button:hover {
  box-shadow: none !important;
}
.ui-dialog .form-control {
  display: block;
  width: 100%;
  padding: 5px 16px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 2;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid #8a7969;
  border-radius: 5px;
  -webkit-transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.ui-dialog .ui-dialog-titlebar-close::before {
  content: "×";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #000;
  font-size: 16px;
}
.ui-dialog .col-md-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 1 0 auto;
  width: 66.66666667%;
  line-height: 95%;
}
.ui-dialog .text-center.pb-5.container {
  padding-bottom: 0px !important;
}
.pb-4.row.justify-content-center .mb-3 strong {
  font-weight: 700 !important;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.2em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.2em 1em;
  position: relative;
}
.ui-dialog {
    position: fixed;
    height: auto !important;
    width: 500px !important;
    top: 16.005px;
    left: 31%;
    z-index: 101;
    overflow-x: hidden !important;
}
  .ui-dialog .ui-dialog-titlebar-close::before {
    content: "×";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #000;
    font-size: 16px;
  }
@media (max-width: 767px) {
  .ui-dialog {
    position: fixed;
    height: auto !important;
    width: auto !important;
    top: 16.005px;
    left: 0px;
    z-index: 101;
    overflow-x: hidden !important;
    margin: 12px;
  }
}


@media (min-width: 1880px) {
  .ui-dialog {
    position: fixed;
    height: auto !important;
    width: 500px !important;
    top: 16.005px;
    left: 38%;
    z-index: 101;
    overflow-x: hidden !important;
  }

}
@media (min-width: 1024px) and (max-width: 1300px){
   .ui-dialog {
    position: fixed;
    height: auto !important;
    width: 500px !important;
    top: 16.005px;
    left: 25%;
    z-index: 101;
    overflow-x: hidden !important;
  }  
}
 

 
.btn:not(.btn-link):not(.btn-link-light):not(.btn-link-light-green):not(.btn-link-green):not(.btn-link-beige):not(.btn-link-default):not(.btn-link-swiss):not(.btn-link-smarties):not(.btn-link-qualitystreet):not(.btn-link-nescafe):not(.btn-link-kitkat):not(.btn-link-aftereight-bg):not(.btn-link-aftereight):hover{
  box-shadow: 4px 4px 0px rgb(0, 0, 0, 0.25);
}

#custom-popup-login-form{
padding:  20px 22px;
}
.mb-4 {
 margin-bottom: 10px !important;
}
.ui-dialog .ui-dialog-content {
 position: relative;
 border: 0;
 padding: 0.2em 1em 1em;
 background: none;
 overflow: auto;
}