@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap");

:root {
  --header-height: 65px;
  --theme-color: #00d3ff;
  --orange-color: #ff9900;
  --s-m: 30px;
}

*,
after,
before {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  display: inline-block;
  user-select: none;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: inherit;
}

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  background: #222;
  color: white;
}

.d-n {
  display: none !important;
}

.d-f {
  display: flex;
}

.f-w {
  flex-wrap: wrap;
}

.a-i-c {
  align-items: center;
}

.j-c-c {
  justify-content: center;
}

.f-c {
  flex-direction: column;
}

.t-c {
  text-align: center;
}

.p {
  padding: var(--s-m);
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pb-0 {
  padding-bottom: 0;
}

.mt-0 {
  margin-top: 0;
}

.t-co {
  color: var(--theme-color);
}

.box_button {
  border: 1px solid var(--theme-color);
  background: transparent;
  color: var(--theme-color);
  box-shadow: none;
  outline: 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s all ease;
  white-space: nowrap;
}

.box_button:hover {
  background: var(--theme-color);
  transition: 0.2s all ease;
  color: black;
}

.box_button.orange {
  border: 1px solid #ff9900;
  color: #ff9900;
}

.box_button.orange:hover {
  background: #ff9900;
  color: #000;
}

.orange {
  color: var(--orange-color);
}

.wrapper {
  height: 100vh;
  max-width: 600px;
  margin: auto;
  background: #000;
  overflow: hidden;
}

.wrapper.login {
  position: relative;
  z-index: 0;
}

.wrapper-body {
  height: calc(100vh - var(--header-height));
  overflow: auto;
  background: url("../images/login_bg.png") no-repeat;
  background-size: cover;
  background-position: 50% 40%;
}

.wrapper-body .bottom-bar {
  margin-top: auto;
}

.wrapper-body .message {
  padding: 20px var(--s-m);
  color: var(--theme-color);
}

.wrapper-body .message p {
  margin: 0;
  margin-left: 20px;
  font-size: 14px;
}

.wrapper-body .scan {
  margin: 0 var(--s-m);
  padding: 10px;
  background: var(--theme-color);
  color: #000;
  border-radius: 8px;
  position: relative;
}

.wrapper-body .scan a.qr {
  display: inline-flex;
  padding: 3px;
  background: white;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.wrapper-body .menu-icons {
  padding: var(--s-m);
  padding-top: 0;
  justify-content: center;
  height: 100%;
}

.wrapper-body .menu-icons a {
  display: inline-flex;
  width: calc(100% / 2);
  justify-content: center;
  margin-top: 20px;
}

.wrapper-body .tip {
  background: var(--theme-color);
  padding: 15px var(--s-m);
  color: #000;
}

.wrapper-body .tip p {
  margin: 0;
  flex: 1;
  padding-right: 30px;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 22px;
}

/*  On Stage  */

.onstage .search {
  background: black;
  border: 1px solid #ff9900;
  border-radius: 30px;
  padding: 7px 10px;
  position: sticky;
  top: 0;
  z-index: 5;
}

.onstage .search img {
  margin: 0 5px;
}

.onstage .search input {
  width: 80%;
  margin: 0;
  border: 0;
  outline: 0;
  padding: 5px;
  background: transparent;
  color: white;
  appearance: none;
  -webkit-appearance: none;
}

.onstage .card {
  margin: 20px 0 30px;
  position: relative;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: transparent;
}

.onstage .card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.onstage .card .held {
  position: absolute;
  top: 20px;
  z-index: 2;
  background: #ff9900;
  border-radius: 8px;
  padding: 5px 0;
}

.onstage .card .held p {
  font-size: 12px;
  color: black;
  margin: 0;
  text-align: center;
  border-left: 1px solid black;
  padding: 0 10px;
}

.onstage .card .held p span {
  display: block;
}

.onstage .card .held p:first-child {
  border-left: 0;
}

.onstage .card .image {
  position: relative;
  z-index: 0;
  margin: 0 -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  height: 280px;
  overflow: hidden;
  margin-bottom: -70px;
}

.onstage .card .image:before {
  content: "";
  position: absolute;
  top: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(0deg, transparent, black 80%);
  z-index: 0;
}

.onstage .card .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: linear-gradient(0deg, black 50%, transparent);
  z-index: 0;
}

.onstage .event {
  position: relative;
  z-index: 2;
  justify-content: space-between;
}

.onstage .event .artist-img {
  border-radius: 50px;
  overflow: hidden;
  border: 2px solid #ff9900;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.onstage .event .artist-img img {
  border-radius: 50px;
}

.onstage .event .artist-name {
  margin: 0 15px;
}

.onstage .event .artist-name h4 {
  color: #ff9900;
  margin: 0;
  font-weight: normal;
}

.onstage .event .artist-name p {
  margin: 0;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.onstage .event .artist-name p img {
  margin-right: 7px;
}

/*  LOGIN  */

.wrapper-body .phone_login {
  padding: var(--s-m);
}

.wrapper-body .phone_login h3 {
    margin: 10px 0;
    font-size: 32px;
    line-height: 40px;
    font-weight: 100;
}

.wrapper-body .phone_login p {
    line-height: 25px;
    font-size: 16px;
    font-weight: 100;
}

.wrapper-body .phone_login form {
  margin-top: 30px;
}

.wrapper-body .phone_login form#form_otp {
  margin-top: 20px;
}

.wrapper-body .phone_login .form-group {
    border-bottom: 1px solid #BBBDBF;
    display: flex;
    max-width: 100%;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 100;
    margin-bottom: 0;
    width: 100%;
}

.wrapper-body .phone_login .form-group select,
.wrapper-body .phone_login .form-group input {
  -webkit-appearance: none;
  background: transparent;
  box-shadow: none;
  outline: 0;
  border: 0;
  display: block;
  margin: 0;
  height: 50px;
  padding: 7px 20px;
  color: white;
  font-size: 15px;
  flex: 1;
}

/*.wrapper-body .phone_login .form-group select {
  max-width: 120px;
  text-align: center;
}*/

.wrapper-body .phone_login form button,
.wrapper-body .phone_login form > p {
  margin-top: 70px;
}

.wrapper-body .phone_login form#form_otp button,
.wrapper-body .phone_login form#form_otp > p {
  margin-top: 20px;
}

