* {
    margin: 0px;
    padding: 0px;
}

:root {
    --active-color: #6b4a74;
    --active-gray: #202020;

    --bg-color: #6b4a74;
    --text-color: #ffffff;
}

body {
    font-family: "Inter", sans-serif;
    color: #2d2d2d;
    font-size: 14px !important;
}

.btn {
    cursor: pointer !important;
}

label {
    font-size: 14px !important;
}

.content-mg {
    margin-bottom: 100px;
}

.font-text {
    font-size: 14px;
}

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

.custom-radio:checked {
    background-color: #30c37c;
    border-color: #30c37c;
}

.custom-radio:checked::before {
    background-color: white;
}

.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #140668;
    color: #ffff;
}

/* login page */
.login-card {
    width: 500px;
    margin: auto;
    border-radius: 20px !important;
    border: 1px solid #d9d9d9 !important;
}

.login-bg {
    background-image: url("../img//registration-images/login_bg.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logo-img {
    width: 150px;
    height: 85px;
}

.refresh-captcha {
    text-align: center;
    margin-top: 7px;
}

.arrow-btn {
    width: 45px;
    height: 45px;
    background-color: #12006f;
    border: none;
    padding: 12px;
    color: #ffff;
    border: 1px solid #12006f;
}

.arrow-btn:hover {
    background-color: #ffff;
    color: #12006f;
    border: 1px solid #12006f;
}

.arrow-fa {
    font-size: 20px;
}

.custom-input {
    border-radius: 10px;
    padding-left: 40px;
    height: 40px;
}

.control-input {
    border-radius: 10px;
    height: 40px;
}

.pass-input {
    height: 40px;
}

.mail-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #6c757d;
    width: 18px;
    z-index: 9999;
}

.lock-icon {
    position: absolute;
    top: 48%;
    left: 12px;
    transform: translateY(-50%);
    color: #6c757d;
    width: 18px;
    z-index: 9999;
}

.phone-icon {
    position: absolute;
    top: 40%;
    left: 12px;
    color: #6c757d;
    width: 18px;
    z-index: 9999;

    transform: rotateZ(100deg);
}

.input-wrapper {
    position: relative;
}

.btn-primary {
    background-color: #12006f !important;
    color: #ffff !important;
    border-radius: 10px !important;
    border: 1px solid #12006f !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 10px 15px;
}

.btn-primary.active,
.focus {
    background-color: #12006f !important;
    color: #ffff !important;
    border-radius: 10px;
    border: 1px solid #12006f;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 15px;
}

.btn-primary:hover {
    background-color: #ffff;
    color: #12006f;
    border: 1px solid #12006f;
    padding: 10px 15px;
}

.text-primary {
    color: #140668 !important;
    font-weight: 600;
}

.btn-default {
    background-color: #ffff;
    color: #12006f;
    border-radius: 10px;
    border: 1px solid #12006f;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none !important;
}

.btn-default:hover {
    background-color: #12006f;
    color: #ffff;
    border-radius: 10px;
    border: 1px solid #12006f;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
}

.bg-primary {
    background-color: #140668 !important;
}

.align-input {
    border-radius: 10px;
    height: 40px;
}

.captcha-img {
    height: 40px;
    width: 100%;
}

.captcha-icon {
    width: 25px;
    height: 25px;
}

.refresh-btn {
    display: flex;
    flex-wrap: wrap;
}

.icon-logo1 {
    width: 100px;
    height: 45px;
}

.icon-logo2 {
    width: 55px;
    height: 40px;
}

.icon-logo3 {
    width: 55px;
    height: 35px;
}

.icon-logo4 {
    width: 45px;
    height: 38px;
}

.icon-logo5 {
    width: 100px;
    height: 40px;
}

.pd-login {
    padding: 25px 30px;
}

.success-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.success-modal {
    width: 400px !important;
}

.success-content {
    border-radius: 20px !important;
}

