/*.fixed-right {
    height: 100%;
    right: 0;
    padding: 0;
    margin: 0;
    width: 400px;
    float: right;
    padding-top: 45px;

    .modal-content {
        pointer-events: auto;
        border-radius: 0 !important;
        display: block;
        height: 100%;
    }

    .modal-header {
        padding: 5px !important;
    }

    .modal-body {
        height: calc(100vh - 146px);
        overflow-y: scroll;
    }

    .modal-footer {
        padding: 8px !important;
    }

    .modal-header, .modal-footer {
        border-radius: 0 !important;
    }

    button {
        color: white;

        &:hover {
            color: white;
        }
    }
}*/
.modal-dialog ::-webkit-scrollbar-thumb {
    background: #bdbdbd;
}

.modal-dialog ::-webkit-scrollbar {
    width: 12px;
}

.modal-dialog ::-webkit-scrollbar-track {
    background: unset;
}

.fixed-modal-right {
    /*height: 100%;
  padding: 0;
  margin: 0;
  width: 400px;
  float: right;*/
    position: fixed;
    right: 0;
    top: 0;
}

    .fixed-modal-right .modal-content {
        /*pointer-events: auto;*/
        border-radius: 0 !important;
        /*display: block;*/
        height: 100%;
        overflow: scroll;
    }

    .fixed-modal-right .modal-header {
        padding: 5px !important;
        position: absolute;
        width: 100%;
        z-index: 20;
    }

    .fixed-modal-right .modal-body {
        height: calc(100vh - 140px);
        /* height: 100vh; */
        position: relative;
        overflow-y: scroll;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .fixed-modal-right .modal-footer {
        padding: 8px !important;
        position: absolute;
        width: 100%;
        bottom: 0;
    }

    .fixed-modal-right .modal-header, .fixed-modal-right .modal-footer {
        border-radius: 0 !important;
    }

    .fixed-modal-right button {
        color: white;
    }

        .fixed-modal-right button:hover {
            color: white;
        }

.fmr-width-20 {
    width: 20vw !important;
}

.fmr-width-40 {
    width: 40vw !important;
}

.fmr-width-60 {
    width: 60vw !important;
}

.fmr-width-80 {
    width: 80vw !important;
}

/*# sourceMappingURL=fixed-element.css.map */
