.dataTables_filter{
    float: right;
}
.form-control-sm {
    height: calc(1.5em + .5rem + 2px) !important;
}
.footer-text{
    font-size: 15px;
    color: #232175;
}
.margin{
    margin: 10px;
}
.fix-width{
    width: 120px;
}
.search-btn{
    background: #232175;
    color: #fff !important;
    padding: 10px;
    padding-right: 35px;
    padding-left: 35px;
    border-radius: 500px;
    text-decoration: none !important;
}
.search-btn:hover,search-btn:focus{
    background: #151358;
    color: #fff !important;
}

.margin-left{
    margin-left: 15%;
}
.margin-top{
    margin-top: 30px;
}

.add-background{
    background: #e8e7f9;
    border-radius: 10px;
    padding: 15px;
}
.dateInput{
    padding: 7px;
    border-radius: 5px;
    border: 1px solid #cbd5e0;
    outline: 0 !important;
}
.dateInput:hover{
    border: 1px solid #4E73DF;
}
.dateInput:focus{
    border: 1px solid #4E73DF;
}
.btn-success{
    color: #fff !important;
    border-radius: 40px !important;
}
.modal-btn-alignment{
  margin-right: 41% !important;
}
.custom-message{
    padding: 15px;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
}
.margin-right-10{
    margin-right: 10px;
}
.lebel{
    font-weight: bold;
    font-size: 16px;
    margin: 3px;
}
.m-r-20-m-b-20{
    margin-bottom: 20px !important;
    margin-right: 20px !important;
}
.padding-30{
    padding: 30px;
}
.margin-10{
    margin: 10px;
}
.border-radius{
    border-radius: 5px;
}
.btn-border-padding{
    border-radius: 500px !important;
    padding: 10px;
    padding-left: 35px;
    padding-right: 35px;
}
.go-back{
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
    text-decoration: none !important;
}
.mar-top-18{
    margin-top: 18px!important;
}
.m-b-15{
    margin-bottom: 15px!important;
}
.m-r-10-m-l-10{
    margin-left: 10px;
    margin-right: 10px;
}
.m-b-40{
    margin-bottom: 40px !important;
}
.disabled{
    pointer-events: none;
    cursor: default;
}

.card-custom{
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    /* background-color: #fff; */
    background-clip: border-box;
    border: 1px solid #e6edf4;
    border-radius: .35rem;
}
.bg-gradient-custom{
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(/img/hero.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
