body {
  background-color: #fbfbfb;

  background-image: linear-gradient(#fcfcfc, #fbfbfb, #f5f5f5, #f0f0f0);

  font-family: Poppins;

  overflow-x: hidden;
}

/*ADDED BY UROOJ ON 25-FEB-2022 - START*/
label.form_label_01 {
  color: #6f0010;
  text-shadow: 2px 2px 2px #ececec;
  margin-bottom: 2px;
  margin-top: 10px;
}
legend {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-top: 0;
  padding-bottom: 0;
}
.text-semibold {
  /* background: #f1f1f1; */
  background: rgb(240, 240, 240);
  background: linear-gradient(
    90deg,
    rgba(240, 240, 240, 1) 0%,
    rgba(255, 255, 255, 1) 100%,
    rgba(0, 212, 255, 1) 100%
  );
  padding: 0 5px 0px 5px;
  line-height: 1.5;
  border: 0;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #f1f1f1 !important;
  border: 1px solid #aaa !important;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #f00 !important;
  font-size: 1.3em !important;
  font-weight: normal !important;
  padding: 0 10px 0 0 !important;
}
.sidebar-main {
  width: 260px;
}
/*ADDED BY UROOJ ON 25-FEB-2022 - END*/
.page-content {
  background-color: #fbfbfb;

  background-image: linear-gradient(#fcfcfc, #fbfbfb, #f5f5f5, #f0f0f0);
}

.sidebar {
  background-color: #242956;
}

/* .ftdiv {

  position: relative;

} */

#modalAddHelp {
  z-index: 99999999999;
}

.panel {
  border: solid 1px #e4e4e4;

  background-color: rgba(255, 255, 255, 1);

  border-radius: 25px;

  box-shadow: none;
}

.panel-heading {
  border-top-right-radius: 25px;

  border-top-left-radius: 25px;
}

.navbar {
  background-color: #fff;

  box-shadow: 2px 2px 5px #d5d5d5;

  position: fixed;

  top: 0;

  right: 0;

  left: 0;

  z-index: 1030;

  padding: 5px 0px;

  min-height: 60px;
}

.page-container {
  margin-top: 60px;
}

h1,
h2,
h3,
h4,
h5 {
  font-size: 20px;

  color: #263238;

  font-family: Montserrat;
}

.page-title h4 {
  font-weight: 500;
}

/* .content-wrapper {

  background-color: #fbfbfb;

  background-image: linear-gradient(#fcfcfc, #fbfbfb, #f5f5f5, #f0f0f0);

} */

.school_mgt_label {
  color: #242956;

  font-weight: 800;

  font-family: "Montserrat", sans-serif;

  margin-left: 0%;

  font-size: 28px;
}

.navbar-inverse .navbar-collapse {
  text-align: center;
}

.navbar-inverse .navbar-nav > li > a {
  color: #323232;
  background-color: #fff;
}

.navbar-inverse {
  border-color: #fff;

  background-color: #fff !important;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: #323232;

  background-color: #fff;
}

.page-header-default {
  margin-bottom: 2rem;
}

a {
  color: #005b9a;
}

/* a:hover {

  color: #ff3e81;

} */

img.login_win_logo {
  max-height: 100px;

  margin-bottom: 15px;
}

/*SELECT2 WIDTH ISSUE SOLUTION*/

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

  padding: 0;
}

ul.breadcrumb li a {
  color: #005b9a;
}

.ftcontent {
  background-color: #242956 !important;
}

footer a,
footer a:hover,
footer a:visited,
a:focus {
  color: #bae0fd;
}

.btn {
  border-radius: 100px !important;

  padding: 0.5rem 1rem;
}

.panel-default.yearly_calendar .panel-title > a {
  color: #005b9a;
}

.navigation .navigation-header {
  padding: 15px 20px 5px 20px;

  font-size: 1.25rem;
}

.navigation .navigation-header a {
  border-left: solid 1px #afafaf;

  padding-left: 6px;

  /* margin-left: 5px; */
}

.error {
  color: #f44336;
}

#curActiontitile {
  font-weight: bold;
}

.copyright-area {
  padding: 7px 0;
}

.blog-section-right-bg {
  position: absolute;

  bottom: 0%;

  right: 0%;
}

.content {
  position: relative;
}

.blog-section-left-bg {
  bottom: 0px;

  left: -20%;

  position: absolute;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand > img {
  height: auto;

  margin-top: 0;

  max-height: 45px;
}

.navbar-header {
  min-width: auto;
}

/**NOTE EDITOR**/

.panel.note-editor {
  border-radius: 0 !important;
}

.panel.note-editor .note-btn.btn {
  border-radius: 0 !important;
}

.bootstrap-select .btn {
  border-radius: 3px !important;
}

marquee.announcement {
  border-radius: 40px;

  margin-bottom: 2rem;

  background: #d7e6f1;

  color: #333;
}

/* .nav > li {
  display: inline-block;
} */

.navbar-nav > li > .dropdown-menu {
  margin-top: 9px;
}

.navbar-right .dropdown-menu {
  right: 5px;
}

/* .page-header-content {

  border-bottom: solid 1px #e4e4e4;

} */

/* .page-header-default .breadcrumb-line:not([class*="bg-"]) {

  background-color: transparent;

  float: left;

  width: 75%;

}

.breadcrumb-line {

  border-top: 0;

}

.above-content {

  border-top: 0;

}

.page-header-default .breadcrumb-line:first-of-type + .above-content {

  float: none;

  width: 100%;

} */

table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > td:first-child::before,
table.dataTable.dtr-inline.collapsed
  > tbody
  > tr[role="row"]
  > th:first-child::before {
  top: 30%;

  height: 20px;

  width: 20px;

  border: 0px;

  line-height: 21px;

  content: "+";

  background-color: #31b131;

  font-size: 20px;

  font-weight: bold;

  box-shadow: none;
}

#overlay_text .spinner {
  color: #f34080;
}

#overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

#overlay_text {
  color: #f34080;
}

.modal-content {
  border-radius: 25px;
}

.navigation > li.active > a,
.navigation > li.active > a:focus,
.navigation > li.active > a:hover {
  background-color: #4d5070;
}

.att_pres,
.att_late,
.att_abse {
  border-radius: 10px;
}

td.att_pres,
td.att_late,
td.att_abse {
  border-radius: 0px;
}

.sidebar-user + .sidebar-category .navigation {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .navbar-brand > img {
    max-width: 250px;
  }

  .navbar-inverse
    .navbar-nav
    .open
    .dropdown-menu
    a:not(.label-flat):not(.badge-flat):not(.disabled > a) {
    color: #333;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: rgb(255, 255, 255);
  }

  .page-header-default .breadcrumb-line:not([class*="bg-"]) {
    width: 100%;

    vertical-align: unset;
  }

  .sidebar-user + .sidebar-category .navigation {
    margin-bottom: 0px;
  }
}

.cardreminder {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;

  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header-reminder {
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-body-reminder {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.cardh2 {
  margin: 5px;
}
