.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;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb-item + .breadcrumb-item::before {
    content: unset;
}

.admin_doc {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #0e2864;
  border-radius: 10px;
}
.admin_doc svg {
    width: 50px;
    height: 50px;
}

.div-user-image-box {
    display: flex
;
    justify-content: center;
    align-items: center;
}

.div-user-image-box img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.pull-right {
    float: right;
}

.clearfix {
    clear: both;
}