

.alert{
    border-radius: 0px !important;
}
.card, .card-header, .card-body{
    border-radius: 0px !important;

}
.modal, .modal-header, .modal-body, .modal-footer{
    border-radius: 0px !important;

}
.btn{
    border-radius: 0px !important;
}

.bg-success{
    background-color: green !important;

}

.text-success{
    color: green !important;
}

.btn-success{
    background-color: green !important;
}
.btn-success:hover{
    background-color: rgb(1, 97, 1) !important;
}
.content-wrapper{
  padding: 15px !important;
}

.content-wrapper .content-header h1{
  font-weight: bold !important;
}
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('../img/background_1.png') center/cover no-repeat;
    background-color: rgba(255, 255, 255, .7);
    background-blend-mode: lighten;


  }

  .left-column {
    flex: 1;
    background: url('../img/banner_login.png') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
    text-align: center;
    padding: 80px;
    background-blend-mode: darken;
    background-color: rgba(0, 0, 0, 0.5);
  }

  .left-column h1 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .left-column p {
    font-size: 1.1rem;
    line-height: 1.6;
  }

  .right-column {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
  }

  .login-box {
    width: 100%;
    max-width: 400px;
  }

  .login-card{
    border-top: 5px solid green;
    border-radius: 0px !important;
  }


  .register-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background: url('../img/background_1.png') center/cover no-repeat;
    background-color: rgba(255, 255, 255, .7);
    background-blend-mode: lighten;
  }


  .register-box {
    width: 100%;
    max-width: 400px;
  }

  .register-card {
    border-top: 5px solid green;
    border-radius: 0px !important;
  }

  .login-box-msg {
    margin: 0 0 1.5rem 0;
    text-align: center;
    color: #6c757d;
  }

  .input-group-text {
    background: #f8f9fa;
    border: 1px solid #ced4da;
  }

  /* Password Validation Styles */
  .password-feedback {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }

  .password-requirement {
    display: flex;
    align-items: center;
    margin-bottom: 0.25rem;
    font-size: 0.8rem;
  }

  .requirement-icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
  }

  .requirement-met {
    color: #28a745;
  }

  .requirement-not-met {
    color: #6c757d;
  }

  .requirement-icon.met {
    background: #28a745;
    color: white;
  }

  .requirement-icon.not-met {
    background: #e9ecef;
    color: #6c757d;
  }

  .password-strength {
    height: 5px;
    border-radius: 5px;
    margin-top: 5px;
    transition: all 0.3s ease;
  }

  .strength-weak {
    background-color: #dc3545;
    width: 25%;
  }

  .strength-medium {
    background-color: #ffc107;
    width: 50%;
  }

  .strength-good {
    background-color: #17a2b8;
    width: 75%;
  }

  .strength-strong {
    background-color: #28a745;
    width: 100%;
  }

  .password-match {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }

  .match-valid {
    color: #28a745;
  }

  .match-invalid {
    color: #dc3545;
  }

  .phone-feedback {
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }

  .phone-valid {
    color: #28a745;
  }

  .phone-invalid {
    color: #dc3545;
  }

  /* Form validation states */
  .is-valid {
    border-color: #28a745 !important;
  }

  .is-invalid {
    border-color: #dc3545 !important;
  }

  .phone-prefix {
    background: #e9ecef;
    border: 1px solid #ced4da;
    border-right: none;
    padding: 0.375rem 0.75rem;
    font-weight: 500;
    color: #495057;
  }
/* blocks */
.map-container {
     

    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);

}

.map {
    background-image: url("/cmpc/public/assets/img/map_image.png");
    background-size: cover; /* or contain, based on your needs */
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    width: 700px;
    height: 700px;
    margin: 0 auto;
}

.map-block {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0.5;
}

.map-block:hover {
    opacity: 1;
    transform: scale(1.02);
    z-index: 10;
}

.block-1 .block-label {
    position: absolute;
    top: 18%;
    left: 38%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-17deg);
}

.block-5 .block-label {
    position: absolute;
    top: 25%;
    left: 70%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-15deg);
}

.block-4 .block-label {
    position: absolute;
    top: 30%;
    left: 55%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-15deg);
}



.block-8 .block-label {
    position: absolute;
    top: 62%;
    left: 64%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-15deg);
}

.block-9 .block-label {
    position: absolute;
    top: 58%;
    left: 78%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-15deg);
}

.block-10 .block-label {
position: absolute;
    top: 83%;
    left: 60%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-15deg);
} 

.block-2 .block-label {
   position: absolute;
    top: 39%;
    left: 24%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-15deg);
}

.block-3 .block-label {
    position: absolute;
    top: 34%;
    left: 39%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-15deg);
}


