﻿.toast-container {
    padding-bottom: 10px;
    padding-right: 10px;
}
.fs-12{
    font-size:12px !important;
}
th {
    text-transform: capitalize;
}

.small-box .icon > i {
    font-size: 90px;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: -webkit-transform .3s linear;
    transition: transform .3s linear;
    transition: transform .3s linear,-webkit-transform .3s linear;
}
.small-box .icon > i.fa, .small-box .icon > i.fab, .small-box .icon > i.fad, .small-box .icon > i.fal, .small-box .icon > i.far, .small-box .icon > i.fas, .small-box .icon > i.ion {
        font-size: 70px;
        top: 20px;
    }
.small-box .icon {
    color: rgba(0,0,0,.15);
    z-index: 0;
}
.toast-container {
    z-index: 999;
}
.toast {
    background-color: #FFFFFF !important;
}
#aramtoast {
    padding-bottom: 150px !important;

}
#toastContainer {
    z-index: 2000 !important;
    padding-top: 40px !important;
}