/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template-overviews/simple-sidebar)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
 *{
  font-family: 'Times New Roman', Times, serif;
}
body {
  overflow-x: hidden;
}
.user_card{
  /* height: 400px;
  width: 350px; */
  margin-top: auto;
  margin-bottom: auto;
  background: #6c757d47;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 5px;

}

#sidebar-wrapper {
  min-height: 115vh;
  margin-left: 0px;
  -webkit-transition: margin .25s ease-out;
  -moz-transition: margin .25s ease-out;
  -o-transition: margin .25s ease-out;
  transition: margin .25s ease-out;
}
#sidebar-wrapper .enuee {
  display: none;
}
#sidebar-wrapper .list-group {
  width: 3rem;
}
#sidebar-wrapper .sidebar-heading {
padding: 21px 16px;
font-size: 1rem;
/* width: 25px; */
}
#page-content-wrapper {
  min-width: 100vw;
}
#wrapper{
  width: 114%;
}
#wrapper.toggled #sidebar-wrapper {
  margin-left: 0;
}
.for_mobile{
  display: flex;
}
.modal-dialog{
  max-width: 1050px !important;
}
.modal-content{
  background-color: cadetblue !important;
}
@media (min-width: 768px) {
  #sidebar-wrapper {
    margin-left: 0;
  }
  #page-content-wrapper {
    min-width: 0;
    width: 100%;
  }

  #wrapper.toggled #sidebar-wrapper {
    margin-left: -15rem;
  }
}
@media (min-width:640px)  {
  #sidebar-wrapper {
    min-height: 100vh;
    /* margin-left: -15rem; */
    margin-left: 0rem;
  }
  #sidebar-wrapper .sidebar-heading {
    padding: 0.875rem 1.25rem;
    font-size: 1.2rem;
  }
  
  #sidebar-wrapper .list-group {
    width: 15rem;
  }
  #sidebar-wrapper .enuee {
    display: contents;
  }
  #wrapper{
    width: 100%;
  }
 
}
@media (max-width:701px)  {
  .reg_text{
    font-size: 24px !important;
  }
}

.currentpage {
  margin-right: 5px;
  border: 1px solid black;
  background-color: #818182;
}
.page {
  margin-right: 5px;
  border: 1px solid black;
  background-color: #818182;
}
.prev {
  margin-right: 5px;
  border: 1px solid black;
  background-color: #818182;
}
.next {
  border: 1px solid black;
  background-color: #818182;
}
.pagination .currentpage a {
  margin: 5px;
    color: white;
}
.pagination .page a {
  margin: 5px;
    color: white;
}
.pagination .prev a {
  margin: 5px;
    color: white;
}
.pagination .next a {
  margin: 5px;
    color: white;
}