body {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* min-width: 992px; */
}

body.mobile-body {
  min-width: unset;
  max-width: 600px;
  margin: auto;
  /* overflow-y: unset; */
}

body.admin-body {
  overflow-y: hidden;
}

body.admin-body.full-screen-zen-body {
  overflow-y: unset;
}

.shadow {
  /* box-shadow: 0 0rem 1rem rgba(0, 0, 0, .15) !important; */
  box-shadow: 0 0 2rem -0.5rem rgba(0, 0, 0, 0.2) !important;
}

.main-side-nav {
  width: 250px;
  background: #055052 !important;
}

.nav-link {
  /* Remove blue/purple color glitch in the left sidebar in production due to transition */
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 700;
}

.bg-gray {
  background: #e1e2e3;
  color: #333333;
}

.text-warning {
  color: #daae2c !important;
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.text-smaller {
  font-size: smaller !important;
}

.alert .alert-icon {
  width: 30px;
  font-size: 24px;
  margin-right: 0.25rem;
}

.alert .alert-icon .material-icons {
  vertical-align: top;
}

.py-3\.5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

.dropdown.sidebar-dropdown .dropdown-menu {
  border-radius: 6px;
}

.dropdown.sidebar-dropdown .dropdown-menu li {
  padding: 0 8px;
  margin-bottom: 4px;
}

.dropdown.sidebar-dropdown .dropdown-menu li a {
  padding-right: 8px;
  padding-left: 8px;
  border-radius: 4px;
}

.main-container {
  overflow-y: scroll;
  padding-bottom: 50px;
}

.dashboard-container {
  overflow: hidden;
  padding: 0;
}

.full-height-scroll {
  height: 100vh;
  overflow-y: auto;
  padding-right: 20px;
}

.loader {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #055052;
  /* Blue */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 0.7s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.icon-blink {
  animation: blinker 0.5s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
}

@keyframes blinker {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

mark {
  background: #ffd600;
  border-radius: 4px;
  padding-right: 0;
  padding-left: 0;
}

.nav .nav-link.active {
  background: #ffffff;
  color: #055052 !important;
  font-weight: 600;
}

b,
strong {
  font-weight: 600;
}

/* Material Icons */

.material-icons {
  font-size: inherit;
  display: inline-flex;
  vertical-align: middle;
}

.main-side-nav .material-icons {
  min-width: 19px;
  max-width: 20px;
  overflow: hidden;
}

.settings-icon,
.large-icon {
  min-width: 54px;
  max-width: 54px;
  overflow: hidden;
}

.large-icon-2x {
  min-width: 72px;
  max-width: 72px;
  overflow: hidden;
}

.help-icon {
  color: #9a9b9c;
  cursor: pointer;
  font-size: smaller;
  padding-top: 4px;
}

.help-icon:hover {
  color: #055052;
}

.h2 .material-icons {
  margin-top: -6px;
}

.h3 .material-icons,
.h4 .material-icons {
  margin-top: -4px;
}

.h5 .material-icons {
  margin-top: -3px;
}

/* END: Material Icons */

.font-monospace {
  font-family: 'Azeret Mono', SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  /* letter-spacing: -0.05rem; */
  /* font-variant-numeric: tabular-nums lining-nums; */
}

.bg-gray-light {
  background: #eaebec !important;
}

.bg-warning {
  color: #1a1b1c;
}

.bg-warning-light {
  background-color: #ffe79f !important;
}

.bg-warning-lighter {
  background-color: #fff6dc !important;
}

.bg-info-lighter {
  background-color: #e9f3f8 !important;
}

.bg-success-light {
  background-color: #b9eddf !important;
}

.form-floating>label {
  color: #7a7b7c;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: 1;
}

a.settings-card-button {
  border: #d1d2d3 solid 1px;
  border-radius: 6px;
  min-height: 180px;
}

a.settings-card-button:hover {
  text-decoration: none;
  /* border: #a1a2a3 solid 1px; */
  box-shadow: #e1e2e3 0 0 10px 1px;
}

a.transaction-card-button {
  border-radius: 0;
  border: none;
  border-bottom: #e1e2e3 solid 1px;
  transition: background 0.2s;
  /* border-left: #ffffff solid 4px; */
  /* padding-bottom: 1rem !important; */
}

a.transaction-card-button.no-link {
  cursor: default;
}

a.transaction-card-button:hover {
  /* background: #f6f7f8 !important; */
  /* border-left: rgb(3, 160, 118) solid 4px; */
  /* border-left: #03a076 solid 4px; */
  /* box-shadow: inset 0 -0.5rem 1rem 0.1rem rgba(3, 160, 118, 0.3); */
  background: linear-gradient(rgba(100, 100, 100, 0.01), rgba(100, 100, 100, 0.07));
  text-decoration: none;
}

a.transaction-card-button:focus,
a.transaction-card-button:active {
  box-shadow: none;
}

a.transaction-card-button.transaction-card-button-hide-last-line:last-child {
  border-bottom: none;
}

@keyframes transaction-card-highlight {
  0% {
    background: #fffed1;
  }

  100% {
    background: #ffffff;
  }
}

a.transaction-card-button.transaction-highlight {
  animation-name: transaction-card-highlight;
  animation-duration: 15s;
}

.nav-link .material-icons {
  font-size: larger;
  margin-top: -4px;
}

.list-view-search-input {
  width: 300px;
}

.btn-success,
.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  color: #ffffff;
}

/* .clickable-table-row:hover>td {
  / * background-color: #FDF2D0; * /
  background-color: #fcfdd0;
  / * background-color: #d0fdd5; * /
  box-shadow: unset;
} */

.btn-outline-light {
  color: #333333;
  border-color: #e1e2e3;
}

.btn-outline-light:hover,
.btn-outline-light:active,
.btn-outline-light:focus {
  background-color: #e9eaeb;
  border-color: #e9eaeb;
}

.btn-light-darker {
  background-color: #e1e2e3;
  border-color: #e1e2e3;
}

.btn-light-darker:hover,
.btn-light-darker:active,
.btn-light-darker:focus {
  background-color: #c1c2c3;
  border-color: #c1c2c3;
}

.card-border {
  /* background-color: #f1f3f5; */
  border: #e1e2e3 solid 1px;
  /* border: 1px solid rgba(0, 0, 0, .125); */
}

.reposition-over-stretchable-link {
  position: relative;
  z-index: 100000;
}

.btn-hover-primary:hover {
  background-color: #055052 !important;
  border-color: #055052 !important;
  color: #ffffff !important;
}

.dropdown-menu-btn-end-fix-new-student {
  transform: translate3d(-50px, 40px, 0px) !important;
}

.p-back-btn-fix {
  padding-left: 54px;
}

.m-back-btn-fix {
  margin-left: 54px;
}

.alert-secondary-text {
  margin-left: 30px;
}

body.full-screen-zen-body {
  border-top: #055052 solid 4px;
}


input.update-linked-status.disabled {
  background: #aaaaaa;
}

input.update-linked-status {
  cursor: pointer;
}


.nav-link.nav-link-js-clickable {
  cursor: pointer;
}

.dropdown-menu {
  box-shadow: rgb(0, 0, 0, 0.1) 0px 6px 10px 6px;
}

/* .list-view-table {
  border-radius: 4px;
} */

.gridjs-wrapper {
  box-shadow: 0 0px 3px 0 rgb(0 0 0 / 10%), 0 0px 2px 0 rgb(0 0 0 / 26%) !important;
}

.gridjs-table tr td.gridjs-td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table.table-hover.gridjs-table tr:hover td.gridjs-td {
  border-left-color: #d5d7db;
  border-right-color: #d5d7db;
}

.table.gridjs-table>:not(:last-child)>:last-child>* {
  border-bottom-color: #e5e7eb;
}

/* Fix issue with border bottom showing on certain browser zoom settings */
.nav.nav-tabs .nav-link {
  border-bottom: none;
}

.nav.nav-tabs .nav-link.active {
  padding-bottom: 0.55rem;
}

/* End of fix */

/* Fix for stretchable links in gridjs */
tr.gridjs-tr {
  position: relative;
}

/* End fix */

tr:hover .stretched-link::after {
  background-color: #2a2b2c;
  opacity: 0.05;
}

.settings-icon,
.large-icon {
  font-size: 54px !important;
  filter: invert(25%) sepia(16%) saturate(2681%) hue-rotate(135deg) brightness(92%) contrast(96%);
}

.large-icon-2x {
  font-size: 72px !important;
  filter: invert(25%) sepia(16%) saturate(2681%) hue-rotate(135deg) brightness(92%) contrast(96%);
}

.transaction-card-button:hover .transaction-card-time .human-time {
  display: none;
}

.transaction-card-button .transaction-card-time .absolute-time {
  display: none;
}

.transaction-card-button:hover .transaction-card-time .absolute-time {
  display: inline-block;
}

.card.dashboard-widget-card {
  border: #dadbdc solid 1px;
  box-shadow: #f1f2f3 0 0 10px 1px;
}

.card.dashboard-widget-card .card-title {
  font-size: 28px;
  letter-spacing: 1px;
}

.card.dashboard-widget-card .card-text {
  margin-bottom: 0.5rem;
}

.card.dashboard-widget-card .card-title.dull-title {
  color: #676767 !important;
}

img.pay-icon-gpay {
  height: 25px;
  margin-right: 4px;
}

img.pay-icon-phonepe {
  height: 25px;
  margin-right: 4px;
}

img.pay-icon-paytm {
  height: 25px;
  margin-right: 4px;
}

img.pay-icon-bhim {
  height: 25px;
  margin-right: 4px;
}

.btn-light-pay {
  border: #e1e2e3 solid 1px;
  box-shadow: #e1e2e3 0 0 16px -8px;
}

.btn-light-pay:hover,
.btn-light-pay:active,
.btn-light-pay:focus {
  border: #d1d2d3 solid 1px;
}

@media only screen and (max-device-width: 359px) {
  .w-100-xxs {
    width: 100%;
    padding: 0 !important;
  }
}

.icon-badge-btn {
  vertical-align: bottom;
}

table.table.table-comfortable-spacing td,
table.table.table-comfortable-spacing th {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.btn-admission-card:hover {
  /* color: #ffffff; */
  background-color: #d7d8d9;
  border-color: #d7d8d9;
}


.table.hide-last-row-border tbody tr:last-child>* {
  border-bottom-width: 0px;
}