/*
.modal-header {
  background-image: linear-gradient(#7FDBFF, white);
} */

/* .modal-footer {
  background-image: linear-gradient(white, #7FDBFF);
} */



/* dashboard styles */


body {
  background: #fafafa;
}

.filter-week {
  border-radius: 50px !important;
  color: #1D275F !important;
  background-color: #F2F4FF !important;
}


p {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.7em;
  color: #999;
}



.navbar {
  padding: 15px 10px;
  background: #fff;
  border: none;
  border-radius: 0;
  margin-bottom: 40px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
  box-shadow: none;
  outline: none !important;
  border: none;
}

.seat-map {
  border: 1px solid #1A459C;
  border-radius: 10px;
  height: 40px;
  padding-top: 4px
}

.swap-info {
  color: #1A459C;
  margin-bottom: 9px !important;
  padding-top: 8px !important;
  -webkit-text-stroke-width: 1 !important;
  -webkit-text-stroke-color: #1A459C !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.info-text {
  font-size: 12px !important;
  color: #1A459C !important;
}

.line {
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #ddd;
  margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.whole {
  display: flex;
  width: 100%;
  align-items: stretch;
}

#sidebar {
  z-index: 1;
  min-width: 250px;
  max-width: 250px;
  position: fixed;
  background-color: white;
  color: #fff;
  max-height: 100vh;
  margin-left: 2px;
  border: 1px solid #A3DEF6;
  border-radius: 10px !important;
  margin: 5px !important;
  overflow-y: scroll !important;
  /* box-shadow: 1px 1px 1px 0px #A3DEF6; */
}

.sidebar-option {
  border: none !important;
}

#sidebar:hover {}

#sidebar.active {
  margin-left: -250px;
}

#sidebar .sidebar-header {
  padding: 5px;
  text-align: center;
  margin-top: 18px;
  border-bottom: 1px solid #A3DEF6;
  background-color: white;
}



/* Custom CSS */
.custom-rounded {
  border-top-left-radius: 10px;
  /* Adjust the value to control the level of rounding for the top-left corner */
  border-top-right-radius: 10px;
  /* Adjust the value to control the level of rounding for the top-right corner */
  border-bottom-left-radius: 0;
  /* Set to 0 to keep the bottom-left corner flat */
  border-bottom-right-radius: 0;
  /* Set to 0 to keep the bottom-right corner flat */
}

/* a:link {
  text-decoration: none !important;
  color: white !important;
} */

a {
  text-decoration: none !important;
}

.a-link:hover {
  text-decoration: none !important;
  color: white !important;
}

#sidebar ul p {
  color: #fff;
  padding: 10px;
}

#sidebar ul li a {
  padding: 5px;
  font-size: 1.1em;
  display: block;
  text-decoration: none;
}

/*
#sidebar ul li a:hover {
  color: #7386D5;
  background: #fff;
} */

#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #fff;
  background: #cbcfe1;
}

a[data-toggle="collapse"] {
  position: relative;
}

.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

ul ul a {
  font-size: 0.9em !important;
  padding-left: 30px !important;
  background: #6d7fcc;
}

ul.CTAs {
  padding: 20px;
}

ul.CTAs a {
  text-align: center;
  font-size: 0.9em !important;
  display: block;
  border-radius: 5px;
  margin-bottom: 5px;
}





/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
  width: 100%;
  padding: 20px;
  min-height: 100vh;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
  #sidebar {
    margin-left: -250px;
  }

  #sidebar.active {
    margin-left: 0;
  }

  #sidebarCollapse span {
    display: none;
  }
}

.active {
  border: 2px solid white !important;
  background: #1A459C !important;
  border-radius: 30px !important;
  color: white !important;
}

.heading {
  font-size: 24px;
  color: #000;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
}

/* side bar and top bar css */
#liveSearchResults {
  position: absolute;
  width: 70%;
  max-height: 200px;

  overflow-y: auto;
  background-color: #fff;
  /* border: 1px solid #ddd; */
  /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
  z-index: 1;
  list-style: none;
  /* Remove bullet points */
  padding: 0;
  /* Remove default padding */
  margin: 0;
  /* Remove default margin */
}

