.profile_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.components-section {
  display: none;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.profile_header_container {
  width: 90%;
  background-color: #222222;
  border-radius: 20px;
  height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-top: 40px;
}
.profile_header_above_div {
  width: 100%;
  padding: 0px 60px 0px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60%;
}
.profile_logout_btn {
  background-color: #ff551a;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 10px;
  border: none;
  outline: none;
  cursor: pointer;
  width: 170px;
  height: 55px;
}
.profile_logout_btn:hover {
  border: 1px solid #ffffff;
  color: #222222;
}
.profile_header_above_div_profile_image {
  position: absolute;
  top: -45px;
  left: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.profile_header_profile_name {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0px;
}
.profile_header_profile_role {
  font-size: 25px;
  font-weight: 400;
}
.profile_header_camera {
  position: absolute;
  z-index: 3;
  background-color: #ff551a;
  border-radius: 100%;
  top: 120px;
  right: 0px;
}
.profile_header_balance_box {
  height: 100px;
  width: 370px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_header_balance_box_text_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 30px;
}
.profile_header_balance_box_title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}
.profile_header_balance_box_balance {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  color: #ff551a;
}
.profile_header_below_div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  background-color: rgba(52, 52, 52, 1);
  border-radius: 0px 0px 20px 20px;
  height: 100px;
  padding: 0px 50px 0px 50px;
}
.profile_header_below_div_below_divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  height: 100%;
}
.profile_header_below_div_above_divider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30%;
  height: 100%;
}
.profile_header_below_item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #ffffff;
}
.profile_header_below_item:hover {
  border-bottom: 4px solid #ffffff;
  color: #ffffff;
}
.profile_header_below_item img {
  margin: 0px 8px 0px 0px;
}
.active_item {
  font-size: 20px;
  font-weight: 700;
  color: #ff551a;
  border-bottom: 4px solid #ff551a;
}
.profile_page_menu {
  background-color: #ff551a;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 50px;
  width: 160px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 5px;
  outline: none;
  border: none;
}
.profile_page_menu ul {
  border-radius: 5px;
}
.profile_menu_item {
  color: #222222;
}
.profile_menu_item:hover {
  color: #ff551a;
}
.profile_ticket_filter {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.profile_ticket_filter p {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-right: auto;
}
.profile_ticket_filter_search_content {
  position: relative;
  display: flex;
  align-items: center;
}
.profile_ticket_filter_search_content input {
  width: 320px;
  height: 45px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #222222;
  border: none;
  outline: none;
  margin-right: 10px;
  padding-left: 32px;
}
.profile_ticket_filter_search_content input:focus {
  border: none;
  outline: none;
}
.profile_ticket_filter_search_content img {
  position: absolute;
  left: 5px;
  top: 10px;
  z-index: 2;
}
.profile_table {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 40px;
}
.profile_table_header,
.profile_table_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #222222;
  border-radius: 20px;
  height: 56px;
  padding: 0px 23% 0px 45px;
  margin-top: 15px;
}
.profile_table_content_center {
  width: 100%;
  background-color: #222222;
  border-radius: 20px;
  margin-top: 15px;
}
.profile_table_content {
  height: 115px;
  padding: 0px 45px 0px 45px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0);
}
.profile_table_header p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  width: 190px;
  margin-right: 10px;
}
.profile_table_content a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  width: 169px;
  height: 55px;
  margin: 0px 15px 0px 15px;
  margin-right: 10px;
  color: #ffffff;
  background-color: #ff551a;
  border: none;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.profile_table_pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 35px;
}
.profile_table_pagination_prev,
.profile_table_pagination_next {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  width: 125px;
  height: 55px;
  border: none;
  border-radius: 10px;
  outline: none;
}
.profile_table_pagination_next {
  background-color: #ff551a;
}
.profile_table_pagination_next:hover {
  color: #222222;
}
.profile_table_pagination_prev:hover {
  color: #ff551a;
}
.profile_table_pagination p {
  font-size: 22px;
  font-weight: 700;
  margin: 0px 25px 0px 25px;
}
.profile_table_content_container_title {
  display: none;
}
.profile_table_content_container_text {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
  width: 190px;
  margin-right: 10px;
}

