@font-face {
    font-family: sfprodisplay-regular;
    src: url(../fonts/sfprodisplay-regular.ttf);
}

@font-face {
    font-family: sfprodisplay-medium;
    src: url(../fonts/sfprodisplay-medium.ttf);
}

@font-face {
    font-family: sfprodisplay-bold;
    src: url(../fonts/sfprodisplay-bold.ttf);
}

:root {
    --main-color: #21447e;
    --main-color2: #182c60;
    --secondary-color: #faa732;
    --font-main: sfprodisplay-regular;
    --font-secondary: sfprodisplay-medium;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: var(--secondary-color);
}

body {
    font-family: var(--font-main);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.input-required {
    color: red;
}

/*--header--*/
.main-header {
    background: #f1f5fe;
}

/*.main-menu.menu-dark .brand-text, .main-menu.menu-dark .toggle-icon {*/
/*    color: #1f2229;*/
/*}*/

/*.main-menu .navbar-logo-img.expanded .navbar-brand .brand-logo*/
/*{*/
/*    content:url("https://plot.vhostevents.com/assets/img/logo.jpg");*/
/*}*/

/*.main-menu .navbar-logo-img .navbar-brand .brand-logo*/
/*{*/
/*    content:url("https://plot.vhostevents.com/assets/img/logo_emblum.jpg");*/
/*}*/

/*.main-menu .navbar-nav .navbar-brand .brand-logo*/
/*{*/
/*    width:35px;*/
/*}*/

.main-menu .navbar-logo-img .navbar-brand .brand-logo {
    width: 200px;
}

.main-header .navbar-light .navbar-toggler {
    border-color: rgba(0, 0, 0, 0.1);
    border: 0;
    padding: 0;
    color: rgb(33 68 126);
}

.main-header .navbar-brand {
    max-width: 70%;
    width: 491px;
    margin-right: 0;
}

.main-header .navbar-brand img {
    width: 100%;
}

.main-header .navbar-nav li {
    margin-right: 16px;
}

.main-header .navbar-nav li:last-child {
    margin-right: 0px;
}

.main-header .navbar-nav li a {
    background-color: var(--main-color);
    color: white;
    border-radius: 5px;
    padding: 8.75px 25px;
    font-size: 17px;
    min-width: 106px;
    display: block;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.5s;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 34%);
}

.blue-btn:hover {
    box-shadow: 0px 4px 6px rgb(42 80 149 / 70%) !important;
}

.yellow-btn {
    background-color: #fcae32 !important;
    cursor: pointer !important;
}

.yellow-btn:hover {
    box-shadow: 0px 4px 6px rgb(252 174 50 / 70%) !important;
}

.green-btn {
    background-color: #22854f !important;
}

.green-btn:hover {
    box-shadow: 0px 4px 6px rgb(34 133 79 / 70%) !important;
}

/*--header-close-*/
.regist span {
    color: var(--main-color2);
    font-family: var(--font-secondary);
    font-weight: 700;
}

.registration {
    background-image: url(../img/home-bg.jpg);
    background-size: cover;
    padding: 30px 0px;
    background-position: center;
}

.img-icon {
    position: relative;
}

.icon-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-section:hover .img-icon img {
    filter: invert(85%) sepia(1%) saturate(6233%) hue-rotate(337deg) brightness(100%) contrast(101%);
}

.icon-section:hover .img-icon .icon-logo img {
    filter: brightness(0) invert(1) !important;
}

.footer-text p {
    padding: 20px 0px 0px 0px;
    font-size: 18px;
    margin: 0px;
}

.footer-text p b {
    font-weight: 500;
}

.main-footer {
    background-color: #091835;
    padding: 56px 0;
    margin-top: auto;
}

.regist {
    position: relative;
}

.regist-line {
    padding: 0px 0px 23px 0px;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
}

.regist-line:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 87px;
    height: 3px;
    bottom: 0;
    background-color: #ffba33;
    display: flex;
    justify-content: center;
    margin: auto;
}