/*  LIVE  */

.wrapper-body .live_tip .image {
  position: relative;
  z-index: 0;
  margin: 0 -30px;
  margin-bottom: -60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  height: 180px;
  overflow: hidden;
}

.wrapper-body .live_tip .image:before {
  content: "";
  position: absolute;
  top: 0;
  height: 30%;
  width: 100%;
  background: linear-gradient(0deg, transparent, black 80%);
  z-index: 0;
}

.wrapper-body .live_tip .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(0deg, black 50%, transparent);
  z-index: 0;
}

.wrapper-body .live_tip .image h4 {
  position: absolute;
  top: 0px;
}

.wrapper-body .live_tip .band-name {
  margin-bottom: 10px;
  justify-content: center;
}

.wrapper-body .live_tip .band-name * {
  z-index: 1;
}

.wrapper-body .live_tip .band-name > img {
  border: 2px solid #ff9900;
  border-radius: 50px;
  padding: 3px;
  margin-right: 15px;
}

.wrapper-body .live_tip .band-name h4 {
  font-size: 18px;
  color: #ff9900;
}

.wrapper-body .live_tip form select,
.wrapper-body .live_tip form input,
.wrapper-body .live_tip form textarea {
  width: 100%;
  background: transparent;
  border: 1px solid var(--orange-color);
  box-shadow: none;
  outline: 0;
  color: var(--orange-color);
  padding: 9px 15px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
  -webkit-appearance: none;
  border-radius: 5px;
}

