﻿/**--------------------------------------------------------------------
    SD-7582: Color Theme Palette
---------------------------------------------------------------------*/
/*Setting apply to Tables.*/
/*Setting apply to Message Bubble.*/
/*Settings apply to primary Buttons.*/
/*Settings apply to secondary White Buttons.*/
/*These settings apply to panel buttons.*/
/*These settings apply to records on grids.*/
/*Option selection*/
/*These settings apply to records on dropdown lists.*/
/*These Apply to All Entry Forms.*/
/*Form Icons color.*/
/*Chat page CSS.*/
/*Settings for Tags*/
/*Response Editor Tab Css*/
/*Settings applied to Input field.*/
/*Setting for font awesome*/
/*Settings for Page Creation.*/
@import url(https://fonts.googleapis.com/css?family=Sora:400,400i,500,500i,600,600i,700,700i&display=swap);
@import url(https://fonts.googleapis.com/css?family=JetBrains+Mono:400,500,600,700&display=swap);
body {
  overflow-x: hidden;
  font-family: "Sora", sans-serif !important;
  font-size: 13px !important; }

/* SD-7582: As per specification mentioned in the ticket modifying the below tags to $SecondaryFont */
button,
code,
pre,
.satisfi-secondary-font,
.btn,
.SatisfiBtn,
.btnDashBoard,
input[type=button],
a[href]:not([href="javascript:void();"]):not([class*="fa"]):not([class^="fa-"]):not(.fa) {
  font-family: "JetBrains Mono", monospace; }

/* SD-7852: Primary font CSS class */
.satisfi-primary-font {
  font-family: "Sora", sans-serif !important; }

/* SD-7852: Secondary font CSS class */
.satisfi-secondary-font {
  font-family: "JetBrains Mono", monospace !important; }

/* SD-7582: To dix the icons breaking issue due to PrimaryFont and SecondaryFont. FontAwsone5 font family was overrided */
.fa, .fab, .fal, .far, .fas {
  font-size: 12px;
  font-family: 'Font Awesome 5 Pro' !important; }

.maxHeight250 {
  max-height: 250px;
  overflow-y: auto; }

.buttonToolbarSpaceMargin {
  margin-left: 8px; }

.buttonPrimarySpaceMargin {
  margin-left: 5px; }

.labelNoBold {
  font-weight: normal !important; }

.baseFont {
  font-family: "Sora", sans-serif !important; }

.baseColor {
  color: var(--satisfi-ui-divider) !important; }

.baseBackgroundColor {
  background-color: var(--satisfi-ui-divider) !important; }

.input-group-addon {
  font-size: 13px !important;
  color: #FFF !important;
  background-color: var(--satisfi-surface-base) !important; }

h4.modal-title {
  font-size: 13px !important; }

.txtSearch {
  height: 33px !important;
  border-radius: 2px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important; }

.searchIconForPages {
  border-radius: 2px !important;
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important; }

.btn:not(.baseBackgroundColor):hover, .btn[disabled]:hover {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 2px rgba(200, 200, 200, 0.6) !important; }

.btnToolBar {
  font-size: 13px !important;
  border-radius: 2px;
  background-color: #F0F0F0 !important;
  font-family: "Sora", sans-serif !important;
  color: #606060 !important;
  height: 33px; }

#divUserNotifications .modal-dialog {
  position: relative;
  display: table;
  overflow-y: auto;
  overflow-x: auto;
  width: auto;
  font-family: "Sora", sans-serif; }

#divUserNotifications .hscroll {
  width: 995px; }

/*@media (max-width: 767px) {
    #divShowSuperAdmins, #divShowIncludedOnly {
        margin-top: 16px;
    }
}*/
@media (max-width: 1040px) {
  #divUserNotifications .modal-dialog.modal-notifications {
    display: block;
    width: auto;
    margin-left: 5px;
    margin-right: 5px; }
  #divUserNotifications .hscroll {
    overflow-x: auto;
    max-width: 100%; } }

.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background: var(--satisfi-surface-base); }

.bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off, .bootstrap-switch .bootstrap-switch-label {
  font-size: 13px !important; }

