.ev_formup {
    margin: 50px 0;
    background: #fff;
    border-radius: 4px;
    border-top: 12px solid #ef80be;
    float: left;
    width: 100%;
}
.ev_tabs_div {
    padding: 0;
    list-style-type: none;
    float: left;
    width: 100%;
    margin: 0;
}
.ev_tabs_div li.active {
    background: #fff;
    opacity: 1;
}
.ev_tabs_div li {
    width: 33.33%;
    float: left;
    background: #f1f1f1;
    line-height: 80px;
    padding: 0 40px;
    cursor: pointer;
    opacity: 0.5;
}
.ev_tabs_div li:before {
    content: '';
    width: 42px;
    height: 42px;
    float: left;
    background: #83a3eb;
    margin: 20px 18px 20px 0;
    border-radius: 50%;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-family:'FontAwesome';
}
.ev_tabs_div li.your_details:before {
    content: '\f007';
    
}
.ev_tabs_div li.verify_account:before {
    content: '\f2c2';
    
}
.ev_tabs_div li.banking_details:before {
    content: '\f19c';
    
}
.ev_tab {
    float: left;
    width: 100%;
    padding: 40px;
    display:none;
}
.ev_tab:first-child {
    display: block;
}
  .ev_formup h1,
  .ev_formup h2 {
      color: #83a3eb;
      margin-bottom: 30px;
      font-weight: 700;
      text-transform: unset;
      position: relative;
      padding-bottom: 10px;
  }
  
  .ev_formup h1:after,
  .ev_formup h2:after {
      float: left;
      width: 80px;
      border-top: 3px solid #83a3eb;
      content: '';
      position: absolute;
      bottom: -8px;
      left: 0;
  }
  section.main_bg {
    background: #83a3eb;
}

