@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/2.1.0/uicons-regular-straight/css/uicons-regular-straight.css');


input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}


* {
    margin: 0;
    padding: 0;
}

div,
ul,
li,
p,
form,
h5,
h6,
h4,
h3,
h2,
h1,
p {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    transition: .4s all;
}

body {
    font-family: 'Mukta', sans-serif;
    overflow-x: hidden;
}

html {
    overflow-x: hidden;
}


li {
    list-style: none;
}

figure {
    margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.contnr-new,
.applicatn-container {
    width: 100%;
    max-width: 1570px;
}

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

.dsbx {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    border-top: 4px solid #2C2562;
}

.dsbx h3 {
    font-size: 44px;
    font-weight: 600;
    color: #2C2562;
}

.dsbx h6 {
    font-size: 20px;
    color: #4d4646;
    margin-top: 10px;
}

.dsbx .fi {
    font-size: 40px;
    color: #fabe8a;
    margin-bottom: 10px;
}

.header {
    position: fixed;
    width: 100%;
    padding: 6px 28px;
    background: #198754;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 100;
}

.header-info ul {
    display: flex;
    align-items: center;
}

.dashboard-sec {
    padding: 160px 0 70px;
    background: #f0f0f3;
    /* margin-left: 280px; */
    margin-left: 45px;
    min-height: 670px;
    /* z-index: 9; */
    position: relative;
    transition: 0.6s all;
}

.header-info ul li a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
}

.header-info ul li a:hover {
    opacity: 0.7;

}

.lst-child {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
}

.sign-ot {
    font-size: 20px;
}

.lst-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 15px;
    width: 1px;
    background: #FFFFFF;
}

.leftside-navigation {
    position: fixed;
    top: 0;
    left: 0;
    /* width: 280px; */
    width: 45px;
    background: #198754;
    height: 100%;
    padding-top: 120px;
    z-index: 10;
    transition: 0.5s all;
}

.leftside-navigation ul li a {
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFFFFF;
    padding: 22px 6px 22px 45px;
    font-family: 'Inter', sans-serif;
    /* margin-left: 25px; */
    transition: 0.5s all;
    width: 270px;
    margin-left: 0;
}

.leftside-navigation ul li {
    border-bottom: 1px solid #b0aec1;
}

.leftside-navigation ul li a:hover {
    background: #1a482d;
    color: #fff;
}

.page-item.active .page-link {
    background-color: #1a482d;
    border-color: #1a482d;
}

.new-size {
    /* font-size: 20px;
    position: relative;
    top: 3px;
    left: -3px; */

    font-size: 19px;
    position: absolute;
    top: 22px;
    bottom: 0;
    margin: auto;
    left: 12px;
}

.new-right {
    position: relative;
    top: 1px;
    right: -3px;
}

.dashboard-card {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 11px 36px #E0E1E8;
    border-radius: 12px;
    padding: 25px;
    min-height: 172px;
    margin-bottom: 90px;
}

.dashboard-card h5 {
    font-size: 48px;
    line-height: 35px;
    font-weight: 700;
    color: #000000;
    text-align: right;
}

.dashboard-card h6 {
    font-size: 14px;
    color: #aea8a8;
    margin-bottom: 13px;
    text-align: right;
    margin-right: 8px;
}

.lst-para {
    margin-top: 35px;
}

.header figure {
    width: 330px;
    display: flex;
    align-items: center;
}

.header figure img {
    width: 100%;
}

.dashboard-card p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    text-align: right;
}

.dashboard-card figure {
    background: #FD980F;
    border-radius: 8px;
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
}

.grn.grn {
    background: #54AC58;
}

.red.red {
    background: #EA4441;
}

.blue.blue {
    background: #0DB4C9;
}

.service-info {
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 11px 36px #E0E1E8;
    border-radius: 12px;
    /* position: relative;  */
    z-index: 9;
}

.service-info-header {
    font-size: 30px;
    color: #FFFFFF;
    height: 56px;
    width: 100%;
    background: #198754;
    border-radius: 12px;
    display: flex;
    align-items: center;
    padding-left: 32px;
    margin-bottom: 20px;
    margin-top: -52px;
}

.panel-heading {
    padding: 10px 15px;
    color: #2c3e50;
    background-color: #fff;
    border-color: #ecf0f1;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    /* box-shadow: 0px 11px 36px #babcc7; */
    margin-bottom: 20px;
}

.panel-title {
    color: #2c3e50;
}

.service-about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DADADA;
}

.service-about:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.service-about p {
    font-weight: 400;
    font-size: 18px;
    margin: 0 auto 0 16px;
}

.service-about-icon ul {
    display: flex;
    align-items: center;
    gap: 16px;
}

.icon-eye {
    color: #6F6B8F;
}

.icn-grnn {
    color: #54AC58;
}

.icon-red {
    color: #EA4441;
}

.service-yllo {
    background: #FD980F;
}

.figur-img {
    background: #f0f0f3;
    width: 100%;
    height: 120px;
    margin-left: 45px;
    margin-top: -35px;
    position: relative;
}

.figur-img img {
    width: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    pointer-events: none;
}


.footer {
    background: #403F46;
    padding: 20px 0;
    position: relative;
    z-index: 10;
}

.footer p {
    font-size: 18px;
    font-weight: 400;
    /* text-transform: capitalize; */
    color: #FFFFFF;
    text-align: center;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    height: 60px;
    border: 1px solid #2C2562;
    border-radius: 12px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    /* background: #f0f0f3; */
    width: 100%;
}

.contact-form select {
    appearance: none;
}

.contact-form select:focus-visible {
    outline: none;
}

.login-page figure {
    width: 100%;
    text-align: center;
    margin: 0 auto 20px;
}

.login-page figure img {
    width: 100%;
    max-width: 160px;
}

.login-page h4 {
    font-size: 40px;
    font-weight: 600;
    color: #2C2562;
    text-align: center;
    margin-bottom: 26px;
    text-transform: capitalize;
}

.contact-form ::placeholder {
    color: #000;
}

.contact-form {
    margin-bottom: 20px;
    position: relative;
}

.contact-wrapper {
    width: 100%;
    max-width: 630px;
    margin: auto;
}

.contact-form p a {
    font-size: 16px;
    display: block;
    font-weight: 400;
    color: #7E848B;
    font-family: 'Inter', sans-serif;
    text-align: center;
    transition: 0.3s all;
}

.contact-form p a:hover {
    color: #7e848ba8;
}

.contact-form h6 a {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #2C2562;
    text-align: center;
}

.contact-form h6 a:hover {
    color: #2c2562db;
}

.contact-form:last-child {
    margin-bottom: 0;
}

.login-sec {
    min-height: 100vh;
    background: #f0f0f3;
    padding-top: 40px;
    position: relative;
}

.login-sec::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 270px;
    width: 100%;
    background: url(../images/image-5.png) no-repeat center / cover;
    pointer-events: none;
    opacity: .6;
}

.no_overflow {
    overflow: hidden;
}

.contact-form input[type="submit"] {
    background: #3099f3ad;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    border: none;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-bottom: 6px solid #3099f3ad;
    transition: 0.3s all;
}

.contact-form input[type="submit"]:hover {
    background: #3099f3ad;
    border-bottom: 6px solid #3099f3ad;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #2C2562;
}

.new-img-figure {
    margin-left: auto;
}

.cntck-frm-spn {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto;
    height: 20px;
    width: 20px;
}

.cntck-frm-spn img {
    width: 100%;
}

.pswrd-img {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
}

.fa-eye-slash:before {
    content: "\f070" !important;
}

.clr {
    color: #2C2562;
}

.sub-nav.sub-nav li a {
    font-size: 13px;
    margin: 0 20px;
    display: flex;
    align-items: center;
    padding: 10px 6px 10px 45px;
    position: relative;
    /* background: #4737D2; */
    border-radius: 6px;
    margin-bottom: 5px;
    margin-left: 18px;
    width: 240px;
}

.sub-nav.sub-nav li {
    border-bottom: none;
}

.sub-nav li a:after {
    content: "";
    position: absolute;
    top: 16px;
    left: 28px;
    height: 6px;
    width: 6px;
    background: white;
    border-radius: 50%;
}

.sub-nav li a:hover {
    background: #1a482d !important;
}

.sub-nav .actv {
    background: #1a482d !important;
}

.district-wrapper {
    background: #c3a1a1;
    box-shadow: 0px 11px 36px #e0e1e8;
    border-radius: 12px;
    padding: 45px 50px;
    margin-bottom: 75px;
}

.district-wrapper h4 {
    font-weight: 800;
    font-size: 23px;
    color: #202020;
    margin-bottom: 12px;
    position: relative;
}

.district-wrapper i {
    position: relative;
    top: 0;
    left: 0;
}

.district-wrapper input[type="text"],
.district-wrapper select,
.district-wrapper input[type="number"],
.district-wrapper input[type="datepicker"],
.district-wrapper input[type="password"],
.district-wrapper input[type="email"] {
    height: 50px;
    border: 1px solid #2C2562;
    border-radius: 12px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    /* color: #848484; */
    color: black;
    margin-bottom: 25px;
}

.district-wrapper .select2 {
    margin-bottom: 25px;
}

.district-wrapper textarea {
    width: 100%;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
}

.district-wrapper.district-wrapper .select2-selection {
    border: 1px solid #2C2562 !important;
    border-radius: 12px !important;
}

.nputfild-curv .select2-container--default.select2-container--focus .select2-selection--multiple,
.nputfild-curv .select2-container--default .select2-selection--multiple {
    height: 100% !important;
}

.district-wrapper .nputfild-curv {
    height: 50px;
    color: black;
}

.district-links a,
.district-links button {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    width: 220px;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    text-transform: uppercase;
    color: #2C2562;
    border: none;
    border-bottom: 6px solid #C2BFD9;
    transition: 0.3s all;
}

.district-links button:focus-visible {
    outline: none;
}

.district-links a:hover {
    color: white;
    background: #F33033;
    border-bottom: 6px solid #DA171A;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
}

.service-info-header h4 {
    font-size: 26px;
}

.add-cls.add-cls {
    color: white;
    background: #1a482d;
    border-bottom: 6px solid #396251;
    box-shadow: 0px 4px 47px -4px #E3E4ED;
    margin-left: 30px;
    border-top: none;
    border-left: none;
    border-right: none;
}

