/* @font-face {
  font-family: 'google_sansregular';
  src: url("../frontend/fonts/productsans-black-webfont.woff2") format("woff2"),
    url("../frontend/fonts/productsans-black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'google_sansregular';
  src: url("../frontend/fonts/productsans-bolditalic-webfont.woff2")
      format("woff2"),
    url("../frontend/fonts/productsans-bolditalic-webfont.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'google_sansregular';
  src: url("../frontend/fonts/Lato-Hairline.woff2") format("woff2"),
    url("../frontend/fonts/Lato-Hairline.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'google_sansregular';
  src: url("../frontend/fonts/productsans-bold-webfont.woff2") format("woff2"),
    url("../frontend/fonts/productsans-bold-webfont") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'google_sansregular';
  src: url("../frontend/fonts/productsans-bolditalic-webfont.woff2")
      format("woff2"),
    url("../frontend/fonts/productsans-bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'google_sansregular';
  src: url("../frontend/fonts/productsans-light-webfont.woff2") format("woff2"),
    url("../frontend/fonts/productsans-light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'google_sansregular';
  src: url("../frontend/fonts/productsans-light-webfont.woff2") format("woff2"),
    url("../frontend/fonts/productsans-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'google_sansregular';
  src: url("../frontend/fonts/productsans-regular-webfont.woff2")
      format("woff2"),
    url("../frontend/fonts/productsans-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'google_sansregular';
  src: url("../frontend/fonts/productsans-bolditalic-webfont.woff2")
      format("woff2"),
    url("../frontend/fonts/productsans-bolditalic-webfont.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: "google_sansregular";
  src: url("fonts/googlesans-regular.ttf") format("ttf"),
    url("fonts/googlesans-regular.woff2") format("woff2"),
    url("fonts/googlesans-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "googlesans_medium";
  src: url("fonts/googlesans-medium.ttf") format("ttf"),
    url("fonts/googlesans-medium.woff2") format("woff2"),
    url("fonts/googlesans-medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "google_sansbold";
  src: url("fonts/googlesans-bold.ttf") format("ttf"),
    url("fonts/googlesans-bold.woff2") format("woff2"),
    url("fonts/googlesans-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
} */


/* google sans start */
@font-face {
  font-family: 'google_sansbold';
  src: url('../frontend/fonts/googlesans-bold.woff2') format('woff2'),
       url('../frontend/fonts/googlesans-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'google_sansbold_italic';
  src: url('../frontend/fonts/googlesans-bolditalic.woff2') format('woff2'),
       url('../frontend/fonts/googlesans-bolditalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'google_sansitalic';
  src: url('../frontend/fonts/googlesans-italic.woff2') format('woff2'),
       url('../frontend/fonts/googlesans-italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'google_sansmedium';
  src: url('../frontend/fonts/googlesans-medium.woff2') format('woff2'),
       url('../frontend/fonts/googlesans-medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'google_sansmedium_italic';
  src: url('../frontend/fonts/googlesans-mediumitalic.woff2') format('woff2'),
       url('../frontend/fonts/googlesans-mediumitalic.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


@font-face {
  font-family: 'google_sansregular';
  src: url('../frontend/fonts/googlesans-regular.woff2') format('woff2'),
       url('../frontend/fonts/googlesans-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}


body {
  /*font-family: 'lato' !important;*/
  font-family: 'google_sansregular' !important;
  line-height: 1.5;
  /*font-size: 1rem;*/
  margin-bottom: 29px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'google_sansbold' !important;
}
label{ font-weight: normal;}
input:focus,
button:focus,
a:focus {
  outline: 0;
}

.font-google-bold{
  font-family: 'google_sansbold'!important;
}

.font-google-medium{
  font-family: 'google_sansmedium'!important;
}

.font-google-regular{
  font-family: 'google_sansregular'!important;
}

.listing-table {
  max-height: 500px;
  overflow-x: auto;
  overflow-y: auto;
}

.listing-table th {
  white-space: nowrap;
}

.dash-data-table span {
  margin-right: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.dash-data-table i {
  font-size: 20px;
}

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

/* span.multiselect-native-select {
  z-index: 1;
} */

.main-header {
  padding: 10px 0;
  background-color: #fff;
  /*border-bottom: 8px solid #ebebeb;*/
}

.main-header .row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.wrapper {
  background-color: transparent !important;
}

.paginate_button {
  background-color: #ca3b69;
}

.btn-success {
  background-color: #ca3b69;
}

.col-logo {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  /* justify-content: space-between; */
}

.sidebar-mini.sidebar-collapse .main-header .logo {
  width: 160px;
}

.jTable {
  overflow: hidden;
  overflow-x: auto;
}

.jTable table {
  width: 100% !important;
}

.jTable th,
.jTable td {
  white-space: nowrap;
}

#closed_orders_datatables_paginate {
  margin-top: 30px;
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
  display: block;
}

.main-header .sidebar-toggle:hover {
  color: inherit;
}

.skin-blue .main-header .navbar {
  background-color: transparent;
  margin-left: 0;
}

.skin-blue .main-header .logo {
  width: 160px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}

.skin-blue .main-header .logo:hover {
  background-color: transparent;
}

.side-toggleBar {
  font-size: 26px;
  margin-top: 5px;
  margin-left: 50px;
  color: #666;
}

.main-header .navbar-custom-menu,
.main-header .navbar-right {
  float: none;
}

.header-right-part {
  flex: 1;
}

.navbar-nav {
  width: 100%;
  display: inline-flex;
  align-items: center;
  float: none;
}

.NavList {
  flex: 1;
  padding-left: 70px;
}

.NavList > ul {
  width: 100%;
  max-width: 500px;
  padding-left: 0;
  border: none;
  position: relative !important;
  list-style: none;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

.NavList li {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  position: relative;
}

.NavList li > a {
  font-size: 15px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  transition: color 0.3s;
  color: #333333;
}

.NavList li > a:hover {
  background-color: transparent;
}

.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus {
  background-color: transparent;
  color: #cd3a6a;
}

.NavList li > a:hover {
  color: #cd3a6a;
}

.NavList li > a i {
  margin-left: 12px;
  margin-right: 0;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  background-color: #005276;
}

.detailed-modal .content {
  min-height: inherit;
}

.cart-list {
  margin-right: 10px;
}

.header-cart {
  border-radius: 3px;
  height: 32px;
  padding: 10px !important;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #cd3a6a;
}

.header-cart:hover {
  background-color: transparent;
}

.hCart-counter {
  top: -12px;
  right: -3px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 12px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  color: #fff;
  background-color: #cd3a6a;
}

.navbar-custom-menu .header-cart img {
  max-width: 15px;
}

.dropdown .dropdown-toggle {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: flex-start;
}

.drop-avatar-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 8px;
  overflow: hidden;
  border: 1px solid #999999;
}

.drop-avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.dropdown .dropdown-toggle i {
  margin-left: 15px;
  font-size: 18px;
}

.avatar-name {
  font-size: 15px;
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  text-transform: capitalize;
  color: #333;
}

.avatar-category {
  font-size: 12px;
  text-transform: capitalize;
  display: block;
  color: #999999;
}

.user-panel {
  margin-bottom: 30px;
  text-align: center;
  white-space: normal;
}

.user-panel > .info .user-label {
  min-width: 80px;
  padding: 0 10px;
  height: 32px;
  border-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #cd3a6a;
}

.pull-left.image {
  width: 100%;
}

.user-panel > .info {
  left: 0;
  width: 100%;
  padding: 0;
  position: relative;
}

.sidebar-avatar {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  margin-bottom: 14px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: inherit;
  border: 4px solid #2e4c82;
}

.sidebar-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box.box-primary {
  border-top-color: #fff;
  box-shadow: unset;
}

.skin-blue .sidebar-menu > li.active > a {
  background-color: #181f29;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  border-left: 2px solid transparent;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li:hover > a {
  /* background-color: #2A4D7F; */
  background-color: #fff;
  color: #000000cc;
  border-color: #fe6892;
}
.skin-blue .sidebar-menu .treeview-menu > li.active li > a {
  background-color: transparent;
}
.btn-primary {
  background-color: #01cdd1;
  border-color: #01cdd1;
}
.btn-primary:hover {
  color: #fff;
  background-color: #fe6892;
  border-color: #fe6892;
}
.action_image {
  margin-bottom: 8px;
}

.select2-container--default .select2-selection--single {
  padding: 3px 12px;
}

.select2-selection__choice {
  color: #ca3b69;
}

.skin-blue .main-header .navbar .nav > li > a {
  padding: 10px 5px;
  color: #a0a9b9;
}

.main-sidebar {
  padding-top: 115px;
  width: 290px;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #242a33;
}

.skin-blue .sidebar-menu > li.active {
  background-color: #181f29;
}

.skin-blue .sidebar-menu > li a:hover {
  background-color: #00c5c9;
  border-left-color: #00c5c9;
}

.skin-blue .sidebar-menu > li.active > a {
  border-left-color: #00c5c9;
  /*color: #a0a9b9;*/
  color: #fff;
}

.skin-blue .sidebar-menu > li:not(:last-child) {
  border-bottom: 1px solid #2d3542;
}

.nav-child {
  z-index: 99;
  min-width: 190px;
  top: calc(100% + 16px);
  right: 0;
  padding: 5px;
  border-radius: 4px;
  display: none;
  position: absolute;
  background-color: #ebebeb;
}

.nav-child li {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
  text-align: left;
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}

.nav-child li:hover {
  background-color: #cd3a6a;
}

.nav-child li:hover a {
  color: #fff;
}

.nav-child li:not(:last-child) {
  margin-bottom: 3px;
}

.nav-child li a {
  font-size: 15px;
  width: 100%;
  padding: 12px 14px;
  display: block;
  text-transform: capitalize;
  transition: color 0.3s;
  color: #333;
}

.nav-child li a:hover {
  background-color: inherit;
}

.nav-child li a i {
  margin-left: 0;
  margin-right: 8px;
}

.content-wrapper,
.main-footer {
  margin-left: 280px;
}

.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #d2d6de;
  /* position: relative;
    margin-left: 0;
    top: 0px;  */
    margin-left: 0;
}

.sidebar-menu > li > a {
  padding: 17px 5px 17px 15px;
}

.form-dialog {
  z-index: 1;
  margin: 200px auto;
  max-width: 800px;
  padding: 0 15px;
  width: 100%;
  position: relative;
  color: #999;
}

.form-dialog--content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
}

.form-dialog--header {
  border-radius: 10px 10px 0 0;
  background-color: #f4f4f4;
}

.form-dialog--heading {
  margin: 25px 0;
  padding: 0 20px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  position: relative;
}

.modal-backdrop {
  z-index: 99;
}

.form-dialog--body {
  padding: 30px;
  padding-bottom: 24px;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

.form-dialog--body form {
  width: 100%;
}

.form-dialog--wraps {
  width: 100%;
  padding: 0 15px;
  padding-top: 20px;
}

.form-group {
  margin-bottom: 30px;
  position: relative;
}

/* .form-control.datepicker_start,
.form-control.datepicker_end,
.select2-container {
  z-index: 1;
} */

.form-control.datepicker_start,
.form-control.datepicker_end {
  position: relative;
}

.input-search {
  position: relative;
}

.input-search--field {
  padding: 0 10px 0 40px;
  height: 60px;
  width: 100%;
  border: 1px solid #d2d2d2;
  color: #666;
  border-radius: 3px;
  background-color: #fff;
}

.input-search--button {
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  position: absolute;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background-color: transparent;
  color: #666;
}

.form-dialog--wraps .input-search--button {
  height: 60px;
}

.datepicker-input {
  padding: 0 20px;
  height: 60px;
  width: 100%;
  flex: 1;
  margin-bottom: 0;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  border: 1px solid #d2d2d2;
  color: #666;
  border-radius: 3px;
  background-color: #fff;
}

.datepick {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.datepick .buttons {
  font-size: 18px;
  flex-basis: 220px;
  max-width: 220px;
  margin-left: 20px;
  height: 60px;
  line-height: 1;
  padding: 0 15px;
  cursor: pointer;
  box-shadow: none;
  text-decoration: none;
  text-transform: capitalize;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.3s;
  color: #fff;
  background-color: #cd3a6a;
}

.datepicker-input input {
  width: 100%;
  padding: 0 10px;
  font-weight: 500;
  display: inline-block;
  border: none;
  color: #666;
}

.datepicker-input .fa-angle-down {
  font-size: 20px;
}

.form-close {
  top: 0;
  left: 100%;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  cursor: pointer;
  position: absolute;
}

.form-close::before {
  transform: rotate(45deg);
}

.form-close::after {
  transform: rotate(-45deg);
}

.form-close::before,
.form-close::after {
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  border-radius: 3px;
}

.modal {
  background-color: rgba(0, 0, 0, 0.8);
}
.ui-menu {
  padding-left: 0;
  z-index: 9999;
  max-width: 710px !important;
  width: 100% !important;
  height: 180px;
  list-style: none;
  overflow-y: auto;
  background-color: #fff;
}

.ui-menu-item {
  padding: 10px;
  font-size: 15px;
  list-style-image: none;
  border: none !important;
  transition: background-color 0.2s, color 0.2s;
  color: #333;
  background-color: #fff;
}

.ui-menu-item:hover {
  color: #fff;
  background-color: #cd3a6a;
}

.ui-menu-item-wrapper {
  /* height: 100%; */
  border: none;
  transition: color 0.2s;
  color: #333;
}

.ui-menu-item-wrapper:hover {
  color: #fff;
}

.ui-menu-item:hover div {
  color: #fff;
}

.daccBox {
  min-height: 250px;
  max-height: 250px;
  margin-bottom: 30px;
  padding-bottom: 15px;
  overflow-y: auto;
  text-align: center;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}

.dacc-head {
  padding: 12px 15px;
  border-radius: 4px 4px 0 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  background-color: #2e4c82;
}

.dacc-head h4 {
  margin: 0;
}

.stats-figure {
  padding: 10px;
}

.number-box {
  margin-top: 20px;
  border-radius: 4px;
  max-width: 92%;
  width: 100%;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 8px -3px rgba(0, 0, 0, 0.6);
}

.number-box p {
  margin: 0;
  font-weight: bold;
  color: #2e4c82;
}

.number-box span {
  margin-top: 6px;
  font-weight: 500;
  display: block;
  color: #a0a9b9;
}

.stats-figure img {
  max-width: 100%;
}

.tool-select-box {
  margin-bottom: 25px;
  text-align: right;
}

.toolbar-select {
  max-width: 100px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background-color: #fff;
}

.toolbar-select:not(:last-child) {
  margin-right: 6px;
}

.toolbar-icon {
  top: 50%;
  right: 10px;
  position: absolute;
  transform: translate(0, -50%);
  color: #666;
}

.toolbar-input {
  z-index: 1;
  height: 36px;
  width: 100%;
  font-size: 13px;
  padding: 0 24px 0 8px;
  border-radius: 4px;
  position: relative;
  background-color: transparent;
  border: 1px solid #999;
  color: #666;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.toolbar-input:focus {
  outline: 0;
}

.dacc-rates {
  margin-top: 10px;
  padding: 0 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.dacc-rates span {
  flex: 1;
}

.dacc-rates-star {
  font-size: 20px;
  color: orange;
  text-align: left;
}

.dacc-rates-text {
  font-size: 15px;
  font-weight: 600;
  color: #666;
}

.box-body .btn:not(:last-child) {
  margin-right: 5px;
}

.dash-data-table,
.dataTables_wrapper {
  overflow-x: auto;
}

.dash-data-table th,
.dataTables_wrapper th,
.dataTables_wrapper td,
.dash-data-table td {
  white-space: nowrap;
}

.dash-btns {
  text-align: center;
}

.paginate_button {
  background-color: #ca3b69 !important;
}

.btn-success {
  background-color: #ca3b69 !important;
}

/* span.multiselect-native-select {
    z-index: 2;
} */

.dataTables_filter {
  margin-bottom: 20px;
}

.currency-item {
  max-width: 64px;
  width: 100%;
  margin-right: 8px;
}

.currency-group {
  /* max-width: 64px; */
  width: 100%;
  font-size: 13px;
  font-weight: 600;
  height: 32px;
  padding: 4px;
  border-radius: 3px;
  border: 1px solid #cd3a6a;
  cursor: pointer;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  text-transform: capitalize;
  position: relative;
}

.currency-selector {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;

  border: 0;
  text-transform: uppercase;
  position: absolute;
  background: transparent;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1024' height='640'><path d='M1017 68L541 626q-11 12-26 12t-26-12L13 68Q-3 49 6 24.5T39 0h952q24 0 33 24.5t-7 43.5z'></path></svg>")
    90%/9px 5px no-repeat;

  font-family: inherit;
  color: #666;
}

select.currency-selector:focus {
  outline: 0;
}

.currency-symbol {
  position: absolute;
  color: #666;
}

.currency-amount {
  text-align: right;
}

.currency-addon {
  width: 100%;
  height: 100%;
  text-align: left;
  position: relative;
}

.paginate_button {
  background-color: #ca3b69 !important;
}

.btn-success {
  background-color: #00c5c9 !important;
  border-color: #00c5c9 !important;
}

.gallery-panel {
  padding: 30px;
  padding-top: 50px;
  background-color: #fff;
}

.gallery-figure--row {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}

.gallery-figure--col {
  flex-basis: 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.gallery-figure {
  height: 300px;
  border-radius: 6px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.29);
}

.gallery-figure:hover .gallery-title {
  bottom: 0;
}

.gallery-figure img {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  object-position: top;
}

.gallery-title {
  width: 100%;
  bottom: -100%;
  left: 0;
  padding: 10px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  transition: bottom 0.5s;
}

.gallery-title p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #fefefe;
}

.galleryModal {
  justify-content: center;
  align-items: center;
}

.galleryModal .close {
  top: 15px;
  right: 15px;
  opacity: 0.6;
  font-size: 40px;
  z-index: 1;
  position: absolute;
  color: #fff;
}

.galleryModal .prev,
.galleryModal .next {
  top: 50%;
  font-size: 26px;
  padding: 4px;
  width: 40px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: absolute;
  transform: translateY(-50%);
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.galleryModal .prev {
  left: 15px;
}

.galleryModal .next {
  right: 15px;
}

.galleryModal .modal-content {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
}

.galSlides {
  max-width: 400px;
  height: 300px;
  border-radius: 4px;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #ccc;
}

.galSlides img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  object-fit: cover;
  object-position: center;
}
.main-sidebar.institution_theme_sidebar {
  background: #005276 !important;
  width: 280px;
  border: 1px solid #e6e6e6;
  left: 0px;
  top: 84px !important;
  min-height: calc(100% - 110px);
  padding-top: 15px !important;
}
.institution-content-wrapper,
.skin-blue .wrapper.institutionDashboardWrapper {
  /*background-color: #f5f5f5 !important;*/
  background-color: #fff !important;
}

.main-sidebar.institution_theme_sidebar .sidebar-menu > li:not(:last-child) {
  border-width: 0px;
}
.main-sidebar.institution_theme_sidebar .sidebar-menu > li > a {
  color: #2e4c82;
  border-radius: 4px;
}
.main-sidebar.institution_theme_sidebar .sidebar-menu > li:hover > a,
.main-sidebar.institution_theme_sidebar .sidebar-menu > li.active > a,
.main-sidebar.institution_theme_sidebar .sidebar-menu > li.menu-open > a {
  background: #00c5c9 !important;
}
.main-sidebar.institution_theme_sidebar .sidebar-menu > li:hover > a,
.main-sidebar.institution_theme_sidebar .sidebar-menu > li.active > a,
.main-sidebar.institution_theme_sidebar .sidebar-menu > li:hover > a i,
.main-sidebar.institution_theme_sidebar .sidebar-menu > li.active > a i,
.main-sidebar.institution_theme_sidebar .sidebar-menu > li.menu-open > a,
.main-sidebar.institution_theme_sidebar .sidebar-menu > li.menu-open > a i {
  color: #fff !important;
}
.main-sidebar.institution_theme_sidebar .sidebar-menu > li > .treeview-menu {
  margin: 0 0px;
  padding-left: 10px;
  padding-right: 10px;
  background: #f1f1f1 !important;
}
.main-sidebar.institution_theme_sidebar .sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
.main-sidebar.institution_theme_sidebar .sidebar-menu > li > a > i {
  color: #01cdd1;
  margin-right:5px!important;
}
.main-sidebar.institution_theme_sidebar .sidebar-menu > li > a {
  color: #fff;
  border-radius: 4px;
  padding: 12px 5px;
  white-space: normal!important;
  display: flex!important;
}
.side-toggleBar {
  display: none;
}
.content-header h1 {
  margin-top: 10px !important;
  margin-left: 5px;
}
.toolbar-select {
  max-width: 113px;
}

.detailed-modal .detailed-header .close,
div.modal-header button.close,
.galleryModal .close {
  position: absolute;
  top: -10px;
  right: -10px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #707070;
  width: 30px;
  height: 30px;
  opacity: 1 !important;
  font-family: "lato" !important;
  padding: 0 0 2px !important;
  font-size: 22px !important;
  line-height: 18px;
  color: #333;
  vertical-align: top;
  margin: 0;
  left: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.galleryModal .close {
  top: 15px;
  left: calc(100% - 40px);
}

/* Header New Start */

.float-right1 {
  float: right;
}
.institutionDashboardWrapper {
  overflow: initial;
  min-height: 10px !important;
}
.institutionDashboardWrapper .main-header {
  max-height: 85px;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}
#navbar-design-1 {
  background-color: #2e4c82;
  width: auto;
  margin: 0 -15px;
  padding: 0 30px;
}

.headerTopRow-1 {
  height: 95px;
}
#navbar-design-1 .NavList {
  padding-left: 0px;
}
#navbar-design-1 .NavList .dropdown-menu.mobileDrop li > a {
  color: #fff;
  position: relative;
  font-size: 18px;
  padding: 17px 15px;
}
#navbar-design-1 .NavList > ul {
  max-width: inherit;
  padding: 0;
}
#navbar-design-1 .navbar-custom-menu {
  margin-top: 0px;
}
.main-header #navbar-design-1.navbar {
  min-height: inherit;
}
#navbar-design-1 .NavList .dropdown-menu.mobileDrop li > a {
  background: none !important;
  position: relative;
  z-index: 1000;
}

#navbar-design-1 .NavList .dropdown-menu.mobileDrop > li > a::after {
  content: "";
  position: absolute;
  left: calc(50% - 25px);
  bottom: 0px;
  width: 50px;

  height: 4px;
  background-color: transparent;
  border: none;
  transition: all 0.3s ease;
}

#navbar-design-1 .NavList .dropdown-menu.mobileDrop li:hover > a::after {
  width: 100%;
  left: 0;
  background-color: #cd3969;
}
#site-RequestforDemo {
  margin-left: 100px;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 4px;
}
.institutionDashboardWrapper .header-right-part {
  display: flex;
  align-items: center;
  justify-content: end;
}
.headerCall-item {
  margin-right: 15px;
  color: #2e4c82;
}
.headerCall-item:hover {
  color: #cd3969;
}
.institutionDashboardWrapper .main-header .navbar-custom-menu {
  margin-top: 0px;
}
.icon-call {
  color: #cd3969;
  margin-right: 7px;
  font-size: 22px;
  position: relative;
  top: 4px;
}
#site-RequestforDemo:hover {
  background: #ea5284 !important;
}
#site-RequestforDemo .small-icon {
  background: #fff;
  padding: 1px 3px;
  margin-left: 7px;
}
#site-RequestforDemo .small-icon i {
  color: #cd3969;
  font-size: 10px;
}
a {
  transition: all ease 0.5s;
}
.sidebar {
  padding-top: 180px;
}
#navbar-design-1 .nav-child {
  background: #fff;
  top: calc(100%);
  padding: 15px 15px;
  border-radius: 0;
  margin: 0px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#navbar-design-1 .NavList .dropdown-menu.mobileDrop .nav-child li > a {
  color: #2e4c82;
  font-size: 16px;
  padding: 4px 15px;
  background: none !important;
}
#navbar-design-1 .NavList .dropdown-menu.mobileDrop .nav-child li > a:hover {
  background: none !important;
  color: #cd3969;
}
#navbar-design-1 .NavList .dropdown-menu.mobileDrop .nav-child li:hover {
  background: none !important;
}

