/* Custom Icons for Instructor Portal */
i.ims-Icon--StudentNote, i.ims-Icon--StudentNoteSolid {
		-webkit-mask-repeat: no-repeat;
		mask-repeat: no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
		display: inline-block;
		width: 20px;
		height: 16px;
		background-color: var(--bs-primary);
}
i.ims-Icon--StudentNote {
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"><path d="M14 0H2C0.9 0 0 0.9 0 2V14.01C0 15.11 0.9 16 2 16H18C19.1 16 20 15.1 20 14V6L14 0ZM2 14.01V2H13V7H18V14.01H2Z" fill="currentColor"/></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"><path d="M14 0H2C0.9 0 0 0.9 0 2V14.01C0 15.11 0.9 16 2 16H18C19.1 16 20 15.1 20 14V6L14 0ZM2 14.01V2H13V7H18V14.01H2Z" fill="currentColor"/></svg>');
}
i.ims-Icon--StudentNoteSolid {
	-webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"><path d="M20 6L14 0H2C0.9 0 0 0.9 0 2V14.01C0 15.11 0.9 16 2 16L18 15.99C19.1 15.99 20 15.1 20 14V6ZM13 1.5L18.5 7H13V1.5Z" fill="currentColor"/></svg>');
	mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="16" viewBox="0 0 20 16" fill="none"><path d="M20 6L14 0H2C0.9 0 0 0.9 0 2V14.01C0 15.11 0.9 16 2 16L18 15.99C19.1 15.99 20 15.1 20 14V6ZM13 1.5L18.5 7H13V1.5Z" fill="currentColor"/></svg>');
}

.studentsPopUp {
	max-height: 200px;
	overflow: auto;
	background: #fff;
	clear: both;
	position: absolute;
	z-index: 99;
	width: 75%;
	padding: 10px;
	border: 1px solid var(--bs-border-color);
}

.selectStudentList {
	list-style-type: none;
	padding: 10px 0px;
	margin-bottom: 0px;
}

/* background colors */
.container {
	width: 98%;
	min-width: 1000px;
	max-width: 2400px;
}

body {
	background-color: #F8F8F8;
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	color: #212225;
}

.noteSVG {
	cursor: pointer;
}

.stickyHeader {
	position: sticky;
	top: 149px;
	z-index: 100;
}

@media (max-width: 575.98px) {
	.stickyHeader {
		position: static;
	}
	
	.respTable th {
		position: static;
	}
}

input[type=checkbox] {
    accent-color: var(--bs-primary);
}

.table-m {
	font-family: Helvetica;
	font-size: 14px;
	border: 2px solid #D0D3D3;
	width: 100%;
	border-collapse: separate !important;
}

.noborder {
	border: 0px solid #fff !important;
}

.padding-top-30 {
	padding-top: 30px;
}

.padding-bottom-6 {
	padding-bottom: 6px;
}

.font-size-18 {
	font-size: 18px;
}

.font-size-12 {
	font-size: 12px;
}

.font-size-11 {
	font-size: 11px;
}

/* open sans related font */
.float-left {
	float: left;
}

.float-right {
	float: right;
}

.pos-rel {
	position: relative;
}

.text-decoration-none {
	text-decoration: none;
}

.text-underline{
    text-decoration: underline;
}

.text-left {
	text-align: left;
}

.text-center {
	text-align: center !important;
}

.margin-top-8 {
	margin-top: 8px;
}

.margin-top-15 {
	margin-top: 15px;
}

.margin-top-12 {
	margin-top: 12px;
}

.margin-left-20 {
	margin-left: 20px;
}

/* Modal Design starts here */

.modalNote {
	position: fixed;
	z-index: 1034;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.4);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	-webkit-animation: fadeIn .5s;
	animation: fadeIn .5s;
}

/* Modal Design ends here */

/* Contextual Menu*/

.menu {
	visibility: hidden;
	display: none;
	border: 1px solid #dedede;
	background-color: white;
	position: absolute;
	margin-left: -80px;
	cursor: pointer;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.08);
	width: 220px;
	padding: 0px;
	z-index: 1;
	margin-bottom: 50px;
	-webkit-animation: fadeIn .5s;
	animation: fadeIn .5s;
}

/* Contextual Menu ends here*/

/* Loader starts here*/

.loader {
	border: 40px solid #f3f3f3;
	border-radius: 50%;
	border-top: 40px solid #FBC116;
	width: 200px;
	height: 200px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: fixed;
	left: 40%;
	z-index: 6050;
	top: 50%;
}