.add-cls.add-cls:hover {
    background: #FFFFFF;
    border-bottom: 6px solid #C2BFD9;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    color: #2C2562;
}


.plus-nw {
    font-size: 16px;
}

.district-links {
    text-align: right;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="text"]:focus-visible {
    outline: none;
}

.service-about-icon ul li a i:hover {
    color: #2C2562;
}

.leftside-navigation {
    overflow-y: scroll;
    overflow-x: hidden;
    /* overflow: hidden; */
}

.leftside-navigation::-webkit-scrollbar {
    width: 7px;
}

.leftside-navigation::-webkit-scrollbar-track {
    box-shadow: #2C2562;
    border-radius: 5px;
}

.leftside-navigation::-webkit-scrollbar-thumb {
    /* background: #4737D2 ;  */
    background: #c1c1c1;
    border-radius: 10px;
}

.contact-radio input[type="radio"] {
    width: 100%;
    height: 100%;
}

.new-contck-radio {
    display: flex;
    align-items: center;
    justify-content: center;
}

.line-rdio {
    position: relative;
    margin-right: 40px;
    padding-right: 40px;
}

.line-rdio::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 16px;
    width: 1px;
    background: #2C2562;
    pointer-events: none;
}

.contact-radio label {
    font-size: 18px;
    font-weight: 600;
    color: #2C2562;
}

/* radio button */

.new-contnr {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.new-contnr input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
    top: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background: #FFFFFF;
    border: 1px solid #C6C4DC;
    box-shadow: 0px 5px 8px #D8D6E7;
    border-radius: 50%;
    pointer-events: none;
}

/* On mouse-over, add a grey background color */
.new-contnr:hover input~.checkmark {
    background: #ccc;
}

/* When the radio button is checked, add a blue background */
.new-contnr input:checked~.checkmark {
    background: white !important;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.new-contnr input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.new-contnr .checkmark:after {
    top: 6px;
    left: 6px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    /* background: #F33033 !important; */
    background: #3099f3ad !important;
}

/* radio end  */

.contact-wrapr-new .contact-radio {
    height: 60px;
    line-height: 60px;
    background: #F0F0F3;
    border: 1px solid #2C2562;
    border-radius: 16px;
    padding: 0 25px;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    border-bottom: 6px solid #2C2562;
}

.contact-wrapr-new .contact-radio .new-contnr .checkmark {
    bottom: 0;
    margin: auto;
}

.contact-wrapr-new .contact-radio {
    margin-bottom: 30px;
}

.contact-wrapr-new .new-contnr {
    text-align: center;
}

.lcc-file {
    visibility: hidden;
    width: 100%;
}

.lcc-file::before {
    content: "";
    visibility: initial;
    display: block;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    font-weight: 400;
    width: 100%;
    height: 100px;
    border-radius: 16px;
    border: 1px solid #2C2562;
    position: absolute;
}

.lcc-file:hover::before {
    border-color: black;
}

.lcc-file:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.signature-wrapper {
    position: relative;
}

.signature-wrapper span {
    font-size: 17px;
    color: #848484;
    position: absolute;
    display: block;
    top: 16px;
    left: 20px;
    pointer-events: none;
}

.new-papr-clip {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 20px;
    color: #504B7D;
    pointer-events: none;
}

.lcc-certificate {
    position: relative;
}

.only-edit {
    margin-right: 20px;
}

.service-deep-grn {
    background: #0DB4C9;
}

.digitl-signtr:before {
    content: "";
}

.digitl-signtr-red {
    background: #EA4441;
}

.form-header {
    position: relative;
    margin-bottom: 40px;
}

.form-header h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    color: #2C2562;
    position: relative;
    display: inline-block;
    background: #f0f0f3;
    padding-right: 30px;
    z-index: 2;
}

.form-header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #000000;
    margin: auto;
}

.appliction-frm .contact-form {
    margin-bottom: 30px;
}

.appliction-frm .contact-form input {
    width: 100%;
}


.new-papr-clip-applictn {
    position: absolute;
    top: 20px;
    right: 21px;
    font-size: 18px;
    pointer-events: none;
}

.aplcatn-section {
    padding: 45px 0 140px;
}

.new-applicatin .lcc-file {
    padding: 0;
}

.new-applicatin .lcc-file::before {
    height: 100%;
    background: #f0f0f3;
    color: black;
}

.service-about-icon ul li button {
    border: none;
    background: transparent;
}

.add-form h5 a {
    display: block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background: #4838D2;
    box-shadow: 6px 10px 19px #b4afda;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-left: auto;
}

.add-form h5 a:hover {
    background: #4838d2d1;
}

.declaration h6 {
    font-size: 20px;
    font-weight: 700;
    color: #2C2562;
    margin-bottom: 17px;
}

.about-paragraph p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    font-family: 'Inter', sans-serif;
    margin-bottom: 20px;
}

.about-paragraph p:last-child {
    margin-bottom: 0;
}

.declaration-wrapper {
    position: relative;
    z-index: 6;
    margin-bottom: 30px;
}

.declaration-about {
    /* display: flex; */
    /* align-items: baseline; */
    gap: 20px;
}

.declaration-about .about-paragraph {
    padding-left: 46px;
}

.about-paragraph a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Inter', sans-serif;
    color: #FB1519;
    border-bottom: 1px solid #000;
    padding-bottom: 8px;
}

.about-paragraph a:hover {
    color: #fb1519ab;
}

.contck-frm-paragph {
    width: 300px;
    margin: auto;
}

.new-applicatin span {
    color: #000;
}

/* .equal-mb.equal-mb{
    margin-bottom: 18px !important;
} */

.cart-dwn {
    position: absolute;
    top: 0;
    right: 8px;
    bottom: 0;
    height: 20px;
    width: 20px;
    margin: auto;
    pointer-events: none;
}

.receipt-radio {
    justify-content: start;
}

.radio-labl label {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    color: #000000;
    margin-right: 50px;
}

.receipt-radio .line-rdio::after {
    display: none;
}

.recit-frm {
    width: 70%;
    margin: auto;
    margin-top: 70px;
}

.recit-frm .contact-form {
    margin-bottom: 40px;
}

.receipt-btn.receipt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin-bottom: 0;
}

.receipt-btn a {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 22px;
    text-transform: uppercase;
    color: #2C2562;
    border-bottom: 6px solid #C2BFD9;
    transition: 0.3s all;
}

.receipt-btn a:hover {
    color: white;
    background: #F33033;
    border-bottom: 6px solid #DA171A;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
}

.new-receipt-btn button,
.new-receipt-btn a {
    width: 220px;
}

.new-receipt-btn {
    position: relative;
    text-align: center;
    z-index: 9;
    margin-top: 25px;
}

.contractor-page .contact-form input {
    color: black;
    background: white;
}

.contrtr-submit.contrtr-submit {
    width: 220px !important;
    display: table;
    margin: auto;
    text-transform: uppercase !important;
}

.contractor-tabl {
    position: relative;
    z-index: 9;
}

.new-table thead tr th {
    font-size: 17px;
    padding: 10px;
    text-align: center;
    font-weight: 400;
    color: #6E6D78;
}

.new-table tbody tr td {
    padding: 8px 10px;
    background: white;
    box-shadow: 0px 8px 39px #e5e6ee;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #504B7D;
    position: relative;

}

/* .new-table tbody tr td:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 25px;
    background: white;
} */

.new-table tbody tr td:last-child:after {
    content: none;
}

.new-table tbody tr td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.new-table tbody tr td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.serial-number {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    background: #5B49F9;
    box-shadow: 0px 4px 4px #3729ae;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    font-size: 16px;
}

