.mt-15{
    margin-top: 15px;
}

.mb-15{
    margin-bottom: 15px;
}

.ml-15{
    margin-left: 15px;
}

.ml-0{
    margin-left: 0;
}

.mr-0{
    margin-right: 0;
}

.modal-title{
    padding-top: 0 !Important;
    padding-bottom: 0 !Important;
}

.bg-contain{
    background-size: contain !important;
}

.modal-xxl{
    width: 90%;
}

.modal-max-height-scrollable .modal-body {
    max-height: 80vh;
    overflow: auto;
}