.gojiwiselist {

}

.gojiwiselist {
	position: relative;
}

.gojiwiselist .emptyItem,
.gojiwiselist .session-list-item {
	background-color: #ECECEC;
    padding: 20px;
    text-align: center;
    border-radius: 15px;
    font-family: 'Metropolis Bold' !important;
}

.gojiwiselist .session-list-item {
	margin-bottom: 15px;
}

.gojiwiselist .icon {
	width: 20px;
	height: 20px;
	margin-left: 5px;
}


.gojiwiselist .icon.clone {
	background: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/clone_s_v1.png);
    height: 23px;
   	background-size: contain;
   	margin-left: 15px;
}

.gojiwiselist .icon.edit {	
	background: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/blue_edit_s_v1.png);
	background-size: contain;
}

.expert .gojiwiselist .icon.trash {
	display: block;
}

.gojiwiselist .icon.trash {	
	display: none;
	background: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/trash_s_v1.png);
	background-size: contain;
	margin-left: 10px;
    right: 20px;
}


.gojiwiselist .session-title {
	font-family: 'Metropolis Bold';
	font-weight: 400;
	text-decoration: underline;
}

.gojiwiselist .hide {
	display: none;
}
.gojiwiselist .status {
	background-color: #2EDB6A;
    color: white;
    width: 60px;
    text-align: center;
    font-size: 12px;
    padding: 5px;
    border-radius: 10px;
    margin-left: 10px;
}

.gojiwiselist .intructor-name {
	margin-left: 10px;
}

.gojiwiselist .date-range {
	margin-left: auto;
}

.gojiwiselist .icon.users {	
	background: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/user_blue_m_v1.png);
	background-size: contain;
	width: 15px;
	margin-left: 10px;
}

.modified-date {
	position: absolute;
	right: 10px;
}