.green-pending {
    background: #23B98C;
    border-radius: 8px;
    padding: 2px 17px;
    color: white;
    width: 100%;
    max-width: 110px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.option-cls a {
    border: 1px solid #5B49F9;
    border-radius: 8px;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin-right: 12px;
}

.option-cls a:last-child {
    margin-right: 0;
}

.option-cls a:hover {
    border: 1px solid #5b49f98c;
}

.option-cls a i {
    font-size: 16px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #5B49F9;
    transition: 0.3s all;
}

.option-cls a i:hover {
    color: #5b49f98c;
}

.dlt-icn.dlt-icn {
    border: 1px solid #F33033;
}

.dlt-icn.dlt-icn:hover {
    border: 1px solid #f33033a3;
}

.dlt-icn.dlt-icn i {
    color: #F33033;
}

.dlt-icn.dlt-icn i:hover {
    color: #f33033a3;
}

.gap.gap td {
    background: transparent;
    height: 20px;
}

.yellow-approved {
    background: #EDC215;
}

.red-reject {
    background: #f33033a3;
}

.padding-botm {
    padding-top: 110px;
}

.thankyou-card {
    position: relative;
    width: 900px;
    margin: auto;
    text-align: center;
    background: #FFFFFF;
    border-radius: 30px;
    padding: 50px 80px;
    margin-top: 70px;
}

.thankyou-card h4,
.modal-card h3 {
    font-size: 40px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    color: #2C2562;
    margin-bottom: 20px;
}

.thankyou-card p {
    font-size: 18px;
    font-family: 'Inter';
    font-weight: 500;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}

.thankyou-card p span {
    color: #4D3CDF;
}

.tnkyu-btn {
    height: 58px;
    background: #3099f3ad;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    border: none;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
    color: #FFFFFF;
    border-bottom: 6px solid #3099f3ad;
    transition: 0.3s all;
    width: 200px;
    display: inline-block;
    line-height: 56px;
    border-radius: 12px;
    font-family: 'Inter';
    z-index: 9;
    position: relative;
}

.tnkyu-btn:hover {
    background: #3099f3ad;
    ;
    border-bottom: 6px solid #3099f3ad;
    ;
    color: white;
}

.tnkq-spn {
    height: 60px;
    width: 60px;
    display: inline-block;
    background: #F3F3F3;
    border-radius: 50%;
    margin-bottom: 15px;
    position: relative;
}

.tnkq-spn:after {
    content: "";
    position: absolute;
    top: -7px;
    right: -16px;
    height: 60px;
    width: 60px;
    background: url(../images/red-tick.png) no-repeat center / contain;
}

.new-frm .tnkyu-btn {
    width: 100%;
}

.modal-card h3 {
    font-size: 30px;
    color: #4D3CDF;
    margin-bottom: 6px;
}

.modal-card p {
    font-size: 16px;
    margin-bottom: 13px;
}

.modal-card p:last-child {
    margin-bottom: 0;
}

.modal-card p span {
    color: #4D3CDF;
}

.sign-up-modal .modal-dialog {
    width: 100%;
    max-width: 580px;
}

.new-modal.new-modal .modal-dialog {
    margin: 0 auto;
}

.sign-up-modal .modal-body {
    padding: 25px 40px;
    text-align: center;
}

.sign-up-modal .modal-content {
    border-radius: 30px;
}

.sign-up-modal .modal-footer,
.sign-up-modal .modal-header {
    border-top: none;
    border-bottom: none;
}

.sign-up-modal {
    background: #100A45;
    height: 100vh;
}

.modal-card h5 {
    position: relative;
    height: 100px;
    width: 100px;
    background: #EFEFF3;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.modal-card h5::before {
    content: "";
    position: absolute;
    top: 5px;
    left: -15px;
    height: 100px;
    width: 100px;
    background: url(../images/thnkyu-img.png) no-repeat center / contain;
}

body {
    padding-right: 0 !important;
}

.new-content .modal-card h3 {
    color: #372E81;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 30px;
    padding-bottom: 25px;
}

.new-content .tnkyu-btn {
    line-height: 43px;
    height: 48px;
    width: 150px;
    font-size: 18px;
}

.new-content .line-rdio::after {
    content: none;
}

.new-content .contact-form {
    margin-bottom: 30px;
}

.modal-history h3 {
    color: #372E81;
    margin-bottom: 25px;
}

.histry-dtls h6,
.histry-dtls p {
    font-weight: 600;
    font-size: 16px;
    color: #504B7D;
}

.histry-dtls h4 {
    height: 32px;
    width: 32px;
    background: #5B49F9;
    box-shadow: 0px 4px 4px #3729ae;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
    font-family: 'Inter';
    font-weight: 600;
}

.histry-dtls {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0px 6px 16px #d9d8e2;
    border-radius: 12px;
    padding: 9px 30px;
    margin-bottom: 15px;
}

.histry-dtls:last-child {
    margin-bottom: 0;
}

/* custom checkmark  */

.declartin-check {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
}


.declartin-check input {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 0;
}

.form-chkmark {
    position: absolute;
    top: 9px;
    left: 0;
    height: 22px;
    width: 22px;
    background: white;
    border: 1px solid #231F3D;
    box-shadow: 0px 5px 8px #D8D6E7;
    border-radius: 5px;
}

/* .declartin-check:hover input ~ .form-chkmark{
    background: green;
} */

.declartin-check input:checked~.form-chkmark {
    border: 1px solid #231F3D;
    border-radius: 5px;
}

.form-chkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.declartin-check input:checked~.form-chkmark:after {
    display: block;
}

.declartin-check .form-chkmark:after {
    /* left: 11px;
    top: -10px;
    width: 12px;
    height: 24px; */
    /* border: solid #FB1519;
    border-width: 0 3px 3px 0px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); */

    content: "";
    left: 3px;
    top: -7px;
    width: 24px;
    height: 24px;
    background: url(../images/vector-tick.png) no-repeat center / contain;
}


.colr-green .form-chkmark {
    top: -11px;
}

.colr-green .form-chkmark:after {
    background: url(../images/vector-green.png) no-repeat center / contain;
}

.tbl-left-align thead tr th:nth-child(2),
.tbl-left-align tbody tr td:nth-child(2) {
    text-align: left;
}

.registratin-card {
    display: flex;
    align-items: center;
    gap: 50px;
    padding: 22px;
    background: white;
    box-shadow: 0px 11px 36px #e0e1e8;
    border-radius: 12px;
    margin-bottom: 60px;
}

.registratin-card figure {
    width: 110px;
    height: 110px;
    background: #FD980F;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.registratin-card figure img {
    width: 100%;
}

.registratin-card .green {
    background: #54AC58;
}

.new-department {
    padding-top: 160px;
}

.registratn-info h5 {
    font-size: 21px;
    font-family: 'Mukta';
    font-weight: 400;
    color: #000000;
    margin-bottom: 5px;
}

.registratn-info h4 {
    font-size: 26px;
    font-family: 'Mukta';
    font-weight: 700;
    color: #000000;
}

.real-actv {
    background: #1a482d;
}

.registration-act h3 {
    font-size: 32px;
    line-height: 45px;
    font-family: 'Inter';
    font-weight: 700;
    text-transform: uppercase;
    color: #2C2562;
    width: 540px;
}

.applicatn-bttn {
    position: relative;
    background: #5B49F9;
    box-shadow: 0px 11px 36px #e0e1e8;
    border-radius: 12px;
    color: white;
    height: 55px;
    display: inline-block;
    line-height: 55px;
    padding: 0 25px 0 55px;
    font-weight: 600;
    font-size: 18px;
}

.applicatn-bttn:hover {
    color: white;
    opacity: 0.8;
}

.applicatn-bttn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 15px;
    height: 30px;
    width: 30px;
    background: url(../images/circle-plus.png) no-repeat center / contain;
    bottom: 0;
    margin: auto;
}

.registration-act {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #969698;
}

.pay-bttn {
    border: 3px solid #2C2562;
    padding: 4px 20px;
    display: inline-block;
    border-radius: 50px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #EA4441;
    position: relative;
    margin-bottom: 4px;
}

.pay-bttn:last-child {
    margin-bottom: 0;
}

.pay-bttn:hover {
    background: #5B49F9;
    color: white;
}

.pay-bttn:after {
    /* content: ""; */
    position: absolute;
    bottom: -12px;
    right: 0px;
    height: 18px;
    width: 18px;
    background: url(../images/vectr-arrow.png) no-repeat center / contain;
}

.establishmnt-act h3 {
    width: initial;
}

.establishment-form {
    width: 100%;
    max-width: 760px;
    margin: 40px auto 0;
}

.establishmnt-info .new-receipt-btn {
    margin-top: 70px;
}

.estblismnt-sec {
    padding-top: 120px;
}

.renew-applicatn .contact-form select {
    background: white;
    color: #848484;
}

.renew-applicatn .contact-form .new-renew input,
.new-renew ::placeholder {
    color: #848484;
}

.red-rejct {
    background: #F33033;
}

.print-icn {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 2px solid #2C2562;
    display: inline-block;
}

.print-icn:hover {
    opacity: 0.8;
}

.print-icn i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 18px;
    color: #2C2562;
}

.new-renw {
    margin-bottom: 42px;
}

.new-signtr .lcc-file::before {
    content: "";
    position: relative;
}

.service-table table {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 16px 18px 2px #e5f2ff;
    border-radius: 12px;
    overflow: hidden;
}

.tabl-abt thead tr th {
    font-size: 16px;
    background: #1889f159;
    color: black;
    font-weight: 500;
}

.tabl-abt tbody tr td {
    font-size: 16px;
    font-weight: 400;
    color: #635A5A;
}

.tabl-abt tr th,
.tabl-abt tr td {
    padding: 15px 30px;
}

.tabl-abt tbody tr:nth-child(even) {
    background: #F2F7FF;
}

.service-table {
    padding: 20px 0 30px;
}

.new-view-btn {
    position: absolute;
    right: 30px;
    /* bottom: -16px; */
    font-size: 19px;
}

.new-district-wrapper {
    /* border: 1px solid #DBDDE1; */
    box-shadow: 0px 8px 11px #f0f0f0;
    /* border-radius: 16px */
}

.district-table {
    width: 100%;
}

.district-table thead tr th,
.district-table tbody tr td {
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #0000001c;
}

.district-table tr:nth-child(even) {
    background: #F5F5F8;
}

.district-table thead tr th {
    background: #198754;
    color: #fff;
}

.district-table .tbl-border {
    border: 1px solid #2C2562;
    padding: 5px;
    border-radius: 5px;
}




.custom-pagination .flex {
    position: relative;
    z-index: 9;
}

.custom-pagination .flex-1 {
    display: none;
}

.custom-pagination .hidden {
    display: initial;
    align-items: center;
    justify-content: space-between;

}

.custom-pagination svg {
    width: 20px;
}

.custom-pagination {
    margin-top: 22px;
}

p.leading-5 {
    display: none;
}

.custom-pagination .py-2 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.custom-pagination .px-4 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.new-group {
    margin-bottom: 16px;
}

.grp-input input {
    margin: -1px 3px 0 20px;
}

.new-selct {
    height: 50px;
    border: 1px solid #2C2562;
    border-radius: 12px;
    font-weight: 400;
    font-size: 16px;
    padding: 0 20px;
    color: #848484;
}

.no-brdr {
    border: none;
}

.new-back {
    position: absolute;
    bottom: -50px;
    right: 0;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    width: 100px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #2C2562;
    border-bottom: 4px solid #C2BFD9;
    transition: 0.3s all;
    margin-left: 0 !important;

}

.clr-whte select {
    background: white;
}

.new-frm .bene-label {
    width: 270px;
}

