@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,500,600,700&subset=latin,latin-ext);

*,
*::before,
*::after {
	box-sizing: border-box;
	outline: none;
}
html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #333;
	background: unset !important;
	background-color: #e4e7e9 !important;
}
.blue {
	color: #3598db;
}
.orange {
	color: #ff9000;
}
.green {
	color: #25aa73;
}
.red {
	color: #d20000;
}
.grey {
	color: #cbd1d5;
}
.purple {
	color: #685885;
}
.teal {
	color: #3d97a4;
}
.ml-auto {
	margin-left: auto;
}

/*Editor View*/
.editor-view {
	display: flex;
	flex-flow: column;
	height: 100%;
	overflow: hidden;
}
.editor-view .header {
	width: 100%;
	background-color: white;
	box-shadow: 0px 2px 2px 0px rgba(4, 4, 4, 0.06);
	height: 53px;
	align-items: center;
	display: flex;
	padding: 8px;
	/* z-index: 2000; */
}
.editor-view .header .back-btn {
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
	border-radius: 4px;
	background: -webkit-linear-gradient(90deg, #f3f3f3 0%, white 100%);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.16);
	width: 116px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.643;
	text-decoration: none;
}
.editor-view .header .back-btn span {
	margin-left: 15px;
	margin-right: 15px;
}
.editor-view .header .dropdown-menu {
	padding: 0px;
	z-index: 1002;
}
.editor-view .header .dropdown:not(.save-dropdown) > .dropdown-menu {
	left: -95px;
	top: calc(100% + 6px);
	border-radius: 8px;
}
.editor-view .header .setting-dropdown > .dropdown-menu {
	left: -165px !important;
	min-width: 190px;
}
.editor-view .header .setting-dropdown .dropdown-menu,
.dropdown-submenu .dropdown-menu {
	border: 1px solid rgb(220, 220, 220);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.28);
}
.editor-view
	.header
	.setting-dropdown
	.dropdown-menu
	.dropdown-item
	i:not(.pull-right),
.editor-view .header .setting-dropdown .dropdown-menu .dropdown-item img {
	margin-right: 8px;
}
.editor-view .header .setting-dropdown .pull-right {
	display: inline-block;
}
.editor-view .header .setting-dropdown .onoffswitch {
	display: inline-block;
	width: 48px;
	position: relative;
	right: 0;
	top: 0;
	margin-left: 10px;
}

