.error{
    color:red;
    font-size: 15px;
    font-weight: 700;
}

.contact-details{

    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    margin-bottom: 15px;
}

.bank-details{

    padding: 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 10px;
    margin-bottom: 15px;

}

.float-right{

    float: right;
}

.mb-10{
    margin-bottom: 10px;
}

.remove-contact{
    max-width: 100px;
}

.btn-primary-color{

    background-color: #e95d2c !important;
    color: #fff;

}

.btn-primary-color:hover{

    background-color: #e95d2c !important;
    color: #fff;
}

.link-primary {
    color: #002673 !important;
}

a {
    color: #fff ;
}

a:hover {
    color: #e95d2c;
}

.pimary-link-blue {

    color:  #1f2554;
}

.pimary-link-blue:hover {

    color:  #e95d2c !important;
}

.h-212 {
    height: 250px;
}

.ml-40{
    margin-left: 40px;
}

.btn-primary,.btn-active-primary{
    background-color: #e95d2c !important;
    color: #fff !important;
}

.btn-active{
    background-color: #1f2554 !important;
    color: #fff !important;
}
.btn-primary:hover{
    background-color: #e95d2c !important;
    color: #fff !important;

}

.link-primary{

    color: #1f2554 !important;

}

.link-primary:hover {
    color: #fff !important ;
}

.current-active{

    background-color: #e95d2c !important;
    color: #fff !important;
}


.btn-active-primary:hover{

    background-color: #e95d2c !important;
    color: #fff !important;

}

.ml-10{
    margin-left: 10px;
} 

.mt-10 {
    margin-top: 10px !important;
}

.float-left{
    float: left;
}

.float-right {

    float: right;
}

.btn-muted{
    background-color: gray;
    color: #fff;
}

.display-non {
    display: none !important;
}

.ml-7{
    margin-left: 7px;
}

.verify-vendor{

    color:red;
}
.ml-5{
    margin-left: 5px;
}

.font-22{
    font-size: 22px !important;
}

.color-blue {
    color: #009ef7 !important;
}

.btn > i {
    padding-right: 0 !important;
}

span.file-info {
    font-size: 12px;
    color: #dd2525;
}

span#verified-vendor-count {
    margin-left: 46%;
}

canvas#normalInvoice {
    width: 250px !important;
}
canvas#totalInvoice {
    width: 250px !important;
}
canvas#advancedInvoice{
    width: 250px !important;
}

.w-80{
    width: 80px;
}

#add-permission{
    margin-bottom: 25px;
}

.max-width-150{
    max-width: 150px;
}

.ml-150{
    margin-left: 150px;
}

.rfq-heading{
    width: 100% !important;
}

.strike-price {
    text-decoration: line-through;
    color: #ff0000; /* Optional: change color to red or any other color */
    /* Optional: make the text bold */
}

.green{
    color: #43e343 !important;
}