* {
  letter-spacing: 0.025rem;
  border-radius: 0% !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn {
  text-transform: capitalize !important;
}

.submenu_modified {
  margin-left: 15% !important;
}
.modified_nav {
  font-size: 12px !important;
}

.before-logout {
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.logout {
  position: absolute;
  width: 100%;
  bottom: 20px;
}

li > a > p {
  text-transform: uppercase;
  margin: 0;
  line-height: 30px;
  position: relative;
  display: block;
  height: auto;
  white-space: nowrap;
}
.breadcrumbs {
  display: inline-flex !important;
  padding: 5px auto !important;
}
.breadcrumbs > a {
  margin-right: 2.5% !important;
  margin-left: 2% !important;
  font-size: 15px !important;
}

.section-image {
  height: 100vh;
}

.section-image h6 {
  text-transform: none;
  font-weight: normal;
}
/**Dashboard cards**/
.card .card-body {
  padding: 15px 15px 10px;
}

.card-stats .statistics {
  position: relative;
  text-align: center;
  padding: 15px 0;
  box-sizing: inherit;
}

.place-border::after {
  position: absolute;
  right: 0;
  top: 20px;
  width: 1px;
  height: calc(100% - 40px);
  content: "";
  background: #ddd;
}

.info .info-title,
.info-title {
  margin: 15px 0 5px;
  padding: 0 15px;
  color: #2c2c2c;
  font-weight: normal !important;
}

.info .icon > i {
  font-size: 2.3em;
}

.card-stats .statistics .stats-title {
  margin-bottom: 5px;
  color: #9a9a9a;
  font-weight: 400;
}

.card-stats .statistics {
  text-align: center;
}

.icon.icon-primary {
  color: #f96332;
}

.icon.icon-success {
  color: #18ce0f;
}
.icon.icon-info {
  color: #2ca8ff;
}

.icon.icon-danger {
  color: #eb1c1c;
}

.enhanced {
  font-size: 17px !important;
  margin-bottom: 5% !important;
}
.enhanced_title {
  font-size: 12px !important;
  margin-bottom: 5% !important;
}
.enhanced_title2 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 5% !important;
  margin-top: 5% !important;
  color: #f96332 !important;
}
/*Seletector*/
.selectpicker {
  width: 100% !important;
  background-color: transparent !important;
  padding: 8px 15px !important;
  border: 1px solid #e3e3e3 !important;
  color: #2c2c2c !important;
  line-height: normal !important;
  font-size: 0.8571em !important;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  box-shadow: none !important;
}
/* This is to remove the arrow of select element in IE */
select::-ms-expand {
  display: none !important;
}
select {
  -webkit-appearance: none !important;
  appearance: none !important;
}
/*Modified Selectors*/
.select2-selection__choice__remove,
.select2-selection__choice {
  color: #fff !important;
  background: #2ca8ff !important;
  padding: 1px 1px 1px 1px !important;
  border: 1px solid #2ca8ff !important;
  font-size: 14px !important;
}

.selectpicker .select2-hidden-accessible,
.select2-selection--multiple {
  padding: 5px 5px !important;
  background-color: transparent !important;
  border: 1px solid #e3e3e3 !important;
  color: #2c2c2c !important;
  line-height: normal !important;
  font-size: 0.8571em !important;
  transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out,
    background-color 0.3s ease-in-out !important;
  box-shadow: none !important;
}

.select2-selection--single {
  height: 35px !important;
  padding-left: 10px !important;
  padding-top: 3px !important;
  padding-bottom: 10px !important;
  background-color: transparent !important;
  border: 1px solid #e3e3e3 !important;
  color: #2c2c2c !important;
  line-height: normal !important;
  font-size: 0.8571em !important;
  transition: color 0.3s ease;
}

.select2-selection__arrow {
  visibility: hidden !important;
}

.borrower_details {
  font-weight: normal;
  margin-bottom: 1.8%;
  font-size: 1.05em !important;
}
.header_details {
  margin-left: 3% !important;
  font-size: 1.25em !important;
  padding-top: 10px !important;
}

.modified_card {
  padding: 0px 20px 20px 0px !important;
}

tr td,
th {
  white-space: nowrap !important;
  font-size: 11px !important;
}
thead > tr > th {
  color: #f96332 !important;
}
/*Styling Search Tables and their Paginations*/
.grid-view table,
.grid-view .summary,
.grid-view .yiiPager {
  font-size: 0.9em !important;
  color: #000 !important;
  width: 100% !important;
}
.grid-view table tr {
  height: auto !important;
  font-size: 7px !important;
  text-align: left !important;
}
.grid-view table tr td {
  white-space: nowrap !important;
  font-size: 11px !important;
}
.grid-view table tr > td:last-of-type {
  white-space: nowrap !important;
  font-size: 11px !important;
}
.grid-view table tr > td:nth-last-child(2) {
  font-weight: bold !important;
}
.grid-view table tr > td:last-of-type > .btn {
  font-size: 1.1em !important;
}
.grid-view table th {
  text-align: left !important;
  font-size: 11px !important;
}
.grid-view .pagination {
  display: inline-block !important;
  width: 100% !important;
}
.grid-view .pagination ul li {
  display: inline-block !important;
  margin-bottom: 2% !important;
}
.grid-view .pagination ul li > a {
  text-decoration: none !important;
  display: inline-block !important;
  color: #0266c8 !important;
  border: 1px solid #ddd !important;
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  text-align: center !important;
  vertical-align: middle !important;
  border-radius: 50% !important;
  margin-bottom: 1.5% !important;
}
.grid-view .pagination ul li > a:hover,
.grid-view .pagination ul li.active > a {
  color: red !important;
  background-color: #fff !important;
  border: 1px solid #ff3636 !important;
}
/*Form Errors*/
.error {
  color: #f96332 !important;
  font-size: 14px;
  margin-top: 1.5% !important;
}
/*Modal Errors Flash*/
#password_form:before {
  height: 0px !important;
}

