@charset "UTF-8";
/***!  Style Declaration  !***/

body{font-family:Arial,sans-serif;margin:0;padding:0;background-color:#f4f4f4}.profile-container{max-width:800px;margin:20px auto;background-color:#fff;box-shadow:0 0 10px rgba(0,0,0,0.1);overflow:hidden}.profile-info{padding:20px;text-align:center;background-color:#f5f5f5;color:#000;display:flex;flex-wrap:wrap}.profile-image{width:40%}#professor-details{width:60%}.profile-picture{}.display-inline{display:inline}.tabs{display:flex;border-bottom:2px solid #ddd}.tab{flex:1;padding:10px;text-align:center;cursor:pointer;background-color:#f8f8f8;border:none;outline:none;border-bottom:2px solid transparent;transition:background-color 0.3s,border-bottom 0.3s}.tab:hover{background-color:#e0e0e0}.tab.active{background-color:#fff;border-bottom:2px solid #3498db}.tab-content{display:none;padding:20px}.tab-content.active{display:block}.back-button{display:inline-flex;align-items:center;text-decoration:none;background-color:#007bff;color:white;padding:12px 24px;font-size:16px;font-weight:bold;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,0.1);transition:background-color 0.3s ease,transform 0.2s ease}.back-button i{margin-right:8px}.back-button:hover{background-color:#0056b3;transform:translateY(-2px)}.back-button:active{background-color:#004099;transform:translateY(0)}
