/* @font-face {
  font-family: "product_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: "product_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: "product_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: "product_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: "product_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: "product_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: "product_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: "product_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: "product_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: "product_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: normal;
}

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

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

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

@font-face {
  font-family: "google_sansmedium";
  src:
    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_sansmedium_italic";
  src:
    url("fonts/googlesans-mediumitalic.woff2") format("woff2"),
    url("fonts/googlesans-mediumitalic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
button,
input,
optgroup,
select,
textarea {
  font-family: "Barlow Condensed" !important;
}

.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 #ca3b69;
}

.file-upload-btn input {
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
}

.file-upload-btn i {
  margin-right: 3px;
}

.file-upload-btn p {
  max-width: 180px;
  flex-basis: 180px;
  line-height: 1.2;
  font-size: 16px;
  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;
  display: none;
}

.form-login-div,
.btn-log * {
  font-family: "product_sansregular" !important;
}

.main-header {
  padding: 10px 0;
  background-color: #fff;
}

.main-header .logo .logo-lg {
  line-height: 1;
}

.main-sidebar {
  padding-top: 90px;
}

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

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

.skin-blue .main-header .navbar {
  /*background-color: #CA3B69 !important;*/
  background-color: transparent;
}

.skin-blue .main-header .logo {
  /*background-color: #CA3B69 !important;*/
}

.skin-blue .main-header .logo_mini_s {
  background-color: #2e4c82 !important;border-radius: 8px;
}

.skin-blue .main-header .logo:hover {
  /*background-color: #CA3B69 !important;*/
}

.skin-blue .main-header li.user-header {
  background-color: #fff !important;
}

.box.box-primary {
  border-top-color: #ca3b69 !important;
}

.skin-blue .sidebar-menu > li.active > a {
  background-color: #17376d !important;
}

.skin-blue .sidebar-menu .treeview-menu > li.active > a,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover {
  /*background-color: #2A4D7F !important;*/
  background-color: #e9eff9 !important;
  color: #000;
}
.skin-blue .sidebar-menu .treeview-menu > li > a::before {
  content: "";
  top: 4px;
  bottom: 4px;
  position: absolute;
  left: 0;
  width: 3px;
  background: #ca3b69;
  opacity: 0;
}
.skin-blue .sidebar-menu .treeview-menu > li.active > a::before,
.skin-blue .sidebar-menu .treeview-menu > li > a:hover::before {
  opacity: 1;
}

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

.action_image {
  margin-bottom: 8px !important;
}

.select2-selection__choice {
  color: #ca3b69 !important;
}

.dataTables_wrapper {
  overflow-x: auto;
}

.dataTables_wrapper table {
  width: 100%;
}

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

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

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

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

.dataTables_filter {
  margin-bottom: 20px;
}

.dataTables_info {
  margin-bottom: 34px;
}

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

.ui-menu {
  padding: 0;
  margin: 0;
  max-width: 300px !important;
  width: 100%;
  overflow-y: auto;
  list-style: none;
  background-color: #fff;
  box-shadow: 0 0 10px -3px rgba(0, 0, 0, 0.2);
}

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

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

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

.data-details .box.box-primary {
  padding: 20px 15px;
}

.data-details .box.box-primary .box-body {
  padding: 20px 10px;
}

.data-details .box.box-primary .box-body {
  border-bottom: 1px solid #ccc;
}

.data-details .box.box-primary .border-none {
  border-bottom: none;
}

.data-details .box.box-primary label {
  margin-bottom: 0;
}

.data-detail-control select,
.data-detail-control input {
  max-width: 280px;
  border-radius: 4px;
}
.data-detail-info {
  margin-bottom: 0;
}

.modal-otp {
  width: 100%;
  max-width: 340px;
}

.modal-otp .modal-content {
  border-radius: 12px;
  overflow: hidden;
  background-color: transparent;
}

.otp-main {
  background-color: #fff;
}

.modal-otp .modal-content .modal-header {
  border-radius: 12px 12px 0 0;
  background-color: #2a4d7f;
  color: #fff;
}

.otp-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.otp-input {
  width: 100%;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: space-evenly;
}

.otp-input input {
  max-width: 35px;
  height: 30px;
  border-radius: 4px;
}

.modal-otp .modal-footer {
  text-align: center;
}

.modal-otp .modal-footer .btn-success {
  max-width: 108px;
  font-size: 16px;
  height: 40px;
}

.otp-timers {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.resend-otp {
  margin-right: 6px;
  line-height: 1;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  color: #ca3b69;
}

.resend-otp:hover {
  color: #ca3b69;
}

.countdown {
  font-weight: 600;
  color: #666;
}

.signload {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: none;
  border: 4px solid #fff;
  border-top: 4px solid transparent;
  -webkit-animation: load-animate infinite linear 1s;
  animation: load-animate infinite linear 1s;
}

@-webkit-keyframes load-animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load-animate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.35;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.popup-panel .modal-header {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f4f4f4;
}

.popup-panel .modal-footer {
  padding: 15px 20px;
}

.popup-panel .modal-header::before,
.popup-panel .modal-header::after {
  display: none;
}

.popup-panel .modal-header .close {
  margin-top: 0;
  font-size: 32px;
  opacity: 0.6;
}

.popup-panel .modal-body {
  max-width: 100%;
  margin: 0 auto;
}

.popup-panel .modal-dialog {
  width: 100%;
  max-width: 530px;
}

.popup-panel .btn-success {
  border-color: #ca3b69 !important;
}

.popup-panel .btn-success:focus {
  outline: 0;
}

.popupPnl-control .select2-container--default .select2-selection--single {
  height: 38px;
  position: relative;
  display: flex;
  align-items: center;
  border: 1px solid #999;
}

.popupPnl-control
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 0;
  margin-top: 0;
}