.editor-view .header .setting-dropdown .onoffswitch-label {
	margin-bottom: 0;
}
.editor-view .header .setting-dropdown .onoffswitch-inner:before {
	content: "ON";
}
.editor-view .header .setting-dropdown .onoffswitch-inner:after {
	content: "OFF";
	padding-right: 5px;
}
.editor-view .header .setting-dropdown .onoffswitch-switch {
	height: 13px;
	width: 13px;
	right: 25px;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 2px !important;
}
.editor-view .header .dropdown:not(.save-dropdown) > .dropdown-menu:before,
.editor-view .header .dropdown:not(.save-dropdown) > .dropdown-menu:after {
	bottom: 99%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 6px;
	margin-left: -6px;
}
.editor-view .header .setting-dropdown > .dropdown-menu:before,
.editor-view .header .setting-dropdown > .dropdown-menu:after {
	left: 93% !important;
}
.editor-view .header .dropdown:not(.save-dropdown) > .dropdown-menu:before {
	border-bottom-color: black;
}
.editor-view
	.header
	.dropdown:not(.save-dropdown)
	.dropdown-menu
	.dropdown-item {
	border-bottom: 1px solid #e9e9e9;
}
.editor-view
	.header
	.dropdown:not(.save-dropdown)
	.dropdown-menu
	.dropdown-item:nth-child(2n) {
	background-color: #fafafa;
}
.editor-view
	.header
	.dropdown:not(.save-dropdown)
	.dropdown-menu
	.dropdown-item:first-child {
	border-radius: 8px 8px 0 0;
}
.editor-view
	.header
	.dropdown:not(.save-dropdown)
	.dropdown-menu
	.dropdown-item:last-child {
	border-radius: 0 0 8px 8px;
	border-bottom: 0;
}
.editor-view
	.header
	.dropdown:not(.save-dropdown)
	.dropdown-menu
	.dropdown-item
	i {
	font-size: 22px;
	vertical-align: text-top;
}
.editor-view
	.header
	.dropdown:not(.save-dropdown)
	.dropdown-menu
	.dropdown-item
	i.pull-right {
	font-size: 13px;
	line-height: 26px;
	width: auto;
	margin: 0;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu .dropdown-menu {
	top: 0;
	left: 103%;
	margin-top: -1px;
}
.dropdown-submenu .dropdown-menu .dropdown-item:first-child {
	border-radius: 8px 8px 0 0;
}
.dropdown-submenu .dropdown-menu .dropdown-item:last-child {
	border-radius: 0 0 8px 8px;
	border-bottom: 0;
}
.dropdown-submenu .dropdown-menu:before,
.dropdown-submenu .dropdown-menu:after {
	left: -5px;
	top: 13px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: white;
	border-width: 6px;
	margin-left: -6px;
}
.dropdown-submenu .dropdown-menu:before {
	border-right-color: rgb(220, 220, 220);
}
.dropdown-submenu .dropdown-menu .dropdown-item.align-control span {
	width: 26px;
	display: inline-block;
	text-align: center;
	margin-right: 13px;
}
.dropdown-submenu .dropdown-menu .dropdown-item img {
	margin: 0px !important;
}
.header .dropdown-item i {
	margin-right: 7px;
	width: 15px;
	font-size: 16px;
	color: #3598db !important;
}
.header .dropdown-item {
	display: block;
	width: 100%;
	padding: 7px 8px;
	clear: both;
	font-weight: 600;
	color: #666;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	font-size: 15px;
	cursor: pointer;
}
.header .dropdown-item:hover {
	text-decoration: none;
	background-color: transparent;
}
.header .dropdown-item.cta-btn {
	min-width: 211px;
}
.header .dropdown-item i img {
	width: 15px;
	vertical-align: bottom;
}
.editor-view .header .title {
	margin-left: 10px;
}
.editor-view .header .title .funnel-name {
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	align-items: center;
	display: flex;
}
.editor-view .header .title .funnel-name .icon-edit {
	color: #3598db;
	margin-left: 5px;
	cursor: pointer;
}
.editor-view .header .edit-label {
	font-size: 17px;
	color: #333333;
	font-weight: bold;
	align-items: center;
	display: flex;
	margin-left: 20px;
}
.editor-view .header .edit-label .funnel-icon {
	width: 16px;
	height: 16px;
}
.editor-view .header .edit-label .edit-funnel-mode {
	color: #3598db;
}
.editor-view .header .edit-label span {
	margin-left: 7px;
}
.editor-view .header .title .funnel-name span {
	margin-left: 7px;
}
.editor-view .header .title .funnel-name.editing span {
	border: solid 1px #eaeaea;
	padding: 0 5px;
}
.editor-view .header .title a {
	text-decoration: none;
	display: inline-block;
}
.editor-view .header .title .company-name {
	align-items: center;
	display: flex;
	font-size: 15px;
}

.editor-view .header .title .company-name i {
	color: #cfcfcf;
}
.editor-view .header .title .company-name span {
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	margin-left: 7px;
}
.editor-view .header .map-price {
	font-weight: 700;
	font-size: 15px;
	margin-left: 5px;
}
.editor-view .header .map-price i {
	color: #cfcfcf;
}
.editor-view .header .right-buttons {
	margin-left: auto;
	display: flex;
	flex-direction: row;
	height: 100%;
}
.editor-view .header .right-buttons .dropdown:not(.save-dropdown) {
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
	border-radius: 4px;
	background: -webkit-linear-gradient(90deg, #f3f3f3 0%, white 100%);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.16);
	width: 55px;
	color: #3598db;
	text-decoration: none;
	position: relative;
	margin-left: 7px;
}
.simulation-switcher-header {
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
	border-radius: 4px;
	background-image: -webkit-linear-gradient( 90deg, rgb(240,244,247) 0%, rgb(240,244,247) 100%);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.16);
	width: 55px;
	color: #3598db;
	text-decoration: none;
	position: relative;
	margin-left: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.simulation-switcher-header.active {
	border-style: solid;
	border-width: 1px;
	border-color: #f3f3f3;
	border-radius: 4px;
	background-image: -webkit-linear-gradient( 90deg, rgb(53,152,219) 0%, rgb(64,164,232) 100%);
	box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.16);
	width: 55px;
	color: #3598db;
	text-decoration: none;
	position: relative;
	margin-left: 7px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.editor-view .header .right-buttons .dropdown .line {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
}
.editor-view .header .right-buttons .dropdown .line span {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.643;
	margin-left: 6px;
	margin-right: 6px;
}
.editor-view .header .right-buttons .dropdown .line i:first-child {
	font-size: 18px;
	margin-right: 8px;
}
.help-video-container .video-container {
	display: block;
	position: absolute;
	top: 36px;
	background: white;
	width: 360px;
	padding: 10px;
	box-shadow: 0px 2px 0px 0px rgba(212, 215, 222, 0.4);
	border: 1px solid #e7e9ec;
	right: 0px;
	left: auto;
}
.help-video-container .video-container label {
	padding-left: 0;
}
.help-video-container .video-container label span {
	padding-top: 0px;
	display: inline-block;
	position: relative;
	top: 2px;
	font-size: 13px;
	color: #333;
	margin-left: 5px;
}
.editor-view .header .right-buttons .save-btn {
	border-radius: 4px;
	background: -webkit-linear-gradient(90deg, #ff9f0c 0%, #ffb646 100%);
	box-shadow: 0px 1px 0px 0px #c97b00;
	width: 116px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	margin-left: 8px;
	text-decoration: none;
}
.editor-view .header .right-buttons .save-btn span {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.643;
	margin-left: 15px;
	margin-right: 15px;
}
.editor-view .header .right-buttons .save-dropdown .dropdown-menu {
	right: 0;
	left: auto;
	z-index: 1002;
}
.editor-view .header a {
	cursor: pointer;
}
.editor-view .header .overview-container img {
	display: none;
}
.editor-view .header .overview-container.dropdown:not(.open) img.inactive {
	display: block;
}
.editor-view .header .overview-container.dropdown.open img.active {
	display: block;
}
.editor-view .header .overview-container #overviewDiv {
	width: 300px;
	height: 300px;
	z-index: 1500;
	background-color: #e9e9e9;
}
.editor-view .page-content-wrapper {
	flex-grow: 1;
	position: relative;
	display: block;
	overflow: hidden;
}
.editor-view .page-content-wrapper #edit-div {
	position: absolute;
	overflow: hidden;
	background-color: #e9e9e9;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.editor-view .page-content-wrapper .menu-btn {
	position: absolute;
	right: 27px;
	top: 18px;
	z-index: 3;
}
.editor-view .page-content-wrapper .delete-link-btn {
	position: absolute;
	width: 30px;
	height: 30px;
	background: #fff;
	border: 1px solid #e0e6ed;
	padding: 5px;
	border-radius: 4px;
	z-index: 4;
	cursor: pointer;
	text-align: center;
	transition: opacity 0.15s linear 0.2s, visibility 0.5s linear 0.2s;
}
.editor-view .page-content-wrapper .delete-link-btn img {
	height: 100%;
}
.editor-view .page-content-wrapper .btn {
	cursor: pointer;
}
.editor-view .page-content-wrapper .btn .btn-icon {
	display: block;
}
.editor-view .page-content-wrapper .btn .btn-icon-hover {
	display: none;
}
.editor-view
	.page-content-wrapper
	.btn:not(.multiselect-btn):not(.draw-arrow-btn):hover
	.btn-icon {
	display: none;
}
.editor-view
	.page-content-wrapper
	.btn:not(.multiselect-btn):not(.draw-arrow-btn):hover
	.btn-icon-hover {
	display: block;
}
.editor-view .page-content-wrapper .action-buttons {
	position: absolute;
	top: 65%;
	left: 13px;
	z-index: 9;
}
.editor-view .page-content-wrapper .action-buttons .btn {
	padding: 0px 12px;
	display: block;
}
.editor-view .page-content-wrapper .action-buttons .btn img {
	width: 48px;
	height: 48px;
}
.editor-view .page-content-wrapper .action-buttons .btn .btn-icon-active {
	display: none;
}
.editor-view .page-content-wrapper .action-buttons .btn.active {
	box-shadow: none;
	-webkit-box-shadow: none;
}
.editor-view
	.page-content-wrapper
	.action-buttons
	.btn.active
	.btn-icon-active {
	display: block;
}
.editor-view .page-content-wrapper .action-buttons .btn.active .btn-icon {
	display: none;
}
.editor-view .page-content-wrapper .dropdown-top-right:after {
	top: 30px;
}
.editor-view .page-content-wrapper .dropdown-other:after {
	top: 110px;
}
.divOr {
	color: #b3c0ca;
	margin-top: 15px;
	padding-bottom: 1px;
}
.divOr .hrOr {
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 17px;
}
.divOr .spanOr {
	display: block;
	position: absolute;
	left: 50%;
	top: -0.6em;
	margin-left: -1.5em;
	background-color: white;
	width: 3em;
	text-align: center;
}
/*Editor View End*/

/*Warning Dialog*/
.modal.warning-dialog {
	text-align: center;
	font-size: 22px;
	color: #333333;
}
.modal-dialog {
	margin: 100px auto;
}
.modal.warning-dialog .modal-header {
	background-color: white;
}
.modal.warning-dialog .modal-header .close {
	background: red;
}
.modal.warning-dialog .modal-body {
	margin-top: 10px;
	padding: 25px;
	font-size: 22px;
	font-weight: 600;
}
.modal.warning-dialog .modal-body .modal-title {
	font-size: 30px !important;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
	color: black;
}
.modal.warning-dialog .modal-body .modal-title img {
	margin-right: 9px;
}
.modal.warning-dialog .modal-body p > span {
	color: red;
}
.modal.warning-dialog .modal-body .confirm-btn {
	border-radius: 25px !important;
	background-image: -webkit-linear-gradient(90deg, #cc0000 0%, #e40000 100%);
	box-shadow: 0px 2px 0px 0px #ab0405 !important;
	height: 50px;
	color: white;
	font-size: 22px !important;
	font-weight: bold !important;
	line-height: 50px;
	width: 425px;
	margin: 0 auto;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	border: none;
}
.modal.warning-dialog .modal-body .confirm-btn img {
	margin-right: 8px;
}
.modal.warning-dialog .modal-footer {
	font-size: 13px;
	font-weight: 600;
	display: flex;
	padding: 17px;
}
.modal.warning-dialog .modal-footer input {
	margin-right: 5px;
}
/*Warning Dialog End*/

/*Save Template Modal*/
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
#save-template-modal .modal-content {
	border-radius: 0;
	border: 0;
	box-shadow: none;
}
#save-template-modal .modal-title {
	font-size: 13px !important;
	font-weight: 700;
	color: #333;
	padding: 0 10px;
}
#save-template-modal .modal-title i {
	color: #3598db;
	margin-right: 7px;
}
#save-template-modal .modal-body:before,
#save-template-modal .modal-body:after {
	content: "";
	display: table;
}
#save-template-modal .modal-body:after {
	clear: both;
}
#save-template-modal .row {
	margin-right: 0px;
	margin-left: 0px;
}
#save-template-modal .form-group {
	float: left;
	margin-bottom: 10px;
	width: 100%;
}
#save-template-modal .label-style {
	color: #222222;
	font-size: 13px;
	font-weight: 700;
	margin: 0px;
	line-height: 30px;
}
#save-template-modal .formField {
	position: relative;
}
#save-template-modal .right-addon input {
	padding-right: 30px;
}
#save-template-modal .form-control {
	border: 1px solid #dcdcdc;
	font-size: 13px;
	font-weight: 600;
	border-radius: 2px;
}
#save-template-modal .counter-input.error {
	border: 1px solid #cc0000;
}
#save-template-modal .pageNameCount {
	position: absolute;
	top: 10px;
	right: 8px;
	color: #666666;
	font-size: 11px;
	font-weight: 600;
	font-style: italic;
}
#save-template-modal .validation {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}
#save-template-modal .not-validation {
	color: #cc0000;
}
#save-template-modal .btn-success {
	background-color: #3598db;
	border: none !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 14px !important;
	border-radius: 5px !important;
	outline: 0 !important;
	text-transform: uppercase !important;
	padding: 4px 15px;
	padding-top: 6px;
	float: right;
	margin-top: 15px;
}
#save-template-modal .btn .fa {
	margin-right: 5px;
}
/*Save Template Modal End*/

