
/*org css*/
 #custom-login-wrapper {
      max-width: 500px;
      margin: 80px auto;
      padding: 40px;
      border-radius: 15px;
      background: #fff7ec;
      color: #000;
      box-shadow: 0 6px 20px rgba(0,0,0,0.1);
      text-align: center;
      font-family: 'Poppins', sans-serif;
    }

    #custom-login-wrapper h2 {
      color: #fda329;
      margin-bottom: 20px;
    }

    #custom-login-form input {
      width: 100%;
      padding: 12px;
      margin-bottom: 15px;
      border-radius: 10px;
      border: 1px solid #ddd;
      font-size: 16px;
      color: #000;
    }

    #login-btn {
      background: #fda329;
      color: white;
      border: none;
      padding: 12px 25px;
      border-radius: 20px;
      font-weight: 600;
      cursor: pointer;
      transition: 0.3s;
    }

    #login-btn:hover {
      background: #ffb84d;
    }

    .login-message {
      margin-top: 10px;
      font-size: 14px;
    }
    .organizer-mec-books{
      padding: 40px 0px;
    }
    .organizer-mec-books table.dataTable {
      border-collapse: collapse;
      width: 100%;
    }

    .organizer-mec-books th, .organizer-mec-books td {
      text-align: left;
      padding: 10px;
    }

    .organizer-mec-books th {
      background-color: #fda329;
      color: white;
    }

    .organizer-mec-books button {
      background: #fda329;
      border: none;
      color: black;
      padding: 12px;
      font-weight: 700;
      border-radius: 6px;
      cursor: pointer;
      margin-right: 5px;
      font-size: 14px;
      transition: 0.3s;
    }

    .organizer-mec-books button:hover {
      background: #ffb84d;
    }

    .organizer-mec-books h2 {
      margin-bottom: 20px;
    }
    .dataTables_wrapper .dataTables_filter
    {
        padding-bottom: 10px !important;
    }
    .page-id-7221 .content .container{max-width: 1600px; width: 1600px; }
/*org css end*/