.headerTopRow-1 {
  position: relative;
  z-index: 5555;
}
.user-menu .user-footer a.btn {
  color: #fff !important;
  background: #01cdd1 !important;
}

.navbar-custom-menu .user-menu .dropdown-menu {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.treeview.active.menu-open a {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.content {
  padding-left: 0 !important;
}
@keyframes slideIn {
  0% {
    opacity: 0;
    top: calc(100% + 10px);
  }
  100% {
    opacity: 1;
    top: calc(100%);
  }
}

#hc1List1,
#hc1List2 {
  position: static;
}
#hc1List1 .dropdown-menu,
#hc1List2 .dropdown-menu {
  padding: 0;
  margin: 0;
  border: none;
}

#hc1List1 .row,
#hc1List2 .row {
  align-items: flex-start !important;
  flex-wrap: wrap;
}
.d-flex {
  display: flex !important;
}
.ract-26 {
  width: 26px;
  height: 26px;
}
.bg-light-blue {
  background-color: #e8f0ff !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-center {
  justify-content: center !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.bg-blue {
  background-color: #2e4c82 !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* .fontMedium {
  font-family: "product_sans_mediumregular";
} */
.font-16px {
  font-size: 16px;
}
.m-0 {
  margin: 0 !important;
}
.text-muted {
  color: #757575 !important;
}
.font-13px {
  font-size: 13px !important;
}
.MegaMenuTitle {
  color: #2e4c82;
  border-bottom: 1px solid #cd3969;
  font-size: 20px;
}
.text-white {
  color: #ffffff !important;
}
.megamenu-item:hover .ract-26 {
  transition: all 0.7s ease;
  background-color: rgba(205, 58, 106, 0.7) !important;
}
.megamenu-item:hover .ract-26 img {
  filter: invert(43%) sepia(96%) saturate(1237%) hue-rotate(88deg)
    brightness(100000%) contrast(519%);
}
.megamenu-item {
  color: #333;
}

.megamenu-item:hover {
  color: #cd3969;
}
#hc1List1 .megamenu-item {
  margin-top: 8px;
}
#hc1List1 ul {
  padding-left: 0px;
}
.font-12px {
  font-size: 12px !important;
}
.text-white-fade {
  color: #d9d9d9 !important;
}
.list.dots li {
  padding-left: 20px;
  margin-bottom: 20px;
  position: relative;
}
.list.dots li::after {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  left: 0;
  top: 8px;
  position: absolute;
  border: 1px solid #fff;
  background-color: #cd3969;
}
.list.dots li a {
  padding: 0px !important;
  display: block;
}
.border-white {
  border-color: #fff !important;
}
.h-100 {
  height: 100% !important;
}
.ps-0 {
  padding-left: 0px !important;
}
.pe-0 {
  padding-right: 0px !important;
}
.CardFrontImg {
  background: #fff;
  padding: 12px 15px;
  max-height: 100px;
}
.CardFrontImg img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
#navbar-design-1 .navbar-custom-menu > .nav.navbar-nav {
  position: relative;
}
#navbar-design-1 .navbar-custom-menu > .nav.navbar-nav li.NavList {
  position: static;
}
#navbar-design-1
  .navbar-custom-menu
  > .nav.navbar-nav
  li.NavList
  ul:not(.dropdown-menu) {
  position: static !important;
}

.sidebar {
  padding-top: 0px;
}

.ps-15px {
  padding-left: 15px !important;
}
.table-responsive-site {
  overflow: auto;
  border: 1px solid #eee;
  margin-bottom: 15px;
}
.table-responsive-site > table,
.table-responsive-site > table.dataTable {
  margin: 0px !important;
  width: 100% !important;
  min-width: 800px;
}
.text-left {
  text-align: left !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.showFormGroup-01 {
  display: flex;
}
.showFormGroup-01 .showFormGroup-input {
  margin: 0 10px;
}
.pt-0 {
  padding-top: 0px !important;
}
.max_w_600px {
  max-width: 600px;
}
body {
  margin-bottom: 0px !important;
}

.select2-container--default.select2-container--open {
  z-index: 9!important;
}
.modal-lg.w-600
  .modal-content
  .modal-body
  .box-body
  .select2-container--default.select2-container--open {
  z-index: 9999 !important;
}
.sidebar-menu > li {
  position: relative;
  margin: 2px 0;
  padding: 0;
}

.treeview-menu > li > a {
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 100%;
}
.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion {
  width: 20px;
  color: #01cdd1;
  font-size: 10px;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #005276;
}
/* li.treeview.menu-open a {
  border-radius: 4px !important;
} */
.treeview-menu {
  padding: 4px 0;
}
.treeview-menu > li {
  padding-top: 11px;
  padding-bottom: 11px;
  margin-bottom: 2px;
  transition: all ease 0.5s;
}
.treeview-menu > li.active,
.treeview-menu > li:hover {
  border-radius: 4px;
  background-color: #fff;
}
.treeview-menu > li ul li.active,
.treeview-menu > li ul li:hover {
  border-radius: 4px;
  background-color: #f1f1f1;
}
.treeview-menu > li ul li:hover a {
  background-color: #f1f1f1 !important;
}
.treeview-menu .treeview-menu {
  padding-left: 20px;
  padding-right: 20px;
}
.treeview-menu > li > a {
  padding-left: 10px;
}
.sidebar-menu > li > a > .fa,
.sidebar-menu > li > a > .glyphicon,
.sidebar-menu > li > a > .ion {
  width: 23px;
  /* text-align: center; */
}
.main-sidebar .mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.main-sidebar li > a > .fa {
  font-size: 16px;
}
.main-sidebar li > a > .fa.fa-credit-card-alt {
  font-size: 13px;
}
.main-sidebar li > a > .fa.fa-users {
  font-size: 14px;
}
.main-sidebar li > a > .fa.fa-money {
  font-size: 17px;
}
.main-sidebar li > a > .fa.fa-hdd-o,
.main-sidebar li > a > .fa.fa-lock {
  font-size: 19px;
}
.main-sidebar li > a > .fa.fa-male {
  font-size: 21px;
}

.box-header .btn-success {
  margin-right: 15px;
}

.box-header .btn-success {
  margin-right: 0;
}
.filter-box {
  position: relative;
  top: 20px;
  /* border: 1px solid #ddd; */
  text-align: left;
  margin-bottom: 40px;
}
.filter-box-inner {
  padding: 10px;
  background: #fbfbfb;
  width: 100%;
  margin-bottom: 20px;  
  border: 1px solid #ddd;
}
.triangle-with-shadow {
  width: 36px;
  height: 18px;
  position: absolute;
  overflow: hidden;
  right: 170px;
  top: -18px;
}
.triangle-with-shadow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  top: 10px;
  left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.row.mb-4 {
  margin-bottom: 48px;
}
.filter-submit {
  margin-left: 10px;
}
.search-box {
  width: 233px;
  display: inline-block;
  border: 1px solid #ddd;
  float: right;
  position: relative;
  right: 0px;
}
.search-box .search-in {
  right: 10px;
  position: absolute;
  top: 15px;
}
.search-box .search-inputBox {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: none;
}
.d-flex.justify-content-end {
  justify-content: end;
}
.margin-right-10px {
  margin-right: 7px;
}
.d-flex.flex-wrap {
  flex-wrap: wrap;
}
.filter-form label {
  margin-bottom: 10px !important;
}
.add_more,
.remove {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #009a44;
  border-radius: 50%;
  font-size: 26px;
  color: #009a44;
  cursor: pointer;
  position: absolute;
  right: 39%;
  z-index: 5;
}
.remove {
  color: #d03630 !important;
  border: 1px solid #d03630 !important;
}
.academic_background {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 21px 0;
  margin: 40px 0px;
}
.academic_background {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 21px 0;
  margin: 40px 0px;
}

.academic_background_n1 {
}
.academic_background_n1 .box-body {
  flex: 1;
}
.academic_background_n1 label {
  width: auto !important;
}
.academic_background_n1 .add_more,
.academic_background_n1 .remove {
  right: 0 !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 9px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
  border-radius: 4px;
}

.switch .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s cubic-bezier(0, 1, 0.5, 1);
  border-radius: 3px;
}