/* .icon-section {
    min-height: 208px;
    border-radius: 10px;
    width: 100%;
    text-decoration: none;
    color: black;
    box-shadow: 5px 0px 15px rgb(26 23 27 / 20%);
    margin: 7.5px 0px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
} */

.icon-section {
    min-height: 230px;
    border-radius: 10px;
    width: 100%;
    text-decoration: none;
    color: black;
    box-shadow: 5px 0px 15px rgb(26 23 27 / 20%);
    margin: 7.5px 0px;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.icon-section:hover {
    color: black;
    text-decoration: none;
}

.main-header .container,
.main-footer .container {
    max-width: 1530px;
    width: 94%;
}

.container {
    max-width: 1400px;
    width: 80%;
}

.application-forms-list {
    padding: 0;
    list-style: none;
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    width: 100%;
}

.application-forms-list li:not(:last-child) {
    border-bottom: 1px dashed #CEE1F8;
}

.application-forms-list li a {
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
}

.application-forms-list li i {
    width: 30px;
    height: 30px;
    line-height: 14px;
    float: left;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    text-align: center;
    background: var(--secondary-color);
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}

.application-forms-list li:hover {
    padding-left: 10px;
    padding-right: 0;
    background: #faa73217;
}

.application-forms-list * {
    transition: all 0.5s;
}

.application-forms-list li {
    padding-right: 10px;
}

.card-title h4 {
    font-size: 35px;
    position: relative;
    padding-bottom: 20px;
}

.card-title h4:before {
    width: 90px;
    background-color: #febb34;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    height: 3px;
    left: 0;
    margin: auto;
    top: auto;
}

.card-title h4 b,
.card-title h4 span {
    color: var(--main-color2);
    font-family: var(--font-secondary);
}

.submit-application-grid {
    border: 1px solid #c5c5c5;
    border-radius: 15px;
    padding: 50px 50px 0px 50px;
}

.detailed h5 {
    font-size: 25px;
    font-family: var(--font-secondary);
}

.policy-sub-title h4 {
    color: var(--main-color2);
    font-family: sfprodisplay-bold;
    font-size: 26px;
    padding-bottom: 15px;
    margin-bottom: 32px;
    position: relative;
}

.policy-sub-title h4:before {
    content: "";
    width: 90px;
    background-color: #febb34;
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    height: 3px;
    left: 0;
    margin: 0;
}

/*** Form ******/

/* .application-form button.btn.reset-btn {
    border: 1px solid var(--main-color2);
    padding: 6px 30px;
    color: var(--main-color2);
    font-size: 12.69px;
    font-weight: bold;
} */

.application-form button.btn.reset-btn {
    border: 2px solid var(--main-color2);
    padding: 10px 30px;
    color: var(--main-color2);
    font-size: 14px;
    font-weight: bold;
    width: 60%;
}

/* .application-form .btn-proceed {
    border: 2px solid transparent;
    padding: 10px 20px;
    color: white;
    background-color: var(--secondary-color);
    border-radius: 6px;
} */

.application-form .btn-proceed {
    border: 2px solid transparent;
    padding: 10px 20px;
    color: white;
    background-color: var(--secondary-color);
    border-radius: 6px;
    width: 60%;
    font-size: 14px;
}

.application-form .btn-proceed:hover {
    border: 2px solid var(--secondary-color);
    color: var(--secondary-color);
    background-color: white;
}

.application-form .form-text-app label {
    font-size: 22px;
}

.application-form .form-text-app {
    display: flex;
    align-items: center;
    font-family: var(--font-secondary);
    font-size: 20px;
}

.application-form .form-text-app label input {
    font-size: 20px;
}

.application-form .card-body {
    background-color: #f1f5fe;
}

.application-form .form-control {
    border: 0px !important;
    height: calc(2.3em + 0.75rem + 3px);
    box-shadow: none;
    padding: 15px;
    font-size: 18px;
}

.otp-form .form-control {
    background: white;
    box-shadow: 0px 0px 5px 2px grey;
}

.application-form textarea.form-control {
    height: 111px;
}

/*.form-control, select {
background-image: url(img/icons.png);
background-repeat: no-repeat;
background-position: 263px center;
appearance: none;
font-size: 18px;

}*/

.form-step-grid {
    border: 1px solid #dadada;
    padding: 40px 5vw;
}

.form-text-app {
    color: #1b1b1b;
    font-weight: 500;
}

.application-form label {
    color: #1b1b1b;
    font-weight: 500;
    font-family: var(--font-secondary);
    font-size: 18px;
}

.ploat-built-up .form-control {
    background: #f1f5fe;
    font-size: 17px;
}

.form-step-main {
    background: url(../img/bg-layer.png);
    background-repeat: no-repeat;
    background-size: 14%;
    background-position: 0% 370px;
}

.input-sub-text .form-control {
    padding-right: 70px;
}

.input-sub-text span {
    color: #888888;
    font-size: 13px;
    position: absolute;
    top: 16px;
    right: 24px;
}

.application-form .btn.form-control {
    text-align: left;
    background: var(--main-color);
    color: var(--white);
}

.application-form .form-control[type=file]::-ms-browse {
    border: 2px solid var(--main-color2);
    width: 130px;
    height: calc(1.8em + 0.65rem + 2px);
    border-radius: .5em;
    background-color: var(--main-color2);
    color: var(--white);
    margin-right: 15px
}

.application-form .form-control[type=file]::-webkit-file-upload-button {
    border: 2px solid var(--main-color2);
    width: 130px;
    height: calc(1.8em + 0.65rem + 2px);
    border-radius: .5em;
    background-color: var(--main-color2);
    color: var(--white);
    margin-right: 15px
}

.application-form .form-control[type=file]::file-selector-button {
    border: 2px solid var(--main-color2);
    width: 130px;
    height: calc(1.8em + 0.65rem + 2px);
    border-radius: .5em;
    background-color: var(--main-color2);
    color: var(--white);
    margin-right: 15px
}

.application-form .form-control[type="file"] {
    padding: 0;
    height: auto;
    font-size: 18px;
    font-family: var(--font-secondary);
    max-width: 100%;
}

.application-form .form-check-input {
    float: left;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    border: 2px solid red;
    background-color: transparent;
    border-color: var(--main-color2);
    position: relative !important;
    margin: 0 16px 0 0;
    min-width: 30px;
}

.application-form .form-check-input:checked {}

.application-form .form-check-input:after {
    content: "";
    background: var(--main-color2);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-radius: 50px;
    transform: scale(0);
    transition: all 0.5s;
}

.application-form .form-check-input:checked:after {
    transform: scale(0.6);
}

.form-btn-bottom .btn {
    width: 225px;
    height: 75px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
}

.draft-btn {
    border: 2px solid var(--main-color2);
    color: var(--main-color2);
    transition: all 0.5s;
}

.draft-btn:hover {
    background: var(--main-color2);
    color: var(--white);
}

/*---details---*/

.application-form .plotdetails table tbody tr:nth-child(odd) {
    background-color: #e5edff;
}

.application-form .plotdetails table tbody tr:nth-child(even) {
    background-color: #f1f5fe;
}

.application-form .plotdetails table {
    border: 0;
    margin-bottom: 0;
}

.application-form .plotdetails {
    border: 1px solid #d5e1fd;
    margin-top: 20px;
}

.application-form .plotdetails h3 {
    background-color: #cbdbfe;
    margin: 0;
    padding: 16px 20px;
    font-size: 20px;
    font-weight: 600;
}

.application-form .plotdetails h2 button {
    background-color: #cbdbfe;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.application-form .plotdetails table tr td,
.application-form .plotdetails table tr th {
    padding: 14px 28px;
    border: 0;
    font-size: 16px;
}

.application-form .plotdetails table tr td a {
    text-decoration: underline;
    color: #091835;
    font-weight: 600;
}


.application-form .plotdetails table .table-heading td {
    font-weight: 600;
}

.application-form .form-details h4 {
    margin: 10px 0;
}

.application-form .form-details h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
}

.application-form .form-details h5 span,
.application-form .form-details h4 span.address {
    font-size: 16px;
    font-weight: 500;
    margin-left: 10px;
}

/*---details-close---*/

.modal-content {
    background-color: #f1f5ff;
    border-radius: 15px;
    position: relative;
}

.modal-dialog {
    max-width: 750px;
}

label.circle {
    margin: 5px 0px 0px 40px;
}

.modal-card {
    padding: 60px 50px 60px 100px;
    display: flex;
    align-items: center;
}

.circle input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.circle h3 {
    font-size: 35px;
}

.checkmark {
    position: absolute;
    top: 15px;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #f1f5ff;
    border-radius: 50%;
    border: 2px solid #2a5095;
}

.circle input:checked~.checkmark {
    border: 2px solid #2a5095;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.circle input:checked~.checkmark:after {
    display: block;
}

.circle .checkmark:after {
    top: 6px;
    left: 6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2a5095;
}

button.close {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center !important;
    font-size: 30px;
    display: flex;
    align-items: end;
    justify-content: center;
}

@media only screen and (min-width: 768px) {

    .application-form .col-md-auto.form-text-app {
        width: 20.9%;
    }

}

@media only screen and (max-width: 991px) {
    .main-header .navbar-nav li {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .main-header .navbar-nav li a {
        font-size: 14px;
    }

    .regist-line {
        padding: 0px 0px 13px 0px;
        font-size: 24px;
    }

    .main-header .container,
    .main-footer .container,
    .container {
        width: 100%;
    }

    .application-forms-list li a {
        padding: 15px 20px;
    }

    .card-title h4 {
        font-size: 32px;
    }

    .application-form .form-text-app label {
        font-size: 18px;
    }

    .application-form .plotdetails table {
        width: 700px;
    }

    .application-form .form-details h5 span {
        float: right;
    }

}

@media only screen and (max-width: 767px) {
    .main-footer h4 {
        font-size: 20px;
    }

    .footer-text p {
        font-size: 16px;
    }

    .main-footer {
        padding: 40px 0;
    }

    .img-icon img {
        max-width: 70px;
    }

    .icon-logo img {
        max-width: 30px;
    }

    .main-header .navbar-brand {
        max-width: 100%;
        width: calc(100% - 40px);
    }

    .registration {
        text-align: center;
    }

    .icon-section {
        min-height: auto;
        display: inline-block;
        max-width: 250px;
        float: none;
    }

    .icon-section h5 {
        font-size: 16px;
    }

    .card-title h4 {
        font-size: 30px;
    }

    .application-form .reset-btn-text {
        justify-content: center !important;
    }

    /* .application-form .proced-btn-text {
        text-align: center !important;
        padding: 20px 0px;
    } */


    .application-form .proced-btn-text {
        text-align: center !important;
        padding: 0 20px;
        margin-top: 20px;
    }

    .application-form .card-title h4 {
        font-size: 25px;
        position: relative;
    }

    .application-form .plotdetails table {
        width: 600px;
    }

    /* .application-form .form-details h5 {
        font-size: 16px;
            margin: 0;
    margin-bottom: 10px;
    } */

    .application-form .form-details h5 {
        font-size: 14px;
        margin: 0;
        margin-bottom: 10px;
    }

    /* .application-form .form-details h5 span {
        font-size: 16px;
    } */

    .application-form .form-details h5 span {
        font-size: 12px;
    }

    .policy-sub-title h4 {
        font-size: 22px;
        margin-bottom: 22px;
    }

    .circle h3 {
        font-size: 22px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .circle h3 {
        font-size: 20px;
        padding: 10px 0px 0px 0px;
    }

    .modal-header {
        padding: 20px 70px !important;
    }

    .modal-card {
        padding: 0px 0px 20px 0px;
    }
}

/*Add Colony Model Css*/

.addcolonymodal .modal-dialog {
    max-width: 450px;
}

.addcolonymodal {
    background: #000000b5;
}

.addcolonymodal h5.modal-title {
    color: var(--main-color2);
    font-family: var(--font-secondary);
    font-size: 28px;
}

.addcolonymodal .modal-body {
    padding: 30px;
}

.addcolonymodal .modal-card {
    padding: 0;
}

.addcolonymodal .modal-header {
    padding: 16px 30px;
}

.addcolonymodal .modal-card .form-group-input {
    display: flex;
    justify-content: space-between;
}

.addcolonymodal .modal-card .form-group-input label {
    width: 20%;
    font-size: 20px;
}

.addcolonymodal .modal-card .form-group-input input,
.addcolonymodal .modal-card .form-group-input #district_name {
    width: 70%;
}

.addcolonymodal .modal-card .form-actions button {
    padding: 8px 16px;
    background-color: #febb34;
    color: white;
    text-transform: uppercase;
    border: 1px solid #febb34;
}

.addcolonymodal .modal-header button.close i {
    font-family: "Font Awesome 6 Free" !important;

    font-size: 18px;
}

.addcolonymodal .modal-header button.close {
    padding: 0;
    margin: 0;
    align-items: center !important;
}


/*27 July 2022*/
/*Css for Checklist Dashboard tables */
.custom-file label::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f093" !Important;
    padding: 10px;
    border-left: 0;
    background: transparent;
}

.custom-file {
    width: 50%;

}

.dashboard-admin i {
    font-size: 80px;
}

.plotdetails table td {
    vertical-align: top;
}

.plotdetails table td.frontroadcheck {
    vertical-align: bottom;
}

/*Mobile respnsive table css*/
/*July 28 2022*/

.application-form .card a {
    color: var(--main-color);
}


@media (max-width:576px) {

    .content-body table th,
    .content-body table td {
        padding: 16px 14px !important;
    }

    .table-plots,
    .table-report-built,
    .table-report-grand {
        width: 400px !important;
    }

    .table-checklistje {
        width: 1000px !important;
    }

    .table-checklistclerk {
        width: 1000px;
    }

    .table-checklistclerk th.srn {
        width: 100px;
    }

    .table-checklistclerk th.action {
        width: 200px !important;
    }

    .table-checklistclerk th.remarks {
        width: 150px !important;
    }

    .table-checklist-vacant {
        width: 800px !important;
    }


    /*Application table and others 24 August 2022*/
    .form-app-manage .application-form .form-details {
        padding: 0;
    }
}


/*Dashboard design responsive 28 July 2022*/
@media only screen and (min-width:992px) and (max-width:1300px) {

    /* .dashboard-admin {
        padding: 10px !important;
        height: 16rem;
    } */
    .dashboard-admin {
        padding: 0;
        height: 15rem;
    }


    .dashboard-admin .card-title {
        font-size: 14px;
    }

    .dashboard-admin i {
        font-size: 50px;
    }

    .dashboard-admin h6 {
        font-size: 15px !important;
        margin-top: 10px !important;
    }

    .dashboard-admin .dashboard-block-icon {
        display: block !important;
    }

    .dashboard-admin .dashboard-block-icon div,
    .dashboard-admin .dashboard-block-icon span {
        width: 100% !important;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99;
}

/*01 August 2022*/
@media only screen and (max-width:576px) {
    .application-form .form-check-input {
        width: 20px;
        height: 20px;
        min-width: 20px;
    }

    .application-form .form-control[type="file"] {
        font-size: 14px;
    }

    .application-form .form-btn-bottom .btn {
        width: 100%;
        height: 50px;
        font-size: 16px;
    }
}


/*04 August 2022*/
.pubrules {
    display: flex;
    align-items: center;
    position: relative;
}

.pubrules span {
    position: absolute;
    right: 10px;
    background-color: white;
}


.btn-prc {
    margin-left: 16px;
}

/*09 August 2022*/
.add_more_covered_area,
.add_more_covered_area:hover,
.add_more_covered_area:not(:disabled):not(.disabled):active,
.add_more_covered_area:focus {
    background: #182c60;
    border: 1px solid #182c60;
    border-radius: 8px;
    padding: 4px 30px;
    font-size: 18px;
    font-family: var(--font-secondary);
    height: 100%;
    box-shadow: none !important;
}

.bttn-icon i.fas {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
}

/* .fa-solid, .fas {
    font-family: "Font Awesome 6 Free" !IMPORTANT;
    font-weight: 900;
} */

/*Css for all models 10 August 2022*/

.modal-header {
    align-items: center !important;
}

#adcreportdata #raise_objection_to,
#adcreportdata #raise_objection_to_application,
#adcreportdata #generate_certificate,
#assign_application {
    padding-right: 0;
}

#adcreportdata #raise_objection_to .modal-dialog,
#adcreportdata #raise_objection_to_application .modal-dialog,
#adcreportdata #generate_certificate .modal-dialog,
#assign_application .modal-dialog {
    max-width: 490px;
}

