

  .checkbox-wrapper-8 .tgl {
    display: none;
  }
  .checkbox-wrapper-8 .tgl,
  .checkbox-wrapper-8 .tgl:after,
  .checkbox-wrapper-8 .tgl:before,
  .checkbox-wrapper-8 .tgl *,
  .checkbox-wrapper-8 .tgl *:after,
  .checkbox-wrapper-8 .tgl *:before,
  .checkbox-wrapper-8 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-8 .tgl::-moz-selection,
  .checkbox-wrapper-8 .tgl:after::-moz-selection,
  .checkbox-wrapper-8 .tgl:before::-moz-selection,
  .checkbox-wrapper-8 .tgl *::-moz-selection,
  .checkbox-wrapper-8 .tgl *:after::-moz-selection,
  .checkbox-wrapper-8 .tgl *:before::-moz-selection,
  .checkbox-wrapper-8 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-8 .tgl::selection,
  .checkbox-wrapper-8 .tgl:after::selection,
  .checkbox-wrapper-8 .tgl:before::selection,
  .checkbox-wrapper-8 .tgl *::selection,
  .checkbox-wrapper-8 .tgl *:after::selection,
  .checkbox-wrapper-8 .tgl *:before::selection,
  .checkbox-wrapper-8 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 4em;
    height: 2em;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:after,
  .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-8 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn {
    overflow: hidden;
    transform: skew(-10deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #888;
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after,
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    transform: skew(10deg);
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active {
    background: #888;
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn {
    background: #86d993;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
  }


  .radio-wrapper-16 label {
    background: #fff;
    padding: 6px 12px;
    border-radius: 50px;
    min-width: 50px;
	width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-tap-highlight-color: transparent;
    box-shadow: #EDEDED 0 0 0 1px inset, rgba(0, 0, 0, 0.05) 0 1px 2px 0;
    display: inline-block;
  }
  .radio-wrapper-16 label:hover {
    background: rgba(0, 0, 0, 0.03);
    box-shadow: #CFCFCF 0 0 0 1px inset, rgba(0, 0, 0, 0.1) 0 1px 2px;
  }
  .radio-wrapper-16 input {
    appearance: none;
    display: none;
  }
  .radio-wrapper-16 input:focus {
    outline: none;
  }
.radio-wrapper-16 input:checked ~ label {
    box-shadow: #00509d 0 0 0 2px inset, rgba(0, 0, 0, 0.0) 0 1px 2px 1px;
    color: #fff;
    background: #00509d;
}


label.radio-wrapper-8 {
	display: block;
	cursor: pointer;
}
label.radio-wrapper-8 input {
	display: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
label.radio-wrapper-8 input + span {
	line-height: 22px;
	height: 22px;
	padding-left: 22px;
	display: block;
	position: relative;
}

  label.radio-wrapper-8 input + span:not(:empty) {
    padding-left: 30px;
  }
  label.radio-wrapper-8 input + span:before, label.radio-wrapper-8 input + span:after {
    content: "";
    width: 22px;
    height: 22px;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
  }
  label.radio-wrapper-8 input + span:before {
    background: #D1D7E3;
    transition: background 0.2s ease, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 2);
  }
  label.radio-wrapper-8 input + span:after {
    background: #fff;
    transform: scale(0.78);
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.4);
  }
  label.radio-wrapper-8 input:checked + span:before {
    transform: scale(1.04);
    background: #5D9BFB;
  }
  label.radio-wrapper-8 input:checked + span:after {
    transform: scale(0.4);
    transition: transform 0.3s ease;
  }
  label.radio-wrapper-8:hover input + span:before {
    transform: scale(0.92);
  }
  label.radio-wrapper-8:hover input + span:after {
    transform: scale(0.74);
  }
  label.radio-wrapper-8:hover input:checked + span:after {
    transform: scale(0.4);
  }

  
  .checkbox-wrapper-15 .cbx {
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  .checkbox-wrapper-15 .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-15 .cbx span:first-child {
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #B9B8C3;
    transition: all 0.2s ease;
  }
  .checkbox-wrapper-15 .cbx span:first-child svg {
    position: absolute;
    z-index: 1;
    top: 8px;
    left: 6px;
    fill: none;
    stroke: white;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
  }
  .checkbox-wrapper-15 .cbx span:first-child:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #506EEC;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
    transition-delay: 0.2s;
  }
  .checkbox-wrapper-15 .cbx span:last-child {
    margin-left: 8px;
  }
  .checkbox-wrapper-15 .cbx span:last-child:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    height: 0px;
    width: 100%;
    background: #B9B8C3;
    transform-origin: 0 0;
    transform: scaleX(0);
  }
  .checkbox-wrapper-15 .cbx:hover span:first-child {
    border-color: #3c53c7;
  }

  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child {
    border-color: #3c53c7;
    background: #3c53c7;
    animation: check-15 0.6s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:first-child:before {
    transform: scale(2.2);
    opacity: 0;
    transition: all 0.6s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child {
    color: #B9B8C3;
    transition: all 0.3s ease;
  }
  .checkbox-wrapper-15 .inp-cbx:checked + .cbx span:last-child:after {
    transform: scaleX(1);
    transition: all 0.3s ease;
  }

  @keyframes check-15 {
    50% {
      transform: scale(1.2);
    }
  }




    .checkbox-wrapper-28 {
    --size: 25px;
    position: relative;
  }

  .checkbox-wrapper-28 *,
  .checkbox-wrapper-28 *:before,
  .checkbox-wrapper-28 *:after {
    box-sizing: border-box;
  }

  .checkbox-wrapper-28 .promoted-input-checkbox {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .checkbox-wrapper-28 input:checked ~ svg {
    height: calc(var(--size) * 0.6);
    -webkit-animation: draw-checkbox-28 ease-in-out 0.2s forwards;
            animation: draw-checkbox-28 ease-in-out 0.2s forwards;
  }
  .checkbox-wrapper-28 label:active::after {
    background-color: #e6e6e6;
  }
  .checkbox-wrapper-28 label {
    color: #0080d3;
    line-height: var(--size);
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-28 label:after {
    content: "";
    height: var(--size);
    width: var(--size);
    margin-right: 8px;
    float: left;
    border: 2px solid #0080d3;
    border-radius: 3px;
    transition: 0.15s all ease-out;
  }
  .checkbox-wrapper-28 svg {
    stroke: #0080d3;
    stroke-width: 3px;
    height: 0;
    width: calc(var(--size) * 0.6);
    position: absolute;
    left: calc(var(--size) * 0.21);
    top: calc(var(--size) * 0.2);
    stroke-dasharray: 33;
  }

  @-webkit-keyframes draw-checkbox-28 {
    0% {
      stroke-dashoffset: 33;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }

  @keyframes draw-checkbox-28 {
    0% {
      stroke-dashoffset: 33;
    }
    100% {
      stroke-dashoffset: 0;
    }
  }



.btn2 button {
    &.dark {
        --background: #266bbb;
        --shadow: 0 2px 8px -1px #{rgba(#151924, .32)};
        --shadow-hover: 0 4px 20px -2px #{rgba(#151924, .5)};
    }
    &.white {
        --background: #fff;
        --text: #275efe;
        --shadow: 0 2px 8px -1px #{rgba(#121621, .04)};
        --shadow-hover: 0 4px 20px -2px #{rgba(#121621, .12)};
    }
    &.fast {
        --duration: .32s;
    }
}

.btn2 button {
    --background: #275efe;
    --text: #fff;
    --font-size: 16px;
    --duration: .44s;
    --move-hover: -4px;
    --shadow: 0 2px 8px -1px #{rgba(#275efe, .32)};
    --shadow-hover: 0 4px 20px -2px #{rgba(#275efe, .5)};
    --font-shadow: var(--font-size);
    padding: 16px 32px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: var(--font-size);
    border-radius: 24px;
    display: block;
    outline: none;
    appearance: none;
    border: none;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: .5px;
    background: var(--background);
    color: var(--text);
    box-shadow: var(--shadow);
    transform: translateY(var(--y)) translateZ(0);
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    div {
        display: flex;
        overflow: hidden;
        text-shadow: 0 var(--font-shadow) 0 var(--text);
        span {
            display: block;
            backface-visibility: hidden;
            font-style: normal;
            transition: transform var(--duration) ease;
            transform: translateY(var(--m)) translateZ(0);
            $i: 1;
            @while $i < 12 {
                &:nth-child(#{$i}) {
                    transition-delay: $i / 20 + s;
                }
                $i: $i + 1;
            }
        }
    }
    &:hover {
        --y: var(--move-hover);
        --shadow: var(--shadow-hover);
        span {
            --m: calc(var(--font-size) * -1);
        }
    }
    &.reverse {
        --font-shadow: calc(var(--font-size) * -1);
        &:hover {
            span {
                --m: calc(var(--font-size));
            }
        }
    }
}


.btn2 a {
    &.dark {
        --background: #266bbb;
        --shadow: 0 2px 8px -1px #{rgba(#151924, .32)};
        --shadow-hover: 0 4px 20px -2px #{rgba(#151924, .5)};
    }
    &.gray {
        --background: #999;
        --shadow: 0 2px 8px -1px #{rgba(#151924, .32)};
        --shadow-hover: 0 4px 20px -2px #{rgba(#151924, .5)};
    }
    &.white {
        --background: #fff;
        --text: #275efe;
        --shadow: 0 2px 8px -1px #{rgba(#121621, .04)};
        --shadow-hover: 0 4px 20px -2px #{rgba(#121621, .12)};
    }
    &.fast {
        --duration: .32s;
    }
}

.btn2 a {
    --background: #275efe;
    --text: #fff;
    --font-size: 16px;
    --duration: .44s;
    --move-hover: -4px;
    --shadow: 0 2px 8px -1px #{rgba(#275efe, .32)};
    --shadow-hover: 0 4px 20px -2px #{rgba(#275efe, .5)};
    --font-shadow: var(--font-size);
    padding: 16px 32px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: var(--font-size);
    border-radius: 24px;
    display: block;
    outline: none;
    appearance: none;
    border: none;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: .5px;
    background: var(--background);
    color: var(--text);
    box-shadow: var(--shadow);
    transform: translateY(var(--y)) translateZ(0);
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    div {
        display: flex;
        overflow: hidden;
        text-shadow: 0 var(--font-shadow) 0 var(--text);
        span {
            display: block;
            backface-visibility: hidden;
            font-style: normal;
            transition: transform var(--duration) ease;
            transform: translateY(var(--m)) translateZ(0);
            $i: 1;
            @while $i < 12 {
                &:nth-child(#{$i}) {
                    transition-delay: $i / 20 + s;
                }
                $i: $i + 1;
            }
        }
    }
    &:hover {
        --y: var(--move-hover);
        --shadow: var(--shadow-hover);
        span {
            --m: calc(var(--font-size) * -1);
        }
    }
    &.reverse {
        --font-shadow: calc(var(--font-size) * -1);
        &:hover {
            span {
                --m: calc(var(--font-size));
            }
        }
    }
}



.btn2 input[type='button'] {
    &.dark {
        --background: #266bbb;
        --shadow: 0 2px 8px -1px #{rgba(#151924, .32)};
        --shadow-hover: 0 4px 20px -2px #{rgba(#151924, .5)};
    }
    &.gray {
        --background: #999;
        --shadow: 0 2px 8px -1px #{rgba(#151924, .32)};
        --shadow-hover: 0 4px 20px -2px #{rgba(#151924, .5)};
    }
    &.white {
        --background: #fff;
        --text: #275efe;
        --shadow: 0 2px 8px -1px #{rgba(#121621, .04)};
        --shadow-hover: 0 4px 20px -2px #{rgba(#121621, .12)};
    }
    &.fast {
        --duration: .32s;
    }
}

.btn2 input[type='button'] {
    --background: #f12626;
    --text: #fff;
    --font-size: 16px;
    --duration: .44s;
    --move-hover: -4px;
    --shadow: 0 2px 8px -1px #{rgba(#275efe, .32)};
    --shadow-hover: 0 4px 20px -2px #{rgba(#275efe, .5)};
    --font-shadow: var(--font-size);
    padding: 16px 32px;
    font-family: 'Roboto';
    font-weight: 500;
    line-height: var(--font-size);
    border-radius: 24px;
    display: block;
    outline: none;
    appearance: none;
    border: none;
    text-decoration: none;
    font-size: var(--font-size);
    letter-spacing: .5px;
    background: var(--background);
    color: var(--text);
    box-shadow: var(--shadow);
    transform: translateY(var(--y)) translateZ(0);
    transition: transform var(--duration) ease, box-shadow var(--duration) ease;
    div {
        display: flex;
        overflow: hidden;
        text-shadow: 0 var(--font-shadow) 0 var(--text);
        span {
            display: block;
            backface-visibility: hidden;
            font-style: normal;
            transition: transform var(--duration) ease;
            transform: translateY(var(--m)) translateZ(0);
            $i: 1;
            @while $i < 12 {
                &:nth-child(#{$i}) {
                    transition-delay: $i / 20 + s;
                }
                $i: $i + 1;
            }
        }
    }
    &:hover {
        --y: var(--move-hover);
        --shadow: var(--shadow-hover);
        span {
            --m: calc(var(--font-size) * -1);
        }
    }
    &.reverse {
        --font-shadow: calc(var(--font-size) * -1);
        &:hover {
            span {
                --m: calc(var(--font-size));
            }
        }
    }
}




.btn2 {margin: 30px 0;}
.btn2 button{width: 100%;}
.btn2 button > div{ justify-content: center;}

.btn2 a{display: block; width: 100%; text-align: center;}
.btn2 a > div{ justify-content: center;}


.btn2.col-2{display: flex; gap:10px}
.btn2.col-2 button{flex:1}
.btn2.col-2 a{flex:1}





.eden_form_type2{background: #fff; padding: 20px; margin: 20px 0;}
.eden_form_type2 label.label_name{font-size: 14px; display: block; margin-bottom: 5px; color: #202842; font-weight: 600;}
.eden_form_type2 .row{margin-bottom: 30px;}
.eden_form_type2 .row:last-child{margin-bottom: 0;}

.eden_form_type2 input[type="text"]{width: 100%; border: 1px solid #d2d4d9; border-radius:5px; padding: 5px 15px; height: 45px;}
.eden_form_type2 input[type="password"]{width: 100%; border: 1px solid #d2d4d9; border-radius:5px; padding: 5px 15px; height: 45px;}
.eden_form_type2 input[type="email"]{width: 100%; border: 1px solid #d2d4d9; border-radius:5px; padding: 5px 15px; height: 45px;}
.eden_form_type2 input[type="date"]{width: 100%; border: 1px solid #d2d4d9;border-radius:5px; padding: 5px 15px; height: 45px;}
.eden_form_type2 input[type="tel"]{width: 100%; border: 1px solid #d2d4d9; border-radius:5px; padding: 5px 15px; height: 45px;}
.eden_form_type2 input[type="number"]{width: 100%; border: 1px solid #d2d4d9; border-radius:5px; padding: 5px 15px; height: 45px;}
.eden_form_type2 input[type="file"]{width: 100%; border: 1px solid #d2d4d9;border-radius:5px; padding: 5px 15px; height: 37px; margin-left: -3px;}
.eden_form_type2 textarea{width: 100%; border: 1px solid #d2d4d9;border-radius:5px; padding: 10px 10px; height: 150px;}
.eden_form_type2 .file-upload{display: flex; align-items: center;}
.eden_form_type2 .file-upload .material-symbols-outlined{background: #000; color: #fff; width: 40px; line-height: 37px; text-align: center;  z-index: 9; font-size: 20px;} 
.eden_form_type2 .RadioStyle {display: flex; flex-wrap: wrap; align-items: center; gap:20px; padding: 5px 0; }
.eden_form_type2 .RadioStyle .etc-input-box{display: flex; align-items: center; gap:5px; }
.eden_form_type2 .CheckboxStyle {display: flex; flex-wrap: wrap; align-items: center; gap:20px; padding: 5px 0; }
.eden_form_type2 .CheckboxStyle .etc-input-box{display: flex; align-items: center; gap:5px; }
.eden_form_type2 .frm_info{margin-top: 10px; font-size: 12px; color: #797e8f; display: block;}

.eden_form_type2 .form_data_input table th, .eden_form_type2 .form_data_input table td{border: 1px solid #e9e9e9; padding: 10px 10px;}
.eden_form_type2 .form_data_input table th{text-align: center; background: #f4f6f9;}
.eden_form_type2 .form_data_input table td{text-align: center;}
.eden_form_type2 .form_data_input table th:first-child{width: 30%; }
.eden_form_type2 .form_data_input table th:last-child{width: 30%;}
.eden_form_type2 .form_data_input table td:first-child{text-align: center;}
.eden_form_type2 .form_data_input table td:last-child{text-align: center;}
.eden_form_type2 .form_data_input table .RadioStyle{justify-content: center;}

.eden_form_type2 .required, .eden_form_type2 textarea.required{background-image: none !important;}

.eden_form_type2 .form_div{margin: 0 0 30px;}
.eden_form_type2 .form_div label {font-size: 14px;display: block;margin-bottom: 5px;color: #202842;font-weight: 600;}
.eden_form_type2 .form_div .radio label{margin-bottom: 0;}





.eden_form_type2 .form_div .flex.col-2{gap:10px}
.eden_form_type2 .form_div .flex.col-2 li{flex:1}
.eden_form_type2 .form_div .flex.col-2 .form_div{margin-bottom: 0;}


.eden_form_type2 .agree .agree-chk{padding: 10px; background: #f5f5f5;}



.eden_form_type2 .custom-file-upload  {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
}
.eden_form_type2 .custom-file-upload  .preview-box {
  width: 100px;
  height: 100px;
  position: relative;
}
.eden_form_type2 .custom-file-upload .preview-placeholder {
  width: 100%;
  height: 100%;
  border: 2px dashed #ccc;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.eden_form_type2 .custom-file-upload .preview-placeholder i {
  font-size: 30px;
  color: #999;
}
.eden_form_type2 .custom-file-upload .preview-image {
  width: 100%;
  height: 100%;
}
.eden_form_type2 .custom-file-upload .preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.eden_form_type2 .custom-file-upload .file-actions {
  flex: 1;
}
.eden_form_type2 .custom-file-upload .file-info {
  margin-bottom: 10px;
  font-size: 14px;
}
.eden_form_type2 .custom-file-upload .btn-group {
  display: flex;
  gap: 10px;
}
.eden_form_type2 .custom-file-upload .btn {
  padding: 8px 15px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.eden_form_type2 .custom-file-upload .btn-upload {
  background-color: #4a6cf7;
  color: white;
}
.eden_form_type2 .custom-file-upload .btn-delete {
  background-color: white;
  color: #f44336;
  border: 1px solid #f44336;
}

.eden_form_type2 .textarea{border: 1px solid #e1e1e1; padding: 10px; border-radius:5px;}



.options .form_div{margin-bottom: 10px;}
.options .ch-toggle-box dl {display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #e1e1e1; padding: 10px 10px; background: #f5f5f5; border-radius:5px;}
.options .ch-toggle-box dl dt{}
.options .ch-toggle-box dl dt small{color: #888; font-size: 11px; display: block; padding-right: 20px;}
.options .ch-toggle-box label{margin: 0;}
.options .checkbox-wrapper-8 .tgl + .tgl-btn{height: 1.5em;}
.options .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after, .options .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before{line-height: 1.5em;}




.gap5{gap:5px}
.gap10{gap:10px}
.gap20{gap:20px}
.gap30{gap:30px}
.gap40{gap:40px}
.gap50{gap:50px}