#password_form {
  color: #fff !important;
  margin-bottom: 4% !important;
}
#password_form:after {
  margin-left: 10% !important;
  width: 75% !important;
  height: 7vh !important;
}
#password_form h5 {
  text-decoration: underline;
}
#success {
  padding: 10px 10px 10px 10px;
  background-color: #1be611;
}
#no_match {
  padding: 10px 10px 10px 10px;
  background-color: #826404;
}

#incorrect_password {
  padding: 10px 10px 10px 10px;
  background-color: #ff2020;
}

#no_change {
  padding: 10px 10px 10px 10px;
  background-color: #ff5050;
}
/*Modal Window*/
.modal {
  text-align: left !important;
  margin-left: 35% !important;
  padding: 4% 4% 4% 4% !important;
}
body .modal-dialog {
  max-width: 100%;
  width: 100% !important;
  display: inline-block;
  vertical-align: left !important;
}
.modal.modal-primary .modal-content {
  background-color: #f96332;
  color: #fff;
}
.modal.modal-primary .modal-header .close {
  color: #fff;
}
.modal.modal-primary .form-control:-moz-placeholder,
.modal.modal-primary .form-control::-moz-placeholder {
  color: #22bfbf;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.modal-primary .form-control::-webkit-input-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.modal-primary .form-control:-ms-input-placeholder {
  color: #ebebeb;
  opacity: 1;
  filter: alpha(opacity=100);
}
.modal.modal-primary .form-control {
  border-color: hsla(0, 0%, 100%, 0.5);
  color: #fff;
}
.modal.modal-primary .form-control:focus {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}
.modal.modal-primary .has-danger:after,
.modal.modal-primary .has-success:after {
  color: #fff;
}
.modal.modal-primary .has-danger .form-control {
  background-color: transparent;
}
.modal.modal-primary .input-group-addon {
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, 0.5);
  color: #fff;
}
.modal.modal-primary .input-group-focus .input-group-addon {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.modal.modal-primary .form-group.no-border .form-control,
.modal.modal-primary .input-group.no-border .form-control {
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
}
.modal.modal-primary .form-group.no-border .form-control:active,
.modal.modal-primary .form-group.no-border .form-control:focus,
.modal.modal-primary .input-group.no-border .form-control:active,
.modal.modal-primary .input-group.no-border .form-control:focus {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}
.modal.modal-primary .form-group.no-border .form-control + .input-group-addon,
.modal.modal-primary .input-group.no-border .form-control + .input-group-addon {
  background-color: hsla(0, 0%, 100%, 0.1);
}
.modal.modal-primary
  .form-group.no-border
  .form-control
  + .input-group-addon:active,
.modal.modal-primary
  .form-group.no-border
  .form-control
  + .input-group-addon:focus,
.modal.modal-primary
  .form-group.no-border
  .form-control:focus
  + .input-group-addon,
.modal.modal-primary
  .input-group.no-border
  .form-control
  + .input-group-addon:active,
.modal.modal-primary
  .input-group.no-border
  .form-control
  + .input-group-addon:focus,
.modal.modal-primary
  .input-group.no-border
  .form-control:focus
  + .input-group-addon {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}
.modal.modal-primary .form-group.no-border .input-group-addon,
.modal.modal-primary .input-group.no-border .input-group-addon {
  background-color: hsla(0, 0%, 100%, 0.1);
  border: none;
  color: #fff;
}
.modal.modal-primary .form-group.no-border.input-group-focus .input-group-addon,
.modal.modal-primary
  .input-group.no-border.input-group-focus
  .input-group-addon {
  background-color: hsla(0, 0%, 100%, 0.2);
  color: #fff;
}
.modal.modal-primary .form-group.form-group-no-border .input-group-addon,
.modal.modal-primary .input-group-addon,
.modal.modal-primary .input-group.form-group-no-border .input-group-addon {
  color: hsla(0, 0%, 100%, 0.8);
}
/*POAPAY Theme*/
.off-canvas-sidebar[data-color="tcl"]:after,
.sidebar[data-color="tcl"]:after {
  background: #0a052e;
}
.off-canvas-sidebar[data-color="tcl"] .nav li.active > a,
.off-canvas-sidebar[data-color="tcl"] .nav li.active > a i,
.sidebar[data-color="tcl"] .nav li.active > a,
.sidebar[data-color="tcl"] .nav li.active > a i {
  color: #222d32;
}
/*Prompts: Ajax*/
.prompt_container {
  border-radius: 5px !important;
  padding: 5px 5px !important;
  color: #fefefe !important;
}
.error_container {
  background-color: #fe2020 !important;
}
.success_container {
  background-color: #1be611 !important;
}
.prompt_container h2 {
  color: #fefefe !important;
  font-size: 16px !important;
  margin-top: 2% !important;
  font-weight: bold !important;
  text-decoration: underline !important;
}
.prompt_container p {
  font-size: 15px !important;
  margin-left: 5% !important;
}

.badge {
  padding: 5px 5px 5px 5px !important;
  border-radius: 0px !important;
  font-size: 0.75em !important;
  color: #fff !important;
}

.badge-warning {
  background-color: purple !important;
}

.title {
  font-size: 1em !important;
}

/**************************
 Error Page
*************************/
#error_message {
  margin: 2% 0% 5% 0% !important;
  font-size: 1.35em !important;
  color: #f90101 !important;
  text-align: center;
}
.circles:after {
  content: "";
  display: inline-block;
  width: 75%;
  height: auto;
  background: #fff;
  position: absolute;
}