.select_actions .sa-sl {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid white;
  box-shadow: none;
  outline: 0;
  color: var(--orange-color);
  padding: 10px;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 20px;
}

.select_actions .sa-sl select {
  width: 100%;
  background: transparent;
  color: var(--orange-color);
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  border: none;
  border-radius: 5px;
}

.select_actions .sa-sl textarea {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
    background: #000;
    color: var(--orange-color);
}

.select_actions .sa-sl textarea:focus, .select_actions .sa-sl textarea:focus-visible {
    outline: none;
}

.select_actions .sa-sl select:focus, .select_actions .sa-sl select:focus-visible {
  border: none;
  outline: none;
}

.wrapper-body .live_tip form select option,
.select_actions .sa-sl select option {
  color: #000000;
}

.wrapper-body .live_tip form input::placeholder,
.wrapper-body .live_tip form textarea::placeholder {
  color: var(--orange-color);
}

.wrapper-body .live_tip form select,
.select_actions .sa-sl {
  border-color: #ff9900;
  color: var(--orange-color);
  border-radius: 5px;
}

.selected_tip {
    margin-top: 60px;
}

.selected_tip > a {
  margin-left: auto;
}

.selected_tip .amount p {
    margin: 0;
    color: grey;
}

.selected_tip .amount h2 {
    margin: 0;
    margin-top: 12px;
    padding-bottom: 8px;
    text-align: center;
    font-size: 35px;
    font-weight: 100;
    color: #FF9900;
}

.selected_tip .amount h2 sup {
  font-size: 16px;
  margin-right: 3px;
}

/*  CUSTOM TIP  */

.select_actions > p {
  font-size: 18px;
  font-weight: 100;
}

.select_actions .custom a {
  justify-content: center;
  margin: 0 7px;
}

.select_actions .custom a:first-child {
  margin-left: 0;
}

.select_actions .custom a:last-child {
  margin-right: 0;
}

/*  DRINKS  */

.drinks {
  margin-top: 30px;
}

.drinks .outer {
  position: relative;
  margin-bottom: 40px;
}

.drinks .outer > a {
  position: absolute;
  top: 0;
  left: -30px;
  width: calc(100% + 60px);
  height: 100%;
  z-index: 10;
}

.drinks .image {
  margin: 0 -30px;
  position: relative;
  z-index: 0;
}

.drinks .outer .names h3 {
  color: var(--theme-color);
  margin-bottom: 0;
}

.drinks .outer .names p {
  margin-top: 10px;
  font-size: 15px;
}

.drinks.specials .outer .names p.offer_time {
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  color: var(--theme-color);
  border: 1px solid;
  border-radius: 10px;
}

.drinks.calendar .image:before {
  height: 80%;
  background: linear-gradient(0deg, black 50%, transparent);
}

.drinks.calendar .outer .names p.offer_time {
  justify-content: center;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
  color: var(--theme-color);
  border: 1px solid;
  border-radius: 10px;
}

.drinks.calendar .outer .names p.offer_time span {
  display: inline-flex;
  margin-right: 40px;
}

.drinks.calendar .outer .held {
  position: absolute;
  top: 20px;
  z-index: 2;
  background: var(--theme-color);
  border-radius: 8px;
  padding: 5px 0;
}

.drinks.calendar .outer .held p {
  font-size: 12px;
  color: black;
  margin: 0;
  text-align: center;
  border-left: 1px solid black;
  padding: 0 10px;
}

.drinks.calendar .outer .held p span {
  display: block;
}

.drinks.calendar .outer .held p:first-child {
  border-left: 0;
}

/*  SUCCESS  */

.wrapper .success,
.wrapper .error {
  position: relative;
  z-index: 0;
  text-align: center;
}

.wrapper .success h4,
.wrapper .error h4 {
  color: rgb(45, 255, 45);
  font-weight: 400;
  font-size: 22px;
}

.wrapper .error h4 {
  color: rgb(255, 108, 108);
}

