@font-face {
    font-family: 'RobotoSlab-Black';
    src: url("../font/RobotoSlab-Black.ttf") format("opentype");
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    background-color: #fff;
}

h1 {
    font-weight: bold;
    font-size: 24px;
    color: #000;
}

h2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

p {
    font-size: 13px;
}

.btn:focus {
    box-shadow: none !important;
}

.container {
    max-width: 1320px;
}

.logo {
    line-height: 50px;
    position: fixed;
    float: left;
    margin: 16px 46px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 2px;
}

.right-banner {
    background-image: url(../img/right-banner.png);
    background-size: 100% 100%;
    height: 92vh;
    width: 100%;
}

.custom-control-label::before,
.custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
}

.wb-all-center {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    width: 100%;
}

.wb-all-center p {
    color: #7e7e7e;
}

.wb-all-center form {
    width: 100%;
    padding-left: 20%;
    padding-right: 15%;
}

.wb-all-center .main-content {
    width: 100%;
    padding-left: 20%;
    padding-right: 3%;
}

.right-banner .main-content {
    width: 100%;
    padding-right: 20%;
    padding-left: 3%;
}

.topnav .navbar-nav .nav-link {
    padding: 1rem .8rem;
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    text-align: center;
    border-right: 1px solid #3e6af1 !important;
}

.topnav .navbar-nav .nav-link:hover {
    background-color: #2148cf !important;
    transition: all 0.3s;
}

.topnav {
    background-color: #456efe !important;
    margin-top: 8px;
}

.dropdown-menu.show {
    background-color: #1335ab;
    border-radius: 0 0 4px 4px;
    padding: 0;
    margin-top: 0px !important;
    border: none;
    width: 100%;
}

.dropdown-menu.show .dropdown-item {
    color: #fff;
    padding: .7rem 1.5rem;
    border-bottom: 1px solid #4d6dd9 !important;
}

.dropdown-menu.show .dropdown-item:hover {
    color: #2148cf;
    transition: all 0.3s;
    border-radius: 0 0 4px 4px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
    background-color: #2148cf !important;
}

.topnav .navbar-nav .nav-item:first-of-type .nav-link {
    padding-left: .8rem !important;
}


/* =====================
Top nav
===================== */

.topnav .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #2148cf;
    border: none;
}

.topnav .nav-tabs.nav-bordered li a {
    font-weight: 500;
    color: #fff;
    font-size: 11px;
    padding: 1rem .1rem;
    border-right: 1px solid #3865e4;
    text-transform: uppercase;
}

.topnav .nav-tabs.nav-bordered li a:hover {
    background-color: #2148cf;
    color: #fff;
    transition: all 0.3s;
    border-radius: 0 0 4px 4px;
}

.topnav .nav-tabs.nav-bordered li a:last-child {
    border-radius: 0 0 4px 4px;
}

.tn-ico {
    width: 20px;
    padding-bottom: 10px;
}

.topnav .dropdown-menu {
    padding: 0;
    border: none;
}

.topnav .dropdown-item {
    font-size: 13px;
    text-transform: uppercase;
    background-color: #2148cf;
    color: #fff;
    padding: 15px 20px;
}

.topnav .dropdown-item:hover {
    background-color: #fff;
    color: #2148cf;
    transition: all 0.3s;
}

.topna:hover a {
    background-color: #2148cf;
    color: #fff;
}

.topnav .dropdown-menu a {
    padding: 1rem .6rem !important;
    border-bottom: 1px solid #4d6dd9 !important;
}

.topnav .dropdown-menu a:hover {
    background-color: #fff !important;
    color: #2148cf !important;
    transition: all 0.3s;
    border-right: none !important;
}

.topnav .dropdown:hover a {
    background-color: #2148cf;
}

.land-details-tab .nav-link.active {
    background-color: transparent !important;
}


/* ==============================
Login form  
=================================*/

.group {
    position: relative;
    margin-bottom: 27px;
}

.group input {
    font-size: 15px;
    padding: 10px 10px 0px 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #999999;
    background: none;
    color: #666;
}

.group input:focus {
    outline: none;
}


/* Label */

