
body {
    line-height: 1.42857143;
   }
.modal h1, .modal h2, .modal h3 {
    margin: 0;
    line-height: 1.1;
} 
button, input, select, textarea {
  font-family: Roboto,sans-serif;
  font-size: inherit;
  line-height: inherit;
  outline: none;
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.form-group {
    margin-bottom: 15px;
} 
input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.close {
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    opacity: 1;
    line-height: 18px;
    text-shadow: none;
    float: right;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    opacity: 1;
    text-shadow: none;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.error-msg {
    font-size: 13px;
    line-height: 30px;
    color: #dd3737;
    font-weight: 400;
    vertical-align: middle;
    visibility: hidden;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
 .modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%); }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0; }

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5; }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.in {
    opacity: .5;
}
.verify-nav {
  background: #f6f8fa;
  padding: 15px 0 10px;
}
.verify-nav p {
  text-align: center;
  margin: 0;
  font-size: 13px;
  color: #414141;
  line-height: 1.42857143;
}
.verify-nav p svg {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: bottom;
}
.verify-nav p a {
  font-weight: 600;
}
#information_bar_verify .verify-nav p button.close.close-btn {
  color: #a4b4f2;
  font-size: 23px;
  position: relative;
  right: 48px;
}

@media (max-width: 576px){
    .verify-nav p svg {
        display: none;
    }
    .verify-nav p {
        text-align: left;
        position: relative;
        padding: 0 21px;
        color: #fff;
        font-size: 15px;
        width: 84%;
        line-height: 20px;
        letter-spacing: normal;
    }
    #information_bar_verify .verify-nav p button.close.close-btn {
        color: #d9d9d9;
        font-size: 39px;
        position: absolute;
        right: -33px;
        top: 50%;
        transform: translateY(-50%);
    }
}
.modal.my_modal_alert .modal-dialog {
  width: 500px!important;
  margin: 0 auto;
  top: 50%!important;
  transform: translateY(-50%)!important;
}
.modal.my_modal_alert .modal-dialog .modal-content {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 4px rgb(0 0 0 / 33%);
  text-align: center;
}
.modal#verify_modal .modal-dialog.modal-small .modal-header {
  display: none;
}

.modal.my_modal_alert .modal-dialog .modal-content .modal-body {
  padding-bottom: 0;
  width: 80%;
  margin: auto;
}
.modal#verify_modal.my_modal_alert .modal-dialog .modal-content .modal-body h5.message-body {
  padding: 0;
  margin: 10px 0;
  font-size: 16px;
}
.modal.my_modal_alert .modal-dialog .modal-content .modal-body p {
  font-size: 14px;
  margin: 13px 0;
  color: #7d7d80;
  letter-spacing: normal;
}
.modal#verify_modal.my_modal_alert .modal-dialog .modal-content .modal-body p {
  font-size: 14px;
}
.modal#verify_modal.my_modal_alert .modal-dialog .modal-content .modal-footer {
  padding: 0 15px 15px;
}

.modal#verify_modal.my_modal_alert .modal-dialog .modal-content .modal-footer button.btn.btn-blue {
  min-width: 100px;
  border-radius: 2px;
}


/* Request modal fixes by lakshmi */
.modal.my_modal_alert .modal-dialog .modal-content .modal-footer {
  border: none;
  text-align: center;
}

.modal.my_modal_alert .modal-dialog .modal-content .modal-footer button.btn {
  width: 110px;
  height: 47px;
  font-size: 13px;
  letter-spacing: normal;
}

.modal.my_modal_alert .modal-dialog .modal-content .modal-body h5.message-body{
  font-size: 16px;
  font-weight: 600;
}