/*General Css*/

@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
  background: #ededed;
  font-family: "Urbanist", sans-serif !important;
  background: #f5f7ff;
  font-weight: 400;
  letter-spacing: 0.4px;
}
body[data-sidebar-size=sm] #side-menu span{
	display: none;
}
body[data-sidebar-size=sm] #side-menu i img{
	width: 23px;
}
body[data-sidebar-size=sm] #sidebar-menu ul li a {
	    padding: 1.5rem 1.1rem !important;
}
body[data-sidebar-size=sm] #sidebar-menu {
    padding: 30px 0 30px 0;
}
body[data-sidebar-size=sm] #sidebar-menu ul li a i{
	    top: 12px;
}
.vertical-menu .vertical-menu-btn{
	display: none;
}
/* .vertical-menu-btn{
	display: none;
} */
.card {
  background: transparent;
  box-shadow: none;
  border: none;
  padding: 0;
}

.page-title-box {
  padding: 0.5rem 1rem;
  background: transparent;
  /* margin-bottom: 0.7rem; */
}

/*----------------------- inventory management system --------------------------------*/

/*.custom-cell-width td{
	width: 100%;
	max-width: 50px !important;
}
td*/

/* login page */
.login-title {
  color: #032954;
  font-size: 32px;
  font-weight: 400;
}
.login_logo {
  width: 394px;
}
.right_side_div {
  background-image: url("../images/ims/login_right.png");
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.right-side-container {
  height: 100vh;
  padding: 30px 30px 30px 0;
}
.logo-page-label {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
}
.forgot_btn {
  text-align: end;
  display: block;
  text-decoration: underline !important;
  margin-top: 20px;
}
.login_heading {
  margin-top: 20px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  font-family: "Urbanist", sans-serif;
  color: #323130;
  margin-bottom: 50px;
}
.privacy-policy {
  text-align: -webkit-right;
  margin-top: 60px !important;
}
.privacy-policy p {
  width: 287px;
  font-size: 16px;
  font-weight: 400;
}
.login-body {
  background-image: url("../images/ims/login_back.png");
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 0;
}
.modal-single-text-area {
  min-height: 150px !important;
  resize: none;
}
.text-area{
     min-height: 130px !important;
    resize: none;
    width: 100%;
    border-radius: 20px;
    border: 1px solid #d7d7d7;
    padding: 15px;   
}
.view-header{
  color: #2A2A2A;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;

}

/* --------------------------------------------------------------------------------------------------- */

.wel-come-message {
  font-family: "Fredoka", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  color: #032954;
  margin-bottom: 8px;
  display: flex;
    align-items: center;
    height: 100%;
}
.wel-come-update {
  font-family: "Fredoka", sans-serif;
  color: #2a2a2a80;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
}
.notification_btn {
  position: relative;
  height: auto;
  background-color: #ededed;
  border-radius: 50%;
  padding: 8px 14px;
}

.notification_btn:hover {
  background-color: #ededed;
}
.noti-icon .badge {
  background: #ff0000 !important;
}
.noti-icon i {
  color: #1f572f;
}
.noti-icon .badge {
  position: absolute;
  top: 0px;
  right: -6px;
  background-color: #ff0000 !important;
}
.btn.active,
.btn.show,
.btn:active,
.btn:focus,
.btn:hover {
  background-color: #ededed !important;
}
.profile-img{
    width: 50px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    height: 50px;
}
.page-title-box h4 {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 22px !important;
  color: #032954;
  margin: 0;
}

.btn-trasparent {
  background-color: transparent;
  color: #2a2a2a;
  font-size: 16px;
  border: none;
  font-weight: 400;
  border-radius: 8px;
  padding: 8px 14px;
}

.btn-trasparent.active {
  background-color: #e2fc63 !important;
}

label {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 14px !important;
  color: #2a2a2a;
}
.form-group {
  margin: 0 0 1.5rem;
}

.form-group label::after {
  content: " *";
  color: red;
}

.not-required{
	margin: 0 0 1.5rem;
}

.form-control {
 	border: 1px solid #b7b7b7;
    /* background-color: #EDEDED80; */
    max-height: 41px;
    height: 100vh;
    border-radius: 12px;
    /* color: #2a2a2a4d; */
}
.form-control:focus {
  border-color: none !important;
 /*  border: 1px solid #2a2a2a33;
  color: #2a2a2a4d; */
}
.form-control:focus {
    box-shadow: 0 0 0 .15rem rgba(0, 123, 255, .25);
}

/* drop zone signle image */

.drop-zone {
  border: 2px dashed #888;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  /* margin: 20px auto; */
  /* max-width: 400px; */
  cursor: pointer;
  background: #f9f9f9;
  transition: background-color 0.3s;
  position: relative;
}
.drop-zone img {
  padding: 9px;
  border-radius: 50%;
  background-color: #0329541a;
  /* width: 42px; */
  height: 42px;
}
.drop-zone .preview {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  border-radius: 8px;
  margin: 0;
  left: 0;
}
.drop-zone .img-first-para {
  margin: 18px 0 8px 0;
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 600;
}
.drop-zone .img-second-para {
  color: #2a2a2a80;
  font-size: 12px;
  font-weight: 400;
}
.drop-zone .select-file {
  display: inline-block;
  margin: 0;
  background: #032954;
  border-radius: 8px;
  color: #fff;
  padding: 8px 35px;
}

.drop-zone.dragover {
  background-color: #e0f7fa;
}

.preview {
  max-width: 100%;
  margin-top: 10px;
  border-radius: 8px;
  display: none;
}

.remove-btn {
  margin-top: 10px;
  background-color: #e53935;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  z-index: 11;
  position: absolute;
  top: -9px;
  right: 0;
  display: none;
}

.remove-btn:hover {
  background-color: #c62828;
}
.back-btn {
  border: 1px solid #032954;
  background: transparent;
  border-radius: 10px;
  padding: 8px 53px;
  color: #032954;
}
.cancel-btn {
  border: 0px solid #2a2a2a4d;
  background: #a67d98;
  border-radius: 10px;
  padding: 8px 53px;
  color: #fff;
}
.cancel-btn:hover {
  background: #c05767!important;
}
.save-btn {
  background-color: #032954;
  color: #fff;
  border-radius: 10px;
  padding: 8px 53px;
}
.save-btn:hover{
    background-color: #E09110!important;
}
.disability-savebtn{
  background-color: #032954;
  color: #fff;
  border-radius: 10px;
  padding: 8px 53px;
}

.disability-submit{
  background-color: #032954;
  color: #fff;
  border-radius: 10px;
  padding: 8px 53px;
}

.approve-btn {
  background-color: #05c62e;
  color: #fff;
  border: 0px;
  border-radius: 8px;
}
.reject-btn {
  background-color: #ef5e5e;
  color: #fff;
  border: 0px;
  border-radius: 8px;
}
.add-btn {
  background-color: #032954;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 12px;
  padding: 9px 12px;
  display: flex;
  align-items: center;
}

.filter_img {
  width: 20px;
  margin-right: 5px;
}
.btn-filter {
  background-color: #fff;
  color: #454545;
  font-size: 14px;
  border: 1px solid #a6a6a680;
  border-radius: 12px;
  padding: 9px 12px;
}

.supplier-list-view {
  width: 50% !important;
}

#offcanvasRightLabel {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 24px !important;
  color: #032954;
  margin-top: 18px;
}
/* accordion design */
.accordion-item {
  margin-bottom: 24px;
  border: 1px solid #2a2a2a33 !important;
  border-radius: 20px !important;
}
.accordion-button {
  border-radius: 20px !important;
  background: transparent !important;
  border: 0px !important;
  box-shadow: none !important;
}
.accordion-body {
  background: #f2f2f2;
  margin: 0px 20px 20px 20px;
  border-radius: 16px;
}
.offcanvas-form-body{
  margin: 0px 20px 20px 20px;
  border-radius: 16px;
  border: 1px solid #f2f2f2;
}
.label {
  font-size: 14px;
  font-weight: 600;
  color: #2a2a2a80;
  margin-bottom: 8px;
}
.value {
  font-size: 16px;
  font-weight: 600;
  color: #2a2a2a;
}
.label-capacity {
  color: #032954;
  font-size: 20px;
  font-weight: 600;
}
.payment-term {
  color: #2a2a2a;
  font-size: 14px;
  font-weight: 600;
}
.terms-condition {
  color: #2a2a2a80;
  font-size: 14px;
  font-weight: 400;
  margin-left: 20px;
  margin-top: 12px;
}
.login_btn {
  font-family: "Urbanist", sans-serif;
  background-color: #032954;
  color: #fff;
  font-size: 14px;
  border: none;
  border-radius: 12px;
  padding: 10px 12px;
}
.pending-po-btn{
    border: none;
    padding: 8px 14px;
    border-radius: 8px;
    background-color: #EF5E5E;
    font-family: "Urbanist", sans-serif;
    color: #fff;
}
.grn-btn{
  color: #0361CD;
  font-size: 14px;
  font-weight: 600;
}