/*Setting Dropdown Menu*/
.setting-menu {
	border: 0;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.19);
	display: flex;
	flex-direction: row;
	padding: 0px;
	min-width: unset;
}
.setting-menu:before {
	bottom: calc(100% + 2px);
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: white;
	border-width: 6px;
	margin-left: -6px;
}
.link-setting-menu:before {
	display: none !important;
}
.setting-menu .dropdown-item {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	width: 44px;
	height: 42px;
	cursor: pointer;
	border: none;
	background-color: white;
}
.setting-menu .dropdown-item:nth-child(n + 2) {
	border-left: solid 1px #e9e9e9;
}
.setting-menu .dropdown-item .notes-counter {
	position: absolute;
	left: 5px;
	display: inline-block;
	top: 21px;
	background: #62686a;
	border-radius: 20px;
	font-size: 10px;
	color: white;
	line-height: 16px;
	width: 16px;
	text-align: center;
}
.page-setting-menu {
	border-top: solid 2px #3598db;
}
.page-setting-menu:before {
	border-bottom-color: #3598db;
}
.setting-menu.orange-theme {
	border-top: solid 2px #ff8a00;
}
.setting-menu.orange-theme:before {
	border-bottom-color: #ff8a00;
}
.traffic-setting-menu {
	border-top: solid 2px #01919f;
}
.traffic-setting-menu:before {
	border-bottom-color: #01919f;
}
.setting-menu.purple-theme {
	border-top: solid 2px #685885;
}
.setting-menu.purple-theme:before {
	border-bottom-color: #685885;
}
.setting-menu .dropdown-item.font-size-select {
	padding-left: 3px;
	color: #685885;
	font-size: 16px;
	font-weight: 700;
	width: 51px;
}
.setting-menu .dropdown-submenu .dropdown-menu {
	padding: 10px;
	left: 122%;
}
.setting-menu .dropdown-submenu .dropdown-menu li {
	padding: 3px;
	display: block;
}
.setting-menu .dropdown-submenu .dropdown-menu li span {
	width: 16px;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.setting-menu .dropdown-submenu .dropdown-menu li span img {
	vertical-align: text-bottom;
}
/*Setting Dropdown Menu End*/

/* Notes Popover */
.notes-popover {
	width: 35vw;
	height: calc(100vh - 113px);
	position: absolute;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 7.2px 0.8px rgba(0, 0, 0, 0.25);
	border-radius: 10.5px;
	z-index: 1005;
	top: 30px;
}
.notes-popover .notes-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}
.notes-popover .update-note {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
}
.notes-popover .notes-dash {
	position: absolute;
	width: 100%;
	height: 100%;
}
.notes-popover .popover-head {
	background-color: rgb(247, 247, 247);
	box-shadow: 0px 1px 0px 0px rgba(237, 237, 237, 0.004);
	height: 52.5px;
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 5px;
	border-top-left-radius: 10.5px;
	border-top-right-radius: 10.5px;
}
.notes-popover .update-note .button-group {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.notes-popover .update-note ul.button-group li {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(233, 233, 233);
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	width: 45px;
	height: 39px;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	font-size: 24px;
	color: #9da2a5;
	cursor: pointer;
}
.notes-popover .update-note ul.button-group li.active {
	color: #3598db;
}
.notes-popover .update-note ul.button-group li.note-font-size {
	width: 63px;
}
.notes-popover .update-note ul.button-group li.note-font-size select {
	border: none;
	border-radius: 12px;
	background: white;
}

.notes-popover .update-note ul.button-group li.backBtn {
	color: #3598db;
}
.underline {
	text-decoration: underline;
}
.notes-popover {
	display: none;
}
.notes-popover .popover-head .right-btn {
	border-style: solid;
	border-width: 1px;
	border-color: rgb(233, 233, 233);
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	width: 157.5px;
	height: 39px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 22.5px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.notes-popover .popover-head .right-btn i {
	margin-right: 7.5px;
	margin-left: 7.5px;
}
.notes-btn-container {
	width: 100%;
	display: flex;
	justify-content: end;
}
.notes-ai-conatiner div {
    text-align: left;
	font-size: 22.5px;
    padding: 5px 0px;
	cursor: pointer;
}

#note-rewrite {
	padding-left: 20px;
}
#note-write {
	padding-left: 20px;
}

