@import "./bootstrap.min.css";

@font-face {
  font-family: "Archivo";
  src: url("../fonts/Archivo-Regular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Archivo", sans-serif;
}

.main-content .aside-bar ul.nav-links::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}

.main-content .aside-bar ul.nav-links::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: transparent;
}

.main-content .aside-bar ul.nav-links::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3f51b5;
}

/* /////////////////////////// */
.table-responsive::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}

.table-responsive::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e1e1e1;
}

.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 0px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #3f51b5;
}

.pointer {
  cursor: pointer;
}

a {
  color: #00338d;
}

section,
footer {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

header {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding: 20px 40px;
  margin: 0 auto;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.sky_row {
  background: #638ce5;
  color: #fff;
}

.module-setting-table .form-check-input {
  height: 16px;
  width: 16px;
}

.form-check-input:checked,
.form-check-input:focus {
  box-shadow: none;
  border-color: #00338d;
}

.form-check-input:checked {
  background-color: #00338d;
  border-color: #00338d;
}

.shadow-new {
  box-shadow: 0 4px 4px 0 #00000040;
}

.border-new {
  border: 1px solid #b8b8b9;
}

.modal-body td {
  font-weight: 600;
}

.radious-10 {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.error-message {
  color: rgba(220, 53, 69, 1);
}

table .dropdown-toggle::after {
  display: none;
}

a {
  text-decoration: none !important;
}

img {
  max-width: 100%;
}

h3 {
  font-size: 36px;
}

p,
ul,
li,
a,
span,
div,
.btn {
  font-size: 12px;
}

.btn-primary {
  background: #00338d;
  border: 1px solid #00338d;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}

ol,
ul {
  padding-left: 0;
}

a {
  text-decoration: none;
  color: #000;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
.form-label {
  margin-bottom: 0;
  font-weight: bold;
}

.MuiTooltip-tooltip {
  background-color: rgb(97, 97, 97) !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:focus-visible,
:not(.btn-check)+.btn-primary:active {
  background: #012e7d;
  border: 1px solid #00338d;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
  outline: 0;
}

.form-control,
.form-select {
  border-radius: 4px;
  border-color: #d5d8de;
}

.form-check-input:focus {
  box-shadow: none;
}

input.form-control:focus {
  box-shadow: none;
  outline: 0;
}

.bg-secondary {
  background-color: #f8f8f8 !important;
}

.text-faded {
  color: #b9b9b9;
}

.pagination-new {
  font-weight: 500;
}

.pagination-new span {
  font-size: 14px;
}

.table-foot-shadow {
  box-shadow: 0 3px 9px 2px rgba(0, 0, 0, 0.05);
}

.rs-calendar-table-cell-selected .rs-calendar-table-cell-content {
  background-color: #00338d !important;
}

select option {
  background: #00338d;
  color: #fff;
}

.pagination-new img {
  height: 13px;
}

.main-table .tab-top .form-control,
.main-table .tab-top .form-control::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.bg-sky,
.bg-primary {
  background: #00338d !important;
}

.text-primary {
  color: #00338d !important;
}

/* ----------------------------- Login page css start -------------------------- */
section.loginpgsec .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
  align-items: center;
}

section.loginpgsec .container .img-box {
  height: 100%;
  background: linear-gradient(to bottom,
      #000f3f 0%,
      #04417f 25%,
      #075896 50%,
      #0d81ba 75%,
      #13a3d1 100%);
  display: grid;
  place-content: center;
}

.overtd {
  max-width: 180px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

section.loginpgsec .container .item {
  padding: 80px;
}

section.loginpgsec .container .item form h2 {
  font-size: 44px;
}

section.loginpgsec .container .item .addsdum {
  font-size: 14px;
}

section.loginpgsec .container .item p {
  font-size: 16px;
  margin-top: 30px;
  color: #000;
  line-height: 23.94px;
  margin-bottom: 20px;
}

section.loginpgsec .container .item .form-control {
  height: 50px;
  font-size: 14px;
  color: #323941;
}

section.loginpgsec .container .item .form-control::placeholder {
  color: #323941;
}

section.loginpgsec .container .item button.btn {
  height: 50px;
  font-size: 20px;
}

/* ---------------------- Login page css end ---------------------- */

/* ---------------------- Landing page GRN start here ---------------------- */

section.landingpgGRN {
  background-color: rgb(20, 30, 64);
  background-image: url("../images/landingpgbg.webp");
  height: 100vh;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
  /* padding-right: 0; */
}

section.landingpgGRN .container {
  display: grid;
  border-radius: 10px 0px 0px 10px;
  grid-gap: 40px;
  grid-template-columns: 3fr 2fr;
  align-items: center;
  /* padding: 40px 40px; */
  padding: 30px;
  border: 4px solid #fff;
}

section.landingpgGRN .container .iconbox {
  display: grid;
  /* grid-column-gap: 40px; */
  grid-column-gap: 5%;
  align-items: center;
  text-align: center;
  grid-template-columns: 1fr 1fr 1fr;
  /* grid-row-gap: 30px; */
  grid-row-gap: 5%;
  justify-content: center;
  /* place-content: center; */
  height: 100%;
}

section.landingpgGRN .container .iconbox .item {
  background: #576084;
  text-align: center;
  margin: auto;
  cursor: pointer;
  /* width: 150px; */
  width: 100%;
  height: 100%;
  /* padding: 15px 0 5px; */
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.landingpgGRN .container .iconbox .item .img-box {
  height: 80%;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

section.landingpgGRN .container .iconbox .item .img-box img {
  /* width: 72px;
  height: 72px;
  object-fit: contain; */
  width: auto;
  height: 50%;
  max-width: 80px;
  max-height: 80px;
}

section.landingpgGRN .container .iconbox .item h4 {
  color: #fff;
  font-size: 17px;
  /* margin-top: 20px; */
  /* margin-top: 5%; */
  width: 100%;
  line-height: normal;
}

section.landingpgGRN .container .landing-together {
  height: 100%;
  position: relative;
}

.homepagetogglerb {
  position: absolute;
  top: 15px;
  right: 15px;
}

.module-setting-table h4 {
  font-size: 14px;
}

.rmsc .dropdown-container {
  border: 1px solid #000 !important;
}

section.landingpgGRN .container .landing-together .content {
  min-height: 370px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
}

section.landingpgGRN .container .landing-together .content .img-box {
  margin-left: -17px;
}

section.landingpgGRN .container .landing-together .content .btmcontent {
  padding: 0px 0px;
}

section.landingpgGRN .container .landing-together .content .tpcontent img {
  max-width: 200px;
  margin-bottom: 1rem;
}

section.landingpgGRN .container .landing-together .content .tpcontent h4 {
  font-size: 22px;
  color: #fff;
  padding: 0px 0px;
}

section.landingpgGRN .container .landing-together .content .tpcontent .hrline {
  margin: 11px 33px 0px 0px;
  background: #fff;
  height: 4px;
  max-width: 293px;
}

section.landingpgGRN .container .landing-together .content .btmcontent .download-apk {
  color: #fff;
  font-style: italic;
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
}

/* ---------------------- Landing page GRN end here ---------------------- */

/* admin homescreens start */

.main-content .aside-bar {
  position: fixed;
  background: #00338d;
  z-index: 111;
  height: 100%;
  padding: 20px;
  width: 300px;
}

.main-content .aside-bar .nav-link-text {
  color: #fff;
  font-size: 16px;
}

.main-content .aside-bar ul.nav-links li span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.main-content .aside-bar a.logo img {
  width: 150px;
  height: 50px;
}

.main-content .aside-bar .adminnavbtn {
  background: #3250ff;
  padding: 9px 50px;
  font-weight: 600;
  border-radius: 5px;
  max-width: fit-content;
  margin: auto;
}

.main-content .aside-bar ul.nav-links {
  overflow: auto;
  max-height: calc(100vh - 300px);
}

.main-table .controls .filterthead .dropdowns .form-check-input,
.main-table .controls .filterthead .dropdowns .form-check-label {
  cursor: pointer;
}

.main-content .aside-bar ul.nav-links li a {
  padding: 14px 16px;
  font-weight: 600;
}

.main-content .aside-bar ul.nav-links li a.active {
  background: #3f51b5;
}

.custom-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
}

.main-content .dash-main {
  margin-left: 300px;
}

.main-content .dash-main h3 {
  color: #000;
}

.user-togglebtn .btn {
  background: #fff;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 4px 4px 0 #00000040;
}

.user-togglebtn .btn::after {
  display: none;
}

.user-togglebtn ul.dropdown-menu {
  min-width: 260px;
}

.user-togglebtn ul.dropdown-menu .text-primary {
  font-size: 12px;
}

.user-togglebtn ul.dropdown-menu .inner-btn .btn {
  margin-top: -25px;
}

.user-togglebtn ul.dropdown-menu .text-mini {
  font-size: 12px;
}

.main-table .tab-top .selectboxs .form-control {
  width: 180px;
}

.main-table .tab-top .selectboxs {
  display: flex;
  padding: 0 20px;
  grid-gap: 10px;
}

.modal-content .modal-body .changepasinputs {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  grid-gap: 10px;
}

.modal-content .modal-body .mrl-cancel-request-input-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.modal-content .modal-body .mrl-cancel-request-input-container .form-label {
  font-weight: 600;
  width: 180px;
}

.modal-content .modal-body .mrl-cancel-request-input-container .mrl-cancel-request-input {
  width: calc(100% - 190px);
}

.create-user .modal-content .modal-body .changepasinputs {
  grid-gap: 16px;
  grid-template-columns: 135px 1fr;
}

.modal-content .modal-body .changepasinputs .form-label {
  font-weight: 600;
}

.modal-header {
  /* height: 54px; */
  /* border-bottom: 1px solid #576084; */
  border-bottom: none;
}

.modal-footer {
  /* border-top: 1px solid #576084; */
  border-top: none;

}

.modal .modal-header button.btn-close {
  background-image: url("../images/btn-close-white.svg");
  background-position: center;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 1;
}

.modal-body .form-control,
.modal-body .form-select {
  border-color: #000;
  font-size: 12px;
  padding: 7px 12px;
  background: #fff;
}

.modal-body .form-control::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.modal-body .main-table .table-responsive {
  max-height: 360px;
  min-height: 264px;
}

.main-content .dash-main .user-togglebtn ul.dropdown-menu .text-mini img {
  width: 14px;
}

.tab-top .grndateboxes select {
  padding: 8px;
  font-size: 12px;
  width: 180px;
}

.grndateboxes {
  display: flex;
  grid-gap: 20px;
  padding: 0 20px;
}

.grndateboxes .btn {
  font-size: 12px;
}

.tab-top .grndateboxes label {
  font-weight: bold;
  color: #000;
}

.tab-top select {
  border: 1px solid #b8bbc2;
}

.main-table th {
  padding: 9px 1rem;
  text-align: left;
  vertical-align: middle;
}

.main-table td {
  padding: 8px 1rem;
  text-align: left;
  vertical-align: middle;
  color: #000;
}

.main-table td,
.main-table th {
  text-wrap: nowrap;
}

.main-table .controls img {
  cursor: pointer;
}

.main-table td p {
  display: block;
  width: 100%;
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0;
}

.main-content .dash-main .main-table .table-responsive {
  max-height: 353px;
  /* min-height: 280px; */
}

tbody tr {
  border-bottom: 1px solid rgb(220, 220, 220);
}

tbody tr td {
  border-right: 1px solid rgb(220, 220, 220);
}

.main-content .dash-main .main-table .table-responsive {
  border: 1px solid rgb(220, 220, 220);
  border-radius: 4px;
}

tbody tr td:last-child {
  border-right: 0;
}

.modal-body label {
  font-weight: 600;
}

.main-content .aside-bar .top-navbar .adminasidebox img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.main-content .aside-bar .top-navbar .text {
  font-size: 16px;
}

.dateres .react-datepicker-wrapper {
  width: 100%;
}

.main-table .more-menu ul li:hover {
  background: #ebebeb;
}

.main-table table {
  width: 100%;
  overflow: auto;
}

.selected-text {
  display: flex;
  align-items: center;
}

.selected-text h5 {
  margin-right: 1rem;
}

.custom-search-header {
  display: flex;
  align-items: center;
}

.main-table td {
  font-size: 12px;
}

.main-table table thead {
  position: sticky;
  top: 0;
}

.main-table table thead th {
  font-size: 14px;
}

.form-control,
.form-select {
  padding: 0.22rem 0.75rem;
}

.main-content aside.aside-bar.active .icon-box {
  flex-direction: column;
}

.main-table table thead th {
  text-wrap: nowrap;
  box-shadow: 0 4px 4px 0 #00000040 inset;
  text-wrap: nowrap;
}

.main-table .controls {
  box-shadow: 0 4px 4px 0 #00000040;
  border-radius: 10px 10px 0px 0px;
}

.main-content .dash-main .main-table .table-responsive .form-check-input {
  margin-top: 3px;
}

/* .main-table .table-pagination .page-link {
  color: #00338d;
}

.main-table .table-pagination li.page-item.active .page-link {
  background: #00338d;
  color: #fff;
  border: 1px solid #00338d;
} */

.main-content aside.aside-bar.active {
  width: auto;
  padding: 0;
}

.main-content aside.aside-bar.active a.logo img {
  width: 52px;
  height: auto;
  margin-top: 20px;
}

.main-table td,
.main-table td a,
.main-table td p,
.main-table td span,
.main-table td div,
.main-table td li {
  font-size: 12px;
}

.main-content .aside-bar .top-navbar {
  min-height: 150px;
}

.main-content aside.aside-bar.active .icon-box .hdata {
  display: none;
}

.main-content aside.aside-bar.active .icon-box a:last-child {
  display: block;
}

.main-content aside.aside-bar.active .adminnavbtn {
  display: none !important;
}

.main-content aside.aside-bar.active .nav-link-text {
  display: none;
}

.main-content .dash-main.active {
  margin-left: 57px;
}

.main-content .aside-bar.active ul.nav-links li {
  justify-content: center;
}

.main-table .controls .filterthead .dropdown-toggle::after {
  display: none;
}

.main-table .controls .filterthead .dropdowns {
  position: absolute;
  background: #fff;
  padding: 20px;
  min-width: 230px;
  max-height: 400px;
  overflow: auto;
  right: 0;
  display: none;
}

.main-table .controls .filterthead .dropdowns.active {
  display: block;
  box-shadow: 0 4px 4px 0 #00000040;
  z-index: 11;
}

.main-table .controls .filterthead {
  position: relative;
}

.muipagi ul.pagination {
  gap: 0px;
}

.muipagi ul.pagination li.active {
  background: #00338d;
}

.muipagi ul.pagination li.active a {
  color: #fff;
}

.muipagi ul.pagination li {
  padding: 2px 9px;
  border-right: 1px solid rgba(0, 0, 0, 0.175);
  border-top: 1px solid rgba(0, 0, 0, 0.175);
  border-bottom: 1px solid rgba(0, 0, 0, 0.175);
}

.muipagi ul.pagination li:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.175);
}

.muipagi ul.pagination li a {
  font-size: 1rem;
}

/* / admin homescreens end / */

.countrydrop {
  left: 0;
  position: absolute;
  top: 45px;
  cursor: pointer;
  width: 100%;
  height: 150px;
  overflow-y: auto;
}

.countrydrop li:hover {
  background: #f9f9f9;
}

.countrydrop li {
  padding: 0 1rem;
}

.setting-sec {
  box-shadow: 0 4px 4px 0 #00000040;
}

.setting-sec .form-switch {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  grid-gap: 10px;
}

.setting-sec .form-switch .form-check-label,
.setting-sec .form-label {
  font-weight: 700;
  text-wrap: nowrap;
  font-size: 14px;
  color: #000000;
}

.setting-sec .form-check-input {
  height: 1.2em;
  width: 2.4em;
  margin-top: 0;
  float: none;
  margin-right: 0;
  margin-left: 0;
}

.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  border: 1px solid #dee2e6;
}

.setting-sec .form-check-input:checked {
  background-color: #76ee59;
  border-color: #76ee59;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
}

/* admin homescreens end */

/* mega menu */
.btn2 {
  position: relative;
  width: 28px;
  height: 37px;
  transition-duration: 0.5s;
}

.btn2 .icon {
  transition-duration: 0.5s;
  position: absolute;
  height: 4px;
  border-radius: 5rem;
  width: 28px;
  top: 16px;
  background-color: #212121;
}

.btn2 .icon:before {
  transition-duration: 0.5s;
  position: absolute;
  border-radius: 5rem;
  width: 28px;
  height: 4px;
  background-color: #212121;
  content: "";
  top: -9px;
}

.btn2 .icon:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 28px;
  border-radius: 5rem;
  height: 4px;
  background-color: #212121;
  content: "";
  top: 9px;
}

.btn2.open .icon {
  transition-duration: 0.5s;
  background: transparent;
}

.btn2.open .icon:before {
  transform: rotateZ(45deg) scaleX(1.25) translate(5px, 6px);
}

.btn2.open .icon:after {
  transform: rotateZ(-45deg) scaleX(1.25) translate(5px, -6px);
}

.btn2:hover {
  cursor: pointer;
}

/* page loader start */
.page-loader {
  background: #00000061;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  z-index: 11111111;
  position: fixed;
  left: 0;
  top: 0;
}

/* page loader end */

/* table loader start */
.skloader {
  position: relative;
  height: 20px;
  overflow: hidden;
}

.skloader::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 80%;
  display: block;
  background-color: #dfdfdf;
  box-shadow: -68px -98px 0 -48px #ededed, -50px 110px 0 -48px #ededed;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.skloader::after {
  content: "";
  background-color: #333;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-name: loader-animate;
  animation-timing-function: linear;
  background: -webkit-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0) 81%);
  background: -o-linear-gradient(left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0) 81%);
  background: linear-gradient(to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 30%,
      rgba(255, 255, 255, 0) 81%);
}