.new-frm .contact-form {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

.text-danger.text-end {
    position: absolute;
    right: 0;
    bottom: -19px;
    font-size: 14px;
}

.new-frm {
    max-width: 900px;
}

.new-wid {
    width: 100%;
}

.tnqu-new.tnqu-new {
    width: 220px;
    margin-left: 200px;
}

.anothr-btnn.anothr-btnn {
    width: 40%;
    display: block;
    margin: 0 auto 25px;
}

.estblishmnt-new.estblishmnt-new .new-frm {
    max-width: 80%;
}

input:read-only {
    background-color: #dddddd;
}

.date.date,
.dob.dob {
    background: #f0f0f3;
}

.pending-pay-bttn {
    background: #ffe2e2;
    color: black;
}

.fixed-wid {
    width: 33%;
    margin-bottom: 10px;
}

.links-new {
    margin-top: 15px;
}

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

.inspector_heading {
    font-weight: 600 !important;
}

.new-dngr {
    max-width: 630px;
    margin: 0 auto 25px;
}

.alert-success {
    max-width: 90%;
    margin: 0 auto 45px;
}

.scroller-row {
    height: 400px;
    overflow-x: scroll;
    z-index: 9;
    position: relative;
}

.scroller-row-column {
    overflow-y: scroll;
    margin-bottom: 25px;
}

.scroller-row-column:last-child {
    margin-bottom: 0;
}

.new-card-dsbrd {
    margin-bottom: 15px;
    min-height: initial;
    position: relative;
    z-index: 1;
}

.new-card-dsbrd h5 {
    text-align: center;
}

.flx-wrpr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.new-card-dsbrd h4 {
    text-align: center;
}

.new_new_back {
    position: initial !important;
}

.new-info-servc {
    position: relative;
    z-index: 9;
}

.leftside-navigation ul {
    margin-bottom: 70px;
}

.leftside-navigation ul .sub-nav,
.leftside-navigation ul .sub-nav ul {
    margin-bottom: 0px;
}

.leftside-navigation li ul {
    display: none;
}

.gap-tabl tbody tr td+td,
.gap-tabl tbody tr th+th {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.gap-tabl tbody tr td input {
    /* display: inline-table; */
    margin-bottom: 10px;
}

.inline_radio_button {
    margin-top: 5px;
}

.new-contck-radio.inline_radio_button {
    justify-content: start;
}

.new-contck-radio.inline_radio_button .new-contnr {
    font-size: 16px;
}


.new-contck-radio.inline_radio_button .contact-radio+.contact-radio {
    margin-left: 20px;
}

.sign_up_heading+.invalid-feedback {
    display: block;
    width: 100%;
    max-width: 630px;
    margin: auto;
}

.bar-new {
    color: white;
    font-size: 20px;
    cursor: pointer;
    position: relative;
    left: -50px;
}

.leftside-navigation.left-new-nav {
    width: 280px;
    transition: 0.6s all;
}

.dashboard-sec.left-new-nav {
    margin-left: 280px !important;
}

.dataTables_processing.dataTables_processing {
    border: 2px solid #3f3962;
    color: white;
    background: #3f3962;
}

.service-info-scrol.service-info-scrol .dt-bootstrap5 .row:nth-child(2) .col-sm-12 {
    overflow-x: scroll;
}

div.dataTables_wrapper div.dataTables_processing {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 100% !important;
    /* margin-left: -100px; */
    /* margin-top: -26px; */
    /* text-align: center; */
    /* padding: 1em 0; */
    z-index: 9999 !important;
    text-align: center !important;
    margin: auto !important;
    color: transparent !important;
    background: rgba(255, 255, 255, 0.5) !important;
    border: none !important;
}

div.dataTables_wrapper div.dataTables_processing::before {
    content: "Processing..." !important;
    background: #6f6a8f !important;
    padding: 12px !important;
    color: white !important;
    position: absolute !important;
    inset: 0 !important;
    margin: auto !important;
    height: 50px !important;
    width: max-content !important;
}

.new-srvice-hdr {
    padding-right: 30px;
    justify-content: space-between;
}

.new-add-info {
    margin-top: -74px;
}

.new-add-info h4 {
    color: white !important;
    margin-bottom: 0 !important;
}

.dashbrd-responsive.dashbrd-responsive {
    min-height: 84%;
}

.consumr-lists {
    width: 100%;
    display: block;
}

.consumr-lists li {
    width: 32%;
    display: inline-block;
    margin-bottom: 3px;
}

.modal_new .modal-body h5 {
    /* margin-bottom: 8px; */
    font-size: 17px;
}

.modal_new .modal-body p {
    font-size: 15px;
    width: 33%;
    display: inline-block;
    margin-top: 3px;
    padding-right: 10px;
}

.modal_new.modal_new .modal-dialog.modal-dialog {
    max-width: 1000px;
}

.modal_new.modal_new button.close {
    height: 30px;
    width: 30px;
    border: 1px solid;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: 0.4s all;
}

.modal_new.modal_new button.close:hover {
    opacity: 0.7;
    border: 1px solid #4737D2;
}

.modl_val {
    font-weight: 600;
}

.select2-container .select2-selection--multiple {
    min-height: 50px !important;
    height: auto;
}

.add-list-bttn {
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 6px;
    font-weight: 500;
    background: #fff;
    transition: .4s all;
    display: inline-block;
    color: black;
}

.heading-infoo.heading-infoo {
    font-size: 20px;
    border-bottom: 1px solid #00000047;
    padding-bottom: 5px;
    margin-bottom: 15px;
    margin-top: 15px;
}

.new-boxx {
    margin: 12px 0 8px;
}

.last-date.last-date {
    margin-bottom: 0 !important;
}

.no-scroll.no-scroll {
    overflow: initial !important;
}

.report-div {
    display: flex;
    gap: 5px;
}

.report-div label {
    flex: none;
}

.report-div h4 {
    font-size: 17px;
    font-weight: 400;
}

.lbl-dtls {
    font-weight: 700 !important;
}

.report-fig label {
    display: block;
}

.new-links.new-links {
    position: relative;
    z-index: 9;
}

.new-links.new-links button {
    margin-left: 8px !important;
}

.img-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -4px;
}

.dtls-img {
    width: 25%;
    padding: 0 4px;
    margin-bottom: 8px;
    height: 200px;
    position: relative;
    transition: 0.4s all;
    border-radius: 5px;
}

.page-link {
    color: #6c757d;
}

.page-link:focus {
    box-shadow: none;
}

.vido-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    right: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.4s all;
}

.ply {
    font-size: 30px;
    color: white;
}

.dtls-img:hover .vido-btn {
    opacity: 1;
}

.dtls-img img,
.dtls-img video {
    width: 100%;
    height: 100%;
}

.dtls-img img {
    height: 200px;
    object-fit: cover;
}

.bck-bttn:hover {
    opacity: 0.7;
}

.grnn-btn.grnn-btn.grnn-btn:hover {
    background: #5cb85c;
    border-bottom: 6px solid #5cb85c;
}

.rejct-cls.rejct-cls:hover {
    background: #DA171A;
    border-bottom: 6px solid #DA171A;
    color: #fff;
}

.incident-report-pending .district-table tbody tr td:last-child {
    white-space: nowrap;
    width: 60px;
}

.width_only.width_only li:nth-child(1) {
    width: 100%;
}