/*---------------------------------------- end ------------------------------------------*/

/* .form-select{
    border: 1px solid #d7f1eb !important;
} */

h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}
a.btn-sf-green {
  background: #355eb2;
  color: #fff;
  padding: 0.65rem 1.27rem;
  border-radius: 6px;
}
a.btn-sf-green:hover {
  background: #0b7240;
}
button.btn-sf-green {
  background: #2f60c1;
  color: #fff;
}
.btn-sf-orange {
  background: #dd9b10;
  color: #fff;
}
button.btn-sf-green:hover {
  background: #1f4ca6;
  color: #fff;
}
.btn-sf-orange:hover {
  background: #d18f03;
  color: #fff;
}
.btn.btn-sf-red {
  background: #d65c5c;
  color: #fff;
}
.btn.btn-sf-red:hover {
  background: #c14848;
  color: #fff;
}
fieldset {
  border: solid 1px #d2d2d2;
  margin: 0.6rem 0 1.5rem;
  padding: 1rem 1.3rem;
}
legend {
  padding: 0 12px;
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: -0.4px;
  margin-top: -31px;
  display: inline !important;
  background: #fff;
  width: auto;
  margin-bottom: 0.8rem;
}
.blood_req {
  width: 50px;
  border: 1px solid #dadada;
  border-radius: 10px;
  padding: 2px;
}
.form-check {
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
}
.form-check label {
  margin: 0;
  padding: 0 5px;
}