.signupform {
    padding: 40px;
    background: #fff;
border-radius: 10px;}
.signupform form {
    margin-top: 40px;
}
.ev_formup input,
.ev_formup select {
    height: 50px;
}
.ev_formup input[type="submit"],
.ev_formup input[type="button"] {
    background: #83a3eb;
    border: none;
    width: auto;
    padding: 0 80px;
    color: #fff;
    margin: 40px 0;
    transition-duration: 0.5s;
    float: left;
}
.ev_formup input[type="submit"]:hover {
    background: #c8a948;
    transition-duration: 0.5s;
}
.ev_msg {
    margin: 40px 0 0 0;
    font-size: 17px;
    float: right;
    line-height: 50px;
}
.ev_formup input#remember {
    height: auto;
}
.ev_tab form {
    margin-top: 30px;
    float: left;
    width: 100%;
}
.ev_dashboard_menu ul li a {
    color: #83a3eb;
    text-transform: uppercase;
    font-size: 13px;
    float: left;
    width: 100%;
    padding: 0 20px;
}
.ev_dashboard_menu ul li {
    width: 20%;
    display: inline-block;
    position: relative;
}
.ev_dashboard_menu ul {
    list-style-type: none;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 50px;
}
.ev_dashboard_menu {
    background: #f1f1f1;
    line-height: 50px;
}
.ev_dashboard_menu ul.sub_menu {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 99%;
    z-index: 999;
    background: #007dd1;
    display: none;
}
.ev_dashboard_menu ul.sub_menu li {
    width: 100%;
}
.ev_dashboard_menu ul.sub_menu li a {
    color: #fff;
}
.ev_dashboard_menu ul li:hover ul.sub_menu {
    display: block;
}
.dashboard_user {
    float: left;
    width: 100%;
    margin: 60px 0;
}
.dashboard_user h1 {
    color: #074771;
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 42px;
}
.dashboard_user h2 {
    margin: 0 0 20px;
    color: #000;
    font-size: 22px;
    padding: 6px 0;
}
.dashboard_user ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.side_border_left {
    border-left: 1px solid #dedede;
}
.transactions_list li {
    padding: 12px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    color: #727272;
}
.transactions_list li b {
    color: #1c1b1c;
    font-weight: normal;
}
.transactions_list li.trans_head {
    color: #1c1b1c;
    font-size: 16px;
}
.currency_balance {
    padding: 28px 18px;
    background: rgb(0 125 209 / 10%);
}
.currency_balance h2 {
    color: #83a3eb;
}
.currency_balance li {
    line-height: 52px;
    padding: 0 20px;
    border-bottom: 1px solid rgb(8 71 113 / 20%);
    color: #83a3eb;
}
.currency_balance li:last-child {
    border: none;
}
.tar_id {
     background: #ddecfb;
     color: #8cadd4;
     text-align: center;
     line-height: 32px;
}
.tar_status {
    color: #007dd1;
    font-weight: bold;
}
.transactions_list select {
    float: left;
    width: 100%;
    border: none;
    background: #007dd1;
    padding: 10px 12px;
    color: #fff;
}
.wallet_recharge {
    background: #83a3eb;
    margin-top: 38px;
    padding: 28px 18px;
    color: #fff;
}
.wallet_recharge h2 {
    color: #fff;
}
.wallet_recharge input[type="submit"] {
    background: #007dd1;
    color: #fff;
    border: none;
}
.beneficiary_type {
    margin-top: 20px;
}
.beneficiary_type .form-control-wrap {
    background: #fff;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    position: relative;
    line-height: 44px;
    text-align: center;
    color: #aaa;
}
.beneficiary_type .form-control-wrap.active {
    background: #007dd1;
    border: 1px solid #007dd1;
    color: #fff;
}
.beneficiary_type input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
}
.mt_form form {
    margin: 0;
}
.mt_form form h2 {
    margin-bottom: 82px;
}
#beneficiary_name_sug_row {display: none;}
.currency_boxes {
    padding: 40px 20px;
    float: left;
    width: 100%;
    background: #f5f5f5;
    border: 1px dashed #ddd;
}
.currency_boxes select,
.currency_boxes input {
    border:none;
    box-shadow: none;
}
.convert_currency .signupform {
    background: #fff;
    border: none;
    padding: 0;
}
.currency_box h3 {
    margin: 0 0 22px;
    font-size: 22px;
}
.currency_box p {
    text-align: right;
    font-weight: bold;
    margin: 0;
}
.conversion_arrow {
    text-align: center;
    height: 110px;
    font-size: 40px;
    color: #83a3eb;
    position: relative;
    cursor: pointer;
}
.conversion_arrow:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background: #f36326 url(../img/exc.png) no-repeat center center / 50%;
    top: 24%;
    left: 40%;
    border-radius: 50px;
}
.convert_btn {
    text-align: center;
}
.convert_btn input {
    float: none !important;
}
.ev_dashboard_menu li.active a {
    background: #007dd1;
    color: #fff;
}
.ev_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    display: none;
}
.ev_popupcon {
    width: 40%;
    margin: 40px 30%;
    background: #f1f1f1;
    padding: 40px;
    border-radius: 4px;
    text-align: center;
}
.ev_popup input {
    background: #ddd;
    border: none;
    width: 100%;
    padding: 18px 22px;
    border-radius: 4px;
    margin-top: 20px;
}
.ev_popup input[name="verify_otp"] {
    background: #83a3eb;
    color: #fff;
}
.ev_popup h3 {
    font-size: 32px;
}
.ev_popup img {
    width: 70%;
}
.ev_error {
    float:left;
    width:100%;
    line-height: 42px;
    color:#fff;
    font-size: 18px;
    background: #f36523;
    text-align: center;
}
.ev_msg_c {
    margin: 40px 0;
    font-size: 28px;
    text-align: center;
}
 #example_wrapper *,
 #example {
    display: none;   
 }
 #example_wrapper .dt-buttons .buttons-excel,
 #example_wrapper .dt-buttons .buttons-excel span,
 #example_wrapper .dt-buttons {
    display: block;
 }
