/*
 Theme Name:   Eduma Child
 Theme URI:    http://educationwp.thimpress.com/
 Description:  Eduma Child Theme
 Author:       ThimPress
 Author URI:   http://thimpress.com
 Template:     eduma
 Version:      1.0.0
 Text Domain:  eduma-child
*/
#wpforms-submit-13676{
	width: auto !important;
}
.delete_user{
	cursor:pointer;
}
.ur-frontend-form.ur-frontend-form--flat{
	background:#d9d8d8 !important;
}

.entry-content .user-cards {
    display: none !important;
}

.premium-tab-content .user-cards{
    display: block !important;
}

.entry-content .exam-reg {
    display: none !important;
}

.premium-tab-content .exam-reg{
    display: block !important;
}

/* The custom modal */
#custom-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

#custom-modal-news {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

#annual-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.4); /* Black background with opacity */
}

#custom-modal-content-annual {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* Modal content */
#custom-modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

#custom-modal-news-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;

/* The close button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.add-new-user-form{
    background: #eee;
    padding: 20px;
}

/*card style*/

.event-card {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  max-width: 400px;
}

.event-card img {
  width: 100%;
  height: 200px; /* Set a fixed height for all images */
  object-fit: cover; /* Resize the image to cover the entire container */
  border-radius: 5px;
}

.event-card h5 {
  /*font-size: 24px;*/
  height: 85px; /* Set a fixed height for all titles */
  margin-top: 10px;
  margin-bottom: 5px;
}

.event-card p {
  font-size: 16px;
  margin: 0;
  margin-bottom: 10px;
}

.event-card .button {
     display: inline-block;
    background-color: #1F9BDF;
    color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    width: 90%;
}

.event-card .button:hover {
  background-color: #1F9BDF;
}

.user-card {
    margin-top: 15px;
}
.user-avatar img {
    width: 150px;
    height: 150px;
}

p.user-description {
    color: #000;
    font-size: 12px;
       margin-top: -15px;
    margin-bottom: 2px;
}
.post {
                margin-bottom: 30px;
                border: 1px solid #ccc;
                border-radius: 4px;
                overflow: hidden;
            }

            .banner-image {
                height: 200px;
                background-size: cover;
                background-position: center;
            }

            .title {
                font-size: 24px;
                margin: 20px;
            }

            .date {
                font-style: italic;
                margin-bottom: 20px;
                margin-left: 20px;
            }

            .event-images {
                display: flex;
                flex-wrap: wrap;
                justify-content: center;
            }

            .event-images img {
                margin: 10px;
                max-width: 200px;
                max-height: 200px;
                object-fit: cover;
                border-radius: 4px;
            }
            
            .desc{
                padding:20px;
            }
  /* Card container */
      .card {
        display: flex;
        flex-direction: row;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
        transition: 0.3s;
        border-radius: 5px;
        margin: 20px;
        max-width: 800px;
        padding:10px;
      }

      /* Profile image */
      .card img {
        width: 100%;
        max-width: 300px;
        border-radius: 5px 0 0 5px;
        object-fit: contain;
      }

      /* Details container */
      .card .details {
        padding: 20px;
      }

      /* Name */
      .card .details h1 {
        font-size: 32px;
        margin-bottom: 10px;
      }

      /* Job title */
      .card .details h2 {
        font-size: 20px;
        margin-top: 0;
      }

      /* Bio */
      .card .details p {
        font-size: 16px;
        margin-bottom: 20px;
      }

      /* Contact details */
      .card .details ul {
        list-style: none;
        padding: 0;
        margin: 0;
      }

      /* Contact detail */
      .card .details li {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
      }

      /* Contact detail icon */
      .card .details li svg {
        margin-right: 10px;
      }
/* Style for pagination container */
/* Style for pagination container */
.pagination-container {
    text-align: center;
    margin-top: 20px; /* Add space between the content above */
    margin-bottom: 20px; /* Add space at the bottom of the page */
}

/* Style for pagination links */
.pagination-container a {
    margin: 0px 5px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
}

.pagination-container a:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}
.form-group label {
            font-weight: bold;
        }

        .required:after {
            content: "*";
            color: red;
        }

        .file-upload-area {
            border: 2px dashed #ddd;
            padding: 20px;
            text-align: center;
            cursor: pointer;
            color: #666;
        }

        .file-upload-area:hover {
            border-color: #aaa;
        }

}
