@font-face {
    font-family: "Kalimati";
    src: url("../../font/Kalimati.ttf") format("truetype");
}

@import "https://fonts.googleapis.com/css?family=Mukta:200,300,400,500,600,700,800";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Devanagari:wght@300;400;500;600;700;800;900&family=Outfit:wght@500;700;800;900&display=swap');

::-webkit-scrollbar {
    display: none;
}
/* ::-webkit-scrollbar{
	width: 10px;
	display: transparent;
} */

* {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-size: 100%; */
    list-style: none;
    box-sizing: border-box;
    /* font-family: "Kalimati"; */
        unicode-range: U+30-39; /* Unicode range for numbers */
        /* font-family: 'Noto Serif Devanagari', serif; */
		font-family: 'Outfit', sans-serif;
		font-weight: 600;
		font-size:calc(12px + 0.2vw);

}

b,
strong {
    font-weight: 500;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Mukta", Sans Serif;
    /* font-family: "kalimati", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans,
	Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji",
	"Segoe UI Emoji", "Segoe UI Symbol"; */
    font-size: 16px;
    /* color: #2e2e2e; */
    color: #697a8d;
    /* background-color: #f8f4fc; */
    background-color: #f5f5f9;
}

.dot {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    display: inline-block;
}

.image-container {
    position: relative;
}

.image-container img {
    width: 100%;
    height: auto;
}

.cases-top-buttom {
    margin-top: 100px;
}

#pragati-edit-panel {
    width: 600px;
    height: 105%;
    border-radius: 20px;
    position: absolute;
    top: 50px;
    left: 400px;
    /* display: none; */
    /* z-index: 100; */
    /* background-color: #DCDCDC; */
}

.dash-icon {
    font-size: 18px;
    padding: 24px;
    border-radius: 0.5rem;
}

/* .send-button{
	width: fit-content;
} */

.txt a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.txt h5,
h4 {
    font-size: 14px;
    color: #188c18;
}

.txt i {
    color: #6ebb6e;
}
.txt a:hover {
    color: #7b7781;
}

#page-title .date {
    align-items: center;
    margin-top: 20px;
}

.pagination-tile {
    margin-left: 10px;
}

.select-box {
    height: 30px;
    width: auto;
    /* color: #fff; */
    border-radius: 15px;
    font-size: 16px;
    color: white;
    background-color: #6ebb6e;
    border: none;
    font-weight: 200;
    /* background-color: #f1eafa;
	border-color: #f1eafa; */
}

/* navbar header */

.select-box-selected {
    background-color: #6ebb6e;
}
.select-box:hover {
    background-color: #6ebb6e;
}

input[type="text"] {
    text-align: left;
}
input[type="email"] {
    text-align: left;
}
input[type="password"] {
    text-align: left;
}
input[type="number"] {
    text-align: left;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#drop-button {
    color: white;
    border: none;
    cursor: pointer;
}

#download {
    position: relative;
    display: inline-block;
    color: black;
    margin-top: -6px;
}

#download-option {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.head-title h4 {
    color: #188c18;
}
#download-option a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

#download-option a:hover {
    background-color: #f1f1f1;
}

#download:hover #download-content {
    display: block;
}

.table-head {
    /* background-color: #2a88bf; */
    background-color: #0077b6;
    /* background-color: #e7e7ff; */
    color: #fff;
    /* color: #696CFF; */
}

th {
    font-weight: 500;
}

/* .row {
	display: inline;
} */

ul {
    list-style: none;
}
/* 
.rec1{
	height: 10px;
	width:  10px;
	background-color: rgb(119, 200, 238);
	margin-right: 5px;
	display: inline-block;
}

.rec2{
	height: 10px;
	width:  10px;
	background-color: rgb(247, 29, 29);
	display: inline-block;
}

.rec3{
	height: 10px;
	width:  10px;
	background-color: rgb(80, 240, 17);
	display: inline-block;
} */

.bdr-rds {
    border-radius: 100%;
}

.header-navbar {
    height: 64px;
    padding: 0 10px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 0.375rem 0.25rem rgb(161 172 184 / 15%);
    background: white;
}

.logo-tag {
    margin: 0 6px 0 0;
}

.logo-tag a,
.logo-tag img,
.logo-tag span {
    float: left;
}

