.img-vsm{
    width: 28px;
    height: 28px;
}
.img-mm{
    width: 20px;
    height: 20px;
}
.img-sm{
    width: 35px;
    height: 35px;
}
.img-30{
    width: 30px;
    height: 30px;
}
.img-35{
    width: 35px;
    height: 35px;
}
.img-nm{
    width: 40px;
    height: 40px;
}
.img-lg{
    width: 50px;
    height: 50px;
}
.img-xlg{
    width: 60px;
    height: 60px;
}
.img-xxlg{
    width: 60px;
    height: 60px;
}
.img-x6{
    width: 100px;
    height: 100px;
}
.img-x8{
    width: 130px;
    height: 130px;
}
.img-x9{
    width: 145px;
    height: 145px;
}
.img-x10{
    width: 160px;
    height: 160px;
}
.text-yellow
{
    color:yellow !important;
}
.text-orange
{
    color:orange !important;
}
.text-orange2
{
    color:orangered !important;
}
.text-lightgreen
{
    color:lightgreen !important;
}

.size-sm{
    font-size: 12px !important;
}

.size-nm {
    font-size: 13px !important;
}

.size-10{
    font-size: 10px !important;
}
.size-9{
    font-size: 9px !important;
}
.size-vsm {
    font-size: 11px !important;
}

.size-lg {
    font-size: 15px !important;
}

.size-vlg {
    font-size: 19px !important;
}
.size-xl {
    font-size: 22px !important;
}

.size-xxl {
    font-size: 25px;
}
.size-30{
    font-size: 30px;
}
.size-32{
    font-size: 32px;
}
.size-34{
    font-size: 34px;
}
.size-40{
    font-size: 40px;
}
.size-45{
    font-size: 45px;
}
.size-60{
    font-size: 60px;
}
.custom-numbered-list {
    /* Add your custom styles here for ordered lists */
    list-style: decimal !important; /* Use decimal numbers for the list items */
    padding-left: 20px !important; /* Adjust the left padding as needed */
    /* Add any other custom styling you want for ordered lists */
}

/* Define the custom styles for the unordered list with the custom class */
.custom-bulleted-list {
    /* Add your custom styles here for unordered lists */
    list-style: disc !important; /* Use filled circles for the list items */
    padding-left: 20px !important; /* Adjust the left padding as needed */
    /* Add any other custom styling you want for unordered lists */
}









.custom-table-size-sm, .custom-table-size-sm tr,  .custom-table-size-sm tr td, .custom-table-size-sm tr th{
    font-size: 12px !important;
}
.bg-orange{
    background-color: purple !important;
}
.custom-table-td-sm tr td,.custom-table-td-sm tr th
{
    padding:12px 6px !important;
}
.custom-table-size-vsm, .custom-table-size-vsm tr,  .custom-table-size-vsm tr td, .custom-table-size-vsm tr th
{
    font-size: 11px !important;
}
.custom-table-td-vsm tr td,.custom-table-td-vsm tr th
{
    padding:10px 5px !important;
}

/* Extras */
.alert-grey
{
    background-color: rgb(236, 234, 234);
}

.btn{
    border-radius: 7px !important;
}
.btn-light
{
    background-color: rgb(247, 246, 246) !important;
}
.filter-btn{
    line-height: 1.5 !important;
}
.filter-field{
    line-height: 1.2 !important;
}
.action-btn{
    background: none !important;
    border-radius: 30px !important;
    font-weight: bold !important;
    font-size: 15px !important;
    padding: 1px 13px !important;
    border:1px solid rgb(241, 241, 241) !important;


}
.action-btn:hover{
    background-color: rgb(241, 241, 241) !important;
}
.table-responsive{
    /*overflow: visible !important;*/
}
.action-menu .dropdown-item{
    font-size: 11px !important;
    color: black !important;
    padding: 7px 12px !important;
}
.action-menu-icon{
    /* color:var(--primary-bg-color) !important; */
    color: black;
    margin-right: 5px;
}
.action-menu .danger
{
    color:red !important;
}
.danger{
    color:red !important;

}
.basic-table, .basic-table thead tr th, .basic-table tbody tr td{
    font-size: 12px;
}
.card-header{
    padding:12px 1.5rem;
}
nav[role="navigation"] > div:first-child {
    display: none;
}
.btn{
    min-width: 0px !important;
}
.navcust{
    border:1px solid lightgrey;
}
.cust-nav .nav-link{
    padding:3px 7px !important;
    padding-top: 8px !important;
    margin-right: 30px;
    padding-bottom: 4px !important;
    border:none;


}
.cust-nav .nav-link.active{

    color:black !important;
    background: #f0f0f5 !important;
    border-radius: 14px 14px 0px 0px !important;
    font-weight: bold !important;
    /* border:1px  solid lightgrey; */
    border-bottom:1px solid #f0f0f5;

}
.cust-nav .nav-link:hover{
    border:none;
    color:black !important;
    background: #f0f0f5 !important;
    border-radius: 14px 14px 0px 0px !important;
    font-weight: bold !important;
    border-top:1px  solid lightgrey;
    border-right:1px  solid lightgrey;
    border-left:1px  solid lightgrey;

}
.form-label{
    margin-bottom: 5px;
}
.header-badge .hb-header{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: bold;
}
.header-badge .hb-desc{
    text-align: left;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 11px;
}
.header-badge{
    background: white;
    border-radius: 7px 7px 7px 7px;
    border-radius: 3px 3px 3px 3px;
    padding:2px;
    padding-right: 15px;
    padding-left: 6px;
    box-shadow: 0 4px 25px 0 rgba(168, 180, 208, 0.1);
    /* border:1px solid lightgrey; */
    border-left: 4px solid rgb(0,115,164);

}


.form-check-label{
    margin-top: 3px !important;
    padding: 0px 0px;
}


input.removed_arrow[type=number]::-webkit-inner-spin-button,
input.removed_arrow[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input.removed_arrow[type=number] {
    -moz-appearance: textfield;
}

/* .card-body{
    overflow-x: auto; Display horizontal scrollbar when content overflows
} */



.col-header{
    padding:8px 5px;
    background-color:rgb(236, 234, 234);
    font-weight: 500;
    font-size: 13px;
}
.col-data{
    font-size: 12px;
    padding:6px 5px;
}
.row-data {
    border:1px solid lightgrey;
    border-top:none;
}
.row-header{
    border:1px solid lightgrey;
}
