/* STYLE C */

.checkbox.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark {
  background-color: #f7cb15;
}
.checkbox.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-c:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-c:hover input:checked ~ .checkbox__checkmark {
  background-color: #f7cb15;
}
.checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid #aaa;
  border-width: 0 2px 2px 0;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}
.checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
}


/*-- =============checkbox.style-d============== -*/


/* STYLE D */

.checkbox.style-d {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-d input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark {
  background-color: #f7cb15;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-d:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
.checkbox.style-d:hover input:checked ~ .checkbox__checkmark {
  background-color: #f7cb15;
}
.checkbox.style-d:hover input ~ .checkbox__body {
  color: #f7cb15;
}
.checkbox.style-d .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  border: solid #aaa;
    border-width: 0 2px 2px 0;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}
.checkbox.style-d .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox.style-d .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: color 0.25s ease;
}

/*-- =============checkbox.style-d============== --*/






/* STYLE C */

._sck-checkbox--.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
._sck-checkbox--.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
._sck-checkbox--.style-c input:checked ~ .checkbox__checkmark {
  background-color: #f7cb15;
}
._sck-checkbox--.style-c input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
._sck-checkbox--.style-c:hover input ~ .checkbox__checkmark {
  background-color: #eee;
}
._sck-checkbox--.style-c:hover input:checked ~ .checkbox__checkmark {
  background-color: #f7cb15;
}
._sck-checkbox--.style-c .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid #aaa;
  border-width: 0 2px 2px 0;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}
._sck-checkbox--.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
._sck-checkbox--.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
}



/* STYLE D */

._sck-checkbox--.style-d {
 display: inline-block;
 position: relative;
 padding-left: 30px;
 cursor: pointer;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}
._sck-checkbox--.style-d input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
 height: 0;
 width: 0;
}
._sck-checkbox--.style-d input:checked ~ .checkbox__checkmark {
 background-color: #f7cb15;
}
._sck-checkbox--.style-d input:checked ~ .checkbox__checkmark:after {
 opacity: 1;
}
._sck-checkbox--.style-d:hover input ~ .checkbox__checkmark {
 background-color: #eee;
}
._sck-checkbox--.style-d:hover input:checked ~ .checkbox__checkmark {
 background-color: #f7cb15;
}
._sck-checkbox--.style-d:hover input ~ .checkbox__body {
 color: #f7cb15;
}
._sck-checkbox--.style-d .checkbox__checkmark {
 position: absolute;
 top: 1px;
 left: 0;
 height: 22px;
 width: 22px;
 border: solid #aaa;
   border-width: 0 2px 2px 0;
 background-color: #eee;
 transition: background-color 0.25s ease;
 border-radius: 11px;
}
._sck-checkbox--.style-d .checkbox__checkmark:after {
 content: "";
 position: absolute;
 left: 9px;
 top: 5px;
 width: 5px;
 height: 10px;
 border: solid #333;
 border-width: 0 2px 2px 0;
 transform: rotate(45deg);
 opacity: 0;
 transition: opacity 0.25s ease;
}
._sck-checkbox--.style-d .checkbox__body {
 color: #333;
 line-height: 1.4;
 font-size: 16px;
 transition: color 0.25s ease;
}



/*Checkboxes styles*/
.styled-checkbox3 { display: none; }

.styled-checkbox3 + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;   
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.styled-checkbox3 + label:last-child { margin-bottom: 0; }

.styled-checkbox3 + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
    background-color: ;
  transition: background-color 0.25s ease;
  border-radius: 11px;
  border: 2px solid #20bf6b;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

.styled-checkbox3:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}








@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
 


.checkbox-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
          clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.checkbox-input:checked + .checkbox-tile {
 /*border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); */
  border-left: 3px solid #2260ff;
  color: #2260ff;
}
.checkbox-input:checked + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}
.checkbox-input:checked + .checkbox-tile .checkbox-icon, .checkbox-input:checked + .checkbox-tile .checkbox-label {
  color: #2260ff;
}
.checkbox-input:focus + .checkbox-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
 
}
.checkbox-input:focus + .checkbox-tile:before {
  transform: scale(1);
  opacity: 1;
}
/*
.checkbox-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 7rem;
  min-height: 7rem;
  border-radius: 0.5rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}
*/
.checkbox-tile {
  display: flex;
  flex-direction: column;
  /*align-items: center;
  justify-content: center;*/
 
  min-height: 0px;/*3rem*/
  padding: 0px 30px;
  border-radius: 0.5rem;
      border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  border-left: 0px solid #b5bfd9;
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;    
  user-select: none;
}
.checkbox-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  /*top: 0.25rem;*/
  left: 0.25rem;
  opacity: 1;
  transform: scale(1);
  transition: 0.25s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.checkbox-tile:hover {
  border-color: #2260ff;
}
.checkbox-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.checkbox-icon {
  transition: 0.375s ease;
  color: #494949;
}
.checkbox-icon svg {
  width: 3rem;
  height: 3rem;
}

.checkbox-label {
  color: #707070;
  transition: 0.375s ease;
  padding: 0px 0;
  text-align: center;
}
