/**
    *
    * Custom Styles Here
    *
    *
*/

.page-title-icon {
  margin: 0 !important;
}

.app-page-title .unauthorized {

   background-color: #dc3545;
}

#lender-form .page-title-wrapper {
    background: rgba(255,255,255,.45) !important;
}

.app-theme-white .app-page-title {
    background: none;
}

.invalid_feedback strong {
    font-weight: inherit !important;
}

.currencies_offered_lists > [class*="col-"] {
    margin-bottom: 10px;
}

.card-header, .card-title {
    text-transform: none;
}

.image-wrapper {
    position: relative;
    width: 100px;
}

.remove-image, .remove-icon {
  position: absolute;
  top: 0;
  right: 8px;
  padding: 4px 6px;
  background-color: red;
  color: white;
  border-radius: 50%;
  cursor: pointer;
}

.modal-dialog {
    box-shadow: none !important;
}

.details-modal span {
   color: #6c757d !important;
}

.text-small {
    font-size: 12px;
    font-weight: bold;
}

#DataTables_Table_0_filter input:focus {
   border-color: #ddd;
   box-shadow: none;
}

/** RangeSlider Css */
.ui-widget.ui-widget-content {
    height: 5px;
}

.ui-slider .ui-slider-handle {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.5em !important;
}

/** End RangeSlider Css */

.btn-focus:hover {
    background-color: #444054 !important;
    border-color: #444054 !important;
}

.addon_input_left {
    border-left: none;
}

.addon_input_right {
    border-right: none;
}

.addon_input:focus {
    box-shadow: none;
}

.input-group-text .pe-7s-credit {
   height: 100%;
   font-size: 1.5rem;
}

@media(min-width: 992px) {
    .app-page-title {
        padding: 30px 30px 0 30px !important;
    }
}

@media(max-width: 991.98px) {
    .app-page-title {
        padding: 30px !important;
        margin: -30px -30px 0 !important;
    }

    .page-title-wrapper {
        padding: 15px !important;
    }
}

@media(max-width: 400px) {
    .prilen-logo {
        width: 100% !important;
    }
}
