/*switch*/
.switch {
  position: relative;
  bottom: -5px;
  margin-left: 10px;
}

.switch label {
  margin-bottom: 0px;
}

#select_send_to {
  width: 100% !important;
}

/*Multi select*/
.multiselect-container {
  width: 100% !important;
  border-radius: 2px !important;
}

span.multiselect-native-select>.btn-group{
  display: block !important;
}
.multiselect.dropdown-toggle.btn.btn-default{
  width: 100% !important;
  height: 40px !important;
  border: 1px solid #E3E3E3 !important;
  text-align: left !important;
}

.multiselect.dropdown-toggle.btn.btn-default .caret {
  float: right !important;
  position: relative;
  top: 7px;
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
  color: black !important;
}

.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox:focus {
  color: white !important;
}

.hidden {
  display: none;
}
.notification {
  margin-bottom: 20px;
}
.phone_enabled {
  padding: 30px 0px 20px 16px;
}

.phone_enabled > label {
  padding-left: 40px;
}

.verify_btn {
  padding: 10px 20px 30px 0px;
}

/*forms*/
.bvn-form {
  padding: 20px 40px 20px 40px;
}

/*text*/
.centered {
  text-align: center !important;
}

.spinner {
  position: relative;
  display: inline;
  padding: 0px 10px 0px 0px;
  bottom: 3px;
  height: 18px;
}

.rating-container {
  display: inline-block;
}

.ratings {
  position: relative;
  left: 10px;
  padding-bottom: 10px;
}

.ratings.ratings-1 {
  float: left;
  position: relative;
  left: 20px;
}

.ratings.ratings-2 {
  float: right;
  position: relative;
  left: 170px;
  /*top: 0;*/
}

.add-ratings {
  font-size: 1rem;
  position: relative;
  left: 6px;
}

.rate-star {
  font-size: 3em !important;
  margin: 10px;
}

.rate-star.red {
  color: red !important;
}

.rate-star.yellow {
  color: #ffc401;
}

.rate-star.gold {
  color: #ffc400;
}
/*Modals*/

  /*frosty background*/
body.modal-open .wrapper{
  -webkit-filter: blur(7px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  transform: scale(2.1) !important;

  -webkit-transition: transform 10.65s ease-in-out;
  -moz-transition:transform 10.65s ease-in-out;
  -ms-transition:transform 10.65s ease-in-out;
}

.modal-backdrop {
  background: #070707;
}

.modal-backdrop .modal-content {
  background: inherit;
}

  /*modal layout*/
.modal-dialog {
  margin: 6% auto !important;
  width: 380px;
  max-height: 85vh;
  overflow-y: auto;
}

.modal-body {
  padding: 5px 15px !important;
}

.modal-header {
  border-bottom: none !important;
  text-align: center;
}

.modal-footer {
  border-top: none !important;
}

.foot-logo {
  height: 30px;
  width: auto;
  margin: 10px 0px 20px 0px;
}

/*login modals*/
body.modal-open .main{
  -webkit-filter: blur(7px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  transform: scale(2.1) !important;

  -webkit-transition: transform 10.65s ease-in-out;
  -moz-transition:transform 10.65s ease-in-out;
  -ms-transition:transform 10.65s ease-in-out;

  position: fixed;
}

body.modal-open header{
  -webkit-transition: transform 10.65s ease-in-out;
  -moz-transition:transform 10.65s ease-in-out;
  -ms-transition:transform 10.65s ease-in-out;

  background: rgba(10, 10, 10, 0.2);
  -webkit-filter: blur(7px);
  -moz-filter: blur(15px);
  -o-filter: blur(15px);
  -ms-filter: blur(15px);
  filter: blur(15px);
  transform: scale(1.1) !important;
}

/*otp and PIN input*/
.verification-input input[type="password"] {
    display: inline-block;
    width: 39px;
    height: 2em;
    margin: 3px;
    font-size: 3rem;
    padding-top: 0px;
    color: #adadad;
}

.verification-input {
  margin-bottom: 0px !important;
}

.verification-input input[type="password"]:focus {
  border: 1px #71E082 solid !important;
}

.verification-input input[type="text"].hid_den {
  display: inline-block;
  width: 0px;
  height: 0px;
  opacity: 0;
  position: fixed;
}

.note-1 {
  padding: 5px 20px 0px 20px;
  text-align: center !important;
}

.note-2 {
  padding: 5px 20px 0px 20px;
  text-align: justify !important;
}
.comment {
  border-radius: 4px;
}

.comment > p {
  font-size: 12px;
}

.comment.comment-1 {
  color: #2f2f2f;
  background-color: #f6fff7;
  padding: 12px;
  margin-bottom: 5px;
}

.comment.comment-2 {
  color: #2f2f2f;
  background-color: #f6f6ff;
  padding: 12px;
  margin-bottom: 5px;
}
.comment.info {
  font-size: 9px;
  color: grey;
}

.comment.message {

}

/*//======= RESPONSIVE SECTION =======//*/


/* mobile ----------- */
@media only screen 
and (min-width : 320px) and (max-width: 510px) {
/* Styles */
  .modal-dialog {
    width: 90%;
    min-width: 320px;
    max-width: 90%;
    margin: 0 auto;
  }
  .modal-title {
    font-size: 1.8rem;
    padding: 0px auto;
  }
  .verification-input input[type="password"] {
      width: 30px;
      height: 1.5em;
      margin: 3px 2px;
      font-size: 3rem;
      padding: 0.6rem;
      padding-top: 0px;
    }
}
/* Tablet/mobile ----------- */
@media only screen 
and (min-width : 511px) and (max-width: 1224px) {
/* Styles */
  .modal-dialog {
    width: 80%;
    min-width: 350px;
    max-width: 350px;
    margin: 0 auto;

  }
  .verification-input input[type="password"] {
      width: 35px;
      height: 1.5em;
      margin: 3px;
      font-size: 3rem;
      padding: 0.9rem;
      padding-top: 0px;
  }
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1225px) {
/* Styles */
  .modal-dialog {
    width: 380px;
    position: fixed;
    left: 40%;
  }
  .verification-input input[type="password"] {
      width: 39px;
  }
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
/* Styles */
  .modal-dialog {
    width: 400px;
    position: fixed;
    left: 40%;
  }
  .verification-input input[type="password"] {
      width: 41px;
  }
}


