.preview-cover{
    width: 100px;
    height: 100px;
    background-color: rgba(0, 0, 0, .3);
    transition: opacity .3s;
    opacity: 1;
    z-index: 2;
    background-size: cover;
}

.preview-cover:hover {
    background-color: rgba(0, 0, 0, .3);
    opacity: 1;
}

.disc-parent{
    padding: 5px;
}

.disc-active {
    border: 1px solid #000;
    border-radius: 14px;
}

.discount-card{
    padding: 25px;
    color: white;
    border-radius: 12px;
    text-align: center;
    width: 142px;
    height: 134px;
}

.category-background{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    aspect-ratio: 14/16;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 10%) 0px 4px
}

.info {
	position: absolute;
	bottom: 0;
	width: 100%;
	padding: 15px 20px 20px 20px;
	color: #fff;
	backdrop-filter: blur(10px);
	background-color: #4848481a;
}
.name {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.profession {
	font-size: 1rem;
	font-weight: 300;
}

.body-file{
    padding: 25px;
    font-size: 41px;
    text-align: center;
    border: 1px dashed;
    border-radius: 10px;
}

.text-link{
    color: #116dff !important;
}

.card-auth{
    height: 40px;
    width: 40px;
    background-color: #116dff;
    border-radius: 60px;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
}

.card-auth-table{
    background-color: #116dff;
    border-radius: 60px;
    padding: 8px;
    font-size: 14px;
    font-weight: bold;
    color:#fff;
}

.mt-10{
    margin-top: 10px;
}

.icon-analytic{
    font-size: 37px;
    margin-left: 18px;
}

.margin-60{
    margin-right: 60px;
}

.ml-7{
    margin-left: 7px;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
            -o-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

/*Left*/
.modal.left.fade .modal-dialog{
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
            -o-transition: opacity 0.3s linear, left 0.3s ease-out;
            transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
    left: 0;
}
    
/*Right*/
.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
            -o-transition: opacity 0.3s linear, right 0.3s ease-out;
            transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
    border-radius: 0;
    border: none;
}

.modal-header {
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}
body {
	background-color: #78909C;
}

.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}

.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #FFFFFF;
}

.btn-demo:focus {
	outline: 0;
}

.demo-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	padding: 15px;
	background-color: #212121;
	text-align: center;
}

.demo-footer > a {
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #fff;
}

.w-35{
    width: 35% !important;
}