﻿
.user-type-column .custom-control-label::before {
    height: 24px !important;
    width: 24px !important;
    align-content: center !important;
    top: -1px !important;
    margin-left: -4px !important;
}

.user-profile {
    overflow-y: auto;
    height: calc(100% - 70px);
    padding-bottom: 16px;
}

.user-type-column .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    transform: scale(1.5);
}

.status-switch {
    margin-bottom: 10px !important;
}

.file-uploader input {
    display: none;
}

.user-assign-roles-popup {
    width: 570px !important;
    max-width: unset !important;
}

.description-section .form-control {
    height: 450px !important;
}

.status-left-section {
	width: fit-content;
	margin-right: 50px;
}

.status-right-section {
    width: fit-content;   
}