.border-top, .border-bottom, .border-left, .border-right{
	border-color: #A0A0A0;
	/* border-color: white; */
}
.sidebar-brand{
	background-color: black;
	color: white;
}
.sidebar{
	background-color: #438b2d;
	color: white;
}
.nav-title{
	background-color: #3b7a28;
	padding-top: 0.75rem;
}
.dashboard-box{
	background-color: white;
	padding: 1rem 2rem;
	border-radius: 10px;
	min-height: 350px;
}

.img-certificate{
	width: 200px;
	height: 200px;
}
.card-header{
	background-color: #438b2d;
}
.swal-button {
    font-size: 13px !important;
}
/*Swal*/
.swal-button {
    border-color: transparent !important;
}

.swal-button-container {
    border-color: transparent !important;
}

.swal-button:focus {
    box-shadow: none !important;
}

.swal-modal {
    max-width: 400px;
}

.swal-icon {
    width: 60px;
    height: 60px;
}

.swal-icon--warning__body {
    height: 28px;
}

.swal-button {
    border-radius: 3px !important;
    padding: 8px 22px !important;
}

.swal-button:focus {
    box-shadow: none !important;
}

.swal-text {
    font-size: 14px !important;
}

.swal-modal {
    max-width: 400px;
}

.swal-icon {
    width: 60px;
    height: 60px;
}

.swal-icon--warning__body {
    height: 28px;
}

.swal-button {
    border-radius: 3px !important;
    padding: 8px 22px !important;
}

.swal-button:focus {
    box-shadow: none !important;
}

.swal-text {
    font-size: 14px !important;
}

.swal-button--danger {
    background-color: #17a2b8 !important;
}
.swal-modal{max-width:400px}.swal-icon{width:60px;height:60px}.swal-icon--warning__body{height:28px}.swal-button{border-radius:3px!important;padding:8px 22px!important}.swal-button:focus{box-shadow:none!important}.swal-text{font-size:14px!important}.swal-button--danger{background-color:#17a2b8!important}
.bg-gradient-success{
	background-color: #1cc88a;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #1cc88a), to(#13855c));
    background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
    background-size: cover;
}