@media only screen and (max-width: 1500px) {

    .text-danger {
        font-size: 15px !important;
    }

    .contnr-new {
        max-width: initial;
        padding: 0 35px;
    }

    .applicatn-container {
        max-width: initial;
        padding: 0 70px;
    }

    .header figure {
        width: 270px;
    }

    .header-info ul li a {
        font-size: 14px;
    }

    .modal_new.modal_new .modal-dialog.modal-dialog {
        max-width: 800px;
    }

    .header {
        padding: 5px 25px;
    }

    .sign-ot {
        font-size: 16px;
    }

    .leftside-navigation ul li a {
        font-size: 14px;
        padding: 15px 6px 20px 38px;
        width: 220px;
    }

    .new-size {
        top: 15px;
        font-size: 17px;
        left: 8px;
    }

    .dashboard-card h5 {
        font-size: 40px;
    }

    .dashboard-card h6 {
        font-size: 13px;
        margin-bottom: 10px;
        margin-right: 5px;
    }

    .dashboard-card p {
        font-size: 16px;
        line-height: 23px;
    }

    .lst-para {
        margin-top: 29px;
    }

    .dashboard-card {
        padding: 23px;
        min-height: 158px;
        margin-bottom: 80px;
    }

    .dashboard-card figure {
        height: 70px;
        width: 70px;
        top: -30px;
    }

    .dashboard-card figure img {
        width: 35px;
    }

    .dashboard-sec {
        padding: 112px 0 60px;
        margin-left: 42px;
    }

    .figur-img {
        margin-left: 42px;
    }

    .dashboard-sec.left-new-nav {
        margin-left: 220px !important;
    }

    .service-info-header {
        height: 50px;
        padding-left: 30px;
        margin-bottom: 18px;
        margin-top: -48px;
    }



    .service-about p {
        font-size: 13px;
        margin: 0 auto 0 12px;
    }

    /* .figur-img{
        height: 230px;
    } */

    .footer {
        padding: 14px 0;
    }

    .footer p {
        font-size: 14px;
    }

    .leftside-navigation {
        padding-top: 100px;
        /* width:220px; */
        width: 42px;
    }

    .leftside-navigation.left-new-nav {
        width: 220px;
    }

    .login-page figure {
        width: 100%;
        margin: 0 auto 10px;
        text-align: center;
    }

    .contact-form {
        margin-bottom: 12px;
    }

    .checkmark {
        top: 3px;
        height: 20px;
        width: 20px;
    }

    .new-contnr {
        padding-left: 28px;
    }

    .line-rdio {
        margin-right: 35px;
        padding-right: 35px;
    }

    .new-contnr .checkmark:after {
        top: 5px;
        left: 5px;
        width: 9px;
        height: 9px;
    }



    .login-sec {
        padding-top: 15px;
    }

    .login-page h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .contact-form input,
    .contact-form select {
        height: 45px;
        line-height: 44px;
        font-size: 14px;
    }

    .contact-form input,
    .contact-form select,
    .contact-form textarea {
        border-radius: 8px;
        padding: 0 15px;
    }

    .contact-form p a {
        font-size: 15px;
    }

    .contact-form input[type="submit"] {
        font-size: 15px;
    }

    .contact-form h6 a {
        font-size: 18px;
    }

    .contact-wrapper,
    .sign_up_heading+.invalid-feedback {
        max-width: 485px;
    }

    .login-sec::before {
        height: 170px;
    }

    .sub-nav.sub-nav li a {
        font-size: 13px;
        margin-left: 15px;
        width: 190px;
    }

    .new-dshbrd-sec {
        padding: 118px 0 0;
    }

    .district-wrapper h4 {
        font-size: 18px;
        margin-bottom: 6px;
    }

    .district-wrapper input[type="text"],
    .district-wrapper select,
    .beneficiay-margin-bottom .contact-form select,
    .district-wrapper input[type="number"],
    .district-wrapper input[type="datepicker"],
    .district-wrapper input[type="password"],
    .district-wrapper input[type="email"] {
        height: 32px;
        margin-bottom: 18px;
        font-size: 14px;
        border-radius: 8px;
        padding: 0 12px;
    }

    .district-wrapper .select2 {
        margin-bottom: 18px;
    }

    .district-wrapper.district-wrapper .select2-selection {
        min-height: 32px;

    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 30px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 28px !important;
    }

    .district-wrapper .nputfild-curv {
        height: 32px;
        border-radius: 8px;
        padding: 0 12px;
    }

    .district-wrapper {
        padding: 25px;
        margin-bottom: 66px;
    }

    .district-links a,
    .district-links button {
        height: 45px;
        line-height: 45px;
        font-size: 15px;
        width: 130px;
        border-radius: 10px;
        border-bottom: 5px solid #C2BFD9;
    }

    /* .add-cls.add-cls {
        border-bottom: 5px solid #3f3962;
    } */

    .contact-wrapr-new .contact-radio {
        height: 50px;
        line-height: 50px;
        padding: 0 20px;
    }

    .contact-wrapr-new .contact-radio label {
        font-size: 16px;
    }

    .contact-wrapr-new .contact-radio {
        margin-bottom: 20px;
    }

    .contact-wrapr-new .contact-radio {
        border-bottom: 5px solid #2C2562;
    }

    .new-papr-clip {
        font-size: 18px;
    }

    .aplcatn-section {
        padding-top: 40px;
    }

    .new-applicatin .lcc-file::before {
        font-size: 14px;
        padding: 10px 15px;
        border-radius: 12px;
    }

    .new-papr-clip-applictn {
        top: 14px;
        right: 21px;
        font-size: 16px;
    }

    .appliction-frm .contact-form {
        margin-bottom: 25px;
    }

    .form-header h3 {
        font-size: 26px;
        padding-right: 25px;
    }

    .form-header {
        margin-bottom: 28px;
    }

    .add-form h5 a {
        height: 48px;
        width: 48px;
    }

    .declaration h6 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .about-paragraph p {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 18px;
    }

    .about-paragraph a {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .contck-frm-paragph {
        width: 205px;
        margin: auto;
        margin-bottom: 0 !important;
    }

    .signature-wrapper span {
        font-size: 15px;
        top: 13px;
    }

    .new-receipt-btn button,
    .new-receipt-btn a {
        width: 165px;
    }

    .district-wrapper input[type="text"],
    .district-wrapper input[type="number"],
    .district-wrapper.district-wrapper .select2-selection,
    .district-wrapper input[type="datepicker"] {
        font-size: 16px;
    }

    .contrtr-submit.contrtr-submit {
        width: 165px !important;
    }

    .district-wrapper.district-wrapper .select2-selection {
        border-radius: 8px !important;
    }

    .new-table tbody tr td,
    .new-table thead tr th {
        font-size: 14px;
    }

    .serial-number {
        height: 30px;
        width: 30px;
        font-size: 12px;
    }

    .option-cls a {
        height: 32px;
        width: 32px;
        margin-right: 10px;
    }

    .option-cls a i {
        font-size: 12px;
    }

    .contractr-form .district-wrapper {
        margin-bottom: 30px;
    }

    .green-pending {
        padding: 2px 10px;
        max-width: 92px;
    }

    .contractr-form .contact-form {
        margin-bottom: 0;
    }

    .gap.gap td {
        height: initial;
    }

    .new-table tbody tr td {
        padding: 8px 10px;
    }

    .gap.gap td {
        padding: 6px 0;
    }

    .recit-frm {
        margin-top: 40px;
    }

    .padding-botm {
        padding-top: 100px;
    }

    .thankyou-card {
        margin-top: 40px;
    }

    .thankyou-card h4 {
        font-size: 27px;
        margin-bottom: 15px;
    }

    .thankyou-card p {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .tnkyu-btn {
        height: 48px;
        line-height: 45px;
        font-size: 16px;
        width: 125px;
    }

    .thankyou-card {
        padding: 30px 40px;
    }

    .tnkq-spn:after {
        height: 50px;
        width: 50px;
    }

    .tnkq-spn {
        height: 50px;
        width: 50px;
    }

    .modal-card h3 {
        font-size: 22px;
    }

    .declartin-check .form-chkmark:after {
        left: 3px;
        top: -5px;
        width: 21px;
        height: 21px;
    }

    .colr-green .form-chkmark {
        height: 19px;
        width: 19px;
        border-radius: 3px;
    }

    .colr-green input:checked~.form-chkmark {
        border-radius: 3px;
    }

    .new-department {
        padding-top: 120px;
    }

    .registratn-info h4 {
        font-size: 22px;
    }

    .registratn-info h5 {
        font-size: 17px;
    }

    .registratin-card figure {
        width: 84px;
        height: 84px;
        border-radius: 14px;
        padding: 18px;
    }

    .registratin-card {
        gap: 40px;
    }

    .registration-act h3 {
        font-size: 22px;
        line-height: 34px;
        width: 340px;
    }

    .applicatn-bttn {
        height: 45px;
        line-height: 45px;
        padding: 0 20px 0 46px;
        font-size: 14px;
    }

    .applicatn-bttn:before {
        height: 25px;
        width: 25px;
    }

    .pay-bttn {
        border: 2px solid #2C2562;
        padding: 3px 15px;
        font-size: 12px;
    }

    .pay-bttn:after {
        height: 15px;
        width: 15px;
    }

    .establishmnt-act h3 {
        width: initial;
    }

    .establishmnt-info .new-receipt-btn {
        margin-top: 55px;
    }

    .estblismnt-sec {
        padding-top: 100px;
    }

    .establishment-form {
        max-width: 650px;
        margin: 20px auto 0;
    }

    .print-icn {
        height: 32px;
        width: 32px;
    }

    .print-icn i {
        font-size: 14px;
    }

    .tabl-abt tr th,
    .tabl-abt tr td {
        padding: 13px 30px;
    }

    .tabl-abt thead tr th,
    .tabl-abt tbody tr td {
        font-size: 14px;
    }

    .new-selct {
        height: 45px;
        font-size: 14px;
    }

    .new-frm .bene-label {
        width: 270px;
        font-size: 15px;
    }

    .tnqu-new.tnqu-new {
        width: 165px;
    }

    .fixed-wid {
        font-size: 15px;
    }

    .new-dngr {
        max-width: 500px;
    }

    .new-card-dsbrd {
        margin-bottom: 15px;
        min-height: initial;
    }


    .gap-tabl tbody tr td+td,
    .gap-tabl tbody tr th+th {
        margin-left: 2px;
    }

    .gap-tabl tbody tr th:nth-child(3) {
        margin-left: 15px;
    }

    .gap-tabl tbody tr th {
        font-size: 14px;
    }

    .consumr-lists li {
        font-size: 15px;
    }

    .service-info-header h4 {
        font-size: 20px;
    }

    .select2-container .select2-selection--multiple {
        min-height: 32px !important;
        height: auto;
    }

    .heading-infoo.heading-infoo {
        font-size: 18px;
        padding-bottom: 2px;
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .report-div h4 {
        font-size: 15px;
    }

    .report-div label,
    .report-fig label {
        font-size: 15px;
    }


}

@media only screen and (max-width: 1200px) {

    .dashboard-card p {
        font-size: 20px;
        line-height: 23px;
    }


}




.sign-up-modal {
    background: #e5e5e5;
}

.modal-content.thank_modal {
    border-radius: 10px;
    border: none;
    box-shadow: 0px 6px 20px -6px #8f9190;
}

.modal-content.thank_modal .modal-header {
    padding: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 9;
}

.modal-content.thank_modal h3,
.modal-content.thank_modal h4 {
    color: #3a4046;
    font-family: 'Inter';
}

.modal-content.thank_modal h3 {
    font-weight: 400;
    margin: 0;
}

.modal-content.thank_modal h4 {
    font-weight: 100;
    font-size: 16px;
    margin-top: 7px;
}

.modal-content.thank_modal figure img {
    width: 75px;
    margin-bottom: 25px;
}

.modal-content.thank_modal .modal-body {
    padding: 30px;
}

.modal-content.thank_modal .modal-body button {
    border: 2px solid #3a4046;
    color: #3a4046;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 8px;
    margin-top: 25px;
}

.modal-content.thank_modal .modal-body button:hover {
    background: #3a4046;
    color: #fff;
}

.labour-certificate.labour-certificate {
    border: 1px solid black !important;
    display: block !important;
    padding: 15px 10px;
    border-radius: 5px;
}

.labour-certificate .bene-label {
    font-size: 18px !important;
    font-weight: 600;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 10px;
}

.labour-certificate p {
    font-size: 15px !important;
}

input[type="radio"].running_bill {
    height: 16px !important;
    width: 16px;
    margin-right: 5px;
    float: left;
    margin-top: 2px;
}


input[type="checkbox"]#declaration {
    height: 20px;
}

.br-config-tabl tr th {
    padding: 5px;
    text-align: center;
    line-height: 15px;
    vertical-align: top;
}

.br-config-tabl tr td {
    padding: 5px;
}

.contnu_btn {
    margin-left: 0px !important;
}


.rdo-bill {
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.rdo-bill li {
    display: inline-block;
    margin: 2px;
    padding: 0px;
    list-style: none;
    vertical-align: middle
}








section.login-sec.no_overflow .container {
    max-width: 100%;
}

.new_login li img.avtr {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-top: 9em;
}

.new_login ul {
    display: flex;
    justify-content: space-between;
}

.new_login li {
    width: 32%;
    text-align: center;
}

.new_form {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 25px;
}

.contact-form.form_btm a {
    color: #2C2562;
    text-decoration: underline;
    font-size: 15px;
}

.contact-form.form_btm a:hover {
    text-decoration: none;
}

.contact-form.form_btm {
    display: flex;
    justify-content: space-between;
}

.avtr_dtls {
    margin-top: 12px;
}

.avtr_dtls h3 {
    font-size: 25px;
    font-weight: 700;
}

.new_login .avtr_dtls h4,
.new_login .avtr_dtls h6 {
    margin: 0;
    font-size: 20px !important;
}

.new_login .avtr_dtls h4 {
    margin: 5px 0;
}






@media only screen and (max-width: 1199px) {
    .new_login li img.avtr {
        width: 180px;
        height: 180px;
        margin-top: 7em;
    }

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

    .new_login li {
        width: 33%;
    }

    .new_login .avtr_dtls h4,
    .new_login .avtr_dtls h6 {
        font-size: 18px !important;
    }

    .new_form {
        padding: 15px;
    }

    .contact-form.form_btm a {
        font-size: 14px;
    }
}

@media only screen and (max-width: 991px) {
    .avtr_dtls h3 {
        font-size: 17px;
    }

    .new_login .avtr_dtls h4,
    .new_login .avtr_dtls h6 {
        font-size: 16px !important;
    }

    .new_login li img.avtr {
        width: 150px;
        height: 150px;
        margin-top: 6em;
    }

    .new_form {
        padding: 15px 10px;
    }

    .contact-form.form_btm {
        display: block;
    }

    .contact-form.form_btm a {
        display: block;
    }

    .actin-head thead tr th:last-child {
        width: 100px;
    }

    .consumr-lists li {
        width: 48%;
    }


}

@media only screen and (max-width: 767px) {
    .login-sec {
        min-height: auto;
    }

    .new_login ul {
        justify-content: space-around;
        flex-flow: wrap;
    }

    .new_login li:nth-child(1) {
        order: 2;
    }

    .new_login li:nth-child(3) {
        order: 3;
    }

    .new_login li:nth-child(2) {
        width: 75%;
    }

    .new_login li {
        width: 48%;
    }

    .new_login li img.avtr {
        width: 120px;
        height: 120px;
        margin-top: 20px;
    }

    .avtr_dtls h3 {
        font-size: 20px;
    }

    .new_login {
        margin-bottom: 20px;
    }

    .modal_new .modal-body p {
        font-size: 14px;
        width: 49%;
    }
}

@media only screen and (max-width: 575px) {

    .new_login li:nth-child(2),
    .new_login li {
        width: 98% !important;
    }

    .new_login li {
        width: 49%;
    }

    .new_login li img.avtr {
        width: 100px;
        height: 100px;
    }

    .avtr_dtls {
        margin-top: 6px;
    }

    .contact-form p a {
        font-size: 13px;
    }

    .contact-form h6 a {
        font-size: 16px;
    }

    .login-page h4 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .contact-form input,
    .contact-form select {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        border-radius: 8px;
    }

    .dashbrd-responsive.dashbrd-responsive {
        min-height: 92%;
    }

    .actin-head thead tr th:last-child {
        width: 80px;
    }

    .consumr-lists li {
        width: 100%;
        font-size: 13px;
    }
}





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

.is-invalid.is-invalid {
    background-image: none !important;
}

.is-invalid.is-invalid+.cntck-frm-spn,
.is-invalid.is-invalid+.toggle-confirm-password .pswrd-img,
.toggle-password .pswrd-img {
    top: 17px;
    bottom: auto;
}

.back_button.back_button {
    margin-right: 30px;
}


table.district-table.district-table.district-table.district-table thead tr th {
    position: sticky;
    top: 0;
    z-index: 8;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}





@media only screen and (max-width: 1500px) {

    .is-invalid.is-invalid+.cntck-frm-spn,
    .is-invalid.is-invalid+.toggle-confirm-password .pswrd-img,
    .toggle-password .pswrd-img {
        top: 8px;
    }

    .rdo-form.rdo-form input {
        width: 18px;
        height: 18px;
    }


    .exp_reprt.exp_reprt {
        right: 35px;
    }

    .dtls-img {
        height: 180px;
    }

    .dtls-img img {
        height: 180px;
    }
}






.ui-widget.ui-widget-content {
    z-index: 99 !important;
}

.create_new .contact-form {
    display: block;
}

.create_new .gap-tabl tbody tr td+td,
.create_new .gap-tabl tbody tr th+th {
    margin-left: 8px;
}

.create_new .gap-tabl tbody tr th:nth-child(3) {
    margin-left: 20px;
}

table.renew_table {
    border-collapse: inherit;
}

table.renew_table tr td:nth-child(2) {
    width: 120px;
}

.contact-wrapper .invalid-feedback {
    font-size: 13px;
}

.contact-form.new-contck-radio {
    position: relative;
    margin-bottom: 15px;
}

.contact-form.new-contck-radio .invalid-feedback {
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    text-align: center;
}



.rdo-form input {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 6px;
    margin-left: 4px;
}

.rdo-form label {
    font-weight: 600;
    ;
}

.contnr-new .pay-bttn-new {
    color: white;
    background: #3099f3ad;
    border-bottom: 6px solid #3099f3ad;
    box-shadow: 0px 4px 47px -4px #E3E4ED;
    margin-left: 30px;
    border-top: none;
    border-left: none;
    border-right: none;

    height: 45px;
    line-height: 35px;
    font-size: 15px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    padding: 3px 10px;
}

.contnr-new .pay-bttn-new:hover {
    background: #FFFFFF;
    border-bottom: 6px solid #C2BFD9;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    color: #2C2562;
}

.exp_reprt {
    float: right !important;
    color: white;
    background: #3099f3ad;
    border-bottom: 6px solid #3099f3ad;
    box-shadow: 0px 4px 47px -4px #E3E4ED;
    margin-left: 30px;
    border-top: none;
    border-left: none;
    border-right: none;

    height: 45px;
    line-height: 45px;
    font-size: 15px;
    width: 130px;
    border-radius: 10px;

    text-align: center;
    position: absolute;
    top: -48px;
    right: 15px;

}

.exp_reprt:hover {
    background: #FFFFFF;
    border-bottom: 6px solid #C2BFD9;
    box-shadow: 0px 4px 47px -4px #e3e4ed;
    color: #2C2562;
}

.contnr-new {
    position: relative;
}



.exp_reprt-btnnw {
    position: initial;
    margin-bottom: 10px;
    margin-right: 25px;
}



.nputfild-curv {
    height: 45px;
    border: 1px solid #2C2562;
    border-radius: 12px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    color: #848484;
    margin-bottom: 25px;
    outline: none !important;
    overflow: hidden;
}


.pswrd-cvr {
    position: relative;
}

.login-page h4.wctxt {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 5px;
}

.login-page h4.gvttxt {
    font-size: 20px;
}

.new_form2 {
    width: 100%;
    max-width: 450px;
    float: none;
    margin: 0px auto;
}

.nputfild-curv2 {
    padding-top: 6px;
}

/* .contact-form .slct-bgnon{ 
    position: relative;
   
}

.contact-form .slct-bgnon:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 17px;
    width: 21px;
    background: url(../images/d-arow.png) no-repeat;
 

} */


.contact-form .slct-bgnon {
    border-radius: 14px;
}


.nputfild-curv4.nputfild-curv4 .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-radius: 12px !important;
}


.service-info-scrol {
    overflow-x: scroll;
    overflow: auto;
}

.topgap {
    margin-top: 22px;
}


.nputfild-curv .select2-container--default.select2-container--focus .select2-selection--multiple,
.nputfild-curv .select2-container--default .select2-selection--multiple {
    border: 0px;
}

.nputfild-pdtop {
    padding: 3px 20px 0px;
}



.service-info .service-table {
    overflow: auto;
}

.only-height.only-height {
    overflow-y: auto;
    height: 700px;
}

.srch-new.srch-new.srch-new {
    height: 40px;
    width: 40px;
    background: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    margin: 0 10px;
    color: #4737d2;
    cursor: pointer;
    transition: 0.4s all;
    /* border: 1px solid white; */
}

.srch-new.srch-new.srch-new:hover {
    background: #4737d2;
    color: white;
}

.distct-srch {
    display: none;
}

/* .only-height.only-height.only-height .district-table tbody{
    height: 700px;
    overflow: scroll;
} */

.only-height.only-height.only-height thead th {
    /* background-color: red; */
    position: sticky;
    z-index: 100;
    top: -22px !important;
}

.only-height.only-height table {
    overflow: initial;
}

.nputfild-pdtop span.select2-container {
    width: 100% !important;
}

.map-container.map-container.map-container h6 {
    width: 100%;
    word-break: break-all;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.map-container.map-container.map-container p {
    word-break: break-all;
    font-size: 13px;
    margin-bottom: 2px;
}

.map-container.map-container.map-container p:last-child {
    margin-bottom: 0;
}

.mapboxgl-popup-close-button {
    position: absolute;
    right: -8px !important;
    top: -7px !important;
    font-size: 20px !important;
    border: 0;
    background: #2c2562 !important;
    border-radius: 50% !important;
    height: 20px !important;
    width: 20px !important;
    color: white !important;
}

.re-class .btn-infoo {
    justify-content: end;
}

/* .provided-cls .btn-infoo{
    justify-content: start;
    margin-bottom: 15px;
} */

.re-class,
.relief-class,
.assistance-cls,
.evacuated-class,
.damages-class,
.restoration-class,
.provided-cls,
.ire-damages-class {
    display: none;
}

.re-class {
    display: block;
    /* Initially show only the .re-class */
}

.btn-wrap.btn-wrap .add-cls.add-cls {
    height: 50px;
}

.btn-wrap.btn-wrap .add-cls.add-cls {
    border-bottom: 5px solid #6f6a8f;
}

.btn-wrap.btn-wrap .add-cls.add-cls:hover {
    border-bottom: 5px solid #c2bfd9;
}


@media only screen and (max-width: 1570px) {

    .srch-new.srch-new.srch-new {
        height: 36px;
        width: 36px;
        font-size: 18px;
    }

    .btn-wrap.btn-wrap .add-cls.add-cls {
        height: 40px;
    }
}

@media only screen and (max-width: 991px) {

    .dashboard-sec {
        padding: 90px 0 60px;
        margin-left: 40px !important;
    }

    .contnr-new {
        padding: 0 30px;
    }

    .dashboard-card h5 {
        font-size: 30px;
        line-height: 25px;
    }

    .dashboard-card {
        padding: 15px 20px;
    }

    .header figure {
        width: 220px;
    }

    .bar-new {
        font-size: 18px;
        position: relative;
        left: -30px;
    }

    .header-info ul li a {
        font-size: 13px;
    }

    .lst-child {
        padding-left: 15px;
        margin-left: 15px;
    }

    .dashboard-sec.left-new-nav {
        margin-left: 40px !important;
    }

    .district-wrapper h4 {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .district-wrapper input[type="text"],
    .district-wrapper select,
    .beneficiay-margin-bottom .contact-form select,
    .nputfild-curv,
    .district-wrapper input[type="number"],
    .district-wrapper.district-wrapper .select2-selection,
    .district-wrapper input[type="datepicker"] {
        height: 40px;
        margin-bottom: 15px;
        border-radius: 8px;
        padding: 6px 15px;
        font-size: 13px;
    }

    .district-wrapper .nputfild-curv {
        height: 40px;
    }

    .district-wrapper input[type="text"],
    .nputfild-curv,
    .district-wrapper input[type="number"],
    .district-wrapper.district-wrapper .select2-selection,
    .district-wrapper input[type="datepicker"] {
        font-size: 13px;
    }

    .district-links a,
    .district-links button {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
        width: 110px;
        border-radius: 10px;
        border-bottom: 4px solid #C2BFD9;
    }

    .add-cls.add-cls {
        /* border-bottom: 4px solid #3099f3ad; */
        margin-left: 12px;
    }

    .district-wrapper {
        padding: 20px;
        margin-bottom: 56px;
    }



    .service-info-header {
        height: 43px;
        padding-left: 20px;
        margin-bottom: 5px;
        margin-top: -46px;
    }

    .custom-pagination .px-4 {
        padding-right: 12px !important;
        padding-left: 12px !important;
    }

    .custom-pagination .py-2 {
        padding-top: 2px !important;
        padding-bottom: 2px !important;
    }

    .custom-pagination svg {
        width: 17px;
    }

    .service-table {
        padding: 16px 0 20px;
    }

    table.district-table.district-table.district-table.district-table thead tr th {
        white-space: nowrap;
    }

    .topgap {
        margin-top: 0;
    }

    .contact-form {
        margin-bottom: 12px !important;
    }

    .contact-form input,
    .contact-form select {
        height: 40px;
        line-height: 40px;
        font-size: 13px;
    }

    .contact-form select {
        line-height: 26px;
    }

    .contact-form .slct-bgnon {
        border-radius: 8px;
    }

    .fixed-wid {
        width: 32%;
        margin-bottom: 10px;
    }

    .fixed-wid {
        font-size: 14px;
    }

    .permission-list {
        position: relative;
        top: 2px;
    }

    .custom-pagination {
        margin-top: 20px;
        line-height: 28px;
    }

    .service-info-header h4 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 676px) {

    .fixed-wid {
        width: 49%;
        font-size: 13px;
    }

    .custom-pagination .px-4 {
        padding-right: 8px !important;
        padding-left: 8px !important;
    }

    .custom-pagination .py-2 {
        font-size: 12px;
    }
}

@media only screen and (max-width: 575px) {

    .district-wrapper h4 {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .district-links a,
    .district-links button {
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        width: 90px;
        border-radius: 8px;
        border-bottom: 3px solid #C2BFD9;
    }

    .add-cls.add-cls {
        /* border-bottom: 3px solid #3099f3ad; */
        margin-left: 5px;
    }

    .plus-nw {
        font-size: 12px;
    }

    .district-table thead tr th,
    .district-table tbody tr td {
        padding: 6px 10px;
        font-size: 12px;
    }

    .contnr-new {
        padding: 0 15px;
    }

    .district-wrapper {
        padding: 14px 12px;
        margin-bottom: 45px;
    }

    .service-info-header h4 {
        font-size: 15px;
    }

    .service-info-header {
        height: 40px;
        padding-left: 14px;
        margin-bottom: 5px;
        margin-top: -34px;
    }

    .district-wrapper input[type="text"],
    .district-wrapper select,
    .beneficiay-margin-bottom .contact-form select,
    .nputfild-curv,
    .district-wrapper input[type="number"],
    .district-wrapper.district-wrapper .select2-selection,
    .district-wrapper input[type="datepicker"] {
        height: 38px;
        margin-bottom: 12px;
        border-radius: 7px;
        padding: 6px 10px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 22px !important;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 36px !important;
    }

    .district-wrapper select {
        line-height: 24px;
    }

    .district-wrapper .nputfild-curv {
        height: 38px;
    }

    .dashboard-sec {
        padding: 118px 0 30px;
    }

    .header-info ul {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 4px;
    }

    .header {
        display: block;
    }

    .new-add-info {
        margin-bottom: 8px;
    }

    .bar-new {
        font-size: 16px;
        position: absolute;
        right: 30px;
        left: auto;
    }

    .service-table {
        padding: 10px 0 4px;
    }

    .header-info ul li a {
        font-size: 12px;
    }

    .service-info {
        padding: 14px 12px;
        position: relative;
    }

    .login-sec {
        min-height: 100%;
    }

    .text-danger {
        font-size: 13px;
    }

    .figur-img {
        height: 48px;
    }

    .right-srvice .btn-success {
        font-size: 11px;
        padding: 5px;
    }

    .srch-new.srch-new.srch-new {
        height: 26px;
        width: 26px;
        font-size: 13px;
        border-radius: 4px;
        margin-left: 3px;
    }

    .new-srvice-hdr {
        padding-right: 14px !important;
    }

    .service-info-scrol div.dataTables_wrapper div.dataTables_length,
    .service-info-scrol div.dataTables_wrapper div.dataTables_filter,
    .service-info-scrol div.dataTables_wrapper div.dataTables_info,
    .service-info-scrol div.dataTables_wrapper div.dataTables_paginate {
        text-align: left;
        font-size: 13px;
    }

    .service-info-scrol div.dataTables_wrapper div.dataTables_filter {
        margin-top: 5px;
    }

    .service-info-scrol div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        justify-content: left !important;
    }

    .service-info-scrol .paginate_button .page-link {
        padding: .375rem .4rem;
    }

    .is-invalid.is-invalid+.cntck-frm-spn,
    .is-invalid.is-invalid+.toggle-confirm-password .pswrd-img,
    .toggle-password .pswrd-img {
        top: 12px;
    }
}

@media only screen and (max-width: 390px) {

    .fixed-wid {
        width: 100%;
    }

    .service-info-scrol .paginate_button .page-link {
        font-size: 12px;
    }
}

.red-star {
    color: red;
}



.district-table tr td:last-child li {
    float: left;
    margin-right: 5px;
}

.district-table tr td:last-child .fa-trash {
    margin-top: 4px;
}

.district-wrapper input {
    margin-bottom: 5px;
}

.district-wrapper .nputfild-curv {
    margin-bottom: 5px !important;
}

.text-danger {
    font-size: 18px;
    font-weight: 600;
}

/* 
    #DataTables_Table_0_wrapper .col-sm-12{
        overflow-x: initial;
    } */

.district-wrapper .col-lg-6:first-child.col-md-6:first-child input {
    margin-bottom: 5px;
}

.district-wrapper .col-lg-3.col-md-3 input {
    margin-bottom: 5px;
}

.district-wrapper .add-cls.add-cls {
    margin-left: 10px;
}


/* .district-table.data-table.dataTable tbody tr td:last-child{
        display: inline-block;
        width: 100%;
        text-align: center;
    } */


.district-wrapper .col-lg-4.col-md-4 input {
    margin-bottom: 5px;
}

/* 
    @media only screen and (max-width: 1360px) {

        #DataTables_Table_0_wrapper.dataTables_wrapper .row:nth-child(2) .col-sm-12{
            overflow-x: scroll;

        }

    } */


@media only screen and (max-width: 767px) {
    #DataTables_Table_0_wrapper .dataTables_length.dataTables_length {
        margin-bottom: 8px !important;
    }
}


.botm_gap-non {
    margin-bottom: 4px !important;
}




.right-srvice .btn-primary {
    margin-left: 10px;
}



.select2-container {
    min-width: 100% !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    height: auto;
}




.header figure img {
    max-width: 30px;
    filter: grayscale(100%) brightness(0) invert(1);
}

.bar-new {
    left: 54px;
}

.district .modal-header {
    padding: 4px 15px;
    border: 0;
    background: #6f6a8f;
    color: #fff;
}

.district h5.modal-title {
    font-size: 16px;
    text-transform: capitalize;
}

.district .btn-close {
    background-color: #fff;
    background-size: 9px;
    padding: 2px !important;
    border-radius: 50%;
    opacity: 1;
}

.district .modal-content {
    border: 0;
    border-radius: 8px;
    outline: 0;
}

.district .modal-dialog {
    max-width: 400px;
}

.form_body label {
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
}

.form_body input,
.form_body select {
    width: 100%;
    height: 34px;
    border-radius: 5px;
    border: 1px solid #b3b3b3;
    padding: 0 15px;
    font-size: 15px;
}

.form_body_btns {
    margin-top: 10px;
    float: right;
}

.form_body_btns button,
.form_body_btns button:last-child:hover {
    background: #6f6a8f;
    color: #fff;
    font-size: 15px;
    padding: 2px 12px;
    border-radius: 6px;
    margin-left: 5px;
    border: 1px solid #6f6a8f;
    text-transform: capitalize;
    transition: .4s all;
}

.form_body_btns button:last-child {
    background: #fff;
    color: #000;
}

.form_body_btns button:hover {
    background: #6f6a8f;
}

i.fa.fa-edit.icn-grnn {
    cursor: pointer;
}

.form_body figure {
    margin-bottom: 5px;
}

.service-info-header {
    padding: 0 30px;
    justify-content: space-between;
    align-items: center;
}

button.add_btn {
    border: 0;
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 6px;
    font-weight: 500;
    background: #fff;
    transition: .4s all;
}

button.add_btn:hover {
    background: #ededed;
}

/* ================================= */
.select2-container {
    min-width: 400px;
}

.select2-results__option {
    padding-right: 20px;
    vertical-align: middle;
}

/* .select2-results__option:before {
    content: "";
    display: inline-block;
    position: relative;
    height: 20px;
    width: 20px;
    border: 2px solid #e9e9e9;
    border-radius: 4px;
    background-color: #fff;
    margin-right: 20px;
    vertical-align: middle;
    display: none;
} */

/* .select2-results__option[aria-selected=true]:before, .select2-results__option--selected:before {
    font-family: fontAwesome;
    content: "\f00c";
    color: #ffffff;
    background-color: #2c2562;
    border: 0;
    display: inline-block;
    padding-left: 3px;
} */

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}

.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}

.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}