.btn.btn-sf-green:active {
  background: #2f60c1;
}
.btn-sf-green a {
  color: #fff;
}
button.modal-close {
  background: #d65c5c;
  padding: 7px 12px;
  color: #fff;
  border: none;
  border-radius: 5px;
}
.table-card-list {
  border-spacing: 0 12px !important;
}
textarea.form-control {
  min-height: calc(1.5em + 0.94rem + calc(var(--bs-border-width) * 2));
  max-height: unset;
  height: auto !important;
}

/*Page Top Bar*/

.admin-avatar-btn {
  display: flex;
  align-items: center;
}
.admin-avatar-btn i.avatar {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: solid 1px #555b6d;
  border-radius: 5px;
}

.login-header {
  max-height: 65px;
  height: 100vh;
  position: relative;
  z-index: 1;
  top: 0;
}
.login-fluid {
  height: 100vh;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.row.login-row {
  height: 100vh;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.login-col-left {
  height: 100%;

  background: #ebd8bf;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.login-left {
  padding: 0rem 2rem 0;
}
.login-col-right {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.login-header-left {
  display: flex;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0% 100%);
  /* background: #ff4d49; */
  /* background-color: #ff4d49; */
}
.login-header-left img {
  height: 65px;
}
a.login-header-left h4 {
  margin: 0.5rem 0 0 0.6rem;
  font-size: 1.5rem;
  letter-spacing: 0.4px;
  line-height: 27px;
  font-weight: 500;
}
a.login-header-left h4 span {
  display: block;
  font-size: 1.1rem;
}
.login-left img {
  display: table;
  margin: auto;
}
.login-header-right {
  display: flex;
  align-items: center;
  justify-content: right;
}
.login-header-right img {
  height: 90px;
}
.login-header-right h5 {
  margin: 0 0.5rem 0 0;
  color: #fff;
}
.login-header-right h5 span {
  display: block;
  font-size: 13px;
  line-height: 20px;
}
/*Login Form Row*/

.login-form-wrapper {
  width: 90%;
  padding: 2.2rem 2.5rem;
  border-radius: 35px;
  margin: auto;
  /* border: solid 9px rgb(130 128 128 / 28%); */
  background: #fff;
}
.forgot-pwd {
  display: table;
  margin-left: auto;
}
.forgot-pwd a {
  color: #2b4843 !important;
}
.login-left h2 {
  color: #fbb31c;
  font-size: 2.2rem;
  margin-bottom: 0.8rem;
}
.login-left h4 {
  color: #ffffff;
  font-size: 2rem;
  line-height: 36px;
  text-align: left;
  margin-bottom: 2rem;
  display: none;
}
.login-left h4 span {
  display: block;
  font-size: 2rem;
  color: #fff;
}
.login-type {
  padding: 0rem 0 0.8rem;
  border-bottom: solid 1px #e4e4e4;
  margin: 1rem 0;
}
.login-form-wrapper .form-control {
  height: 44px;
  border: solid 1px rgb(73 193 166 / 22%);
  box-shadow: 0px 9px 14px -7px rgb(114 206 191 / 14%);
  background: #fff;
}
.login-type button {
  border: solid 1px #586073;
  background: transparent;
  padding: 0.6rem 1.2rem;
  border-radius: 6px;
  margin-right: 5px;
  color: #586073;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.7px;
}
.login-type button.active {
  background: #586073;
  color: #fff;
}
.login-heading h5 {
  margin-bottom: 0.1rem;
  font-size: 1.7rem;
  color: #dd3336;
}
.login-heading h3 {
  color: #2b4843 !important;
  font-family: "Roboto", sans-serif;
  font-size: 0.9rem;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.login-form-wrapper label {
  color: #2b4843;
}

input.form-check-input {
  border: solid 1px #dbdbdb;
}
.login-form-wrapper .form-check-input[type="checkbox"] {
  top: -1.5px;
  position: relative;
}

.login-form-wrapper a.btn-sf-green {
  background: #cd232b;
  color: #fff;
  padding: 0.45rem 1.4rem;
  border-radius: 6px;
  border: solid 1px #fff;
  margin-top: 0.1rem;
  display: inline-block;
}


/*Verticle 	Menu*/

.vertical-menu {
  margin: auto;
  background: #283593 !important ;
}
.navbar-brand-box {
  background: #283593 !important ;
  padding: 0.9rem 0.4rem 0.9rem 0.4rem;
}
.navbar-brand-box a .logo-lg {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-brand-box a .logo-lg h4 {
  font-size: 16px;
  margin: 0 0 0 4px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.navbar-brand-box a .logo-lg h4 span {
  display: block;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.5px;
  margin-top: 0.5px;
}
.vertical-menu .vertical-menu-btn {
  position: absolute;
  right: -55px;
  top: 20px;
  z-index: 999;
  width: 42px;
  height: 42px;
  padding: 0 !important;
  border-radius: 10px;
}
.vertical-menu .vertical-menu-btn .fa-bars {
  color: #032954;
}

.breadcrumb-item > a {
  color: #4db6ac;
}
body[data-sidebar-size="sm"] .navbar-brand-box {
  width: 70px !important;
  /* padding: 0 0.7rem; */
  /* background: #4DB6AC; */
}
#sidebar-menu {
  padding: 50px 0 30px 0;
}
#sidebar-menu ul li a {
  padding-left: 2.8rem;
  border-radius: 12px;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
#sidebar-menu ul li a i {
  position: absolute;
  left: 14px;
}
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li > a {
  padding: 13px 0;
}
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li > a i {
  position: relative;
  min-width: 0px;
  font-size: 1.05rem;
  left: 17px;
}
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li:hover > a {
  width: calc(195px + 70px);
}
body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li:hover > a,
body[data-sidebar-size="sm"]
  .vertical-menu
  #sidebar-menu
  > ul
  > li:hover
  > a
  i {
  color: #4db6ac !important;
}
body[data-sidebar-size="sm"]
  .vertical-menu
  #sidebar-menu
  > ul
  > li:hover
  > a
  span {
  display: inline;
  padding-left: 17px;
  font-size: 14px;
}

.mm-active > a {
  color: #032954 !important;
  /* border-bottom: 3px solid #032954; */
}
/*#sidebar-menu ul li a:hover {
  color: #fff !important;
}*/
.metismenu li:hover a i {
  color: #032954 !important;
}
ul.sub-menu li a {
  /* color: #f2f2f2!important; */
  font-size: 15px !important;
}
.mm-active > .active > i,
.mm-active:hover > .active > i {
  color: #032954 !important;
}
.mm-active > i {
  color: #032954 !important;
}

.mm-active > a > i {
  color: #032954 !important;
}
/*.metismenu li:hover a {
  background-color: #fff;
  color: #fff !important;
}*/
a.mm-active .icon-dark{
	display: block;
}
a.mm-active .icon-light{
	display: none;
}

.metismenu li.mm-active:hover a i {
  color: #032954 !important;
}
.metismenu li:hover ul.sub-menu li a {
  background: transparent !important;
}
.sub-menu .mm-active {
  color: #ffffff !important;
}
.mm-active .active {
  color: #032954 !important;
  background-color: #fff;
  /* border-bottom: 3px solid #05c62e; */
}
.metismenu li .active i,
.metismenu li:hover .active i {
  color: #032954 !important;
}

.mm-active .sub-menu .mm-active,
.mm-active .sub-menu .mm-active a {
  border: none;
}

ul.sub-menu .mm-active a.active {
  background: transparent !important;
  color: #e7c003 !important;
}
#sidebar-menu ul li ul.sub-menu li a:hover {
  color: #e7c003 !important;
}

#sidebar-menu ul li ul.sub-menu li a {
  color: #fff ;
}

#sidebar-menu .has-arrow:after {
  content: "\eb3a";
  font-family: unicons-line;
  font-style: normal;
  font-weight: 600;
}