.profile_change_password {
  width: 90%;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  border-radius: 20px;
  margin-top: 30px;
}
.profile_change_password button {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  color: #ffffff;
  background-color: #ff551a;
  border: none;
  outline: none;
  border-radius: 10px;
  height: 55px;
  width: 315px;
  font-size: 20px;
  font-weight: 700;
}
.profile_change_password button:hover {
  background-color: #222222;
  border: 1px solid #ff551a;
}

/* check_ticket */
.profile_check_ticket_section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
}
.profile_check_ticket {
  border-radius: 20px;
  background-color: rgba(255, 85, 26, 1);
  color: #ffffff;
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 312px;
  overflow: hidden;
}
.profile_check_ticket_back_arrow {
  position: absolute;
  top: 33px !important;
  left: 25px;
}
.profile_check_ticket_back {
  position: absolute;
  top: 30px;
  left: 55px;
  width: 200px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  cursor: pointer;
}
.profile_check_ticket_back:hover {
  color: #222222;
}

.profile_check_ticket_checkout {
  font-size: 32px;
  font-weight: 700;
}
.profile_check_ticket img {
  position: absolute;
  top: 0px;
  right: 0px;
}
.profile_check_tickets_header {
  width: 90%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
}
.profile_check_tickets_header_select_all {
  width: 257px;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #343434;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  outline: none;
  margin-right: auto;
}
.profile_check_tickets_header_select_all input {
  width: 25px;
  height: 25px;
}
.profile_check_tickets_header_btn {
  width: 141px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #343434;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  border-radius: 10px;
  border: none;
  outline: none;
  margin-left: 15px;
}
.profile_check_tickets_container {
  width: 90%;
  height: fit-content;
  margin-top: 20px;
}
.profile_check_tickets_item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  float: left;
  width: fit-content;
  height: fit-content;
}
.profile_check_tickets_item button {
  width: 219px;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #343434;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  outline: none;
  margin-top: 20px;
}
.profile_check_tickets_item p {
  width: 219px;
  height: 60px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #343434;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  border: none;
  outline: none;
  margin-top: 20px;
  margin-bottom: 0px;
}
.profile_check_tickets_QR {
  width: 510px;
  height: fit-content;
  background-color: #222222;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-right: 50px;
  position: relative;
}
.ticket_head {
  position: absolute;
  top: 125px;
  left: 133px;
  display: flex;
  flex-direction: column;
}
.ticket_text {
  margin-bottom: 0px !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: left;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #222222 !important;
  height: 20px !important;
  justify-content: flex-start !important;
  margin-top: 2px !important;
}
.ticket_title {
  margin-bottom: 0px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  background-color: rgba(255, 255, 255, 0) !important;
  color: #222222 !important;
  text-align: left;
  justify-content: flex-start !important;
  height: 20px !important;
  margin-top: 2px !important;
}
.ticket_QR_code {
  position: absolute;
  top: 265px;
  left: 138px;
  width: 240px;
}
.ticket_name {
  position: absolute;
  bottom: 220px;
  left: 133px;
  display: flex;
  flex-direction: column;
}
.ticket_seat {
  position: absolute;
  bottom: 290px;
  left: 205px;
}
.ticket_type {
  position: absolute;
  bottom: 150px;
  left: 133px;
  display: flex;
  flex-direction: column;
}
.ticket_price {
  position: absolute;
  bottom: 150px;
  left: 275px;
  display: flex;
  flex-direction: column;
}
.ticket_date {
  position: absolute;
  bottom: 75px;
  left: 133px;
  display: flex;
  flex-direction: column;
}
.ticket_time {
  position: absolute;
  bottom: 75px;
  left: 275px;
  display: flex;
  flex-direction: column;
}
/* edit */
.profile_my_tickets {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: #222222;
  border-radius: 20px;
  width: 90%;
  padding: 45px 65px 45px 65px;
  margin-top: 55px;
}
.profile_my_tickets_title {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.profile_my_tickets_input_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.profile_my_tickets_input_header {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 10px;
  width: 100%;
}
.profile_my_tickets_input_half {
  width: 48%;
  position: relative;
}
.profile_my_tickets_country {
  position: absolute;
  left: 0px;
  top: 40px;
  color: #222222;
  background-color: rgba(217, 217, 217, 1);
  border-radius: 5px 0px 0px 5px;
  height: 50px;
  width: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.profile_my_tickets_country_ment_item {
  color: #222222;
}
.profile_my_tickets input {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  color: rgba(217, 217, 217, 0.9);
  border: 1px solid rgba(217, 217, 217, 0.9);
  border-radius: 5px;
  padding-left: 18px;
}
.profile_my_tickets_input_half input {
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 100%;
  background-color: rgba(217, 217, 217, 0.3);
  color: rgba(217, 217, 217, 0.9);
  border: 1px solid rgba(217, 217, 217, 0.9);
  border-radius: 5px;
  padding-left: 18px;
}
.profile_my_tickets button {
  height: 50px;
  width: 70%;
  border-radius: 5px;
  color: #ffffff;
  background-color: rgba(255, 85, 26, 1);
  border: none;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  cursor: pointer;
}
.profile_my_tickets button:hover {
  background-color: #ffffff;
  color: rgba(255, 85, 26, 1);
  border: 1px solid rgba(255, 85, 26, 1);
}
.profile_my_tickets_country_input {
  padding-left: 175px !important;
}

/* wallet */
.profile_wallet_table {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  margin-top: 40px;
}
.profile_mywallet_table_header,
.profile_wallet_table_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #222222;
  border-radius: 20px;
  height: 56px;
  padding: 0px 45px 0px 45px;
  margin-top: 15px;
}
.profile_wallet_table_content_center {
  width: 100%;
  background-color: #222222;
  border-radius: 20px;
  margin-top: 15px;
}
.profile_my_wallet_table_content {
  height: 115px;
  padding: 0px 45px 0px 45px;
  margin-top: 0px;
  background-color: rgba(255, 255, 255, 0);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.profile_mywallet_table_header p {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 0px;
  width: 153px;
}
.profile_wallet_table_pagination {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 35px;
}
.profile_wallet_table_pagination_prev,
.profile_wallet_table_pagination_next {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
  width: 125px;
  height: 55px;
  border: none;
  border-radius: 10px;
  outline: none;
}
.profile_wallet_table_pagination_next {
  background-color: #ff551a;
}
.profile_wallet_table_pagination_next:hover {
  color: #222222;
}
.profile_wallet_table_pagination_prev:hover {
  color: #ff551a;
}
.profile_wallet_table_pagination p {
  font-size: 22px;
  font-weight: 700;
  margin: 0px 25px 0px 25px;
}
.profile_wallet_table_content_container_title {
  display: none;
}
.profile_my_wallet_table_content_container_text {
  font-size: 18px !important;
  font-weight: 400 !important;
  margin-bottom: 0px;
  width: 150px;
}
.profile_bookify_wallet {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 40px;
}
.profile_bookify_wallet p {
  font-size: 30px;
  font-weight: 700;
  width: 100%;
  text-align: left;
}
.profile_bookify_wallet_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 125px;
  width: 100%;
  background-color: #222222;
  border-radius: 20px;
  padding: 0px 40px 0px 40px;
}
.profile_bookify_wallet_container img {
  margin-right: 20px;
}
.profile_bookify_wallet_content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 87%;
}
.profile_bookify_wallet_content_collapse {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-right: auto;
}
.profile_bookify_wallet_total {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0px;
  width: 380px !important;
}
.profile_bookify_wallet_amount {
  font-size: 24px;
  font-weight: 700;
  color: #ff551a;
  margin-bottom: 0px;
}
.profile_bookify_wallet_recharge {
  text-decoration: none;
  color: #ffffff;
  background-color: #ff551a;
  width: 160px;
  height: 50px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  outline: none;
  border: none;
}
.profile_bookify_wallet_recharge:hover {
  color: #ff551a;
  background-color: #ffffff;
  border: 1px solid #ff551a;
}

