/*#00529b*/
/*below code is for countedown clock - pratik - 03/02/2024*/
.rep_scroller::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.rep_scroller {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
/*For text color in table on report page*/
.rep-table a{
    color:black !important;
}
.clock {
    position: relative;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    /*background-color: grey;*/
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.tick {
    position: absolute;
    height: 5px;
    background-color: white;
    top: 0%;
    /* left: 50%; */
    transform-origin: 50% 650%;
    transition: transform 0.5s;
    padding: 11px 0px 2px 5px;
}

.tick-color {
    background-color: white;
    color: white;
}

.countcontainer {
    /*border: 2px solid #00529bad;
    box-shadow: inset 0 0 50px 15px #3374ad;
    background-color: grey;*/
    color: black;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.timer {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

/*****************************************************************/

form {
    background-color: #26282B !important;
}
.bottom{
    bottom:0px;
    position:fixed;
    width:100%;
}
#BNav {
    background: #848484 !important;
    text-align: center;
    color: #042E64;
}
body {
    background-color: #26282B !important;
}
.headAndBottom {
    background-color: #00529b;
    padding-top: 10px;
    width: 100%;
    text-align: center;
    position:fixed;
}

.headAndBottom + div {
    padding-top:27%;
}
.btm-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btm-modal-content {
    width: 26.5em;
    height: 40vh;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4e4f52;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.25);
    animation: slideUp 0.3s ease-out;
    bottom: -11.5%;
}

.modal-btn {
    padding: 10px 5px 10px 5px;
    background-color: #26282b;
    color: white;
    margin-bottom: 2%;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    font-family: Poppins-Regular;
}

.close {
    position: absolute;
    top: 2px;
    right: 10px;
    font-size: 25px;
    cursor: pointer;
    color: red;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
}
.logout {
    float: right;
    font-size: 19px;
    color: #F3781E;
    display: flex;
    align-items: center;
}

@media only screen and (min-width: 668px) {
    input:focus {
        position: unset;
        top: 150px;
    }
    .DivMargin {
        margin-top:3%;
        top: 10px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .ul2{
        margin-top:3%;
    }
    fieldset {
        width: 94%;
        margin: 2% 3%;
        border-radius: 10px;
        color: white !important;
        background: #4E4F52;
        border: none;
        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.25);
    }
    .headAndBottom-field {
        margin: 2% 3%;
        padding: 1% 0%;
        border-radius: 6px;
        color: #F3781E !important;
        background: #4E4F52;
        border: none;
        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.25);
    }
    .rep_scroller {
        margin: 1% 3%;
        position: sticky;
        top: 15%;
        height: 68vh;
        overflow-y: auto;
        width: auto;
        border: 1px solid white;
    }

    .grid-container {
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas: 'upper-btn' 'home';
        column-gap: 10px;
        padding: 0% 3% 0% 3%;
        background-color: #848484;
    }

    .user-circle {
        width: 4em;
        height: 7.5vh;
        border-radius: 50%;
        background-color: #4d4d4d;
        position: absolute;
        top: 6%;
        margin-left: 10%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .user-profile{
        margin-left:15%;
    }
    .field-tbl td {
        padding: 1% 0%;
    }
    .field-tbl tr td:first-child {
        padding-left: 3%;
        border: none;
    }

    .field-tbl tr td:last-child {
        padding-right: 3%;
    }
}

@media screen and (max-width: 668px) {
    /*body {
        display: flex;
        justify-content: center;
        overflow: hidden;
        background-color: #e2e2e2 !important;
    }*/
    .form-size2 {
        width: 42em !important;
    }
    
    /*
form div{
  width:30em !important;*/
    .form-fitheight {
        height: fit-content !important;
    }
    .headAndBottom + div {
        padding-top: 25%;
    }
    /*form {
        width: 30em;
        background-color: #5d5e5e;
        border: 9px solid black;
        border-radius: 15px;
        height: 100vh !important;
    }*/

    /*#BNav {
        width: 28.6em !important;
        position: fixed;
        bottom: 8px !important;
        width: 100%;
        border-radius: 5px 5px 6px 6px;
    }*/
    .DivMargin {
        margin-top: 5%;
        top: 10px;
        margin-left: 5%;
        margin-right: 5%;
    }
    .ul2 {
        margin-top: 15%;
    }
    fieldset {
        width: 90%;
        margin: 5% 5%;
        border-radius: 10px;
        color: white !important;
        background: #4E4F52;
        border: none;
        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.25);
    }
    .headAndBottom {
        width: 28.8em !important;
        background-color: #00529b;
        padding-top: 10px;
        width: 100%;
        text-align: center;
    }
    .headAndBottom-field {
        margin: 5%;
        border-radius: 6px;
        color: #F3781E !important;
        background: #4E4F52;
        border: none;
        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.25);
    }
        .headAndBottom-field p {
            color: #F3781E !important;
        }
    

    .form-overflow {
        overflow: auto;
    }
        /* Hide scrollbar for Chrome, Safari and Opera */

        .form-overflow::-webkit-scrollbar {
            display: none;
        }

    /* Hide scrollbar for IE, Edge and Firefox */
    .form-overflow {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
    .btm-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .btm-modal-content {
        /*width: 28.53em;*/
        height: 40vh;
        position: absolute;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #4e4f52;
        padding: 10px;
        border-radius: 8px;
        box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.25);
        animation: slideUp 0.3s ease-out;
        bottom: -10.5%;
    }

    .modal-btn {
        padding: 10px 5px 10px 5px;
        background-color: #26282b;
        color: white;
        margin-bottom: 2%;
        width: 100%;
        border-radius: 5px;
        text-align: left;
        font-family: Poppins-Regular;
    }

    .close {
        position: absolute;
        top: 2px;
        right: 10px;
        font-size: 25px;
        cursor: pointer;
        color: red;
        font-weight: 700;
        line-height: 1;
        opacity: 1;
    }

    .notch {
        height: 30px;
        background-color: white;
        border-radius: 5px 5px 0px 0px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        position: sticky;
        top: 0px;
        width: 100%;
        z-index:1;
    }

    .notch-cam {
        background-color: #000000;
        width: 35%;
        height: 72%;
        border-radius: 0px 0px 10px 10px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .notch-cam-mid {
        background-color: #464646;
        width: 10%;
        height: 60%;
        margin-right: 7%;
        border-radius: 50%;
        margin-bottom: 2%;
        box-shadow: inset 0 1px 5px 1px rgb(84 84 84), inset 0 0px 2px 7px rgb(0 0 0 / 75%);
    }
    .rep_scroller {
        margin: 5%;
        position: sticky;
        top: 15%;
        height: 70vh;
        overflow-y: auto;
        width: auto;
        border: 1px solid white
    }

    .grid-container {
        display: grid;
        grid-template-columns: 100%;
        grid-template-areas: 'upper-btn' 'home';
        column-gap: 10px;
        padding: 0% 1.5% 0% 1.5%;
        background-color: #848484;
    }
    .user-circle {
        width: 4em;
        height: 7.5vh;
        border-radius: 50%;
        background-color: #4d4d4d;
        position: absolute;
        top: 6%;
        margin-left: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .user-profile {
        margin-left: 20%;
    }
    .field-tbl td {
        padding: 2% 0%;
    }
    .field-tbl tr td:first-child {
        padding-left: 5%;
        border: none;
    }

    .field-tbl tr td:last-child {
        padding-right: 5%;
    }
}
    /***********************************************************/

    /*//////////////////////////////////////////////////////////////////
[ FONT ]*/

    @font-face {
        font-family: Poppins-Regular;
        src: url('../fonts/poppins/Poppins-Regular.ttf');
    }

    @font-face {
        font-family: Poppins-Medium;
        src: url('../fonts/poppins/Poppins-Medium.ttf');
    }

    @font-face {
        font-family: Poppins-Bold;
        src: url('../fonts/poppins/Poppins-Bold.ttf');
    }

    @font-face {
        font-family: Poppins-SemiBold;
        src: url('../fonts/poppins/Poppins-SemiBold.ttf');
    }




    /*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

    * {
        margin: 0px;
        padding: 0px;
        box-sizing: border-box;
    }

    body, html {
        height: 100%;
        font-family: Poppins-Regular;
        background-color: #5d5e5e;
    }

    /*---------------------------------------------*/
    a {
        font-family: Poppins-Regular;
        font-size: 14px;
        line-height: 1.7;
        color: #666666;
        margin: 0px;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
    }

        a:focus {
            outline: none !important;
        }

        a:hover {
            text-decoration: none;
            color: #6a7dfe;
            color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
            color: -o-linear-gradient(left, #21d4fd, #b721ff);
            color: -moz-linear-gradient(left, #21d4fd, #b721ff);
            color: linear-gradient(left, #21d4fd, #b721ff);
        }

    /*---------------------------------------------*/
    h1, h2, h3, h4, h5, h6 {
        margin: 0px;
    }

p {
    font-family: Poppins-Regular;
    font-size: 12px;
    line-height: 1.7;
    /*color: white !important;*/
    margin: 0px;
}

    ul, li {
        margin: 0px;
        list-style-type: none;
    }

/* 01/03/2024*/
html {
    background-color: #26282b;
}

.field-tbl {
    background-color: #26282B;
}


    

    .field-tbl tr:first-child {
        background-color: #4E4F52;
    }

    
    .field-tbl tr:first-child td {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .field-tbl tr:last-child td:first-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .field-tbl tr:last-child td:last-child {
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

.ngt-md-normal-btn {
    /*background-color: #4E4F52;*/
    background-color: #4E4F52;
    border-radius: 6px;
    color: #F3781E;
    font-size: 18px;
}
.home a {
    color: #00529b !important;
}
.Nbtn-home {
    color: #00529b !important;
}
.btn-home {
    height: 75px;
    width: 75px;
    border-radius: 60px;
    margin-top: -50px !important;
    border: 4px solid #26282b !important;
    background-color: #848484 !important;
}
button#btnhome > iconify-icon {
    color: #00529b !important;
}
.ngt-md-fill-btn {
    /*background-color: #F3781E;*/
    background-color: #00529b;
    border-radius: 6px;
    color: white;
    font-size: 18px;
}
.lst-btn {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    position: fixed;
    display: flex;
}
.lst-btn div{

}
.back {grid-area: back;}
.submit {grid-area: submit;}
.home {
    grid-area: home;
    color: #00529b !important;
}

.ngt-md-normal-btn {
    width: 100%;
    height: 45px !important;
    margin-bottom:5px;
}

.ngt-md-fill-btn {
    height: 45px !important;
    width: 100%;
    margin-bottom: 5px;
}


.upper-btn {
    display: flex;
    justify-content: space-between;
    background-color: #848484;
}


.headAndBottom-field p {
    color: #F3781E;
    padding: 0% 5%;
}

.headingth {
    color: #F3781E;
    font-size: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
}
.rep-inn-tbl td{
    padding:0% 5%;

}
.rep-inn-tbl a{
    color:white !important;
}
.custom-tables table:nth-child(odd) {
    background-color: #242629; /* Light gray */
}

.custom-tables table:nth-child(even) {
    background-color: #4e4f52; /* Lighter gray */
}
.right-arrow {
    /* Your styles here */
    padding-right: 8% !important;
    padding-left: 2% !important;
}
/*---------------------------------------------*/
input {
    outline: none;
    border: none;
    text-align: -moz-center;
}

    textarea {
        outline: none;
        border: none;
    }

        textarea:focus, input:focus {
            border-color: transparent !important;
        }

            input:focus::-webkit-input-placeholder {
                color: transparent;
            }

            input:focus:-moz-placeholder {
                color: transparent;
            }

            input:focus::-moz-placeholder {
                color: transparent;
            }

            input:focus:-ms-input-placeholder {
                color: transparent;
            }

            textarea:focus::-webkit-input-placeholder {
                color: transparent;
            }

            textarea:focus:-moz-placeholder {
                color: transparent;
            }

            textarea:focus::-moz-placeholder {
                color: transparent;
            }

            textarea:focus:-ms-input-placeholder {
                color: transparent;
            }

    input::-webkit-input-placeholder {
        color: #adadad;
    }

    input:-moz-placeholder {
        color: #adadad;
    }

    input::-moz-placeholder {
        color: #adadad;
    }

    input:-ms-input-placeholder {
        color: #adadad;
    }

    textarea::-webkit-input-placeholder {
        color: #adadad;
    }

    textarea:-moz-placeholder {
        color: #adadad;
    }

    textarea::-moz-placeholder {
        color: #adadad;
    }

    textarea:-ms-input-placeholder {
        color: #adadad;
    }

    /*---------------------------------------------*/
    button {
        outline: none !important;
        border: none;
        background: transparent;
    }

        button:hover {
            cursor: pointer;
        }

    iframe {
        border: none !important;
    }


    /*//////////////////////////////////////////////////////////////////
[ Utility ]*/
    .txt1 {
        font-family: Poppins-Regular;
        font-size: 13px;
        color: #ffffff;
        line-height: 1.5;
    }

    .txt2 {
        font-family: Poppins-Regular;
        font-size: 20px;
        color: #ffffff;
        line-height: 1.5;
    }

    .txt3 {
        font-family: Poppins-Regular;
        font-size: 10px;
        color: #ffffff;
        line-height: 1.5;
        text-align: left;
    }

    /*//////////////////////////////////////////////////////////////////
[ login ]*/

    .limiter {
        width: 100%;
        margin: 0 auto;
    }

    .container-login100 {
        width: 100%;
        min-height: 100vh;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .wrap-login100 {
        width: 390px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    }


    /*------------------------------------------------------------------
[ Form ]*/

    .login100-form {
        width: 100%;
        height: 97vh;
    }

    .login100-form-title {
        display: block;
        font-family: Poppins-Bold;
        font-size: 30px;
        color: #ffffff;
        line-height: 1.2;
        text-align: center;
    }

        .login100-form-title i {
            font-size: 60px;
        }

    /*------------------------------------------------------------------
[ Input ]*/

    .wrap-input100 {
        width: 100%;
        position: relative;
        margin-bottom: 37px;
    }

    .input100 {
        font-family: Poppins-Regular;
        font-size: 22px;
        color: #ffffff;
        line-height: 1.2;
        background: #00000075;
        display: block;
        width: 100%;
        height: 45px;
        padding: 0 5px;
        text-align: center;
        border-radius: 25px;
    }

    /*---------------------------------------------*/
    .focus-input100 {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
    }

        .focus-input100::before {
            content: "";
            display: block;
            position: absolute;
            bottom: -2px;
            left: 0;
            width: 0;
            height: 2px;
            color: white;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
            background: #6a7dfe;
            background: -webkit-linear-gradient(left, #21d4fd, #b721ff);
            background: -o-linear-gradient(left, #21d4fd, #b721ff);
            background: -moz-linear-gradient(left, #21d4fd, #b721ff);
            background: linear-gradient(left, #21d4fd, #b721ff);
        }

        .focus-input100::after {
            font-family: Poppins-Regular;
            font-size: 15px;
            color: #ffffff;
            line-height: 1.2;
            content: attr(data-placeholder);
            display: block;
            width: 100%;
            position: absolute;
            top: 16px;
            left: 0px;
            padding-left: 5px;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            -moz-transition: all 0.4s;
            transition: all 0.4s;
        }

    .input100:focus + .focus-input100::after {
        top: -15px;
    }

    .input100:focus + .focus-input100::before {
        width: 100%;
    }

    .has-val.input100 + .focus-input100::after {
        top: -15px;
    }

    .has-val.input100 + .focus-input100::before {
        width: 100%;
    }

    /*---------------------------------------------*/
    .btn-show-pass {
        font-size: 15px;
        color: #ffffff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        position: absolute;
        height: 100%;
        top: 0;
        right: 0;
        padding-right: 5px;
        cursor: pointer;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

        .btn-show-pass:hover {
            color: #6a7dfe;
            color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
            color: -o-linear-gradient(left, #21d4fd, #b721ff);
            color: -moz-linear-gradient(left, #21d4fd, #b721ff);
            color: linear-gradient(left, #21d4fd, #b721ff);
        }

        .btn-show-pass.active {
            color: #6a7dfe;
            color: -webkit-linear-gradient(left, #21d4fd, #b721ff);
            color: -o-linear-gradient(left, #21d4fd, #b721ff);
            color: -moz-linear-gradient(left, #21d4fd, #b721ff);
            color: linear-gradient(left, #21d4fd, #b721ff);
        }



    /*------------------------------------------------------------------
[ Button ]*/
    .container-login100-form-btn {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 13px;
    }

    .wrap-login100-form-btn {
        width: 100%;
        display: block;
        position: relative;
        z-index: 1;
        border-radius: 25px;
        overflow: hidden;
        margin: 0 auto;
    }

    .login100-form-bgbtn {
        position: absolute;
        width: 300%;
        height: 100%;
        background: #a64bf4;
        background: -webkit-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
        background: -o-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
        background: -moz-linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
        background: linear-gradient(right, #21d4fd, #b721ff, #21d4fd, #b721ff);
        top: 0;
        left: -100%;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
    }

    .login100-form-btn {
    }

    .wrap-login100-form-btn:hover .login100-form-bgbtn {
        left: 0;
    }


    /*------------------------------------------------------------------
[ Responsive ]*/

    @media (max-width: 576px) {
        .wrap-login100 {
            padding: 5% 15px 70% 15px;
        }
    }



    /*------------------------------------------------------------------
[ Alert validate ]*/

    .validate-input {
        position: relative;
    }

    .alert-validate::before {
        content: attr(data-validate);
        position: absolute;
        max-width: 70%;
        background-color: #fff;
        border: 1px solid #c80000;
        border-radius: 2px;
        padding: 4px 25px 4px 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0px;
        pointer-events: none;
        font-family: Poppins-Regular;
        color: #c80000;
        font-size: 13px;
        line-height: 1.4;
        text-align: left;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: opacity 0.4s;
        -o-transition: opacity 0.4s;
        -moz-transition: opacity 0.4s;
        transition: opacity 0.4s;
    }

    .alert-validate::after {
        content: "\f06a";
        font-family: FontAwesome;
        font-size: 16px;
        color: #c80000;
        display: block;
        position: absolute;
        background-color: #fff;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 5px;
    }

    .alert-validate:hover:before {
        visibility: visible;
        opacity: 1;
    }

    @media (max-width: 992px) {
        .alert-validate::before {
            visibility: visible;
            opacity: 1;
        }
    }


.Lobtn {
    font-size: 20px;
    color: #fff;
    /*background-color: #F3781E;*/
    background-color: #00529b;
    border-radius: 20px;
    /* line-height: 1.2; */
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 90%;
    height: 40px;
}

    #footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    /* For the demo only */
    #content {
        background: #D0E5FF;
        padding: 20px;
        color: #00214B;
        font-family: sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.8;
    }

    #footer {
        background: orange;
        line-height: 2;
        text-align: center;
        color: #042E64;
        font-size: 30px;
        font-family: sans-serif;
        font-weight: bold;
        text-shadow: 0 1px 0 #84BAFF;
        box-shadow: 0 0 15px #00214B
    }

    #footerAcctSearch {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    #footerAcctSearch {
        background: white;
        line-height: 2;
        text-align: center;
        color: #042E64;
        font-size: 30px;
        font-family: sans-serif;
        font-weight: bold;
        text-shadow: 0 1px 0 #84BAFF;
        box-shadow: 0 0 15px #00214B;
    }

    #footerAccDet {
        background: #5d5e5e;
        line-height: 2;
        text-align: center;
        color: #042E64;
        font-size: 20px;
        font-family: sans-serif;
        font-weight: bold;
    }

    #footerAccDet {
        position: fixed;
        bottom: 0;
        width: 100%;
    }

    .buttonACCSE {
        background-color: white;
        border: none;
        color: white;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
        margin: 4px 2px;
        cursor: pointer;
    }

    .buttonACCSE1 {
        background-color: #0076df;
        color: black;
        border: 2px solid white;
        width: 58px;
        border-radius: 10px;
    }

    .buttonACCSE2 {
        background-color: white;
        color: black;
        border: 2px solid white;
        width: 58px;
        border-radius: 10px;
    }

    .micicon {
        padding-left: 25px;
        background: url("https://static.thenounproject.com/png/101791-200.png") no-repeat left;
        background-size: 20px;
    }

.glyphicon {
    color: #F3781E !important;
}

    .search-bar {
        position: relative;
    }

        .search-bar input {
            width: 100%;
            height: 40px;
            text-align: center;
            border: none;
            border-radius: 5px;
            outline: none;
            padding: 0 30px;
            background-color: #26282B;
            color:white;
        }

.search-inp::placeholder {
    color: white;
}

.search-ico {
    position: absolute;
    left: 4%;
    top: 30%;
    color: #F3781E;
}

    .microphone-ico {
        position: absolute;
        right: 12%;
        top: 8px;
    }

    .responsive {
        width: 70%;
        height: auto;
    }

    /*//////////////////////////////////////////////////////////////////
[ slideshow_multiple_Images ]*/

    * {
        box-sizing: border-box
    }

    .mySlides1 {
        display: none
    }

    img {
        vertical-align: middle;
    }

    /* Slideshow container */
    .slideshow-container {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }

    /* Next & previous buttons */
    .prev, .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: 1%;
        padding: 16px;
        margin-top: -22px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
        color: black;
        border-color: white;
    }

    /* Position the "next button" to the right */
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }

    .prev {
        left: 0;
        border-radius: 3px 0 0 3px;
    }
        /* On hover, add a grey background color */
        .prev:hover, .next:hover {
            background-color: #f1f1f1;
            color: black;
        }

    /*//////////////////////////////////////////////////////////////////
[ Common CSS For all pages start]*/

    .width100 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .BodyColor {
        background-color: #5d5e5e
    }

    .HeaderName {
        text-align: center;
        color: white;
        font-size: 22px;
    }

.TextAlignCenter {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}

    .Labelalertbox {
        text-align: left;
        color: white;
        font-size: 14px;
        color: white;
        margin-top: 5%;
        border: solid orange;
        padding: 3%;
        font-weight: 100;
    }

    /*.LastDivBottomPadding {
        padding-bottom: 150px;
    }*/

    .textbox {
        color: #ffa500;
        font-size: 16px;
        padding: 0.5rem;
        width: 100%;
        background: #272530;
        border-radius: 10px;
        outline: none;
        transition: all 0.5s;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 2px solid #ffa500;
        text-align: center;
    }

        .textbox:focus {
            box-shadow: 1px 1px 20px #ffa500;
            font-size: 18px;
        }

    

    .PaddingTop10 {
        padding-top: 10px;
    }

    .DivMarginForCarImage {
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 65px;
    }

.HeaderNameWithCarName {
    text-align: left;
    color: white;
    font-size: 16px;
    color: white;
    padding-top: 10px;
    width: 100%;
}

    .HeaderNameWithCarNamePTag {
        text-align: center;
        line-height: 0.7;
        color: white;
        font-size: 19px;
    }

.ImageDiv {
    text-align: -webkit-center;
    text-align: -moz-center;
    padding-top: 8px;
}

    .TableHeaderTR {
        border-bottom: 1px solid beige;
        width: 100%
    }

    .TableHeaderTRPTag {
        text-align: left;
        color: white;
        font-size: 18px;
        height: 30px;
        color: orange
    }

    .TableBodyTR {
        border-bottom: 0.1px solid gray;
    }

.TableBodyTDGray {
    text-align: left;
    color: white;
    font-size: 14px;
    height: 10px;
    color: rgb(255 255 255 / 80%);
}

.TableBodyTDWhite {
    text-align: left;
    color: white;
    font-size: 16px;
    height: 10px;
}

    .BackBtn {
        margin-top: 5px;
        margin-left: 12px;
        margin-right: 7px;
        height: 40px;
        width: 45%;
        background-color: #ababab;
        color: Black;
        font-size: 20px;
        width: 90%;
    }

    .SubmitBtn {
        margin-top: 5px;
        height: 40px;
        width: 45%;
        background-color: #00529b;
        color: white;
        font-size: 20px;
        width: 90%;
    }

    .BackAndSubmitBtnDiv {
        text-align: center;
        position: fixed;
        bottom: 5px;
    }

    .Commondivsearch {
        margin: 0;
        display: flex;
    }
    /*//////////////////////////////////////////////////////////////////
[ Common CSS For all pages end]*/

    /*//////////////////////////////////////////////////////////////////
[ For BottomNav page css start]*/
    .BottomNavBtn {
        height: 100%;
        width: 100%;
        max-width: 50px;
        margin-top: 30px;
    }

    .BottomNavHomeBtn {
        height: 75px;
        width: 75px;
        border-radius: 60px;
        margin-bottom: 30px;
    }
    /*//////////////////////////////////////////////////////////////////
[ For BottomNav page css end]*/



    /*//////////////////////////////////////////////////////////////////
[ For Home page css start]*/
    .divsearch {
        margin: 0;
        margin-left: 5%;
        margin-right: 5%;
    }

    .arrow {
        border: solid white;
        border-width: 0 8px 8px 0;
        display: inline-block;
        padding: 10px;
        margin-right: 10px;
        margin-top: 5px;
    }
    /*//////////////////////////////////////////////////////////////////
[ For Home page css end]*/



    /*//////////////////////////////////////////////////////////////////
[ For LNameVINClientFileSearch & OpenAccountsReport page css start]*/
    .TrBottomBorder {
        border-bottom: 2px solid black;
    }

    .LNameVINClientFileSearchPtag {
        text-align: center;
        background-color: #d5d5d5
    }

    .LNameVINClientFileSearchTD1 {
        width: 30%;
    }

    .LNameVINClientFileSearchTD2 {
        width: 50%;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .LNameVINClientFileSearchTD3 {
        width: 27%;
    }

    .LNameVINClientFileSearchTD4 {
        width: 8%;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    #loading {
        position: fixed;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0.7;
        background-color: #fff;
        z-index: 99;
    }

    #loading-image {
        z-index: 100;
    }
    /*//////////////////////////////////////////////////////////////////
[ For LNameVINClientFileSearch & OpenAccountsReport page css end]*/


    /*//////////////////////////////////////////////////////////////////
[ For CheckLprHitsMsg page css start]*/
    .CheckLprHitsMsgStatusPTagStatus {
        text-align: left;
        color: white;
        font-size: 16px;
        height: 22px;
        color: #c1c1c1
    }

    .CheckLprHitsMsgStatusPTagVin {
        text-align: left;
        color: white;
        font-size: 16px;
        height: 24px;
        color: #c1c1c1
    }

    .CheckLprHitsMsgStatusPTagStatusWrite {
        text-align: left;
        color: white;
        font-size: 16px;
        height: 22px;
        color: white
    }

    .CheckLprHitsMsgStatusPTagVinWrite {
        text-align: left;
        color: white;
        font-size: 22px;
        height: 24px;
        color: white
    }

    .CheckLprHitsMsgLabel1 {
        text-align: left;
        color: white;
        font-size: 14px;
        color: white;
        margin-top: 5%;
        border: solid orange;
        padding: 3%;
        font-weight: 100;
    }
    /*//////////////////////////////////////////////////////////////////
[ For CheckLprHitsMsg page css end]*/



    /*//////////////////////////////////////////////////////////////////
[ For AcctInfo and AcctInfoStatusEdit page css start]*/

    /*//////////////////////////////////////////////////////////////////
[ For AcctInfo and AcctInfoStatusEdit page css end]*/



    /*//////////////////////////////////////////////////////////////////
[ For  page css start]*/
    .mdata {
        display: flex;
        width: 100%;
        float: left;
        color: white;
        border-radius: 5px;
        height: 50px;
        align-items: center;
        justify-content: space-around;
    }
    /*//////////////////////////////////////////////////////////////////
[ For  page css end]*/



    /*//////////////////////////////////////////////////////////////////
[ For  page css start]*/

    /*//////////////////////////////////////////////////////////////////
[ For  page css end]*/



    /*//////////////////////////////////////////////////////////////////
[ For  page css start]*/

    /*//////////////////////////////////////////////////////////////////
[ For  page css end]*/
.fontsize15 {
    font-size: 15px;
    color: white;
    padding: 5px 0px;
}

.font15style{
    font-size: 15px;
    text-align: left;
    color:white;
    height:10px;
    padding-bottom:5px;
}

.fontsize20 {
    font-size: 20px;
}

.header {
    text-align: left;
    height: 30px;
    color: #00529B;
    font-size: 20px;
}