@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 300;
	src: url('../assets/ssp/SourceSansPro-Light.otf');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 400;
	src: url('../assets/ssp/SourceSansPro-Regular.otf');
}

@font-face {
	font-family: 'Source Sans Pro';
	font-style: normal;
	font-weight: 700;
	src: url('../assets/ssp/SourceSansPro-Bold.otf');
}

html {
	text-rendering: optimizelegibility;
	font-kerning: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-smooth: always;
}

body {
	font-size: 16px;
	font-family: 'Source Sans Pro';
	font-weight: 300;
	color: #000;
	line-height: 110%;
	background-color: #F0F0F0 !important;
	margin-left: 0;
	margin-right: 0;
}

*:focus,
*:active {
	outline: none;
}

*:invalid {
	box-shadow: none;
}

a {
	text-decoration: none !important;
}

p {
	margin: 0;
}

button {
	background-color: rgba(0,0,0,0);
	cursor: pointer;
}

button::-moz-focus-inner {
	border: 0;
}

ul {
	padding-left: 0;
	list-style-type: none;
}

li {
	list-style-type: none;
}

table {
	margin-left: auto;
	margin-right: auto;
}

input {
	background-color: rgba(0,0,0,0);
	border: 0;
}

textarea {
	border: 2px solid #F0F0F0;
	padding: 10px;
	font-family: "Source Sans Pro";
	font-size: 16px;
}

.nomargin {
	margin: 0;
}

.pointer {
	cursor: pointer;
}

.grayed button {
	cursor: default;
}

.grayed use {
	fill: #9F9F9F;
}

.grayed span {
	color: #9F9F9F;
}

.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.overlay-survey {
	padding-bottom: 210px;
}

.overlay-transparent {
	background-color: rgba(0,0,0,0);
	z-index: 2;
}

.overlay-dark {
	background-color: rgba(0,0,0,0.4);
	z-index: 5;
}

.overlay-calendar {
	display: none;
}


.logo {
	margin-bottom: 20px;
}

#topbar {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4;
  overflow: auto;
  max-height: 100vh;
}

#medsu-bar {
	height: 53px;
	background: white;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #CBCBCB;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
	padding-left: 15px;
	padding-right: 25px;
}

.icon-logo {
	height: 35px;
	width: 114px;
}

.medsu-bar-left-side {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.medsu-bar-mobile-title {
	color: #0C0033;
	font-size: 20px;
}

.medsu-bar-right-side {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.as-user-message {
	color: #282828;
	font-size: 12px;
	font-weight: 300;
	margin-right: 20px;
}

.as-user-message-switch-back {
	color: #9F9F9F;
}

.top-user-image {
	border-radius: 100%;
	background-size: cover;
	background-position: center;
	height: 25px;
	width: 25px;
	margin-right: 15px;
}

.medsu-menu-icon {
	height: 22px;
	width: 22px;
	background-image: url('../assets/icons/medsu-menu.svg');
}

.medsu-menu-icon:hover {
	background-image: url('../assets/icons/medsu-menu-orange.svg');
}

header {
	position: relative;
	z-index: 3;
}

.header-visible {
	position: fixed;
	width: 100%;
	top: 53px;
	background-color: white;
	height: 54px;
	padding: 8px 25px 20px 16px;
	box-sizing: border-box;
	box-shadow: 0px 5px 8px 0px rgba(153,153,153,0.4);
}

.header-invisible {
	width: 100%;
}

.header-first-row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
	height: 36px;
	line-height: 36px;
	margin-bottom: 8px;
}

.header-title {
	color: #0C0033;
	font-size: 24px;
	font-weight: normal;
}

.header-breadcrumbs a {
	color: #282828;
	font-size: 16px;
	font-weight: 300;
	height: 24px;
	line-height: 24px;
}

#main {
	margin-top: 104px;
}

#settings-placeholder {
	background-color: white;
	transition: height .2s ease, margin .2s ease;
	overflow: hidden;
}

.settings-table {
	width: 100%;
	border-collapse: collapse;
}

.settings-table tr {
	border-bottom: 1px solid #9F9F9F;
}

.settings-table th,
.settings-table td {
	text-align: left;
	padding: 23px 0 17px 90px;
}

.settings-table th {
	font-size: 14px;
	font-weight: bold;
	color: #F76E46;
}

.settings-table tr {
	font-size: 16px;
	font-weight: 300;
	color: #0C0033;
}

.settings-header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
}

.settings-header h1 {
	font-size: 24px;
	font-weight: bold;
	transform: translateX(-10px);
}

.settings-legend {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
}

.settings-legend span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.settings-close {
	margin-right: 10px;
	cursor: pointer;
}

.settings-table button {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	background: rgba(0,0,0,0);
	border: 0;
	cursor: pointer;
}

.settings-header span,
.settings-table td>button,
.settings-table td>span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.settings-table td>span .icon {
	margin-right: 7px
}

.settings-table td>button .icon {
	margin-right: 9px
}

.settings-activate,
.settings-deactivate {
	padding: 0;
}

.settings-activate svg,
.settings-deactivate svg {
	margin-right: 7px;
}

.settings-activate use,
.settings-activated use {
	fill: #51DFC4;
}

.settings-deactivate use,
.settings-deactivated use {
	fill: #C51E40;
}

.settings-activate {
	color: #51DFC4;
}

.settings-deactivate {
	color: #C51E40;
}

.settings-close use {
	fill: #C51E40;
}

.settings-header .settings-activate,
.settings-header .settings-deactivate {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.settings-header .settings-activate {
	margin-right: 50px;
}

.settings-header .settings-deactivate {
	margin-right: 110px;
}

.settings-header svg {
	margin-right: 10px;
}

.settings-mobile {
	overflow: hidden;
}

.settings-table.mobile th,
.settings-table.mobile td {
	text-align: left;
	padding: 20px 10px 20px 10px;
}

.settings-table.mobile th {
	font-size: 18px;
	font-weight: bold;
	color: #F76E46;
}

.settings-table .inner-settings-table-placeholder {
	background: white;
	padding-bottom: 0 !important;
}

.inner-settings-table {
	width: 100%;
	border-collapse: collapse;
}

.inner-settings-table tr {
	border: 0;
}

.settings-table .inner-settings-table td{
	padding: 0 0 30px 0;
}

.inner-settings-table td.inner-settings-table-header {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

.inner-settings-table td.inner-settings-table-left {
	color: #F76E46;
	font-size: 14px;
	font-weight: bold;
	padding-right: 30px;
}

.inner-settings-table button {
	cursor: pointer;
}

#overall-stats-placeholder {
	margin: 15px 0 12px 0;
	background: white;
	width: 100%;
	display: inline-flex;
}

#overall-stats {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	justify-content: space-around;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
}

.overall-stats-item {
	width: 23%;
	padding: 15px;
    height: 150px;
}

.overall-stats-item-inner {
	padding: 0 15px;
}

.overall-bar {
	height: 5px;
	width: 56px;
	margin-bottom: 15px;
	border-radius: 3px;
}