#adcreportdata #raise_objection_to .modal-card,
#adcreportdata #raise_objection_to_application .modal-card,
#adcreportdata #generate_certificate .modal-card,
#assign_application .modal-card {
    padding: 0;
}

#adcreportdata #raise_objection_to .modal-body,
#adcreportdata #raise_objection_to_application .modal-body,
#adcreportdata #generate_certificate .modal-body,
#assign_application .modal-body {
    padding: 30px;
}

.modelclose {
    padding: 0 !important;
    margin: 0 !important;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
    align-items: center !important;
}

#adcreportdata #raise_objection_to_application .modal-header,
#adcreportdata #generate_certificate .modal-header {
    justify-content: end !important;
}

.modelclose i {
    font-size: 18px;
}

.aca-bottom-btn {
    padding: 0 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.alert.alert-success button.close {
    position: static !important;
    right: 0 !important;
    top: 0 !important;
    border: 2px solid white !important;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center !important;
    font-size: 18px;
    display: flex;
    align-items: end;
    justify-content: center;
    line-height: 1 !important;
    color: white !important;
}

.alert.alert-success button.close:focus {

    outline: none !important;
}



/*24 August 2022 css changes for tables, fonts and icons */

.details_recommend {
    font-size: 16px;
    color: white;
    margin: 0;
    padding: 10px 20px;
}

.accordion-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.details_icons {
    text-align: end;
}

.details_icons i {
    font-size: 20px;
}

.details_icons i.icon-no {
    color: #ff5050;
}

.details_icons i.icon-yes {
    color: #00d300;
}

.manage-application-table .form-group label {
    font-size: 18px;
}

.manage-application-table #application_form_wrapper table th,
.manage-application-table #application_form_wrapper table td {
    font-size: 18px;
}