.card-br-rd {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

.card-header-rd {
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    display: flex;
    justify-content: space-between;
}

.lang-btn {
    border: 1px solid #ffff;
    color: #ffff;
    background-color: #140668;
    padding: 5px 10px;
}

.lang-btn:hover,
.lang-btn:active,
.lang-btn:focus {
    border: 1px solid #ffff !important;
    color: #ffff !important;
    background-color: #140668 !important;
    padding: 5px 10px;
}

.lang-btn-position {
    position: absolute;
    top: 25px;
    right: 30px;
}

.mg-text {
    margin: 10px 0px;
}

.text-white {
    color: #ffff !important;
}

.btn-outline-secondary {
    border-color: #d4dce6 !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

.btn-submit {
    background-color: #30c37c;
    color: #ffff;
    border: 1ps solid #30c37c;
}

.btn-submit:hover {
    background-color: #30c37c;
    color: #ffff;
    border: 1ps solid #30c37c;
}

.btn-back {
    background-color: #140668;
    color: #ffff;
    border: 1ps solid #140668;
}

.btn-back:hover {
    background-color: #140668;
    color: #ffff;
    border: 1ps solid #140668;
}

.form-control::-webkit-input-placeholder {
    color: #9e9d9d !important;
}

.form-control:-moz-placeholder {
    color: #9e9d9d !important;
}

/* Firefox 18- */
.form-control::-moz-placeholder {
    color: #9e9d9d !important;
}

/* Firefox 19+ */
.form-control:-ms-input-placeholder {
    color: #9e9d9d !important;
}

/* IE 10+ */

.btn-outline-secondary {
    border-color: rgb(128, 180, 253) !important;
    outline: 0px !important;
}

.width-20 {
    width: 20%;
}

/* header */
.logo1_img {
    width: 85px;
    height: 55px;
}

.logo2_img {
    width: 34px;
    height: 55px;
}

.navbar-header {
    height: 70px;
    border-radius: 10px;
    margin: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
}

.navbar-header .navbar-right {
    width: 500px;
}

.icon-img {
    width: 20px;
    height: 20px;
}

.navbar-header .navbar-right .dropdown:last-child {
    margin-left: 10px;
}

.mg-rt {
    margin-right: 10px;
}

.link-color {
    color: #2d2d2d !important;
    text-decoration: none !important;
}

.text-header {
    font-size: 14px;
}

.navbar-nav .nav-item .nav-link svg {
    margin-right: 3px !important;
}

.navbar-menu-wrapper {
    width: auto;
    padding: 0 25px;
    position: relative;
    top: auto;
    left: 14%;
    bottom: auto;
    background-color: transparent;
    overflow: visible;
    display: flex;
    transform: none;
    z-index: auto;
    flex: 1;
    justify-content: flex-start;
}

.dropdown-menu .dropdown-item {
    font-size: 14px;
}

/* footer */
.footer {
    justify-content: center !important;
    text-transform: unset !important;
}

/* Admin design */
/* menubar */
.menubar {
    /* height: 50px; */
    border-radius: 10px !important;
    margin: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    padding: 0px;
}

.navbar-nav {
    height: 50px;
}

.navbar-nav .nav-link {
    font-size: 13px;
    /* padding-top: 14px; 
    padding-bottom: 14px;  */
    height: 100%;
    display: flex;
    align-items: center;
    /* vertically center content */
    font-weight: 600;
    color: #2d2d2d;
}

.navbar-nav .nav-item:first-child .nav-link {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.navbar-nav .nav-item:last-child .nav-link {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0px 9px 0px 9px;
}

.navbar-nav .nav-item:first-child {
    /* padding: 0px 20px 0px 0px !important; */
}

.navbar-nav .nav-item:last-child {
    /* padding: 0px 0px 0px 10px !important; */
}

.navbar-nav .nav-item.active .nav-link {
    background-color: #140668 !important;
    color: #ffff !important;
    padding: 10px 10px !important;
}

.navbar-nav .nav-item.hover .nav-link {
    background-color: #140668 !important;
    color: #ffff !important;
}

.navbar-expand-lg .navbar-nav {
    /* gap: 15px; */
    gap: 0px;
}

.nav-item-p {
    /* padding: 11px 20px 11px 10px; */
}

.lang-lg {
    width: 24% !important;
}

.password_err {
    font-size: 12px;
}

.svg-icon {
    color: black;
    /* Default */
    transition: color 0.3s ease;
}

.svg-icon:hover {
    color: white;
}

.svg-icon:active {
    color: white !important;
}

.w-30 {
    width: 30% !important;
}

.eye-control {
    height: 40px !important;
}

.ht-control {
    height: 40px !important;
}

.mt-20 {
    margin-top: 20px;
}

.mt-40 {
    margin-top: 40px !important;
}

.svg-img {
    width: 24px !important;
    height: 24px !important;
}

.navbar-collapse {
    border-radius: 10px !important;
}

/* admin dashboard */
.d-card {
    margin: 10px;
}

.img-d-bg {
    background-color: #eaf6ff;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}

.img-d {
    padding: 8px;
}

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

.dashboard-text {
    font-size: 14px;
    font-weight: 600;
}

.profile-update {
    top: 106px !important;
    right: 48px !important;
    border-radius: 3px !important;
}

.pdf-excel-btn {
    position: absolute;
    right: 20px;
    top: -16px;
}

.btn-dwn {
    padding: 2px 4px;
    font-size: 13px;
    margin-top: 3px;
    width: 70px;
    border-radius: 3px;
}

/* master pages */
.admin-tbl {
    font-size: 14px !important;
    width: 100% !important;
    white-space: nowrap;
}

.admin-tbl thead tr th {
    font-weight: 600 !important;
    background-color: #fafafa !important;
}

.admin-tbl tbody tr td {
    font-weight: 500 !important;
}

.side-nav {
    border: 1px solid #d9d9d9 !important;
    border-radius: 10px;
    color: #2d2d2d;
    margin-bottom: 10px;
}

.nav-link.active {
    background-color: #140668;
    color: #ffff;
}

.status_btn {
    width: 50px !important;
    height: 22px;
}

.status-text {
    font-size: 12px;
    color: #959595;
}

.status-align {
    display: flex;
    justify-content: space-between;
}

.master-card {
    margin: 10px;
    border-radius: 10px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    --bs-card-border-color: none !important;
}

.text {
    font-size: 14px;
    margin-top: 10px;
}

.small-text {
    font-size: 12px;
    color: #959595;
    text-align: center;
}

.btn-addmodal {
    background-color: #30c37c;
    color: #ffff;
    border-radius: 5px;
    padding: 10px;
}

.btn-addmodal:hover {
    background-color: #30c37c;
    color: #ffff;
    border-radius: 5px;
    padding: 10px;
}

.link-href {
    color: #140668;
    text-decoration: underline;
}

.modal-title {
    font-weight: 600;
}

.scrollable-sidebar {
    height: 100vh !important;
    overflow-y: auto !important;
}

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

/* Affecting on Priliminary Listing Note (By PA) */
.select2-container {
    /* z-index: 999 !important; */
} 

.modal-footer-text {
    color: #000;
    font-weight: 500;
}

.flex-fill {
    padding: 12px;
}

.mpdal-body {
    font-size: 16px;
}

.align-date {
    display: flex !important;
    justify-content: flex-end;
}

/* developer slum dweller Dashboard page */
.developer-card {
    margin: 10px;
}

.content-form {
    padding: 0px !important;
}

.align-receipt {
    display: flex;
    flex-direction: column;
}

.align-action-btn {
    display: flex;
}

.dashboard-table thead tr th {
    background-color: #fafafa !important;
    font-size: 14px !important;
    color: #2d2d2d !important;
    font-weight: 700 !important;
}

.dashboard-table tbody tr td {
    font-size: 14px;
    font-weight: 400;
}

.dashboard-table .dataTable.no-footer {
    border-bottom: none !important;
}

.select2 {
    width: 99% !important;
}

/* registration form */
.number {
    border-radius: 0% !important;
    border: none !important;
}

.form-card {
    margin: 10px;
    padding: 20px;
    border-radius: 30px !important;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
        rgba(60, 64, 67, 0.15) 0px 1px 3px 1px !important;
    --bs-card-border-color: none !important;
}

.content-div {
    display: none;
    margin-top: 15px;
}

.content-div.active {
    display: block;
}

.select-width {
    width: 150px !important;
}

.btn-secondary {
    background-color: #6c757d !important;
    color: #ffff !important;
    border-radius: 10px !important;
    border: 1px solid #6c757d !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 20px;
}

.btn-green {
    background-color: #30c37c !important;
    color: #ffff !important;
    border-radius: 10px !important;
    border: 1px solid #30c37c !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 10px 40px;
}

.btn-addsection {
    background-color: #30c37c !important;
    color: #ffff !important;
    border-radius: 10px !important;
    border: 1px solid #30c37c !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    padding: 10px;
}

#extra-fields {
    display: none;
}

#applicant-fields {
    display: none;
}

#registration_table td {
    white-space: nowrap;
    vertical-align: middle;
}

/* for registration form stepper wizard */
.step {
    display: none;
}

.step.active {
    display: block;
}

.stepper-nav {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    overflow-x: auto;
    position: relative;
    align-items: center;
}

.step-item {
    position: relative;
    padding: 7px 30px 7px 40px;
    background: #fff;
    color: #000;
    border-radius: 0 20px 20px 0;
    font-weight: 500;
    white-space: nowrap;
    clip-path: polygon(0 0,
            calc(100% - 20px) 0,
            100% 50%,
            calc(100% - 20px) 100%,
            0 100%,
            20px 50%);
    transition: 0.3s;
}

.step-item.completed {
    background: #286f3f;
    color: #fff;
}

.step-item.active {
    background: #c27509;
    color: #fff;
    border: 2px solid #c27509;
}

.step-item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 15px;
    height: 100%;
    background: inherit;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.step-item+.step-item {
    margin-left: 0px !important;
}

.w-btn {
    width: 10%;
}

/* registartion form view page */
.align-heading {
    display: flex;
    justify-content: space-between;
}

.form-section {
    background-color: #140668;
    color: #ffff;
    border-radius: 5px;
    padding: 7px;
    margin-top: 35px;
}

.form-label {
    font-size: 14px !important;
    font-weight: 400;
    color: #2d2d2d !important;
    font-weight: 500;
    margin-top: 10px;
}

.form-check-label {
    font-size: 14px !important;
    font-weight: 400;
    color: #2d2d2d !important;
}

.bold-label {
    font-size: 14px !important;
    font-weight: 400;
    color: #2d2d2d !important;
    font-weight: 600;
}

.form-control {
    font-size: 14px !important;
    font-weight: 400;
    border-color: #d9d9d9;
    height: 40px;
}

.select2-container .select2-selection--single {
    height: 40px !important;
    padding: 6px 0px !important;
    font-size: 14px !important;
    font-weight: 400;
    border-color: #d9d9d9 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px !important;
}

.land-card {
    background-color: #f4f2f2;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
}

.main-card {
    /* background-color: #f2f2f2; */
    background-color: #ffff;
    border: 1px solid #bab8b8;
    margin: 10px;
    min-height: 100vh;
}

.add-remove-btn {
    border-radius: 100%;
    padding: 0px 8px 1px;
    height: 28px;
    width: 28px;
    margin-top: 43px;
}

.add-remove-btn2 {
    border-radius: 100%;
    padding: 0px 8px 1px;
    height: 28px;
    width: 28px;
}

.add-remove-btn3 {
    border-radius: 100%;
    padding: 0px 8px 1px;
    height: 28px;
    width: 28px;
    margin-top: 40px;
}

.add-formal-meeting-row {
    position: absolute;
    top: -20px;
    right: 10px;
}

.remove-formal-meeting-row {
    position: absolute;
    top: -20px;
    right: 10px;
}

.remove-btn {
    border-radius: 100%;
    padding: 0px 7px 0px;
    height: 28px;
    width: 28px;
    margin-top: 10px;
    position: absolute;
    right: 24px;
    top: 0px;
}

.detelebtn-position {
    margin-top: 10px;
    position: absolute;
    right: 24px;
    top: 0px;
}

.manage-header {
    border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    background-color: #f0ede9 !important;
}

label.myErrorClass {
    font-size: 12px;
    color: #a90404;
    display: block;
    margin-bottom: -13px;
    width: 100%;
}

input.myErrorClass,
select.myErrorClass {
    border: 1px solid #a90404 !important;
}

.position-select {
    position: relative;
}

.position-select label.myErrorClass {
    font-size: 12px;
    color: #a90404;
    display: block;
    margin-bottom: -18px;
    position: absolute;
    bottom: 0px;
    display: block;
}

.check-tick {
    width: 10px;
    height: 10px;
}

.btn-mt {
    margin-top: 15px;
}

.control-mt {
    margin-top: 23px;
}

.control-mt-2 {
    margin-top: 40px;
}

/*stepper for proposal form */
.stepper_proposal {
    display: flex;
    justify-content: space-between;
    margin: 10px auto 40px;
    width: 700px;
}

.step_proposal {
    text-align: center;
    position: relative;
    z-index: 1;
    flex: 1;
}

.step_proposal:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 20px;
    right: -40%;
    width: 70%;
    height: 2px;
    background-color: #959595;
    z-index: 0;
}