.loaderMobile {
	border: 40px solid #f3f3f3;
	border-radius: 50%;
	border-top: 40px solid #FBC116;
	width: 125px;
	height: 125px;
	-webkit-animation: spin 2s linear infinite;
	/* Safari */
	animation: spin 2s linear infinite;
	position: absolute;
	top: 150px;
	left: 100px;
	z-index: 1;
}

/* Loader Ends here */

.cancel-button {
	padding: 5px 10px;
	width: auto !important;
	height: 32px;
	background: #FFFFFF;
	border: 1px solid #212225;
	box-sizing: border-box;
	border-radius: 4px;
	margin: 2px;
	font-family: calibri;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
	color: #212225;
	margin-right: 15px !important;
}

.cancel-button:hover {
	background-color: #d9d9d9;
}

/* Button styles ends*/

.content {
	display: none;
}

@media screen and (max-height: 760px) {
	.containerFooter {
		min-height: 56%;
	}
}

@media screen and (min-height:760px) and (max-height: 980px) {
	.containerFooter {
		min-height: 65%;
	}
}

/* Instructor Portal global css. Defining specific Instructor portal styles here. Instructor portal also uses styles from above */

.inst_action_checkbox {
	height: 18px;
	width: 18px;
}

/* Resuable css startshere */

.Modals .ModalRight {
	width: 98% !important;
	margin-left: 10px;
}

/* Safari */

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

  @keyframes animatetop {
    from {
      top: -300px;
      opacity: 0
    }

    to {
      top: 0;
      opacity: 1
    }
  }

/* Modal Header */
.Modals .modal-header {
	background-color: white;
	color: black;
	text-align: left;
	padding-left: 2%;
	border-bottom: 2px solid #D0D3D3;
	margin: 9px 0px;
	padding-left: 2px;
}

.close {
	position: absolute;
	right: 20px;
	cursor: pointer;
	color: #1F1F11;
	opacity: 1;
	font-weight: 400;
}

.description {
	width: 20% !important;
}

.fadeOut {
	opacity: 0.2;
	width: 100%;
	transition: width 0.5s 0.5s, height 0.5s 0.5s, opacity 0.5s;
}

.fadeIn {
	opacity: 1;
	width: 100%;
	transition: width 0.5s, height 0.5s, opacity 0.5s 0.5s;
}

.pageHeading {
	flex: none;
	order: 0;
	flex-grow: 0;
	font-style: normal;
	font-weight: 400;
	font-size: 34px;
	line-height: 46px;
	display: flex;
	align-items: flex-end;
	display: none;
}

.selectedHeading {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	min-height: 50px;
	padding-top: 10px;
}

.displayFlex {
	display: flex;
}

.svgFill-blue {
	filter: invert(23%) sepia(67%) saturate(323%) hue-rotate(162deg) brightness(98%) contrast(96%);
}

/* Add Animation */
@keyframes animatetop {
	from {
		right: -300px;
		opacity: 0
	}

	to {
		right: 0;
		opacity: 1
	}
}

.fileUpload {
	float: left !important;
	text-align: left !important;
	padding-top: 7px;
	font-size: 16px;
	line-height: 22px;
	color: #065577;
}

#btnFileUpload_Modal {
	text-decoration: none !important;
}

#btnFileUpload_Modal img {
	width: 18px;
	height: 18px;
}

.attachButton,
.attachWrap {
	background: #FFFFFF;
	border: 1px solid var(--bs-primary);
	box-sizing: border-box;
	border-radius: 4px;
	padding: 8px 12px;
	margin-right: 10px;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: var(--bs-primary);
	word-break: break-all;
}

.attachWrap {
	display: flex;
}

.fileSize {
	color: #000;
	font-weight: 400;
	font-size: 14px;
	padding-left: 8px;
}

.removeattach {
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	font-size: 24px;
	padding-left: 10px;
	cursor: pointer;
	font-weight: 400;
}

.displayNone {
	display: none !important;
}

.actionLoader {
	width: 90%;
	height: 4.8px;
	display: inline-block;
	position: relative;
	background: #c3dde9;
	overflow: hidden;
	margin: 10px 20px 40px;
}

.actionLoader::after {
	content: '';
	width: 100px;
	height: 4.8px;
	background: #065577;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	animation: animloader 2s linear infinite;
}

@keyframes animloader {
	0% {
		left: 0;
		transform: translateX(-100%);
	}

	100% {
		left: 100%;
		transform: translateX(0%);
	}
}