.notes-ai-conatiner button {
	border-color: rgb(53, 152, 219) !important;
    width: 170px !important;
}

.notes-ai-conatiner div i {
	margin-right: 10px;
}

.notes-popover .popover-head .save-btn i {
	color: #ff8a00;
}
.notes-popover .notes-dash .popover-head i,
.notes-popover .notes-list .popover-head span {
	color: #3598db;
	font-size: 25.5px;
	font-weight: 700;
}
.notes-popover .notes-dash .popover-head {
	font-size: 25.5px;
}
.notes-popover .notes-dash .popover-head > i {
	margin-right: 7.5px;
	margin-left: 9px;
}
.notes-popover .notes-dash .popover-head > span.notes-count {
	margin-left: 7.5px;
	color: #3598db;
}
.notes-popover .notes-dash i {
	color: #c5d3dd;
}
.notes-popover .notes-dash .popover-body {
	padding-top: 0;
}
.notes-popover .notes-dash .notes-list {
	max-height: calc(100vh - 113px - 52.5px - 22.5px);
}
.notes-popover .notes-dash .notes-list .note-item .note-date {
	display: flex;
	align-items: center;
}
.notes-popover .notes-dash .notes-list .note-item .note-content {
	padding-right: 30px;
}
.notes-popover .notes-dash .notes-list .note-item .content-body {
	word-wrap: break-word;
	line-height: 1.2;
}
.notes-popover .content-body::selection {
	background: #a5b3ed;
}
.notes-popover .notes-dash .notes-list .note-item .content-body font[size="1"] {
	font-size: 15px;
}
.notes-popover .notes-dash .notes-list .note-item .content-body font[size="2"] {
	font-size: 19.5px;
}
.notes-popover .notes-dash .notes-list .note-item .content-body font[size="4"] {
	font-size: 27px;
}
.notes-popover .notes-dash .notes-list .note-item .content-body font[size="5"] {
	font-size: 36px;
}
.notes-popover .notes-dash .notes-list .note-item .content-body font[size="6"] {
	font-size: 48px;
}
.notes-popover .notes-dash .notes-list .note-item .content-body font[size="7"] {
	font-size: 72px;
}
.notes-popover .update-note iframe body {
	word-wrap: break-word;
}
.notes-popover .notes-dash .notes-list .note-item .dropdown {
	margin-left: auto;
	display: inline-block;
	padding: 0;
	border: none;
	background: transparent;
	font-size: 24px;
	position: static;
}
.notes-popover .notes-dash .notes-list .note-item .dropdown i {
	cursor: pointer;
}
.notes-popover .notes-dash .notes-list .note-item .dropdown > i {
	padding: 6px 15px;
	margin: 0;
	border-radius: 21px;
	border: solid 1px #c5c5c5;
}
.notes-popover .notes-dash .notes-list .note-item .dropdown > i:hover {
	background-color: #3598db;
	border-color: #3598db;
	color: #fff;
}
.notes-popover .popover-body {
	padding: 19.5px 22.5px;
	height: calc(100vh - 113px - 52.5px);
}
.notes-popover .exit-btn {
	position: absolute;
	border: none;
	padding: 0;
	right: -16px;
	top: -16px;
	background-color: transparent;
}
.notes-popover:after {
	content: "" !important;
	position: absolute;
	top: 375px;
	right: auto;
	left: 100%;
	width: 0;
	height: 0;
	border-left: 9px solid white;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	z-index: 1220;
}

