﻿.Total {
    color: #af8648;
    font-size: 17px;
    font-weight: bold;
    margin-top: 7px ;
}

.btn {
    /*width: 100%;*/
    color: white;
}

.SearchBtn {
    background: #892a22 !important;
    border: #892a22 !important;
}

.ClearBtn {
    background: #787162 !important;
    border: #787162 !important;
}

.btn:hover {
    /*background: transparent !important;*/
   
    /* border: #892a22 !important; */
    outline: 0;
    border:3px solid rgba(13, 110, 253, .25) !important;
    border-radius:5px;
    color: black;
    /* border-color: red; */
    /*box-shadow: 0 0 9px 0rem rgb(206 18 18);*/
}
/*ClearBtn:hover {
            background: transparent !important;
            border: transparent;*/
/* border: #892a22 !important; */
/*outline: 0;
            box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
        }*/

.ltr {
    direction: ltr;
}

.TableHeader {
    font-size: 12px !important; /* Font size based on viewport height */
    font-weight: bold;
}
