

/* .column {
  float: left;
  width: 25%;
  padding: 0 10px;
} */

.card {
  /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); */
  padding: 16px;
  text-align: center;
  background-color: #f1f1f1;
}

.card .author-social-icons {
  display: inline-block;
}

.author-biodata .author-social {
  display: inline-block;
}

.author-biodata .author-social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}

.author-biodata .author-social-icons li {
  display: inline-block;
}

.author-biodata .author-social-icons li:first-child a {
  margin-left: 0;
}

.author-biodata .author-social-icons li a {
  text-align: center;
  font-size: 16px;
  margin-left: -1px;
  padding-top: 0;
  display: block;
  margin-left: 20px;
}

.author-biodata .author-social-icons li a i {
  font-size: 20px;
}

p.disclaimer {
  /* padding: 10px; */
  font-size: 15px;
  color: red;
  opacity: 0.9;
}

.sticky {
  position: -webkit-sticky; /* for Safari */
  position: sticky;
  top: 0;
  align-self: flex-start; /* <-- this is the fix */
  /* background-color: red;  Not necessary -- for example only */
}

/* Remove extra left and right margins, due to padding */
/* .row {margin: 0 -5px;} */

/* Clear floats after the columns */
/* .row:after {
  content: "";
  display: table;
  clear: both;
} */

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #171616;
  background-color: #ffebeb;
  border-radius: 8px;
  height: 100%;
}
.nav-justified .nav-item {
  border: 2px rgb(221, 221, 221) solid;
  border-radius: 10px;
  margin-right: 14px;
  margin-left: 14px;
  margin-bottom: 24px;
}

.banner {
  border: 1px solid white;
  background-color: #ffebeb;
  border-radius: 10px;
  padding: 15px;
}

.banner-image-div {
  width: 60px;
}

.banner-image {
  width: 80%;
  height: 80%;
  float: left;
}

.banner-text {
  float: left;
  text-align: center;
  vertical-align: middle;
  /* padding-right: 90px; */
  padding-top: 15px;
  font-weight: bold;
  font-size: 17x;
  margin-left: 15px;
}

.banner:hover {
  border: 1px solid red;
}

.modal-dialog-new {
  max-width: 800px; /* New width for default modal */
}

.modal-lg{
  max-width: 90% !important;
}

nav.stroke ul {
  list-style: none;
  /* text-align: center; */
}

nav.stroke ul li {
  display: inline-block;
}

nav.stroke ul li a {
  display: block;
  padding: 30px;
  text-decoration: none;
  /* color: #aaa; */
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 10px;
}

nav.stroke ul li a,
nav.stroke ul li a:after,
nav.stroke ul li a:before {
  transition: all .5s;
}

nav.stroke ul li a:hover {
  color: rgb(226, 71, 71);
  background: #f5e9e9;
  border-bottom: 3px solid #ef3f48;
}

/* Layout Post CSS */
h3.post-title a {
  text-shadow:
    -1px -1px 0 #000,
    1px -1px 0 #000,
    -1px 1px 0 #000,
    1px 1px 0 #000; 
}

.flourish-setup{
  display: block;
  width: 1100px;
  height: 700px;
}

@media(max-width: 480px){
  .flourish-setup{
    display: block;
    width: 400px;
    height: 500px;
  }
}

.bg-shadow{
  background-color: #fffcfc;
}

:focus {
  outline: 1.5px solid #ef3f48;   
}

table {
  width: 95%!important;
}
 .responsive-table{
        width: 90%;
        overflow: scroll;
        float: left;
    }