.logo-tag span {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.logo-tag a {
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    border-radius: 5px;
    padding: 6px 8px;
    margin: 0 2px;
}

.logo-tag img {
    max-height: 30px;
    margin-right: 5px;
    height: 30px;
}

.header-navbar .nav-pills > li > a {
    width: 100%;
    padding: 7px 8px 8px 8px;
    font-size: 12px;
    font-weight: 600;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    height: 32px;
}

.header-navbar .nav-pills > li > a i {
    font-size: 16px;
}

.header-navbar .nav-pills > li > a i.custom-down {
    margin-left: 4px;
    font-size: 15px !important;
    padding-top: 2px;
    float: right;
}

.auth-set {
    margin-top: 10px;
    background-color: #000;
}

/* MailMila index*/
.table-content {
    background-color: white;
    padding: 10px;
    z-index: 2;
}

#melmelipah-buttons {
    margin-left: auto;
    display: flex;
    gap: 20px;
}
/*language */
.lan {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.lang-table {
    padding: 10px;
}

/* For different theme */
.logo-tag a:hover,
.header-navbar .nav-pills > li > a:hover,
.header-navbar .nav-pills > li > a:focus,
.header-navbar .nav .open > a,
.header-navbar .nav .open > a:focus,
.nav .open > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.logo-tag span {
    color: #4d4d4d;
}

.header-navbar .nav-pills > li > a {
    color: rgba(255, 255, 255, 0.7);
}
/* For different theme */

.header-avatar {
    border-radius: 100%;
    border: solid 1px rgba(255, 255, 255, 0.9);
}

.nav-pills > li.header-user > a {
    padding-top: 5px;
    padding-bottom: 4px;
}

.nav > li > a > img {
    display: inline-block;
    margin-top: 10px;
}

.li-user {
    padding: 3px 20px;
    white-space: nowrap;
}

.li-user h2 {
    font-size: 16px;
    margin: 0 0 3px;
}

.li-user p {
    margin: 0;
}

.li-title {
    padding: 3px 20px;
    font-size: 14px;
    white-space: nowrap;
    color: #707070;
}

.page-wrapper {
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    /* background-color: #f3f3fa; */
    /* background-color: #f5f5f9; */
    height: 100vh;
}

.nav-sidebar.active {
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    position: fixed;
    z-index: 99;
    width: 290px;
    overflow: auto;
    /* top: 20px; */
    top: 62px;
    bottom: 0;
    /* padding-top: 10px; */
    left: 0;
    /* background-color: #c4e4e0; */
    background: white;
    /* box-shadow: inset -2px 0 0 #e5e5e5; */
    box-shadow: 0 0.125rem 0.375rem 0 rgb(161 172 184 / 12%);
}

.nav-sidebar {
    width: 70px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    position: fixed;
    z-index: 99;
    /* top: 20px; */
    top: 62px;
    bottom: 0;
    /* padding-top: 10px; */
    left: 0;
    /* background-color: #4d8880; */
    background-color: #696cff;
    box-shadow: inset -2px 0 0 #e5e5e5;
}

.nav-sidebar ul#sidenavbibad-prakar.collapse {
    display: none;
}

.nav-sidebar.active ul#sidenavbibad-prakar.collapse.in {
    display: inline;
}

.nav-sidebar ul#sidenavuser.collapse {
    display: none;
}

.nav-sidebar.active ul#sidenavuser.collapse.in {
    display: inline;
}

.nav-sidebar ul#sidenavupayogi-link.collapse {
    display: none;
}

.nav-sidebar.active ul#sidenavupayogi-link.collapse.in {
    display: inline;
}

.nav-sidebar ul#sidenavlog.collapse {
    display: none;
}

.nav-sidebar.active ul#sidenavlog.collapse.in {
    display: inline;
}

.nav-sidebar ul#sidenavlanguage.collapse {
    display: none;
}

.nav-sidebar.active ul#sidenavlanguage.collapse.in {
    display: inline;
}

.nav-sidebar ul#sidenavconfig.collapse {
    display: none;
}

.nav-sidebar.active ul#sidenavconfig.collapse.in {
    display: inline;
}

.inner-navbar {
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}

.ul-sidebar {
    list-style: none;
    margin: 0;
    /* padding: 20px 0 60px; */
    padding: 20px 0 60px;
}

.ul-sidebar li {
    white-space: nowrap;
    margin: 0;
}

.ul-sidebar li a {
    display: block;
    padding: 13px 10px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    text-decoration: none;
    color: white;
    position: relative;
}
.nav-sidebar.active .ul-sidebar li a {
    color: #697a8d;
    border-radius: 0.375rem;
    margin-left: 1em;
    margin-right: 1em;
}

