
body {
  margin: 0;
  padding: 0;
  font-family: 'Muli', sans-serif;
    font-size: 14px;
    font-weight: 500;
}
body a {
  color: #A22531;
}
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
}

.header-style2 .header-top2 {
  background-color: #a22531;
  height: 40px;
}

#header {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: block;
  padding-bottom: 5px;
}
.header-style2 {
  position: relative;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.header-style2 .header-bottom .header-logo {
  position: relative;
  margin-top: -45px;
}
.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.naac-accredited {
  color: #fff;
  font-weight: 600;
  padding: 9px 0 0 30px;
}
.top-social {
  margin: 9px 0;
}
.top-bar-right-container {
  display: flex;
  margin-left: 25px;
  gap: 20px;
  align-items: center;
  color: #fff;
  font-size: 12px;
  justify-content: flex-end;
}
ul.social-icons {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: flex;
  align-items: center;
}
ul.social-icons>li {
  display: inline-block;
  margin: 0px 8px;
  font-size: 15px;
}
ul.social-icons>li.username {
  font-style: italic;
}
.top-social ul.social-icons li>a {
  color: #fff;
  font-size: 15px;
  align-items: center;
  display: flex;
  text-decoration: none;
}
.top-social ul.social-icons li>a span {
  font-size: 22px;
}
.top-social ul.social-icons li>a:hover {
  text-decoration: none;
}
.header-style2:before {
  content: "";
  height: 100%;
  width: 8px;
  display: inline-block;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5;
}
.header-style2 .header-bottom .header-logo .logo {
  padding: 15px 25px 5px 10px;
  background-color: #fff;
}
.header-style2 .header-bottom .header-logo:before {
  content: url(../images/shadow2.png);
  display: inline-block;
  height: 0;
  position: absolute;
  right: 15px;
  top: -20px;
  width: 0;
  z-index: 3;
}
.header-style2 .header-bottom .header-logo .logo .logo-image {
  margin: auto;
}
.logo-image {
  height: auto;
}
.portal-heading {
  padding-left: 40px;
  font-size: 34px;
  padding-top: 18px;
  font-weight: 800;
  line-height: 50px;
}
.footer {
  background-color: rgba(0, 0, 0, 0.9);
  color: #ddd;
  padding: 10px 25px;
  font-size: 12px;
}
.contain-wrapper {
  min-height: 83.3vh;
  padding:40px 0 20px;
}
table {
  width: 99% !important;
}
.dataTables_filter { margin-bottom: 10px !important;}
.dataTables_wrapper .dataTables_paginate {
  margin-top: 5px !important;
}
table.dataTable thead th {
  border-bottom: 1px solid #bbb !important;
  background-color: #272f54;
  color: #fff;
}
table.table-bordered > tbody > tr > td{
  border:1px solid #ddd;
  padding: 5px 10px;
}
table.dataTable thead th, table.dataTable thead td {
  padding: 5px 10px !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  background: #272f54 !important;
  color: #ffffff !important;
  border: 0px !important;
}
.btn {
  padding: 0px 6px 0px;
  outline: none;
  background-color: transparent;
  line-height: 15px !important;
}
.btn:hover {
  background-color: transparent;
}
table .btn {
  line-height: 10px !important;
}
.btn-action {
  background-color: transparent;
  padding: 0px 3px 0px;
  cursor: pointer;
  border: 0;
}
.btn:focus, .btn-action:focus {
  box-shadow: none;
  outline: none;
}
.dropdown-item {
  border-bottom: 1px solid rgba(0,0,0,0.02);
  cursor: pointer;
  display: flex;
  align-items: center;
  gap:6px;
  padding: 10px 20px;
}
.btn-upload {

}
.btn-upload:hover {
  background-color: transparent;
  color: #a22531;
}

.btn-delete {
  color: #f00;
}

.form-check {
  text-align: center;
}

.btn-publish, .btn-unpublish {
  color: #272f54;
}
.btn-publish:focus, .btn-unpublish:focus {
  color: #272f54;
  border-color: transparent;
}

table.dataTable tbody th, table.dataTable tbody td {
  vertical-align: middle;
}
.form-check-input {
  position: relative;
  margin-top: 0px;
  width: 18px;
  height: 18px;
  border: 1px solid #272f54;
}
.mb-20 {
  margin-bottom: 20px;
}
.btn-add {
  background-color: #a22531;
  color: #fff;
  border: 0px solid #a22531;
  padding: 6px 12px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 5px;
}
.btn-add span {
  font-size: 22px;
}
.btn-add:focus {
  box-shadow: none;
  outline: 0;
}
.btn-add:hover {
  background-color: #272f54;
}
.modal-header {
  background-color: #272f54;
  color: #fff;
  padding: 0.5rem 1rem;
}
table.dataTable {
  border-collapse: collapse !important;
}
.btn-save {
  background-color: #a22531;
  color: #fff;
  padding: 6px 20px 5px;
  border-radius: 30px;
  border: 1px solid #a22531;
  cursor: pointer;
  font-weight: 700;
}
.btn-cancel {
  background-color: #fff;
  color: #272f54;
  padding: 6px 20px 5px;
  border-radius: 30px;
  border: 1px solid #272f54;
  cursor: pointer;
  font-weight: 700;
}
.btn-save:focus, .btn-cancel:focus {
  box-shadow: none;
  outline: 0;
}
.h4, h4 {
  font-size: 1.3rem;
}
.dropdown-item:focus {
  background-color: transparent;
  box-shadow: none;
  outline: none;
}
.card-title {
  text-align: center;
  font-weight: 700;
  background-color: #272f54;
  padding: 15px;
}
.card-title span {
  font-size: 70px;
  color: #fff;
}
.card-title h4 {
  font-size: 23px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0px;
}
.card label {
  display: flex;
  align-items: center;
  gap:5px;
  margin-bottom: 3px;
}
.theme-color {
  color: #a22531;
  font-weight: 900;
}
.mb-10 { margin-bottom: 10px;}

.form-check-input:checked {
  background-color: #272f54;
  border-color: #272f54;
}
.form-check-input:focus {
  box-shadow: 0 0 0 .25rem rgba(162, 37, 49,.25);
}
.btn-block {
  display: block;
}
.modal-body {
  max-height: 70vh;
  overflow-y: auto;
}
@media (max-width: 1366px) {
  .header-style2 .header-top2 .top-header2 #sidebar-top2 {
      padding-left: 280px !important;
  }
  .header-style2 .header-bottom .header-logo .logo .logo-image {
    height: auto;
  }
  .header-style2 .header-bottom .header-logo .logo {
    padding: 25px 5px !important;
  }
  .header-style2:before {
    width: 0;
  }
  .header-style2 .header-bottom .header-logo {
    max-width: 227px !important;
    flex: 227px;
  }
}

