@charset "utf-8";
/* CSS Document - Custom styles that overwrite the template CSS code*/

.copyright {
  background: #222222 !important;
}

/************************ FILE UPLOAD CSS *************************/
.iframe.active {
  display: block;
}

.iframe {
  display: none;
  height: 960px;
  width: 100%;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.075);
}

.upload-btn {
  background-color: #007bff;
}

.down-arrow {
  position: relative;
  top: 8px;
}

.embed-responsive-50perc::before {
  padding-top: 50%;
}
.embed-responsive-20perc::before {
  padding-top: 20%;
}