.block-6 .block-label {
    position: absolute;
    top: 70%;
    left: 34%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-15deg);
}

.block-7 .block-label {
    position: absolute;
    top: 65%;
    left: 48%;
    font-weight: bold;
    z-index: 1000;
    text-transform: uppercase;
    color: white;
    transform: rotate(-15deg);
}


/* KEEP YOUR EXISTING CLIP-PATHS - DON'T CHANGE */
.block-1 { 
    background: linear-gradient(135deg, #28a745, #20c997);
    /* clip-path: polygon(6% 29%, 81% 2%, 82% 6%, 11% 31%, 23% 60%, 19% 62%); */
    clip-path:polygon(21% 60%, 9% 31%, 11% 28%, 78% 6%, 79% 9%, 13% 31%, 24% 59%);
}

.block-4 { 
    background: linear-gradient(135deg, #28a745, #20c997);
    /* clip-path: polygon(51% 19%, 65% 14%, 73% 45%, 59% 50%); */
    clip-path:polygon(50% 21%, 62% 17%, 70% 45%, 57% 49%);
}

.block-5 { 
    background: linear-gradient(135deg, #28a745, #20c997);
    /* clip-path: polygon(66% 14%, 82% 9%, 87% 41%, 74% 45%);  */
    clip-path:polygon(63% 17%, 79% 11%, 85% 40%, 71% 45%);
}

.block-8 { 
    background: linear-gradient(135deg, #28a745, #20c997);
    /* clip-path: polygon(60% 52%, 73% 48%, 81% 78%, 68% 82%); */
    clip-path:polygon(71% 48%, 58% 52%, 66% 80%, 79% 76%);
}

.block-9 { 
    background: linear-gradient(135deg, #28a745, #20c997);
    /* clip-path: polygon(74% 48%, 87% 44%, 93% 75%, 82% 78%); */
    clip-path:polygon(71% 48%, 86% 43%, 92% 72%, 79% 76%);
}

.block-10 { 
    background: linear-gradient(135deg, #28a745, #20c997);

    /* clip-path: polygon(80% 83%, 94% 81%, 93% 77%, 34% 94%, 24% 63%, 20% 64%, 32% 98%); */
    clip-path:polygon(34% 92%, 93% 74%, 94% 78%, 32% 97%, 21% 62%, 25% 61%);
}

/* Non-available blocks */
.block-2 { 
    background: #6c757d;
    /* clip-path: polygon(13% 32%, 32% 26%, 40% 55%, 25% 60%); */
    clip-path:polygon(16% 32%, 33% 27%, 42% 53%, 26% 58%);
    cursor: not-allowed;
}

.block-3 { 
    background: #6c757d;
    /* clip-path: polygon(33% 25%, 49% 20%, 57% 50%, 41% 55%); */
    clip-path:polygon(48% 21%, 33% 27%, 42% 53%, 55% 49%);
    cursor: not-allowed;
}

.block-6 { 
    background: #6c757d;
    /* clip-path: polygon(26% 62%, 41% 58%, 50% 87%, 35% 92%); */
    clip-path:polygon(35% 90%, 50% 85%, 42% 56%, 27% 61%);
    cursor: not-allowed;
}

.block-7 { 
    background: #6c757d;
    /* clip-path: polygon(42% 58%, 58% 53%, 66% 82%, 51% 87%); */
    clip-path:polygon(64% 81%, 50% 85%, 42% 56%, 56% 52%);
    cursor: not-allowed;
}

.unavailable {
    opacity: 0.5;
}

.unavailable:hover {
    opacity: 0.6;
    transform: none;
}

.unavailable {
    opacity: 0.5;
}

.unavailable:hover {
    opacity: 0.6;
    transform: none;
}
/* Add to your existing CSS */
.plots-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
    gap: 8px;
    padding: 15px;
}

.plot-item {
    width: 60px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ddd;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 12px;
}

.plot-item:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.plot-available {
    background-color: #28a745;
    color: white;
    border-color: #1e7e34;
}

.plot-reserved {
    background-color: #ffc107;
    color: black;
    border-color: #d39e00;
}

.plot-occupied {
    background-color: #dc3545;
    color: white;
    border-color: #bd2130;
}

.block-visualization {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    max-height: 600px;
    overflow-y: auto;
}



.progress {
    background-color: #e9ecef;
    border-radius: 10px;
}

.progress-bar {
    border-radius: 10px;
    font-size: 0.8rem;
    font-weight: bold;
}
  @media (max-width: 768px) {
    .login-container {
      flex-direction: column;
    }
    .left-column, .right-column {
      flex: none;
      width: 100%;
      padding: 30px;
    }
    .left-column {
      text-align: center;
      background-size: cover;
    }

    .register-container {
      flex-direction: column;
    }
  
  }