.select2-container--open .select2-dropdown--below {

    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);

}

.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}

.select-icon .select2-selection__placeholder .badge {
    display: none;
}

.select-icon .placeholder {
    display: none;
}

.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
}

.select-icon .select2-search--dropdown {
    display: none;
}

.download-btn.download-btn {
    font-size: 13px;
    display: table;
    margin-left: auto;
    padding: 5px 8px;
    margin-top: 6px !important;
}

.no-scroll.no-scroll .dtls-img {
    height: auto;
}

.vido-btn {
    height: 200px;
}

.sorting_1 {
    padding-left: 18px !important;
}

.sorting_1 ul li,
.note-editable ul li {
    list-style: initial;
}

.sorting_1 ol li,
.note-editable ol li {
    list-style: auto;
}

.modal-show-new .modal-dialog {
    max-width: 90%;
}

.note-editable ol {
    padding-left: 0 !important;
}

.btn-infoo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
}

.btn-infoo a {
    height: 40px;
    background: #6f6a8f;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border-radius: 8px;
}

.btn-infoo a:hover {
    opacity: 0.8;
}

.note-area {
    width: 100%;
    height: 60px;
    border: 1px solid #2C2562;
    border-radius: 12px;
    padding: 10px 20px;
    font-weight: 400;
    font-size: 16px;
}

