
/*Modal*/
html, body {height: 100% !important;}
#modal_pannel {position: fixed;z-index: 1000000;display: none;top: 0px;left: 0px;width: 100%;height: 100%;}
#modal_back {position: fixed;z-index: 1000001;background-color:black; opacity: 0.8;width: 100%;height: 100%;}
#modal_layer {position: fixed;z-index: 1000002;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
#modal_layer .modal_button {position: relative;text-align: right;}
#modal_layer .modal_button .close_button {position: absolute;top: -30px; right: -30px;}
#modal_layer .modal_content {text-align: center;background-color: white;overflow: auto !important;}
