.page-enterprise .icon-check-block .card-body {
  padding-bottom: 0;
}
.page-enterprise .select-block .custom-control-label {
  padding-left: .5rem;
}
.page-enterprise .send-btn, .page-enterprise .restart-btn, .page-enterprise .total-btn {
  min-width: 200px;
}
.page-enterprise .collapse-block .card-header:after {
  font-family: 'bootstrap-icons';
  content: "\F286";
  float: right;
}
.page-enterprise .collapse-block .card-header.collapsed:after {
  content: "\F282";
}
.page-enterprise .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  font-family: 'bootstrap-icons';
  content: "\F633";
  background-image: none;
}
.page-enterprise .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
  font-family: 'bootstrap-icons';
  content: "\F63B";
}
.page-enterprise .card {
  border: 0;
}
.page-enterprise .icon-check-block .custom-checkbox .custom-control-label:before {
  border-color: #009ab2;
  background-color: #fff !important;
}
.page-enterprise .icon-check-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  border-color: #fff;
}
.page-enterprise .icon-check-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  font-size: 1.75em;
  font-family: 'bootstrap-icons';
  content: "\F633";
  color: #009ab2;
}
.page-enterprise .category-block .card-header {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
/**#Check-pornography-in **/
.page-enterprise #Check-pornography-in .category-block {
  background-color: rgba(0, 154, 175, .6);
}
/**#Check-pornography-child-in **/
.page-enterprise #Check-pornography-child-in .line-style .card-header {
  color: #604a7b;
  background-color: #fff;
  border-color: #604a7b;
}
.page-enterprise #Check-pornography-child-in .line-style .collapse.show {
  border-color: #604a7b;
}
.page-enterprise #Check-pornography-child-in .category-block {
  background-color: rgba(179, 162, 199, .6);
}
.page-enterprise #Check-pornography-child-in .collapse-block .card-header:after {
  color: rgba(96, 74, 123, .8);
}
/**#Check-violence-in **/
.page-enterprise #Check-violence-in .line-style .card-header {
  color: #953735;
  background-color: #fff;
  border-color: #953735;
}
.page-enterprise #Check-violence-in .line-style .collapse.show {
  border-color: #953735;
}
.page-enterprise #Check-violence-in .category-block {
  background-color: rgba(230, 185, 184, .9);
}
.page-enterprise #Check-violence-in .collapse-block .card-header:after {
  color: rgba(149, 53, 53, .8);
}
/**#Check-terror **/
.page-enterprise #Check-terror-in .line-style .card-header {
  color: #595959;
  background-color: #fff;
  border-color: #595959;
}
.page-enterprise #Check-terror-in .line-style .collapse.show {
  border-color: #595959;
}
.page-enterprise #Check-terror-in .category-block {
  background-color: rgba(127, 127, 127, .6);
}
.page-enterprise #Check-terror-in .collapse-block .card-header:after {
  color: rgba(89, 89, 89, .8);
}
/**#Check-bloody **/
.page-enterprise #Check-bloody-in .line-style .card-header {
  color: #d76100;
  background-color: #fff;
  border-color: #d76100;
}
.page-enterprise #Check-bloody-in .line-style .collapse.show {
  border-color: #d76100;
}
.page-enterprise #Check-bloody-in .category-block {
  background-color: rgba(250, 168, 101, .8);
}
.page-enterprise #Check-bloody-in .collapse-block .card-header:after {
  color: rgba(215, 97, 0, .8);
}
/**#Check-dangerous**/
.page-enterprise #Check-dangerous-in .line-style .card-header {
  color: #948a54;
  background-color: #fff;
  border-color: #948a54;
}
.page-enterprise #Check-dangerous-in .line-style .collapse.show {
  border-color: #948a54;
}
.page-enterprise #Check-dangerous-in .category-block {
  background-color: rgba(196, 189, 151, .8);
}
.page-enterprise #Check-dangerous-in .collapse-block .card-header:after {
  color: rgba(148, 138, 84, .8);
}
/**#Check-other**/
.page-enterprise #Check-other-in .line-style .card-header {
  color: #77933c;
  background-color: #fff;
  border-color: #77933c;
}
.page-enterprise #Check-other-in .line-style .collapse.show {
  border-color: #77933c;
}
.page-enterprise #Check-other-in .category-block {
  background-color: rgba(195, 214, 155, 1);
}
.page-enterprise #Check-other-in .collapse-block .card-header:after {
  color: rgba(119, 147, 60, .8);
}
.page-enterprise .custom-control {
  position: relative;
  display: block;
  padding-left: 0
}
.page-enterprise .line-style .custom-control {
  padding: 0.25rem 0;
}
.page-enterprise .icon-check-block .custom-control .icon-hover {
  width: 5.8vw;
  max-width: 90px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
}
.page-enterprise .icon-check-block .custom-control.icon-check-none .icon-hover {
  width: 10vw;
  max-width: 100%;
  margin: auto;
  left: 0;
  right: 0;
}
.page-enterprise .icon-check-block .custom-control .custom-control-label {
  padding-top: 7rem;
  width: 70%;
  cursor: pointer;
  text-align: center;
}
.page-enterprise .icon-check-block .custom-control-label:after {
  top: 7.25rem;
  bottom: 0;
  left: 0;
  line-height: .7;
}
.page-enterprise .icon-check-block .custom-control-label:before {
  top: 7.25rem;
  bottom: 0;
  left: 0;
}
.page-enterprise .custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem
}
.page-enterprise.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0
}
.page-enterprise .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #fb9678
}
.page-enterprise .custom-control-input:focus ~ .custom-control-label:before {
  -webkit-box-shadow: none;
  box-shadow: none
}
.page-enterprise .custom-control-input:active ~ .custom-control-label:before {
  color: #fff;
  background-color: black
}
.page-enterprise .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d
}
.page-enterprise .custom-control-input:disabled ~ .custom-control-label:before {
  background-color: #6c757d;
  border: 0;
}
.page-enterprise .custom-control-label {
  position: relative;
  margin-bottom: 0
}
.page-enterprise .custom-control-label:before {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #343a40
}
.page-enterprise .custom-control-label:after {
  position: absolute;
  font-size: 1.5em;
  line-height: .8;
  top: 0.25rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%
}
.page-enterprise .custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem
}
.page-enterprise .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fb9678
}
.page-enterprise .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
  background-color: #fb9678
}
.page-enterprise .icon-check-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: none
}
.page-enterprise .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(237, 64, 64, 0.5)
}
.page-enterprise .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
  background-color: rgba(237, 64, 64, 0.5)
}
.page-enterprise .custom-radio .custom-control-label:before {
  border-radius: 50%
}
.page-enterprise .custom-radio .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fb9678
}
.page-enterprise .custom-radio .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='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}
.page-enterprise .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
  background-color: rgba(237, 64, 64, 0.5)
}
.page-enterprise .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4F5467;
  vertical-align: middle;
  background: #fff str-replace(url(""), "%23") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.page-enterprise .custom-select:focus {
  border-color: rgba(0, 0, 0, 0.1);
  outline: 0;
  -webkit-box-shadow: transparent;
  box-shadow: transparent
}
.page-enterprise .custom-select:focus::-ms-value {
  color: #4F5467;
  background-color: #fff
}
.page-enterprise .custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none
}
.page-enterprise .custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}
.page-enterprise .custom-select::-ms-expand {
  opacity: 0
}
.page-enterprise .custom-select-sm {
  height: calc(1.64844rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%
}
.page-enterprise .custom-select-lg {
  height: calc(2.64063rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%
}
.page-enterprise .custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin-bottom: 0
}
.page-enterprise .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.0625rem + 2px);
  margin: 0;
  opacity: 0
}
.page-enterprise .custom-file-input:focus ~ .custom-file-label {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: transparent;
  box-shadow: transparent
}
.page-enterprise .custom-file-input:focus ~ .custom-file-label:after {
  border-color: rgba(0, 0, 0, 0.1)
}
.page-enterprise .custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse"
}
.page-enterprise .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.0625rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4F5467;
  background-color: #fff;
  border: 1px solid #e9ecef;
  border-radius: 0.25rem
}
.page-enterprise .custom-file-label:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.0625rem;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #4F5467;
  content: "Browse";
  background-color: #f8f9fa;
  border-left: 1px solid #e9ecef;
  border-radius: 0 0.25rem 0.25rem 0
}
.page-enterprise .custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.page-enterprise .custom-range:focus {
  outline: none
}
.page-enterprise .custom-range::-moz-focus-outer {
  border: 0
}
.page-enterprise .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #fb9678;
  border: 0;
  border-radius: 1rem;
  -webkit-appearance: none;
  appearance: none
}
.page-enterprise .custom-range::-webkit-slider-thumb:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 1px #edf1f5, transparent;
  box-shadow: 0 0 0 1px #edf1f5, transparent
}
.page-enterprise .custom-range::-webkit-slider-thumb:active {
  background-color: white
}
.page-enterprise .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.page-enterprise .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #fb9678;
  border: 0;
  border-radius: 1rem;
  -moz-appearance: none;
  appearance: none
}
.page-enterprise .custom-range::-moz-range-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #edf1f5, transparent
}
.page-enterprise .custom-range::-moz-range-thumb:active {
  background-color: white
}
.page-enterprise .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}
.page-enterprise .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #fb9678;
  border: 0;
  border-radius: 1rem;
  appearance: none
}
.page-enterprise .custom-range::-ms-thumb:focus {
  outline: none;
  box-shadow: 0 0 0 1px #edf1f5, transparent
}
.page-enterprise .custom-range::-ms-thumb:active {
  background-color: white
}
.page-enterprise .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem
}
.page-enterprise .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}
.page-enterprise .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}
.page-enterprise .list-group-item, .page-enterprise .line-style .card-body, .page-enterprise .line-style .card {
  border: 0
}
.page-enterprise .line-style .card:first-child .card-header {}
.page-enterprise .line-style .card {
  margin-bottom: 0
}
.page-enterprise .line-style .card-header {
  border-top: 1px solid transparent;
  padding: 0.7rem 1.3rem 0.7rem 0;
}
.page-enterprise .line-style .card-header:after {
  position: absolute;
  right: 0;
  top: 15px;
}
.page-enterprise .line-style .collapse.show {
  border-top: 1px solid transparent;
}
.page-enterprise .line-style button.card-header {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  text-align: left;
}
.page-enterprise .line-style button:active {
  outline: none;
  border: none;
}
.page-enterprise .line-style button:focus {
  outline: 0;
}
.page-enterprise .line-style .card-body {
  padding: 1rem 2rem
}
.page-enterprise .operator-form {
  border: 1px solid transparent;
}
.page-enterprise .operator-form input[type=file], .page-enterprise .operator-form input[type=email], .page-enterprise .operator-form input[type=number], .page-enterprise .operator-form input[type=password], .page-enterprise .operator-form input[type=text] {
  border-radius: 60px;
  padding: 5px 12px;
}
.page-enterprise .operator-form textarea {
  border-radius: 15px;
  padding: 5px 12px;
}
.page-enterprise .btn.btn-info.btn-choose {
  border-radius: 0 30px 30px 0;
  padding: 10px 20px 10px 15px
}
.page-enterprise .operator-form .input-ghost {
  display: none
}
.page-enterprise .operator-form .form-group {
  margin-bottom: 15px;
}
.page-enterprise .icon-check-block .img-circle {
  border-color: #009ab2;
  padding: .25rem;
}
.page-enterprise .icon-check-block .icon-check-none .img-circle {
  border: 0;
  padding: 0;
}
.colored, .colored-hover:hover {
  color: #072c43 !important;
}
.bg-colored, .bg-colored-hover:hover {
  background-color: #cfa144 !important;
}
.border-colored, .border-colored-hover:hover {
  border-color: #072c43 !important;
}
.page-enterprise .input[type=checkbox]:focus, .page-enterprise input[type=radio]:focus {
  background-color: #fff !important;
  outline: none;
  box-shadow: none;
}
.page-enterprise .list-group-item .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff;
}
.page-enterprise .list-group-item .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: #fff;
}
.page-enterprise .list-group-item .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: rgba(252, 181, 62, 1)
}
.page-enterprise .list-group-item .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: rgba(252, 181, 62, 1)
}
.page-enterprise .list-group-item.sub .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: rgba(147, 211, 199, 1)
}
.page-enterprise .list-group-item.sub .custom-control-input:checked ~ .custom-control-label:before {
  color: #fff;
  background-color: rgba(147, 211, 199, 1)
}
.page-enterprise .operator-content {
  border: 1px solid transparent
}
.page-enterprise .select-block .list-group .sub, .page-enterprise .select-block .list-group-item {
  padding: 0;
  margin-bottom: -1px;
  background-color: #fff;
  border: 0;
}
.page-enterprise .customtab .select-block li:first-child, .page-enterprise .customtab .select-block li, .page-enterprise .select-block .list-group.sub .customtab li {
  margin: 0;
  padding: 0
}
.page-enterprise .customtab .select-block .list-group.sub .list-group-item {
  margin-bottom: 15px;
}
.page-enterprise .select-block ul.list-group.sub {
  margin: 0 20px 20px 25px;
}
.page-enterprise .select-block ul.list-group .custom-checkbox {}
.page-enterprise .operator-block .customtab.tab-content {
  border: 0
}
.page-enterprise .icon-check-block .custom-checkbox:not(.icon-check-none) .img-circle, .page-enterprise .icon-check-block .custom-checkbox:not(.icon-check-none):hover .img-circle {
  -webkit-transition: all .2s;
  transition: all .2s;
}
.page-enterprise .icon-check-block .custom-checkbox:not(.icon-check-none) .img-circle {
  padding: 5px;
  border: 2px solid #009ab2;
}
.page-enterprise .icon-check-block .custom-checkbox:not(.icon-check-none):hover .img-circle {
  border: 8px solid #f79f71;
}
.page-enterprise .category-block {
  background-color: rgba(252, 181, 62, 1);
}
.page-enterprise .category-block .card-header {
  background-color: transparent;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.page-enterprise .line-style .card-header {
  color: #009ab2;
  background-color: #fff;
  border-color: #009ab2;
}
.page-enterprise .line-style .collapse.show {
  border-color: #009ab2;
}
.page-enterprise .icon-check-block:nth-child(8) .custom-control .custom-control-label{
   padding-left: 1.35rem;
   white-space:nowrap; 
}
@media (min-width:1200px) {
  .page-enterprise .operator-content .col-md-3 {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-enterprise .operator-content .col-md-3 .card-body {
    padding: 0;
  }
  .page-enterprise .icon-check-block .custom-control .custom-control-label {
    width: 100%;
    padding-top: 5rem;
  }
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    top: 5.25rem;
  }
}
@media (min-width:1366px) {
  .page-enterprise .icon-check-block .custom-control .custom-control-label {
    padding-top: 6rem;
  }
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    top: 6.25rem;
  }
}
@media (max-width:1199px) {
  .page-enterprise .icon-check-block .custom-control .icon-hover {
    width: 8vw;
  }
  .page-enterprise .icon-check-block .custom-control .custom-control-label {
    padding-top: 6rem;
    width: 100%;
  }
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    top: 6.25rem;
  }
  .page-enterprise .icon-check-block .card-body {
    padding-bottom: 1.25rem;
  }
  .page-enterprise .sub-tabs.nav-tabs .nav-item .nav-link, .page-enterprise .sub-tabs.nav-tabs .nav-link {
    padding: 0.25rem 1rem;
  }
}
@media (max-width: 991px) {
  .page-enterprise .icon-check-block .custom-control .icon-hover {
    width: 11vw;
  }
  .page-enterprise .icon-check-block .custom-control .custom-control-label {
    padding-top: 6.125rem;
    width: 90%;
  }
  .page-enterprise .icon-check-block .custom-control.icon-check-none .icon-hover {
    width: 20vw;
  }
  .page-enterprise .icon-check-block .card-body {
    padding-bottom: 0;
  }
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    left: -1.25rem;
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .page-enterprise .icon-check-block .custom-control .icon-hover {
    width: 9vw;
  }
  .page-enterprise .icon-check-block .custom-control .custom-control-label {
    padding-top: 6rem;
    width: 75%;
  }
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    top: 6.125rem;
  }
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    left: -1rem;
  }
  .page-enterprise .icon-check-block .card-body {
    padding: 0;
  }
  .page-enterprise .operator-content .col-md-3 {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
    padding-left: 0;
    padding-right: 0;
  }
  .page-enterprise .operator-content .col-md-3.last {
    -ms-flex: 0 0 14.28%;
    flex: 0 0 14.28%;
    max-width: 14.28%;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    right: 1rem;
    top: 0;
  }