.recharge_shadow {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  background-color: rgba(13, 13, 13, 0.9);
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
}
.recharge_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 700px;
  height: 375px;
  background-color: #222222;
  position: fixed;
  top: 200px;
  padding: 40px;
  border-radius: 10px;
}
.recharge_content img {
  margin-bottom: 0px;
  width: 145px;
}
.recharge_content button {
  background-color: rgba(255, 85, 26, 1);
  border-radius: 10px;
  outline: none;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 50px;
  align-self: flex-end;
}
.recharge_title {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  width: 100%;
}
.recharge_text {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  max-width: 510px;
}

.recharge_modal_section_payment {
  min-width: 290px;
  max-width: 585px;
}
.recharge_modal_section_2 {
  display: flex;
}
.recharge_modal_payment_ref {
  text-decoration: none;
  cursor: pointer;
  height: fit-content;
  margin-top: 10px;
}
.recharge_modal_payment_img {
  margin-top: 10px;
}
.sort_menu {
  transform: translate3d(0px, 0px, 0px) !important;
  top: 55px !important;
}
.sort_menu_wallet {
  transform: translate3d(0px, 0px, 0px) !important;
  top: 55px !important;
}
@media only screen and (max-width: 1260px) {
  .profile_header_below_div {
    padding: 0px 20px 0px 20px;
  }
  .profile_header_below_div_below_divider {
    width: 37%;
  }
  .profile_header_below_div_above_divider {
    width: 33%;
  }
  .profile_table_content_container_text {
    width: 180px;
  }
  /* wallet */
  .profile_my_wallet_table_content_container_text {
    width: 140px;
  }
}
@media only screen and (max-width: 1175px) {
  .profile_check_ticket {
    border-radius: 10px;
    width: 95%;
    height: 150px;
  }
  .profile_check_ticket_checkout {
    font-size: 20px;
    margin-left: 40px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
  }
  .profile_check_ticket_back_arrow {
    top: 13px !important;
    left: 11px;
    max-width: 18px;
  }
  .profile_check_ticket_back {
    top: 12px;
    left: 30px;
    font-size: 14px;
  }
  .profile_check_ticket img {
    max-height: 123px;
  }
  .ticket_head {
    top: 95px;
    left: 65px;
  }
  .ticket_text {
    font-size: 14px !important;
  }
  .ticket_title {
    font-size: 16px !important;
  }
  .ticket_QR_code {
    position: absolute;
    top: 200px;
    left: 66px;
    width: 180px !important;
  }
  .ticket_name {
    position: absolute;
    bottom: 160px;
    left: 65px;
    display: flex;
    flex-direction: column;
  }
  .ticket_seat {
    position: absolute;
    bottom: 215px;
    left: 115px;
  }
  .ticket_type {
    position: absolute;
    bottom: 105px;
    left: 65px;
    display: flex;
    flex-direction: column;
  }
  .ticket_price {
    position: absolute;
    bottom: 105px;
    left: 170px;
    display: flex;
    flex-direction: column;
  }
  .ticket_date {
    position: absolute;
    bottom: 50px;
    left: 65px;
    display: flex;
    flex-direction: column;
  }
  .ticket_time {
    position: absolute;
    bottom: 50px;
    left: 170px;
    display: flex;
    flex-direction: column;
  }

  .profile_check_tickets_header_select_all {
    width: 257px;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
  }
  .profile_check_tickets_header_btn {
    min-width: 95px;
    height: 50px;
    font-size: 16px;
    border-radius: 5px;
    margin-left: 5px;
  }
  .profile_check_tickets_header_select_all input {
    width: 20px;
    height: 20px;
    margin-left: 4px;
  }
  .profile_check_tickets_container {
    width: 90%;
    height: fit-content;
    margin-top: 20px;
  }
  .profile_check_tickets_item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    float: left;
    width: fit-content;
    height: fit-content;
  }
  .profile_check_tickets_item button {
    width: 160px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    outline: none;
    margin-top: 20px;
  }
  .profile_check_tickets_item p {
    width: 160px;
    height: 40px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    outline: none;
    margin-top: 20px;
  }
  .profile_check_tickets_QR {
    width: 310px;
    height: fit-content;
    background-color: #222222;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-right: 20px;
  }
  .profile_check_tickets_QR img {
    width: 250px;
  }
}
@media only screen and (max-width: 1100px) {
  .profile_section {
    margin-top: 20px;
  }
  .profile_header_container {
    width: 95%;
    border-radius: 10px;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    margin-top: 0px;
  }
  .profile_header_above_div {
    width: 100%;
    padding: 0px 0px 20px 0px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 80%;
  }
  .profile_logout_btn {
    display: flex;
    justify-content: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .profile_logout_btn span {
    display: none;
  }
  .profile_header_above_div_profile_image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    top: 0px;
    left: 0px;
  }
  .profile_header_above_div_profile_image img {
    max-width: 100px;
    max-height: 100px;
  }
  .profile_header_profile_name {
    font-size: 24px;
  }
  .profile_header_profile_role {
    font-size: 16px;
  }
  .profile_header_camera {
    position: absolute;
    z-index: 3;
    background-color: #ff551a;
    border-radius: 100%;
    top: 60px;
    right: 0px;
  }
  .profile_header_balance_box {
    height: 100px;
    min-width: 300px;
    max-width: 300px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile_header_balance_box img {
    width: 50px;
    height: 50px;
  }
  .profile_header_balance_box_text_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 30px;
  }
  .profile_header_balance_box_title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
  }
  .profile_header_balance_box_balance {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #ff551a;
  }
  .profile_header_below_div {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
    background-color: rgba(52, 52, 52, 1);
    border-radius: 0px 0px 5px 5px;
    height: 144px;
    padding: 0px 0px 0px 0px;
  }
  .profile_header_below_div_below_divider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .profile_header_below_div_above_divider {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .profile_header_below_item {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    height: 100%;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .profile_header_below_item img {
    margin: 0px 8px 0px 0px;
    width: 25px;
    height: 25px;
  }
  .change_password {
    border-bottom: none;
    border-radius: 0px 0px 4px 4px;
  }
  .right_border {
    border-right: 1px solid rgba(255, 255, 255, 0.3);
  }
  .active_item {
    font-size: 16px;
    font-weight: 700;
    color: #ff551a;
    width: 100%;
    border-bottom: 4px solid #ff551a;
  }
  .profile_page_menu {
    height: 40px;
    width: 115px;
    font-size: 16px;
  }
  .profile_ticket_filter {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: 75px;
    margin-top: 0px;
  }
  .profile_ticket_filter p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0px;
    min-width: 120px;
  }
  .profile_ticket_filter_search_content {
    position: absolute;
    width: 100%;
    top: 70px;
  }
  .profile_ticket_filter_search_content input {
    width: 100%;
    height: 45px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.8);
    color: #222222;
    border: none;
    outline: none;
    margin-right: 0px;
    padding-left: 32px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
  }
  .profile_ticket_filter_search_content input:focus {
    border: none;
    outline: none;
  }
  .profile_ticket_filter_search_content img {
    position: absolute;
    left: 5px;
    top: 10px;
    z-index: 2;
  }
  .profile_table {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    margin-top: 40px;
  }
  .profile_table_header {
    display: none;
  }
  .profile_table_content_container_title {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }
  .profile_table_content_container_text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    width: 130px;
    margin-right: 0px;
  }
  .profile_table_content {
    display: block;
    padding: 15px;
    min-height: 235px;
    width: 100%;
  }
  .profile_table_content_center {
    width: 100%;
    background-color: #222222;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile_table_content_container {
    width: 134px;
    float: left;
    margin-bottom: 20px;
  }
  .profile_table_content a {
    font-size: 16px;
    margin-bottom: 0px;
    width: 100%;
    height: 40px;
    margin: 0px 0px 0px 0px;
    margin-right: 0px;
    margin-top: 25px;
  }
  .profile_table_pagination_prev,
  .profile_table_pagination_next {
    font-size: 16px;
    width: 125px;
    height: 40px;
    border-radius: 5px;
  }
  .profile_table_pagination p {
    font-size: 18px;
  }

  .profile_change_password {
    width: 95%;
    height: 155px;
    margin-top: 16px;
  }
  .profile_change_password button {
    border-radius: 5px;
    height: 45px;
    width: 290px;
    font-size: 16px;
  }
  /* wallet */
  .profile_mywallet_table_header {
    display: none;
  }
  .profile_wallet_table_content_container_title {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
  }
  .profile_my_wallet_table_content_container_text {
    font-size: 16px !important;
    font-weight: 400 !important;
    margin-bottom: 0px;
    width: 130px;
    margin-right: 0px;
    line-height: 17px;
  }
  .profile_my_wallet_table_content {
    display: block;
    padding: 20px;
    height: fit-content;
    width: fit-content;
  }
  .profile_wallet_table_content_center {
    width: 100%;
    background-color: #222222;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .profile_wallet_table_content_container {
    width: 120px;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
  }
  .profile_wallet_table_pagination_prev,
  .profile_wallet_table_pagination_next {
    font-size: 16px;
    width: 125px;
    height: 40px;
    border-radius: 5px;
  }
  .profile_wallet_table_pagination p {
    font-size: 18px;
  }

  .profile_bookify_wallet p {
    font-size: 20px;
  }
  .profile_bookify_wallet_container {
    height: 205px;
    border-radius: 10px;
    padding: 0px 25px 0px 25px;
  }
  .profile_bookify_wallet_container img {
    margin-right: 20px;
    width: 130px;
  }
  .profile_bookify_wallet_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 87%;
  }
  .profile_bookify_wallet_content_collapse {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    margin-right: 0px;
    margin-bottom: 8px;
  }
  .profile_bookify_wallet_total {
    font-size: 16px !important;
    font-weight: 400 !important;
    width: 130px !important;
  }
  .profile_bookify_wallet_amount {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .profile_bookify_wallet_recharge {
    text-decoration: none;
    width: 130px;
    height: 40px;
    border-radius: 5px;
  }
  .recharge_content {
    width: 90%;
    top: 100px;
    padding: 20px;
    height: 260px;
  }
  .recharge_content img {
    margin-bottom: 0px;
    max-width: 80px;
    max-height: 80px;
  }
  .recharge_content button {
    border-radius: 5px;
    width: 100px;
    height: 40px;
    font-size: 18px;
  }
  .recharge_title {
    font-size: 18px;
  }
  .recharge_text {
    font-size: 16px;
    max-width: 310px;
  }
  .recharge_modal_section_payment {
    margin-left: 0px;
    font-size: 14px;
    min-width: 200px;
    max-width: 255px;
    margin-bottom: 20px;
  }
  .recharge_modal_payment_img {
    max-width: 91px;
  }
  .profile_menu_item {
    color: #222222;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
  }
  .sort_menu,
  .sort_menu li,
  .sort_menu_wallet,
  .sort_menu_wallet li {
    width: 115px;
    min-width: 115px;
    top: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .profile_my_tickets {
    border-radius: 20px;
    width: 95%;
    padding: 20px 25px 20px 25px;
    margin-top: 16px;
  }
  .profile_my_tickets_title {
    font-size: 20px;
  }
  .profile_my_tickets_input_container {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
  }
  .profile_my_tickets_input_header {
    font-size: 18px;
  }
  .profile_my_tickets_input_half {
    width: 100%;
  }
  .profile_my_tickets_country {
    position: absolute;
    top: 37px;
    height: 40px;
    width: 50%;
  }
  .profile_my_tickets_country_ment_item {
    color: #222222;
  }
  .profile_my_tickets input {
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding-left: 10px;
  }
  .profile_my_tickets_input_half input {
    font-size: 14px;
    height: 40px;
    width: 100%;
    padding-left: 10px;
  }
  .profile_my_tickets_country_input {
    padding-left: 52% !important;
  }
  .profile_my_tickets button {
    height: 45px;
    width: 70%;
    font-size: 16px;
    margin-top: 25px;
  }
  .profile_my_tickets_country_menu {
    font-size: 14px;
    font-weight: 500;
    color: #222222;
  }
  .profile_my_tickets_country_menu img {
    max-width: 25px;
  }
}
