@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
	font-family: "Rubik", sans-serif !important;
    font-weight: 400 !important;
    line-height: 1.1 !important;
    background: #fff !important;
    color: #373a3c !important;
    padding-bottom: 50px;
}

.card-header {
    font-size: 1.14rem;
    color: #4f5457;
    font-weight: 400 !important;
    padding: 15px 30px;
}

table {
	color: #373a3c;
	font-size: 15px;
}

.table tr {
    border-bottom: 0.07rem solid #EBECF0;
}

.table thead th {
    padding: 16px 30px;
    height: 50px;
    font-size: 13px;
    color: #464851;
    font-weight: 500;
    border: none;
    border-bottom: 0.07rem solid #EBECF0;
}

.table tbody td {
    vertical-align: middle;
    padding: 10px 30px;
    border: none;
}

.text-primary {
    color: #eabd2b !important;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border-width: 0;
    letter-spacing: 0.4px;
    padding: 0.6rem 1rem;
    font-size: 0.8125rem;
    line-height: 1.25;
    border-radius: 0.43rem;
    transition: all .3s ease;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EBECF0;
    border-radius: 0.43rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.btn-primary {
    color: #212529;
    background-color: #eabd2b;
    border-color: #eabd2b;
}

.btn-primary:hover {
    color: #212529;
    background-color: #eabd2b;
    border-color: #eabd2b;
    opacity: 0.7;
}

.btn-success {
    color: #fff;
    background-color: #2DC76B;
    border-color: #2DC76B;
}

.btn-success:hover {
    color: #fff;
    background-color: #2DC76B;
    border-color: #2DC76B;
    opacity: 0.7;
}

.bg-light {
	color: #fff !important;
	background: #464851 !important;
	font-weight: 400;
	font-size: 13px;

}

.bg-success {
	background-color: #2DC76B !important;
	font-size: 14px;
	font-weight: 400;
}

.navbar-brand {
	text-transform: uppercase !important;
	font-size: 12px !important;
}

.bg-dark {
	background: #464851 !important;
}

@media screen and (max-width: 980px) {
	.d-flex {
		flex-direction: column;
		gap: 5px;
	}

	.d-flex a {
		margin: 0 !important;
	}

	.navbar .container {
		flex-direction: column;
	}
}

@media screen and (max-width: 420px) {
	.d-flex a {
		margin: 0 !important;
		display: block;
		width: 100%;
	}

	.d-flex {
		width: 100%;
	}
}