.manage-application-table #application_form_wrapper table th[aria-label="Action"] {
    width: 140px !important;
}


.manage-application-table #application_form_wrapper table td span.dropdown-menu {
    text-align: center;
}


/*24 August 2022 Payment page*/
.payment-block {
    width: 50%;
    background-color: white;
    border-radius: 16px;
    margin: auto;
    box-shadow: 0 6px 7px 2px #f1f5fe;
}

.payment-card-top {
    padding: 20px;
    text-align: center;
    padding-top: 0;

}

.payment-card-top i {
    font-size: 80px;
    color: #fcae32;
}

.payment-card-body {
    padding: 20px 30px;
    text-align: center;
}

.payment-card-body h3 {
    color: #fcae32;
    margin: 0;
    margin-bottom: 10px;
}

.payment-card-body h5 {
    color: #091835;
    margin: 0;
    font-size: 24px;
}

/*25 August 2022 css for logo menu*/


/* .app-content .footer
{
    margin-left:0 !important;
    position:static !important;
} */

.app-content .footer {
    margin-left: 0 !important;
    position: fixed !important;
    bottom: 0 !important;
}

.applications_table .table thead tr th.sorting,
.applications_table .form-group label,
.application-payment .table thead tr th.sorting,
.user-list .table tr th,
.user-list .form-group label {
    font-size: 17px;
}