body[data-sidebar-size="sm"] .vertical-menu #sidebar-menu > ul > li:hover > ul {
  width: 220px;
  /* background: #1f5f37; */
}

hr {
  color: #9b9be8;
}

li.mm-active a {
  background: #fff;
  font-weight: 600 !important;
}



/*Footer*/

a.designed-link {
  color: #643cd0;
}




/*Dashboard*/

.dash-card-body {
  background: white;
  border-radius: 18px;
  box-shadow: 0px 0px 12px 6px rgb(170 179 224 / 11%);
  padding: 1.5rem !important;
  margin: 0;
  overflow: hidden;
  position: relative;
}
.dash-card-body:after {
  content: "";
  width: 120px;
  height: 120px;
  background: rgb(100 60 208 / 6%);
  position: absolute;
  border-radius: 100px;
  top: -23px;
  right: -24px;
}
.dash-card-body p {
  font-size: 15px;
  letter-spacing: -0.1px;
  font-weight: 400;
  color: #342e44 !important;
}
.dash-card-body img {
  width: 51px;
  margin-bottom: 0.7rem;
}
.faded {
  position: absolute;
  right: 0px;
  width: 100px !important;
  opacity: 0.03;
  top: 0;
}
.card-container {
    background: white;
    padding: 1.125rem !important;
    margin: 0;
    position: relative;
    /* border: solid 1px rgb(82 81 153 / 9%); */
    border-radius: 21px;
    box-shadow: 0px 0px 10px 5px rgb(35 31 59 / 4%);
}

/*Seed Report Table*/

.report-title {
  background: whitesmoke;
  padding: 12px;
  margin: 0 0 1.1rem;
  text-align: center;
}
.report-title h5 {
  margin: 0;
  color: #10502b;
}
.table-wrapp {
  width: 100%;
  overflow-x: scroll;
}
.report-cstm-table {
  margin-bottom: 15px !important;
}
.report-cstm-table th,
.report-cstm-table td {
  border: solid 1px #cacaca;
  text-align: center;
  font-size: 14px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: rgb(15 80 43 / 30%);
}
::-webkit-scrollbar {
  height: 10px;
  width: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(15 79 42 / 60%);
}

.cstm-report-row ul.pagination {
  margin: 10px 0 0 !important;
}

/*Infrastructure Form*/

