.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: auto;
    margin-left: -13px;
    margin-top: -10px;
}
.img-x9{
    width: 145px;
    height: auto;
}
.img-x10{
    width: 160px;
    height: 160px;
}
.text-primary
{
    color:var(--theme-deafult) !important;
}
.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;
}
.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 */
}








.form-label{
    font-weight:600 !important;
    font-size: 13px !important;
    margin-bottom: 0px;
}
.form-label-desc
{


    font-size: 12px !important;
    margin-top: -7px !important;
    margin-bottom: 3px !important;
    color:rgb(51, 48, 48);

}
.error-msg{
color:rgb(199, 61, 68);
}
.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;


}
.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;
    font-weight:500;
}
.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;
    font-weight: 400;
}
.basic-table, .basic-table thead tr th, .basic-table tbody tr th{
    font-size: 13px !important;
    font-weight: 600 !important;
}
.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;
}
/* .open-file {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
} */
.open-file {
    position: absolute;
    height: 100%;
    width: calc(100% - 60px);
    z-index: 1;
    left: 0;
    top: 0;
}
.file_card{
    background-color: #f5f5f5;
}
.folder-div{
     border-radius: 5px;
      background-color:#f5f5f5;
}

.is-expanded .sidebar-submenu {
    display: block !important;
    padding-left: 0px !important;
}
.is-active > a.sidebar-link {
    color: #ffffff !important;
    font-weight: 400 !important;
}
.sidebar-submenu a.is-active {
    color: #ffffff !important;
    font-weight: 500 !important;
}
.is-expanded .fa-angle-right {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}
.user_img{
    height: 49px;
}