.group p {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group label {
    color: red;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
}

.group h5 {
    color: #676767 !important;
    font-size: 12px;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 20px;
}

.group .toggle-password {
    position: absolute;
    right: 0;
    top: 0;
}


/* active */

.group input:focus~p,
.group input.used~p {
    top: -20px;
    font-size: 13px;
    color: #000;
}


/* Underline */


/* .bar {
	position: relative;
	display: block;
	width: 100%;
}

.bar:before, .bar:after {
	content: '';
	height: 1px; 
	width: 0;
	bottom: 1px; 
	position: absolute;
	background: #989898; 
	transition: all 0.2s ease;
}

.bar:before { left: 50%; }

.bar:after { right: 50%; }

.group input:focus ~ .bar:before, input:focus ~ .bar:after { width: 50%; }

.highlight {
	position: absolute;
	height: 60%; 
	width: 100px; 
	top: 25%; 
	left: 0;
	pointer-events: none;
	opacity: 0.5;
}

.group input:focus ~ .highlight {
	animation: inputHighlighter 0.3s ease;
} */

.remember {
    font-size: 13px !important;
    font-weight: 500 !important;
    padding-top: 3px;
    color: #000;
    text-transform: uppercase;
}


/* BOTTOM BARS ================================= */

.tab-act .nav-link.active {
    background-color: transparent !important;
}

.btn-success {
    background-color: #2148cf !important;
    color: #fff !important;
    border: none !important;
    border-radius: 4px;
    font-size: 13px;
    padding: 13px 35px !important;
    box-shadow: none !important;
    text-transform: capitalize !important;
}

.btn-success:hover {
    background-color: #000 !important;
    transition: all 0.3s;
}

.btn-default {
    background-color: #2148cf !important;
    color: #fff !important;
    border: none !important;
    font-size: 13px;
    padding: 13px 30px;
}

.btn-default:hover {
    background-color: #999999 !important;
    transition: all 0.3s;
}

.btn-secondary {
    background-color: #fff !important;
    color: #2148cf !important;
    font-size: 13px;
    padding: 13px 25px !important;
    border: none;
    border-radius: 4px;
}

.btn-warning {
    background-color: #999999 !important;
    color: #fff !important;
    border-color: #999;
    font-size: 13px;
    padding: 12px 25px !important;
    border-radius: 4px;
    transition: all 0.3s ease-in;
    box-shadow: none;
}

.btn-warning:hover {
    background-color: #000 !important;
    border-color: #000;
    color: #fff !important;
}

.btn-profile {
    background-color: #2148cf;
    color: #fff !important;
    font-size: 13px;
    padding: 13px 35px !important;
    border-radius: 4px;
}

.btn-profile:hover {
    background-color: #000;
}

.btn-danger {
    background-color: #2148cf !important;
    border-color: #2148cf !important;
    font-size: 13px;
    padding: .6rem 1.5rem !important;
    box-shadow: none !important;
}

.btn-outline-secondary {
    background-color: #fff !important;
}

.btn-primary {
    background-color: #2148cf !important;
    border-color: #2148cf !important;
    font-size: 13px;
    padding: .8rem 0.9rem !important;
    text-transform: capitalize !important;
}

.btn-active {
    background-color: #45b982 !important;
    color: #fff !important;
    padding: 5px 20px;
    width: 100px;
}

.btn-inactive {
    background-color: #fb3942 !important;
    color: #fff !important;
    padding: 5px 20px;
    width: 100px;
}

.btn-register {
    background-color: #000 !important;
    border-color: #000 !important;
}

.btn-register:hover {
    background-color: #2148cf !important;
    border-color: #2148cf !important;
}

.dropdown-toggle {
    padding: 8px 25px !important;
}

.notice-section {
    position: relative;
}

.noti-message {
    position: absolute;
    width: 15px;
    height: 15px;
    background-color: #ed4b45;
    border: 1px solid #fff;
    border-radius: 50%;
    right: -5px;
}

.dropdown-toggle::after {
    border-top: .6em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    vertical-align: 0em;
}

.dropdown-menu.show .dropdown-item:last-child {
    border-bottom: 0px !important;
}


/* ============================
Header
============================ */

header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin: auto;
    display: flex;
    justify-content: center;
    background-color: #f0f8ff;
}

.header-right-nav ul {
    justify-content: flex-end;
    padding: 30px 0;
}

.header-right-nav li {
    padding-left: 20px;
}

.header-right-nav li:first-child {
    padding-right: 20px;
    padding-top: 8px;
}

.header-right-nav .dropdown-item {
    font-size: 13px;
}

.header-height {
    height: 80px;
    width: 100%;
}

header .header-logo {
    padding: 10px 0;
    width: 150px;
}