.radio-input {
  display: flex;
}
.mouza-group input {
  display: inline-block;
  width: calc(100% / 4 - 5px);
}
div#datepicker1 span {
  background: rgb(82 81 153);
  color: #fff;
  border: solid 1px rgb(83 82 153);
}
.godown-form table {
  width: 100%;
  border: solid 1px #f1f1f1;
  margin: 9px 0;
}
.godown-form table tbody tr td:first-child {
  width: 215px;
}
.godown-form table tr th {
  padding: 0.8rem 0.9rem 0.2rem;
}
.godown-form table tr td {
  padding: 0rem 0.9rem 0.9rem;
}

table.godowns-modal-table tbody tr:nth-child(odd) {
  background: #eff3f2;
}
table.godowns-modal-table tbody td h6 {
  margin-bottom: 0;
}
.view-btn-col {
  display: flex;
  justify-content: end;
  align-items: end;
}
.view-btn-col button {
  margin-left: 6px;
}
.thank-modal i.fa-check {
  font-size: 26px;
  color: #127948;
  margin-bottom: 0.6rem;
}
.thank-modal .modal-body p {
  font-size: 18px;
}
/*Dashboard*/

.card-body.bar-card-body {
  border-radius: 23px;
  box-shadow: 0px 0px 12px 6px rgb(170 179 224 / 11%);
}
.upc-expiry-table h4 {
  color: #fff !important;
  border-bottom: dashed 1px #fff;
  margin-bottom: 1.5rem;
  padding-bottom: 1.3rem !important;
}
.upc-expiry-table table {
  border-radius: 10px;
  overflow: hidden;
}
.upc-expiry-table .dataTable thead tr th {
  background: #c8d3ff !important;
  color: unset !important;
}
.upc-expiry-table div.dataTables_length {
  color: #fff;
}

/*PROCUREMENT*/

.btn-form-group {
  margin-top: 0.7rem;
  text-align: center;
}
.btn-form-group button {
  padding: 0.5rem 3rem;
}

/*Datatable*/

.dataTable thead tr th {
  font-size: 13.8px;
  font-weight: 600 !important;
  padding: 8px 10px !important;
  font-family: "Urbanist", sans-serif;
  text-align: center;
}
.dataTable tbody tr td {
  font-size: 13.8px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8px 10px !important;
  font-family: "Urbanist", sans-serif;
  text-align: center;
}
/* .dataTable tbody tr:nth-child(odd) td {
    background: rgb(241 245 255);
} */
.dataTable tbody tr td {
  vertical-align: middle;
}
table.dataTable .form-check .form-check-input {
  margin-left: 0;
}
.table-btn {
  padding: 3px 6px;
  font-size: 12px;
  border-radius: 2px;
}
div#datatable_wrapper .form-control {
  max-height: 35px;
}

.metismenu li {
  padding: 5px 0px;
  display: block;
  width: 100%;
}

.badge {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  border-radius: 8px;
  font-family: "Urbanist", sans-serif;
}

.succes_badge {
  background-color: #05c62e;
}

.dashboard_table.dataTable thead .sorting_asc:before {
  display: none;
}

.dashboard_table.dataTable thead .sorting_asc:after {
  display: none;
}

.badge_orange {
  background-color: #ff6e00;
}

.badge_warning {
  background-color: #e2fc63;
  color: #171717;
}

.badge_danger {
  background-color: #ff0000;
}

.form-check {
  padding-left: 0 !important;
}

.avatar-xs {
  height: 3.2rem;
  width: 3.2rem;
}

.common_table .table.dataTable thead .sorting:after,
.table.dataTable thead .sorting_asc:after,
.table.dataTable thead .sorting_asc_disabled:after,
.table.dataTable thead .sorting_desc:after,
.table.dataTable thead .sorting_desc_disabled:after {
  left: auto !important;
  right: 0.5em !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.common_table .table.dataTable thead .sorting:before,
.table.dataTable thead .sorting_asc:before,
.table.dataTable thead .sorting_asc_disabled:before,
.table.dataTable thead .sorting_desc:before,
.table.dataTable thead .sorting_desc_disabled:before {
  left: auto !important;
  right: 1em !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.table.dataTable thead .sorting:before {
  left: auto;
  right: 1em;
  top: 50% !important;
  transform: translateY(-50%) !important;
  bottom: unset !important;
}

.table.dataTable thead .sorting:after {
  left: auto;
  right: 0.5em;
  top: 50% !important;
  transform: translateY(-50%) !important;
  bottom: unset !important;
}

.breadcrumb-item {
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
}

.navbar-header {
  height: 90px;
}

.page-content {
  padding: calc(90px + 1.25rem) calc(1.25rem / 2) 60px calc(1.25rem / 2);
}

.vertical-menu {
  width: 260px;
}

.main-content {
  margin-left: 260px;
}

.menu_icon {
  width: 30px;
}

#page-topbar {
  left: 260px;
}

.footer {
  left: 260px;
  background-color: #fff;
}

.welcome_date_div .welcome_text {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #05c62e;
  margin: 0;
}

.welcome_date_div .date_text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #a6a6a6;
  margin: 0;
}

.welcome_date_div {
  position: absolute;
  width: 70%;
  left: 70px;
  top: 20px;
}

