/* 3E DEMO REQUEST FORM V2 */

body.site-pro[data-pro-page="demo-talep"] {
  --three-request-ink: #0a1f3d;
  --three-request-muted: #607086;
  --three-request-line: #d6dfeb;
  --three-request-blue: #155eef;
  --three-request-soft: #f5f8fc;
}

body.site-pro[data-pro-page="demo-talep"].light-green-theme,
body.site-pro[data-pro-page="demo-talep"] {
  background: #f6f8fb !important;
  color: var(--three-request-ink) !important;
}

body.site-pro[data-pro-page="demo-talep"] .three-request-type-field {
  position: relative;
  z-index: 30;
}

body.site-pro[data-pro-page="demo-talep"] .three-request-type-field > label {
  display: block;
  margin-bottom: 8px;
  color: var(--three-request-ink) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

body.site-pro[data-pro-page="demo-talep"] .three-request-select {
  position: relative;
  width: 100%;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-button {
  display: flex !important;
  width: 100% !important;
  min-height: 56px !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid var(--three-request-line) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--three-request-ink) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-button:hover {
  border-color: #9fb5d2 !important;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select.open .custom-select-button,
body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-button:focus {
  outline: 0 !important;
  border-color: var(--three-request-blue) !important;
  box-shadow: 0 0 0 3px rgba(21, 94, 239, .12) !important;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-button span {
  min-width: 0;
  overflow: hidden;
  color: inherit !important;
  text-overflow: ellipsis;
  white-space: nowrap;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-button i {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;
  color: #718197 !important;
  font-size: 15px !important;
  font-style: normal;
  transition: transform .16s ease;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select.open .custom-select-button i {
  transform: rotate(180deg);
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-menu {
  position: absolute !important;
  z-index: 9999 !important;
  top: calc(100% + 8px) !important;
  right: 0 !important;
  left: 0 !important;
  display: none;
  max-height: min(460px, 62vh) !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  margin: 0 !important;
  padding: 8px !important;
  border: 1px solid var(--three-request-line) !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 22px 55px rgba(15, 35, 65, .16) !important;
  overscroll-behavior: contain;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select.open .custom-select-menu {
  display: block !important;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-menu-search {
  position: sticky;
  top: -8px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 9px;
  margin: -8px -8px 6px;
  padding: 10px;
  border-bottom: 1px solid #e3e9f1;
  background: #ffffff;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-menu-search svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: none;
  stroke: #607086;
  stroke-width: 2;
  stroke-linecap: round;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-filter {
  display: block !important;
  width: 100% !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 11px !important;
  border: 1px solid #d8e1ec !important;
  border-radius: 6px !important;
  outline: 0 !important;
  background: #f8fafc !important;
  color: var(--three-request-ink) !important;
  box-shadow: none !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 650 !important;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-filter:focus {
  border-color: var(--three-request-blue) !important;
  box-shadow: 0 0 0 3px rgba(21, 94, 239, .1) !important;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-group {
  display: block !important;
  margin: 8px 4px 4px !important;
  padding: 7px 8px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: var(--three-request-soft) !important;
  color: #34506f !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-menu button {
  display: block !important;
  width: 100% !important;
  min-height: 42px !important;
  margin: 0 !important;
  padding: 10px 11px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: #ffffff !important;
  color: var(--three-request-ink) !important;
  box-shadow: none !important;
  cursor: pointer !important;
  font-family: inherit !important;
  font-size: 13px !important;
  font-weight: 650 !important;
  line-height: 1.45 !important;
  text-align: left !important;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-menu button:hover,
body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-menu button:focus {
  outline: 0 !important;
  background: #edf4ff !important;
  color: #0b4cc4 !important;
}

body.site-pro[data-pro-page="demo-talep"]
.three-request-select .custom-select-menu button[hidden],
body.site-pro[data-pro-page="demo-talep"]
.three-request-group[hidden] {
  display: none !important;
}

body.site-pro[data-pro-page="demo-talep"]
#formPopupDemoLink[hidden] {
  display: none !important;
}

@media (max-width: 700px) {
  body.site-pro[data-pro-page="demo-talep"]
  .three-request-select .custom-select-menu {
    position: fixed !important;
    top: auto !important;
    right: 12px !important;
    bottom: 12px !important;
    left: 12px !important;
    max-height: 66vh !important;
  }

  body.site-pro[data-pro-page="demo-talep"]
  .three-request-select .custom-select-button {
    min-height: 52px !important;
    font-size: 13px !important;
  }
}