@media (min-width: 768px) {
  .header-style2 .header-top2 .top-header2 #sidebar-top2 {
      padding-left: 280px;
  }
  .header-style2 .header-bottom .header-logo {
    max-width: 255px;
    flex: 255px;
    padding: 0;
  }
  .header-style2 .header-bottom .header-logo {
    max-width: 255px;
    flex: 255px;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .header-style2 .header-top2 .top-header2 #sidebar-top2 {
      padding-left: 380px;
  }
  .header-style2 .header-bottom .header-logo {
    max-width: 355px;
    flex: 355px;
    padding: 0;
  }
  .header-style2 .header-bottom .header-logo {
    max-width: 355px;
    flex: 355px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .header-style2 .header-bottom .header-logo {
    margin-top: 0;
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .header-style2 .header-bottom .header-logo:before {
    content: '';
  }
}
@media (max-width: 576px) {
  .header-style2 .header-bottom .header-logo {
    margin-top: 0;
    flex: 0 0 80% !important;
    max-width: 80% !important;
    text-align: center;
    margin: 0 auto;
  }
  .portal-heading {
    padding-left: 0;
    text-align: center;
    padding-top: 0px;
    font-size: 30px;
  }
  .header-style2 .header-bottom .header-logo .logo {
    padding: 10px 5px !important;
  }
  .header-style2 .header-top2 .top-header2 #sidebar-top2 {
    padding-left: 0px !important  ;
  }
  .naac-accredited { display: none;}
}
.button-close{
  background-color: transparent;
  border: 0;
}
.page-link{
  color: #272f54;
}

.active>.page-link, .page-link.active{
 background-color: #272f54 !important;
 border-color: #272f54 !important;
}
.btn-inline{
  display: flex;
  gap: 10px;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 5px 10px !important;
}
.pagination {
  display: flex;
  justify-content: space-between;
}
.text-right {
  text-align: right;
}
.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
    padding-right: 20px;
}
.top-header .result-link { display: block; padding: 7px 15px;text-decoration: none; margin-bottom: 0px; color: #fff !important; background-color: #3d4465;border-radius: 3px; font-weight: 600; font-size: 18px;}
.top-header .result-link:hover { color: #fff; background-color: #a22531;}