
/* Label styling */

/*table {
    margin-top: 10px
}*/

/*html, body{
    width:100%;
    height:100%;
}*/

/* Input field styling */
input[type="text"] {
    width: 100%;
    padding: 7px 15px 7px 15px; /* padding for input, allowing space for icon */

    display: inline-block;
    border: 1px solid #ddd; /* border to match the design */

    border-radius: 15px; /* rounded corners */

    background-color: #F5F5F5; /* light background similar to the design */

    font-size: 14px;
    color: #333; /* text color */

    box-sizing: border-box; /* ensures padding and width are calculated together */

    position: relative;
}

/* Icon positioning inside the input */

input[type="text"] {
    background-image: url('images/user.svg'); /* Replace with your icon image URL */

    background-position: right 10px center; /* position it inside */

    background-repeat: no-repeat;
    background-size: 20px 20px; /* size of the icon */
}

input[type="password"] {
    width: 100%;
    padding: 7px 15px 7px 15px; /* padding for input, allowing space for icon */

    display: inline-block;
    border: 1px solid #ddd; /* border to match the design */

    border-radius: 15px; /* rounded corners */

    background-color: #F5F5F5; /* light background similar to the design */

    font-size: 14px;
    color: #333; /* text color */

    box-sizing: border-box; /* ensures padding and width are calculated together */

    position: relative;
}

/* Icon positioning inside the input */

input[type="password"] {
    background-image: url('images/lock.svg'); /* Replace with your icon image URL */

    background-position: right 10px center; /* position it inside */

    background-repeat: no-repeat;
    background-size: 20px 20px; /* size of the icon */
}

/*input[type="text"] {

	border-radius: 15px;

	background: #F5F5F5;

	color: #000;

	padding-left: 16px;

	font-size: 14px;

	height: 48px;

	font-weight: 400;

	line-height: normal;

}*/

/*input[type="password"] {

	border-radius: 15px;

	background: #F5F5F5;

	color: #000;

	padding-left: 16px;

	font-size: 14px;

	height: 48px;

	font-weight: 400;

	line-height: normal;

}*/

/*label {

	color: #000;

	font-size: 16px;

	margin-bottom: 10px;

	font-weight: 500;

	line-height: normal;

}*/

/*input[type="submit"] {*/
    /*margin-top: 32px;*/
    /*background-color: #09518C;
    color: #FFF;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    width: auto;
    border: none;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #09518C;
}*/


footer ul li a {
    text-decoration: underline;
    color: #FFF;
}

footer ul li a {
    display: flex;
    align-items: center;
    grid-gap: 12px;
}

footer ul li p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

footer ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer {
    background: #333;
    padding: 13px 0px;
    bottom: 0;
    position:fixed;
    width: 100%;
    right: 0;
}

.dashboard-sec {
    padding: 32px 0px 60px;
    background: #F8F8F8;
}

.yellow-text {
    color: #98CB00 !important;
}

.footer ul li a {
    text-decoration: none;
}

@media (max-width: 767px) {
    .login-box.logincontent {
        padding: 30px 20px;
    }
}

/*caselist gridview css*/
.table-box .table tbody tr th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.table-box .table tbody tr th:last-child {
    border-radius: 0px 10px 10px 0px;
    padding-right: 20px;
}

.table-box .table tr th {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 10px;
    padding: 14px 0px;
}

.table-box .table tr td {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
    padding: 4px 0px !important;
}

.form-control:focus {
    border-color: #86b7fe !important;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25) !important;
}

.PropertyPostcode {
    height: 45px;
    max-height: 365px;
}

.login-sec {
    height: 100% !important;
}

.wrapper{
    height: 100%;  
}

/* Style for pagination */
.pagination {
    display: table-row;
    text-align: center;
    padding: 8px 0;
    margin: 10px 0;
}

.pagination a, .pagination span {
    padding: 8px 16px;
    margin: 0 4px;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #ddd;
}

    .pagination span {
        background-color: #0D4888; 
        color: white;
        border-color: #0D4888;
    }

    .pagination a {
        background-color: transparent;
        color: #333;
        border-color: #ddd;
    }

    .pagination a:hover {
        background-color: #0D4888;
        color: white;
        border-color: #0D4888;
    }

.btn-search:hover {
    background-color: white;
}

.btn-search {
    font-size: 12px !important;
    background-color: #09518C;
    padding: 2px 30px !important;
    border: 1px solid #09518C;
    border-radius: 10px !important;
    line-height: 2.5 !important;
    height: 35px !important;
}

.btn-case {
    font-size: 12px !important;
    background-color: #98CB00;
    padding: 2px 12px !important;
    border: 1px solid #98CB00;
    border-radius: 10px !important;
    line-height: 2.5 !important;
    height: 35px !important;
}

.bg-red:hover {
    color: red !important;
}

.fs15
{
    font-size:15px;
}

.headerCC {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #09518C;
}

.insideheader {
    font-weight: bold !important;
    font-size: 15px !important;

}
.internaltext {
    font-size: 15px !important;
}
.residential-box h6 span {
    font-size:13px;
}

.Txt_Theme_Dark {
    color: #090F4E !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 1 !important;
}

.authority-box .box-footer .form-select {
    background-image: url(../images/small-down.svg);
    background-color: white;
    color: #09518C;
}

.authority-box .box-footer select option {
    color: #0E4787;
}

/**drop down icon set**/
.drop-icon img {
    width: 25px;
    height: 25px;
    background-color: #EDF5FF;
    border-radius: 30px;
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*remove default icon*/
.dropdown-toggle::after {
    content: unset;
}

.alert-list ul li span.red-circle {
    background-color: red !important;
}

.alert-list ul li span.green-circle {
    background-color: #FFA500 !important;
}

.alert-list ul li span.yellow-circle {
    background-color: yellow !important;
}

.return-list {
    margin: 16px 0px 20px !important;
}