@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;500;600;700;800;900;1000&display=swap');

body {
    font-family: 'Cairo', sans-serif !important;
}

.custom-thead {
    border: 1px solid #ccc;
    background-color: #cecece;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* custom.css */

.custom-thead th:nth-child(1) {
    border-right: 1px solid #ccc;
}

.custom-thead th:nth-child(2) {
    border-left: 1px solid #ccc;
}

/* custom.css */

.custom-thead th {
    border-right: 1px solid #ccc;
}

.custom-thead th:last-child {
    border-right: none;
}

.border-primary {
    --bs-border-opacity: 1;
    border-color: rgb(142, 139, 139) !important;
}

.left {

    text-align: left;
}

.button-25 {
  width: 100%;
    background-color: #36A9AE;
             font-family: 'Cairo', sans-serif;
    background-image: linear-gradient(#37ADB2, #329CA0);
    border: 1px solid #2A8387;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.12) 0 1px 1px;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-size: 17px;
    line-height: 100%;
    margin: 0;
    outline: 0;
    padding: 11px 15px 12px;
    text-align: center;
    transition: box-shadow .05s ease-in-out,opacity .05s ease-in-out;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

  }
  
  .button-25:hover {
    box-shadow: rgba(255, 255, 255, 0.3) 0 0 2px inset, rgba(0, 0, 0, 0.4) 0 1px 2px;
    text-decoration: none;
    transition-duration: .15s, .15s;
  }
  
  .button-25:active {
    box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px inset, rgba(0, 0, 0, 0.4) 0 1px 1px;
  }
  
  .button-25:disabled {
    cursor: not-allowed;
    opacity: .6;
  }
  
  .button-25:disabled:active {
    pointer-events: none;
  }
  
  .button-25:disabled:hover {
    box-shadow: none;
  }

  form {
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
	        max-width: 400px; /* Set the desired maximum width */
        margin: 0 auto; /* Center the form horizontally */
}

label {
    display: block;
    margin-bottom: 10px;
}

input[type="text"] {
    padding: 10px;

    margin-bottom: 10px;
}

input[type="submit"] {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
}

.card {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 20px auto;
}

@media (min-width: 768px) {
  .card {
    width: 600px;
  }
}

.card-header {
  background-color: #f8f9fa;
  padding: 10px;
  font-weight: bold;
}

.card-body {
  padding: 20px;
}

ol {
  padding-left: 20px;
}

.card p {
  margin-bottom: 10px;
}