.circles {
  background: #fff;
  text-align: center;
  position: relative;
  margin-top: -30px;
}

.circles p {
  font-size: 120px;
  color: #fff;
  padding-top: 60px;
  position: relative;
  z-index: 9;
  line-height: 100%;
}

.circles p small {
  font-size: 20px;
  line-height: 100%;
  vertical-align: top;
}

.circles .circle.small {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #48a9e6;
  position: absolute;
  z-index: 1;
  top: 80px;
  left: 50%;
  animation: 7s smallmove infinite cubic-bezier(1, 0.22, 0.71, 0.98);
  -webkit-animation: 7s smallmove infinite cubic-bezier(1, 0.22, 0.71, 0.98);
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.circles .circle.med {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #48a9e6;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10%;
  animation: 7s medmove infinite cubic-bezier(0.32, 0.04, 0.15, 0.75);
  -webkit-animation: 7s medmove infinite cubic-bezier(0.32, 0.04, 0.15, 0.75);
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}

.circles .circle.big {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #48a9e6;
  position: absolute;
  z-index: 1;
  top: 100px;
  right: 0;
  animation: 8s bigmove infinite;
  -webkit-animation: 8s bigmove infinite;
  animation-delay: 3s;
  -webkit-animation-delay: 1s;
}

@-webkit-keyframes smallmove {
  0% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 40%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
}
@keyframes smallmove {
  0% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 40%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 10px;
    left: 45%;
    opacity: 1;
  }
}

