/*!
 * Name			: Admit Card Style
 * Website		: https://softclever.com
 * Copyright	: 2018 SoftClever Limited.
  _____        __      ______    _       
 |_   _|      / _|    |  ____|  | |      
   | |  _ __ | |_ ___ | |__   __| |_   _ 
   | | | '_ \|  _/ _ \|  __| / _` | | | |
  _| |_| | | | || (_) | |___| (_| | |_| |
 |_____|_| |_|_| \___/|______\__,_|\__,_|

*/

.admit-card {width: 750px;margin: 0 auto;background: #ffffff;border: 1px solid #e1e1e1;padding: 0;display: flex;flex-direction: column;user-select: none;}.header {color: #ffffff;padding: 15px 20px;margin-bottom: 20px;text-align: center;}.institute-name {font-size: 1.3em;font-weight: bold;}.header h1 {font-size: 1.6em;margin: 3px;}.header p {margin-bottom: 0px;}.main-flex {display: flex;padding: 10px 30px 25px;gap: 20px;}.student-details {flex: 1.5;padding-right: 15px;border-right: 1px dashed #cccccc;}.photo-area {flex: 0.7;text-align: center;}.photo-box {width: 100px;height: 100px;background: #efefef;margin: 25px auto 5px auto;display: flex;justify-content: center;align-items: center;}.photo-box img {width: 100px;height: 100px;object-fit: cover;border: 2px solid;padding: 5px;}.photo-area .student-name {font-weight: bold;}.details-grid {display: grid;grid-template-columns: 1fr 2fr;gap: 5px;font-size: 0.9em;line-height: 1.4;}.details-grid strong {color: #555555;font-weight: 600;}.section-heading {font-size: 1.1em;text-align: left;margin-top: -5px;padding-bottom: 15px;margin-bottom: 10px;border-bottom: 1px solid #eeeeee;}.routine-section {padding: 25px;border-top: 1px solid #cccccc;}.routine-section h3 {font-size: 1.4rem;margin-top: -10px;margin-bottom: 12px;}.routine-table {width: 100%;border-collapse: collapse;font-size: 0.85em;border: 1px solid #e5e5e5;}.routine-table th, .routine-table td {border: none;border: 1px solid #dddddd;padding: 8px;text-align: center;}.routine-table th {background: #ebebeb;}.routine-table td:last-child {text-align: center;font-weight: bold;}.footer {margin-top: -20px;padding: 15px 20px;text-align: right;}.footer h5 {font-size: 0.8em;margin-right: 6%;margin-bottom: 3px;text-align: right;}.footer img {margin-right: 3%;margin-bottom: 5px;width: 100px;}.signature-box {width: 150px;margin-left: auto;text-align: center;padding-top: 5px;font-size: 0.8em;color: #555555;border-top: 1px solid #333333;}.ie-footer-data {margin-top: 25px !important;}