.deleted, .dnone {
    display: none;
}

.mb-1 {margin-bottom: 10px;}
.mb-2 {margin-bottom: 20px;}
.mb-3 {margin-bottom: 30px;}
.mb-4 {margin-bottom: 40px;}
.mb-5 {margin-bottom: 50px;}


.mt-1 {margin-top: 10px;}
.mt-2 {margin-top: 20px;}
.mt-3 {margin-top: 30px;}
.mt-4 {margin-top: 40px;}
.mt-5 {margin-top: 50px;}

.uppercase {text-transform: uppercase;}
.colorred {color: 'red';}
.colorblack {color: #000 !important;}
.cursor { cursor: pointer; }
.flex-specify-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
