/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
div#social-links-vertical-modern .card-header {
    padding: 0px;
}
button.swal2-confirm.swal2-styled {
    background: #084025;
}

.bs-stepper .bs-stepper-header .step.crossed .step-trigger .bs-stepper-box {
    background-color: #0840252e;
    color: #084025 !important;
}

.dropzone .dz-preview .dz-image {width: 100%;}
.dropzone .dz-preview .dz-image img {width: 120px;}
.avatar-upload {
	position: relative;
	max-width: 205px;
	}
.avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
	}
	.text-primary {
		--bs-text-opacity: 1;
		color: #084025 !important;
	}
.dt-buttons button:hover {
	background-color: #084025 !important;
	border-color: #084025 !important;
}
.avatar-upload .avatar-edit input {
	display: none;
	}
	.avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 9%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
	}
.avatar-upload .avatar-edit input + label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
	}

.avatar-upload .avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 9%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
	}
.avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 9%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}