.switch input:checked + .slider {
  background-color: #005276;
}

.switch input:focus + .slider {
  box-shadow: 0 0 4px #005276;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch input:checked + .slider.red {
  background-color: crimson;
}

.switch input:focus + .slider.red {
  box-shadow: 0 0 4px crimson;
}

.switch input:checked + .slider.red {
  background-color: crimson;
}
.institution-content-wrapper {
  min-height: 788px !important;
}

/*.treeview-menu>li.active a
{
    border-left: 2px solid #FE6892;
}*/

/*  */
.main-header {
  position: fixed;
  width: 100%;
  height: 85px;
  z-index: 10;
}
.main-header .headerTopRow-1 {
  height: 85px;
}
.main-sidebar {
  height: calc(100vh - 85px);
  overflow: auto;
  min-height: inherit !important;
}
.institution-content-wrapper {
  min-height: calc(100vh - 140px) !important;
  max-height: calc(100vh - 140px);
  height: calc(100vh - 140px);
  overflow: auto;
  margin-top: 85px;
}
.user-info-inner {
  display: flex;
  padding: 10px 20px;
}
.info-label {
  width: 100%;
}
.info-label div {
  font-weight: 600;
  margin-bottom: 15px;
  word-break: break-word;
}
.user-info {
  border: 1px solid #ddd;
  /*margin-bottom: 16px;*/
}
.img-profile {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  float: right;
  margin-bottom: 20px;
}
.img-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-blue-user {
  background-color: #005276;
  color: #fff;
  margin-left: 10px;
}
.comment-icon {
  margin-left: 5px;
}
.btn-blue-user:hover {
  color: #fff;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #005276;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  background: #ccc;
}
.mCSB_inside > .mCSB_container {
  margin-right: 25px;
}

.img-profile {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  float: right;
  margin-bottom: 20px;
}
.img-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-blue-user {
  background-color: #005276;
  color: #fff;
  margin-left: 10px;
}
.comment-icon {
  margin-left: 5px;
}
.btn-blue-user:hover {
  color: #fff;
}

.main-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.main-sidebar .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.main-sidebar .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.main-sidebar
  .mCSB_scrollTools
  .mCSB_dragger.mCSB_dragger_onDrag
  .mCSB_dragger_bar {
  background-color: #ffffff;
  opacity: 0.8 !important;
}

.main-sidebar .mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}

.btn-inlines-wrap {
  align-items: center;
  justify-content: end;
}
.file-upload-group {
  height: 34px;
}
.showFormGroup-01 {
  display: flex;
  align-items: center;
}
.showFormGroup-01 label {
  margin-bottom: 0px;
}
.btn-inlines-wrap .file-upload-group {
  margin-left: 0px;
  margin-right: 5px;
}
.btn-inlines-wrap .btn-success {
  margin-right: 5px;
}
.btn-inlines-wrap .margin-right-10px {
  margin-right: 5px;
}
.content-header {
  padding-bottom: 0px !important;
}
.content-header h1 {
  margin-top: 0px !important;
  margin-left: 0;
}
.user-row {
  display: flex;
  flex-wrap: wrap;
}
.user-row .col-sm-4 {
  margin-bottom: 16px;
}
.user-profile .d-flex {
  clear: both;
}
.leftstudent-panel-report,
.rightstudent-panel-report {
  border: 1px solid #ddd;
  padding: 15px 30px;
}
.img-profile.float-unset {
  float: unset;
}
.w-15 {
  width: 15%;
  float: left;
}
.content > .validate .control-label,
.content > .box-primary > .validate .control-label {
  text-align: right;
  margin: 0;
  line-height: 36px;
}
.form-control + .select2-container .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 4px;
  height: 34px; 
}
.mangetable .form-control + .select2-container .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0;
  padding: 6px 4px;
  height: 34px;
  width: 130px!important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px!important;
    right: -4px!important;
}
select.form-control {
  padding: 6px 8px;
}
.form-horizontal.filter-form {
  width: 100% !important;
}

.new-max-form{
  max-width: 100% !important;
}

.BrowseFile-Col-new-test{
  right: 73px !important;
}

.BrowseFile-Col-new{
  position: absolute;
  right: 94px !important;
}
.BrowseFile-Col {
  display: flex;
  align-items: center;
  position: absolute;
  right: 235px;
  gap: 5px;
}



.BrowseFile_payment {
  right: 285px !important;
}

.browser-upload-show{
  right:113px!important;
}

.BrowseFile_Col_employ {
  right: 312px !important;
}
.BrowseFile_adje {
  right: 367px !important;
}
.BrowseFile_students_news{
  right: 154px !important;
}

.BrowseFile_students {
  right: 345px;
}
.BrowseFile-Col .ImportForm {
  height: 34px;
}

.BrowseFile-Col .file-upload-btn-02 {
  margin-right: 3px;
}
.margin-right-5px {
  margin-right: 5px;
}
.rt-btn-col {
  display: inline-flex !important;
}

.btn.btn-primary.mb-3.w-100 {
  width: 100%;
}
.img-profile.img-reporting {
  width: 90px !important;
  height: 90px !important;
}
.show-student-ul b {
  /* width: 250px;*/
  width: 40%;
  display: inline-block;
}
.show-student-ul {
  padding-left: 15px;
}
.show-student-ul li {
  border: none;
}

.sidebar-menu > li {
  border-radius: 5px;
  overflow: hidden;
}

.student-ul-row .col-sm-6 {
  margin: 7px 0;
}
.img-profile.margin-0auto {
  margin: 5px auto;
}
.float-unset {
  float: unset;
}
.student-show-ul {
  border-bottom: 1px solid #ddd;
  margin-bottom: 16px;
  background: #f3f3f3;
  display: flex;
  flex-wrap: nowrap;
  overflow: auto;
}
.student-show-ul li a {
  padding: 10px 9px;
}
.card-left {
  border: 1px solid #ddd;
  padding: 5px;
}
.academic-ul li {
  border: 1px solid #fff;
  padding-left: 10px !important;
}
.profile-leftpanel-name {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin: 20px 0;
  font-weight: 600;
}
.student-ul-row {
  border: 1px solid #ddd;
  margin-bottom: 16px !important;
  padding: 10px 2px;
}
.student-show-ul li {
  border-left: 1px solid #ddd;
}
.status_academy span {
  font-size: 12px;
  padding: 0 5px;
  border: 1px solid #008900;
}
.box-profile {
  padding: 10px;
}

.datepicker.dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.5) !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
}

.filter-box .btn-warning {
  background-color: #005276;
  border-color: #005276;
}

.btn-warn-orng {
  background-color: #f0ad4e !important;
  border-color: #f0ad4e !important;
  color: #fff;
}

.btn-warn-orng:focus,
.btn-warn-orng:hover {
  color: #fff;
  background-color: #f0ad4e;
}

.sidebar-menu .pull-right-container .fa-angle-left::before {
  content: "\f105" !important;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  white-space: initial;
  display: flex;
  line-height: 19px;
}
.treeview-menu > li {
  padding-top: 8px;
  padding-bottom: 8px;
}
a[href="#filtermis"] {
  background-color: #005276;
  border-color: #005276;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
  color: #fff;
  background-color: #00c5c9;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  border-top-color: #00c5c9;
}
.filter-form .export_btn {
  background-color: #005276 !important;
  border-color: #005276 !important;
}

.filter-form .export_btn .fa-file-pdf-o {
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  left: 4px;
  position: relative;
  margin-left: -4px;
  background-image: url("data:image/svg+xml,%3Csvg id='Component_2_1' data-name='Component 2 %E2%80%93 1' xmlns='http://www.w3.org/2000/svg' width='17.288' height='15.93' viewBox='0 0 17.288 15.93'%3E%3Cpath id='Icon_awesome-file-pdf' data-name='Icon awesome-file-pdf' d='M5.66 7.968A3 3 0 0 1 5.6 6.509C5.859 6.509 5.834 7.657 5.66 7.968ZM5.607 9.437a14.357 14.357 0 0 1-.884 1.951 11.457 11.457 0 0 1 1.957-.681A4.03 4.03 0 0 1 5.607 9.437ZM2.679 13.32c0 .025.411-.168 1.086-1.251A4.3 4.3 0 0 0 2.679 13.32ZM7.716 4.978h4.231V15.183a.745.745 0 0 1-.747.747H.747A.745.745 0 0 1 0 15.183V.747A.745.745 0 0 1 .747 0H6.969V4.231A.749.749 0 0 0 7.716 4.978Zm-.249 5.345A3.123 3.123 0 0 1 6.139 8.649a4.472 4.472 0 0 0 .193-2A.779.779 0 0 0 4.844 6.44a5.173 5.173 0 0 0 .252 2.4 29.216 29.216 0 0 1-1.269 2.67s0 0-.006 0c-.843.432-2.29 1.385-1.7 2.116a.967.967 0 0 0 .669.311c.557 0 1.111-.56 1.9-1.923a17.735 17.735 0 0 1 2.458-.722 4.715 4.715 0 0 0 1.991.607.805.805 0 0 0 .613-1.35c-.432-.423-1.689-.3-2.29-.224ZM11.73 3.267 8.681.218A.746.746 0 0 0 8.152 0H7.965V3.982h3.982v-.19A.744.744 0 0 0 11.73 3.267ZM9.424 11.21c.128-.084-.078-.37-1.332-.28C9.247 11.422 9.424 11.21 9.424 11.21Z' fill='%23fff'/%3E%3Cpath id='arrow-bold-down' d='M0 2.888H1.444V0h3.3V2.888H6.189L3.095 5.983Z' transform='translate(10.597 11.755) rotate(-90)' fill='%23fff' stroke='%23005276' stroke-width='1'/%3E%3C/svg%3E");
}
.filter-form .export_btn .fa-file-pdf-o::before,
.filter-form .export_btn .fa-file-excel-o::before {
  opacity: 0;
}
.filter-form .export_btn .fa-file-excel-o {
  width: 17px;
  height: 17px;
  background-position: center;
  background-repeat: no-repeat;
  left: 4px;
  position: relative;
  margin-left: -4px;
  background-image: url("data:image/svg+xml,%3Csvg id='Component_3_1' data-name='Component 3 %E2%80%93 1' xmlns='http://www.w3.org/2000/svg' width='17.065' height='15.927' viewBox='0 0 17.065 15.927'%3E%3Cpath id='Icon_awesome-file-excel' data-name='Icon awesome-file-excel' d='M6.968 4.231V0H.747A.745.745 0 0 0 0 .747V15.181a.745.745 0 0 0 .747.747H11.2a.745.745 0 0 0 .747-.747V4.977H7.715A.749.749 0 0 1 6.968 4.231Zm1.87 3.313-1.87 2.909 1.87 2.909a.374.374 0 0 1-.314.575H7.438a.375.375 0 0 1-.33-.2C6.5 12.614 5.973 11.6 5.973 11.6c-.2.46-.311.622-1.139 2.14a.37.37 0 0 1-.327.2H3.422a.374.374 0 0 1-.314-.575l1.876-2.909L3.108 7.547a.373.373 0 0 1 .314-.575H4.5a.375.375 0 0 1 .33.2c.812 1.518.622 1.045 1.139 2.131 0 0 .19-.364 1.139-2.131a.375.375 0 0 1 .33-.2H8.523A.371.371 0 0 1 8.838 7.544Zm3.108-3.752v.19H7.964V0h.19a.746.746 0 0 1 .529.218l3.045 3.049A.744.744 0 0 1 11.945 3.792Z' fill='%23fff'/%3E%3Cpath id='arrow-bold-down' d='M0 2.888H1.444V0h3.3V2.888H6.189L3.095 5.983Z' transform='translate(10.375 13.66) rotate(-90)' fill='%23fff' stroke='%23005276' stroke-width='1'/%3E%3C/svg%3E");
}

.ms-20px {
  margin-left: 20px !important;
}
.text-primary-dark {
  color: #005276 !important;
}
.font-16px {
  font-size: 16px !important;
}
.font-18px {
  font-size: 18px !important;
}
.font-20px {
  font-size: 20px !important;
}
.Stud-search-row .info-label div {
  margin-bottom: 3px;
  font-weight: 400;
}
.Stud-search-row .img-profile {
  width: 74px;
  height: 74px;
}
.text-default {
  color: #444 !important;
}
.text-primary {
  color: #00c5c9;
}
.font-weight-bold {
  font-weight: 600 !important;
}
.icon-pre {
  margin-right: 7px;
}
.mt-5px {
  margin-top: 5px !important;
}
.mt-7px {
  margin-top: 7px !important;
}
.mt-10px {
  margin-top: 10px !important;
}

/* UI Fixes 19-10-2022 */

.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
  background: transparent;
  color: #a0a9b9;
}

.skin-blue .main-header .navbar .nav > li > a {
  padding: 10px 13px;
}

a[href="#filtermis"] {
  position: relative;
}
a[href="#filtermis"]::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  top: 45px;
  left: calc(50% - 10px);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  z-index: 5;
  border-width: 1px 0px 0px 1px;
  display: none;
}

a[href="#filtermis"][aria-expanded="true"]::after {
  display: block;
}
#filtermis .triangle-with-shadow {
  display: none;
}
.px-15px {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

/*Transportation CSS*/

#closed_orders_datatables_filter {
  text-align: right;
}
.date-box {
  padding-right: 30px;
  /*        width: 410px !important;*/
}
.date-box div {
  margin: 0 30px;
  padding-top: 10px;
}
.date-box div h4 {
  color: #8f8f8f;
  margin-top: 3px;
  margin-bottom: 0;
}
.date-box div span {
  color: #909090;
}

