.footer p, .navbar .nav-link, .mdc-data-table__header-cell, .mdc-data-table__cell{
    font-size: 12px !important;
}
.nav-pills .nav-link{
  font-size: 13px !important;
}
.navbar-vertical.navbar-expand-xs .navbar-nav .nav-link{
    padding-top: 7px;
    padding-bottom: 7px;
}
hr{
  margin: 10px 0px;
}
td{
  text-wrap: wrap !important;
}
.badge.count{ 
    color: #fff;    
    font-size: 10px;
    height: 20px;
    width: 20px;
    line-height: 8px;
    top: 0px;    
    position: absolute;
    padding: 5px 0px;

}
button{
    margin-bottom: 0px !important;
}
.input-group-text{
    z-index: 0;
}
.sidenav{
    z-index: 1;
}
.sidenav .navbar-brand{
    padding: 0px;
}
.navbar-vertical .navbar-brand>img, .navbar-vertical .navbar-brand-img{
    max-height: 50px;
}
.fixed-plugin .card{
    z-index: 999999;
}
.navbar-vertical.navbar-expand-xs .navbar-collapse{
    height: calc(100vh - 160px);
}
.my-alert-danger{
    background-color: #eda3b3 !important;
    color: white !important;
    width: 100%;
}
.my-alert-success{
  background-color: #4a9e6d !important;
  color: white !important;
  width: 100%;
}
small{
    font-size: 11px;
}
.welcome_msg{
    font-size: 13px;    
    text-align: center;
}
.mdc-data-table{
    width: 100%;
    border: 0px;
    padding: 5px;
}
.mdc-data-table .form-control{
    display: inline;
    width: auto;
}
.mdc-data-table .pagination{
    display: inline;
}
.mdc-data-table .pagination button{
    font-size: 12px;
}
div.dataTables_wrapper div.dataTables_info{
    font-size: 12px;
    font-weight: bold;
}
.mdc-data-table div.dt-buttons{
    position: absolute;
    top: 59px;
}
.mdc-data-table button.dt-button, div.dt-button, a.dt-button, input.dt-button{    
    border-radius: 0.5rem;
    background: white;    
    background-size: 150%;
    background-position-x: 25%;    
    font-size: 11px;
}
.mdc-data-table .mdc-data-table__cell .btn, .table .btn{
    margin-bottom: 0px;
    padding: 6px 12px;
}
.mdc-data-table .mdc-button--raised:not(:disabled), .mdc-button--unelevated:not(:disabled){
    background-color: #8392ab;
    padding: 0px;
}

.navbar-vertical .navbar-nav .nav-item .nav-link .icon i{
    margin-bottom: 5px;
    color: #333;
    font-size: 15px;
}
.navbar-vertical .navbar-nav .nav-item .nav-link.active i{
    color: white;
}
.input-group .input-group-text.last{
  right: 0px;
  height: 100%;
}

#alert_bar {
    z-index: 999999999;
    font-size: 16px;
    color: #333;    
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 40px;
    width: 80%;
    border-radius: 8px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
}
.top_alert_counter {
    font-weight: bold;
    border: 1px solid;
    padding: 0px 10px;
    margin: 0px 10px;
    border-radius: 100px
}

.select2-container--default .select2-selection--multiple, .select2-container--default .select2-selection--single{
    border-radius: 0.5rem;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    border-left-width: 1px;
}
.select2-container .select2-selection--single{
    padding: 0.5rem 1rem 0.5rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    height: 42px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px;
}

.modal-backdrop{
  width: 100%;
  height: 100%;
}
.ui-datepicker-inline{
  width: 100% !important;
}
/* ================================================== */
/* Search Result filter nav */
.shuffle-btn-group {
  display: inline-block;
  margin: 20px 0 50px;
  width: 100%;  
}

.shuffle-btn-group label {
  display: inline-block;
  color: #212121;
  font-size: 14px;
  padding: 6px 0px;  
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0px 15px;
}

@media (max-width: 1200px) {
  .shuffle-btn-group label {
    padding: 3px 18px;
  }
}

@media (max-width: 991px) {
  .shuffle-btn-group label {
    padding: 3px 7px;
    font-size: 12px;
  }
}

.shuffle-btn-group label.active {
  border-bottom: 2px solid gainsboro;  
}

.shuffle-btn-group label input {
  display: none;
}

/* Project shuffle Item */
.shuffle-item {
  padding: 0;
}

.shuffle-item .project-img-container {
  position: relative;
  overflow: hidden;
}

.shuffle-item .project-img-container img {
  -webkit-transform: perspective(1px) scale3d(1.1, 1.1, 1);
          transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover img {
  -webkit-transform: perspective(1px) scale3d(1.15, 1.15, 1);
          transform: perspective(1px) scale3d(1.15, 1.15, 1);
}

.shuffle-item .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: '';
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover:after {
  opacity: 1;
}

.shuffle-item .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #e27dd4;
  color: #fff;
  opacity: 0;
  -webkit-transform: perspective(1px) scale3d(0, 0, 0);
          transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  -webkit-transform: perspective(1px) scale3d(1, 1, 1);
          transform: perspective(1px) scale3d(1, 1, 1);
}

.shuffle-item .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}

.shuffle-item .project-img-container .project-item-info-content {
  opacity: 0;
  -webkit-transform: perspective(1px) translate3d(0, 15px, 0);
          transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title {
  font-size: 20px;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
  color: #fff;
}

.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
  color: #e27dd4;
}

.shuffle-item .project-img-container .project-item-info-content .project-cat {
  background: #e27dd4;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}

.shuffle-item .project-img-container:hover .project-item-info-content {
  opacity: 1;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0);
          transform: perspective(1px) translate3d(0, 0, 0);
}

