.bx-right-arrow-alt{color:#59EB1A;}
.btn-dispute{background-color: #59EB1A !important;border-color: #59EB1A !important;}


/*pathak css*/ 

.table_order{
    background: #F8F9FA;
}
.all_layout ul{
    list-style: none;
    /* margin-top:3px; */
    padding-left:0px;
}
.all_layout ul li{
    float:left;
    margin:0px 27px 0px 0px;
    color:#495057;
    font-family: 'Poppins', sans-serif;
    font-weight:500;
    cursor: pointer;
    
}
/* .all_layout ul li,.Active{
    background: #59EB1A;
    padding:7px 20px 7px 20px;
    color:#fff
} */

.all_layout ul li span{
    padding:7px 20px 7px 20px;
    background-color: #59eb1a;
    color:#fff
}
.trans_cation{
    padding:20px 20px 5px 20px;
}
.trans_cation h5{
    /* margin-bottom:20px; */
    font-size:15px;color:#495057;
    font-family: 'Poppins', sans-serif;
    font-weight:500;

}
.won_button{
    font-size:11px;
    font-family: 'Poppins', sans-serif;
    padding:8px 40px 8px 40px;
    color:#34C38F;
    background-color:#DAF4EB;
    margin-left:20px;
}
.lost_button{
    font-size:11px;
    font-family: 'Poppins', sans-serif;
    padding:8px 40px 8px 40px;
    color:#F46A6A;
    background-color: #FDE4E4 ;
    margin-left:20px;
}
.respond_button{
    font-size:11px;
    font-family: 'Poppins', sans-serif;
    padding:8px 28px 8px 28px;
    margin-left:20px;
}
.under_review{
    font-size:11px;
    font-family: 'Poppins', sans-serif;
    font-weight:400;
    padding:8px 15px 8px 15px;
    border-radius:3px;
    color:#34C38F;
    background-color: #fff;
    margin-left:20px;
    border:1px solid #34C38F
}
.input_form{
    padding:7px;
    border:1px solid #CED4DA;
    outline:none !important;
    color:#74788D;
    border-radius:3px;
    width:100%;
}
.modal-header{
    border:none !important
}
.disputes_content p{
font-size:12px;
font-family: 'Poppins', sans-serif;
font-weight:400;
}
.right_side_details{
    float:right;
    margin-bottom:0px;
}
.dispute_body{
    padding-top:0px !important; 
}
.input_reason{
    padding:7px;
    border: 1px solid #ced4da;
    outline:none !important;
    border-radius:3px;
}
.form-label{
    margin-bottom:0px;
    margin-top:5px !important
}
.payment_processor{
    margin-top:10px;
}
.payment_processor h5{
    font-size:13px;
    font-weight:600;
    color:#495057;
    font-family: 'Poppins', sans-serif;
    margin-bottom:0px;
}
.payment_option ul li img{
    width:80px;
}
.payment_option{
    padding-top:10px;
}
.add_processor{
    border:1px solid #59eb1a;
    color:#59eb1a;
    background: #fff;
    outline:none !important;
    padding:8px;
    font-family: 'Poppins', sans-serif;
    font-size:13px;
    border-radius:4px;
}
.response_button{
    background-color:#59eb1a;
    color:#fff;
    padding:8px 15px 8px 15px;
    border:none !important;
    outline:none !important;
    border-radius:3px;
    margin:20px 0px 20px 0px
}
.pop_up_add{
    position: absolute;
    bottom:5px;
    width:50%;
    margin:auto;
    padding:10px;
    left:25%;
    z-index:999;
    box-shadow: 0px 12px 24px #0000001F;
    background: #fff;
    border-radius:5px;
}
.Add_new1{
    text-align:right
}
.close_button{
    cursor:pointer;
    text-align: right;
}
.btn-primary {
    color: #fff;
    background-color: #59eb1a !important;
    border-color: #59eb1a !important;
}
.add_dus{
    margin-top:22px;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    right: 100%;
    margin-top: -1px;
}
  a {
    text-decoration: none;
    color: #000000;
  }
  a:hover {
    color: #222222
  }
  /* Dropdown */
  .dropdown {
    display: inline-block;
    position: relative;
  }
  .dd-button {
    display: inline-block;
    border: 1px solid #59eb1a !important;
    border-radius: 4px;
    padding: 8px 30px 8px 20px;
    background-color: #59eb1a !important;
    cursor: pointer;
    white-space: nowrap;
    color:#fff
  }
  .dd-button:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
  }
  .dd-input {
    display: none;
  }
  .dd-menu {
    position: absolute;
    top: 100%;
    border-bottom: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
    z-index: 999;
  }
  .dd-input + .dd-menu {
    display: none;
  } 
  .dd-input:checked + .dd-menu {
    display: block;
  } 
  .dd-menu li {
    padding: 5px 10px;
    cursor: pointer;
    white-space: nowrap;
    font-size:13px !important;
  }
  .dd-menu li:hover {
    background-color: #f6f6f6;
  }
  .dd-menu li a {
    display: block;
    margin: -10px -20px;
    padding: 10px 20px;
    font-size:13px !important;
    line-height:26px;
    font-family: 'Poppins', sans-serif;
    color:#495057
  }
  .dd-menu li{
    border-bottom: 1px solid #CFCFCF;

}
.dd-menu li:hover{
    background: #59eb1a !important;
    color:#fff;
    border:none;  
}
.dropdown-submenu .dropdown-menu {
    top: 81px;
    right: 100% !important;
    margin-top: -1px;
}

.dropdown-menu{
    overflow-y: scroll !important;
    height:300px !important;
    overflow-x:hidden !important
}
.dropdown-menu li a:hover{
    color:#fff
}
.dropdown-submenu,.test:hover{
    color:#fff
}
/*pathak css*/


beta.disputifier.com/login/directlogin