.actionDialog {
	position: relative;
	margin: 50vh 40%;
	background: #F8F8F8;
	box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.actionDialogText {
	padding: 20px 20px 10px;
	text-align: left;
}

/* Multiselect student Dropdown*/
.dropdown-check-list {
	display: inline-block;
}

.dropdown-check-list .anchor {
	position: relative;
	cursor: pointer;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #ccc;
	line-height: 30px !important;
	width: 100%;
}


.dropdown-check-list .anchor:after {
	position: absolute;
	content: "";
	border-left: 2px solid black;
	border-top: 2px solid black;
	padding: 5px;
	right: 10px;
	top: 20%;
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.dropdown-check-list .anchor:active:after {
	right: 8px;
	top: 21%;
}

.dropdown-check-list ul.items {
	padding: 5px;
	margin: 0;
	border: 1px solid #ccc;
	width: 100%;
}

.dropdown-check-list ul.items li {
	list-style: none;
}

.dropdown-check-list.visible .anchor {
	color: #212225;
	width: 100%;
}

.dropdown-check-list.visible .items {
	display: block;
	box-shadow: 3px 3px 3px 3px #f7f8f8;
	height: 200px;
	overflow-x: scroll;
}


#studentSelectionList {
	height: auto;
	overflow-y: scroll;
	display: block;
	font-size: 14px;
}

.d-search {
	width: 100% !important;
	cursor: text !important;
}

.list-dropdown,
.list-dropdown-all {
	line-height: 200%;
	font-size: 15px;
}

/* Multiselect student Dropdown Ends */
.cursor-pointer{
		cursor: pointer;
}

.offcanvasSectionHeader {
	height: 44px;
	background: var(--bs-primary);
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
	font-size: 18px;
	display: flex;
	color: #FFFFFF;
	align-items: center;
	padding: 10px 20px;
	cursor:pointer;
	margin-bottom: .25rem;
}

	.blueStrip {
		height: 44px;
		background: #065577;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
		font-weight: 700;
		font-size: 18px;
		display: flex;
		margin-top: 10px;
		color: #FFFFFF;
		align-items: center;
		padding-left: 10px;
		cursor:pointer;
	}
    .grayStrip {
		height: 44px;
		background: #7C7D75;
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.2);
		font-weight: 700;
		font-size: 18px;
		display: flex;
        margin-top: 10px;
        color: #FFFFFF;
        align-items: center;
        padding-left: 10px;
        cursor:pointer;
	}


	.round {
		margin-right: 12px;
		background: var(--bs-light);
		width: 30px;
		height: 30px;
		border-radius: 10px;
		align-items: center;
		text-align: center;
	}

/* Task table */

	.taskTable {
		background-color: transparent;
		border-collapse: separate;
		border-spacing: 0 8px;
	}

	.taskTable tbody tr:hover {
		border: 1px solid #D1D1CE;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 8px;
	}

	.taskTable th {
		height: 0 !important;
		padding: 17px 7px 0 20px !important;
		background-color: #f8f8f8 !important;
		position: inherit;
		top: 0;
		z-index: 0;
	}

	.taskTable thead th {
		border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
	}

	.taskTable td {
		border-width: 1px 0 !important;
		border-color: #dfdfdf !important;
		border-style: solid !important;
		padding: 5px 15px;
		font-size: 14px;
		height: 52px;
	}

	td.fit-width {
		width: 1px;
		white-space: nowrap;
	}

	.taskTable td:first-child {
		border-left: 1px solid #dfdfdf !important;
		border-radius: 5px 0 0 5px;
	}

	.taskTable td:last-child {
		border-right: 1px solid #dfdfdf !important;
		border-radius: 0 5px 5px 0;
	}

	.taskTable tr:nth-child(even) {
		background-color: #fff;
	}

	.pastTable td {
		border-color: #AD1F1F !important;
	}

	.pastTable td:first-child {
		border-left: 1px solid #AD1F1F !important;
	}

	.pastTable td:last-child {
		border-right: 1px solid #AD1F1F !important;
	}

	.historyTable td {
		border-color: #164E00 !important;
	}

	.historyTable td:first-child {
		border-left: 1px solid #164E00 !important;
	}

	.historyTable td:last-child {
		border-right: 1px solid #164E00 !important;
	}

	.emptyDiv {
		height: 2px !important;
	}

	.emptyTasks {
		padding: 20px 30px;
		font-size: 16px;
	}
	.taskOverView {
		height: 132px;
		border: 1px solid #D1D1CE;
		border-radius: 8px;
		padding: 5px;
		display: flex;
		justify-content: center;
		width: 100%;
	}