.new-hding h2 {
    font-size: 24px;
    border-bottom: 1px solid #00000047;
    padding-bottom: 2px;
    margin-bottom: 24px;
    font-weight: 500;
}

.add-btn {
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    gap: 5px;
    background: #3f3962;
    color: #fff;
    font-size: 13px;
    border-radius: 5px;
    margin-bottom: 18px;
}

.add-btn:hover {
    background: #6f6a8f;
    color: white;
}

.mins-btn {
    height: 22px;
    width: 22px;
    background: #af3333;
    font-size: 13px;
    color: white;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.col-wrap {
    border: 1px solid #00000030;
    padding: 12px 10px 0;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 15px;
}

.details-about ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.details-about ul li,
.note-dtls {
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 4px;
    font-size: 16px;
}

.note-dtls.note-dtls {
    width: 100%;
    margin-bottom: 10px;
    font-weight: 400;
}

.details-about ul li span,
.note-dtls span {
    font-weight: 600;
}

.details-about h3 {
    margin-bottom: 12px;
    font-size: 25px;
    font-weight: 600;
    position: relative;
}

.details-about h3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 1px;
    width: 100%;
    background: #00000085;
    border-radius: 100%;
}

.white-bg {
    background: white;
    z-index: 9;
    position: relative;
    padding-right: 15px;
}

