
.ProcessOrders__tabs {
	max-width: 600px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding: 0 !important;
}

.ProcessOrders__tabs > div {
	background: transparent !important;
}

.ProcessOrders__tabs > button {
	text-transform: none !important;
	border: 1px solid;
}

.RPAStatus__statusIcon {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 2px 5px 0 0;
}

.RPAStatus__statusIcon.RPAStatus__pending {
  background-color: #F5A623;
}

.RPAStatus__statusIcon.RPAStatus__failed {
  background-color: #FE4A49;
}

.RPAStatus__statusIcon.RPAStatus__success {
  background-color: #84BD06;
}

.RPAStatus__statusIcon.RPAStatus__nonBotOrder {
  background-color: #9B9B9B;
}

.RPAStatus__helpWrapper {
  position: relative;
  top: -2px;
  margin-left: 5px;
  min-width: 20px;
}

.RPAStatus__help {
  position: unset;
}

.RPAStatus__hoveredComponent {
  z-index: 1000;
  top: -20px !important;
  left: -105px !important;
  max-width: 250px;
  max-height: 100px;
  white-space: normal;
  overflow-y: auto;
}

.RPAStatus__downloadIcon {
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.RPAStatus__downloadIcon2 {
  height: 15px;
  width: 15px;
  margin-left: 10px;
  margin-top: 5px;
  cursor: pointer;
}

.Firms__firmsTable thead tr th:nth-child(2) {
	padding-left: 35px !important;
}
.Firms__firmsTable thead tr th:nth-child(3) {
	padding-left: 0px !important;
}
.Firms__firmsTable td {
	overflow: unset !important;
	white-space: unset !important;
}
.Firms__firmsTable td button {
	white-space: unset;
	margin: 10px 0 !important;
}
.Firms__tabs {
	max-width: 650px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding: 0 !important;
}

.Firms__tabs > div {
	background: transparent !important;
}

.Firms__tabs > button {
	text-transform: none !important;
	border: 1px solid;
}

.Firms__firmCard {
	flex-direction: column;
	margin: 0;
	min-height: 330px;
}

.Firms__firmCard > div {
	margin-left: 20px;
}

/* pdf viewer pop-up */

.Firms__titleBar {
	background-color: #0080c0;
	display: flex;
	justify-content: space-between;
	padding: 20px 20px 10px 20px;
}

.Firms__title {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
}

.Firms__closeButton {
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 10px;
}

.Firms__pdfWrapper {
	overflow: auto;
}

.Firms__title{
    width: 100% !important;
    color: #000000 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-align: center !important;
}
.Orders__displayColumn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.Orders__label span {
	height: 100% !important;
}

.Orders__tabs {
	max-width: 500px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding: 0 !important;
}

.Orders__tabs > div {
	background: transparent !important;
}

.Orders__tabs > button {
	text-transform: none !important;
	border: 1px solid;
}

@media (max-width: 1000px) {
	.Orders__ordersTable tr {
		display: flex;
	}
	.Orders__ordersTable tr td {
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}
	.Orders__ordersTable tr td:nth-child(3) {
		display: none;
	}
	.Orders__ordersTable tr td:nth-child(2) {
		padding: 0;
	}
	.Orders__ordersTable tr td:nth-child(1) {
		padding-right: 0;
	}
}

.Orders__ordersTable tr td {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.Orders__ordersTable tr {
	display: flex;
}

.Orders__ordersTable tr td:nth-child(2) {
	flex: 1;
}

.Orders__ordersTable tr td:nth-child(1) {
	padding-right: 0 !important;
}

.Orders__ordersTable {
	overflow: hidden;
}

.Orders__clientDetails {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: flex-start !important;
	justify-content: center !important;
	cursor: pointer;
}

.Orders__clientName {
	color: #39393a;
	font-size: 14px;
	line-height: 16px;
}

.Orders__clientSub {
	color: #898989;
	font-size: 12px;
	line-height: 14px;
}

.Orders__editedDate {
	color: #898989;
	font-size: 10px;
	font-weight: 500;
	line-height: 12px;
	padding: 0 5px;
}

.Orders__referrals {
	margin-top: 10px;
	padding: 20px;
	height: 264px;
	width: 335px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
}

.Orders__referralListContainer {
	margin-top: 10px;
	max-height: 200px;
	overflow-y: auto;
}

.Orders__referralList {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 15px 0;
}

.FormPage__active {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 500;
	color: #39393a;
	width: 100%;
	padding: 12px 20px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(71,118,230,0.6);
	margin-bottom: 10px;
}

.FormPage__active > span {
	font-size: 10px;
	font-weight: 400;
}

.FormPage__formsTab {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 500;
	color: #39393a;
	width: 100%;
	padding: 12px 20px;
	border-radius: 10px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	margin-bottom: 10px;
}

.FormPage__formsTab > span {
	font-size: 10px;
	font-weight: 400;
}
.NewForm__title{
    width: 100% !important;
    color: #000000 !important;
    font-size: 30px !important;
    font-weight: 500 !important;
    text-align: center !important;
}

.NewForm__description{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 25px !important;
}

.NewForm__formLabel{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 18px !important;
    padding:0 !important;
}

.NewForm__formLabel1{
    width: 100% !important;
    font-size: 18px !important;
    padding:0 !important;
}

.NewForm__formLabel2{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 20px !important;
    padding:0 !important;
    margin-bottom: 5px;
    text-align: center;
    line-height: unset;
}

.NewForm__formNote{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 13px !important;
    padding:0 !important;
    font-weight: 100 !important;
}

.NewForm__employeeStepper{
    display:flex;
    justify-content:flex-start;
    width:100%;
}

@media (max-width: 1000px) {
    .NewForm__title{
        font-size: 18px !important;
        line-height: unset !important;
    }
    .NewForm__description{
        font-size: 16px !important;
        line-height: unset !important;
    }
    .NewForm__formLabel{
        font-size: 14px !important;
        line-height: unset !important;
    }
    .NewForm__employeeStepper{
        justify-content:flex-start;
    }
}
@media (max-width: 1000px) {
    .Employees__clientTable tr{
        display: flex;
    }
    .Employees__clientTable tr td{
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .Employees__clientTable tr td:nth-child(2){
        padding:0;
    }
    .Employees__clientTable tr td:nth-child(1){
        padding-right:0;
        flex:1;
    }
}

.Employees__clientTable tr td{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.Employees__clientTable tr{
	display: flex;
}

.Employees__clientTable tr td:nth-child(1){
    flex:1;
}

.Employees__clientTable {
    overflow: hidden;
}

.Employees__clientDetails {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
	justify-content: center !important;
}

.Employees__clientDetailsWithPointer {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
    justify-content: center !important;
    cursor: pointer;
}

.Employees__clientName {
	color: #39393A;
	font-size: 14px;
	line-height: 16px;
}

.Employees__formLabel{
    width: 100% !important;
    color: #2E3033 !important;
    font-size: 16px !important;
    padding:0 !important;
    height: 40px !important;
    margin-bottom: 5px;
}

.Employees__clientEmail {
	color: #898989;
	font-size: 12px;
	line-height: 14px;
}

.Employees__docDetails {
	display: flex;
	flex-direction: column;
	align-items: flex-start !important;
    justify-content: center !important;
    margin-left: 10px;
}

.Employee__header, .Employee__footer {
	position        : fixed;
	width           : 100%;
	height          : 60px;
	z-index         : 1300;
	background-color: black;
	color           : white;
	padding         : 15px;
}

.Employee__header {
	top: 0;
}

.Employee__footer {
	bottom: 0;
}

.Employee__employee, .Employee__selectedEmployee {
	margin: 1px 0;
}

.Employee__employee {
	background-color: #dfdfdf;
	cursor: pointer;
}

.Employee__selectedEmployee {
	background-color: white;
	cursor: default;
}


.RPAStatus__statusWrapper {
  margin-top: 20px;
  padding   : 0px 10px;
  width     : 55%;
}

.RPAStatus__width90 {
  width: 90% !important;
}

.RPAStatus__statusContainer {
  display: flex;
  width: 100%;
}

.RPAStatus__statusColumn1 {
  padding        : 10px;
  width          : 30%;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
  border-right   : 1px solid rgb(222, 224, 226);
}

.RPAStatus__statusColumn1 img {
  height    : 45px;
  align-self: flex-start;
}

.RPAStatus__statusColumn2 {
  padding        : 15px;
  width          : 100%;
  min-height     : 150px;
  display        : flex;
  flex-direction : column;
  justify-content: space-between;
}

.RPAStatus__statusColumn2 .RPAStatus__howItWorks p {
  margin: 5px;
}

.RPAStatus__multiStatusContainer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.RPAStatus__title {
  margin-bottom: 10px;
  color: grey;
}

.RPAStatus__statusIcon {
  width        : 15px;
  height       : 15px;
  border-radius: 50%;
}

.RPAStatus__pendingStatus {
  display: flex;
}

.RPAStatus__status {
  margin     : 0;
  margin-left: 5px;
}

.RPAStatus__failedStatus, .RPAStatus__successStatus {
  display: flex;
  flex-direction: column;
}

.RPAStatus__errorsAndActions p {
  margin: 5px;
}

.RPAStatus__errorsAndActions div p {
  margin   : 5px;
  font-size: 10px;
  color    : #9B9B9B;
}

.RPAStatus__errorsList {
  font-size: 10px;
  color    : #9B9B9B;
}

.RPAStatus__statusIcon.RPAStatus__pending {
  background-color: #F5A623;
}

.RPAStatus__statusIcon.RPAStatus__failed {
  background-color: #FE4A49;
}

.RPAStatus__statusIcon.RPAStatus__success {
  background-color: #84BD06;
}

.RPAStatus__flexRow {
  display       : flex;
  flex-direction: row;
  align-items   : center;
}

.RPAStatus__flexColumn {
  display: flex;
  flex-direction: column;
}

.RPAStatus__buttonContainer {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.RPAStatus__uploadButtonWrapper {
  position: relative;
}

.RPAStatus__uploadFieldWrapper {
  position: absolute;
  top     : -10px;
  opacity : 0;
  left    : -20px;
  bottom  : 20px;
}

.RPAStatus__uploadedFiles {
  width: 100%;
  height: 50px;
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
}

.RPAStatus__deleteButtonWrapper {
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f5f5;
}

.RPAStatus__deleteButtonWrapper div {
  padding: 5px;
}

.FirmsNew__title{
    width: 100% !important;
    color: #000000 !important;
    font-size: 24px !important;
    font-weight: 500 !important;
    text-align: center !important;
}
.FirmsNew__description{
    width: 100% !important;
    color: #272727 !important;
    font-size: 18px !important;
    text-align: center !important;
    margin-bottom: 25px !important;
    font-weight: lighter !important;
}
.FirmsNew__button {
    display:flex;
    justify-content: center;
    height: 40px;
    width: 90%;	
    border: 1px solid #E6E6E6;	
    border-radius: 10px;	
    background-color: #F5F5F5;
    color: #9B9B9B;
    font-size: 14px;
    text-align: center;
    margin-left: 5%;
    margin-top: 12px;
    vertical-align: middle;
    line-height: 40px;
    cursor: pointer;
}

.Promos__tabs {
	max-width: 400px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding: 0 !important;
}

.Promos__tabs > div {
	background: transparent !important;
}

.Promos__tabs > button {
	text-transform: none !important;
	border: 1px solid;
}

.HelpResource__sideWrapper {
 width: 250px;
 border-right: 1px solid #D6E3EF;
 height: 100vh;
 position: absolute;
 left: 3px;
}

.HelpResource__sectionsListWrapper {

}

.HelpResource__sectionList {
    height: 40px;
    padding: 10px 5px 10px 15px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.HelpResource__sectionList:hover {
    background-color: #4776e61a;
    color: #4776E6;
}

.HelpResource__SectionContentWrapper {
    position: absolute;
    left: 260px;
    width: calc(100% - 280px);
    padding: 0 40px;
}

.HelpResource__active {
    color: #4776E6;
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.HelpResource__active:before {
    border-left: 6px solid #4776E6;
    border-radius: 0 34px 34px 0;
    content: "";
    position: absolute;
    height: 40px;
    top: 0;
    left: -15px;
}

.HelpResource__subSectionWrapper {
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.HelpResource__subSectionHeader {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    background-color: #E5EBFB;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}

.HelpResource__contentWrapper {
    background-color: #FFFFFF;
    padding: 20px;
}

.HelpResource__newSubSectionWrapper {
    padding: 10px;
    margin: 20px 0;
    text-align: center;
    background-color: #E5EBFB;
    cursor: pointer;
}


.Topics__firmsTable tbody tr, .Topics__firmsTable thead tr{
    display: flex;
}
.Topics__firmsTable tbody tr td{
    display: flex;
    align-items: center;
}
.Topics__firmsTable thead tr th{
    display: flex;
}
.Topics__firmsTable thead tr th:nth-child(2), .Topics__firmsTable thead tr th:nth-child(3){
    flex:1;
}
.Topics__firmsTable tbody tr td:nth-child(2), .Topics__firmsTable tbody tr td:nth-child(3){
    flex:1
}
.Topics__firmsTable tbody tr td:nth-child(1), .Topics__firmsTable thead tr th:nth-child(1){
    flex:.1;
}
.Topics__firmsTable tbody tr td, .Topics__firmsTable thead tr th{
    flex:.3;
}
.Topics__firmsTable thead tr th{
    align-items: center;
}
.Topics__tabs {
	max-width: 650px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.2);
	padding: 0 !important;
}

.Topics__tabs > div {
	background: transparent !important;
}

.Topics__tabs > button {
	text-transform: none !important;
	border: 1px solid;
}
/* Styles */
html {
	box-sizing: border-box;
}

@font-face {
	font-family: SF-UI-Text;
	src: url(/build/d09753a007504cd9f7cb.otf);
	font-display: fallback;
}

body {
	font: 14px "SF-UI-Text", "Helvetica Neue", "Helvetica", "Arial",
		"sans-serif";
	line-height: 1.4em;
	color: #4d4d4d;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-weight: 300;
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	background-color: rgba(0, 0, 0, 0.05);
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

a {
	text-decoration: none;
	color: #39393a;
	font-weight: 500;
	font-size: 15px;
}
button {
	margin: 0 !important;
}

button span {
	text-transform: capitalize !important;
}

form {
	width: 100%;
}

.menuitem {
	margin: 0 !important;
	padding: 5px !important;
	height: 58px !important;
	color: #39393a !important;
}

.videoPopupClass {
	padding-top: 0px !important;
}
.statusUpdater {
	height: auto !important;
	padding: 5px;
}
.statusUpdater div {
	display: flex;
	align-items: center;
}

.tableFilter div div:nth-child(2) {
	line-height: 20px !important;
	height: 20px !important;
	font-weight: 500 !important;
}
.columnFilter div div:nth-child(2) {
	line-height: 20px !important;
	height: 20px !important;
}

[role="menuitem"] { 
  white-space: initial !important; 
  word-break: break-all; 
}

@media (max-width: 1000px) {
	.appBar button:first-child {
		order: 1;
	}
	.menuitem {
		color: rgba(255, 255, 255, 0.6) !important;
	}
	.drawer > div {
		z-index: 3001 !important;
	}

	.ellipsis {
		align-self: center;
		font-size: 12px;
		width: 100px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
.loaderWrapper {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	z-index: 3001;
}

.loader {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.loader .spinner {
	box-sizing: border-box;
	stroke-width: 3px;
	transform-origin: 50%;
	animation: line 1.6s cubic-bezier(0.4, 0, 0.2, 1) infinite,
		rotate 1.6s linear infinite;
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}
	to {
		transform: rotate(450deg);
	}
}

@keyframes line {
	0% {
		stroke-dasharray: 2, 85.964;
		transform: rotate(0);
	}
	50% {
		stroke-dasharray: 65.973, 21.9911;
		stroke-dashoffset: 0;
	}
	100% {
		stroke-dasharray: 2, 85.964;
		stroke-dashoffset: -65.973;
		transform: rotate(90deg);
	}
}

.CircularProgressbar .CircularProgressbar-path {
	stroke: url(#linearGradient);
}
.CircularProgress {
	position: relative;
	width: 120px;
	height: 120px;
}
.CircularProgressText {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.CircularProgressbar-trail {
	stroke: #ddd;
}
.CircularProgressbar-text {
	display: none;
}
.CircularProgressbar {
	width: 120px;
	height: 120px;
	color: #673ab7;
}

ul.pagination {
	text-align: center;
	padding-left: 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

ul.pagination li {
	display: inline-block;
}

.pagination li {
	padding: 0px !important;
}

.pagination .disabled > a {
	cursor: not-allowed;
}

.pagination > li > a {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #4776e6;
	border-radius: 50px;
	margin-left: -1px;
	outline: none;
	cursor: pointer;
}

.pagination > li.selected > a {
	outline: none;
	border: 0px;
	background-color: #4776e6;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
	color: #fff;
	height: 32px;
	width: 32px;
	cursor: pointer;
	display: flex;
	justify-content: center;
}

.paginationElipsis {
	color: #4776e6;
}

.dataTable {
	width: 100%;
}

.dataTable thead {
	display: flex;
	width: 100%;
}
.dataTable thead tr {
	width: 100%;
	display: flex;
}

.dataTable thead tr th {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.tableHeaderColumn {
	flex: 1;
}

.dataTable tbody {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.dataTable tbody tr {
	width: 100%;
	display: flex;
}
.dataTable tbody td {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.tableBodyColumn {
	flex: 1;
}
.ellipsis {
	align-self: center;
	font-size: 12px;
}

.dialog {
	font-family:"SF-UI-Text", "Helvetica Neue", "Helvetica", "Arial",
	"sans-serif" !important;
	font-size: 22px !important;
	text-align: center;
	line-height: 25px;
}

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

.reportWrapper {
	display: flex;
	justify-content: space-between; 
	align-items: center;
	}
.x-hellosign-embedded--in-modal {
	z-index: 99999;
}

.hideYear {
	display: none;
}

.MuiDialog-paper {
	margin: 0 auto !important;
	padding: 20 !important
}

.checked {
	border: 2px solid #4776E6;
	box-shadow: 0px 1px 0px 6px #cdd8f1;
	border-radius: 10px;
}

nav button {
margin:4px !important;
}

.MuiInput-underline:after {
	border-bottom: 0 !important;
}

.MuiInput-underline:before {
	border-bottom: 0 !important;
}

.MuiSelect-select:focus {
    background-color: #fff !important;
}
.grecaptcha-badge { 
	visibility: hidden;
}
.MuiDialog-paperWidthSm {
  width: 100% !important;
  /* max-width: 100% !important; */
  min-width: 450px;
}
.demo-wrapper {
    width: 100% !important;
    display: block !important;
    margin-bottom: 25px !important;
    height: 400px !important;
}
.demo-editor {
    height: 275px !important;
    border: 1px solid #F1F1F1 !important;
    padding: 5px !important;
	border-radius: 2px !important;
}
.rdw-option-wrapper {
    border: 1px solid #F1F1F1;
    padding: 5px;
    min-width: 25px;
    height: 20px;
    border-radius: 2px;
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
  }
  .rdw-option-wrapper:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
  }
  .rdw-option-wrapper:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
  }
  .rdw-option-active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
  }
  .rdw-option-disabled {
    opacity: 0.3;
    cursor: default;
  }
  
  .rdw-dropdown-wrapper {
    height: 30px;
    background: white;
    cursor: pointer;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    margin: 0 3px;
    text-transform: capitalize;
    background: white;
  }
  .rdw-dropdown-wrapper:focus {
    outline: none;
  }
  .rdw-dropdown-wrapper:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
    background-color: #FFFFFF;
  }
  .rdw-dropdown-wrapper:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
  }
  .rdw-dropdown-carettoopen {
    height: 0px;
    width: 0px;
    position: absolute;
    top: 35%;
    right: 10%;
    border-top: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .rdw-dropdown-carettoclose {
    height: 0px;
    width: 0px;
    position: absolute;
    top: 35%;
    right: 10%;
    border-bottom: 6px solid black;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .rdw-dropdown-selectedtext {
    display: flex;
    position: relative;
    height: 100%;
    align-items: center;
    padding: 0 5px;
  }
  .rdw-dropdown-optionwrapper {
    z-index: 100;
    position: relative;
    border: 1px solid #F1F1F1;
    width: 98%;
    background: white;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    max-height: 250px;
    overflow-y: scroll;
  }
  .rdw-dropdown-optionwrapper:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
    background-color: #FFFFFF;
  }
  
  .rdw-dropdownoption-default {
    min-height: 25px;
    display: flex;
    align-items: center;
    padding: 0 5px;
  }
  .rdw-dropdownoption-highlighted {
    background: #F1F1F1;
  }
  .rdw-dropdownoption-active {
    background: #f5f5f5;
  }
  .rdw-dropdownoption-disabled {
    opacity: 0.3;
    cursor: default;
  }
  
  .rdw-inline-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
  }
  .rdw-inline-dropdown {
    width: 50px;
  }
  .rdw-inline-dropdownoption {
    height: 40px;
    display: flex;
    justify-content: center;
  }
  
  .rdw-block-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
  }
  .rdw-block-dropdown {
    width: 110px;
  }
  
  .rdw-fontsize-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
  }
  .rdw-fontsize-dropdown {
    min-width: 40px;
  }
  .rdw-fontsize-option {
    display: flex;
    justify-content: center;
  }
  
  .rdw-fontfamily-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
  }
  .rdw-fontfamily-dropdown {
    width: 115px;
  }
  .rdw-fontfamily-placeholder {
    white-space: nowrap;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .rdw-fontfamily-optionwrapper {
    width: 140px;
  }
  
  .rdw-list-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
  }
  .rdw-list-dropdown {
    width: 50px;
    z-index: 90;
  }
  .rdw-list-dropdownOption {
    height: 40px;
    display: flex;
    justify-content: center;
  }
  
  .rdw-text-align-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
  }
  .rdw-text-align-dropdown {
    width: 50px;
    z-index: 90;
  }
  .rdw-text-align-dropdownOption {
    height: 40px;
    display: flex;
    justify-content: center;
  }
  .rdw-right-aligned-block {
    text-align: right;
  }
  .rdw-left-aligned-block {
    text-align: left !important;
  }
  .rdw-center-aligned-block {
    text-align: center !important;
  }
  .rdw-justify-aligned-block {
    text-align: justify !important;
  }
  .rdw-right-aligned-block > div {
    display: inline-block;
  }
  .rdw-left-aligned-block > div {
    display: inline-block;
  }
  .rdw-center-aligned-block > div {
    display: inline-block;
  }
  .rdw-justify-aligned-block > div {
    display: inline-block;
  }
  
  .rdw-colorpicker-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap
  }
  .rdw-colorpicker-modal {
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-direction: column;
    width: 175px;
    height: 175px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    box-shadow: 3px 3px 5px #BFBDBD;
  }
  .rdw-colorpicker-modal-header {
    display: flex;
    padding-bottom: 5px;
  }
  .rdw-colorpicker-modal-style-label {
    font-size: 15px;
    width: 50%;
    text-align: center;
    cursor: pointer;
    padding: 0 10px 5px;
  }
  .rdw-colorpicker-modal-style-label-active {
    border-bottom: 2px solid #0a66b7;
  }
  .rdw-colorpicker-modal-options {
    margin: 5px auto;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    overflow: scroll;
  }
  .rdw-colorpicker-cube {
    width: 22px;
    height: 22px;
    border: 1px solid #F1F1F1;
  }
  .rdw-colorpicker-option {
    margin: 3px;
    padding: 0;
    min-height: 20px;
    border: none;
    width: 22px;
    height: 22px;
    min-width: 22px;
    box-shadow: 1px 2px 1px #BFBDBD inset;
  }
  .rdw-colorpicker-option:hover {
    box-shadow: 1px 2px 1px #BFBDBD;
  }
  .rdw-colorpicker-option:active {
    box-shadow: -1px -2px 1px #BFBDBD;
  }
  .rdw-colorpicker-option-active {
    box-shadow: 0px 0px 2px 2px #BFBDBD;
  }
  
  .rdw-link-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap
  }
  .rdw-link-dropdown {
    width: 50px;
  }
  .rdw-link-dropdownOption {
    height: 40px;
    display: flex;
    justify-content: center;
  }
  .rdw-link-dropdownPlaceholder {
    margin-left: 8px;
  }
  .rdw-link-modal {
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-direction: column;
    width: 235px;
    height: 205px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    box-shadow: 3px 3px 5px #BFBDBD;
  }
  .rdw-link-modal-label {
    font-size: 15px;
  }
  .rdw-link-modal-input {
    margin-top: 5px;
    border-radius: 2px;
    border: 1px solid #F1F1F1;
    height: 25px;
    margin-bottom: 15px;
    padding: 0 5px;
  }
  .rdw-link-modal-input:focus {
    outline: none;
  }
  .rdw-link-modal-buttonsection {
    margin: 0 auto;
  }
  .rdw-link-modal-target-option {
    margin-bottom: 20px;
  }
  .rdw-link-modal-target-option > span {
    margin-left: 5px;
  }
  .rdw-link-modal-btn {
    margin-left: 10px;
    width: 75px;
    height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
  }
  .rdw-link-modal-btn:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
  }
  .rdw-link-modal-btn:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
  }
  .rdw-link-modal-btn:focus {
    outline: none !important;
  }
  .rdw-link-modal-btn:disabled {
    background: #ece9e9;
  }
  .rdw-link-dropdownoption {
    height: 40px;
    display: flex;
    justify-content: center;
  }
  .rdw-history-dropdown {
    width: 50px;
  }
  
  .rdw-embedded-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap
  }
  .rdw-embedded-modal {
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-direction: column;
    width: 235px;
    height: 180px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    justify-content: space-between;
    box-shadow: 3px 3px 5px #BFBDBD;
  }
  .rdw-embedded-modal-header {
    font-size: 15px;
    display: flex;
  }
  .rdw-embedded-modal-header-option {
    width: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .rdw-embedded-modal-header-label {
    width: 95px;
    border: 1px solid #f1f1f1;
    margin-top: 5px;
    background: #6EB8D4;
    border-bottom: 2px solid #0a66b7;
  }
  .rdw-embedded-modal-link-section {
    display: flex;
    flex-direction: column;
  }
  .rdw-embedded-modal-link-input {
    width: 88%;
    height: 35px;
    margin: 10px 0;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 15px;
    padding: 0 5px;
  }
  .rdw-embedded-modal-link-input-wrapper {
    display: flex;
    align-items: center;
  }
  .rdw-embedded-modal-link-input:focus {
    outline: none;
  }
  .rdw-embedded-modal-btn-section {
    display: flex;
    justify-content: center;
  }
  .rdw-embedded-modal-btn {
    margin: 0 3px;
    width: 75px;
    height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
  }
  .rdw-embedded-modal-btn:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
  }
  .rdw-embedded-modal-btn:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
  }
  .rdw-embedded-modal-btn:focus {
    outline: none !important;
  }
  .rdw-embedded-modal-btn:disabled {
    background: #ece9e9;
  }
  .rdw-embedded-modal-size {
    align-items: center;
    display: flex;
    margin: 8px 0;
    justify-content: space-between;
  }
  .rdw-embedded-modal-size-input {
    width: 80%;
    height: 20px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 12px;
  }
  .rdw-embedded-modal-size-input:focus {
    outline: none;
  }
  
  .rdw-emoji-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap
  }
  .rdw-emoji-modal {
    overflow: auto;
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-wrap: wrap;
    width: 235px;
    height: 180px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    box-shadow: 3px 3px 5px #BFBDBD;
  }
  .rdw-emoji-icon {
    margin: 2.5px;
    height: 24px;
    width: 24px;
    cursor: pointer;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .rdw-spinner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .rdw-spinner > div {
    width: 12px;
    height: 12px;
    background-color: #333;
  
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  }
  .rdw-spinner .rdw-bounce1 {
    animation-delay: -0.32s;
  }
  .rdw-spinner .rdw-bounce2 {
    animation-delay: -0.16s;
  }
  @keyframes sk-bouncedelay {
    0%, 80%, 100% {
      transform: scale(0);
    } 40% {
      transform: scale(1.0);
    }
  }
  
  .rdw-image-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap
  }
  .rdw-image-modal {
    position: absolute;
    top: 35px;
    left: 5px;
    display: flex;
    flex-direction: column;
    width: 235px;
    border: 1px solid #F1F1F1;
    padding: 15px;
    border-radius: 2px;
    z-index: 100;
    background: white;
    box-shadow: 3px 3px 5px #BFBDBD;
  }
  .rdw-image-modal-header {
    font-size: 15px;
    margin: 10px 0;
    display: flex;
  }
  .rdw-image-modal-header-option {
    width: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .rdw-image-modal-header-label {
    width: 80px;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
    margin-top: 5px;
  }
  .rdw-image-modal-header-label-highlighted {
    background: #6EB8D4;
    border-bottom: 2px solid #0a66b7;
  }
  .rdw-image-modal-upload-option {
    width: 100%;
    color: gray;
    cursor: pointer;
    display: flex;
    border: none;
    font-size: 15px;
    align-items: center;
    justify-content: center;
    background-color: #f1f1f1;
    outline: 2px dashed gray;
    outline-offset: -10px;
    margin: 10px 0;
    padding: 9px 0;
  }
  .rdw-image-modal-upload-option-highlighted {
    outline: 2px dashed #0a66b7;
  }
  .rdw-image-modal-upload-option-label {
    cursor: pointer;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
  .rdw-image-modal-upload-option-label span{
    padding: 0 20px;
  }
  .rdw-image-modal-upload-option-image-preview {
    max-width: 100%;
    max-height: 200px;
  }
  .rdw-image-modal-upload-option-input {
      width: 0.1px;
      height: 0.1px;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      z-index: -1;
  }
  .rdw-image-modal-url-section {
    display: flex;
    align-items: center;
  }
  .rdw-image-modal-url-input {
    width: 90%;
    height: 35px;
    margin: 15px 0 12px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 15px;
    padding: 0 5px;
  }
  .rdw-image-modal-btn-section {
    margin: 10px auto 0;
  }
  .rdw-image-modal-url-input:focus {
    outline: none;
  }
  .rdw-image-modal-btn {
    margin: 0 5px;
    width: 75px;
    height: 30px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    cursor: pointer;
    background: white;
    text-transform: capitalize;
  }
  .rdw-image-modal-btn:hover {
    box-shadow: 1px 1px 0px #BFBDBD;
  }
  .rdw-image-modal-btn:active {
    box-shadow: 1px 1px 0px #BFBDBD inset;
  }
  .rdw-image-modal-btn:focus {
    outline: none !important;
  }
  .rdw-image-modal-btn:disabled {
    background: #ece9e9;
  }
  .rdw-image-modal-spinner {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
  }
  .rdw-image-modal-alt-input {
    width: 70%;
    height: 20px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 12px;
    margin-left: 5px;
  }
  .rdw-image-modal-alt-input:focus {
    outline: none;
  }
  .rdw-image-modal-alt-lbl {
    font-size: 12px;
  }
  .rdw-image-modal-size {
    align-items: center;
    display: flex;
    margin: 8px 0;
    justify-content: space-between;
  }
  .rdw-image-modal-size-input {
    width: 40%;
    height: 20px;
    border: 1px solid #F1F1F1;
    border-radius: 2px;
    font-size: 12px;
  }
  .rdw-image-modal-size-input:focus {
    outline: none;
  }
  .rdw-image-mandatory-sign {
    color: red;
    margin-left: 3px;
    margin-right: 3px;
  }
  
  .rdw-remove-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    position: relative;
    flex-wrap: wrap
  }
  
  .rdw-history-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    flex-wrap: wrap
  }
  .rdw-history-dropdownoption {
    height: 40px;
    display: flex;
    justify-content: center;
  }
  .rdw-history-dropdown {
    width: 50px;
  }
  
  .rdw-link-decorator-wrapper {
    position: relative;
  }
  .rdw-link-decorator-icon {
    position: absolute;
    left: 40%;
    top: 0;
    cursor: pointer;
    background-color: white;
  }
  
  .rdw-mention-link {
    text-decoration: none;
    color: #1236ff;
    background-color: #f0fbff;
    padding: 1px 2px;
    border-radius: 2px;
  }
  
  .rdw-suggestion-wrapper {
    position: relative;
  }
  .rdw-suggestion-dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    border: 1px solid #F1F1F1;
    min-width: 100px;
    max-height: 150px;
    overflow: auto;
    background: white;
    z-index: 100;
  }
  .rdw-suggestion-option {
    padding: 7px 5px;
    border-bottom: 1px solid #f1f1f1;
  }
  .rdw-suggestion-option-active {
    background-color: #F1F1F1;
  }
  
  .rdw-hashtag-link {
    text-decoration: none;
    color: #1236ff;
    background-color: #f0fbff;
    padding: 1px 2px;
    border-radius: 2px;
  }
  
  .rdw-image-alignment-options-popup {
    position: absolute;
    background: white;
    display: flex;
    padding: 5px 2px;
    border-radius: 2px;
    border: 1px solid #F1F1F1;
    width: 105px;
    cursor: pointer;
    z-index: 100;
  }
  .rdw-alignment-option-left {
    justify-content: flex-start;
  }
  .rdw-image-alignment-option {
    height: 15px;
    width: 15px;
    min-width: 15px;
  }
  .rdw-image-alignment {
    position: relative;
  }
  .rdw-image-imagewrapper {
    position: relative;
  }
  .rdw-image-center {
    display: flex;
    justify-content: center;
  }
  .rdw-image-left {
    display: flex;
  }
  .rdw-image-right {
    display: flex;
    justify-content: flex-end;
  }
  .rdw-image-alignment-options-popup-right {
    right: 0;
  }
  
  .rdw-editor-main {
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
  }
  .rdw-editor-toolbar {
    padding: 6px 5px 0;
    border-radius: 2px;
    border: 1px solid #F1F1F1;
    display: flex;
    justify-content: flex-start;
    background: white;
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 5px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .public-DraftStyleDefault-block {
    margin: 1em 0;
  }
  .rdw-editor-wrapper:focus {
    outline: none;
  }
  .rdw-editor-wrapper {
    box-sizing: content-box;
  }
  .rdw-editor-main blockquote {
    border-left: 5px solid #f1f1f1;
    padding-left: 5px;
  }
  .rdw-editor-main pre {
    background: #f1f1f1;
    border-radius: 3px;
    padding: 1px 10px;
  }
  /**
   * Draft v0.9.1
   *
   * Copyright (c) 2013-present, Facebook, Inc.
   * All rights reserved.
   *
   * This source code is licensed under the BSD-style license found in the
   * LICENSE file in the root directory of this source tree. An additional grant
   * of patent rights can be found in the PATENTS file in the same directory.
   */
  .DraftEditor-editorContainer,.DraftEditor-root,.public-DraftEditor-content{height:inherit;text-align:initial}.public-DraftEditor-content[contenteditable=true]{-webkit-user-modify:read-write-plaintext-only}.DraftEditor-root{position:relative}.DraftEditor-editorContainer{background-color:rgba(255,255,255,0);border-left:.1px solid transparent;position:relative;z-index:1}.public-DraftEditor-block{position:relative}.DraftEditor-alignLeft .public-DraftStyleDefault-block{text-align:left}.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root{left:0;text-align:left}.DraftEditor-alignCenter .public-DraftStyleDefault-block{text-align:center}.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root{margin:0 auto;text-align:center;width:100%}.DraftEditor-alignRight .public-DraftStyleDefault-block{text-align:right}.DraftEditor-alignRight .public-DraftEditorPlaceholder-root{right:0;text-align:right}.public-DraftEditorPlaceholder-root{color:#9197a3;position:absolute;z-index:0}.public-DraftEditorPlaceholder-hasFocus{color:#bdc1c9}.DraftEditorPlaceholder-hidden{display:none}.public-DraftStyleDefault-block{position:relative;white-space:pre-wrap}.public-DraftStyleDefault-ltr{direction:ltr;text-align:left}.public-DraftStyleDefault-rtl{direction:rtl;text-align:right}.public-DraftStyleDefault-listLTR{direction:ltr}.public-DraftStyleDefault-listRTL{direction:rtl}.public-DraftStyleDefault-ol,.public-DraftStyleDefault-ul{margin:16px 0;padding:0}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR{margin-left:1.5em}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL{margin-right:1.5em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR{margin-left:3em}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL{margin-right:3em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR{margin-left:4.5em}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL{margin-right:4.5em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR{margin-left:6em}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL{margin-right:6em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR{margin-left:7.5em}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL{margin-right:7.5em}.public-DraftStyleDefault-unorderedListItem{list-style-type:square;position:relative}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0{list-style-type:disc}.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1{list-style-type:circle}.public-DraftStyleDefault-orderedListItem{list-style-type:none;position:relative}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before{left:-36px;position:absolute;text-align:right;width:30px}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before{position:absolute;right:-36px;text-align:left;width:30px}.public-DraftStyleDefault-orderedListItem:before{content:counter(ol0) ". ";counter-increment:ol0}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before{content:counter(ol1) ". ";counter-increment:ol1}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before{content:counter(ol2) ". ";counter-increment:ol2}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before{content:counter(ol3) ". ";counter-increment:ol3}.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before{content:counter(ol4) ". ";counter-increment:ol4}.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset{counter-reset:ol0}.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset{counter-reset:ol1}.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset{counter-reset:ol2}.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset{counter-reset:ol3}.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset{counter-reset:ol4}
  
  
  /*# sourceMappingURL=react-draft-wysiwyg.css.map*/

  .MuiButton-root:hover {
    background-color: #4776e61a !important;
    color: #4776E6 !important;
}

/* .react-pdf__Page__canvas {
  height: 600px !important;
} */
