@import "../constants.scss";


#wpcontent {
	background: #f1f1f1;
	height: 100vh;
}

.istkr-dashboard {

	.module-card {
		box-shadow: $box-shadow;
		padding: 0 5px;
		margin: .75rem 0;

		.card-body {
			min-height: 245px;
			padding: 1rem 1.4rem;
			
			.card-title {
				min-height: 60px;

				h4 {
					margin: 0;
					color: $dark-blue;
				}

				a {
					color: #4a4a4a;
					text-decoration: none;
					box-shadow: none;
					outline: 0;
				}

				.info, .info > p {
					font-size: 13px;
					color: #777777;
				}

				.notification-status {
					position: absolute;
					right: 25px;
					top: 25px;
					font-size: 20px;
					
					a {
						color: #cecece;
						box-shadow: none;
						cursor: pointer;
					}
				}
			}

			.card-info {
				display: flex;
				justify-content: space-between;

				p {
					border-radius: 5px;
					background-color: #6cc2ff2b;
					font-size: 12px;
				}
			}
	
			.btn-info {
				padding: 11px 25px;
				border-radius: 5px;
				font-weight: 600;
				background-color: $main-theme-color;
				position: absolute;
  				bottom: 15px;
			}
		}
	}

	.log-not-writable {
		background: $white;
		margin-top: 25px;
		padding: 15px 25px;
		border-radius: 5px;
		box-shadow: $box-shadow;
	}
}
