/*# sourceMappingURL=custom.min.css.map */

/* dashboard */
@font-face {
  font-family: satoshi;
  src: url(../fonts/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Regular.woff);
}
@import url("https://fonts.cdnfonts.com/css/akira-expanded");
a,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: satoshi !important;
  color: white;
}
.akira-font {
  font-family: "Akira Expanded", sans-serif !important;
}
body {
  font-family: satoshi !important;
  font-family: satoshi !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background-color: #1e1e1e;
}

/* Widgets start */

.modal {
  --vz-modal-width: 360px;
}

.profile-edit-modal {
  --vz-modal-width: 560px;
}

.custom-tooltip {
  left: 0;
  position: absolute;
  width: 391px;
  background: #2d2927;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 16px;
  border: 1.3px solid #f2652233;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  white-space: normal;
  opacity: 0;
  visibility: visible;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
  z-index: 1000;
}

.custom-tooltip p {
  line-height: 24px;
  text-align: start;
  font-weight: 400;
  margin: 0;
}

.custom-tooltip::after {
  content: "";
  position: absolute;
  top: 25%;
  left: 98.3%;
  transform: rotate(47deg);
  background: #2d2927;
  width: 15px;
  height: 15px;
  border-top: 1.3px solid #f2652233;
  border-right: 1.3px solid #f2652233;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 28px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 34px;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: #f26722; /* Orange color */
}

input:checked + .slider:before {
  transform: translateX(22px);
}

.profile-card-container {
  width: 153px;
  height: 162px;
  position: relative;
}
.profile-card {
  width: 150px;
  height: 150px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.profile-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #272727;
  font-size: 80px;
  color: #888;
}

.profile-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.camera-icon {
  position: absolute;
  bottom: 0px;
  right: -5px;
  width: 50px;
  height: 50px;
  background: #f26522;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  border: 3px solid white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 1;
  overflow: visible;
}

.delete-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  color: red;
  border: none;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  display: none;
}
.profile-card:hover .delete-button {
  display: block;
}

/* Widgets end */

#back-to-top {
  bottom: 30px;
}

.btn-outline-dark {
  border: 1.25px solid #ffffff4d;
}

.navbar-nav .nav-item {
  max-width: 260px;
  /* max-height: 50px; */
  border-radius: 12px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
}

.navbar-menu .navbar-nav .nav-link {
  padding: 0;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar="dark"]
  .navbar-menu {
  background: #0e0e0e;
  border-right: 1px solid #ffffff4d;
}

:is(
    [data-layout="vertical"],
    [data-layout="semibox"]
  )[data-sidebar="dark"][data-sidebar-size="sm"]
  .navbar-brand-box {
  background-color: #0e0e0e;
  border-right: 1px solid #ffffff4d;
}

#page-topbar {
  background: #1e1e1e;
  border-bottom: 1px solid #ffffff4d;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
  .navbar-menu
  .navbar-nav
  .nav-item
  .menu-link {
  padding: 0 1rem !important;
}

