.alfabe{
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: .167em;
    margin-right: .167em;
    margin-bottom: .333em;
    padding: .5em 1em;
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    cursor: pointer;
    font-size: .68em;
    line-height: 1.6em;
    color: inherit;
    white-space: nowrap;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    outline: none;

}
.list-group-item {
    height: auto;
    font-size: 9pt;
    display: flex;
    margin-bottom: 5px;
    border-bottom: 2px solid #b1a5a5;
    color: #f00;
    justify-content: flex-start;
    align-items: center;
    padding: 2px;
}
/* input[type="file"] {
	display: inline-block;
	opacity: 0;
	position: absolute;
	width: 100px;
    height: 100px;
	z-index: 99;
	margin-top: 10px;
	cursor:pointer;
}
.upload-btn {

	position:relative;
    display: inline-block;
    cursor: pointer;
	width:100px;
	border:1px dashed #ff5b57 !important;
	margin-top:10px;
	text-align:center;
    font-size: 12px;
}
.upload-btn > i {
    font-size: 35px;
}
#file-upload-output{
    display: none;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #999;
    padding: 6px;
    background-repeat: no-repeat;
    background-size: contain;

}
.upload-file-content{
    display: flex;
    justify-content: center;
} */



.required-label {
    font-size: 17px;
    font-weight: bold;
}


/* Custom Badge Styles */
.badge{
    padding: 0.4em 0.7em !important;;
    font-size: 0.7rem !important;
    font-weight: bold !important;;
    border-radius: 12px !important;;
    color: #fff !important;;
}

/* Custom Primary Badge */
.badge-primary {
    background-color: #007bff !important;;
    color: #fff !important;;
}

/* Custom Success Badge */
.badge-success {
    background-color: #28a745 !important;;
    color: #fff !important;;
}

/* Custom Danger Badge */
.badge-danger {
    background-color: #dc3545 !important;;
    color: #fff !important;;
}

/* Custom Warning Badge */
.badge-warning {
    background-color: #ffc107 !important;;
    color: #fff !important;;
}

/* Custom Info Badge */
.badge-info {
    background-color: #17a2b8 !important;;
    color: #fff !important;;
}

/* Custom Light Badge */
.badge-light {
    background-color: #f8f9fa !important;;
    color: #343a40 !important;;
}

/* Custom Dark Badge */
.badge-dark {
    background-color: #343a40 !important;;
}

/* Custom Pill Badge */
.badge-pill {
    border-radius: 50px !important;;
}
.alert-size{
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-weight: bold;
    color: #614545 !important;

}
.badge-outline{
    background-color: #fff !important;
    color: #000 !important;
    border: 2px solid #928c8cdd;
}
.badge-custom{
    width: 100% !important;
    height: 50px !important;
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    font-size: 12px !important;
    margin: 10px 10px 10px 10px;
}
.fs-8{
    font-size: 8px !important;
}
.fs-10{
    font-size: 10px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-22{
    font-size: 22px !important;
}



