/* prettier-ignore */ /**=====================
 custom CSS Start
==========================**/
.grc-bg-yellow {
  background-color: #FBFF00 !important;
}

.grc-bg-blue {
  background-color: #0070C0 !important;
}

.grc-bg-purple {
  background-color: #9247F7 !important;
}

.grc-bg-orange {
  background-color: #F8D66D !important;
  color:#000!important;
}

.grc-bg-red {
  background-color: #FF0000 !important;
}

.grc-bg-green {
  background-color: #00B050 !important;
}

.grc-bg-theme {
  background-color: #36405E !important;
}

.grc-badge {
  padding: 0.44em 0.7em;
  font-weight: 500;
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  font-size: var(--bs-badge-font-size);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 5px;
}

.list-avatar {
  width: 30px;
  border-radius: 50%;
}

.icon-edit {
  width: 30px;
  border-radius: 50%;
}

.icon-square {
  width: 25px;
}

.controls-page {
  font-size: 14px;
}
.controls-page .card {
  margin-bottom: 30px;
}
.controls-page table {
  position: relative;
}
.controls-page table th {
  position: sticky;
  top: 0;
}
.controls-page table tbody tr td:first-child {
  padding-left: 0.5rem;
}
.controls-page .unique_id_child, .controls-page .unique_id_parent {
  position: absolute;
  top: -15px;
  left: -15px;
  background: #36405E;
  color: #ffffff;
  z-index: 10;
  padding: 3px 10px;
}
.controls-page .unique_id_child::before, .controls-page .unique_id_parent::before {
  z-index: 1;
  position: absolute;
  top: 20px;
  left: 3px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-left: 16px solid #36405E;
  border-bottom: 7px solid transparent;
  content: "";
  transform: rotate(45deg);
}
.controls-page .unique_id_child {
  background: #36405E;
}
.controls-page .unique_id_child::before {
  border-left: 16px solid #36405E;
}
.controls-page .unique_id_parent {
  background: #53bda5;
}
.controls-page .unique_id_parent::before {
  border-left: 16px solid #53bda5;
}
.controls-page .tab-content .nav .nav-item a {
  cursor: pointer;
}
.controls-page .tab-content .nav .nav-item a.active {
  background: #36405e;
  color: #ffffff;
}
.controls-page .form-label {
  padding-left: 0;
}

.gradient-circle-box {
  width: 40px;
  height: 40px;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #1967a9, #0a1832) border-box;
  border-radius: 50em;
  border: 5px solid transparent;
  text-align: center;
  justify-content: center;
  display: inline-block;
  align-self: center;
  align-items: center;
  vertical-align: middle;
  line-height: 30px;
}

.gradient-rect-box {
  width: 60px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  justify-content: center;
  display: inline-block;
  align-self: center;
  align-items: center;
  vertical-align: middle;
  line-height: 40px;
  color: #000;
  font-weight: bold;
}

[x-cloak] {
  display: none !important;
}

.circular-progress-bar {
  width: 80px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.outer {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  padding: 5px;
  box-shadow: 6px 6px 10px -1px rgba(0, 0, 0, 0.15);
}

.inner {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2), inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7), -0.5px -0.5px 0px rgb(255, 255, 255), 0.5px 0.5px 0px rgba(0, 0, 0, 0.15), 0px 12px 10px -10px rgba(0, 0, 0, 0.5);
}

circle {
  fill: none;
  stroke-width: 5px;
}

.circular-progress-bar svg {
  position: absolute;
  top: 10px;
  left: 10px;
}

/*Profile*/
.bg-royal-blue {
  transition: all 0.4s ease-in-out;
  background: radial-gradient(at 50% -20%, #004a43, #0a1832) fixed;
}

.sidebar-row h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px #fff solid;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.sidebar-contact-detail i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 50%;
}

.sidebar-contact-detail p {
  color: #fff;
}

.sidebar-social-icon i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #fff;
  border-radius: 50%;
}

.sidebar-row p {
  color: #fff;
}

.sidebar-row ul {
  padding: 0 0 0 20px;
  margin: 0;
  list-style: disc;
}

.sidebar-row ul li {
  color: #fff;
}

.designation {
  min-height: 80px;
}

.designation p {
  line-height: 25px;
  vertical-align: bottom;
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.profile-row h4 {
  color: #333;
  font-size: 20px;
  text-transform: uppercase;
  border-bottom: 1px #aaa solid;
  padding-bottom: 5px;
}

.profile-row h4 i {
  color: #666;
}

.profile-row h5 {
  font-size: 16px;
  margin: 0;
}

.profile-row ul {
  padding: 0 0 0 20px;
}

.btn-sm-view {
  padding: 0.2rem 0.3rem 0.3rem;
  font-size:10px;
  background-color:#1da099;
  color:white;
  margin-right:2.5px;
}
.btn-sm-edit {
  padding: 0.2rem 0.3rem 0.3rem;
  font-size:10px;
  background-color:#F5C26B;
  color:white;
  margin-left:2.5px;
  margin-right:2.5px;
}
.btn-sm-delete {
  padding: 0.2rem 0.3rem 0.3rem;
  font-size:10px;
  background-color:#FA8072;
  color:white;
  margin-left:2.5px;
}
.btn-sm-submit {
  padding: 0.2rem 0.3rem 0.3rem;
  font-size:10px;
  background-color:#AADC32FF;
  color:white;
  margin-left:2.5px;
  margin-right:2.5px;
}

.table th.text-center-important,
.table td.text-center-important,
 .table > thead > tr > th.text-center-important,
 .table > thead > tr > td.text-center-important,
 .text-center-important
{
  text-align:center !important;
  
}


.table th.text-left-important,
.table td.text-left-important,
 .table > thead > tr > th.text-left-important,
 .table > thead > tr > td.text-left-important,
 .text-left-important
{
  text-align:left !important;
  
}
.card-department .card-body, .card-discipline .card-body{
  padding: 15px 15px 5px;

}

    .card-discipline{
     
    }
    .card-department{

    }

/* .actions .d-flex{
justify-content: center;
} */

/*# sourceMappingURL=user.css.map */