.nav-sidebar.active .ul-sidebar li ul li a:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 16px;
    left: 21px;
    width: 6px;
    height: 6px;
    background-color: #b4bdc6;
}

.nav-sidebar.active .ul-sidebar li ul li.active a:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    top: 12px;
    left: 17px;
    width: 14px;
    height: 14px;
    background-color: #696cff;
    border: 3px solid #e7e7ff;
}

.nav-sidebar.active .ul-sidebar li.active ul li.active > a {
    background: none;
    color: #566a7f;
    font-weight: 600;
}

.nav-sidebar.active .toggler a {
    width: 290px;
    /* background: #c4e4e0; */
    background-color: #ddd;
    color: #707070;
    z-index: 99;
}
.nav-sidebar.active .toggler span {
    opacity: 1;
}

.nav-sidebar .toggler a {
    border: none;
    width: 68px;
    color: white;
    /* background: #4d8880; */
    background: #ddd;
    z-index: 99;
    align-items: center;
}
.nav-sidebar .toggler a .toggle-button {
    margin-left: 5px;
}
.nav-sidebar .toggler span {
    opacity: 0;
}
.ul-sidebar > li.active {
    box-shadow: inset -4px 0 0 #0077b6;
}

.nav-sidebar.active .ul-sidebar li.active > a {
    /* background: rgba(0, 0, 0, 0.04); */
    background: #0077b6;
    /* color: #393982; */
    color: #fff;
}

/* .nav-sidebar.active .ul-sidebar li.active > a:before{
	content: "";
	position: absolute;
	right: 0;
	width: 0.25rem;
	height: 2.5rem;
	border-radius: 0.375rem 0 0 0.375rem;
	background: #696cff;
} */

.ul-sidebar > li:hover > a,
.ul-sidebar > li:focus > a {
    background-color: rgba(0, 0, 0, 0.06);
    color: #2e2e2e;
}

.ul-sidebar li ul li:hover a,
.ul-sidebar li ul li:focus a {
    background-color: rgba(0, 0, 0, 0.06);
    color: #2e2e2e;
}

.ul-sidebar li.active > a:hover,
.ul-sidebar li.active > a:focus {
    background-color: rgba(0, 0, 0, 0.06);
    color: #393982;
}

.nav-sidebar.active .ul-sidebar li a i {
    float: left;
    font-size: 16px;
    -webkit-animation-duration: 0.7s;
    -moz-animation-duration: 0.7s;
    -o-animation-duration: 0.7s;
    animation-duration: 0.7s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-align: center;
    text-decoration: none;
    background: none;
    speak-as: none;
    -webkit-font-smoothing: antialiased;
    justify-content: center;
    /* color: #697a8d; */
    color: #566a7f;
}

.nav-sidebar.active .ul-sidebar li.active a i {
    color: #fff;
}

.nav-sidebar .ul-sidebar li a i {
    align-items: center;
    transform: translateX(50%);
}

.nav-sidebar.active .span-link {
    font-weight: lighter;
    display: block;
    padding-left: 25px;
    margin-left: 10px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
}

.nav-sidebar .span-link {
    display: none;
    padding-left: 25px;
    margin-top: -2px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
}

.nav-sidebar .ul-sidebar .panel ul li i {
    display: none;
}

.navbar .toggle-button span {
    display: none;
}
.page-contents {
    min-height: calc(100vh - 40px);
    padding-bottom: 100px;
}

.page-wrapper {
    /* padding-left: 220px; */
    padding-left: 290px;
}

.custom-container-fluid {
    max-width: 1500px;
    /* padding-left: 80px; */
    /* padding-left: 1.625em; */
    /* padding-right: 15px; */
    /* margin-left: auto; */
    margin-top: 62px;
    /* margin-right: 40px; */
    /* background-color: #f8f4fc; */
}

#thegana {
    color: #333333;
    font-size: 18px;
    font-weight: 700;
}

#thegana-1 {
    font-size: 16px;
    font-weight: 600;
}

.sub-head h2 {
    font-weight: 700;
    font-size: 20px;
    /* color: #333333; */
}

.add-button {
    margin-left: 1.5rem;
    background-color: #6ebb6e;
    border: none;
}
.toggle-button {
    display: block;
    width: 218px;
    position: fixed;
    bottom: 0;
    padding: 16px;
    background-color: #fafafa;
    border-top: 2px solid #e5e5e5;
    color: #707070;
    text-decoration: none !important;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    white-space: nowrap;
}

.toggle-button span {
    display: inline-block;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
}