.card_header_top .header_text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #004d43;
  margin: 0;
}
.whdashboard-bar-chart{
	display: flex;
	grid-gap: 10px;
}

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

.custom_select {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #171717;
  background-color: #d9d9d94d;
  border-radius: 8px;
  border: none !important;
}
.custom_select:focus {
  box-shadow: none !important;
}

.num_kg {
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 36px;
  margin: 0;
}

.num_kg span {
  font-size: 14px;
}

.text-muted-new {
  color: #a6a6a6;
}

.inner_card_text {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #171717;
}
.inner_card_number {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #05c62e;
}

.inner_card_number span {
  font-size: 14px;
}

.minute {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #a6a6a6;
}

.chart_text {
  margin: 0;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #a6a6a6;
}

.btn_transparent {
  border: none;
  padding: 8px 14px;
  border-radius: 8px;
  background-color: #f4f4f4;
  font-family: "Urbanist", sans-serif;
}

.btm_row {
  margin-top: -45px;
}

.name_image_td {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 170px;
}

.warning_text_status {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 12px;
  background-color: #e2fc6380;
  color: #193133;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 8px;
}

.table_tr {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 7px 0px;
}

.pending_text {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #ff6e00 !important;
}

.complete_text {
  font-family: "Urbanist", sans-serif !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #05c62e !important;
}

.common_table thead tr th {
  font-size: 14px;
  font-weight: 600 !important;
  vertical-align: middle;
  font-family: "Urbanist", sans-serif;
  text-align: start;
}
.common_table tbody tr td {
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Urbanist", sans-serif;
  text-align: start;
  vertical-align: middle;
}

.common_table.dataTable thead .sorting_asc:before:first-child {
  display: none;
}

.common_table.dataTable thead .sorting_asc:after:first-child {
  display: none;
}

.collection_img {
  width: 50px;
}

.my_table .dataTables_length {
  display: none;
}

.table-form-control {
  border-radius: 12px;
  background-color: transparent;
  width: 300px;
  border: 1px solid #a6a6a680;
  padding: 0px 50px 0px 15px;
}

.nav-link-btn {
  background-color: #fff;
  color: #454545 !important;
  font-family: "Urbanist", sans-serif;
  border-radius: 12px !important;
  border: 1px solid #a6a6a680;
}

.nav-link-btn.active {
  background-color: #7276cd !important;
  color: #fff !important;
}

.nav-item-altest {
  padding: 0px 5px !important;
}

.search_img {
  position: absolute;
  right: 19px;
  top: 12px;
  width: 16px;
}

.green-btn {
  background-color: #05c62e26;
  color: #05c62e;
  font-size: 14px;
  border: none;
  border-radius: 8px;
  padding: 9px 12px;
}

.slider-sec {
  background-color: #f6f6f6 !important;
  border-radius: 12px;
}

.carousel_img {
  width: 200px;
}

.carousel-item {
  padding: 20px 0px;
  text-align: center;
}

.offcanvas-header {
  padding: 10px 25px !important;
}

.offcanvas-body {
  padding: 10px 25px !important;
}

.vehicle-num p {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #a6a6a6;
  margin: 0;
}

.vehicle-num h2 {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: #004d43;
  margin: 0;
}

.vehicle-num {
  background-color: #ededed80;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 12px;
  width: 200px;
}

.vehicle-section {
  display: flex;
  gap: 10px;
}

.address_h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 140px;
}


/* Hide the default date picker icon */
input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
input[type="date"]::-moz-calendar-picker-indicator {
  display: none;
}

.custom-date-input {
  position: relative;
}

.calender_icon {
  position: absolute;
  width: 20px;
  top: 10px;
  right: 15px;
}

.create_div {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ededed80;
  border-radius: 12px;
  padding: 15px 40px;
}

.create_img {
  width: 70px;
}

.parent_div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.custom_select_new {
  padding: 25px;
  border-radius: 10px;
  background-color: #f6f6f6;
  border: 1px solid #d9d9d980;
}

.task_btn {
  width: 100px;
  border-radius: 12px;
  font-family: "Urbanist", sans-serif;
}

