/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Apr 28, 2020, 2:38:54 PM
    Author     : Anis
*/
.close-link{
    cursor: default!important;
}
.open-link{
    color: #21252b!important;
    position: relative;
}
.open-link:hover{
    color: #14157A!important;
}
.open-link:hover:after{
    content: '';
    background-color: #F5800F;
    position: absolute;
    bottom: -5px;
    height: 2px;
    width: 75%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.f-13{
    font-size: 13px!important;
}
.btn-secondary {
    background-color: #fff!important;
    color: #14157A!important;
}
.fas{
    cursor: pointer;
}
.sender_amount_field{
    margin-bottom: 10px;
}
.required-missing{
    border-color: red!important;
}
i.fas.fa-pen.icon.p-2:hover {
    background: #fff;
    border-radius: 50%;
}
.h-f, .h-fb {
    display: none;
    max-width: 120px;
    font-family: 'Poppins', sans-serif;
    padding: 3px 10px;
    border: 1px solid #dbdbdb;
    font-size: 13px;
}
i.fa-check-circle {
    color: #38d838;
    font-size: 22px;
    line-height: 25px;
    position: relative;
    top: 5px;
}
i.fa-times-circle {
    color: red;
    font-size: 22px;
    line-height: 25px;
    position: relative;
    top: 5px;
}
.f-13{
    font-size: 13px!important;
}
.hidden{
    display:none!important;
}
.funds-transfer-con .cs-spinner {
    position: absolute;
    bottom: 15px;
    right: 20px!important;
    color: #D3D3D3 !important;
}
.select_ul .search-feild {
    width: 100%!important;
}
.tooltip {
    margin-bottom: 10px!important;
}
.tooltip-inner {
      color: #721c24!important;
    background-color: #f8d7da!important;
    border-color: #f5c6cb!important;
    font-size: 12px!important;
}
.tooltip.bs-tooltip-right .arrow:before {
    border-top-color: #f8d7da !important;
}
.tooltip.bs-tooltip-left .arrow:before {
    border-top-color: #f8d7da !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
    border-top-color: #f8d7da !important;
}
.tooltip.bs-tooltip-top .arrow:before {
    border-top-color: #f8d7da !important;
}