.date-box div h4 {
  color: #2d2d2d !important;
}
.date-box div.active span {
  color: #fff !important;
  padding: 7px 10px 7px 10px;
}
.date-box div.active h4 {
  color: #fff !important;
}
.date-box div.active {
  background: #2dd5d9;
  color: #fff !important;
  border-radius: 3px;
  padding-bottom: 7px;
}
#eventSlider1 {
  border: 1px solid #e2e2e2 !important;
  padding: 9px 18px !important;
  position: relative;
  border-radius: 3px;
}
.content-inner {
  padding: 10px 22px;
}
.HomePageBannerSlider .slick-next:before {
  content: url("../public/assets/institution/img/next-slide.png");
  opacity: 1;
}
.HomePageBannerSlider .slick-prev:before {
  content: url("../public/assets/institution/img/prev-slide.png");
  opacity: 1;
}
.HomePageBannerSlider .slick-prev {
  left: -10px;
}
.HomePageBannerSlider .slick-next {
  right: -5px;
}
.searchbar {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 43px;
  padding: 0 13px 0 15px;
  margin-bottom: 28px;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border: 0;
  border-radius: 0.25rem;
}
.searchbar input {
  border: 0;
}
.row.d-flex {
  display: flex;
}
.align-items-end {
  align-items: flex-end;
}
.date-select {
  margin-left: auto;
  font-size: 18px;
}
.date-select svg {
  margin: 0 5px;
}
.mb-20px {
  margin-bottom: 20px;
}
.list-table {
  margin-top: 15px;
}
.list-table table {
  width: 100%;
  color: #333;
  border: 1px solid #e9e9e9;
}
.list-table th:first-child,
.list-table td:first-child {
  text-align: left;
  padding-left: 20px;
}
.list-table th,
.list-table td {
  white-space: nowrap;
  vertical-align: middle;
  padding: 15px 20px;
  font-size: 16px;
}
.offcanvas-tbl th,
.offcanvas-tbl td {
  padding: 15px 10px;
}
.list-table th {
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
}
.list-table td {
  border-bottom: 1px solid #e9e9e9 !important;
  border: 0;
  border-right: 1px solid #e9e9e9;
}
.offcanvas-tbl td {
  border: 0;
}
/*.list-table th, .list-table td {
            white-space: nowrap;
            vertical-align: middle;
            padding: 15px 10px;
        }*/
.transport-medium-img {
  width: 75px;
  height: 55px;
}
.transport-medium-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.passenger_count {
  background-color: #005276;
  color: #fff;
  width: 46px;
  height: 23px;
  border-radius: 20px;
  font-size: 15px;
  margin: 0 auto;
  text-align: center;
  margin-top: 4px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  cursor: pointer;
}
.status {
  color: #fff;
  display: inline-block;
  padding: 7px;
  text-align: center;
  border-radius: 3px;
  font-size: 16px;
}
.status.completed {
  background: #17e500;
}
.link_for_action {
  color: #000000;
  text-decoration: underline;
}
.status.boarding {
  background: #e59100;
}
.status.start {
  background: #ddd;
  color: #000000;
}
tr.selected-schedule {
  background-color: #d9feff;
}
.bg-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
}
.inner-infoTrans {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  width: 1207px;
  max-width: 1207px;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
  padding: 40px;
}
.ms-auto {
  margin-left: auto;
}
.inner-infoTrans h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}
.inner-infoTrans .top-heading {
  position: relative;
  padding-bottom: 20px;
}
.top-heading:after {
  content: "";
  position: absolute;
  left: -40px;
  height: 1px;
  bottom: -16px;
  width: 1170px;
  background: #e6e6e6;
}
.searchbar.offcanvas-search {
  width: 350px;
  margin-bottom: 0 !important;
}
.searchbar.offcanvas-search .flex-1 {
  width: calc(100% - 15px);
}
.station div,
.station span {
  font-size: 15px;
  margin-top: 3px;
}
.time_journey span {
  margin: 0 6px;
}
.station {
  margin-left: 16px;
}
.journey_det {
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 16px 0px 5px 0px;
  padding: 20px;
}
.passengers_incheck {
  background: #005276;
  padding: 10px;
  position: relative;
  color: #fff;
  border-radius: 4px;
  margin-right: 12px;
}
.triangle-with-shadow {
  width: 36px;
  height: 18px;
  position: absolute;
  overflow: hidden;
  right: -24px;
  top: 9px;
  transform: rotate(90deg);
}
.triangle-with-shadow::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #005276;
  top: 10px;
  left: 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.checked-in {
  margin-right: 30px;
}
.checked-in div {
  font-size: 16px;
  margin-top: 7px;
}
.journey-station {
  border-right: 1px solid #ddd;
  height: 100%;
}
.link_for_map {
  height: 100%;
}
.link_for_map a {
  color: #424242;
  font-size: 16px;
  text-decoration: underline;
}
.success-text {
  color: #33c500;
  font-weight: bold;
}
.mr-3 {
  margin-right: 1rem;
}
.mt-3 {
  margin-top: 1rem;
}
.position-relative {
  position: relative;
}
.close-link {
  position: absolute;
  left: -100px;
  z-index: 999999;
  opacity: 1;
}
.text-decoration-underline {
  text-decoration: underline;
}
.map-spot-Journey h4,
.map-spot-Journey span {
  font-size: 16px;
  font-weight: 600;
  color: #707070;
}
.map-spot-Journey span {
  color: #000000;
  margin-left: 7px;
}
.map_journey_det {
  margin: 35px 0px 20px 0px;
}
.inner-infoTrans.w-610 {
  width: 610px !important;
}
.route_view_dark {
  background-color: #21262e;
  border-radius: 7px;
  color: #fff;
  top: -23px;
  padding: 20px 28px;
  width: 360px;
  z-index: 999;
  left: -380px;
  /*max-height: calc(70vh - 46px);
  overflow: auto;
  overflow-x: hidden;*/
}
.font-16 {
  font-size: 16px;
}
.font-bold {
  font-weight: bold;
}
.route_view_dark svg {
  margin-right: 10px;
}
.route_redirec {
  margin-top: 22px;
}
.route_redirec span {
  padding: 5px 13px;
  display: inline-block;
  border-radius: 3px;
  font-size: 16px;
  background: #ff0000;
  font-weight: 600;
}
.ml-2 {
  margin-left: 0.5rem;
}
.route_view_dark .triangle-with-shadow {
  position: absolute;
  right: -27px;
  top: 35px;
}
.route_view_dark .triangle-with-shadow::after {
  background: #21262e;
}
.font-18 {
  font-size: 18px;
}
.right-box {
  position: absolute;
  right: 40px;
  top: 350px;
  align-items: flex-start;
  z-index: 5;
}
.route-btn {
  background-color: #fff;
  color: #000000;
  transform: rotate(-90deg);
  height: 50px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 164px;
  border-radius: 5px;
}
.route-btn:hover,
.route-btn:focus {
  color: #000000;
}
.route_map {
  width: 310px;
  background: #fff;
  border-radius: 10px;
  padding: 22px 0;
  position: relative;
  top: -55px;
  max-height: 53vh;
  overflow: auto;
}

.route_head {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.route_head * {
  padding: 0 22px;
}
.font-medium {
  font-weight: 600;
}
.route-list {
  padding: 10px 22px;
  position: relative;
  margin-left: 17px;
}
.route-list::before {
  content: "";

  left: 0;
  height: 100%;
  width: 20px;
  position: absolute;
  background-repeat: no-repeat;
}
.route-list.completed::before {
  background-image: url("../../assets/institution/img/station-arrive.png");
}
.route-list.delay::before {
  background-image: url("../../assets/institution/img/station-delay.png");
}
.route-list.upcoming::before {
  background-image: url("../../assets/institution/img/upcoming-station.png");
}
.route-list h4 {
  margin-top: 0;
}
.ms-22px {
  margin-left: 22px;
}
.week_span {
  position: absolute;
  left: 50%;
  bottom: 6px;
  background: #fff;
  border: 1px solid #ddd;
  padding: 0 10px;
  border-radius: 3px;
  transform: translateX(-50%);
}

.date-box {
  padding-bottom: 40px;
}
#eventSlider1 {
  border: none !important;
}
#eventSlider1:before {
  content: "";
  width: 100%;
  content: "";
  position: absolute;
  height: 89px;
  top: 0;
  border: 1px solid #ccc;
  left: 0;
  border-radius: 3px;
}
.station_on_route {
  max-height: 34vh;
  overflow: auto;
}
.date-box::after {
  content: "";
  position: absolute;
  right: 9px;
  height: 50px;
  background: #ddd;
  width: 1px;
  top: 10px;
}
/*.justify-content-even {
  justify-content: space-between;
}*/
.font-26px {
  font-size: 26px;
}
.HomePageBannerSlider .slick-prev,
.HomePageBannerSlider .slick-next {
  top: 35%;
}
.stations-name {
  margin-top: 8px;
}
.text-dark-grey {
  color: #707070;
}
.readyStart {
  background: #00c5c9;
}
.passenger-image {
  width: 46px;
  height: 46px;
}
.passenger-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.offcanvas-search input {
  padding-left: 0;
}
.route_redirec p {
  width: 250px;
  color: #d2d3d5;
}
.mapview-det {
  position: absolute;
  background: #fff;
  display: flex;
  margin: 15px 30px;
  width: calc(100% - 70px);
  padding: 0 10px;
  height: 88px;
  align-items: center;
  border-radius: 10px;
  padding-left: 42px;
  top: 135px;
  z-index: 5;
}
.mapview-det h2 {
  font-size: 24px;
  font-weight: bold;
}
.infotab-innerCont {
  width: 200px;
  padding: 0px 24px;
  margin-top: 10px;
  position: relative;
}
.infotab-innerCont:nth-child(2) {
  width: 250px;
}
.infotab-innerCont:after {
  content: "";
  width: 1px;
  background: #c8c8c8;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 20px;
}
.infotab-innerCont:last-child::after {
  content: "";
  width: 1px;
  background: #0000;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 5px;
}