/* Task table ens */

  .studNoteModal {
    padding: 8px 16px 16px;
    background: #FBF2E0;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
  }

/* Inbox Content */

    .leftMessages {
        width: 25%;
        float: left;
        border: 1px solid #BCBEC0;
        height: 100vh;
        overflow-y: auto;
    }

    .rightMessageContent {
        float: right;
        width: 75%;
        border-top: 1px solid #BCBEC0;
        background-color: #fff;
        height: 100vh;
        overflow-y: auto;
    }

    .rightMessageContent .firstRow {
        width: 100%;
        border-bottom: 3px solid #7C7D75;
        padding: 20px;
        display: flex;
    }

    .rightMessageContent .secondRow {
        width: 100%;
    }

    .messagerow {
        border-top: 1px solid #D1D1CE;
        border-bottom: 1px solid #D1D1CE;
        padding: 5px;
        padding-left: 20px
    }

    .messagerow:first-child {
        border-top: none !important;

    }

    .messageContainer {
        clear: both
    }

    .unread {
        border-left: 6px solid #2B6F8B;
    }

    .messageContainer>div:first-child {
        font-weight: bold;
    }

    .messageContainer .wrap-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-left: 0px;
        margin-block-start: 0.1em;
        color: #212225;
    }

    .messageContainer .wrap-2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        margin-left: 0px;
        margin-block-start: 0.1em;
        color: #212225;
        word-break: break-all;
    }

    .messageimg {
        width: 98px;
        vertical-align: top;
    }

    .message-Icon {
        padding: 5px;
        transition: background-color 0.95s;
    }

    .conIcons {
        transition: background-color 0.95s;
        border-radius: 12px;
        padding: 10px;
    }

    .message-Icon:hover,
    .conIcons:hover {
        background-color: rgba(0, 0, 0, .10);
        border-radius: 12px;
        cursor: pointer;
    }

    .inboxContainer {
        /* margin-left: -3.7%;
        margin-right: 4%;
        width: 107%;*/
        clear: both;
    }

    .inboxContainer a,
    .inboxContainer a:hover {
        text-decoration: none;
    }

    .conversationMessage {
        border-bottom: 1px solid #D1D1CE;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 20;
        white-space: pre-wrap;
    }


    .attachButton,
    .attachWrap {
        background: #FFFFFF;
        border: 1px solid #065577;
        box-sizing: border-box;
        border-radius: 4px;
        padding: 8px 12px;
        margin: 0 10px 12px;
        font-weight: 600;
        font-size: 16px;
        line-height: 22px;
        color: #065577;
        word-break: break-all;
    }

    .attachWrap {
        display: flex;
    }

    .fileSize {
        color: #000;
        font-weight: 400;
        font-size: 14px;
        padding-left: 8px;
    }

    .removeattach {
        text-shadow: 0 1px 0 #fff;
        filter: alpha(opacity=20);
        font-size: 24px;
        padding-left: 10px;
        cursor: pointer;
        font-weight: 400;
    }

/* Inbox Content Ends */
mark {
    background: #ff0;
    color: #000;
    padding: 0;
}

	.sectional-footer {
		background-color: white;
		color: black;
		padding-top: 8px;
		margin: 9px 20px;
		padding: 0px;
		text-align: right;
		padding-bottom: 15px;
		margin-top: 20px;
	}
.img-filter-4{
filter: invert(0.4);
}
.color-lightGray{
color: #212225;
}

	.courseBanner {
		margin-left: 15px; 
    	padding-top: 15px;
	}
.disableContent{
    pointer-events: none;
    opacity: 0.6;
    z-index: -1;
    position:relative;
}

    .loaderChart {
        top: 40%;
    }

    .loader-wheel {
        animation: spin 1s infinite linear;
        border: 5px solid var(--bs-yellow);
        border-left: 4px solid #fff;
        border-radius: 50%;
        height: 35px;
        margin-bottom: 10px;
        width: 35px;
    }

    .loader-text {
        color: rgb(88, 78, 78);
    }

    .loader-text:after {
        content: 'Loading';
        animation: load 2s linear infinite;
    }

    @keyframes load {
        0% {
            content: 'Loading';
        }

        33% {
            content: 'Loading.';
        }

        67% {
            content: 'Loading..';
        }

        100% {
            content: 'Loading...';
        }
    }

