.RMIWHT6w4qsRzOGeFPtf {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    /*padding: 20px;*/
    border-radius: var(--border-radius);
}
:root {
    --border-radius: 1rem;
}

html, body, #root {
    height: 100%;
    margin: 5px;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.MPYuRpMrG4_m4VsoxfKw {

}
.range-slider {
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  display: block;
  position: relative;
  width: 100%;
  height: 8px;
  background: #ddd;
  border-radius: 4px;
}
.range-slider[data-vertical] {
  height: 100%;
  width: 8px;
}
.range-slider[data-disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}
.range-slider .range-slider__thumb {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 24px;
  height: 24px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #2196f3;
}
.range-slider .range-slider__thumb:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 6px rgba(33, 150, 243, 0.5);
}
.range-slider[data-vertical] .range-slider__thumb {
  left: 50%;
}
.range-slider .range-slider__thumb[data-disabled] {
  z-index: 2;
}
.range-slider .range-slider__range {
  position: absolute;
  z-index: 1;
  transform: translate(0, -50%);
  top: 50%;
  width: 100%;
  height: 100%;
  background: #51adf6;
}
.range-slider[data-vertical] .range-slider__range {
  left: 50%;
  transform: translate(-50%, 0);
}
.range-slider input[type="range"] {
  -webkit-appearance: none;
  pointer-events: none;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
}
.range-slider input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
}
.range-slider input[type="range"]::-moz-range-thumb {
  width: 0;
  height: 0;
  border: 0;
}
.range-slider input[type="range"]:focus {
  outline: 0;
}

.UEh6BVLcRYcjL4TuFmCx {
    display: flex;
    position: relative;
    padding-top: 5px;
    flex-direction: column;
    gap: 10px;
}

.UEh6BVLcRYcjL4TuFmCx label {
    font-size: 18px;
    font-weight: bold;
    margin:  auto;
}

.YwyPkVuxRkFZZa_GtE12 {
    appearance: none;
    width: 100%;
    height: 5px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
    transition: background 0.3s;
}

.YwyPkVuxRkFZZa_GtE12::-webkit-slider-thumb {
    appearance: none;
    width: 15px;
    height: 15px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

.YwyPkVuxRkFZZa_GtE12::-webkit-slider-thumb:hover {
    background: #0056b3;
}

.YwyPkVuxRkFZZa_GtE12::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #007bff;
    border-radius: 50%;
    cursor: pointer;
}

.jgTB3eyNobsrwtdR8VsQ {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
    padding: 8px 0;
    min-width: 200px;
}

.jgTB3eyNobsrwtdR8VsQ div {

}.hbNZy3YVURWF0lyZPl6q {
    width: 100%;
    padding: 8px 16px;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    text-align: left;
}

.hbNZy3YVURWF0lyZPl6q:hover,
.hbNZy3YVURWF0lyZPl6q[data-selected="true"] {
    background-color: #f0f0f0;
}

.KOhmYznHtjGZnkz_xtGg{
    padding: 4px;
    background-color: white;
    border-radius: 8px;
    border-color: black;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

.YTMObTs8RsDxhu223hg3 {
    background-color: green;
    color: white;
}

.X09P7LtZ0zz9nB1fFnej {
    background-color: grey;
    color: white;
    cursor: not-allowed;
}
.MoqqI4L8BfZeQeVIO2dA {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    /*gap: 1rem;*/
    margin-bottom: 2rem;
    width: 300px;
}

.eNtiC32yhh4wkX9XPV38 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    align-content: space-between;
    gap: 1rem;
    margin-bottom: 2rem;
}

.BvtUtqtDKparP5jYUwC5 {
    flex: 1; /* Makes all dropdowns equal width */
    /*min-width: max-content; !* Ensures width based on content *!*/
    margin: auto 5px;
}

.Tz4y9iFRUTM9XrlVG6xK {
    flex: 2; /* Makes all dropdowns equal width */
    /*min-width: max-content; !* Ensures width based on content *!*/
    margin: auto 5px;
}

.TCP7IU720MwnrA9QWf4Q,
.Q3GlQjvaLokq8YzmNZJ2 {
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    min-width: 150px;
}