.nav-sidebar.active .toggle-button:before {
    position: relative;
    content: "\f100";
    font-family: "FontAwesome";
    top: 1px;
    z-index: 9;
    margin-right: 10px;
    font-size: 20px;
}

.nav-sidebar .toggle-button:before {
    position: relative;
    margin-left: 6px;
    content: "\f101";
    text-align: center;
    font-family: "FontAwesome";
    top: 1px;
    z-index: 9;
    margin-right: 10px;
    font-size: 20px;
}

.toggle-button:hover,
.toggle-button:focus {
    background-color: #e5e5e5;
    color: #2e2e2e;
}

.ul-sidebar .panel {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-sidebar.active .ul-sidebar a.arw:after,
.ul-sidebar a.arw.collapsed:after {
    position: absolute;
    /* right: 10px; */
    right: 13px;
    content: "\f054";
    font-family: "FontAwesome";
    /* font-size: 8px; */
    font-size: 15px;
    top: 50%;
    /* margin-top: -5px; */
    margin-top: -12px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    z-index: 9;
}
.nav-sidebar .ul-sidebar a.arw:after,
.ul-sidebar a.arw.collapsed:after {
    position: absolute;
    right: 10px;
    content: "";
    font-family: "FontAwesome";
    font-size: 8px;
    top: 50%;
    margin-top: -5px;
    transition: 0.2s ease-in-out 0s;
    -webkit-transition: 0.2s ease-in-out 0s;
    z-index: 9;
}

.ul-sidebar a.arw:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.ul-sidebar a.arw.collapsed:after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.nav-sidebar ul #sidenavupayogi-link {
    display: transparent;
}
.ul-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    /* background-color: rgba(0, 0, 0, 0.06); */
}

.ul-sidebar ul li a {
    padding: 8px 16px 8px 40px;
    white-space: normal;
}

/* chart cards */

.page-wrapper .card-1 {
    margin-top: 20px;
    background-color: white;
    height: auto;
    border-radius: 1rem;
}

/*sms */
.sms-card {
    background: white;
    top: 15%;
}
.sms {
    display: flex;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    flex-direction: row;
    justify-content: space-between;
    background-color: #6ebb6e;
    cursor: pointer;
}

.sms-head {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 20px;
    color: white;
}

.sms-cross {
    margin-right: 10px;
    margin-bottom: 10px;
}

/* prog */

.prog-card {
    background: white;
    top: 15%;
}
.prog {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #6ebb6e;
    cursor: pointer;
}

.prog-head {
    margin-top: 10px;
    margin-left: 10px;
    font-size: 20px;
    color: white;
}

.prog-cross {
    margin-right: 10px;
    margin-bottom: 10px;
}

.options {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 60px;
    gap: 40px;
}

.options-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 20px;
    gap: 40px;
}

.toggle-page {
    padding-left: 50px;
    padding-right: 50px;
}

.toggle-page .card-1 {
    margin-top: 20px;
    background-color: white;
    width: 550px;
    height: 280px;
    border-radius: 1rem;
}

.toggle-page .page-wrapper.toggle-page .nav-sidebar {
    width: 70px;
    text-align: center;
}

.page-wrapper.toggle-page .nav-sidebar ul li a i {
    margin-right: 20px;
}

.toggle-page .span-link,
.toggle-page .ul-sidebar a.arw:after {
    display: none;
}

.toggle-page .ul-sidebar li a i {
    float: none;
    display: block;
    height: 18px;
}

.toggle-page .toggle-button {
    width: 48px;
}

.toggle-page .toggle-button span {
    opacity: 0;
    display: none;
}

.toggle-page .toggle-button:before {
    position: relative;
    content: "\f101";
    font-family: "FontAwesome";
    top: 1px;
    z-index: 9;
    margin-right: 10px;
    font-size: 20px;
}

.toggle-page .ul-sidebar li ul li a {
    padding-left: 25px;
}

.ul-sidebar ul li:first-child {
    display: none;
}

.toggle-page .ul-sidebar ul li:first-child {
    display: block;
}

#dash-small-head {
    width: 100%;
    font-size: 18px;
    font-style: italic;
    line-height: 1rem;
}

#dash-small-head-2 {
    /* margin-left: 12px; */
    font-size: 18px;
    /* font-style: italic; */
    line-height: 1rem;
}

/* home page stats */

.panel-body {
    padding: 4rem;
}

.home-stats > a {
    text-decoration: none;
    color: #697a8d;
}

.home-card > i {
    color: #6ebb6e;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.home-card:hover {
    transform: scale(1.05); /* Scale up on hover */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Adjusted shadow on hover */
}