.navbar-menu .navbar-nav .nav-link.active {
  color: var(--vz-vertical-menu-item-active-color-dark);
  border-bottom: 1.5px solid rgba(242, 101, 34, 1);
  box-shadow: 0px 20px 50px 0px rgba(242, 101, 34, 0.1);
  max-width: 220px;
  /* max-height: 50px; */
  border-radius: 12px;
  overflow: hidden;
  padding: 10px 20px !important;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
  .navbar-menu
  .navbar-nav
  .nav-item
  .menu-link {
  padding: 0 0.8rem !important;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
  .navbar-menu
  .navbar-nav
  .nav-item {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
  .setting {
  padding: 13px;
}
:is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"]
  .setting
  button
  span {
  display: none;
}

#notificationDropdown {
  background: rgba(242, 101, 34, 0.3);
  height: 48px;
  width: 48px;
  border-radius: 7px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#scrollbar {
  height: 83vh !important;
}

.setting {
  padding: 10px 20px;
}

.btn-setting {
  color: #ffffff;
  background: transparent;
  border: 1px solid #1e1e1e;
  border-radius: 12px;
  width: 100%;
  font-size: 16px;
  padding: 10px;
}

.fs-32 {
  font-size: 32px;
}

.custom-badge {
  width: 65px;
  height: 65px;
  border-radius: 12px;
  background-color: rgba(242, 101, 34, 1);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
}

.color-primary {
  color: rgba(242, 101, 34, 1);
}
.bg-primary {
  background-color: rgba(242, 101, 34, 1) !important;
}
.btn-dropdown {
  border: 1px solid #ffffff4d !important;
  border-radius: 6px;
}

.table-responsive {
  min-height: 340px;
  /* max-height: 500px; */
  border: 1px solid #ffffff1a !important;
  border-radius: 12px;
  overflow: auto;
}

.table-striped tbody tr:nth-child(odd) {
  background-color: #2d2927;
}

.rounded-table {
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
}

.table th,
.table td {
  border: none;
}
.table th {
  font-weight: 500;
}
.table td {
  font-weight: 400;
}
.table > :not(caption) > * > * {
  padding: 1.3rem 1.2rem;
}

.table-img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}

.btn-primary {
  background-color: rgba(242, 101, 34, 1);
  border: 1px solid rgba(242, 101, 34, 1);
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700;
}
.btn-primary:hover {
  background-color: rgba(242, 101, 34, 0.8);
  border: 1px solid rgba(242, 101, 34, 0.8);
}

.btn-outline-primary {
  background-color: transparent;
  border: 1px solid rgba(242, 101, 34, 1);
  border-radius: 12px;
  font-size: 16px !important;
  font-weight: 700;
  color: rgba(242, 101, 34, 1);
}
.btn-outline-primary:hover {
  background-color: rgba(242, 101, 34, 0.8);
  border: 1px solid rgba(242, 101, 34, 0.8);
}

.eventListPagination .pagination .page-link {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: 500;
  height: 22px;
  line-height: 20px;
  padding: 0 15px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
}

.pagination .page-item.active .page-link {
  background-color: #f26522;
  color: #ffffff;
  border-radius: 2px !important;
}
.pagination .page-item.disabled .page-link {
  color: #6c757d;
}
.pagination .page-link i {
  margin: 0 5px;
  font-size: 18px;
  vertical-align: middle;
}
/* dashboard end*/

/* Team Page Start */

.details-card-custom {
  border: 1.34px solid #f2652233;
  background: #2d2927;
  border-radius: 12px;
}
.team-details-img {
  width: 215px;
  height: 234px;
  border-radius: 12px;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #f26522;
}
.team-details-img .team-img,
.team-details-img img:first-child {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.venue-details-img img {
  object-fit: contain !important;
}

.team-details .badge-img {
  right: 10px;
  bottom: 10px;
  height: 50px;
}
.team-details .progress-bar-wrapper .progress {
  --vz-progress-bg: #1e1e1e;
}
.team-details .progress-bar-wrapper {
  max-width: 215px;
  width: 100%;
}
.team-details .progress-bar-wrapper .progress-per {
  color: #696565;
}

/* Tier progress block (team detail sidebar, under the team logo) */
.tier-progress {
  max-width: 280px;
  width: 100%;
}
.tier-progress .progress {
  --vz-progress-bg: #1e1e1e;
  background-color: #1e1e1e;
  border-radius: 4px;
}
.tier-progress .tier-badge-img {
  width: 150px;
  height: 80px;
  object-fit: contain;
  flex-shrink: 1;
  min-width: 0;
}
.tier-progress .tier-badge-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.text-white {
  color: #ffffff !important;
}

.modal {
  /* --vz-modal-width: 360px; */
  --vz-modal-margin: 0.5rem;
  --vz-modal-bg: #2d2927 !important;
  --vz-modal-border-color: #f2652233 !important;
  --vz-modal-border-width: 1.3px !important;
  --vz-modal-border-radius: 25px !important;
}
.btn-light {
  background: #0e0e0e;
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700;
  border: 1px solid #0e0e0e;
}

/* Tournament Details Page CSS */

.bracket-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
}

.placeholder {
  background-color: #333;
}
.con-img {
  position: absolute;
  top: 38px;
  right: -34%;
}
.con-img2 {
  position: absolute;
  bottom: 38px;
  right: -34%;
}

.con-img3 {
  position: absolute;
  right: -32%;
  bottom: 32px;
}

.mb-8 {
  margin-bottom: 7rem;
}
.gap-6 {
  gap: 8rem;
}
.gap-7 {
  gap: 19rem;
}

.formLable,
.form-label {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
}

.selectType,
.inputType {
  background-color: #272727 !important;
  border: 1px solid #393b40 !important;
  min-height: 60px;
  border-radius: 10px !important;
  color: #919bad !important;
  font-size: 18px !important;
  font-weight: 400 !important;
}

.flatpickr-months,
.flatpickr-weekdays,
span.flatpickr-weekday {
  background-color: #f26522;
}
.flatpickr-day.today {
  border-color: #f26522;
}
.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  background: #f26522;
  border-color: #f26522;
}