.wrapper .success h3,
.wrapper .error h3 {
  font-size: 20px;
  margin: 0;
  margin-top: 10px;
}

.wrapper .success p,
.wrapper .error p {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
}

.wrapper .success h6,
.wrapper .error h6 {
  margin: 0;
  margin-top: 15px;
  color: #ff9900;
  font-size: 20px;
}

.wrapper .success a.box_button,
.wrapper .error a.box_button {
  margin-top: 70px;
}

.custom-message {
  background: #ff9900;
  padding: 10px;
  color: white;
  border-radius: 8px;
}

.bottom_message {
  position: fixed;
  bottom: 10px;
  z-index: 10;
  left: 15px;
  width: calc(100% - 30px);
}

.wrapper.thankyou {
  position: relative;
  z-index: 0;
}

.wrapper.thankyou:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 211, 255, 0.8);
  z-index: -1;
}

.wrapper.thankyou p {
  font-size: 22px;
  color: #000;
}

.wrapper.thankyou a.box_button {
  margin-top: 100px;
  color: #000;
  border: 1px solid #000;
}

/*  Donwload App Message */

.download_app {
  background: #ff9900;
  border-radius: 8px;
  color: black;
  padding: 15px;
}

.download_app h4 {
  margin: 0;
  font-size: 20px;
  text-transform: uppercase;
}

.download_app p {
  margin: 0;
  font-size: 16px;
  margin-top: 5px;
}

.download_app a > img {
  margin: 0 20px;
}

/*  Single Artist Page  */

.single-artist,
.artist {
  padding-bottom: 50px;
}

.single-artist .image {
  position: relative;
  z-index: 0;
  margin: 0 -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  object-fit: cover;
  height: 280px;
  overflow: hidden;
}

.single-artist .image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, black 15%, transparent);
  z-index: 0;
}

.single-artist .detail {
  z-index: 2;
  transform: translateY(-100px);
  margin-bottom: -100px;
}

.single-artist .artist-profile {
  margin-bottom: 20px;
  color: var(--orange-color);
}

.single-artist .artist-profile h5 {
  margin: 0;
  font-weight: normal;
  font-size: 22px;
  margin-left: 16px;
}

.single-artist .artist-profile.wo-pp h5 {
  margin-left: 0;
}

.single-artist .artist-profile.wo-pp h5.ml-8 {
  margin-left: 16px;
}

.single-artist .artist-profile img {
  border: 2px solid var(--orange-color);
  border-radius: 50%;
  padding: 5px;
  width: 80px;
  height: 80px;
}

.single-artist .detail h4 {
  margin: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: normal;
  color: #ff9900;
}

.single-artist .detail .date_place p {
  margin: 0;
  margin-top: 10px;
  display: flex;
  align-items: center;
}

.single-artist .detail .date_place p img {
  margin-right: 10px;
  width: 20px;
}

.single-artist .detail .tip_now {
  margin-left: auto;
}

.single-artist .actions {
  margin-top: 60px;
  gap: 15px;
}

.single-artist .actions .g-p {
  gap: 15px;
}

.single-artist .actions .box_button {
  flex: 1;
  padding: 10px;
}
.loader {
  display: none;
  width: 100%;
  text-align: center;
}
.running .loader {
  display: block;
}
.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #bef;
}
.success-msg {
  color: #270;
  background-color: #dff2bf;
}
.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
}
.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}
a.close {
  float: right;
}
.t-msg {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}
section#load-page {
  position: relative;
}
a.close {
  position: relative;
  top: 0;
}
#st-frm button img {
    margin-right: 10px;
    filter: invert(1);
    padding-bottom: 4px;
}
.field {
  border-bottom: 1px solid #b3b2b2;
}
.field.fld-pf {
  border: 1px solid var(--orange-color);
  padding: 5px 10px;
  margin-top: 15px;
  border-radius: 5px;
}

/*  Payment Detail CSS */

.pickle-coins > h3 {
  color: green;
  text-transform: uppercase;
}