#alertModal {
  font-family: "Sora", sans-serif; }

.text-primary {
  color: #1D2D47; }

.form-icons {
  color: var(--satisfi-surface-muted); }

.form-icons.inactive {
  color: var(--satisfi-ui-divider); }

.control-label {
  color: var(--satisfi-surface-base) !important;
  font-size: 13px !important; }

.form-control,
input[type="text"]:not(.loginFont):not(.txtSearch):not(.tagsInput):not(.tagSearchInput):not([readonly="true"]),
input[type="number"], input[type="search"], input[type="password"],
select,
textarea {
  color: var(--satisfi-surface-base) !important;
  font-size: 13px !important;
  border: 1px solid #CCCCCC !important; }

.form-control:focus,
input[type="text"]:not(.txtSearch):not(.tagSearchInput):not(.tagsInput):focus, input[type="number"]:focus, input[type="search"]:focus, input[type="password"]:focus,
select:focus,
textarea:focus,
.bootstrap-switch-focused {
  border: 1px solid #CCCCCC !important;
  outline: 0 !important;
  box-shadow: inset 0px 0px 0px rgba(0, 0, 0, 0.075), 2px 2px 2px rgba(0, 0, 0, 0.075) !important; }

.form-group input::placeholder, .form-group textarea::placeholder {
  color: var(--satisfi-surface-muted) !important; }

.dropdown-menu {
  font-family: "Sora", sans-serif !important;
  font-size: 13px !important; }

.dropdown-menu:not(.colorWhite) {
  font-family: "Sora", sans-serif !important;
  color: var(--satisfi-surface-base) !important;
  background-color: #fff !important; }

div#alertModelBody {
  max-height: 450px;
  overflow-y: auto; }

.noPadding {
  padding-left: 0px;
  padding-right: 0px; }

.alignLeft {
  text-align: left !important; }

.alignRight {
  text-align: right !important; }

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

.noLeftPadding {
  padding-left: 0px !important; }

.noRightPadding {
  padding-right: 0px !important; }

.width115 {
  width: 115px; }

.width100 {
  width: 100% !important; }

.width9P {
  width: 9% !important; }

.width10 {
  width: 10% !important; }

.width45 {
  width: 45%; }

.padding10 {
  padding: 10px; }

.noSidePadding {
  padding-right: 0px;
  padding-left: 0px; }

.noVisible {
  visibility: hidden !important; }

.cursorPointer {
  cursor: pointer; }

.companyLogoLabel {
  font-weight: inherit;
  margin-bottom: 0; }

.n-resize {
  cursor: n-resize; }

.noWrap {
  white-space: nowrap; }

.white-space-normal {
  white-space: normal !important;
  word-break: break-all !important;
  -ms-word-break: break-all !important; }

/* SD-7582: Increase new Logo size by 10% */
.width220 {
  width: 220px !important; }

.width125 {
  width: 125px !important; }

input[type=number]::-webkit-inner-spin-button {
  opacity: 1; }

.backgroundNone {
  background: none !important; }

.noBorder {
  border: none; }

.noMargin {
  margin: 0 !important; }

.marginTop0 {
  margin-top: 0px !important; }

.marginTop20 {
  margin-top: 20px !important; }

.marginTop15 {
  margin-top: 15px !important; }

.marginTop10N {
  margin-top: -10px !important; }

.marginTop8N {
  margin-top: -8px !important; }

.marginTop7 {
  margin-top: 7px; }

.marginleft5 {
  margin-left: 5px; }

.fontWeightNormal {
  font-weight: normal; }

.autoMargin {
  margin: auto; }

.displayInherit {
  display: inherit; }

.autoWidth {
  width: auto !important; }

.word-break {
  word-break: break-all; }

@font-face {
  font-family: 'satisfi';
  src: url("../Fonts/satisfi.eot?8122016");
  src: url("../Fonts/satisfi.eot?8122016#iefix") format("embedded-opentype"), url("../Fonts/satisfi.woff?8122016") format("woff"), url("../Fonts/satisfi.ttf?8122016") format("truetype"), url("../Fonts/satisfi.svg?8122016#satisfi") format("svg");
  font-weight: normal;
  font-style: normal; }

.demo-icon {
  font-family: "satisfi";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-menu, .icon-blank, .icon-angle-circled-left, .icon-angle-circled-right {
  font-size: 25px; }

.icon-arrows-cw, .icon-right-open, .icon-left-open {
  font-size: 22px; }

.zeroPadding {
  padding: 0px !important; }

.grayColor {
  color: #808080; }

.fontWeigntBold {
  font-weight: bold; }

.paddingLeft32 {
  padding-left: 32px; }

.padding-left-10 {
  padding-left: 10px !important; }

.padding-left-40 {
  padding-left: 40px; }

.padding-left-7 {
  padding-left: 7px; }

.paddingLeft18P {
  padding-left: 18%; }

.centeringDiv {
  display: -moz-box;
  display: -webkit-box;
  -moz-box-align: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center; }

.divContent {
  position: relative;
  top: -8%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%; }

@media (min-width: 1921px) {
  .divContent {
    position: relative;
    top: -8%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: inherit; } }

.width300 {
  width: 300px; }

.marginTop60 {
  margin-top: 60px !important; }

.paddingLeft20 {
  padding-left: 20px !important; }

.redColor {
  color: red !important; }

.satisfiColor {
  color: #315386 !important; }

.satisfiBorderColor {
  border-color: #315386 !important; }

.marginLeft8 {
  margin-left: 8px !important; }

.marginLeft15 {
  margin-left: 15px !important; }

.marginBottom20 {
  margin-bottom: 20px !important; }

.marginBottom5 {
  margin-bottom: 5px !important; }

.marginLeft50P {
  margin-left: 50% !important; }

.marginLeft60P {
  margin-left: 60% !important; }

.marginLeft26P {
  margin-left: 26% !important; }

.widthAuto {
  width: auto !important; }

.flexBox {
  display: flex; }

.backgroundWhite {
  background-color: white !important; }

.marginLeft30 {
  margin-left: 30px; }

.marginLeft31 {
  margin-left: 31px; }

.marginLeft33 {
  margin-left: 33px; }

.btnSearch {
  background-color: var(--satisfi-surface-base) !important;
  color: #FFF !important;
  border-color: var(--satisfi-surface-base) !important;
  font-size: 13px !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }

.btnSearch:hover {
  color: #FFF !important;
  background-color: var(--satisfi-brand-primary) !important;
  border-color: var(--satisfi-brand-primary) !important;
  border-bottom-left-radius: 0px !important;
  border-top-left-radius: 0px !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important; }

.btnIcon {
  background-color: var(--satisfi-surface-base) !important;
  color: #FFF !important;
  border-color: var(--satisfi-surface-base) !important;
  font-size: 13px !important;
  border-radius: 2px !important; }

.btnIcon:hover {
  color: #FFF !important;
  background-color: var(--satisfi-brand-primary) !important;
  border-color: var(--satisfi-brand-primary) !important;
  border-radius: 2px !important; }

/*Generic blue button throughout the application*/
.btnDashBoard {
  background-color: var(--satisfi-surface-base) !important;
  color: #FFF !important;
  border: 1px solid !important;
  border-color: var(--satisfi-surface-base) !important;
  font-size: 13px !important;
  border-radius: 2px !important;
  min-width: 54px; }

.btnDashBoard:hover {
  color: #FFF !important;
  background-color: var(--satisfi-brand-primary) !important;
  border-color: var(--satisfi-brand-primary) !important;
  border-radius: 2px !important;
  min-width: 54px; }

.btnDashBoardWhite {
  background-color: transparent !important;
  color: var(--satisfi-surface-base) !important;
  border-color: var(--satisfi-surface-base) !important;
  font-size: 13px !important;
  border-radius: 2px !important; }

.btnDashBoardWhite:hover {
  color: #FFFFFF !important;
  background-color: var(--satisfi-brand-primary) !important;
  border: 1px solid var(--satisfi-brand-primary) !important;
  border-radius: 2px !important; }

.marginBottom10 {
  margin-bottom: 10px !important; }

.paddingTop20 {
  padding-top: 20px; }

.paddingBottom20 {
  padding-bottom: 20px; }

.marginTop10 {
  margin-top: 10px; }

.paddingRight14 {
  padding-right: 14px; }

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

.paddingLeft15 {
  padding-left: 15px; }

.height400 {
  height: 400px; }

.noPaddingLeft {
  padding-left: 0 !important; }

.noPaddingRight {
  padding-right: 0 !important; }

.width50 {
  width: 50% !important; }

input.removeBackGround:disabled {
  color: gray !important;
  background-color: white !important; }

.padding-left-3 {
  padding-left: 3% !important; }

.margin-left-2 {
  margin-left: 2% !important; }

.width30Percent {
  width: 30% !important; }

.padding13 {
  padding: 13px; }

.borderLikeTextBox {
  border: 1px solid #AAA; }

.height230 {
  height: 230px; }

.minHeight300 {
  min-height: 300px; }

.paddingLeft10 {
  padding-left: 10px !important; }

.paddingRight10 {
  padding-right: 10px !important; }

.height150 {
  height: 150px !important; }

.width150 {
  width: 150px !important; }

.width15 {
  width: 15% !important; }

.width13 {
  width: 13% !important; }

.marginLeftAuto {
  margin-left: auto; }

.marginRightAuto {
  margin-right: auto; }

.marginRight0 {
  margin-right: 0px !important; }

.margin-right-1 {
  margin-right: 1%; }

#showNotification.active, .filterAccount.active {
  color: var(--satisfi-brand-primary) !important; }

.fas.active, .fa.active {
  color: var(--satisfi-brand-primary) !important; }

.width7_5 {
  width: 7.5%; }

.iframeCover {
  padding-top: 40px;
  background-color: #C6C6C7;
  border-radius: 40px;
  padding-bottom: 40px;
  display: inline-block;
  width: 350px; }

#frameCloseIcon {
  position: absolute;
  top: 4px;
  width: inherit;
  text-align: -webkit-right;
  padding-right: 29px;
  font-size: 30px;
  color: #606060;
  cursor: pointer; }

#ifmShowMobileView {
  width: 350px;
  border: 0px;
  height: 640px; }

.width70Percent {
  width: 70% !important; }

.marginRight60 {
  margin-right: 60px !important; }

.marginRight10 {
  margin-right: 10px; }

.marginTop3 {
  margin-top: 3px; }

.width20Percent {
  width: 20% !important; }

.width16 {
  width: 16%; }

.width3 {
  width: 3% !important; }

.width2 {
  width: 2% !important; }

.height423 {
  height: 423px !important; }

.fontSize10 {
  font-size: 10px; }

.height350 {
  height: 350px !important; }

.width185 {
  width: 185px !important; }

.width12 {
  width: 12% !important; }

.width8 {
  width: 8% !important; }

.width25 {
  width: 25% !important; }

.displayTable {
  display: table; }

.centerTableCell {
  display: table-cell;
  vertical-align: middle; }

.labelDisabled {
  color: #DCDCDC; }

.marginTop78 {
  margin-top: 78px; }

.paddingTop2 {
  padding-top: 2px !important; }

.height530 {
  height: 530px; }

.paddingTop10 {
  padding-top: 10px; }

.paddingTop8 {
  padding-top: 8px; }

.height122 {
  height: 122px !important; }

.paddingRight20 {
  padding-right: 20px; }

.paddingRight40 {
  padding-right: 40px; }

.width29 {
  width: 29% !important; }

.width7 {
  width: 7% !important; }

.width49per {
  width: 49%; }

.width69 {
  width: 69%; }

.width59 {
  width: 59%; }

.btn {
  outline: none !important; }

@font-face {
  font-family: Montserrat;
  src: url("../Fonts/Montserrat-Regular.ttf") format("truetype"); }

.btnDashBoard, .btnDashBoardWhite {
  font-family: "Sora", sans-serif !important; }

.displayInlineBlock {
  display: inline-block; }

.fontWeightBold {
  font-weight: bold; }

.closeLarge {
  font-size: 36px;
  color: white;
  margin-right: 0.5%; }

.fontSize12 {
  font-size: 12px; }

.fontSize13 {
  font-size: 13px; }

.fontSize15 {
  font-size: 15px; }

.fontSize16 {
  font-size: 16px; }

.width5 {
  width: 5% !important; }

.floatRightImportant {
  float: right !important; }

.fontSize20 {
  font-size: 20px; }

.paddingTop0 {
  padding-top: 0 !important; }

.paddingBottom0 {
  padding-bottom: 0 !important; }

.lightGrayBackground {
  background-color: #F1F1F1 !important; }

.noResize {
  resize: none; }

.fontSize18 {
  font-size: 18px !important; }

.width95 {
  width: 95%; }

.paddingRight0 {
  padding-right: 0px; }

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

.disabledOnHover:hover {
  color: #808080; }

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

.trashIconColor, .GridIcon {
  color: var(--satisfi-surface-muted) !important;
  text-decoration: none !important; }

.trashIconColor:hover, .GridIcon:hover {
  color: var(--satisfi-surface-base) !important; }

.minHeight70 {
  min-height: 70px; }

.maxHeight300 {
  max-height: 300px;
  overflow-y: auto; }

.overflow-y-hidden {
  overflow-y: hidden; }

.paddingTop5 {
  padding-top: 5px; }

.paddingTop3 {
  padding-top: 3px; }

.paddingTop8 {
  padding-top: 8px; }

.TopMenu li a:hover:not(.support-menu-icon) {
  color: #000 !important; }

.TopMenu li a.support-menu-icon:hover {
  color: #FFF !important; }
  .TopMenu li a.support-menu-icon:hover .top-menu-icons {
    text-shadow: 0 0 2.5px #FFF; }

select#CustomCategories {
  height: 450px; }

textare, input, select {
  border-radius: 2px !important; }

.paddingRight50 {
  padding-right: 50px; }

.marginRight50 {
  margin-right: 50px; }

.marginLeft10 {
  margin-left: 10px !important; }

/*css for loader*/
.Msg {
  position: fixed;
  height: 5px;
  background-size: auto 42%;
  background-position: left top;
  top: 0px;
  width: 1%;
  background-color: var(--satisfi-brand-primary); }

.successMessageText {
  font-family: Montserrat !important;
  color: #808080;
  font-size: 12px; }

.colorWhite {
  color: white !important; }

.marginBottom15 {
  margin-bottom: 15px; }

.marginBottom0 {
  margin-bottom: 0 !important; }

.paddingTop15 {
  padding-top: 15px; }

.paddingRight2 {
  padding-right: 2% !important; }

.paddingRight3 {
  padding-right: 3px !important; }

.show-hide-pwd {
  margin-left: 35%;
  cursor: pointer; }

.password-validation-container {
  display: none; }

.password-validation {
  height: 22px;
  border: 1px solid #f5f5f5;
  width: 260px;
  background-color: #efefef;
  border-radius: 2px;
  display: inline-block;
  font-size: 10px; }

.span-progress-bar {
  height: 20px;
  display: inline-block;
  border-radius: inherit;
  transition: width ease 1s;
  -webkit-transition: width ease 1s;
  text-align: center;
  color: white;
  line-height: 20px;
  vertical-align: middle; }

.padding-left-1 {
  padding-left: 1%; }

.padding-left-5 {
  padding-left: 5%; }

.padding-right-6 {
  padding-right: 6%; }

.padding-bottom-5P {
  padding-bottom: 5%; }

.paddingBottom7 {
  padding-bottom: 7px; }

.paddingLeft16px {
  padding-left: 16px; }

/*.borderPanel {
    border: 1px solid #D9D9D9;
}*/
.dashBoldText {
  font-family: "Sora", sans-serif !important;
  font-size: 16px;
  margin-top: 20px; }

.dashCounter {
  font-family: "Sora", sans-serif !important;
  color: #404040;
  font-size: 40px; }

.dashDate {
  opacity: 0.5;
  font-size: 12px;
  font-family: "Sora", sans-serif !important;
  margin-bottom: 20px;
  margin-top: 5px; }

/*.borderRightLightGray {
    border-right: 1px solid #D9D9D9;
}*/
.breakLine {
  width: 50%;
  margin: 0 0 0 25%;
  color: #D9D9D9; }

.marginBottom30 {
  margin-bottom: 30px; }

.OpenSansRegular {
  font-family: CustomOpenSans !important; }

.messageChatDashboard img {
  margin: 0 auto; }

.margin0Auto {
  margin: 0 auto; }

.marginAuto {
  margin: auto; }

.marginLeft20 {
  margin-left: 20px; }

.marginTop8 {
  margin-top: 8px; }

#divLoadingModal .modal-body {
  height: 150px;
  text-align: center;
  font-size: 10px; }

#divLoadingModal .modal-body #Message {
  font-size: 20px; }

.slider {
  position: absolute;
  width: 1000px;
  height: 5px;
  overflow-x: hidden;
  margin-top: 25px; }

.sliderSystemMessage {
  height: 5px;
  overflow-x: hidden;
  margin: 25px;
  position: relative;
  width: auto; }

.line {
  position: absolute;
  opacity: 0.4;
  background: #000;
  width: 150%;
  height: 5px; }

.subline {
  position: absolute;
  background: var(--satisfi-ui-divider);
  height: 5px; }

.inc {
  animation: increase 2s infinite; }

.dec {
  animation: decrease 2s 0.5s infinite; }

@keyframes increase {
  from {
    left: -5%;
    width: 5%; }
  to {
    left: 130%;
    width: 100%; } }

@keyframes decrease {
  from {
    left: -80%;
    width: 80%; }
  to {
    left: 110%;
    width: 10%; } }

.progress-bar-holder {
  width: auto;
  /*border: 1px solid #ccc;*/
  /*padding: 0.2em;
    margin: 1em 0.2em;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 34px;
  background-color: #808080;
  /*#32b4b8;*/
  color: white;
  text-align: center; }

.progress-bar {
  height: inherit;
  color: #fff;
  font-weight: bold;
  background: var(--satisfi-ui-divider);
  /*#3dd12d;*/
  /*#63A25C;*/
  width: 0px;
  /*padding: 0.8em;*/
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.progress-bar-label {
  padding-top: 5px;
  position: absolute;
  width: -webkit-fill-available; }

.progress-status {
  padding-top: 5px;
  font-size: 25px; }

/*bootstrap disable icon css*/
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: auto; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

a.btn[disabled] {
  pointer-events: none; }

*.disabled {
  cursor: not-allowed; }

li.disabled {
  pointer-events: none; }

.id-box {
  padding: 8px 12px !important; }

.check-box {
  padding: 6px 8px !important; }

.fontAwesomeUnCheckSpace {
  margin: 0 8.3px; }

.table tr th {
  padding: 1px 8px !important; }

/* centered columns styles */
.row-centered {
  text-align: center; }

.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
  text-align: center; }

.primary-link {
  color: var(--satisfi-brand-primary);
  text-decoration: none; }

.primary-link:hover {
  color: var(--satisfi-surface-base);
  text-decoration: underline; }

.secondary-link {
  color: var(--satisfi-surface-muted);
  text-decoration: none; }

.secondary-link:hover {
  color: var(--satisfi-surface-base);
  text-decoration: underline; }

.notificationDropdown {
  left: -140px;
  top: 13px;
  background-color: var(--satisfi-ui-divider); }

.notificationDropdown a, .profileOptions a {
  color: #000 !important;
  padding: 5px 25px 5px 15px !important; }

.notificationDropdown img {
  width: 20px !important;
  height: 20px !important; }

.notificationDropdown > li > a:hover, .notificationDropdown > li > a:focus,
.profileOptions > li > a:hover, .profileOptions > li > a:focus {
  background-color: var(--satisfi-ui-divider); }

.companySwitchWrapper {
  /*display: flex;*/
  justify-content: center;
  padding-top: 6%; }

.selectCompanyBtn {
  margin: 15px 0px 10px 80px;
  width: 60%; }

.zIndex1100 {
  z-index: 1100; }

.width39P {
  width: 39% !important; }

.minWidth400 {
  min-width: 400px; }

.createCompanyLink {
  text-decoration: underline;
  margin-left: 130px; }

.modal-dialog {
  margin-top: 5%; }

#divTableMetaInfo .pagination > .active > a {
  border-color: #ccc !important;
  color: #FF1B17 !important; }

#divTableMetaInfo .pagination > li > a {
  color: var(--satisfi-surface-base) !important;
  background-color: #FFF !important;
  border: 1px solid var(--satisfi-surface-base) !important; }

#divTableMetaInfo .pagination > li:not(.active) > a:hover,
#divTableMetaInfo .pagination > li:not(.active) > span:hover,
#divTableMetaInfo .pagination > li:not(.active) > a:focus,
#divTableMetaInfo .pagination > li:not(.active) > span:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 2px 2px rgba(200, 200, 200, 0.6) !important; }

/* All Page Cards meaning the content divs should have same padding left from the panels and padding top from the container. */
/* Now it is done for Pages and Accounts section. */
#contentPages {
  padding: 0; }

.tags {
  background-color: var(--satisfi-ui-divider);
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  font-family: "Sora", sans-serif;
  color: var(--satisfi-surface-base);
  padding: 2px;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #C0C0C0; }

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

.React-AutoComplete-Dropdown-Div {
  position: absolute;
  background-color: #fff;
  z-index: 2;
  width: 93%;
  padding-left: 0px;
  padding-right: 0px;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-height: 150px;
  overflow: auto; }

.downArrowReactAutoComplete {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 30%;
  cursor: pointer; }

.suggestionsListAutocomplete {
  list-style: none;
  padding: 2px;
  margin-bottom: 2px; }

.suggestionsListAutocomplete li {
  padding: 3px; }

.width14 {
  width: 14%; }

.width18 {
  width: 18% !important; }

.width17 {
  width: 17%; }

.borderZero {
  border: 0px !important; }

.width4 {
  width: 4% !important; }

.readOnlyTextColor {
  color: var(--satisfi-surface-muted) !important; }

.backgroundThumbnail {
  background-color: lightgray;
  background-repeat: no-repeat;
  background-position: center; }

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

.backgroundLightGray {
  background-color: lightgray; }

.marginTop16px {
  margin-top: 16px; }

.marginTop40px {
  margin-top: 40px; }

.marginBottom17px {
  margin-bottom: 17px; }

.marginBottom3px {
  margin-bottom: 3px !important; }

.marginBottom23px {
  margin-bottom: 23px; }

.marginBottom22px {
  margin-bottom: 22px; }

.marginBottom21px {
  margin-bottom: 21px; }

.marginBottom15px {
  margin-bottom: 15px; }

.marginBottom16px {
  margin-bottom: 16px; }

.paddingBottom15px {
  padding-bottom: 15px; }

.requiredField {
  line-height: 35px; }

.requiredField:after {
  content: "*";
  color: red; }

.form-group.required .control-label:after {
  content: " *";
  color: red;
  font-weight: bold; }

.displayBlock {
  display: block; }

.cursorAuto:hover {
  cursor: auto; }

.modal.in {
  overflow-y: auto !important; }

.btn-table-inline {
  border-radius: 2px;
  background-color: #F0F0F0;
  color: #606060; }

.radio {
  position: relative;
  cursor: pointer;
  line-height: 20px;
  margin: 15px 15px 15px 0; }

.radio .label {
  position: relative;
  display: block;
  float: left;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 2px solid #c8ccd4;
  border-radius: 100%;
  -webkit-tap-highlight-color: transparent; }

.radio .label:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #454545;
  transform: scale(0);
  transition: all 0.2s ease;
  opacity: 0.08;
  pointer-events: none; }

.one-line {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer; }

.radio:hover .label:after {
  transform: scale(3.6); }

input[type="radio"]:checked + .label {
  border-color: #c8ccd4; }

input[type="radio"]:checked + .label:after {
  transform: scale(1);
  transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
  opacity: 1; }

.hidden {
  display: none; }

label.save-resource-setting {
  font-weight: normal;
  margin-top: 5px; }

.option-input {
  position: relative;
  top: 5px !important;
  right: 0;
  bottom: 0;
  left: -4px;
  height: 20px;
  width: 20px;
  transition: all 0.15s ease-out 0s;
  border: 2px solid #c8ccd4;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  outline: none;
  position: relative;
  z-index: 1000; }

.option-input:hover {
  background: #ebeced; }

.option-input:checked {
  background: #454545; }

.option-input:checked::after {
  content: '';
  display: block;
  position: relative;
  z-index: 100; }

.option-input:focus {
  outline: none !important; }

.dateControl {
  background-image: url(../img/cal.png);
  background-position: 98% center;
  background-repeat: no-repeat; }

/*table.dataTable tbody tr {
    border-collapse:collapse;
    border-bottom: $TableGridRowBottomBorderStyle;
}*/
/*table.dataTable {
    border-collapse: collapse !important;    
}*/
table.dataTable.cell-border tbody tr:last-child td {
  border-bottom: 1px solid var(--satisfi-ui-divider); }

.table-striped > tbody > tr:nth-child(odd) {
  background-color: var(--satisfi-ui-divider) !important; }

.spinner-icon {
  animation: fa-spin 0.5s infinite linear;
  font-size: 16px; }

.btn-loading {
  color: #FFF;
  /*background-color: $PrimaryButtonHoverBackColor !important;*/
  /*border-color: $PrimaryButtonHoverBorderColor !important;*/
  border-radius: 2px !important;
  cursor: auto !important;
  opacity: 1 !important; }

.height40px {
  height: 40px !important; }

.maxHeight148px {
  max-height: 148px; }

.maxHeight200px {
  max-height: 200px; }

.borderTopTablerow {
  border-top: 1px solid var(--satisfi-ui-divider); }

.borderBottom0 {
  border-bottom: none !important; }

.satisfi-success-message-blue {
  color: #2A69E4 !important; }

#bridgeLiveEscalationStatus {
  margin: 8px;
  color: black;
  font-weight: bold;
  background-color: #F9D9D9;
  border-style: solid;
  border-width: 0px 0px 0px 4px;
  border-color: red; }

.padding-2px {
  padding: 2px !important; }

.italic {
  font-style: italic; }

.unverified {
  cursor: pointer; }

.verifiedEmail {
  text-decoration: underline;
  font-weight: 700;
  color: #017c01;
  font-style: italic; }

.unverifiedEmail {
  text-decoration: underline;
  font-weight: 700;
  color: #0202fa;
  font-style: italic;
  cursor: pointer; }

.underlineTextDecoration {
  text-decoration: underline; }

@media (min-width: 767px) {
  .width400px {
    width: 400px !important; } }

.colorRed {
  color: red; }

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

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

#copypopupEmbedScriptToClipboard {
  z-index: 0;
  opacity: 0;
  position: absolute; }

.dot {
  height: 7px;
  width: 7px;
  border-radius: 20px;
  margin-top: 8px;
  margin-right: 8px; }

.superAdmin {
  background: #FF2333; }

.agent {
  background: #008037; }

.admin {
  background: #2A69E4; }

.display-inline-block {
  display: inline-block; }

.systemTableRootDiv .rdg-selected {
  border-color: transparent !important; }

.systemTableRootDiv .rdg-selected-range {
  border-color: transparent !important;
  background-color: transparent !important; }

body :not(#divTableMetaInfo) .pagination > li.active > a {
  background-color: var(--satisfi-surface-base) !important;
  font-weight: 500 !important;
  color: #FFF !important;
  text-shadow: 0px 0px 0.25px #FFF !important; }

button.close {
  color: var(--satisfi-surface-base) !important;
  opacity: 1.0 !important; }

.satisfi-logo {
  width: 160px;
  height: 30px; }

