
.formfield {
  vertical-align: middle;
}

.table td, .table th {

    border-top: none !important;
    width: 2px;
    word-wrap: break-word;

}

.table td {

    width: 20px;
    word-wrap: break-word;

}


.table .thead-light th {

    border-color: black !important;

}

.table thead th {

    border-bottom: 1px solid black !important;
}
.purchase-card{
    width: 28% !important;
}
.credits{
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-style: italic;
}
.buttons{
    width:45%;

}
.align{
    display: flex;
    justify-content: space-around;
}
input{
    width:100%;
    overflow: visible;
    border-radius: 4px;
    outline: none;
    border: 1px solid lightgray;
}
.newbatch-button{
    width: 20% !important;
}
.buy-credit{
    display: none;
}
.cl-white{
    color: white;
}

.mt-70{
    margin-top: 70px !important;
}
.ind-buttons-align{
    display: flex;
    justify-content: center
}


.new-sale-align{
    display: flex;
    justify-content: left
}

.ml-30{
    margin-left: 30px;
}
.manage-btn{
    display: flex;
    justify-content: space-between;
}
.file-upload{
    width: 80%;

    border: none;
}
.btn-upload{
    background: none;
}


.file-upload::-webkit-file-upload-button {

    border: 0;
    border-radius: 5px;
    height: 40px;
    width: 50%;
    background-color: #6c757d;
    color: white;
}

.edit{
    color: black;
    font-size: 12px;
    padding-left: 10px;
}

.mr-10{
    margin-right: 10px;
}
.nav-link:hover,.logout:hover{
    color: white;
    font-weight: bold;
}

.mt-30{
    margin-top: 25%;

}
.sign-out-btn{
    padding-left: 5px;
}

.curveborder{
    border-radius: 25px !important;
}