
/*~ MODAL */
.modal-background{
    background-color: transparent;
}
.scanner-modal-gif-1 {
    background:
        linear-gradient(rgba(17, 17, 17, 0),
            rgba(17, 17, 17, 0)),
        url('/assets/art/scann_tutorial.gif');
    height: 1000px;
    /* width: 600px; */
    /* height: 50vh; */
    /* % height of the viewport */
    /* background-attachment: fixed; */
    /* paralax scrolling */
    /* background-position: center;
    background-repeat: no-repeat; */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    /* text-align: center; */
    /* text-align: justify;
    /* display: flex; */
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* margin: 0%; */
}
.history-modal-gif-1 {
    /* border-radius: 0; */
    border-color: #1a1b1e;
    background:
        linear-gradient(rgba(17, 17, 17, 0),
            rgba(17, 17, 17, 0)),
        url('/assets/art/history_load_ticker.gif');
    height: 2000px;
    /* width: 600px; */
    /* height: 50vh; */
    /* % height of the viewport */
    /* background-attachment: fixed; */
    /* paralax scrolling */
    /* background-position: center;
    background-repeat: no-repeat; */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    /* text-align: center; */
    /* text-align: justify;
    /* display: flex; */
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* margin: 0%; */
}
.resampler-modal-gif-1 {
    background:
        linear-gradient(rgba(17, 17, 17, 0),
            rgba(17, 17, 17, 0)),
        url('/assets/art/resampler_tutorial.gif');
    height: 2000px;
    /* width: 600px; */
    /* height: 50vh; */
    /* % height of the viewport */
    /* background-attachment: fixed; */
    /* paralax scrolling */
    /* background-position: center;
    background-repeat: no-repeat; */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    /* text-align: center; */
    /* text-align: justify;
    /* display: flex; */
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* margin: 0%; */
}
.tickchart-modal-gif-1 {
    background:
        linear-gradient(rgba(17, 17, 17, 0),
            rgba(17, 17, 17, 0)),
        url('/assets/art/tickchart_tutorial.gif');
    height: 1000px;
    /* width: 600px; */
    /* height: 50vh; */
    /* % height of the viewport */
    /* background-attachment: fixed; */
    /* paralax scrolling */
    /* background-position: center;
    background-repeat: no-repeat; */
    background-size: cover;
    /* Resize the background image to cover the entire container */
    /* text-align: center; */
    /* text-align: justify;
    /* display: flex; */
    justify-content: center;
    position: relative;
    overflow: hidden;
    /* margin: 0%; */
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #111111;
}
.header-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    border-color: #111111;
    /* justify-content: right; */
    /* justify-content: space-evenly; */
    /* align-content: center; */
    /* min-height: 600px; */
}
.header-flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    /* justify-content: space-evenly; */
    /* align-content: center; */
    /* min-height: 600px; */
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~DELETE */
.fixed-top {
    position: fixed; /* This makes the div fixed to a position */
    top: 0;         /* Aligns the div to the top of the viewport */
    background-color: #f8f8f8; /* Background color for visibility */
    left: 0;        /* Aligns the div to the left of the viewport */
    width: 100%;    /* Makes the div span the entire width of the viewport */
    border-bottom: 1px solid #e7e7e7; /* Optional border for aesthetics */
    padding: 10px;  /* Optional padding for inner spacing */
    box-shadow: 0px 2px 2px rgba(0,0,0,0.1); /* Optional shadow for depth */
    z-index: 1000;  /* Ensures the div stays above other content */
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.modal-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* justify-content: space-evenly; */
    align-content: center;
    /* min-height: 600px; */
}
    /* align-items: center; */
    /* align-items: flex-start; */
    /* justify-content: center; */

.modal-child {
    flex-basis: 48%;
    flex-grow: 1;
    min-width: 400px;
    /* min-height: 400px; */
    position: relative;
}

.modal-heading {
    font-size: 1.5rem;
    font-weight: 1;
    border-color: #1a1b1e;
    /* border-bottom-width: 0px; */
    /* text-align: center; */
    /* width: 100%; */
}

.mantine-Modal-header {
    font-size: 1.5rem;
    font-weight: 1;
    text-align: center;
    justify-content: center;
    align-content: center;
    /* width: 100%; */
    height: 30px;
    margin-top: 5px;
    margin-bottom: 5px;

}
/* .mantine-Modal-title {
    font-size: 1.5rem;
    font-weight: 1;
    justify-content: center;
    width: 100%;
} */