/* =============================
	Nyaman Admin Apps
	Created At 21 Desember 2020
	Author : Nyaman
=============================== */

html, body {
	height: 100%;
}

body {
	font-family: 'Rubik', sans-serif;
	color: #201e1e;
}

h1, h2, h3, h4, h5, p {
	margin-bottom: 15px;
}

.bg-yellow-300 {
	background-color: #F6D02B;
	background-color: rgba(246, 208, 43, var(--tw-bg-opacity));
}

.shadow-top {
    box-shadow: 0px -11px 20px -5px rgba(0,0,0,.1), 0px -6px 10px -5px rgba(0,0,0,.04);
}

.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 60px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid green;
}

.ck-editor__editable_inline {
    min-height: 400px;
}

.pagination-wrap {
	display: flex;
	display: -ms-flex;
	display: -webkit-flex;
    justify-content: center;
    margin: 3rem 0;
}
.pagination-wrap .pagination {
    display: flex;
}
.pagination-wrap .pagination .page-link {
	border: 0;
    border-radius: 50% !important;
    width: 36px;
    height: 36px;
    text-align: center;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .3rem;
}
.pagination-wrap .pagination .page-link,
.pagination-wrap .pagination .page-link:hover {
	color: #318456;
}
.pagination-wrap .pagination .page-item.active .page-link {
	color: #fff;
    background-color: #318456;
    border-color: #318456;
}