/*!
 * Name			: Admit Card Style
 * Website		: https://softclever.com
 * Copyright	: 2018 SoftClever Limited.
  _____        __      ______    _       
 |_   _|      / _|    |  ____|  | |      
   | |  _ __ | |_ ___ | |__   __| |_   _ 
   | | | '_ \|  _/ _ \|  __| / _` | | | |
  _| |_| | | | || (_) | |___| (_| | |_| |
 |_____|_| |_|_| \___/|______\__,_|\__,_|

*/

.admit-card {width: 1000px;margin: 20px auto;background-color: #ffffff;border: 1px solid #e3e3e3;position: relative;overflow: hidden;user-select: none;}.card-inner {margin: 15px;padding: 15px;position: relative;}.admit-card-header {display: flex;align-items: center;padding-bottom: 15px;margin-bottom: 20px;}.logo-container {width: 80px;height: 80px;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin-right: 20px;}.logo-container img {width: 70px;height: auto;padding: 4px;}.header-text {flex: 1;}.institute-name {font-size: 23px;font-weight: bold;}.admit-title {font-size: 26px;font-weight: bold;}.main-content {display: flex;}.left-section {width: 30%;padding-right: 20px;}.photo-container {width: 100%;margin-bottom: 20px;display: flex;align-items: center;justify-content: center;}.photo-container img {width: 100px;height: 100px;object-fit: cover;background-color: #ffffff;padding: 6px;}.student-info {margin-bottom: 20px;}.student-info h3 {font-size: 18px;margin-top: -8px;margin-bottom: 10px;}.info-row {margin-bottom: 7px;display: flex;font-size: 14px;}.info-label {font-weight: bold;color: #313131;margin-right: 5px;}.info-value {flex: 1;border-bottom: 1px dotted #333333;padding-bottom: 2px;}.right-section {width: 70%;padding-left: 20px;border-left: 1px solid #dddddd;}.exam-details {padding: 10px 15px;margin-bottom: 20px;border: 1px dotted #cccccc;text-align: center;}.exam-details b {font-size: 16px;}.exam-details span {font-size: 14px;display: block;}.card-routine-table {width: 100%;border-collapse: collapse;}.card-routine-table th {color: #333333;padding: 8px 10px;border-top: 1px solid #dddddd;border-left: 1px solid #dddddd;border-right: 1px solid #dddddd;border-bottom: 2px solid #dddddd;font-weight: 600;font-size: 14px;}.card-routine-table td {padding: 5px 10px;border: 1px solid #dddddd;font-size: 13px;}.instruction-data h5 {padding-top: 15px;padding-bottom: 10px;}.signature-section {display: flex;justify-content: space-between;margin-top: 25px;}.signature-box {text-align: center;}.signature-box h5 {font-size: 15px;margin-bottom: 6px;}.signature-box img {margin-top: 3px;width: 100px;}.signature-line {border-top: 1px solid #333333;margin-top: 10px;padding-top: 10px;font-size: 14px;}.corner-decoration {position: absolute;width: 20px;height: 20px;border-style: solid;z-index: 3;}.top-left {top: 5px;left: 5px;border-width: 2px 0 0 2px;}.top-right {top: 5px;right: 5px;border-width: 2px 2px 0 0;}.bottom-left {bottom: 5px;left: 5px;border-width: 0 0 2px 2px;}.bottom-right {bottom: 5px;right: 5px;border-width: 0 2px 2px 0;}.first-margin:first-child {margin-top: 3rem !important;}.ie-footer-data {margin-top: 25px !important;}