@import "https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900";

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

:root {
  --primary-color: #fe5722;
  --drawer-top-padding: 50;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  background: #f5f5f5 !important;
  color: #000000;
  font-family: "Lato", sans-serif !important;
  min-height: 100%;
}

a {
  color: #337ab7;
  text-decoration: none;
}

h2,
.TitleList .Title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
}

p {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 1em;
}

.Header {
  height: "80px";
  background: transparent;
  color: #9ee5ee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100vw;
  box-sizing: border-box;
  z-index: 5;
}

.rdi-red {
  color: #ff0000;
}

.rdi-black {
  color: #717171;
}

.rdi-green {
  color: #228b22;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(128, 128, 128, 0.1);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(128, 128, 128, 0.3) !important;
  opacity: 0.2 !important;
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(128, 128, 128, 0.7) !important;
  opacity: 0.5 !important;
}

::-webkit-scrollbar-track:hover {
  background: rgba(128, 128, 128, 0.3) !important;
}

#filter-sub-menu::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgba(128, 128, 128, 0.52) !important;
  border-radius: 5px;
  background-color: #5a5a5a !important;
}

#filter-sub-menu::-webkit-scrollbar {
  width: 8px;
  background-color: #5a5a5a !important;
}

#filter-sub-menu::-webkit-scrollbar-thumb {
  border-radius: 5px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
  background-color: #333333 !important;
}

.fr-block {
  display: block !important;
}

.fr-none {
  display: none;
}

@supports not (overflow-x: overlay) {
  .overflow-x {
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 5px;
  }

  .overflow-x:hover {
    overflow-x: auto;
    overflow-y: hidden;
  }
}

@supports (overflow-x: overlay) {
  .overflow-x {
    white-space: nowrap;
    overflow: hidden;
    padding-bottom: 10px;
  }

  .overflow-x:hover {
    overflow-x: overlay;
    overflow-y: hidden;
  }
}

.overflow-x::-webkit-scrollbar {
  width: 7px;
  height: 7px;
  padding: none;
}

.overflow-x::-webkit-scrollbar-track {
  border-radius: 5px;
  background: rgba(247, 87, 35, 0.1);
}

.overflow-x::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: rgba(247, 87, 35, 0.3);
}

.overflow-x::-webkit-scrollbar-track:hover {
  background: rgba(247, 87, 35, 0.3);
}

.overflow-x::-webkit-scrollbar-thumb:hover {
  background: rgba(247, 87, 35, 0.7);
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
  font-size: 14px !important;
}

.sf-form-control {
  background: #fff;
}

.sf-select-height {
  height: 47 !important;
}

.SF-float-right {
  align-items: center !important;
  float: right !important;
  right: 0;
  position: absolute !important;
}

input.flatpickr-on-a-popover.flatpickr-input {
  display: none;
}

.open .flatpickr-calendar {
  z-index: 1500;
}

.flatpickr-calendar {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.flatpickr-calendar.inline {
  top: 0px !important;
}

.app_task_Header_fontsize {
  font-size: 14 !important;
}

.flatpickr-wrapper {
  display: contents !important;
}

.flatpickr-innerContainer {
  display: contents !important;
}

.flatpickr-calendar.hasTime.animate.inline {
  width: 100%;
}

.SF-text-white {
  color: white !important;
}

/*---Form_Builder-------------------------------*/
.add_new_field_btn {
  width: 477px;
  background-color: #22b24b;
  border: 0.5px solid #038e2a;
  border-radius: 0px;
  outline: none;
  height: 45px;
}

#sf_auto_field {
  height: auto;
}

#form_field {
  height: auto;
}

#check_box {
  margin-top: 2px;
}

.opt_in_check_box {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
}

.form-control {
  height: 40px !important;
  width: 257px !important;
}

.react-tel-input {
  margin-top: 0px !important;
  margin-left: 0px !important;
}

