﻿
/*MastCitizen.Master*/

.body {
    background: linear-gradient(45deg,#f6fce6, #f7fafa, #f6fce6);
}

.Page-Footer {
    background-color: black;
    color: white;
    font-size: 13px;
    padding: 10px 0px 0px 15px;
}

.Footer-Bottom {
    background-color: #222;
    color: white;
    border-top: 1px solid #333;
    font-size: 13px;
    font-weight: 400;
    padding: 10px 15px 0px 15px;
}

.Page-Footer h4 {
    color: #999;
    margin-top: 3px;
    padding: 0px 15px 0px 15px;
}

.navbar {
    background-color: #12477f;
    color: white;
}

.nav-link {
    color: white;
}

.nav-link {
    color: white;
}

.offcanvas {
    color: black;
    background-color: aliceblue;
}

    .offcanvas.auto-size {
        height: auto;
        max-height: 90vh;
    }

.offcanvas-body {
    background-color: #12477f;
}

.nav-link:hover {
    background-color: #df9d13;
    color: white;
    border-radius: 3px;
}
/*.nav-link:hover {
    background-color: #df9d13;
    color: white;
    border-radius: 3px;
}

.navbar {
    background-color: #12477f;
    color: white; 
}

.nav-link {
    color: white;
}*/
/*.custom-toggler .navbar-toggler {
    border-color:lightgreen;
}
.navbar-toggler-icon{
    color:white;
    background-color:white;
}

.navbar-toggler {
    background-color:black;
    border-color: white;
}
.navbar-toggler-icon {
    background-color: #12477f;
    color: black;
   
}*/
/* CitizenLogin.aspx */
.signup-link a {
    color: #0fa4af;
    text-decoration: none;
}

    .signup-link a:hover {
        text-decoration: underline;
        font-weight: 600;
    }

.lbl_OtpSentMsg {
    color: green;
    font-size: small;
}

.Mycard {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/*.Mycard-header {
    background-color: #f1f4f5;
    color: white;

}*/

.card-header {
    /*background-color: #12477f;
    color: white;*/
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px 10px 0 0; /* Rounded Top Corners */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.InnerCard-header {
    /*background-color: aliceblue;
    color: black;*/
    /*background: linear-gradient(45deg, #ff5733, #c70039); Gradient Background */
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 10px 10px 0 0; /* Rounded Top Corners */
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.btnStyle {
    border-color: #0fa4af;
}

    .btnStyle:hover {
        background-color: #0fa4af;
        color: white;
        border-color: #12477f;
        box-shadow: #12477f 2px 2px;
        font-weight: bold;
    }

.SmallFont {
    font-size: small;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/*CitizenCaseRegistration.aspx*/
.TabHeader {
    background-color: #33CCFF;
    padding: 0px;
    border-radius: 10px;
    width: 50%;
    margin: auto;
}

    .TabHeader h3 {
        text-align: center;
        font-size: 20px;
        font-weight: bolder;
        color: #222;
        letter-spacing: 1px;
        text-transform: uppercase;
        display: grid;
        color: #f8f8f8;
        /*grid-template-columns: 1fr max-content 1fr;*/
        grid-template-rows: 35px 0;
        grid-gap: 0px;
        align-items: center;
    }

        .TabHeader h3:after, .TabHeader h3:before {
            content: " ";
            display: block;
            border-bottom: 1px solid #f8f8f8;
            border-top: 2px solid #f8f8f8;
            height: 6px;
            background-color: #33CCFF;
        }

.card {
    height: 100%;
    padding: 10px;
}

.GridHeaderColor {
    /*background-color:crimson;*/
    background-color: teal;
    color: white;
    font-size: small;
    font-weight: 200;
}

.GridViewSelectedRow {
    background-color: lavender;
    color: black;
    font-size: small;
    font-weight: 100;
}

.GridViewStyle {
    border: 1px solid;
}

    .GridViewStyle td {
        border: 1px solid;
        border-color: darkslateblue;
        font-size: small;
    }


.UploadedGIF {
    width: 35px;
    height: 35px;
}

.spanStyle {
    color: red;
}


.styled-gridview {
    border-collapse: collapse;
    width: 100%;
}

    .styled-gridview th,
    .styled-gridview td {
        border: 1px solid black;
        padding: 8px;
        text-align: left;
    }

    .styled-gridview th {
        background-color: #f2f2f2;
    }

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent background */
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.otp-input {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 10px;
}

    .otp-input:focus {
        border-color: #4CAF50;
        outline: none;
    }

label {
    /*display: block;*/
    margin-bottom: 4px;
    color: #666;
    font-size: 14px;
    transition: all 0.3s ease;
}
.input {
    width: 100%;
    padding: 2px;
    border: 2px solid #ddd;
    border-radius: 5px;
    font-size: 16px;
    transition: all 0.3s ease;
}

    .input:focus {
        border-color: #1a1a2e;
        outline: none;
        box-shadow: 0 0 5px rgba(26, 26, 46, 0.2);
    }
.input-group {
    margin-bottom: 10px;
    position: relative;
}

    .input-group:focus-within label {
        color: #1a1a2e;
        transform: translateY(-5px);
    }

.button {
    width: 100%;
    min-height: 30px;
    background: #1a1a2e;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}

    .button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        transform: translate(-50%, -50%);
        transition: width 0.6s ease, height 0.6s ease;
    }

    .button:hover::before {
        width: 300px;
        height: 100px;
    }

    .button:hover {
        background: #151616;
       border-radius:15px;
    }
.decorative-circle {
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: rgba(26, 26, 46, 0.1);
    top: -75px;
    right: -75px;
    z-index: 0;
}

.section-header {
    background: linear-gradient(90deg, #e2e9ee, #aab2ae);
    color: black;
    padding: 5px;
    text-align: left;   
    font-size: 16px;
    font-weight: bold;
    /*border-bottom: 4px solid #0056b3;*/
    border-color: #1a1a2e;
    box-shadow: 0 0 5px rgba(26, 26, 46, 0.2);
}

.section-header1 {
    background: linear-gradient(90deg, #e2e9ee, #aab2ae);
    color: black;
    padding: 5px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    /*border-bottom: 4px solid #0056b3;*/
    border-color: #1a1a2e;
    box-shadow: 0 0 5px rgba(26, 26, 46, 0.2);
}

.box-shadow{
    width:600px;
    height:300px;
    background-color:white;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.3);
    padding:20px;
    display:flex;
    align-items:center;
    justify-content:center;
}


.BigFont-input {
    width: 100%;
    text-align: left;
    font-size: 18px;
    letter-spacing: 3px;
    border: 2px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 8px;
    outline: none;
}

    .BigFont-input:focus {
        border-color: #151616;
    }

.custom-grid{
    width:100%;
    border-collapse:collapse;
    text-align:left;
    font-family:Arial, sans-serif;
}
    .custom-grid th {
        /*background-color:#666;*/
        background-color:lightsteelblue;
        color: black;
        padding: 10px;
    }
.custom-grid td{
    padding:10px;
    border:1px solid #ddd;
}
.custom-grid tr:nth-child(even){
    /*background-color:#f2f2f2;*/
    background-color:white;
}
.custom-grid tr:hover{
    background-color:#ddd;
}