.page-enterprise .icon-check-block:nth-child(8) .custom-control .custom-control-label {
    padding-left: .5rem;
}
}
@media (max-width:767px) {
  .page-enterprise .icon-check-block .custom-control .icon-hover {
    width: 9vw;
  }
  .page-enterprise .icon-check-block .custom-control .custom-control-label {
    padding-top: 5.5rem;
    width: 100%;
  }
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    left: -0.75rem;
    top: 5.75rem;
  }
  .page-enterprise .icon-check-block .custom-control.icon-check-none .icon-hover {
    width: 40vw;
  }
  .page-enterprise .icon-check-block .card-body {
    padding-bottom: 0;
  }
  .page-enterprise .result-block > div > .card > .card-body {
    padding: 0;
  }
  .page-enterprise .icon-check-block .custom-checkbox:not(.icon-check-none) .img-circle {
    padding: 3px;
    border-width: 1px;
  }
  .page-enterprise .custom-control-label:before, .page-enterprise .custom-control-label:after {
    width: 1rem;
    height: 1rem;
    line-height: .6;
    left: -1.5rem;
  }
  .page-enterprise .operator-content .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width:568px) and (max-width:599px) {
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    left: 0.5rem;
    top: 2.5rem;
  }
  .page-enterprise .icon-check-block .custom-control .custom-control-label {
    padding-top: 4rem;
  }
  .page-enterprise .icon-check-block .custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    font-size: 1em;
    line-height: 1.3;
  }