.popupPnl-control .form-control {
  border-radius: 4px;
  position: relative;
  resize: vertical;
  color: #444;
  border: 1px solid #d2d6de;
}

.popupPnl-control
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 5px;
}

.popupPnl-control .form-control::-webkit-input-placeholder {
  color: #444;
}

.popupPnl-control .form-control::-moz-placeholder {
  color: #444;
}

.popupPnl-control .form-control:-ms-input-placeholder {
  color: #444;
}

.popupPnl-control .form-control:-moz-placeholder {
  color: #444;
}

.box-institution-panel {
  padding: 20px 100px;
}

.box-institution-panel .box-body {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.bi-control-main {
  display: flex;
  align-items: center;
}

.bi-fig-main {
  padding-left: 0px;
}

.bi-control-main .img-div {
  width: 100%;
  display: flex;
  align-items: center;
}

.bi-control-main .control-label {
  margin-bottom: 0;
  margin-right: 20px;
  color: #666;
}

.box-institution-panel .row {
  display: flex;
  align-items: center;
}

.box-institution-panel .row::before,
.box-institution-panel .row::after {
  display: none;
}

.bi-control {
  flex: 1;
}

.bi-control input {
  border-radius: 5px;
  height: 40px;
  border: 1px solid #ccc;
}

.bi-figure {
  width: 80px;
  height: 70px;
  min-width: 80px;
  border-radius: 8px;
  display: inline-flex;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}

.bi-figure .img-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #e8eef3;
}

.bi-figure .img-container input {
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  position: absolute;
}

.bi-figure .img-container i {
  font-size: 30px;
  color: #666;
}

.bi-figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.bi-actions {
  height: 100%;
  display: flex;
  align-items: center;
}

.bi-actions a {
  margin-right: 5px;
}

.bi-actions .remove-btn {
  margin-left: 10px;
}

/* Desktop Fixes Start */

.content-wrapper,
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background-color: #f5f5f5 !important;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li:hover
  > a
  > span:not(.pull-right),
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li:hover
  > .treeview-menu {
width: auto;
  white-space: nowrap;
  padding-right: 25px !important;
}
.treeview-menu > li > a {
  display: flex;
  white-space: normal;
}
.treeview-menu > li > a > .fa,
.treeview-menu > li > a > .glyphicon,
.treeview-menu > li > a > .ion {
  margin-top: 3px;
  display: none;
}

.main-sidebar {
  padding-top: 0;
  padding-left: 0;
  margin-top: 73px;
  left: 0;
  min-height: calc(100% - 74px);
}
.sidebar-menu li > a > .pull-right-container {
  transform: rotate(-90deg);
}

/* Sidebar color theme start */

