/*****************************************/
/* Customizer control toggle style
/*****************************************/
/**
 * Import configuration file with variables.
 */
.bloghash-toggle-wrapper {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloghash-toggle-wrapper .bloghash-toggle {
  margin-left: auto;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bloghash-toggle-wrapper .customize-control-title {
  margin-bottom: 0;
}

.bloghash-toggle {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.bloghash-toggle input[type="checkbox"] {
  display: none;
}

.bloghash-toggle input[type="checkbox"]:checked + label .bloghash-toggle-switch {
  background-color: #2271b1 !important;
}

.bloghash-toggle input[type="checkbox"]:checked + label .bloghash-toggle-switch:after {
  -webkit-transform: translateX(14px);
      -ms-transform: translateX(14px);
          transform: translateX(14px);
}

.rtl .bloghash-toggle input[type="checkbox"]:checked + label .bloghash-toggle-switch:after {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.bloghash-toggle .bloghash-toggle-switch {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #96b0c3;
  border-radius: 9px;
  padding: 2px;
  -webkit-transition: all .2s;
  transition: all .2s;
  outline: 0;
  display: block;
  width: 32px;
  height: 18px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0;
}

.bloghash-toggle .bloghash-toggle-switch:after {
  position: relative;
  display: block;
  content: '';
  width: 14px;
  height: 14px;
  left: 0;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all .15s ease;
  transition: all .15s ease;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
}

.bloghash-toggle label {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #111827;
}

.bloghash-toggle label:hover .bloghash-toggle-switch {
  background-color: #7698b1;
}
