.fs-7{
	font-size: 7px;
}
.fs-8{
	font-size: 8px;
}
.fs-9{
	font-size: 9px;
}
.fs-10{
	font-size: 10px;
}
.fs-11{
	font-size: 11px;
}
.fs-12{
	font-size: 12px;
}
.fs-13{
	font-size: 13px;
}
.fs-14{
	font-size: 14px;
}
.fs-15{
	font-size: 15px;
}
.fs-16{
	font-size: 16px;
}
.fs-17{
	font-size: 17px;
}
.fs-18{
	font-size: 18px;
}
.fs-19{
	font-size: 19px;
}
.fs-20{
	font-size: 20px;
}
.fs-21{
	font-size: 21px;
}
.fs-22{
	font-size: 22px;
}
.fs-23{
	font-size: 23px;
}
.fs-24{
	font-size: 24px;
}
.fs-25{
	font-size: 25px;
}
.fs-26{
	font-size: 26px;
}
.fs-27{
	font-size: 27px;
}
.fs-28{
	font-size: 28px;
}
.fs-29{
	font-size: 29px;
}
.fs-30{
	font-size: 30px;
}
.fs-31{
	font-size: 31px;
}
.fs-32{
	font-size: 32px;
}
.fs-33{
	font-size: 33px;
}
.fs-34{
	font-size: 34px;
}
.fs-35{
	font-size: 35px;
}
.fs-36{
	font-size: 36px;
}
.fs-37{
	font-size: 37px;
}
.fs-38{
	font-size: 38px;
}
.fs-39{
	font-size: 39px;
}
.fs-40{
	font-size: 40px;
}
.show-block{
	display: block;
}
.show-flex{
	display: flex;
}
.hide{
	display: none;
}
.card-options {
    margin-left: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-order: 100;
    order: 100;
    margin-right: -.5rem;
    color: #9aa0ac;
    -ms-flex-item-align: center;
    align-self: center;
}
#alert{
	display: none;
	position: fixed;
    top: 10px;
    background: #fff;
    border-radius: 3px;
    right: 0;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
    border: 4px solid #007bff;
    text-align: center;
    z-index: 1050;
    left: 0;
}
#alert.success{
	color: #FFF;
	font-weight: 600;
	background-color: #49de6b;
	border: 1px solid #28a745;
	
}
#alert.fail{
	color: #FFF;
	font-weight: 600;
	background-color: #ff8590;
	border: 1px solid #dc3545;
}
textarea{
	white-space: pre-wrap;
	overflow-wrap: break-word;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 21, 21, 0.19);
    color: #FFF;
    text-align: center;
    line-height: 100vh;
    font-size: 40px;
    z-index: 1051;
}