/* My Impact Page */

  .accHeader {
        font-weight: 400;
        font-size: 34px;
        line-height: 46px;
        color: rgba(0, 0, 0, 0.6);
        white-space: nowrap;
    }

    .borderBottom {
        border-bottom: 1px solid #D1D1CE;
    }

    .boxedAction {
        height: 460px !important;
    }

    .boxedActionComm {
        width: 276px !important;
        height: auto !important;
    }

    .actionChart {
        width: 175px;
        height: 175px;
    }

    .boxedContent {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 4 10 16 10;
        gap: 8px;
        height: 164px;
        background: #FFFFFF;
        border: 2px solid #D1D1CE;
        border-radius: 4px;
        border-radius: 4px;
        margin-bottom: 15px;
        width: 280px;
        color: rgba(0, 0, 0, 0.6);

    }

    .boxHeader {
        font-weight: 400;
        font-size: 24px;
        line-height: 33px;
        text-align: center;
        letter-spacing: 0.18px;
        color: rgba(0, 0, 0, 0.6);
        height: 62px;
        padding: 0 20px;
    }

    .chart {
        height: 370px;
        width: 100%;
    }

    .overallContent {
        width: 100%;
        display: contents;
    }

    .lineChartOuter {
        height: 7px;
        width: 245px;
        background-color: #E8EAED;
        border-radius: 50px;
    }

    .lineChartInner {
        border-radius: 50px;
    }

    .lineChartContent {
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.25px;
        color: rgba(0, 0, 0, 0.6);
        width: 50%;
        display: flex;
        margin-bottom: 10px;
    }

    .justifyEnd {
        justify-content: end;
    }

    .impactSummary {
        background: #2B6F8B;
        border-radius: 4px;
        height: 107px;
        margin-top: -20px !important;
    }

    .imSmiley {
        left: -2px;
        bottom: -4px;
        position: absolute;
        background: #fff;
        /* transform: matrix(0.93, 0.37, -0.37, 0.93, 0, 0); */
        width: 74px;
        height: 76px;
        border-radius: 100px;
    }

    .imSmiley img {
        left: 3px;
        bottom: 5px;
        position: absolute;
    }

    .imSummaryCount {
        font-weight: 600;
        font-size: 48px;
        line-height: 36px;
        text-align: center;
        color: #FFFFFF;
        margin-top: 22px;
    }

    .imSummaryText {
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.25px;
        color: #FFFFFF;
        margin-top: 8px;
        margin-bottom: 22px;
    }

    .imSummBorder {
        border-right: 1px solid #F8F8F8;
    }

    .smileySection {
        height: 107px;
        position: relative;
        width: 9%;
        float: left;
    }

    .infoIcon {
        right: 5px;
        top: 4px;
        position: absolute;
    }

    .imStudHelped {
        border: 3px solid #FFA10F;
        border-radius: 8px;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.25px;
        color: #2B6F8B;
        padding: 2px 5px;
    }

    .text-black {
        color: #000;
    }

    .imlowerText {
        font-weight: 600;
        font-size: 14px;
        line-height: 15px;
        text-align: center;
        letter-spacing: 0.25px;
        color: rgba(0, 0, 0, 0.6);
        padding: 10 25 25;
        bottom: 0;
        position: absolute;
    }

    .imTooltiptext {
        font-weight: 400;
        font-size: 13px;
        line-height: 18px;
        visibility: hidden;
        width: 350px;
        background-color: #fff;
        color: #212225;
        text-align: center;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        bottom: 101%;
        left: 54%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 0.3s;
        box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.14), 0px 3px 3px rgba(0, 0, 0, 0.12), 0px 1px 8px rgba(0, 0, 0, 0.2);
        border-radius: 6px;
    }

    .imTooltip .imTooltiptext::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #fff transparent transparent transparent;
    }

    .imTooltip:hover .imTooltiptext {
        visibility: visible;
        opacity: 1;
    }

    .width370 {
        width: 370px
    }

  .rightBorder {
        border-right: 1px solid #F8F8F8;
    }

    .summarybox {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 4px;
        height: 107px;
        background-color: #fff;
    }

    .selectReason {
        width: auto !important;
        height: 30px !important;
    }


	.laneBar{
			display: flex;
			background-color: #f8f9b1;
			border-radius: 0px;
			font-size: 16px;
			transition: all 0.5s;
			z-index: 9999;
			box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.14), 0px 1px 10px rgba(0, 0, 0, 0.12), 0px 2px 4px rgba(0, 0, 0, 0.2);
			padding: 10px 20px;
			justify-content: center;
			position: fixed;
			bottom: 0;
			
	}
	