.wrapper aside.main-sidebar {
  background: transparent linear-gradient(165deg, #cd3969 0%, #2e4c82 100%) 0%
    0% no-repeat padding-box !important;
  color: #333;
  border: 1px solid #e6e6e6;
}
.wrapper aside.main-sidebar .user-panel > .info > a {
  color: #333;
}
.wrapper aside.main-sidebar .sidebar a {
  color: #fff;
  font-size: 18px;
}
.wrapper aside.main-sidebar .sidebar-menu > li > .treeview-menu {
  margin: 0;
  background: #eee;
}
.skin-blue .sidebar-menu .treeview-menu > li > a {
  color: #666;
}
.main-sidebar .sidebar-menu > li > a > i {
  color: #fff;
  font-size: 15px;
}
.content-header > .breadcrumb {
  font-size: 16px;
}
.main-sidebar .sidebar-menu > li:hover > a,
.main-sidebar .sidebar-menu > li.active > a,
.main-sidebar .sidebar-menu > li.menu-open > a {
  background: #17376d;
}
.main-sidebar .sidebar-menu > li:hover > a,
.main-sidebar .sidebar-menu > li.active > a,
.main-sidebar .sidebar-menu > li:hover > a i,
.main-sidebar .sidebar-menu > li.active > a i,
.main-sidebar .sidebar-menu > li.menu-open > a,
.main-sidebar .sidebar-menu > li.menu-open > a i {
  color: #fff !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span {
  background: #17376d !important;
  border-radius: 10px !important;
  padding: 7px 5px 10px 20px !important;
  left: 68px !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a > span::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 16px;
  /* bottom: 0; */
  background: #17376d;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.sidebar-mini.sidebar-collapse
  .sidebar-menu
  > li
  > a
  > span.pull-right-container {
  display: none !important;
  opacity: 0;
}
.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li.menu-open > a {
  color: #fff;
  /* background: #1e282c; */
  background: #17376d !important;
}
.treeview-menu {
  padding-left: 0px;
}
.skin-blue .sidebar-menu > li > a {
  border-left-width: 0px;
  border-radius: 7px;
}
.sidebar-menu > li {
  margin-bottom: 1px;
  border-radius: 7px;
  overflow: hidden;
}
.wrapper aside.main-sidebar .sidebar-menu > li > .treeview-menu {
  margin: 0 10px 10px;
  padding: 8px 10px;
  border-radius: 7px;
  background: #fff;
}
.treeview-menu .treeview-menu {
  padding-left: 15px;
}
.sidebar-menu > li.menu-open {
  background: #17376d;
}
/* .sidebar-mini .sidebar-menu > li.menu-open > .treeview-menu{ display: block;} */
.sidebar-menu > li li {
  border-radius: 7px;
  overflow: hidden;
}
.skin-blue
  .sidebar-menu
  .treeview-menu
  > li
  > a
  .skin-blue
  .sidebar-menu
  .treeview-menu
  > li
  > a::before {
  content: "";
  position: absolute;
  /* height: 100%; */
  left: 0;
  width: 4px;
  background: red;
  top: 3px;
  bottom: 3px;
}

/* Sidebar color theme End */

body {
  margin-bottom: 0px !important;letter-spacing: 0.5px;
}
.box-header {
  padding: 15px;
}
.InstitutionPerposr-form {
  display: flex;
}
.flex-1 {
  flex: 1;
}
.ps-15px {
  padding-left: 15px !important;
}
.ps-0 {
  padding-left: 0px !important;
}
.f-right {
  float: right !important;
}
.Action-td {
  min-width: 100px;
}

.mt-15px {
  margin-top: 15px !important;
}
.mt-20px {
  margin-top: 20px !important;
}
.mt-25px {
  margin-top: 25px !important;
}
.mt-30px {
  margin-top: 30px !important;
}

.table-responsive-site {
  overflow: auto;
  border: 1px solid #eee;
}
.table-responsive-site > table.dataTable,
.table-responsive-site > table {
  margin: 0px !important;
  width: 100% !important;
  min-width: 800px;
}

.table-responsive-site-min-w-600 > table {
  min-width: 600px;
}

div.dataTables_wrapper div.dataTables_filter input {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}

.Show-entries-table .dataTables_length,
.no-padding-h .dataTables_length {
  position: absolute;
  top:0px;
}

.dataTables_info_bottom .dataTables_info {
  margin-bottom: 0;
  position: relative;
  top: 25px;
}

.btn-success,
.btn-primary {
  background-color: #ca3b69 !important;
  border-color: #ca3b69 !important;
}
.ADD-right-btn {
  position: absolute;
  right: 30px;
  top: 15px;
}
.Form_top {
  display: flex;
  padding-right: 135px;
}
#password-policy {
  width: 100%;
}
.ExportToWrap {
  display: flex;
  justify-content: end;
}
.align-items-center {
  align-items: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.dataTables_info {
  margin-bottom: 0;
}
.pt-0 {
  padding-top: 0px !important;
}
.pe-15px {
  padding-right: 15px !important ;
}
.box-body {
  padding: 15px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.mb-0 {
  margin-bottom: 0px !important;
}

.form-group-flex {
  display: flex;
  align-items: center;
}

.d-flex {
  display: flex;
}
.ml-auto {
  margin-left: auto !important;
}
.search-box {
  width: 233px;
  display: inline-block;
  border: 1px solid #ddd;
  float: right;
  position: relative;
  right: 30px;
}
.search-box .search-in {
  right: 10px;
  position: absolute;
  top: 15px;
}
.search-box .search-inputBox {
  width: 100%;
  padding: 10px;
  border-radius: 3px;
  border: none;
}
.addExistingWrap-btn {
  padding-right: 15px;
}
.text-right {
  text-align: right;
}
.pr-0 {
  padding-right: 0 !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.filterBtn_btn {
  margin-left: 30px;
}
.mr-18px {
  margin-right: 18px;
}
.ml-1rem {
  margin-left: 1rem;
}
.clearfix {
  clear: both;
}

.advanceSearchForm {
  display: none;
  background: #f8f6f6;
  /* padding: 20px 15px 8px; */
  padding: 15px 20px 20px;
  border: 1px solid #ddd;
  position: relative;
  margin-top: 50px;
  clear: both;
}
.advance-filter {
  background: transparent linear-gradient(165deg, #cd3969 0%, #2e4c82 100%) 0%
    0% no-repeat padding-box !important;
  color: #fff;
  float: right;
  margin-bottom: 10px;
}
.advanceSearchForm::after {
  content: "";
  position: absolute;
  right: 10px;
  top: -12px;
  transition: all 0.3s ease;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid #999;
}
.advance-filter:hover {
  color: #fff;
}
.full-width .select2-container {
  width: 100% !important;
}
.showFormGroup-input {
  margin: 0 10px;
}
.activated-span img {
  width: 14px;
  height: 14px;
}
.addBtn-permission {
  width: 100%;
  justify-content: end;
  padding: 14px 0;
}
.overflow-hidden {
  overflow: hidden;
}
.p-10px {
  padding: 10px 0;
}

/*250823*/

.f-pad {
  margin-left: 15px !important;
}

.advanceSearchForm .form-group label {
  text-align: left !important;
  padding-top: 0px !important;
  padding-bottom: 5px !important;
  margin-bottom: 0px !important;
}

.pad-right {
  margin-right: 10px !important;
}

.pad-left0 {
  margin-left: 0px !important;
}

.mobile-row-show {
  flex-direction: inherit !important;
  display: block !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.p-0 {
  padding: 0px !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px !important;
  border: 1px solid #d2d6de !important;
  height: 34px !important;
}
.select2-container .select2-selection--single {
  height: 34px;
}
.select2-container {
  width: 100% !important;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 30px !important;
}

.colorpick-block .colorpick-eyedropper-input-trigger {
  display: none;
}

.overflow-x-scroll {
  overflow-x: auto !important;
}

.action-sticky {
  position: relative;
}
.action-sticky td a {
  position: relative;
  z-index: 3;
}

.action-sticky table tr th:last-child,
.action-sticky table tr td:last-child {
  position: sticky;
  right: -3px;
  border-left: 1px solid #ccc !important;
  width: 60px !important;
  max-width: 60px !important;
  min-width: 100px !important;
  background: #fff;
  padding-left: 15px !important;
}

/* UI Fixes Start */
.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: #fff;
  color: #2e4c82;
}

.content-wrapper > .content {
  padding-top: 0px;
}
.skin-blue .content-header {
  min-height: 56px;
}

.skin-blue .main-header .navbar .sidebar-toggle {
  margin-left: 0px;
}
.main-header {
  padding-right: 15px;
}

.box-header {
  padding: 20px 10px;
}
.SearchBarRoww {
  margin-bottom: 20px;
  margin-top: 5px;
}
.btn-inlines {
  padding: 0 0px;
}
.file-upload-btn p {
  line-height: 12px;
  padding-top: 6px;
}
.list-table--action > span {
  margin-left: 7px;
}
.search-box {
  right: 15px;
}
.box-header > .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
.showFormGroup-01 {
  padding-left: 0px !important;
}
.advanceSearchForm::after {
  content: "";
  position: absolute;
  right: 30px;
  top: -8px;
  transition: all 0.3s ease;
  border-left: 1px solid #ddd;
  border-right: 0px solid #ddd;
  border-top: 1px solid #ddd;
  border-bottom: 0px solid #ddd;
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  background: #f8f6f6;
}
.btn-inlines {
  margin-bottom: 20px;
}
.btn-inlines .form-horizontal .form-group {
  margin-bottom: 0px;
}
.content-wrapper > .content > .box {
  margin-bottom: 10px;
}
.box-header:empty {
  border: none;
}
.form-control ~ span.help-block {
  position: relative;
  top: 5px;
}
.advanceSearchForm .form-group {
  overflow: hidden;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 32px !important;
}
/* .radio_formGroup .control-label{ padding-top: 0px;} */

.form-group-haveDropdown {
  overflow: initial !important;
}
.form-group-haveDropdown .multiselect-container.dropdown-menu {
  width: 100% !important;
}
.form-group-haveDropdown .multiselect-container.dropdown-menu label {
  padding-top: 5px !important;
}
.form-group-haveDropdown
  .multiselect-container.dropdown-menu
  label
  > input[type="checkbox"] {
  top: 4px;
}

.DynamicListCard {
  border-radius: 10px;
  border: 1px solid #d2d6de;
  background: #fff;
}
.DynamicListCardHeader {
  border-radius: 10px 10px 0 0;
  font-family: "Barlow Condensed" !important;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  background: #ca3b69;
  padding: 12px 20px;
}
.DynamicListCardInfo {
  background: #eaf7ff;
  border-bottom: 1px solid #64c7ff;
  padding: 10px 12px;
  display: flex;
}
.DynamicListCardInfo_icon {
  margin-right: 10px;
}
.DynamicListCard_body {
  padding: 15px;
  padding-right: 7px;
}
.dynamicKeywordsLists_wrap {
  max-height: 550px;
  overflow: auto;
  padding-right: 7px;
}
.dynamicKeywordsLists_wrap ul {
  list-style: none;
  padding: 0;
}
.dynamicKeywordsLists_wrap li {
  margin-bottom: 12px;
}
.dynamicKeywordsLists_wrap li label {
  margin-bottom: 3px;
}
.dynamicKeywordsLists_myKey {
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 5px 12px;
}
.dynamicKeywordsLists_myKey a {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.InnerPages .validate.form-horizontal.admisiionLetter-max-w-100 {
  max-width: 100%;
}
.copyKey {
  cursor: pointer;
}
.CopiedText {
  color: #333;
  font-size: 12px;
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 3px 8px;
  border-radius: 7px;
  position: absolute;
  top: -30px;
  display: none;
  left: -21px;
}
.copiedElm .CopiedText {
  display: block;
}

.form_Show_row .flash-message {
  width: 100% !important;
  overflow: hidden !important;
}
.form_Show_row .flash-message .alert {
  margin-bottom: 0 !important;
  margin-top: 14px !important;
}

.form_Show {
  width: 100%;
  overflow: hidden;
}
.form_Show {
}
#memo_desc .Editor-editor {
  height: 440px;
}

/* UI 2026 */
.main-header-v2 {
  border-top: 4px solid #17376d;
  max-height: 74px;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.main-header-v2 {
}
.skin-blue .main-header-v2 .navbar .sidebar-toggle {
  color: #17376d;
}
.skin-blue .main-header-v2 .user-menu > a {
  border: 1px solid #ccc;
  color: #000 !important;
  padding: 7px 15px 7px 7px;
  border-radius: 30px;
}
.skin-blue .main-header-v2 .navbar-custom-menu {
  padding-right: 15px;
}
.skin-blue .main-header-v2 .logo-lg {
  max-width: 115px;
}
.skin-blue .main-header-v2 .sidebar-toggle {
  padding: 10px 15px;
}
.main-header-v2 .navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  color: #000;
}
.main-header-v2 .navbar-nav > .user-menu .dropdown-menu {
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  max-width: 200px;
}
.main-header-v2 .navbar-nav > .user-menu .dropdown-menu > .user-footer {
  background-color: transparent;
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 19px;
  color: #000;
  font-weight: 500;
}
.main-header-v2 .navbar-nav > .user-menu .dropdown-menu a {
  color: #000;
  display: flex;
  align-items: center;
}
.dropdown_iconn {
  width: 20px;
  display: inline-flex;
}
.main-header-v2 .navbar-nav > .user-menu .dropdown-menu a:hover {
  color: #cd3969;
}
.sidebar-menu {
  padding: 10px 10px;
}
.treeview-menu > li > a {
  padding: 5px 5px 5px 11px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li {
  height: 45px;
  overflow: inherit;
}
.sidebar-mini.sidebar-collapse .sidebar-menu {
  overflow: inherit;
}
.sidebar_tooltip {
  position: absolute;
  left: 50%;
  top: 0;
  background: #000;
  color: #fff;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse
  .sidebar-menu
  > li:hover
  > .treeview-menu {
  display: none !important;
}
.btn {
  font-size: 18px;
  font-weight: 500;
}
.form-control {
  font-size: 16px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li > a {
  padding-top: 6px;
}
.advanceSearchForm,
.content-wrapper > .content .box.box-primary {
  border-radius: 20px;
}
.box-header.with-border {
	border-bottom: none;
}
.th_min_w_200 {
  min-width: 200px;
}
.flex-wrap {
  flex-wrap: wrap;
}
input[type="checkbox"] {
  margin-right: 2px;
}
.h4,
h4 {
  font-size: 22px;
}

#reason-container,
#approve-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio_formGroup {
}
.table-bordered th {
  white-space: nowrap;
}
#programme {
  width: 100%;
}
#programme table th:first-child {
  min-width: 200px;
}
#programmeDetails .table {
  margin-bottom: 0;
}

.Editor-container .btn {
	font-size: 12px;
}

.blankLabel{ opacity: 0; height: 19px;}

.btn-inlines #fileterForm {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	justify-content: end;
}
.action-sticky td:last-child > span{}

#closed_orders_datatables_paginate {
	padding-top: 10px;
}

#closed_orders_datatables_filter {
	position: sticky;
	left: 0;
}

#closed_orders_datatables_paginate,
div.dataTables_wrapper div.dataTables_info {
	position: sticky;
	left: 0;
}

.sidebar-menu > li > a {
	padding: 7px 5px 10px 15px;
}
.sidebar-menu li > a > .pull-right-container {
	top: 50%;
	margin-top: -9px;
}


#closed_orders_datatables th{ white-space: nowrap !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{ padding-bottom: 3px !important;}

.action-sticky table tr th:last-child.avtion_column_width{ width: 100px !important; max-width: 100px !important;}
td .btn{ z-index: 0 !important;}

.all_images {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 10px;
}
  .all_images > div{ width:70px !important; height:70px; padding: 0px !important;
  border-radius: 7px;margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;}
  .all_images > div 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 !important;
}