.step_proposal.completed:not(:last-child)::after {
    background-color: #c20405;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #959595;
    color: #fff;
    line-height: 40px;
    margin: 0 auto 10px;
    font-weight: bold;
}

.step_proposal.active .circle,
.step_proposal.completed .circle {
    background-color: #c20405;
}

.step_proposal.completed .circle {
    background-color: #28a745;
    position: relative;
    font-size: 0;
}

.step_proposal.completed .circle::before {
    content: "✓";
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
}

.step_proposal.completed .label {
    color: #28a745;
    /* Green */
}

.step_proposal.completed:not(:last-child)::after {
    background-color: #28a745;
    /* Green */
}

.step_proposal.completed .circle::after {
    color: white;
    font-weight: bold;
}

.step_proposal .label {
    font-size: 12px;
}

.step_proposal.active .label {
    color: #c20405;
}

.step-content-proposal {
    display: none;
}

.step-content-proposal.active {
    display: block;
}

.regitser-card {
    height: 570px;
}

/* proposal form */
.form-check-input {
    border-color: #959595 !important;
}

.propsal-tbl thead tr th {
    background-color: #140668;
    color: #ffff;
}

.w-10 {
    width: 10%;
}

.border-line {
    border: 1px dotted #959595;
}

.text-space {
    white-space: nowrap;
    /* width:60%; */
    padding: 10px 5px;
}

