@charset "UTF-8";
/*
Theme Name: Virtualogic 2.1.3
Theme URI: https://sites.shocklogic.com/virtualogic/main/
Author: The Shocklogic team
Author URI: https://shocklogic.com/
Description: Virtualogic 2. Minimal PHP 7.3.0, sugested 7.4
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 7.3.0
Version: 2.1.3
License:
License URI:
Text Domain: shocklogic.com
Tags:
*/

/*
* Bootstrap Media Query
*/

/* X-Small devices (portrait phones, less than 576px)
No media query for `xs` since this is the default in Bootstrap */

img {
    max-width: 100%;
}

.full-height {
    min-height: 550px;
}

.modal-header {
    padding: 0.5rem 1rem;
}

.ratio-9x12 {
    --bs-aspect-ratio: calc(16 * 100% / 12);
}

@media (min-width: 0px) {}

/* Small devices (landscape phones, 576px and up) */

@media (min-width: 576px) {}

/* Large devices (desktops, 992px and up) */

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .al-modal-dialog {
        min-width: 95vw !important;
    }
}

@media (min-width: 992px) {
    .al-modal-dialog {
        min-width: 95vw !important;
    }
}

/* X-Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .al-modal-dialog {
        min-width: 80vw !important;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */

@media (min-width: 1400px) {
    .al-modal-dialog {
        min-width: 90vw !important;
    }
}

.al-modal-dialog {
    min-width: 95vw !important;
}