.pickle-coins .profile img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border: 2px solid #ff9900;
  padding: 2px;
  border-radius: 50px;
  margin-right: 10px;
  overflow: hidden;
}

.pickle-coins .profile h3 {
  color: #ff9900;
}

.pickle-coins .money {
  border: 2px solid var(--orange-color);
  font-size: 25px;
  border-radius: 15px;
  margin: 0;
}

.pickle-coins .coins-outer {
  border: 2px solid var(--orange-color);
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.pickle-coins .coins-outer .coins {
  border-radius: 5px;
  padding: 15px;
}

.pickle-coins .coins-outer .coins img {
  width: 45px;
  margin-right: 15px;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}

.pickle-coins .coins-outer .coins h1 {
  font-size: 40px;
  margin: 13px 0;
}
.text-orange {
  color: var(--orange-color);
}

/** DD [ **/
.wrapper-body {
  /* height: calc(100vh - var(--header-height)); */
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.am-w {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.am-w .form-group {
  float: left;
  width: 45%;
  margin-right: 17px;
}
.am-w button.box_button.orange {
  float: right;
  width: 45%;
}
.am-w input.am-fld {
  display: block;
  height: 42px;
  width: 100%;
  border-radius: 8px;
  padding: 10px;
}
.inactive a.box_button.orange {
  border-color: #cccccc;
  color: #cccccc;
}
.inactive a.box_button.orange:hover {
  background-color: #222;
}
.tip_now .d-f img {
  max-width: unset;
}
div#payment-request-button {
  margin: 0 var(--s-m);
  padding: 5px;
  border-radius: 5px;
  margin: 0;
  width: 100%;
}
a.t-link {
  margin: 0 auto;
  background: #00d3ff;
  padding: 15px;
  color: #000000;
  border-radius: 5px;
  font-weight: 400;
}
.t-l {
  margin-top: 30px;
}
.form-control {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.scan.form-control {
  margin: 0;
  font-weight: 500;
  cursor: pointer;
}
.s-i ul {
  display: block;
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.s-i ul li {
  display: inline-block;
  margin: 10px;
}
.s-i ul li a {
  display: block;
}
.s-i ul li img {
  width: 30px;
}
.s-i ul li img.fb {
  height: 30px;
  width: auto;
}
.tos,
.otp-t {
  display: block;
  text-align: center;
}
.otp-t {
  margin-top: 25px;
  font-size: 12px;
}
.tos a,
.otp-t a {
  color: var(--orange-color);
}
table.table {
  width: 100%;
}
.amount p {
  color: var(--orange-color);
}
.wrapper .success h3 {
  margin-bottom: 20px;
}
.wrapper .success h4 {
  margin-top: 20px;
}
.sus-wrap .wrapper-body.bg-solid-black:before {
  background: #000000;
}
.field.fld-pf.cspf-fld {
  padding: 5px 10px;
  width: 100%;
  line-height: 40px;
  font-weight: 300;
  font-size: 20px;
  background: transparent;
  color: var(--orange-color);
}
.field.fld-pf.cspf-fld::placeholder {
  color: #ccc;
}
.field.fld-pf.cspf-fld:focus-visible {
  border: 1px solid var(--orange-color);
  color: var(--orange-color);
  outline: none;
}
input#name {
  margin-top: 0;
}
.wrapper-body .scan.pf-btn {
  width: 100%;
  margin: 0;
  font-family: "Lato", sans-serif;
}
.btn-bth {
  border: 1px solid var(--orange-color);
  padding: 10px;
  border-radius: 10px;
}
.btn--white, .btn--white:hover, .btn--white:focus-visible{
  color: var(--white);
  border: 1px solid;
}
.wrapper-body .phone_login form#form_otp button {
  margin-bottom: 30px;
}
.p-n-w {
  width: 70%;
}
#w0-recaptcha-recaptcha {
  margin-top: 15px;
}
#w0-recaptcha-recaptcha > div {
  margin: 0 auto;
}
/** ] **/