#liveSearchResults li {
  padding: 8px;

  /* Additional styles for list items */
}

#liveSearchResults li:hover {
  padding: 8px;
  color: blue;
  cursor: pointer;
  /* Additional styles for list items */
}

.container-fluid {
  padding-left: 0;
  padding-right: 0;
  background-color: #F0F0F0 !important;
}

.main-content {
  margin-left: 250px;
  /* Adjust the width of your sidebar */
  padding: 20px;
  margin-bottom: -73px;
}

/* Add your other styles here */

@media (max-width: 992px) {
  .main-content {
    margin-left: 0;
  }
}

.top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.search-field {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 5px;
  margin-right: 10px;
}

.user-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
}

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

.post-label {
  color: #1A459C !important;
  font-size: 18px !important;

  font-weight: 500 !important;
  line-height: normal !important;
  letter-spacing: 0.045px !important;
}

.two-form {
  border-radius: 18px !important;
  border: 1px solid rgba(26, 69, 156, 0.40) !important;
  background-color: rgba(255, 255, 255, 0.20) !important;
  display: flex;
  width: 920px;
  padding: 11px 30px 11px 11px !important;
  align-items: center;
}


/* my tickets styles */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 80%;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
}

.table-head {
  border-radius: 18px;
  text-align: center;
  /* border: 0.5px solid var(--1-a-459-c, #1A459C); */
  background: #FFF;
}

th,
td {
  padding: 12px;
  text-align: left;
  box-shadow: 10px;
}

th {
  color: #1A459C;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.table-body-style {

  border-radius: 18px;
  text-align: center;
  /* border: 0.5px solid var(--1-a-459-c, #1A459C); */
  border: 0.5px solid;
  background: white;
}

.ticket-details {
  margin-bottom: -9px;
  font-weight: 500;
  color: #3d3d3d;
}

.ticket-detailss {
  margin-bottom: -9px;
  font-weight: 500;
  color: #1A459C;
}


.modal-ku {
  width: 750px;
  margin: auto;
}

.ticket-event {
  width: 90%;
  margin-left: 20px;
  border-bottom: 1px solid #3d3d3d;
  text-align: left;
}

.ticket-events {
  width: 95%;
  margin-left: 0px;
  border-bottom: 1px solid #3d3d3d;
  text-align: left;
}

.my-ticket-button {
  border: none;
  background-color: #1A459C !important;
  width: 100%;
  height: 40px;
  border-radius: 12px;
  color: white;
}


