.hide{
    display: none !important;
}
.show{
    display: block !important;
}

.profile-img-wrap {
	height: 120px;
	position: absolute;
	width: 120px;
	background: #fff;
	overflow: hidden;
}
.profile-basic {
	margin-left: 140px;
}
.profile-img-wrap img {
	width: 120px;
	height: 120px;
}
.fileupload.btn {
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(33, 33, 33, 0.5);
	border-radius: 0;
	padding: 3px 10px;
	border: none;
}
.fileupload input.upload {
	cursor: pointer;
	filter: alpha(opacity=0);
	font-size: 20px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: -3px;
	top: -3px;
	padding: 5px;
}
.btn-text {
	color: #fff;
}

.profile-upload {
	display: flex;
}
.upload-img {
	margin-right: 10px;
}
.upload-img img {
	border-radius: 4px;
	height: 40px;
	width: 40px;
}
.upload-input {
	width: 100%;
}

.c-multi-select.c-show {
    color: #768192;
    background-color: #fff;
    border-color: #958bef;
    box-shadow: 0 0 0 0.2rem rgba(50,31,219,.25);
}
.c-multi-select {
    position: relative;
    display: inline-block;
    width: 100%;
    min-height: calc(1.5em + 0.75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    vertical-align: middle;
    border: 1px solid;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #768192;
    /* background: #fff url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' heig…0 4 5'%3e%3cpath fill='%23636f83' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e) no-repeat right 0.75rem center/8px 10px; */
    border-color: #d8dbe0;
}
.c-multi-select-selection {
    display: inline;
    padding: 0;
}
*, *::before, *::after {
    box-sizing: border-box;
}
.c-multi-select.c-show {
    color: #768192;
    background-color: #fff;
    border-color: #958bef;
    box-shadow: 0 0 0 0.2rem rgba(50,31,219,.25);
}
.c-multi-select.c-show .c-multi-select-search[size] {
    display: inline;
}
.c-multi-select-search[size] {
    display: none;
    margin-left: .75rem;
}
.c-multi-select-search {
    max-width: 100%;
    padding: 0;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    color: #768192;
    background-color: #fff;
}

button, input {
    overflow: visible;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.c-multi-select.c-show .c-multi-select-options {
    z-index: 1000;
    display: initial;
}
.c-multi-select-options {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    width: 100%;
    padding: .5rem .75rem;
    margin-top: .625rem;
    font-size: .875rem;
    text-align: left;
    background-clip: padding-box;
    border: 1px solid;
    border-radius: .25rem;
    color: #3c4b64;
    background-color: #fff;
    border-color: #d8dbe0;
}
