
@import url('https://fonts.googleapis.com/css?family=Roboto+Mono&display=swap');
@import url('https://fonts.googleapis.com/css?family=Saira+Semi+Condensed&display=swap');
@import url('https://fonts.googleapis.com/css?family=Asap&display=swap');
@import url('https://fonts.googleapis.com/css?family=Dosis&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300&display=swap');

#setting-cover {
    overflow-y: scroll;
    height: 200px;
}

.setting {
  background-color: #8f0ec9;
  /* margin-top: 40px; */
  position: fixed;
  z-index: 99999;
  transition: 0.5s;
  width: 0;
  height: 100%;
  /* text-align: center; */
  /* border-radius: 0px 0px 5px 0px; */
  /* border-top: 2px solid #fff; */
  /* border-bottom: 2px solid #fff; */
  border-right: 4px solid #8F0EC9;
    /* overflow-x: visible; */
    overflow-y: scroll;
    overflow-x: hidden;
}

.setting-width {
    width: 400px;
    transition: 0.5s;
}


.setting #btn:hover {
  cursor: pointer;
}

.hidden {
  display: none;
}

#customization-btn {
    text-align: center;
    z-index: 999999;
    position: fixed;
    margin-top: -9px;
    margin-left: calc(50% - 110px);
    width: 220px;
    padding: 16px 9px 9px 9px;
    color: #fff;
    background-color: #8f0ec9;
    border-radius: 0px 6px 6px 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    
    
}

#customization-btn:hover {
    cursor: pointer;
}

.setting .setting-container {
    padding: 0px 30px 30px 30px;

}

.setting h2 {
  font-family: 'Roboto Mono', monospace;
  font-size: 18px;
  color: #fff;
  text-align: center;
}

.setting h3 {
font-family: 'Asap', sans-serif;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 0;
}

.setting .customization-title {
  /* font-family: 'Saira Semi Condensed', sans-serif; */
  font-family: 'Dosis', sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;

  color: #fff;
}

.setting .input-group {
  display: inline-block;
  width: 100%;
  padding: 4px 0px;
}


.setting .input-group span {
  color: #fff;
  font-weight: 200;
}

.setting .input-group input {
  float: right;
}

.setting .input-group-2{
   display: inline-block;
  width: 100%;
  padding: 4px 0px;
}


.setting .input-group-2 span{
  color: #fff;
  font-weight: 200;
}



.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 20px;
  float: right;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 4px;
  bottom: 4px;
  top: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #1fd13f;
}

input:focus + .slider {
  box-shadow: 0 0 1px #1fd13f;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


.setting button {
  background: rgba(255, 255, 255,1);
  color: #780da8;
  font-family: 'Roboto Mono', monospace;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid #419944;
  float: right;
  margin: 30px 0px 30px 0px;
  border-radius: 8px 8px;
  margin-left: 10px;
}

.setting button:hover {
  cursor: pointer;
}


.color-bg {
    height: 40px;
    width: 40px;
}


.setting #header,#body,#footer,#logo-text {
    /* border: px solid grey; */
}


/* width */
.setting::-webkit-scrollbar {
    width: 10px;
  }

  /* Track */
  .setting::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 6px;
  }

  /* Handle */
  .setting::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 6px;
  }

  /* Handle on hover */
  .setting::-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