.flag-dropdown {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.landing_page_text_area {
  width: 425px;
  height: 40px;
  display: "block";
  padding: "6px 12px";
  line-height: "1.42857143";
  color: "#555";
  background-color: "#fff";
  border: "1px solid #ccc";
  border-radius: "4px";
  box-shadow: "inset 0 1px 1px rgb(0 0 0 / 8%)";
}

.input_txtField {
  width: 425px;
  height: 40px;
  display: block;
  padding: 6px 12px;
  line-height: 1.42857143;
  margin-top: 8px;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

.input_txtField:focus {
  outline-color: lightblue !important;
  box-shadow: 0 0 10px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.custom_field_row {
  border: 5px solid #e0e0e0;
  margin-bottom: 20px;
  background: #fff;
}

.heading_row {
  background-color: #e0e0e0;
  padding: 6px 8px;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.body_panel {
  padding: 0 15px;
}

.radio-group {
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 112px;
  white-space: nowrap;
}

.active-radio {
  background-color: #e0e0e0;
  padding: 0px 15px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.inactive_radio {
  overflow: hidden;
  position: relative;
  padding: 0px 15px;
  white-space: nowrap;
  display: inline-block;
  background-color: white;
}

.input_txt_field {
  width: 425px;
  display: block;
  padding: 6px 12px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  font-weight: 500;
}

.input_txt_field:focus {
  outline-color: lightblue !important;
  box-shadow: 0 0 50px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 2px 1px 1px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

/*--------------------------------------------------------- navbr ---------------------------------------------------------*/

.appheader {
  width: calc(100% + 4px);
}

.headingApp > div > div {
  color: #555 !important;
}

.headingApp > div > div a {
  height: 30px !important;
  line-height: 30px !important;
  background-color: rgb(254, 87, 34);
  border: 0;
}

.headingApp > div > div > i {
  color: #fff !important;
  border-radius: 50% !important;
  width: 30px;
  text-align: center;
  height: 30px;
  top: -2px;
  position: relative;
  line-height: 2;
}

.headingApp > div > div a i {
  font-size: 15px !important;
}

/*-------------------------------------------------- advanced-search ---------------------------------------------------------*/

.advanced-search {
  position: absolute;
  background: white;
  z-index: 1300;
  top: 50;
  width: 100%;
  color: #2e2d2d;
  border-radius: 5px;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 10px, rgb(0 0 0 / 23%) 0px 3px 10px;
}

.sf-dialog-content {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  padding: 0px 24px 24px;
  box-sizing: border-box;
  overflow-y: hidden;
  border: none;
}

/*-----------------------------swal modal------------------------------------*/

.swal2-container {
  z-index: 1000000 !important;
}

h2#swal2-title.sf-swal-title {
  font-size: 22px;
  font-weight: 400;
  padding-left: 2px;
  margin-top: 5px;
  display: block;
  text-align: start;
  margin-left: 22px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.87);
}

div#swal2-html-container.sf-swal-html-container {
  font-size: 16px;
  display: block;
  justify-content: initial;
  text-align: start;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  height: auto;
  max-height: 500px !important;
}

.swal2-actions {
  width: 100% !important;
}

.swal2-popup .swal2-styled.sf-swal-cancel-btn {
  margin-left: 70%;
  padding: 5px 24px;
  background-color: #fff !important;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  /* border: hidden; */
  /* outline: none;  */
}

.swal2-popup .swal2-styled.sf-swal-cancel-btn:hover {
  background-color: #fcfcfc !important;
}

.swal2-popup.swal2-modal.sf-swal-popup {
  height: 174px;
}

button.swal2-cancel.sf-swal-ok-btn.swal2-styled {
  padding: 5px 16px;
  background-color: #fff;
  color: black;
  margin-top: 0px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
}

.swal2-popup .swal2-styled:focus {
  box-shadow: none !important;
}

.swal2-popup.swal2-modal.sf-swal-popup.swal2-show {
  height: auto;
  min-height: 150px !important;
  max-height: 500px !important;
}

.sf-search-icon-margin-right-expand {
  margin-right: -9px;
}

/*---------------- logo -------------------*/
.Logo {
  width: 151px;
  height: 41px;
  margin-right: 10px;
  -webkit-transition: margin 0.125s ease;
  transition: margin 0.125s ease;
}

.Logo svg {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.Logo svg path {
  fill: #ffffff;
  -webkit-transition: fill 0.125s ease;
  transition: fill 0.125s ease;
}

.Logo:hover {
  cursor: pointer;
  margin-top: 2px;
}

.Logo:hover svg path {
  fill: #ffffff !important;
}

/*----------------user profile-------------------*/

.UserProfile {
  margin-left: auto;
}

.UserProfile .User {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.UserProfile .User .image {
  border-radius: 50%;
  margin-left: 10px;
  overflow: hidden;
  width: 34px;
  height: 34px;
  box-sizing: border-box;
  border: 3px solid transparent;
  -webkit-transition: border 0.125s ease;
  transition: border 0.125s ease;
}

.UserProfile .User .image img {
  width: 34px;
  height: 34px;
  display: block;
}

.UserProfile .User .name {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 300;
  height: 44px;
  color: #717171;
}

.UserProfile .User:hover {
  cursor: pointer;
}

.UserProfile .User:hover .image {
  border: 3px solid #efefef;
}

.UserProfile .UserProfile-menu {
  display: none;
}

/*--------------------navbar search---------------------------*/

.Search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  width: 60%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* pointer-events: none;   */
  float: right;
}

.Search input {
  /*margin-left: 50px;*/
  /*font-weight: bolder;*/
  font-size: 12px;
  height: 35px;
  width: 25%;
  background: #efefef;
  color: #888;
  border: 1px solid #d3d6d6;
  margin-top: -8px !important;
  border-radius: 20px;
  outline: none;
  padding: 0 17px;
  line-height: 1;
  pointer-events: all;
  -webkit-transition: border 0.25s ease, width 0.125s ease 0.125s;
  transition: border 0.25s ease, width 0.125s ease 0.125s;
}

.Search input:focus {
  border: 1px solid #d3d6d6;
}

.Search i {
  position: relative;
  color: #ccc;
  font-size: 18px;
  left: -28px;
  margin-top: -6px !important;
}

.input_search {
  width: 100% !important;
}

.input_search input {
  margin-left: 0 !important;
  width: 86% !important;
}

.Search input {
  font-size: 12px;
  height: 38px;
  width: 400;
  max-width: 400px;
}

/*---------------header menue----------------------*/
.contentHeader {
  border-top: 0 !important;
  border-bottom: 0 !important;
  height: 40 !important;
}

.contentHeader > div,
.contentHeader > div > div {
  background: inherit !important;
}

.contentHeader > div {
  padding: 0px !important;
}
.contentHeader > div {
  width: fit-content !important;
}
.contentHeader > div > div > div {
  background: inherit !important;
}

/*------------------------ calender --------------------*/
.user-color-box {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  margin-right: 5px;
}

.e-date-header-container {
  overflow-y: scroll;
  max-height: 200px;
  padding: 0px !important;
  border-bottom: 1px solid #aeaeae42;
}

.e-left-indent-wrap {
  max-height: 200px;
  padding: 0px !important;
  overflow: hidden;
  border-bottom: 1px solid #aeaeae42;
}

.e-all-day-appointment-section.e-icons {
  position: absolute;
  top: 0;
}

.e-headerchkcelldiv {
  padding: 5px 1.8em 0 0.6em !important;
}

.e-more-indicator {
  background: #fff;
  height: 40;
  padding-top: 15px;
}

.e-icons.e-edit:before {
  content: "" !important;
}

.e-more-indicator {
  height: 15px;
}

.e-list-text {
  border: 0px !important;
}

img.resource-details {
  height: 45;
  border-radius: 50%;
  width: 45;
  min-width: 40 !important;
  min-height: 40 !important;
}

/*------------------------------------------------- drawer --------------------------------------------------------*/

.drawer {
  padding-top: 10px;
}

.sf-call-drawer {
  position: fixed;
  top: 50;
  z-index: 1300 !important;
  background: #f5f5f5;
  right: 0;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 10px, rgb(0 0 0 / 23%) 0px 3px 10px;
}

.sf-call-drawer-toolbar {
  height: 50;
  background-color: #717171;
}

.sf-call-drawer-body {
  height: 100%;
  background-color: #f5f5f5;
}

.sf-drawer-title {
  font-size: 25px;
  display: flex;
}

.sf-call-drawer-button-right {
  float: right;
  right: 0;
  position: absolute;
}

.sf-disconnect-button {
  background: rgb(255, 255, 255);
  padding: 1 6;
  border-radius: 4px;
}

.alignleft {
  text-align: left;
  width: 25%;
}

.aligncenter {
  text-align: center;
  width: 50%;
}

.alignright {
  text-align: right;
  width: 25%;
}

.Navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

.Navigation ul li {
  font-weight: 400;
  padding: 7px 10px;
  font-size: 14px;
  -webkit-transition: background 0.125s ease;
  transition: background 0.125s ease;
  border-radius: 3px;
}

.Navigation ul li:hover {
  color: #ffffff;
  cursor: pointer;
}

/*-------------------- card --------------------------*/
.card {
  border: 1px solid;
  border-radius: 5px;
  border-color: #eeeeee;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgb(200 200 200 / 50%);
}

.card-header {
  display: grid;
  padding: 10px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

.card-body {
  display: grid;
  padding: 10px;
  background-color: #ffffff;
}

/*--------------------------- filter ---------------------------------------*/
.filist .anchor {
  display: none;
  font-weight: 400 !important;
  color: #717171 !important;
}


.filist:hover .anchor {
  display: inline-block;
  font-weight: 400 !important;
  color: #717171 !important;
}

.filter-menu > div > a > div:hover {
  background-color: #515151 !important;
}

.filter-sub-menu {
  background-color: #414141;
  color: #ffffff !important;
  z-index: 99999 !important;
  position: absolute;
  display: inline-block;
  max-height: 500px;
  overflow: auto;
  scrollbar-color: #515151 #515151;
}

.groupList .anchor {
  display: none;
}

.groupList:hover .anchor {
  display: inline-block;
}
.report-row-text:hover{
    text-decoration: underline;
    cursor: pointer;
}
.report-row-text{
    font-size: 14px;
    line-height: 32px;
    color:black;
    font-weight:400;
}
/*-------------------------- sub menue--------------------------------*/
.sbbmenu a {
  white-space: nowrap;
  width: 230px;
  display: block;
  padding: 8px 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b4b4b4 !important;
  text-decoration: none !important;
}

.sbbmenu a:hover {
  background-color: #515151;
}

.sbbmenu a span {
  color: #919191 !important;
}

.sbbmenuheader span {
  white-space: nowrap;
  width: 225px;
  display: block;
  padding: 8px 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #b4b4b4 !important;
  text-decoration: none !important;
}

/*------------------------------------  data view  -----------------------------------*/

.headerDetailView {
  background-color: #fff !important;
  padding: 9px 9px 0 0 !important;
  box-shadow: 0 0 10px #ddd !important;
  /*width: calc(100% + 15px);*/
}

.headerDetailView > div {
  border-bottom: 0 !important;
}

.headerDetailView > div > div > span > i {
  color: #fff !important;
  font-size: 14px !important;
  border-radius: 50% !important;
  width: 30px;
  text-align: center;
  height: 30px;
  top: -4px;
  position: relative;
  line-height: 2;
  margin-left: 6px;
  padding-left: 0 !important;
  background-color: var(--background-color) !important;
}

.pag {
  position: absolute;
  float: right;
  right: 0;
}

.pag > div:first-child {
  margin-right: 25px;
}

.pageSet {
  position: absolute;
  top: 2px;
  right: 0;
}

.pageSetColumnView {
  top: 6px;
  right: 0;
}

.pageSet i {
  opacity: 0.5 !important;
  font-size: 16px !important;
}

.pageSetColumnView i {
  opacity: 0.5 !important;
  font-size: 16px !important;
}

.desk {
  border-radius: 6px !important;
}

.desk-head {
  border-bottom: 1px solid #e3dada;
}

.desk-items-gray {
  background: #f5f5f5;
}

.dialogtxt {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 5px;
}

.desk-name {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.MuiInputBase-root.MuiOutlinedInput-root.sf-pagenation.MuiInputBase-formControl
  > svg {
  display: none;
}
.MuiFormControl-root.MuiFormControl-marginDense.MuiTextField-root.Text_select
  > label {
  padding-right: 15px;
}
.MuiFormControl-root.MuiTextField-root.dropdownwiththreeinput > label {
  padding-right: 15px;
}

.MuiFormControl-root.MuiTextField-root.dropdownwithinput > label {
  padding-right: 15px;
}

.sf-page-item-no > div > div {
  padding-right: 13px !important;
}

.detailViewFieldDataLabel {
  width: calc(100% - 30px);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.detailViewFieldDataLabel2 {
  width: calc(100% - 45px);
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 228px;
  color: #b5b5b5;
}

.detailViewFieldData2 {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.detailViewFieldDataLabel1 {
  width: calc(100% - 30px);
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.detailViewFieldData > .detailViewFields_hover::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

.detailViewFieldData {
  margin-bottom: 10px;
}

.detailViewFieldDataLabel {
  font-weight: bold;
}

.detailViewFields_hover i {
  display: none;
}

.detailViewFields_hover:hover i {
  display: inline !important;
}

.detailViewFields_hover i.fa-phone,
.detailViewFields_hover i.fa-mobile {
  display: inline !important;
}

/*------------------- login ----------------------*/
.sf-login-Typography.MuiTypography-body1 {
  font-size: 24px;
  padding: 16px;
  line-height: 19px;
  padding-left: 1px;
  color: #333333;
}

.sf-email-adr {
  height: 72px;
  margin-top: 17px;
}

/*-------------------- library ------------------*/

.treeviewdiv {
  display: flex;
}

.iconContent {
  line-height: 1;
  padding: 5;
}

.e-treeview .e-list-item.e-active > .e-fullrow {
  background-color: transparent !important;
  border-color: transparent !important;
}

.dlimg {
  padding: 5;
  height: 75px !important;
  object-fit: contain;
}

.dlimg-card {
  padding: 5;
  height: 100px !important;
  object-fit: contain;
}

.dlcard {
  height: 75px !important;
}

.dlimg1 {
  padding: 5;
  height: 150px !important;
  object-fit: contain;
  border-radius: 5px;
}

.dlcard1 {
  height: 150px !important;
}

.assets-search:focus {
  outline: none !important;
  border: 0px solid red;
}

.rc-tree .rc-tree-treenode.drop-target {
  background-color: transparent !important;
}
/*----------------- useFullLinks ------------------*/
#sf_select_fields {
  height: 20px;
}

/*-------------------- report -------------------*/

.data_less {
  text-align: center;
  font-size: 16px;
  color: #868686;
  margin-top: 135px;
}

/*---------------------------Broadcast Results---------------------------*/
.report_box_area {
  display: block;
  width: 100%;
  margin-top: -10px;
}

.report_box {
  float: left;
  position: relative;
  display: block;
  width: 10%;
  padding: 1%;
  background-color: #ffffff;
  color: #000000;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  text-align: center;
  font-size: 13px;
}

.report_gap {
  float: left;
  display: block;
  width: 2.4%;
  height: 50px;
}

/*----------------- other ------------------*/
.MuiBackdrop-root {
  background-color: rgb(0 0 0 / 0%) !important;
}

.MuiTabs-root {
  min-height: 40px !important;
}

.MuiTabs-flexContainer {
  height: 40px;
}
#MinFailureCount {
  height: 14px;
}

.MuiToolbar-regular {
  min-height: 50px !important;
  box-shadow: "none" !important;
  padding-left: 0px !important;
}

.MuiOutlinedInput-root {
  background: white;
}

.MuiListItemText-primary {
  font-size: 14px !important;
  line-height: 16px !important;
  width: max-content !important;
}

.MuiPaper-root.MuiDrawer-paper {
  margin-top: var(--drawer-top-padding) !important;
  background-color: #f5f5f5;
}

.fr-box.fr-basic .fr-wrapper {
  border-radius: 0 0 10px 10px;
}

.mySelect-dashboard[class*="-container"] {
  padding: 2px !important;
}

.kanbanBord {
  padding: 10px 10px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-left: 10px;
}

.desk,
.desk-placeholder,
.desk-placeholder:hover {
  width: 200px;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  min-height: 30px;
  background-color: #ffffff;
  box-shadow: 1px 1px 1px 1px #dddddd;
  border-radius: 3px;
  padding-bottom: 50px;
  margin-right: 15px;
  margin-bottom: 10px;
  vertical-align: top;
}

.desk .desk-head,
.desk-placeholder .desk-head,
.desk-placeholder:hover .desk-head {
  position: relative;
  padding: 10px 8px;
  width: 100%;
  background: #ffffff;
  color: #212121;
  margin-left: 0;
  margin-top: 0;
  height: 45px;
}

.desk .desk-head .desk-name,
.desk-placeholder .desk-head .desk-name,
.desk-placeholder:hover .desk-head .desk-name {
  font-weight: bold;
  white-space: normal;
  width: 100%;
  text-align: center;
}

.desk-items {
  overflow-y: auto;
  height: calc(100% - 48px);
  padding-bottom: 0;
}

.desk-items .placeholder,
.placeholder:hover {
  height: 150px;
  background-color: rgba(208, 208, 208, 1);
}

.item {
  width: 100%;
  border-bottom: 1px solid #dbdbdb;
  margin-left: 0px;
  padding-left: 5px;
  padding-top: 10px;
  background: #fff;
  transition: 0.15s;
}

.item:hover {
  background: #f7f7f7;
}

.item .item-name {
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.item .item-container {
  height: 140px;
}

.item .item-container .item-avatar-wrap {
  width: 70px;
  float: left;
  margin-bottom: 5px;
}

.item .item-container .item-avatar-wrap img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #dbdbdb;
}

.item .item-container .item-content {
  white-space: normal;
}

.item .item-container .item-content .item-author {
  font-size: 16px;
  font-weight: bolder;
}

.item .item-container .item-content .item-author p {
  margin: 5px 0;
}

.custom-textarea {
  border: 0;
  text-align: center;
  display: inline-table;
  color: rgb(113, 113, 113) !important;
  background: transparent !important;
  font-size: 14px !important;
  font-family: "Lato";
}

div#calendarsetupcheck > div > div {
  font-size: 15px;
  margin-top: 7px;
  color: #333;
}

/*-------------------- Drawer ------------------*/

.minimized-mail-bar {
  box-sizing: border-box;
  font-family: Arial;
  box-shadow: rgb(0 0 0 / 16%) 0px 3px 10px, rgb(0 0 0 / 23%) 0px 3px 10px;
  width: 17%;
  position: fixed;
  z-index: 1500;
  left: auto;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
  margin: 0px !important;
}

.date-label {
  position: absolute;
  line-height: 22px;
  top: 38px !important;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  z-index: 1;
  transform: scale(1) translate(0px, 0px);
  transform-origin: left top 0px;
  pointer-events: none;
  color: rgb(113, 113, 113);
  font-weight: normal;
  font-size: 16px;
  -moz-user-select: none;
  user-select: none;
  color: #999 !important;
  padding-left: 7px !important;
}

.label-top .date-label {
  transform: scale(0.75) translate(0px, -28px) !important;
  position: absolute;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.date-label {
  position: relative;
  line-height: 0;
  top: 30px !important;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  z-index: 1;
  transform: scale(1) translate(0px, 0px);
  transform-origin: left top 0px;
  pointer-events: none;
  user-select: none;
  color: rgb(113, 113, 113);
  font-weight: normal;
  font-size: 16px;
  padding-left: 8px;
  display: initial;
}

.sf-form-field .rdtOpen input:focus .date-label {
  /*border:1px solid #c00 !important;*/
  font-size: 12px !important;
  color: #c00 !important;
}

.col-two > div > label.date-label {
  top: 30px !important;
}

.col-two > div > input {
  font-size: 15px !important;
  color: #333 !important;
  padding-top: 5px !important;
  padding-left: 7px !important;
}

.col-two > div {
  padding: 0px !important;
}

.col-two > div {
  font-size: 16px !important;
  color: #333 !important;
}

.col-two > div > div {
  font-size: 12px !important;
  color: #999 !important;
}

.colTwo > div {
  width: 100%;
  display: inline-block;
  position: relative;
  transition: height 200ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  cursor: auto;
  margin-bottom: 10px;
}

.sf-form-field1 > div {
  background-color: #fff !important;
  padding-left: 7px !important;
  margin-bottom: 10px !important;
}

.sf-form-field > div > label {
  color: #777 !important;
}

.sf-form-field > div > input {
  color: #444 !important;
  font-size: 16px !important;
}

.sf-atc-autoComplete-text-field > div {
  height: 44px;
}

.sf-atc-autoComplete > .MuiFormControl-marginDense {
  margin-top: 0;
  margin-bottom: 4px;
}

.dpvalue {
  padding-left: 17px;
}

.quote-table {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.css-jcseh-MuiButtonBase-root-MuiMenuItem-root.Mui-selected {
  background-color: #f0f0f0;
}

.sf-testbox-height {
  height: 39px;
}

.layout_maintable {
  background-color: #fff;

  width: 100%;
}

.layout_maintable th {
  background-color: #fff;
  border-left: 1px solid #ddd;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  padding: 8px 10px;
  font-weight: bold;
  font-size: 14px;
}

.layout_maintable td {
  font-size: 14px;
  color: #666;
  border-bottom: 1px solid #ddd;
  line-height: 28px;
  padding-left: 10px;
}

.layout_maintable tbody tr:nth-of-type(even) {
  background-color: #f2f2f0;
}

.draggable-search-root {
  background-color: #fff;
}

.draggable-search-input:focus {
  border: 0px !important;
}

.draggable-search-input:focus-visible {
  outline: 0px;
  border-radius: 0px;
}

.group_campaign_title {
  padding: 0px 0px 15px 0px;
  align-items: center;
  color: rgb(98, 100, 100);
  font-size: 20px;
  margin: 0;
  min-height: 20px;
  font-size: 18px;
  cursor: default;
  text-align: center;
}

.group_count {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  margin: 0% auto 0 auto;
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
}

.group_listview_precord_cdiv {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
  background-size: cover;
  position: relative;
  padding: 3px 0px 0 10px;
  margin: 0 0 0 8px;
  color: #666;
  font-size: 14px;
}

table.group_listview_table {
  width: 100%;
  border-collapse: collapse;
  border-color: transparent;
  border-image: none;
  border-style: solid;
  margin: 0px;
  padding: 0px;
  border-spacing: 0px;
  table-layout: fixed;
}

.group_menu {
  /* line-height: 30px; */
  margin-top: 40px;
  font-size: 14px;
  height: 122px;
  max-width: 125px;
}

.group_menu div:first-child:hover {
  text-decoration: underline;
  cursor: pointer;
}

.group_table_container {
  width: 100%;
  padding: 0px 15px 0px 0px;
  border-spacing: 0;
}

.group_table_container td {
  width: 30%;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  vertical-align: top;
}

.group_campaign_norecord {
  min-height: 50px;
  max-height: 200px;
  text-align: center;
  color: #666;
  font-size: 14px;
}

.accountHome_link:hover {
  cursor: pointer;
  text-decoration: underline;
}

.groupList:hover {
  cursor: pointer;
  text-decoration: underline;
}

.filist:hover {
  cursor: pointer;
  text-decoration: underline;
}

/*-------------------------------------- date picker -----------------------------------*/
input.sf-calendar-picker.flatpickr-input {
  display: none;
}

.flatpickr-day.selected {
  background: var(--background-color) !important;
  border-color: var(--background-color) !important;
}

.appointment_contact:hover {
  cursor: pointer;
  text-decoration: underline;
}

.appointment_company:hover {
  cursor: pointer;
  text-decoration: underline;
}

.appointment_opp:hover {
  cursor: pointer;
  text-decoration: underline;
}

.repeatChkBox div div div {
  margin-left: 0px !important;
}

.sf-atc-autoComplete.royalty-report .MuiAutocomplete-inputRoot {
  min-height: 47px !important;
}

.sf-atc-autoComplete.royalty-reportv2 .MuiAutocomplete-inputRoot {
  min-height: 47px !important;
}

.sf-atc-autoComplete.royalty-report label {
  transform: translate(14px, 13px) scale(1);
  -webkit-transform: translate(14px, 13px) scale(1);
  -moz-transform: translate(14px, 13px) scale(1);
  -ms-transform: translate(14px, 13px) scale(1);
}

.e-resource-cells.e-disable-dates {
  height: 72px !important;
}

.rrfc-select label {
  line-height: 1rem !important;
}

.audit-select label {
  line-height: 1rem !important;
  margin-top: 3px;
}

/*-------purchase order-----------------*/

#purchase_tax:hover {
  background-color: #b9b4b44d !important;
}

.tableCell {
  padding: 8px !important;
  border: 0px !important;
}

.tableColumn {
  line-height: 0 !important;
  padding-top: 20px !important;
  padding-left: 10px !important;
  padding-bottom: 20px !important;
}

.rc-tree-title {
  font-size: 14 !important;
}

.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img,
.fr-modal .fr-command.fr-btn img {
  width: 52% !important;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: normal !important;
}

.sf-add-units-plan-name {
  -webkit-transform-origin-y: bottom !important;
}

.sf-push-units-from-sfforms {
  -webkit-transform-origin-y: bottom !important;
}

.rc-tree-iconEle.rc-tree-icon__customize img {
  width: 16px;
}

.css-1lynv5e-MuiTooltip-tooltip {
  background: #322f2f !important;
  padding: 10px !important;
  font-size: 13 !important;
  font-weight: 400 !important;
}

.fr-toolbar .fr-command.fr-btn {
  margin: 1px !important;
  height: 35px !important;
}

.fr-toolbar .fr-more-toolbar.fr-expanded {
  height: 40px !important;
}

.fr-dropdown-menu {
  max-height: 200px !important;
  overflow: auto !important;
}
.fr-second-toolbar {
  border-radius: 8px !important;
}
#basedOn {
  width: 11rem;
}

#AddActions {
  height: 18px;
}
.selected_Tabs {
  border: 1px solid #d3d3d3;
  color: white;
  overflow: "hidden";
  text-overflow: "ellipsis";
  white-space: "nowrap";
  padding-right: 3px;
}
.audit_tabs_hover {
  border: 1px solid #d3d3d3;
  overflow: "hidden";
  text-overflow: "ellipsis";
  white-space: "nowrap";
  padding-right: 3px;
}

.workflow_stage_hover {
  background-color: #d3d3d3;
}

.workflow_stage_hover:hover {
  background-color: #ffffff;
}
/**********************Mui Dialog******************/

/* .MuiDialog-root{
  z-index: 33000 !important
}*/

/********************** unit Tree****************/
.expanded-row {
  background: rgba(0, 0, 0, 0.14);
}
.parent-row {
  font-weight: 900 !important;
}

/********************** Table ****************/
.aproved-row {
  color: rgb(32, 168, 4);
}
.rejected-row {
  color: rgb(252, 0, 0);
}

/********************** custom z-index for  ****************/
.fr-popup.fr-desktop.fr-above.fr-active {
  z-index: 1300 !important;
}
/********************** Audit Answers slider Attachement ****************/

.slider-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  margin: auto;
}

.slider-container .slick-prev:before,
.slider-container .slick-next:before {
  color: black;
}

.audit-slider-container {
  width: 100%;
  margin: auto;
}

.audit-slider-container .slick-prev:before,
.audit-slider-container .slick-next:before {
  color: black;
}

#TaskReportType {
  height: "20px";
}

/*********************** gantt charts ****************/

.e-gantt-tooltiptable {
  color: #ffffff !important;
}

/********************  PhoneInput **************/
.Mui-focused {
  border: none !important;
}
.PhoneInput-flag {
  width: 25px;
}
.e-appointment.e-lib.e-draggable {
  line-height: 1.2 !important;
}

/* Dashboard Layout - syncfusion */

/* CSS Media Queries */
.dashboard-layout .e-panel {
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .dashboard-layout .e-panel {
    grid-column: span 2;
  }
}

@media (max-width: 1024px) {
  .dashboard-layout .e-panel {
    grid-column: span 3;
  }
}

@media (min-width: 1025px) {
  .dashboard-layout .e-panel {
    grid-column: span 6;
  }
}

.e-panel-header {
  padding: 0% !important;
}

.e-dashboardlayout.e-control .e-panel .e-panel-container .e-panel-content {
  background-color: #ffffff;
  padding: 2px;
  overflow: scroll;
}

.JSON-view > div {
  max-width: 620px;
  background-color: #ffffff !important;
}

#webhook-last-ran-list table {
  border-collapse: collapse;
  width: 100%;
}

#webhook-last-ran-list th,
#webhook-last-ran-list td {
  padding: 15px;
  text-align: left;
  border-top: 1px solid #ddd;
}

.sf-auto-complete-root {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0;
  margin: 0;
  border: 0;
  vertical-align: top;
  margin-top: 10px;
  margin-bottom: 8px;
  width: 100%;
}

.file-ul{
    list-style:none
}

.report-row .hover-icon {
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.report-row:hover .hover-icon {
    display: inline-block;
    opacity: 1;
}

.filter-menu-container{
    /* background-color:#fff; */
    color:#000;
    font-family: 'Roboto', sans-serif !important;
}
.column-reports-container{
    background-color:#fff;
    height:100%;
}
.filter-menu-container .column-recent-container{
    background-color:#fff;
    height:100%;
}

/* Dashboard Layout custom styles */

#dashboard_layout > div {
  border: none;
  box-shadow: none;
}

#dashboard_layout #sfCustomTable {
  width: 100% !important;
  margin: 0 !important;
}