@-webkit-keyframes medmove {
  0% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 80%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
}

@keyframes medmove {
  0% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
  25% {
    top: 300px;
    left: 80%;
    opacity: 0.7;
  }
  50% {
    top: 240px;
    left: 55%;
    opacity: 0.4;
  }
  75% {
    top: 100px;
    left: 40%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    left: 20%;
    opacity: 1;
  }
}

@-webkit-keyframes bigmove {
  0% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
  25% {
    top: 100px;
    right: 40%;
    opacity: 0.4;
  }
  50% {
    top: 240px;
    right: 45%;
    opacity: 0.8;
  }
  75% {
    top: 100px;
    right: 35%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
}
@keyframes bigmove {
  0% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
  25% {
    top: 100px;
    right: 40%;
    opacity: 0.4;
  }
  50% {
    top: 240px;
    right: 45%;
    opacity: 0.8;
  }
  75% {
    top: 100px;
    right: 35%;
    opacity: 0.6;
  }
  100% {
    top: 0px;
    right: 4%;
    opacity: 0.5;
  }
}

/*Progress Bars and Badges*/
.progress-container {
  position: relative;
}
.progress-container + .progress-container,
.progress-container ~ .progress-container {
  margin-top: 15px;
}
.progress-container .progress-badge {
  color: #888;
  font-size: 0.8571em;
  text-transform: uppercase;
}
.progress-container .progress {
  height: 1px;
  border-radius: 0;
  box-shadow: none;
  background: hsla(0, 0%, 87%, 0.5);
  margin-top: 14px;
}
.progress-container .progress .progress-bar {
  box-shadow: none;
  background-color: #888;
}
.progress-container .progress .progress-value {
  position: absolute;
  top: 2px;
  right: 0;
  color: #888;
  font-size: 0.8571em;
}
.progress-container.progress-neutral .progress {
  background: hsla(0, 0%, 100%, 0.3);
}
.progress-container.progress-neutral .progress-bar {
  background: #fff;
}
.progress-container.progress-neutral .progress-badge,
.progress-container.progress-neutral .progress-value {
  color: #fff;
}
.progress-container.progress-primary .progress {
  background: rgba(249, 99, 50, 0.3);
}
.progress-container.progress-primary .progress-bar {
  background: #f96332;
}
.progress-container.progress-primary .progress-badge,
.progress-container.progress-primary .progress-value {
  color: #f96332;
}
.progress-container.progress-info .progress {
  background: rgba(44, 168, 255, 0.3);
}
.progress-container.progress-info .progress-bar {
  background: #2ca8ff;
}
.progress-container.progress-info .progress-badge,
.progress-container.progress-info .progress-value {
  color: #2ca8ff;
}
.progress-container.progress-success .progress {
  background: rgba(24, 206, 15, 0.3);
}
.progress-container.progress-success .progress-bar {
  background: #18ce0f;
}
.progress-container.progress-success .progress-badge,
.progress-container.progress-success .progress-value {
  color: #18ce0f;
}
.progress-container.progress-warning .progress {
  background: rgba(255, 178, 54, 0.3);
}
.progress-container.progress-warning .progress-bar {
  background: #ffb236;
}
.progress-container.progress-warning .progress-badge,
.progress-container.progress-warning .progress-value {
  color: #ffb236;
}
.progress-container.progress-danger .progress {
  background: rgba(255, 54, 54, 0.3);
}
.progress-container.progress-danger .progress-bar {
  background: #ff3636;
}
.progress-container.progress-danger .progress-badge,
.progress-container.progress-danger .progress-value {
  color: #ff3636;
}
.badge {
  border-radius: 8px;
  padding: 4px 8px;
  text-transform: uppercase;
  font-size: 0.7142em;
  line-height: 12px;
  background-color: transparent;
  border: 1px solid;
  color: #fff;
  margin-bottom: 5px;
  border-radius: 0.875rem;
}
.badge,
.badge:focus,
.badge:hover {
  text-decoration: none;
}
.badge-icon {
  padding: 0.4em 0.55em;
}
.badge-icon i {
  font-size: 0.8em;
}
.badge-default {
  border-color: #888;
  background-color: #888;
}
.badge-primary {
  border-color: #f96332;
  background-color: #f96332;
}
.badge-info {
  border-color: #2ca8ff;
  background-color: #2ca8ff;
}
.badge-success {
  border-color: #18ce0f;
  background-color: #18ce0f;
}
.badge-warning {
  border-color: #ffb236;
  background-color: #ffb236;
}
.badge-danger {
  border-color: #ff3636;
  background-color: #ff3636;
}
.badge-neutral {
  border-color: #fff;
  background-color: #fff;
  color: inherit;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  background-color: #f95823;
  border-color: #f95823;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #fff;
  background-color: #ffac27;
  border-color: #ffac27;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  background-color: #1da2ff;
  border-color: #1da2ff;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  background-color: #ff2727;
  border-color: #ff2727;
}
/*****************
Form Wizard
*******************/
.modified_rule {
  border-top: 2px dotted #11c26d !important;
}
/* Style the form */
#regForm {
  background-color: #ffffff !important;
  min-width: 300px !important;
}