header .header-logo img {
    width: 100%;
}

.error_alert {
    color: red;
}


/* .error{
	color: red;

} */


/* ============================
Welcome Screen
============================ */

.welcome-user {
    width: 30px;
    height: 30px;
    border: 1px solid #2148cf;
    border-radius: 50%;
    padding: 2px;
}

.btn-profile .welcome-user {
    border: 1px solid #fff;
}

.welcome-noti {
    width: 25px;
}

.welcome-header {
    background-color: transparent !important;
}

.welcome-screen h1 {
    letter-spacing: 0.5px;
    line-height: 35px;
}

.welcome-screen p {
    line-height: 27px;
}


/* ============================
Super Admin
============================ */

.dashboard-icon {
    height: 65px;
    width: 26%;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
}

.dashboard-icon img {
    width: 30px;
}

.color-yellow {
    background-color: #ffb238;
}

.color-lyellow {
    background-color: #f6d55c;
}

.color-green {
    background-color: #45b982;
}

.color-sky {
    background-color: #349bf6;
}

.color-blue {
    background-color: #20639b;
}

.color-brown {
    background-color: #bf6a82;
}

.color-red {
    background-color: #ed4b45;
}

.color-purple {
    background-color: #d500d8;
}

.wel-img {
    width: 65px;
}

.super-admin {
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    min-height: 150px;
}

.super-admin h3 {
    font-size: 14px;
    font-weight: 600;
}

.super-admin h4 {
    font-size: 60px;
    margin-bottom: 0;
    text-align: right;
    font-family: 'RobotoSlab-Black';
    letter-spacing: 1px;
    color: #fff;
    font-weight: 600;
}

.super-admin h5 {
    font-size: 13px;
    text-align: left;
}

.super-admin-left {
    min-height: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35%;
    float: left;
    border-radius: 4px 0 0 4px;
}

.super-admin-right {
    min-height: 170px;
    display: flex;
    align-items: center;
    background-color: #ffb238;
    align-items: center;
    width: 65%;
    float: left;
    padding: 10px 15px;
    border-radius: 0 4px 4px 0;
}

.super-admin-right div {
    width: 100%;
}

.super-admin-l-01 {
    background-color: #7a4b00;
}

.super-admin-r-01 {
    background-color: #ffb238;
}

.super-admin-t-01 {
    color: #7a4b00;
}

.sup-span-01 {
    color: #535d69;
    font-size: 30px;
}

.sup-span-02 {
    color: #8a0603;
    font-size: 30px;
}

.super-admin-l-02 {
    background-color: #00582e;
}

.super-admin-r-02 {
    background-color: #45b982;
}

.super-admin-t-02 {
    color: #00582e;
}

.super-admin-l-03 {
    background-color: #02427b;
}

.super-admin-r-03 {
    background-color: #349bf6;
}

.super-admin-t-03 {
    color: #fff;
}

.super-admin-l-04 {
    background-color: #6f7100;
}

.super-admin-r-04 {
    background-color: #c8ca34;
}

.super-admin-t-04 {
    color: #6f7100;
}

.super-admin-l-05 {
    background-color: #c06600;
}

.super-admin-r-05 {
    background-color: #febe76;
}

.super-admin-t-05 {
    color: #c06600;
}

.super-admin-l-06 {
    background-color: #1c0b95;
}

.super-admin-r-06 {
    background-color: #8270ff;
}

.super-admin-t-06 {
    color: #1c0b95;
}

.super-admin-l-07 {
    background-color: #036872;
}

.super-admin-r-07 {
    background-color: #3fcad8;
}

.super-admin-t-07 {
    color: #036872;
}

.super-admin-l-08 {
    background-color: #2b6413;
}

.super-admin-r-08 {
    background-color: #73d64a;
}

.super-admin-t-08 {
    color: #2b6413;
}

.super-admin-l-09 {
    background-color: #535d69;
}

.super-admin-r-09 {
    background-color: #a7b1bd;
}

.super-admin-t-09 {
    color: #535d69;
}

.super-admin-l-10 {
    background-color: #8a0603;
}

.super-admin-r-10 {
    background-color: #ff706d;
}

.super-admin-t-10 {
    color: #8a0603;
}

.financial-year h4 {
    font-size: 14px;
    color: #000 !important;
}

.main-area {
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin-bottom: 40px;
}

.das-rupee {
    font-size: 25px;
}


/* ============================
Land Allotment
============================ */

