#collage {
    font-family: 'Arial', sans-serif;
    background-color: #f9f9f9;
    color: #333;
    padding: 20px;
    margin: 0 auto;
}

#collage .alpha-pagi-title {
    color: #222;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    font-size: 22px;
}

#collage .alpha-pagi {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#collage .alpha-pagi p {
    margin: 5px 10px;
}

#collage .alpha-pagi a.list {
    color: #007bff;
    font-size: 18px;
    text-decoration: none;
}

#collage .alpha-pagi a.list:hover {
    text-decoration: underline;
}

/* State-wise Pagination */
#collage .alpha-pagi-state {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#collage .alpha-pagi-state p {
    margin: 5px 10px;
}

#collage .alpha-pagi-state a.list {
    color: #007bff;
    font-size: 18px;
    text-decoration: none;
}

#collage .alpha-pagi-state a.list:hover {
    text-decoration: underline;
}

/* Data Table */
#collage .data-comp {
    margin-top: 40px;
}

#collage .data-comp h2 {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: center;
}

#collage table.table {
    width: 100%;
    border-collapse: collapse;
}

#collage table.table-hover tbody tr:hover {
    background-color: #f1f1f1;
}

#collage table.table-hover tbody tr {
    border-bottom: 1px solid #e0e0e0;
}

#collage table.table-hover td {
    padding: 12px;
    text-align: left;
}

#collage table.table-hover td a {
    color: #0c88f2;
    font-size: 16px;
    text-decoration: none;
}

#collage table.table-hover td a:hover {
    text-decoration: underline;
}

/* Pagination */
#collage .pagination {
    margin-top: 20px;
    text-align: center;
}

#collage .current-page {
    background: #007BFF !important;
    color: #fff !important;
}

#collage .pagination a {
    color: #007bff;
    padding: 8px 16px;
    text-decoration: none;
    margin: 0 5px;
    font-size: 16px;
}

#collage .pagination a:hover {
    background-color: #f1f1f1;
    border-radius: 4px;
}

#mapid {
    height: 300px;
}


.table-view-host {
    padding-left: 13px;
}

.view-host-div {
    /*box-shadow: 0 0 7px #828282;*/
    margin-top: 10px;
}

.iptable {
    color: #333;
    font-family: Helvetica, Arial, sans-serif;
    width: 100%;
    border-collapse:
        collapse;
    border-spacing: 0;
}

.iptable td,
th {
    border: 1px solid transparent;
    /* No more visible border */
    height: 30px;
    transition: all 0.3s;
    /* Simple transition for hover effect */
}

.iptable th {
    color: white;
    background: #2E86C1;
    /* Darken header a bit */
    font-weight: bold;
    text-align: center;
}

.iptable td {
    background: #FAFAFA;
}

.iptable tr {
    height: 50px;
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
.iptable tr:nth-child(odd) th {
    background: #2874A6;
}

/* Cells in even rows (2,4,6...) are one color */
.iptable tr:nth-child(even) td {
    background: #F1F1F1;
    /* #FEFEFE; */
}

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
.iptable tr:nth-child(odd) td {
    background: #D9D9D9;
}

.iptable tr td:hover {
    background: #666;
    color: #FFF;
}

/* Hover cell effect! */
.kr-fields {
    display: flex;
    justify-content: space-between;
}

.kr-button {
    height: 39px;
    width: 121px;
    background: #08c;
    border: none;
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.kr_inputs {
    width: 100%;
    border: 1px solid #c8c6c6;
    height: 35px;
}

.kr_textarea {
    width: 100%;
    border: 1px solid #c8c6c6;
    height: 65px;
}

.modal-body {
    padding: 3rem !important;
}

.col-md-12.kr-div:nth-child(1) {
    margin-top: 0px !important;
}

.kr-div {
    margin-top: 20px;
}

.kr_textarea {
    width: 100%;
    border: 1px solid #c8c6c6;
    height: 100px;
}

.img-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.img-inner {
    width: 30%;
    margin: 10px;
    overflow: hidden;
    height: 200px;
    border: 1px solid #ccc;
    padding: 7px;
    border-radius: 5px;
}

.img-outer {
    display: flex;
    flex-wrap: wrap;
}

/* upload box start */
#drop-area {
    cursor: pointer;
    border: 2px dashed #616778;
    border-radius: 0px;
    width: 100%;
    margin: 50px auto;
    padding: 50px 0;
}

.file-upload {
    /* visibility: hidden; */
}

/* .fileupload {

  justify-content: center;
  display: flex;
}  */
#drop-area.highlight {
    border-color: purple;
}

#fileElem {
    display: block;
    width: 100%;
    height: 100%;
    font-size: ;
    border: none !important;
    background: transparent;
    top: 0;
    position: absolute;
    left: 22px;
    right: 0;
    margin: 0 auto;
    float: unset;
    padding-top: 10rem;
    padding-left: 11rem;
}

.fileupload {
    text-align: center;
}

i.fa-file-pdf {
    font-size: 120px;
    color: #f85050;
}

.fileupload i {
    font-size: 30px;
    color: #337ab7;
    margin-bottom: 20px;
}

.fileupload label {
    cursor: pointer;
    border: 2px dashed #616778;
    border-radius: 0px;
    width: 100%;
    margin: 50px auto;
    padding: 50px 0;
}

.fileupload label:hover {
    opacity: 0.6;
}

#drop-area::after {
    content: '';
    background: red;
    position: absolute;
    left: 21%;
    right: 0;
    margin-top: 20px;
    width: 100px;
    background: white;
    height: 23px;
    margin-top: 19px;
    width: 96px;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted transparent !important;
}

.table-view-desc {
    padding: 13px;
    text-align: justify;
}

.sec-row {
    margin-top: 30px;
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    #collage .input-group {
        flex-direction: column;
    }

    #collage .input-group .search-city {
        width: 100%;
        margin-bottom: 10px;
    }

    #collage .alpha-pagi p {
        margin: 5px;
    }

    #collage .data-comp table {
        font-size: 14px;
    }

    #collage .pagination {
        font-size: 14px;
    }
}