.text-form-wd {
    height: 40px !important;
    margin-top: 10px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    font-weight: 900;
    font-size: 14px;
}

.separator::before,
.separator::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.separator:not(:empty)::before {
    margin-right: 0.5em;
}

.separator:not(:empty)::after {
    margin-left: 0.5em;
}

.custom-file-input::file-selector-button {
    background-color: #d9d9d9;
    color: #2d2d2d;
    border: none;
    cursor: pointer;
}

.custom-file-input:hover::file-selector-button,
.custom-file-input:focus::file-selector-button,
.custom-file-input:active::file-selector-button {
    background-color: #d9d9d9 !important;
    color: #2d2d2d !important;
    border: none;
    outline: none;
}

input[type="file" i] {
    line-height: 30px;
}

.align-upload-btn {
    display: flex;
}

.mb-large_label {
    margin-bottom: 30px;
}

.mb-large_label2 {
    margin-bottom: 10px !important;
}

.mb-large_label3 {
    margin-bottom: 29px;
}

.label-font-size {
    font-size: 13px !important;
}

.add-btn-position {
    position: absolute;
    top: -32px;
    right: 10px;
}

.remove-btn-position {
    position: absolute;
    right: 10px;
    top: -37px;
    margin-top: 4px;
}

.error-msg {
    font-size: 13px;
    font-weight: 400;
}

