.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.app {
	flex: 1;
}
.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important;
}
.border-danger {
	border-color: #dc3545 !important;
}
.border-success {
	border-color: #28a745 !important;
}
.border-secondary {
	border-color: #6c757d !important;
}
.border-primary {
	border-color: #007bff !important;
}
.border-warning {
	border-color: #ffc107 !important;
}
.border-info {
	border-color: #854a8f !important;
}
.border-light {
	border-color: #3d5784 !important;
}
.border-dark {
	border-color: #343a40 !important;
}
.border-white {
	border-color: #fff !important;
}
.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.card-squarular { background: #313437;color: #ececec;border: 1px solid hsla(0,0%,96.5%,.125); border-radius: 0rem; }
.btn-xl {
    padding: 10px 20px;
    font-size: 20px;
}
.rgb-image {
	animation: rainbow 2s infinite linear;
}


@keyframes rainbow {
	0% {
	filter: hue-rotate(0deg); 
	}
	
	100% {
	filter: hue-rotate(360deg); 
	}
}

.btn-squarular {
	border: 2px solid hsla(0,0%,96.5%,.125);
	border-radius: 0rem;
}
body {
	/*background-color: #201f1f; */
	
	background-color: #0f0f0f;
	color: #c4c4c4;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
}
.bg-light {
	background-color: #2f2e2e !important;
}

hr {
	border-top: 1px solid rgba(255, 255, 255, 0.44);
}

.divider-right {
		border-right: 1px solid #ccc;
}
.divider-top 
{
	border-top: 1px solid #ccc;
}
.divider-left {
	border-left: 1px solid #ccc;
}
.divider-bottom 
{
	border-bottom: 1px solid #ccc;
}

.nav-tabs.flex-column .nav-link {
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: none;
}
.nav-tabs {
	border-bottom: 0px !important;
}
.text-ultra-muted {
	color: #9f9f9f !important; 
}
.pr-0 {
	padding-right: 0px !important;
}
.mx-4 {
	margin-right: 4rem;
	margin-left: 4rem;
}
.px-2 {
	padding-right: 2rem;
	padding-left: 2rem;
}
.p-2 {
  padding:.5rem!important;
}
.m-0 {
	margin: 0px !important;
}
.hover:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08), 0 4px 8px rgba(0, 0, 0, 0.06);
}
.items .item .card-details-wrapper {
  position: relative;
}
.items .item .card.details {
  position: absolute;
  width: 100%;
  border-top: none;
  z-index: 1;
  margin-top: -10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
