html{
    zoom: 95%;
}
.toast-link{
    text-decoration: underline;
}
.pad-left-15{
    padding-left:15pt;
}
.menu-icon{
    width:25pt;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background: #ddd; 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: #bbb; 
    border-radius: 10px;
}
.card-button{
    cursor:pointer !important;
}
.card-title-link:hover{
    text-decoration: underline !important;
}
.green-text{
    color:#6aa826;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
}
.file-upload-input, .file-input-path{
    display: none;
}
.create_form_preview_image{
    width: 100%;
    padding: 25pt;
    cursor:pointer;
}
.cropper-img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.cropper-preview {
    overflow: hidden;
    width: 160px; 
    height: 160px;
    margin: 10px;
    border: 1px solid #DA5726;
}
#cropper-modal{
    margin-top: 2vh!important;
}
.modal-backdrop { opacity: 0 !important; }
@media only screen and (max-width: 768px) {
    .cropper-bg{
        width: 95vw!important;
    }
}
.warning-h6{
    color: #F58C00 !important;
}
.danger-h6{
    color: #b43900 !important;
}