.all_images_img{
width:70px !important; height:70px;  display: flex;
  align-items: center;  border-radius: 7px;border: 1px solid #ccc;
  justify-content: center; overflow: hidden;
}

.imges-outer {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.imges-outer img {
  object-fit: cover;
  max-width: calc(100% + 30px);
  min-height: 100%;
  min-width: calc(100% + 30px);
  max-height: calc(100% + 30px);
  width: auto;
  height: auto !important;
}

.imges-80px{ width: 80px; height: 80px; border-radius: 7px; overflow: hidden;}
.imges-50px{ width: 50px; height: 50px; border-radius: 7px; overflow: hidden;}


@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .main-sidebar {
    width: 70px !important;
  }
  .content-wrapper {
    margin-left: 250px;
  }
  .main-sidebar {
    width: 250px;
  }
  .main-footer {
    margin-left: 250px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .content-wrapper {
    display: flex;
    flex-direction: column;
  }
  .content-header > h1 {
    font-size: 32px;
  }
}

.content-wrapper > .content {
  padding-top: 0px;
  width: 100%;
  display: flex;
  flex: 1;
  flex-direction: column;
}
.content-wrapper > div {
  width: 100%;
}
form.validate .box-body {
  padding: 10px 15px;
}
.badge_v01 {
  line-height: 15px;
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
}
.btn-inlines ~ .row.pt-15px {
  padding-top: 0px !important;
}
.btn-inlines .advance-filter {
  margin-bottom: 0px !important;
}
.InnerPages .form-horizontal .box-body .control-label {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  display: flex;
  gap: 5px;
}
form.validate .box-body {
  padding: 0;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}
.box.box-primary {
  padding-left: 15px;
  padding-right: 10px;
}
.content-wrapper > .content > .box {
  flex: 1;
}
.form-group {
  overflow: hidden;
}
/* Tooltip bubble for .label-help-icon — avoid clipping from .form-group overflow */
.form-group:has(.label-help-icon) {
  overflow: visible !important;
}
.label-help-icon.tooltipp .label-help-icon-svg {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  color: #000;
}
.label-help-icon.tooltipp .label-help-icon-svg path {
  fill: currentColor;
}
.label-help-icon.tooltipp.label-help-icon--after {
  margin-right: 0;
  margin-left: 6px;
}
.InnerPages .box-header {
  padding-left: 0;
}
.form-control {
  border-radius: 4px;
}
.select2-container--default .select2-selection--single {
  border-radius: 4px !important;
}
.file-upload-btn-02.margin-right20px {
  margin-right: 0;
}
label {
  font-weight: normal;
  font-family: "Barlow Condensed" !important;
  font-weight: 500;
}
b,
strong {
  font-weight: normal;
  font-family: "Barlow Condensed" !important;
  font-weight: 700;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow Condensed" !important;
  font-weight: 700;
}
.form-control {
  height: 40px;
}
.select2-container--default .select2-selection--single {
  height: 40px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  line-height: 36px !important;
  padding-left: 0 !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 38px !important;
}
.dd_th {
  min-width: 200px;
}
.dd_tt_th {
  min-width: 250px;
}
.w-100 {
  width: 100% !important;
}
.bi-fig-main .bi-figure {
  overflow: inherit;
}
.bi-fig-main .bi-figure .imagas_errors {
  margin-left: 15px;
  position: absolute;
  top: calc(100% + 5px);
  width: auto;
  font-size: 12px;
  left: -19px;
  background: #fff;
  min-width: 268px;
  line-height: 16px;
}
.advanceSearchForm .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td,
.table-bordered {
  border-color: #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px 13px;
}
.label,
th {
  font-weight: normal;
  font-family: "Barlow Condensed" !important;
  font-weight: 500;
}
.dataTables_wrapper .table-bordered > thead > tr > th {
  border-bottom-width: 0px;
}
.dataTables_length select {
  border: 1px solid #ccc;
  background: no-repeat;
  height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  margin: 0 5px;
}
.dataTables_wrapper td:last-child > span {
  margin-right: 12px;
}
.modal-body,
.modal-header {
  padding-left: 20px;
  padding-right: 20px;
}
.modal-header .close {
	margin-top: 0px;
	position: absolute;
	right: 15px;
	top: 7px;
	opacity: 1;
	font-size: 34px;
}
.modal-body .modal-footer {
  padding-left: 0px;
  padding-right: 0px;
}
div.dataTables_wrapper div.dataTables_filter input {
  height: 40px;
  border-radius: 4px;
}
input {
  outline: none;
}
.inputInline input {
  margin-right: 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #2a4d7f !important;
  color: #fff !important;
}
small.label {
  padding-top: 4px;
  padding-bottom: 4px;
  height: 24px;
  font-family: "Barlow Condensed";
  display: inline-flex;
}
.noneedtoshort {
  min-width: 150px;
}
textarea {
  max-height: 200px;
}
.desc_editor > div:nth-child(2) {
  max-height: 300px;
}
.InnerPages .validate.form-horizontal {
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
}
.InnerPages .validate.form-horizontal .box-body {
  width: 50%;
}
.InnerPages .validate.form-horizontal .box-body.box-body-full {
  width: 100%;
}
.InnerPages .validate.form-horizontal .box-body .col-sm-4:not(.col-sm-4-no) {
  width: 100%;
}
.InnerPages .validate.form-horizontal > .box-body:last-child {
  width: 100%;
}
.InnerPages.InnerPages_show .validate.form-horizontal .box-body {
  padding-top: 10px;
  padding-bottom: 10px;
}
.InnerPages.InnerPages_show .validate.form-horizontal .box-body .form-group {
  margin-bottom: 0px !important;
}
.box-body-full {
  min-width: 100%;
}
#neededfield,
#all_fields,
#erp_endpoint {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#all_fields > span {
  width: 100%;
}
.radio_formGroup > div {
}
.has_download {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.has_download a {
  margin-left: 15px;
}
.Logo_wrap img {
  max-width: 100px;
  border: 1px solid #eee;
  margin-top: 15px;
}
.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.Editor-container {
  margin-top: 0 !important;
}
.plus_wrapField {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.plus_wrapField {
}
.plus_wrapField_input {
  flex: 1;
  margin-right: 15px;
}
.plus_wrapField .btn {
  height: 40px;
  width: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#addmoredata,
#addmoreimagehtml {
  width: 100%;
}
.InnerPages
  form.validate.form-horizontal
  .box-body
  .col-sm-4
  span.multiselect-native-select {
  width: 100%;
}
.InnerPages
  form.validate.form-horizontal
  .box-body
  .col-sm-4
  span.multiselect-native-select,
.multiselect-native-select .btn-group,
.multiselect-native-select .btn {
  width: 100%;
}
.form-group-haveDropdown .multiselect-selected-text {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.all_images .col-sm-2 {
  width: 130px;
  padding-left: 0;
}
.all_images .delete_mdeia {
	position: absolute;
	right: 0;
	bottom: -8px;
	background: #fff;
	border-radius: 50%;
	width: 18px;
	height: 18px;
	font-size: 10px;
	line-height: 100%;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	z-index: 9999999;
	left: 0;
	margin: 0 auto;
	z-index: 999;
	border: 1px solid red;
}
.all_images .delete_mdeia .fa::before{ position: relative; left:0.5px; top: -0.5px;}
.all_images .delete_mdeia a {
  color: red;
}
.viewPage_01 .form-group {
  margin-bottom: 0;
}
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border-color: #d2d6de !important;
}
.select2-container .select2-selection--multiple {
  min-height: 40px !important;
  border-color: #d2d6de !important;
}
.careerOptionTable td:first-child img {
  margin-right: 8px;
}
input[type="file"] ~ img {
  max-width: 50px;
  max-height: 50px;
  width: auto;
  height: auto;
}
.pt-10px {
  padding-top: 10px !important;
}

.InnerPages input[type="file"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 7px 12px 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  height: 40px;
}
.img_max_80 img {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}
.has_download_btn {
  display: flex;
  align-items: center;
}
.has_download_btn a {
  margin-left: 15px;
}
.form_row_02 .form-group {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
.form_row_02 .form-group div {
  flex: 1;
  width: auto;
  max-width: 300px;
  min-width: 125px;
}
.form_row_02 .form-group .render_attribute {
  display: flex;
  min-width: 320px;
}
.add_more_remove_btn_text,
.add_more_remove_btn_text:focus {
  padding: 0;
  text-decoration: none;
  color: #ca3b69;
  text-decoration: underline;
}
.add_more_remove_btn_text:hover {
  color: #10306a;
  text-decoration: underline;
}
.add_more_remove_btn_text i {
  opacity: 0;
  display: none;
}
.form_row_02 {
  position: relative;
}
form.validate .box-body.form_row_02 {
  padding: 5px 0 20px 0;
}
.form_row_02 .remove_element {
  position: absolute;
  bottom: 7px;
}
a {
  transition: all 0.3s ease;
}
.text-left {
  text-align: left !important;
}
.form-horizontal.text-left .control-label {
  text-align: left !important;
  margin-bottom: 5px;
}
.multiselect-native-select .btn {
  height: 40px;
  text-align: left;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
label.error:empty {
  display: none;
}
.action_th_w {
  min-width: 100px;
}
.nav-tabs-custom .user-block .username {
  font-weight: normal;
}
.shadow-none {
  box-shadow: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  text-align: left;
}
.ImportForm_position {
  position: absolute;
  display: inline-flex;
  right: 290px;
}
.ImportForm_position .ImportForm {
  margin: 0 6px !important;
}
.PopAccor-body .box.box-primary {
  padding-left: 0;
  padding-right: 0px;
}
.table-panel:last-child table {
  margin-bottom: 0px;
}
.action-sticky table {
  border-right: none !important;
}
.action-sticky table td:not(:first-child) {
  min-width: 200px;
}
.action-sticky table tr th:nth-last-child(2),
.action-sticky table tr td:nth-last-child(2) {
  border-right: none;
}
.action-sticky table tr th:last-child,
.action-sticky table tr td:last-child {
  right: 0px;
  border-left: none !important;
  border-right: none !important;
  /* box-shadow: 0px 1px 0px 1px #ddd; */
  width: auto !important;
  max-width: inherit !important;
}
.action-sticky table tr th:last-child::before,
.action-sticky table tr td:last-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.list-table--action {
  display: flex;
  gap: 3px;
  position: relative;
  z-index: 2;
}
#minimum_addmission_requirements_data .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.checkbox_firstTD th:first-child,
.checkbox_firstTD td:first-child {
  max-width: 80px;
  min-width: inherit;
}

.otp-show-boxes span {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  font-weight: normal;
}

.otp-show-boxes span label {
  font-family: "google_sansmedium" !important;
  padding: 10px 0px 0px;
  margin-bottom: 0px;
}

.copyKey.copied {
  background-color: #4caf50; /* Green background */
  color: white;
  border-radius: 50%;
}

.removeAction {
  color: red;
  text-decoration: underline;
  left: 20px;
  bottom: 0 !important;
}

#guardianFieldsTemplate {
  padding-bottom: 10px;
}
.m-0 {
  margin: 0px !important;
}
#sms-container {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (min-width: 768px) {
  .sidebar-mini.sidebar-collapse .main-header .logo {
    width: 64px;
    margin-left: 5px;
    margin-top: 3px;
  }
  .navbar-nav > li {
    margin-left: 1px;
  }
  .form-horizontal .showFormGroup-01 .control-label {
    padding-top: 0;
  }
  .viewPage_02 .form-horizontal .control-label {
    padding-top: 0 !important;
  }
  .sidebar-mini.sidebar-collapse .content-wrapper,
  .sidebar-mini.sidebar-collapse .right-side,
  .sidebar-mini.sidebar-collapse .main-footer {
    margin-left: 70px !important;
    z-index: 840;
  }
}
/* UI Fixes End */

/* Responsive Start */

@media (max-width: 1199px) {
  .topBar1 {
	flex-direction: column;
	justify-content: space-between;
	align-items: start !important;
}

  .DynamicListCard {
	margin: 0 15px 15px;
}
  .box-institution-panel .row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
  }
  .box-institution-panel .row > div {
    width: 100%;
  }
  .box-institution-panel .row .bi-control-main,
  .bi-control-main .img-div {
    flex-direction: column;
    align-items: start;
  }
  .box-institution-panel .row .bi-control-main > *:not(.bi-figure) {
    width: 100%;
  }
  .list-table--action {
    gap: 0;
  }
  .box-body .control-label {
    margin-bottom: 10px;
    text-align: left;
  }
  .box-body .showFormGroup .control-label {
    margin-bottom: 0;
  }
  .dash-btns {
    text-align: left;
  }

  .ExportToWrap {
    justify-content: start;
    align-items: center;
  }
  .dataTables_info_bottom .dataTables_info {
    margin-bottom: 15px;
    position: relative;
    top: 0;
  }

  .ExportToWrap {
    margin-top: 15px;
  }
  .box-institution-panel .box-body {
    margin-bottom: 15px;
  }
}

@media (max-width: 992px) {
  .blankLabel{ display: none;}
  .plus_wrapField{ width: 100%;}
  .ImportForm_position {
    position: static;
    vertical-align: top;
    margin-bottom: 12px;
  }
  .InstitutionPerposr-form {
    flex-direction: column;
    align-items: start !important;
  }
  .InstitutionPerposr-form .control-label {
    margin: 0 0 8px 15px;
  }

  .InnerPages .validate.form-horizontal .box-body {
    width: 100%;
  }
  .on-mobile-frm {
    margin-top: 0px !important;
  }
}

.on-mobile-frm {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .search-box {
    width: calc(100% - 45px);
    display: inline-block;
    border: 1px solid #ddd;
    float: right;
    position: relative;
    right: 30px;
    margin-top: 10px;
  }
  .content-header > .breadcrumb {
    margin-top: 11px;
  }
}

@media (max-width: 767px) {
  .modal-header .close {
	top: 12px;
}
  .box-header {
	padding: 15px 15px;
}
  .bookingdetailPop table{ min-width:768px;}
  .mb-mobile-15px{ margin-bottom: 15px !important;}
  .action-sticky + span {
  padding-top: 10px;
  display: inherit;
}
  .advanceSearchForm,
  .content-wrapper > .content .box.box-primary {
    border-radius: 10px;
  }

  .ImportForm_position {
    margin-top: 10px;
  }

  .popup-panel .modal-dialog {
    width: calc(100% - 20px);
    max-width: inherit;
  }
  .box-institution-panel {
    padding: 5px 0 0;
  }
  .action-sticky table tr th:last-child,
  .action-sticky table tr td:last-child {
    max-width: 130px !important;
  }
  .list-table--action {
    flex-wrap: wrap;
  }
  .action-sticky.long_actions table tr th:last-child,
  .action-sticky.long_actions table tr td:last-child {
    max-width: 150px !important;
    min-width: 150px !important;
  }
  label:empty {
    display: none;
  }

  .pagination {
    margin: 5px 0 10px 0;
  }
  .pagination > li {
    display: inherit;
  }

  .box.box-primary {
    padding-left: 5px;
    padding-right: 0;
  }
  .skin-blue .main-header-v2 .sidebar-toggle {
    padding: 3px 15px;
  }
  .main-header .navbar-custom-menu,
  .main-header .navbar-right {
    float: right;
    margin-top: 3px;
  }
  .skin-blue .main-header-v2 .user-menu > a {
    padding: 0;
    border: none;
  }
  .navbar-nav > .user-menu .user-image {
    width: 38px;
    height: 38px;
    margin: 0;
  }
  .skin-blue .main-header .navbar .dropdown-menu li a {
    color: #000;
  }
  .sidebar-mini.sidebar-collapse .main-sidebar {
    width: 70px !important;
  }
  .main-sidebar {
    width: 250px;
    min-height: calc(100% - 60px);
    transform: translate(-250px, 0);
  }
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(250px, 0);
    -ms-transform: translate(250px, 0);
    -o-transform: translate(250px, 0);
    transform: translate(250px, 0);
  }

  .sidebar-menu li > a > .fa-angle-left,
  .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    margin-right: 4px;
  }
  .main-footer {
    margin-left: 0;
    padding-left: 30px;
  }
  .main-header-v2 {
    display: flex;
  }
  .main-header-v2 .navbar {
    display: flex;
    justify-content: end;
  }
  .main-header-v2 {
    max-height: 60px;
  }
  .main-sidebar {
    padding-top: 0 !important;
    margin-top: 59px;
  }
  .DynamicListCardHeader {
    font-size: 18px;
    line-height: 130%;
  }
  .main-sidebar {
    padding-top: 100px;
  }

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

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

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

  .select2-container {
    width: 100%;
  }

  .form-log-main {
    padding: 0 15px;
  }

  .form-login-div {
    padding: 30px;
  }

  .data-details .box.box-primary .box-body {
    padding: 10px 10px;
  }

  .modal-otp {
    margin: 0;
    padding: 15px;
    max-width: 100%;
  }

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

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

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

  .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); */
  }
  .Form_top {
    padding-right: 0px;
    /* padding-top: 45px; */
  }
  .ADD-right-btn {
    top: 15px;
  }
  .box-header {
    padding:15px 10px;
  }
  .Show-entries-table .dataTables_length,
  .no-padding-h .dataTables_length {
    position: sticky;
    left: 0 !important;
  }
  .dataTables_info {
    margin-bottom: 18px;
  }
  .form_top_button {
    margin-top: 5px;
  }
  .form-group-flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-group-flex * {
    width: 100%;
  }
  .addExistingWrap-btn a {
    margin-bottom: 10px;
  }
  .ps-sm-0px {
    padding-left: 0px !important;
  }
}
.skin-blue .main-header .logo {
  width: 125px;padding-top: 7px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
.pl-15px {
  padding-left: 15px !important;
}
.pl-20px {
  padding-left: 20px !important;
}
.pl-25px {
  padding-left: 25px !important;
}
.advance-filter {
  background: #ca3b69 !important;
  border-color: #ca3b69 !important;
  height: 40px;
}
.advance-filter-02 {
  float: none;
  vertical-align: top;
}
.btn-inlines {
  display: flex;
  justify-content: end;
  align-items: start;
  flex-wrap: wrap;
  gap: 5px;
}
.btn-inlines > * {
  margin: 0 2px !important;
}
.ImportForm {
  margin: 0 17px !important;
}
.mt-0px {
  margin-top: 0px !important;
}
.pb-0px {
  padding-bottom: 0px !important;
}
.pt-0px {
  padding-bottom: 0px !important;
}
.mb-0px {
  margin-bottom: 0px !important;
}

.file-upload-btn-02 {
  border-radius: 3px;
  height: 40px;
  padding-top: 4px;
}
.file-upload-btn.file-upload-btn-02 .buttons {
  border-radius: 0 3px 3px 0;
}
.ImportForm .form-group {
  margin-bottom: 0px;
}
.advanceSearchForm {
  margin-top: 10px;
  margin-bottom: 15px;
}
.pt-15px {
  padding-top: 15px !important;
}
.search-box-rt-15px {
  right: 15px;
}
.search-box-rt-0px {
  right: 0px;
}
.align-item-center {
  align-items: center !important;
}

.showFormGroup .form-control {
  min-width: 80px;
}
.vertical-top {
  vertical-align: top;
}
.position-static {
  position: static;
}

.read-more-show {
  cursor: pointer;
  color: #ed8323;
}
.read-more-hide {
  cursor: pointer;
  color: #ed8323;
}

.hide_content {
  display: none;
}
.toolbar-sorter {
  border: 1px solid #ddd;
  padding: 7px;
  margin-left: 10px;
  border-radius: 3px;
  display: flex;
  align-items: center;
}
.toolbar-sorter input[type="checkbox"] {
  margin-top: 0 !important;
}
.toolbar-sorter select {
  border: 0 !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.adv-filter-stu {
  margin-left: 3px;
}
.advanceSearchForm form .select2-container {
  width: 100% !important;
}
/* span#multiselect-error{
  position: relative;
    left: 227px;
} */

.help-block {
  color: red;
  margin-top: 0;
  margin-bottom: 0;
}
.margin-right20px {
  margin-right: 20px;
}
.mr-1 {
  margin-right: 0.25rem;
}
