﻿/*.page {
    font-family: "Wix Madefor Text", sans-serif !important;
}*/
.bfloader-cointainer {
    position: fixed;
    top: 42%;
    left: 46%;
    z-index: 9999;
    width: 120px;
    height: 120px;
    background-image: url(../images/favico.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 42px 42px;
}
.bfloader {
    border: 16px solid #d4d4d4;
    border-radius: 50%;
    border-top: 16px solid #3cb6bb;
    border-bottom: 16px solid #3cb6bb;
    width: 120px;
    height: 120px;
    -webkit-animation: bfspin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes bfspin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes bfspin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.drop-file-icon {
    background-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: var(--dxbl-icon-drop-file);
    mask-image: var(--dxbl-icon-drop-file);
}

.drop-file-label {
    font-weight: 500;
    font-size: 1rem;
}


.custom-drop-zone {
    padding: 0 !important;
    border-style: dashed !important;
    border-width: 2px !important;
    height: 230px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover {
        border-style: solid;
    }

    .custom-drop-zone svg {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton) {
        pointer-events: none;
    }

.upload-validation-text {
   text-align:right; 
   font-size: 12px !important;
}

.btn-sign-in {
    height: 60px;
    line-height: 38px;
    font-size: 18px;
}

.gridboxbtn {
    padding-top: 3px !important;
    padding-right: 9px !important;
    padding-bottom: 4px !important;
    padding-left: 9px !important;
    border-radius: 6px !important;
}

.grid-wrapper {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.fab-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    user-select: none;
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.fab {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.35) !important;
}

.flexGrid {
    flex: 1 1 auto;
    overflow-y: auto;
}

.dxbl-wait-indicator {
    --dxbl-wait-indicator-color: white;
}

.dxbl-btn.dxbl-lg {
    --dxbl-btn-line-height: 1.5rem;
}

.btn-danger {
    box-shadow: none !important;
}
.l-height-22 {
    line-height:22px !important;
}

.min-h105 {
    min-height: 105px;
}

.crosstag {
    padding: 5px 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    --bs-bg-opacity: 1;
    background-color: rgb(60 182 187 / 50%) !important;
}