body{ 
    background-color: #f1f1f1;
  font-family: Arial, sans-serif;
  font-size: 14px;
    }
.login_out{
    position: absolute;
    top: 15%;
    left: 10%;
    width: 80%;
    height: 500px;
    background-color: white;
    border-collapse: collapse;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px;
    }
.login_text{
    max-width: 80%;
    height: 25px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #EAEAEA url(../images/username.ico) right no-repeat;
    background-size: 30px;
    color: navy;    
    }
.login_search{
    width: 100%;
    height: 30px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background: #EAEAEA url(../images/search.ico) right no-repeat;
    background-size: 30px;
    color: navy;
}
a:link{text-decoration: none;}
.login_pwd{
    width: 78%;
    color: navy;
    height: 25px;
    text-align: center;
    font-size: 20px;
    border-radius: 5px;
    background-size: 30px;
    }
.login_button{
    color: white;
    width: 80%;
    height: 35px;
    text-align: center;
    border-radius: 5px;
    background-color: #0B4DFF;
}
.icon_word{font-weight: bold;}
table.table_kubwa{
    position: absolute;
    top: 1%;
    left: 5%;
    background-color: white;
    width: 90%;
    border-radius: 10px;
    box-shadow: 1px 1px 1px 1px;
}
.myfields{width: 50px;}

.photo-btn{
 display:inline-flex;
    align-items:center;
    justify-content:center;
    width:40px;
    height:40px;
    border-radius:50%;
    text-decoration:none;
    cursor:pointer;
    transition:all .25s ease;
}

.photo-btn i{
    font-size:15px;
}

.photo-btn:hover{
    background:#0f5267;
    transform:scale(1.1);
    box-shadow:0 6px 12px rgba(0,0,0,.35);
}

.photo-btn:active{
    transform:scale(0.95);
}

/*profile picture*/

table.kulia_menu{
        width: 100%;
        border-radius: 5px;background-color: white;box-shadow: 1px 1px 1px 1px;color: black;padding: 5px;}
.profile-container{
      width:100%;
      max-width: 100%;
      box-sizing: border-box;
    display:flex;
    justify-content:center;
    margin-top:15px;
}

.profile-card{
    width: 100%;
      max-width: 220px;
      box-sizing: border-box;
    background:#ffffff;
    border-radius:15px;
    text-align:center;
    padding:20px 15px;
    box-shadow:0 6px 18px rgba(0,0,0,0.15);
    transition:0.3s;
}

.profile-card:hover{
    transform:translateY(-4px);
    box-shadow:0 10px 25px rgba(0,0,0,0.18);
}

.profile-avatar img{
    width:90px;
    height:90px;
    border-radius:50%;
    object-fit:cover;
    border:4px solid #f0f0f0;
    margin-bottom:10px;
}

.profile-name{
    font-size:16px;
    font-weight:600;
    color:#333;
}

.profile-role{
    font-size:14px;
    color:#777;
    margin-top:3px;
}

.profile-phone{
    font-size:13px;
    color:#555;
    margin-top:5px;
}

.report-shell{
    width:100%;
    box-sizing:border-box;
}

.report-card{
    width:100%;
    background:#ffffff;
    border:1px solid #d8dde3;
    border-radius:14px;
    box-shadow:0 6px 18px rgba(0,0,0,0.08);
    overflow:hidden;
}

.report-card-head{
    padding:18px 22px 14px;
    border-bottom:1px solid #e8edf2;
    background:linear-gradient(180deg,#ffffff 0%, #f5f7fa 100%);
    text-align:center;
}

.report-card-title{
    margin:0;
    color:#16324f;
    font-size:26px;
}

.report-card-subtitle{
    margin:8px 0 0;
    color:#5f6b76;
    font-size:14px;
}

.report-overview{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(180px, 1fr));
    gap:14px;
    padding:18px 22px;
    background:#fbfcfd;
    border-bottom:1px solid #edf1f5;
}

.report-stat{
    padding:14px 16px;
    border:1px solid #e1e7ee;
    border-radius:12px;
    background:#ffffff;
    box-shadow:0 4px 12px rgba(0,0,0,0.04);
}

.report-stat-label{
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.4px;
    color:#6b7680;
    margin-bottom:8px;
}

.report-stat-value{
    font-size:22px;
    font-weight:700;
    color:#10263d;
}

.report-form-wrap{
    padding:22px;
}

.report-form-grid{
    display:grid;
    grid-template-columns:220px minmax(0, 1fr);
    gap:16px 18px;
    align-items:center;
}

.report-form-label{
    font-weight:700;
    color:#213547;
    font-size:15px;
}

.report-form-input,
.report-form-wrap .select2-container .select2-selection--single{
    width:100% !important;
    min-height:46px;
    height:46px !important;
    border:1px solid #cfd8e3 !important;
    border-radius:10px !important;
    background:#ffffff !important;
    box-sizing:border-box;
}

.report-form-wrap .select2-container{
    width:100% !important;
    display:block !important;
}

.report-form-input{
    padding:10px 14px;
    font-size:15px;
    color:#1f2933;
}

.report-form-wrap .select2-container .select2-selection--single{
    display:flex !important;
    align-items:center;
    padding:0 12px;
}

.report-form-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height:44px !important;
    color:#1f2933 !important;
    padding-left:0 !important;
    padding-right:28px !important;
}

.report-form-wrap .select2-container--default .select2-selection--single .select2-selection__arrow{
    height:44px !important;
    top:1px !important;
    right:8px !important;
}

.report-form-note{
    margin:0 0 18px;
    padding:12px 14px;
    border-radius:10px;
    background:#fff8e1;
    color:#785b00;
    border:1px solid #f1df9b;
    font-size:14px;
}

.report-form-actions{
    display:flex;
    gap:14px;
    justify-content:flex-start;
    padding-top:8px;
    padding-left:238px;
}

.report-btn{
    min-width:170px;
    height:44px;
    border:none;
    border-radius:10px;
    font-weight:700;
    font-size:15px;
    cursor:pointer;
    transition:all .2s ease;
}

.report-btn-primary{
    background:linear-gradient(180deg,#3d4349 0%, #1e2125 100%);
    color:#ffffff;
}

.report-btn-secondary{
    background:#e9edf2;
    color:#203244;
    border:1px solid #cfd8e3;
}

.report-btn:hover{
    transform:translateY(-1px);
}

@media (max-width: 900px){
    .report-form-grid{
        grid-template-columns:1fr;
    }

    .report-form-actions{
        flex-wrap:wrap;
        padding-left:0;
    }

    .report-btn{
        width:100%;
    }
}