.top-heading {
    padding: 30px 0;
}

.search-icon {
    width: 15px;
}

.search-box {
    height: calc(2.5em + .75rem + 2px);
    font-size: 13px;
}

.land-allot {
    background-color: #fff;
    border: 1px solid #dee2e6;
    padding: 15px 15px 10px 15px;
    border-radius: 4px;
    min-height: 135px;
}

.land-allot h3 {
    color: #999;
    font-size: 15px;
    font-weight: 600;
    padding-left: 10px;
    line-height: 23px;
    width: 80%;
}

.land-allot h4 {
    font-size: 60px;
    margin-bottom: 0;
    text-align: right;
    font-family: 'RobotoSlab-Black';
    letter-spacing: 1px;
    font-weight: 600;
}

.cl-1 {
    color: #ffb238;
}

.cl-2 {
    color: #45b982;
}

.cl-3 {
    color: #349bf6;
}

.cl-4 {
    color: #bf6a82;
}

.cl-5 {
    color: #f6d55c;
}

.cl-6 {
    color: #ed4b45;
}

.download-icon {
    width: 15px;
    margin-left: 15px;
}

.land-btn-area {
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    padding: 30px 0;
    margin-top: 40px;
}

.search-plot {
    margin-top: 30px;
}

.col-form-label {
    font-size: 13px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.form-group .form-control {
    height: calc(2.5em + .75rem + 2px) !important;
    color: #000 !important;
    font-size: 13px;
}

.land-search-btn {
    padding-top: 35px;
}

.f-text {
    color: #000;
    font-size: 21px;
}

.confirm-message {
    color: #000;
    font-weight: 500;
}


/* ============================
Table
============================ */

.search-result {
    background-color: #000;
    padding: 15px 15px;
    font-size: 13px;
    color: #fff;
    border-radius: 4px 4px 0 0;
    text-transform: uppercase;
}

.land-table th {
    background-color: #eaeaea !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #666;
}

.land-table td {
    color: #000;
    font-size: 13px;
}

.land-table td a {
    text-decoration: none !important;
    text-transform: uppercase;
}

.table td,
.table th {
    padding: 0.9rem .7rem;
    font-size: 13px;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #ece6e6;
}

.table thead th {
    color: #000;
}

.promoter-edit-modal .modal-dialog {
    width: 850px;
    max-width: 100%;
}

.project-edit-modal .modal-dialog {
    width: 900px;
    max-width: 100%;
}

.flaticon-calendar:before {
    content: "\f10a";
    color: #bbbbbb;
    font-size: 17px;
}

.breadcrumb {
    border-radius: 0px;
    margin-bottom: 0px;
    font-size: 13px;
}

.breadcrumb li a {
    color: #000;
}

.breadcrumb li {
    color: #456efe !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "|";
    color: #000;
}

.breadcrumb-border {
    border-bottom: 1px solid #d4d4d4;
}


/* ============================
Modal
============================ */


/* .promoter-edit-modal {
    display: flex!important;
    align-items: center!important;
} */

.mandatory-modal {
    width: 750px !important;
}

.modal-dialog {
    width: 600px;
    max-width: 100%;
}

.modal-body h3 {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 25px;
    font-weight: 600;
    color: #000;
}

.modal-body ul {
    padding-left: 15px;
    color: #2148cf;
    list-style-type: square;
}

.modal-body ul li {
    padding-bottom: 7px;
}

.modal-body ul li a {
    text-decoration: none;
    color: #999;
    font-size: 13px;
}

.model-f-col {
    color: #000;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0px;
}

.modal-footer {
    border-top: none;
    padding-top: 0px;
}

.modal-header .close {
    border-radius: 50%;
    background-color: #2148cf;
    height: 30px;
    width: 30px;
    padding: 0;
    margin: 0;
    opacity: 1 !important;
    text-shadow: none !important;
    color: #fff !important;
}

button:focus {
    outline: none !important;
}


/* ============================
New Establishment
============================ */

#basicwizard {
    border: 1px solid #dee2e6;
    margin-bottom: 40px;
}

.wizard {
    background-color: #000;
}

.wizard li a {
    padding: .8rem 1rem;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none !important;
}

.wizard .nav-link.active,
.wizard .show>.nav-link {
    color: #000;
    background-color: #fff;
}

.card .header-title {
    color: #000;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.card label {
    font-weight: 500;
}

.card {
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
}

