.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
	background-size: cover
}

.modal-header {
	background-color: #000;
	color: white;
	padding: 10px
}

.modal-title {
	color: #c3b258;
}
.modal-content {
	background-color: #333;
	color: white;
	padding: 13px
}

.container-chk {
	display: block;
	position: relative;
	padding-left: 22px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 52px
}

.set {
	width: 100%;
	height: 67px;
	border-radius: 4px;
	background: #252222;
	padding-top: 16px;
	padding-left: 16px;
	margin-bottom: 10px
}

.container-chk input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 17px;
	width: 17px;
	border-radius: 3px;
	background-color: #212121;
	border: 1px solid
}

.container-chk:hover input~.checkmark {
	background-color: white
}

.container-chk input:checked~.checkmark {
	background-color: white
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none
}

.container-chk input:checked~.checkmark:after {
	display: block
}

.container-chk .checkmark:after {
	left: 5px;
	top: -1px;
	width: 5px;
	height: 13px;
	border: solid #212121;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.small,
 small {
	font-size: 80%;
	font-weight: 400;
	position: relative;
	bottom: 8px
}

.txt {
	position: relative;
	bottom: 4px;
	left: 2px
}

.cancel {
	border: 1px solid #252222;
	background: #151414;
	color: #c3b258;
	width: 40%
}

.btn.focus,
.btn:focus {
	outline: 0;
	box-shadow: none !important
}

.close.focus,
.close:focus {
	outline: 0;
	box-shadow: none !important
}

.create {
	border: 0.5px solid #ccc;
	background: #151414;
	color: #c3b258;
	width: 40%
}

.close {
	color: #c3b258;
	font-weight: 100
}

.modal-footer {
	justify-content: space-between;
	padding: 0px;
}