.infotab-innerCont span {
  font-size: 16px;
  font-weight: 600;
}
.infotab-innerCont p {
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
  margin-bottom: 0;
}
.delayed {
  color: #ff0000;
}
.infotab {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.infotab-innerCont:last-child {
  border: 0;
}
.pt-40px {
  padding: 40px 0 0 15px;
}
.mb-6px {
  margin-bottom: 6px;
}
.searchbar.search_schedule {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 5px;
  height: 43px;
  padding: 0 13px 0 0px;
  margin-bottom: 6px;
  width: 260px;
}
.flex-1 {
  flex: 1;
}
.btn.btn-primary-dark {
  background: #005276;
  color: #fff;
}
.me-11 {
  margin-right: 11px;
}
.add-schedule {
  padding: 6px 15px;
}
.date-box.schedule-day div {
  margin: 0 25px !important;
}
.late-schedule {
  background-color: #ff0000;
  color: #fff;
}
.delay-text {
  color: #ff0000;
}
.date-field-col span {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-45px {
  height: 42px;
}
.field-col.date-field-col {
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 2px;
  margin-right: 20px;
  background: #fff;
}
.field-col.date-field-col input {
  border: 0;
  padding-right: 45px;
}
.field-col.date-field-col label {
  width: 175px;
  text-align: center;
  position: relative;
  color: #707070;
  font-weight: normal;
  margin-left: 0;
  margin-bottom: 0;
}
.field-col.date-field-col label:after {
  content: "";
  position: absolute;
  right: 0;
  width: 2px;
  height: 43px;
  background: #ddd;
  top: -11px;
}
.date-field-col.field-col.time-field input {
  padding-left: 45px;
  padding-right: 0 !important;
}
.date-field-col.time-field span {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: unset;
}
/*.form-col label {
    margin-left: 20px;
}*/
.field-col.date-field-col.time-field {
  margin: 0;
}
.schedule-timeDate {
  padding: 20px;
  background-color: #f2f7fa;
  border: 1px solid #c2e0f2;
}

form.transport-form {
  width: 1056px;
}
.route-vehicle-info {
  margin: 30px 0;
  border: 1px solid #c2e0f2;
  padding: 20px 30px;
}
.route-vehicle-info select,
.route-vehicle-info input {
  height: 42px;
  padding: 0 15px;
  border-radius: 2px;
}

.route-vehicle-info input {
  background-color: #f2f7fa;
}
.route-vehicle-info a {
  display: inline-block;
  margin: 10px 0;
}
.schedule-add-content {
  padding-left: 15px !important;
}
.font-17 {
  font-size: 17px;
}
.bus-live {
  position: absolute;
  left: 50%;
  z-index: 9999;
  top: 350px;
}
.closeBtn {
  position: absolute;
  top: 4px;
  /* background: #fff; */
  color: #fff;
  right: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
}
/*Transportation CSS End */

/* My Attendance Start */
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}

.border {
  border: 1px solid #d8d8d8;
}
.rounded-5px {
  border-radius: 5px !important;
}
.Attendance_container {
  max-width: 600px;
}
.h-53px {
  height: 53px;
}
.w-100 {
  width: 100%;
}
.bg-secondary {
  background-color: #fe6892;
}
.rounded-10px {
  border-radius: 10px;
}
.line-height-100 {
  line-height: 100%;
}
.line-height-110 {
  line-height: 110%;
}
.line-height-120 {
  line-height: 120%;
}
.line-height-130 {
  line-height: 130%;
}
.line-height-140 {
  line-height: 140%;
}
.line-height-150 {
  line-height: 150%;
}
.line-height-160 {
  line-height: 160%;
}
.line-height-170 {
  line-height: 170%;
}
.opacity-0 {
  opacity: 0;
}
.opacity-1 {
  opacity: 1;
}
.opacity-01 {
  opacity: 0.1;
}
.opacity-02 {
  opacity: 0.2;
}
.opacity-03 {
  opacity: 0.3;
}
.opacity-04 {
  opacity: 0.4;
}
.opacty-05 {
  opacity: 0.5;
}
.opacity-06 {
  opacity: 0.6;
}
.opacity-07 {
  opacity: 0.7;
}
.opacity-08 {
  opacity: 0.8;
}
.opacity-09 {
  opacity: 0.9;
}

.cart_col {
  width: 57px;
  height: 57px;
  max-width: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Chartcol_2 {
  width: 20px;
  margin: 0 auto;
  height: 20px;
  max-width: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.h-53px {
  line-height: 40px;
}
.Attendance_Top {
  background: #ebffff;
  border-radius: 5px 5px 0 0;
  padding: 15px 30px 30px 30px;
}
.Attendance_box {
  width: 100%;
  height: 54px;
  background: #005276;
  border-radius: 10px;
}
.Attendance_num {
  line-height: 100%;
  margin-top: 3px;
}
.align-item-center {
  align-items: center;
}
.Attendance_box_row {
  margin-right: -5px;
  margin-left: -5px;
}
.Attendance_box_row > div {
  padding-right: 5px;
  padding-left: 5px;
}
.Attendance_box_row > div:nth-child(2) .Attendance_box {
  background-color: #01cdd1;
}
.Attendance_box_row > div:nth-child(3) .Attendance_box {
  background-color: #000000cc;
}
.Attendance_box_row > div:nth-child(4) .Attendance_box {
  background-color: #ff0047;
}
.Check_In_out {
  border: 1px solid #01cdd1;
}
.bg-white {
  background-color: #fff;
}
.Check_In_out_row {
  margin: 0px;
}
.Check_In_out_row > div {
  padding: 0px;
}
.Check_In_out_row > div:not(:nth-child(1), :nth-child(2)) > div {
  border-top: 1px solid #01cdd1;
}
.Check_In_out_row > div:nth-child(2n) > div {
  border-left: 1px solid #01cdd1;
}
.Check_In_out_caption {
  color: #7b7b7b;
  margin-bottom: 2px;
}
.Check_In_out_num {
  line-height: 18px;
  margin-top: 4px;
  margin-bottom: 1px;
}
.text-grey-dark {
  color: #7b7b7b;
}

.Attendance_info_box {
  position: relative;
  padding-bottom: 25px;
  padding-left: 85px;
}
.Attendance_info_box::before {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px solid #01cdd1;
  left: 66px;
}
.Attendance_DD {
  position: absolute;
  left: 0;
  top: -5px;
}
.circle_span {
  width: 17px;
  height: 17px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  font-size: 0;
  right: -27px;
  top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle_span::after {
  content: "";
  width: 10px;
  display: block;
  height: 10px;
  border: 1px solid #01cdd1;
  border-radius: 50%;
}

.Attendance_info_box_wrap:first-child .circle_span {
  border: 1px solid #01cdd1;
}
.Attendance_info_box_wrap:first-child .circle_span::after {
  background-color: #01cdd1;
}
.Attendance_info_box_wrap:last-child .Attendance_info_box::before {
  display: none;
}
.Attendance_info {
  padding: 30px;
}
.Attendance_info_col {
  background-color: #005276;
  height: 66px;
  position: relative;
  margin-top: 3px;
}
.Attendance_info_left {
  background: #01cdd1;
}
.flex-grow-1 {
  flex-grow: 1;
}
.Check_Out_box > div {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.Hours_Num_col {
  min-width: 70px;
}
.Attendance_info_col.WeeklyOff {
  background-color: #e2e2e2;
  border-radius: 10px;
  overflow: hidden;
}
.Attendance_info_col.WeeklyOff::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 10px;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/institution/img/pattern_1.png");
  background-position: left top;
  background-size: 100% 100%;
  border: 1px solid #cccccc;
}

.LateCheck_in {
  color: #fe6892;
}
.Attendance_info_left > div {
  padding-left: 0;
  padding-right: 0px;
}
.Attendance_info_col_white,
.Attendance_info_col_white .Attendance_info_left,
.Attendance_info_col_white .Hours_Num_col {
  background: #fff;
  overflow: hidden;
}
.Attendance_info_col_white {
  border: 1px solid #cccccc;
}
.Attendance_info_col_white .Attendance_info_left {
  border-right: 1px solid #cccccc;
}
.Attendance_info_col_white .Check_Out_box > div {
  border-left-color: #cccccc;
}
.Attendance_info_col.MissedPunch {
  background: #ff0047;
  color: #fff;
  background-image: none;
}
.Attendance_info_col.MissedPunch::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../assets/institution/img/pattern_1.png");
  background-position: left top;
  border: 1px solid #cccccc;
  background-size: 100% 100%;
  opacity: 0.25;
}
.infoContents {
  position: relative;
  z-index: 2;
}
.SubmitRequest {
  height: 42px;
  text-align: center;
  background: #01cdd1;
  border-radius: 0px 0px 8px 8px;
}
.SubmitRequest_wrap {
  background: #01cdd1;
}
.Attendance_info_col.OnSickLeave {
  background: #fe6892;
}
.Attendance_info_col.Holiday {
  background: #00df43;
}
.btn_h_62px {
  height: 62px;
}
.font-28px {
  font-size: 28px;
}
.font-24px {
  font-size: 24px;
}
.Clock_In_modal .modal-dialog {
  max-width: 400px;
}
.student_Photo1 {
  height: 365px;
  max-height: 600px;
}
.img-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.img-outer img {
  object-fit: cover;
  max-width: calc(100% + 10px);
  min-height: 100%;
  min-width: calc(100% + 10px);
  max-height: calc(100% + 10px);
  width: auto;
  height: auto;
}
div.modal-header button.close.data-dismiss-close {
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: inherit;
  right: 0;
  background: #ffffff;
  bottom: -55px;
  left: 0;
  margin: 0 auto;
}
div.modal-header button.close.data-dismiss-close svg {
  width: 14px;
  height: auto;
  position: relative;
  top: 1px;
}
#Clock-InModal .modal-body {
  padding: 25px;
}
.YouAreRange_text {
  padding-top: 4px;
}

.tooltip_tag{
  width: 100%!important;
  max-width: 100%;
  float: left;
}
.tooltip-inner {
    width: auto!important;     
    max-width: 100%!important;
    line-break: anywhere!important;
}


/* My Attendance End */

.filter_header_table.table th{ vertical-align: top !important;}
.filter_header .dropdown-toggle {
  background-color: transparent;
  border: none;
  position: relative;
  width: 100%;box-shadow: none !important;
  text-align: left;padding-left: 0;
}
.filter_header .dropdown-toggle::before {
  content: "\f107" !important;
  font-size: inherit;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  top: 4px;
}
.filter_header span.multiselect-native-select {
  width: 100%;
  display: block;
}
.filter_header .btn-group {
  width: 100%;
}
.filter_header .dropdown-menu .dropdown-item {
  background-color: transparent;
  border: none;
  position: relative;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #eee;
  padding:8px 0 2px 0;width: 100%;
}
.filter_header .multiselect-container {
  box-shadow: 0px 3px 6px #00000029;
}
.filter_header .multiselect-container .multiselect-all .form-check, 
.filter_header .multiselect-container .multiselect-group .form-check, 
.filter_header .multiselect-container .multiselect-option .form-check {
  padding: 0 5px 0 15px;
  display: flex;
align-items: start;
}
.filter_header .dropdown-menu .dropdown-item input[type="checkbox"],
.filter_header .dropdown-menu .dropdown-item input[type="radio"]{ margin-right: 7px !important;margin-top: 2px;}
.filter_header .dropdown-menu .dropdown-item .form-check-label{font-weight: normal;}
.multiselect-container .multiselect-all.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-all:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-group.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-group:not(.multiselect-active-item-fallback):active, .multiselect-container .multiselect-option.active:not(.multiselect-active-item-fallback), .multiselect-container .multiselect-option:not(.multiselect-active-item-fallback):active {
  background-color: #e4e3e3 !important;
  color: #000;
}
.filter_header .multiselect-container .multiselect-all:focus, 
.filter_header .multiselect-container .multiselect-all:hover, 
.filter_header .multiselect-container .multiselect-group:focus, 
.filter_header .multiselect-container .multiselect-group:hover, 
.filter_header .multiselect-container .multiselect-option:focus, 
.filter_header .multiselect-container .multiselect-option:hover {
  background-color: #eee !important;
}
.filter_header .dropdown-menu .fa-search{ display: none;}
.filter_header .multiselect-container .multiselect-filter > input.multiselect-search{ margin-left: 0px; font-weight: normal;padding-left: 15px;}


iframe.dashboard_iframe_main{height: calc(100vh - 200px); overflow: auto;}


/* Responsive Start */
@media (min-width: 1200px) {
  #navbar-design-1 .NavList li:hover .dropdown-menu {
    display: block !important;
    animation-name: slideIn;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@media (min-width: 1024px) {
  #navbar-design-1 .dropdown-menu.mobileDrop {
    background-color: transparent;
  }
}
@media (max-width: 1199px) {
  li.site-RequestforDemo-li {
    display: none !important;
  }
  .institutionDashboardWrapper .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  #dropdown-toggle-student {
    position: absolute;
    right: -60px;
    top: -64px;
    padding: 0;
    z-index: 999;
    width: 34px;
    text-align: center;
    height: 34px;
    padding-top: 6px;
    border: 1px solid #2e4c82;
    border-radius: 3px;
  }
  #dropdown-toggle-student i {
    font-size: 21px;
    color: #2e4c82 !important;
    display: block;
  }

  .headerCall-item .mobile-display-none {
    display: none;
  }
  .headerCall-item {
    margin-right: 0px;
  }
  .navbar-custom-menu .header-cart img {
    max-width: 24px;
  }
  .institutionDashboardWrapper .header-cart {
    border: none;
  }
  .headerCall-item {
    margin-right: 0px;
    border: 1px solid #cd3969;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  .headerCall-item .icon-call {
    top: 0px;
    margin-right: 0px;
  }
  .headerCall-item i {
    font-size: 18px;
  }
  #navbar-design-1 .NavList .dropdown-menu.mobileDrop > li > a::after {
    display: none;
  }
  .data-inline .form-group > div {
    flex: 30% 0 auto;
    width: 30% !important;
  }
  .main-header .headerTopRow-1 .col-logo {
    flex: 0;
  }
  .filter-box-inner .form-group > div {
    width: 100%;
  }
  .filter-box-inner > .d-flex > .col-sm-3 {
    width: 50%;
  }

  .content > .validate .control-label,
  .content > .box-primary > .validate .control-label {
    line-height: 26px;
  }
}
@media (max-width: 992px) {
  .institutionDashboardWrapper .main-header {
    padding-right: 20px;
  }
  .institutionDashboardWrapper .main-header .headInstituteName {
    font-size: 16px;
  }
  .main-header .logo {
    line-height: 100%;
  }
  .headerCall-item {
    margin-right: 0px;
  }
  .institutionDashboardWrapper .main-header > .container-fluid {
    padding-right: 0px;
  }
  .institutionDashboardWrapper
    .navbar-custom-menu
    > .navbar-nav
    > li
    > .dropdown-menu {
    width: calc(100% + 120px);
    right: 0;
    left: -30px;
    min-width: 220px;
    border-radius: 0;
  }
  .institutionDashboardWrapper
    .navbar-custom-menu
    > .navbar-nav
    > li.user-menu
    > .dropdown-menu {
    left: inherit;
  }
  #navbar-design-1 .nav-child {
    position: static;
  }
  .institutionDashboardWrapper #navbar-design-1 .NavList li {
    display: block;
  }
  #navbar-design-1 .NavList .dropdown-menu.mobileDrop li > a {
    padding: 5px 15px !important;
  }
  #navbar-design-1 .NavList > ul {
    padding: 20px 15px;
  }
  #navbar-design-1 .nav-child {
    background: transparent;
    box-shadow: none !important;
    border: none;
    padding: 7px 20px 10px;
  }
  #navbar-design-1 .nav-child li {
    background: none;
  }
  #navbar-design-1 .nav-child li a {
    color: #fff !important;
  }
  .form-group-bot-0px-md .form-group {
    margin-bottom: 0px !important;
  }
  .Attendance_info_col_white .Attendance_info_left {
    border-right: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .institutionDashboardWrapper
    .headerTopRow-1
    .navbar-custom-menu
    > .navbar-nav {
    width: auto;
  }
  .institutionDashboardWrapper .header-right-part .navbar {
    width: auto;
  }
  .headerTopRow-1 {
    height: 70px;
  }
  #dropdown-toggle-student {
    height: 29px;
    padding-top: 3px;
    width: 29px;
    top: -49px;
  }
  .institutionDashboardWrapper .header-right-part {
    padding-right: 10px;
  }
  #navbar-design-1 .nav-child {
    background: transparent !important;
    box-shadow: none !important;
    border: none;
    position: static !important;
    padding: 7px 20px 10px !important;
  }
  .students-content-wrapper .content-header > h1 {
    margin-bottom: 15px;
    padding-right: 35px;
  }
  #navbar-design-1 {
    position: relative;
    z-index: 9999;
  }
  .user-row .col-sm-4 {
    width: 100%;
  }
  form.transport-form {
    width: 460px;
  }
  .route-vehicle-info {
    margin: 30px 0;
    border: 1px solid #c2e0f2;
    padding: 20px 14px;
    width: 80%;
  }
  .route-vehicle-info div {
    margin-bottom: 12px;
  }
  .route-vehicle-info a {
    margin: 0px 0;
  }
  .schedule-timeDate {
    width: 80%;
    margin-top: 10px;
  }
  .schedule-timeDate .d-flex {
    flex-direction: column;
  }
  .schedule-timeDate .d-flex div {
    margin-bottom: 15px;
  }
}

.popup-panel .modal-dialog {
  max-width: 530px !important;
  width: 100% !important;
  padding: 0 20px;
}
.dataTables_wrapper {
  padding-top: 15px;
}
.dataTables_wrapper {
}

.form-group-bot-0px-all .form-group,
.form-group-bot-0px-all + form .form-group {
  margin-bottom: 0px;
}
.box-header.with-border:empty,
.box-footer:empty,
.border-0 {
  border-width: 0px !important;
}
.pb-20px {
  padding-bottom: 20px !important;
}
.textareaEditable > div {
  max-width: 100% !important;
}

