@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Spicy+Rice&display=swap');

body {
  background-color: #0f0c24;
}

.bootstrap-select button.dropdown-toggle:focus {
    outline: none !important;
}

*:focus {
    box-shadow: none !important;
}

p {
  text-align: center;
}

.left {
  text-align: left;
}

h1 {
  color: #a350a3;
  font-family: "Spicy Rice", serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 20px;
}

h4 {
  color: #fff;
  font-weight: 300;
  max-width: 60%;
  margin-bottom: 40px;
  line-height: 1.5;
}

.appear {
  color: #fff;
}

p {
  color: #fff;
}

ul,li { 
  list-style-type: none;
  margin:0;
  padding:0; 
}

.btn-mar {
   margin: 4px;
   padding: 10px:
}

.btn-primary {
  background-color: #c1436d;
  border-color: #c1436d;
}

.btn-primary:hover {
  background-color: #c1436d;
  border-color: #c1436d
}

.btn-primary:focus,
.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 106, 61, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #c1436d;
  border-color: #c1436d;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #c1436d;
  border-color: #c1436d
}

* {
  font-family: "Poppins", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
}

.search_box {
  width: 225px;
  height: 34px;
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #000000;
  
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1000;
  padding: 8px 12px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(190, 190, 190, 0.15);
  border: 1px solid #ddd;
}
.ui-menu-item {
  padding: 5px;
  cursor: pointer;
}
.ui-menu-item:hover {
  background-color: #f0f0f0;
}   

ul {
  list-style-type: none;
}

.input-group .form-control {
  margin: 0px !important;
}

select {
  color: #646464 !important;
}

input::placeholder {
  color: #646464 !important;
}

input:focus,
select:focus,
textarea:focus {
  outline: none !important;
}