/* Mark input boxes that gets an error on validation: */
input.invalid {
  border-color: #f2353f !important;
}

/* Hide all steps by default: */
.tab {
  display: none;
}

/* Make circles that indicate the steps of the form: */
.step {
  height: 15px !important;
  width: 15px !important;
  margin: 0 2px !important;
  background-color: #bbbbbb !important;
  border: none !important;
  border-radius: 50% !important;
  display: inline-block !important;
  opacity: 0.5 !important;
}

/* Mark the active step: */
.step.active {
  opacity: 1 !important;
}

/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4caf50 !important;
}
.input-file-container {
  position: relative !important;
  width: 225px !important;
}
.js .input-file-trigger,
.js .input-file-trigger-passport,
.js .input-file-trigger-business,
.js .input-file-trigger-residence {
  display: block !important;
  padding: 14px 45px !important;
  background: #39d2b4 !important;
  color: #fff !important;
  font-size: 1em !important;
  transition: all 0.4s !important;
  cursor: pointer !important;
}
.js .input-file,
.js .input-file-passport,
.js .input-file-business,
.js .input-file-residence {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 225px !important;
  opacity: 0 !important;
  padding: 14px 0 !important;
  cursor: pointer !important;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js
  .input-file-trigger:focus
  .js
  .input-file-passport:hover
  + .input-file-trigger-passport,
.js .input-file-passport:focus + .input-file-trigger-passport,
.js .input-file-trigger-passport:hover,
.js
  .input-file-trigger-passport:focus
  .js
  .input-file-business:hover
  + .input-file-trigger-business,
.js .input-file-business:focus + .input-file-trigger-business,
.js .input-file-trigger-business:hover,
.js
  .input-file-trigger-business:focus
  .js
  .input-file-residence:hover
  + .input-file-trigger-residence,
.js .input-file-residence:focus + .input-file-trigger-residence,
.js .input-file-trigger-residence:hover,
.js .input-file-trigger-residence:focus {
  background: #34495e !important;
  color: #39d2b4 !important;
}

.file-return,
.file-return-passport,
.file-return-business,
.file-return-residence {
  margin: 0 !important;
}
.file-return:not(:empty),
.file-return-passport:not(:empty),
.file-return-business:not(:empty),
.file-return-residence:not(:empty) {
  margin: 1em 0 !important;
}
.js .file-return,
.js .file-return-passport,
.js .file-return-business,
.js .file-return-residence {
  font-style: italic !important;
  font-size: 0.9em !important;
  font-weight: bold !important;
}
.js .file-return:not(:empty):before,
.js .file-return-passport:not(:empty):before,
.js .file-return-business:not(:empty):before,
.js .file-return-residence:not(:empty):before {
  content: "Selected file: " !important;
  font-style: normal !important;
  font-weight: normal !important;
}

/*File Manager*/
.folder_container {
  border: 2px solid #dedede !important;
  padding: 20px 20px !important;
  border-radius: 5% !important;
  margin: 0% 8% 3.5% 0% !important;
}
.special_rule {
  width: 40% !important;
  margin-left: 0 !important;
  margin-bottom: 3% !important;
  border: unset !important;
  border-bottom: 2px dotted #dedede !important;
}

.control_edit {
  color: #ffb236 !important;
}

.control_info {
  font-size: 2.5rem !important;
  color: #2ca8ff !important;
}

.control_delete {
  color: #f96332 !important;
}

.hollow_danger_btn {
  border: 2px solid #f44336 !important;
  border-radius: 25px !important;
  background-color: #fff !important;
  padding: 10px 15px !important;
  cursor: pointer !important;
  margin-top: 0% !important;
  color: #fff !important;
  color: #f44336 !important;
}

.hollow_danger_btn:hover {
  background: #f44336 !important;
  color: #fff !important;
}

.push_little {
  margin-left: 68% !important;
}

.hollow_info_btn {
  border: 2px solid #2ca8ff !important;
  border-radius: 25px !important;
  background-color: #fff !important;
  padding: 10px 15px !important;
  cursor: pointer !important;
  margin-top: 0% !important;
  color: #fff !important;
  color: #2ca8ff !important;
}

.hollow_info_btn:hover {
  background: #2ca8ff !important;
  color: #fff !important;
}

.inputfile {
  width: 0.1px !important;
  height: 0.1px !important;
  opacity: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  z-index: -1 !important;
}
.inputfile + label {
  font-size: 1.25em !important;
  font-weight: 700 !important;
  color: white !important;
  display: inline-block !important;
  cursor: pointer !important;
  padding: 10px 20px !important;
  background-color: #dedede !important;
}

.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #18ce0f !important;
  outline: 1px dotted #000 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

.not-active {
  pointer-events: none !important;
  cursor: default !important;
  text-decoration: none !important;
  color: black !important;
  font-weight: bold !important;
}

/*Auth Pages*/
.login_background {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-size: cover !important;
  background-color: #464646 !important;
  opacity: 0.9 !important;
}

#authSection {
  margin: 5% 25% 25% 35% !important;
  background: #fff !important;
  width: auto ;
  max-width: 100% ;
  height: auto ;
}