.dt-button {
    float: left;
    width: 100%;
    border: none;
    line-height: 38px;
    background: #007dd1;
    color: #fff;
    text-align: center;
    padding: 0 15px;
}
.ev_transaction h4 {
    border-bottom: 1px solid #dbdfea;
    line-height: 52px;
}
.ev_transaction h4 span {
    float: right;
    cursor: pointer;
}
.tar_id {
    cursor: pointer;
}
.filter_btn {
    background: #007dd1;
    line-height: 38px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.filter_pop input,
.filter_pop select {
    margin: 0;
    float: left;
    width: 100%;
    background: #ddd;
    border: none;
    width: 100%;
    padding: 18px 22px;
    border-radius: 4px;
}
.filter_pop input[type="date"] {
    padding: 10px 22px;
}
.filter_pop input[type="submit"] {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.filter_pop label {
    float: left;
    width: 100%;
    text-align: left;
}
.filter_pop .form-group {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.form-control-wrap {
    position: relative;
}
.bal_error {
    position: fixed;
    top: 50px;
    left: 35%;
    background: #fff;
    float: left;
    width: 30%;
    margin: 0;
    color: #f00;
    border: 1px dashed;
    padding: 18px 18px;
    font-size: 15px;
    line-height: 28px;
    border-radius: 6px;
    text-align: center !important;
    z-index: 999;
}
.trans_fee {
    display: none;
    background: #fff;
    border: 1px dashed #83a3eb;
    color: #000;
    margin-top: 40px;
    float: left;
    line-height: 30px;
    border-radius: 4px;
    width: 100%;
    text-align: left;
    padding: 20px 40px;
    font-size: 16px;
}
.ev_popupcon p {
    font-size: 12px;
    margin: 0 0 5px;
}
.filter_form h4 {
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 28px;
    font-weight: 700;
}
.filter_form h4 span {
    float: right;
    cursor: pointer;
}
img.loader {
    position: absolute;
    top: 20%;
    right: 10px;
    height: 60%;
    display: none;
}
#document .form-control-wrap {
    font-size: 0;
}
#document .fileuploader {
    font-size: 16px;
    margin: 0;
    padding: 0;
}
#document .fileuploader-input .fileuploader-input-caption {
    border-radius: 4px;
    border: 1px solid #ccc;
    color: #555;
    font-weight: normal;
    padding: 14.8px 12px;
}
#document .fileuploader-input .fileuploader-input-button {
    border-radius: 4px;
    background: #428bca;
}
.menu .sub_menu {
    position: absolute;
    background: #ae9239;
    margin: 0;
    top: 35px;
    z-index: 999;
    text-align: left;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
}
.menu .sub_menu li {
    margin: 0;
    float: left;
    width: 100%;
}
.menu .menu_ev:hover .sub_menu {
    display: block;
}
.ev_transaction li {
    float: left;
    width: 100%;
}
.ev_transaction h3 {
    color: #83a3eb;
    font-size: 24px;
}
.ev_transaction * {
    color: rgb(40,40,40);
}
.ev_transaction .ev_popupcon {
    text-align: center;
    padding: 70px 18px 22px 18px;
    height: 620px;
    overflow-y: scroll;
    position: relative;
}
.ev_transaction img {
    width: 25%;
}
.ev_sec {
    float: left;
    width: 100%;
    margin: 18px 0;
    list-style-type: none;
    text-align: left;
}
.ev_transaction .ev_grey_text {
    color: rgb(120,120,120);
}
.ev_trans_action {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #83a3eb;
}
.ev_trans_action .ev_trans_btn {
    float: right;
    margin: 5px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff !important;
    font-size: 22px;
    cursor: pointer;
}
.ev_trans_action .ev_print_btn.ev_trans_btn:before {
    content: '\f02f';
    font-family:'FontAwesome';
}
.ev_trans_action .ev_download_btn.ev_trans_btn:before {
    content: '\f019';
    font-family:'FontAwesome';
}
.ev_trans_action .ev_email_btn.ev_trans_btn:before {
    content: '\f0e0';
    font-family:'FontAwesome';
}
.ev_trans_action .popup_closer.ev_trans_btn:before {
    content: '\f00d';
    font-family:'FontAwesome';
}
.ev_rsp_label {
    float: left;
    width: 30%;
}
.tar_status.refund {
    color: #f00;
}
.tar_status.cancelled {
    color: #f00;
}
.tar_status.declined {
    color: #f00;
}
.tar_status.complete {
    color: #0f0;
}
.tar_status.pending {
    color: #FFD700;
}
.group_pagination [type="submit"] {
    float: left;
    width: 100%;
    background: #83a3eb;
    color: #fff;
    border-radius: 0;
    padding: 0 10px;
    line-height: 38px;
    height: 38px;
    border: none;
}
.wallet_recharge textarea {
    height: 150px;
    resize: none;
}
.error_main {
    background: #f00;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border-radius: 2px;
    float: left;
    width: 100%;
}
.f_error {
    position: absolute;
    bottom: -10px;
    left: 0;
    background: rgb(255, 54, 54);
    float: left;
    width: 100%;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
    z-index: 999;
}
.bal_errorcloser {
    background: #f00;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 40px;
    position: absolute;
    top: -16px;
    left: -16px;
    cursor: pointer;
}
.bal_errorcloser:before {
    content: '';
    width: 100%;
    height: 100%;
    float: left;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family:'FontAwesome';
    content: '\f00d';
}
input[type=number] {
    -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media (max-width:767px){
    .menu ul {
        text-align: center;
    }
    .menu ul li a {
        padding: 10px 4px;
        margin: 10px 0;
    }
    a.sign-in, a.log-in {
        padding: 10px 20px !important;
    }
    .part-logo {
        margin-bottom: 0;
        padding: 0px 0;
        margin-top: 15px;
    }
    footer {
        padding: 60px 0 40px;
        margin-top: 0;
        float: left;
        background: #83a3eb;
        text-align: center;
    }
    }