.home-card {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    /* padding: 10px; */
    padding: 1.625rem;
    padding: 2rem;
}

.home-card-right {
    display: flex;
    flex-direction: column;
    /* color: black; */
    margin-left: 15px;
}

.home-card-right h4 {
    /* margin-top: 0; */
    font-size: 4rem;
    font-weight: 500;
    color: #697a8d;
}

.home-card-right > h5 {
    font-weight: normal;
    font-size: 16px;
}
.cashd {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin: 10px 30px 10px 30px;
}

.casd {
    background-color: white;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 10px;
    gap: 20px;
    width: 250px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
}
.casd a {
    text-decoration: none;
    color: #000;
    font-weight: 500;
}
.casd h5,
h4 {
    line-height: 1rem;
    font-size: 14px;
    color: black;
    font-weight: 700;
}

.casd i {
    color: #6ebb6e;
}

/*mobile-devices*/

#small-stats {
    display: none;
    border-radius: 10px;
    width: 100%;
    height: 300px;
    color: black;
    background-color: white;
    padding: 10px;
}
#stats-1 {
    color: black;
}
#main-stats {
    display: block;
    cursor: pointer;
}
.stats {
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stats a {
    text-decoration: none;
}
.stats-1 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 5px;
    flex-direction: row;
    border: 1px solid #e1adad;
    border-radius: 5px;
}

.circle-1 {
    background-color: #e1adad;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.circle-1 i {
    margin-top: 10px;
    color: white;
}

.stats-2 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #6fb3de;
}
.circle-2 {
    background-color: #6fb3de;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.circle-2 i {
    margin-top: 10px;
    color: white;
}
.stats-3 {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #7d548c;
    border-radius: 5px;
}
.circle-3 {
    background-color: #7d548c;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.circle-3 i {
    margin-top: 10px;
    color: white;
}
.stats-4 {
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px;
    border: 1px solid #c4c7a9;
}
.circle-4 {
    background-color: #c4c7a9;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
}
.circle-4 i {
    margin-top: 10px;
    color: white;
}

.breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 0;
    border-radius: 0;
    margin-bottom: 15px;
    padding-top: 0;
}

.breadcrumb li a {
    /* font-size: 12px; */
    color: #707070;
}

.breadcrumb > li + li:before {
    padding: 0 6px;
    color: #ccc;
    content: ">";
    /* color: #707070; */
    color: #697a8d;
    font-size: 14px;
    margin-top: -2px;
}

.breadcrumb > .active {
    /* color: #2e2e2e; */
    color: #697a8d;
    /* font-size: 12px; */
    font-weight: 600;
}
/* Default styles */
.nav-tabs > li > a {
    background: #0077b6 !important;
    border: none;
    color: #fff !important;
    padding: 1.25rem 2rem;
    border-radius: 0;
}

.nav-tabs > li:first-child > a {
    border-top-left-radius: 4px;
}

.nav-tabs > li:last-of-type > a {
    border-top-right-radius: 4px;
}

.nav-tabs > li:not(:first-child) > a {
    border-left: 1px solid white;
}

.nav-tabs > li.active > a {
    background: #fff !important;
    border: none !important;
    color: #697a8d !important;
    box-shadow: 0 2px 6px 0 rgb(67 89 113 / 12%);
}

.nav-tabs > li.inactive > a {
    background: #0077b6 !important;
    border-left: 1px solid rgb(73, 54, 247) !important;
    color: #fff !important;
    box-shadow: 0 2px 6px 0 rgb(67 89 113 / 12%);
}

.nav-tabs > li:not(:first-child).active > a {
    border-left: 1px solid white !important;
}

.nav-tabs li {
    margin-bottom: 0;
}

.nav-tabs li a {
    height: 50px;
    margin-right: 10px;
    line-height: 2rem;
    font-weight: bold;
    color: #212529;
    border-radius: 5px 5px 0 0;
    padding: 10px;
}

.nav-tabs li.active a,
.nav-tabs li a:hover {
    background-color: #e9ecef;
    border-color: #dee2e6;
}

/* Responsive styles for smaller screens (e.g., mobile) */
@media (max-width: 767px) {
    .nav-tabs li a {
        height: auto;
        padding: 10px;
        text-align: center;
        border-radius: 5px;
    }
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    vertical-align: middle;
}

.table a,
.table img {
    display: inline-block;
}

.table p {
    margin: 0;
}
/* tr:nth-child(even) {
	background-color: #f2f2f2;
} */

