/*style adm*/

html {
    overflow-y:scroll;
}

body {
  position: relative;
}

html {
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
    height: 7px;
}

#link_valori_igg_frame {
    width: fit-content;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.modal {
    overflow-y: scroll;
    padding: 25px 5px;
}

#all_exams_frame {
  width: 50%;
}

.modal a.close-modal {
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
}

body.modal-open {
    overflow: hidden;
    position: fixed;
}
body.viewport-lg {
    position: absolute;
}
body {
    overflow-y: scroll !important;
}

.modal {
    max-width: inherit;
}

.blocker {
    z-index: 1001;
}