#authSection .form-control,
.selectpicker {
  border: 1px #000 solid !important;
}

#authSection .form-control,
.selectpicker {
  border: unset !important;
  border-radius: 0% !important;
  border-bottom: 1px solid #000 !important;
}

#authSection .form-control:focus,
#authSection .form-control:hover,
#authSection .selectpicker:focus,
#authSection .selectpicker:hover {
  border-bottom: 1px solid #1cc7d0 !important;
}

.form-control::placeholder {
  color: #1cc7d0 !important;
}

.authHR {
  border-bottom: 2px solid #1cc7d0 !important;
}

#authSection .btn {
  opacity: 1 !important;
}

change top to top for view adjustment.
.top-content-style {
  padding: 4vw 4vw 2vw !important;
}

.top-content-style img {
  margin-left: 20% !important;
  width: 125px !important;
  height: 125px !important;
  -webkit-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important; 

}

.authTitle {
  color: #000 !important;

}

.branchLabel {
  margin-left: 2.5% !important;
  padding-bottom: 2px !important;
}

.width-200 {
  width: 200px !important;
}

.width-425 {
  width: 425px !important;
}

.text-wrap {
  white-space: normal !important;
}

/*Upload Input*/
.file-input {
  display: inline-block;
  text-align: left;
  background: #cecece;
  padding: 16px;
  width: 300px;
  position: relative;
  border-radius: 3px;
}

.file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #eee;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: dodgerblue;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
}