table .form-group {
    margin-bottom: 0;
}

.name-title {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.name-title img {
    margin-right: 5px;
    align-self: flex-start;
    border-radius: 50px;
}

.span-icon {
    display: inline-block;
    margin-right: 3px;
}

.span-icon i {
    margin-right: 3px;
}

.no-bdr {
    border: none;
}

.no-bckg {
    background: none !important;
}

.col-md-6 {
    font-weight: 600;
}

/* .sms-tath{
	height: 500px;
} */

.panel {
    /* margin-top: 20px; */
    /* margin-top: 1.625rem; */
    /* margin-top: 30px; */
    margin-bottom: 30px;
}
.panel-heading {
    border-radius: 0;
    box-shadow: none;
}

.page-head {
    margin-bottom: 10px;
}

.col-md-10 {
    font-size: 18px;
    font-weight: 600;
}
.form-horizontal [class*="col-"] {
    /* margin-bottom: 5px; */
    margin-bottom: 30px;
}

#cases-subhead {
    font-size: 14px;
    font-weight: 700;
}
.colsp-tr td {
    padding: 0 !important;
}

.colsp-tr td .panel {
    border: none !important;
    border-bottom: solid 1px #ddd !important;
    margin-bottom: 0;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.form-horizontal .form-inline .form-group {
    margin-right: 0;
    margin-left: 0;
}

.table-bordered td {
    border-bottom: none !important;
}

/* Suchi */
#mel-info-head h2 {
    color: #777;
    font-weight: 700;
    font-size: 1px;
}
#mel-info-para {
    color: #777;
    margin-top: 20px;
}
/*melmelipah */
#mel-down a {
    text-decoration: none;
}

#mel-down a:hover {
    text-decoration: none;
}
/* vivad index */
.vivaad {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.vivaad-download {
    margin-left: 350px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    padding: 6px;
}
/* css started for login page */
.login-wrapper {
    width: 100%;
    height: 100%;
    display: table;
    background: url(../images/login-top.png) no-repeat right -240px top -70px,
        url(../images/login-bottom.png) no-repeat left -280px bottom -140px;
}

.login-inner-wrapper {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px;
}

.login-sec {
    max-width: 470px;
    margin: 30px auto;
    border-radius: 21px;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 0px 12px 2px rgba(41, 41, 97, 0.08);
}

.login-sec h1 {
    font-size: 33px;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal;
    margin: 15px 0 35px;
}

.login-sec h2 {
    color: #424242;
    font-size: 15px;
    text-align: center;
    margin: 0 0 20px;
}

.btn-block {
    width: 100%;
}

.login-group {
    margin-bottom: 20px;
}

.login-group .form-control {
    height: 50px;
    border-radius: 6px;
    /*  border-color: #BBBAD6;
	border-width: 2px;
	background-color: #FAFAFC;*/
}

.login-btn {
    height: 50px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: 6px;
    outline: none !important;
    box-shadow: none !important;
}

.login-btn:hover {
    opacity: 0.9;
}

.form-row {
    padding: 10px;
}
.invalid-text {
    text-align: center;
    margin-bottom: 15px;
    font-size: 16px;
}

.login-group i {
    font-size: 20px;
}
select.input-sm {
    height: 30px;
    line-height: 13px;
}
.form-control {
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
    border: 1px solid #d9dee3;
    font-size: 16px;
    height: auto;
    display: block;
    width: 100%;
    color: #697a8d;
    background-color: #fff;
    /* background-clip: padding-box; */
    border: 1px solid #d9dee3;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: 0.375rem; */
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
/* @media(max-width: 1370px) {
	.login-wrapper {
		background-position: right -250px top -100px, left -350px bottom -200px;
	}
}

@media(max-width: 991px) {
	.login-wrapper {
		background-position: right -300px top -175px, left -480px bottom -300px;
	}
} */

/* css for dropdown */

/* css ended for login page */

/**** Css ***/
#page-title h2 {
    font-size: 20px;
    font-weight: 600;
    /* color: #188c18; */
}

.glyph-icon {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    background: none;
    speak-as: none;
    -webkit-font-smoothing: antialiased;
}
.send {
    background-color: #6ebb6e;
    border: none;
}

.send:hover {
    background-color: #6ebb6e;
    border: none;
}

.dashboard-date {
    margin-right: 18px;
    margin-top: 20px;
}

#page-title .right {
    margin-top: 10px;
}

.form-delete {
    display: inline-block;
}

