.mrg-top-7{
	margin-top: 7px;
}
.page-error-wrapper {
     min-height: 75vh; 
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 30px;
}
.mrg-top2{
	margin-top: 2px;
}
.mrg-left10{
	margin-left: 10px;
}
.error-msg{
	color: red !important;
}
.argus_error{
    color: #b91f2f;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 15px;
}
.mrg-bottom-15{
    margin-bottom: -15px;
}
.red-color{
    color: #dc4141;
}
.purple-color{
    background-color: #9e7ed896;
    border-color: #563d7c;
}

.manager-left .btn-contact-new-grey {
    background-color: grey !important;
}
.mrg-left5{
    margin-left: 5px;
}
.filter_detail{
    color: red;
    margin-bottom: -30px;
}
#search-filter .select2{
    width: 100% !important;
}
.select2-dropdown {
    z-index: 9999 !important;
}
.select2{
    width: 100% !important;
}
.bg-gray-200 {
    background-color: #e9ecef9c !important;
}
.outer-spinner{
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 9999;
    position: fixed;
}
.inner-spinner{
    top: 50%;
    left: 50%;
    z-index: 100;
    position: absolute;
    margin-left: -20px;
    margin-top: -40px;
}
.mrg-left25{
    margin-left: 25px;
}
.wd-150 strong:not(.text-dark){
    margin-top: 10px;
    display: block;
}
.mrg-top-10 strong{
    margin-top: 0px !important;
}
.mrg-left-30{
    margin-left: -30px;
}
.cardilogist-phone-number-display{
    margin-top: 11px;
    display: block;
}
.mrg-left0{
    margin-left: 0px;
}
.mrg-right15{
    margin-right: 15px;
}
.table thead > tr > th, .table thead > tr > td, .table tfoot > tr > th, .table tfoot > tr > td{
    background-color: #CCCBC8 !important;
}
.upload_completed{
    color: green;
    font-weight: bold;
}
.bg-dark {
    background-color: #1b84e7 !important;
}
.card{
    color: #656d75;
}
.hide{
    display: none;
}
.green-btn{
    border-color: #00B050 !important;
    background-color: #00B050 !important;
}
.margin-top5{
    margin-top: 5px;
}
.margin-top-30{
    margin-top: -30px;
}
.margin-top30{
    margin-top: 30px;
}
.margin-left-15{
    margin-left: -15px;
}
.mrg-top10{
    margin-top: 10px !important;
}
.upload_error{
    color: red;
    font-weight: bold;
}

@keyframes spinner-border {
    to { transform: rotate(360deg); }
    }

    .spinner-border {
    position: relative;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    overflow: hidden;
    text-indent: -999em;
    vertical-align: text-bottom;
    border: .25em solid;
    border-color: currentColor transparent currentColor currentColor;
    border-radius: 50%;
    animation-name: spinner-border;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    }