.tracking_button {
  display: flex;
  border: none;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.tracking_button.active {
  background-color: #65b339;
  color: #fff;
}

.tracking_button span {
  background-color: #a6a6a64d;
  color: #171717;
  padding: 0px 3px;
  border-radius: 8px;
  font-size: 12px;
  font-family: "Urbanist", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tracking_tab {
  display: flex;
  gap: 5px;
  border: 1px solid #a6a6a629;
  padding: 5px;
  border-radius: 12px;
}

.live_tracking_status {
  border: 1px solid #a6a6a629;
  background-color: #ededed80;
  padding: 10px;
  border-radius: 12px;
  box-shadow: 0px 2px 10px 0px #0000001a;
}

.cube_box {
  background-color: #fff;
  padding: 8px;
  border-radius: 12px;
}

.cube_text {
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  margin: 0;
}

.travel_status {
  background-color: #7276cd1a;
  border: 1px solid #7276cd;
  padding: 4px 8px;
  margin: 0;
  border-radius: 8px;
  font-family: "Urbanist", sans-serif;
  color: #7276cd;
  font-weight: 600;
}

.travel_status_complete {
  background-color: #05c62e12;
  border: 1px solid #05c62e;
  padding: 4px 8px;
  margin: 0;
  border-radius: 8px;
  font-family: "Urbanist", sans-serif;
  color: #05c62e;
  font-weight: 600;
}

.travel_status_upcoming {
  background-color: #ff6e0017;
  border: 1px solid #ff6e00;
  padding: 4px 8px;
  margin: 0;
  border-radius: 8px;
  font-family: "Urbanist", sans-serif;
  color: #ff6e00;
  font-weight: 600;
}

.travel_text {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #6c7278;
  margin: 0;
  width: 202px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.assign_name {
  font-family: "Urbanist", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #05c62e;
  width: 130px;
}

.driver_name {
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #05c62e;
  margin: 0;
}

.assigned_img {
  width: 35px;
  border-radius: 12px;
}

.assign_name_parent_div {
  background-color: #fff;
  padding: 10px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.super_parent_div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom_scroll {
  height: 830px;
  overflow-y: auto;
  scrollbar-width: none; /* For Firefox: hide scrollbar */
}

/* Hide scrollbar for WebKit browsers (Chrome, Safari) */
.custom_scroll::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

/* On hover, show scrollbar */
.custom_scroll:hover {
  scrollbar-width: thin; /* Firefox */
  scrollbar-color: #888 #f1f1f1;
}

.custom_scroll:hover::-webkit-scrollbar {
  width: 8px;
}

.custom_scroll:hover::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.custom_scroll:hover::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
}

.custom_scroll:hover::-webkit-scrollbar-thumb:hover {
  background: #555;
}



.hide_show_label {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ---------------------------------------------------Menu Image Toogle CSS start----------------------------------- */

.menu_icons {
  max-width: 100%;
  width: 18px;
}

.icon-dark {
  display: none;
}

.icon-light {
  display: inline;
}

.active .icon-dark {
  display: inline;
}

.active .icon-light {
  display: none;
}

/* Show dark icon on hover, if not active */
#side-menu li:hover .icon-dark {
  display: inline;
}

#side-menu li:hover .icon-light {
  display: none;
}

/* When the <a> has focus (keyboard nav or click) */
#side-menu a:focus i .icon-dark,
#side-menu a:focus-within i .icon-dark {
  display: inline;
}
#side-menu a:focus i .icon-light,
#side-menu a:focus-within i .icon-light {
  display: none;
}

/* When hovered */
#side-menu li:hover > a i .icon-dark {
  display: none;
}
#side-menu li.mm-active:hover > a i .icon-dark {
  display: block;
}
#side-menu li:hover > a i .icon-light {
  display: block;
}
#sidebar-menu ul li a:hover span{
	color: #fff;
}
#sidebar-menu ul li.mm-active a:hover span{
	color: #032954;
}
.mm-active{
	color: #fff !important;
}

/* When <a> is active */
#side-menu a.active i .icon-dark {
  display: inline;
}
#side-menu a.active i .icon-light {
  display: none;
}
/*---------------------------------------------------------------------------------------------------------  */


 .addon-form h2 {
      margin-bottom: 15px;
      text-align: center;
    }
 
    .addon-group {
    
      margin-bottom: 10px;
      align-items: center;
      position: relative;
    }
 
    .addon-group input {
      flex: 1;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 5px;
    }
 
    .addon-group button {
      padding: 8px 12px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
 
    .remove-btn {
      background: #dc3545;
      color: #fff;
      display: block !important;
    }
 
    .submit-btn {
      margin-top: 15px;
      background: #007bff;
      color: #fff;
      width: 100%;
      padding: 10px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }
    .hidden {
  display: none !important;
}
.addon-field-group{
  position: relative;
  margin-bottom: 15px;
}
.addon-field-group .form-group, .addon-field-group .remove-btn, .addon-field-group .row{
  margin: 0 !important;
}
.individual-benificiary-main-block{
 /* border: 1px solid #949494; */
  padding: 0px 10px 10px;
  border-radius: 5px;
  position: relative;
  .main-legend{
            position: absolute;
        background: #032954;
       /* top: -10px;
        left: 50px;*/
        color: #fff;
        padding: 0px 11px;
        border-radius: 5px;
  }
}
.remove-beneficiary{
    background: #dc3545;
    color: #fff !important;
    padding: 4px 10px !important;
    border: none !important;
    border-radius: 50px !important;
    position: absolute;
    right: -8px;
    top: -15px;
}
 
 
.beneficiary-row{
  border-bottom: 1px solid #949494;
}
 
.benificiary-cell {
  padding: 10px;
  border-right: 1px solid #949494;
}
 
.benificiary-cell:last-child {
  border-right: none;
}
 
.benificiary-row:last-child .benificiary-cell {
  border-bottom: none;
} 
 
 
 
/* ---------------------------------------------------Menu Image Toogle CSS Ends----------------------------------- */

.drop_drag_text {
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: #282828;
}

.drop_drag_para {
  font-size: 12px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  color: #a6a6a680;
  margin: 10px 0px 0px 0px;
}

.dropzone {
  border: 2px dashed #7276cd80 !important;
}
.dropzone .dz-message {
  text-align: center;
  margin: 0 !important;
}

.send_file_btn {
  position: absolute;
  bottom: 20px;
  right: 150px;
  background-color: #7276cd;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
}

.custom_label {
  font-size: 14px !important;
}

.kg_text {
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
}

.carousel-inner {
  height: 210px;
}

.login_btn:disabled {
  background-color: #bcbcbc !important; /* Change this to any color you want */
  color: #fff; /* Optional: change text color too */
  cursor: not-allowed;
  opacity: 0.8;
}

#page-topbar {
  z-index: 99;
}

