.ml-5 {
    margin-left: 15px;
}
.t-control {
    margin-top: -5px;
}
.adv-buttons {
    float: right;
}
a.copy-password-btn {
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: -2px;
}
a.copy-username-btn {
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: -2px;
}
a.copy-email-btn {
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: -2px;
}
a.copy-url {
    cursor: pointer;
    font-size: 12px;
    position: relative;
    top: -2px;
}
/* CSS for smooth animation */
.enrollment-details-container {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.enrollment-details-container.active {
    max-height: 200px;
}
.p-control {
    margin: 0;
}
.p-control-c {
    margin: 0;
    display: contents;
}
.sep {
    border-left: 0.5px solid #d5d1d1;
}
.btn-control {
    float: right;
    margin-left: 5px;
    background: #e4e4e4 !important;
    border: 1px solid #e4e4e4 !important;
    color: #000 !important;
    transition: 0.8s ease;
}
.btn-control:hover {
    float: right;
    margin-left: 5px;
    background: #828282 !important;
    border: 1px solid #828282 !important;
    color: #fff !important;
    transition: 0.5s ease;
}
.select2-container .select2-selection--single {
    height: 38px !important;
}
.select2-container .select2-selection--single .select2-selection__clear {
    top: 0px !important;
    right: 13px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
    right: 8px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    position: relative !important;
    top: 4px !important;
    left: 3px !important;
}
.select2-container {
    width: 100% !important;
}
.badge {
    font-size: 9px !important;
}
.comment-btn {
    float: right;
}
.comment-btn > a{
    padding: 1px 4px 0px 4px !important;
    margin-left: 3px;
}
.user-control {
    font-size: 12px;
}
.comment-holder {
    height: 50px;
}
.show-more {
    margin-bottom: -20px;
    position: relative;
    left: -25px;
}
.show-more-a {
    margin-bottom: -20px;
    position: relative;
    left: 5px;
    top: -18px;
}
.ol-control {
    margin: 0;
    position: relative;
    left: -15px;
}
.nav-link {
    color: #000000 !important;
}
.p-control a {
    cursor: pointer;
}
ol#attachmentList {
    position: relative;
    left: -15px;
}
.float-right {
    float: right;
}
.float-left {
    float: left;
}
.form-check-input {
    margin-right: 4px !important;
}