.data-inline .form-group {
  display: flex;
  flex-wrap: wrap;
}
.data-inline .form-group > div {
  flex: 20% 0 auto !important;
  width: auto;
  margin-top: 10px;
}
.pt-15px {
  padding-top: 15px !important;
}
.pt-20px {
  padding-top: 20px !important;
}
.max-w-100 {
  max-width: 100% !important;
}
.data-inline .form-group {
  display: flex;
  flex-wrap: wrap;
}
.data-inline .form-group > div {
  flex: 20% 0 auto !important;
  width: auto;
  margin-top: 10px;
}
.pt-15px {
  padding-top: 15px !important;
}
.pt-20px {
  padding-top: 20px !important;
}
.max-w-100 {
  max-width: 100% !important;
}
.btn-inlines {
  display: flex;
  justify-content: end;
  align-items: start;
}
.file-upload-btn {
  padding: 0;
  height: 38px;
  min-width: 190px;
  border-radius: 6px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #01cdd1;
}
.file-upload-btn-02 {
  border-radius: 3px;
  height: 36px;
}
.file-upload-btn input {
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}
.file-upload-btn p {
  max-width: 180px;
  flex-basis: 180px;
  line-height: 1.2;
  font-size: 13px;
  padding: 10px;
  margin: 0;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.file-upload-btn .buttons {
  z-index: 2;
  color: #fff;
  margin-right: -1px;
  border-radius: 0 6px 6px 0;
  line-height: 1;
  padding: 0 10px;
  font-size: 14px;
  height: 100%;
  cursor: pointer;
  box-shadow: none;
  text-decoration: none;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid transparent;
}
.file-upload-btn.file-upload-btn-02 .buttons {
  border-radius: 0 3px 3px 0;
}
.ImportForm {
  margin: 0 17px !important;
}
.top-0px {
  top: 0 !important;
}
.filter-box-inner .col-sm-3 {
  margin-bottom: 1.3rem;
}
.devider-mid {
  color: #ccc;
  margin: 0 5px;
}
.filter-box .form-group {
  margin-bottom: 0;
}
.headInstituteName {
  padding-left: 25px;
  font-size: 22px;
  margin-top: 3px;
}
.main-header .logo {
  line-height: 100%;
}
.navbar-nav > .user-menu .user-image {
  margin-top: 1px;
}
.user-menu > a {
  display: inline-flex;
  align-items: center !important;
}
.timpick .datetimepicker td,
.datetimepicker th {
  display: table-cell;
}
.border-radius-0 {
  border-radius: 0 !important;
}
.routeStation {
  position: relative;
}
/*.padding-X10px
{
  padding: 0 10px;
}*/
.routeStation:after {
  content: "";
  background-image: url("../../assets/institution/img/arrow-route.png");
  width: 20px;
  position: absolute;
  top: 0;
}
.margin-X20px {
  margin: 0 10px;
}
.padding-X10px {
  padding: 0 5px;
}
.checkout-text {
  color: #ff0a0a;
}



/*ui issue fix in admin*/

.mobdal-item-box{
  border-radius: 10px!important;
}

.mobdal-item-box .modal-content{
  border-radius: 10px!important;
}

.close-item{
  background: #01cdd1!important;
  border: none!important;
  width: 35px!important;
  height: 35px!important;
  font-size: 20px !important;
  line-height: 35px!important;
  color: #fff!important;  
}

.deletebutton {
    color: #fff!important;
    cursor: pointer;
    background: #fe6892;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    cursor: pointer;
}

.deletebutton .fa {
    font-size: 11px!important;
}

.add-tax-btn {
    color: #fff!important;
    padding: 5px 10px 4px;
    background: #FE6891;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    margin: 5px 5px 0px 0px;
    float: left;
}


.add-tax-btn:hover,
.add-tax-btn:focus{
    color: #fff!important;    
    background: #e1597e;    
}

.add-discount-btn {
    color: #fff!important;
    padding: 5px 10px 4px;
    background: #01cdd1;
    border-radius: 5px;
    cursor: pointer;
    font-size: 12px;
    float: left;
    margin: 5px 0px 0px;    
}


.add-discount-btn:hover,
.add-discount-btn:focus{
    color: #fff!important;    
    background: #08abaf;    
}

.tax-table-show{
  margin:0px!important;
}

.tax-table-show tr td {
    padding: 5px 10px!important;
    vertical-align: middle!important;
}

.label-headingss{
  font-weight: 600;
  margin:0px;
}

.tax-table-show tr, .tax-table-show tr td{
  border-top: none!important;
}

.tax-table-show tr:hover {
    background-color: #f5f5f5!important;
    cursor: pointer;
}

.total-table-show{
  width: 100%;
}

.total-table-show tr td{
  padding: 8px 10px;
}

.total-table-show tr td:nth-child(1) {
    padding: 10px 10px;
    background: #00c5c9;
    color: #fff;
    font-size: 15px;
    border-bottom: solid 1px #fff;
    font-weight: 600;
}


.total-table-show tr td:nth-child(2) {
    padding: 10px 10px;
    background: #efefef;
    font-size: 15px;
    border-bottom: solid 1px #fff;
    font-weight: 600;
}

/* .btn-primary {    
    border:none!important
} */

.btn-primary:hover,
.btn-primary:focus {    
    /* border:none!important; */
    outline: none!important;   
    box-shadow: none!important; 
}


/*040823 admin part ui issue fix*/

.order-work{
  width: 100%;
  position: relative;
  margin-bottom: 25px!important;  
  float: left;  
}

.order-box-show {
    width: 100%;    
    position: relative;
    padding: 10px 5px 10px 10px;
    border: solid 1px #d8d8d8;    
    height: 100%;
    float: left;
}

.order-heading{   
   background-color: #FF0000;
   color: #fff !important;
   font-size: 22px;
   font-family: "google_sansbold";
   padding: 15px 15px;
   border-radius: 5px 5px 0px 0px;
   border-bottom: none;
   position: relative;
   z-index: 9;
   width: 100%;
   float: left;
}

.bg2{
   background-color: #FF9900!important;
   color: #fff!important;   
}

.bg3{
   background-color: #00C835!important;   
   color: #fff!important;   
}

.bg4{
   background-color: #c5c500!important;   
   color: #fff!important;   
}

.drop-list-top {
    position: absolute;
    top: 10px;
    right: 35px;
}

.drop-list-top .dropbtn {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    border: none;
    width: 30px;
    height: 50px;
    background: none;
}

.dropbtn:hover, .drop-list-top .dropbtn:focus {
  background: none!important;
}

.drop-list-top .dropdown {
  position: relative;
  display: inline-block;
}

.drop-list-top .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 90px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
    z-index: 1;
    right: 0;
    border: solid 1px #d5d5d5;
    border-radius: 5px;
    top: 40px;
    text-align: center;
}

.drop-list-top .dropdown-content a {  
  padding: 5px 5px;
  text-decoration: none;
  display: inline-block;
}

.drop-list-top .dropdown a:hover {background-color: #f5f5f5;}

.drop-list-top .show {display: block;}  

.drop-list-top .dropdown-content a i {
  background: #ff9100;
  padding: 5px;
  border-radius: 50%;
  font-size: 14px!important;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #fff;
}

.order-details-box {
    padding: 10px;     
    width: 100%;
    float: left;
}

.order-details-box h2{
  margin:0px;
  color: #005276!important;
  font-family: "google_sansbold"!important;
}

.delyaed-link{
  font-size: 14px;
  color: #FF0000;
  font-family: "googlesans_medium";  
  float: left;
}

.reject-text{
  color: #7B7B7B;
}

.reject-text b{
  font-size: 14px;
  color: #FF0000;
  font-family: "google_sansregular";
}

.view-link{
  font-size: 14px;
  font-family: "googlesans_medium";
  float: right;
}

.fav-icons-show {
    background: #005276;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 12px;
    color: #fff;
    margin-right: 3px;
}

.heading-attch{
  font-size: 14px;  
}

.label-show{  
  font-family: "googlesans_medium";
}

.view-detais-sections{
  width: 100%;
  float: left;
}

.color-orange {
  color: #ff9100 !important;
}

.color-red {
  color: red!important;
}

.color-green {
  color: green!important;
}

.location-pages{
  width: 100%;
  padding: 15px 20px;
  float: left;
}

.templete-details{
  width: 100%;
  padding: 10px 10px;
  float: left;
}

.templete-top-header{
  width: 100%;
}

.templete-top-header label{
  width: 100%;
  font-weight: normal;
}

.templete-top-header span{
  width: 100%;
  float: left;
}

/* .img-outer {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.img-outer img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
} */

.bg-none{
  background: none!important;
}

.order-box-show .high{  
  background: url(../institution/img/high-label.png) right top no-repeat;
  height: 72px;
  width: 56px;
  position: absolute;
  right: -6px;
  top: -5px;
}

.order-box-show .high strong {
    color: #fff;
    transform: rotate(51deg)!important;
    position: absolute;
    top: 16px;
    right: -9px;
    width: 60px;
    text-align: center;
}

.order-box-show .medium{  
  background: url(../institution/img/mid-label.png) right top no-repeat;
  height: 72px;
  width: 56px;
  position: absolute;
  right: -6px;
  top: -5px;
}

.order-box-show .medium strong {
  color: #fff;
  transform: rotate(51deg)!important;
  position: absolute;
  top: 16px;
  right: -9px;
  width: 60px;
  text-align: center;
}

.order-box-show .low{  
  background: url(../institution/img/low-label.png) right top no-repeat;
  height: 72px;
  width: 56px;
  position: absolute;
  right: -6px;
  top: -5px;
}

.order-box-show .low strong {
    color: #fff;
    transform: rotate(51deg)!important;
    position: absolute;
    top: 16px;
    right: -9px;
    width: 60px;
    text-align: center;
}

.work-managment-sections{
  width: 100%;
  overflow-x: auto;  
  overflow-y: hidden;
  padding-bottom: 15px;
  padding: 0px;
  float: left;
}

.work-details-page{
  width: 100%;
  float: left;
}

.order-scroll {
  width: 100%;
  overflow-y: auto;
  height: 900px;
  overflow-x: hidden;
  padding: 5px 10px 0px 0px;
}

#work-managment-bar::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #d5d5d5;
  cursor: pointer;
}

#work-managment-bar::-webkit-scrollbar
{
  width: 5px;
  height: 5px;
  background-color: #005276;
  cursor: pointer;
}

#work-managment-bar::-webkit-scrollbar-thumb
{
  background-color: #005276;  
  cursor: pointer;
}

.attech-info a{
  float: left;
}

.user-head{
  font-family: "google_sansbold";
}

.font-semibold{
  font-family: "googlesans_medium";
}

.completed-txt{
  font-family: "googlesans_medium";
  color: #7B7B7B!important;
}

.completed-txt b{
  font-family: "google_sansbold";
  color: #00C835!important;
}

.progres-bar-show{
  width: 100%;
  padding: 10px 0px 0px;
  float: left;
}

#myProgress {
  width: 100%;
  height: 8px;
  background-color: #E1E1E1;
  border-radius: 20px;
  overflow: hidden;
}

#myBar {
  width: 30%;
  height: 8px;
  background-color: #195695;
}

.progres-bar-show label {
  width: 100%;  
  text-align: center;
  font-size: 14px;
  font-weight: normal!important;
  color: #195695;
  float: left;
}

.page-inner-bg{  
  padding: 25px 25px;
  border:solid 1px #d8d8d8;
  font-family: "google_sansregular";
}

.font-heading-bold{
  font-family: "google_sansbold";
}

.comunication-form{
  width: 100%;
  padding: 20px 0px;
  float: left;
}

.add-more-relative{
  position: relative;
}

.add-plus,
.remove-btns{
    position: absolute;
    top: 10px!important;
    font-size: 24px!important;
}

/*Notification-bar style start*/
.notification-bar-row{
  width: 100%;
  position: sticky;
  top: 0px;
  padding: 10px 50px;
  background: #FE6892;
  z-index: 9999;
}

.notice-info-box {
  display: none;
  background: #fff;  
  color: #000!important;
  max-height: 0;
  overflow-y: auto;
  width: 100%;
  position: absolute;
  left: 0px;
  top:10px;
  z-index: 999999;
  transition: max-height 0.5s ease-out;
}

.notice-info-box.show {
  display: block;
  max-height: 600px;
}

.close-btnss {  
  border:solid 1px #BBBBBB;
  width: 45px;
  height: 45px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 30px;
  top: 30px;
  font-size: 16px;
  cursor: pointer;
}

.notification-details{
  width: 100%;
  padding: 25px;
}

.sched-heading{
  color: #FE6892;
}

.notice-list{
  width: 100%;
  text-align: left;
}

.notice-list ul{
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.notice-list ol{
  width: 100%;
  padding: 0px 0px 0px 25px;
  margin: 0px;
}

.notice-list ul li,
.notice-list ol li{
  width: 100%;
  font-size: 16px;
  line-height: 24px;
  padding: 3px 0px;
  list-style-type: none;
  font-family: 'google_sansregular' !important;
  color: #000;
}

.notice-list ol li{
  list-style-type: inherit!important
}

.notice-list p{
  width: 100%;
  font-family: 'google_sansregular' !important;
  margin:3px 0px;
  font-size: 16px !important;
}

.link-texts{
  color: #fe6892!important;
}

.link-texts:hover,
.link-texts:focus{
  color: #2dd5d9!important;
}

.body-overlay .notic-body-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden!important;
  height: 100vh!important;
  min-height: 100vh!important;
  width: 100%;
  position: relative;
  z-index: 9999;
}

.body-overlay body{
  overflow: hidden!important;
  height: 100vh!important;
  min-height: 100vh!important;
}

.notic-box-body{
  width: 100%;
}

/*Notification-bar style End*/

.datepicker{
  z-index: 9!important;
}





/* Global typography inside editor output */
.editor-output {
  font-family: 'google_sansregular' !important;   /* apna font */
  font-size: 16px;                              /* base size */
  line-height: 1.6;
  color: #222;                                  /* text color */
}

/* Inheritance ensure for all children */
.editor-output * {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  word-wrap: break-word;
}

.editor-output span{
  font-size: 15px !important;                              /* base size */
  line-height: 1.6 !important;
  color: #222 !important;
    font-family: 'google_sansregular' !important; 
        margin-bottom: 0.6667px !important;
}

.editor-output p{
    margin-left: 0px !important;
        margin-bottom: 0.6667px !important;
}

.editor-output h1,h2,h3{
  font-size: 15px !important;                              /* base size */
  line-height: 1.6 !important;
  color: #222 !important;
    font-family: 'google_sansregular' !important; 
}


.editor-output li{
    margin-left: 0px !important;
    
}










/* Responsive Start */


@media (min-width: 1440px) and (max-width: 1600px) {
.work-details-page{
  width: 1500px;
}

}

@media (min-width: 1200px) and (max-width: 1439px) {
.work-details-page{
  width: 1400px;
}
}

@media (min-width: 993px) and (max-width: 1199px) {
.work-details-page{
  width: 1300px;
}
}

@media (max-width: 768px) {

  .mobile-show{
    display: inline-block!important;
  }

  .order-box-show {
    height: auto!important;
    margin-bottom: 25px;
  }

  .programme-btn { 
    right: inherit;
    top: 40px!important;
    right:inherit!important;
    left: 15px;
}

.comunication-form { 
    padding: 40px 0px 20px; 
}
.add-plus,
.remove-btns {    
    top: 16px!important;
    width: 20px;
    height: 20px;
    font-size: 16px!important;
    background: #fff;
    margin-right: -10px;
}

}

@media (max-width: 767px) {

.add-plus,
.remove-btns {    
    top: 43px!important;
    width: 20px;
    height: 20px;
    font-size: 16px!important;
    background: #fff;
    margin-right:5px;
}


}

@media (min-width: 600px) {
  #closed_orders_datatables_length {
    margin-bottom: 25px;
  }
  #closed_orders_datatables_length + #closed_orders_datatables_filter {
    position: absolute;
    right: 15px;
    top: 13px;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .ps-sm-0 {
    padding-left: 0px !important;
  }
  .pe-sm-0 {
    padding-right: 0px !important;
  }
  
}

@media (min-width: 1200px) {
  .StartDate-label,
  .EndDT {
    padding-left: 0px;
  }
  .form-group-bot-5px-desktop .form-group {
    margin-bottom: 5px;
  }
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .NavList {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .NavList {
    padding-left: 45px;
  }

  .form-horizontal .control-label {
    text-align: left;
  }

  .user-Prog-box {
    flex-basis: 50%;
    max-width: 50%;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .user-Prog-text {
    margin-bottom: 2px;
  }

  .user-Prog-box:nth-child(2) {
    border-right: none;
  }

  .user-contents [class^="col-"] {
    width: 100%;
  }

  .main-header {
    padding: 0;
  }

  .nav > li > a {
    padding: 10px;
  }

  .NavList li > a {
    padding: 0 12px;
    font-size: 13px;
  }

  .skin-blue .main-header .logo {
    padding: 0;
    width: 124px;
  }

  .avatar-name {
    font-size: 13px;
  }

  .NavList li > a i {
    margin-left: 10px;
    margin-right: 0;
  }

  .dropdown-menu > li > a > .fa {
    margin-right: 0;
  }

  .gallery-panel {
    padding-top: 30px;
  }

  .gallery-figure {
    height: 200px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .main-footer {
    margin-left: 0;
    text-align: right;
  }

  .gallery-panel {
    padding-top: 30px;
  }

  .gallery-figure {
    height: 200px;
  }
  .content-wrapper {
    margin-left: 280px !important;
  }

  .main-sidebar.institution_theme_sidebar {
    width: 270px;
  }
  form.transport-form {
    width: 540px;
  }
  .route-vehicle-info {
    margin: 30px 0;
    border: 1px solid #c2e0f2;
    padding: 20px 14px;
    width: 80%;
  }
  .route-vehicle-info div {
    margin-bottom: 12px;
  }
  .route-vehicle-info a {
    margin: 0px 0;
  }
  .schedule-timeDate {
    width: 80%;
    margin-top: 10px;
  }
  .schedule-timeDate .d-flex {
    flex-direction: column;
  }
  .schedule-timeDate .d-flex div {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .gallery-title {
    bottom: 0;
  }

  .gallery-title p {
    font-size: 14px;
    font-weight: 500;
  }
  .user-row .col-sm-4 {
    width: 50%;
  }
  .filter-box-inner > .d-flex > .col-sm-3:last-child .filter-submit {
    margin-left: 0;
  }

  #applicant_tabs {
    padding-left: 0 !important;
    display: flex;
    overflow: auto;
    margin: 0 15px 12px;
  }
  #applicant_tabs a,
  #applicant_tabs .btn {
    margin-right: 10px;
  }
  #import_from_applicant {
    margin-bottom: 15px;
  }
  .dash-data-table .table td:last-child {
    min-width: 120px;
  }

  .content > .validate .control-label,
  .content > .box-primary > .validate .control-label {
    width: 100%;
    text-align: left;
  }
  .content > .validate .control-label + .col-sm-8,
  .content > .box-primary > .validate .control-label ~ .col-sm-8 {
    width: 100%;
    max-width: 500px;
  }
  .box-header.with-border:empty {
    display: none;
  }
  #kcpe_info label ~ div {
    width: 122px;
  }
  #closed_orders_datatables select.form-control {
    min-width: 110px;
  }
  /* #closed_orders_datatables:not(.table-min-w-inherit){ min-width:1000px;} */
  .dash-data-table {
    padding-bottom: 10px;
  }
  .dash-data-table #closed_orders_datatables + div {
    position: absolute;
    bottom: -7px;
  }
  #adj_form .col-sm-5 {
    width: 100%;
  }
  .cover-div {
    margin: 0;
  }
  .cover-inn {
    width: auto;
    margin-bottom: 20px;
  }
  .cover-div .row-sub-left {
    width: 100%;
    flex-direction: column;
  }
  .cover-div .row-sub-left > div {
    width: 100%;
  }
  .cover-div .add_subject,
  .cover-div .remove_subject {
    position: static;
    margin: 0 auto;
  }
  .cover-div .left-13 {
    left: 18px;
    margin-top: 27px;
  }
  form.validate .col-sm-2,
  form.validate .col-sm-3 {
    width: 100%;
    max-width: 500px;
  }
}

