body {
	.modal {
		color: #333;

		&-header {
			font-size: 16px;
			line-height: 18px;
		}

		&-title {
			font-size: 14px;
		}

		&-body {
			max-height: calc(100vh - 210px);
			overflow-y: auto;
			padding: 15px;
			position: relative;
			word-break: break-word;

			b {
				@include font-primary-bold;
			}

			h2 {
				@include font-primary-bold;
				font-size: 20px;
				line-height: 22px;
				margin-bottom: 15px;
				margin-top: 30px;
			}

			h3 {
				@include font-primary-regular;
				font-size: 20px;
				line-height: 22px;
				margin-bottom: 15px;
				margin-top: 30px;
			}

			ul {
				list-style-type: disc;
				margin: 15px 0 15px 15px;
				padding: 0;

				ul {
					list-style-type: circle;
				}
			}

			ol {
				list-style-type: decimal;
				margin: 15px 0 15px 15px;
				padding: 0;
			}

			li {
				margin: 0 0 15px;
			}

			i {
				color: #BAB9BA;
				display: block;
				font-size: 14px;
				margin-bottom: 15px;
			}
		}

		&-footer {
			text-align: center;

			.btn {
				margin: 0 auto;
				text-align: center;
				width: 200px;
			}
		}
	}
}