.overall-stats-info {
	height: 63px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
}

.overall-stats-name {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.overall-stats-value {
	font-size: 36px;
	font-weight: bold;
	height: 30px;
	text-align: right;
}

.overall-stats-value span {
	vertical-align: sub;
}

.overall-total-sent {
	color: #C51E40;
}

.overall-total-answered {
	color: #04C0B7;
}

.overall-year-answered {
	color: #F76E46;
}

.overall-week-answered {
	color: #04C0B7;
}

.overall-total-sent .overall-bar {
	background: linear-gradient(135deg, #C51E40, #F76E46);
}

.overall-total-answered .overall-bar {
	background: linear-gradient(135deg, #1B54FD, #51DFC4);
}

.overall-year-answered .overall-bar {
	background: linear-gradient(135deg, #F76E46, #C51E40);
}

.overall-week-answered .overall-bar {
	background: linear-gradient(135deg, #51DFC4, #1B54FD);
}

#surveys-list-placeholder {
	background-color: white;
	margin: 0 0 12px;
	padding: 25px 15px 15px 15px;
}

#surveys-list {
	position: relative;
	font-size: 17px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.surveys-mobile-header {
	padding: 0 15px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
}

.surveys-mobile-header h1 {
	color: #0C0033;
	font-size: 24px;
	font-weight: 600;
}

.survey-menu-item-wrapper {
	width: 23.5%;
	display: inline-block;
	justify-content:space-between;
	margin: 0.75%;
}

.survey-menu-item {
	position: relative;
	height: 300px;
	border: 1px solid #F0F0F0;
	background-color: white;
	overflow: hidden;
	box-sizing: border-box;
}

.survey-menu-item-inside {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	height: 100%;
}

.survey-image {
	height: 170px;
	margin-bottom: 20px;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
}

.survey-item-name {
	margin: 0 16px;
	color: #282828;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 100%;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2; /* Number of lines to show */
  line-clamp: 2;
  max-height: 3em; /* Adjust based on line-height and font-size */
  transition: max-height 0.3s ease;
}

.survey-item-name:hover {
  -webkit-line-clamp: none !important;
  line-clamp: none !important;
  max-height: none !important;
}

.survey-item-buttons {
	text-transform: uppercase;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	margin: 0;
}

.survey-item-button button {
	border: 0;
	height: 21px;
	color: #1B54FD;
	font-size: 11px;
	font-weight: bold;
	overflow: hidden;
	padding: 18px 10px;
	box-sizing: content-box;
	text-transform: uppercase;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	justify-content: space-around;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-around;
}

.icon-start {
	margin-right: 3px;
}

.share-link-modal {
	position: fixed;
	right: 5px;
	top: 25%;
	left: 0;
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
	background-color: white;
	box-sizing: border-box;
	padding: 15px 15px 25px 15px;
	z-index: 6;
}

.share-link-modal-header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	margin-bottom: 8px;
}

.share-link-modal-header h1 {
	line-height: 130%;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}

.share-link-modal-input {
	margin: 0 0 80px 0;
}

.share-link-modal-input p {
	margin-bottom: 15px;
	color: #282828;
	font-size: 12px;
	font-weight: 300;
}

#share-link {
	width: 100%;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-image: linear-gradient(135deg, #1B54FD, #7089E5) 1;
	color: #9F9F9F;
	font-size: 16px;
	font-weight: 300;
}

.share-link-modal-cancel-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	color: #9F9F9F;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.share-link-modal-cancel-group span {
	margin-right: 6px;
}

.share-link-modal-buttons {
	text-align: right;
	margin-right: 15px;
}

.share-link-modal-buttons button {
	text-align: center;
}

.icon-cancel-share-link use {
	fill: #9F9F9F;
}

.share-link-modal-buttons button {
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	width: 120px;
	padding: 10px 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.share-link-modal-buttons .modal-button-email {
	margin-left: 17px;
}

#graphs-placeholder {
	background-color: white;
	padding: 25px 15px 35px 15px;
	margin-bottom: 15px;
}

#graphs h1 {
	color: #0C0033;
	font-size: 24px;
	font-weight: 600;
}

.graphs-selection {
	font-size: 16px;
	font-weight: 300;
	margin-top: 40px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: flex-start;
}

.graphs-selection > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.graphs-selection input,
.graphs-selection span {
	margin: 0;
	padding: 0;
}

.graphs-selection-double-block-2x {
	flex: 2 1 0;
	-webkit-flex: 2 1 0;
	-ms-flex: 2 1 0px;
}

.graphs-selection-block {
	flex: 1 1 0;
	-webkit-flex: 1 1 0;
	-ms-flex: 1 1 0px;
}

.graphs-selection-block-2x {
	flex: 2 1 0;
	-webkit-flex: 2 1 0;
	-ms-flex: 2 1 0px;
}

.graphs-selection-inside-wrapper {
	margin-right: 30px;
}

.graphs-selection-inside {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
	padding-bottom: 5px;
	border-bottom: 1px solid #F76E46;
	cursor: pointer;
}

.graphs-selection-inside.inactive {
	color: #9F9F9F;
}

.graphs-selection-inside.active {
	color: #0C0033;
}

.graphs-selection-inside.inactive use {
	fill: #CBCBCB;
}

.graphs-selection-inside.active use {
	fill: #000000;
}

.graphs-selection-download {
	border: 0;
	background: white;
	color: #F76E46;
	font-size: 12px;
	font-weight: 300;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	padding: 0 8px;
}
.calendar-wrapper{
  position: relative;
}
.graphs-selection {
  position: relative;
}
.graphs-selection-download:active {
	padding: 0 8px;
}

.graphs-selection-download:active span,
.graphs-selection-download:active svg {
	position:relative;
	top: 0;
	left: 0;
}

.popup-menu {
	position: absolute;
	display: block;
	z-index: 3;
	background: white;
	box-shadow: 0px 5px 8px 0px rgba(153,153,153,0.4);
	overflow: hidden;
	transition: height .2s ease;
	transform: translate(0, -30px);
}

.popup-menu-1x {
	width: 210px;
}

.popup-menu-2x {
	width: 450px;
}

.survey-item,
.period-item {
	margin: 16px 0;
	cursor: pointer;
	color: #000000;
}

.survey-item:hover,
.period-item:hover {
	color: #F76E46;
}

.period-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.icon-dropdown {
	stroke: none;
}

.icon-download {
	stroke: none;
	margin-right: 12px;
}

.icon-download use {
	fill: #F76E46;
}

.icon-24h {
	margin-right: 10px;
}

.select-one-survey-modal,
.no-records-modal {
	text-align: center;
    box-shadow: 0px 10px 11px 4px rgb(91 91 91 / 80%);
    color: #0C0033;
    position: fixed;
    top: 37vh;
    left: 0;
    right: 0;
    width: 500px;
    height: 200px;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    padding-top: 32px;
    font-size: 16px;
    z-index: 6;
    font-weight: 300;
}

.select-one-survey-modal {
	text-transform: uppercase;
}

.no-records-modal p {
	margin-bottom: 5px;
}

.select-one-survey-modal p{
	margin-bottom: 25px;
}

.select-one-survey-modal button,
.no-records-modal button {
	margin-top: 10x;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin-left: 17px;
	width: 120px;
	padding: 10px 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #F76E46;
	border-image: linear-gradient(135deg, #F76E46, #C51E40) 1;
}

.select-one-survey-modal button:hover,
.no-records-modal button:hover {
	border-image: linear-gradient(225deg, #F76E46, #C51E40) 1;
	background: linear-gradient(225deg, #F76E46, #C51E40);
	color: white;
}

.download-info-modal {
	box-shadow: 0px 10px 11px 4px rgba(91,91,91,0.8);
	position: fixed;
	left: 0;
	top: 27vh;
	right: 0;
	width: 690px;
	margin: 0 auto;
	background-color: white;
	box-sizing: border-box;
	padding: 16px 16px 25px 20px;
	font-size: 16px;
	z-index: 6;
	font-weight: 300;
}

.loading-modal {
	box-shadow: 0px 10px 11px 4px rgba(91,91,91,0.8);
	position: fixed;
	left: 0;
	right: 0;
	width: 690px;
	top: 35vh;
	margin: 0 auto;
	background-color: white;
	box-sizing: border-box;
	padding: 16px 16px 25px 20px;
	font-size: 16px;
	z-index: 6;
	font-weight: 300;
}

.loading-svg {
	display: flex;
    justify-content: center;
}


.download-info-modal-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
}

.download-info-modal h2 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.download-info-modal-top use {
	fill: #9F9F9F;
	cursor: pointer;
}

.download-info-modal-text {
	margin-bottom: 80px;
}

.download-info-modal-text p {
	color: #9F9F9F;
	font-size: 18px;
	font-weight: bold;
	line-height: 150%;
}

.download-info-modal-buttons {
	text-align: right;
}

.download-info-modal button {
	margin-top: 35px;
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin-left: 17px;
	width: 120px;
	padding: 10px 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.download-info-modal-cancel {
	color: #9F9F9F;
	border: 1px solid #9F9F9F;
}

.download-info-modal-cancel:hover {
	color: #F76E46;
	border: 1px solid #F76E46;
}

.download-info-modal-ok {
	color: #F76E46;
	border-image: linear-gradient(135deg, #F76E46, #C51E40) 1;
}

.download-info-modal-ok:hover {
	color: white;
	border-image: linear-gradient(135deg, #C51E40, #F76E46) 1;
	background: linear-gradient(135deg, #C51E40, #F76E46);
}

.calendar {
	position: absolute;
	display: block;
	z-index: 2;
	background: white;
	box-shadow: 0px 10px 11px 4px rgba(191,191,191,1);
	overflow: hidden;
	transition: opacity .1s ease;
	width: 290px;
}

.icon-arrow-select-date rect,
.icon-cancel-select-date rect {
}

.icon-arrow-select-date use,
.icon-cancel-select-date use {
	stroke: none;
	fill: #ffffff;
}

.calendar-top {
	background: #C51E40;
	background: -webkit-linear-gradient(135deg, #C51E40 0%, #F76E46 100%);
	background: -moz-linear-gradient(135deg, #C51E40 0%, #F76E46 100%);
	background: linear-gradient(135deg, #C51E40 0%, #F76E46 100%);
	color: white;
	font-size: 12px;
	font-weight: bold;
}

.calendar-closing {
	height: 40px;
	padding: 10px;
	text-align: right;
	cursor: default;
}

.calendar-year {
	box-sizing: border-box;
	padding: 10px 20px 6px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
}

.calendar-month {
	box-sizing: border-box;
	padding: 6px 20px 18px 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
}

.calendar-year span,
.calendar-month span {
	flex-grow: 1;
}

.calendar-days {
	padding: 17px 20px 13px 20px;
	text-align: center;
}

.calendar-buttons {
	padding: 17px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
}

.calendar-buttons button {
	border-width: 1px;
	border-style: solid;
	height: 35px;
	width: 125px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.calendar-button-cancel {
	color: #9F9F9F;
	border: 1px solid #9F9F9F;
}

.calendar-button-cancel:hover {
	color: #F76E46;
	border: 1px solid #F76E46;
}

.calendar-button-submit {
	color: #F76E46;
	border-image: linear-gradient(135deg, #F76E46, #1B54FD) 1;
}

.calendar-button-submit:hover {
	color: white;
	border-image: linear-gradient(225deg, #F76E46, #1B54FD) 1;
	background: linear-gradient(225deg, #F76E46, #1B54FD);
}

.calendar-table {
	border-collapse: collapse;
}

.calendar-table th,
.calendar-table td {
	border: 1px solid #F0F0F0;
	color: #0C0033;
	font-size: 12px;
	font-weight: 300;
	height: 35px;
	width: 35px;
	cursor: default;
}

.calendar-table th {
	text-transform: uppercase;
}

.calendar-selected {
	background-color: lightgray;
	color: white;
}

#graphs-main {
	height: 260px;
	margin-left: 25px;
  margin-top: 100px;
}

#graphs-main svg {
	overflow: visible;
}

.charts {
	overflow: visible;
}

g.axis path,
g.tick {
	visibility: hidden;
}

g.tick text {
	visibility: visible;
	stroke: none;
	fill: gray;
}

.yaxis .tick line {
	visibility: visible;
	fill: none;
	stroke: lightgray;
	stroke-width: 0.5;
	transform: translate(3px,0);
}

.bar-total {
	opacity: 0.6;
}

.answered-color {
	fill: #51DFC4;
}

.unanswered-color {
	fill: #CA3453;
}

.total-color {
	fill: #DBDBDB;
}

.bar-gradient-darkside {
	stop-color: rgba(216,216,216,0.5);
}

.bar-gradient-lightside {
	stop-color: rgba(219,236,248,0);
}

.stats-tooltip {
	stroke: none;
	fill: white;
  z-index: 9999;
  position: absolute;
}

.stats-tooltip-header {
	fill: #F0F0F0;
}

.stats-tooltip,
.legend {
	font-size: 11px;
}

.stats-tooltip-rect,
.stats-tooltip-triangle {
	fill: rgba(0,0,0,0.8);
	stroke: none;
}

circle {
	stroke: none;
}

#invite-list-placeholder {
	background-color: white;
	padding: 15px;
	margin: 0 0 12px;
}

.invite-list,
.invite-list-mobile {
	text-align: center;
}

.invite-list-mobile {
	overflow: hidden;
}

.invites-table {
	border-collapse: collapse;
	width: 100%;
	padding: 15px 15px 30px 15px;
}

.invites-table th {
	color: #F76E46;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 20px 0;
}

.invites-table td {
	padding: 15px 0;
	color: #0C0033;
	font-size: 16px;
	font-weight: 300;
	text-align: left;
}

.invites-table th:hover,
.invites-table td:hover {
	cursor: default;
}

.invites-table tr {
	border-bottom: 1px solid #9F9F9F;
}

.invites-table td.status {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

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

.block-center {
	margin-left: auto;
	margin-right: auto;
}

.invites-table button {
	border: 0;
	height: 25px;
	font-size: 12px;
	font-weight: bold;
	overflow: hidden;
	padding: 0;
}

.invite-answered {
	color: #04C0B7;
}

.invite-unanswered {
	color: #C51E40;
}

.icon-unanswered,
.icon-answered {
	margin-right: 7px;
}

.icon-answered use {
	fill: #04C0B7;
}

.icon-unanswered use {
	fill: #C51E40;
}

.invite-list-empty {
	margin-top: 70px;
	margin-bottom: 60px;
	text-align: center;
}

.red {
	color: red;
}

.text-error {
	margin: 12px;
}

.invite-list-empty p {
	color: #9F9F9F
}

.empty-icon {
	margin-bottom: 30px;
}

.send-reminder {
	color: #C51E40;
}

.reminder-sent {
	color: #04C0B7;
}

.reminders-tooltip {
	box-sizing: border-box;
	list-style-type: disc;
	position: absolute;
	padding: 10px 10px 10px 20px;
	background-color: rgba(0,0,0,0.8);
	color: white;
	font-size: 12px;
	font-weight: 300;
}

.delete-invite-modal {
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	width: 50%;
	min-width: 300px;
	margin: 0 auto;
	background-color: white;
	box-sizing: border-box;
	padding: 15px 15px 25px 15px;
	z-index: 6;
}

.delete-invite-modal-header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	margin-bottom: 20px;
}

.delete-invite-modal-header h1 {
	margin-top: 14px;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}

.delete-invite-modal-text {
	margin-bottom: 30px;
}

.delete-invite-modal-buttons {
	text-align: center;
}

.delete-invite-modal-buttons button {
	text-align: center;
}

.icon-cancel-delete-invite use {
	fill: #9F9F9F;
}

.delete-invite-modal-buttons button {
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	width: 120px;
	padding: 10px 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.delete-invite-modal-buttons .modal-button-email {
	margin-left: 17px;
}

.inner-invite-table td {
	text-align: left;
	padding: 10px 0;
}

.inner-invite-table td.inner-invite-table-header {
	font-size: 14px;
	font-weight: bold;
}

.inner-invite-table td.inner-invite-table-left {
	color: #F76E46;
	font-size: 14px;
	font-weight: bold;
	padding-right: 30px;
}

.inner-invite-table-actions {
	cursor: pointer;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.recycle-mobile-text {
	margin-left: 5px;
}

.loading-line {
	margin-top: 25px;
	height: 7px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

.loading-line:before{
	display: block;
	position: absolute;
	content: "";
	left: -200px;
	width: 200px;
	height: 4px;
	background-color: #ddd;
	animation: loading 1s linear infinite;
}

@keyframes loading {
	from {left: -200px; width: 30%;}
	50% {width: 30%;}
	70% {width: 70%;}
	80% { left: 50%;}
	95% {left: 120%;}
	to {left: 100%;}
}

.no-more-invites {
	color: #9f9f9f;
	margin: 40px 0 30px;
	text-align: center;
}

.show-more-button {
	height: 35px;
	width: 130px;
	margin: 30px 0;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #9F9F9F;
	border-color: #9F9F9F;
}

.show-more-button:hover {
	color: #F76E46;
	border: 1px solid #F76E46;
}

.invite-modal {
	position: fixed;
	top: 20vh;
	left: 0;
	right: 0;
	width: 54%;
	min-width: 300px;
	margin: 0 auto;
	background-color: white;
	box-sizing: border-box;
	padding: 16px 16px 30px 18px;
	z-index: 5;
}

.invite-modal-header {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	margin-bottom: 20px;
}

.invite-modal-header h1 {
	margin-top: 14px;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-transform: capitalize;
}

.invite-modal-header span {
	line-height: 110%;
}

.invite-modal-input {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	margin: 20px 0 20px 10px;
}

.invite-modal-cancel-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
	color: #9F9F9F;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.invite-modal-cancel-group span {
	margin-right: 6px;
}

.invite-modal-add {
	color: #F76E46;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(135deg, #F76E46, #C51E40) 1;
	cursor: pointer;
	margin-left: 37px;
	width: 120px;
	padding: 10px 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.invite-modal-add:hover {
	color: white;
	border-image: linear-gradient(225deg, #F76E46, #C51E40) 1;
	background: linear-gradient(225deg, #F76E46, #C51E40);
}

.invite-modal-list-wrapper {
	margin-left: 44px;
}

.invite-modal-list {
	margin-bottom: 20px;
	max-height: 70px;
    overflow: auto;
}

.invite-modal-item-text {
	display: inline-block;
	border-bottom: 1px solid #F76E46;
}

.invite-modal-item-text input,
.invite-modal-item-text p {
	color: #0C0033;
	font-weight: 300;
	margin: 0;
	height: 25px;
}

.invite-modal-item-text input {
	font-size: 16px;
}

.invite-modal-item-text p,
.invite-modal-item-block {
	font-size: 12px;
}

.invite-modal-item-block {
	border: 1px solid #F76E46;
	border-radius: 100px;
	padding: 2px 5px 2px 20px;
	margin: 0 10px 10px 0;
	display: inline-block;
}

.invite-modal-item-block-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.invite-modal-item-block-flex > div {
	display: inline-block;
}

.invite-modal-item-block-email {
	margin-right: 30px;
	padding: 5px 0;
}

.invite-modal-input use {
	fill: #C51E40;
}

.invite-modal-button {
	text-align: center;
}

.icon-email-invite {
	margin-right: 18px;
	display: inline-block;
}

.icon-email-invite use {
	fill: #C15E40;
}

.icon-cancel-email {
	margin-top: 3px;
}

.icon-cancel-email use {
	fill: #C51E40;
}

.icon-add-email use {
	fill: #9F9F9F;
}

.icon-cancel-invite {
	cursor: pointer;
}

.icon-cancel-invite use {
	fill: #9F9F9F;
}

.more-less {
	display: block;
	color: #F76E46;
	font-size: 12px;
	font-weight: 300;
	margin-bottom: 20px;
}

.modal-buttons,
.invite-modal-button {
	margin-top: 35px;
}

.modal-buttons {
	text-align: right;
}

.modal-buttons button,
.invite-modal-button button {
	border-width: 1px;
	border-style: solid;
	cursor: pointer;
	margin-left: 17px;
	width: 120px;
	padding: 10px 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.modal-button-cancel {
	color: #9F9F9F;
	border: 1px solid #9F9F9F;
}

.modal-button-cancel:hover {
	color: #F76E46;
	border: 1px solid #F76E46;
}

.modal-button-email {
	color: #F76E46;
	border-image: linear-gradient(135deg, #F76E46, #C51E40) 1;
}

.modal-button-email:hover {
	color: white;
	border-image: linear-gradient(225deg, #F76E46, #C51E40) 1;
	background: linear-gradient(225deg, #F76E46, #C51E40);
}

.invite-duplicate-message {
	font-size: 16px;
	text-align: center;
}

.invite-duplicate-message p {
	margin-bottom: 5px;
}

.actions-modal {
	position: absolute;
	top: 25px;
	width: 980px;
	height: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 6;
}

.actions-modal-inner {
	background-color: white;
	padding: 50px 50px 45px 40px;
}

.actions-bottom {
	height: 210px;
	width: 100%;
	opacity: 0;
}

.survey-welcome-wrapper {
	padding-top: 170px;
	padding-bottom: 55px;
	text-align: center;
}

.welcome-header {
	margin-bottom: 60px;
	color: #F76E46;
	font-size: 36px;
	font-style: bold;
}

.welcome-input {
	margin-bottom: 130px;
	margin-left: auto;
	margin-right: auto;
}

.welcome-input input {
	color: #0C0033;
	width: 320px;
	margin-bottom: 40px;
	box-sizing: border-box;
	padding: 0 10px 10px 10px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-image: linear-gradient(135deg, #C51E40, #F76E46) 1;
	font-size: 16px;
	font-weight: 300;
}

.welcome-input ::-webkit-input-placeholder {color:#9F9F9F;}
.welcome-input ::-moz-placeholder          {color:#9F9F9F;}/* Firefox 19+ */
.welcome-input :-moz-placeholder           {color:#9F9F9F;}/* Firefox 18- */
.welcome-input :-ms-input-placeholder      {color:#9F9F9F;}

.welcome-buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	width: 290px;
	margin-left: auto;
	margin-right: auto;
}

.welcome-buttons button {
	height: 35px;
	width: 130px;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	color: #9F9F9F;
	font-size: 12px;
	font-weight: bold;
}

.welcome-buttons button.welcome-cancel {
	color: #9F9F9F;
	border: 1px solid #9F9F9F;
}

.welcome-buttons button.welcome-cancel:hover {
	color: #F76E46;
	border: 1px solid #F76E46;
}

.welcome-buttons button.welcome-submit {
	border-color: #9F9F9F;
}

.percentage {
	padding: 5px 0;
	box-sizing: border-box;
}

.percentage p {
	margin: 0;
	color: #0C0033;
	font-size: 16px;
	font-weight: 300;
}

.percentage div {
	display: inline-block;
	border-radius: 3px;
	margin: 0;
	height: 4px;
}

.percentage-scale-done {
	position: relative;
	background: linear-gradient(135deg, #C51E40, #F76E46);
	z-index: 1;
}

.percentage-scale-rest {
	position: relative;
	background-color: #CBCBCB;
	z-index: 0;
}

.questions-wrapper {
	margin-bottom: 20px;
}

.questions-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
	margin-bottom: 30px;
}

.questions-user-info {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.questions-user-info div {
	border-radius: 100%;
	background-size: cover;
	background-position: center;
	height: 22px;
	width: 22px;
	margin-right: 10px;
}

.questions-close {
	text-align: right;
}

.question-area {
	margin-bottom: 50px;
}

.question {
	margin-bottom: 30px;
}

.question-text {
	margin: 0 0 25px 0;
	color: #F76E46;
	font-size: 24px;
	font-weight: bold;
	line-height: 110%;
}

.question-notice {
	color: #0C0033;
	font-size: 16px;
	font-weight: 300;
}

.answers {
	color: #282828;
	font-size: 14px;
	font-weight: 300;
}

.answers input[type=text] {
	padding: 0 5px 5px 5px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-image: linear-gradient(135deg, #C51E40, #F76E46) 1;
	border-image-width: 1px;
}

.other {
	margin-left: 10px;
}

.answer {
	margin: 0 0 25px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.answers input[type=checkbox],
.answers input[type=radio] {
	display: none;
}

.checkbox::before,
.radio-no-sq::before {
	margin-right: 10px;
}

.answer input[type=checkbox] + label::before,
.answer-td input[type=checkbox] + label::before {
	content: '';
	height: 13px;
	width: 13px;
	box-shadow: 0 0 0 2px rgba(159,159,159,0.5);
	border-radius: 2px;
	display: inline-block;
	transform: translate(0,2px);
}

.answer input[type=checkbox]:checked + label::before,
.answer-td input[type=checkbox]:checked + label::before {
	background-image: url('../assets/icons/checked.png');
	background-position: 0 -1px;
	box-shadow: 0 0 0 2px rgba(0,0,0,0);
	overflow: hidden;
}

.answer input[type=radio] + label::before,
.answer-td input[type=radio] + label::before {
	content: '';
	height: 13px;
	width: 13px;
	border: 1px solid #9F9F9F;
	border-radius: 100%;
	transform: translate(0, 2px);
	display: inline-block;
}

.answer input[type=radio]:checked + label::before,
.answer-td input[type=radio]:checked + label::before {
	box-shadow: 0 0 0 2px white inset;
	background-color: #F76E46;
	border-color: #F76E46;
	overflow: hidden;
}

.hidden {
	display: none;
}

.warning {
	color: #C51E40;
	font-size: 12px;
	font-weight: 300;
	padding-top: 15px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.warning svg {
	margin-right: 10px;
}

.sq-fullscreen {
	margin-bottom: 40px;
}

.sq-fullscreen h3 {
	margin-left: 15px;
	margin-bottom: 20px;
}

.subquestion {
	padding: 23px 17px 21px 21px;
	font-weight: bold;
}

.table-sq {
	border-collapse: collapse;
}

.table-sq th {
	color: #F76E46;
	font-weight: bold;
	padding: 10px 20px;
}

.table-sq th,
.table-sq td {
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.questions-bottom {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
}

.questions-buttons {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
}

.questions-buttons button {
	height: 35px;
	width: 130px;
	margin-left: 30px;
	border-width: 1px;
	border-style: solid;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.questions-left-button {
	color: #9F9F9F;
	border-color: #9F9F9F;
}

.questions-left-button:hover {
	color: #F76E46;
	border-color: #F76E46;
}

.questions-right-button {
	color: #F76E46;
	border-image: linear-gradient(135deg, #C51E40, #F76E46) 1;
	border-image-width: 1px;
}

.questions-right-button:hover {
	color: white;
	border-image: linear-gradient(225deg, #C51E40, #F76E46) 1;
	border-image-width: 1px;
	background: linear-gradient(225deg, #C51E40, #F76E46);
}

.survey-final-wrapper {
	padding: 150px 35px 0 60px;
}

.final-message {
	text-align: center;
	margin-bottom: 85px;
}

.final-header {
	color: #F76E46;
	font-size: 36px;
	font-weight: bold;
	margin: 25px 0 50px 0;
}

.final-text {
	color: #282828;
	font-size: 24px;
	font-weight: bold;
}

.final-text p {
	margin: 0 0 15px 0;
}

.final-bottom {
	display:flex;
	justify-content: center;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: center;
}

.final-bottom button {
	width: 130px;
	height: 35px;
	color: #F76E46;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	border-width: 1px;
	border-style: solid;
	border-image: linear-gradient(135deg, #C51E40, #F76E46) 1;
}

.final-bottom button:hover {
	color: white;
	border-image: linear-gradient(225deg, #C51E40, #F76E46) 1;
	background: linear-gradient(225deg, #C51E40, #F76E46);
}

.nowrap * {
	white-space: nowrap;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.icon {
	overflow: visible;
}

.icon g {
	fill: rgba(0,0,0,0);
}

.medsu-menu-html {
	overflow: hidden;
}

.medsu-menu {
	position: fixed;
	overflow-x: hidden;
	overflow-y: scroll;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding-bottom: 100px;
	z-index: 9;
	background-color: white;
	-webkit-box-shadow: -5px 0px 8px -3px #868686;
	-moz-box-shadow: -5px 0px 8px -3px #868686;
	box-shadow: -5px 0px 8px -3px #868686;
	transition: width 0.2s;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.medsu-menu-on {
	width: 335px;
	overflow: auto;
}

.medsu-menu-off {
	width: 0;
	transform: translateX(15px);
}

.mm-top {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	align-items: center;
	-ms-flex-align: center;
	padding: 15px 25px 30px 35px;
}

.medsu-menu-icon-logo {
	height: 32px;
	width: 94px;
}

.medsu-menu li {
	/* padding: 0 10px 20px 35px; */
	border-bottom: 1px solid #efefef;
}

.medsu-menu img {
	height: 22px;
	width: 22px;
	margin-right: 10px;
}

.medsu-menu-profile {
	border-radius: 100%;
}

.medsu-menu li > a, .medsu-menu li > span {
	color: #282828;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	-ms-flex-align: center;
}

.medsu-menu-active {
	color: #F76E46;
}

.medsu-menu-inactive {
	color: #282828;
}

.medsu-menu li:last-child {
	align-items: start;
	-ms-flex-align: start;
}

.icon-dark-grey {
	cursor: pointer;
}

.icon-dark-grey use {
	fill: #2D2D2D;
}

.shadow {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 8;
	background-color: rgba(0,0,0,.3);
}

.medsu-shadow-on {
	width: 100%;
	height: 100%;
}

.medsu-shadow-off {
	width: 0;
	height: 0;
}

.coming-soon::after {
	content: " Coming soon";
	font-weight: bold;
}

.button-tooltip {
	text-transform: none;
	position: absolute;
	margin-top: 8px;
	background: #CBCBCB;
	color: #0C0033;
	font-size: 12px;
	text-align: center;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 1px;
	box-shadow: 0px 8px 16px 0px rgba(153,153,153,0.4);
}

@media screen and (max-width: 1300px) {
	.survey-menu-item button span {
		font-size: 10px;
		letter-spacing: -0.2px;
	}
}

@media screen and (max-width: 1200px) {

	.survey-item-name {
		font-size: 18px;
	}

	.survey-menu-item button span {
		display: none;
	}

	.survey-item-name {
		font-size: 18px;
	}

	.invite-modal {
		width: 60%;
	}

	.actions-modal {
		width: 840px;
	}

	.actions-modal-inner {
		padding: 35px 15px 45px 15px;
	}
}

@media screen and (max-width: 840px) {

	.settings-table th,
	.settings-table td {
		padding: 23px 25px 17px 15px;
	}

	.overall-stats-name {
		font-size: 12px;
	}

	.overall-stats-value {
		font-size: 24px;
	}

	.invite-modal {
		width: 80%;
	}

	.graphs-selection {
		display: block;
	}

	.graphs-selection-double-block-2x,
	.graphs-selection-block-2x,
	.graphs-selection-block {
		flex: 1 1 0;
		-webkit-flex: 1 1 0;
		-ms-flex: 1 1 0px;
	}

	.graphs-selection-double-block-2x {
		margin-bottom: 30px;
	}

	.graphs-selection-inside-wrapper {
		margin-right: 5px;
	}

	.graphs-selection-download {
		margin-top: 30px;
	}

	.invites-table td {
		font-size: 14px;
	}

	.actions-modal {
		top: 0;
		bottom: 0;
		margin: 0;
		width: auto;
	}

	.actions-modal-inner {
		padding: 35px 15px;
	}

	.welcome-header,
	.final-header {
		font-size: 24px;
	}

	.survey-welcome-wrapper,
	.survey-final-wrapper {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		background: white;
		padding: 5px 15px 35px;
		box-sizing: border-box;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
	}

	.welcome-close-mobile,
	.final-close-mobile {
		text-align: right;
		margin-bottom: 100px;
	}

	.welcome-input input {
		width: auto;
	}

	.welcome-buttons {
		justify-content: center;
		-webkit-justify-content: center;
		height: 100%;
		align-items: flex-end;
		-ms-flex-align: end;
	}

	.final-header {
		margin: 15px 0 60px 0;
	}

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

	.final-message {
		margin-bottom: 0;
	}

	.final-bottom {
		justify-content: center;
		-webkit-justify-content: center;
		height: 100%;
		align-items: flex-end;
		-ms-flex-align: end;
	}
}

@media screen and (max-width: 750px) {

	.settings-header h1 {
		font-size: 20px;
	}

	.settings-table th,
	.settings-table td {
		padding: 23px 25px 17px 15px;
	}

	#overall-stats {
		justify-content: flex-start;
		overflow: hidden;
	}

	.overall-stats-item {
		min-width: 150px;
	}

	.download-info-modal {
		width: 480px;
	}

	.loading-modal {
		width: 480px;
	}

	.invite-modal {
		width: 95%;
	}
}

@media screen and (max-width: 640px) {

	.as-user-message {
		font-size: 10px;
		margin-right: 10px;
	}

	.settings-header h1 {
		display: none;
	}

	.survey-menu-item button {
		padding: 18px 5px;
	}

	.invite-modal-header h1 {
		font-size: 18px;
	}

	.invite-modal-cancel-group span {
		display: none;
	}

	.popup-menu-1x,
	.popup-menu-2x {
		width: 192px;
	}

	.overlay-calendar {
		display: block;
		background-color: rgba(0,0,0,0.4);
		z-index: 2;
	}

	.calendar {
		position: absolute;
		box-shadow: none;
		transform: none;
		top: 640px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
	}

	.calendar-table td {
		height: 40px;
		width: 40px;
	}

	.invites-table td {
		font-size: 10px;
	}
}

.surveys-list-title {
	display: flex;
	justify-content: space-between;
}
.surveys-list-title h1 {
	color: #0C0033;
	font-size: 24px;
  font-weight: 600;
}
.surveys-list-title .view-all-btn {
	cursor: pointer;
	margin: 0;
	font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 491px) {

	#medsu-bar {
		box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
	}

	.medsu-bar-left-side-logo {
		width: 38px;
		overflow: hidden;
	}

	.medsu-menu-old.medsu-menu-on {
		width: 260px;
	}

	.medsu-menu-old li {
		padding: 13px 15px 12px 15px;
	}

	.mm-navbar img {
		left: -30px;
		transform: scale(0.8);
	}

	.graphs-selection {
		font-size: 14px;
	}

	.overall-stats-item {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}

	#surveys-list-placeholder {
		padding: 25px 8px 15px 8px;
	}

	.surveys-list {
		height: 320px;
    position: relative;
	}

	.survey-menu-item-wrapper {
		position: absolute;
		margin-left: 3%;
		width: 85%;
	}

	.survey-menu-item {
		border-color: #E0E0E0;
		transition: transform 0.4s;
	}

	.survey-item-name {
		font-size: 24px;
	}

	.survey-menu-item button {
		padding: 18px 10px;
	}

	.survey-menu-item button span {
		display: inherit;
		letter-spacing: -0.6px;
	}

	.survey-item-buttons {
		margin: 0 10px;
	}

	.icon-start {
		margin-right: 2px;
	}

	.select-one-survey-modal,
	.no-records-modal,
	.loading-modal,
	.download-info-modal {
		width: 300px;
	}

	.download-info-modal button {
		margin-left: 5px;
	}

	.invite-modal {
		padding: 16px 16px 30px 15px;
	}

	.invite-modal-input {
		display: block;
		padding-left: 0;
	}

	.invite-modal-add {
		display: block;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.modal-buttons button {
		margin-left: 10px;
	}

	.share-link-modal {
		padding: 10px 10px 25px 10px;
		top: 100px;
		width: 98%;
	}

	.share-link-modal-buttons .modal-button-email {
		margin-left: 10px;
	}

	#graphs-main {
		height: 200px;
		margin-left: 0;
    margin-top: 100px;
	}

	g.tick text {
		font-size: 6px;
	}

	.invite-modal-list-wrapper {
		margin-left: 0;
	}

	.invite-modal-item-text input {
		font-size: 12px;
	}

	.invites-table td {
		font-size: 14px;
	}

	.questions-bottom {
		display: block;
	}

	.questions-buttons button {
		margin-left: 0;
	}
}

.survey-questions-printable {
	background: white;
	position: absolute;
	z-index: 10;
	top: 0;
	padding: 30px;
}

@page {
	size: 21cm 29.7cm;
}

@media print {
	@page { margin: 0; }
	body {
		margin: 10mm 10mm 10mm 0;
	}
}

.icon-email,
.icon-share,
.icon-print {
	height: 21px;
	width: 21px;
}

.icon-email {
	background: url('../assets/icons/png/email.png');
}

.icon-share {
	background: url('../assets/icons/png/share.png');
}

.icon-print {
	background: url('../assets/icons/png/print.png');
}

.icon-recycle {
	width: 21px;
	height: 21px;
	cursor: pointer;
	background-image: url('../assets/icons/png/recycle-bin-opaque.png');
	background-position: center;
}

.icon-settings {
	width: 21px;
	height: 21px;
	cursor: pointer;
	background-position: center;
	background-image: url('../assets/icons/icon/basic/settings-grey.svg');
}

.icon-settings:hover {
	background: url('../assets/icons/icon/basic/settings.svg');
}

.icon-videonormal {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: transparent;
  outline: none;
  border: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 0px;
  margin-right: 10px !important;
  cursor:pointer;
}

.icon-videonormal:hover {
  background-color: rgba(4, 192, 182, 0.09);
}

.icon-videonormal:hover span{
  background-color: #04c0b7;
}

.icon-videonormal .icon{
    -webkit-mask-image: url('../assets/icons/icon/basic/share_social_icon.png');
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color:black;
	background-position: center;
}

.error-page {
	margin: 15px;
	background: white;
	padding: 220px 0 200px;
	text-align: center;
}

.error-page h1 {
	margin: 60px 0 30px;
	color: #282828;
	font-size: 24px;
	font-weight: bold;
}

.error-page p {
	color: #0C0033;
	font-size: 16px;
	font-weight: 300;
	line-height: 26px;
}
.menu-left-link{
	display: block;
	padding: 20px;
}

.close-friend-info {
	width: 20px;
	float: right;
}
@media (max-width: 993px) {
	.close-friend-info {
		width: 15px;
	}
}

.call-button-for-mobile {
	display: none;
}
@media (max-width: 700px) {
	.call-button-for-mobile{
		display: block;
	}
}

/* .share-link-modal{
	position: absolute;
	right: 5px;
	top: 5px;
} */
.video-calling-modal{
	top: 110px;
	position: absolute;
	left: 0;
	right: 0;
	box-shadow: 0 0 10px #cabebe;
	padding: 10px;
	border: 1px solid white;
	border-right: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 550px;
	background: white;
	z-index: 9999;
}
.icon-delete-modal{
	position: absolute;
	right: 5px;
	top: 5px;
}
.user-name{
	margin-bottom: 0px;
}


.close-video-dialog {
  position: absolute;
  right: 3px;
  top: 3px;
}

.close-video-dialog .toggle_video_friends_menu {
  float: right;
  margin-top: 11px;
}

.user-info-for-mobile {
  display: none;
}

@media (max-width: 700px) {
  .user-info-for-mobile {
    display: block;
  }
}

.video-dialog-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background: #04c0b72e;
  border-radius: 3px;
  height: 50px;
  margin: 25px 0 0 0;
}

@media (max-width: 700px) {
  .video-dialog-header {
    position: relative;
    display: block;
    height: 55px;
    padding-top: 10px;
  }
}

.video-dialog-header .left-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 700px) {
  .video-dialog-header .left-header {
    width: 100%;
  }
}

.video-dialog-header .left-header .search {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.video-dialog-header .left-header .search .searchTerm {
  font-weight: 300;
  width: 100%;
  height: 35px;
  border: 1px solid #04c0b7;
  border-right: none;
  padding: 5px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #9DBFAF;
}

.video-dialog-header .left-header .search .searchTerm:focus {
  color: #04c0b7;
}

.video-dialog-header .left-header .search .searchButton {
  width: 40px;
  height: 35px;
  border: 1px solid #04c0b7;
  background: #04c0b7;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  font-size: 20px;
}

.video-dialog-header .right-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-left: 1px solid #04c0b7;
}

@media (max-width: 700px) {
  .video-dialog-header .right-header {
    width: 100%;
    border: 0;
    padding: 7px 15px;
  }

  .video-dialog-header .right-header .user-info-content {
    display: none;
  }
}

.video-dialog-header .right-header .video-action {
  display: inline-block;
  cursor: pointer;
}

.video-dialog-header .right-header .video-action i {
  background-color: #3b8e8a;
}

.video-dialog-header .right-header .video-action i:hover {
  background-color: #30e1d8;
}

.video-dialog-header .right-header .ic-close {
  float: right;
  margin-top: 11px;
}

@media (max-width: 700px) {
  .video-dialog-header .right-header .call-to-friend {
    display: none;
  }
}

.current-user-info {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}

.current-user-info .profile-image-in-video-call {
  border-radius: 100%;
  box-sizing: border-box;
  height: 35px;
  width: 35px;
  min-width: 35px;
  margin-right: 15px;
  border: 1px solid #979797;
}

@media (max-width: 700px) {
  .current-user-info span {
    margin-left: 5px;
    margin-right: 3px;
  }
}

.current-user-info .user-status {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #10cc10;
  border-radius: 50%;
  margin-left: 3px;
}

.video-dialog-body {
  width: 100%;
  border-radius: 3px;
  height: 480px;
  margin: 5px 0 0 0;
  padding-top: 5px;
  transition: all .3s ease;
}

.video-dialog-body .left-side {
  background: #add4d214;
  padding-right: 5px;
  padding-top: 5px;
  border-right: 1px solid #04c0b7;
  height: 450px;
  max-height: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
}

@media (max-width: 700px) {
  .video-dialog-body .left-side {
    height: 395px;
    max-height: 395px;
  }
}

.video-dialog-body .left-side::-webkit-scrollbar {
  width: 10px;
}

.video-dialog-body .left-side::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

.video-dialog-body .left-side::-webkit-scrollbar-thumb {
  background: #04c0b7;
  border-radius: 10px;
}

.video-dialog-body .left-side::-webkit-scrollbar-thumb:hover {
  background: #05b1a9;
}

.video-dialog-body .left-side .user-info-block {
  background: white;
}

.video-dialog-body .left-side .friends-image {
  border-radius: 100%;
  box-sizing: border-box;
  height: 50px;
  width: 50px;
  min-width: 50px;
  margin-right: 15px;
  border: 1px solid #979797;
}

@media (max-width: 700px) {
  .video-dialog-body .left-side .friends-image {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
}

.video-dialog-body .left-side .account-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 3px;
  background: transparent;
  border: transparent;
  border-radius: 3px;
  padding: 3px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-dialog-body .left-side .account-info .firends-info {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video-dialog-body .left-side .account-info .firends-info .friend {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: unset !important;
}

.video-dialog-body .left-side .account-info .firends-info .friend .friend-status {
  min-width: 7px;
}

.video-dialog-body .left-side .account-info .firends-info p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video-dialog-body .left-side .account-info > * {
  pointer-events: none;
}

.video-dialog-body .left-side .account-info:hover {
  background: #79ece659;
}

.video-dialog-body .left-side .account-info .friend-status {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
	background: #d0c9c9;
}

.video-dialog-body .left-side .account-info .friend-name {
  display: inline-block;
  margin-right: 3px;
}

@media (max-width: 700px) {
  .video-dialog-body .left-side {
    width: 100%;
  }
}

.video-dialog-body .right-side {
  padding: 5px;
  height: 470px;
}

.video-dialog-body .right-side .close-friend-info {
  width: 20px;
  float: right;
  display : none;
}

@media (max-width: 993px) {
  .video-dialog-body .right-side .close-friend-info {
    width: 15px;
    display : none;
  }
}

.video-dialog-body .right-side .friend-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.video-dialog-body .right-side .friend-info .friend {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video-dialog-body .right-side .friend-info .friend p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.video-dialog-body .right-side .friend-info .friend-image {
  border-radius: 100%;
  box-sizing: border-box;
  height: 110px;
  width: 110px;
  min-width: 110px;
  margin-right: 15px;
  border: 1px solid #979797;
}

@media (max-width: 993px) {
  .video-dialog-body .right-side .friend-info .friend-image {
    height: 70px;
    width: 70px;
    min-width: 70px;
  }
}

@media (max-width: 700px) {
  .video-dialog-body .right-side .friend-info .friend-image {
    height: 30px;
    width: 30px;
    min-width: 30px;
  }
}

.video-dialog-body .right-side .call-button-for-mobile {
  display: none;
}

@media (max-width: 700px) {
  .video-dialog-body .right-side .call-button-for-mobile {
    display: block;
  }
}

.select-friend {
  border: 1px solid #04c0b7 !important;
}



.icons {
  display: inline-block;
  width: 21px;
  height: 15px;
  margin: 4px;
  margin-top: 3.5px;
}

.profile-body {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  background: #f0f0f0;
}

@media (max-width: 992px) {
  .profile-body {
    overflow-y: auto;
  }
}

.bold-text {
  font-weight: bold;
}

.video_calling_icon {
  height: 13px;
  background-color: #4c4c4c;
  -webkit-mask-image: url("../assets/icons/videonormal.svg");
  mask-image: url("../assets/icons/videonormal.svg");
}

.disable-background {
  background: #fdf9f9;
  opacity: 0.3;
  pointer-events: none;
}

.home .header-content .video_calling_icon {
  background-color: #4c4c4c;
  -webkit-mask-image: url("../assets/icons/videonormal.svg");
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 4px;
  margin-top: 3.5px;
}

.video-custom-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  background-color: transparent;
  outline: none;
  border: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 0px;
  padding-top: 8px !important;
  margin-right: 10px !important;
}

.video-custom-icon:hover {
  background-color: rgba(4, 192, 182, 0.09);
}

.video-custom-icon:hover i {
  background-color: #04c0b7;
}

.call-to-friend .video_calling_icon {
  background-color: #3b8e8a;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url("../assets/icons/videonormal.svg");
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 4px;
  margin-top: 3.5px;
}

.call-to-friend .video_calling_icon:hover {
  background-color: #30e1d8 !important;
}

.video_calling_icon{
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.video_calling_icon:hover{
  background-color: #04c0b7;
}
.video_calling_icon {
  height: 12px;
}
.video_icon i {
  width: 15px !important;
}
.hover-effect {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  background-color: transparent;
  outline: none;
  border: 0;
  padding: 0;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 0px;
}

.video_icon {
  margin-right: 0;
  padding-top: 8px !important;
  margin-right: 10px !important;
}
a {
  color: #337ab7;
  text-decoration: none;
}
.header-content {
  box-shadow: none !important;
}
.centered {
  align-items: center;
  -ms-flex-align: center;
}
.inside_menu_icon {
  z-index: 11;
  text-align: center;
  margin: 5px 10px 10px 10px;
  cursor: pointer;
  line-height: 0;
}

.video-custom-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 22px;
  width: 22px;
  background-color: transparent;
  outline: none;
  border: 0;
  /* padding: 0; */
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 10px 10px 10px;
  padding-top: 10px !important;
  /* margin-right: 10px !important; */
  padding-bottom: 8px !important;
}
.video-custom-icon:hover {
  background-color: rgba(4, 192, 182, 0.09);
}

.profile-body {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: none;
  overscroll-behavior-y: none;
  background: #f0f0f0;

}

@media (max-width: 992px) {
  .profile-body {
    overflow-y: auto;
  }
}
.ic-close {
  float: right;
}

.ic-close {
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../assets/icons/ic-close-default .svg");
  cursor: pointer;
  z-index: 99999999;
  color: red;
}

.ic-close:hover {
  background-image: url("../assets/icons/ic-close-active.svg")
}

.ui-dialog .ui-dialog-content {
		min-height: 500px !important;
    overflow: hidden !important;
}
