/* DataForm */
/* @import url("dataform.css"); */

/* DataSheet */
@import url("datasheet.css");

/* Override Admin template defaults */
#auth #auth-left {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.auth-logo {
    margin-bottom: 2rem !important;
}
.auth-title {
    font-size: 3rem !important;
}
.auth-subtitle {
    font-size: 1.3rem !important;
    line-height: 2rem !important;
}
.auth-captcha-holder {
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #FFFCC8;
    height: 48px;
}
.auth-captcha-img {
    border-radius: 3px;
    float: left;
}
.auth-captcha-text {
    border: 0;
    border-radius: 3px;
    height: 46px;
    color: rgb(96, 112, 128);
    background-color: #FFFCC8;
    min-width: 60px;
    width: 44%;
}
.sidebar-wrapper .sidebar-header img {
    height: 2rem;
}
html[data-bs-theme="dark"] .sidebar-wrapper .sidebar-header img {
    height: 2rem;
}
#toggle-dark {
    cursor: pointer;
}
footer {
    font-size: smaller;
}
.avatar img, .avatar-xl img {
    height: 64px !important;
    width: 64px !important;
    border-radius: 50%;
}
.avatar-lg img {
    height: 48px !important;
    width: 48px !important;
    border-radius: 50%;
}
.avatar-md img {
    height: 32px !important;
    width: 32px !important;
    border-radius: 50%;
}
#a-profile {
    display: inline-flex;
    align-items: center !important;
}
#img-profile {
    height: 100px !important;
    width: 80px !important;
    border-radius: 15%;
}
#a-profile:hover #img-profile {
    opacity: 0.6;
}
#a-profile:hover #camera-icon {
    opacity: 1;
}
#camera-icon {
    opacity: 0;
    position: absolute;
    font-size: x-large;
    color: white;
    left: 30px;
}
.sidebar-wrapper .menu .submenu .submenu-item a {
    padding: .7rem 2rem .7rem 1.2rem;
}
.menu-icon {
    color: brown !important;
    opacity: 0.6;
}
.card-header {
    border-bottom: 1px solid #eee !important;
}
.match-height {
    min-height: 82vh;
}

/* Custom css */
.notif-icon {
    font-size: xx-large;
    font-weight: bold !important;
}
.notif-info {
    color: darkgreen;
}
.notif-warning {
    color: orange;
}
.notif-danger {
    color: darkred;
}
#user-info {
    font-size: 1rem;
}
#user-info > a {
    font-size: 0.8rem;
}
.form-title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: large;
    font-weight: bold;
    color: #999;
}
.fs-smaller {
    font-size: smaller;
}

/* Big Button */
.big-button {
    position: relative;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
	text-align: center;
	padding: 20px 20px 15px 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.big-button:hover {
	background-color: #ddd;
	border: 1px solid #bbb;
}
.big-button-green {
	background-color: turquoise;
}
.big-button-green:hover {
	background-color: mediumturquoise;
	border: 1px solid lightseagreen;
}
.big-button-red {
	background-color:pink;
}
.big-button-red:hover {
	background-color: lightpink;
	border: 1px solid palevioletred;
}
.big-button i {
	font-size: xx-large;
}
.big-button label {
	display: inline-block;
	cursor: pointer;
}
.big-button-badge {
    position: absolute;
    top: 17px;
    left: 82%;
    transform: translate(-50%,-50%);
    border-radius: var(--bs-border-radius-pill);
    font-size: x-small;
}

/* Stamp effects */
.stamp {
    transform: rotate(12deg);
    color: #555;
    font-size: 3rem;
    font-weight: 700;
    border: 0.25rem solid #555;
    display: inline-block;
    padding: 0.25rem 1rem;
    text-transform: uppercase;
    border-radius: 1rem;
    font-family: 'Courier';
    -webkit-mask-image: url('../img/stamp-bg.png');
    -webkit-mask-size: 944px 604px;
    mix-blend-mode: multiply;
}

.stamp-draft {
    color: #C4C4C4;
    border: 1rem double #C4C4C4;
    transform: rotate(-10deg);
    font-size: 2rem;
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    border-radius: 0;
    padding: 0.5rem;
} 

.stamp-approved {
    color: #0A9928;
    border: 1rem double #0A9928;
    -webkit-mask-position: 13rem 6rem;
    transform: rotate(-10deg);
    border-radius: 0;
} 

.stamp-declined {
    color: #D23;
    border: 1rem double #D23;
    transform: rotate(-10deg);
    -webkit-mask-position: 2rem 3rem;
    font-size: 2rem;  
}
    