.flatpickr-day.today:hover {
  border-color: #f26522;
}

.add-plus {
  color: #f26522;
  font-size: 30px;
}

.btn-delete {
  background-color: red;
  border: 1px solid red;
  color: #ffffff;
}

.btn-delete:hover {
  border: 1px solid red;
}

.fs-28 {
  font-size: 28px;
}

.user-badge {
  /* width: 154px; */
  padding-inline: 12px;
  height: 56px;
  border-radius: 12px;
  border: 1px solid #bdbcbc;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.card {
  background: #272727;
}
.card-header {
  background-color: transparent;
}
.bg-card-secoundry {
  background-color: #ffffff0f;
}
.rounded-3 {
  border-radius: 12px !important;
}
.rounded-4 {
  border-radius: 20px !important;
}

.user-badge-img {
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.user-badge-img img {
  width: 100%;
  height: 100%;
}

.post-img {
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
}
.post-img img {
  width: 100%;
  height: 100%;
}

.post-card {
  background-color: #ffffff1a;
  border: 0.8px solid #ffffff33;
  border-radius: 10px;
}

.post-card-img {
  width: 100%;
  height: 150px;
  border-radius: 12px;
  overflow: hidden;
}
.post-card-img img {
  width: 100%;
  height: 100%;
}

.custom-checkbox {
  width: 350px;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: #272727;
  border: 1px solid #272727;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.checkbox-container input[type="checkbox"]:checked + label .custom-checkbox {
  background-color: #f265221a;
  border: 1px solid #f26522;
}

/* forum section */

.forum-card-custom {
  border: 0.8px solid #ffffff33;
  border-radius: 10px;
}

.forum-card-custom .card-footer {
  background-color: transparent;
  border-top: 0.8px solid #ffffff33;
}

.forum-post-img {
  /* height: 450px; */
  /* border-radius: 12px;*/
  overflow: hidden;
  gap: 10px;
}
.forum-post-img img {
  width: 100%;
  border-radius: 12px;
  height: 300px;
  /* height: 100%; */
  object-fit: cover;
}
.dropzone {
  min-height: 0 !important;
  background-color: transparent;
}

/* Sadium Fecility page */

.stadiumFecultyBadge {
  min-width: 115px;
  height: 34px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f265220d;
  color: #f26522;
  border: 1px solid #f26522;
  backdrop-filter: blur(10px);
  font-size: 12px;
  font-weight: 600;
  padding: 0 8px;
}

/* add stadium Fecility */

#image-container,
.edit-profile-container {
  min-height: 200px;
  width: 100%;
  background-color: #272727;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 5px;
  border: 1px solid #393b40;
}

.edit-profile-container {
  min-height: 200px;
  max-height: 308px;
  overflow: hidden;
  margin-top: 14px;
}

.edit-profile-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-preview {
  position: relative;
  margin: 10px;
}

.image-preview img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 1px solid #f26522;
  border-radius: 10px;
  overflow: hidden;
}

.delete-btn {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 5px;
  right: 5px;
  background: #f26522;
  color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

.image-preview:hover .delete-btn {
  display: block;
}

.btn-add-image {
  display: none;
}

.days {
  height: 60px;
  border: 1px solid #393b40;
  background: #272727;
  border-radius: 10px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  padding: 0 12px;
}

/* Report Page */

.report-img,
.no-reported-img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  overflow: hidden;
  background: #ffffff0d;
  display: flex;
  justify-content: center;
  align-items: center;
}

.report-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.btn-outline-danger {
  background: #ff00000f;
  border: 1.25px solid #ff0000;
  color: #ff0000;
}

.btn-outline-danger:hover {
  background: #ff0000;
  border: 1.25px solid #ff0000;
}

.reforence-img {
  height: 450px;
  overflow: hidden;
  border-radius: 20px;
}
.reforence-img img {
  width: 100%;
}

/* chat page */

.chat-container {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  background-color: #272727;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
}

