/*.dropdown-menu{
    border-radius: 15px;
  }
  #dropdownMenu2{
    border-radius: 15px;
  }


  .remove-image {
    width: 150px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 15px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
  }

  .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }

  .remove-image:active {
    border: 0;
    transition: all .2s ease;
  }
    .remove-image-sound {
    width: 150px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 15px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 700;
  }

  .remove-image-sound:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }

  .remove-image-sound:active {
    border: 0;
    transition: all .2s ease;
  }

  .wrapper{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
  }

  .file-upload, .file-upload-sound {
    background-color: #383a3f;
    border-radius: 5px;
  }

  .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: rgba(238, 104, 51, 1);
    border: none;
    padding: 10px;
    border-radius: 15px;

    transition: all .2s ease;
    outline: none;
    text-transform: capitalize;
    font-weight: 700;
  }

  .file-upload-btn:hover {
    background: rgba(238, 104, 51, 0.8);
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }

  .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
  }

  .file-upload-content {
    display: none;
    text-align: center;
  }

  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }

  .image-upload-wrap, .image-upload-wrap-sound {
    position: relative;
  }


  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }

  .drag-text {
    text-align: center;
  }

  .drag-text span, .drag-text-sound span {
      font-weight: 100;
      text-transform: none;
      padding: 60px 0;
      display: block;
  }

  .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
  }


  .audio{
    margin: 20px 0 20px 0;
    width: 80%;
  }

  .file-upload-btn-sound {
    width: 100%;
    margin: 0;
    color: #fff;
    background: rgba(238, 104, 51, 1);
    border: none;
    padding: 10px;
    border-radius: 15px;

    transition: all .2s ease;
    outline: none;
    text-transform: capitalize;
    font-weight: 700;
  }

  .file-upload-btn-sound:hover {
    background: rgba(238, 104, 51, 0.8);
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }

  .file-upload-btn-sound:active {
    border: 0;
    transition: all .2s ease;
  }

  .file-upload-content-sound {
    display: none;
    text-align: center;
  }

  .file-upload-input-sound {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }

  .image-title-wrap-sound {
    padding: 0 15px 15px 15px;
    color: #222;
  }

  .drag-text-sound {
    text-align: center;
  }


  .file-upload-image-sound {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
  }

*/
  .header-logo .logo {
    width: 165px;
}
  .timeline {
    background: #202124 !important;
}

.timeline-list{
    text-align: left;
    width: 100%;
}
.timeline-row .timeline-content, .timeline-row .timeline-content:after{
    background: #2C2D32 !important;
}
body {
margin-top: 0px;
}
.iti {
display: block;
}
.capitalize, .capitalize option
{
  text-transform : capitalize;
}
.timeline-row .timeline-content .thumbs img {
  width: 100%;
  max-width: 100%;

}

.timeline-row .timeline-content .sound, .timeline-row .timeline-content .sound .audio {
  width: 100%;
}
.timeline-row .timeline-content i, .timeline-row .timeline-content:before {
  background: #202124;
}
.timeline:after {
  border-right: 2px dashed #383a3f;
}

.timeline-row .timeline-time {
  color: #d4d4d4;
}
.timeline-row .timeline-content .thumbs img {
  margin: 0px;
}

/*Drop Zone*/
.file-drop-zone-title {
  font-size: 14px;
  padding: 50px 10px;
}
.file-drop-zone, .file-preview, .file-drop-zone.clickable:hover
{
  border:initial;
}
.file-drop-zone {
  min-height: 150px;
}
.file-preview{
  background-color: #383A3F;
}
.file-input .btn.btn-outline-secondary, .file-input .btn.btn-primary {
  box-shadow: initial;
  border-color: #787878;
  background-color: #383a3f;
}
.login .iti
{
  width: 100%;
}
.modal-backdrop{
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 992px) {
    .timeline:after {
        border: 0;
    }
  }