#dashboard_layout .e-panel-content {
  overflow-y: auto;
  overflow-x: scroll;
}
.dashboard-container {
    font-family: 'Roboto', sans-serif !important;
}

#dashboard_layout .e-panel-content::-webkit-scrollbar-thumb {
  border: 1px solid #f9f9f9;
}

/* Scoped: hide "Add all" and "Remove all" buttons inside a specific wrapper */
.dualbox--no-bulk-buttons .rdl-move-all-right,
.dualbox--no-bulk-buttons .rdl-move-all-left {
  display: none !important;
}
.css-umwmss-MuiCardContent-root:last-child {
  padding-bottom: 0px;
}

/*------------------ Custom CSS for Ai search ------------------*/
.sf-markdown-area-wrap h1 {
  font-size: 15px !important;
    margin: 5px 0px !important;
}
.sf-markdown-area-wrap h2 {
  font-size: 14px !important;
    margin: 5px 0px !important;
}
.sf-markdown-area-wrap h3 {
  font-size: 13px !important;
    margin: 5px 0px !important;
}  
.sf-markdown-area-wrap h4 {
  font-size: 12px !important;
    margin: 5px 0px !important;
} 
.sf-markdown-area-wrap h5 {
  font-size: 11px !important;
    margin: 5px 0px !important;
}

.sf-markdown-area-wrap h6 {
  font-size: 10px !important;
    margin: 5px 0px !important;
}
.sf-markdown-area-wrap p {
  font-size: 14px !important;
  margin: 2.5px 0px !important;
  font-weight: normal !important;
  line-height: 1.5 !important;
}
.sf-markdown-area-wrap ul {
  font-size: 14px !important;
  font-weight: normal !important;
  margin: 2px 0px !important;
} 
.sf-markdown-area-wrap li {
  font-size: 14px !important;
  font-weight: normal !important;
  margin: 2px 0px !important;
} 
.sf-markdown-area-wrap ol {
  font-size: 14px !important;
  font-weight: normal !important;
  margin: 2px 0px !important;
}
.sf-markdown-area-wrap li {
  font-size: 14px !important;
  font-weight: normal !important;
  margin: 2px 0px !important;
}

.sf-ai-disclaimer-text {
  font-size: 10px !important;
  color: #494949 !important;
}