@keyframes loader-animate {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(100%, 0, 0);
  }
}

/* table loader end */
.modal-body td .dropdown li button {
  font-weight: 500;
}

/*  */
.detailsection .blocks {
  box-shadow: 0 4px 4px 0 #00000040;
}

.detailsection .mainsecde p {
  display: grid;
  grid-template-columns: 172px 1fr;
}

.detailsection .mainsecde p .teamdetailws {
  font-weight: 500;
  display: grid;
  margin-top: 10px;
  grid-template-columns: 1fr 1fr;
  border: 1px solid #000;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

/* GRN page start */
.grnModal .modal-content .commonpopupitems {
  display: flex;
  align-items: center;
  padding: 40px;
  grid-gap: 56px;
  justify-content: space-between;
}

.grnModal .modal-content {
  /* background-color: rgb(16 28 79);
  border: 1px solid #576084; */
  background-color: rgb(0 0 0 / 56%);
  border: 1px solid #000000;
  backdrop-filter: saturate(180%) blur(8px);
}

.grnModal .modal-content .commonpopupitems .item {
  text-align: center;
  cursor: pointer;
  width: 150px;
  padding: 20px;
  /* border: 1px solid #fff; */
}

.grnModal .modal-content .commonpopupitems .item .img-box img {
  width: 60px;
  height: 60px;
  display: inline-block;
  object-fit: contain;
}

.grnModal .modal-content .commonpopupitems .item h4 {
  color: #fff;
  font-size: 17px;
  line-height: normal;
  margin-top: 20px;
}

/* /////////////////////////////////////////////// */
.grnModal .modal-content .outbounndgrnitems {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 40px;
  grid-gap: 56px;
}

.grnModal .modal-content .outbounndgrnitems.warehouse {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grnModal .modal-content .outbounndgrnitems .item {
  background: #576084;
  text-align: center;
  cursor: pointer;
  width: 150px;
  height: 100%;
  margin: auto;
  padding: 20px;
  border: 1px solid #fff;
}

.grnModal .modal-content .outbounndgrnitems .item .img-box img {
  width: 60px;
  height: 60px;
  display: inline-block;
  object-fit: contain;
}

.grnModal .modal-content .outbounndgrnitems .item h4 {
  color: #fff;
  font-size: 17px;
  margin-top: 20px;
  line-height: normal;
}

.table-responsive.custom-min-height {
  min-height: 420px !important;
}

.table-responsive.custom-min-height-2 {
  min-height: 360px !important;
}

.header-arrow {
  display: flex;
}

.header-arrow .name-header {
  width: 97%;
}

.header-arrow .button-main {
  width: 3%;
  padding-top: 5px;
  margin-right: 5px;
}

/* Physical Audit CSS  Start*/

.widget-conatiner {
  display: flex;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

.widget {
  width: calc(100%/3);
  margin: 10px;
  padding: 25px;
  border: 1px solid #dedede;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 300ms linear;
}

.widget>.icon {
  width: 40px;
}

.widget>.icon svg {
  font-size: 40px;
  color: #093a91;
}

.widget .details {
  width: calc(100% - 40px);
  padding-left: 10px;
  display: flex;
  align-items: center;
}

.widget .details>div {
  width: calc(100% - 15px);
}

.widget .details .title {
  display: block;
  font-size: 12px;
  color: #888;
}

.widget .details .count {
  display: block;
  font-size: 18px;
  font-weight: 900;
}
.widget:hover{
  background: #093a91;
  border-color: #093a91;
}
.widget:hover .details *,
.widget:hover svg {
  color: #fff;
}



/* Physical Audit CSS  End*/


@media (max-width: 576px) {
  .header-arrow .button-main {
    width: 10%;
  }

  .custom-grid-container {
    grid-template-columns: 1fr;
  }
}

/* GRN page end */
.top-datepicker .rs-picker-error>.rs-input-group {
  border-color: #212529 !important;
}

@media only screen and (min-width: 1900px) {
  .main-content .aside-bar ul.nav-links li a {
    padding: 1vw 2vw;
  }

  .top-datepicker .rs-picker .rs-input-group {
    padding: 6px !important;
  }

  .detailsection .mainsecde p {
    font-size: 0.8vw;
  }

  .detailsection .blocks {
    padding: 1vw !important;
  }

  .main-content .dash-main h3 {
    font-size: 1.8vw;
  }

  .main-table .controls img {
    width: 1vw;
  }

  .rs-picker-error>.rs-input-group {
    border-color: #000000 !important;
  }

  .main-table .controls .d-flex.align-items-center.justify-content-end.gap-3.px-3 {
    grid-gap: 1vw !important;
  }

  .main-table .controls {
    padding: 1vw !important;
  }

  .main-content .aside-bar a.logo img {
    width: 70%;
    height: 100%;
  }

  .main-table .tab-top .selectboxs .form-control {
    width: 16vw;
    font-size: 0.8vw;
  }

  p,
  ul,
  li,
  a,
  span,
  div,
  .btn {
    font-size: 0.8vw;
  }

  .main-content .aside-bar .adminnavbtn span.adminasidebox img {
    width: 1vw;
    height: 1vw;
  }

  .main-content .dash-main>.p-3.p-md-5 {
    padding: 3vw !important;
  }

  .main-content .dash-main>.p-3.p-md-5>div>button.btn.rounded-circle.border-0.bg-primary.px-2.py-2.mb-3 {
    padding: 0.6vw !important;
  }

  .main-table td {
    padding: 0.5vw;
    font-size: 0.8vw;
  }

  .main-content .dash-main .main-table .table-responsive {
    max-height: 25.5vw;
    min-height: 8vw;
  }

  .main-table td,
  .main-table td a,
  .main-table td p,
  .main-table td span,
  .main-table td div,
  .main-table td li {
    font-size: 0.8vw;
  }

  h5 {
    font-size: 1vw;
  }

  .module-setting-table .form-check-input {
    height: 1vw;
    width: 1vw;
  }

  .form-control,
  .form-select {
    padding: 0.6vw 1vw;
    font-size: 0.8vw;
  }

  .setting-sec .form-switch .form-check-label,
  .setting-sec .form-label {
    font-size: 0.8vw;
  }

  .rmsc .dropdown-heading {
    padding: 1vw !important;
  }

  .module-setting-table h4 {
    font-size: 1vw;
  }

  .main-table .controls .filterthead .dropdowns.active {
    padding: 1vw;
    min-width: 15vw;
    max-height: 15vw;
  }

  .main-table td button.btn.dropdown-toggle svg {
    width: 0.8vw;
    height: 0.8vw;
  }

  .main-content .dash-main>.p-3.p-md-5>div>button.btn.rounded-circle.border-0.bg-primary.px-2.py-2.mb-3 svg {
    width: 1vw;
    height: 1vw;
  }

  .main-content .dash-main .user-togglebtn ul.dropdown-menu .px-5.py-4.bg-sky {
    padding: 1.4vw !important;
  }

  .main-content .dash-main .user-togglebtn ul.dropdown-menu .btn.mx-auto.d-flex.align-items-center.justify-content-center {
    margin-top: 0;
    transform: translateY(-50%);
  }

  .main-content .dash-main .user-togglebtn ul.dropdown-menu .mt-4.px-3.mb-3 {
    padding: 1vw !important;
  }

  section.landingpgGRN .container .iconbox .item .img-box img {
    width: 53%;
    height: auto;
  }

  /* section.landingpgGRN .container .iconbox {
    grid-column-gap: 10%;
    grid-row-gap: 10%;
  } */

  section.landingpgGRN .container .landing-together .content .btmcontent .download-apk {
    font-size: 1vw;
  }

  .user-togglebtn .btn {
    height: 2vw;
    width: 2vw;
  }

  .user-togglebtn .btn img {
    height: 1vw;
  }

  section.landingpgGRN .container .iconbox .item h4 {
    margin-top: 10%;
    line-height: 100%;
    font-size: 1vw;
  }

  section.landingpgGRN .container .iconbox .item {
    max-width: 100%;
    /* width: 80%; */
    padding: 3%;
  }

  section.landingpgGRN .container {
    padding: 5%;
    grid-gap: 2%;
    grid-template-columns: 60% 40%;
    /* height: 84vh; */
  }

  section.landingpgGRN {
    padding: 4%;
    /* padding-right: 0; */
  }

  section.landingpgGRN .container .landing-together .content .tpcontent img {
    max-width: 100%;
    width: 70%;
  }

  section.landingpgGRN .container .landing-together .content .tpcontent h4 {
    font-size: 1vw;
    padding: 0 9%;
  }

  section.landingpgGRN .container .landing-together .content .tpcontent .hrline {
    margin: 4% 9.5% 0;
    max-width: 100%;
    width: 22%;
  }

  section.landingpgGRN .container .landing-together .content .btmcontent {
    padding: 0 10%;
  }

  section.landingpgGRN .container .landing-together {
    height: 100%;
  }

  section.landingpgGRN .container .landing-together .content {
    justify-content: space-evenly;
    height: 100%;
  }

  .main-content .aside-bar {
    width: 20%;
  }

  .main-content .aside-bar .top-navbar .icon-box {
    margin-top: 54px !important;
    margin-bottom: 54px !important;
  }

  .main-content .aside-bar .adminnavbtn {
    font-size: 1vw;
    grid-gap: 0.6vw !important;
    font-weight: 600;
    padding: 0.5vw 2vw;
    margin-top: 2vw !important;
  }

  .main-content .aside-bar .top-navbar .icon-box img {
    width: 2vw;
    height: 2vw;
    object-fit: contain !important;
  }

  .main-content .aside-bar .nav-link-text {
    font-size: 1vw;
  }

  .main-content .aside-bar ul.nav-links {
    max-height: calc(100vh - 366px);
  }

  .main-content .aside-bar ul.nav-links li span img {
    width: 1.4vw;
    height: 1.4vw;
    margin-right: 1vw;
  }

  .main-content .dash-main {
    margin-left: auto;
    width: 80%;
  }

  .main-table table thead th {
    font-size: 1vw;
    padding: 20px;
    text-align: center;
  }

  .main-content .dash-main .user-togglebtn ul.dropdown-menu {
    min-width: 16vw;
    right: 0 !important;
    left: unset !important;
  }

  .main-content .dash-main .user-togglebtn ul.dropdown-menu .text-primary {
    font-size: 0.8vw;
  }

  .main-content aside.aside-bar.active {
    width: 5%;
  }

  .main-content aside.aside-bar.active a.logo img {
    width: 4vw;
  }

  .main-content .dash-main.active {
    margin-left: auto;
    width: 95%;
  }
}

.rs-picker-popup {
  z-index: 9000 !important;
}

/* for layout padding  */
@media (min-width: 768px) {
  .p-md-2 {
    padding: 2.5rem !important;
  }
}

.modal-body label {
  font-size: 14px;
}

.custom-date-picker .rs-picker-toggle-wrapper {
  width: 100%;
}

.image-view-button {
  height: 26px;
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  background-color: #00338d;
  color: #fff;
  &:hover {
    background-color: #678bc8;
  }
}