.notes-popover#right:after {
	border-left: 0;
	border-right: 9px solid white;
	left: auto;
	right: 100%;
}
.notes-popover .dropdown .dropdown-menu {
	border: 1px solid rgb(211, 216, 220) !important;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.33) !important;
	width: 162px !important;
	max-width: 162px !important;
	min-width: 162px !important;
	padding: 0 !important;
	border-radius: 3px;
	z-index: 2005;
}
.notes-popover .dropdown .dropdown-menu:before,
.notes-popover .dropdown .dropdown-menu:after {
	bottom: 100%;
	left: 80%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.notes-popover .dropdown .dropdown-menu:before {
	border-color: rgba(229, 229, 229, 0);
	border-bottom-color: #d3d8dc;
	border-width: 6px;
	margin-left: -11.5px;
}
.notes-popover .dropdown .dropdown-menu:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 5px;
	margin-left: -10.5px;
}
.notes-popover .dropdown .dropdown-menu > li > a {
	padding: 3px 9px;
	font-size: 19.5px;
	font-weight: 600;
	color: #747b80;
	text-transform: capitalize;
}
.notes-popover iframe body {
	zoom: 150%;
}
/*The Default value for Form Controls*/
.form-control {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	box-shadow: none;
	font-size: 12px;
	height: 30px;
	line-height: 18px;
}
/*End The Default value for Form Controls*/

@media only screen and (max-width: 1250px) and (min-width: 1024px) {
	.notes-popover .update-note ul.button-group li {
		font-size: 20px;
		width: 33px;
		height: 34px;
	}
	.notes-popover .update-note ul.button-group li.note-font-size {
		width: 48px;
	}
	.notes-popover .popover-head .right-btn {
		font-size: 17px;
		width: 128px;
		height: 34px;
	}
}

.gshHeader {
	border-color: #edf9ac;
	font-size: 13px;
	margin-bottom: 16px;
}

/* End Notes Popover */

.senario-tab-container {
	margin-left: 20px;
    height: 100%;
}

.senario-tab-container .nav {
	display: flex;
}
.senario-tab-container .nav>li {
	display: flex;
	align-items: center;
    padding-right: 5px;
	border-radius: 8px;
}

.senario-tab-container .nav>li>a:hover {
    border-radius: 8px;
}

.senario-tab-container .nav>li:hover {
    background-color: #eee;
}

.senario-tab-container .nav>li:last-child:hover {
	background-color: #fff;
}

.senario-tab-container .nav>li:has(a.active) {
    background-color: #eee;
}

.senario-tab-container .nav>li>i{
    cursor: pointer;
	color: #98b0c1
}
