/*
* demo.css
* File include item demo only specific css only
******************************************************************************/

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 72px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}








.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}




/* Dropdown buttons going out of small screens */
@media (max-width: 576px) {
  #dropdown-variation-demo .btn-group .text-truncate {
    width: 254px;
    position: relative;
  }
  #dropdown-variation-demo .btn-group .text-truncate::after {
    position: absolute;
    top: 45%;
    right: 0.65rem;
  }
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
.bg-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
  background: linear-gradient(270deg, #17446F 0%, #000 100%) !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}

.bg-setting-menu-theme.menu-vertical .menu-item.active > .menu-link:not(.menu-toggle) {
  background: linear-gradient(270deg, #17446F 0%, #000 100%) !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}

.logo-colour {
  background: linear-gradient(270deg, #17446F 0%, #000 100%) !important;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.3) !important;
  color: #fff !important;
}

/* shreya */

.color-red{
  color: #E7484E;
}
.form-label{
  font-size: 16px !important;
  color: #242424 !important;
}
.login-btn{
  background: linear-gradient(180deg, #E85757 -16.52%, #0C0404 244.93%);
  width: 402px !important;
}
.signup-btn{
  background: linear-gradient(180deg, #E85757 -16.52%, #0C0404 244.93%);
}
.color-grey{
  color: #808080;
}
.auth-cover-bg-color{
  /* background: linear-gradient(180deg, #E85757 18.56%, #000000 103.74%) !important; */
  background:#17446F !important;
}
.authentication-bg{
  background: linear-gradient(180deg, #FFFFFF 0%, #FFEFEF 100%);
}
.login-img-right{
  margin-top: 108px !important;
}
.form-control:focus {
  border-color: #000 !important;
  box-shadow: none !important;
}
.form-control:focus, .form-select:focus {
  border-color: #000 !important;
}
.authentication-wrapper.authentication-cover .authentication-inner .auth-cover-bg{
  height: auto !important;
}

@media only screen and (max-width: 768px) {
  body{
    background: linear-gradient(180deg, #FFFFFF 0%, #FFEFEF 100%) !important;
  }
  .loginRight-content{
    display: none !important;
  }

}
.bg-shared {
  /* background-image: url('/assets/img/logos/org-hand.png'); Path to your image */
  background-size: contain; /* Ensures the image covers the entire area */
  background-position: bottom center; /* Centers the image */
  background-repeat: no-repeat;
}
.asterisk{
  color: red;
}
.text-danger {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  display: block;
}
.sport_icon{
  height: 30px;
  object-fit: contain;
}
.authentication-wrapper.authentication-cover .authentication-inner {
  height: 100vh !important;
  margin: auto 0;
}
.setting-sideber{
    min-height: 100vh;
}

.event_gen_tab{
  padding: 0;
flex-wrap: nowrap;
gap: 0.5rem;
font-weight: 500;
display: inline-flex;
padding: 20px;
color: #6c757d;
background-color: transparent;
border: none;
}

.event_gen_tab_text{
  background-color: rgba(47, 43, 61, 0.06);
color: #444050;
display: flex;
align-items: center;
justify-content: center;
border-radius: 0.375rem;
width: 2.375rem;
height: 2.375rem;
font-size: 1.125rem;
}
.event_gen_tab_text_lable{
  margin: 0;
max-width: 224px;
overflow: hidden;
text-overflow: ellipsis;
text-align: start;
display: inline-grid
;
font-weight: 500;
font-size: 0.9375rem;
line-height: 1.375rem;

}
.event_gen_tab_text_title{
  font-weight: 500;
  color: #444050;
  text-align: start;
  font-size: 0.9375rem;
line-height: 1.375rem;
}
.event_gen_tab_text_subtitle{
  font-size: 0.8125rem;
font-weight: 400;
color: #6d6b77;
box-sizing: border-box;
}

/* Style for the active state */
.event_gen_tab_text.active {
  background: linear-gradient(180deg, #E85757 -16.52%, #0C0404 244.93%);
  color: #fff; /* Optionally change the text color to white or any other color when active */
}

.btn-color-bg{
  background-color: #5A0000;
  color: white;
}

.event_modal_header {
  display: flex;
  align-items: center;
}

.event_modal-content {
padding: 0 20px 20px;
}
.rules-card,
.pdf-preview-card {
    min-height:360px; /* Adjust height as needed */
    display: flex;
    flex-direction: column;
}

.rules-card .card-body,
.pdf-preview-card .card-body {
    flex-grow: 1;
}

.custom-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1100;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: wait;
}
.custom-loader.hide-loader {
  display: none;
}
.custom-loader-spinner {
  width: 50px;
  height: 50px;
  display: grid;
  border: 4px solid transparent;
  border-radius: 50%;
  border-color: #FF3A6E transparent;
  animation: spin 1s infinite linear;
}
.custom-loader-spinner::before,
.custom-loader-spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2px;
  border: inherit;
  border-radius: 50%;
}
.custom-loader-spinner::before {
  border-color: #51459D transparent;
  animation: spin 0.5s infinite reverse linear;
}
.custom-loader-spinner::after {
  margin: 8px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
ul {
  list-style: none;
}
.invoice-preview-header{
  background-color: rgba(47, 43, 61, 0.06);
}
#reset-form{
  padding: 10px;
}
.container-p-y{
  padding: 25px;
}
.theme-text-danger{
  color: #e74c3c;
}
.preview-image{
  cursor: pointer;
}
#selectedFilters{
  cursor: pointer;
}
.switch-toggle-slider .switch-off-color {
  background-color: #38cd5b ;
}
.phone-input-group {
  max-width: 400px;
  margin: 50px auto;
}
.phone-input-group .form-select {
  max-width: 120px;
}
.live-icon {
    animation: pulse-icon 1s infinite;
}
@keyframes pulse-icon {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.5);
        opacity: 0.6;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

/* Container for shimmer card */
.shimmer {
  padding: 5px;
  width: 95%;
  height: 120px;
  margin: 10px auto;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Grey shimmer blocks */
.stroke {
  height: 15px;
  background: #777;
  margin-top: 10px;
  border-radius: 4px;
}

/* Width variations */
.title {
  width: 40%;
}
.link {
  width: 60%;
}
.description {
  width: 70%;
}

/* Image placeholder */
/* .image-card {
  height: 90px;
  width: 90px;
  border-radius: 8px;
  background: #777;
  flex-shrink: 0;
} */

/* Shimmer animation */
.animate {
  animation: shimmer 3s infinite;
  background: linear-gradient(to right, #e6e6e6 5%, #cccccc 25%, #e6e6e6 35%);
  background-size: 1000px 100%;
}

/* Expanding wrapper (optional) */
.wrapper {
  width: 0px;
  animation: fullView 0.5s forwards linear;
}

@keyframes fullView {
  100% {
    width: 100%;
  }
}

@keyframes shimmer {
  from {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}

/* matches page CSS */
.black-color {
    color: #000000;
}

.round-name {
    color: red;
    font-size: 25px;
}

.winner-logo-wrapper {
    position: relative;
}

.winner-logo-wrapper .winner-team-badge::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 34px;
    height: 49px;
    background-image: url('/assets/img/winner/winner_img.png');
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 3;
}

/* Green border */
.winner-team-badge {
    border-color: #00C136 !important;
}

/* Winner name in green */
.winner-team-name {
    color: #00C136 !important;
    font-weight: bold;
}
.auth-dark-cover-bg{
    background-color: #17446F !important;
}



.broker-profile-header-banner {
  position: relative;
  height: 260px; /* adjust height as needed */
  overflow: hidden;
  border-radius: 1rem 1rem 0 0;
}

.profile-info {
  padding-bottom: 10px;
}



@media (min-width: 1920px) and (min-height: 1080px) {
.profile-info {
  padding-bottom: 50px;
}

}

.profile-img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}
