﻿#body-container {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	height: 700px;
	overflow-y: visible;
	overflow-x: hidden;
	padding-top: 12px;
}

	#body-container::-webkit-scrollbar {
		width: 0.5em;
	}

	#body-container::-webkit-scrollbar-thumb {
		background-color: #9b9b9b;
		outline: 1px solid #282828;
	}

	#body-container::-webkit-scrollbar-track {
		border-left: 1px solid #5a5959;
		background-color: #282828;
	}

@media screen and (max-width: 1500px) and (max-height: 1080px) {
	#body-container {
		height: 565px !important;
	}

	#modal-container-relative #modal-container #modal-data {
		height: 570px !important;
	}

		#modal-container-relative #modal-container #modal-data #modal {
			height: 515px !important;
		}
}

@media screen and (max-width: 1100px) {
	#modal-container-relative #modal-container #modal-data {
		height: 560px;
		width: 90%;
	}

		#modal-container-relative #modal-container #modal-data #modal {
			height: 489px;
		}
}