@media (max-width: 1023px) {
  .header-cart {
    border: none;
  }

  .hCart-counter {
    top: -2px;
  }

  .side-toggleBar {
    margin-left: 0;
  }

  .skin-blue .main-header .logo {
    padding: 0;
    margin-right: 10px;
  }

  .ic-menuMob:hover {
    background-color: transparent !important;
  }

  .main-sidebar {
    width: 0;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    width: 290px !important;
  }

  .sidebar-mini.sidebar-collapse .content-wrapper {
    margin-left: 0 !important;
  }

  .sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
    display: inline-block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    padding: 0 !important;
    margin-left: 0 !important;
  }

  .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
    .sidebar-menu
    > li:hover
    > a
    > span:not(.pull-right) {
    display: inline-block !important;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar .user-panel > .info,
  .sidebar-mini.sidebar-collapse .main-header .logo > .logo-lg {
    display: block !important;
  }

  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 160px;
  }

  .user-panel {
    padding: 0;
  }

  .navbar-custom-menu > .navbar-nav > li > .mobileDrop {
    padding: 10px 0 20px;
    border-radius: 6px;
    background-color: #182248;
    border: none;
    position: absolute !important;
  }

  .navbar-custom-menu > .navbar-nav > li {
    position: relative;
    color: #fff;
  }

  .nav-child li a {
    color: #333 !important;
  }

  .nav-child li a:hover {
    color: #fff !important;
  }

  .NavList {
    padding-left: 0;
    text-align: right;
  }

  .NavList > ul {
    min-width: 200px;
    z-index: 1;
    display: none;
  }

  .NavList li {
    width: 100%;
  }

  .NavList > .dropdown-menu > li:not(:last-child) {
    margin-bottom: 12px;
  }

  .NavList li a {
    color: #fff;
    background-color: transparent !important;
  }

  .NavList li a:focus {
    color: #fff;
  }

  .dash-index .form-control {
    margin-bottom: 20px;
  }

  .form-horizontal .control-label {
    text-align: left;
  }

  .currency-group {
    height: 28px;
  }

  .btn-inlines {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .btn-inlines .BrowseFile-Col {
    display: flex;
    align-items: center;
    position: static;
    margin-bottom: 5px;
  }
  .rt-btn-col.d-flex.justify-content-end {
    justify-content: start;
    width: 100%;
  }
  .search-box {
    width: 100%;
    margin-top: 10px;
  }
  .showFormGroup-01.ps-15px {
    padding: 0 !important;
  }
  .filter-form .d-flex.justify-content-end {
    justify-content: start;
  }
  .user-row .col-sm-4 {
    width: 100%;
  }

  .Attendance_info {
    padding: 10px;
  }
  .Attendance_Top {
    padding: 10px;
  }
  .Attendance_info_col {
    height: auto;
    min-height: 64px;
    flex-direction: column;
  }
  .Hours_Num_col {
    min-width: 70px;
    margin: 10px;
  }

  /*notice-start style*/
  .notice-info-box .container{
    width: 100%!important;
  }

  .close-btnss {
    width: 30px;
    height: 30px;
    right: 20px;
    top: 20px;
  }

  .close-btnss svg{
    width: 10px!important;
  }

  .notic-box-body{
    width: 95%;
  }

  .notification-details {  
    padding: 15px 20px 20px 0;
  }

  .notice-info-box {    
    top: 5px;
  }

  .close-btnss {
    right: 10px;
    top: 15px;
  }
  /*notice-start end*/

}

@media (max-width: 767px) {
  .main-header {
    padding: 4px 0;
  }

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

  .dataTables_filter {
    text-align: left !important;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .ui-menu-item {
    font-size: 13px;
    padding: 5px;
  }

  .skin-blue .main-header .logo {
    width: 100px;
    padding: 0;
    padding-right: 10px;
  }

  .main-header .sidebar-toggle {
    padding: 0 8px;
    margin-top: 7px;
  }

  .dropdown .dropdown-toggle i {
    margin-left: 0;
  }

  .main-header .sidebar-toggle {
    font-size: 18px;
  }

  .content-wrapper,
  .main-footer {
    margin-left: 0;
  }

  .content-wrapper,
  .main-footer {
    transform: none;
  }

  .sidebar-mini.sidebar-collapse .main-sidebar {
    width: 289px !important;
  }

  .sidebar-open .content-wrapper {
    transform: none !important;
  }

  .main-sidebar {
    width: 289px;
    transform: translate(-100%, 0);
  }

  .nav > li > a {
    padding: 10px 2px;
  }

  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    right: 18px;
  }

  .navbar-custom-menu > .navbar-nav > li > .mobileDrop {
    right: 0;
  }

  .skin-blue .main-header .navbar .nav > li > a:hover {
    background-color: transparent;
  }

  .nav-child {
    position: absolute !important;
    background-color: #ebebeb !important;
  }

  .nav-child li a {
    padding: 12px 14px !important;
  }

  .dropdown .dropdown-toggle {
    align-items: center;
  }

  div.dataTables_wrapper div.dataTables_length {
    text-align: left !important;
    margin-bottom: 20px;
  }

  .dataTables_filter {
    text-align: left !important;
    margin-bottom: 20px;
  }

  .dash-index .form-control {
    margin-bottom: 20px;
  }

  .toolbar-select {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .dash-btns {
    text-align: left;
  }

  .form-group-set {
    margin-bottom: 20px;
  }

  .datepicker-input {
    max-width: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }

  .datepick .buttons {
    margin-left: 0;
  }

  .form-dialog--body {
    padding: 5px;
  }

  /* .skin-blue .main-header .navbar .nav > li > a i {
    display: none;
  } */

  .drop-avatar-circle {
    margin-right: 0;
  }

  .gallery-panel {
    padding: 20px;
  }

  .gallery-figure--col {
    flex-basis: 100%;
    max-width: 100%;
  }

  .gallery-figure {
    height: 240px;
  }

  .table-panel {
    overflow-x: auto;
  }

  .table-panel th,
  .table-panel td {
    font-size: 13px;
    white-space: nowrap;
  }

  .box-body .detailed-info-row {
    font-size: 13px;
  }

  .box-body .detailed-info-row .control-label {
    margin-bottom: 0;
  }

  .modal-dialog {
    margin-top: 50px;
  }

  .modal-header .close {
    margin-left: 0;
    font-size: 30px;
    top: -32px;
    left: calc(100% - 20px);
  }

  .navbar-custom-menu .nav-child {
    position: static !important;
    margin: 0 5px;
  }
  .NavList li {
    display: block;
  }
  .main-footer {
    text-align: center !important;
  }
  .form-group-bot-15px .form-group {
    margin-bottom: 15px !important;
  }

  .form-group-bot-0px .form-group {
    margin-bottom: 0px !important;
  }
  .mb-sm-15px {
    margin-bottom: 15px !important;
  }

  .ExportToOuter {
    margin-top: 25px !important;
    display: flex;
    align-items: center;
  }
  .ExportToOuter .control-label {
    margin-bottom: 0px;
    padding: 0px;
  }
  .ExportToOuter > div {
    flex: 0 0 auto;
  }
  .showFormGroup {
    display: flex;
    align-items: center;
    margin-bottom: 0px;
  }
  .showFormGroup-input {
    flex: 1;
    padding: 0px;
  }
  .showFormGroup label {
    margin: 0px !important;
  }
  .side-toggleBar {
    display: block !important;
    position: absolute;
    top: 67px;
    left: 8px;
  }
  .content-header h1 {
    margin-top: 0px !important;
    margin-bottom: 12px;
  }

  /* Sidebar Fixes start */
  aside.main-sidebar {
    position: fixed !important;
    z-index: 9999;
    overflow: auto;
    height: 100vh;
    left: 0 !important;
    top: 0 !important;
  }
  .main-sidebar.institution_theme_sidebar {
    top: 0 !important;
  }

  aside.main-sidebar .sidebar {
    padding-top: 0px;
  }
  aside.main-sidebar .sidebar-menu {
    padding-bottom: 0;
  }
  .sidebar-mini.sidebar-open::after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
  }

  .sidebar-mini .overlayBtn {
    display: none !important;

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    font-size: 0px;
    margin: 0;
    z-index: 9999;
  }

  .sidebar-mini.sidebar-open .overlayBtn {
    display: block !important;
  }
  /* Sidebar Fixes End */

  .box img {
    max-width: 100% !important;
  }
  .data-inline .form-group > div {
    flex: 1 0 auto;
    width: 100% !important;
  }
  /* intellmis new Start */

  .institutionDashboardWrapper .main-header,
  .main-header .headerTopRow-1 {
    max-height: 88px;
    height: 88px;
  }
  .main-header .headerTopRow-1 {
    flex-wrap: wrap;
  }
  .institutionDashboardWrapper .main-header {
    padding-right: 0;
  }
  .institutionDashboardWrapper .header-right-part {
    padding-right: 25px;
    position: absolute;
    right: 0;
    width: auto;
    top: 5px;
  }
  .main-header .sidebar-toggle {
    font-size: 18px;
    position: absolute;
    top: 3px;
    z-index: 2;
  }
  .skin-blue .main-header .logo {
    margin-left: 30px;
  }
  .headInstituteName {
    padding-left: 15px;
    font-size: 16px;
  }
  .main-header .headerTopRow-1 {
    flex-direction: column;
  }
  .main-header .headerTopRow-1 .headInstituteName {
    padding-left: 15px;
    font-size: 14px;
    padding-right: 100px;
    height: 38px;
    display: flex;
    align-items: center;
    line-height: 18px;
  }
  .main-header .logo {
    line-height: 42px;
  }
  .main-header .headerTopRow-1 .col-logo {
    flex: 0 0 auto;
  }
  .navbar-nav > .user-menu .user-image {
    margin-top: 0px;
  }

  .search-box {
    width: calc(100% - 30px);
    right: 15px;
    left: 0;
    margin-top: 10px;
    margin-right: 15px;
  }
  .content {
    padding: 0px;
  }
  .mCSB_inside > .mCSB_container {
    margin-right: 15px;
  }
  .institution-content-wrapper {
    min-height: calc(100vh - 135px) !important;
    max-height: calc(100vh - 135px);
    margin-top: 89px;
  }
  .main-footer {
    padding: 10px 15px;
    margin-top: 2px;
  }
  .form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
    padding: 0 !important;
  }
  .showFormGroup-01 {
    max-width: 400px;
    float: left;
  }
  .skin-blue .main-header .logo {
    height: 36px;
    padding-top: 14px !important;
  }
  .skin-blue .main-header .logo img {
    vertical-align: top;
  }
  .student-show-ul {
    overflow: auto;
    margin-top: 15px;
  }
  .student-show-ul li {
    flex: 0 0 auto;
  }
  .student-show-ul li a {
    padding: 10px 12px;
  }
  #applicant_tabs {
    padding-left: 0 !important;
    display: flex;
    overflow: auto;
    margin: 0 15px 15px;
  }
  #applicant_tabs a,
  #applicant_tabs .btn {
    margin-right: 10px;
  }

  /* intellmis new End */

  .filter-box-inner > .d-flex > .col-sm-3 {
    width: 100%;
  }
  .filter-box-inner > .d-flex > .col-sm-3 .form-group .col-12 {
    padding: 0px !important;
  }
  .filter-box-inner > .d-flex > .col-sm-3:last-child .control-label {
    display: none;
  }
  .ImportForm {
    margin: 0 6px !important;
  }
  .rt-btn-col.d-flex.justify-content-end {
    padding-left: 7px;
  }
  #kcpe_info label ~ div {
    width: 86px;
    padding-right: 0;
    display: inline-block;
  }
  .row-sub {
    padding-left: 60px;
  }
  .date-box.schedule-day div {
    margin: 0 9px !important;
  }
  .col-md-9 {
    width: 100% !important;
  }
  .content-inner .row {
    flex-wrap: wrap;
  }
  .pt-40px {
    padding-top: 0 !important;
  }

  div.modal-header button.close.data-dismiss-close {
  }
  div.modal-header button.close.data-dismiss-close svg {
    width: 11px;
  }
  .student_Photo1 {
    height: calc(100vh - 165px);
    max-height: 125px;
    max-width: 155px;
    margin: 0 auto;
  }
  #Clock-InModal .modal-body {
    padding: 20px;
  }
  .font-24px {
    font-size: 18px;
  }
  .font-28px {
    font-size: 20px;
  }
  .Clock_In_modal .btn_h_62px {
    height: 42px;
    font-size: 16px !important;
  }
  .Clock_In_modal .modal-dialog {
    max-width: 250px;
    margin: 20px auto 0;
  }
  div.modal-header button.close.data-dismiss-close {
    min-width: 32px;
    min-height: 32px;
    bottom: -42px;
  }
}

/* 767 end */

@media (max-width: 479px) {
  .student_Photo1 {
    max-height: 233px;
    max-width: 100%;
  }
  .Attendance_chartRow_flex {
    flex-direction: column;
  }
}