.cQRePFxpJCcPn_0iP15u {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.Hp_fOc2MwwZ8OUQ59u3J {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.9rem;
}
.bYMmNC1fpGwD0fo3qpMZ {
    background: white;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bYMmNC1fpGwD0fo3qpMZ:hover {
    transform: scale(1.03);
    transition: all 0.2s ease-in-out;
}

.D31ZgzEASLqYFY0wRqI9 {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.OsUXjSvF_NwuuJe6wb6a {
}
.bYMmNC1fpGwD0fo3qpMZ {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.rsOFdf_XdCNKmEc0xxYE {
    margin: 20px auto;
    text-align: center;
    font-size: 3em;
}

.NUA9I9y4hb8sNqjK2E0P {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}

.bHQQ5cjCkx9ThBQzvL2S {
    flex-grow: 1;
    max-width: 200px;
}

.BpXaHkxmGc6XX7eIvCWc {
    flex-grow: 5;
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    padding: 1rem;
}
.KQEeV_4DVz3ekB5x4BLP {

}
.zWz0q5H0nQcogorLiR7w {

}
.s0IMQPWpmkitLnnO1pyj {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f3f4f6;
}

.v4iYbGIlSRwNf60JoFjV {
    width: 100%;
    max-width: 400px;
    padding: 2rem;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.Lv6bnZ8cD2Dqpzzebmyb {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.R1PR8RWOCAEbYcEtIlPs {
    margin-bottom: 1rem;
}

label {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.3rem;
}

input {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 1rem;
}

.WhlB76rsK0JdFdWfs0WZ {
    width: 100%;
    padding: 0.7rem;
    background-color: #3b82f6;
    color: white;
    font-size: 1rem;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
}

.WhlB76rsK0JdFdWfs0WZ:hover {
    background-color: #2563eb;
}

.uW1jeH0HEg7BpuXVHbVn {
    text-align: center;
    margin-top: 1rem;
}

.hrQ89XqCIUgvBgVgRO29 {
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.9rem;
}

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

.LjV5xUbyzyDO6sbLAJym {
    font-size: 0.9rem;
    margin-right: 0.3rem;
}
.wKExLnkN9t7jHAVeL3OU {

}
.cGg0w232sNal_Hu3UNVN {

}

.HTYQqOIGYA9NEvQboLwN {
    color: green;
    font-size: 3em;
    margin: 10px auto;
}

.bpcbai9L8XGADu1QHF9R {
    display: flex;
    gap: 20px;
    padding: 20px;
}

.D7bJqF7Xism4qrQSz6Pg {
    border: 1px solid #ccc;
    width: 20%;
    padding: 10px;
    border-radius: 5px;
    background-color: #f9f9f9;
}
.mZNMpQGRDGijnXnbIb9A {
    display: flex;
    flex-direction: row;
}

.Y89jPxxnSKMUosrG0b2Q {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.rv_LNEeUHCjfxFdL1jQM {
    display: flex;
    flex-direction: row;
}

.V3XZgNp91K8RRHago26k {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.TvOy6qVd5xG3iJM4CIly {
    display: flex;
    flex-direction: column;
}

.e_YcReiE_WrLwms6r8N2 {
    display: flex;
}

.ol07jRuuVnyisdIw0as9 {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.RNylhCs1mlEP7tzE5M6w {
    display: flex;
    /*justify-content: space-between;*/
    /*align-items: center;*/
    padding: 0rem 2rem;
    background-color: #333;
    color: #fff;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.Ueu_7qoBZZgbR8oA_7Gp {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    flex-grow: 2;
}

._bXbrlg11h9cn0fwqC7Q {
    font-size: 4em;
}

.nWX5zch2OyFUtAVibYzv {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    /*horiz-align: left;*/
}

.NW7gwvR92FCLNZMhsFD6 {
    align-self: end;
}

.qVzpA1hSWKVlhDHEb9KD {
    vertical-align: baseline;
}

.ARLsVEGQNHzm1pyCpQzL {
    align-self: end;
    vertical-align: baseline;
}

.q1tGeqJQVfnd7yoWuV1N {
    display: flex; /* Enables flexbox for horizontal alignment */
    flex-flow: row nowrap;
    justify-content:center;
    align-items: center;
}

.q1tGeqJQVfnd7yoWuV1N div {
    display: block;
    font-size: 3rem; /* Adjust font size */
    font-weight: bold; /* Make the text bold (optional) */
    line-height: 1; /* Ensures vertical alignment with the image */
    margin: auto 10px;
}

.q1tGeqJQVfnd7yoWuV1N img {
    height: 150px; /* Adjust logo size */
    width: auto; /* Maintain aspect ratio */
}.q1tGeqJQVfnd7yoWuV1N {
    border: 0;
    padding: 0;
    background: transparent;
    cursor: pointer;
}

._1ZBkBxI8R8iWYAweqKpA {

}

._1ZBkBxI8R8iWYAweqKpA button {

}
.qTPTNWa4o93HzyjWRnql {
    display: flex;
    justify-content: center;
    align-self: flex-end;
    background-color: #2d3748;
    /*padding: 1rem;*/
}

.yPCse5Jz_RbIow53Ushg {
    display: flex;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.Ug2NT6ixDzZ9In4b00qt {
    position: relative;
    text-align: center;
}

.fvT0EHyeEuCcAfKYsxf1 {
    width: 100%;
    padding: 0.5rem 1rem;
    color: white;
    background-color: #4a5568; /* Gray-700 */
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.fvT0EHyeEuCcAfKYsxf1:hover {
    background-color: #2d3748; /* Gray-600 */
}

.nj6D1I2ZJ4LUeJOQ6BDg {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #4a5568; /* Gray-700 */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    list-style: none;
}

.ryMXI3OwnFcrJ2SlmEkb {
    border-bottom: 1px solid #2d3748; /* Gray-600 */
}

.WKP7X32Ar91ABKRFvbEw {
    width: 100%;
    padding: 0.5rem 1rem;
    color: white;
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background-color 0.3s ease;
}

.WKP7X32Ar91ABKRFvbEw:hover {
    background-color: #2d3748; /* Gray-600 */
}

.Nms9ELHzyilmvLAeGa8T {
    
}

/*# sourceMappingURL=main.css.map*/