.add-meeting-btn {
    position: absolute;
    top: -6px;
}

.delete-meeting-btn {
    position: absolute;
    top: -5px;
    right: 270px;
}

.remove-meeting-btn {
    position: absolute;
    top: -30px;
}

.transit-btn-position {
    position: absolute;
    top: -14px;
    right: 10px;
    z-index: 2;
}

.pd-btn-danger {
    padding: 8px 14px;
    border-radius: 10px !important;
}

.datepickernew {
    padding: 8px 12px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 0 !important;
}

select.ui-datepicker-year {
    width: 53% !important;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    margin-right: 1px !important;
}

.add-btn-position-3 {
    position: absolute;
    top: -16px;
    right: 10px;
}

.remove-btn-position-2 {
    position: absolute;
    right: 10px;
    top: -20px;
    margin-top: 4px;
}

.meeting-card2 {
    background-color: #f4f2f2;
    border: 1px solid #d9d9d9;
    margin-bottom: 10px;
    margin-top: 28px;
}

.mt-text {
    margin-top: 10px;
}

.mt-text2 {
    margin-top: 23px;
}

/* dweller form */
.dweller-form2 {
    background-color: #ffee8e !important;
}

.dweller-form4 {
    background-color: #ffc5ec !important;
}

.dweller_card {
    border-radius: 20px !important;
}

.icon-btn {
    width: 25px;
    height: 25px;
}

.ui-datepicker {
    z-index: 999 !important;
}

/* Make .is-invalid class affect Select2 properly */
.select2-container--default .select2-selection--single.is-invalid {
    border: 1px solid #dc3545 !important;
    border-radius: 0.375rem;
}

.select2-container--default .select2-selection--multiple.is-invalid {
    border: 1px solid #dc3545 !important;
    border-radius: 0.375rem;
}

/* css for declaration so it cannot be clicked */
.not-clickable {
    pointer-events: none;
}