@media (min-width: 1023px) {
  .ic-menuMob {
    display: none !important;
  }
}
@media (max-width: 1280px) {
  .info-label div {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .add_more,
  .remove {
    right: 10px !important;
    top: 10px;
  }
  .academic_background {
    display: block !important;
  }
  .academic_background .add_more,
  .academic_background .remove {
    right: 10px !important;
    top: 10px;
    z-index: 999;
  }
  .mapview-det {
    position: absolute;
    background: #fff;
    display: flex;
    margin: 15px 7px;
    width: calc(100% - 29px);
    padding: 11px 10px;
    height: auto;
    align-items: center;
    border-radius: 10px;
    padding-left: 0;
    top: 150px;
    z-index: 5;
    flex-direction: column;
  }
  .journey-station {
    border-right: 0;
    height: auto;
  }
  .content-inner .col-md-9,
  .content-inner .col-md-10 {
    width: 100% !important;
  }
  /*.date-box.schedule-day div {
    margin: 0 13px !important;
}*/
  .content-inner .row {
    flex-wrap: wrap;
  }
  .pt-40px {
    padding-top: 0 !important;
  }
  .link_for_map {
    height: auto;
    margin-top: 20px;
  }
  .inner-infoTrans {
    width: 575px !important;
  }
  .infotab {
    display: flex;
    align-items: self-start;
    margin-left: auto;
    flex-wrap: wrap;
    width: 450px;
  }
  .infotab-innerCont:after {
    width: 0px;
  }
  .mapview-det h2 {
    margin: 0;
  }
  .infotab-innerCont p {
    font-size: 14px;
    font-weight: normal;
    margin-top: 4px;
    margin-bottom: 0;
  }
  .route_map {
    width: 230px;
  }
  .route-btn {
    background-color: #fff;
    color: #000000;
    transform: rotate(-90deg);
    height: 50px;
    /* border: 1px solid #ddd; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 164px;
    border-radius: 5px;
    margin-top: 75px;
    right: -80px;
    position: relative;
    box-shadow: unset !important;
  }
  .route_view_dark {
    background-color: #21262e;
    border-radius: 7px;
    color: #fff;
    top: -23px;
    padding: 20px 15px;
    width: 226px;
    z-index: 999;
    left: -180px;
  }
  .date-box div {
    margin: 0 9px;
    padding-top: 10px;
  }
 
}

.arrow_select2 .select2-container .selection .select2-selection ul {
  width: calc(100% - 25px);
}
.channel_select2 {
  position: relative;
}
.select2_downArrow {
  position: absolute;
  right: 25px;
  top: 5px;
}

.leave_tbl tbody td {
  white-space: normal !important;
}
.leave_tbl tbody tr td:first-child {
  width: 175px;
}
.triangle-with-arrow {
  width: 36px;
  height: 18px;
  position: absolute;
  overflow: hidden;
  right: unset;
  top: -16px;
  left: 25px;
}
.triangle-with-arrow:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #fff;
  transform: rotate(45deg);
  top: 10px;
  left: 10px;
  border: 1px solid #d2d6de;
}
#detailWrapper {
  height: 100%;
}
.detail-tbl-data {
  height: calc(100% - 95px);
}

.approver-tbl-data,
.tasks-tbl-data {
  max-height: calc(100% - 100px);
  overflow: auto;
}
.wrap-task tr td {
  white-space: normal !important;
}
.unstyled {
  list-style-type: none;
  /*padding-left: 0;*/
}
.approver_listUl.unstyled {
  padding: 0;
}
.list_assigned_staff li {
  margin-bottom: 12px;
}
.list_assigned_staff li span {
  font-size: 12px;
  color: #9a9a9a;
}
.approver_listUl li:first-child {
  width: 245px;
}
.approver_listUl li:nth-child(2) {
  width: 244px;
}
.approver_listUl li:nth-child(3) {
  width: 254px;
}
.approver_listUl li:nth-child(4) {
  width: 60px;
  text-align: center;
}
.approver_listUl li:nth-child(5) {
  width: 140px !important;
  text-align: center;
}
.approver_listUl.routingUl li:first-child {
  width: 250px;
}
.approver_listUl.routingUl li:nth-child(2) {
  width: 232px;
  text-align: left;
  padding-left: 38px;
}
.approver_listUl.routingUl li:nth-child(3) {
  width: 254px;
  padding-left: 35px;
}

.search-box.showbox {
  right: 4px;
}

.BrowseFile-Col.assets_BrowseFile {
  right: 335px !important;
}
.BrowseFile-Col.catelog_BrowseFile {
  right: 275px !important;
}

@media (max-width: 992px) {
  .BrowseFile-Col.catelog_BrowseFile {
    position: unset;
    margin-bottom: 8px;
  }

  .notification-bar-row{
    padding: 10px 15px;
  }

  .notification-bar-row span{
    font-size: 16px!important;
  }

}



/*230323*/

.form_container{padding: 20px 30px;}
.add_more_btn {
    width: 35px;
    height: 35px;
    background: #005276;
    float: left;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 400;
    padding-top: 11px;
}
.add_more_btn:hover{background: #fe6892; color: #fff!important;}
.bottompad{margin-bottom: 0px!important;}

/*240323*/
.question_form{width: 100%; float: left; padding: 25px 0px;}
.question_form input{width: 50%;}
.preview-heading h2 {
    font-size: 24px;
    border-bottom: solid 1px #dee2e6;
    padding-bottom: 15px;
    margin-bottom: 15px;    
    color: #005276;
}
.question_form .dForm-group label {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #333;
    margin: 5px 0px 8px;    
}

.question_form .dForm-control{
  display: block;
    width: 50%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px!important;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    outline: none;
}

.textmsg {
    height: 50px!important;
}
.question_form .file-selection input {
    width: 30%!important;
    height: 42px!important;
}
.tooltipshow {
    width: 100%;
    float: left;
    padding: 10px 0px 5px;
}
.tooltipshow p {
    line-height: 25px;
    font-size: 12px;    
}
.tooltipshow p span {
    color: #ff9900;
}
.question_form .dForm-group .error {
    font-size: 12px;
    color: red;
    width: 100%;
    float: left;
}

.weightfull{width: 100%; float: left;}
.valuehead span{margin: 5px 0px 8px; float: left;}
.weightfull span{margin: 5px 0px 8px; float: left;}
.weighttxt label{padding-left: 15px;}
.scorediv{display: block; width: 100%;}



/*270323*/

.padrightremove{padding-right: 0px;}
.filterinfo{padding-bottom: 15px!important;}
.filterinfo label {padding-top: 0px!important;}
.mangetable{width: 100%; overflow-x: scroll!important;}
.mangetable .table{width: 1250px!important; max-width: 1250px!important;}
.mangetable .dash-data-table{overflow-x:auto!important;}

.mangetable .status {
    padding: 5px 5px 4px!important;
    font-size: 12px!important;    
}
.chckshowss {margin: 0px auto; display: table;}
.imageshow{float: left; margin: 5px 10px 0px;}
.passengerinfoss{float: left;}
.tablepopus table th {
    font-weight: 500;
    padding: 8px;
}
.tablepopus table tr td {font-weight: 500; padding: 8px; font-size: 14px;}
.sheduledetails{padding: 0px 15px;}
.sidescrollpop {
    width: 100%;
    float: left;
    overflow-x: auto;
    margin-top: 20px;
}

.despadr{padding-right: 0px;}

.rightmsg{
  float:right;
  padding-right: 0px;
}

.message-details{
  width: 100%;
  float: left;
}

.checkshow{
  margin-right: 5px!important;
}

.drop-check {
  width: 100%;
  float: left;
  padding: 10px 0px 0px 25px;
  overflow: auto;
  height: 240px;
}

.student-info {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.student-info h2{
  width: 100%;
  font-size: 14px;
  margin:0px;  
  padding: 0px;
  color: #000;
  float: left;
}

.dropselect {
    width: 50%!important;
    margin: 10px 0px 0px;
    float: left;
}

.padbtnr{
  margin-right: 8px!important;
}

.header-top-section{  
  width: 100%;
  float: left;
}

.uploadinput {
   right: 395px !important;
}


@media only screen and (max-width: 768px) {
.padrightremove {padding-top: 0px;}
.mangetable {margin-top: -15px;}
.filter-box {top: 15px;}
.transport-medium-img {
    width: 95px;
    height: 75px;
}
.journey-station{
  margin-bottom: 15px;
}
.mobspacer{padding: 0px 0px 0px 5px;}
.mobspace1r{padding: 0px;}
.studentformsss {
    padding: 10px 15px 0px;
    margin-bottom: -15px;
}
.inner-infoTrans h2 {
    font-size: 15px;
    font-weight: 500;
    margin: 0px;
}
.padt15{padding-right: 0px;}
.padtr10{padding: 0px 0px 0px 5px;}
.padt015{padding: 0px 15px;}
.inner-infoTrans {
    width: 80%!important;
    padding: 15px;
}
.close-link {left: -60px;}
.top-heading:after {left: -15px;}
.inner-infoTrans .top-heading{padding-bottom: 0px;}
.form-control + .select2-container .select2-selection--single {
    width: 100%!important;
}
.createdata {
    margin: 10px 25px!important;
}
.sheduledetails{padding: 0px 0px 0px 15px;}
.shupdtr0{padding-right: 0px;}
.padtopt10{margin-top: 10px!important;}

}

@media only screen and (max-width: 767px) {
.mobpad{padding-right: 15px;}
.mobpadspace{padding: 0px;}

.inner-infoTrans {
    width: 85%!important;
    padding: 15px;
}
.close-link {left: -60px;}
.top-heading:after {left: -15px;}
.inner-infoTrans .top-heading {
    position: relative;
    padding-bottom: 0px;
}
.mobchckin .checked-in {
    margin-right: 5px;
}
.journey-station{
  margin-bottom: 0px;
}

.mobfull {
    width: 100%;
    margin-top: 5px;
}
.mobsidenavs {
    width: 100%;
    float: left;
    clear: both;
    display: inline!important;
}
.mobsidenavs h2 {
    width: 100%;
    float: left;
    font-size: 17px;
    font-weight: 500;
    margin: 0px!important;
}
.mobspacer{padding: 0px 5px;}
.pad0{padding: 0px;}
.pad15{padding: 0px 15px;}

.searchbar.offcanvas-search {
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 10px;
    float: left;
} 
.link_for_map{width: 100%; float: left;}
.checked-in div {font-size: 14px;}
.mobspacer{padding: 0px 5px;}
.pad0{padding: 0px;}
.pad15{padding: 0px 15px;}
.studentformsss {
    padding: 10px 15px 0px;
    margin-bottom: -15px;
}
.form-control + .select2-container .select2-selection--single {
    width: 100%!important;
}

.createdata .select2-container {margin-bottom: 10px;}
.createdata .select2-container {margin-bottom: 10px;}
.createdata {
    margin: 15px 25px 0px!important;
}
.createdata {
    margin: 15px 25px 0px!important;
}

.notice-info-box.show { 
  max-height: 400px;
}

}

@media only screen and (max-width: 479px) {
.padrightremove {padding-top: 0px;}
.datemobilefull {display: inherit!important;}
.hidemob{display: none;}
.mobebtns{margin-top: 10px; margin-left: 0px;}

.transport-medium-img {
    width: 100%;
    height: 100%;
}
.close-link {    
    left: -60px;  
  }
.close-link img{
  height: 30px;
}
.searchbar.offcanvas-search {
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 10px;
    float: left;
} 
.mobimgs{
  width: 100%;
  float: left;
  clear: both;
  display: inline!important;
}
.mobchckin{
  width: 100%;
  float: left;
  clear: both;
  display: inline!important;
}
.mobsattion {
    margin: 10px 0px 15px;
    float: left;
    width: 100%;
}
.link_for_map{width: 100%; float: left;}
.checked-in div {font-size: 14px;}
.mobspacer{padding: 0px 5px;}
.pad0{padding: 0px;}
.pad15{padding: 0px 15px;}
.studentformsss {
    padding: 10px 15px 0px;
    margin-bottom: -15px;
}

.time_journey{
  width: 100%;
  float: left;
  clear: both;
  display: inline!important;
}
.time_journey span {
    width: 100%;
    float: left;
    margin-bottom: 0px;
    text-align: center;
}
.time_journey svg {
    display: none;
}
.padt015{padding: 0px;}
.form-control + .select2-container .select2-selection--single {
    width: 100%!important;
}
.createdata .select2-container {margin-bottom: 10px;}
.createdata {
    margin: 15px 25px 0px!important;
}
#btnAddMore {
    margin-bottom: 10px;
}

.browser-upload-show {
    right: 0px!important;
    position: inherit!important;
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: right;
}


}


@media only screen and (max-width: 320px) {
.close-link img{height: 30px;}
.close-link {
    left: -50px;
}


}



/* skin_2025 changes css start */

/* form.validate:not(form.form_tabContent) {
  max-width: 1200px !important;
} */

.table-bordered th{
  text-transform: uppercase;
  background-color: #f2f7fa !important;
}

a[href="#filtermis"] {
  display: inline-block;
  
  background-color: transparent;
  color: #005276;
  text-decoration: none;
  border-radius: 5px;
  position: relative;
  text-align: center;
  border-color: #ccc;
  padding-left: 32px; /* Add more padding on the left to create space */

}

a[href="#filtermis"]::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 13px;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" viewBox="0 0 512 512"%3E%3Cg%3E%3Cpath d="M16 90.259h243.605c7.342 33.419 37.186 58.508 72.778 58.508s65.436-25.088 72.778-58.508H496c8.836 0 16-7.164 16-16s-7.164-16-16-16h-90.847c-7.356-33.402-37.241-58.507-72.77-58.507-35.548 0-65.419 25.101-72.772 58.507H16c-8.836 0-16 7.164-16 16s7.164 16 16 16zm273.877-15.958.001-.172c.07-23.367 19.137-42.376 42.505-42.376 23.335 0 42.403 18.983 42.504 42.339l.003.235c-.037 23.407-19.091 42.441-42.507 42.441-23.406 0-42.454-19.015-42.507-42.408zM496 421.74h-90.847c-7.357-33.401-37.241-58.507-72.77-58.507-35.548 0-65.419 25.102-72.772 58.507H16c-8.836 0-16 7.163-16 16s7.164 16 16 16h243.605c7.342 33.419 37.186 58.508 72.778 58.508s65.436-25.089 72.778-58.508H496c8.836 0 16-7.163 16-16s-7.164-16-16-16zm-163.617 58.508c-23.406 0-42.454-19.015-42.507-42.408l.001-.058.001-.172c.07-23.367 19.137-42.377 42.505-42.377 23.335 0 42.403 18.983 42.504 42.338l.003.235c-.034 23.41-19.089 42.442-42.507 42.442zM496 240H252.395c-7.342-33.419-37.186-58.507-72.778-58.507S114.181 206.581 106.839 240H16c-8.836 0-16 7.164-16 16 0 8.837 7.164 16 16 16h90.847c7.357 33.401 37.241 58.507 72.77 58.507 35.548 0 65.419-25.102 72.772-58.507H496c8.836 0 16-7.163 16-16 0-8.836-7.164-16-16-16zm-273.877 15.958-.001.172c-.07 23.367-19.137 42.376-42.505 42.376-23.335 0-42.403-18.983-42.504-42.338l-.003-.234c.035-23.41 19.09-42.441 42.507-42.441 23.406 0 42.454 19.014 42.507 42.408z" fill="%23005276"%3E%3C/path%3E%3C/g%3E%3C/svg%3E') no-repeat center;
  background-size: contain;
}

a[href="#filtermis"]:hover {
  /* Remove any hover styles */
  background-color: transparent;
  color: #005276;
  text-decoration: none;
  border-color: #ccc !important;
  /* Add any other styles you don't want to change */
}


a[href="#filtermis"]:active,
a[href="#filtermis"]:focus {
  background-color: transparent !important;
  color: #005276 !important;
  outline: none !important;
  border-color: #ccc !important;
}

.vertical-overflow::-webkit-scrollbar {
  width: 6px;
}

.vertical-overflow::-webkit-scrollbar-track {
  background: transparent;
}

.vertical-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.vertial-overflow{
    /* max-height: 500px;  */
    max-height: 70vh; /* 70% of the viewport height */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
}
.sticky-header thead th {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}








/* skin_2025 changes css end */