body[data-sidebar-size="sm"] .vertical-menu .simplebar-scrollbar,
body[data-sidebar-size="sm"] .vertical-menu .vertical-menu-btn {
  display: block !important;
}

body[data-sidebar-size="sm"] .vertical-menu {
  position: fixed;
}

.emial_id {
  font-size: 12px;
  font-family: "Urbanist", sans-serif;
  color: #a6a6a6;
}

/* body[data-sidebar-size=sm] .vertical-menu{
    z-index: 9;
} */



/*DataTable*/

table{
	margin-top: 1rem;
}
thead tr th {
    background-color: #9fa8da !important;
    color: #fff !important;
}
table tr:nth-child(even) td {
    background: #ecedf3;
}
.table-hover > tbody > tr:hover > * {
    --bs-table-bg-state: none;
}
table .form-control-plaintext {
    font-weight: 500;
}

.view-btn, .edit-btn, .delete-btn {
    width: 35px;
    height: 35px;
    border-radius: 7px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.view-btn {
    background: #81C784;
}
.edit-btn {
    background: #5C6BC0;
}
.delete-btn {
    background: #F06292;
}
.view-btn img, .edit-btn img, .delete-btn img {
    filter: brightness(0) invert(1);
}



/* ---------------------------------Responsive------------------------------------ */

/*-------------------------------- For Tablet Screen----------------------------------------- */
/*@media (max-width: 1195px) {
	.dashboard-bar-chart{
		display: block !important;
	}
}*/
@media (max-width: 1195px) {
		.whdashboard-bar-chart{
			display: block !important;
		}
	}
@media (max-width: 1024px) {
  .custom-table-rsponsive{
    display: block !important;
  }
  .search-sec{
    margin-bottom: 10px;
  }
  .table-form-control{
    width: 100%;
  }
  .filter-sec{
    justify-content: end !important;
  }
  .wel-come-message{
	margin-left: 42px;
  }
  .dash_req_card .inner_card_text{
	font-size: 20px !important;
  }
  label {
	font-size: 13px !important;
  }

}

@media (max-width: 992px) {
    .navbar-brand-box {
    background-color: transparent !important;
  }
  .welcome-msg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .owner-btn {
    margin-top: 10px;
  }

  .logo_Text_div h4 {
    font-size: 16px;
  }

  #page-topbar {
    left: 0 !important;
  }

  .footer {
    left: 0 !important;
  }

  .vertical-menu {
    margin-top: 20px;
  }
    .login-left {
    padding: 0rem 0rem 0;
  }
  .login-form-wrapper {
    width: 100%;
    padding: 1.5rem;
    margin: auto;
  }
  .login-heading h5 {
    font-size: 1.4rem;
  }
  .login-heading h3 {
    font-size: 0.8rem;
  }
  .login-form-wrapper label {
    margin-bottom: 0.3rem;
  }
}
@media (max-width: 991.98px) {
  .logo span.logo-lg {
    display: none;
  }
  .navbar-brand-box {
    background-color: transparent;
  }
  .navbar-brand-box .logo span.logo-sm {
    display: flex;
    align-items: center;
  }
  .navbar-brand-box .logo span.logo-sm h4 {
    margin: 0 0 0 8px;
    font-size: 18px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  footer.footer {
    text-align: center;
  }
  .welcome-msg{
    display: none;
  }
  .header-icon-menu{
    justify-content: space-between !important;
    width: 100%;
  }
    .login-body {
    position: relative;
    overflow: hidden;
  }
  .login-header-right {
    display: none;
  }
  .row.login-row {
    flex-direction: column-reverse;
    margin: 2rem auto;
  }
  .login-fluid {
    height: 100%;
  }
  .login-header {
    max-height: unset;
    height: auto;
    padding: 0.7rem 0 0.5rem;
    overflow: hidden;
  }
  a.login-header-left {
    display: block;
    text-align: center;
  }
  .login-header-left img {
    height: 62px;
  }
  a.login-header-left h4 {
    margin: 0.3rem;
    font-size: 1.4rem;
    line-height: 25px;
  }
  .login-col-left {
    display: none;
  }

  .custom-prev-icon,
  .custom-next-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.3); /* transparent gray */
    transition: background-color 0.3s ease;
  }

  .custom-prev-icon:hover,
  .custom-next-icon:hover {
    background-color: rgba(128, 128, 128, 0.5); /* darker on hover */
  }

  .custom-prev-icon svg,
  .custom-next-icon svg {
    stroke: #000000;
  }
  

}
@media (max-width: 430px) {
    .wel-come-message {
        margin-left: 0px !important;
    }
}