.header-inner,
.header {
  display: flex;
  align-items: center;
  padding: 10px 0 0px;
  background-color: transparent;
}

.profile-pic {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #555;
  margin-right: 10px;
  border: 2px solid #f26522;
  overflow: hidden;
}
.profile-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.status {
  display: flex;
  flex-direction: column;
}

.name {
  font-weight: 700;
  color: #ffffff;
  font-size: 24px;
}

.online {
  font-size: 16px;
  color: #ffffff66;
  font-weight: 400;
}

.messages {
  flex-grow: 1;
  padding: 15px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow-y: auto;
  height: 53vh;
}

.message {
  display: flex;
  flex-direction: column;
  max-width: 70%;
  padding: 10px;
  border-radius: 10px;
}

.received {
  align-self: flex-start;
  /* background-color: #333; */
}

.sent {
  align-self: flex-end;
  /* background-color: #555; */
}
.message-time-sent {
  flex-direction: row;
  gap: 5px;
  align-items: center;
  padding: 0;
  font-size: 12px;
}
.message-time-sent {
  align-self: flex-end;
}
.message-time-received {
  align-self: flex-start;
}

.message-time-sent i {
  font-size: 14px;
  color: #f26522;
}

.chat-footer {
  padding: 5px 10px;
  background-color: transparent;
  border-top: 1px solid #333;
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #989898;
  border-radius: 8px;
}

.chat-footer input {
  flex-grow: 1;
  padding: 10px;
  border: none;
  background-color: transparent;
  color: #fff;
  height: 100%;
}

.chat-footer input:focus {
  outline: none;
}

.chat-footer img {
  cursor: pointer;
}

.messages::-webkit-scrollbar {
  width: 5px;
}

.messages::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.messages::-webkit-scrollbar-thumb {
  background: #f26522;
  border-radius: 10px;
}

.messages::-webkit-scrollbar-thumb:hover {
  background: #f26522;
}

/* user side and topbar*/

.topbar-badge {
  right: -17px;
  top: 0px !important;
}

.navbar-header .btn-topbar:hover {
  color: white;
}

/* .navbar-header .topbar-head-dropdown .dropdown-menu.show {
  border-radius: 1rem;
  border: 1.34px solid #e3e3e3;
}
.rounded-top-noti {
  border-radius: 1rem 1rem 0 0;
}

.notification-nav {
  padding: 0 10px !important;
}

.dropdown-head .nav-tabs-custom .nav-link.active {
  background: none !important;
}

.notification-nav .nav-link.active {
  color: #000 !important;
}

.dropdown-head .nav-tabs-custom .nav-link.active::before, .dropdown-head .nav-tabs-custom .nav-item:hover .nav-link::before {
  width: 100% !important;
}

.notification-nav .nav-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  top: auto;
  left: 2px;
  width: 0;
  height: 2px;
  background: #000;
  transition: all 0.35s ease;
  -webkit-transition: all 0.35s ease;
  z-index: 1;
}

.notification-nav .nav-link.active {
  color: #000 !important;
} */

.nav-tabs-custom .nav-item .nav-link.active {
  color: #f26522;
}
.btn.show {
  color: white;
}
/* home page */

.nav-tabs-custom {
  border-bottom: 1px solid #878a99;
}

.nav-tabs-custom .nav-item .nav-link {
  color: #878a99;
  font-size: 16px;
  font-weight: 700;
}

.nav-success.nav-tabs-custom .nav-link.active {
  background-color: transparent;
  color: #f26522;
}
.nav-success.nav-tabs-custom .nav-link.active::after {
  background-color: #f26522;
}

#nav-tabContent {
  height: 500px;
  overflow-y: scroll;
}

#nav-tabContent::-webkit-scrollbar {
  display: none;
}

.card-section {
  display: flex;
  align-items: center;
  background-color: #333;
  margin-bottom: 15px;
}
.card-section img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  object-fit: cover;
  margin-right: 15px;
}
.card-content {
  flex-grow: 1;
}
.title {
  font-size: 20px;
  font-weight: bold;
  color: white;
}
.rating {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
}

.description {
  font-size: 14px;
  color: #bbb;
  font-weight: 500;
}
.separator {
  border-top: 1px solid #444;
  margin: 10px 0;
}

