.w-80-pc {
  width: 80% !important;
}

h-80-pc {
  height: 80% !important;
}

.w-1000-px {
  width: 1000px !important;
}

.h-500-px {
  width: 500px !important;
}

.w-800-px {
  width: 800px !important;
}

.w-700-px {
  width: 700px !important;
}

.w-600-px {
  width: 600px !important;
}

.w-400-px {
  width: 400px !important;
}

.w-300-px {
  width: 300px !important;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #000000;
  background-clip: padding-box;
  border-color: #6baed6;
  border-width: medium;
  border-radius: 0.3rem;
  outline: 0;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background-color: #2c3034;
}

.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
  background-color: #2c3034;
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-backdrop {
    background-color: black!important; /* Or use a specific hex like #333 */
    opacity: 0.8!important; /* Adjust opacity as needed */
}