﻿

/*#region Loading */
.loadingContainer {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    background-color: #fbfbfb;
    z-index: 999999999;
}

    .loadingContainer .loading {
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
/*#endregion */

.hide {
    display: none !important;
}

/*#region DataTable BugFix */
.v-data-table thead,
.v-data-table th {
    z-index: 1 !important;
}

/*#endregion */

/*#region expansion panel padding override */
.v-expansion-panel-content__wrap {
    padding: 0px;
}
/*#endregion */

/*#region Text Color */
.txt-white {
    color: #FBFBFB;
}

/*#endregion */

.text-namevalue {
    font-size: 3rem;
}

/*#region Hover Info Css */
.v-card--reveal {
    align-items: center;
    bottom: 0;
    justify-content: center;
    opacity: .5;
    position: absolute;
    width: 100%;
}


/*#endregion */



/*#region Font Size */

.fs-1 {
    font-size: 5px !important;
}

.fs-2 {
    font-size: 7px !important;
}

.fs-3 {
    font-size: 9px !important;
}

.fs-4 {
    font-size: 11px !important;
}

.fs-5 {
    font-size: 13px !important;
}

.fs-6 {
    font-size: 15px !important;
}

.fs-7 {
    font-size: 17px !important;
}
/*#endregion */


.h-80 {
    height: 80% !important;
}

.h-100 {
    height: 100% !important;
}
/*#region Quill editor css */
.editor {
    height: 400px;
}
/*#endregion */


/*#region File Upload Style */
.image-preview {
    display: flex;
    justify-content: center;
    max-height: 350px
}


/*#endregion */


.price-font {
    font-family: monospace;
}

.main-bg {
    background-color: #535968 !important;
}