.page-enterprise .icon-check-block:nth-child(8) .custom-control .custom-control-label {
    padding-left: 0;
    white-space: normal;
}
}
@media (max-width:567px) {
  .page-enterprise .sub-tabs.nav-tabs .nav-item .nav-link, .page-enterprise .sub-tabs.nav-tabs .nav-link {
    padding: 0.25rem 0.25rem;
  }
  .page-enterprise .icon-check-block .custom-control .icon-hover {
    width: 20vw;
  }
  .page-enterprise .icon-check-block .custom-control .custom-control-label {
    width: 100%;
  }
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    left: 0;
  }
  .page-enterprise .icon-check-block .custom-control.icon-check-none .icon-hover {
    width: 40vw;
  }
  .page-enterprise .icon-check-block .card-body {
    padding-bottom: 0;
  }
  .page-enterprise .result-block > div > .card > .card-body {
    padding: 0;
  }
  .page-enterprise .icon-check-block .custom-checkbox:not(.icon-check-none) .img-circle {
    padding: 3px;
    border-width: 1px;
  }
  .page-enterprise .icon-check-block .custom-checkbox:not(.icon-check-none):hover .img-circle {
    border-width: 3px;
  }
  .page-enterprise .operator-form .card .card-body {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width:320px) {
  .page-enterprise .icon-check-block .custom-control .custom-control-label {
    padding-top: 4.5rem;
  }
  .page-enterprise .icon-check-block .custom-control-label:after, .page-enterprise .icon-check-block .custom-control-label:before {
    left: 0.5rem;
    top: 4.75rem;
  }
  .page-enterprise .icon-check-block > .card > .card-body {
    padding-left: 0;
    padding-right: 0;
  }
}