body {
  background-color: #f2f2f2;
}
.comment-block {
  align-items: flex-start !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  display: flex !important;
}

.comment {
  background-color: #f9f9f9;
  display: flex;
  font-family: Roboto, Arial, sans-serif;
  margin: 4px;
  padding: 16px;
  width: 360px;
}

.img {
  border-radius: 50%;
  flex-shrink: 0;
  height: 40px;
  margin-right: 16px;
  width: 40px;
}

.comment-header {
  display: flex;
  flex-wrap: wrap;
  line-height: normal;
  margin-bottom: 2px;
}

.user {
  color: #030303;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 2px;
  margin-right: 4px;
}

.time {
  color: #606060;
  display: inline-block;
  font-size: 13px;
  line-height: 18px;
  white-space: nowrap;
}

.comment-detail {
  font-size: 14px;
  line-height: 20px;
}

.delete {
  display: block;
  cursor: pointer;
}

.delete-img {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 12px;
  height: 12px;
}

.step-form {
  min-height: 410px;
  background-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15), 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 10px 0;
}

.header-title {
  font-weight: 200;
  text-align: center;
  font-size: 28px;
  margin: 20px 0 10px;
  line-height: 1.1;
  font-family: inherit;
}

.header-title small {
  font-size: 60%;
  color: #999999;
  font-weight: 300;
  line-height: 1;
}

.step-bar {
  text-align: center;
  background-color: #999999;
  color: #ffffff;
}

a.nav-step {
  color: #ffffff;
  border-radius: 0.25rem;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

a.nav-step.active {
  background-color: #dc3545;
}

.step-container {
  padding-top: 100px;
  z-index: 3;
}

.image-container {
  min-height: 100vh;
  background-position: center center;
  background-size: cover;
}

.logo-container {
  left: 50px;
  position: absolute;
  top: 20px;
  z-index: 3;
}

.logo-container .logo {
  overflow: hidden;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  float: left;
  background-color: rgb(13, 17, 23);

}

.logo-container .brand {
  font-size: 18px;
  color: #ffffff;
  line-height: 20px;
  float: left;
  margin-left: 10px;
  margin-top: 10px;
  width: 60px;
  text-shadow: 0.5px 0.5px 1px rgba(0, 0, 0, 0.377);
}

.logo img{
  width: 4rem;
  height: 4rem;
  background-color: rgba(255, 255, 255, 0.1);
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  padding: 0 10px;
  box-shadow: rgba(240, 246, 252, 0.1);
}

.container .row {
  justify-content: center !important;
}

.videoInfo {
  display: flex;
  flex-wrap: wrap;
  font-family: Roboto, Arial, sans-serif;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center;
}

.videoInfo img {
  width: 304px;
  height: 171px;
  margin: 0.4rem;
}

.video-detail {
  width: 90%;
  box-sizing: border-box;
}

.video-detail h3 {
  color: #030303;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.2rem;
  /* cursor: pointer; */
}

.video-info-detail .channel {
  max-width: 100%;
  display: block;
  font-size: 0.9rem;
}

.video-info-detail .views {
  font-size: 0.8rem;
}

.container .row .w-50 {
  min-width: 292px;
  box-sizing: border-box;
}

.container label {
  margin-top: .5rem;
  margin-bottom: .25rem;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #807273;
  background-color: #dc3545;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff6171;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ff7a87;
  border-color: #6e585b;
}

.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label::before {
  background-color: #ff7a877e;
}

.custom-range::-webkit-slider-thumb {
  background: #dc3545;
}

.custom-range::-moz-range-thumb {
  background: #dc3545;
}

.custom-range::-ms-thumb {
  background: #dc3545;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ff7a877e;
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ff7a877e;
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ff7a877e;
}
.custom-range::-moz-range-thumb:active {
    background-color: #ff00197e;
  }

  .custom-range::-moz-range-track {
    background-color: #ff00197e;
}
.custom-range::-ms-thumb:active {
    background-color: #ff00197e;
  }

  .custom-range::-ms-fill-lower {
    background-color: #cf979c7e;
  }
  .custom-range::-ms-fill-upper {
 
    background-color: #cf979c7e;
  }


  .custom-control-label:before{
    background-color:#ffffff;
  }
  .custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:#dc3545;
  }

  .container .row .w-50{
    min-width: 350px;
  }

  .up{
    width: 35px;
    height: 35px;
    display: block;
    position: fixed;
    z-index: 555;
    bottom: 40px;
    right: 30px;
    border-radius: 15px;
    background-color: rgba(250, 250, 250, 0);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    cursor: pointer;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    
    
  }

  .up-img{
    position: relative;
    align-items: center;
    
    
  }
  .up-img img{
    width: 100%;
  }

  .idHelper{
    width: 100%;
    display: block;
    
  }

  .idHelper img{
    width: 100%;
    border-radius: 5px;
    border: 1px solid #8d8d8d83;
    overflow: hidden;
  }

  .footer {
    margin-top: 2rem;
    color: #ffffff;
  }

.footer a{
  color: #ffffff;
}