.file-input.-chosen > .label {
  opacity: 1;
}

.width-150 {
  width: 150px !important;
  word-wrap: break-word !important;
}

.content_holder {
  padding: 3% 3% 3% 3%;
  margin: 0% 0% 2.5% 2.5%;
  border: 2px solid #dedede;
  box-shadow: 0px 2px 3px #dedede;
}

.holder_margin_left {
  margin-left: 2%;
}

.holder_margin_bottom {
  margin-bottom: 3%;
}

.holder_margin_bottom a {
  text-transform: uppercase;
  color: #fff !important;
  font-weight: bold;
}

.modal_common_padding {
  padding: 5% 5% 5% 5%;
}

.modal_dialog_common_width {
  width: 60% !important;
  height: auto !important;
}

.modal_dialog_common_image_viewer {
  width: 100% !important;
  height: auto !important;
}

.common_rule {
  border-bottom: 1px solid #000;
}

.btn_content_holder {
  padding: 1.5% 1.5% 0% 1.5%;
  margin: 0% 0% 2% 3.5%;
  border: 2px solid #dedede;
  box-shadow: 0px 2px 3px #dedede;
}

.btn {
  color: #fff !important;
}

.table-responsive {
  width: 100% !important;
  padding: 2% 2% 2% 2% !important;
}

#example {
  margin: 2% 0% 2% 0% !important;
}

#example_filter input,
#example_length select {
  background-color: transparent !important;
  padding: 8px 15px !important;
  border: 1px solid #e3e3e3 !important;
  color: #2c2c2c !important;
  line-height: normal !important;
}

.summary,
#example_filter label,
#example_length label,
#example_info,
#example_paginate #example_previous,
#example_paginate span .paginate_button,
#example_paginate #example_next {
  color: #000 !important;
  font-weight: normal !important;
  text-transform: capitalize !important;
  letter-spacing: 0.07rem !important;
}

.paginate_button,
.paginate_button .current {
  color: #000 !important;
  border-radius: 50% !important;
  background-color: #fff !important;
}

.card-raised {
  border-radius: 0px !important;
}
.card-raised-modified {
  border-radius: 0px !important;
  border-top: 3px solid #00c0ef !important;
}
.chart-area {
  margin-top: -5% !important;
}
.enhanced {
  font-size: 14px !important;
  font-weight: normal !important;
}
.modified {
  padding: 10px 10px !important;
}
.avg_tenure {
  background-color: #00c0ef !important;
  color: #fff !important;
  border: 1px solid #00c0ef !important;
}
.avg_interest {
  background-color: #f39c12 !important;
  color: #fff !important;
  border: 1px solid #f39c12 !important;
}
.card_stats {
  font-size: 2.8em !important;
}
.card_stats_title {
  font-size: 1.2em !important;
  font-weight: bold !important;
}
.recovery_rate {
  background-color: #00a65a !important;
  color: #fff !important;
  border: 1px solid #00a65a !important;
}
.recovery_rate_all {
  background-color: #f39c12 !important;
  color: #fff !important;
  border: 1px solid #f39c12 !important;
}
.enhanced_card_title {
  text-align: left !important;
  margin-top: 0% !important;
}
#amountReleasedDiv {
  width: 100% !important;
}
#date_error {
  margin-left: 2% !important;
}

.loadingData {
  display: none;
  margin: -9% 0% 0% 45% !important;
}

.supplier_details_span {
  font-size: 12px;
}

.loader {
  margin: 2% 0% 2% 7% !important;
}

.chart-area {
  padding: 50px 0px 20px 0px !important;
}

.analytics_btn {
  margin-top: -1.25% !important;
}

.loaded-content {
  padding-left: 20px !important;
  margin-bottom: 3% !important;
}

.space-right {
  margin-right: 3.5% !important;
}

.alert {
  padding: 2% 2% 2% 2% !important;
  width: 100% !important;
}

.analytics-empty {
  padding: 2% 2% 2% 2% !important;
  margin: -1.5% 0% 2% -1.5% !important;
}

/*****

  Responsiveness

********************/
@media screen and (min-width: 240px) and (max-width: 767px) {
}
