.modal-sheet-cover .vitamin-name {
    font-weight: bold;
}
.modal-sheet-cover .form-label {
font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.modal-sheet-cover .modal-header {
    background: #6abd51;
    margin-bottom: 20px;
    padding: 15px 20px;
    color: #ffffff;
}
.modal-sheet-cover .modal-header .modal-title {
    font-size: 20px !important;
    font-weight: bold;
    border: 0;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
}
.modal-sheet-cover .modal-content {
    background: #2279bd;
    border: 0;
}
.modal-sheet-cover i.form-label {
	color: #ffffff;
}

.modal-sheet-cover .form-control::placeholder {
	color: #6a6a6a !important;
}

.modal-sheet-cover .form-control,
.modal-sheet-cover .form-select {
	font-weight: 600;
	font-size: 18px;
	color: #565656;
	background-color: #f1f1f1;
}

.modal-sheet-cover .blockquote {
   display: block;
	background: #fff;
	padding: 15px 20px 15px 20px;
	margin: 0 0 20px;
	font-size: 20px;
	line-height: 1.8;
	color: #000;
	-moz-box-shadow: 2px 2px 15px #ccc;
	-webkit-box-shadow: 2px 2px 15px #ccc;
	box-shadow: 2px 2px 15px #ccc;
	position: relative;
	margin-top: 1.4rem;
	position: relative;
	background: #EDF0F3;
	box-shadow: 6px 6px 0px rgba(114, 138, 161, 0.3);
	border-radius: 10px;
	word-break: break-all;
}

.modal-sheet-cover .blockquote::before {
	content: "\201C";
	font-size: 60px;
	font-weight: 700;
	color: #999;
	position: absolute;
	left: 10px;
	top: 5px;
	display: inline-block;
	line-height: 1rem;
}
.result-change span {
    display: inline-block;
}

.modal-sheet-cover .modal-footer button.btn{
    background: #6cbd56;
    color: #fff;
    border-color: #6cbd56;
	font-size: 18px;
}
.modal-sheet-cover .modal-footer button.btn:hover {
    -webkit-box-shadow: 0px 6px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 6px 8px rgba(0,0,0,0.1);
}
.modal-sheet-cover  .small-text-note,.modal-sheet-cover .small-text-note strong {
    font-size: 14px;
    font-weight: normal;
}