.pending-heading {

  color: #1A459C;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

/* exchange page styles */

/*
.delete-box {

  background-color: #ffffff;
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 100%;
  width: 100%;
}

h2 {
  color: #1a459c;
}

form {
  margin-top: 20px;
}

label {
  display: block;
  margin-bottom: 15px;
}

input[type="checkbox"] {
  margin-right: 10px;
}

button {
  background-color: #1a459c;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
} */



.professional {
  background: var(--1-a-459-c, #1A459C);
  padding: 30px 30px 23px 30px !important;
  /* height: 607px !important; */
  /* width: 45% !important; */
  border-radius: 12px !important;

}


.free-plan {
  padding: 30px 30px 23px 30px !important;
  /* height: 85vh !important; */
  /* width: 45% !important; */
}


.professional-button {
  border: none;
  width: 100%;
  height: 35px;
  border-radius: 4.553px !important;
  background: var(--Shades-White, #FFF) !important;
  color: var(--Primary-Blue-500, #1D4ED8) !important;
  text-align: center !important;
  font-size: 18.21px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  line-height: normal !important;
}

.list-order {
  list-style-type: none;
  line-height: 37px;
  margin: 30px 0px 0px -30px;
  margin-left: -30px;
}

.list-order li {
  color: var(--Shades-White, #FFF);
  font-family: Manrope;
  font-size: 16.21px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px !important;
}

.profession-heading {
  /* color: var(--Shades-White, #FFF) !important; */
  font-size: 25.039px !important;
  font-style: normal !important;
  color: white !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.price {
  color: var(--Shades-White, #FFF);
  font-family: Roboto;
  font-size: 52.056px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.month {
  color: var(--Neutral-50, #F7F8F9);
  margin: 23px 4px;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.details {
  overflow: hidden;
  /* color: var(--Neutral-50, #F7F8F9); */
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}



.button-all-ticket {
  height: 30px;
  width: 52% !important;
  font-size: 14px;
  border-radius: 10px;
  color: #1A459C;
  border: 1px solid var(--a-3-def-7, #1A459C);
}

.events-style {
  color: #1A459C !important;
  font-size: 25px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
}

.enhance {
  width: 18% !important;
  padding-bottom: 0px !important;
}

.date-topbar {
  color: #1A459C;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px -24px;
}

/* flashes design */

main {
  padding: 1rem;
  margin: 3rem auto;
  border-radius: 3px;
}

.flash {
  width: 100%;
  margin: 0 auto;

  div {
    position: relative;
    background: darken($red, 15);
    /* background: linear-gradient(0, darken($red, 15), $red); */
    padding: 1rem; // Removed duplicate padding
    color: $white;
    margin: 0 auto;
    display: flex;
    /* animation: flash 2s infinite; // Combined animation properties */
    border-radius: 5px;
    border: 1px solid rgba($black, 0.25);
    border-top: 1px solid rgba($white, 0.5);
    border-left: 1px solid rgba($white, 0.5);
    box-shadow: 1px 1px 3px 1px rgba($black, 0.15);
  }

  .fa {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    color: rgba($red, 0.75);
    margin-right: 1rem; // Adjusted margin property
    font-size: 2rem;
    text-transform: uppercase;
  }

  .error .fa {
    padding-top: 0.1rem;
  }

  .success {
    background: darken($green, 12);
    background: linear-gradient(0, darken($green, 12), $green);
  }

  .success .fa {
    color: rgba($green, 0.75);
  }

  p {
    padding-left: 3rem;
    margin: 0;
    font-size: 0.8rem;
  }
}

.flash div+div {
  margin-top: 0.5rem;
}

@keyframes flash {

  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    opacity: 0.5;
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    opacity: 1;
  }
}

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

html,
body {
  min-height: 100%;
  font-family: 'Roboto', sans-serif;
}

main p {
  &:first-child {
    margin-top: 0;
  }

  &:last-child {
    margin-bottom: 0;
  }
}

body {
  color: $black;
  background: $white;
}

input {
  transition: border-color 0.15s ease-in-out;
  margin: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba($black, 0.15);
  padding: 0.15rem;
  color: rgba($black, 0.95);

  &:hover {
    color: rgba($black, 1);
    border-color: rgba($black, 0.75);
  }

  &:focus {
    outline: none;
    border-bottom: 3px solid $black;
    margin-bottom: -2px;
  }
}

.material-button,
.material-delete {
  transition: all 0.15s ease-in-out;
  background: $color-2;
  border: none;
  font-size: 0.9rem;
  line-height: 2rem;
  border-radius: 3px;
  color: $white;
  box-shadow: 1px 1px 3px 0 rgba($black, 0.15);
  text-transform: uppercase;

  &:hover {
    background: lighten($color-2, 20);
    box-shadow: 1px 3px 3px 0 rgba($black, 0.15);
  }

  &:active {
    top: -0.7rem;
    outline: 0;
    box-shadow: none;
  }
}

.material-delete {
  font-size: 1rem;
  line-height: 1rem;
  height: 2rem;
  width: 2rem;
  top: 0;
  right: -1.5rem;
  transform: rotate(45deg);
  background: none;
  color: rgba($black, 0.15);

  &:hover {
    background: rgba($black, 0.075);
    color: $white;
    box-shadow: none;
  }

  &:active {
    color: $red;
    background: transparent;
    top: 0;
  }
}

.material-modal-button {
  cursor: pointer;
  background: transparent;
  border: 0;
  color: darken($color-2, 10);

  &:hover {
    color: $color-2;
  }
}