﻿body {
    min-height: 100%;
    /*overflow: hidden;*/
}

#divCompanyPreview {
    min-height: 100vh;
}

/*#divCompanyButton {
    position: relative;
    top: -85px;
}*/

@media (min-width: 279px) and (max-width: 1300px) {
    body {
        overflow: auto;
    }

    #divCompanyPreview {
        min-height: auto;
    }

    #divCompanyButton {
        /* position: static !important;
        margin-top: 20px !important;
        margin-bottom: 15px !important;*/
        height: unset;
    }
}

.lds-spinner div:after {
    background: var(--systemColor) !important;
}

.docs-buttons .btn-primary {
    color: #fff;
    background-color: var(--systemColor);
    border-color: var(--systemColor);
}

.container-setup .img-container {
    max-height: 497px;
    min-height: 200px;
}

.container-setup .img-container, .container-setup .img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.custom-model-bg {
    background: #2f353edb;
}

.btn-clsz.text-reset {
    background: transparent;
    border: none;
    opacity: .75;
}

.img-container, .img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.cropper-modal {
    background-color: #fff !important;
}