.btn-primary {
    color: #fff;
    border-color: #ff6601;
    background-color: #ff6601;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    border-color: #133B5C;
    background-color: #133B5C;
}
.btn-riams {
    color: #fff;
    border-color: #133B5C;
    background-color: #133B5C;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.btn-riams:hover {
    color: #fff;
    border-color: #133B5e;
    background-color: #133B5e;
}
.separator-skew {
    height: 0px !important;
}
@media (min-width: 1200px){
.separator-skew {
    height: 0px !important;
}
}
.dropzone .dz-preview .dz-details {
    opacity: 1 !important;
    top: 80% !important;
    left: -31% !important;
}

.dropzone .dz-preview .dz-progress {
    opacity: 0 !important;
}
.dropzone .dz-message {
    text-align: center;
   margin: 0 !important; 
}
.dropzone .dz-message {
    font-size: 1.5rem;
    position: absolute;
    margin-top: -30px;
}
.dropzone .dz-preview.dz-image-preview {
  background: transparent; 
}
.dropzone .dz-preview .dz-remove {
  font-size: 1.1rem;
  line-height: 2rem; 
}
.dropzone .dz-preview .dz-remove:before {
  content: "\e9e6";
  font-family: 'feather';
  display: inline-block;
  line-height: 1;
  z-index: 2;
  text-indent: 0px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased; 
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: none;
  color: #ff425c;
}