.details-about h4 {
    position: relative;
    display: table;
}

.details-about h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    width: 100%;
    background: #00000094;
}

.details-about {
    padding: 15px 15px 3px;
    border: 1px solid #0000002b;
    margin-bottom: 14px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 6px;
}

.details-about:last-child {
    margin-bottom: 0;
}

.hding-info h2 {
    text-align: center;
    margin-bottom: 12px;
}

.submit-wrap a {
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3f3962 !important;
    padding: 0 20px;
    font-size: 17px;
    border-radius: 4px;
    color: #3f3962;
    font-weight: 600;
}

.submit-wrap a:hover {
    background: #3f3962;
    color: white;
}

.submit-wrap a:nth-child(1) {
    background: #3f3962;
    color: white;
}

.submit-wrap a:nth-child(1):hover {
    background: white;
    color: #3f3962;
}

.submit-wrap {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 25px;
}

.bill-wrapper {
    max-width: 650px;
    height: min-content;
    text-align: center;
    width: 100%;
    padding: 55px;
    position: relative;
    inset: 0;
    margin: auto;
    box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.1);
    background: white;
    border-radius: 6px;
    z-index: 9;
}

.chck-img {
    width: 70px;
    margin: 0 auto 12px;
}

.chck-img img {
    width: 100%;
}

.bill-wrapper h3 {
    font-size: 26px;
    margin-bottom: 5px;
    color: #0000008c;
}

.bill-wrapper a,
.submit-bttn,
.green-submit {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    padding: 0 30px;
    border-radius: 4px;
    font-size: 18px;
    background: white;
    color: black;
    text-decoration: none;
    transition: 0.4s all;
    margin-top: 15px;
    border: 1px solid #007d16;
}

.bill-wrapper a:hover,
.submit-bttn:hover,
.green-submit:hover {
    background: #007d16;
    color: white;
    border: 1px solid #007d16;
}

.print {
    background: #007d16 !important;
    border: 1px solid #007d16 !important;
    color: white !important;
}

.print.print:hover {
    background: white !important;
    color: black !important;
}


.bg-cl-gr {
    background: green;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 6px;
    color: white;
}


.bg-cl-rd {
    background: #c93030;
    display: inline-block;
    padding: 1px 8px;
    border-radius: 6px;
    color: white;
}




/*====================================================================================*/
/* rapido-music-dashboard */
.dash-lists {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 0;
    margin-bottom: 40px;
}

.dash-lists li {
    flex: 0 0 auto;
    width: 25%;
    padding: 0 10px;
}

.card-info {
    position: relative;
    height: 100%;
}

.card-info a {
    padding: 40px 20px;
    height: 100%;
    display: block;
    border-radius: 8px;
    color: #fff;
}

.dash-lists li:nth-child(1) .card-info a {
    background: #6346d9;
}

.dash-lists li:nth-child(2) .card-info a {
    background: #d96846;
}

.dash-lists li:nth-child(3) .card-info a {
    background: #d9a546;
}

.dash-lists li:nth-child(4) .card-info a {
    background: #4681d9;
}

.card-info h3 {
    font-size: 22px;
}

.card-info h4 {
    font-size: 40px;
    padding: 5px 0;
}

.card-info i {
    position: absolute;
    right: 20px;
    bottom: 50px;
    font-size: 35px;
    color: #ffffffad;
}

.graph-im img {
    max-width: 100%;
}

.albm-list li img {
    width: 100%;
    height: 160px;
    max-width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.albm-list li {
    width: 50%;
}

.dashboard-ritside h3 {
    font-size: 30px;
    padding-bottom: 10px;
}

/* dashboard-album-dtls */
.card_dtls .crd_hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #9f3b3b;
    color: #fff;
}

.card_dtls .crd_icn_bx {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 20px;
}

.albm_crd .card-header,
.albm_crd .card-footer {
    text-align: center;
    background: #f9b69d;
}

.albm_crd .card-footer .count_num {
    color: #000;
}

.read_btn {
    color: #fff;
    background: #dca935;
}

.inp_div {
    margin-bottom: 10px;
}

.inp_div .form-control {
    border: none !important;
}


.selectize-control.single .selectize-input,
.selectize-dropdown.single {
    font-size: 16px !important;
}

/* songedit-table */
/* Add Button */
/* .add-btn {
    background: #0078ff;
    color: white;
    border: none;
    padding: 10px 16px;
    font-size: 16px;
    border-radius: 6px;
    cursor: pointer;
    margin-bottom: 15px;
}

.add-btn:hover {
    background: #0062d6;
} */

/* Responsive container */
.table-container {
    width: 100%;
    overflow-x: auto;
    /* Enables horizontal scroll on small screens */
    border-radius: 8px;
}

/* Table design */
.song-tbl {
    width: 100%;
    border-collapse: collapse;
    background: white;
    min-width: 900px;
    /* Forces horizontal scroll on small devices */
}

.song-tbl th {
    background: #e9eef5;
    padding: 12px;
    font-weight: 600;
    text-align: left;
    border-bottom: 2px solid #d8dfe8;
}

.song-tbl td {
    padding: 10px;
    border-bottom: 1px solid #e5e5e5;
}

/* Input fields */
.song-tbl input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #cfd4dc;
    border-radius: 4px;
    background: #f8fbfe;
    font-size: 14px;
}

/* Delete button */
.delete-btn {
    text-align: center;
    cursor: pointer;
    color: red;
    font-size: 18px;
}

.delete-btn:hover {
    color: darkred;
    transform: scale(1.15);
}



@media only screen and (max-width: 1560px) {
    .vido-btn {
        height: 180px;
    }

    .download-btn.download-btn {
        font-size: 12px;
    }

    .btn-infoo a {
        height: 34px;
        padding: 0 16px;
        border-radius: 8px;
        font-size: 14px;
    }

    .mins-btn {
        height: 20px;
        font-size: 12px;
    }

    .new-hding h2 {
        font-size: 20px;
        padding-bottom: 1px;
        margin-bottom: 20px;
    }

    .details-about h3 {
        margin-bottom: 12px;
        font-size: 22px;
    }

    .details-about h4 {
        font-size: 19px;
    }

    .hding-info h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .submit-wrap a {
        height: 40px;
        padding: 0 18px;
        font-size: 15px;
    }

    .details-about ul li,
    .note-dtls {
        margin-bottom: 3px;
    }

    .bill-wrapper h3 {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .bill-wrapper a,
    .green-submit {
        height: 38px;
        line-height: 38px;
        padding: 0 26px;
        font-weight: 600;
        font-size: 15px;
        margin-top: 15px;
    }

    .bill-wrapper {
        max-width: 550px;
        padding: 40px;
        border-radius: 6px;
    }

    .chck-img {
        width: 60px;
    }

    /* rapido-music-dashboard */
    .card-info h3 {
        font-size: 18px;
    }

    .card-info h4 {
        font-size: 30px;
        padding: 0;
    }

    .card-info p {
        font-size: 13px;
    }

    .card-info a {
        padding: 20px 13px;
    }

    .card-info i {
        right: 13px;
        bottom: 27px;
        font-size: 24px;
    }

    .dashboard-ritside h3 {
        font-size: 25px;
    }

    .albm-list li img {
        height: 130px;
    }

}

@media only screen and (max-width: 1199px) {

    .header figure img {
        max-width: 22px;
    }
}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {

    .dash-lists li {
        width: 50%;
    }

/* song-edit */
    .add-btn {
        width: 100%;
        font-size: 15px;
    }

    .song-tbl {
        min-width: 700px;
        /* still scrolls but smaller */
    }

    .song-tbl input {
        padding: 6px;
        font-size: 13px;
    }

    .song-tbl th,
    .song-tbl td {
        padding: 8px;
    }

    .delete-btn i {
        font-size: 16px;
    }
}

@media only screen and (max-width: 575px) {

    .details-about ul li,
    .note-dtls {
        width: 100%;
        margin-bottom: 2px;
        font-size: 15px;
    }

    .white-bg {
        padding-right: 10px;
    }

    .details-about h3 {
        margin-bottom: 5px;
        font-size: 18px;
    }

    .details-about ul {
        margin-bottom: 5px;
    }

    .details-about h4 {
        font-size: 16px;
    }

    .details-about {
        padding: 12px 12px 3px;
        border: 1px solid #0000002b;
        margin-bottom: 12px;
    }

    .hding-info h2 {
        margin-bottom: 8px;
        font-size: 19px;
    }

    .bar-new {
        font-size: 16px;
        position: absolute;
        right: 30px;
        left: auto;
    }

}

@media only screen and (max-width: 390px) {
    .header {
        padding: 5px 15px;
    }

    .lst-child.lst-child {
        padding-left: 10px;
        margin-left: 10px;
    }






}