

/*#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;
}

.btn-destan {
    background-color: #ae1b50 !important;
    color:#fff !important;
    width:240px;
    border:1px solid;
    border-radius:3px;
    height:34px;
    display:flex;
    flex-direction:row;
    align-items:center;
    justify-content:center;
    text-decoration:none;
}
    .btn-destan:hover{
        cursor:pointer;
    }
    .btn-destan span {
        min-width: 50px !important;
    }
.btn-destan img {
    max-width:25px;
}
    .btn-destan:hover {
        box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    }
/*#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: #F4ECE2 !important;
}

/*#region Elevation */
.elevation-2 {
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.elevation-3 {
    box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.elevation-4 {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.elevation-6 {
    box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.elevation-8 {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.elevation-16 {
    box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}


/*#endregion */