﻿body {
}

@media (min-width: 1024px) {
    .img-login {
        height: 500px !important;
    }
}

@media (max-width: 768px) {
    .h-100 {
        height: 78% !important;
    }
}

.content-wrapper {
    background-color: #fff;
}

.bd-example-row .row > [class^=col-] {
    display: flex !important;
    align-self: stretch !important;
    flex-direction: column !important;
    padding-top: .75rem;
    padding-bottom: 0rem;
    border: 1px solid rgba(86, 61, 124, .2);
}

    .bd-example-row .row > [class^=col-].d-block {
        display: block !important;
    }

.bd-example-row .no-gutters > .col, .bd-example-row .no-gutters > [class*=col-] {
    padding-right: 7.5px !important;
    padding-left: 7.5px !important;
}

.bd-example-row .row .form-control {
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
}

.bd-example-row .row label {
    margin-bottom: 0rem !important;
}

.form-check-input {
    position: absolute;
    margin-top: .2rem;
    margin-left: -1rem;
}

.custom-control {
    height: calc(1.8125rem + 2px);
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.cropper-modal {
    background-color: #555 !important;
}

.cropper-container {
    max-width: 100%;
}

#previewArea img, #previewArea canvas {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 10px;
}

.preview-img {
    max-width: 100%;
    border-radius: 0.5rem;
    border: 1px solid #dee2e6;
}

.shadow {
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;
}


@media print {

    .page-break {
        display: block;
        page-break-before: always; /* Or page-break-after: always; */
    }

    label {
        font-weight: 500 !important;
    }

    .bg-gray-light {
        background-color: #f2f4f5 !important;
        color: #1f2d3d !important;
    }

    .content-wrapper {
        background-color: #fff;
    }

    .bd-example-row .row > [class^=col-] {
        display: flex !important;
        align-self: stretch !important;
        flex-direction: column !important;
        padding-top: .3rem !important;
        padding-bottom: 0rem;
        border: 1px solid rgba(86, 61, 124, .2);
    }

        .bd-example-row .row > [class^=col-].d-block {
            display: block !important;
        }

    .bd-example-row .no-gutters > .col, .bd-example-row .no-gutters > [class*=col-] {
        padding-right: 7.5px !important;
        padding-left: 7.5px !important;
    }

    .bd-example-row .row .form-control {
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
    }

    .bd-example-row .row label {
        margin-bottom: 0rem !important;
    }

    .form-check-input {
        position: absolute;
        margin-top: .2rem;
        margin-left: -1rem;
    }

    .custom-control {
        height: calc(1.8125rem + 2px);
        font-size: .875rem;
        line-height: 1.5;
        border-radius: .2rem;
    }

    .cropper-modal {
        background-color: #555 !important;
    }

    .cropper-container {
        max-width: 100%;
    }

    #previewArea img, #previewArea canvas {
        max-width: 100%;
        border-radius: 8px;
        margin-top: 10px;
    }

    .preview-img {
        max-width: 100%;
        border-radius: 0.5rem;
        border: 1px solid #dee2e6;
    }

    .shadow {
        box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2) !important;
    }
}
