ul.dot2022 {margin:0px 0; padding:0;}
.dot2022 li::before { content: "■"; font-size:14px; vertical-align:top; margin-right:6px; color: #ff6a13;}
.dot2022 li {margin: 4px 0px; padding: 0px; text-indent: -18px; margin-left: 18px; }
.dot2022 li span {color: #ff6a13;}
.rounded-circle {border: 2px solid #ec6925;}
.mg {margin: 16px 0px;}
.button {display: block; background: #ec6925; padding: 6px 10px; color:#FFFFFF;}
.button:hover {color:#FFFFFF;}
.h1 {margin: 20px 0px; font-size:36px !important;}

.rw {background: #ec6925; font-weight:bold; color: #FFFFFF;}
.rw:hover {background: #333333;color: #FFFFFF;}

ul.dot2022 {margin:0px 0; padding:0; list-style-type: none; }
.dot2022 li::before { content: "■"; font-size:14px;  vertical-align:top; margin-right:6px; color: #ff6a13;}
.dot2022 li {margin: 4px 0px; padding: 0px; text-indent: -18px; margin-left: 18px; }
.dot2022 li span {color: #ff6a13;}
.rounded-circle {border: 2px solid #ec6925;}

.custom-control-label {line-height: 16px !important;}
.custom-control-label::before, 
.custom-control-label::after {
    top: 0px !important;
    width: 36px !important;
    height: 36px !important;
	
	
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  background-color: #ef7b11;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {text-align: left !important;
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #ef7b11;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #ef7b11;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}