<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* The Modal (background) */
.rule_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.rule_modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.rule_modal .close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin: 15px;
}

.rule_modal .close:hover,
.rule_modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.rule_modal .modal-header {
    padding: 2px 16px;
    background-color: #008474;
    color: white;
}
.rule_modal .modal-header h2{
	color: #fff;
}

.rule_modal .modal-body {padding: 2px 16px;}

.rule_main input[type="range"]{
    padding: 0px !important;
  }
    .rule_main .btn-plus {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .rule_main .btn-add{
      padding: 8px 17px;
      border: none;
      border-radius: 4px;
      color: #fff;
      background: #008474;
      font-size: 16px;
    }
    .rule_main .btn-primary {
      background-color: #008474;
      top: 0;
      padding: 9px 20px;
      color: #fff;
      position: relative;
      font-size: 15px;
      font-weight: 600;
      display: inline-block;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      margin-right: 6px;
      overflow: hidden;
      border: none;
      margin-right: 21px
  }
  .rule_main  .panel-default&gt;.panel-heading {
      color: #333;
      background-color: #f5f5f5;
      border-color: #ddd;
      width: 100%;
  }
  .rule_main .panel-heading {
      padding: 10px 15px;
      border-bottom: 1px solid transparent;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
  }
  .rule_main .panel-group .panel {
      margin-bottom: 0;
      border-radius: 4px;
  }
  .rule_main .panel-default {
      border-color: #ddd;
  }
  .rule_main .panel {
    margin: 30px 0px; 
      background-color: #fff;
      border: 1px solid #0000001f;
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
      box-shadow: 0 0 12px 0 rgb(0 0 0 / 6%);
  }
  .rule_main .panel .form-group {
      margin-bottom: 21px;
      margin-top: 17px;
      
  }

.rule_main input[type="range"] { 
    margin: auto;
    -webkit-appearance: none;
    position: relative;
    overflow: hidden;
    height: 20px;
    width: 100%;
    cursor: pointer;
    border-radius: 12px;
}

::-webkit-slider-runnable-track {
    background: #ddd;
}

/*
 * 1. Set to 0 width and remove border for a slider without a thumb
 */
::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 20px; /* 1 */
    height: 20px;
    background: #fff;
    box-shadow: -100vw 0 0 99vw #008474;
    border: 2px solid #999; /* 1 */
    border-radius: 12px !important;
}
@media only screen and (min-width: 1600px)  {
  ::-webkit-slider-thumb {
      box-shadow: -100vw 0 0 99.6vw #008474;
  }
}

::-moz-range-track {
    height: 20px;
    background: #ddd;
    border-radius: 12px !important;
}

::-moz-range-thumb {
    background: #fff;
    height: 20px;
    width: 20px;
    border: 3px solid #999;
    box-shadow: -100vw 0 0 99vw #008474;
    box-sizing: border-box;
    border-radius: 12px !important;
}


::-ms-fill-lower { 
    background: #008474;
}

::-ms-thumb { 
    background: #fff;
    border: 2px solid #999;
    height: 20px;
    width: 20px;
    box-sizing: border-box;
}

::-ms-ticks-after { 
    display: none; 
}

::-ms-ticks-before { 
    display: none; 
}

::-ms-track { 
    background: #ddd;
    color: transparent;
    height: 20px;
    border: none;
}

::-ms-tooltip { 
    display: none;
}
.rules_name{
  cursor: pointer;
}
.delete_rule i{
    float: right;
    margin-top: 9px;
    margin-right: 10px;
    color: #ff0c0c;
    cursor: pointer;
}
.rules_name .fa-edit:before {
    content: "\f044";
    font-size: 12px;
}

span.delete_rule {
    position: relative;
    right: 10px;
    float: right;
    color: #ef0404;
}
.delete_lv {
    display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.gibbs_checkbox {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.season_checkbox{
  display: none !important;
}


/* Hide the browser's default checkbox */
.delete_lv input,.gibbs_checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.rule_main .checkmark,.gibbs_checkbox .checkmark {
    position: absolute;
    top: 4px;
    left: 3px;
    height: 20px;
    width: 20px;
    background-color: #f5f5f5;
    border: 2px solid #ef0e0e;
    border-radius: 6px;
}
.gibbs_checkbox .checkmark {
    top: 18px;
    left: 32px;
    border: 2px solid #008474;
}




/* Create the checkmark/indicator (hidden when not checked) */
.rule_main .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.delete_lv input:checked ~ .checkmark:after,.gibbs_checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.delete_lv .checkmark:after,.gibbs_checkbox .checkmark:after {
    left: 6px;
    top: 3px;
    width: 6px;
    height: 10px;
    border: solid #ef0e0e;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.gibbs_checkbox .checkmark:after {
    border: solid #008474;
    border-width: 0 3px 3px 0 !important;
}
.rule_main button.btn.btn-danger {
    background-color: #ef0e0e;
    top: 0;
    padding: 9px 20px;
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    margin-right: 6px;
    overflow: hidden;
    border: none;
    margin-right: 21px;
}
.swal-button {
    background-color: #008474;
}
.swal-button:not([disabled]):hover {
    background-color: #069583;
}
.swal-footer {
    text-align: center;
}
body .user_gr{
    padding-left: 14px !important;
    height: auto !important;
    opacity: 1 !important;
    position: relative !important;
}
.range-wrap{
  position: relative;
}
.range-value {
    position: absolute;
    top: -32px;
}
.range-value span{
  width: 30px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background: #008474;
  color: #fff;
  font-size: 12px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 6px;
}
.range-value span:before{
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid #008474;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  margin-top: -1px;
}
.label_div {
    position: relative;
    display: flex;
}
.label_div .rules_name{
  width: 92%;
}
.label_div .fa.fa-trash {
    width: 8%;
    margin-top: 5px;
    color: red;
    cursor: pointer;
}
.age_btn_submit {
    margin-top: 26px !important;
}
body .rule_main select {
    height: auto;
    opacity: 1;
    position: relative;
    display: flex;
    padding: 6px 9px 6px 11px !important;
}
.select2-container{
  width: 100% !important;
}
.select2-container--default .select2-results__option--selected {
    background-color: #a19f9f !important;
}
.season_act input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin-top: 15px;
    margin-left: 30px;
}
.rangeV span{
  display: none;
}
input[type=date]::-webkit-datetime-edit {
    color: #000;
}


.container {
  max-width: 1400px !important;
}</pre></body></html>