*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    font-family: Arial, Helvetica, sans-serif;
}

/******************************************/
/******************************************/
/** UTILITIES */
/******************************************/
/******************************************/

.container{
    width: 1200px;
    margin: auto;
}

iframe {
  border: none;
  width: 100%;
  height: 100vh;
}

a{
    text-decoration: none;
    color: #000;
}






/******************************************/
/** ACCESS CODE */
/******************************************/

.access-bg-blur{
    height: 100vh;
    background: URL("../img/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(8px);
    pointer-events: none;
    user-select: none;
    -webkit-filter: blur(8px);
}



.access-section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 19, 46, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.access-section .container{
    display: flex;
    align-items: center;
    justify-content: center;
}

.access-div{
    max-width: 450px;
    width: 100%;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.access-heading svg{
    margin-bottom: 15px;
}

.access-heading h3{
    color: #003a63;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
}

.access-heading p{
    color: #666;
    margin-bottom: 25px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
}

.access-div form .alert{
    font-family: Arial,Helvetica,sans-serif;
    display: none;
    color: #d9534f;
    background: #fdf2f2;
    padding: 10px;
    border-left: 4px solid #d9534f;
    margin-bottom: 20px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
}

.access-div form .access-input{
    margin-bottom: 25px;
    text-align: left;
}

.access-div form .access-input input{
    width: 100%;
    padding: 14px;
    border: 1px solid #ccd0d5;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 24px;
    letter-spacing: 5px;
    text-align: center;
}

.access-div form .submit-button input{
    width: 100%;
    background: #003a63;
    color: white;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background 0.2s ease;
    -webkit-transition: background 0.2s ease;
    -moz-transition: background 0.2s ease;
    -ms-transition: background 0.2s ease;
    -o-transition: background 0.2s ease;
}

.access-div form .submit-button input:hover{
    background: #002240;
}






/******************************************/
/** HOME PAGE */
/******************************************/
.main-blur{
    width: 100vw;
    height: 100vh;
    background: URL("../img/bg.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.main-section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 19, 46, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    overflow: hidden;
}

.main-container{
    background-color: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;

    width: 900px;
    height: 90%;
    overflow: hidden;
}


.bitb-header{
    background-color: #E2E6E9;
    padding: 10px 20px;

    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.bitb-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #e7e7e7;
}

.bitb-header img{
    width: 14px;
}

.bitb-header div:first-child{
    width: 8%;
    display: flex;
    align-content: center;
    gap: 16px;
}

.bitb-search{
    background-color: #fff;
    width: 92%;
    padding: 8px 16px;
    font-size: 12px;
    border: 0;
    outline: 0;

    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.bitb-header .left-arrow{
    opacity: 0.7;
}

.bitb-header .right-arrow{
    opacity: 0.3;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.bitb-content{
    background-color: #fff;
}

.bitb-content #iframe{
    
}





/******************************************/
/** SUBMIT PAGE */
/******************************************/

.submit-section{
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
}

.submit-section header{
    display: flex;
    align-items: center;
    gap: 10px;   
    justify-content: center;
    padding: 10px 0;
    border-bottom: 2px solid #e7e7e7;
}

.submit-section header img{
    width: 32px;
}

.submit-section header h1{
    font-size: 28px;
    color: #0A335B;
    text-transform: uppercase;
    font-weight: 700;
}

.main-submit{
    height: 76vh;
    display: flex;
}

.left-submit{
    width: 20%;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between;

    border-right: 2px solid #e7e7e7;
}

.left-submit .upper-menu{
    display: flex;
    gap: 12px;
    flex-direction: column;
    list-style-type: none;
}

.left-submit li{
    padding: 4px 16px 4px 24px;
    border-left: 3px solid #fff;
    font-size: 14px;
}

.left-submit .upper-menu li:first-child{
    border-left: 3px solid #1B6EB3;
}


.left-submit .lower-menu{
    display: flex;
    flex-direction: column;
    list-style-type: none;
}

.left-submit .lower-menu li{
    font-size: 12px;
}

.right-submit{
    width: 80%;
}


.right-submit .upper-content{
    background-color: #D8E4EE;
    padding: 6px 0;
}

.right-submit .upper-content h3{
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}


.right-submit .lower-content{
    background-color: #F4F8F9;
    padding: 5px 20px;

    height: 94%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.submit-form{
    background-color: #fff;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-bottom: 10px;
}

.submit-form>div:first-child{
    background-color: #E2E6E9;
    padding: 2px 0;
    border-bottom: 2px solid #e7e7e7;
    border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
}

.submit-form div:first-child h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.submit-form>div:last-child{
    padding: 10px;
}


.submit-form form{
    display: flex;
    flex-direction: column;
}

.submit-form form>div:first-child{
    display: flex;
    gap: 16px;
}

.submit-form form>div:first-child>div{
    width: 33%;
}



.submit-form form h4{
    font-size: 14px;
}

.submit-form form label{
    display: flex;
    flex-direction: column;
    font-size: 12px;
}

.submit-form input, .submit-form textarea, .submit-form select{
    font-size: 12px;
    outline: 0;
    height: 22px;
    padding-left: 6px;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


.reporter-info  h4{
    margin-bottom: 6px;
}

.reporter-info div{
    display: flex;
    gap: 10px;
    margin-top: 4px;
}

.reporter-info div label{
    margin-bottom: 6px;
    width: 48%;
}

.incident-detail  h4{
    margin-bottom: 6px;
}

.incident-detail label:last-child{
    margin-top: 4px;
}

.authority-selection div{
    font-size: 12px;
    margin-top: 6px;

    display: flex;
    align-items: center;
    gap: 4px;
}

.authority-selection .submit-form input{
    outline: 0;
    height: 0px;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.submit-form form>div:last-child label:first-child{
    margin-bottom: 4px;
}

.submit-form>div:last-child label:first-child textarea{
    height: 50px;
    padding-top: 6px;
}

.submit-form form>div:last-child input[type="file"]{
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.submit-form form>div:last-child div{
    display: flex;
    gap: 10px;
    margin-top: 8px;
}


.submit-form form>div:last-child div label{
    margin-bottom: 6px;
    width: 50%;
}

.submit-form form input[type="submit"]{
    width: 100%;
    background-color: #1D6FB1;
    color: #fff;
    font-weight: 600;
    height: 30px;
    margin-top: 8px;
    border: none;
}





.submit-footer{
    padding: 6px 0;
}

.submit-footer ul{
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style-type: none;
}

.submit-footer ul li{
    font-size: 13px;
}








/******************************************/
/** REVIEW PAGE */
/******************************************/

.review-section{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}


.review-section header{
    display: flex;
    align-items: center;
    gap: 10px;   
    justify-content: space-between;
    padding: 10px 20px 10px 16px;
    border-bottom: 2px solid #e7e7e7;
    /* height: 10vh; */
}

.review-section header>div:first-child{
    display: flex;
    align-items: center;
    gap: 8px;
}

.review-section header>div:first-child img{
    width: 32px;
}

.review-section header>div:first-child h1{
    font-size: 18px;
}

.review-section header>div:first-child h2{
    font-size: 14px;
    font-weight: 400;
}


.review-section header>div:last-child div{
    
    padding: 4px 10px;
    background-color: #F7FBFD;
    border: 2px solid #e7e7e7;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;

    display: flex;
    gap: 4px;
    align-items: center;
}

.review-section header>div:last-child div h3{
    font-size: 14px;
    font-weight: 400;
}

.review-section header>div:last-child div img{
    width: 12px;
}



.main-review{
    /* height: 65vh; */
    display: flex;
}

.left-review{
    width: 20%;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: space-between;

    border-right: 2px solid #e7e7e7;
}


.left-review ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 16px;
}

.left-review ul li{
    display: flex;
    gap: 10px;
    align-items: center;
}

.left-review ul li .review-number{
    font-size: 14px;
    background-color: #D9E8FC;
    border: 1px solid #144F98;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}

.left-review ul li p{
    font-size: 14px;
}



.right-review{
    width: 80%;
}

.right-review{
    background-color: #F4F8F9;
    padding: 5px 20px;
}


.reporting-portal{
    padding: 10px;
    background-color: #fff;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.reporting-portal h2{
    font-size: 22px;
    margin-bottom: 10px;
}


.submission-check{
    background-color: #EDF7EF;
    padding: 16px 20px;
    border: 2px solid #E4F0E7;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-bottom: 16px;
}

.submission-check>div{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.submission-check>div img{
    width: 45px;
}

.submission-check>div h2{
    font-size: 20px;
    margin-bottom: 4px;
}

.submission-check>div p{
    font-size: 14px
}

.submission-check>h2{
    text-align: center;
    margin-bottom: 10px;
}

.submission-check>p{
    font-size: 12px;
    text-align: center;
}

.submission-details{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.submit-detail{
    display: flex;
    /* align-items: center; */
    justify-content: flex-start;
}


.submit-detail div:first-child{
    width: 25%;
}

.submit-detail div:first-child p{
    font-size: 14px;
    font-weight: 600;
}

.submit-detail div:last-child{
    width: 75%;
}

.submit-detail div:last-child p{
    font-size: 14px;
}

.submit-detail .file{
    color: #003a63;
}

.submit-btn-div{
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 10px;
}

.submit-btn-div a{
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 4px ;
    -webkit-border-radius: 4px ;
    -moz-border-radius: 4px ;
    -ms-border-radius: 4px ;
    -o-border-radius: 4px ;
}

.submit-btn-div .btn1{
    background-color: #999B9E;
    color: #fff;
    border: 1px solid #999B9E;
}

.submit-btn-div .btn2{
    background-color: #EDF7EF;
    color: #449C57;
    border: 1px solid #529f63;
}





.review-print{
    padding: 12px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.review-print a{
    font-size: 14px;
    padding: 4px 10px;
    color: #003a63;
    border: 1px solid #003a63;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}



.review-footer{
    padding: 6px 0;
}

.review-footer ul{
    display: flex;
    justify-content: center;
    gap: 16px;
    list-style-type: none;
}

.review-footer ul li{
    font-size: 13px;
}






/******************************************/
/** STATUS PAGE */
/******************************************/


.status-form label{
    width: 100%;
    
}


.status-info{
    background-color: #D8E4EE;;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
}

.status-info h3{
    font-size: 22px;
    margin-bottom: 10px;
}

.status-info h4{
    font-size: 18px;
}


.status-info h4 span{
    color: red;
}

.status-info p{
    background-color: #ffffff83;
    font-size: 14px;
    margin: 20px auto 0;
    padding: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}


















/******************************************/
/** ADMIN PAGE */
/******************************************/



.table-wrapper{
    margin-top: 50px;
    padding: 0 100px;
  overflow-x:auto;
  text-align: center;
}

.user-table th, .user-table td{
    border: 1px solid #ccd0d5;
    padding: 12px;
}

.user-table{
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
}

thead{
    background-color: #003a63;
}

thead th{
    color: #fff;
    font-family: Georgia,Georgia,Palatino Linotype,Palatino,Palatino,Times New Roman,Times,serif;
    font-weight: 400;
}   

tbody{
    background-color: #fff;
}

tbody td{
    font-family: Arial, Helvetica, sans-serif;
}




.update{
    background-color: green;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.delete{
    background-color: red;
    color: #fff;
    padding: 8px 16px;
    border: none;
    cursor: pointer;

    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}


.update-div{
    width: 1000px;
    margin: auto;
}