input::placeholder, input::-webkit-input-placeholder, textarea::placeholder, textarea::-webkit-input-placeholder {
  color: grey
}
.form-control:focus {
  box-shadow: none;
}
.pay-wrap table td {
    box-shadow: none;
    border: 0;
    pad: ;
    padding: 0 10px;
    padding-bottom: 0;
}
.pay-wrap table td .field.fld-pf.cspf-fld {
    font-size: 21px;
    line-height: 23px;
    padding: 10px;
}
.pay-wrap table td iframe {
    height: 33px !important;
}
#w0-recaptcha-recaptcha iframe {
  height: initial !important;
}
.flex-1 {
  flex: 1;
}
.wrapper-body .phone_login .form-group input {
    font-size: inherit;
    width: 100%;
    font-weight: inherit;
    padding-right: 0;
}
.box_button.green {
    background: #66C22B;
    border: 0;
    color: white;
}
.heading {
    border-bottom: 1px solid #4c4c4c;
    position: sticky;
    z-index: 10;
    top: 0;
}
.text-grey {
  color: #b3b2b2;
}
/*form#form_profile .form-group {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
    font-size: 18px;
    width:100%
}*/
.wrapper-body .timing-2 {
  padding: 0px 40px !important;
  text-align: center;
}
.wrapper-body .timing-2 .audio {
  border-radius: 5px;
}
.wrapper-body .timing-2 h3 {
  font-size: 17px;
  font-weight: 500;
  color: #f39c12;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.wrapper-body .timing-2 .timing-img-2 {
  width: 100px;
  height: 100px;
  margin: 15px auto;
}
.enjoy-pkj-aap .repeat-icon {
    width: 100px;
    height: 100px;
    transform: translateY(-30px);
}
.audio-list {
    margin: 5px;
    background: #f1f3f4;
    border-radius: 20px;
    width: 65%;
    margin: 5px auto;
}
.audio-list audio {
  max-width: 100%;
}
.audio-list label {
    display: block;
    color: #000000;
    text-align: center;
    font-weight: bold;
    padding: 0 5px;
}
.app-slider {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40vh;
    background: rgb(45, 45, 45);
    overflow: auto;
    z-index: 10;
    box-shadow: 0 -10vh 20vh 15vh #000;
    padding: 20px;
    padding-top: 0;
    transform: translateY(100%);
    visibility: hidden;
    opacity: 0;
    transition: .5s all ease;
}
.app-slider.open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0%);
    transition: .5s transform ease;
}
.app-slider .head h3 {
    font-size: 16px;
    color: var(--orange-color);
    margin: 0;
}
.app-slider .head a{
    margin-left: auto;
}
.app-slider .head {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(88, 88, 88);
    position: sticky;
    top: 0;
    background: rgb(45, 45, 45);
    padding-top: 20px;
}
.app-slider .body ul{
    margin: 0;
    padding: 0;
    list-style: none;
    color: white;
}
img.open-as {
    position: absolute;
    bottom: 60px;
    right: 0;
    transform: translateY(-50%);
}

.w-85 {
    width: 85%;
}

.app-slider .body ul li img {
    max-width: 120px;
    max-height: 40px;
}

.app-slider .body ul li a {
  display: block;
  padding: 14px 10px;
  border-bottom: 1px solid black;
}

.open-as{
  cursor: pointer;
}

.social-media.details-p {
    width: 100%;
}
.social-media.details-p .all-social-icon {
    direction: ;
    display: flex;
    gap: 5px;
    padding: 10px 0;
}
.social-media.details-p .all-social-icon a {
    white-space: ;
    width: 30px;
    background: var(--orange-color);
    border-radius: 17px;
}
#more{
  display: none;
}

.wrapper-body .phone_login form > .form-group:nth-last-of-type(1) {
    margin-bottom: 40px !important;
}

.iti__country, .handle-wrap option {
    color: #000000;
}