.edit-icon {
    background-color: #999;
    padding: 5px 10px 10px 10px;
    border-radius: 4px;
}

.edit-icon:hover {
    background-color: #2148cf;
    transition: all 0.3s;
}

.edit {
    width: 15px;
}

.doc-icon {
    width: 17px;
}

.project-tab li a {
    font-size: 13px;
    text-transform: uppercase;
}

.nav-tabs.nav-bordered li a.active {
    border-bottom: 2px solid #2248cf !important;
}

.nav-tabs.nav-bordered li a.active span {
    color: #2248cf;
}

.input-group-addon {
    right: 0;
    padding: 7px 10px;
    z-index: 1;
    border: 1px solid #dee2e6;
    border-left: none;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
}

.form-control {
    height: calc(2.8rem + 2px);
}

.date input {
    border-right: none !important;
}

.t-h-def {
    padding-top: 50px !important;
}

.col-fade {
    color: #999;
}


/* ============================
Datatable 
============================ */

table tr th {
    text-transform: uppercase;
}

table tr td {
    background-color: #fff;
}

.dataTables_filter {
    display: none;
}

.page-item.active .page-link {
    background-color: #2148cf;
    border-color: #2148cf;
}

.pagination-rounded .page-link {
    border-radius: 5px!important;
}

.page-link {
    padding: .5rem 1rem;
}

.dataTables_info {
    font-weight: 500 !important;
    font-size: 13px;
}

table .good {
    color: green;
    font-weight: 600;
}

table .bad {
    color: red;
    font-weight: 600;
}

table .average {
    color: orange;
    font-weight: 600;
}


/* ============================
Footer
============================ */

footer {
    height: 8vh;
    width: 100%;
    background-color: #0001;
    display: flex;
    align-items: center;
}

footer p {
    margin-bottom: 0;
    color: #989898;
    font-weight: 500;
    font-size: 11px;
}

.web-col {
    color: #2148cf;
    text-decoration: none !important;
    text-transform: uppercase;
}

.forgot-pass {
    text-align: right;
}

.forgot-pass a {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 14px;
}

.forgot-pass a:hover {
    color: #2148cf !important;
    transition: all 0.3s;
}

.male-female {
    width: 72%;
    float: right;
}

.male-female h2 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.male-female-content {
    min-height: 169px;
}

.male-female h2.color-one {
    color: #2349c9;
}

.male-female h2.color-two {
    color: #d500d8;
}

.unavailable {
    color: #d0d0d0;
}

.refresh-img {
    width: 55px;
    height: 30px;
    margin-left: 74px;
    cursor: pointer;
    /* margin-top: 9px; */
}

.landing-bg {
    background-image: url(../img/landing-bg.jpg);
    background-size: 100%;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 30px;
    background-position: left center;
    background-repeat: no-repeat;
}

.landing-bg .btn-success {
    background-color: #000 !important;
}

#adminloginform .col-md-3.text-lg-right img {
    width: 100%
}

.landing-bg .btn-success:hover {
    background-color: #2349c9 !important;
}

.login-register li:first-child {
    padding-right: 0px;
    padding-top: 0px;
}


/* =========================
Custome choose file
========================= */

.custom-file label {
    height: 45px;
    line-height: 28px;
}

.custom-file-label::after {
    background-color: #000;
    padding: 22px;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "" !important;
    background-image: url(../img/upload-icon.png);
    background-size: 100% 100%;
}

.project-tab li a {
    color: #000;
}


/*=================================*/


/* Development css */


/*=================================*/

.error {
    font-size: 11px;
    color: red;
}


/*======= new-css ======== */

body {
    background-color: #fff !important;
}

footer {
    background-color: #0001;
}

#hmsrch tr td a {
    font-weight: bold;
}

.home-content {
    background: aliceblue;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 1px 2px 3px #0003;
    border: 1px solid #0002;
}

.header-right-nav ul li a {
    text-decoration: none;
}

.third-party-verify {
    min-height: 100vh;
}

.btn-profile {
    text-decoration: none !important;
}

.search-plot select option {
    color: #000;
}

.group input {
    background: #fff!important;
}


/* .captcha-img img {
    width: 100%;
} */

.forgot-pass {
    text-transform: capitalize;
    font-weight: 600;
}

.title {
    margin-top: 180px;
    letter-spacing: 1px;
}

.captcha-img img {
    width: 200px;
}

.add-mo {
    margin-top: 30px;
}

.outlay_amt {
    text-align: right;
}