.control-label {
    font-size: 14px;
    font-weight: 600;
}
.col-sm-8 {
    font-size: 18px;
}

.led button {
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
}
.sub-label {
    font-weight: 300;
}

.require::after {
    content: " *";
    color: red;
    position: relative;
    right: 5px;
    top: -7px;
}

/* hamburger-menu */
#navbar-bar {
    display: none;
}

/* input text */

.text-field {
    outline: none;
    border-bottom: 1px dashed;
}

#kartaharu-download {
    text-align: right;
    margin-top: 10px;
}
/* melmelipkarta-card */
.karta-card-header {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
    width: 100%;
}

.karta-card-logo {
    display: flex;
    align-items: center;
}

.karta-card-body {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
}

.karta-card-label {
    display: flex;
    flex-direction: column;
    text-align: justify;
    line-height: 1.7;
}

.karta-card-label2 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.karta-card-photo {
    border: 1px solid;
    width: 100%;
    height: 60%;
}

/*** to distinguish sections */
.container-nibedak {
    background: #f0f0f0;
}

.panel {
    box-shadow: 0 2px 6px 0 rgb(67 89 113 / 12%);
    border: 0;
    border-radius: 0.5rem;
}

.home-card > i#lock-icon {
    color: #ff3e1d;
    background: #ffe8e5;
}

.home-card > i#ok-icon {
    color: #72dc38;
    background: #eefbe8;
}

.home-card > i#refresh-icon {
    color: #02c3ec;
    background: #e7f7fb;
}

.home-card > i#folder-open-icon {
    color: #696cff;
    background: #ededff;
}
.tab-content {
    box-shadow: 0px 6px 7px -1px rgb(67 89 113 / 12%);
    background: white;
    padding: 2rem;
    z-index: 1;
    /* position: inherit; */
    position: relative;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}

.nav-tabs {
    border-bottom: none;
}

.nav-tabs > li {
    margin-bottom: -3px;
}
.navbar-list{
    margin-top: 8px;
}
.custom-container-fluid.container-fluid {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}

label {
    font-weight: 500;
}

.form-control:focus {
    border-color: #696cff;
    box-shadow: none;
}

.alert-danger {
    background-color: #ffe0db;
    border-color: #ffc5bb;
    color: #ff3e1d;
}

input[type="time"].form-control {
    line-height: unset;
}

.alert-dismissible .close {
    color: #ff3e1d;
    opacity: 1;
    font-size: 32px;
}

.btn-outline {
    border: 1px solid #696cff;
    background: transparent;
    color: #696cff;
    background-color: white;
}

.btn {
    padding: 1rem 2rem;
    font-size: 16px;
}
.btn-success {
    margin-right: 190px;
}
.btn-outline:hover {
    /* background-color: rgba(105,108,255,.16); */
    background-color: #696cff;
    /* color: #696CFF; */
    color: white;
}

.btn-outline:focus,
.btn-outline:active:focus {
    outline: none;
}

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

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

.btn-default.btn-danger {
    background: white;
    color: #ff3e1d;
    border-color: #ff3e1d;
    padding: 0.5rem 0.5rem;
    margin: 6px;
}

.btn-default.btn-danger:hover {
    background: #ff3e1d;
    color: white;
}

.btn-default.btn-danger:focus,
.btn-default.btn-danger:active:focus {
    outline: none;
}

.nibedak > .nibedak-block:first-child .btn-default.btn-danger,
.opposition > .opposition-block:first-child .btn-default.btn-danger,
.saakshi > .saakshi-block:first-child .btn-default.btn-danger {
    display: none;
}

.text-field#whichBodyOther {
    width: 100%;
}

input#file-upload-button {
    background: white;
    border: none;
}