.customer-list tbody tr td,
.district-list tbody tr td,
.tehsil-list tbody tr td,
.colony-list tbody tr td {
    font-size: 16px;
}

.applications_table select,
.user-list select {
    font-size: 15px;
}

/*26 August 2022 Css*/
.address {
    word-break: break-all;
    margin-left: 0 !important;
}

.btn-rc {
    background: #091835;
    border: 2px solid #091835;
    border-radius: 4px;
}

.btn-rc:hover {
    border: 2px solid #091835;
    color: #091835;
}

.reports-icon {
    color: #e5edff;
}

.dashboard-admin .card-header {
    background-color: #e5edff;
}

/*table css for je 26 August*/
.table-reportje tr td,
.table-reportje tr th,
.table-jebuiltup tr td,
.table-jebuiltup tr th {
    padding: 10px 16px;
}

.table-reportje tr th,
.table-jebuiltup tr th {
    background-color: #e5edff;
}

.table-reportje,
.table-jebuiltup {
    width: 100%;
}

.table-reportje tbody tr:nth-child(odd),
.table-jebuiltup tbody tr:nth-child(odd) {
    background-color: #f8faff;
}

body {
    overflow-x: hidden;
}

form {
    margin-top: 10px;
}

@media only screen and (max-width:576px) {
    .application-form:not(.otp-form) {
        padding: 0 !important;
        padding-top: 60px !important;
    }

    .card-body .application-form {
        padding-top: 0 !important;
    }

    .card-body h3 {
        margin-bottom: 0 !important;
    }

    .application-form .plotdetails table tr td,
    .application-form .plotdetails table tr th {
        padding: 14px 12px;
    }

    .application-form .plotdetails h3 {
        font-size: 16px;
        margin-bottom: 30px !important;
    }

    .application-form .card-header button {
        font-size: 10px;
        margin: 0 !important;
    }

    .card-header i {
        font-size: 16px !important;
    }

    .plotdetails table .w-50 {
        width: 70% !important;
    }

    #application_table_wrapper,
    #application_table_wrapper #application_table_filter,
    #application_table_wrapper .dataTables_length {
        text-align: start;
        padding: 0;
    }
}