/* name reservatiion */
.hidden {
    display: none;
}

.align-form-btn {
    display: flex;
    justify-content: space-between;
}

.new-add-remove-button {
    position: absolute;
    top: 43px;
    border-radius: 100%;
    padding: 0px 8px 1px;
    height: 28px;
    width: 28px;
}

.new-add-remove-button1 {
    border-radius: 100%;
    padding: 0px 8px 1px;
    height: 28px;
    width: 28px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.editor-container-new{
    height: 200px !important;
}
.btn-green2 {
    background-color: #30c37c !important;
    color: #ffff !important;
    border-radius: 4px !important;
    border: 1px solid #30c37c !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 5px 20px;
}

.btn-green2:hover {
    background-color: #30c37c !important;
    color: #ffff !important;
    border-radius: 4px !important;
    border: 1px solid #30c37c !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    padding: 5px 20px;
}

.dataTables_wrapper .dataTables_length label {
    padding: 0px 10px;
}

.dataTables_wrapper .dataTables_filter label {
    padding: 0px 10px;
}

.dataTables_wrapper .dataTables_info {
    padding: 0px 10px;
}

/* Transit Management */
.challan-tbl thead th,
tbody td {
    font-size: 13px !important;
}

.challan-tbl thead th {
    background-color: #f8f8f8;
}

.ui-datepicker {
    z-index: 9999 !important;
}

.tablist-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    /* spacing between buttons */
}

/* Active tab styling */
.tablist-wrapper a.active,
.btn-check:checked+.btn:focus-visible,
.ui-datepicker-buttonpane .btn-check:checked+button:focus-visible,
.sp-container .btn-check:checked+button:focus-visible,
:not(.btn-check)+.btn:active:focus-visible,
.ui-datepicker-buttonpane :not(.btn-check)+button:active:focus-visible,
.sp-container :not(.btn-check)+button:active:focus-visible,
.btn:first-child:active:focus-visible,
.ui-datepicker-buttonpane button:first-child:active:focus-visible,
.sp-container button:first-child:active:focus-visible,
.btn.active:focus-visible {
    background-color: #12006f;
    /* Bootstrap primary color */
    color: #fff !important;
    border-color: #12006f !important;
    border-radius: 10px !important;
    font-size: 14px !important;
}

/* Normal tab styling */
.tablist-wrapper a {
    background-color: #fff;
    color: #12006f;
    border: 1px solid #12006f;
    border-radius: 10px;
    font-size: 14px;
}

.tablist-wrapper a:hover {
    background-color: #12006f;
    color: #fff !important;
    border-color: #12006f;
    border-radius: 10px;
    font-size: 14px;
}

.margin-btn {
    margin-top: 40px;
}
.wd-other{ width:200px;}

.input_height{
height: 30px !important;
}

.upload-btn-align{
position: absolute;
right:20px;
top: 12px;
} 

.ht-container{
    margin-top: 100px;
}
.overview-card{    
    border-top: 5px solid #12006f;
}
.mt-img{
    margin-top: 20px;
}
.ml-content{
    margin-left: 30px;
}

#chartDonut{
    width:300px !important;
    height:250px !important;
    margin-left: 20px;
    margin-top: 50px;
}
.overview-i{
    padding: 10px;
    font-size: 20px;
}
.overview2{
    background-color: #eefaf0;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.overview3{
    background-color: #eefaf0;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.overview4{
    background-color: #f7effb;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.overview5{
    background-color: #fff4eb;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.overview6{
    background-color: #f0f5fc;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.overview7{
    background-color: #fef7ea;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
.overview8{
    background-color: #fef7ea;
    border-radius: 5px;
    height: 40px;
    width: 40px;
}
#flotLine{
    height:200px !important;
}
.map{
    width:300px;
    height:400px;
}
.register-modal{
z-index: 9999999 !important;
}

table.dataTable.no-footer {
    border-bottom: 0px solid rgba(0, 0, 0, 0.3) !important;
}

.close_btn2{
       background: none;
        border: none;
     }
     .fa-close-btn {
    font-size: 20px;
    color: #ffff;
     }
.ht-editor{
    height:300px !important;
}
p.cke_notification_message ,p.cke_notification_warning {
    display: none !important;
}
.cke_notification, .cke_notification_warning{
    display: none !important;
}
.pr-2{
    padding-right: .5rem !important;
}
.ht-container-dashboard {
    margin-top: 40px;
}
.wt-control{
        width: 100px;
}