::file-selector-button {
    font: inherit;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
.form-control[type="file"] {
    overflow: hidden;
    padding-top: 4px;
    padding-bottom: 4px;
}
.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control::file-selector-button {
    padding: 0.4375rem 0.875rem;
    margin: -0.4375rem -0.875rem;
    -webkit-margin-end: 0.875rem;
    margin-inline-end: 0.875rem;
    color: #697a8d;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #f2f2f2;
}
.form-control::-webkit-file-upload-button {
    padding: 8px 0.875rem;
    margin: -0.4375rem -0.875rem;
    -webkit-margin-end: 0.875rem;
    margin-inline-end: 0.875rem;
    color: #697a8d;
    background-color: #fff;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none;
    }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #f2f2f2;
}
.form-control-sm {
    min-height: calc(1.53em + 0.5rem + 2px);
    padding: 0.25rem 0.625rem;
    font-size: 0.75rem;
    border-radius: 0.25rem;
}
.form-control-sm::file-selector-button {
    padding: 0.25rem 0.625rem;
    margin: -0.25rem -0.625rem;
    -webkit-margin-end: 0.625rem;
    margin-inline-end: 0.625rem;
}
.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.625rem;
    margin: -0.25rem -0.625rem;
    -webkit-margin-end: 0.625rem;
    margin-inline-end: 0.625rem;
}
.form-control-lg {
    min-height: calc(1.53em + 1.5rem + 2px);
    padding: 0.75rem 1.25rem;
    font-size: 1rem;
    border-radius: 0.5rem;
}
.form-control-lg::file-selector-button {
    padding: 0.75rem 1.25rem;
    margin: -0.75rem -1.25rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
}
.form-control-lg::-webkit-file-upload-button {
    padding: 0.75rem 1.25rem;
    margin: -0.75rem -1.25rem;
    -webkit-margin-end: 1.25rem;
    margin-inline-end: 1.25rem;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 16px;
    padding-right: 16px;
}

.btn-danger {
    background-color: #e72207;
    border-color: #e72207;
}

.panel-default > .panel-heading {
    background: white;
}

#sub-cases-topic {
    margin-top: 0;
    margin-bottom: 0;
}

.heading {
    padding: 15px !important;
    cursor: pointer;
}

.heading > h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.heading + .person-detail {
    display: none;
}

.panel.title {
    padding: 10px 15px;
}

.h5,
h5 {
    font-size: inherit;
}

.panel.title h5 {
    margin-bottom: 5px;
}

.modal-dialog.preview-modal {
    width: 798px;
    line-height: 2;
}

.dotted-underline {
    min-width: 80px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}

.dotted-underline:after {
    position: absolute;
    width: 100%;
    bottom: 5px;
    left: 0;
    content: "";
    border-bottom: 1px dotted black;
}

#notDarta .dropdown-menu > li > a {
    padding-top: 9px;
    padding-bottom: 9px;
}

#notDarta .dropdown-menu > li > a i {
    padding-top: 2px;
    padding-right: 8px;
}

#notDarta table.dataTable thead > tr > th.sorting_asc,
#notDarta table.dataTable thead > tr > th.sorting_desc,
#notDarta table.dataTable thead > tr > th.sorting,
#notDarta table.dataTable thead > tr > td.sorting_asc,
#notDarta table.dataTable thead > tr > td.sorting_desc,
#notDarta table.dataTable thead > tr > td.sorting {
    padding-right: 16px;
}

.main-stats {
    display: flex;
    margin-bottom: 30px;
}

.home-stats > a {
    display: block;
    height: 100%;
}

.panel.home-card {
    margin-bottom: 0;
    height: 100%;
}

.dropdown-menu .btn {
    text-align: left;
    background: none;
    border: none;
    padding: 3px 20px;
}

.dropdown-menu .btn i {
    padding-top: 2px;
    padding-right: 8px;
}

#sabai-thik-chha {
    background: rgba(105, 108, 255, 0.16);
    border: 1px solid #696cff;
}

#thikcha {
    margin-right: 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

#yedi-label {
    display: none;
}

.dastur-block {
    background: #eee;
    background: #e9eff8;
    /* padding: 30px 15px; */
    border-radius: 15px;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.375rem;
}

.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.preview-triggered-modal,
.preview-modal {
    font-family: "Mukta", sans-serif;
    font-size: 16px;
    color: black;
}

.preview-triggered-modal .h6,
.preview-modal .h6,
.preview-triggered-modal h6,
.preview-modal .h6 {
    font-size: 16px;
}

.preview-triggered-modal .modal-body,
.preview-modal .modal-body {
    padding: 60px;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.d-inline {
    display: inline !important;
}
.float-end {
    float: right !important;
}

.preview-triggered-modal .clearfix,
.preview-modal .clearfix {
    clear: both;
}

.preview-modal .modal-dialog {
    width: 800px;
}

.modal-title h1,
#exampleModallLabel {
    font-size: 24px;
}

.preview-modal,
.preview-triggered-modal {
    line-height: 2;
}

.modal-body h6 {
    font-size: 16px;
}

.dotted-underline[data-from="doc_evidence"] {
    text-align: left;
}

.required {
    color: red;
    font-weight: bolder;
    position: absolute;
    margin-left: 8px;
    font-size: 25px;
    margin-top: -14px;
}

.print-mleft10vw{
    margin-left: 7vw !important;
}
