div.dataTables_wrapper div.dataTables_paginate {
    float:right !important;
}
.modal-lg{
    max-width:1200px !important;
}
.select2-container .select2-selection--single{
    height: 35px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 33px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:4px !important;
}

.user_btn_container{
    /* margin: 349px 260px;
    width:55%; */
    margin: auto;
    justify-content: center;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    padding-top: 250px;
}

.user_btn{
    background: black!important;
    color: white !important;
    padding: 25px !important;
    text-align: center;
    margin:5px;   
    border-radius: 4px;
    font-weight: bolder;
    min-width: 245px;
}

.user_btn:hover{
    background-color: #E5CDBF !important;
    color: black !important;
    text-decoration: none;
    transition: 0.5s;
}

/* Dashboard  */
.gx-toolbar 
{
    /* background-color: #312B59; */
    background-color: #E5CDBF;
}

.gx-main-content 
{
    background: linear-gradient(183deg, #FFF5F5 0%,  #E5CDBF 70%,  #FFF5F5);
}

.card 
{
    background-color:#FFF5F5;
    color: black;
    border-radius: 27px;
}

a
{
    color:#312B59;
}

a:hover 
{
    color: white;
    background: black;
}

.gx-footer 
{
    background-color: #E5CDBF;
}

/* End of Dashboard  */

.main_logo 
{
    padding: 42px 0;
    width: 300px;
    height: 168px;
    margin: 0 auto;
    padding-top: 263px;
    justify-content: center;
    display: flex;
}

.img {
    min-width: 245px;
    /* justify-content: center; */
    /* width: 25px !important; */
}

.inventoryS
{
    font-size: 25px;
    font-family: inherit;
    color: #444;
    margin-top: 66px;
    margin-bottom: -10rem;
}

.card-link 
{
    background-color:#E5CDBF;
    color:black;
    padding: 11px;
    border-radius: 27px;
}

.quick-menu.header-notifications.ml-auto 
{
    background-color: black;
    padding: 5px;
    border-radius: 15px;
}

.message
{
    color: black;
    font-size: 13px;
}

.info-box 
{
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    background-color: #E5CDBF;
    border-radius: .25rem;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    width: 100%;
}
  
.info-box .info-box-icon 
{
    border-radius: .25rem;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.875rem;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 70px;
}
  
.info-box .box-text, .info-box .progress-description 
{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
  
.info-box .info-box-content 
{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.8;
    -ms-flex: 1;
    flex: 1;
    padding: 0 10px;
    overflow: hidden;
}

.bg-info 
{
background-color: black !important;
}

.info-box-icon > i:nth-child(1) 
{
color: white;
}

.count1
{
    display: flex;
    font-size: 2.875rem;
    justify-content: right;
    text-align: right;

}

.box-text
{
    font-size: 17px;
}