.map-img {
  width: 100%;
  height: 575px;
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
.map-img .map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.navigation img:nth-child(1) {
  position: absolute;
  top: 50px;
  left: 150px;
}
.navigation img:nth-child(2) {
  position: absolute;
  top: 170px;
  left: 330px;
}
.navigation img:nth-child(3) {
  position: absolute;
  top: 190px;
  right: 130px;
}
.navigation img:nth-child(4) {
  position: absolute;
  bottom: 100px;
  right: 195px;
}

/* create your Team */

.search-container {
  position: relative;
  width: 100%;
}

.search-box {
  width: 100%;
  padding: 12px 40px;
  border: none;
  outline: none;
}

.search-icon-2 {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}
.top-10 {
  top: 10%;
}

.password-addon {
  font-size: 20px;
}

/* Member Details Page */

.model-img {
  margin: auto;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #f26522;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
}

/* My Profile */

.form-switch .form-check-input {
  width: 40px;
  height: 22px;
}
.form-check-input {
  background-color: #e7e7e7;
}
.form-check-input:checked {
  background-color: #f26522;
  border-color: #f26522;
}

/* Report Type start */

.report-option {
  padding: 10px 0;
  border-top: 1px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  transition: 0.2s ease-in-out;
}
.report-option:hover {
  color: #f26522;
}

.report-option span {
  color: #f26522;
}
.dropzone {
  min-height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
}
.dropzone span {
  transition: 0.2s ease-in-out;
}
.dropzone:hover span {
  color: #f26522;
}
.dropzone .dz-message {
  margin: 0;
  text-align: left;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.dropzone .dz-message span:first-child {
  font-size: 26px;
}
.reportSubmitMessage {
  max-width: 425px;
  margin: auto;
}
.successCircle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #f26522;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 35px;
  font-weight: 400;
  line-height: 21.6px;
  margin: auto;
}

.selectedOption {
  background: transparent;
  border: 0.8px solid #ffffff;
  border-radius: 7.2px;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

/* Report Type End */

/* Deposit Payment Start */

.paymentContainer {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #383838;
  overflow: hidden;
}

.paymentContainer .paymentHeader {
  padding: 20px;
  background: #272727;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.paymentContainer .paymentCard {
  width: 70px;
  height: 48px;
  border-radius: 8px;
  background: #ffffff;
  border: 1.4px solid #d9d9d9;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paymentContainer .arrow {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f26522;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  font-weight: 500;
  color: #ffff;
}

.paymentCardBody {
  height: auto;
  overflow: hidden;
  padding: 20px;
  transition: all 0.3s ease-in-out;
}

.paymentCardBody.hide {
  height: 0;
  padding: 0;
}
/* Deposit Payment End */

.form-height {
  min-height: 65vh;
}

.individual-match-model-img {
  width: 63px;
  height: 63px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f26522;
  margin: auto;
}

/* .btn-outline-dark {
  border-radius: 12px !important;
  font-size: 16px !important;
  font-weight: 700;
} */

.table .btn-outline-dark {
  border-radius: 5px !important;
  font-size: 16px !important;
  font-weight: 700;
  line-height: 1;
  border: 1px solid #ffffff4d !important;
}

.border-custom {
  background: transparent;
  color: #fff;
}
.border-custom option {
  background: #212529;
  color: #fff;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator {
  filter: invert(48%) sepia(89%) saturate(629%) hue-rotate(352deg)
    brightness(96%) contrast(94%);
}

.iti {
  width: 100%;
}

.matchup .team-option {
  gap: 0.5rem;
}
.matchup .team-option .form-check-input {
  border-radius: 50%;
}

.matchup .form-radio-outline.form-radio-primary .form-check-input {
  width: 20px;
  height: 20px;
}

.matchup
  .form-radio-outline.form-radio-primary
  .form-check-input:checked[type="radio"] {
  color: #f26522;
  background-color: transparent;
  border-color: #f26522;
}
.matchup .form-radio-outline .form-check-input:checked[type="radio"]::before {
  font-size: 13px;
  left: 2.6px;
}

.vanue-wrapper {
  max-width: 637px;
  width: 100%;
}

.position-hoder-wrapper {
  min-height: 341px;
  background-color: #1e1e1e;
  padding: 15px;
  display: flex;
  position: relative;
}
.celebration::before {
  background-image: url(../images/reccity-sports/left-img.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-position: left top;
}

.celebration::after {
  background-image: url(../images/reccity-sports/right-img.png);
  background-repeat: no-repeat;
  position: absolute;
  content: "";
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  background-position: right top;
}
.position-hoder-wrapper .position-hoder-wrapper-inner {
  max-width: 717px;
  gap: 4.5rem;
}
.position-hoder-wrapper .position-hoder-wrapper-inner .profile-img-wrapper {
  position: relative;
  width: 88px;
  height: 88px;
  margin: 0 auto;
}
.position-hoder-wrapper
  .position-hoder-wrapper-inner
  .profile-img-wrapper
  .profile-img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  border: 5.38px solid #f4f4f4;
}

.position-hoder-wrapper
  .position-hoder-wrapper-inner
  .profile-img-wrapper
  .rank-badge {
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 5.38px solid #454545;
  background: #f4f4f4;
  color: #342145;
  font-size: 15px;
  font-weight: 400;
}

.position-hoder-wrapper
  .position-hoder-wrapper-inner
  .profile-img-wrapper
  .medal-img {
  width: 30px;
  position: absolute;
  right: -10px;
  bottom: 5px;
}

.position-hoder-wrapper
  .position-hoder-wrapper-inner
  .profile-img-wrapper
  .crown-img {
  width: 60px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.position-hoder-wrapper .position-hoder-wrapper-inner .first {
  transform: scale(1.3);
}

.position-hoder-wrapper
  .position-hoder-wrapper-inner
  .first
  .profile-img-wrapper
  .rank-badge {
  background: #f26522;
  border: 5.38px solid #fff;
}

table {
  white-space: nowrap;
}

.scored-table .badge-img {
  width: 37px;
}

.scored-table .first {
  background: #f26522;
  box-shadow: 0px 3px 39.3px 0px #0000008c;
}
.scored-table .second {
  background: #c9c9c9;
  color: #0e0e0e;
  box-shadow: 0px 3px 39.3px 0px #0000008c;
}
.scored-table .third {
  background: #a5401b;
  box-shadow: 0px 3px 39.3px 0px #0000008c;
}

.scored-table .first td:first-child,
.scored-table .second td:first-child,
.scored-table .third td:first-child {
  border-top-left-radius: 18px;
  border-bottom-left-radius: 18px;
}
.scored-table .first td:last-child,
.scored-table .second td:last-child,
.scored-table .third td:last-child {
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
}

/* request styles */

.request-card {
  background-color: #2c2c2e;
  border-radius: 20px;
  padding: 24px 40px;
  margin-bottom: 20px;
}
.request-card .profile-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 14px;
}
.request-card .icon-box {
  width: 40px;
  height: 40px;
  background-color: #f2652224;
  border-radius: 10px;
  margin-right: 14px;
}
.request-card .delete-icon {
  background-color: #f265221a;
  border-radius: 8px;
}

.mb-20 {
  margin-bottom: 20px;
}
.mb-16 {
  margin-bottom: 16px;
}

.py-11 {
  padding-top: 11px;
  padding-bottom: 11px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.border-primary {
  border-color: #f26522 !important;
}

.flatpickr-month,
.flatpickr-current-month {
  border-radius: 5px 5px 0 0 !important;
}
.flatpickr-month,
.flatpickr-current-month,
.flatpickr-weekdays {
  background-color: #f26522 !important;
  color: #ffffff !important;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  padding: 6px 10px !important;
}

.flatpickr-calendar {
  background: #272727 !important;
  color: #ffffff !important;
  z-index: 9999 !important;
}

.flatpickr-day:hover,
.flatpickr-day:focus {
  background: #333333 !important;
  color: #ffffff !important;
}
.flatpickr-day {
  color: #ffffff !important;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.3) !important;
}
.flatpickr-day.today {
  border-color: #ffffff !important;
  color: #ffffff !important;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: rgba(255, 255, 255, 0.9) !important;
}
.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f26522 !important;
  color: #ffffff !important;
}

.flatpickr-time input,
.flatpickr-am-pm {
  color: rgba(255, 255, 255, 0.3) !important;
}

.nav.nav-tabs.custom-tabs {
  border-color: #f2652208;
  overflow-x: auto;
  overflow-y: hidden;
}
.nav.nav-tabs.custom-tabs .nav-link {
  border: none;
  color: #ffffff52;
}
.nav.nav-tabs.custom-tabs .nav-link.active {
  background-color: transparent;
  color: #ffffffde;
}
.nav.nav-tabs.custom-tabs .nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #f26522;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: all ease-in-out 0.3s;
}
.nav.nav-tabs.custom-tabs .nav-link.active::after {
  width: 100%;
}

/* plan caed style */
.price-plan-wrapper {
  min-height: 70vh;
}
.plan-card {
  background-color: #272727;
  max-width: 427px;
  width: 100%;
  position: relative;
}
.plan-card:hover {
  box-shadow: 0px 0px 20px rgba(242, 101, 34, 0.5);
}
.plan-card.active-plan {
  border: 1px solid #f26522;
}
.plan-card .plan-icon {
  width: 37px;
  height: 37px;
  border-radius: 9px;
  background-color: #f26522;
}

.plan-card .plan-features ul li i {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #f26522;
}
.plan-action {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* slots designs */
.form-check-input {
  width: 20px;
  height: 20px;
}
.form-radio-outline.form-radio-primary .form-check-input[type="radio"] {
  background-color: transparent;
  border-color: #ffffff;
}
.form-radio-outline.form-radio-primary .form-check-input:checked[type="radio"] {
  color: #f26522;
  border-color: #f26522;
}
.form-radio-outline .form-check-input:checked[type="radio"]::before {
  font-size: 13px;
  left: 2.7px;
}
.form-check .form-check-input {
  margin-left: -2.2em;
}
.form-check {
  padding-left: 2.2em;
}

.stots-time-container .slots-time {
  border-radius: 10px;
  background-color: #272727;
  color: #919bad;
  border: 1px solid #393b40;
  width: 100%;
  font-size: 18px;
}

.reserved-slot {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #f26522;
  display: none;
}

.active-slot.reserved-slot {
  display: block;
}

.point-img-wrapper {
  max-width: 320px;
  height: 260px;
  overflow: hidden;
}
.point-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.create-team-swiper .swiper-thumb {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.create-team-swiper .swiper-thumb .swiper-slide {
  width: 100%;
  height: 70px;
  padding: 5px;
  opacity: 0.4;
}
.create-team-swiper .swiper-thumb .swiper-slide img {
  object-fit: contain;
}

.create-team-swiper .swiper-thumb .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #f26522;
  border-radius: 10px;
}

.preview-genrated-img {
  border: 1px dotted #393b40;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

.preview-swiper .swiper-wrapper {
  max-width: 300px;
  width: 100%;
  height: 200px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.preview-swiper .swiper-wrapper .swiper-slide img {
  object-fit: contain;
}

.create-team-swiper .swiper-button-prev {
  left: -5px;
  background-color: rgba(242, 101, 34, 0.2) !important;
  &:after {
    color: #f26522;
  }
}
.create-team-swiper .swiper-button-next {
  right: -5px;
  background-color: rgba(242, 101, 34, 0.2) !important;
  &:after {
    color: #f26522;
  }
}

.rounded-8 {
  border-radius: 8px !important;
}

.player-list li:nth-child(odd) {
  background: #f2652208;
}

.color-box {
  width: 45px;
  height: 45px;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.color-input {
  display: none;
}

.color-input:checked + .color-box {
  box-shadow: 0 0 8px 2px #f26522;
}
.pointer-none {
  pointer-events: none;
}

.edited-logo {
  width: 222px;
  height: 238px;
}

.checkout-wrapper {
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.checkout-wrapper .checkout-header {
  border-bottom: 1px solid #e5e5e5;
}

.checkout-wrapper .checkout-body {
  background: #383838;
}

.checkout-details {
  border-radius: 12px;
  border: 1px solid rgba(242, 101, 34, 0.2);
  background: #2d2927;
}
@media (min-width: 992px) {
  .g-lg-40 {
    --vz-gutter-x: 40px;
    --vz-gutter-y: 40px;
  }
}

.checkout-details img {
  width: 200px;
  height: 200px;
}

.app-search .form-control {
  background-color: #272727 !important;
  border: 1px solid rgba(255, 255, 255, 0.10) !important;
}

.btn-soft-primary {
  border-radius: 8px !important;
  border: 1.25px solid rgba(255, 255, 255, 0.3) !important;
  background: #332b27 !important;
  color: #ffffff !important;
}

.min-h-auto{
  min-height: auto !important;
}
.radius-8{
  border-radius: 8px !important;
}