@media only screen and (min-width:992px) and (max-width:1300px) {
    .dashboard-admin .card-content .d-flex {
        flex-direction: column;
    }

    .dashboard-admin .card-content .w-50 {
        width: 100% !important;
    }

    .dashboard-admin .p-3 {
        padding: 20px !important;
    }

    .container {
        width: 100%;
    }

    .application-form .card-body.form-details {
        padding: 0 !important;
    }
}


@media only screen and (min-width:991px) and (max-width:1500px) {
    .applications_table .card-body .row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }

    .applications_table .card-body .row>div {
        max-width: 100%;
    }
}


@media only screen and (min-width:768px) and (max-width:991px) {
    .application-form button.btn.reset-btn {
        width: 64%;
    }

    .application-form .btn-proceed {
        width: 64%;
    }
}

@media only screen and (max-width:576px) {
    .application-form button.btn.reset-btn {
        width: 70%;
    }

    .application-form .btn-proceed {
        width: 70%;
    }

}

/*Result prc data*/
.result_prc{
    width: 100%;
}

@media only screen and (max-width:576px){
    .result_prc_pdf{
        margin-bottom: 80px;
    }
}

.no_result_prc{
    padding: 20px 0;
}

/*header bug css*/
.user_name{
    white-space: normal;
    width:100%;
    line-height:1.2;
}

.application_confrimation{
    width:190px;
}

.alert_custom{
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.alert_custom button{
    color: #fff;
    background: transparent !important;
    border-radius: 100px;
    border: 1px solid #fff;
    height: 20px;
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

span.input_reuires.input-required {
    position: absolute;
    bottom: -22px;
}

.form_group{
    margin-bottom:24px;
}

.password_validate_btn,
.resend_otp_btn{
    text-align:center;
}

.password_validate_btn button,
.resend_otp_btn button{
    width:70%;
}

.dropdown-menu a{
    padding:10px !important;
}

.demand_notice{
    margin:0 !important;
}
/*

 */
 .site-images{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
 }

/*css for rc reoprt btn in application page*/
.application-rc-btn{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}