﻿.fullscreenDiv {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0;
    z-index: 100;
    background: white;
    overflow: auto;
    padding: 0px 15px;
}

.accordion-full-screen-btn {
    /*width: 100%;*/
    display: flex;
    align-items: center;
    /*    justify-content: end;
*/ /*margin-top: 8px;*/
}